:root {
  --navy: #273875;
  --navy-dark: #172653;
  --blue: #4055a1;
  --blue-soft: #7288c6;
  --coral: #ff626d;
  --coral-dark: #e54856;
  --gold: #efb52b;
  --cream: #fff8e8;
  --paper: #ffffff;
  --ink: #1f2a47;
  --muted: #66708a;
  --line: #dfe4f0;
  --surface: #f5f7fc;
  --shadow: 0 20px 55px rgba(26, 42, 89, .13);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.75;
  letter-spacing: .02em;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 9999; padding: 10px 14px; background: #fff; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.mobile-only { display: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(39,56,117,.10);
  backdrop-filter: blur(16px);
}
.header-inner {
  max-width: 1180px;
  height: 74px;
  margin: auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 14px; text-decoration: none; }
.brand-mark { display: inline-grid; place-items: center; width: 42px; height: 30px; border-radius: 8px; background: var(--navy); color: #fff; font-size: 12px; }
.header-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.header-nav a { text-decoration: none; }
.header-nav a:not(.header-cta):hover { color: var(--coral-dark); }
.header-cta { padding: 11px 20px; border-radius: 999px; background: var(--coral); color: #fff; box-shadow: 0 8px 22px rgba(255,98,109,.25); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  color: #fff;
  background: linear-gradient(128deg, var(--navy) 0%, #27376f 62%, #1b2859 100%);
}
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-orb-left { width: 650px; height: 650px; left: -210px; top: -260px; background: rgba(92,112,192,.42); }
.hero-orb-right { width: 460px; height: 460px; right: -190px; top: -200px; background: var(--gold); }
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: auto;
  padding: 88px 24px 82px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  align-items: center;
  gap: 64px;
}
.eyebrow { margin: 0 0 18px; color: #ffe681; font-weight: 800; font-size: 18px; }
.hero h1 { margin: 0; font-size: clamp(44px, 5.3vw, 74px); line-height: 1.22; letter-spacing: -.035em; }
.hero h1 em { color: #ffbd18; font-style: normal; }
.hero-sub { margin: 24px 0 24px; color: #dbe2ff; font-size: clamp(18px, 2vw, 25px); font-weight: 500; }
.topic-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.topic-pills span { padding: 8px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.08); font-size: 13px; font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 28px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--coral); color: #fff; box-shadow: 0 14px 32px rgba(255,98,109,.28); }
.button-primary:hover { background: #ff7881; box-shadow: 0 16px 38px rgba(255,98,109,.36); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.06); }
.hero-facts { list-style: none; display: flex; flex-wrap: wrap; gap: 0; padding: 0; margin: 38px 0 0; }
.hero-facts li { padding: 0 28px; border-left: 1px solid rgba(255,255,255,.25); }
.hero-facts li:first-child { padding-left: 0; border-left: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-size: 17px; }
.hero-facts span { color: #cbd4f4; font-size: 12px; }

.hero-visual { position: relative; min-height: 480px; }
.visual-card { position: absolute; width: 235px; min-height: 108px; padding: 18px 22px; border: 1px solid rgba(255,255,255,.28); border-radius: 20px; background: rgba(255,255,255,.12); box-shadow: 0 20px 50px rgba(7,16,53,.22); backdrop-filter: blur(14px); }
.visual-card strong, .visual-card small { display: block; }
.visual-card strong { margin-top: 5px; font-size: 19px; }
.visual-card small { color: #dce3ff; }
.visual-number { color: #ffe17e; font-size: 12px; font-weight: 900; }
.card-law { top: 8px; left: 0; transform: rotate(-4deg); }
.card-ai { top: 89px; right: 5px; transform: rotate(4deg); }
.card-demo { left: 8px; bottom: 154px; transform: rotate(-2deg); }
.mascot-main { position: absolute; z-index: 3; width: 255px; right: 58px; bottom: -25px; filter: drop-shadow(0 18px 15px rgba(0,0,0,.22)); }

.date-strip { position: relative; z-index: 3; margin-top: -1px; background: #fff; box-shadow: 0 12px 38px rgba(29,44,91,.08); }
.section-inner { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.date-strip-inner { min-height: 120px; display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 24px; }
.date-label { font-weight: 900; color: var(--navy); }
.date-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.date-list > div { padding: 4px 25px; border-left: 1px solid var(--line); }
.date-list strong, .date-list span { display: block; }
.date-list strong { color: var(--navy); font-size: 20px; }
.date-list span { color: var(--muted); font-size: 13px; }
.date-strip a { color: var(--coral-dark); font-size: 14px; font-weight: 900; text-decoration: none; }

.section { padding: 105px 0; }
.section-heading { max-width: 900px; margin-bottom: 52px; }
.section-heading h2 { margin: 6px 0 16px; color: var(--navy-dark); font-size: clamp(32px, 4.2vw, 50px); line-height: 1.35; letter-spacing: -.03em; }
.section-heading p:last-child { color: var(--muted); }
.section-kicker { margin: 0; color: var(--coral-dark); font-weight: 900; font-size: 12px; letter-spacing: .18em; }

.why { background: var(--surface); }
.issue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.issue-card { padding: 35px 30px 32px; border: 1px solid #e2e6f0; border-radius: var(--radius); background: #fff; box-shadow: 0 12px 30px rgba(37,50,89,.06); }
.issue-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 22px; border-radius: 16px; background: var(--navy); color: #fff; font-size: 21px; font-weight: 900; }
.issue-card:nth-child(2) .issue-icon { background: var(--gold); color: var(--navy-dark); }
.issue-card:nth-child(3) .issue-icon { background: var(--coral); }
.issue-card h3 { margin: 0 0 14px; font-size: 21px; line-height: 1.5; }
.issue-card p { margin: 0; color: var(--muted); font-size: 14px; }

.program { overflow: hidden; background: linear-gradient(145deg, var(--navy-dark), var(--navy)); color: #fff; }
.section-heading-light h2 { color: #fff; }
.section-heading-light .section-kicker { color: #ffcf55; }
.program-list { display: grid; gap: 18px; }
.program-card { display: grid; grid-template-columns: 190px 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.08); }
.program-meta { padding: 35px; display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.07); }
.program-meta .part { font-size: 29px; font-weight: 900; }
.duration { color: #d5ddff; font-size: 13px; }
.program-content { padding: 34px 40px 36px; display: grid; grid-template-columns: 1fr 1.2fr; column-gap: 44px; align-items: start; }
.program-step { grid-column: 1 / -1; margin: 0 0 8px; color: #ffd05e; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.program-content h3 { margin: 0; font-size: 27px; line-height: 1.45; }
.program-content ul { margin: 0; padding-left: 1.3em; color: #e0e5fa; font-size: 14px; }
.program-content li + li { margin-top: 5px; }
.program-note { margin: 22px 0 0; color: #cbd4f5; font-size: 13px; text-align: right; }

.audience-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.audience-copy h2 { margin: 5px 0 25px; color: var(--navy-dark); font-size: clamp(32px, 4vw, 48px); }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; padding: 12px 0 12px 42px; border-bottom: 1px solid var(--line); font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 11px; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #fff0f1; color: var(--coral-dark); font-weight: 900; }
.audience-panel { padding: 40px; border-radius: 26px; background: var(--cream); box-shadow: var(--shadow); }
.audience-panel p { margin: 0 0 15px; color: var(--navy); font-weight: 900; }
.audience-panel hr { border: 0; border-top: 1px solid #eadfbf; margin: 28px 0; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-cloud span { padding: 9px 13px; border-radius: 999px; background: #fff; color: var(--ink); font-size: 13px; font-weight: 700; box-shadow: 0 4px 14px rgba(39,56,117,.07); }

.outline { background: var(--surface); }
.outline-card { overflow: hidden; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.outline-card dl { margin: 0; }
.outline-card dl > div { display: grid; grid-template-columns: 210px 1fr; border-bottom: 1px solid var(--line); }
.outline-card dl > div:last-child { border-bottom: 0; }
.outline-card dt, .outline-card dd { margin: 0; padding: 25px 30px; }
.outline-card dt { background: #eef1fa; color: var(--navy); font-weight: 900; }
.outline-card dd span { color: var(--muted); }
.outline-dates { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 30px; list-style: none; }
.outline-dates li { font-weight: 800; }

.timeline { list-style: none; padding: 0; margin: 0; max-width: 900px; }
.timeline li { position: relative; display: grid; grid-template-columns: 110px 1fr; gap: 30px; padding: 0 0 36px; }
.timeline li::before { content: ""; position: absolute; left: 89px; top: 18px; bottom: -3px; width: 2px; background: #dfe3ef; }
.timeline li:last-child::before { display: none; }
.timeline li::after { content: ""; position: absolute; left: 82px; top: 8px; width: 16px; height: 16px; border-radius: 50%; background: var(--coral); border: 4px solid #ffe9eb; }
.timeline time { color: var(--navy); font-size: 20px; font-weight: 900; }
.timeline h3 { margin: 0; font-size: 20px; }
.timeline p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }

.entry { position: relative; overflow: hidden; color: #fff; background: linear-gradient(145deg, #1d2d65, #314582); }
.entry::before { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; right: -200px; top: -220px; background: var(--gold); }
.entry-decoration { position: absolute; left: max(12px, calc((100vw - 1280px) / 2)); bottom: 28px; width: 125px; opacity: .9; }
.entry-inner { position: relative; z-index: 2; display: grid; grid-template-columns: .74fr 1.26fr; gap: 72px; align-items: start; }
.entry-heading { position: sticky; top: 120px; }
.entry-heading .section-kicker { color: #ffd15e; }
.entry-heading h2 { margin: 7px 0 16px; font-size: clamp(34px, 4vw, 48px); line-height: 1.35; }
.entry-heading > p:not(.section-kicker) { color: #d6ddf6; }
.entry-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.entry-badges span { padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,.28); font-size: 12px; font-weight: 700; }
.form-frame-wrap { overflow: hidden; border-radius: 22px; background: #fff; box-shadow: 0 25px 65px rgba(3,11,38,.32); }
.form-frame-header { min-height: 58px; padding: 0 20px; display: flex; align-items: center; gap: 10px; color: var(--ink); border-bottom: 1px solid var(--line); background: #fff; }
.form-frame-header small { margin-left: auto; padding: 3px 8px; border-radius: 999px; background: #fff4cc; color: #785b00; font-weight: 800; }
.status-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--coral); }
.form-frame-wrap iframe { display: block; width: 100%; min-height: 645px; border: 0; background: #f7f8fc; }

.faq { background: var(--surface); }
.narrow { max-width: 900px; }
.faq-list { display: grid; gap: 12px; }
details { padding: 0 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
summary { cursor: pointer; list-style: none; padding: 22px 38px 22px 0; font-weight: 800; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 2px; top: 18px; color: var(--coral-dark); font-size: 25px; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 0 22px; color: var(--muted); }

.site-footer { padding: 50px 24px 95px; color: #dce2f7; background: #111b3e; }
.footer-inner { max-width: 1120px; margin: auto; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.footer-inner p { margin: 0; }
.footer-inner a { color: #fff; font-size: 13px; }
.copyright { max-width: 1120px; margin: 30px auto 0; color: #8792bb; font-size: 11px; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}

@media (max-width: 900px) {
  .header-nav a:not(.header-cta) { display: none; }
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 70px; gap: 30px; }
  .hero-visual { min-height: 350px; max-width: 560px; width: 100%; margin: auto; }
  .mascot-main { width: 210px; right: 17%; }
  .date-strip-inner { grid-template-columns: 1fr; padding: 22px 0; gap: 12px; }
  .date-label { margin: 0; }
  .date-list { width: 100%; }
  .date-list > div:first-child { border-left: 0; padding-left: 0; }
  .date-strip a { display: none; }
  .issue-grid { grid-template-columns: 1fr; }
  .program-card { grid-template-columns: 150px 1fr; }
  .program-content { grid-template-columns: 1fr; }
  .program-content ul { margin-top: 18px; }
  .audience-inner, .entry-inner { grid-template-columns: 1fr; gap: 45px; }
  .entry-heading { position: static; }
  .entry-decoration { display: none; }
}

@media (max-width: 640px) {
  body { padding-bottom: 68px; }
  .site-header { position: relative; }
  .header-inner { height: 64px; padding: 0 16px; }
  .brand { font-size: 11px; line-height: 1.35; }
  .brand-mark { width: 38px; flex: 0 0 38px; }
  .header-cta { display: none; }
  .hero-inner, .section-inner { width: 100%; padding-left: 20px; padding-right: 20px; }
  .hero-inner { padding-top: 55px; padding-bottom: 52px; }
  .eyebrow { font-size: 14px; }
  .hero h1 { font-size: 43px; }
  .mobile-only { display: block; }
  .hero-sub { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-facts li { padding: 0 9px; }
  .hero-facts strong { font-size: 14px; }
  .hero-facts span { font-size: 10px; line-height: 1.45; }
  .hero-visual { min-height: 320px; }
  .visual-card { width: 180px; min-height: 90px; padding: 14px 16px; }
  .visual-card strong { font-size: 15px; }
  .card-law { top: 6px; }
  .card-ai { top: 112px; }
  .card-demo { bottom: 0; }
  .mascot-main { width: 158px; right: 23%; bottom: 7px; }
  .date-strip-inner { width: calc(100% - 40px); padding-left: 0; padding-right: 0; }
  .date-list { grid-template-columns: 1fr; }
  .date-list > div { border-left: 0; border-top: 1px solid var(--line); padding: 11px 0; display: flex; justify-content: space-between; align-items: center; }
  .date-list strong { font-size: 17px; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2 { font-size: 33px; }
  .issue-card { padding: 28px 24px; }
  .program-card { grid-template-columns: 1fr; }
  .program-meta { padding: 22px 24px; flex-direction: row; align-items: center; }
  .program-content { padding: 27px 24px 30px; }
  .program-content h3 { font-size: 22px; }
  .program-note { text-align: left; }
  .audience-panel { padding: 28px 22px; }
  .outline-card dl > div { grid-template-columns: 1fr; }
  .outline-card dt, .outline-card dd { padding: 18px 20px; }
  .outline-card dt { padding-bottom: 8px; background: #fff; color: var(--coral-dark); }
  .outline-card dd { padding-top: 2px; }
  .outline-card dl > div { padding: 10px 0; }
  .outline-dates { display: grid; gap: 4px; }
  .timeline li { grid-template-columns: 76px 1fr; gap: 22px; }
  .timeline li::before { left: 64px; }
  .timeline li::after { left: 57px; }
  .timeline time { font-size: 16px; }
  .timeline h3 { font-size: 17px; }
  .entry::before { width: 290px; height: 290px; }
  .form-frame-wrap iframe { min-height: 670px; }
  .footer-inner { display: grid; }
  .mobile-cta { position: fixed; z-index: 200; left: 0; right: 0; bottom: 0; display: block; padding: 9px 12px; background: rgba(255,255,255,.94); box-shadow: 0 -8px 24px rgba(24,34,75,.12); backdrop-filter: blur(12px); }
  .mobile-cta a { display: grid; place-items: center; min-height: 50px; border-radius: 999px; background: var(--coral); color: #fff; text-decoration: none; font-weight: 900; }
}

/* Thank-you page */
.thanks-page { background: var(--surface); }
.thanks-header-link { padding: 10px 18px; border-radius: 999px; color: var(--navy); border: 1px solid var(--line); font-size: 13px; font-weight: 800; text-decoration: none; background: #fff; }
.thanks-header-link:hover { border-color: #b9c3df; background: #f8f9fd; }
.thanks-hero { position: relative; overflow: hidden; min-height: 710px; color: #fff; background: linear-gradient(128deg, var(--navy) 0%, #27376f 62%, #1b2859 100%); }
.thanks-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.thanks-orb-left { width: 620px; height: 620px; left: -260px; bottom: -350px; background: rgba(92,112,192,.42); }
.thanks-orb-right { width: 440px; height: 440px; right: -150px; top: -220px; background: var(--gold); }
.thanks-hero-inner { position: relative; z-index: 2; width: min(1120px, calc(100% - 48px)); min-height: 710px; margin: auto; padding: 72px 0; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 70px; align-items: center; }
.thanks-card { padding: 52px 56px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; color: var(--ink); background: rgba(255,255,255,.97); box-shadow: 0 30px 70px rgba(7,16,53,.28); }
.thanks-check { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 22px; border-radius: 50%; color: #fff; background: var(--coral); font-size: 34px; font-weight: 900; box-shadow: 0 12px 30px rgba(255,98,109,.28); }
.thanks-kicker { margin: 0 0 8px; color: var(--coral-dark); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.thanks-card h1 { margin: 0; color: var(--navy-dark); font-size: clamp(38px, 4.7vw, 58px); line-height: 1.3; letter-spacing: -.035em; }
.thanks-lead { margin: 22px 0 8px; color: var(--ink); font-size: 18px; font-weight: 800; }
.thanks-copy { margin: 0; color: var(--muted); font-size: 14px; }
.thanks-mail-note { margin: 28px 0; padding: 19px 20px; border: 1px solid #eadfbf; border-radius: 14px; background: var(--cream); }
.thanks-mail-note strong { display: block; margin-bottom: 4px; color: var(--navy); font-size: 14px; }
.thanks-mail-note p { margin: 0; color: #6c674f; font-size: 12px; line-height: 1.7; }
.thanks-button { min-width: 240px; }
.thanks-side { position: relative; min-height: 480px; padding: 40px 34px 180px; border: 1px solid rgba(255,255,255,.22); border-radius: 26px; background: rgba(255,255,255,.09); box-shadow: 0 24px 55px rgba(7,16,53,.18); backdrop-filter: blur(12px); }
.thanks-side-label { margin: 0 0 16px; color: #ffe17e; font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.thanks-side h2 { margin: 0; font-size: clamp(31px, 3.5vw, 44px); line-height: 1.38; letter-spacing: -.025em; }
.thanks-side-sub { margin: 18px 0 22px; color: #dbe2ff; font-size: 15px; }
.thanks-topics { display: flex; flex-wrap: wrap; gap: 8px; }
.thanks-topics span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.07); font-size: 11px; font-weight: 700; }
.thanks-mascot { position: absolute; right: 36px; bottom: -7px; width: 220px; filter: drop-shadow(0 18px 15px rgba(0,0,0,.22)); }
.thanks-next { background: #fff; }
.thanks-steps { list-style: none; display: grid; gap: 15px; padding: 0; margin: 0; }
.thanks-steps li { display: grid; grid-template-columns: 72px 1fr; gap: 22px; align-items: start; padding: 26px 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.thanks-step-number { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; color: #fff; background: var(--navy); font-size: 13px; font-weight: 900; letter-spacing: .06em; }
.thanks-steps h3 { margin: 2px 0 4px; color: var(--navy-dark); font-size: 19px; }
.thanks-steps p { margin: 0; color: var(--muted); font-size: 13px; }
.thanks-footer { padding-bottom: 50px; }

@media (max-width: 900px) {
  .thanks-hero-inner { grid-template-columns: 1fr; padding: 60px 0; }
  .thanks-side { min-height: 390px; }
  .thanks-mascot { width: 190px; }
}

@media (max-width: 640px) {
  .thanks-page { padding-bottom: 0; }
  .thanks-header-link { padding: 8px 12px; font-size: 11px; white-space: nowrap; }
  .thanks-hero-inner { width: 100%; padding: 38px 20px 52px; gap: 26px; }
  .thanks-card { padding: 34px 24px; border-radius: 22px; }
  .thanks-check { width: 56px; height: 56px; font-size: 29px; }
  .thanks-card h1 { font-size: 37px; }
  .thanks-lead { font-size: 16px; }
  .thanks-copy br { display: none; }
  .thanks-button { width: 100%; min-width: 0; }
  .thanks-side { min-height: 355px; padding: 30px 22px 145px; }
  .thanks-side h2 { font-size: 31px; }
  .thanks-mascot { width: 155px; right: 24px; }
  .thanks-steps li { grid-template-columns: 52px 1fr; gap: 15px; padding: 21px 18px; }
  .thanks-step-number { width: 48px; height: 48px; border-radius: 13px; font-size: 11px; }
  .thanks-steps h3 { font-size: 17px; }
}
