@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&family=Lexend+Deca:wght@300;400;500;600;700&family=Ancizar+Serif:wght@300;400;500;600;700;800&display=swap');
:root {
  --font-primary: 'Lexend Deca', sans-serif;
  --font-heading: 'Ancizar Serif', serif;
  --font-header: 'Figtree', sans-serif;

  --color-primary: #E94333;
  --color-primary-hover: #C9382B;

  --color-heading-text: #121941;
  --color-body-text: #515a70;
  --color-meta-text: #6b7284;
  --color-text: #121941;
  --color-background: #FCFCFA;
  --color-border: #e0e0e0;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-pill: 999px;

  --transition: all 0.2s ease;

  --container-width: 1440px;
  --container-padding: 80px;
  --section-space-desktop: 80px;
  --section-space-tablet: 72px;
  --section-space-mobile: 40px;
}

@media (max-width: 1279px) {
  .audit-main-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .audit-shell {
    grid-template-columns: 1fr;
  }

  .audit-copy-panel p {
    max-width: none;
  }

  .contact-hero-inner,
  .contact-main-inner,
  .contact-support-inner,
  .contact-mid-cta-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-main-shell,
  .contact-mid-cta-shell {
    grid-template-columns: 1fr;
  }

  .contact-trust-panel p,
  .contact-mid-cta-copy h2,
  .contact-mid-cta-copy p {
    max-width: none;
  }

  .contact-mid-cta-visual {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .audit-main-inner {
    padding: 122px 18px var(--section-space-mobile);
  }

  .audit-shell {
    gap: 18px;
    padding: 18px;
    border-radius: 24px;
  }

  .audit-copy-panel,
  .audit-form-panel {
    padding: 18px 16px;
    border-radius: 20px;
  }

  .audit-copy-panel h1 {
    font-size: 42px;
    line-height: 1.02;
  }

  .audit-copy-panel p {
    font-size: 16px;
    line-height: 1.5;
  }

  .audit-bullet-list {
    gap: 10px;
    margin-top: 24px;
  }

  .audit-bullet-list li {
    font-size: 16px;
  }

  .audit-form-grid {
    grid-template-columns: 1fr;
  }

  .audit-form-panel .sga-button-primary {
    width: 100%;
    justify-content: center;
  }

  .contact-hero-inner,
  .contact-main-inner,
  .contact-support-inner,
  .contact-mid-cta-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .contact-hero-inner {
    padding-top: 122px;
  }

  .contact-hero-copy h1 {
    font-size: 42px;
    line-height: 1.02;
  }

  .contact-hero-copy p {
    font-size: 16px;
    line-height: 1.5;
  }

  .contact-hero-actions {
    gap: 10px;
  }

  .contact-hero-actions .sga-button-primary,
  .contact-hero-actions .sga-button-secondary {
    width: 100%;
    justify-content: center;
  }

  .contact-main-shell {
    gap: 18px;
    padding: 18px;
    border-radius: 24px;
  }

  .contact-trust-panel,
  .contact-form-panel {
    padding: 18px 16px;
    border-radius: 20px;
  }

  .contact-trust-panel h2,
  .contact-mid-cta-copy h2 {
    font-size: 34px;
  }

  .contact-trust-panel p,
  .contact-mid-cta-copy p {
    font-size: 16px;
    line-height: 1.5;
  }

  .contact-trust-quote {
    margin-top: 24px;
    padding: 20px 18px 18px;
    border-radius: 20px;
  }

  .contact-trust-stars {
    font-size: 20px;
  }

  .contact-trust-quote blockquote {
    font-size: 18px;
  }

  .contact-form-grid,
  .contact-support-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-panel .sga-button-primary {
    width: 100%;
    justify-content: center;
  }

  .contact-support-card {
    padding: 22px 18px 20px;
    border-radius: 20px;
  }

  .contact-support-card h3 {
    font-size: 22px;
  }

  .contact-mid-cta-shell {
    gap: 18px;
    padding: 24px 20px;
    border-radius: 24px;
  }

  .contact-mid-cta-actions {
    width: 100%;
    gap: 10px;
  }

  .contact-mid-cta-actions .sga-button-primary,
  .contact-mid-cta-actions .footer-button-outline {
    width: 100%;
    justify-content: center;
  }

  .contact-mid-cta-visual {
    min-height: 250px;
  }

  .contact-mid-panel-main {
    left: 0;
    right: 12px;
    width: auto;
    padding: 16px 16px 18px;
  }

  .contact-mid-panel-side {
    left: 0;
    bottom: 0;
    width: 170px;
    padding: 14px 14px 12px;
  }

  .contact-visual-bars {
    height: 120px;
    gap: 10px;
    padding: 14px;
    border-radius: 18px;
  }

  .contact-mid-floating {
    padding: 8px 12px;
    font-size: 12px;
  }

  .contact-mid-floating-top {
    left: 10px;
    top: 10px;
  }

  .contact-mid-floating-bottom {
    right: 14px;
    bottom: 10px;
  }

  .booking-hero-inner {
    padding: 28px 18px 48px;
  }

  .booking-logo {
    height: 32px;
  }

  .booking-hero-copy {
    margin-top: 28px;
  }

  .booking-hero-copy h1 {
    font-size: 48px;
    line-height: 0.98;
  }

  .booking-hero-copy p {
    font-size: 16px;
    line-height: 1.5;
  }

  .booking-scheduler-shell {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .booking-scheduler-side,
  .booking-calendar-panel,
  .booking-times-panel {
    min-height: auto;
    padding: 18px 16px;
  }

  .booking-scheduler-side,
  .booking-calendar-panel {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .booking-calendar-grid span,
  .booking-calendar-grid button {
    min-height: 48px;
    font-size: 15px;
  }

  .booking-footer-inner {
    padding: 40px 18px 22px;
  }

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

  .booking-footer-column a {
    margin-top: 16px;
    font-size: 15px;
  }

  .booking-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 34px;
  }

  .booking-footer-bottom-links {
    flex-wrap: wrap;
    gap: 12px 18px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-primary);
  background: var(--color-background);
  color: var(--color-text);

  -webkit-font-smoothing: antialiased;
}

html {
  background: var(--color-background);
}

body.no-scroll {
  overflow: hidden;
}

/* TYPOGRAPHY */

h1,
h2,
.hero-title {
  font-family: var(--font-heading);
}

h3,
h4,
h5,
h6 {
  font-family: var(--font-header);
}

p {
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1.5;
}

/* LAYOUT */

.container {
  width: 100%;
  max-width: var(--container-width);

  margin: 0 auto;

  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}

/* HEADER */

.sga-header {
  font-family: var(--font-header);
  font-weight: 400;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid var(--color-border);
  background-color: rgba(255, 255, 255, 0.96);
  display: flex;
  justify-content: center;
  position: fixed;
  top: 8px;
  left: 0;
  z-index: 1000;
  transition:
    padding 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    backdrop-filter 0.25s ease,
    -webkit-backdrop-filter 0.25s ease;
}

.sga-header.is-glass {
  padding: 0;
  background-color: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}

.sga-header-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: clamp(32px, 4vw, 64px);
  justify-content: space-between;
  max-width: 1310px;
  min-height: 48px;
  padding-left: 0;
  padding-right: 0;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    border-radius 0.25s ease,
    box-shadow 0.25s ease,
    padding 0.25s ease,
    backdrop-filter 0.25s ease,
    -webkit-backdrop-filter 0.25s ease;
}

.sga-header.is-glass .sga-header-inner {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid rgba(18, 25, 65, 0.08);
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px) saturate(165%);
  -webkit-backdrop-filter: blur(16px) saturate(165%);
  box-shadow: 0 12px 32px rgba(18, 25, 65, 0.1);
}

.sga-header-logo img {
  height: 27px;
  width: auto;
  display: block;
}

/* NAVIGATION */

.sga-header-nav {
  display: flex;

  gap: 20px;

  align-items: center;
  justify-content: center;

  min-width: 0;
}

.sga-nav-wrapper {
  position: relative;
  display: inline-block;
}

.sga-nav-item {
  display: inline-flex;
  align-items: center;

  padding: 4px 8px;

  border-radius: var(--radius-sm);

  height: 36px;

  border: 2px solid transparent;

  transition: var(--transition);
}

.sga-nav-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;

  color: var(--color-heading-text);

  text-decoration: none;

  white-space: nowrap;

  display: inline-flex;
  align-items: center;

  height: 100%;
}

.sga-nav-arrow-container {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  margin-left: 9px;

  width: 8px;
  height: 16px;

  position: relative;
}

.sga-nav-arrow-down,
.sga-nav-arrow-up {
  position: absolute;

  width: 6px;
  height: 6px;

  border-right: 2px solid var(--color-heading-text);
  border-bottom: 2px solid var(--color-heading-text);

  left: 0;
}

.sga-nav-arrow-down {
  transform: rotate(45deg);
  top: 3px;
}

.sga-nav-arrow-up {
  transform: rotate(-135deg);

  top: 8px;

  border-color: #E94333;

  display: none;
}

.sga-nav-wrapper:hover .sga-nav-arrow-down {
  display: none;
}

.sga-nav-wrapper:hover .sga-nav-arrow-up {
  display: block;
}

.sga-nav-wrapper:hover .sga-nav-item.has-submenu,
.sga-nav-item.has-submenu:hover {
  border-color: #eaeaea;
}

.sga-nav-wrapper:hover .sga-nav-item:not(.has-submenu) .sga-nav-link {
  color: #E94333;
}

/* CTA BUTTONS */

.sga-header-cta {
  display: flex;
  gap: 12px;

  margin-left: auto;

  align-items: center;
}

.sga-button-primary,
.sga-button-secondary {
  font-size: 14px;

  font-weight: 700;

  text-decoration: none;

  border-radius: var(--radius-sm);

  transition: var(--transition);

  white-space: nowrap;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 44px;
  padding: 7px 16px;
}

.sga-button-primary {
  background: #E94333;
  color: white;
  border: 2px solid #E94333;
  gap: 12px;
  overflow: hidden;
  position: relative;
  padding-right: 10px;
}

.sga-button-primary:hover {
  transform: translateY(-1px);
}

.sga-button-primary::after {
  content: '';

  width: 26px;
  height: 26px;

  flex: 0 0 auto;

  border-radius: 50%;

  background-color: white;
  background-image:
    url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8H13M13 8L9 4M13 8L9 12' stroke='%23E94333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8H13M13 8L9 4M13 8L9 12' stroke='%23E94333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position:
    center,
    calc(50% - 30px) center;
  background-repeat:
    no-repeat,
    no-repeat;
  background-size:
    16px 16px,
    16px 16px;

  transition: background-position 0.35s ease;
}

.sga-button-primary:hover::after {
  background-position:
    calc(50% + 30px) center,
    center;
}

.sga-button-secondary {
  background-color: transparent;

  color: #E94333;

  border: 2px solid #E94333;
}

.sga-button-secondary:hover {
  border-color: #C9382B;
  color: #C9382B;
}

/* DROPDOWN */

.sga-submenu-simple {
  position: absolute;

  top: calc(100% + 12px);
  left: 0;

  background-color: white;

  border: 1px solid var(--color-border);

  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);

  border-radius: var(--radius-md);

  width: max-content;
  min-width: 220px;

  padding: 12px 0;

  opacity: 0;
  visibility: hidden;

  transition: opacity 0.2s ease;

  z-index: 200;
}

.sga-nav-wrapper:hover .sga-submenu-simple {
  opacity: 1;
  visibility: visible;
}

.sga-submenu-simple-link {
  font-size: 14px;
  font-weight: 500;

  color: var(--color-heading-text);

  display: flex;
  align-items: center;

  padding: 8px 14px;

  text-decoration: none;

  position: relative;

  transition: padding-left 0.2s ease;

  margin-bottom: 4px;
}

.sga-submenu-simple-link::before {
  content: '';

  width: 8px;
  height: 8px;

  background-color: #E94333;

  border-radius: 2px;

  position: absolute;

  left: 12px;

  opacity: 0;

  transition: opacity 0.2s ease;
}

.sga-submenu-simple-link:hover {
  padding-left: 28px;
}

.sga-submenu-simple-link:hover::before {
  opacity: 1;
}

.sga-nav-wrapper::after {
  content: '';

  position: absolute;

  bottom: -12px;
  left: 0;

  width: 100%;
  height: 24px;
}

/* MOBILE DEFAULTS */

.mobile-only,
.sga-mobile-menu-wrapper {
  display: none;
}

.sga-header-mobile-toggle {
  display: none;
}

/* HERO */

.hero {
  background: transparent;
}

.hero-inner {
  max-width: 1240px;

  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

  justify-content: center;
  align-items: center;

  gap: clamp(42px, 5vw, 78px);

  padding-left: 0;
  padding-right: 0;
  padding-top: 149px;
  padding-bottom: 80px;
}

.hero-content {
  max-width: 700px;
}

.hero-preheader {
  width: fit-content;

  display: inline-flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 18px;
  padding: 12px 18px;

  border: 1px solid #dedbd8;
  border-radius: var(--radius-pill);

  background: white;
  color: var(--color-heading-text);

  font-family: var(--font-header);
  font-size: 15px;
  font-weight: 600;
}

.hero-preheader-dot {
  width: 10px;
  height: 10px;

  border-radius: 50%;

  background: #E94333;
  box-shadow: 0 0 0 0 rgba(233, 67, 51, 0.45);

  animation: hero-dot-pulse 1.8s ease-out infinite;
}

.hero h1 {
  max-width: 620px;

  margin-bottom: 16px;

  color: var(--color-heading-text);

  font-size: 68px;
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 700;
}

.hero h1 span {
  display: block;
}

.hero h1 em {
  color: #E94333;
  font-style: normal;
}

.hero p {
  max-width: 590px;

  font-size: 18px;

  line-height: 1.5;

  letter-spacing: 0;

  margin-bottom: 24px;

  color: var(--color-body-text);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-visual {
  width: 100%;
  max-width: 780px;

  justify-self: end;
}

.hero-visual img {
  width: 100%;
  height: auto;

  display: block;
}

.platforms-section {
  position: relative;
  background: transparent;
}

.platforms-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: var(--section-space-desktop) 24px;
}

.platforms-shell {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.platforms-header {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.platforms-header .section-preheader {
  margin: 0 auto 18px;
}

.platforms-header h2 {
  color: var(--color-heading-text);
  font-size: 44px;
  line-height: 1.08;
  font-weight: 700;
}

.platforms-header p {
  margin-top: 16px;
  color: var(--color-body-text);
  font-size: 18px;
  line-height: 1.5;
}

.platforms-marquee {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
}

.platforms-row {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.platforms-track {
  display: flex;
  width: max-content;
  gap: 16px;
}

.platforms-row-left .platforms-track {
  animation: platforms-marquee-left 34s linear infinite;
}

.platforms-row-right .platforms-track {
  animation: platforms-marquee-right 34s linear infinite;
}

.platforms-sequence {
  display: flex;
  flex-shrink: 0;
  gap: 16px;
}

.platform-chip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 172px;
  padding: 16px 20px;
  border: 1px solid rgba(18, 25, 65, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 10px 28px rgba(18, 25, 65, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  color: rgba(18, 25, 65, 0.86);
  font-family: var(--font-header);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.platform-chip i,
.platform-chip-badge,
.platform-chip-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 11px;
  background: rgba(18, 25, 65, 0.06);
  flex-shrink: 0;
}

.platform-chip-logo {
  display: block;
  padding: 5px;
  object-fit: cover;
}

.platform-chip-badge {
  font-size: 11px;
  letter-spacing: 0.04em;
}

.platform-chip:hover {
  transform: translateY(-3px);
  border-color: rgba(18, 25, 65, 0.12);
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 14px 34px rgba(18, 25, 65, 0.08),
    0 0 0 1px rgba(205, 193, 251, 0.16);
}

@keyframes platforms-marquee-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 8px));
  }
}

@keyframes platforms-marquee-right {
  from {
    transform: translateX(calc(-50% - 8px));
  }

  to {
    transform: translateX(0);
  }
}

.challenges-section {
  background: transparent;
}

.challenges-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: var(--section-space-desktop) 24px;
}

.challenges-header {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.challenges-header .section-preheader {
  margin: 0 auto 18px;
}

.challenges-header h2 {
  color: var(--color-heading-text);
  font-family: var(--font-heading);
  font-size: 44px;
  line-height: 1.08;
  font-weight: 700;
}

.challenges-header p {
  margin-top: 16px;
  color: var(--color-body-text);
  font-size: 18px;
  line-height: 1.5;
}

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

.challenge-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 38px 40px 34px;
  border: 1px solid #0000001c;
  border-radius: 28px;
  background: #ffffff;
  background-clip: padding-box;
  clip-path: none;
  box-shadow: none;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.challenge-card:hover {
  transform: translateY(-4px);
  box-shadow: none;
}

.challenge-pill {
  width: fit-content;
  min-height: 34px;
  padding: 8px 14px;
  border: 1px solid rgba(233, 67, 51, 0.38);
  border-radius: 999px;
  color: #E94333;
  font-family: var(--font-header);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.challenge-card h3 {
  margin-top: 15px;
  color: var(--color-heading-text);
  font-family: var(--font-header);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
}

.challenge-card p {
  margin-top: 18px;
  color: var(--color-body-text);
  font-size: 16px;
  line-height: 1.5;
}

.challenge-divider {
  margin-top: auto;
  padding-top: 15px;
  border-bottom: 0;
}

.challenge-outcome {
  margin-top: 16px;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -34px;
  padding: 18px 40px 20px;
  background: rgba(233, 67, 51, 0.05);
  border-radius: 0 0 28px 28px;
  color: #E94333;
  font-family: var(--font-header);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
}

.solutions-section {
  background: transparent;
}

.solutions-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: var(--section-space-desktop) 24px;
}

.solutions-header {
  max-width: 820px;
  margin: 0 auto 36px;
  text-align: center;
}

.solutions-header .section-preheader {
  margin: 0 auto 18px;
}

.solutions-header h2 {
  color: var(--color-heading-text);
  font-size: 44px;
  line-height: 1.08;
  font-weight: 700;
}

.solutions-header p {
  margin-top: 16px;
  color: var(--color-body-text);
  font-size: 18px;
  line-height: 1.5;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.solutions-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(18, 25, 65, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(18, 25, 65, 0.06);
  overflow: hidden;
}

.solutions-card-top {
  position: relative;
  min-height: 236px;
  padding: 28px 24px 28px;
  background: #E94333;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 38px), 50% 100%, 0 calc(100% - 38px));
}

.solutions-card:nth-child(1) .solutions-card-top {
  background: #FCF1ED;
}

.solutions-card:nth-child(2) .solutions-card-top {
  background: #FCF1ED;
}

.solutions-card:nth-child(3) .solutions-card-top {
  background: #FCF1ED;
}

.solutions-card:nth-child(4) .solutions-card-top {
  background: #FCF1ED;
}

.solutions-card-top::after {
  content: none;
}

.solutions-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  color: #E94333;
  font-family: var(--font-header);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.solutions-card h3 {
  margin-top: 18px;
  color: #E94333;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 600;
  text-align: center;
}

.solutions-card p {
  margin-top: 14px;
  color: var(--color-body-text);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.solutions-card-body {
  flex: 1;
  padding: 28px 20px 24px;
}

.solutions-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.solutions-list li {
  position: relative;
  padding-left: 20px;
  color: var(--color-body-text);
  font-size: 16px;
  line-height: 1.5;
}

.solutions-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E94333;
}

.hero-flow-grid {
  position: absolute;
  inset: 8% 5%;

  border: 1px solid rgba(18, 25, 65, 0.1);
  border-radius: 18px;

  background:
    linear-gradient(90deg, rgba(18, 25, 65, 0.1) 1px, transparent 1px) 50% 50% / 33% 42%,
    linear-gradient(rgba(18, 25, 65, 0.1) 1px, transparent 1px) 50% 50% / 33% 42%;
}

.hero-flow-grid::before,
.hero-flow-grid::after {
  content: '';

  position: absolute;

  border: 1px solid rgba(18, 25, 65, 0.1);
  border-radius: 16px;
}

.hero-flow-grid::before {
  width: 44%;
  height: 48%;
  top: 22%;
  left: 18%;
}

.hero-flow-grid::after {
  width: 36%;
  height: 42%;
  top: 10%;
  right: 8%;
}

.hero-node {
  width: 7px;
  height: 7px;

  position: absolute;

  border-radius: 50%;

  background: #E94333;
  box-shadow: 0 0 0 4px rgba(233, 67, 51, 0.08);
}

.node-a { top: 17%; left: 40%; }
.node-b { top: 25%; left: 54%; }
.node-c { top: 38%; right: 21%; }
.node-d { bottom: 34%; left: 45%; }
.node-e { bottom: 27%; right: 29%; }
.node-f { top: 12%; right: 14%; }

.hero-card {
  position: absolute;

  display: flex;

  border: 1px solid rgba(18, 25, 65, 0.06);
  border-radius: 8px;

  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(18, 25, 65, 0.08);

  color: var(--color-heading-text);
  font-family: var(--font-header);
}

.hero-card-label {
  display: block;

  color: var(--color-body-text);

  font-size: 12px;
  font-weight: 700;
}

.hero-card strong {
  display: block;

  margin-top: 7px;

  color: var(--color-heading-text);

  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.hero-card small {
  display: block;

  margin-top: 7px;

  color: var(--color-body-text);

  font-size: 11px;
  line-height: 1.2;
  font-weight: 500;
}

.hero-card-icon {
  width: 34px;
  height: 34px;

  flex: 0 0 auto;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;

  background: #fff3ef;
  color: #E94333;

  font-weight: 800;
}

.hero-card-small {
  width: 156px;
  min-height: 154px;

  flex-direction: column;
  gap: 10px;

  padding: 16px;
}

.hero-card-traffic {
  top: 24%;
  left: 6%;
}

.hero-card-lead {
  top: 6%;
  left: 40%;

  width: 210px;

  align-items: center;
  gap: 14px;

  padding: 16px;
}

.hero-card-lead strong {
  margin-top: 5px;

  font-size: 12px;
}

.hero-status-dot {
  width: 8px;
  height: 8px;

  position: absolute;
  top: 14px;
  right: 12px;

  border-radius: 50%;

  background: #E94333;
}

.hero-card-main {
  width: 238px;
  min-height: 154px;

  top: 39%;
  left: 41%;

  flex-direction: column;

  padding: 20px;
}

.hero-card-main strong {
  font-size: 28px;
}

.hero-card-rankings {
  width: 150px;
  min-height: 140px;

  top: 23%;
  right: 3%;

  flex-direction: column;

  padding: 16px;
}

.hero-card-rankings strong span,
.hero-card-email small,
.hero-card-deals small {
  color: #E94333;
}

.hero-card-automation {
  width: 154px;

  bottom: 12%;
  left: 8%;

  flex-direction: column;
  gap: 8px;

  padding: 14px;
}

.automation-title {
  display: flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 2px;

  font-size: 12px;
}

.hero-card-automation span:not(.hero-card-icon) {
  display: block;

  padding: 8px 10px;

  border: 1px solid rgba(18, 25, 65, 0.08);
  border-radius: 5px;

  font-size: 10px;
  font-weight: 600;
}

.hero-card-deals {
  width: 152px;

  bottom: 7%;
  left: 41%;

  align-items: center;
  gap: 12px;

  padding: 16px;
}

.hero-card-deals strong {
  font-size: 18px;
}

.hero-card-email {
  width: 146px;
  min-height: 128px;

  right: 4%;
  bottom: 10%;

  flex-direction: column;

  padding: 14px;
}

.mail-icon,
.search-icon,
.person-icon {
  position: relative;
}

.mail-icon {
  width: 18px;
  height: 14px;

  margin-bottom: 8px;

  border: 2px solid #121941;
  border-radius: 3px;
}

.mail-icon::before,
.mail-icon::after {
  content: '';

  position: absolute;
  top: 4px;

  width: 9px;
  height: 2px;

  background: #121941;
}

.mail-icon::before {
  left: 0;
  transform: rotate(35deg);
}

.mail-icon::after {
  right: 0;
  transform: rotate(-35deg);
}

.search-icon::before {
  content: '';

  width: 11px;
  height: 11px;

  border: 2px solid #121941;
  border-radius: 50%;
}

.search-icon::after {
  content: '';

  width: 8px;
  height: 2px;

  position: absolute;
  right: 7px;
  bottom: 8px;

  border-radius: 999px;

  background: #121941;

  transform: rotate(45deg);
}

.person-icon::before,
.person-icon::after {
  content: '';

  position: absolute;
  left: 50%;

  border: 2px solid #E94333;

  transform: translateX(-50%);
}

.person-icon::before {
  width: 10px;
  height: 10px;

  top: 6px;

  border-radius: 50%;
}

.person-icon::after {
  width: 20px;
  height: 12px;

  bottom: 5px;

  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.mini-chart {
  width: 100%;
  height: 54px;

  margin-top: auto;

  overflow: visible;
}

.mini-chart path,
.growth-line path {
  fill: none;
  stroke: #E94333;
  stroke-width: 3;
  stroke-linecap: round;
}

.bar-chart {
  height: 62px;

  display: flex;
  align-items: end;
  gap: 12px;

  margin-top: 16px;
  padding-left: 24px;
}

.bar-chart span {
  width: 22px;

  display: block;

  border-radius: 2px 2px 0 0;

  background: #ffe8df;
}

.growth-line {
  position: absolute;
  right: 16px;
  bottom: 18px;

  width: 198px;
  height: 76px;
}

@keyframes hero-dot-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(233, 67, 51, 0.45);
  }

  70% {
    box-shadow: 0 0 0 9px rgba(233, 67, 51, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(233, 67, 51, 0);
  }
}

/* SHARED SECTION ELEMENTS */

.section-preheader {
  width: fit-content;

  display: inline-flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 18px;
  padding: 12px 18px;

  border: 1px solid #dedbd8;
  border-radius: var(--radius-pill);

  background: white;
  color: var(--color-heading-text);

  font-family: var(--font-header);
  font-size: 15px;
  font-weight: 600;
}

.section-preheader-dot {
  width: 10px;
  height: 10px;

  border-radius: 50%;

  background: #E94333;
  box-shadow: 0 0 0 0 rgba(233, 67, 51, 0.45);

  animation: hero-dot-pulse 1.8s ease-out infinite;
}

/* PROCESS SECTION */

.process-section {
  background: transparent;
}

.process-section-inner {
  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
  padding: var(--section-space-desktop) 0;
}

.process-section {
  background: transparent;
}

.process-section-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: var(--section-space-desktop) 0;
}

.process-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: start;
}

.process-section-header .section-preheader {
  width: fit-content;
  margin-bottom: 18px;
}

.process-section-header h2 {
  max-width: 620px;
  color: var(--color-heading-text);
  font-size: 38px;
  line-height: 1.12;
  font-weight: 700;
}

.process-intro {
  padding-top: 8px;
}

.process-intro p {
  max-width: 520px;
  color: var(--color-body-text);
  font-size: 18px;
  line-height: 1.5;
}

.process-intro .sga-button-primary {
  margin-top: 24px;
}

.process-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 250px;
  gap: 28px;
  margin-top: 64px;
  padding-top: 30px;
}

.process-steps::before {
  display: none;
}

.process-step {
  position: relative;
}

.process-step::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 24px;
  width: calc(100% + 28px);
  height: 1px;
  background: #d8d4cc;
  z-index: 0;
}

.process-step:last-child::before {
  display: none;
}

.process-step-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 32px;
  padding: 0 18px;
  background: #f4cc63;
  color: var(--color-heading-text);
  font-family: var(--font-header);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
}

.process-step:nth-child(2) .process-step-badge {
  background: #9bd4f4;
}

.process-step:nth-child(3) .process-step-badge {
  background: #e2c9f6;
}

.process-step:nth-child(4) .process-step-badge {
  background: #bfe7c9;
}

.process-step h3 {
  margin-top: 24px;
  color: var(--color-heading-text);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 600;
}

.process-step p {
  margin-top: 14px;
  color: var(--color-body-text);
  font-size: 16px;
  line-height: 1.5;
}

.feedback-section {
  background: transparent;
}

.feedback-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: var(--section-space-desktop) 0;
}

.feedback-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feedback-header .section-preheader {
  margin-bottom: 18px;
}

.feedback-header h2 {
  max-width: 760px;
  color: var(--color-heading-text);
  font-size: 38px;
  line-height: 1.12;
  font-weight: 700;
}

.feedback-header p {
  max-width: 820px;
  margin-top: 16px;
  color: var(--color-body-text);
  font-size: 18px;
  line-height: 1.5;
}

.feedback-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.feedback-card {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  row-gap: 14px;
  min-height: 100%;
  padding: 28px 24px 24px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid transparent;
  box-shadow: 0 6px 18px rgba(18, 25, 65, 0.03);
  transition:
    transform 0.42s ease,
    box-shadow 0.42s ease,
    border-color 0.42s ease;
}

.feedback-card > * {
  position: relative;
  z-index: 1;
}

.feedback-card-large {
  min-height: 252px;
}

.feedback-card-large {
  grid-column: span 3;
}

.feedback-card:not(.feedback-card-large) {
  grid-column: span 2;
  min-height: 286px;
}

.feedback-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(18, 25, 65, 0.09);
}

.feedback-card h3 {
  color: var(--color-heading-text);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 600;
}

.feedback-card p {
  margin-top: 0;
  color: var(--color-body-text);
  font-size: 16px;
  line-height: 1.55;
}

.feedback-card-image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 0;
  border-radius: 18px;
}

.feedback-card-sun {
  background: #ffffff;
}

.feedback-card-lilac {
  background: #ffffff;
}

.feedback-card-sky {
  background: #ffffff;
}

.feedback-card-rose {
  background: #ffffff;
}

.feedback-card-ivory {
  background: #ffffff;
}

.resources-section {
  background: transparent;
}

.resources-page {
  background: transparent;
}

.resources-hero-section {
  background: #4C1437;
}

.resources-hero-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 172px 0 96px;
}

.resources-hero-copy {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.resources-hero-copy h1 {
  color: #ffffff;
  font-size: 72px;
  line-height: 0.95;
  font-weight: 700;
}

.resources-hero-copy p {
  max-width: 760px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.5;
}

.resources-page-listing .resources-inner {
  padding-top: 48px;
}

.resources-topics {
  margin-bottom: 28px;
}

.resources-topics-title {
  color: var(--color-heading-text);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 600;
}

.resources-topics-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.resources-topic-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  border: 1px solid #e2ddd6;
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-heading-text);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.resources-topic-button:hover {
  border-color: rgba(233, 67, 51, 0.24);
  box-shadow: 0 6px 14px rgba(18, 25, 65, 0.05);
  transform: translateY(-1px);
}

.resources-topic-button.is-active {
  border-color: #e94333;
  background: #e94333;
  color: #ffffff;
  box-shadow: none;
}

.resources-page-listing .resources-grid {
  margin-top: 0;
}

.resource-card-link {
  color: inherit;
  text-decoration: none;
}

.resource-card-link:hover,
.blog-related-link:hover {
  color: inherit;
}

.blog-page {
  background: #ffffff;
}

.blog-hero-section,
.blog-article-section,
.blog-related-section {
  background: #ffffff;
}

.blog-hero-section {
  background: #F4F2F1;
}

.blog-hero-inner,
.blog-article-inner,
.blog-pre-related-cta-inner,
.blog-related-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: var(--section-space-desktop) 24px;
}

.blog-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.92fr);
  gap: 44px;
  align-items: stretch;
  padding-top: 148px;
}

.blog-hero-copy {
  display: grid;
  align-content: start;
  align-self: start;
}

.blog-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.blog-hero-section .blog-hero-copy h1,
.blog-hero-section .blog-hero-readtime,
.blog-hero-section .blog-meta-item strong {
  color: var(--color-heading-text);
}

.blog-hero-section .blog-meta-label {
  color: var(--color-meta-text);
}

.blog-hero-copy h1 {
  max-width: 760px;
  color: var(--color-heading-text);
  font-family: var(--font-header);
  font-size: 56px;
  line-height: 1.02;
  font-weight: 700;
}

.blog-hero-readtime {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: var(--color-heading-text);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}

.blog-readtime-icon {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  opacity: 0.78;
}

.blog-readtime-icon::before,
.blog-readtime-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  border-radius: 999px;
}

.blog-readtime-icon::before {
  width: 1.5px;
  height: 5px;
  transform: translate(-50%, -92%);
}

.blog-readtime-icon::after {
  width: 4px;
  height: 1.5px;
  transform: translate(-2%, -50%);
  transform-origin: left center;
}

.blog-hero-meta-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.25fr) repeat(2, minmax(150px, 1fr));
  gap: 22px 28px;
  margin-top: 30px;
}

.blog-meta-item {
  display: grid;
  align-content: start;
  gap: 8px;
}

.blog-meta-item-readtime-mobile {
  display: none;
}

.blog-meta-item-author {
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.blog-author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}

.blog-meta-label {
  display: block;
  color: var(--color-meta-text);
  font-size: 14px;
  line-height: 1.35;
}

.blog-meta-item strong {
  display: block;
  color: var(--color-heading-text);
  font-family: var(--font-header);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.blog-hero-visual {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #f3f8f5;
}

.blog-hero-media {
  width: 100%;
  height: 100%;
  display: block;
  transform: none;
  transform-origin: center center;
  object-fit: cover;
  object-position: center center;
}

.blog-hero-media-illustration {
  position: relative;
  overflow: hidden;
}

.blog-article-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.29fr) minmax(0, 0.71fr);
  gap: 48px;
  align-items: start;
}

.blog-article-body {
  padding: 0 60px;
}

.blog-sidebar {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 18px;
}

.blog-sidebar-card {
  padding: 22px 20px;
  border: 1px solid #ece7df;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(18, 25, 65, 0.04);
}

.blog-sidebar-card h2 {
  color: var(--color-heading-text);
  font-family: var(--font-header);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.blog-toc-card {
  overflow: hidden;
}

.blog-toc-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-heading-text);
  font-family: var(--font-header);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.blog-toc-toggle-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.blog-toc-toggle-icon::before,
.blog-toc-toggle-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1.75px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.blog-toc-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.blog-toc-card.is-open .blog-toc-toggle-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.2);
}

.blog-toc-panel {
  height: 0;
  overflow: hidden;
  transition: height 0.26s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-toc {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.blog-toc a {
  color: var(--color-body-text);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.45;
}

.blog-toc a:hover {
  color: #E94333;
}

.blog-toc a.is-active {
  color: #E94333;
  font-weight: 600;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.blog-sidebar-cta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background: #fef3e2;
  border-color: transparent;
}

.blog-sidebar-cta h3 {
  margin: 0;
  color: var(--color-heading-text);
  font-family: var(--font-header);
  font-size: 34px;
  line-height: 1.08;
  font-weight: 500;
}

.blog-sidebar-cta p {
  margin: 0;
  color: var(--color-body-text);
  font-size: 16px;
  line-height: 1.55;
}

.blog-sidebar-cta > .sga-button-primary {
  align-self: flex-start;
}

.blog-sidebar-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.blog-sidebar-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(18, 25, 65, 0.08);
  border-radius: 14px;
  background: #ffffff;
  color: var(--color-heading-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.4;
  outline: none;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.blog-sidebar-form input::placeholder {
  color: #8b92a8;
}

.blog-sidebar-form input:focus {
  border-color: rgba(233, 67, 51, 0.42);
  box-shadow: 0 0 0 4px rgba(233, 67, 51, 0.08);
}

.blog-sidebar-form .sga-button-primary {
  width: 100%;
  justify-content: center;
}

.blog-sidebar-note {
  display: block;
  margin-top: 14px;
  color: var(--color-meta-text);
  font-size: 13px;
  line-height: 1.5;
}

.blog-intro,
.blog-article-body p {
  color: var(--color-body-text);
  font-size: 18px;
  line-height: 1.75;
}

.blog-article-body ul {
  margin: 14px 0 0;
  padding-left: 24px;
  color: var(--color-body-text);
}

.blog-article-body li {
  color: var(--color-body-text);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
}

.blog-article-body li + li {
  margin-top: 8px;
}

.blog-article-body li::marker {
  color: var(--color-primary);
}

.blog-article-body li strong {
  color: var(--color-heading-text);
  font-weight: 700;
}

.blog-article-body section + section {
  margin-top: 34px;
}

.blog-intro + section {
  margin-top: 24px;
}

.blog-article-body h2 {
  margin-bottom: 14px;
  color: var(--color-heading-text);
  font-family: var(--font-header);
  font-size: 34px;
  line-height: 1.25;
  font-weight: 500;
}

.blog-related-header h2 {
  color: var(--color-heading-text);
  font-size: 38px;
  line-height: 1.1;
  font-weight: 700;
}

.blog-related-inner .resources-grid {
  margin-top: 28px;
}

.blog-related-link {
  color: inherit;
  text-decoration: none;
}

.why-page {
  background: transparent;
}

.why-section {
  background: transparent;
}

.why-section-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: var(--section-space-desktop) 24px;
}

.why-us-hero-section {
  background: #f7efe8;
}

.why-section-header {
  max-width: 780px;
}

.why-section-header .section-preheader {
  margin-bottom: 18px;
}

.why-section-header h2 {
  color: var(--color-heading-text);
  font-size: 44px;
  line-height: 1.08;
  font-weight: 700;
}

.why-section-header p {
  max-width: 760px;
  margin-top: 16px;
  color: var(--color-body-text);
  font-size: 18px;
  line-height: 1.5;
}

.why-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.why-info-card,
.why-solution-card,
.why-outcome-card {
  padding: 26px 22px 24px;
  border: 1px solid rgba(18, 25, 65, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(18, 25, 65, 0.04);
}

.why-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(233, 67, 51, 0.08);
  color: #E94333;
  font-size: 18px;
}

.why-info-card h3,
.why-solution-card h3,
.why-outcome-card h3,
.why-comparison-section .comparison-panel h3 {
  margin-top: 18px;
  color: var(--color-heading-text);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
}

.why-info-card p,
.why-solution-card p,
.why-outcome-card p {
  margin-top: 14px;
  color: var(--color-body-text);
  font-size: 16px;
  line-height: 1.5;
}

.why-solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.why-outcomes-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 34px;
}

.why-outcome-featured {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 32px 28px 28px;
  border-radius: 28px;
  border: 1px solid rgba(18, 25, 65, 0.08);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(18, 25, 65, 0.05);
}

.why-outcome-featured strong {
  color: var(--color-heading-text);
  font-family: var(--font-header);
  font-size: 86px;
  line-height: 0.9;
  font-weight: 700;
}

.why-outcome-featured p {
  max-width: 360px;
  margin-top: 18px;
  color: var(--color-body-text);
  font-size: 18px;
  line-height: 1.5;
}

.why-outcome-featured .sga-button-primary {
  margin-top: 26px;
  align-self: flex-start;
}

.why-outcomes-stack {
  display: grid;
  gap: 20px;
}

.why-comparison-section .comparison-header {
  max-width: 760px;
  margin: 0 0 34px;
  text-align: left;
}

.why-comparison-section .comparison-header .section-preheader {
  margin: 0 0 18px;
}

.why-comparison-section .comparison-header p {
  margin-top: 16px;
  color: var(--color-body-text);
  font-size: 18px;
  line-height: 1.5;
}

.why-comparison-section .comparison-panel h3 {
  margin-top: 18px;
}

.why-comparison-section .comparison-list {
  margin-top: 22px;
}

.why-final-cta-actions {
  display: inline-flex;
  gap: 12px;
  margin-top: 24px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-page {
  background: transparent;
}

.contact-hero-section,
.contact-main-section,
.contact-support-section,
.contact-mid-cta-section {
  background: transparent;
}

.contact-hero-inner,
.contact-main-inner,
.contact-support-inner,
.contact-mid-cta-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: var(--section-space-desktop) 24px;
}

.contact-hero-inner {
  padding-top: 148px;
}

.contact-hero-copy {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.contact-hero-copy .section-preheader {
  margin: 0 auto 18px;
}

.contact-hero-copy h1 {
  color: var(--color-heading-text);
  font-size: 60px;
  line-height: 0.98;
  font-weight: 700;
}

.contact-hero-copy p {
  max-width: 860px;
  margin: 18px auto 0;
  color: var(--color-body-text);
  font-size: 18px;
  line-height: 1.5;
}

.contact-hero-actions {
  justify-content: center;
  margin-top: 26px;
}

.contact-main-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  padding: 28px;
  border: 1px solid rgba(18, 25, 65, 0.08);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(18, 25, 65, 0.05);
}

.contact-trust-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 10px 12px 6px;
}

.contact-trust-panel h2 {
  max-width: 440px;
  color: var(--color-heading-text);
  font-size: 44px;
  line-height: 1.08;
  font-weight: 700;
}

.contact-trust-panel p {
  max-width: 460px;
  margin-top: 18px;
  color: var(--color-body-text);
  font-size: 18px;
  line-height: 1.5;
}

.contact-trust-quote {
  margin-top: 34px;
  padding: 26px 24px 22px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(18, 25, 65, 0.06);
}

.contact-trust-stars {
  color: #E94333;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.contact-trust-quote blockquote {
  margin-top: 18px;
  color: var(--color-heading-text);
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
}

.contact-trust-quote span {
  display: inline-flex;
  margin-top: 16px;
  color: var(--color-body-text);
  font-size: 15px;
  line-height: 1.5;
}

.contact-form-panel {
  padding: 28px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(18, 25, 65, 0.06);
}

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

.contact-field {
  display: grid;
  gap: 10px;
}

.contact-field span {
  color: var(--color-heading-text);
  font-family: var(--font-header);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(18, 25, 65, 0.08);
  border-radius: 14px;
  background: #ffffff;
  color: var(--color-heading-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  outline: none;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #8b92a8;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: rgba(233, 67, 51, 0.42);
  box-shadow: 0 0 0 4px rgba(233, 67, 51, 0.08);
}

.contact-field textarea {
  min-height: 148px;
  resize: vertical;
}

.contact-field-full {
  grid-column: 1 / -1;
}

.contact-form-panel .sga-button-primary {
  margin-top: 22px;
}

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

.contact-support-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 26px 24px 24px;
  border: 1px solid rgba(18, 25, 65, 0.08);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(18, 25, 65, 0.04);
}

.contact-support-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(233, 67, 51, 0.08);
  color: #E94333;
  font-size: 18px;
}

.contact-support-card h3 {
  margin-top: 18px;
  color: var(--color-heading-text);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
}

.contact-support-card p {
  margin-top: 14px;
  color: var(--color-body-text);
  font-size: 16px;
  line-height: 1.5;
}

.contact-support-button {
  margin-top: 20px;
  border-color: rgba(18, 25, 65, 0.12);
  color: var(--color-heading-text);
}

.contact-support-button:hover {
  background: rgba(18, 25, 65, 0.04);
  border-color: rgba(18, 25, 65, 0.18);
}

.contact-mid-cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 32px;
  align-items: center;
  padding: 42px 40px;
  border-radius: 32px;
  background: #031526;
  box-shadow: 0 18px 40px rgba(18, 25, 65, 0.1);
  overflow: hidden;
}

.contact-mid-cta-copy h2 {
  max-width: 620px;
  color: #ffffff;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 700;
}

.contact-mid-cta-copy p {
  max-width: 620px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.5;
}

.contact-mid-cta-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.contact-mid-cta-visual {
  position: relative;
  min-height: 320px;
}

.contact-mid-panel {
  position: absolute;
  border-radius: 26px;
  background: rgba(255, 249, 242, 0.98);
  box-shadow: 0 24px 40px rgba(35, 4, 10, 0.22);
}

.contact-mid-panel-main {
  top: 22px;
  right: 18px;
  width: min(380px, 100%);
  padding: 20px 22px 24px;
}

.contact-mid-panel-side {
  left: 18px;
  bottom: 26px;
  width: 210px;
  padding: 18px 18px 16px;
}

.contact-visual-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(233, 67, 51, 0.08);
  color: #E94333;
  font-family: var(--font-header);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

.contact-visual-bars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 12px;
  height: 150px;
  margin-top: 24px;
  padding: 18px;
  border-radius: 22px;
  background: #fff4ec;
}

.contact-visual-bars span {
  border-radius: 14px 14px 10px 10px;
  background: linear-gradient(180deg, rgba(91, 11, 20, 0.18) 0%, rgba(233, 67, 51, 0.92) 100%);
}

.contact-visual-bars span:nth-child(1) { height: 48%; }
.contact-visual-bars span:nth-child(2) { height: 68%; }
.contact-visual-bars span:nth-child(3) { height: 88%; }

.contact-visual-growth-line {
  position: relative;
  height: 50px;
  margin-top: 18px;
}

.contact-visual-growth-line::before,
.contact-visual-growth-line::after {
  content: "";
  position: absolute;
}

.contact-visual-growth-line::before {
  inset: 16px 0 0;
  border-top: 2px solid rgba(91, 11, 20, 0.18);
  border-right: 2px solid rgba(91, 11, 20, 0.18);
  border-radius: 0 18px 0 0;
}

.contact-visual-growth-line::after {
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  border-top: 3px solid #E94333;
  border-right: 3px solid #E94333;
  transform: rotate(12deg);
}

.contact-visual-kpi + .contact-visual-kpi {
  margin-top: 18px;
}

.contact-visual-kpi-label {
  display: block;
  color: var(--color-meta-text);
  font-family: var(--font-header);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.contact-visual-kpi strong {
  display: block;
  margin-top: 10px;
  color: var(--color-heading-text);
  font-family: var(--font-header);
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
}

.contact-mid-floating {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 249, 242, 0.94);
  box-shadow: 0 18px 34px rgba(35, 4, 10, 0.18);
  color: var(--color-heading-text);
  font-family: var(--font-header);
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
}

.contact-mid-floating i {
  color: #E94333;
}

.contact-mid-floating-top {
  left: 44px;
  top: 24px;
}

.contact-mid-floating-bottom {
  right: 54px;
  bottom: 18px;
}

.booking-page {
  background: #FCFCFA;
}

.booking-hero-section {
  background: #F4F2F1;
}

.booking-hero-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 38px 24px 72px;
}

.booking-logo-link {
  display: flex;
  justify-content: center;
}

.booking-logo {
  width: auto;
  height: 42px;
  display: block;
}

.booking-hero-copy {
  max-width: 860px;
  margin: 34px auto 0;
  text-align: center;
}

.booking-pill {
  margin-left: auto;
  margin-right: auto;
}

.booking-hero-copy h1 {
  max-width: 840px;
  margin: 20px auto 0;
  color: var(--color-heading-text);
  font-family: var(--font-header);
  font-size: 74px;
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: 0;
}

.booking-hero-copy p {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--color-body-text);
  font-size: 18px;
  line-height: 1.5;
}

.booking-scheduler-shell {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.45fr) minmax(250px, 0.86fr);
  gap: 0;
  margin-top: 46px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.booking-scheduler-side,
.booking-calendar-panel,
.booking-times-panel {
  min-height: 520px;
  padding: 22px 20px;
}

.booking-scheduler-side,
.booking-calendar-panel {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.booking-host-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f7704d 0%, #5B0B14 100%);
  color: #ffffff;
  font-family: var(--font-header);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.booking-host-name {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--font-header);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}

.booking-scheduler-side h2 {
  margin-top: 10px;
  color: #ffffff;
  font-family: var(--font-header);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
}

.booking-scheduler-side p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.6;
}

.booking-meta-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.booking-meta-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.4;
}

.booking-meta-list i {
  color: rgba(255, 255, 255, 0.66);
  width: 16px;
  text-align: center;
}

.booking-calendar-top,
.booking-times-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.booking-calendar-top h3,
.booking-times-top strong {
  color: #ffffff;
  font-family: var(--font-header);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.booking-calendar-arrows {
  display: inline-flex;
  gap: 8px;
}

.booking-calendar-arrows button,
.booking-time-toggle button,
.booking-calendar-grid button,
.booking-times-list button {
  appearance: none;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.booking-calendar-arrows button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: transparent;
  color: rgba(255, 255, 255, 0.44);
}

.booking-calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  margin-top: 24px;
}

.booking-calendar-weekdays span {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-header);
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.booking-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.booking-calendar-grid span,
.booking-calendar-grid button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  font-family: var(--font-header);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.booking-calendar-grid span.is-muted {
  background: transparent;
  color: rgba(255, 255, 255, 0.34);
}

.booking-calendar-grid button.is-active {
  background: #ffffff;
  color: #121212;
  font-weight: 600;
}

.booking-time-toggle {
  display: inline-flex;
  padding: 3px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.booking-time-toggle button {
  min-width: 40px;
  min-height: 32px;
  border-radius: 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-header);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.booking-time-toggle button.is-active {
  background: #111111;
  color: #ffffff;
}

.booking-times-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.booking-times-list button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-header);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.booking-hubspot-embed-shell {
  display: block;
  min-height: 720px;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.booking-hubspot-embed-shell .meetings-iframe-container,
.booking-hubspot-embed-shell iframe {
  width: 100%;
  min-height: 720px;
}

.booking-footer {
  background: #FCFCFA;
}

.legal-page {
  background: #ffffff;
}

.legal-hero-section {
  background: #F4F2F1;
}

.legal-hero-inner,
.legal-content-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: var(--section-space-desktop) 24px;
}

.legal-hero-inner {
  padding-top: 148px;
  text-align: center;
}

.legal-hero-inner .section-preheader {
  margin-left: auto;
  margin-right: auto;
}

.legal-hero-inner h1 {
  margin-top: 22px;
  color: var(--color-heading-text);
  font-family: var(--font-header);
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
}

.legal-hero-inner p {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--color-body-text);
  font-size: 18px;
  line-height: 1.65;
}

.legal-content-card {
  color: var(--color-body-text);
  font-size: 17px;
  line-height: 1.75;
}

.legal-content-card h2 {
  margin-top: 46px;
  color: var(--color-heading-text);
  font-family: var(--font-header);
  font-size: 34px;
  line-height: 1.2;
  font-weight: 600;
}

.legal-content-card h3 {
  margin-top: 28px;
  color: var(--color-heading-text);
  font-family: var(--font-header);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
}

.legal-content-card p,
.legal-content-card ul {
  margin-top: 14px;
}

.legal-content-card ul {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}

.legal-content-card strong {
  color: var(--color-heading-text);
  font-weight: 600;
}

.legal-content-card a {
  color: #E94333;
  text-decoration: none;
  font-weight: 600;
}

.legal-content-card a:hover {
  color: #C9382B;
}

.booking-footer-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 56px 24px 24px;
}

.booking-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.booking-footer-logo-link {
  display: inline-flex;
}

.booking-footer-logo {
  width: auto;
  height: 38px;
  display: block;
}

.booking-footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 26px;
}

.booking-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--color-heading-text);
  text-decoration: none;
  font-size: 20px;
}

.booking-footer-brand p,
.booking-footer-brand a {
  display: block;
  max-width: 260px;
  margin-top: 14px;
  color: var(--color-body-text);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.65;
}

.booking-footer-column h3 {
  color: var(--color-heading-text);
  font-family: var(--font-header);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.booking-footer-column a {
  display: block;
  margin-top: 22px;
  color: var(--color-body-text);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.45;
}

.booking-footer-column a:hover,
.booking-footer-brand a:hover {
  color: #E94333;
}

.booking-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 50px;
  padding-top: 22px;
  border-top: 1px solid rgba(18, 25, 65, 0.14);
  color: var(--color-body-text);
  font-size: 14px;
  line-height: 1.4;
}

.booking-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.booking-footer-bottom-links a {
  color: var(--color-body-text);
  text-decoration: none;
}

.booking-footer-bottom-links a:hover {
  color: #E94333;
}

.audit-page {
  background: transparent;
}

.audit-main-section {
  background: transparent;
}

.audit-main-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 148px 24px var(--section-space-desktop);
}

.audit-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
  padding: 28px;
  border: 1px solid rgba(18, 25, 65, 0.08);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(18, 25, 65, 0.05);
}

.audit-copy-panel {
  display: flex;
  flex-direction: column;
  padding: 8px 10px 8px 6px;
}

.audit-copy-panel .section-preheader {
  margin-bottom: 18px;
}

.audit-copy-panel h1 {
  max-width: 560px;
  color: var(--color-heading-text);
  font-size: 58px;
  line-height: 0.98;
  font-weight: 700;
}

.audit-copy-panel p {
  max-width: 560px;
  margin-top: 18px;
  color: var(--color-body-text);
  font-size: 18px;
  line-height: 1.5;
}

.audit-bullet-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.audit-bullet-list li {
  position: relative;
  padding-left: 24px;
  color: var(--color-body-text);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.audit-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E94333;
}

.audit-form-panel {
  padding: 28px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(18, 25, 65, 0.06);
}

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

.audit-form-panel .sga-button-primary {
  margin-top: 22px;
}

@media (max-width: 1279px) {
  .why-section-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .why-problem-grid,
  .why-solution-grid,
  .why-outcomes-grid,
  .why-comparison-section .comparison-grid {
    grid-template-columns: 1fr;
  }

  .why-outcomes-stack {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .why-section-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .why-section-header h2 {
    font-size: 34px;
  }

  .why-section-header p,
  .why-comparison-section .comparison-header p,
  .why-outcome-featured p {
    font-size: 16px;
    line-height: 1.5;
  }

  .why-problem-grid,
  .why-solution-grid {
    gap: 16px;
    margin-top: 28px;
  }

  .why-info-card,
  .why-solution-card,
  .why-outcome-card {
    padding: 22px 18px 20px;
    border-radius: 20px;
  }

  .why-info-card h3,
  .why-solution-card h3,
  .why-outcome-card h3,
  .why-comparison-section .comparison-panel h3 {
    font-size: 22px;
  }

  .why-info-card p,
  .why-solution-card p,
  .why-outcome-card p {
    font-size: 15px;
    line-height: 1.5;
  }

  .why-outcomes-grid {
    gap: 16px;
    margin-top: 28px;
  }

  .why-outcome-featured {
    padding: 26px 20px 22px;
    border-radius: 22px;
  }

  .why-outcome-featured strong {
    font-size: 68px;
  }

  .why-outcomes-stack {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .why-final-cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .why-final-cta-actions .sga-button-primary,
  .why-final-cta-actions .footer-button-outline {
    width: 100%;
    justify-content: center;
  }
}

.resources-inner {
  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
  padding: var(--section-space-desktop) 0;
}

.resources-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.resources-header .section-preheader {
  margin-bottom: 18px;
}

.resources-header h2 {
  max-width: 760px;

  color: var(--color-heading-text);

  font-size: 38px;
  line-height: 1.12;
  font-weight: 700;
}

.resources-header p {
  max-width: 760px;

  margin-top: 16px;

  color: var(--color-body-text);

  font-size: 18px;
  line-height: 1.5;
}

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

  margin-top: 34px;
}

.resource-card {
  display: grid;
  grid-template-rows: 190px 1fr;
  min-height: 100%;

  border: 1px solid #ece7df;
  border-radius: 16px;

  background: #fff;
  overflow: hidden;

  box-shadow: 0 6px 18px rgba(18, 25, 65, 0.04);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.resource-card:hover {
  border-color: #ece7df;
  box-shadow: 0 12px 28px rgba(18, 25, 65, 0.06);
}

.resource-card-media {
  position: relative;

  min-height: 0;
  height: 190px;
  padding: 20px;
  overflow: hidden;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);

  background:
    radial-gradient(circle at 15% 18%, rgba(226, 240, 240, 0.9) 0, rgba(226, 240, 240, 0.9) 4px, transparent 4px),
    radial-gradient(circle at 85% 22%, rgba(226, 240, 240, 0.9) 0, rgba(226, 240, 240, 0.9) 4px, transparent 4px),
    linear-gradient(180deg, #fbfcfb 0%, #f5faf9 100%);
}

.resource-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  border-radius: 0;
}

.resource-card-media-image {
  padding: 0;
  background: none;
}

.resource-card:hover .resource-card-media {
  transform: scale(1.03);
}

.resource-card-body {
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: start;
  padding: 10px 16px 16px;
}

.resource-category {
  display: inline-flex;
  align-items: center;
  justify-self: start;

  min-height: 34px;
  padding: 8px 16px;

  border-radius: 999px;

  border: 1px solid rgba(233, 67, 51, 0.45);
  background: #ffffff;
  color: #E94333;
  text-decoration: none;

  font-family: var(--font-header);
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.resource-card-body h3 {
  margin-top: 12px;

  color: var(--color-heading-text);

  font-size: 20px;
  line-height: 1.18;
  font-weight: 600;
}

.resource-card-body p {
  margin-top: 8px;

  color: var(--color-body-text);

  font-size: 16px;
  line-height: 1.5;
}

.resource-shape {
  position: absolute;
  display: block;
}

.resource-window {
  left: 34px;
  top: 42px;
  width: 132px;
  height: 84px;
  border: 2px solid #6e8488;
  border-radius: 10px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
  box-shadow: 0 8px 18px rgba(18, 25, 65, 0.06);
}

.resource-window::before,
.resource-window::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.resource-window::before {
  left: 14px;
  top: 14px;
  width: 54px;
  height: 6px;
  background: #7ec0b8;
}

.resource-window::after {
  left: 14px;
  top: 30px;
  width: 38px;
  height: 6px;
  background: #d2d9dd;
}

.resource-chart {
  right: 48px;
  top: 36px;
  width: 84px;
  height: 92px;
  border-left: 2px solid #7b8e91;
  border-bottom: 2px solid #7b8e91;
}

.resource-chart::before,
.resource-chart::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 14px;
  background: #7ec0b8;
}

.resource-chart::before {
  left: 12px;
  height: 34px;
}

.resource-chart::after {
  left: 36px;
  height: 56px;
}

.resource-arrow {
  right: 44px;
  top: 42px;
  width: 76px;
  height: 46px;
  border-top: 3px solid #ef5b43;
  border-right: 3px solid #ef5b43;
  transform: skewY(-26deg) rotate(12deg);
}

.resource-megaphone {
  left: 138px;
  bottom: 28px;
  width: 36px;
  height: 26px;
  border-radius: 6px 16px 16px 6px;
  background: linear-gradient(135deg, #f05f45 0%, #ef825f 100%);
  transform: rotate(-16deg);
}

.resource-megaphone::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 7px;
  width: 14px;
  height: 10px;
  border-radius: 4px 0 0 4px;
  background: #243747;
}

.resource-panel {
  top: 28px;
  width: 128px;
  height: 92px;
  border: 2px solid #768b90;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(18, 25, 65, 0.05);
}

.resource-panel-back {
  right: 54px;
  transform: rotate(8deg);
}

.resource-panel-front {
  left: 38px;
  transform: rotate(-6deg);
}

.resource-rocket {
  left: 72px;
  top: 60px;
  width: 24px;
  height: 44px;
  border-radius: 12px 12px 8px 8px;
  background: linear-gradient(180deg, #ff7c60 0%, #f2b48e 100%);
  transform: rotate(12deg);
}

.resource-rocket::before,
.resource-rocket::after {
  content: "";
  position: absolute;
}

.resource-rocket::before {
  left: 6px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #dceef0;
}

.resource-rocket::after {
  left: 8px;
  bottom: -10px;
  width: 8px;
  height: 12px;
  border-radius: 0 0 6px 6px;
  background: #ef5b43;
}

.resource-linechart {
  right: 76px;
  bottom: 36px;
  width: 82px;
  height: 44px;
  border-left: 2px solid #8ba1a5;
  border-bottom: 2px solid #8ba1a5;
}

.resource-linechart::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 16px;
  width: 58px;
  height: 2px;
  background: #ef5b43;
  transform: rotate(18deg);
  transform-origin: left center;
}

.resource-dashboard {
  left: 48px;
  top: 34px;
  width: 156px;
  height: 92px;
  border: 2px solid #73888d;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(18, 25, 65, 0.05);
}

.resource-dashboard::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 16px;
  width: 42px;
  height: 26px;
  border-radius: 6px;
  background: linear-gradient(180deg, #dfeff0 0%, #b7dad7 100%);
}

.resource-dashboard::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 18px;
  width: 82px;
  height: 6px;
  border-radius: 999px;
  background: #d7dde1;
  box-shadow:
    0 -18px 0 #7ec0b8,
    0 -36px 0 #ef5b43;
}

.resource-megaphone-left {
  left: 20px;
  bottom: 38px;
  transform: rotate(14deg);
}

.resource-target {
  right: 34px;
  top: 58px;
  width: 52px;
  height: 52px;
  border: 3px solid #ef5b43;
  border-radius: 50%;
}

.resource-target::before,
.resource-target::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.resource-target::before {
  inset: 9px;
  border: 3px solid #f3ba95;
}

.resource-target::after {
  left: 18px;
  top: 18px;
  width: 10px;
  height: 10px;
  background: #ef5b43;
}

.resource-mini-chart {
  right: 20px;
  bottom: 26px;
  width: 62px;
  height: 42px;
  border: 2px solid #8ca0a4;
  border-radius: 8px;
  background: #fff;
}

.resource-mini-chart::before {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 38px;
  height: 2px;
  background: #ef5b43;
  transform: rotate(-18deg);
  transform-origin: left center;
}

/* SERVICE PAGE */

.service-page .hero-preheader {
  margin-bottom: 20px;
}

.service-hero-section,
.services-grid-section,
.comparison-section,
.faq-section,
.service-final-cta {
  background: transparent;
}

.paid-agency-page {
  background: #fcfcfa;
}

.paid-agency-shell {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.paid-agency-hero {
  padding-top: 149px;
  padding-bottom: 80px;
}

.paid-agency-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(40px, 5vw, 72px);
}

.paid-agency-hero-copy h1 {
  max-width: 620px;
  margin-bottom: 16px;
  color: var(--color-heading-text);
  font-size: 68px;
  line-height: 0.98;
  font-weight: 700;
}

.paid-agency-hero-copy p {
  max-width: 590px;
  margin-bottom: 24px;
  color: var(--color-body-text);
  font-size: 18px;
  line-height: 1.5;
}

.paid-agency-hero-visual {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paid-agency-hero-visual img {
  width: min(100%, 560px);
  height: auto;
  display: block;
}

.paid-agency-statement {
  padding-bottom: 80px;
}

.paid-agency-statement-inner {
  text-align: center;
}

.paid-agency-statement-inner p {
  color: var(--color-body-text);
  font-size: 20px;
  line-height: 1.4;
}

.paid-agency-statement-inner h2 {
  margin-top: 10px;
  color: var(--color-heading-text);
  font-size: clamp(48px, 7vw, 74px);
  line-height: 0.98;
  font-weight: 700;
}

.paid-agency-statement-inner h2 span {
  color: #E94333;
}

.paid-agency-services,
.paid-agency-carousel-section,
.paid-agency-benefits,
.paid-agency-contact {
  padding: var(--section-space-desktop) 0;
}

.paid-agency-section-head {
  margin-bottom: 34px;
}

.paid-agency-section-head-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 28px;
  align-items: end;
}

.paid-agency-section-head-split h2,
.paid-agency-faq-head h2 {
  max-width: 640px;
  color: var(--color-heading-text);
  font-size: 48px;
  line-height: 1.04;
  font-weight: 700;
}

.paid-agency-section-side {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.paid-agency-section-side p,
.paid-agency-faq-head p {
  color: var(--color-body-text);
  font-size: 18px;
  line-height: 1.55;
}

.paid-agency-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.paid-agency-service-card {
  padding: 26px 24px 24px;
  border: 1px solid rgba(18, 25, 65, 0.08);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(18, 25, 65, 0.04);
}

.paid-agency-service-card-strong {
  background: linear-gradient(180deg, #f05a3c 0%, #e94333 100%);
  border-color: transparent;
}

.paid-agency-service-card-accent {
  background: linear-gradient(180deg, #f4a06f 0%, #ec7b52 100%);
  border-color: transparent;
}

.paid-agency-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 18px;
}

.paid-agency-service-card:not(.paid-agency-service-card-strong):not(.paid-agency-service-card-accent) .paid-agency-service-icon {
  background: rgba(233, 67, 51, 0.08);
  color: #E94333;
}

.paid-agency-service-card h3 {
  margin-top: 18px;
  color: var(--color-heading-text);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 600;
}

.paid-agency-service-card p {
  margin-top: 14px;
  color: var(--color-body-text);
  font-size: 16px;
  line-height: 1.55;
}

.paid-agency-service-card-strong h3,
.paid-agency-service-card-strong p,
.paid-agency-service-card-accent h3,
.paid-agency-service-card-accent p {
  color: #ffffff;
}

.paid-agency-approach-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(18, 25, 65, 0.12);
}

.paid-agency-approach-grid h3 {
  color: var(--color-heading-text);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.paid-agency-approach-grid p {
  margin-top: 10px;
  color: var(--color-body-text);
  font-size: 15px;
  line-height: 1.6;
}

.paid-agency-carousel-wrap {
  --paid-carousel-side-pad: 100px;
  position: relative;
  margin-top: 34px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.paid-agency-carousel-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding: 0 0 12px;
  scroll-behavior: auto;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.paid-agency-carousel-track::-webkit-scrollbar {
  display: none;
}

.paid-agency-carousel-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.paid-agency-carousel-track::before,
.paid-agency-carousel-track::after {
  content: "";
  display: block;
  flex: 0 0 var(--paid-carousel-side-pad);
}

.paid-agency-media-card {
  flex: 0 0 352px;
  border-radius: 18px;
  border: 1px solid rgba(18, 25, 65, 0.08);
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(18, 25, 65, 0.04);
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
}

.paid-agency-media-card-visual {
  width: 100%;
  height: 186px;
  background: #fef3e2;
}

.paid-agency-media-card-visual-search {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 60%),
    linear-gradient(135deg, #4b1716 0%, #e94333 100%);
}

.paid-agency-media-card-visual-shopping {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 60%),
    linear-gradient(135deg, #5b251a 0%, #f08c4f 100%);
}

.paid-agency-media-card-visual-meta {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 60%),
    linear-gradient(135deg, #6a1f1b 0%, #ef5a35 100%);
}

.paid-agency-media-card-visual-local {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 60%),
    linear-gradient(135deg, #5b2f21 0%, #f2a25b 100%);
}

.paid-agency-media-card-visual-remarketing {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 60%),
    linear-gradient(135deg, #5b1918 0%, #e95a42 100%);
}

.paid-agency-media-card-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 24px;
  padding: 8px 0 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(18, 25, 65, 0.76);
  font-family: var(--font-header);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

.paid-agency-media-card h3 {
  margin: 10px 24px 0;
  color: var(--color-heading-text);
  font-size: 18px;
  line-height: 1.18;
  font-weight: 600;
}

.paid-agency-media-card p {
  margin: 10px 24px 22px;
  color: var(--color-body-text);
  font-size: 15px;
  line-height: 1.55;
}

.paid-agency-media-card-tinted {
  background: #f4c7b9;
}

.paid-agency-media-card-strong {
  background: linear-gradient(180deg, #ef6a45 0%, #E94333 100%);
}

.paid-agency-media-card-tinted h3,
.paid-agency-media-card-strong h3 {
  color: #1d2036;
}

.paid-agency-media-card-tinted p {
  color: rgba(29, 32, 54, 0.84);
}

.paid-agency-media-card-strong h3,
.paid-agency-media-card-strong p,
.paid-agency-media-card-strong .paid-agency-media-card-tag {
  color: #ffffff;
}

.paid-agency-media-card-strong .paid-agency-media-card-tag {
  opacity: 0.82;
}

.paid-agency-carousel-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  width: 100%;
  margin: 18px 0 0;
  padding: 0 var(--paid-carousel-side-pad);
}

.paid-agency-carousel-marker {
  color: #E94333;
  font-family: var(--font-header);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.paid-agency-carousel-rail {
  position: relative;
  height: 3px;
  background: rgba(18, 25, 65, 0.28);
  border-radius: 999px;
}

.paid-agency-carousel-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 40px;
  margin: 0;
  transform: translateY(-50%);
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.paid-agency-carousel-slider::-webkit-slider-runnable-track {
  height: 3px;
  background: transparent;
}

.paid-agency-carousel-slider::-moz-range-track {
  height: 3px;
  background: transparent;
  border: 0;
}

.paid-agency-carousel-slider::-webkit-slider-thumb {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #E94333;
  box-shadow: 0 10px 18px rgba(18, 25, 65, 0.12);
  -webkit-appearance: none;
  appearance: none;
  margin-top: -18px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 4L2.5 8L6.5 12M9.5 4L13.5 8L9.5 12' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.paid-agency-carousel-slider::-moz-range-thumb {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #E94333;
  box-shadow: 0 10px 18px rgba(18, 25, 65, 0.12);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 4L2.5 8L6.5 12M9.5 4L13.5 8L9.5 12' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.paid-agency-carousel-slider:focus-visible {
  outline: none;
}

.paid-agency-carousel-slider:focus-visible::-webkit-slider-thumb {
  box-shadow:
    0 0 0 4px rgba(233, 67, 51, 0.16),
    0 10px 18px rgba(18, 25, 65, 0.12);
}

.paid-agency-carousel-slider:focus-visible::-moz-range-thumb {
  box-shadow:
    0 0 0 4px rgba(233, 67, 51, 0.16),
    0 10px 18px rgba(18, 25, 65, 0.12);
}

.paid-agency-benefits {
  background: #031526;
}

.paid-agency-benefits-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: start;
}

.paid-agency-benefits h2,
.paid-agency-benefits-list li {
  color: #ffffff;
}

.paid-agency-benefits-copy h2 {
  margin-top: 18px;
  font-size: 48px;
  line-height: 1.04;
  font-weight: 700;
}

.paid-agency-benefits-copy .sga-button-secondary {
  margin-top: 24px;
  border-color: rgba(255, 255, 255, 0.72);
  color: #ffffff;
}

.paid-agency-benefits-copy .sga-button-secondary:hover {
  border-color: #ffffff;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.paid-agency-benefits-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.paid-agency-benefits-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.6;
}

.paid-agency-benefits-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E94333;
}

.paid-agency-faq {
  padding-top: var(--section-space-desktop);
}

.paid-agency-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: start;
}

.paid-agency-faq-copy .section-preheader {
  margin-bottom: 20px;
}

.paid-agency-faq-copy h2 {
  max-width: 480px;
  color: var(--color-heading-text);
  font-size: 48px;
  line-height: 1.04;
  font-weight: 700;
}

.paid-agency-faq-copy p {
  max-width: 500px;
  margin-top: 16px;
  color: var(--color-body-text);
  font-size: 18px;
  line-height: 1.55;
}

.paid-agency-faq-list .faq-item {
  border-radius: 20px;
}

.paid-agency-faq-list .faq-question {
  padding: 24px 22px;
  font-size: 18px;
  line-height: 1.35;
}

.paid-agency-faq-list .faq-answer > p {
  padding: 0 22px 24px;
}

.paid-agency-contact {
  background: #1f2025;
}

.paid-agency-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 44px;
  align-items: start;
}

.paid-agency-contact-copy h2,
.paid-agency-contact-copy p {
  color: #ffffff;
}

.paid-agency-contact-copy h2 {
  margin-top: 18px;
  font-size: 48px;
  line-height: 1.04;
  font-weight: 700;
}

.paid-agency-contact-copy p {
  margin-top: 16px;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.6;
}

.paid-agency-contact-form {
  padding: 28px;
  border-radius: 30px;
  background: #ffffff;
}

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

.paid-agency-contact-form label {
  display: grid;
  gap: 10px;
}

.paid-agency-contact-form label span {
  color: var(--color-heading-text);
  font-family: var(--font-header);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.paid-agency-contact-form input,
.paid-agency-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(18, 25, 65, 0.12);
  border-radius: 14px;
  background: #ffffff;
  color: var(--color-heading-text);
  font: inherit;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.paid-agency-contact-form input:focus,
.paid-agency-contact-form textarea:focus {
  border-color: rgba(233, 67, 51, 0.42);
  box-shadow: 0 0 0 4px rgba(233, 67, 51, 0.08);
}

.paid-agency-contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.paid-agency-form-full {
  margin-top: 18px;
}

.paid-agency-contact-form .sga-button-primary {
  margin-top: 22px;
}

.paid-ads-hero-section {
  background: #F9FCEC;
}

.seo-hero-section {
  background: #F9ECFC;
}

.email-marketing-hero-section {
  background: #FCF1EC;
}

.social-media-hero-section {
  background: #ECFBFC;
}

.hubspot-consulting-hero-section {
  background: #f0dcff;
}

.hubspot-onboarding-hero-section {
  background: #f8ffdc;
}

.hubspot-implementation-hero-section {
  background: #ffe5dc;
}

.service-hero-inner,
.services-grid-inner,
.comparison-inner,
.faq-inner,
.service-final-cta-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: var(--section-space-desktop) 24px;
}

.service-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  justify-content: center;
  align-items: center;
  gap: clamp(42px, 5vw, 78px);
  padding-left: 0;
  padding-right: 0;
  padding-top: 149px;
  padding-bottom: 80px;
}

.service-hero-copy {
  max-width: 700px;
}

.service-hero-copy h1 {
  max-width: 620px;
  color: var(--color-heading-text);
  font-size: 68px;
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 700;
}

.service-hero-copy p {
  max-width: 590px;
  margin-top: 16px;
  margin-bottom: 24px;
  color: var(--color-body-text);
  font-size: 18px;
  line-height: 1.5;
}

.service-hero-visual {
  width: 100%;
  max-width: 780px;
  justify-self: end;
}

.service-hero-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.service-hero-board,
.service-hero-card {
  display: none;
}

.service-hero-board-main {
  left: 30px;
  top: 34px;
  width: 280px;
  min-height: 214px;
  padding: 22px;
}

.service-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(233, 67, 51, 0.08);
  color: #E94333;
  font-family: var(--font-header);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

.service-bars {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 26px;
  display: flex;
  align-items: end;
  gap: 12px;
  height: 100px;
}

.service-bars span {
  display: block;
  flex: 1;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, #d9f0e8, #79c49e);
}

.service-bars span:nth-child(1) { height: 34px; }
.service-bars span:nth-child(2) { height: 62px; }
.service-bars span:nth-child(3) { height: 86px; }

.service-growth-line {
  position: absolute;
  left: 40px;
  right: 38px;
  bottom: 94px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0 8%, #ef5b43 8% 100%);
  transform: rotate(-14deg);
  transform-origin: left center;
}

.service-growth-line::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -1px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ef5b43;
  border-right: 2px solid #ef5b43;
  transform: rotate(45deg);
}

.service-hero-board-side {
  right: 38px;
  top: 120px;
  width: 188px;
  padding: 18px;
  display: grid;
  gap: 12px;
  background: #fffaf5;
}

.service-kpi {
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(18, 25, 65, 0.06);
}

.service-kpi-label {
  color: var(--color-meta-text);
  font-family: var(--font-header);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
}

.service-kpi strong {
  color: var(--color-heading-text);
  font-family: var(--font-header);
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
}

.service-hero-card {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 16px;
  color: var(--color-heading-text);
  font-family: var(--font-header);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
}

.service-hero-card i {
  color: #E94333;
  font-size: 18px;
}

.service-hero-card-top {
  right: 54px;
  top: 38px;
}

.service-hero-card-bottom {
  left: 112px;
  bottom: 38px;
}

.services-grid-header,
.comparison-header,
.faq-header {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.services-grid-header .section-preheader,
.comparison-header .section-preheader,
.faq-header .section-preheader {
  margin: 0 auto 18px;
}

.services-grid-header h2,
.comparison-header h2,
.faq-header h2 {
  color: var(--color-heading-text);
  font-size: 44px;
  line-height: 1.08;
  font-weight: 700;
}

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

.service-item-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: start;
  height: 100%;
  padding: 26px 22px 24px;
  border: 1px solid rgba(18, 25, 65, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(18, 25, 65, 0.04);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.service-item-card:hover {
  transform: translateY(-4px);
  border-color: rgba(233, 67, 51, 0.14);
  box-shadow: 0 18px 32px rgba(18, 25, 65, 0.08);
}

.service-item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(233, 67, 51, 0.08);
  color: #E94333;
  font-size: 18px;
}

.service-item-card h3 {
  margin-top: 18px;
  color: var(--color-heading-text);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
}

.service-item-card p {
  margin-top: 14px;
  color: var(--color-body-text);
  font-size: 16px;
  line-height: 1.5;
}

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

.comparison-panel {
  padding: 30px 30px 28px;
  border-radius: 28px;
  border: 1px solid rgba(18, 25, 65, 0.08);
  background: #ffffff;
}

.comparison-panel-muted {
  background: #ffffff;
}

.comparison-panel-accent {
  background: #ffffff;
}

.comparison-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(233, 67, 51, 0.45);
  background: #ffffff;
  color: #E94333;
  font-family: var(--font-header);
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
}

.comparison-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.comparison-list li {
  position: relative;
  padding-left: 24px;
  color: var(--color-body-text);
  font-size: 18px;
  line-height: 1.45;
}

.comparison-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E94333;
}

.service-feedback-section .feedback-card {
  grid-template-rows: auto auto auto;
  align-content: start;
  box-shadow: 0 6px 18px rgba(18, 25, 65, 0.03);
}

.service-feedback-card {
  position: relative;
  background: #ffffff;
}

.service-feedback-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 6px;
  border-radius: 16px;
  background: rgba(233, 67, 51, 0.08);
  color: #E94333;
  font-size: 20px;
}

.service-feedback-visual {
  position: relative;
  width: 100%;
  height: 168px;
  margin-bottom: 20px;
  border-radius: 20px;
  background: #fbf8f1;
  overflow: hidden;
}

.service-feedback-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 18px;
}

.service-feedback-visual-grid span,
.service-feedback-visual-flow span,
.service-feedback-visual-bars span,
.service-feedback-visual-structure span {
  display: block;
  border-radius: 16px;
  background: rgba(18, 25, 65, 0.06);
}

.service-feedback-visual-grid span:nth-child(1) { height: 46px; }
.service-feedback-visual-grid span:nth-child(2) { height: 74px; }
.service-feedback-visual-grid span:nth-child(3) { height: 88px; }
.service-feedback-visual-grid span:nth-child(4) { height: 58px; }

.service-feedback-visual-flow {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 20px;
  padding: 22px;
}

.service-feedback-visual-flow span {
  width: 76%;
  height: 28px;
  position: relative;
}

.service-feedback-visual-flow span::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 9px;
  width: 20px;
  height: 10px;
  border-top: 2px solid rgba(18, 25, 65, 0.16);
  border-right: 2px solid rgba(18, 25, 65, 0.16);
  transform: rotate(45deg);
}

.service-feedback-visual-bars {
  display: flex;
  align-items: end;
  gap: 14px;
  padding: 22px;
}

.service-feedback-visual-bars span:nth-child(1) { flex: 1; height: 40px; }
.service-feedback-visual-bars span:nth-child(2) { flex: 1; height: 72px; }
.service-feedback-visual-bars span:nth-child(3) { flex: 1; height: 106px; }

.service-feedback-visual-broadcast {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-feedback-visual-broadcast span {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 10px solid rgba(18, 25, 65, 0.08);
  border-left-color: transparent;
  transform: rotate(18deg);
}

.service-feedback-visual-structure {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 24px;
}

.service-feedback-visual-structure span:nth-child(1) {
  grid-column: span 2;
  height: 56px;
}

.service-feedback-visual-structure span:nth-child(2),
.service-feedback-visual-structure span:nth-child(3) {
  height: 74px;
}

.service-feedback-card-sage,
.service-feedback-card-lilac,
.service-feedback-card-ivory,
.service-feedback-card-rose,
.service-feedback-card-cream {
  background: #ffffff;
}



.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  border: 1px solid rgba(18, 25, 65, 0.08);
  border-radius: 22px;
  background: #ffffff;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  color: var(--color-heading-text);
  font-family: var(--font-header);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.faq-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #E94333;
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-icon::after {
  opacity: 0;
}

.faq-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    height 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.22s ease;
}

.faq-answer > p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--color-body-text);
  font-size: 16px;
  line-height: 1.5;
}

.faq-item.is-open .faq-answer {
  opacity: 1;
}

.service-final-cta-shell {
  padding: 48px 32px;
  border-radius: 30px;
  background: #031526;
  text-align: center;
}

.service-final-cta-shell h2 {
  max-width: 760px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 700;
}

.service-final-cta-shell p {
  max-width: 720px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.5;
}

.service-final-cta-shell .sga-button-primary {
  margin-top: 24px;
}

.mega-footer {
  background: #011221;
}

.mega-footer-inner {
  width: 100%;
  max-width: 1340px;

  margin: 0 auto;
  padding: 40px 32px 26px;
}

.footer-cta-panel {
  max-width: 960px;

  margin: 0 auto;
  padding: 46px 32px 38px;

  border-radius: 28px;

  background: #021526;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.footer-cta-panel h2 {
  max-width: 860px;

  margin: 0 auto;

  color: #ffffff;

  font-size: 38px;
  line-height: 1.18;
  font-weight: 700;
}

.footer-cta-panel p {
  max-width: 720px;

  margin: 18px auto 0;

  color: rgba(255, 255, 255, 0.74);

  font-size: 18px;
  line-height: 1.5;
}

.footer-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;

  margin-top: 26px;
}

.footer-button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 120px;
  min-height: 44px;
  padding: 7px 24px;

  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;

  color: #ffffff;
  text-decoration: none;

  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;

  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.footer-button-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #ffffff;
  transform: translateY(-1px);
}

.footer-divider {
  height: 1px;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.72);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 2.2fr);
  gap: 48px;

  padding-top: 32px;
}

.footer-brand {
  color: rgba(255, 255, 255, 0.78);
}

.footer-logo-link {
  display: inline-flex;
}

.footer-logo {
  width: auto;
  height: 40px;
  display: block;
}

.footer-brand p {
  max-width: 380px;

  margin-top: 18px;

  font-size: 15px;
  line-height: 1.75;
}

.footer-partner-badge {
  position: relative;

  display: inline-flex;
  align-items: center;
  gap: 16px;

  margin-top: 28px;
  padding: 12px 22px 12px 86px;

  border-radius: 14px 0 0 14px;

  background: #304b65;
  color: #ffffff;
}

.footer-partner-badge::after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  width: 0;
  height: 0;
  border-top: 38px solid transparent;
  border-bottom: 38px solid transparent;
  border-left: 22px solid #304b65;
}

.footer-badge-provider {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);

  width: 92px;
  height: 92px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 4px solid #ffffff;
  border-radius: 10px;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 246, 248, 0.92) 100%);
}

.footer-badge-provider::before,
.footer-badge-provider::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 1px;
  background: rgba(48, 75, 101, 0.28);
}

.footer-badge-provider::before {
  top: 18px;
}

.footer-badge-provider::after {
  bottom: 18px;
}

.footer-badge-provider span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 110px;
  height: 30px;

  border: 3px solid #ffffff;
  border-radius: 6px;

  background: #56708b;
  color: #ffffff;

  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.footer-badge-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.footer-badge-copy strong {
  font-size: 24px;
  line-height: 1.05;
  font-weight: 700;
}

.footer-badge-copy span {
  margin-top: 6px;

  text-transform: uppercase;

  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.9fr) minmax(0, 1.25fr) auto;
  gap: 30px;
}

.footer-links-column:last-child {
  justify-self: end;
}

.footer-links-column h3 {
  color: #ffffff;
  font-family: var(--font-header);

  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.footer-links-column a {
  display: block;

  margin-top: 24px;

  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;

  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

.footer-links-column a:hover {
  color: #E94333;
}

.footer-divider-bottom {
  margin-top: 48px;
  background: rgba(255, 255, 255, 0.14);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;

  padding-top: 28px;

  color: rgba(255, 255, 255, 0.82);

  font-size: 14px;
  line-height: 1.4;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.footer-bottom-links a:hover {
  color: #E94333;
}

.footer-bottom-separator {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.72);
}

/* GLOBAL BUTTON */

button {
  padding: 14px 28px;

  border: none;

  border-radius: var(--radius-pill);

  background: var(--color-primary);

  color: white;

  font-size: 16px;
  font-weight: 600;

  cursor: pointer;

  transition: var(--transition);
}

/* MOBILE */

@media (max-width: 1279px) {

  body {
    padding-top: 0;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .desktop-only,
  .sga-header-nav,
  .sga-header-cta {
    display: none;
  }

  .sga-header {
    display: block;
    top: 8px;
    padding: 0;
    width: calc(100% - 28px);
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(18, 25, 65, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(14px) saturate(150%);
    -webkit-backdrop-filter: blur(14px) saturate(150%);
    box-shadow: 0 10px 24px rgba(18, 25, 65, 0.08);
    overflow: hidden;
  }

  .sga-header-inner {
    display: flex;
    gap: 16px;
    min-height: 40px;
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px;
  }

  .sga-header.is-glass {
    padding: 0;
    background: rgba(255, 255, 255, 0.78);
    border-bottom-color: rgba(18, 25, 65, 0.08);
  }

  .sga-header.is-glass .sga-header-inner {
    padding: 10px 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }

  .sga-header-logo {
    min-width: 0;
  }

  .sga-header-logo img {
    height: 27px;
    max-width: min(220px, calc(100vw - 112px));
    object-fit: contain;
  }

  /* MOBILE TOGGLE */

  .sga-header-mobile-toggle {
    width: 40px;
    height: 40px;

    display: flex;

    flex-direction: column;

    justify-content: center;
    align-items: center;

    gap: 5px;

    border-radius: 6px;

    border: 1px solid #eeeeee;

    background: white;

    cursor: pointer;
  }

  .sga-header-mobile-toggle .bar {
    width: 18px;
    height: 2px;

    background-color: #121941;

    border-radius: 999px;

    transition: all 0.3s ease;
  }

  .sga-header-mobile-toggle.active {
    position: relative;
  }

  .sga-header-mobile-toggle.active .bar:nth-child(1) {
    position: absolute;
    transform: rotate(45deg);
  }

  .sga-header-mobile-toggle.active .bar:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  .sga-header-mobile-toggle.active .bar:nth-child(3) {
    position: absolute;
    transform: rotate(-45deg);
  }

  /* MOBILE MENU */

  .sga-mobile-menu-wrapper {
    display: block;

    position: static;
    width: 100%;
    max-width: none;
    max-height: 0;
    opacity: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0 24px;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    transition:
      max-height 0.32s ease,
      opacity 0.22s ease,
      padding 0.22s ease,
      margin-top 0.22s ease;
  }

  .sga-header.menu-open .sga-mobile-menu-wrapper {
    max-height: calc(100vh - 140px);
    opacity: 1;
    overflow-y: auto;
    padding: 8px 24px 24px;
    margin-top: 2px;
  }

  .sga-mobile-menu-nav {
    display: flex;
    flex-direction: column;
  }

  .sga-mobile-menu-inner {
    display: flex;
    flex-direction: column;
  }

  /* MENU ITEMS */

  .sga-mobile-menu-entry {
    border-bottom: 1px solid var(--color-border);

    padding: 12px 0;
  }

  .sga-mobile-menu-item {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 44px;
    padding: 12px 0;

    border: 0;
    background: transparent;

    text-decoration: none;

    color: var(--color-heading-text);
    font-family: inherit;

    font-size: 16px;
    font-weight: 400;
    text-align: left;

    cursor: pointer;
  }

  .sga-mobile-menu-item:hover {
    background: transparent;
  }

  .sga-mobile-menu-text {
    display: flex;
    align-items: center;
  }

  /* MOBILE ARROWS */

  .sga-mobile-menu-item .sga-nav-arrow-container {
    margin-left: 0;
  }

  /* SUBMENU */

  .sga-mobile-submenu {
    display: none;

    flex-direction: column;

    gap: 0;

    margin-top: 8px;
    padding-left: 8px;
  }

  .sga-mobile-menu-entry.active .sga-mobile-submenu {
    display: flex;
  }

  .sga-mobile-menu-entry.active > .sga-mobile-menu-item {
    width: calc(100% + 48px);
    margin-left: -24px;
    padding: 12px 24px;

    background-color: #F5F5F5;
    border-radius: 0;
  }

  .sga-mobile-menu-entry.active > .sga-mobile-menu-item:hover {
    background-color: #F5F5F5;
  }

  .sga-mobile-menu-entry.active .sga-nav-arrow-down {
    display: none;
  }

  .sga-mobile-menu-entry.active .sga-nav-arrow-up {
    display: block;
  }

  .sga-mobile-submenu .sga-submenu-simple-link {
    padding: 8px 10px;

    font-size: 14px;
    font-weight: 500;

    color: var(--color-heading-text);

    margin-bottom: 4px;
  }

  .sga-mobile-submenu .sga-submenu-simple-link::before {
    display: none;
  }

  .sga-mobile-submenu .sga-submenu-simple-link:hover {
    padding-left: 10px;
  }

  /* MOBILE CTA */

  .sga-mobile-menu-ctas {
    display: flex;

    gap: 12px;

    margin-top: 32px;
  }

  .sga-mobile-menu-ctas a {
    flex: 1;
    min-width: 0;
    padding: 10px 12px;
    font-weight: 700;
  }

  /* HERO */

  .hero {
    min-height: auto;
  }

  .hero-inner {
    min-height: auto;

    grid-template-columns: 1fr;

    gap: 48px;

    padding-top: 141px;
    padding-bottom: 64px;
  }

  .hero-content {
    max-width: 680px;
  }

  .hero h1 {
    max-width: 660px;

    font-size: clamp(48px, 8vw, 68px);
  }

  .hero p {
    font-size: 18px;
    line-height: 1.5;
  }

  .hero-visual {
    justify-self: center;

    max-width: 680px;
  }

  .service-hero-inner,
  .services-grid-inner,
  .comparison-inner,
  .faq-inner,
  .service-final-cta-inner,
  .legal-hero-inner,
  .legal-content-inner {
    padding: var(--section-space-tablet) 24px;
  }

  .service-hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 148px;
    padding-bottom: 64px;
  }

  .service-hero-copy {
    max-width: 680px;
  }

  .service-hero-copy h1 {
    max-width: 660px;
    font-size: clamp(48px, 8vw, 68px);
  }

  .service-hero-copy p {
    font-size: 18px;
    line-height: 1.5;
  }

  .service-hero-visual {
    justify-self: center;
    max-width: 680px;
  }

  .services-grid-header h2,
  .comparison-header h2,
  .faq-header h2 {
    font-size: 36px;
  }

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

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

  .service-final-cta-shell h2 {
    font-size: 36px;
  }

  .service-final-cta-shell p {
    font-size: 18px;
    line-height: 1.5;
  }

  .paid-agency-shell {
    padding-left: 24px;
    padding-right: 24px;
  }

  .paid-agency-hero {
    padding-top: 148px;
    padding-bottom: 64px;
  }

  .paid-agency-hero-inner,
  .paid-agency-benefits-inner,
  .paid-agency-contact-inner,
  .paid-agency-section-head-split {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .paid-agency-hero-copy h1 {
    max-width: 660px;
    font-size: clamp(48px, 8vw, 68px);
  }

  .paid-agency-hero-copy p,
  .paid-agency-section-side p,
  .paid-agency-faq-head p,
  .paid-agency-contact-copy p {
    font-size: 18px;
    line-height: 1.5;
  }

  .paid-agency-hero-visual {
    min-height: 0;
    max-width: 680px;
    justify-self: center;
  }

  .paid-agency-statement {
    padding-bottom: 64px;
  }

  .paid-agency-statement-inner h2,
  .paid-agency-section-head-split h2,
  .paid-agency-faq-copy h2,
  .paid-agency-benefits-copy h2,
  .paid-agency-contact-copy h2 {
    font-size: 36px;
  }

  .paid-agency-services,
  .paid-agency-carousel-section,
  .paid-agency-benefits,
  .paid-agency-contact,
  .paid-agency-faq {
    padding: var(--section-space-tablet) 0;
  }

  .paid-agency-faq-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .paid-agency-service-grid,
  .paid-agency-approach-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .paid-agency-carousel-wrap {
    --paid-carousel-side-pad: 56px;
  }

  .paid-agency-media-card {
    flex-basis: 320px;
  }

  .process-section-inner,
  .resources-inner {
    padding: var(--section-space-tablet) 24px;
  }

  .platforms-inner,
  .challenges-inner {
    padding: var(--section-space-tablet) 24px;
  }

  .solutions-inner {
    padding: var(--section-space-tablet) 24px;
  }

  .feedback-inner {
    padding: var(--section-space-tablet) 24px;
  }

  .platforms-shell {
    padding: 38px 28px 30px;
    border-radius: 28px;
  }

  .platforms-header h2 {
    font-size: 36px;
  }

  .platforms-header p {
    font-size: 18px;
    line-height: 1.5;
  }

  .platform-chip {
    min-width: 156px;
    padding: 14px 18px;
    font-size: 15px;
  }

  .challenges-header h2 {
    font-size: 36px;
  }

  .challenges-header p {
    font-size: 18px;
    line-height: 1.5;
  }

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

  .challenge-card {
    padding: 32px 28px 30px;
    border-radius: 22px;
  }

  .solutions-header h2 {
    font-size: 36px;
  }

  .solutions-header p {
    font-size: 18px;
    line-height: 1.5;
  }

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

  .solutions-card {
    border-radius: 22px;
  }

  .solutions-card-top {
    min-height: 214px;
    padding: 26px 22px 24px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 34px), 50% 100%, 0 calc(100% - 34px));
  }

  .solutions-card-body {
    padding: 26px 22px 24px;
  }

  .solutions-card h3 {
    font-size: 28px;
  }

  .solutions-card p {
    font-size: 18px;
    line-height: 1.5;
  }

  .process-overview {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .process-section-header h2 {
    max-width: 760px;
    font-size: 34px;
  }

  .process-intro {
    padding-top: 0;
  }

  .process-intro p {
    max-width: 720px;
    font-size: 18px;
    line-height: 1.5;
  }

  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 22px;
    margin-top: 48px;
  }

  .process-step h3 {
    font-size: 24px;
  }

  .feedback-header h2 {
    font-size: 36px;
  }

  .feedback-header p {
    font-size: 18px;
    line-height: 1.5;
  }

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

  .feedback-card-large,
  .feedback-card:not(.feedback-card-large) {
    grid-column: span 1;
    min-height: 100%;
  }

  .resources-header h2 {
    font-size: 34px;
  }

  .resources-hero-inner {
    padding: 152px 24px 72px;
  }

  .resources-hero-copy h1 {
    font-size: 54px;
  }

  .resources-header p {
    font-size: 18px;
    line-height: 1.5;
  }

  .resources-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .resources-topics-title {
    font-size: 24px;
  }

  .mega-footer-inner {
    padding: 32px 24px 24px;
  }

  .footer-cta-panel {
    padding: 40px 24px 32px;
    border-radius: 22px;
  }

  .footer-cta-panel h2 {
    font-size: 34px;
  }

  .footer-cta-panel p {
    font-size: 18px;
    line-height: 1.5;
  }

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

  .footer-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 22px;
  }

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

}

@media (max-width: 480px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  body {
    padding-top: 0;
  }

  .sga-header {
    width: calc(100% - 20px);
  }

  .sga-header-inner {
    max-width: none;
  }

  .sga-mobile-menu-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sga-header.menu-open .sga-mobile-menu-wrapper {
    padding: 8px 18px 24px;
  }

  .sga-mobile-menu-entry.active > .sga-mobile-menu-item {
    width: calc(100% + 36px);
    margin-left: -18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-inner {
    padding-top: 129px;
    padding-bottom: 60px;
  }

  .hero-preheader {
    padding: 10px 14px;

    font-size: 13px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero p {
    font-size: 18px;
    line-height: 1.5;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .sga-button-primary,
  .hero-actions .sga-button-secondary {
    flex: 1;
    min-width: 0;
    padding-left: 12px;
    padding-right: 10px;
  }

  .hero-visual {
    aspect-ratio: auto;

    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;

    max-width: 100%;
  }

  .service-hero-inner,
  .services-grid-inner,
  .comparison-inner,
  .faq-inner,
  .service-final-cta-inner,
  .legal-hero-inner,
  .legal-content-inner {
    padding: var(--section-space-mobile) 18px;
  }

  .legal-hero-inner {
    padding-top: 132px;
    text-align: left;
  }

  .legal-hero-inner .section-preheader {
    margin-left: 0;
    margin-right: 0;
  }

  .legal-hero-inner h1 {
    font-size: 42px;
  }

  .legal-hero-inner p {
    font-size: 16px;
    line-height: 1.6;
  }

  .legal-content-card {
    font-size: 16px;
    line-height: 1.7;
  }

  .legal-content-card h2 {
    font-size: 28px;
  }

  .legal-content-card h3 {
    font-size: 20px;
  }

  .service-hero-inner {
    gap: 22px;
    padding-top: 132px;
    padding-bottom: 60px;
  }

  .service-hero-copy {
    text-align: left;
  }

  .service-hero-copy h1 {
    font-size: 42px;
    line-height: 1.02;
  }

  .service-hero-copy p {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.5;
  }

  .service-hero-visual {
    max-width: 100%;
    justify-self: center;
  }

  .service-hero-copy .section-preheader {
    margin-left: 0;
    margin-right: 0;
  }

  .service-hero-copy .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .service-hero-copy .hero-actions .sga-button-primary,
  .service-hero-copy .hero-actions .sga-button-secondary {
    flex: 1;
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-hero-copy .hero-actions .sga-button-primary {
    justify-content: center;
    gap: 8px;
  }

  .service-hero-copy .hero-actions .sga-button-primary::after {
    width: 24px;
    height: 24px;
  }

  .paid-agency-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .paid-agency-hero {
    padding-top: 132px;
    padding-bottom: 60px;
  }

  .paid-agency-hero-copy {
    text-align: center;
  }

  .paid-agency-hero-copy h1 {
    font-size: 42px;
    line-height: 1.02;
  }

  .paid-agency-hero-copy p {
    font-size: 16px;
    line-height: 1.5;
  }

  .paid-agency-hero-visual {
    width: 100%;
  }

  .paid-agency-hero-visual img {
    width: 100%;
  }

  .paid-agency-statement {
    padding-bottom: 52px;
  }

  .paid-agency-statement-inner p {
    font-size: 18px;
  }

  .paid-agency-statement-inner h2,
  .paid-agency-section-head-split h2,
  .paid-agency-faq-copy h2,
  .paid-agency-benefits-copy h2,
  .paid-agency-contact-copy h2 {
    font-size: 42px;
    line-height: 1.02;
  }

  .paid-agency-section-side {
    justify-items: stretch;
  }

  .paid-agency-section-side .sga-button-secondary,
  .paid-agency-benefits-copy .sga-button-secondary {
    align-self: start;
  }

  .paid-agency-services,
  .paid-agency-carousel-section,
  .paid-agency-benefits,
  .paid-agency-contact,
  .paid-agency-faq {
    padding: var(--section-space-mobile) 0;
  }

  .paid-agency-service-grid,
  .paid-agency-approach-grid,
  .paid-agency-form-grid {
    grid-template-columns: 1fr;
  }

  .paid-agency-faq-copy {
    text-align: left;
  }

  .paid-agency-service-card h3,
  .paid-agency-media-card h3 {
    font-size: 22px;
  }

  .paid-agency-carousel-wrap {
    --paid-carousel-side-pad: 18px;
  }

  .paid-agency-media-card {
    flex-basis: calc(100vw - 56px);
  }

  .paid-agency-carousel-footer {
    gap: 10px;
  }

  .paid-agency-carousel-marker {
    font-size: 14px;
  }

  .paid-agency-benefits-copy,
  .paid-agency-contact-copy {
    text-align: center;
  }

  .paid-agency-contact-form {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .service-hero-board-main {
    left: 20px;
    top: 20px;
    width: 196px;
    min-height: 156px;
    padding: 16px;
  }

  .service-bars {
    left: 16px;
    right: 16px;
    bottom: 18px;
    height: 74px;
  }

  .service-growth-line {
    left: 28px;
    right: 26px;
    bottom: 74px;
  }

  .service-hero-board-side {
    right: 20px;
    top: 88px;
    width: 148px;
    padding: 14px;
  }

  .service-kpi strong {
    font-size: 22px;
  }

  .service-hero-card {
    min-height: 46px;
    padding: 0 12px;
    font-size: 13px;
  }

  .service-hero-card-top {
    right: 26px;
    top: 26px;
  }

  .service-hero-card-bottom {
    left: 52px;
    bottom: 24px;
  }

  .services-grid-header,
  .comparison-header,
  .faq-header {
    margin-bottom: 28px;
  }

  .services-grid-header h2,
  .comparison-header h2,
  .faq-header h2 {
    font-size: 34px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-item-card {
    padding: 22px 20px 20px;
    border-radius: 20px;
  }

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

  .service-feedback-section .feedback-card {
    grid-template-rows: auto auto 1fr;
  }

  .service-item-card p {
    font-size: 15px;
    line-height: 1.5;
  }

  .comparison-panel {
    padding: 24px 20px 22px;
    border-radius: 22px;
  }

  .comparison-list li {
    font-size: 16px;
  }

  .service-feedback-visual {
    height: 148px;
  }

  .faq-question {
    padding: 18px 18px;
    font-size: 16px;
  }

  .faq-answer > p {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 15px;
  }

  .service-final-cta-shell {
    padding: 34px 20px 30px;
    border-radius: 22px;
  }

  .service-final-cta-shell h2 {
    font-size: 34px;
  }

  .service-final-cta-shell p {
    font-size: 16px;
    line-height: 1.5;
  }

  .process-section-inner,
  .resources-inner {
    padding: var(--section-space-mobile) 18px;
  }

  .platforms-inner,
  .challenges-inner {
    padding: var(--section-space-mobile) 18px;
  }

  .solutions-inner {
    padding: var(--section-space-mobile) 18px;
  }

  .feedback-inner {
    padding: var(--section-space-mobile) 18px;
  }

  .platforms-shell {
    padding: 30px 20px 22px;
    border-radius: 24px;
  }

  .platforms-header {
    margin-bottom: 22px;
  }

  .platforms-header .section-preheader {
    margin-bottom: 14px;
  }

  .platforms-header h2 {
    font-size: 34px;
  }

  .platforms-header p {
    font-size: 16px;
    line-height: 1.5;
  }

  .platforms-marquee {
    gap: 12px;
  }

  .platforms-row {
    mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  }

  .platforms-row-left .platforms-track,
  .platforms-row-right .platforms-track {
    animation-duration: 28s;
  }

  .platform-chip {
    min-width: 144px;
    padding: 13px 16px;
    border-radius: 16px;
    font-size: 14px;
  }

  .platform-chip i,
  .platform-chip-badge,
  .platform-chip-logo {
    width: 28px;
    height: 28px;
    border-radius: 10px;
  }

  .platform-chip-logo {
    padding: 4px;
  }

  .challenges-header {
    margin-bottom: 28px;
  }

  .challenges-header h2 {
    font-size: 34px;
  }

  .challenges-header p {
    font-size: 18px;
    line-height: 1.5;
  }

  .challenges-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .challenge-card {
    padding: 28px 20px 24px;
    border-radius: 18px;
    clip-path: none;
  }

  .challenge-pill {
    font-size: 12px;
  }

  .challenge-card h3 {
    margin-top: 24px;
    font-size: 28px;
  }

  .challenge-card p {
    font-size: 16px;
    line-height: 1.5;
  }

  .challenge-divider {
    padding-top: 28px;
  }

  .challenge-outcome {
    font-size: 16px;
    line-height: 1.4;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -24px;
    padding: 16px 20px 18px;
    border-radius: 0 0 18px 18px;
  }

  .solutions-header {
    margin-bottom: 28px;
  }

  .solutions-header h2 {
    font-size: 34px;
  }

  .solutions-header p {
    font-size: 18px;
    line-height: 1.5;
  }

  .solutions-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .solutions-card {
    border-radius: 18px;
  }

  .solutions-card-top {
    min-height: 0;
    padding: 22px 18px 20px;
    border-radius: 16px 16px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), 50% 100%, 0 calc(100% - 28px));
  }

  .solutions-number {
    font-size: 11px;
  }

  .solutions-card h3 {
    margin-top: 16px;
    font-size: 26px;
  }

  .solutions-card p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.5;
  }

  .solutions-list {
    gap: 9px;
  }

  .solutions-card-body {
    padding: 24px 18px 20px;
  }

  .process-section-header h2 {
    font-size: 34px;
    text-align: center;
  }

  .process-intro p {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }

  .process-section-header .section-preheader {
    margin-left: auto;
    margin-right: auto;
  }

  .process-section-header {
    text-align: center;
  }

  .process-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .process-steps {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
    padding-top: 0;
  }

  .process-steps::before {
    display: none;
  }

  .process-step h3 {
    margin-top: 18px;
    font-size: 22px;
  }

  .process-step p {
    font-size: 16px;
    line-height: 1.5;
  }

  .process-intro .sga-button-primary {
    width: 100%;
  }

  .process-step {
    padding-left: 22px;
  }

  .process-step::before {
    top: 16px;
    left: 8px;
    width: 1px;
    height: calc(100% + 24px);
  }

  .process-step:last-child {
    justify-self: stretch;
    width: 100%;
  }

  .feedback-header {
    margin-bottom: 28px;
  }

  .feedback-header h2 {
    font-size: 34px;
  }

  .feedback-header p {
    font-size: 18px;
    line-height: 1.5;
  }

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

  .feedback-card {
    padding: 24px 20px 20px;
    border-radius: 20px;
  }

  .resources-header h2 {
    font-size: 34px;
  }

  .resources-hero-inner {
    padding: 128px 18px 56px;
  }

  .resources-hero-copy h1 {
    font-size: 44px;
    line-height: 1.02;
  }

  .resources-hero-copy p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .resources-header p {
    font-size: 18px;
    line-height: 1.5;
  }

  .resources-grid {
    gap: 14px;
    margin-top: 28px;
  }

  .resources-topics {
    margin-bottom: 22px;
  }

  .resources-topics-title {
    font-size: 22px;
  }

  .resources-topics-list {
    gap: 8px;
    margin-top: 14px;
  }

  .resources-topic-button {
    min-height: 32px;
    padding: 7px 12px;
    font-size: 14px;
  }

  .resource-card {
    border-radius: 12px;
  }

  .resource-card-media {
    min-height: 168px;
    padding: 16px;
  }

  .resource-card-body {
    padding: 14px 14px 14px;
  }

  .resource-card-body h3 {
    font-size: 28px;
  }

  .resource-card-body p {
    font-size: 16px;
    line-height: 1.5;
  }

  .mega-footer-inner {
    padding: 28px 18px 22px;
  }

  .footer-cta-panel {
    padding: 34px 18px 28px;
    border-radius: 18px;
  }

  .footer-cta-panel h2 {
    font-size: 34px;
  }

  .footer-cta-panel p {
    font-size: 18px;
    line-height: 1.5;
  }

  .footer-cta-actions {
    flex-direction: column;
  }

  .footer-cta-actions .sga-button-primary,
  .footer-button-outline {
    width: 100%;
  }

  .footer-main {
    gap: 28px;
    padding-top: 26px;
  }

  .footer-brand {
    padding-bottom: 6px;
  }

  .footer-logo {
    height: 34px;
  }

  .footer-brand p {
    font-size: 18px;
    line-height: 1.7;
  }

  .footer-partner-badge {
    width: calc(100% - 22px);
    padding: 12px 16px 12px 82px;
  }

  .footer-badge-copy strong {
    font-size: 22px;
  }

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

  .footer-links-column:last-child {
    justify-self: start;
  }

  .footer-links-column a {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.45;
  }

  .footer-divider {
    margin-top: 32px;
  }

  .footer-divider-bottom {
    margin-top: 36px;
  }

  .footer-bottom {
    padding-top: 22px;
    font-size: 14px;
    align-items: center;
    text-align: center;
  }

  .footer-bottom-links {
    flex-wrap: nowrap;
    gap: 12px;
    justify-content: center;
  }

  .footer-bottom-separator {
    height: 18px;
  }

  .hero-flow-grid,
  .hero-node,
  .hero-card-lead,
  .hero-card-automation,
  .hero-card-deals {
    display: none;
  }

  .hero-card {
    position: static;

    width: 100%;
    min-height: auto;
  }

  .hero-card-main {
    order: 1;
  }

  .hero-card-traffic {
    order: 2;
  }

  .hero-card-rankings {
    order: 3;
  }

  .hero-card-email {
    order: 4;
  }

  .challenge-card h3,
  .solutions-card h3,
  .process-step h3,
  .resource-card-body h3 {
    font-size: 22px;
  }

  .challenge-card p,
  .solutions-card p,
  .process-step p,
  .resource-card-body p,
  .footer-brand p {
    font-size: 15px;
    line-height: 1.5;
  }

  .hero h1 + p,
  .challenges-header h2 + p,
  .solutions-header h2 + p,
  .process-intro p,
  .resources-header h2 + p,
  .footer-cta-panel h2 + p {
    font-size: 16px;
    line-height: 1.5;
  }

}

@media (max-width: 1279px) {
  .blog-hero-inner,
  .blog-article-inner,
  .blog-pre-related-cta-inner,
  .blog-related-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-hero-inner,
  .blog-article-inner {
    grid-template-columns: 1fr;
  }

  .blog-hero-inner {
    gap: 28px;
  }

  .blog-hero-visual {
    height: clamp(320px, 52vw, 420px);
    min-height: 0;
  }

  .blog-hero-meta-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .blog-sidebar {
    position: static;
  }

  .blog-article-body {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .blog-hero-inner,
  .blog-article-inner,
  .blog-pre-related-cta-inner,
  .blog-related-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .blog-article-inner {
    padding-top: 40px;
    padding-bottom: 36px;
  }

  .blog-pre-related-cta-inner {
    padding-top: 0;
    padding-bottom: 44px;
  }

  .blog-related-inner {
    padding-top: 4px;
    padding-bottom: 40px;
  }

  .blog-hero-inner {
    gap: 34px;
    padding-top: 100px;
    padding-bottom: 34px;
  }

  .blog-hero-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
  }

  .blog-hero-copy h1 {
    font-size: 31px;
    line-height: 1.12;
    font-weight: 500;
  }

  .blog-intro,
  .blog-article-body p {
    font-size: 16px;
    line-height: 1.75;
  }

  .blog-hero-readtime {
    display: none;
  }

  .blog-hero-meta-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
  }

  .blog-meta-item {
    display: block;
    min-width: 0;
    gap: 0;
  }

  .blog-meta-item-readtime-mobile {
    display: block;
  }

  .blog-meta-item-author {
    display: block;
  }

  .blog-author-avatar {
    display: none;
  }

  .blog-meta-label {
    margin-bottom: 6px;
    font-size: 11px;
    line-height: 1.2;
  }

  .blog-meta-item strong {
    font-size: 12px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .blog-hero-media {
    transform: none;
  }

  .blog-hero-visual {
    margin-top: 8px;
    height: 200px;
    min-height: 0;
    border-radius: 10px;
  }

  .blog-sidebar {
    display: none;
  }

  .blog-sidebar-card {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .blog-article-body h2 {
    font-size: 28px;
  }

  .blog-related-header h2 {
    font-size: 32px;
  }
}
