:root {
  color-scheme: light;
  --green:#08785b;
  --coral:#ff735c;
  --coral-dark:#c84235;
  --lemon:#ffd95a;
  --sky:#79cbe8;
  --mint:#b7e8d3;
  --ivory:#fff8e8;
  --paper:#fffdf7;
  --ink:#49352f;
  --line:#e3c99b;
  --heading:"M PLUS Rounded 1c","Hiragino Maru Gothic ProN","Yu Gothic",sans-serif;
  --body:"Noto Sans JP","Yu Gothic","Meiryo",sans-serif;
}
* { box-sizing:border-box; }
html { min-width:320px; scroll-behavior:smooth; background:#e9dfcd; }
body { min-width:320px; margin:0; overflow-x:hidden; color:var(--ink); background:radial-gradient(circle at 10% 0,#fff7d8 0 3px,transparent 4px) 0 0/28px 28px,#efe8da; font-family:var(--body); }
button,input,summary { font:inherit; }
button { touch-action:manipulation; }
.lp { width:min(100%,1120px); margin:0 auto; overflow:hidden; background:var(--ivory); box-shadow:0 0 40px rgba(73,53,47,.16); }
.prototype-note { position:relative; z-index:20; margin:0; padding:9px 16px; color:#fff; background:var(--ink); text-align:center; font-size:13px; font-weight:800; letter-spacing:.04em; }
.retro-block { position:relative; isolation:isolate; padding:72px clamp(24px,5vw,70px); overflow:hidden; border-bottom:6px solid var(--ink); background:var(--ivory); }
.retro-block:not(.hero-block)::before { content:""; position:absolute; z-index:-1; top:0; bottom:0; left:28px; width:6px; border-radius:999px; background:var(--green); opacity:.28; }
.retro-block:nth-of-type(3n) { background:#fffdf5; }
.retro-block:nth-of-type(3n+1) { background:#f3fcf7; }
.section-heading { max-width:900px; margin:0 auto 34px; text-align:center; }
.eyebrow,.usage-label { display:inline-block; margin:0 0 12px; padding:7px 18px; border:3px solid var(--ink); border-radius:999px; color:var(--ink); background:var(--lemon); box-shadow:3px 3px 0 var(--ink); font-family:var(--heading); font-weight:900; letter-spacing:.03em; }
h1,h2,h3 { font-family:var(--heading); }
.section-heading h2,.final-copy h2 { margin:0; color:var(--green); font-size:clamp(32px,5.6vw,58px); line-height:1.28; letter-spacing:.01em; }
.block-art,.pricing-art,.final-art,.hero-art { display:block; }
.block-art img,.pricing-art img,.final-art img,.hero-art img { display:block; width:100%; height:auto; }
.block-art { max-width:980px; margin:0 auto; overflow:hidden; border:4px solid var(--ink); border-radius:30px 14px 32px 16px; background:#fff; box-shadow:8px 8px 0 rgba(73,53,47,.18); }
.block-summary { max-width:780px; margin:28px auto 0; text-align:center; font-size:clamp(18px,2.6vw,25px); font-weight:800; line-height:1.8; }

/* Hero */
.hero-block { min-height:850px; padding:0; background:var(--ivory); }
.hero-visual { position:relative; width:100%; min-height:735px; isolation:isolate; }
.hero-art { position:absolute; inset:0; z-index:-1; width:100%; }
.hero-art img { width:100%; min-height:735px; object-fit:cover; object-position:center; }
.hero-copy { position:relative; z-index:1; width:53%; min-height:715px; padding:64px 0 40px clamp(28px,5.5vw,68px); display:flex; flex-direction:column; justify-content:center; align-items:flex-start; }
.hero-copy .eyebrow { margin-bottom:20px; }
.hero-copy h1 { margin:0; color:var(--ink); font-size:clamp(42px,5.6vw,62px); line-height:1.23; letter-spacing:.01em; }
.hero-title-first { display:block; white-space:nowrap; font-size:clamp(42px,4.5vw,52px); }
.hero-title-second { display:block; }
.hero-copy h1 em { color:var(--green); font-style:normal; background:linear-gradient(transparent 67%,var(--lemon) 0); }
.primary-cta,.plan-cta { border:3px solid var(--ink); border-radius:18px; color:#fff; background:var(--coral); box-shadow:5px 6px 0 var(--ink); font-family:var(--heading); font-weight:900; cursor:pointer; transition:transform .15s ease,box-shadow .15s ease,filter .15s ease; }
.primary-cta { width:min(100%,480px); min-height:70px; margin-top:28px; padding:14px 24px; font-size:clamp(20px,3vw,30px); }
.primary-cta span { float:right; font-size:1.2em; }
.primary-cta:hover,.plan-cta:hover { filter:brightness(1.04); transform:translateY(-2px); box-shadow:6px 8px 0 var(--ink); }
.primary-cta:active,.plan-cta:active { transform:translate(3px,4px); box-shadow:2px 2px 0 var(--ink); }
.primary-cta:focus-visible,.plan-cta:focus-visible,.mobile-sticky-cta:focus-visible { outline:5px solid var(--sky); outline-offset:4px; }
.cta-note { max-width:500px; margin:16px 0 0; font-size:13px; line-height:1.65; }
.proof-medals { position:relative; z-index:2; margin:0 5% 24px; padding:24px; border:4px solid var(--ink); border-radius:24px; background:#fffdf7; box-shadow:6px 7px 0 rgba(73,53,47,.18); text-align:center; }
.proof-medals > p:first-child { margin:0 0 12px; color:var(--green); font-family:var(--heading); font-size:20px; font-weight:900; }
.proof-medals ul,.big-medals { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin:0; padding:0; list-style:none; }
.proof-medals li { position:relative; display:grid; place-items:center; min-height:112px; padding:28px 8px 10px; border:3px solid var(--ink); border-radius:50%; background:radial-gradient(circle at 35% 25%,#fff7c7,var(--lemon) 52%,#d89b23); box-shadow:4px 4px 0 var(--ink); }
.proof-medals li span { position:absolute; top:-30px; color:#c88a00; font-size:38px; text-shadow:1px 2px 0 #fff; }
.proof-medals li strong,.proof-medals li b { display:block; font-family:var(--heading); line-height:1.2; }
.proof-medals li b { color:var(--green); font-size:22px; }
.medal-caption { margin:20px 0 0 !important; padding:12px; border-radius:12px; color:#fff; background:var(--green); font-size:clamp(17px,2.8vw,25px); font-weight:900; }
.scope-note { margin:0 5% 30px; color:#5d514a; text-align:center; font-size:13px; line-height:1.6; }

/* Story */
.story-block { background:#fff9ec; }
.story-captions { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; max-width:960px; margin:-28px auto 0; padding:0 18px; list-style:none; }
.story-captions li { position:relative; z-index:2; padding:16px; border:3px solid var(--ink); border-radius:16px; background:#fff; box-shadow:4px 4px 0 var(--ink); text-align:center; }
.story-captions time { display:block; color:var(--green); font-weight:900; }
.story-captions p { margin:7px 0 0; font-family:var(--heading); font-size:20px; font-weight:900; }

/* Steps */
.step-list { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; max-width:960px; margin:-36px auto 0; padding:0 20px; list-style:none; }
.step-list li { position:relative; z-index:2; display:flex; gap:12px; align-items:center; justify-content:center; min-height:100px; padding:14px; border:3px solid var(--ink); border-radius:18px; background:#fff; box-shadow:4px 4px 0 var(--ink); font-family:var(--heading); font-size:20px; font-weight:900; }
.step-list b { display:grid; flex:0 0 48px; width:48px; height:48px; place-items:center; border:3px solid var(--ink); border-radius:50%; color:#fff; background:var(--green); }
.highlight-band { max-width:900px; margin:30px auto 0; padding:18px 24px; border:3px solid var(--ink); border-radius:16px; color:var(--ink); background:var(--lemon); box-shadow:4px 4px 0 var(--ink); text-align:center; font-size:clamp(18px,3vw,28px); font-weight:800; }
.highlight-band strong { color:var(--green); }

/* Conversation */
.speech-list { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; max-width:960px; margin:-44px auto 0; padding:0 20px; list-style:none; }
.speech-list li { position:relative; z-index:2; padding:18px 12px; border:3px solid var(--ink); border-radius:50%; background:#fff; box-shadow:4px 4px 0 var(--ink); text-align:center; font-family:var(--heading); font-size:clamp(16px,2.2vw,22px); font-weight:900; }
.speech-list li::after { content:""; position:absolute; bottom:-13px; left:45%; width:22px; height:22px; border-right:3px solid var(--ink); border-bottom:3px solid var(--ink); background:#fff; transform:rotate(45deg); }

/* Usage image */
.usage-label { color:#fff; background:var(--coral); }
.change-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:22px; max-width:960px; margin:-30px auto 0; padding:0 20px; }
.change-grid article { position:relative; z-index:2; padding:20px; border:3px solid var(--ink); border-radius:18px; background:#fff; box-shadow:5px 5px 0 var(--ink); }
.change-grid h3 { margin:0 0 12px; color:var(--green); font-size:26px; }
.change-grid p { display:grid; grid-template-columns:110px 1fr; gap:10px; align-items:center; margin:10px 0; line-height:1.55; }
.change-grid span { padding:6px 8px; border-radius:999px; color:#fff; background:var(--green); text-align:center; font-size:13px; font-weight:900; }
.change-grid p:first-of-type span { color:var(--ink); background:#e8dfd4; }

/* Proof */
.proof-block { text-align:center; }
.big-medals { max-width:760px; margin:-50px auto 0; padding:0 16px; }
.big-medals li { position:relative; z-index:2; display:grid; place-items:center; aspect-ratio:1; border:5px solid var(--ink); border-radius:50%; background:radial-gradient(circle at 35% 24%,#fff6c5,var(--lemon) 55%,#dd9e1c); box-shadow:6px 6px 0 var(--ink); }
.big-medals b,.big-medals strong { display:block; font-family:var(--heading); font-size:clamp(18px,3vw,28px); line-height:1.1; }
.big-medals strong { color:var(--green); font-size:clamp(24px,4vw,38px); }
.small-note { margin:16px 0 0; font-size:14px; }

/* AI */
.ai-block { background:#eefaff; }
.ai-lead { max-width:860px; margin:30px auto 0; padding:20px; border-left:7px solid var(--sky); background:#fff; font-size:clamp(17px,2.4vw,23px); font-weight:700; line-height:1.8; }
.ai-title-tech { white-space:nowrap; }
.ai-lead strong { background:linear-gradient(transparent 65%,var(--lemon) 0); }
.safety-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; max-width:900px; margin:24px auto 0; padding:0; list-style:none; }
.safety-grid li { display:grid; place-items:center; gap:5px; padding:20px 12px; border:3px solid var(--ink); border-radius:20px; background:#fff; box-shadow:4px 4px 0 var(--ink); text-align:center; }
.safety-grid span { display:grid; width:54px; height:54px; place-items:center; border-radius:50%; color:var(--green); background:var(--mint); font-size:25px; }
.safety-grid strong { font-family:var(--heading); font-size:19px; }
.safety-grid small { line-height:1.5; }
.trademark-note { max-width:850px; margin:20px auto 0; color:#665852; font-size:12px; line-height:1.6; }

/* Pricing */
.pricing-section { background:#fffaf0; }
.pricing-art { display:block; max-width:980px; margin:0 auto -240px; overflow:hidden; border:4px solid var(--ink); border-radius:30px; }
.pricing-art img { display:block; width:100%; height:auto; }
.trial-badge { position:relative; z-index:2; width:max-content; max-width:90%; margin:0 auto 24px; padding:12px 26px; border:3px solid var(--ink); border-radius:999px; color:var(--ink); background:var(--lemon); box-shadow:4px 4px 0 var(--ink); font-family:var(--heading); font-size:clamp(19px,3vw,28px); }
.plan-grid { position:relative; z-index:2; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; max-width:980px; margin:0 auto; align-items:stretch; }
.plan-card { position:relative; display:grid; gap:10px; align-content:start; padding:28px 20px 24px; border:4px solid var(--ink); border-radius:22px 12px 24px 14px; background:#fffdf8; box-shadow:7px 7px 0 var(--ink); text-align:center; }
.plan-card.is-recommended { transform:translateY(-10px); border-color:var(--coral-dark); background:#fff4ed; }
.recommended-label { position:absolute; top:-21px; left:50%; width:max-content; margin:0; padding:7px 18px; border:3px solid var(--ink); border-radius:999px; color:#fff; background:var(--coral); transform:translateX(-50%); font-weight:900; }
.plan-name { margin:0; color:var(--green); font-family:var(--heading); font-size:23px; font-weight:900; }
.plan-price { display:flex; align-items:end; justify-content:center; gap:3px; margin:0; }
.plan-price strong { color:var(--coral-dark); font-family:var(--heading); font-size:42px; line-height:1; }
.plan-price span { font-size:12px; font-weight:700; }
.plan-time,.plan-guide { margin:0; font-weight:800; }
.plan-guide { min-height:3.1em; padding-top:10px; border-top:2px dashed var(--line); line-height:1.55; }
.plan-cta { align-self:end; min-height:62px; padding:10px 12px; font-size:16px; line-height:1.35; }
.visible-terms { display:flex; flex-wrap:wrap; justify-content:center; gap:10px 24px; max-width:920px; margin:34px auto 0; padding:18px 24px; border:3px solid var(--ink); border-radius:16px; background:#fff; list-style:none; font-weight:800; }
.visible-terms li::before { content:"✓ "; color:var(--green); }
.terms-details,.faq-list details { border:3px solid var(--ink); border-radius:14px; background:#fff; box-shadow:3px 3px 0 var(--ink); }
.terms-details { max-width:900px; margin:20px auto 0; }
.terms-details summary,.faq-list summary { position:relative; padding:18px 52px 18px 20px; cursor:pointer; font-family:var(--heading); font-weight:900; }
.terms-details summary::after,.faq-list summary::after { content:"＋"; position:absolute; top:50%; right:18px; color:var(--green); font-size:24px; transform:translateY(-50%); }
.terms-details[open] summary::after,.faq-list details[open] summary::after { content:"−"; }
.terms-details p,.faq-list p { margin:0; padding:0 20px 20px; line-height:1.8; }

/* FAQ and final */
.faq-list { display:grid; gap:13px; max-width:900px; margin:0 auto; }
.final-visual { position:relative; max-width:980px; margin:54px auto 0; overflow:hidden; border:4px solid var(--ink); border-radius:28px; background:#fff; box-shadow:8px 8px 0 var(--ink); }
.final-copy { position:absolute; top:11%; left:31%; width:40%; text-align:center; }
.final-copy .eyebrow { font-size:13px; }
.final-copy h2 { font-size:clamp(28px,4.2vw,47px); color:var(--ink); }
.final-copy > p:not(.eyebrow):not(.cta-note) { font-weight:800; line-height:1.7; }
.final-copy .primary-cta { min-height:62px; margin-top:12px; font-size:22px; }
.final-copy .cta-note { font-size:11px; }
.site-footer { width:min(100%,1120px); margin:0 auto; padding:34px 18px 110px; color:#fff; background:var(--green); text-align:center; }
.site-footer nav { display:flex; flex-wrap:wrap; justify-content:center; gap:12px 22px; }
.site-footer a { color:#fff; text-underline-offset:4px; }
.site-footer p { margin:18px 0 0; font-size:13px; opacity:.88; }

/* Mobile sticky */
.mobile-sticky-cta { display:none; position:fixed; z-index:40; right:12px; bottom:max(12px,env(safe-area-inset-bottom)); left:12px; min-height:58px; border:3px solid var(--ink); border-radius:16px; color:#fff; background:var(--coral); box-shadow:4px 5px 0 var(--ink); font-family:var(--heading); font-size:19px; font-weight:900; cursor:pointer; transition:opacity .18s,transform .18s; }
.mobile-sticky-cta.is-hidden { pointer-events:none; opacity:0; transform:translateY(120%); }

/* Dialog and existing application flow */
dialog { width:min(calc(100% - 28px),640px); max-height:calc(100dvh - 28px); padding:0; border:0; border-radius:20px; color:var(--ink); background:var(--paper); box-shadow:0 24px 80px rgba(0,0,0,.34); }
dialog::backdrop { background:rgba(28,22,17,.66); }
.dialog-card { position:relative; padding:34px 34px 30px; }
.dialog-close { position:absolute; top:10px; right:14px; border:0; background:transparent; font-size:30px; cursor:pointer; }
.dialog-label { margin:0 38px 10px 0; color:var(--green); font-weight:900; }
.dialog-card h2 { margin:0 0 12px; font-family:var(--heading); font-size:clamp(24px,5vw,34px); line-height:1.4; }
.lead,.dialog-card p { line-height:1.75; }
.progress { display:grid; grid-template-columns:repeat(4,1fr); gap:4px; margin:0 0 24px; padding:0; list-style:none; }
.progress li { padding:8px 2px; border-bottom:4px solid #ded8c9; color:#766a60; text-align:center; font-size:12px; font-weight:700; }
.progress li.is-current { border-color:var(--green); color:var(--green); }
.form-step { display:none; }
.form-step.is-active { display:block; }
.form-step > label { display:grid; gap:6px; margin:14px 0; font-weight:700; }
.plan-choice { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin:18px 0 22px; padding:0; border:0; }
.plan-choice legend { margin-bottom:9px; font-weight:900; }
.plan-choice label { display:grid; grid-template-columns:20px 1fr; gap:7px; align-items:start; padding:11px 8px; border:2px solid var(--line); border-radius:10px; background:#fff; cursor:pointer; }
.plan-choice label:has(input:checked) { border-color:var(--green); background:#eef9f4; }
.plan-choice input { width:18px; height:18px; margin:2px 0 0; accent-color:var(--green); }
.plan-choice span { display:grid; gap:3px; line-height:1.25; }
.plan-choice strong { color:var(--green); font-size:14px; }
.plan-choice small { font-size:12px; }
input[type="text"],input[type="email"],input[type="tel"],input:not([type]) { width:100%; min-height:52px; padding:10px 12px; border:2px solid #cfc4ac; border-radius:10px; background:#fff; color:var(--ink); font:inherit; }
input:focus { border-color:var(--green); outline:3px solid rgba(121,203,232,.45); }
.terms-box { display:grid; gap:10px; margin:14px 0; }
.terms-box label { display:grid; grid-template-columns:24px 1fr; gap:10px; align-items:start; padding:12px; border:1px solid var(--line); border-radius:10px; line-height:1.6; }
.terms-box input { width:20px; height:20px; margin-top:2px; accent-color:var(--green); }
.billing-summary { display:grid; gap:10px; margin:14px 0; padding:18px; border:3px solid var(--green); border-radius:14px; background:#eef9f4; line-height:1.55; }
.billing-summary strong { color:var(--coral-dark); font-size:22px; }
.billing-summary span::before { content:"✓ "; color:var(--green); font-weight:900; }
.embedded-checkout:not([hidden]) { min-height:420px; margin:16px 0 8px; overflow:hidden; border:1px solid #d8dfd3; border-radius:14px; background:#fff; }
.card-entry-actions:has(#retry-card-entry[hidden]) { grid-template-columns:100px; }
.form-error { min-height:1.5em; margin:8px 0 0; color:#b3261e; font-weight:700; }
.dialog-actions { display:grid; grid-template-columns:100px 1fr; gap:10px; margin-top:14px; }
.dialog-action,.dialog-back { min-height:54px; border:0; border-radius:999px; font:inherit; font-weight:800; cursor:pointer; }
.dialog-action { width:100%; color:#fff; background:var(--coral-dark); }
.legacy-checkout-link { display:flex; align-items:center; justify-content:center; text-align:center; text-decoration:none; }
.legacy-checkout-link[hidden],#retry-card-entry[hidden] { display:none !important; }
.dialog-back { color:var(--green); background:#e9f2e5; }
.complete-mark { width:72px; height:72px; margin:0 auto 12px !important; border-radius:50%; color:#fff; background:var(--green); text-align:center; font-size:48px; line-height:72px !important; }
.dialog-action:focus-visible,.dialog-back:focus-visible,.dialog-close:focus-visible,summary:focus-visible { outline:4px solid var(--sky); outline-offset:3px; }

@media (max-width:760px) {
  .retro-block { padding:52px 18px; border-bottom-width:4px; }
  .retro-block:not(.hero-block)::before { left:8px; width:4px; }
  .section-heading { margin-bottom:24px; }
  .section-heading h2 { font-size:clamp(30px,8.4vw,44px); }
  .ai-block .section-heading h2 { font-size:clamp(26px,7.4vw,34px); }
  .eyebrow,.usage-label { padding:6px 13px; font-size:13px; box-shadow:2px 2px 0 var(--ink); }
  .block-art { border-width:3px; border-radius:20px 10px; box-shadow:5px 5px 0 rgba(73,53,47,.18); }
  .hero-block { min-height:0; padding:0 0 38px; }
  .hero-visual { position:relative; height:610px; min-height:0; overflow:hidden; background:#fffaf0; }
  .hero-art { position:absolute; inset:0; z-index:-1; height:100%; }
  .hero-art img { width:100%; height:100%; min-height:0; object-fit:cover; object-position:72% center; }
  .hero-copy { width:100%; min-height:0; height:100%; padding:26px 20px 20px; align-items:flex-start; justify-content:flex-start; text-align:left; background:linear-gradient(90deg,rgba(255,248,232,.94) 0%,rgba(255,248,232,.81) 47%,rgba(255,248,232,0) 74%); }
  .hero-copy .eyebrow { margin-bottom:12px; }
  .hero-copy h1 { width:100%; margin:0; color:var(--ink); font-size:clamp(28px,7.8vw,31px); line-height:1.25; }
  .hero-title-first { white-space:nowrap; font-size:inherit; }
  .hero-copy .primary-cta { width:min(100%,290px); min-height:58px; margin-top:18px; padding:10px 16px; border-radius:16px; font-size:clamp(18px,5.4vw,23px); }
  .hero-copy .cta-note { width:72%; margin-top:12px; font-size:11px; line-height:1.5; }
  .proof-medals { margin:-10px 14px 22px; padding:18px 10px; }
  .proof-medals ul { gap:7px; }
  .proof-medals li { min-height:96px; padding:22px 4px 8px; border-width:2px; box-shadow:2px 3px 0 var(--ink); }
  .proof-medals li span { top:-24px; font-size:31px; }
  .proof-medals li strong { font-size:13px; }
  .proof-medals li b { font-size:19px; }
  .medal-caption { font-size:15px; }
  .story-captions,.step-list,.speech-list,.change-grid,.safety-grid,.plan-grid { grid-template-columns:1fr; }
  .story-captions,.step-list,.speech-list,.change-grid { margin:18px auto 0; padding:0; }
  .story-captions li,.step-list li,.speech-list li { min-height:0; }
  .story-captions li { display:grid; grid-template-columns:1fr 1fr; align-items:center; text-align:left; }
  .story-captions p { text-align:right; }
  .step-list li { justify-content:flex-start; }
  .speech-list li { border-radius:18px; }
  .speech-list li::after { display:none; }
  .change-grid { gap:14px; }
  .change-grid p { grid-template-columns:100px 1fr; }
  .big-medals { gap:7px; margin:18px auto 0; padding:0; }
  .big-medals li { border-width:3px; box-shadow:3px 3px 0 var(--ink); }
  .big-medals b { font-size:14px; }
  .big-medals strong { font-size:22px; }
  .safety-grid { gap:12px; }
  .safety-grid li { grid-template-columns:54px 1fr; justify-items:start; text-align:left; }
  .safety-grid li small { grid-column:2; }
  .pricing-art { margin-bottom:-95px; border-width:3px; }
  .plan-grid { gap:26px; }
  .plan-card.is-recommended { transform:none; }
  .visible-terms { display:grid; gap:8px; justify-content:start; padding:15px; }
  .final-visual { overflow:visible; border:0; border-radius:0; background:transparent; box-shadow:none; }
  .final-art { overflow:hidden; border:3px solid var(--ink); border-radius:20px; box-shadow:5px 5px 0 var(--ink); }
  .final-copy { position:relative; top:auto; left:auto; width:auto; margin:-40px 12px 0; padding:24px 16px; border:3px solid var(--ink); border-radius:18px; background:#fffdf7; box-shadow:5px 5px 0 var(--ink); }
  .final-copy h2 { font-size:32px; }
  .mobile-sticky-cta { display:block; }
  .site-footer { padding-bottom:100px; }
  .dialog-card { padding:32px 20px 22px; }
  .progress li { font-size:10px; }
  .dialog-actions { grid-template-columns:78px 1fr; }
  .plan-choice { grid-template-columns:1fr; }
}
@media (max-width:360px) {
  .retro-block { padding-right:14px; padding-left:14px; }
  .hero-visual { height:590px; }
  .hero-copy { padding-right:16px; padding-left:16px; }
  .hero-copy h1 { width:100%; font-size:28px; }
  .hero-copy .cta-note { width:76%; }
  .proof-medals { margin-right:8px; margin-left:8px; }
  .proof-medals li strong { font-size:11px; }
  .proof-medals li b { font-size:17px; }
  .change-grid p { grid-template-columns:1fr; }
}
@keyframes ring-once { 0%,100% { transform:rotate(0); } 25% { transform:rotate(-1deg); } 50% { transform:rotate(1deg); } 75% { transform:rotate(-.5deg); } }
@media (min-width:761px) { .hero-art { animation:ring-once .65s ease-out .35s 1; transform-origin:74% 38%; } }
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
}
