:root {
  --ink: #102018;
  --green: #70b72d;
  --green-dark: #326e27;
  --green-deep: #123f27;
  --lime: #b7df53;
  --cream: #f6f4eb;
  --white: #fff;
  --muted: #627068;
  --line: rgba(16, 32, 24, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Manrope, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: 82px;
  padding: 0 clamp(24px, 6vw, 96px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(246, 244, 235, .9);
  border-bottom: 1px solid rgba(16, 32, 24, .08);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 12px; font-size: 16px; font-weight: 700; }
.brand img { width: 43px; height: 43px; border-radius: 50%; }
.brand strong { color: var(--green-dark); }
.nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.nav > a:not(.nav-cta):hover { color: var(--green-dark); }
.nav-cta { color: var(--white); background: var(--ink); padding: 13px 20px; border-radius: 100px; transition: .25s; }
.nav-cta:hover { background: var(--green-dark); transform: translateY(-2px); }
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--ink); }

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  padding: 80px clamp(24px, 6vw, 96px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 6vw;
  overflow: hidden;
}
.hero-content, .hero-visual { position: relative; z-index: 2; }
.eyebrow, .kicker { color: var(--green-dark); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 30px; height: 2px; background: var(--green); }
h1, h2 { font-family: "Space Grotesk", sans-serif; letter-spacing: -.045em; margin: 0; line-height: 1.02; }
h1 { max-width: 780px; margin-top: 24px; font-size: clamp(51px, 6.2vw, 90px); }
h1 em, h2 em { color: var(--green); font-style: normal; }
.hero-content > p { max-width: 620px; margin: 28px 0 34px; color: var(--muted); font-size: clamp(17px, 1.45vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 17px 24px; border-radius: 100px; font-size: 14px; font-weight: 800; transition: .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: var(--green-dark); box-shadow: 0 12px 32px rgba(50, 110, 39, .2); }
.button-primary:hover { background: var(--ink); }
.button-ghost { border: 1px solid var(--line); }
.button-ghost:hover { border-color: var(--green); }
.trust { display: flex; align-items: center; margin-top: 50px; gap: 16px; }
.trust-avatars { display: flex; }
.trust-avatars span {
  width: 42px; height: 42px; margin-left: -9px; display: grid; place-items: center;
  color: white; background: var(--green-deep); border: 3px solid var(--cream);
  border-radius: 50%; font-size: 9px; font-weight: 800;
}
.trust-avatars span:first-child { margin-left: 0; color: #4285f4; background: white; font-size: 18px; }
.trust-avatars span:nth-child(2) { background: var(--green); }
.trust p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.trust strong { color: var(--ink); font-size: 13px; }
.hero-socials { margin-top: 27px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--muted); font-size: 10px; }
.hero-socials > span { margin-right: 3px; font-weight: 700; }
.hero-socials a { padding: 7px 11px; color: var(--ink); border: 1px solid var(--line); border-radius: 100px; font-weight: 800; transition: .25s; }
.hero-socials a:hover { color: white; background: var(--green-dark); border-color: var(--green-dark); transform: translateY(-2px); }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 560px; height: 560px; right: -230px; top: -260px; background: rgba(183, 223, 83, .18); }
.orb-two { width: 300px; height: 300px; left: 40%; bottom: -220px; background: rgba(112, 183, 45, .12); }

.hero-visual { min-height: 590px; display: grid; place-items: center; }
.visual-card { background: white; border: 1px solid rgba(16,32,24,.08); box-shadow: 0 40px 90px rgba(24, 63, 38, .14); }
.main-card { width: min(100%, 500px); overflow: hidden; border-radius: 24px; transform: rotate(2deg); }
.browser-bar { height: 45px; padding: 0 17px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid #eee; }
.browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #d6d9d6; }
.browser-bar span { margin-left: auto; margin-right: auto; color: #98a09a; font-size: 9px; }
.search-line { margin: 20px; padding: 13px 16px; display: flex; align-items: center; gap: 12px; border: 1px solid #e6e8e6; border-radius: 100px; color: #6f7872; font-size: 12px; box-shadow: 0 5px 16px rgba(0,0,0,.05); }
.search-line b { margin-left: auto; color: var(--green-dark); font-size: 18px; }
.google-g { color: #4285f4; font-size: 19px; font-weight: 800; }
.map-mockup, .map-art { position: relative; overflow: hidden; background: #e7eadf; }
.map-mockup { height: 260px; margin: 0 20px; border-radius: 13px; }
.roads, .roads::before, .roads::after { position: absolute; background: white; box-shadow: 0 0 0 2px #d8dcd2; }
.roads { width: 130%; height: 16px; left: -15%; top: 45%; transform: rotate(-12deg); }
.roads::before { content: ""; width: 16px; height: 360px; left: 43%; top: -170px; transform: rotate(30deg); }
.roads::after { content: ""; width: 16px; height: 360px; right: 22%; top: -170px; transform: rotate(-38deg); }
.map-pin { position: absolute; color: #efbb35; font-size: 21px; }
.pin-1 { top: 25%; left: 22%; }.pin-2 { right: 20%; bottom: 20%; }
.pin-main { left: 50%; top: 50%; width: 62px; height: 62px; padding: 4px; transform: translate(-50%,-50%); background: white; border-radius: 50% 50% 50% 8px; box-shadow: 0 12px 22px rgba(0,0,0,.22); }
.pin-main img { border-radius: 50%; transform: rotate(-2deg); }
.listing { display: flex; align-items: center; gap: 13px; padding: 19px 23px 24px; }
.listing img { width: 43px; border-radius: 10px; }
.listing div { display: grid; gap: 6px; }
.listing strong { font-size: 12px; }.listing span { color: #f2b93b; font-size: 10px; }
.listing small { margin-left: 9px; color: #8b938e; }
.floating-card { position: absolute; z-index: 3; border-radius: 17px; background: rgba(255,255,255,.96); box-shadow: 0 20px 50px rgba(16,32,24,.16); }
.card-growth { top: 8%; right: -4%; width: 160px; padding: 18px; transform: rotate(-4deg); }
.floating-card > span, .floating-card small { display: block; color: var(--muted); font-size: 9px; }
.card-growth strong { display: block; margin: 5px 0 13px; color: var(--green-dark); font-size: 19px; }
.mini-chart { height: 37px; display: flex; align-items: end; gap: 5px; }
.mini-chart i { flex: 1; background: #dcebcf; border-radius: 3px 3px 0 0; }
.mini-chart i:nth-child(1) { height: 25%; }.mini-chart i:nth-child(2) { height: 40%; }.mini-chart i:nth-child(3) { height: 48%; }.mini-chart i:nth-child(4) { height: 70%; }.mini-chart i:nth-child(5) { height: 100%; background: var(--green); }
.card-position { left: 0; bottom: 11%; padding: 14px 18px; display: flex; align-items: center; gap: 11px; transform: rotate(-3deg); }
.position-icon { width: 38px; height: 38px; display: grid!important; place-items: center; color: white!important; background: var(--green); border-radius: 50%; font-size: 19px!important; }
.card-position strong, .card-position small { display: block; font-size: 10px; }.card-position small { margin-top: 2px; font-size: 8px; }

.strip { padding: 17px 5vw; display: flex; align-items: center; justify-content: space-around; gap: 24px; overflow: hidden; color: white; background: var(--green-deep); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; white-space: nowrap; }
.strip i { color: var(--lime); font-style: normal; }
.section { padding: 120px clamp(24px, 6vw, 96px); }
.agency-intro { padding-top: 90px; padding-bottom: 30px; }
.agency-intro-card { padding: clamp(35px, 5vw, 70px); display: grid; grid-template-columns: 1fr 1fr; gap: 35px 8vw; color: white; background: var(--ink); border-radius: 28px; }
.agency-intro-card h2 { max-width: 650px; margin-top: 16px; font-size: clamp(39px, 4.5vw, 65px); }
.agency-copy { color: rgba(255,255,255,.7); line-height: 1.8; }
.agency-copy p { margin: 0 0 16px; }
.agency-copy strong { color: white; }
.agency-tags { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 9px; }
.agency-tags span { padding: 9px 13px; color: var(--lime); border: 1px solid rgba(183,223,83,.25); border-radius: 100px; background: rgba(183,223,83,.06); font-size: 10px; font-weight: 800; }
.agency-audience { grid-column: 1 / -1; margin: -5px 0 0; color: rgba(255,255,255,.58); font-size: 12px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 8vw; }
.section-heading h2, .location h2 { max-width: 690px; margin-top: 16px; font-size: clamp(40px, 4.7vw, 68px); }
.section-heading > p { margin: 0 0 7px; color: var(--muted); line-height: 1.75; }
.service-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-height: 380px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.36); transition: .3s; }
.service-card:hover { transform: translateY(-8px); background: white; box-shadow: 0 22px 50px rgba(16,32,24,.08); }
.service-card.featured { color: white; background: var(--green-dark); border-color: var(--green-dark); transform: translateY(-12px); }
.service-card.featured:hover { transform: translateY(-19px); }
.number { align-self: flex-end; color: #8e9992; font-size: 11px; }
.featured .number { color: rgba(255,255,255,.55); }
.service-icon { width: 60px; height: 60px; margin: 24px 0 36px; display: grid; place-items: center; color: var(--green-dark); background: #e6eedb; border-radius: 16px; font-family: "Space Grotesk"; font-size: 19px; font-weight: 800; }
.featured .service-icon { color: var(--green-deep); background: var(--lime); }
.google-icon { color: #4285f4; font-size: 29px; }
.service-card h3 { margin: 0 0 14px; font-family: "Space Grotesk"; font-size: 22px; }
.service-card p { margin: 0 0 25px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.featured p { color: rgba(255,255,255,.7); }
.service-card a { margin-top: auto; display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 800; }
.service-card a span { font-size: 18px; }

.paid-media { background: #f1f0e6; }
.ads-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.ad-card, .portfolio-item {
  position: relative; padding: 0; overflow: hidden; border: 0; cursor: zoom-in;
  color: white; background: var(--ink); font: inherit; text-align: left;
}
.ad-card { aspect-ratio: .82; border-radius: 20px; box-shadow: 0 18px 38px rgba(16,32,24,.1); }
.ad-card img, .portfolio-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.ad-card img { object-position: top center; }
.ad-card::after, .portfolio-item::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,15,10,.92), transparent 47%);
  pointer-events: none;
}
.ad-card > span, .image-label { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 19px; }
.ad-card b, .image-label b { display: block; font-family: "Space Grotesk"; font-size: 18px; }
.ad-card small, .image-label small { display: block; margin-top: 4px; color: rgba(255,255,255,.7); font-size: 10px; }
.ad-card:hover img, .portfolio-item:hover img { transform: scale(1.045); filter: brightness(.78); }
.media-cta { margin-top: 25px; padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border: 1px solid var(--line); border-radius: 20px; }
.media-cta p { margin: 0; color: var(--muted); font-size: 13px; }
.media-cta strong { color: var(--ink); }

.results { min-height: 700px; padding: 100px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; color: white; background: var(--green-deep); overflow: hidden; }
.kicker.light { color: var(--lime); }
.results h2 { max-width: 650px; margin: 18px 0 25px; font-size: clamp(43px, 5.3vw, 75px); }
.results-copy > p { max-width: 580px; color: rgba(255,255,255,.68); line-height: 1.8; }
.results ul { margin: 32px 0; padding: 0; list-style: none; display: grid; gap: 15px; }
.results li { font-size: 13px; font-weight: 600; }
.results li span { width: 24px; height: 24px; margin-right: 10px; display: inline-grid; place-items: center; color: var(--green-deep); background: var(--lime); border-radius: 50%; }
.button-white { color: var(--green-deep); background: white; }
.results-panel { position: relative; min-height: 520px; display: grid; place-items: center; }
.target-rings, .target-rings i { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.target-rings { width: 440px; height: 440px; }
.target-rings i:nth-child(1) { inset: 55px; }.target-rings i:nth-child(2) { inset: 110px; }.target-rings i:nth-child(3) { inset: 165px; }
.target-rings i:nth-child(4) { inset: -150px; border-color: rgba(255,255,255,.05); }
.results-logo { position: relative; z-index: 2; width: 115px; border: 9px solid white; border-radius: 50%; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.result-badge { position: absolute; z-index: 3; min-width: 145px; padding: 13px 15px; display: grid; grid-template-columns: 35px 1fr; align-items: center; column-gap: 8px; color: var(--ink); background: white; border-radius: 14px; box-shadow: 0 15px 40px rgba(0,0,0,.2); }
.result-badge > span { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; }
.result-badge strong { font-size: 11px; }.result-badge small { color: var(--muted); font-size: 8px; }
.result-badge.top { top: 9%; left: 8%; transform: rotate(-5deg); }.result-badge.right { top: 40%; right: -3%; transform: rotate(4deg); }.result-badge.bottom { left: 2%; bottom: 10%; transform: rotate(3deg); }

.reviews { background: #edf0e5; }
.reviews-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 8vw; }
.reviews-heading h2 { max-width: 760px; margin-top: 16px; font-size: clamp(40px, 4.7vw, 68px); }
.reviews-heading > p { margin: 0 0 7px; color: var(--muted); line-height: 1.75; }
.reviews-layout { margin-top: 55px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 17px; }
.rating-summary, .review-authority { padding: clamp(32px, 4vw, 55px); border-radius: 24px; }
.rating-summary { color: white; background: var(--green-dark); }
.google-review-label { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 800; }
.google-review-label b { width: 34px; height: 34px; display: grid; place-items: center; color: #4285f4; background: white; border-radius: 50%; font-size: 18px; }
.rating-number { display: block; margin-top: 25px; font-family: "Space Grotesk"; font-size: clamp(78px, 9vw, 125px); letter-spacing: -.08em; line-height: .9; }
.rating-stars { margin: 17px 0; color: #ffd447; font-size: 24px; letter-spacing: .12em; }
.rating-summary p { max-width: 360px; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.6; }
.rating-summary .button { margin-top: 17px; color: var(--green-deep); background: white; }
.review-authority { position: relative; overflow: hidden; color: var(--ink); background: white; border: 1px solid var(--line); }
.quote-mark { position: absolute; right: 35px; top: -28px; color: rgba(112,183,45,.12); font-family: Georgia, serif; font-size: 180px; }
.review-authority h3 { position: relative; max-width: 570px; margin: 8px 0 20px; font-family: "Space Grotesk"; font-size: clamp(29px, 3vw, 44px); line-height: 1.05; }
.review-authority > p { max-width: 670px; color: var(--muted); line-height: 1.8; }
.authority-points { margin: 30px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.authority-points span { padding: 15px; border: 1px solid var(--line); border-radius: 13px; font-size: 10px; font-weight: 800; }
.authority-points i { width: 21px; height: 21px; margin-right: 7px; display: inline-grid; place-items: center; color: var(--green-deep); background: var(--lime); border-radius: 50%; font-style: normal; }
.review-authority > a { display: inline-flex; gap: 20px; color: var(--green-dark); font-size: 12px; font-weight: 800; }

.portfolio { background: var(--cream); }
.portfolio-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 8vw; }
.portfolio-heading h2 { max-width: 770px; margin-top: 16px; font-size: clamp(40px, 4.7vw, 68px); }
.portfolio-heading p { margin: 0 0 7px; color: var(--muted); line-height: 1.75; }
.portfolio-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 390px; gap: 16px; }
.portfolio-item { border-radius: 22px; box-shadow: 0 15px 35px rgba(16,32,24,.08); }
.portfolio-wide { grid-column: span 2; grid-row: span 2; }
.portfolio-landscape { grid-column: span 2; }
.portfolio-item img { object-position: top center; }
.portfolio-wide img { object-position: center 13%; }
.image-label b { font-size: 20px; }
.image-label small { font-size: 11px; }

.lightbox {
  width: min(94vw, 1050px); max-width: 1050px; height: min(92vh, 1100px); padding: 0;
  overflow: hidden; border: 0; border-radius: 22px; background: #07100c; box-shadow: 0 30px 100px rgba(0,0,0,.55);
}
.lightbox::backdrop { background: rgba(2,8,5,.86); backdrop-filter: blur(7px); }
.lightbox img { width: 100%; height: 100%; object-fit: contain; }
.lightbox-close {
  position: absolute; z-index: 2; top: 13px; right: 13px; width: 43px; height: 43px;
  border: 1px solid rgba(255,255,255,.28); border-radius: 50%; cursor: pointer;
  color: white; background: rgba(0,0,0,.65); font-size: 26px; line-height: 1;
}

.location { background: #ecebdd; }
.location-card { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 500px; overflow: hidden; background: white; border-radius: 28px; box-shadow: 0 25px 70px rgba(16,32,24,.08); }
.location-copy { padding: clamp(45px, 6vw, 90px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.location-copy p { max-width: 440px; margin: 23px 0 30px; color: var(--muted); line-height: 1.75; }
.map-art { min-height: 430px; background: #dde4d5; }
.map-art::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, transparent 20%, rgba(50,110,39,.12)); }
.map-art .roads { top: 40%; height: 25px; }
.big-pin { position: absolute; z-index: 3; left: 50%; top: 48%; width: 100px; height: 100px; padding: 6px; transform: translate(-50%,-50%); background: white; border-radius: 50% 50% 50% 10px; box-shadow: 0 25px 40px rgba(16,32,24,.3); }
.big-pin img { border-radius: 50%; }
.map-art > span { position: absolute; z-index: 3; left: 50%; bottom: 18%; transform: translateX(-50%); padding: 9px 17px; background: white; border-radius: 30px; font-size: 11px; font-weight: 800; box-shadow: 0 10px 30px rgba(16,32,24,.15); }
.social-hub { padding: 100px clamp(24px, 7vw, 110px); color: white; background: #07140d; }
.social-hub-heading { max-width: 820px; margin-bottom: 48px; }
.social-hub-heading h2 { margin: 15px 0 18px; font-size: clamp(43px, 5vw, 70px); }
.social-hub-heading p { color: rgba(255,255,255,.62); line-height: 1.7; }
.social-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.social-card { min-height: 190px; padding: 28px; display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 17px; border-radius: 20px; border: 1px solid rgba(255,255,255,.13); transition: .3s; }
.social-card:hover { transform: translateY(-7px); border-color: rgba(255,255,255,.38); }
.social-card.youtube { background: linear-gradient(135deg, #561313, #170909); }
.social-card.tiktok { background: linear-gradient(135deg, #122f31, #140b1a); }
.social-card.linkedin { background: linear-gradient(135deg, #08436d, #071a2b); }
.social-icon { width: 55px; height: 55px; display: grid; place-items: center; color: white; background: rgba(255,255,255,.13); border-radius: 15px; font-family: "Space Grotesk"; font-size: 24px; font-weight: 800; }
.social-card small, .social-card strong, .social-card b { display: block; }
.social-card small { color: rgba(255,255,255,.55); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.social-card strong { margin: 6px 0; font-family: "Space Grotesk"; font-size: 25px; }
.social-card b { color: rgba(255,255,255,.7); font-size: 10px; }
.social-card > i { font-size: 23px; font-style: normal; }
.final-cta { padding: 80px clamp(24px, 7vw, 110px); display: flex; align-items: center; justify-content: space-between; gap: 40px; color: white; background: var(--green-dark); }
.final-cta h2 { max-width: 790px; margin: 16px 0; font-size: clamp(38px, 4.5vw, 68px); }
.final-cta p { margin: 0; color: rgba(255,255,255,.7); }

footer { padding: 50px clamp(24px, 6vw, 96px); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 38px; background: var(--ink); color: rgba(255,255,255,.62); font-size: 11px; }
.footer-brand { color: white; }.footer-brand img { width: 37px; }
.footer-links { display: flex; gap: 24px; color: white; }
footer small { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }

.whatsapp-float {
  position: fixed; z-index: 45; right: 22px; bottom: 22px; padding: 11px 17px 11px 11px;
  display: flex; align-items: center; gap: 10px; color: white; background: #19a957;
  border: 1px solid rgba(255,255,255,.25); border-radius: 100px;
  box-shadow: 0 15px 38px rgba(5,74,38,.32); transition: .25s;
}
.whatsapp-float:hover { transform: translateY(-4px); background: #128c48; }
.whatsapp-symbol { width: 39px; height: 39px; display: grid; place-items: center; background: white; color: #19a957; border-radius: 50%; font-size: 20px; transform: rotate(-18deg); }
.whatsapp-float strong, .whatsapp-float small { display: block; }
.whatsapp-float strong { font-size: 12px; }
.whatsapp-float small { margin-top: 2px; color: rgba(255,255,255,.8); font-size: 9px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-content { max-width: 800px; }
  .hero-visual { width: min(100%, 620px); margin: auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .ads-grid { grid-template-columns: repeat(3, 1fr); }
  .ad-card:nth-child(4), .ad-card:nth-child(5) { aspect-ratio: 1; }
  .portfolio-grid { grid-template-columns: repeat(3, 1fr); }
  .portfolio-wide { grid-column: span 2; }
  .portfolio-landscape { grid-column: auto; }
  .social-grid { grid-template-columns: 1fr; }
  .service-card.featured { transform: none; }.service-card.featured:hover { transform: translateY(-8px); }
}
@media (max-width: 760px) {
  .header { height: 72px; }
  .menu-button { display: block; }
  .nav { position: absolute; top: 72px; left: 0; right: 0; padding: 25px; display: none; flex-direction: column; align-items: stretch; gap: 20px; background: var(--cream); border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; padding-top: 58px; padding-bottom: 40px; }
  h1 { font-size: clamp(48px, 14vw, 72px); }
  .hero-visual { min-height: 470px; transform: scale(.88); margin-top: -20px; margin-bottom: -30px; }
  .card-growth { right: -5%; }.card-position { left: -4%; }
  .strip { justify-content: flex-start; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .agency-intro-card { grid-template-columns: 1fr; }
  .agency-tags, .agency-audience { grid-column: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .ads-grid { grid-template-columns: repeat(2, 1fr); }
  .ad-card, .ad-card:nth-child(4), .ad-card:nth-child(5) { aspect-ratio: .82; }
  .media-cta { flex-direction: column; align-items: flex-start; }
  .portfolio-heading { grid-template-columns: 1fr; gap: 24px; }
  .reviews-heading { grid-template-columns: 1fr; gap: 24px; }
  .reviews-layout { grid-template-columns: 1fr; }
  .authority-points { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 330px; }
  .portfolio-wide { grid-column: span 2; grid-row: span 2; }
  .portfolio-landscape { grid-column: auto; }
  .service-card { min-height: 330px; }
  .results { grid-template-columns: 1fr; padding-top: 80px; }
  .results-panel { min-height: 440px; transform: scale(.86); margin: -30px; }
  .location-card { grid-template-columns: 1fr; }
  .location-copy { padding: 45px 30px; }
  .final-cta { flex-direction: column; align-items: flex-start; }
  footer { grid-template-columns: 1fr; gap: 20px; }
  .footer-links { flex-wrap: wrap; }
  footer small { grid-column: auto; }
}
@media (max-width: 460px) {
  .brand span { font-size: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 390px; transform: scale(.7); margin: -70px -15% -60px; width: 130%; }
  .trust { margin-top: 34px; }
  .ads-grid { grid-template-columns: 1fr; }
  .ad-card, .ad-card:nth-child(4), .ad-card:nth-child(5) { aspect-ratio: 1; }
  .portfolio-grid { grid-template-columns: 1fr; grid-auto-rows: 480px; }
  .portfolio-wide, .portfolio-landscape { grid-column: auto; grid-row: auto; }
  .portfolio-wide { min-height: 600px; }
  .whatsapp-float { right: 14px; bottom: 14px; padding: 9px; }
  .whatsapp-float > span:last-child { display: none; }
  .results-panel { transform: scale(.7); margin: -70px -25%; width: 150%; }
}
