/* =========================================================
   Vanilla Bunny Agency
   Palette: white and pink, taken from the logo
   ========================================================= */

:root{
  /* Pinks */
  --pink-50:  #FFF6F8;
  --pink-100: #FFEBF0;
  --pink-200: #FFD8E1;
  --pink-300: #FBAEBB;   /* logo pink */
  --pink-400: #F58DA0;
  --pink-500: #EE6C85;
  --pink-600: #D6415F;   /* buttons, white text passes contrast */
  --pink-700: #B22E49;   /* pink text on white passes contrast */

  /* Neutrals */
  --white:     #FFFFFF;
  --ink:       #1A1218;
  --ink-70:    #4A3A42;
  --ink-50:    #766169;
  --line:      #F0DEE4;
  --line-soft: #F7EAEE;

  /* Type */
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-sans: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system,
               "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Space */
  --wrap: 1180px;
  --wrap-narrow: 820px;
  --radius: 18px;
  --radius-lg: 28px;

  /* Shadow */
  --shadow-sm: 0 2px 8px rgba(178, 46, 73, .06);
  --shadow-md: 0 12px 32px rgba(178, 46, 73, .10);
  --shadow-lg: 0 28px 70px rgba(178, 46, 73, .16);

  --header-h: 76px;
}

/* ---------------------------- Reset ---------------------------- */
*, *::before, *::after{ box-sizing: border-box; }

html{ scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }

body{
  margin: 0;
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-70);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

h1, h2, h3, h4{
  font-family: var(--font-display);
  color: var(--ink);
  line-height: 1.1;
  margin: 0 0 .5em;
  font-weight: 600;
  letter-spacing: -.015em;
}

h1{ font-size: clamp(2.4rem, 5vw, 3.7rem); }
h2{ font-size: clamp(2rem, 4.2vw, 3.1rem); }
h3{ font-size: clamp(1.2rem, 2vw, 1.45rem); }
h4{ font-size: 1rem; letter-spacing: .02em; }

h1 em{ font-style: italic; color: var(--pink-600); }

p{ margin: 0 0 1.1em; }
p:last-child{ margin-bottom: 0; }

a{ color: var(--pink-700); text-decoration: none; }
a:hover{ text-decoration: underline; }

ul, ol{ margin: 0; padding: 0; list-style: none; }

button{ font: inherit; color: inherit; }

:focus-visible{
  outline: 3px solid var(--pink-500);
  outline-offset: 3px;
  border-radius: 6px;
}

.skip-link{
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--pink-600); color: #fff; padding: 12px 20px; border-radius: 0 0 10px 0;
}
.skip-link:focus{ left: 0; }

/* ---------------------------- Layout ---------------------------- */
.wrap{ width: min(100% - 44px, var(--wrap)); margin-inline: auto; }
.wrap-narrow{ width: min(100% - 44px, var(--wrap-narrow)); }

.section{ padding: clamp(72px, 10vw, 130px) 0; }

.section-head{ max-width: 720px; margin: 0 auto clamp(40px, 6vw, 68px); text-align: center; }
.section-lede{ font-size: 1.08rem; color: var(--ink-50); }

.eyebrow{
  font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--pink-600); margin-bottom: .9em;
}

/* ---------------------------- Buttons ---------------------------- */
.btn{
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  padding: 14px 28px;
  border: 1.5px solid transparent;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-weight: 700; font-size: .95rem; letter-spacing: .01em;
  cursor: pointer; text-decoration: none; white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.btn:hover{ text-decoration: none; transform: translateY(-2px); }
.btn:active{ transform: translateY(0); }

.btn-primary{ background: var(--pink-600); color: #fff; box-shadow: var(--shadow-md); }
.btn-primary:hover{ background: var(--pink-700); box-shadow: var(--shadow-lg); }

.btn-ghost{ background: var(--white); color: var(--pink-700); border-color: var(--pink-200); }
.btn-ghost:hover{ background: var(--pink-50); border-color: var(--pink-300); }

.btn-lg{ padding: 17px 36px; font-size: 1rem; }
.btn-sm{ padding: 10px 20px; font-size: .87rem; }

/* ---------------------------- Header ---------------------------- */
.site-header{
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-stuck{ border-bottom-color: var(--line-soft); box-shadow: 0 2px 20px rgba(178,46,73,.05); }

.header-inner{
  height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}

/* The mark is the bunny lifted off its pink tile and tinted, so it sits directly on
   the page rather than reading as a pasted sticker. Favicon still uses the full tile. */
.brand{ display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand:hover{ text-decoration: none; }

.brand-mark{
  width: auto; height: 34px; object-fit: contain; flex: none;
  transition: transform .3s cubic-bezier(.2,.9,.3,1.2);
}
.brand:hover .brand-mark{ transform: translateX(3px); }

/* Hairline rule between mark and wordmark, so the two read as one lockup */
.brand-text{
  display: flex; flex-direction: column; line-height: 1.05;
  padding-left: 13px; border-left: 1px solid var(--line);
}
.brand-name{
  font-family: var(--font-display); font-size: 1.16rem; font-weight: 600;
  color: var(--ink); letter-spacing: -.01em;
}
.brand-sub{ font-size: .66rem; letter-spacing: .28em; text-transform: uppercase; color: var(--pink-600); font-weight: 700; }

.nav{ display: flex; align-items: center; gap: 30px; }
.nav a{
  color: var(--ink-70); font-size: .93rem; font-weight: 600; text-decoration: none;
  position: relative; padding: 4px 0;
}
.nav a:not(.btn)::after{
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--pink-500); transition: width .22s ease; border-radius: 2px;
}
.nav a:not(.btn):hover::after{ width: 100%; }
.nav a:hover{ color: var(--ink); text-decoration: none; }
.nav-cta{ margin-left: 6px; color: #fff !important; }

.nav-toggle{
  display: none; width: 46px; height: 46px; border: 1px solid var(--line);
  background: var(--white); border-radius: 12px; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0;
}
.nav-toggle span{ display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

/* ---------------------------- Hero ---------------------------- */
.hero{ position: relative; padding: clamp(56px, 8vw, 104px) 0 clamp(70px, 9vw, 120px); overflow: hidden; }

.hero-glow{
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(760px 460px at 82% 6%,  var(--pink-100) 0%, transparent 62%),
    radial-gradient(620px 420px at 6% 88%, var(--pink-50)  0%, transparent 60%);
}

.hero-inner{ display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(36px, 5vw, 70px); align-items: center; }

.hero-lede{ font-size: 1.16rem; max-width: 33em; color: var(--ink-50); margin-bottom: 2em; }

.hero-actions{ display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 2.2em; }

.hero-trust{ display: flex; flex-wrap: wrap; gap: 10px 26px; font-size: .88rem; color: var(--ink-50); font-weight: 500; }
.hero-trust li{ display: flex; align-items: center; gap: 8px; }
.hero-trust li::before{
  content: ""; width: 16px; height: 16px; flex: none; border-radius: 50%;
  background: var(--pink-200) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B22E49' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/10px no-repeat;
}

/* Hero visual */
.hero-visual{ position: relative; min-height: 450px; display: grid; place-items: center; }

.hero-blob{
  position: absolute; inset: 6% 4%; z-index: -1;
  background: linear-gradient(150deg, var(--pink-200), var(--pink-100));
  border-radius: 46% 54% 58% 42% / 52% 44% 56% 48%;
  animation: blob 16s ease-in-out infinite;
}
@keyframes blob{
  0%,100%{ border-radius: 46% 54% 58% 42% / 52% 44% 56% 48%; }
  50%    { border-radius: 58% 42% 44% 56% / 44% 56% 44% 56%; }
}

.hero-card{
  background: var(--white); border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg); padding: 26px 30px;
  box-shadow: var(--shadow-lg); display: flex; flex-direction: column; gap: 3px;
}
.hero-card-label{ font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--ink-50); }
.hero-card-value{ font-family: var(--font-display); font-size: clamp(2rem, 3.6vw, 2.7rem); font-weight: 600; color: var(--ink); line-height: 1.05; }
.hero-card-delta{
  align-self: flex-start; margin-top: 6px; padding: 4px 12px; border-radius: 999px;
  background: var(--pink-100); color: var(--pink-700); font-size: .8rem; font-weight: 700;
}
.hero-card-note{ margin-top: 10px; font-size: .8rem; color: var(--ink-50); font-weight: 600; }

.hero-card-front{
  position: relative; z-index: 2; transform: translate(-14%, 26%);
  animation: float 7s ease-in-out infinite;
}
.hero-card-back{
  position: absolute; z-index: 1; top: 0; right: 0;
  transform: scale(.84); transform-origin: top right;
  opacity: .96; animation: float 7s ease-in-out infinite 1.4s;
}
@keyframes float{
  0%,100%{ translate: 0 0; }
  50%    { translate: 0 -12px; }
}

/* ---------------------------- Stats ---------------------------- */
.stats{ background: var(--pink-50); border-block: 1px solid var(--line-soft); padding: clamp(40px, 5vw, 58px) 0; }
.stats-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat{ display: flex; flex-direction: column; gap: 4px; }
.stat-num{
  font-family: var(--font-display); font-size: clamp(2.1rem, 4.4vw, 3.1rem);
  font-weight: 600; color: var(--pink-600); line-height: 1;
}
.stat-label{ font-size: .87rem; font-weight: 600; color: var(--ink-50); letter-spacing: .01em; }

/* ---------------------------- Results ---------------------------- */
.results{ background: var(--white); }

.results-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  gap: 26px;
}

.result-card{
  margin: 0; background: var(--white); border: 1px solid var(--line-soft);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display: flex; flex-direction: column;
}
.result-card:hover{ transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--pink-200); }

.result-shot{
  display: block; width: 100%; padding: 0; border: 0; background: var(--pink-50);
  cursor: zoom-in; position: relative; aspect-ratio: 2 / 3; overflow: hidden;
}
/* The source screenshots are tall phone captures. Anchoring the crop just below the
   midpoint keeps both the "top X% of creators" line and the earnings figure in frame. */
.result-shot img{ width: 100%; height: 100%; object-fit: cover; object-position: center 54%; transition: transform .5s ease; }
.result-card:hover .result-shot img{ transform: scale(1.04); }
.result-shot::after{
  content: "View"; position: absolute; right: 12px; bottom: 12px;
  background: rgba(26,18,24,.72); color: #fff; font-size: .72rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px;
  opacity: 0; transition: opacity .22s ease; backdrop-filter: blur(4px);
}
.result-card:hover .result-shot::after{ opacity: 1; }
/* Touch devices have no hover, so keep the affordance permanently visible there. */
@media (hover: none){ .result-shot::after{ opacity: 1; } }

.result-card figcaption{ padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 3px; }
.result-value{ font-family: var(--font-display); font-size: 1.55rem; font-weight: 600; color: var(--ink); line-height: 1.1; }
.result-meta{ font-size: .9rem; color: var(--ink-50); font-weight: 500; }
.result-tag{
  margin-top: 9px; align-self: flex-start; padding: 5px 12px; border-radius: 999px;
  background: var(--pink-100); color: var(--pink-700); font-size: .76rem; font-weight: 700;
}

.result-cta{
  grid-column: span 1;
  background: linear-gradient(160deg, var(--pink-600), var(--pink-700));
  color: #fff; border-radius: var(--radius); padding: 34px 28px;
  display: flex; flex-direction: column; justify-content: center; gap: 12px;
  box-shadow: var(--shadow-md);
}
.result-cta h3{ color: #fff; margin: 0; }
.result-cta p{ color: rgba(255,255,255,.9); font-size: .95rem; margin: 0; }
.result-cta .btn{ align-self: flex-start; background: #fff; color: var(--pink-700); box-shadow: none; margin-top: 6px; }
.result-cta .btn:hover{ background: var(--pink-100); }

.disclaimer{
  margin: 40px auto 0; max-width: 780px; text-align: center;
  font-size: .84rem; line-height: 1.7; color: var(--ink-50);
  padding: 20px 24px; background: var(--pink-50); border-radius: var(--radius);
  border: 1px solid var(--line-soft);
}

/* ---------------------------- Services ---------------------------- */
.services{ background: var(--pink-50); }

.services-grid{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
@media (max-width: 720px){ .services-grid{ grid-template-columns: 1fr; } }

.service-card{
  background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
  padding: 34px 32px 32px; box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover{ transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--pink-200); }

.service-icon{
  width: 54px; height: 54px; border-radius: 16px; margin-bottom: 20px;
  background: var(--pink-100); color: var(--pink-700);
  display: grid; place-items: center;
}
.service-icon svg{ width: 26px; height: 26px; }

.service-card h3{ margin-bottom: .55em; }
.service-card > p{ font-size: .96rem; color: var(--ink-50); }

.service-points{ margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line-soft); display: grid; gap: 9px; }
.service-points li{ position: relative; padding-left: 24px; font-size: .89rem; font-weight: 600; color: var(--ink-70); }
.service-points li::before{
  content: ""; position: absolute; left: 0; top: .42em; width: 14px; height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D6415F' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* ---------------------------- Process ---------------------------- */
.process-list{ display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 26px; counter-reset: step; }

.process-step{
  position: relative; padding: 32px 26px 28px;
  background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.process-num{
  display: inline-block; font-family: var(--font-display); font-size: 2.4rem; font-weight: 600;
  color: var(--pink-300); line-height: 1; margin-bottom: 12px;
}
.process-step h3{ margin-bottom: .45em; }
.process-step p{ font-size: .93rem; color: var(--ink-50); margin: 0; }

/* ---------------------------- Video ---------------------------- */
.video-section{ background: var(--pink-50); }

.video-frame{
  position: relative; aspect-ratio: 16 / 9; width: min(100%, 940px); margin-inline: auto;
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); background: var(--ink);
}
.video-frame iframe{ position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.video-placeholder{
  position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 30px;
  background: linear-gradient(150deg, var(--pink-300), var(--pink-500));
  color: #fff; text-decoration: none; transition: filter .25s ease;
}
a.video-placeholder:hover{ filter: brightness(1.06); text-decoration: none; }
a.video-placeholder:hover .play-badge{ background: rgba(255,255,255,.34); transform: scale(1.06); }
.play-badge{ transition: background .25s ease, transform .25s ease; }
.video-placeholder-inner{ max-width: 440px; }
.video-placeholder h3{ color: #fff; }
.video-placeholder p{ color: rgba(255,255,255,.92); font-size: .93rem; }
/* Solid white badge with a pink triangle, so it reads clearly on both the pink
   fallback card and on top of any YouTube thumbnail. */
.play-badge{
  width: 78px; height: 78px; border-radius: 50%; margin: 0 auto 18px;
  background: #fff; box-shadow: 0 12px 34px rgba(0,0,0,.28);
  display: grid; place-items: center;
}
.play-badge::after{
  content: ""; width: 0; height: 0; margin-left: 6px;
  border-left: 22px solid var(--pink-600);
  border-top: 13px solid transparent; border-bottom: 13px solid transparent;
}

/* Click to play facade over the real YouTube thumbnail */
.video-facade{
  position: absolute; inset: 0; width: 100%; height: 100%;
  padding: 0; border: 0; background: var(--ink); cursor: pointer; overflow: hidden;
}
.video-thumb{
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease, filter .3s ease;
}
.video-facade-overlay{
  position: absolute; inset: 0; display: grid; place-content: center; justify-items: center;
  background: linear-gradient(180deg, rgba(26,18,24,.15) 0%, rgba(26,18,24,.55) 100%);
  transition: background .3s ease;
}
.video-facade-label{
  color: #fff; font-weight: 700; font-size: 1rem; letter-spacing: .01em;
  text-shadow: 0 2px 12px rgba(0,0,0,.5);
}
.video-facade:hover .video-thumb{ transform: scale(1.04); }
.video-facade:hover .play-badge{ transform: scale(1.07); }
.video-facade:hover .video-facade-overlay{ background: linear-gradient(180deg, rgba(26,18,24,.05) 0%, rgba(26,18,24,.45) 100%); }

.video-actions{ display: flex; justify-content: center; margin-top: 28px; }

/* ---------------------------- Testimonials ---------------------------- */
.testimonial-grid{ display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 26px; }

.testimonial{
  position: relative; overflow: hidden;
  margin: 0; padding: 34px 32px; background: var(--white);
  border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
/* Decorative watermark rather than inline quote marks, so however the client
   indents the quote text in the HTML it always renders cleanly. */
.testimonial::before{
  content: "\201C"; position: absolute; top: -4px; right: 20px;
  font-family: var(--font-display); font-size: 7rem; line-height: 1;
  color: var(--pink-100); pointer-events: none;
}
.testimonial:hover{ transform: translateY(-4px); box-shadow: var(--shadow-md); }

.stars{ color: var(--pink-400); font-size: 1.05rem; letter-spacing: .16em; margin-bottom: 16px; }

.testimonial p{
  position: relative; z-index: 1;
  font-family: var(--font-display); font-size: 1.1rem; line-height: 1.55;
  color: var(--ink); font-weight: 400; flex: 1; margin-bottom: 22px;
}

.testimonial footer{ display: flex; flex-direction: column; gap: 2px; padding-top: 18px; border-top: 1px solid var(--line-soft); }
.t-name{ font-weight: 700; color: var(--ink); font-size: .95rem; }
.t-detail{ font-size: .84rem; color: var(--ink-50); }

/* ---------------------------- Why ---------------------------- */
.why{ background: var(--pink-50); }
.why-grid{ display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.why-item{
  background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 28px 26px; box-shadow: var(--shadow-sm);
  border-left: 4px solid var(--pink-300);
}
.why-item h3{ font-size: 1.12rem; margin-bottom: .45em; }
.why-item p{ font-size: .93rem; color: var(--ink-50); margin: 0; }

/* ---------------------------- Apply / form ---------------------------- */
.apply{ background: var(--white); }

.form-shell{
  width: min(100%, 800px); margin-inline: auto;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden;
}
.form-shell iframe{ display: block; width: 100%; border: 0; min-height: 900px; background: var(--white); }

.form-placeholder{
  padding: clamp(38px, 6vw, 62px) clamp(26px, 5vw, 52px); text-align: center;
  background: linear-gradient(160deg, var(--pink-50), var(--white));
}
.form-placeholder h3{ margin-bottom: .5em; }
.form-placeholder p{ color: var(--ink-50); max-width: 46em; margin-inline: auto; }
.form-placeholder code{
  display: inline-block; margin-top: 4px; padding: 3px 9px; border-radius: 7px;
  background: var(--pink-100); color: var(--pink-700); font-size: .85em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.form-placeholder .btn{ margin-top: 22px; }
.form-placeholder-note{ margin-top: 18px; font-size: .85rem; color: var(--ink-50); }

/* ---------------------------- FAQ ---------------------------- */
.faq{ background: var(--white); }
.faq-list{ display: grid; gap: 12px; }

.faq-item{
  background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--radius);
  overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease;
}
.faq-item[open]{ border-color: var(--pink-200); box-shadow: var(--shadow-sm); }

.faq-item summary{
  cursor: pointer; list-style: none; padding: 22px 58px 22px 26px; position: relative;
  font-weight: 700; font-size: 1.02rem; color: var(--ink);
}
.faq-item summary::-webkit-details-marker{ display: none; }
.faq-item summary:hover{ color: var(--pink-700); }
.faq-item summary::after{
  content: ""; position: absolute; right: 24px; top: 50%; width: 13px; height: 13px;
  margin-top: -6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D6415F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: transform .25s ease;
}
.faq-item[open] summary::after{ transform: rotate(180deg); }

.faq-body{ padding: 0 26px 24px; }
.faq-body p{ font-size: .97rem; color: var(--ink-50); margin: 0; }

/* ---------------------------- Final CTA ---------------------------- */
.final-cta{
  background: linear-gradient(155deg, var(--pink-500), var(--pink-700));
  padding: clamp(70px, 9vw, 110px) 0; text-align: center; color: #fff;
}
.final-cta-inner{ max-width: 720px; }
.final-cta h2{ color: #fff; }
.final-cta p{ color: rgba(255,255,255,.92); font-size: 1.1rem; margin-bottom: 2em; }
.final-cta .btn-primary{ background: #fff; color: var(--pink-700); }
.final-cta .btn-primary:hover{ background: var(--pink-100); color: var(--pink-700); }

.cta-badges{
  display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 28px; margin-top: 30px;
  font-size: .88rem; font-weight: 600; color: rgba(255,255,255,.94);
}
.cta-badges li{ display: flex; align-items: center; gap: 8px; }
.cta-badges li::before{
  content: ""; width: 15px; height: 15px; flex: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* ---------------------------- Footer ---------------------------- */
.site-footer{ background: var(--white); border-top: 1px solid var(--line-soft); padding: clamp(52px, 7vw, 76px) 0 30px; }

.footer-inner{
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.15fr; gap: 40px;
  padding-bottom: 44px; border-bottom: 1px solid var(--line-soft);
}
.footer-brand .brand{ margin-bottom: 16px; }
.footer-blurb{ font-size: .9rem; color: var(--ink-50); max-width: 30em; }

.footer-col{ display: flex; flex-direction: column; gap: 11px; align-items: flex-start; }
.footer-col h4{
  font-family: var(--font-sans); font-size: .74rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--pink-600); font-weight: 800; margin: 0 0 4px;
}
.footer-col a{ font-size: .91rem; color: var(--ink-50); font-weight: 500; }
.footer-col a:hover{ color: var(--pink-700); text-decoration: none; }
.footer-cta{ margin-top: 8px; color: #fff !important; }

.footer-bottom{
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  padding-top: 26px; font-size: .82rem; color: var(--ink-50);
}
.footer-bottom p{ margin: 0; }
.footer-legal{ font-weight: 600; }

/* ---------------------------- Lightbox ---------------------------- */
.lightbox{
  position: fixed; inset: 0; z-index: 300;
  background: rgba(26,18,24,.92);
  display: flex; align-items: center; justify-content: center; padding: 5vh 6vw;
  opacity: 0; transition: opacity .22s ease;
}
.lightbox.is-open{ opacity: 1; }
.lightbox[hidden]{ display: none; }

.lightbox-img{
  max-width: 100%; max-height: 90vh; width: auto; border-radius: 14px;
  box-shadow: 0 30px 90px rgba(0,0,0,.5);
}

.lightbox-close, .lightbox-nav{
  position: absolute; background: rgba(255,255,255,.14); color: #fff;
  border: 1px solid rgba(255,255,255,.28); border-radius: 50%;
  cursor: pointer; display: grid; place-items: center; line-height: 1;
  transition: background .2s ease, transform .2s ease;
}
.lightbox-close:hover, .lightbox-nav:hover{ background: rgba(255,255,255,.28); transform: scale(1.06); }

.lightbox-close{ top: 20px; right: 22px; width: 46px; height: 46px; font-size: 1.9rem; padding-bottom: 4px; }
.lightbox-nav{ top: 50%; margin-top: -26px; width: 52px; height: 52px; font-size: 2.1rem; padding-bottom: 5px; }
.lightbox-prev{ left: 16px; }
.lightbox-next{ right: 16px; }

body.no-scroll{ overflow: hidden; }

/* ---------------------------- Reveal animation ---------------------------- */
.reveal{ opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible{ opacity: 1; transform: none; }

/* ---------------------------- Responsive ---------------------------- */
@media (max-width: 1000px){
  /* Stacked layout keeps the headline and CTA first, decoration after. */
  .hero-inner{ grid-template-columns: 1fr; }
  .hero-visual{ min-height: 260px; margin-top: 12px; }
  .hero-card-back{ display: none; }
  .hero-card-front{ transform: none; }
  .footer-inner{ grid-template-columns: 1fr 1fr; gap: 34px; }
}

@media (max-width: 860px){
  .nav-toggle{ display: flex; }

  .nav{
    position: fixed; inset: var(--header-h) 0 auto 0;
    background: var(--white);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 12px 22px 26px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    transform: translateY(-14px); opacity: 0; pointer-events: none;
    transition: transform .24s ease, opacity .24s ease;
    max-height: calc(100dvh - var(--header-h)); overflow-y: auto;
  }
  .nav.is-open{ transform: none; opacity: 1; pointer-events: auto; }
  .nav a{ padding: 15px 2px; border-bottom: 1px solid var(--line-soft); font-size: 1rem; }
  .nav a:not(.btn)::after{ display: none; }
  .nav-cta{ margin: 18px 0 0; justify-content: center; border-bottom: 0; }

  .stats-grid{ grid-template-columns: repeat(2, 1fr); gap: 28px 18px; }

  .results-grid{ grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 18px; }
  .result-cta{ grid-column: 1 / -1; }
}

@media (max-width: 640px){
  body{ font-size: 16px; }
  .wrap, .wrap-narrow{ width: calc(100% - 32px); }

  .hero-actions .btn{ flex: 1 1 100%; }
  .hero-visual{ min-height: 230px; }

  .results-grid{ grid-template-columns: 1fr 1fr; }
  .result-card figcaption{ padding: 14px 15px 18px; }
  .result-value{ font-size: 1.22rem; }
  .result-meta{ font-size: .82rem; }
  /* Tuned so the longest tag still sits on a single line in the two column grid. */
  .result-tag{ font-size: .65rem; padding: 4px 9px; }

  .service-card{ padding: 28px 24px; }
  .testimonial{ padding: 28px 24px; }

  .footer-inner{ grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom{ justify-content: center; text-align: center; }

  .lightbox{ padding: 3vh 3vw; }
  .lightbox-nav{ width: 44px; height: 44px; font-size: 1.7rem; }
  .lightbox-prev{ left: 6px; }
  .lightbox-next{ right: 6px; }
}

/* ---------------------------- Motion and print ---------------------------- */
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *, *::before, *::after{
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .reveal{ opacity: 1; transform: none; }
}

@media print{
  .site-header, .nav-toggle, .lightbox, .final-cta .btn, .video-section{ display: none; }
  .reveal{ opacity: 1; transform: none; }
}
