:root {
  --ink: #f8f8ff;
  --muted: #aaacd0;
  --violet: #7658ff;
  --cyan: #42dcff;
  --coral: #ff654f;
  --night: #0b0c25;
  --panel: rgba(24, 25, 68, .72);
  --line: rgba(255, 255, 255, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--night);
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
  z-index: -1;
}
a { color: inherit; text-decoration: none; }
.ambient { position: absolute; border-radius: 50%; filter: blur(110px); opacity: .22; pointer-events: none; z-index: -1; }
.ambient-one { width: 540px; height: 540px; background: #5335ff; top: -140px; right: 3%; }
.ambient-two { width: 380px; height: 380px; background: #00cbff; top: 650px; left: -220px; opacity: .1; }

.site-header, main, footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
html.lang-pending body { visibility: hidden; }
html[data-lang="en"] body { font-family: "DM Sans", "Noto Sans JP", sans-serif; }
.site-header { height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.lang-switcher { display: inline-flex; border: 1px solid var(--line); border-radius: 99px; overflow: hidden; }
.lang-switcher button {
  appearance: none;
  margin: 0;
  border: 0;
  background: transparent;
  color: #9a9cbe;
  font: 700 12px/1 "DM Sans", "Noto Sans JP", sans-serif;
  letter-spacing: .02em;
  padding: 10px 12px;
  cursor: pointer;
}
.lang-switcher button[aria-pressed="true"] {
  background: rgba(255,255,255,.12);
  color: var(--ink);
}
.lang-switcher button:hover { color: var(--ink); }
.lang-switcher button:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: -2px;
  z-index: 1;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font: 700 18px/1 "DM Sans", sans-serif; letter-spacing: -.02em; }
.brand img { border-radius: 10px; box-shadow: 0 7px 20px rgba(36, 65, 255, .35); }
.header-download { display: flex; align-items: center; gap: 9px; padding: 12px 18px; border: 1px solid var(--line); border-radius: 99px; font-size: 13px; font-weight: 600; transition: .25s ease; }
.header-download:hover { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.06); transform: translateY(-2px); }
.header-download:focus-visible, .legal-back:focus-visible, .text-link:focus-visible, .primary-button:focus-visible, .download-card:focus-visible, .plan-button:focus-visible, .footer-links a:focus-visible, .brand:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}
.header-download svg, .primary-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.hero { min-height: 690px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 56px; padding: 72px 0 110px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #b9b5ff; font: 700 12px/1 "DM Sans", sans-serif; letter-spacing: .18em; }
.eyebrow > span { display: inline-block; width: 8px; height: 8px; border: 2px solid var(--cyan); border-radius: 50%; box-shadow: 0 0 12px var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 25px 0 28px; font-size: clamp(52px, 6vw, 82px); line-height: 1.12; letter-spacing: -.055em; }
h1 em { color: transparent; font-style: normal; background: linear-gradient(105deg, #fff 10%, #aeb3ff 45%, #58dcff 85%); -webkit-background-clip: text; background-clip: text; }
.hero-copy > p { max-width: 500px; color: var(--muted); font-size: 17px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.primary-button { display: inline-flex; align-items: center; gap: 14px; min-width: 205px; padding: 14px 24px; border-radius: 14px; background: linear-gradient(135deg, #7760ff, #5543f4); box-shadow: 0 12px 38px rgba(82, 63, 244, .38), inset 0 1px rgba(255,255,255,.3); transition: .25s ease; }
.primary-button:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(82, 63, 244, .5), inset 0 1px rgba(255,255,255,.3); }
.primary-button span { display: flex; flex-direction: column; font: 700 20px/1 "DM Sans"; }
.primary-button small, .download-card small { font-size: 9px; letter-spacing: .14em; opacity: .68; margin-bottom: 5px; }
.text-link { color: #c8c9e4; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 4px; }
.text-link span { color: var(--cyan); margin-left: 4px; }
.hero-copy .download-note { margin: 13px 0 0 3px; font-size: 11px; color: #737598; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(103, 216, 255, .16); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 590px; height: 590px; border-style: dashed; animation: rotate 35s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.mac-window { position: relative; width: min(100%, 500px); aspect-ratio: 1.12; border: 1px solid rgba(255,255,255,.18); border-radius: 25px; background: linear-gradient(145deg, rgba(33,36,93,.89), rgba(14,15,48,.93)); backdrop-filter: blur(22px); box-shadow: 0 40px 100px rgba(0,0,0,.52), inset 0 1px rgba(255,255,255,.12); overflow: hidden; transform: perspective(900px) rotateY(-4deg) rotateX(2deg); }
.window-bar { height: 47px; display: flex; align-items: center; gap: 7px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.08); }
.window-bar i { width: 9px; height: 9px; border-radius: 50%; background: #ff685f; }
.window-bar i:nth-child(2) { background: #ffc45a; }.window-bar i:nth-child(3) { background: #40d56c; }
.window-bar span { margin: auto; padding-right: 42px; color: #7e80a4; font: 600 10px "DM Sans"; }
.meeting-alert { height: calc(100% - 47px); display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center; background: radial-gradient(circle at center 30%, rgba(89,64,255,.18), transparent 46%); }
.pulse-ring { width: 102px; height: 102px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(93,219,255,.28); box-shadow: 0 0 0 14px rgba(76,171,255,.045), 0 0 0 29px rgba(104,82,255,.035); }
.pulse-ring img { width: 68px; height: 68px; border-radius: 16px; }
.starting { color: var(--cyan); font: 700 9px/1 "DM Sans"; letter-spacing: .2em; margin: 30px 0 10px; }
.meeting-alert strong { font: 700 30px/1.2 "DM Sans"; }
.meeting-alert p { color: #8588ad; font-size: 12px; margin: 8px 0 25px; }
.alert-actions { display: flex; gap: 8px; font-size: 11px; }
.alert-actions span, .alert-actions b { padding: 10px 19px; border-radius: 8px; border: 1px solid rgba(255,255,255,.1); font-weight: 600; }
.alert-actions b { border: 0; background: var(--violet); }
.sound-chip { position: absolute; right: -14px; bottom: 80px; display: flex; align-items: center; gap: 10px; padding: 12px 17px; border-radius: 14px; background: rgba(24,26,72,.92); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 20px 30px rgba(0,0,0,.4); }
.sound-chip > span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; background: rgba(67,220,255,.12); color: var(--cyan); }
.sound-chip div { display: flex; flex-direction: column; font: 700 13px "DM Sans"; }
.sound-chip small { font-size: 7px; letter-spacing: .15em; color: #787ba4; }

.problem { width: 100vw; margin-left: calc(50% - 50vw); padding: 80px max(24px, calc((100vw - 1180px)/2)); border-block: 1px solid var(--line); display: flex; justify-content: space-between; align-items: flex-end; background: rgba(255,255,255,.018); }
.problem > p { margin: 0; color: #b6b7d3; font-size: clamp(25px, 3vw, 38px); font-weight: 600; line-height: 1.55; letter-spacing: -.03em; }
.problem em { font-style: normal; color: var(--coral); }
.problem-answer { text-align: right; color: #e2e2f4; font-size: 14px; }
.sound-wave { display: flex; height: 35px; align-items: center; justify-content: flex-end; gap: 5px; margin-top: 15px; }
.sound-wave i { width: 3px; height: 12px; border-radius: 5px; background: linear-gradient(var(--cyan), var(--violet)); }
.sound-wave i:nth-child(2), .sound-wave i:nth-child(4) { height: 25px; }.sound-wave i:nth-child(3) { height: 35px; }

.features { padding: 140px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 60px; }
.section-heading > span { color: #787aa2; font: 700 10px "DM Sans"; letter-spacing: .18em; padding-top: 14px; }
h2 { font-size: clamp(39px, 5vw, 62px); line-height: 1.25; letter-spacing: -.045em; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; border: 1px solid var(--line); border-radius: 23px; background: linear-gradient(145deg, rgba(32,34,83,.65), rgba(17,18,52,.7)); transition: .3s ease; }
.feature-card:hover { border-color: rgba(124,106,255,.5); transform: translateY(-5px); }
.feature-main { grid-column: span 2; background: radial-gradient(circle at 15% 15%, rgba(76,93,255,.25), transparent 42%), linear-gradient(145deg, rgba(34,36,93,.8), rgba(17,18,52,.8)); }
.feature-icon { width: 68px; height: 68px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; color: var(--cyan); background: rgba(255,255,255,.035); }
.feature-icon > span { position: relative; }
.expand-icon span { width: 25px; height: 25px; border: 2px solid var(--cyan); border-radius: 5px; box-shadow: 0 0 20px rgba(66,220,255,.3); }
.speaker-icon span { font-size: 24px; }
.clock-icon span { width: 28px; height: 28px; border: 2px solid var(--cyan); border-radius: 50%; }
.clock-icon span::before { content: ""; position: absolute; width: 2px; height: 8px; background: var(--coral); top: 5px; left: 11px; transform-origin: bottom; transform: rotate(35deg); }
.calendar-icon span { width: 29px; height: 26px; border: 2px solid var(--cyan); border-radius: 5px; }
.calendar-icon span::before { content: ""; position: absolute; inset: 6px -2px auto; border-top: 2px solid var(--cyan); }
.calendar-icon span::after { content: ""; position: absolute; width: 3px; height: 3px; left: 6px; top: 12px; border-radius: 50%; background: var(--coral); box-shadow: 8px 0 var(--cyan), 0 7px var(--cyan), 8px 7px var(--coral); }
.menu-icon span { width: 29px; height: 23px; border-block: 2px solid var(--cyan); }
.menu-icon span::before { content: ""; position: absolute; width: 29px; top: 9px; border-top: 2px solid var(--cyan); }
.menu-icon span::after { content: ""; position: absolute; width: 4px; height: 4px; left: -8px; top: -3px; border-radius: 50%; background: var(--coral); box-shadow: 0 11px var(--cyan), 0 22px var(--coral); }
.link-icon span { width: 27px; height: 11px; border: 2px solid var(--cyan); border-radius: 8px; transform: rotate(-35deg); }
.link-icon span::after { content: ""; position: absolute; width: 27px; height: 11px; left: -12px; top: 7px; border: 2px solid var(--coral); border-radius: 8px; }
.room-icon span { width: 28px; height: 28px; border: 2px solid var(--cyan); border-radius: 4px 4px 10px 10px; }
.room-icon span::before { content: ""; position: absolute; width: 8px; height: 11px; left: 8px; bottom: -2px; border: 2px solid var(--coral); border-bottom: 0; }
.camera-icon span { width: 29px; height: 22px; border: 2px solid var(--cyan); border-radius: 6px; }
.camera-icon span::before { content: ""; position: absolute; width: 8px; height: 8px; left: 8px; top: 5px; border: 2px solid var(--coral); border-radius: 50%; }
.camera-icon span::after { content: ""; position: absolute; width: 8px; height: 5px; right: -8px; top: 6px; border: 2px solid var(--cyan); border-left: 0; }
.reminder-icon span { width: 23px; height: 29px; border: 2px solid var(--cyan); border-radius: 5px; }
.reminder-icon span::before { content: "+"; position: absolute; left: 5px; top: -5px; color: var(--coral); font: 700 21px/1 "DM Sans"; }
.timer-icon span { width: 28px; height: 28px; border: 2px solid var(--cyan); border-radius: 50%; }
.timer-icon span::before { content: ""; position: absolute; width: 9px; height: 3px; left: 8px; top: -7px; border-radius: 2px; background: var(--coral); }
.timer-icon span::after { content: ""; position: absolute; width: 2px; height: 9px; left: 11px; top: 4px; background: var(--cyan); transform-origin: bottom; transform: rotate(45deg); }
.launch-icon span { width: 26px; height: 26px; border: 2px solid var(--cyan); border-radius: 50%; border-top-color: transparent; }
.launch-icon span::before { content: ""; position: absolute; width: 8px; height: 8px; right: -1px; top: -1px; border-top: 2px solid var(--coral); border-right: 2px solid var(--coral); transform: rotate(8deg); }
.number { color: #6f7197; font: 700 10px "DM Sans"; letter-spacing: .12em; }
.feature-card h3 { margin: 12px 0 15px; font-size: 24px; }
.feature-card p { margin: 0; color: #999bbd; font-size: 13px; line-height: 1.9; }

.pricing { padding: 25px 0 140px; }
.pricing-heading { align-items: flex-end; }
.pricing-intro { max-width: 760px; margin: -25px 0 45px auto; color: #999bbd; line-height: 1.8; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.price-card { display: flex; flex-direction: column; min-height: 520px; padding: 38px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg, rgba(32,34,83,.65), rgba(17,18,52,.76)); }
.price-card-supporter { border-color: rgba(117,221,255,.38); background: radial-gradient(circle at 100% 0, rgba(66,220,255,.14), transparent 38%), linear-gradient(145deg, rgba(34,36,93,.86), rgba(17,18,52,.8)); }
.price-label { margin: 0 0 14px; color: var(--cyan); font: 700 10px "DM Sans"; letter-spacing: .18em; }
.price-card h3 { margin: 0; font-size: 24px; }
.price { margin: 30px 0 5px; font: 700 42px "DM Sans"; letter-spacing: -.04em; }
.price s { color: #9a9cbe; font-size: 20px; font-weight: 500; }
.price-caption { margin: 0; color: #8e90b2; font-size: 12px; }
.price-en { display: none; }
html[data-lang="en"] .price-ja { display: none; }
html[data-lang="en"] .price-en { display: block; }
.price-card ul { flex: 1; margin: 32px 0; padding-left: 1.3em; color: #b7b8d2; font-size: 14px; line-height: 2; }
.plan-button { display: block; padding: 14px 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 99px; color: #d2d3ea; font-weight: 700; text-align: center; transition: .2s ease; }
.plan-button[href]:hover { color: #fff; border-color: rgba(117,221,255,.6); background: rgba(66,220,255,.08); }
.plan-button:not([href]) { cursor: default; opacity: .62; }
.license-result { max-width: 650px; margin: 0 auto; padding: 48px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg, rgba(32,34,83,.72), rgba(17,18,52,.82)); text-align: center; }
.license-result h1 { margin: 0 0 18px; font-size: clamp(36px, 6vw, 56px); }
.license-result p { color: #b7b8d2; line-height: 1.8; }
.license-key-wrap { margin: 30px 0; }
.license-key-wrap label { display: block; margin-bottom: 10px; color: #8e90b2; font-size: 12px; }
.license-key { width: 100%; padding: 15px; border: 1px solid rgba(117,221,255,.35); border-radius: 12px; color: var(--ink); background: rgba(4,5,24,.55); font: 700 18px/1.4 "DM Sans", monospace; text-align: center; }
.license-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.license-actions button, .license-actions a { appearance: none; padding: 13px 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 99px; color: var(--ink); background: transparent; font: 700 14px "Noto Sans JP", sans-serif; cursor: pointer; }
.license-actions button { background: var(--violet); border-color: transparent; }
.license-actions button:focus-visible, .license-actions a:focus-visible, .license-key:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }
.license-help { margin: 28px 0 0; font-size: 13px; }
.license-help a { color: #75ddff; text-decoration: underline; text-underline-offset: 3px; }
.pricing-footnote { max-width: 850px; margin: 30px auto 0; color: #898bad; font-size: 12px; line-height: 1.8; text-align: center; }

.download-section { width: 100vw; margin-left: calc(50% - 50vw); padding: 100px max(24px, calc((100vw - 1180px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 70px; background: linear-gradient(120deg, #171742 0%, #1e1a58 50%, #142e56 100%); border-block: 1px solid rgba(255,255,255,.12); overflow: hidden; position: relative; }
.download-section::after { content: ""; position: absolute; width: 420px; height: 420px; right: -110px; top: -180px; border: 1px solid rgba(95,219,255,.16); border-radius: 50%; box-shadow: 0 0 0 50px rgba(95,219,255,.025), 0 0 0 100px rgba(95,219,255,.02); }
.download-section h2 { margin: 25px 0 20px; }
.download-section p { max-width: 570px; color: #aaacd0; line-height: 1.9; }
.download-card { position: relative; z-index: 1; flex: 0 0 310px; display: flex; align-items: center; gap: 20px; padding: 26px 28px; border-radius: 22px; background: white; color: #11122e; box-shadow: 0 30px 70px rgba(0,0,0,.28); transition: .25s ease; }
.download-card:hover { transform: translateY(-5px) rotate(-1deg); }
.download-card img { border-radius: 20px; }
.download-card > span { display: flex; flex-direction: column; font-family: "DM Sans"; }
.download-card strong { font-size: 31px; line-height: 1; }
.download-card em { position: absolute; right: 25px; bottom: 21px; color: #6b54ff; font-style: normal; }

footer { height: 115px; display: flex; align-items: center; justify-content: space-between; color: #727495; }
footer .brand { font-size: 15px; color: #c4c5dd; }
footer p { margin: 0; font: 500 11px "DM Sans"; }
.footer-links { display: flex; align-items: center; gap: 24px; color: #aaacd0; font-size: 12px; }
.footer-links a { text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 4px; transition: .2s ease; }
.footer-links a:hover { color: var(--ink); text-decoration-color: currentColor; }

.legal-header { height: 86px; border-bottom: 1px solid var(--line); }
.legal-header .brand { color: #e6e6f6; }
.legal-back { color: #b9b5ff; font-size: 13px; font-weight: 600; }
.legal-main { width: min(780px, calc(100% - 48px)); padding: 78px 0 110px; }
.legal-intro { padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.legal-kicker { margin-bottom: 16px; color: var(--cyan); font: 700 10px/1 "DM Sans", sans-serif; letter-spacing: .18em; }
.legal-main h1 { margin: 0 0 18px; font-size: clamp(38px, 6vw, 62px); letter-spacing: -.045em; }
.legal-updated { margin: 0; color: #898bad; font-size: 13px; }
.legal-section { padding: 38px 0; border-bottom: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 18px; color: #eaeaFA; font-size: 23px; letter-spacing: -.025em; }
.legal-section h3 { margin: 26px 0 12px; font-size: 16px; }
.legal-section p, .legal-section li { color: #b7b8d2; font-size: 14px; line-height: 1.9; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section ul { margin: 12px 0 0; padding-left: 1.4em; }
.legal-section a { color: #75ddff; text-decoration: underline; text-underline-offset: 3px; }
.legal-note { padding: 20px 22px; border: 1px solid rgba(117,221,255,.2); border-radius: 14px; background: rgba(66,220,255,.05); }
[data-lang-block="en"] { display: none; }
html[data-lang="en"] [data-lang-block="ja"] { display: none; }
html[data-lang="en"] [data-lang-block="en"] { display: block; }
html[data-lang="ja"] [data-lang-block="en"] { display: none; }
html[data-lang="ja"] [data-lang-block="ja"] { display: block; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 50px; text-align: center; }
  .hero-copy > p { margin-inline: auto; }.eyebrow, .hero-actions { justify-content: center; }
  .hero-copy .download-note { text-align: center; }
  .hero-visual { min-height: 500px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }.feature-main { grid-column: 1 / -1; min-height: 330px; }
  .pricing-intro { margin-left: 0; }
  .download-section { align-items: flex-start; }
}

@media (max-width: 640px) {
  .site-header, main, footer { width: min(100% - 32px, 1180px); }
  .site-header { height: 76px; }.site-header .brand span { display: none; }.header-download { padding: 10px 13px; font-size: 11px; }
  .header-actions { gap: 8px; }
  .lang-switcher button { padding: 8px 9px; font-size: 11px; }
  .hero { padding: 60px 0 85px; gap: 25px; }.hero-actions { flex-direction: column; gap: 19px; }
  .hero-visual { min-height: 390px; }.mac-window { transform: none; }.orbit-one { width: 330px; height: 330px; }.orbit-two { width: 390px; height: 390px; }
  .sound-chip { right: -7px; bottom: 30px; }.meeting-alert strong { font-size: 24px; }.pulse-ring { width: 85px; height: 85px; }.pulse-ring img { width: 56px; height: 56px; }
  .problem { padding-block: 65px; flex-direction: column; align-items: flex-start; gap: 40px; }.problem-answer { text-align: left; }.sound-wave { justify-content: flex-start; }
  .features { padding: 95px 0; }.section-heading { display: block; }.section-heading > span { display: block; margin-bottom: 24px; }.feature-grid { grid-template-columns: 1fr; }.feature-main { grid-column: auto; }.feature-card { min-height: 340px; }
  .pricing { padding-bottom: 95px; }.pricing-grid { grid-template-columns: 1fr; }.price-card { min-height: auto; padding: 28px; }
  .download-section { padding-block: 80px; flex-direction: column; }.download-card { width: 100%; flex-basis: auto; }
  footer { height: auto; min-height: 180px; flex-direction: column; justify-content: center; gap: 20px; padding-block: 30px; }
  .footer-links { flex-wrap: wrap; justify-content: center; gap: 12px 20px; }
  .legal-header { height: auto; min-height: 76px; flex-wrap: wrap; padding-block: 12px; }
  .legal-header .brand span { display: inline; }
  .legal-main { width: min(100% - 32px, 780px); padding: 56px 0 80px; }
  .legal-section { padding: 30px 0; }
  .license-result { padding: 32px 20px; }
  .license-key { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; transition: none !important; } }
