:root {
  --ivory: #fbf9f5;
  --paper: #fffdf9;
  --ink: #1c2624;
  --muted: #6f746e;
  --line: #e3ded4;
  --coral: #d95a4e;
  --coral-dark: #b9473e;
  --coral-soft: #fae7df;
  --sage: #74836a;
  --sage-dark: #3e5142;
  --sage-soft: #e9ede4;
  --sand: #f2eadc;
  --sans: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
  --serif: "Noto Serif KR", "Nanum Myeongjo", "Batang", serif;
  --shadow: 0 24px 70px rgba(68, 57, 43, .11);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ivory); }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.7; letter-spacing: -.018em; }
button, a { font: inherit; }
a { color: inherit; }
button:disabled { cursor: not-allowed; }
::selection { background: #f2c4ba; color: var(--ink); }
:focus-visible { outline: 3px solid rgba(217, 90, 78, .32); outline-offset: 4px; }

.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 10px 16px; border-radius: 8px; background: var(--ink); color: white; text-decoration: none; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 20; height: 76px; border-bottom: 1px solid rgba(95, 83, 67, .11); background: rgba(251, 249, 245, .92); backdrop-filter: blur(16px); }
.header-inner { width: min(100% - 48px, 1180px); height: 100%; margin: auto; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; white-space: nowrap; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(145deg, #e66c60, #ca493f); color: white; font: 700 27px/1 Georgia, serif; box-shadow: 0 8px 18px rgba(201, 74, 63, .2); }
.brand-name { font-size: 1.65rem; font-weight: 900; line-height: 1; letter-spacing: -.075em; }
nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
nav a { color: #6d716c; font-size: .9rem; font-weight: 700; text-decoration: none; }
nav a:hover { color: var(--coral-dark); }
.draft-chip { display: inline-flex; align-items: center; padding: 6px 11px; border: 1px solid #e6b0a8; border-radius: 999px; background: #fff2ef; color: #a9443c; font-size: .78rem; font-weight: 800; white-space: nowrap; }

main { width: min(100% - 48px, 1180px); margin: auto; }
.section { padding: 112px 0; border-top: 1px solid var(--line); }
.eyebrow { margin: 0 0 18px; color: var(--sage); font-family: Georgia, var(--serif); font-size: .75rem; font-weight: 700; line-height: 1.25; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: #c6d4c1; }
.section-heading { max-width: 660px; margin-bottom: 44px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2, .ai-copy h2, .closing-section h2 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4.3vw, 3.4rem); line-height: 1.25; letter-spacing: -.06em; word-break: keep-all; }
.section-heading > p:last-child { margin: 17px 0 0; color: var(--muted); font-size: 1.06rem; }

.hero { min-height: 695px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(490px, 1.08fr); align-items: center; gap: 60px; padding: 70px 0 86px; }
.hero-copy { min-width: 0; max-width: 100%; position: relative; z-index: 1; }
.hero h1 { max-width: 100%; margin: 0; color: #17211f; font-family: var(--serif); font-size: clamp(2.85rem, 5.2vw, 4.6rem); line-height: 1.18; letter-spacing: -.075em; word-break: keep-all; overflow-wrap: break-word; }
.hero h1 em { color: var(--coral); font-style: normal; text-decoration: underline; text-decoration-color: #dc7a70; text-decoration-thickness: 2px; text-underline-offset: 9px; }
.hero-lead { max-width: 600px; margin: 26px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.8; word-break: keep-all; overflow-wrap: break-word; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; font-weight: 800; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.button:not(:disabled):hover { transform: translateY(-2px); }
.button.primary { background: linear-gradient(135deg, #df6154, #cc4d43); color: white; box-shadow: 0 12px 26px rgba(201, 74, 63, .2); }
.button.primary:disabled { background: #d8d2ca; color: #797771; box-shadow: none; opacity: 1; }
.button.secondary { border-color: #d9d3ca; background: rgba(255, 253, 249, .88); color: var(--ink); }
.draft-note { max-width: 560px; display: flex; align-items: flex-start; gap: 9px; margin: 17px 0 0; color: #858781; font-size: .82rem; }
.draft-note span { width: 7px; height: 7px; flex: 0 0 auto; margin-top: 8px; border-radius: 50%; background: var(--coral); }

.hero-visual { min-width: 0; max-width: 100%; min-height: 520px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; inset: 35px 2px 38px 12px; border-radius: 48% 52% 44% 56%; background: radial-gradient(circle at 70% 20%, rgba(255,255,255,.95), transparent 38%), linear-gradient(145deg, var(--sage-soft), var(--sand)); transform: rotate(-4deg); }
.phone-shell { width: min(330px, 72vw); position: relative; z-index: 2; padding: 12px; border: 1px solid #363c38; border-radius: 34px; background: #202522; box-shadow: 0 34px 70px rgba(35, 42, 37, .23); transform: rotate(2.5deg); }
.phone-bar { height: 38px; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; color: rgba(255,255,255,.82); font-size: .75rem; font-weight: 800; }
.phone-bar i { width: 43px; height: 6px; border-radius: 99px; background: rgba(255,255,255,.22); }
.mock-workspace { padding: 16px; border-radius: 23px; background: #f8f5ef; }
.mock-source { min-height: 142px; position: relative; display: grid; place-items: center; padding: 30px 20px 20px; border-radius: 13px; background: linear-gradient(145deg, #e7e0d3, #faf6ef); overflow: hidden; text-align: center; }
.mock-source::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent 0 16px, rgba(74,69,61,.035) 16px 17px); }
.mock-source p { position: relative; margin: 0; color: #4b4d48; font-family: var(--serif); font-size: .9rem; line-height: 1.75; font-weight: 700; }
.mock-label { position: absolute; left: 11px; top: 9px; z-index: 2; padding: 2px 7px; border-radius: 99px; background: rgba(255,255,255,.85); color: #966158; font-size: .6rem; font-weight: 800; }
.crop-frame { position: absolute; inset: 44px 21px 25px; border: 2px solid var(--coral); box-shadow: 0 0 0 100px rgba(31, 35, 32, .1); }
.crop-frame::before, .crop-frame::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: white; border: 2px solid var(--coral); }
.crop-frame::before { left: -5px; top: -5px; }
.crop-frame::after { right: -5px; bottom: -5px; }
.flow-mark { height: 31px; display: grid; place-items: center; color: var(--sage); font-size: 1.2rem; }
.mock-card { min-height: 242px; position: relative; display: flex; flex-direction: column; justify-content: center; padding: 38px 30px 30px; border-radius: 13px; color: white; overflow: hidden; }
.mock-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 12%, rgba(255,255,255,.17), transparent 27%), linear-gradient(140deg, rgba(255,255,255,.03), rgba(0,0,0,.18)); }
.mock-card.forest { background: #526653; }
.quote-mark { position: relative; z-index: 1; color: #e7d5bd; font: 700 2.2rem/1 Georgia, serif; }
.mock-card p { position: relative; z-index: 1; margin: 11px 0 24px; font-family: var(--serif); font-size: 1.12rem; line-height: 1.8; font-weight: 700; }
.mock-card small { position: relative; z-index: 1; color: rgba(255,255,255,.7); font-size: .68rem; }
.floating-tag { position: absolute; z-index: 3; padding: 9px 13px; border: 1px solid rgba(143,127,105,.16); border-radius: 999px; background: rgba(255,253,249,.96); box-shadow: 0 10px 25px rgba(70,59,45,.12); color: #5f645d; font-size: .77rem; font-weight: 800; }
.tag-one { left: 0; top: 102px; transform: rotate(-6deg); }
.tag-two { right: -6px; bottom: 90px; transform: rotate(5deg); }

.problem-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.problem-grid { display: grid; gap: 0; border-top: 1px solid var(--line); }
.problem-grid article { display: grid; grid-template-columns: 45px 1fr; column-gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.problem-grid article > span { grid-row: 1 / 3; color: var(--coral); font-family: Georgia, serif; font-size: .78rem; letter-spacing: .08em; }
.problem-grid h3 { margin: 0 0 6px; font-size: 1.1rem; }
.problem-grid p { margin: 0; color: var(--muted); }

.flow-section { background: linear-gradient(180deg, transparent, rgba(233,237,228,.45), transparent); }
.flow-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.flow-list li { min-height: 292px; position: relative; padding: 33px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 253, 249, .84); box-shadow: 0 12px 34px rgba(68,57,43,.05); }
.step-number { position: absolute; top: 20px; right: 24px; color: #b5b3aa; font: italic 1rem Georgia, serif; }
.flow-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 50%; background: var(--coral-soft); color: var(--coral-dark); font-family: var(--serif); font-size: 1.55rem; font-weight: 800; }
.flow-list li:nth-child(2) .flow-icon { background: var(--sage-soft); color: var(--sage-dark); }
.flow-list li:nth-child(3) .flow-icon { background: var(--sand); color: #6c604f; font-family: Georgia, serif; }
.flow-list h3 { margin: 0 0 8px; font-size: 1.25rem; }
.flow-list p { margin: 0; color: var(--muted); }

.result-section { display: grid; grid-template-columns: .68fr 1.32fr; gap: 65px; align-items: center; }
.result-stage { min-height: 590px; position: relative; border-radius: 31px; background: linear-gradient(145deg, #e9eee5, #f3eadf); box-shadow: inset 0 0 0 1px rgba(103,93,78,.08); }
.style-panel { width: 270px; position: absolute; left: 25px; top: 28px; z-index: 4; display: grid; gap: 17px; padding: 20px; border: 1px solid rgba(124,113,96,.15); border-radius: 18px; background: rgba(255,253,249,.94); box-shadow: 0 18px 40px rgba(68,57,43,.12); }
.panel-label { display: block; margin-bottom: 8px; color: #777c75; font-size: .7rem; font-weight: 800; }
.font-pills, .size-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.font-pills span, .size-pills span { padding: 5px 8px; border: 1px solid #dfdad1; border-radius: 7px; background: #fff; color: #73766f; font-size: .65rem; }
.font-pills .active, .size-pills .active { border-color: #df887e; background: var(--coral-soft); color: var(--coral-dark); font-weight: 800; }
.font-pills .serif { font-family: var(--serif); }
.font-pills .hand { font-style: italic; }
.font-pills .strong { font-weight: 900; }
.single-result { position: absolute; right: 33px; top: 52px; z-index: 2; }
.result-caption { display: block; margin-bottom: 9px; color: #5d675e; font-size: .72rem; font-weight: 800; }
.display-card { width: 260px; aspect-ratio: 4 / 5; display: flex; flex-direction: column; justify-content: center; padding: 38px 32px; border-radius: 5px; color: white; box-shadow: var(--shadow); transform: rotate(3deg); }
.coral-card { background: linear-gradient(145deg, #b64e46, #df7764); }
.display-card p { margin: 13px 0 20px; font-family: var(--serif); font-size: 1.12rem; line-height: 1.75; font-weight: 700; }
.display-card i { width: 30px; height: 1px; margin-bottom: 15px; background: rgba(255,255,255,.58); }
.display-card small { color: rgba(255,255,255,.75); font-size: .67rem; }
.carousel-result { width: 240px; height: 222px; position: absolute; left: 47px; bottom: 28px; z-index: 5; }
.carousel-result .result-caption { position: absolute; left: 0; top: -26px; }
.mini-card { width: 164px; aspect-ratio: 4 / 5; position: absolute; right: 0; bottom: 0; display: flex; flex-direction: column; justify-content: center; padding: 24px 19px; border-radius: 4px; color: white; box-shadow: 0 16px 38px rgba(55,49,41,.18); }
.mini-card p { margin: 0; font-family: var(--serif); font-size: 1rem; line-height: 1.7; font-weight: 700; }
.mini-card small { margin-top: 20px; color: rgba(255,255,255,.7); font-size: .58rem; line-height: 1.55; }
.mini-card > span { font-weight: 800; }
.stack-back { right: 68px; bottom: 5px; background: #c2a176; transform: rotate(-11deg); }
.stack-middle { right: 34px; bottom: 2px; background: #74846b; transform: rotate(-5deg); }
.stack-front { background: #536a79; }
.page-count { position: absolute; top: 13px; right: 15px; color: rgba(255,255,255,.72); font-size: .6rem; }

.role-section { background: linear-gradient(180deg, transparent, rgba(242,234,220,.48), transparent); }
.role-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.role-grid article { padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.role-head { display: flex; align-items: center; gap: 16px; }
.role-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--coral-soft); color: var(--coral-dark); font: 800 1.2rem Georgia, serif; }
.role-icon.android { background: var(--sage-soft); color: var(--sage-dark); }
.role-head p { margin: 0; color: var(--muted); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.role-head h3 { margin: 0; font-size: 1.35rem; }
.role-grid ul, .feature-card ul { margin: 27px 0; padding: 0; list-style: none; }
.role-grid li, .feature-card li { position: relative; padding: 8px 0 8px 24px; border-bottom: 1px solid rgba(112,101,86,.09); }
.role-grid li::before, .feature-card li::before { content: ""; width: 7px; height: 7px; position: absolute; left: 2px; top: 18px; border: 2px solid var(--sage); border-radius: 50%; }
.status { display: inline-flex; padding: 5px 10px; border-radius: 999px; font-size: .75rem; font-weight: 800; }
.status.available { background: var(--sage-soft); color: var(--sage-dark); }
.status.testing { background: var(--sand); color: #6b5b45; }
.role-note { max-width: 760px; margin: 24px auto 0; color: var(--muted); font-size: .85rem; text-align: center; }

.feature-section { display: grid; grid-template-columns: .68fr 1.32fr; gap: 65px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.feature-card { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.feature-card.paid { border-color: #e8b6ae; background: linear-gradient(145deg, #fffdf9, #fff1ed); }
.feature-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.feature-title span { color: var(--muted); font-size: .75rem; font-weight: 800; }
.feature-title strong { padding: 4px 8px; border-radius: 99px; background: var(--sage-soft); color: var(--sage-dark); font-size: .68rem; }
.paid .feature-title strong { background: var(--coral-soft); color: var(--coral-dark); }
.feature-card h3 { min-height: 60px; margin: 21px 0 0; font-family: var(--serif); font-size: 1.42rem; line-height: 1.45; }
.feature-card li { font-size: .9rem; }
.feature-card > p { margin: 20px 0 0; padding: 15px; border-radius: 12px; background: rgba(255,255,255,.7); color: #746f68; font-size: .8rem; }

.ai-section { min-height: 480px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 60px; margin: 0; padding: 78px 55px; border: 0; border-radius: 28px; background: #27342e; color: white; }
.ai-copy > p:not(.eyebrow) { max-width: 650px; margin: 21px 0 0; color: #bdc7c0; font-size: 1.02rem; }
.ai-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.ai-facts span { min-width: 150px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; color: #e9ede9; font-size: .8rem; }
.ai-facts b { display: block; margin-bottom: 3px; color: #9eafa3; font-size: .66rem; }
.ai-console { padding: 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 23px; background: rgba(255,255,255,.07); box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.console-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.12); }
.console-top span { font-weight: 800; }
.console-top strong { padding: 4px 8px; border-radius: 99px; background: rgba(246,194,179,.16); color: #f1c0b5; font-size: .68rem; }
.console-preview { min-height: 150px; display: grid; place-items: center; align-content: center; gap: 11px; margin: 18px 0; padding: 24px; border-radius: 15px; background: rgba(15,22,18,.25); text-align: center; }
.console-preview span { color: #dcb3a4; font-size: 1.8rem; }
.console-preview p { margin: 0; color: #c4cdc7; font-size: .88rem; }
.ai-console button { width: 100%; min-height: 46px; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; background: rgba(255,255,255,.08); color: #96a199; font: inherit; font-weight: 800; }

.support-section { display: grid; grid-template-columns: .66fr 1.34fr; gap: 70px; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.support-grid article { padding: 27px; border-top: 2px solid var(--sage); background: rgba(255,253,249,.55); }
.support-number { color: var(--coral); font: .72rem Georgia, serif; letter-spacing: .12em; }
.support-grid h3 { margin: 20px 0 9px; font-size: 1.14rem; }
.support-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.faq-list { max-width: 850px; margin: auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 24px 4px; cursor: pointer; font-size: 1.06rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--coral); font-size: 1.4rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -6px 0 25px; padding-right: 50px; color: var(--muted); }

.closing-section { margin: 0 0 80px; display: flex; align-items: center; justify-content: space-between; gap: 48px; padding: 55px; border-radius: 28px; background: linear-gradient(135deg, #f4eadd, #e9ede4); }
.closing-section h2 { font-size: clamp(1.9rem, 3.7vw, 3rem); }
.closing-section > div > p:last-child { max-width: 660px; margin: 17px 0 0; color: var(--muted); }
.closing-action { min-width: 200px; display: flex; flex-direction: column; gap: 10px; }
.closing-action small { max-width: 190px; color: #777a74; font-size: .72rem; text-align: center; }

footer { width: min(100% - 48px, 1180px); margin: auto; display: grid; grid-template-columns: auto 1fr; gap: 3px 30px; padding: 34px 0 48px; border-top: 1px solid var(--line); color: #858781; font-size: .78rem; }
.footer-brand { grid-row: 1 / 3; align-self: center; color: var(--ink); }
.footer-brand .brand-mark { width: 34px; height: 34px; border-radius: 10px; font-size: 22px; }
.footer-brand .brand-name { font-size: 1.35rem; }
footer p { margin: 0; }

@media (max-width: 980px) {
  nav { display: none; }
  .draft-chip { margin-left: auto; }
  .hero { grid-template-columns: 1fr 430px; gap: 20px; }
  .hero h1 { font-size: clamp(2.7rem, 5.4vw, 3.7rem); }
  .problem-section, .result-section, .feature-section, .support-section { grid-template-columns: 1fr; gap: 18px; }
  .problem-section .section-heading, .result-section .section-heading, .feature-section .section-heading, .support-section .section-heading { margin-bottom: 32px; }
  .result-stage { width: min(100%, 720px); margin: auto; }
}

@media (max-width: 760px) {
  .site-header { height: 68px; }
  .header-inner, main, footer { width: min(100% - 32px, 1180px); }
  .section { padding: 78px 0; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 45px; padding: 55px 0 75px; }
  .hero-copy { text-align: center; }
  .hero-lead, .draft-note { margin-right: auto; margin-left: auto; }
  .hero-actions { justify-content: center; }
  .draft-note { justify-content: center; text-align: left; }
  .hero-visual { min-height: 510px; }
  .flow-list, .feature-grid { grid-template-columns: 1fr; }
  .flow-list li { min-height: 0; }
  .feature-card h3 { min-height: 0; }
  .ai-section { grid-template-columns: 1fr; gap: 38px; margin: 0; padding: 62px 28px; }
  .closing-section { align-items: stretch; flex-direction: column; padding: 38px 28px; }
  .closing-action { width: 100%; }
  .closing-action small { max-width: none; }
}

@media (max-width: 560px) {
  body { font-size: 1rem; }
  .header-inner, main, footer { width: min(100% - 28px, 1180px); }
  .brand-caption { display: none; }
  .brand-mark { width: 36px; height: 36px; border-radius: 11px; font-size: 24px; }
  .brand-name { font-size: 1.45rem; }
  .draft-chip { padding: 5px 9px; font-size: .69rem; }
  .hero-copy { padding-inline: 2px; }
  .hero h1 { font-size: clamp(2.2rem, 10.7vw, 2.85rem); line-height: 1.22; letter-spacing: -.068em; }
  .hero h1 em { display: inline-block; max-width: 100%; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-visual { min-height: 475px; }
  .hero-visual::before { inset: 30px 0; transform: none; }
  .phone-shell { width: min(310px, 86vw); }
  .tag-one { left: -5px; top: 82px; }
  .tag-two { right: -5px; bottom: 70px; }
  .section-heading h2, .ai-copy h2, .closing-section h2 { font-size: 2.05rem; }
  .problem-grid article { grid-template-columns: 35px 1fr; gap: 12px; }
  .role-grid, .support-grid { grid-template-columns: 1fr; }
  .role-grid article, .feature-card { padding: 25px; }
  .result-stage { min-height: 0; display: flex; flex-direction: column; align-items: center; gap: 38px; padding: 20px 18px 30px; }
  .style-panel { width: 100%; position: relative; left: auto; top: auto; }
  .single-result { position: relative; right: auto; top: auto; transform: none; }
  .display-card { width: 226px; }
  .carousel-result { position: relative; left: auto; bottom: auto; margin-top: 5px; transform: none; }
  .ai-facts { display: grid; }
  .faq-list summary { align-items: flex-start; padding: 21px 0; }
  .faq-list details p { padding-right: 0; }
  footer { grid-template-columns: 1fr; gap: 8px; }
  .footer-brand { grid-row: auto; margin-bottom: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
