:root {
  --cream:#f0ebe0;--cream-light:#f7f3ec;--cream-dark:#e3d9cc;--cream-mid:#ece4d6;
  --ink:#2a1a0e;--ink-mid:#3d2410;--ink-light:#6b4a30;
  --red:#e9505a;--red-dark:#d03f49;
  --tan:#9a6b3e;--tan-light:#c49060;--brown-strip:#7a4f2c;--white:#ffffff;--nav-bg:#2a1a0e;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Source Sans 3',sans-serif;background:var(--cream-light);color:var(--ink);overflow-x:hidden;-webkit-font-smoothing:antialiased;}
h1,h2,h3,h4{font-family:'Playfair Display',serif;}
p,li,blockquote{font-family:'Lora',serif;}
a.text-link{color:var(--red);text-decoration:underline;text-underline-offset:2px;transition:opacity .18s;}
a.text-link:hover{opacity:.7;}

/* NAV */
nav{position:sticky;top:0;z-index:200;background:var(--nav-bg);height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;box-shadow:0 2px 18px rgba(0,0,0,.28);}
.nav-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--cream-light);flex-shrink:0;}
.nav-logo img{width:28px;height:28px;object-fit:contain;}
.nav-logo-text{font-family:'Playfair Display',serif;font-size:1.15rem;font-weight:600;color:var(--cream-light);}
.nav-center{display:flex;gap:0;list-style:none;position:absolute;left:50%;transform:translateX(-50%);}
.nav-center a{text-decoration:none;color:rgba(240,235,224,.72);font-family:'Source Sans 3',sans-serif;font-size:.85rem;font-weight:500;padding:.45rem .9rem;border-radius:4px;transition:color .18s,background .18s;}
.nav-center a:hover{color:var(--cream-light);background:rgba(255,255,255,.08);}
.nav-right{display:flex;align-items:center;gap:.6rem;}
.nav-btn-ghost{text-decoration:none;color:var(--cream-light);border:1px solid rgba(240,235,224,.32);padding:.5rem 1.2rem;border-radius:4px;font-size:.9rem;font-family:'Source Sans 3',sans-serif;font-weight:500;transition:all .18s;}
.nav-btn-ghost:hover{border-color:rgba(240,235,224,.65);background:rgba(255,255,255,.08);}
.nav-btn-red{text-decoration:none;background:var(--red);color:#fff;padding:.5rem 1.2rem;border-radius:4px;font-size:.9rem;font-family:'Source Sans 3',sans-serif;font-weight:600;transition:background .18s;display:inline-flex;align-items:center;gap:.4rem;}
.nav-btn-red:hover{background:var(--red-dark);}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:5px;}
.hamburger span{display:block;width:22px;height:2px;background:var(--cream-light);border-radius:2px;transition:all .3s;}

/* HERO */
.hero{background:var(--cream);padding:5rem 2rem 0;text-align:center;overflow:hidden;position:relative;}
.hero-inner{max-width:820px;margin:0 auto;position:relative;z-index:1;padding-top:0;margin-top:-2.5rem;}
.h1-highlight{position:relative;display:inline-block;color:var(--red);}
.h1-highlight::after{content:'';position:absolute;left:-2px;right:-2px;bottom:4px;height:10px;background:rgba(233,80,90,.18);border-radius:3px;z-index:-1;}
.hero-logo-row{display:flex;align-items:center;justify-content:center;gap:.7rem;margin-bottom:1.6rem;animation:fadeDown .7s ease both;}
.hero-logo-row img{width:46px;height:46px;object-fit:contain;}
.hero-logo-name{font-family:'Playfair Display',serif;font-size:1.85rem;font-weight:700;color:var(--ink);}
.hero h1{font-size:clamp(2.6rem,5.8vw,4.6rem);font-weight:700;color:var(--ink);line-height:1.12;margin-bottom:1.3rem;animation:fadeDown .7s .1s ease both;}
.hero-sub{font-family:'Lora',serif;font-size:clamp(1rem,1.6vw,1.2rem);color:var(--ink-light);max-width:600px;margin:0 auto 2.2rem;line-height:1.85;animation:fadeDown .7s .2s ease both;}
.hero-platforms{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem;margin-bottom:1.8rem;animation:fadeDown .7s .3s ease both;}
.pcta{display:flex;align-items:center;gap:.6rem;text-decoration:none;background:var(--white);border:1.5px solid var(--cream-dark);color:var(--ink);padding:.65rem 1.3rem;border-radius:7px;transition:all .2s;box-shadow:0 1px 4px rgba(42,26,14,.07);min-width:188px;justify-content:flex-start;}
.pcta:hover{border-color:var(--red);box-shadow:0 3px 12px rgba(233,80,90,.15);transform:translateY(-2px);}
.pcta img{width:18px;height:18px;object-fit:contain;}
.pcta-label{display:flex;flex-direction:column;text-align:left;}
.pcta-label small{font-family:'Source Sans 3',sans-serif;font-size:.67rem;color:var(--ink-light);font-weight:400;margin-bottom:.05rem;}
.pcta-label strong{font-family:'Source Sans 3',sans-serif;font-size:.86rem;color:var(--ink);font-weight:600;}
.hero-buy{animation:fadeDown .7s .38s ease both;}
.btn-buy-main{display:inline-block;background:var(--red);color:#fff;text-decoration:none;padding:.9rem 2.6rem;border-radius:5px;font-family:'Source Sans 3',sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 4px 20px rgba(233,80,90,.32);transition:all .2s;position:relative;overflow:hidden;}
.btn-buy-main::before{content:'';position:absolute;top:-60%;left:-40%;width:60%;height:220%;background:linear-gradient(105deg,transparent 30%,rgba(255,255,255,.45) 50%,transparent 70%);transform:skewX(-15deg) translateX(-100%);transition:transform 0s;pointer-events:none;}
.btn-buy-main:hover::before{transform:skewX(-15deg) translateX(400%);transition:transform .65s ease;}
.btn-buy-main::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% -30%,rgba(255,255,255,.18) 0%,transparent 65%);pointer-events:none;border-radius:5px;}
.btn-buy-main:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 8px 30px rgba(233,80,90,.5),0 0 40px rgba(233,80,90,.2);}
.hero-note{margin-top:.85rem;font-family:'Source Sans 3',sans-serif;font-size:.77rem;color:var(--ink-light);letter-spacing:.03em;}
.hero-img-strip{margin-top:3rem;animation:fadeUp 1s .45s ease both;}
.hero-img-strip img{width:100%;max-width:960px;margin-bottom:30px;}
@keyframes fadeDown{from{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}

/* TRUST BAR */
.trust-bar{background:var(--ink);padding:1rem 2rem;display:flex;justify-content:center;align-items:center;gap:2.5rem;flex-wrap:wrap;}
.trust-item{display:flex;align-items:center;gap:.45rem;font-family:'Source Sans 3',sans-serif;font-size:.78rem;font-weight:600;color:rgba(240,235,224,.7);letter-spacing:.05em;text-transform:uppercase;}
.trust-dot{width:5px;height:5px;border-radius:50%;background:var(--red);flex-shrink:0;}

/* HELPERS */
.section-eyebrow{font-family:'Source Sans 3',sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin-bottom:.7rem;display:block;}
.section-title{font-size:clamp(1.6rem,2.8vw,2.3rem);font-weight:700;color:var(--ink);line-height:1.22;margin-bottom:1rem;}
.section-lead{font-size:1.05rem;line-height:1.9;color:var(--ink-light);max-width:680px;}
.section-lead a,.why-text a,.faq-a a,.deep-item a{color:var(--red);text-decoration:underline;text-underline-offset:2px;transition:opacity .18s;}
.section-lead a:hover,.why-text a:hover,.faq-a a:hover,.deep-item a:hover{opacity:.7;}
.why-text a.inline-dl-cta,.why-text a.inline-dl-cta:hover{color:#fff;text-decoration:none;opacity:1;}

/* PITCH */
.pitch{background:var(--white);padding:6rem 2rem;text-align:center;}
.pitch .section-lead{margin:0 auto 2.5rem;}
.pitch-img{width:100%;max-width:920px;border-radius:10px;box-shadow:0 22px 65px rgba(42,26,14,.12);}

/* WHY */
.why{background:var(--cream-light);}
.why-row{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--cream-dark);}
.why-row:last-child{border-bottom:none;}
.why-text{padding:5rem 4.5rem 5rem 5rem;display:flex;flex-direction:column;justify-content:center;}
.why-row.rev .why-text{order:2;padding:5rem 5rem 5rem 4.5rem;}
.why-row.rev .why-visual{order:1;}
.why-num{font-size:5rem;font-weight:700;font-family:'Playfair Display',serif;color:rgba(233,80,90,.09);line-height:1;margin-bottom:.15rem;display:block;}
.why-text h2{font-size:clamp(1.45rem,2vw,1.9rem);margin-bottom:1.1rem;line-height:1.25;color:var(--ink);}
.why-text p{font-size:1rem;line-height:1.95;color:var(--ink-light);}
.why-text p+p{margin-top:.85rem;}
.why-visual{background:var(--cream-mid);overflow:hidden;min-height:420px;}
.why-visual img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease;}
.why-visual:hover img{transform:scale(1.04);}

/* FEATURES */
.features{background:var(--brown-strip);padding:5.5rem 3rem;}
.features .section-title{color:var(--cream-light);}
.features .section-eyebrow{color:rgba(240,235,224,.6);}
.features-header{text-align:center;margin-bottom:3rem;}
.features-header p{font-family:'Lora',serif;font-size:.95rem;color:rgba(240,235,224,.6);max-width:520px;margin:.6rem auto 0;line-height:1.75;}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;max-width:1060px;margin:0 auto;}
.feat-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:2rem 1.8rem;transition:background .22s,transform .22s;}
.feat-card:hover{background:rgba(255,255,255,.09);transform:translateY(-3px);}
.feat-icon{width:36px;height:36px;color:var(--red);margin-bottom:1rem;}
.feat-card h3{font-size:1.1rem;color:#fff;margin-bottom:.55rem;}
.feat-card p{font-size:.9rem;color:rgba(240,235,224,.68);line-height:1.8;}

/* DEEP FEATURES */
.deep-features{background:var(--cream);padding:6rem 3rem;}
.deep-inner{max-width:1060px;margin:0 auto;}
.deep-features .section-lead{margin-bottom:3rem;}
.deep-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border:1.5px solid var(--cream-dark);border-radius:8px;overflow:hidden;}
.deep-item{padding:2rem 2.2rem;border-right:1.5px solid var(--cream-dark);border-bottom:1.5px solid var(--cream-dark);transition:background .2s;}
.deep-item:hover{background:var(--cream-mid);}
.deep-item:nth-child(2n){border-right:none;}
.deep-item:nth-last-child(-n+2){border-bottom:none;}
.deep-item h4{font-size:1.05rem;color:var(--ink);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;}
.deep-item h4::before{content:'';display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--red);flex-shrink:0;}
.deep-item p{font-size:.9rem;line-height:1.85;color:var(--ink-light);}

/* PRICING */
.pricing{background:var(--white);padding:6rem 2rem;text-align:center;}
.pricing-intro{max-width:680px;margin:0 auto;}
.pricing-intro .section-lead{margin:.5rem auto 3rem;}
/* ANIMATED TABS */
.pricing-tabs{display:flex;justify-content:center;gap:0;max-width:480px;margin:0 auto 3.5rem;position:relative;border-bottom:2px solid var(--cream-dark);}
.ptab{font-family:'Source Sans 3',sans-serif;font-size:.92rem;font-weight:600;color:var(--ink-light);background:none;border:none;padding:.7rem 1.4rem;cursor:pointer;border-bottom:2.5px solid transparent;margin-bottom:-2px;transition:color .2s;display:flex;align-items:center;gap:.45rem;position:relative;}
.ptab img{width:16px;height:16px;object-fit:contain;filter:opacity(.6);transition:filter .2s;}
.ptab:hover{color:var(--ink);}
.ptab.active{color:var(--red);}
.ptab.active img{filter:none;}
/* The sliding red bar — a real DOM element injected by JS */
#tabIndicator{position:absolute;bottom:-2px;height:2.5px;background:var(--red);border-radius:2px;transition:left .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1);pointer-events:none;}

.pricing-panels{max-width:900px;margin:0 auto;}
.pricing-panel{display:none;}
.pricing-panel.active{display:block;animation:fadeUp .35s ease;}
.pricing-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem;}
.pricing-cards.single{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto;}
.price-card{background:var(--cream-light);border:1.5px solid var(--cream-dark);border-radius:10px;padding:2.2rem;text-align:center;transition:box-shadow .2s,border-color .2s;}
.price-card:hover{box-shadow:0 6px 24px rgba(233,80,90,.12);border-color:rgba(233,80,90,.3);}
.price-card img.price-logo{width:56px;height:56px;object-fit:contain;margin:0 auto .7rem;display:block;}
.price-card-name{font-size:1.4rem;font-weight:700;color:var(--ink);margin-bottom:.25rem;}
.price-card-type{font-family:'Source Sans 3',sans-serif;font-size:1rem;color:var(--red);font-weight:600;margin-bottom:.6rem;}
.price-card-desc{font-size:.88rem;color:var(--ink-light);line-height:1.65;margin-bottom:1.4rem;min-height:48px;}
.price-amount{font-family:'Playfair Display',serif;font-size:2.8rem;font-weight:700;color:var(--ink);line-height:1;margin-bottom:1.2rem;}
.price-amount sup{font-size:1.1rem;vertical-align:super;}
.price-amount .cents{font-size:1.3rem;vertical-align:super;}
.btn-buy{display:block;background:var(--red);color:#fff;text-decoration:none;padding:.8rem 1.5rem;border-radius:5px;font-family:'Source Sans 3',sans-serif;font-size:.85rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;transition:background .2s;margin:0 auto .8rem;}
.btn-buy:hover{background:var(--red-dark);}
.price-req{font-family:'Source Sans 3',sans-serif;font-size:.76rem;color:var(--ink-light);margin-bottom:.6rem;}
.price-upgrade{font-family:'Source Sans 3',sans-serif;font-size:.76rem;color:var(--red);font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;}
.price-upgrade:hover{text-decoration:underline;}
.pricing-footer-note{font-family:'Source Sans 3',sans-serif;font-size:.82rem;color:var(--ink-light);margin-top:1.5rem;}
.pricing-footer-note a{color:var(--red);}

/* TESTIMONIALS */
.testimonials{background:var(--ink);padding:5.5rem 2rem;}
.testimonials-header{text-align:center;margin-bottom:3rem;}
.testimonials-header .section-title{color:var(--cream-light);}
.testimonials-header .section-eyebrow{color:rgba(233,80,90,.8);}
.slider-outer{max-width:820px;margin:0 auto;position:relative;overflow:hidden;}
.slider-track{display:flex;transition:transform .55s cubic-bezier(.4,0,.2,1);}
.slide{flex:0 0 100%;padding:0 .5rem;}
.testi-card{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:2.2rem 2.2rem 1.8rem;position:relative;}
.testi-quote-mark{position:absolute;top:.9rem;left:1.6rem;width:36px;height:auto;pointer-events:none;opacity:.95;}
.testi-card blockquote{font-size:clamp(.97rem,1.5vw,1.1rem);font-style:italic;line-height:1.9;color:rgba(255,255,255,.92);padding-top:2.4rem;margin-bottom:1.5rem;}
.testi-meta{display:flex;align-items:center;gap:.9rem;}
.testi-avatar{width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:1.1rem;color:var(--cream-light);flex-shrink:0;}
.testi-name{font-family:'Playfair Display',serif;font-size:.97rem;font-weight:600;color:var(--cream-light);}
.testi-role{font-family:'Source Sans 3',sans-serif;font-size:.77rem;color:var(--tan-light);margin-top:.12rem;}
.slider-controls{display:flex;justify-content:center;align-items:center;gap:.8rem;margin-top:2rem;}
.slider-btn{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.15);color:rgba(240,235,224,.7);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;}
.slider-btn:hover{background:rgba(255,255,255,.14);color:var(--cream-light);}
.slider-dots{display:flex;gap:.4rem;}
.sdot{width:7px;height:7px;border-radius:50%;background:rgba(240,235,224,.25);cursor:pointer;transition:all .2s;}
.sdot.active{background:var(--red);transform:scale(1.2);}

/* FAQ */
.faq{background:var(--cream-light);padding:6rem 2rem;}
.faq-inner{max-width:780px;margin:0 auto;}
.faq-header{text-align:center;margin-bottom:3rem;}
.faq-header p{font-size:.95rem;color:var(--ink-light);margin-top:.5rem;}
.faq-item{border-bottom:1.5px solid var(--cream-dark);}
.faq-q{width:100%;background:none;border:none;cursor:pointer;text-align:left;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;font-family:'Playfair Display',serif;font-size:1rem;font-weight:600;color:var(--ink);gap:1rem;transition:color .18s;}
.faq-q:hover{color:var(--red);}
.faq-arrow{flex-shrink:0;width:22px;height:22px;border-radius:4px;border:1.5px solid var(--cream-dark);display:flex;align-items:center;justify-content:center;transition:all .28s ease;color:var(--ink-light);}
.faq-arrow svg{transition:transform .28s ease;}
.faq-item.open .faq-arrow{background:var(--red);border-color:var(--red);color:#fff;}
.faq-item.open .faq-arrow svg{transform:rotate(180deg);}
.faq-a{overflow:hidden;max-height:0;padding:0;font-size:.97rem;line-height:1.9;color:var(--ink-light);transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .3s ease,opacity .3s ease;opacity:0;}
.faq-item.open .faq-a{max-height:500px;padding:0 0 1.3rem;opacity:1;}

/* FINAL CTA */
.final-cta{background:var(--cream);padding:6.5rem 2rem;text-align:center;border-top:1px solid var(--cream-dark);}
.final-cta h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--ink);margin-bottom:1rem;line-height:1.2;}
.final-cta .section-lead{margin:0 auto 2.5rem;font-size:1.1rem;}
.final-cta .section-lead strong{color:var(--red);font-weight:600;}
.final-btns{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;}
.btn-buy-lg{display:inline-block;background:var(--red);color:#fff;text-decoration:none;padding:.9rem 2.2rem;border-radius:5px;font-family:'Source Sans 3',sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 4px 18px rgba(233,80,90,.3);transition:all .2s;}
.btn-buy-lg:hover{background:var(--red-dark);transform:translateY(-2px);}
.btn-outline-lg{display:inline-block;background:transparent;color:var(--ink);text-decoration:none;padding:.88rem 2.2rem;border:1.5px solid var(--ink);border-radius:5px;font-family:'Source Sans 3',sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;transition:all .2s;}
.btn-outline-lg:hover{background:var(--ink);color:var(--cream-light);}
.final-note{margin-top:1.4rem;font-family:'Source Sans 3',sans-serif;font-size:.78rem;color:var(--tan);letter-spacing:.03em;}

/* FOOTER */
footer{background:var(--ink);padding:2rem 3rem;}
.footer-inner{max-width:1060px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.1rem;}
.footer-logo{display:flex;align-items:center;gap:.45rem;text-decoration:none;}
.footer-logo img{width:24px;height:24px;object-fit:contain;}
.footer-logo-text{font-family:'Playfair Display',serif;font-size:1rem;color:var(--cream-light);font-weight:600;}
.footer-links{display:flex;gap:1.6rem;list-style:none;flex-wrap:wrap;}
.footer-links a{text-decoration:none;color:rgba(240,235,224,.45);font-family:'Source Sans 3',sans-serif;font-size:.82rem;transition:color .18s;}
.footer-links a:hover{color:var(--cream-light);}
.footer-copy{font-family:'Source Sans 3',sans-serif;font-size:.77rem;color:rgba(240,235,224,.28);}

/* MOBILE MENU */
.mobile-menu{display:flex;position:fixed;top:0;right:0;bottom:0;width:min(300px,82vw);background:var(--nav-bg);z-index:190;flex-direction:column;padding:calc(68px + 1.5rem) 2rem 2rem;gap:.25rem;transform:translateX(100%);transition:transform .32s cubic-bezier(.4,0,.2,1);box-shadow:-6px 0 28px rgba(0,0,0,.35);overflow-y:auto;}
.mobile-menu.open{transform:translateX(0);}
.mobile-menu-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:189;opacity:0;transition:opacity .32s ease;}
.mobile-menu-overlay.open{display:block;opacity:1;}
.mobile-menu a{text-decoration:none;color:rgba(240,235,224,.72);font-family:'Source Sans 3',sans-serif;font-size:.97rem;font-weight:500;padding:.7rem 0;border-bottom:1px solid rgba(255,255,255,.05);transition:color .18s;}
.mobile-menu a:hover{color:var(--cream-light);}
.mobile-menu .btn-buy-lg{margin-top:1rem;text-align:center;display:block;padding:.65rem 1.2rem;font-size:.82rem;}

/* SCROLL REVEAL */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease;}
.reveal.visible{opacity:1;transform:translateY(0);}

/* RESPONSIVE */
@media(max-width:1200px){
  .nav-center{display:none;}
  .hamburger{display:flex;}
  .nav-right{margin-left:auto; margin-right:0.8rem;}
  nav{justify-content:flex-start;}
}
@media(max-width:1024px){
  /* Nav */
  nav{padding:0 1.5rem;justify-content:flex-start;gap:0;}
  .nav-logo{flex-shrink:0;}
  .nav-center{display:none;}
  .hamburger{display:flex;}
  .nav-right{margin-left:auto;}

  /* Hero */
  .hero{padding:3.5rem 2rem 0;}
  .hero-inner{margin-top:-1rem;}
  .pcta{min-width:0;flex:1 1 0;}
  .pcta-label strong{font-size:.8rem;}

  /* Pitch */
  .pitch{padding:4.5rem 2rem;}

  /* Why */
  .why-row,.why-row.rev{grid-template-columns:1fr;}
  .why-row.rev .why-text{order:1;}
  .why-row.rev .why-visual{order:2;}
  .why-text,.why-row.rev .why-text{padding:3rem 2.5rem;}
  .why-visual{min-height:280px;width:100%;}

  /* Features */
  .features{padding:4rem 2rem;}
  .features-grid{grid-template-columns:1fr 1fr;}

  /* Deep features */
  .deep-features{padding:4.5rem 2rem;}
  .deep-grid{grid-template-columns:1fr;}
  .deep-item:nth-child(2n){border-right:none;}
  .deep-item:nth-last-child(-n+2){border-bottom:1.5px solid var(--cream-dark);}
  .deep-item:last-child{border-bottom:none;}

  /* Pricing */
  .pricing{padding:4.5rem 2rem;}
  .pricing-tabs{max-width:100%;}
  .ptab{padding:.6rem .9rem;font-size:.85rem;}
  .pricing-cards{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto;}

  /* Mid CTA */
  .mid-cta-banner{padding:2.5rem 2rem;}
  .mid-cta-inner{flex-direction:column;text-align:center;}
  .mid-cta-btns{justify-content:center;}

  /* Testimonials */
  .testimonials{padding:4rem 2rem;}

  /* FAQ */
  .faq{padding:4.5rem 2rem;}

  /* Final CTA */
  .final-cta{padding:5rem 2rem;}
  .final-btns{gap:.8rem;}

  /* Footer */
  footer{padding:2rem 2rem;}
  .footer-inner{gap:.9rem;}
  .footer-links{gap:1.2rem;}

  /* Trust bar */
  .trust-bar{gap:1.5rem;padding:1rem 1.5rem;}
}

@media(max-width:768px){
  /* Hero: tighter on small tablets */
  .hero{padding:3rem 1.5rem 0;}
  .hero h1{font-size:clamp(2.5rem, 5vw, 3rem);}
  .hero-sub{font-size:1rem;}
  .hero-platforms{gap:.5rem;}
  .pcta{padding:.55rem .7rem;}
  .pcta-label strong{font-size:.75rem;}

  /* Why */
  .why-text,.why-row.rev .why-text{padding:2.5rem 2rem;}

  /* Features: go 1 col on small tablet */
  .features-grid{grid-template-columns:1fr;}
  .features{padding:3.5rem 1.5rem;}

  /* Pricing tabs: compact */
  .ptab{padding:.55rem .7rem;font-size:.8rem;}
  .pricing-tabs{max-width:100%;}

  /* Footer: stack on small tablet */
  .footer-inner{flex-direction:column;align-items:flex-start;}
  .footer-links{gap:1rem;}
}

@media(max-width:700px){
  .hero{padding:3.5rem 1.5rem 0;}
  .why{overflow:visible!important;padding:0!important;margin:0!important;}
  .why-row{display:block!important;overflow:visible!important;padding:0!important;margin:0!important;width:100%!important;}
  .why-text{width:100%!important;box-sizing:border-box!important;}
  .why-row.rev .why-text{padding-bottom:.2rem!important;order:unset!important;}
  .why-row.rev .why-visual{padding-top:1.8rem!important;order:unset!important;}
  .why-visual{display:block!important;height:auto!important;min-height:unset!important;margin:0 auto!important;padding:0 1.5rem 1.5rem!important;width:100%!important;max-width:100%!important;border-radius:0!important;overflow:visible!important;position:static!important;background:none!important;}
  .why-visual img{position:static!important;display:block!important;width:97%!important;height:auto!important;object-fit:unset!important;margin:0 auto!important;padding:0!important;border-radius:6px!important;box-shadow:0 8px 28px rgba(42,26,14,.12)!important;}
  .why-text{padding:2.5rem 1.5rem!important;}
  .hero-platforms{flex-direction:row;align-items:stretch;justify-content:center;flex-wrap:nowrap;gap:.4rem;}
  .pcta{flex:1 1 0;min-width:0!important;max-width:none;justify-content:flex-start;padding:.5rem .5rem;}
  .pcta img{width:18px;height:18px;flex-shrink:0;}
  .pcta-label small{font-size:.58rem;}
  .pcta-label strong{font-size:.72rem;white-space:normal;word-break:break-word;line-height:1.2;}
  .trust-bar{gap:1.2rem;padding:1rem 1.5rem;}
  .pitch,.features,.deep-features,.pricing,.faq{padding:4rem 1.5rem;}
  .final-cta{padding:4.5rem 1.5rem;}
  .features-grid{grid-template-columns:1fr;}
  .final-btns{flex-direction:column;align-items:center;}
  .btn-buy-lg,.btn-outline-lg{width:100%;max-width:300px;text-align:center;}
  footer{padding:2rem 1.5rem;}
  .footer-inner{flex-direction:column;align-items:flex-start;gap:1rem;}
  .nav-right .nav-btn-ghost{display:none;}
  .nav-right{margin-right:.6rem;gap:.5rem;margin-left:auto;}
  .nav-right .nav-btn-red{font-size:.82rem;padding:.42rem .9rem;}
  .testimonials{padding:4rem 1.5rem;}
  .testi-card{padding:2rem 1.5rem 1.5rem;}
}

/* STICKY CTA */
.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:150;background:rgba(42,26,14,.97);backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.08);padding:.75rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;transform:translateY(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);}
.sticky-cta.visible{transform:translateY(0);}
.sticky-cta-text{font-family:'Playfair Display',serif;font-size:.97rem;color:var(--cream-light);font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.sticky-cta-actions{display:flex;gap:.6rem;align-items:center;flex-shrink:0;}
.sticky-cta .btn-ghost-sm{text-decoration:none;color:rgba(240,235,224,.7);border:1px solid rgba(240,235,224,.28);padding:.38rem .9rem;border-radius:4px;font-family:'Source Sans 3',sans-serif;font-size:.8rem;font-weight:500;white-space:nowrap;transition:all .18s;}
.sticky-cta .btn-ghost-sm:hover{color:var(--cream-light);border-color:rgba(240,235,224,.6);}
.sticky-cta .btn-red-sm{text-decoration:none;background:var(--red);color:#fff;padding:.42rem 1.1rem;border-radius:4px;font-family:'Source Sans 3',sans-serif;font-size:.8rem;font-weight:700;white-space:nowrap;letter-spacing:.05em;text-transform:uppercase;transition:background .18s;}
.sticky-cta .btn-red-sm:hover{background:var(--red-dark);}
@media(max-width:600px){.sticky-cta-text{display:none;}.sticky-cta{justify-content:center;}}

/* MID CTA */
.mid-cta-banner{background:#8b5e3c;padding:3rem 3rem;}
.mid-cta-inner{max-width:1060px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;}
.mid-cta-headline{font-family:'Playfair Display',serif;font-size:clamp(1.4rem,2.2vw,1.9rem);color:#fff;font-weight:700;margin-bottom:.3rem;}
.mid-cta-sub{font-family:'Lora',serif;font-size:.97rem;color:rgba(255,255,255,.8);line-height:1.6;}
.mid-cta-btns{display:flex;gap:.8rem;flex-wrap:wrap;align-items:center;flex-shrink:0;}
.btn-outline-light{display:inline-block;background:transparent;color:#fff;text-decoration:none;padding:.78rem 1.8rem;border:1.5px solid rgba(255,255,255,.75);border-radius:5px;font-family:'Source Sans 3',sans-serif;font-size:.85rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;transition:all .2s;}
.btn-outline-light:hover{background:rgba(255,255,255,.12);border-color:#fff;}

@media(max-width:768px){
  /* Hero: tighter on small tablets */
  .hero{padding:3rem 1.5rem 0;}
  .hero h1{font-size:clamp(2.2rem,5vw,3rem);}
  .hero-sub{font-size:1rem;}
  .hero-platforms{gap:.5rem;}
  .pcta{padding:.55rem .7rem;}
  .pcta-label strong{font-size:.75rem;}

  /* Why */
  .why-text,.why-row.rev .why-text{padding:2.5rem 2rem;}

  /* Features: go 1 col on small tablet */
  .features-grid{grid-template-columns:1fr;}
  .features{padding:3.5rem 1.5rem;}

  /* Pricing tabs: compact */
  .ptab{padding:.55rem .7rem;font-size:.8rem;}
  .pricing-tabs{max-width:100%;}

  /* Footer: stack on small tablet */
  .footer-inner{flex-direction:column;align-items:flex-start;}
  .footer-links{gap:1rem;}
}

@media(max-width:700px){.mid-cta-inner{flex-direction:column;text-align:center;}.mid-cta-btns{justify-content:center;}}

/* INLINE DL CTA */
.inline-dl-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;background:var(--red);color:#fff;border:none;padding:.8rem 1.8rem;border-radius:5px;font-family:'Source Sans 3',sans-serif;font-size:.83rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;transition:all .2s;margin-top:1.4rem;box-shadow:0 3px 14px rgba(233,80,90,.28);position:relative;overflow:hidden;align-self:flex-start;width:auto;}
.inline-dl-cta::before{content:'';position:absolute;top:-60%;left:-40%;width:55%;height:220%;background:linear-gradient(105deg,transparent 30%,rgba(255,255,255,.35) 50%,transparent 70%);transform:skewX(-15deg) translateX(-100%);pointer-events:none;}
.inline-dl-cta:hover::before{transform:skewX(-15deg) translateX(450%);transition:transform .6s ease;}
.inline-dl-cta:hover{background:var(--red-dark);transform:translateY(-1px);box-shadow:0 6px 20px rgba(233,80,90,.38);}
.inline-dl-cta.light{background:var(--red);color:#fff;}
.inline-dl-cta.light:hover{background:var(--red-dark);}
