:root {
  --ink: #0e384c;
  --muted: #527282;
  --green-950: #083b4a;
  --green-800: #006779;
  --green-700: #007b8e;
  --green-100: #dff4f7;
  --green-50: #eff8ff;
  --lime: #ffa800;
  --accent: #d71976;
  --line: #d9eaf1;
  --white: #fff;
  --shadow: 0 24px 70px rgba(14, 56, 76, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand, .cobrand { font-family: Manrope, "DM Sans", sans-serif; }
h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(2.7rem, 5.4vw, 5.1rem); line-height: 1.02; letter-spacing: -0.065em; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.4vw, 3.5rem); line-height: 1.08; letter-spacing: -0.045em; }
h3 { line-height: 1.2; letter-spacing: -0.02em; }
p { color: var(--muted); line-height: 1.75; }
.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; }
.section-center { text-align: center; }
.section-intro { max-width: 560px; margin: 0 auto 48px; }
.eyebrow { display: inline-block; margin-bottom: 18px; color: var(--green-700); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--lime); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; border: 0; border-radius: 12px; color: #fff; background: var(--accent); box-shadow: 0 12px 30px rgba(215, 25, 118, .2); font: 700 .94rem "DM Sans", sans-serif; cursor: pointer; transition: .2s ease; }
.button:hover { background: #b91465; transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; border-radius: 10px; box-shadow: none; font-size: .82rem; }
.button-secondary { color: #fff; background: var(--accent); box-shadow: none; }
.button-secondary:hover { background: #b91465; }

.site-header { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; width: min(1280px, calc(100% - 40px)); min-height: 80px; margin: 0 auto; }
.cobrand { display: flex; align-items: center; gap: 13px; }
.verial-logo { display: block; width: 142px; height: auto; }
.cobrand-divider { width: 1px; height: 32px; background: var(--line); }
.activame-lockup { display: flex; flex-direction: column; gap: 3px; }
.activame-lockup small { color: var(--muted); font: 600 .48rem "DM Sans"; letter-spacing: .05em; text-transform: uppercase; }
.activame-logo { display: block; width: 116px; height: auto; }
.powered-by { display: flex; flex-direction: column; color: var(--green-950); line-height: 1.05; }
.powered-by small { margin-bottom: 4px; color: var(--muted); font: 600 .52rem "DM Sans"; letter-spacing: .05em; text-transform: uppercase; }
.powered-by strong { font-size: .9rem; letter-spacing: -.04em; }
.powered-by strong span { color: var(--green-700); }
.brand { display: flex; align-items: center; gap: 8px; color: var(--green-950); font-size: 1.25rem; font-weight: 800; letter-spacing: -.05em; }
.brand > span:last-child span { color: var(--green-700); }
.brand-mark, .mini-logo { display: grid; place-items: center; color: #fff; background: var(--accent); font-weight: 800; }
.brand-mark { width: 33px; height: 33px; border-radius: 10px; font-size: .9rem; }
.site-header nav { display: flex; gap: 34px; color: #496b68; font-size: .88rem; font-weight: 600; }
.site-header nav a:hover { color: var(--green-700); }

.hero { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; min-height: 680px; padding-top: 70px; }
.partnership-badge { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; margin-bottom: 18px; padding: 7px 11px; border: 1px solid #d6e7f0; border-radius: 50px; color: var(--green-700); background: #fff; box-shadow: 0 7px 20px rgba(14,56,76,.07); font-size: .62rem; font-weight: 800; letter-spacing: .08em; }
.partnership-badge strong { color: #171b83; }
.partnership-badge i { color: var(--accent); font-style: normal; font-size: .82rem; }
.hero::before { position: absolute; z-index: -1; top: 0; right: 0; width: 42vw; height: 760px; border-radius: 0 0 0 120px; background: linear-gradient(145deg, var(--green-50), #fcebf4); content: ""; }
.hero-lead { max-width: 650px; margin-bottom: 30px; font-size: 1.12rem; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.text-link { color: var(--green-950); font-weight: 700; }
.text-link span { margin-left: 5px; color: var(--green-700); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 38px; color: #55716f; font-size: .78rem; font-weight: 700; }
.trust-row span::first-letter { color: var(--green-700); }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 520px; }
.orb { position: absolute; border-radius: 50%; }
.orb-one { width: 430px; height: 430px; background: #d9f0f5; }
.orb-two { width: 340px; height: 340px; border: 45px solid #c5e8ef; background: #f9e5f0; }
.health-card { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; width: 320px; min-height: 400px; padding: 27px; border: 1px solid rgba(255,255,255,.8); border-radius: 28px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); backdrop-filter: blur(15px); transform: rotate(-3deg); }
.health-card-top, .health-card-foot { display: flex; justify-content: space-between; gap: 15px; }
.mini-logo { width: 40px; height: 40px; border-radius: 13px; }
.status { align-self: center; padding: 7px 10px; border-radius: 20px; color: var(--green-700); background: var(--green-100); font-size: .66rem; font-weight: 700; }
.status i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: #65b953; }
.health-card .muted { margin: 0 0 5px; font-size: .72rem; }
.health-card h2 { margin: 0; font-size: 1.75rem; }
.metric { display: flex; align-items: center; gap: 12px; padding: 15px; border-radius: 16px; background: var(--green-50); }
.metric-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: #fff; background: var(--green-700); }
.metric strong, .metric small { display: block; }
.metric strong { font-size: .78rem; }
.metric small, .health-card-foot small { margin-top: 3px; color: var(--muted); font-size: .62rem; }
.progress { height: 7px; overflow: hidden; border-radius: 10px; background: var(--green-100); }
.progress span { display: block; width: 72%; height: 100%; border-radius: inherit; background: var(--green-700); }
.health-card-foot > div { flex: 1; padding: 12px; border-radius: 12px; background: #f9fcfb; }
.health-card-foot strong, .health-card-foot small { display: block; }
.health-card-foot strong { font-size: .7rem; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 12px 15px; border-radius: 12px; color: var(--ink); background: #fff; box-shadow: 0 15px 35px rgba(5,69,66,.14); font-size: .7rem; font-weight: 700; }
.floating-note span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; color: #fff; background: var(--accent); font-size: .65rem; }
.note-one { left: 4%; bottom: 18%; }
.note-two { top: 18%; right: 0; }

.proof-strip { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 24px max(30px, calc((100vw - 1180px)/2)); background: var(--green-950); }
.proof-strip p { margin: 0; color: #fff; font-weight: 700; }
.proof-strip p strong { color: var(--lime); }
.proof-strip div { display: flex; gap: 12px; }
.proof-strip span { padding: 8px 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; color: #cce1de; font-size: .7rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
.benefit-card { padding: 30px 23px; border: 1px solid var(--line); border-radius: 18px; text-align: left; transition: .2s ease; }
.benefit-card:hover, .benefit-card.featured { border-color: transparent; background: var(--green-50); box-shadow: inset 0 3px 0 var(--accent); transform: translateY(-5px); }
.benefit-card .icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 40px; border-radius: 13px; color: var(--green-700); background: var(--green-100); font-size: 1.3rem; font-weight: 800; }
.benefit-card h3 { margin-bottom: 12px; font-size: 1rem; }
.benefit-card p { margin: 0; font-size: .78rem; line-height: 1.6; }

.include-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; width: 100%; padding-right: max(40px, calc((100vw - 1180px)/2)); padding-left: max(40px, calc((100vw - 1180px)/2)); background: var(--green-50); }
.include-section > div:first-child p { max-width: 490px; margin-bottom: 28px; }
.exam-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.exam-panel-head { display: flex; justify-content: space-between; padding: 24px 28px; border-bottom: 1px solid var(--line); font-weight: 800; }
.pill { padding: 5px 9px; border-radius: 12px; color: var(--green-700); background: var(--green-100); font-size: .68rem; }
.exam-panel ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0; padding: 15px 28px; list-style: none; }
.exam-panel li { display: flex; gap: 10px; padding: 17px 8px; border-bottom: 1px solid #edf3f1; font-size: .84rem; font-weight: 600; }
.exam-panel li span { color: var(--green-700); }
.panel-note { margin: 0; padding: 18px 28px; background: #fafdfc; font-size: .68rem; }

.steps-section { padding-bottom: 130px; }
.steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 45px; margin-top: 60px; }
.steps::before { position: absolute; top: 48px; left: 12%; width: 76%; border-top: 1px dashed #bdd5d1; content: ""; }
.steps article { position: relative; }
.steps article > span { position: absolute; top: 0; right: 20%; color: #b5cac6; font-size: .66rem; font-weight: 800; }
.step-icon { position: relative; z-index: 2; display: grid; place-items: center; width: 96px; height: 96px; margin: 0 auto 25px; border: 10px solid #fff; border-radius: 50%; color: var(--green-700); background: var(--green-100); box-shadow: 0 0 0 1px var(--line); font-size: 1.4rem; font-weight: 800; }
.steps h3 { margin-bottom: 8px; font-size: .95rem; }
.steps p { margin: auto; max-width: 210px; font-size: .75rem; line-height: 1.6; }

.professional { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.professional-art { position: relative; display: grid; place-items: center; min-height: 440px; overflow: hidden; border-radius: 28px; background: linear-gradient(145deg, #d8eff5, #f9e5f0); }
.cross { color: rgba(11,116,112,.16); font: 800 22rem/1 Manrope; transform: rotate(12deg); }
.professional-badge { position: absolute; right: 25px; bottom: 25px; max-width: 250px; padding: 19px; border-radius: 15px; background: #fff; box-shadow: var(--shadow); }
.professional-badge strong, .professional-badge span { display: block; }
.professional-badge strong { margin-bottom: 4px; font-size: .78rem; }
.professional-badge span { color: var(--muted); font-size: .67rem; }
.check-list { padding: 0; list-style: none; }
.check-list li { margin: 13px 0; color: #496b68; font-size: .86rem; font-weight: 600; }
.check-list li::before { margin-right: 10px; color: var(--green-700); content: "✓"; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; padding: 20px 0; cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary span { color: var(--green-700); font-size: 1.2rem; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding-right: 40px; font-size: .82rem; }

.purchase-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; padding: 100px max(30px, calc((100vw - 1180px)/2)); background: var(--green-950); }
.purchase-intro h2, .purchase-intro p { color: #fff; }
.purchase-intro p { opacity: .72; }
.price-box { display: flex; align-items: flex-end; gap: 12px; margin: 30px 0; color: #fff; }
.price-box span { color: var(--lime); font: 800 2.8rem Manrope; letter-spacing: -.07em; }
.price-box small { margin-bottom: 8px; color: #a8c4c0; }
.light-list li { color: #d2e2df; }
.light-list li::before { color: var(--lime); }
.purchase-form { padding: 34px; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.form-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.form-heading span { color: var(--green-700); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-heading h3 { margin: 5px 0 0; font-size: 1.4rem; }
.form-heading .secure { padding: 7px 10px; border-radius: 12px; background: var(--green-100); letter-spacing: 0; text-transform: none; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { color: var(--ink); font-size: .72rem; font-weight: 700; }
.form-grid .wide { grid-column: 1 / -1; }
input, select { display: block; width: 100%; height: 48px; margin-top: 7px; padding: 0 13px; border: 1px solid #d6e4e1; border-radius: 9px; outline: none; color: var(--ink); background: #fbfdfc; font: 500 .8rem "DM Sans"; }
input:focus, select:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px var(--green-100); }
input.invalid, select.invalid { border-color: #d66060; }
.error { display: block; min-height: 13px; margin-top: 3px; color: #c55353; font-size: .6rem; }
.terms { display: flex; gap: 10px; margin: 15px 0; color: #617a77; font-size: .68rem; line-height: 1.5; }
.terms input { flex: 0 0 auto; width: 16px; height: 16px; margin: 2px 0 0; }
.terms a { color: var(--green-700); text-decoration: underline; }
.payment-note { display: flex; gap: 12px; margin: 18px 0; padding: 14px; border-radius: 10px; background: var(--green-50); }
.payment-note > span { color: var(--green-700); font-size: 1.2rem; }
.payment-note strong, .payment-note small { display: block; }
.payment-note strong { font-size: .73rem; }
.payment-note small { margin-top: 2px; color: var(--muted); font-size: .62rem; }
.submit-button { width: 100%; justify-content: space-between; background: var(--accent); }
.form-footnote { margin: 10px 0 0; text-align: center; font-size: .62rem; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 35px max(30px, calc((100vw - 1180px)/2)); border-top: 1px solid var(--line); }
footer p { margin: 0; font-size: .72rem; }
footer div { display: flex; gap: 20px; color: var(--muted); font-size: .7rem; }

.confirmation-page { display: grid; min-height: 100vh; place-items: center; padding: 30px; background: var(--green-50); }
.confirmation-card { width: min(640px, 100%); padding: 55px; border-radius: 26px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.confirmation-card h1 { margin: 0 auto 15px; font-size: clamp(2rem, 7vw, 3rem); }
.success-icon { display: grid; place-items: center; width: 60px; height: 60px; margin: 0 auto 22px; border-radius: 50%; color: var(--green-950); background: var(--lime); font-size: 1.5rem; font-weight: 800; }
.order-summary { margin: 30px 0; padding: 10px 25px; border-radius: 15px; background: var(--green-50); text-align: left; }
.order-summary div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .78rem; }
.order-summary div:last-child { border: 0; }
.order-summary span { color: var(--muted); }
.next-steps { margin-bottom: 25px; padding: 20px; border-left: 3px solid var(--green-700); text-align: left; }
.next-steps h2 { margin-bottom: 4px; font-size: 1rem; }
.next-steps p { margin: 0; font-size: .75rem; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero::before { width: 100%; height: 50%; border-radius: 0; }
  .hero-visual { min-height: 500px; }
  .proof-strip { flex-direction: column; text-align: center; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid article:last-child { grid-column: 1 / -1; }
  .include-section, .professional, .faq-section, .purchase-wrap { grid-template-columns: 1fr; gap: 50px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps::before { display: none; }
  .purchase-intro { text-align: center; }
  .price-box { justify-content: center; }
  .light-list { display: inline-block; text-align: left; }
}

@media (max-width: 620px) {
  .section { width: min(100% - 30px, 1180px); padding: 75px 0; }
  .site-header { width: calc(100% - 30px); min-height: 68px; }
  .verial-logo { width: 112px; }
  .activame-logo { width: 92px; }
  .activame-lockup small { display: none; }
  .powered-by { display: none; }
  .cobrand-divider { height: 24px; }
  .site-header .button { display: none; }
  h1 { font-size: 2.65rem; }
  .hero { min-height: auto; padding-top: 45px; }
  .hero-actions { width: 100%; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .trust-row { justify-content: center; }
  .hero-visual { min-height: 440px; transform: scale(.88); }
  .orb-one { width: 380px; height: 380px; }
  .proof-strip div { flex-wrap: wrap; justify-content: center; }
  .benefit-grid, .exam-panel ul, .steps, .form-grid { grid-template-columns: 1fr; }
  .benefit-grid article:last-child, .form-grid .wide { grid-column: auto; }
  .benefit-card .icon { margin-bottom: 22px; }
  .include-section { padding-right: 20px; padding-left: 20px; }
  .professional-art { min-height: 320px; }
  .cross { font-size: 16rem; }
  .purchase-wrap { padding: 70px 15px; }
  .purchase-form { padding: 24px 18px; }
  footer { flex-direction: column; text-align: center; }
  .confirmation-card { padding: 35px 20px; }
}
