/* ============================================================
   MERIDIAN — A2P tax-resolution skin (professional, top-nav, blue)
   All-sans identity. Single-hue palette from one hex.
   Type: Plus Jakarta Sans (display) · Inter (body).
   Signature: hero "Notice → Resolved" animation.
   ============================================================ */

/* @palette:start */
:root {
  --primary: #2563EB;
  --primary-dark: #1d4fbc;
  --secondary: #3080ff;
  --accent: #286cff;
  --accent-light: #338aff;
}
/* @palette:end */

:root {
  --ink:      #0F172A;
  --ink-soft: #475069;
  --ink-faint:#8A93A6;
  --paper:    #FFFFFF;
  --panel:    #F5F7FB;
  --line:     #E4E8F0;

  --wash:       color-mix(in srgb, var(--primary) 4%,  #ffffff);
  --edge:       color-mix(in srgb, var(--primary) 16%, #ffffff);
  --brand-soft: color-mix(in srgb, var(--primary) 10%, #ffffff);
  --danger:     #E4574C;

  --font-display: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --font-body:    'Inter', system-ui, -apple-system, sans-serif;

  --r-sm: 8px; --r: 14px; --r-lg: 22px; --r-pill: 999px;
  --shadow:    0 24px 60px color-mix(in srgb, var(--primary) 15%, transparent);
  --shadow-sm: 0 12px 30px color-mix(in srgb, var(--ink) 8%, transparent);
  --maxw: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink); background: var(--paper); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }

h1,h2,h3 { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; color: var(--ink); }
p { color: var(--ink-soft); }
a { color: inherit; }

.eyebrow { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--font-body); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--primary); }
.eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--primary); border-radius: 2px; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 2rem; }
section { padding: clamp(3.5rem, 7vw, 7rem) 0; }
.panel { background: var(--panel); border-block: 1px solid var(--line); }
.dark { background: var(--ink); color: #fff; }
.dark h2, .dark h3 { color: #fff; }
.dark p { color: rgba(255,255,255,.74); }
.dark .eyebrow { color: var(--accent-light); }
.dark .eyebrow::before { background: var(--accent-light); }

.sec-head { max-width: 640px; margin: 0 auto clamp(2.5rem,4vw,4rem); text-align: center; }
.sec-head .eyebrow { margin-bottom: 1rem; }
.sec-head h2 { font-size: clamp(2rem, 2.6vw + 1rem, 3rem); margin-bottom: 1rem; }
.sec-head p { font-size: 1.1rem; }

/* --------------------------- Buttons --------------------------- */
.btn { display: inline-flex; align-items: center; gap: 0.55rem; font-family: var(--font-body); font-weight: 600; font-size: 1rem; padding: 0.9rem 1.5rem; border-radius: var(--r-sm); text-decoration: none; cursor: pointer; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 10px 22px color-mix(in srgb, var(--primary) 30%, transparent); }
.btn-primary:hover { transform: translateY(-2px); background: var(--primary-dark); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--edge); }
.btn-ghost:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); }
.btn-arrow { transition: transform .2s ease; }
.btn:hover .btn-arrow { transform: translateX(3px); }

/* --------------------------- Nav --------------------------- */
.nav { position: sticky; top: 0; z-index: 900; background: color-mix(in srgb, var(--paper) 85%, transparent); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color .3s ease, box-shadow .3s ease; }
.nav.scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 24px color-mix(in srgb, var(--ink) 5%, transparent); }
.nav-inner { max-width: var(--maxw); margin: 0 auto; padding: 1rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--font-display); font-weight: 800; font-size: 1.35rem; color: var(--ink); text-decoration: none; letter-spacing: -0.02em; }
.brand .mark { width: 30px; height: 30px; border-radius: 8px; background: var(--primary); display: grid; place-items: center; color: #fff; font-size: 0.9rem; box-shadow: 0 6px 16px color-mix(in srgb, var(--primary) 35%, transparent); }
.nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-links a { text-decoration: none; color: var(--ink-soft); font-weight: 500; font-size: 0.95rem; position: relative; transition: color .2s ease; }
.nav-links a::after { content: ''; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0; background: var(--primary); transition: width .25s ease; }
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 1.2rem; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; flex-direction: column; gap: 5px; padding: 6px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s ease, opacity .3s ease; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* --------------------------- Hero --------------------------- */
.hero { position: relative; padding: clamp(3rem,6vw,5.5rem) 0 clamp(3.5rem,7vw,6.5rem); overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(55% 50% at 85% 6%, var(--brand-soft) 0%, transparent 60%), radial-gradient(45% 45% at 5% 100%, var(--wash) 0%, transparent 55%); }
.hero-grid { max-width: var(--maxw); margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.hero .eyebrow { margin-bottom: 1.4rem; }
.hero h1 { font-size: clamp(2.5rem, 4.2vw + 1rem, 4.1rem); margin-bottom: 1.4rem; }
.hero h1 span { color: var(--primary); }
.hero-sub { font-size: 1.18rem; max-width: 34ch; margin-bottom: 2.1rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
.hero-trust { display: flex; gap: 1.5rem; flex-wrap: wrap; font-size: 0.85rem; color: var(--ink-faint); font-weight: 500; }
.hero-trust span { display: inline-flex; align-items: center; gap: 0.45rem; }
.hero-trust span::before { content: '✓'; color: var(--primary); font-weight: 700; }

/* Signature: Notice -> Resolved card */
.notice-stage { opacity: 0; animation: rise .8s ease both; }
.notice { position: relative; background: var(--surface, #fff); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow); padding: 1.8rem 1.9rem 2rem; transform: rotate(-2.2deg); overflow: hidden; }
.notice::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--danger); transition: none; animation: noticeCalm .01s linear 1.5s forwards; }
@keyframes noticeCalm { to { background: var(--primary); } }
.notice-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.1rem; margin-bottom: 1.3rem; border-bottom: 1px solid var(--line); }
.notice-kind { font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; color: var(--ink); }
.notice-id { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; color: var(--ink-faint); border: 1px solid var(--line); border-radius: var(--r-pill); padding: 0.25rem 0.7rem; }
.notice-amount { margin-bottom: 1.4rem; }
.amount-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-faint); display: block; margin-bottom: 0.4rem; }
.amount-value { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.2rem, 3.2vw + 1rem, 2.7rem); line-height: 1; letter-spacing: -0.01em; color: var(--danger); display: block; transition: none; animation: amountCalm .01s linear 1.5s forwards; }
@keyframes amountCalm { to { color: var(--primary); } }
.na-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-faint); display: block; margin-bottom: 0.5rem; }
.na-bar { height: 12px; background: var(--panel); border-radius: var(--r-pill); overflow: hidden; margin-bottom: 1.6rem; }
.na-bar span { display: block; height: 100%; width: 0; background: var(--danger); border-radius: inherit; animation: barFill 1s cubic-bezier(.4,0,.2,1) .35s forwards, barCalm .6s ease 1.45s forwards; }
@keyframes barFill { to { width: 74%; } }
@keyframes barCalm { to { background: var(--primary); } }
.notice-lines { list-style: none; display: grid; gap: 0.7rem; margin-bottom: 1.5rem; }
.notice-lines li { height: 9px; border-radius: var(--r-pill); background: var(--panel); opacity: 0; animation: fadeIn .5s ease var(--d,.5s) both; }
.notice-lines li:nth-child(1) { width: 92%; --d: .5s; }
.notice-lines li:nth-child(2) { width: 78%; --d: .62s; }
.notice-lines li:nth-child(3) { width: 85%; --d: .74s; }
.notice-lines li:nth-child(4) { width: 60%; --d: .86s; }
.notice-foot { display: flex; align-items: center; gap: 0.55rem; font-size: 0.85rem; font-weight: 600; color: var(--ink-soft); }
.notice-foot .fdot { width: 8px; height: 8px; border-radius: 50%; background: var(--primary); animation: blink 1.8s ease-in-out infinite; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.stamp { position: absolute; top: 40%; right: 4%; display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; letter-spacing: 0.05em; color: var(--primary); background: color-mix(in srgb, var(--primary) 8%, #fff); border: 3px solid var(--primary); border-radius: 12px; padding: 0.6rem 1.05rem; text-transform: uppercase; opacity: 0; transform: rotate(-13deg) scale(1.7); animation: stampIn .55s cubic-bezier(.34,1.5,.45,1) 1.5s forwards; box-shadow: 0 16px 34px color-mix(in srgb, var(--primary) 28%, transparent); white-space: nowrap; }
.stamp .stamp-check { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--primary); color: #fff; font-size: 0.95rem; }
@keyframes stampIn { to { opacity: 1; transform: rotate(-13deg) scale(1); } }

/* --------------------------- Metric strip --------------------------- */
.metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.metric { text-align: center; padding: 1.5rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); }
.metric b { font-family: var(--font-display); font-size: 2rem; font-weight: 800; color: var(--primary); display: block; line-height: 1; margin-bottom: 0.35rem; }
.metric span { font-size: 0.8rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-faint); font-weight: 600; }

/* --------------------------- About --------------------------- */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.about h2 { font-size: clamp(1.9rem,2.4vw + 1rem,2.7rem); margin-bottom: 1.3rem; }
.about p { font-size: 1.05rem; margin-bottom: 1.1rem; }
.checks { list-style: none; display: grid; gap: 0.9rem; margin-top: 1.6rem; }
.checks li { display: flex; align-items: flex-start; gap: 0.8rem; font-weight: 600; color: var(--ink); }
.checks li::before { content: '✓'; flex-shrink: 0; width: 24px; height: 24px; border-radius: 7px; background: var(--brand-soft); color: var(--primary); display: grid; place-items: center; font-size: 0.8rem; }
.about-visual { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 2.2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; }
.about-visual .m { background: var(--paper); padding: 1.5rem; border-radius: var(--r-sm); }
.about-visual .m b { font-family: var(--font-display); font-size: 1.9rem; color: var(--primary); font-weight: 800; display: block; line-height: 1; }
.about-visual .m span { font-size: 0.72rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-faint); font-weight: 600; }

/* --------------------------- Cards --------------------------- */
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; }
.card { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 1.9rem; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; overflow: hidden; }
.card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--primary); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--edge); }
.card:hover::before { transform: scaleX(1); }
.card .num { font-size: 0.78rem; font-weight: 700; color: var(--primary); letter-spacing: 0.06em; }
.card h3 { font-size: 1.28rem; margin: 0.8rem 0 0.6rem; }
.card p { font-size: 0.97rem; }

/* --------------------------- Process --------------------------- */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.4rem; counter-reset: s; }
.step { position: relative; padding-top: 3.2rem; }
.step::before { counter-increment: s; content: counter(s); position: absolute; top: 0; left: 0; width: 40px; height: 40px; border-radius: 10px; background: color-mix(in srgb, #fff 12%, transparent); color: #fff; font-family: var(--font-display); font-weight: 800; display: grid; place-items: center; }
.step h3 { font-size: 1.15rem; margin-bottom: 0.5rem; }
.step p { font-size: 0.95rem; }

/* --------------------------- FAQ --------------------------- */
.faq { max-width: 780px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: var(--r); margin-bottom: 0.9rem; overflow: hidden; transition: border-color .3s ease, box-shadow .3s ease; background: var(--paper); }
.faq-item.open { border-color: var(--edge); box-shadow: var(--shadow-sm); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 1.4rem 3rem 1.4rem 1.5rem; position: relative; font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; color: var(--ink); }
.faq-q::after { content: '+'; position: absolute; right: 1.3rem; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--primary); transition: transform .3s ease; }
.faq-item.open .faq-q::after { transform: translateY(-50%) rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-a p { padding: 0 1.5rem 1.5rem; font-size: 1rem; }
.faq-a a { color: var(--primary); font-weight: 600; text-decoration: none; }

/* --------------------------- Form --------------------------- */
.form-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow); padding: clamp(2rem,4vw,3rem); max-width: 720px; margin: 0 auto; }
.form-card h2 { font-size: clamp(1.7rem,2.4vw + 1rem,2.4rem); margin-bottom: 0.7rem; }
.form-card > p { margin-bottom: 2rem; }
.field { margin-bottom: 1.3rem; }
.field label { display: block; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.04em; color: var(--ink-soft); margin-bottom: 0.5rem; }
.field input { width: 100%; padding: 0.95rem 1.1rem; font-family: var(--font-body); font-size: 1rem; border: 1px solid var(--edge); border-radius: var(--r-sm); background: var(--wash); color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.field input:focus { outline: none; border-color: var(--primary); background: var(--paper); box-shadow: 0 0 0 4px var(--brand-soft); }
.field input.error { border-color: var(--danger); box-shadow: 0 0 0 4px color-mix(in srgb,var(--danger) 12%,transparent); }
.error-message { display: none; color: var(--danger); font-size: 0.82rem; margin-top: 0.4rem; }
.consent { display: flex; gap: 0.8rem; align-items: flex-start; margin-bottom: 1.1rem; }
.consent input { width: 20px; height: 20px; margin-top: 2px; flex-shrink: 0; accent-color: var(--primary); cursor: pointer; }
.consent label { font-size: 0.86rem; color: var(--ink-soft); line-height: 1.55; cursor: pointer; }
.consent label strong { color: var(--ink); font-weight: 600; }
.form-legal { font-size: 0.82rem; color: var(--ink-faint); margin: 0.4rem 0 1.6rem; }
.form-legal a { color: var(--primary); font-weight: 600; text-decoration: none; }
.btn-submit { width: 100%; justify-content: center; }
.thank-you { display: none; text-align: center; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow); padding: clamp(2.5rem,5vw,4rem); max-width: 720px; margin: 0 auto; }
.thank-you.show { display: block; animation: rise .5s ease; }
.thank-you h3 { font-size: 2rem; color: var(--primary); margin-bottom: 1rem; }
.thank-you p { margin-bottom: 0.9rem; }
.contact-grid { display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 2.5rem; align-items: start; }
.info-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); padding: 2rem; position: sticky; top: 6rem; }
.info-card h3 { font-size: 1.3rem; margin-bottom: 1.5rem; }
.info-row { margin-bottom: 1.3rem; }
.info-row .k { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--primary); display: block; margin-bottom: 0.35rem; }
.info-row .v, .info-row .v a { font-weight: 600; color: var(--ink); text-decoration: none; font-size: 1.02rem; }

/* --------------------------- Legal --------------------------- */
.legal { padding: clamp(2.5rem,5vw,4.5rem) 0; }
.legal-head { max-width: 900px; margin: 0 auto 2.4rem; padding: 0 2rem; }
.legal-head .eyebrow { margin-bottom: 0.9rem; }
.legal-head h1 { font-size: clamp(2.1rem,3vw + 1rem,3.2rem); }
.legal-head .lead { font-size: 1.1rem; color: var(--ink-soft); margin-top: 0.7rem; max-width: 60ch; }
.legal-body { max-width: 900px; margin: 0 auto; padding: 0 2rem; }
.legal-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); padding: clamp(2rem,4vw,3.4rem); }
.effective { font-size: 0.9rem; color: var(--ink-soft); background: var(--wash); border-left: 3px solid var(--primary); border-radius: 0 var(--r-sm) var(--r-sm) 0; padding: 1rem 1.2rem; margin-bottom: 2.2rem; }
.effective strong { color: var(--primary); }
.legal-card > p { font-size: 1.02rem; line-height: 1.8; margin-bottom: 1.4rem; }
.legal-card h2 { font-size: 1.45rem; margin: 2.5rem 0 1rem; }
.legal-card h3 { font-size: 1.18rem; margin: 1.8rem 0 0.8rem; }
.legal-card ul { margin: 0 0 1.6rem 1.4rem; }
.legal-card li { font-size: 1.02rem; line-height: 1.8; color: var(--ink-soft); margin-bottom: 0.6rem; }
.legal-card strong { color: var(--ink); }
.legal-card a { color: var(--primary); font-weight: 600; text-decoration: none; }
.legal-contact { margin-top: 2.5rem; padding: 2rem; background: var(--ink); color: #fff; border-radius: var(--r); }
.legal-contact h2 { color: #fff; margin-top: 0; font-size: 1.35rem; }
.legal-contact p { color: rgba(255,255,255,.8); margin-bottom: 0.4rem; }
.legal-contact .name { font-family: var(--font-display); font-size: 1.25rem; color: #fff; margin: 0.6rem 0 0.4rem; }
.legal-links { margin-top: 2rem; padding-top: 1.6rem; border-top: 1px solid var(--line); text-align: center; font-size: 0.9rem; }
.legal-links a { color: var(--primary); text-decoration: none; margin: 0 0.7rem; font-weight: 600; }

/* --------------------------- Footer --------------------------- */
.footer { background: var(--ink); color: #fff; padding: clamp(3rem,5vw,4.5rem) 0 2rem; }
.footer-grid { max-width: var(--maxw); margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 2.5rem; }
.footer h4 { font-family: var(--font-display); font-size: 1.4rem; color: #fff; margin-bottom: 1rem; }
.footer p { color: rgba(255,255,255,.72); font-size: 0.95rem; max-width: 34ch; }
.footer .col h5 { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-light); margin-bottom: 1.1rem; }
.footer .col a { display: block; color: rgba(255,255,255,.78); text-decoration: none; font-size: 0.95rem; margin-bottom: 0.7rem; transition: color .2s ease, transform .2s ease; }
.footer .col a:hover { color: #fff; transform: translateX(3px); }
.footer-bottom { max-width: var(--maxw); margin: 2.4rem auto 0; padding: 1.6rem 2rem 0; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: 0.82rem; color: rgba(255,255,255,.6); }

/* --------------------------- Motion --------------------------- */
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
[data-rise] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
[data-rise].in { opacity: 1; transform: translateY(0); }

/* --------------------------- Responsive --------------------------- */
@media (max-width: 940px) {
  .hero-grid, .about, .contact-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .metrics { grid-template-columns: 1fr; }
  .info-card { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .nav-links, .nav-cta .btn { display: none; }
  .nav-toggle { display: flex; }
  .nav.open .nav-links { display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 1.2rem; padding: 1.5rem 2rem; background: var(--paper); border-bottom: 1px solid var(--line); }
  .cards, .steps, .footer-grid { grid-template-columns: 1fr; }
  .container, .nav-inner, .hero-grid, .footer-grid, .footer-bottom, .legal-head, .legal-body { padding-left: 1.4rem; padding-right: 1.4rem; }
  .hero-actions .btn { flex: 1; justify-content: center; }
  .stamp { right: 2%; font-size: 1.15rem; padding: 0.5rem 0.85rem; }
}

:focus-visible { outline: 3px solid var(--primary); outline-offset: 2px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; animation-delay: 0s !important; transition: none !important; scroll-behavior: auto !important; }
  [data-rise] { opacity: 1; transform: none; }
  .notice-stage { opacity: 1; }
  .na-bar span { width: 74%; background: var(--primary); }
  .notice::before { background: var(--primary); }
  .notice-lines li, .stamp { opacity: 1; }
  .stamp { transform: rotate(-13deg) scale(1); }
  .amount-value { color: var(--primary); }
}
