﻿:root {
  color-scheme: only light;
  --blue: #1a73e8;
  --red: #ea4335;
  --yellow: #f4b400;
  --green: #188038;
  --crea-orange: #1a73e8;
  --crea-soft: #f3f7ff;
  --crea-ink: #172033;
  --text: #202124;
  --muted: #5f6368;
  --line: #dadce0;
  --surface: #ffffff;
  --soft: #f8fafd;
  --shadow: 0 24px 60px rgba(60, 64, 67, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color-scheme: only light;
  forced-color-adjust: none;
  background-color: #ffffff;
  background:
    radial-gradient(circle at 12% 18%, rgba(26, 115, 232, 0.08), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(24, 128, 56, 0.055), transparent 30%),
    var(--surface);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}


button,
input,
textarea,
select,
summary {
  color-scheme: only light;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 72px;
  padding: 0 40px;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: lowercase;
}

.brand-mark {
  display: block;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 0;
  border-radius: 10px;
  background:
    linear-gradient(90deg, #8fb6ff 0 26%, transparent 26% 37%, #5d8ff6 37% 63%, transparent 63% 74%, #3f7ee8 74% 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42), 0 5px 14px rgba(66, 133, 244, 0.16);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  color: var(--muted);
  font-size: 15px;
}

.main-nav a:hover,
.header-phone:hover {
  color: var(--blue);
}

.header-phone {
  color: var(--blue);
  font-weight: 700;
  white-space: nowrap;
  touch-action: pan-x;
  cursor: grab;
  user-select: none;
}


.mobile-menu {
  display: none;
  position: relative;
  margin-left: auto;
}

.mobile-menu summary {
  color: var(--text);
  background: #ffffff;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary span {
  display: block;
  width: 20px;
  height: 2px;
  background: #202124;
  border-radius: 999px;
}

.mobile-menu nav {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  min-width: 230px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.mobile-menu nav a {
  padding: 12px 14px;
  color: var(--muted);
  border-radius: 6px;
  font-weight: 700;
}

.mobile-menu nav a:hover {
  color: var(--blue);
  background: var(--soft);
}

.cookie-notice {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  max-width: 560px;
  padding: 18px 18px 18px 20px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(218, 220, 224, 0.86);
  border-radius: 14px;
  box-shadow: 0 20px 58px rgba(23, 32, 51, 0.2), 0 2px 8px rgba(23, 32, 51, 0.08);
  backdrop-filter: blur(18px);
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 800;
}

.cookie-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.cookie-notice button {
  min-height: 42px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(135deg, #0b57d0, #1a73e8);
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(26, 115, 232, 0.24);
}

.cookie-notice button:active {
  transform: translateY(1px);
}
.mobile-contact-bar {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 64px;
  align-items: center;
  max-width: 1180px;
  min-height: calc(100vh - 72px);
  margin: 0 auto;
  padding: 72px 32px 56px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--crea-orange);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

h1,
h2,
h3 {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  color: var(--crea-ink);
  margin: 0;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 600;
}

h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(26px, 2.5vw, 36px);
}

h3 {
  margin: 16px 0 10px;
  font-size: 20px;
  font-weight: 600;
}

.hero-text {
  max-width: 700px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 21px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 700;
}

.btn.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #4d8ff7);
  border-color: transparent;
}

.btn.secondary {
  color: var(--blue);
  background: #fff;
}

.hero-panel {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow), inset 0 4px 0 var(--blue);
}

.panel-top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 22px;
  color: var(--muted);
  font-weight: 700;
}

.status-dot {
  width: 12px;
  height: 12px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(52, 168, 83, 0.14);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.metric-grid div,
small,
.metric-grid small {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.metric-grid strong {
  display: block;
  margin-top: 6px;
  font-size: 26px;
  line-height: 34px;
}

.signal-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.signal-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
}

.signal-list b {
  width: 10px;
  height: 10px;
  background: var(--blue);
  border-radius: 50%;
  flex: 0 0 auto;
}


.hero-mockup {
  position: relative;
  display: grid;
  justify-items: center;
}

.mockup-tabs-wrap {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 24px;
  gap: 6px;
  align-items: center;
  width: min(100%, 390px);
  margin-bottom: 14px;
}

.mockup-tabs {
  display: flex;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  white-space: nowrap;
  touch-action: pan-x;
  cursor: grab;
  user-select: none;
}

.mockup-tabs.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.mockup-tabs::-webkit-scrollbar {
  display: none;
}

.mockup-arrow {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: rgba(26, 115, 232, 0.55);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(218, 220, 224, 0.55);
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.mockup-tab {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  border-radius: 18px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(60, 64, 67, 0.08);
}

.mockup-tab.is-active {
  background: #e8f0fe;
  border-color: rgba(26, 115, 232, 0.28);
  color: var(--blue);
}

.phone-mockup {
  width: min(100%, 390px);
  padding: 12px;
  border-radius: 34px;
  background: #202124;
  box-shadow: 0 26px 68px rgba(32, 33, 36, 0.24), 0 8px 20px rgba(32, 33, 36, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.phone-screen {
  position: relative;
  overflow: hidden;
  min-height: 594px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 25px;
}

.phone-top {
  position: relative;
  display: flex;
  height: 34px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 9px 16px 0;
  color: #3c4043;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.phone-sensors {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 78px;
  height: 20px;
  background: #202124;
  border-radius: 999px;
  transform: translateX(-50%);
}

.phone-status,
.phone-signal {
  display: inline-flex;
  align-items: center;
}

.phone-status { gap: 6px; }
.phone-signal { align-items: flex-end; gap: 2px; height: 10px; }
.phone-signal i { display: block; width: 3px; border-radius: 2px; background: currentColor; }
.phone-signal i:nth-child(1) { height: 4px; }
.phone-signal i:nth-child(2) { height: 6px; }
.phone-signal i:nth-child(3) { height: 8px; }
.phone-signal i:nth-child(4) { height: 10px; }

.phone-battery {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 10px;
  padding: 1px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
}

.phone-battery::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  border-radius: 1.5px;
}

.phone-battery::after {
  content: '';
  position: absolute;
  top: 2.5px;
  right: -3px;
  width: 2px;
  height: 4px;
  background: currentColor;
  border-radius: 1px;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid #f1f3f4;
}

.search-icon { color: var(--blue); flex-shrink: 0; }
.search-text { flex: 1; color: #202124; font-size: 15px; }
.search-cursor { display: inline-block; width: 1px; height: 16px; margin-left: 2px; background: var(--blue); vertical-align: middle; }
.search-results { display: flex; flex-direction: column; padding: 14px 18px 18px; }
.result-item { position: relative; padding: 14px 0; border-bottom: 1px solid #f1f3f4; transition: opacity .22s ease, transform .22s ease; }
.search-results.is-changing .result-item { opacity: .18; transform: translateY(8px); }
.result-item:last-child { border-bottom: 0; }
.result-item.is-you { min-height: 150px; margin: 0 -12px; padding: 14px 12px; background: #e8f0fe; border: 0; border-radius: 8px; }
.you-label { width: fit-content; margin-bottom: 8px; padding: 3px 8px; color: #fff; background: var(--blue); border-radius: 4px; font-size: 11px; font-weight: 700; }
.result-ad-badge { display: inline-flex; align-items: center; margin-right: 8px; padding: 1px 5px; color: #5f6368; border: 1px solid #bdc1c6; border-radius: 3px; font-size: 11px; }
.result-url { min-height: 18px; margin-bottom: 2px; color: #5f6368; font-size: 12px; }
.result-title { min-height: 46px; margin-bottom: 4px; color: var(--blue); font-size: 16px; line-height: 1.45; }
.result-item.is-you .result-title { color: #1557b0; font-weight: 700; }
.result-desc { min-height: 40px; color: #5f6368; font-size: 13px; line-height: 1.5; }
.result-item.dimmed { min-height: 104px; opacity: 0.45; }
.mockup-badge { display: flex; width: fit-content; align-items: center; gap: 8px; margin: 14px auto 0; padding: 10px 18px; color: #3c4043; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 10px 28px rgba(60, 64, 67, 0.14); font-size: 13px; font-weight: 700; }
.mockup-badge-dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; animation: badgePulse 1.8s ease-in-out infinite; will-change: transform; }
.trust-band {
  padding: 54px 32px;
  border-block: 1px solid var(--line);
  background: linear-gradient(90deg, var(--crea-soft), var(--soft));
}

.trust-card {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 42px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 42px 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(218, 220, 224, 0.9);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(60, 64, 67, 0.1);
}

.trust-image {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 330px;
}

.trust-image img {
  display: block;
  width: min(100%, 360px);
  height: auto;
}

.traffic-card {
  position: absolute;
  left: 8px;
  bottom: 10px;
  width: min(44%, 160px);
  padding: 10px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(218, 220, 224, 0.9);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(60, 64, 67, 0.16);
}

.traffic-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 10px;
  font-weight: 700;
}

.traffic-card-top b {
  color: #9aa0a6;
  font-size: 10px;
  letter-spacing: 1px;
}

.traffic-chart-img {
  display: block;
  width: 92px;
  height: 92px;
  margin: 0 auto 9px;
}

.traffic-chart {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  margin: 0 auto 10px;
  color: var(--text);
  background:
    radial-gradient(circle at center, #fff 0 48%, transparent 49%),
    conic-gradient(var(--green) 0 64%, var(--blue) 64% 87%, #f4b400 87% 96%, #d2e3fc 96% 100%);
  border-radius: 50%;
}

.traffic-chart span,
.traffic-chart small {
  grid-area: 1 / 1;
}

.traffic-chart span {
  margin-top: -8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.traffic-chart small {
  margin-top: 16px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
}

.traffic-legend {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
}

.traffic-legend span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.traffic-legend i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.traffic-legend .real { background: var(--green); }
.traffic-legend .risk { background: var(--blue); }
.traffic-legend .waste { background: #f4b400; }

.trust-copy {
  padding: 34px 0 42px;
}

.trust-copy h2 {
  max-width: 640px;
  margin: 0 0 18px;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.08;
  letter-spacing: 0;
}

.trust-copy > p:last-child {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 32px;
}

.section-heading {
  margin-bottom: 34px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.card {
  min-height: 280px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.card p,
.section p,
.contact p {
  color: var(--muted);
  font-size: 17px;
}

.service-icon {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  padding: 8px;
  background: linear-gradient(135deg, #fff, var(--soft));
  border: 1px solid var(--line);
  border-radius: 12px;
}

.icon {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 8px;
}

.icon.blue {
  background: var(--blue);
}

.icon.red {
  background: var(--red);
}

.icon.yellow {
  background: var(--yellow);
}

.icon.green {
  background: var(--green);
}


.process-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.25fr);
  gap: 42px;
  max-width: none;
  margin: 0;
  padding: 68px max(32px, calc((100vw - 1180px) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 8% 78%, rgba(255, 255, 255, 0.16), transparent 18%),
    radial-gradient(circle at 94% 14%, rgba(26, 115, 232, 0.16), transparent 22%),
    linear-gradient(135deg, #0f3d7a, #1a73e8 55%, #1557b0);
  overflow: hidden;
}

.process-copy h2 {
  color: #fff;
  max-width: 520px;
}

.process-copy .eyebrow {
  color: #d2e3fc;
}

.process-copy p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.process-cta a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 0 24px;
  color: #111827;
  background: #d2e3fc;
  border-radius: 999px;
  font-weight: 800;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.process-card {
  min-height: 292px;
  padding: 30px 34px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.process-card.compact {
  min-height: 236px;
}

.process-card span {
  display: block;
  margin-bottom: 18px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
}

.process-card h3 {
  color: #fff;
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 600;
}

.process-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}
.split,
.report,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 56px;
  align-items: center;
}

.check-panel,
.report-preview,
.contact-card {
  display: grid;
  gap: 16px;
  padding: 24px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}



.check-panel {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  background: transparent;
  border: 0;
  padding: 0;
}

.check-panel div {
  display: grid;
  min-height: 124px;
  align-content: space-between;
  gap: 16px;
  padding: 18px;
  color: var(--text);
  background: #fff;
  border: 1px solid #e6ebf3;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(60, 64, 67, 0.13);
}

.check-icon {
  width: 38px;
  height: 38px;
  color: var(--blue);
}

.check-icon path,
.check-icon circle,
.check-icon rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.check-icon .soft {
  opacity: .16;
  stroke-width: 8;
}

.check-panel div:nth-child(3) .check-icon,
.check-panel div:nth-child(4) .check-icon {
  color: var(--green);
}

.check-panel strong {
  max-width: 180px;
  font-size: 16px;
  line-height: 1.35;
}


.protection-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.protection-visual img {
  display: block;
  width: min(100%, 420px);
  height: auto;
  filter: drop-shadow(0 18px 34px rgba(60, 64, 67, 0.12));
}
.protection-icons {
  padding-top: 18px;
  padding-bottom: 48px;
}

 .protection-icons .check-panel {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.protection-icons .check-panel div {
  min-height: 210px;
  align-content: start;
  justify-items: center;
  gap: 16px;
  padding: 28px 22px;
  text-align: center;
}

.protection-icons .check-icon {
  width: 92px;
  height: 92px;
}

.protection-icons .check-panel strong {
  max-width: none;
  color: var(--crea-ink);
  font-size: 18px;
  line-height: 1.25;
}

.protection-icons .check-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.split {
  padding-bottom: 28px;
}

.audience {
  max-width: none;
  margin: 0;
  padding: 68px max(32px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(135deg, rgba(243, 247, 255, 0.96), rgba(248, 250, 253, 0.98));
  border-block: 1px solid var(--line);
}

.split + .audience {
  padding-top: 42px;
}

.audience .section-heading {
  margin-bottom: 28px;
}

.audience h2 {
  max-width: 720px;
}
.pill-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 1280px;
  margin-top: 34px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(218, 220, 224, 0.78);
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(60, 64, 67, 0.10);
}

.pill-grid span {
  display: flex;
  min-height: 50px;
  align-items: center;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(218, 220, 224, 0.82);
  border-radius: 6px;
  color: var(--muted);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  font-weight: 700;
}

.report {
  align-items: center;
  background: linear-gradient(180deg, #fff, var(--soft));
}

.report-row {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  background: #fff;
  border: 1px solid #edf0f5;
  border-radius: 8px;
}

.report-row strong {
  text-align: right;
}

.report-row.muted strong {
  color: var(--blue);
}

.contact {
  max-width: 1180px;
  margin: 0 auto 48px;
  padding: 64px 32px;
  background: linear-gradient(135deg, #172033, #174ea6 62%, #202124);
  color: #fff;
  border-radius: 8px;
}

.contact .eyebrow,
.contact p {
  color: #d2e3fc;
}

.contact-card {
  background: #fff;
  color: var(--text);
}

.contact-phone {
  color: var(--blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

address {
  color: var(--muted);
  font-style: normal;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 40px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

@media (max-width: 940px) {

  .trust-band {
    padding: 34px 18px;
  }

  .trust-card {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 18px 18px 0;
  }

  .trust-image {
    min-height: 310px;
    order: 1;
  }

  .trust-image img {
    width: min(100%, 260px);
  }

  .traffic-card {
    left: 8px;
    bottom: 8px;
    width: min(54%, 156px);
    transform: none;
  }

  .traffic-chart-img {
    width: 86px;
    height: 86px;
  }

  .trust-copy {
    order: 2;
    padding: 22px 0 28px;
  }

  .trust-copy h2 {
    font-size: 26px;
  }

  .trust-copy > p:last-child {
    font-size: 17px;
  }
  .pill-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 22px;
  }

  .process-section {
    grid-template-columns: 1fr;
    padding: 56px 22px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .site-header {
    flex-wrap: wrap;
    min-height: auto;
    padding: 16px 22px;
  }

  .main-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero,
  .split,
  .report,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 56px;
  }

  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .phone-mockup {
    width: min(100%, 350px);
    padding: 10px;
    border-radius: 30px;
  }

  .phone-screen {
    min-height: 560px;
    border-radius: 22px;
  }

  .mockup-tabs-wrap {
    width: min(100%, 350px);
    margin-top: 6px;
  }


  .trust-band {
    padding: 34px 18px;
  }

  .trust-card {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 18px 18px 0;
  }

  .trust-image {
    min-height: 310px;
    order: 1;
  }

  .trust-image img {
    width: min(100%, 260px);
  }

  .traffic-card {
    left: 8px;
    bottom: 8px;
    width: min(54%, 156px);
    transform: none;
  }

  .traffic-chart-img {
    width: 86px;
    height: 86px;
  }

  .trust-copy {
    order: 2;
    padding: 22px 0 28px;
  }

  .trust-copy h2 {
    font-size: 26px;
  }

  .trust-copy > p:last-child {
    font-size: 17px;
  }
  .pill-grid {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .split {
    padding-bottom: 22px;
  }


  .check-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .check-panel div {
    min-height: 104px;
    padding: 14px;
  }

  .check-icon {
    width: 32px;
    height: 32px;
  }

  .check-panel strong {
    font-size: 14px;
  }

   .protection-icons .check-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .protection-icons .check-panel div {
  min-height: 210px;
  align-content: start;
  justify-items: center;
  gap: 16px;
  padding: 28px 22px;
  text-align: center;
}
  .audience {
    margin: 0;
    padding: 34px 20px 46px;
  }

  body {
    padding-bottom: 76px;
  }

  .site-header {
    min-height: 66px;
    padding-inline: 18px;
    gap: 12px;
  }

  .main-nav {
    display: none;
  }

  .header-phone {
    display: inline-flex;
    margin-left: auto;
    padding: 7px 8px;
    gap: 5px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 12px;
  }

  .mobile-menu {
    display: block;
    position: static;
    margin-left: 0;
  }

  .mobile-menu nav {
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    min-width: 0;
    padding: 10px 18px 14px;
    border-right: 0;
    border-left: 0;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 16px 34px rgba(60, 64, 67, 0.16);
  }

  .mobile-menu nav a {
    padding: 13px 4px;
    border-bottom: 1px solid var(--line);
  }

  .mobile-menu nav a:last-child {
    border-bottom: 0;
  }

  .hero,
  .section {
    padding: 48px 20px;
  }

  h1 {
    font-size: 40px;
  }

  .hero-text {
    font-size: 18px;
  }

  .metric-grid,
  .cards {
    grid-template-columns: 1fr;
  }

  .contact {
    margin-inline: 20px;
    padding: 36px 22px;
  }

  .site-footer {
    flex-direction: column;
    padding: 48px 20px;
  }

    .cookie-notice {
    right: 10px;
    bottom: 82px;
    left: 10px;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
    border-radius: 14px;
  }

  .cookie-notice p {
    font-size: 13px;
  }

  .cookie-notice button {
    width: 100%;
    min-height: 44px;
  }

  .mobile-contact-bar {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 20;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(218, 220, 224, 0.82);
    border-radius: 14px;
    box-shadow: 0 18px 48px rgba(23, 32, 51, 0.24), 0 2px 8px rgba(23, 32, 51, 0.08);
    backdrop-filter: blur(18px);
  }

  .mobile-contact-bar a {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    background: linear-gradient(135deg, #0b57d0, #1a73e8);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    box-shadow: 0 10px 22px rgba(26, 115, 232, 0.28);
  }

  .mobile-contact-bar a:active {
    transform: translateY(1px);
  }

  .mobile-contact-bar .whatsapp-link {
    background: linear-gradient(135deg, #25d366, #128c7e);
    box-shadow: 0 10px 22px rgba(37, 211, 102, 0.28);
  }
}
.site-footer a {
  color: var(--crea-orange);
  font-weight: 700;
}

.contact-card {
  border-top: 4px solid var(--crea-orange);
}















@keyframes badgePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.35); }
}

@media (prefers-reduced-motion: reduce) {
  .mockup-badge-dot {
    animation: none;
  }
}


.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.phone-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: currentColor;
}

.contact-phone .phone-icon {
  width: 24px;
  height: 24px;
}

.mobile-contact-bar .phone-icon {
  width: 18px;
  height: 18px;
}

.mobile-contact-bar .whatsapp-icon {
  width: 20px;
  height: 20px;
}





.search-cursor {
  animation: searchCursorBlink 0.9s steps(1) infinite;
}

@keyframes searchCursorBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}





















































@media (max-width: 380px) {
  .check-panel,
   .protection-icons .check-panel {
    grid-template-columns: 1fr;
  }
}

.whatsapp-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  fill: currentColor;
}












.footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 14px;
}

.footer-links a {
  color: var(--muted);
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--blue);
}

.legal-page {
  background:
    radial-gradient(circle at 14% 12%, rgba(26, 115, 232, 0.08), transparent 28%),
    var(--surface);
}

.legal-main {
  max-width: 980px;
  margin: 0 auto;
  padding: 72px 28px 48px;
}

.legal-hero {
  margin-bottom: 28px;
}

.legal-hero h1 {
  max-width: 780px;
  font-size: clamp(34px, 4vw, 52px);
}

.legal-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.legal-content {
  display: grid;
  gap: 16px;
}

.legal-card {
  padding: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(218, 220, 224, 0.9);
  border-radius: 12px;
  box-shadow: 0 16px 42px rgba(23, 32, 51, 0.08);
}

.legal-card h2 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2vw, 28px);
}

.legal-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.legal-card p + p {
  margin-top: 12px;
}

.legal-card a {
  color: var(--blue);
  font-weight: 700;
}

.legal-highlight {
  border-top: 4px solid var(--blue);
}

.legal-footer {
  border-top: 1px solid var(--line);
}







/* Global light-mode lock */
html,
body,
.site-header,
.mobile-menu summary,
.mobile-menu nav,
.hero,
.hero-panel,
.phone-screen,
.search-bar,
.search-results,
.result-item,
.trust-band,
.trust-card,
.traffic-card,
.section,
.check-panel,
.check-panel div,
.protection-icons,
.audience-card,
.report,
.report-preview,
.report-row,
.contact-card,
.cookie-notice,
.site-footer,
.legal-page,
.legal-main,
.legal-card,
.mobile-contact-bar {
  color-scheme: only light;
}

.site-header,
.mobile-menu nav,
.hero-panel,
.phone-screen,
.search-bar,
.search-results,
.trust-card,
.traffic-card,
.check-panel,
.check-panel div,
.audience-card,
.report-preview,
.report-row,
.contact-card,
.cookie-notice,
.legal-card {
  background-color: #ffffff;
}

body,
.hero,
.section,
.legal-page,
.legal-main {
  color: var(--text);
}

.mobile-menu nav a,
.result-url,
.result-desc,
.legal-card p,
.cookie-notice p,
.site-footer,
.footer-links a {
  color: var(--muted);
}

.mobile-menu summary span {
  background-color: #202124;
}


/* Opera forced dark mode guard */
*,
*::before,
*::after {
  color-scheme: only light;
}

@media (prefers-color-scheme: dark) {
  html,
  body {
    background: #ffffff !important;
    color: #202124 !important;
  }

  .site-header,
  .mobile-menu summary,
  .mobile-menu nav,
  .hero,
  .section,
  .trust-card,
  .traffic-card,
  .hero-panel,
  .phone-screen,
  .search-bar,
  .search-results,
  .check-panel,
  .check-panel div,
  .audience-card,
  .report-preview,
  .report-row,
  .contact-card,
  .cookie-notice,
  .site-footer,
  .legal-card,
  .mobile-contact-bar {
    background-color: #ffffff !important;
    color: #202124 !important;
  }

  .hero,
  .trust-band,
  .section,
  .legal-page,
  .legal-main {
    background-color: #ffffff !important;
  }

  .main-nav,
  .mobile-menu nav a,
  .hero-text,
  .result-url,
  .result-desc,
  .legal-card p,
  .cookie-notice p,
  .site-footer,
  .footer-links a {
    color: #5f6368 !important;
  }

  h1,
  h2,
  h3,
  .brand,
  .result-title {
    color: #202124 !important;
  }

  .eyebrow,
  .header-phone,
  .contact-phone,
  .footer-links a:hover {
    color: #1a73e8 !important;
  }

  .mobile-menu summary span {
    background-color: #202124 !important;
  }
}

/* Opera mobile appearance reset */
html,
body {
  background-color: #ffffff !important;
}

*,
*::before,
*::after {
  forced-color-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select,
summary,
a {
  -webkit-appearance: none;
  appearance: none;
}

.brand,
.header-phone,
.mobile-menu summary,
.cookie-notice,
.mobile-contact-bar,
.mobile-contact-bar a {
  filter: none !important;
  mix-blend-mode: normal !important;
}

.brand {
  background: transparent !important;
}

.brand span:last-child {
  color: #202124 !important;
}

.site-header {
  background: rgba(255, 255, 255, 0.96) !important;
}

.mobile-menu summary {
  border-color: #dadce0 !important;
}

.cookie-notice {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: #dadce0 !important;
}

.mobile-contact-bar a,
.mobile-contact-bar a:visited,
.mobile-contact-bar a:focus,
.mobile-contact-bar a:active {
  color: #ffffff !important;
  opacity: 1 !important;
  text-decoration: none !important;
}

.mobile-contact-bar .phone-link {
  background: linear-gradient(135deg, #0b57d0, #1a73e8) !important;
}

.mobile-contact-bar .whatsapp-link {
  background: linear-gradient(135deg, #25d366, #128c7e) !important;
}

.brand,
.brand:visited,
.brand:focus,
.brand:active {
  color: #202124 !important;
  background: transparent !important;
  text-decoration: none !important;
}

.brand span:last-child {
  color: #202124 !important;
}


