/* ═══════════════════════════════════════
   ROOT VARIABLES — WARM PALETTE
═══════════════════════════════════════ */
:root {
  --bg:    #0f0c28;
  --bg2:   #130f30;
  --bg3:   #17103a;
  --card:  #1e1640;
  --card2: #26204e;
  --white: #ffffff;
  --off:   #ece9f8;
  --muted: #8080aa;
  --blue:  #2563eb;
  --cyan:  #f97316;     /* warm orange — the accent color */
  --violet:#9333ea;
  --grad:         linear-gradient(135deg, #2563eb 0%, #7c3aed 50%, #f97316 100%);
  --grad-h:       linear-gradient(90deg,  #2563eb 0%, #7c3aed 100%);
  --grad-text:    linear-gradient(135deg, #60a5fa 0%, #6366f1 55%, #8b5cf6 100%);
  --grad-warm:    linear-gradient(135deg, #f97316 0%, #ec4899 100%);
  --border:       rgba(255,255,255,0.07);
  --border-hi:    rgba(255,255,255,0.12);
  --border-warm:  rgba(249,115,22,0.22);
  --shadow-xs:    0 2px 8px  rgba(0,0,0,0.3);
  --shadow-sm:    0 4px 20px rgba(0,0,0,0.4);
  --shadow:       0 12px 40px rgba(0,0,0,0.55);
  --shadow-lg:    0 28px 72px rgba(0,0,0,0.7);
  --radius-sm: 10px;
  --radius:    16px;
  --radius-lg: 24px;
  --font-body:    'Inter', sans-serif;
  --font-display: 'Raleway', 'Inter', sans-serif;
}

/* ═══════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  background: var(--bg);
  color: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--grad); border-radius: 2px; }

/* ═══════════════════════════════════════
   UTILITIES
═══════════════════════════════════════ */
.gradient-text {
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.section    { padding: 96px 0; }

/* ── Section Label ── */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(249,115,22,0.07);
  border: 1px solid rgba(249,115,22,0.2);
  border-radius: 100px;
  padding: 5px 16px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 18px;
  font-family: var(--font-body);
}

/* ── Heading scale ── */
/* Rule: Raleway for DISPLAY only (≥ 1.4rem). Inter 700 for small headings */
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.6vw, 2.4rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.01em;
  margin-bottom: 14px;
}

.section-sub {
  font-size: 1.02rem;
  color: var(--muted);
  max-width: 540px;
  line-height: 1.75;
  margin-bottom: 0;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 26px;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .22s ease;
  border: none;
  font-family: var(--font-body);
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}

.btn-primary {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 4px 20px rgba(37,99,235,0.3), 0 1px 0 rgba(255,255,255,0.1) inset;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(37,99,235,0.45);
}

.btn-outline {
  background: rgba(255,255,255,0.04);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.15);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.28);
  transform: translateY(-1px);
}

.btn-white {
  background: #fff;
  color: var(--bg);
  font-weight: 700;
  box-shadow: 0 8px 28px rgba(0,0,0,0.22);
}
.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.32);
}

.btn-full { width: 100%; justify-content: center; }

/* ── Pulse dot ── */
.glow-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 8px var(--cyan);
  display: inline-block;
  animation: pulse 2.2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(1.7); }
}

/* ── Noise overlay ── */
body::before {
  content: '';
  position: fixed; inset: 0;
  pointer-events: none; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.02'/%3E%3C/svg%3E");
  opacity: 0.25;
}

/* ═══════════════════════════════════════
   NAVBAR
═══════════════════════════════════════ */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 22px 0;
  transition: all .3s ease;
}

#navbar.scrolled {
  background: rgba(15,12,40,0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 13px 0;
  box-shadow: 0 4px 32px rgba(0,0,0,0.5);
}

.nav-inner { display: flex; align-items: center; justify-content: space-between; }

.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo img { height: 34px; }
.nav-logo span {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
}

.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a {
  padding: 8px 14px;
  border-radius: 9px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--muted);
  transition: all .18s;
}
.nav-links a:hover,
.nav-links a.active-page,
.nav-links a.active {
  color: var(--white);
  background: rgba(255,255,255,0.07);
}

.nav-right { display: flex; align-items: center; gap: 12px; }

.lang-switcher {
  display: flex; align-items: center; gap: 2px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 4px;
}
.lang-btn {
  padding: 4px 9px;
  border-radius: 7px;
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
  transition: all .18s;
  border: none;
  background: transparent;
  color: var(--muted);
  font-family: var(--font-body);
  letter-spacing: 0.3px;
}
.lang-btn.active { background: var(--grad); color: #fff; }

.nav-cta { padding: 9px 20px; font-size: 0.86rem; }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: all .3s; }

/* ── Mobile Menu ── */
.mobile-menu {
  display: none;
  position: fixed; inset: 0;
  background: rgba(15,12,40,0.97);
  backdrop-filter: blur(24px);
  z-index: 999;
  flex-direction: column;
  align-items: center; justify-content: center;
  gap: 24px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--white);
  transition: color .2s;
}
.mobile-menu a:hover { color: var(--cyan); }
.mobile-close {
  position: absolute; top: 24px; right: 24px;
  background: none; border: none; color: var(--white);
  font-size: 1.4rem; cursor: pointer;
}

/* ═══════════════════════════════════════
   HERO (home page)
═══════════════════════════════════════ */
#hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  padding: 130px 0 90px;
  overflow: hidden;
}

/* Circuit board grid pattern */
#hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(96,165,250,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96,165,250,0.07) 1px, transparent 1px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='0' cy='0' r='1.4' fill='%2360a5fa' opacity='0.28'/%3E%3C/svg%3E");
  background-size: 24px 24px, 24px 24px, 24px 24px;
  pointer-events: none; z-index: 0;
  mask-image: radial-gradient(ellipse at 68% 45%, black 20%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at 68% 45%, black 20%, transparent 72%);
}

.hero-bg-glow { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.hero-bg-glow::before {
  content: '';
  position: absolute;
  width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,0.18) 0%, transparent 70%);
  top: -180px; right: -80px;
}
.hero-bg-glow::after {
  content: '';
  position: absolute;
  width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(99,102,241,0.11) 0%, transparent 70%);
  bottom: -70px; left: 50px;
}

.hero-inner {
  display: flex;
  align-items: center;
  gap: 56px;
  position: relative; z-index: 1;
}

.hero-content { flex: 1; min-width: 0; max-width: 580px; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(249,115,22,0.07);
  border: 1px solid rgba(249,115,22,0.18);
  border-radius: 100px;
  padding: 7px 16px;
  margin-bottom: 26px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--cyan);
  font-family: var(--font-body);
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}

.hero-sub {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.75;
  max-width: 500px;
  margin-bottom: 36px;
}

.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 48px; }

.hero-stats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}

.stat-num {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 700;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
}
.stat-label { font-size: 0.76rem; color: var(--muted); margin-top: 4px; font-weight: 500; letter-spacing: 0.1px; }

/* ── Hero Visual Panel ── */
.hero-visual-panel {
  flex: 0 0 400px;
  position: relative;
  height: 410px;
}

.hvp-card {
  background: var(--card);
  border: 1px solid var(--border-hi);
  border-radius: 18px;
  overflow: hidden;
  position: absolute;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(124,58,237,0.08) inset;
}
.hvp-card.hvp-main { top: 36px; left: 0; right: 0; }

.hvp-card-header {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  background: var(--card2);
}
.hvp-dots { display: flex; gap: 6px; }
.hvp-dots span { width: 10px; height: 10px; border-radius: 50%; }
.hvp-dots span:nth-child(1) { background: #ff5f57; }
.hvp-dots span:nth-child(2) { background: #ffbd2e; }
.hvp-dots span:nth-child(3) { background: #28c840; }
.hvp-card-title { font-size: 0.73rem; color: var(--muted); font-weight: 500; }

.hvp-metrics {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; background: var(--border);
}
.hvp-metric { background: var(--card); padding: 16px 18px; }
.hvp-metric-val {
  font-family: var(--font-display);
  font-size: 1.75rem; font-weight: 700;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1; margin-bottom: 3px;
}
.hvp-metric-label { font-size: 0.68rem; color: var(--muted); margin-bottom: 7px; }
.hvp-metric-badge {
  display: inline-block;
  background: rgba(0,212,100,0.09); color: #00d464;
  border: 1px solid rgba(0,212,100,0.2);
  border-radius: 100px; padding: 2px 8px;
  font-size: 0.66rem; font-weight: 700;
}

.hvp-bars { padding: 12px 18px; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 8px; }
.hvp-bar-row { display: flex; align-items: center; gap: 10px; font-size: 0.69rem; color: var(--muted); }
.hvp-bar-row > span:first-child { width: 28px; flex-shrink: 0; }
.hvp-bar-row > span:last-child  { width: 30px; text-align: right; flex-shrink: 0; color: var(--white); font-weight: 600; }
.hvp-bar-track { flex: 1; height: 4px; background: rgba(255,255,255,0.05); border-radius: 10px; overflow: hidden; }
.hvp-bar-fill  { height: 100%; background: var(--grad-h); border-radius: 10px; animation: barGrow 2s cubic-bezier(.4,0,.2,1) both; }
@keyframes barGrow { from { width: 0 !important; } }

.hvp-chip {
  position: absolute;
  background: var(--card2);
  border: 1px solid var(--border-warm);
  border-radius: 100px;
  padding: 8px 14px;
  font-size: 0.72rem; font-weight: 600;
  display: flex; align-items: center; gap: 7px;
  color: var(--off);
  box-shadow: var(--shadow);
  white-space: nowrap;
  animation: floatY 3.2s ease-in-out infinite;
}
.hvp-chip i { color: var(--cyan); }
.hvp-chip-1 { top: 2px;  right: 6px;  animation-delay: 0s;   }
.hvp-chip-2 { bottom: -8px; left: 8px;  animation-delay: 1.2s; }
.hvp-chip-3 { bottom: 86px; right: -8px; animation-delay: 2.2s; }

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-9px); }
}

/* ═══════════════════════════════════════
   PAGE HERO (inner pages)
═══════════════════════════════════════ */
.page-hero {
  padding: 148px 0 76px;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 25% 60%, rgba(124,58,237,0.09) 0%, transparent 60%),
              radial-gradient(ellipse at 82% 20%, rgba(249,115,22,0.06) 0%, transparent 55%);
  pointer-events: none;
}

.page-hero-title {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.01em;
  margin-bottom: 14px;
  position: relative; z-index: 1;
}

.page-hero-sub {
  font-size: 1.02rem;
  color: var(--muted);
  line-height: 1.75;
  max-width: 540px;
  position: relative; z-index: 1;
}

/* ═══════════════════════════════════════
   SERVICES — BENTO GRID
═══════════════════════════════════════ */
#services, .services-section { background: var(--bg); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 52px;
}

.service-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: border-color .25s, transform .25s, box-shadow .25s;
  position: relative;
  overflow: hidden;
  grid-column: span 2;
}

/* Bento asymmetric */
.service-card:nth-child(1) { grid-column: span 3; }
.service-card:nth-child(2) { grid-column: span 3; }
.service-card:nth-child(6) {
  grid-column: span 6;
  display: grid;
  grid-template-columns: 48px minmax(0,1fr) minmax(0,1.5fr);
  grid-template-rows: auto 1fr;
  column-gap: 32px;
  align-items: start;
}
.service-card:nth-child(6) .service-icon   { grid-column: 1; grid-row: 1/3; align-self: start; margin-bottom: 0; }
.service-card:nth-child(6) .service-title  { grid-column: 2; grid-row: 1; }
.service-card:nth-child(6) .service-desc   { grid-column: 2; grid-row: 2; }
.service-card:nth-child(6) .service-features { grid-column: 3; grid-row: 1/3; margin-top: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 12px; }

/* Top gradient line on hover */
.service-card::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px; background: var(--grad);
  transform: scaleX(0); transition: transform .35s ease;
}
.service-card:hover::after { transform: scaleX(1); }
.service-card:hover {
  border-color: rgba(249,115,22,0.2);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.4), 0 0 0 1px rgba(249,115,22,0.08);
}

.service-icon {
  width: 48px; height: 48px; border-radius: 13px;
  background: rgba(249,115,22,0.08);
  border: 1px solid rgba(249,115,22,0.18);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: var(--cyan);
  margin-bottom: 18px;
  position: relative; z-index: 1; flex-shrink: 0;
  transition: background .2s, box-shadow .2s;
}
.service-card:hover .service-icon {
  background: rgba(249,115,22,0.14);
  box-shadow: 0 4px 20px rgba(249,115,22,0.2);
}

/* KEY FIX: service-title — removed Syne (too wide at 1.1rem), use Inter */
.service-title { font-family: var(--font-body); font-size: 1.02rem; font-weight: 700; margin-bottom: 8px; position: relative; z-index: 1; line-height: 1.3; }
.service-desc  { font-size: 0.86rem; color: var(--muted); line-height: 1.68; position: relative; z-index: 1; }

.service-features { margin-top: 18px; display: flex; flex-direction: column; gap: 7px; position: relative; z-index: 1; }
.service-feature  { display: flex; align-items: center; gap: 7px; font-size: 0.8rem; color: var(--muted); }
.service-feature i { color: var(--cyan); font-size: 0.6rem; flex-shrink: 0; }

/* ── Services Teaser (home — 3 cards) ── */
.services-teaser-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}

.teaser-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: border-color .25s, transform .25s, box-shadow .25s;
  position: relative;
  overflow: hidden;
}
.teaser-card::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px; background: var(--grad);
  transform: scaleX(0); transition: transform .35s ease;
}
.teaser-card:hover::after { transform: scaleX(1); }
.teaser-card:hover {
  border-color: rgba(249,115,22,0.2);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.4);
}
.teaser-card .service-icon  { margin-bottom: 16px; }
.teaser-card .service-title { margin-bottom: 6px; }

.services-teaser-cta { text-align: center; margin-top: 36px; }

/* ═══════════════════════════════════════
   PACKAGES
═══════════════════════════════════════ */
.packages-section { background: var(--bg3); }

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 52px;
  align-items: start;
}

.pkg-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: all .25s;
  display: flex; flex-direction: column;
  position: relative; overflow: hidden;
}
.pkg-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }

.pkg-card.featured {
  border-color: rgba(37,99,235,0.35);
  background: var(--card2);
  box-shadow: 0 0 0 1px rgba(37,99,235,0.25), 0 40px 80px rgba(37,99,235,0.18), 0 0 60px rgba(124,58,237,0.08);
  transform: translateY(-10px);
}
.pkg-card.featured:hover { transform: translateY(-14px); }

.pkg-card.featured::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: var(--grad);
}
.pkg-card.featured::after {
  content: attr(data-badge);
  position: absolute; top: 18px; right: 18px;
  background: var(--grad); color: #fff;
  font-size: 0.62rem; font-weight: 700;
  padding: 3px 10px; border-radius: 100px;
  letter-spacing: 1px; text-transform: uppercase;
}

.pkg-header { margin-bottom: 24px; }

.pkg-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(249,115,22,0.08); border: 1px solid rgba(249,115,22,0.18);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; color: var(--cyan); margin-bottom: 16px;
}

.pkg-name {
  font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 2px; color: var(--cyan); margin-bottom: 5px;
  font-family: var(--font-body);
}
.pkg-title { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; margin-bottom: 8px; line-height: 1.2; letter-spacing: 0.01em; }
.pkg-desc  { font-size: 0.86rem; color: var(--muted); line-height: 1.62; }

.pkg-price {
  margin: 20px 0;
  padding: 18px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.pkg-price-label { font-size: 0.72rem; color: var(--muted); margin-bottom: 5px; }
.pkg-price-val {
  font-family: var(--font-display);
  font-size: 1.75rem; font-weight: 700;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
}
.pkg-price-val span { font-size: 0.8rem; font-weight: 500; color: var(--muted); -webkit-text-fill-color: var(--muted); display: block; margin-top: 4px; }

.pkg-features { flex: 1; margin-bottom: 24px; }
.pkg-feature {
  display: flex; align-items: flex-start; gap: 9px;
  padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.04);
  font-size: 0.86rem; color: var(--muted);
}
.pkg-feature:last-child { border-bottom: none; }
.pkg-feature i.check { color: var(--cyan); font-size: 0.68rem; margin-top: 3px; flex-shrink: 0; }
.pkg-cta { width: 100%; text-align: center; justify-content: center; }

/* ═══════════════════════════════════════
   PROCESS — WATERMARK NUMBERS
═══════════════════════════════════════ */
.process-section { background: var(--bg); }

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 52px;
  position: relative;
}

.process-steps::after {
  content: '';
  position: absolute;
  top: 60px;
  left: calc(12.5% + 28px);
  right: calc(12.5% + 28px);
  height: 1px;
  background: var(--grad-h);
  opacity: 0.14;
}

.step-card {
  text-align: center;
  position: relative;
  padding-top: 16px;
}

/* Watermark number */
.step-card::before {
  content: attr(data-num);
  position: absolute; top: -10px; left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: 6rem; font-weight: 700;
  line-height: 1;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.06;
  pointer-events: none; user-select: none;
}

.step-num {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--grad);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.92rem; font-weight: 800;
  margin: 0 auto 18px; color: #fff;
  position: relative; z-index: 1;
  box-shadow: 0 6px 24px rgba(249,115,22,0.3), 0 0 0 1px rgba(255,255,255,0.1) inset;
}

/* KEY FIX: step-title — removed Syne at 1rem (looked awful). Inter 700 is clean */
.step-title { font-family: var(--font-body); font-size: 1rem; font-weight: 700; margin-bottom: 9px; position: relative; z-index: 1; line-height: 1.3; }
.step-desc  { font-size: 0.83rem; color: var(--muted); line-height: 1.68; position: relative; z-index: 1; }

/* ═══════════════════════════════════════
   WHY US
═══════════════════════════════════════ */
.why-section { background: var(--bg3); }

.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }

/* Right: why-visual container */
.why-visual {
  background: var(--card);
  border: 1px solid var(--border-hi);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; gap: 0;
}
.why-visual::before {
  content: '';
  position: absolute; top: -70px; right: -70px;
  width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle, rgba(249,115,22,0.09) 0%, transparent 70%);
  pointer-events: none;
}

.why-card {
  background: var(--card2);
  border: 1px solid var(--border);
  border-left: 3px solid var(--blue);
  border-radius: var(--radius-sm);
  padding: 15px 18px; margin-bottom: 10px;
  display: flex; align-items: center; gap: 14px;
  transition: border-left-color .22s, background .22s;
}
.why-card:last-child { margin-bottom: 0; }
.why-card:hover { border-left-color: var(--cyan); background: rgba(249,115,22,0.04); }

.why-card-icon {
  width: 36px; height: 36px; border-radius: 9px; flex-shrink: 0;
  background: rgba(249,115,22,0.08); border: 1px solid rgba(249,115,22,0.18);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.95rem; color: var(--cyan);
}
.why-card-text { flex: 1; }
.why-card-title { font-size: 0.86rem; font-weight: 700; margin-bottom: 2px; }
.why-card-val   { font-size: 0.74rem; color: var(--muted); }

/* Left: why-items list */
.why-items { display: flex; flex-direction: column; gap: 26px; margin-top: 8px; }
.why-item  { display: flex; align-items: flex-start; gap: 16px; }

.why-item-icon {
  width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0;
  background: rgba(249,115,22,0.07); border: 1px solid rgba(249,115,22,0.16);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.05rem; color: var(--cyan);
  margin-top: 2px;
}

/* KEY FIX: why-item-title — removed Syne at 1rem. Inter 700 is proportional */
.why-item-title { font-family: var(--font-body); font-size: 0.98rem; font-weight: 700; margin-bottom: 5px; line-height: 1.3; }
.why-item-desc  { font-size: 0.84rem; color: var(--muted); line-height: 1.68; }

/* ═══════════════════════════════════════
   TARGETS
═══════════════════════════════════════ */
.targets-section { background: var(--bg); }

.targets-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 52px;
}

.target-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 20px;
  text-align: left;
  transition: border-color .22s, transform .22s, box-shadow .22s;
  cursor: default;
  position: relative; overflow: hidden;
}
.target-card::before {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px; background: var(--grad-h);
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s ease;
}
.target-card:hover::before { transform: scaleX(1); }
.target-card:hover {
  border-color: rgba(249,115,22,0.2);
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.4);
}

.target-icon { font-size: 2rem; margin-bottom: 12px; display: block; }

/* KEY FIX: target-name — removed Syne at 0.95rem. Inter 700 is the right call */
.target-name { font-family: var(--font-body); font-size: 0.92rem; font-weight: 700; margin-bottom: 5px; line-height: 1.3; }
.target-desc { font-size: 0.78rem; color: var(--muted); line-height: 1.55; }

/* ═══════════════════════════════════════
   FAQ
═══════════════════════════════════════ */
.faq-section { background: var(--bg3); }
.faq-wrap { max-width: 700px; margin: 52px auto 0; }

.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 8px;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
}
.faq-item.open {
  border-color: rgba(249,115,22,0.28);
  box-shadow: 0 4px 24px rgba(249,115,22,0.07);
}

.faq-q {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 18px 22px;
  display: flex; align-items: center; justify-content: space-between;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--white);
  gap: 14px;
  user-select: none;
  transition: color .2s;
}
.faq-q:hover { color: var(--off); }
.faq-icon { color: var(--cyan); font-size: 0.82rem; transition: transform .3s; flex-shrink: 0; }
.faq-item.open .faq-icon { transform: rotate(45deg); }

.faq-a {
  padding: 0 22px;
  max-height: 0; overflow: hidden;
  transition: all .32s ease;
  font-size: 0.87rem; color: var(--muted); line-height: 1.75;
}
.faq-item.open .faq-a { padding: 0 22px 18px; max-height: 280px; }

/* ═══════════════════════════════════════
   CONTACT
═══════════════════════════════════════ */
.contact-section { background: var(--bg); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 56px;
  align-items: start;
  margin-top: 52px;
}
.contact-info { display: flex; flex-direction: column; gap: 20px; }

.contact-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color .2s;
}
.contact-item:hover { border-color: var(--border-warm); }

.contact-item-icon {
  width: 40px; height: 40px; border-radius: 11px; flex-shrink: 0;
  background: rgba(249,115,22,0.07); border: 1px solid rgba(249,115,22,0.16);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.95rem; color: var(--cyan);
}
.contact-item-label { font-size: 0.7rem; color: var(--muted); margin-bottom: 3px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.8px; }
.contact-item-val   { font-size: 0.92rem; font-weight: 600; line-height: 1.3; }

.contact-socials { display: flex; gap: 10px; }
.social-btn {
  width: 42px; height: 42px; border-radius: 11px;
  background: var(--card); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); transition: all .2s; font-size: 1rem;
}
.social-btn:hover { border-color: var(--border-warm); color: var(--cyan); transform: translateY(-2px); }

.contact-form {
  background: var(--card);
  border: 1px solid var(--border-hi);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow);
}

.form-group { margin-bottom: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.form-label {
  display: block;
  font-size: 0.7rem; font-weight: 700;
  color: var(--muted); margin-bottom: 7px;
  letter-spacing: 1px; text-transform: uppercase;
  font-family: var(--font-body);
}
.form-input,
.form-textarea,
.form-select {
  width: 100%;
  background: var(--bg3);
  border: 1px solid var(--border-hi);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.88rem;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
  appearance: none;
}
.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(249,115,22,0.1);
}
.form-input::placeholder,
.form-textarea::placeholder { color: rgba(128,128,170,0.5); }
.form-select option { background: var(--bg3); color: var(--white); }
.form-textarea { resize: vertical; min-height: 108px; line-height: 1.6; }

.form-success {
  background: rgba(0,212,100,0.07);
  border: 1px solid rgba(0,212,100,0.22);
  border-radius: var(--radius-sm);
  padding: 16px;
  text-align: center;
  color: #00d464;
  font-weight: 600;
  margin-top: 14px;
  display: none;
}

/* ═══════════════════════════════════════
   CTA BANNER
═══════════════════════════════════════ */
.cta-section {
  background: var(--grad);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.4;
}
.cta-inner { position: relative; z-index: 1; }
.cta-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 14px;
  line-height: 1.12;
}
.cta-sub {
  font-size: 1.02rem;
  opacity: 0.88;
  max-width: 460px;
  margin: 0 auto 32px;
  line-height: 1.68;
}

/* ═══════════════════════════════════════
   FOOTER
═══════════════════════════════════════ */
footer {
  background: var(--bg3);
  border-top: 1px solid var(--border);
  padding: 56px 0 28px;
  position: relative;
}
footer::before {
  content: '';
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 280px; height: 1px;
  background: var(--grad-h); opacity: 0.35;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 44px;
  margin-bottom: 44px;
}
.footer-brand img  { height: 32px; margin-bottom: 13px; }
.footer-brand p    { font-size: 0.82rem; color: var(--muted); line-height: 1.72; max-width: 220px; }
.footer-col h4     { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; color: var(--cyan); margin-bottom: 16px; font-family: var(--font-body); }
.footer-col a      { display: block; font-size: 0.82rem; color: var(--muted); padding: 4px 0; transition: color .18s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 22px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 10px;
}
.footer-bottom p { font-size: 0.78rem; color: var(--muted); }

/* ═══════════════════════════════════════
   CHATBOT
═══════════════════════════════════════ */
.chatbot-btn {
  position: fixed; bottom: 28px; right: 28px; z-index: 900;
  width: 56px; height: 56px; border-radius: 50%;
  cursor: pointer; background: var(--grad); border: none;
  color: #fff; font-size: 1.3rem;
  box-shadow: 0 8px 30px rgba(249,115,22,0.38), 0 2px 8px rgba(0,0,0,0.4);
  display: flex; align-items: center; justify-content: center;
  transition: all .22s; animation: chat-appear .5s ease .8s both;
}
.chatbot-btn:hover { transform: scale(1.08); box-shadow: 0 12px 40px rgba(249,115,22,0.5); }

.chat-badge {
  position: absolute; top: -2px; right: -2px;
  width: 14px; height: 14px; border-radius: 50%;
  background: #ff4757; border: 2px solid var(--bg);
  animation: pulse 2s infinite;
}

@keyframes chat-appear { from { transform: scale(0); opacity: 0; } to { transform: scale(1); opacity: 1; } }

.chatbot-window {
  position: fixed; bottom: 96px; right: 28px; z-index: 900;
  width: 365px; max-height: 540px;
  background: var(--card);
  border: 1px solid rgba(249,115,22,0.22);
  border-radius: 20px;
  display: flex; flex-direction: column;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transform: scale(0.92) translateY(16px); opacity: 0;
  transition: all .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
}
.chatbot-window.open { transform: scale(1) translateY(0); opacity: 1; pointer-events: all; }

.chat-head {
  padding: 14px 18px;
  display: flex; align-items: center; gap: 11px;
  border-bottom: 1px solid var(--border);
  background: var(--card2);
  flex-shrink: 0;
}
.chat-head-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--grad);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.95rem; flex-shrink: 0;
}
.chat-head-info { flex: 1; }
.chat-head-name   { font-size: 0.88rem; font-weight: 700; }
.chat-head-status {
  font-size: 0.7rem; color: #00d464;
  display: flex; align-items: center; gap: 5px;
}
.chat-head-status::before {
  content: '';
  width: 6px; height: 6px; border-radius: 50%;
  background: #00d464; animation: pulse 2s infinite;
}
.chat-head-close {
  background: none; border: none; color: var(--muted);
  cursor: pointer; font-size: 0.95rem; padding: 4px; transition: color .18s;
}
.chat-head-close:hover { color: var(--white); }

.chat-messages {
  flex: 1; overflow-y: auto;
  padding: 18px; display: flex; flex-direction: column; gap: 12px;
  scroll-behavior: smooth;
}
.chat-messages::-webkit-scrollbar { width: 3px; }
.chat-messages::-webkit-scrollbar-thumb { background: rgba(249,115,22,0.25); border-radius: 2px; }

.msg { display: flex; gap: 7px; align-items: flex-end; max-width: 88%; }
.msg.user { align-self: flex-end; flex-direction: row-reverse; }
.msg-avatar {
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--grad);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; flex-shrink: 0;
}
.msg.user .msg-avatar { background: rgba(255,255,255,0.09); }
.msg-bubble {
  padding: 9px 13px; border-radius: 13px;
  font-size: 0.83rem; line-height: 1.55;
}
.msg.bot  .msg-bubble { background: var(--card2); border: 1px solid var(--border); color: var(--white); border-bottom-left-radius: 4px; }
.msg.user .msg-bubble { background: var(--grad); color: #fff; border-bottom-right-radius: 4px; }
.msg-time { font-size: 0.62rem; color: var(--muted); padding: 0 3px; }

.typing-dots { display: flex; gap: 4px; padding: 3px 2px; }
.typing-dots span {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--muted); animation: dot-bounce 1.4s infinite;
}
.typing-dots span:nth-child(2) { animation-delay: .2s; }
.typing-dots span:nth-child(3) { animation-delay: .4s; }
@keyframes dot-bounce { 0%,80%,100%{transform:translateY(0)}40%{transform:translateY(-6px)} }

.chat-quick { padding: 0 14px 10px; display: flex; gap: 6px; flex-wrap: wrap; flex-shrink: 0; }
.quick-btn {
  padding: 5px 11px; border-radius: 100px;
  font-size: 0.7rem; font-weight: 600;
  background: rgba(249,115,22,0.07);
  border: 1px solid rgba(249,115,22,0.2);
  color: var(--cyan); cursor: pointer;
  transition: all .18s; font-family: var(--font-body);
}
.quick-btn:hover { background: rgba(249,115,22,0.16); }

.chat-input-wrap {
  padding: 10px 14px;
  border-top: 1px solid var(--border);
  display: flex; gap: 8px; flex-shrink: 0;
}
.chat-input {
  flex: 1; background: var(--bg3);
  border: 1px solid var(--border-hi);
  border-radius: 9px; padding: 9px 13px;
  color: var(--white); font-family: var(--font-body);
  font-size: 0.83rem; outline: none;
  transition: border-color .18s;
}
.chat-input:focus { border-color: var(--cyan); }
.chat-send {
  width: 36px; height: 36px; border-radius: 9px;
  background: var(--grad); border: none;
  color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .18s; flex-shrink: 0; font-size: 0.85rem;
}
.chat-send:hover { transform: scale(1.05); }
.chat-send:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }

/* ═══════════════════════════════════════
   ANIMATIONS
═══════════════════════════════════════ */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-up-delay-1 { transition-delay: .1s; }
.fade-up-delay-2 { transition-delay: .22s; }
.fade-up-delay-3 { transition-delay: .34s; }

/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 1100px) {
  .hero-visual-panel { flex: 0 0 350px; height: 390px; }
}

@media (max-width: 960px) {
  .hero-inner { flex-direction: column; gap: 44px; align-items: flex-start; }
  .hero-content { max-width: 100%; }
  .hero-visual-panel { width: 100%; max-width: 460px; flex: none; height: 350px; }

  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(1),
  .service-card:nth-child(2) { grid-column: span 2; }
  .service-card:nth-child(6) { grid-column: span 2; display: flex; flex-direction: column; }
  .service-card:nth-child(6) .service-icon { margin-bottom: 18px; }
  .service-card:nth-child(6) .service-features { display: flex; flex-direction: column; margin-top: 18px; }

  .services-teaser-grid { grid-template-columns: 1fr; }

  .packages-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
  .pkg-card.featured { transform: none; }
  .pkg-card.featured:hover { transform: translateY(-3px); }

  .targets-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .section { padding: 68px 0; }
  .page-hero { padding: 118px 0 60px; }

  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .process-steps::after { display: none; }

  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .chatbot-window { width: calc(100vw - 32px); right: 16px; bottom: 88px; }

  .hero-stats { gap: 18px; }
  .hero-title { letter-spacing: 0; }
}

@media (max-width: 520px) {
  .hero-visual-panel { height: 290px; }
  .hvp-chip-3 { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .targets-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .service-card:nth-child(n) { grid-column: span 1; }
  .packages-grid { max-width: 100%; }
}
