/* ===== HERO ===== */
.interior-hero {
    background: linear-gradient(135deg, var(--sand) 0%, var(--cream) 100%);
    padding: 4.4rem 4rem 5rem; text-align: center; position: relative; overflow: hidden;
}
.interior-hero::before {
    content: ''; position: absolute; top: -50%; right: -20%; width: 60%; height: 200%;
    background: radial-gradient(circle, rgba(212, 165, 116, 0.08) 0%, transparent 70%);
    pointer-events: none; animation: float 20s ease-in-out infinite;
}
@keyframes float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-20px) rotate(10deg); } }
.hero-container { max-width: 900px; margin: 0 auto; position: relative; z-index: 2; }
.hero-badge { display: inline-block; font-size: 0.75rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--warm-taupe); font-weight: 700; margin-bottom: 1.5rem; padding: 0.5rem 1.5rem; background: rgba(255,255,255,0.5); border-radius: 20px; animation: fadeInDown 0.8s ease-out; }
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
.interior-hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3.5rem, 7vw, 5.5rem); line-height: 1; color: var(--espresso); margin-bottom: 1.5rem; letter-spacing: -0.02em; animation: fadeInUp 0.8s ease-out 0.2s both; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.interior-hero h2 { font-size: 1.25rem; font-weight: 500; color: var(--warm-taupe); line-height: 1.6; max-width: 700px; margin: 0 auto 3rem; animation: fadeInUp 0.8s ease-out 0.4s both; }
.hero-cta-button { display: inline-block; background: var(--warm-beige-darker); color: var(--pure-white); padding: 1.2rem 3rem; text-decoration: none; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 50px; transition: all 0.3s ease; box-shadow: 0 6px 25px rgba(212, 165, 116, 0.3); animation: fadeInUp 0.8s ease-out 0.6s both; position: relative; overflow: hidden; }
.hero-cta-button::before { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; border-radius: 50%; background: rgba(255,255,255,0.1); transform: translate(-50%, -50%); transition: width 0.5s ease, height 0.5s ease; }
.hero-cta-button:hover::before { width: 300%; height: 300%; }
.hero-cta-button:hover { background: var(--warm-taupe); transform: translateY(-2px); box-shadow: 0 8px 35px rgba(212, 165, 116, 0.4); }
.pro-corp-link { margin-top: 2rem; text-align: center; font-size: 0.9rem; animation: fadeInUp 0.8s ease-out 0.8s both; }
.pro-corp-link a { color: var(--warm-beige-dark); text-decoration: underline; transition: color 0.3s ease; }
.pro-corp-link a:hover { color: var(--warm-taupe); }

/* ===== TRUST BADGES ===== */
.trust-badges { display: flex; justify-content: center; gap: 3rem; margin-top: 3rem; animation: fadeInUp 0.8s ease-out 0.8s both; }
.trust-badge { display: flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; background: rgba(255, 255, 255, 0.8); border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }
.trust-badge svg { width: 24px; height: 24px; color: var(--warm-beige-dark); }
.trust-badge span { font-size: 0.85rem; font-weight: 600; color: var(--espresso); }

/* ===== WHY INC SHORT ===== */
.why-inc { padding: 4rem 4rem; background: var(--pure-white); }
.why-inc .value-container { max-width: 1200px; margin: 0 auto; }
.why-inc .value-header { text-align: center; }
.why-inc h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem, 5vw, 3.5rem); color: var(--espresso); margin-bottom: 0.5rem; line-height: 1.1; }
.why-inc p { font-size: 1.05rem; color: var(--gray-700); max-width: 820px; margin: 0 auto; line-height: 1.7; }

/* ===== VALUE PROPOSITION ===== */
.value-section { padding: 5rem 4rem; background: var(--pure-white); }
.value-container { max-width: 1200px; margin: 0 auto; }
.value-header { text-align: center; margin-bottom: 3rem; }
.value-header h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem, 5vw, 3.5rem); color: var(--espresso); margin-bottom: 1rem; line-height: 1.1; }
.value-header p { font-size: 1.125rem; color: var(--gray-600); max-width: 700px; margin: 0 auto; line-height: 1.7; }
.tax-savings-highlight { background: linear-gradient(135deg, rgba(212, 165, 116, 0.1) 0%, rgba(255,255,255,0.8) 100%); border: 2px solid var(--warm-beige); border-radius: 20px; padding: 3rem; text-align: center; position: relative; overflow: hidden; }
.tax-savings-highlight::before { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; background: linear-gradient(45deg, var(--warm-beige), var(--light-beige), var(--warm-beige)); border-radius: 20px; opacity: 0; z-index: -1; transition: opacity 0.3s ease; }
.tax-savings-highlight:hover::before { opacity: 1; }
.savings-amount { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3rem, 6vw, 4rem); color: var(--warm-beige-dark); margin-bottom: 0.5rem; display: block; }
.savings-description { font-size: 1.125rem; color: var(--espresso); font-weight: 600; }
.savings-note { font-size: 0.875rem; color: var(--gray-600); margin-top: 1rem; font-style: italic; }

/* ===== DIFFERENCE SECTION ===== */
.difference-section { padding: 5rem 4rem; background: var(--cream); }
.difference-container { max-width: 1000px; margin: 0 auto; }
.section-title { text-align: center; font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem, 5vw, 3.5rem); color: var(--espresso); margin-bottom: 1rem; }
.section-subtitle { text-align: center; font-size: 1.125rem; color: var(--warm-taupe); margin-bottom: 3rem; max-width: 700px; margin-left: auto; margin-right: auto; }

.attorney-advantage { background: var(--pure-white); border-radius: 20px; padding: 3rem; box-shadow: 0 12px 40px rgba(0,0,0,0.06); border: 1px solid var(--warm-beige); }
.attorney-advantage h3 { font-size: 1.5rem; color: var(--espresso); margin-bottom: 1rem; display: flex; align-items: center; gap: 1rem; }
.warning-icon { width: 32px; height: 32px; color: var(--danger-red); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
.attorney-advantage p { font-size: 1.05rem; color: var(--gray-700); line-height: 1.7; margin-bottom: 1.5rem; }

.explanation-box { background: var(--sand); border-left: 4px solid var(--warm-beige); padding: 1.5rem; border-radius: 8px; margin: 2rem 0; }
.explanation-box h4 { font-size: 1.1rem; color: var(--espresso); margin-bottom: 0.5rem; font-weight: 700; }
.explanation-box p { font-size: 0.95rem; color: var(--gray-700); line-height: 1.6; }

.attorney-list { list-style: none; padding-left: 0; }
.attorney-list li { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1rem; padding: 1rem; background: var(--cream); border-radius: 10px; transition: all 0.3s ease; }
.attorney-list li:hover { transform: translateX(5px); background: var(--sand); }
.attorney-list svg { flex-shrink: 0; width: 20px; height: 20px; color: var(--success-green); margin-top: 2px; }

/* ===== DEADLINES TIMELINE ===== */
.deadlines-section { padding: 5rem 4rem; background: var(--pure-white); }
.deadlines-container { max-width: 1000px; margin: 0 auto; }
.timeline { position: relative; padding: 2rem 0; }
.timeline::before { content: ''; position: absolute; left: 50%; transform: translateX(-50%); width: 2px; height: 100%; background: var(--light-beige); }
.timeline-item { position: relative; margin-bottom: 3rem; display: flex; align-items: center; opacity: 0; animation: fadeInTimeline 0.6s ease-out forwards; }
.timeline-item:nth-child(1) { animation-delay: 0.2s; } .timeline-item:nth-child(2) { animation-delay: 0.4s; } .timeline-item:nth-child(3) { animation-delay: 0.6s; } .timeline-item:nth-child(4) { animation-delay: 0.8s; }
@keyframes fadeInTimeline { from { opacity: 0; transform: translateY(20px);} to { opacity: 1; transform: translateY(0);} }
.timeline-item:nth-child(odd) { justify-content: flex-end; padding-right: calc(50% + 3rem); }
.timeline-item:nth-child(even) { padding-left: calc(50% + 3rem); }
.timeline-dot { position: absolute; width: 24px; height: 24px; background: var(--warm-beige); border-radius: 50%; left: 50%; transform: translateX(-50%); border: 4px solid var(--cream); z-index: 2; }
.timeline-dot.urgent { background: var(--danger-red); animation: urgentPulse 2s infinite; }
@keyframes urgentPulse { 0% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.4);} 70% { box-shadow: 0 0 0 20px rgba(220, 38, 38, 0);} 100% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0);} }
.timeline-card { background: var(--pure-white); padding: 2rem; border-radius: 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.05); max-width: 420px; border: 1px solid var(--gray-200); transition: all 0.3s ease; }
.timeline-card:hover { transform: translateY(-5px); box-shadow: 0 12px 32px rgba(212, 165, 116, 0.1); }
.timeline-date { font-size: 0.875rem; color: var(--warm-taupe); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.5rem; }
.timeline-card h3 { font-size: 1.25rem; color: var(--espresso); margin-bottom: 0.75rem; font-weight: 700; }
.timeline-card p { font-size: 0.95rem; color: var(--gray-600); line-height: 1.6; margin-bottom: 1rem; }
.timeline-penalty { display: flex; align-items: center; gap: 0.5rem; padding: 0.75rem; background: rgba(220, 38, 38, 0.05); border-left: 3px solid var(--danger-red); border-radius: 4px; }
.penalty-icon { color: var(--danger-red); flex-shrink: 0; }
.penalty-text { font-size: 0.875rem; color: var(--danger-red); font-weight: 600; }

/* ===== WHAT'S INCLUDED ===== */
.included-section { padding: 5rem 4rem; background: var(--cream); }
.included-container { max-width: 1200px; margin: 0 auto; }
.included-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem; margin-top: 3rem; }
.included-card { background: var(--pure-white); padding: 2.5rem; border-radius: 16px; transition: all 0.3s ease; border: 1px solid var(--gray-200); position: relative; overflow: hidden; }
.included-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--warm-beige), var(--light-beige)); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; }
.included-card:hover::before { transform: scaleX(1); }
.included-card:hover { border-color: var(--warm-beige); transform: translateY(-5px); box-shadow: 0 12px 32px rgba(212, 165, 116, 0.12); }
.included-icon { width: 48px; height: 48px; background: var(--warm-beige); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; color: var(--pure-white); }
.included-card h3 { font-size: 1.25rem; color: var(--espresso); margin-bottom: 0.75rem; font-weight: 700; }
.included-card p { font-size: 0.95rem; color: var(--gray-600); line-height: 1.6; margin-bottom: 1.5rem; }
.included-items { list-style: none; }
.included-items li { display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 0.75rem; font-size: 0.9rem; color: var(--gray-700); }
.included-items svg { flex-shrink: 0; width: 16px; height: 16px; color: var(--success-green); margin-top: 2px; }

/* ===== LAW FIRM EDGE ===== */
.law-firm-edge { padding: 5rem 4rem; background: var(--pure-white); }
.edge-container { max-width: 1100px; margin: 0 auto; text-align: center; }
.edge-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.edge-item { background: linear-gradient(135deg, rgba(212, 165, 116, 0.05) 0%, rgba(255,255,255,0.9) 100%); border: 1px solid var(--sand); border-radius: 12px; padding: 1.5rem; transition: all 0.3s ease; text-align: left; }
.edge-item:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(212, 165, 116, 0.1); border-color: var(--warm-beige); }
.edge-item-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 0.75rem; }
.edge-icon { width: 32px; height: 32px; background: var(--warm-beige); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--pure-white); flex-shrink: 0; }
.edge-icon svg { width: 18px; height: 18px; }
.edge-item strong { color: var(--espresso); font-weight: 700; font-size: 0.95rem; }
.edge-item p { color: var(--gray-600); font-size: 0.85rem; line-height: 1.5; margin: 0; }

/* ===== COMPARISON TABLE (Updated) ===== */
.comparison-section { padding: 5rem 4rem; background: var(--pure-white); }
.comparison-container { max-width: 1100px; margin: 0 auto; }
.comparison-table-wrapper { 
    overflow-x: auto; 
    margin-top: 3rem; 
    border-radius: 16px; 
    box-shadow: 0 8px 32px rgba(0,0,0,0.08); 
    position: relative; 
    padding-top: 15px; /* Space for badge to peek above */
}
.comparison-table { 
    width: 100%; 
    background: var(--pure-white); 
    border-collapse: separate; 
    border-spacing: 0; 
}
.comparison-table thead { 
    background: var(--espresso); 
    color: var(--pure-white); 
    position: relative; 
}
.comparison-table th { 
    padding: 1.5rem 1.25rem; 
    text-align: left; 
    font-weight: 700; 
    letter-spacing: 0.05em; 
    font-size: 0.9rem; 
    text-transform: uppercase; 
    white-space: nowrap; 
}
.comparison-table th[scope="col"]:first-child { 
    border-top-left-radius: 16px; 
}
.comparison-table th[scope="col"]:last-child { 
    border-top-right-radius: 16px; 
    text-align: center; 
    /*position: relative; 
    padding-top: 2.5rem;*/ /* Adjusted for badge */
}
.attorney-badge-wrapper { 
    position: absolute; 
    top: -25px; /* Position above the header */
    left: 50%; 
    transform: translateX(-50%); 
    z-index: 10; 
}
.recommended-badge { 
    background: var(--warm-beige); 
    color: var(--pure-white); 
    padding: 0.4rem 1.5rem; 
    border-radius: 20px; 
    font-size: 0.7rem; 
    font-weight: 700; 
    letter-spacing: 0.08em; 
    text-transform: uppercase; 
    white-space: nowrap; 
    box-shadow: 0 4px 12px rgba(212, 165, 116, 0.3); 
}
.comparison-table tbody tr { border-bottom: 1px solid var(--gray-200); transition: all 0.3s ease; }
.comparison-table tbody tr:hover { background: rgba(212, 165, 116, 0.05); }
.comparison-table tbody tr:last-child { border-bottom: none; }
.comparison-table td, .comparison-table th[scope="row"] { padding: 1.25rem; font-size: 0.95rem; color: var(--gray-700); }
.comparison-table th[scope="row"] { font-weight: 600; color: var(--espresso); text-align: left; }
.comparison-table td:last-child { text-align: center; }
.check-mark { color: var(--success-green); font-size: 1.25rem; font-weight: bold; }
.x-mark { color: #666666; font-size: 1.25rem; }
.partial-mark { color: var(--warm-beige-dark); font-size: 0.9rem; }
.highlight-column { background: linear-gradient(180deg, rgba(212, 165, 116, 0.05) 0%, rgba(212, 165, 116, 0.02) 100%); }

/* ===== TESTIMONIALS (Updated with diverse reviews) ===== */
.testimonials-section { padding: 5rem 4rem; background: var(--cream); }
.testimonials-container { max-width: 1200px; margin: 0 auto; }

.review-proof-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 2rem 0 3rem;
    padding: 1.5rem;
    background: var(--pure-white);
    border-radius: 100px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.proof-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.proof-badge img {
    height: 30px;
    opacity: 0.8;
}

.testimonials-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); 
    gap: 2rem; 
    margin-bottom: 3rem;
}

.testimonial-card { 
    background: var(--pure-white); 
    padding: 2rem; 
    border-radius: 16px; 
    position: relative; 
    transition: all 0.3s ease; 
    border: 1px solid var(--gray-200); 
}

.testimonial-card:hover { 
    transform: translateY(-5px); 
    box-shadow: 0 12px 32px rgba(212, 165, 116, 0.1); 
}

.quote-icon { 
    position: absolute; 
    top: 1.5rem; 
    right: 1.5rem; 
    width: 40px; 
    height: 40px; 
    color: var(--warm-beige); 
    opacity: 0.3; 
}

.testimonial-content {
    font-size: 1rem;
    color: var(--gray-700);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid var(--gray-200);
}

.author-info {
    flex: 1;
}

.author-name {
    font-weight: 700;
    color: var(--espresso);
    margin-bottom: 0.25rem;
}

.author-title {
    font-size: 0.875rem;
    color: var(--gray-600);
}

.testimonial-source {
    font-size: 0.75rem;
    color: var(--warm-beige-dark);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.all-reviews-cta {
    text-align: center;
    margin-top: 3rem;
}

.reviews-button {
    display: inline-block;
    background: var(--warm-beige-darker);
    color: var(--pure-white);
    padding: 1rem 2.5rem;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.reviews-button:hover {
    background: var(--warm-taupe);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 115, 85, 0.3);
}

/* ===== PRICING (Updated - removed rush line) ===== */
.pricing-section { padding: 5rem 4rem; background: linear-gradient(135deg, var(--sand) 0%, var(--cream) 100%); }
.pricing-container { max-width: 500px; margin: 0 auto; text-align: center; }
.price-card { background: var(--pure-white); border-radius: 20px; padding: 3rem; box-shadow: 0 20px 60px rgba(0,0,0,0.08); border: 2px solid var(--warm-beige); margin-top: 3rem; position: relative; overflow: hidden; }
.price-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg, var(--warm-beige), var(--light-beige), var(--warm-beige)); background-size: 200% 100%; animation: shimmer 3s ease-in-out infinite; }
@keyframes shimmer { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }
.price-amount { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3rem, 6vw, 4rem); color: var(--warm-beige-dark); margin-bottom: 0.5rem; }
.price-label { font-size: 1.125rem; color: var(--espresso); font-weight: 600; margin-bottom: 2rem; }
.price-trust { display: flex; justify-content: center; gap: 2rem; margin-bottom: 2rem; padding: 1rem; background: var(--cream); border-radius: 10px; }
.trust-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: var(--gray-700); }
.trust-item svg { width: 20px; height: 20px; color: var(--warm-beige-dark); }
.price-features { list-style: none; text-align: left; margin-bottom: 2rem; }
.price-features li { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem 0; border-bottom: 1px solid var(--gray-100); font-size: 0.95rem; color: var(--gray-700); }
.price-features li:last-child { border-bottom: none; }
.price-features svg { flex-shrink: 0; width: 20px; height: 20px; color: var(--success-green); }
.price-cta { display: block; width: 100%; background: var(--warm-beige-darker); color: var(--pure-white); padding: 1rem; text-decoration: none; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 50px; transition: all 0.3s ease; font-size: 1rem; position: relative; overflow: hidden; }
.price-cta::before { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; border-radius: 50%; background: rgba(255, 255, 255, 0.1); transform: translate(-50%, -50%); transition: width 0.5s ease, height 0.5s ease; }
.price-cta:hover::before { width: 300%; height: 300%; }
.price-cta:hover { background: var(--warm-taupe); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(139, 115, 85, 0.3); }
.state-fees-note { margin-top: 1rem; padding: 1rem; background: var(--cream); border-radius: 10px; font-size: 0.9rem; color: var(--gray-700); text-align: left; }
.price-guarantee { margin-top: 1.25rem; font-size: 0.875rem; color: var(--gray-600); display: flex; align-items: center; justify-content: center; gap: 0.5rem; }
.price-guarantee svg { width: 16px; height: 16px; color: var(--success-green); }
.legal-note { margin-top: 1rem; font-size: 0.75rem; color: var(--gray-500); font-style: italic; }

/* ===== FINAL CTA & FOOTER ===== */
.final-cta-section { padding: 6rem 4rem; background: var(--espresso); color: var(--pure-white); text-align: center; }
.final-cta-container { max-width: 800px; margin: 0 auto; }
.final-cta-section h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3rem, 6vw, 4rem); margin-bottom: 1.5rem; line-height: 1.1; }
.final-cta-section p { font-size: 1.25rem; color: var(--sand); margin-bottom: 3rem; line-height: 1.6; }
.cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.primary-cta { background: var(--pure-white); color: var(--espresso); padding: 1.25rem 3rem; text-decoration: none; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 50px; transition: all 0.3s ease; display: inline-block; }
.primary-cta:hover { background: var(--sand); transform: translateY(-2px); }
.secondary-cta { background: transparent; color: var(--pure-white); padding: 1.25rem 3rem; text-decoration: none; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; border: 2px solid var(--pure-white); border-radius: 50px; transition: all 0.3s ease; display: inline-block; }
.secondary-cta:hover { background: var(--pure-white); color: var(--espresso); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .timeline::before { left: 30px; }
    .timeline-item { padding-left: 60px !important; padding-right: 0 !important; }
    .timeline-dot { left: 30px; }
    .comparison-table-wrapper { border-radius: 0; }
    .edge-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .interior-hero { padding: 3rem 2rem 4rem; }
    .interior-hero h1 { font-size: 3rem; }
    .trust-badges { flex-direction: column; gap: 1rem; align-items: center; }
    .why-inc, .value-section, .difference-section, .deadlines-section, 
    .included-section, .law-firm-edge, .comparison-section, 
    .testimonials-section, .faq-section, .pricing-section, 
    .final-cta-section { padding: 3rem 2rem; }
    .section-title { font-size: 2.5rem; }
    .included-grid, .testimonials-grid { grid-template-columns: 1fr; }
    .cta-buttons { flex-direction: column; align-items: stretch; }
    .price-trust { flex-direction: column; gap: 0.5rem; }
    .review-proof-bar { flex-direction: column; border-radius: 20px; }
    .comparison-table th { font-size: 0.75rem; padding: 1rem 0.75rem; }
    .comparison-table td { font-size: 0.85rem; padding: 1rem 0.75rem; }
}

.faq-question h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--espresso);
    margin: 0;
    flex: 1;
}