/* ═══════════════════════════════════════════════════════════
   WEB TASARIM OSTİM — style.css
   Beyaz tema | Montserrat | 90+ PageSpeed uyumlu
═══════════════════════════════════════════════════════════ */

/* ── Local Fonts ───────────────────────────────────────── */
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-v31-latin-100.woff2') format('woff2');
  font-weight: 100; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-v31-latin-100italic.woff2') format('woff2');
  font-weight: 100; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-v31-latin-200.woff2') format('woff2');
  font-weight: 200; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-v31-latin-200italic.woff2') format('woff2');
  font-weight: 200; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-v31-latin-300.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-v31-latin-300italic.woff2') format('woff2');
  font-weight: 300; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-v31-latin-regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-v31-latin-italic.woff2') format('woff2');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-v31-latin-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-v31-latin-500italic.woff2') format('woff2');
  font-weight: 500; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-v31-latin-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-v31-latin-600italic.woff2') format('woff2');
  font-weight: 600; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-v31-latin-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-v31-latin-700italic.woff2') format('woff2');
  font-weight: 700; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-v31-latin-800.woff2') format('woff2');
  font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-v31-latin-800italic.woff2') format('woff2');
  font-weight: 800; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-v31-latin-900.woff2') format('woff2');
  font-weight: 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-v31-latin-900italic.woff2') format('woff2');
  font-weight: 900; font-style: italic; font-display: swap;
}

/* ── CSS Variables ─────────────────────────────────────── */
:root {
  --white:         #ffffff;
  --bg:            #ffffff;
  --bg-light:      #F4F6FB;
  --bg-card:       #ffffff;

  /* Logo derin kraliyet mavisi (küre) */
  --blue:          #1A52AA;
  --blue-dark:     #123D88;
  --blue-light:    #EBF0FA;
  --blue-mid:      #2563EB;

  /* Logo kırmızı→turuncu (OSTİM yazısı & orbit halkası) */
  --orange:        #E5420C;
  --orange-mid:    #F07020;
  --orange-light:  #FEF0E8;

  /* Degradeler */
  --grad-orange:   linear-gradient(135deg, #C41F10 0%, #E5420C 50%, #F5820A 100%);
  --grad-blue:     linear-gradient(135deg, #123D88 0%, #1A52AA 60%, #2563EB 100%);

  --text:          #0D1117;
  --text-muted:    #6B7280;
  --border:        #E4E8F2;
  --shadow-sm:     0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --shadow-md:     0 4px 16px rgba(0,0,0,.08);
  --shadow-lg:     0 8px 40px rgba(0,0,0,.10);
  --shadow-blue:   0 4px 24px rgba(26,82,170,.3);
  --shadow-orange: 0 4px 24px rgba(229,66,12,.3);
  --radius:        12px;
  --font:          'Montserrat', sans-serif;
}

/* ── Reset ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { font-family: var(--font); cursor: pointer; border: none; background: none; }
input, select, textarea { font-family: var(--font); }

/* ── Layout ────────────────────────────────────────────── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.bg-light { background: var(--bg-light); }

/* ── Typography ────────────────────────────────────────── */
.blue { color: var(--blue); }
.tag {
  display: inline-flex; align-items: center;
  font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--orange); background: var(--orange-light);
  border: 1px solid rgba(229,66,12,.2);
  padding: 5px 14px; border-radius: 40px; margin-bottom: 16px;
}
.section-head { text-align: center; margin-bottom: 60px; }
.section-head h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; line-height: 1.2; margin-bottom: 14px; }
.section-head p { font-size: 1rem; color: var(--text-muted); max-width: 540px; margin: 0 auto; }

/* ── Buttons ───────────────────────────────────────────── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--grad-orange); color: #fff;
  padding: 14px 28px; border-radius: 8px;
  font-weight: 700; font-size: .9rem; letter-spacing: .02em;
  box-shadow: var(--shadow-orange);
  transition: filter .2s, transform .2s, box-shadow .2s;
  border: none;
}
.btn-primary:hover { filter: brightness(1.1); transform: translateY(-2px); box-shadow: 0 6px 28px rgba(229,66,12,.4); }
.btn-sm { padding: 9px 18px; font-size: .82rem; }
.btn-full { width: 100%; justify-content: center; }

.btn-outline-white {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12); color: #fff;
  padding: 14px 28px; border-radius: 8px;
  font-weight: 700; font-size: .9rem;
  border: 2px solid rgba(255,255,255,.45);
  transition: background .2s, border-color .2s, transform .2s;
  backdrop-filter: blur(4px);
}
.btn-outline-white:hover { background: rgba(255,255,255,.22); border-color: rgba(255,255,255,.75); transform: translateY(-2px); }

.btn-white {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--blue);
  padding: 14px 28px; border-radius: 8px;
  font-weight: 700; font-size: .9rem;
  border: 2px solid #fff;
  box-shadow: var(--shadow-md);
  transition: all .2s;
}
.btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }

/* ── Reveal Animation ──────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ══════════════════════════════════════════════════════════
   NAVBAR
══════════════════════════════════════════════════════════ */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,.93);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid transparent;
  padding: 10px 0;
  transition: border-color .3s, box-shadow .3s, padding .3s;
}
#navbar.scrolled {
  border-bottom-color: var(--border);
  box-shadow: 0 2px 20px rgba(0,0,0,.07);
  padding: 8px 0;
}
.nav-container {
  display: flex; align-items: center; gap: 20px;
}

/* Logo — resim */
.logo { display: flex; align-items: center; flex-shrink: 0; }
.logo img {
  height: 46px;
  width: auto;
  max-width: 200px;
  display: block;
  mix-blend-mode: multiply; /* siyah arka planı beyaz zeminde şeffaf yapar */
}

/* Desktop nav */
.nav-menu {
  display: flex; align-items: center; gap: 2px;
  flex: 1; justify-content: center;
}
.nav-menu a {
  font-size: .75rem; font-weight: 600; color: var(--text-muted);
  letter-spacing: .05em; text-transform: uppercase;
  padding: 7px 10px; border-radius: 6px;
  transition: color .2s, background .2s;
  white-space: nowrap;
}
.nav-menu a:hover { color: var(--blue); background: var(--blue-light); }

/* Nav right */
.nav-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-phone {
  display: flex; align-items: center; gap: 6px;
  font-size: .8rem; font-weight: 700; color: var(--text);
  padding: 7px 12px; border-radius: 7px;
  border: 1.5px solid var(--border);
  white-space: nowrap;
  transition: border-color .2s, color .2s;
}
.nav-phone svg { color: var(--orange); flex-shrink: 0; }
.nav-phone:hover { border-color: var(--orange); color: var(--orange); }

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  padding: 6px; border-radius: 6px; cursor: pointer;
}
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all .3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  display: none; flex-direction: column;
  background: #fff; border-top: 1px solid var(--border);
  box-shadow: var(--shadow-lg); padding: 8px 0 16px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  padding: 12px 24px; font-size: .9rem; font-weight: 600;
  color: var(--text); transition: background .2s, color .2s;
}
.mobile-menu a:hover { background: var(--blue-light); color: var(--blue); }
.mobile-phone {
  margin: 8px 16px 0 !important;
  background: var(--grad-orange) !important;
  color: #fff !important;
  border-radius: 8px;
  text-align: center;
  padding: 12px 24px !important;
}

/* ══════════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════════ */
#hero {
  background: linear-gradient(135deg, #0D1B3E 0%, #123D88 55%, #1A52AA 100%);
  min-height: 100vh; display: flex; align-items: center;
  position: relative; overflow: hidden; padding: 120px 0 80px;
}
#hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(37,99,235,.1) 0%, transparent 60%);
  pointer-events: none;
}

/* Split layout */
.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-left { display: flex; flex-direction: column; }

/* Right image */
.hero-right {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.07);
  position: relative;
}
.hero-right img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  filter: brightness(.92) saturate(1.1);
}

.hero-eyebrow {
  display: flex; align-items: center; gap: 10px;
  font-size: .75rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(255,255,255,.75); margin-bottom: 20px;
}
.eyebrow-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--orange-mid); flex-shrink: 0;
  animation: pulse 2s infinite;
}
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(240,112,32,.5); } 50% { box-shadow: 0 0 0 8px rgba(240,112,32,0); } }
#hero h1 {
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  font-weight: 900; line-height: 1.08; color: #fff;
  margin-bottom: 20px; animation: fadeUp .7s .1s ease both;
}
#hero h1 em {
  font-style: normal;
  background: var(--grad-orange);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-desc { font-size: 1.05rem; color: rgba(255,255,255,.8); margin-bottom: 36px; line-height: 1.75; animation: fadeUp .7s .2s ease both; }
.d-none-sm { display: inline; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; animation: fadeUp .7s .3s ease both; }
.hero-stats { display: flex; gap: 24px; margin-top: 48px; flex-wrap: wrap; animation: fadeUp .7s .4s ease both; }
.stat { display: flex; flex-direction: column; }
.stat strong { font-size: 1.9rem; font-weight: 900; color: #fff; line-height: 1; }
.stat span { font-size: .72rem; color: rgba(255,255,255,.6); margin-top: 4px; }
.stat-sep { width: 1px; height: 44px; background: rgba(255,255,255,.2); align-self: center; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* ══════════════════════════════════════════════════════════
   MARQUEE
══════════════════════════════════════════════════════════ */
.marquee-bar { overflow: hidden; background: var(--grad-orange); padding: 12px 0; }
.marquee-track { display: flex; gap: 0; width: max-content; animation: marquee 35s linear infinite; }
.marquee-track span {
  white-space: nowrap; font-size: .72rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.9);
  padding: 0 28px; border-right: 1px solid rgba(255,255,255,.25);
}
.marquee-track span::before { content: '◆ '; color: rgba(255,255,255,.55); font-size: .5rem; vertical-align: middle; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ══════════════════════════════════════════════════════════
   SERVICES
══════════════════════════════════════════════════════════ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
/* 7. kart ortada tek kalmaz, tam genişlik alır */
.services-grid .service-card:last-child:nth-child(3n+1) {
  grid-column: 1 / -1;
  max-width: 360px;
  margin: 0 auto;
}
.service-card {
  background: var(--bg-card); border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 36px 28px;
  position: relative; overflow: hidden;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.service-card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--grad-orange);
  transform: scaleX(0); transform-origin: left; transition: transform .35s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(229,66,12,.2); }
.service-card:hover::after { transform: scaleX(1); }
.service-icon { font-size: 2rem; margin-bottom: 18px; }
.service-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 10px; }
.service-card p { font-size: .88rem; color: var(--text-muted); line-height: 1.7; }
.card-link {
  display: inline-flex; align-items: center; gap: 5px;
  margin-top: 18px; font-size: .82rem; font-weight: 700; color: var(--orange);
  transition: gap .2s;
}
.service-card:hover .card-link { gap: 9px; }

/* ══════════════════════════════════════════════════════════
   WHY
══════════════════════════════════════════════════════════ */
.why-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.why-img-col { position: relative; }
.why-img-frame { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lg); }
.why-img-frame img { width: 100%; height: 460px; object-fit: cover; display: block; }
.why-badge {
  position: absolute; bottom: -18px; right: -18px;
  background: var(--grad-orange); color: #fff;
  border-radius: 12px; padding: 18px 22px; text-align: center;
  box-shadow: var(--shadow-orange);
}
.why-badge strong { display: block; font-size: 2rem; font-weight: 900; line-height: 1; }
.why-badge span { font-size: .7rem; font-weight: 600; opacity: .9; text-transform: uppercase; letter-spacing: .08em; margin-top: 4px; display: block; }
.why-text-col { padding-left: 8px; }
.why-text-col h2 { font-size: clamp(1.7rem, 2.8vw, 2.2rem); font-weight: 800; line-height: 1.2; margin-bottom: 14px; }
.why-intro { color: var(--text-muted); line-height: 1.8; margin-bottom: 32px; }
.why-list { display: flex; flex-direction: column; gap: 22px; }
.why-list li { display: flex; gap: 14px; }
.why-icon {
  width: 42px; height: 42px; flex-shrink: 0; border-radius: 10px;
  background: var(--orange-light); border: 1px solid rgba(229,66,12,.15);
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.why-list h4 { font-size: .9rem; font-weight: 700; margin-bottom: 4px; }
.why-list p { font-size: .84rem; color: var(--text-muted); line-height: 1.65; }

/* ══════════════════════════════════════════════════════════
   PROCESS
══════════════════════════════════════════════════════════ */
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; }
.process-grid::before {
  content: ''; position: absolute; top: 27px; left: 12.5%; right: 12.5%;
  height: 2px; background: linear-gradient(90deg, var(--orange), var(--orange-mid), var(--blue));
  opacity: .15; z-index: 0;
}
.process-step { padding: 0 20px; text-align: center; position: relative; z-index: 1; }
.step-num {
  width: 54px; height: 54px; border-radius: 50%;
  background: #fff; border: 2px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; font-weight: 900; color: var(--orange);
  margin: 0 auto 20px; box-shadow: var(--shadow-sm);
  transition: all .3s;
}
.process-step:hover .step-num {
  background: var(--grad-orange); color: #fff;
  border-color: transparent; box-shadow: var(--shadow-orange);
}
.process-step h3 { font-size: .9rem; font-weight: 700; margin-bottom: 10px; }
.process-step p { font-size: .82rem; color: var(--text-muted); line-height: 1.65; }

/* ══════════════════════════════════════════════════════════
   SECTORS
══════════════════════════════════════════════════════════ */
.sectors-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.sector-card {
  background: #fff; border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 28px 20px; text-align: center;
  transition: all .3s; box-shadow: var(--shadow-sm);
}
.sector-card:hover { border-color: var(--orange); box-shadow: 0 4px 20px rgba(229,66,12,.12); transform: translateY(-4px); }
.sector-card span { font-size: 2rem; display: block; margin-bottom: 12px; }
.sector-card h4 { font-size: .88rem; font-weight: 700; margin-bottom: 6px; }
.sector-card p { font-size: .78rem; color: var(--text-muted); line-height: 1.5; }

/* ══════════════════════════════════════════════════════════
   TESTIMONIALS
══════════════════════════════════════════════════════════ */
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.testi-card {
  background: #fff; border: 1.5px solid var(--border);
  border-radius: 16px; padding: 32px; box-shadow: var(--shadow-sm);
  transition: border-color .3s, box-shadow .3s;
}
.testi-card:hover { border-color: rgba(229,66,12,.25); box-shadow: var(--shadow-md); }
.stars { color: #F5A623; font-size: .95rem; margin-bottom: 14px; letter-spacing: 2px; }
.testi-card p { font-size: .9rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 22px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--orange-light); border: 2px solid rgba(229,66,12,.2);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: .85rem; color: var(--orange); flex-shrink: 0;
}
.testi-author strong { display: block; font-size: .88rem; font-weight: 700; }
.testi-author span { display: block; font-size: .77rem; color: var(--text-muted); margin-top: 2px; }

/* ══════════════════════════════════════════════════════════
   FAQ
══════════════════════════════════════════════════════════ */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item { border: 1.5px solid var(--border); border-radius: var(--radius); overflow: hidden; background: #fff; }
.faq-item.open { border-color: rgba(229,66,12,.3); box-shadow: 0 2px 12px rgba(229,66,12,.08); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 18px 22px; text-align: left;
  font-size: .93rem; font-weight: 700; color: var(--text);
  background: none; cursor: pointer; transition: background .2s;
}
.faq-q:hover { background: var(--bg-light); }
.faq-q svg { flex-shrink: 0; color: var(--text-muted); transition: transform .3s; }
.faq-item.open .faq-q svg { transform: rotate(180deg); color: var(--orange); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-a p { padding: 0 22px 18px; font-size: .88rem; color: var(--text-muted); line-height: 1.75; }
.faq-item.open .faq-a { max-height: 200px; }

/* ══════════════════════════════════════════════════════════
   CTA BAND
══════════════════════════════════════════════════════════ */
.cta-band { background: var(--grad-blue); padding: 0; }
.cta-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  padding: 64px 0;
}
.cta-text h2 { font-size: clamp(1.5rem, 2.8vw, 2rem); font-weight: 800; color: #fff; margin-bottom: 10px; }
.cta-text h2 span { color: #FFD166; }
.cta-text p { color: rgba(255,255,255,.8); max-width: 480px; font-size: .95rem; }
.cta-actions { display: flex; align-items: center; gap: 14px; flex-shrink: 0; flex-wrap: wrap; }

/* ══════════════════════════════════════════════════════════
   CONTACT
══════════════════════════════════════════════════════════ */
.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-form-box {
  background: #fff; border: 1.5px solid var(--border);
  border-radius: 16px; padding: 40px; box-shadow: var(--shadow-sm);
}
.contact-form-box h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 28px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label { font-size: .78rem; font-weight: 700; color: var(--text-muted); letter-spacing: .06em; text-transform: uppercase; }
.form-group input, .form-group select, .form-group textarea {
  padding: 11px 14px; border: 1.5px solid var(--border); border-radius: 8px;
  font-size: .9rem; color: var(--text); background: var(--bg-light);
  outline: none; transition: border-color .2s, box-shadow .2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--orange); box-shadow: 0 0 0 3px rgba(229,66,12,.1); background: #fff;
}
.form-group textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.contact-info { display: flex; flex-direction: column; gap: 16px; }
.info-cards { display: flex; flex-direction: column; gap: 10px; }
.info-card {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 18px; background: #fff;
  border: 1.5px solid var(--border); border-radius: var(--radius);
  transition: border-color .2s, box-shadow .2s; box-shadow: var(--shadow-sm);
}
a.info-card:hover { border-color: var(--orange); box-shadow: var(--shadow-orange); }
.info-card span { font-size: 1.4rem; flex-shrink: 0; }
.info-card small { display: block; font-size: .72rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 2px; }
.info-card strong { font-size: .9rem; font-weight: 700; }

.whatsapp-btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px; background: #25D366; color: #fff;
  border-radius: var(--radius); font-weight: 700; font-size: .93rem;
  transition: opacity .2s, transform .2s;
}
.whatsapp-btn:hover { opacity: .92; transform: translateY(-2px); }
.mini-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mini-stat {
  background: var(--orange-light); border: 1.5px solid rgba(229,66,12,.15);
  border-radius: var(--radius); padding: 20px; text-align: center;
}
.mini-stat strong { display: block; font-size: 1.5rem; font-weight: 900; color: var(--orange); line-height: 1; }
.mini-stat span { display: block; font-size: .75rem; color: var(--text-muted); margin-top: 6px; }

/* ══════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════ */
footer { background: #0D1117; padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand .logo { margin-bottom: 14px; }
.footer-brand .logo img { height: 44px; mix-blend-mode: screen; opacity: .9; }
.footer-brand p { font-size: .85rem; color: rgba(255,255,255,.45); line-height: 1.75; margin-bottom: 20px; max-width: 260px; }
.social-row { display: flex; gap: 8px; }
.social-btn {
  width: 36px; height: 36px; border-radius: 8px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem; font-weight: 700; color: rgba(255,255,255,.55);
  transition: all .2s;
}
.social-btn:hover { background: var(--orange); border-color: var(--orange); color: #fff; }
.footer-col h5 { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: .85rem; color: rgba(255,255,255,.5); transition: color .2s; }
.footer-col a:hover { color: rgba(255,255,255,.9); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 28px; font-size: .78rem; color: rgba(255,255,255,.3); flex-wrap: wrap; gap: 8px; }

/* ══════════════════════════════════════════════════════════
   FLOATING BUTTONS
══════════════════════════════════════════════════════════ */
.float-btns {
  position: fixed; right: 20px; bottom: 24px; z-index: 900;
  display: flex; flex-direction: column; align-items: flex-end; gap: 10px;
}
.float-label {
  display: flex; align-items: center; gap: 7px;
  background: #fff; color: var(--text);
  font-size: .78rem; font-weight: 700;
  padding: 7px 14px; border-radius: 40px;
  box-shadow: 0 2px 16px rgba(0,0,0,.14);
  border: 1.5px solid var(--border);
  opacity: 0; transform: translateX(10px);
  transition: opacity .3s, transform .3s;
  pointer-events: none; white-space: nowrap;
}
.float-label svg { color: var(--orange); flex-shrink: 0; }
.float-btns:hover .float-label { opacity: 1; transform: translateX(0); }
.float-btn {
  width: 52px; height: 52px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,.18);
  transition: transform .2s, box-shadow .2s; position: relative;
}
.float-btn:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(0,0,0,.22); }
.float-wa { background: #25D366; color: #fff; }
.float-phone { background: var(--grad-orange); color: #fff; }
.float-phone::before {
  content: ''; position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid var(--orange); opacity: 0;
  animation: ring 2.5s ease-out infinite;
}
@keyframes ring { 0% { transform: scale(1); opacity: .6; } 100% { transform: scale(1.5); opacity: 0; } }

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .sectors-grid { grid-template-columns: repeat(4,1fr); }
  .testi-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .why-wrap { gap: 48px; }
  .process-grid { grid-template-columns: repeat(2,1fr); gap: 36px; }
  .process-grid::before { display: none; }
  .nav-menu a { font-size: .71rem; padding: 6px 8px; }
  .nav-phone { display: none; }
}
@media (max-width: 860px) {
  .nav-menu { display: none; }
  .hamburger { display: flex; }
  .why-wrap { grid-template-columns: 1fr; }
  .why-text-col { padding-left: 0; }
  .why-badge { bottom: -12px; right: 16px; }
  .contact-wrap { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-text p { max-width: 100%; }
  .testi-grid { grid-template-columns: 1fr; }
  .sectors-grid { grid-template-columns: repeat(2,1fr); }
  .hero-stats { gap: 18px; }
  .stat-sep { display: none; }
  .hero-split { grid-template-columns: 1fr; gap: 40px; }
  .hero-right img { height: 320px; }
}
@media (max-width: 600px) {
  .section { padding: 72px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .sectors-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn-primary, .hero-actions .btn-outline-white { width: 100%; justify-content: center; }
  .d-none-sm { display: none; }
  .float-btn { width: 46px; height: 46px; }
  .hero-right { display: none; }
}


/* ═══════════════════════════════════════════════════════════
   LANDING PAGE — ostim-web-tasarim.html
   (Bu blok sadece landing sayfası içindir)
═══════════════════════════════════════════════════════════ */

/* ─ Top Bar ─────────────────────────────────────────────── */
#topbar{background:var(--grad-blue);padding:10px 0;text-align:center}
#topbar p{font-size:.8rem;font-weight:600;color:rgba(255,255,255,.9);letter-spacing:.04em}
#topbar strong{color:#FFD166}
#topbar a{color:#fff;font-weight:800;text-decoration:underline;text-underline-offset:3px}

/* ─ LP Header ───────────────────────────────────────────── */
#lp-header{background:#fff;border-bottom:1px solid var(--border);padding:14px 0;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-md)}
.lp-header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.lp-logo img{height:46px;mix-blend-mode:multiply}
.lp-phone{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:800;color:var(--orange)}
.lp-phone svg{flex-shrink:0}
.lp-header-cta{display:flex;align-items:center;gap:12px}

/* ─ LP Buttons ──────────────────────────────────────────── */
.btn-cta{display:inline-flex;align-items:center;gap:9px;background:var(--grad-orange);color:#fff;padding:16px 32px;border-radius:8px;font-weight:800;font-size:1rem;border:none;cursor:pointer;box-shadow:var(--shadow-orange);transition:filter .2s,transform .2s;letter-spacing:.01em}
.btn-cta:hover{filter:brightness(1.08);transform:translateY(-2px)}
.btn-cta-lg{padding:18px 40px;font-size:1.1rem}
.btn-wa{display:flex;align-items:center;justify-content:center;gap:10px;background:#25D366;color:#fff;padding:15px 28px;border-radius:8px;font-weight:700;font-size:.95rem;transition:opacity .2s,transform .2s}
.btn-wa:hover{opacity:.92;transform:translateY(-2px)}

/* ─ Hero — AÇIK GRİ ZEMIN, KOYU YAZI ───────────────────── */
#hero{
  background: linear-gradient(160deg, #F2F5FA 0%, #E8EEF7 50%, #DDE5F3 100%);
  padding: 60px 0 56px;
  position: relative;
  overflow: hidden;
}
#hero::before{content:'';position:absolute;top:-80px;right:-80px;width:500px;height:500px;border-radius:50%;background:rgba(26,82,170,.04);pointer-events:none}
#hero::after{content:'';position:absolute;bottom:-100px;left:-60px;width:400px;height:400px;border-radius:50%;background:rgba(26,82,170,.03);pointer-events:none}

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

.hero-eyebrow{display:flex;align-items:center;gap:10px;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4A6080;margin-bottom:16px}
.hero-eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--orange);animation:lp-pulse 2s infinite;flex-shrink:0}
@keyframes lp-pulse{0%,100%{box-shadow:0 0 0 0 rgba(229,66,12,.45)}50%{box-shadow:0 0 0 8px rgba(229,66,12,0)}}

/* H1: koyu renk — beyaz değil */
#hero .hero-left h1{
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: #0D1117;
  line-height: 1.1;
  margin-bottom: 16px;
}
/* em kısmı: turuncu gradient */
#hero .hero-left h1 em{
  font-style: normal;
  background: var(--grad-orange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: var(--orange);
}
.hero-left p{font-size:1.05rem;color:#374151;line-height:1.75;margin-bottom:28px;max-width:480px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:36px}

.hero-trust{display:flex;gap:20px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:7px;font-size:.78rem;font-weight:600;color:#374151}
.trust-item svg{color:#16A34A;flex-shrink:0}

/* ─ Hero Form ───────────────────────────────────────────── */
.hero-form-box{background:#fff;border-radius:16px;padding:32px 28px;box-shadow:0 12px 48px rgba(0,0,0,.14)}
.hero-form-box h3{font-size:1.1rem;font-weight:800;margin-bottom:6px;color:var(--text)}
.hero-form-box .sub{font-size:.8rem;color:var(--muted);margin-bottom:22px}
.hero-form-box .sub strong{color:var(--orange)}
.form-submit{width:100%;padding:15px;background:var(--grad-orange);color:#fff;border:none;border-radius:8px;font-weight:800;font-size:1rem;cursor:pointer;box-shadow:var(--shadow-orange);transition:filter .2s,transform .2s;margin-top:4px}
.form-submit:hover{filter:brightness(1.08);transform:translateY(-1px)}
.form-note{font-size:.72rem;color:#4B5563;text-align:center;margin-top:10px}

/* ─ Stats Bar ───────────────────────────────────────────── */
#stats{background:#fff;border-bottom:1px solid var(--border);padding:28px 0}
.stats-row{display:flex;justify-content:center;align-items:center;gap:0;flex-wrap:wrap}
.stat-item{text-align:center;padding:0 40px;border-right:1px solid var(--border);flex-shrink:0}
.stat-item:last-child{border-right:none}
.stat-item strong{display:block;font-size:1.9rem;font-weight:900;color:var(--orange);line-height:1}
.stat-item span{display:block;font-size:.75rem;color:var(--muted);margin-top:4px;font-weight:500}

/* ─ Why Cards ───────────────────────────────────────────── */
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.why-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);padding:28px 24px;position:relative;overflow:hidden;transition:transform .3s,box-shadow .3s,border-color .3s}
.why-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--grad-orange);transform:scaleX(0);transform-origin:left;transition:transform .35s}
.why-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:rgba(229,66,12,.2)}
.why-card:hover::before{transform:scaleX(1)}
.why-icon{font-size:1.8rem;margin-bottom:14px}
.why-card h3{font-size:.95rem;font-weight:700;margin-bottom:8px}
.why-card p{font-size:.85rem;color:var(--muted);line-height:1.65}

/* ─ Pricing ─────────────────────────────────────────────── */
#fiyatlar{background:var(--bg-light)}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.price-card{background:#fff;border:2px solid var(--border);border-radius:16px;padding:32px 24px;position:relative;transition:transform .3s,box-shadow .3s}
.price-card.popular{border-color:var(--orange);box-shadow:var(--shadow-orange)}
.popular-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--grad-orange);color:#fff;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:5px 16px;border-radius:40px;white-space:nowrap}
.price-card h3{font-size:1.05rem;font-weight:800;margin-bottom:6px}
.price-card .price{font-size:2.2rem;font-weight:900;color:var(--orange);line-height:1;margin:14px 0 4px}
.price-card .price span{font-size:.9rem;font-weight:500;color:var(--muted)}
.price-card .price-sub{font-size:.78rem;color:var(--muted);margin-bottom:20px}
.price-features{display:flex;flex-direction:column;gap:9px;margin-bottom:24px}
.price-features li{display:flex;align-items:flex-start;gap:8px;font-size:.84rem;color:var(--text)}
.price-features li::before{content:'✓';color:#22c55e;font-weight:800;flex-shrink:0;margin-top:1px}
.price-features li.no{color:var(--muted)}
.price-features li.no::before{content:'–';color:var(--border)}
.price-cta{width:100%;padding:13px;border-radius:8px;font-weight:700;font-size:.9rem;cursor:pointer;border:2px solid var(--orange);background:transparent;color:var(--orange);transition:all .2s}
.price-card.popular .price-cta{background:var(--grad-orange);color:#fff;border-color:transparent;box-shadow:var(--shadow-orange)}
.price-cta:hover{background:var(--grad-orange);color:#fff;border-color:transparent}
.price-note{text-align:center;font-size:.78rem;color:#374151;margin-top:20px}
.price-note strong{color:#C03A08;font-weight:700}

/* ─ LP Testimonials ─────────────────────────────────────── */
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.testi-card{background:#fff;border:1.5px solid var(--border);border-radius:16px;padding:28px;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:border-color .3s}
.testi-card:hover{border-color:rgba(229,66,12,.25)}
.stars{color:#F5A623;font-size:.9rem;letter-spacing:2px;margin-bottom:12px}
.testi-card p{font-size:.88rem;color:var(--muted);line-height:1.75;font-style:italic;margin-bottom:20px}
.testi-author{display:flex;align-items:center;gap:10px}
.tav{width:40px;height:40px;border-radius:50%;background:var(--orange-light);border:2px solid rgba(229,66,12,.2);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.8rem;color:var(--orange);flex-shrink:0}
.testi-author strong{display:block;font-size:.85rem;font-weight:700}
.testi-author span{display:block;font-size:.75rem;color:var(--muted)}

/* ─ CTA Band ─────────────────────────────────────────────── */
#cta-band{background:var(--grad-orange);padding:56px 0}
.cta-band-inner{text-align:center}
.cta-band-inner h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:900;color:#fff;margin-bottom:10px}
.cta-band-inner p{color:rgba(255,255,255,.85);font-size:1rem;margin-bottom:30px}
.cta-band-btns{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}
.btn-cta-white{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--orange);padding:16px 32px;border-radius:8px;font-weight:800;font-size:1rem;box-shadow:var(--shadow-md);transition:all .2s}
.btn-cta-white:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}
.btn-outline-w{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.15);color:#fff;padding:16px 32px;border-radius:8px;font-weight:700;font-size:1rem;border:2px solid rgba(255,255,255,.5);transition:all .2s}
.btn-outline-w:hover{background:rgba(255,255,255,.25);border-color:#fff}

/* ─ LP Footer ───────────────────────────────────────────── */
#lp-footer{background:#0D1117;padding:28px 0}
.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}
.footer-inner p{font-size:.8rem;color:rgba(255,255,255,.65)}
.footer-logo img{height:36px;filter:brightness(0) invert(1);opacity:.6}

/* ─ LP Floating Buttons ─────────────────────────────────── */
.float-tooltip{background:#fff;color:var(--text);font-size:.75rem;font-weight:700;padding:6px 12px;border-radius:40px;box-shadow:var(--shadow-md);border:1.5px solid var(--border);white-space:nowrap;opacity:0;transform:translateX(8px);transition:all .25s;pointer-events:none}
.float-btns:hover .float-tooltip{opacity:1;transform:translateX(0)}
.f-wa{background:#25D366;color:#fff}
.f-ph{background:var(--grad-orange);color:#fff;position:relative}
.f-ph::before{content:'';position:absolute;inset:-4px;border-radius:50%;border:2px solid var(--orange);opacity:0;animation:lp-ring 2.5s ease-out infinite}
@keyframes lp-ring{0%{transform:scale(1);opacity:.6}100%{transform:scale(1.5);opacity:0}}

/* ─ Responsive ──────────────────────────────────────────── */
@media(max-width:960px){
  .hero-wrap{grid-template-columns:1fr;gap:36px}
  .hero-form-box{max-width:520px}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .pricing-grid{grid-template-columns:1fr}
  .testi-grid{grid-template-columns:1fr}
  .stats-row .stat-item{padding:12px 24px;border-right:none;border-bottom:1px solid var(--border)}
  .stats-row .stat-item:last-child{border-bottom:none}
}
@media(max-width:600px){
  .lp-phone span{display:none}
  .why-grid{grid-template-columns:1fr}
  .hero-actions{flex-direction:column}
  .hero-actions .btn-cta{width:100%;justify-content:center}
  .cta-band-btns{flex-direction:column;align-items:center}
}

























/* ═══════════════════════════════════════════════════════════
   INDEX.HTML — HERO SPLIT (Sol metin / Sağ resim)
   style.css'in EN ALTINA yapıştır.
   #hero.index-hero öneki ile LP stillerini ezmez, LP'yi bozmaz.
═══════════════════════════════════════════════════════════ */

#hero.index-hero {
  background: linear-gradient(135deg, #0D1B3E 0%, #123D88 55%, #1A52AA 100%) !important;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0 80px !important;
  position: relative;
  overflow: hidden;
}

#hero.index-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(37,99,235,.1) 0%, transparent 60%);
  pointer-events: none;
}

/* LP'nin ::after'ını sıfırla */
#hero.index-hero::after { display: none; }

/* ── Split grid ─────────────────────────────────────────── */
#hero.index-hero .hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
}

#hero.index-hero .hero-left {
  display: flex;
  flex-direction: column;
}

/* ── Sağ resim ──────────────────────────────────────────── */
#hero.index-hero .hero-right {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.07);
  position: relative;
}

#hero.index-hero .hero-right img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  filter: brightness(.92) saturate(1.1);
}

/* ── Eyebrow ────────────────────────────────────────────── */
#hero.index-hero .hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  margin-bottom: 20px;
}

#hero.index-hero .eyebrow-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--orange-mid); flex-shrink: 0;
  animation: pulse 2s infinite;
}

/* ── H1 ─────────────────────────────────────────────────── */
#hero.index-hero .hero-left h1 {
  font-size: clamp(2rem, 3.8vw, 3.4rem) !important;
  font-weight: 900;
  line-height: 1.08;
  color: #fff !important;
  margin-bottom: 20px;
  animation: fadeUp .7s .1s ease both;
}

#hero.index-hero .hero-left h1 em {
  font-style: normal;
  background: var(--grad-orange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: var(--orange);
}

/* ── Paragraf ───────────────────────────────────────────── */
#hero.index-hero .hero-desc {
  font-size: 1.05rem !important;
  color: rgba(255,255,255,.8) !important;
  margin-bottom: 36px;
  line-height: 1.75;
  max-width: 100%;
  animation: fadeUp .7s .2s ease both;
}

/* ── Butonlar ───────────────────────────────────────────── */
#hero.index-hero .hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: fadeUp .7s .3s ease both;
}

/* ── İstatistikler ──────────────────────────────────────── */
#hero.index-hero .hero-stats {
  display: flex;
  gap: 16px;
  margin-top: 48px;
  flex-wrap: nowrap;
  align-items: center;
  animation: fadeUp .7s .4s ease both;
}

#hero.index-hero .stat {
  display: flex;
  flex-direction: column;
}

#hero.index-hero .stat strong {
  font-size: 1.6rem !important;
  font-weight: 900;
  color: #fff !important;
  line-height: 1;
}

#hero.index-hero .stat span {
  font-size: .68rem;
  color: rgba(255,255,255,.6) !important;
  margin-top: 4px;
  white-space: nowrap;
}

#hero.index-hero .stat-sep {
  width: 1px;
  height: 44px;
  background: rgba(255,255,255,.2);
  align-self: center;
}

/* ── Responsive: Tablet (860px) ─────────────────────────── */
@media (max-width: 860px) {
  #hero.index-hero .hero-split {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #hero.index-hero .hero-right img {
    height: 320px;
  }
  #hero.index-hero .hero-stats {
    gap: 18px;
  }
  #hero.index-hero .stat-sep {
    display: none;
  }
}

/* ── Responsive: Mobil (600px) ──────────────────────────── */
@media (max-width: 600px) {
  #hero.index-hero {
    padding: 100px 0 60px !important;
  }
  #hero.index-hero .hero-right {
    display: none;
  }
  #hero.index-hero .hero-actions {
    flex-direction: column;
  }
  #hero.index-hero .hero-actions a {
    width: 100%;
    justify-content: center;
  }
}










