/* ==========================================================================
   iNext Web and SEO — Global Stylesheet
   Vibrant gradient theme
   ========================================================================== */

/* ---------- Design tokens ---------- */
:root {
  --violet: #6d28d9;
  --violet-light: #8b5cf6;
  --magenta: #d946a6;
  --orange: #f97316;
  --amber: #fbbf24;
  --cyan: #06b6d4;

  --grad-brand: linear-gradient(120deg, #6d28d9 0%, #d946a6 55%, #f97316 100%);
  --grad-brand-soft: linear-gradient(120deg, rgba(109,40,217,.10), rgba(249,115,22,.10));
  --grad-cool: linear-gradient(120deg, #6d28d9 0%, #06b6d4 100%);
  --grad-warm: linear-gradient(120deg, #d946a6 0%, #fbbf24 100%);

  --ink: #16112a;
  --ink-2: #3d3557;
  --muted: #6f668c;
  --line: #ece8f5;
  --bg: #ffffff;
  --bg-alt: #faf8ff;
  --dark: #14102a;
  --dark-2: #1d1740;

  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 4px 14px rgba(31, 17, 71, .06);
  --shadow: 0 18px 44px rgba(58, 22, 108, .10);
  --shadow-lg: 0 30px 70px rgba(58, 22, 108, .18);

  --wrap: 1180px;
  --font: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
}

/* ---------- Reset ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--ink-2);
  background: var(--bg);
  line-height: 1.7;
  font-size: 16.5px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, textarea, select { font: inherit; color: inherit; }

h1, h2, h3, h4, h5 {
  font-family: var(--font);
  color: var(--ink);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -.02em;
}
h1 { font-size: clamp(2.2rem, 5.4vw, 3.85rem); }
h2 { font-size: clamp(1.75rem, 3.9vw, 2.75rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); }
p { color: var(--ink-2); }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 22px; }
.section { padding: clamp(62px, 8vw, 110px) 0; }
.section--alt { background: var(--bg-alt); }
.section--dark { background: var(--dark); }
.section--dark h1, .section--dark h2, .section--dark h3 { color: #fff; }
.section--dark p { color: #c5bcdf; }

.grad-text {
  background: var(--grad-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase;
  padding: 7px 15px; border-radius: 999px;
  background: var(--grad-brand-soft);
  color: var(--violet);
  border: 1px solid rgba(109, 40, 217, .16);
  margin-bottom: 18px;
}
.section--dark .eyebrow {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.14);
  color: #e9b8ff;
}

.head { max-width: 720px; margin-bottom: 52px; }
.head--center { margin-inline: auto; text-align: center; }
.head p { margin-top: 16px; font-size: 1.06rem; }

.lead { font-size: 1.12rem; color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 800; font-size: .96rem;
  border: 0; cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
  white-space: nowrap;
}
.btn--primary {
  background: var(--grad-brand);
  color: #fff;
  box-shadow: 0 12px 28px rgba(167, 47, 143, .32);
  background-size: 160% 160%;
}
.btn--primary:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(167, 47, 143, .42); background-position: 100% 0; }
.btn--ghost {
  background: #fff; color: var(--ink);
  border: 1.6px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.btn--ghost:hover { transform: translateY(-3px); border-color: var(--violet-light); color: var(--violet); }
.btn--light { background: rgba(255,255,255,.1); color: #fff; border: 1.6px solid rgba(255,255,255,.28); }
.btn--light:hover { background: #fff; color: var(--violet); transform: translateY(-3px); }
.btn--wide { width: 100%; }
.btn--sm { padding: 11px 22px; font-size: .88rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s ease;
}
.site-header.is-stuck { box-shadow: 0 8px 28px rgba(31, 17, 71, .07); }
.topbar {
  background: var(--dark);
  color: #cdc3e6;
  font-size: .82rem;
}
.topbar .wrap { display: flex; flex-wrap: wrap; gap: 8px 26px; align-items: center; justify-content: space-between; padding-block: 9px; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; }
.topbar a:hover { color: #fff; }
.topbar__set { display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: center; }

.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 14px; }
.brand { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand img { height: 46px; width: auto; }
.brand__fallback {
  display: none;
  font-weight: 900; font-size: 1.28rem; letter-spacing: -.03em;
}
.brand__tag { display: block; font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); font-weight: 700; }

.nav__links { display: flex; align-items: center; gap: 4px; }
.nav__links a {
  padding: 9px 15px; border-radius: 999px;
  font-weight: 700; font-size: .93rem; color: var(--ink-2);
  transition: color .2s ease, background .2s ease;
}
.nav__links a:hover { color: var(--violet); background: rgba(109,40,217,.07); }
.nav__links a.is-active { color: var(--violet); background: rgba(109,40,217,.1); }
.nav__cta { display: flex; align-items: center; gap: 10px; }

.burger {
  display: none; width: 46px; height: 42px;
  border-radius: 12px; background: var(--grad-brand); border: 0;
  cursor: pointer; position: relative;
}
.burger span, .burger::before, .burger::after {
  content: ""; position: absolute; left: 13px; width: 20px; height: 2.2px;
  background: #fff; border-radius: 2px; transition: transform .3s ease, opacity .2s ease;
}
.burger span { top: 19.9px; }
.burger::before { top: 13px; }
.burger::after { top: 27px; }
.burger.is-open span { opacity: 0; }
.burger.is-open::before { transform: translateY(7px) rotate(45deg); }
.burger.is-open::after { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: var(--dark);
  color: #fff;
  padding: clamp(72px, 9vw, 128px) 0 clamp(80px, 10vw, 140px);
}
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(90px); opacity: .55; pointer-events: none;
}
.hero::before { width: 560px; height: 560px; background: #7c3aed; top: -220px; left: -160px; }
.hero::after { width: 520px; height: 520px; background: #f97316; bottom: -260px; right: -140px; opacity: .38; }
.hero__mesh {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(40% 45% at 78% 22%, rgba(217,70,166,.42), transparent 70%),
    radial-gradient(35% 40% at 12% 78%, rgba(6,182,212,.28), transparent 70%);
}
.hero .wrap { position: relative; z-index: 2; }
.hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; }
.hero h1 { color: #fff; }
.hero h1 .grad-text { background: linear-gradient(100deg, #fbbf24, #f472b6 55%, #a78bfa); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lead { color: #cfc6e8; margin-top: 20px; max-width: 560px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 12px 30px; margin-top: 38px; color: #b9aede; font-size: .9rem; }
.hero__trust span { display: inline-flex; align-items: center; gap: 8px; }

.hero__card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-lg);
  padding: 30px;
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-lg);
}
.hero__card h3 { color: #fff; font-size: 1.2rem; }
.hero__card p { color: #bcb1e0; font-size: .93rem; margin-top: 6px; }
.hero__stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 24px; }
.hero__stat {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius); padding: 18px;
}
.hero__stat b { display: block; font-size: 1.65rem; font-weight: 900; color: #fff; letter-spacing: -.03em; }
.hero__stat span { font-size: .78rem; color: #b3a7d8; letter-spacing: .04em; }

/* ---------- Marquee / logo strip ---------- */
.strip { border-bottom: 1px solid var(--line); background: #fff; padding: 26px 0; }
.strip__label { text-align: center; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); font-weight: 800; margin-bottom: 16px; }
.strip__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 34px; }
.strip__row span {
  font-weight: 800; color: var(--ink); font-size: 1rem;
  padding: 8px 18px; border-radius: 999px; background: var(--bg-alt); border: 1px solid var(--line);
}

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 24px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-sm);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  position: relative; overflow: hidden;
}
.card::after {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 4px;
  background: var(--grad-brand); transform: scaleX(0); transform-origin: left;
  transition: transform .35s ease;
}
.card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: transparent; }
.card:hover::after { transform: scaleX(1); }
.card h3 { margin-bottom: 10px; }
.card p { font-size: .96rem; }

.icon {
  width: 54px; height: 54px; border-radius: 16px;
  display: grid; place-items: center;
  background: var(--grad-brand); color: #fff;
  margin-bottom: 20px; font-size: 1.4rem;
  box-shadow: 0 10px 22px rgba(167, 47, 143, .28);
}
.icon--cool { background: var(--grad-cool); box-shadow: 0 10px 22px rgba(59, 87, 200, .28); }
.icon--warm { background: var(--grad-warm); box-shadow: 0 10px 22px rgba(230, 140, 60, .3); }

.tick { display: flex; gap: 11px; align-items: flex-start; margin-top: 12px; font-size: .95rem; }
.tick i {
  flex: 0 0 20px; height: 20px; margin-top: 4px; border-radius: 50%;
  background: var(--grad-brand); display: grid; place-items: center;
  color: #fff; font-size: .62rem; font-style: normal; font-weight: 900;
}

/* ---------- Stats band ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stats b { display: block; font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; letter-spacing: -.04em; }
.stats span { font-size: .88rem; color: var(--muted); font-weight: 700; letter-spacing: .05em; }
.section--dark .stats span { color: #b3a7d8; }

/* ---------- Split media ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split__media { position: relative; }
.split__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.split__media::before {
  content: ""; position: absolute; inset: 22px -22px -22px 22px;
  border-radius: var(--radius-lg); background: var(--grad-brand); opacity: .12; z-index: -1;
}
.badge-float {
  position: absolute; bottom: -20px; left: -14px;
  background: #fff; border-radius: var(--radius); padding: 14px 20px;
  box-shadow: var(--shadow); border: 1px solid var(--line);
  display: flex; align-items: center; gap: 12px;
}
.badge-float b { font-size: 1.4rem; font-weight: 900; letter-spacing: -.03em; }
.badge-float span { font-size: .76rem; color: var(--muted); font-weight: 700; }

/* ---------- Process steps ---------- */
.steps { counter-reset: step; display: grid; gap: 22px; grid-template-columns: repeat(4, 1fr); }
.step { position: relative; padding-top: 22px; }
.step__no {
  width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center;
  font-weight: 900; font-size: 1.05rem; color: #fff; background: var(--grad-brand);
  margin-bottom: 18px; box-shadow: 0 10px 22px rgba(167, 47, 143, .26);
}
.step h3 { font-size: 1.12rem; margin-bottom: 8px; }
.step p { font-size: .93rem; }

/* ---------- Video testimonials ---------- */
.video-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .28s ease, border-color .28s ease;
}
.video-card:hover { transform: translateY(-6px); border-color: rgba(255,255,255,.3); }
.video-frame { position: relative; aspect-ratio: 16 / 9; background: #241b46; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-card__body { padding: 20px 22px 24px; }
.video-card__body h3 { font-size: 1.03rem; color: #fff; }
.video-card__body p { font-size: .88rem; color: #b6abd9; margin-top: 5px; }

.quote {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 30px; box-shadow: var(--shadow-sm);
}
.quote__stars { color: var(--amber); letter-spacing: 2px; margin-bottom: 14px; }
.quote p { font-size: 1rem; font-style: italic; color: var(--ink-2); }
.quote__who { display: flex; align-items: center; gap: 13px; margin-top: 20px; }
.quote__avatar {
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  background: var(--grad-brand); color: #fff; font-weight: 900;
}
.quote__who b { display: block; color: var(--ink); font-size: .95rem; }
.quote__who span { font-size: .82rem; color: var(--muted); }

/* ---------- Portfolio ---------- */
.work {
  border-radius: var(--radius-lg); overflow: hidden; position: relative;
  border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease;
}
.work:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.work__thumb { aspect-ratio: 16 / 10; background: var(--grad-brand); display: grid; place-items: center; color: #fff; }
.work__thumb.alt-1 { background: var(--grad-cool); }
.work__thumb.alt-2 { background: var(--grad-warm); }
.work__thumb.alt-3 { background: linear-gradient(120deg, #1e1b4b, #6d28d9); }
.work__thumb b { font-size: 1.9rem; font-weight: 900; letter-spacing: -.03em; text-align: center; padding: 20px; }
.work__body { padding: 24px 26px 28px; }
.work__tag { font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--violet); }
.work__body h3 { margin: 8px 0 10px; font-size: 1.18rem; }
.work__body p { font-size: .94rem; }
.work__metrics { display: flex; gap: 22px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.work__metrics div b { display: block; font-size: 1.22rem; font-weight: 900; letter-spacing: -.03em; }
.work__metrics div span { font-size: .76rem; color: var(--muted); font-weight: 700; }

/* ---------- Blog ---------- */
.post {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .28s ease, box-shadow .28s ease;
  display: flex; flex-direction: column;
}
.post:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.post__cover { aspect-ratio: 16 / 9; background: var(--grad-cool); display: grid; place-items: center; color: #fff; font-size: 2.4rem; }
.post__cover.c2 { background: var(--grad-warm); }
.post__cover.c3 { background: var(--grad-brand); }
.post__cover.c4 { background: linear-gradient(120deg, #0f766e, #06b6d4); }
.post__cover.c5 { background: linear-gradient(120deg, #be123c, #f97316); }
.post__cover.c6 { background: linear-gradient(120deg, #1e1b4b, #8b5cf6); }
.post__body { padding: 24px 26px 28px; flex: 1; display: flex; flex-direction: column; }
.post__meta { font-size: .78rem; color: var(--muted); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.post__body h3 { margin: 10px 0 10px; font-size: 1.14rem; }
.post__body p { font-size: .94rem; flex: 1; }
.post__more { margin-top: 16px; font-weight: 800; color: var(--violet); font-size: .9rem; display: inline-flex; gap: 7px; align-items: center; }
.post:hover .post__more { gap: 12px; }

/* ---------- Forms ---------- */
.form-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(26px, 4vw, 42px); box-shadow: var(--shadow);
}
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 800; font-size: .87rem; color: var(--ink); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 16px;
  border: 1.6px solid var(--line); border-radius: 12px;
  background: var(--bg-alt); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
  font-size: .96rem;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 0; border-color: var(--violet-light); background: #fff;
  box-shadow: 0 0 0 4px rgba(139, 92, 246, .12);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-note { font-size: .82rem; color: var(--muted); margin-top: 14px; text-align: center; }
.form-msg {
  display: none; margin-top: 18px; padding: 14px 18px; border-radius: 12px;
  background: rgba(16, 185, 129, .1); border: 1px solid rgba(16, 185, 129, .3);
  color: #047857; font-weight: 700; font-size: .92rem;
}
.form-msg.is-shown { display: block; }

/* Slot picker */
.slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(104px, 1fr)); gap: 10px; }
.slot {
  padding: 11px 8px; text-align: center; border-radius: 12px; cursor: pointer;
  border: 1.6px solid var(--line); background: var(--bg-alt);
  font-weight: 700; font-size: .88rem; transition: all .2s ease;
}
.slot:hover { border-color: var(--violet-light); color: var(--violet); }
.slot.is-picked { background: var(--grad-brand); color: #fff; border-color: transparent; box-shadow: 0 8px 18px rgba(167,47,143,.28); }

/* ---------- Contact info list ---------- */
.info-item { display: flex; gap: 16px; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid var(--line); }
.info-item:last-child { border-bottom: 0; }
.info-item .icon { width: 46px; height: 46px; border-radius: 14px; margin: 0; font-size: 1.1rem; flex-shrink: 0; }
.info-item h4 { font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); font-weight: 800; margin-bottom: 4px; }
.info-item p, .info-item a { font-weight: 700; color: var(--ink); font-size: 1rem; }
.info-item a:hover { color: var(--violet); }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  background: var(--dark); color: #fff; position: relative; overflow: hidden;
  padding: clamp(56px, 7vw, 96px) 0 clamp(60px, 7vw, 100px); text-align: center;
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(45% 60% at 20% 20%, rgba(109,40,217,.75), transparent 70%),
    radial-gradient(45% 60% at 82% 75%, rgba(249,115,22,.42), transparent 70%);
}
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; }
.page-hero p { color: #cec5e9; max-width: 640px; margin: 18px auto 0; font-size: 1.06rem; }
.crumbs { font-size: .86rem; color: #b6abd9; margin-top: 20px; }
.crumbs a:hover { color: #fff; }

/* ---------- CTA band ---------- */
.cta-band {
  border-radius: var(--radius-lg);
  background: var(--grad-brand);
  padding: clamp(36px, 5vw, 62px);
  color: #fff; text-align: center;
  box-shadow: var(--shadow-lg);
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(50% 80% at 80% 10%, rgba(255,255,255,.22), transparent 60%);
}
.cta-band > * { position: relative; z-index: 2; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.9); max-width: 620px; margin: 16px auto 0; }
.cta-band .btn { margin-top: 28px; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ---------- FAQ ---------- */
.faq { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; margin-bottom: 14px; overflow: hidden; }
.faq summary {
  cursor: pointer; list-style: none; padding: 20px 24px;
  font-weight: 800; color: var(--ink); display: flex; justify-content: space-between; gap: 16px; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; color: var(--violet); font-weight: 700; line-height: 1; }
.faq[open] summary::after { content: "\2013"; }
.faq p { padding: 0 24px 22px; font-size: .96rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--dark); color: #b4a9d6; padding-top: 72px; }
.site-footer h4 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 20px; font-weight: 800; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 42px; padding-bottom: 52px; }
.footer-grid a { font-size: .95rem; }
.footer-grid a:hover { color: #fff; }
.footer-grid li { margin-bottom: 11px; }
.site-footer .brand img { height: 46px; }
.site-footer .brand__tag { color: #9b8fc4; }
.footer-about p { font-size: .95rem; margin-top: 18px; max-width: 320px; }
.socials { display: flex; gap: 10px; margin-top: 22px; }
.socials a {
  width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  transition: background .2s ease, transform .2s ease; font-size: .95rem;
}
.socials a:hover { background: var(--grad-brand); transform: translateY(-3px); border-color: transparent; color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0;
  display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between; font-size: .86rem;
}

/* Floating WhatsApp */
.float-wa {
  position: fixed; right: 18px; bottom: 18px; z-index: 950;
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #128c7e); color: #fff;
  display: grid; place-items: center; font-size: 1.5rem;
  box-shadow: 0 12px 28px rgba(18, 140, 126, .38);
  transition: transform .22s ease;
}
.float-wa:hover { transform: scale(1.08); }

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

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .hero__grid { grid-template-columns: 1fr; gap: 44px; }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .split__media::before { display: none; }
}

@media (max-width: 900px) {
  .nav__links {
    position: fixed; inset: 0 0 auto 0; top: var(--nav-h, 138px);
    flex-direction: column; align-items: stretch; gap: 4px;
    background: #fff; padding: 18px 22px 26px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    transform: translateY(-14px); opacity: 0; pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
    max-height: calc(100vh - var(--nav-h, 138px)); overflow-y: auto;
  }
  .nav__links.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .nav__links a { padding: 13px 16px; border-radius: 12px; font-size: 1rem; }
  .burger { display: block; }
  .nav__cta .btn { display: none; }
  .topbar__set--hide { display: none; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero__stats { grid-template-columns: 1fr 1fr; }
  .work__metrics { gap: 16px; }
  .float-wa { width: 52px; height: 52px; bottom: 14px; right: 14px; }
}

@media (max-width: 420px) {
  .stats { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero__actions, .cta-band__actions { flex-direction: column; }
}

/* ==========================================================================
   ENGAGEMENT LAYER — motion, interaction, micro-animation
   ========================================================================== */

/* ---- Scroll progress bar ---- */
.progress-bar {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: var(--grad-brand); z-index: 1000;
  transition: width .1s linear;
  box-shadow: 0 0 12px rgba(217, 70, 166, .6);
}

/* ---- Animated hero blobs ---- */
.hero::before { animation: floatA 14s ease-in-out infinite; }
.hero::after  { animation: floatB 18s ease-in-out infinite; }
@keyframes floatA {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(70px, 50px) scale(1.15); }
}
@keyframes floatB {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(-60px, -50px) scale(1.2); }
}
.hero__mesh { animation: meshShift 20s ease-in-out infinite alternate; }
@keyframes meshShift {
  from { transform: scale(1) rotate(0deg); opacity: .9; }
  to   { transform: scale(1.12) rotate(4deg); opacity: 1; }
}

/* Floating decorative shapes */
.shape {
  position: absolute; border-radius: 30%; pointer-events: none;
  border: 1.5px solid rgba(255,255,255,.14);
  animation: spinSlow 26s linear infinite;
}
.shape--1 { width: 120px; height: 120px; top: 14%; right: 12%; }
.shape--2 { width: 68px;  height: 68px;  bottom: 18%; left: 8%; animation-duration: 18s; animation-direction: reverse; }
.shape--3 { width: 180px; height: 180px; bottom: -60px; right: 30%; opacity: .5; animation-duration: 34s; }
@keyframes spinSlow { to { transform: rotate(360deg); } }

/* ---- Rotating headline words ---- */
.rotator {
  display: inline-block; position: relative;
  min-width: 5ch; text-align: left;
}
.rotator__word {
  display: inline-block;
  background: linear-gradient(100deg, #fbbf24, #f472b6 55%, #a78bfa);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: wordIn .5s cubic-bezier(.2,.9,.3,1.4);
}
@keyframes wordIn {
  from { opacity: 0; transform: translateY(16px) rotateX(-40deg); filter: blur(6px); }
  to   { opacity: 1; transform: none; filter: none; }
}
.cursor-bar {
  display: inline-block; width: 3px; height: .95em; vertical-align: -.08em;
  background: var(--amber); margin-left: 4px; border-radius: 2px;
  animation: blink 1s steps(2) infinite;
}
@keyframes blink { 50% { opacity: 0; } }

/* ---- Infinite marquee ---- */
.marquee { overflow: hidden; position: relative; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; width: max-content; gap: 34px; animation: slide 32s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track span {
  font-weight: 800; color: var(--ink); font-size: 1rem; white-space: nowrap;
  padding: 10px 22px; border-radius: 999px; background: var(--bg-alt); border: 1px solid var(--line);
  transition: transform .25s ease, border-color .25s ease, color .25s ease;
}
.marquee__track span:hover { transform: translateY(-4px) scale(1.05); border-color: var(--violet-light); color: var(--violet); }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---- Card spotlight + magnetic lift ---- */
.card, .work, .post {
  --mx: 50%; --my: 50%;
}
.card::before, .work::before, .post::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(240px circle at var(--mx) var(--my), rgba(139, 92, 246, .10), transparent 62%);
  opacity: 0; transition: opacity .3s ease;
}
.card:hover::before, .work:hover::before, .post:hover::before { opacity: 1; }
.card > *, .work > *, .post > * { position: relative; z-index: 1; }
.card .icon { transition: transform .35s cubic-bezier(.2,.9,.3,1.4); }
.card:hover .icon { transform: translateY(-4px) rotate(-6deg) scale(1.08); }

/* ---- Button shine ---- */
.btn--primary { position: relative; overflow: hidden; }
.btn--primary::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.42), transparent);
  transform: skewX(-20deg);
}
.btn--primary:hover::after { animation: shine .85s ease; }
@keyframes shine { to { left: 140%; } }

/* Pulse ring on the main CTA */
.btn--pulse { position: relative; }
.btn--pulse::before {
  content: ""; position: absolute; inset: -3px; border-radius: 999px;
  border: 2px solid rgba(217, 70, 166, .55);
  animation: pulseRing 2.4s ease-out infinite;
}
@keyframes pulseRing {
  0%   { transform: scale(1);    opacity: .8; }
  70%  { transform: scale(1.16); opacity: 0; }
  100% { transform: scale(1.16); opacity: 0; }
}

/* ---- Testimonial slider ---- */
.slider { position: relative; overflow: hidden; border-radius: var(--radius-lg); }
.slider__track { display: flex; transition: transform .55s cubic-bezier(.65,.05,.36,1); }
.slider__slide { min-width: 100%; }
.slider__dots { display: flex; gap: 9px; justify-content: center; margin-top: 22px; }
.slider__dot {
  width: 9px; height: 9px; border-radius: 999px; border: 0; cursor: pointer;
  background: rgba(255,255,255,.28); transition: all .3s ease; padding: 0;
}
.slider__dot.is-on { width: 30px; background: var(--grad-brand); }
.slider--light .slider__dot { background: var(--line); }
.slider--light .slider__dot.is-on { background: var(--grad-brand); }

/* ---- ROI calculator ---- */
.calc {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(26px, 4vw, 40px); box-shadow: var(--shadow);
}
.calc__row { margin-bottom: 24px; }
.calc__row label { display: flex; justify-content: space-between; align-items: baseline; font-weight: 800; font-size: .9rem; color: var(--ink); margin-bottom: 10px; }
.calc__row label b { font-size: 1.15rem; }
.calc input[type="range"] {
  width: 100%; height: 6px; border-radius: 999px; appearance: none; -webkit-appearance: none;
  background: var(--line); outline: 0; cursor: pointer;
}
.calc input[type="range"]::-webkit-slider-thumb {
  appearance: none; -webkit-appearance: none; width: 24px; height: 24px; border-radius: 50%;
  background: var(--grad-brand); border: 3px solid #fff; cursor: pointer;
  box-shadow: 0 4px 14px rgba(167, 47, 143, .45);
  transition: transform .2s ease;
}
.calc input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.18); }
.calc input[type="range"]::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 50%; background: #a72f8f; border: 3px solid #fff; cursor: pointer;
}
.calc__out {
  background: var(--grad-brand); color: #fff; border-radius: var(--radius);
  padding: 26px; text-align: center; margin-top: 8px;
}
.calc__out span { display: block; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; opacity: .88; font-weight: 800; }
.calc__out b { display: block; font-size: clamp(2.2rem, 5vw, 3.2rem); font-weight: 900; letter-spacing: -.04em; line-height: 1.1; margin-top: 6px; }
.calc__out small { display: block; font-size: .82rem; opacity: .85; margin-top: 8px; }

/* ---- Service tabs ---- */
.tabs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 38px; }
.tab {
  padding: 11px 22px; border-radius: 999px; border: 1.6px solid var(--line);
  background: #fff; font-weight: 800; font-size: .9rem; cursor: pointer;
  transition: all .25s ease; color: var(--ink-2);
}
.tab:hover { border-color: var(--violet-light); color: var(--violet); transform: translateY(-2px); }
.tab.is-on { background: var(--grad-brand); color: #fff; border-color: transparent; box-shadow: 0 10px 24px rgba(167,47,143,.3); }
.tab-panel { display: none; animation: fadeUp .5s ease; }
.tab-panel.is-on { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* ---- Back to top ---- */
.to-top {
  position: fixed; right: 18px; bottom: 84px; z-index: 940;
  width: 46px; height: 46px; border-radius: 14px; border: 0; cursor: pointer;
  background: var(--grad-brand); color: #fff; font-size: 1.1rem;
  box-shadow: var(--shadow); display: grid; place-items: center;
  opacity: 0; transform: translateY(14px); pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
}
.to-top.is-on { opacity: 1; transform: none; pointer-events: auto; }
.to-top:hover { transform: translateY(-4px); }

/* ---- Link underline sweep ---- */
.nav__links a::after {
  content: ""; display: block; height: 2px; width: 0; margin-top: 3px; border-radius: 2px;
  background: var(--grad-brand); transition: width .28s ease;
}
.nav__links a:hover::after, .nav__links a.is-active::after { width: 100%; }

/* ---- Counter pop ---- */
[data-count] { display: inline-block; }

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

@media (max-width: 760px) {
  .shape { display: none; }
  .to-top { bottom: 76px; right: 14px; width: 42px; height: 42px; }
}

/* ---- Long-string safety ---- */
code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .86em; background: rgba(255,255,255,.1);
  padding: 2px 6px; border-radius: 6px;
  overflow-wrap: anywhere; word-break: break-word;
}
p, h1, h2, h3, li, a { overflow-wrap: break-word; }

/* ---- Grid/flex children must be allowed to shrink ---- */
.grid > *, .split > *, .hero__grid > *, .steps > *, .stats > * { min-width: 0; }
.slider, .slider__track { max-width: 100%; }
.slider__slide { min-width: 100%; max-width: 100%; flex: 0 0 100%; }

/* ==========================================================================
   VIDEO SHOWCASE — sits directly under the hero
   ========================================================================== */
.showcase {
  background: var(--dark);
  position: relative;
  padding: clamp(54px, 7vw, 92px) 0 clamp(58px, 7vw, 96px);
  overflow: hidden;
}
.showcase::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(48% 55% at 8% 0%, rgba(109,40,217,.55), transparent 68%),
    radial-gradient(45% 60% at 92% 96%, rgba(217,70,166,.34), transparent 68%);
}
.showcase .wrap { position: relative; z-index: 2; }
.showcase__head { display: flex; flex-wrap: wrap; gap: 18px 32px; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; }
.showcase__head h2 { color: #fff; max-width: 620px; }
.showcase__head p { color: #c3b8e2; margin-top: 14px; max-width: 560px; }

.showcase__grid { display: grid; grid-template-columns: 1.62fr 1fr; gap: 30px; align-items: start; }

/* --- Player shell --- */
.player {
  border-radius: 22px;
  padding: 12px;
  background: linear-gradient(140deg, rgba(255,255,255,.16), rgba(255,255,255,.04) 45%, rgba(217,70,166,.28));
  box-shadow: 0 34px 80px rgba(10, 4, 30, .6), 0 0 0 1px rgba(255,255,255,.07) inset;
  position: relative;
}
.player::after {
  content: ""; position: absolute; inset: -30px; z-index: -1; border-radius: 44px;
  background: var(--grad-brand); filter: blur(56px); opacity: .3;
}
.player__chrome {
  display: flex; align-items: center; gap: 9px;
  padding: 4px 6px 12px;
}
.player__chrome i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.22); display: block; }
.player__chrome i:first-child { background: #ff5f57; }
.player__chrome i:nth-child(2) { background: #febc2e; }
.player__chrome i:nth-child(3) { background: #28c840; }
.player__chrome span {
  margin-left: auto; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: #b9ade0; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  padding: 5px 14px; border-radius: 999px;
}
.player__stage {
  position: relative; aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden;
  background: #0d0820;
}
.player__stage iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.player__caption { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; justify-content: space-between; padding: 16px 6px 4px; }
.player__caption h3 { color: #fff; font-size: 1.05rem; }
.player__caption span { font-size: .82rem; color: #ac9fd5; }

/* --- Reel (clickable list) --- */
.reel { display: flex; flex-direction: column; gap: 12px; }
.reel__label {
  font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  color: #a294d0; margin-bottom: 2px;
}
.reel__item {
  display: grid; grid-template-columns: 116px 1fr; gap: 14px; align-items: center;
  padding: 10px; border-radius: 16px; cursor: pointer; text-align: left;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
  width: 100%; font: inherit; color: inherit;
}
.reel__item:hover { background: rgba(255,255,255,.1); transform: translateX(4px); border-color: rgba(255,255,255,.22); }
.reel__item.is-on { background: rgba(255,255,255,.12); border-color: transparent; box-shadow: 0 0 0 1.5px rgba(217,70,166,.8); }
.reel__item:focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; }
.reel__thumb {
  position: relative; aspect-ratio: 16 / 9; border-radius: 10px; overflow: hidden;
  background: var(--grad-brand); display: grid; place-items: center;
}
.reel__item:nth-child(3n) .reel__thumb { background: var(--grad-cool); }
.reel__item:nth-child(3n+1) .reel__thumb { background: linear-gradient(120deg, #1e1b4b, #8b5cf6); }
.reel__thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.reel__play {
  position: relative; z-index: 2;
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(0,0,0,.5); backdrop-filter: blur(4px);
  display: grid; place-items: center; color: #fff; font-size: .62rem;
  border: 1.5px solid rgba(255,255,255,.55);
  transition: transform .25s ease, background .25s ease;
}
.reel__item:hover .reel__play { transform: scale(1.15); background: rgba(217,70,166,.85); }
.reel__item.is-on .reel__play { background: var(--magenta); border-color: transparent; }
.reel__text b { display: block; color: #fff; font-size: .93rem; font-weight: 800; line-height: 1.35; }
.reel__text span { display: block; font-size: .76rem; color: #a89adb; margin-top: 4px; letter-spacing: .04em; }
.reel__foot { margin-top: 6px; }

@media (max-width: 1000px) {
  .showcase__grid { grid-template-columns: 1fr; }
  .reel {
    flex-direction: row; overflow-x: auto; gap: 12px;
    padding-bottom: 8px; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .reel__label, .reel__foot { display: none; }
  .reel__item {
    grid-template-columns: 1fr; min-width: 210px; scroll-snap-align: start;
    align-items: start;
  }
  .reel__item:hover { transform: translateY(-4px); }
}
@media (max-width: 560px) {
  .reel__item { min-width: 180px; }
  .player { padding: 9px; border-radius: 18px; }
}

/* showcase children must shrink inside the grid */
.showcase__grid > * { min-width: 0; }
.player, .player__stage { max-width: 100%; }
.player__chrome span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@media (max-width: 560px) {
  .player__chrome span { font-size: .64rem; padding: 4px 10px; letter-spacing: .06em; }
}

/* ---- 5/5 star rating badge ---- */
.stars {
  display: inline-flex; align-items: center; gap: 7px;
  margin: 6px 0 2px;
}
.stars__glyphs {
  color: #fbbf24; letter-spacing: 1.5px; font-size: .84rem; line-height: 1;
  text-shadow: 0 1px 6px rgba(251, 191, 36, .45);
}
.stars b {
  font-size: .72rem; font-weight: 800; letter-spacing: .06em;
  color: #fff; background: rgba(251, 191, 36, .18);
  border: 1px solid rgba(251, 191, 36, .42);
  padding: 2px 8px; border-radius: 999px;
}
.player__caption .stars { margin: 0; }
.player__caption span { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; }

/* light-background variant */
.quote .stars b, .card .stars b { color: var(--ink); background: rgba(251,191,36,.16); }

/* ---- Vertical Shorts support ---- */
.player__stage.is-short {
  aspect-ratio: 9 / 16;
  max-height: 620px;
  width: auto;
  margin-inline: auto;
  max-width: 100%;
}
.player__stage.is-short iframe { border-radius: 14px; }
.reel__thumb.is-short img { object-fit: cover; object-position: center; }
.reel__badge {
  position: absolute; top: 6px; left: 6px; z-index: 3;
  font-size: .58rem; font-weight: 900; letter-spacing: .12em;
  background: rgba(0,0,0,.62); color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  padding: 2px 7px; border-radius: 6px;
}
.reel__item { grid-template-columns: 116px 1fr; }
.reel__text { min-width: 0; }

/* ---- Form status message: error state + disabled button ---- */
.form-msg.is-error {
  background: rgba(225, 29, 72, .09);
  border-color: rgba(225, 29, 72, .32);
  color: #be123c;
}
.btn:disabled { opacity: .65; cursor: wait; transform: none !important; }

/* scope the reel title style so the 5/5 badge isn't turned into a block */
.reel__text > b { display: block; color: #fff; font-size: .93rem; font-weight: 800; line-height: 1.35; }
.reel__text .stars { display: inline-flex; width: auto; margin: 5px 0 3px; }
.reel__text .stars b { display: inline-block; width: auto; font-size: .68rem; line-height: 1.5; }
.reel__text .stars__glyphs { font-size: .78rem; }

/* ==========================================================================
   CLICK-TO-PLAY VIDEO POSTER (facade)
   Loads the real YouTube player only when clicked — faster pages, and a
   graceful fallback when the embed can't run (e.g. opened from a local file).
   ========================================================================== */
.vfacade {
  position: absolute; inset: 0; width: 100%; height: 100%;
  border: 0; padding: 0; margin: 0; cursor: pointer; display: block;
  background: #0d0820; overflow: hidden;
}
.vfacade__img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform .6s ease, filter .35s ease;
}
.vfacade::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,4,30,.12), rgba(10,4,30,.55));
  transition: background .3s ease;
}
.vfacade:hover .vfacade__img { transform: scale(1.06); filter: brightness(1.06); }
.vfacade:hover::after { background: linear-gradient(180deg, rgba(10,4,30,.05), rgba(10,4,30,.4)); }
.vfacade:focus-visible { outline: 3px solid var(--amber); outline-offset: -3px; }

.vfacade__play {
  position: absolute; top: 50%; left: 50%; z-index: 2;
  width: 78px; height: 54px; border-radius: 14px;
  transform: translate(-50%, -50%);
  background: rgba(217, 70, 166, .95);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .5);
  transition: transform .3s cubic-bezier(.2,.9,.3,1.4), background .3s ease;
}
.vfacade__play::before {
  content: ""; position: absolute; top: 50%; left: 52%;
  transform: translate(-50%, -50%);
  border-style: solid; border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #fff;
}
.vfacade:hover .vfacade__play { transform: translate(-50%, -50%) scale(1.13); background: #ff0033; }

.vfacade__hint {
  position: absolute; z-index: 2; bottom: 12px; left: 50%; transform: translateX(-50%);
  font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: #fff; background: rgba(0,0,0,.6); border: 1px solid rgba(255,255,255,.28);
  padding: 5px 13px; border-radius: 999px; white-space: nowrap;
}

/* facade inside the testimonial card frame */
.video-frame { position: relative; }

/* "Watch on YouTube" link under the showcase player */
.player__link {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .82rem; font-weight: 800; color: #e9b8ff;
  border-bottom: 1px solid rgba(233, 184, 255, .35); padding-bottom: 1px;
}
.player__link:hover { color: #fff; border-color: #fff; }

/* Only ever visible when the page is opened straight from disk */
.file-note {
  margin-top: 16px; padding: 12px 16px; border-radius: 12px;
  background: rgba(251, 191, 36, .12); border: 1px solid rgba(251, 191, 36, .34);
  color: #fde5a6; font-size: .84rem; line-height: 1.6;
}
.file-note b { color: #fff; }

/* ==========================================================================
   BRAND WORDMARK FALLBACK
   Shown only if assets/logo.png is missing, so the header never renders a
   broken-image icon.
   ========================================================================== */
.brand__fallback {
  display: none;                 /* switched on by the img onerror handler */
  flex-direction: column; line-height: 1.05;
}
.brand__mark {
  font-size: 1.5rem; font-weight: 900; letter-spacing: -.03em;
  background: linear-gradient(100deg, #16a34a, #06b6d4);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.brand__fallback .brand__tag {
  font-size: .68rem; letter-spacing: .22em; text-transform: uppercase;
  font-weight: 800; color: var(--ink);
}
.brand__fallback--light .brand__mark {
  background: linear-gradient(100deg, #4ade80, #22d3ee);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.brand__fallback--light .brand__tag { color: #fff; }
