:root {
  --navy-950: #061b29;
  --navy-900: #082535;
  --navy-800: #0b3447;
  --navy-700: #135168;
  --teal: #31b7b0;
  --teal-bright: #77e0d5;
  --coral: #ff725e;
  --sand: #f2ede2;
  --paper: #fbfaf7;
  --ink: #102a35;
  --muted: #62757c;
  --line: #d7dfdd;
  --white: #ffffff;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow: 0 24px 70px rgba(4, 28, 40, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link { position: fixed; left: 1rem; top: -4rem; background: var(--white); color: var(--ink); padding: .8rem 1rem; z-index: 99; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1380px;
  padding: 0 42px;
  margin: auto;
  color: var(--white);
}
.wordmark { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 800; letter-spacing: .14em; }
.wordmark-mark { width: 24px; height: 24px; border: 2px solid var(--teal-bright); border-radius: 50%; display: inline-block; position: relative; }
.wordmark-mark::after { content: ""; position: absolute; width: 11px; height: 2px; background: var(--coral); right: -8px; bottom: 2px; transform: rotate(-40deg); border-radius: 10px; }
.site-header nav { display: flex; gap: 30px; font-size: .92rem; color: rgba(255,255,255,.78); }
.site-header nav a { text-decoration: none; }
.site-header nav a:hover { color: var(--white); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.home-link { color: var(--teal-bright); text-decoration: none; font-size: .82rem; font-weight: 700; white-space: nowrap; }
.home-link:hover { color: var(--white); }

.button {
  border: 0;
  border-radius: 999px;
  padding: 16px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 700;
  color: var(--navy-950);
  background: var(--teal-bright);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: #93eee5; box-shadow: 0 10px 24px rgba(42, 200, 187, .2); }
.button-coral { background: var(--coral); color: var(--white); }
.button-coral:hover { background: #ff8a78; box-shadow: 0 10px 24px rgba(255, 114, 94, .22); }
.button:focus-visible, .text-button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.button:disabled { opacity: .4; cursor: not-allowed; transform: none; }
.button-small { padding: 11px 17px; font-size: .9rem; }
.button-light { background: var(--white); color: var(--navy-950); }
.text-button { background: transparent; border: 0; padding: 10px 2px; color: var(--white); font-weight: 700; cursor: pointer; }
.text-button span { display: inline-block; margin-left: 7px; transition: transform .2s ease; }
.text-button:hover span { transform: translateX(4px); }
.text-button.light { color: var(--white); }

.hero {
  min-height: 760px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 6vw;
  align-items: center;
  padding: 140px max(42px, calc((100vw - 1296px) / 2)) 92px;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 16%, rgba(63, 201, 190, .16), transparent 27%),
    linear-gradient(122deg, #061b29 0%, #082839 55%, #0a3948 100%);
}
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 90px; background: var(--paper); clip-path: polygon(0 80%, 56% 80%, 61% 0, 100% 0, 100% 100%, 0 100%); }
.hero-copy, .center-card { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 20px; text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 700; color: var(--teal-bright); display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 2px; background: var(--coral); display: inline-block; }
.eyebrow.dark { color: var(--navy-700); }
h1, h2, h3, h4 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 25px; font-size: clamp(3.1rem, 5vw, 5.35rem); line-height: .99; letter-spacing: -.055em; }
.hero-lead { max-width: 690px; margin: 0 0 30px; font-size: clamp(1.06rem, 1.35vw, 1.27rem); line-height: 1.66; color: rgba(255,255,255,.78); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.privacy-line { margin-top: 34px; font-size: .8rem; color: rgba(255,255,255,.55); }
.privacy-line span { color: var(--teal-bright); font-size: .7rem; margin-right: 5px; }
.water-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .28; border: 1px solid rgba(120,230,218,.45); }
.water-glow-one { width: 480px; height: 480px; right: -150px; top: 60px; box-shadow: inset 0 0 90px rgba(55, 194, 184, .18); }
.water-glow-two { width: 260px; height: 260px; left: 44%; bottom: -130px; }

.center-card { justify-self: end; max-width: 450px; padding: 32px 34px 26px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-lg); backdrop-filter: blur(14px); box-shadow: var(--shadow); }
.card-kicker { margin: 0; font-size: .72rem; letter-spacing: .15em; font-weight: 700; color: rgba(255,255,255,.58); }
.center-orbit { height: 245px; position: relative; display: grid; place-items: center; }
.center-core { width: 126px; height: 126px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--teal-bright); color: var(--navy-950); box-shadow: 0 0 0 12px rgba(118, 224, 213, .08); }
.center-core small { font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; }
.center-core strong { font-family: Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.05; margin-top: 4px; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.orbit-one { width: 190px; height: 190px; }
.orbit-two { width: 238px; height: 238px; }
.orbit-dot { position: absolute; width: 12px; height: 12px; border: 3px solid var(--navy-800); background: var(--coral); border-radius: 50%; }
.dot-one { top: 10px; left: 53%; }.dot-two { right: 24px; bottom: 53px; }.dot-three { left: 24px; bottom: 53px; }
.center-card blockquote { margin: 6px 0 22px; text-align: center; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 600; font-size: .98rem; line-height: 1.55; color: rgba(255,255,255,.88); }
.pillar-row { border-top: 1px solid rgba(255,255,255,.12); padding-top: 17px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; text-align: center; text-transform: uppercase; letter-spacing: .1em; font-size: .63rem; color: rgba(255,255,255,.56); }

.system-section { padding: 95px max(42px, calc((100vw - 1296px) / 2)) 115px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr); gap: 5vw; align-items: end; margin-bottom: 52px; }
.section-heading h2 { margin: 0; font-size: clamp(2.25rem, 3.5vw, 4rem); letter-spacing: -.045em; line-height: 1.03; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.7; }
.system-workbench { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 20px 80px rgba(10, 42, 53, .08); }
.map-shell { min-height: 620px; position: relative; background: linear-gradient(145deg, #f9faf6, #edf3ef); overflow: hidden; }
.map-shell::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(9,52,69,.09) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(to bottom right, black, transparent 70%); }
.map-lines { position: absolute; left: 7%; top: 8%; width: 86%; height: 84%; overflow: visible; }
.map-lines path { fill: none; stroke: #b7ccc7; stroke-width: 1.4; stroke-dasharray: 5 7; }
.map-node, .map-center { position: absolute; z-index: 2; border: 1px solid #cbd9d5; background: rgba(255,255,255,.94); border-radius: 999px; padding: 10px 14px 10px 9px; display: flex; gap: 8px; align-items: center; font-size: .82rem; font-weight: 700; box-shadow: 0 7px 20px rgba(8, 52, 69, .08); cursor: pointer; transition: border .2s, transform .2s, background .2s; white-space: nowrap; }
.map-node:hover, .map-node.active { transform: translateY(-2px); border-color: var(--teal); background: var(--white); }
.map-node.active .node-icon { background: var(--coral); color: var(--white); }
.node-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #e4efeb; font-size: .62rem; letter-spacing: .05em; }
.node-registrations { left: 11%; top: 12%; }.node-profiles { left: 50%; top: 5%; transform: translateX(-50%); }.node-profiles:hover, .node-profiles.active { transform: translate(-50%,-2px); }.node-certifications { right: 8%; top: 12%; }.node-events { right: 2%; top: 46%; }.node-community { right: 8%; bottom: 11%; }.node-scubago { left: 50%; bottom: 4%; transform: translateX(-50%); }.node-scubago:hover, .node-scubago.active { transform: translate(-50%,-2px); }.node-digital { left: 8%; bottom: 11%; }.node-retail { left: 2%; top: 46%; }
.map-center { width: 178px; height: 178px; left: 50%; top: 50%; transform: translate(-50%,-50%); padding: 0; border: 10px solid rgba(49, 183, 176, .12); border-radius: 50%; background: var(--navy-900); color: var(--white); display: grid; place-content: center; gap: 5px; text-align: center; }
.map-center:hover { transform: translate(-50%,-50%) scale(1.02); }
.map-center small { text-transform: uppercase; letter-spacing: .12em; font-size: .58rem; color: var(--teal-bright); }
.map-center strong { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 1.15rem; }
.map-detail { position: relative; z-index: 3; padding: 54px 42px; color: var(--white); background: var(--navy-900); display: flex; flex-direction: column; }
.detail-number { margin: 0 0 72px; color: var(--teal-bright); font-size: .68rem; letter-spacing: .15em; font-weight: 700; }
.map-detail h3 { margin-bottom: 16px; font-size: 2rem; letter-spacing: -.03em; }
.map-detail > p:not(.detail-number) { margin: 0; color: rgba(255,255,255,.7); line-height: 1.7; }
.business-value { margin-top: 34px; padding: 22px; background: rgba(255,255,255,.06); border-left: 3px solid var(--coral); border-radius: 0 12px 12px 0; }
.business-value span { color: var(--teal-bright); text-transform: uppercase; letter-spacing: .12em; font-size: .63rem; font-weight: 700; }
.business-value p { margin: 9px 0 0; color: rgba(255,255,255,.86); line-height: 1.55; font-size: .92rem; }
.map-controls { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 35px; color: rgba(255,255,255,.5); font-size: .75rem; }
.map-controls button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: transparent; color: var(--white); cursor: pointer; }
.map-controls button:hover { background: rgba(255,255,255,.08); }
.plain-truths { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin-top: 62px; }
.plain-truths article { padding: 32px 6% 10px 0; }
.plain-truths article + article { border-left: 1px solid var(--line); padding-left: 10%; }
.plain-truths span { font-size: .7rem; color: var(--coral); font-weight: 700; letter-spacing: .12em; }
.plain-truths h3 { margin: 12px 0 9px; font-size: 1.12rem; }
.plain-truths p { margin: 0; line-height: 1.62; color: var(--muted); font-size: .91rem; }

.tools-section { background: var(--navy-950); color: var(--white); padding: 105px max(42px, calc((100vw - 1296px) / 2)) 86px; }
.tools-heading > p { color: rgba(255,255,255,.62); }
.tool-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); border-radius: 18px 18px 0 0; overflow: hidden; }
.tool-tabs button { padding: 20px 24px; border: 0; background: #0d3040; color: rgba(255,255,255,.55); text-align: left; font-weight: 700; cursor: pointer; }
.tool-tabs button span { margin-right: 10px; color: var(--coral); font-size: .7rem; }
.tool-tabs button[aria-selected="true"] { background: var(--paper); color: var(--navy-950); }
.tool-panel { min-height: 620px; background: var(--paper); color: var(--ink); border-radius: 0 0 var(--radius-lg) var(--radius-lg); overflow: hidden; }
.fit-intro, .answers-intro { padding: 50px 5% 10px; max-width: 760px; }
.panel-kicker { color: var(--coral); font-size: .68rem; font-weight: 700; letter-spacing: .15em; }
.fit-intro h3, .answers-intro h3, .planner-form h3 { font-size: clamp(1.8rem, 3vw, 2.75rem); margin: 0 0 12px; letter-spacing: -.04em; }
.fit-intro > p:last-child, .answers-intro > p:last-child, .planner-form > p { color: var(--muted); line-height: 1.6; }
.fit-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); align-items: stretch; }
.checklist { border: 0; margin: 0; padding: 25px 5% 58px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.checklist label { min-height: 110px; padding: 20px; display: flex; align-items: flex-start; gap: 13px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); cursor: pointer; transition: border .2s, transform .2s, background .2s; }
.checklist label:hover { transform: translateY(-2px); border-color: #9bc8c3; }
.checklist label:has(input:checked) { background: #eef9f6; border-color: var(--teal); }
.checklist input { position: absolute; opacity: 0; pointer-events: none; }
.fake-check { width: 23px; height: 23px; flex: 0 0 23px; border: 1.5px solid #9eb2b1; border-radius: 6px; position: relative; }
.checklist input:checked + .fake-check { background: var(--teal); border-color: var(--teal); }
.checklist input:checked + .fake-check::after { content: "✓"; position: absolute; inset: 0; display: grid; place-items: center; color: white; font-size: .8rem; font-weight: 700; }
.checklist label > span:last-child { display: grid; gap: 6px; }
.checklist strong { font-size: .92rem; line-height: 1.3; }
.checklist small { color: var(--muted); line-height: 1.4; }
.fit-result { padding: 42px 36px; margin: 25px 5% 58px 0; border-radius: 20px; background: var(--navy-900); color: var(--white); }
.score-ring { --score: 0; width: 106px; height: 106px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: radial-gradient(circle at center, var(--navy-900) 60%, transparent 61%), conic-gradient(var(--teal-bright) calc(var(--score) * 12.5%), rgba(255,255,255,.12) 0); }
.score-ring span { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 2rem; font-weight: 800; line-height: 1; }
.score-ring small { color: rgba(255,255,255,.5); }
.result-label { margin: 27px 0 10px; font-weight: 700; font-size: 1.2rem; }
#fit-message { color: rgba(255,255,255,.66); line-height: 1.55; font-size: .9rem; }
.topic-preview { margin: 26px 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.topic-preview > span { color: var(--teal-bright); letter-spacing: .12em; font-size: .63rem; font-weight: 700; }
.topic-preview ul { padding-left: 17px; line-height: 1.55; font-size: .85rem; color: rgba(255,255,255,.82); }

.answers-intro { padding-bottom: 34px; }
.objection-grid { padding: 0 5% 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.objection-card { border: 1px solid var(--line); border-radius: 15px; background: var(--white); overflow: hidden; align-self: start; }
.objection-card button { width: 100%; min-height: 106px; padding: 21px 22px; border: 0; background: transparent; display: flex; justify-content: space-between; align-items: center; gap: 25px; text-align: left; cursor: pointer; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 1rem; line-height: 1.4; }
.objection-card button small { display: block; margin-bottom: 6px; color: var(--coral); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .6rem; letter-spacing: .12em; }
.objection-card button b { width: 30px; height: 30px; flex: 0 0 30px; border-radius: 50%; display: grid; place-items: center; background: #edf2ef; color: var(--navy-700); transition: transform .2s; }
.objection-card button[aria-expanded="true"] b { transform: rotate(45deg); background: var(--teal); color: var(--white); }
.objection-answer { display: none; padding: 0 22px 24px; }
.objection-card button[aria-expanded="true"] + .objection-answer { display: block; }
.objection-answer p { margin-top: 0; color: var(--muted); line-height: 1.6; font-size: .92rem; }
.objection-answer em { display: block; border-left: 3px solid var(--coral); padding-left: 13px; color: var(--navy-700); font-style: normal; font-weight: 600; line-height: 1.5; font-size: .86rem; }

.planner-layout { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; }
.planner-form { padding: 52px 6%; }
.priority-picker { margin: 34px 0 25px; padding: 0; border: 0; }
.priority-picker legend, .field-label { display: block; margin: 0 0 10px; font-weight: 700; font-size: .88rem; }
.chip-grid { display: flex; flex-wrap: wrap; gap: 9px; }
.chip-grid input { position: absolute; opacity: 0; }
.chip-grid label span { display: block; padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--muted); font-size: .82rem; cursor: pointer; }
.chip-grid input:checked + span { border-color: var(--teal); color: var(--navy-900); background: #e9f8f5; box-shadow: inset 0 0 0 1px var(--teal); }
.priority-picker > small { display: block; margin-top: 10px; color: var(--muted); }
.field-label { margin-top: 20px; }
select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--ink); padding: 13px 14px; outline: none; }
textarea { resize: vertical; }
.planner-form > .button { margin-top: 24px; background: var(--navy-900); color: var(--white); }
.planner-form > .button:hover { background: var(--navy-700); }
.form-note { font-size: .76rem; margin: 12px 0 0; }
.plan-output { display: grid; min-height: 680px; padding: 50px 7%; color: var(--white); background: linear-gradient(145deg, #0c3949, #062332); }
.empty-plan { align-self: center; max-width: 390px; }
.empty-plan > span { width: 55px; height: 55px; border-radius: 50%; display: grid; place-items: center; color: var(--navy-950); background: var(--teal-bright); font-size: 1.35rem; }
.empty-plan h4 { margin: 23px 0 10px; font-size: 1.6rem; }
.empty-plan p { color: rgba(255,255,255,.64); line-height: 1.65; }
.generated-plan { align-self: stretch; }
.plan-heading { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.16); padding-bottom: 22px; }
.plan-heading small, .plan-block span { color: var(--teal-bright); font-size: .61rem; font-weight: 700; letter-spacing: .14em; }
.plan-heading h4 { margin: 5px 0 0; font-size: 1.55rem; }
.plan-heading > span { color: rgba(255,255,255,.45); font-size: .75rem; }
.plan-block { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.plan-block p, .plan-block li { color: rgba(255,255,255,.79); line-height: 1.55; font-size: .87rem; }
.plan-block ol, .plan-block ul { margin: 9px 0 0; padding-left: 20px; }
.plan-actions { display: flex; align-items: center; gap: 20px; margin-top: 25px; }
.copy-status { min-height: 20px; color: var(--teal-bright); font-size: .78rem; }
.conversion-cta { margin-top: 30px; padding: 34px 38px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-md); background: linear-gradient(120deg, rgba(255,255,255,.07), rgba(49,183,176,.11)); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.conversion-cta p { margin: 0 0 8px; color: var(--teal-bright); font-size: .64rem; font-weight: 700; letter-spacing: .14em; }
.conversion-cta h3 { margin: 0 0 6px; font-size: 1.55rem; }
.conversion-cta > div > span { color: rgba(255,255,255,.62); font-size: .86rem; }
.conversion-cta > .button { flex: 0 0 auto; }

footer { min-height: 120px; padding: 34px max(42px, calc((100vw - 1296px) / 2)); display: grid; grid-template-columns: 1fr 2fr auto; align-items: center; gap: 25px; background: #04151f; color: rgba(255,255,255,.48); font-size: .78rem; }
footer > div:first-child { display: flex; align-items: center; gap: 10px; color: var(--white); letter-spacing: .12em; }
footer p { text-align: center; }
footer a { text-decoration: none; color: var(--teal-bright); }
.footer-links { display: flex; align-items: flex-end; flex-direction: column; gap: 8px; white-space: nowrap; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 145px; }
  .hero-copy { max-width: 850px; }
  .center-card { justify-self: start; width: min(100%, 560px); margin-bottom: 40px; }
  .system-workbench { grid-template-columns: 1fr; }
  .map-detail { min-height: 420px; }
  .detail-number { margin-bottom: 32px; }
  .map-controls { margin-top: 40px; }
  .fit-layout, .planner-layout { grid-template-columns: 1fr; }
  .fit-result { margin: 0 5% 58px; }
  .plan-output { min-height: 520px; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; padding: 0 20px; }
  .site-header nav, .header-cta { display: none; }
  .header-actions { margin-left: auto; }
  .home-link { font-size: .72rem; }
  .hero, .system-section, .tools-section { padding-left: 20px; padding-right: 20px; }
  .hero { padding-top: 115px; padding-bottom: 80px; }
  .hero::after { height: 45px; }
  h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .center-card { padding: 25px 20px 22px; }
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  .map-shell { min-height: auto; padding: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .map-shell .map-lines { display: none; }
  .map-node, .map-center { position: static; width: auto; height: auto; transform: none !important; white-space: normal; }
  .map-center { grid-column: 1 / -1; order: -1; border-radius: 14px; padding: 23px; }
  .map-node { min-height: 54px; border-radius: 12px; }
  .map-detail { min-height: 430px; padding: 40px 28px; }
  .plain-truths { grid-template-columns: 1fr; }
  .plain-truths article + article { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .plain-truths article { padding: 25px 0; }
  .tool-tabs button { padding: 16px 10px; font-size: .76rem; text-align: center; }
  .tool-tabs button span { display: block; margin: 0 0 4px; }
  .fit-intro, .answers-intro { padding: 38px 24px 12px; }
  .checklist, .objection-grid { grid-template-columns: 1fr; padding-left: 24px; padding-right: 24px; }
  .fit-result { margin: 0 24px 38px; }
  .planner-form, .plan-output { padding: 40px 24px; }
  .conversion-cta { padding: 28px 24px; flex-direction: column; align-items: flex-start; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  footer p { margin: 0; }
  .footer-links { align-items: center; }
}

@media print {
  body * { visibility: hidden; }
  #generated-plan, #generated-plan * { visibility: visible; }
  #generated-plan { position: absolute; inset: 0; color: #111; padding: 30px; }
  #generated-plan * { color: #111 !important; }
  .plan-actions, .copy-status { display: none !important; }
}

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