html,
body,
.journal-ads-body{
  max-width:100%;
  overflow-x:hidden;
}
.journal-ads-body{
  padding-top:78px;
}
html{
  scroll-padding-top:86px;
}
.journal-ads-body *,
.journal-ads-body *::before,
.journal-ads-body *::after{
  box-sizing:border-box;
}
.journal-ads-body img,
.journal-ads-body video,
.journal-ads-body canvas,
.journal-ads-body svg{
  max-width:100%;
}
.journal-ads-topbar{
  position:fixed;
  top:0;
  left:0;
  z-index:9990;
  gap:18px;
  width:100%;
  max-width:100%;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.1);
  transition:box-shadow .22s ease,border-color .22s ease,background .22s ease;
}
.journal-ads-topbar.scrolled{
  background:rgba(255,255,255,.96);
  border-bottom-color:rgba(15,47,107,.18);
  box-shadow:0 10px 34px rgba(0,0,0,.28);
}
.journal-ads-topbar .brand{
  pointer-events:auto;
  flex-shrink:0;
  min-width:0;
}
.journal-ads-topbar .brand span:last-child{
  min-width:0;
}
.journal-ads-topbar .brand b{
  white-space:nowrap;
}
.journal-ads-header-actions{
  position:relative;
  display:flex;
  align-items:center;
  gap:14px;
  margin-left:auto;
  min-width:0;
  flex-shrink:1;
}
.journal-ads-nav{
  display:flex;
  align-items:center;
  gap:16px;
  color:var(--muted);
  font-size:14px;
  font-weight:850;
}
.journal-ads-nav a{
  white-space:nowrap;
  transition:color .2s ease;
}
.journal-ads-nav a:hover{
  color:var(--gold);
}
.journal-ads-header-cta{
  white-space:nowrap;
  flex-shrink:1;
  min-width:0;
}
.journal-ads-menu-toggle{
  display:none;
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(255,255,255,.065);
  color:#fff;
  cursor:pointer;
  place-items:center;
  padding:0;
  transition:border-color .2s ease,background .2s ease,transform .2s ease;
}
.journal-ads-menu-toggle span{
  display:block;
  width:18px;
  height:2px;
  margin:3px auto;
  border-radius:999px;
  background:#fff;
  transition:transform .22s ease,opacity .22s ease;
}
.journal-ads-menu-toggle.is-open{
  border-color:rgba(15,47,107,.45);
  background:rgba(15,47,107,.12);
}
.journal-ads-menu-toggle.is-open span:nth-child(1){
  transform:translateY(5px) rotate(45deg);
}
.journal-ads-menu-toggle.is-open span:nth-child(2){
  opacity:0;
}
.journal-ads-menu-toggle.is-open span:nth-child(3){
  transform:translateY(-5px) rotate(-45deg);
}
.journal-ads-mobile-menu{
  position:absolute;
  top:calc(100% + 10px);
  right:clamp(16px,4vw,56px);
  z-index:9991;
  width:min(320px,calc(100vw - 32px));
  display:grid;
  gap:4px;
  padding:10px;
  border:1px solid rgba(15,47,107,.24);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(234,242,255,.78));
  box-shadow:0 24px 70px rgba(0,0,0,.48);
  opacity:0;
  visibility:hidden;
  transform:translateY(-8px);
  pointer-events:none;
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease;
}
.journal-ads-mobile-menu.is-open{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
}
.journal-ads-mobile-menu a{
  display:block;
  padding:13px 14px;
  border-radius:12px;
  color:#fff;
  font-weight:850;
}
.journal-ads-mobile-menu a:hover,
.journal-ads-mobile-menu a:focus-visible{
  background:rgba(15,47,107,.12);
  color:var(--gold);
}
.journal-ads-problem .pain-grid{
  margin-top:24px;
}
#top,
#checkout,
#journal-features,
#journal-access,
#journal-devices,
#journal-faq{
  scroll-margin-top:86px;
}
.journal-ads-bonus{
  padding-bottom:clamp(36px,6vw,72px);
}
.journal-cta-title{
  margin-bottom:18px!important;
}
.journal-cta-quote{
  position:relative;
  margin:0;
  padding:18px 20px 18px 22px;
  border:1px solid rgba(15,47,107,.24);
  border-left:4px solid var(--gold);
  border-radius:18px;
  background:
    radial-gradient(circle at 0 0,rgba(15,47,107,.12),transparent 42%),
    rgba(255,255,255,.045);
  box-shadow:0 18px 50px rgba(0,0,0,.22);
}
.journal-cta-quote::before{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:16px;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 45%);
}
.journal-cta-quote p{
  position:relative;
  margin:0;
  color:#0b1f3f;
  font-size:clamp(16px,1.8vw,19px);
  line-height:1.7;
}
.pricing-copy .journal-cta-quote{
  max-width:760px;
}
.journal-ads-faq{
  border-top:1px solid var(--border);
}
.journal-ads-simple-panel,
.journal-ads-device-card{
  border:1px solid rgba(255,255,255,.13);
  border-radius:24px;
  background:
    radial-gradient(circle at 88% 0,rgba(15,47,107,.12),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  box-shadow:var(--shadow);
}
.journal-ads-simple-panel{
  max-width:860px;
  padding:clamp(22px,3vw,32px);
}
.journal-ads-simple-panel p{
  margin:0;
  color:var(--muted);
  font-size:clamp(16px,1.8vw,19px);
  line-height:1.75;
}
.journal-ads-simple-panel p + p{
  margin-top:12px;
}
.journal-ads-device-access .section-head p{
  margin:8px 0 0;
  color:var(--muted);
  line-height:1.65;
  font-size:17px;
}
.journal-ads-device-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.journal-ads-device-card{
  padding:clamp(22px,3vw,30px);
}
.journal-ads-device-card h3{
  margin:0 0 18px;
  color:#fff;
  font-size:clamp(24px,3vw,34px);
  line-height:1.05;
}
.journal-ads-device-card ul{
  display:grid;
  gap:11px;
  margin:0;
  padding:0;
  list-style:none;
}
.journal-ads-device-card li{
  position:relative;
  padding-left:24px;
  color:var(--muted);
  line-height:1.55;
}
.journal-ads-device-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--gold);
  box-shadow:0 0 14px rgba(15,47,107,.45);
}
.journal-ads-device-closing{
  max-width:860px;
  margin:22px 0 0;
  color:#0b1f3f;
  line-height:1.7;
  font-weight:760;
}
.journal-ads-faq .faq-list{
  max-width:980px;
}
.journal-ads-body .journal-testimonial-marquee{
  max-width:100%;
}
.journal-ads-body .journal-testimonial-track{
  max-width:none;
}
.journal-ads-footer{
  width:min(980px,calc(100% - 32px));
  margin:0 auto;
  padding:34px 0 44px;
  border-top:1px solid var(--border);
  text-align:center;
}
.journal-ads-footer strong{
  display:block;
  margin-bottom:10px;
  color:#fff;
}
.journal-ads-footer p{
  max-width:820px;
  margin:0 auto;
  color:var(--muted);
  line-height:1.65;
  font-size:14px;
}
.flash-sale-banner{
  position:relative;
  z-index:9992;
  width:100%;
  padding:10px 14px;
  background:linear-gradient(90deg,#b00020,#e11931,#b00020);
  color:#fff;
  text-align:center;
  font-size:clamp(12px,2.8vw,15px);
  font-weight:950;
  line-height:1.35;
  animation:flashPulse 1.45s ease-in-out infinite;
  box-shadow:0 10px 34px rgba(225,25,49,.28);
}
.social-proof-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}
.social-proof-badges span{
  position:relative;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:9px 13px;
  border:1px solid rgba(15,47,107,.2);
  border-radius:999px;
  background:linear-gradient(135deg,rgba(255,255,255,.11),rgba(255,255,255,.04));
  color:#fff;
  font-size:13px;
  font-weight:850;
  line-height:1.2;
  box-shadow:0 12px 34px rgba(0,0,0,.18);
  animation:proofBadgeFloat 4.8s ease-in-out infinite;
}
.social-proof-badges span::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.18) 45%,transparent 70%);
  transform:translateX(-120%);
  animation:proofShimmer 5.2s ease-in-out infinite;
}
.social-proof-badges span:nth-child(2){animation-delay:.35s;}
.social-proof-badges span:nth-child(3){animation-delay:.7s;}
.loss-calculator-card,
.commitment-card{
  width:min(760px,100%);
  padding:clamp(20px,4vw,34px);
  border:1px solid rgba(15,47,107,.25);
  border-radius:22px;
  background:
    radial-gradient(circle at 100% 0,rgba(15,47,107,.14),transparent 36%),
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
  box-shadow:var(--shadow);
}
.loss-calculator-card label{
  display:block;
  margin-bottom:10px;
  color:#fff;
  font-weight:900;
}
.loss-calculator-card input{
  width:100%;
  min-height:54px;
  padding:0 15px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  background:rgba(0,0,0,.34);
  color:#fff;
  font-size:18px;
  font-weight:850;
  outline:none;
}
.loss-calculator-card input:focus{
  border-color:rgba(15,47,107,.72);
  box-shadow:0 0 0 4px rgba(15,47,107,.12);
}
.loss-result{
  display:grid;
  gap:6px;
  margin-top:18px;
  padding:16px;
  border-radius:16px;
  background:rgba(176,0,32,.18);
  border:1px solid rgba(255,255,255,.12);
}
.loss-result span,
.countdown-box span{
  color:var(--muted);
  font-size:12px;
  font-weight:950;
  letter-spacing:0;
  text-transform:uppercase;
}
.loss-result strong{
  color:#ffef74;
  font-size:clamp(30px,8vw,56px);
  line-height:1;
}
.objection-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.objection-card{
  min-height:128px;
  padding:18px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  box-shadow:0 18px 48px rgba(0,0,0,.22);
}
.objection-card span{
  display:block;
  color:#ff7d8d;
  font-weight:950;
  text-transform:uppercase;
}
.objection-card strong{
  display:block;
  margin-top:10px;
  color:#fff;
  font-size:clamp(18px,2vw,24px);
  line-height:1.12;
}
.commitment-card{
  display:grid;
  gap:12px;
}
.commitment-card label{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:13px 14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(255,255,255,.045);
  color:#fff;
  font-weight:850;
  line-height:1.4;
}
.commitment-card input{
  width:20px;
  height:20px;
  margin:0;
  accent-color:#0f2f6b;
  flex:0 0 auto;
}
.commitment-checkout{
  justify-self:start;
  margin-top:8px;
}
.commitment-checkout.is-disabled{
  opacity:.48;
  filter:grayscale(.35);
  pointer-events:none;
}
.countdown-box{
  display:grid;
  gap:5px;
  margin-bottom:14px;
  padding:14px;
  border:1px solid rgba(225,25,49,.38);
  border-radius:16px;
  background:rgba(225,25,49,.12);
}
.countdown-box strong{
  color:#ff0000;
  font-size:clamp(28px,7vw,46px);
  line-height:1;
}
.floating-cta{
  position:fixed;
  left:50%;
  bottom:14px;
  z-index:9998;
  width:min(520px,calc(100% - 24px));
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 18px;
  border-radius:999px;
  background:linear-gradient(135deg,#1e4f9a,#0f2f6b);
  color:#fff;
  font-weight:950;
  text-align:center;
  box-shadow:0 0 0 1px rgba(255,255,255,.28),0 0 28px rgba(15,47,107,.52),0 20px 54px rgba(0,0,0,.42);
  transform:translateX(-50%);
  animation:floatingSlideUp .5s ease-out both,floatingGlow 1.65s ease-in-out infinite;
}
.floating-cta span,
.floating-cta strong{
  line-height:1;
}
.floating-cta strong{
  padding-left:10px;
  border-left:1px solid rgba(15,47,107,.16);
}
body.journal-ads-body{
  padding-bottom:82px;
}
.journal-ads-body .journal-section{
  padding-top:clamp(56px,7vw,96px);
  padding-bottom:clamp(56px,7vw,96px);
}
.journal-ads-body .section-head{
  margin-bottom:clamp(24px,3.5vw,42px);
}
.journal-ads-body .section-head h2,
.journal-ads-body .journal-hero h1,
.journal-ads-body .journal-cta-title{
  text-transform:none;
  letter-spacing:-.035em;
}
.journal-ads-body .journal-hero p,
.journal-ads-body .section-head p{
  text-transform:none;
  max-width:760px;
}
.journal-ads-body .journal-feature-list{
  gap:clamp(16px,3vw,28px);
}
.journal-ads-body .journal-feature-card{
  overflow:hidden;
}
.journal-ads-body .journal-feature-card img{
  cursor:zoom-in;
}
@keyframes flashPulse{
  0%,100%{filter:brightness(1);box-shadow:0 10px 34px rgba(225,25,49,.25);}
  50%{filter:brightness(1.22);box-shadow:0 10px 42px rgba(225,25,49,.55);}
}
@keyframes floatingGlow{
  0%,100%{box-shadow:0 0 0 1px rgba(255,255,255,.28),0 0 24px rgba(15,47,107,.45),0 20px 54px rgba(0,0,0,.42);}
  50%{box-shadow:0 0 0 1px rgba(255,255,255,.38),0 0 40px rgba(15,47,107,.75),0 24px 62px rgba(0,0,0,.5);}
}
@keyframes floatingSlideUp{
  from{opacity:0;transform:translate(-50%,22px);}
  to{opacity:1;transform:translate(-50%,0);}
}
@keyframes proofCardEnter{
  from{opacity:0;transform:translateY(12px) scale(.98);}
  to{opacity:1;transform:translateY(0) scale(1);}
}
@keyframes proofCardPulse{
  0%,100%{border-color:rgba(15,47,107,.2);box-shadow:0 16px 44px rgba(0,0,0,.22);}
  50%{border-color:rgba(15,47,107,.42);box-shadow:0 18px 52px rgba(15,47,107,.12),0 16px 44px rgba(0,0,0,.24);}
}
@keyframes proofBadgeFloat{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-3px);}
}
@keyframes proofShimmer{
  0%,55%{transform:translateX(-120%);}
  75%,100%{transform:translateX(120%);}
}
body.feature-modal-open{
  overflow:hidden;
}
@media(max-width:1180px){
  .journal-ads-nav{
    display:none;
  }
  .journal-ads-menu-toggle{
    display:grid;
  }
}
.feature-detail-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
  padding:clamp(14px,3vw,30px);
}
.feature-detail-modal.is-open{
  display:grid;
  place-items:center;
}
.feature-detail-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.84);
  backdrop-filter:blur(10px);
}
.feature-detail-modal__close{
  position:fixed;
  top:clamp(12px,2vw,22px);
  right:clamp(12px,2vw,22px);
  z-index:2;
  width:44px;
  height:44px;
  border:1px solid rgba(15,47,107,.16);
  border-radius:999px;
  background:#fff;
  color:#0b1f3f;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 16px 44px rgba(0,0,0,.45);
}
.feature-detail-modal__card{
  position:relative;
  z-index:1;
  width:min(1120px,calc(100vw - 32px));
  max-height:88vh;
  overflow-y:auto;
  overflow-x:hidden;
  display:grid;
  grid-template-columns:minmax(280px,.92fr) 1.08fr;
  gap:clamp(18px,3vw,34px);
  padding:clamp(16px,2.4vw,26px);
  border:1px solid rgba(15,47,107,.28);
  border-radius:28px;
  background:
    radial-gradient(circle at 0 0,rgba(15,47,107,.08),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.97),rgba(234,242,255,.78));
  box-shadow:0 42px 140px rgba(0,0,0,.78);
}
.feature-detail-modal__image{
  width:100%;
  max-height:74vh;
  object-fit:contain;
  border-radius:20px;
  border:1px solid rgba(15,47,107,.13);
  background:#fff;
}
.feature-image-lightbox{
  display:block;
  width:auto;
  max-width:min(1200px,calc(100vw - 32px));
  max-height:88vh;
  padding:0;
  overflow:visible;
  background:transparent;
  border:0;
  box-shadow:none;
}
.feature-image-lightbox .feature-detail-modal__image{
  width:auto;
  max-width:100%;
  max-height:88vh;
  border-radius:18px;
  box-shadow:0 42px 140px rgba(0,0,0,.78);
}
.feature-detail-modal__content{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:16px;
}
.feature-detail-modal__title{
  margin:0;
  color:#fff;
  font-size:clamp(30px,4.4vw,58px);
  line-height:1;
  letter-spacing:-.035em;
}
.feature-detail-modal__body{
  display:grid;
  gap:16px;
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}
.feature-detail-modal__body p{
  margin:0;
}
.feature-detail-modal__body h3{
  margin:4px 0 -4px;
  color:var(--gold);
  font-size:15px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.feature-detail-modal__body ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px 12px;
  margin:0;
  padding:0;
  list-style:none;
}
.feature-detail-modal__body li{
  position:relative;
  min-width:0;
  padding:10px 12px 10px 28px;
  border:1px solid rgba(15,47,107,.1);
  border-radius:14px;
  background:rgba(15,47,107,.05);
  color:#0b1f3f;
}
.feature-detail-modal__body li::before{
  content:"";
  position:absolute;
  left:12px;
  top:18px;
  width:7px;
  height:7px;
  border-radius:999px;
  background:var(--gold);
  box-shadow:0 0 14px rgba(15,47,107,.55);
}
.feature-detail-modal__closing{
  padding:14px 16px;
  border-left:3px solid var(--gold);
  border-radius:14px;
  background:rgba(15,47,107,.08);
  color:#0b1f3f!important;
  font-weight:760;
}
.feature-detail-modal__button{
  align-self:flex-start;
  margin-top:4px;
  padding:12px 18px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,#1e4f9a,#0f2f6b);
  color:#fff;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 16px 42px rgba(15,47,107,.18);
}
@media(max-width:900px){
  .journal-ads-topbar{
    gap:12px;
  }
  .journal-ads-header-cta{
    padding:10px 13px;
    font-size:14px;
  }
  .journal-cta-quote{
    padding:16px 17px;
  }
  .feature-detail-modal__card{
    width:min(94vw,calc(100vw - 24px));
    grid-template-columns:1fr;
    gap:18px;
    border-radius:22px;
  }
  .feature-detail-modal__image{
    max-height:42vh;
  }
  .feature-detail-modal__body ul{
    grid-template-columns:1fr;
  }
  .journal-ads-device-grid{
    grid-template-columns:1fr;
  }
  .journal-ads-body .journal-feature-list{
    display:flex;
    gap:14px;
    margin-left:-16px;
    margin-right:-16px;
    padding:0 16px 10px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }
  .journal-ads-body .journal-feature-card{
    min-width:min(84vw,420px);
    scroll-snap-align:start;
  }
  .objection-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:520px){
  .journal-ads-topbar .brand small{
    display:none;
  }
  .journal-ads-header-cta{
    max-width:34vw;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .hero-live-counter,
  .social-proof-badges{
    display:grid;
    grid-template-columns:1fr;
  }
  .hero-stat-card{
    min-height:64px;
    padding:12px 13px;
  }
  .hero-stat-icon{
    width:34px;
    height:34px;
    border-radius:12px;
  }
  .objection-grid{
    grid-template-columns:1fr;
  }
  .journal-ads-body .journal-section{
    padding-top:48px;
    padding-bottom:48px;
  }
  .flash-sale-banner{
    font-size:12px;
    animation:none;
  }
  .floating-cta{
    bottom:10px;
    min-height:54px;
    font-size:14px;
  }
}
@media(max-width:420px){
  .journal-ads-topbar{
    padding-left:12px;
    padding-right:12px;
    gap:8px;
  }
  .journal-ads-header-actions{
    gap:8px;
  }
  .journal-ads-header-cta{
    display:none;
  }
}
.journal-ads-body .flash-sale-banner{
  padding:8px 14px!important;
  background:linear-gradient(90deg,rgba(15,47,107,.16),rgba(255,189,0,.26),rgba(15,47,107,.16))!important;
  color:#ffe66d!important;
  font-size:14px!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
  animation:none!important;
  box-shadow:none!important;
}
.journal-ads-body .journal-hero{
  min-height:auto!important;
  padding-top:clamp(58px,8vw,110px)!important;
  padding-bottom:clamp(58px,8vw,110px)!important;
}
.journal-ads-body .journal-hero h1{
  max-width:820px!important;
  text-transform:none!important;
  font-size:clamp(42px,7vw,86px)!important;
  line-height:.96!important;
  letter-spacing:-.06em!important;
}
.journal-ads-body .journal-hero p{
  max-width:680px!important;
  color:#000000!important;
  font-size:clamp(18px,2.2vw,24px)!important;
  line-height:1.55!important;
  text-transform:none!important;
}
.journal-ads-body .journal-section{
  padding-top:clamp(64px,8vw,112px)!important;
  padding-bottom:clamp(64px,8vw,112px)!important;
}
.journal-ads-body .section-head h2,
.journal-ads-body .journal-cta-title{
  max-width:900px!important;
  text-transform:none!important;
  font-size:clamp(34px,5vw,64px)!important;
  line-height:1.03!important;
  letter-spacing:-.055em!important;
}
.journal-ads-body .section-head p,
.journal-ads-body .pain-card p,
.journal-ads-body .solution-card p,
.journal-ads-body .journal-feature-card p{
  text-transform:none!important;
  line-height:1.65!important;
}
.journal-ads-body .pain-card h3,
.journal-ads-body .solution-card h3,
.journal-ads-body .journal-feature-card h3{
  text-transform:none!important;
  letter-spacing:-.02em!important;
  line-height:1.15!important;
}
.journal-ads-body .btn,
.journal-ads-body .floating-cta{
  text-transform:none!important;
  letter-spacing:0!important;
}
.hero-live-counter{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:18px;
  color:#fff;
  font-size:15px;
  font-weight:850;
}
.hero-stat-card{
  position:relative;
  overflow:hidden;
  min-height:74px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  border:1px solid rgba(15,47,107,.22);
  border-radius:18px;
  background:
    radial-gradient(circle at 0 0,rgba(15,47,107,.14),transparent 42%),
    linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.035));
  box-shadow:0 16px 44px rgba(0,0,0,.22);
  animation:proofCardEnter .65s ease-out both,proofCardPulse 3.8s ease-in-out infinite;
}
.hero-stat-card:nth-child(2){
  animation-delay:.14s,.7s;
}
.hero-stat-card::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  background:linear-gradient(120deg,transparent,rgba(15,47,107,.18),transparent);
  transform:translateX(-120%);
  animation:proofShimmer 4.6s ease-in-out infinite;
}
.hero-stat-icon{
  position:relative;
  z-index:1;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  font-size:19px;
  flex:0 0 auto;
}
.hero-stat-card div{
  position:relative;
  z-index:1;
  display:grid;
  gap:3px;
  min-width:0;
}
.hero-live-counter strong{
  color:#0f2f6b;
  font-size:clamp(20px,2.4vw,28px);
  line-height:1;
}
.hero-live-counter small{
  color:#52657f;
  font-size:12px;
  font-weight:750;
  line-height:1.35;
}
.loss-result-extra{
  display:grid;
  gap:8px;
  margin-top:14px;
  background:#fef2f2;
  border-left:4px solid #dc2626;
  padding:1.5rem;
  border-radius:12px;
}
.loss-result-extra span{
  color:#7f1d1d;
  font-size:14px;
  line-height:1.45;
}
.loss-result-extra strong{
  color:#dc2626;
  font-size:clamp(26px,6vw,44px);
  line-height:1;
}
.negative-reverse-testimonial{
  border-left:4px solid #dc2626!important;
  background:#fef2f2!important;
}
.commitment-warning,
.reverse-risk-note{
  margin:8px 0 0;
  color:#7f1d1d;
  line-height:1.55;
  font-size:14px;
  font-weight:760;
}
.one-click-import-promise{
  margin:12px 0;
  background:#eaf2ff;
  padding:.5rem;
  border-radius:8px;
  color:#0b1f3f;
  font-size:.8rem;
  line-height:1.45;
  font-weight:850;
}
.floating-cta-timer{
  justify-content:space-between!important;
  background:#fff!important;
  color:#0b1f3f!important;
  border:1px solid #f5b042!important;
  box-shadow:0 18px 54px rgba(15,47,107,.18)!important;
  animation:floatingSlideUp .5s ease-out both!important;
}
.floating-cta-timer span{
  font-size:12px;
  color:#52657f;
}
.floating-cta-timer strong{
  padding-left:0!important;
  border-left:0!important;
  color:#b45309;
  font-size:18px;
}
.floating-cta-timer em{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 18px;
  border-radius:999px;
  background:#f5b042;
  color:#fff;
  font-style:normal;
  font-weight:950;
}
.journal-ads-body .journal-ads-header-cta{
  min-width:auto!important;
  padding:12px 18px!important;
}
@media(max-width:900px){
  .journal-ads-body .journal-feature-list{
    display:flex!important;
    gap:14px!important;
    margin-left:-16px!important;
    margin-right:-16px!important;
    padding:0 16px 12px!important;
    overflow-x:auto!important;
    scroll-snap-type:x mandatory!important;
  }
  .journal-ads-body .journal-feature-card{
    min-width:min(84vw,420px)!important;
    scroll-snap-align:start!important;
  }
}
@media(max-width:520px){
  .journal-ads-body .journal-hero h1{
    font-size:42px!important;
  }
  .journal-ads-body .section-head h2,
  .journal-ads-body .journal-cta-title{
    font-size:34px!important;
  }
  .journal-ads-body .flash-sale-banner{
    font-size:12px!important;
  }
}
.loss-result-extra{
  margin-top:1.5rem!important;
  padding:1.5rem!important;
  background:#fef2f2!important;
  border-radius:12px!important;
  border-left:4px solid #dc2626!important;
}
.loss-result-extra p{
  margin:0!important;
  font-size:.9rem!important;
  color:#7f1d1d!important;
}
.loss-result-extra strong{
  font-size:2rem!important;
  color:#dc2626!important;
}
.floating-cta{
  position:fixed!important;
  bottom:1rem!important;
  right:1rem!important;
  left:auto!important;
  width:auto!important;
  transform:none!important;
  background:#1a1a2e!important;
  padding:.75rem 1.5rem!important;
  border-radius:50px!important;
  border:2px solid #f5b042!important;
  z-index:9999!important;
  display:flex!important;
  align-items:center!important;
  gap:1rem!important;
  text-decoration:none!important;
}
.negative-reverse-testimonial{
  border-left:4px solid #e74c3c!important;
  background:#1a0f0f!important;
}
.reverse-risk-note{
  margin-top:1rem!important;
  font-size:.75rem!important;
  color:#888!important;
  background:#1a1a2e!important;
  padding:.75rem 1rem!important;
  border-radius:8px!important;
  border:1px dashed #555!important;
}
.one-click-import-promise{
  font-size:.8rem!important;
  color:#888!important;
  margin-bottom:.5rem!important;
  background:#0d0d1a!important;
  padding:.5rem!important;
  border-radius:8px!important;
}
.commitment-warning{
  font-size:.7rem!important;
  color:#555!important;
  margin-top:.5rem!important;
}
.journal-ads-footer{
  text-align:center!important;
  padding:2rem 1rem!important;
  border-top:1px solid #333!important;
}
.journal-ads-footer strong,
.journal-ads-footer h3{
  display:block!important;
  color:#0f2f6b!important;
  font-size:1.4rem!important;
  letter-spacing:2px!important;
  text-transform:uppercase!important;
}
.journal-ads-footer p{
  max-width:600px!important;
  margin:1rem auto 0!important;
}
.journal-proof-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.journal-proof-card{
  border:1px solid rgba(255,255,255,.13);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  box-shadow:var(--shadow);
  overflow:hidden;
}
.journal-proof-card img{
  width:100%;
  display:block;
  aspect-ratio:4/3;
  object-fit:cover;
}
.journal-proof-card h3,
.journal-proof-card p{
  margin-left:clamp(18px,3vw,26px);
  margin-right:clamp(18px,3vw,26px);
}
.journal-proof-card h3{
  margin-top:20px;
  color:#fff;
  font-size:clamp(22px,2.4vw,30px);
}
.journal-proof-card p{
  margin-bottom:24px;
  color:var(--muted);
  line-height:1.65;
}
.more-features-panel{
  max-width:860px;
  margin:22px 0 0;
  padding:18px 20px;
  border:1px solid rgba(15,47,107,.22);
  border-radius:18px;
  background:rgba(234,242,255,.6);
  color:#0b1f3f;
}
.more-features-panel summary{
  cursor:pointer;
  color:#0f2f6b;
  font-weight:900;
}
.more-features-panel p{
  margin:12px 0 0;
  color:var(--muted);
  line-height:1.65;
}
.before-after-grid,
.audience-fit-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.before-after-card,
.audience-card{
  padding:clamp(22px,3vw,30px);
  border:1px solid rgba(255,255,255,.13);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  box-shadow:var(--shadow);
}
.before-after-card h3,
.audience-card h3{
  margin:0 0 16px;
  color:#fff;
  font-size:clamp(24px,3vw,34px);
  line-height:1.05;
}
.before-after-card ul,
.audience-card ul{
  display:grid;
  gap:11px;
  margin:0;
  padding:0;
  list-style:none;
}
.before-after-card li,
.audience-card li{
  position:relative;
  padding-left:24px;
  color:var(--muted);
  line-height:1.55;
}
.before-after-card li::before,
.audience-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--gold);
}
.before-card{
  border-color:rgba(225,25,49,.22);
}
.after-card,
.fit-card{
  border-color:rgba(15,47,107,.26);
}
.not-fit-card{
  border-color:rgba(255,255,255,.12);
  opacity:.88;
}
.value-stack-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.value-stack-card{
  padding:clamp(22px,3vw,30px);
  border:1px solid rgba(15,47,107,.26);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  box-shadow:var(--shadow);
}
.value-stack-bonus-card{
  border-color:rgba(255,255,255,.12);
}
.value-stack-card h3{
  margin:0 0 16px;
  color:#fff;
  font-size:clamp(24px,3vw,34px);
  line-height:1.05;
}
.value-stack-card ul{
  display:grid;
  gap:11px;
  margin:0;
  padding:0;
  list-style:none;
}
.value-stack-card li{
  position:relative;
  padding-left:24px;
  color:var(--muted);
  line-height:1.55;
}
.value-stack-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--gold);
}
.before-after-section .journal-actions,
.value-stack-section .journal-actions{
  margin-top:24px;
}
.purchase-toast{
  position:fixed;
  left:18px;
  bottom:92px;
  z-index:9997;
  width:min(340px,calc(100vw - 36px));
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:13px 15px;
  border:1px solid rgba(15,47,107,.18);
  border-radius:18px;
  background:rgba(255,255,255,.96);
  color:#0b1f3f;
  box-shadow:0 20px 58px rgba(15,47,107,.18);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  opacity:0;
  transform:translateY(16px);
  pointer-events:none;
  transition:opacity .28s ease,transform .28s ease;
}
.purchase-toast.is-visible{
  opacity:1;
  transform:translateY(0);
}
.purchase-toast__dot{
  width:10px;
  height:10px;
  margin-top:5px;
  border-radius:999px;
  background:#22c55e;
  box-shadow:0 0 16px rgba(34,197,94,.8);
  flex:0 0 auto;
}
.purchase-toast p{
  margin:0;
  color:#52657f;
  font-size:13px;
  line-height:1.45;
}
.purchase-toast strong{
  color:#0b1f3f;
}
.purchase-toast span:not(.purchase-toast__dot){
  color:#0f2f6b;
  font-weight:800;
}
.pricing-includes{
  margin-top:12px;
  border:1px solid rgba(15,47,107,.12);
  border-radius:14px;
  background:rgba(234,242,255,.6);
  overflow:hidden;
}
.pricing-includes summary{
  cursor:pointer;
  padding:13px 14px;
  color:#0f2f6b;
  font-weight:900;
}
.pricing-includes ul{
  margin:0!important;
  padding:0 14px 12px!important;
}
.pricing-includes .one-click-import-promise{
  margin:0 14px 14px!important;
}
.video-first-page .journal-section{
  padding-top:clamp(48px,7vw,86px);
  padding-bottom:clamp(48px,7vw,86px);
}
.video-hero{
  min-height:78vh;
}
.video-first-page .journal-hero-copy p,
.video-first-page .section-head p,
.video-first-page .demo-copy p,
.video-first-page .visual-feature-card p,
.video-first-page .journal-testimonial-card p{
  max-width:680px;
  line-height:1.55;
}
.compact-head{
  max-width:760px;
  margin-bottom:24px;
}
.demo-grid{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:clamp(22px,4vw,44px);
  align-items:center;
}
.demo-grid-reverse .demo-copy{
  order:2;
}
.demo-copy h2{
  margin:8px 0 12px;
  color:#0b1f3f;
  font-size:clamp(34px,5vw,68px);
  line-height:.98;
  letter-spacing:-.04em;
}
.demo-copy p{
  margin:0;
  color:#52657f;
  font-size:clamp(16px,1.8vw,20px);
}
.mini-point-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:20px 0 0;
  padding:0;
  list-style:none;
}
.mini-point-list li{
  padding:11px 13px;
  border:1px solid rgba(15,47,107,.18);
  border-radius:999px;
  background:rgba(255,255,255,.055);
  color:#fff;
  font-size:14px;
  font-weight:850;
}
.video-shell{
  position:relative;
  overflow:hidden;
  aspect-ratio:16/9;
  border:1px solid rgba(15,47,107,.24);
  border-radius:28px;
  background:radial-gradient(circle at 50% 0,rgba(15,47,107,.16),rgba(4,8,16,.92));
  box-shadow:0 28px 80px rgba(0,0,0,.42);
}
.video-shell video,
.video-shell iframe{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border:0;
}
.testimonial-video-shell{
  max-width:420px;
  margin:0 auto 28px;
  aspect-ratio:9/16;
}
.visual-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.visual-feature-card{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  box-shadow:var(--shadow);
}
.visual-feature-card img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  display:block;
}
.visual-feature-card h3{
  margin:16px 16px 7px;
  color:#fff;
  font-size:clamp(19px,2vw,25px);
  line-height:1.05;
}
.visual-feature-card p{
  margin:0 16px 18px;
  color:var(--muted);
  font-size:15px;
}
.short-testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.short-testimonial-grid .journal-testimonial-card{
  min-width:0;
}
.lifetime-note{
  margin:0 0 14px;
  color:#0b1f3f;
  font-weight:850;
}
.final-cta-section{
  text-align:center;
}
.final-cta-section .journal-actions{
  justify-content:center;
}
@media(max-width:980px){
  .demo-grid,
  .visual-feature-grid,
  .short-testimonial-grid{
    grid-template-columns:1fr;
  }
  .demo-grid-reverse .demo-copy{
    order:0;
  }
}
@media(max-width:760px){
  .journal-proof-grid,
  .before-after-grid,
  .audience-fit-grid,
  .value-stack-grid{
    grid-template-columns:1fr;
  }
  .journal-ads-body .journal-feature-list{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:16px!important;
    margin-left:0!important;
    margin-right:0!important;
    padding:0!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
  }
  .journal-ads-body .journal-feature-card{
    min-width:0!important;
    scroll-snap-align:none!important;
  }
  .mini-point-list{
    grid-template-columns:1fr;
  }
  .video-shell{
    border-radius:20px;
  }
  .journal-pricing{
    gap:16px!important;
    padding-top:52px!important;
    padding-bottom:72px!important;
  }
  .journal-pricing .pricing-copy{
    gap:10px!important;
  }
  .journal-pricing .journal-cta-title{
    font-size:clamp(28px,8vw,36px)!important;
    line-height:1.05!important;
  }
  .journal-pricing .journal-cta-quote{
    display:none!important;
  }
  .pricing-card{
    padding:18px!important;
    border-radius:22px!important;
  }
  .pricing-card .countdown-box{
    margin-bottom:10px!important;
    padding:10px 12px!important;
  }
  .pricing-card .countdown-box strong{
    font-size:clamp(28px,9vw,38px)!important;
  }
  .pricing-card > strong{
    font-size:clamp(40px,12vw,54px)!important;
    line-height:.95!important;
  }
  .pricing-card .btn{
    width:100%!important;
    justify-content:center!important;
    margin-top:10px!important;
  }
  .reverse-risk-note{
    margin-top:10px!important;
    padding:10px 12px!important;
    line-height:1.45!important;
  }
}

.journal-ads-body{
  background:#f7fbff;
  color:#0b1f3f;
}
.journal-ads-topbar,
.journal-ads-mobile-menu,
.journal-ads-simple-panel,
.journal-ads-device-card,
.feature-detail-modal__card,
.journal-proof-card,
.before-after-card,
.audience-fit-card,
.value-stack-card,
.visual-feature-card,
.short-testimonial-card,
.pricing-card,
.video-shell,
.countdown-box,
.reverse-risk-note,
.faq-list details,
.journal-feature-card,
.journal-pricing,
.demo-copy,
.demo-visual,
.offer-stack,
.mini-point-list li{
  background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(234,242,255,.78))!important;
  color:#0b1f3f!important;
  border-color:rgba(15,47,107,.16)!important;
  box-shadow:0 28px 90px rgba(15,47,107,.12)!important;
}
.journal-ads-mobile-menu a,
.journal-ads-device-card h3,
.journal-ads-footer strong,
.feature-detail-modal__title,
.journal-cta-quote p,
.journal-ads-device-closing,
.journal-proof-card strong,
.before-after-card h3,
.audience-fit-card h3,
.value-stack-card h3,
.visual-feature-card h3,
.short-testimonial-card strong,
.pricing-card ul,
.pricing-card li,
.faq-list summary,
.journal-feature-card h3,
.demo-copy h3,
.offer-stack h3,
.mini-point-list li{
  color:#0b1f3f!important;
}
.journal-ads-menu-toggle,
.feature-detail-modal__close{
  background:#fff!important;
  color:#0b1f3f!important;
  border-color:rgba(15,47,107,.16)!important;
}
.journal-ads-menu-toggle span{
  background:#0b1f3f!important;
}
.journal-ads-mobile-menu a:hover,
.journal-ads-mobile-menu a:focus-visible,
.countdown-box,
.reverse-risk-note{
  background:rgba(15,47,107,.07)!important;
}
.feature-detail-modal__image,
.video-shell video,
.journal-feature-card img{
  background:#fff!important;
}
.feature-detail-modal__backdrop{
  background:rgba(11,31,63,.5)!important;
}
.btn-gold,
.journal-ads-header-cta,
.pricing-card .btn,
.sticky-cta{
  background:linear-gradient(135deg,#1e4f9a,#0f2f6b)!important;
  color:#fff!important;
  box-shadow:0 18px 48px rgba(15,47,107,.22)!important;
}
.btn-outline{
  background:#fff!important;
  color:#0f2f6b!important;
  border-color:rgba(15,47,107,.16)!important;
}
