:root {
  color-scheme: light;
  --background: #faf6f0;
  --foreground: #2b2622;
  --card: #ffffff;
  --primary: #d97757;
  --primary-dark: #c86243;
  --primary-soft: #fbede8;
  --secondary: #5c7a6b;
  --secondary-soft: #e9f0ec;
  --muted: #efebe4;
  --muted-foreground: #817a74;
  --border: rgba(43, 38, 34, 0.11);
  --shadow-sm: 0 2px 8px rgba(43, 38, 34, 0.06);
  --shadow-md: 0 14px 34px rgba(82, 59, 46, 0.09);
  --shadow-lg: 0 26px 70px rgba(82, 59, 46, 0.14);
  --content: 1152px;
  --reading: 896px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; min-width: 320px; background: var(--background); color: var(--foreground); line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; }
::selection { background: rgba(217, 119, 87, 0.22); }
.icon { width: 1.5rem; height: 1.5rem; flex: 0 0 auto; }
.icon-xl { width: 4rem; height: 4rem; }
[data-icon] { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; line-height: 0; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(43, 38, 34, 0.07); background: rgba(250, 246, 240, 0.9); backdrop-filter: blur(16px); }
.nav-shell { max-width: var(--content); height: 64px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--primary); font-size: 20px; font-weight: 760; white-space: nowrap; }
.brand [data-icon] { width: 25px; height: 25px; }
.brand .icon { width: 25px; height: 25px; }
.brand-large { font-size: 24px; margin-bottom: 14px; }
.desktop-nav, .nav-actions { display: flex; align-items: center; }
.desktop-nav { gap: 34px; margin-left: auto; margin-right: 90px; }
.desktop-nav a, .contact-link { color: rgba(43, 38, 34, 0.76); font-size: 14px; font-weight: 540; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a.is-active, .contact-link:hover, .contact-link.is-active { color: var(--primary); }
.nav-actions { gap: 22px; }
.button { min-height: 48px; padding: 0 28px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 650; line-height: 1; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; cursor: pointer; }
.button [data-icon], .button [data-icon] .icon { width: 20px; height: 20px; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: white; background: var(--primary); box-shadow: 0 10px 24px rgba(217, 119, 87, 0.22); }
.button-primary:hover { background: var(--primary-dark); box-shadow: 0 14px 28px rgba(217, 119, 87, 0.28); }
.button-secondary { background: white; border-color: var(--border); }
.button-secondary:hover { background: #f7f2eb; border-color: rgba(43, 38, 34, 0.18); }
.button-small { min-height: 40px; padding: 0 20px; font-size: 14px; }
.button-small [data-icon], .button-small [data-icon] .icon { width: 18px; height: 18px; }
.icon-button { width: 44px; height: 44px; border: 0; background: transparent; display: inline-grid; place-items: center; cursor: pointer; }
.menu-toggle, .mobile-nav { display: none; }
.page-main { min-height: 60vh; }
.container { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; }
.reading-container { width: min(calc(100% - 48px), var(--reading)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-white { background: white; }
.section-bordered { border-block: 1px solid var(--border); }
.section-title { margin: 0 0 18px; font-size: clamp(31px, 4vw, 43px); line-height: 1.22; letter-spacing: 0; text-align: center; }
.section-lead { max-width: 690px; margin: 0 auto 58px; color: var(--muted-foreground); font-size: 18px; text-align: center; }
.eyebrow { width: fit-content; margin: 0 auto 28px; padding: 5px 12px; border: 1px solid var(--border); border-radius: 999px; display: flex; align-items: center; gap: 8px; background: rgba(239, 235, 228, .7); color: var(--muted-foreground); font-size: 12px; font-weight: 650; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--secondary); }
.hero { padding: 76px 0 0; overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero h1 { width: 100%; max-width: none; margin: 0 0 22px; font-size: clamp(48px, 4.2vw, 60px); line-height: 1.14; letter-spacing: 0; }
.hero-title-desktop, .hero-subtitle-desktop { display: block; white-space: nowrap; }
.hero-title-compact, .hero-subtitle-compact { display: none; }
.hero-subtitle { width: 100%; max-width: none; margin: 0 0 36px; color: var(--muted-foreground); font-size: clamp(18px, 1.55vw, 20px); line-height: 1.8; }
.hero-actions { margin-bottom: 70px; display: flex; gap: 16px; }
.phone-stage { position: relative; width: min(100%, 980px); height: 650px; margin: 0 auto; display: flex; justify-content: center; align-items: flex-end; }
.phone { position: absolute; bottom: 36px; overflow: hidden; background: white; border: 7px solid rgba(43, 38, 34, .12); border-radius: 42px; box-shadow: var(--shadow-lg); }
.phone::before { content: ""; position: absolute; z-index: 5; top: 9px; left: 50%; width: 31%; height: 18px; border-radius: 999px; background: #2b2622; transform: translateX(-50%); }
.phone::after { content: ""; position: absolute; z-index: 6; bottom: 9px; left: 50%; width: 28%; height: 5px; border-radius: 999px; background: rgba(43, 38, 34, .72); transform: translateX(-50%); }
.phone-left, .phone-right { width: 240px; height: 495px; opacity: .94; }
.phone-left { left: 14%; transform: translateY(18px) rotate(-5deg); z-index: 1; }
.phone-right { right: 14%; transform: translateY(18px) rotate(5deg); z-index: 2; }
.phone-center { width: 284px; height: 575px; z-index: 3; }
.phone-screen { height: 100%; padding: 42px 18px 20px; background: var(--background); }
.scan-screen { background: #232323; color: white; display: flex; flex-direction: column; align-items: center; }
.scan-symbol { position: relative; z-index: 1; color: rgba(217, 119, 87, .58); }
.scan-symbol, .scan-symbol .icon { width: 64px; height: 64px; }
.scan-frame { position: relative; width: 78%; height: 165px; margin-top: 28px; border: 2px solid rgba(217, 119, 87, .64); border-radius: 16px; display: grid; place-items: center; }
.scan-line { position: absolute; z-index: 2; left: 8px; right: 8px; top: 50%; height: 2px; background: var(--primary); box-shadow: 0 0 12px var(--primary); animation: scan 2.2s ease-in-out infinite; }
@keyframes scan { 0%,100% { transform: translateY(-55px); } 50% { transform: translateY(55px); } }
.scan-sheet { width: calc(100% + 36px); margin: auto -18px -20px; padding: 24px 20px 20px; border-radius: 24px 24px 0 0; background: white; color: var(--foreground); }
.skeleton { height: 11px; border-radius: 999px; background: var(--muted); }
.skeleton + .skeleton { margin-top: 9px; }
.dashboard-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.wordmark-block { width: 92px; height: 25px; border-radius: 7px; background: rgba(217, 119, 87, .2); }
.avatar-block { width: 34px; height: 34px; border-radius: 50%; background: var(--muted); }
.mock-search { height: 44px; padding: 0 13px; border: 1px solid var(--border); border-radius: 999px; background: white; display: flex; align-items: center; gap: 9px; color: var(--muted-foreground); }
.mock-search [data-icon], .mock-search [data-icon] .icon { width: 18px; height: 18px; }
.notice { margin-top: 14px; padding: 14px; border: 1px solid rgba(92, 122, 107, .18); border-radius: 16px; background: rgba(92, 122, 107, .09); display: flex; gap: 10px; color: var(--secondary); }
.notice > [data-icon], .notice > [data-icon] .icon { width: 20px; height: 20px; }
.mock-grid { margin-top: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.mock-tile { aspect-ratio: 1; padding: 13px; border: 1px solid var(--border); border-radius: 18px; background: white; display: flex; flex-direction: column; justify-content: space-between; }
.mock-icon { width: 35px; height: 35px; border-radius: 50%; background: var(--primary-soft); display: grid; place-items: center; color: var(--primary); }
.mock-icon [data-icon], .mock-icon [data-icon] .icon { width: 16px; height: 16px; }
.expiry-tabs { margin: 4px 0 12px; display: flex; gap: 7px; }
.expiry-tab { padding: 6px 10px; border: 1px solid var(--border); border-radius: 999px; background: white; font-size: 10px; }
.expiry-tab.active { color: white; background: var(--primary); border-color: var(--primary); }
.expiry-item { margin-bottom: 9px; padding: 11px; border: 1px solid var(--border); border-radius: 13px; background: white; display: flex; gap: 10px; }
.expiry-thumb { width: 38px; height: 38px; border-radius: 9px; background: var(--muted); flex: 0 0 auto; }
.cards-four { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.card { border: 1px solid var(--border); border-radius: 22px; background: var(--card); box-shadow: var(--shadow-sm); }
.pain-card { padding: 30px; background: var(--background); transition: transform .2s ease, box-shadow .2s ease; }
.pain-card:hover, .scenario-card:hover, .contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.icon-well { width: 50px; height: 50px; margin-bottom: 22px; border: 1px solid var(--border); border-radius: 15px; background: white; display: grid; place-items: center; color: var(--primary); box-shadow: var(--shadow-sm); }
.icon-well [data-icon], .icon-well [data-icon] .icon { width: 24px; height: 24px; }
.icon-well.soft { border: 0; background: var(--primary-soft); box-shadow: none; }
.icon-well.sage { color: var(--secondary); background: var(--secondary-soft); }
.pain-card h3, .scenario-card h3, .contact-card h2 { margin: 0 0 8px; font-size: 21px; }
.pain-card p, .scenario-card p, .contact-card p { margin: 0; color: var(--muted-foreground); font-size: 14px; }
.feature-list { display: grid; gap: 120px; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; }
.feature-row:nth-child(even) .feature-copy { order: 2; }
.feature-row:nth-child(even) .feature-visual { order: 1; }
.feature-copy h2 { margin: 0 0 18px; font-size: 33px; line-height: 1.3; }
.feature-copy p { margin: 0; color: var(--muted-foreground); font-size: 18px; line-height: 1.85; }
.feature-visual { min-height: 360px; padding: 28px; border: 1px solid var(--border); border-radius: 30px; background: white; box-shadow: var(--shadow-md); overflow: hidden; display: flex; align-items: center; justify-content: center; }
.scan-demo { position: relative; width: 250px; aspect-ratio: 1; border: 2px dashed rgba(217,119,87,.55); border-radius: 28px; display: grid; place-items: center; color: rgba(217,119,87,.35); }
.scan-demo > [data-icon], .scan-demo > [data-icon] .icon { width: 64px; height: 64px; }
.scan-demo .scan-line { left: 12px; right: 12px; }
.search-demo { width: 100%; align-self: stretch; display: flex; flex-direction: column; gap: 14px; }
.search-result { padding: 13px; border: 1px solid var(--border); border-radius: 14px; display: flex; align-items: center; gap: 13px; }
.result-emoji { width: 48px; height: 48px; border-radius: 12px; background: var(--muted); display: grid; place-items: center; font-size: 23px; }
.result-info { flex: 1; }
.result-info strong { display: block; }
.result-info span, .result-count span { color: var(--muted-foreground); font-size: 12px; }
.result-count { text-align: right; }
.result-count strong { display: block; }
.space-demo { width: 100%; align-self: stretch; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.space-card { padding: 20px; border: 1px solid var(--border); border-radius: 18px; background: var(--background); display: flex; flex-direction: column; }
.space-emoji { width: 42px; height: 42px; margin-bottom: 12px; border-radius: 12px; background: white; display: grid; place-items: center; font-size: 22px; box-shadow: var(--shadow-sm); }
.space-card small { color: var(--muted-foreground); }
.space-tags { margin-top: auto; padding-top: 18px; display: flex; flex-wrap: wrap; gap: 6px; }
.space-tags span { padding: 4px 7px; border: 1px solid var(--border); border-radius: 6px; background: white; font-size: 10px; }
.workflow { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.workflow::before { content: ""; position: absolute; top: 49px; left: 9%; right: 9%; height: 2px; background: var(--muted); }
.workflow-step { position: relative; z-index: 1; text-align: center; }
.step-icon { position: relative; width: 96px; height: 96px; margin: 0 auto 16px; border: 1px solid var(--border); border-radius: 50%; background: var(--background); display: grid; place-items: center; color: var(--primary); box-shadow: var(--shadow-sm); }
.step-icon [data-icon], .step-icon [data-icon] .icon { width: 38px; height: 38px; }
.step-number { position: absolute; top: -7px; right: -7px; width: 32px; height: 32px; border: 3px solid white; border-radius: 50%; background: var(--primary); color: white; display: grid; place-items: center; font-weight: 750; }
.workflow-step h3 { margin: 0; font-size: 20px; }
.workflow-step p { margin: 3px 0 0; color: var(--muted-foreground); font-size: 14px; }
.scenario-card { padding: 24px; transition: transform .2s ease, box-shadow .2s ease; }
.scenario-emoji { width: 64px; height: 64px; margin-bottom: 22px; border: 1px solid var(--border); border-radius: 18px; background: var(--background); display: grid; place-items: center; font-size: 32px; }
.privacy-band { width: min(calc(100% - 48px), 1360px); margin: 0 auto 100px; padding: 82px 24px; border-radius: 46px; background: var(--primary); color: white; text-align: center; }
.privacy-band > [data-icon] { width: 64px; height: 64px; margin: 0 auto 24px; }
.privacy-band > [data-icon] .icon { width: 64px; height: 64px; }
.privacy-band h2 { max-width: 720px; margin: 0 auto 18px; font-size: clamp(31px, 4vw, 42px); line-height: 1.28; }
.privacy-band > p { max-width: 650px; margin: 0 auto 42px; color: rgba(255,255,255,.78); font-size: 18px; }
.trust-grid { max-width: 820px; margin: 0 auto 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; text-align: left; }
.trust-card { padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(43,38,34,.12); }
.trust-card h3 { margin: 0 0 5px; font-size: 20px; }
.trust-card p { margin: 0; color: rgba(255,255,255,.72); }
.button-ghost-light { color: white; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.1); }
.faq-list { display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--border); border-radius: 16px; background: white; overflow: hidden; }
.faq-question { width: 100%; padding: 22px 24px; border: 0; background: white; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left; font-size: 18px; font-weight: 700; cursor: pointer; }
.faq-question .icon { color: var(--muted-foreground); transition: transform .2s ease; }
.faq-question [data-icon], .faq-question [data-icon] .icon { width: 20px; height: 20px; }
.faq-question[aria-expanded="true"] .icon { transform: rotate(90deg); }
.faq-answer { margin: 0; padding: 0 24px 22px; color: var(--muted-foreground); }
.subpage { padding: 84px 0 36px; }
.page-hero { margin-bottom: 70px; text-align: center; }
.page-hero h1 { margin: 0 0 16px; font-size: clamp(42px, 5vw, 54px); line-height: 1.2; }
.page-hero p { max-width: 700px; margin: 0 auto; color: var(--muted-foreground); font-size: 20px; line-height: 1.8; }
.page-hero .page-meta { margin-top: 10px; font-size: 14px; }
.summary-card { margin-bottom: 64px; padding: 32px; border: 1px solid rgba(217,119,87,.22); border-radius: 24px; background: rgba(217,119,87,.055); }
.summary-title { margin-bottom: 20px; display: flex; align-items: center; gap: 11px; }
.summary-title [data-icon] { width: 32px; height: 32px; }
.summary-title .icon { width: 32px; height: 32px; color: var(--primary); }
.summary-title h2 { margin: 0; font-size: 25px; }
.check-list, .plain-list, .roadmap-list { margin: 0; padding: 0; list-style: none; }
.check-list { display: grid; gap: 13px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; }
.check-list [data-icon] { width: 20px; height: 20px; margin-top: 3px; color: var(--primary); }
.check-list [data-icon] .icon { width: 20px; height: 20px; }
.legal-content { display: grid; gap: 56px; }
.legal-content > section { min-width: 0; }
.legal-content section > div[style*="overflow-x"] { width: 100%; max-width: 100%; }
.legal-content section > h2 { margin: 0 0 18px; font-size: 25px; }
.legal-content p { color: var(--muted-foreground); }
.legal-content strong { color: var(--foreground); }
.legal-content ul, .legal-content ol { padding-left: 22px; color: var(--muted-foreground); }
.data-table { width: 100%; border-collapse: collapse; text-align: left; }
.data-table th, .data-table td { padding: 14px 15px; border-bottom: 1px solid var(--border); }
.data-table th { color: var(--foreground); }
.data-table td { color: var(--muted-foreground); font-size: 14px; }
.data-table td:first-child { color: var(--foreground); font-weight: 650; white-space: nowrap; }
.note { margin-top: 16px; padding: 14px 16px; border-radius: 12px; background: rgba(239,235,228,.7); color: var(--muted-foreground); font-size: 14px; }
.permission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.permission-card { padding: 23px; }
.permission-card .icon-well { width: 42px; height: 42px; margin-bottom: 16px; border-radius: 12px; }
.permission-card .icon-well [data-icon], .permission-card .icon-well .icon { width: 20px; height: 20px; }
.permission-card h3 { margin: 0 0 7px; font-size: 18px; }
.permission-card p { margin: 0; font-size: 14px; }
.contact-box { padding: 24px; border: 1px solid var(--border); border-radius: 16px; background: var(--muted); }
.contact-box h3 { margin: 0 0 6px; }
.contact-box a, .email-link { color: var(--primary); font-weight: 700; overflow-wrap: anywhere; }
.contact-hero-actions { margin-top: 34px; display: flex; justify-content: center; gap: 14px; }
.contact-grid { margin-bottom: 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-card { padding: 24px; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.contact-card p { margin-bottom: 22px; }
.contact-card .email-link { margin-top: auto; display: inline-flex; align-items: center; gap: 5px; }
.contact-card .email-link [data-icon], .contact-card .email-link .icon { width: 17px; height: 17px; }
.feedback-panel { margin-bottom: 58px; padding: 40px; border: 1px solid var(--border); border-radius: 30px; background: rgba(239,235,228,.32); }
.feedback-panel > h2 { margin: 0 0 10px; text-align: center; font-size: 31px; }
.feedback-panel > p { margin: 0 0 32px; color: var(--muted-foreground); text-align: center; }
.feedback-topics { margin-bottom: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 36px; }
.feedback-topic { display: flex; align-items: center; gap: 9px; }
.feedback-topic::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--secondary); flex: 0 0 auto; }
.template-card { padding: 23px; }
.template-head { margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.template-head h3 { margin: 0; font-size: 18px; }
.copy-button { min-height: 40px; padding: 0 13px; border: 1px solid var(--border); border-radius: 8px; background: white; display: inline-flex; align-items: center; gap: 7px; cursor: pointer; }
.copy-button [data-icon], .copy-button .icon { width: 16px; height: 16px; }
.template-card > p { color: var(--muted-foreground); font-size: 14px; }
.code-block { margin: 0; padding: 18px; border-radius: 12px; background: #242322; color: #d6d0cb; font: 13px/1.75 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; white-space: pre-wrap; overflow-x: auto; }
.testflight-section { padding: 28px 0 20px; text-align: center; }
.testflight-section .icon-well { width: 64px; height: 64px; margin: 0 auto 20px; }
.testflight-section .icon-well [data-icon], .testflight-section .icon-well .icon { width: 32px; height: 32px; }
.testflight-section h2 { margin: 0 0 10px; font-size: 26px; }
.testflight-section > p { max-width: 620px; margin: 0 auto 24px; color: var(--muted-foreground); }
.response-time { margin-top: 34px !important; font-size: 14px; }
.current-card { position: relative; margin-bottom: 72px; padding: 34px; border: 2px solid rgba(217,119,87,.2); border-radius: 30px; overflow: hidden; }
.current-card::after { content: ""; position: absolute; top: 0; right: 0; width: 120px; height: 120px; border-radius: 0 0 0 100%; background: rgba(217,119,87,.055); }
.current-card h2 { position: relative; z-index: 1; margin: 0 0 20px; font-size: 30px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.current-card > p { position: relative; z-index: 1; max-width: 690px; color: rgba(43,38,34,.78); font-size: 18px; }
.status { padding: 5px 10px; border-radius: 999px; background: var(--primary-soft); color: var(--primary); font-size: 12px; font-weight: 750; white-space: nowrap; }
.status-dot { width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; display: inline-block; background: currentColor; animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { opacity: .35; } }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { padding: 5px 10px; border-radius: 7px; background: var(--muted); color: var(--muted-foreground); font-size: 13px; font-weight: 650; }
.roadmap-title { margin: 0 0 28px 72px; font-size: 25px; }
.roadmap-item { position: relative; margin-left: 28px; padding: 0 0 44px 58px; border-left: 2px solid var(--border); }
.roadmap-item.current { border-color: var(--primary); }
.roadmap-item:last-child { border-left-color: transparent; }
.roadmap-marker { position: absolute; top: 0; left: -17px; width: 32px; height: 32px; border: 4px solid var(--background); border-radius: 50%; background: var(--muted); display: grid; place-items: center; color: var(--muted-foreground); }
.roadmap-marker [data-icon], .roadmap-marker .icon { width: 14px; height: 14px; }
.roadmap-item.current .roadmap-marker { background: var(--primary); color: white; }
.roadmap-card { padding: 28px; }
.roadmap-item:not(.current) .roadmap-card { opacity: .8; box-shadow: none; }
.roadmap-head { margin-bottom: 17px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.roadmap-head h3 { margin: 0; font-size: 21px; }
.roadmap-card > p { color: rgba(43,38,34,.8); }
.roadmap-list { display: grid; gap: 9px; color: var(--muted-foreground); }
.roadmap-list.sparkle li { display: flex; gap: 8px; }
.roadmap-list.sparkle [data-icon] { width: 16px; height: 16px; margin-top: 5px; color: var(--secondary); }
.roadmap-list.sparkle [data-icon] .icon { width: 16px; height: 16px; }
.exclusion { margin-top: 18px; padding: 13px 15px; border-radius: 11px; background: rgba(239,235,228,.65); color: var(--muted-foreground); font-size: 14px; }
.site-footer { margin-top: 96px; border-top: 1px solid var(--border); background: white; }
.footer-grid { max-width: var(--content); margin: 0 auto; padding: 58px 24px 48px; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; }
.footer-brand p { max-width: 340px; margin: 0; color: var(--muted-foreground); font-size: 14px; }
.footer-grid h2 { margin: 2px 0 14px; font-size: 15px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) span { color: var(--muted-foreground); font-size: 14px; }
.footer-grid a:hover { color: var(--primary) !important; }
.footer-bottom { max-width: var(--content); margin: 0 auto; padding: 24px; border-top: 1px solid var(--border); color: rgba(129,122,116,.7); font-size: 13px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px 18px; text-align: center; }
.footer-bottom a { color: inherit; }
.footer-bottom a:hover { color: var(--primary); }

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

@media (max-width: 960px) {
  .desktop-nav { margin-right: 0; gap: 22px; }
  .nav-actions .contact-link { display: none; }
  .cards-four { grid-template-columns: 1fr 1fr; }
  .feature-row { gap: 48px; }
  .phone-left { left: 5%; }
  .phone-right { right: 5%; }
  .footer-grid { grid-template-columns: 2fr repeat(3, 1fr); gap: 26px; }
}

@media (max-width: 1023px) {
  .hero-title-desktop, .hero-subtitle-desktop { display: none; }
  .hero-title-compact, .hero-subtitle-compact { display: block; }
  .hero h1 { font-size: clamp(42px, 5.4vw, 54px); }
  .hero-subtitle { font-size: 18px; }
}

@media (max-width: 760px) {
  .nav-shell { padding-inline: 18px; }
  .desktop-nav, .nav-actions { display: none; }
  .menu-toggle { display: inline-grid; }
  .mobile-nav { position: absolute; top: 64px; left: 0; width: 100%; padding: 20px 22px 24px; border-bottom: 1px solid var(--border); background: var(--background); box-shadow: var(--shadow-md); flex-direction: column; gap: 4px; }
  .mobile-nav:not([hidden]) { display: flex; }
  .mobile-nav a:not(.button) { min-height: 46px; display: flex; align-items: center; font-size: 17px; font-weight: 650; }
  .mobile-nav .button { margin-top: 10px; }
  .container, .reading-container { width: min(calc(100% - 36px), var(--content)); }
  .section { padding: 78px 0; }
  .hero { padding-top: 54px; }
  .hero-actions { width: min(100%, 360px); margin-bottom: 54px; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .phone-stage { height: 450px; }
  .phone { bottom: 20px; }
  .phone-left, .phone-right { display: none; }
  .phone-center { width: 210px; height: 410px; border-width: 6px; border-radius: 34px; }
  .phone-screen { padding: 38px 14px 16px; }
  .cards-four, .contact-grid { grid-template-columns: 1fr; }
  .feature-list { gap: 80px; }
  .feature-row { grid-template-columns: 1fr; gap: 28px; }
  .feature-row:nth-child(even) .feature-copy, .feature-row:nth-child(even) .feature-visual { order: initial; }
  .feature-copy h2 { font-size: 28px; }
  .feature-visual { min-height: 310px; }
  .workflow { grid-template-columns: 1fr; gap: 20px; }
  .workflow::before { top: 20px; bottom: 20px; left: 31px; right: auto; width: 2px; height: auto; }
  .workflow-step { display: grid; grid-template-columns: 64px 1fr; gap: 18px; align-items: center; text-align: left; }
  .step-icon { width: 64px; height: 64px; margin: 0; }
  .step-icon [data-icon], .step-icon [data-icon] .icon { width: 28px; height: 28px; }
  .step-number { width: 26px; height: 26px; font-size: 12px; }
  .trust-grid, .permission-grid, .feedback-topics { grid-template-columns: 1fr; }
  .privacy-band { width: calc(100% - 24px); padding: 66px 20px; border-radius: 32px; }
  .subpage { padding-top: 58px; }
  .page-hero { margin-bottom: 52px; }
  .summary-card, .current-card, .feedback-panel { padding: 24px; }
  .data-table { min-width: 700px; }
  .contact-hero-actions { flex-direction: column; }
  .contact-hero-actions .button { width: 100%; }
  .template-head { align-items: flex-start; flex-direction: column; }
  .current-card h2 { font-size: 25px; }
  .roadmap-title { margin-left: 0; }
  .roadmap-item { margin-left: 14px; padding-left: 40px; }
  .roadmap-card { padding: 22px; }
  .roadmap-head { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .brand { font-size: 18px; }
  .hero h1 { font-size: 38px; }
  .hero-subtitle { font-size: 16px; line-height: 1.75; }
  .section-title { font-size: 30px; }
  .cards-four { grid-template-columns: 1fr; }
  .pain-card { padding: 24px; }
  .space-demo { grid-template-columns: 1fr; }
  .space-card { min-height: 155px; }
  .feedback-panel { border-radius: 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
