@charset "UTF-8";

:root {
  color-scheme: light;
  --paper: #f8f7f3;
  --ink: #242522;
  --muted: #686963;
  --blue: #2454ef;
  --blue-dark: #1844cc;
  --line: #dedfd8;
  --peach: #f1d0bd;
  --soft-blue: #e4eafa;
  --ease: cubic-bezier(.2,.7,.3,1);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
::selection { background: #dbe3ff; color: #183dc1; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
.wrap { width: min(1200px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 10; top: 12px; left: 16px; padding: 12px 20px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 108px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; font-size: 24px; font-weight: 700; letter-spacing: -.8px; min-height: 44px; }
.brand-key { display: block; flex: none; width: 39px; height: 39px; border-radius: 11px; }
.brand-en { font-size: 18px; letter-spacing: -.7px; font-weight: 500; margin-left: 2px; }
.site-header nav { display: flex; align-items: center; gap: 32px; font-size: 14px; }
.site-header nav a { display: inline-flex; align-items: center; min-height: 44px; }
.site-header nav a:hover, .text-link:hover, .footer-column a:hover { color: var(--blue); }
.site-header .nav-cta { gap: 26px; border: 1px solid var(--ink); border-radius: 7px; padding: 0 17px; margin-left: 7px; }
.nav-cta span { font-size: 20px; }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding-block: 73px 71px; }
.eyebrow { font-size: 12px; line-height: 1.7; letter-spacing: 1.2px; font-weight: 600; }
.hero .eyebrow { font-size: 14px; letter-spacing: 1px; display: flex; align-items: center; gap: 10px; margin-bottom: 26px; }
.tiny-star { color: var(--blue); font-size: 24px; }
h1 { font-size: clamp(52px, 6.15vw, 85px); line-height: 1.22; letter-spacing: -5px; font-weight: 650; }
h1 > span { color: var(--blue); position: relative; }
h1 > span::after { content: ""; position: absolute; left: 0; right: 17px; bottom: -8px; border-bottom: 3px solid var(--blue); transform: rotate(-2deg); border-radius: 50%; }
.hero-description { white-space: pre-line; color: var(--muted); font-size: 17px; line-height: 1.95; margin-top: 35px; }
.hero-actions { display: flex; gap: 28px; align-items: center; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-height: 54px; padding: 0 23px; border-radius: 8px; font-size: 15px; font-weight: 550; transition: background 180ms, transform 180ms var(--ease); }
.button-blue { background: var(--blue); color: white; }
.button-blue:hover { background: var(--blue-dark); transform: translateY(-2px); }
.button span { font-size: 23px; line-height: 1; }
.text-link { display: flex; gap: 14px; align-items: center; min-height: 44px; font-size: 14px; }
.availability { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; margin-top: 18px; }
.status-dot { display: inline-block; background: #747b69; width: 6px; height: 6px; border-radius: 50%; }
.hero-note { font-size: 12px; color: var(--muted); margin-top: 47px; }
.hero-stage { position: relative; padding: 36px 32px 14px; isolation: isolate; }
.hero-stage::before { content: ""; position: absolute; z-index: -1; inset: 0 -5px 0 5px; background: var(--soft-blue); border-radius: 45% 45% 18px 18px; transform: rotate(3deg); }
.stage-caption { text-align: right; margin: 0 2px 20px; color: #4b567b; font-size: 12px; transform: rotate(3deg); }
.stage-caption span { font-size: 22px; margin-right: 5px; }
.keyboard-demo { position: relative; background: white; border: 1px solid #d9dbdf; border-radius: 18px; overflow: hidden; box-shadow: 0 18px 42px -22px #3949795c, 0 3px 0 #c6ccd8; scroll-margin-top: 38px; }
.demo-document { padding: 18px 21px 16px; min-height: 140px; }
.document-top { display: flex; align-items: center; gap: 10px; padding-bottom: 17px; border-bottom: 1px solid #edede9; font-size: 12px; }
.document-icon { font-size: 15px; color: var(--muted); }
.document-dots { margin-left: auto; letter-spacing: 2px; }
.draft-label { margin-top: 16px; font-size: 10px; color: var(--muted); }
.draft { font-size: 14px; line-height: 1.7; margin-top: 5px; min-height: 48px; }
.caret { height: 17px; width: 2px; background: var(--blue); display: inline-block; vertical-align: middle; margin-left: 3px; }
.demo-panel { background: #edeff2; padding: 11px 10px 9px; }
.demo-tabs { display: flex; gap: 5px; padding: 0 2px 10px; }
.skill-tab { border: 1px solid transparent; background: transparent; color: #535761; border-radius: 7px; padding: 0 10px; flex: 1; font-size: 12px; min-height: 38px; white-space: nowrap; transition: background 160ms, color 160ms; }
.skill-tab span { font-size: 15px; margin-right: 3px; }
.skill-tab[aria-pressed="true"] { color: #1644d0; background: white; border-color: #d5dbef; box-shadow: 0 2px 0 #d5dbea; }
.skill-tab:hover { background: #fff9; }
.suggestion { background: white; border-radius: 9px; padding: 13px 14px 12px; }
.suggestion-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 11px; font-weight: 600; }
.suggestion-heading > span:first-child { display: flex; align-items: center; gap: 7px; }
.mini-quote { display: block; flex: none; width: 21px; height: 21px; border-radius: 5px; }
.pending { color: var(--muted); font-size: 10px; font-weight: 400; }
#result { margin-top: 9px; font-size: 14px; line-height: 1.8; min-height: 76px; }
.suggestion-actions { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding-top: 8px; }
#demo-status { font-size: 10px; color: var(--muted); max-width: 53%; line-height: 1.5; }
.apply-button, .undo-button { border: 0; color: white; background: var(--blue); padding: 0 11px; min-height: 36px; border-radius: 6px; font-size: 11px; white-space: nowrap; }
.apply-button:hover, .undo-button:hover { background: var(--blue-dark); }
.apply-button span, .undo-button span { margin-left: 9px; font-size: 16px; }
.keyboard { padding-top: 9px; }
.candidates { display: flex; justify-content: space-between; font-size: 12px; padding: 4px 8px 12px; }
.key-row { display: flex; justify-content: center; gap: 5px; margin-bottom: 6px; }
.key-row i { flex: 1; min-width: 0; height: 31px; display: flex; align-items: center; justify-content: center; border-radius: 5px; background: #fff; box-shadow: 0 1px 0 #b9bfc9; font-size: 15px; font-weight: 400; font-style: normal; }
.row-middle { padding-inline: 15px; }
.key-row .function { background: #d9dde5; }
.row-bottom { margin-bottom: 1px; }
.row-bottom i { font-size: 10px; }
.key-row .space { flex: 5; }
.key-row .return { flex: 1.7; }
.demo-footnote { text-align: center; color: #626773; padding-block: 8px; font-size: 10px; background: #edeff2; }
.floating-key { position: absolute; display: flex; align-items: center; justify-content: center; border-radius: 15px; z-index: 2; pointer-events: none; }
.quote-key { top: -7px; left: -7px; width: 82px; height: 82px; transform: rotate(-12deg); }
.asterisk-key { right: -16px; bottom: 40px; width: 75px; height: 76px; color: #715441; background: #f4d2bb; font-size: 51px; transform: rotate(13deg); border: 1px solid #f9e2d1; box-shadow: 0 6px 0 #cfae99, inset 0 0 0 5px #f7ddca; }
.belief-strip { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 25px; border-block: 1px solid var(--line); font-size: 13px; color: var(--muted); }
.belief-strip > span { color: var(--blue); font-size: 24px; }
.section { padding-block: 105px; }
.section-heading { display: flex; justify-content: space-between; gap: 64px; align-items: end; }
h2 { font-size: clamp(32px, 3.7vw, 48px); line-height: 1.35; letter-spacing: -2px; font-weight: 600; margin-top: 18px; }
.muted-title { color: #8a8c85; }
.section-description { color: var(--muted); font-size: 15px; line-height: 1.95; white-space: pre-line; max-width: 365px; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px; margin-top: 64px; }
.principles article + article { border-left: 1px solid var(--line); padding-left: 40px; }
.feature-symbol { display: flex; align-items: center; height: 48px; margin-bottom: 23px; color: var(--blue); font-family: Georgia, serif; font-size: 46px; letter-spacing: -3px; }
.symbol-caret { font: 33px/1 sans-serif; margin-left: 7px; }
h3 { font-size: 18px; line-height: 1.6; font-weight: 600; }
.principles p { font-size: 14px; color: var(--muted); line-height: 1.95; margin-top: 10px; }
.skills-section { background: #eeefea; }
.expression-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.expression-card { border: 1px solid #fff7; border-radius: 14px; padding: 29px 27px 30px; min-width: 0; }
.warm-card { background: #f1ded0; }
.direct-card { background: #dfe6f7; }
.light-card { background: #e6e8d4; }
.expression-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 29px; }
.expression-key { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 12px; background: #fffc; color: #8c593e; font-size: 34px; box-shadow: 0 4px 0 #00000014, inset 0 0 0 4px #fff9; transform: rotate(-7deg); }
.direct-card .expression-key { color: var(--blue); transform: rotate(5deg); }
.light-card .expression-key { color: #596832; transform: rotate(-4deg); }
.expression-number { align-self: start; font-size: 12px; color: #65685f; }
.expression-card h3 { font-size: 24px; letter-spacing: -.7px; }
.expression-caption { margin-top: 6px; font-size: 13px; color: #606259; }
.before { margin-top: 37px; }
.before > span, .after > span { font-size: 10px; color: #62635d; }
.before > p { font-size: 14px; margin-top: 8px; color: #535750; min-height: 49px; line-height: 1.75; }
.after { border-top: 1px solid #30352426; padding-top: 15px; margin-top: 10px; }
.after > p { font-size: 18px; line-height: 1.8; margin-top: 8px; min-height: 65px; }
.section-note { font-size: 11px; text-align: right; color: var(--muted); margin-top: 18px; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; padding: 0; margin: 50px 0 0; counter-reset: none; }
.steps li { position: relative; border-top: 1px solid var(--line); padding-top: 26px; }
.step-number { position: absolute; top: -17px; left: 0; display: flex; justify-content: center; align-items: center; width: 33px; height: 33px; border: 1px solid #c9ccc2; background: var(--paper); border-radius: 50%; font-size: 12px; }
.steps h3 { margin-top: 15px; }
.steps p { color: var(--muted); font-size: 14px; line-height: 1.95; margin-top: 9px; }
.privacy-section { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; background: #252923; border-radius: 18px; padding: 62px; color: #f4f4ef; }
.privacy-section .eyebrow { color: #c8cec0; }
.privacy-section h2 { font-size: 48px; }
.privacy-copy > p:not(.eyebrow) { color: #c1c6ba; font-size: 14px; line-height: 1.9; white-space: pre-line; margin-top: 22px; }
.privacy-art { display: flex; align-items: center; gap: 30px; margin-top: 37px; padding-left: 4px; }
.privacy-key { display: flex; align-items: center; justify-content: center; width: 86px; height: 74px; font-size: 52px; background: #e6e8d4; border: 1px solid #e7eadb; color: #353b2c; border-radius: 12px; box-shadow: 0 5px 0 #939989, inset 0 0 0 5px #d5dbc4; transform: rotate(-8deg); }
.privacy-annotation { font: italic 19px/1.5 Georgia, serif; transform: rotate(-5deg); color: #ced4c3; }
.privacy-list article { display: flex; gap: 22px; border-bottom: 1px solid #ffffff26; padding-block: 26px; }
.privacy-list article:first-child { padding-top: 0; }
.privacy-list article:last-child { border-bottom: 0; padding-bottom: 0; }
.privacy-number { color: #b5bea9; font-size: 11px; padding-top: 7px; }
.privacy-list h3 { font-size: 17px; }
.privacy-list p { color: #c1c6ba; font-size: 13px; line-height: 1.95; margin-top: 9px; }
.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 86px; }
.faq-section h2 { font-size: 32px; letter-spacing: -1.2px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; font-size: 14px; line-height: 1.7; padding: 21px 0; display: flex; gap: 15px; justify-content: space-between; align-items: center; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex-shrink: 0; font-size: 23px; font-weight: 300; color: var(--muted); transition: transform 160ms; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { font-size: 13px; color: var(--muted); line-height: 1.95; padding: 0 25px 24px 0; }
.closing { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; border-top: 1px solid var(--line); padding-block: 75px 88px; align-items: center; }
.closing h2 { font-size: 57px; line-height: 1.3; }
.closing h2 span { color: var(--blue); }
.closing p:not(.eyebrow) { margin-top: 20px; font-size: 15px; color: var(--muted); }
.closing .button { margin-top: 28px; }
.closing .closing-status { font-size: 11px !important; }
.closing-art { position: relative; height: 330px; margin-inline: 8px; }
.large-key { display: flex; align-items: center; justify-content: center; position: absolute; border-radius: 28px; width: 170px; height: 165px; font-size: 68px; font-weight: 500; }
.large-key-white { background: #fff; color: var(--ink); border: 1px solid #e5e4df; box-shadow: 0 10px 0 #d8d8d1, inset 0 0 0 10px #f4f3ee; transform: rotate(-12deg); top: 10px; left: 12px; }
.large-key-blue { background: var(--blue); color: white; border: 1px solid #4772f7; box-shadow: 0 10px 0 #1940b7, inset 0 0 0 10px #3867fa; font: 238px/1 Georgia, serif; padding-top: 75px; transform: rotate(8deg); left: 173px; top: 85px; z-index: 1; }
.large-key-peach { background: #edc5ad; color: #72503d; border: 1px solid #f5d6c4; box-shadow: 0 9px 0 #cba18a, inset 0 0 0 10px #f4d5c1; transform: rotate(-5deg); font-size: 78px; left: 47px; top: 172px; }
.site-footer { border-top: 1px solid var(--line); padding-top: 41px; }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; padding-bottom: 41px; }
.company-description { font-size: 12px; line-height: 1.9; color: var(--muted); max-width: 275px; margin-top: 18px; }
.footer-column { display: flex; flex-direction: column; align-items: start; font-size: 12px; gap: 12px; padding-top: 5px; }
.footer-column h3 { font-size: 12px; font-weight: 600; margin-bottom: 3px; }
.footer-column a { min-height: 24px; }
.footer-column small { max-width: 190px; color: var(--muted); font-size: 10px; line-height: 1.7; }
.footer-bottom { border-top: 1px solid var(--line); padding-block: 23px; display: flex; gap: 20px; align-items: center; justify-content: space-between; color: var(--muted); font-size: 10px; letter-spacing: .3px; }
.footer-bottom > span:nth-child(2) { font-weight: 600; letter-spacing: 1px; }
.footer-bottom a { min-height: 30px; display: inline-flex; align-items: center; }
.noscript { font-size: 13px; line-height: 1.8; padding-bottom: 24px; }

@media (prefers-reduced-motion: no-preference) {
  .hero-copy, .hero-stage { animation: arrive 650ms var(--ease) both; }
  .hero-stage { animation-delay: 90ms; }
  @keyframes arrive { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
}
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 72px); }
  .site-header nav { gap: 23px; }
  .hero { gap: 28px; padding-block: 60px; }
  .hero-stage { padding: 34px 14px 12px; }
  .hero-actions { gap: 18px; }
  .hero-description { font-size: 15px; }
  .quote-key { left: -12px; }
  .asterisk-key { right: -12px; width: 62px; height: 63px; font-size: 42px; bottom: 25px; }
  .skill-tab { padding-inline: 5px; font-size: 11px; }
  .demo-document { padding-inline: 16px; }
  .demo-panel { padding-inline: 8px; }
  .key-row { gap: 4px; }
  .privacy-section { gap: 45px; padding: 44px; }
  .expression-card { padding-inline: 23px; }
  .faq-section { gap: 50px; }
  .large-key { width: 145px; height: 142px; }
  .large-key-blue { left: 143px; }
  .large-key-peach { top: 152px; left: 37px; }
}
@media (max-width: 800px) {
  .wrap { width: calc(100% - 48px); }
  .site-header { min-height: 86px; }
  .site-header nav { gap: 0; }
  .site-header nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 47px; padding-top: 49px; }
  .hero-copy { max-width: 540px; }
  h1 { font-size: clamp(57px, 10vw, 78px); letter-spacing: -3px; }
  .hero-description { font-size: 16px; margin-top: 29px; }
  .hero-note { margin-top: 25px; }
  .hero-stage { width: min(480px, 92%); margin-inline: auto; padding: 38px 30px 18px; }
  .keyboard-demo { max-width: 400px; margin-inline: auto; }
  .quote-key { left: -8px; }
  .asterisk-key { right: -4px; }
  .belief-strip { font-size: 11px; }
  .section { padding-block: 72px; }
  .section-heading { align-items: start; gap: 28px; }
  .section-description { max-width: 280px; font-size: 14px; }
  h2 { font-size: 35px; }
  .principles { gap: 24px; margin-top: 44px; }
  .principles article + article { padding-left: 20px; }
  .principles h3 { font-size: 16px; }
  .principles p { font-size: 13px; }
  .expression-grid { gap: 12px; }
  .expression-card { padding: 23px 18px; }
  .expression-card h3 { font-size: 21px; }
  .expression-caption { line-height: 1.8; min-height: 46px; }
  .before { margin-top: 22px; }
  .before p { min-height: 74px; }
  .after > p { font-size: 16px; min-height: 116px; }
  .steps { gap: 28px; }
  .privacy-section { grid-template-columns: 1fr; gap: 50px; padding: 38px; }
  .privacy-art { position: absolute; right: 10px; bottom: 0; }
  .privacy-copy { position: relative; }
  .privacy-annotation { display: none; }
  .privacy-copy > p:not(.eyebrow) { max-width: 280px; }
  .privacy-list article { gap: 24px; }
  .faq-section { grid-template-columns: 1fr; gap: 35px; }
  .closing { gap: 15px; }
  .closing h2 { font-size: 43px; }
  .large-key { width: 111px; height: 110px; border-radius: 18px; font-size: 47px; }
  .large-key-blue { font-size: 165px; padding-top: 65px; left: 112px; top: 91px; }
  .large-key-peach { top: 169px; font-size: 59px; left: 27px; }
  .large-key-white { top: 30px; }
  .closing-art { height: 300px; }
  .footer-main { gap: 28px; grid-template-columns: 1.3fr 1fr 1fr; }
}
@media (max-width: 560px) {
  .wrap { width: calc(100% - 40px); }
  .brand { font-size: 22px; gap: 8px; }
  .brand-key { width: 34px; height: 34px; border-radius: 9px; }
  .brand-en { font-size: 16px; }
  .site-header { min-height: 79px; gap: 10px; }
  .site-header .nav-cta { gap: 14px; padding-inline: 12px; font-size: 12px; }
  .hero { padding-top: 37px; gap: 42px; padding-bottom: 39px; }
  .hero .eyebrow { font-size: 12px; margin-bottom: 17px; }
  h1 { font-size: clamp(48px, 13.3vw, 67px); line-height: 1.3; letter-spacing: -3px; }
  h1 > span::after { bottom: -5px; border-width: 2px; }
  .hero-description { font-size: 14px; line-height: 1.9; margin-top: 24px; }
  .hero-actions { margin-top: 24px; gap: 24px; }
  .hero-actions .button { gap: 22px; padding-inline: 18px; font-size: 13px; min-height: 49px; }
  .text-link { font-size: 12px; }
  .hero-note { display: none; }
  .availability { font-size: 11px; }
  .hero-stage { width: calc(100% - 8px); padding: 35px 9px 12px; }
  .hero-stage::before { inset: 0 0 0 0; transform: rotate(2deg); }
  .quote-key { width: 61px; height: 61px; border-radius: 12px; left: -5px; top: -7px; }
  .stage-caption { font-size: 10px; margin-bottom: 14px; margin-right: 1px; }
  .stage-caption span { font-size: 20px; }
  .asterisk-key { width: 48px; height: 49px; font-size: 33px; right: -7px; bottom: 29px; border-radius: 11px; }
  .demo-document { padding: 14px 16px; }
  .draft { font-size: 13px; }
  #result { font-size: 13px; min-height: 72px; }
  .key-row i { height: 30px; }
  .skill-tab { min-height: 44px; }
  .apply-button, .undo-button { min-height: 44px; }
  .belief-strip { gap: 12px; font-size: 10px; padding-block: 18px; }
  .belief-strip > span { font-size: 20px; }
  .section { padding-block: 57px; }
  .section-heading { display: block; }
  h2 { font-size: 34px; letter-spacing: -1.5px; margin-top: 14px; }
  .eyebrow { font-size: 10px; }
  .section-description { margin-top: 22px; max-width: 100%; font-size: 13px; }
  .principles { grid-template-columns: 1fr; gap: 28px; margin-top: 36px; }
  .principles article { position: relative; padding-left: 64px; }
  .principles article + article { border-left: 0; padding-left: 64px; border-top: 1px solid var(--line); padding-top: 26px; }
  .feature-symbol { position: absolute; left: 0; top: 2px; font-size: 34px; }
  .principles article + article .feature-symbol { top: 27px; }
  .symbol-caret { font-size: 26px; margin-left: 4px; }
  .principles p { margin-top: 5px; }
  .expression-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 30px; }
  .expression-card { padding: 24px; }
  .expression-top { margin-bottom: 21px; }
  .expression-key { width: 57px; height: 57px; }
  .expression-card h3 { font-size: 24px; }
  .expression-caption { min-height: 0; }
  .before { margin-top: 27px; }
  .before > p { min-height: 0; }
  .after > p { min-height: 0; font-size: 18px; }
  .section-note { text-align: left; font-size: 10px; line-height: 1.8; }
  .how-section h2 { font-size: 29px; }
  .steps { grid-template-columns: 1fr; gap: 30px; margin-top: 33px; }
  .steps li { border-top: 0; padding: 0 0 0 50px; }
  .step-number { top: 0; }
  .steps h3 { margin-top: 0; font-size: 16px; }
  .steps p { font-size: 13px; margin-top: 4px; }
  .steps li:not(:last-child)::after { content: ""; position: absolute; top: 40px; bottom: -20px; left: 16px; width: 1px; background: var(--line); }
  .privacy-section { padding: 32px 26px; gap: 37px; border-radius: 13px; }
  .privacy-section h2 { font-size: 40px; }
  .privacy-copy > p:not(.eyebrow) { font-size: 12px; max-width: 220px; margin-top: 19px; }
  .privacy-art { right: 0; top: 2px; bottom: auto; }
  .privacy-key { width: 56px; height: 52px; font-size: 37px; border-radius: 9px; }
  .privacy-list article { gap: 13px; padding-block: 20px; }
  .privacy-list h3 { font-size: 16px; }
  .privacy-list p { font-size: 12px; }
  .faq-section { gap: 26px; }
  .faq-section h2 { font-size: 29px; }
  .faq-list summary { font-size: 13px; padding-block: 17px; }
  .faq-list details p { font-size: 12px; }
  .closing { grid-template-columns: 1fr; gap: 20px; padding-block: 45px; position: relative; }
  .closing h2 { font-size: 44px; }
  .closing p:not(.eyebrow) { font-size: 13px; }
  .closing-art { height: 228px; width: 258px; margin: 0 auto; }
  .large-key-white { top: 4px; left: 7px; }
  .large-key-blue { top: 57px; left: 132px; }
  .large-key-peach { top: 116px; left: 33px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px 19px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .company-description { max-width: 100%; }
  .footer-column h3 { font-size: 11px; }
  .footer-column { font-size: 11px; gap: 9px; }
  .footer-column a { min-height: 32px; }
  .footer-bottom { display: grid; grid-template-columns: 1fr auto; row-gap: 8px; font-size: 9px; }
  .footer-bottom > span:first-child { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
