/* Website management and client growth path */
:root {
  --growth-ink: #24133c;
  --growth-muted: #51425f;
  --growth-paper: #fffaf2;
  --growth-gold: #f3cb75;
  --growth-teal: #35c7c7;
  --growth-navy: #10264b;
}

html body .showcase-service-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  grid-template-columns: none !important;
}

html body .showcase-service-card {
  flex: 1 1 168px !important;
  max-width: 218px !important;
}

html body .showcase-service-card.growth {
  --tile-image: url(../img/optimized/growth/growth-hero.webp);
}

html body .standalone-service-card.growth-card {
  background:
    linear-gradient(180deg, rgba(7, 4, 18, .18), rgba(7, 4, 18, .92)),
    url(../img/optimized/growth/growth-hero.webp) center / cover no-repeat !important;
  border-color: rgba(247, 220, 116, .42) !important;
}

html body .standalone-service-card.growth-card :is(h3, p) {
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .64) !important;
}

html body .standalone-service-card.growth-card .card-action-row a {
  color: #24133c !important;
  -webkit-text-fill-color: #24133c !important;
  background: linear-gradient(180deg, #fff8d9, #f3cb75) !important;
  text-shadow: none !important;
}

html body .standalone-service-card.growth-card .card-action-row a:is(:hover, :focus-visible) {
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
  background: linear-gradient(135deg, #143b68, #256fc8 58%, #35c7c7) !important;
}

html body .growth-route {
  --route-image: url(../img/optimized/growth/growth-hero.webp);
}

html body .growth-shortcut img {
  object-position: 64% center;
}

html body .service-route-grid.growth-enabled {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body .service-menu-grid .growth-menu-card {
  background:
    linear-gradient(180deg, rgba(7, 4, 18, .72), rgba(7, 4, 18, .96)),
    url(../img/optimized/growth/growth-conversion.webp) center / cover no-repeat !important;
  border-color: rgba(247, 220, 116, .42) !important;
}

html body .service-menu-grid .growth-menu-card :is(.service-menu-kicker, h3, p, li, b) {
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
  text-shadow: 0 4px 16px rgba(0, 0, 0, .66) !important;
}

html body .service-menu-grid .growth-menu-card .text-link {
  color: #24133c !important;
  -webkit-text-fill-color: #24133c !important;
  background: linear-gradient(180deg, #fff8d9, #f3cb75) !important;
  text-shadow: none !important;
}

html body .service-type-card.growth {
  background:
    linear-gradient(180deg, rgba(7, 4, 18, .58), rgba(7, 4, 18, .94)),
    url(../img/optimized/growth/growth-hero.webp) center / cover no-repeat !important;
}

html body .service-type-grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
}

html body .service-type-card.growth :is(i, b, span) {
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
  text-shadow: 0 3px 14px rgba(0, 0, 0, .72) !important;
}

html body .service-option-group[data-group="growth"] .service-option-card {
  background: linear-gradient(180deg, #fffdf7, #f5effb) !important;
  color: #24133c !important;
  -webkit-text-fill-color: #24133c !important;
  text-shadow: none !important;
}

html body .service-option-group[data-group="growth"] .service-option-card :is(b, p, span, small) {
  color: #24133c !important;
  -webkit-text-fill-color: #24133c !important;
  text-shadow: none !important;
}

html body .service-option-group[data-group="growth"] .service-option-card p,
html body .service-option-group[data-group="growth"] .service-option-card .includes-note {
  color: #51425f !important;
  -webkit-text-fill-color: #51425f !important;
}

html body .service-option-group[data-group="growth"] .service-sale-stack {
  background: linear-gradient(180deg, #fffaf2, #fff3c4) !important;
}

/* Dedicated growth page */
body.growth-page {
  background: #090511;
}

body.growth-page main {
  overflow: clip;
}

body.growth-page .growth-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  padding: 72px 0 64px;
  background:
    linear-gradient(90deg, rgba(7, 4, 18, .96) 0%, rgba(7, 4, 18, .84) 43%, rgba(7, 4, 18, .22) 76%),
    linear-gradient(180deg, rgba(7, 4, 18, .08), rgba(7, 4, 18, .7)),
    url(../img/optimized/growth/growth-hero.webp) 64% center / cover no-repeat;
  border-bottom: 1px solid rgba(247, 220, 116, .22);
}

body.growth-page .growth-hero-copy {
  width: min(660px, 100%);
}

body.growth-page .growth-hero .eyebrow {
  color: #f3cb75 !important;
  -webkit-text-fill-color: #f3cb75 !important;
  text-shadow: 0 4px 16px rgba(0, 0, 0, .64) !important;
}

body.growth-page .growth-hero h1 {
  max-width: 14ch;
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
  font-size: 4.4rem;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .72) !important;
}

body.growth-page .growth-hero .lead {
  max-width: 610px;
  margin-top: 18px;
  color: #f4eefc !important;
  -webkit-text-fill-color: #f4eefc !important;
  font-size: 1.15rem;
  line-height: 1.62;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .68) !important;
}

body.growth-page .growth-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

body.growth-page .growth-trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 11px;
  border: 1px solid rgba(247, 220, 116, .34);
  border-radius: 999px;
  background: rgba(7, 4, 18, .7);
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
  font-size: .82rem;
  font-weight: 900;
  text-shadow: none !important;
  backdrop-filter: blur(10px);
}

html body.growth-page section.growth-light-section,
html body.growth-page section.growth-pricing-section,
html body.growth-page section.growth-faq-section {
  padding: 72px 0 !important;
  background:
    radial-gradient(circle at 12% 10%, rgba(53, 199, 199, .1), transparent 30%),
    linear-gradient(180deg, #f7f3fb, #ffffff) !important;
}

html body.growth-page main > section#capabilities,
html body.growth-page main > section#growth-options,
html body.growth-page main > section#growth-faq {
  padding: 72px 0 !important;
  background:
    radial-gradient(circle at 12% 10%, rgba(53, 199, 199, .1), transparent 30%),
    linear-gradient(180deg, #f7f3fb, #ffffff) !important;
}

html body.growth-page section.growth-dark-section,
html body.growth-page section.growth-proof-section,
html body.growth-page section.growth-process-section {
  padding: 72px 0 !important;
  background:
    linear-gradient(135deg, rgba(16, 38, 75, .48), rgba(37, 18, 59, .82)),
    #090511 !important;
  border-top: 1px solid rgba(247, 220, 116, .16);
  border-bottom: 1px solid rgba(247, 220, 116, .16);
}

body.growth-page .growth-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
  align-items: end;
  gap: 34px;
  margin-bottom: 30px;
}

body.growth-page .growth-section-intro h2 {
  max-width: 15ch;
  color: #24133c !important;
  -webkit-text-fill-color: #24133c !important;
  font-size: 3rem;
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

body.growth-page .growth-section-intro > p {
  color: #51425f !important;
  -webkit-text-fill-color: #51425f !important;
}

body.growth-page .growth-dark-section .growth-section-intro h2,
body.growth-page .growth-dark-section .growth-section-intro > p,
body.growth-page .growth-process-section .growth-section-intro h2,
body.growth-page .growth-process-section .growth-section-intro > p {
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
}

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

body.growth-page .growth-capability-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(247, 220, 116, .32);
  border-radius: 18px;
  background: #0b0715;
  box-shadow: 0 24px 58px rgba(7, 4, 18, .3);
  isolation: isolate;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

body.growth-page .growth-capability-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--growth-card-image) center / cover no-repeat;
  transition: transform .4s ease, filter .4s ease;
}

body.growth-page .growth-capability-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(7, 4, 18, .04) 12%, rgba(7, 4, 18, .34) 46%, rgba(7, 4, 18, .96) 82%);
}

body.growth-page .growth-capability-card:hover,
body.growth-page .growth-capability-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(53, 199, 199, .72);
  box-shadow: 0 30px 72px rgba(7, 4, 18, .46), 0 0 32px rgba(53, 199, 199, .2);
}

body.growth-page .growth-capability-card:hover::before,
body.growth-page .growth-capability-card:focus-within::before {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.04);
}

body.growth-page .growth-capability-card h3,
body.growth-page .growth-capability-card p {
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .72) !important;
}

body.growth-page .growth-capability-card h3 {
  max-width: 19ch;
  font-size: 1.65rem;
  line-height: 1.08;
  letter-spacing: 0;
}

body.growth-page .growth-capability-card h3 {
  margin-bottom: 9px !important;
}

body.growth-page .growth-capability-card p {
  max-width: 52ch;
  margin: 9px 0 0;
  line-height: 1.55;
}

body.growth-page .growth-capability-card.site { --growth-card-image: url(../img/optimized/growth/growth-site-management.webp); }
body.growth-page .growth-capability-card.seo { --growth-card-image: url(../img/optimized/growth/growth-seo.webp); }
body.growth-page .growth-capability-card.conversion { --growth-card-image: url(../img/optimized/growth/growth-conversion.webp); }
body.growth-page .growth-capability-card.outreach { --growth-card-image: url(../img/optimized/growth/growth-content-outreach.webp); }
body.growth-page .growth-capability-card.measurement { --growth-card-image: url(../img/optimized/growth/growth-measurement.webp); }
body.growth-page .growth-capability-card.partner { --growth-card-image: url(../img/optimized/growth/growth-partner.webp); }

body.growth-page .growth-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 24px;
  align-items: stretch;
}

body.growth-page .growth-proof-copy,
body.growth-page .growth-platform-panel {
  padding: 28px;
  border: 1px solid rgba(247, 220, 116, .28);
  border-radius: 18px;
  background: rgba(7, 4, 18, .66);
  box-shadow: 0 24px 58px rgba(7, 4, 18, .26);
}

body.growth-page .growth-proof-copy :is(h2, h3, p, li),
body.growth-page .growth-platform-panel :is(h2, h3, p, li) {
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
}

body.growth-page .growth-proof-copy h2 {
  font-size: 2.5rem;
  line-height: 1.06;
  letter-spacing: 0;
}

body.growth-page .growth-platform-panel ul,
body.growth-page .growth-proof-copy ul {
  margin: 18px 0 0;
  padding-left: 19px;
}

body.growth-page .growth-platform-panel li,
body.growth-page .growth-proof-copy li {
  margin: 9px 0;
}

body.growth-page .growth-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

body.growth-page .growth-price-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(84, 52, 126, .24);
  border-radius: 18px;
  background: linear-gradient(180deg, #fffdf7, #f6f0ff);
  color: #24133c !important;
  box-shadow: 0 18px 42px rgba(7, 4, 18, .14);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.growth-page .growth-price-card:hover,
body.growth-page .growth-price-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(53, 199, 199, .72);
  box-shadow: 0 28px 62px rgba(7, 4, 18, .22);
}

body.growth-page .growth-price-card.featured {
  background:
    linear-gradient(180deg, rgba(7, 4, 18, .72), rgba(7, 4, 18, .96)),
    url(../img/optimized/growth/growth-partner.webp) center / cover no-repeat;
  border-color: rgba(247, 220, 116, .48);
}

body.growth-page .growth-price-card :is(h3, p, li, small, span, b, strong) {
  color: #24133c !important;
  -webkit-text-fill-color: #24133c !important;
  text-shadow: none !important;
}

body.growth-page .growth-price-card.featured :is(h3, p, li, small, span, b, strong) {
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
  text-shadow: 0 4px 16px rgba(0, 0, 0, .62) !important;
}

body.growth-page .growth-price-card h3 {
  font-size: 1.45rem;
  line-height: 1.22;
  letter-spacing: 0;
  min-height: 4.75rem;
  margin: 8px 0 16px !important;
}

body.growth-page .growth-price-card > p {
  margin: 0 0 8px !important;
  line-height: 1.55;
}

body.growth-page .growth-price-card ul {
  flex: 1;
  margin: 16px 0 20px;
  padding-left: 19px;
}

body.growth-page .growth-price-card li {
  margin: 8px 0;
}

body.growth-page .growth-price-card .service-menu-price {
  margin: 12px 0 18px;
  background: linear-gradient(180deg, #fffaf2, #fff3c4) !important;
  border: 1px solid rgba(36, 19, 60, .2) !important;
  border-radius: 12px;
}

body.growth-page .growth-price-card .service-menu-price :is(del, strong) {
  color: #24133c !important;
  -webkit-text-fill-color: #24133c !important;
  text-shadow: none !important;
}

body.growth-page .growth-price-card .service-menu-price small {
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
  background: #24133c !important;
  text-shadow: none !important;
}

body.growth-page .growth-price-card .btn {
  width: 100%;
  margin-top: auto;
}

body.growth-page .growth-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.growth-page .growth-process-grid article {
  padding: 22px;
  border: 1px solid rgba(247, 220, 116, .24);
  border-radius: 16px;
  background: rgba(7, 4, 18, .68);
}

body.growth-page .growth-process-grid :is(h3, p, span) {
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
}

body.growth-page .growth-process-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #f3cb75 !important;
  -webkit-text-fill-color: #f3cb75 !important;
  font-size: .8rem;
  font-weight: 1000;
  text-transform: uppercase;
}

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

body.growth-page .growth-faq-grid details {
  padding: 18px 20px;
  border: 1px solid rgba(84, 52, 126, .22);
  border-radius: 14px;
  background: #fffdf8;
  box-shadow: 0 12px 30px rgba(7, 4, 18, .1);
}

body.growth-page .growth-faq-grid summary {
  cursor: pointer;
  color: #24133c !important;
  -webkit-text-fill-color: #24133c !important;
  font-weight: 1000;
}

body.growth-page .growth-faq-grid p {
  margin: 12px 0 0;
  color: #51425f !important;
  -webkit-text-fill-color: #51425f !important;
}

body.growth-page .growth-cta-section {
  padding: 64px 0;
  background: #090511;
}

body.growth-page .growth-cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(247, 220, 116, .4);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(7, 4, 18, .94), rgba(7, 4, 18, .48)),
    url(../img/optimized/growth/growth-measurement.webp) center / cover no-repeat;
  box-shadow: 0 26px 68px rgba(7, 4, 18, .42);
}

body.growth-page .growth-cta-box :is(h2, p) {
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .66) !important;
}

body.growth-page .growth-cta-box h2 {
  max-width: 17ch;
  font-size: 2.5rem;
  line-height: 1.06;
  letter-spacing: 0;
}

@media (max-width: 980px) {
  html body .service-route-grid.growth-enabled,
  body.growth-page .growth-section-intro,
  body.growth-page .growth-proof-grid,
  body.growth-page .growth-price-grid,
  body.growth-page .growth-cta-box {
    grid-template-columns: 1fr !important;
  }

  body.growth-page .growth-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.growth-page .growth-cta-box .hero-actions {
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  html body.growth-page section.growth-light-section,
  html body.growth-page section.growth-pricing-section,
  html body.growth-page section.growth-faq-section,
  html body.growth-page section.growth-dark-section,
  html body.growth-page section.growth-proof-section,
  html body.growth-page section.growth-process-section {
    padding: 50px 0 !important;
  }

  html body.growth-page main > section#capabilities,
  html body.growth-page main > section#growth-options,
  html body.growth-page main > section#growth-faq {
    padding: 50px 0 !important;
  }

  html body .service-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body .showcase-service-card {
    flex: 1 1 calc(50% - 10px) !important;
    max-width: none !important;
  }

  html body .showcase-service-card.growth {
    flex-basis: 100% !important;
    min-height: 126px !important;
  }

  body.growth-page .growth-hero {
    min-height: 720px;
    align-items: end;
    padding: 74px 0 36px;
    background:
      linear-gradient(180deg, rgba(7, 4, 18, .18) 0%, rgba(7, 4, 18, .72) 48%, rgba(7, 4, 18, .98) 78%),
      url(../img/optimized/growth/growth-hero.webp) 67% top / auto 58% no-repeat,
      #090511;
  }

  body.growth-page .growth-hero h1 {
    font-size: 2.65rem;
    line-height: 1.06;
  }

  body.growth-page .growth-hero .lead {
    font-size: 1rem;
  }

  body.growth-page .growth-section-intro h2,
  body.growth-page .growth-proof-copy h2,
  body.growth-page .growth-cta-box h2 {
    font-size: 2.1rem;
  }

  body.growth-page .growth-capability-grid,
  body.growth-page .growth-process-grid,
  body.growth-page .growth-faq-grid {
    grid-template-columns: 1fr;
  }

  body.growth-page .growth-capability-card {
    min-height: 290px;
    padding: 20px;
  }

  body.growth-page .growth-price-card h3 {
    min-height: 0;
  }

  body.growth-page .growth-proof-copy,
  body.growth-page .growth-platform-panel,
  body.growth-page .growth-price-card,
  body.growth-page .growth-cta-box {
    padding: 22px;
  }

  body.growth-page .growth-trust-row span {
    flex: 1 1 calc(50% - 9px);
  }
}

@media (max-width: 430px) {
  html body .service-type-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.growth-page .growth-capability-card,
  body.growth-page .growth-capability-card::before,
  body.growth-page .growth-price-card {
    transition: none !important;
  }
}
