:root {
  --bg: #050706;
  --bg2: #080d0b;
  --bg3: #0d1512;
  --surface: #101a16;
  --surface2: #121f1a;
  --card: #0d1512;
  --border: rgba(255,255,255,.08);
  --bhi: rgba(255,255,255,.13);
  --text: #f4f7f2;
  --text2: #a8b5ad;
  --text3: #607168;
  --green: #b7ff5a;
  --green2: #72f2c4;
  --coast: #69d7ff;
  --gdim: rgba(183,255,90,.10);
  --cdim: rgba(105,215,255,.08);
  --shadow: 0 28px 80px rgba(0,0,0,.32);
  --f-head: "Manrope", system-ui, sans-serif;
  --f-body: "Inter", system-ui, sans-serif;
  --r: 10px;
  --rl: 16px;
  --rx: 24px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 76% 0%, rgba(105,215,255,.10), transparent 34rem),
    radial-gradient(circle at 22% 12%, rgba(183,255,90,.12), transparent 30rem),
    var(--bg);
  color: var(--text2);
  font-family: var(--f-body);
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, h4 { color: var(--text); font-family: var(--f-head); line-height: 1.08; margin: 0; letter-spacing: -.03em; }
p { margin: 0; }
:focus-visible { outline: 3px solid rgba(105,215,255,.65); outline-offset: 3px; }
.container { width: min(100% - 40px, 1160px); margin-inline: auto; }
.section { padding: 92px 0; }
.section--alt { background: linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.006)); border-block: 1px solid var(--border); }
.section-head { display: grid; grid-template-columns: minmax(0, .78fr) minmax(280px, .48fr); gap: 48px; align-items: end; margin-bottom: 44px; }
.section-head.center { display: block; max-width: 680px; margin-inline: auto; text-align: center; }
.section-head--full { grid-template-columns: 1fr; }
.section-head h2 { font-size: clamp(30px, 4vw, 50px); }
.section-head p { color: var(--text2); font-size: 16px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 14px; color: var(--green);
  font-family: var(--f-head); font-size: 11px; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 18px; height: 1px; background: currentColor; opacity: .55; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 13px 22px; border-radius: 8px;
  border: 1px solid transparent; font-family: var(--f-head);
  font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s, border-color .2s, background .2s;
}
.btn--glow { background: var(--green); color: #050706; box-shadow: 0 0 34px rgba(183,255,90,.24); }
.btn--glow:hover { transform: translateY(-2px); box-shadow: 0 0 54px rgba(183,255,90,.42); }
.btn--ghost { color: var(--text2); border-color: var(--bhi); background: rgba(255,255,255,.025); }
.btn--ghost:hover { color: var(--text); border-color: rgba(183,255,90,.36); background: var(--gdim); }
.btn--wa { color: #fff; background: #25d366; box-shadow: 0 0 28px rgba(37,211,102,.20); }
.btn--wa:hover { transform: translateY(-2px); box-shadow: 0 0 44px rgba(37,211,102,.42); }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(5,7,6,.88); backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 8px; min-width: 0; }
.brand img { width: 126px; height: auto; }
.brand__local { display: block; padding-left: 10px; border-left: 1px solid var(--border); color: var(--green2); font-family: var(--f-head); font-size: 13px; font-weight: 800; letter-spacing: .02em; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: var(--text2); font-size: 14px; font-weight: 600; transition: color .2s; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--text); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); color: var(--text); }
.nav-toggle span { width: 20px; height: 2px; background: currentColor; border-radius: 2px; }

.hero { position: relative; overflow: hidden; min-height: calc(100vh - 76px); display: grid; align-items: center; padding: 96px 0 72px; border-bottom: 1px solid var(--border); }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: radial-gradient(ellipse 70% 55% at 50% 38%, black 10%, transparent 72%);
}
.hero::after {
  content: ""; position: absolute; right: -18%; top: 4%; width: 54vw; height: 54vw; pointer-events: none;
  background: radial-gradient(circle, rgba(105,215,255,.10), transparent 58%);
  opacity: .28;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 34px; align-items: center; }
.hero h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(46px, 7.5vw, 92px); font-weight: 850; }
.hero h1 span { color: var(--green); }
.hero .lead { max-width: 650px; color: var(--text2); font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 42px; }
.proof-pill { border: 1px solid var(--border); border-radius: 999px; padding: 9px 13px; background: rgba(255,255,255,.025); color: var(--text2); font-size: 13px; font-weight: 700; }
.lighthouse-card {
  position: relative;
  min-height: 488px;
  overflow: visible;
  transform: translateX(-18px);
}
.lighthouse-card::before {
  content: ""; position: absolute; left: 52%; top: 6px; width: 430px; height: 430px; transform: translateX(-50%);
  background:
    radial-gradient(circle at 50% 18%, rgba(183,255,90,.24), rgba(183,255,90,.08) 30%, transparent 58%),
    radial-gradient(ellipse at 52% 92%, rgba(105,215,255,.10), transparent 54%);
  filter: blur(.4px);
}
.lighthouse-card::after {
  content: ""; position: absolute; left: 50%; top: 346px; width: 250px; height: 54px; transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(ellipse at 50% 38%, rgba(114,242,196,.18), rgba(5,7,6,.84) 64%, transparent 72%);
  border-top: 1px solid rgba(114,242,196,.28);
  filter: blur(.2px);
}
.beacon {
  position: absolute; left: 50%; top: 42px; z-index: 5; width: 23px; height: 23px; transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f6ffd8, var(--green) 42%, #7de945 74%);
  box-shadow: 0 0 12px rgba(183,255,90,1), 0 0 38px rgba(183,255,90,.88), 0 0 96px rgba(183,255,90,.42);
  animation: beacon-pulse 3.6s ease-in-out infinite;
}
@keyframes beacon-pulse {
  0%, 100% { transform: translateX(-50%) scale(.96); filter: brightness(1); }
  50% { transform: translateX(-50%) scale(1.08); filter: brightness(1.22); }
}
.lantern {
  position: absolute; left: 50%; top: 48px; z-index: 4; width: 62px; height: 46px; transform: translateX(-50%);
  border: 1px solid rgba(183,255,90,.36); border-bottom-color: rgba(255,255,255,.18);
  border-radius: 7px 7px 3px 3px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.08), transparent 20% 80%, rgba(0,0,0,.24)),
    linear-gradient(180deg, rgba(183,255,90,.16), rgba(114,242,196,.04));
  box-shadow: inset 0 -10px 18px rgba(0,0,0,.34), 0 10px 24px rgba(0,0,0,.34);
}
.lantern::before {
  content: ""; position: absolute; left: 50%; top: -10px; width: 42px; height: 12px; transform: translateX(-50%);
  border-radius: 8px 8px 2px 2px;
  background: linear-gradient(180deg, #24342f, #0b1110);
  border: 1px solid rgba(255,255,255,.12);
}
.lantern::after {
  content: ""; position: absolute; left: 50%; bottom: -9px; width: 78px; height: 10px; transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(18,31,26,.98) 18% 82%, transparent);
  border-top: 1px solid rgba(255,255,255,.14);
}
.beam {
  position: absolute; left: calc(50% + 4px); top: 56px; z-index: 2; transform-origin: 0 50%; pointer-events: none;
  mix-blend-mode: screen;
}
.beam--wide {
  width: 500px; height: 158px;
  background: linear-gradient(90deg, rgba(183,255,90,.42), rgba(183,255,90,.14) 42%, transparent 82%);
  clip-path: polygon(0 44%, 100% 4%, 100% 96%, 0 56%);
  filter: blur(1.6px);
  animation: sweep-light 8s ease-in-out infinite;
}
.beam--soft {
  width: 420px; height: 92px;
  background: linear-gradient(90deg, rgba(105,215,255,.20), rgba(183,255,90,.10) 48%, transparent 78%);
  clip-path: polygon(0 38%, 100% 0, 100% 100%, 0 62%);
  filter: blur(7px);
  opacity: .72;
  animation: sweep-light 8s ease-in-out infinite .18s;
}
@keyframes sweep-light {
  0%, 100% { transform: rotate(-15deg); opacity: .36; }
  38% { opacity: .88; }
  50% { transform: rotate(34deg); opacity: .76; }
  72% { opacity: .28; }
}
.tower {
  position: absolute; left: 50%; top: 92px; z-index: 3; width: 106px; height: 270px; transform: translateX(-50%);
  clip-path: polygon(33% 0, 67% 0, 83% 100%, 17% 100%);
  background:
    linear-gradient(90deg, rgba(0,0,0,.22), transparent 22% 66%, rgba(0,0,0,.34)),
    repeating-linear-gradient(180deg, #e9fff5 0 54px, #163026 54px 72px, #8cf0c9 72px 124px, #163026 124px 142px);
  box-shadow: inset -14px 0 24px rgba(0,0,0,.26), inset 12px 0 24px rgba(255,255,255,.12);
}
.tower::before {
  content: ""; position: absolute; left: 50%; top: 34px; width: 22px; height: 36px; transform: translateX(-50%);
  border-radius: 10px 10px 3px 3px;
  background: rgba(7,14,12,.72);
  box-shadow: 0 75px 0 rgba(7,14,12,.60), 0 150px 0 rgba(7,14,12,.54);
}
.tower::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.18), transparent 18% 100%);
  opacity: .55;
}
.lighthouse-base {
  position: absolute; left: 50%; top: 350px; z-index: 4; width: 194px; height: 58px; transform: translateX(-50%);
  border-radius: 52% 52% 46% 46%;
  background:
    radial-gradient(circle at 28% 42%, #28443a 0 10px, transparent 11px),
    radial-gradient(circle at 58% 62%, #15241f 0 13px, transparent 14px),
    linear-gradient(180deg, #1d332b, #08100e);
  border: 1px solid rgba(114,242,196,.18);
  box-shadow: 0 16px 36px rgba(0,0,0,.54), 0 0 26px rgba(183,255,90,.08);
}
.lighthouse-base::before {
  content: ""; position: absolute; left: 22px; right: 22px; top: -7px; height: 15px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, rgba(18,31,26,.2), #162820, rgba(18,31,26,.2));
  border-top: 1px solid rgba(114,242,196,.22);
}

.purpose { display: grid; grid-template-columns: minmax(0, .95fr) minmax(300px, .55fr); gap: 34px; align-items: start; }
.purpose-text { padding: 40px; border: 1px solid var(--border); border-radius: var(--rx); background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.015)); }
.purpose-text p + p { margin-top: 18px; }
.local-stack { display: grid; gap: 12px; }
.local-item { padding: 20px; border: 1px solid var(--border); border-radius: var(--rl); background: var(--card); }
.local-item strong { display: block; color: var(--text); font-family: var(--f-head); margin-bottom: 5px; }
.local-item span { color: var(--text2); font-size: 14px; }

.audience-grid, .services-grid, .benefit-grid, .post-grid, .blog-list { display: grid; gap: 14px; }
.audience-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.audience-card, .service-card, .benefit-card, .post-card, .sidebar-card, .post-cta-box {
  border: 1px solid var(--border); border-radius: var(--rl); background: var(--card); transition: transform .22s, border-color .22s, background .22s;
}
.audience-card:hover, .service-card:hover, .benefit-card:hover, .post-card:hover { transform: translateY(-4px); border-color: rgba(183,255,90,.20); background: var(--surface); }
.audience-card { padding: 24px; min-height: 178px; }
.audience-icon { display: block; width: 38px; height: 38px; margin-bottom: 16px; color: rgba(183,255,90,.65); }
.audience-icon svg { width: 100%; height: 100%; display: block; }
.audience-card h3, .service-card h3, .benefit-card h3 { font-size: 17px; margin-bottom: 9px; }
.audience-card p, .service-card p, .benefit-card p { color: var(--text2); font-size: 14px; }
.service-card { position: relative; overflow: hidden; padding: 30px; }
.service-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, var(--green), transparent); opacity: .34; }
.service-card h3 { display: flex; align-items: center; gap: 10px; }
.service-icon { width: 20px; height: 20px; flex-shrink: 0; display: flex; align-items: center; color: var(--green); }
.service-icon svg { width: 100%; height: 100%; display: block; }
.benefit-card { padding: 28px; text-align: center; }
.benefit-card .dot { width: 44px; height: 44px; display: grid; place-items: center; margin: 0 auto 16px; border-radius: 999px; background: var(--cdim); border: 1px solid rgba(105,215,255,.18); color: var(--coast); font-family: var(--f-head); font-weight: 850; }

.blog-preview { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 34px; }
.post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.post-card { overflow: hidden; display: flex; flex-direction: column; color: inherit; }
.post-card__media, .post-thumb { aspect-ratio: 16 / 9; background: var(--surface); overflow: hidden; position: relative; }
.post-card__media img, .post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-cat, .blog-cat {
  position: absolute; top: 12px; left: 12px; border: 1px solid var(--bhi); border-radius: 999px;
  background: rgba(5,7,6,.84); color: var(--text2); font-family: var(--f-head);
  font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px;
}
.post-card__body, .post-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.post-meta { color: var(--text3); font-size: 12px; margin-bottom: 10px; }
.post-card h3, .post-body h2 { font-size: 18px; line-height: 1.35; margin-bottom: 10px; }
.post-card p, .post-body p { color: var(--text2); font-size: 14px; margin-bottom: 18px; }
.read-more, .text-link { margin-top: auto; color: var(--green); font-family: var(--f-head); font-size: 13px; font-weight: 850; }
.empty-state { padding: 34px; border: 1px dashed var(--border); border-radius: var(--rl); background: var(--surface); color: var(--text2); }

.cta-panel {
  position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px; align-items: center;
  padding: 54px; border: 1px solid rgba(183,255,90,.18); border-radius: var(--rx);
  background: linear-gradient(135deg, rgba(183,255,90,.10), rgba(105,215,255,.06) 48%, rgba(255,255,255,.02));
}
.cta-panel::before { content: ""; position: absolute; right: -60px; top: -90px; width: 280px; height: 280px; border-radius: 50%; background: rgba(183,255,90,.12); filter: blur(20px); }
.cta-panel h2 { font-size: clamp(30px, 4vw, 50px); }
.cta-panel p { max-width: 720px; color: var(--text2); margin-top: 14px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; position: relative; z-index: 1; }

.site-footer { padding: 60px 0 28px; border-top: 1px solid var(--border); background: #050706; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(150px, .45fr)); gap: 44px; padding-bottom: 42px; border-bottom: 1px solid var(--border); }
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-logo img { width: 118px; }
.footer-grid h3 { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px; }
.footer-grid p, .footer-grid a, .footer-grid span { color: var(--text2); font-size: 14px; }
.footer-links { display: grid; gap: 9px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding-top: 24px; color: var(--text3); font-size: 13px; }
.footer-bottom a { color: inherit; text-decoration: underline; text-underline-offset: 2px; transition: color .2s; }
.footer-bottom a:hover { color: var(--text2); }
.floating-whatsapp {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%; background: #25d366; color: white;
  animation: wa-pulse 2.5s ease-out infinite;
}
@keyframes wa-pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,.55), 0 8px 24px rgba(37,211,102,.30); }
  70% { box-shadow: 0 0 0 16px rgba(37,211,102,0), 0 8px 24px rgba(37,211,102,.30); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0), 0 8px 24px rgba(37,211,102,.30); }
}

.page-hero { position: relative; overflow: hidden; padding: 74px 0 56px; border-bottom: 1px solid var(--border); background: linear-gradient(180deg, rgba(183,255,90,.06), transparent); }
.page-hero h1 { max-width: 780px; font-size: clamp(40px, 6vw, 66px); margin-bottom: 14px; }
.page-hero p { max-width: 680px; color: var(--text2); font-size: 17px; }
.blog-list { grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 44px 0 54px; }
.filters-bar { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 28px; }
.filter-btn, .page-btn { border: 1px solid var(--border); border-radius: 999px; background: var(--card); color: var(--text2); cursor: pointer; font-family: var(--f-head); font-size: 13px; font-weight: 800; padding: 8px 15px; }
.filter-btn.active, .page-btn.active { color: var(--green); border-color: rgba(183,255,90,.36); background: var(--gdim); }
.pagination { display: flex; justify-content: center; gap: 8px; margin: 0 0 76px; }
.page-btn { border-radius: 8px; min-width: 40px; min-height: 40px; padding: 0 12px; }
.page-btn:disabled { opacity: .45; cursor: not-allowed; }

.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; padding: 22px 0; color: var(--text3); font-size: 13px; }
.post-layout { display: grid; grid-template-columns: minmax(0, 1fr) 315px; gap: 62px; align-items: start; padding: 34px 0 84px; }
.post-cover { overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid var(--border); border-radius: var(--rx); background: var(--surface); margin-bottom: 34px; }
.post-cover img { width: 100%; height: 100%; object-fit: cover; }
.post-title { font-size: clamp(34px, 5vw, 58px); margin: 12px 0 18px; }
.post-description { max-width: 780px; color: var(--text2); font-size: 18px; margin-bottom: 28px; }
.post-meta-bar { display: flex; flex-wrap: wrap; gap: 18px; padding: 18px 0; margin-bottom: 36px; border-block: 1px solid var(--border); color: var(--text3); font-size: 13px; }
.post-content { color: var(--text2); font-size: 18px; line-height: 1.82; }
.post-content h2 { margin: 52px 0 16px; font-size: clamp(24px, 3vw, 34px); }
.post-content h3 { margin: 36px 0 12px; font-size: 22px; }
.post-content p, .post-content ul, .post-content ol, .post-content blockquote { margin: 0 0 22px; }
.post-content ul, .post-content ol { padding-left: 24px; }
.post-content a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.post-content blockquote { padding: 18px 24px; border-left: 3px solid var(--green); border-radius: 0 10px 10px 0; background: rgba(183,255,90,.045); }
.post-content img, .post-gallery img { border-radius: 12px; margin: 28px 0; }
.post-content table { width: 100%; border-collapse: collapse; margin: 28px 0; font-size: 15px; }
.post-content th, .post-content td { padding: 12px 16px; border-bottom: 1px solid var(--border); text-align: left; }
.post-content th { color: var(--text); font-family: var(--f-head); }
.youtube { aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--rl); margin: 30px 0; background: #000; }
.youtube iframe { width: 100%; height: 100%; border: 0; }
.post-gallery { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin: 30px 0; }
.post-gallery img { width: 100%; height: 100%; object-fit: cover; margin: 0; }
.post-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--border); }
.post-tag { border: 1px solid var(--border); border-radius: 999px; padding: 6px 13px; background: var(--surface); color: var(--text2); font-size: 12px; font-weight: 800; font-family: var(--f-head); }
.post-cta-box, .sidebar-card, .sidebar-cta { padding: 24px; border: 1px solid var(--border); border-radius: var(--rl); background: var(--surface); }
.post-cta-box { margin: 44px 0; border-color: rgba(183,255,90,.2); text-align: center; }
.post-cta-box h3, .sidebar-cta h4 { margin-bottom: 8px; }
.post-cta-box p, .sidebar-cta p { color: var(--text2); font-size: 14px; margin-bottom: 18px; }
.sidebar { position: sticky; top: 96px; display: grid; gap: 18px; }
.sidebar-card h4 { margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--border); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.toc-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.toc-list a { display: block; padding-left: 12px; border-left: 2px solid var(--border); color: var(--text2); font-size: 13px; line-height: 1.35; }
.toc-list a:hover { color: var(--green); border-left-color: var(--green); }
.related-post { display: block; padding: 12px 0; border-bottom: 1px solid var(--border); }
.related-post:last-child { border-bottom: 0; }
.related-post h5 { margin: 0 0 4px; color: var(--text); font-size: 13px; line-height: 1.35; }
.related-post span { color: var(--text3); font-size: 11px; }

@media (max-width: 1024px) {
  .hero-grid, .purpose, .section-head, .cta-panel, .post-layout { grid-template-columns: 1fr; }
  .lighthouse-card { min-height: 360px; max-width: 480px; }
  .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-grid, .benefit-grid, .post-grid, .blog-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sidebar { position: static; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 66px 0; }
  .nav { min-height: auto; padding: 14px 0; flex-wrap: wrap; }
  .brand { min-width: auto; }
  .brand__local { display: none; }
  .nav-toggle { display: flex; }
  .nav-links { display: none; width: 100%; padding: 12px 0 6px; }
  .nav-links.open { display: grid; gap: 12px; }
  .nav .btn { display: none; }
  .hero { min-height: auto; padding: 62px 0; }
  .hero-grid { gap: 42px; }
  .lighthouse-card { display: none; }
  .hero::after { width: 118vw; height: 118vw; right: -48%; top: 20%; opacity: .18; }
  .audience-grid, .services-grid, .benefit-grid, .post-grid, .blog-list, .footer-grid, .post-gallery { grid-template-columns: 1fr; }
  .purpose-text, .cta-panel { padding: 28px; }
  .blog-preview, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .floating-whatsapp { right: 16px; bottom: 16px; }
}
