/* ============================================================
   BSC — Google Ads & Conversion
   Static site styles. Mobile-first, white + Google-blue theme.
   ============================================================ */

:root {
  --bg:        #FFFFFF;
  --bg-alt:    #EFF5FE;   /* light blue-tinted sections (not plain white) */
  --panel:     #FFFFFF;   /* cards */
  --panel-2:   #E6F0FD;   /* inset surfaces */
  --ink:       #0C2454;   /* deep Google-blue navy — headings / dark bands */
  --text:      #3E4D67;   /* bluish-grey body text */
  --text-soft: #6B7C99;   /* muted */
  --blue:      #4285F4;   /* Google blue — fills / decorative accents */
  --blue-ink:  #1A6FE0;   /* readable blue — text / small accents */
  --navy:      #0C2454;   /* deep blue — logo */
  --wa:        #25D366;   /* WhatsApp green */
  --wa-dark:   #1ebd5b;
  --border:    #D8E4F7;   /* light blue-grey */
  --radius:    10px;
  --radius-sm: 6px;
  --radius-btn: 6px;
  --maxw:      1120px;
  --shadow:    0 8px 24px rgba(11,18,32,.08);
  --shadow-sm: 0 2px 8px rgba(11,18,32,.06);
  /* Google's own typeface — Roboto — with a highly legible fallback stack (easy on older eyes) */
  --font:      'Roboto', Arial, 'Helvetica Neue', Helvetica, system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* Google brand letter colors (used subtly on the word "Google") */
  --g-blue:   #4285F4;
  --g-red:    #DB4437;
  --g-yellow: #F4B400;
  --g-green:  #0F9D58;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;                /* a touch larger — easier to read */
  color: var(--text);
  background: var(--bg);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, .logo-mark { color: var(--ink); }

img, svg { display: block; max-width: 100%; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 20px; }
.container.narrow { max-width: 820px; }
.center { text-align: center; }

/* ---------- The "Google" colored word ---------- */
.goog { white-space: nowrap; font-weight: 700; }
.goog .b { color: var(--g-blue); }
.goog .r { color: var(--g-red); }
.goog .y { color: var(--g-yellow); }
.goog .g { color: var(--g-green); }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font); font-weight: 700; font-size: .98rem;
  padding: 12px 22px; border-radius: var(--radius-btn); border: 1px solid transparent;
  cursor: pointer; text-decoration: none; line-height: 1;
  transition: box-shadow .15s ease, background .15s ease, border-color .15s ease, color .15s ease, filter .15s ease;
  -webkit-tap-highlight-color: transparent;
}
.btn:active { transform: translateY(1px); }

/* WhatsApp — classic raised green button */
.btn-wa { background: linear-gradient(#2bd96f, #1ebd5b); color: #fff; border-color: #18a64f;
  box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 1px 2px rgba(0,0,0,.12); text-shadow: 0 -1px 0 rgba(0,0,0,.12); }
.btn-wa:hover { filter: brightness(1.04); box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 2px 5px rgba(0,0,0,.18); }
/* Ghost — classic bordered button */
.btn-ghost { background: #fff; color: var(--ink); border-color: #c6d2e6; box-shadow: 0 1px 1px rgba(0,0,0,.04); }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue-ink); }
/* Blue — the iconic classic Google blue button */
.btn-gold { background: linear-gradient(#4d90fe, #4285F4); color: #fff; border-color: #2f6fd6;
  box-shadow: 0 1px 0 rgba(255,255,255,.20) inset, 0 1px 2px rgba(0,0,0,.12); text-shadow: 0 -1px 0 rgba(0,0,0,.10); }
.btn-gold:hover { filter: brightness(1.04); }
.btn-sm { padding: 9px 15px; font-size: .88rem; }
.btn-lg { padding: 16px 32px; font-size: 1.08rem; }

.wa-icon { width: 20px; height: 20px; fill: currentColor; flex: none; }
.btn-sm .wa-icon { width: 17px; height: 17px; }
.btn-lg .wa-icon { width: 24px; height: 24px; }

.link-reset {
  background: none; border: none; color: var(--text-soft); cursor: pointer;
  font-family: var(--font); font-size: .9rem; margin-top: 14px; text-decoration: underline;
}
.link-reset:hover { color: var(--blue-ink); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.85); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 12px; }

/* ---- Logo: "BSC" + two downward chevrons (Citroën-style, inverted) ---- */
.logo { display: flex; align-items: center; gap: 9px; text-decoration: none; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-mark { font-family: 'Roboto', Arial, 'Helvetica Neue', sans-serif; font-weight: 700; font-size: 1.6rem; letter-spacing: -.5px; color: var(--navy); }
.logo-mark .lm-b { color: #4285F4; }
.logo-mark .lm-s { color: #EA4335; }
.logo-mark .lm-c { color: #34A853; }
.logo-mark-ico { height: 30px; width: auto; flex: none; display: block; }
.logo-sub { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--blue-ink); margin-top: 3px; }

.header-actions { display: flex; align-items: center; gap: 14px; }

.lang-toggle { display: inline-flex; align-items: center; gap: 4px; }
.lang-btn {
  background: none; border: none; color: var(--text-soft); cursor: pointer;
  font-family: var(--font); font-weight: 600; font-size: .9rem; padding: 4px 6px; border-radius: 6px;
  transition: color .15s ease;
}
.lang-btn.is-active { color: var(--blue-ink); }
.lang-btn:hover { color: var(--ink); }
.lang-sep { color: var(--border); }

@media (max-width: 560px) {
  .logo-sub { display: none; }
  .btn-wa.btn-sm span { display: none; }
  .btn-wa.btn-sm { padding: 10px; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding-block: clamp(40px, 7vw, 80px); overflow: hidden; background: linear-gradient(180deg, #F1F6FF 0%, var(--bg) 70%); }
.hero-glow {
  position: absolute; inset: -20% -10% auto -10%; height: 620px;
  background: radial-gradient(55% 60% at 25% 0%, rgba(66,133,244,.10), transparent 62%),
              radial-gradient(48% 50% at 82% 8%, rgba(66,133,244,.16), transparent 60%);
  pointer-events: none;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 36px; } }
.hero-inner { position: relative; }
.eyebrow { color: var(--blue-ink); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; font-size: .78rem; margin: 0 0 18px; }

/* credibility chips */
.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 4px 0 26px; }
.chip {
  display: inline-flex; align-items: center; gap: 7px; font-size: .85rem; font-weight: 600; color: var(--ink);
  background: var(--panel); border: 1px solid var(--border); border-radius: 999px; padding: 7px 14px; box-shadow: var(--shadow-sm);
}
.chip-check { width: 15px; height: 15px; fill: none; stroke: var(--g-green); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* hero Google-search mockup */
.hero-visual { position: relative; }
.hero-mock {
  position: relative; background: #fff; border: 1px solid var(--border); border-radius: 18px;
  padding: 16px 16px 22px; box-shadow: 0 30px 70px rgba(11,18,32,.16); transform: rotate(-1.2deg);
}
.hero-mock-top { display: flex; gap: 7px; margin-bottom: 14px; }
.hero-mock-top .dot { width: 11px; height: 11px; border-radius: 50%; }
.dot-r { background: #ff5f57; } .dot-y { background: #febc2e; } .dot-g { background: #28c840; }
.hero-mock-search {
  display: flex; align-items: center; gap: 10px; border: 1px solid var(--border); border-radius: 999px;
  padding: 11px 16px; margin-bottom: 16px; box-shadow: var(--shadow-sm);
}
.hero-mock-glass { width: 18px; height: 18px; fill: none; stroke: #9aa0a6; stroke-width: 2; flex: none; }
.hero-mock-q { color: #3c4043; font-size: .95rem; flex: 1; font-family: Arial, sans-serif; }
.hero-mock-gcolors { font-family: Arial, sans-serif; font-weight: 700; font-size: .95rem; letter-spacing: -.5px; }
.hero-mock-gcolors .b { color: var(--g-blue); } .hero-mock-gcolors .r { color: var(--g-red); }
.hero-mock-gcolors .y { color: var(--g-yellow); } .hero-mock-gcolors .g { color: var(--g-green); }
.hero-mock-result { border: 1px solid transparent; border-radius: 12px; padding: 12px 14px; margin-bottom: 8px; background: linear-gradient(180deg, rgba(66,133,244,.06), #fff); }
.hero-mock-result.hero-mock-faded { opacity: .45; background: none; }
.hero-mock-faded .gad-title { color: #1a0dab; font-size: 1rem; }
.hero-mock-tag {
  position: absolute; right: -10px; bottom: -16px; display: inline-flex; align-items: center; gap: 7px;
  background: var(--ink); color: #fff; font-size: .82rem; font-weight: 600; padding: 9px 14px; border-radius: 999px;
  box-shadow: var(--shadow); transform: rotate(1.2deg);
}
.hero-mock-tag .chip-check { stroke: var(--blue); }
@media (max-width: 900px) { .hero-mock { transform: none; max-width: 460px; } .hero-mock-tag { transform: none; } }
.hero-title { font-size: clamp(2rem, 5.4vw, 3.6rem); line-height: 1.08; font-weight: 700; margin: 0 0 20px; letter-spacing: -.01em; }
.hero-sub { font-size: clamp(1.05rem, 2.2vw, 1.3rem); color: var(--text-soft); max-width: 680px; margin: 0 0 16px; }
.hero-local { font-size: 1.05rem; color: var(--ink); font-weight: 600; margin: 0 0 28px; }
.hero-local .city { color: var(--blue-ink); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-spine {
  border-left: 3px solid var(--blue); padding-left: 16px; color: var(--ink);
  font-size: 1.02rem; max-width: 620px; font-style: italic; margin: 0;
}

/* ============================================================
   SECTIONS
   ============================================================ */
.section { padding-block: clamp(38px, 5.5vw, 62px); }
.section-alt { background: var(--bg-alt); border-block: 1px solid var(--border); }
.kicker { display: inline-block; color: var(--blue-ink); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; font-size: .72rem; margin-bottom: 14px; }
.section-title { font-size: clamp(1.6rem, 3.6vw, 2.5rem); line-height: 1.15; font-weight: 700; margin: 0 0 14px; letter-spacing: -.01em; }
.section-lead { color: var(--text-soft); font-size: 1.08rem; max-width: 640px; margin: 0 0 28px; }
.intro-body { color: var(--text); font-size: 1.12rem; line-height: 1.7; max-width: 720px; margin: 0; }

/* ============================================================
   CARDS / GRID
   ============================================================ */
.grid { display: grid; gap: 20px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 920px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 359px) { .grid-3, .grid-4 { grid-template-columns: 1fr; } }
@media (max-width: 760px) {
  .grid-3 .card, .grid-4 .card { padding: 14px 12px; }
  .grid-3 .card .ico-badge, .grid-4 .card .ico-badge { width: 32px; height: 32px; font-size: 1.1rem; margin-bottom: 8px; }
  .grid-3 .card h3, .grid-4 .card h3 { font-size: 1rem; margin-bottom: 4px; }
  .grid-3 .card p, .grid-4 .card p { font-size: .84rem; line-height: 1.4; }
}

.card {
  background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 26px 22px; box-shadow: var(--shadow-sm);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-4px); border-color: var(--blue); box-shadow: var(--shadow); }
.card-ico { font-size: 1.8rem; margin-bottom: 14px; }
.card h3 { font-size: 1.18rem; margin: 0 0 8px; }
.card p { color: var(--text-soft); margin: 0; font-size: .98rem; }

.card-lg {
  background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius);
  padding: clamp(22px, 4vw, 36px); box-shadow: var(--shadow);
}

/* Proof cards */
.card-proof { text-align: center; }
.proof-stat { font-size: 3.2rem; font-weight: 700; color: var(--blue-ink); line-height: 1; }
.proof-flag, .proof-ico { font-size: 2.6rem; line-height: 1; margin-bottom: 8px; }
.proof-lead { font-weight: 600; font-size: 1.1rem; margin: 8px 0 6px; }
.proof-extra { color: var(--text-soft); font-size: .95rem; margin: 0; }
.why-placeholder {
  margin-top: 28px; text-align: center; color: var(--text-soft);
  border: 1px dashed var(--border); border-radius: var(--radius-sm); padding: 14px; font-style: italic;
}

/* ============================================================
   ICON BADGES (replace emoji — more professional)
   ============================================================ */
.ico-badge {
  display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px;
  border-radius: 13px; margin-bottom: 16px;
}
.ico-svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ico-badge { font-size: 1.4rem; line-height: 1; }
.ico-blue { background: rgba(66,133,244,.12); color: var(--g-blue); }
.ico-gold { background: rgba(12,36,84,.07); color: var(--navy); }
.ico-red { background: rgba(219,68,55,.12); color: #DB4437; }
.ico-yellow { background: rgba(244,180,0,.18); color: #C68A00; }
.ico-green { background: rgba(15,157,88,.12); color: #0F9D58; }

/* coloured top accent on cards (subtle, premium) */
.card-top-blue { border-top: 3px solid var(--blue); }
.card-top-red { border-top: 3px solid #DB4437; }
.card-top-yellow { border-top: 3px solid #F4B400; }
.card-top-green { border-top: 3px solid #0F9D58; }

/* coloured stat numbers on the dark band */
.stat-n.c-blue { color: #8ab4f8; }
.stat-n.c-red { color: #ff8a80; }
.stat-n.c-yellow { color: #fdd663; }
.stat-n.c-green { color: #81c995; }
.card-proof .ico-badge { margin-left: auto; margin-right: auto; }

/* ============================================================
   STATS BAND
   ============================================================ */
.stats-band { background: var(--ink); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-block: 34px; }
@media (max-width: 720px) { .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 26px 12px; } }
.stat-item { text-align: center; }
.stat-n { display: block; font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 700; color: var(--blue); line-height: 1; font-variant-numeric: tabular-nums; }
.stat-l { display: block; color: #b9c6dd; font-size: .86rem; margin-top: 6px; }

/* ============================================================
   ADS PLATFORMS
   ============================================================ */
.ads-featured { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 20px; }
.ads-more { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 820px) { .ads-featured { grid-template-columns: 1fr; } .ads-more { grid-template-columns: 1fr; } }
.ads-more-wrap { margin-top: 4px; }
.ads-more-toggle {
  cursor: pointer; list-style: none; display: inline-flex; align-items: center; gap: 6px;
  color: var(--blue-ink); font-weight: 700; font-size: .95rem; padding: 8px 2px;
}
.ads-more-toggle::-webkit-details-marker { display: none; }
.ads-more-toggle::after { content: "▾"; transition: transform .15s ease; }
.ads-more-wrap[open] .ads-more-toggle::after { transform: rotate(180deg); }
.ads-more-wrap .ads-more { margin-top: 16px; }

.card-featured { position: relative; border-color: var(--g-blue); border-width: 1.5px; background: linear-gradient(180deg, rgba(66,133,244,.05), var(--panel)); }
.card-featured:hover { border-color: var(--g-blue); }
.card-featured h3 { font-size: 1.32rem; }
.ads-tag {
  display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--g-blue); background: rgba(66,133,244,.12); border-radius: 999px; padding: 4px 10px; margin-bottom: 12px;
}

/* ============================================================
   INTERACTIVE — GOOGLE AD PREVIEW
   ============================================================ */
.adsp-fields { display: grid; gap: 12px; margin-bottom: 20px; }
.adsp-fields input {
  background: var(--panel); border: 1px solid var(--border); color: var(--ink);
  padding: 13px 15px; border-radius: var(--radius-sm); font-family: var(--font); font-size: 1rem;
}
.adsp-fields input:focus-visible { outline: 2px solid var(--blue-ink); outline-offset: 1px; border-color: var(--blue); }

/* tabs */
.adsp-tabs { display: flex; gap: 6px; background: var(--panel-2); border-radius: 999px; padding: 5px; margin-bottom: 20px; }
.adsp-tab {
  flex: 1; border: none; background: none; cursor: pointer; font-family: var(--font); font-weight: 600;
  font-size: .86rem; color: var(--text-soft); padding: 10px 8px; border-radius: 999px; transition: all .15s ease;
}
.adsp-tab.is-active { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }
.adsp-tab:hover:not(.is-active) { color: var(--ink); }
@media (max-width: 480px) { .adsp-tab { font-size: .76rem; padding: 9px 4px; } }

/* panels */
.adsp-panel { display: none; }
.adsp-panel.is-active { display: block; animation: fadeUp .35s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* Meta (FB/IG) ad mockup */
.meta-ad { background: #fff; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-sm); font-family: Helvetica, Arial, sans-serif; }
.meta-head { display: flex; align-items: center; gap: 10px; padding: 12px 14px; }
.meta-avatar { width: 40px; height: 40px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #405DE6, #E1306C, #FFDC80); color: #fff; font-weight: 700; font-size: .95rem; }
.meta-headtext { flex: 1; min-width: 0; }
.meta-name { font-weight: 700; color: #050505; font-size: .95rem; }
.meta-sponsored { color: #65676b; font-size: .78rem; }
.meta-dots { color: #65676b; font-weight: 700; }
.meta-text { padding: 0 14px 12px; color: #050505; font-size: .95rem; line-height: 1.45; }
.meta-image { height: 180px; background: linear-gradient(135deg, #0c2454, #1a6fe0 60%, #4285F4); display: flex; align-items: center; justify-content: center; }
.meta-imgline { color: #fff; font-weight: 700; font-size: 1.5rem; text-transform: capitalize; text-shadow: 0 2px 12px rgba(0,0,0,.35); text-align: center; padding: 0 16px; }
.meta-cta { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #f0f2f5; padding: 12px 14px; }
.meta-domain { color: #65676b; font-size: .82rem; text-transform: uppercase; letter-spacing: .03em; }
.meta-btn { background: #e4e6eb; color: #050505; font-weight: 700; font-size: .85rem; padding: 8px 16px; border-radius: 8px; }

.adsp-cap { color: var(--text-soft); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; margin: 18px 0 8px; }

/* Google Search ad mockup */
.gad {
  background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 16px 18px;
  font-family: Arial, system-ui, sans-serif; box-shadow: var(--shadow-sm);
}
.gad-url { display: flex; align-items: center; gap: 8px; font-size: .82rem; color: #202124; margin-bottom: 4px; }
.gad-badge { font-weight: 700; color: #202124; }
.gad-url .muted { color: #5f6368; }
.gad-title { color: #1a0dab; font-size: 1.25rem; line-height: 1.3; margin-bottom: 4px; font-family: Arial, sans-serif; }
.gad-desc { color: #4d5156; font-size: .92rem; line-height: 1.45; }

/* Local Services ad mockup */
.lsa {
  display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--border);
  border-radius: 12px; padding: 16px 18px; box-shadow: var(--shadow-sm); font-family: Arial, system-ui, sans-serif;
}
.lsa-avatar {
  width: 48px; height: 48px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center;
  background: var(--g-blue); color: #fff; font-weight: 700; font-size: 1.1rem;
}
.lsa-body { flex: 1; min-width: 0; }
.lsa-name { font-weight: 700; color: #202124; font-size: 1.02rem; }
.lsa-meta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; font-size: .82rem; margin: 2px 0; }
.lsa-stars { color: #fbbc04; letter-spacing: 1px; }
.lsa-guarantee { color: #1e8e4e; font-weight: 600; }
.lsa-sub { color: #5f6368; font-size: .88rem; }
.lsa-quote { flex: none; border: 1px solid #1a73e8; color: #1a73e8; border-radius: 999px; padding: 8px 14px; font-size: .82rem; font-weight: 600; }
@media (max-width: 480px) { .lsa-quote { display: none; } }

.adsp-note { color: var(--text-soft); font-size: .8rem; font-style: italic; margin: 18px 0 22px; }

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px;
  background: linear-gradient(120deg, rgba(66,133,244,.14), rgba(66,133,244,.05));
  border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 28px; margin-top: 36px;
}
.cta-banner-text { font-size: 1.25rem; font-weight: 600; color: var(--ink); margin: 0; max-width: 620px; }

/* ============================================================
   WHO WE HELP — RESULTS
   ============================================================ */
.result-card { text-align: center; }
.result-num {
  font-size: 1.5rem; font-weight: 700; color: var(--blue-ink); font-style: italic;
  border: 1px dashed var(--border); border-radius: var(--radius-sm); padding: 14px 10px; margin-bottom: 12px;
}
.result-label { font-weight: 600; color: var(--ink); margin: 0; }
.who-note { color: var(--text-soft); font-size: .85rem; font-style: italic; text-align: center; margin: 24px auto 0; max-width: 560px; }

/* ============================================================
   HOW IT WORKS — STEPS
   ============================================================ */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 820px) { .steps { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; } }
.step { position: relative; }
.step-num {
  display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%;
  background: var(--blue); color: #fff; font-weight: 700; font-size: 1.25rem; margin-bottom: 16px;
  box-shadow: var(--shadow-sm); position: relative; z-index: 2;
}
.step h3 { font-size: 1.12rem; margin: 0 0 8px; }
.step p { color: var(--text-soft); font-size: .96rem; margin: 0; }
@media (max-width: 460px) {
  .step-num { width: 36px; height: 36px; font-size: 1.05rem; margin-bottom: 10px; }
  .step h3 { font-size: 1rem; }
  .step p { font-size: .88rem; }
}
/* connecting line behind numbers (desktop) */
.step:not(:last-child)::after {
  content: ""; position: absolute; top: 23px; left: 46px; right: -22px; height: 2px;
  background: linear-gradient(90deg, var(--border), var(--border)); z-index: 1;
}
@media (max-width: 820px) { .step::after { display: none; } }
.how-reassure {
  text-align: center; font-size: 1.12rem; font-weight: 600; color: var(--ink);
  margin: 36px auto 0; max-width: 640px;
}

/* ============================================================
   SALES FUNNEL + WEBSITES
   ============================================================ */
.funnel { list-style: none; margin: 0 0 28px; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: none; }
@media (max-width: 820px) { .funnel { grid-template-columns: repeat(2, 1fr); } }
.funnel-step {
  position: relative; background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 24px 20px; box-shadow: var(--shadow-sm);
}
.funnel-step h3 { font-size: 1.15rem; margin: 0 0 8px; }
.funnel-step p { color: var(--text-soft); font-size: .95rem; margin: 0; }
.funnel-num {
  display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%;
  background: rgba(66,133,244,.12); color: var(--g-blue); font-weight: 700; font-size: 1.1rem; margin-bottom: 14px;
}
.funnel-step-final { border-color: var(--blue); background: linear-gradient(180deg, rgba(66,133,244,.10), var(--panel)); }
.funnel-step-final .funnel-num { background: var(--blue); color: #fff; }
@media (max-width: 460px) {
  .funnel-step { padding: 16px 12px; }
  .funnel-num { width: 30px; height: 30px; font-size: 1rem; margin-bottom: 8px; }
  .funnel-step h3 { font-size: 1rem; }
  .funnel-step p { font-size: .82rem; }
}
/* connector arrows between steps (desktop) */
.funnel-step:not(:last-child)::after {
  content: "→"; position: absolute; right: -13px; top: 50%; transform: translateY(-50%);
  color: var(--text-soft); font-weight: 700; z-index: 1;
}
@media (max-width: 820px) { .funnel-step::after { display: none; } }

.web-block {
  display: flex; gap: 18px; align-items: flex-start;
  background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px;
}
.web-ico { font-size: 2rem; line-height: 1; flex: none; }
.web-block h3 { margin: 0 0 6px; font-size: 1.2rem; }
.web-block p { color: var(--text-soft); margin: 0; }

/* ============================================================
   MODULE C — MAP
   ============================================================ */
.map-form { display: flex; gap: 12px; margin-bottom: 12px; }
@media (max-width: 480px) { .map-form { flex-direction: column; } }
#map-input {
  flex: 1; background: var(--panel); border: 1px solid var(--border); color: var(--ink);
  padding: 14px 16px; border-radius: var(--radius-sm); font-family: var(--font); font-size: 1rem;
}
#map-input:focus-visible { outline: 2px solid var(--blue-ink); outline-offset: 1px; border-color: var(--blue); }
.map-status { color: var(--text-soft); font-size: .9rem; min-height: 1.2em; margin: 0 0 12px; }
.map-status.error { color: #C0392B; }
.map-wrap { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
#map { height: 380px; width: 100%; background: var(--panel-2); }
.map-legend { color: var(--text-soft); font-size: .98rem; margin: 18px 0 24px; border-left: 3px solid var(--blue); padding-left: 14px; }
.leaflet-container { font-family: var(--font); }

/* ============================================================
   FINAL CTA
   ============================================================ */
.section-cta { position: relative; overflow: hidden; background: linear-gradient(135deg, #0a1f4d 0%, #1450b8 65%, #4285F4 120%); border-top: none; }
.section-cta::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #4285F4 0 25%, #DB4437 25% 50%, #F4B400 50% 75%, #0F9D58 75% 100%); }
.section-cta::after { content: ""; position: absolute; width: 380px; height: 380px; right: -120px; top: -140px;
  background: radial-gradient(circle, rgba(255,255,255,.12), transparent 70%); pointer-events: none; }
.cta-title { font-size: clamp(1.7rem, 4.4vw, 2.8rem); margin: 0 0 14px; font-weight: 700; color: #fff; }
.cta-line { color: rgba(255,255,255,.86); font-size: 1.15rem; max-width: 560px; margin: 0 auto 30px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { border-top: 1px solid var(--border); background: var(--bg-alt); padding-top: 52px; }
.footer-inner { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 36px; align-items: start; }
@media (max-width: 860px) { .footer-inner { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media (max-width: 480px) { .footer-inner { grid-template-columns: 1fr; } }
.footer-col { min-width: 0; }
.footer-brand { max-width: 360px; }
.footer-logo { display: flex; align-items: center; gap: 8px; }
.footer-spine { color: var(--text-soft); font-size: .95rem; font-style: italic; margin: 12px 0 16px; }
.footer-badges { display: grid; gap: 9px; }
.fbadge { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: .86rem; font-weight: 600; }
.fbadge .chip-check { width: 14px; height: 14px; fill: none; stroke: var(--blue); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.footer-h { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: var(--navy); margin: 0 0 14px; font-weight: 700; }
.footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-list li { color: var(--text-soft); font-size: .92rem; }
.footer-list a { color: var(--text-soft); font-size: .92rem; text-decoration: none; transition: color .15s ease; }
.footer-list a:hover { color: var(--blue-ink); }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-links a { display: inline-flex; align-items: center; gap: 9px; color: var(--text-soft); text-decoration: none; transition: color .15s ease; }
.footer-links a:hover { color: var(--blue-ink); }
.footer-links .ico { width: 20px; height: 20px; }
.footer-lang { margin-top: 16px; }
.footer-fine { text-align: center; color: var(--text-soft); font-size: .82rem; border-top: 1px solid var(--border); padding: 18px 20px; margin: 0; }
.footer-blog-link { color: inherit; text-decoration: none; opacity: .75; }
.footer-blog-link:hover { opacity: 1; text-decoration: underline; }

/* ============================================================
   ANIMATIONS / UTIL
   ============================================================ */
/* Content is ALWAYS visible by default; ".in" just plays an entrance
   animation. If JS never runs, nothing is ever hidden. */
.reveal.in { animation: bscfadeup .6s ease both; }
@keyframes bscfadeup { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .reveal.in { animation: none; }
  .card:hover, .btn:hover { transform: none; }
}

:focus-visible { outline: 2px solid var(--blue-ink); outline-offset: 2px; }

/* ============================================================
   EXPERIENCE / BRANDS
   ============================================================ */
.brands { display: flex; flex-wrap: wrap; gap: 12px; margin: 6px 0 24px; }
.brand-chip {
  background: var(--panel); border: 1px solid var(--border); border-radius: 12px;
  padding: 13px 20px; font-weight: 600; color: var(--navy); box-shadow: var(--shadow-sm);
  transition: transform .15s ease, border-color .15s ease;
}
.brand-chip:hover { transform: translateY(-2px); border-color: var(--blue); }
.exp-note {
  color: var(--text); font-size: 1.02rem; max-width: 760px; margin: 0;
  border-left: 3px solid var(--blue); padding-left: 16px;
}
.exp-note strong { color: var(--navy); }

/* ============================================================
   TOP MENU (pages) + LANGUAGE VISIBILITY
   ============================================================ */
/* Language blocks: non-English hidden by default; main.js reveals the
   right one (with English fallback) per selected language. */
.only-pt, .only-es, .only-fr, .only-it, .only-de, .only-hi, .only-vi, .only-ar { display: none; }

/* Language dropdown */
.lang-select {
  font-family: var(--font); font-size: .9rem; font-weight: 600; color: var(--ink);
  background: var(--panel); border: 1px solid var(--border); border-radius: 8px;
  padding: 7px 10px; cursor: pointer; max-width: 140px;
}
.lang-select:focus-visible { outline: 2px solid var(--blue-ink); outline-offset: 1px; }

/* Right-to-left (Arabic) */
html[dir="rtl"] .hero-spine,
html[dir="rtl"] .rep-quote,
html[dir="rtl"] .rep-callout,
html[dir="rtl"] .map-legend,
html[dir="rtl"] .exp-note { border-left: none; border-right: 3px solid var(--blue); padding-left: 0; padding-right: 16px; }
html[dir="rtl"] .rpos, html[dir="rtl"] .stat-num { direction: ltr; }
html[dir="rtl"] .step:not(:last-child)::after,
html[dir="rtl"] .funnel-step:not(:last-child)::after { content: "←"; }

.main-nav { display: flex; align-items: center; gap: 8px; }
.nav-link {
  color: var(--text); font-weight: 600; font-size: .8rem; text-decoration: none;
  padding: 6px 1px; border-bottom: 2px solid transparent; white-space: nowrap;
  transition: color .15s ease, border-color .15s ease;
}
.nav-link:hover { color: var(--blue-ink); }
.nav-link.is-current { color: var(--blue-ink); border-bottom-color: var(--blue); }
/* Desktop nav now carries 8 items; .container caps at var(--maxw), so the
   available row width never grows past that regardless of viewport, these
   are the permanent desktop sizes above the hamburger breakpoint (1010px),
   not a temporary narrow-screen fallback, and must not leak into the
   mobile dropdown, which has plenty of room and its own overrides. */
@media (min-width: 1011px) {
  .logo-sub { display: none; }
  .header-actions { gap: 8px; }
  .lang-btn { font-size: .82rem; padding: 4px 4px; }
  .header-actions > .btn-wa.btn-sm span { display: none; }
  .header-actions > .btn-wa.btn-sm { padding: 9px 11px; }
}
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 680px) { .grid-2 { grid-template-columns: 1fr; } }

/* ============================================================
   FIELD REPORT PAGE
   ============================================================ */
.report-hero { padding-block: clamp(26px, 5vw, 52px); }
.rep-back { display: inline-block; color: var(--blue-ink); text-decoration: none; font-weight: 600; font-size: .9rem; margin-bottom: 14px; }
.rep-back:hover { text-decoration: underline; }
.rep-body { color: var(--text); font-size: 1.06rem; line-height: 1.7; max-width: 720px; margin: 0 0 22px; }
.rep-src { color: var(--text-soft); font-size: .8rem; font-style: italic; margin: 10px 0 0; }
.rep-fine { color: var(--text-soft); font-size: .9rem; font-style: italic; max-width: 640px; margin: 0 auto; }
.rep-callout {
  background: var(--bg-alt); border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0;
  padding: 18px 22px; font-size: 1.04rem; color: var(--ink); max-width: 780px; margin: 8px 0 14px;
}

.rep-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 6px 0 24px; }
@media (max-width: 640px) { .rep-stats { grid-template-columns: repeat(2, 1fr); } }
.rep-stat { background: var(--panel); border: 1px solid var(--border); border-radius: 14px; padding: 18px; text-align: center; box-shadow: var(--shadow-sm); }
.rep-stat-n { display: block; font-size: clamp(1.6rem, 4vw, 2.2rem); font-weight: 700; line-height: 1; }
.rep-stat-l { display: block; color: var(--text-soft); font-size: .85rem; margin-top: 8px; }
.rep-stat-n.c-blue { color: var(--blue); } .rep-stat-n.c-red { color: #DB4437; }
.rep-stat-n.c-green { color: #0F9D58; } .rep-stat-n.c-yellow { color: #C68A00; }

.rep-big { font-size: clamp(3rem, 11vw, 5.4rem); font-weight: 700; color: var(--blue); line-height: 1; margin: 6px 0 4px; }
.rep-big-sub { color: var(--text-soft); font-size: 1.1rem; margin: 0 0 22px; }

.rep-quote { border: none; border-left: 4px solid var(--blue); margin: 18px 0; padding: 6px 0 6px 18px;
  font-size: clamp(1.2rem, 3vw, 1.55rem); font-style: italic; color: var(--ink); font-weight: 600; }

.rep-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 18px 0 20px; }
@media (max-width: 640px) { .rep-compare { grid-template-columns: 1fr; } }
.rep-col { background: var(--panel); border: 1px solid var(--border); border-radius: 14px; padding: 22px; box-shadow: var(--shadow-sm); }
.rep-col h3 { margin: 0 0 14px; font-size: 1.15rem; }
.rep-col ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.rep-col li { position: relative; padding-left: 26px; color: var(--text); font-size: .96rem; }
.rep-col li::before { position: absolute; left: 0; top: 0; font-weight: 700; }
.rep-col-bad { border-top: 3px solid #DB4437; }
.rep-col-bad li::before { content: "✕"; color: #DB4437; }
.rep-col-good { border-top: 3px solid #0F9D58; }
.rep-col-good li::before { content: "✓"; color: #0F9D58; }

.rep-disc { font-size: .98rem; }
.rep-cases { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; margin: 6px 0 22px; }
.rep-case { background: var(--panel); border: 1px solid var(--border); border-radius: 14px; padding: 20px; box-shadow: var(--shadow-sm); }
.rep-case-n { display: block; font-size: 1.7rem; font-weight: 700; color: var(--blue); line-height: 1; margin-bottom: 8px; }
.rep-case h3 { margin: 0 0 3px; font-size: 1.05rem; }
.rep-case-tag { color: var(--text-soft); font-size: .76rem; margin: 0 0 8px; text-transform: uppercase; letter-spacing: .04em; }
.rep-case-d { color: var(--text); font-size: .92rem; margin: 0 0 10px; }
.rep-case-by { color: var(--text-soft); font-size: .78rem; font-style: italic; margin: 0; }
.rep-glance { margin-top: 6px; }
.rep-purpose { margin-top: 8px; }
.rep-testimonial { margin-top: 22px; }

/* ============================================================
   SHARED TOOL FORMS (keyword ideas + pagespeed)
   ============================================================ */
.tool-form { display: flex; gap: 12px; margin-bottom: 10px; }
@media (max-width: 480px) { .tool-form { flex-direction: column; } }
.tool-form input {
  flex: 1; background: var(--panel); border: 1px solid var(--border); color: var(--ink);
  padding: 13px 15px; border-radius: var(--radius-sm); font-family: var(--font); font-size: 1rem;
}
.tool-form input:focus-visible { outline: 2px solid var(--blue-ink); outline-offset: 1px; border-color: var(--blue); }
.tool-status { color: var(--text-soft); font-size: .9rem; min-height: 1.2em; margin: 0 0 12px; }
.tool-status.error { color: #C0392B; }
.tool-note { color: var(--text-soft); font-size: .85rem; font-style: italic; margin: 14px 0 18px; }

/* keyword chips */
.kw-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 6px 0 2px; }
.kw-chip { background: var(--panel-2); border: 1px solid var(--border); color: var(--ink); border-radius: 999px; padding: 8px 15px; font-size: .92rem; }

/* ad-budget currency converter */
.budget-form { align-items: flex-end; }
.budget-field { display: flex; flex-direction: column; gap: 6px; flex: 1; }
.budget-field label { font-weight: 600; color: var(--ink); font-size: .85rem; }
.budget-field input, .budget-field select {
  background: var(--panel); border: 1px solid var(--border); color: var(--ink);
  padding: 12px 13px; border-radius: var(--radius-sm); font-family: var(--font); font-size: 1rem; width: 100%;
}
.budget-field input:focus-visible, .budget-field select:focus-visible { outline: 2px solid var(--blue-ink); outline-offset: 1px; border-color: var(--blue); }
@media (max-width: 560px) { .budget-form { flex-direction: column; align-items: stretch; } }
.budget-result { text-align: center; margin-top: 6px; background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; }
.budget-result .result-label { color: var(--text-soft); letter-spacing: .06em; text-transform: uppercase; font-size: .78rem; margin: 0 0 6px; }
.budget-out { font-size: clamp(2.2rem, 7vw, 3.4rem); font-weight: 700; color: var(--blue); line-height: 1; }
.budget-rate { color: var(--text-soft); font-size: .9rem; margin: 10px 0 18px; }

/* ============================================================
   AGENCY vs BSC COMPARISON TABLE
   ============================================================ */
.vs-table { width: 100%; margin: 24px 0 16px; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: var(--panel); box-shadow: var(--shadow-sm); border-collapse: collapse; table-layout: fixed; }
.vs-row > th, .vs-row > td { padding: 14px 16px; font-size: .95rem; border-top: 1px solid var(--border); text-align: left; font-weight: normal; }
.vs-row:first-child > th, .vs-row:first-child > td { border-top: none; }
.vs-head { background: var(--bg-alt); font-weight: 700; }
.vs-head .vs-a { color: var(--text-soft); }
.vs-head .vs-b { color: var(--blue-ink); }
.vs-l { font-weight: 600; color: var(--ink); }
.vs-a { color: var(--text-soft); }
.vs-b { background: rgba(66,133,244,.06); color: var(--ink); font-weight: 600; }
@media (max-width: 640px) {
  .vs-table, .vs-table tbody, .vs-table tr { display: block; }
  .vs-head { display: none; }
  .vs-row { padding: 8px 0; border-top: 1px solid var(--border); }
  .vs-row > th, .vs-row > td { display: block; border-top: none; padding: 3px 16px; }
  .vs-row:first-of-type { border-top: none; }
  .vs-l { padding-top: 12px; }
  .vs-a::before { content: "✕  "; color: #DB4437; font-weight: 700; }
  .vs-b { background: transparent; }
  .vs-b::before { content: "✓  "; color: #0F9D58; font-weight: 700; }
}

/* ============================================================
   GOOGLE IMMERSION
   ============================================================ */
/* 4-colour Google bar on the header */
.site-header::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px;
  background: linear-gradient(90deg, #4285F4 0 25%, #DB4437 25% 50%, #F4B400 50% 75%, #0F9D58 75% 100%);
}

/* hero search — self-typing cursor + result flash */
.hero-mock-q .cur { display: inline-block; width: 2px; height: 1em; background: #4285F4; margin-left: 1px; vertical-align: -2px; animation: blink 1s step-end infinite; }
@keyframes blink { 50% { opacity: 0; } }
/* hero mockup gets a gentle attention pulse (subtle, not flashy) */
.hero-mock { animation: mockglow 3.4s ease-in-out infinite; }
@keyframes mockglow {
  0%, 100% { box-shadow: 0 30px 70px rgba(11,18,32,.16); }
  50% { box-shadow: 0 30px 70px rgba(11,18,32,.16), 0 0 0 5px rgba(66,133,244,.12); }
}
@media (prefers-reduced-motion: reduce) { .hero-mock { animation: none; } }

/* hero ranking that climbs to #1 */
.hero-rank { position: relative; margin-top: 14px; }
.rrow { display: flex; align-items: center; gap: 11px; height: 52px; padding: 0 14px; border-radius: 9px; box-sizing: border-box;
  font-family: Arial, sans-serif; font-size: 1rem;
  transition: transform .85s cubic-bezier(.22,1,.36,1), opacity .5s ease, box-shadow .5s ease, background .5s ease; }
.rrow-comp { color: #5f6368; opacity: .55; }
.rrow-comp .rdot { width: 10px; height: 10px; border-radius: 50%; background: #c4c4c4; flex: none; }
.rrow-you { background: #fff; border: 1px solid var(--g-blue); box-shadow: 0 1px 4px rgba(0,0,0,.06); color: #202124; font-weight: 600; }
.rbadge { font-size: .62rem; font-weight: 700; color: #fff; background: #1a73e8; border-radius: 3px; padding: 2px 6px; text-transform: uppercase; letter-spacing: .03em; flex: none; }
.rname { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rpos { margin-left: auto; font-weight: 700; color: #9aa0a6; flex: none; }
.hero-rank.rising .rrow-you { transform: translateY(-156px); box-shadow: 0 10px 26px rgba(66,133,244,.32); }
.hero-rank.rising .rrow-you .rpos { color: #0F9D58; }
.hero-rank.rising .rrow-comp { transform: translateY(52px); opacity: .4; }
@media (prefers-reduced-motion: reduce) { .rrow { transition: none; } }

.hero-mock-result.flash { animation: flashpop .7s ease; }
@keyframes flashpop {
  0% { transform: scale(1); box-shadow: none; }
  30% { transform: scale(1.025); box-shadow: 0 0 0 3px rgba(66,133,244,.20); }
  100% { transform: scale(1); box-shadow: none; }
}
@media (prefers-reduced-motion: reduce) { .hero-mock-q .cur, .hero-mock-result.flash { animation: none; } }

/* aggressive urgency band */
.urgent { position: relative; overflow: hidden; background: linear-gradient(135deg, #0a1f4d 0%, #1450b8 65%, #4285F4 120%); color: #fff; }
.urgent::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #4285F4 0 25%, #DB4437 25% 50%, #F4B400 50% 75%, #0F9D58 75% 100%); }
.urgent::after { content: ""; position: absolute; width: 360px; height: 360px; right: -130px; top: -140px;
  background: radial-gradient(circle, rgba(255,255,255,.10), transparent 70%); pointer-events: none; }
.urgent .container { text-align: center; position: relative; }
.urgent-kicker { color: #8ab4f8; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; font-size: .78rem; margin: 0 0 14px; }
.urgent-kicker .dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: #34d058; margin-right: 9px; vertical-align: middle; animation: livepulse 1.5s infinite; }
@keyframes livepulse { 0% { box-shadow: 0 0 0 0 rgba(52,208,88,.6); } 70% { box-shadow: 0 0 0 11px rgba(52,208,88,0); } 100% { box-shadow: 0 0 0 0 rgba(52,208,88,0); } }
@media (prefers-reduced-motion: reduce) { .urgent-kicker .dot { animation: none; } }
.urgent-line { font-size: clamp(1.3rem, 3.4vw, 2rem); font-weight: 700; max-width: 840px; margin: 0 auto 26px; line-height: 1.34; }
.urgent-line .hl { color: #fdd663; }

/* "hiring Google" tools strip */
.gtools { background: var(--bg-alt); }
.gtools-title { font-size: clamp(1.4rem, 3.2vw, 2rem); font-weight: 700; color: var(--navy); margin: 0 0 10px; text-align: center; }
.gtools-line { color: var(--text-soft); max-width: 700px; margin: 0 auto 26px; text-align: center; font-size: 1.05rem; }
.gtools-chips { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.gtool { display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: 10px 18px; font-weight: 600; color: var(--navy); box-shadow: var(--shadow-sm); }
.gtool .gdot { width: 10px; height: 10px; border-radius: 50%; flex: none; }

/* immersive Google SERP (ad-preview "Search" tab) */
.serp { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 14px 16px 18px; box-shadow: var(--shadow-sm); font-family: Arial, sans-serif; }
.serp-bar { display: flex; align-items: center; gap: 10px; border: 1px solid var(--border); border-radius: 999px; padding: 9px 14px; margin-bottom: 12px; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
.serp-glass { width: 16px; height: 16px; fill: none; stroke: #9aa0a6; stroke-width: 2; flex: none; }
.serp-q { flex: 1; color: #3c4043; font-size: .92rem; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.serp-g { font-weight: 700; font-size: .9rem; letter-spacing: -.5px; flex: none; }
.serp-g .b { color: #4285F4; } .serp-g .r { color: #DB4437; } .serp-g .y { color: #F4B400; } .serp-g .g { color: #0F9D58; }
.serp-stats { color: #70757a; font-size: .78rem; margin-bottom: 10px; }
.serp-you { display: inline-block; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: #0F9D58; background: rgba(15,157,88,.12); border-radius: 999px; padding: 2px 8px; margin-left: 8px; }
.serp-org { padding: 12px 0 2px; border-top: 1px solid #f0f0f0; opacity: .72; }
.serp-org .o-url { color: #202124; font-size: .8rem; }
.serp-org .o-title { color: #1a0dab; font-size: 1.05rem; margin: 2px 0; }
.serp-org .o-desc { color: #4d5156; font-size: .88rem; }

/* ============================================================
   MOBILE HAMBURGER MENU
   Desktop: inline nav, hamburger hidden.
   Mobile (<=860px): nav collapses into a slide-down panel.
   ============================================================ */
.nav-toggle {
  display: none; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  width: 44px; height: 44px; flex: none; padding: 0;
  background: #fff; border: 1px solid var(--border); border-radius: 8px;
  cursor: pointer; color: var(--navy); box-shadow: var(--shadow-sm);
  transition: border-color .15s ease, background .15s ease;
  -webkit-tap-highlight-color: transparent;
}
.nav-toggle:hover { border-color: var(--blue); }
.nav-toggle .nt-bar { display: block; width: 22px; height: 2.5px; border-radius: 2px; background: var(--navy);
  transition: transform .25s ease, opacity .2s ease; transform-origin: center; }
/* hamburger → X (bar spacing is 2.5px height + 5px gap = 7.5px between centres) */
.nav-toggle[aria-expanded="true"] .nt-bar:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nt-bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nt-bar:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

@media (max-width: 1010px) {
  /* Top bar = logo (left) + hamburger (right). Nothing else lives here. */
  .header-inner { position: relative; gap: 10px; }
  .nav-toggle { display: inline-flex; }

  /* The menu is an absolutely-positioned drop-down panel: opening it never
     shifts, squeezes or overlaps the top bar or the page below. */
  .header-actions {
    position: absolute; top: 100%; left: 0; right: 0; z-index: 60;
    display: flex; flex-direction: column; align-items: stretch; gap: 8px;
    margin: 0; padding: 14px;
    background: #fff; border: 1px solid var(--border); border-top: none;
    border-radius: 0 0 14px 14px; box-shadow: var(--shadow);
    opacity: 0; visibility: hidden; transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
  }
  .header-inner.nav-open .header-actions {
    opacity: 1; visibility: visible; transform: none;
    transition: opacity .2s ease, transform .2s ease, visibility 0s;
  }
  .header-actions > * { width: 100%; }

  /* Nav links stacked, full-width, tappable. */
  .main-nav { display: flex; flex-direction: column; align-items: stretch; gap: 2px; width: 100%; }
  .nav-link { display: block; width: 100%; font-size: 1.04rem; padding: 13px 12px; border-radius: 8px; border-bottom: none; color: var(--ink); }
  .nav-link:hover, .nav-link:focus-visible { background: var(--bg-alt); }
  .nav-link.is-current { background: rgba(66,133,244,.10); color: var(--blue-ink); }

  /* Language + WhatsApp, separated from the links. */
  .header-actions > .lang-toggle { border-top: 1px solid var(--border); padding-top: 12px; margin-top: 4px; }
  .lang-toggle { width: 100%; justify-content: center; }
  .lang-select { width: 100%; max-width: none; }
  .btn-wa.btn-sm[data-wa="header"] { width: 100%; justify-content: center; }
}

@media (max-width: 560px) {
  .header-inner { padding-block: 10px; }
  .logo-mark { font-size: 1.4rem; }
}

/* diferencial — animated "results improving" chart (illustrative) */
.diffchart { display: flex; align-items: flex-end; gap: 10px; height: 220px; padding: 16px; background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.dc-col { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; gap: 8px; }
.dc-bar { width: 100%; min-height: 4px; background: linear-gradient(180deg, #8ab4f8, var(--g-blue)); border-radius: 8px 8px 0 0; transform: scaleY(0); transform-origin: bottom; animation: dcgrow .9s cubic-bezier(.22,1,.36,1) forwards; }
@keyframes dcgrow { to { transform: scaleY(1); } }
.dc-label { color: var(--text-soft); font-size: .78rem; }
@media (prefers-reduced-motion: reduce) { .dc-bar { animation: none; transform: none; } }

/* countries "where we work" live grid */
.ct-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 900px) { .ct-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .ct-grid { grid-template-columns: 1fr; } }
.ct-card { background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow-sm); }
.ct-top { display: flex; align-items: center; gap: 10px; }
.ct-flag { width: 34px; height: 24px; object-fit: cover; border-radius: 3px; box-shadow: 0 0 0 1px rgba(0,0,0,.08); flex: none; }
.ct-flag-emoji { font-size: 1.6rem; }
.ct-name { font-weight: 700; color: var(--navy); font-size: 1rem; flex: 1; min-width: 0; }
.ct-clock { font-variant-numeric: tabular-nums; font-weight: 700; color: var(--blue-ink); background: var(--panel-2); border-radius: 6px; padding: 3px 8px; font-size: .9rem; flex: none; }
.ct-meta { margin-top: 12px; display: grid; gap: 5px; color: var(--text); font-size: .9rem; }
.ct-meta span { color: var(--text-soft); }

/* auction widget (Leilão page) — reuses .hero-rank/.rrow climb */
.auction-widget { background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); max-width: 660px; margin: 8px auto 0; }
.auc-rank { margin-top: 0; }
.auc-rank .rname { flex: 0 1 auto; max-width: 130px; }
.aub { flex: 1; height: 7px; background: var(--panel-2); border-radius: 999px; overflow: hidden; margin: 0 6px; min-width: 36px; max-width: 170px; }
.aub-bar { display: block; height: 100%; border-radius: 999px; background: #c4c4c4; }
.rrow-you .aub-bar { background: var(--g-blue); }
.aub-tag { font-size: .8rem; font-weight: 700; color: #9aa0a6; flex: none; width: 44px; text-align: right; }
.rrow-you .aub-tag { color: var(--blue-ink); }
.auc-actions { text-align: center; margin-top: 20px; }
.auc-result { text-align: center; font-weight: 700; color: #0F9D58; margin: 16px auto 0; font-size: 1.05rem; max-width: 520px; }

/* ============================================================
   FLOATING WHATSAPP BUTTON (delicate)
   ============================================================ */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 80;
  width: 54px; height: 54px; border-radius: 50%; background: var(--wa);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 22px rgba(37,211,102,.38); border: 3px solid rgba(255,255,255,.85);
  transition: transform .16s ease, box-shadow .16s ease;
}
.wa-float:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 12px 28px rgba(37,211,102,.5); }
.wa-float .wa-icon { width: 28px; height: 28px; fill: #fff; }
@media (max-width: 560px) { .wa-float { width: 50px; height: 50px; right: 16px; bottom: 16px; } }
@media (prefers-reduced-motion: reduce) { .wa-float:hover { transform: none; } }

/* ============================================================
   MOBILE TIGHTENING (mobile-first priority)
   ============================================================ */
@media (max-width: 600px) {
  /* Tighter rhythm so the page scrolls less — same content, same font sizes. */
  .section { padding-block: 26px; }
  .hero { padding-block: 18px; }
  .hero-grid { gap: 20px; }
  .stats-grid { padding-block: 22px; gap: 14px 10px; }

  .kicker { margin-bottom: 8px; }
  .section-title { font-size: clamp(1.5rem, 6.4vw, 2rem); margin-bottom: 10px; }
  .section-lead { margin-bottom: 16px; }
  .section-lead, .rep-body, .intro-body { font-size: 1rem; }

  .hero-title { font-size: clamp(1.85rem, 8vw, 2.5rem); margin-bottom: 12px; }
  .hero-sub { margin-bottom: 10px; }
  .hero-local { margin-bottom: 16px; }
  .hero-cta { margin-bottom: 16px; gap: 10px; }
  .hero-cta .btn, .urgent .btn { width: 100%; }
  .hero-chips { gap: 8px; margin-bottom: 14px; }
  .hero-spine { font-size: .95rem; }
  .hero-mock { padding: 12px 12px 16px; }

  /* cards / grids */
  .grid { gap: 12px; }
  .card { padding: 18px 16px; }
  .card h3 { margin-bottom: 6px; }
  .ico-badge { width: 40px; height: 40px; margin-bottom: 10px; }

  /* interactive + content sections */
  .urgent-line { font-size: 1.2rem; margin-bottom: 16px; }
  .gtools-chips { display: none; }
  .gtools-line { margin-bottom: 18px; }
  .funnel { gap: 12px; }
  .steps { gap: 16px; }
  .cta-title { margin-bottom: 10px; }
  .cta-line { margin-bottom: 20px; }
  .rep-callout { padding: 16px 18px; }
}

/* ============================================================
   MAP — mobile scroll fix + tap-to-activate overlay
   On touch screens the map no longer traps the page scroll:
   it starts inert and only pans after the visitor taps it.
   ============================================================ */
.map-wrap { position: relative; }
.map-overlay {
  position: absolute; inset: 0; z-index: 500; cursor: pointer;
  display: flex; align-items: flex-end; justify-content: center;
  background: rgba(12,36,84,.04); border-radius: inherit;
  transition: opacity .2s ease;
}
.map-overlay span {
  margin-bottom: 16px; background: rgba(12,36,84,.86); color: #fff;
  font-size: .9rem; font-weight: 600; padding: 9px 16px; border-radius: 999px;
  box-shadow: var(--shadow); display: inline-flex; align-items: center; gap: 8px;
}
.map-overlay.is-hidden { opacity: 0; pointer-events: none; }
@media (max-width: 640px) {
  #map { height: 260px; }
}

/* ============================================================
   AUCTION — live leaderboard climb from #20 to #1 (Leilão page)
   ============================================================ */
.auc-board {
  position: relative; height: 270px; overflow: hidden; margin: 6px 0 4px;
  border: 1px solid var(--border); border-radius: 12px; background: var(--panel);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 12%, #000 88%, transparent 100%);
          mask-image: linear-gradient(180deg, transparent 0, #000 12%, #000 88%, transparent 100%);
}
.auc-track { position: absolute; left: 0; right: 0; top: 0;
  transition: transform .62s cubic-bezier(.4,0,.2,1); }
.auc-row {
  position: absolute; left: 6px; right: 6px; height: 48px; margin: 0;
  transition: top .62s cubic-bezier(.4,0,.2,1), opacity .45s ease, box-shadow .45s ease, background .45s ease;
}
.auc-row.rrow-you.is-champion { box-shadow: 0 10px 30px rgba(66,133,244,.30); }
.auc-row .rpos { min-width: 34px; text-align: right; }
@media (prefers-reduced-motion: reduce) {
  .auc-track, .auc-row { transition: none; }
}
.auc-rank .rrow { height: 58px; }
.auc-stage {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  margin: 4px 0 2px; min-height: 26px; color: var(--text-soft);
  font-size: .92rem; font-weight: 600;
}
.auc-stage .auc-live-dot {
  width: 9px; height: 9px; border-radius: 50%; background: #34d058; flex: none;
  animation: livepulse 1.5s infinite;
}
.auc-stage.is-live { color: var(--blue-ink); }
.auc-quality { max-width: 360px; margin: 14px auto 0; }
.auc-quality-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.auc-quality-label { font-size: .82rem; font-weight: 600; color: var(--text-soft); text-transform: uppercase; letter-spacing: .05em; }
.auc-quality-val { font-weight: 700; color: var(--blue-ink); font-variant-numeric: tabular-nums; }
.auc-quality-track { height: 9px; background: var(--panel-2); border-radius: 999px; overflow: hidden; }
.auc-quality-fill {
  height: 100%; width: 0%; border-radius: 999px;
  background: linear-gradient(90deg, #4285F4, #0F9D58);
  transition: width .9s cubic-bezier(.22,1,.36,1);
}
.auc-rank .aub-bar { transition: width .8s cubic-bezier(.22,1,.36,1), background .4s ease; }
.rrow-you.is-champion { box-shadow: 0 10px 30px rgba(66,133,244,.30); }
.rrow-you.is-champion .rpos { color: #0F9D58; }
.rrow .rpos { transition: color .4s ease; }
.auc-result { transition: opacity .5s ease; }
@media (prefers-reduced-motion: reduce) {
  .auc-quality-fill, .auc-rank .aub-bar, .rrow { transition: none; }
  .auc-stage .auc-live-dot { animation: none; }
}

/* ============================================================
   GTOOLS — "18 certifications by Google" credibility highlight
   ============================================================ */
.gtools-cert {
  display: flex; align-items: center; justify-content: center; gap: 20px;
  flex-wrap: wrap; max-width: 620px; margin: 0 auto 26px;
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: 22px 28px; box-shadow: var(--shadow-sm);
  position: relative; overflow: hidden;
}
.gtools-cert::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px;
  background: linear-gradient(180deg, #4285F4 0 25%, #DB4437 25% 50%, #F4B400 50% 75%, #0F9D58 75% 100%);
}
.gtools-cert-badge {
  display: flex; align-items: center; justify-content: center; flex: none;
  width: 84px; height: 84px; border-radius: 50%;
  background: rgba(66,133,244,.10); border: 2px solid rgba(66,133,244,.30);
}
.gtools-cert-n { font-size: 2.5rem; font-weight: 700; color: var(--blue-ink); line-height: 1; font-variant-numeric: tabular-nums; }
.gtools-cert-txt { text-align: left; }
.gtools-cert-txt strong { display: block; font-size: 1.12rem; color: var(--navy); margin-bottom: 3px; }
.gtools-cert-txt span { color: var(--text-soft); font-size: .96rem; }
.gtools-cert-seal { display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; color: #1e8e4e; font-weight: 600; font-size: .86rem; }
.gtools-cert-seal svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 480px) {
  .gtools-cert { flex-direction: column; text-align: center; padding: 22px 20px; }
  .gtools-cert-txt { text-align: center; }
  .gtools-cert-seal { justify-content: center; }
}

/* ============================================================
   MOBILE COMPACTNESS — tighter rhythm, same legible type sizes
   ============================================================ */
@media (max-width: 560px) {
  .section { padding-block: 26px; }
  .container, .container.narrow { padding-inline: 16px; }
  .grid { gap: 12px; }
  .card { padding: 18px 16px; }
  .card h3 { margin-bottom: 6px; }
  .section-title { margin-bottom: 10px; }
  .section-lead { margin-bottom: 16px; }
  .hero-cta { gap: 10px; margin-bottom: 16px; }
  .hero-chips { margin-bottom: 14px; }
  .cta-banner { padding: 20px 18px; }
  .steps { gap: 16px; }
  .funnel { gap: 12px; }
  .gtools-cert { margin-bottom: 16px; }
  .stats-grid { gap: 14px 10px; }
  .footer-inner { gap: 20px; padding-bottom: 24px; }
  .adsp-fields { gap: 10px; }

  /* "Why BSC" repeats facts already shown in the stats band and the Google
     tools badge, so on mobile it collapses into a tight 3-up strip instead
     of three full-height stacked cards, same information, far less scroll. */
  #why .grid-3 { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  #why .card-proof { padding: 12px 8px; }
  #why .card-proof .ico-badge { width: 30px; height: 30px; margin-bottom: 6px; }
  #why .card-proof .ico-svg { width: 16px; height: 16px; }
  #why .proof-stat { font-size: 1.7rem; }
  #why .proof-lead { font-size: .8rem; margin: 4px 0 2px; }
  #why .proof-extra { font-size: .72rem; line-height: 1.35; }
}

/* ============================================================
   DIFERENCIAL — live optimisation widget
   ============================================================ */
.dopt { background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); max-width: 640px; margin: 0 auto; }
.dopt-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.dopt-week { font-weight: 700; color: var(--navy); font-size: .95rem; background: var(--panel-2); border-radius: 999px; padding: 4px 12px; flex: none; }
.dopt-status { color: var(--text-soft); font-size: .9rem; display: flex; align-items: center; gap: 8px; min-height: 1.2em; }
.dopt-status.is-analysing { color: var(--blue-ink); }
.dopt-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 16px; }
.dopt-tile { background: var(--bg-alt); border: 1px solid var(--border); border-radius: 12px; padding: 14px 8px; text-align: center; }
.dopt-val { display: block; font-size: 1.55rem; font-weight: 700; font-variant-numeric: tabular-nums; line-height: 1; }
.dopt-mlabel { display: block; color: var(--text-soft); font-size: .76rem; margin-top: 6px; }
.dopt-meter { height: 8px; background: var(--panel-2); border-radius: 999px; overflow: hidden; margin-bottom: 16px; }
.dopt-meter-fill { height: 100%; width: 8%; background: linear-gradient(90deg, #4285F4, #0F9D58); border-radius: 999px; transition: width .8s cubic-bezier(.22,1,.36,1); }
.dopt-toolsline { color: var(--text-soft); font-size: .82rem; margin: 0 0 8px; }
.dopt-tools { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.dopt-chip { background: rgba(66,133,244,.1); color: var(--blue-ink); border-radius: 999px; padding: 6px 12px; font-size: .82rem; font-weight: 600; }
.dopt-actions { text-align: center; }

/* ============================================================
   SEU SITE — animated Google → site → buy flow
   ============================================================ */
.sd { max-width: 540px; margin: 0 auto; }
.sd-frame { background: #fff; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.sd-bar { display: flex; align-items: center; gap: 7px; padding: 9px 13px; background: var(--bg-alt); border-bottom: 1px solid var(--border); }
.sd-bar .d { width: 9px; height: 9px; border-radius: 50%; flex: none; }
.sd-url { flex: 1; background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: 5px 12px; font-size: .8rem; color: #5f6368; font-family: Arial, sans-serif; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sd-screens { position: relative; height: 300px; }
.sd-screen { position: absolute; inset: 0; padding: 18px; opacity: 0; transform: translateY(8px); transition: opacity .45s ease, transform .45s ease; pointer-events: none; font-family: Arial, sans-serif; }
.sd-screen.is-active { opacity: 1; transform: none; }
.sd-target { position: relative; }
.sd-tap { position: absolute; left: 50%; top: 50%; width: 30px; height: 30px; margin: -15px 0 0 -15px; border-radius: 50%; border: 2px solid var(--g-blue); background: rgba(66,133,244,.18); opacity: 0; pointer-events: none; }
.sd-tap.is-tapping { animation: sdtap 1.1s ease; }
@keyframes sdtap { 0% { opacity: 0; transform: scale(1.8); } 45% { opacity: 1; } 62% { opacity: 1; transform: scale(1); } 76% { transform: scale(.82); } 100% { opacity: 0; transform: scale(1); } }
/* SERP screen */
.sd-serp .sd-q { display: flex; align-items: center; gap: 8px; border: 1px solid var(--border); border-radius: 999px; padding: 8px 12px; font-size: .85rem; color: #3c4043; margin-bottom: 14px; }
.sd-serp .sd-ad { border: 1px solid var(--border); border-radius: 10px; padding: 12px; }
.sd-ad-badge { font-size: .62rem; font-weight: 700; text-transform: uppercase; color: #202124; }
.sd-ad-title { color: #1a0dab; font-size: 1.1rem; margin: 3px 0; }
.sd-ad-desc { color: #4d5156; font-size: .86rem; }
/* Site screen */
.sd-site { text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
.sd-logo { font-weight: 800; color: var(--navy); font-size: 1.15rem; }
.sd-h { font-size: 1.15rem; font-weight: 700; color: var(--ink); }
.sd-price { color: var(--text-soft); }
.sd-buy { margin-top: 6px; background: linear-gradient(#2bd96f, #1ebd5b); color: #fff; font-weight: 700; border: none; border-radius: 8px; padding: 12px 26px; font-size: 1rem; }
/* Done screen */
.sd-done { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 10px; }
.sd-check { width: 66px; height: 66px; border-radius: 50%; background: #0F9D58; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2rem; }
.sd-done-t { font-size: 1.2rem; font-weight: 700; color: var(--ink); }
.sd-done-s { color: var(--text-soft); }
.sd-steps { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 16px; font-weight: 700; color: var(--text-soft); font-size: .9rem; }
.sd-step.is-on { color: var(--blue-ink); }
.sd-sep { color: var(--border); }

/* ============================================================
   ONDE ATUAMOS — world map + stat row
   ============================================================ */
#ct-map { height: 420px; width: 100%; border-radius: var(--radius); background: var(--panel-2); }
.map-wrap #ct-map { border-radius: 0; }
.ct-statrow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 20px; }
@media (max-width: 560px) { .ct-statrow { grid-template-columns: repeat(2, 1fr); } #ct-map { height: 320px; } }
.ct-statitem { text-align: center; background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); padding: 16px 8px; box-shadow: var(--shadow-sm); }
.ct-statn { display: block; font-size: 2rem; font-weight: 700; line-height: 1; }
.ct-statl { display: block; color: var(--text-soft); font-size: .82rem; margin-top: 6px; }

/* ============================================================
   AI-ANSWER BOX + FAQ (GEO: direct-answer blocks for AI engines)
   ============================================================ */
.ai-answer {
  background: var(--panel); border: 1px solid var(--border); border-left: 4px solid #4285F4;
  border-radius: var(--radius); padding: 20px 24px; box-shadow: var(--shadow-sm);
}
.ai-answer-label { display: block; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: #4285F4; margin-bottom: 8px; }
.text-link { color: #4285F4; text-decoration: underline; text-underline-offset: 2px; font-weight: 500; }
.text-link:hover { color: #1a5fd9; }
.ai-answer-text { font-size: 1.05rem; line-height: 1.65; color: var(--ink); margin: 0; }
.faq-list { display: flex; flex-direction: column; gap: 14px; margin-top: 8px; }
.faq-item { background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px 22px; box-shadow: var(--shadow-sm); }
.faq-item h3 { font-size: 1.05rem; font-weight: 700; color: var(--ink); margin: 0 0 8px; }
.faq-item p { font-size: .98rem; line-height: 1.6; color: var(--text); margin: 0; }
/* Collapsible variant: <details class="faq-item"><summary>...</summary><p>...</p></details> */
.faq-item summary { cursor: pointer; list-style: none; font-size: 1.05rem; font-weight: 700; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.3rem; line-height: 1; color: var(--blue-ink); flex: none; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item[open] summary { margin-bottom: 10px; }
.faq-item p { margin-top: 0; }
@media (max-width: 600px) {
  .ai-answer { padding: 16px 18px; }
  .faq-item { padding: 16px 18px; }
}

/* ============================================================
   AI CHAT WIDGET (AI Search Visibility page, illustrative demo)
   ============================================================ */
.aichat { background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); max-width: 640px; margin: 0 auto; overflow: hidden; }
.aichat-top { display: flex; align-items: center; gap: 7px; padding: 12px 16px; background: var(--bg-alt); border-bottom: 1px solid var(--border); }
.aichat-top .dot { width: 10px; height: 10px; border-radius: 50%; }
.aichat-label { margin-left: 8px; font-size: .8rem; font-weight: 600; color: var(--text-soft); }
.aichat-body { padding: 20px 20px 8px; min-height: 168px; }
.aichat-row { margin-bottom: 16px; }
.aichat-tag { display: block; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--text-soft); margin-bottom: 6px; }
.aichat-tag-ai { color: #4285F4; }
.aichat-q { font-size: 1rem; color: var(--ink); font-weight: 600; }
.aichat-typing { display: inline-flex; gap: 4px; padding: 4px 0; }
.aichat-typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--text-soft); opacity: .5; animation: aichat-bounce 1s infinite ease-in-out; }
.aichat-typing span:nth-child(2) { animation-delay: .15s; }
.aichat-typing span:nth-child(3) { animation-delay: .3s; }
@keyframes aichat-bounce { 0%, 80%, 100% { transform: translateY(0); opacity: .5; } 40% { transform: translateY(-4px); opacity: 1; } }
.aichat-answer { font-size: .98rem; line-height: 1.65; color: var(--text); margin: 0; }
.aichat-answer strong { color: var(--blue-ink); background: rgba(66,133,244,.10); padding: 1px 5px; border-radius: 4px; }
.aichat-meta { display: flex; align-items: center; gap: 6px; font-size: .78rem; color: var(--text-soft); margin: 10px 0 0; }
.aichat-meta .aichat-cite { display: inline-flex; align-items: center; gap: 4px; color: #0F9D58; font-weight: 700; }
.aichat-actions { display: flex; justify-content: center; padding: 14px 20px 20px; }
@media (prefers-reduced-motion: reduce) { .aichat-typing span { animation: none; } }
@media (max-width: 600px) { .aichat-body { padding: 16px 16px 4px; } }

/* ============================================================
   TOOL REVEAL — collapses an interactive tool behind a button
   ============================================================ */
.tool-reveal summary { cursor: pointer; list-style: none; display: inline-flex; }
.tool-reveal summary::-webkit-details-marker { display: none; }
.tool-reveal-body { margin-top: 18px; }

/* Compact card variant: no icon badge, tighter padding, for home cards
   that only need a title + one short line. */
.card-compact, .card-plain { padding: 16px 18px; }
.card-compact h3, .card-plain h3 { margin-top: 4px; }

/* ============================================================
   BLOG — index list and article prose
   ============================================================ */
.blog-list { display: flex; flex-direction: column; gap: 14px; margin-top: 8px; }
.blog-card {
  display: block; background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 18px 22px; box-shadow: var(--shadow-sm); text-decoration: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.blog-card:hover { border-color: var(--g-blue); box-shadow: var(--shadow); }
.blog-card h2 { font-size: 1.1rem; color: var(--ink); margin: 0 0 6px; }
.blog-card p { font-size: .95rem; color: var(--text-soft); margin: 0; line-height: 1.55; }
.blog-article { max-width: 720px; margin: 0 auto; }
.blog-article h2 { font-size: 1.3rem; color: var(--ink); margin: 32px 0 12px; }
.blog-article p { font-size: 1.03rem; line-height: 1.7; color: var(--text); margin: 0 0 16px; }
.blog-article ul, .blog-article ol { margin: 0 0 16px; padding-left: 22px; }
.blog-article li { font-size: 1.03rem; line-height: 1.65; color: var(--text); margin-bottom: 8px; }
.blog-cta { background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); text-align: center; margin-top: 32px; }
.blog-cta p { margin: 0 0 14px; font-weight: 600; color: var(--ink); }
.blog-back { display: inline-block; margin-bottom: 18px; color: var(--text-soft); text-decoration: none; font-size: .92rem; }
.blog-back:hover { color: var(--blue-ink); }
@media (max-width: 600px) { .blog-card { padding: 14px 16px; } .blog-article h2 { font-size: 1.15rem; margin: 24px 0 10px; } }
