:root {
  --navy: #020914;
  --ink: #101625;
  --muted: #536071;
  --line: #dfe6ef;
  --blue: #0869f8;
  --cyan: #0797d8;
  --green: #4b9b2c;
  --yellow: #f0b400;
  --soft: #f6f9fd;
  --shadow: 0 20px 55px rgba(16, 24, 40, .09);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 22px clamp(20px, 4vw, 52px);
  background: #020914;
  color: #fff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .18);
}
.brand img { width: 100%; height: auto; max-width:200px; max-height:54px; object-fit: cover; object-position: left center; border-radius: 4px; }
.nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3vw, 42px); font-weight: 700; }
.nav a { position: relative; padding: 12px 0; color: rgba(255,255,255,.9); }
.nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--blue); }
.menu-toggle { display: none; background: transparent; border: 0; color: white; font-size: 28px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 7px;
  border: 1px solid transparent;
  font-weight: 800;
  white-space: nowrap;
}
.primary { background: var(--blue); color: white; box-shadow: 0 12px 25px rgba(8, 105, 248, .22); }
.ghost { color: white; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.02); }
.outline { color: var(--ink); border-color: #aeb8c5; background: white; }
main > .page { display: none; padding: 0 clamp(18px, 4vw, 56px) 36px; }
main > .page.active { display: block; }
main > .page:not(.active) { display: none !important; }
.hero, .split-hero, .split-title, .work-hero, .booking-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 0;
}
.dark-hero {
  max-width: none;
  margin: 0 calc(clamp(18px, 4vw, 56px) * -1);
  min-height: 760px;
  padding: 70px clamp(22px, 4vw, 56px);
  background: radial-gradient(circle at 70% 40%, rgba(8,105,248,.18), transparent 12%), linear-gradient(110deg, #030b16 0%, #030c16 62%, #040c16 100%);
  color: white;
}
.home-hero { display: grid; grid-template-columns: minmax(360px, 560px) 1fr; gap: 26px; align-items: center; }
.hero-copy h1, .split-hero h1, .split-title h1, .work-hero h1, .booking-hero h1 {
  margin: 10px 0 12px;
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: .98;
  letter-spacing: 0;
}
h1 span, h2 span, aside span { background: linear-gradient(95deg, var(--blue), var(--cyan) 52%, #8abf21); -webkit-background-clip: text; background-clip: text; color: transparent; }
h2 { font-size: clamp(28px, 3.2vw, 44px); line-height: 1.04; margin: 8px 0 16px; }
h3 { margin: 10px 0 6px; }
p { line-height: 1.75; }
.eyebrow { color: var(--blue); text-transform: uppercase; font-weight: 900; letter-spacing: .16em; font-size: 13px; }
.center { text-align: center; }
.accent-line { width: 58px; height: 4px; margin: 18px 0 22px; background: linear-gradient(90deg, var(--blue), var(--cyan), #93bd21); }
.platform-row, .mini-grid, .proof-row { display: flex; flex-wrap: wrap; gap: 20px 30px; margin: 24px 0; align-items: center; }
.platform-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  font-weight: 800;
  color: white;
  white-space: nowrap;
}
.platform-logo {
  display: block;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
}
.google-ads-logo .ads-blue { fill: none; stroke: #4285f4; stroke-width: 9; stroke-linecap: round; }
.google-ads-logo .ads-green { fill: #34a853; }
.google-ads-logo .ads-yellow { fill: none; stroke: #fbbc04; stroke-width: 9; stroke-linecap: round; }
.meta-logo { width: 39px; flex-basis: 39px; fill: #0866ff; }
.tiktok-logo .tiktok-cyan { fill: #25f4ee; transform: translate(-2px, 1px); }
.tiktok-logo .tiktok-red { fill: #fe2c55; transform: translate(2px, -1px); }
.tiktok-logo .tiktok-dark { fill: #fff; }
.mini-grid {
  gap: 22px 42px;
  align-items: flex-start;
}
.mini-grid span {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  max-width: 100px;
  line-height: 1.28;
  font-weight: 750;
  color: white;
}
.service-mini-icon {
  width: 33px;
  height: 33px;
  fill: none;
  stroke: rgba(255,255,255,.82);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 5px rgba(255,255,255,.16));
}
.proof-row b { max-width: 150px; line-height: 1.35; }
.process-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  margin-top: 34px;
}
.process-proof b {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  max-width: none;
  min-width: 0;
  width: auto;
  padding: 0 16px;
  border-left: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
}
.process-proof b:first-child {
  padding-left: 0;
  border-left: 0;
}
.process-proof i {
  width: 54px;
  height: 54px;
  background: #eef5ff;
  color: var(--blue);
}
.proof-icon {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.actions { display: flex; gap: 18px; flex-wrap: wrap; margin: 24px 0; }
.location { font-weight: 650; }
.hero-art { position: relative; min-height: 650px; }
.hero-art img { width: 100%; height: 650px; object-fit: cover; border-radius: 10px; opacity: .92; }
.stat-card {
  position: absolute;
  padding: 22px 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  background: rgba(12, 24, 39, .76);
  backdrop-filter: blur(12px);
  color: white;
  font-size: 24px;
  font-weight: 900;
}
.stat-icon {
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.stat-blue { --stat-accent: #0074ff; }
.stat-green { --stat-accent: #58b91f; }
.stat-yellow { --stat-accent: #f0b400; }
.stat-card small { color: white; text-shadow: none; }
.stat-card .stat-icon { color: var(--stat-accent, #0074ff); filter: drop-shadow(0 0 5px currentColor); }
.stat-card small { display: block; margin-top: 6px; font-size: 13px; font-weight: 600; line-height: 1.35; }
.top-left { left: 2%; top: 28%; }.top-right { right: 2%; top: 7%; }.bottom-left { left: 27%; bottom: 22%; }.bottom-right { right: 17%; bottom: 26%; }
.band, .story-card, .why-band, .customer-journey, .brand-strip, .metric-band, .light-cta, .soft-card, .booking-form, .booking-aside, .blog-sidebar {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  box-shadow: var(--shadow);
}
.journey {
  max-width: 1180px;
  margin: 45px auto;
  padding: 42px;
  display: grid;
  grid-template-columns: 260px 1fr 220px;
  gap: 32px;
  align-items: center;
}
.flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; text-align: center; }
.flow article, .journey aside { border-left: 1px solid var(--line); padding-left: 26px; }
.flow article {
  position: relative;
}
.flow article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 33px;
  left: calc(50% + 45px);
  width: calc(100% - 62px);
  border-top: 2px dashed #d7dce4;
}
.flow article:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 26px;
  right: -20px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #8f98a4;
  border-right: 2px solid #8f98a4;
  transform: rotate(45deg);
  z-index: 1;
}
.flow article i {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
  border: 2px solid var(--flow-color);
  background: #fdfefe;
  color: #303744;
}
.flow-traffic { --flow-color: #2f80ed; }
.flow-experience { --flow-color: #67ad44; }
.flow-conversion { --flow-color: #f2b705; }
.flow-icon {
  width: 39px;
  height: 39px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
i {
  display: inline-grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #eef5ff;
  color: var(--blue);
  font-style: normal;
  font-size: 28px;
}
.section, .story-card, .metric-band, .belief-grid, .work-pill-row, .case-list, .blog-layout, .booking-layout, .service-grid, .process-grid, .expect-grid, .why-band, .customer-journey, .brand-strip, .cta {
  max-width: 1180px;
  margin: 28px auto;
}
.partner-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.partner-card { display: grid; grid-template-columns: 190px 1fr; gap: 20px 24px; padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); }
.partner-photo { height: 300px; width: 190px; object-fit: cover; border-radius: 10px; background: #f1f5f9; }
.worked-with { margin-top: 16px; }
.partner-brand-logos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: center; margin-top: 12px; }
.partner-brand-logos img { width: 100%; object-fit: contain; object-position: left center; }
.tags { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px 14px; margin-top: 0; }
.tags span { display: grid; place-items: center; min-height: 34px; border: 1px solid var(--line); border-radius: 5px; padding: 8px 14px; font-size: 13px; text-align: center; line-height: 1.2; }
.brand-strip { padding: 24px 30px; }
.brand-strip h3 { color: var(--blue); font-size: 16px; }
.logos {
  position: relative;
  overflow: hidden;
  margin-top: 12px;
  padding: 8px 0;
}
.logos::before,
.logos::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 54px;
  pointer-events: none;
}
.logos::before { left: 0; background: linear-gradient(90deg, #fff, rgba(255,255,255,0)); }
.logos::after { right: 0; background: linear-gradient(270deg, #fff, rgba(255,255,255,0)); }
.logos-track {
  display: flex;
  width: max-content;
  gap: 34px;
  align-items: center;
  animation: logo-scroll 28s linear infinite;
}
.logos-track span {
  display: flex;
  gap: 34px;
  align-items: center;
}
.logos:hover .logos-track { animation-play-state: paused; }
.logos img {
  flex: 0 0 150px;
  width: 150px;
  height: 54px;
  object-fit: contain;
}
@keyframes logo-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 17px)); }
}
@media (prefers-reduced-motion: reduce) {
  .logos {
    overflow-x: auto;
  }
  .logos-track {
    animation: none;
  }
}
.split-hero, .split-title, .work-hero, .booking-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.image-card { position: relative; margin: 0; }
.image-card img, .booking-hero img { width: 100%; height: 405px; object-fit: cover; border-radius: 12px; box-shadow: var(--shadow); }
.image-card figcaption {
  position: absolute;
  left: 44px;
  right: 44px;
  bottom: -8px;
  padding: 18px 24px;
  border-radius: 9px;
  background: #06152b;
  color: white;
}
figcaption small { display: block; }
.story-card { display: grid; grid-template-columns: 300px 1fr; gap: 44px; padding: 38px; background: linear-gradient(135deg, white, #f8fbff); }
.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-top: 6px;
  text-align: center;
}
.timeline::before {
  content: "";
  position: absolute;
  left: calc(12.5% + 8px);
  right: calc(12.5% + 8px);
  top: 126px;
  height: 2px;
  background: #c7cdd5;
}
.timeline article {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-width: 0;
}
.timeline article::before { content: none; }
.timeline-icon {
  width: 92px;
  height: 92px;
  margin-bottom: 28px;
  border: 2px solid transparent;
  background: #eef5ff;
  color: var(--blue);
}
.timeline article:nth-child(2) .timeline-icon {
  border-color: #d8dee8;
  background: #f8fafc;
  color: #111827;
}
.timeline article:nth-child(3) .timeline-icon {
  border-color: #ffd9ad;
  background: #fff4e8;
  color: #f47b20;
}
.timeline article:nth-child(4) .timeline-icon {
  background: #eef8e8;
  color: var(--green);
}
.timeline-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.timeline-marker {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-bottom: 8px;
  border-radius: 50%;
  background: #111827;
  box-shadow: 0 0 0 3px #fff;
}
.timeline article:first-child .timeline-marker { background: var(--blue); }
.timeline small {
  display: block;
  margin-bottom: 14px;
  color: #aab3c1;
  font-size: 12px;
  font-weight: 800;
}
.timeline h3 {
  margin: 0 0 14px;
  color: #101625;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}
.timeline p {
  max-width: 190px;
  margin: 0;
  color: #243042;
  font-size: 15px;
  line-height: 1.75;
}
.metric-band, .belief-grid, .expect-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.metric-band { padding: 28px; }
.metric-band article i {
  color: var(--stat-color, var(--blue));
  filter: drop-shadow(0 0 5px var(--stat-color, var(--blue)));
}
.metric-band .stat-icon {
  margin: 0;
}
.metric-band article:nth-child(1) { --stat-color: #58b91f; }
.metric-band article:nth-child(2) { --stat-color: #0074ff; }
.metric-band article:nth-child(3) { --stat-color: #f0b400; }
.metric-band article:nth-child(4) { --stat-color: #58b91f; }
.belief-grid article, .expect-grid article { padding: 22px; }
.belief-icon {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-icon,
.journey-icon,
.goal-icon {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.google-ads-service-logo {
  fill: none;
  stroke: none;
}
.google-ads-service-logo .ads-blue { fill: none; stroke: #4285f4; stroke-width: 9; stroke-linecap: round; }
.google-ads-service-logo .ads-green { fill: #34a853; }
.google-ads-service-logo .ads-yellow { fill: none; stroke: #fbbc04; stroke-width: 9; stroke-linecap: round; }
.meta-service-logo {
  overflow: visible;
}
.service-card:nth-child(1) i,
.customer-journey article:nth-child(1) i,
.split-title .soft-card i { color: var(--blue); }
.service-card:nth-child(2) i,
.customer-journey article:nth-child(2) i { color: var(--green); }
.service-card:nth-child(3) i,
.customer-journey article:nth-child(3) i { color: var(--yellow); }
.service-card:nth-child(4) i,
.customer-journey article:nth-child(4) i { color: var(--blue); }
.service-card:nth-child(5) i,
.customer-journey article:nth-child(5) i { color: var(--green); }
.service-card:nth-child(6) i { color: var(--yellow); }
.process-icon,
.expect-icon {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.process-card:nth-child(1) i,
.expect-grid article:nth-child(1) i { color: var(--blue); }
.process-card:nth-child(2) i,
.expect-grid article:nth-child(2) i { color: var(--green); }
.process-card:nth-child(3) i,
.expect-grid article:nth-child(3) i { color: var(--yellow); }
.process-card:nth-child(4) i,
.expect-grid article:nth-child(4) i { color: var(--blue); }
.process-card:nth-child(5) i { color: var(--green); }
.process-card:nth-child(6) i { color: var(--yellow); }
.belief-grid article:nth-child(1) i,
.why-band article:nth-child(2) i { color: var(--green); }
.belief-grid article:nth-child(2) i,
.why-band article:nth-child(3) i { color: var(--blue); }
.belief-grid article:nth-child(3) i,
.why-band article:nth-child(4) i { color: var(--yellow); }
.belief-grid article:nth-child(4) i,
.why-band article:nth-child(5) i { color: var(--green); }
.customer-journey { padding: 32px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; text-align: center; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { padding: 30px; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
.service-card ul, .checklist ul, .modal-columns ul { padding-left: 20px; line-height: 2; }
.service-card li::marker, .checklist li::marker, .modal-columns li::marker { color: var(--green); }
.why-band { padding: 42px; display: grid; grid-template-columns: 320px repeat(4, 1fr); gap: 26px; background: linear-gradient(110deg, #f9fbff, #eef6ff); }
.cta { border-radius: 12px; padding: 32px 38px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 24px; }
.dark-cta { background: radial-gradient(circle at right, rgba(8,105,248,.25), transparent 30%), #020914; color: white; }
.light-cta { background: #fbfdff; }
.cta b { font-size: 26px; }
.work-results-cta { grid-template-columns: 82px minmax(0, 1fr) max-content; grid-template-rows: auto auto; }
.work-results-cta i { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 50%; background: #eef5ff; color: var(--blue); font-style: normal; font-size: 24px; }
.work-results-cta > i { grid-row: 1 / 3; }
.work-results-cta b { line-height: 1.25; }
.work-results-cta > span { grid-column: 2; }
.cta-actions { grid-column: 3; grid-row: 1 / 3; display: flex; justify-content: flex-end; flex-wrap: nowrap; gap: 14px; min-width: 0; }
.cta-actions .btn { flex: 0 1 auto; white-space: nowrap; }
.work-hero .soft-card, .soft-card { padding: 30px; background: linear-gradient(135deg, #fff, #f5f8fc); }
.work-pill-row { display: flex; gap: 18px; flex-wrap: wrap; }
.work-pill-row button, .pagination button { border: 0; border-radius: 7px; padding: 12px 22px; background: white; font-weight: 800; }
.work-pill-row .active, .pagination .active, .category-row.active { background: var(--blue); color: white; }
.case-list { display: grid; gap: 18px; }
.case-card { display: grid; grid-template-columns: minmax(440px, 1.08fr) minmax(180px, 220px) minmax(360px, .92fr); gap: 34px; align-items: center; padding: 26px; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
.empty-work-state { padding: 34px; border: 1px solid var(--line); border-radius: 12px; background: #fbfdff; box-shadow: var(--shadow); text-align: center; }
.empty-work-state h3 { margin: 0 0 10px; }
.empty-work-state p { margin: 0 auto 20px; max-width: 420px; }
.case-meta { min-width: 0; display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 20px; align-items: start; }
.case-meta > div { min-width: 0; }
.case-meta img { width: 88px; height: 88px; object-fit: cover; border-radius: 8px; }
.case-meta h2 { overflow-wrap: anywhere; }
.case-meta p:not(.blue) { max-width: 330px; }
.numbers { min-width: 0; padding-left: 10px; }
.numbers b { display: block; color: var(--green); font-size: 26px; margin-top: 8px; }
.numbers small { display: block; color: var(--ink); font-size: 13px; font-weight: 500; }
.case-card > img { width: 100%; height: 210px; object-fit: cover; border-radius: 8px; }
.process-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.process-card { text-align: center; padding: 28px 18px; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
.process-card strong { color: var(--blue); display: inline-grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: #eef5ff; }
.blog-layout { display: grid; grid-template-columns: 1fr 310px; gap: 28px; }
.search-row { display: grid; grid-template-columns: 1fr 120px; gap: 14px; margin-bottom: 24px; }
input, select, textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #cfd8e3;
  border-radius: 6px;
  min-height: 44px;
  padding: 12px 14px;
  font: inherit;
  background: white;
}
textarea { min-height: 110px; resize: vertical; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.blog-card { width: 100%; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); background: white; color: inherit; font: inherit; text-align: left; padding: 0; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.blog-card:hover, .blog-card:focus-visible { transform: translateY(-3px); border-color: rgba(0, 116, 255, .35); box-shadow: 0 16px 36px rgba(2, 9, 20, .14); outline: 0; }
.blog-card img { width: 100%; height: 180px; object-fit: cover; }
.blog-card div { padding: 18px; }
.blog-sidebar { padding: 28px; align-self: start; display: grid; gap: 24px; }
.category-row, .popular-row { display: flex; justify-content: space-between; gap: 14px; padding: 9px 0; }
.category-row { width: 100%; border: 0; background: transparent; color: inherit; font: inherit; text-align: left; align-items: center; cursor: pointer; border-radius: 7px; padding: 10px 12px; }
.category-row:hover, .category-row:focus-visible { background: #eef5ff; outline: 0; }
.category-row.active:hover, .category-row.active:focus-visible { background: var(--blue); }
.popular-row { width: 100%; border: 0; background: transparent; color: inherit; font: inherit; text-align: left; justify-content: flex-start; align-items: center; cursor: pointer; border-radius: 7px; }
.popular-row:hover, .popular-row:focus-visible { background: #eef5ff; outline: 0; }
.popular-row img { width: 62px; height: 62px; object-fit: cover; border-radius: 6px; }
.pagination { display: flex; justify-content: center; gap: 16px; margin: 28px 0; }
.pagination button:disabled { opacity: .42; cursor: not-allowed; }
.booking-hero {
  max-width: none;
  margin: 0 calc(clamp(18px, 4vw, 56px) * -1);
  padding: 58px clamp(22px, 4vw, 56px);
  background: linear-gradient(90deg, #020914 0%, #07111f 48%, #15110d 100%);
  color: white;
}
.booking-hero figure { position: relative; margin: 0; }
.booking-hero figcaption { position: absolute; right: 52px; bottom: 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 28px; padding: 20px 32px; border-radius: 8px; background: white; color: var(--ink); }
.booking-layout { display: grid; grid-template-columns: 1fr 380px; gap: 24px; }
.booking-form, .booking-aside { padding: 30px; min-width: 0; width: 100%; }
.booking-aside section { display: grid; gap: 18px; }
.booking-step { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 14px; align-items: start; }
.booking-step i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: #eef5ff; color: var(--blue); }
.booking-step-icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.booking-step h3 { margin-top: 2px; }
.booking-step p { margin: 0; }
.booking-form label { display: grid; gap: 8px; font-weight: 750; margin: 16px 0; }
.two { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
fieldset { border: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
fieldset label { margin: 0 !important; display: flex !important; align-items: center; border: 1px solid var(--line); border-radius: 6px; padding: 10px; }
fieldset input { width: auto; min-height: 0; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.modal { display: none; position: fixed; inset: 0; z-index: 50; }
.modal.open { display: block; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(2, 9, 20, .72); }
.modal-panel { position: relative; z-index: 2; max-width: 1120px; max-height: 88vh; overflow: auto; margin: 5vh auto; padding: 30px; border-radius: 14px; background: white; display: grid; grid-template-columns: minmax(230px, 260px) minmax(0, 1fr); gap: 34px; }
.modal-close { position: absolute; right: 20px; top: 18px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 6px; background: white; font-size: 24px; }
.modal-side { min-width: 0; padding: 24px; border-radius: 10px; background: #f7f9fc; display: grid; gap: 8px; align-content: start; }
.modal-side img { width: 88px; border-radius: 8px; }
.modal-side h2 { margin: 16px 0 8px; max-width: 100%; font-size: clamp(26px, 2vw, 28px); line-height: 1.08; overflow-wrap: anywhere; word-break: normal; }
.modal-main { min-width: 0; }
.blue { color: var(--blue); font-weight: 800; }
.big-green { color: var(--green); font-size: 28px; }
.modal-image { margin: 20px auto; width: 560px; border-radius: 10px; }
.modal-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.modal-columns section, .results-row { border: 1px solid var(--line); border-radius: 10px; padding: 18px; }
.results-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; text-align: center; margin-top: 16px; }
.results-row b { color: var(--green); font-size: 24px; }
.results-row small { display: block; color: var(--ink); font-size: 12px; font-weight: 600; }
.blog-modal-panel { max-width: 900px; grid-template-columns: 1fr; padding: 0; }
.blog-article { min-width: 0; }
.blog-article-header { padding: 42px 42px 22px; }
.blog-article-header h2 { margin: 8px 0 12px; max-width: 760px; font-size: clamp(30px, 4vw, 48px); line-height: 1.06; }
.blog-article-header small { display: block; color: var(--muted); font-weight: 800; margin-bottom: 18px; }
.blog-article-header p:last-child { max-width: 760px; font-size: 18px; }
.blog-article-image { width: 100%; max-height: 390px; object-fit: cover; }
.blog-article-body { padding: 32px 42px 12px; display: grid; gap: 20px; }
.blog-article-body section { border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.blog-article-body section:last-child { border-bottom: 0; }
.blog-article-body h3 { margin: 0 0 8px; font-size: 22px; }
.blog-article-body p { margin: 0; }
.blog-takeaways { margin: 12px 42px 30px; padding: 22px; border-radius: 10px; background: #f7f9fc; }
.blog-takeaways ul { margin: 8px 0 0; padding-left: 20px; line-height: 1.9; }
.blog-takeaways li::marker { color: var(--green); }
.blog-article-cta { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 24px 42px 36px; border-top: 1px solid var(--line); }
.blog-article-cta b { font-size: 20px; }
.site-footer {
  margin-top: 34px;
  padding: 46px clamp(18px, 4vw, 56px) 24px;
  background: #020914;
  color: white;
}
.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) repeat(4, minmax(130px, 1fr));
  gap: 28px;
  align-items: start;
}
.footer-logo img {
  width: 190px;
  height: auto;
  max-height: 54px;
  object-fit: cover;
  object-position: left center;
  border-radius: 4px;
}
.footer-brand p,
.footer-contact p,
.footer-bottom {
  color: rgba(255,255,255,.72);
}
.footer-brand p {
  max-width: 390px;
  margin: 18px 0 22px;
}
.footer-links,
.footer-contact {
  display: grid;
  gap: 10px;
}
.footer-links h3,
.footer-contact h3 {
  margin: 4px 0 8px;
  color: white;
  font-size: 16px;
}
.footer-links a,
.footer-contact a {
  color: rgba(255,255,255,.74);
  font-weight: 700;
}
.footer-links a:hover,
.footer-contact a:hover {
  color: white;
}
.footer-bottom {
  max-width: 1180px;
  margin: 36px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.14);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 13px;
}
  .core-services{
  max-width: 1180px; 
  margin: 0 auto;
  }
@media (max-width: 1180px) {
  .case-card { grid-template-columns: 1fr; }
  .case-meta p:not(.blue) { max-width: 620px; }
  .numbers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; padding-left: 0; }
  .case-card > img { width: 100%; }
}
@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; }
  .nav { display: none; grid-column: 1 / -1; justify-content: start; flex-wrap: wrap; }
  .nav.open { display: flex; }
  .site-header > .btn { display: none; }
  .home-hero, .split-hero, .split-title, .work-hero, .booking-hero, .journey, .story-card, .booking-layout, .blog-layout { grid-template-columns: 1fr; }
  .dark-hero { min-height: auto; }
  .hero-art, .hero-art img { min-height: 460px; height: 460px; }
  .partner-grid, .metric-band, .belief-grid, .modal-columns, .two { grid-template-columns: 1fr; }
  .service-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid, .customer-journey, .why-band, .expect-grid { grid-template-columns: repeat(2, 1fr); }
  .case-card { grid-template-columns: 1fr; }
  .cta { grid-template-columns: 1fr; }
  .work-results-cta { grid-template-columns: 82px 1fr; }
  .work-results-cta > span, .work-results-cta .cta-actions { grid-column: 1 / -1; }
  .cta-actions { justify-content: flex-start; flex-wrap: wrap; }
  .footer-inner { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  main > .page { display: none; }
  main > .page.active { display: block; }
  body { overflow-x: hidden; }
  .site-header { padding: 18px; }
  main > .page { padding-left: 0; padding-right: 0; }
  .section, .story-card, .metric-band, .belief-grid, .work-pill-row, .case-list, .blog-layout, .booking-layout, .service-grid, .process-grid, .expect-grid, .why-band, .customer-journey, .brand-strip, .cta, .journey, .split-hero, .split-title, .work-hero {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
  .brand img { width: 180px; }
  .hero-copy h1, .split-hero h1, .split-title h1, .work-hero h1, .booking-hero h1 { font-size: 38px; line-height: 1.05; }
  h2 { font-size: 30px; line-height: 1.1; }
  .dark-hero, .booking-hero {
    margin-left: 0;
    margin-right: 0;
    padding: 34px 18px;
  }
  .home-hero { gap: 24px; }
  .hero-art {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    height: auto;
    min-height: 0;
    overflow: visible;
  }
  .hero-art img {
    grid-column: 1 / -1;
    height: 360px;
    min-height: 0;
    object-position: center top;
    border-radius: 9px;
  }
  .stat-card {
    position: absolute;
    width: 155px;
    padding: 5px 10px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 14px;
    background: rgba(12, 24, 39, 0.39);
    backdrop-filter: blur(12px);
    color: white;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.15;
  }
  .stat-icon {
    width: 25px;
    height: 25px;
    margin-bottom: 6px !important;
  }
  .core-services{
  margin: 10 auto;
  padding: 0 0 0 20px;
  }
  .stat-card small { display: block; margin-top: 4px; font-size: 12px; font-weight: 600; line-height: 1.18; margin-bottom: 4px; }
  .top-left { left: 11%; top: 49%; }.top-right { right: 5%; top: 42%; }.bottom-left { left: 11%; bottom: 2%; }.bottom-right { right: 5%; bottom: 9%; }
  .platform-row, .mini-grid, .proof-row, .actions { gap: 12px; }
  .mini-grid span, .proof-row b { max-width: none; width: calc(50% - 8px); }
  .process-proof { grid-template-columns: 1fr; gap: 14px; }
  .process-proof b {
    width: 100%;
    min-width: 0;
    grid-template-columns: 58px 1fr;
    padding: 0 0 0 14px;
	border-left: none;
  }
  .process-proof b:first-child { width: 100%; min-width: 0; grid-template-columns: 58px 1fr; padding: 0 0 0 14px;}
  .process-proof i { width: 54px; height: 54px; }
  .proof-icon { width: 29px; height: 29px; }
  .journey, .story-card, .brand-strip, .customer-journey, .why-band, .booking-form, .booking-aside, .soft-card, .service-card, .case-card, .blog-sidebar, .cta {
    padding: 24px 18px;
  }
  .flow, .timeline { grid-template-columns: 1fr; gap: 20px; }
  .timeline { padding-top: 0; }
  .timeline::before { display: none; }
  .timeline-icon { width: 78px; height: 78px; margin-bottom: 12px; }
  .timeline-icon svg { width: 36px; height: 36px; }
  .timeline-marker { margin-bottom: 6px; }
  .timeline p { max-width: 300px; }
  .flow article, .journey aside {
    border-left: 0;
    padding-left: 0;
    text-align: left;
  }
  .flow article::before,
  .flow article::after {
    display: none;
  }
  .flow article {
    display: grid;
    grid-template-columns: 66px 1fr;
    gap: 0 16px;
    align-items: center;
  }
  .flow article p { grid-column: 2; margin-top: 0; }
  .timeline article::before { display: none; }
  .partner-card, .case-meta, .modal-panel { grid-template-columns: 1fr; }
  .partner-photo { width: 100%; height: 400px; object-position: top; }
  .partner-brand-logos { gap: 12px; }
  .partner-brand-logos img { object-position: center; }
  .tags { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid, .blog-grid, .process-grid, .customer-journey, .why-band, .expect-grid, fieldset { grid-template-columns: 1fr; }
  .image-card img, .booking-hero img, .hero-art img { width: 100%; min-width: 0; }
  .image-card figcaption { position: static; margin-top: 10px; padding: 16px; }
  .logos { min-height: 70px; }
  .logos::before,
  .logos::after { width: 28px; }
  .logos-track,
  .logos-track span { gap: 26px; }
  .logos-track { animation-duration: 22s; }
  .logos img { flex-basis: 132px; width: 132px; height: 50px; }
  .case-card > img, .blog-card img { height: auto; }
  .blog-layout > *, .blog-grid, .search-row, .results-row { min-width: 0; width: 100%; }
  .search-row, .results-row { grid-template-columns: 1fr; }
  .pagination { flex-wrap: wrap; gap: 8px; }
  .pagination button { padding: 10px 14px; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .btn, .actions .btn, .cta .btn { width: 100%; }
  .work-results-cta { grid-template-columns: 1fr; }
  .work-results-cta i { width: 64px; height: 64px; font-size: 20px; }
  .cta-actions { width: 100%; flex-direction: column; }
  .modal-panel { margin: 0; max-height: 100vh; border-radius: 0; }
  .modal-image { width: 100%; }
  .blog-article-header, .blog-article-body, .blog-article-cta { padding-left: 20px; padding-right: 20px; }
  .blog-article-header { padding-top: 52px; }
  .blog-article-header h2 { font-size: 34px; }
  .blog-article-image { max-height: 260px; }
  .blog-takeaways { margin-left: 20px; margin-right: 20px; }
  .blog-article-cta { align-items: stretch; flex-direction: column; }
  .blog-article-cta .btn { width: 100%; }
  .booking-hero figcaption { position: static; margin-top: 12px; }
  .site-footer { padding: 38px 18px 22px; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .footer-brand .btn { width: 100%; }
  .footer-bottom { flex-direction: column; margin-top: 28px; }
}


.blog-card { display: block; text-decoration: none; }
.blog-empty-state {
  grid-column: 1 / -1;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  box-shadow: var(--shadow);
}
.pagination-gap {
  display: inline-flex;
  align-items: center;
  padding: 0 2px;
  color: var(--muted);
  font-weight: 800;
}
.blog-post-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 32px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px clamp(18px, 4vw, 56px);
}
.blog-post,
.blog-post-sidebar {
  min-width: 0;
}
.blog-post {
  background: white;
}
.back-link {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--blue);
  font-weight: 850;
}
.blog-post-header h1 {
  margin: 8px 0 14px;
  max-width: 860px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
}
.blog-post-header small {
  display: block;
  margin-bottom: 20px;
  color: var(--muted);
  font-weight: 850;
}
.blog-post-header p:last-child {
  max-width: 820px;
  font-size: 18px;
}
.blog-post-image {
  width: 100%;
  max-height: 470px;
  margin: 28px 0;
  border-radius: 10px;
  object-fit: cover;
}
.blog-post-content {
  display: grid;
  gap: 24px;
}
.blog-post-content section {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.blog-post-content section:last-child {
  border-bottom: 0;
}
.blog-post-content h2 {
  font-size: clamp(24px, 2.7vw, 34px);
}
.blog-post-sidebar {
  align-self: start;
  display: grid;
  gap: 24px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  box-shadow: var(--shadow);
}
.blog-post-sidebar .category-row,
.blog-post-sidebar .popular-row {
  text-decoration: none;
}

@media (max-width: 900px) {
  .blog-post-page {
    grid-template-columns: 1fr;
  }
}

.free-audit-section {
  position: relative;
  max-width: none;
  margin: 50px calc(clamp(18px, 4vw, 56px) * -1) 0;
  padding: 58px clamp(22px, 6vw, 90px);
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(340px, 460px);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 58% 38%, rgba(8,105,248,.2), transparent 18%),
    linear-gradient(120deg, rgba(2,9,20,.96), rgba(3,13,28,.98));
  color: white;
}
.free-audit-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 50%, rgba(8,105,248,.28) 50.2%, transparent 51%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 44px);
  opacity: .55;
  pointer-events: none;
}
.audit-hero-copy,
.audit-form-card,
.audit-included-section {
  position: relative;
  z-index: 1;
}
.audit-kicker {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 10px 16px;
  border-radius: 6px;
  background: rgba(132, 211, 34, .18);
  color: #9bed35;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.audit-hero-copy h2 {
  max-width: 720px;
  margin: 0 0 22px;
  color: white;
  font-size: clamp(42px, 5vw, 68px);
}
.audit-hero-copy h2 span,
.audit-included-section h2 span {
  color: #83d822;
  background: none;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 7px;
}
.audit-hero-copy > p:not(.audit-kicker) {
  max-width: 650px;
  font-size: 20px;
  color: rgba(255,255,255,.9);
}
.audit-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 32px;
  font-weight: 900;
}
.audit-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.audit-benefits i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #96e42c, #58b91f);
  color: white;
  font-style: normal;
  box-shadow: 0 10px 24px rgba(132,216,34,.28);
}
.audit-form-card {
  min-width: 0;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  color: var(--ink);
  box-shadow: 0 26px 70px rgba(0,0,0,.28);
  text-align: center;
}
.audit-stamp {
  position: absolute;
  top: -24px;
  right: -28px;
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #83d822;
  color: white;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 0 0 6px rgba(131,216,34,.22);
  transform: rotate(10deg);
}
.audit-label {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 9px 22px;
  border-radius: 4px;
  background: #83d822;
  color: white;
  font-size: 20px;
  font-weight: 950;
  text-transform: uppercase;
}
.audit-form-card h3 {
  margin: 0 0 8px;
  font-size: 28px;
}
.audit-form-card p {
  max-width: 350px;
  margin: 0 auto 16px;
  color: var(--ink);
}
.audit-form-card input {
  margin-bottom: 8px;
  border-color: #d3dce7;
  box-shadow: inset 0 1px 2px rgba(16,24,40,.04);
}
.audit-submit {
  width: 100%;
  margin-top: 4px;
  background: linear-gradient(135deg, #91df2b, #62bd20);
  color: white;
  border: 0;
  box-shadow: 0 16px 28px rgba(99,189,32,.28);
}
.audit-form-card small {
  display: block;
  margin-top: 14px;
  font-weight: 800;
}
.audit-included-section {
  max-width: 1180px;
  margin: 0 auto 44px;
  padding: 42px 0 0;
}
.audit-included-section h2 {
  margin-bottom: 26px;
  text-align: center;
}
.audit-included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.audit-included-grid article {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 8px 20px;
  align-items: center;
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  box-shadow: var(--shadow);
}
.audit-included-grid i {
  grid-row: 1 / 4;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #eef5ff;
  color: var(--blue);
  font-style: normal;
}
.audit-included-grid h3,
.audit-included-grid p {
  margin: 0;
}
.audit-included-grid p {
  color: var(--ink);
  line-height: 1.55;
}
.audit-included-grid span {
  justify-self: start;
  padding: 5px 12px;
  border: 1px solid #83d822;
  border-radius: 999px;
  color: #4b9b2c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.audit-free-strip {
  display: grid;
  grid-template-columns: minmax(220px, auto) 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 20px;
  padding: 20px 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  box-shadow: var(--shadow);
}
.audit-free-strip b {
  font-size: 24px;
}
.audit-free-strip span {
  color: #5fbd1f;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}
.audit-free-strip p {
  margin: 0;
  line-height: 1.55;
}
.free-audit-blog-cta {
  align-items: center;
  background:
    radial-gradient(circle at right, rgba(132,216,34,.22), transparent 28%),
    linear-gradient(115deg, #020914, #06172d);
  color: white;
}
.free-audit-blog-cta div {
  display: grid;
  gap: 6px;
}
.free-audit-blog-cta .eyebrow {
  margin: 0;
  color: #9bed35;
}
.free-audit-blog-cta span {
  color: rgba(255,255,255,.78);
  line-height: 1.5;
}
@media (max-width: 960px) {
  .free-audit-section,
  .audit-included-grid,
  .audit-free-strip {
    grid-template-columns: 1fr;
  }
  .audit-stamp {
    right: 18px;
  }
}
@media (max-width: 640px) {
  .free-audit-section,
  .audit-included-section {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
  .free-audit-section {
    padding: 34px 18px;
    border-radius: 12px;
  }
  .audit-form-card {
    padding: 28px 18px;
  }
  .audit-stamp {
    position: static;
    margin: -8px auto 12px;
    width: 86px;
    height: 86px;
    font-size: 19px;
  }
  .audit-included-grid article {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .audit-included-grid i,
  .audit-included-grid span {
    justify-self: center;
  }
}
.blog-free-audit-card {
  padding: 24px;
  border: 1px solid rgba(132,216,34,.35);
  border-radius: 10px;
  background:
    radial-gradient(circle at right, rgba(132,216,34,.22), transparent 35%),
    linear-gradient(135deg, #020914, #07172b);
  color: white;
  box-shadow: var(--shadow);
}
.blog-free-audit-card .eyebrow {
  color: #9bed35;
}
.blog-free-audit-card h3 {
  margin-top: 0;
}
.blog-free-audit-card p {
  color: rgba(255,255,255,.78);
  line-height: 1.55;
}
.blog-free-audit-card .btn {
  width: 100%;
}
.audit-included-grid i svg {
  display: block;
  width: 54px;
  height: 54px;
}
.audit-google svg {
  width: 58px;
  height: 58px;
}
.audit-google .ads-blue,
.audit-google .ads-yellow {
  fill: none;
  stroke-width: 9;
  stroke-linecap: round;
}
.audit-google .ads-blue { stroke: #4285f4; }
.audit-google .ads-yellow { stroke: #fbbc04; }
.audit-google .ads-green { fill: #34a853; }
.audit-website svg {
  fill: none;
  stroke: var(--blue);
  stroke-width: 3.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.audit-meta svg {
  width: 62px;
  fill: #0866ff;
}
.client-testimonials {
  max-width: 1180px;
  margin: 28px auto 36px;
  padding: 0 0 8px;
  text-align: center;
}
.client-testimonials h2 {
  margin: 8px auto 26px;
  max-width: 760px;
  color: var(--ink);
}
.client-testimonials h2 span {
  color: var(--cyan);
}
.client-testimonials h2 em {
  color: var(--green);
  font-style: normal;
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-underline-offset: 6px;
}
.testimonial-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  text-align: left;
}
.testimonial-card {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 382px;
  padding: 30px 30px 26px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(12, 24, 39, .08);
}
.quote-mark {
  height: 20px;
  color: var(--green);
  font-size: 48px;
  font-weight: 950;
  line-height: .55;
}
.testimonial-client {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 58px;
}
.client-initials {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #151922;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
}
.testimonial-client img {
  width: 74px;
  max-width: 100%;
  height: 44px;
  object-fit: contain;
  object-position: left center;
}
.testimonial-client strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.25;
}
.testimonial-client small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}
.testimonial-card p {
  margin: 4px 0 0;
  color: #303744;
  font-size: 16px;
  line-height: 1.72;
}
.testimonial-card footer {
  margin-top: auto;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}
.testimonial-card footer span {
  font-weight: 500;
}
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}
.testimonial-dots span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #d7dde6;
}
.testimonial-dots .active {
  background: var(--blue);
}

@media (max-width: 960px) {
  .testimonial-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .client-testimonials {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
  .testimonial-row {
    grid-template-columns: 1fr;
  }
  .testimonial-card {
    min-height: 0;
    padding: 26px 22px 24px;
  }
}


.blog-index-main {
  padding: 0 clamp(18px, 4vw, 56px) 36px;
}
.blog-index-layout {
  align-items: start;
}
.blog-index-layout .blog-sidebar {
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
}