*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fafaf9;--surface:#fff;--text:#191917;--secondary:#6b6b64;--muted:#8a8a82;--border:#e3e3e0;--divider:#efefed;--gold:#c97b00;--gold-bg:#fef6df;--gold-dark:#a56200;--radius-sm:6px;--radius:12px;--radius-lg:20px;--radius-xl:28px}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}body,h1,h2,h3,h4{color:var(--text)}h1,h2,h3,h4{font-family:Georgia,Times New Roman,serif;line-height:1.2;letter-spacing:-.02em}p{color:var(--secondary)}a{text-decoration:none;color:inherit}.container{max-width:1120px;margin:0 auto;padding:0 24px}.section{padding:96px 0}.section-sm{padding:64px 0}nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:hsla(60,9%,98%,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner{justify-content:space-between;height:64px}.nav-inner,.nav-logo{display:flex;align-items:center}.nav-logo{gap:10px;font-size:17px;font-weight:600;color:var(--text);font-family:Georgia,serif}.nav-logo img{width:36px;height:36px;border-radius:8px}.nav-links{display:flex;align-items:center;gap:32px}.nav-links a{font-size:14px;font-weight:500;color:var(--secondary);transition:color .15s}.nav-links a:hover{color:var(--text)}.btn-nav{display:flex;align-items:center;gap:7px;background:var(--text);color:#fff;padding:9px 18px;border-radius:9999px;font-size:14px;font-weight:600;transition:opacity .15s}.btn-nav:hover{opacity:.85}.btn-nav svg{width:14px;height:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:9999px;font-size:15px;font-weight:600;cursor:pointer;transition:all .15s;border:none;white-space:nowrap}.btn-primary{background:var(--text);color:#fff}.btn-primary:hover{opacity:.85}.btn-outline{background:transparent;color:var(--text);border:1.5px solid var(--border)}.btn-outline:hover{border-color:var(--text)}.btn-gold{background:var(--gold);color:#fff}.btn-gold:hover{background:var(--gold-dark)}.appstore-btn{display:inline-flex;align-items:center;gap:10px;background:var(--text);color:#fff;padding:12px 22px;border-radius:14px;transition:opacity .15s}.appstore-btn:hover{opacity:.85}.appstore-btn .appstore-icon{font-size:24px;line-height:1}.appstore-btn .appstore-label{display:flex;flex-direction:column;gap:1px}.appstore-btn .appstore-label span:first-child{font-size:10px;font-weight:400;opacity:.75}.appstore-btn .appstore-label span:last-child{font-size:16px;font-weight:700}.hero{padding:80px 0 0;overflow:hidden}.hero-inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:64px;gap:64px}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--gold-bg);color:var(--gold);padding:6px 14px;border-radius:9999px;font-size:13px;font-weight:600;margin-bottom:24px;border:1px solid rgba(201,123,0,.2)}.hero h1{font-size:clamp(36px,4.5vw,60px);font-weight:700;margin-bottom:20px}.hero h1 em{font-style:normal;color:var(--gold)}.hero-sub{font-size:18px;color:var(--secondary);margin-bottom:36px;line-height:1.7;max-width:460px}.hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hero-image{position:relative;display:flex;justify-content:center}.hero-image img{width:100%;max-width:480px;border-radius:24px;box-shadow:0 32px 80px rgba(0,0,0,.14),0 8px 24px rgba(0,0,0,.08)}.stats-bar{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:32px 0;margin-top:80px}.stats-grid{display:flex;align-items:center;justify-content:center;gap:0}.stat{flex:1 1;text-align:center;padding:0 32px;border-right:1px solid var(--border)}.stat:last-child{border-right:none}.stat-number{font-family:Georgia,serif;font-size:32px;font-weight:700;color:var(--text);display:block;margin-bottom:4px}.stat-label{font-size:13px;color:var(--muted);font-weight:500}.section-header{text-align:center;margin-bottom:64px}.section-header .label{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}.section-header h2{font-size:clamp(28px,3.5vw,44px);margin-bottom:16px}.section-header p{font-size:17px;color:var(--secondary);max-width:520px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2px;gap:2px;background:var(--border);border-radius:var(--radius-lg);overflow:hidden}.feature-card{background:var(--surface);padding:36px 32px}.feature-icon{width:48px;height:48px;border-radius:12px;background:var(--gold-bg);display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:22px}.feature-card h3{font-size:18px;font-weight:700;margin-bottom:10px;color:var(--text)}.feature-card p{font-size:14px;color:var(--secondary);line-height:1.65}.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:80px;gap:80px}.split.reverse{direction:rtl}.split.reverse>*{direction:ltr}.split-content .label{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}.split-content h2{font-size:clamp(26px,3vw,38px);margin-bottom:16px}.split-content p{font-size:16px;color:var(--secondary);line-height:1.75;margin-bottom:24px}.split-list{list-style:none;display:flex;flex-direction:column;gap:12px}.split-list li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:var(--secondary)}.split-list li:before{content:"";flex-shrink:0;width:18px;height:18px;margin-top:1px;background:var(--gold-bg);border-radius:50%;border:1.5px solid var(--gold);background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4l2.5 2.5L9 1' stroke='%23C97B00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%}.split-image img{width:100%;border-radius:20px;box-shadow:0 24px 64px rgba(0,0,0,.12),0 6px 20px rgba(0,0,0,.07)}.screenshots-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.screenshot-card{position:relative;overflow:hidden;border-radius:20px}.screenshot-card img{width:100%;display:block;border-radius:20px;box-shadow:0 12px 40px rgba(0,0,0,.1);transition:transform .3s ease}.screenshot-card:hover img{transform:scale(1.02)}.screenshot-label{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);background:rgba(25,25,23,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:12px;font-weight:600;padding:6px 14px;border-radius:9999px;white-space:nowrap}.translations-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.translation-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.translation-flag{font-size:28px;margin-bottom:12px;display:block}.translation-card h3{font-size:15px;font-weight:700;margin-bottom:12px;color:var(--text)}.translation-item{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--divider);font-size:13px}.translation-item:last-child{border-bottom:none}.translation-abbr{font-weight:700;color:var(--text);font-size:12px;background:var(--gold-bg);color:var(--gold);padding:2px 8px;border-radius:4px}.translation-name{color:var(--secondary)}.cta-section{background:var(--text);color:#fff;border-radius:var(--radius-xl);padding:80px;text-align:center;margin:0 24px}.cta-section h2{color:#fff;font-size:clamp(28px,3.5vw,44px);margin-bottom:16px}.cta-section p{color:hsla(0,0%,100%,.65);font-size:17px;margin-bottom:40px;max-width:480px;margin-left:auto;margin-right:auto}.cta-section .appstore-btn{background:#fff;color:var(--text)}.cta-section .appstore-btn .appstore-label span:first-child{color:var(--secondary)}footer{padding:48px 0;border-top:1px solid var(--border)}.footer-inner{justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-brand,.footer-inner{display:flex;align-items:center}.footer-brand{gap:10px}.footer-brand img{width:28px;height:28px;border-radius:6px}.footer-brand span{font-size:14px;font-weight:600;font-family:Georgia,serif}.footer-links{display:flex;gap:24px}.footer-links a{font-size:13px;color:var(--muted)}.footer-links a:hover{color:var(--text)}.footer-copy{font-size:13px;color:var(--muted)}@media (max-width:900px){.hero-inner{grid-template-columns:1fr}.hero-image{display:none}.features-grid{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr;gap:40px}.split.reverse{direction:ltr}.split-image{order:-1}.screenshots-grid,.translations-grid{grid-template-columns:1fr 1fr}.stats-grid{flex-wrap:wrap}.stat{flex:0 0 50%;border-right:none;border-bottom:1px solid var(--border)}.stat:nth-child(odd){border-right:1px solid var(--border)}.cta-section{padding:48px 28px;margin:0 16px}}@media (max-width:640px){.nav-links{display:none}.features-grid,.screenshots-grid,.translations-grid{grid-template-columns:1fr}.hero{padding:48px 0 0}.hero h1{font-size:36px}.stats-grid{flex-direction:column}.stat{border-right:none}.footer-inner{flex-direction:column;align-items:flex-start}}