:root {
  --bg: #dfeaf2;
  --panel: rgba(255, 255, 255, 0.42);
  --panel-strong: rgba(255, 255, 255, 0.75);
  --text: #040404;
  --muted: #214f9f;
  --muted-soft: #5a6c82;
  --line: rgba(26, 91, 191, 0.18);
  --shadow: 0 22px 80px rgba(58, 124, 209, 0.16);
  --radius: 34px;
  --blue-glow: radial-gradient(circle at top left, rgba(89, 169, 255, 0.55), transparent 32%),
    radial-gradient(circle at top right, rgba(140, 201, 255, 0.45), transparent 28%),
    radial-gradient(circle at bottom left, rgba(47, 128, 237, 0.45), transparent 34%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 20% 0%, rgba(163, 211, 255, 0.85), transparent 28%),
    radial-gradient(circle at 80% 8%, rgba(141, 197, 255, 0.72), transparent 24%),
    linear-gradient(180deg, #dce8f1 0%, #dfeaf2 100%);
  color: var(--text);
}

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

.page-shell {
  width: min(100%, 2048px);
  margin: 0 auto;
  padding: 24px;
}

.topbar {
  position: sticky;
  top: 18px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 112px;
  padding: 18px 24px 18px 30px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(192, 202, 211, 0.5));
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 50px rgba(125, 145, 164, 0.2);
}

.brand {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  line-height: 0.9;
  padding-right: 18px;
}

.brand-word {
  font-size: clamp(2.35rem, 3.2vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.08em;
}

.brand-sub {
  margin-left: 54px;
  font-size: clamp(0.85rem, 0.8vw, 1rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-mark {
  position: absolute;
  top: 0.2rem;
  right: 0;
  width: 12px;
  height: 34px;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  right: 0;
}

.brand-mark::before {
  top: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #2360c2;
}

.brand-mark::after {
  top: 8px;
  right: 4px;
  width: 2px;
  height: 26px;
  background: #2360c2;
  transform: rotate(18deg);
  transform-origin: top;
}

.nav-pill,
.cta-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.nav-pill {
  min-width: 260px;
  padding: 26px 38px;
  background: #000;
  color: #fff;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  font-weight: 700;
  text-transform: uppercase;
}

.nav-pill:hover,
.cta-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.section-panel {
  margin-top: 26px;
  padding: clamp(44px, 5vw, 84px);
  border-radius: 44px;
  background: rgba(223, 234, 242, 0.9);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 170px);
  display: grid;
  place-items: center;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::before {
  background: var(--blue-glow);
  filter: blur(18px);
}

.hero::after {
  inset: 6% 7%;
  border-radius: 50px;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.8), transparent 24%),
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.62), transparent 22%),
    radial-gradient(circle at 52% 64%, rgba(98, 165, 255, 0.26), transparent 28%);
  filter: blur(40px);
}

.hero-inner,
.statement-inner,
.section-heading,
.contact-layout,
.site-footer,
.benefit-stack,
.logo-grid,
.case-study-list,
.process-grid {
  position: relative;
  z-index: 1;
}

.hero-inner {
  max-width: 1180px;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  margin: 0 auto 28px;
  padding: 16px 36px;
  border: 1.5px solid #2f66c4;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  font-weight: 700;
}

.hero-title,
.section-heading h2,
.statement-inner h2 {
  margin: 0;
  letter-spacing: -0.08em;
  line-height: 0.94;
  font-weight: 800;
}

.hero-title {
  font-size: clamp(3.2rem, 7.6vw, 7.6rem);
}

.hero-title span,
.section-heading span,
.statement-inner span {
  color: var(--muted);
}

.hero-copy {
  max-width: 1260px;
  margin: 30px auto 0;
  font-size: clamp(1.35rem, 2.1vw, 2.45rem);
  line-height: 1.22;
  letter-spacing: -0.04em;
}

.hero-copy-secondary {
  max-width: 1120px;
  margin-top: 12px;
}

.hero-actions {
  margin-top: 38px;
}

.cta-button,
.secondary-button {
  min-height: 84px;
  padding: 0 38px;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  font-weight: 800;
}

.cta-button {
  background: #1d4ea3;
  color: #fff;
  box-shadow: 0 18px 36px rgba(29, 78, 163, 0.24);
}

.cta-button::after {
  content: " \2192";
  margin-left: 0.35rem;
}

.secondary-button {
  border: 1px solid rgba(3, 18, 39, 0.14);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
}

.partner-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1320px;
  margin: 54px auto 0;
  padding: 24px 34px;
  border-radius: 999px;
  background: rgba(219, 235, 249, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 12px 36px rgba(84, 137, 197, 0.14);
}

.partner-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  overflow: hidden;
}

.partner-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.partner-logo-meta {
  max-width: 236px;
}

.partner-logo-shopify {
  max-width: 336px;
}

.partner-logo-google {
  max-width: 236px;
}

.partner-logo-klaviyo {
  max-width: 196px;
}

.section-heading {
  text-align: center;
}

.section-heading h2,
.statement-inner h2 {
  font-size: clamp(2.45rem, 6.4vw, 5.75rem);
}

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

.glass-card,
.case-study-card,
.contact-card,
.calendar-shell {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(197, 226, 254, 0.66), rgba(184, 221, 254, 0.72)),
    rgba(255, 255, 255, 0.3);
  box-shadow: var(--shadow);
}

.glass-card {
  position: relative;
  min-height: 550px;
  padding: 200px 36px 42px;
  border-radius: 28px;
}

.card-index {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(53, 66, 86, 0.56);
  font-size: clamp(1.9rem, 2vw, 2.6rem);
  font-weight: 700;
}

.process-card h3 {
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 2vw, 3rem);
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.process-card p {
  margin: 0;
  font-size: clamp(1.4rem, 1.6vw, 2.1rem);
  line-height: 1.48;
  color: var(--muted);
}

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

.statement-block {
  display: grid;
  place-items: center;
  min-height: 650px;
}

.statement-inner {
  max-width: 1380px;
  text-align: center;
}

.statement-inner p {
  max-width: 1240px;
  margin: 28px auto 0;
  font-size: clamp(1.25rem, 1.65vw, 2rem);
  line-height: 1.4;
  letter-spacing: -0.04em;
}

.statement-tight p + p {
  margin-top: 10px;
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.optimise-block .section-heading {
  margin-bottom: 40px;
}

.benefit-stack {
  display: grid;
  gap: 26px;
  justify-items: center;
}

.benefit-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  max-width: min(100%, 1560px);
  padding: 28px 32px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.2rem, 1.8vw, 2.5rem);
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.benefit-item::before {
  content: "✓";
  font-size: 1.2em;
  color: rgba(30, 30, 30, 0.75);
}

.section-note {
  margin: 44px 0 0;
  text-align: center;
  font-size: clamp(1.55rem, 1.8vw, 2.3rem);
  letter-spacing: -0.04em;
}

.brands-block {
  padding-top: 60px;
  padding-bottom: 60px;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px 36px;
}

.logo-box {
  display: grid;
  place-items: center;
  min-height: 138px;
  padding: 18px 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 22px rgba(111, 150, 189, 0.08);
  text-align: center;
  color: #050505;
}

.logo-parkfriends {
  position: relative;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.11em;
  line-height: 0.88;
  transform: skew(-8deg);
}

.logo-parkfriends::before {
  content: "⚡";
  position: absolute;
  left: 18px;
  top: 18px;
  font-size: 1.5rem;
  transform: skew(8deg);
}

.logo-parkfriends-top {
  font-size: clamp(2.15rem, 2vw, 2.75rem);
}

.logo-parkfriends-bottom {
  font-size: clamp(1.95rem, 1.8vw, 2.55rem);
}

.logo-who span {
  font-size: clamp(2.8rem, 2.4vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.12em;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  text-transform: lowercase;
}

.logo-tsl {
  gap: 6px;
}

.logo-tsl-stars {
  font-size: 1rem;
  letter-spacing: 0.25em;
}

.logo-tsl-mark {
  font-size: clamp(2.35rem, 1.95vw, 2.9rem);
  font-family: "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.1em;
}

.logo-shoecity span {
  font-size: clamp(2rem, 1.8vw, 2.55rem);
  font-weight: 900;
  letter-spacing: -0.1em;
}

.logo-ironoutlaws {
  gap: 6px;
}

.logo-ironoutlaws-main {
  font-size: clamp(2.35rem, 2vw, 2.9rem);
  font-family: "Times New Roman", serif;
  font-weight: 800;
  letter-spacing: -0.08em;
}

.logo-ironoutlaws-sub {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.logo-sio {
  gap: 4px;
}

.logo-sio-main {
  font-size: clamp(3rem, 2.6vw, 3.8rem);
  font-family: "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

.logo-sio-sub {
  font-size: 0.92rem;
  letter-spacing: 0.36em;
}

.logo-jennifer-frame {
  display: grid;
  gap: 4px;
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid rgba(17, 17, 17, 0.44);
}

.logo-jennifer-main {
  font-size: clamp(1.75rem, 1.6vw, 2.2rem);
  font-weight: 300;
  letter-spacing: 0.06em;
}

.logo-jennifer-sub {
  font-size: 0.78rem;
  letter-spacing: 0.55em;
}

.logo-rps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.logo-rps-main {
  font-size: clamp(1.7rem, 1.5vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.08em;
}

.logo-rps-divider {
  width: 1px;
  height: 34px;
  background: rgba(5, 5, 5, 0.75);
}

.logo-rps-sub {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.logo-fino span {
  font-size: clamp(2.4rem, 2.1vw, 2.9rem);
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.08em;
}

.logo-turtlewings-frame {
  display: grid;
  justify-items: start;
  gap: 10px;
  width: 100%;
  padding: 16px 18px 14px;
  border: 1.5px solid rgba(17, 17, 17, 0.42);
}

.logo-turtlewings-main {
  font-size: clamp(1.4rem, 1.3vw, 1.8rem);
  font-weight: 900;
  letter-spacing: -0.08em;
}

.logo-turtlewings-sub {
  justify-self: end;
  font-size: 0.74rem;
  color: #5a6270;
  letter-spacing: 0.12em;
}

.closing-intro {
  min-height: 720px;
  display: grid;
  align-content: center;
}

.results-block .section-heading {
  margin-bottom: 34px;
}

.case-study-list {
  display: grid;
  gap: 22px;
}

.case-study-card {
  display: grid;
  grid-template-columns: minmax(360px, 1.08fr) minmax(360px, 1fr);
  gap: 26px;
  padding: 20px;
  border-radius: 28px;
}

.chart-panel {
  min-height: 440px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
}

.chart-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.pill-tag {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(9, 17, 26, 0.12);
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #49596d;
  background: #fff;
}

.chart-body {
  min-height: 340px;
  border: 1px solid rgba(10, 30, 55, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #fcfdff);
  overflow: hidden;
}

.chart-body svg,
.chart-image {
  width: 100%;
  height: 100%;
  display: block;
}

.chart-image {
  object-fit: cover;
  object-position: top center;
}

.case-copy {
  display: grid;
  align-content: center;
  gap: 24px;
  padding: 8px 10px 8px 0;
}

.case-copy h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  line-height: 1.32;
  letter-spacing: -0.04em;
}

.case-copy p {
  margin: 0;
  font-size: clamp(1.15rem, 1.35vw, 1.55rem);
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.contact-block {
  min-height: 100vh;
}

.thank-you-panel {
  min-height: calc(100vh - 170px);
  display: grid;
  place-items: center;
  text-align: center;
}

.thank-you-title {
  margin: 0;
  font-size: clamp(2.6rem, 5.8vw, 5.6rem);
  line-height: 0.97;
  letter-spacing: -0.08em;
  font-weight: 800;
}

.thank-you-title span {
  color: var(--muted);
}

.thank-you-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 26px;
  margin-top: 34px;
  align-items: start;
}

.contact-card,
.calendar-shell {
  border-radius: 28px;
}

.contact-card {
  padding: 30px;
}

.contact-card h3 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  letter-spacing: -0.04em;
}

.contact-card p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #284162;
}

.contact-actions {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.calendar-shell {
  overflow: hidden;
  min-height: 760px;
  background: rgba(255, 255, 255, 0.74);
}

#cal-embed {
  width: 100%;
  min-height: 760px;
  border: 0;
  background: #fff;
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-top: 56px;
  text-align: center;
}

.footer-brand .brand-word {
  font-size: clamp(2rem, 2vw, 2.8rem);
}

.footer-brand .brand-sub {
  font-size: 0.72rem;
  margin-left: 42px;
}

.site-footer p {
  margin: 0;
  font-size: 0.95rem;
}

.footer-disclaimer {
  max-width: 900px;
  color: #2e4055;
}

@media (max-width: 1320px) {
  .partner-strip,
  .logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-strip {
    max-width: 860px;
    border-radius: 34px;
    padding: 22px 26px;
  }

  .partner-chip {
    min-height: 82px;
  }

  .partner-logo-shopify {
    max-width: 300px;
  }

  .process-grid,
  .case-study-card,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .glass-card {
    min-height: 360px;
    padding-top: 110px;
  }

  .chart-panel {
    min-height: 360px;
  }
}

@media (max-width: 900px) {
  .page-shell {
    padding: 14px;
  }

  .topbar {
    position: static;
    min-height: auto;
    flex-direction: column;
    align-items: stretch;
    border-radius: 30px;
    padding: 18px;
  }

  .nav-pill {
    width: 100%;
    min-width: 0;
    padding: 20px 22px;
  }

  .section-panel {
    padding: 28px 18px;
    border-radius: 28px;
  }

  .hero {
    min-height: auto;
    padding-top: 28px;
  }

  .hero-title {
    font-size: clamp(2.25rem, 9vw, 3.5rem);
    line-height: 0.98;
    letter-spacing: -0.07em;
  }

  .section-heading h2,
  .statement-inner h2,
  .thank-you-title {
    font-size: clamp(1.8rem, 7.4vw, 2.8rem);
    line-height: 1.01;
    letter-spacing: -0.06em;
  }

  .hero-copy {
    margin-top: 18px;
    font-size: clamp(1.05rem, 4.5vw, 1.45rem);
    line-height: 1.28;
  }

  .hero-copy-secondary {
    margin-top: 8px;
  }

  .statement-inner p,
  .section-note,
  .case-copy p {
    font-size: clamp(0.98rem, 3.9vw, 1.2rem);
    line-height: 1.42;
  }

  .statement-block,
  .closing-intro {
    min-height: 0;
    align-content: start;
  }

  .statement-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-actions {
    margin-top: 24px;
  }

  .case-copy h3 {
    font-size: clamp(1.15rem, 4.5vw, 1.5rem);
    line-height: 1.3;
  }

  .chart-panel {
    min-height: 0;
    padding: 12px;
  }

  .chart-meta {
    margin-bottom: 12px;
  }

  .chart-body {
    min-height: 0;
    height: auto;
  }

  .chart-image {
    height: auto;
    object-fit: contain;
  }

  .case-copy {
    gap: 14px;
    padding: 0;
  }

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

  .logo-grid {
    grid-template-columns: 1fr;
  }

  .partner-strip {
    gap: 12px;
    padding: 18px 16px;
    border-radius: 28px;
  }

  .partner-chip {
    min-height: 64px;
  }

  .partner-logo-meta {
    max-width: 154px;
  }

  .partner-logo-shopify {
    max-width: 182px;
  }

  .partner-logo-google {
    max-width: 150px;
  }

  .partner-logo-klaviyo {
    max-width: 122px;
  }

  .logo-box {
    min-height: 120px;
  }

  .logo-rps {
    flex-direction: column;
    gap: 6px;
  }

  .logo-rps-divider {
    width: 38px;
    height: 1px;
  }

  .cta-button,
  .secondary-button {
    width: 100%;
    min-height: 64px;
    text-align: center;
  }

  .hero-actions,
  .section-actions {
    display: grid;
  }

  .benefit-item {
    width: 100%;
    justify-content: flex-start;
  }

  .calendar-shell,
  #cal-embed {
    min-height: 640px;
  }

  .thank-you-actions {
    display: grid;
  }
}
