/* ===========================================================
   Casibow SEO Site — ortak tasarım sistemi (yeşil-siyah)
   =========================================================== */
:root {
  --bg: #010d08;
  --bg-2: #041a10;
  --surface: rgba(7, 26, 16, 0.72);
  --surface-2: rgba(4, 13, 8, 0.9);
  --card: rgba(255, 255, 255, 0.028);
  --green: #025328;
  --green-rgb: 2, 83, 40;
  --green-hover: #037035;
  --green-hover-rgb: 3, 112, 53;
  --green-light: #10b461;
  --green-light-rgb: 16, 180, 97;
  --green-bright: #34d87a;
  --green-bright-rgb: 52, 216, 122;
  --text: #ffffff;
  --muted: rgba(226, 240, 233, 0.62);
  --soft: rgba(255, 255, 255, 0.4);
  --line: rgba(255, 255, 255, 0.08);
  --line-2: rgba(255, 255, 255, 0.12);
  --radius: 16px;
  --radius-sm: 12px;
  --font: "Rubik", -apple-system, "Segoe UI", Roboto, system-ui, sans-serif;
  --wrap: 1140px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
::selection { background: rgba(var(--green-rgb), 0.7); color: #fff; }

.bg {
  position: fixed; inset: 0; z-index: -3;
  background:
    radial-gradient(1200px 700px at 50% -12%, rgba(var(--green-rgb), 0.4), transparent 60%),
    radial-gradient(860px 520px at 100% 110%, rgba(var(--green-light-rgb), 0.07), transparent 55%),
    radial-gradient(720px 460px at 0% 100%, rgba(var(--green-rgb), 0.18), transparent 55%),
    linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 55%, #010704 100%);
}
.bg::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(circle at 50% 20%, #000 0%, transparent 72%);
  mask-image: radial-gradient(circle at 50% 20%, #000 0%, transparent 72%);
  opacity: 0.7;
}

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }

/* ---------- TOP BAR ---------- */
.topbar {
  background: linear-gradient(90deg, rgba(var(--green-rgb), 0.28), rgba(var(--green-hover-rgb), 0.14));
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  text-align: center;
  padding: 8px 14px;
  color: rgba(233, 245, 239, 0.86);
}
.topbar b { color: #fff; }
.topbar a { color: var(--green-bright); font-weight: 700; }

/* ---------- HEADER ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(1, 10, 6, 0.82);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; gap: 18px;
  height: 64px;
}
.logo { display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.logo img { height: 34px; width: auto; max-width: 170px; object-fit: contain; }
.logo b { display: none; }
.nav__menu { display: flex; align-items: center; gap: 4px; margin-left: 10px; }
.nav__menu a {
  padding: 8px 13px; border-radius: 999px;
  font-size: 14px; font-weight: 500; color: var(--muted);
  transition: background .2s, color .2s;
}
.nav__menu a:hover { color: #fff; background: rgba(255,255,255,0.05); }
.nav__menu a.active { color: #fff; background: rgba(var(--green-rgb), 0.4); font-weight: 600; }
.nav__cta { margin-left: auto; display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.nav__toggle { display: none; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 18px; border-radius: 999px;
  font-size: 14px; font-weight: 700; cursor: pointer;
  border: 1px solid transparent; white-space: nowrap;
  transition: filter .2s, transform .2s, background .2s, border-color .2s, box-shadow .2s;
}
.btn svg { width: 16px; height: 16px; }
.btn--ghost { background: rgba(255,255,255,0.05); border-color: var(--line-2); color: #fff; }
.btn--ghost:hover { background: rgba(255,255,255,0.1); border-color: rgba(var(--green-light-rgb), 0.5); }
.btn--primary {
  background: linear-gradient(160deg, var(--green-light) 0%, var(--green-hover) 48%, var(--green) 100%);
  border-color: rgba(var(--green-bright-rgb), 0.5); color: #fff;
  box-shadow: 0 8px 20px rgba(var(--green-rgb), 0.42), inset 0 1px 0 rgba(255,255,255,0.2);
}
.btn--primary:hover { filter: brightness(1.08); transform: translateY(-1px); box-shadow: 0 12px 26px rgba(var(--green-rgb), 0.55); }
.btn--lg { padding: 14px 26px; font-size: 15.5px; }
.btn--block { width: 100%; }

/* ---------- SECTION HELPERS ---------- */
main { position: relative; z-index: 1; }
.section { padding: 62px 0; }
.section--tight { padding: 44px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--green-bright); font-size: 12px; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 12px;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--green-bright); border-radius: 2px; }
.eyebrow--c { justify-content: center; }
.h-sec { font-size: clamp(24px, 3.4vw, 34px); font-weight: 800; line-height: 1.15; letter-spacing: -0.01em; }
.sub { color: var(--muted); font-size: 15px; margin-top: 10px; max-width: 640px; }
.center { text-align: center; }
.center .sub { margin-left: auto; margin-right: auto; }

.crumbs { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--soft); margin-bottom: 18px; }
.crumbs a:hover { color: var(--green-bright); }
.crumbs span { color: var(--green-bright); }

/* ---------- HERO ---------- */
.hero { padding: 66px 0 54px; }
.hero__grid { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: center; }
.hero h1 { font-size: clamp(30px, 5.2vw, 52px); font-weight: 900; line-height: 1.08; letter-spacing: -0.02em; }
.hero h1 em { color: var(--green-bright); font-style: normal; }
.hero__lead { color: var(--muted); font-size: 16px; margin: 18px 0 26px; max-width: 560px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__pills { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 20px; }
.hero__pills span { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: var(--muted); }
.hero__pills i { width: 7px; height: 7px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 8px rgba(var(--green-light-rgb), 0.7); font-style: normal; }

/* ---------- ADDRESS BOX ---------- */
.addr {
  background: linear-gradient(180deg, var(--surface), var(--surface-2));
  border: 1px solid var(--line-2); border-radius: 18px;
  padding: 20px; box-shadow: 0 22px 60px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.04);
}
.addr__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.addr__card { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 14px 15px; }
.addr__card--main { border-color: rgba(var(--green-light-rgb), 0.35); background: rgba(var(--green-rgb), 0.14); }
.addr__label { display: flex; align-items: center; justify-content: space-between; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--soft); margin-bottom: 8px; }
.addr__label .live { color: var(--green-bright); display: inline-flex; align-items: center; gap: 5px; }
.addr__label .live i { width: 6px; height: 6px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 3px rgba(var(--green-light-rgb), 0.2); animation: pulse 1.8s ease-in-out infinite; font-style: normal; }
.addr__url { font-size: 18px; font-weight: 700; color: #fff; word-break: break-all; }
.addr__note { font-size: 12px; color: var(--soft); margin-top: 6px; }
.addr__act { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.addr__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 12px; }
.addr__stat { text-align: center; background: var(--card); border: 1px solid var(--line); border-radius: 10px; padding: 10px 6px; }
.addr__stat b { display: block; font-size: 17px; font-weight: 800; color: #fff; }
.addr__stat span { font-size: 11px; color: var(--soft); }
.addr__go { margin-top: 12px; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1);} 50%{opacity:.5;transform:scale(.7);} }

/* ---------- FEATURE CARDS ---------- */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.fcard {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.012));
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 20px; transition: transform .22s, border-color .22s, box-shadow .22s;
}
.fcard:hover { transform: translateY(-3px); border-color: rgba(var(--green-light-rgb), 0.4); box-shadow: 0 16px 34px rgba(0,0,0,0.4); }
.fcard__ic {
  width: 46px; height: 46px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center;
  background: rgba(var(--green-rgb), 0.28); border: 1px solid rgba(var(--green-light-rgb), 0.28); color: var(--green-bright);
  margin-bottom: 14px;
}
.fcard__ic svg { width: 22px; height: 22px; }
.fcard h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.fcard p { color: var(--muted); font-size: 13.5px; line-height: 1.6; }
.fcard--link { display: block; }
.fcard__more { display: inline-flex; align-items: center; gap: 5px; margin-top: 12px; color: var(--green-bright); font-size: 13px; font-weight: 700; }
.fcard__more svg { width: 13px; height: 13px; transition: transform .2s; }
.fcard--link:hover .fcard__more svg { transform: translateX(3px); }
.badge {
  position: absolute; top: 14px; right: 14px;
  padding: 3px 9px; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  background: linear-gradient(90deg, var(--green-bright), var(--green-light)); color: #02170d;
}
.fcard { position: relative; }

/* ---------- SPLIT / ABOUT ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.prose p { color: var(--muted); font-size: 15px; margin-bottom: 14px; }
.prose a { color: var(--green-bright); text-decoration: underline; text-underline-offset: 2px; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mini {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px;
}
.mini__ic { width: 38px; height: 38px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; background: rgba(var(--green-rgb), 0.3); color: var(--green-bright); margin-bottom: 10px; }
.mini__ic svg { width: 19px; height: 19px; }
.mini h4 { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.mini p { font-size: 12.5px; color: var(--muted); line-height: 1.5; }

/* ---------- STEPS ---------- */
.steps { display: flex; flex-direction: column; gap: 10px; max-width: 720px; }
.step {
  display: flex; align-items: center; gap: 14px;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px 16px;
}
.step__n {
  width: 30px; height: 30px; flex: 0 0 30px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(160deg, var(--green-light), var(--green)); color: #fff; font-weight: 800; font-size: 14px;
}
.step p { font-size: 14px; color: rgba(233,245,239,0.86); }

/* ---------- CTA BAND ---------- */
.band {
  text-align: center;
  background: radial-gradient(700px 240px at 50% 0%, rgba(var(--green-rgb), 0.3), transparent 62%), linear-gradient(180deg, var(--surface), var(--surface-2));
  border: 1px solid var(--line-2); border-radius: 20px; padding: 40px 24px;
}
.band h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 800; }
.band p { color: var(--muted); margin: 10px 0 22px; }

/* ---------- BONUS CARDS ---------- */
.bonus { position: relative; }
.bonus h3 { color: var(--green-bright); font-size: 22px; font-weight: 900; }
.bonus .bonus__name { color: #fff; font-size: 14px; font-weight: 700; margin: 2px 0 8px; }
.bonus p { color: var(--muted); font-size: 13px; line-height: 1.55; margin-bottom: 14px; }
.bonus .btn { margin-top: auto; }
.bonus { display: flex; flex-direction: column; }

/* ---------- BLOG ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.chip {
  padding: 6px 14px; border-radius: 999px; font-size: 12.5px; font-weight: 600;
  background: rgba(255,255,255,0.05); border: 1px solid var(--line-2); color: var(--muted);
  cursor: pointer; transition: background .2s, color .2s, border-color .2s;
}
.chip:hover, .chip.active { background: rgba(var(--green-rgb), 0.4); color: #fff; border-color: rgba(var(--green-light-rgb), 0.5); }
.bloggrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.post {
  display: flex; flex-direction: column; border-radius: var(--radius); overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.012));
  border: 1px solid var(--line); transition: transform .22s, border-color .22s, box-shadow .22s;
}
.post:hover { transform: translateY(-3px); border-color: rgba(var(--green-light-rgb), 0.4); box-shadow: 0 16px 34px rgba(0,0,0,0.45); }
.post__cover {
  position: relative; height: 128px; display: flex; align-items: center; justify-content: center; text-align: center;
  padding: 12px 16px; font-weight: 800; font-size: 15px; color: #fff; line-height: 1.25;
  background:
    radial-gradient(160px 90px at 50% 0%, rgba(var(--green-light-rgb), 0.28), transparent 66%),
    linear-gradient(160deg, rgba(var(--green-rgb), 0.5), rgba(4,13,8,0.5));
  border-bottom: 1px solid var(--line);
}
.post__tag { position: absolute; top: 10px; left: 12px; padding: 3px 9px; border-radius: 999px; font-size: 9.5px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; background: rgba(1,13,8,0.7); border: 1px solid rgba(var(--green-light-rgb), 0.35); color: var(--green-bright); }
.post__body { padding: 15px 16px 16px; display: flex; flex-direction: column; flex: 1; }
.post__meta { display: flex; gap: 12px; font-size: 11.5px; color: var(--soft); margin-bottom: 8px; }
.post__title { font-size: 15px; font-weight: 700; line-height: 1.3; margin-bottom: 7px; }
.post__excerpt { font-size: 13px; color: var(--muted); line-height: 1.55; flex: 1; }
.post__more { display: inline-flex; align-items: center; gap: 5px; margin-top: 12px; color: var(--green-bright); font-size: 12.5px; font-weight: 700; }
.post__more svg { width: 13px; height: 13px; transition: transform .2s; }
.post:hover .post__more svg { transform: translateX(3px); }

/* ---------- ARTICLE ---------- */
.article { max-width: 800px; }
.article__hero h1 { font-size: clamp(26px, 4vw, 40px); font-weight: 900; line-height: 1.15; letter-spacing: -0.01em; margin-bottom: 12px; }
.article__meta { display: flex; flex-wrap: wrap; gap: 14px; color: var(--soft); font-size: 13px; margin-bottom: 24px; }
.article__meta .tag { color: var(--green-bright); font-weight: 700; }
.article__body { font-size: 15.5px; line-height: 1.85; color: rgba(226,240,233,0.86); }
.article__body h2 { color: #fff; font-size: 22px; font-weight: 800; margin: 30px 0 12px; }
.article__body h3 { color: #fff; font-size: 18px; font-weight: 700; margin: 24px 0 10px; }
.article__body p { margin-bottom: 16px; }
.article__body strong { color: #fff; }
.article__body a { color: var(--green-bright); text-decoration: underline; text-underline-offset: 2px; }
.article__body ul, .article__body ol { margin: 0 0 18px; padding-left: 0; list-style: none; }
.article__body ul li { position: relative; padding: 4px 0 4px 22px; }
.article__body ul li::before { content: ""; position: absolute; left: 4px; top: 14px; width: 6px; height: 6px; border-radius: 50%; background: var(--green-light); box-shadow: 0 0 0 4px rgba(var(--green-light-rgb), 0.14); }
.article__body ol { counter-reset: n; }
.article__body ol li { position: relative; padding: 4px 0 4px 28px; counter-increment: n; }
.article__body ol li::before { content: counter(n) "."; position: absolute; left: 0; color: var(--green-bright); font-weight: 700; }
.article__cta { margin: 30px 0; padding: 20px; border-radius: var(--radius); background: rgba(var(--green-rgb), 0.16); border: 1px solid rgba(var(--green-light-rgb), 0.28); border-left: 3px solid var(--green-light); }
.article__cta b { color: #fff; }
.related { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 26px; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.qa { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.qa__q {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  width: 100%; text-align: left; padding: 16px 18px; cursor: pointer;
  background: none; border: 0; color: #fff; font-size: 15px; font-weight: 600; font-family: inherit;
}
.qa__q { list-style: none; }
.qa__q::-webkit-details-marker { display: none; }
.qa__q::marker { content: ""; }
.qa__q svg { width: 18px; height: 18px; flex: 0 0 18px; color: var(--soft); transition: transform .25s, color .2s; }
.qa[open] .qa__q svg { transform: rotate(180deg); color: var(--green-bright); }
.qa__a { padding: 0 18px 16px; color: var(--muted); font-size: 14px; line-height: 1.7; }

/* ---------- CONTACT ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.ccard {
  display: flex; align-items: center; gap: 14px; padding: 18px;
  border-radius: var(--radius); border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.012));
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.ccard:hover { transform: translateY(-2px); border-color: rgba(var(--green-light-rgb), 0.4); box-shadow: 0 14px 30px rgba(0,0,0,0.4); }
.ccard__ic { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.ccard__ic svg { width: 23px; height: 23px; }
.ccard b { display: block; font-size: 15px; }
.ccard span { display: block; font-size: 12.5px; color: var(--soft); }
.ic-green { background: linear-gradient(160deg, var(--green-light), var(--green-hover) 55%, var(--green)); }
.ic-tg { background: linear-gradient(160deg, #37bbfe, #1c8ac0); }
.ic-ig { background: linear-gradient(135deg, #feda75, #fa7e1e 28%, #d62976 62%, #962fbf 92%); }

/* ---------- FOOTER ---------- */
.site-footer { border-top: 1px solid var(--line); background: rgba(1, 8, 5, 0.72); margin-top: 20px; }
.footcols { display: grid; grid-template-columns: 1.6fr 1fr 1.3fr 1.1fr; gap: 30px; padding: 46px 0 30px; }
.footbrand img { height: 26px; margin-bottom: 12px; }
.footbrand p { color: var(--muted); font-size: 13px; line-height: 1.6; max-width: 300px; }
.footbrand .backup { margin-top: 12px; font-size: 12.5px; color: var(--soft); }
.footbrand .backup b { color: var(--green-bright); }
.footcol h4 { font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--soft); margin-bottom: 14px; }
.footcol ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footcol a { color: var(--muted); font-size: 13.5px; }
.footcol a:hover { color: var(--green-bright); }
.rg { display: flex; flex-direction: column; gap: 12px; }
.rg__age { width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(var(--green-light-rgb), 0.4); background: rgba(var(--green-rgb), 0.2); color: var(--green-bright); font-weight: 800; font-size: 13px; }
.rg p { color: var(--muted); font-size: 12.5px; line-height: 1.55; }
.rg__soc { display: flex; gap: 8px; }
.rg__soc a { width: 34px; height: 34px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.05); border: 1px solid var(--line-2); color: var(--muted); transition: background .2s, color .2s, border-color .2s, transform .2s; }
.rg__soc a:hover { background: rgba(var(--green-rgb), 0.35); color: var(--green-bright); border-color: rgba(var(--green-light-rgb), 0.5); transform: translateY(-2px); }
.rg__soc svg { width: 16px; height: 16px; }
.footbottom { border-top: 1px solid var(--line); padding: 16px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 12.5px; color: var(--soft); }

/* ---------- HERO 2 SÜTUN (masaüstü) ---------- */
@media (min-width: 981px) {
  .hero__grid { grid-template-columns: 1.08fr 0.92fr; }
}

/* ---------- MOBILE ---------- */
@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .bloggrid { grid-template-columns: repeat(2, 1fr); }
  .footcols { grid-template-columns: 1fr 1fr; gap: 24px; }
}
@media (max-width: 760px) {
  .nav__menu, .nav__cta .btn--ghost { display: none; }
  .nav__toggle {
    display: inline-flex; margin-left: auto; align-items: center; justify-content: center;
    width: 42px; height: 42px; border-radius: 11px; background: rgba(255,255,255,0.05);
    border: 1px solid var(--line-2); color: #fff; cursor: pointer;
  }
  .nav__toggle svg { width: 22px; height: 22px; }
  .nav__cta { margin-left: 8px; }
  .nav.open .nav__menu {
    display: flex; position: absolute; left: 12px; right: 12px; top: 62px;
    flex-direction: column; align-items: stretch; gap: 4px; margin: 0; padding: 10px;
    background: linear-gradient(180deg, rgba(7,26,16,0.98), rgba(3,10,6,0.99));
    border: 1px solid rgba(var(--green-rgb), 0.5); border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.6);
  }
  .cards, .cards--3, .bloggrid, .contact-grid, .mini-grid, .addr__row { grid-template-columns: 1fr; }
  .addr__stats { grid-template-columns: repeat(3, 1fr); }
  .footcols { grid-template-columns: 1fr; }
  .section { padding: 46px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .addr__label .live i { animation: none; }
  .fcard, .post, .ccard, .btn, .fcard__more svg, .post__more svg { transition: none !important; }
}
