/* ─── Design tokens ─────────────────────────────────────────────────────────── */
:root {
  --green-lime: #cbef6a;
  --green-dark: #008547;
  --navy: #0f1f3d;
  --navy-deep: #0d0e10;
  --midnight-blue: #0f1f3d;
  --royal-blue: #145aff;
  --blue-sky: #00acff;
  --text-dark: #40454f;
  --text-mid: #636d83;
  --white: #ffffff;
  --off-white: #f1f3f6;
  --gold: #ffcb3d;
  --medium-sea-green: #1ebd53;
  --deep-sky-blue: #47c1fe;

  --font: 'Outfit', sans-serif;
  --container: 1200px;
  --radius: 12px;
  --gap: clamp(1rem, 3vw, 2rem);
}

/* ─── Minimal reset ─────────────────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--font);color:var(--text-dark);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
img,video{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}
ul,ol{list-style:none}
svg{display:block}

/* ─── Layout helpers ────────────────────────────────────────────────────────── */
.container{max-width:var(--container);margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}
.section-pad{padding-block:clamp(3rem,6vw,6rem)}
.text-center{text-align:center}

/* ─── Typography ────────────────────────────────────────────────────────────── */
.tag-badge{
  display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.08em;
  text-transform:uppercase;color:var(--royal-blue);background:rgba(20,90,255,.1);
  padding:.25em .75em;border-radius:999px;margin-bottom:1rem
}
.section-heading{
  font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700;line-height:1.2;
  letter-spacing:-.02em;color:var(--navy-deep)
}
.section-heading .underline{
  position:relative;display:inline-block
}
.section-heading .underline::after{
  content:'';position:absolute;bottom:-.1em;left:0;right:0;height:.08em;
  background:var(--royal-blue);border-radius:2px
}
.section-subtext{
  font-size:clamp(1rem,1.5vw,1.125rem);color:var(--text-mid);
  max-width:54ch;margin-top:1rem
}

/* ─── Buttons ───────────────────────────────────────────────────────────────── */
.btn{
  display:inline-flex;align-items:center;gap:.5rem;font-weight:600;
  padding:.75rem 1.5rem;border-radius:.5rem;transition:all .2s;cursor:pointer;
  font-size:.9375rem;line-height:1
}
.btn-primary{background:var(--royal-blue);color:#fff}
.btn-primary:hover{background:#0047d4;transform:translateY(-1px)}
.btn-outline{border:1.5px solid var(--text-mid);color:var(--navy-deep)}
.btn-outline:hover{border-color:var(--navy-deep);background:var(--off-white)}
.btn-white{background:#fff;color:var(--navy-deep)}
.btn-white:hover{background:var(--off-white)}

/* ─── Scroll fade-in ────────────────────────────────────────────────────────── */
.fade-in{opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease}
.fade-in.visible{opacity:1;transform:none}
.fade-in-left{opacity:0;transform:translateX(-24px);transition:opacity .55s ease,transform .55s ease}
.fade-in-left.visible{opacity:1;transform:none}
.fade-in-right{opacity:0;transform:translateX(24px);transition:opacity .55s ease,transform .55s ease}
.fade-in-right.visible{opacity:1;transform:none}

/* ─── S3: Hero ──────────────────────────────────────────────────────────────── */
.hero{
  background:var(--midnight-blue) url('https://cdn.prod.website-files.com/61cee5eb4d566d3471eca114/6863e9a5a1e326529434dd66_eventify-event-app.png') center/cover no-repeat;
  color:#fff !important;
  padding-block:clamp(5rem,8vw,8rem) clamp(4rem,6vw,6rem);
  position:relative;overflow:hidden
}
.hero *{color:#fff !important}
.hero::before{
  content:'';position:absolute;inset:0;
  background:rgba(15,31,61,.65);
  pointer-events:none;z-index:0
}
.hero .container{position:relative;z-index:1}
.hero-tag{
  display:inline-flex;align-items:center;gap:.5rem;
  font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;
  color:var(--blue-sky);border:1px solid rgba(0,172,255,.3);
  border-radius:999px;padding:.35em .9em;margin-bottom:1.5rem
}
.hero h1{
  font-size:clamp(2rem,4.5vw,3.25rem);font-weight:700;line-height:1.15;
  letter-spacing:-.025em;max-width:18ch;margin-bottom:1.5rem
}
.hero-subtext{
  font-size:clamp(.9375rem,1.3vw,1.0625rem);color:rgba(255,255,255,.75);
  max-width:56ch;margin-bottom:1.25rem
}
.hero-bullets{
  display:flex;flex-direction:column;gap:.5rem;
  margin-bottom:2rem;max-width:56ch
}
.hero-bullets li{
  display:flex;align-items:flex-start;gap:.625rem;
  font-size:.9375rem;color:rgba(255,255,255,.85);line-height:1.5
}
.hero-bullets li::before{
  content:'';flex-shrink:0;width:.4375rem;height:.4375rem;
  border-radius:50%;background:var(--blue-sky);margin-top:.45em
}
.hero-ctas{
  display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2.5rem
}
.hero-badges-wrap{
  padding-top:2rem;border-top:1px solid rgba(255,255,255,.12)
}
.hero-trust-label{
  display:block;font-size:.75rem;font-weight:600;letter-spacing:.06em;
  text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:.875rem
}
/* Badge carousel */
.hero-badges-carousel{
  display:flex;align-items:center;gap:.5rem;position:relative
}
.hbc-track{
  display:flex;align-items:center;gap:1rem;
  overflow-x:auto;scroll-snap-type:x mandatory;
  scrollbar-width:none;-ms-overflow-style:none;
  scroll-behavior:smooth;padding-block:.25rem
}
.hbc-track::-webkit-scrollbar{display:none}
.hbc-item{
  flex-shrink:0;scroll-snap-align:start;
  display:flex;align-items:center
}
.hbc-item img{
  height:72px;width:auto;
  opacity:.9;
  transition:opacity .2s
}
.hbc-item img[src*="Trustpilot"]{height:48px}
.hbc-item img[src*="SaaSworthy"]{height:56px}
.hbc-item img[src*="Eventex"]{height:64px}
.hbc-item:hover img{opacity:1}
.hbc-btn{
  flex-shrink:0;
  background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);
  color:#fff;border-radius:50%;width:32px;height:32px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.25rem;cursor:pointer;line-height:1;
  transition:background .2s;padding:0
}
.hbc-btn:hover{background:rgba(255,255,255,.2)}
@media(max-width:480px){.hbc-btn{display:none}}
@media(min-width:900px){
  .hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
  .hero h1{max-width:none}
}

/* ─── S4: Social proof counter ─────────────────────────────────────────────── */
.social-proof-bar{
  background:var(--off-white);padding-block:clamp(2rem,3vw,3rem)
}
.social-proof-bar h2{
  font-size:clamp(1.25rem,2.5vw,1.875rem);font-weight:700;text-align:center;
  color:var(--navy-deep);max-width:52ch;margin-inline:auto
}

/* ─── S5: Logo ticker ───────────────────────────────────────────────────────── */
.logo-ticker{padding-block:2.5rem;overflow:hidden;background:#fff;position:relative}
.logo-ticker::before,.logo-ticker::after{
  content:'';position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none
}
.logo-ticker::before{left:0;background:linear-gradient(to right,#fff,transparent)}
.logo-ticker::after{right:0;background:linear-gradient(to left,#fff,transparent)}
.ticker-track{
  display:flex;gap:3rem;align-items:center;
  width:max-content;animation:ticker-scroll 40s linear infinite
}
.ticker-track:hover{animation-play-state:paused}
@keyframes ticker-scroll{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}
.ticker-track img{height:88px;width:auto;object-fit:contain;filter:grayscale(1) opacity(.6)}
.ticker-track img:hover{filter:grayscale(0) opacity(1);transition:filter .2s}

/* ─── S6: Video carousel ────────────────────────────────────────────────────── */
.video-section{background:var(--navy);padding-block:clamp(3.5rem,6vw,6rem)}
.video-section .section-heading{color:#fff}
.video-section .section-heading .underline::after{background:var(--royal-blue)}
.video-carousel-wrap{overflow:hidden;padding-block:.5rem 1.5rem;position:relative}
.video-carousel-wrap::before,.video-carousel-wrap::after{
  content:'';position:absolute;top:0;bottom:0;width:60px;z-index:3;pointer-events:none
}
.video-carousel-wrap::before{left:0;background:linear-gradient(to right,var(--navy),transparent)}
.video-carousel-wrap::after{right:0;background:linear-gradient(to left,var(--navy),transparent)}
.video-track{
  display:flex;gap:1rem;width:max-content;
  animation:ticker-scroll 50s linear infinite
}
.video-track:hover{animation-play-state:paused}
.video-card{
  flex-shrink:0;width:190px;height:338px;border-radius:1rem;overflow:hidden;
  position:relative;cursor:pointer;background:#111;
  box-shadow:0 2px 12px rgba(0,0,0,.3)
}
.video-card img{width:100%;height:100%;object-fit:cover;transition:opacity .2s}
.video-card-overlay{
  position:absolute;inset:0;display:flex;align-items:flex-end;
  justify-content:flex-end;padding:.75rem;
  background:linear-gradient(to top,rgba(0,0,0,.4) 0%,transparent 50%)
}
.play-btn{
  width:44px;height:44px;border-radius:50%;background:var(--royal-blue);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 2px 8px rgba(0,0,0,.2);transition:transform .15s
}
.play-btn:hover{transform:scale(1.08)}
.play-btn svg{width:18px;height:18px;fill:#fff;transform:translateX(1px)}
.video-iframe-wrap{
  position:absolute;inset:0;display:none
}
.video-iframe-wrap iframe{width:100%;height:100%;border:none;display:block}
.video-close{
  position:absolute;top:8px;right:8px;width:28px;height:28px;
  border-radius:50%;background:rgba(0,0,0,.6);border:1.5px solid rgba(255,255,255,.4);
  cursor:pointer;display:none;align-items:center;justify-content:center;
  color:#fff;font-size:14px;line-height:1;z-index:10
}

/* ─── S7: Feature screenshot ────────────────────────────────────────────────── */
.feature-screenshot{padding-block:clamp(3rem,5vw,5rem)}
.feature-screenshot-intro{
  text-align:center;max-width:680px;margin-inline:auto;margin-bottom:3rem
}
.feature-screenshot .section-subtext{margin-inline:auto}
.feature-screenshot img{border-radius:var(--radius);width:100%;max-width:1100px;margin-inline:auto}

/* ─── Shared: tab section layout ────────────────────────────────────────────── */
.tab-section{padding-block:clamp(3rem,5vw,5rem)}
.tab-section-intro{max-width:700px;margin-bottom:2.5rem}
.tab-section.dark{background:var(--navy)}
.tab-section.dark .section-heading{color:#fff}
.tab-section.dark .section-subtext{color:rgba(255,255,255,.7)}
.tab-section.grey{background:var(--off-white)}
.tab-nav{
  display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem
}
.tab-btn{
  padding:.625rem 1.25rem;border-radius:.5rem;font-weight:600;font-size:.9rem;
  color:var(--text-mid);background:transparent;border:1.5px solid rgba(0,0,0,.1);
  cursor:pointer;transition:all .2s;line-height:1
}
.tab-btn:hover,.tab-btn.active{
  color:#fff;background:var(--royal-blue);border-color:var(--royal-blue)
}
.tab-section.dark .tab-btn{border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.7)}
.tab-section.dark .tab-btn:hover,.tab-section.dark .tab-btn.active{
  background:var(--royal-blue);border-color:var(--royal-blue);color:#fff
}

/* tab panel: hidden/shown */
.tab-content{display:none}
.tab-content.active{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 2px 16px rgba(0,0,0,.06)
}
@media(min-width:768px){
  .tab-content.active{
    grid-template-columns:1fr 1fr;
    align-items:stretch
  }
}
.tab-section.dark .tab-content.active{
  background:rgba(255,255,255,.05);
  box-shadow:none;border:1px solid rgba(255,255,255,.1)
}

/* text column — fills full card height with padding */
.tab-text{
  display:flex;flex-direction:column;gap:1rem;
  padding:2.5rem 2.5rem;
  justify-content:center
}
.tab-text h3{
  font-size:clamp(1.25rem,2.2vw,1.75rem);font-weight:700;line-height:1.25;
  color:var(--navy-deep);margin:0
}
.tab-section.dark .tab-text h3{color:#fff}
.tab-text p{font-size:.9375rem;color:var(--text-mid);line-height:1.75;margin:0}
.tab-section.dark .tab-text p{color:rgba(255,255,255,.72)}

/* media column — centered phone, no extra padding */
.tab-media{
  display:flex;
  justify-content:center;
  align-items:flex-end;
  background:rgba(0,0,0,.02);
  min-height:360px;
  padding:1.5rem 1rem 0
}
.tab-section.dark .tab-media{background:rgba(255,255,255,.04)}
.tab-media video,
.tab-media img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:440px;
  object-fit:contain;
  border-radius:var(--radius) var(--radius) 0 0
}

/* ─── S10: Sticky-scroll layout ─────────────────────────────────────────────── */
.sticky-section{padding-block:clamp(3rem,5vw,5rem)}
.sticky-section.grey{background:var(--off-white)}
.sticky-section-header{max-width:700px;margin-bottom:3rem}

.sticky-layout{
  display:grid;
  gap:3rem
}
@media(min-width:768px){
  .sticky-layout{
    grid-template-columns:1fr 1fr;
    gap:5rem;
    align-items:start
  }
  /* phone column: stick while text scrolls */
  .sticky-media-col{
    position:sticky;
    top:calc(80px + 2rem);  /* below nav */
    align-self:start
  }
}

.sticky-phone{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:300px
}
.sticky-phone img{
  width:auto;
  max-width:100%;
  max-height:520px;
  border-radius:var(--radius);
  display:block;
  transition:opacity .35s ease, transform .35s ease
}
.sticky-phone img.swapping{
  opacity:0;transform:scale(.97)
}

/* scrolling feature blocks */
.sticky-text-col{
  display:flex;
  flex-direction:column;
  gap:0
}
.sticky-feature{
  padding:2rem 1.5rem;
  border-left:3px solid rgba(0,0,0,.08);
  margin-bottom:.25rem;
  cursor:pointer;
  transition:border-color .2s, background .2s;
  border-radius:0 var(--radius) var(--radius) 0
}
.sticky-feature:hover{
  background:rgba(20,90,255,.06);
  border-left-color:var(--royal-blue)
}
.sticky-feature.active{
  background:rgba(20,90,255,.1);
  border-left-color:var(--royal-blue)
}
.sticky-feature-num{
  font-size:.75rem;font-weight:700;letter-spacing:.1em;
  text-transform:uppercase;color:var(--text-mid);margin-bottom:.5rem
}
.sticky-feature.active .sticky-feature-num{color:var(--royal-blue)}
.sticky-feature h3{
  font-size:clamp(1.125rem,1.8vw,1.375rem);font-weight:700;
  color:var(--navy-deep);margin-bottom:.5rem;line-height:1.3
}
.sticky-feature p{
  font-size:.9375rem;color:var(--text-mid);line-height:1.7;
  margin:0
}

/* mobile: stack normally */
@media(max-width:767px){
  .sticky-media-col{display:none}  /* hide sticky phone on mobile */
  .sticky-feature{
    border-left:none;
    border-top:2px solid rgba(0,0,0,.07);
    border-radius:var(--radius);
    padding:1.5rem
  }
  .sticky-feature.active{
    background:rgba(20,90,255,.08);
    border-top-color:var(--royal-blue)
  }
}

/* ─── kept for other feature rows ───────────────────────────────────────────── */
.feature-row{
  display:grid;gap:3rem;padding-block:clamp(2rem,4vw,4rem);align-items:center
}
@media(min-width:768px){
  .feature-row{grid-template-columns:1fr 1fr}
  .feature-row.reverse .feature-row-media{order:-1}
}
.feature-row-text h3{
  font-size:clamp(1.125rem,2vw,1.5rem);font-weight:700;margin-bottom:.5rem
}
.feature-row-text p{font-size:.9375rem;color:var(--text-mid);line-height:1.7}
.feature-row-media img,.feature-row-media video{
  border-radius:var(--radius);width:100%;object-fit:cover
}

/* ─── S11: Why Eventify ─────────────────────────────────────────────────────── */
.why-eventify{background:var(--off-white);padding-block:clamp(3rem,5vw,5rem)}
.why-eventify-grid{
  display:grid;gap:2rem;margin-top:3rem
}
@media(min-width:600px){.why-eventify-grid{grid-template-columns:1fr 1fr}}
@media(min-width:900px){.why-eventify-grid{grid-template-columns:repeat(2,1fr)}}
.why-card{
  background:#fff;border-radius:var(--radius);padding:1.75rem;
  box-shadow:0 2px 12px rgba(0,0,0,.06)
}
.why-card-stat{
  font-size:2rem;font-weight:700;color:var(--navy-deep);margin-bottom:.5rem
}
.why-card h3{font-size:1.0625rem;font-weight:600;margin-bottom:.5rem;color:var(--navy-deep)}
.why-card p{font-size:.9rem;color:var(--text-mid);line-height:1.6}

/* ─── S12–S14: App tabs ─────────────────────────────────────────────────────── */

/* ─── S15: White-label ──────────────────────────────────────────────────────── */
.white-label{background:var(--navy);padding-block:clamp(3rem,5vw,5rem)}
.white-label .section-heading{color:#fff}
.white-label .section-subtext{color:rgba(255,255,255,.7)}
.white-label-cards{
  display:grid;gap:2rem;margin-top:3rem
}
@media(min-width:600px){.white-label-cards{grid-template-columns:repeat(3,1fr)}}
.wl-card{
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);
  border-radius:var(--radius);padding:1.75rem
}
.wl-card h3{font-size:1.0625rem;font-weight:600;color:#fff;margin-bottom:.5rem}
.wl-card p{font-size:.875rem;color:rgba(255,255,255,.6);line-height:1.6}
.wl-card-media{margin-top:1.25rem;border-radius:8px;overflow:hidden}
.wl-card-media video,.wl-card-media img{width:100%;height:auto}

/* ─── S16: Built for event creators ────────────────────────────────────────── */
.built-section{padding-block:clamp(3rem,5vw,5rem)}
.built-grid{
  display:grid;gap:3rem;margin-top:3rem;align-items:center
}
@media(min-width:768px){.built-grid{grid-template-columns:1fr 1fr}}
.built-checklist{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}
.built-checklist li{
  display:flex;align-items:flex-start;gap:.75rem;
  font-size:.9375rem;line-height:1.5;color:var(--text-mid)
}
.check-icon{
  flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.15em
}

/* ─── S17: Sponsors & Exhibitors ────────────────────────────────────────────── */
.sponsors-section{background:var(--off-white);padding-block:clamp(3rem,5vw,5rem)}
.sponsors-grid{
  display:grid;gap:2rem;margin-top:3rem
}
@media(min-width:768px){.sponsors-grid{grid-template-columns:repeat(3,1fr)}}
.sponsor-card{background:#fff;border-radius:var(--radius);padding:1.75rem}
.sponsor-card img{width:2.5rem;height:2.5rem;margin-bottom:1rem}
.sponsor-card h3{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--navy-deep)}
.sponsor-card p{font-size:.875rem;color:var(--text-mid);line-height:1.6}
.sponsor-card a{
  display:inline-block;margin-top:.75rem;font-size:.875rem;font-weight:600;
  color:var(--royal-blue)
}
.sponsor-card a:hover{text-decoration:underline}

/* ─── S18: Search ends here ─────────────────────────────────────────────────── */
.search-ends{padding-block:clamp(3rem,5vw,5rem)}
.search-ends-grid{
  display:grid;gap:3rem;margin-top:3rem;align-items:center
}
@media(min-width:768px){.search-ends-grid{grid-template-columns:1fr 1fr}}
.search-ends .section-subtext{max-width:none}

/* ─── S19: Android/iOS + social proof ──────────────────────────────────────── */
.app-download{background:var(--navy);color:#fff;padding-block:clamp(3rem,5vw,5rem)}
.app-download .section-heading{color:#fff}
.app-download-inner{
  display:grid;gap:3rem;align-items:center;margin-top:2rem
}
@media(min-width:768px){.app-download-inner{grid-template-columns:1fr 1fr}}
.app-store-btns{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}
.app-store-btn{
  display:flex;align-items:center;gap:.625rem;
  background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);
  border-radius:.625rem;padding:.625rem 1.125rem;color:#fff;
  font-size:.875rem;font-weight:500;transition:background .2s
}
.app-store-btn:hover{background:rgba(255,255,255,.15)}
.app-store-btn img{width:1.25rem;height:1.25rem}
.app-download p{font-size:.9375rem;color:rgba(255,255,255,.75);line-height:1.7;margin-top:.75rem;max-width:52ch}

/* ─── S20: Testimonials ─────────────────────────────────────────────────────── */
.testimonials{padding-block:clamp(3rem,5vw,5rem);background:#fff}
.testimonials-grid{
  display:grid;gap:2rem;margin-top:3rem
}
@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}
.testimonial-card{
  background:var(--off-white);border-radius:var(--radius);padding:2rem;
  display:flex;flex-direction:column;gap:1rem
}
.testimonial-stars{display:flex;gap:.25rem;color:var(--gold)}
.testimonial-quote{
  font-size:1rem;line-height:1.7;color:var(--navy-deep);font-style:italic;
  flex:1
}
.testimonial-translation{
  font-size:.875rem;color:var(--text-mid);line-height:1.6;margin-top:.25rem
}
.testimonial-author{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}
.testimonial-author strong{font-size:.9375rem;color:var(--navy-deep)}
.testimonial-author span{font-size:.8125rem;color:var(--text-mid)}

/* ─── S21: FAQ ──────────────────────────────────────────────────────────────── */
.faq{background:var(--off-white);padding-block:clamp(3rem,5vw,5rem)}
.faq-list{max-width:760px;margin:2.5rem auto 0;display:flex;flex-direction:column;gap:.75rem}
.faq-list details{
  background:#fff;border-radius:var(--radius);overflow:hidden;
  border:1px solid rgba(0,0,0,.07)
}
.faq-list summary{
  padding:1.25rem 1.5rem;font-weight:600;font-size:.9375rem;
  cursor:pointer;list-style:none;display:flex;justify-content:space-between;
  align-items:center;gap:1rem;color:var(--navy-deep)
}
.faq-list summary::after{
  content:'+';font-size:1.25rem;font-weight:300;flex-shrink:0;
  transition:transform .2s;color:var(--text-mid)
}
.faq-list details[open] summary::after{transform:rotate(45deg)}
.faq-list summary::-webkit-details-marker{display:none}
.faq-answer{
  padding:0 1.5rem 1.25rem;font-size:.9rem;line-height:1.75;color:var(--text-mid)
}
.faq-answer ol{padding-left:1.25rem;margin-top:.5rem}
.faq-answer ol li{margin-bottom:.375rem}

/* ─── S22: Features grid ────────────────────────────────────────────────────── */
.features-grid{padding-block:clamp(3rem,5vw,5rem)}
.features-grid-intro{text-align:center;margin-bottom:3rem}
.features-grid-intro .section-subtext{margin-inline:auto}
.features-cards{
  display:grid;gap:1rem;
  grid-template-columns:repeat(auto-fill,minmax(200px,1fr))
}
.feature-card{
  background:var(--off-white);border-radius:var(--radius);padding:1.25rem 1rem;
  display:flex;flex-direction:column;align-items:flex-start;gap:.625rem;
  transition:box-shadow .2s,transform .2s
}
.feature-card:hover{
  box-shadow:0 4px 20px rgba(0,0,0,.08);transform:translateY(-2px)
}
.feature-card img{width:2rem;height:2rem}
.feature-card h4{font-size:.875rem;font-weight:600;color:var(--navy-deep);line-height:1.3}
.feature-card p{font-size:.8rem;color:var(--text-mid);line-height:1.5}
.feature-card-link{
  font-size:.8rem;font-weight:600;color:var(--royal-blue);margin-top:auto
}
.feature-card-link:hover{text-decoration:underline}

/* ─── S23: CTA section ──────────────────────────────────────────────────────── */
.cta-section{
  background:var(--navy);color:#fff;
  padding-block:clamp(4rem,7vw,7rem);position:relative;overflow:hidden
}
.cta-section::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse 80% 60% at 50% 120%,rgba(20,90,255,.12),transparent);
  pointer-events:none
}
.cta-inner{
  display:grid;gap:4rem;align-items:start;position:relative
}
@media(min-width:768px){.cta-inner{grid-template-columns:1fr 1fr}}
.cta-text h2{
  font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700;line-height:1.2;
  color:#fff;margin-bottom:1rem
}
.cta-text p{font-size:1rem;color:rgba(255,255,255,.75);line-height:1.7;margin-bottom:.5rem}
.cta-text .ps{font-size:.875rem;color:rgba(255,255,255,.5);font-style:italic}
.cta-form-wrap{overflow:hidden;padding:10px;background:#fff;border-radius:var(--radius)}
.cta-form-wrap .contact-form,
.cta-form-wrap .code-embed-8{
  display:block;margin:0;padding:0;border:none;background:none;line-height:0
}
.cta-form-wrap iframe{display:block;width:100%;border:none;margin:0;padding:0}

/* ─── S24: Blog ─────────────────────────────────────────────────────────────── */
.blog-section{padding-block:clamp(3rem,5vw,5rem);background:var(--off-white)}
.blog-section-header{
  display:flex;justify-content:space-between;align-items:center;
  flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem
}
.blog-cards{
  display:grid;gap:1.5rem
}
@media(min-width:600px){.blog-cards{grid-template-columns:repeat(3,1fr)}}
.blog-card{
  background:#fff;border-radius:var(--radius);overflow:hidden;
  transition:box-shadow .2s,transform .2s
}
.blog-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.1);transform:translateY(-2px)}
.blog-card-img{aspect-ratio:16/9;overflow:hidden}
.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.blog-card:hover .blog-card-img img{transform:scale(1.03)}
.blog-card-body{padding:1.25rem}
.blog-card-meta{
  display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;
  font-size:.75rem;font-weight:600;text-transform:uppercase;
  letter-spacing:.05em;color:var(--text-mid);margin-bottom:.5rem
}
.blog-card-meta .author{color:var(--royal-blue)}
.blog-card-body h4{font-size:1rem;font-weight:700;line-height:1.35;color:var(--navy-deep);margin-bottom:.5rem}
.blog-card-date{font-size:.8125rem;color:var(--text-mid)}

/* ─── Mobile nav ─────────────────────────────────────────────────────────────── */
@media(max-width:991px){
  /* nav-open body: menu flows inside the sticky navbar, give it a shadow */
  body.nav-open .navbar-wrapper{
    box-shadow:0 8px 24px rgba(0,0,0,.15)
  }
  /* the menu itself when open */
  body.nav-open .menu.w-nav-menu{
    border-top:1px solid #eef0f3;
    background:#fff;
    max-height:75vh;overflow-y:auto;
    padding-bottom:1rem
  }
  /* top-level links */
  body.nav-open .menu .w-nav-link,
  body.nav-open .menu .w-dropdown-toggle{
    display:block !important;padding:1rem 1.25rem;
    color:var(--navy-deep);font-size:1rem;font-weight:600;
    border-bottom:1px solid #eef0f3;width:100%;text-align:left
  }
  /* dropdown panels */
  body.nav-open .menu .w-dropdown-list{
    position:static !important;display:none;
    background:#f7f8fa;padding:.5rem 0 1rem
  }
  body.nav-open .menu .w-dropdown-list.w--open{display:block !important}
  /* section titles */
  body.nav-open .menu .dropdown-column-title{
    padding:.75rem 1.25rem .25rem;
    font-size:.7rem;font-weight:700;letter-spacing:.08em;
    color:var(--text-mid);text-transform:uppercase
  }
  /* dropdown card links */
  body.nav-open .menu .dropdown-card{
    display:flex !important;align-items:center;gap:.75rem;
    padding:.6rem 1.25rem;color:var(--navy-deep);font-size:.9375rem
  }
  body.nav-open .menu .dropdown-card-title{
    font-size:.9375rem;color:var(--navy-deep)
  }
  /* CTA button */
  body.nav-open .menu .nav-button{
    display:block;margin:1rem 1.25rem;text-align:center;
    padding:.75rem 1.25rem;border-radius:var(--radius);
    background:var(--royal-blue);color:#fff;font-weight:600
  }
  /* hide desktop-only clutter */
  body.nav-open .menu .dropdown-footer-wrapper,
  body.nav-open .menu .dropdown-footer-full,
  body.nav-open .menu .blog-card-scroll-wrapper{display:none !important}
}

/* ─── Responsive overrides ───────────────────────────────────────────────────── */
@media(max-width:768px){
  .hero{color:#fff}
  .hero h1,.hero p,.hero-subtext{color:#fff}
  .hero h1{font-size:clamp(1.75rem,7vw,2.5rem)}
  .tab-content.active{grid-template-columns:1fr}
  .tab-text{padding:1.75rem}
  .tab-media{min-height:260px;padding:1rem 1rem 0}
  .section-heading{overflow-wrap:break-word}
  /* Touch target fix: app store download buttons */
  .download-button{
    min-height:48px;min-width:48px;
    display:inline-flex;align-items:center;
    padding:8px 12px
  }
  .div-block-37{
    display:flex;flex-direction:column;gap:12px
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   SPLIT-SCREEN  (Gamification)
═══════════════════════════════════════════════════════════════════════════ */
.split-screen{background:var(--navy)}
.split-header{max-width:660px;margin-bottom:3rem}
.split-layout{
  display:grid;gap:3rem;align-items:center
}
@media(min-width:768px){
  .split-layout{grid-template-columns:1fr 1fr;gap:5rem}
}

/* text column */
.split-text-col{position:relative;min-height:260px}
.split-slide{
  display:none;
  flex-direction:column;gap:1rem
}
.split-slide.active{display:flex}
/* slide-in animation */
.split-slide.entering{
  animation:slideUp .35s ease both
}
@keyframes slideUp{
  from{opacity:0;transform:translateY(20px)}
  to{opacity:1;transform:none}
}
.split-counter{
  font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  color:var(--blue-sky);opacity:.8
}
.split-slide h3{
  font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.2;
  color:#fff;margin:0
}
.split-slide p{
  font-size:1rem;color:rgba(255,255,255,.72);line-height:1.75;margin:0;max-width:44ch
}

/* controls row */
.split-controls{
  display:flex;align-items:center;gap:1rem;margin-top:2rem;flex-wrap:wrap
}
.split-dot{
  width:10px;height:10px;border-radius:50%;
  background:rgba(255,255,255,.25);border:none;cursor:pointer;
  transition:background .2s,transform .2s;padding:0
}
.split-dot.active{background:var(--royal-blue);transform:scale(1.2)}
.split-arrows{display:flex;gap:.5rem;margin-left:.5rem}
.split-prev,.split-next{
  width:40px;height:40px;border-radius:50%;
  border:1.5px solid rgba(255,255,255,.25);
  background:transparent;color:#fff;font-size:1.1rem;
  cursor:pointer;display:flex;align-items:center;justify-content:center;
  transition:all .2s
}
.split-prev:hover,.split-next:hover{
  background:var(--royal-blue);border-color:var(--royal-blue);color:#fff
}

/* media column */
.split-media-col{position:relative;min-height:320px}
.split-media{
  position:absolute;inset:0;
  display:flex;align-items:center;justify-content:center;
  opacity:0;pointer-events:none;
  transition:opacity .4s ease
}
.split-media.active{
  opacity:1;pointer-events:auto;position:relative;inset:auto
}
.split-media video,.split-media img{
  max-height:520px;width:auto;max-width:100%;
  border-radius:var(--radius);display:block;object-fit:contain
}
@media(max-width:767px){
  .split-media{position:relative;inset:auto}
  .split-media:not(.active){display:none}
  .split-text-col{min-height:auto}
  .split-media-col{min-height:auto}
}

/* ═══════════════════════════════════════════════════════════════════════════
   ICON ACCORDION  (App Beauty)
═══════════════════════════════════════════════════════════════════════════ */
.ia-section{background:var(--off-white)}
.ia-header{max-width:660px;margin-bottom:3rem}
.ia-list{
  display:flex;flex-direction:column;gap:.75rem;
  max-width:900px;margin-inline:auto
}

.ia-item{
  background:#fff;border-radius:var(--radius);overflow:hidden;
  border:1.5px solid transparent;
  transition:border-color .2s,box-shadow .2s
}
.ia-item[open]{
  border-color:var(--royal-blue);
  box-shadow:0 4px 24px rgba(0,0,0,.07)
}

.ia-summary{
  display:flex;align-items:center;gap:1rem;
  padding:1.25rem 1.5rem;cursor:pointer;list-style:none;
  user-select:none
}
.ia-summary::-webkit-details-marker{display:none}

.ia-icon{
  flex-shrink:0;width:28px;height:28px;object-fit:contain;
  filter:brightness(0) saturate(100%) invert(38%) sepia(60%) saturate(500%) hue-rotate(95deg)
}
.ia-item[open] .ia-icon{
  filter:brightness(0) saturate(100%) invert(55%) sepia(80%) saturate(400%) hue-rotate(40deg)
}

.ia-title{
  flex:1;font-size:1.0625rem;font-weight:700;color:var(--navy-deep);line-height:1.3
}
.ia-item[open] .ia-title{color:var(--royal-blue)}

.ia-chevron{
  flex-shrink:0;color:var(--text-mid);
  transition:transform .25s ease
}
.ia-item[open] .ia-chevron{transform:rotate(180deg);color:var(--royal-blue)}

/* animated body */
.ia-body{
  overflow:hidden;
  animation:iaOpen .3s ease both
}
@keyframes iaOpen{
  from{opacity:0;transform:translateY(-8px)}
  to{opacity:1;transform:none}
}
.ia-body-inner{
  display:grid;gap:2rem;
  padding:0 1.5rem 1.5rem
}
@media(min-width:640px){
  .ia-body-inner{grid-template-columns:1fr 1fr;align-items:start}
}
.ia-body-text p{
  font-size:.9375rem;color:var(--text-mid);line-height:1.75;margin:0
}
.ia-body-media img{
  width:100%;max-height:340px;object-fit:contain;
  border-radius:calc(var(--radius) - 2px)
}

/* ═══════════════════════════════════════════════════════════════════════════
   VERTICAL SIDEBAR TABS  (Our App For Events)
═══════════════════════════════════════════════════════════════════════════ */
.vtabs-section{background:#fff}
.vtabs-header{max-width:660px;margin-bottom:3rem}

.vtabs-layout{
  display:grid;gap:2rem
}
@media(min-width:768px){
  .vtabs-layout{
    grid-template-columns:280px 1fr;
    gap:3rem;
    align-items:start
  }
}

/* sidebar */
.vtabs-sidebar{
  display:flex;flex-direction:column;gap:0;
  position:relative
}
/* the sliding highlight bar */
.vtab-indicator{
  position:absolute;left:0;width:3px;border-radius:2px;
  background:var(--royal-blue);
  transition:top .28s cubic-bezier(.4,0,.2,1), height .28s cubic-bezier(.4,0,.2,1);
  pointer-events:none
}

.vtab{
  text-align:left;padding:1rem 1.25rem 1rem 1.5rem;
  border:none;background:transparent;cursor:pointer;
  border-left:3px solid transparent;
  border-radius:0 var(--radius) var(--radius) 0;
  transition:background .18s;display:block;width:100%
}
.vtab:hover{background:var(--off-white)}
.vtab.active{background:rgba(20,90,255,.1)}
.vtab-title{
  display:block;font-size:.9375rem;font-weight:700;
  color:var(--text-mid);line-height:1.3;
  transition:color .18s
}
.vtab.active .vtab-title{color:var(--navy-deep)}
.vtab-desc{
  display:block;font-size:.8125rem;color:var(--text-mid);
  opacity:.7;margin-top:.2rem;line-height:1.4
}
.vtab.active .vtab-desc{opacity:1}

/* panels */
.vtabs-panels{position:relative}
.vtab-panel{display:none}
.vtab-panel.active{display:grid;gap:2rem;animation:vtabIn .3s ease both}
@media(min-width:640px){
  .vtab-panel.active{grid-template-columns:1fr 1fr;align-items:start}
}
@keyframes vtabIn{
  from{opacity:0;transform:translateX(12px)}
  to{opacity:1;transform:none}
}
.vtab-panel-text h3{
  font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700;
  color:var(--navy-deep);margin-bottom:.75rem;line-height:1.25
}
.vtab-panel-text p{
  font-size:.9375rem;color:var(--text-mid);line-height:1.75
}
.vtab-panel-media img{
  width:100%;max-height:420px;object-fit:contain;
  border-radius:var(--radius)
}

/* mobile: collapse sidebar to scrollable row */
@media(max-width:767px){
  .vtabs-sidebar{flex-direction:row;overflow-x:auto;gap:.5rem;padding-bottom:.5rem}
  .vtab-indicator{display:none}
  .vtab{
    flex-shrink:0;border-left:none;border-bottom:2px solid transparent;
    border-radius:var(--radius);padding:.625rem 1rem;white-space:nowrap
  }
  .vtab.active{background:var(--royal-blue);border-bottom-color:transparent}
  .vtab.active .vtab-title{color:#fff}
  .vtab-desc{display:none}
}

/* ═══════════════════════════════════════════════════════════════════════════
   HERO PHONE CARD (right column)
═══════════════════════════════════════════════════════════════════════════ */
.hero-visual{display:none}
@media(min-width:900px){
  .hero-visual{
    display:flex;align-items:flex-end;justify-content:center
  }
  .hero-inner{align-items:center}
}
.hero-phone-card{
  background:transparent;
  border-radius:24px 24px 0 0;
  padding:2rem 2.5rem 0;
  overflow:hidden;
  max-width:340px;
  width:100%;
  box-shadow:0 32px 80px rgba(0,0,0,.35)
}
.hero-phone-card--empty{
  display:none
}
.hero-phone-card img{
  width:100%;display:block;
  border-radius:8px 8px 0 0
}

/* ═══════════════════════════════════════════════════════════════════════════
   BENTO GRID  (Why Eventify)
═══════════════════════════════════════════════════════════════════════════ */
.bento-section{background:#fff}
.bento-header{max-width:100%;margin-bottom:3rem;text-align:center}
.bento-header .section-heading{max-width:none}

.bento-grid{
  display:grid;
  gap:1.25rem;
  grid-template-columns:1fr;
  align-items:start;
}
@media(min-width:600px){
  .bento-grid{grid-template-columns:1fr 1fr}
}

.bento-card{
  border-radius:20px;
  overflow:hidden;
  padding:2rem 2rem 0;
  display:flex;
  flex-direction:column;
  gap:0;
}
.bento-card-text{
  flex:none;padding-bottom:1.5rem
}
.bento-stat{
  font-size:2.25rem;font-weight:800;color:var(--navy-deep);
  line-height:1;margin-bottom:.5rem
}
.bento-card h3{
  font-size:1.0625rem;font-weight:700;line-height:1.35;
  margin-bottom:.5rem;color:var(--navy-deep)
}
.bento-card p{
  font-size:.875rem;color:var(--text-mid);line-height:1.65
}
.bento-card-media{
  display:flex;align-items:flex-end;justify-content:center;
  overflow:hidden
}
.bento-card-media img{
  width:auto;max-width:100%;
  object-fit:contain;display:block;
  border-radius:8px 8px 0 0
}

/* card colour schemes */
.bc-lime{background:#e8f9c8}
.bc-lime .bento-stat{color:var(--royal-blue)}
.bc-navy{background:var(--navy)}
.bc-warm{background:#fff6e0}
.bc-lavender{background:#f0ebff}

/* ═══════════════════════════════════════════════════════════════════════════
   HORIZONTAL STEP TABS  (Built for Event Creators)
═══════════════════════════════════════════════════════════════════════════ */
.steps-section{background:var(--off-white)}
.steps-header{max-width:660px;margin-bottom:3rem}

.steps-tabs{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  border-bottom:2px solid rgba(0,0,0,.08);
  margin-bottom:2.5rem;
  position:relative
}
.step-tab{
  text-align:left;padding:1.25rem 1.5rem 1.5rem;
  border:none;background:transparent;cursor:pointer;
  position:relative;
  transition:background .2s
}
.step-tab::after{
  content:'';position:absolute;bottom:-2px;left:0;right:0;
  height:3px;background:transparent;
  transition:background .25s
}
.step-tab.active::after{background:var(--royal-blue)}
.step-tab:hover{background:rgba(0,0,0,.03)}
.step-title{
  display:block;font-size:.9375rem;font-weight:700;
  color:var(--text-mid);margin-bottom:.25rem;
  transition:color .2s
}
.step-tab.active .step-title{color:var(--navy-deep)}
.step-desc{
  display:block;font-size:.8125rem;color:var(--text-mid);
  line-height:1.5;opacity:.7
}
.step-tab.active .step-desc{opacity:1}

.steps-panels{}
.step-panel{display:none}
.step-panel.active{display:block;animation:stepIn .3s ease both}
@keyframes stepIn{
  from{opacity:0;transform:translateY(10px)}
  to{opacity:1;transform:none}
}
.step-panel img{
  width:100%;border-radius:16px;
  box-shadow:0 8px 40px rgba(0,0,0,.1);
  max-height:480px;object-fit:cover
}

@media(max-width:600px){
  .steps-tabs{grid-template-columns:1fr}
  .step-tab::after{display:none}
  .step-tab.active{
    background:rgba(20,90,255,.08);
    border-left:3px solid var(--royal-blue)
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   COMPARISON  (Search Ends Here)
═══════════════════════════════════════════════════════════════════════════ */
.comparison-section{background:#fff}
.comparison-header{
  text-align:center;max-width:700px;margin-inline:auto;margin-bottom:3rem
}
.comparison-header .section-heading{max-width:none}

.comparison-grid{
  display:grid;gap:1.25rem;
  grid-template-columns:1fr
}
@media(min-width:700px){
  .comparison-grid{grid-template-columns:1fr 1fr}
}

.comparison-card{
  border-radius:20px;overflow:hidden;
  padding:2rem 2rem 2rem
}
.comp-old{background:var(--off-white)}
.comp-new{background:var(--navy)}

.comp-phone{
  background:rgba(255,255,255,.12);
  border-radius:16px;overflow:hidden;
  margin-bottom:1.5rem;
  display:flex;align-items:center;justify-content:center;
  min-height:220px;padding:1rem
}
.comp-old .comp-phone{background:rgba(0,0,0,.04)}
.comp-phone img{
  max-height:200px;width:auto;max-width:100%;
  object-fit:contain;border-radius:8px;display:block
}

.comparison-card h3{
  font-size:1.125rem;font-weight:700;margin-bottom:1rem;line-height:1.3
}
.comp-old h3{color:var(--navy-deep)}
.comp-new h3{color:#fff}

.comp-list{
  display:flex;flex-direction:column;gap:.625rem
}
.comp-list li{
  display:flex;align-items:flex-start;gap:.625rem;
  font-size:.9rem;line-height:1.55
}
.comp-list li::before{
  flex-shrink:0;margin-top:.1em;
  font-size:.875rem;font-weight:700;line-height:1
}
.comp-no{color:var(--text-mid)}
.comp-no::before{content:'✕';color:#e05252}
.comp-yes{color:rgba(255,255,255,.85)}
.comp-yes::before{content:'✓';color:var(--green-lime)}

/* ── Banner trust bar (sticky below nav) ──────────────────────────────────── */
.banner_section{
  display:flex !important;
  align-items:center;
  justify-content:center;
  position:sticky;
  top:0;
  z-index:999;
  background-color:#0f1f3d !important;
  box-shadow:0 2px 16px rgba(0,0,0,.25);
  height:auto !important;
  min-height:50px
}
.baner_flex-content{
  gap:.75rem;
  flex-wrap:wrap;
  justify-content:center !important;
  padding:8px 1rem !important
}
@media(max-width:767px){
  .banner_section{display:none !important}
}

/* ── See in Action: main video + evjel4z carousel ─────────────────────────── */
.see-in-action-section{background:#fff;padding-bottom:2rem}
.main-video-wrap{border-radius:16px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.12)}
.main-video{display:block;width:100%;border-radius:16px}

/* evjel4z carousel (Webflow original CSS) */
.evjel4z-wrap{background:#fff;overflow:hidden;padding:4px 0 16px;position:relative}
.evjel4z-fade-l,.evjel4z-fade-r{position:absolute;top:0;bottom:0;width:60px;z-index:3;pointer-events:none}
.evjel4z-fade-l{left:0;background:linear-gradient(to right,#fff,transparent)}
.evjel4z-fade-r{right:0;background:linear-gradient(to left,#fff,transparent)}
.evjel4z-track{display:flex;gap:14px;width:max-content;animation:evjel4z-scroll 40s linear infinite}
.evjel4z-track.paused{animation-play-state:paused}
@keyframes evjel4z-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.evjel4z-card{flex-shrink:0;width:190px;height:338px;border-radius:16px;overflow:hidden;position:relative;cursor:pointer;background:#111;box-shadow:0 2px 12px rgba(0,0,0,.12)}
.evjel4z-thumb{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .2s}
.evjel4z-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:flex-end;padding:12px;background:linear-gradient(to top,rgba(0,0,0,.4) 0%,transparent 50%)}
.evjel4z-play-btn{width:44px;height:44px;border-radius:50%;background:var(--royal-blue);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.2);transition:transform .15s}
.evjel4z-play-btn:hover{transform:scale(1.08)}
.evjel4z-ifw{position:absolute;inset:0;display:none}
.evjel4z-ifw iframe{width:100%;height:100%;border:none;display:block}
.evjel4z-close{position:absolute;top:8px;right:8px;width:30px;height:30px;border-radius:50%;background:rgba(0,0,0,.6);border:1.5px solid rgba(255,255,255,.4);cursor:pointer;display:none;align-items:center;justify-content:center;z-index:10;color:#fff;font-size:16px;line-height:1}

/* ═══════════════════════════════════════════════════════════════════════════
   SHOWCASE CARDS  (App Beauty — phone bleeds off bottom)
═══════════════════════════════════════════════════════════════════════════ */
.showcase-section{background:var(--off-white)}
.showcase-header{max-width:100%;margin-bottom:3rem;text-align:left}
.showcase-header .section-heading{max-width:none}

.showcase-stack{
  display:flex;flex-direction:column;gap:1.5rem
}

.showcase-card{
  border-radius:24px;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  min-height:340px
}
@media(min-width:768px){
  .showcase-card{
    grid-template-columns:1fr 1fr;
    align-items:end;
    min-height:400px
  }
}

/* text column */
.sc-text{
  padding:clamp(2rem,4vw,3.5rem);
  display:flex;flex-direction:column;gap:1rem;
  align-self:center
}
.sc-icon{
  width:40px;height:40px;
  filter:brightness(0) saturate(100%) invert(20%) sepia(30%) saturate(600%) hue-rotate(190deg);
  opacity:.85
}
.showcase-card h3{
  font-size:clamp(1.5rem,2.8vw,2.125rem);
  font-weight:800;line-height:1.2;
  color:var(--navy-deep);margin:0
}
.showcase-card p{
  font-size:1rem;color:var(--text-mid);
  line-height:1.75;margin:0;max-width:40ch
}

/* media column — phone bleeds off the bottom */
.sc-media{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:0 2rem;
  /* overflow:visible so phone can bleed */
}
.sc-media img{
  display:block;
  width:auto;
  max-width:100%;
  max-height:420px;
  object-fit:contain;
  /* no border-radius — phone bleeds naturally */
  margin-bottom:-2px  /* kiss the card edge */
}
@media(max-width:767px){
  .sc-media{padding:1.5rem 2rem 0;justify-content:center}
  .sc-media img{max-height:300px;margin-bottom:0}
}

/* colour schemes */
.sc-mint{background:linear-gradient(135deg,#dff5e8 0%,#f0faf4 100%)}
.sc-blue{background:linear-gradient(135deg,#ddeeff 0%,#eef5ff 100%)}
.sc-warm{background:linear-gradient(135deg,#fff0d6 0%,#fffbf0 100%)}

/* alternate layout: odd cards flip phone to right, even to left */
@media(min-width:768px){
  .showcase-card:nth-child(even){direction:rtl}
  .showcase-card:nth-child(even) .sc-text,
  .showcase-card:nth-child(even) .sc-media{direction:ltr}
}

/* ═══════════════════════════════════════════════════════════════════════════
   S16 — IMAGE-FIRST CREATOR CARDS
═══════════════════════════════════════════════════════════════════════════ */
.creator-section{background:var(--off-white)}
.creator-header{
  text-align:center;max-width:660px;
  margin-inline:auto;margin-bottom:3rem
}
.creator-header br + br{display:none}

.creator-cards{
  display:grid;gap:1.5rem;
  grid-template-columns:1fr
}
@media(min-width:640px){
  .creator-cards{grid-template-columns:repeat(3,1fr)}
}

.creator-card{
  background:#fff;border-radius:20px;
  overflow:hidden;
  display:flex;flex-direction:column;
  transition:transform .25s,box-shadow .25s
}
.creator-card:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 40px rgba(0,0,0,.1)
}
.creator-card-img{
  width:100%;overflow:hidden;
  aspect-ratio:4/3;
  background:var(--off-white)
}
.creator-card-img img{
  width:100%;height:100%;
  object-fit:cover;display:block;
  transition:transform .4s ease
}
.creator-card:hover .creator-card-img img{transform:scale(1.03)}

.creator-card-body{
  padding:1.5rem;display:flex;
  flex-direction:column;gap:.625rem;
  flex:1
}
.creator-num{
  font-size:.75rem;font-weight:800;
  letter-spacing:.1em;text-transform:uppercase;
  color:var(--royal-blue)
}
.creator-card-body h3{
  font-size:1.125rem;font-weight:700;
  color:var(--navy-deep);line-height:1.3;margin:0
}
.creator-card-body p{
  font-size:.875rem;color:var(--text-mid);
  line-height:1.65;margin:0
}

/* ═══════════════════════════════════════════════════════════════════════════
   S17 — DARK SPONSORS SHOWCASE
═══════════════════════════════════════════════════════════════════════════ */
.spons-section{
  background:var(--navy);
  padding-block:clamp(4rem,7vw,7rem)
}

.spons-top{
  display:grid;gap:3rem;
  align-items:start
}
@media(min-width:900px){
  .spons-top{grid-template-columns:1fr 1fr;gap:5rem}
}

/* left col */
.spons-left{display:flex;flex-direction:column;gap:1.25rem}
.spons-hero-img{
  margin-top:1rem;border-radius:16px;overflow:hidden;
  box-shadow:0 16px 60px rgba(0,0,0,.4)
}
.spons-hero-img img{
  width:100%;display:block;border-radius:16px
}

/* right col — stacked feature cards */
.spons-right{
  display:flex;flex-direction:column;gap:1rem
}

.spons-feat-card{
  display:grid;
  grid-template-columns:100px 1fr;
  gap:1.25rem;
  align-items:center;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.1);
  border-radius:16px;
  padding:1.25rem;
  text-decoration:none;
  transition:background .2s,border-color .2s,transform .2s
}
.spons-feat-card:hover{
  background:rgba(255,255,255,.12);
  border-color:rgba(20,90,255,.35);
  transform:translateX(4px)
}
.spons-feat-img{
  border-radius:10px;overflow:hidden;
  aspect-ratio:1;background:rgba(255,255,255,.08);
  display:flex;align-items:center;justify-content:center
}
.spons-feat-img img{
  width:100%;height:100%;
  object-fit:cover;display:block
}
.spons-feat-text{display:flex;flex-direction:column;gap:.375rem}
.spons-feat-text h3{
  font-size:1rem;font-weight:700;
  color:#fff;margin:0;line-height:1.3
}
.spons-feat-text p{
  font-size:.8125rem;color:rgba(255,255,255,.65);
  line-height:1.55;margin:0
}
.spons-link{
  font-size:.8125rem;font-weight:600;
  color:var(--blue-sky);margin-top:.25rem;
  display:inline-block
}

/* ═══════════════════════════════════════════════════════════════════════════
   S19 — SOCIAL PROOF WALL
═══════════════════════════════════════════════════════════════════════════ */
.proof-section{background:var(--navy-deep)}

.proof-heading{
  text-align:center;max-width:640px;
  margin-inline:auto;margin-bottom:3.5rem
}
.proof-heading .section-heading{color:#fff}
.proof-heading .section-subtext{color:rgba(255,255,255,.65)}

/* stat numbers */
.proof-stats{
  display:grid;gap:1px;
  grid-template-columns:repeat(2,1fr);
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px;overflow:hidden;
  margin-bottom:3rem
}
@media(min-width:640px){
  .proof-stats{grid-template-columns:repeat(3,1fr)}
}
.proof-stat{
  background:var(--navy-deep);
  padding:2rem 1.5rem;text-align:center
}
.proof-stat-num{
  font-size:clamp(2.25rem,5vw,3.5rem);
  font-weight:800;color:#fff;line-height:1;
  letter-spacing:-.03em;margin-bottom:.5rem
}
.proof-stat-label{
  font-size:.8125rem;color:rgba(255,255,255,.55);
  line-height:1.4;max-width:12ch;margin-inline:auto
}

/* award badges */
.proof-awards{
  display:flex;flex-wrap:wrap;align-items:center;
  justify-content:center;gap:2.5rem;
  padding:2.5rem;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px;margin-bottom:3rem
}
.proof-awards img{
  height:auto;max-height:72px;width:auto;
  background:#fff;
  border-radius:10px;
  padding:10px 16px;
  transition:transform .2s
}
.proof-awards img:hover{transform:scale(1.05)}

/* app store */
.proof-stores{text-align:center}
.proof-stores-label{
  color:rgba(255,255,255,.5);font-size:.875rem;
  margin-bottom:1.25rem
}
.proof-store-btns{
  display:flex;flex-wrap:wrap;
  justify-content:center;gap:1rem
}
.proof-store-btn{
  display:flex;align-items:center;gap:.875rem;
  background:rgba(255,255,255,.08);
  border:1.5px solid rgba(255,255,255,.15);
  border-radius:12px;padding:.875rem 1.5rem;
  color:#fff;text-decoration:none;
  transition:background .2s,border-color .2s,transform .2s;
  min-width:190px
}
.proof-store-btn:hover{
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.3);
  transform:translateY(-2px)
}
.proof-store-btn img{flex-shrink:0;filter:invert(1)}
.proof-store-btn div{
  display:flex;flex-direction:column;
  text-align:left;gap:.1rem
}
.pstore-small{font-size:.6875rem;opacity:.6;line-height:1}
.pstore-big{font-size:1.0625rem;font-weight:700;line-height:1}

/* ═══════════════════════════════════════════════════════════════════════════
   S14 — 2x2 PHOTO FEATURE GRID
═══════════════════════════════════════════════════════════════════════════ */
.photo-grid-section{background:#fff}
.photo-grid-header{
  text-align:center;max-width:640px;
  margin-inline:auto;margin-bottom:3rem
}

.photo-grid{
  display:grid;
  gap:1.25rem;
  grid-template-columns:1fr
}
@media(min-width:540px){
  .photo-grid{grid-template-columns:1fr 1fr}
}

.photo-card{
  position:relative;border-radius:20px;
  overflow:hidden;cursor:pointer;
  background:var(--navy-deep);
  aspect-ratio:4/5
}
.photo-card-img{
  width:100%;height:100%;
  position:absolute;inset:0
}
.photo-card-img img{
  width:100%;height:100%;
  object-fit:cover;display:block;
  transition:transform .5s ease
}
.photo-card:hover .photo-card-img img{transform:scale(1.05)}

/* gradient overlay */
.photo-card::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(
    to bottom,
    transparent 40%,
    rgba(13,14,16,.7) 75%,
    rgba(13,14,16,.92) 100%
  );
  pointer-events:none
}

.photo-card-overlay{
  position:absolute;bottom:0;left:0;right:0;
  padding:1.5rem;z-index:2
}
.photo-card-overlay h3{
  font-size:1.125rem;font-weight:700;
  color:#fff;margin-bottom:.35rem;line-height:1.3
}
.photo-card-overlay p{
  font-size:.8125rem;color:rgba(255,255,255,.72);
  line-height:1.5;margin:0
}

/* ── Combined proof + carousel section ───────────────────────────────────── */
.combined-proof{
  background:linear-gradient(180deg,#0a1628 0%,#0f2040 60%,#112448 100%);
  padding-block:clamp(3.5rem,6vw,6rem)
}
.combined-proof .proof-stats{
  background:rgba(255,255,255,.04);
  border-color:rgba(255,255,255,.07)
}
.combined-proof .proof-stat{background:transparent}
.combined-proof .proof-awards{
  background:rgba(255,255,255,.03);
  border-color:rgba(255,255,255,.07)
}
.combined-proof .proof-stores-label{color:rgba(255,255,255,.45)}
.combined-proof .proof-store-btn{
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.12)
}
.combined-proof .proof-store-btn:hover{background:rgba(255,255,255,.12)}

/* carousel sits edge-to-edge inside this section */
.combined-carousel-wrap{
  margin-block:2.5rem;
  /* evjel4z already handles overflow */
}
.combined-carousel-wrap .evjel4z-wrap{
  background:transparent
}
.combined-carousel-wrap .evjel4z-fade-l{
  background:linear-gradient(to right,#0a1628,transparent)
}
.combined-carousel-wrap .evjel4z-fade-r{
  background:linear-gradient(to left,#0a1628,transparent)
}

/* ── Footer: dark blue background + white text ────── */
footer.footer,
.footer{
  background-color:var(--midnight-blue) !important;
  color:#fff !important
}
.footer *{color:#fff}
.footer-link{color:rgba(255,255,255,.75) !important}
.footer-link:hover{color:#fff !important}
.footer-title-text{color:rgba(255,255,255,.45) !important}
.footer-down{color:rgba(255,255,255,.5) !important;border-top:1px solid rgba(255,255,255,.1)}
.footer-gradient-text{
  background-image:linear-gradient(85deg,var(--medium-sea-green),var(--deep-sky-blue)) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  color:transparent !important
}

/* ═══════════════════════════════════════════════════════════════════════════
   S17 v2 — SPONSORS 3-COLUMN IMAGE CARDS
═══════════════════════════════════════════════════════════════════════════ */
.spons-header-v2{
  text-align:center;max-width:700px;
  margin-inline:auto;margin-bottom:3rem
}

.spons-cards-v2{
  display:grid;gap:1.25rem;
  grid-template-columns:1fr
}
@media(min-width:640px){
  .spons-cards-v2{grid-template-columns:repeat(3,1fr)}
}

.spons-img-card{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  border-radius:20px;overflow:hidden;
  display:flex;flex-direction:column;
  text-decoration:none;
  transition:background .2s,border-color .2s,transform .25s
}
.spons-img-card:hover{
  background:rgba(255,255,255,.1);
  border-color:rgba(20,90,255,.3);
  transform:translateY(-4px)
}

.sic-img{
  width:100%;overflow:hidden;
  aspect-ratio:4/3;background:rgba(255,255,255,.04)
}
.sic-img img{
  width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .4s ease
}
.spons-img-card:hover .sic-img img{transform:scale(1.04)}

.sic-body{
  padding:1.5rem;display:flex;
  flex-direction:column;gap:.625rem;flex:1
}
.sic-body h3{
  font-size:1.0625rem;font-weight:700;
  color:#fff;margin:0;line-height:1.3
}
.sic-body p{
  font-size:.875rem;color:rgba(255,255,255,.65);
  line-height:1.6;margin:0;flex:1
}
.sic-link{
  font-size:.875rem;font-weight:600;
  color:var(--green-lime);margin-top:.25rem
}

/* ═══════════════════════════════════════════════════════════════════════════
   CTA — G2 proof block
═══════════════════════════════════════════════════════════════════════════ */

/* G2 proof block */
.cta-g2-proof{
  margin-top:2rem;
  padding-top:1.5rem;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;flex-direction:column;gap:1.25rem
}
.cta-g2-badge{
  display:flex;align-items:flex-start;gap:.875rem
}
.cta-g2-badge img{
  flex-shrink:0;margin-top:.125rem;
  filter:brightness(0) invert(1);opacity:.9
}
.cta-g2-stars{
  display:flex;align-items:center;gap:.25rem;
  font-size:1.0625rem;color:var(--gold);margin-bottom:.25rem
}
.cta-g2-stars strong{
  color:#fff;font-size:.9375rem;margin-left:.25rem
}
.cta-g2-label{
  font-size:.8125rem;color:rgba(255,255,255,.55);
  line-height:1.4;margin:0
}
.cta-g2-quotes{
  display:flex;flex-direction:column;gap:.75rem
}
.cta-g2-quote{
  font-size:.875rem;color:rgba(255,255,255,.7);
  line-height:1.6;font-style:italic;
  padding-left:.875rem;
  border-left:2px solid rgba(20,90,255,.4);
  margin:0
}

/* hero definition (featured-snippet paragraph above h1) */
.hero-definition{
  font-size:.9rem;line-height:1.65;
  color:rgba(255,255,255,.65);
  max-width:58ch;
  margin-bottom:1rem
}
.hero-definition strong{color:#fff}

/* platform-hop section */
.ph-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:1.5rem;
  margin-top:2.5rem;
  max-width:860px;
  margin-inline:auto
}
.ph-item{
  display:flex;
  gap:1rem;
  align-items:flex-start;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  padding:1.25rem 1.5rem
}
.ph-icon{
  flex-shrink:0;
  width:28px;height:28px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(20,90,255,.15);
  color:var(--royal-blue);
  border-radius:50%;
  font-size:1rem;font-weight:700;
  margin-top:.1rem
}
.ph-item strong{
  display:block;
  font-size:1rem;
  color:#fff;
  margin-bottom:.35rem
}
.ph-item span{
  font-size:.875rem;
  color:rgba(255,255,255,.6);
  line-height:1.6
}
@media(max-width:640px){
  .ph-grid{grid-template-columns:1fr}
}
