
/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  --blue:       #0F4CDB;
  --blue-dark:  #0A35A0;
  --blue-mid:   #1A5FFF;
  --blue-light: #E8F0FE;
  --navy:       #050F24;
  --navy-800:   #0B1A3D;
  --navy-700:   #112257;
  --slate:      #5A6B8A;
  --slate-light:#8A99B8;
  --white:      #FFFFFF;
  --off-white:  #F7F9FC;
  --border:     #E0E8F5;
  --green:      #00C26B;
  --orange:     #FF6A00;
  --yellow:     #FFB800;

  --font-head: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;

  --r-sm:  8px;
  --r-md:  14px;
  --r-lg:  24px;
  --r-xl:  40px;

  --shadow-sm: 0 2px 8px rgba(15,76,219,.08);
  --shadow-md: 0 8px 32px rgba(15,76,219,.12);
  --shadow-lg: 0 24px 64px rgba(15,76,219,.16);
}

/* ============================================================
   RESET + BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--navy);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.container--wide { max-width: 1380px; }

/* ============================================================
   TYPOGRAPHY HELPERS
   ============================================================ */
.label {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-display); font-size: 12px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--blue); background: var(--blue-light);
  padding: 6px 14px; border-radius: 50px;
}
.label svg { width: 14px; height: 14px; }

.section-tag {
  font-family: var(--font-display); font-size: 13px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--blue);
  display: flex; align-items: center; gap: 8px; margin-bottom: 16px;
}
.section-tag::before {
  content: ''; width: 28px; height: 3px;
  background: var(--blue); border-radius: 2px;
}

h1,h2,h3,h4,h5 { font-family: var(--font-display); line-height: 1.15; }
h1 { font-size: clamp(38px, 4.5vw, 62px); font-weight: 800; }
h2 { font-size: clamp(28px, 3.8vw, 50px); font-weight: 700; }
h3 { font-size: clamp(18px, 2vw, 24px); font-weight: 700; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 700; font-size: 15px;
  padding: 14px 28px; border-radius: var(--r-md);
  cursor: pointer; transition: all .2s ease; border: 2px solid transparent;
  white-space: nowrap;
}
.btn--primary {
  background: var(--blue); color: var(--white);
  box-shadow: 0 4px 20px rgba(15,76,219,.35);
}
.btn--primary:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(15,76,219,.45); }
.btn--outline { background: transparent; color: var(--blue); border-color: var(--blue); }
.btn--outline:hover { background: var(--blue); color: var(--white); transform: translateY(-2px); }
.btn--white { background: var(--white); color: var(--blue); }
.btn--white:hover { background: var(--off-white); transform: translateY(-2px); }
.btn--lg { padding: 17px 34px; font-size: 16px; }
.btn--sm { padding: 10px 20px; font-size: 14px; }
.btn svg, .btn .arrow { width: 18px; height: 18px; transition: transform .2s; }
.btn:hover .arrow { transform: translateX(3px); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px; gap: 32px;
}
.logo {
  font-family: var(--font-display); font-size: 28px; font-weight: 800;
  display: flex; align-items: center; gap: 2px;
  flex-shrink: 0;
}
.logo span:first-child { color: var(--blue); }
.logo span:last-child { color: var(--navy); }

.main-nav { display: flex; align-items: center; gap: 6px; flex: 1; justify-content: center; }
.main-nav a {
  font-family: var(--font-display); font-size: 14px; font-weight: 600;
  color: var(--navy); padding: 8px 14px; border-radius: var(--r-sm);
  transition: all .15s;
}
.main-nav a:hover { background: var(--blue-light); color: var(--blue); }
.main-nav a.active { color: var(--blue); }

.header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.header-phone { font-size: 14px; font-weight: 600; color: var(--slate); }
.header-phone a { color: var(--navy); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; overflow: hidden;
  padding: 40px 0 60px;
  background: linear-gradient(135deg, #f0f5ff 0%, #ffffff 50%, #f5f0ff 100%);
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 800px 600px at 70% 50%, rgba(15,76,219,.06) 0%, transparent 70%),
    radial-gradient(ellipse 400px 300px at 10% 80%, rgba(0,194,107,.06) 0%, transparent 70%);
  pointer-events: none;
}
/* Grid texture */
.hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image: linear-gradient(var(--border) 1px, transparent 1px),
                    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: .4; pointer-events: none;
}

.hero-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
  position: relative; z-index: 1;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: 50px; padding: 8px 16px;
  font-size: 13px; font-weight: 700; font-family: var(--font-display);
  color: var(--navy); margin-bottom: 24px;
  box-shadow: var(--shadow-sm);
}
.hero-badge .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(0,194,107,.25);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(0,194,107,.25); }
  50%      { box-shadow: 0 0 0 6px rgba(0,194,107,.1); }
}

.hero-title { margin-bottom: 20px; color: var(--navy); }
.hero-title .accent { color: var(--blue); }

.hero-sub {
  font-size: 18px; color: var(--slate); line-height: 1.7;
  margin-bottom: 36px; max-width: 540px;
}
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }

.hero-trust { display: flex; align-items: center; gap: 16px; }
.trust-avatars { display: flex; }
.trust-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  border: 2.5px solid var(--white);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 13px; color: var(--white);
  margin-left: -10px;
}
.trust-avatar:first-child { margin-left: 0; }
.trust-text { font-size: 14px; color: var(--slate); }
.trust-text strong { color: var(--navy); font-weight: 700; }

/* Hero Visual: Image Styling */
.hero-visual { display: flex; justify-content: center; position: relative; }
.hero-visual::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 120%; height: 120%;
  background: radial-gradient(circle, rgba(15,76,219,0.15) 0%, transparent 60%);
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}
.hero-visual img, .hero-slider {
  border-radius: var(--r-xl);
  box-shadow: 0 30px 60px rgba(15,76,219,.2);
  border: 6px solid var(--white);
  transform: perspective(1200px) rotateY(-8deg) rotateX(4deg);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  background: var(--white);
}
.hero-visual img:hover, .hero-slider:hover {
  transform: perspective(1200px) rotateY(0deg) rotateX(0deg);
}
.hero-slider img {
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
}
.hero-slider img:hover {
  transform: none !important;
}
.dashboard-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  width: 100%; max-width: 480px;
  overflow: hidden;
}
.dash-titlebar {
  background: var(--off-white);
  padding: 12px 16px;
  display: flex; align-items: center; gap: 8px;
  border-bottom: 1px solid var(--border);
}
.dash-dot { width: 11px; height: 11px; border-radius: 50%; }
.dash-titlebar-label {
  margin-left: auto; font-size: 12px; font-weight: 600; font-family: var(--font-display);
  color: var(--slate); letter-spacing: .06em;
}
.dash-body { padding: 24px; }

.dash-stat { margin-bottom: 20px; }
.dash-stat-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.dash-stat-label { font-size: 13px; color: var(--slate); font-weight: 500; }
.dash-stat-value { font-size: 18px; font-weight: 800; font-family: var(--font-display); color: var(--blue); }
.dash-bar { height: 8px; background: var(--blue-light); border-radius: 50px; overflow: hidden; }
.dash-bar-fill { height: 100%; border-radius: 50px; transition: width 1s ease; }

.dash-chart { margin-top: 24px; }
.chart-header { display: flex; justify-content: space-between; margin-bottom: 12px; }
.chart-title { font-size: 13px; font-weight: 700; font-family: var(--font-display); color: var(--navy); }
.chart-badge {
  font-size: 11px; font-weight: 700; font-family: var(--font-display);
  background: rgba(0,194,107,.12); color: var(--green);
  padding: 2px 8px; border-radius: 50px;
}
.chart-svg { width: 100%; height: 100px; display: block; }

/* Floating stat chips */
.hero-chips { position: relative; margin-top: -16px; display: flex; gap: 10px; justify-content: flex-end; padding-right: 20px; }
.chip {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-md); padding: 10px 14px;
  box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 10px;
  font-size: 12px; font-family: var(--font-display); font-weight: 700;
}
.chip-icon {
  width: 32px; height: 32px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px;
}

/* ============================================================
   TICKER / MARQUEE
   ============================================================ */
.ticker {
  background: var(--navy); overflow: hidden; padding: 14px 0;
}
.ticker-track {
  display: flex; gap: 60px; white-space: nowrap;
  animation: ticker 28s linear infinite;
}
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ticker-item {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 13px; font-weight: 700; font-family: var(--font-display);
  color: rgba(255,255,255,.7); letter-spacing: .06em; text-transform: uppercase;
  flex-shrink: 0;
}
.ticker-item .sep { color: var(--blue-mid); font-size: 18px; }

/* ============================================================
   STATS BAR
   ============================================================ */
.stats-bar {
  padding: 60px 0;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--border);
  border: 1px solid var(--border); border-radius: var(--r-lg);
  overflow: hidden;
}
.stat-item {
  background: var(--white); padding: 36px 32px;
  text-align: center;
  transition: background .2s;
}
.stat-item:hover { background: var(--off-white); }
.stat-value {
  font-family: var(--font-display); font-size: clamp(36px, 4vw, 52px);
  font-weight: 800; color: var(--blue); line-height: 1;
  margin-bottom: 8px; display: block;
}
.stat-label { font-size: 14px; color: var(--slate); font-weight: 500; }

/* ============================================================
   ABOUT / INTRO
   ============================================================ */
.intro { padding: 100px 0; }
.intro-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.intro-img {
  position: relative;
}
.img-placeholder {
  background: linear-gradient(135deg, var(--blue-light), #e8f5ff);
  border-radius: var(--r-lg);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--slate-light); font-size: 13px; font-weight: 600;
  font-family: var(--font-display); letter-spacing: .04em;
  overflow: hidden;
}
.img-placeholder--tall { aspect-ratio: 4/5; }
.img-placeholder--wide { aspect-ratio: 16/9; }
.img-placeholder--sq { aspect-ratio: 1; }
.img-placeholder svg { width: 48px; height: 48px; opacity: .35; margin-bottom: 10px; }
.img-placeholder-inner { text-align: center; }

.intro-tag { margin-bottom: 16px; }
.intro-title { margin-bottom: 20px; }
.intro-desc { font-size: 17px; color: var(--slate); line-height: 1.8; margin-bottom: 32px; }
.intro-points { display: flex; flex-direction: column; gap: 14px; margin-bottom: 36px; }
.intro-point { display: flex; align-items: flex-start; gap: 12px; }
.intro-point-icon {
  width: 24px; height: 24px; border-radius: 50%; background: var(--blue);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.intro-point-icon svg { width: 12px; height: 12px; stroke: white; fill: none; stroke-width: 3; }
.intro-point p { font-size: 15px; color: var(--slate); }
.intro-point strong { color: var(--navy); }

.intro-badge {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-md); padding: 16px 20px;
  box-shadow: var(--shadow-md); text-align: center;
}
.intro-badge-val {
  font-family: var(--font-display); font-size: 32px; font-weight: 800;
  color: var(--blue); display: block;
}
.intro-badge-label { font-size: 12px; font-weight: 600; color: var(--slate); }

/* ============================================================
   SERVICES
   ============================================================ */
.services { padding: 100px 0; background: var(--off-white); }
.section-header { text-align: center; max-width: 700px; margin: 0 auto 56px; }
.section-header .section-tag { justify-content: center; }
.section-header h2 { margin-bottom: 16px; }
.section-header p { font-size: 17px; color: var(--slate); }

.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.service-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 36px;
  transition: all .25s ease; cursor: pointer;
  display: flex; flex-direction: column;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--blue);
}
.service-icon {
  width: 56px; height: 56px; border-radius: var(--r-md);
  background: var(--blue-light); display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; transition: background .2s;
}
.service-card:hover .service-icon { background: var(--blue); }
.service-icon svg { width: 26px; height: 26px; stroke: var(--blue); fill: none; stroke-width: 2; transition: stroke .2s; }
.service-card:hover .service-icon svg { stroke: var(--white); }
.service-card h3 { margin-bottom: 10px; font-size: 20px; }
.service-card p { font-size: 15px; color: var(--slate); line-height: 1.7; flex: 1; margin-bottom: 20px; }
.service-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-display); font-size: 14px; font-weight: 700; color: var(--blue);
}
.service-link svg { width: 16px; height: 16px; transition: transform .2s; }
.service-card:hover .service-link svg { transform: translateX(4px); }

/* ============================================================
   PROCESS
   ============================================================ */
.process { padding: 100px 0; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; margin-top: 56px; }
.process-steps::before {
  content: ''; position: absolute;
  top: 36px; left: 10%; right: 10%; height: 2px;
  background: linear-gradient(90deg, var(--blue) 0%, rgba(15,76,219,.1) 100%);
  z-index: 0;
}
.process-step { text-align: center; padding: 0 24px; position: relative; z-index: 1; }
.step-num {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--white); border: 2px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 20px; font-weight: 800;
  color: var(--blue); margin: 0 auto 24px;
  box-shadow: var(--shadow-md); transition: all .25s;
}
.process-step:hover .step-num { background: var(--blue); color: var(--white); border-color: var(--blue); }
.process-step h3 { margin-bottom: 10px; font-size: 18px; }
.process-step p { font-size: 14px; color: var(--slate); line-height: 1.7; }

/* ============================================================
   RESULTS / CASE STUDIES
   ============================================================ */
.results { padding: 100px 0; background: var(--navy); }
.results .section-tag { color: rgba(255,255,255,.6); }
.results .section-tag::before { background: rgba(255,255,255,.3); }
.results h2 { color: var(--white); }
.results .section-header p { color: rgba(255,255,255,.6); }

.results-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
.result-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-lg); overflow: hidden;
  transition: all .25s;
}
.result-card:hover { background: rgba(255,255,255,.1); transform: translateY(-4px); }
.result-card-img {
  background: linear-gradient(135deg, rgba(15,76,219,.4), rgba(0,194,107,.2));
  border-bottom: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.3); font-size: 12px; font-weight: 600;
  font-family: var(--font-display);
  aspect-ratio: 16/9;
}
.result-card-img svg { width: 36px; height: 36px; opacity: .4; }
.result-card-body { padding: 24px; }
.result-tag {
  display: inline-block; font-size: 11px; font-weight: 700;
  font-family: var(--font-display); letter-spacing: .08em; text-transform: uppercase;
  color: var(--blue-mid); margin-bottom: 12px;
}
.result-card h3 { color: var(--white); margin-bottom: 12px; font-size: 18px; }
.result-card p { color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.7; margin-bottom: 20px; }
.result-metrics { display: flex; gap: 20px; }
.result-metric {}
.result-metric-val {
  font-family: var(--font-display); font-size: 26px; font-weight: 800;
  color: var(--green); line-height: 1;
}
.result-metric-label { font-size: 12px; color: rgba(255,255,255,.45); margin-top: 2px; }

/* ============================================================
   WHY US
   ============================================================ */
.why { padding: 100px 0; background: var(--off-white); }
.why-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.why-content .section-tag { margin-bottom: 16px; }
.why-content h2 { margin-bottom: 20px; }
.why-content p { font-size: 17px; color: var(--slate); line-height: 1.8; margin-bottom: 36px; }

.why-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.why-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 28px 24px;
  transition: all .2s;
}
.why-card:hover { border-color: var(--blue); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.why-num {
  font-family: var(--font-display); font-size: 36px; font-weight: 800;
  color: var(--blue-light); line-height: 1; margin-bottom: 12px;
}
.why-card h4 { font-size: 16px; margin-bottom: 8px; font-weight: 700; }
.why-card p { font-size: 14px; color: var(--slate); line-height: 1.7; }

/* ============================================================
   INDUSTRIES
   ============================================================ */
.industries { padding: 100px 0; }
.industries-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px;
}
.industry-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 28px 24px;
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 14px; transition: all .2s; cursor: pointer;
}
.industry-card:hover {
  background: var(--blue); border-color: var(--blue);
  transform: translateY(-4px); box-shadow: var(--shadow-lg);
}
.industry-icon {
  width: 48px; height: 48px; border-radius: var(--r-sm);
  background: var(--blue-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; transition: background .2s;
}
.industry-card:hover .industry-icon { background: rgba(255,255,255,.2); }
.industry-card h3 { font-size: 17px; font-weight: 700; color: var(--navy); transition: color .2s; }
.industry-card:hover h3 { color: var(--white); }
.industry-card p { font-size: 13px; color: var(--slate); line-height: 1.6; transition: color .2s; }
.industry-card:hover p { color: rgba(255,255,255,.7); }
.industry-arrow {
  margin-top: auto; display: flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 700; font-family: var(--font-display);
  color: var(--blue); transition: color .2s;
}
.industry-card:hover .industry-arrow { color: rgba(255,255,255,.8); }
.industry-arrow svg { width: 16px; height: 16px; }

/* ============================================================
   TOOLS
   ============================================================ */
.tools { padding: 100px 0; background: var(--off-white); }
.tools-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px;
}
.tool-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 32px;
  transition: all .2s;
}
.tool-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.tool-card-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }
.tool-icon {
  width: 52px; height: 52px; border-radius: var(--r-md);
  background: var(--blue-light); display: flex; align-items: center; justify-content: center;
  font-size: 24px;
}
.tool-badge {
  font-size: 11px; font-weight: 800; font-family: var(--font-display);
  letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 50px;
}
.tool-badge--free { background: rgba(0,194,107,.12); color: var(--green); }
.tool-badge--pro  { background: rgba(15,76,219,.1); color: var(--blue); }
.tool-card h3 { margin-bottom: 8px; font-size: 18px; }
.tool-card p { font-size: 14px; color: var(--slate); line-height: 1.7; margin-bottom: 20px; }
.tool-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 700; font-family: var(--font-display);
  color: var(--blue);
}
.tool-link svg { width: 14px; height: 14px; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials { padding: 100px 0; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 36px;
  transition: all .2s;
}
.testi-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.testi-stars { display: flex; gap: 4px; margin-bottom: 20px; }
.testi-stars svg { width: 18px; height: 18px; fill: var(--yellow); }
.testi-quote { font-size: 16px; color: var(--navy); line-height: 1.7; margin-bottom: 24px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--white);
  flex-shrink: 0;
}
.testi-name { font-size: 15px; font-weight: 700; color: var(--navy); }
.testi-role { font-size: 13px; color: var(--slate); }

.testi-feature {
  grid-column: span 3;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-700) 100%);
  color: var(--white);
  border-color: transparent;
}
.testi-feature .testi-quote { color: rgba(255,255,255,.85); }
.testi-feature .testi-name { color: var(--white); }
.testi-feature .testi-role { color: rgba(255,255,255,.5); }
.feature-quote-mark {
  font-family: var(--font-display); font-size: 80px; font-weight: 800;
  color: rgba(255,255,255,.1); line-height: .8; margin-bottom: 12px; display: block;
}
.testi-feature .testi-quote { font-size: 20px; }

/* ============================================================
   PRICING TEASER
   ============================================================ */
.pricing { padding: 100px 0; background: var(--off-white); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.pricing-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 36px; position: relative;
  transition: all .2s;
}
.pricing-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.pricing-card--featured {
  background: var(--blue); border-color: var(--blue);
  color: var(--white);
}
.pricing-popular {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--yellow); color: var(--navy);
  font-size: 11px; font-weight: 800; font-family: var(--font-display);
  letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 14px; border-radius: 50px;
}
.pricing-plan { font-size: 13px; font-weight: 700; font-family: var(--font-display); letter-spacing: .08em; text-transform: uppercase; color: var(--slate); margin-bottom: 8px; }
.pricing-card--featured .pricing-plan { color: rgba(255,255,255,.7); }
.pricing-price { margin-bottom: 8px; }
.pricing-price span { font-size: 48px; font-weight: 800; font-family: var(--font-display); color: var(--navy); line-height: 1; }
.pricing-card--featured .pricing-price span { color: var(--white); }
.pricing-price small { font-size: 14px; color: var(--slate); }
.pricing-card--featured .pricing-price small { color: rgba(255,255,255,.6); }
.pricing-desc { font-size: 14px; color: var(--slate); margin-bottom: 28px; }
.pricing-card--featured .pricing-desc { color: rgba(255,255,255,.7); }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.pricing-features li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--navy); }
.pricing-card--featured .pricing-features li { color: rgba(255,255,255,.9); }
.pricing-features li svg { width: 18px; height: 18px; stroke: var(--green); fill: none; stroke-width: 2.5; flex-shrink: 0; }
.pricing-card--featured .pricing-features li svg { stroke: rgba(255,255,255,.7); }

/* ============================================================
   AWARDS / LOGOS
   ============================================================ */
.awards { padding: 80px 0; }
.awards-header { text-align: center; margin-bottom: 48px; }
.awards-header p { font-size: 15px; color: var(--slate); font-weight: 600; font-family: var(--font-display); letter-spacing: .08em; text-transform: uppercase; }
.awards-logos { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
.award-logo {
  background: var(--off-white); border: 1px solid var(--border);
  border-radius: var(--r-md); padding: 20px 32px;
  font-family: var(--font-display); font-size: 14px; font-weight: 800;
  color: var(--slate); letter-spacing: .04em;
  display: flex; align-items: center; gap: 8px;
  transition: all .2s;
}
.award-logo:hover { background: var(--white); box-shadow: var(--shadow-sm); color: var(--navy); }
.award-logo svg { width: 20px; height: 20px; }

/* ============================================================
   CONTACT / CTA
   ============================================================ */
.cta-section { padding: 100px 0; }
.cta-inner {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  border-radius: var(--r-xl); padding: 72px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
  position: relative; overflow: hidden;
}
.cta-inner::before {
  content: '';
  position: absolute; top: -60px; right: -60px;
  width: 300px; height: 300px; border-radius: 50%;
  background: rgba(255,255,255,.06); pointer-events: none;
}
.cta-inner::after {
  content: '';
  position: absolute; bottom: -80px; left: -40px;
  width: 240px; height: 240px; border-radius: 50%;
  background: rgba(255,255,255,.04); pointer-events: none;
}
.cta-content h2 { color: var(--white); margin-bottom: 16px; }
.cta-content p { color: rgba(255,255,255,.75); font-size: 17px; line-height: 1.7; margin-bottom: 32px; }
.cta-perks { display: flex; flex-direction: column; gap: 12px; }
.cta-perk { display: flex; align-items: center; gap: 10px; font-size: 15px; color: rgba(255,255,255,.85); }
.cta-perk svg { width: 20px; height: 20px; stroke: var(--green); fill: none; stroke-width: 2.5; flex-shrink: 0; }

.contact-form-card {
  background: var(--white); border-radius: var(--r-lg);
  padding: 40px; box-shadow: 0 24px 80px rgba(0,0,0,.2);
  position: relative; z-index: 1;
}
.contact-form-card h3 { margin-bottom: 6px; font-size: 22px; }
.contact-form-card .sub { font-size: 14px; color: var(--slate); margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 13px; font-weight: 700; font-family: var(--font-display); color: var(--navy); margin-bottom: 6px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 12px 16px;
  border: 1.5px solid var(--border); border-radius: var(--r-sm);
  font-family: var(--font-body); font-size: 15px; color: var(--navy);
  background: var(--white); transition: border-color .2s;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(15,76,219,.1); }
.form-group textarea { resize: vertical; min-height: 90px; }
.form-submit { width: 100%; margin-top: 4px; justify-content: center; }

/* Dynamic Form Grid */
.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.form-group {
  flex: 1 1 100%;
}
.form-group--half {
  flex: 1 1 calc(50% - 8px);
}
@media (max-width: 600px) {
  .form-group--half {
    flex: 1 1 100%;
  }
}

.tel-input-group select.country-code {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  cursor: pointer;
}
.tel-input-group input[type="tel"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-response {
  transition: all .3s ease;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--navy); color: rgba(255,255,255,.65); }
.footer-upper { padding: 80px 0 56px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr; gap: 48px;
}
.footer-brand .logo { margin-bottom: 16px; }
.footer-brand .logo span:first-child { color: var(--blue-mid); }
.footer-brand .logo span:last-child { color: var(--white); }
.footer-brand p { font-size: 14px; line-height: 1.75; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.social-btn {
  width: 38px; height: 38px; border-radius: 8px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; transition: all .2s; color: rgba(255,255,255,.6);
}
.social-btn:hover { background: var(--blue); border-color: var(--blue); color: var(--white); }
.footer-col h4 {
  font-family: var(--font-display); font-size: 14px; font-weight: 800;
  color: var(--white); letter-spacing: .05em; text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,.55); transition: color .2s; }
.footer-col ul li a:hover { color: var(--white); }
.footer-contact p { font-size: 14px; line-height: 1.7; }
.footer-contact a { color: rgba(255,255,255,.55); transition: color .2s; }
.footer-contact a:hover { color: var(--white); }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; }
.footer-contact-item svg { width: 16px; height: 16px; stroke: var(--blue-mid); fill: none; stroke-width: 2; margin-top: 2px; flex-shrink: 0; }

.footer-bottom {
  padding: 24px 0;
  display: flex; align-items: center; justify-content: space-between;
}
.footer-bottom p { font-size: 13px; }
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a { font-size: 13px; color: rgba(255,255,255,.4); transition: color .2s; }
.footer-bottom-links a:hover { color: var(--white); }

/* ============================================================
   BACK TO TOP
   ============================================================ */
.back-top {
  position: fixed; bottom: 32px; right: 32px; z-index: 99;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--blue); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md); transition: all .2s;
  opacity: 0; pointer-events: none;
}
.back-top.visible { opacity: 1; pointer-events: auto; }
.back-top:hover { background: var(--blue-dark); transform: translateY(-3px); }
.back-top svg { width: 22px; height: 22px; stroke: white; fill: none; stroke-width: 2.5; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero-inner, .intro-inner, .why-inner, .cta-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid, .results-grid, .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .testi-feature { grid-column: span 2; }
  .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-inner { padding: 48px; }
  .process-steps { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .process-steps::before { display: none; }
}
@media (max-width: 768px) {
  .main-nav { display: none; }
  .services-grid, .results-grid, .testimonials-grid, .tools-grid, .pricing-grid { grid-template-columns: 1fr; }
  .testi-feature { grid-column: span 1; }
  .industries-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .cta-inner { grid-template-columns: 1fr; padding: 36px; }
  .process-steps { grid-template-columns: 1fr; }
  .why-cards { grid-template-columns: 1fr; }
}

