body { background: #0a0a0a; color: rgba(255,255,255,0.8); font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin: 0; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
::selection { background: rgba(200,169,110,0.3); color: #ffffff; }
:root { --black: #0a0a0a; --black-2: #111111; --black-3: #1a1a1a; --border: #2a2a2a; --border-light: #333333; --white: #ffffff; --white-80: rgba(255,255,255,0.8); --white-60: rgba(255,255,255,0.6); --white-40: rgba(255,255,255,0.4); --white-20: rgba(255,255,255,0.2); --white-05: rgba(255,255,255,0.05); --accent: #c8a96e; --accent-light: #e8c98e; --font-display: 'Space Grotesk', sans-serif; --font-body: 'Inter', sans-serif; --radius: 8px; --radius-lg: 16px; --max-w: 1140px; --transition: 200ms ease; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.section { padding: 120px 0; }
h1, h2, h3 { font-family: 'Space Grotesk', sans-serif; color: #ffffff; line-height: 1.15; font-weight: 600; }
.section-label { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #c8a96e; margin-bottom: 20px; }
.section-headline { font-size: clamp(28px, 4vw, 44px); margin-bottom: 28px; }
.section-sub { font-size: 18px; color: rgba(255,255,255,0.6); max-width: 640px; line-height: 1.7; margin-bottom: 48px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; border-radius: 8px; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 500; text-decoration: none; cursor: pointer; transition: all 200ms ease; border: 1px solid transparent; white-space: nowrap; }
.btn-primary { background: #c8a96e; color: #0a0a0a; border-color: #c8a96e; }
.btn-primary:hover { background: #e8c98e; border-color: #e8c98e; }
.btn-outline { background: transparent; color: #ffffff; border-color: #333333; }
.btn-outline:hover { border-color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.05); }
.btn-ghost { background: transparent; color: rgba(255,255,255,0.6); border-color: transparent; padding: 14px 8px; }
.btn-ghost:hover { color: #ffffff; }
.btn-full { width: 100%; }
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 16px 0; background: rgba(10,10,10,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid #2a2a2a; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.logo { font-family: 'Space Grotesk', sans-serif; font-size: 20px; font-weight: 700; color: #ffffff; text-decoration: none; letter-spacing: 0.06em; }
.nav-cta { font-size: 14px; padding: 10px 20px; }
.hero { padding: 180px 0 140px; background: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(200,169,110,0.10) 0%, transparent 60%); border-bottom: 1px solid #2a2a2a; }
.hero-eyebrow { font-size: 13px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: #c8a96e; margin-bottom: 24px; }
.hero-headline { font-size: clamp(40px, 7vw, 76px); font-weight: 700; line-height: 1.05; margin-bottom: 28px; max-width: 820px; }
.hero-sub { font-size: clamp(17px, 2vw, 20px); color: rgba(255,255,255,0.55); max-width: 600px; line-height: 1.7; margin-bottom: 44px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 56px; }
.hero-proof { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 13px; color: rgba(255,255,255,0.35); }
.hero-proof .sep { color: #333333; }
.problem { background: #111111; border-bottom: 1px solid #2a2a2a; }
.problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 56px; }
.problem-card { background: #1a1a1a; border: 1px solid #2a2a2a; border-radius: 16px; padding: 36px; transition: border-color 200ms ease; }
.problem-card:hover { border-color: #333333; }
.problem-icon { font-size: 28px; margin-bottom: 20px; }
.problem-card h3 { font-size: 18px; margin-bottom: 12px; }
.problem-card p { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.65; }
.what { background: #0a0a0a; border-bottom: 1px solid #2a2a2a; }
.what-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(420px, 1fr)); gap: 0; margin-top: 60px; border: 1px solid #2a2a2a; border-radius: 16px; overflow: hidden; }
.what-item { display: flex; gap: 24px; padding: 40px; border-right: 1px solid #2a2a2a; border-bottom: 1px solid #2a2a2a; }
.what-item:nth-child(2n) { border-right: none; }
.what-item:nth-last-child(-n+2) { border-bottom: none; }
.what-num { font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 600; color: #c8a96e; letter-spacing: 0.05em; padding-top: 3px; flex-shrink: 0; }
.what-item h3 { font-size: 17px; margin-bottom: 10px; }
.what-item p { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.65; }
.clarity { background: #111111; border-bottom: 1px solid #2a2a2a; }
.clarity-inner { display: grid; grid-template-columns: 1fr 1px 1fr; gap: 60px; align-items: start; }
.clarity-divider { background: #2a2a2a; height: 100%; min-height: 200px; }
.clarity-block ul { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.clarity-block ul li { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.5; padding-left: 20px; position: relative; }
.clarity-is ul li::before { content: "YES"; position: absolute; left: 0; color: #c8a96e; font-weight: 700; font-size: 10px; top: 3px; }
.clarity-isnot ul li::before { content: "NO"; position: absolute; left: 0; color: rgba(255,255,255,0.3); font-size: 10px; top: 3px; }
.uses { background: #0a0a0a; border-bottom: 1px solid #2a2a2a; }
.uses-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1px; margin-top: 60px; background: #2a2a2a; border: 1px solid #2a2a2a; border-radius: 16px; overflow: hidden; }
.use-card { background: #0a0a0a; padding: 36px; }
.use-card h3 { font-size: 17px; margin-bottom: 12px; }
.use-card p { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.65; }
.pricing { background: #111111; border-bottom: 1px solid #2a2a2a; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 60px; align-items: start; }
.pricing-card { background: #1a1a1a; border: 1px solid #333333; border-radius: 16px; padding: 44px; }
.pricing-main { border-color: #c8a96e; background: linear-gradient(135deg, rgba(200,169,110,0.06) 0%, #1a1a1a 60%); }
.pricing-badge { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #c8a96e; border: 1px solid #c8a96e; border-radius: 4px; padding: 4px 10px; margin-bottom: 24px; }
.pricing-price { font-family: 'Space Grotesk', sans-serif; font-size: 52px; font-weight: 700; color: #ffffff; margin-bottom: 6px; line-height: 1; }
.pricing-desc { font-size: 14px; color: rgba(255,255,255,0.4); margin-bottom: 32px; }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
.pricing-features li { font-size: 15px; color: rgba(255,255,255,0.6); padding-left: 20px; position: relative; }
.pricing-features li::before { content: "-"; position: absolute; left: 0; color: #c8a96e; }
.pricing-support { display: flex; flex-direction: column; gap: 16px; }
.support-card { background: #1a1a1a; border: 1px solid #2a2a2a; border-radius: 16px; padding: 28px; }
.support-premium { border-color: #333333; }
.support-card h3 { font-size: 17px; margin-bottom: 8px; }
.support-price { font-size: 22px; font-weight: 600; color: #c8a96e; margin-bottom: 12px; font-family: 'Space Grotesk', sans-serif; }
.support-card p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.65; margin-bottom: 12px; }
.support-note { font-size: 13px; color: rgba(255,255,255,0.4); font-style: italic; }
.privacy { background: #0a0a0a; border-bottom: 1px solid #2a2a2a; }
.privacy-inner { display: grid; grid-template-columns: 1fr 340px; gap: 80px; align-items: center; }
.privacy-text p { font-size: 16px; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 16px; }
.privacy-stats { display: flex; flex-direction: column; gap: 32px; }
.stat-val { font-family: 'Space Grotesk', sans-serif; font-size: 44px; font-weight: 700; color: #c8a96e; line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 14px; color: rgba(255,255,255,0.4); }
.interest { background: #111111; border-bottom: 1px solid #2a2a2a; }
.interest-inner { max-width: 680px; }
.form { display: flex; flex-direction: column; gap: 20px; margin-top: 40px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.6); letter-spacing: 0.02em; }
.form-group input, .form-group textarea { background: #1a1a1a; border: 1px solid #333333; border-radius: 8px; padding: 12px 16px; color: #ffffff; font-family: 'Inter', sans-serif; font-size: 15px; transition: border-color 200ms ease; resize: vertical; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: #c8a96e; }
.form-note { font-size: 13px; color: rgba(255,255,255,0.4); margin-top: 12px; text-align: center; }
.footer { padding: 80px 0 60px; background: #0a0a0a; border-top: 1px solid #1a1a1a; }
.footer-inner { display: flex; flex-direction: column; gap: 12px; }
.footer-logo { font-family: 'Space Grotesk', sans-serif; font-size: 18px; font-weight: 700; color: #ffffff; letter-spacing: 0.06em; }
.footer-tagline { font-size: 14px; color: rgba(255,255,255,0.4); margin-bottom: 12px; }
.footer-legal p { font-size: 12px; color: rgba(255,255,255,0.2); line-height: 1.6; max-width: 640px; }
@media (max-width: 900px) { .what-grid { grid-template-columns: 1fr; } .what-item { border-right: none; } .clarity-inner { grid-template-columns: 1fr; gap: 40px; } .clarity-divider { display: none; } .pricing-grid { grid-template-columns: 1fr; } .privacy-inner { grid-template-columns: 1fr; gap: 48px; } .privacy-stats { flex-direction: row; gap: 40px; } }
@media (max-width: 640px) { .section { padding: 80px 0; } .hero { padding: 140px 0 100px; } .form-row { grid-template-columns: 1fr; } .hero-actions { flex-direction: column; align-items: flex-start; } .privacy-stats { flex-direction: column; } .hero-proof { flex-direction: column; align-items: flex-start; gap: 6px; } .hero-proof .sep { display: none; } }
