@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #073b73;
  --navy-deep: #06274a;
  --ink: #10233a;
  --muted: #587086;
  --cyan: #00a9d8;
  --cyan-dark: #007fa8;
  --ice: #f4faff;
  --line: #d8e7f1;
  --white: #fff;
  --shadow: 0 22px 60px rgba(7, 59, 115, .13);
  --radius: 24px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; min-width: 320px; overflow-x: clip; color: var(--ink); background: var(--white); font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.7; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid #ffbf47; outline-offset: 4px; }
section { scroll-margin-top: 86px; }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; background: var(--navy-deep); color: white; text-decoration: none; }
.skip-link:focus { transform: none; }
.draft-ribbon { position: fixed; z-index: 50; right: -43px; top: 28px; width: 180px; padding: 7px; transform: rotate(45deg); background: #ffd34e; color: #332800; box-shadow: 0 4px 20px rgba(0,0,0,.15); text-align: center; font-size: .67rem; font-weight: 800; letter-spacing: .11em; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; z-index: 40; top: 0; border-bottom: 1px solid rgba(216, 231, 241, .9); background: rgba(255,255,255,.9); backdrop-filter: blur(16px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy-deep); text-decoration: none; font-size: 1.08rem; font-weight: 800; letter-spacing: .08em; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--cyan)); color: white; font-size: .82rem; letter-spacing: 0; box-shadow: 0 8px 22px rgba(0,169,216,.22); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 21px; border: 1px solid var(--navy); border-radius: 999px; background: var(--navy); color: white; box-shadow: 0 10px 24px rgba(7,59,115,.2); text-align: center; text-decoration: none; font-weight: 700; line-height: 1.25; transition: transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); background: var(--navy-deep); box-shadow: 0 14px 30px rgba(7,59,115,.25); }
.button:active { transform: scale(.97); }
.button-small { min-height: 44px; padding: 10px 18px; font-size: .88rem; }
.button-ghost { background: transparent; color: var(--navy); box-shadow: none; }
.button-ghost:hover { color: white; }
.button-wide { width: 100%; }
.button-light { border-color: white; background: white; color: var(--navy); box-shadow: none; }
.button-light:hover { border-color: var(--cyan); background: var(--ice); color: var(--navy-deep); }
.button-outline-light { border-color: rgba(255,255,255,.55); background: transparent; color: white; box-shadow: none; }
.button-outline-light:hover { border-color: white; background: white; color: var(--navy); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button-row.centered { justify-content: center; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 88% 20%, rgba(0,169,216,.18), transparent 28%), linear-gradient(180deg, #fff 0%, #f5fbff 100%); }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; left: -240px; bottom: -240px; border-radius: 50%; border: 80px solid rgba(0,169,216,.045); pointer-events: none; }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr); gap: 64px; align-items: center; padding-block: 64px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 13px; color: var(--cyan-dark); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light { color: #79ddf8; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { max-width: 720px; margin: 0 0 24px; color: var(--navy-deep); font-size: clamp(2.65rem, 5.3vw, 5.2rem); line-height: .98; letter-spacing: -.055em; }
h1 span { color: var(--cyan-dark); }
h2 { margin: 0 0 18px; color: var(--navy-deep); font-size: clamp(2rem, 3.9vw, 3.55rem); line-height: 1.08; letter-spacing: -.04em; }
h3 { line-height: 1.25; }
.product-reveal { margin: -4px 0 18px; color: var(--navy); font-size: clamp(1.35rem, 2.4vw, 2rem); font-weight: 800; line-height: 1.2; letter-spacing: -.025em; }
.hero-lead { max-width: 690px; margin: 0 0 22px; color: #29465f; font-size: 1.16rem; }
.social-proof-line { max-width: 690px; margin: 0 0 28px; padding: 14px 17px; border-left: 4px solid var(--cyan); border-radius: 0 14px 14px 0; background: rgba(0,169,216,.09); color: var(--navy-deep); font-size: 1.03rem; line-height: 1.55; }
.social-proof-line strong { color: var(--cyan-dark); }
.microcopy { max-width: 650px; margin: 18px 0 0; color: var(--muted); font-size: .78rem; }
.hero-stage { position: relative; margin: 0; padding: 22px; border: 1px solid rgba(0,169,216,.18); border-radius: 34px; background: rgba(255,255,255,.74); box-shadow: var(--shadow); }
.hero-stage::after { content: ""; position: absolute; inset: 12% -8% -6% 25%; z-index: -1; border-radius: 50%; background: rgba(0,169,216,.18); filter: blur(60px); }
.hero-stage img { width: 100%; aspect-ratio: 2 / 3; border-radius: 22px; object-fit: contain; }
.hero-stage figcaption, .testimonial-grid figcaption, .business-media figcaption { margin-top: 10px; color: var(--muted); font-size: .68rem; line-height: 1.45; }

.fact-strip { position: relative; z-index: 3; border-block: 1px solid var(--line); background: white; }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact-grid > div { padding: 24px 20px; border-right: 1px solid var(--line); text-align: center; }
.fact-grid > div:last-child { border-right: 0; }
.fact-grid strong { display: block; color: var(--navy); font-size: 1.22rem; }
.fact-grid span { color: #486379; font-size: .9rem; }

.section { padding-block: 100px; }
.section-tint { background: var(--ice); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.section-lead { max-width: 660px; color: #486379; font-size: 1.12rem; }
.section-heading { max-width: 740px; margin: 0 auto 48px; text-align: center; }
.section-heading.left { max-width: 760px; margin-inline: 0; text-align: left; }
.section-heading p:not(.eyebrow) { color: #486379; font-size: 1.05rem; }
.routine-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.routine-list li { display: flex; gap: 22px; padding: 22px 4px; border-bottom: 1px solid var(--line); }
.routine-list li > span { color: var(--cyan-dark); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.routine-list h3, .routine-list p { margin: 0; }
.routine-list h3 { color: var(--navy-deep); font-size: 1.15rem; }
.routine-list p { color: var(--muted); }

.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.steps::before { content: ""; position: absolute; left: 15%; right: 15%; top: 38px; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); }
.steps article { position: relative; z-index: 1; min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.step-number { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 42px; border-radius: 50%; background: var(--navy); color: white; box-shadow: 0 0 0 10px var(--ice); font-size: 1.2rem; font-weight: 800; }
.steps h3 { margin: 0 0 8px; color: var(--navy-deep); font-size: 1.3rem; }
.steps p { margin: 0; color: var(--muted); }
.center-cta { margin-top: 32px; text-align: center; }
.text-link { color: var(--navy); font-weight: 800; text-underline-offset: 5px; }

.glossary { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.glossary article { padding: 38px 36px; border-right: 1px solid var(--line); }
.glossary article:last-child { border-right: 0; }
.glossary strong { display: block; margin-bottom: 24px; color: var(--cyan-dark); font-size: 2.2rem; letter-spacing: -.04em; }
.glossary h3 { margin: 0 0 10px; color: var(--navy-deep); }
.glossary p { margin: 0; color: #486379; font-size: 1rem; }

.testimonial-section { background: linear-gradient(180deg, white, #f8fbfe); }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 420px)); justify-content: center; gap: 26px; }
.testimonial-grid figure { margin: 0; padding: 12px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 12px 34px rgba(7,59,115,.08); }
.testimonial-grid img { width: 100%; aspect-ratio: 1; border-radius: 12px; object-fit: cover; background: var(--ice); }

.package-section { background: var(--ice); }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.package-card { display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 36px rgba(7,59,115,.06); }
.package-label { width: fit-content; margin: 0 0 22px; padding: 6px 10px; border-radius: 999px; background: #e8f8fd; color: var(--cyan-dark); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.package-card h3 { min-height: 2.5em; margin: 0 0 16px; color: var(--navy-deep); font-size: 1.35rem; }
.package-card ul { flex: 1; margin: 0 0 26px; padding-left: 20px; color: var(--muted); }
.package-card li { margin-bottom: 7px; }
.price { margin: 0 0 20px; color: var(--navy); font-size: 2rem; font-weight: 800; line-height: 1.2; }
.price span { display: block; margin-bottom: 5px; color: var(--muted); font-size: .7rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.package-card small { display: block; margin-top: 12px; color: var(--muted); text-align: center; }

.decision-section { border-block: 1px solid var(--line); }
.decision-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.decision-copy p:last-child { color: var(--muted); }
.decision-actions { border-block: 1px solid var(--line); }
.decision-link { position: relative; display: grid; gap: 4px; padding: 26px 58px 26px 10px; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding-left .18s ease, background-color .18s ease; }
.decision-link:last-child { border-bottom: 0; }
.decision-link:hover { padding-left: 20px; background: var(--ice); }
.decision-link span { color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.decision-link strong { color: var(--navy-deep); font-size: 1.15rem; }
.decision-link i { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: var(--cyan-dark); font-size: 1.5rem; font-style: normal; }
.business-choice { opacity: .9; }

.business-section { position: relative; overflow: hidden; background: var(--navy-deep); color: white; }
.business-section::after { content: ""; position: absolute; width: 460px; height: 460px; right: -200px; top: -180px; border-radius: 50%; background: rgba(0,169,216,.15); filter: blur(20px); }
.business-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .86fr 1.14fr; gap: 64px; align-items: center; }
.business-copy h2, .business-copy h3 { color: white; }
.business-copy > p:not(.eyebrow) { color: #c5d8e8; }
.question-list { margin: 22px 0 30px; padding: 0; list-style: none; counter-reset: questions; }
.question-list li { position: relative; padding: 10px 0 10px 38px; border-bottom: 1px solid rgba(255,255,255,.12); color: #d9e8f3; counter-increment: questions; }
.question-list li::before { content: counter(questions, decimal-leading-zero); position: absolute; left: 0; color: #75d9f4; font-size: .72rem; font-weight: 800; }
.business-media { display: grid; gap: 18px; }
.business-media figure { margin: 0; padding: 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.08); }
.business-media img { width: 100%; border-radius: 10px; object-fit: contain; background: white; }
.business-media figcaption { color: #b8d0e1; }

/* High-conversion SHYDRO sales page */
.hero-sales h1 { font-size: clamp(2.55rem, 4.9vw, 4.9rem); }
.pain-section { background: linear-gradient(180deg, #fff 0%, #f9fcff 100%); }
.pain-list { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.pain-list li { position: relative; padding: 16px 18px 16px 48px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 8px 24px rgba(7,59,115,.05); }
.pain-list li::before { content: "✕"; position: absolute; left: 18px; top: 16px; color: #d94444; font-weight: 800; }
.pain-list strong { color: var(--navy-deep); }
.analogy-box { padding: 20px 22px; border-left: 5px solid var(--cyan); border-radius: 0 16px 16px 0; background: #eaf8fd; color: #29465f; }
.analogy-box strong { display: block; margin-bottom: 4px; color: var(--navy-deep); }
.content-visual { margin: 0; padding: 12px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.content-visual img { width: 100%; border-radius: 15px; object-fit: cover; }
.solution-section .content-visual { order: 0; }
.comparison-copy { margin: 26px 0; padding: 22px; border: 1px solid rgba(0,169,216,.22); border-radius: 18px; background: white; }
.comparison-copy h3 { margin: 0 0 8px; color: var(--navy-deep); }
.comparison-copy p { margin: 0; color: var(--muted); }
.benefit-section { background: #fff; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.benefit-grid article { position: relative; min-height: 245px; padding: 28px 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(160deg,#fff,#f3faff); box-shadow: 0 12px 34px rgba(7,59,115,.06); }
.benefit-grid article::after { content: ""; position: absolute; width: 90px; height: 90px; right: -42px; bottom: -42px; border-radius: 50%; background: rgba(0,169,216,.09); }
.benefit-grid span { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 22px; border-radius: 50%; background: var(--navy); color: white; font-size: .78rem; font-weight: 800; }
.benefit-grid h3 { margin: 0 0 10px; color: var(--navy-deep); font-size: 1.16rem; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.6; }
.feature-section { background: var(--navy-deep); color: white; }
.feature-section h2 { color: white; }
.feature-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.feature-grid article { padding: 30px 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.07); }
.feature-grid article > strong { display: block; margin-bottom: 22px; font-size: 2rem; }
.feature-grid h3 { margin: 0 0 10px; color: white; }
.feature-grid p { margin: 0; color: #c5d8e8; font-size: .95rem; }
.proof-gallery { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 16px; align-items: stretch; }
.proof-gallery figure { display: flex; flex-direction: column; margin: 0; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 12px 30px rgba(7,59,115,.07); }
.proof-gallery img { width: 100%; flex: 1; min-height: 0; aspect-ratio: 4 / 5; border-radius: 10px; background: var(--ice); object-fit: contain; }
.proof-gallery figcaption { margin-top: 9px; color: var(--muted); font-size: .67rem; line-height: 1.4; }
.proof-note { max-width: 760px; margin: 26px auto 0; color: var(--muted); text-align: center; font-size: .8rem; }
.package-hot { border: 2px solid var(--cyan); transform: translateY(-12px); box-shadow: 0 24px 55px rgba(0,169,216,.16); }
.package-hot .package-label { background: var(--cyan); color: white; }
.business-benefits { display: grid; gap: 8px; margin: 26px 0; }
.business-benefits div { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.business-benefits b { color: #75d9f4; font-size: .76rem; letter-spacing: .08em; }
.business-benefits span { color: #d9e8f3; line-height: 1.5; }
.business-benefits strong { color: white; }
.income-note { padding: 14px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.07); font-size: .82rem; }
.fast-reply { margin-top: 20px !important; margin-bottom: 0 !important; color: #8ee4fa !important; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.faq-wrap { max-width: 920px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 4px; border: 0; background: transparent; color: var(--navy-deep); text-align: left; font-size: 1.05rem; font-weight: 700; cursor: pointer; }
.faq-item button span { flex: 0 0 34px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ice); color: var(--cyan-dark); font-size: 1.35rem; transition: transform .18s ease; }
.faq-item button[aria-expanded="true"] span { transform: rotate(45deg); }
.faq-answer { padding: 0 54px 22px 4px; color: var(--muted); }
.faq-answer p { margin: 0; }

.final-cta { padding-top: 20px; }
.final-panel { padding: 70px min(9vw, 110px); border-radius: 32px; background: radial-gradient(circle at 82% 0%, rgba(0,169,216,.32), transparent 34%), var(--navy-deep); color: white; text-align: center; box-shadow: var(--shadow); }
.final-panel h2 { color: white; }
.final-panel > p:not(.eyebrow) { max-width: 650px; margin: 0 auto 28px; color: #cfe0ed; }
footer { padding: 38px 0 110px; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; color: var(--muted); font-size: .75rem; }
.footer-inner p { max-width: 540px; margin: 0; }

.mobile-bar { display: none; }
.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3, 22, 40, .66); backdrop-filter: blur(4px); }
.modal-panel { position: relative; z-index: 1; width: min(470px, 100%); padding: 38px; border-radius: 24px; background: white; box-shadow: 0 28px 80px rgba(0,0,0,.3); text-align: center; }
.modal-panel h2 { margin-top: 16px; font-size: 1.8rem; }
.modal-panel p { color: var(--muted); }
.modal-icon { display: grid; place-items: center; width: 54px; height: 54px; margin: auto; border-radius: 50%; background: #e5f8ee; color: #087c45; font-size: .8rem; font-weight: 800; }
.modal-close { position: absolute; right: 14px; top: 10px; width: 44px; height: 44px; border: 0; background: transparent; color: var(--muted); font-size: 1.9rem; cursor: pointer; }
body.modal-open { overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 900px) {
  .hero-grid { min-height: 0; grid-template-columns: 1fr 360px; gap: 30px; }
  .split, .decision-grid, .business-grid { grid-template-columns: 1fr; gap: 46px; }
  .steps, .glossary, .package-grid { grid-template-columns: 1fr; }
  .steps::before { display: none; }
  .steps article { min-height: 0; }
  .step-number { margin-bottom: 26px; }
  .glossary article { border-right: 0; border-bottom: 1px solid var(--line); }
  .glossary article:last-child { border-bottom: 0; }
  .package-card h3 { min-height: 0; }
  .business-media { grid-template-columns: 1fr 1fr; }
  .benefit-grid, .feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .proof-gallery { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .package-hot { transform: none; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, var(--container)); }
  .draft-ribbon { right: -54px; top: 20px; font-size: .58rem; }
  .site-header { position: relative; }
  .header-inner { min-height: 66px; }
  .header-inner .button { display: none; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 18px; padding-block: 28px 42px; }
  .hero-copy { display: contents; }
  .hero-copy .eyebrow, .hero-copy h1, .hero-copy .product-reveal { order: 1; }
  .hero-stage { order: 2; width: min(92%, 330px); align-self: center; padding: 12px; border-radius: 24px; }
  .hero-copy .hero-lead, .hero-copy .social-proof-line, .hero-copy .button-row { order: 3; }
  .hero-copy .microcopy { order: 3; }
  h1 { font-size: clamp(2.2rem, 11vw, 3rem); line-height: 1.01; }
  .hero-sales h1 { font-size: clamp(2.05rem, 9.8vw, 2.8rem); }
  h2 { font-size: clamp(1.85rem, 9vw, 2.7rem); }
  .product-reveal { margin-bottom: 12px; }
  .hero-lead { margin-bottom: 16px; font-size: 1.05rem; }
  .social-proof-line { margin-bottom: 22px; padding: 12px 14px; font-size: 1.02rem; }
  .hero-copy .button-row { flex-direction: column; align-items: stretch; }
  .hero-copy .button { width: 100%; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .fact-grid > div { border-bottom: 1px solid var(--line); }
  .fact-grid > div:nth-child(2) { border-right: 0; }
  .fact-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .section { padding-block: 72px; }
  .testimonial-grid { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 14px; }
  .testimonial-grid figure { flex: 0 0 86%; scroll-snap-align: start; }
  .business-media { grid-template-columns: 1fr; }
  .benefit-grid, .feature-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 0; }
  .proof-gallery { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 14px; scroll-snap-type: x mandatory; }
  .proof-gallery figure { flex: 0 0 84%; scroll-snap-align: start; }
  .pain-grid .content-visual, .solution-section .content-visual { order: 2; }
  .final-panel { width: calc(100% - 28px); padding: 50px 20px; border-radius: 24px; }
  .final-panel .button-row { flex-direction: column; }
  .final-panel .button { width: 100%; }
  .footer-inner { flex-direction: column; }
  .mobile-bar { position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 9px max(10px, env(safe-area-inset-left)) calc(9px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-right)); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); box-shadow: 0 -10px 32px rgba(7,59,115,.13); backdrop-filter: blur(16px); }
  .mobile-bar a { min-height: 50px; display: grid; place-items: center; padding: 8px; border: 1px solid var(--navy); border-radius: 12px; text-align: center; text-decoration: none; font-size: .78rem; font-weight: 800; line-height: 1.15; }
  .mobile-product { background: var(--navy); color: white; }
  .mobile-business { background: white; color: var(--navy); }
  footer { padding-bottom: 120px; }
  .modal-panel { padding: 34px 22px 26px; }
}

@media (max-width: 370px) {
  .container { width: min(100% - 22px, var(--container)); }
  .button { padding-inline: 15px; }
  .fact-grid > div { padding-inline: 10px; }
  .package-card { padding: 22px; }
  .mobile-bar a { font-size: .72rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
