:root {
  --ink: #16283A;
  --deep: #0B3155;
  --deep-2: #1687C8;
  --mint: #1687C8;
  --mint-soft: #E3F2FA;
  --cream: #F1F5F8;
  --paper: #FFFFFF;
  --sage: #DDEAF4;
  --line: rgba(22, 40, 58, 0.14);
  --muted: #68798A;
  --white: #fff;
  --shadow: 0 24px 70px rgba(11, 49, 85, 0.18);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--mint); padding: 12px 18px; border-radius: 0 0 10px 10px; font-weight: 800; }
.skip-link:focus { top: 0; }

.topbar { background: #071F35; color: rgba(255,255,255,.75); font-size: 12px; letter-spacing: .02em; }
.topbar-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 8px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(22,135,200,.12); }
.topbar-contact { display: flex; align-items: center; gap: 28px; }
.topbar-contact a { color: var(--white); font-weight: 750; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(22,40,58,.08); backdrop-filter: blur(15px); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; color: var(--deep); }
.logo .logo-mark { width: 50px; height: 50px; flex: 0 0 50px; object-fit: contain; }
.logo-wordmark { display: flex; flex-direction: column; min-width: 0; line-height: 1; }
.logo-wordmark > span { display: flex; align-items: baseline; gap: 8px; white-space: nowrap; }
.logo-wordmark strong { color: var(--deep); font-size: 27px; font-weight: 850; letter-spacing: -.065em; }
.logo-wordmark b { color: #415466; font-size: 19px; font-weight: 540; letter-spacing: .09em; }
.logo-wordmark small { margin-top: 6px; color: var(--deep-2); font-size: 7px; font-weight: 800; letter-spacing: .105em; text-transform: uppercase; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav > a:not(.button) { position: relative; color: #344A5F; font-size: 14px; font-weight: 700; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--deep); transition: right .2s ease; }
.main-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; border: 0; padding: 8px; background: none; }
.menu-toggle span { width: 25px; height: 2px; margin: 5px 0; display: block; background: var(--deep); transition: .25s ease; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 0; border-radius: 999px; padding: 0 25px; cursor: pointer; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 19px; line-height: 1; }
.button-small { min-height: 45px; padding: 0 20px; }
.button-primary { color: #FFFFFF; background: linear-gradient(135deg, #1687C8, #0F6EA8); box-shadow: 0 12px 30px rgba(22,135,200,.28); }
.button-primary:hover { background: linear-gradient(135deg, #2E9AD3, #1687C8); box-shadow: 0 16px 35px rgba(22,135,200,.36); }
.button-dark { color: var(--white); background: var(--deep); }
.button-dark:hover { background: #174F80; box-shadow: 0 12px 28px rgba(11,49,85,.18); }
.button-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.35); background: transparent; }
.button-ghost:hover { border-color: var(--mint); color: var(--mint); }
.button-full { width: 100%; }

.hero { min-height: 720px; position: relative; overflow: hidden; color: var(--white); background: var(--deep); }
.hero-image { position: absolute; inset: 0; background-image: url("assets/pf-medical-hero.png"); background-size: cover; background-position: 54% center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,31,53,.98) 0%, rgba(9,42,72,.94) 28%, rgba(9,42,72,.68) 50%, rgba(9,42,72,.1) 76%), linear-gradient(0deg, rgba(7,31,53,.5), transparent 40%); }
.hero-inner { min-height: 720px; position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) 390px; align-items: center; gap: 80px; padding-block: 70px; }
.hero-copy { max-width: 650px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--deep-2); font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--mint); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 580; letter-spacing: -.055em; line-height: 1.02; }
h1 { margin-bottom: 24px; font-size: clamp(48px, 5.2vw, 74px); }
h1 em, h2 em { color: var(--mint); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 590px; margin-bottom: 32px; color: rgba(255,255,255,.76); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 800; }
.text-link-light { color: var(--white); }
.text-link small { display: block; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.text-link-light small { color: rgba(255,255,255,.56); }
.round-icon { width: 40px; height: 40px; display: inline-grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.trust-row { margin-top: 48px; display: flex; align-items: center; gap: 16px; }
.trust-row p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.5; }
.trust-row strong { color: var(--white); font-size: 13px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 38px; height: 38px; margin-right: -8px; display: grid; place-items: center; border: 2px solid var(--deep); border-radius: 50%; color: var(--deep); background: var(--sage); font-size: 9px; font-weight: 900; }
.avatar-stack span:nth-child(2) { background: #d8c9a5; }
.avatar-stack span:nth-child(3) { color: var(--white); background: var(--deep-2); }

.quick-check { align-self: center; padding: 31px; color: var(--ink); background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.34); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.form-heading { margin-bottom: 23px; }
.form-kicker { display: block; margin-bottom: 6px; color: var(--deep-2); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.form-heading h2 { margin-bottom: 8px; font-size: 27px; letter-spacing: -.035em; }
.form-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.quick-check > label > span, .choice-group legend, .select-label > span, .field-grid label > span { display: block; margin-bottom: 7px; color: #415466; font-size: 11px; font-weight: 800; }
select, input[type="text"], input[type="email"], input[type="tel"], textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; outline: none; color: var(--ink); background: var(--white); transition: border .2s, box-shadow .2s; }
select, input[type="text"], input[type="email"], input[type="tel"] { height: 50px; padding: 0 13px; }
textarea { padding: 12px 13px; resize: vertical; }
select:focus, input:focus, textarea:focus { border-color: var(--deep-2); box-shadow: 0 0 0 3px rgba(22,135,200,.1); }
.choice-group { margin: 17px 0 20px; padding: 0; border: 0; }
.choice-group.compact { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.choice-group legend { grid-column: 1 / -1; width: 100%; }
.choice-group label { cursor: pointer; }
.choice-group input { position: absolute; opacity: 0; pointer-events: none; }
.choice-group label span { min-height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); background: var(--white); font-size: 10px; font-weight: 800; }
.choice-group input:checked + span { border-color: var(--deep); color: var(--deep); background: var(--mint-soft); box-shadow: inset 0 0 0 1px var(--deep); }
.form-note { margin: 13px 0 0; text-align: center; color: var(--muted); font-size: 10px; }
.form-note span { color: var(--deep-2); font-weight: 900; }
.hero-scroll { position: absolute; z-index: 3; left: 50%; bottom: 18px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--white); transform: translateX(-50%); animation: bob 2s infinite; }
@keyframes bob { 50% { transform: translate(-50%, 5px); } }

.proof-strip { border-bottom: 1px solid var(--line); background: var(--cream); }
.proof-grid { min-height: 116px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-grid div { padding: 0 30px; border-right: 1px solid var(--line); }
.proof-grid div:first-child { padding-left: 0; }
.proof-grid div:last-child { border: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { margin-bottom: 2px; font-size: 14px; }
.proof-grid span { color: var(--muted); font-size: 11px; line-height: 1.4; }

.section { padding-block: 120px; }
.section-head { margin-bottom: 58px; }
.section-head.split { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 100px; }
.section-head h2, .why-copy h2, .faq-copy h2 { max-width: 730px; margin-bottom: 0; font-size: clamp(41px, 4.6vw, 63px); }
.section-head p { margin: 0 0 3px; color: var(--muted); font-size: 16px; }
.section-head.centered { max-width: 700px; margin-inline: auto; text-align: center; }
.section-head.centered .eyebrow { justify-content: center; }
.section-head.centered p { max-width: 550px; margin: 18px auto 0; }

.professions { background: var(--paper); }
.profession-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.profession-card { position: relative; min-height: 474px; display: flex; flex-direction: column; padding: 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #F7FAFC; transition: transform .25s ease, border-color .25s, box-shadow .25s; }
.profession-card:hover { z-index: 1; transform: translateY(-8px); border-color: rgba(11,49,85,.4); box-shadow: 0 18px 45px rgba(11,49,85,.1); }
.profession-card.featured { color: var(--white); border-color: var(--deep); background: var(--deep); }
.card-number { align-self: flex-end; color: #aab3af; font-family: Georgia, serif; font-size: 13px; }
.featured .card-number { color: rgba(255,255,255,.4); }
.profession-icon { width: 56px; height: 56px; margin: 25px 0 36px; display: grid; place-items: center; border-radius: 16px; color: var(--deep); background: var(--sage); }
.featured .profession-icon { color: var(--deep); background: var(--mint); }
.profession-icon svg { width: 32px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.profession-card h3 { margin-bottom: 13px; font-size: 21px; letter-spacing: -.035em; line-height: 1.2; }
.profession-card p { color: var(--muted); font-size: 13px; }
.featured p { color: rgba(255,255,255,.67); }
.profession-card ul { margin: 4px 0 25px; padding: 0; list-style: none; }
.profession-card li { position: relative; padding-left: 16px; color: var(--muted); font-size: 11px; }
.profession-card li::before { content: ""; position: absolute; left: 0; top: .75em; width: 5px; height: 5px; border-radius: 50%; background: var(--mint); }
.featured li { color: rgba(255,255,255,.67); }
.profession-card > a { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 19px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 850; }
.featured > a { border-color: rgba(255,255,255,.15); color: var(--mint); }
.profession-card > a span { font-size: 18px; }
.profession-footnote { margin: 30px 0 0; text-align: center; color: var(--muted); font-size: 13px; }
.profession-footnote a { color: var(--deep); font-weight: 800; }

.risks { color: var(--white); background: var(--deep); }
.risk-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.risk-copy { position: sticky; top: 140px; align-self: start; }
.risk-copy h2 { max-width: 480px; margin-bottom: 28px; font-size: clamp(41px, 4.5vw, 61px); }
.risk-copy p { max-width: 460px; margin-bottom: 31px; color: rgba(255,255,255,.65); }
.risk-stories { border-top: 1px solid rgba(255,255,255,.15); }
.risk-story { position: relative; display: grid; grid-template-columns: 52px 1fr 38px; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.15); cursor: pointer; }
.risk-index { color: rgba(255,255,255,.35); font-family: Georgia, serif; font-size: 13px; }
.risk-story small { color: var(--mint); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.risk-story h3 { margin: 6px 0 0; font-size: 21px; line-height: 1.3; transition: color .2s; }
.risk-story p { max-height: 0; margin: 0; overflow: hidden; color: rgba(255,255,255,.6); font-size: 13px; opacity: 0; transition: max-height .35s ease, margin .35s ease, opacity .35s; }
.risk-story.active p { max-height: 120px; margin-top: 12px; opacity: 1; }
.risk-arrow { align-self: start; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: rgba(255,255,255,.5); transform: rotate(45deg); transition: .25s; }
.risk-story.active .risk-arrow { color: var(--deep); border-color: var(--mint); background: var(--mint); transform: rotate(0); }

.solutions { background: var(--cream); }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.solution-card { min-height: 230px; display: flex; justify-content: space-between; gap: 22px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); transition: .25s ease; }
.solution-card:hover { border-color: var(--deep-2); transform: translateY(-5px); }
.solution-mark { order: 2; width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--deep); background: var(--mint-soft); font-family: Georgia, serif; font-size: 20px; }
.solution-card small { color: #9ba6a2; font-family: Georgia, serif; }
.solution-card h3 { margin: 43px 0 9px; font-size: 19px; }
.solution-card p { margin: 0; color: var(--muted); font-size: 12px; }

.why { overflow: hidden; }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.why-visual { min-height: 630px; display: grid; place-items: center; border-radius: 30px; background: radial-gradient(circle at center, rgba(22,135,200,.22), transparent 38%), var(--sage); }
.why-orbit { width: 440px; height: 440px; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; inset: 0; border: 1px solid rgba(11,49,85,.2); border-radius: 50%; }
.orbit-two { inset: 63px; border-style: dashed; animation: rotate 30s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.orbit-logo { width: 154px; height: 154px; display: grid; place-items: center; align-content: center; border-radius: 50%; color: var(--white); background: var(--deep); box-shadow: 0 24px 70px rgba(11,49,85,.28); }
.orbit-logo strong { color: var(--mint); font-size: 48px; letter-spacing: -.09em; line-height: 1; }
.orbit-logo small { font-size: 14px; }
.orbit-tag { position: absolute; padding: 10px 16px; border: 1px solid rgba(11,49,85,.14); border-radius: 999px; background: rgba(255,255,255,.82); box-shadow: 0 10px 30px rgba(11,49,85,.08); font-size: 11px; font-weight: 800; backdrop-filter: blur(5px); }
.tag-one { top: 30px; right: 30px; }
.tag-two { left: -5px; top: 200px; }
.tag-three { bottom: 22px; right: 60px; }
.why-copy h2 { margin-bottom: 27px; }
.large-copy { max-width: 620px; color: var(--muted); font-size: 17px; }
.why-points { margin: 35px 0; border-top: 1px solid var(--line); }
.why-points > div { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.why-points span { color: #96a29e; font-family: Georgia, serif; font-size: 12px; }
.why-points p { margin: 0; color: var(--muted); font-size: 13px; }
.why-points strong { color: var(--ink); }
.advisor-card { display: flex; align-items: center; gap: 13px; }
.advisor-avatar { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--deep); font-size: 12px; font-weight: 900; }
.advisor-card div { display: flex; flex-direction: column; }
.advisor-card strong { font-size: 13px; }
.advisor-card small { color: var(--muted); font-size: 10px; }
.advisor-card > a { width: 40px; height: 40px; margin-left: 15px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }

.process { background: var(--cream); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.process-grid::before { content: ""; position: absolute; left: 12%; right: 12%; top: 70px; border-top: 1px dashed #a6b3ae; }
.process-grid article { position: relative; padding: 0 50px; text-align: center; }
.process-grid article > span { color: #96a39e; font-family: Georgia, serif; font-size: 12px; }
.process-icon { position: relative; z-index: 1; width: 74px; height: 74px; margin: 25px auto 23px; display: grid; place-items: center; border: 8px solid var(--cream); border-radius: 50%; color: var(--deep); background: var(--mint); font-size: 20px; box-shadow: 0 0 0 1px var(--line); }
.process-grid h3 { margin-bottom: 8px; font-size: 18px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.inquiry-section { padding-block: 110px; color: var(--white); background: #071F35; }
.inquiry-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.inquiry-copy { position: sticky; top: 140px; }
.inquiry-copy h2 { margin-bottom: 26px; font-size: clamp(44px, 4.6vw, 64px); }
.inquiry-copy > p { color: rgba(255,255,255,.65); }
.inquiry-copy ul { margin: 30px 0 42px; padding: 0; list-style: none; }
.inquiry-copy li { margin-bottom: 9px; color: rgba(255,255,255,.76); font-size: 13px; }
.inquiry-copy li span { margin-right: 9px; color: var(--mint); }
.inquiry-contact { padding-top: 26px; border-top: 1px solid rgba(255,255,255,.15); }
.inquiry-contact p { margin-bottom: 2px; color: rgba(255,255,255,.5); font-size: 11px; }
.inquiry-contact a { display: flex; align-items: center; gap: 14px; color: var(--mint); font-size: 25px; font-weight: 800; }
.inquiry-contact a span { font-size: 17px; }
.inquiry-contact small { display: block; margin-top: 2px; color: rgba(255,255,255,.45); }
.wizard-card { min-height: 620px; padding: 36px 40px 32px; color: var(--ink); background: var(--paper); border-radius: 25px; box-shadow: var(--shadow); }
.wizard-top { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 30px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.wizard-top div:first-child { display: flex; flex-direction: column; }
.wizard-top small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wizard-top strong { font-size: 13px; }
.progress { height: 5px; overflow: hidden; border-radius: 10px; background: #e5e8e4; }
.progress span { width: 33.333%; height: 100%; display: block; border-radius: inherit; background: var(--deep); transition: width .3s ease; }
.form-step { display: none; padding-top: 30px; animation: stepIn .32s ease; }
.form-step.active { display: block; }
@keyframes stepIn { from { opacity: 0; transform: translateX(8px); } }
.form-step h3 { margin-bottom: 5px; font-size: 25px; letter-spacing: -.035em; }
.form-step > p { margin-bottom: 24px; color: var(--muted); font-size: 12px; }
.option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.option-grid label, .check-grid label { cursor: pointer; }
.option-grid input, .check-grid input { position: absolute; opacity: 0; pointer-events: none; }
.option-grid label > span { min-height: 80px; display: flex; flex-direction: column; justify-content: center; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); transition: .2s; }
.option-grid label.wide { grid-column: 1 / -1; }
.option-grid label.wide > span { min-height: 65px; }
.option-grid b { font-size: 13px; }
.option-grid small { color: var(--muted); font-size: 10px; }
.option-grid input:checked + span, .check-grid input:checked + span { border-color: var(--deep); background: var(--mint-soft); box-shadow: inset 0 0 0 1px var(--deep); }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin-bottom: 22px; }
.check-grid label span { min-height: 48px; display: flex; align-items: center; padding: 10px 14px 10px 40px; position: relative; border: 1px solid var(--line); border-radius: 11px; font-size: 11px; font-weight: 800; }
.check-grid label span::before { content: ""; position: absolute; left: 14px; width: 15px; height: 15px; border: 1px solid #aeb8b4; border-radius: 4px; }
.check-grid input:checked + span::before { content: "✓"; display: grid; place-items: center; border-color: var(--deep); color: var(--white); background: var(--deep); font-size: 10px; }
.select-label { display: block; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.field-grid label.wide { grid-column: 1 / -1; }
.field-grid label > span small { color: var(--muted); font-weight: 500; }
.privacy-check { margin-top: 17px; display: grid; grid-template-columns: 17px 1fr; gap: 9px; align-items: start; color: var(--muted); font-size: 10px; }
.privacy-check input { margin-top: 2px; accent-color: var(--deep); }
.privacy-check a { color: var(--deep); text-decoration: underline; }
.wizard-actions { min-height: 75px; display: flex; align-items: end; justify-content: flex-end; gap: 13px; padding-top: 22px; }
.button-back { margin-right: auto; display: none; border: 0; color: var(--muted); background: none; cursor: pointer; font-size: 12px; font-weight: 800; }
#submit-inquiry { display: none; }
.form-error { min-height: 16px; margin: 4px 0 0; color: #a94343; font-size: 11px; }
.form-success { min-height: 430px; display: none; place-items: center; align-content: center; text-align: center; }
.form-success.active { display: grid; }
.success-icon { width: 74px; height: 74px; margin-bottom: 20px; display: grid; place-items: center; border-radius: 50%; color: var(--deep); background: var(--mint); font-size: 28px; font-weight: 900; }
.form-success h3 { margin-bottom: 8px; font-size: 28px; }
.form-success p { max-width: 450px; margin-bottom: 24px; color: var(--muted); }

.faq { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-copy { position: sticky; top: 140px; align-self: start; }
.faq-copy h2 { margin-bottom: 22px; }
.faq-copy > p { max-width: 420px; color: var(--muted); }
.faq-copy .text-link { margin-top: 20px; }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; min-height: 85px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border: 0; text-align: left; color: var(--ink); background: none; cursor: pointer; font-weight: 780; }
.accordion-item button i { width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.accordion-panel p { min-height: 0; margin: 0; overflow: hidden; color: var(--muted); font-size: 13px; }
.accordion-item.open .accordion-panel { grid-template-rows: 1fr; }
.accordion-item.open .accordion-panel p { padding: 0 55px 25px 0; }

.closing-cta { padding-block: 80px; color: var(--white); background: var(--deep); border-bottom: 1px solid rgba(255,255,255,.12); }
.closing-inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.closing-inner h2 { max-width: 720px; margin: 0; font-size: clamp(42px, 5vw, 68px); }
.closing-inner .button { flex: 0 0 auto; margin-bottom: 7px; }

.footer { color: rgba(255,255,255,.6); background: #061B2D; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(2, 1fr); gap: 90px; padding-block: 70px; }
.footer-logo { color: var(--white); }
.footer-logo .logo-wordmark strong, .footer-logo .logo-wordmark b { color: var(--white); }
.footer-logo .logo-wordmark small { color: #8FC9EC; }
.footer-brand > p { max-width: 300px; margin: 22px 0 0; font-size: 12px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; font-size: 12px; }
.footer-column > strong { margin-bottom: 10px; color: var(--white); font-size: 12px; }
.footer-column a:hover { color: var(--mint); }
.footer-column address, .footer-column p { margin: 0; font-style: normal; }
.footer-cta { margin-top: 9px; color: var(--mint); font-weight: 800; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 24px; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .logo .logo-mark { width: 45px; height: 45px; flex-basis: 45px; }
  .logo-wordmark strong { font-size: 24px; }
  .logo-wordmark b { font-size: 17px; }
  .logo-wordmark small { font-size: 6.2px; }
  :root { --shell: min(100% - 40px, 920px); }
  .main-nav { gap: 21px; }
  .main-nav > a:not(.button) { font-size: 12px; }
  .hero-inner { grid-template-columns: 1fr 340px; gap: 38px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(7,31,53,.98) 0%, rgba(9,42,72,.9) 48%, rgba(9,42,72,.3) 100%); }
  .profession-grid { grid-template-columns: repeat(2, 1fr); }
  .profession-card { min-height: 420px; }
  .risk-layout, .inquiry-layout { gap: 55px; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: .8fr 1.2fr; gap: 50px; }
  .why-visual { min-height: 560px; }
  .why-orbit { transform: scale(.82); }
  .faq-layout { gap: 60px; }
  .footer-main { gap: 35px; }
}

@media (max-width: 820px) {
  .topbar-contact span { display: none; }
  .menu-toggle { display: block; z-index: 2; }
  .main-nav { position: fixed; inset: 82px 0 auto; min-height: calc(100vh - 82px); padding: 45px 24px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .22s ease, visibility .22s ease; }
  .menu-open .main-nav { opacity: 1; visibility: visible; pointer-events: auto; }
  .main-nav > a:not(.button) { padding: 19px 0; border-bottom: 1px solid var(--line); font-size: 19px; }
  .main-nav .button { margin-top: 30px; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero-image { background-position: 64% top; }
  .hero-overlay { background: linear-gradient(90deg, rgba(7,31,53,.98) 0%, rgba(9,42,72,.83) 75%, rgba(9,42,72,.55)), linear-gradient(0deg, rgba(7,31,53,.9) 25%, transparent); }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; padding-block: 85px; }
  .hero-copy { max-width: 620px; }
  .quick-check { max-width: 560px; }
  .hero-scroll { display: none; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); padding-block: 20px; }
  .proof-grid div { min-height: 75px; padding: 14px 20px; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line); }
  .proof-grid div:nth-child(even) { border-right: 0; }
  .proof-grid div:nth-child(3), .proof-grid div:nth-child(4) { border-bottom: 0; }
  .section { padding-block: 90px; }
  .section-head.split { grid-template-columns: 1fr; gap: 25px; }
  .risk-layout, .why-grid, .inquiry-layout, .faq-layout { grid-template-columns: 1fr; }
  .risk-copy, .inquiry-copy, .faq-copy { position: static; }
  .risk-copy { padding-bottom: 20px; }
  .why-visual { min-height: 520px; order: 2; }
  .why-copy { order: 1; }
  .process-grid article { padding-inline: 25px; }
  .inquiry-copy { max-width: 600px; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .logo { gap: 9px; }
  .logo .logo-mark { width: 42px; height: 42px; flex-basis: 42px; }
  .logo-wordmark strong { font-size: 22px; }
  .logo-wordmark b { font-size: 15px; letter-spacing: .07em; }
  .logo-wordmark small { margin-top: 5px; font-size: 5.5px; letter-spacing: .075em; }
  .footer-main .footer-column:last-child { grid-column: auto; }
  :root { --shell: calc(100% - 30px); --radius: 19px; }
  body { font-size: 15px; padding-bottom: 70px; }
  .topbar-inner { height: 31px; }
  .topbar p { font-size: 9px; }
  .topbar-contact a { font-size: 10px; }
  .header-inner { height: 72px; }
  .logo svg { width: 37px; height: 37px; }
  .logo-wordmark { font-size: 18px; }
  .logo-wordmark strong { font-size: 23px; }
  .logo-wordmark small { font-size: 6.5px; }
  .main-nav { inset: 72px 0 auto; min-height: calc(100vh - 72px); }
  .hero-image { inset: 0 0 auto; height: 470px; background-position: 66% top; }
  .hero-overlay { background: linear-gradient(0deg, #0A2B49 2%, rgba(10,46,78,.35) 70%, rgba(7,31,53,.15)); }
  .hero-inner { padding: 330px 0 55px; gap: 40px; }
  .hero-copy { padding-top: 45px; }
  h1 { font-size: 44px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .trust-row { margin-top: 35px; }
  .quick-check { padding: 24px 20px; }
  .choice-group.compact { grid-template-columns: 1fr; }
  .choice-group label span { min-height: 41px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid div { padding-inline: 0; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .proof-grid div:last-child { border-bottom: 0 !important; }
  .section { padding-block: 75px; }
  .section-head { margin-bottom: 38px; }
  .section-head h2, .why-copy h2, .faq-copy h2 { font-size: 39px; }
  .section-head.split { gap: 18px; }
  .profession-grid, .solution-grid { grid-template-columns: 1fr; }
  .profession-card { min-height: 405px; }
  .risk-layout { gap: 28px; }
  .risk-copy h2 { font-size: 41px; }
  .risk-story { grid-template-columns: 35px 1fr 32px; gap: 10px; }
  .risk-story h3 { font-size: 18px; }
  .risk-story.active p { max-height: 180px; }
  .solution-card { min-height: 205px; }
  .why-visual { min-height: 390px; }
  .why-orbit { width: 100%; height: auto; aspect-ratio: 1; transform: none; }
  .process-grid { grid-template-columns: 1fr; gap: 40px; }
  .process-grid::before { display: none; }
  .process-grid article { padding-inline: 18px; }
  .process-icon { margin-block: 12px 18px; }
  .inquiry-section { padding-block: 75px; }
  .inquiry-copy h2 { font-size: 43px; }
  .wizard-card { min-height: 0; padding: 25px 19px; border-radius: 18px; }
  .wizard-top { grid-template-columns: 1fr; gap: 12px; }
  .form-step h3 { font-size: 23px; }
  .option-grid, .check-grid, .field-grid { grid-template-columns: 1fr; }
  .option-grid label.wide, .field-grid label.wide { grid-column: auto; }
  .wizard-actions { flex-wrap: wrap; }
  .button-back { order: 3; width: 100%; margin: 4px 0 0; text-align: center; }
  .wizard-actions .button { width: 100%; }
  .accordion-item button { min-height: 75px; }
  .closing-inner { align-items: stretch; flex-direction: column; }
  .closing-inner h2 { font-size: 42px; }
  .footer-main { grid-template-columns: repeat(2, 1fr); gap: 38px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main .footer-column:last-child { grid-column: auto; }
  .footer-bottom { padding-block: 23px; align-items: flex-start; flex-direction: column; gap: 12px; }
  .mobile-cta { position: fixed; z-index: 90; left: 10px; right: 10px; bottom: 10px; height: 54px; display: flex; align-items: center; justify-content: center; gap: 22px; border-radius: 999px; color: var(--white); background: var(--mint); box-shadow: 0 10px 30px rgba(6,27,45,.35); font-size: 13px; font-weight: 900; transition: opacity .2s ease, transform .2s ease; }
  .in-form-view .mobile-cta { opacity: 0; pointer-events: none; transform: translateY(80px); }
}

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

/* -------------------------------------------------------------------------- */
/* Multi-page corporate website                                                */
/* -------------------------------------------------------------------------- */

.site-header .main-nav a.active:not(.button) { color: var(--deep); }
.site-header .main-nav a.active:not(.button)::after { right: 0; }
.site-page main { min-height: 60vh; }
.page-kicker { color: var(--deep-2); font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.page-kicker.light { color: var(--mint); }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 30px; color: rgba(255,255,255,.58); font-size: 11px; }
.breadcrumb a:hover { color: var(--mint); }
.breadcrumb span { color: rgba(255,255,255,.35); }

.home-hero { position: relative; min-height: 690px; overflow: hidden; color: var(--white); background: var(--deep); }
.home-hero-image { position: absolute; inset: 0; background: url("assets/pf-medical-hero.png") 62% center / cover no-repeat; }
.home-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 12%, rgba(22,135,200,.26), transparent 30%), linear-gradient(90deg, rgba(7,31,53,.99) 0%, rgba(8,38,65,.94) 38%, rgba(9,42,72,.6) 68%, rgba(7,31,53,.18)), linear-gradient(0deg, rgba(7,31,53,.56), transparent 48%); }
.home-hero-inner { position: relative; z-index: 1; min-height: 690px; display: grid; grid-template-columns: 1fr 335px; align-items: center; gap: 75px; padding-block: 68px; }
.home-hero-copy { max-width: 745px; }
.home-hero h1 { max-width: 760px; font-size: clamp(52px, 5.3vw, 78px); }
.home-hero h1 em { display: block; }
.home-hero-lead { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.74); font-size: 18px; }
.hero-link-row { display: flex; align-items: center; gap: 20px; }
.hero-secondary { min-height: 54px; display: inline-flex; align-items: center; gap: 10px; padding: 0 22px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; font-size: 13px; font-weight: 800; }
.hero-secondary:hover { color: var(--mint); border-color: var(--mint); }
.heritage-card { align-self: end; margin-bottom: 5px; padding: 27px; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(9,44,76,.72); backdrop-filter: blur(12px); }
.heritage-card > small { color: var(--mint); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.heritage-number { margin: 11px 0 2px; font-family: Georgia, serif; font-size: 68px; line-height: 1; letter-spacing: -.06em; }
.heritage-card > strong { display: block; font-size: 15px; }
.heritage-card > p { margin: 12px 0 22px; color: rgba(255,255,255,.63); font-size: 11px; }
.heritage-card a { display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.16); color: var(--mint); font-size: 11px; font-weight: 850; }

.metric-band { border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #FFFFFF, #F1F5F8); box-shadow: inset 0 3px 0 rgba(22,135,200,.2); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric-item { min-height: 125px; padding: 25px 29px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.metric-item:first-child { padding-left: 0; }
.metric-item:last-child { border-right: 0; }
.metric-item strong { font-size: 17px; letter-spacing: -.02em; }
.metric-item span { margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.45; }

.corporate-intro { padding-block: 110px 80px; }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: start; }
.intro-grid h2 { max-width: 660px; margin-bottom: 0; font-size: clamp(43px, 4.5vw, 63px); }
.intro-copy { padding-top: 28px; }
.intro-copy > p { color: var(--muted); font-size: 16px; }
.intro-copy > p:first-child { color: var(--ink); font-size: 20px; line-height: 1.55; }
.inline-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 10px; color: var(--deep); font-size: 12px; font-weight: 900; }
.inline-link i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--deep); background: var(--mint); font-style: normal; }

.website-section { padding-block: 100px; }
.website-section.alt { background: linear-gradient(180deg, #F6F9FC, #EDF3F7); }
.website-section.dark { color: var(--white); background: radial-gradient(circle at 85% 10%, rgba(22,135,200,.18), transparent 34%), linear-gradient(145deg, #0B3155, #061B2D); }
.website-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; margin-bottom: 52px; }
.website-head h2 { max-width: 760px; margin: 10px 0 0; font-size: clamp(40px, 4.4vw, 60px); }
.website-head > p { margin: 0; color: var(--muted); }
.website-section.dark .website-head > p { color: rgba(255,255,255,.62); }
.link-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.link-card { min-height: 340px; position: relative; display: flex; flex-direction: column; padding: 26px; overflow: hidden; border: 1px solid rgba(22,40,58,.11); border-radius: 20px; background: linear-gradient(155deg, #FFFFFF 58%, #F3F8FC); box-shadow: 0 12px 32px rgba(11,49,85,.055); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.link-card::before { content: ""; position: absolute; left: 26px; right: 72%; top: 0; height: 3px; border-radius: 0 0 3px 3px; background: var(--deep-2); transition: right .25s ease; }
.link-card:hover { transform: translateY(-7px); border-color: rgba(22,135,200,.55); box-shadow: 0 22px 48px rgba(11,49,85,.14); }
.link-card:hover::before { right: 26px; }
.link-card .card-top { display: flex; align-items: center; justify-content: space-between; }
.link-card .card-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: var(--deep); background: var(--sage); font-family: Georgia, serif; font-size: 19px; }
.link-card .card-count { color: #a6b0ad; font-family: Georgia, serif; font-size: 11px; }
.link-card h3 { margin: 43px 0 12px; font-size: 21px; line-height: 1.25; }
.link-card p { color: var(--muted); font-size: 12px; }
.link-card ul { margin: 4px 0 24px; padding: 0; list-style: none; }
.link-card li { margin-bottom: 4px; padding-left: 14px; position: relative; color: var(--muted); font-size: 10px; }
.link-card li::before { content: ""; position: absolute; left: 0; top: .7em; width: 5px; height: 5px; border-radius: 50%; background: var(--mint); }
.link-card > a { margin-top: auto; display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); font-size: 11px; font-weight: 900; }
.link-card.primary { color: var(--white); border-color: #0B3155; background: radial-gradient(circle at 90% 5%, rgba(22,135,200,.32), transparent 35%), linear-gradient(145deg, #0B3155, #071F35); box-shadow: 0 22px 50px rgba(11,49,85,.22); }
.link-card.primary .card-icon { background: var(--mint); }
.link-card.primary p, .link-card.primary li { color: rgba(255,255,255,.65); }
.link-card.primary > a { color: var(--mint); border-color: rgba(255,255,255,.16); }

.concept-teaser { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: center; }
.concept-copy h2 { margin: 10px 0 25px; font-size: clamp(43px, 4.4vw, 61px); }
.concept-copy > p { color: rgba(255,255,255,.65); }
.concept-stack { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.concept-stack article { min-height: 190px; padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 17px; background: rgba(255,255,255,.045); }
.concept-stack span { color: var(--mint); font-family: Georgia, serif; font-size: 12px; }
.concept-stack h3 { margin: 26px 0 7px; font-size: 17px; }
.concept-stack p { margin: 0; color: rgba(255,255,255,.56); font-size: 11px; }

.discount-preview { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.discount-preview h2 { margin: 10px 0 23px; font-size: clamp(43px, 4.4vw, 61px); }
.discount-preview-copy > p { color: var(--muted); }
.discount-orbit { min-height: 490px; position: relative; display: grid; place-items: center; border: 1px solid rgba(22,135,200,.12); border-radius: 28px; background: radial-gradient(circle at 30% 20%, #F8FCFF, transparent 35%), linear-gradient(145deg, #E8F3FA, #D5E7F3); box-shadow: 0 24px 60px rgba(11,49,85,.1); overflow: hidden; }
.discount-center { width: 175px; height: 175px; display: grid; place-items: center; align-content: center; border-radius: 50%; color: var(--white); background: var(--deep); box-shadow: var(--shadow); }
.discount-center strong { color: var(--mint); font-family: Georgia, serif; font-size: 42px; line-height: 1; }
.discount-center small { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.discount-pill { position: absolute; padding: 11px 15px; border: 1px solid rgba(11,49,85,.13); border-radius: 999px; background: rgba(255,255,255,.82); font-size: 10px; font-weight: 850; box-shadow: 0 10px 25px rgba(11,49,85,.08); }
.discount-pill.one { top: 54px; left: 45px; }
.discount-pill.two { top: 83px; right: 38px; }
.discount-pill.three { bottom: 84px; left: 40px; }
.discount-pill.four { bottom: 55px; right: 48px; }
.disclaimer-line { margin-top: 20px; padding: 14px 17px; border-left: 3px solid var(--mint); color: var(--muted); background: rgba(22,135,200,.12); font-size: 11px; }

.archive-section { padding-block: 90px; background: radial-gradient(circle at 15% 0%, rgba(22,135,200,.22), transparent 32%), linear-gradient(145deg, #082641, #061B2D); color: var(--white); }
.archive-card { display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 45px; padding: 36px; border: 1px solid rgba(255,255,255,.16); border-radius: 23px; background: rgba(255,255,255,.04); }
.archive-date { padding-right: 35px; border-right: 1px solid rgba(255,255,255,.15); }
.archive-date strong { display: block; color: var(--mint); font-family: Georgia, serif; font-size: 56px; line-height: 1; }
.archive-date span { color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.archive-card h3 { margin-bottom: 8px; font-size: 22px; }
.archive-card p { margin: 0; color: rgba(255,255,255,.6); font-size: 12px; }
.archive-card .button { flex: 0 0 auto; }

.home-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.service-feature { min-height: 250px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.service-feature span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--deep); background: var(--mint-soft); font-size: 15px; }
.service-feature h3 { margin: 34px 0 9px; font-size: 18px; }
.service-feature p { color: var(--muted); font-size: 12px; }
.service-feature a { font-size: 11px; font-weight: 900; }

.site-contact-bar { padding-block: 80px; color: var(--white); background: radial-gradient(circle at 82% 20%, rgba(22,135,200,.24), transparent 32%), linear-gradient(135deg, #0B3155, #071F35); }
.site-contact-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.site-contact-inner h2 { max-width: 780px; margin: 8px 0 0; font-size: clamp(39px, 4.5vw, 62px); }
.site-contact-actions { display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
.site-contact-actions .button { min-width: 240px; }
.site-contact-actions a:last-child { text-align: center; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 800; }

.page-hero { padding-block: 70px 82px; color: var(--white); background: radial-gradient(circle at 82% 5%, rgba(22,135,200,.28), transparent 32%), linear-gradient(145deg, #0B3155, #071F35); }
.page-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.page-hero h1 { max-width: 850px; margin: 12px 0 0; font-size: clamp(48px, 5.1vw, 72px); }
.page-hero h1 em { color: var(--mint); }
.page-hero-aside { padding: 22px 0 5px 28px; border-left: 1px solid rgba(255,255,255,.2); }
.page-hero-aside p { color: rgba(255,255,255,.68); font-size: 14px; }
.page-hero-aside a { color: var(--mint); font-size: 11px; font-weight: 900; }
.page-nav { position: sticky; top: 82px; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }
.page-nav-inner { min-height: 60px; display: flex; align-items: center; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.page-nav-inner::-webkit-scrollbar { display: none; }
.page-nav a { flex: 0 0 auto; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 10px; font-weight: 850; }
.page-nav a:hover { color: var(--deep); border-color: var(--deep); }

.content-section { padding-block: 90px; }
.content-section.alt { background: linear-gradient(180deg, #F6F9FC, #EDF3F7); }
.content-section.dark { color: var(--white); background: radial-gradient(circle at 85% 8%, rgba(22,135,200,.18), transparent 32%), linear-gradient(145deg, #0B3155, #061B2D); }
.content-heading { max-width: 780px; margin-bottom: 45px; }
.content-heading h2 { margin: 10px 0 15px; font-size: clamp(39px, 4.2vw, 57px); }
.content-heading p { color: var(--muted); }
.content-section.dark .content-heading p { color: rgba(255,255,255,.63); }
.profession-detail-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.profession-summary { position: sticky; top: 170px; align-self: start; padding: 29px; border-radius: 20px; color: var(--white); background: var(--deep); }
.profession-summary .summary-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: var(--deep); background: var(--mint); font-family: Georgia, serif; }
.profession-summary h3 { margin: 28px 0 11px; font-size: 25px; }
.profession-summary p { color: rgba(255,255,255,.64); font-size: 12px; }
.profession-summary a { display: inline-flex; margin-top: 14px; color: var(--mint); font-size: 11px; font-weight: 900; }
.profession-content > p { color: var(--muted); }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin: 27px 0 35px; }
.tag-cloud span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); font-size: 10px; font-weight: 800; }
.need-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.need-list article { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.need-list h4 { margin: 0 0 6px; font-size: 14px; }
.need-list p { margin: 0; color: var(--muted); font-size: 11px; }

.situation-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.situation-card { min-height: 260px; padding: 25px; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); }
.situation-card > span { color: var(--deep-2); font-family: Georgia, serif; font-size: 12px; }
.situation-card h3 { margin: 34px 0 10px; font-size: 18px; }
.situation-card p { color: var(--muted); font-size: 11px; }

.concept-layer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.concept-layer { min-height: 330px; position: relative; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.concept-layer::after { content: attr(data-layer); position: absolute; right: 18px; bottom: -42px; color: rgba(11,49,85,.04); font-family: Georgia, serif; font-size: 150px; }
.concept-layer > span { color: var(--deep-2); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.concept-layer h3 { max-width: 340px; margin: 48px 0 12px; font-size: 25px; }
.concept-layer p { max-width: 470px; color: var(--muted); font-size: 12px; }
.concept-layer ul { padding-left: 17px; color: var(--muted); font-size: 11px; }

.concept-principles { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.concept-principles article { min-height: 200px; padding: 28px; border-right: 1px solid rgba(255,255,255,.16); }
.concept-principles article:last-child { border: 0; }
.concept-principles span { color: var(--mint); font-family: Georgia, serif; font-size: 12px; }
.concept-principles h3 { margin: 35px 0 8px; font-size: 16px; }
.concept-principles p { margin: 0; color: rgba(255,255,255,.55); font-size: 10px; }

.discount-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.discount-card { min-height: 280px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.discount-card .discount-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--deep); background: var(--mint-soft); font-family: Georgia, serif; }
.discount-card h3 { margin: 34px 0 10px; font-size: 19px; }
.discount-card p { color: var(--muted); font-size: 11px; }
.discount-card small { display: block; padding-top: 13px; border-top: 1px solid var(--line); color: #8e9a96; font-size: 9px; }
.check-factor-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.check-factor { display: grid; grid-template-columns: 38px 1fr; gap: 13px; padding: 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; }
.check-factor > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--deep); background: var(--mint); font-size: 10px; font-weight: 900; }
.check-factor h4 { margin: 0 0 4px; font-size: 13px; }
.check-factor p { margin: 0; color: rgba(255,255,255,.55); font-size: 10px; }

.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; left: 116px; top: 0; bottom: 0; width: 1px; background: var(--line); }
.timeline-entry { display: grid; grid-template-columns: 85px 1fr; gap: 65px; padding: 0 0 55px; position: relative; }
.timeline-entry:last-child { padding-bottom: 0; }
.timeline-year { color: var(--deep); font-family: Georgia, serif; font-size: 27px; text-align: right; }
.timeline-entry::after { content: ""; position: absolute; left: 110px; top: 13px; width: 13px; height: 13px; border: 3px solid var(--paper); border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 1px var(--deep); }
.timeline-content { padding: 0 0 30px; border-bottom: 1px solid var(--line); }
.timeline-content h3 { margin-bottom: 8px; font-size: 21px; }
.timeline-content p { max-width: 720px; color: var(--muted); font-size: 12px; }
.timeline-content small { color: #8c9894; font-size: 9px; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.value-card { min-height: 250px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.value-card span { color: var(--deep-2); font-family: Georgia, serif; }
.value-card h3 { margin: 38px 0 10px; font-size: 19px; }
.value-card p { color: var(--muted); font-size: 11px; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.article-card { min-height: 330px; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 19px; background: var(--paper); }
.article-card small { color: var(--deep-2); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.article-card h3 { margin: 45px 0 13px; font-size: 21px; line-height: 1.25; }
.article-card p { color: var(--muted); font-size: 11px; }
.article-card a { margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); font-size: 11px; font-weight: 900; }
.source-box { padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: var(--cream); }
.source-box h3 { font-size: 16px; }
.source-box p, .source-box li { color: var(--muted); font-size: 11px; }

.service-grid-full { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card-full { min-height: 270px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.service-card-full span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; color: var(--deep); background: var(--mint-soft); }
.service-card-full h3 { margin: 35px 0 10px; font-size: 18px; }
.service-card-full p { color: var(--muted); font-size: 11px; }
.service-card-full a { font-size: 10px; font-weight: 900; }

.contact-details-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.contact-panel { padding: 31px; border-radius: 20px; color: var(--white); background: var(--deep); }
.contact-panel h2 { margin: 10px 0 23px; font-size: 38px; }
.contact-row { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.15); }
.contact-row small { display: block; color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.contact-row a, .contact-row address { margin-top: 4px; display: block; color: var(--white); font-size: 16px; font-style: normal; font-weight: 750; }
.contact-form-card { padding: 33px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.contact-form-card h2 { margin-bottom: 7px; font-size: 30px; }
.contact-form-card > p { color: var(--muted); font-size: 12px; }
.simple-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 24px; }
.simple-form-grid label { display: block; }
.simple-form-grid label.wide { grid-column: 1 / -1; }
.simple-form-grid label > span { display: block; margin-bottom: 6px; color: #415466; font-size: 10px; font-weight: 850; }
.simple-form-grid select { height: 50px; width: 100%; padding: 0 13px; border: 1px solid var(--line); border-radius: 11px; background: var(--white); }
.simple-form-grid input[type="text"], .simple-form-grid input[type="tel"], .simple-form-grid input[type="email"], .simple-form-grid textarea { width: 100%; padding: 13px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: var(--white); font: inherit; }
.simple-form-grid input[type="text"], .simple-form-grid input[type="tel"], .simple-form-grid input[type="email"] { height: 50px; }
.simple-form-grid textarea { min-height: 125px; resize: vertical; }
.simple-form-grid input:focus, .simple-form-grid select:focus, .simple-form-grid textarea:focus { outline: 2px solid var(--mint); outline-offset: 1px; border-color: var(--deep); }
.simple-form-grid .privacy-check { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 8px; }
.simple-form-grid .privacy-check input { margin-top: 3px; }
.simple-form-grid .privacy-check > span { margin: 0; font-weight: 500; line-height: 1.55; }
.simple-form-grid .privacy-check a { text-decoration: underline; }
.simple-form-actions { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.simple-form-actions p { margin: 0; color: var(--muted); font-size: 9px; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.simple-error { min-height: 20px; margin: 12px 0 0; color: #a52b2b; font-size: 12px; font-weight: 700; }
.simple-success { display: none; padding: 50px 20px; text-align: center; }
.simple-success.active { display: block; }
.simple-success span { width: 62px; height: 62px; margin: 0 auto 17px; display: grid; place-items: center; border-radius: 50%; color: var(--deep); background: var(--mint); font-size: 23px; }

/* Brand depth and card polish */
.service-feature,
.service-card-full,
.article-card,
.value-card,
.discount-card,
.concept-layer,
.situation-card,
.need-list article,
.contact-form-card {
  border-color: rgba(22,40,58,.11);
  background: linear-gradient(155deg, #FFFFFF 62%, #F3F8FC);
  box-shadow: 0 12px 34px rgba(11,49,85,.055);
}
.service-feature,
.service-card-full,
.article-card,
.value-card,
.discount-card,
.situation-card {
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.service-feature:hover,
.service-card-full:hover,
.article-card:hover,
.value-card:hover,
.discount-card:hover,
.situation-card:hover {
  transform: translateY(-5px);
  border-color: rgba(22,135,200,.42);
  box-shadow: 0 20px 46px rgba(11,49,85,.12);
}
.profession-summary,
.contact-panel {
  background: radial-gradient(circle at 100% 0%, rgba(22,135,200,.28), transparent 38%), linear-gradient(145deg, #0B3155, #071F35);
  box-shadow: 0 22px 50px rgba(11,49,85,.2);
}
.page-nav a:hover {
  color: var(--deep);
  border-color: var(--deep-2);
  background: var(--mint-soft);
}

.legal-alert { margin-bottom: 35px; padding: 20px 22px; border: 1px solid #d8ad58; border-radius: 14px; color: #5e471c; background: #fff5dc; font-size: 12px; }
.legal-copy { max-width: 850px; }
.legal-copy h2 { margin-top: 45px; font-size: 30px; }
.legal-copy h3 { margin-top: 25px; font-size: 18px; }
.legal-copy p, .legal-copy li { color: var(--muted); font-size: 13px; }

@media (max-width: 1024px) {
  .home-hero-inner { grid-template-columns: 1fr 285px; gap: 35px; }
  .website-head, .intro-grid { gap: 55px; }
  .link-card-grid, .situation-grid, .concept-principles { grid-template-columns: repeat(2, 1fr); }
  .concept-principles article:nth-child(2) { border-right: 0; }
  .concept-principles article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .archive-card { grid-template-columns: 175px 1fr; }
  .archive-card .button { grid-column: 2; justify-self: start; }
  .discount-grid, .article-grid, .service-grid-full { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .home-hero-inner, .page-hero-grid, .intro-grid, .concept-teaser, .discount-preview, .profession-detail-grid, .contact-details-grid { grid-template-columns: 1fr; }
  .home-hero { min-height: auto; }
  .home-hero-inner { min-height: auto; padding-block: 90px 60px; }
  .heritage-card { max-width: 430px; align-self: auto; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-item:nth-child(2) { border-right: 0; }
  .metric-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .website-head { grid-template-columns: 1fr; gap: 22px; }
  .link-card-grid { grid-template-columns: repeat(2, 1fr); }
  .archive-card { grid-template-columns: 150px 1fr; }
  .home-service-grid { grid-template-columns: 1fr; }
  .site-contact-inner { grid-template-columns: 1fr; }
  .site-contact-actions { align-items: flex-start; }
  .page-hero-aside { max-width: 650px; }
  .page-nav { top: 82px; }
  .profession-summary { position: static; }
  .situation-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .home-hero-image { height: 480px; background-position: 65% top; }
  .home-hero::after { background: linear-gradient(0deg, #0B3155 14%, rgba(11,49,85,.5) 72%, rgba(11,49,85,.12)); }
  .home-hero-inner { padding-top: 360px; }
  .home-hero h1 { font-size: 39px; }
  .hero-link-row { align-items: stretch; flex-direction: column; }
  .hero-link-row .button, .hero-secondary { width: 100%; justify-content: center; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric-item { min-height: 95px; padding-inline: 0; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .metric-item:last-child { border-bottom: 0 !important; }
  .corporate-intro, .website-section, .content-section { padding-block: 72px; }
  .intro-grid h2, .website-head h2, .concept-copy h2, .discount-preview h2, .content-heading h2 { font-size: 39px; }
  .link-card-grid, .concept-stack, .concept-layer-grid, .discount-grid, .article-grid, .service-grid-full, .situation-grid, .need-list, .check-factor-grid { grid-template-columns: 1fr; }
  .link-card { min-height: 310px; }
  .discount-orbit { min-height: 380px; }
  .discount-pill.one { top: 35px; left: 15px; }
  .discount-pill.two { top: 75px; right: 12px; }
  .discount-pill.three { bottom: 70px; left: 12px; }
  .discount-pill.four { bottom: 32px; right: 15px; }
  .archive-card { grid-template-columns: 1fr; gap: 24px; padding: 27px; }
  .archive-date { padding: 0 0 20px; border: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .archive-card .button { grid-column: 1; width: 100%; }
  .site-contact-inner h2 { font-size: 40px; }
  .site-contact-actions { align-items: stretch; }
  .page-hero { padding-block: 50px 65px; }
  .page-hero h1 { font-size: 45px; }
  .page-hero-grid { gap: 35px; }
  .page-hero-aside { padding-left: 18px; }
  .page-nav { top: 72px; }
  .concept-principles { grid-template-columns: 1fr; }
  .concept-principles article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16) !important; }
  .concept-principles article:last-child { border-bottom: 0 !important; }
  .timeline::before { left: 20px; }
  .timeline-entry { grid-template-columns: 1fr; gap: 8px; padding-left: 48px; }
  .timeline-year { text-align: left; }
  .timeline-entry::after { left: 14px; top: 10px; }
  .simple-form-grid { grid-template-columns: 1fr; }
  .simple-form-grid label.wide { grid-column: auto; }
  .simple-form-actions { align-items: stretch; flex-direction: column; }
  .simple-form-actions .button { width: 100%; }
}
