/* AI 가게 플래너 공식 웹사이트 — Claude Design 2a 구현 */
:root {
  --color-background: #fff;
  --color-surface-alt: #faf7f2;
  --color-canvas: #fcfaf7;
  --color-text-primary: #23201d;
  --color-text-body: #5e5852;
  --color-text-nav: #4e4842;
  --color-text-muted: #6e6862;
  --color-accent: #b0522c;
  --color-accent-hover: #8e3f1f;
  --color-accent-soft: #f1eae1;
  --color-border: #e7e0d8;
  --color-border-section: #efe9e2;
  --color-border-header: #ece7e1;
  --color-border-frame: #e4dcd2;
  --color-border-soft: #e6ded4;
  --color-border-badge: #e3dbd1;
  --color-grid: #f0ebe3;
  --color-grid-fine: #f4efe8;
  --font-sans: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 72px; }
body { margin: 0; min-width: 320px; color: var(--color-text-primary); background: var(--color-background); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--color-text-primary); }
a:focus-visible, button:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 3px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3, p { word-break: keep-all; }
h1, h2, h3 { text-wrap: pretty; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; color: #fff; background: var(--color-accent); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.section-inner { width: 100%; max-width: 1240px; margin: 0 auto; padding-inline: 80px; }

.site-header { position: sticky; top: 0; z-index: 20; height: 72px; background: #fff; border-bottom: 1px solid var(--color-border-header); }
.header-inner { width: 100%; max-width: 1240px; height: 71px; margin: 0 auto; padding: 0 80px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; font-size: 16px; font-weight: 700; color: var(--color-text-primary); }
.brand-mark { width: 30px; height: 30px; border-radius: 8px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; color: var(--color-text-nav); }
.desktop-nav a { display: inline-flex; align-items: center; min-height: 44px; }
.status-badge, .menu-status { display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px; border: 1px solid var(--color-border-badge); border-radius: 999px; color: var(--color-text-body); font-size: 13px; }
.status-dot { width: 6px; height: 6px; flex: none; border-radius: 50%; background: var(--color-accent); }
.status-dot.small { width: 5px; height: 5px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 4px; cursor: pointer; }
.menu-toggle span { width: 20px; height: 2px; background: var(--color-text-nav); }
.mobile-menu { display: none; }

.hero { position: relative; overflow: hidden; background: #fff; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(var(--color-grid) 1px, transparent 1px), linear-gradient(90deg, var(--color-grid) 1px, transparent 1px); background-size: 56px 56px; }
.hero-fade { position: absolute; right: 0; bottom: 0; left: 0; height: 300px; background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 72%); }
.hero-inner { position: relative; padding-block: 88px 84px; display: grid; grid-template-columns: 1fr 420px; gap: 64px; align-items: center; }
.hero-copy { display: flex; flex-direction: column; gap: 26px; }
.business-types { display: flex; align-items: center; gap: 12px; color: var(--color-text-muted); font-size: 14px; line-height: 1.5; letter-spacing: .02em; white-space: nowrap; }
.business-types i { color: #cfc3b4; font-style: normal; }
.hero h1 { font-size: 52px; font-weight: 900; line-height: 1.26; letter-spacing: -.02em; }
.hero-description { max-width: 500px; color: var(--color-text-body); font-size: 17px; line-height: 1.85; }
.subtle-status { display: inline-flex; align-items: center; align-self: flex-start; gap: 8px; padding-top: 4px; color: var(--color-text-muted); font-size: 13px; }
.phone-stage { position: relative; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.phone-mockup { width: 266px; height: auto; overflow: hidden; display: flex; flex-direction: column; background: #fff; border: 9px solid #23201d; border-radius: 38px; box-shadow: 0 20px 44px rgba(35,32,29,.18); }
.phone-mockup .phone-screen { width: 100%; height: auto; flex: none; object-fit: contain; }
.phone-status { height: 24px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; color: var(--color-text-muted); font-size: 9px; }
.phone-title { padding: 7px 14px 0; font-size: 12px; font-weight: 700; }
.phone-summary { padding: 6px 14px 0; display: flex; align-items: flex-end; gap: 7px; }
.phone-summary strong { font-size: 19px; font-weight: 900; line-height: 1; }
.phone-summary small { font-size: 10px; }
.phone-summary > span { padding-bottom: 2px; color: var(--color-text-muted); font-size: 9px; }
.phone-canvas { position: relative; flex: 1; margin: 9px 14px 0; overflow: hidden; background: var(--color-canvas); border: 1px solid #e7dfd5; border-radius: 9px; }
.phone-floor { position: absolute; inset: 16px; border: 2px solid #23201d; }
.phone-kitchen { position: absolute; top: 4px; left: 4px; width: 80px; height: 48px; display: flex; align-items: center; justify-content: center; color: #4e6b4e; background: #e7eee6; border: 1.5px solid #9fb59c; font-size: 8px; font-weight: 700; }
.phone-floor i { position: absolute; width: 40px; height: 22px; background: #ebd9bf; border: 1px solid #c6a87e; }
.phone-floor i:nth-of-type(1) { top: 66px; left: 10px; }.phone-floor i:nth-of-type(2) { top: 66px; left: 60px; }.phone-floor i:nth-of-type(3) { top: 66px; left: 110px; width: 34px; }
.phone-floor i:nth-of-type(4) { top: 104px; left: 10px; }.phone-floor i:nth-of-type(5) { top: 104px; left: 60px; }.phone-floor i:nth-of-type(6) { top: 104px; left: 110px; width: 34px; }.phone-floor i:nth-of-type(7) { top: 16px; left: 110px; width: 34px; }
.phone-actions { padding: 9px 14px 14px; display: flex; gap: 7px; font-size: 9px; font-weight: 700; }
.phone-actions span, .phone-actions strong { height: 28px; flex: 1; display: flex; align-items: center; justify-content: center; border-radius: 8px; }
.phone-actions span { color: var(--color-text-muted); border: 1px solid #e0d8ce; }
.phone-actions strong { color: #fff; background: var(--color-accent); }

.section { padding-block: 76px; }
.section-alt { background: var(--color-surface-alt); border-top: 1px solid var(--color-border-section); border-bottom: 1px solid var(--color-border-section); }
.section-heading { margin-bottom: 38px; display: flex; flex-direction: column; gap: 12px; }
.section-heading h2 { font-size: 32px; font-weight: 900; line-height: 1.3; letter-spacing: -.01em; }
.eyebrow { color: var(--color-accent); font: 400 12px/1 var(--font-mono); letter-spacing: .12em; }
.heading-row { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 40px; }
.heading-row > div { display: flex; flex-direction: column; gap: 12px; }
.section-note { padding-bottom: 4px; color: var(--color-text-muted); font-size: 14px; }

.how-section { padding-block: 72px; }
.steps { margin: 0; padding: 0; overflow: hidden; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; list-style: none; background: var(--color-border); border: 1px solid var(--color-border); border-radius: 12px; }
.step { position: relative; padding: 30px 28px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: 28px auto; grid-template-areas: 'number graphic' 'copy copy'; align-content: start; row-gap: 18px; background: #fff; }
.step-number { grid-area: number; color: var(--color-accent); font: 400 13px/1 var(--font-mono); }
.step-copy { grid-area: copy; display: flex; flex-direction: column; gap: 9px; }
.step-copy h3 { font-size: 20px; line-height: 1.4; }
.step-copy p { color: var(--color-text-body); font-size: 15px; line-height: 1.75; }
.step-graphic { grid-area: graphic; display: flex; flex: none; }
.chips { gap: 5px; }.chips i { width: 22px; height: 28px; border-radius: 4px; background: var(--color-accent-soft); }.chips i:nth-child(2) { background: var(--color-accent); }
.mini-plan { position: relative; width: 96px; height: 28px; background: var(--color-canvas); border: 1.5px solid #23201d; }
.mini-plan b, .mini-plan i { position: absolute; }.mini-plan b { top: 2px; left: 2px; width: 30px; height: 10px; background: #e7eee6; border: 1px solid #9fb59c; }
.mini-plan i { top: 15px; width: 16px; height: 8px; background: #ebd9bf; border: 1px solid #c6a87e; }.mini-plan i:nth-of-type(1) { left: 4px; }.mini-plan i:nth-of-type(2) { left: 24px; }.mini-plan i:nth-of-type(3) { left: 44px; }
.mini-plan em { position: absolute; top: 50%; right: -5px; width: 9px; height: 9px; transform: translateY(-50%); background: #fff; border: 1.5px solid var(--color-accent); border-radius: 50%; }
.mini-result { width: 96px; height: 28px; }
.mobile-copy { display: none; }

.features-section { background: #fff; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 64px; }
.feature-list article { padding: 28px 0; display: flex; flex-direction: column; gap: 10px; border-top: 1px solid var(--color-border); }
.feature-list article:nth-last-child(-n+2) { border-bottom: 1px solid var(--color-border); }
.feature-list h3 { font-size: 19px; line-height: 1.4; }
.feature-list p { color: var(--color-text-body); font-size: 15px; line-height: 1.8; }

.results-section { padding-block: 76px 84px; }
.results-section .section-heading { margin-bottom: 40px; }
.results-section .result-note { color: var(--color-text-muted); font-size: 14px; line-height: 1.7; }
.results-grid { display: grid; grid-template-columns: 1fr 1.35fr; gap: 20px; align-items: start; }
.result-block { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.floor-result .result-frame { flex: none; min-height: 0; }
.floor-result .result-frame > img { position: static; height: auto; object-fit: contain; }
.result-views { display: flex; flex-direction: column; gap: 20px; }
.result-frame { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; border: 1px solid var(--color-border-frame); border-radius: 12px; }
.result-frame::after { content: ''; position: absolute; inset: 0; pointer-events: none; }
.floor-placeholder { background-color: #fff; background-image: linear-gradient(var(--color-grid-fine) 1px, transparent 1px), linear-gradient(90deg, var(--color-grid-fine) 1px, transparent 1px); background-size: 26px 26px; }
.generated-placeholder { aspect-ratio: 16 / 9; }
.isometric-placeholder { background: repeating-linear-gradient(135deg, #f1ece4 0 9px, #e8e1d8 9px 18px); }
.perspective-placeholder { background: repeating-linear-gradient(135deg, #efe7e1 0 9px, #e6dcd4 9px 18px); }
.result-frame > span { position: relative; z-index: 1; padding: 6px 11px; color: var(--color-text-muted); background: #fff; border: 1px solid var(--color-border-frame); border-radius: 5px; font: 400 11px/1.4 var(--font-mono); }
.result-frame > img { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; object-fit: cover; }
.floor-placeholder > img { object-fit: contain; background: #fff; }
.actual-result { background: #fff; }
.actual-result > img { object-fit: contain; background: #fff; }
.result-block figcaption { min-width: 0; display: flex; align-items: baseline; gap: 10px; }
.result-block figcaption strong { flex: none; font-size: 17px; line-height: 1.4; }
.result-block figcaption span { color: var(--color-text-body); font-size: 14px; line-height: 1.7; }

.floor-result-column { min-width: 0; }
.result-guide { margin-top: 30px; padding: 26px; background: #f5f0e8; border: 1px solid var(--color-border-frame); border-radius: 12px; }
.result-guide h3 { margin-bottom: 14px; color: #211d1a; font-size: 20px; font-weight: 700; line-height: 1.45; }
.result-guide p { color: #3d3833; font-size: 16px; line-height: 1.75; }
.result-guide .result-guide-help { margin-top: 16px; color: #4e4842; font-size: 15px; }

.pricing-section { background: #fff; border-bottom: 1px solid var(--color-border-section); }
.pricing-section .pricing-intro { max-width: 720px; color: #3d3833; font-size: 16px; line-height: 1.75; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 22px; }
.pricing-card { min-width: 0; padding: 30px; display: flex; flex-direction: column; color: #211d1a; background: #fff; border: 1px solid var(--color-border-frame); border-radius: 12px; }
.pricing-card-heading { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.pricing-card h3 { font-size: 21px; font-weight: 700; line-height: 1.5; }
.pricing-card .pricing-quantity { margin-top: 16px; color: #3d3833; font-size: 16px; line-height: 1.75; }
.pricing-card .pricing-price { margin-top: 8px; font-size: 32px; font-weight: 700; line-height: 1.3; font-variant-numeric: tabular-nums; }
.pricing-features { margin: 24px 0 28px; padding: 22px 0 0; display: flex; flex-direction: column; gap: 12px; border-top: 1px solid var(--color-border-frame); list-style: none; }
.pricing-features li { display: flex; align-items: baseline; gap: 10px; color: #3d3833; font-size: 15px; line-height: 1.75; word-break: keep-all; }
.pricing-features li > span { flex: none; color: #4e6043; font-weight: 700; }
.pricing-card .pricing-purchase-note { margin-top: auto; color: #4e4842; font-size: 15px; line-height: 1.75; }
.pricing-card[aria-labelledby="pricing-basic-title"] { background: #f7f3ed; border-color: #e2d7cb; }
.pricing-card[aria-labelledby="pricing-plus-title"] { background: #faefe8; border-color: #e3c7b6; }
.pricing-card-recommended { background: #eef3e9; border-color: #cbd7c1; }
.pricing-badge { flex: none; padding: 4px 10px; color: #3b5031; background: #dde8d4; border-radius: 999px; font-size: 13px; font-weight: 700; line-height: 1.5; }
.pricing-notes { margin: 28px 0 0; padding: 22px 0 0 20px; color: #4e4842; border-top: 1px solid var(--color-border); font-size: 14px; line-height: 1.75; word-break: keep-all; }
.pricing-notes li + li { margin-top: 6px; }

@media (max-width: 899px) {
  .pricing-grid { grid-template-columns: minmax(0, 1fr); }
  .pricing-card { padding: 24px; }
}
@media (max-width: 767px) {
  .result-guide { padding: 20px; }
  .result-guide h3 { font-size: 18px; }
  .result-guide p { font-size: 15px; }
  .pricing-section .pricing-intro { font-size: 15px; }
}

.app-support-section { padding-block: 72px; background: #fff; }
.app-support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.info-block { display: flex; flex-direction: column; gap: 16px; }
.info-block h2 { font-size: 26px; font-weight: 900; line-height: 1.3; letter-spacing: -.01em; }
.info-block > p { color: var(--color-text-body); font-size: 16px; line-height: 1.85; }
.release-badge { align-self: flex-start; margin-top: 4px; padding: 12px 18px; display: inline-flex; align-items: center; gap: 9px; color: var(--color-text-nav); background: var(--color-surface-alt); border: 1px solid var(--color-border-soft); border-radius: 8px; font-size: 14px; }
.support-contact { padding-top: 18px; display: flex; flex-direction: column; gap: 10px; border-top: 1px solid var(--color-border); }
.email-link { align-self: flex-start; color: var(--color-accent); font: 700 18px/1.5 var(--font-mono); }
.email-link:hover { color: var(--color-accent-hover); text-decoration: underline; }
.support-contact p { color: var(--color-text-body); font-size: 14px; line-height: 1.7; }
.support-contact p a { color: var(--color-accent); text-decoration: underline; }

.site-footer { padding-block: 48px; background: var(--color-surface-alt); border-top: 1px solid var(--color-border-header); }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 64px; }
.footer-business { order: -1; display: flex; flex-direction: column; gap: 14px; }
.footer-brand { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.footer-brand img { width: 24px; height: 24px; border-radius: 6px; }
.business-info { color: var(--color-text-body); font-size: 14px; line-height: 2; }
.business-info a { color: inherit; text-decoration: underline; text-decoration-color: #c8bcae; text-underline-offset: 2px; }
.copyright { color: var(--color-text-muted); font-size: 13px; }
.footer-links { display: flex; align-items: center; gap: 30px; flex: none; color: var(--color-text-nav); font-size: 14px; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-links a:hover { text-decoration: underline; }
.footer-links > span { width: 1px; height: 12px; background: #d6ccbf; }

.document-main { min-height: 58vh; background: #fff; }
.document { max-width: 880px; padding: 64px 80px 88px; }
.document-header { display: flex; flex-direction: column; gap: 12px; }
.document h1 { font-size: 36px; font-weight: 900; line-height: 1.3; letter-spacing: -.01em; }
.document-date { color: var(--color-text-muted); font: 400 14px/1.7 var(--font-mono); }
.document-content { margin-top: 44px; color: #3f3a35; font-size: 17px; line-height: 1.9; }
.document-content h2 { margin: 44px 0 20px; font-size: 22px; line-height: 1.45; }
.document-content h2:first-child { margin-top: 0; }
.document-content p + p { margin-top: 20px; }
.legal-document { max-width: 880px; }
.legal-document .draft-notice { margin: 0 0 32px; padding: 15px 17px; color: #8a3f1b; background: #fff0e6; border: 1px solid var(--color-accent); border-radius: 8px; font-size: 15px; line-height: 1.75; }
.legal-document .draft-notice strong { display: block; margin-bottom: 4px; }
.legal-document .draft-notice mark { display: inline; }
.legal-header { padding-bottom: 22px; border-bottom: 2px solid var(--color-accent); }
.legal-brand { color: var(--color-accent); font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.legal-header h1 { margin-top: 6px; }
.legal-header .document-date { margin-top: 10px; }
.legal-content { margin-top: 8px; overflow-wrap: anywhere; word-break: normal; }
.legal-content h2 { margin: 38px 0 12px; padding-top: 26px; border-top: 1px solid var(--color-border); font-size: 21px; }
.legal-content h3 { margin: 26px 0 10px; color: #64775b; font-size: 17px; line-height: 1.55; }
.legal-content p { margin: 0 0 13px; }
.legal-content p + p { margin-top: 0; }
.legal-content ol, .legal-content ul { margin: 0 0 14px; padding-left: 24px; }
.legal-content li { margin-bottom: 8px; }
.legal-content ol ol, .legal-content ul ul, .legal-content ol ul, .legal-content ul ol { margin-top: 8px; }
.legal-content .dash { padding-left: 18px; list-style: none; }
.legal-content .dash > li { position: relative; }
.legal-content .dash > li::before { content: '–'; position: absolute; left: -16px; color: var(--color-text-muted); }
.legal-content .tablewrap { max-width: 100%; margin: 0 0 18px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.legal-content table { width: 100%; min-width: 520px; border-collapse: collapse; font-size: 15px; line-height: 1.65; }
.legal-content th, .legal-content td { padding: 10px 12px; border: 1px solid var(--color-border); text-align: left; vertical-align: top; }
.legal-content th { background: #f3f5f1; font-weight: 700; white-space: nowrap; }
.legal-content td.num { color: var(--color-accent); font-weight: 700; white-space: nowrap; }
.legal-content .note, .legal-content .key { margin: 0 0 18px; padding: 15px 17px; background: var(--color-surface-alt); border: 1px solid var(--color-border); border-left: 3px solid #6e8263; border-radius: 7px; font-size: 15px; line-height: 1.75; }
.legal-content .key { background: #fff; border: 1px solid var(--color-accent); }
.legal-content .note p:last-child, .legal-content .key p:last-child { margin-bottom: 0; }
.legal-content mark, .legal-header mark { padding: 1px 5px; color: #7a5a00; background: #fff3c4; border-radius: 3px; font-weight: 700; }
.legal-content code, .legal-document .draft-notice code { overflow-wrap: anywhere; font-family: var(--font-mono); font-size: .9em; }
.legal-content a { color: var(--color-accent); text-decoration: underline; text-underline-offset: 2px; }
.placeholder-copy { color: var(--color-text-body); }
.support-page .document-content { margin-top: 24px; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.support-page .document-content p + p { margin-top: 0; }
.support-page .email-link { font-size: 20px; }
.document-policy-links { width: 100%; margin-top: 12px; padding-top: 24px; display: flex; flex-wrap: wrap; gap: 24px; border-top: 1px solid var(--color-border); font-size: 16px; }
.document-policy-links a { color: var(--color-accent); text-decoration: underline; }
.error-page .document-content { margin-top: 20px; }
.error-page .document-content a { color: var(--color-accent); text-decoration: underline; }

@media (min-width: 768px) and (max-width: 1023px) {
  .section-inner, .header-inner { padding-inline: 40px; }
  .desktop-nav { gap: 24px; }
  .hero-inner { padding-block: 72px 68px; grid-template-columns: 1fr 340px; gap: 40px; }
  .hero h1 { font-size: 43px; }
  .phone-mockup { transform: scale(.9); margin-block: -26px; }
  .how-section { padding-block: 58px; }
  .step { padding: 24px 22px; }
  .step-copy h3 { font-size: 18px; }
  .features-section, .results-section { padding-block: 61px 67px; }
  .feature-list { column-gap: 40px; }
  .generated-placeholder { aspect-ratio: 16 / 9; }
  .app-support-section { padding-block: 58px; }
  .app-support-grid { gap: 40px; }
  .footer-inner { gap: 36px; }
  .footer-inner { flex-direction: column; gap: 20px; }
  .footer-links { order: -2; width: 100%; flex-wrap: wrap; gap: 18px; }
}

@media (max-width: 767px) {
  html { scroll-padding-top: 60px; }
  .section-inner { padding-inline: 24px; }
  .site-header { height: 60px; }
  .header-inner { height: 59px; padding: 0 22px; }
  .brand { gap: 9px; font-size: 14px; }
  .brand-mark { width: 26px; height: 26px; border-radius: 7px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .mobile-menu { position: absolute; top: 59px; right: 0; left: 0; z-index: 21; display: flex; flex-direction: column; background: #fff; border-bottom: 1px solid var(--color-border-header); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu > a { min-height: 52px; padding: 0 22px; display: flex; align-items: center; color: var(--color-text-nav); border-bottom: 1px solid #f0eae2; font-size: 15px; }
  .mobile-menu-meta { padding: 16px 22px 20px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
  .mobile-policy-links { display: flex; flex-wrap: wrap; gap: 18px; font-size: 14px; }
  .mobile-policy-links a { min-height: 44px; display: inline-flex; align-items: center; }
  .menu-status { padding: 0; border: 0; }

  .hero-grid { background-size: 44px 44px; }
  .hero-fade { height: 200px; }
  .hero-inner { padding-block: 38px 34px; display: flex; flex-direction: column; align-items: stretch; gap: 26px; }
  .hero-copy { gap: 20px; }
  .business-types { gap: 9px; font-size: 13px; }
  .hero h1 { font-size: clamp(28px, 7.95vw, 31px); line-height: 1.32; }
  .hero-description { font-size: 15px; line-height: 1.85; }
  .subtle-status { padding-top: 0; }
  .phone-stage { padding-top: 0; }
  .phone-mockup { width: 178px; height: auto; max-width: 200px; border-width: 7px; border-radius: 27px; box-shadow: 0 16px 36px rgba(35,32,29,.16); }
  .phone-status { height: 17px; padding: 0 10px; font-size: 7px; }
  .phone-title { padding: 5px 10px 0; font-size: 9px; }
  .phone-summary { padding: 4px 10px 0; gap: 5px; }.phone-summary strong { font-size: 14px; }.phone-summary small { font-size: 8px; }.phone-summary > span { font-size: 7px; }
  .phone-canvas { margin: 7px 10px 0; border-radius: 7px; }.phone-floor { inset: 11px; border-width: 1.5px; }
  .phone-kitchen { top: 2px; left: 2px; width: 52px; height: 32px; font-size: 6px; }
  .phone-floor i { width: 27px; height: 15px; }.phone-floor i:nth-of-type(1) { top: 44px; left: 6px; }.phone-floor i:nth-of-type(2) { top: 44px; left: 39px; }.phone-floor i:nth-of-type(3) { top: 44px; left: 72px; width: 22px; }.phone-floor i:nth-of-type(4) { top: 69px; left: 6px; }.phone-floor i:nth-of-type(5) { top: 69px; left: 39px; }.phone-floor i:nth-of-type(6) { top: 69px; left: 72px; width: 22px; }.phone-floor i:nth-of-type(7) { display: none; }
  .phone-actions { padding: 7px 10px 10px; gap: 5px; font-size: 7px; }.phone-actions span, .phone-actions strong { height: 20px; border-radius: 6px; }

  .section { padding-block: 40px; }
  .section-heading { margin-bottom: 20px; gap: 10px; }
  .section-heading h2 { font-size: 24px; }
  .eyebrow { font-size: 11px; }
  .heading-row { display: flex; }
  .heading-row > div { gap: 10px; }
  .section-note { display: none; }
  .steps { display: flex; flex-direction: column; gap: 0; background: #fff; }
  .step { padding: 18px 20px; display: grid; grid-template-columns: 20px minmax(0, 1fr) auto; grid-template-rows: auto; grid-template-areas: 'number copy graphic'; gap: 16px; align-items: start; }
  .how-section .step-number { line-height: 24px; }
  .step + .step { border-top: 1px solid #f0eae2; }
  .step-number { font-size: 12px; }
  .step-copy { gap: 5px; }
  .step-copy h3 { font-size: 16px; }
  .step-copy p { font-size: 13px; line-height: 1.7; }
  .desktop-copy { display: none !important; }
  .mobile-copy { display: inline; }
  .chips { gap: 3px; }.chips i { width: 11px; height: 22px; border-radius: 3px; }
  .mini-plan { width: 48px; height: 24px; }.mini-plan b { width: 16px; height: 8px; }.mini-plan i { top: 13px; width: 11px; height: 6px; }.mini-plan i:nth-of-type(1) { left: 3px; }.mini-plan i:nth-of-type(2) { left: 17px; }.mini-plan i:nth-of-type(3) { display: none; }.mini-plan em { display: none; }
  .mini-result { width: 48px; height: 24px; }

  .feature-list { display: flex; flex-direction: column; }
  .feature-list article { padding: 20px 0; gap: 7px; }
  .feature-list article:nth-last-child(-n+2) { border-bottom: 0; }
  .feature-list article:last-child { border-bottom: 1px solid var(--color-border); }
  .feature-list h3 { font-size: 17px; }.feature-list p { font-size: 14px; line-height: 1.75; }

  .results-section { padding-block: 40px 44px; }
  .results-section .section-heading { margin-bottom: 22px; }
  .results-grid { display: flex; flex-direction: column; align-items: stretch; gap: 22px; }
  .result-views { gap: 22px; }
  .result-block { gap: 10px; }
  .floor-result .result-frame { min-height: 0; height: auto; flex: none; }
  .generated-placeholder { width: 100%; height: auto; aspect-ratio: 16 / 9; }
  .result-frame > span { padding: 5px 10px; font-size: 10px; }
  .result-block figcaption { gap: 9px; }.result-block figcaption strong { font-size: 16px; }.result-block figcaption span { font-size: 13px; }

  .app-support-section { padding-block: 40px; }
  .app-support-grid { display: flex; flex-direction: column; gap: 32px; }
  .info-block { gap: 13px; }.info-block h2 { font-size: 21px; }.info-block > p { font-size: 14px; line-height: 1.85; }
  .release-badge { margin-top: 0; padding: 11px 15px; font-size: 13px; }
  .support-contact { padding-top: 16px; gap: 9px; }.email-link { font-size: 14px; word-break: break-all; }.support-contact p { font-size: 13px; }

  .site-footer { padding-block: 34px 44px; }
  .footer-inner { display: flex; flex-direction: column; gap: 20px; }
  .footer-links { order: -2; width: 100%; gap: 18px; flex-wrap: wrap; font-size: 14px; border-bottom: 1px solid var(--color-border); }
  .footer-links > span { display: none; }
  .footer-links a { min-height: 44px; }
  .footer-business { width: 100%; gap: 11px; }
  .footer-brand img { display: none; }
  .footer-brand { font-size: 14px; }
  .business-info { font-size: 14px; line-height: 2; }
  .business-info p { display: block; }
  .copyright { font-size: 13px; }

  .document { padding: 36px 24px 48px; }
  .document-header { gap: 10px; }
  .document h1 { font-size: 27px; }
  .document-date { font-size: 13px; }
  .document-content { margin-top: 28px; font-size: 16px; line-height: 1.9; }
  .document-content h2 { margin: 28px 0 18px; font-size: 19px; }
  .legal-document .draft-notice { margin-bottom: 26px; padding: 14px 15px; font-size: 14px; }
  .legal-header { padding-bottom: 18px; }
  .legal-content { margin-top: 6px; font-size: 16px; line-height: 1.85; }
  .legal-content h2 { margin: 30px 0 12px; padding-top: 22px; font-size: 19px; }
  .legal-content h3 { margin: 22px 0 9px; font-size: 16px; }
  .legal-content table { min-width: 500px; font-size: 14px; }
  .legal-content th, .legal-content td { padding: 9px 10px; }
  .legal-content .note, .legal-content .key { padding: 14px 15px; font-size: 15px; }
  .support-page .document-content { margin-top: 20px; gap: 18px; }
  .support-page .email-link { font-size: 16px; }
  .document-policy-links { gap: 18px; font-size: 15px; }
}

@media (max-width: 374px) {
  .section-inner { padding-inline: 20px; }
  .header-inner { padding-inline: 18px; }
  .business-types { gap: 7px; font-size: 12px; }
  .step { padding-inline: 16px; gap: 11px; }
  .release-badge { padding-inline: 12px; font-size: 12px; }
}

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