/* ============================================================
   Danış Danışman — Dijital Ajans
   Oasis-inspired minimal design system
   ============================================================ */

:root {
  --ink: #111317;
  --ink-2: #41464e;
  --muted: #8b9097;
  --line: #e8eaee;
  --line-2: #eef0f3;
  --bg: #ffffff;
  --bg-grey: #f5f6f8;
  --card-grey: #f2f3f5;
  --peach: #f9e7da;
  --peach-2: #fbeee4;
  --yellow: #fbf2d6;
  --soft-blue: #eaeff5;
  --soft-green: #eaf1e6;
  --cta-blue: #e9f0f6;
  --black: #0c0d0f;
  --dot: #2ecc71;

  --radius: 14px;
  --radius-lg: 26px;
  --radius-xl: 34px;
  --maxw: 1240px;
  --font: "Hanken Grotesk", "Helvetica Neue", Arial, system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

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

/* ---------- Typography ---------- */
h1,h2,h3,h4,h5 { font-weight: 400; line-height: 1.08; letter-spacing: -.025em; color: var(--ink); }
h1 { font-size: clamp(3rem, 8vw, 6.6rem); }
h2 { font-size: clamp(2.2rem, 5vw, 4rem); }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); font-weight: 500; }
h4 { font-size: 1.15rem; font-weight: 600; }
p { color: var(--ink-2); }
.lead { font-size: 1.15rem; color: var(--muted); font-weight: 400; }

.eyebrow {
  display: inline-block; font-size: .82rem; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ink); margin-bottom: 0;
}
.eyebrow.coral { color: var(--muted); }

.section-label {
  display: flex; align-items: center; gap: 14px;
  font-size: .82rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink);
  padding-bottom: 22px; border-bottom: 1px solid var(--line); margin-bottom: 44px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: inherit; font-weight: 500; font-size: 1rem; padding: 15px 30px;
  border-radius: 999px; cursor: pointer; border: 1px solid transparent; transition: all .25s ease;
  white-space: nowrap;
}
.btn-dark { background: var(--black); color: #fff; }
.btn-dark:hover { background: #2a2c30; transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-outline:hover { border-color: var(--ink); }
.btn-light { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-light:hover { border-color: var(--ink); }
/* legacy aliases */
.btn-primary { background: var(--black); color: #fff; }
.btn-primary:hover { background: #2a2c30; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink); }

.link-arrow { display: inline-block; font-weight: 600; font-size: .95rem; color: var(--ink); border-bottom: 1.5px solid var(--ink); padding-bottom: 2px; transition: opacity .2s; }
.link-arrow:hover { opacity: .55; }

.icon-btn {
  width: 60px; height: 60px; border-radius: 999px; border: 1px solid var(--line);
  background: #fff; display: grid; place-items: center; cursor: pointer; transition: all .2s; color: var(--ink);
}
.icon-btn:hover { border-color: var(--ink); }
.icon-btn svg { width: 20px; height: 20px; }

/* ---------- Header ---------- */
site-header, site-footer { display: block; }
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.85); backdrop-filter: blur(16px);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 92px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand .logo-mark { width: 30px; height: 30px; display: block; flex-shrink: 0; }
.brand .brand-name { font-weight: 700; font-size: 1.35rem; letter-spacing: -.02em; color: var(--ink); white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; flex-wrap: nowrap; }
.nav-links li { list-style: none; }
.nav-links a {
  font-weight: 500; font-size: .98rem; color: var(--ink); padding: 8px 12px; border-radius: 8px; transition: .2s; white-space: nowrap; display: inline-block;
}
.nav-links a:hover, .nav-links a.active { background: var(--bg-grey); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-search { background: none; border: 0; cursor: pointer; color: var(--ink); display: grid; place-items: center; padding: 6px; }
.nav-search svg { width: 22px; height: 22px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 60px 0 70px; overflow: hidden; }
.hero-bg-grid {
  position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(to right, var(--line-2) 1px, transparent 1px),
    linear-gradient(to bottom, var(--line-2) 1px, transparent 1px);
  background-size: 92px 92px;
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 45%, #000 35%, transparent 80%);
  mask-image: radial-gradient(ellipse 70% 70% at 50% 45%, #000 35%, transparent 80%);
}
.hero-inner { position: relative; z-index: 1; text-align: center; max-width: 1000px; margin: 0 auto; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 0; background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 6px 6px 6px 16px; font-size: .92rem; font-weight: 500; margin-bottom: 40px;
  box-shadow: 0 4px 14px rgba(17,19,23,.04);
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--dot); margin-right: 9px; }
.hero-badge .sep { width: 1px; height: 18px; background: var(--line); margin: 0 14px; }
.hero-badge .pill-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-2); }
.hero h1 { margin-bottom: 30px; letter-spacing: -.04em; }
.hero-sub { font-size: 1.18rem; color: var(--muted); max-width: 620px; margin: 0 auto 40px; }
.hero .btn-dark { padding: 16px 36px; }

/* ---------- Logo cloud ---------- */
.logos { padding: 48px 0 60px; }
.logos-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 30px; }
.logos-row .lg { font-weight: 800; font-size: 1.3rem; color: #c2c7ce; letter-spacing: -.02em; display: flex; align-items: center; gap: 8px; }
.logos-row .lg svg { width: 26px; height: 26px; opacity: .6; }

/* ---------- Showcase (person + tiles) ---------- */
.showcase { position: relative; padding: 0 0 30px; }
.showcase-tiles {
  position: relative; background: var(--bg-grey); border-radius: 0; min-height: 560px;
  display: grid; place-items: end center; overflow: hidden;
}
.showcase-tiles::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(to right, rgba(255,255,255,.7) 2px, transparent 2px),
                    linear-gradient(to bottom, rgba(255,255,255,.7) 2px, transparent 2px);
  background-size: 132px 132px;
}
.showcase-tiles { place-items: center; }
.showcase-figure { position: relative; z-index: 1; text-align: center; padding: 40px 20px; width: 100%; }
.showcase-figure .hero-shot { width: 680px; max-width: 94%; height: auto; display: block; margin: 0 auto; }
.showcase-figure .person {
  width: 340px; height: 480px; border-radius: 18px 18px 0 0; object-fit: cover;
  background: linear-gradient(180deg, #e9ebef, #dfe2e7);
}
.w-media img, .split-visual img, .a-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.play-btn {
  position: absolute; top: 42%; left: 50%; transform: translate(-50%,-50%); z-index: 2;
  width: 86px; height: 86px; border-radius: 50%; background: rgba(40,42,46,.55); backdrop-filter: blur(4px);
  display: grid; place-items: center; border: 0; cursor: pointer;
}
.play-btn svg { width: 26px; height: 26px; fill: #fff; margin-left: 4px; }

/* ---------- Stat cards ---------- */
.stat-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 60px; }
.stat-card { background: var(--bg-grey); border-radius: 4px; padding: 40px 36px; display: flex; flex-direction: column; min-height: 320px; }
.stat-card h3 { font-weight: 500; margin-bottom: 16px; }
.stat-card .cat { font-size: .95rem; color: var(--muted); }
.stat-card .nums { margin-top: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding-top: 26px; border-top: 1px solid var(--line); }
.stat-card .nums .n b { font-size: 2.5rem; font-weight: 500; letter-spacing: -.03em; display: inline-flex; align-items: flex-start; }
.stat-card .nums .n b sup { font-size: 1rem; margin-top: .4em; margin-left: 2px; }
.stat-card .nums .n span { display: block; font-size: .9rem; color: var(--muted); margin-top: 4px; }

/* ---------- Generic sections ---------- */
section { padding: 90px 0; }
.section-head { margin-bottom: 56px; }
.section-head.center { text-align: center; max-width: 680px; margin-left: auto; margin-right: auto; }
.section-head .row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.section-head h2 { letter-spacing: -.035em; }
.section-head p { margin-top: 16px; color: var(--muted); max-width: 560px; }

/* ---------- Split (Driving business growth) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split-text h2 { margin-bottom: 32px; }
.split-text p { margin-bottom: 20px; color: var(--ink-2); font-size: 1.05rem; }
.split-text .btn { margin-top: 16px; }
.split-visual { border-radius: 8px; overflow: hidden; min-height: 420px; background: linear-gradient(135deg,#dfe7f0,#c9d6e6); }
.split-visual img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Work grid ---------- */
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 40px; }
.work { display: block; }
.work .w-media { border-radius: 6px; overflow: hidden; aspect-ratio: 1/0.82; display: grid; place-items: center; }
.w-media.g1 { background: linear-gradient(135deg,#efe2cf,#e6d3b8); }
.w-media.g2 { background: linear-gradient(135deg,#cfe0ee,#aecbe2); }
.w-media.g3 { background: linear-gradient(135deg,#f6dde2,#f0c6d0); }
.w-media.g4 { background: linear-gradient(135deg,#dfead0,#c8dcb0); }
.w-media .w-logo { font-weight: 700; font-size: 2rem; color: rgba(40,42,46,.55); letter-spacing: -.02em; text-align: center; }
.work .w-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 4px 0; }
.work .w-foot h3 { font-weight: 500; }
.work .chips { display: flex; gap: 10px; }
.chip { font-size: .8rem; font-weight: 500; border: 1px solid var(--line); color: var(--ink-2); padding: 6px 16px; border-radius: 999px; }

/* ---------- Service cards (Building brand recognition) ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.svc-card {
  background: var(--card-grey); border-radius: 4px; padding: 38px 34px; min-height: 360px;
  display: flex; flex-direction: column; transition: transform .3s ease;
}
.svc-card:hover { transform: translateY(-5px); }
.svc-card.blue { background: var(--soft-blue); }
.svc-card.peach { background: var(--peach); }
.svc-card.yellow { background: var(--yellow); }
.svc-card.green { background: var(--soft-green); }
.svc-card h3 { font-weight: 500; margin-bottom: 18px; }
.svc-card p { color: var(--ink-2); font-size: 1rem; }
.svc-card .link-arrow { margin-top: auto; align-self: flex-start; }
.svc-empty { background: transparent; }

/* ---------- CTA block ---------- */
.cta-band { background: var(--cta-blue); border-radius: var(--radius-xl); padding: 110px 40px; text-align: center; }
.cta-band h2 { max-width: 800px; margin: 0 auto 40px; letter-spacing: -.035em; }
.cta-band .btn-dark { padding: 16px 38px; }
.cta-band p { display: none; }

/* ---------- Article cards ---------- */
.article-grid-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.acard .a-media { border-radius: 8px; overflow: hidden; aspect-ratio: 1/0.92; }
.acard .a-media > div { width: 100%; height: 100%; }
.am1 { background: linear-gradient(135deg,#d6e6ec,#b9d3dd); }
.am2 { background: linear-gradient(135deg,#f8dce6,#f2c2d4); }
.am3 { background: linear-gradient(135deg,#dde7c6,#c6d8a4); }
.am4 { background: linear-gradient(135deg,#ececec,#dadada); }
.acard h3 { font-size: 1.25rem; font-weight: 500; margin: 22px 0 18px; line-height: 1.25; }
.acard .link-arrow { font-weight: 600; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { position: relative; padding: 70px 0 50px; overflow: hidden; }
.page-hero::before {
  content:""; position:absolute; inset:0; z-index:0;
  background-image: linear-gradient(to right, var(--line-2) 1px, transparent 1px),
                    linear-gradient(to bottom, var(--line-2) 1px, transparent 1px);
  background-size: 92px 92px;
  -webkit-mask-image: radial-gradient(ellipse 80% 90% at 30% 20%, #000 10%, transparent 70%);
  mask-image: radial-gradient(ellipse 80% 90% at 30% 20%, #000 10%, transparent 70%);
}
.page-hero .container { position: relative; z-index: 1; }
.breadcrumb { font-size: .85rem; color: var(--muted); margin-bottom: 22px; }
.breadcrumb a:hover { color: var(--ink); }
.page-hero h1 { font-size: clamp(2.4rem,5.5vw,4.4rem); max-width: 900px; letter-spacing: -.035em; }
.page-hero h1 + .lead, .page-hero .lead { max-width: 680px; margin-top: 24px; font-size: 1.15rem; }
.page-hero .eyebrow { margin-bottom: 18px; }

/* ---------- Article / content pages ---------- */
.article { padding: 50px 0 90px; }
.article-grid { display: grid; grid-template-columns: 1fr 320px; gap: 70px; align-items: start; }
.prose { font-size: 1.06rem; }
.prose h2 { font-size: clamp(1.7rem,3vw,2.3rem); margin: 46px 0 18px; font-weight: 400; letter-spacing: -.03em; }
.prose h3 { font-size: 1.35rem; margin: 32px 0 12px; font-weight: 600; }
.prose p { margin-bottom: 18px; color: var(--ink-2); }
.prose ul, .prose ol { margin: 0 0 20px 22px; }
.prose li { margin-bottom: 9px; color: var(--ink-2); }
.prose .lead { margin-bottom: 26px; color: var(--ink-2); font-size: 1.18rem; }
.prose strong { color: var(--ink); font-weight: 600; }
.prose a { color: var(--ink); border-bottom: 1px solid var(--ink); }
.callout { background: var(--soft-blue); border-radius: 12px; padding: 26px 28px; margin: 30px 0; }
.callout b { display: block; margin-bottom: 6px; color: var(--ink); }
.callout p { margin: 0; }

.kw-table { width: 100%; border-collapse: collapse; margin: 26px 0; font-size: .98rem; }
.kw-table th, .kw-table td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.kw-table th { background: var(--bg-grey); font-weight: 600; }
.kw-table td { color: var(--ink-2); }

.sidebar { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 22px; }
.side-card { background: var(--bg-grey); border-radius: 14px; padding: 28px; }
.side-card.dark { background: var(--black); color: #fff; }
.side-card.dark h4, .side-card.dark p { color: #fff; }
.side-card.dark p { opacity: .7; }
.side-card h4 { margin-bottom: 14px; }
.side-card p { font-size: .95rem; margin-bottom: 18px; color: var(--ink-2); }
.side-nav { list-style: none; }
.side-nav li a { display: block; padding: 9px 0; font-size: .96rem; color: var(--ink-2); font-weight: 500; border-bottom: 1px solid var(--line); }
.side-nav li:last-child a { border-bottom: 0; }
.side-nav li a:hover { color: var(--ink); }
.faq-item { border-bottom: 1px solid var(--line); padding: 16px 0; }
.faq-item:last-child { border-bottom: 0; }
.faq-item b { display: block; margin-bottom: 7px; }
.faq-item p { font-size: .93rem; margin: 0; color: var(--ink-2); }

/* ---------- Stats band (inner) ---------- */
.stats { background: var(--bg-grey); }
.stats .container { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.stat { text-align: center; }
.stat b { font-size: clamp(2.4rem,4vw,3.4rem); font-weight: 500; letter-spacing: -.03em; display: block; }
.stat b em { font-style: normal; }
.stat span { color: var(--muted); font-size: .95rem; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-info .ci { display: flex; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-info .ci .ic { width: 48px; height: 48px; border-radius: 12px; background: var(--bg-grey); display: grid; place-items: center; font-size: 1.2rem; flex-shrink: 0; }
.contact-info .ci b { display: block; }
.contact-info .ci span { color: var(--muted); font-size: .96rem; }
.form { background: var(--bg-grey); border-radius: var(--radius-lg); padding: 40px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-weight: 500; font-size: .92rem; margin-bottom: 8px; }
.field input, .field textarea, .field select {
  width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff;
  font-family: inherit; font-size: 1rem; color: var(--ink); transition: border-color .2s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--ink); }
.field textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: .82rem; color: var(--muted); margin-top: 12px; }
.form-success { display: none; color: #1c7a44; font-weight: 600; margin-top: 14px; }

/* ---------- Footer ---------- */
.site-footer { padding: 70px 0 36px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 56px; }
.site-footer .brand { margin-bottom: 20px; }
.site-footer .f-desc { color: var(--muted); font-size: .95rem; max-width: 320px; }
.powered { margin-top: 26px; }
.powered .vx-logo { display: block; width: 150px; height: auto; }
.powered .powered-label { display: block; font-size: .82rem; color: var(--muted); margin-top: 8px; letter-spacing: .01em; }
.footer-col h5 { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 20px; font-weight: 600; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 13px; }
.footer-col ul li a { color: var(--ink); font-size: .96rem; transition: .2s; }
.footer-col ul li a:hover { color: var(--muted); }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 26px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; font-size: .9rem; color: var(--muted); }
.social { display: flex; gap: 18px; }
.social a { color: var(--ink); display: grid; place-items: center; transition: opacity .2s; }
.social a:hover { opacity: .5; }
.social svg { width: 20px; height: 20px; }

/* ---------- Legacy support (referanslar work cards / CTA actions) ---------- */
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.work .w-top { border-radius: 6px; overflow: hidden; aspect-ratio: 1/0.78; display: grid; place-items: center; margin-bottom: 0; }
.work .w-top.g1 { background: linear-gradient(135deg,#efe2cf,#e6d3b8); }
.work .w-top.g2 { background: linear-gradient(135deg,#cfe0ee,#aecbe2); }
.work .w-top.g3 { background: linear-gradient(135deg,#f6dde2,#f0c6d0); }
.work .w-top.g4 { background: linear-gradient(135deg,#dfead0,#c8dcb0); }
.work .w-top .w-logo { font-weight: 700; font-size: 1.9rem; color: rgba(40,42,46,.55); text-align: center; letter-spacing: -.02em; }
.work .w-top img { width: 100%; height: 100%; object-fit: cover; display: block; }
.work .w-body { padding: 22px 4px 0; }
.work .w-body .tag { font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.work .w-body h3 { font-weight: 500; margin: 10px 0 10px; }
.work .w-body p { font-size: .98rem; color: var(--ink-2); }
.work .w-body .chips { margin-top: 16px; }

/* ---------- WhatsApp floating button ---------- */
.wa-float {
  position: fixed; right: 26px; bottom: 26px; z-index: 200;
  width: 62px; height: 62px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 12px 30px rgba(37,211,102,.45); transition: transform .2s ease;
}
.wa-float::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: #25d366; opacity: .45; z-index: -1; animation: wa-pulse 2.2s ease-out infinite;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 34px; height: 34px; }
@keyframes wa-pulse { 0% { transform: scale(1); opacity: .5; } 70% { transform: scale(1.7); opacity: 0; } 100% { opacity: 0; } }
@media (max-width: 620px) { .wa-float { right: 16px; bottom: 16px; width: 56px; height: 56px; } .wa-float svg { width: 30px; height: 30px; } }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .split, .article-grid, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .stat-cards, .svc-grid, .article-grid-cards { grid-template-columns: 1fr 1fr; }
  .work-grid { grid-template-columns: 1fr; }
  .stats .container { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .sidebar { position: static; }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open {
    display: flex; flex-direction: column; align-items: flex-start; position: absolute; top: 92px; left: 0; right: 0;
    background: #fff; padding: 16px 32px; border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(17,19,23,.08); gap: 2px;
  }
  .nav-links.open a { width: 100%; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  section { padding: 64px 0; }
  .container { padding: 0 20px; }
  .stat-cards, .svc-grid, .article-grid-cards, .stats .container, .footer-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 70px 24px; }
  .hero .btn-dark { width: 100%; }
  .nav-cta .btn { display: none; }
  .section-head .row { flex-direction: column; align-items: flex-start; }
}
