:root {
  --ink: #101522;
  --muted: #667085;
  --line: #dfe6ee;
  --paper: #ffffff;
  --mist: #f5f7fb;
  --blue: #f97316;
  --green: #15a36d;
  --coral: #ff6b35;
  --gold: #f8bd43;
  --violet: #8b5cf6;
  --dark: #0b1020;
  --shadow: 0 24px 70px rgba(16, 21, 34, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  scroll-behavior: auto;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 5vw;
  color: white;
  background: rgba(11, 16, 32, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo {
  width: 214px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #cbd5e1;
  font-size: 0.94rem;
  font-weight: 800;
}

.site-nav a:hover {
  color: white;
}

.nav-cta {
  min-height: 42px;
  padding: 11px 16px;
  color: var(--dark) !important;
  background: white;
  border-radius: 8px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px 0;
  background: white;
}

.hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(420px, 1.05fr);
  gap: 48px;
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: 84px 5vw 72px;
  color: white;
  background:
    radial-gradient(circle at 70% 20%, rgba(47, 109, 246, 0.28), transparent 32%),
    radial-gradient(circle at 95% 65%, rgba(21, 163, 109, 0.2), transparent 28%),
    linear-gradient(135deg, #090d19 0%, #10182d 50%, #07151d 100%);
  overflow: hidden;
}

.page-hero {
  padding: 118px 5vw 86px;
  color: white;
  background:
    radial-gradient(circle at 70% 20%, rgba(249, 115, 22, 0.25), transparent 32%),
    radial-gradient(circle at 95% 65%, rgba(21, 163, 109, 0.18), transparent 28%),
    linear-gradient(135deg, #090d19 0%, #10182d 52%, #07151d 100%);
}

.page-hero p {
  max-width: 760px;
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1.75;
}

.page-hero .hero-actions {
  margin-top: 28px;
}

.feature-band {
  background: #f7f9fc;
}

.hero-copy {
  min-width: 0;
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #79f2c0;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  max-width: 620px;
  font-size: clamp(2.45rem, 4.25vw, 4.35rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.24rem;
}

.hero-text,
.section-heading p,
.results-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.hero .hero-text,
.hero-proof {
  color: #cbd5e1;
}

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

.button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

.button.primary {
  color: white;
  background: var(--blue);
  box-shadow: 0 16px 34px rgba(47, 109, 246, 0.32);
}

.button.primary:hover {
  background: #c2410c;
}

.button.secondary {
  color: white;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
  font-size: 0.94rem;
}

.hero-proof strong {
  color: white;
}

.hero-stage {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: auto;
}

.ad-console {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
}

.device-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 24px;
  align-items: center;
  min-width: 0;
  max-width: 1040px;
  margin: 0 auto;
  padding: 28px 0;
}

.laptop-frame {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  background: #101827;
  border: 10px solid #1c2638;
  border-radius: 14px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.browser-bar {
  display: flex;
  gap: 7px;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  color: #96a4b8;
  background: #111827;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.browser-bar span {
  width: 9px;
  height: 9px;
  background: #64748b;
  border-radius: 50%;
}

.browser-bar span:nth-child(1) {
  background: #ff6b6b;
}

.browser-bar span:nth-child(2) {
  background: #f8bd43;
}

.browser-bar span:nth-child(3) {
  background: #15a36d;
}

.browser-bar strong {
  margin-left: 8px;
  overflow: hidden;
  font-size: 0.78rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.website-preview {
  min-height: 390px;
  color: #111827;
  background: linear-gradient(135deg, #fff7ed 0%, #ffffff 54%, #ecfdf5 100%);
}

.preview-nav {
  display: flex;
  gap: 18px;
  align-items: center;
  min-height: 54px;
  padding: 0 22px;
  color: #64748b;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #e8edf4;
  font-size: 0.82rem;
  font-weight: 800;
}

.preview-nav b {
  margin-right: auto;
  color: #111827;
}

.preview-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 22px;
  align-items: center;
  padding: 28px 24px 20px;
}

.preview-hero small,
.mobile-site span,
.showcase-badge span {
  display: block;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.preview-hero h3 {
  max-width: 330px;
  margin: 10px 0 10px;
  color: #111827;
  font-size: 1.6rem;
  line-height: 1.12;
}

.preview-hero p {
  max-width: 340px;
  margin-bottom: 18px;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.6;
}

.preview-hero button,
.mobile-site button {
  min-height: 42px;
  padding: 0 16px;
  color: white;
  background: var(--blue);
  border: 0;
  border-radius: 8px;
  font-weight: 900;
}

.preview-room {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  background:
    linear-gradient(rgba(17, 24, 39, 0.04), rgba(17, 24, 39, 0.04)),
    url("assets/interior-landing-preview.png") center / cover;
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(16, 24, 39, 0.16);
}

.preview-room span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 54px;
  height: 54px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(16, 24, 39, 0.18);
}

.preview-room i {
  position: absolute;
  left: 18px;
  bottom: 16px;
  width: 90px;
  height: 12px;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 999px;
}

.preview-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0 24px 24px;
}

.preview-cards span {
  min-height: 72px;
  padding: 16px;
  color: #111827;
  background: white;
  border: 1px solid #e8edf4;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(16, 24, 39, 0.08);
  font-size: 0.82rem;
  font-weight: 900;
}

.laptop-base {
  grid-column: 1;
  grid-row: 2;
  width: 84%;
  height: 18px;
  margin: -24px auto 0;
  background: linear-gradient(180deg, #2a3547, #111827);
  border-radius: 0 0 22px 22px;
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.22);
}

.mobile-frame {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  width: 230px;
  padding: 10px;
  background: #101827;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.phone-speaker {
  width: 42px;
  height: 5px;
  margin: 0 auto 10px;
  background: #334155;
  border-radius: 999px;
}

.mobile-site {
  min-height: 0;
  padding: 14px;
  color: #111827;
  background: linear-gradient(180deg, #ffffff 0%, #fff7ed 100%);
  border-radius: 18px;
}

.mobile-site b {
  display: block;
  margin-bottom: 12px;
  color: #111827;
  font-size: 0.82rem;
}

.mobile-site h3 {
  margin: 8px 0 10px;
  color: #111827;
  font-size: 1.08rem;
  line-height: 1.14;
}

.mobile-preview-photo {
  min-height: 92px;
  margin-bottom: 10px;
  background:
    linear-gradient(rgba(17, 24, 39, 0.02), rgba(17, 24, 39, 0.02)),
    url("assets/interior-landing-preview.png") center / cover;
  border: 1px solid #fed7aa;
  border-radius: 12px;
}

.mobile-site p {
  margin: 0 0 10px;
  color: #64748b;
  font-size: 0.74rem;
  line-height: 1.38;
}

.mobile-site button {
  width: 100%;
}

.mobile-lines {
  display: grid;
  gap: 6px;
  margin-top: 12px;
}

.mobile-lines i {
  height: 8px;
  background: #e2e8f0;
  border-radius: 999px;
}

.showcase-badge {
  position: absolute;
  z-index: 4;
  padding: 12px 14px;
  color: white;
  background: rgba(11, 16, 32, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.showcase-badge strong {
  display: block;
  margin-top: 4px;
  font-size: 0.9rem;
}

.top-badge {
  top: 0;
  left: 0;
}

.bottom-badge {
  right: 0;
  bottom: 6px;
  left: auto;
}

.landing-preview-section {
  background: #f7f9fc;
}

.console-header,
.chart-top,
.dashboard-top {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.console-header {
  margin-bottom: 18px;
}

.console-header span,
.platform-card span,
.chart-top span,
.dashboard-top span,
.dash-panel span {
  display: block;
  color: #aab7ca;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.console-header strong,
.chart-top strong {
  color: white;
  font-size: 1.35rem;
}

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

.platform-card {
  min-height: 142px;
  padding: 20px;
  border-radius: 8px;
}

.google-card {
  background: linear-gradient(135deg, rgba(47, 109, 246, 0.95), rgba(21, 163, 109, 0.78));
}

.meta-card {
  background: linear-gradient(135deg, rgba(114, 87, 214, 0.98), rgba(255, 107, 87, 0.78));
}

.platform-card strong {
  display: block;
  margin: 26px 0 6px;
  color: white;
  font-size: 2.7rem;
  line-height: 1;
}

.platform-card small {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.console-chart {
  padding: 22px;
  background: #0d1427;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.console-chart svg {
  width: 100%;
  height: 190px;
  margin-top: 16px;
}

.grid-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1;
}

.line-a,
.line-b {
  fill: none;
  stroke-linecap: round;
  stroke-width: 8;
}

.line-a {
  stroke: var(--green);
}

.line-b {
  stroke: rgba(255, 255, 255, 0.24);
}

.console-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.console-footer span {
  padding: 12px;
  color: #d8e1ef;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  font-size: 0.84rem;
  font-weight: 800;
}

.roi-flow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.roi-flow div {
  min-height: 112px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.roi-flow span {
  display: block;
  margin-bottom: 28px;
  color: #aab7ca;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.roi-flow strong {
  color: white;
  font-size: 0.92rem;
  line-height: 1.35;
}

.hero-photo {
  display: none;
}

.logo-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
}

.logo-strip span {
  display: grid;
  min-height: 76px;
  place-items: center;
  padding: 18px;
  color: #667085;
  background: white;
  font-weight: 900;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.metrics div {
  padding: 34px 5vw;
  background: #fbfcfd;
}

.metrics strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1;
}

.ad-demo-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(460px, 1.18fr);
  gap: 52px;
  align-items: center;
  min-width: 0;
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 46%, #f7f9fc 46%, #f7f9fc 100%);
}

.ad-demo-copy {
  min-width: 0;
  max-width: 700px;
}

.ad-demo-copy .eyebrow {
  color: var(--blue);
}

.ad-scenario {
  margin-top: 30px;
  padding: 22px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(249, 115, 22, 0.1);
}

.ad-scenario span,
.journey-summary span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ad-scenario strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 1.38rem;
  line-height: 1.2;
}

.ad-scenario p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.ad-journey-panel {
  display: grid;
  gap: 12px;
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.journey-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
  background: #fbfcfd;
  border: 1px solid #e5eaf1;
  border-radius: 8px;
}

.journey-card.active {
  background: #fff7ed;
  border-color: #fdba74;
}

.journey-card span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--blue);
  background: white;
  border: 1px solid #fed7aa;
  border-radius: 50%;
  font-weight: 900;
}

.journey-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.05rem;
}

.journey-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.journey-summary {
  padding: 18px;
  color: white;
  background: linear-gradient(135deg, #111827, #172033);
  border-radius: 8px;
}

.journey-summary span {
  color: #79f2c0;
}

.journey-summary strong {
  font-size: 1.12rem;
  line-height: 1.35;
}

.search-mockup {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-search-mockup {
  color: var(--ink);
}

.search-window-bar {
  display: flex;
  gap: 7px;
  padding: 13px 16px;
  background: #eef2f7;
  border-bottom: 1px solid #d8dee8;
}

.search-window-bar i {
  width: 10px;
  height: 10px;
  background: #c7d0dd;
  border-radius: 50%;
}

.search-engine-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 20px 12px;
}

.search-logo {
  color: var(--blue);
  font-size: 1.15rem;
  font-weight: 900;
}

.search-input {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 8px 0 18px;
  color: var(--ink);
  background: white;
  border: 1px solid #d8dee8;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(16, 21, 34, 0.08);
}

.search-input i {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border: 2px solid #94a3b8;
  border-radius: 50%;
}

.search-input i::after {
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  margin: 10px 0 0 11px;
  background: #94a3b8;
  transform: rotate(45deg);
}

.search-input span {
  position: relative;
  display: inline-flex;
  flex: 1 1 auto;
  align-items: center;
  min-height: 24px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-input span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  margin-left: 4px;
  background: var(--blue);
  animation: caretBlink 780ms steps(1) infinite;
}

.search-submit {
  flex: 0 0 auto;
  padding: 9px 15px;
  color: white;
  background: var(--blue);
  border: 0;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.search-submit.is-pressed,
.search-mockup.is-clicking .search-submit {
  background: #c2410c;
  box-shadow: 0 0 0 5px rgba(249, 115, 22, 0.18);
  transform: scale(0.94);
}

.search-mockup.is-complete .search-input span::after {
  display: none;
}

.search-mockup.is-typing .mock-results,
.search-mockup.is-typing .result-count,
.search-mockup.is-typing .search-tabs,
.search-mockup.is-clicking .mock-results,
.search-mockup.is-clicking .result-count,
.search-mockup.is-clicking .search-tabs,
.search-mockup.is-loading .mock-results {
  opacity: 0;
  transform: translateY(8px);
}

.search-mockup.is-loading .result-count,
.search-mockup.is-loading .search-tabs {
  opacity: 0.45;
}

.mock-results,
.result-count,
.search-tabs {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 420ms ease, transform 420ms ease;
}

.search-mockup.is-complete .mock-result,
.search-mockup.is-complete .local-pack {
  animation: resultReveal 520ms ease both;
}

.search-mockup.is-complete .mock-result:nth-child(2) {
  animation-delay: 90ms;
}

.search-mockup.is-complete .local-pack {
  animation-delay: 170ms;
}

.search-mockup.is-complete .mock-result:nth-child(4) {
  animation-delay: 240ms;
}

@keyframes caretBlink {
  0%,
  45% {
    opacity: 1;
  }

  46%,
  100% {
    opacity: 0;
  }
}

.search-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 12px 20px 0;
  padding: 8px 11px;
  color: #9a3412;
  background: #ffedd5;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
}

.search-status::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--blue);
  border-radius: 50%;
}

.search-mockup.is-loading .search-status::before {
  animation: pulseDot 700ms ease-in-out infinite alternate;
}

@keyframes pulseDot {
  from {
    opacity: 0.45;
    transform: scale(0.75);
  }

  to {
    opacity: 1;
    transform: scale(1.25);
  }
}

@keyframes resultReveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.search-tabs {
  display: flex;
  gap: 20px;
  padding: 0 20px;
  color: #667085;
  border-bottom: 1px solid #e5eaf1;
  font-size: 0.88rem;
  font-weight: 800;
}

.search-tabs span {
  padding: 12px 0;
}

.search-tabs .active {
  color: var(--blue);
  border-bottom: 3px solid var(--blue);
}

.result-count {
  margin: 0;
  padding: 13px 20px 4px;
  color: #667085;
  font-size: 0.85rem;
}

.mock-results {
  display: grid;
  gap: 10px;
  padding: 12px 20px 20px;
}

.mock-result,
.local-pack {
  position: relative;
  padding: 16px;
  color: var(--ink);
  background: white;
  border: 1px solid #e5eaf1;
  border-radius: 8px;
}

.mock-result h3 {
  margin: 8px 0 8px;
  color: #1d4ed8;
  font-size: 1.08rem;
  line-height: 1.35;
}

.mock-result p,
.local-pack p {
  margin-bottom: 0;
  color: #4b5563;
  line-height: 1.55;
}

.ad-result-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 126px;
  gap: 16px;
  align-items: start;
}

.ad-result-copy {
  min-width: 0;
}

.ad-result-image {
  min-height: 104px;
  background:
    linear-gradient(rgba(17, 24, 39, 0.04), rgba(17, 24, 39, 0.04)),
    url("assets/interior-landing-preview.png") center / cover;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(249, 115, 22, 0.16);
}

.result-meta {
  display: grid;
  gap: 3px;
}

.result-meta strong {
  color: #111827;
  font-size: 0.82rem;
}

.result-meta span {
  color: #15803d;
  font-size: 0.82rem;
  font-weight: 700;
}

.sponsored-result {
  background: #fff7ed;
  border: 2px solid var(--blue);
  box-shadow: 0 0 0 5px rgba(249, 115, 22, 0.16), 0 18px 36px rgba(249, 115, 22, 0.14);
}

.secondary-ad {
  background: #fffaf4;
  border-color: #fed7aa;
}

.organic-result {
  background: #fbfdff;
}

.result-badge {
  position: absolute;
  top: -15px;
  right: 18px;
  padding: 8px 12px;
  color: #111827;
  background: var(--gold);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 900;
}

.ad-extensions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.ad-extensions a {
  padding: 8px 10px;
  color: #1d4ed8;
  background: white;
  border: 1px solid #dbe5f2;
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 800;
}

.local-pack {
  background: #f8fafc;
}

.local-pack-head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.local-pack-head span {
  color: #667085;
  font-size: 0.85rem;
  font-weight: 800;
}

.local-row {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-top: 1px solid #e5eaf1;
}

.local-row > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: white;
  background: var(--blue);
  border-radius: 50%;
  font-weight: 900;
}

.muted-row > span {
  background: #94a3b8;
}

.metrics span {
  color: var(--muted);
  font-weight: 800;
}

.belief-section {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 0.82fr);
  gap: 44px;
  align-items: center;
  color: white;
  background: linear-gradient(135deg, #0b1020 0%, #171f36 100%);
}

.belief-copy p {
  color: #cbd5e1;
  line-height: 1.8;
}

.belief-checklist {
  display: grid;
  gap: 12px;
}

.belief-checklist span {
  padding: 18px;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  font-weight: 900;
}

.belief-checklist span::before,
.fit-grid li::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  background: var(--blue);
  border-radius: 50%;
}

.readiness-section {
  background: #f7f9fc;
}

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

.readiness-grid article,
.timeline article,
.fit-grid article {
  padding: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(16, 21, 34, 0.06);
}

.readiness-grid span,
.timeline span {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--blue);
  font-weight: 900;
}

.readiness-grid p,
.timeline p,
.fit-grid li {
  color: var(--muted);
  line-height: 1.7;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  counter-reset: steps;
}

.why-section {
  background: white;
}

.fit-section {
  background: #f7f9fc;
}

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

.fit-grid ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.good-fit {
  border-top: 5px solid var(--green) !important;
}

.bad-fit {
  border-top: 5px solid var(--coral) !important;
}

.section {
  padding: 104px 5vw;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.section-heading.centered {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(460px, 1.28fr);
  gap: 44px;
  align-items: start;
  background: #f7f9fc;
}

.sticky-heading {
  position: sticky;
  top: 112px;
}

.split-section .eyebrow,
.plans-section .eyebrow,
.insights-section .eyebrow,
.contact-section .eyebrow,
.process-section .eyebrow {
  color: var(--blue);
}

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

.section-link-row {
  grid-column: 1 / -1;
  margin-top: 12px;
}

.service-card {
  min-height: 360px;
  padding: 28px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(16, 21, 34, 0.07);
}

.service-card:hover,
.plan-card:hover,
.insight-grid article:hover {
  transform: translateY(-5px);
  transition: transform 180ms ease;
}

.service-card p,
.service-card li,
.process-item p,
.insight-grid p,
.plan-card p {
  color: var(--muted);
  line-height: 1.7;
}

.service-card ul {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.service-card li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: currentColor;
  border-radius: 50%;
}

.service-icon {
  display: inline-flex;
  margin-bottom: 54px;
  padding: 8px 10px;
  color: white;
  background: var(--blue);
  border-radius: 8px;
  font-weight: 900;
}

.accent-meta .service-icon {
  background: var(--violet);
}

.accent-retarget .service-icon {
  background: var(--coral);
}

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

.services-page-section {
  background: #f7f9fc;
}

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

.service-detail-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  min-height: 360px;
  padding: 28px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(16, 21, 34, 0.07);
}

.service-detail-card .eyebrow {
  color: var(--blue);
}

.service-detail-card h3 {
  margin-bottom: 12px;
  font-size: 1.6rem;
}

.service-detail-card p,
.service-detail-card li {
  color: var(--muted);
  line-height: 1.7;
}

.service-detail-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.service-detail-card li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: var(--blue);
  border-radius: 50%;
}

.facebook-service .service-icon {
  background: #1877f2;
}

.instagram-service .service-icon {
  background: linear-gradient(135deg, #f97316, #d946ef);
}

.whatsapp-service .service-icon {
  background: #16a34a;
}

.service-fit-section {
  background: white;
}

.policy-section {
  background: #f7f9fc;
}

.policy-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(420px, 1fr);
  gap: 44px;
  align-items: start;
}

.policy-summary {
  position: sticky;
  top: 112px;
}

.policy-summary .eyebrow {
  color: var(--blue);
}

.policy-summary h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.policy-summary p {
  color: var(--muted);
  line-height: 1.7;
}

.policy-content {
  display: grid;
  gap: 14px;
}

.policy-content article {
  padding: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(16, 21, 34, 0.05);
}

.policy-content h3 {
  margin-bottom: 10px;
}

.policy-content p,
.policy-content li {
  color: var(--muted);
  line-height: 1.75;
}

.policy-content p:last-child,
.policy-content ul:last-child {
  margin-bottom: 0;
}

.policy-content ul {
  display: grid;
  gap: 8px;
  padding-left: 18px;
}

.policy-content a {
  color: var(--blue);
  font-weight: 900;
}

.about-story-section {
  background: white;
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(300px, 0.78fr);
  gap: 44px;
  align-items: center;
}

.about-story-copy .eyebrow,
.about-bring-section .eyebrow,
.about-mission-section .eyebrow {
  color: var(--blue);
}

.about-story-copy p {
  color: var(--muted);
  line-height: 1.8;
}

.about-proof-panel {
  display: grid;
  gap: 14px;
}

.about-proof-panel div {
  padding: 24px;
  color: white;
  background: linear-gradient(135deg, #111827, #172033);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(16, 21, 34, 0.16);
}

.about-proof-panel strong {
  display: block;
  margin-bottom: 12px;
  color: #79f2c0;
  font-size: 1.8rem;
  line-height: 1;
}

.about-proof-panel span {
  color: #cbd5e1;
  line-height: 1.6;
}

.about-bring-section {
  background: #f7f9fc;
}

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

.about-bring-grid article {
  min-height: 250px;
  padding: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(16, 21, 34, 0.06);
}

.about-bring-grid span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--blue);
  font-weight: 900;
}

.about-bring-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.about-mission-section {
  color: white;
  background: linear-gradient(135deg, #0b1020, #111b32);
}

.mission-card {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.mission-card p {
  color: #cbd5e1;
  font-size: 1.05rem;
  line-height: 1.8;
}

.dashboard-section {
  padding: 96px 5vw;
  background: var(--dark);
}

.dashboard-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px;
  color: white;
  background: linear-gradient(135deg, #121a31, #0d1427);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
}

.dashboard-top {
  margin-bottom: 20px;
}

.dashboard-top strong {
  display: block;
  margin-top: 6px;
  font-size: 1.7rem;
}

.ghost-button {
  color: white;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 16px;
}

.dash-panel {
  min-height: 170px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.dash-panel.large {
  grid-row: span 2;
}

.dash-panel.wide {
  grid-column: span 2;
}

.dash-panel strong {
  display: block;
  margin-top: 28px;
  color: var(--gold);
  font-size: 2rem;
}

.dash-panel small,
.dash-panel p {
  color: #c4cfdf;
  line-height: 1.7;
}

.dash-panel svg {
  width: 100%;
  height: 220px;
  margin-top: 18px;
}

.dash-panel path {
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-width: 8;
}

.dash-panel circle {
  fill: var(--coral);
}

.results-band {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 1.1fr);
  gap: 40px;
  align-items: center;
  padding: 104px 5vw;
  color: white;
  background:
    linear-gradient(rgba(10, 16, 32, 0.88), rgba(10, 16, 32, 0.9)),
    url("assets/digital-marketing-hero.png") center / cover;
}

.results-copy {
  max-width: 720px;
}

.results-band .eyebrow,
.results-band p {
  color: #d2dbea;
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: #79f2c0;
  font-weight: 900;
}

.results-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.results-panel div {
  min-height: 210px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.results-panel span {
  display: block;
  margin-bottom: 48px;
  color: #d2dbea;
  font-weight: 800;
}

.results-panel strong {
  color: var(--gold);
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1;
}

.process-section {
  background: white;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.process-item {
  min-height: 290px;
  padding: 28px;
  background: #fbfcfd;
  border-right: 1px solid var(--line);
}

.process-item:last-child {
  border-right: 0;
}

.process-item span {
  display: block;
  margin-bottom: 64px;
  color: var(--blue);
  font-weight: 900;
}

.plans-section {
  background: #f7f9fc;
}

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

.plan-card {
  min-height: 330px;
  padding: 28px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(16, 21, 34, 0.06);
}

.plan-card span {
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-card h3 {
  margin-top: 42px;
  font-size: 1.7rem;
}

.plan-card strong {
  display: inline-flex;
  margin-top: 28px;
  color: var(--ink);
}

.featured-plan {
  color: white;
  background: linear-gradient(135deg, #121a31, #1f2b4d);
  border-color: #1f2b4d;
  box-shadow: var(--shadow);
}

.featured-plan span,
.featured-plan p,
.featured-plan strong {
  color: #d7deea;
}

.testimonial-section {
  padding: 94px 5vw;
  background: #fff4df;
}

.testimonial-section figure {
  max-width: 1060px;
  margin: 0 auto;
}

blockquote {
  margin: 0;
  color: #1f2937;
  font-size: clamp(2rem, 4.5vw, 4.7rem);
  font-weight: 900;
  line-height: 1.04;
}

figcaption {
  display: grid;
  gap: 4px;
  margin-top: 34px;
  color: var(--muted);
}

figcaption strong {
  color: var(--ink);
}

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

.insight-grid article {
  min-height: 280px;
  padding: 28px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(16, 21, 34, 0.06);
}

.insight-grid span {
  color: var(--coral);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.insight-grid h3 {
  margin-top: 52px;
  font-size: 1.45rem;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(340px, 1fr);
  gap: 50px;
  padding: 104px 5vw;
  color: white;
  background:
    radial-gradient(circle at 12% 18%, rgba(47, 109, 246, 0.22), transparent 34%),
    linear-gradient(135deg, #0b1020 0%, #10182d 100%);
}

.contact-copy {
  max-width: 650px;
}

.contact-section .contact-copy p {
  color: #cbd5e1;
}

.contact-bullets {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.contact-bullets span {
  color: white;
  font-weight: 800;
}

.contact-bullets span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: var(--green);
  border-radius: 50%;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 30px;
  color: var(--ink);
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-cards {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.contact-cards div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.contact-cards span {
  display: block;
  margin-bottom: 8px;
  color: #cbd5e1;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-cards strong {
  color: white;
}

.faq-section {
  background: #f7f9fc;
}

.faq-grid {
  display: grid;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
}

details {
  padding: 20px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(16, 21, 34, 0.05);
}

summary {
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-form label:nth-last-of-type(2),
.contact-form label:nth-last-of-type(1),
.contact-form button,
.form-note {
  grid-column: 1 / -1;
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fbfcfd;
  border: 1px solid var(--line);
  border-radius: 8px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(47, 109, 246, 0.18);
  border-color: var(--blue);
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--blue);
  font-weight: 800;
}

.site-footer {
  padding: 56px 5vw 26px;
  color: #c9d4e3;
  background: #070b14;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) minmax(150px, 0.7fr) minmax(150px, 0.7fr) minmax(260px, 1fr);
  gap: 36px;
  align-items: start;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand {
  color: white;
}

.footer-brand-block p,
.footer-column p {
  max-width: 430px;
  margin: 18px 0 0;
  color: #aab7ca;
  line-height: 1.7;
}

.footer-column {
  display: grid;
  gap: 10px;
}

.footer-column h3 {
  margin: 0 0 8px;
  color: white;
  font-size: 0.92rem;
}

.footer-column a {
  color: #c9d4e3;
  font-size: 0.92rem;
  font-weight: 800;
}

.footer-column a:hover {
  color: white;
}

.footer-contact p {
  margin-top: 4px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  color: #7e8aa0;
  font-size: 0.84rem;
  font-weight: 700;
}

.quick-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  display: grid;
  gap: 10px;
}

.quick-contact-button {
  display: grid;
  min-width: 150px;
  padding: 12px 14px;
  color: white;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(7, 11, 20, 0.24);
  font-weight: 900;
}

.quick-contact-button span {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}

.quick-contact-button strong {
  margin-top: 3px;
  font-size: 0.95rem;
}

.call-button {
  background: #111827;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.whatsapp-button {
  background: #16a34a;
}

@media (max-width: 1100px) {
  .hero,
  .belief-section,
  .ad-demo-section,
  .split-section,
  .policy-layout,
  .about-story-grid,
  .results-band,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .sticky-heading {
    position: static;
  }

  .policy-summary {
    position: static;
  }

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

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

  .dash-panel.large,
  .dash-panel.wide {
    grid-column: 1 / -1;
  }

  .process-list,
  .readiness-grid,
  .timeline,
  .metrics,
  .logo-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .roi-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .device-showcase {
    grid-template-columns: minmax(0, 1fr) 210px;
    max-width: 900px;
  }

  .process-item:nth-child(2) {
    border-right: 0;
  }

  .process-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 780px) {
  body {
    padding-bottom: 76px;
  }

  .site-header {
    min-height: 68px;
  }

  .brand-logo {
    width: 170px;
  }

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 12px 5vw 18px;
    color: var(--ink);
    background: white;
    border-bottom: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: 14px 0;
  }

  .nav-cta {
    display: inline-flex;
    justify-content: center;
    margin-top: 8px;
    color: white !important;
    background: var(--blue);
  }

  .hero,
  .page-hero,
  .section,
  .dashboard-section,
  .results-band,
  .testimonial-section,
  .contact-section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  h1 {
    font-size: 2.25rem;
    line-height: 1.08;
  }

  h2 {
    font-size: 1.9rem;
    line-height: 1.14;
  }

  .hero-photo {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
    opacity: 0.86;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .platform-row,
  .roi-flow,
  .ad-demo-section,
  .service-grid,
  .services-page-grid,
  .about-bring-grid,
  .dashboard-grid,
  .results-panel,
  .process-list,
  .readiness-grid,
  .timeline,
  .plan-grid,
  .insight-grid,
  .fit-grid,
  .metrics,
  .logo-strip,
  .contact-form,
  .contact-cards,
  .console-footer {
    grid-template-columns: 1fr;
  }

  .service-detail-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .ad-demo-section {
    background: white;
  }

  .ad-journey-panel {
    padding: 16px;
  }

  .journey-card {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 15px;
  }

  .journey-card span {
    width: 34px;
    height: 34px;
    font-size: 0.82rem;
  }

  .search-engine-header {
    grid-template-columns: 1fr;
  }

  .ad-result-layout {
    grid-template-columns: 1fr;
  }

  .ad-result-image {
    min-height: 150px;
  }

  .device-showcase {
    grid-template-columns: minmax(0, 1fr) 128px;
    gap: 10px;
    padding: 0;
  }

  .laptop-frame {
    grid-column: 1;
    grid-row: 1;
  }

  .mobile-frame {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }

  .laptop-frame {
    border-width: 5px;
    border-radius: 12px;
  }

  .laptop-base {
    display: none;
  }

  .website-preview {
    min-height: auto;
    background: linear-gradient(180deg, #ffffff 0%, #fff7ed 100%);
  }

  .browser-bar {
    min-height: 32px;
  }

  .browser-bar strong {
    max-width: 210px;
  }

  .preview-nav span {
    display: none;
  }

  .preview-nav {
    min-height: 48px;
    padding: 0 14px;
  }

  .preview-hero {
    grid-template-columns: 1fr;
    padding: 18px 14px 14px;
  }

  .preview-hero small {
    font-size: 0.68rem;
  }

  .preview-hero h3 {
    max-width: none;
    font-size: 1.2rem;
    line-height: 1.16;
  }

  .preview-hero p {
    max-width: none;
    font-size: 0.82rem;
  }

  .preview-room {
    min-height: 110px;
  }

  .preview-cards {
    display: none;
  }

  .mobile-frame {
    display: block;
    width: 128px;
    padding: 6px;
    border-radius: 18px;
  }

  .phone-speaker {
    width: 30px;
    height: 4px;
    margin-bottom: 6px;
  }

  .mobile-site {
    padding: 9px;
    border-radius: 13px;
  }

  .mobile-site b {
    margin-bottom: 7px;
    font-size: 0.62rem;
  }

  .mobile-site span {
    font-size: 0.52rem;
    letter-spacing: 0.03em;
  }

  .mobile-site h3 {
    margin: 5px 0 7px;
    font-size: 0.78rem;
  }

  .mobile-preview-photo {
    min-height: 54px;
    margin-bottom: 7px;
    border-radius: 8px;
  }

  .mobile-site p,
  .mobile-lines {
    display: none;
  }

  .mobile-site button {
    min-height: 30px;
    padding: 0 8px;
    font-size: 0.62rem;
  }

  .showcase-badge {
    display: none;
  }

  .process-item,
  .process-item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-item:last-child {
    border-bottom: 0;
  }

  .console-header,
  .chart-top,
  .dashboard-top,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .quick-contact {
    left: 10px;
    right: 10px;
    bottom: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .quick-contact-button {
    min-width: 0;
    padding: 10px 12px;
    text-align: center;
  }

  .quick-contact-button strong {
    font-size: 0.86rem;
  }
}

@media (max-width: 460px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .contact-form,
  .dashboard-shell,
  .ad-console {
    padding: 20px;
  }

  .preview-hero h3 {
    font-size: 1.1rem;
  }

  .browser-bar strong {
    max-width: 190px;
  }

  .device-showcase {
    grid-template-columns: minmax(0, 1fr) 112px;
  }

  .mobile-frame {
    width: 112px;
  }

  .mobile-site h3 {
    font-size: 0.7rem;
  }

  .mobile-preview-photo {
    min-height: 48px;
  }
}

/* Modern visual refresh */
:root {
  --ink: #0f172a;
  --muted: #5f6b7a;
  --line: #e7ebf2;
  --paper: #ffffff;
  --mist: #f7f9fc;
  --blue: #f97316;
  --green: #12a66a;
  --coral: #ef5b2a;
  --gold: #f5b63f;
  --violet: #7c5cff;
  --dark: #080d19;
  --shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
}

body {
  background: #f8fafc;
}

.site-header {
  min-height: 72px;
  background: rgba(8, 13, 25, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(8, 13, 25, 0.16);
}

.site-nav {
  gap: 22px;
  color: #d6deea;
  font-size: 0.9rem;
}

.nav-cta {
  color: white !important;
  background: var(--blue);
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.24);
}

.hero,
.page-hero {
  background:
    radial-gradient(circle at 72% 12%, rgba(249, 115, 22, 0.18), transparent 30%),
    radial-gradient(circle at 18% 80%, rgba(18, 166, 106, 0.14), transparent 28%),
    linear-gradient(135deg, #070b14 0%, #111827 58%, #0c1626 100%);
}

.hero {
  min-height: auto;
  padding-top: 92px;
  padding-bottom: 88px;
}

.page-hero {
  padding-top: 108px;
  padding-bottom: 88px;
}

.eyebrow {
  color: #16d18c;
  letter-spacing: 0.08em;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.35rem, 4vw, 4rem);
  line-height: 1.06;
}

h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.12;
}

.hero-text,
.section-heading p,
.results-copy p,
.contact-copy p {
  font-size: 1.02rem;
}

.button,
.ghost-button,
.search-submit,
.preview-hero button,
.mobile-site button {
  border-radius: 8px;
}

.button.primary {
  background: linear-gradient(135deg, #f97316, #ea580c);
  box-shadow: 0 14px 28px rgba(249, 115, 22, 0.24);
}

.button.primary:hover {
  background: linear-gradient(135deg, #ea580c, #c2410c);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}

.section,
.dashboard-section,
.results-band,
.testimonial-section,
.contact-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.logo-strip {
  padding: 18px 5vw;
  gap: 10px;
  background: #f8fafc;
}

.logo-strip span {
  min-height: 58px;
  color: #475569;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.search-mockup,
.ad-journey-panel,
.contact-form,
.dashboard-shell,
.service-card,
.service-detail-card,
.plan-card,
.insight-grid article,
.readiness-grid article,
.timeline article,
.fit-grid article,
.policy-content article,
.about-bring-grid article,
details {
  border-color: #e6ebf2;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

.service-card,
.service-detail-card,
.plan-card,
.insight-grid article,
.readiness-grid article,
.timeline article,
.fit-grid article,
.policy-content article,
.about-bring-grid article,
.ad-journey-panel,
.contact-form {
  background: rgba(255, 255, 255, 0.96);
}

.service-card:hover,
.plan-card:hover,
.insight-grid article:hover {
  transform: translateY(-3px);
}

.service-icon {
  margin-bottom: 38px;
  box-shadow: 0 10px 22px rgba(249, 115, 22, 0.18);
}

.split-section,
.readiness-section,
.fit-section,
.faq-section,
.plans-section,
.services-page-section,
.policy-section,
.about-bring-section,
.landing-preview-section {
  background: #f8fafc;
}

.belief-section,
.about-mission-section,
.contact-section {
  background:
    radial-gradient(circle at 14% 20%, rgba(249, 115, 22, 0.16), transparent 30%),
    linear-gradient(135deg, #080d19 0%, #111827 100%);
}

.journey-card,
.ad-scenario {
  background: #fff7ed;
  border-color: #fed7aa;
}

.journey-summary,
.about-proof-panel div,
.featured-plan {
  background: linear-gradient(135deg, #111827, #1f2937);
}

.device-showcase {
  padding-top: 12px;
}

.laptop-frame,
.mobile-frame {
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.22);
}

.contact-cards div {
  background: rgba(255, 255, 255, 0.09);
}

input,
select,
textarea {
  background: #ffffff;
  border-color: #dfe5ee;
}

input:focus,
select:focus,
textarea:focus {
  outline-color: rgba(249, 115, 22, 0.18);
  border-color: var(--blue);
}

.site-footer {
  background:
    radial-gradient(circle at 90% 0%, rgba(249, 115, 22, 0.12), transparent 26%),
    #070b14;
}

.footer-main {
  border-bottom-color: rgba(255, 255, 255, 0.09);
}

.quick-contact-button {
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.22);
}

.call-button {
  background: #0f172a;
}

.whatsapp-button {
  background: linear-gradient(135deg, #16a34a, #0f8f43);
}

@media (max-width: 780px) {
  .hero,
  .page-hero,
  .section,
  .dashboard-section,
  .results-band,
  .testimonial-section,
  .contact-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .site-header {
    min-height: 68px;
  }

  .site-nav {
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.1);
  }

  .logo-strip {
    padding: 12px 5vw;
  }
}

/* Final polish: cleaner, less dated surfaces */
.hero,
.page-hero {
  background: linear-gradient(135deg, #070b14 0%, #101827 58%, #101f25 100%);
}

.belief-section,
.about-mission-section,
.contact-section {
  background: linear-gradient(135deg, #080d19 0%, #121a2a 100%);
}

.site-footer {
  background: #070b14;
}

.service-card,
.plan-card,
.insight-grid article,
.readiness-grid article,
.about-bring-grid article,
.policy-content article,
.contact-form {
  border-radius: 14px;
}

.hero-visual,
.journey-card,
.ad-journey-panel,
.laptop-frame,
.mobile-frame {
  border-radius: 18px;
}

/* Call and WhatsApp contact buttons */
.quick-contact {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.quick-contact-button {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0 16px 34px rgba(8, 13, 25, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.quick-contact-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(8, 13, 25, 0.3);
  filter: brightness(1.04);
}

.quick-contact-button svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.call-button {
  background: #111827;
}

.whatsapp-button {
  background: #16a34a;
}

@media (max-width: 780px) {
  body {
    padding-bottom: 0;
  }

  .quick-contact {
    left: auto;
    right: 14px;
    bottom: 14px;
    flex-direction: column;
    gap: 10px;
  }

  .quick-contact-button {
    width: 50px;
    height: 50px;
  }
}

/* Strict icon-only contact buttons */
.quick-contact .quick-contact-button {
  display: grid;
  width: 56px;
  min-width: 56px;
  height: 56px;
  padding: 0;
  place-items: center;
  border-radius: 50%;
}

.quick-contact .quick-contact-button svg {
  display: block;
  width: 26px;
  height: 26px;
}

.quick-contact .call-button {
  background: #111827;
}

.quick-contact .whatsapp-button {
  background: #25d366;
}

.quick-contact .whatsapp-button svg {
  width: 30px;
  height: 30px;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Mobile navigation overlay */
.nav-backdrop {
  display: none;
}

@media (max-width: 780px) {
  .quick-contact .quick-contact-button {
    width: 52px;
    min-width: 52px;
    height: 52px;
  }
}

@media (max-width: 780px) {
  body.nav-open {
    overflow: hidden;
  }

  .site-header {
    z-index: 120;
  }

  .nav-toggle {
    position: relative;
    z-index: 122;
    border-radius: 50%;
  }

  .nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: block;
    pointer-events: none;
    opacity: 0;
    border: 0;
    background: rgba(8, 13, 25, 0.48);
    backdrop-filter: blur(9px);
    transition: opacity 180ms ease;
  }

  body.nav-open .nav-backdrop {
    pointer-events: auto;
    opacity: 1;
  }

  .site-nav {
    position: fixed;
    top: 76px;
    left: 14px;
    right: 14px;
    z-index: 121;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 14px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 70px rgba(8, 13, 25, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    display: flex;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    width: 100%;
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    color: #111827;
    border-radius: 12px;
    font-size: 0.96rem;
    font-weight: 850;
  }

  .site-nav a:hover {
    color: #111827;
    background: #f3f6fb;
  }

  .site-nav .nav-cta {
    justify-content: center;
    margin-top: 4px;
    color: #ffffff;
    background: #f97316;
    box-shadow: none;
  }
}
