@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  --ink:        #0B1120;
  --ink2:       #1E293B;
  --muted:      #64748B;
  --soft:       #F1F5FF;
  --line:       #E2E8F0;
  --white:      #ffffff;

  --cyan:       #06B6D4;
  --cyan-d:     #0891B2;
  --cyan-l:     #CFFAFE;
  --blue:       #2563EB;
  --blue-d:     #1D4ED8;
  --blue-l:     #DBEAFE;
  --violet:     #7C3AED;
  --violet-l:   #EDE9FE;
  --green:      #10B981;
  --green-l:    #D1FAE5;
  --amber:      #F59E0B;
  --amber-l:    #FEF3C7;
  --rose:       #F43F5E;
  --rose-l:     #FFE4E6;

  --grad-brand:    linear-gradient(135deg, #06B6D4 0%, #2563EB 60%, #7C3AED 100%);
  --grad-brand-r:  linear-gradient(135deg, #7C3AED 0%, #2563EB 60%, #06B6D4 100%);
  --grad-dark:     linear-gradient(160deg, #080E18 0%, #0D1829 50%, #060E1E 100%);
  --grad-amber:    linear-gradient(135deg, #F59E0B 0%, #EF4444 100%);
  --grad-green:    linear-gradient(135deg, #10B981 0%, #06B6D4 100%);
  --grad-violet:   linear-gradient(135deg, #7C3AED 0%, #2563EB 100%);

  --shadow-xs: 0 1px 4px rgba(11,17,32,.06);
  --shadow-sm: 0 2px 8px rgba(11,17,32,.08), 0 1px 3px rgba(11,17,32,.06);
  --shadow:    0 8px 24px rgba(11,17,32,.1), 0 2px 8px rgba(11,17,32,.06);
  --shadow-lg: 0 24px 64px rgba(11,17,32,.14), 0 8px 24px rgba(11,17,32,.08);
  --shadow-xl: 0 40px 80px rgba(11,17,32,.18), 0 16px 40px rgba(11,17,32,.1);

  --r-sm: 8px;
  --r:    14px;
  --r-lg: 20px;
  --r-xl: 28px;

  --max-w: 1220px;
  --ease:  cubic-bezier(.4,0,.2,1);
  --ease-out: cubic-bezier(0,0,.2,1);
  --ease-spring: cubic-bezier(.34,1.56,.64,1);
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter','Segoe UI',system-ui,sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img,svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { line-height: 1.1; letter-spacing: -.5px; font-weight: 800; }
p { margin: 0; }
ul,ol { padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

:focus-visible {
  outline: 3px solid rgba(6,182,212,.6);
  outline-offset: 3px;
  border-radius: 4px;
}

.container {
  width: min(100% - 48px, var(--max-w));
  margin-inline: auto;
}

.skip-link {
  position: absolute; left: 16px; top: -120px; z-index: 999;
  padding: 10px 18px; border-radius: var(--r-sm); font-weight: 700;
  background: var(--ink); color: #fff;
}
.skip-link:focus { top: 16px; }

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeUp {
  from { opacity:0; transform: translateY(28px); }
  to   { opacity:1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity:0; }
  to   { opacity:1; }
}
@keyframes slideRight {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
@keyframes float {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}
@keyframes pulse-ring {
  0%   { transform: scale(1); opacity:.8; }
  100% { transform: scale(1.6); opacity:0; }
}
@keyframes spin-slow {
  to { transform: rotate(360deg); }
}
@keyframes shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
@keyframes counter-up {
  from { opacity:0; transform: translateY(16px); }
  to   { opacity:1; transform: translateY(0); }
}

/* ============================================================
   HEADER — Professional Corporate Design
   ============================================================ */

/* Top utility bar */
.header-topbar {
  background: var(--ink);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 8px 0;
  font-size: 12px;
  color: rgba(255,255,255,.55);
}
.header-topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
}
.header-topbar-left { display: flex; align-items: center; gap: 20px; }
.header-topbar-right { display: flex; align-items: center; gap: 16px; }
.topbar-item {
  display: flex; align-items: center; gap: 6px;
  color: rgba(255,255,255,.55); font-size: 12px; font-weight: 500;
  text-decoration: none; transition: color .2s;
}
.topbar-item:hover { color: #67E8F9; }
.topbar-item svg { opacity: .6; flex-shrink: 0; }
.topbar-sep { width: 1px; height: 14px; background: rgba(255,255,255,.12); }
.topbar-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(16,185,129,.15); color: #34D399;
  padding: 3px 10px; border-radius: 999px; font-size: 11px; font-weight: 700;
}
.topbar-badge::before { content:''; width:5px; height:5px; border-radius:50%; background:#10B981; }

/* Main header */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(226,232,240,.6);
  backdrop-filter: blur(28px) saturate(200%);
  -webkit-backdrop-filter: blur(28px) saturate(200%);
  transition: box-shadow .3s var(--ease), background .3s;
}
.site-header.scrolled {
  box-shadow: 0 4px 32px rgba(11,17,32,.12);
  background: rgba(255,255,255,.99);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 84px; gap: 32px;
}
.site-logo { display: flex; align-items: center; }
.site-logo img { width: 200px; height: auto; display: block; }
.logo-link { display: flex; align-items: center; }
.logo-link .logo-img { width: 200px; height: auto; }

.nav-toggle {
  display: none; width: 44px; height: 44px; border-radius: var(--r-sm);
  border: 1.5px solid var(--line); align-items: center; justify-content: center;
  background: transparent; transition: background .2s;
  flex-direction: column; gap: 5px; padding: 10px;
}
.nav-toggle:hover { background: var(--soft); }
.nav-toggle span {
  display: block; width: 20px; height: 2px;
  background: var(--ink); border-radius: 2px;
  transition: transform .3s var(--ease), opacity .3s;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.site-nav { display: flex; align-items: center; gap: 0; }
.nav-list { display: flex; align-items: center; gap: 0; list-style: none; }
.nav-link {
  display: block; padding: 10px 16px; border-radius: var(--r-sm);
  color: #475569; font-size: 14px; font-weight: 600;
  transition: color .2s, background .2s;
  white-space: nowrap; position: relative;
}
.nav-link::after {
  content: ''; position: absolute; bottom: 6px; left: 16px; right: 16px;
  height: 2px; border-radius: 1px; background: var(--grad-brand);
  transform: scaleX(0); transition: transform .25s var(--ease);
  transform-origin: left;
}
.nav-link:hover { color: var(--ink); }
.nav-link:hover::after,
.nav-link--active::after { transform: scaleX(1); }
.nav-link--active { color: var(--ink); }
.site-nav a:hover,
.site-nav a.active { color: var(--ink); }

.nav-cta, .nav-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  margin-left: 12px;
  background: var(--grad-brand) !important;
  color: #fff !important;
  padding: 11px 24px !important;
  border-radius: 100px !important;
  font-size: 14px !important; font-weight: 700 !important;
  transition: opacity .2s, transform .2s, box-shadow .2s !important;
  box-shadow: 0 4px 20px rgba(37,99,235,.35) !important;
  white-space: nowrap;
}
.nav-cta:hover, .nav-cta-btn:hover {
  opacity: .9 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(37,99,235,.45) !important;
}

/* ============================================================
   HERO SLIDER
   ============================================================ */
.hero-slider {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background: #060D1A;
  display: grid;
}

/* Slides stack absolutely */
.slide {
  position: absolute; inset: 0;
  display: grid; align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .9s var(--ease);
  will-change: opacity;
}
.slide.is-active { opacity: 1; z-index: 2; pointer-events: auto; }

/* Slide backgrounds */
.slide-bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
}
.slide-bg-1 {
  background:
    linear-gradient(135deg, rgba(6,182,212,.18) 0%, transparent 50%),
    linear-gradient(90deg, rgba(6,13,26,.96) 0%, rgba(8,18,40,.8) 50%, rgba(8,18,40,.2) 100%),
    url('../img/hero-technology-pos-security.png') center/cover no-repeat;
}
.slide-bg-2 {
  background:
    radial-gradient(ellipse 80% 90% at 15% 50%, rgba(37,99,235,.35) 0%, transparent 70%),
    radial-gradient(ellipse 60% 60% at 85% 80%, rgba(124,58,237,.25) 0%, transparent 60%),
    linear-gradient(160deg, #060E1E 0%, #0A1428 60%, #0D0A1E 100%);
}
.slide-bg-3 {
  background:
    radial-gradient(ellipse 80% 90% at 15% 50%, rgba(124,58,237,.35) 0%, transparent 70%),
    radial-gradient(ellipse 50% 60% at 80% 20%, rgba(6,182,212,.2) 0%, transparent 60%),
    linear-gradient(160deg, #0A0716 0%, #0D0E20 60%, #060E1E 100%);
}
.slide-bg-4 {
  background:
    radial-gradient(ellipse 80% 90% at 15% 50%, rgba(16,185,129,.3) 0%, transparent 70%),
    radial-gradient(ellipse 50% 60% at 85% 30%, rgba(6,182,212,.2) 0%, transparent 60%),
    linear-gradient(160deg, #061612 0%, #080E18 60%, #06101A 100%);
}

/* Decorative grid overlay */
.slide-grid-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image:
    linear-gradient(rgba(6,182,212,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,182,212,.04) 1px, transparent 1px);
  background-size: 64px 64px;
}

/* Bottom fade to white */
.slide-fade {
  position: absolute; inset: auto 0 0; height: 160px; z-index: 3;
  background: linear-gradient(transparent, #fff);
  pointer-events: none;
}

/* Slide content */
.slide-content {
  position: relative; z-index: 4;
  padding-block: 110px 180px;
  color: #fff;
}

/* Animated text on active slide */
.slide.is-active .slide-eyebrow  { animation: fadeUp .6s .1s var(--ease) both; }
.slide.is-active h1               { animation: fadeUp .6s .22s var(--ease) both; }
.slide.is-active .slide-desc      { animation: fadeUp .6s .35s var(--ease) both; }
.slide.is-active .hero-actions    { animation: fadeUp .6s .48s var(--ease) both; }
.slide.is-active .slide-badges    { animation: fadeUp .6s .58s var(--ease) both; }

.slide-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 20px;
  font-size: 11px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: #67E8F9;
}
.slide-eyebrow::before {
  content: ''; display: inline-block; width: 32px; height: 2px;
  background: var(--amber); border-radius: 2px; flex-shrink: 0;
}

h1 {
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.05; letter-spacing: -2px;
  font-weight: 900; margin-bottom: 22px;
}
.slide-content h1 { color: #fff; }
.slide-content h1 em {
  font-style: normal;
  background: var(--grad-brand);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

.slide-desc {
  max-width: 580px; margin-bottom: 36px;
  color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.75;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.slide-badges {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 48px;
}
.slide-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; border-radius: 100px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.75); font-size: 13px; font-weight: 500;
  backdrop-filter: blur(8px);
}
.slide-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); flex-shrink: 0; }

/* Slider navigation */
.slider-nav {
  position: absolute; top: 50%; transform: translateY(-60%);
  z-index: 10; width: 54px; height: 54px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.08);
  color: #fff; display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(12px);
  transition: all .25s var(--ease);
}
.slider-nav:hover { background: rgba(6,182,212,.25); border-color: rgba(6,182,212,.5); }
.slider-nav.prev { left: 28px; }
.slider-nav.next { right: 28px; }
.slider-nav svg { width: 22px; height: 22px; }

/* Slider dots */
.slider-controls {
  position: absolute; bottom: 164px; left: 50%;
  transform: translateX(-50%); z-index: 10;
  display: flex; gap: 8px; align-items: center;
}
.slider-dot {
  width: 8px; height: 8px; border-radius: 100px;
  background: rgba(255,255,255,.28); border: none;
  transition: all .35s var(--ease); cursor: pointer;
}
.slider-dot.is-active {
  width: 32px; background: var(--cyan);
  box-shadow: 0 0 12px rgba(6,182,212,.6);
}

/* Slide counter */
.slider-counter {
  position: absolute; bottom: 172px; right: 48px; z-index: 10;
  color: rgba(255,255,255,.35); font-size: 13px; font-weight: 600;
  letter-spacing: 1px;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 50px; padding: 13px 28px;
  border-radius: 100px; font-family: inherit;
  font-size: 15px; font-weight: 700; line-height: 1.2;
  cursor: pointer; text-decoration: none; white-space: nowrap;
  border: 1.5px solid transparent;
  transition: all .25s var(--ease);
}
.btn-primary {
  background: var(--grad-brand); color: #fff; border-color: transparent;
  box-shadow: 0 4px 20px rgba(37,99,235,.3);
}
.btn-primary:hover {
  transform: translateY(-2px); box-shadow: 0 8px 28px rgba(37,99,235,.45);
}
.btn-outline {
  border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.06);
  color: #fff; backdrop-filter: blur(8px);
}
.btn-outline:hover {
  background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.5);
}
.btn-outline-dark {
  border: 1.5px solid var(--line); background: #fff; color: var(--ink);
}
.btn-outline-dark:hover {
  border-color: var(--cyan); color: var(--cyan-d); background: var(--soft);
}
.btn-white { background: #fff; color: var(--ink); }
.btn-white:hover { background: var(--soft); transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-whatsapp { background: #25D366; color: #fff; }
.btn-whatsapp:hover { background: #1EBE59; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(37,211,102,.4); }
.btn-sm { min-height: 40px; padding: 9px 20px; font-size: 13px; }
.btn-lg { min-height: 56px; padding: 16px 36px; font-size: 16px; }
.btn svg { width: 17px; height: 17px; flex-shrink: 0; }

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  position: relative; z-index: 5;
  margin-top: -1px; /* overlaps the slider fade */
}
.trust-inner {
  display: flex; flex-wrap: wrap;
  background: #fff; border-radius: 0;
  box-shadow: 0 -2px 0 var(--cyan), 0 8px 32px rgba(11,17,32,.08);
  overflow: hidden;
}
.trust-item {
  display: flex; align-items: center; gap: 12px;
  flex: 1 1 180px; padding: 18px 28px;
  border-right: 1px solid var(--line);
  transition: background .2s;
}
.trust-item:last-child { border-right: none; }
.trust-item:hover { background: transparent; cursor: default; }
.trust-item svg { flex-shrink: 0; }
.trust-item span { font-size: 14px; font-weight: 600; color: var(--ink); white-space: nowrap; }

/* ============================================================
   GENERAL SECTION
   ============================================================ */
.section { padding-block: 100px; }
.section--alt { background: #F8FAFF; }
.section--dark { background: var(--ink); color: #fff; }
.section--gradient {
  background: linear-gradient(160deg, #F8FAFF 0%, #fff 50%, #F3F0FF 100%);
}
.section--violet-bg {
  background: linear-gradient(135deg, #F5F3FF 0%, #EDE9FE 100%);
}
.section--amber-bg {
  background: linear-gradient(135deg, #FFFBEB 0%, #FEF3C7 100%);
}
.section--green-bg {
  background: linear-gradient(135deg, #F0FDF4 0%, #D1FAE5 100%);
}

.section-header { text-align: center; margin-bottom: 64px; }
.section-header h2 { font-size: clamp(28px,4vw,42px); margin-bottom: 16px; }
.section-lead {
  max-width: 600px; margin-inline: auto;
  color: var(--muted); font-size: 17px; line-height: 1.75;
}

.eyebrow-label {
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 14px; padding: 6px 16px; border-radius: 100px;
  background: linear-gradient(135deg, rgba(6,182,212,.1), rgba(37,99,235,.08));
  border: 1px solid rgba(6,182,212,.2);
  color: var(--cyan-d); font-size: 12px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
}
.eyebrow-label::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--grad-brand); flex-shrink: 0;
}

h2 { font-size: clamp(26px,3.5vw,40px); margin-bottom: 16px; }
h3 { font-size: 19px; margin-bottom: 10px; font-weight: 700; }

.gradient-text {
  background: var(--grad-brand);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-cta-row { text-align: center; margin-top: 52px; }

/* ============================================================
   SERVICE CARDS (Home priority grid)
   ============================================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.service-card {
  padding: 32px 28px;
  border-radius: var(--r-lg);
  border: 1.5px solid var(--line);
  background: #fff;
  display: flex; flex-direction: column;
  transition: all .3s var(--ease);
  position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--grad-brand); opacity: 0;
  transition: opacity .3s;
}
.service-card:hover { border-color: rgba(6,182,212,.3); box-shadow: var(--shadow); transform: translateY(-6px); }
.service-card:hover::before { opacity: 1; }

.service-card-icon {
  width: 60px; height: 60px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; flex-shrink: 0;
  background: linear-gradient(135deg, rgba(6,182,212,.1), rgba(37,99,235,.06));
  color: var(--cyan-d);
}
.service-card-icon svg { width: 30px; height: 30px; }
.service-card h3 { font-size: 17px; margin-bottom: 10px; }
.service-card > p { color: var(--muted); font-size: 14px; line-height: 1.65; margin-bottom: 16px; }
.service-features { margin: 0 0 20px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.service-features li {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 13px; color: var(--muted); line-height: 1.5;
}
.service-features li::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: var(--grad-brand); flex-shrink: 0; margin-top: 6px;
}
.service-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--blue); font-size: 13px; font-weight: 700;
  margin-top: auto; transition: gap .2s, color .2s;
}
.service-link:hover { gap: 10px; color: var(--cyan-d); }

/* Icon color variants */
.service-card:nth-child(1) .service-card-icon { background: linear-gradient(135deg, rgba(6,182,212,.12), rgba(37,99,235,.08)); color: var(--blue); }
.service-card:nth-child(2) .service-card-icon { background: linear-gradient(135deg, rgba(124,58,237,.1), rgba(99,102,241,.06)); color: var(--violet); }
.service-card:nth-child(3) .service-card-icon { background: linear-gradient(135deg, rgba(16,185,129,.1), rgba(6,182,212,.06)); color: var(--green); }
.service-card:nth-child(4) .service-card-icon { background: linear-gradient(135deg, rgba(245,158,11,.12), rgba(239,68,68,.06)); color: var(--amber); }

/* ============================================================
   ILLUSTRATION SPLIT SECTIONS
   ============================================================ */
.illus-section { overflow: hidden; }
.illus-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center;
}
.illus-grid--reverse .illus-text  { order: 2; }
.illus-grid--reverse .illus-image { order: 1; }

.illus-text { max-width: 540px; }
.illus-text h2 { font-size: clamp(26px,3.5vw,38px); line-height: 1.15; margin-bottom: 18px; }
.illus-text > p { color: var(--muted); font-size: 16px; line-height: 1.8; margin-bottom: 28px; }

.check-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.check-list li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 15px; font-weight: 500; color: var(--ink);
}
.check-list li .ci {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  background: var(--green); display: flex; align-items: center; justify-content: center;
  margin-top: 1px;
}
.check-list li .ci svg { width: 13px; height: 13px; stroke: #fff; stroke-width: 3; }

.illus-image {
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.illus-image img {
  width: 100%; max-width: 520px;
  border-radius: var(--r-xl);
  filter: drop-shadow(0 16px 48px rgba(11,17,32,.14));
  animation: float 5s ease-in-out infinite;
}

/* Colored "glow" behind illustration */
.illus-image::before {
  content: ''; position: absolute; inset: 10% 5%;
  border-radius: var(--r-xl);
  background: var(--grad-brand);
  opacity: .07; filter: blur(32px); z-index: -1;
}

/* ============================================================
   STATS STRIP
   ============================================================ */
.stat-strip {
  background: var(--grad-dark);
  position: relative; overflow: hidden;
  padding-block: 72px; color: #fff;
}
.stat-strip::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(6,182,212,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,182,212,.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
.stat-strip-inner {
  position: relative; display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.stat-item {
  padding: 40px 32px; text-align: center;
  border-right: 1px solid rgba(255,255,255,.08);
  transition: background .3s;
}
.stat-item:last-child { border-right: none; }
.stat-item:hover { background: rgba(6,182,212,.06); }
.stat-number {
  display: block; font-size: 52px; font-weight: 900;
  letter-spacing: -3px; line-height: 1; margin-bottom: 10px;
  background: linear-gradient(135deg, #67E8F9, #93C5FD, #C4B5FD);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-label { font-size: 14px; color: rgba(255,255,255,.55); }

/* ============================================================
   SECTOR GRID
   ============================================================ */
.sector-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.sector-card {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 20px; border-radius: var(--r);
  border: 1.5px solid var(--line); background: #fff;
  transition: all .25s var(--ease);
  cursor: default;
}
.sector-card:hover {
  border-color: var(--cyan); background: #fff;
  box-shadow: var(--shadow-sm); transform: translateY(-2px);
}
.sector-icon {
  width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(6,182,212,.1), rgba(37,99,235,.06));
  color: var(--blue);
}
.sector-icon svg { width: 24px; height: 24px; }
.sector-card span { font-size: 14px; font-weight: 600; color: var(--ink); }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { max-width: 820px; margin-inline: auto; }
details.faq-item {
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
details.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 0; 
  cursor: pointer; 
  list-style: none;
  font-size: 16px; font-weight: 600; color: var(--ink);
  transition: color .2s;
}
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary:hover { color: var(--blue); }

.faq-icon {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  border: 2px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); transition: all .25s var(--ease);
  position: relative;
}
.faq-icon::before, .faq-icon::after {
  content: ''; position: absolute; background: currentColor;
  border-radius: 2px; transition: transform .25s var(--ease);
}
.faq-icon::before { width: 12px; height: 2px; }
.faq-icon::after  { width: 2px; height: 12px; }

details[open] .faq-icon {
  background: var(--grad-brand); border-color: transparent; color: #fff;
}
details[open] .faq-icon::after { transform: rotate(90deg) scaleY(0); }

.faq-answer {
  padding-bottom: 24px; color: var(--muted); font-size: 15px; line-height: 1.75;
}

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band {
  background: var(--grad-dark);
  position: relative; overflow: hidden;
  padding-block: 80px; color: #fff;
}
.cta-band::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(6,182,212,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,182,212,.05) 1px, transparent 1px);
  background-size: 56px 56px;
}
.cta-band::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 100% at 20% 50%, rgba(6,182,212,.1) 0%, transparent 60%),
               radial-gradient(ellipse 40% 80% at 80% 50%, rgba(124,58,237,.08) 0%, transparent 60%);
}
.cta-band-inner {
  position: relative; z-index: 1;
  display: flex; align-items: center;
  justify-content: space-between; gap: 40px; flex-wrap: wrap;
}
.cta-band-text h2 { font-size: clamp(26px,3.5vw,36px); margin-bottom: 10px; }
.cta-band-text p { color: rgba(255,255,255,.72); font-size: 17px; }
.cta-band-actions { display: flex; gap: 14px; flex-wrap: wrap; flex-shrink: 0; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: #060D1A; color: #fff; padding-block: 72px 0; }
.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(130px, .7fr));
  gap: 48px; padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  margin-bottom: 0;
}
.footer-brand p { color: rgba(255,255,255,.5); font-size: 14px; line-height: 1.7; margin: 14px 0 20px; }
.footer-brand img { filter: brightness(0) invert(.8); width: 140px; }
.footer-wa {
  display: inline-flex; align-items: center; gap: 8px;
  color: #4ADE80; font-size: 14px; font-weight: 600;
  transition: color .2s;
}
.footer-wa:hover { color: #86EFAC; }
.footer-col h3 {
  font-size: 11px; font-weight: 700;
  color: rgba(255,255,255,.28); text-transform: uppercase; letter-spacing: 2px;
  margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: rgba(255,255,255,.55); font-size: 14px; transition: color .2s; }
.footer-col a:hover { color: #67E8F9; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,.55); font-size: 14px; }
.footer-contact li svg { flex-shrink: 0; opacity: .5; margin-top: 2px; }
.footer-contact a { color: #67E8F9; transition: color .2s; }
.footer-contact a:hover { color: #A5F3FC; }
.footer-bottom {
  padding-block: 22px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
}
.footer-bottom-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap; width: 100%;
}
.footer-bottom p { color: rgba(255,255,255,.28); font-size: 13px; }
.footer-bottom nav { display: flex; gap: 20px; }
.footer-bottom nav a { color: rgba(255,255,255,.28); font-size: 13px; transition: color .2s; }
.footer-bottom nav a:hover { color: rgba(255,255,255,.7); }

/* ============================================================
   WHATSAPP FLOAT
   ============================================================ */
.whatsapp-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  width: 62px; height: 62px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 24px rgba(37,211,102,.5);
  transition: all .25s var(--ease-spring);
}
.whatsapp-float::after {
  content: ''; position: absolute; inset: -2px; border-radius: 50%;
  background: rgba(37,211,102,.4);
  animation: pulse-ring 2s ease infinite;
}
.whatsapp-float:hover { transform: scale(1.12); box-shadow: 0 8px 32px rgba(37,211,102,.55); }
.whatsapp-float svg { width: 30px; height: 30px; position: relative; z-index: 1; }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero {
  padding-block: 80px 72px;
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  pointer-events: none;
}
.page-hero > .container { position: relative; z-index: 1; }

.page-hero--blue {
  background: linear-gradient(135deg, #EFF6FF 0%, #fff 40%, #F0F9FF 100%);
}
.page-hero--blue::before {
  background: radial-gradient(ellipse 60% 100% at 90% 50%, rgba(6,182,212,.08) 0%, transparent 60%);
}
.page-hero--violet {
  background: linear-gradient(135deg, #F5F3FF 0%, #fff 40%, #EDE9FE 100%);
}
.page-hero--violet::before {
  background: radial-gradient(ellipse 60% 100% at 90% 50%, rgba(124,58,237,.08) 0%, transparent 60%);
}
.page-hero--amber {
  background: linear-gradient(135deg, #FFFBEB 0%, #fff 40%, #FEF3C7 100%);
}
.page-hero--amber::before {
  background: radial-gradient(ellipse 60% 100% at 90% 50%, rgba(245,158,11,.08) 0%, transparent 60%);
}
.page-hero--green {
  background: linear-gradient(135deg, #F0FDF4 0%, #fff 40%, #D1FAE5 100%);
}
.page-hero--green::before {
  background: radial-gradient(ellipse 60% 100% at 90% 50%, rgba(16,185,129,.08) 0%, transparent 60%);
}
.page-hero--ecom {
  background: linear-gradient(135deg, #EFF6FF 0%, #fff 40%, #F0FDF4 100%);
}
.page-hero--ecom::before {
  background: radial-gradient(ellipse 60% 100% at 90% 50%, rgba(37,99,235,.07) 0%, transparent 60%);
}
.page-hero h1 { font-size: clamp(32px,5vw,48px); margin-bottom: 16px; }
.page-hero .page-lead { color: var(--muted); font-size: 18px; line-height: 1.75; max-width: 620px; margin-bottom: 32px; }
.page-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Decorative circle in page hero */
.hero-deco {
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 400px; height: 400px; border-radius: 50%;
  opacity: .06; pointer-events: none; z-index: 0;
}

/* ============================================================
   FEATURE BLOCKS (inner pages)
   ============================================================ */
.feature-block {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
  padding: 80px 0;
  border-bottom: 1px solid var(--line);
}
.feature-block:last-child { border-bottom: none; }
.feature-block--reverse .feature-text { order: 2; }
.feature-block--reverse .feature-visual { order: 1; }

.feature-num {
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 14px;
  font-size: 11px; font-weight: 800; letter-spacing: 2px;
  text-transform: uppercase; color: var(--cyan-d);
}
.feature-num::before {
  content: ''; display: inline-block; width: 24px; height: 2px;
  background: var(--grad-brand); border-radius: 2px;
}
.feature-text h2 { font-size: clamp(24px,3vw,34px); margin-bottom: 16px; }
.feature-text > p { color: var(--muted); font-size: 15px; line-height: 1.8; margin-bottom: 24px; }
.feature-text .btn { margin-top: 8px; }

.feature-visual {
  position: relative; display: flex; align-items: center; justify-content: center;
}
.feature-visual img {
  width: 100%; max-width: 500px; border-radius: var(--r-xl);
  filter: drop-shadow(0 12px 40px rgba(11,17,32,.12));
}
.feature-visual::before {
  content: ''; position: absolute; inset: 8% 4%;
  border-radius: var(--r-xl);
  background: var(--grad-brand); opacity: .06; filter: blur(28px);
  z-index: -1;
}

/* ============================================================
   MODULE GRID (ERP/CRM features)
   ============================================================ */
.module-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.module-card {
  padding: 28px; border-radius: var(--r-lg);
  border: 1.5px solid var(--line); background: #fff;
  transition: all .3s var(--ease);
  position: relative; overflow: hidden;
}
.module-card::after {
  content: ''; position: absolute; inset: 0;
  background: var(--grad-brand); opacity: 0;
  transition: opacity .3s;
}
.module-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); border-color: rgba(6,182,212,.25); }
.module-card-icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; flex-shrink: 0;
}
.module-card h3 { font-size: 16px; margin-bottom: 8px; }
.module-card p { font-size: 13px; color: var(--muted); line-height: 1.65; }

/* ============================================================
   PROCESS STEPS
   ============================================================ */
.process-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  position: relative;
}
.process-grid::before {
  content: ''; position: absolute;
  top: 36px; left: 10%; right: 10%; height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
  z-index: 0;
}
.process-step {
  padding: 0 20px; text-align: center;
  position: relative; z-index: 1;
}
.process-num {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--grad-brand);
  color: #fff; font-size: 22px; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px;
  box-shadow: 0 8px 24px rgba(37,99,235,.3);
  position: relative;
}
.process-step h3 { font-size: 16px; margin-bottom: 8px; }
.process-step p { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ============================================================
   HARDWARE / PRODUCT GRID
   ============================================================ */
.hw-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.hw-card {
  padding: 28px 22px; border-radius: var(--r-lg);
  border: 1.5px solid var(--line); background: #fff;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  transition: all .25s var(--ease);
}
.hw-card:hover { border-color: var(--cyan); box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.hw-card-icon {
  width: 64px; height: 64px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
}
.hw-card span { font-size: 14px; font-weight: 600; color: var(--ink); }

/* ============================================================
   CAMERA TYPES
   ============================================================ */
.cam-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  margin-top: 48px;
}
.cam-card {
  padding: 24px 20px; border-radius: var(--r-lg);
  border: 1.5px solid var(--line); background: #fff;
  text-align: center; transition: all .25s var(--ease);
}
.cam-card:hover { border-color: var(--amber); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.cam-card-icon {
  width: 52px; height: 52px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
  background: linear-gradient(135deg, rgba(245,158,11,.1), rgba(239,68,68,.07));
}
.cam-card strong { display: block; font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.cam-card span { font-size: 12px; color: var(--muted); }

/* ============================================================
   SUPPORT GRID
   ============================================================ */
.support-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.support-card {
  padding: 32px 24px; border-radius: var(--r-lg);
  border: 1.5px solid var(--line); background: #fff;
  text-align: center;
  transition: all .3s var(--ease);
}
.support-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); border-color: rgba(6,182,212,.25); }
.support-icon {
  width: 60px; height: 60px; border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
}
.support-card h3 { font-size: 16px; margin-bottom: 10px; }
.support-card p { font-size: 13px; color: var(--muted); line-height: 1.65; }

/* ============================================================
   INFRA GRID
   ============================================================ */
.infra-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.infra-card {
  padding: 28px; border-radius: var(--r-lg);
  border: 1.5px solid var(--line); background: #fff;
  transition: all .3s var(--ease);
}
.infra-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); border-color: rgba(6,182,212,.25); }
.infra-icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.infra-card h3 { font-size: 16px; margin-bottom: 8px; }
.infra-card p { font-size: 13px; color: var(--muted); line-height: 1.65; }

/* ============================================================
   EXPERTISE CARDS (Hakkımızda)
   ============================================================ */
.expertise-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.expertise-card {
  padding: 32px 26px; border-radius: var(--r-lg);
  color: #fff; position: relative; overflow: hidden;
  transition: all .3s var(--ease);
}
.expertise-card::before {
  content: ''; position: absolute; top: -30%; right: -20%;
  width: 200px; height: 200px; border-radius: 50%;
  background: rgba(255,255,255,.08);
}
.expertise-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-xl); }
.expertise-card--blue   { background: linear-gradient(135deg, #1D4ED8, #2563EB); }
.expertise-card--violet { background: linear-gradient(135deg, #5B21B6, #7C3AED); }
.expertise-card--amber  { background: linear-gradient(135deg, #B45309, #F59E0B); }
.expertise-card--green  { background: linear-gradient(135deg, #047857, #10B981); }
.expertise-icon {
  width: 56px; height: 56px; border-radius: 16px;
  background: rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.expertise-icon svg { width: 28px; height: 28px; }
.expertise-card h3 { font-size: 17px; margin-bottom: 10px; }
.expertise-card p { font-size: 13px; color: rgba(255,255,255,.8); line-height: 1.65; margin-bottom: 20px; }
.expertise-link { color: rgba(255,255,255,.9); font-size: 13px; font-weight: 700; transition: color .2s; }
.expertise-link:hover { color: #fff; }

/* ============================================================
   VALUE CARDS
   ============================================================ */
.values-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.value-card {
  padding: 32px; border-radius: var(--r-lg);
  border: 1.5px solid var(--line); background: #fff;
  transition: all .3s var(--ease);
}
.value-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); border-color: rgba(6,182,212,.2); }
.value-icon {
  width: 56px; height: 56px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.value-card h3 { font-size: 17px; margin-bottom: 10px; }
.value-card p { font-size: 14px; color: var(--muted); line-height: 1.7; }

/* ============================================================
   ABOUT STATS
   ============================================================ */
.about-stats {
  display: grid; grid-template-columns: repeat(2,1fr);
  border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); border: 1px solid var(--line);
}
.about-stat {
  padding: 36px 28px; background: #fff; text-align: center;
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.about-stat:nth-child(2n) { border-right: none; }
.about-stat:nth-child(n+3) { border-bottom: none; }
.about-stat-num {
  display: block; font-size: 44px; font-weight: 900; letter-spacing: -2px; line-height: 1;
  margin-bottom: 8px;
  background: var(--grad-brand);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.about-stat-lbl { font-size: 13px; color: var(--muted); }

/* ============================================================
   WHY CHOOSE
   ============================================================ */
.why-grid {
  display: grid; grid-template-columns: repeat(2,1fr); gap: 20px;
}
.why-item {
  display: flex; gap: 16px;
  padding: 24px; border-radius: var(--r);
  border: 1.5px solid var(--line); background: #fff;
  align-items: flex-start;
  transition: all .25s var(--ease);
}
.why-item:hover { border-color: rgba(6,182,212,.3); box-shadow: var(--shadow-sm); }
.why-num {
  width: 36px; height: 36px; border-radius: 10px; flex-shrink: 0;
  background: var(--grad-brand); color: #fff;
  font-size: 13px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.why-item strong { display: block; font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.why-item p { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ============================================================
   CONTACT (iletisim.html)
   ============================================================ */
.contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, .68fr) minmax(0,1fr);
  gap: 48px; align-items: start;
}
.contact-card {
  padding: 40px; border-radius: var(--r-xl);
  background: var(--grad-dark); color: #fff;
  position: relative; overflow: hidden;
}
.contact-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 80% at 110% 110%, rgba(6,182,212,.15) 0%, transparent 60%);
}
.contact-card > * { position: relative; }
.contact-card h2 { font-size: 26px; margin-bottom: 10px; }
.contact-card > p { color: rgba(255,255,255,.65); font-size: 15px; margin-bottom: 28px; }

.contact-info-row {
  padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.08);
}
.contact-info-row:first-of-type { border-top: 1px solid rgba(255,255,255,.08); }
.contact-info-label {
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1.5px; color: rgba(255,255,255,.35); margin-bottom: 4px; display: block;
}
.contact-info-value { color: rgba(255,255,255,.85); font-size: 15px; }
.contact-info-value a { color: #67E8F9; font-weight: 600; transition: color .2s; }
.contact-info-value a:hover { color: #A5F3FC; }

.whatsapp-btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 20px; border-radius: 100px;
  background: #25D366; color: #fff; font-weight: 700; font-size: 15px;
  margin-top: 24px; width: 100%;
  transition: all .25s var(--ease);
}
.whatsapp-btn:hover { background: #1EBE59; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(37,211,102,.35); }
.whatsapp-btn svg { width: 22px; height: 22px; }

/* Form */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field.full { grid-column: 1/-1; }
label { font-size: 14px; font-weight: 600; color: var(--ink); }
input, textarea, select {
  width: 100%; border: 1.5px solid var(--line); border-radius: var(--r);
  padding: 13px 16px; font: inherit; font-size: 15px; color: var(--ink);
  background: #fff; transition: border-color .2s, box-shadow .2s;
}
input:hover, textarea:hover, select:hover { border-color: #CBD5E1; }
input:focus, textarea:focus, select:focus {
  outline: none; border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(6,182,212,.12);
}
textarea { min-height: 150px; resize: vertical; }

/* ============================================================
   SW FEATURE LIST (yazilim-cozumleri specifics)
   ============================================================ */
.sw-features-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 24px 0;
}
.sw-feature {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 16px; border-radius: var(--r); border: 1px solid var(--line); background: #fff;
}
.sw-feature svg { flex-shrink: 0; margin-top: 2px; }
.sw-feature div strong { display: block; font-size: 13px; font-weight: 700; margin-bottom: 2px; }
.sw-feature div span { font-size: 12px; color: var(--muted); }

.sw-module-list { display: flex; flex-direction: column; gap: 16px; }
.sw-module {
  display: flex; gap: 16px;
  padding: 20px; border-radius: var(--r); border: 1px solid var(--line); background: #fff;
  transition: all .2s var(--ease);
}
.sw-module:hover { border-color: rgba(6,182,212,.3); box-shadow: var(--shadow-sm); }
.sw-module-num { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; color: var(--cyan-d); flex-shrink: 0; padding-top: 3px; }
.sw-module h3 { font-size: 15px; margin-bottom: 4px; }
.sw-module p { font-size: 13px; color: var(--muted); margin: 0; }

/* E-com visual card */
.ecom-card {
  border-radius: var(--r-xl); border: 1px solid var(--line);
  background: #fff; padding: 32px; box-shadow: var(--shadow-lg);
}
.ecom-card-header { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 15px; margin-bottom: 24px; }
.ecom-stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 24px; }
.ecom-stat { text-align: center; padding: 16px; border-radius: var(--r); background: var(--soft); }
.ecom-num { display: block; font-size: 20px; font-weight: 800; color: var(--ink); }
.ecom-stat small { font-size: 12px; color: var(--muted); }
.ecom-bar-row { display: flex; flex-direction: column; gap: 8px; }
.ecom-bar { height: 10px; border-radius: 100px; }

/* ============================================================
   ABOUT VISUAL CARD
   ============================================================ */
.avc { border-radius: var(--r-xl); border: 1px solid var(--line); background: #fff; padding: 36px; box-shadow: var(--shadow-lg); }
.avc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.avc-metric { text-align: center; padding: 20px; border-radius: var(--r); border: 1px solid var(--line); }
.avc-num { display: block; font-size: 36px; font-weight: 900; letter-spacing: -2px; margin-bottom: 4px; }
.avc-metric span { font-size: 12px; color: var(--muted); }
.avc-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.avc-badge {
  padding: 6px 14px; border-radius: 100px;
  background: var(--soft); color: var(--blue);
  font-size: 12px; font-weight: 600;
  border: 1px solid rgba(37,99,235,.15);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .module-grid { grid-template-columns: repeat(2,1fr); }
  .expertise-grid { grid-template-columns: repeat(2,1fr); }
  .support-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 1024px) {
  .illus-grid { gap: 48px; }
  .feature-block { gap: 40px; }
  .stat-strip-inner { grid-template-columns: repeat(2,1fr); }
  .sector-grid { grid-template-columns: repeat(3,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid::before { display: none; }
  .infra-grid { grid-template-columns: repeat(2,1fr); }
  .values-grid { grid-template-columns: repeat(2,1fr); }
  .cam-grid { grid-template-columns: repeat(2,1fr); }
  h1 { font-size: clamp(34px,5vw,52px); }
}

@media (max-width: 920px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: absolute; inset: 76px 0 auto; display: none;
    flex-direction: column; align-items: stretch;
    padding: 12px 20px 20px;
    background: #fff; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow); z-index: 100;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 14px; font-size: 15px; }
  .nav-cta { margin-left: 0 !important; border-radius: var(--r-sm) !important; text-align: center; }

  .illus-grid,
  .illus-grid--reverse { grid-template-columns: 1fr; gap: 40px; }
  .illus-grid--reverse .illus-text  { order: 1; }
  .illus-grid--reverse .illus-image { order: 2; }
  .illus-image img { max-width: 400px; margin-inline: auto; }

  .feature-block { grid-template-columns: 1fr; gap: 36px; }
  .feature-block--reverse .feature-text  { order: 1; }
  .feature-block--reverse .feature-visual{ order: 2; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .cta-band-inner { flex-direction: column; align-items: flex-start; }

  .trust-inner { flex-direction: column; }
  .trust-item { border-right: none; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: none; }

  .slider-nav { display: none; }
  .hero-slider { min-height: 600px; }
  .slide-content { padding-block: 90px 180px; }

  .contact-layout { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
  .sector-grid { grid-template-columns: repeat(2,1fr); }
  .hw-grid { grid-template-columns: repeat(2,1fr); }
  .module-grid { grid-template-columns: 1fr; }
  .expertise-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 32px, var(--max-w)); }
  .site-nav { inset: 72px 0 auto; }
  .hero-slider { min-height: 560px; }
  .slide-content { padding-block: 80px 172px; }
  h1 { font-size: clamp(28px,8vw,40px); letter-spacing: -1px; }
  h2 { font-size: clamp(22px,6vw,32px); }
  .services-grid { grid-template-columns: 1fr; }
  .stat-strip-inner { grid-template-columns: 1fr 1fr; }
  .stat-number { font-size: 40px; }
  .sector-grid { grid-template-columns: 1fr; }
  .cam-grid { grid-template-columns: 1fr 1fr; }
  .infra-grid { grid-template-columns: 1fr; }
  .support-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .hw-grid { grid-template-columns: 1fr 1fr; }
  .section { padding-block: 64px; }
  .cta-band-actions { flex-direction: column; width: 100%; }
  .cta-band-actions .btn { width: 100%; justify-content: center; }
  .form-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .sw-features-grid { grid-template-columns: 1fr; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
  .whatsapp-float { width: 54px; height: 54px; bottom: 20px; right: 20px; }
  .whatsapp-float svg { width: 26px; height: 26px; }
  .ecom-stat-row { grid-template-columns: 1fr; }
  .avc-num { font-size: 28px; }
}

/* ============================================================
   PAGE HERO SPLIT (rich inner page hero)
   ============================================================ */
.page-hero-split {
  padding-block: 0;
  background: linear-gradient(160deg, #060D1A 0%, #0B1529 55%, #080E1E 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: flex; align-items: center;
}
.page-hero-split::before {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(rgba(6,182,212,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,182,212,.05) 1px, transparent 1px);
  background-size: 64px 64px;
}
.page-hero-split::after {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 0%, rgba(37,99,235,.12) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero-split-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding-block: 80px;
  width: 100%;
}
.page-hero-split .eyebrow-label {
  margin-bottom: 16px; display: inline-flex;
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.12);
  color: #67E8F9;
}
.page-hero-split h1 {
  color: #fff; margin-bottom: 20px;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.08; letter-spacing: -1.5px;
}
.page-hero-split h1 em {
  font-style: normal;
  background: var(--grad-brand);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.page-hero-split .page-lead { color: rgba(255,255,255,.7); max-width: 100%; }
.page-hero-split-visual {
  display: flex; align-items: center; justify-content: center; position: relative;
}
.page-hero-split-visual img, .hero-illus img {
  width: 100%; max-width: 520px;
  border-radius: var(--r-xl);
  box-shadow: 0 24px 80px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.06);
  animation: float 6s ease-in-out infinite;
}
.page-hero-split-visual::before {
  content: ''; position: absolute; inset: 10%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(6,182,212,.18) 0%, transparent 70%);
  z-index: -1; filter: blur(30px);
}
/* Bottom edge fade into white */
.page-hero-split .hero-bottom-fade {
  position: absolute; bottom: 0; left: 0; right: 0; height: 80px;
  background: linear-gradient(transparent, #fff); z-index: 2; pointer-events: none;
}

/* Hero glow blob */
.hero-glow {
  position: absolute; border-radius: 50%;
  filter: blur(80px); pointer-events: none; z-index: 0;
}
.hero-glow--cyan  { background: rgba(6,182,212,.18); }
.hero-glow--blue  { background: rgba(37,99,235,.15); }
.hero-glow--violet{ background: rgba(124,58,237,.14); }
.hero-glow--amber { background: rgba(245,158,11,.15); }
.hero-glow--green { background: rgba(16,185,129,.15); }

/* Floating badge pills in hero */
.hero-pill-row {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px;
}
.hero-pill {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 14px; border-radius: 100px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.7); font-size: 12px; font-weight: 600;
  letter-spacing: .3px;
}
.hero-pill-dot { width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0; }

/* Colored section accent bar */
.section-accent {
  height: 4px; width: 60px; border-radius: 2px;
  background: var(--grad-brand);
  margin-bottom: 24px;
}

/* Detail page service feature rows */
.detail-features {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 16px;
  margin: 28px 0 32px;
}
.detail-feature {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 18px; border-radius: var(--r);
  border: 1.5px solid var(--line);
  background: #fff;
  transition: all .2s var(--ease);
}
.detail-feature:hover { border-color: rgba(6,182,212,.3); box-shadow: var(--shadow-sm); }
.detail-feature-icon {
  width: 40px; height: 40px; border-radius: 11px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.detail-feature h4 { font-size: 14px; font-weight: 700; margin-bottom: 3px; }
.detail-feature p  { font-size: 12px; color: var(--muted); line-height: 1.55; margin: 0; }

/* Pricing teaser card */
.price-card {
  padding: 36px; border-radius: var(--r-xl);
  background: #fff; border: 1.5px solid var(--line);
  box-shadow: var(--shadow-lg);
}
.price-card-header {
  display: flex; align-items: flex-start; gap: 16px;
  margin-bottom: 28px;
}
.price-card-icon {
  width: 56px; height: 56px; border-radius: 16px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.price-card h3 { font-size: 18px; margin-bottom: 4px; }
.price-card .desc { font-size: 13px; color: var(--muted); }
.price-list { display: flex; flex-direction: column; gap: 12px; }
.price-list li {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: var(--ink);
}
.price-check { width: 18px; height: 18px; border-radius: 50%; flex-shrink: 0; background: var(--green); display: flex; align-items: center; justify-content: center; }
.price-check svg { width: 10px; height: 10px; stroke: #fff; stroke-width: 3; }
.price-cta { margin-top: 24px; width: 100%; text-align: center; }

/* SEO content sections */
.seo-content-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px; align-items: start;
}
.seo-content h2 { font-size: clamp(22px,3vw,30px); margin-bottom: 14px; }
.seo-content p { color: var(--muted); font-size: 15px; line-height: 1.85; margin-bottom: 16px; }
.seo-aside { display: flex; flex-direction: column; gap: 16px; }
.seo-aside-card {
  padding: 24px; border-radius: var(--r-lg);
  border: 1.5px solid var(--line); background: #fff;
}
.seo-aside-card h3 { font-size: 15px; margin-bottom: 8px; }
.seo-aside-card p { font-size: 13px; color: var(--muted); line-height: 1.65; margin: 0; }

/* Responsive additions for new components */
@media (max-width: 1024px) {
  .page-hero-split-inner { grid-template-columns: 1fr; gap: 40px; }
  .page-hero-split-visual { display: none; }
  .seo-content-grid { grid-template-columns: 1fr; }
  .detail-features { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .page-hero-split { min-height: auto; }
  .page-hero-split-inner { padding-block: 56px; }
}

/* ============================================================
   INNER PAGE HERO — extended classes
   ============================================================ */
.hero-desc {
  font-size: clamp(15px,1.8vw,18px);
  color: rgba(255,255,255,.75);
  line-height: 1.75;
  max-width: 560px;
  margin-bottom: 32px;
}
.badge-item {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px; border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  font-size: 12px; font-weight: 600; color: rgba(255,255,255,.8);
  letter-spacing: .2px;
}
.hero-illus {
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 1;
}
.hero-illus img { border-radius: var(--r-xl); box-shadow: var(--shadow-xl); max-width: 100%; }

/* Feature cards (detail pages) */
.detail-features {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.feat-card {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  transition: box-shadow .2s var(--ease), transform .2s var(--ease);
}
.feat-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.feat-icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 16px;
}
.feat-card h3 { font-size: 16px; margin-bottom: 8px; }
.feat-card p { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* Module items (icon + text) */
.module-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px; border-radius: var(--r);
  background: #fff; border: 1.5px solid var(--line);
  transition: box-shadow .2s var(--ease);
}
.module-item:hover { box-shadow: var(--shadow-sm); }
.module-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-size: 20px;
}
.module-item strong { display: block; font-size: 14px; font-weight: 700; margin-bottom: 2px; }

/* SEO layout children */
.seo-main h2 { font-size: clamp(22px,3vw,32px); margin-bottom: 16px; line-height: 1.2; }
.seo-main h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 10px; }
.seo-main p { font-size: 15px; color: var(--muted); line-height: 1.85; margin-bottom: 16px; }
.seo-sidebar { display: flex; flex-direction: column; gap: 0; }
.sidebar-card { border-radius: var(--r); padding: 20px; margin-top: 16px; }

/* Price card variant with head */
.price-card-head {
  background: var(--grad-brand);
  border-radius: var(--r-xl) var(--r-xl) 0 0;
  padding: 24px 28px;
  margin: -36px -36px 24px;
  color: #fff;
}
.price-card-head h3 { font-size: 18px; font-weight: 800; margin-bottom: 4px; }
.price-card-head p { font-size: 13px; opacity: .8; }
.price-card-list {
  display: flex; flex-direction: column; gap: 10px;
  margin-bottom: 24px;
}
.price-card-list li {
  font-size: 14px; color: var(--ink);
  padding: 2px 0;
  border-bottom: 1px solid var(--line);
}
.price-card-list li:last-child { border-bottom: none; }

@media (max-width: 1024px) {
  .detail-features { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 620px) {
  .detail-features { grid-template-columns: 1fr; }
  .feat-card { padding: 20px; }
  .hero-desc { font-size: 15px; }
}

/* ============================================================
   MEGA MENU
   ============================================================ */
.has-mega { position: relative; }

.mega-trigger {
  display: flex; align-items: center; gap: 5px;
  background: none; border: none; font-family: inherit;
  padding: 10px 16px; border-radius: var(--r-sm);
  color: #475569; font-size: 14px; font-weight: 600;
  cursor: pointer; transition: color .2s, background .2s;
  white-space: nowrap; position: relative;
}
.mega-trigger::after {
  content: ''; position: absolute; bottom: 6px; left: 16px; right: 16px;
  height: 2px; border-radius: 1px; background: var(--grad-brand);
  transform: scaleX(0); transition: transform .25s var(--ease);
  transform-origin: left;
}
.mega-trigger:hover { color: var(--ink); }
.has-mega:hover .mega-trigger,
.has-mega.is-open .mega-trigger { color: var(--ink); }
.has-mega:hover .mega-trigger::after,
.has-mega.is-open .mega-trigger::after { transform: scaleX(1); }

.mega-chevron {
  transition: transform .25s var(--ease);
  color: currentColor; opacity: .6;
  flex-shrink: 0;
}
.has-mega:hover .mega-chevron,
.has-mega.is-open .mega-chevron { transform: rotate(180deg); opacity: 1; }

.mega-menu {
  position: absolute; top: calc(100% + 16px); left: 50%;
  transform: translateX(-50%) translateY(-12px);
  min-width: 680px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: 0 32px 80px rgba(11,17,32,.16), 0 8px 24px rgba(11,17,32,.08), 0 0 0 1px rgba(11,17,32,.04);
  padding: 24px;
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s var(--ease), transform .22s var(--ease), visibility .22s;
  z-index: 500;
}
.mega-menu::before {
  content: ''; position: absolute; top: -8px; left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: var(--line);
  border-top: none; pointer-events: none;
}
.mega-menu::after {
  content: ''; position: absolute; top: -6px; left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-bottom-color: #fff;
  border-top: none; pointer-events: none;
}
.has-mega:hover .mega-menu,
.has-mega.is-open .mega-menu {
  display: grid;
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  grid-template-rows: auto 1fr auto;
}

.mega-head {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 8px;
}
.mega-head h3 { font-size: 13px; font-weight: 800; color: var(--ink); margin-bottom: 2px; }
.mega-head p  { font-size: 12px; color: var(--muted); }

.mega-links {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4px; padding-block: 4px;
}
.mega-link {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 12px 14px; border-radius: var(--r);
  color: var(--ink); transition: background .15s;
  text-decoration: none;
}
.mega-link:hover { background: var(--soft); }
.mega-link-icon {
  width: 38px; height: 38px; border-radius: 11px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.mega-link-text strong { display: block; font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 2px; }
.mega-link-text span  { font-size: 11.5px; color: var(--muted); line-height: 1.45; }

.mega-footer {
  padding-top: 14px; border-top: 1px solid var(--line);
  margin-top: 8px; display: flex; justify-content: space-between; align-items: center;
}
.mega-footer-cta {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 700; color: var(--blue);
  transition: gap .2s; text-decoration: none;
}
.mega-footer-cta:hover { gap: 10px; color: var(--blue-d); }
.mega-footer-cta svg { transition: transform .2s; }
.mega-footer-cta:hover svg { transform: translateX(3px); }

.mega-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--blue-l); color: var(--blue);
  padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 700;
}

/* Mobile mega menu */
@media (max-width: 1100px) {
  .header-topbar { display: none; }
  .has-mega { position: static; }
  .mega-menu {
    position: static; transform: none !important;
    min-width: 0; width: 100%;
    border-radius: var(--r-lg); margin-top: 4px;
    box-shadow: var(--shadow-sm);
    padding: 16px;
    border: 1px solid var(--line);
  }
  .mega-menu::before, .mega-menu::after { display: none; }
  .has-mega:hover .mega-menu { display: none; }
  .has-mega.is-open .mega-menu { display: grid; opacity: 1; visibility: visible; pointer-events: auto; }
  .mega-links { grid-template-columns: 1fr; }
  .site-nav { position: fixed; top: 84px; left: 0; right: 0; bottom: 0; overflow-y: auto; }
}

/* ============================================================
   DARK INNER PAGE HERO (for hakkimizda, iletisim, etc.)
   ============================================================ */
.page-hero-dark {
  padding-block: 80px 96px;
  background: linear-gradient(160deg, #060D1A 0%, #0B1529 55%, #080E1E 100%);
  color: #fff;
  position: relative; overflow: hidden;
}
.page-hero-dark::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(6,182,212,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,182,212,.05) 1px, transparent 1px);
  background-size: 64px 64px;
}
.page-hero-dark::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse 70% 90% at 20% 50%, rgba(37,99,235,.18) 0%, transparent 60%),
              radial-gradient(ellipse 50% 60% at 80% 20%, rgba(6,182,212,.12) 0%, transparent 60%);
  pointer-events: none;
}
.page-hero-dark .container { position: relative; z-index: 1; }
.page-hero-dark h1 { color: #fff; font-size: clamp(36px,5vw,60px); margin-bottom: 20px; }
.page-hero-dark h1 em {
  font-style: normal;
  background: var(--grad-brand);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.page-hero-dark .page-lead { color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.75; max-width: 640px; margin-bottom: 36px; }
.page-hero-dark .eyebrow-label {
  background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); color: #67E8F9;
  margin-bottom: 16px;
}
.page-hero-dark .page-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Glow blobs inside dark hero */
.page-hero-dark .hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }

/* ============================================================
   WA FLOAT ALIAS
   ============================================================ */
.wa-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  width: 62px; height: 62px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 24px rgba(37,211,102,.5);
  transition: all .25s var(--ease-spring);
}
.wa-float::after {
  content: ''; position: absolute; inset: -2px; border-radius: 50%;
  background: rgba(37,211,102,.4);
  animation: pulse-ring 2s ease infinite;
}
.wa-float:hover { transform: scale(1.12); box-shadow: 0 8px 32px rgba(37,211,102,.55); }
.wa-float svg { width: 30px; height: 30px; position: relative; z-index: 1; }

/* ============================================================
   MISSING CLASS ALIASES & NEW DEFINITIONS
   (used in e-ticaret.html, guvenlik-kamera.html)
   ============================================================ */

/* Hero content wrapper inside page-hero-split */
.hero-content { display: flex; flex-direction: column; justify-content: center; }

/* Ghost button for use on dark hero backgrounds */
.btn-ghost-light {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px; border-radius: 100px;
  border: 1.5px solid rgba(255,255,255,.28);
  color: rgba(255,255,255,.9); background: rgba(255,255,255,.06);
  font-size: 15px; font-weight: 600;
  text-decoration: none; transition: background .2s, border-color .2s;
}
.btn-ghost-light:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.5); }

/* Trust grid — alias for trust-inner */
.trust-grid {
  display: flex; align-items: stretch; flex-wrap: wrap;
  gap: 0;
}
.trust-grid .trust-item { flex: 1; min-width: 120px; }

/* Section head — alias for section-header */
.section-head { text-align: center; max-width: 680px; margin: 0 auto 8px; }
.section-head h2 { font-size: clamp(24px,3.2vw,38px); margin-bottom: 12px; }

/* Section tag — alias for eyebrow-label */
.section-tag {
  display: inline-block; font-size: 11px; font-weight: 800;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--blue); margin-bottom: 10px;
}

/* Section sub — alias for section-lead */
.section-sub { font-size: clamp(15px,1.6vw,17px); color: var(--muted); line-height: 1.7; margin-top: 8px; }

/* feat-card color accent modifiers */
.feat-card--blue  { border-top: 3px solid var(--blue); }
.feat-card--green { border-top: 3px solid var(--green); }
.feat-card--violet{ border-top: 3px solid var(--violet); }
.feat-card--amber { border-top: 3px solid var(--amber); }
.feat-card--cyan  { border-top: 3px solid var(--cyan); }
.feat-card--red   { border-top: 3px solid #EF4444; }

/* section--gray — gray background alias */
.section--gray { background: #F8FAFF; }

/* CTA band inner layout */
.cta-glow {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 120% at 50% -10%, rgba(37,99,235,.35) 0%, transparent 65%);
  pointer-events: none;
}
.cta-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; flex-wrap: wrap; position: relative; z-index: 1;
}
.cta-text { flex: 1; min-width: 260px; }
.cta-text h2 { font-size: clamp(22px,3vw,32px); color: #fff; margin-bottom: 8px; }
.cta-text p  { color: rgba(255,255,255,.72); font-size: 16px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; flex-shrink: 0; }

/* CTA band buttons */
.btn-cta-white {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 30px; border-radius: 100px;
  background: #fff; color: var(--ink);
  font-weight: 700; font-size: 15px;
  text-decoration: none; transition: transform .2s, box-shadow .2s;
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
}
.btn-cta-white:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,.2); }

.btn-cta-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px; border-radius: 100px;
  border: 1.5px solid rgba(255,255,255,.35);
  color: #fff; background: rgba(255,255,255,.08);
  font-weight: 600; font-size: 15px;
  text-decoration: none; transition: background .2s, border-color .2s;
}
.btn-cta-ghost:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.6); }

/* Alternative footer layout (e-ticaret, guvenlik-kamera pages) */
.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 48px; padding-block: 56px;
}
.footer-links { display: flex; gap: 32px; flex-wrap: wrap; }
.footer-links .footer-col { flex: 1; min-width: 120px; }
.footer-links .footer-col h4 {
  font-size: 12px; font-weight: 800; letter-spacing: 1.5px;
  text-transform: uppercase; color: #94A3B8; margin-bottom: 14px;
}
.footer-links .footer-col ul { display: flex; flex-direction: column; gap: 8px; }
.footer-links .footer-col ul li a {
  color: rgba(255,255,255,.6); font-size: 14px; transition: color .15s; text-decoration: none;
}
.footer-links .footer-col ul li a:hover { color: #fff; }

.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 10px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.6); transition: background .2s, color .2s;
}
.footer-social a:hover { background: rgba(255,255,255,.14); color: #fff; }

/* Process steps (used in e-ticaret.html, crm, erp pages) */
.process-grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 24px;
}
.process-step {
  background: #fff; border: 1.5px solid var(--line);
  border-radius: var(--r-lg); padding: 28px 22px;
  position: relative;
}
.process-num {
  font-size: 44px; font-weight: 900; line-height: 1;
  color: var(--line); margin-bottom: 16px;
  font-variant-numeric: tabular-nums;
}

/* FAQ styles (used across detail pages) */
.faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 800px; margin: 0 auto; }
.faq-item {
  border: 1.5px solid var(--line); border-radius: var(--r-lg);
  padding: 1px 15px 1px 15px; background: #fff; overflow: hidden;
}
.faq-item summary {
  padding: 20px 24px; font-weight: 700; font-size: 15px;
  cursor: pointer; list-style: none; display: flex;
  align-items: center; justify-content: space-between;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; font-size: 22px; font-weight: 300;
  color: var(--muted); transition: transform .2s;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item p { padding: 0 24px 20px; color: var(--muted); line-height: 1.7; font-size: 14.5px; }

/* Module grid */
.module-grid {
  display: grid; grid-template-columns: repeat(2,1fr); gap: 16px;
}

/* Responsive for new classes */
@media (max-width: 1024px) {
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; padding-block: 40px; }
}
@media (max-width: 768px) {
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
  .footer-links { gap: 20px; }
}
@media (max-width: 620px) {
  .process-grid { grid-template-columns: 1fr; }
  .module-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   PREMIUM TRUST STRIP (Homepage)
   ============================================================ */
.trust-strip--premium {
  background: var(--ink);
  border-top: none; border-bottom: none;
  padding-block: 36px;
}
.trust-strip--premium .trust-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 0; flex-wrap: wrap;
}
.trust-strip--premium .trust-item {
  display: flex; flex-direction: column; align-items: center;
  padding: 8px 48px; border: none; gap: 4px;
}
.trust-num {
  font-size: 36px; font-weight: 900; color: #fff;
  line-height: 1; letter-spacing: -1px;
}
.trust-num span { color: var(--cyan); }
.trust-lbl {
  font-size: 12px; font-weight: 600; color: rgba(255,255,255,.5);
  text-transform: uppercase; letter-spacing: 1.5px; font-style: normal;
}
.trust-divider {
  display: block; width: 1px; height: 48px;
  background: rgba(255,255,255,.1); flex-shrink: 0;
}
@media (max-width: 720px) {
  .trust-strip--premium .trust-item { padding: 12px 24px; }
  .trust-num { font-size: 28px; }
  .trust-divider { display: none; }
}

/* ============================================================
   6-COLUMN SERVICES GRID (Homepage)
   ============================================================ */
.services-grid--6 {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 56px;
}
@media (max-width: 1024px) {
  .services-grid--6 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .services-grid--6 { grid-template-columns: 1fr; }
}

/* Colored service card top accent */
.service-card--blue  { border-top: 3px solid var(--blue); }
.service-card--green { border-top: 3px solid var(--green); }
.service-card--cyan  { border-top: 3px solid var(--cyan); }
.service-card--violet{ border-top: 3px solid var(--violet); }
.service-card--amber { border-top: 3px solid var(--amber); }
.service-card--red   { border-top: 3px solid #EF4444; }

/* Colored service icon backgrounds */
.service-icon--blue   { background: var(--blue-l) !important; color: var(--blue) !important; }
.service-icon--green  { background: var(--green-l) !important; color: var(--green) !important; }
.service-icon--cyan   { background: #ECFEFF !important; color: var(--cyan) !important; }
.service-icon--violet { background: var(--violet-l) !important; color: var(--violet) !important; }
.service-icon--amber  { background: var(--amber-l) !important; color: var(--amber) !important; }
.service-icon--red    { background: #FFF1F2 !important; color: #EF4444 !important; }

/* ============================================================
   BUG FIXES
   ============================================================ */

/* Trust strip premium: override white .trust-inner background */
.trust-strip--premium .trust-inner {
  background: transparent !important;
  box-shadow: none !important;
}

/* FAQ: prevent summary::after from doubling when .faq-icon is present */
.faq-item summary:has(.faq-icon)::after { display: none; }
