:root {
  --navy: #062747;
  --navy-deep: #031a31;
  --teal: #078b8c;
  --teal-light: #20b8b2;
  --gold: #d79c25;
  --gold-light: #f0c65c;
  --ink: #0b2440;
  --muted: #5d6c7d;
  --paper: #f7fbfc;
  --white: #fff;
  --line: #d9e5e9;
  --shadow: 0 24px 70px rgba(4, 39, 71, .12);
  --radius: 26px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: .7rem 1rem; background: white; transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

.site-header { width: min(1180px, calc(100% - 40px)); margin: 18px auto 0; padding: 12px 14px 12px 18px; display: flex; justify-content: space-between; align-items: center; border: 1px solid rgba(255,255,255,.62); border-radius: 18px; background: rgba(255,255,255,.87); box-shadow: 0 12px 40px rgba(5,34,61,.08); backdrop-filter: blur(16px); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand > span:last-child { display: grid; line-height: 1.05; }
.brand strong { font-family: var(--serif); font-size: 1.2rem; }
.brand small { margin-top: 5px; color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { width: 42px; height: 34px; display: flex; align-items: center; justify-content: center; gap: 4px; border-radius: 16px 16px 16px 5px; background: linear-gradient(135deg, var(--teal-light), var(--teal)); box-shadow: inset 0 0 0 2px rgba(255,255,255,.4); }
.brand-mark i { width: 4px; height: 4px; border-radius: 50%; background: white; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { color: #29445e; font-size: .88rem; font-weight: 700; text-decoration: none; }
nav a:hover { color: var(--teal); }
.nav-cta { padding: 11px 17px; border-radius: 11px; background: var(--navy); color: white !important; }

.hero { width: min(1240px, calc(100% - 32px)); min-height: 700px; margin: -70px auto 0; padding: 150px 54px 80px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; border-radius: 0 0 42px 42px; background: radial-gradient(circle at 15% 14%, rgba(19,166,167,.27), transparent 28%), linear-gradient(135deg, var(--navy-deep), var(--navy) 67%, #074e68); color: white; position: relative; overflow: hidden; }
.hero::after { content: ''; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; right: -210px; bottom: -260px; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.hero-glow { position: absolute; inset: auto auto -100px 23%; width: 350px; height: 250px; background: var(--teal); opacity: .11; filter: blur(80px); }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 14px; color: var(--teal); font-size: .76rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.hero .eyebrow { color: #63ded7; }
h1, h2, h3 { font-family: var(--serif); letter-spacing: -.035em; line-height: 1.04; }
h1 { max-width: 700px; margin: 0; font-size: clamp(3.25rem, 6vw, 5.7rem); font-weight: 600; }
h1 em { color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 640px; margin: 26px 0 0; color: #dbe7ef; font-size: 1.13rem; line-height: 1.7; }
.hero-actions { margin-top: 32px; display: flex; gap: 24px; align-items: center; }
.button { min-height: 50px; padding: 13px 20px; display: inline-flex; justify-content: center; align-items: center; gap: 12px; border: 0; border-radius: 13px; font-size: .92rem; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .detail-link:focus-visible, .dialog-close:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #f4bc42; outline-offset: 3px; }
.button-primary { background: linear-gradient(135deg, var(--teal-light), var(--teal)); color: white; box-shadow: 0 13px 25px rgba(3, 142, 143, .28); }
.button-dark { background: var(--navy); color: white; }
.button-gold { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #1c2d3d; box-shadow: 0 13px 25px rgba(190, 128, 15, .25); }
.text-link { color: white; font-size: .91rem; font-weight: 750; text-decoration: none; }
.text-link span { margin-left: 5px; color: var(--gold-light); }
.hero-points { margin: 46px 0 0; padding: 22px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.hero-points li { display: grid; gap: 2px; color: #dde9f0; font-size: .78rem; }
.hero-points span { color: #58d2cc; font-size: .7rem; font-weight: 800; }

.hero-visual { min-height: 500px; display: flex; align-items: flex-end; }
.portrait-shell { position: absolute; top: 0; left: 50%; z-index: 3; width: 148px; height: 148px; border: 4px solid rgba(255,255,255,.92); border-radius: 50%; background: #083d59; box-shadow: 0 20px 45px rgba(0,0,0,.3); overflow: hidden; transform: translateX(-50%); }
.portrait-shell img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 37%; filter: saturate(.88) contrast(1.03); }
.portrait-tag { position: absolute; top: 151px; left: 50%; z-index: 3; width: 250px; padding: 9px 14px; display: grid; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(3,31,55,.9); box-shadow: 0 14px 30px rgba(0,0,0,.2); text-align: center; transform: translateX(-50%); }
.portrait-tag strong { font-family: var(--serif); font-size: 1.12rem; }
.portrait-tag span { color: #afd0dc; font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; }
.hero-panel { position: relative; z-index: 2; width: 100%; min-height: 435px; margin-top: 70px; padding: 122px 30px 26px; border: 1px solid rgba(255,255,255,.17); border-radius: 30px; background: rgba(255,255,255,.075); box-shadow: inset 0 1px rgba(255,255,255,.12), 0 28px 70px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
.hero-panel > p { margin: 0 0 17px; color: #a9c2d3; font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; text-align: center; }
.path { margin-bottom: 9px; padding: 16px 17px; display: grid; grid-template-columns: 110px 1fr; align-items: center; border-radius: 15px; border: 1px solid rgba(255,255,255,.1); background: rgba(2,24,44,.58); }
.path strong { font-family: var(--serif); font-size: 1.25rem; }
.path span { color: #bdd0dc; font-size: .88rem; }
.path-two { margin-left: 12px; border-color: rgba(36,204,196,.35); }
.path-three { margin-left: 24px; border-color: rgba(240,198,92,.35); }

.section { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.modalities { padding: 112px 0 100px; }
.section-heading { max-width: 720px; margin: 0 auto 50px; text-align: center; }
.section-heading h2, .real-talk h2, .group-feature h2, .final-cta h2 { margin: 0; font-size: clamp(2.4rem, 4.6vw, 4rem); font-weight: 600; }
.section-heading > p:last-child { max-width: 620px; margin: 18px auto 0; color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; align-items: stretch; }
.plan-card { min-width: 0; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 35px rgba(4,39,71,.06); position: relative; overflow: hidden; }
.plan-card::before { content: ''; position: absolute; inset: 0 0 auto; height: 5px; background: var(--teal); }
.plan-group::before { background: var(--gold); }
.plan-group { border-color: rgba(215,156,37,.5); box-shadow: 0 22px 55px rgba(130,90,12,.12); }
.recommended { position: absolute; top: 20px; right: -33px; width: 145px; padding: 5px 0; background: var(--gold); color: #132b40; font-size: .65rem; font-weight: 900; text-align: center; text-transform: uppercase; transform: rotate(42deg); }
.card-top { display: flex; justify-content: space-between; align-items: center; }
.plan-number { font-family: var(--serif); color: #a9b9c4; font-size: 1.1rem; }
.plan-label { margin-right: 12px; padding: 5px 9px; border-radius: 100px; background: #e6f7f6; color: #087575; font-size: .69rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.plan-group .plan-label { background: #fff3d6; color: #8b5d00; }
.plan-card h3 { margin: 28px 0 7px; font-size: 2.25rem; font-weight: 600; }
.plan-promise { min-height: 52px; margin: 0; color: var(--muted); font-size: .92rem; }
.price { margin: 24px -26px 0; padding: 20px 26px; display: grid; background: #f2f8f9; }
.plan-group .price { background: #fff9ed; }
.price span { color: var(--muted); font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price strong { font-family: var(--serif); color: var(--teal); font-size: 2.45rem; line-height: 1.16; }
.plan-group .price strong { color: #ad740c; }
.price small { color: var(--muted); font-size: .72rem; }
.facts { margin: 0; padding: 18px 0; display: grid; gap: 7px; border-bottom: 1px solid var(--line); }
.facts div { display: flex; justify-content: space-between; gap: 10px; font-size: .78rem; }
.facts dt { color: var(--muted); }
.facts dd { margin: 0; font-weight: 800; text-align: right; }
.best-for { margin: 20px 0 14px; color: #40566c; font-size: .82rem; line-height: 1.55; }
.best-for strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.benefits { margin: 0 0 23px; padding: 0; display: grid; gap: 9px; list-style: none; }
.benefits li { padding-left: 22px; color: #344c62; font-size: .8rem; position: relative; }
.benefits li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--teal); font-weight: 900; }
.plan-group .benefits li::before { color: #b97c0f; }
.plan-card .button { width: 100%; margin-top: auto; }
.detail-link { margin: 12px auto 0; border: 0; background: transparent; color: var(--teal); font-size: .76rem; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.plan-group .detail-link { color: #9a670d; }

.real-talk { padding: 78px; display: grid; grid-template-columns: 70px .9fr 1.1fr; gap: 38px; align-items: start; border-radius: 34px; background: var(--navy); color: white; }
.quote-mark { color: var(--gold-light); font-family: var(--serif); font-size: 7rem; line-height: .8; }
.real-talk .eyebrow { color: #56d3ce; }
.real-talk h2 { font-size: clamp(2.4rem, 4vw, 3.6rem); }
.method-copy > p { margin: 0 0 26px; color: #c4d5e0; }
.method-steps { display: grid; gap: 2px; }
.method-steps p { margin: 0; padding: 13px 0; display: grid; grid-template-columns: 32px 78px 1fr; border-bottom: 1px solid rgba(255,255,255,.13); color: #b9cad6; font-size: .8rem; }
.method-steps span { color: #55d0ca; font-size: .68rem; font-weight: 800; }
.method-steps strong { color: white; }

.group-feature { padding: 112px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.group-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.02rem; }
.group-copy ul { margin: 30px 0 32px; padding: 0; display: grid; gap: 10px; list-style: none; }
.group-copy li { padding: 14px 16px; border-left: 3px solid var(--teal); background: white; color: var(--muted); font-size: .88rem; }
.group-copy li span { color: var(--navy); font-weight: 850; }
.conversation-board { min-height: 520px; padding: 40px; border-radius: 46% 46% 40px 40px; background: radial-gradient(circle at center, #0c6f7d, var(--navy)); position: relative; box-shadow: var(--shadow); overflow: hidden; }
.conversation-board::before { content: ''; position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: inherit; }
.bubble { width: fit-content; max-width: 78%; margin: 0; padding: 14px 18px; border-radius: 18px 18px 18px 4px; background: white; color: var(--navy); font-family: var(--serif); font-size: 1.02rem; box-shadow: 0 12px 30px rgba(0,0,0,.15); position: absolute; z-index: 1; }
.bubble-a { top: 75px; left: 38px; transform: rotate(-3deg); }
.bubble-b { top: 166px; right: 34px; border-radius: 18px 18px 4px 18px; background: #d7f7f4; transform: rotate(2deg); }
.bubble-c { top: 257px; left: 72px; background: #fff1cd; transform: rotate(-1deg); }
.board-note { position: absolute; left: 38px; right: 38px; bottom: 38px; padding: 22px; display: grid; border-top: 1px solid rgba(255,255,255,.22); color: white; z-index: 1; }
.board-note strong { font-family: var(--serif); font-size: 1.4rem; }
.board-note span { margin-top: 5px; color: #bcd2dd; font-size: .8rem; }

.faq { padding: 0 0 110px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.section-heading.compact { margin: 0; text-align: left; }
.section-heading.compact h2 { font-size: clamp(2.2rem, 4vw, 3.35rem); }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 20px 5px; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; float: right; color: var(--teal); font-size: 1.2rem; }
details[open] summary::after { content: '−'; }
details p { margin: -4px 0 20px; padding-right: 50px; color: var(--muted); font-size: .9rem; }
.final-cta { width: min(1240px, calc(100% - 32px)); padding: 80px 30px; border-radius: 38px 38px 0 0; background: linear-gradient(135deg, var(--navy-deep), #075064); color: white; text-align: center; }
.final-cta .eyebrow { color: #62d8d2; }
.final-cta p:not(.eyebrow) { margin: 20px 0 30px; color: #ccdae3; }
footer { padding: 34px max(24px, calc((100% - 1120px)/2)); display: flex; justify-content: space-between; align-items: center; background: #02182c; color: white; }
.brand-footer small { color: #99adbb; }
footer > p { color: #97abb9; font-size: .75rem; }

dialog { padding: 0; border: 0; background: white; color: var(--ink); box-shadow: 0 35px 100px rgba(1,19,35,.35); }
dialog::backdrop { background: rgba(1,18,34,.72); backdrop-filter: blur(5px); }
.form-dialog { width: min(720px, calc(100% - 28px)); max-height: calc(100vh - 28px); border-radius: 28px; overflow: auto; }
.dialog-close { width: 42px; height: 42px; border: 0; border-radius: 50%; background: #e8f1f3; color: var(--navy); font-size: 1.6rem; line-height: 1; cursor: pointer; }
.form-dialog > .dialog-close { position: absolute; top: 18px; right: 18px; z-index: 2; }
.dialog-intro { padding: 38px 70px 28px 38px; background: linear-gradient(135deg, var(--navy), #075e6d); color: white; }
.dialog-intro .eyebrow { color: #5ddbd5; }
.dialog-intro h2 { margin: 0 0 9px; font-size: 2.2rem; }
.dialog-intro p:last-child { margin: 0; color: #cfdee5; font-size: .86rem; }
#lead-form { padding: 30px 38px 38px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 6px; color: #334a60; font-size: .78rem; font-weight: 800; }
.field-full { grid-column: 1 / -1; }
.field small { color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 13px; border: 1px solid #cddce1; border-radius: 10px; background: #fbfdfd; color: var(--ink); font-size: .9rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); }
.field .invalid, .consent.invalid { border-color: #b93636; }
.consent { margin: 18px 0 0; display: flex; gap: 10px; align-items: flex-start; color: #4f6275; font-size: .78rem; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--teal); }
.form-notice { padding: 11px 13px; border-radius: 10px; background: #fff7e5; color: #75500d; font-size: .76rem; }
.form-status { min-height: 24px; margin: 14px 0 4px; color: #aa2c2c; font-size: .82rem; font-weight: 700; }
.form-status.success { padding: 14px; border-radius: 10px; background: #e8f8f5; color: #08715e; }
.submit-button { width: 100%; }
.submit-button[disabled] { cursor: wait; opacity: .65; transform: none; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.art-dialog { width: min(700px, calc(100% - 28px)); max-height: calc(100vh - 24px); border-radius: 22px; overflow: auto; }
.art-header { padding: 14px 16px 14px 22px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 2; background: rgba(255,255,255,.95); backdrop-filter: blur(8px); }
.art-header h2 { margin: 0; font-size: 1.25rem; }
.art-dialog img { width: 100%; height: auto; display: block; }

@media (max-width: 980px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 50px; padding-top: 150px; }
  .hero-visual { max-width: 670px; width: 100%; min-height: 500px; }
  .cards { grid-template-columns: 1fr; max-width: 720px; margin: 0 auto; }
  .plan-card { display: grid; grid-template-columns: 1fr 1fr; column-gap: 26px; }
  .plan-card .card-top, .plan-card h3, .plan-card .plan-promise, .plan-card .price, .plan-card .button, .plan-card .detail-link { grid-column: 1 / -1; }
  .plan-promise { min-height: 0; }
  .best-for { grid-column: 1; }
  .benefits { grid-column: 2; margin-top: 20px; }
  .real-talk { padding: 60px 45px; grid-template-columns: 50px 1fr; }
  .method-copy { grid-column: 2; }
  .group-feature { gap: 42px; }
  .faq { gap: 44px; }
}

@media (max-width: 720px) {
  .site-header { width: calc(100% - 24px); margin-top: 10px; padding: 9px 10px 9px 13px; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .61rem; }
  .brand-mark { width: 37px; height: 30px; }
  .nav-cta { padding: 9px 12px; font-size: .76rem; }
  .hero { width: 100%; min-height: 0; margin-top: -60px; padding: 132px 22px 60px; border-radius: 0 0 28px 28px; }
  h1 { font-size: clamp(2.75rem, 14.2vw, 4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .text-link { text-align: center; }
  .hero-points { grid-template-columns: 1fr; gap: 10px; }
  .hero-points li { grid-template-columns: 30px 1fr; align-items: center; }
  .hero-visual { min-height: 520px; }
  .portrait-shell { width: 132px; height: 132px; }
  .portrait-tag { top: 134px; width: 230px; }
  .hero-panel { min-height: 450px; margin-top: 62px; padding: 117px 18px 24px; border-radius: 24px; }
  .path { grid-template-columns: 1fr; gap: 3px; padding: 16px; }
  .path-two { margin-left: 14px; }
  .path-three { margin-left: 28px; }
  .speech-line { height: 76px; }
  .section { width: min(100% - 28px, 1160px); }
  .modalities { padding: 82px 0 74px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .group-feature h2, .final-cta h2 { font-size: 2.55rem; }
  .plan-card { padding: 24px 21px; display: flex; }
  .price { margin-left: -21px; margin-right: -21px; padding-left: 21px; padding-right: 21px; }
  .real-talk { width: 100%; padding: 54px 23px; grid-template-columns: 1fr; gap: 8px; border-radius: 0; }
  .quote-mark { height: 58px; }
  .method-copy { grid-column: 1; }
  .method-steps p { grid-template-columns: 30px 70px 1fr; }
  .group-feature { padding: 80px 0; grid-template-columns: 1fr; }
  .conversation-board { min-height: 480px; padding: 25px; border-radius: 100px 100px 28px 28px; }
  .bubble-a { left: 24px; }
  .bubble-b { right: 20px; }
  .bubble-c { left: 40px; }
  .board-note { left: 24px; right: 24px; bottom: 26px; }
  .faq { padding-bottom: 78px; grid-template-columns: 1fr; gap: 30px; }
  .section-heading.compact { text-align: center; }
  .final-cta { width: 100%; padding: 65px 22px; border-radius: 28px 28px 0 0; }
  footer { padding: 28px 20px; align-items: flex-start; flex-direction: column; gap: 20px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .dialog-intro { padding: 32px 62px 24px 25px; }
  .dialog-intro h2 { font-size: 1.75rem; }
  #lead-form { padding: 24px 22px 30px; }
}

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