:root {
  --night: #00060d;
  --deep: #041026;
  --navy: #071a40;
  --blue: #0a2459;
  --acid: #cae81c;
  --white: #f6f8fb;
  --muted: #9aaac4;
  --line-dark: rgba(186, 205, 240, 0.16);
  --shadow-dark: rgba(0, 6, 13, 0.42);
  --ink: #1a1a2e;
  --bg-light: #f7f7fb;
  --card-white: #ffffff;
  --accent: #5c4bc7;
  --accent2: #8b7ae8;
  --gold: #c9a84c;
  --gold-light: #f5e9c8;
  --green: #2d7a5f;
  --green-light: #d6f0e8;
  --line-light: #e2e2ee;
  --display: "Barlow Condensed", sans-serif;
  --body: "Manrope", sans-serif;
  --radius-lg: 28px;
  --radius-md: 18px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body, button, a { -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
a { color: inherit; }
img { max-width: 100%; display: block; }
main { display: flex; flex-direction: column; }
.method { order: 2; }
.process { order: 3; }
.solution { order: 4; }
.pricing-section { order: 5; }
.testimonials { order: 6; }
.faq { order: 7; }
.final-cta { order: 8; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-dark { background: linear-gradient(135deg, var(--night) 0%, var(--deep) 55%, var(--navy) 100%); position: relative; overflow: hidden; }
.section-space { padding-block: clamp(46px, 6vw, 82px); }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; background: var(--acid); color: var(--night); font-weight: 800; transition: top 0.2s; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 20; background: rgba(0, 6, 13, 0.76); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: border-color 0.25s, background 0.25s; }
.site-header.is-scrolled { border-color: var(--line-dark); background: rgba(0, 6, 13, 0.92); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-logo { display: block; width: 72px; height: 64px; object-fit: contain; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: var(--night); background: var(--acid); transform: rotate(-8deg); }
.brand-copy { display: grid; line-height: 0.95; }
.brand-copy strong { font-family: var(--display); font-size: 21px; letter-spacing: 0.08em; }
.brand-copy small { margin-top: 4px; color: var(--acid); font-size: 8px; letter-spacing: 0.3em; font-weight: 800; }
.menu-toggle { display: inline-grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line-dark); color: var(--white); background: transparent; cursor: pointer; }
.main-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: grid; gap: 4px; padding: 18px 20px 22px; background: rgba(0, 6, 13, 0.97); border-bottom: 1px solid var(--line-dark); transform: translateY(-12px); opacity: 0; visibility: hidden; transition: opacity 0.2s, transform 0.2s, visibility 0.2s; }
.main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
.main-nav a { padding: 12px 10px; color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 700; }
.main-nav a:hover { color: var(--acid); }
.main-nav .nav-cta { margin-top: 6px; color: var(--night); background: var(--acid); text-align: center; }

/* Shared typography */
.eyebrow, .pricing-kicker { margin: 0 0 18px; color: var(--acid); font-size: 11px; font-weight: 800; letter-spacing: 0.2em; line-height: 1.2; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 28px; height: 2px; margin: 0 10px 3px 0; background: var(--acid); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--acid); font-family: var(--display); font-weight: 700; letter-spacing: -0.025em; line-height: 0.98; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(3.2rem, 11vw, 7.3rem); text-transform: uppercase; }
h1 span, h2 span { color: var(--white); }
h2 { margin-bottom: 22px; font-size: clamp(2.65rem, 6vw, 5.2rem); text-transform: uppercase; }
h3 { line-height: 1.12; }
.section-heading > p:last-child { max-width: 570px; color: var(--muted); font-size: 16px; }
.section-heading--center { text-align: center; margin-inline: auto; max-width: 740px; }
.section-heading--center > p:last-child { margin-inline: auto; }
.section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.section-heading--split > p { max-width: 360px; margin-bottom: 23px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--white); font-size: 13px; font-weight: 800; text-decoration: none; }
.text-link:hover { color: var(--acid); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 14px 20px; border: 1px solid transparent; text-align: center; text-decoration: none; font-size: 13px; font-weight: 800; line-height: 1.2; transition: transform 0.2s var(--ease), background 0.2s, color 0.2s, border-color 0.2s; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(0) scale(0.98); }
.button-primary { color: var(--night); background: var(--acid); box-shadow: 0 12px 34px rgba(202, 232, 28, 0.15); }
.button-primary:hover { background: #d8f736; }
.button-secondary { color: var(--acid); border-color: var(--acid); background: transparent; }
.button-secondary:hover { color: var(--night); background: var(--acid); }

/* Hero */
.hero { min-height: 550px; padding: 78px 0 32px; display: flex; align-items: center; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; top: 15%; left: 36%; border-radius: 50%; background: radial-gradient(circle, rgba(30, 90, 192, 0.2), transparent 68%); filter: blur(8px); pointer-events: none; animation: hero-glow 14s ease-in-out infinite alternate; }
.hero-grid { display: grid; gap: 34px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-lead { max-width: 590px; margin-bottom: 30px; color: var(--muted); font-size: clamp(1rem, 2vw, 1.16rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.hero-actions .button { max-width: 100%; white-space: nowrap; }
.hero-visual { min-height: 0; position: relative; display: flex; justify-content: center; isolation: isolate; }
.hero-photo-frame { width: fit-content; max-width: 100%; margin: 0; }
.hero-photo-frame img { display: block; width: auto; max-width: 100%; height: 430px; object-fit: contain; object-position: center; filter: saturate(0.92) contrast(1.05); border-radius: 15px; }
.hero-photo-frame figcaption { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; color: var(--acid); font-size: 10px; font-weight: 800; letter-spacing: 0.12em; }
.hero-photo-frame figcaption small { color: var(--muted); font-size: 8px; letter-spacing: 0.08em; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 10px var(--acid); }
/* Método */
.process-grid, .faq-grid { display: grid; gap: 54px; align-items: start; }
.method-grid { display: grid; gap: 13px; margin-top: 38px; }
.method-card { position: relative; min-height: 235px; padding: 23px; border: 1px solid var(--line-dark); background: rgba(4, 16, 38, 0.58); transition: transform 0.25s var(--ease), border-color 0.25s, background 0.25s; }
.method-card:hover { transform: translateY(-5px); border-color: rgba(202, 232, 28, 0.5); background: rgba(7, 26, 64, 0.85); }
.method-number { display: block; margin-bottom: 26px; color: var(--acid); font-family: var(--display); font-size: 28px; line-height: 1; }
.method-icon { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 19px; color: var(--acid); border: 1px solid rgba(202, 232, 28, 0.38); }
.method-card h3 { margin-bottom: 9px; color: var(--white); font-size: 20px; }
.method-card p { margin: 0; color: var(--muted); font-size: 12px; }
.step-number { color: var(--acid); font-family: var(--display); font-size: 25px; line-height: 1; }

/* Benefits */
.benefit-grid { display: grid; gap: 14px; margin-top: 38px; }
.benefit-card { min-height: 265px; padding: 25px; border: 1px solid var(--line-dark); background: rgba(4, 16, 38, 0.62); transition: transform 0.25s var(--ease), border-color 0.25s, background 0.25s; }
.benefit-card:hover { transform: translateY(-6px); border-color: rgba(202, 232, 28, 0.5); background: rgba(7, 26, 64, 0.88); }
.benefit-card--accent { background: linear-gradient(140deg, rgba(202, 232, 28, 0.12), rgba(4, 16, 38, 0.7)); }
.benefit-icon { display: grid; place-items: center; width: 51px; height: 51px; margin-bottom: 31px; color: var(--acid); border: 1px solid rgba(202, 232, 28, 0.4); }
.card-index { margin-bottom: 10px; color: var(--acid); font-size: 10px; font-weight: 800; letter-spacing: 0.15em; }
.benefit-card h3 { margin-bottom: 10px; color: var(--white); font-size: 24px; }
.benefit-card > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 13px; }

/* Process */
.steps { border-top: 1px solid var(--line-dark); }
.step { display: grid; grid-template-columns: 55px 1fr; gap: 17px; padding: 26px 0; border-bottom: 1px solid var(--line-dark); }
.step h3 { margin-bottom: 7px; color: var(--white); font-size: 21px; }
.step p { margin: 0; color: var(--muted); font-size: 13px; }

/* Testimonials */
.testimonial-carousel { margin-top: 36px; }
.testimonial-viewport { overflow: hidden; outline: none; touch-action: pan-y; }
.testimonial-viewport:focus-visible { outline: 2px solid var(--acid); outline-offset: 8px; }
.testimonial-grid { display: flex; gap: 14px; transition: transform 0.55s var(--ease); will-change: transform; }
.testimonial-card { min-height: 270px; flex: 0 0 100%; display: flex; flex-direction: column; box-sizing: border-box; padding: 23px; border: 1px solid var(--line-dark); background: rgba(4, 16, 38, 0.52); }
.testimonial-card--featured { border-color: rgba(202, 232, 28, 0.42); background: linear-gradient(145deg, rgba(202, 232, 28, 0.12), rgba(4, 16, 38, 0.55)); }
.testimonial-top { display: flex; justify-content: flex-end; align-items: start; }
.quote-mark { color: var(--acid); font-family: Georgia, serif; font-size: 54px; line-height: 0.7; }
.testimonial-card blockquote { flex: 1; margin: 25px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.testimonial-result { display: grid; padding-top: 15px; border-top: 1px solid var(--line-dark); }
.testimonial-result strong { color: var(--acid); font-size: 12px; }
.testimonial-result span { color: var(--muted); font-size: 11px; }
.testimonial-carousel-controls { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 18px; }
.testimonial-arrows { display: flex; gap: 8px; }
.testimonial-arrow { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; color: var(--acid); border: 1px solid rgba(202, 232, 28, 0.42); background: rgba(4, 16, 38, 0.52); cursor: pointer; transition: color 0.2s, background 0.2s, opacity 0.2s, transform 0.2s; }
.testimonial-arrow:hover:not(:disabled) { color: var(--night); background: var(--acid); transform: translateY(-2px); }
.testimonial-arrow:focus-visible { outline: 2px solid var(--white); outline-offset: 3px; }
.testimonial-arrow:disabled { opacity: 0.28; cursor: not-allowed; }

/* Pricing island */
.pricing-section { padding-inline: 20px; }
.pricing-section.section-space { padding-block: clamp(36px, 4vw, 60px); }
.pricing-island { position: relative; width: min(100%, 1160px); margin-inline: auto; padding: clamp(28px, 4vw, 46px) 0 36px; color: var(--ink); border-radius: 22px; background: var(--bg-light); box-shadow: 0 -20px 70px rgba(85, 122, 202, 0.16); overflow: hidden; }
.pricing-island::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--accent), var(--accent2), var(--gold)); }
.pricing-intro { max-width: 900px; text-align: center; }
.pricing-kicker { color: var(--accent); }
.pricing-intro h2 { max-width: 860px; margin-inline: auto; color: var(--ink); font-size: clamp(2.6rem, 5vw, 4.7rem); }
.pricing-intro p:last-child { max-width: 600px; margin-inline: auto; color: #5a5a7a; font-size: 14px; }
.plan-tabs { display: flex; justify-content: center; gap: 5px; margin-top: 26px; padding: 5px; border: 1px solid var(--line-light); border-radius: 99px; background: #ececf4; width: fit-content; }
.plan-tab { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 11px 19px; border: 0; border-radius: 99px; color: #5a5a7a; background: transparent; cursor: pointer; font-size: 12px; font-weight: 800; transition: background 0.2s, color 0.2s, box-shadow 0.2s; }
.plan-tab.is-active { color: var(--white); background: var(--accent); box-shadow: 0 4px 12px rgba(92, 75, 199, 0.25); }
.plan-panel { margin-top: 24px; }
.plan-panel[hidden] { display: none; }
.plans-grid { display: grid; gap: 12px; align-items: stretch; }
.plan-card { display: flex; flex-direction: column; gap: 12px; padding: 18px 16px 16px; border: 1px solid var(--line-light); border-radius: var(--radius-md); background: var(--card-white); box-shadow: 0 13px 35px rgba(26, 26, 46, 0.05); transition: transform 0.25s var(--ease), box-shadow 0.25s; }
.plan-card:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(26, 26, 46, 0.11); }
.plan-card--featured { border: 2px solid var(--accent); box-shadow: 0 0 0 4px rgba(92, 75, 199, 0.08), 0 15px 38px rgba(26, 26, 46, 0.08); }
.plan-card-head { min-height: 66px; }
.plan-badge { display: inline-flex; align-items: center; gap: 5px; min-height: 24px; padding: 4px 10px; border-radius: 99px; font-size: 10px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.plan-badge--neutral, .discount--neutral { color: #5a5a7a; background: #ececf4; }
.plan-badge--purple, .discount--purple { color: var(--accent); background: #ede9ff; }
.plan-badge--green, .discount--green { color: var(--green); background: var(--green-light); }
.plan-card h3 { margin: 9px 0 3px; color: var(--ink); font-family: var(--display); font-size: 27px; }
.plan-card-head p { margin: 0; color: #5a5a7a; font-size: 12px; }
.plan-price > div:first-child { display: flex; align-items: end; gap: 5px; }
.plan-price .currency { margin-bottom: 7px; color: #5a5a7a; font-size: 17px; }
.plan-price strong { color: var(--ink); font-size: clamp(2.2rem, 5vw, 3.1rem); line-height: 0.95; letter-spacing: -0.07em; }
.plan-price .period { margin-bottom: 5px; color: #5a5a7a; font-size: 11px; }
.discount { display: inline-block; margin-top: 11px; padding: 3px 9px; border-radius: 99px; font-size: 11px; font-weight: 800; }
.plan-price s { display: block; margin-top: 7px; color: #9999ad; font-size: 11px; }
.plan-price p { margin: 8px 0 0; color: #5a5a7a; font-size: 11px; line-height: 1.45; }
.plan-price p strong { color: var(--ink); font-size: inherit; letter-spacing: normal; }
.plan-card hr { width: 100%; margin: 0; border: 0; border-top: 1px solid var(--line-light); }
.plan-features { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; color: #3a3a5a; font-size: 11px; line-height: 1.4; }
.plan-features li { display: flex; align-items: start; gap: 9px; }
.plan-features li > span { flex: 0 0 auto; color: var(--accent); }
.plan-features strong { color: var(--ink); }
.plan-cta { display: block; width: 100%; margin-top: auto; padding: 14px 12px; border-radius: 10px; text-align: center; text-decoration: none; font-size: 12px; font-weight: 800; transition: transform 0.2s, opacity 0.2s, border-color 0.2s, color 0.2s; }
.plan-cta:hover { transform: translateY(-2px); opacity: 0.88; }
.plan-cta:active { transform: scale(0.98); }
.plan-cta--outline { color: var(--ink); border: 1px solid var(--line-light); }
.plan-cta--outline:hover { color: var(--accent); border-color: var(--accent); }
.plan-cta--purple { color: var(--white); background: var(--accent); }
.plan-cta--green { color: var(--white); background: var(--green); }
.savings-note { max-width: 700px; margin: 33px auto 0; color: #5a5a7a; text-align: center; font-size: 12px; line-height: 1.6; }
.savings-note strong { color: var(--ink); }
.comparison-details { margin-top: 22px; }
.comparison-details summary { display: flex; align-items: center; justify-content: center; gap: 7px; width: fit-content; margin-inline: auto; padding: 10px 15px; color: var(--accent); border: 1px solid rgba(92, 75, 199, 0.3); border-radius: 99px; cursor: pointer; font-size: 11px; font-weight: 800; list-style: none; }
.comparison-details summary::-webkit-details-marker { display: none; }
.comparison-details summary iconify-icon { transition: transform 0.25s; }
.comparison-details[open] summary iconify-icon { transform: rotate(180deg); }
.comparison-wrap { margin-top: 24px; }
.comparison-wrap h3 { margin-bottom: 18px; color: var(--ink); font-family: var(--display); font-size: 28px; text-align: center; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line-light); border-radius: var(--radius-md); background: var(--card-white); }
table { width: 100%; min-width: 650px; border-collapse: collapse; color: #3a3a5a; font-size: 11px; }
thead { color: var(--white); background: var(--ink); }
th, td { padding: 13px 14px; border-bottom: 1px solid var(--line-light); text-align: center; }
thead th { font-weight: 700; }
tbody th { color: var(--ink); font-weight: 700; text-align: left; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover th, tbody tr:hover td { background: var(--bg-light); }
.check { color: var(--green); font-weight: 800; }
.cross { color: #aaaabd; }

/* FAQ */
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-item { border-bottom: 1px solid var(--line-dark); }
.faq-question { width: 100%; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 0; color: var(--white); border: 0; background: transparent; cursor: pointer; text-align: left; font-size: 15px; font-weight: 700; line-height: 1.3; }
.faq-question:hover { color: var(--acid); }
.faq-icon { flex: 0 0 auto; display: grid; place-items: center; width: 32px; height: 32px; color: var(--acid); border: 1px solid rgba(202, 232, 28, 0.4); border-radius: 50%; transition: transform 0.3s var(--ease), background 0.3s; }
.faq-item.is-open .faq-icon { transform: rotate(45deg); background: rgba(202, 232, 28, 0.1); }
.faq-answer { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows 0.35s var(--ease), opacity 0.25s; }
.faq-answer__inner { overflow: hidden; }
.faq-answer p { max-width: 640px; margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; opacity: 1; }

/* Final CTA and footer */
.final-cta { padding-top: 48px; text-align: center; }
.final-cta-glow { position: absolute; width: 420px; height: 420px; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(202, 232, 28, 0.14), transparent 66%); pointer-events: none; }
.final-cta-inner { position: relative; max-width: 740px; }
.final-cta h2 { font-size: clamp(3rem, 8vw, 6rem); }
.final-cta p:not(.eyebrow) { max-width: 540px; margin: 0 auto 28px; color: var(--muted); }
.button-primary--large { min-height: 58px; padding-inline: 25px; }
.site-footer { padding: 50px 0 24px; border-top: 1px solid var(--line-dark); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-inner .brand-logo { width: 84px; height: 76px; }
.footer-inner > p { max-width: 290px; margin: 0; color: var(--muted); font-size: 12px; }
.footer-links { display: flex; gap: 10px; }
.footer-links a { display: grid; place-items: center; width: 42px; height: 42px; color: var(--acid); border: 1px solid var(--line-dark); transition: background 0.2s, color 0.2s; }
.footer-links a:hover { color: var(--night); background: var(--acid); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 18px; border-top: 1px solid var(--line-dark); color: #71819e; font-size: 10px; }
.whatsapp-widget { position: fixed; z-index: 15; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 10px; }
.whatsapp-float { order: 2; display: grid; place-items: center; width: 56px; height: 56px; color: var(--white); background: #1da851; border: 3px solid rgba(255, 255, 255, 0.86); border-radius: 50%; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32); transition: transform 0.2s, background 0.2s; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.04); background: #24bd5c; }
.whatsapp-prompt { order: 1; max-width: 205px; padding: 10px 13px; color: var(--night); background: var(--acid); box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24); font-size: 11px; font-weight: 800; line-height: 1.2; opacity: 0; transform: translateX(10px); pointer-events: none; transition: opacity 0.3s, transform 0.3s; }
.whatsapp-prompt.is-visible { opacity: 1; transform: translateX(0); }

/* Scroll reveals */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.75s var(--ease), transform 0.75s var(--ease); }
.reveal-left { transform: translateX(-38px); }
.reveal-right { transform: translateX(38px); }
.reveal.is-visible { opacity: 1; transform: translate(0); }

@keyframes hero-glow { from { transform: translate3d(-18px, 0, 0) scale(0.94); opacity: 0.55; } to { transform: translate3d(22px, 20px, 0) scale(1.04); opacity: 0.95; } }

@media (min-width: 700px) {
  .container { width: min(1180px, calc(100% - 80px)); }
  .hero { min-height: 580px; padding-top: 92px; }
  .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr); gap: 24px; }
  .hero-photo-frame { justify-self: end; }
  .process-grid, .faq-grid { grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr); gap: 85px; }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-card { flex-basis: calc((100% - 14px) / 2); }
  .plans-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 980px) {
  .menu-toggle { display: none; }
  .main-nav { position: static; display: flex; align-items: center; gap: 8px; padding: 0; background: transparent; border: 0; transform: none; opacity: 1; visibility: visible; }
  .main-nav a { padding: 10px 13px; }
  .main-nav .nav-cta { margin: 0 0 0 12px; padding-inline: 18px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(470px, 0.9fr); }
  .hero-visual { min-height: 0; }
  .benefit-grid { grid-template-columns: repeat(4, 1fr); }
  .method-grid { grid-template-columns: repeat(4, 1fr); }
  .benefit-card { min-height: 320px; }
}

@media (max-width: 699px) {
  .section-heading--split { display: block; }
  .section-heading--split > p { margin-top: 20px; margin-bottom: 0; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { align-self: flex-start; width: fit-content; max-width: 100%; padding-inline: 14px; font-size: 11px; }
  .hero-actions .text-link { margin-top: 0; }
  .hero-visual { min-height: 0; }
  .hero-photo-frame img { height: 350px; }
  .plan-tabs { max-width: calc(100% - 40px); width: calc(100% - 40px); }
  .plan-tab { flex: 1; justify-content: center; padding-inline: 10px; }
  .pricing-section { padding-inline: 10px; }
  .pricing-island { border-radius: 22px; }
  .footer-inner { align-items: start; flex-wrap: wrap; }
  .footer-inner > p { order: 3; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal, .reveal-left, .reveal-right { opacity: 1; transform: none; }
}
