/* =========================================================
   PHARMASEA — Gemide Eczacılık Kongresi
   Tasarım sistemi: ferah deniz mavisi + turkuaz
   ========================================================= */

:root {
  /* Brand */
  --navy:        #062B45;
  --navy-2:      #0A3A5C;
  --blue:        #1577BE;
  --blue-bright: #2A9BD8;
  --turq:        #19B6C4;
  --turq-light:  #6FD6DE;
  --coral:       #EF5B4C;   /* PHARMA kırmızısından — CTA vurgusu */
  --coral-dark:  #D8463A;
  --gold:        #E9B949;

  /* Neutrals — buz tonları */
  --ink:    #0E2A3D;
  --ink-2:  #2E4A5C;
  --muted:  #5E798A;
  --line:   #E1EEF3;
  --bg:     #F2F9FB;
  --bg-2:   #E8F4F8;
  --white:  #ffffff;

  /* System */
  --radius:   18px;
  --radius-sm:12px;
  --radius-lg:28px;
  --shadow-sm: 0 2px 10px rgba(6,43,69,.06);
  --shadow:    0 14px 40px -16px rgba(6,43,69,.22);
  --shadow-lg: 0 30px 70px -24px rgba(6,43,69,.34);
  --maxw: 1200px;

  --font-head: "Sora", system-ui, sans-serif;
  --font-body: "Plus Jakarta Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}
p { margin: 0; text-wrap: pretty; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }

/* ---------- Utility ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head);
  font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--blue);
}
.eyebrow::before { content:""; width:26px; height:2px; background: var(--turq); border-radius:2px; }
.eyebrow.light { color: var(--turq-light); }
.eyebrow.center { justify-content: center; }

.section { padding: 96px 0; }
.section-head { max-width: 680px; margin-bottom: 52px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(28px, 4vw, 44px); margin: 14px 0 16px; }
.section-head p { color: var(--muted); font-size: 18px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-weight: 600; font-size: 16px;
  padding: 15px 28px; border-radius: 999px; cursor: pointer; border: 0;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--coral); color: #fff; box-shadow: 0 12px 28px -10px rgba(239,91,76,.7); }
.btn-primary:hover { background: var(--coral-dark); transform: translateY(-2px); }
.btn-ghost { background: rgba(255,255,255,.12); color: #fff; backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.4); }
.btn-ghost:hover { background: rgba(255,255,255,.22); transform: translateY(-2px); }
.btn-blue { background: var(--blue); color:#fff; box-shadow: 0 12px 28px -12px rgba(21,119,190,.7); }
.btn-blue:hover { background: var(--navy-2); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--blue); border: 1.5px solid var(--line); }
.btn-outline:hover { border-color: var(--blue); transform: translateY(-2px); }

/* =========================================================
   HEADER
   ========================================================= */
.topbar {
  background: var(--navy);
  color: #cfe4ef;
  font-size: 13.5px;
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; min-height: 42px; gap: 18px; }
.topbar .tb-left { display:flex; align-items:center; gap: 8px; font-weight: 500; letter-spacing:.01em; }
.topbar .tb-left b { color:#fff; }
.topbar .tb-social { display:flex; align-items:center; gap: 6px; }
.topbar .tb-social a {
  width: 30px; height: 30px; display:grid; place-items:center; border-radius: 50%;
  background: rgba(255,255,255,.08); transition: background .2s, transform .2s;
}
.topbar .tb-social a:hover { background: var(--turq); transform: translateY(-1px); }
.topbar .tb-social svg { width: 15px; height: 15px; fill: #fff; }

.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.86);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.nav { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 18px; }
.nav-logo { flex: 0 0 auto; line-height: 0; }
.nav-logo img { height: 71px; width: auto; max-width: none; object-fit: contain; }
.nav-menu { display: flex; align-items: center; flex-wrap: nowrap; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav-menu a {
  font-family: var(--font-head); font-weight: 600; font-size: 13px; color: var(--ink-2);
  padding: 8px 8px; border-radius: 10px; transition: color .2s, background .2s;
  position: relative; white-space: nowrap;
}
.nav-menu a:hover { color: var(--blue); background: var(--bg-2); }
.nav-menu a.active { color: var(--blue); }
.nav-menu a.active::after {
  content:""; position:absolute; left:10px; right:10px; bottom:2px; height:2px;
  background: var(--turq); border-radius: 2px;
}
.nav-cta { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-cta .btn { display: flex; justify-content: center; }
.cta-short { display: none; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; flex-shrink: 0; }
.nav-toggle span { display:block; width: 26px; height: 2.5px; background: var(--ink); border-radius: 3px; margin: 5px 0; transition: .3s; }

/* =========================================================
   HERO SLIDER
   ========================================================= */
.hero { position: relative; overflow: hidden; background: var(--navy); }
.hero-track { position: relative; height: min(82vh, 720px); min-height: 540px; }
.hero-slide {
  position: absolute; inset: 0;
  opacity: 0; transition: opacity .9s ease;
  display: flex; align-items: center;
}
.hero-slide.active { opacity: 1; z-index: 2; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
/* görsel placeholder — admin'den gerçek foto */
.hero-bg .ph {
  position:absolute; inset:0;
  background:
    linear-gradient(115deg, rgba(6,43,69,.92) 0%, rgba(10,58,92,.78) 42%, rgba(21,119,190,.45) 100%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.05) 0 2px, transparent 2px 22px);
}
.hero-slide[data-tone="b"] .ph { background:
    linear-gradient(115deg, rgba(6,43,69,.92) 0%, rgba(13,80,110,.8) 45%, rgba(25,182,196,.42) 100%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.05) 0 2px, transparent 2px 22px); }
.hero-slide[data-tone="c"] .ph { background:
    linear-gradient(115deg, rgba(6,43,69,.94) 0%, rgba(10,58,92,.8) 40%, rgba(111,214,222,.4) 100%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.05) 0 2px, transparent 2px 22px); }
.hero-bg .ph-label {
  position:absolute; right: 20px; bottom: 16px; z-index: 1;
  font-family: ui-monospace, monospace; font-size: 11.5px; letter-spacing:.04em;
  color: rgba(255,255,255,.55); background: rgba(0,0,0,.22);
  padding: 5px 10px; border-radius: 8px;
}
.hero-content { position: relative; z-index: 3; width: 100%; }
.hero-inner { max-width: 660px; color: #fff; }
.hero-badge {
  display:inline-flex; align-items:center; gap:10px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
  padding: 8px 16px; border-radius: 999px; font-size: 14px; font-weight: 600;
  backdrop-filter: blur(6px); margin-bottom: 22px;
}
.hero-badge .dot { width:8px;height:8px;border-radius:50%; background: var(--turq); box-shadow:0 0 0 4px rgba(25,182,196,.3); }
.hero-inner h1 { color:#fff; font-size: clamp(34px, 5.4vw, 62px); margin-bottom: 18px; }
.hero-inner h1 em { font-style: normal; color: var(--turq-light); }
.hero-inner p { font-size: clamp(17px, 2vw, 20px); color: rgba(233,244,250,.9); max-width: 540px; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* slider controls */
.hero-arrows { position:absolute; z-index: 6; bottom: 38px; right: 5%; display:flex; gap:10px; }
.hero-arrows button {
  width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.1); color:#fff; cursor: pointer; display:grid; place-items:center;
  backdrop-filter: blur(6px); transition: background .2s, transform .2s;
}
.hero-arrows button:hover { background: var(--coral); border-color: var(--coral); transform: translateY(-2px); }
.hero-arrows svg { width: 20px; height: 20px; }
.hero-dots { position:absolute; z-index:6; bottom: 50px; left: 5%; display:flex; gap: 10px; }
.hero-dots button { width: 12px; height: 12px; border-radius: 50%; border:0; cursor:pointer; background: rgba(255,255,255,.4); transition: .3s; padding:0; }
.hero-dots button.active { background: var(--turq); width: 34px; border-radius: 7px; }

/* wave divider */
.wave-divider { display:block; width:100%; height: auto; margin-top: -1px; }

/* mini countdown (diskret) */
.countbar { background: var(--white); border-bottom:1px solid var(--line); }
.countbar .container { display:flex; align-items:center; justify-content:center; gap: 22px; flex-wrap: wrap; padding: 16px 24px; }
.countbar .cb-label { font-family: var(--font-head); font-weight:600; color: var(--ink-2); font-size: 14px; letter-spacing:.02em; display:flex; align-items:center; gap:8px;}
.countbar .cb-label svg { width:18px;height:18px; stroke: var(--turq); }
.cd { display:flex; gap: 14px; }
.cd .u { text-align:center; min-width: 52px; }
.cd .u b { font-family: var(--font-head); font-size: 24px; color: var(--blue); display:block; line-height:1; }
.cd .u span { font-size: 11px; letter-spacing:.1em; text-transform: uppercase; color: var(--muted); }
.cd .sep { color: var(--line); font-size: 22px; align-self:center; }

/* =========================================================
   GENERIC SECTIONS / CARDS
   ========================================================= */
.grid { display: grid; gap: 28px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.feature-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; transition: transform .25s, box-shadow .25s, border-color .25s;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.feature-card .ic {
  width: 56px; height: 56px; border-radius: 16px; display:grid; place-items:center; margin-bottom: 18px;
  background: linear-gradient(135deg, var(--blue), var(--turq)); color:#fff;
}
.feature-card .ic svg { width: 28px; height: 28px; stroke:#fff; fill:none; stroke-width:1.8; }
.feature-card h3 { font-size: 20px; margin-bottom: 8px; }
.feature-card p { color: var(--muted); font-size: 15.5px; }

/* responsive video embed */
.video-wrap {
  position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;
  border-radius: var(--radius); min-height: 280px;
}
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* video poster (click → modal) */
.video-poster {
  position: relative; display:block; cursor: pointer;
  border-radius: var(--radius); overflow: hidden; min-height: 280px;
  border: 1px solid var(--line); background: var(--navy);
}
.split .video-poster { min-height: 440px; }
.video-poster img { position:absolute; inset:0; width:100%; height:100%; object-fit: cover; display:block; }
.video-poster::before {
  content:""; position:absolute; inset:0; z-index:1;
  background: linear-gradient(120deg, rgba(6,43,69,.4), rgba(6,43,69,.08));
  transition: background .3s;
}
.video-poster:hover::before { background: linear-gradient(120deg, rgba(6,43,69,.22), rgba(6,43,69,0)); }
.video-play {
  position:absolute; z-index:2; top:50%; left:50%; transform: translate(-50%,-50%);
  width: 76px; height: 76px; border-radius:50%;
  background: rgba(255,255,255,.92); color: var(--coral);
  display:grid; place-items:center; box-shadow: 0 10px 30px rgba(6,43,69,.35);
  transition: transform .25s, background .25s;
}
.video-poster:hover .video-play,
.video-poster:focus-visible .video-play { transform: translate(-50%,-50%) scale(1.08); background:#fff; }
.video-play svg { width: 34px; height: 34px; fill: currentColor; margin-left: 4px; }

/* video modal */
.video-modal { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 24px; }
.video-modal.open { display: flex; }
.video-modal-backdrop { position:absolute; inset:0; background: rgba(4,22,36,.82); backdrop-filter: blur(4px); }
.video-modal-inner { position: relative; z-index: 1; width: min(960px, 100%); }
.video-modal .video-wrap { min-height: 0; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.video-modal-close {
  position: absolute; top: -46px; right: 0; z-index: 2;
  width: 40px; height: 40px; border:0; border-radius: 50%;
  background: rgba(255,255,255,.16); color:#fff; font-size: 26px; line-height: 1;
  cursor: pointer; transition: background .2s;
}
.video-modal-close:hover { background: var(--coral); }

/* image placeholder block */
.imgph {
  position: relative; border-radius: var(--radius); overflow: hidden;
  background:
    linear-gradient(135deg, #dceef4, #cbe6ee),
    repeating-linear-gradient(135deg, rgba(21,119,190,.08) 0 2px, transparent 2px 16px);
  display:grid; place-items:center; min-height: 280px; border:1px solid var(--line);
}
.imgph::after {
  content: attr(data-label);
  font-family: ui-monospace, monospace; font-size: 12.5px; color: var(--blue);
  background: rgba(255,255,255,.7); padding: 7px 14px; border-radius: 999px;
}

/* split / about */
.split { display:grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; }
.split .imgph { min-height: 440px; }
.split h2 { font-size: clamp(28px, 4vw, 42px); margin: 14px 0 18px; }
.split p { color: var(--muted); font-size: 17px; margin-bottom: 16px; }
.tick-list { list-style:none; margin: 22px 0 0; padding: 0; display:grid; gap: 14px; }
.tick-list li { display:flex; gap: 12px; align-items:flex-start; font-weight: 500; color: var(--ink-2); }
.tick-list .tk { flex:none; width:26px; height:26px; border-radius:50%; background: var(--bg-2); color: var(--turq); display:grid; place-items:center; }
.tick-list svg { width: 15px; height: 15px; stroke: var(--turq); stroke-width:2.4; fill:none; }

/* stat strip */
.stats { background: linear-gradient(135deg, var(--navy), var(--navy-2)); color:#fff; border-radius: var(--radius-lg); padding: 52px; }
.stats .grid-4 { gap: 20px; }
.stat { text-align:center; }
.stat b { font-family: var(--font-head); font-size: clamp(34px, 4vw, 52px); display:block; background: linear-gradient(120deg,#fff, var(--turq-light)); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color: transparent; }
.stat span { color: rgba(207,228,239,.85); font-size: 15px; }

/* page hero (inner pages) */
.page-hero { position: relative; background: linear-gradient(120deg, var(--navy) 0%, var(--navy-2) 55%, #0d5570 100%); color:#fff; overflow:hidden; }
.page-hero::before { content:""; position:absolute; inset:0; background: repeating-linear-gradient(135deg, rgba(255,255,255,.04) 0 2px, transparent 2px 24px); }
.page-hero .container { position: relative; padding-top: 64px; padding-bottom: 96px; }
.page-hero h1 { color:#fff; font-size: clamp(32px, 5vw, 52px); margin: 14px 0 12px; }
.page-hero p { color: rgba(220,236,244,.85); font-size: 18px; max-width: 620px; }
.crumbs { display:flex; gap:8px; align-items:center; font-size:14px; color: rgba(220,236,244,.7); font-weight:500; }
.crumbs a:hover { color:#fff; }
.crumbs svg { width:14px; height:14px; opacity:.6; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: var(--navy); color: #bcd4e2; padding-top: 72px; }
.footer-grid { display:grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr 1.1fr; gap: 36px; }
.site-footer h4 { color:#fff; font-size: 16px; letter-spacing:.02em; margin-bottom: 20px; }
.site-footer .f-logo { background:#fff; padding: 8px 12px; border-radius: 14px; display:inline-block; margin-bottom: 20px; }
.site-footer .f-logo img { height: 60px; width: auto; max-width: none; object-fit: contain; }
.site-footer p { color: #9fbccd; font-size: 15px; margin-bottom: 18px; }
.f-links { list-style:none; margin:0; padding:0; display:grid; gap: 12px; }
.f-links a { display: inline-flex; align-items: center; gap: 8px; color:#9fbccd; font-size: 15px; transition: color .2s, padding-left .2s; }
.f-links a:hover { color: var(--turq-light); padding-left: 4px; }
.f-links a svg { width: 14px; height: 14px; stroke: var(--turq); flex: none; }
.f-contact { display:grid; gap: 14px; }
.f-contact a, .f-contact span { display:flex; gap: 12px; align-items:flex-start; color:#bcd4e2; font-size: 15px; }
.f-contact svg { width:18px; height:18px; flex:none; stroke: var(--turq); fill:none; stroke-width:1.8; margin-top:2px; }
.f-social { display:flex; gap: 10px; margin-top: 4px; }
.f-social a { width:40px;height:40px;border-radius:50%; background: rgba(255,255,255,.07); display:grid; place-items:center; transition:.2s; }
.f-social a:hover { background: var(--turq); transform: translateY(-2px); }
.f-social svg { width:18px;height:18px; fill:#fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 56px; padding: 24px 0; }
.footer-bottom .container { display:flex; align-items:center; justify-content:space-between; gap: 18px; flex-wrap: wrap; }
.footer-bottom p { font-size: 13.5px; color:#7e9fb2; margin:0; }
.footer-bottom .tursab { background:#fff; padding:6px 10px; border-radius:8px; }
.footer-bottom .tursab img { height: 38px; width: auto; max-width: none; object-fit: contain; }

/* whatsapp float */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: 58px; height: 58px; border-radius: 50%; background: #25D366; display:grid; place-items:center; box-shadow: 0 12px 30px -8px rgba(37,211,102,.6); transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; fill:#fff; }

/* reveal animation */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].in { opacity: 1; transform: none; }

/* =========================================================
   LEGAL / METİN SAYFALARI
   ========================================================= */
.legal { max-width: 840px; margin: 0 auto; }
.legal .updated { color: var(--muted); font-size: 13.5px; margin-bottom: 30px; }
.legal h2 { font-family: var(--font-head); font-size: 21px; color: var(--ink); margin: 36px 0 12px; }
.legal h2:first-of-type { margin-top: 0; }
.legal p { color: var(--ink-2); line-height: 1.78; font-size: 15.5px; margin-bottom: 14px; }
.legal ul { margin: 12px 0 16px; padding-left: 20px; display: grid; gap: 8px; }
.legal li { color: var(--ink-2); line-height: 1.7; font-size: 15.5px; }
.legal a { color: var(--blue); text-decoration: underline; }
.legal a:hover { color: var(--turq); }

/* =========================================================
   ÇEREZ BİLDİRİMİ
   ========================================================= */
.cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1200;
  background: var(--navy); color: #dbe7f0; border-top: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 -8px 30px rgba(0,0,0,.28); }
.cookie-banner[hidden] { display: none; }
.cookie-inner { max-width: 1200px; margin: 0 auto; padding: 18px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap; }
.cookie-inner p { margin: 0; font-size: 14px; line-height: 1.6; flex: 1 1 360px; }
.cookie-inner a { color: var(--turq-light); text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.ck-btn { font-family: var(--font-head); font-weight: 600; font-size: 14px; cursor: pointer;
  padding: 11px 22px; border-radius: 12px; border: 1.5px solid transparent; transition: .2s; }
.ck-accept { background: var(--coral); color: #fff; }
.ck-accept:hover { background: var(--coral-dark); transform: translateY(-1px); }
.ck-decline { background: transparent; color: #cfe0ec; border-color: rgba(255,255,255,.28); }
.ck-decline:hover { background: rgba(255,255,255,.08); }
@media (max-width: 560px) {
  .cookie-inner { padding: 16px; gap: 14px; }
  .cookie-actions { width: 100%; }
  .ck-btn { flex: 1; text-align: center; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 28px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}
/* Menü dar alanda sığmadığından hamburger'a daha erken geç */
@media (max-width: 1180px) {
  .nav { min-height: 76px; }
  .nav-logo img { height: 60px; }
  .nav-menu, .topbar .tb-left span.hide-sm { display: none; }
  .nav-toggle { display: block; }
  .nav-menu.open {
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    position: absolute; top: 100%; left: 0; right: 0; background:#fff;
    padding: 18px 20px 26px; box-shadow: var(--shadow); border-bottom: 1px solid var(--line);
  }
  .nav-menu.open li { width: 100%; display: flex; justify-content: center; }
  .nav-menu.open li a {
    display: flex; justify-content: center; align-items: center;
    width: 90%; margin: 0 auto;
    padding: 14px 16px; border-radius: 12px;
    background: var(--bg-2); border: 1px solid var(--line);
    font-size: 14.5px; color: var(--ink-2);
  }
  .nav-menu.open li a:hover { background: var(--bg); border-color: var(--blue); color: var(--blue); }
}
@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; }
  .stats { padding: 32px 22px; }
  .hero-track { min-height: 520px; }
  .hero-dots { left: 24px; } .hero-arrows { right: 24px; bottom: 24px; }
  .countbar .container { gap: 12px; }
  .site-footer { padding-top: 56px; }
  .footer-grid { grid-template-columns: 1fr !important; gap: 32px !important; }
  .footer-grid > div:first-child { grid-column: auto !important; }
  .footer-bottom { margin-top: 40px; }
  .footer-bottom .container { flex-direction: column; align-items: flex-start; gap: 10px; text-align: left; }
  .topbar .container { min-height: 36px; justify-content: center; }
  .topbar .tb-left { display: block; text-align: center; width: 100%; }
  .topbar .tb-left svg { width: 14px; height: 14px; display: inline-block; vertical-align: middle; margin-right: 4px; }
  .topbar .tb-left span { font-size: 12px; display: inline; }
  .topbar .tb-social { display: none !important; }
  .nav { min-height: 66px; gap: 10px; }
  .nav-logo img { height: 60px; }
  .nav-cta { gap: 6px; }
  .nav-cta .btn { padding: 10px 14px; font-size: 13px; }
}
@media (max-width: 380px) {
  .site-footer h4 { font-size: 14px; margin-bottom: 14px; }
  .f-links a, .f-contact a, .f-contact span { font-size: 13.5px; }
  .footer-bottom p { font-size: 12px; }
  .nav-logo img { height: 52px; }
  .nav-cta .btn { padding: 9px 12px; font-size: 12.5px; }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity:1 !important; transform:none !important; }
  .hero-slide { transition: none; }
}
