/* ============================================
   BYOOOOOB Hero — HTML + CSS
   Typography source: texts.css (Sharp Grotesk)
   Fallback: Space Grotesk until local .woff2 files are added
   ============================================ */

:root {
  --black: #000000;
  --white: #ffffff;
  --bg: #f5f5f5;
  --grid: #e5e5e5;
  --orange: #ff5129;
  --orange-deep: #e9492d;
  --orange-blob: #f65608;
  --purple: #4d17f5;
  --pink: #fa9dcd;
  --yellow: #ebd22f;
  --green: #1f8d42;
  --subtext: #6b6b6b;
  /* Prefer Sharp Grotesk from texts.css @font-face */
  --font: "Sharp Grotesk", "Space Grotesk", system-ui, sans-serif;
  --nav-h: 88px;
}

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

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--black);
  min-height: 100vh;
  overflow-x: clip;
}

img {
  display: block;
  max-width: 100%;
}

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

/* ---------- Grid background ---------- */
.hero {
  position: relative;
  background-color: var(--bg);
  background-image:
    linear-gradient(var(--grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid) 1px, transparent 1px);
  background-size: 80px 80px;
  background-position: center top;
  overflow: hidden;
}

/* ---------- Fixed W. badge ---------- */
.site-badge {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 50;
  transform: translateY(-50%);
  background: var(--black);
  color: var(--white);
  padding: 18px 10px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: translateY(-50%) rotate(180deg);
  border-radius: 4px 0 0 4px;
  box-shadow: -2px 0 12px rgba(0, 0, 0, 0.12);
}

.site-badge__text {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
  line-height: 1;
}

/* ---------- Navbar ---------- */
.nav {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 28px 48px;
  min-height: var(--nav-h);
}

.nav__logo img {
  width: 148px;
  height: auto;
}

.nav__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Typography from texts.css .link-sm (16/19.2/600) */
.nav__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
  min-height: 44px;
}

.nav__link:hover {
  opacity: 0.7;
}

/* ---------- Pills ---------- */
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font);
  font-weight: 700;
  line-height: 1;
  border-radius: 999px;
  white-space: nowrap;
}

.pill--new {
  background: var(--pink);
  color: var(--black);
  font-size: 9px;
  padding: 3px 7px;
  letter-spacing: 0.04em;
  transform: translateY(-1px);
}

.pill--mins {
  background: var(--yellow);
  color: var(--black);
  font-size: 10px;
  padding: 5px 8px;
  margin-left: 8px;
  letter-spacing: 0.02em;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font);
  font-weight: 600;
  border-radius: 999px;
  border: 2px solid var(--black);
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
  min-height: 44px;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

/* Typography from texts.css .link-sm; color overridden for on-black buttons */
.btn--nav {
  background: var(--black);
  color: var(--white);
  padding: 12px 22px;
  text-transform: uppercase;
}

.btn--nav.link-sm {
  color: var(--white);
}

.btn--cta.link-md {
  color: var(--black);
}

.btn--nav:hover {
  background: #222;
}

.btn--cta {
  position: relative;
  background: var(--white);
  color: var(--black);
  padding: 12px 16px 12px 24px;
  text-transform: uppercase;
  gap: 10px;
  border: 2px solid var(--black);
  border-radius: 999px;
  box-shadow: 5px 5px 0 var(--black);
  overflow: hidden;
}

.btn--cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.7) 45%,
    transparent 55%
  );
  transform: skewX(-20deg);
  pointer-events: none;
  animation: cta-shine 4s ease-in-out infinite;
}

@keyframes cta-shine {
  0%, 100% { left: -60%; }
  50% { left: 120%; }
}

.btn--cta:hover {
  background: #f8f8f8;
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0 var(--black);
}

.btn--cta:active {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--black);
}



/* ---------- Hero stage ---------- */
.hero__stage {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 48px 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*
    min-height scales with the headline font-size so the stage always
    accommodates the text plus the side cards.  The 2.6em multiplier
    accounts for three headline lines + subtext + CTA + breathing room.
  */
  min-height: calc(2.6em + 520px);
  /*
    --safe-zone is the horizontal half-width reserved around the centered
    .hero__copy text.  Decorative elements are kept outside this band
    via the clamp()/percentage rules below so they never drift into the
    text at any viewport width.
  */
  --safe-zone: 42%; /* of stage width — text occupies the middle ~16% */
}

/* ---------- Copy block (safe zone) ---------- */
.hero__copy {
  position: relative;
  z-index: 5;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
}

/*
  Base type from texts.css .h1-alt:
  120px / 114px / 700 / letter-spacing -2.4px / #000
  Tight stack for the 3-line hero headline.
*/
.hero__headline.h1-alt {
  text-transform: uppercase;
}

.hero-heading {
  font-family: 'Sharp Grotesk 15', 'Sharp Grotesk', 'Space Grotesk', sans-serif;
  font-size: 108px;
  line-height: 108px;
  font-weight: 700;
  color: #000000;
  padding: 0;
}

@media (max-width: 1200px) {
  .hero__headline.h1-alt {
    font-size: 86px;
    line-height: 82px;
    letter-spacing: -1.72px;
  }
}

@media (max-width: 1024px) {
  .hero__headline.h1-alt {
    font-size: 65px;
    line-height: 62px;
    letter-spacing: -1.3px;
  }
}

@media (max-width: 480px) {
  .hero__headline.h1-alt {
    font-size: 40px;
    line-height: 38px;
    letter-spacing: -0.8px;
  }
}

.hero__line {
  display: block;
}

.hero__line--dream {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 0.16em;
  row-gap: 0.06em;
  white-space: normal;
}

.eyes-sticker {
  width: clamp(52px, 7vw, 92px);
  height: auto;
  flex-shrink: 0;
  transform: rotate(6deg) translateY(0.02em);
  filter: drop-shadow(1px 2px 0 rgba(0, 0, 0, 0.1));
}

.hero__line--accent {
  color: #B25AE8; /* purple keyword */
  font-size: 1.1em;
  letter-spacing: -0.03em;
  margin-top: 0.01em;
}

/* === GLOBE SAVED (temporarily replaced by flags) ===
.hero__globe {
  display: inline-block;
  width: clamp(108px, 14vw, 180px);
  height: auto;
  vertical-align: middle;
  margin-right: 0.2em;
  margin-bottom: -0.1em;
}
=== END GLOBE SAVED === */

.hero__flags {
  display: inline-block;
  position: relative;
  width: 49px;
  height: 49px;
  vertical-align: middle;
  margin-left: 0.15em;
}

.hero__flags--inline {
  margin-left: 0;
  margin-right: 0.2em;
}

.hero__flag {
  position: absolute;
  top: 0;
  left: 0;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0;
  animation: flag-cycle 8s ease-in-out infinite;
}

.hero__flag:nth-child(1) { animation-delay: 0s; }
.hero__flag:nth-child(2) { animation-delay: 2s; }
.hero__flag:nth-child(3) { animation-delay: 4s; }
.hero__flag:nth-child(4) { animation-delay: 6s; }

@keyframes flag-cycle {
  0%   { opacity: 0; transform: translateY(12px) scale(0.9); }
  8%   { opacity: 1; transform: translateY(0) scale(1); }
  18%  { opacity: 1; transform: translateY(-4px) scale(1); }
  25%  { opacity: 0; transform: translateY(-14px) scale(0.9); }
  100% { opacity: 0; transform: translateY(12px) scale(0.9); }
}

/* Body subtext: 18px / 400 / 28px line-height, neutral gray */
.hero__subtext {
  margin-top: 16px;
  font-family: var(--font);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--subtext);
}

.hero__cta-row {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  gap: 12px;
}

/* ---------- Decorative stickers ---------- */
/*
  All deco elements use percentage-based top/right/left/bottom and
  clamp()-based widths so they scale proportionally with the stage.
  They are kept outside the --safe-zone band (middle 42% of stage)
  so they never overlap .hero__copy at any width.
*/
.deco {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  user-select: none;
}

.deco--star {
  width: clamp(72px, 9vw, 130px);
  height: auto;
  top: 2%;
  right: 17%;
  left: auto;
  transform: rotate(8deg);
  z-index: 6;
}

.deco--star__img {
  width: 100%;
  height: auto;
  transform-origin: center center;
}

@media (prefers-reduced-motion: no-preference) {
  .deco--star__img {
    animation: star-spin 5s ease-in-out infinite;
  }
}

@keyframes star-spin {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.deco--globe {
  width: clamp(90px, 12vw, 160px);
  height: auto;
  top: 8%;
  left: 7%;
  right: auto;
  bottom: auto;
  transform: rotate(-8deg);
  z-index: 3;
}

/* ---------- Team cards ---------- */
/*
  Width is clamp()-based so the card scales with the viewport.
  Positions are percentage-based relative to .hero__stage so they
  track the stage edges, not fixed pixels.
*/
.team-card {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: clamp(100px, 12vw, 160px);
  aspect-ratio: 3 / 4;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.12),
    0 2px 6px rgba(0, 0, 0, 0.06);
  border: 2px solid rgba(0, 0, 0, 0.06);
}

.team-card__sticker {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 22px;
  height: 22px;
}

.team-card__sticker--orange {
  background: var(--orange-blob);
  border-radius: 50% 40% 55% 45%;
  transform: rotate(18deg);
}

.team-card__sticker--flower {
  width: 24px;
  height: 24px;
  background: var(--orange-deep);
  border-radius: 50%;
  box-shadow:
    8px 0 0 -2px var(--orange-deep),
    -8px 0 0 -2px var(--orange-deep),
    0 8px 0 -2px var(--orange-deep),
    0 -8px 0 -2px var(--orange-deep);
  transform: scale(0.55) rotate(12deg);
  top: 14px;
  right: 12px;
}

.team-card__sticker--star {
  background: var(--purple);
  clip-path: polygon(
    50% 0%,
    63% 35%,
    100% 35%,
    70% 57%,
    82% 95%,
    50% 72%,
    18% 95%,
    30% 57%,
    0% 35%,
    37% 35%
  );
  transform: rotate(15deg);
}

.team-card__photo-wrap {
  position: relative;
  flex: 1;
  min-height: clamp(110px, 13vw, 150px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 14px 10px;
  overflow: hidden;
}

.team-card__photo-wrap--circle {
  padding-top: 26px;
}

.team-card__photo-wrap--circle .team-card__photo {
  width: 78%;
  aspect-ratio: 1;
  height: auto;
  max-height: none;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.4);
}

.team-card__photo-wrap--arch .team-card__photo {
  width: 80%;
  aspect-ratio: 0.82;
  height: auto;
  max-height: none;
  object-fit: cover;
  object-position: center 15%;
  border-radius: 999px 999px 18px 18px;
  border: 3px solid rgba(255, 255, 255, 0.3);
}

.team-card__photo {
  width: 82%;
  aspect-ratio: 0.78;
  height: auto;
  max-height: 128px;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 999px 999px 16px 16px;
  filter: grayscale(1) contrast(1.08);
  background: rgba(0, 0, 0, 0.06);
}

.team-card__label {
  font-family: var(--font);
  font-size: clamp(11px, 1.1vw, 14px);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 10px 8px 12px;
  color: var(--white);
  text-transform: uppercase;
}

/* Full-card image (new assets) */
.team-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

/* Card themes + positions — all percentage-based, anchored to stage edges */
.team-card--abhishek {
  background: transparent;
  border: none;
  box-shadow: none;
  top: 2%;
  right: 2%;
  transform: rotate(8deg);
}

.team-card--sophie {
  background: transparent;
  border: none;
  box-shadow: none;
  bottom: 12%;
  left: 2%;
  transform: rotate(-10deg);
}

.team-card--shivam {
  background: transparent;
  border: none;
  box-shadow: none;
  bottom: 12%;
  right: 2%;
  transform: rotate(7deg);
}

/* subtle float animation */
@keyframes float-a {
  0%, 100% { transform: rotate(8deg) translateY(0); }
  50% { transform: rotate(8deg) translateY(-8px); }
}
@keyframes float-b {
  0%, 100% { transform: rotate(-10deg) translateY(0); }
  50% { transform: rotate(-10deg) translateY(-6px); }
}
@keyframes float-c {
  0%, 100% { transform: rotate(7deg) translateY(0); }
  50% { transform: rotate(7deg) translateY(-10px); }
}

@media (prefers-reduced-motion: no-preference) {
  .team-card--abhishek { animation: float-a 5.5s ease-in-out infinite; }
  .team-card--sophie { animation: float-b 6.2s ease-in-out infinite 0.4s; }
  .team-card--shivam { animation: float-c 5.8s ease-in-out infinite 0.8s; }
}

/* ============================================
   Responsive — Hero section
   Three breakpoints: mobile ≤480px, tablet 481-1024px, desktop 1025px+
   At each breakpoint the deco/team-card elements shrink via clamp(),
   reposition to the corners/edges, or are hidden if there isn't
   enough room to avoid overlapping .hero__copy.
   ============================================ */

/* ---------- Desktop (1025px+) — default rules above apply ---------- */
@media (min-width: 1025px) {
  .hero__stage {
    --safe-zone: 42%;
  }
}

/* ---------- Tablet (481px – 1024px) ---------- */
@media (max-width: 1024px) {
  .nav {
    padding: 20px 24px;
  }

  .hero__stage {
    padding: 24px 24px 36px;
    align-items: flex-start;
    min-height: calc(2.6em + 240px);
    --safe-zone: 50%; /* narrower text zone on smaller screens */
  }

  .hero__copy {
    padding: 40px 0 40px;
    /*
      Leave at least 120px on each side for team cards.
      max-width scales down on narrower tablets so cards never overlap.
    */
    max-width: min(600px, calc(100% - 240px));
  }

  .deco--star {
    top: 3%;
    right: 14%;
    left: auto;
    transform: rotate(12deg);
    width: clamp(40px, 5vw, 55px);
  }

  .deco--globe {
    top: 6%;
    bottom: auto;
    left: 6%;
    transform: rotate(-8deg);
    width: clamp(80px, 10vw, 120px);
    opacity: 0.95;
  }

  .team-card {
    width: clamp(90px, 11vw, 120px);
  }

  .team-card__photo {
    max-height: 100px;
  }

  .team-card--abhishek {
    top: 1%;
    right: 2%;
  }

  .team-card--sophie {
    bottom: 10%;
    left: 2%;
  }

  .team-card--shivam {
    bottom: 10%;
    right: 2%;
  }

  .site-badge {
    padding: 14px 8px;
  }

  .site-badge__text {
    font-size: 10px;
  }
}

/* ---------- Mobile (≤480px) ---------- */
@media (max-width: 480px) {
  .nav {
    padding: 14px 16px;
    gap: 10px;
    flex-wrap: wrap;
  }

  .nav__logo img {
    width: 110px;
  }

  .nav__actions {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .nav__link {
    gap: 5px;
  }

  .nav__link.link-sm {
    font-size: 12px;
    line-height: 14.4px;
  }

  .pill--new {
    font-size: 8px;
    padding: 2px 5px;
  }

  .btn--nav {
    padding: 10px 14px;
  }

  .btn--nav.link-sm {
    font-size: 12px;
    line-height: 14.4px;
  }

  .hero__stage {
    padding: 12px 16px 32px;
    min-height: calc(2.6em + 200px);
    --safe-zone: 60%; /* very narrow text zone on phones */
  }

  .hero__copy {
    padding: 40px 0 40px;
    max-width: 100%;
  }

  .hero__line--dream {
    gap: 0.08em 0.12em;
  }

  .eyes-sticker {
    width: 42px;
  }

  .hero__subtext {
    margin-top: 20px;
    padding: 0 12px;
    font-size: 15px;
    line-height: 22px;
  }

  .hero__cta-row {
    margin-top: 22px;
    flex-wrap: wrap;
  }

  .btn--cta {
    padding: 12px 20px;
    box-shadow: 4px 4px 0 var(--black);
  }

  .pill--mins {
    font-size: 9px;
    padding: 4px 6px;
  }

  /*
    On phones there isn't enough horizontal room for the side cards
    without overlapping the text.  Hide the two right-side cards and
    shrink the remaining left card.  The star and globe are also
    hidden to keep the hero clean.
  */
  .team-card {
    width: clamp(70px, 22vw, 90px);
    border-radius: 10px;
  }

  .team-card__photo-wrap {
    min-height: 88px;
    padding: 12px 8px 4px;
  }

  .team-card__photo {
    max-height: 78px;
  }

  .team-card__label {
    font-size: 9px;
    padding: 7px 4px 8px;
  }

  .team-card__sticker {
    width: 16px;
    height: 16px;
    top: 6px;
    right: 6px;
  }

  .team-card--abhishek {
    top: 1%;
    right: 1%;
    transform: rotate(8deg) scale(0.85);
  }

  .team-card--sophie {
    bottom: 8%;
    left: 1%;
    transform: rotate(-10deg) scale(0.85);
  }

  .team-card--shivam {
    bottom: 8%;
    right: 1%;
    transform: rotate(7deg) scale(0.85);
  }

  .deco--star {
    display: none; /* too cramped on phones */
  }

  .deco--globe {
    width: clamp(60px, 18vw, 80px);
    top: 6%;
    bottom: auto;
    left: 6%;
    transform: rotate(-8deg);
    opacity: 0.85;
  }

  .site-badge {
    display: none;
  }
}

/* ---------- Small tablet / large phone (481px – 640px) ---------- */
@media (max-width: 640px) {
  .hero__stage {
    --safe-zone: 55%;
    min-height: calc(2.6em + 220px);
  }

  .hero__copy {
    max-width: 260px;
    padding: 30px 0 30px;
  }

  .deco--star {
    display: none; /* not enough room */
  }

  .team-card {
    width: clamp(65px, 15vw, 85px);
  }

  .team-card--abhishek {
    top: 1%;
    right: 1%;
    transform: rotate(8deg) scale(0.9);
  }

  .team-card--sophie {
    bottom: 2%;
    left: 1%;
    transform: rotate(-8deg) scale(0.9);
  }

  .team-card--shivam {
    bottom: 2%;
    right: 1%;
    transform: rotate(7deg) scale(0.9);
  }
}

/* ---------- Very small phones (≤400px) ---------- */
@media (max-width: 400px) {
  .nav__link span:not(.pill) {
    /* keep structure */
  }

  .nav__link {
    max-width: 90px;
    text-align: right;
    line-height: 1.15;
  }

  .hero__stage {
    min-height: calc(2.6em + 180px);
  }

  .hero__copy {
    padding: 30px 0 30px;
  }

  .team-card {
    width: 70px;
    border-radius: 8px;
  }
}

/* ---------- Large desktop (≥1400px) polish ---------- */
@media (min-width: 1400px) {
  .hero__stage {
    --safe-zone: 38%; /* wider text zone on big screens */
  }

  .deco--star {
    right: 20%;
    transform: rotate(8deg);
  }

  .deco--globe {
    left: 6%;
    transform: rotate(-8deg);
  }

  .team-card--abhishek {
    right: 2%;
    top: 4%;
  }

  .team-card--sophie {
    left: 2%;
    bottom: 4%;
  }

  .team-card--shivam {
    right: 2%;
    bottom: 4%;
  }
}

/* ============================================
   Process / On-Demand Teams Section
   Neo-brutalist 5-steps card + text panel
   ============================================ */

.process-section {
  --process-purple: #4b2eff;
  --process-pink: #fa9ecd;
  --process-cream: #fff8f0;
  --process-sage: #c8d8c8;
  --process-rose: #e8c8c8;
  --process-yellow: #f4e8a8;
  --process-cursor: #f7e047;

  position: relative;
  background: url("../assets/purple_pink_bg.svg") center/cover no-repeat;
  overflow: hidden;
}

/* ---------- Marquee ---------- */
.process-marquee {
  --process-purple: #4b2eff;
  --process-pink: #FA9DCD;
  position: relative;
  z-index: 10;
  background: var(--process-purple);
  color: var(--process-pink);
  padding: 24px 0;
  border-bottom: 3px solid var(--black);
  overflow: hidden;
}

.process-marquee__track {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  animation: marquee-scroll 10s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .process-marquee__track {
    animation: none;
  }
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.process-marquee__item {
  font-family: "Sharp Grotesk 15", "SharpGrotesk 15", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: normal;
  text-transform: uppercase;
  white-space: nowrap;
}

.process-marquee__divider {
  display: inline-flex;
  color: var(--process-pink);
  opacity: 0.85;
  flex-shrink: 0;
}

/* ---------- Stage layout ---------- */
.process-section__stage {
  position: relative;
  z-index: 5;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 48px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  min-height: auto;
}

/* ---------- 5 Steps card ---------- */
.steps-card {
  position: relative;
  flex: 0 1 460px;
  max-width: 480px;
  background: var(--process-cream);
  border: 3px solid var(--black);
  border-radius: 28px;
  padding: 56px 36px 48px;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.14);
}

.steps-card__badge {
  position: absolute;
  top: -34px;
  right: -14px;
  z-index: 10;
  width: 164px;
  height: 108px;
  background: var(--process-purple);
  color: var(--white);
  border: 3px solid var(--black);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(-12deg);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
  text-align: center;
}

.steps-card__badge-top {
  font-family: "Anton", "Space Grotesk", sans-serif;
  font-size: 20px;
  letter-spacing: 0.04em;
}

.steps-card__badge-bottom {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Anton", "Space Grotesk", sans-serif;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.steps-card__badge-zero {
  color: var(--process-cursor);
}

/* Steps list + timeline */
.steps-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.step-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.step-item__dot {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  background: var(--process-purple);
  border: 2px solid var(--black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.step-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 34px;
  width: 2px;
  height: calc(100% + 20px);
  background: var(--process-purple);
  z-index: 1;
}

.step-item__pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  border: 3px solid var(--black);
  border-radius: 999px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.12);
  min-width: 200px;
}

.step-item__pill--active {
  background: var(--process-purple);
  color: var(--white);
}

.step-item__pill--active .step-item__icon {
  background: var(--white);
  border-color: var(--white);
}

.step-item__pill--active .step-item__icon svg {
  color: var(--process-purple);
}

.step-item__pill--sage,
.step-item__pill--rose,
.step-item__pill--yellow,
.step-item__pill--white {
  background: var(--process-cream);
}

.step-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 2px solid var(--black);
  border-radius: 10px;
  flex-shrink: 0;
}

.step-item__icon--team {
  background: var(--process-sage);
}

.step-item__icon--brief {
  background: var(--process-rose);
}

.step-item__icon--review {
  background: var(--process-yellow);
}

.step-item__icon--delivery {
  background: var(--white);
}

.step-item__icon svg {
  display: block;
  color: var(--black);
}

.step-item__label {
  font-family: "Anton", "Space Grotesk", sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* ---------- Right text panel ---------- */
.process-panel {
  position: relative;
  z-index: 5;
  flex: 0 1 520px;
  max-width: 560px;
  background: var(--process-purple);
  border: 3px solid var(--black);
  border-radius: 28px;
  padding: 56px 52px;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.14);
}

.process-panel__title {
  font-family: "Anton", "Space Grotesk", sans-serif;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.process-panel__line {
  display: block;
  font-size: clamp(38px, 4.5vw, 52px);
  line-height: 1.05;
  color: var(--white);
  letter-spacing: 0.02em;
}

.process-panel__line--accent {
  color: var(--process-pink);
  font-style: italic;
}

.process-panel__body {
  font-family: var(--font);
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 16px;
}

.process-panel__body:last-child {
  margin-bottom: 0;
}

/* ---------- Playful cursor pointer ---------- */
.process-cursor {
  position: absolute;
  top: 20px;
  right: 8%;
  z-index: 8;
  transform: rotate(-14deg);
  pointer-events: none;
  filter: drop-shadow(2px 3px 0 rgba(0, 0, 0, 0.15));
}

.process-cursor svg {
  display: block;
}

/* ---------- Process section responsive ---------- */
@media (max-width: 1100px) {
  .process-section__stage {
    padding: 36px 36px 48px;
  }

  .process-cursor {
    right: 4%;
    top: 20px;
  }
}

@media (max-width: 900px) {
  .process-section::before {
    background: repeating-conic-gradient(
      from 0deg at 10% 50%,
      transparent 0deg,
      transparent 4deg,
      var(--process-purple) 4deg,
      var(--process-purple) 5deg
    );
  }

  .process-section::after {
    width: 60%;
    background-size: 64px 64px;
  }

  .process-section__stage {
    flex-direction: column;
    padding: 32px 24px 40px;
    gap: 56px;
  }

  .steps-card,
  .process-panel {
    flex: 1 1 auto;
    max-width: 560px;
    width: 100%;
  }

  .process-cursor {
    top: auto;
    bottom: 18px;
    right: 24px;
    transform: rotate(-8deg) scale(0.9);
  }
}

@media (max-width: 640px) {
  .process-marquee__item {
    font-size: 24px;
    line-height: 24px;
  }

  .process-marquee__track {
    gap: 20px;
  }

  .steps-card {
    padding: 46px 24px 36px;
    border-radius: 22px;
  }

  .steps-card__badge {
    width: 132px;
    height: 88px;
    top: -30px;
    right: -10px;
  }

  .steps-card__badge-top {
    font-size: 16px;
  }

  .steps-card__badge-bottom {
    font-size: 14px;
  }

  .step-item {
    gap: 14px;
  }

  .step-item__dot {
    width: 30px;
    height: 30px;
  }

  .step-item:not(:last-child)::before {
    left: 14px;
    top: 30px;
  }

  .step-item__pill {
    min-width: auto;
    padding: 8px 14px;
    gap: 10px;
  }

  .step-item__icon {
    width: 32px;
    height: 32px;
  }

  .step-item__label {
    font-size: 14px;
  }

  .process-panel {
    padding: 36px 28px;
    border-radius: 22px;
  }

  .process-panel__line {
    font-size: 34px;
  }

  .process-panel__body {
    font-size: 15px;
  }
}

/* ============================================
   Proof, Not Promises Section
   Facebook video cards + profile bar
   ============================================ */

.proof-section {
  position: relative;
  background-color: var(--bg);
  background-image:
    linear-gradient(var(--grid) 1.5px, transparent 1.5px),
    linear-gradient(90deg, var(--grid) 1.5px, transparent 1.5px);
  background-size: 100px 100px;
  background-position: center top;
  overflow: hidden;
  padding: 60px 48px 80px;
}

.proof-section__stage {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.proof-section__title {
  font-family: "Anton", "Sharp Grotesk", "Space Grotesk", sans-serif;
  font-size: clamp(44px, 6.5vw, 78px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--black);
}

.proof-section__line {
  display: block;
}

.proof-section__line--accent {
  font-style: italic;
  color: var(--orange-deep);
}

.proof-section__badge {
  display: inline-block;
  margin-top: 20px;
  background: var(--yellow);
  color: var(--black);
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 999px;
  border: 2px solid var(--black);
  transform: rotate(-2deg);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.12);
}

/* ---------- Cards grid ---------- */
.proof-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
  width: 100%;
}

.proof-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px 28px 32px;
  border-radius: 26px;
  border: 3px solid var(--black);
  text-align: left;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.14);
}

.proof-card--red {
  background: #f45d3a;
}

.proof-card--purple {
  background: #7c5cff;
}

.proof-card--green {
  background: #2fa65a;
}

.proof-card__star {
  position: absolute;
  top: -14px;
  left: 18px;
  z-index: 3;
  filter: drop-shadow(1px 2px 0 rgba(0, 0, 0, 0.15));
}

.proof-card__video {
  position: relative;
  aspect-ratio: 4 / 3.6;
  border-radius: 18px;
  background: #1a1a1a;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proof-card__fb-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #1877f2;
  color: var(--white);
  font-family: var(--font);
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 999px;
  border: 2px solid var(--black);
}

.proof-card__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.proof-card__play {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.15s ease;
}

.proof-card__play:hover {
  transform: scale(1.05);
}

.proof-card__name {
  margin-top: 18px;
  font-family: "Anton", "Sharp Grotesk", "Space Grotesk", sans-serif;
  font-size: clamp(26px, 3.5vw, 32px);
  line-height: 1.1;
  font-weight: 400;
  color: var(--yellow);
}

.proof-card__body {
  margin-top: 10px;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
}

.proof-card__btn {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: var(--white);
  color: var(--black);
  font-family: var(--font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 12px 14px 12px 18px;
  border-radius: 999px;
  border: 2px solid var(--black);
  box-shadow: 4px 4px 0 var(--black);
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease;
}

.proof-card__btn:hover {
  transform: translateY(-1px);
  background: #f8f8f8;
}

.proof-card__btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--yellow);
  border-radius: 50%;
  border: 2px solid var(--black);
  flex-shrink: 0;
}

/* ---------- Bottom yellow profile bar ---------- */
.proof-bar {
  margin-top: 36px;
  width: 100%;
  background: var(--yellow);
  border: 3px solid var(--black);
  border-radius: 26px;
  padding: 28px 36px;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.14);
  text-align: left;
}

.proof-bar__main {
  display: grid;
  grid-template-columns: 1.6fr auto 0.9fr;
  align-items: center;
  gap: 28px;
}

.proof-bar__left {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.proof-bar__avatar-wrap {
  position: relative;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
}

.proof-bar__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--white);
  display: block;
}

.proof-bar__avatar-badge {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.proof-bar__avatar-badge svg {
  display: block;
  width: 100%;
  height: 100%;
}

.proof-bar__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  max-width: 100%;
}

.proof-bar__name-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.proof-bar__name {
  font-family: "Anton", "Sharp Grotesk", "Space Grotesk", sans-serif;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.1;
  font-weight: 400;
  color: var(--black);
}

.proof-bar__verified-img {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.proof-bar__title {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 500;
  color: #444;
  margin: 0;
}

.proof-bar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
  min-width: 0;
  max-width: 100%;
}

.proof-bar__tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 500;
  color: var(--black);
  min-width: 0;
  flex-shrink: 1;
  white-space: nowrap;
}

.proof-bar__tag svg {
  display: block;
  flex-shrink: 0;
}

.proof-bar__divider {
  color: rgba(0, 0, 0, 0.35);
  font-size: 13px;
  font-weight: 500;
  margin: 0 4px;
}

.proof-bar__stats {
  display: flex;
  align-items: center;
  gap: 0;
}

.proof-bar__stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 0 20px;
}

.proof-bar__stat:first-child {
  padding-left: 0;
}

.proof-bar__stat:last-child {
  padding-right: 0;
}

.proof-bar__stat-num {
  font-family: "Anton", "Sharp Grotesk", "Space Grotesk", sans-serif;
  font-size: clamp(26px, 2.6vw, 32px);
  line-height: 1;
  font-weight: 400;
  color: var(--black);
}

.proof-bar__stat-label {
  font-family: var(--font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #444;
}

.proof-bar__stat-divider {
  width: 1.5px;
  height: 48px;
  background: rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
}

.proof-bar__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.proof-bar__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1877f2;
  color: var(--white);
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 12px 18px;
  border-radius: 999px;
  border: 2px solid var(--black);
  box-shadow: 4px 4px 0 var(--black);
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease;
}

.proof-bar__btn:hover {
  transform: translateY(-1px);
  background: #166fe5;
}

.proof-bar__faces {
  display: flex;
  align-items: center;
}

.proof-bar__face {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #d4e4f4;
  border: 2px solid var(--black);
  margin-left: -8px;
  display: inline-block;
}

.proof-bar__face:first-child {
  margin-left: 0;
}

.proof-bar__face--count {
  background: var(--black);
  color: var(--white);
  font-family: var(--font);
  font-size: 9px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

/* ---------- Proof section responsive ---------- */
@media (max-width: 1100px) {
  .proof-cards {
    gap: 20px;
  }

  .proof-bar__main {
    grid-template-columns: 1fr auto;
    gap: 24px;
  }

  .proof-bar__actions {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .proof-cards {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .proof-card {
    padding: 24px 24px 28px;
  }

  .proof-bar__main {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .proof-bar__stats {
    gap: 0;
  }

  .proof-bar__stat {
    padding: 0 16px;
  }

  .proof-bar__actions {
    grid-column: auto;
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .proof-section {
    padding: 40px 20px 52px;
  }

  .proof-cards {
    grid-template-columns: 1fr;
    margin-top: 36px;
    gap: 28px;
  }

  .proof-card {
    max-width: 420px;
    margin: 0 auto;
    padding: 22px 22px 26px;
    border-radius: 22px;
  }

  .proof-card__star {
    left: 14px;
  }

  .proof-bar {
    border-radius: 22px;
    padding: 20px 20px;
  }

  .proof-bar__main {
    gap: 14px;
  }

  .proof-bar__left {
    gap: 12px;
    flex-wrap: wrap;
  }

  .proof-bar__avatar-wrap {
    width: 72px;
    height: 72px;
  }

  .proof-bar__name {
    font-size: 22px;
  }

  .proof-bar__tags {
    gap: 4px;
  }

  .proof-bar__tag {
    font-size: 12px;
  }

  .proof-bar__stat {
    padding: 0 12px;
  }

  .proof-bar__stat-num {
    font-size: 24px;
  }

  .proof-bar__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

/* ============================================
   Portfolio / Work Section
   Replicated from reference image
   ============================================ */

.portfolio-section {
  --portfolio-purple: #4d17f5;
  --portfolio-purple-light: #6b4cf7;
  --portfolio-yellow: #f7e047;

  position: relative;
  background-color: var(--portfolio-purple);
  overflow: hidden;
}

.portfolio-section__stage {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 48px 72px;
  display: grid;
  grid-template-columns: 1fr auto 1.2fr;
  gap: 0;
  align-items: start;
}

/* ---------- Left visual column ---------- */
.portfolio-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px;
  align-self: stretch;
  overflow: hidden;
}

/* Sunburst fills the entire left column and is clipped by the divider */
.portfolio-visual__burst {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140%;
  height: 100%;
  background: repeating-conic-gradient(
    from 0deg at 50% 22%,
    transparent 0deg,
    transparent 6deg,
    rgba(255, 255, 255, 0.35) 6deg,
    rgba(255, 255, 255, 0.35) 7deg
  );
  pointer-events: none;
  z-index: 1;
}

/* Thick white vertical divider between columns */
.portfolio-divider {
  align-self: stretch;
  width: 3px;
  background: var(--white);
  margin: 0 clamp(24px, 3vw, 40px);
}

.portfolio-visual__frame {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1;
  border-radius: 28px;
  border: 3px solid #c9b6fb;
  overflow: hidden;
  background: var(--orange-deep);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

.portfolio-visual__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.btn--portfolio {
  position: relative;
  z-index: 2;
  margin-top: 28px;
  background: var(--white);
  color: var(--black);
  padding: 14px 36px;
  text-transform: uppercase;
  border: 3px solid var(--black);
  box-shadow: 5px 5px 0 var(--black);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.btn--portfolio:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}

/* ---------- Right content column ---------- */
.portfolio-content {
  position: relative;
  z-index: 2;
}

.portfolio-title {
  font-family: "Anton", "Sharp Grotesk", "Space Grotesk", sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 32px;
  letter-spacing: 0.02em;
}

.portfolio-title__highlight {
  color: var(--portfolio-yellow);
}

.portfolio-title__rest {
  color: var(--white);
  font-style: italic;
}

/* ---------- Project list ---------- */
.portfolio-list {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.portfolio-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.25);
}

.portfolio-item:last-child {
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}

.portfolio-item__main {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.portfolio-item__name {
  font-family: "Anton", "Sharp Grotesk", "Space Grotesk", sans-serif;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.05;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.02em;
  transition: color 0.35s ease;
}

.portfolio-item__arrow {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
  transform: translateY(2px);
  transition: color 0.35s ease;
}

/* Active (centered in viewport while scrolling) */
.portfolio-item--active .portfolio-item__name {
  color: var(--white);
}

.portfolio-item--active .portfolio-item__arrow {
  color: var(--white);
}

.portfolio-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.portfolio-tag {
  font-family: var(--font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  padding: 5px 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.35s ease, border-color 0.35s ease;
}

.portfolio-item--active .portfolio-tag {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.7);
}

/* ---------- Portfolio responsive ---------- */
@media (max-width: 1100px) {
  .portfolio-section__stage {
    padding: 48px 36px 60px;
    gap: 40px;
  }

  .portfolio-visual__frame {
    max-width: 280px;
  }
}

@media (max-width: 900px) {
  .portfolio-section__stage {
    grid-template-columns: 1fr;
    padding: 40px 24px 52px;
    gap: 36px;
  }

  .portfolio-divider {
    display: none;
  }

  .portfolio-visual {
    padding-top: 0;
    align-self: auto;
    overflow: visible;
  }

  .portfolio-visual__burst {
    width: 140%;
    height: 140%;
    top: -20%;
  }

  .portfolio-visual__frame {
    max-width: 300px;
  }

  .portfolio-item {
    flex-wrap: wrap;
    gap: 14px;
  }

  .portfolio-item__tags {
    justify-content: flex-start;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .portfolio-section__stage {
    padding: 32px 20px 40px;
  }

  .portfolio-title {
    margin-bottom: 24px;
  }

  .portfolio-visual__frame {
    max-width: 260px;
    border-radius: 22px;
  }

  .portfolio-item {
    padding: 20px 0;
  }

  .portfolio-item__name {
    font-size: 24px;
  }

  .portfolio-tag {
    font-size: 10px;
    padding: 4px 8px;
  }

  .btn--portfolio {
    padding: 12px 28px;
    font-size: 14px;
  }
}

/* ============================================
   Testimonials / Kissies From Our Partners
   Scroll-driven stacked card reveal
   ============================================ */

.testimonials-section {
  --test-purple: #4d17f5;
  --test-card-bg: #e1e1d9;
  --test-yellow: #f7e047;

  position: relative;
  background: url("../assets/puple_zigzag_review.svg") center/cover no-repeat;
  background-color: var(--test-purple);
  min-height: 100vh;
  overflow: hidden;
  padding: 80px 48px;
  text-align: center;
}

/* Diagonal line background - hidden, using SVG instead */
.testimonials-section__bg {
  display: none;
}

/* ============================================
   Footer — "We've Got Your Back"
   Green hero band + yellow links + copyright
   ============================================ */

.site-footer {
  position: relative;
  z-index: 10;
}

/* ---------- Green hero band ---------- */
.footer-hero {
  position: relative;
  background-color: var(--green);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.10) 1px, transparent 1px);
  background-size: 80px 80px;
  background-position: center top;
  padding: 80px 24px 100px;
  overflow: hidden;
}

.footer-hero__stage {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-hero__headline {
  font-family: "Anton", "Sharp Grotesk", "Space Grotesk", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--black);
  text-align: center;
  letter-spacing: -0.02em;
  position: relative;
  line-height: 1;
}

.footer-hero__line {
  display: block;
}

.footer-hero__line--small {
  font-size: clamp(36px, 6vw, 84px);
  line-height: 1;
  margin-bottom: 0.05em;
}

.footer-hero__line--big {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.04em;
  position: relative;
  font-size: clamp(56px, 10vw, 150px);
  line-height: 0.85;
}

.footer-hero__your,
.footer-hero__ack {
  display: inline-block;
  transform: translateY(0.02em);
}

.footer-hero__monster-wrap {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  width: clamp(64px, 8.5vw, 108px);
  height: clamp(80px, 10.6vw, 134px);
  flex-shrink: 0;
  transform: translateY(0.12em);
  position: relative;
  z-index: 5;
}

.footer-hero__monster {
  width: 100%;
  height: 100%;
  display: block;
}

/* Curved transition to yellow band */
.footer-hero__curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 3;
  line-height: 0;
}

.footer-hero__curve svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Subtle float animation for the monster */
@media (prefers-reduced-motion: no-preference) {
  .footer-hero__monster-wrap {
    animation: monster-bob 4s ease-in-out infinite;
  }
}

@keyframes monster-bob {
  0%, 100% { transform: translateY(0.12em); }
  50% { transform: translateY(0.04em); }
}

/* ---------- Yellow links band ---------- */
.footer-links {
  position: relative;
  z-index: 4;
  background: var(--yellow);
  padding: 48px 24px 64px;
  margin-top: -1px;
}

.footer-links__stage {
  max-width: 1440px;
  margin: 0 auto;
}

.footer-links__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-links__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links__title {
  font-family: 'Sharp Grotesk 15', 'Sharp Grotesk', 'Space Grotesk', sans-serif;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}

.footer-links__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links__list a {
  font-family: 'Sharp Grotesk 15', 'Sharp Grotesk', 'Space Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.4;
  color: #000000;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-links__list a:hover {
  opacity: 0.6;
}

/* ---------- Copyright bar ---------- */
.footer-copyright {
  position: relative;
  z-index: 4;
  background: var(--yellow);
  border-top: 2px solid rgba(0, 0, 0, 0.12);
  padding: 20px 24px;
}

.footer-copyright__stage {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--black);
}

.footer-copyright__heart {
  font-size: 14px;
  vertical-align: middle;
  margin: 0 2px;
}

.footer-copyright__flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  vertical-align: middle;
  margin-left: 6px;
}

/* ---------- Footer responsive ---------- */
@media (max-width: 900px) {
  .footer-links__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 40px;
  }

  .footer-hero {
    padding: 60px 24px 90px;
  }
}

@media (max-width: 640px) {
  .footer-hero__line--small {
    font-size: clamp(28px, 9vw, 48px);
  }

  .footer-hero__line--big {
    font-size: clamp(40px, 14vw, 64px);
  }

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

  .footer-links {
    padding: 32px 24px 40px;
  }

  .footer-copyright__stage {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .footer-hero {
    padding: 48px 20px 80px;
  }

}

.testimonials-title {
  position: relative;
  z-index: 2;
  font-family: "Anton", "Sharp Grotesk", "Space Grotesk", sans-serif;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.05;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: 0.02em;
}

.testimonials-title__highlight {
  color: var(--test-yellow);
}

.testimonials-title__rest {
  color: var(--white);
  font-style: italic;
}

/* ---------- Card stack ---------- */
.testimonials-stack {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  height: 380px;
  display: grid;
  grid-template-areas: "stack";
}

.testimonial-card {
  grid-area: stack;
  position: absolute;
  inset: 0;
  background: var(--test-card-bg);
  border-radius: 24px;
  border: 2px solid var(--black);
  display: grid;
  grid-template-columns: 1fr 180px;
  overflow: hidden;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.15);
  will-change: transform;
}

.testimonial-card__content {
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.testimonial-card__brand {
  font-family: "Anton", "Sharp Grotesk", "Space Grotesk", sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 400;
  text-transform: lowercase;
  font-style: italic;
  color: #333333;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.testimonial-card__flag {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
  margin-left: 12px;
}

.testimonial-card__subject {
  font-family: var(--font);
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 600;
  color: #555555;
  margin-bottom: 16px;
}

.testimonial-card__quote {
  font-family: var(--font);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  max-width: 520px;
}

.testimonial-card__hint {
  margin-top: auto;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.45);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  width: fit-content;
}

.testimonial-card__hint svg {
  display: block;
}

/* Dot grid pattern on right side of card */
.testimonial-card__grid {
  background-image:
    radial-gradient(circle, rgba(0,0,0,0.35) 2.5px, transparent 2.5px),
    linear-gradient(rgba(0,0,0,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.08) 1px, transparent 1px);
  background-size: 60px 60px, 60px 60px, 60px 60px;
  background-position: top left;
  border-left: 2px solid rgba(0, 0, 0, 0.08);
}

/* ---------- Testimonials responsive ---------- */
@media (max-width: 900px) {
  .testimonials-section {
    padding: 60px 24px;
  }

  .testimonial-card {
    grid-template-columns: 1fr 120px;
  }

  .testimonial-card__content {
    padding: 28px 24px;
  }
}

@media (max-width: 640px) {
  .testimonials-section {
    padding: 48px 20px 56px;
    min-height: 100vh;
  }

  .testimonials-stack {
    height: 280px;
  }

  .testimonials-section .testimonials-stack .testimonial-card {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    grid-template-columns: 1fr 80px;
    border-radius: 18px;
  }

  .testimonial-card__content {
    padding: 18px 16px;
    overflow: hidden;
    align-items: flex-start;
    text-align: left;
  }

  .testimonial-card__brand {
    font-size: 18px;
    gap: 6px;
    margin-bottom: 2px;
  }

  .testimonial-card__flag {
    width: 32px;
    height: 32px;
    margin-left: 6px;
  }

  .testimonial-card__subject {
    font-size: 11px;
    margin-bottom: 8px;
  }

  .testimonial-card__quote {
    font-size: 13px;
    line-height: 1.45;
    max-width: none;
  }

  .testimonial-card__hint {
    font-size: 11px;
    padding: 6px 10px;
    margin-top: 10px;
  }

  .testimonials-title {
    margin-bottom: 28px;
  }
}

/* ============================================
   FAQs Section
   ============================================ */

.faq-section {
  position: relative;
  background-color: var(--bg);
  overflow: hidden;
  padding: 80px 48px 100px;
}

.faq-section__stage {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

.faq-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
}

.faq-title {
  font-family: "Anton", "Sharp Grotesk", "Space Grotesk", sans-serif;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.05;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--black);
  letter-spacing: 0.02em;
}

.faq-cursor {
  display: inline-flex;
  transform: rotate(-12deg) translateY(4px);
  filter: drop-shadow(2px 3px 0 rgba(0, 0, 0, 0.15));
}

.faq-cursor svg {
  display: block;
}

.faq-list {
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-top: 2px solid var(--black);
}

.faq-item:last-child {
  border-bottom: 2px solid var(--black);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 28px 0;
  font-family: "Anton", "Sharp Grotesk", "Space Grotesk", sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--black);
  letter-spacing: 0.02em;
  cursor: pointer;
  list-style: none;
  transition: color 0.2s ease;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question:hover {
  color: var(--orange-deep);
}

.faq-chevron {
  display: inline-flex;
  flex-shrink: 0;
  color: currentColor;
  transition: transform 0.3s ease;
}

.faq-chevron svg {
  display: block;
}

.faq-item[open] .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 20px 0 0 0;
  font-family: "Sharp Grotesk", "Space Grotesk", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: normal;
  color: #000000;
  max-width: 860px;
}

.faq-answer p {
  margin-bottom: 24px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-answer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.faq-answer li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}

.faq-answer li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #000000;
}

.faq-answer strong {
  font-weight: 700;
  color: #000000;
}

/* ---------- FAQs responsive ---------- */
@media (max-width: 900px) {
  .faq-section {
    padding: 60px 24px 72px;
  }

  .faq-header {
    margin-bottom: 36px;
  }

  .faq-question {
    padding: 22px 0;
  }

  .faq-answer {
    padding: 16px 0 0 0;
  }
}

@media (max-width: 640px) {
  .faq-section {
    padding: 48px 20px 56px;
  }

  .faq-header {
    margin-bottom: 28px;
  }

  .faq-cursor {
    width: 28px;
    height: 32px;
  }

  .faq-question {
    padding: 18px 0;
    gap: 16px;
  }

  .faq-answer {
    padding: 16px 0 0 0;
  }
}

/* ---------- Contact section ---------- */
.contact-section {
  position: relative;
  background-color: var(--bg);
  padding: 80px 48px 100px;
}

.contact-section__stage {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.contact-title {
  font-family: "Anton", "Sharp Grotesk", "Space Grotesk", sans-serif;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.05;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--black);
  letter-spacing: 0.02em;
  margin-bottom: 48px;
}

.contact-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-card {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 32px;
  background: var(--white);
  border: 2px solid var(--black);
}

.contact-card__heading {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--subtext);
}

.contact-card--email .contact-card__heading {
  color: var(--green);
}

.contact-card--facebook .contact-card__heading {
  color: var(--purple);
}

.contact-card__value {
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 600;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

/* Contact section responsive */
@media (max-width: 900px) {
  .contact-section {
    padding: 48px 20px 56px;
  }

  .contact-title {
    margin-bottom: 28px;
  }
}

/* ============================================
   Book a Free Trial modal
   ============================================ */
.no-scroll {
  overflow: hidden;
}

.trial-modal[hidden] {
  display: none;
}

.trial-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.trial-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.trial-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  background: var(--white);
  border: 3px solid var(--black);
  border-radius: 14px;
  box-shadow: 8px 8px 0 var(--black);
  padding: 32px;
  animation: trial-pop 0.22s ease-out;
}

@keyframes trial-pop {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.trial-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--black);
  color: var(--white);
  border: 2px solid var(--black);
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}

.trial-modal__close:hover {
  background: var(--orange);
}

.trial-modal__title {
  font-family: var(--font);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: var(--black);
  padding-right: 40px;
}

.trial-modal__intro {
  margin: 10px 0 24px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--subtext);
}

.trial-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.trial-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.trial-form__label {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--black);
}

.trial-form__input {
  font-family: var(--font);
  font-size: 15px;
  color: var(--black);
  background: var(--white);
  border: 2px solid var(--black);
  border-radius: 8px;
  padding: 11px 14px;
  width: 100%;
  outline: none;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.trial-form__input::placeholder {
  color: #b5b5b5;
}

.trial-form__input:focus {
  border-color: var(--orange);
  box-shadow: 4px 4px 0 var(--yellow);
}

.trial-form__textarea {
  resize: vertical;
  min-height: 84px;
}

.trial-form__submit {
  margin-top: 6px;
  align-self: flex-start;
  text-transform: uppercase;
}

.trial-form__success {
  margin: 2px 0 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--green);
}

@media (max-width: 640px) {
  .trial-modal {
    padding: 16px;
  }

  .trial-modal__dialog {
    padding: 24px 20px;
    box-shadow: 5px 5px 0 var(--black);
  }

  .trial-modal__title {
    font-size: 24px;
  }

  .trial-form__submit {
    align-self: stretch;
  }
}
