/*
Theme Name: Zing Theme Landing
Theme URI: https://zingwithus.com
Description: Toronto's teammate resources platform - landing page theme for hospitality staffing.
Version: 1.0.0
Author: Zing Inc.
Author URI: https://zingwithus.com
Text Domain: zing-theme-landing
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ================================================================
   ZING — Landing Page Stylesheet
   Brand Colors: #E30B5D · #160112 · #0E9A8C · #BFB6A4
   Fonts: Barlow Condensed · Myriad Pro  (local)
================================================================ */

/* -------- @font-face ----------------------------------------- */
@font-face { font-family:'BC'; src:url('assets/fonts/BarlowCondensed-Regular.ttf') format('truetype'); font-weight:400; }
@font-face { font-family:'BC'; src:url('assets/fonts/BarlowCondensed-Italic.ttf') format('truetype'); font-weight:400; font-style:italic; }
@font-face { font-family:'BC'; src:url('assets/fonts/BarlowCondensed-Medium.ttf') format('truetype'); font-weight:500; }
@font-face { font-family:'BC'; src:url('assets/fonts/BarlowCondensed-SemiBold.ttf') format('truetype'); font-weight:600; }
@font-face { font-family:'BC'; src:url('assets/fonts/BarlowCondensed-SemiBoldItalic.ttf') format('truetype'); font-weight:600; font-style:italic; }
@font-face { font-family:'BC'; src:url('assets/fonts/BarlowCondensed-ExtraBold.ttf') format('truetype'); font-weight:800; }
@font-face { font-family:'MP'; src:url('assets/fonts/MyriadPro-Regular.otf') format('opentype'); font-weight:400; }

/* -------- Variables ------------------------------------------- */
:root {
  /* Brand palette */
  --pink:   #E30B5D;
  --pink-d: #c4084f;
  --teal:   #0E9A8C;
  --teal-d: #0b857a;
  --dark:   #160112;     /* primary dark bg */
  --dark2:  #0e0009;     /* deeper variant */
  --beige:  #BFB6A4;
  --amber:  #FFA300;     /* flywheel title — user specified */
  --white:  #FFFFFF;
  --gray:   rgba(255,255,255,0.45);
  --gray-lt:rgba(255,255,255,0.65);

  /* Fonts */
  --bc: 'BC','Arial Narrow',Arial,sans-serif;
  --mp: 'MP','Helvetica Neue',Helvetica,sans-serif;
}

/* -------- Reset ----------------------------------------------- */
*,*::before,*::after { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { background:var(--dark); color:var(--white); font-family:var(--bc); overflow-x:hidden; line-height:1.5; }
img  { display:block; max-width:100%; }
a    { text-decoration:none; color:inherit; }
ul   { list-style:none; }

/* -------- Utilities ------------------------------------------ */
.section-label {
  display: block;
  font-family: var(--bc);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.section-label--pink { color: var(--pink); }
.section-label--teal { color: var(--teal); }
.section-label--dim  { color: rgba(255,255,255,0.55); }

/* -------- Buttons -------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 26px;
  font-family: var(--bc);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: filter .2s, transform .2s;
  white-space: nowrap;
  line-height: 1;
}
.btn:hover { filter:brightness(1.1); transform:translateY(-2px); }
.btn--pink { background:var(--pink); color:var(--white); }
.btn--teal { background:var(--teal); color:var(--white); }
.btn--lg   { padding:16px 40px; font-size:17px; }
.btn--outline { background:transparent; color:var(--white); border:2px solid rgba(255,255,255,0.3); }
.btn--outline:hover { border-color:rgba(255,255,255,0.6); }
.btn__ico  { width:18px; height:18px; flex-shrink:0; }

/* ================================================================
   TOP BAR
================================================================ */
.topbar {
  background: var(--dark2);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.topbar__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 8px 60px;
}
.topbar__link {
  font-family: var(--bc);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.7);
  padding: 5px 14px;
  border: 1px solid rgba(255,255,255,0.15);
  transition: color .2s, border-color .2s;
}
.topbar__link:hover { color:var(--white); border-color:rgba(255,255,255,0.4); }
.topbar__link--login {
  color: var(--white);
  background: rgba(255,255,255,0.08);
  border-color: transparent;
}

/* ================================================================
   NAV
================================================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 300;
  background: var(--pink);
  display: flex;
  align-items: center;
  padding: 0 60px;
  height: 58px;
  gap: 48px;
}
.nav__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.nav__logo img {
  height: 48px;
  width: auto;
  /* white logo on pink background */
}
.nav__links {
  display: flex;
  align-items: center;
  gap: 0;
}
.nav__links li a {
  display: flex;
  align-items: center;
  height: 58px;
  padding: 0 22px;
  font-family: var(--bc);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  transition: background .18s;
}
.nav__links li a:hover,
.nav__links li a.nav__link--active { background:rgba(0,0,0,0.25); color:var(--white); }

/* ================================================================
   HERO  — chef image positioned right as background, text over
================================================================ */
.hero {
  position: relative;
  min-height: 88vh;
  overflow: hidden;
  background: var(--dark);
  display: flex;
  align-items: center;
}

/* Chef image: absolute right, covers right 60% of hero */
.hero__bg {
  position: absolute;
  top: 0; right: 0;
  width: 62%;
  height: 100%;
  z-index: 0;
}
.hero__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
}

/* Gradient: dark left → transparent right (image bleeds through) */
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to right,
    #160112 32%,
    rgba(22,1,18,0.88) 48%,
    rgba(22,1,18,0.38) 68%,
    rgba(22,1,18,0.08) 100%
  );
}

/* Text above everything */
.hero__content {
  position: relative;
  z-index: 2;
  padding: 88px 72px 88px 80px;
  max-width: 900px;
}
/* Body + stats side by side */
.hero__row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 36px;
}

.hero__eyebrow {
  font-family: var(--bc);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  line-height: 1.9;
  margin-bottom: 22px;
}

.hero__title {
  font-family: var(--bc);
  font-size: clamp(58px, 7vw, 96px);
  font-weight: 800;
  font-style: italic;
  line-height: 0.95;
  color: var(--white);
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}

.hero__body {
  font-family: var(--mp);
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255,255,255,0.62);
  max-width: 460px;
  margin-bottom: 36px;
}
.hero__body strong { color: var(--white); font-weight: 700; }

/* Stats row */
.hero__stats {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 40px;
}
.hero__stat { display:flex; flex-direction:column; gap:3px; padding:0 24px; }
.hero__stat:first-child { padding-left:0; }
.hero__stat-num {
  font-family: var(--bc);
  font-size: 26px;
  font-weight: 800;
  color: var(--teal);
  letter-spacing: -0.01em;
}
.hero__stat-lbl {
  font-family: var(--mp);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
}
.hero__stat-sep {
  width: 1px;
  height: 32px;
  background: rgba(255,255,255,0.12);
}

.hero__btns { display:flex; gap:14px; flex-wrap:wrap; }

/* ================================================================
   SPLIT — For Restaurants / For Workers
================================================================ */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #1a0515;
}
.split__col {
  padding: 64px 56px;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.split__col--left { border-right:1px solid rgba(255,255,255,0.06); }

.split__lead {
  font-family: var(--mp);
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255,255,255,0.6);
  margin-bottom: 28px;
  max-width: 460px;
}
.dotlist {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 44px;
}
.dotlist li {
  font-family: var(--mp);
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,0.68);
  padding-left: 18px;
  position: relative;
}
.dotlist li::before {
  content: '';
  position: absolute;
  left: 0; top: 7px;
  width: 7px; height: 7px;
  border-radius: 50%;
}
.dotlist--pink li::before { background:var(--pink); }
.dotlist--teal li::before { background:var(--teal); }

/* ================================================================
   HOW IT WORKS
================================================================ */
.how { background:var(--dark2); border-top:1px solid rgba(255,255,255,0.04); }

.how__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 48vh;
}
.how__text {
  padding: 72px 56px 64px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.how__title {
  font-family: var(--bc);
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--pink);
  margin-bottom: 28px;
}
.how__body {
  font-family: var(--mp);
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255,255,255,0.48);
  margin-bottom: 16px;
  max-width: 400px;
}
.how__img { overflow:hidden; }
.how__img img { width:100%; height:100%; object-fit:cover; }

/* 4 Steps */
.steps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid rgba(255,255,255,0.05);
}
.step {
  padding: 36px 32px 44px;
  border-right: 1px solid rgba(255,255,255,0.05);
  background: rgba(227,11,93,0.04);
  transition: background .25s;
}
.step:last-child { border-right:none; }
.step:hover { background:rgba(227,11,93,0.1); }

/* Brand-style icon: teal/pink rounded square + white SVG */
.step__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: var(--pink);
  border-radius: 12px;
  margin-bottom: 22px;
  flex-shrink: 0;
}
.step__icon-wrap svg { width:28px; height:28px; }

.step__title {
  font-family: var(--bc);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.step__body {
  font-family: var(--mp);
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,0.42);
}

/* ================================================================
   FLYWHEEL  — SUN_KLONE as full background, text overlaid
================================================================ */
.flywheel {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: stretch;
}

/* Full background image */
.flywheel__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.flywheel__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
/* Dark overlay — lighter on left (image visible), darker on right (text readable) */
.flywheel__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(22,1,18,0.55) 0%,
    rgba(22,1,18,0.55) 45%,
    rgba(22,1,18,0.88) 50%,
    rgba(22,1,18,0.95) 100%
  );
}

/* Content grid over image */
.flywheel__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.flywheel__left {
  /* Empty — shows through semi-transparent overlay */
}
.flywheel__right {
  padding: 72px 80px 72px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flywheel__title {
  font-family: var(--bc);
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--amber);        /* #FFA300 as specified */
  margin-bottom: 24px;
}
.flywheel__desc {
  font-family: var(--mp);
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255,255,255,0.55);
  margin-bottom: 44px;
  max-width: 400px;
}
.flywheel__pillars {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.flywheel__pillar h4 {
  font-family: var(--bc);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--white);
  margin-bottom: 8px;
}
.flywheel__pillar p {
  font-family: var(--mp);
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,0.4);
}

/* ================================================================
   PARTNER BAR
================================================================ */
.partners {
  background: var(--pink);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 0 60px;
  height: 72px;
}
.partners__name {
  font-family: var(--bc);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.93);
  padding: 0 28px;
  text-transform: uppercase;
}
.partners__name--script {
  font-family: var(--bc);
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  text-transform: none;
  letter-spacing: 0.02em;
}
.partners__name--bold { font-weight:800; letter-spacing:0.14em; }
.partners__sep {
  width: 1px;
  height: 28px;
  background: rgba(255,255,255,0.3);
}

/* ================================================================
   RATING SECTION
================================================================ */
.rating {
  background: var(--dark);
  border-top: 1px solid rgba(255,255,255,0.04);
}
.rating__wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  padding: 80px;
  align-items: center;
}

/* Left: large floating Astra symbol */
.rating__symbol {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rating__symbol img {
  width: 100%;
  max-width: 280px;
  filter: drop-shadow(0 0 56px rgba(227,11,93,0.45));
  animation: float 5s ease-in-out infinite;
}
@keyframes float {
  0%,100% { transform:translateY(0); }
  50%      { transform:translateY(-16px); }
}

.rating__title {
  font-family: var(--bc);
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 800;
  line-height: 1.05;
  color: var(--teal);
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}
.rating__body {
  font-family: var(--mp);
  font-size: 15px;
  line-height: 1.72;
  color: rgba(255,255,255,0.5);
  margin-bottom: 36px;
  max-width: 500px;
}

/* Tier table */
.tiers {
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
}
.tier {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background .2s;
}
.tier:last-child { border-bottom:none; }
.tier:hover { background:rgba(227,11,93,0.06); }
.tier__loops {
  display: flex;
  align-items: center;
  gap: 2px;
  min-width: 120px;
}
.tier__loops img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.tier__info { display:flex; flex-direction:column; gap:2px; }
.tier__info strong {
  font-family: var(--bc);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--white);
}
.tier__info span {
  font-family: var(--mp);
  font-size: 12.5px;
  color: rgba(255,255,255,0.38);
}

/* ================================================================
   STARRZING
================================================================ */
.starrzing {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.05);
  background: linear-gradient(135deg, #2a0020 0%, #160112 60%, #0e0009 100%);
}
/* Large decorative Astra in background-right */
.starrzing__bg-astra {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 380px;
  opacity: 0.18;
  pointer-events: none;
}
.starrzing__bg-astra img { width:100%; }

.starrzing__content {
  position: relative;
  z-index: 2;
  padding: 64px 80px;
  max-width: 860px;
}
.starrzing__body {
  font-family: var(--mp);
  font-size: 14.5px;
  line-height: 1.8;
  color: rgba(255,255,255,0.52);
  margin-bottom: 44px;
  max-width: 540px;
}
.starrzing__tiers {
  display: flex;
  gap: 52px;
  flex-wrap: wrap;
}
.starrzing__tier {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
.starrzing__stars {
  display: flex;
  gap: 6px;
  align-items: center;
}
/* Each ZingAstra star in StarrZing: large, prominent */
.starrzing__star {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(227,11,93,0.5));
}
.starrzing__label {
  font-family: var(--bc);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

/* ================================================================
   TESTIMONIALS
================================================================ */
.testimonials {
  background: var(--dark);
  border-top: 1px solid rgba(255,255,255,0.04);
  padding: 72px 80px;
}
.testimonials__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 44px;
}
.testimonials__title {
  font-family: var(--bc);
  font-size: clamp(40px, 4.8vw, 64px);
  font-weight: 800;
  font-style: italic;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--amber);
}
.testimonials__img {
  overflow: hidden;
  max-height: 320px;
}
.testimonials__img img {
  width:100%; height:100%;
  object-fit:cover; object-position:center top;
}
.testimonials__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.testimonial {
  background: #1e0018;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 36px 40px;
}
.testimonial__quote {
  font-family: var(--mp);
  font-size: 14px;
  font-style: italic;
  line-height: 1.78;
  color: rgba(255,255,255,0.68);
  margin-bottom: 24px;
}
.testimonial__by strong {
  display: block;
  font-family: var(--bc);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 4px;
}
.testimonial__by span {
  font-family: var(--mp);
  font-size: 12.5px;
  color: var(--pink);
}

/* ================================================================
   FINAL CTA
================================================================ */
.cta {
  background: linear-gradient(180deg, var(--dark) 0%, #2a0020 46%, var(--dark) 100%);
  padding: 110px 80px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.04);
}
.cta__title {
  font-family: var(--bc);
  font-size: clamp(34px, 4.8vw, 66px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--pink);
  margin-bottom: 18px;
}
.cta__sub {
  font-family: var(--mp);
  font-size: 17px;
  color: rgba(255,255,255,0.42);
  margin-bottom: 52px;
}
.cta__btns { display:flex; gap:20px; justify-content:center; flex-wrap:wrap; }

/* ================================================================
   FOOTER
================================================================ */
.footer {
  background: var(--dark2);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 60px 80px 28px;
}
.footer__top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 24px;
}
.footer__brand { display:flex; flex-direction:column; gap:14px; }
.footer__logo img { height:52px; width:auto; }
.footer__desc {
  font-family: var(--mp);
  font-size: 12.5px;
  line-height: 1.72;
  color: rgba(255,255,255,0.28);
}
.footer__cols {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 32px;
}
.footer__col h4 {
  font-family: var(--bc);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
  margin-bottom: 18px;
}
.footer__col ul { display:flex; flex-direction:column; gap:10px; }
.footer__col ul li a {
  font-family: var(--mp);
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  transition: color .18s;
}
.footer__col ul li a:hover { color:var(--white); }

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer__bottom p {
  font-family: var(--mp);
  font-size: 11px;
  color: rgba(255,255,255,0.2);
}
.footer__legal { display:flex; gap:20px; }
.footer__legal a {
  font-family: var(--mp);
  font-size: 11px;
  color: rgba(255,255,255,0.2);
  transition: color .18s;
}
.footer__legal a:hover { color:rgba(255,255,255,0.5); }

/* ================================================================
   INNER PAGE HERO
================================================================ */
.inner-hero {
  background: linear-gradient(135deg, #1a0015 0%, #160112 60%, #0e0009 100%);
  padding: 120px 80px 80px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.inner-hero__content { max-width: 860px; }
.inner-hero__title {
  font-family: 'BC','Arial Narrow',Arial,sans-serif;
  font-size: clamp(48px,6vw,88px);
  font-weight: 800;
  line-height: 1.0;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.inner-hero__sub {
  font-family: 'MP','Helvetica Neue',Helvetica,sans-serif;
  font-size: 18px;
  color: rgba(255,255,255,0.55);
  max-width: 560px;
  line-height: 1.7;
}

/* ================================================================
   CONTENT SECTIONS — inner pages
================================================================ */
.page-section { padding: 80px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.page-section--alt { background: #1a0515; }
.page-section--dark { background: #0e0009; }
.content-grid { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:start; }
.content-grid--3 { display:grid; grid-template-columns:repeat(3,1fr); gap:32px; }
.content-grid--4 { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.section-title {
  font-family: 'BC','Arial Narrow',Arial,sans-serif;
  font-size: clamp(32px,4vw,56px);
  font-weight: 800;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.section-body {
  font-family: 'MP','Helvetica Neue',Helvetica,sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  margin-bottom: 24px;
}
.card {
  background: #1e0018;
  border: 1px solid rgba(255,255,255,0.07);
  padding: 36px;
}
.card__icon {
  width: 48px; height: 48px;
  background: #E30B5D;
  border-radius: 10px;
  margin-bottom: 20px;
  display:flex; align-items:center; justify-content:center;
}
.card__title {
  font-family: 'BC','Arial Narrow',Arial,sans-serif;
  font-size: 20px; font-weight:800;
  text-transform:uppercase; letter-spacing:0.04em;
  color:#FFFFFF; margin-bottom:12px;
}
.card__body {
  font-family:'MP','Helvetica Neue',Helvetica,sans-serif;
  font-size:13.5px; color:rgba(255,255,255,0.5); line-height:1.7;
}
.process-step {
  display:flex; gap:24px; align-items:flex-start;
  padding: 28px 0; border-bottom:1px solid rgba(255,255,255,0.05);
}
.process-step:last-child { border-bottom:none; }
.process-step__num {
  font-family:'BC','Arial Narrow',Arial,sans-serif;
  font-size:48px; font-weight:800; color:#E30B5D;
  line-height:1; min-width:48px;
}
.process-step__title {
  font-family:'BC','Arial Narrow',Arial,sans-serif;
  font-size:22px; font-weight:800; text-transform:uppercase;
  color:#FFFFFF; margin-bottom:8px;
}
.process-step__body {
  font-family:'MP','Helvetica Neue',Helvetica,sans-serif;
  font-size:14px; color:rgba(255,255,255,0.5); line-height:1.7;
}

/* ================================================================
   STATS BAR  (used on partnerships, z-report, pricing)
================================================================ */
.stats-bar {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  margin-top: 48px;
}
.stats-bar__stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 40px;
}
.stats-bar__stat:first-child { padding-left: 0; }
.stats-bar__num {
  font-family: var(--bc);
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 800;
  color: var(--teal);
  letter-spacing: -0.01em;
  line-height: 1;
}
.stats-bar__label {
  font-family: var(--mp);
  font-size: 11.5px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}
.stats-bar__sep {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.1);
}

/* ================================================================
   CARD VARIANTS
================================================================ */
.card--featured {
  border-color: var(--pink);
  background: rgba(227,11,93,0.06);
}
.card__tag {
  font-family: var(--bc);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}
.card__tag--pink { color: var(--pink); }
.card__tag--teal { color: var(--teal); }
.card__icon--pink { background: var(--pink); }
.card__icon--teal { background: var(--teal); }

/* ================================================================
   FAQ
================================================================ */
.faq-section { max-width: 860px; }
.faq-item { padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.faq-q {
  font-family: 'BC','Arial Narrow',Arial,sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.faq-a {
  font-family: 'MP','Helvetica Neue',Helvetica,sans-serif;
  font-size: 14.5px;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
}

/* ================================================================
   CONTACT FORM
================================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.contact-form { display: flex; flex-direction: column; gap: 16px; max-width: 560px; }
.form-input {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: #FFFFFF;
  padding: 16px 20px;
  font-family: 'MP','Helvetica Neue',Helvetica,sans-serif;
  font-size: 15px;
  outline: none;
  width: 100%;
  appearance: none;
  transition: border-color .2s;
}
.form-input:focus { border-color: #E30B5D; }
.form-input::placeholder { color: rgba(255,255,255,0.3); }
.form-textarea { min-height: 140px; resize: vertical; }
.form-input option { background: #160112; }
.contact-info { display: flex; flex-direction: column; gap: 28px; }
.contact-info__item h4 {
  font-family: 'BC','Arial Narrow',Arial,sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #E30B5D;
  margin-bottom: 8px;
}
.contact-info__item p {
  font-family: 'MP','Helvetica Neue',Helvetica,sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.7);
}

/* ================================================================
   PRICING
================================================================ */
.pricing-explain-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-top: 40px;
}
.pricing-example-box {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 36px 32px;
}
.pricing-example-box__label {
  font-family: var(--bc);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 24px;
  display: block;
}
.pricing-example-box__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.pricing-example-box__row span {
  font-family: var(--mp);
  font-size: 13px;
  color: rgba(255,255,255,0.4);
}
.pricing-example-box__row strong {
  font-family: var(--bc);
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
}
.pricing-example-box__divider {
  height: 1px;
  background: rgba(255,255,255,0.12);
  margin: 8px 0;
}
.pricing-example-box__row--total { border-bottom: none; margin-top: 4px; }
.pricing-example-box__row--total span {
  font-family: var(--bc);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
.pricing-example-box__row--total strong { font-size: 28px; color: var(--pink); }
.pricing-example-box__note {
  font-family: var(--mp);
  font-size: 11.5px;
  color: rgba(255,255,255,0.25);
  margin-top: 16px;
  line-height: 1.6;
}
.pricing-included {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.pricing-included__visual { display: flex; flex-direction: column; gap: 32px; padding-top: 16px; }
.pricing-stat__num {
  display: block;
  font-family: var(--bc);
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 800;
  color: var(--teal);
  margin-bottom: 4px;
  line-height: 1;
}
.pricing-stat__label {
  font-family: var(--mp);
  font-size: 12.5px;
  color: rgba(255,255,255,0.4);
}

/* ================================================================
   Z REPORT
================================================================ */
.zreport-about {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  align-items: start;
}
.report-card__year {
  font-family: var(--bc);
  font-size: 52px;
  font-weight: 800;
  color: rgba(255,255,255,0.07);
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -0.03em;
}
.report-card__meta {
  display: flex;
  gap: 20px;
  margin-top: 16px;
}
.report-card__meta span {
  font-family: var(--mp);
  font-size: 11.5px;
  color: rgba(255,255,255,0.25);
  letter-spacing: 0.05em;
}

/* ================================================================
   PRESS
================================================================ */
.press-kit {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: center;
}
.press-kit__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
}
.press-kit__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.press-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}
.press-card__date {
  font-family: var(--bc);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 12px;
}
.press-card__link {
  display: inline-flex;
  align-items: center;
  font-family: var(--bc);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pink);
  margin-top: 20px;
  transition: opacity .2s;
}
.press-card__link:hover { opacity: 0.7; }
.media-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

/* ================================================================
   HAMBURGER MENU TOGGLE
================================================================ */
.nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
}
.nav__toggle span {
  display: block;
  width: 26px;
  height: 2.5px;
  background: var(--white);
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
}
.nav__toggle.active span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav__toggle.active span:nth-child(2) { opacity: 0; }
.nav__toggle.active span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ================================================================
   RESPONSIVE — TABLET  (max-width: 1024px)
================================================================ */
@media (max-width: 1024px) {

  /* --- NAV HAMBURGER ---*/
  .nav__toggle { display: flex; }
  .nav__links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--pink);
    flex-direction: column;
    padding: 0;
    border-top: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 12px 32px rgba(0,0,0,0.4);
    z-index: 400;
  }
  .nav__links.open { display: flex; }
  .nav__links li a {
    height: auto;
    padding: 16px 32px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 16px;
  }
  .nav { position: relative; }

  /* --- HERO --- */
  .hero__content { max-width: 100%; padding: 72px 40px 72px 48px; }
  .hero__row { flex-direction: column; gap: 28px; }
  .hero__stats { flex-wrap: wrap; gap: 12px; }

  /* --- SPLIT (2 cols → 1 col) --- */
  .split { grid-template-columns: 1fr; }
  .split__col--left { border-right: none; }

  /* --- HOW IT WORKS --- */
  .how__top { grid-template-columns: 1fr; }
  .how__img { min-height: 300px; }
  .steps { grid-template-columns: repeat(2, 1fr); }

  /* --- FLYWHEEL --- */
  .flywheel__content { grid-template-columns: 1fr; }
  .flywheel__left { display: none; }
  .flywheel__right { padding: 64px 48px; }
  .flywheel__overlay {
    background: linear-gradient(
      to bottom,
      rgba(22,1,18,0.5) 0%,
      rgba(22,1,18,0.85) 40%,
      rgba(22,1,18,0.95) 100%
    ) !important;
  }

  /* --- RATING --- */
  .rating__wrap { grid-template-columns: 1fr; gap: 40px; padding: 60px 48px; }
  .rating__symbol { order: -1; }
  .rating__symbol img { max-width: 180px; margin: 0 auto; }

  /* --- STARRZING --- */
  .starrzing__content { padding: 48px; }
  .starrzing__tiers { gap: 36px; }

  /* --- TESTIMONIALS --- */
  .testimonials__header { flex-direction: column; }
  .testimonials__grid { grid-template-columns: 1fr; }

  /* --- FOOTER --- */
  .footer__top { grid-template-columns: 1fr; gap: 48px; }
  .footer__cols { grid-template-columns: repeat(3, 1fr); }
  .footer__bottom { flex-direction: column; text-align: center; gap: 12px; }

  /* --- INNER PAGES --- */
  .inner-hero { padding: 100px 40px 64px; }
  .page-section { padding: 56px 40px; }
  .content-grid { grid-template-columns: 1fr; gap: 40px; }
  .content-grid--3 { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .pricing-explain-grid { grid-template-columns: 1fr; gap: 40px; }
  .pricing-included { grid-template-columns: 1fr; gap: 40px; }
  .zreport-about { grid-template-columns: 1fr; gap: 40px; }
  .press-kit { grid-template-columns: 1fr; gap: 40px; }
  .press-grid { grid-template-columns: 1fr; }
  .media-contact { grid-template-columns: 1fr; gap: 40px; }
}

/* ================================================================
   RESPONSIVE — MOBILE  (max-width: 640px)
================================================================ */
@media (max-width: 640px) {

  /* --- TOPBAR --- */
  .topbar__inner { padding: 6px 16px; gap: 2px; justify-content: center; }
  .topbar__link { font-size: 11px; padding: 4px 8px; }

  /* --- NAV --- */
  .nav { padding: 0 20px; height: 52px; }
  .nav__logo img { height: 38px; }
  .nav__links li a { padding: 14px 24px; font-size: 15px; }

  /* --- HERO --- */
  .hero { min-height: 70vh; }
  .hero__bg { width: 100%; }
  .hero__overlay {
    background: linear-gradient(
      to bottom,
      rgba(22,1,18,0.65) 0%,
      rgba(22,1,18,0.85) 50%,
      rgba(22,1,18,0.95) 100%
    ) !important;
  }
  .hero__content { padding: 40px 20px 48px; }
  .hero__eyebrow { font-size: 10px; margin-bottom: 16px; }
  .hero__title { font-size: clamp(36px, 10vw, 54px); margin-bottom: 20px; }
  .hero__body { font-size: 14px; }
  .hero__row { gap: 24px; }
  .hero__stats { flex-direction: column; gap: 16px; }
  .hero__stat { padding: 0; flex-direction: row; gap: 10px; align-items: baseline; }
  .hero__stat-sep { display: none; }
  .hero__stat-num { font-size: 22px; }
  .hero__btns { flex-direction: column; gap: 10px; }
  .hero__btns .btn { width: 100%; justify-content: center; }

  /* --- SPLIT --- */
  .split__col { padding: 40px 20px; }

  /* --- HOW IT WORKS --- */
  .how__text { padding: 40px 20px; }
  .how__img { min-height: 220px; }
  .steps { grid-template-columns: 1fr; }
  .step { padding: 28px 20px 36px; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.05); }
  .step:last-child { border-bottom: none; }

  /* --- FLYWHEEL --- */
  .flywheel__right { padding: 40px 20px; }
  .flywheel__pillars { grid-template-columns: 1fr; gap: 24px; }
  .flywheel__title { font-size: clamp(28px, 8vw, 42px); }

  /* --- PARTNERS --- */
  .partners { height: auto; padding: 16px 20px; gap: 8px; flex-wrap: wrap; justify-content: center; }
  .partners__name { font-size: 14px; padding: 6px 12px; }
  .partners__name--script { font-size: 16px; }
  .partners__sep { height: 20px; }

  /* --- RATING --- */
  .rating__wrap { padding: 40px 20px; }
  .rating__title { font-size: clamp(28px, 8vw, 42px); }
  .tier { flex-direction: column; gap: 8px; padding: 16px; }
  .tier__loops { min-width: auto; }

  /* --- STARRZING --- */
  .starrzing__content { padding: 36px 20px; }
  .starrzing__tiers { flex-direction: column; gap: 24px; }

  /* --- TESTIMONIALS --- */
  .testimonials__header,
  .testimonials__grid { padding: 0; }
  .testimonials__hl { padding: 40px 20px 0; }
  .testimonials__img { padding: 24px 20px; }
  .testimonials__img img { max-height: 200px; object-fit: cover; width: 100%; }
  .testimonials__grid { padding: 0 20px 40px; }
  .testimonial { padding: 28px 20px; }
  .testimonial__quote { font-size: 14px; }

  /* --- CTA --- */
  .cta { padding: 56px 20px; }
  .cta__title { font-size: clamp(24px, 7vw, 38px); }
  .cta__btns { flex-direction: column; }
  .cta__btns .btn { width: 100%; justify-content: center; }

  /* --- FOOTER --- */
  .footer__top { padding: 40px 20px; }
  .footer__cols { grid-template-columns: 1fr; gap: 32px; }
  .footer__bottom { padding: 20px; }
  .footer__logo img { height: 42px; }

  /* --- INNER PAGES --- */
  .inner-hero { padding: 80px 20px 48px; }
  .inner-hero__title { font-size: clamp(32px, 9vw, 52px); }
  .inner-hero__sub { font-size: 15px; }
  .page-section { padding: 40px 20px; }
  .section-title { font-size: clamp(26px, 7vw, 42px); }
  .content-grid--3 { grid-template-columns: 1fr; }
  .content-grid--4 { grid-template-columns: 1fr 1fr; }
  .card { padding: 24px; }
  .process-step { flex-direction: column; gap: 12px; }
  .process-step__num { font-size: 36px; min-width: auto; }

  /* --- STATS BAR --- */
  .stats-bar { flex-direction: column; align-items: flex-start; gap: 24px; }
  .stats-bar__stat { padding: 0; }
  .stats-bar__sep { display: none; }

  /* --- BUTTONS --- */
  .btn { font-size: 13px; padding: 12px 20px; }
  .btn--lg { font-size: 15px; padding: 14px 28px; }
}
