/* ==========================================================================
   SağlamProxy — Dark Neon Design System (ProxyWing-style, özgün)
   ========================================================================== */

:root {
  /* Backgrounds — brand palette */
  --bg: #07090d;
  --bg-soft: #0b0f17;
  --card: #101722;
  --card-2: #0f1624;
  --bg-900: #07090d;
  --bg-800: #0b0f17;
  --bg-700: #101722;
  --bg-600: #131c2b;
  --surface: #101722;
  --surface-2: #0f1624;

  /* Accents */
  --blue: #148cff;
  --blue-2: #22a7ff;
  --blue-3: #22a7ff;
  --cyan: #35d7ff;
  --green: #22c55e;
  --blue-soft: rgba(20, 140, 255, .12);
  --cyan-soft: rgba(53, 215, 255, .12);

  /* Text */
  --white: #f8fbff;
  --text: #d7e0ee;
  --muted: #8f9bad;
  --muted-2: #64748b;
  --faint: #47526a;

  /* Borders */
  --border: rgba(59, 130, 246, .22);
  --border-2: rgba(59, 130, 246, .34);
  --border-blue: rgba(59, 130, 246, .5);

  /* Effects */
  --grad-blue: linear-gradient(135deg, #148cff 0%, #22a7ff 48%, #35d7ff 100%);
  --grad-blue-soft: linear-gradient(135deg, rgba(20,140,255,.9), rgba(53,215,255,.9));
  --glow-blue: 0 0 0 1px rgba(20,140,255,.28), 0 14px 44px rgba(20,140,255,.30);
  --glow-cyan: 0 8px 40px rgba(53,215,255,.24);
  --shadow-blue: 0 0 40px rgba(20, 140, 255, .28);
  --shadow: 0 24px 60px rgba(0, 0, 0, .55);
  --shadow-sm: 0 6px 20px rgba(0, 0, 0, .38);

  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 26px;
  --pill: 999px;

  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --maxw: 1200px;
}

/* Reset ------------------------------------------------------------------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--bg-900);
  color: var(--text);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, textarea, select { font-family: inherit; font-size: 1rem; color: var(--white); }

h1, h2, h3, h4 { color: var(--white); line-height: 1.15; font-weight: 800; letter-spacing: -.02em; }
h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.25rem; }
p { color: var(--muted); }

/* Layout ------------------------------------------------------------------ */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.section { padding: 74px 0; position: relative; }
.section-sm { padding: 52px 0; position: relative; }
.text-center { text-align: center; }

/* Background glows --------------------------------------------------------- */
.glow-wrap { position: relative; overflow: hidden; }
.glow { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; z-index: 0; opacity: .55; }
.glow-blue { background: radial-gradient(circle, rgba(20,120,255,.55), transparent 70%); }
.glow-cyan { background: radial-gradient(circle, rgba(52,213,255,.4), transparent 70%); }
.glow-top { top: -220px; left: 50%; transform: translateX(-50%); width: 760px; height: 520px; }
.glow-tl { top: -140px; left: -160px; width: 460px; height: 460px; }
.glow-br { bottom: -180px; right: -140px; width: 520px; height: 520px; }
.container, .section > .container { position: relative; z-index: 1; }

/* Eyebrow / badges -------------------------------------------------------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .8rem; font-weight: 600; letter-spacing: .02em;
  color: var(--cyan); background: var(--cyan-soft);
  border: 1px solid rgba(52,213,255,.25);
  padding: 8px 16px; border-radius: var(--pill); margin-bottom: 20px;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }
.section-head { max-width: 720px; margin: 0 auto 54px; text-align: center; }
.section-head p { font-size: 1.1rem; margin-top: 16px; color: var(--muted); }

/* Buttons ----------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 600; font-size: .98rem; padding: 13px 26px; border-radius: var(--pill);
  transition: transform .15s, box-shadow .2s, background .2s, border-color .2s; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--grad-blue); color: #fff; box-shadow: 0 8px 26px rgba(20,120,255,.4); }
.btn-primary:hover { box-shadow: 0 12px 36px rgba(20,120,255,.6); transform: translateY(-2px); }
.btn-ghost { background: rgba(255,255,255,.04); color: var(--white); border: 1px solid var(--border-2); }
.btn-ghost:hover { border-color: var(--border-blue); background: rgba(20,120,255,.08); box-shadow: 0 0 24px rgba(20,120,255,.2); }
.btn-wa { background: #25d366; color: #06210f; box-shadow: 0 8px 26px rgba(37,211,102,.35); }
.btn-wa:hover { background: #33e074; transform: translateY(-2px); box-shadow: 0 12px 34px rgba(37,211,102,.5); }
.btn-outline { background: transparent; color: var(--text); border: 1px solid var(--border-2); }
.btn-outline:hover { border-color: var(--blue); color: var(--white); }
.btn-lg { padding: 16px 32px; font-size: 1.05rem; }
.btn-sm { padding: 9px 18px; font-size: .88rem; }
.btn-block { width: 100%; }

/* Header ------------------------------------------------------------------ */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(7, 9, 13, .72);
  backdrop-filter: saturate(160%) blur(16px);
  border-bottom: 1px solid var(--border);
}
.header .container { max-width: 1320px; }
.nav { display: flex; align-items: center; gap: 26px; height: 76px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 1.24rem; color: var(--white); flex: none; }
.brand .logo { width: 38px; height: 38px; flex: none; filter: drop-shadow(0 0 10px rgba(20,120,255,.5)); }
.brand b { background: var(--grad-blue); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.nav-menu { display: flex; align-items: center; gap: 6px; margin-left: 8px; }
.nav-item { position: relative; }
.nav-link {
  display: inline-flex; align-items: center; gap: 6px; padding: 10px 16px; border-radius: 12px;
  font-weight: 500; font-size: .95rem; color: var(--text); white-space: nowrap;
  transition: color .15s, background .15s;
}
.nav-link:hover { color: var(--white); background: rgba(255,255,255,.04); }
.nav-link .caret { width: 14px; height: 14px; transition: transform .25s; opacity: .7; }
.nav-item:hover .nav-link .caret, .nav-item.open .nav-link .caret { transform: rotate(180deg); }
.nav-right { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.lang { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border-radius: var(--pill); border: 1px solid var(--border); font-size: .85rem; font-weight: 600; color: var(--text); }
.lang svg { width: 15px; height: 15px; }

/* Mega menu --------------------------------------------------------------- */
.mega {
  position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(10px) scale(.98);
  transform-origin: top center;
  background: rgba(8, 13, 22, .97); backdrop-filter: saturate(160%) blur(18px);
  border: 1px solid rgba(59, 130, 246, .28); border-radius: 24px;
  box-shadow: 0 24px 80px rgba(0,0,0,.55), 0 0 50px rgba(20,140,255,.12);
  padding: 22px; opacity: 0; visibility: hidden;
  transition: opacity .22s ease, transform .22s cubic-bezier(.16,1,.3,1), visibility .22s; z-index: 500;
}
.mega::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.nav-item:hover > .mega, .nav-item.open > .mega { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0) scale(1); }
.mega-lg { min-width: 860px; }
.mega-md { min-width: 480px; }
.mega-sm { min-width: 300px; }
.nav-item.pin-left > .mega { left: 0; transform: translateX(0) translateY(10px) scale(.98); }
.nav-item.pin-left:hover > .mega, .nav-item.pin-left.open > .mega { transform: translateX(0) translateY(0) scale(1); }
/* Dropdown açıkken ilgili nav item aktif görünsün */
.nav-item:hover > .nav-link, .nav-item.open > .nav-link { background: rgba(20,140,255,.14); color: var(--white); }
.mega-cols { display: grid; gap: 22px; }
.mega-cols.c3 { grid-template-columns: 1.1fr 1fr 1fr; }
.mega-cols.c2 { grid-template-columns: 1fr 1fr; }
.mega-col h5 { font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted-2); margin-bottom: 12px; font-weight: 700; }
.mega-link { display: flex; gap: 12px; padding: 10px 12px; border-radius: 14px; transition: background .15s; }
.mega-link:hover { background: rgba(20,120,255,.08); }
.mega-ico { width: 40px; height: 40px; flex: none; border-radius: 11px; display: grid; place-items: center; background: var(--blue-soft); border: 1px solid var(--border-blue); color: var(--cyan); }
.mega-ico svg { width: 21px; height: 21px; }
.mega-link h4 { font-size: .94rem; color: var(--white); margin-bottom: 2px; font-weight: 600; }
.mega-link p { font-size: .8rem; line-height: 1.4; margin: 0; color: var(--muted); }
.mega-simple a { display: block; padding: 9px 12px; border-radius: 10px; font-size: .9rem; color: var(--text); transition: .15s; }
.mega-simple a:hover { background: rgba(20,120,255,.08); color: var(--white); }
.mega-feature { background: linear-gradient(160deg, rgba(20,120,255,.14), rgba(52,213,255,.06)); border: 1px solid var(--border-blue); border-radius: var(--radius); padding: 20px; display: flex; flex-direction: column; }
.mega-feature .mf-ill { margin-bottom: 14px; }
.mega-feature h4 { color: var(--white); font-size: 1.05rem; margin-bottom: 8px; }
.mega-feature p { font-size: .84rem; margin-bottom: 16px; }
.mega-feature .btn { margin-top: auto; }

/* SVG Flags --------------------------------------------------------------- */
.flag { display: inline-block; width: 24px; height: 18px; border-radius: 4px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 4px 12px rgba(0,0,0,.28); flex: none; line-height: 0; vertical-align: middle; }
.flag svg { width: 100%; height: 100%; display: block; }
.flag.sm { width: 20px; height: 15px; border-radius: 3px; }
.loc-card-flag { margin-bottom: 12px; }
.loc-card-flag .flag { width: 48px; height: 36px; border-radius: 7px; }

/* Locations mega menu (2-col, flags) ------------------------------------- */
.loc-mm { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.loc-mm a { display: flex; align-items: center; gap: 11px; padding: 9px 12px; border-radius: 12px; transition: background .15s; }
.loc-mm a:hover { background: rgba(20,140,255,.10); }
.loc-mm .lm-code { font-size: .68rem; font-weight: 800; color: var(--muted-2); letter-spacing: .04em; min-width: 20px; }
.loc-mm .lm-txt { min-width: 0; }
.loc-mm .lm-name { font-weight: 600; color: var(--white); font-size: .9rem; line-height: 1.2; }
.loc-mm .lm-types { display: block; font-size: .72rem; color: var(--muted); line-height: 1.2; }
.loc-mm-foot { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--border); text-align: right; }
.loc-mm-foot a { font-size: .84rem; font-weight: 700; color: var(--cyan); }

/* Hamburger --------------------------------------------------------------- */
.hamburger { display: none; width: 46px; height: 46px; border-radius: 12px; background: rgba(255,255,255,.05); border: 1px solid var(--border); }
.hamburger span { display: block; width: 20px; height: 2px; background: var(--white); margin: 4px auto; border-radius: 2px; transition: .25s; }
.hamburger.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Hero -------------------------------------------------------------------- */
.hero { position: relative; padding: 60px 0 34px; text-align: center; overflow: hidden; }
.hero .container { max-width: 1000px; }
.hero h1 { margin-bottom: 20px; }
.hero h1 .grad { background: var(--grad-blue); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-sub { font-size: 1.14rem; max-width: 660px; margin: 0 auto 26px; color: var(--text); }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 24px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 12px; justify-content: center; }
.trust-pill { display: inline-flex; align-items: center; gap: 7px; font-size: .84rem; font-weight: 500; color: var(--text); background: rgba(255,255,255,.03); border: 1px solid var(--border); padding: 8px 15px; border-radius: var(--pill); }
.trust-pill svg { width: 15px; height: 15px; color: var(--cyan); }
.hero-visual { margin-top: 38px; position: relative; }
.hero-visual img { margin: 0 auto; max-height: 470px; width: auto; filter: drop-shadow(0 24px 50px rgba(20,140,255,.30)); }

/* Payment strip ----------------------------------------------------------- */
.pay-strip { max-width: 940px; margin: 0 auto; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 26px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 26px; }
.pay-strip .pl { font-size: .82rem; font-weight: 600; color: var(--muted); }
.pay-chip { display: inline-flex; align-items: center; gap: 8px; font-size: .86rem; font-weight: 600; color: var(--text); }
.pay-chip svg { width: 18px; height: 18px; color: var(--cyan); }
.pay-chip.hi { color: var(--white); background: var(--blue-soft); border: 1px solid var(--border-blue); padding: 6px 14px; border-radius: var(--pill); }

/* Cards & grids ----------------------------------------------------------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-5 { grid-template-columns: repeat(5, 1fr); }

.card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 28px; transition: transform .2s, box-shadow .25s, border-color .25s; position: relative;
}
.card:hover { transform: translateY(-5px); border-color: var(--border-blue); box-shadow: var(--glow-blue); }

/* Product cards ----------------------------------------------------------- */
.prod-card { display: flex; flex-direction: column; }
.prod-ill { width: 68px; height: 68px; margin-bottom: 18px; }
.prod-card h3 { margin-bottom: 8px; }
.prod-card > p { font-size: .93rem; margin-bottom: 16px; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.tag { font-size: .74rem; font-weight: 600; color: var(--text); background: rgba(255,255,255,.04); border: 1px solid var(--border); padding: 5px 11px; border-radius: var(--pill); }
.tag.blue { color: var(--cyan); background: var(--blue-soft); border-color: var(--border-blue); }
.prod-price { font-size: .84rem; color: var(--muted); margin-bottom: 16px; }
.prod-price b { color: var(--white); font-size: 1.05rem; }
.card-actions { display: flex; gap: 10px; margin-top: auto; }
.card-actions .btn { flex: 1; }

/* Use case cards ---------------------------------------------------------- */
.uc-card { padding: 22px; }
.uc-ico { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 14px; background: var(--blue-soft); border: 1px solid var(--border-blue); color: var(--cyan); }
.uc-ico svg { width: 24px; height: 24px; }
.uc-card h3 { font-size: 1.04rem; margin-bottom: 6px; }
.uc-card p { font-size: .86rem; margin: 0; }

/* Feature cards ----------------------------------------------------------- */
.feat-card { padding: 24px; }
.feat-ico { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 15px; background: var(--blue-soft); border: 1px solid var(--border-blue); color: var(--cyan); }
.feat-ico svg { width: 24px; height: 24px; }
.feat-card h3 { font-size: 1.08rem; margin-bottom: 8px; }
.feat-card p { font-size: .9rem; margin: 0; }

/* Locations --------------------------------------------------------------- */
.loc-section { position: relative; text-align: center; }
.loc-map { max-width: 780px; margin: 0 auto 10px; position: relative; }
.loc-chips { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 34px 0; }
.loc-chip { display: inline-flex; align-items: center; gap: 10px; background: var(--surface); border: 1px solid var(--border); padding: 11px 18px; border-radius: var(--pill); transition: .2s; }
.loc-chip:hover { border-color: var(--border-blue); box-shadow: 0 0 24px rgba(20,120,255,.22); transform: translateY(-2px); }
.loc-chip .lc-name { font-weight: 600; font-size: .92rem; color: var(--white); }
.loc-chip .lc-types { font-size: .72rem; color: var(--muted); }
.loc-chip .lc-code { font-size: .66rem; font-weight: 800; color: var(--muted-2); letter-spacing: .04em; margin-right: 2px; }
.loc-chip.hi { border-color: var(--border-blue); background: linear-gradient(160deg, rgba(20,140,255,.14), var(--card)); box-shadow: 0 0 22px rgba(20,140,255,.18); }
.loc-chip.hi .lc-code { color: var(--cyan); }
/* Footer location flags */
.footer-col .fl-link { display: flex; align-items: center; gap: 8px; }
.footer-col .fl-link .flag { flex: none; }

/* Testimonials ------------------------------------------------------------ */
.slider { position: relative; overflow: hidden; }
.slider-track { display: flex; transition: transform .45s cubic-bezier(.4,0,.2,1); }
.slide { min-width: 100%; padding: 0 4px; }
.slide-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card { padding: 26px; }
.review-stars { color: #ffc247; font-size: 1rem; margin-bottom: 12px; letter-spacing: 2px; }
.review-text { color: var(--text); font-size: .96rem; margin-bottom: 20px; }
.review-user { display: flex; align-items: center; gap: 12px; }
.avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; color: #fff; background: var(--grad-blue); flex: none; }
.review-name { font-weight: 600; font-size: .92rem; color: var(--white); display: inline-flex; align-items: center; gap: 5px; }
.review-name .v-ico { width: 15px; height: 15px; color: var(--cyan); }
.review-trust { text-align: center; margin: -14px auto 30px; font-size: .92rem; color: var(--muted); display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.review-trust .stars { color: #ffc247; letter-spacing: 2px; }
.review-date { font-size: .78rem; color: var(--muted-2); }
.slider-nav { display: flex; justify-content: center; gap: 8px; margin-top: 28px; }
.slider-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--border-2); transition: .25s; cursor: pointer; }
.slider-dot.active { background: var(--blue); width: 28px; border-radius: var(--pill); box-shadow: 0 0 12px var(--blue); }

/* Stats ------------------------------------------------------------------- */
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.stat { text-align: center; padding: 38px 24px; border-radius: var(--radius-lg); background: linear-gradient(160deg, var(--surface), var(--bg-800)); border: 1px solid var(--border); position: relative; overflow: hidden; }
.stat::before { content: ""; position: absolute; top: -60px; left: 50%; transform: translateX(-50%); width: 200px; height: 120px; background: radial-gradient(circle, rgba(20,120,255,.3), transparent 70%); }
.stat .num { position: relative; font-size: 2.6rem; font-weight: 800; background: var(--grad-blue); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: -.03em; }
.stat .lbl { position: relative; font-size: .96rem; color: var(--muted); margin-top: 6px; }

/* Badges (trust) ---------------------------------------------------------- */
.badge-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.badge-card { text-align: center; padding: 26px 16px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); transition: .25s; }
.badge-card:hover { border-color: var(--border-blue); box-shadow: 0 0 26px rgba(20,120,255,.2); }
.badge-ill { width: 56px; height: 56px; margin: 0 auto 12px; }
.badge-card .bt { font-size: .88rem; font-weight: 600; color: var(--white); }

/* Compliance -------------------------------------------------------------- */
.compliance { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.compliance-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.cb { text-align: center; padding: 30px 20px; background: var(--surface); border: 1px solid var(--border-blue); border-radius: var(--radius-lg); box-shadow: 0 0 30px rgba(20,120,255,.14); }
.cb-ill { width: 88px; height: 88px; margin: 0 auto 14px; }
.cb h4 { color: var(--white); font-size: 1.05rem; }

/* Tech tags --------------------------------------------------------------- */
.tech-grid { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.tech-tag { display: inline-flex; align-items: center; gap: 9px; padding: 14px 22px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; font-weight: 600; font-size: .92rem; color: var(--text); transition: .2s; }
.tech-tag:hover { border-color: var(--border-blue); color: var(--white); box-shadow: 0 0 20px rgba(20,120,255,.18); }
.tech-tag .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }

/* Blog -------------------------------------------------------------------- */
.blog-layout { display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px; }
.blog-side { display: grid; gap: 16px; }
.blog-card { overflow: hidden; padding: 0; display: flex; flex-direction: column; }
.blog-card.feature .blog-cover { height: 280px; }
.blog-cover { height: 172px; overflow: hidden; border-bottom: 1px solid var(--border); }
.blog-cover svg { width: 100%; height: 100%; object-fit: cover; }
.blog-body { padding: 22px 24px 26px; }
.blog-cat { font-size: .74rem; font-weight: 700; color: var(--cyan); text-transform: uppercase; letter-spacing: .05em; }
.blog-card h3 { margin: 9px 0 10px; line-height: 1.3; font-size: 1.1rem; }
.blog-card.feature h3 { font-size: 1.5rem; }
.blog-card p { font-size: .89rem; margin-bottom: 14px; }
.blog-meta { display: flex; align-items: center; gap: 10px; font-size: .8rem; color: var(--muted-2); }
.blog-side .blog-card { flex-direction: row; }
.blog-side .blog-cover { width: 120px; height: auto; flex: none; border-bottom: none; border-right: 1px solid var(--border); }
.blog-side .blog-body { padding: 16px 18px; }
.blog-side h3 { font-size: .98rem; margin: 6px 0; }
.blog-side p { display: none; }

/* SEO content ------------------------------------------------------------- */
.seo-content { max-width: 900px; margin: 0 auto; }
.seo-content h2 { font-size: 1.6rem; margin: 36px 0 14px; }
.seo-content h2:first-child { margin-top: 0; }
.seo-content p { font-size: 1rem; margin-bottom: 16px; color: var(--muted); }
.seo-content strong { color: var(--text); font-weight: 600; }

/* FAQ --------------------------------------------------------------------- */
.faq { max-width: 840px; margin: 0 auto; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 12px; background: var(--surface); overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.faq-item.open { border-color: var(--border-blue); box-shadow: 0 0 26px rgba(20,120,255,.14); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; text-align: left; font-weight: 600; font-size: 1.02rem; color: var(--white); }
.faq-q .ic { width: 28px; height: 28px; flex: none; border-radius: 9px; display: grid; place-items: center; background: rgba(255,255,255,.04); border: 1px solid var(--border); transition: .25s; }
.faq-q .ic svg { width: 16px; height: 16px; transition: transform .25s; color: var(--cyan); }
.faq-item.open .faq-q .ic { background: var(--blue-soft); border-color: var(--border-blue); }
.faq-item.open .faq-q .ic svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 24px 22px; font-size: .95rem; color: var(--muted); }

/* Pricing ----------------------------------------------------------------- */
.tabs { display: inline-flex; gap: 6px; padding: 6px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--pill); margin: 0 auto 44px; flex-wrap: wrap; justify-content: center; }
.tabs-scroll { max-width: 100%; flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.tabs-scroll::-webkit-scrollbar { display: none; }
.tabs-scroll .tab-btn { white-space: nowrap; flex: none; }
.tab-btn { padding: 10px 22px; border-radius: var(--pill); font-weight: 600; font-size: .9rem; color: var(--muted); transition: .2s; white-space: nowrap; }
.tab-btn.active { background: var(--grad-blue); color: #fff; box-shadow: 0 4px 18px rgba(20,120,255,.4); }
.tab-panel { display: none; }
.tab-panel.active { display: block; animation: fade .35s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.price-card { display: flex; flex-direction: column; padding: 28px 24px; }
.price-card.featured { border-color: var(--border-blue); background: linear-gradient(170deg, rgba(20,120,255,.12), var(--surface) 55%); box-shadow: 0 0 40px rgba(20,120,255,.24); }
.price-card.featured::before { content: "En Popüler"; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); font-size: .72rem; font-weight: 700; color: #fff; background: var(--grad-blue); padding: 6px 16px; border-radius: var(--pill); box-shadow: 0 4px 16px rgba(20,120,255,.5); white-space: nowrap; }
.price-name { font-size: 1.02rem; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.price-desc { font-size: .82rem; color: var(--muted); margin-bottom: 18px; min-height: 18px; }
.price-amount { font-size: 2rem; font-weight: 800; color: var(--white); letter-spacing: -.03em; }
.price-amount small { font-size: .84rem; font-weight: 500; color: var(--muted); }
.price-unit { font-size: .8rem; color: var(--cyan); margin-top: 4px; }
.price-list { margin: 18px 0 22px; }
.price-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .88rem; color: var(--text); padding: 6px 0; }
.price-list li svg { width: 17px; height: 17px; color: var(--cyan); flex: none; margin-top: 2px; }
.price-card .btn { margin-top: auto; }
.price-includes { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.inc-chip { display: inline-flex; align-items: center; gap: 8px; font-size: .86rem; color: var(--text); background: var(--surface); border: 1px solid var(--border); padding: 10px 16px; border-radius: var(--pill); }
.inc-chip svg { width: 16px; height: 16px; color: var(--cyan); }
.info-box { max-width: 640px; margin: 30px auto 0; text-align: center; padding: 18px 24px; background: var(--blue-soft); border: 1px solid var(--border-blue); border-radius: var(--radius); color: var(--text); font-size: .95rem; }

/* ISP detailed pricing cards --------------------------------------------- */
.isp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; }
.isp-grid.five { grid-template-columns: repeat(5, 1fr); }
.isp-card { display: flex; flex-direction: column; padding: 26px 22px; position: relative; overflow: hidden; }
.isp-card.featured { border-color: var(--border-blue); background: linear-gradient(180deg, rgba(20,140,255,.10), var(--card) 46%); box-shadow: var(--shadow-blue); }
.isp-ribbon { position: absolute; top: 0; left: 0; right: 0; text-align: center; font-size: .74rem; font-weight: 700; color: #04121f; background: var(--grad-blue); padding: 7px; letter-spacing: .01em; }
.isp-card.featured .isp-head { margin-top: 26px; }
.isp-name { font-size: 1.12rem; font-weight: 800; color: var(--white); }
.isp-sub { font-size: .8rem; color: var(--muted); margin: 6px 0 12px; line-height: 1.45; }
.isp-badges { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.isp-badge { display: inline-flex; align-items: center; gap: 5px; font-size: .72rem; font-weight: 600; padding: 5px 10px; border-radius: var(--pill); border: 1px solid var(--border); }
.isp-badge svg { width: 13px; height: 13px; }
.isp-badge.loc { color: var(--cyan); background: var(--cyan-soft); border-color: rgba(53,215,255,.3); }
.isp-badge.op { color: var(--text); background: rgba(255,255,255,.03); }
.isp-durs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 16px; }
.isp-dur { background: var(--bg-900); border: 1px solid var(--border); border-radius: 12px; padding: 10px 12px; text-align: left; }
.isp-dur.hi { border-color: var(--border-blue); background: rgba(20,140,255,.07); }
.isp-dur-l { display: block; font-size: .72rem; color: var(--muted); font-weight: 600; }
.isp-dur-p { display: block; font-size: 1.1rem; font-weight: 800; color: var(--white); margin-top: 2px; letter-spacing: -.02em; }
.isp-dur-d { display: inline-block; margin-top: 5px; font-size: .66rem; font-weight: 700; color: var(--green); background: rgba(34,197,94,.12); padding: 3px 8px; border-radius: var(--pill); }
.isp-dur-d.empty { color: transparent; background: transparent; padding: 3px 0; }
.isp-permonth { font-size: .92rem; font-weight: 800; color: var(--cyan); margin-bottom: 16px; }
.isp-permonth span { color: var(--muted-2); font-weight: 500; font-size: .78rem; }
.isp-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 12px; margin-bottom: 20px; }
.isp-feats li { display: flex; align-items: flex-start; gap: 7px; font-size: .78rem; color: var(--text); line-height: 1.35; }
.isp-feats li svg { width: 15px; height: 15px; color: var(--cyan); flex: none; margin-top: 1px; }
.isp-buy { margin-top: auto; gap: 8px; }
.isp-buy svg { width: 17px; height: 17px; }
@media (max-width: 1200px) { .isp-grid.five { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px) { .isp-grid.five { grid-template-columns: repeat(2, 1fr); } .isp-feats { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .isp-grid, .isp-grid.five { grid-template-columns: 1fr; } .isp-durs { grid-template-columns: 1fr 1fr; } }

/* Product pricing cards (data-driven) ------------------------------------ */
.pp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: stretch; }
.pp-card { position: relative; display: flex; flex-direction: column; background: linear-gradient(180deg, var(--card), var(--card-2)); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px 20px; transition: transform .2s, box-shadow .25s, border-color .25s; overflow: hidden; }
.pp-card::before { content: ""; position: absolute; top: -70px; left: 50%; transform: translateX(-50%); width: 220px; height: 140px; background: radial-gradient(circle, rgba(20,140,255,.16), transparent 70%); pointer-events: none; opacity: 0; transition: opacity .3s; }
.pp-card:hover { transform: translateY(-4px); border-color: var(--border-blue); box-shadow: var(--shadow-blue); }
.pp-card:hover::before { opacity: 1; }
.pp-card.popular { border-color: var(--border-blue); box-shadow: 0 0 34px rgba(20,140,255,.2); }
.pp-card.popular::before { opacity: 1; }
.pp-badge { align-self: flex-start; font-size: .7rem; font-weight: 800; letter-spacing: .02em; color: var(--cyan); background: var(--cyan-soft); border: 1px solid rgba(53,215,255,.3); padding: 5px 12px; border-radius: var(--pill); margin-bottom: 12px; }
.pp-badge.pop { color: #04121f; background: var(--grad-blue); border-color: transparent; box-shadow: 0 4px 14px rgba(20,140,255,.45); }
.pp-badge.custom { color: #04121f; background: linear-gradient(135deg, var(--green), #16a34a); border-color: transparent; }
.pp-topchips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.pp-topchip { font-size: .68rem; font-weight: 700; color: var(--text); background: rgba(255,255,255,.05); border: 1px solid var(--border); padding: 4px 9px; border-radius: var(--pill); }
.pp-name { font-size: 1.08rem; font-weight: 800; color: var(--white); line-height: 1.25; }
.pp-cat { font-size: .8rem; color: var(--muted); margin-top: 4px; }
.pp-price { font-size: 2rem; font-weight: 800; color: var(--white); letter-spacing: -.03em; margin-top: 12px; }
.pp-price.sm { font-size: 1.2rem; line-height: 1.3; }
.pp-unit { font-size: .78rem; font-weight: 600; color: var(--cyan); margin-top: 2px; }
.pp-list { margin: 14px 0 16px; }
.pp-list li { display: flex; align-items: flex-start; gap: 9px; font-size: .84rem; color: var(--text); padding: 5px 0; line-height: 1.35; }
.pp-list li svg { width: 16px; height: 16px; color: var(--cyan); flex: none; margin-top: 2px; }
.pp-cta { margin-top: 4px; gap: 7px; }
.pp-cta svg { width: 16px; height: 16px; }
.pp-sec { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--border); }
.pp-sec-h { font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 9px; }
.pp-sec .pp-list { margin: 0; }
.pp-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.op-chip { font-size: .72rem; font-weight: 700; color: var(--white); background: rgba(20,140,255,.12); border: 1px solid var(--border-blue); padding: 4px 10px; border-radius: var(--pill); }
.vpn-chip { font-size: .72rem; font-weight: 700; color: var(--cyan); background: var(--cyan-soft); border: 1px solid rgba(53,215,255,.3); padding: 4px 10px; border-radius: var(--pill); }
.pp-loc { display: flex; align-items: center; gap: 7px; margin-top: 9px; font-size: .8rem; color: var(--muted); }
.pp-desc { font-size: .8rem; color: var(--muted); line-height: 1.5; margin-top: 14px; }
.pp-toggle { margin-top: 14px; width: 100%; text-align: center; font-size: .82rem; font-weight: 700; color: var(--cyan); background: rgba(20,140,255,.08); border: 1px solid var(--border); border-radius: var(--pill); padding: 9px; transition: background .15s, border-color .15s; }
.pp-toggle:hover { background: rgba(20,140,255,.14); border-color: var(--border-blue); }
.pp-hidden { max-height: 0; overflow: hidden; transition: max-height .35s cubic-bezier(.4,0,.2,1); }
.pp-hidden .pp-list { margin: 8px 0 0; }
.pp-custom { background: linear-gradient(160deg, rgba(34,197,94,.10), rgba(20,140,255,.08), var(--card)); border: 1.5px solid; border-image: linear-gradient(135deg, var(--green), var(--cyan)) 1; box-shadow: 0 0 34px rgba(34,197,94,.14); }
.pp-custom .pp-name { font-size: 1.15rem; }
.pp-mail { display: block; text-align: center; margin-top: 12px; font-size: .82rem; font-weight: 600; color: var(--cyan); }
.pp-mail:hover { text-decoration: underline; }
@media (max-width: 1100px) { .pp-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 860px) { .pp-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .pp-grid { grid-template-columns: 1fr; } }

/* Comparison table -------------------------------------------------------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius-lg); }
table.cmp { width: 100%; border-collapse: collapse; min-width: 680px; }
table.cmp th, table.cmp td { padding: 15px 18px; text-align: left; border-bottom: 1px solid var(--border); font-size: .92rem; }
table.cmp thead th { background: var(--surface-2); color: var(--white); font-weight: 700; }
table.cmp td { color: var(--text); }
table.cmp td:first-child { color: var(--muted); font-weight: 500; }
table.cmp td svg { width: 18px; height: 18px; color: var(--cyan); }
table.cmp tbody tr:last-child td { border-bottom: none; }
table.cmp tbody tr:hover td { background: rgba(20,120,255,.04); }

/* Breadcrumb -------------------------------------------------------------- */
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: .85rem; color: var(--muted); padding: 20px 0; }
.breadcrumb a:hover { color: var(--cyan); }
.breadcrumb .sep { color: var(--faint); }

/* Product page hero ------------------------------------------------------- */
.page-hero { position: relative; padding: 24px 0 70px; overflow: hidden; }
.p-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.review-badge { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px; border-radius: var(--pill); background: var(--surface); border: 1px solid var(--border); margin-bottom: 20px; font-size: .84rem; color: var(--text); }
.review-badge .stars { color: #ffc247; letter-spacing: 1px; }
.check-list { margin: 24px 0 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 11px 22px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .93rem; color: var(--text); }
.check-list li svg { width: 20px; height: 20px; color: var(--cyan); flex: none; margin-top: 1px; }
.p-hero-visual img { margin: 0 auto; filter: drop-shadow(0 24px 50px rgba(20,120,255,.3)); }

/* CTA band ---------------------------------------------------------------- */
.cta-band { position: relative; border-radius: var(--radius-lg); overflow: hidden; padding: 66px 48px; text-align: center; background: linear-gradient(160deg, var(--bg-700), var(--bg-800)); border: 1px solid var(--border-blue); box-shadow: 0 0 60px rgba(20,120,255,.16); }
.cta-band::before { content: ""; position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 600px; height: 340px; background: radial-gradient(circle, rgba(20,120,255,.4), transparent 70%); filter: blur(30px); }
.cta-band .inner { position: relative; max-width: 640px; margin: 0 auto; }
.cta-band p { color: var(--text); font-size: 1.1rem; margin: 14px 0 28px; }
.cta-band .btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Tools ------------------------------------------------------------------- */
.tool-box { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 30px; }
.tool-label { font-weight: 600; font-size: .9rem; margin-bottom: 8px; display: block; color: var(--text); }
.tool-ta { width: 100%; min-height: 170px; border: 1px solid var(--border-2); border-radius: var(--radius); padding: 15px 16px; font-family: ui-monospace, "Cascadia Code", Consolas, monospace; font-size: .88rem; resize: vertical; background: var(--bg-900); color: var(--white); transition: border-color .15s; }
.tool-ta:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(20,120,255,.15); }
.tool-input { width: 100%; border: 1px solid var(--border-2); border-radius: var(--radius); padding: 14px 16px; background: var(--bg-900); transition: border-color .15s; }
.tool-input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(20,120,255,.15); }
.seg { display: inline-flex; gap: 4px; padding: 5px; background: var(--bg-900); border: 1px solid var(--border); border-radius: var(--pill); flex-wrap: wrap; }
.seg-btn { padding: 8px 16px; border-radius: var(--pill); font-weight: 600; font-size: .84rem; color: var(--muted); transition: .2s; }
.seg-btn.active { background: var(--grad-blue); color: #fff; }
.tool-result { margin-top: 20px; }
.result-row { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid var(--border); border-radius: 12px; margin-bottom: 8px; font-size: .9rem; background: var(--bg-900); }
.result-row .st { font-size: .72rem; font-weight: 700; padding: 4px 10px; border-radius: var(--pill); }
.st.online { background: rgba(52,213,255,.14); color: var(--cyan); }
.st.offline { background: rgba(255,90,90,.14); color: #ff7a7a; }
.result-row .mono { font-family: ui-monospace, Consolas, monospace; font-weight: 600; color: var(--white); }
.result-row .ms { margin-left: auto; color: var(--muted); font-size: .82rem; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.info-item { padding: 16px; border: 1px solid var(--border); border-radius: 12px; background: var(--bg-900); }
.info-item .k { font-size: .76rem; color: var(--muted); }
.info-item .v { font-size: 1.05rem; font-weight: 700; color: var(--white); font-family: ui-monospace, Consolas, monospace; margin-top: 3px; }
.note { font-size: .85rem; color: var(--text); background: var(--blue-soft); border: 1px solid var(--border-blue); border-radius: 12px; padding: 13px 16px; margin-top: 16px; display: flex; gap: 10px; }
.note svg { width: 18px; height: 18px; color: var(--cyan); flex: none; margin-top: 1px; }

/* Toast & WA float -------------------------------------------------------- */
.toast { position: fixed; bottom: 26px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--surface-2); color: var(--white); border: 1px solid var(--border-blue); padding: 13px 24px; border-radius: var(--pill); font-weight: 600; font-size: .9rem; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transition: .25s; z-index: 200; }
.toast.show { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 90; width: 58px; height: 58px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37,211,102,.5); transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; color: #fff; }

/* Footer ------------------------------------------------------------------ */
.footer { background: var(--bg-800); border-top: 1px solid var(--border); padding: 68px 0 30px; position: relative; overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(6, 1fr); gap: 28px; margin-bottom: 46px; }
.footer .brand { color: var(--white); margin-bottom: 14px; }
.footer-about { font-size: .88rem; line-height: 1.7; max-width: 260px; margin-bottom: 18px; color: var(--muted); }
.footer-col h4 { color: var(--white); font-size: .92rem; margin-bottom: 16px; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col a { font-size: .86rem; color: var(--muted); transition: color .15s; }
.footer-col a:hover { color: var(--cyan); }
.footer-contact { display: flex; flex-direction: column; gap: 8px; font-size: .88rem; color: var(--text); }
.footer-contact a { display: inline-flex; align-items: center; gap: 8px; }
.footer-contact svg { width: 16px; height: 16px; color: var(--cyan); }
.footer-social { display: flex; gap: 10px; margin-top: 14px; }
.footer-social a { width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,.04); border: 1px solid var(--border); display: grid; place-items: center; transition: .2s; }
.footer-social a:hover { border-color: var(--border-blue); box-shadow: 0 0 18px rgba(20,120,255,.3); }
.footer-social svg { width: 18px; height: 18px; color: var(--text); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 14px; font-size: .84rem; color: var(--muted); }
.footer-pay { display: flex; gap: 8px; flex-wrap: wrap; }
.footer-pay span { font-size: .76rem; padding: 5px 11px; border: 1px solid var(--border); border-radius: 8px; color: var(--muted); }

/* Mobile drawer ----------------------------------------------------------- */
.drawer { position: fixed; inset: 0; z-index: 200; visibility: hidden; }
.drawer-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.6); opacity: 0; transition: opacity .25s; }
.drawer-panel { position: absolute; top: 0; right: 0; width: min(370px, 90vw); height: 100%; background: var(--bg-800); border-left: 1px solid var(--border); box-shadow: var(--shadow); transform: translateX(100%); transition: transform .3s cubic-bezier(.4,0,.2,1); overflow-y: auto; padding: 20px; }
.drawer.open { visibility: visible; }
.drawer.open .drawer-overlay { opacity: 1; }
.drawer.open .drawer-panel { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.drawer-close { width: 42px; height: 42px; border-radius: 11px; background: rgba(255,255,255,.05); border: 1px solid var(--border); font-size: 1.5rem; color: var(--white); }
.m-acc > .m-acc-head { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 14px 6px; font-weight: 600; font-size: 1rem; color: var(--white); border-bottom: 1px solid var(--border); }
.m-acc > .m-acc-head svg { width: 18px; height: 18px; transition: transform .2s; color: var(--muted); }
.m-acc.open > .m-acc-head svg { transform: rotate(180deg); }
.m-acc-body { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.m-acc-body a { display: block; padding: 11px 6px 11px 18px; font-size: .92rem; color: var(--muted); border-bottom: 1px solid rgba(255,255,255,.04); }
.m-acc-body a:hover { color: var(--cyan); }
.m-link { display: block; padding: 14px 6px; font-weight: 600; font-size: 1rem; color: var(--white); border-bottom: 1px solid var(--border); }
.drawer-cta { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }

/* Scroll reveal ----------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Utilities --------------------------------------------------------------- */
.mt-1 { margin-top: 14px; } .mt-2 { margin-top: 28px; } .mt-3 { margin-top: 40px; }
.center-btn { display: flex; justify-content: center; margin-top: 40px; }

/* Responsive -------------------------------------------------------------- */
@media (max-width: 1200px) {
  .footer-grid { grid-template-columns: 1.3fr repeat(3, 1fr); }
  .footer-brand-col { grid-column: 1 / -1; }
  .badge-grid { grid-template-columns: repeat(3, 1fr); }
  .grid-5 { grid-template-columns: repeat(3, 1fr); }
}
/* Nav collapses to hamburger earlier so the spacious desktop menu never crowds */
@media (max-width: 1200px) {
  .nav-menu, .nav-right .lang, .nav-right .btn-outline { display: none; }
  .hamburger { display: block; }
  .header .container { max-width: var(--maxw); }
}
@media (max-width: 992px) {
  .p-hero-grid, .compliance { grid-template-columns: 1fr; gap: 36px; }
  .blog-layout { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .slide-inner { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .section { padding: 64px 0; }
  .grid-3, .grid-5 { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .badge-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-band { padding: 44px 24px; }
  .compliance-badges { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 576px) {
  .grid-2, .grid-3, .grid-4, .grid-5 { grid-template-columns: 1fr; }
  .check-list { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; }
  .hero { padding: 50px 0 60px; }
  .blog-side .blog-card { flex-direction: column; }
  .blog-side .blog-cover { width: 100%; border-right: none; border-bottom: 1px solid var(--border); height: 150px; }
}
