/* Luke Pica funnel - dark black premium - structured like Sharif's confirmation page */

:root{
  --bg: #000000;
  --bg-2: #060606;
  --surface-1: #0c0c0c;
  --surface-2: #141414;
  --surface-3: #1a1a1a;
  --border: #262626;
  --border-soft: #1f1f1f;
  --hairline: rgba(255,255,255,.08);
  --hairline-strong: rgba(255,255,255,.14);
  --ink: #f5f5f7;
  --ink-soft: #c8c8cd;
  --ink-dim: #a0a0a6;
  --ink-mute: #6e6e74;
  --accent: #e8e8ec;
  --accent-deep: #8a8a90;
  --good: #62e6a6;
  --warn: #ff7a7a;
  --radius-lg: 22px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;color:var(--ink);font-family:Helvetica,"Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.55;overflow-x:hidden;width:100%;max-width:100%}
body{
  background:#010403;
  min-height:100vh;
  overflow-x:hidden;
  width:100%;
  position:relative;
}
/* Fixed, viewport-clipped background layer: stays put on scroll, never drifts sideways (mobile-safe, no background-attachment:fixed) */
.bg-fixed{
  position:fixed;
  inset:0;
  overflow:hidden;
  z-index:0;
  pointer-events:none;
  background-color:#000;
  background-image:
    radial-gradient(44% 34% at 16% 4%, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0) 60%),
    radial-gradient(42% 34% at 84% 12%, rgba(52,211,153,0.16) 0%, rgba(52,211,153,0) 62%),
    radial-gradient(54% 42% at 72% 54%, rgba(16,185,129,0.13) 0%, rgba(16,185,129,0) 66%),
    radial-gradient(42% 34% at 12% 74%, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0) 60%),
    radial-gradient(76% 54% at 50% 114%, rgba(16,185,129,0.22) 0%, rgba(16,185,129,0) 66%),
    linear-gradient(180deg, #05120c 0%, #07100b 38%, #040b08 70%, #010403 100%);
  background-repeat:no-repeat;
  background-size:cover;
}
/* Film-grain overlay (premium texture, Sharif-style) */
body::before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:1;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.035 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity:0.38;mix-blend-mode:overlay;
}
/* Blurred corner orbs (silver + one minimal green) */
.orb{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none}
.orb-1{width:560px;height:560px;background:radial-gradient(circle, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0) 70%);top:-200px;right:-140px}
.orb-2{width:640px;height:640px;background:radial-gradient(circle, rgba(16,185,129,0.16) 0%, rgba(16,185,129,0) 70%);bottom:-260px;left:-200px}
.orb-3{width:440px;height:440px;background:radial-gradient(circle, rgba(52,211,153,0.12) 0%, rgba(52,211,153,0) 70%);top:40%;left:-180px}
.page-wrap{position:relative;z-index:3}
img{max-width:100%;display:block}
input, select, textarea, button{font-size:max(16px, 1rem)}
a{color:var(--ink);text-decoration:none}

.wrap{max-width:1100px;margin:0 auto;padding:0 24px}

/* ===== Status bar (top) ===== */
.status-bar{
  border-bottom:1px solid var(--border-soft);
  padding:14px 0;
  background:linear-gradient(180deg, #0a0a0a 0%, #000 100%);
}
.status-bar .row{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.status-bar .brand{font-weight:700;letter-spacing:-0.01em;font-size:14px}
.status-bar .brand .dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--good);margin-right:8px;vertical-align:1px;box-shadow:0 0 12px rgba(98,230,166,.45)}
.status-bar .meta{font-size:12px;color:var(--ink-mute);letter-spacing:.04em;text-transform:uppercase}

/* ===== Hero ===== */
.hero{
  position:relative;
  padding:76px 0 28px;
  background:transparent;
  text-align:center;
}
.hero .eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:11px;letter-spacing:.22em;text-transform:uppercase;
  color:#ffb3b3;
  border:1px solid rgba(255,122,122,.28);
  background:rgba(255,122,122,.08);
  padding:7px 14px;border-radius:999px;
  margin-bottom:22px;
}
.hero .eyebrow .pulse{width:8px;height:8px;border-radius:50%;background:#ff5a5a;box-shadow:0 0 12px #ff5a5a;animation:pulse 1.6s ease-in-out infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.35}}

.hero h1{
  font-size:clamp(28px,5.2vw,64px);
  line-height:1.12;
  letter-spacing:-0.03em;
  margin:0 auto 22px;
  font-weight:700;
  max-width:880px;
  text-wrap:balance;
}
.hero h1 .accent{
  background:linear-gradient(180deg,#ffffff 0%,#9a9a9f 100%);
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
}

/* "not yet confirmed!" - Sharif-style red gradient highlight bar */
.h-red{
  position:relative;
  display:inline-block;
  font-weight:800;
  color:#ffffff;
  -webkit-text-fill-color:#ffffff;
  padding:0 0.1em;
  z-index:0;
}
.h-red::before{
  content:"";
  position:absolute;
  left:0;right:0;
  bottom:-0.04em;
  height:0.24em;
  background:linear-gradient(90deg, rgba(239,68,68,0.65), rgba(220,38,38,0.65));
  border-radius:4px;
  z-index:-1;
  box-shadow:0 0 14px rgba(239,68,68,0.45);
}

/* "Watch" - Sharif-style silver gradient highlight bar */
.h-watch{
  position:relative;
  display:inline-block;
  font-weight:800;
  color:#ffffff;
  -webkit-text-fill-color:#ffffff;
  padding:0 0.1em;
  z-index:0;
}
.h-watch::before{
  content:"";
  position:absolute;
  left:0;right:0;
  bottom:-0.04em;
  height:0.22em;
  background:linear-gradient(90deg, rgba(255,255,255,0.5), rgba(200,210,235,0.5));
  border-radius:4px;
  z-index:-1;
  box-shadow:0 0 12px rgba(255,255,255,0.32);
}

/* Green gradient accent for "3 minute video" */
.h-blue{
  background:linear-gradient(100deg, #6ee7b7 0%, #10b981 50%, #059669 100%);
  -webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;color:transparent;
  font-weight:900;
}

.hero .sub{
  color:var(--ink-soft);
  font-size:clamp(18px,2.1vw,23px);
  max-width:600px;
  margin:26px auto 30px;
  font-weight:500;
  line-height:1.5;
  letter-spacing:.005em;
  text-wrap:balance;
}
.cea-glow{
  color:#eafff5;
  font-weight:700;
  text-shadow:0 0 8px rgba(16,185,129,0.45), 0 0 18px rgba(16,185,129,0.25);
}
/* In headings, match the heading's exact font/weight/color - only ADD the glow, change nothing else */
.section-title .cea-glow{
  color:inherit;
  font-weight:inherit;
  font-family:inherit;
  letter-spacing:inherit;
}
@media(max-width:560px){
  .hero .sub{font-size:17px;line-height:1.45;margin:20px auto 26px;max-width:340px}
}
.hero .sub strong{color:var(--ink);font-weight:700}

.hero-shot{
  margin:24px auto 0;
  max-width:760px;
  border:1px solid var(--border);
  border-radius:18px;
  background:var(--surface-1);
  padding:10px;
  box-shadow:0 30px 80px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.02) inset;
  transition:transform .25s var(--ease), box-shadow .25s var(--ease);
  display:block;
}
.hero-shot:hover{transform:translateY(-2px);box-shadow:0 36px 90px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.04) inset}
.hero-shot img{width:100%;height:auto;border-radius:12px;display:block}

.hero-cta-row{margin-top:24px;display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:center}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:14px 24px;border-radius:12px;
  font-weight:600;font-size:15px;letter-spacing:-0.005em;
  border:1px solid var(--border);
  transition:transform .15s var(--ease), background .15s var(--ease), border-color .15s var(--ease);
  cursor:pointer;
}
.btn-primary{
  background:linear-gradient(180deg,#262626 0%, #0a0a0a 100%);
  color:#fff;
  border-color:#3a3a3a;
  box-shadow:0 10px 30px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.05) inset;
}
.btn-primary:hover{transform:translateY(-1px);border-color:#4a4a4a;background:linear-gradient(180deg,#2e2e2e 0%, #0e0e0e 100%)}
.btn-ghost{background:transparent;color:var(--ink-soft);border-color:var(--border-soft)}
.btn-ghost:hover{color:var(--ink);border-color:var(--border)}

/* Larger Cold Email Agencies 101 button */
#gammaBtn{
  padding:20px 42px;
  font-size:19px;
  font-weight:700;
  gap:12px;
  border-radius:14px;
  letter-spacing:.005em;
  font-family:Helvetica,"Helvetica Neue",Arial,sans-serif;
}
#gammaBtn svg{width:18px;height:18px}
@media(max-width:560px){
  #gammaBtn{font-size:17px;padding:18px 30px}
}

/* ===== Section general (Sharif structure) ===== */
.section{padding:88px 0;text-align:center}
#confirm{padding-top:40px}
.section .wrap{display:flex;flex-direction:column;align-items:center}

.step-label{
  display:inline-flex;align-items:center;justify-content:center;
  gap:14px;
  padding:10px 24px;border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--hairline-strong);
  font-size:15px;font-weight:700;color:var(--ink);
  letter-spacing:.2em;text-transform:uppercase;
  margin-bottom:26px;
  box-shadow:0 0 22px rgba(255,255,255,.05);
}
.step-num{
  display:grid;place-items:center;
  width:34px;height:34px;border-radius:50%;
  background:linear-gradient(135deg, #2a2a2a 0%, #0a0a0a 100%);
  border:1px solid #3a3a3a;
  font-size:14px;font-weight:800;color:#f0f0f3;letter-spacing:0;
  box-shadow:0 0 0 1px rgba(255,255,255,.04) inset;
}

.section-title{
  font-size:clamp(28px,3.4vw,42px);
  line-height:1.1;font-weight:800;letter-spacing:-0.025em;
  text-align:center;max-width:760px;text-wrap:balance;
  margin:0 auto 14px;
}
.section-title .accent{
  background:linear-gradient(180deg,#ffffff 0%, #8a8a90 100%);
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
}

.section-sub{
  font-size:18px;line-height:1.6;color:var(--ink-soft);
  text-align:center;max-width:600px;
  margin:0 auto 38px;
}

/* ===== Video frame (Sharif structure) ===== */
.video-frame{
  position:relative;
  width:100%;max-width:940px;
  border-radius:var(--radius-lg);
  padding:1px;
  background:linear-gradient(140deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,.03) 30%, rgba(255,255,255,.03) 70%, rgba(255,255,255,.16) 100%);
  box-shadow:0 40px 100px -30px rgba(0,0,0,.9), 0 0 50px rgba(255,255,255,.07);
}
.video-frame-inner{
  border-radius:calc(var(--radius-lg) - 1px);
  background:rgba(8,8,8,.85);
  padding:8px;
  backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
}
.video-aspect{
  position:relative;width:100%;aspect-ratio:16/9;
  border-radius:calc(var(--radius-lg) - 9px);
  overflow:hidden;background:#000;
}
.video-aspect iframe, .video-aspect video{
  position:absolute;inset:0;width:100%;height:100%;border:0;background:#000;
}
/* Step 01 video uses the breakout-card play pattern (top-right play button, tap to play) */
.video-aspect .breakout-card{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;border:0;border-radius:0;box-shadow:none;background:#000}
.video-aspect .breakout-card:hover{transform:none;box-shadow:none}
.video-aspect .breakout-card:hover img{transform:none}
.video-aspect .breakout-card::after{display:none}

/* ===== Clients grid (3 YouTube embeds) ===== */
.clients-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  width:100%;
  max-width:1040px;
  margin:0 auto;
}
.clients-grid .video-aspect{
  border:1px solid var(--border);
  box-shadow:0 18px 40px -20px rgba(0,0,0,.9), 0 0 22px rgba(255,255,255,.05);
}
@media(max-width:860px){
  .clients-grid{grid-template-columns:1fr;max-width:560px}
}

/* P&L header shot (sits on top of the clickable tab) */
.pnl-header-shot{
  width:100%;max-width:720px;margin:0 auto 28px;
  border:1px solid var(--border);
  border-radius:16px;
  background:var(--surface-1);
  padding:8px;
  box-shadow:0 24px 60px rgba(0,0,0,.55), 0 0 28px rgba(255,255,255,.05), 0 0 0 1px rgba(255,255,255,.04) inset;
}
.pnl-header-shot img{width:100%;height:auto;border-radius:10px;display:block}

/* ===== P&L tab + inline gallery + lightbox ===== */
.pnl-tab{
  display:inline-flex;align-items:center;justify-content:center;gap:24px;
  width:auto;max-width:100%;margin:0 auto;
  border:1px solid var(--border);
  border-radius:14px;
  background:linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,0) 100%), var(--surface-2);
  padding:16px 24px;
  cursor:pointer;color:var(--ink);text-align:left;font:inherit;
  box-shadow:0 0 26px rgba(255,255,255,.05), 0 12px 30px rgba(0,0,0,.4);
  transition:transform .15s var(--ease), border-color .15s var(--ease), background .15s var(--ease), box-shadow .15s var(--ease);
}
.pnl-tab:hover{transform:translateY(-1px);border-color:#3a3a3a;box-shadow:0 0 34px rgba(255,255,255,.08), 0 16px 36px rgba(0,0,0,.5)}
.pnl-tab-left{display:flex;align-items:center;gap:14px;min-width:0;flex:0 1 auto}
.pnl-tab-ico{
  width:42px;height:42px;flex:0 0 auto;
  display:flex;align-items:center;justify-content:center;
  border-radius:10px;
  background:linear-gradient(180deg,#1f1f1f,#0a0a0a);
  border:1px solid #2e2e2e;color:#e5e5e5;
}
.pnl-tab-text{min-width:0}
.pnl-tab-title{font-weight:700;font-size:16.5px;letter-spacing:-0.005em}
.pnl-tab-sub{font-size:14px;color:var(--ink-dim);margin-top:3px}
.pnl-tab-arrow{color:var(--ink-mute);font-size:22px;flex:0 0 auto;transition:transform .2s var(--ease)}
.pnl-tab[aria-expanded="true"] .pnl-tab-arrow{transform:rotate(90deg)}

.pnl-gallery{
  margin:18px auto 0;max-width:940px;width:100%;
  border:1px solid var(--border);
  border-radius:14px;
  background:var(--surface-1);
  padding:18px;
  display:none;
}
.pnl-gallery.open{display:block}
.pnl-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:14px}
.pnl-grid .pnl-item{
  border:1px solid var(--border);
  border-radius:12px;overflow:hidden;background:#000;cursor:zoom-in;
  transition:transform .15s var(--ease), border-color .15s var(--ease);
}
.pnl-grid .pnl-item:hover{transform:translateY(-2px);border-color:#3a3a3a}
.pnl-grid .pnl-item img{width:100%;height:auto;display:block}
.pnl-main{grid-column:1 / -1}
.pnl-caption{font-size:12px;color:var(--ink-mute);margin-top:14px;text-align:center}
/* P&L statement screenshots (stacked, uniform frames) */
.pnl-shots{width:100%;max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:20px}
.pnl-shot{border:1px solid var(--border);border-radius:10px;overflow:hidden;background:#0a0a0a;cursor:pointer;box-shadow:0 18px 40px -20px rgba(0,0,0,.9), 0 0 22px rgba(255,255,255,.05);transition:transform .2s var(--ease), border-color .2s var(--ease)}
.pnl-shot:hover{transform:translateY(-2px);border-color:#3a3a3a}
.pnl-shot img{width:100%;height:auto;display:block}

@media(max-width:720px){.pnl-grid{grid-template-columns:1fr}}

.lightbox{
  position:fixed;inset:0;background:rgba(0,0,0,.94);
  display:none;align-items:center;justify-content:center;
  z-index:1000;padding:24px;
}
.lightbox.open{display:flex}
.lightbox img{max-width:96vw;max-height:90vh;border-radius:8px;box-shadow:0 30px 80px rgba(0,0,0,.8)}
.lightbox .lb-close{
  position:absolute;top:18px;right:18px;
  width:42px;height:42px;border-radius:50%;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);
  color:#fff;font-size:22px;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
}
.lightbox .lb-close:hover{background:rgba(255,255,255,.14)}

/* ===== Breakout grid (Sharif structure: single column, stacked, 16:9, dead-center play) ===== */
.breakout-grid{
  width:100%;max-width:720px;margin:0 auto;
  display:grid;grid-template-columns:1fr;gap:40px;
}
.breakout-card{
  position:relative;display:block;
  border-radius:16px;overflow:hidden;
  aspect-ratio:16/9;
  text-decoration:none;color:var(--ink);
  background:#0a0a0a;
  border:1px solid var(--hairline-strong);
  box-shadow:0 18px 40px -20px rgba(0,0,0,.9), 0 0 24px rgba(255,255,255,.05);
  transition:transform 250ms var(--ease), box-shadow 250ms var(--ease), border-color 250ms var(--ease);
  cursor:pointer;padding:0;font:inherit;width:100%;
}
.breakout-card:hover{
  transform:translateY(-3px);
  border-color:rgba(255,255,255,.28);
  box-shadow:0 30px 60px -22px rgba(0,0,0,.95);
}
.breakout-card:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
.breakout-card img{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;display:block;
  transition:transform 400ms var(--ease);
}
.breakout-card:hover img{transform:scale(1.03)}
.breakout-card video, .breakout-card iframe{position:absolute;inset:0;width:100%;height:100%;display:block;background:#000}
.breakout-card::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg, transparent 60%, rgba(0,0,0,.5) 100%);
  pointer-events:none;
}
.breakout-card.playing::after{display:none}
.breakout-play{
  position:absolute;top:16px;right:16px;
  width:54px;height:54px;border-radius:50%;
  background:linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(220,220,225,.85) 100%);
  display:grid;place-items:center;
  box-shadow:
    0 10px 26px rgba(0,0,0,.55),
    0 0 0 4px rgba(0,0,0,.2),
    0 0 18px rgba(255,255,255,.18);
  transition:transform 200ms var(--ease), box-shadow 200ms var(--ease);
  z-index:1;
}
.breakout-play svg{fill:#0a0a0a;width:20px;height:20px;margin-left:2px}
.breakout-card:hover .breakout-play{
  transform:scale(1.08);
  box-shadow:0 14px 34px rgba(0,0,0,.7), 0 0 0 5px rgba(0,0,0,.26);
}

.breakout-meta{
  margin-top:14px;text-align:center;
}
.breakout-meta .num{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-mute);margin-bottom:6px}
.breakout-meta .title{font-size:15.5px;font-weight:700;letter-spacing:-0.005em;color:var(--ink);line-height:1.35;max-width:640px;margin:0 auto}

.breakout-row{display:flex;flex-direction:column;align-items:center;gap:0;width:100%}

@media (max-width: 560px) {
  .breakout-play{width:50px;height:50px}
  .breakout-play svg{width:20px;height:20px}
  .section{padding:72px 0}
  .step-label{font-size:12px;padding:9px 18px;gap:10px}
  .step-num{width:28px;height:28px;font-size:12px}
  .section-title{font-size:clamp(22px,7vw,32px)}
  .breakout-grid{gap:28px}
}

/* ===== Confirm-call Gmail mock (Profit Lab, Sharif-style) ===== */
.gmail-mockup{
  position:relative;width:100%;max-width:720px;margin:0 auto 36px;
  background:#ffffff;border-radius:14px;overflow:hidden;
  box-shadow:0 40px 80px -20px rgba(0,0,0,.7), 0 0 50px rgba(255,255,255,.06);
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  color:#202124;text-align:left;font-size:13px;line-height:1.45;
}
.gmail-subject{padding:18px 24px 14px;color:#202124;font-size:15px;font-weight:400;border-bottom:1px solid #e8eaed}
.gmail-subject strong{font-weight:600;color:#202124}
.gmail-sender-row{display:flex;align-items:center;gap:14px;padding:16px 24px}
.gmail-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#34d399 0%,#059669 100%);color:#fff;font-weight:700;display:grid;place-items:center;font-size:14px;flex-shrink:0}
.gmail-sender-info{flex:1;min-width:0}
.gmail-from{font-size:13.5px;color:#202124}
.gmail-from strong{font-weight:700}
.gmail-to{font-size:12.5px;color:#5f6368;margin-top:1px}
.gmail-time{font-size:12px;color:#5f6368;flex-shrink:0}
.gmail-banner{background:#f1f3f4;border-top:1px solid #e8eaed;border-bottom:1px solid #e8eaed;padding:14px 24px;font-size:12.5px;color:#3c4043}
.gmail-banner-text{margin-bottom:10px}
.gmail-banner-actions{display:flex;gap:16px;align-items:center}
.gmail-btn{font-size:12.5px;padding:7px 14px;border-radius:4px;border:1px solid #dadce0;background:#fff;color:#1a73e8;font-weight:500;cursor:default;position:relative}
.gmail-btn-text{background:none;border:none;color:#1a73e8;font-size:12.5px;font-weight:500;cursor:default;padding:7px 0}
.gmail-btn-highlight{outline:2px solid #34d399;outline-offset:3px;animation:gmailHighlightPulse 2.4s ease-in-out infinite}
@keyframes gmailHighlightPulse{
  0%,100%{box-shadow:0 0 0 1px #34d399, 0 0 14px rgba(52,211,153,.5), 0 0 28px rgba(16,185,129,.35)}
  50%{box-shadow:0 0 0 1px #34d399, 0 0 22px rgba(52,211,153,.8), 0 0 44px rgba(16,185,129,.55)}
}
.gmail-callout-badge{position:absolute;top:-12px;right:-12px;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#34d399 0%,#059669 100%);color:#04140d;font-size:12px;font-weight:800;display:grid;place-items:center;box-shadow:0 0 14px rgba(16,185,129,.6);z-index:2}
.gmail-event-card{display:flex;gap:18px;padding:20px 24px 22px;background:#fff}
.gmail-event-date{width:60px;background:#fff;border:1px solid #e8eaed;border-radius:6px;text-align:center;flex-shrink:0;overflow:hidden;height:fit-content}
.gmail-event-month{background:#059669;color:#fff;font-size:10px;letter-spacing:.08em;padding:4px 0;font-weight:700}
.gmail-event-day{font-size:24px;font-weight:500;color:#202124;padding:6px 0 2px}
.gmail-event-weekday{font-size:10px;color:#5f6368;padding:0 0 6px;letter-spacing:.08em}
.gmail-event-details{flex:1;min-width:0}
.gmail-event-title{font-size:15px;color:#202124;font-weight:500;margin-bottom:2px}
.gmail-event-link{color:#1a73e8;font-size:12.5px;text-decoration:none;display:inline-block;margin-bottom:10px}
.gmail-event-row{display:flex;gap:16px;font-size:12.5px;color:#3c4043;padding:3px 0}
.gmail-event-label{width:50px;color:#5f6368;flex-shrink:0}
.gmail-rsvp{display:flex;gap:8px;margin-top:14px}
.gmail-rsvp-btn{font-size:12.5px;padding:6px 18px;border:1px solid #dadce0;background:#fff;color:#1a73e8;border-radius:4px;cursor:default;font-weight:500;position:relative}
.gmail-rsvp-btn-yes{outline:2px solid #34d399;outline-offset:3px;animation:gmailHighlightPulse 2.4s ease-in-out infinite;background:#1a73e8;color:#fff;border-color:#1a73e8}
@media (max-width:580px){
  .gmail-subject{font-size:13px;padding:14px 16px 12px}
  .gmail-sender-row{padding:14px 16px;gap:10px}
  .gmail-sender-row .gmail-time{display:none}
  .gmail-banner{padding:12px 16px}
  .gmail-banner-actions{flex-wrap:wrap}
  .gmail-event-card{padding:16px;gap:14px}
  .gmail-event-title{font-size:14px}
  .gmail-event-day{font-size:20px}
  .gmail-rsvp-btn{padding:6px 14px}
}
/* A/B instruction cards */
.confirm-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;width:100%;max-width:880px;margin:0 auto}
@media (max-width:720px){.confirm-steps{grid-template-columns:1fr}}
.confirm-step-card{position:relative;display:flex;gap:16px;padding:22px;border-radius:18px;background:var(--surface-1);border:1px solid var(--hairline-strong);box-shadow:0 18px 40px -22px rgba(0,0,0,.8), 0 0 22px rgba(255,255,255,.04);text-align:left}
.confirm-step-letter{flex-shrink:0;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#34d399 0%,#059669 100%);color:#04140d;font-weight:800;font-size:14px;box-shadow:0 0 12px rgba(16,185,129,.4)}
.confirm-step-body{display:flex;flex-direction:column;gap:12px;min-width:0}
.confirm-step-text{display:flex;flex-direction:column;gap:4px}
.confirm-step-text strong{color:var(--ink);font-size:15px;font-weight:700;letter-spacing:-0.005em}
.confirm-step-text span{color:var(--ink-dim);font-size:14px;line-height:1.5}
.confirm-note{margin-top:24px;font-size:13.5px;color:var(--ink-mute);text-align:center;max-width:620px;margin-left:auto;margin-right:auto}
.confirm-note strong{color:var(--ink-soft);font-weight:600}

/* ===== Gamma doc in-page modal ===== */
.gamma-modal{position:fixed;inset:0;z-index:1600;display:none;align-items:center;justify-content:center;padding:24px}
.gamma-modal.open{display:flex}
.gamma-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.85);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);cursor:pointer}
.gamma-modal-inner{position:relative;z-index:2;width:min(1100px,96vw);height:min(88vh,820px);background:#0b0b0d;border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 40px 100px rgba(0,0,0,.6), 0 0 40px rgba(16,185,129,.12)}
.gamma-modal iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;background:#0b0b0d}
.gamma-close{position:absolute;top:12px;right:12px;z-index:3;width:40px;height:40px;border-radius:50%;background:rgba(18,18,20,.92);border:1px solid #2a2a2e;color:#e8e8ec;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,border-color .15s ease}
.gamma-close:hover{background:rgba(40,40,44,.95);border-color:#3a3a3f}

/* Playlist-style grid inside the clients modal */
.pl-inner{display:flex;flex-direction:column;text-align:left}
.pl-head{flex:0 0 auto;padding:16px 60px 16px 22px;font-size:16px;font-weight:700;color:var(--ink);border-bottom:1px solid var(--border);background:#0b0b0d}
.pl-head span{color:var(--ink-mute);font-weight:500}
.pl-grid{flex:1 1 auto;overflow-y:auto;padding:18px;display:grid;grid-template-columns:repeat(2,1fr);gap:18px;align-content:start}
.pl-card{display:flex;flex-direction:column;gap:9px;background:transparent;border:0;padding:0;margin:0;cursor:pointer;text-align:left;font:inherit;color:var(--ink)}
.pl-thumb{position:relative;display:block;width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#000;border:1px solid var(--border)}
.pl-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.pl-card:hover .pl-thumb img{transform:scale(1.05)}
.pl-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:rgba(0,0,0,.5);border:2px solid rgba(255,255,255,.9);display:grid;place-items:center;transition:transform .15s ease,background .15s ease}
.pl-card:hover .pl-play{transform:translate(-50%,-50%) scale(1.08);background:rgba(0,0,0,.7)}
.pl-play svg{fill:#fff;width:18px;height:18px;margin-left:2px}
.pl-title{font-size:13.5px;line-height:1.4;font-weight:600;color:var(--ink-soft)}
@media(max-width:680px){.pl-grid{grid-template-columns:1fr}}
@media(max-width:560px){.gamma-modal{padding:10px}.gamma-modal-inner{width:100%;height:92vh}}

/* ===== Confetti canvas ===== */
#confetti{
  position:fixed;inset:0;width:100%;height:100%;
  pointer-events:none;z-index:50;
}

/* ===== Exit-intent popup (Sharif-style, red on white) ===== */
.exit-intent{
  position:fixed;inset:0;z-index:1500;
  display:none;align-items:center;justify-content:center;
  padding:24px;
  background:rgba(0,0,0,.78);
  backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
}
.exit-intent.open{display:flex;animation:exitFade .25s ease}
@keyframes exitFade{from{opacity:0}to{opacity:1}}
.exit-backdrop{position:absolute;inset:0;cursor:pointer}
.exit-card{
  position:relative;z-index:2;
  max-width:520px;width:100%;
  background:#ffffff;color:#1a1a1a;
  border-radius:22px;
  padding:36px 32px 28px;
  box-shadow:0 40px 100px rgba(0,0,0,.55), 0 0 0 1px rgba(0,0,0,.08);
  text-align:center;
  animation:exitPop .35s cubic-bezier(.22,.61,.36,1);
}
@keyframes exitPop{from{transform:translateY(20px) scale(.96);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}
.exit-close{
  position:absolute;top:14px;right:14px;
  width:34px;height:34px;border-radius:50%;
  background:#f3f4f6;color:#4b5563;border:1px solid #e5e7eb;
  display:flex;align-items:center;justify-content:center;cursor:pointer;
}
.exit-close:hover{background:#e5e7eb;color:#111827}
.exit-icon{margin:0 auto 18px}
.exit-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:11px;letter-spacing:.22em;text-transform:uppercase;
  color:#dc2626;font-weight:800;
  margin-bottom:12px;
}
.exit-eyebrow .dot{width:8px;height:8px;border-radius:50%;background:#dc2626;box-shadow:0 0 10px #dc2626;animation:pulse 1.6s ease-in-out infinite}
.exit-title{
  font-size:28px;line-height:1.15;font-weight:800;letter-spacing:-0.02em;
  color:#0f172a;margin:0 0 12px;text-wrap:balance;
}
.exit-title strong{color:#dc2626}
.exit-sub{font-size:15px;line-height:1.55;color:#4b5563;max-width:42ch;margin:0 auto 22px}
.exit-sub strong{color:#0f172a}
.exit-actions{display:flex;flex-direction:column;gap:10px;margin:0 auto 14px;max-width:360px}
.exit-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:14px 22px;border-radius:12px;font-weight:700;font-size:15px;
  cursor:pointer;border:1px solid transparent;font-family:inherit;
  transition:transform .15s ease, background .15s ease, border-color .15s ease;
  text-decoration:none;
}
.exit-btn-primary{background:#dc2626;color:#fff;border-color:#b91c1c;box-shadow:0 12px 28px rgba(220,38,38,.32)}
.exit-btn-primary:hover{transform:translateY(-1px);background:#b91c1c}
.exit-btn-ghost{background:#fff;color:#374151;border-color:#d1d5db}
.exit-btn-ghost:hover{background:#f9fafb;border-color:#9ca3af}
.exit-footnote{font-size:12.5px;color:#6b7280;margin-top:6px}

.exit-view{display:none}
.exit-view-primary{display:block}
.exit-intent.is-success .exit-view-primary{display:none}
.exit-intent.is-success .exit-view-success{display:block}

.exit-success-icon{
  width:64px;height:64px;border-radius:50%;
  background:#dcfce7;border:3px solid #22c55e;
  margin:0 auto 18px;display:flex;align-items:center;justify-content:center;
}
.exit-success-icon svg{width:34px;height:34px;fill:none;stroke:#16a34a;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.exit-intent.is-success .exit-title strong{color:#16a34a}
.exit-checklist{list-style:none;padding:0;margin:0 0 22px;text-align:left;display:flex;flex-direction:column;gap:12px}
.exit-checklist li{display:flex;gap:12px;align-items:flex-start;font-size:14.5px;color:#374151;line-height:1.5}
.exit-checklist li strong{color:#0f172a}
.exit-checklist .num{
  flex:0 0 auto;width:26px;height:26px;border-radius:50%;
  background:#dc2626;color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:13px;
}

@media(max-width:560px){
  .exit-card{padding:28px 22px 22px;border-radius:18px}
  .exit-title{font-size:22px}
  .exit-sub{font-size:14px}
}

footer{padding:56px 0 72px;color:var(--ink-mute);font-size:13.5px;text-align:center}

@media (prefers-reduced-motion: reduce){
  *{animation:none !important;transition:none !important}
}
