.services-page {
  --vpn: #00CAFF;
  --show: #FFC300;
  --market: #FF8400;
  --pay: #81FF85;
  --social: #F9DDD9;
}

.services-hero {
  display: grid;
  min-height: 820px;
  grid-template-columns: minmax(0, .88fr) minmax(560px, 1.12fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: stretch;
  padding-block: 92px 112px;
}
.services-hero-copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.services-eyebrow,
.services-together-copy > p { margin: 0 0 28px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.services-hero h1 { max-width: 720px; margin: 0; font-size: clamp(76px, 7.4vw, 112px); font-weight: 500; line-height: .84; letter-spacing: -.075em; }
.services-hero h1 span { display: block; }
.services-lead { max-width: 620px; margin: 42px 0 0; color: var(--muted); font-size: clamp(20px, 2vw, 29px); line-height: 1.35; letter-spacing: -.025em; }
.services-hero-action { display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; gap: 28px; margin-top: auto; padding-bottom: 8px; }
.services-hero-action > p { margin: 0; }
.services-hero-action strong,
.services-hero-action span { display: block; }
.services-hero-action strong { margin-bottom: 7px; font-size: 15px; }
.services-hero-action span { max-width: 310px; color: var(--muted); font-size: 14px; line-height: 1.45; }

.services-hero-board {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 620px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(38px, 5vw, 70px);
  border-radius: 36px;
  color: var(--dark);
  background: var(--accent);
}
.services-hero-board > p { max-width: 640px; margin: 0; font-size: clamp(42px, 5vw, 78px); font-weight: 500; line-height: .92; letter-spacing: -.06em; }
.services-hero-board > span { display: block; margin: 0 0 24px; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.services-hero-icons { display: flex; align-items: center; margin-top: auto; }
.services-hero-icons img { width: clamp(82px, 8vw, 122px); height: clamp(82px, 8vw, 122px); margin-left: -16px; transition: transform .25s ease; }
.services-hero-icons img:first-child { margin-left: 0; }
.services-hero-board:hover .services-hero-icons img:nth-child(odd) { transform: translateY(-7px) rotate(-3deg); }
.services-hero-board:hover .services-hero-icons img:nth-child(even) { transform: translateY(7px) rotate(3deg); }

.services-section { padding-block: 112px; border-top: 1px solid var(--border); }
.services-section-heading { margin-bottom: 72px; }
.services-section-heading h2 { max-width: 1150px; margin: 0; font-size: clamp(54px, 6.6vw, 94px); font-weight: 500; line-height: .94; letter-spacing: -.065em; }
.services-section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.services-section-heading-row > p { max-width: 360px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.5; }

.services-audience { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--border); }
.services-audience article { display: flex; min-height: 360px; flex-direction: column; justify-content: space-between; padding: 34px; border-right: 1px solid var(--border); }
.services-audience article:last-child { border-right: 0; }
.services-audience img { width: 104px; height: 104px; object-fit: contain; }
.services-audience h3 { max-width: 380px; margin: 0 0 16px; font-size: clamp(28px, 2.5vw, 40px); line-height: 1.04; letter-spacing: -.045em; }
.services-audience p { max-width: 390px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }

.ecosystem-map { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr); gap: 14px; }
.ecosystem-core { display: flex; min-height: 520px; flex-direction: column; justify-content: space-between; padding: 44px; border-radius: 32px; color: var(--dark); background: var(--accent); }
.ecosystem-core img { width: min(330px, 90%); height: auto; filter: brightness(0); }
.ecosystem-core p { margin: 0; font-size: clamp(32px, 3.3vw, 50px); font-weight: 500; line-height: .98; letter-spacing: -.05em; }
.ecosystem-nodes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ecosystem-node { display: flex; min-height: 250px; flex-direction: column; justify-content: space-between; padding: 26px; border: 1px solid var(--border); border-radius: 28px; background: var(--surface); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.ecosystem-node img { width: 92px; height: 92px; }
.ecosystem-node span { font-size: clamp(19px, 1.65vw, 25px); font-weight: 700; line-height: 1; letter-spacing: -.035em; }
.ecosystem-node:hover { border-color: var(--node-accent); background: var(--surface-hover); transform: translateY(-3px); }
.ecosystem-node-vpn { --node-accent: var(--vpn); }
.ecosystem-node-show { --node-accent: var(--show); }
.ecosystem-node-market { --node-accent: var(--market); }
.ecosystem-node-pay { --node-accent: var(--pay); }
.ecosystem-node-social { --node-accent: var(--social); }
.ecosystem-node-future { color: var(--muted); background: transparent; }
.ecosystem-node-future span { max-width: 160px; }
.ecosystem-node-future small { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.services-together-section { border-top: 0; padding-top: 0; }
.services-together { padding: clamp(48px, 6vw, 88px); border-radius: 36px; color: var(--dark); background: var(--accent); }
.services-together-head { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: clamp(60px, 9vw, 140px); align-items: end; }
.services-together-copy > p { color: rgba(0,0,0,.6); }
.services-together h2 { max-width: 680px; margin: 0; font-size: clamp(52px, 6vw, 88px); font-weight: 500; line-height: .92; letter-spacing: -.065em; }
.services-together-head > p { max-width: 610px; margin: 0 0 4px; font-size: clamp(21px, 2vw, 29px); line-height: 1.38; letter-spacing: -.035em; }
.services-flow { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: clamp(56px, 7vw, 96px); border: 1px solid rgba(0,0,0,.25); border-radius: 26px; overflow: hidden; }
.services-flow a { --flow-color: #fff; position: relative; display: grid; min-height: 260px; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr auto; gap: 18px; padding: 22px; border-right: 1px solid rgba(0,0,0,.25); background: rgba(255,255,255,.16); transition: background .2s ease, transform .2s ease; }
.services-flow a:last-child { border-right: 0; }
.services-flow a:hover { z-index: 1; background: var(--flow-color); transform: translateY(-5px); }
.services-flow a > span { color: rgba(0,0,0,.54); font-size: 11px; font-weight: 800; }
.services-flow img { grid-column: 2; width: 62px; height: 62px; }
.services-flow a > div { grid-column: 1 / -1; align-self: end; }
.services-flow small { display: block; margin-bottom: 8px; color: rgba(0,0,0,.56); font-size: 10px; font-weight: 800; letter-spacing: .07em; }
.services-flow strong { display: block; max-width: 190px; font-size: clamp(19px, 1.75vw, 27px); line-height: 1.02; letter-spacing: -.04em; }
.services-flow-market { --flow-color: var(--market) !important; }
.services-flow-vpn { --flow-color: var(--vpn) !important; }
.services-flow-pay { --flow-color: var(--pay) !important; }
.services-flow-show { --flow-color: var(--show) !important; }
.services-flow-social { --flow-color: var(--social) !important; }

.services-why { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--border); }
.services-why article { display: flex; min-height: 330px; flex-direction: column; padding: 30px; border-right: 1px solid var(--border); }
.services-why article:last-child { border-right: 0; }
.services-why span { color: var(--accent); font-size: 48px; font-weight: 800; line-height: 1; letter-spacing: -.04em; }
.services-why h3 { margin: auto 0 16px; font-size: clamp(26px, 2.2vw, 36px); line-height: 1; letter-spacing: -.04em; }
.services-why p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.5; }

.referral { min-height: 420px; padding: 64px; overflow: hidden; border-radius: 28px; color: var(--dark); background: var(--accent); }
.services-section.referral-section { padding-block: 0; border-top: 0; }
.services-section.referral-section + .services-section { border-top: 0; }
.referral-copy { display: flex; align-items: flex-start; flex-direction: column; }
.referral h2 { max-width: 780px; margin: 0; font-size: clamp(48px, 4.8vw, 72px); font-weight: 600; line-height: .98; letter-spacing: -.055em; }
.referral p { max-width: 560px; margin: 28px 0 0; color: var(--dark); font-size: 18px; font-weight: 600; line-height: 1.35; letter-spacing: -.015em; }
.referral p strong,
.referral p span { display: inline; color: inherit; font: inherit; letter-spacing: inherit; }
.referral .button { flex-shrink: 0; min-width: 170px; margin-top: 36px; }
.referral .button-cta { width: auto; min-width: 230px; }

.services-soon { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.services-soon span { padding: 36px 20px; border-right: 1px solid var(--border); color: var(--muted); font-size: clamp(22px, 2vw, 30px); text-align: center; letter-spacing: -.03em; }
.services-soon span:last-child { border-right: 0; }

.services-page .contact { border-top: 1px solid var(--border); }
.services-membership-section { border-top: 0; padding-top: 0; }
.services-membership {
  display: grid;
  min-height: 560px;
  grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr);
  grid-template-areas:
    "card copy"
    "card action";
  column-gap: clamp(52px, 6vw, 96px);
  row-gap: 38px;
  align-items: center;
  padding: clamp(48px, 6vw, 84px);
  border-radius: 36px;
  color: var(--dark);
  background: var(--accent);
}
.services-membership-copy { display: flex; grid-area: copy; align-self: end; flex-direction: column; align-items: flex-start; }
.services-membership-kicker-mobile { display: none; }
.services-membership p { margin: 0 0 28px; color: rgba(0,0,0,.58); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.services-membership h2 { max-width: 760px; margin: 0; font-size: clamp(52px, 5vw, 78px); font-weight: 600; line-height: .94; letter-spacing: -.06em; }
.services-membership-copy > span { margin-top: 28px; font-size: clamp(18px, 1.6vw, 24px); font-weight: 600; }
.services-membership .button { grid-area: action; align-self: start; justify-self: start; min-width: 260px; }
.services-membership-card { width: 100%; max-width: 620px; grid-area: card; align-self: center; perspective: 1200px; }

@media (max-width: 1080px) {
  .services-hero { min-height: auto; grid-template-columns: 1fr; }
  .services-hero-copy { min-height: 570px; }
  .services-hero h1 { font-size: clamp(80px, 13vw, 124px); }
  .services-hero h1 span { display: block; }
  .services-lead { max-width: 700px; }
  .services-hero-action { flex-direction: row; align-items: center; justify-content: flex-start; }
  .services-hero-board { min-height: 540px; }
  .services-audience { grid-template-columns: 1fr; }
  .services-audience article { min-height: 260px; flex-direction: row; align-items: flex-end; gap: 50px; border-right: 0; border-bottom: 1px solid var(--border); }
  .services-audience article:last-child { border-bottom: 0; }
  .services-audience article > div { width: min(68%, 630px); }
  .ecosystem-map { grid-template-columns: 1fr; }
  .ecosystem-core { min-height: 340px; }
  .services-together-head { grid-template-columns: 1fr; gap: 38px; }
  .services-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .services-flow a { border-bottom: 1px solid rgba(0,0,0,.25); }
  .services-flow a:nth-child(3) { border-right: 0; }
  .services-flow a:nth-last-child(-n+2) { border-bottom: 0; }
  .services-why { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-why article { border-bottom: 1px solid var(--border); }
  .services-why article:nth-child(2) { border-right: 0; }
  .services-why article:nth-last-child(-n+2) { border-bottom: 0; }
  .referral { min-height: auto; padding: 48px; }
}

@media (max-width: 820px) {
  .services-hero { gap: 54px; padding-block: 64px 82px; }
  .services-hero-copy { min-height: 530px; }
  .services-hero h1 { font-size: clamp(68px, 15vw, 104px); }
  .services-hero-board { min-height: 500px; border-radius: 28px; }
  .services-hero-icons img { width: 76px; height: 76px; }
  .services-section { padding-block: 82px; }
  .services-section-heading { margin-bottom: 52px; }
  .services-section-heading h2 { font-size: clamp(52px, 11vw, 76px); }
  .services-section-heading-row { align-items: flex-start; flex-direction: column; }
  .services-audience article { padding: 28px; }
  .ecosystem-nodes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ecosystem-node { min-height: 220px; }
  .services-together-section,
  .services-membership-section { padding-top: 0; }
  .services-together,
  .services-membership { border-radius: 28px; }
  .services-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-flow a { min-height: 230px; }
  .services-flow a:nth-child(3) { border-right: 1px solid rgba(0,0,0,.25); }
  .services-flow a:nth-child(even) { border-right: 0; }
  .services-flow a:nth-child(4) { border-bottom: 1px solid rgba(0,0,0,.25); }
  .services-flow a:last-child { grid-column: 1 / -1; min-height: 190px; grid-template-columns: 1fr auto; border-bottom: 0; }
  .services-soon { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-soon span:nth-child(2) { border-right: 0; }
  .services-soon span:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .services-membership { grid-template-columns: 1fr; grid-template-areas: "kicker" "card" "copy" "action"; gap: 38px; }
  .services-membership-kicker-mobile { display: block; grid-area: kicker; margin: 0; }
  .services-membership-copy > p { display: none; }
  .services-membership-card { max-width: 680px; justify-self: center; }
  .services-membership-copy { align-self: auto; }
  .services-membership .button { width: 100%; }
}

@media (max-width: 560px) {
  .services-hero { gap: 44px; padding-block: 46px 64px; }
  .services-hero-copy { min-height: 0; }
  .services-hero h1 { max-width: 100%; font-size: clamp(54px, 15vw, 64px); overflow-wrap: break-word; }
  .services-lead { margin-top: 30px; font-size: 18px; }
  .services-hero-action { flex-direction: column; align-items: stretch; gap: 22px; width: 100%; margin-top: 42px; padding: 0; }
  .services-hero-action .button { width: 100%; }
  .services-hero-action > p { text-align: center; }
  .services-hero-action span { max-width: none; }
  .services-hero-board { min-height: 430px; padding: 24px; border-radius: 22px; }
  .services-hero-board > p { max-width: 310px; font-size: 42px; }
  .services-hero-board > span { margin-bottom: 18px; font-size: 9px; }
  .services-hero-icons { margin-bottom: 60px; }
  .services-hero-icons img { width: 66px; height: 66px; margin-left: -10px; }
  .services-section { padding-block: 64px; }
  .services-section-heading { margin-bottom: 38px; }
  .services-section-heading h2 { font-size: 46px; }
  .services-section-heading-row > p { font-size: 15px; }
  .services-audience article { min-height: 270px; align-items: flex-start; flex-direction: column; padding: 22px; }
  .services-audience article > div { width: 100%; }
  .services-audience img { width: 76px; height: 76px; }
  .services-audience h3 { font-size: 29px; }
  .services-audience p { font-size: 15px; }
  .ecosystem-core { min-height: 270px; padding: 26px; border-radius: 20px; }
  .ecosystem-core p { font-size: 34px; }
  .ecosystem-nodes { gap: 8px; }
  .ecosystem-node { min-height: 170px; padding: 16px; border-radius: 18px; }
  .ecosystem-node img { width: 62px; height: 62px; }
  .ecosystem-node span { font-size: 16px; }
  .services-together { padding: 30px 22px; border-radius: 20px; }
  .services-together-copy > p { margin-bottom: 20px; }
  .services-together h2 { font-size: 46px; }
  .services-together-head { gap: 28px; }
  .services-together-head > p { font-size: 18px; }
  .services-flow { margin-top: 42px; border-radius: 18px; }
  .services-flow a { min-height: 190px; gap: 12px; padding: 16px; }
  .services-flow img { width: 50px; height: 50px; }
  .services-flow strong { font-size: 18px; }
  .services-why { grid-template-columns: 1fr; }
  .services-why article { min-height: 260px; padding: 22px; border-right: 0; border-bottom: 1px solid var(--border) !important; }
  .services-why article:last-child { border-bottom: 0 !important; }
  .services-why span { font-size: 42px; }
  .referral { padding: 32px 22px; border-radius: 18px; }
  .referral h2 { font-size: 42px; }
  .referral p { font-size: 16px; }
  .referral .button { width: 100%; }
  .services-soon span { padding: 28px 12px; font-size: 20px; }
  .services-membership { min-height: 0; gap: 38px; padding: 30px 22px; border-radius: 20px; }
  .services-membership-card { perspective: none; }
  .membership-card { box-shadow: 0 18px 38px rgba(0,0,0,.28); transform: none !important; }
  .membership-card-shine { display: none; }
  .services-membership h2 { font-size: 50px; }
}

@media (min-width: 420px) and (max-width: 1080px) {
  .services-hero {
    grid-template-columns: 1fr;
    row-gap: clamp(32px, 5vw, 54px);
  }
  .services-hero-copy { display: contents; }
  .services-hero h1 { order: 1; }
  .services-hero-board { order: 2; }
  .services-lead { order: 3; margin-top: 0; }
  .services-hero-action { order: 4; margin-top: 0; }
  .services-audience article { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .services-hero-board:hover .services-hero-icons img { transform: none; }
}
