:root {
  --purple: #5b2c83;
  --purple-deep: #2d1249;
  --purple-ink: #1c0c2c;
  --purple-soft: #f1eafd;
  --green: #9fcf2f;
  --green-deep: #70a900;
  --cream: #fbf9f4;
  --paper: #ffffff;
  --ink: #17141d;
  --muted: #6d6875;
  --line: #e8e3ec;
  --shadow: 0 24px 80px rgba(45, 18, 73, .12);
  --shadow-soft: 0 14px 40px rgba(45, 18, 73, .08);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 18px; background: #fff; border-radius: 12px; box-shadow: var(--shadow-soft); }
.skip-link:focus { top: 16px; }

.top-alert { background: var(--purple-ink); color: #fff; font-size: 13px; }
.alert-inner { min-height: 48px; display: flex; align-items: center; gap: 14px; }
.alert-inner p { margin: 0; flex: 1; color: rgba(255,255,255,.78); }
.alert-inner strong { color: #fff; }
.alert-inner a { font-weight: 700; color: #d8f58d; white-space: nowrap; }
.alert-badge { padding: 5px 9px; border-radius: 999px; background: rgba(159,207,47,.18); color: #d8f58d; font-weight: 800; }
.icon-button, .alert-close { border: 0; background: transparent; cursor: pointer; }
.alert-close { color: rgba(255,255,255,.7); font-size: 23px; line-height: 1; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,249,244,.86); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(91,44,131,.08); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 54px; height: 41px; border: 5px solid var(--green); border-radius: 18px 18px 18px 12px; position: relative; display: grid; place-items: center; background: #fff; transform: skew(-2deg); }
.brand-mark::after { content: ""; position: absolute; right: -4px; bottom: -8px; width: 13px; height: 13px; border-right: 5px solid var(--green); border-bottom: 5px solid var(--green); border-radius: 0 0 8px 0; transform: rotate(25deg); background: #fff; }
.brand-mark span { position: relative; z-index: 1; color: var(--purple); font-weight: 900; font-size: 18px; letter-spacing: -1px; }
.brand-mark.mini { width: 43px; height: 33px; border-width: 4px; border-radius: 14px; }
.brand-mark.mini::after { border-width: 4px; width: 10px; height: 10px; bottom: -7px; }
.brand-mark.mini span { font-size: 14px; }
.brand-copy { display: grid; line-height: 1.1; gap: 4px; }
.brand-copy strong { font-size: 17px; letter-spacing: -.04em; }
.brand-copy small { font-size: 9px; font-weight: 800; letter-spacing: .12em; color: var(--purple); }
.desktop-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.desktop-nav a { font-size: 14px; font-weight: 700; color: #4d4655; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--purple); }
.header-actions { display: flex; align-items: center; gap: 10px; }

.button { min-height: 46px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 13px; font-weight: 800; font-size: 14px; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .mode-tab:focus-visible, .choice-card:focus-within, .quick-card:focus-visible, summary:focus-visible { outline: 3px solid rgba(159,207,47,.6); outline-offset: 3px; }
.button svg { width: 18px; height: 18px; }
.button-primary { background: var(--purple); color: #fff; box-shadow: 0 12px 26px rgba(91,44,131,.22); }
.button-primary:hover { background: #4a226f; box-shadow: 0 16px 32px rgba(91,44,131,.28); }
.button-ghost { background: rgba(255,255,255,.7); border-color: var(--line); }
.button-ghost:hover { background: #fff; border-color: #d8cfdf; }
.button-soft { background: var(--purple-soft); color: var(--purple); }
.button-white { background: #fff; color: var(--purple); }
.button-outline-light { border-color: rgba(255,255,255,.34); color: #fff; background: rgba(255,255,255,.05); }
.button-outline-light:hover { background: rgba(255,255,255,.12); }
.button-large { min-height: 56px; padding-inline: 24px; border-radius: 16px; }

.hero { position: relative; min-height: 720px; padding: 78px 0 120px; background: radial-gradient(circle at 82% 25%, rgba(159,207,47,.16), transparent 27%), linear-gradient(135deg, #fff 0%, #fbf8ff 52%, #f0e8f8 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(91,44,131,.08); border-radius: 50%; right: -170px; top: 10px; box-shadow: 0 0 0 70px rgba(91,44,131,.025), 0 0 0 150px rgba(91,44,131,.018); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 66px; position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--purple); font-weight: 800; font-size: 13px; padding: 8px 12px; border-radius: 999px; background: #fff; box-shadow: 0 6px 24px rgba(91,44,131,.08); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(159,207,47,.15); }
.hero h1 { margin: 22px 0 20px; max-width: 720px; font-size: clamp(50px, 6.2vw, 82px); line-height: 1.08; letter-spacing: -.07em; font-weight: 900; }
.hero h1 span { color: var(--purple); position: relative; }
.hero h1 span::after { content: ""; position: absolute; left: 2px; right: -8px; bottom: 1px; height: 13px; border-radius: 999px; background: rgba(159,207,47,.42); z-index: -1; transform: rotate(-1deg); }
.hero-lead { max-width: 600px; margin: 0; font-size: 19px; color: #5f5867; line-height: 1.75; letter-spacing: -.02em; }
.hero-ctas { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { margin-top: 34px; padding-top: 25px; border-top: 1px solid rgba(91,44,131,.12); display: flex; gap: 40px; }
.trust-row div { display: flex; align-items: baseline; gap: 8px; }
.trust-row strong { font-size: 26px; color: var(--purple); letter-spacing: -.05em; }
.trust-row span { font-size: 12px; color: var(--muted); font-weight: 700; }
.source-note { margin: 5px 0 0; color: #9b94a2; font-size: 10px; }

.hero-visual { position: relative; min-height: 550px; display: grid; place-items: center; }
.visual-backdrop { position: absolute; inset: 25px 26px 20px 55px; border-radius: 48% 52% 48% 52% / 43% 40% 60% 57%; background: linear-gradient(140deg, var(--purple), var(--purple-deep)); transform: rotate(5deg); box-shadow: var(--shadow); }
.hero-photo { position: relative; width: min(390px, 78%); aspect-ratio: 3 / 4; border-radius: 180px 180px 42px 42px; overflow: hidden; border: 9px solid rgba(255,255,255,.92); box-shadow: 0 30px 80px rgba(45,18,73,.25); z-index: 2; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); box-shadow: 0 18px 40px rgba(45,18,73,.16); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 13px; }
.floating-card small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.floating-card-top { right: -8px; top: 92px; }
.floating-card-bottom { left: 5px; bottom: 78px; }
.floating-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 12px; background: var(--green); color: var(--purple-ink); font-weight: 900; }
.mini-progress { width: 38px; height: 38px; border-radius: 50%; background: conic-gradient(var(--green) 0 100%, #e8e1ec 0); position: relative; }
.mini-progress::after { content: "✓"; position: absolute; inset: 5px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--purple); font-weight: 900; }
.mountain-line { position: absolute; z-index: 1; width: 108%; bottom: 6px; left: -4%; opacity: .38; }
.mountain-line svg { width: 100%; height: 180px; }
.mountain-line path { fill: none; stroke: var(--green); stroke-width: 3; }
.mountain-line .ridge-soft { stroke: var(--purple); stroke-width: 1.5; stroke-dasharray: 8 10; }
.hero-wave { position: absolute; bottom: -1px; left: 0; right: 0; height: 66px; background: var(--cream); clip-path: ellipse(72% 55% at 50% 100%); }

.quick-actions { position: relative; z-index: 5; margin-top: -52px; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: 24px; box-shadow: var(--shadow-soft); border: 1px solid rgba(91,44,131,.08); overflow: hidden; }
.quick-card { appearance: none; border: 0; background: #fff; text-align: left; min-height: 112px; padding: 22px 20px; display: flex; align-items: center; gap: 13px; cursor: pointer; position: relative; transition: background .2s ease; }
.quick-card + .quick-card { border-left: 1px solid var(--line); }
.quick-card:hover { background: #faf7fd; }
.quick-card > span:nth-child(2) { min-width: 0; }
.quick-card strong, .quick-card small { display: block; }
.quick-card strong { font-size: 14px; letter-spacing: -.02em; }
.quick-card small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.quick-card i { margin-left: auto; color: var(--purple); font-style: normal; }
.quick-icon { flex: 0 0 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; color: var(--purple); background: var(--purple-soft); }

.section { padding: 130px 0; }
.section-heading { max-width: 780px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-kicker { display: inline-block; margin-bottom: 13px; color: var(--purple); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.section-kicker.light { color: #d8f58d; }
.section-heading h2, .planner-intro h2, .review-copy h2, .location-card h2, .faq-title h2 { margin: 0; font-size: clamp(34px, 4.8vw, 56px); line-height: 1.2; letter-spacing: -.06em; }
.section-heading h2 span, .planner-intro h2 span, .review-copy h2 span { color: var(--purple); }
.section-heading p { max-width: 630px; margin: 18px 0 0; color: var(--muted); font-size: 16px; }
.section-heading.centered p { margin-inline: auto; }

.prep-section { background: var(--cream); }
.mode-selector { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 18px; }
.mode-tab { border: 1px solid var(--line); background: rgba(255,255,255,.72); min-height: 68px; padding: 0 17px; border-radius: 16px; font-weight: 800; color: #5d5763; cursor: pointer; transition: .2s ease; }
.mode-tab span { margin-right: 9px; color: #aaa2b1; font-size: 11px; }
.mode-tab:hover { border-color: #cfc1db; transform: translateY(-2px); }
.mode-tab.active { color: #fff; border-color: var(--purple); background: var(--purple); box-shadow: 0 13px 30px rgba(91,44,131,.19); }
.mode-tab.active span { color: #d8f58d; }
.prep-dashboard { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 470px; border-radius: var(--radius-lg); overflow: hidden; background: #fff; box-shadow: var(--shadow-soft); border: 1px solid rgba(91,44,131,.08); }
.prep-summary { padding: 44px; color: #fff; background: radial-gradient(circle at 10% 10%, rgba(159,207,47,.2), transparent 34%), linear-gradient(145deg, var(--purple), var(--purple-deep)); }
.summary-label { font-size: 11px; font-weight: 800; color: #d8f58d; letter-spacing: .1em; }
.prep-summary h3 { margin: 14px 0 10px; font-size: 28px; letter-spacing: -.04em; }
.prep-summary > p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; }
.summary-meter { margin-top: 38px; }
.meter-head { display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,.75); }
.meter-head strong { color: #fff; }
.meter-track { height: 8px; margin-top: 9px; border-radius: 999px; background: rgba(255,255,255,.14); overflow: hidden; }
.meter-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--green); transition: width .25s ease; }
.summary-tip { margin-top: 26px; padding: 17px; border-radius: 16px; display: flex; align-items: flex-start; gap: 11px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); }
.summary-tip strong { flex: 0 0 auto; color: #d8f58d; font-size: 11px; }
.summary-tip span { font-size: 12px; color: rgba(255,255,255,.8); }
.summary-actions { margin-top: 32px; display: flex; gap: 9px; flex-wrap: wrap; }
.prep-summary .button-primary { background: var(--green); color: var(--purple-ink); box-shadow: none; }
.prep-summary .button-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.16); }
.checklist-panel { padding: 38px 40px; }
.checklist-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.checklist-head strong { font-size: 18px; }
.checklist-head span { padding: 5px 10px; border-radius: 999px; background: var(--purple-soft); color: var(--purple); font-size: 11px; font-weight: 800; }
.checklist-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.check-item { min-height: 82px; display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; cursor: pointer; transition: .2s ease; background: #fff; }
.check-item:hover { border-color: #cdbddd; transform: translateY(-2px); }
.check-item.checked { background: #f8f4ff; border-color: #bea6d4; }
.check-item input { position: absolute; opacity: 0; pointer-events: none; }
.check-box { flex: 0 0 25px; height: 25px; border-radius: 8px; display: grid; place-items: center; border: 2px solid #d3cad9; color: transparent; transition: .2s ease; }
.check-item.checked .check-box { background: var(--purple); border-color: var(--purple); color: #fff; }
.check-copy strong, .check-copy small { display: block; }
.check-copy strong { font-size: 13px; }
.check-copy small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.inventory-note { margin: 16px 0 0; color: #9991a0; font-size: 10px; }

.planner-section { background: var(--purple-ink); color: #fff; position: relative; overflow: hidden; }
.planner-section::before { content: ""; position: absolute; width: 540px; height: 540px; border-radius: 50%; background: radial-gradient(circle, rgba(159,207,47,.16), transparent 64%); left: -240px; bottom: -290px; }
.planner-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 76px; align-items: center; position: relative; z-index: 1; }
.planner-intro p { color: rgba(255,255,255,.64); max-width: 510px; margin: 20px 0 0; }
.planner-intro h2 span { color: #d8f58d; }
.planner-benefits { margin-top: 38px; display: grid; gap: 18px; }
.planner-benefits > div { display: flex; align-items: flex-start; gap: 14px; }
.planner-benefits > div > span { flex: 0 0 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(216,245,141,.35); color: #d8f58d; font-size: 12px; font-weight: 900; }
.planner-benefits p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; }
.planner-benefits strong { display: block; color: #fff; font-size: 14px; margin-bottom: 2px; }
.planner-card { background: #fff; color: var(--ink); min-height: 565px; padding: 36px; border-radius: 30px; box-shadow: 0 34px 100px rgba(0,0,0,.22); }
.form-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-bottom: 28px; }
.form-progress span { height: 4px; border-radius: 999px; background: #ece8ee; transition: background .2s ease; }
.form-progress span.active { background: var(--green); }
.form-step { display: none; min-height: 390px; }
.form-step.active { display: block; animation: fadeIn .25s ease; }
.step-meta { color: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.form-step h3 { margin: 8px 0 24px; font-size: 25px; letter-spacing: -.04em; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice-card { min-height: 132px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; cursor: pointer; position: relative; transition: .2s ease; }
.choice-card:hover { border-color: #c9b9d6; transform: translateY(-2px); }
.choice-card input { position: absolute; opacity: 0; }
.choice-card:has(input:checked) { border-color: var(--purple); background: var(--purple-soft); box-shadow: inset 0 0 0 1px var(--purple); }
.choice-card:has(input:checked)::after { content: "✓"; position: absolute; right: 13px; top: 12px; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--purple); font-size: 11px; font-weight: 900; }
.choice-art { display: block; font-size: 25px; margin-bottom: 10px; }
.choice-card strong, .choice-card small { display: block; }
.choice-card strong { font-size: 14px; }
.choice-card small { color: var(--muted); font-size: 11px; margin-top: 3px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 8px; }
.field > span, .weather-field legend { font-size: 12px; font-weight: 800; }
.field > span small, .weather-field small { color: #9b94a1; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); background: #fff; border-radius: 13px; padding: 13px 14px; outline: none; transition: border .2s ease, box-shadow .2s ease; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 4px rgba(91,44,131,.09); }
.field textarea { resize: vertical; }
.field.full { margin-top: 16px; }
.stepper { display: grid; grid-template-columns: 44px 1fr 44px; border: 1px solid var(--line); border-radius: 13px; overflow: hidden; }
.stepper button { border: 0; background: #f8f6f9; cursor: pointer; font-size: 18px; }
.stepper input { border: 0; border-radius: 0; text-align: center; padding-inline: 0; }
.weather-field { border: 0; padding: 0; margin: 25px 0 0; }
.weather-field legend { margin-bottom: 10px; }
.weather-field label { display: inline-flex; margin: 0 7px 7px 0; cursor: pointer; }
.weather-field input { position: absolute; opacity: 0; }
.weather-field span { display: inline-flex; padding: 10px 13px; border: 1px solid var(--line); border-radius: 12px; font-size: 12px; }
.weather-field input:checked + span { color: var(--purple); border-color: #c5b2d6; background: var(--purple-soft); font-weight: 800; }
.plan-result { padding: 18px; border-radius: 18px; background: #f8f5fb; border: 1px solid #e9e0ef; }
.plan-result h4 { margin: 0 0 12px; color: var(--purple); }
.plan-result ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.plan-result li { padding: 9px 11px; border-radius: 10px; background: #fff; font-size: 11px; font-weight: 700; }
.plan-result .plan-meta { margin-top: 12px; font-size: 10px; color: var(--muted); }
.form-nav { display: flex; justify-content: space-between; gap: 10px; margin-top: 20px; }
.form-nav .button { min-width: 112px; }

.value-section { background: #fff; }
.value-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 16px; }
.value-card { min-height: 282px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #fbfafc; position: relative; overflow: hidden; }
.value-card.feature-large { grid-row: span 2; min-height: 580px; display: flex; flex-direction: column; justify-content: space-between; background: #f4eef9; }
.value-card.feature-large picture { position: absolute; right: -3px; bottom: -42px; width: 59%; height: 78%; border-radius: 160px 0 0 0; overflow: hidden; box-shadow: -20px -20px 50px rgba(45,18,73,.09); }
.value-card.feature-large img { width: 100%; height: 100%; object-fit: cover; }
.value-card.feature-large > div:nth-child(2) { max-width: 48%; margin-top: auto; margin-bottom: 30px; position: relative; z-index: 2; }
.value-number { position: absolute; right: 20px; top: 17px; font-size: 52px; line-height: 1; color: rgba(91,44,131,.08); font-weight: 900; }
.value-tag { color: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.value-card h3 { margin: 12px 0 8px; font-size: 24px; letter-spacing: -.04em; }
.value-card p { margin: 0; color: var(--muted); font-size: 13px; }
.value-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: var(--purple-soft); color: var(--purple); font-weight: 900; }
.value-card.dark { color: #fff; background: var(--purple-ink); border-color: transparent; }
.value-card.dark p { color: rgba(255,255,255,.62); }
.value-card.dark .value-number { color: rgba(255,255,255,.08); }
.value-card.dark .value-icon { color: var(--purple-ink); background: var(--green); }
.review-tags { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 6px; }
.review-tags span { padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.09); color: rgba(255,255,255,.78); font-size: 9px; }

.review-section { background: #f2edf6; overflow: hidden; }
.review-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.review-copy p { max-width: 500px; color: var(--muted); }
.review-score { margin-top: 32px; display: flex; align-items: center; gap: 14px; }
.review-score strong { font-size: 54px; color: var(--purple); line-height: 1; letter-spacing: -.07em; }
.review-score span { font-size: 12px; font-weight: 800; line-height: 1.4; }
.review-score small { color: var(--muted); font-weight: 500; }
.review-stack { min-height: 420px; position: relative; }
.quote-card { width: 86%; min-height: 150px; padding: 25px; border-radius: 22px; background: #fff; box-shadow: 0 18px 50px rgba(45,18,73,.1); position: absolute; left: 8%; top: 130px; z-index: 3; }
.quote-card.rotate-left { top: 0; left: 0; z-index: 1; transform: rotate(-4deg); background: #fffdf7; }
.quote-card.rotate-right { top: 245px; left: 14%; z-index: 2; transform: rotate(3.5deg); background: #f9fff0; }
.quote-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.quote-top span { font-size: 11px; font-weight: 900; color: var(--purple); }
.quote-top i { color: #f1b640; font-size: 11px; font-style: normal; letter-spacing: 1px; }
.quote-card p { margin: 18px 0 10px; font-size: 17px; font-weight: 800; letter-spacing: -.025em; }
.quote-card small { color: var(--muted); font-size: 9px; }

.location-section { background: #fff; }
.location-grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 560px; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow-soft); }
.location-card { padding: 54px; background: linear-gradient(145deg, var(--purple), var(--purple-deep)); color: #fff; }
.location-card p { color: rgba(255,255,255,.68); max-width: 470px; }
.location-card dl { margin: 30px 0 0; display: grid; gap: 0; }
.location-card dl div { display: grid; grid-template-columns: 84px 1fr; gap: 12px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.12); }
.location-card dt { color: #d8f58d; font-size: 11px; font-weight: 800; }
.location-card dd { margin: 0; color: rgba(255,255,255,.83); font-size: 12px; }
.location-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.map-visual { min-height: 560px; position: relative; overflow: hidden; background: #f6f3ed; }
.map-grid-lines { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(91,44,131,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(91,44,131,.05) 1px, transparent 1px); background-size: 42px 42px; transform: rotate(-8deg) scale(1.3); }
.map-roads { position: absolute; inset: 0; width: 100%; height: 100%; }
.road-major { fill: none; stroke: #e4dbeb; stroke-width: 25; stroke-linecap: round; }
.road-minor { fill: none; stroke: #fff; stroke-width: 9; stroke-linecap: round; }
.map-pin { position: absolute; left: 49%; top: 47%; transform: translate(-50%, -50%); min-width: 196px; padding: 18px; border-radius: 20px; background: #fff; box-shadow: 0 25px 70px rgba(45,18,73,.22); display: grid; grid-template-columns: 48px 1fr; column-gap: 12px; align-items: center; }
.map-pin .brand-mark { grid-row: span 2; }
.map-pin strong { font-size: 14px; }
.map-pin small { color: var(--muted); font-size: 10px; }
.map-label { position: absolute; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.82); color: var(--purple); box-shadow: var(--shadow-soft); font-size: 10px; font-weight: 800; }
.label-city { left: 12%; bottom: 18%; }
.label-mountain { right: 10%; top: 17%; }
.map-compass { position: absolute; right: 22px; bottom: 22px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #fff; box-shadow: var(--shadow-soft); color: var(--purple); font-size: 11px; font-weight: 900; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.faq-title p { color: var(--muted); max-width: 350px; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 800; font-size: 15px; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--purple); font-size: 20px; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -2px 40px 22px 0; color: var(--muted); font-size: 13px; }

.final-cta { padding: 100px 0 125px; background: linear-gradient(145deg, var(--purple), var(--purple-deep)); color: #fff; position: relative; overflow: hidden; }
.final-cta-inner { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.final-cta span { color: #d8f58d; font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.final-cta h2 { margin: 12px 0 15px; font-size: clamp(39px, 5.4vw, 66px); line-height: 1.15; letter-spacing: -.06em; }
.final-cta p { margin: 0; color: rgba(255,255,255,.66); }
.final-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cta-mountain { position: absolute; inset: auto 0 -1px; opacity: .12; }
.cta-mountain svg { width: 100%; height: 200px; }
.cta-mountain path { fill: #fff; stroke: none; }

.site-footer { background: #17131c; color: #fff; padding: 70px 0 26px; }
.footer-main { display: flex; justify-content: space-between; gap: 50px; }
.footer-brand .brand-mark { background: #fff; }
.footer-brand .brand-copy small { color: #d8f58d; }
.footer-brand p { color: rgba(255,255,255,.45); font-size: 11px; margin-top: 22px; }
.footer-links { display: flex; gap: 90px; }
.footer-links > div { display: grid; gap: 10px; align-content: start; }
.footer-links strong { margin-bottom: 5px; font-size: 11px; color: #d8f58d; }
.footer-links a { font-size: 11px; color: rgba(255,255,255,.58); }
.footer-links a:hover { color: #fff; }
.footer-bottom { margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.34); font-size: 9px; }
.footer-bottom p { margin: 0; }

.mobile-dock { display: none; }
.toast { position: fixed; left: 50%; bottom: 32px; z-index: 700; transform: translate(-50%, 20px); padding: 11px 15px; border-radius: 12px; background: #17131c; color: #fff; font-size: 11px; box-shadow: var(--shadow-soft); opacity: 0; pointer-events: none; transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.noscript { position: fixed; inset: auto 16px 16px; z-index: 900; padding: 14px; border-radius: 12px; background: #fff1cf; color: #5f4500; box-shadow: var(--shadow-soft); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.75,.25,1), transform .7s cubic-bezier(.2,.75,.25,1); transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .hero h1 { font-size: 58px; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .quick-card:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .quick-card:nth-child(4) { border-top: 1px solid var(--line); }
  .planner-grid { gap: 36px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-card.feature-large { grid-row: span 2; }
  .value-card.dark { grid-column: 2; }
}

@media (max-width: 780px) {
  :root { --container: min(100% - 28px, 680px); }
  body { padding-bottom: 70px; }
  .top-alert { font-size: 11px; }
  .alert-inner { min-height: 58px; gap: 8px; }
  .alert-badge, .alert-inner a { display: none; }
  .site-header { top: 0; }
  .header-inner { min-height: 66px; }
  .brand-mark { width: 47px; height: 36px; border-width: 4px; }
  .brand-mark::after { border-width: 4px; }
  .brand-copy strong { font-size: 15px; }
  .header-actions .button-ghost { display: none; }
  .header-actions .button-primary { min-height: 40px; padding-inline: 13px; font-size: 12px; }
  .hero { min-height: auto; padding: 56px 0 106px; }
  .hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-content { text-align: center; }
  .eyebrow { font-size: 11px; }
  .hero h1 { font-size: clamp(45px, 13vw, 62px); }
  .hero-lead { font-size: 16px; margin-inline: auto; }
  .hero-ctas { justify-content: center; }
  .trust-row { justify-content: center; gap: 20px; }
  .trust-row div { display: grid; gap: 0; }
  .hero-visual { min-height: 480px; }
  .hero-photo { width: min(330px, 78%); }
  .floating-card-top { right: 0; top: 68px; }
  .floating-card-bottom { left: 0; bottom: 58px; }
  .quick-actions { margin-top: -42px; }
  .quick-card { min-height: 100px; padding: 17px 15px; }
  .quick-card strong { font-size: 12px; }
  .quick-card small { font-size: 9px; }
  .quick-icon { flex-basis: 36px; height: 36px; }
  .section { padding: 90px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .planner-intro h2, .review-copy h2, .location-card h2, .faq-title h2 { font-size: 38px; }
  .mode-selector { display: flex; overflow-x: auto; padding: 2px 2px 8px; scrollbar-width: none; }
  .mode-selector::-webkit-scrollbar { display: none; }
  .mode-tab { min-width: 150px; }
  .prep-dashboard { grid-template-columns: 1fr; }
  .prep-summary, .checklist-panel { padding: 30px 24px; }
  .checklist-grid { grid-template-columns: 1fr; }
  .planner-grid { grid-template-columns: 1fr; }
  .planner-intro { text-align: center; }
  .planner-intro p { margin-inline: auto; }
  .planner-benefits { max-width: 460px; margin-inline: auto; text-align: left; }
  .planner-card { padding: 24px; min-height: 540px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card.feature-large { min-height: 530px; grid-row: auto; }
  .value-card.dark { grid-column: auto; }
  .review-layout { grid-template-columns: 1fr; gap: 45px; }
  .review-copy { text-align: center; }
  .review-copy p, .review-score { margin-inline: auto; justify-content: center; }
  .location-grid { grid-template-columns: 1fr; }
  .location-card { padding: 38px 26px; }
  .map-visual { min-height: 430px; }
  .faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .faq-title { text-align: center; }
  .faq-title p { margin-inline: auto; }
  .final-cta-inner { display: grid; text-align: center; justify-items: center; }
  .final-actions { justify-content: center; }
  .footer-main { display: grid; }
  .footer-links { gap: 55px; }
  .mobile-dock { display: grid; grid-template-columns: repeat(3, 1fr); position: fixed; left: 10px; right: 10px; bottom: max(8px, env(safe-area-inset-bottom)); z-index: 190; min-height: 60px; border-radius: 19px; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); box-shadow: 0 18px 50px rgba(45,18,73,.2); border: 1px solid rgba(91,44,131,.1); overflow: hidden; }
  .mobile-dock a, .mobile-dock button { border: 0; background: transparent; display: grid; place-items: center; align-content: center; gap: 2px; color: var(--purple); font-size: 9px; font-weight: 800; cursor: pointer; }
  .mobile-dock a + a, .mobile-dock a + button { border-left: 1px solid var(--line); }
  .mobile-dock svg { width: 20px; height: 20px; }
}

@media (max-width: 520px) {
  .brand-copy small { display: none; }
  .header-actions .button-primary svg { display: none; }
  .hero h1 { font-size: 43px; }
  .hero-ctas { display: grid; grid-template-columns: 1fr; }
  .hero-ctas .button { width: 100%; }
  .trust-row { gap: 13px; }
  .trust-row strong { font-size: 21px; }
  .trust-row span { font-size: 9px; }
  .hero-visual { min-height: 410px; }
  .hero-photo { width: 75%; }
  .floating-card { padding: 10px 12px; }
  .floating-card strong { font-size: 11px; }
  .floating-card small { font-size: 8px; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-card + .quick-card, .quick-card:nth-child(3), .quick-card:nth-child(4) { border-left: 0; border-top: 1px solid var(--line); }
  .quick-card { min-height: 78px; }
  .section-heading h2, .planner-intro h2, .review-copy h2, .location-card h2, .faq-title h2 { font-size: 33px; }
  .prep-summary h3 { font-size: 23px; }
  .summary-actions { display: grid; }
  .choice-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .choice-card { min-height: 118px; padding: 14px; }
  .field-row { grid-template-columns: 1fr; }
  .form-step { min-height: 430px; }
  .plan-result ul { grid-template-columns: 1fr; }
  .value-card.feature-large { min-height: 500px; }
  .value-card.feature-large > div:nth-child(2) { max-width: 70%; }
  .value-card.feature-large picture { width: 65%; height: 67%; opacity: .9; }
  .review-stack { min-height: 455px; }
  .quote-card { width: 92%; left: 4%; }
  .quote-card.rotate-left { left: 0; }
  .quote-card.rotate-right { left: 7%; top: 275px; }
  .location-card dl div { grid-template-columns: 72px 1fr; }
  .footer-links { display: grid; gap: 30px; }
  .footer-bottom { display: grid; }
}

@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; }
}
