/* ============================================================
   Caspa AI — static rebuild
   Design tokens measured from live site (Framer) 2026-08-06
   Live breakpoints: >=1600 / 1200-1599 / 810-1199 / <=809
   Font: Outfit (Google Fonts) | Accent: #73FF68 | Ink: #151515
   ============================================================ */

:root{
  --ink:#151515;
  --muted:#6E6E6E;
  --green:#73FF68;
  --green-hover:#63DC5A;
  --green-dark:#32B028;
  --card:#F8F8F8;
  --card-alt:#F1F1F1;
  --white:#fff;
  --radius-pill:32px;
  --radius-card:16px;
  --radius-img:16px;
  --container:1440px;
  --nav-h:80px;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  overflow-x:clip;
  font-family:'Outfit',sans-serif;
  color:var(--ink);
  background:var(--white);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img,video{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button{font-family:inherit;border:0;background:none;cursor:pointer}

.container{max-width:var(--container);margin:0 auto;padding:0}

/* ---------- Typography ---------- */
h1,.h1{font-size:96px;font-weight:600;line-height:1.2;letter-spacing:normal;text-transform:capitalize}
h2,.h2{font-size:64px;font-weight:500;line-height:1.2;text-transform:capitalize}
h3,.h3{font-size:56px;font-weight:500;line-height:1.2}
.h3-sm{font-size:30px;font-weight:500;line-height:1.2}
h4,.h4{font-size:32px;font-weight:500;line-height:1.2}
h5,.h5{font-size:18px;font-weight:500;line-height:1.4}
.sub{font-size:20px;font-weight:400;color:var(--muted);line-height:1.2}
.center{text-align:center}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;gap:10px;
  height:51px;
  background:var(--green);color:var(--ink);
  font-size:16px;font-weight:600;line-height:1.2;
  padding:0 20px;border-radius:var(--radius-pill);
  transition:background-color .3s ease;
}
.btn:has(.arrow-circle){padding-left:8px}
/* live hover: green darkens (no scale), arrow rotates to point top-right */
.btn:hover{background:var(--green-hover)}
.btn .arrow-circle{
  width:36px;height:37px;flex:0 0 auto;display:inline-block;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 37'%3E%3Cpath d='M 36 18.5 C 36 8.559 27.941 0.5 18 0.5 C 8.059 0.5 0 8.559 0 18.5 C 0 28.441 8.059 36.5 18 36.5 C 27.941 36.5 36 28.441 36 18.5 Z' fill='rgb(21,21,21)'%3E%3C/path%3E%3Cpath d='M 18.626 13.627 C 19.017 13.236 19.65 13.236 20.04 13.627 L 24.707 18.294 C 24.895 18.481 25 18.735 25 19.001 C 25 19.266 24.895 19.52 24.707 19.708 L 20.04 24.374 C 19.65 24.765 19.017 24.765 18.626 24.374 C 18.236 23.984 18.236 23.351 18.626 22.96 L 21.586 20.001 L 12 20.001 C 11.448 20.001 11 19.553 11 19.001 C 11 18.448 11.448 18.001 12 18.001 L 21.586 18.001 L 18.626 15.041 C 18.236 14.651 18.236 14.017 18.626 13.627 Z' fill='rgb(255,255,255)'%3E%3C/path%3E%3C/svg%3E");
  background-size:contain;background-repeat:no-repeat;background-position:center;
  transition:transform .3s ease;
}
.btn .arrow-circle svg{display:none}
.btn:hover .arrow-circle{transform:rotate(-45deg)}
.btn-row{display:flex;justify-content:center;margin-top:41px}

/* ---------- Announcement banner ---------- */
.banner{
  background:var(--green);position:sticky;top:0;z-index:60;
}
.banner a{
  display:flex;align-items:center;justify-content:center;height:36px;text-align:center;
  font-size:15px;font-weight:500;padding:0 40px;color:var(--ink);
}
.banner .banner-close{
  position:absolute;right:14px;top:50%;transform:translateY(-50%);
  font-size:15px;line-height:1;color:var(--ink);opacity:.75;padding:4px;
}
.banner .banner-close:hover{opacity:1}

/* ---------- Navigation ---------- */
.nav{
  position:sticky;top:36px;z-index:50;background:var(--white);
  height:var(--nav-h);display:flex;align-items:center;
}
.nav-inner{
  width:100%;max-width:none;margin:0 auto;padding:0 60px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
}
.logo{display:flex;align-items:center;gap:16px}
.logo img{width:32px;height:47px;object-fit:contain}
.logo span{font-size:32px;font-weight:600;color:var(--green-dark);letter-spacing:.2px;line-height:1.2}
.nav-links{display:flex;align-items:center;gap:16px}
.nav-links>li{position:relative}
.nav-link{
  display:inline-flex;align-items:center;gap:8px;
  font-size:16px;font-weight:500;color:var(--ink);padding:8px 12px;
}
.nav-link:hover{opacity:.7}
.chip{
  font-size:12px;font-weight:600;color:var(--ink);
  background:var(--green);border-radius:6px;padding:2px 4px;line-height:1.2;
}
.caret{width:11px;height:11px;stroke:var(--ink);stroke-width:2;fill:none;transition:transform .2s}
.has-dropdown:hover .caret{transform:rotate(180deg)}
.dropdown{
  position:absolute;top:100%;left:50%;transform:translate(-50%,8px);
  background:var(--white);border-radius:14px;
  box-shadow:0 10px 40px rgba(0,0,0,.12);
  padding:12px;min-width:290px;
  opacity:0;visibility:hidden;transition:all .2s ease;
}
.has-dropdown:hover .dropdown{opacity:1;visibility:visible;transform:translate(-50%,0)}
.dropdown a{
  display:block;font-size:15.5px;font-weight:500;padding:10px 14px;border-radius:10px;white-space:nowrap;
}
.dropdown a:hover{background:var(--card)}
.nav-cta{margin-left:20px}
.nav-cta .btn{padding:0 32px}
.hamburger{display:none;flex-direction:column;gap:5px;padding:8px}
.hamburger span{display:block;width:24px;height:2px;background:var(--ink);transition:.2s}

/* ---------- Hero ---------- */
.hero{padding:84px 0 0;text-align:center}
.hero h1{max-width:1080px;margin:0 auto}
.hero .sub{max-width:none;margin:24px auto 0}
.hero .btn-row{margin-top:41px}

/* Hero carousel */
.carousel{position:relative;margin:100px auto 0;max-width:none}
.carousel-track{overflow:hidden;border-radius:var(--radius-img)}
.carousel-slides{display:flex;transition:transform .55s cubic-bezier(.4,0,.2,1)}
.carousel-slides img{width:100%;flex:0 0 100%;aspect-ratio:1440/639;object-fit:cover}
.carousel-arrow{
  position:absolute;top:50%;transform:translateY(-50%);
  width:52px;height:52px;border-radius:50%;background:var(--white);
  box-shadow:0 4px 18px rgba(0,0,0,.16);
  display:flex;align-items:center;justify-content:center;z-index:2;transition:transform .2s;
  opacity:0;pointer-events:none; /* live shows arrows only while hovering the carousel */
}
.carousel:hover .carousel-arrow,.v-car-outer:hover .carousel-arrow{opacity:1;pointer-events:auto}
.carousel-arrow:hover{transform:translateY(-50%) scale(1.07)}
.carousel-arrow.prev{left:-26px}
.carousel-arrow.next{right:-26px}
.carousel-arrow svg{width:18px;height:18px;stroke:var(--ink);stroke-width:2.2;fill:none}
.carousel-dots{
  position:absolute;bottom:10px;left:50%;transform:translateX(-50%);
  display:flex;gap:8px;background:rgba(0,0,0,.1);padding:9px 10px;border-radius:50px;
}
.carousel-dots button{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.55)}
.carousel-dots button.active{background:#fff}

/* ---------- Generic section rhythm ---------- */
.section{padding:100px 0}
.section-head{max-width:1080px;margin:0 auto;text-align:center}
.section-head .sub{margin-top:0}
.section-head .sub.gap{margin-top:24px}

/* ---------- Before / arrow / after pairs (2-up) ---------- */
.ba-rows{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:70px}
.ba-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;grid-template-areas:"b a" "r r";align-items:start}
.ba-row img{width:100%;min-width:0;height:auto;aspect-ratio:1;object-fit:cover;border-radius:0}
.ba-row img:first-child{grid-area:b}
.ba-row .ba-arrow{grid-area:a;width:100%;justify-self:auto}
.ba-row img:last-child{grid-area:r;border-radius:var(--radius-img)}

/* ---------- Listing columns (each group: 1 source + 3 results stacked) ---------- */
.listing-rows{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:46px}
.listing-row{display:flex;flex-direction:column;gap:24px}
.listing-row img{border-radius:0;width:100%;aspect-ratio:1;object-fit:cover}

/* ---------- Bundles (2x2 thumbs grid | result) ---------- */
.bundle{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;margin-top:76px;align-items:start}
.bundle+.bundle{margin-top:16px}
.bundle .stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.bundle .stack img{border-radius:0;width:100%;aspect-ratio:1;object-fit:cover}
.bundle .result img{border-radius:var(--radius-img);width:100%;aspect-ratio:1;object-fit:cover}
.bundle .bundle-arrow{width:100%;border-radius:0}

/* ---------- Video feature cards ---------- */
.video-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:76px}
.video-cards.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.video-card{text-align:center}
.video-card video{border-radius:var(--radius-img);width:100%;aspect-ratio:1;object-fit:cover;background:#000}
.video-card h4{margin-top:34px}
.video-card p{color:var(--ink);margin-top:16px;font-size:14px;line-height:1.2;padding:0 16px}

/* ---------- Split feature (media | text) ---------- */
.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;align-items:center;margin-top:96px}
.split+.split{margin-top:24px}
.split>video,.split>img,.split video,.split>div>img,.split .media img{border-radius:var(--radius-img);width:100%}
.split>video{aspect-ratio:532/480;object-fit:cover}
.split .split-copy{padding:0 60px}
.split .split-copy h3{max-width:none}
.split .split-copy p{color:var(--ink);font-size:16px;line-height:1.6;margin-top:24px;max-width:none}

/* ---------- Editing tools mosaic (2x2 tiles | upscale panel) ---------- */
.mosaic{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;margin-top:76px;align-items:start}
.mosaic-left{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.mosaic-left img,.mosaic-left video{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-img)}
.mosaic-right{width:100%;aspect-ratio:1;object-fit:cover;border-radius:0}
.split-card{background:var(--card);border-radius:var(--radius-img)}
.split-card video{display:block;width:100%;aspect-ratio:532/480;object-fit:cover;border-radius:var(--radius-img)}

/* ---------- Video page hero tile marquee ---------- */
.v-hero{padding-top:109px}
/* video hero carousel: clipped to the CONTAINER (white gutters outside, per live),
   container-width slides (img+video pairs), 10px between slides, drag to browse */
.v-car-outer{position:relative;margin:69px 0 0}
.v-car-outer .carousel-dots{bottom:24px}
.v-carousel{overflow:hidden;width:100%;cursor:grab}
.v-carousel.dragging{cursor:grabbing}
.v-car-track{display:flex;gap:10px;width:max-content;transition:transform .65s cubic-bezier(.4,0,.2,1)}
.v-carousel.dragging .v-car-track{transition:none}
.v-slide{display:flex;flex:0 0 auto}
.v-slide img,.v-slide video{width:720px;height:635px;object-fit:cover;border-radius:0;flex:0 0 auto}
.v-tiles{overflow:hidden}
.v-tiles-track{display:flex;width:max-content;animation:marquee 44s linear infinite}
.uc-tiles .v-tiles-track img{width:var(--tw);height:var(--th)}
/* mini-splits with video media */
.mini-split video{border-radius:var(--radius-img);width:100%;aspect-ratio:445/401;object-fit:cover}
/* case-card with video media */
.case-card.cc-video{grid-template-columns:minmax(0,1fr) minmax(0,478px);gap:43px}
.case-card.cc-video video{border-radius:var(--radius-img);width:100%;aspect-ratio:478/430;object-fit:cover}
.case-card.cc-video .cc-copy{min-height:430px}

/* ---------- Community case cards (text card | image) ---------- */
.case-cards{margin-top:50px;display:flex;flex-direction:column;gap:16px}
.case-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,532px);gap:24px}
.case-card .cc-copy{background:var(--card);border-radius:var(--radius-img);padding:40px 60px;display:flex;flex-direction:column;justify-content:center}
.case-card .cc-copy h3{font-size:42px}
.case-card .cc-copy p{font-size:16px;line-height:1.6;margin-top:24px}
.case-card img{border-radius:var(--radius-img);width:100%;height:100%;aspect-ratio:1;object-fit:cover}

/* ---------- Tips (2-up imgs + 2-col text) ---------- */
.tips-imgs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:96px}
.tips-imgs img{border-radius:var(--radius-img);width:100%}
.tips-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:90px;text-align:center}
.tips-grid h4{font-size:32px}
.tips-grid p{font-size:16px;line-height:1.6;margin-top:20px;max-width:480px;margin-left:auto;margin-right:auto}

/* ---------- Mini splits (trusted worldwide) ---------- */
.mini-splits{max-width:896px;margin:29px auto 0;display:flex;flex-direction:column;gap:16px}
.mini-split{display:grid;grid-template-columns:minmax(0,358fr) minmax(0,445fr);gap:93px;align-items:center}
.mini-split h3{font-size:30px}
.mini-split p{font-size:16px;line-height:1.6;margin-top:24px}
.mini-split img{border-radius:var(--radius-img);width:100%;aspect-ratio:992/1056;object-fit:cover}

/* ---------- Trusted (2 col tall) ---------- */
.trusted-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;margin-top:50px}
.trusted-col{background:var(--card);border-radius:var(--radius-card);padding:60px;display:flex;flex-direction:column;gap:22px}
.trusted-col p{color:var(--muted);font-size:17px}
.trusted-col img{border-radius:var(--radius-img);margin-top:auto}

/* ---------- Logo marquees (full viewport bleed + edge fade, per live) ---------- */
.marquee{overflow:hidden;position:relative;margin-top:44px;width:100vw;margin-left:calc(50% - 50vw);
  -webkit-mask-image:linear-gradient(to right,transparent 10%,#000 12.5%,#000 87.5%,transparent 90%);
  mask-image:linear-gradient(to right,transparent 10%,#000 12.5%,#000 87.5%,transparent 90%)}
/* margin-right (not flex gap) so the -50% loop wraps seamlessly */
.marquee-track{display:flex;align-items:center;width:max-content;animation:marquee 30s linear infinite}
.marquee-track>*{margin-right:56px;flex:0 0 auto}
.marquee-track img{width:auto;height:auto;object-fit:contain}
/* press logos: exact live sizes @ all breakpoints */
.marquee img[src*="ktAeJ99p"]{width:245px;height:15px}
.marquee img[src*="zsP9MoCG"]{width:164px;height:40px}
.marquee img[src*="BI7mlj1L"]{width:148px;height:27px}
.marquee img[src*="2y0PiNgj"]{width:152px;height:24px}
.marquee svg.lg-stripe{width:98px;height:48px}
.marquee svg.lg-mds{width:64px;height:22px}
.marquee.logos-lg{
  -webkit-mask-image:linear-gradient(to right,transparent 0,#000 12.5%,#000 87.5%,transparent 100%);
  mask-image:linear-gradient(to right,transparent 0,#000 12.5%,#000 87.5%,transparent 100%)}
.marquee.logos-lg .marquee-track{height:307px;align-items:center}
.marquee.logos-lg .marquee-track>*{margin-right:20px}
/* exact per-logo sizes measured on live @1440 (settled) */
.logos-lg img[src*="ZUPx6iN5"]{width:300px;height:300px}
.logos-lg img[src*="IekYfvfrt"]{width:220px;height:223px}
.logos-lg img[src*="zf5W66kg"]{width:300px;height:307px}
.logos-lg img[src*="DDRZPpyh"]{width:230px;height:230px}
.logos-lg img[src*="AU7WsgoT"]{width:300px;height:150px}
.logos-lg img[src*="13Gjxpw"]{width:300px;height:300px}
.logos-lg img[src*="uTA1vlkM"]{width:250px;height:256px}
.logos-lg img[src*="TYdBsrJ2"]{width:300px;height:187px}
.logos-lg img[src*="4ikO9h2g"]{width:230px;height:159px}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ---------- Templates marquee ---------- */
.tpl-marquee{overflow:hidden;margin-top:21px;width:100vw;margin-left:calc(50% - 50vw);
  -webkit-mask-image:linear-gradient(to right,transparent 0,#000 12.5%,#000 87.5%,transparent 100%);
  mask-image:linear-gradient(to right,transparent 0,#000 12.5%,#000 87.5%,transparent 100%)}
.tpl-track{display:flex;width:max-content;animation:marquee 45s linear infinite}
.tpl-track img{width:258px;height:258px;object-fit:cover;border-radius:var(--radius-img);margin-right:20px;flex:0 0 auto}

/* ---------- Editing tools grid ---------- */
.tools-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;margin-top:76px}
.tools-grid img,.tools-grid video{border-radius:var(--radius-img);width:100%;aspect-ratio:1074/1071;object-fit:cover}

/* ---------- Case studies ---------- */
.case{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:76px;align-items:center;margin-top:90px}
.case h3{font-size:42px}
.case p{color:var(--muted);font-size:19px;margin-top:22px}
.case img{border-radius:var(--radius-img);width:100%}

/* ---------- Testimonials ---------- */
.testimonials{columns:3;column-gap:20px;margin-top:30px}
.t-card{
  break-inside:avoid;background:var(--card);border-radius:var(--radius-card);
  padding:30px;margin-bottom:20px;
}
.t-card .stars{height:32px;width:auto;margin-bottom:20px}
.t-card .quote{font-size:16px;line-height:1.6;color:var(--ink)}
.t-card .who{display:flex;align-items:center;gap:15px;margin-top:20px}
.t-card .who img{width:67px;height:67px;border-radius:50%;object-fit:cover}
.t-card .who .name{font-size:18px;font-weight:500;line-height:1.4}
.t-card .who .role{font-size:16px;color:var(--muted);margin-top:4px;line-height:1.6}

/* ---------- Blog cards ---------- */
.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:80px}
.blog-card{background:var(--card);border-radius:var(--radius-img);overflow:hidden;transition:transform .25s;padding:16px}
.blog-card:hover{transform:translateY(-4px)}
.blog-card img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius-img)}
.blog-card .blog-body{padding:16px 0 0}
.blog-card h5{font-size:18px;line-height:1.4}
.blog-card time{display:block;font-size:14px;color:var(--muted);margin-top:8px}
.text-link{display:inline-block;font-weight:500;border-bottom:2px solid var(--green);padding-bottom:2px}
.link-row{display:flex;justify-content:center;margin-top:76px}

/* Blog index page variant (2-up, larger titles) */
.blog-index .blog-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.blog-index .blog-card h5{font-size:24px;font-weight:500;line-height:1.4}
.blog-index .blog-card time{font-size:16px;line-height:2;margin-top:8px}

/* ---------- FAQ ---------- */
.faq-wrap{max-width:898px;margin:76px auto 0;display:flex;flex-direction:column;gap:24px}
.faq-group-title{text-align:center;font-size:32px;font-weight:500;margin:80px 0 0}
.faq-group-title+.faq-wrap{margin-top:40px}
.faq-item{background:var(--card-alt);border-radius:16px;overflow:hidden}
.faq-q{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:16px 32px;font-size:20px;font-weight:400;color:var(--ink);text-align:left;
}
.faq-icon{
  width:42px;height:42px;border-radius:50%;background:var(--ink);position:relative;flex:0 0 auto;transition:transform .3s;
}
.faq-icon::before,.faq-icon::after{
  content:"";position:absolute;background:var(--white);left:50%;top:50%;transform:translate(-50%,-50%);
}
.faq-icon::before{width:15px;height:1.6px}
.faq-icon::after{width:1.6px;height:15px;transition:opacity .2s}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-a-inner{padding:0 32px 26px;font-size:16px;line-height:1.65;color:var(--ink)}
.faq-a-inner p+p{margin-top:12px}
.faq-a-inner ul{list-style:disc;padding-left:22px;margin-top:12px}
.faq-a-inner a{text-decoration:underline}

/* ---------- Pre-footer CTA ---------- */
.prefooter{padding:100px 0}
.prefooter .container{max-width:1728px}
.prefooter .split{margin-top:0;grid-template-columns:852fr 752fr;gap:124px}
.prefooter .split-copy{padding:0}
.prefooter .split>video{aspect-ratio:640/546}
.prefooter h3{font-size:56px}
.prefooter .btn-row{margin-top:24px;justify-content:flex-start}

/* ---------- Footer ---------- */
.footer{padding:100px 0 40px;margin-top:0}
.footer-grid{display:grid;grid-template-columns:34.3% 17.2% 17.2% auto;column-gap:0;row-gap:32px}
.footer-grid>div:first-child{grid-row:1/3}
.footer h5{font-size:18px;font-weight:500;margin-bottom:30px}
.footer li{margin-bottom:22.4px;line-height:1.3}
.footer a{font-size:16px;font-weight:400;color:var(--ink);line-height:1.3;display:inline-block}
.footer a:hover{opacity:.65}
.footer .made{font-size:16px;color:var(--ink);margin-top:40px;line-height:1.2}
.copyright{margin-top:60px;font-size:14px;color:var(--muted);text-align:center}

/* ---------- Pricing ---------- */
.pricing-hero{padding:34px 0 0;text-align:center}
.pricing-hero.container{max-width:1240px}
.pricing-hero .sub{margin-top:24px}
.pricing-hero .sub a{text-decoration:underline;color:var(--green-dark)}
.toggle-row{display:flex;align-items:center;justify-content:center;margin-top:60px}
.seg-toggle{display:inline-flex;align-items:center;background:var(--card);border-radius:32px;padding:4px}
.seg{
  display:inline-flex;align-items:center;gap:8px;
  height:48px;font-size:16px;font-weight:500;color:var(--ink);
  padding:0 24px;border-radius:32px;transition:background .2s,color .2s;
}
.seg.active{background:var(--ink);color:#fff;padding:0 16px}
.seg .save{font-size:14px;font-weight:500;background:var(--green);color:var(--ink);border-radius:16px;padding:3px 10px}
/* legacy toggle classes kept harmless */
.toggle-label{font-size:16px;font-weight:500;color:var(--muted);cursor:pointer}
.toggle-label.active{color:var(--ink)}
.plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1240px;margin:40px auto 0}
.plan{
  background:var(--card);border-radius:16px;padding:24px;display:flex;flex-direction:column;position:relative;text-align:left;
}
.plan.featured{background:#D5FAD2}
.plan .deal{
  position:absolute;top:24px;right:24px;font-size:12px;font-weight:500;
  background:var(--ink);color:#fff;padding:9px 10px;border-radius:16px;line-height:1.4;
}
.plan h5{font-size:18px}
.plan .price{font-size:64px;font-weight:500;line-height:1.2;margin-top:33px}
.plan .per{font-size:16px;color:var(--ink);margin-top:0;line-height:1.6}
.plan ul{margin-top:32px;margin-bottom:32px;display:flex;flex-direction:column;gap:16px}
.plan li{display:flex;gap:12px;font-size:16px;align-items:flex-start}
.plan li::before{
  content:"";width:24px;height:24px;flex:0 0 auto;margin-top:0;border-radius:50%;
  border:1.5px solid var(--ink);
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23151515' stroke-width='2.4'%3E%3Cpath d='M6 12.5l4 4L18 8'/%3E%3C/svg%3E") center/13px no-repeat;
}
.plan .btn{margin-top:auto;justify-content:center}
.pricing-note{text-align:center;font-size:17px;color:var(--muted);margin:70px 0 20px}
.pricing-note a{text-decoration:underline}

/* ---------- Use-case split hero ---------- */
.hero-split{display:grid;grid-template-columns:minmax(0,418fr) minmax(0,618fr);gap:44px;align-items:center;text-align:left}
.hero-split h1{font-size:66px;max-width:none;margin:0}
.hero-split .sub{margin:24px 0 0;max-width:420px}
.hero-split img{width:100%;border-radius:9px}
.hero-split.hs-sm{grid-template-columns:minmax(0,393fr) minmax(0,618fr);gap:50px}
.hero-split .hs-title{font-size:24px;font-weight:500;line-height:1.3}
.hero-split .h1-56{font-size:56px}
.hero-split.hs-sm p{font-size:16px;line-height:1.6;margin-top:18px}
.uc-copy{text-align:left;margin-top:40px}
.uc-copy h1{font-size:57px;max-width:440px}
.uc-copy .sub{max-width:880px;margin-top:24px}
@media (max-width:1199px){.hero-split h1{font-size:56px}.uc-copy h1{font-size:44px}}
@media (max-width:809px){.hero-split{grid-template-columns:1fr;gap:28px;text-align:center}.hero-split .sub{margin:24px auto 0}.hero-split h1,.hero-split .h1-56{font-size:36px}}

/* ---------- Page hero (secondary pages) ---------- */
.page-hero{padding:84px 0 0;text-align:center;display:flex;flex-direction:column;align-items:center}
.page-hero h1{font-size:96px}
.page-hero .sub{margin-top:24px}
.page-hero .sub a{text-decoration:underline}

/* ---------- Video page ---------- */
.yt-embed{margin:76px auto 0;max-width:915px}
.yt-embed iframe{width:100%;aspect-ratio:915/511;border:0;border-radius:var(--radius-img)}
.tutorial-caption{text-align:center;margin-top:44px}
.tutorial-caption h4{font-size:32px}
.tutorial-caption p{color:var(--muted);margin-top:6px}

/* ---------- Blog article ---------- */
.article-title{font-size:68px;max-width:800px;margin:0 auto}
.article-date{order:-1;color:#999;margin:0 0 16px;font-size:20px;line-height:1.2}
.article-hero{max-width:800px;margin:80px auto 0}
.article-hero img{border-radius:10px;width:100%}
.article{max-width:800px;margin:0 auto;padding:60px 0 110px}
.article h2{font-size:24px;line-height:1.4;margin:24px 0 0}
.article h2+p{margin-top:32px}
.article h3{font-size:42px;line-height:1.2;margin:8px 0 0}
.article p{font-size:18px;line-height:1.6;margin:16px 0 0}
.article ul,.article ol{padding-left:24px;margin:32px 0 0;font-size:18px;line-height:1.6}
.article ul{list-style:disc}
.article ol{list-style:decimal}
.article li{margin:8px 0}
.article img{border-radius:0;margin:32px 0 0;width:auto;max-width:100%}
.article a{text-decoration:underline}
.article .btn{text-decoration:none}
.article blockquote{border-left:3px solid var(--green);padding-left:18px;color:var(--muted);margin:20px 0 0}
.article table{margin-top:32px;font-size:16px;line-height:1.5}
.article table th,.article table td{padding:10px 12px;text-align:left}
@media (max-width:809px){
  /* live mobile article: 20px side gutters; tables keep natural column widths
     inside a horizontal scroll area with 12px cells */
  .article{padding-left:20px;padding-right:20px}
  .article table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;font-size:12px}
  .article table th,.article table td{padding:10px;min-width:120px}
}
.blog-hero{padding:84px 0 0;text-align:center}

/* ============================================================
   Homepage section rhythm — calibrated to live anchors
   (base = >=1600 band; 1200-1599 overrides in media block)
   ============================================================ */
.section.s-feat1{padding:134px 0 0;margin-top:0px}
.section.s-featured{padding:120px 0 0}
.section.s-prod1{padding:116px 0 0;margin-top:0px}
.section.s-bundle{padding:178px 0 0;margin-top:0px}
.section.s-videos{padding:171px 0 0;margin-top:0px}
.section.s-tools{padding:165px 0 0}
.section.s-trusted{padding:51px 0 0;margin-top:0px}
.section.s-perfect{padding:250px 0 0;margin-top:0px}
.section.s-edit{padding:202px 0 0}
.section.s-tpl{padding:175px 0 0;margin-top:0px}
.section.s-biz{padding:254px 0 0}
.section.s-testi{padding:127px 0 0;margin-top:0px}
.section.s-blog{padding:327px 0 0}
.section.s-faq{padding:286px 0 0;margin-top:0px}
.prefooter.v-pre{padding:351px 0 22px}
.prefooter.v-pre.container,.prefooter.v-pre .container{max-width:1588px}
.prefooter.v-pre .split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;align-items:center}
.prefooter.v-pre .split>video{aspect-ratio:782/629;object-fit:cover}
.prefooter.v-pre .split-copy{padding:0 98px}
.prefooter.v-pre h3{max-width:586px}
.prefooter.v-pre .btn-row{margin-top:10px}
.section.v-get{padding:250px 0 0}
.section.v-tut{padding:205px 0 0}
.section.v-trust{padding:366px 0 0}
.section.v-full{padding:270px 0 0}
.section.v-biz{padding:230px 0 0}
.prefooter.s-pre{padding:249px 0 66px}
.footer.s-foot{padding-top:70px}
/* component gaps, base band */
.s-feat1 .ba-rows{margin-top:96px}
.s-prod1 .listing-rows{margin-top:96px}
.s-bundle .bundle{margin-top:96px}
.s-bundle .bundle+.bundle{margin-top:16px}
.s-videos .video-cards{margin-top:104px}
.s-tools .split>img{aspect-ratio:970/600;object-fit:cover}
.s-edit .mosaic{margin-top:96px}
.s-edit .split{margin-top:24px}
.s-tpl .tpl-marquee{margin-top:96px}
.s-featured .marquee{margin-top:60px}
.s-perfect .marquee{margin-top:41px}
.s-blog .blog-grid{margin-top:80px}
.s-testi .testimonials{margin-top:49px}

/* ============================================================
   Responsive — live Framer bands: 1600 / 1200 / 810
   ============================================================ */

/* ----- Desktop 1200–1599 ----- */
@media (max-width:1599px){
  /* video rhythm 1599 */
  
  .section.v-tut{padding-top:153px}
  
  .section.v-trust{padding-top:148px}
  
  .section.v-biz{padding-top:231px}
  
  .section.v-full{padding-top:249px}
  
  .prefooter.v-pre{padding-top:264px;padding-bottom:0}
  .prefooter.v-pre.container,.prefooter.v-pre .container{max-width:1270px}
  .prefooter.v-pre .split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}
  .prefooter.v-pre .split>video{aspect-ratio:627/340}
  .prefooter.v-pre .split-copy{padding:0 59px}
  .prefooter.v-pre h3{max-width:510px}
  
  /* end video rhythm */
  .container{max-width:1080px}
  h1,.h1,.page-hero h1,.article-title{font-size:68px}
  h3,.h3{font-size:42px}
  .hero h1{max-width:1080px}
  .listing-rows{gap:16px}
  .listing-row{gap:10px}
  .ba-rows{gap:16px}
  .ba-row{gap:16px}
  .trusted-grid{gap:16px}
  .bundle{gap:16px}
  .bundle .stack{gap:16px}
  .mosaic{gap:16px}
  .mosaic-left{gap:16px}
  .split{gap:16px}
  .case-card{gap:16px}
  /* home rhythm 1200-1599 */
  .section.s-trusted{padding-top:108px;margin-top:0px}
  .section.s-testi{padding-top:107px;margin-top:0px}
  .s-feat1 .ba-rows{margin-top:46px}
  .s-prod1 .listing-rows{margin-top:46px}
  .s-bundle .bundle{margin-top:76px}
  .s-videos .video-cards{margin-top:85px}
  .split{margin-top:76px}
  .split+.split{margin-top:16px}
  .v-tiles-track img,.v-tiles-track video,.v-slide img,.v-slide video{width:540px;height:476px}
  .s-edit .mosaic{margin-top:76px}
  .s-edit .split{margin-top:16px}
  .s-tpl .tpl-marquee{margin-top:76px}
  .s-perfect .marquee{margin-top:21px}
  .s-testi .testimonials{margin-top:30px}
  .video-cards{gap:16px}
  .tools-grid{gap:16px}
  .blog-grid{gap:16px}
  .prefooter .container{max-width:1296px}
  .prefooter .split{grid-template-columns:640fr 580fr;gap:76px}
  .prefooter h3{font-size:42px}
  .section.s-prod1{padding-top:115px;margin-top:0px}
  .section.s-perfect{padding-top:250px;margin-top:0px}
  .section.s-edit{padding-top:202px}
  .section.s-tpl{padding-top:183px;margin-top:0px}
  .section.s-blog{padding-top:174px}
  .section.s-faq{padding-top:252px;margin-top:0px}
  .prefooter.s-pre{padding-top:298px}
  .footer.s-foot{padding-top:-32485px}
  .section.s-tools{padding-top:151px}
  .section.s-feat1{padding-top:250px;margin-top:0px}
  .section.s-bundle{padding-top:178px;margin-top:0px}
  .section.s-videos{padding-top:170px;margin-top:0px}
  .section.s-featured{padding-top:-83px}
  .section.s-biz{padding-top:251px;margin-top:0px}
}

/* ----- Tablet 810–1199 ----- */
@media (max-width:1199px){
  .container{max-width:none;margin-left:40px;margin-right:40px}
  h1,.h1,.page-hero h1,.article-title{font-size:56px}
  h2,.h2{font-size:51px}
  h3,.h3{font-size:34px}
  h4,.h4{font-size:24px}
  .hero{padding-bottom:80px}
  .section{padding:80px 0}
  .nav-links{gap:8px}
  .nav-link{padding:8px 4px}
  .nav-cta .btn{padding:0 24px}
  .testimonials{columns:3}
  .carousel-arrow.prev{left:12px}
  .carousel-arrow.next{right:12px}
  .prefooter .container{max-width:none;margin-left:40px;margin-right:40px}
}

/* ----- Mobile <=809 ----- */
@media (max-width:809px){
  .container{margin-left:20px;margin-right:20px}
  .nav-inner{padding:0 20px}
  .banner a{font-size:9px;padding:0 16px 0 8px;white-space:nowrap;overflow:hidden}
  .banner .banner-close{right:6px}
  .carousel-arrow{display:none}
  .nav-links{
    position:absolute;top:var(--nav-h);left:0;right:0;background:var(--white);
    flex-direction:column;align-items:flex-start;gap:4px;padding:18px 20px 28px;
    box-shadow:0 18px 30px rgba(0,0,0,.08);display:none;
    max-height:calc(100vh - var(--nav-h));overflow-y:auto;
  }
  .nav-links.openm{display:flex}
  .nav-links>li{width:100%}
  .dropdown{position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;padding:4px 0 4px 14px;display:none}
  .has-dropdown.open .dropdown{display:block}
  .hamburger{display:flex}
  h1,.h1,.page-hero h1,.article-title{font-size:36px}
  h2,.h2{font-size:42px}
  h3,.h3{font-size:27px}
  h4,.h4{font-size:24px}
  .sub{font-size:16px;line-height:1.4}
  .hero{padding:35px 0 60px}
  .hero .sub{max-width:280px}
  .section{padding:60px 0}
  .ba-rows{grid-template-columns:1fr}
  .ba-row{gap:16px}
  .listing-rows{grid-template-columns:1fr;gap:10px}
  .v-tiles-track img,.v-tiles-track video,.uc-tiles .v-tiles-track img,.v-slide img,.v-slide video{width:280px;height:247px}
  .bundle,.bundle.reverse{grid-template-columns:1fr;gap:16px}
  .video-cards,.video-cards.cols-2{grid-template-columns:minmax(0,1fr)}
  .split{grid-template-columns:1fr;gap:24px}
  .split .split-copy{padding:0}
  .mosaic{grid-template-columns:1fr}
  .case-card{grid-template-columns:1fr}
  .case-card .cc-copy{padding:32px 24px}
  .mini-splits{margin-left:0;margin-right:0}
  .mini-split{grid-template-columns:1fr;gap:24px}
  .trusted-grid{grid-template-columns:1fr}
  .tools-grid{grid-template-columns:1fr}
  .case{grid-template-columns:1fr;gap:36px}
  .testimonials{columns:1}
  .blog-grid,.blog-index .blog-grid{grid-template-columns:1fr}
  .plans{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .footer-grid>div:first-child{grid-row:auto}
  .prefooter{padding:100px 0}
  .prefooter .container{margin-left:23px;margin-right:23px}
  .prefooter .split,.prefooter.v-pre .split{grid-template-columns:1fr;gap:36px}
  .prefooter.v-pre .split-copy{padding:0}
  .prefooter.v-pre h3{max-width:none}
  .prefooter.v-pre{padding-top:60px;padding-bottom:60px}
}

body.no-banner .nav{top:0}


