/*
Theme Name: Brandz Growth
Theme URI: https://brandzgrowth.com/
Author: Brandz Growth
Description: A custom WordPress theme converted from the Brandz Growth static website.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: brandz-growth
*/

.main-nav .menu {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Five-service composition: three cards, then a centred pair. */
.header-inner { grid-template-columns: 290px 1fr; }
.services-inner { width: min(100%, 1200px); }
.services-section { min-height: auto; }
.services-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.service-card { grid-column: span 2; min-height: 590px; }
.service-card:nth-child(4) { grid-column: 2 / span 2; }
.service-number { display: block; margin-bottom: 24px; color: var(--blue-2); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.about-more { margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(101,167,255,.22); }
.about-more h3 { margin: 25px 0 9px; color: #f7f9fc; font-size: 20px; line-height: 1.2; }
.about-more ul { margin: 12px 0 0; padding-left: 20px; color: #9eabba; }
.about-more li { margin: 7px 0; line-height: 1.45; }
.see-more { border: 0; padding: 0; background: transparent; cursor: pointer; }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 900px; }
  .service-card, .service-card:nth-child(4) { grid-column: span 1; }
  .service-card:nth-child(5) { grid-column: 1 / -1; width: min(100%, 430px); justify-self: center; }
}

@media (max-width: 640px) {
  .services-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: auto; width: auto; }
}

.bg-footer-column span {
  display: block;
  color: #98a5b8;
  font-size: 14px;
  line-height: 1.7;
}

:root {
  --bg: #070a10;
  --bg-soft: #0c1018;
  --surface: #101621;
  --surface-2: #151d2a;
  --text: #f7f9fc;
  --muted: #9ba8bb;
  --line: #202b3c;
  --blue: #2f80ff;
  --blue-2: #65a7ff;
  --blue-3: #9cc6ff;
  --blue-dark: #102a50;
  --container: 1285px;
  --radius: 18px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 74px;
}

body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--blue-2); outline-offset: 3px; }

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 74px;
  background: rgba(7,10,16,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(var(--container), calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 290px 1fr 150px;
  align-items: center;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
  min-width: 0;
}

.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 9px;
  display: block;
}

.brand-name {
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.7px;
  white-space: nowrap;
}

.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a {
  position: relative;
  color: #bac3d2;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .8px;
  white-space: nowrap;
  transition: color .2s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  border-radius: 2px;
  background: var(--blue);
  transition: right .2s ease;
}

.main-nav a:hover { color: #fff; }
.main-nav a:hover::after { right: 0; }

.contact-button {
  justify-self: end;
  min-width: 116px;
  height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .55px;
  box-shadow: 0 8px 26px rgba(47,128,255,.2);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: .2s ease;
}

/* HERO */
.brandz-hero {
  position: relative;
  min-height: 780px;
  width: 100%;
  background:
    radial-gradient(circle at 50% 15%, rgba(47,128,255,.12), transparent 35%),
    var(--bg);
  overflow: hidden;
}

.decor-dot {
  position: absolute;
  top: 45px;
  right: 35px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--blue-2);
  box-shadow: 0 0 30px rgba(101,167,255,.45);
}

.hero-content {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 112px;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  height: 43px;
  padding: 0 16px;
  border: 1px solid rgba(101,167,255,.35);
  border-radius: 999px;
  background: rgba(47,128,255,.16);
  color: var(--blue-3);
  font-size: 12px;
  font-weight: 800;
}

.hero-content h1 {
  margin: 48px 0 0;
  font-size: clamp(46px, 4vw, 64px);
  line-height: 1.06;
  font-weight: 850;
  letter-spacing: -2.4px;
}

.hero-content h2 {
  margin: 40px 0 0;
  font-size: 33px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -1px;
}

.hero-content h2 span, .hero-copy strong { color: var(--blue-2); }

.hero-copy {
  margin: 36px auto 0;
  color: #e5ebf4;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 500;
}

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

.btn {
  min-height: 58px;
  border-radius: 999px;
  padding: 0 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

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

.btn-secondary {
  border: 1px solid #5d6a7c;
  color: #fff;
  background: rgba(255,255,255,.02);
}

.hero-features {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 26px;
  min-height: 70px;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  border-top: 1px solid rgba(47,128,255,.55);
}

.feature-item {
  padding: 22px 28px 0 44px;
}
.feature-item:not(:first-child) { border-left: 1px solid var(--line); }
.feature-no {
  display: block;
  margin-bottom: 7px;
  color: var(--blue-2);
  font-size: 14px;
  font-weight: 800;
}
.feature-item p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

/* SHARED SECTION HEADINGS */
.founder-section, .results-section, .clients-section, .growth-process, .data-growth-section, .agency-section, .faq-section {
  background: var(--bg);
}

.founder-title, .clients-title, .section-heading h2, .process-inner h2, .faq-title {
  color: #fff;
}

/* FOUNDER */
.founder-section {
  position: relative;
  padding: 64px 24px 100px;
  border-bottom: 1px solid var(--line);
}
.founder-title {
  margin: 0;
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -1px;
}
.video-wrap {
  width: min(1008px,100%);
  margin: 56px auto 0;
  overflow: hidden;
  border: 1px solid #44536a;
  border-radius: 12px;
  background: #0c1119;
  box-shadow: 0 24px 70px rgba(0,0,0,.3);
}
.founder-video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

/* RESULTS */
.results-section {
  position: relative;
  overflow: hidden;
  padding: 70px 24px 90px;
  border-bottom: 1px solid var(--line);
}
.results-inner {
  width: min(1120px,100%);
  margin: 0 auto;
}
.section-heading { text-align: center; }
.section-heading h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -1px;
}
.section-heading p {
  margin: 14px 0 0;
  color: #cbd4e0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.results-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 24px;
}
.case-card {
  min-height: 320px;
  padding: 22px;
  border: 1px solid #354257;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(20,29,43,.8), rgba(9,14,22,.8));
}
.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.client-info {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.case-card .client-logo {
  flex: 0 0 57px;
  width: 57px;
  height: 57px;
  border-radius: 14px;
  background: #fff;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}

.client-info h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.4px;
}

.case-copy {
  margin: 18px 0;
  min-height: 65px;
  color: #e8edf5;
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 550;
}
.case-copy strong, .case-copy span { color: var(--blue-2); font-weight: 800; }
.metrics {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
}
.metric-box {
  min-height: 90px;
  padding: 12px 8px;
  border: 1px solid #35445c;
  border-radius: 14px;
  background: #121a27;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.metric-value {
  text-align: center;
  color: var(--blue-2) !important;
  font-size: 31px;
  line-height: .95;
  font-weight: 900;
  letter-spacing: -1px;
}
.metric-label {
  margin-top: 10px;
  text-align: center;
  color: #edf2f8;
  font-size: 12px;
  font-weight: 800;
}
.spark { color: var(--blue-3); }
.bolt { color: rgba(101,167,255,.26); }

/* CLIENTS */
.clients-section {
  padding: 62px 0 54px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.clients-title {
  margin: 0;
  text-align: center;
  font-size: 34px;
  font-weight: 800;
}

/* PROCESS */
.growth-process {
  position: relative;
  padding: 105px 24px 110px;
  overflow: hidden;
}
.process-inner {
  width: min(1005px,100%);
  margin: 0 auto;
}
.process-inner h2 {
  margin: 0;
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -1.4px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 23px;
  margin-top: 66px;
  align-items: start;
}
.step-card {
  min-height: 280px;
  padding: 28px 30px;
  border-radius: 20px;
  color: #000;
  box-shadow: 0 18px 50px rgba(0,0,0,.24);
}
.step-one {
  background: #fde047;
  transform: rotate(2.5deg);
}
.step-two {
  background: #5c9cf1;
  transform: translateY(7px);
}
.step-three {
  background: #fb6a6c;
  transform: rotate(-2.5deg);
}
.step-label {
  display: block;
  font-size: 21px;
  font-weight: 800;
}
.step-card h3 {
  margin: 26px 0 18px;
  font-size: 27px;
  line-height: 1.05;
  font-weight: 800;
}
.step-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}
.decor-star { color: var(--blue-2); }

/* DATA GROWTH / SERVICES */
.data-growth-section {
  padding: 90px 24px 105px;
  background:
    radial-gradient(circle at 50% 0, rgba(47,128,255,.08), transparent 38%),
    var(--bg);
}
.data-growth-inner {
  width: min(920px,100%);
  margin: 0 auto;
  text-align: center;
}
.intro h2 {
  margin: 0;
  font-size: 55px;
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -2px;
}
.intro p {
  margin: 30px 0 0;
  color: #d5deeb;
  font-size: 18px;
  line-height: 1.55;
}
.stats-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 60px;
}
.stat-value {
  min-height: 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 53px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1.5px;
}
.stat-value .plus {
  margin-top: 8px;
  color: var(--blue-2);
}
.stat-item p {
  margin: 10px 0 0;
  color: #fff;
  font-size: 17px;
}
.services-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  height: 51px;
  margin-top: 66px;
  padding: 0 22px;
  border: 1px solid var(--blue-2);
  border-radius: 999px;
  color: var(--blue-2);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: .2s ease;
}
.services-button:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

/* ABOUT CARD */
.agency-section {
  padding: 70px 24px 90px;
}
.agency-card {
  width: min(980px,100%);
  min-height: 292px;
  margin: 0 auto;
  padding: 48px 25px;
  border: 1px solid #29364a;
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1.8fr .8fr;
  align-items: center;
  gap: 40px;
  background:
    radial-gradient(circle at 84% 45%, rgba(47,128,255,.1), transparent 30%),
    #0b1018;
}
.agency-copy h2 {
  margin: 0;
  font-family: Georgia,"Times New Roman",serif;
  color: #f7f9fc;
  font-size: 37px;
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -1.2px;
}
.agency-copy p {
  margin: 15px 0 0;
  color: #9eabba;
  font-size: 16px;
  line-height: 1.5;
}
.see-more {
  display: inline-block;
  margin-top: 22px;
  color: var(--blue-2);
  font-size: 13px;
  font-weight: 700;
  text-underline-offset: 3px;
}
.agency-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}
.agency-visual img {
  display: block;
  width: 175px;
  height: 175px;
  object-fit: contain;
  filter: drop-shadow(0 14px 30px rgba(47,128,255,.18));
}

/* FAQ */
.faq-section {
  position: relative;
  padding: 70px 24px 90px;
  border-bottom: 1px solid var(--line);
}
.faq-inner {
  width: min(705px,100%);
  margin: 0 auto;
}
.faq-title {
  margin: 0;
  text-align: center;
  font-size: 41px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.1px;
}
.faq-badge {
  width: fit-content;
  margin: 58px auto 27px;
  padding: 14px 16px;
  border: 1px solid rgba(101,167,255,.35);
  border-radius: 999px;
  background: rgba(47,128,255,.15);
  color: var(--blue-3);
  font-size: 11px;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq-item {
  border: 1px solid transparent;
  border-radius: 999px;
  background: #0f1520;
  overflow: hidden;
  transition: .2s ease;
}
.faq-item.open {
  border-color: #2f4362;
  border-radius: 24px;
}
.faq-question {
  width: 100%;
  min-height: 80px;
  border: 0;
  padding: 0 24px 0 14px;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  cursor: pointer;
  font: inherit;
}
.faq-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #192334;
  color: var(--blue-2);
  font-size: 22px;
}
.faq-text {
  font-size: 16px;
  font-weight: 600;
}
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .25s ease;
}
.faq-answer > p {
  overflow: hidden;
  margin: 0;
  padding: 0 24px 0 64px;
  color: #aeb9c8;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0;
  transition: .2s ease;
}
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer > p {
  padding-bottom: 24px;
  opacity: 1;
}

/* FOOTER + MARQUEE */

@keyframes footerMarquee {
  to { transform: translateX(-50%); }
}

.footer-brand {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
}

.footer-bottom {
  height: 66px;
  border-top: 1px solid #1b2737;
  background: #111925;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-bottom p {
  margin: 0;
  color: #8ea4bf;
  font-size: 13px;
}

/* BACK TO TOP */
.back-to-top, .footer-top {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 40px;
  height: 40px;
  border: 1px solid #40506a;
  background: #0d1521;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.back-to-top span {
  width: 11px;
  height: 11px;
  border-left: 1px solid var(--blue-3);
  border-top: 1px solid var(--blue-3);
  transform: rotate(45deg) translate(3px,3px);
}

/* RESPONSIVE */
@media (max-width: 1060px) {
  .header-inner {
    grid-template-columns: auto 1fr auto auto;
  }
  .menu-toggle { display: flex; justify-self: end; }
  .main-nav {
    position: absolute;
    top: 74px;
    left: 16px;
    right: 16px;
    display: none;
    padding: 18px;
    border: 1px solid #29364a;
    border-radius: 16px;
    background: rgba(10,15,23,.98);
    box-shadow: 0 24px 60px rgba(0,0,0,.45);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .site-header.nav-open .main-nav { display: flex; }
  .main-nav a {
    padding: 14px 10px;
    border-bottom: 1px solid #1d2a3b;
  }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .site-header.nav-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .site-header.nav-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .site-header.nav-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .results-grid { grid-template-columns: 1fr; }
  .steps-grid { max-width: 650px; margin-left: auto; margin-right: auto; grid-template-columns: 1fr; gap: 28px; }
  .step-one, .step-two, .step-three { transform: none; }
}

@media (max-width: 760px) {
  .header-inner { width: calc(100% - 28px); grid-template-columns: 1fr auto auto; }
  .brand-name { display: none; }
  .contact-button { display: none; }

  .brandz-hero { min-height: auto; padding-bottom: 0; }
  .hero-content { padding-top: 82px; }
  .hero-content h1 { font-size: 42px; }
  .hero-content h2 { margin-top: 28px; font-size: 25px; }
  .hero-copy { margin-top: 26px; font-size: 15px; }
  .hero-copy br { display: none; }
  .hero-actions { flex-direction: column; align-items: center; }
  .btn { width: min(100%,290px); }

  .hero-features {
    position: static;
    margin: 80px 0 0;
    grid-template-columns: 1fr;
  }
  .feature-item {
    min-height: 78px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--line);
  }
  .feature-item:not(:first-child) { border-left: 0; }

  .founder-section, .results-section, .clients-section, .growth-process, .data-growth-section, .agency-section, .faq-section { padding-left: 16px; padding-right: 16px; }

  .section-heading h2, .founder-title, .clients-title { font-size: 29px; }

  .metrics { grid-template-columns: 1fr; }
  .case-copy { min-height: 0; }
  .client-info h3 { font-size: 18px; }

  .process-inner h2 { font-size: 34px; }
  .growth-process { padding-top: 72px; padding-bottom: 72px; }

  .intro h2 { font-size: 37px; letter-spacing: -1.3px; }
  .intro p { font-size: 16px; }
  .intro p br { display: none; }
  .stats-grid { grid-template-columns: 1fr; gap: 38px; margin-top: 50px; }

  .agency-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 34px 22px;
  }
  .agency-copy h2 { font-size: 29px; }
  .agency-copy h2 br, .agency-copy p br { display: none; }

  .faq-title { font-size: 32px; }
  .faq-badge { margin-top: 40px; }
  .faq-item, .faq-item.open { border-radius: 20px; }
  .faq-question { min-height: 72px; }
  .faq-text { font-size: 14px; }

  .footer-bottom {
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 70px;
  }

}

@media (max-width: 480px) {
  .hero-content h1 { font-size: 36px; }
  .eyebrow { min-width: auto; height: 39px; }
  .case-card { padding: 18px 15px; }
  .case-card .client-logo { width: 50px; height: 50px; flex-basis: 50px; }
  .step-card { padding: 25px 22px; }
  .faq-answer > p { padding-left: 58px; }
}

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

}

.services-section {
  width: 100%;
  min-height: 805px;
  padding: 42px 24px 90px;

  border-bottom: 1px solid #121820;
}

.services-inner {
  width: min(100%, 980px);
  margin: 0 auto;
}

.services-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.services-pill, .explore-btn {
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.services-pill {
  background: #252147;
  color: #ffffff;
}

.explore-btn {
  background: #342421;
  color: #ff9f89;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 21px;
  margin-top: 42px;
}

.service-card {
  min-height: 570px;
  padding: 26px 21px 20px;
  border: 1px solid #2a2f39;
  border-radius: 20px;
  background: #090909;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card h3 {
  margin: 0;
  text-align: center;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.9px;
}

.service-subtitle {
  margin: 24px 0 0;
  text-align: center;
  color: #6f7786;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 400;
}

.service-list {
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.service-list li {
  position: relative;
  margin: 0 0 21px;
  padding-left: 27px;
  color: #b7c0cf;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
}

.service-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #5474ff;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}

.quote-btn {
  width: 100%;
  min-height: 58px;
  margin-top: 22px;
  border: 1px solid #30343c;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  background: transparent;
  transition: all 0.2s ease;
}

.quote-btn:hover, .quote-btn:focus-visible {
  border-color: #65a7ff;
  color: #65a7ff;
  background: rgba(101, 167, 255, 0.05);
}

/* Brandz Growth blue accent override */
.services-pill {
  background: rgba(47, 128, 255, 0.2);
  border: 1px solid rgba(101, 167, 255, 0.28);
  color: #d8e8ff;
}

.explore-btn {
  background: rgba(47, 128, 255, 0.10);
  border: 1px solid rgba(101, 167, 255, 0.18);
  color: #65a7ff;
}

@media (max-width: 980px) {
  .services-section {
    min-height: auto;
  }

  .services-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .services-section {
    padding: 34px 16px 60px;
  }

  .services-top {
    flex-wrap: wrap;
  }

  .services-grid {
    margin-top: 34px;
    gap: 18px;
  }

  .service-card {
    padding: 24px 18px 18px;
  }

  .service-card h3 {
    font-size: 25px;
  }

  .service-list {
    margin-top: 32px;
  }

  .service-list li {
    font-size: 13.5px;
    margin-bottom: 18px;
  }
}

.testimonials-section {
  width: 100%;
  min-height: 655px;
  padding: 34px 24px 32px;

  
}

.testimonials-inner {
  width: min(100%, 1300px);
  margin: 0 auto;
}

.testimonials-inner h2 {
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: 49px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -1.8px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 27px;
}

.review-card {
  min-height: 243px;
  padding: 25px 24px 22px;
  border-radius: 15px;
  background: #ffffff;
}

.review-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.review-person {
  display: flex;
  align-items: center;
  gap: 13px;
}

.avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.avatar-grey {
  background: #d1d5db;
}

.avatar-gold {
  background: #e6b90d;
}

.avatar-purple {
  background: #a345ef;
}

.avatar-teal {
  background: #0d7c74;
}

.avatar-blue {
  background: #7cc8ea;
}

.avatar-outline {
  color: #111827;
  background: #ffffff;
  border: 2px solid #e3e7ec;
}

.review-person h3 {
  margin: 0;
  color: #101828;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.review-person span {
  display: block;
  margin-top: 7px;
  color: #8b93a1;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
}

.google-mark {
  margin-top: -2px;
  font-size: 23px;
  line-height: 1;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
  background: conic-gradient(
    from -45deg,
    #4285f4 0 25%,
    #34a853 0 50%,
    #fbbc05 0 75%,
    #ea4335 0
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rating {
  margin-top: 18px;
  color: #f6b20a;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 1px;
}

.rating span {
  margin-left: 3px;
  color: #4a9cf6;
  font-size: 10px;
  vertical-align: 2px;
}

.review-card p {
  margin: 15px 0 0;
  color: #5a6472;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
}

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

  .testimonials-section {
    min-height: auto;
  }
}

@media (max-width: 650px) {
  .testimonials-section {
    padding: 30px 16px 42px;
  }

  .testimonials-inner h2 {
    font-size: 37px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
    gap: 16px;
  }

  .review-card {
    min-height: auto;
  }
}

/* =========================================================
   BRANDZ GROWTH FINAL FIXES
   ========================================================= */

/* Correct project asset logo sizing */
.brand-logo {
  width:48px;
  height:48px;
  object-fit:contain;
  border-radius:8px;
}

/* Actual case-study logo images */
.case-card .case-client-logo {
  width:57px;
  height:57px;
  flex:0 0 57px;
  object-fit:contain;
  padding:5px;
  border-radius:14px;
  background:#fff;
}

/* Process cards — matching the supplied yellow / blue / coral reference */
.step-one {
  background:#ffe147 !important;
  color:#050505 !important;
  transform:rotate(2.8deg);
}
.step-two {
  background: #5c9cf1;
  color:#050505 !important;
  transform:translateY(7px);
}
.step-three {
  background: #fb6a6c;
  color:#050505 !important;
  transform:rotate(-3deg);
}

/* Continuous client logo slider */
.clients-section {
  overflow:hidden;
  padding:62px 0 58px;
  background:var(--bg);
  border-bottom:1px solid var(--line);
}
.clients-marquee {
  width:100%;
  overflow:hidden;
  margin-top:54px;
  -webkit-mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent);
  mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent);
}
.clients-slider-track {
  display:flex;
  width:max-content;
  will-change:transform;
  animation:brandzClientsSlide 22s linear infinite;
}
.clients-slider-group {
  display:flex;
  align-items:flex-start;
  gap:52px;
  flex-shrink:0;
  padding-right:52px;
}
.client-slide {
  width:180px;
  flex:0 0 180px;
  text-align:center;
}
.client-slider-logo {
  display:block;
  width:118px;
  height:118px;
  margin:0 auto;
  padding:10px;
  object-fit:contain;
  border-radius:50%;
  background:#fff;
  border:1px solid #36465f;
}
.client-slide h3 {
  margin:18px 0 0;
  color:#fff;
  font-size:16px;
  line-height:1.15;
  font-weight:800;
}
.client-slide p {
  margin:8px 0 0;
  color:#78869a;
  font-size:12px;
  line-height:1.3;
}
.clients-marquee:hover .clients-slider-track {
  animation-play-state:paused;
}
@keyframes brandzClientsSlide{
  from{transform:translateX(0)}
  to{transform:translateX(-25%)}
}

/* Calendly booking modal */
body.calendly-open {
  overflow:hidden;
}
.calendly-modal {
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.calendly-modal.is-open {
  display:flex;
}
.calendly-backdrop {
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.78);
  backdrop-filter:blur(8px);
}
.calendly-dialog {
  position:relative;
  z-index:1;
  width:min(100%,980px);
  height:min(88vh,760px);
  overflow:hidden;
  border:1px solid #31445f;
  border-radius:22px;
  background:#0a1019;
  box-shadow:0 34px 110px rgba(0,0,0,.65);
}
.calendly-modal-head {
  height:86px;
  padding:17px 20px 16px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid #26354a;
  background:#0d1521;
}
.calendly-kicker {
  color:var(--blue-2);
  font-size:10px;
  line-height:1;
  font-weight:900;
  letter-spacing:1.2px;
}
.calendly-modal-head h2 {
  margin:6px 0 0;
  color:#fff;
  font-size:22px;
  line-height:1.1;
}
.calendly-close {
  width:42px;
  height:42px;
  flex:0 0 42px;
  border:1px solid #3a4b63;
  border-radius:50%;
  background:#111c2a;
  color:#fff;
  font-size:27px;
  line-height:1;
  cursor:pointer;
}
.calendly-close:hover {
  border-color:var(--blue-2);
  color:var(--blue-2);
}
.calendly-frame-wrap {
  height:calc(100% - 86px);
  background:#fff;
}
.calendly-frame-wrap iframe {
  display:block;
  width:100%;
  height:100%;
  border:0;
}

/* All booking buttons feel clickable */
[data-open-calendly] {
  cursor:pointer;
}

/* Improve current Contact CTA wording on smaller screens */
@media(max-width:1060px){
  .step-one, .step-two, .step-three {transform:none}
}
@media(max-width:700px){
  .clients-slider-group {
    gap:28px;
    padding-right:28px;
  }
  .client-slide {
    width:140px;
    flex-basis:140px;
  }
  .client-slider-logo {
    width:94px;
    height:94px;
  }
  .calendly-modal {
    padding:10px;
  }
  .calendly-dialog {
    width:100%;
    height:92vh;
    border-radius:16px;
  }
  .calendly-modal-head {
    height:76px;
    padding:14px 14px 13px 18px;
  }
  .calendly-modal-head h2 {
    font-size:18px;
  }
  .calendly-frame-wrap {
    height:calc(100% - 76px);
  }
}

@media(prefers-reduced-motion:reduce){
  .clients-slider-track {animation:none}
}

.footer-top {
  display:grid;
  grid-template-columns:1.3fr 0.8fr 1.15fr 0.7fr 0.95fr;
  gap:36px;
  padding-bottom:22px;
}

.footer-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:18px 0 18px;
  margin-top:2px;
  border-top:1px solid var(--line);
}

.footer-bottom p, .footer-bottom a {
  margin:0;
  color:#a4b2c5;
  font-size:14px;
  line-height:1.4;
}

@media (max-width: 1100px){
  .footer-top {
    grid-template-columns:1.2fr 1fr 1fr;
  }

}

@media (max-width: 820px){

  .footer-top {
    grid-template-columns:1fr 1fr;
    gap:28px 24px;
  }

}

@media (max-width: 560px){

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

  .footer-bottom {
    flex-direction:column;
    align-items:flex-start;
  }

}

body.modal-open {
  overflow:hidden;
}


/* =========================================================
   BRANDZ GROWTH FOOTER — SCOPED / COLLISION-FREE
   ========================================================= */
.brandz-footer{
  width:100%;
  
  padding-top: 50px;
  background-size:80px 80px;
  border-top:1px solid rgba(40,57,80,.72);
}

.brandz-footer .bg-footer-inner{
 width:90%;
  margin:0 auto;
  
 
 
  
  
}

.brandz-footer .bg-footer-top{
  position:static;
  width:auto;
  height:auto;
  border:0;
  background:none;
  display:grid;
  grid-template-columns:
    minmax(205px,1.28fr)
    minmax(118px,.78fr)
    minmax(245px,1.25fr)
    minmax(115px,.70fr)
    minmax(155px,.88fr);
  gap:32px;
  min-height:255px;
  align-items:start;
}

.brandz-footer .bg-footer-brand{
  color:inherit;
  font-size:inherit;
  font-weight:inherit;
  text-decoration:none;
}

.brandz-footer .bg-footer-brand h2{
  margin:0;
  color:#f6f9fd;
  font-family:"Arial Narrow",Impact,Arial,sans-serif;
  font-size:34px;
  line-height:1;
  font-weight:800;
  letter-spacing:-1.2px;
}

.brandz-footer .bg-footer-brand p{
  margin:16px 0 0;
  color:#9aa9bc;
  font-size:14px;
  line-height:1.55;
  font-weight:400;
}

.brandz-footer .strategy-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:204px;
  min-height:43px;
  margin-top:31px;
  padding:0 18px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--blue), var(--blue-2));
  color:#fff;
  font-size:12px;
  line-height:1;
  font-weight:900;
  letter-spacing:.4px;
  text-decoration:none;
  box-shadow:0 10px 28px rgba(52,232,139,.17);
  transition:transform .2s ease, box-shadow .2s ease;
}

.brandz-footer .strategy-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 13px 32px rgba(52,232,139,.23);
}

.brandz-footer .bg-footer-column{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-width:0;
}

.brandz-footer .bg-footer-column h3{
  margin:7px 0 17px;
  color:#a6b3c5;
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.8px;
}

.brandz-footer .bg-footer-column a{
  margin-bottom:12px;
  color:#fff;
  font-size:14px;
  line-height:1.45;
  font-weight:400;
  text-decoration:none;
  transition:color .18s ease;
}

.brandz-footer .bg-footer-column a:hover{
  color:#34e88b;
}

.brandz-footer .bg-footer-insights a{
  max-width:250px;
  margin-bottom:13px;
}

.brandz-footer .bg-footer-bottom{
  position:static;
  width:auto;
  height:58px;
  padding:0;
  border-top:1px solid #263750;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.brandz-footer .bg-footer-bottom p,
.brandz-footer .bg-footer-bottom a{
  margin:0;
  padding:0;
  color:#9faec2;
  font-size:12px;
  line-height:1.2;
  text-decoration:none;
}

.brandz-footer .bg-footer-bottom a:hover{
  color:#fff;
}

@media (max-width:1100px){
  .brandz-footer{
    padding-left:18px;
    padding-right:18px;
  }

  .brandz-footer .bg-footer-top{
    grid-template-columns:1.15fr .8fr 1.15fr;
    gap:30px;
  }

  .brandz-footer .bg-footer-insights{
    grid-column:auto;
  }
}

@media (max-width:820px){
  .brandz-footer .bg-footer-inner{
    padding:26px 24px 0;
  }

  .brandz-footer .bg-footer-top{
    grid-template-columns:1fr 1fr;
    min-height:auto;
    padding-bottom:30px;
  }

  .brandz-footer .bg-footer-brand{
    grid-column:1 / -1;
  }

  .brandz-footer .bg-footer-insights{
    grid-column:1 / -1;
  }
}

@media (max-width:560px){
  .brandz-footer{
    padding:18px 12px 20px;
    background-size:56px 56px;
  }

  .brandz-footer .bg-footer-inner{
    padding:24px 20px 0;
    border-radius:15px 15px 0 0;
  }

  .brandz-footer .bg-footer-top{
    grid-template-columns:1fr;
    gap:26px;
  }

  .brandz-footer .bg-footer-brand,
  .brandz-footer .bg-footer-insights{
    grid-column:auto;
  }

  .brandz-footer .bg-footer-brand h2{
    font-size:30px;
  }

  .brandz-footer .bg-footer-brand p br{
    display:none;
  }

  .brandz-footer .strategy-btn{
    width:100%;
    min-width:0;
  }

  .brandz-footer .bg-footer-bottom{
    min-height:76px;
    height:auto;
    padding:18px 0;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
  }
}

/* Final service-layout overrides: keep the desktop three-plus-two rhythm. */
.header-inner { grid-template-columns: 290px 1fr; }
.services-inner { width: min(100%, 1200px); }
.services-section { min-height: auto; }
.services-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.service-card { grid-column: span 2; min-height: 590px; }
.service-card:nth-child(4) { grid-column: 2 / span 2; }
.service-card:nth-child(5) { grid-column: span 2; }

@media (max-width:980px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 900px; }
  .service-card, .service-card:nth-child(4) { grid-column: span 1; }
  .service-card:nth-child(5) { grid-column: 1 / -1; width: min(100%, 430px); justify-self: center; }
}

@media (max-width:640px) {
  .services-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: auto; width: auto; }
}


/* Interaction polish: a restrained lift keeps the dark card system tactile. */
.service-card, .case-card, .review-card, .client-slide, .step-card { transition: transform .28s cubic-bezier(.2,.75,.25,1), border-color .28s ease, box-shadow .28s ease, background-color .28s ease; }
.service-card:hover, .service-card:focus-within { transform: translateY(-8px); border-color: rgba(101,167,255,.8); box-shadow: 0 20px 42px rgba(0,0,0,.32), 0 0 0 1px rgba(101,167,255,.12); }
.service-card:hover .service-number, .service-card:focus-within .service-number { color: #d8e8ff; }
.service-card:hover .quote-btn, .service-card:focus-within .quote-btn { border-color: var(--blue-2); color: #fff; background: rgba(47,128,255,.16); }
.case-card:hover, .case-card:focus-within { transform: translateY(-7px); border-color: rgba(101,167,255,.78); box-shadow: 0 22px 48px rgba(0,0,0,.3); }
.case-card:hover .case-client-logo { transform: scale(1.06) rotate(-2deg); }
.case-client-logo, .client-slider-logo { transition: transform .28s cubic-bezier(.2,.75,.25,1), box-shadow .28s ease; }
.client-slide:hover .client-slider-logo { transform: translateY(-6px) scale(1.06); box-shadow: 0 13px 28px rgba(47,128,255,.28); }
.client-slide:hover h3 { color: var(--blue-2); }
.step-card:hover { box-shadow: 0 26px 58px rgba(0,0,0,.38); }
.step-one:hover { transform: rotate(2.8deg) translateY(-8px); }
.step-two:hover { transform: translateY(-2px); }
.step-three:hover { transform: rotate(-3deg) translateY(-8px); }
.review-card:hover { transform: translateY(-6px); box-shadow: 0 18px 38px rgba(0,0,0,.25); }
@media (max-width:1060px) { .step-one:hover, .step-two:hover, .step-three:hover { transform: translateY(-6px); } }
@media (hover:none) { .service-card:hover, .case-card:hover, .review-card:hover, .step-card:hover { transform: none; } .client-slide:hover .client-slider-logo { transform: none; box-shadow: none; } }
@media (prefers-reduced-motion:reduce) { .service-card, .case-card, .review-card, .client-slide, .step-card, .case-client-logo, .client-slider-logo { transition: none; } .service-card:hover, .case-card:hover, .review-card:hover, .step-card:hover, .step-one:hover, .step-two:hover, .step-three:hover { transform: none; } }
