:root {
  --page: #ecebe8;
  --paper: #f3f1ee;
  --ink: #090909;
  --muted: #5c5b57;
  --line: rgba(9, 9, 9, 0.08);
  --panel: rgba(255, 255, 255, 0.62);
  --blue-a: #3768ff;
  --blue-b: #6a8dff;
  --blue-c: #95afff;
  --footer: #030303;
  --footer-line: rgba(255, 255, 255, 0.1);
  --radius: 28px;
  --shell-width: min(1180px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: 'Manrope', sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

main {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.shell {
  width: var(--shell-width);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(236, 235, 232, 0.88);
  backdrop-filter: blur(14px);
}

.site-header .shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 96px;
}

.logo {
  display: inline-flex;
  align-items: center;
  margin-left: -22px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.logo img {
  height: 72px;
  width: auto;
}

.site-header .logo img[src*="new-logo"],
.site-header .logo img[src*="logo-2"],
.site-header .logo img[src*="logo-2-transparent"] {
  height: 82px !important;
  width: auto;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
  filter: none;
  clip-path: none;
}

.site-header nav {
  justify-self: center;
}

.site-header nav ul {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header nav a {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-height: 34px;
  padding: 8px 18px;
  border: 1px solid #050505;
  border-radius: 999px;
  background: #050505;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.ghost,
.button.link {
  background: transparent;
  color: var(--ink);
}

.button.ghost {
  border-color: rgba(9, 9, 9, 0.18);
  padding-left: 44px;
  padding-right: 44px;
}

.site-header .button.ghost {
  min-height: 52px;
  margin-right: -22px;
  border: 0;
  border-radius: 999px;
  background: #f4f4f4;
  color: #090909;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
}

.site-header .button.ghost:hover {
  background: #ffffff;
  color: #090909;
}

.button.link {
  justify-content: flex-start;
  min-height: auto;
  padding: 0;
  border: 0;
  font-size: 12px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 72px;
}

.hero-blue {
  background: #3366ff;
  background-image:
    repeating-linear-gradient(
      135deg,
      transparent,
      transparent 6px,
      rgba(255, 255, 255, 0.06) 6px,
      rgba(255, 255, 255, 0.06) 12px
    ),
    linear-gradient(180deg, #3366ff, #2d5ae8);
  color: #fff;
}

body.home .site-header,
body.page-blue-hero .site-header {
  background: rgba(51, 102, 255, 0.95);
  backdrop-filter: blur(12px);
}

body.home .site-header .button.ghost,
body.page-blue-hero .site-header .button.ghost {
  background: #f4f4f4;
  color: #090909;
}

body.home .site-header a,
body.page-blue-hero .site-header a {
  color: #fff;
}

.hero-blue::before,
.cta-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 25%),
    radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0) 20%);
  mix-blend-mode: screen;
}

.hero-light {
  background: var(--page);
}

.hero-home-shell {
  position: relative;
  display: grid;
  gap: 36px;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-copy-center {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.hero-copy-left {
  max-width: 720px;
}

.hero-kicker,
.eyebrow,
.section-overline {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hero-kicker {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.95;
}

.hero-kicker-italic {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1;
  margin-bottom: 8px;
}

.hero-kicker-answer {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  margin: 0 0 20px;
  color: #fff;
}

.hero-home-centered .hero-home-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

body.page-blue-hero .hero.hero-blue.hero-home-centered {
  min-height: calc(100vh - 96px);
  display: flex;
  align-items: center;
}

body.page-blue-hero .hero.hero-blue.hero-home-centered .hero-home-shell {
  width: 100%;
}

.button-hero-cta {
  background: #050505 !important;
  border-color: #050505 !important;
  color: #fff !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 14px 32px;
  font-size: 12px;
}

.button-hero-cta:hover {
  background: #1a1a1a !important;
  border-color: #1a1a1a !important;
}

.hero-title,
h1,
h2,
h3,
h4 {
  margin: 0;
}

.hero-title {
  font-size: clamp(56px, 7vw, 110px);
  line-height: 0.93;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.hero-title-home {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.hero-title-home .hero-line {
  display: block;
  width: 100%;
  text-align: center;
}

.hero-title-home .hero-line-nowrap {
  white-space: nowrap;
  transform: translateX(-14px);
}

@media (min-width: 961px) {
  .hero-title-home .hero-line {
    white-space: nowrap;
  }
}

.hero-title-trade {
  max-width: 760px;
}

.lede {
  max-width: 620px;
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
}

.hero-lede {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.84);
}

.hero-nowrap {
  white-space: nowrap;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 26px;
}

.hero-actions-center {
  justify-content: center;
}

.hero-actions-side {
  justify-content: flex-end;
  align-items: center;
}

.hero-blue .button.ghost,
.hero-blue .button.link {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
}

.hero-media-large {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
}

.hero-media-large img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: 0 24px 60px rgba(38, 67, 156, 0.24);
}

.hero-trade-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 32px;
  align-items: end;
}

.collage-strip,
.gallery-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.collage-strip img,
.gallery-strip img {
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
  border-radius: 10px;
}

.section {
  padding: 88px 0;
}

.section-paper {
  background: var(--page);
}

.section-why-choose {
  background: #fff;
  padding: 64px 0 20px;
}

.why-choose-title {
  text-align: center;
  margin: 0 0 48px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.1;
  color: var(--ink);
}

.why-choose-title-bold {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(40px, 5vw, 62px);
  letter-spacing: -0.04em;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(420px, 1.35fr);
  gap: 48px;
  align-items: start;
}

.why-choose-grid + .why-choose-grid {
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px dashed rgba(0, 0, 0, 0.16);
}

.why-choose-scroll {
  position: relative;
}

.why-choose-sticky {
  position: static;
}

.why-choose-stage {
  position: relative;
}

.has-scroll-swap .section-why-choose .why-choose-title {
  position: sticky;
  top: 108px;
  z-index: 3;
  background: #fff;
  padding: 8px 0 20px;
  margin-bottom: 28px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.72s ease, transform 0.72s ease;
}

.has-scroll-swap .section-why-choose.why-choose-title-hidden .why-choose-title {
  opacity: 0;
  transform: translateY(-10px);
}

.has-rise-on-scroll .rise-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(2px);
  transition:
    opacity 0.56s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.56s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.56s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--rise-delay, 0ms);
  will-change: opacity, transform, filter;
}

.has-rise-on-scroll .rise-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.has-meet-reveal .section-meet .section-meet-header,
.has-meet-reveal .section-meet .meet-card {
  opacity: 0.7;
  transform: translateY(18px);
  filter: blur(1px);
  transition:
    opacity 0.68s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.68s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.68s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.has-meet-reveal .section-meet.is-revealed .section-meet-header,
.has-meet-reveal .section-meet.is-revealed .meet-card {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.has-meet-reveal .section-meet.is-revealed .section-meet-header {
  transition-delay: 60ms;
}

.has-meet-reveal .section-meet.is-revealed .meet-card:nth-child(1) {
  transition-delay: 120ms;
}

.has-meet-reveal .section-meet.is-revealed .meet-card:nth-child(2) {
  transition-delay: 190ms;
}

.has-meet-reveal .section-meet.is-revealed .meet-card:nth-child(3) {
  transition-delay: 260ms;
}

.has-scroll-swap .why-choose-sticky {
  position: sticky;
  top: var(--why-choose-sticky-top, 240px);
}

.has-scroll-swap .why-choose-stage {
  min-height: var(--why-choose-max-height, 680px);
}

.has-scroll-swap .why-choose-stage .why-choose-grid {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  transform: translateY(28px);
  pointer-events: none;
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.has-scroll-swap .why-choose-stage .why-choose-grid.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.has-scroll-swap .why-choose-stage .why-choose-grid + .why-choose-grid {
  margin: 0;
  padding: 0;
  border: 0;
}

@media (max-width: 960px) {
  .has-scroll-swap .section-why-choose .why-choose-title {
    top: 84px;
    padding-bottom: 16px;
    margin-bottom: 18px;
  }

}

.why-choose-heading {
  margin: 0 0 16px;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.why-choose-lede {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
}

.why-choose-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.why-choose-bullet {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink);
}

.why-choose-bullet::before {
  content: '✓';
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #050505;
}

.button-why-choose {
  display: inline-flex;
  background: #050505 !important;
  border-color: #050505 !important;
  color: #fff !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 24px;
}

.button-why-choose:hover {
  background: #1a1a1a !important;
  border-color: #1a1a1a !important;
}

.button-why-choose-centered {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}

.why-choose-charts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: stretch;
}

.why-choose-preview {
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 360px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.why-choose-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.chart-box {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.chart-box-purple {
  background: #e8e0f5;
  border-color: rgba(139, 92, 246, 0.3);
}

.chart-box-green {
  background: #d1f0e0;
  border-color: rgba(34, 197, 94, 0.35);
}

.chart-box-link {
  display: block;
  text-decoration: none;
  color: inherit;
  min-height: 180px;
}

.chart-box-inner {
  background: #fff;
  border-radius: 12px;
  margin: 12px;
  min-height: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.chart-box-link:hover .chart-box-inner {
  background: #f8f8f8;
}

.chart-box-cta {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}

/* Meet PriceDataLab section */
.section-meet {
  background: #fff;
  padding: 12px 0 80px;
}

.section-meet .showcase-media,
.section-meet .faq-media {
  background: #f8f9fa;
  border: 1px solid var(--line);
}

.section-meet .faq details {
  background: #f8f9fa;
  border-color: var(--line);
}

/* FAQ section - accordion style */
.faq-section {
  background: #fff;
  padding-top: 64px;
}

.faq-section .shell {
  width: min(1580px, calc(100vw - 120px));
  margin: 0 auto;
}

.faq-shell {
  display: grid;
  gap: 42px;
  justify-items: center;
}

.faq-title .display-italic {
  display: block;
}

.faq-title .meet-title-bold {
  display: block;
  white-space: normal;
}

.faq-title {
  text-align: center;
}

.faq-layout {
  grid-template-columns: minmax(560px, 620px) minmax(640px, 700px);
  gap: 0;
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
  justify-content: center;
}

.split-layout.faq-layout {
  align-items: start;
  grid-template-columns: minmax(560px, 620px) minmax(640px, 700px);
  gap: 0;
}

.faq-section .faq-image-wrap {
  background: transparent;
  border: 0;
  border-radius: 22px;
  width: min(100%, 560px);
  min-height: 0;
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.faq-section .faq-image-inner {
  border-radius: 18px;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .faq-section .shell {
    width: min(1580px, calc(100vw - 120px));
    margin: 0 auto;
  }

  .faq-layout {
    grid-template-columns: minmax(560px, 620px) minmax(640px, 700px);
    max-width: 1580px;
    margin: 0 auto;
    justify-content: center;
    gap: 0;
  }

  .split-layout.faq-layout {
    grid-template-columns: minmax(560px, 620px) minmax(640px, 700px);
    gap: 0;
  }
}

.faq-section .faq-image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.faq-content {
  min-width: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  margin-left: -6px;
  max-width: none;
}

.faq-section .faq-accordion {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
  width: min(100%, 700px);
  max-width: 700px;
  height: 100%;
  margin: 0;
}

.faq-section .faq-accordion details {
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.018);
  border-radius: 28px;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  flex: 0 0 auto;
  min-height: 72px;
  max-height: 208px;
  transition: max-height 0.82s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
  will-change: max-height;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faq-section .faq-accordion details[open] {
  flex: 0 0 auto;
  max-height: 1000px;
  overflow: visible;
  justify-content: flex-start;
}

.faq-section .faq-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 30px;
  cursor: pointer;
  font-size: clamp(16px, 1.02vw, 22px);
  line-height: 1.2;
  font-weight: 500;
  color: var(--ink);
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  min-height: 72px;
}

.faq-section .faq-accordion summary::-webkit-details-marker {
  display: none;
}

.faq-section .faq-accordion summary::after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-top: -4px;
  transition: transform 0.46s cubic-bezier(0.19, 1, 0.22, 1), margin-top 0.46s cubic-bezier(0.19, 1, 0.22, 1);
}

.faq-section .faq-accordion details[open] summary::after {
  transform: rotate(-135deg);
  margin-top: 2px;
}

.faq-section .faq-accordion p {
  margin: 0;
  padding: 0 32px 0;
  font-size: 14px;
  line-height: 1.52;
  color: var(--muted);
  width: 100%;
  box-sizing: border-box;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 0.58s cubic-bezier(0.22, 1, 0.36, 1) 0.08s,
    transform 0.58s cubic-bezier(0.22, 1, 0.36, 1) 0.08s,
    padding 0.58s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}

.faq-section .faq-accordion details[open] p {
  padding: 0 32px 20px;
  opacity: 1;
  transform: translateY(0);
}

/* PriceVision section - Transform Your Pricing Strategy */
.pricevision-section {
  padding-top: 112px;
  padding-bottom: 112px;
}

.pricevision-layout {
  display: flex;
  justify-content: center;
}

.pricevision-intro {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 10px;
  min-width: 0;
}

.pricevision-title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4.2vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 410px;
}

.pricevision-title .display-italic {
  display: block;
  font-weight: 600;
}

.pricevision-title-bold {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(54px, 5.2vw, 78px);
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.pricevision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 260px;
  column-gap: 24px;
  row-gap: 24px;
  width: 100%;
  max-width: 1220px;
  justify-self: center;
  min-width: 0;
}

.pricevision-pillar {
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 24px;
  padding: 34px 34px 32px;
  height: 100%;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.pricevision-pillar-title {
  margin: 0 0 22px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(48px, 2.8vw, 62px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.pricevision-pillar-body {
  margin: 0;
  max-width: none;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(16px, 1.35vw, 21px);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.45;
  color: #2f3136;
  text-transform: none;
  overflow-wrap: normal;
  word-break: normal;
}

.pricevision-section .button-section-cta {
  text-transform: none;
  letter-spacing: 0.01em;
}

.pricevision-section .pricevision-intro .button-section-cta {
  align-self: flex-start;
  margin: 0;
  margin-left: 0;
  padding: 14px 30px;
  font-size: 13px;
}

body.page-price-intelligence main .button {
  padding: 14px 30px;
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: none;
}

body.page-price-intelligence .button-hero-cta,
body.page-price-intelligence .button-cta-banner {
  padding: 14px 30px;
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: none;
}

.pricevision-showcase-media {
  margin: 30px auto 0;
  max-width: 1120px;
  background: transparent;
  border: 0;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

.pricevision-showcase-media img {
  width: 100%;
  display: block;
  border-radius: 0;
  object-fit: cover;
  clip-path: inset(8px 0 8px 0 round 8px);
}

#pricevision-gallery .pricevision-gallery-header {
  max-width: 1120px;
  margin: 0 auto 18px;
}

#pricevision-gallery {
  padding-top: 88px;
}

/* Trade Marketing - Focus cards */
.trade-focus {
  background: #fff;
  padding-top: 88px;
  padding-bottom: 84px;
}

body.page-price-intelligence .pricevision-section {
  padding-top: 64px;
}

body.page-blue-hero .trade-focus {
  padding-top: 64px;
}

.trade-focus-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.trade-focus-card {
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #f7f7f7;
  padding: 34px 34px 32px;
  min-height: 260px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.trade-focus-title {
  margin: 0 0 22px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(48px, 2.8vw, 62px);
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.trade-focus-body {
  margin: 0;
  max-width: none;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(16px, 1.35vw, 21px);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.45;
  color: #2f3136;
  text-transform: none;
  overflow-wrap: normal;
  word-break: normal;
}

.trade-team {
  background: #fff;
  padding-top: 0;
  padding-bottom: 40px;
}

.trade-team-media {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.trade-team-media img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Trade Marketing - Challenges section */
.trade-challenge-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.trade-challenge-card {
  background: #fff;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trade-challenge-icon {
  width: 108px;
  height: 108px;
  margin: 0 auto 18px;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.trade-challenge-icon svg {
  width: 100%;
  height: 100%;
}

.trade-challenge-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: transparent;
}

.trade-challenge-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.trade-challenge-body {
  margin: 0;
  max-width: 34ch;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}

/* Trade Marketing - Dashboards section */
.trade-dashboards-title {
  text-align: center;
  margin: 0 0 34px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.1;
  color: var(--ink);
}

.trade-dashboards-title .meet-title-bold {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(40px, 5vw, 62px);
}

.trade-tabs-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.trade-tab-labels {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
}

.trade-tab {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 999px;
  background: #efefef;
  color: #7a7a7a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.trade-tab:hover {
  background: #e8e8e8;
}

.trade-tabs-wrap input#trade-tab-0:checked ~ .trade-tab-labels label[for="trade-tab-0"],
.trade-tabs-wrap input#trade-tab-1:checked ~ .trade-tab-labels label[for="trade-tab-1"],
.trade-tabs-wrap input#trade-tab-2:checked ~ .trade-tab-labels label[for="trade-tab-2"] {
  background: #050505;
  color: #fff;
}

.trade-tab-panel {
  display: none;
}

.trade-tabs-wrap input#trade-tab-0:checked ~ .trade-tab-panels .trade-tab-panel[data-for="trade-tab-0"],
.trade-tabs-wrap input#trade-tab-1:checked ~ .trade-tab-panels .trade-tab-panel[data-for="trade-tab-1"],
.trade-tabs-wrap input#trade-tab-2:checked ~ .trade-tab-panels .trade-tab-panel[data-for="trade-tab-2"] {
  display: block;
}

.trade-dashboard-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 12px;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  max-width: 960px;
  margin: 0 auto;
}

.trade-preview-media {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  overflow: hidden;
  min-height: 260px;
  background: #f6f6f6;
}

.trade-preview-media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
}

.trade-preview-cta {
  padding: 22px 22px;
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.trade-preview-cta p {
  margin: 0 0 12px;
  font-size: clamp(14px, 1.05vw, 20px);
  font-weight: 600;
  line-height: 1.4;
  color: var(--ink);
}

.trade-learn-more {
  font-size: clamp(14px, 0.95vw, 18px);
  font-weight: 700;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.trade-learn-more:hover {
  color: var(--blue-a);
}

.section-meet-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 40px;
}

.section-meet .section-meet-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  column-gap: 24px;
}

.trade-challenges .section-meet-header {
  grid-template-columns: minmax(0, 1fr) auto;
  justify-content: normal;
  column-gap: 24px;
  margin-bottom: 56px;
}

.trade-challenges {
  padding-top: 68px;
}

.trade-challenges .button-section-cta {
  justify-self: end;
}

.trade-brand-dashboard {
  padding-top: 10px;
  background: #fff;
}

.trade-brand-dashboard-media {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
}

.trade-brand-dashboard-media img {
  width: 100%;
  height: auto;
  display: block;
}

/* AI Trainings page */
.ai-section {
  background: #fff;
  padding-top: 72px;
  padding-bottom: 72px;
}

.ai-title {
  margin-bottom: 28px;
  text-align: center;
}

.ai-title .display-italic,
.ai-title .meet-title-bold {
  display: block;
}

.ai-subtitle {
  max-width: 860px;
  margin: 10px auto 38px;
  text-align: center;
  color: var(--muted);
}

.ai-title + .ai-grid {
  margin-top: 34px;
}

.ai-title + .ai-subtitle + .ai-grid {
  margin-top: 0;
}

.ai-benefits-layout {
  display: grid;
  grid-template-columns: minmax(320px, 360px) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.ai-benefits-layout .ai-grid.ai-grid-four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ai-benefits-person {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.ai-benefits-person-media {
  width: 100%;
  max-width: none;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.ai-benefits-person img {
  width: 100%;
  height: 118%;
  object-fit: cover;
  object-position: center top;
  margin-bottom: 10px;
  display: block;
}

.ai-benefits-person-name {
  margin: auto 0 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.ai-benefits-person-role {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.ai-benefits-person-caption {
  width: 100%;
  margin-top: 10px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #f7f7f7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  padding: 16px 14px;
  text-align: center;
}

.ai-benefits-person-caption .ai-benefits-person-name {
  margin: 0;
}

.ai-benefits-person-caption .ai-benefits-person-role {
  margin-top: 6px;
}

.ai-actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.ai-grid {
  display: grid;
  gap: 20px;
}

.ai-grid.ai-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ai-grid.ai-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ai-card,
.ai-space-card {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #f7f7f7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  padding: 28px 24px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.ai-space-card {
  justify-content: center;
}

.ai-card-title,
.ai-space-title {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.ai-space-title {
  font-weight: 500;
}

.ai-card-body,
.ai-space-body {
  margin: 0;
  max-width: 26ch;
  color: #3a3e46;
  font-size: 16px;
  line-height: 1.55;
}

.ai-space-letter {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 44px;
  line-height: 1;
}

.ai-expert {
  display: grid;
  grid-template-columns: minmax(280px, 390px) minmax(420px, 1fr);
  gap: 28px;
  align-items: stretch;
}

.ai-expert-media {
  max-width: 390px;
  width: 100%;
  justify-self: end;
  align-self: stretch;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.ai-expert-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  max-height: none;
  object-fit: cover;
  display: block;
}

.ai-expert-copy {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ai-expert-copy p {
  margin: 0 0 18px;
  color: var(--muted);
}

.ai-expert-copy .ai-title {
  margin-bottom: 20px;
}

.ai-expert-copy .ai-title,
.ai-expert-copy p {
  text-align: left;
}

.ai-expert-copy .button-section-cta {
  margin-top: auto;
  align-self: flex-start;
}

.meet-title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.1;
}

.meet-title .display-italic {
  display: block;
}

.meet-title-single-line {
  white-space: nowrap;
}

.section-meet .meet-title-single-line {
  white-space: normal;
}

.section-meet .meet-title-single-line .display-italic {
  display: block;
}

.section-meet .meet-title-bold {
  white-space: nowrap;
  display: inline-block;
}

.meet-title-single-line .display-italic {
  display: inline;
}

.meet-title-bold {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(40px, 5vw, 62px);
}

.meet-title-compact {
  line-height: 1.02;
}

.meet-title-compact .display-italic {
  margin-bottom: 4px;
}

.meet-title-compact .meet-title-bold {
  display: block;
}

.button-section-cta {
  background: #050505 !important;
  border-color: #050505 !important;
  color: #fff !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 12px 24px;
}

.section-testimonials .button-section-cta {
  align-self: flex-end;
  margin-bottom: 12px;
}

.section-meet .button-section-cta {
  align-self: end;
  margin-bottom: 8px;
}

.meet-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.meet-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 28px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.meet-card-image {
  margin-top: auto;
  min-height: 140px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.meet-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.meet-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(255,255,255,0.06) 4px, rgba(255,255,255,0.06) 8px);
  pointer-events: none;
}

.meet-card-purple {
  background: #7c4dff;
}

.meet-card-green {
  background: #4caf50;
}

.meet-card-blue {
  background: #2196f3;
}

.meet-card-title {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.meet-card-body {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.95);
}

.meet-card-chart {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.08);
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}

.meet-card-chart:hover {
  background: #f5f5f5;
}

/* Testimonials section */
.section-testimonials {
  background: #fff;
  padding: 64px 0 80px;
}

.testimonials-tabs {
  display: grid;
  grid-template-columns: minmax(200px, 280px) 1fr;
  gap: 40px;
  align-items: stretch;
}

.testimonials-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.testimonial-tab {
  display: block;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px dashed rgba(0,0,0,0.15);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.testimonial-tab:hover {
  background: rgba(0,0,0,0.02);
}

.testimonials-tabs input#t-hanna:checked ~ .testimonials-list label[for="t-hanna"],
.testimonials-tabs input#t-adam:checked ~ .testimonials-list label[for="t-adam"],
.testimonials-tabs input#t-anna:checked ~ .testimonials-list label[for="t-anna"] {
  background: #f0f0f0;
  border-color: rgba(0,0,0,0.12);
}

.testimonial-panel {
  position: absolute;
  inset: 0;
  display: block;
  height: 100%;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.32s ease, transform 0.32s ease;
}

.testimonials-tabs input#t-hanna:checked ~ .testimonials-content .testimonial-panel[data-for="hanna"],
.testimonials-tabs input#t-adam:checked ~ .testimonials-content .testimonial-panel[data-for="adam"],
.testimonials-tabs input#t-anna:checked ~ .testimonials-content .testimonial-panel[data-for="anna"] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.testimonials-content {
  position: relative;
  height: 100%;
  min-height: 260px;
}

.testimonial-tab-name {
  display: block;
  font-style: italic;
  font-size: 15px;
  font-weight: 600;
  color: var(--muted);
}

.testimonials-tabs input#t-hanna:checked ~ .testimonials-list label[for="t-hanna"] .testimonial-tab-name,
.testimonials-tabs input#t-adam:checked ~ .testimonials-list label[for="t-adam"] .testimonial-tab-name,
.testimonials-tabs input#t-anna:checked ~ .testimonials-list label[for="t-anna"] .testimonial-tab-name {
  color: var(--ink);
}

.testimonial-tab-role {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-top: 4px;
}

.testimonial-visual {
  display: flex;
  gap: 0;
  height: 100%;
  align-items: stretch;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.testimonial-visual img {
  width: 200px;
  min-width: 200px;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 0 0 16px;
}

.testimonial-quote-box {
  flex: 1;
  padding: 28px 32px;
  background: #fff;
  position: relative;
}

.testimonial-quote-icon {
  position: absolute;
  top: 20px;
  left: 24px;
  font-size: 72px;
  font-family: Georgia, serif;
  line-height: 1;
  color: rgba(0,0,0,0.08);
}

.testimonial-quote-text {
  margin: 0;
  padding-top: 40px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink);
}

/* Contact section */
.section-contact {
  background: #f3f3f3;
  padding: 64px 0 84px;
}

.section-contact .shell {
  max-width: 1120px;
}

.contact-title {
  text-align: center;
  margin: 0 0 44px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.1;
  color: var(--ink);
}

.contact-title-bold {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(40px, 5vw, 62px);
}

.section-contact .contact-highlight {
  display: grid;
  grid-template-columns: minmax(300px, 360px) 1fr;
  gap: 22px;
  align-items: stretch;
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
}

.contact-profile-block {
  background: #e5e6e8;
  border: 1px solid #e0e0e0;
  border-radius: 22px;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 4 / 4.82;
}

.contact-profile-block img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 12%;
  border-radius: 22px;
  box-shadow: none;
}

.contact-copy-block {
  background: #f1f1f2;
  border: 1px solid #dfdfdf;
  border-radius: 22px;
  padding: 30px 32px;
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-copy-block p {
  margin: 0 0 16px;
  font-size: clamp(16px, 1.16vw, 30px);
  line-height: 1.5;
  color: #1b1b1b;
  font-style: italic;
}

.contact-link {
  color: #1040d6;
  font-weight: 700;
  text-decoration: underline;
}

.contact-signature {
  margin-top: auto !important;
  padding-top: 18px;
  border-top: 1px solid #d9d9d9;
  font-size: clamp(17px, 1.02vw, 20px) !important;
  line-height: 1.4;
  color: #151515 !important;
  font-style: normal !important;
}

.contact-signature strong {
  font-size: clamp(34px, 2.1vw, 46px);
  font-weight: 800;
}

/* Contact page */
.contact-page {
  background: #fff;
  padding: 48px 0 80px;
}

.contact-page-title {
  text-align: center;
  margin: 0 0 40px;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 800;
  color: var(--ink);
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.contact-card {
  padding: 28px 32px;
  border-radius: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(255,255,255,0.06) 6px, rgba(255,255,255,0.06) 12px);
  pointer-events: none;
}

.contact-card-purple {
  background: linear-gradient(180deg, #8b5cf6 0%, #6d28d9 100%);
}

.contact-card-blue {
  background: linear-gradient(180deg, #3b82f6 0%, #1d4ed8 100%);
}

.contact-card-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  opacity: 0.95;
}

.contact-card-icon svg {
  width: 100%;
  height: 100%;
}

.contact-card-title {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
}

.contact-card-subtitle {
  margin: 0 0 14px;
  font-size: 14px;
  opacity: 0.9;
}

.contact-card-details {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.95;
}

.contact-form-wrap {
  background: #fff;
  border: 2px dashed rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  padding: 40px 48px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

.contact-form-main .contact-form-title {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(32px, 4vw, 42px);
  margin: 0 0 8px;
}

.contact-form-main .contact-form-desc {
  margin: 0 0 32px;
  font-size: 15px;
  color: var(--muted);
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-form-row label {
  margin-top: 0;
}

.contact-form-main .contact-form-row {
  margin-bottom: 20px;
}

.contact-form-main .contact-form-message {
  display: block;
  margin-bottom: 20px;
}

.contact-form-main .contact-form-message textarea {
  min-height: 120px;
}

.contact-honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-honeypot {
  opacity: 0;
}

.contact-form-recaptcha {
  margin-bottom: 20px;
  min-height: 78px;
  overflow: hidden;
}

.contact-form-recaptcha .g-recaptcha {
  display: inline-block;
  transform-origin: left top;
}

.recaptcha-placeholder {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 13px;
  color: var(--muted);
}

.contact-form-main label.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 12px;
  margin-bottom: 28px;
}

.contact-form-actions {
  display: flex;
  justify-content: flex-end;
}

.contact-form-status {
  margin: 16px 0 0;
  min-height: 20px;
  font-size: 14px;
  font-weight: 600;
}

.contact-form-status.is-success {
  color: #12833d;
}

.contact-form-status.is-error {
  color: #bb1e2f;
}

.button-contact-submit {
  background: #050505 !important;
  color: #fff !important;
  padding: 14px 28px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.button-contact-submit:hover {
  background: #1a1a1a !important;
  color: #fff !important;
}

.button-contact-submit:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

@media (max-width: 960px) {
  .contact-cards {
    grid-template-columns: 1fr;
  }

  .contact-form-row {
    grid-template-columns: 1fr;
  }

  .contact-form-wrap {
    padding: 28px 24px;
  }
}

@media (max-width: 420px) {
  .contact-form-recaptcha {
    min-height: 68px;
  }

  .contact-form-recaptcha .g-recaptcha {
    transform: scale(0.87);
  }
}

/* Final CTA */
/* CTA banner - between content and footer */
.cta-banner {
  padding: 48px 0 64px;
  background: #fff;
}

.cta-banner .cta-panel {
  background: #3366ff;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(255,255,255,0.06) 6px, rgba(255,255,255,0.06) 12px);
  border-radius: 28px;
}

.cta-title {
  margin-bottom: 12px;
}

.cta-body {
  max-width: 620px;
  margin: 0 auto 28px;
  font-size: 16px;
  line-height: 1.65;
}

.button-cta-banner {
  background: #fff !important;
  border: 1px solid rgba(0,0,0,0.12) !important;
  color: #050505 !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.button-cta-banner:hover {
  background: #f5f5f5 !important;
  border-color: rgba(0,0,0,0.18) !important;
}

.section-header,
.split-heading,
.split-layout {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.split-layout.pricevision-layout {
  grid-template-columns: minmax(280px, 410px) minmax(0, 540px);
  justify-content: center;
  column-gap: 72px;
}

.section-header {
  align-items: end;
  margin-bottom: 28px;
}

.section-header .button-row,
.section-header .button {
  justify-self: end;
}

h2 {
  font-size: clamp(40px, 5vw, 74px);
  line-height: 0.96;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.display-italic {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 600;
}

.section-intro p,
.card p,
.feature-card p,
.quote-card p,
.contact-highlight p,
.legal-section p,
.legal-section li,
.faq p {
  color: var(--muted);
}

.feature-stack,
.story-grid,
.pillar-grid,
.faq-layout,
.grid {
  display: grid;
  gap: 18px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.feature-card,
.pillar-card,
.quote-card,
.contact-form,
.legal-section,
.faq details {
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.card,
.feature-card,
.quote-card,
.legal-section {
  padding: 22px;
}

.legal-section ul {
  margin: 12px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.legal-subsection {
  margin-top: 14px;
}

.legal-subsection h4 {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.35;
}

.feature-card {
  backdrop-filter: blur(8px);
}

.card-media {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 18px;
}

.feature-title {
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.feature-card ul,
.checklist {
  list-style: none;
  padding: 0;
  margin: 16px 0 18px;
}

.feature-card li,
.checklist li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  font-size: 14px;
}

.feature-card li::before,
.checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue-a), var(--blue-c));
}

.story-grid .card {
  min-height: 220px;
}

.pillar-card {
  min-height: 180px;
  padding: 24px;
}

.pillar-card h3 {
  margin-bottom: 10px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 0.95;
}

.showcase-media,
.faq-media {
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
}

.showcase-media img,
.faq-media img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
}

.showcase-media img {
  aspect-ratio: 1.02;
}

.outcomes-shell {
  display: grid;
  gap: 52px;
}

.outcomes-title {
  text-align: center;
  margin: 0 auto;
  max-width: 720px;
  line-height: 1.02;
}

.outcomes-title .display-italic {
  display: block;
  font-size: clamp(36px, 4.5vw, 56px);
}

.outcomes-title .meet-title-bold {
  display: block;
  font-size: clamp(40px, 5vw, 62px);
}

.outcomes-layout {
  grid-template-columns: minmax(280px, 400px) minmax(320px, 520px);
  gap: 8px;
  align-items: stretch;
  justify-content: center;
  width: min(100%, 980px);
  margin: 0 auto;
}

.outcomes-intro {
  max-width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.outcomes-subtitle {
  margin: 0 0 18px;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.outcomes-list {
  margin: 0 0 20px;
}

.outcomes-bullet {
  padding-left: 16px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.55;
  border-left: 1px solid rgba(51, 102, 255, 0.35);
}

.outcomes-bullet::before {
  content: none;
}

.outcomes-cta {
  margin-top: auto;
  align-self: flex-start;
  justify-self: start;
  margin-left: 0;
}

.outcomes-intro .button-section-cta,
.outcomes-intro .outcomes-cta {
  align-self: flex-start;
  justify-self: start;
  margin-left: 0;
}

.outcomes-media {
  max-width: 520px;
  justify-self: center;
  align-self: stretch;
  height: 100%;
  display: flex;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.outcomes-media img {
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 14px;
}

.faq-media img {
  aspect-ratio: 1.15;
}

.faq details {
  margin-bottom: 10px;
  padding: 18px 20px;
}

.faq summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq p {
  margin: 12px 0 0;
  font-size: 14px;
}

.quote-card {
  gap: 14px;
}

.quote-avatar {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  object-fit: cover;
}

.quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  line-height: 1.08;
  color: var(--ink);
}

.quote-meta {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.contact-highlight {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.contact-copy {
  padding-right: 20px;
}

.contact-highlight-title {
  margin-bottom: 16px;
}

.contact-profile {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.contact-profile img {
  width: 100%;
  max-width: 260px;
  border-radius: 16px;
}

.contact-name {
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
}

.cta {
  padding-top: 40px;
  padding-bottom: 0;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  max-width: 1060px;
  margin: 0 auto;
  padding: 56px 40px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, var(--blue-a), var(--blue-b) 48%, var(--blue-c));
  text-align: center;
  color: #fff;
}

.cta-panel h2 {
  margin-bottom: 16px;
}

.cta-panel p {
  max-width: 620px;
  margin: 0 auto 22px;
  color: rgba(255, 255, 255, 0.86);
}

.site-footer {
  margin-top: 0;
  padding: 80px 0 40px;
  background: var(--footer);
  color: #fff;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-logo img {
  height: 30px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-label {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-text,
.footer-links a,
.footer-copy {
  color: rgba(255, 255, 255, 0.74);
}

.footer-text {
  margin: 4px 0;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-copy {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid var(--footer-line);
  font-size: 12px;
}

.contact-form {
  padding: 28px;
}

.contact-form h2 {
  font-size: 48px;
  margin-bottom: 10px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

label.consent {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 12px;
}

label.consent input {
  margin-top: 3px;
}

.step-list {
  margin: 20px 0 24px;
  padding-left: 20px;
}

.step-list li {
  margin-bottom: 10px;
}

.legal {
  display: grid;
  gap: 18px;
}

.legal-hero {
  padding-bottom: 28px;
}

.legal-content-section {
  padding-top: 22px;
}

@media (max-width: 960px) {
  html,
  body {
    overflow-x: hidden;
  }

  .shell {
    width: min(100%, calc(100vw - 28px));
  }

  .site-header .shell,
  .hero-trade-shell,
  .section-header,
  .split-heading,
  .split-layout,
  .contact-highlight,
  .footer-columns,
  .why-choose-grid {
    grid-template-columns: 1fr;
  }

  .site-header .shell {
    padding: 12px 0;
    gap: 10px;
    min-height: auto;
  }

  .site-header .logo {
    margin-left: 0;
  }

  .site-header .logo img[src*="new-logo"],
  .site-header .logo img[src*="logo-2"],
  .site-header .logo img[src*="logo-2-transparent"] {
    height: 40px !important;
  }

  .section-meet .section-meet-header {
    grid-template-columns: 1fr;
  }

  .section-meet .button-section-cta {
    margin-bottom: 0;
  }

  .site-header nav {
    justify-self: start;
  }

  .site-header nav ul {
    flex-wrap: wrap;
    gap: 6px 10px;
  }

  .site-header nav a {
    white-space: normal;
    line-height: 1.2;
    font-size: clamp(12px, 2.1vw, 14px);
  }

  .site-header .button.ghost {
    min-height: 40px;
    padding: 0 20px;
    font-size: 13px;
    margin-right: 0;
  }

  .hero-title {
    font-size: clamp(44px, 11vw, 82px);
  }

  .hero-kicker {
    font-size: clamp(34px, 9vw, 58px);
  }

  body.page-blue-hero .hero-copy-center {
    max-width: 92vw;
  }

  body.page-blue-hero .hero-title-home {
    max-width: 92vw;
  }

  body.page-blue-hero .hero-kicker-italic {
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(30px, 10vw, 50px);
    line-height: 1.02;
  }

  body.page-blue-hero .hero-lede {
    max-width: 92vw;
    font-size: clamp(14px, 3.9vw, 18px);
    line-height: 1.45;
  }

  .grid.two,
  .grid.three,
  .grid.four,
  .feature-stack,
  .collage-strip,
  .gallery-strip,
  .meet-cards,
  .trade-focus-cards,
  .pricevision-layout,
  .pricevision-grid,
  .trade-challenge-cards,
  .ai-grid.ai-grid-four,
  .ai-grid.ai-grid-three,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-shell {
    gap: 26px;
  }

  .faq-section .shell {
    width: min(100%, calc(100vw - 28px));
  }

  .faq-layout,
  .split-layout.faq-layout {
    grid-template-columns: 1fr !important;
    max-width: 100%;
    width: 100%;
    gap: 14px !important;
  }

  .faq-section .faq-image-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .faq-content,
  .faq-section .faq-accordion {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .why-choose-preview {
    min-height: 240px;
  }

  .faq-section .faq-image-wrap {
    min-height: 320px;
    height: auto;
    padding: 20px;
  }

  .faq-section .faq-accordion summary {
    padding: 15px 18px;
    font-size: clamp(15px, 2.9vw, 20px);
  }

  .faq-section .faq-accordion p {
    padding: 0 18px 14px;
  }

  .outcomes-layout {
    gap: 10px;
  }

  .outcomes-shell {
    gap: 38px;
  }

  .outcomes-title .display-italic {
    font-size: clamp(36px, 7vw, 56px);
  }

  .outcomes-title .meet-title-bold {
    font-size: clamp(44px, 8vw, 66px);
  }

  .outcomes-subtitle {
    font-size: clamp(26px, 5vw, 38px);
  }

  .outcomes-media {
    max-width: 500px;
    padding: 10px;
  }

  .outcomes-media img {
    max-height: 340px;
  }

  .trade-dashboard-preview {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 100%;
  }

  .trade-focus-card {
    min-height: 0;
    padding: 24px 22px;
    border-radius: 18px;
  }

  .trade-focus-title {
    margin-bottom: 14px;
    font-size: clamp(34px, 9vw, 46px);
  }

  .trade-focus-body {
    font-size: clamp(13px, 3.8vw, 16px);
  }

  .trade-preview-cta {
    padding: 16px 16px;
  }

  .trade-preview-cta p {
    margin-bottom: 10px;
    font-size: clamp(14px, 4.2vw, 18px);
  }

  .trade-learn-more {
    font-size: clamp(14px, 3.6vw, 16px);
  }

  .trade-preview-media,
  .trade-preview-media img {
    min-height: 220px;
  }

  .trade-preview-media {
    min-height: 0;
    height: auto;
    padding: 6px;
    background: #fff;
  }

  .trade-preview-media img {
    min-height: 0;
    height: auto;
    object-fit: contain;
  }

  .ai-expert {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ai-section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .ai-card,
  .ai-space-card {
    min-height: 0;
    padding: 22px 18px;
  }

  .ai-card-title,
  .ai-space-title {
    font-size: 24px;
  }

  .ai-space-letter {
    font-size: 38px;
  }

  .ai-title + .ai-grid {
    margin-top: 24px;
  }

  .ai-subtitle {
    margin: 8px auto 28px;
  }

  .ai-benefits-person {
    margin-bottom: 16px;
    height: auto;
    justify-content: flex-start;
  }

  .ai-benefits-person-media {
    aspect-ratio: 4 / 5;
  }

  .ai-benefits-person img {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center top;
    margin-bottom: 0;
  }

  .ai-benefits-person-name {
    margin-top: 12px;
  }

  .ai-benefits-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ai-benefits-layout .ai-grid.ai-grid-four {
    grid-template-columns: 1fr;
  }

  .ai-expert-copy .ai-title,
  .ai-expert-copy p {
    text-align: center;
  }

  .trade-tab-labels {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .trade-tab {
    flex: 0 0 auto;
    padding: 9px 16px;
    font-size: 12px;
  }

  .testimonials-tabs {
    grid-template-columns: 1fr;
  }

  .testimonials-content {
    position: static;
    height: auto;
    min-height: 0;
  }

  .testimonial-panel {
    position: static;
    inset: auto;
    height: auto;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    display: none;
  }

  .testimonials-tabs input#t-hanna:checked ~ .testimonials-content .testimonial-panel[data-for="hanna"],
  .testimonials-tabs input#t-adam:checked ~ .testimonials-content .testimonial-panel[data-for="adam"],
  .testimonials-tabs input#t-anna:checked ~ .testimonials-content .testimonial-panel[data-for="anna"] {
    display: block;
  }

  .testimonial-visual {
    height: auto;
  }

  .has-scroll-swap .why-choose-scroll {
    height: auto !important;
  }

  .has-scroll-swap .why-choose-sticky {
    position: static;
    top: auto;
  }

  .has-scroll-swap .why-choose-stage {
    min-height: 0 !important;
  }

  .has-scroll-swap .why-choose-stage .why-choose-grid {
    position: static;
    inset: auto;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .has-scroll-swap .why-choose-stage .why-choose-grid + .why-choose-grid {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px dashed rgba(0, 0, 0, 0.14);
  }

  .section-contact .contact-highlight {
    grid-template-columns: 1fr;
  }

  .section-contact {
    padding: 44px 0 60px;
  }

  .contact-title {
    margin-bottom: 26px;
    font-size: clamp(36px, 4.5vw, 56px);
  }

  .contact-title-bold {
    font-size: clamp(40px, 5vw, 62px);
  }

  .contact-profile-block,
  .contact-copy-block {
    min-height: 0;
  }

  .contact-copy-block {
    padding: 24px 22px;
    min-height: 0;
  }

  .testimonial-visual {
    flex-direction: column;
  }

  .testimonial-visual img {
    width: 100%;
    min-width: 100%;
    height: 240px;
    border-radius: 16px 16px 0 0;
  }

  .section-header .button-row,
  .section-header .button {
    justify-self: start;
  }

  .meet-title-single-line {
    white-space: normal;
  }

  .hero-nowrap {
    white-space: normal;
  }

  .section-meet .meet-title-bold {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  :root {
    --shell-width: calc(100vw - 28px);
  }

  .hero {
    padding: 34px 0 48px;
  }

  body.page-blue-hero .hero-title {
    font-size: clamp(52px, 12.4vw, 66px);
    line-height: 0.98;
  }

  body.page-blue-hero .hero-kicker-italic {
    font-size: clamp(26px, 9vw, 40px);
    line-height: 1.03;
    margin-bottom: 10px;
  }

  .section {
    padding: 56px 0;
  }

  .site-header nav ul {
    gap: 6px 8px;
  }

  .site-header nav a {
    font-size: 10px;
  }

  .button.ghost {
    justify-self: start;
  }

  .site-header .logo img[src*="new-logo"],
  .site-header .logo img[src*="logo-2"],
  .site-header .logo img[src*="logo-2-transparent"] {
    height: 34px !important;
  }

  .site-header .button.ghost {
    min-height: 36px;
    padding: 0 16px;
    font-size: 11px;
  }

  .cta-panel {
    padding: 44px 24px;
  }

  .contact-form,
  .card,
  .feature-card,
  .quote-card,
  .legal-section,
  .pillar-card,
  .faq details {
    padding: 18px;
  }

  .faq-section .faq-image-wrap {
    min-height: 280px;
    padding: 16px;
  }

  .faq-section .faq-image-inner {
    width: min(100%, 260px);
  }

  .faq-section .faq-accordion {
    gap: 8px;
    width: 100%;
    height: auto;
  }

  .faq-section .faq-accordion details {
    border-radius: 14px;
    padding: 0;
    flex: 0 0 auto;
  }

  .faq-section .faq-accordion summary {
    padding: 12px 14px;
    font-size: 14px;
  }

  .faq-section .faq-accordion p {
    padding: 0 14px 10px;
    font-size: 13px;
  }

  .pricevision-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    row-gap: 14px;
    column-gap: 0;
  }

  .pricevision-pillar {
    min-height: 146px;
    padding: 16px 14px;
    border-radius: 18px;
  }

  .pricevision-pillar-title {
    margin-bottom: 10px;
    font-size: clamp(38px, 12vw, 52px);
  }

  .pricevision-pillar-body {
    font-size: clamp(14px, 4.3vw, 16px);
    line-height: 1.32;
  }

  .section-why-choose {
    padding-top: 42px;
  }

  .outcomes-subtitle {
    font-size: clamp(22px, 7vw, 30px);
  }

  .outcomes-bullet {
    padding-left: 12px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .outcomes-media {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  .outcomes-media img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .trade-challenge-icon {
    width: 86px;
    height: 86px;
    margin: 0 auto 14px;
  }

  .trade-challenge-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .why-choose-preview {
    min-height: 220px;
    aspect-ratio: 16 / 11;
    padding: 6px;
  }

  .why-choose-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .testimonial-visual {
    flex-direction: column-reverse;
  }

  .testimonial-visual img {
    border-radius: 0 0 16px 16px;
  }

  .testimonial-quote-box {
    padding: 18px 16px 16px;
  }

  .testimonial-quote-text {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (prefers-reduced-motion: reduce) {
  .has-scroll-swap .why-choose-stage .why-choose-grid {
    transition: none;
  }

  .has-rise-on-scroll .rise-on-scroll {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .faq-section .faq-accordion details,
  .faq-section .faq-accordion summary::after,
  .faq-section .faq-accordion p {
    transition: none;
  }
}
