:root {
  --ink: #30252a;
  --muted: #796d72;
  --rose: #e66078;
  --rose-dark: #c7425d;
  --rose-soft: #fff0f2;
  --blush: #fff8f7;
  --paper: #fffdfc;
  --lavender: #8d79b7;
  --line: #eadfe1;
  --shadow: 0 24px 60px rgba(100, 54, 68, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--blush); }
body { margin: 0; color: var(--ink); background: var(--blush); font-family: "Yu Gothic UI", "Hiragino Kaku Gothic ProN", system-ui, sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
[hidden] { display: none !important; }

.site-header { height: 76px; padding: 0 clamp(20px, 6vw, 84px); display: flex; align-items: center; justify-content: space-between; position: absolute; inset: 0 0 auto; z-index: 10; }
.logo, .result-logo { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-weight: 900; letter-spacing: .06em; }
.logo-mark { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--rose); border-radius: 50% 50% 50% 12px; transform: rotate(-6deg); font-size: 19px; box-shadow: 0 5px 14px rgba(230,96,120,.25); }
.header-start { padding: 10px 18px; border: 1px solid rgba(199,66,93,.28); border-radius: 999px; color: var(--rose-dark); background: rgba(255,255,255,.72); font-size: 12px; font-weight: 800; cursor: pointer; backdrop-filter: blur(8px); }

.hero { min-height: 760px; padding: 138px clamp(24px, 8vw, 120px) 90px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 500px); align-items: center; gap: clamp(50px, 8vw, 130px); position: relative; overflow: hidden; background: radial-gradient(circle at 11% 75%, #ffe8df 0 10%, transparent 10.5%), linear-gradient(132deg, #fffaf8 0 57%, #fff0f2 57%); }
.hero::before { content: ""; width: 320px; height: 320px; position: absolute; right: -170px; top: 60px; border: 1px solid rgba(230,96,120,.18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.3), 0 0 0 90px rgba(230,96,120,.04); }
.hero-copy { max-width: 650px; position: relative; z-index: 2; }
.eyebrow, .section-kicker, .result-kicker { color: var(--rose-dark); font: 800 10px/1.3 ui-monospace, monospace; letter-spacing: .16em; }
.eyebrow span { width: 25px; height: 1px; display: inline-block; margin-right: 8px; vertical-align: middle; background: var(--rose); }
.hero h1 { margin: 22px 0 23px; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: clamp(42px, 6vw, 76px); line-height: 1.22; letter-spacing: -.045em; font-weight: 700; }
.hero h1 em { color: var(--rose); font-style: normal; position: relative; }
.hero h1 em::after { content: ""; height: 9px; position: absolute; left: 2px; right: 2px; bottom: 2px; border-radius: 50%; background: rgba(230,96,120,.15); z-index: -1; }
.hero-lead { max-width: 580px; margin: 0 0 30px; color: var(--muted); font-size: 15px; line-height: 2; }
.primary-button { min-width: 300px; padding: 17px 19px 17px 24px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border: 0; border-radius: 999px; color: white; background: linear-gradient(135deg, var(--rose), #d84b72); box-shadow: 0 12px 28px rgba(210,66,96,.25); cursor: pointer; font-size: 14px; font-weight: 900; transition: transform .18s ease, box-shadow .18s ease; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(210,66,96,.32); }
.primary-button span:last-child { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: var(--rose-dark); background: white; }
.micro-copy { margin: 13px 0 0 22px; color: #9a898f; font-size: 10px; }
.hero-visual { min-height: 480px; position: relative; z-index: 2; }
.result-peek { width: min(100%, 410px); padding: 30px; position: absolute; top: 18px; right: 4%; border: 1px solid rgba(230,96,120,.14); border-radius: 28px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); transform: rotate(2deg); backdrop-filter: blur(12px); }
.peek-top { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.tiny-heart { color: var(--rose); }
.score-preview { margin-top: 23px; display: flex; align-items: baseline; justify-content: center; }
.score-caption { align-self: center; margin-right: 18px; color: var(--muted); font-size: 11px; writing-mode: vertical-rl; }
.score-preview strong { color: var(--rose); font: 700 92px/.9 Georgia, serif; letter-spacing: -.08em; }
.score-preview small { margin-left: 8px; color: var(--muted); }
.peek-type { margin: 25px 0 19px; padding: 18px 0; display: grid; gap: 7px; text-align: center; border-block: 1px solid var(--line); }
.peek-type small { color: #a58e96; font: 700 8px/1 monospace; letter-spacing: .15em; }
.peek-type b { font-family: "Yu Mincho", serif; font-size: 22px; }
.mini-meter { height: 7px; position: relative; border-radius: 99px; background: #f0e5e7; }
.mini-meter i { width: 78%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, #ef9ca9, var(--rose)); }
.mini-meter span { width: 17px; height: 17px; position: absolute; left: calc(78% - 8px); top: -5px; border: 4px solid white; border-radius: 50%; background: var(--rose); box-shadow: 0 2px 7px rgba(0,0,0,.15); }
.result-peek > p { margin: 18px 0 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.float-note { padding: 13px 17px; display: grid; gap: 3px; position: absolute; border: 1px solid white; border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 10px 28px rgba(90,54,66,.11); font-size: 10px; transform: rotate(-3deg); }
.float-note b { color: var(--rose-dark); font-size: 9px; }.float-note span { color: var(--muted); }
.note-one { left: -32px; top: 75px; }.note-two { right: -22px; bottom: 58px; transform: rotate(4deg); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }.orb-one { width: 12px; height: 12px; left: 53%; top: 18%; background: #f5bdc7; }.orb-two { width: 7px; height: 7px; left: 48%; bottom: 18%; background: var(--lavender); }

.difference-section, .how-section, .promise-section { padding: 100px clamp(22px, 8vw, 120px); }
.difference-section { text-align: center; background: var(--paper); }
.difference-section h2, .how-section h2, .promise-section h2, .final-cta h2 { margin: 15px 0 52px; font-family: "Yu Mincho", serif; font-size: clamp(30px, 4vw, 48px); line-height: 1.55; letter-spacing: -.03em; }
.compare-grid { max-width: 1040px; margin: auto; display: grid; grid-template-columns: 1fr 56px 1fr; align-items: center; text-align: left; }
.compare-card { min-height: 350px; padding: 34px; display: grid; grid-template-columns: auto 1fr; gap: 17px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.compare-card.special { border-color: #f2bdc7; background: linear-gradient(145deg, #fff 0, #fff4f5 100%); box-shadow: 0 18px 44px rgba(176,80,101,.11); }
.avatar { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: white; font-weight: 900; }.avatar.social { background: #aa9cb6; }.avatar.quiet { background: var(--rose); }
.compare-card > div:nth-child(2) span { color: var(--muted); font-size: 10px; }.compare-card h3 { margin: 5px 0 0; font-size: 17px; }
.compare-card ul { grid-column: 1/-1; margin: 8px 0 0; padding: 0; list-style: none; }
.compare-card li { padding: 12px 0 12px 27px; position: relative; border-bottom: 1px solid #f1e9ea; color: var(--muted); font-size: 12px; }.compare-card li::before { content: "○"; position: absolute; left: 2px; color: #aa9cb6; }.special li::before { content: "♡"; color: var(--rose); }
.verdict { grid-column: 1/-1; margin: 6px 0 0; padding: 12px; text-align: center; border-radius: 9px; background: #f4f0f4; font-size: 11px; }.special .verdict { color: var(--rose-dark); background: #ffe7eb; }.verdict b { font-size: 14px; }
.versus { text-align: center; color: #b6a8ad; font: italic 700 15px Georgia, serif; }

.how-section { background: #f8f0f2; text-align: center; }
.steps { max-width: 1120px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps article { min-height: 295px; padding: 29px; position: relative; border-radius: 20px; background: white; box-shadow: 0 9px 28px rgba(90,54,66,.05); }
.steps article > span { position: absolute; top: 20px; left: 22px; color: #c6b7bc; font: 700 10px/1 monospace; }.steps i { width: 72px; height: 72px; margin: 24px auto 22px; display: grid; place-items: center; border-radius: 50%; color: var(--rose); background: var(--rose-soft); font: normal 28px/1 Georgia, serif; }.steps h3 { margin: 0 0 13px; font-size: 17px; }.steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.promise-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; background: #fff; }.promise-section h2 { margin-bottom: 0; }.promise-list { display: grid; }.promise-list p { margin: 0; padding: 24px 0; display: grid; grid-template-columns: 45px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }.promise-list b { color: var(--rose); font: 700 11px/1 monospace; }.promise-list span { color: var(--muted); font-size: 12px; line-height: 1.8; }.promise-list strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 15px; }
.final-cta { padding: 92px 22px; text-align: center; color: white; background: linear-gradient(135deg, #d94e6b, #b94367); }.final-cta h2 { margin: 18px 0 35px; }.cta-heart { display: block; font-size: 26px; }.primary-button.light { color: var(--rose-dark); background: white; box-shadow: 0 12px 30px rgba(80,20,42,.2); }.primary-button.light span:last-child { color: white; background: var(--rose); }.final-cta > p { color: rgba(255,255,255,.72); font-size: 10px; }
.site-footer { min-height: 110px; padding: 28px clamp(22px, 8vw, 120px); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #33282c; color: #c8bfc2; font-size: 10px; }.site-footer .logo { color: white; }.site-footer a:last-child { color: #c8bfc2; text-decoration: none; }

/* Diagnosis */
.app-view { min-height: 100vh; background: linear-gradient(160deg, #fffaf8, #fff0f3); }
.diagnosis-shell { width: min(760px, 100%); min-height: 100vh; margin: auto; padding: 22px 24px 80px; }
.diagnosis-top { display: grid; grid-template-columns: 38px 1fr 54px; align-items: center; gap: 17px; }
.icon-button { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; font-size: 20px; }.progress-wrap { height: 6px; overflow: hidden; border-radius: 99px; background: #ebdfe1; }.progress-bar { width: 1%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #f1a0af, var(--rose)); transition: width .3s ease; }.diagnosis-top > span { color: var(--muted); font: 700 10px/1 monospace; text-align: right; }
.question-heading { padding: 58px 0 30px; text-align: center; }.step-label { color: var(--rose); font: 800 10px/1.2 monospace; letter-spacing: .18em; }.question-heading h2 { margin: 10px 0; font-family: "Yu Mincho", serif; font-size: 30px; }.question-heading > p:last-child { color: var(--muted); font-size: 11px; }
.question-card { padding: clamp(24px, 5vw, 44px); border: 1px solid var(--line); border-radius: 25px; background: rgba(255,255,255,.94); box-shadow: 0 18px 50px rgba(112,60,76,.08); }.question-number { color: #ad9ca2; font: 700 9px/1 monospace; letter-spacing: .14em; }.question-card h3 { margin: 16px 0 9px; font-size: clamp(20px, 4vw, 27px); line-height: 1.55; }.question-help { margin: 0 0 27px; color: var(--muted); font-size: 11px; line-height: 1.75; }
.answer-options { display: grid; gap: 9px; }.answer-button { min-height: 52px; padding: 7px 15px 7px 8px; display: grid; grid-template-columns: 36px 1fr 20px; align-items: center; gap: 12px; border: 1px solid #eadfe2; border-radius: 13px; text-align: left; background: #fff; cursor: pointer; transition: border-color .15s, background .15s, transform .15s; }.answer-button:hover, .answer-button.selected { border-color: #eb91a2; background: #fff3f5; transform: translateX(3px); }.answer-button > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #9b888e; background: #f7f1f2; font: 700 10px/1 monospace; }.answer-button.selected > span { color: white; background: var(--rose); }.answer-button b { font-size: 12px; }.answer-button i { color: #c3b3b8; font-style: normal; }
.question-nav { margin-top: 19px; display: flex; justify-content: space-between; align-items: center; }.question-nav button { border: 0; color: var(--muted); background: none; cursor: pointer; font-size: 11px; }.question-nav button:disabled { opacity: .3; }.question-nav span { color: #ae9fa4; font-size: 9px; }
.supplement-card { margin-top: 22px; padding-top: 22px; border-top: 1px dashed #e5d6d9; }.supplement-intro { margin: 0 0 18px; color: var(--rose-dark); font-size: 11px; font-weight: 800; }.supplement-intro.warn { padding: 8px; border-radius: 7px; background: #fff0dd; color: #986226; }.supplement-card fieldset { margin: 0 0 19px; padding: 0; border: 0; }.supplement-card legend { margin-bottom: 9px; font-size: 12px; font-weight: 800; }.chip-options { display: flex; flex-wrap: wrap; gap: 7px; }.chip-options button { padding: 9px 12px; border: 1px solid var(--line); border-radius: 99px; background: white; cursor: pointer; font-size: 10px; }.chip-options button.selected { border-color: var(--rose); color: white; background: var(--rose); }.next-button { width: 100%; padding: 14px; border: 0; border-radius: 99px; color: white; background: var(--ink); cursor: pointer; font-size: 12px; font-weight: 800; }
.loading-card, .analyzing { min-height: 70vh; display: grid; place-content: center; justify-items: center; text-align: center; }.loading-card span { width: 32px; height: 32px; border: 3px solid #f1dce1; border-top-color: var(--rose); border-radius: 50%; animation: spin .8s linear infinite; }.loading-card p, .analyzing p { color: var(--muted); font-size: 11px; }.pulse-heart { color: var(--rose); font-size: 42px; animation: pulse 1.1s ease-in-out infinite; }.analyzing h2 { margin: 18px 0 3px; font-family: "Yu Mincho", serif; }.analyzing-line { width: 250px; height: 5px; margin-top: 22px; overflow: hidden; border-radius: 99px; background: #eadde0; }.analyzing-line i { width: 50%; height: 100%; display: block; border-radius: inherit; background: var(--rose); animation: analyze 1.4s ease-in-out infinite; }
.error-box { max-width: 560px; margin: 30px auto; padding: 20px; border-radius: 14px; color: #814053; background: #ffe7ec; text-align: center; }.error-box p { font-size: 11px; }.error-box button { padding: 10px 16px; border: 0; border-radius: 99px; color: white; background: var(--rose); cursor: pointer; }

/* Results */
.result-view { background: #f8f1f2; }.result-hero { min-height: 580px; padding: 35px 22px 70px; display: grid; justify-items: center; align-content: start; position: relative; color: white; text-align: center; overflow: hidden; background: radial-gradient(circle at 10% 15%, rgba(255,255,255,.10) 0 9%, transparent 9.3%), radial-gradient(circle at 88% 78%, rgba(255,255,255,.09) 0 17%, transparent 17.3%), linear-gradient(145deg, #cb4b69, #9f3d63); }.result-hero::after { content: "♡"; position: absolute; right: 7%; top: 20%; color: rgba(255,255,255,.08); font: 200px/1 Georgia, serif; transform: rotate(12deg); }.result-logo { color: white; position: relative; z-index: 1; }.result-logo span { font-size: 22px; }.result-kicker { margin-top: 61px; color: rgba(255,255,255,.63); position: relative; z-index: 1; }.result-score { display: flex; align-items: baseline; position: relative; z-index: 1; }.result-score > span { margin-right: 17px; align-self: center; font-size: 11px; writing-mode: vertical-rl; color: rgba(255,255,255,.75); }.result-score strong { font: 700 clamp(95px, 16vw, 142px)/.9 Georgia, serif; letter-spacing: -.08em; }.result-score small { margin-left: 10px; color: rgba(255,255,255,.65); }.result-type { margin-top: 26px; position: relative; z-index: 1; }.result-type small { color: rgba(255,255,255,.62); font: 700 9px/1 monospace; letter-spacing: .14em; }.result-type h1 { margin: 9px 0 8px; font-family: "Yu Mincho", serif; font-size: clamp(30px, 5vw, 44px); }.result-type p { max-width: 560px; margin: 0; color: rgba(255,255,255,.8); font-size: 11px; line-height: 1.8; }.result-id { margin: 24px 0 0; color: rgba(255,255,255,.45); font: 700 8px/1 monospace; letter-spacing: .12em; }
.result-body { width: min(940px, calc(100% - 32px)); margin: -42px auto 0; padding-bottom: 70px; position: relative; z-index: 2; }.result-section { margin-bottom: 18px; padding: clamp(26px, 5vw, 45px); border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 12px 35px rgba(93,48,64,.06); }.result-section h2, .share-card h2 { margin: 8px 0 27px; font-family: "Yu Mincho", serif; font-size: 25px; }.current-stage ol { margin: 40px 10px 22px; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; position: relative; }.current-stage ol::before { content: ""; height: 3px; position: absolute; top: 7px; left: 8%; right: 8%; background: #eadfe2; }.current-stage li { position: relative; z-index: 1; display: grid; justify-items: center; gap: 13px; color: #ad9da2; font-size: 9px; text-align: center; }.current-stage li i { width: 17px; height: 17px; border: 4px solid white; border-radius: 50%; background: #ddd1d5; box-shadow: 0 0 0 1px #e3d8db; }.current-stage li.active { color: var(--rose-dark); font-weight: 800; }.current-stage li.active i { background: var(--rose); box-shadow: 0 0 0 1px var(--rose); }.current-stage > p { margin: 25px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.sign-list { display: grid; }.sign-list article { padding: 22px 0; display: grid; grid-template-columns: 48px 1fr; gap: 18px; border-top: 1px solid var(--line); }.sign-list article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50% 50% 50% 12px; color: white; background: var(--rose); font: 700 10px/1 monospace; }.sign-list h3 { margin: 0 0 7px; font-size: 15px; }.sign-list p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }
.result-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.result-columns .result-section { margin: 0; }.concerns ul { margin: 0; padding: 0; list-style: none; }.concerns li { padding: 13px 0 13px 25px; position: relative; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.75; }.concerns li::before { content: "!"; width: 16px; height: 16px; position: absolute; left: 0; top: 15px; display: grid; place-items: center; border-radius: 50%; color: #9a6c38; background: #fff1d8; font: 800 9px/1 monospace; }.next-point { color: white; border-color: #9f3d63; background: linear-gradient(145deg, #bc4967, #923959); }.next-point .section-kicker { color: #ffc6d0; }.next-point h2 { color: white; }.next-point > p { font-family: "Yu Mincho", serif; font-size: 19px; line-height: 1.8; }.next-point > span { color: rgba(255,255,255,.65); font-size: 10px; }
.share-card { margin-top: 18px; padding: 26px 32px; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 17px; border: 1px solid #efc6ce; border-radius: 22px; background: #fff7f8; }.share-card > span { color: var(--rose); font-size: 30px; }.share-card h2 { margin: 0 0 4px; font-size: 19px; }.share-card p { margin: 0; color: var(--muted); font-size: 9px; }.share-actions { display: flex; gap: 7px; }.share-actions button { min-width: 65px; padding: 10px 12px; border: 1px solid #e4c5ca; border-radius: 99px; background: white; cursor: pointer; font-size: 10px; font-weight: 800; }.share-actions button:first-child { color: #218b42; }.disclaimer { max-width: 760px; margin: 30px auto; color: #918186; font-size: 9px; line-height: 1.8; text-align: center; }.result-footer-actions { display: flex; justify-content: center; align-items: center; gap: 24px; }.secondary-button { padding: 13px 20px; border: 1px solid #d7c4c9; border-radius: 99px; background: white; cursor: pointer; font-size: 11px; }.result-footer-actions a { color: var(--muted); font-size: 10px; }.result-load-error { min-height: 100vh; padding: 30px; display: grid; place-content: center; text-align: center; }.result-load-error a { color: var(--rose-dark); }
.premium-preview { margin-top: 18px; padding: 26px 32px; display: flex; justify-content: space-between; align-items: center; gap: 25px; border: 1px dashed #c9b8bd; border-radius: 22px; background: #f4eff0; }.premium-preview span { color: #a48f96; font: 700 8px/1 monospace; letter-spacing: .14em; }.premium-preview h2 { margin: 8px 0 7px; font-family: "Yu Mincho", serif; font-size: 18px; }.premium-preview p { max-width: 650px; margin: 0; color: var(--muted); font-size: 9px; line-height: 1.7; }.premium-preview > b { flex: none; padding: 8px 13px; border-radius: 99px; color: white; background: #9f8d93; font-size: 9px; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { transform: scale(1.18); } }
@keyframes analyze { 0% { transform: translateX(-100%); } 50%,100% { transform: translateX(200%); } }

@media (max-width: 850px) {
  .hero { min-height: 0; padding-top: 120px; grid-template-columns: 1fr; gap: 50px; background: linear-gradient(165deg, #fffaf8 0 55%, #fff0f2 55%); }
  .hero-copy { text-align: center; margin: auto; }.hero-lead { margin-inline: auto; }.micro-copy { margin-left: 0; }.hero-visual { min-height: 470px; width: min(480px, 100%); margin: auto; }.result-peek { right: 5%; }
  .compare-grid { grid-template-columns: 1fr; gap: 14px; }.versus { padding: 3px; }.steps { grid-template-columns: 1fr; }.steps article { min-height: 0; }.promise-section { grid-template-columns: 1fr; gap: 25px; }.result-columns { grid-template-columns: 1fr; }.share-card { grid-template-columns: 35px 1fr; }.share-actions { grid-column: 1/-1; justify-content: center; }
}

@media (max-width: 540px) {
  .site-header { height: 66px; padding-inline: 18px; }.header-start { padding: 9px 13px; font-size: 10px; }.logo { font-size: 14px; }.logo-mark { width: 30px; height: 30px; }
  .hero { padding: 102px 20px 60px; }.hero h1 { font-size: 41px; }.hero-lead { font-size: 13px; line-height: 1.85; }.primary-button { width: 100%; min-width: 0; }.hero-visual { min-height: 410px; }.result-peek { width: calc(100% - 12px); padding: 24px; right: 6px; }.score-preview strong { font-size: 78px; }.note-one { left: -5px; top: 28px; }.note-two { right: -4px; bottom: 5px; }
  .difference-section, .how-section, .promise-section { padding: 75px 18px; }.difference-section h2, .how-section h2, .promise-section h2, .final-cta h2 { font-size: 29px; margin-bottom: 36px; }.compare-card { min-height: 0; padding: 25px 20px; }.promise-list p { grid-template-columns: 32px 1fr; }
  .site-footer { justify-content: center; flex-wrap: wrap; text-align: center; }.site-footer p { width: 100%; order: 3; }
  .diagnosis-shell { padding: 16px 14px 60px; }.question-heading { padding: 42px 0 22px; }.question-heading h2 { font-size: 25px; }.question-card { padding: 25px 18px; border-radius: 20px; }.question-nav span { display: none; }.answer-button { grid-template-columns: 33px 1fr 15px; padding-right: 10px; }.answer-button b { font-size: 11px; }.chip-options { display: grid; grid-template-columns: 1fr 1fr; }.chip-options button { padding: 10px 5px; }
  .result-hero { min-height: 540px; }.result-kicker { margin-top: 53px; }.result-score strong { font-size: 106px; }.result-body { width: calc(100% - 20px); }.result-section { padding: 27px 20px; }.current-stage ol { margin-inline: -9px; }.current-stage li span { font-size: 8px; }.sign-list article { grid-template-columns: 40px 1fr; gap: 13px; }.sign-list article > span { width: 38px; height: 38px; }.share-card { padding: 24px 19px; }.share-actions button { flex: 1; min-width: 0; }.result-footer-actions { flex-direction: column; gap: 13px; }
}

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