:root {
  --green-950: #053a2e;
  --green-900: #064d3a;
  --green-800: #075f45;
  --green-700: #087655;
  --green-500: #12a36f;
  --green-100: #e8f7f0;
  --yellow: #ffc916;
  --yellow-dark: #e9aa00;
  --ink: #10231e;
  --muted: #60726c;
  --line: #e3ebe7;
  --surface: #f7faf8;
  --white: #fff;
  --shadow: 0 18px 50px rgba(6, 77, 58, .12);
  --shadow-soft: 0 8px 24px rgba(12, 65, 51, .08);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Readex Pro", Tahoma, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  overflow-x: hidden;
}
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; right: 20px; z-index: 1000; padding: 10px 18px; border-radius: 0 0 10px 10px; background: var(--yellow); font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 0; }
:focus-visible { outline: 3px solid rgba(255, 201, 22, .75); outline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(6, 77, 58, .08);
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(18px);
}
.header-inner { height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { direction: ltr; display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-mark { position: relative; display: block; width: 44px; height: 45px; }
.brand-mark::before, .brand-mark::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 14px;
  height: 42px;
  border-radius: 10px 10px 3px 3px;
  background: linear-gradient(180deg, #0f9b69, #056043);
}
.brand-mark::before { left: 8px; transform: skew(-25deg); }
.brand-mark::after { right: 7px; transform: skew(25deg); background: linear-gradient(180deg, #0b7d55 50%, #ffce18 51%); }
.brand-mark i { position: absolute; z-index: 1; bottom: 7px; left: 14px; width: 17px; height: 7px; border-radius: 8px; background: #ffce18; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: "Alexandria", sans-serif; font-size: 17px; font-weight: 800; }
.brand-copy small { margin-top: 4px; color: var(--green-800); font-size: 9px; font-weight: 600; letter-spacing: .25px; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-inline: auto; color: #38524a; font-size: 14px; font-weight: 600; }
.main-nav a { position: relative; transition: color .2s; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; width: 0; height: 2px; border-radius: 2px; background: var(--green-500); transition: width .2s; }
.main-nav a:hover { color: var(--green-700); }
.main-nav a:hover::after { width: 100%; }
.menu-toggle { display: none; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--white); cursor: pointer; }
.menu-toggle svg { width: 22px; height: 22px; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 10px 22px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform .2s, box-shadow .2s, background-color .2s;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; }
.button--yellow { color: #193c32; background: var(--yellow); box-shadow: 0 8px 20px rgba(255, 201, 22, .27); }
.button--yellow:hover { background: #ffd33d; box-shadow: 0 10px 26px rgba(255, 201, 22, .34); }
.button--outline { border-color: var(--green-700); color: var(--green-800); background: var(--white); }
.button--outline:hover { color: var(--white); background: var(--green-800); }
.header-cta { min-height: 43px; border-radius: 999px; padding-inline: 20px; font-size: 13px; }

.hero {
  position: relative;
  min-height: 800px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 46%, rgba(255, 212, 60, .17), transparent 24%),
    radial-gradient(circle at 89% 45%, rgba(23, 166, 113, .13), transparent 27%),
    linear-gradient(180deg, #fff 0%, #fbfdfb 72%, #f6faf8 100%);
}
.hero::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 65px;
  left: 0;
  height: 210px;
  opacity: .28;
  background: repeating-linear-gradient(115deg, transparent 0 70px, rgba(15, 139, 94, .05) 71px 74px);
  clip-path: polygon(0 68%, 7% 40%, 13% 62%, 22% 28%, 31% 55%, 42% 25%, 55% 57%, 67% 20%, 77% 54%, 87% 28%, 100% 60%, 100% 100%, 0 100%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow--one { top: 120px; right: -160px; width: 430px; height: 430px; background: rgba(20, 168, 113, .06); }
.hero-glow--two { bottom: 20px; left: -180px; width: 420px; height: 420px; border: 60px solid rgba(255, 199, 20, .05); }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; column-gap: 20px; padding-top: 70px; }
.hero-copy { align-self: start; padding-top: 55px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 20px;
  border: 1px solid #dbe9e2;
  border-radius: 999px;
  padding: 6px 16px;
  color: #3c564e;
  background: rgba(255,255,255,.8);
  box-shadow: 0 4px 15px rgba(7, 95, 69, .05);
  font-size: 12px;
}
.hero h1 { margin: 0; font-family: "Alexandria", sans-serif; font-size: clamp(38px, 4.5vw, 67px); line-height: 1.22; letter-spacing: -2.4px; }
.hero h1 span { position: relative; display: block; color: var(--green-700); }
.hero h1 span::after { content: ""; position: absolute; right: 3%; bottom: -8px; width: 58%; height: 7px; border-top: 3px solid var(--yellow); border-radius: 50%; transform: rotate(-2deg); }
.hero-lead { max-width: 550px; margin: 25px 0 23px; color: #435a53; font-size: 16px; }
.platform-pills { display: flex; flex-wrap: nowrap; direction: rtl; justify-content: flex-start; gap: 6px; }
.platform-pills > span { display: inline-flex; min-width: 0; align-items: center; gap: 6px; border: 1px solid var(--line); border-radius: 12px; padding: 7px 8px; background: #fff; box-shadow: 0 4px 14px rgba(2, 65, 47, .06); font: 600 10px/1 "Readex Pro", sans-serif; white-space: nowrap; }
.platform-pills img { display: block; width: 22px; height: 22px; object-fit: contain; }
.platform-pills span:nth-child(3) img { border-radius: 7px; padding: 3px; background: #fffc00; }
.google-mark { color: #168a59; text-shadow: 2px 1px #f9bd16, -2px 0 #2776e7; }
.tiktok-mark { color: #101213; text-shadow: 2px 0 #f52b5a, -2px 0 #23e5db; }
.snap-mark { color: #111; border-radius: 7px; background: #ffdb12; text-shadow: none; }
.maps-mark { color: #e62f32; text-shadow: 2px 2px #43a75b, -2px -1px #3478e5; }

.hero-visual { position: relative; isolation: isolate; transform: translateX(-18px); }
.hero-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 8% 3%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(52, 174, 118, .13), transparent 68%);
  filter: blur(28px);
}
.hero-visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: -1px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.96), transparent 13%, transparent 87%, rgba(255,255,255,.96)),
    linear-gradient(180deg, rgba(255,255,255,.94), transparent 12%, transparent 88%, rgba(249,252,250,.96));
}
.hero-visual > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: darken;
  filter: saturate(1.04) contrast(1.015) brightness(1.015);
  -webkit-mask-image: radial-gradient(ellipse 94% 91% at center, #000 58%, rgba(0, 0, 0, .9) 74%, transparent 100%);
  mask-image: radial-gradient(ellipse 94% 91% at center, #000 58%, rgba(0, 0, 0, .9) 74%, transparent 100%);
}
.city-silhouette { position: absolute; right: 4%; bottom: 25px; width: 92%; height: 255px; opacity: .28; background: linear-gradient(180deg, rgba(143,192,168,.1), rgba(66,151,110,.55)); clip-path: polygon(0 82%, 3% 55%, 6% 55%, 7% 22%, 8% 7%, 9% 22%, 10% 68%, 14% 68%, 15% 39%, 20% 39%, 21% 73%, 25% 73%, 26% 55%, 30% 55%, 31% 78%, 36% 78%, 37% 45%, 42% 45%, 43% 70%, 48% 70%, 49% 31%, 54% 31%, 55% 70%, 60% 70%, 61% 54%, 67% 54%, 68% 73%, 73% 73%, 74% 20%, 75% 7%, 76% 20%, 77% 62%, 82% 62%, 83% 42%, 88% 42%, 89% 67%, 94% 67%, 95% 50%, 98% 50%, 100% 100%, 0 100%); }
.growth-arrow { position: absolute; z-index: 2; top: 35px; left: 12%; width: 220px; height: 210px; transform: rotate(-8deg); }
.growth-arrow::before { content: ""; position: absolute; right: 22px; bottom: 27px; width: 56px; height: 170px; border-radius: 18px; background: linear-gradient(180deg, #008c4e, #0fad6e); transform: rotate(40deg); box-shadow: 0 10px 20px rgba(6,123,76,.15); }
.growth-arrow::after { content: ""; position: absolute; top: 7px; right: -7px; border-right: 62px solid transparent; border-bottom: 90px solid #078c50; border-left: 62px solid transparent; transform: rotate(40deg); }
.growth-note { position: absolute; z-index: 4; top: 164px; right: 1%; display: flex; width: 135px; flex-direction: column; border: 1px solid #d8e8df; border-radius: 16px; padding: 12px 16px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-soft); line-height: 1.3; }
.growth-note small, .growth-note span { color: #4b645c; font-size: 10px; }
.growth-note strong { margin: 3px 0; color: var(--green-700); font-size: 26px; }
.phone { position: absolute; z-index: 5; bottom: 7px; left: 50%; width: 260px; height: 510px; border: 8px solid #152724; border-radius: 45px; padding: 7px; background: linear-gradient(135deg, #5c7770, #101a18 50%, #59726a); box-shadow: 0 25px 45px rgba(4, 55, 41, .28); transform: translateX(-50%) rotate(-3deg); }
.phone::after { content: ""; position: absolute; right: 3px; top: 65px; width: 4px; height: 260px; border-radius: 5px; background: linear-gradient(180deg, rgba(255,255,255,.4), transparent); }
.phone-notch { position: absolute; z-index: 2; top: 14px; left: 50%; width: 86px; height: 23px; border-radius: 0 0 14px 14px; background: #121b19; transform: translateX(-50%); }
.phone-screen { height: 100%; overflow: hidden; border-radius: 34px; padding: 58px 17px 15px; background: linear-gradient(180deg, #fff, #f5faf8); }
.google-word { direction: ltr; margin-bottom: 24px; text-align: center; font: 500 25px/1 Arial, sans-serif; letter-spacing: -2px; }
.google-word span:nth-child(1), .google-word span:nth-child(4) { color: #4285f4; }
.google-word span:nth-child(2), .google-word span:nth-child(6) { color: #ea4335; }
.google-word span:nth-child(3) { color: #fbbc05; }
.google-word span:nth-child(5) { color: #34a853; }
.search-bar { display: flex; align-items: center; gap: 6px; border: 1px solid #e0e8e4; border-radius: 18px; padding: 9px 11px; color: #50645e; background: #fff; font-size: 8px; box-shadow: 0 3px 8px rgba(0,0,0,.04); }
.search-bar span { color: #287258; font-size: 18px; }
.search-tabs { display: flex; justify-content: space-around; margin: 12px 0 20px; border-bottom: 1px solid #e4ebe7; color: #8b9995; font-size: 7px; }
.search-tabs > * { padding-bottom: 7px; }
.search-tabs b { border-bottom: 2px solid var(--green-700); color: #172c26; }
.result-card { text-align: right; }
.result-card small { display: block; color: #656f6c; font-size: 7px; }
.result-card strong { display: block; margin: 7px 0; color: #126fb9; font-size: 11px; line-height: 1.5; }
.result-card p { color: #53635e; font-size: 8px; line-height: 1.7; }
.phone-actions { position: absolute; right: 15px; bottom: 17px; left: 15px; display: flex; justify-content: space-around; border-top: 1px solid #e1e9e5; padding-top: 12px; color: #37745f; font-size: 13px; }
.ad-card { position: absolute; z-index: 6; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: #fff; box-shadow: 0 18px 35px rgba(7, 75, 55, .18); text-align: center; }
.ad-card button { border: 0; border-radius: 8px; padding: 7px 14px; color: #fff; background: #111; font-size: 9px; font-weight: 700; }
.ad-brand { position: absolute; z-index: 2; top: 8px; right: 8px; display: grid; width: 27px; height: 27px; place-items: center; }
.ad-card--tiktok { bottom: 64px; right: 2%; width: 160px; padding-bottom: 12px; transform: rotate(3deg); }
.room-shot { position: relative; height: 145px; margin-bottom: -25px; background: linear-gradient(150deg, #ded3c0, #f4eee5 48%, #9f8066 49%, #8b6b57); }
.room-shot::before { content: ""; position: absolute; right: 20px; bottom: 30px; width: 95px; height: 45px; border-radius: 9px 9px 2px 2px; background: #e7d9c7; box-shadow: 0 -7px 0 #f2eadf inset; }
.room-shot i { position: absolute; top: 9px; width: 4px; height: 32px; border-radius: 5px; background: #333; }
.room-shot i:nth-child(1) { left: 18px; }.room-shot i:nth-child(2) { left: 28px; }.room-shot i:nth-child(3) { left: 38px; }
.ad-card--tiktok strong { position: relative; display: inline-block; margin-bottom: 7px; border-radius: 5px; padding: 5px 8px; color: #fff; background: #e83143; font-size: 10px; }
.ad-card--snap { top: 190px; left: 0; width: 150px; padding: 13px 10px 11px; background: #ffd814; transform: rotate(-3deg); }
.ad-card--snap > strong { display: block; margin-top: 5px; font-size: 13px; line-height: 1.3; }.ad-card--snap > small { font-size: 9px; }
.watch-row { display: flex; height: 70px; align-items: flex-end; justify-content: center; gap: 8px; }
.watch-row i { display: block; width: 29px; height: 45px; border: 6px solid #d8bb51; border-radius: 8px; background: #1d2422; box-shadow: 0 5px 8px rgba(0,0,0,.18); }
.watch-row i:nth-child(2) { height: 53px; border-color: #555; }.watch-row i:nth-child(3) { border-color: #bb7f47; }
.ad-card--maps { bottom: 32px; left: 3%; width: 158px; padding: 7px; text-align: right; transform: rotate(-1deg); }
.mini-map { position: relative; height: 65px; border-radius: 12px; background: linear-gradient(140deg, #cceadd 0 25%, #f7faf5 26% 43%, #c9dcfa 44% 60%, #e8eddb 61%); }
.mini-map::before, .mini-map::after { content: ""; position: absolute; background: #fff; transform: rotate(-22deg); }
.mini-map::before { top: 24px; left: -10px; width: 180px; height: 8px; }.mini-map::after { top: -10px; left: 50px; width: 7px; height: 100px; }
.mini-map span { position: absolute; z-index: 1; top: 25px; left: 74px; width: 17px; height: 17px; border-radius: 50% 50% 50% 0; background: #f12834; transform: rotate(-45deg); }
.ad-card--maps > div:nth-child(2) { display: flex; align-items: center; gap: 4px; margin-top: 7px; font-size: 9px; }.ad-card--maps p { margin: 3px 0 0; color: #ffbd00; font-size: 7px; }.ad-card--maps p b { color: #333; }.ad-card--maps small { color: #75837e; font-size: 7px; }
.hero-actions { grid-column: 1 / -1; display: flex; justify-content: center; gap: 15px; margin-top: 8px; }
.hero-actions .button { min-width: 230px; }
.trust-strip { grid-column: 1 / -1; display: flex; justify-content: center; gap: 42px; margin-top: 28px; color: #3d554e; font-size: 12px; font-weight: 600; }
.trust-strip span { display: inline-flex; align-items: center; gap: 6px; }.trust-strip svg { color: var(--green-600, #139467); }

.stats-section { position: relative; z-index: 3; padding: 26px 0 68px; background: #f6faf8; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stats-grid article { position: relative; display: grid; min-height: 135px; place-items: center; align-content: center; border: 1px solid #e8efeb; border-radius: 20px; padding: 18px; background: #fff; box-shadow: var(--shadow-soft); }
.stats-grid svg { margin-bottom: 5px; color: var(--green-500); font-size: 23px; }
.stats-grid strong { font-family: "Alexandria", sans-serif; font-size: 29px; line-height: 1.25; }
.stats-grid span { color: #485e57; font-size: 12px; }

.section { padding: 92px 0; }
.section-heading { max-width: 760px; margin: 0 auto 45px; text-align: center; }
.section-heading > p { margin: 0 0 8px; color: var(--green-700); font-size: 13px; font-weight: 700; }
.section-heading h2 { margin: 0 0 10px; font-family: "Alexandria", sans-serif; font-size: clamp(25px, 3vw, 39px); line-height: 1.35; letter-spacing: -.7px; }
.section-heading > span { color: var(--muted); }
.services { background: #fff; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; padding: 12px 12px 18px; background: #fff; box-shadow: 0 12px 35px rgba(6, 68, 50, .07); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-art { position: relative; height: 175px; overflow: hidden; border-radius: 15px; }
.service-art > span { position: absolute; z-index: 3; top: 14px; right: 14px; display: grid; width: 45px; height: 45px; place-items: center; border-radius: 13px; background: #fff; font-size: 28px; font-weight: 800; box-shadow: 0 5px 15px rgba(0,0,0,.13); }
.service-art > span img { display: block; width: 28px; height: 28px; object-fit: contain; }
.service-card--snap .service-art > span { background: #fffc00; }
.service-art i { position: absolute; display: block; border-radius: 14px; box-shadow: 0 12px 20px rgba(0,0,0,.14); }
.google-art { background: linear-gradient(135deg, #d9f1ff, #f5f9fc 55%, #d8efe8); }.google-art i:first-of-type { right: 50px; bottom: -28px; width: 110px; height: 135px; border: 7px solid #fff; background: repeating-linear-gradient(180deg, #fff 0 15px, #2e7bc0 16px 18px); transform: rotate(5deg); }.google-art i:last-of-type { left: 18px; bottom: 16px; width: 65px; height: 65px; background: linear-gradient(45deg, #17a66d 50%, #ffca18 50%); }
.tiktok-art { background: linear-gradient(145deg, #ffe9e4, #ddd5ce 50%, #c6e8dd); }.tiktok-art i:first-of-type { right: 37px; bottom: -22px; width: 110px; height: 142px; border: 6px solid #181b1b; background: linear-gradient(#a79683 50%, #ece4dd 50%); transform: rotate(-5deg); }.tiktok-art i:last-of-type { left: 12px; bottom: 22px; width: 72px; height: 52px; background: #ee3150; }
.snap-art { background: linear-gradient(145deg, #fff8c2, #ffd817 55%, #f4b900); }.snap-art i:first-of-type { right: 38px; bottom: -28px; width: 115px; height: 140px; border: 6px solid #fff; background: linear-gradient(#ffd717 46%, #242b29 47%); transform: rotate(6deg); }.snap-art i:last-of-type { left: 14px; bottom: 22px; width: 76px; height: 55px; background: linear-gradient(90deg, #262b29 30%, #b47b3c 31% 64%, #ddd 65%); }
.maps-art { background: linear-gradient(140deg, #cceadf 0 32%, #fff 33% 43%, #bdd8f4 44% 69%, #dcebc9 70%); }.maps-art::before, .maps-art::after { content: ""; position: absolute; background: rgba(255,255,255,.85); }.maps-art::before { top: 65px; width: 110%; height: 13px; transform: rotate(-18deg); }.maps-art::after { right: 48%; width: 13px; height: 110%; transform: rotate(11deg); }.maps-art i:first-of-type { z-index: 2; right: 48%; bottom: 45px; width: 30px; height: 30px; border-radius: 50% 50% 50% 0; background: #e92d36; transform: rotate(-45deg); }.maps-art i:last-of-type { left: 15px; bottom: 15px; z-index: 2; width: 78px; height: 46px; background: #fff; }
.service-card h3 { margin: 17px 8px 3px; font-family: "Alexandria", sans-serif; font-size: 17px; direction: ltr; text-align: right; }
.service-card p { min-height: 48px; margin: 0 8px 15px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.service-card a { display: flex; align-items: center; justify-content: space-between; margin: 0 7px; border-radius: 9px; padding: 8px 11px; color: #fff; background: var(--green-700); font-size: 10px; font-weight: 700; }
.service-card--tiktok a { background: #171918; }.service-card--snap a { color: #263e36; background: var(--yellow); }
.service-card a svg { width: 14px; height: 14px; transform: rotate(180deg); }

.why-us { border-top: 1px solid #edf2ef; background: var(--surface); }
.section-heading--compact { margin-bottom: 34px; }
.benefits-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.benefits-grid article { min-height: 190px; border-left: 1px solid #dfe8e3; padding: 15px 20px; text-align: center; }
.benefits-grid article:last-child { border-left: 0; }
.benefits-grid svg { width: 40px; height: 40px; margin-bottom: 10px; color: var(--green-700); stroke-width: 1.4; }
.benefits-grid h3 { margin: 0 0 8px; font-size: 13px; line-height: 1.5; }
.benefits-grid p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.75; }

.cta-section { padding: 0 0 60px; background: var(--surface); }
.cta-card { position: relative; display: grid; grid-template-columns: 175px 1fr auto; min-height: 190px; align-items: center; gap: 30px; overflow: hidden; border-radius: 24px; padding: 28px 40px; color: #fff; background: linear-gradient(120deg, #064432, #075f45); box-shadow: 0 15px 40px rgba(5, 67, 49, .18); }
.cta-card::after { content: ""; position: absolute; top: -80px; left: 15%; width: 300px; height: 300px; border: 50px solid rgba(255,255,255,.025); border-radius: 50%; }
.target-illustration { position: relative; z-index: 1; width: 140px; height: 120px; }
.target-illustration svg { position: absolute; top: 0; right: 0; width: 105px; height: 105px; color: #e6f1ed; stroke-width: 1.1; }
.target-illustration i { position: absolute; bottom: 5px; width: 18px; border-radius: 3px 3px 0 0; background: var(--yellow); }
.target-illustration i:nth-of-type(1) { right: 81px; height: 35px; }.target-illustration i:nth-of-type(2) { right: 105px; height: 56px; background: #29b277; }.target-illustration i:nth-of-type(3) { right: 129px; height: 80px; background: var(--yellow); }
.cta-copy { position: relative; z-index: 1; }
.cta-copy h2 { margin: 0 0 6px; font-family: "Alexandria", sans-serif; font-size: 24px; }.cta-copy p { margin: 0; color: #c9ddd5; font-size: 13px; }
.cta-actions { position: relative; z-index: 1; display: grid; gap: 10px; }
.cta-actions .button { min-height: 43px; font-size: 11px; }
.button--ghost { border-color: rgba(255,255,255,.45); color: #fff; background: transparent; }
.button--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }

.site-footer { color: #d7e2de; background: #101c1a; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-top: 55px; padding-bottom: 45px; }
.brand--light .brand-copy strong { color: #fff; }.brand--light .brand-copy small { color: #8ecab3; }
.footer-brand p { max-width: 280px; margin: 18px 0; color: #91a49e; font-size: 11px; }
.site-footer h2 { margin: 5px 0 18px; color: #fff; font-size: 14px; }
.site-footer ul { margin: 0; padding: 0; list-style: none; color: #9fb1ab; font-size: 11px; line-height: 2.15; }
.site-footer a { transition: color .2s; }.site-footer a:hover { color: var(--yellow); }
.social-links { display: flex; direction: rtl; justify-content: flex-start; gap: 8px; }
.social-links a { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid #40504c; border-radius: 50%; color: #dfe8e5; transition: border-color .2s, transform .2s, background-color .2s; }
.social-links a:hover { border-color: #6d8580; background: rgba(255,255,255,.06); transform: translateY(-2px); }
.social-links img { display: block; width: 16px; height: 16px; object-fit: contain; }
.contact-list li { display: flex; align-items: flex-start; gap: 8px; }.contact-list svg { flex: 0 0 auto; width: 15px; height: 15px; margin-top: 7px; color: var(--yellow); }
.footer-bottom { border-top: 1px solid #293633; color: #7e918b; font-size: 9px; }
.footer-bottom .shell { display: flex; justify-content: space-between; padding-top: 13px; padding-bottom: 13px; }
.whatsapp-fab { position: fixed; z-index: 95; right: 24px; bottom: 25px; display: grid; width: 56px; height: 56px; place-items: center; border: 4px solid #fff; border-radius: 50%; color: #fff; background: #14b96f; box-shadow: 0 8px 24px rgba(10, 127, 76, .28); transition: transform .2s; }
.whatsapp-fab:hover { transform: scale(1.08); }.whatsapp-fab svg { width: 27px; height: 27px; }
.mobile-dock { display: none; }

@media (max-width: 980px) {
  .shell { width: min(100% - 32px, 760px); }
  .header-inner { height: 72px; justify-content: space-between; }
  .menu-toggle { display: grid; order: 3; }
  .brand { order: 2; }.header-cta { order: 1; }
  .main-nav { position: fixed; top: 72px; right: 16px; left: 16px; display: grid; gap: 0; border: 1px solid var(--line); border-radius: 18px; padding: 10px; background: #fff; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .2s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 11px 13px; border-radius: 9px; }.main-nav a:hover { background: var(--green-100); }.main-nav a::after { display: none; }
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 45px; }
  .hero-copy { padding-top: 0; text-align: center; }
  .hero-lead { margin-inline: auto; }
  .platform-pills { justify-content: center; }
  .hero-visual { width: min(650px, 100%); margin: 15px auto 0; transform: none; }
  .growth-note { right: 3%; }
  .hero-actions { margin-top: 0; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(3, 1fr); gap: 0; }
  .benefits-grid article:nth-child(3) { border-left: 0; }.benefits-grid article:nth-child(-n+3) { border-bottom: 1px solid #dfe8e3; }
  .cta-card { grid-template-columns: 130px 1fr; }.cta-actions { grid-column: 1 / -1; display: flex; justify-content: center; }.target-illustration { transform: scale(.85); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 38px; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 75px; }
  body { padding-bottom: 70px; font-size: 13px; }
  .shell { width: calc(100% - 24px); }
  .site-header { position: relative; }
  .header-inner { height: 72px; gap: 8px; }
  .brand-mark { width: 35px; height: 38px; transform: scale(.85); }
  .brand-copy strong { font-size: 14px; }.brand-copy small { font-size: 7px; }
  .menu-toggle { width: 38px; height: 38px; }
  .header-cta { min-height: 39px; padding-inline: 14px; font-size: 10px; }.header-cta svg { width: 15px; }
  .main-nav { top: 68px; }
  .hero { background: radial-gradient(circle at 85% 41%, rgba(22,161,105,.15), transparent 28%), linear-gradient(#fff, #f8fcfa); }
  .hero-inner { padding-top: 18px; }
  .eyebrow { margin-bottom: 11px; padding: 4px 11px; font-size: 9px; }
  .hero h1 { font-size: clamp(27px, 8.5vw, 38px); line-height: 1.28; letter-spacing: -1.2px; }
  .hero h1 span { display: inline; }
  .hero h1 span::after { right: 42%; bottom: -8px; width: 42%; }
  .hero-lead { margin: 13px auto 12px; font-size: 11px; line-height: 1.75; }
  .platform-pills { flex-wrap: nowrap; gap: 5px; overflow: hidden; }
  .platform-pills > span { gap: 4px; border-radius: 10px; padding: 6px; font-size: 8px; white-space: nowrap; }
  .platform-pills img { width: 16px; height: 16px; }
  .hero-visual { height: auto; margin-top: 8px; transform: none; }
  .phone { bottom: 0; width: 190px; height: 375px; border-width: 6px; border-radius: 34px; padding: 5px; }
  .phone-screen { border-radius: 26px; padding: 44px 12px 12px; }
  .phone-notch { top: 10px; width: 66px; height: 18px; }
  .google-word { margin-bottom: 15px; font-size: 19px; }
  .search-bar { padding: 7px; font-size: 6px; }.search-tabs { margin: 9px 0 14px; }.result-card strong { font-size: 8px; }.result-card p { font-size: 6px; }
  .phone-actions { bottom: 11px; padding-top: 8px; font-size: 9px; }
  .growth-arrow { top: 3px; left: 2%; transform: rotate(-8deg) scale(.72); transform-origin: top left; }
  .growth-note { top: 120px; right: -1%; width: 103px; border-radius: 12px; padding: 9px 11px; }.growth-note small,.growth-note span { font-size: 7px; }.growth-note strong { font-size: 20px; }
  .ad-card--tiktok { right: -3%; bottom: 31px; width: 115px; border-radius: 14px; }.room-shot { height: 108px; }.room-shot::before { right: 13px; width: 74px; }.ad-card--tiktok strong { font-size: 7px; }.ad-card button { padding: 5px 10px; font-size: 7px; }
  .ad-card--snap { top: 136px; left: -3%; width: 105px; border-radius: 13px; padding: 9px 6px; }.ad-card--snap > strong { font-size: 9px; }.ad-card--snap > small { font-size: 6px; }.watch-row { height: 50px; gap: 4px; }.watch-row i { width: 20px; height: 33px; border-width: 4px; }.watch-row i:nth-child(2) { height: 39px; }
  .ad-card--maps { bottom: 15px; left: -2%; width: 113px; border-radius: 12px; padding: 5px; }.mini-map { height: 43px; border-radius: 8px; }.mini-map span { top: 14px; left: 50px; width: 13px; height: 13px; }.ad-card--maps > div:nth-child(2) { font-size: 6px; }.ad-card--maps small { font-size: 5px; }
  .city-silhouette { bottom: 0; height: 180px; }
  .hero-actions { gap: 8px; margin-top: -25px; }
  .hero-actions .button { min-width: 0; width: 50%; min-height: 43px; border-radius: 11px; padding: 8px; font-size: 10px; }
  .hero-actions .button svg { width: 16px; }
  .trust-strip { display: grid; grid-template-columns: repeat(4, auto); gap: 7px; justify-content: space-between; margin-top: 17px; padding-bottom: 10px; font-size: 8px; }
  .trust-strip span { gap: 3px; white-space: nowrap; }.trust-strip svg { width: 12px; }
  .stats-section { padding: 14px 0 42px; }
  .stats-grid { gap: 8px; }
  .stats-grid article { min-height: 105px; border-radius: 14px; padding: 10px 5px; }
  .stats-grid svg { font-size: 18px; }.stats-grid strong { font-size: 22px; }.stats-grid span { font-size: 9px; }
  .section { padding: 55px 0; }
  .section-heading { margin-bottom: 25px; }.section-heading > p { font-size: 10px; }.section-heading h2 { font-size: 22px; }.section-heading > span { font-size: 10px; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .service-card { border-radius: 15px; padding: 7px 7px 11px; }
  .service-art { height: 112px; border-radius: 10px; }
  .service-art > span { top: 7px; right: 7px; width: 31px; height: 31px; border-radius: 9px; font-size: 19px; }
  .google-art i:first-of-type,.tiktok-art i:first-of-type,.snap-art i:first-of-type { right: 31px; width: 72px; height: 95px; }.service-art i:last-of-type { transform: scale(.7); transform-origin: bottom left; }
  .service-card h3 { margin: 10px 4px 2px; font-size: 12px; }.service-card p { min-height: 46px; margin: 0 4px 8px; font-size: 8px; }.service-card a { margin: 0 3px; padding: 6px 8px; font-size: 7px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid article { min-height: 160px; padding: 12px 10px; border-bottom: 1px solid #dfe8e3; }
  .benefits-grid article:nth-child(3) { border-left: 1px solid #dfe8e3; }.benefits-grid article:nth-child(even) { border-left: 0; }.benefits-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .benefits-grid svg { width: 32px; height: 32px; }.benefits-grid h3 { font-size: 10px; }.benefits-grid p { font-size: 8px; }
  .cta-section { padding-bottom: 30px; }
  .cta-card { grid-template-columns: 80px 1fr; gap: 10px; min-height: 170px; border-radius: 17px; padding: 20px 15px; }
  .target-illustration { width: 80px; height: 90px; transform: scale(.66); transform-origin: center; }
  .cta-copy h2 { font-size: 14px; }.cta-copy p { font-size: 8px; }
  .cta-actions { gap: 7px; }.cta-actions .button { min-height: 38px; padding: 7px 10px; font-size: 8px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr; gap: 30px 20px; padding-top: 35px; padding-bottom: 30px; }
  .footer-brand p { font-size: 8px; }.site-footer h2 { font-size: 11px; }.site-footer ul { font-size: 8px; }
  .footer-bottom .shell { display: grid; gap: 4px; text-align: center; }
  .whatsapp-fab { right: 12px; bottom: 77px; width: 48px; height: 48px; border-width: 3px; }
  .mobile-dock { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(5, 1fr); height: 68px; border-top: 1px solid var(--line); padding: 7px 5px 4px; background: rgba(255,255,255,.96); box-shadow: 0 -8px 25px rgba(6,58,43,.08); backdrop-filter: blur(14px); }
  .mobile-dock a { display: grid; place-items: center; align-content: center; gap: 1px; color: #52645e; font-size: 7px; }
  .mobile-dock svg { width: 20px; height: 20px; }.mobile-dock a.active { color: var(--green-700); font-weight: 700; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
