/* ===== Landing Page Styles ===== */
/* Design system consistente com o site principal */

/* ===== Landing Header ===== */
.landing-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-sm);
}

.landing-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.landing-header .logo-img {
    height: 40px;
    width: auto;
}

.landing-header .header-cta {
    padding: 0.75rem 1.5rem;
}

/* ===== Landing Hero ===== */
.landing-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, var(--white) 0%, var(--gray-50) 100%);
    text-align: center;
    overflow: hidden;
}

.landing-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/imagens/hero-landing-bg.jpg') center/cover no-repeat;
    opacity: 0.05;
}

.landing-hero .container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.landing-hero-content {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 2;
}

.landing-hero .hero-badge {
    display: inline-block;
    padding: 0.625rem 1.25rem;
    background: var(--accent);
    color: var(--primary);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 2rem;
}

.landing-hero-title {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 500;
    line-height: 1.25;
    color: var(--primary);
    margin-bottom: 1.5rem;
    white-space: normal;
}

.landing-hero-title .highlight {
    color: var(--accent-dark);
    font-style: italic;
    display: block;
    margin-top: 0.25rem;
}

.landing-hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--gray-600);
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto 1.5rem;
}

.landing-hero-credentials {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    font-size: 0.9375rem;
    color: var(--gray-500);
    margin-bottom: 2.5rem;
}

.landing-hero-credentials i {
    color: var(--accent);
    margin-right: 0.375rem;
}

.landing-hero-credentials .separator {
    color: var(--gray-300);
}

.landing-hero-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.landing-hero .hero-scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
}

.landing-hero .hero-scroll a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: var(--gray-400);
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: var(--transition);
}

.landing-hero .hero-scroll a:hover {
    color: var(--accent);
}

.landing-hero .hero-scroll i {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(8px); }
    60% { transform: translateY(4px); }
}

/* ===== Stats Section ===== */
.landing-stats {
    padding: 5rem 0;
    background: var(--primary);
}

.landing-stats .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.landing-stats .stat-card {
    text-align: center;
    padding: 2rem 1rem;
    background: transparent;
    border: none;
    box-shadow: none;
}

.landing-stats .stat-card .stat-number {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 500;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 0.75rem;
}

.landing-stats .stat-card .stat-label {
    display: block;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ===== Qualification Section ===== */
.landing-qualification {
    padding: 6rem 0;
    background: #ffffff;
}

.landing-qualification .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.qualification-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.qualification-content .section-title {
    color: #1a1a2e !important;
    margin-bottom: 3rem;
}

.qualification-list {
    text-align: left;
    margin-bottom: 3rem;
    list-style: none;
    padding: 0;
}

.qualification-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f3f4f6;
    color: #374151 !important;
}

.qualification-list li:last-child {
    border-bottom: none;
}

.qualification-list i {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c9a962;
    color: #1a1a2e;
    border-radius: 50%;
    font-size: 0.75rem;
    margin-top: 0.125rem;
}

.qualification-list span {
    font-size: 1.0625rem;
    color: #374151 !important;
    line-height: 1.6;
    display: inline;
}

.qualification-list li span {
    color: #374151 !important;
}

.qualification-item-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.qualification-item-title {
    font-size: 1.0625rem;
    color: #374151 !important;
    line-height: 1.5;
    font-weight: 500;
}

.qualification-item-desc {
    font-size: 0.9375rem;
    color: #6b7280 !important;
    line-height: 1.5;
    font-weight: 400;
}

.qualification-cta {
    text-align: center;
}

/* ===== Gallery Section ===== */
.landing-gallery {
    padding: 6rem 0;
    background: var(--gray-50);
}

.landing-gallery .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.landing-gallery .section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 4rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.gallery-item {
    position: relative;
    aspect-ratio: 4/3;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    background: var(--gray-200);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-cta {
    text-align: center;
}

/* ===== Process Section ===== */
.landing-process {
    padding: 6rem 0;
    background: var(--white);
}

.landing-process .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.landing-process .section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 4rem;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.process-card {
    text-align: center;
    padding: 2.5rem 2rem;
    background: var(--gray-50);
    border-radius: 16px;
    transition: var(--transition);
}

.process-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.process-number {
    display: inline-block;
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 500;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 1.5rem;
}

.process-card h3 {
    font-size: 1.25rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.process-card p {
    font-size: 0.9375rem;
    color: var(--gray-600);
    line-height: 1.7;
}

/* ===== Testimonials Section - Igual à página inicial ===== */
.landing-testimonials {
    padding: 100px 0;
    background: var(--gray-50);
}

.landing-testimonials .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.landing-testimonials .section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 4rem;
}

.landing-testimonials .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.landing-testimonials .testimonial-card {
    background: var(--white);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: var(--shadow);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.landing-testimonials .testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.landing-testimonials .testimonial-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.landing-testimonials .testimonial-avatar {
    position: relative;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 600;
    flex-shrink: 0;
}

.landing-testimonials .testimonial-avatar .avatar-ring {
    position: absolute;
    inset: -3px;
    border: 2px solid var(--accent);
    border-radius: 50%;
    opacity: 0.3;
}

.landing-testimonials .testimonial-info {
    flex: 1;
}

.landing-testimonials .testimonial-info h4 {
    font-family: var(--font-display);
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0.25rem;
}

.landing-testimonials .testimonial-project {
    font-size: 0.8125rem;
    color: var(--gray-500);
}

.landing-testimonials .testimonial-badge {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 50px;
    color: var(--success);
    font-size: 0.75rem;
    font-weight: 500;
}

.landing-testimonials .testimonial-badge i {
    font-size: 0.625rem;
}

.landing-testimonials .testimonial-quote {
    flex: 1;
    position: relative;
    padding-left: 1.5rem;
}

.landing-testimonials .testimonial-quote::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -0.25rem;
    font-family: var(--font-display);
    font-size: 3rem;
    color: var(--accent);
    opacity: 0.3;
    line-height: 1;
}

.landing-testimonials .testimonial-quote p {
    font-size: 0.9375rem;
    color: var(--gray-600);
    line-height: 1.7;
    font-style: italic;
}

/* ===== Form Section ===== */
.landing-form-section {
    padding: 6rem 0;
    background: #F9FAFB;
}

.landing-form-section .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.form-wrapper {
    max-width: 640px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 24px;
    padding: 3rem;
    box-shadow: var(--shadow-2xl);
}

.form-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.form-header h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: var(--primary);
    margin-bottom: 0.75rem;
}

.form-header p {
    color: var(--gray-500);
    font-size: 1rem;
}

/* ===== PREMIUM FORM - MULTI-STEP ===== */

/* Form Steps - CRITICAL */
.form-step {
    display: none !important;
}

.form-step.active {
    display: block !important;
    animation: fadeInStep 0.4s ease;
}

@keyframes fadeInStep {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Premium Form Container */
.premium-form {
    max-width: 680px;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 24px !important;
}

.premium-form .form-header {
    background: linear-gradient(135deg, var(--primary) 0%, #2d2d4a 100%);
    padding: 2.5rem 2rem;
    text-align: center;
    color: var(--white);
    margin: 0;
}

.premium-form .form-header-icon {
    width: 64px;
    height: 64px;
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    font-size: 1.5rem;
    color: var(--primary);
}

.premium-form .form-header h2 {
    color: var(--white);
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.premium-form .form-header p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.25rem;
}

.form-header-badges {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.form-header-badges span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
}

.form-header-badges i {
    color: var(--accent);
}

/* Progress Steps - HORIZONTAL */
.form-progress {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding: 1.5rem 2rem;
    background: var(--white);
    border-bottom: 1px solid var(--gray-100);
    gap: 0;
    overflow: visible;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    overflow: visible;
}

.progress-step::before,
.progress-step::after {
    display: none !important;
    content: none !important;
    border: none !important;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
}

.progress-step .step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--white);
    border: 2px solid var(--gray-300);
    color: var(--gray-400);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    z-index: 1;
    box-shadow: none !important;
}

.progress-step .step-number::after {
    display: none !important;
    content: none !important;
}

.progress-step > span {
    font-size: 0.7rem;
    color: var(--gray-400);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.progress-step.active .step-number {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--primary);
    box-shadow: 0 0 0 4px rgba(201, 169, 98, 0.2);
}

.progress-step.active > span {
    color: var(--primary);
}

.progress-step.completed .step-number {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--primary);
}

.progress-step.completed > span {
    color: var(--primary);
}

.progress-line {
    width: 80px;
    height: 2px;
    background: var(--gray-200);
    margin: 0 0.5rem;
    transition: background 0.3s ease;
    align-self: flex-start;
    margin-top: 19px;
}

.progress-line.active {
    background: var(--accent);
}

/* Lead Form Container */
.lead-form {
    padding: 2rem;
    background: var(--white);
}

/* Step Title */
.step-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--gray-100);
}

.step-title > i {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--accent) 0%, #b8944d 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1rem;
}

.step-title > span {
    font-family: var(--font-display);
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--primary);
}

/* Form Grid */
.form-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

/* Floating Label Inputs */
.form-group.floating-label {
    position: relative;
    margin-bottom: 1.25rem;
}

.form-group.floating-label input,
.form-group.floating-label select,
.form-group.floating-label textarea {
    width: 100%;
    padding: 1rem 1rem 1rem 2.75rem;
    border: 2px solid var(--gray-200);
    border-radius: 12px;
    font-size: 1rem;
    font-family: var(--font-body);
    color: var(--gray-800);
    background: var(--white);
    transition: all 0.25s ease;
}

.form-group.floating-label > label {
    position: absolute;
    left: 2.75rem;
    top: -0.5rem;
    transform: translateY(0);
    font-size: 0.7rem;
    color: #b8944d;
    font-weight: 600;
    background: var(--white);
    padding: 0 0.35rem;
    margin: 0;
    pointer-events: none;
    z-index: 2;
}

.form-group.floating-label .input-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--accent);
    font-size: 1rem;
    z-index: 1;
    pointer-events: none;
}

.form-group.floating-label input:focus,
.form-group.floating-label select:focus,
.form-group.floating-label textarea:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 4px rgba(201, 169, 98, 0.12);
    outline: none;
}

.form-group.floating-label.select-wrapper select {
    padding-left: 1rem;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    -webkit-appearance: none;
    appearance: none;
}

.form-group.floating-label.select-wrapper > label {
    left: 1rem;
}

/* Textarea */
.form-group.floating-label.textarea-group textarea {
    padding: 1rem;
    min-height: 100px;
    resize: vertical;
}

.form-group.floating-label.textarea-group > label {
    left: 1rem;
    top: -0.5rem;
}

/* Option Cards */
.option-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.option-card {
    position: relative;
    cursor: pointer;
}

.option-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.option-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1rem;
    border: 2px solid var(--gray-200);
    border-radius: 16px;
    background: var(--white);
    transition: all 0.25s ease;
    text-align: center;
}

.option-card:hover .option-card-content {
    border-color: var(--gray-300);
    background: var(--gray-50);
}

.option-card input:checked + .option-card-content {
    border-color: var(--accent);
    background: rgba(201, 169, 98, 0.05);
    box-shadow: 0 4px 12px rgba(201, 169, 98, 0.15);
}

.option-icon {
    width: 56px;
    height: 56px;
    background: var(--gray-100);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--gray-500);
    margin-bottom: 0.75rem;
    transition: all 0.25s ease;
}

.option-card input:checked + .option-card-content .option-icon {
    background: var(--accent);
    color: var(--primary);
}

.option-title {
    font-weight: 600;
    color: var(--gray-800);
    font-size: 0.9375rem;
    margin-bottom: 0.25rem;
}

.option-desc {
    font-size: 0.8125rem;
    color: var(--gray-500);
}

.option-check {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 24px;
    height: 24px;
    background: var(--gray-200);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.25s ease;
}

.option-card input:checked ~ .option-check {
    opacity: 1;
    transform: scale(1);
    background: var(--success);
    color: var(--white);
    font-size: 0.75rem;
}

/* Pill Options */
.pill-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.pill-option {
    cursor: pointer;
}

.pill-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.pill-option > span {
    display: inline-block;
    padding: 0.75rem 1.25rem;
    border: 2px solid var(--gray-200);
    border-radius: 50px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--gray-600);
    background: var(--white);
    transition: all 0.25s ease;
}

.pill-option:hover > span {
    border-color: var(--gray-300);
    background: var(--gray-50);
}

.pill-option input:checked + span {
    border-color: var(--accent);
    background: var(--accent);
    color: var(--primary);
}

/* Timeline Options */
.timeline-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.timeline-option {
    cursor: pointer;
}

.timeline-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.timeline-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.25rem 1rem;
    border: 2px solid var(--gray-200);
    border-radius: 14px;
    background: var(--white);
    transition: all 0.25s ease;
    text-align: center;
}

.timeline-option:hover .timeline-content {
    border-color: var(--gray-300);
}

.timeline-option input:checked + .timeline-content {
    border-color: var(--accent);
    background: rgba(201, 169, 98, 0.05);
}

.timeline-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.timeline-icon.urgent { background: #fef3c7; color: #d97706; }
.timeline-icon.soon { background: #dbeafe; color: #2563eb; }
.timeline-icon.planning { background: #e0e7ff; color: #4f46e5; }

.timeline-title {
    font-weight: 600;
    color: var(--gray-800);
    font-size: 0.9375rem;
    margin-bottom: 0.25rem;
}

.timeline-desc {
    font-size: 0.8125rem;
    color: var(--gray-500);
}

/* Budget Options */
.budget-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-bottom: 1.5rem;
}

.budget-option {
    cursor: pointer;
    flex: 1;
    min-width: calc(50% - 0.5rem);
}

.budget-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.budget-value {
    display: block;
    padding: 0.875rem 1rem;
    border: 2px solid var(--gray-200);
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--gray-600);
    background: var(--white);
    text-align: center;
    transition: all 0.25s ease;
}

.budget-option:hover .budget-value {
    border-color: var(--gray-300);
}

.budget-option input:checked + .budget-value {
    border-color: var(--accent);
    background: var(--accent);
    color: var(--primary);
    font-weight: 600;
}

/* Consent Box */
.consent-box {
    background: var(--gray-50);
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.modern-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
}

.modern-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkbox-visual {
    width: 24px;
    height: 24px;
    border: 2px solid var(--gray-300);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.25s ease;
    color: transparent;
    font-size: 0.75rem;
}

.modern-checkbox input:checked + .checkbox-visual {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--primary);
}

.checkbox-text {
    font-size: 0.9375rem;
    color: var(--gray-700);
    line-height: 1.5;
}

.privacy-text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: var(--gray-500);
    margin-top: 0.75rem;
    padding-left: 2.25rem;
}

.privacy-text i {
    color: var(--success);
}

/* Form Navigation */
.form-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--gray-100);
}

.form-nav .btn {
    min-width: 140px;
}

.form-nav .btn-prev {
    background: transparent;
    border-color: var(--gray-300);
    color: var(--gray-600);
}

.form-nav .btn-prev:hover {
    background: var(--gray-100);
}

/* Submit Button */
.submit-btn {
    position: relative;
    min-width: 200px;
}

.submit-btn .btn-loading { display: none; }
.submit-btn.loading .btn-text { display: none; }
.submit-btn.loading .btn-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

/* Form Success */
.form-success {
    text-align: center;
    padding: 3rem 2rem;
}

.success-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, var(--success) 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 2.5rem;
}

.form-success h3 {
    font-size: 1.75rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.form-success p {
    color: var(--gray-600);
    margin-bottom: 2rem;
}

/* Responsive - Premium Form */
@media (max-width: 768px) {
    .form-grid-2 { grid-template-columns: 1fr; }
    .option-cards { grid-template-columns: 1fr; }
    .timeline-options { grid-template-columns: 1fr; }
    .budget-option { min-width: 100%; }
    .form-nav { flex-direction: column-reverse; gap: 0.75rem; }
    .form-nav .btn { width: 100%; }
    .progress-step > span { display: none; }
    .progress-line { width: 40px; margin-bottom: 0; }
}

/* ===== END PREMIUM FORM ===== */

/* Form Styles */
.lead-form .honeypot {
    position: absolute;
    left: -9999px;
}

.form-row {
    margin-bottom: 1.5rem;
}

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group {
    position: relative;
}

.form-group label {
    display: block;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--gray-700);
    margin-bottom: 0.5rem;
}

.form-group label .required {
    color: var(--error);
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9375rem 1.125rem;
    border: 1.5px solid var(--gray-200);
    border-radius: 12px;
    font-size: 1rem;
    font-family: var(--font-body);
    color: var(--gray-800);
    background: var(--white);
    transition: all 0.2s ease;
}

.form-group input:hover,
.form-group select:hover,
.form-group textarea:hover {
    border-color: var(--gray-300);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 4px rgba(201, 169, 98, 0.15);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--gray-400);
}

.form-group select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.form-group .error-message {
    display: none;
    font-size: 0.8125rem;
    color: var(--error);
    margin-top: 0.375rem;
}

.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea {
    border-color: var(--error);
}

.form-group.has-error .error-message {
    display: block;
}

/* Radio Buttons */
.radio-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.875rem 1rem;
    border: 1.5px solid var(--gray-200);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.radio-label:hover {
    border-color: var(--gray-300);
    background: var(--gray-50);
}

.radio-label input {
    display: none;
}

.radio-custom {
    width: 20px;
    height: 20px;
    border: 2px solid var(--gray-300);
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 10px;
    height: 10px;
    background: var(--accent);
    border-radius: 50%;
    transition: transform 0.2s ease;
}

.radio-label input:checked + .radio-custom {
    border-color: var(--accent);
}

.radio-label input:checked + .radio-custom::after {
    transform: translate(-50%, -50%) scale(1);
}

.radio-label input:checked ~ .radio-text {
    color: var(--primary);
    font-weight: 500;
}

.radio-text {
    font-size: 0.9375rem;
    color: var(--gray-600);
}

/* Checkbox */
.checkbox-group {
    margin-bottom: 0;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
}

.checkbox-label input {
    display: none;
}

.checkbox-custom {
    width: 22px;
    height: 22px;
    border: 2px solid var(--gray-300);
    border-radius: 6px;
    position: relative;
    flex-shrink: 0;
    margin-top: 0.125rem;
    transition: all 0.2s ease;
}

.checkbox-custom::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 0.75rem;
    color: var(--white);
    transition: transform 0.2s ease;
}

.checkbox-label input:checked + .checkbox-custom {
    background: var(--accent);
    border-color: var(--accent);
}

.checkbox-label input:checked + .checkbox-custom::after {
    transform: translate(-50%, -50%) scale(1);
}

.checkbox-text {
    font-size: 0.9375rem;
    color: var(--gray-600);
    line-height: 1.5;
}

.privacy-note {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: var(--gray-500);
    margin-top: 0.75rem;
    padding-left: 2rem;
}

.privacy-note i {
    color: var(--success);
}

/* Submit Button */
.submit-btn {
    position: relative;
    margin-top: 1rem;
}

.submit-btn .btn-loading {
    display: none;
}

.submit-btn.loading .btn-text {
    display: none;
}

.submit-btn.loading .btn-loading {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Form Security */
.form-security {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--gray-100);
}

.form-security span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: var(--gray-500);
}

.form-security i {
    color: var(--success);
}

/* Form Success */
.form-success {
    text-align: center;
    padding: 3rem 2rem;
}

.success-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, var(--success) 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 2.5rem;
}

.form-success h3 {
    font-size: 1.75rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.form-success p {
    font-size: 1.0625rem;
    color: var(--gray-600);
    line-height: 1.7;
    margin-bottom: 2rem;
}

/* ===== Landing Footer ===== */
.landing-footer {
    padding: 4rem 0 2rem;
    background: var(--gray-900);
    color: var(--white);
}

.landing-footer .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.footer-content {
    text-align: center;
}

.footer-logo {
    margin-bottom: 2rem;
}

.footer-logo img {
    height: 40px;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}

.footer-contact {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem 2.5rem;
    margin-bottom: 2rem;
}

.footer-contact a,
.footer-contact span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.8);
    transition: var(--transition);
}

.footer-contact a:hover {
    color: var(--accent);
}

.footer-contact i {
    color: var(--accent);
}

.footer-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.footer-badges .badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.9);
}

.footer-badges .badge i {
    color: var(--accent);
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-links a {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--accent);
}

.footer-copyright {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .stats-grid {
        gap: 1.5rem;
    }
    
    .process-grid {
        gap: 1.5rem;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .landing-testimonials .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .landing-hero {
        padding: 100px 0 60px;
        min-height: auto;
    }
    
    .landing-hero-title {
        font-size: 1.75rem;
    }
    
    .landing-hero-credentials {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .landing-hero-credentials .separator {
        display: none;
    }
    
    .landing-hero-cta {
        flex-direction: column;
    }
    
    .landing-hero-cta .btn {
        width: 100%;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .landing-stats .stat-card {
        padding: 1.5rem 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }
    
    .landing-stats .stat-card .stat-number {
        font-size: 2.5rem;
        margin-bottom: 0;
    }
    
    .landing-stats .stat-card .stat-label {
        text-align: left;
    }
    
    .landing-qualification,
    .landing-gallery,
    .landing-process,
    .landing-testimonials,
    .landing-form-section {
        padding: 4rem 0;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .process-grid {
        grid-template-columns: 1fr;
    }
    
    .landing-testimonials .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .form-wrapper {
        padding: 2rem 1.5rem;
        border-radius: 16px;
    }
    
    .form-row-2 {
        grid-template-columns: 1fr;
    }
    
    .radio-group {
        grid-template-columns: 1fr;
    }
    
    .form-security {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .footer-contact {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .footer-contact a,
    .footer-contact span {
        text-align: left;
    }
    
    .footer-badges {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .landing-header .container {
        height: 64px;
    }
    
    .landing-header .logo-img {
        height: 32px;
    }
    
    .landing-header .header-cta {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }
    
    .landing-hero-title {
        font-size: 1.5rem;
    }
    
    .landing-hero-subtitle {
        font-size: 0.9375rem;
    }
    
    .form-wrapper {
        padding: 1.5rem 1rem;
    }
    
    .form-header h2 {
        font-size: 1.25rem;
    }
}

/* Premium Form Responsive */
@media (max-width: 768px) {
    .premium-form {
        border-radius: 16px !important;
    }
    
    .premium-form .form-header {
        padding: 2rem 1.5rem;
    }
    
    .premium-form .form-header-icon {
        width: 56px;
        height: 56px;
        font-size: 1.25rem;
    }
    
    .premium-form .form-header h2 {
        font-size: 1.5rem;
    }
    
    .form-header-badges {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .form-progress {
        padding: 1rem;
    }
    
    .progress-step > span {
        display: none;
    }
    
    .progress-line {
        width: 40px;
        margin-bottom: 0;
    }
    
    .lead-form {
        padding: 1.5rem;
    }
    
    .step-title {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .step-title > span {
        font-size: 1rem;
    }
    
    .form-grid-2 {
        grid-template-columns: 1fr;
    }
    
    .option-cards {
        grid-template-columns: 1fr;
    }
    
    .timeline-options {
        grid-template-columns: 1fr;
    }
    
    .budget-options {
        flex-direction: column;
    }
    
    .budget-option {
        min-width: 100%;
    }
    
    .pill-options {
        justify-content: center;
    }
    
    .form-nav {
        flex-direction: column-reverse;
        gap: 0.75rem;
    }
    
    .form-nav .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .premium-form .form-header {
        padding: 1.5rem 1rem;
    }
    
    .premium-form .form-header h2 {
        font-size: 1.25rem;
    }
    
    .lead-form {
        padding: 1.25rem;
    }
    
    .option-card-content {
        padding: 1.25rem 0.75rem;
    }
    
    .option-icon {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
    }
    
    .timeline-content {
        padding: 1rem 0.75rem;
    }
    
    .timeline-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/* ===== Audio Player Styles ===== */
.audio-player {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #f8f6f3 0%, #f0ebe4 100%);
    border-radius: 50px;
    margin-top: 1rem;
}

.audio-player .play-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: var(--accent, #c9a962);
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.audio-player .play-btn:hover {
    background: var(--accent-dark, #b8944d);
    transform: scale(1.05);
}

.audio-player .play-btn .fa-pause {
    display: none;
}

.audio-player .play-btn.playing .fa-play {
    display: none;
}

.audio-player .play-btn.playing .fa-pause {
    display: inline;
}

.audio-player .audio-progress {
    flex: 1;
    height: 8px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    min-width: 100px;
}

.audio-player .progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #c9a962 0%, #d4b978 100%);
    border-radius: 4px;
    transition: width 0.1s linear;
    position: absolute;
    top: 0;
    left: 0;
}

.audio-player .audio-time {
    font-size: 0.75rem;
    color: var(--gray-500, #6b7280);
    min-width: 35px;
    text-align: right;
    font-family: monospace;
}

.audio-player.playing {
    background: linear-gradient(135deg, #faf8f5 0%, #f5f0e8 100%);
    box-shadow: 0 2px 8px rgba(201, 169, 98, 0.2);
}

/* Testimonial Quote Icon */
.testimonial-quote .fa-quote-left {
    color: var(--accent, #c9a962);
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    opacity: 0.6;
}

/* ===== Portfolio Videos Section ===== */
.portfolio-videos {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.videos-title {
    font-size: 1.25rem;
    color: var(--gray-800, #1f2937);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.videos-title i {
    color: var(--accent, #c9a962);
}

.videos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
}

.video-thumb {
    position: relative;
    aspect-ratio: 9/16;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    background: #000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-thumb:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.video-thumb img,
.video-thumb video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-thumb .play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
}

.video-thumb:hover .play-overlay {
    background: rgba(0, 0, 0, 0.4);
}

.video-thumb .play-overlay i {
    font-size: 3rem;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.video-thumb:hover .play-overlay i {
    transform: scale(1.1);
}

.video-thumb .video-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem 0.75rem 0.75rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
}

/* ===== Video Modal (Stories Style - Centered) ===== */
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
}

.video-modal.active {
    display: flex;
}

.video-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.video-modal-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    max-height: 100vh;
    background: #000;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Header Controls */
.video-modal-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    padding-top: max(16px, env(safe-area-inset-top, 16px));
    z-index: 100;
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
    pointer-events: auto;
}

.video-menu-btn {
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.4);
    border: none;
    color: #fff;
    font-size: 1.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    pointer-events: auto;
}

.video-menu-btn:hover,
.video-menu-btn:active {
    background: rgba(0, 0, 0, 0.6);
    transform: scale(1.05);
}

.video-close-btn {
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.4);
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    pointer-events: auto;
}

.video-close-btn:hover,
.video-close-btn:active {
    background: rgba(0, 0, 0, 0.6);
    transform: scale(1.05);
}

/* Video Swipe Container - Reels Style */
.video-swipe-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    touch-action: pan-y;
    user-select: none;
    z-index: 1;
}

.video-swipe-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Swipe Animations */
.video-swipe-container.swiping-up video {
    transform: translateY(-100%);
}

.video-swipe-container.swiping-down video {
    transform: translateY(100%);
}

.video-swipe-container.entering-from-bottom video {
    animation: slideInFromBottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.video-swipe-container.entering-from-top video {
    animation: slideInFromTop 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes slideInFromBottom {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

@keyframes slideInFromTop {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

/* Side Controls */
.video-side-controls {
    position: absolute;
    right: 12px;
    bottom: 120px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 15;
}

.video-side-btn {
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    color: #fff;
    font-size: 1.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
    backdrop-filter: blur(4px);
}

.video-side-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.video-side-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: none;
}

.video-nav-up,
.video-nav-down {
    background: rgba(255, 255, 255, 0.15);
}

/* Video Progress Indicator */
.video-progress-indicator {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(0, 0, 0, 0.6);
    padding: 8px 16px;
    border-radius: 20px;
    z-index: 20;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    backdrop-filter: blur(4px);
}

.progress-current {
    color: #fff;
}

.progress-separator {
    color: rgba(255, 255, 255, 0.5);
}

.progress-total {
    color: rgba(255, 255, 255, 0.7);
}

/* Video Info Overlay */
.video-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 16px 24px;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
    z-index: 10;
}

.video-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 4px;
}

.video-counter {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
}

/* Mini Video Widget */
.mini-video-widget {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.mini-video-widget.hidden {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
}

.mini-video-container {
    width: 90px;
    height: 140px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border: 3px solid #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mini-video-container:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}

.mini-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mini-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 50%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 10px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.mini-video-container:hover .mini-video-overlay {
    opacity: 1;
}

.mini-video-expand {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 0.8rem;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.mini-video-expand:hover {
    transform: scale(1.1);
}


/* Videos List Panel */
.videos-list-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 0;
    z-index: 200;
    display: none;
    flex-direction: column;
    overflow: hidden;
    animation: slideInPanel 0.3s ease forwards;
}

@keyframes slideInPanel {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.videos-list-panel.active {
    display: flex;
}

.videos-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    padding-top: max(1rem, env(safe-area-inset-top, 1rem));
    border-bottom: 1px solid #e5e7eb;
    flex-shrink: 0;
    background: #fff;
    min-height: 60px;
}

.videos-list-back {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    background: none;
    border: none;
    color: #1f2937;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.625rem 0.875rem;
    margin: -0.5rem;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.videos-list-back:hover,
.videos-list-back:active {
    background: #f3f4f6;
    transform: translateX(-2px);
}

.videos-list-back i {
    font-size: 1.1rem;
    color: #b8944d;
}

.videos-list-content {
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem;
    -webkit-overflow-scrolling: touch;
}

.videos-list-title {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f3f4f6;
}

.videos-list-title i {
    font-size: 1.1rem;
    color: #b8944d;
}

.videos-list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.videos-list-item {
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    background: #f9fafb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
}

.videos-list-item:active {
    transform: scale(0.98);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.videos-list-item-thumb {
    aspect-ratio: 9/16;
    position: relative;
    overflow: hidden;
}

.videos-list-item-thumb img,
.videos-list-item-thumb video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videos-list-item-thumb .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f2937;
    font-size: 0.8rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 1;
}

.videos-list-item-title {
    padding: 0.75rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #374151;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
}

.video-modal-close {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.25rem;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
    z-index: 10;
}

.video-modal-close:hover {
    background: rgba(255, 255, 255, 0.25);
}

.video-modal-close i {
    font-size: 1rem;
}

.video-modal-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
}

.video-modal-content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
    transform: translateZ(0);
    border-radius: 8px;
}

/* Pause Indicator */
.video-pause-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.75rem;
    pointer-events: none;
    opacity: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.video-pause-indicator.show {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

/* Video Navigation Controls */
.video-nav-controls {
    position: absolute;
    top: 40px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 5;
}

.video-nav-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    transition: background 0.2s ease;
}

.video-nav-btn:hover {
    background: rgba(0, 0, 0, 0.6);
}

.video-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Video Info Overlay */
.video-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3rem 1rem 1rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: #fff;
    pointer-events: none;
}

.video-info-overlay .video-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.video-info-overlay .video-counter {
    font-size: 0.8rem;
    opacity: 0.7;
}

/* Swipe Animation - Push Effect */
.video-modal-content.swiping-up video {
    animation: pushUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.video-modal-content.swiping-down video {
    animation: pushDown 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.video-modal-content.entering-from-bottom video {
    animation: enterFromBottom 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.video-modal-content.entering-from-top video {
    animation: enterFromTop 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes pushUp {
    0% { transform: translateY(0) scale(1); opacity: 1; }
    100% { transform: translateY(-30%) scale(0.9); opacity: 0; }
}

@keyframes pushDown {
    0% { transform: translateY(0) scale(1); opacity: 1; }
    100% { transform: translateY(30%) scale(0.9); opacity: 0; }
}

@keyframes enterFromBottom {
    0% { transform: translateY(30%) scale(0.9); opacity: 0; }
    100% { transform: translateY(0) scale(1); opacity: 1; }
}

@keyframes enterFromTop {
    0% { transform: translateY(-30%) scale(0.9); opacity: 0; }
    100% { transform: translateY(0) scale(1); opacity: 1; }
}

/* ========================================
   MOBILE RESPONSIVE STYLES - Premium UX
   ======================================== */

/* Tablet (768px and below) */
@media (max-width: 768px) {
    /* Base Reset */
    html {
        font-size: 16px;
    }
    
    body.landing-page {
        padding-top: 60px; /* Account for fixed header */
    }
    
    .container {
        padding: 0 1.25rem;
        max-width: 100%;
    }
    
    section {
        padding: 3rem 0;
    }
    
    /* Header Mobile */
    .landing-header .container {
        height: 60px;
        padding: 0 1rem;
    }
    
    .landing-header .logo-img {
        height: 32px;
    }
    
    .landing-header .header-cta {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }
    
    /* Typography */
    .section-header {
        margin-bottom: 2rem;
        text-align: center;
    }
    
    .section-title {
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 0.75rem;
    }
    
    .section-badge {
        font-size: 0.65rem;
        padding: 0.4rem 0.75rem;
        margin-bottom: 0.75rem;
    }
    
    /* Hero Section - FIXED */
    .landing-hero {
        padding: 2rem 0 2.5rem;
        min-height: auto;
        display: block;
    }
    
    .landing-hero .container {
        padding: 0 1.25rem;
    }
    
    .landing-hero-content {
        text-align: center;
        padding: 0;
    }
    
    .landing-hero .hero-badge {
        font-size: 0.6rem;
        padding: 0.5rem 0.875rem;
        margin-bottom: 1.25rem;
        display: inline-block;
    }
    
    .landing-hero-title {
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }
    
    .landing-hero-title .highlight {
        display: block;
        font-size: 1.25rem;
        margin-top: 0.5rem;
    }
    
    .landing-hero-subtitle {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
        padding: 0 0.5rem;
    }
    
    .landing-hero .hero-credentials {
        font-size: 0.8rem;
        margin-bottom: 1.5rem;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .landing-hero .hero-credentials span {
        display: block;
    }
    
    .landing-hero .hero-cta {
        flex-direction: column;
        gap: 0.75rem;
        align-items: stretch;
        padding: 0 0.5rem;
    }
    
    .landing-hero .hero-cta .btn {
        width: 100%;
        justify-content: center;
        padding: 1rem 1.5rem;
    }
    
    .landing-hero .hero-scroll {
        display: none;
    }
    
    /* Stats Section - FIXED */
    .landing-stats {
        padding: 2.5rem 0;
    }
    
    .landing-stats .container {
        padding: 0 1rem;
    }
    
    .landing-stats .stats-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        max-width: 100%;
    }
    
    .landing-stats .stat-card {
        padding: 1.25rem 0.75rem;
        text-align: center;
    }
    
    .landing-stats .stat-card .stat-number {
        font-size: 1.75rem;
        margin-bottom: 0.35rem;
        line-height: 1.1;
    }
    
    .landing-stats .stat-card .stat-label {
        font-size: 0.65rem;
        line-height: 1.3;
        letter-spacing: 0.02em;
    }
    
    /* Qualification Section */
    .landing-qualification {
        padding: 3rem 0;
    }
    
    .landing-qualification .section-title {
        font-size: 1.375rem;
        line-height: 1.35;
        padding: 0 0.5rem;
    }
    
    .qualification-content {
        padding: 0;
    }
    
    .qualification-list {
        margin-bottom: 2rem;
    }
    
    .qualification-list li {
        padding: 1rem 0;
        gap: 0.875rem;
    }
    
    .qualification-list i {
        width: 24px;
        height: 24px;
        font-size: 0.65rem;
        flex-shrink: 0;
    }
    
    .qualification-list span {
        font-size: 0.95rem;
        line-height: 1.5;
    }
    
    .qualification-cta .btn {
        width: 100%;
    }
    
    /* Gallery Section */
    .landing-gallery {
        padding: 3rem 0;
    }
    
    .landing-gallery .section-header {
        margin-bottom: 2rem;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.625rem;
    }
    
    .gallery-item {
        border-radius: 8px;
        aspect-ratio: 1;
    }
    
    .gallery-item img {
        border-radius: 8px;
    }
    
    .gallery-cta {
        margin-top: 1.5rem;
    }
    
    .gallery-cta .btn {
        width: 100%;
        justify-content: center;
    }
    
    /* Videos Grid */
    .portfolio-videos {
        margin-top: 2rem;
    }
    
    .videos-title {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }
    
    .videos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.625rem;
    }
    
    .video-thumb {
        border-radius: 8px;
    }
    
    .video-thumb .play-overlay i {
        font-size: 1.75rem;
    }
    
    .video-thumb .video-label {
        font-size: 0.65rem;
        padding: 2rem 0.5rem 0.5rem;
    }
    
    /* Process Section */
    .landing-process {
        padding: 3rem 0;
    }
    
    .landing-process .section-header {
        margin-bottom: 2rem;
    }
    
    .process-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .process-card {
        padding: 1.25rem;
        text-align: left;
        display: flex;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .process-number {
        font-size: 1.25rem;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    
    .process-card-content h3 {
        font-size: 1rem;
        margin-bottom: 0.35rem;
    }
    
    .process-card-content p {
        font-size: 0.875rem;
        line-height: 1.5;
    }
    
    /* Testimonials Section */
    .landing-testimonials {
        padding: 3rem 0;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .testimonial-card {
        padding: 1.25rem;
    }
    
    .testimonial-text {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .testimonial-author {
        margin-top: 1rem;
    }
    
    .author-name {
        font-size: 0.85rem;
    }
    
    .author-role {
        font-size: 0.75rem;
    }
    
    /* Form Section - FIXED */
    .landing-form-section {
        padding: 2.5rem 0;
    }
    
    .landing-form-section .container {
        padding: 0 1rem;
    }
    
    .premium-form {
        border-radius: 16px;
        overflow: hidden;
    }
    
    .premium-form .form-header {
        padding: 1.5rem 1.25rem;
    }
    
    .premium-form .form-header h2 {
        font-size: 1.25rem;
    }
    
    .premium-form .form-header p {
        font-size: 0.85rem;
    }
    
    .premium-form .form-benefits {
        flex-direction: column;
        gap: 0.5rem;
        margin-top: 1rem;
    }
    
    .premium-form .form-benefits span {
        font-size: 0.8rem;
    }
    
    .lead-form {
        padding: 1.5rem 1.25rem;
    }
    
    .form-progress {
        margin-bottom: 1.5rem;
    }
    
    .progress-step .step-number {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
    }
    
    .progress-line {
        width: 40px;
    }
    
    .step-header h3 {
        font-size: 1.1rem;
    }
    
    .step-header p {
        font-size: 0.85rem;
    }
    
    .form-group {
        margin-bottom: 1rem;
    }
    
    .form-group label {
        font-size: 0.8rem;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.875rem 1rem;
        font-size: 1rem;
        border-radius: 8px;
    }
    
    .form-group.floating-label input,
    .form-group.floating-label select {
        padding: 0.875rem 0.875rem 0.875rem 2.5rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .form-navigation {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .form-navigation .btn {
        width: 100%;
        padding: 1rem;
    }
    
    /* Buttons */
    .btn {
        padding: 0.875rem 1.25rem;
        font-size: 0.9rem;
        border-radius: 8px;
    }
    
    .btn-primary {
        padding: 1rem 1.5rem;
    }
    
    /* Video Modal Mobile */
    .video-modal-container {
        max-width: 100%;
        height: 100vh;
        height: 100dvh;
        border-radius: 0;
    }
    
    .video-modal-header {
        padding: 16px;
        padding-top: max(16px, calc(env(safe-area-inset-top, 0px) + 12px));
        z-index: 100;
        min-height: 64px;
    }
    
    .video-menu-btn,
    .video-close-btn {
        width: 44px;
        height: 44px;
        font-size: 1.25rem;
        background: rgba(0, 0, 0, 0.5) !important;
        min-width: 44px;
        min-height: 44px;
        -webkit-tap-highlight-color: transparent;
    }
    
    .video-progress-indicator {
        top: max(70px, calc(env(safe-area-inset-top, 0px) + 60px));
        padding: 8px 16px;
        font-size: 0.9rem;
        z-index: 90;
    }
    
    .video-side-controls {
        right: 16px;
        bottom: max(100px, calc(env(safe-area-inset-bottom, 0px) + 80px));
        gap: 14px;
    }
    
    .video-side-btn {
        width: 46px;
        height: 46px;
        font-size: 1.15rem;
        background: rgba(0, 0, 0, 0.4);
        -webkit-tap-highlight-color: transparent;
    }
    
    .video-info-overlay {
        padding: 60px 16px max(24px, calc(env(safe-area-inset-bottom, 0px) + 16px));
    }
    
    .video-title {
        font-size: 1rem;
    }
    
    .video-counter {
        font-size: 0.85rem;
    }
    
    /* Videos List Panel Mobile */
    .videos-list-panel {
        border-radius: 0;
    }
    
    .videos-list-header {
        padding: 16px;
        padding-top: max(16px, calc(env(safe-area-inset-top, 0px) + 12px));
        min-height: 64px;
    }
    
    .videos-list-back {
        font-size: 1rem;
        padding: 0.75rem 1rem;
    }
    
    .videos-list-content {
        padding: 16px;
        padding-bottom: max(16px, env(safe-area-inset-bottom, 0px));
    }
    
    .videos-list-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .videos-list-item {
        border-radius: 10px;
    }
    
    .videos-list-item-thumb .play-icon {
        width: 40px;
        height: 40px;
    }
    
    .videos-list-item-title {
        padding: 10px 12px;
        font-size: 0.85rem;
    }
    
    /* Mini Video Widget Mobile - Hidden during form interaction */
    .mini-video-widget {
        bottom: 16px;
        left: 16px;
        z-index: 99;
    }
    
    .mini-video-container {
        width: 65px;
        height: 100px;
        border-radius: 10px;
        border-width: 2px;
    }
    
    .mini-video-expand {
        width: 26px;
        height: 26px;
        font-size: 0.65rem;
    }
    
    /* Footer */
    .landing-footer {
        padding: 2rem 0;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}

/* Mobile Small (480px and below) */
@media (max-width: 480px) {
    html {
        font-size: 15px;
        -webkit-text-size-adjust: 100%;
    }
    
    body.landing-page {
        padding-top: 56px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .container {
        padding: 0 16px;
    }
    
    section {
        padding: 2.5rem 0;
    }
    
    /* Header Premium */
    .landing-header {
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }
    
    .landing-header .container {
        height: 56px;
    }
    
    .landing-header .logo-img {
        height: 28px;
    }
    
    .landing-header .header-cta {
        padding: 10px 16px;
        font-size: 0.8rem;
        font-weight: 600;
        border-radius: 8px;
        letter-spacing: 0.01em;
    }
    
    /* Hero Premium */
    .landing-hero {
        padding: 24px 0 32px;
    }
    
    .landing-hero .hero-badge {
        font-size: 0.65rem;
        letter-spacing: 0.08em;
        padding: 8px 14px;
        border-radius: 100px;
    }
    
    .landing-hero-title {
        font-size: 1.5rem;
        letter-spacing: -0.02em;
    }
    
    .landing-hero-title .highlight {
        font-size: 1.25rem;
    }
    
    .landing-hero-subtitle {
        font-size: 0.95rem;
        line-height: 1.65;
        color: #4b5563;
    }
    
    .landing-hero .hero-credentials {
        gap: 8px;
    }
    
    .landing-hero .hero-credentials span {
        font-size: 0.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }
    
    .landing-hero .hero-cta .btn {
        padding: 14px 24px;
        font-size: 0.95rem;
        font-weight: 600;
        border-radius: 12px;
        letter-spacing: 0.01em;
    }
    
    .landing-hero .hero-cta .btn-primary {
        box-shadow: 0 4px 14px rgba(184, 148, 77, 0.3);
    }
    
    /* Stats Premium */
    .landing-stats {
        padding: 32px 0;
    }
    
    .landing-stats .stats-grid {
        gap: 12px;
    }
    
    .landing-stats .stat-card {
        padding: 20px 12px;
        border-radius: 12px;
    }
    
    .landing-stats .stat-card .stat-number {
        font-size: 1.625rem;
        font-weight: 500;
    }
    
    .landing-stats .stat-card .stat-label {
        font-size: 0.625rem;
        font-weight: 500;
        letter-spacing: 0.04em;
    }
    
    /* Qualification Premium */
    .landing-qualification {
        padding: 40px 0;
    }
    
    .landing-qualification .section-title {
        font-size: 1.375rem;
        letter-spacing: -0.01em;
    }
    
    .qualification-list li {
        padding: 16px 0;
    }
    
    .qualification-list i {
        width: 28px;
        height: 28px;
    }
    
    .qualification-list span {
        font-size: 0.95rem;
        line-height: 1.55;
    }
    
    /* Gallery Premium */
    .landing-gallery {
        padding: 40px 0;
    }
    
    .gallery-grid {
        gap: 8px;
    }
    
    .gallery-item {
        border-radius: 10px;
    }
    
    /* Videos Premium */
    .videos-grid {
        gap: 8px;
    }
    
    .video-thumb {
        border-radius: 10px;
    }
    
    .video-thumb .play-overlay i {
        font-size: 1.75rem;
    }
    
    .video-thumb .video-label {
        font-size: 0.7rem;
        font-weight: 500;
        padding: 24px 10px 10px;
    }
    
    /* Process Premium */
    .landing-process {
        padding: 40px 0;
    }
    
    .process-card {
        padding: 16px;
        border-radius: 12px;
    }
    
    .process-number {
        font-size: 1.25rem;
    }
    
    .process-card h3 {
        font-size: 1rem;
        font-weight: 600;
    }
    
    .process-card p {
        font-size: 0.875rem;
        line-height: 1.55;
    }
    
    /* Testimonials Premium */
    .landing-testimonials {
        padding: 40px 0;
    }
    
    .testimonial-card {
        padding: 20px;
        border-radius: 14px;
    }
    
    .testimonial-text {
        font-size: 0.95rem;
        line-height: 1.65;
        font-style: italic;
    }
    
    .author-name {
        font-size: 0.9rem;
        font-weight: 600;
    }
    
    .author-role {
        font-size: 0.8rem;
    }
    
    /* Form Premium */
    .landing-form-section {
        padding: 40px 0;
    }
    
    .premium-form {
        border-radius: 20px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    }
    
    .premium-form .form-header {
        padding: 24px 20px;
    }
    
    .premium-form .form-header h2 {
        font-size: 1.25rem;
        letter-spacing: -0.01em;
    }
    
    .premium-form .form-header p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .lead-form {
        padding: 24px 20px;
    }
    
    .step-header {
        margin-bottom: 20px;
    }
    
    .step-header h3 {
        font-size: 1.1rem;
        font-weight: 600;
    }
    
    .step-header p {
        font-size: 0.875rem;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 14px 16px;
        font-size: 1rem;
        border-radius: 10px;
        border: 1.5px solid #e5e7eb;
    }
    
    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
        border-color: #b8944d;
        box-shadow: 0 0 0 3px rgba(184, 148, 77, 0.1);
    }
    
    .form-navigation .btn {
        padding: 14px 20px;
        font-size: 0.95rem;
        border-radius: 10px;
    }
    
    /* Mini Video Premium */
    .mini-video-widget {
        bottom: 20px;
        left: 16px;
    }
    
    .mini-video-container {
        width: 60px;
        height: 92px;
        border-radius: 12px;
        border: 2.5px solid #fff;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    }
    
    /* Video Modal Premium */
    .video-modal-header {
        padding: 14px 16px;
        padding-top: max(14px, calc(env(safe-area-inset-top, 0px) + 10px));
    }
    
    .video-menu-btn,
    .video-close-btn {
        width: 40px;
        height: 40px;
        font-size: 1.15rem;
    }
    
    .video-side-controls {
        right: 14px;
        bottom: max(90px, calc(env(safe-area-inset-bottom, 0px) + 70px));
        gap: 12px;
    }
    
    .video-side-btn {
        width: 42px;
        height: 42px;
        font-size: 1.1rem;
    }
    
    .video-progress-indicator {
        top: max(60px, calc(env(safe-area-inset-top, 0px) + 50px));
        font-size: 0.85rem;
    }
    
    /* Videos List Premium */
    .videos-list-header {
        padding: 14px 16px;
        padding-top: max(14px, calc(env(safe-area-inset-top, 0px) + 10px));
    }
    
    .videos-list-back {
        font-size: 0.95rem;
    }
    
    .videos-list-grid {
        gap: 10px;
    }
    
    .videos-list-item {
        border-radius: 10px;
    }
    
    .videos-list-item-title {
        font-size: 0.8rem;
        padding: 10px;
    }
}

/* Extra Small (360px and below) */
@media (max-width: 360px) {
    body.landing-page {
        padding-top: 52px;
    }
    
    .container {
        padding: 0 0.875rem;
    }
    
    .landing-header .container {
        height: 52px;
    }
    
    .landing-header .logo-img {
        height: 24px;
    }
    
    .landing-hero-title {
        font-size: 1.25rem;
    }
    
    .landing-hero-title .highlight {
        font-size: 1rem;
    }
    
    .landing-stats .stat-card .stat-number {
        font-size: 1.375rem;
    }
    
    .landing-stats .stat-card .stat-label {
        font-size: 0.55rem;
    }
    
    .mini-video-container {
        width: 50px;
        height: 75px;
    }
}

/* Gallery Video Items (when videos are shown in gallery) */
.gallery-video-item {
    position: relative;
    cursor: pointer;
}

.gallery-video-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-video-item .video-play-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
    transition: all 0.3s ease;
}

.gallery-video-item:hover .video-play-badge {
    background: var(--accent, #c9a962);
    transform: translate(-50%, -50%) scale(1.1);
}

/* ===== Metodologia/Como Funciona Section ===== */
.landing-metodologia {
    padding: 6rem 0;
    background: linear-gradient(180deg, var(--gray-50) 0%, var(--white) 100%);
}

.landing-metodologia .section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 4rem;
}

.landing-metodologia .section-subtitle {
    font-size: 1.125rem;
    color: var(--gray-600);
    margin-top: 1rem;
}

.metodologia-journey {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.journey-step {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.step-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
    flex-shrink: 0;
}

.step-number {
    width: 48px;
    height: 48px;
    background: var(--white);
    border: 2px solid var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--accent);
    font-size: 0.875rem;
    position: relative;
    z-index: 2;
}

.step-number.final {
    background: var(--accent);
    color: var(--white);
}

.step-number::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% + 2rem);
    background: var(--gray-200);
    z-index: 1;
}

.journey-step:last-child .step-number::after {
    display: none;
}

.step-card {
    flex: 1;
    background: var(--white);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid var(--gray-100);
    transition: all 0.3s ease;
}

.step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.step-card.featured {
    border-color: var(--accent);
    background: linear-gradient(135deg, rgba(201, 169, 98, 0.05) 0%, var(--white) 100%);
}

.step-card.success {
    border-color: var(--success);
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.05) 0%, var(--white) 100%);
}

.step-icon {
    width: 48px;
    height: 48px;
    background: var(--gray-50);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.step-card .step-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.step-card .step-header h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--gray-800);
    margin: 0;
}

.step-tag {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    background: var(--gray-100);
    color: var(--gray-600);
    border-radius: 20px;
    font-weight: 500;
}

.step-tag.highlight {
    background: var(--accent);
    color: var(--white);
}

.step-tag.success {
    background: var(--success);
    color: var(--white);
}

.step-description {
    font-size: 0.9375rem;
    color: var(--gray-600);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.step-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--gray-600);
    padding: 0.25rem 0;
}

.step-features li i {
    color: var(--success);
    font-size: 0.75rem;
}

.metodologia-cta {
    text-align: center;
    margin-top: 3rem;
    padding: 2rem;
    background: var(--gray-50);
    border-radius: 16px;
}

.metodologia-cta .cta-text {
    font-size: 1.125rem;
    color: var(--gray-700);
    margin-bottom: 1.5rem;
}

/* ===== Arquiteta Section ===== */
.landing-arquiteta {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8f6f1 0%, #faf9f7 100%);
}

.arquiteta-card {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 3rem;
    max-width: 900px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(248,246,241,0.9) 100%);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.arquiteta-image-wrapper {
    position: relative;
}

.arquiteta-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.arquiteta-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.arquiteta-image .image-accent {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    border: 3px solid var(--accent);
    border-radius: 16px;
    z-index: -1;
}

.arquiteta-badge {
    position: absolute;
    bottom: -20px;
    right: 20px;
    width: 80px;
    height: 80px;
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    box-shadow: 0 8px 24px rgba(201, 169, 98, 0.4);
}

.arquiteta-badge .badge-number {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
}

.arquiteta-badge .badge-text {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.arquiteta-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.arquiteta-header h3 {
    font-family: var(--font-display);
    font-size: 2rem;
    color: var(--gray-800);
    margin-bottom: 0.25rem;
}

.arquiteta-title {
    font-size: 1rem;
    color: var(--accent);
    font-weight: 500;
}

.arquiteta-quote {
    margin: 1.5rem 0;
    position: relative;
}

.arquiteta-quote i {
    color: var(--accent);
    font-size: 1.5rem;
    opacity: 0.5;
    margin-bottom: 0.5rem;
    display: block;
}

.arquiteta-quote p {
    font-family: var(--font-display);
    font-size: 1.125rem;
    font-style: italic;
    color: var(--gray-700);
    line-height: 1.7;
}

.arquiteta-credentials {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.arquiteta-credentials .credential {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--white);
    border-radius: 30px;
    font-size: 0.875rem;
    color: var(--gray-700);
    border: 1px solid var(--gray-200);
}

.arquiteta-credentials .credential i {
    color: var(--accent);
}

/* ===== FAQ Section ===== */
.landing-faq {
    padding: 6rem 0;
    background: var(--white);
}

.landing-faq .section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
}

.faq-grid {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid var(--gray-200);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
    color: var(--gray-800);
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: var(--accent);
}

.faq-question i {
    font-size: 0.875rem;
    color: var(--gray-400);
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(45deg);
    color: var(--accent);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding-bottom: 1.25rem;
}

.faq-answer p {
    font-size: 0.9375rem;
    color: var(--gray-600);
    line-height: 1.7;
}

.faq-answer strong {
    color: var(--gray-800);
}

/* ===== WhatsApp Floating Button ===== */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.75rem;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 999;
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.5);
}

.whatsapp-tooltip {
    position: absolute;
    right: 70px;
    background: var(--gray-800);
    color: var(--white);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.whatsapp-tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent var(--gray-800);
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
}

/* ===== Responsive for New Sections ===== */
@media (max-width: 768px) {
    .landing-metodologia {
        padding: 4rem 0;
    }
    
    .journey-step {
        flex-direction: column;
        gap: 1rem;
    }
    
    .step-connector {
        flex-direction: row;
        width: 100%;
        gap: 1rem;
    }
    
    .step-number::after {
        display: none;
    }
    
    .step-card {
        padding: 1.25rem;
    }
    
    .arquiteta-card {
        grid-template-columns: 1fr;
        padding: 1.5rem;
        gap: 2rem;
    }
    
    .arquiteta-image img {
        height: 280px;
    }
    
    .arquiteta-badge {
        bottom: -15px;
        right: 15px;
        width: 70px;
        height: 70px;
    }
    
    .arquiteta-header h3 {
        font-size: 1.5rem;
    }
    
    .arquiteta-credentials {
        flex-direction: column;
    }
    
    .landing-faq {
        padding: 4rem 0;
    }
    
    .faq-question {
        font-size: 0.9375rem;
        padding: 1rem 0;
    }
    
    .whatsapp-float {
        bottom: 16px;
        right: 16px;
        width: 56px;
        height: 56px;
        font-size: 1.5rem;
    }
    
    .whatsapp-tooltip {
        display: none;
    }
}
