/* =====================================
   StreetStack — Landing Page Styles
   ===================================== */

/* --- Variables --- */
:root {
  --bg: #F9F5F0;
  --bg-alt: #F0EBE3;
  --fg: #1C1C1C;
  --accent: #E85A1E;
  --accent-light: #FF7A3D;
  --stone: #8B7D6B;
  --white: #FFFFFF;
  --border: #E2DAD0;
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* --- Base --- */
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* --- Custom Scrollbar --- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 3px; }

/* --- Typography --- */
h1, h2, h3 { font-family: 'Playfair Display', serif; font-weight: 700; line-height: 1.15; }
.section-label {
  font-family: 'Syne', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.section-title {
  font-size: clamp(32px, 5vw, 52px);
  color: var(--fg);
  margin-bottom: 0;
  font-weight: 700;
}

/* =====================================
   HERO
   ===================================== */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  overflow: hidden;
  padding: 0;
}
.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px 80px clamp(32px, 6vw, 96px);
  position: relative;
}
.hero-eyebrow {
  font-family: 'Syne', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}
.hero-headline {
  font-size: clamp(44px, 7vw, 88px);
  font-weight: 700;
  line-height: 1.05;
  color: var(--fg);
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}
.hero-body {
  font-size: clamp(16px, 1.5vw, 19px);
  color: var(--stone);
  max-width: 480px;
  line-height: 1.7;
}
.hero-graphic {
  position: absolute;
  bottom: 64px;
  left: clamp(32px, 6vw, 96px);
  width: 80px;
  height: 3px;
  background: var(--accent);
}
.hero-right {
  background: var(--bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* Hero Visual */
.hero-visual {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visual-orb {
  position: absolute;
  border-radius: 50%;
}
.orb-1 {
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(232,90,30,0.15) 0%, transparent 70%);
  top: 10%; right: 10%;
}
.orb-2 {
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(232,90,30,0.1) 0%, transparent 70%);
  bottom: 20%; left: 20%;
}
.orb-3 {
  width: 150px; height: 150px;
  background: radial-gradient(circle, rgba(232,90,30,0.08) 0%, transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
.visual-circle {
  width: 240px; height: 240px;
  border: 2px solid rgba(232,90,30,0.2);
  border-radius: 50%;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
.visual-lines {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}
.vline {
  position: absolute;
  background: rgba(232,90,30,0.08);
}
.vline-1 { width: 1px; height: 100%; left: 33%; }
.vline-2 { width: 1px; height: 100%; left: 66%; }
.vline-3 { height: 1px; width: 100%; top: 50%; }

/* Phone element */
.visual-phone {
  position: relative;
  z-index: 2;
  width: 160px;
}
.phone-screen {
  background: var(--fg);
  border-radius: 24px;
  padding: 16px;
  box-shadow: 0 32px 64px rgba(0,0,0,0.15);
}
.phone-bar {
  width: 60px; height: 4px;
  background: rgba(255,255,255,0.2);
  border-radius: 2px;
  margin: 0 auto 16px;
}
.phone-content {
  text-align: center;
}
.phone-icon {
  width: 32px; height: 32px;
  background: var(--accent);
  border-radius: 50%;
  margin: 0 auto 8px;
}
.phone-views {
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}
.phone-label {
  font-size: 9px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 4px;
}

/* Badge */
.visual-badge {
  position: absolute;
  bottom: 25%;
  right: 15%;
  z-index: 2;
}
.badge-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  padding: 10px 16px;
  border-radius: 40px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  font-size: 13px;
  font-weight: 500;
  color: var(--fg);
}
.badge-icon {
  width: 20px; height: 20px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =====================================
   SERVICES
   ===================================== */
.services {
  padding: 120px clamp(32px, 6vw, 96px);
  border-bottom: 1px solid var(--border);
}
.services-header {
  margin-bottom: 80px;
  max-width: 600px;
}
.services-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.service-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 40px;
  padding: 48px 0;
  border-bottom: 1px solid var(--border);
  align-items: start;
}
.service-item:last-child { border-bottom: none; }
.service-number {
  font-family: 'Syne', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--accent);
  padding-top: 6px;
}
.service-name {
  font-family: 'DM Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 12px;
}
.service-desc {
  font-size: 16px;
  color: var(--stone);
  line-height: 1.65;
  max-width: 520px;
}

/* =====================================
   INDUSTRIES
   ===================================== */
.industries {
  padding: 120px clamp(32px, 6vw, 96px);
  background: var(--bg-alt);
  border-bottom: 1px solid var(--border);
}
.industries-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.industries-body {
  margin-top: 24px;
  font-size: 17px;
  color: var(--stone);
  line-height: 1.7;
  max-width: 420px;
}
.industry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.industry-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  background: var(--white);
  border: 1px solid var(--border);
  font-size: 15px;
  font-weight: 500;
  color: var(--fg);
  border-radius: 8px;
}
.industry-dot {
  width: 8px; height: 8px;
  background: var(--accent);
  border-radius: 50%;
  flex-shrink: 0;
}

/* =====================================
   MANIFESTO
   ===================================== */
.manifesto {
  position: relative;
  overflow: hidden;
  background: var(--fg);
  padding: 120px clamp(32px, 6vw, 96px);
}
.manifesto-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(232,90,30,0.12) 0%, transparent 60%),
              radial-gradient(ellipse at 20% 80%, rgba(232,90,30,0.06) 0%, transparent 50%);
}
.manifesto-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.manifesto-ornament {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
.manifesto-quote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 4vw, 38px);
  font-style: italic;
  font-weight: 600;
  color: var(--white);
  line-height: 1.4;
  margin-bottom: 32px;
}
.manifesto-body {
  font-size: 17px;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  max-width: 580px;
  margin: 0 auto;
}

/* =====================================
   PRICING
   ===================================== */
.pricing {
  padding: 120px clamp(32px, 6vw, 96px);
  border-bottom: 1px solid var(--border);
}
.pricing-header {
  margin-bottom: 72px;
  max-width: 600px;
}
.pricing-subtitle {
  margin-top: 16px;
  font-size: 17px;
  color: var(--stone);
}
.pricing-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 80px;
}
.pricing-tier {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 40px 32px;
  position: relative;
}
.pricing-tier.tier-featured {
  border-color: var(--accent);
  border-width: 2px;
}
.tier-badge {
  position: absolute;
  top: -14px;
  left: 32px;
  background: var(--accent);
  color: var(--white);
  font-family: 'Syne', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
}
.tier-name {
  font-family: 'Syne', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 16px;
}
.tier-price {
  font-family: 'Syne', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: var(--fg);
  line-height: 1;
  margin-bottom: 8px;
}
.tier-currency {
  font-size: 24px;
  vertical-align: top;
  margin-top: 8px;
  display: inline-block;
}
.tier-period {
  font-size: 18px;
  font-weight: 400;
  color: var(--stone);
}
.tier-revenue {
  font-size: 12px;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 28px;
}
.tier-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tier-features li {
  font-size: 14px;
  color: var(--stone);
  padding-left: 20px;
  position: relative;
}
.tier-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px; height: 6px;
  background: var(--accent);
  border-radius: 50%;
}

/* Revenue Math */
.pricing-math {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 48px;
}
.math-item {
  text-align: center;
}
.math-number {
  font-family: 'Syne', sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: var(--stone);
  line-height: 1;
}
.math-highlight .math-number {
  color: var(--accent);
}
.math-label {
  font-size: 14px;
  color: var(--stone);
  margin-top: 8px;
}
.math-equals {
  font-family: 'Syne', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--border);
}

/* =====================================
   CLOSING
   ===================================== */
.closing {
  padding: 140px clamp(32px, 6vw, 96px);
  background: var(--fg);
  position: relative;
  overflow: hidden;
}
.closing::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(232,90,30,0.08) 0%, transparent 70%);
  border-radius: 50%;
}
.closing-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}
.closing-decoration {
  margin-bottom: 40px;
}
.closing-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4.5vw, 52px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 32px;
}
.closing-body {
  font-size: 18px;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  max-width: 580px;
}

/* =====================================
   FOOTER
   ===================================== */
.footer {
  padding: 56px clamp(32px, 6vw, 96px);
  background: var(--bg);
  border-top: 1px solid var(--border);
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-logo {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--fg);
  letter-spacing: -0.02em;
}
.footer-tagline {
  font-size: 14px;
  color: var(--stone);
  margin-top: 4px;
}
.footer-meta p {
  font-size: 13px;
  color: var(--stone);
}

/* =====================================
   RESPONSIVE
   ===================================== */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-right {
    height: 340px;
    order: -1;
  }
  .hero-left {
    padding: 60px 32px;
  }
  .hero-graphic { display: none; }
  .service-item {
    grid-template-columns: 48px 1fr;
    gap: 24px;
    padding: 36px 0;
  }
  .industries-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .pricing-tiers {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .pricing-math {
    flex-direction: column;
    gap: 16px;
    padding: 40px 24px;
  }
  .math-equals { transform: rotate(90deg); }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .services { padding: 80px 24px; }
  .industries { padding: 80px 24px; }
  .manifesto { padding: 80px 24px; }
  .pricing { padding: 80px 24px; }
  .closing { padding: 80px 24px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .industry-grid { grid-template-columns: 1fr; }
  .service-item { grid-template-columns: 1fr; gap: 8px; }
  .service-number { display: none; }
  .pricing-tier.tier-featured { border-width: 1px; }
}