/* Nathalia Libras Landing — scoped styles */
.nflanding,
.nflanding * { box-sizing: border-box; }

.nflanding {
    --nfl-primary: #061824;
    --nfl-secondary: #0B2638;
    --nfl-accent: #D9A052;
    --nfl-accent-light: #EDBC74;
    --nfl-light: #F7F3EC;
    --nfl-text: #101820;
    --nfl-whatsapp: #25D366;
    --nfl-border: rgba(255,255,255,.12);
    --nfl-shadow: 0 24px 70px rgba(1, 13, 21, .18);
    width: 100%;
    overflow: clip;
    color: var(--nfl-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #fff;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
}

.nflanding a { text-decoration: none; }
.nflanding img { display: block; max-width: 100%; }
.nflanding button, .nflanding a { -webkit-tap-highlight-color: transparent; }
.nflanding svg { width: 1.25em; height: 1.25em; flex: 0 0 auto; }

.nfl-shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.nfl-section { padding: 100px 0; }
.nfl-section[id] { scroll-margin-top: 92px; }

.nfl-kicker {
    display: inline-block;
    color: var(--nfl-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.nfl-section-head { max-width: 700px; margin-bottom: 46px; }
.nfl-section-head.nfl-center { text-align: center; margin-left: auto; margin-right: auto; }
.nfl-section-head h2, .nfl-about-copy h2, .nfl-final-card h2, .nfl-faq-intro h2 {
    margin: 0 0 14px;
    color: var(--nfl-primary);
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.07;
    letter-spacing: -.035em;
    font-weight: 800;
}
.nfl-section-head p, .nfl-about-copy p, .nfl-faq-intro p { margin: 0; color: #66717a; font-size: 17px; }

/* Header */
.nfl-header {
    position: sticky;
    top: 0;
    z-index: 9000;
    background: rgba(6,24,36,.94);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.nfl-header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.nfl-brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; min-width: 245px; }
.nfl-brand-icon { color: var(--nfl-accent-light); display: inline-flex; }
.nfl-logo-mark { width: 38px !important; height: 38px !important; }
.nfl-brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.nfl-brand-copy strong { color: #fff; font-size: 14px; letter-spacing: .035em; font-weight: 800; text-transform: uppercase; }
.nfl-brand-copy small { color: var(--nfl-accent-light); font-size: 10px; letter-spacing: .12em; margin-top: 5px; text-transform: uppercase; }
.nfl-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 30px); }
.nfl-nav a { color: rgba(255,255,255,.9); font-size: 13px; font-weight: 650; transition: color .2s ease; }
.nfl-nav a:hover { color: var(--nfl-accent-light); }
.nfl-menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; cursor: pointer; }
.nfl-menu-toggle span { display: block; height: 2px; width: 100%; background: #fff; margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }
.nfl-menu-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nfl-menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.nfl-menu-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Buttons */
.nfl-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 14px 22px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--nfl-accent-light), var(--nfl-accent));
    color: var(--nfl-primary) !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.1;
    box-shadow: 0 14px 34px rgba(217,160,82,.17);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.nfl-button:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(217,160,82,.24); filter: saturate(1.04); }
.nfl-button-sm { min-height: 44px; padding: 11px 17px; font-size: 13px; }
.nfl-button-lg { min-height: 58px; padding: 17px 26px; font-size: 16px; }
.nfl-button-whatsapp { background: var(--nfl-whatsapp); color: #062412 !important; box-shadow: 0 16px 34px rgba(37,211,102,.18); }

/* Hero */
.nfl-hero { position: relative; min-height: 700px; display: flex; align-items: stretch; background: radial-gradient(circle at 72% 40%, rgba(217,160,82,.15), rgba(6,24,36,0) 37%), linear-gradient(120deg, #03101a 0%, var(--nfl-primary) 58%, #09263a 100%); color: #fff; }
.nfl-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 130px; background: linear-gradient(to bottom, transparent, rgba(0,0,0,.2)); pointer-events: none; }
.nfl-hero-glow { position: absolute; width: 500px; height: 500px; right: 15%; top: 13%; border-radius: 50%; background: rgba(217,160,82,.08); filter: blur(80px); pointer-events: none; }
.nfl-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 48px; padding-top: 70px; padding-bottom: 70px; }
.nfl-hero-copy { max-width: 675px; }
.nfl-eyebrow { display: inline-flex; padding: 7px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.055); color: var(--nfl-accent-light); font-size: 11px; font-weight: 800; letter-spacing: .12em; margin-bottom: 20px; }
.nfl-hero h1 { color: #fff; margin: 0; font-size: clamp(44px, 5.2vw, 68px); line-height: 1.02; letter-spacing: -.045em; font-weight: 850; }
.nfl-hero h1 span { color: var(--nfl-accent-light); }
.nfl-lead { max-width: 620px; margin: 25px 0 26px; font-size: 18px; line-height: 1.62; color: rgba(255,255,255,.82); }
.nfl-benefits { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 22px; max-width: 600px; margin-bottom: 30px; }
.nfl-benefits span { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.92); font-size: 14px; }
.nfl-benefits svg { color: var(--nfl-accent-light); }
.nfl-hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.nfl-hero-actions small { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,.68); font-size: 12px; }
.nfl-hero-actions small svg { color: var(--nfl-accent-light); width: 14px; height: 14px; }
.nfl-hero-visual { height: 100%; display: flex; align-items: flex-end; justify-content: center; }
.nfl-hero-photo-card { position: relative; width: min(100%, 530px); height: 610px; overflow: hidden; border-radius: 28px 28px 8px 8px; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 40px 90px rgba(0,0,0,.35); background: #07141e; }
.nfl-hero-photo-card img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 15%; filter: saturate(.9) contrast(1.03); }
.nfl-hero-photo-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,16,26,.93) 0%, rgba(3,16,26,.1) 45%, rgba(3,16,26,.08) 100%); }
.nfl-hero-photo-card blockquote { position: absolute; left: 26px; right: 26px; bottom: 26px; margin: 0; color: #fff; font-size: 20px; line-height: 1.35; font-weight: 650; }
.nfl-hero-photo-card blockquote::before { content: "“"; color: var(--nfl-accent-light); font-size: 38px; line-height: 0; margin-right: 4px; vertical-align: -8px; }

/* Trust */
.nfl-trust { position: relative; z-index: 4; background: var(--nfl-light); border-bottom: 1px solid #e5ddd2; }
.nfl-trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.nfl-trust article { display: flex; gap: 14px; padding: 32px 26px; border-right: 1px solid #e2d8cb; }
.nfl-trust article:first-child { padding-left: 0; }
.nfl-trust article:last-child { border-right: 0; padding-right: 0; }
.nfl-trust-icon { color: var(--nfl-accent); padding-top: 2px; }
.nfl-trust-icon svg { width: 28px; height: 28px; }
.nfl-trust h3 { margin: 0 0 6px; color: var(--nfl-primary); font-size: 14px; line-height: 1.25; }
.nfl-trust p { margin: 0; color: #5e6870; font-size: 12.5px; line-height: 1.5; }

/* Services */
.nfl-services { background: #fff; }
.nfl-services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.nfl-service-card { min-height: 260px; padding: 28px 24px; border: 1px solid #e8e8e8; border-radius: 18px; background: #fff; box-shadow: 0 8px 28px rgba(6,24,36,.035); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.nfl-service-card:hover { transform: translateY(-6px); border-color: rgba(217,160,82,.5); box-shadow: 0 18px 44px rgba(6,24,36,.09); }
.nfl-service-icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; color: var(--nfl-accent); background: rgba(217,160,82,.09); margin-bottom: 22px; }
.nfl-service-icon svg { width: 28px; height: 28px; }
.nfl-service-card h3 { margin: 0 0 10px; color: var(--nfl-primary); font-size: 18px; line-height: 1.25; }
.nfl-service-card p { margin: 0; color: #6b747c; font-size: 14px; line-height: 1.62; }
.nfl-inline-cta { margin-top: 34px; display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 30px 34px; border-radius: 20px; background: var(--nfl-light); border: 1px solid #e6ddd2; }
.nfl-inline-cta h3 { margin: 0 0 6px; color: var(--nfl-primary); font-size: 24px; }
.nfl-inline-cta p { margin: 0; color: #69737a; max-width: 720px; }
.nfl-inline-cta .nfl-kicker { margin-bottom: 6px; }
.nfl-inline-cta .nfl-button { flex: 0 0 auto; }

/* Process */
.nfl-process { background: linear-gradient(135deg, #061824, #0c2c41); color: #fff; }
.nfl-process .nfl-section-head h2 { color: #fff; }
.nfl-process .nfl-section-head p { color: rgba(255,255,255,.65); }
.nfl-process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; counter-reset: steps; }
.nfl-process-grid article { position: relative; padding: 34px 30px 30px; min-height: 270px; border-radius: 20px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); }
.nfl-step { position: absolute; top: 22px; right: 24px; color: rgba(255,255,255,.16); font-size: 34px; font-weight: 850; letter-spacing: -.05em; }
.nfl-process-icon { color: var(--nfl-accent-light); margin-bottom: 26px; }
.nfl-process-icon svg { width: 34px; height: 34px; }
.nfl-process-grid h3 { margin: 0 0 10px; font-size: 20px; color: #fff; }
.nfl-process-grid p { margin: 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.65; }

/* About */
.nfl-about { background: var(--nfl-light); }
.nfl-about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.nfl-about-photo { position: relative; }
.nfl-about-photo > img { width: 100%; height: 610px; object-fit: cover; object-position: center 18%; border-radius: 24px; box-shadow: var(--nfl-shadow); }
.nfl-about-badge { position: absolute; right: -24px; bottom: 32px; max-width: 210px; display: flex; align-items: center; gap: 12px; padding: 17px 18px; border-radius: 16px; background: var(--nfl-primary); color: #fff; box-shadow: 0 22px 50px rgba(3,16,26,.28); }
.nfl-about-badge svg { width: 32px; height: 32px; color: var(--nfl-accent-light); }
.nfl-about-badge span { font-size: 13px; font-weight: 750; line-height: 1.25; }
.nfl-about-copy p { margin-bottom: 17px; }
.nfl-about-points { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 18px; margin: 28px 0; }
.nfl-about-points span { display: flex; align-items: center; gap: 9px; color: var(--nfl-primary); font-size: 13.5px; font-weight: 650; }
.nfl-about-points svg { color: var(--nfl-accent); }
.nfl-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--nfl-primary) !important; font-weight: 800; border-bottom: 2px solid var(--nfl-accent); padding-bottom: 4px; }

/* Experience */
.nfl-experience { background: #fff; }
.nfl-experience-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.nfl-experience .nfl-section-head { position: sticky; top: 120px; margin: 0; }
.nfl-timeline { position: relative; }
.nfl-timeline::before { content: ""; position: absolute; left: 72px; top: 18px; bottom: 18px; width: 1px; background: #e3d9cd; }
.nfl-timeline article { position: relative; display: grid; grid-template-columns: 72px 1fr; gap: 26px; padding: 0 0 34px; }
.nfl-timeline article:last-child { padding-bottom: 0; }
.nfl-timeline article > span { position: relative; z-index: 2; align-self: start; display: inline-flex; justify-content: center; padding: 5px 6px; border-radius: 999px; background: var(--nfl-light); border: 1px solid #e0d5c8; color: var(--nfl-accent); font-size: 10px; font-weight: 800; text-align: center; }
.nfl-timeline article > div { padding-left: 4px; }
.nfl-timeline h3 { margin: 0 0 7px; color: var(--nfl-primary); font-size: 18px; line-height: 1.3; }
.nfl-timeline p { margin: 0; color: #68727a; font-size: 14px; line-height: 1.6; }

/* Gallery */
.nfl-gallery { background: #081b29; color: #fff; }
.nfl-gallery .nfl-section-head h2 { color: #fff; }
.nfl-gallery .nfl-section-head p { color: rgba(255,255,255,.62); }
.nfl-gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr 1fr; grid-template-rows: 250px 250px; gap: 16px; }
.nfl-gallery-item { margin: 0; overflow: hidden; border-radius: 18px; border: 1px solid rgba(255,255,255,.09); }
.nfl-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.nfl-gallery-item:hover img { transform: scale(1.035); }
.nfl-gallery-1 { grid-row: 1 / 3; }
.nfl-gallery-2 { grid-column: 2; grid-row: 1; }
.nfl-gallery-3 { grid-column: 2; grid-row: 2; }
.nfl-gallery-4 { grid-column: 3; grid-row: 1 / 3; }
.nfl-gallery-1 img { object-position: center 15%; }
.nfl-gallery-2 img { object-position: center 10%; }
.nfl-gallery-3 img { object-position: center 10%; }
.nfl-gallery-4 img { object-position: center 15%; }

/* FAQ */
.nfl-faq { background: var(--nfl-light); }
.nfl-faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.nfl-faq-intro .nfl-button { margin-top: 24px; }
.nfl-accordion { border-top: 1px solid #dcd3c8; }
.nfl-accordion-item { border-bottom: 1px solid #dcd3c8; }
.nfl-accordion-item button { width: 100%; border: 0; background: transparent; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; color: var(--nfl-primary); text-align: left; font: inherit; font-weight: 750; font-size: 16px; cursor: pointer; }
.nfl-accordion-item button i { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.nfl-accordion-item button i::before, .nfl-accordion-item button i::after { content: ""; position: absolute; background: var(--nfl-accent); transition: transform .2s ease; }
.nfl-accordion-item button i::before { width: 16px; height: 2px; left: 1px; top: 8px; }
.nfl-accordion-item button i::after { width: 2px; height: 16px; left: 8px; top: 1px; }
.nfl-accordion-item.is-open button i::after { transform: scaleY(0); }
.nfl-accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.nfl-accordion-panel > p { overflow: hidden; margin: 0; color: #647078; font-size: 14px; line-height: 1.65; }
.nfl-accordion-item.is-open .nfl-accordion-panel { grid-template-rows: 1fr; }
.nfl-accordion-item.is-open .nfl-accordion-panel > p { padding: 0 0 22px; }

/* Final CTA */
.nfl-final-cta { padding: 80px 0; background: #fff; }
.nfl-final-card { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: center; padding: 52px 58px; border-radius: 28px; background: radial-gradient(circle at 86% 20%, rgba(217,160,82,.19), transparent 35%), linear-gradient(135deg, var(--nfl-primary), #0b2b40); box-shadow: 0 30px 80px rgba(6,24,36,.18); }
.nfl-final-card h2 { color: #fff; max-width: 760px; font-size: clamp(32px, 4vw, 46px); }
.nfl-final-card > div > p { margin: 0; color: rgba(255,255,255,.68); font-size: 16px; max-width: 680px; }
.nfl-contact-details { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 22px; }
.nfl-contact-details a, .nfl-contact-details span { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.82) !important; font-size: 13px; }
.nfl-contact-details svg { color: var(--nfl-accent-light); }
.nfl-final-action { display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
.nfl-final-action small { color: rgba(255,255,255,.55); font-size: 11.5px; text-align: center; }

/* Footer */
.nfl-footer { padding: 28px 0; background: #031019; color: #fff; }
.nfl-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nfl-brand-footer { min-width: 0; }
.nfl-footer p { margin: 0; color: rgba(255,255,255,.48); font-size: 12px; }

/* Sticky mobile CTA */
.nfl-sticky-wa { display: none; }

@media (max-width: 1100px) {
    .nfl-header-cta { display: none; }
    .nfl-nav { gap: 20px; }
    .nfl-services-grid { grid-template-columns: repeat(2,1fr); }
    .nfl-trust-grid { grid-template-columns: repeat(2,1fr); }
    .nfl-trust article:nth-child(2) { border-right: 0; }
    .nfl-trust article:nth-child(3), .nfl-trust article:nth-child(4) { border-top: 1px solid #e2d8cb; }
    .nfl-trust article:first-child, .nfl-trust article:nth-child(3) { padding-left: 0; }
    .nfl-trust article:nth-child(2), .nfl-trust article:nth-child(4) { padding-right: 0; }
    .nfl-hero-grid { grid-template-columns: 1fr .8fr; gap: 28px; }
    .nfl-hero-photo-card { height: 560px; }
}

@media (max-width: 860px) {
    .nfl-shell { width: min(100% - 40px, 760px); }
    .nfl-section { padding: 78px 0; }
    .nfl-header-inner { min-height: 68px; }
    .nfl-brand { min-width: 0; }
    .nfl-brand-copy strong { font-size: 12px; }
    .nfl-nav { position: absolute; display: none; top: 68px; left: 0; right: 0; padding: 14px 20px 22px; background: rgba(3,16,25,.985); border-bottom: 1px solid rgba(255,255,255,.09); flex-direction: column; align-items: stretch; gap: 0; }
    .nfl-nav.is-open { display: flex; }
    .nfl-nav a { padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 14px; }
    .nfl-menu-toggle { display: block; }
    .nfl-hero { min-height: auto; }
    .nfl-hero-grid { grid-template-columns: 1fr; padding-top: 50px; padding-bottom: 0; gap: 44px; }
    .nfl-hero-copy { max-width: 720px; }
    .nfl-hero-visual { justify-content: stretch; }
    .nfl-hero-photo-card { width: 100%; height: 570px; border-radius: 24px 24px 0 0; }
    .nfl-trust-grid { width: 100%; padding: 0 20px; }
    .nfl-trust article { padding: 26px 20px; }
    .nfl-inline-cta { flex-direction: column; align-items: flex-start; }
    .nfl-process-grid { grid-template-columns: 1fr; }
    .nfl-process-grid article { min-height: 0; }
    .nfl-about-grid, .nfl-experience-grid, .nfl-faq-layout, .nfl-final-card { grid-template-columns: 1fr; }
    .nfl-about-grid { gap: 48px; }
    .nfl-about-photo > img { height: 580px; }
    .nfl-about-badge { right: 18px; }
    .nfl-experience-grid, .nfl-faq-layout { gap: 44px; }
    .nfl-experience .nfl-section-head { position: static; }
    .nfl-gallery-grid { grid-template-columns: repeat(2,1fr); grid-template-rows: 340px 340px; }
    .nfl-gallery-1 { grid-column: 1; grid-row: 1; }
    .nfl-gallery-2 { grid-column: 2; grid-row: 1; }
    .nfl-gallery-3 { grid-column: 1; grid-row: 2; }
    .nfl-gallery-4 { grid-column: 2; grid-row: 2; }
    .nfl-final-card { padding: 44px 36px; gap: 34px; }
}

@media (max-width: 620px) {
    .nflanding { padding-bottom: 76px; }
    .nfl-shell { width: calc(100% - 36px); }
    .nfl-section { padding: 66px 0; }
    .nfl-brand-copy strong { font-size: 11px; max-width: 185px; }
    .nfl-brand-copy small { font-size: 8.5px; }
    .nfl-logo-mark { width: 34px !important; height: 34px !important; }
    .nfl-hero-grid { padding-top: 38px; gap: 36px; }
    .nfl-eyebrow { font-size: 9.5px; margin-bottom: 17px; }
    .nfl-hero h1 { font-size: clamp(38px, 11vw, 50px); line-height: 1.02; }
    .nfl-lead { margin: 20px 0 22px; font-size: 16px; line-height: 1.55; }
    .nfl-benefits { grid-template-columns: 1fr 1fr; gap: 12px 10px; }
    .nfl-benefits span { align-items: flex-start; font-size: 12px; line-height: 1.35; }
    .nfl-hero-actions, .nfl-hero-actions .nfl-button { width: 100%; }
    .nfl-button-lg { padding: 16px 18px; font-size: 14px; }
    .nfl-hero-photo-card { height: 490px; margin-left: -18px; width: calc(100% + 36px); border-left: 0; border-right: 0; border-radius: 22px 22px 0 0; }
    .nfl-hero-photo-card blockquote { left: 18px; right: 18px; bottom: 20px; font-size: 17px; }
    .nfl-trust-grid { grid-template-columns: 1fr; padding: 0 18px; }
    .nfl-trust article, .nfl-trust article:first-child, .nfl-trust article:nth-child(2), .nfl-trust article:nth-child(3), .nfl-trust article:nth-child(4) { border-right: 0; border-top: 1px solid #e2d8cb; padding: 22px 0; }
    .nfl-trust article:first-child { border-top: 0; }
    .nfl-services-grid { grid-template-columns: 1fr; gap: 12px; }
    .nfl-service-card { min-height: 0; padding: 22px 20px; }
    .nfl-service-icon { margin-bottom: 16px; }
    .nfl-inline-cta { margin-top: 24px; padding: 26px 22px; border-radius: 16px; }
    .nfl-inline-cta .nfl-button { width: 100%; }
    .nfl-section-head { margin-bottom: 34px; }
    .nfl-section-head h2, .nfl-about-copy h2, .nfl-final-card h2, .nfl-faq-intro h2 { font-size: 33px; }
    .nfl-section-head p, .nfl-about-copy p, .nfl-faq-intro p { font-size: 15px; }
    .nfl-process-grid article { padding: 27px 23px; }
    .nfl-about-photo > img { height: 490px; }
    .nfl-about-badge { right: 12px; bottom: 18px; max-width: 185px; }
    .nfl-about-points { grid-template-columns: 1fr; }
    .nfl-timeline::before { left: 58px; }
    .nfl-timeline article { grid-template-columns: 58px 1fr; gap: 18px; }
    .nfl-timeline h3 { font-size: 16px; }
    .nfl-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 280px; gap: 10px; }
    .nfl-gallery-item { border-radius: 12px; }
    .nfl-accordion-item button { font-size: 14px; padding: 19px 0; }
    .nfl-final-cta { padding: 56px 0; }
    .nfl-final-card { padding: 34px 23px; border-radius: 20px; }
    .nfl-contact-details { flex-direction: column; align-items: flex-start; }
    .nfl-footer-inner { flex-direction: column; align-items: flex-start; }
    .nfl-sticky-wa { position: fixed; display: flex; align-items: center; justify-content: center; gap: 9px; left: 12px; right: 12px; bottom: 10px; z-index: 9999; min-height: 54px; padding: 13px 18px; border-radius: 14px; background: var(--nfl-whatsapp); color: #062412 !important; font-size: 14px; font-weight: 850; box-shadow: 0 14px 36px rgba(0,0,0,.26); }
    .nfl-sticky-wa svg { width: 22px; height: 22px; }
}

@media (prefers-reduced-motion: reduce) {
    .nflanding *, .nflanding *::before, .nflanding *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
