:root {
  --accent: #e8643c;
  --accent-pressed: #d4532b;
  --background: #faf6f0;
  --background-secondary: #f2ede6;
  --surface: #ffffff;
  --text: #1a1208;
  --text-secondary: #7a6e5f;
  --text-tertiary: #a89880;
  --border: #ddd5c8;
  --separator: #ede8e0;
  --healthy: #34c759;
  --review: #ff9f0a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--text); font: 16px/1.65 -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif; }
a { color: inherit; }
img { display: block; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(221, 213, 200, .75); background: rgba(250, 246, 240, .9); backdrop-filter: blur(18px); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--text); text-decoration: none; font-size: 1.1rem; font-weight: 750; letter-spacing: -.03em; }
.brand img { width: 38px; height: 38px; border-radius: 10px; }
.nav-links { display: flex; gap: 26px; }
.nav-links a, .footer-links a { color: var(--text-secondary); text-decoration: none; font-size: .92rem; }
.nav-links a:hover, .footer-links a:hover { color: var(--accent); }
.hero { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding-block: 82px; }
.eyebrow { margin: 0 0 16px; color: var(--accent-pressed); font-size: .76rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(3rem, 6.2vw, 5.7rem); line-height: .99; letter-spacing: -.065em; }
.hero-copy > p:not(.eyebrow) { max-width: 650px; color: var(--text-secondary); font-size: 1.14rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border-radius: 14px; text-decoration: none; font-weight: 700; }
.button-primary { background: var(--accent); color: #fff; box-shadow: 0 14px 32px rgba(232, 100, 60, .22); }
.button-primary:hover { background: var(--accent-pressed); }
.button-secondary { border: 1px solid var(--border); background: rgba(255, 255, 255, .72); }
.micro { margin-top: 18px; color: var(--text-tertiary) !important; font-size: .82rem !important; }
.visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.visual::before { content: ""; position: absolute; width: 410px; height: 410px; border-radius: 50%; background: #f8d9ca; }
.app-card { position: relative; width: min(100%, 390px); padding: 27px; border: 1px solid rgba(255, 255, 255, .9); border-radius: 34px; background: rgba(255, 255, 255, .9); box-shadow: 0 34px 80px rgba(90, 54, 32, .16); transform: rotate(2deg); }
.app-card-head { display: flex; justify-content: space-between; align-items: end; padding-bottom: 20px; border-bottom: 1px solid var(--separator); }
.app-card-head span { color: var(--text-secondary); font-size: .83rem; }
.app-card-head strong { font-size: 1.55rem; letter-spacing: -.04em; }
.insight { display: flex; gap: 13px; margin: 22px 0; padding: 18px; border-radius: 19px; background: #fff4e7; }
.dot { flex: 0 0 9px; width: 9px; height: 9px; margin-top: 7px; border-radius: 50%; background: var(--review); box-shadow: 0 0 0 5px rgba(255, 159, 10, .14); }
.insight small { display: block; color: #7a4e00; font-weight: 700; }
.insight strong { display: block; }
.insight p { margin: 5px 0 0; color: var(--text-secondary); font-size: .78rem; line-height: 1.45; }
.usage { margin-top: 18px; }
.usage > div:first-child { display: flex; justify-content: space-between; font-size: .84rem; }
.bar { height: 7px; margin-top: 8px; overflow: hidden; border-radius: 99px; background: var(--separator); }
.bar i { display: block; height: 100%; border-radius: inherit; background: var(--accent); }
.trust { border-block: 1px solid var(--border); background: var(--surface); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid div { padding: 27px 34px; border-right: 1px solid var(--separator); }
.trust-grid div:first-child { padding-left: 0; }
.trust-grid div:last-child { border: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid span { color: var(--text-secondary); font-size: .87rem; }
.section { padding-block: 108px; }
.section-head { max-width: 750px; margin-bottom: 50px; }
h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.9rem); line-height: 1.08; letter-spacing: -.055em; }
.section-head > p:last-child { color: var(--text-secondary); font-size: 1.06rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-grid article, .support-grid article { padding: 30px; border: 1px solid var(--border); border-radius: 24px; background: rgba(255, 255, 255, .78); }
.number { color: var(--accent); font-size: .78rem; font-weight: 800; }
h3 { margin: 27px 0 8px; font-size: 1.23rem; letter-spacing: -.025em; }
.feature-grid p, .support-grid p { color: var(--text-secondary); }
.privacy-callout { background: var(--text); color: #fff; }
.callout-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 90px; }
.privacy-callout .eyebrow { color: #ffad8f; }
.callout-grid > div:last-child { color: #d8cfc5; font-size: 1.06rem; }
.text-link { display: inline-block; margin-top: 16px; color: var(--accent); font-weight: 750; text-decoration: none; }
.privacy-callout .text-link { color: #ffad8f; }
.final-cta { text-align: center; display: flex; flex-direction: column; align-items: center; }
.final-cta img { width: 88px; height: 88px; margin-bottom: 26px; border-radius: 22px; box-shadow: 0 18px 42px rgba(90, 54, 32, .2); }
.final-cta h2 { max-width: 760px; margin-bottom: 30px; }
.site-footer { padding-top: 62px; border-top: 1px solid var(--border); background: var(--background-secondary); }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 44px; }
.footer-grid p { margin: 10px 0 0; color: var(--text-secondary); }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; align-items: start; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; border-top: 1px solid var(--border); color: var(--text-tertiary); font-size: .78rem; }
.legal-hero { padding-block: 92px 68px; background: linear-gradient(180deg, #f7dfd3 0, var(--background) 100%); }
.legal-hero h1 { max-width: 900px; }
.legal-hero > p:not(.eyebrow) { max-width: 720px; color: var(--text-secondary); font-size: 1.1rem; }
.effective { color: var(--text-tertiary); font-size: .8rem; }
.legal-content { max-width: 800px; padding-block: 28px 115px; }
.legal-content section { padding-block: 32px; border-top: 1px solid var(--border); }
.legal-content h2 { font-size: 1.5rem; letter-spacing: -.035em; }
.legal-content h3 { margin: 24px 0 5px; font-size: 1rem; }
.legal-content p, .legal-content li { color: #66594b; }
.legal-content a { color: var(--accent-pressed); font-weight: 700; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding-top: 0; }
.support-grid h2 { margin-top: 24px; font-size: 1.5rem; }
@media (max-width: 850px) { .hero { grid-template-columns: 1fr; gap: 30px; } .feature-grid, .trust-grid { grid-template-columns: 1fr; } .trust-grid div { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--separator); } .callout-grid { grid-template-columns: 1fr; gap: 32px; } .support-grid { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .wrap { width: min(100% - 28px, 1120px); } .nav-links a:first-child { display: none; } .nav-links { gap: 15px; } .hero { min-height: auto; padding-block: 54px 70px; } h1 { font-size: 3.2rem; } .actions { flex-direction: column; } .button { width: 100%; } .visual { min-height: 390px; } .app-card { padding: 21px; border-radius: 28px; transform: none; } .section { padding-block: 74px; } .footer-grid, .footer-bottom { flex-direction: column; } .legal-hero { padding-block: 66px 50px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
