/* TraffiCola™ IT landing page */
:root {
  --bg: #080b12;
  --bg-2: #0e1320;
  --panel: #111827;
  --panel-2: #151d2c;
  --text: #f6f7fb;
  --muted: #a7b0c0;
  --line: rgba(255,255,255,.11);
  --accent: #ff3b30;
  --accent-2: #ff7a18;
  --green: #45d483;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(0,0,0,.28);
  --radius: 24px;
  --radius-sm: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 999; background: white; color: black; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(8,11,18,.78);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 13px;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: white; font-weight: 900; letter-spacing: -.05em;
  box-shadow: 0 10px 30px rgba(255,59,48,.26);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-size: 1.02rem; }
.brand-text small { margin-top: 5px; color: var(--muted); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 24px; color: #d9deea; font-size: .92rem; }
.site-nav a:hover { color: white; }
.nav-call { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.04); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: white; margin: 5px 0; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 76px;
  background:
    radial-gradient(circle at 80% 15%, rgba(255,59,48,.12), transparent 35%),
    linear-gradient(180deg, #080b12 0%, #0a0f1b 100%);
}
.hero:before {
  content: "";
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.6), transparent);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .35; }
.hero-glow-one { width: 340px; height: 340px; background: var(--accent); right: -120px; top: -80px; }
.hero-glow-two { width: 300px; height: 300px; background: #2449ff; left: -120px; bottom: -100px; opacity: .18; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 56px; align-items: center; }
.eyebrow { margin: 0 0 15px; color: #ff9b73; font-size: .76rem; letter-spacing: .16em; font-weight: 800; }
h1, h2, h3 { line-height: 1.08; margin-top: 0; }
h1 { font-size: clamp(3rem, 6vw, 5.3rem); letter-spacing: -.055em; margin-bottom: 24px; max-width: 820px; }
h1 span { background: linear-gradient(90deg, #fff, #ff8b72); -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand-kicker {
  display: block;
  margin-bottom: 14px;
  font-size: .28em;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #ff8f74 !important;
  -webkit-text-fill-color: #ff8f74;
  background: none !important;
}
h2 { font-size: clamp(2.1rem, 4vw, 3.4rem); letter-spacing: -.04em; margin-bottom: 18px; }
h3 { font-size: 1.28rem; letter-spacing: -.02em; }
.hero-lead, .large-copy { color: #c3cad6; font-size: 1.13rem; max-width: 720px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.btn {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 20px; border-radius: 13px; font-weight: 800; border: 1px solid transparent;
  transition: .18s ease; cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: white; box-shadow: 0 12px 30px rgba(255,59,48,.21); }
.btn-secondary { border-color: var(--line); background: rgba(255,255,255,.05); color: white; }
.btn-block { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 28px; color: #b4becc; font-size: .9rem; }
.trust-row span { white-space: nowrap; }

.hero-card {
  background: linear-gradient(180deg, rgba(23,31,47,.96), rgba(14,19,31,.96));
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 26px;
  padding: 30px;
  box-shadow: var(--shadow);
}
.status-line { color: #b9c4d3; font-size: .82rem; display: flex; align-items: center; gap: 8px; margin-bottom: 18px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(69,212,131,.1); }
.hero-card h2 { font-size: 1.65rem; }
.price { font-size: 3rem; font-weight: 900; margin: 12px 0 20px; letter-spacing: -.04em; }
.price span { font-size: .85rem; font-weight: 700; color: var(--muted); margin-right: 5px; }
.price small { font-size: 1rem; color: var(--muted); font-weight: 600; }
.check-list { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 11px; color: #d8deea; }
.check-list li:before { content: "✓"; color: var(--green); font-weight: 900; margin-right: 10px; }
.fine-print, .form-note { color: #7f8999; font-size: .78rem; margin-bottom: 0; }

.section { padding: 88px 0; }
.intro-strip { padding: 30px 0; background: #0f1521; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.strip-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.strip-grid div { display: flex; flex-direction: column; }
.strip-grid strong { font-size: .94rem; }
.strip-grid span { color: var(--muted); font-size: .84rem; margin-top: 3px; }
.section-heading { max-width: 780px; margin-bottom: 44px; }
.section-heading.narrow { max-width: 620px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.cards.three { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card {
  min-height: 230px;
  background: linear-gradient(180deg, #101623, #0d121d);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 24px;
}
.service-card .icon { color: #ff947c; font-weight: 900; font-size: .8rem; letter-spacing: .12em; margin-bottom: 42px; }
.service-card p { color: var(--muted); margin-bottom: 0; }

.section-dark { background: #0d121c; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.package-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 64px; align-items: start; }
.audience-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.audience-list span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: #d2d9e4; background: rgba(255,255,255,.03); font-size: .84rem; }
.package-panel { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.package-panel > h3 { margin-bottom: 24px; }
.package-item { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 16px 0; border-top: 1px solid var(--line); }
.package-item span { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 9px; background: rgba(255,89,58,.11); color: #ff9f87; font-size: .76rem; font-weight: 900; }
.package-item p { margin: 0; color: var(--muted); }
.package-item strong { color: white; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.process-step { border-top: 1px solid rgba(255,255,255,.16); padding-top: 20px; }
.process-step > span { display: inline-block; color: #ff8f74; font-weight: 900; margin-bottom: 50px; }
.process-step p { color: var(--muted); }

.global-section { background: linear-gradient(135deg, #12182a, #0d121d 70%); }
.global-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.global-grid p:last-child { color: var(--muted); max-width: 580px; }
.contact-regions { display: grid; gap: 12px; }
.region-card { display: flex; gap: 16px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255,255,255,.035); }
.region-card > span { font-size: 1.55rem; }
.region-card div { display: flex; flex-direction: column; }
.region-card small { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.region-card a, .region-card strong { margin-top: 2px; font-size: 1.03rem; }

.contact-section { background: #090d15; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: start; }
.direct-contact { margin-top: 30px; display: flex; flex-direction: column; gap: 4px; }
.direct-contact small { color: var(--muted); letter-spacing: .12em; margin-top: 14px; }
.direct-contact a { font-size: 1.4rem; font-weight: 900; }
.direct-contact span { color: #c2cad6; }
.contact-form { background: #111827; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 8px; font-size: .85rem; font-weight: 700; color: #dce2ec; margin-bottom: 14px; }
input, textarea, select {
  width: 100%; border: 1px solid rgba(255,255,255,.12); border-radius: 11px;
  background: #0b101a; color: white; padding: 13px 14px; outline: 0;
}
input:focus, textarea:focus, select:focus { border-color: rgba(255,120,82,.7); box-shadow: 0 0 0 3px rgba(255,89,58,.1); }
textarea { resize: vertical; min-height: 130px; }

.site-footer { border-top: 1px solid var(--line); padding: 54px 0 24px; background: #070a10; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 40px; }
.footer-brand { margin-bottom: 18px; }
.footer-grid p { color: var(--muted); max-width: 430px; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 8px; color: var(--muted); }
.footer-links strong, .footer-contact strong { color: white; margin-bottom: 6px; }
.footer-links a:hover, .footer-contact a:hover { color: white; }
.footer-bottom { margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #737d8d; font-size: .8rem; }

@media (max-width: 960px) {
  .site-nav { display: none; position: absolute; left: 20px; right: 20px; top: 76px; flex-direction: column; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #0c111c; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .hero { padding-top: 62px; }
  .hero-grid, .package-grid, .global-grid, .contact-grid { grid-template-columns: 1fr; }
  .cards.three { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .hero-card { max-width: 620px; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--max)); }
  .section { padding: 66px 0; }
  h1 { font-size: clamp(2.7rem, 15vw, 4.2rem); }
  .strip-grid, .cards.three, .process-grid, .footer-grid, .form-row { grid-template-columns: 1fr; }
  .strip-grid { gap: 16px; }
  .process-step > span { margin-bottom: 28px; }
  .hero-card, .contact-form, .package-panel { padding: 22px; border-radius: 18px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}


/* Release 002 — Growth Systems */
.growth-systems {
  background:
    radial-gradient(circle at 15% 10%, rgba(255,92,50,.10), transparent 28%),
    radial-gradient(circle at 85% 80%, rgba(42,86,255,.08), transparent 30%),
    #0a0f18;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.growth-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.growth-card {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(20,28,43,.97), rgba(11,16,26,.97));
  box-shadow: 0 18px 42px rgba(0,0,0,.16);
}
.growth-card:after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  background: rgba(255,88,52,.08);
}
.growth-number {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255,98,58,.12);
  color: #ff9d83;
  font-weight: 900;
  font-size: .78rem;
  margin-bottom: 34px;
}
.growth-label {
  margin: 0 0 10px;
  color: #8d98aa;
  font-size: .72rem;
  letter-spacing: .14em;
  font-weight: 800;
}
.growth-card h3 {
  font-size: 1.52rem;
  margin-bottom: 16px;
}
.growth-card > p:not(.growth-label):not(.growth-note) {
  color: #b8c1cf;
}
.mini-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 9px;
  color: #d9e0ea;
  font-size: .9rem;
}
.mini-list li:before {
  content: "→";
  color: #ff8d70;
  margin-right: 9px;
  font-weight: 900;
}
.growth-note {
  margin-top: 22px;
  color: #788395;
  font-size: .74rem;
  line-height: 1.5;
}
.growth-cta {
  margin-top: 22px;
  padding: 25px 28px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.growth-cta .eyebrow { margin-bottom: 7px; }
.growth-cta h3 { margin: 0; font-size: 1.45rem; }

@media (max-width: 960px) {
  .growth-grid { grid-template-columns: 1fr; }
  .growth-card { min-height: auto; }
}
@media (max-width: 680px) {
  .growth-cta { flex-direction: column; align-items: stretch; }
}
