/* === BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #0e0e14;
  --surface: #16161f;
  --surface2: #1e1e2a;
  --accent: #FF4D4D;
  --accent2: #FF8C00;
  --accent3: #00C9A7;
  --text: #F5F0E8;
  --text-muted: #8a8a9a;
  --text-dim: #4a4a5a;
  --border: #252530;
}
html { font-size: 16px; }
body { background: var(--bg); color: var(--text); font-family: 'DM Sans', sans-serif; font-weight: 400; line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: 'Syne', sans-serif; font-weight: 800; line-height: 1.1; }
img { max-width: 100%; display: block; }

/* === NAV === */
.nav { padding: 1.5rem 2rem; }
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.4rem; color: var(--text); }
.nav-tagline { font-size: 0.8rem; color: var(--text-muted); letter-spacing: 0.05em; text-transform: uppercase; }

/* === HERO === */
.hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; padding: 4rem 5%; position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.hero-blob { position: absolute; border-radius: 50%; filter: blur(120px); }
.hero-blob-1 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(255,77,77,0.12) 0%, transparent 70%); top: -100px; right: -100px; }
.hero-blob-2 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(255,140,0,0.08) 0%, transparent 70%); bottom: 0; left: 20%; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px); background-size: 60px 60px; }
.hero-content { position: relative; z-index: 1; }
.hero-label { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-muted); margin-bottom: 1.5rem; font-weight: 500; }
.label-dot { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; display: inline-block; animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.hero-headline { font-size: clamp(3.5rem, 6vw, 6rem); font-weight: 800; color: var(--text); margin-bottom: 1.5rem; line-height: 1.0; }
.hero-accent { color: var(--accent); }
.hero-lede { font-size: 1.1rem; color: var(--text-muted); max-width: 420px; margin-bottom: 2rem; line-height: 1.7; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.pill { background: var(--surface); border: 1px solid var(--border); color: var(--text-muted); padding: 0.4rem 0.9rem; border-radius: 100px; font-size: 0.8rem; font-weight: 500; }

/* === PHONE VISUAL === */
.hero-visual { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; }
.phone-stack { position: relative; width: 280px; height: 360px; }
.phone { background: var(--surface2); border: 1px solid var(--border); border-radius: 28px; padding: 12px; position: absolute; }
.phone-back { width: 220px; height: 300px; top: 30px; left: -20px; transform: rotate(-6deg); opacity: 0.6; z-index: 1; }
.phone-front { width: 240px; height: 320px; top: 0; right: 0; z-index: 2; box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,77,77,0.2); }
.phone-screen { background: var(--surface); border-radius: 20px; height: 100%; display: flex; flex-direction: column; padding: 14px; gap: 8px; }
.phone-badge { font-size: 0.6rem; font-weight: 700; padding: 3px 8px; border-radius: 4px; width: fit-content; letter-spacing: 0.05em; }
.phone-badge-live { background: var(--accent); color: white; }
.phone-stat { display: flex; flex-direction: column; margin-top: auto; }
.phone-stat-num { font-family: 'Syne', sans-serif; font-size: 1.4rem; font-weight: 800; color: var(--text); }
.phone-stat-label { font-size: 0.65rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.05em; }
.phone-bar { height: 6px; background: var(--surface2); border-radius: 3px; width: 100%; }
.phone-bar-sm { width: 70%; }
.phone-video-thumb { flex: 1; background: linear-gradient(135deg, #1a1a2e, #2d1b4e); border-radius: 12px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.thumb-play { width: 28px; height: 28px; background: rgba(255,255,255,0.15); border-radius: 50%; }
.thumb-overlay { position: absolute; bottom: 6px; left: 0; right: 0; padding: 0 8px; display: flex; justify-content: space-between; font-size: 0.55rem; color: rgba(255,255,255,0.8); }
.phone-captions { display: flex; flex-direction: column; gap: 5px; padding-top: 4px; }
.cap-line { height: 5px; background: var(--surface2); border-radius: 3px; width: 90%; }
.cap-short { width: 60%; }

.hero-stat-card { position: absolute; bottom: -20px; right: -30px; background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 14px 20px; text-align: center; box-shadow: 0 8px 30px rgba(0,0,0,0.4); z-index: 3; }
.stat-val { font-family: 'Syne', sans-serif; font-size: 1.6rem; font-weight: 800; color: var(--accent); }
.stat-desc { font-size: 0.7rem; color: var(--text-muted); margin-top: 2px; }

/* === PROBLEM === */
.problem { padding: 8rem 5%; background: var(--surface); }
.problem-inner { max-width: 1100px; margin: 0 auto; }
.problem-tag { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent); font-weight: 600; margin-bottom: 1rem; }
.problem-headline { font-size: clamp(2rem, 3.5vw, 3rem); margin-bottom: 3rem; color: var(--text); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 3rem; }
.problem-card { background: var(--bg); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; position: relative; overflow: hidden; }
.problem-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
.problem-card-red::before { background: var(--accent); }
.problem-card-orange::before { background: var(--accent2); }
.problem-card-gold::before { background: var(--accent3); }
.prob-icon { color: var(--text-muted); margin-bottom: 1rem; }
.problem-card h3 { font-family: 'Syne', sans-serif; font-size: 1.1rem; font-weight: 700; margin-bottom: 0.6rem; color: var(--text); }
.problem-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; }
.problem-solution { background: linear-gradient(135deg, rgba(255,77,77,0.08), rgba(255,140,0,0.05)); border: 1px solid rgba(255,77,77,0.2); border-radius: 16px; padding: 2rem 2.5rem; font-size: 1.05rem; color: var(--text); line-height: 1.7; }
.problem-solution strong { color: var(--accent); }

/* === SERVICES === */
.services { padding: 8rem 5%; }
.services-inner { max-width: 1100px; margin: 0 auto; }
.services-header { margin-bottom: 4rem; }
.services-tag { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent2); font-weight: 600; margin-bottom: 1rem; }
.services-headline { font-size: clamp(2rem, 3.5vw, 3rem); }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-bottom: 4rem; }
.service-card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; position: relative; }
.svc-num { font-family: 'Syne', sans-serif; font-size: 0.7rem; font-weight: 700; color: var(--text-dim); letter-spacing: 0.1em; margin-bottom: 1rem; }
.service-card h3 { font-family: 'Syne', sans-serif; font-size: 1.2rem; font-weight: 700; margin-bottom: 0.6rem; color: var(--text); }
.service-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; }

/* === PRICING === */
.services-pricing { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 0; align-items: stretch; background: var(--surface); border: 1px solid var(--border); border-radius: 20px; overflow: hidden; }
.pricing-box { padding: 2.5rem 2rem; }
.price-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 0.8rem; font-weight: 500; }
.price-main { display: flex; align-items: baseline; gap: 0.3rem; margin-bottom: 0.5rem; }
.price-num { font-family: 'Syne', sans-serif; font-size: 2.2rem; font-weight: 800; color: var(--text); }
.price-per { font-size: 0.85rem; color: var(--text-muted); }
.price-note { font-size: 0.8rem; color: var(--text-muted); line-height: 1.5; margin-bottom: 0.8rem; }
.price-ideal { font-size: 0.75rem; color: var(--text-dim); border-top: 1px solid var(--border); padding-top: 0.8rem; }
.pricing-divider { width: 1px; background: var(--border); }

/* === CLIENTS === */
.clients { padding: 8rem 5%; background: var(--surface); }
.clients-inner { max-width: 1100px; margin: 0 auto; }
.clients-tag { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent3); font-weight: 600; margin-bottom: 1rem; }
.clients-headline { font-size: clamp(2rem, 3.5vw, 3rem); margin-bottom: 3rem; }
.clients-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.client-type { background: var(--bg); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; }
.client-icon { color: var(--accent); margin-bottom: 1rem; }
.client-type h4 { font-family: 'Syne', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--text); }
.client-type p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; }

/* === TESTIMONIALS / COMPARISON === */
.testimonials { padding: 8rem 5%; }
.testimonials-inner { max-width: 1100px; margin: 0 auto; }
.testimonials-tag { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent2); font-weight: 600; margin-bottom: 1rem; }
.testimonials-headline { font-size: clamp(2rem, 3.5vw, 3rem); margin-bottom: 3rem; }

.comparison-table { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.comp-row { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; border-bottom: 1px solid var(--border); }
.comp-row-last { border-bottom: none; }
.comp-header .comp-col { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.9rem; padding: 1.2rem 1.5rem; background: var(--surface2); color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.7rem; }
.comp-col { padding: 1.2rem 1.5rem; font-size: 0.9rem; color: var(--text-muted); display: flex; align-items: center; }
.comp-col-brand { color: var(--accent); }
.comp-label { padding: 1.2rem 1.5rem; font-size: 0.9rem; color: var(--text); display: flex; align-items: center; }
.comp-val { color: var(--text-muted); justify-content: center; }
.comp-good { color: var(--accent3); }
.comp-bad { color: var(--text-dim); }
.comp-mid { color: var(--accent2); }

/* === CLOSING === */
.closing { padding: 8rem 5%; background: var(--surface); }
.closing-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.closing-tag { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent); font-weight: 600; margin-bottom: 1rem; }
.closing-headline { font-size: clamp(2rem, 3.5vw, 3rem); margin-bottom: 1.5rem; }
.closing-body { font-size: 1rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 1rem; }
.closing-visual { display: flex; flex-direction: column; gap: 2rem; }
.closing-stat { background: var(--bg); border: 1px solid var(--border); border-radius: 20px; padding: 2.5rem; position: relative; overflow: hidden; }
.closing-stat::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--accent), var(--accent2)); }
.closing-stat-num { font-family: 'Syne', sans-serif; font-size: 3.5rem; font-weight: 800; color: var(--text); line-height: 1; margin-bottom: 0.5rem; }
.closing-stat-desc { font-size: 0.9rem; color: var(--text-muted); line-height: 1.5; }

/* === FOOTER === */
.footer { padding: 4rem 5% 2rem; border-top: 1px solid var(--border); }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 3rem; }
.footer-logo { font-family: 'Syne', sans-serif; font-size: 1.4rem; font-weight: 800; color: var(--text); margin-bottom: 0.6rem; }
.footer-brand p { font-size: 0.85rem; color: var(--text-muted); max-width: 300px; }
.footer-location { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 0.3rem; }
.footer-email { font-size: 0.85rem; color: var(--accent); }
.footer-bottom { max-width: 1100px; margin: 0 auto; padding-top: 2rem; border-top: 1px solid var(--border); }
.footer-bottom p { font-size: 0.8rem; color: var(--text-dim); }

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 2rem; gap: 3rem; }
  .hero-visual { display: none; }
  .hero-headline { font-size: 3rem; }
  .problem-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .services-pricing { grid-template-columns: 1fr; }
  .pricing-divider { width: 100%; height: 1px; }
  .clients-grid { grid-template-columns: 1fr; }
  .comp-row { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
  .comp-label { font-size: 0.75rem; }
  .closing-inner { grid-template-columns: 1fr; gap: 3rem; }
  .footer-inner { flex-direction: column; gap: 1.5rem; }
}
@media (max-width: 480px) {
  .comp-row { grid-template-columns: 1fr 1fr; gap: 0; }
  .comp-label { grid-column: 1 / -1; border-bottom: 1px solid var(--border); }
}
