
:root{
  --dm-blue:#0043C6;
  --dm-blue-dark:#00133D;
  --dm-navy:#00133D;
  --dm-text:#13213F;
  --dm-muted:#667085;
  --dm-line:#E3EAF6;
  --dm-soft:#F6F9FF;
  --dm-max:1280px;
  --shadow:0 24px 70px rgba(0,19,61,.10);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, Aptos, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--dm-text);
  background:#fff;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.nowrap{white-space:nowrap}
.skip-link{position:absolute;left:-999px;top:auto}
.skip-link:focus{left:16px;top:16px;z-index:9999;background:#fff;padding:10px 14px;border-radius:10px}
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--dm-line);
}
.nav-wrap{
  width:min(var(--dm-max), calc(100% - 48px));
  margin:0 auto;
  min-height:76px;
  display:flex;
  align-items:start;
  justify-content:space-between;
  gap:24px;
}
.brand img{width:180px;height:auto}
.nav-links{display:flex;align-items:center;gap:30px;font-weight:800;font-size:.95rem}
.nav-links a{color:#24314D}
.nav-links a[aria-current="page"],.nav-links a:hover{color:var(--dm-blue)}
.nav-cta{display:flex;align-items:center;gap:12px;flex-shrink:0}
.menu-toggle{display:none;border:1px solid var(--dm-line);border-radius:999px;background:#fff;padding:10px 14px;font-weight:800;color:var(--dm-navy)}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:12px;
  padding:14px 22px;
  font-weight:900;
  border:1px solid transparent;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  background:var(--dm-blue);
  color:#fff;
  box-shadow:0 14px 28px rgba(0,67,198,.22);
}
.btn-secondary{
  background:#fff;
  color:var(--dm-blue);
  border-color:var(--dm-blue);
}
.btn-small{padding:12px 18px;font-size:.88rem}
.btn-huge{
  padding:20px 34px;
  font-size:1.1rem;
  border-radius:16px;
  white-space:nowrap;
}
.section,.clean-hero,.trust-section,.footer-wrap{
  width:min(var(--dm-max), calc(100% - 48px));
  margin:0 auto;
}
.clean-hero{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(620px,1.18fr);
  gap:76px;
  align-items:center;
  padding:78px 0 72px;
}
.hero-copy h1{
  font-size:clamp(4rem,5.4vw,6.1rem);
  line-height:.96;
  letter-spacing:-.075em;
  color:var(--dm-navy);
  margin:0 0 26px;
  max-width:7.2ch;
}
.lead{
  font-size:1.3rem;
  line-height:1.5;
  color:#394765;
  margin:0 0 22px;
  max-width:640px;
}
.hero-price{
  display:flex;
  align-items:flex-start;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 26px;
  color:#34415E;
  font-size:1.05rem;
}
.hero-price strong{white-space:nowrap}
.check-dot{
  width:22px;height:22px;border-radius:999px;background:var(--dm-blue);color:#fff;
  display:inline-grid;place-items:center;font-size:.82rem;font-weight:950;flex:0 0 auto;
}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.hero-tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.hero-tags span{
  padding:9px 15px;
  border:1px solid var(--dm-line);
  border-radius:999px;
  color:#667085;
  font-weight:750;
  background:#fff;
  box-shadow:0 10px 22px rgba(0,19,61,.05);
}
.hero-visual{position:relative;max-width:820px;justify-self:end;width:100%;margin-top:18px;align-self:start}
.product-card{
  border:1px solid #E9EEF7;
  border-radius:34px;
  background:#F7FAFF;
  padding:16px;
  box-shadow:0 24px 64px rgba(0,19,61,.08);
}
.product-card img{border-radius:22px;width:100%;height:auto}
.float-card{
  position:absolute;
  left:24px;
  bottom:-34px;
  width:310px;
  padding:22px 24px;
  background:#fff;
  border:1px solid var(--dm-line);
  border-radius:24px;
  box-shadow:0 22px 50px rgba(0,19,61,.15);
}
.float-card .number{font-size:2.65rem;line-height:1;font-weight:950;color:var(--dm-blue);letter-spacing:-.08em}
.float-card p{margin:8px 0 0;color:#253653}

.executive-band{
  background:linear-gradient(120deg,#001D74 0%, #0036B7 55%, #0043C6 100%);
  margin:10px 0 0;
}
.band-wrap{
  width:min(var(--dm-max), calc(100% - 48px));
  margin:0 auto;
  padding:58px 0 64px;
  display:grid;
  grid-template-columns:.92fr 1.38fr;
  gap:42px;
  align-items:start;
}
.band-intro h2{
  margin:0;
  font-size:clamp(3.4rem,5vw,5.4rem);
  line-height:.92;
  letter-spacing:-.07em;
  color:#fff;
}
.band-kicker{
  margin:0 0 18px;
  color:#DDE8FF;
  font-size:.84rem;
  font-weight:950;
  letter-spacing:.14em;
}
.band-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.band-card{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  border-radius:24px;
  padding:28px 26px;
  min-height:206px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.band-card h3{
  margin:0 0 14px;
  color:#fff;
  font-size:2rem;
}
.band-card p{
  margin:0;
  color:#E6EEFF;
  line-height:1.55;
  font-size:1.02rem;
  max-width:18ch;
}
.color-section{
  display:grid;
  grid-template-columns:.9fr 1.5fr;
  gap:46px;
  align-items:center;
  padding:72px 0;
}
.plain-kicker{
  margin:0 0 14px;
  color:var(--dm-blue);
  font-size:.82rem;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.color-copy h2,.preview-copy h2,.purchase-cta h2,.faq-section h2{
  margin:0 0 18px;
  color:var(--dm-navy);
  font-size:clamp(2rem,3vw,3.3rem);
  line-height:1.05;
  letter-spacing:-.045em;
}
.color-copy p,.preview-copy p,.purchase-cta p{color:#46536C;line-height:1.55;font-size:1.05rem}
.color-options{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}
.color-card{
  position:relative;
  min-height:160px;
  border:1px solid var(--dm-line);
  border-radius:18px;
  display:grid;
  place-items:center;
  gap:12px;
  text-align:center;
  padding:22px 12px;
  background:#fff;
}
.color-card.selected{border-color:var(--dm-blue);box-shadow:0 18px 32px rgba(0,67,198,.12)}
.color-card.selected::after{
  content:"✓";
  position:absolute;
  right:12px;top:12px;
  width:24px;height:24px;border-radius:999px;
  display:grid;place-items:center;
  background:var(--dm-blue);color:#fff;font-weight:950;font-size:.8rem;
}
.color-dot{width:70px;height:70px;border-radius:999px;display:block}
.blue{background:#0043C6}.green{background:#27A34A}.red{background:#DE1F26}.purple{background:#7D3C98}
.hex-dot{
  width:70px;height:70px;border-radius:999px;border:2px dashed #B8C2D6;
  display:grid;place-items:center;color:#667085;font-weight:900;
}
.preview-section{
  display:grid;
  grid-template-columns:.65fr 1.35fr;
  gap:42px;
  align-items:center;
  padding:72px 0;
  border-top:1px solid var(--dm-line);
}
.clean-list{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:14px}
.clean-list li{position:relative;padding-left:34px;color:#23324F;font-weight:750}
.clean-list li::before{
  content:"✓";position:absolute;left:0;top:-2px;width:22px;height:22px;border-radius:999px;background:var(--dm-blue);color:#fff;display:grid;place-items:center;font-size:.78rem;font-weight:950;
}
.preview-surface{
  position:relative;
  border:0;
  padding:0;
  background:#24272D;
  border-radius:18px;
  overflow:hidden;
  cursor:pointer;
  box-shadow:0 24px 60px rgba(0,19,61,.16);
}
.preview-surface img{
  width:min(820px,100%);
  margin:48px auto 34px;
  border-radius:12px;
  box-shadow:0 18px 44px rgba(0,0,0,.18);
}
.preview-surface::before{
  content:"";
  position:absolute;inset:0;
  background:rgba(0,0,0,.35);
  z-index:0;
}
.preview-surface img,.preview-close-demo,.preview-caption{position:relative;z-index:1}
.preview-close-demo{
  position:absolute;right:20px;top:20px;width:42px;height:42px;border-radius:999px;background:#fff;color:var(--dm-navy);display:grid;place-items:center;font-size:1.8rem;font-weight:700;
}
.preview-caption{
  display:block;
  color:#fff;
  opacity:.92;
  padding:0 0 18px;
  font-weight:700;
}
.purchase-cta{
  margin-top:12px;
  margin-bottom:42px;
  padding:44px;
  border-radius:28px;
  background:linear-gradient(120deg,#F5F9FF 0%, #FFFFFF 50%, #EEF5FF 100%);
  border:1px solid var(--dm-line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.purchase-cta h2{font-size:clamp(2rem,3vw,3.2rem)}
.purchase-cta p{max-width:720px;margin:0}
.trust-section{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  margin-bottom:42px;
  border:1px solid var(--dm-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 16px 40px rgba(0,19,61,.06);
  overflow:hidden;
}
.trust-card{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:18px;
  padding:30px;
  border-right:1px solid var(--dm-line);
}
.trust-card:last-child{border-right:0}
.trust-icon,.trust-logo{
  width:42px;height:42px;border-radius:12px;display:grid;place-items:center;color:var(--dm-blue);border:1px solid #DCE7FF;font-weight:950;font-size:1.25rem;
}
.faq-section{padding:34px 0 70px}
.section-head{display:flex;justify-content:space-between;gap:22px;align-items:end;margin-bottom:24px}
.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.faq-card{
  border:1px solid var(--dm-line);
  border-radius:18px;
  padding:22px;
  background:#fff;
}
.faq-card summary{cursor:pointer;font-weight:900;color:var(--dm-navy)}
.faq-card p{color:var(--dm-muted);line-height:1.55}
.modal-backdrop{
  position:fixed;inset:0;z-index:1000;
  display:grid;place-items:center;
  padding:24px;
  background:rgba(0,19,61,.62);
  backdrop-filter:blur(8px);
  opacity:0;pointer-events:none;transition:opacity .16s ease;
}
.modal-backdrop.is-open{opacity:1;pointer-events:auto}
body.modal-open{overflow:hidden}
.simple-preview{
  position:relative;
  width:min(1120px,100%);
}
.simple-preview img{
  width:100%;
  max-height:82vh;
  object-fit:contain;
  border-radius:16px;
  box-shadow:0 26px 80px rgba(0,0,0,.32);
  background:#fff;
}
.simple-close{
  position:absolute;right:-18px;top:-18px;z-index:3;
  width:48px;height:48px;border-radius:999px;border:0;background:#fff;color:var(--dm-navy);
  font-size:2rem;line-height:1;cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.2)
}
.simple-arrow{
  position:absolute;top:50%;transform:translateY(-50%);
  z-index:3;width:48px;height:48px;border-radius:999px;border:0;background:#fff;color:var(--dm-navy);
  font-size:2.1rem;line-height:1;cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.16)
}
.simple-arrow.prev{left:-24px}.simple-arrow.next{right:-24px}
.simple-counter{
  position:absolute;left:50%;bottom:-18px;transform:translateX(-50%);
  padding:8px 14px;border-radius:999px;background:#fff;color:var(--dm-navy);font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.16)
}
.modal-card{
  position:relative;width:min(560px,100%);background:#fff;border-radius:24px;padding:28px;box-shadow:0 28px 90px rgba(0,0,0,.26)
}
.modal-close{position:absolute;right:18px;top:18px;width:38px;height:38px;border-radius:999px;border:1px solid var(--dm-line);background:#fff;font-size:1.6rem;cursor:pointer}
.waitlist-form{display:grid;gap:12px;margin-top:18px}
.waitlist-form input{padding:14px;border:1px solid var(--dm-line);border-radius:12px}
.form-message.success{color:#087443}.form-message.error{color:#B42318}
.site-footer{border-top:1px solid var(--dm-line);background:#fff}
.footer-wrap{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:24px 0;
}
.footer-brand img{width:155px;height:auto}
.footer-links{display:flex;flex-wrap:wrap;gap:24px;font-weight:750;color:#53627C}
.footer-wrap p{margin:0;color:#667085;font-size:.92rem;text-align:right}
@media(max-width:1050px){
  .clean-hero,.color-section,.preview-section{grid-template-columns:1fr;gap:40px}
  .hero-copy h1{
  font-size:clamp(4rem,5.4vw,6.1rem);
  line-height:.96;
  letter-spacing:-.075em;
  color:var(--dm-navy);
  margin:0 0 26px;
  max-width:7.2ch;
}
  .band-wrap{grid-template-columns:1fr;gap:28px}
  .band-cards{grid-template-columns:1fr}
  .trust-section{grid-template-columns:1fr}
  .trust-card{border-right:0;border-bottom:1px solid var(--dm-line)}
  .trust-card:last-child{border-bottom:0}
  .color-options{grid-template-columns:repeat(3,1fr)}
  .purchase-cta{flex-direction:column;align-items:flex-start}
}
@media(max-width:760px){
  .section,.clean-hero,.trust-section,.footer-wrap{width:min(100% - 32px,var(--dm-max))}
  .nav-wrap{width:min(100% - 32px,var(--dm-max));min-height:70px;display:flex;justify-content:space-between}
  .brand img{width:152px}
  .nav-links{
    position:absolute;left:16px;right:16px;top:70px;
    display:none;flex-direction:column;align-items:stretch;gap:0;
    background:#fff;border:1px solid var(--dm-line);border-radius:18px;box-shadow:var(--shadow);padding:10px;
  }
  .nav-links.is-open{display:flex}
  .nav-links a{padding:14px;border-radius:12px}
  .menu-toggle{display:inline-flex}
  .nav-cta .btn{display:none}
  .clean-hero{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(620px,1.18fr);
  gap:76px;
  align-items:center;
  padding:78px 0 72px;
}
  .hero-copy h1{
  font-size:clamp(4rem,5.4vw,6.1rem);
  line-height:.96;
  letter-spacing:-.075em;
  color:var(--dm-navy);
  margin:0 0 26px;
  max-width:7.2ch;
}
  .lead{font-size:1.08rem}
  .hero-actions{display:grid}
  .hero-actions .btn{width:100%}
  .product-card{border-radius:24px;padding:8px}
  .float-card{position:relative;left:auto;bottom:auto;margin:-18px auto 0;width:min(92%,320px)}
  .executive-band{margin-top:0}
  .band-wrap{width:min(100% - 32px,var(--dm-max));padding:40px 0 42px}
  .band-intro h2{font-size:clamp(2.8rem,13vw,4.3rem)}
  .band-card{min-height:auto;padding:24px 20px}
  .band-card h3{font-size:1.7rem}
  .color-section,.preview-section{padding:50px 0}
  .color-options{grid-template-columns:repeat(2,1fr);gap:12px}
  .color-card{min-height:132px}
  .preview-surface img{margin:36px auto 28px;width:86%}
  .purchase-cta{padding:28px}
  .btn-huge{width:100%;white-space:normal;text-align:center}
  .faq-grid{grid-template-columns:1fr}
  .simple-close{right:10px;top:10px}
  .simple-arrow{width:40px;height:40px}
  .simple-arrow.prev{left:8px}.simple-arrow.next{right:8px}
  .footer-wrap{flex-direction:column;text-align:center}
  .footer-wrap p{text-align:center}
}

.lemonsqueezy-button{cursor:pointer;}

/* --- Deck Monkey v15 refinements --- */
.nav-cta .btn-primary {
  box-shadow: 0 12px 28px rgba(0, 67, 198, .18);
  padding: 12px 18px;
  font-size: .9rem;
  white-space: nowrap;
}
.hero-actions .btn-primary,
.hero-actions .btn-secondary {
  min-height: 54px;
}
.hero-actions .btn-secondary {
  background: #fff;
  box-shadow: 0 10px 22px rgba(0,19,61,.04);
}
.float-card {
  width: 330px;
}
@media(max-width:1050px){
  .clean-hero{
    grid-template-columns:1fr;
  }
  .hero-visual{
    max-width:760px;
    justify-self:start;
  }
}
@media(max-width:760px){
  .clean-hero{
    padding:48px 0 48px;
    gap:32px;
  }
  .hero-copy h1{
    font-size:clamp(3.05rem,15vw,4.6rem);
  }
  .hero-visual{
    max-width:100%;
  }
}

/* --- Deck Monkey v16 refinements --- */
.nav-wrap{
  display:grid !important;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:24px;
}
.nav-links{
  justify-self:center;
  display:flex;
  align-items:center;
  gap:30px;
}
.nav-links a{
  white-space:nowrap;
}
.nav-cta{
  justify-self:end;
}

/* Bigger, cleaner preview image on the landing page */
.preview-surface img{
  width:min(860px, 90%);
}

/* Trust bar matching the supplied horizontal reference */
.trust-section{
  grid-template-columns:repeat(4,1fr);
  gap:0;
  margin-top:18px;
  margin-bottom:48px;
  padding:0;
  border:1px solid #DCE6F7;
  border-radius:16px;
  background:#fff;
  box-shadow:0 14px 42px rgba(0,19,61,.06);
}
.trust-card{
  min-height:118px;
  grid-template-columns:52px 1fr;
  align-items:center;
  padding:26px 30px;
  border-right:1px solid #DCE6F7;
  border-bottom:0;
}
.trust-card:last-child{
  border-right:0;
}
.trust-card h3{
  font-size:1.06rem;
  margin:0 0 4px;
}
.trust-card p{
  font-size:.95rem;
  line-height:1.35;
}
.trust-icon,.trust-logo{
  width:44px;
  height:44px;
  border-radius:12px;
  font-size:1.3rem;
}
.powerpoint-icon{
  background:linear-gradient(135deg,#D64221,#F58255);
  color:#fff;
  border:none;
}
.lemon-icon{
  color:#00133D;
  border:none;
  font-size:1.65rem;
}

/* Aligned support/legal pages */
.page-main{
  width:min(var(--dm-max), calc(100% - 48px));
  margin:0 auto;
  padding:58px 0 76px;
}
.page-hero{
  max-width:860px;
  padding:18px 0 34px;
}
.page-hero h1{
  margin:0 0 14px;
  color:var(--dm-navy);
  font-size:clamp(2.7rem,4.6vw,5rem);
  line-height:1;
  letter-spacing:-.065em;
}
.page-hero p{
  margin:0;
  color:#46536C;
  font-size:1.18rem;
  line-height:1.5;
}
.page-content{
  max-width:920px;
  padding:34px;
  border:1px solid var(--dm-line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 48px rgba(0,19,61,.06);
}
.page-content h2{
  color:var(--dm-navy);
  margin:30px 0 10px;
  font-size:1.55rem;
}
.page-content h2:first-child{
  margin-top:0;
}
.page-content p{
  color:#34415E;
  line-height:1.65;
  margin:0 0 16px;
}
.page-content a{
  color:var(--dm-blue);
  font-weight:800;
}
@media(max-width:1050px){
  .trust-section{
    grid-template-columns:repeat(2,1fr);
  }
  .trust-card:nth-child(2){
    border-right:0;
  }
  .trust-card:nth-child(-n+2){
    border-bottom:1px solid #DCE6F7;
  }
}
@media(max-width:760px){
  .nav-wrap{
    display:flex !important;
    justify-content:space-between;
  }
  .nav-links{
    justify-self:auto;
    gap:0;
  }
  .trust-section{
    grid-template-columns:1fr;
  }
  .trust-card{
    border-right:0;
    border-bottom:1px solid #DCE6F7;
  }
  .trust-card:last-child{
    border-bottom:0;
  }
  .page-main{
    width:min(100% - 32px,var(--dm-max));
    padding:38px 0 54px;
  }
  .page-content{
    padding:24px;
    border-radius:20px;
  }
}


/* Legal purchase microcopy */
.legal-microcopy{
  margin:10px 0 0;
  max-width:720px;
  font-size:.84rem;
  line-height:1.45;
  color:#5B667A;
}
.legal-microcopy a{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;
}
.purchase-action{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
}
.purchase-action .legal-microcopy{
  max-width:480px;
}
@media (max-width:720px){
  .purchase-action{width:100%;}
  .purchase-action .legal-microcopy{max-width:none;}
}


/* Purchase CTA legal links in header */
.nav-purchase{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:5px;
}
.nav-legal-links{
  margin:0;
  font-size:.68rem;
  line-height:1;
  font-weight:750;
  color:#6B7488;
  white-space:nowrap;
  text-align:right;
}
.nav-legal-links a{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;
}
.footer-legal{
  max-width:520px;
}
@media(max-width:760px){
  .nav-purchase .btn,
  .nav-legal-links{display:none;}
  .footer-legal{max-width:none;}
}

/* v18e refinements */
.inline-download-link {
  color: var(--dm-blue);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}

.inline-download-link:hover,
.inline-download-link:focus {
  color: var(--dm-navy);
}

/* Hero image opens preview modal */
.hero-preview-trigger {
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.hero-preview-trigger:hover,
.hero-preview-trigger:focus {
  transform: translateY(-2px);
  filter: saturate(1.04);
}

.hero-preview-trigger:focus {
  outline: 3px solid rgba(0, 67, 198, .24);
  outline-offset: 8px;
  border-radius: 28px;
}

/* Purchase copy: split details from legal agreement */
.purchase-details,
.hero-meta {
  color: #3F4C63;
  line-height: 1.55;
}

.purchase-terms {
  margin: 8px 0 0;
  color: #657189;
  font-size: .78rem;
  line-height: 1.42;
}

.purchase-terms a,
.nav-legal-links a {
  color: var(--dm-navy);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hero-purchase-terms {
  max-width: 520px;
}

.nav-legal-links {
  max-width: 310px;
  margin: 5px auto 0;
  font-size: .62rem;
  line-height: 1.22;
  color: #68758C;
  text-align: center;
}

.nav-legal-links a {
  font-size: inherit;
}

.purchase-cta {
  margin-top: 18px;
  margin-bottom: 42px;
  padding: 36px 42px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--dm-line);
  box-shadow: 0 18px 48px rgba(0,19,61,.065);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 36px;
  align-items: center;
}

.purchase-copy {
  max-width: 760px;
}

.purchase-copy p:not(.plain-kicker) {
  max-width: 720px;
}

.purchase-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.purchase-action .btn {
  box-shadow: 0 14px 28px rgba(0,67,198,.20);
}

.purchase-cta > .purchase-details,
.purchase-cta > .purchase-terms {
  grid-column: 1 / -1;
}

.purchase-cta > .purchase-details {
  margin: 4px 0 0;
  padding-top: 16px;
  border-top: 1px solid #E7EEF9;
  color: #46536C;
  font-size: .9rem;
}

.purchase-cta > .purchase-terms {
  margin-top: 2px;
}

/* Footer Variant A — selected reference */
.site-footer {
  border-top: 1px solid var(--dm-line);
  background: linear-gradient(180deg, #F9FBFF 0%, #F4F8FD 100%);
  padding: 72px 0 52px;
}

.footer-wrap {
  width: min(var(--dm-max), calc(100% - 48px));
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.25fr) minmax(140px, .62fr) minmax(130px, .55fr) minmax(130px, .55fr);
  gap: clamp(48px, 6vw, 92px);
  align-items: start;
}

.footer-brand-col {
  max-width: 355px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
  text-decoration: none;
}

.footer-logo picture,
.footer-logo img {
  width: 204px;
  height: auto;
  display: block;
}

.footer-brand-col p {
  margin: 0;
  color: #46536C;
  font-size: 1.02rem;
  line-height: 1.72;
  max-width: 340px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.footer-col h2 {
  margin: 0 0 10px;
  font-size: 1.02rem;
  line-height: 1.2;
  color: var(--dm-navy);
  font-weight: 900;
}

.footer-col a {
  color: #46536C;
  font-size: 1rem;
  line-height: 1.35;
  text-decoration: none;
}

.footer-col a:hover,
.footer-col a:focus {
  color: var(--dm-blue);
  text-decoration: underline;
  text-underline-offset: .18em;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  margin-top: 58px;
  padding-top: 28px;
  border-top: 1px solid #DDE6F2;
  color: #68758C;
  font-size: .92rem;
  line-height: 1.45;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom p:first-child {
  min-width: 0;
}

.footer-bottom p:last-child {
  text-align: right;
  min-width: 360px;
}

.footer-bottom a {
  color: inherit;
  text-decoration: none;
}

.footer-bottom a:hover,
.footer-bottom a:focus {
  color: var(--dm-blue);
  text-decoration: underline;
}

/* Styled 404 page */
.not-found-main {
  min-height: calc(100vh - 330px);
  display: flex;
  align-items: center;
}

.not-found-page-hero {
  max-width: 760px;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

@media (max-width: 900px) {
  .purchase-cta {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .purchase-action {
    justify-content: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .footer-bottom p:last-child {
    text-align: left;
    min-width: 0;
  }
}

@media (max-width: 580px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-logo picture,
  .footer-logo img {
    width: 180px;
  }

  .footer-wrap,
  .section,
  .clean-hero,
  .trust-section {
    width: min(100% - 32px, var(--dm-max));
  }
}

/* v18e minor footer/header alignment fix */
.nav-purchase {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.nav-legal-links {
  width: max-content;
  max-width: 100%;
  margin: 5px 0 0;
  text-align: right;
  align-self: flex-end;
  font-size: .58rem;
  line-height: 1.18;
  color: #68758C;
}

.site-footer {
  background: linear-gradient(180deg, #F9FBFF 0%, #F4F8FD 100%);
  padding: 70px 0 46px;
}

.footer-wrap {
  width: min(var(--dm-max), calc(100% - 48px));
  margin: 0 auto;
}

.footer-grid.footer-variant-a {
  display: grid;
  grid-template-columns: minmax(300px, 1.28fr) minmax(150px, .62fr) minmax(130px, .5fr) minmax(130px, .5fr);
  gap: clamp(48px, 6vw, 92px);
  align-items: start;
}

.footer-brand-col {
  max-width: 370px;
  text-align: left;
}

.footer-brand-col p {
  text-align: left;
  margin: 0;
  max-width: 350px;
  color: #46536C;
  font-size: 1.02rem;
  line-height: 1.7;
}

.footer-logo {
  justify-content: flex-start;
  margin-bottom: 22px;
}

.footer-logo picture,
.footer-logo img {
  width: 206px;
  height: auto;
}

.footer-col {
  text-align: left;
}

.footer-col h2 {
  font-size: 1.02rem;
  margin-bottom: 10px;
}

.footer-col a {
  font-size: 1rem;
}

.footer-bottom.footer-variant-a-bottom {
  display: block;
  margin-top: 56px;
  padding-top: 25px;
  border-top: 1px solid #DDE6F2;
  color: #68758C;
  font-size: .9rem;
  line-height: 1.45;
  text-align: left;
}

.footer-bottom.footer-variant-a-bottom p,
.footer-bottom.footer-variant-a-bottom p:last-child {
  max-width: none;
  min-width: 0;
  margin: 0;
  text-align: left;
  white-space: normal;
}

.footer-bottom.footer-variant-a-bottom a {
  color: inherit;
  text-decoration: none;
}

.footer-bottom.footer-variant-a-bottom a:hover,
.footer-bottom.footer-variant-a-bottom a:focus {
  color: var(--dm-blue);
  text-decoration: underline;
}

@media (max-width: 900px) {
  .nav-purchase {
    align-items: stretch;
  }

  .nav-legal-links {
    text-align: center;
    align-self: center;
    width: auto;
  }

  .footer-grid.footer-variant-a {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }

  .footer-bottom.footer-variant-a-bottom {
    text-align: left;
  }
}

@media (max-width: 580px) {
  .footer-grid.footer-variant-a {
    grid-template-columns: 1fr;
  }
}

/* v18e big purchase button restore */
.purchase-cta {
  margin-top: 18px;
  margin-bottom: 42px;
  padding: 42px 48px;
  border-radius: 24px;
  background: linear-gradient(135deg, #FFFFFF 0%, #F3F8FF 100%);
  border: 1px solid var(--dm-line);
  box-shadow: 0 18px 48px rgba(0,19,61,.065);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 32px;
  align-items: center;
}

.purchase-copy {
  max-width: 780px;
}

.purchase-copy p:not(.plain-kicker) {
  max-width: 720px;
}

.purchase-action {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
}

.purchase-action .btn {
  width: 100%;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(0,67,198,.20);
}

.purchase-action .purchase-terms {
  margin: 0;
  color: #657189;
  font-size: .76rem;
  line-height: 1.38;
  text-align: left;
}

.purchase-action .purchase-terms a {
  color: var(--dm-navy);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Ensure the purchase CTA does not show the longer explanatory line under the button */
.purchase-cta > .purchase-details {
  display: none;
}

@media (max-width: 900px) {
  .purchase-cta {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .purchase-action {
    align-items: stretch;
  }
}

/* v18g refinements */

/* Hero copy / cleanup */
.hero-copy {
  max-width: 540px;
}

.hero-meta {
  display: none;
}

.hero-purchase-terms {
  margin-top: 10px;
  max-width: 520px;
}

/* Hero feature row replaces the pill chips */
.hero-feature-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 14px;
}

.hero-feature-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--dm-navy);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.3;
}

.hero-feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 2px solid #9FC0FF;
  color: var(--dm-blue);
  background: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(0, 67, 198, 0.06);
}

.hero-feature-label {
  color: var(--dm-navy);
  white-space: nowrap;
}

.hero-feature-divider {
  width: 1px;
  height: 40px;
  background: #D9E4F2;
  flex: 0 0 1px;
}

/* Purchase card Variant A */
.purchase-cta.purchase-cta-variant-a {
  margin-top: 20px;
  margin-bottom: 42px;
  padding: 50px 56px;
  border-radius: 32px;
  background: linear-gradient(180deg, #FCFDFF 0%, #F4F8FD 100%);
  border: 1px solid #DDE7F6;
  box-shadow: 0 26px 60px rgba(16, 43, 86, 0.07);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 530px;
  gap: 42px;
  align-items: center;
}

.purchase-cta-variant-a .plain-kicker {
  margin-bottom: 16px;
  color: #2A5ED8;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.02rem;
}

.purchase-cta-variant-a h2 {
  margin: 0;
  color: var(--dm-navy);
  font-size: clamp(2.75rem, 4.7vw, 4.2rem);
  line-height: .98;
  letter-spacing: -.03em;
  max-width: 720px;
}

.purchase-cta-variant-a .purchase-copy > p:last-child {
  margin-top: 30px;
  max-width: 800px;
  color: #46536C;
  font-size: 1rem;
  line-height: 1.66;
}

.purchase-cta-variant-a .purchase-action {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
}

.purchase-cta-variant-a .purchase-action .btn {
  width: 100%;
  justify-content: center;
  font-size: 1.18rem;
  padding: 1.45rem 1.7rem;
  border-radius: 24px;
  box-shadow: 0 18px 34px rgba(0, 67, 198, .22);
}

.purchase-cta-variant-a .purchase-terms {
  max-width: 420px;
  margin: 0;
  color: #5B6984;
  font-size: .92rem;
  line-height: 1.65;
  text-align: left;
}

.purchase-terms.purchase-terms-muted a,
.purchase-cta-variant-a .purchase-terms a,
.hero-purchase-terms a,
.nav-legal-links a {
  color: #5E76A5;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.purchase-terms.purchase-terms-muted a:hover,
.purchase-terms.purchase-terms-muted a:focus,
.purchase-cta-variant-a .purchase-terms a:hover,
.purchase-cta-variant-a .purchase-terms a:focus,
.hero-purchase-terms a:hover,
.hero-purchase-terms a:focus,
.nav-legal-links a:hover,
.nav-legal-links a:focus {
  color: var(--dm-blue);
}

.purchase-cta-variant-a .purchase-details {
  display: none;
}

@media (max-width: 1180px) {
  .purchase-cta.purchase-cta-variant-a {
    grid-template-columns: 1fr 420px;
    gap: 34px;
  }
}

@media (max-width: 900px) {
  .hero-feature-row {
    gap: 14px;
  }

  .hero-feature-divider {
    display: none;
  }

  .purchase-cta.purchase-cta-variant-a {
    grid-template-columns: 1fr;
    padding: 34px;
    gap: 22px;
  }

  .purchase-cta-variant-a h2 {
    font-size: clamp(2.35rem, 8vw, 3.25rem);
  }

  .purchase-cta-variant-a .purchase-action .btn {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .hero-feature-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-feature-item {
    width: 100%;
  }
}

/* v18g top-to-bottom refinements */
.hero-feature-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:0;
  margin-top:20px;
  padding-top:12px;
  color:#6B7690;
  font-size:.96rem;
  font-weight:650;
  line-height:1.5;
}

.hero-feature-item,
.hero-feature-icon,
.hero-feature-label,
.hero-feature-divider{
  display:none !important;
}

.hero-feature-text{
  color:#66748E;
  font-weight:650;
  white-space:nowrap;
}

.hero-feature-bullet{
  color:#9AA6BD;
  font-weight:500;
  margin:0 12px;
  line-height:1;
}

.inline-download-link{
  color:#7082A4;
  font-weight:650;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:0.14em;
}

.inline-download-link:hover,
.inline-download-link:focus{
  color:#5B6F96;
}

.purchase-cta-variant-a .purchase-terms{
  width:100%;
  max-width:none;
  margin:0;
}

.purchase-cta-variant-a .purchase-action{
  align-items:stretch;
}

.purchase-cta-variant-a .purchase-action .btn{
  width:100%;
}

.secure-trust-icon{
  background:linear-gradient(180deg,#F4F8FF 0%, #EAF1FF 100%);
  border:1px solid #CFE0FF;
  color:var(--dm-blue);
  box-shadow:0 10px 24px rgba(0,67,198,.10);
}

.secure-trust-icon svg{
  display:block;
}

@media (max-width:640px){
  .hero-feature-row{
    gap:8px 0;
  }
  .hero-feature-bullet{
    margin:0 9px;
  }
}

/* v18h mobile menu fix */
@media (max-width: 760px) {
  .nav-wrap {
    position: relative;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-links {
    display: none !important;
    position: absolute;
    top: calc(100% + 14px);
    left: 24px;
    right: 24px;
    z-index: 50;
    padding: 28px 24px;
    border: 1px solid var(--dm-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 60px rgba(0, 19, 61, 0.12);
    text-align: center;
  }

  .nav-links.is-open {
    display: flex !important;
    flex-direction: column;
    gap: 26px;
  }

  .nav-links a {
    display: block;
    font-size: 1.15rem;
    line-height: 1.25;
  }

  .nav-purchase .btn,
  .nav-legal-links {
    display: none;
  }
}

@media (min-width: 761px) {
  .nav-links {
    display: flex;
  }

  .menu-toggle {
    display: none;
  }
}


/* v18h footer mockup refinement */
.site-footer {
  background: linear-gradient(180deg, #F8FBFF 0%, #F4F8FD 100%);
  padding: 72px 0 54px;
}

.footer-grid.footer-variant-a {
  grid-template-columns: minmax(300px, 1.3fr) minmax(150px, .62fr) minmax(130px, .5fr) minmax(130px, .5fr);
  gap: clamp(44px, 6vw, 88px);
  align-items: start;
}

.footer-brand-col {
  max-width: 380px;
}

.footer-logo {
  margin-bottom: 24px;
}

.footer-logo picture,
.footer-logo img {
  width: 208px;
}

.footer-brand-col > p {
  margin: 0;
  max-width: 355px;
  color: #4B5870;
  font-size: 1.02rem;
  line-height: 1.72;
}

.footer-brand-meta {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #DDE6F2;
  max-width: 355px;
}

.footer-brand-meta p {
  margin: 0;
  color: #7A859A;
  font-size: .92rem;
  line-height: 1.55;
}

.footer-brand-meta p + p {
  margin-top: 4px;
}

.footer-brand-meta a {
  color: inherit;
  text-decoration: none;
}

.footer-brand-meta a:hover,
.footer-brand-meta a:focus {
  color: var(--dm-blue);
  text-decoration: underline;
}

.footer-col {
  gap: 12px;
}

.footer-col h2 {
  margin: 0 0 12px;
  font-size: 1rem;
  color: var(--dm-navy);
  font-weight: 900;
}

.footer-col a {
  color: #4B5870;
  font-size: 1rem;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .footer-grid.footer-variant-a {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .footer-brand-col {
    max-width: none;
    grid-column: 1 / -1;
  }

  .footer-brand-col > p,
  .footer-brand-meta {
    max-width: none;
  }
}

@media (max-width: 580px) {
  .site-footer {
    padding: 56px 0 42px;
  }

  .footer-grid.footer-variant-a {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-logo picture,
  .footer-logo img {
    width: 184px;
  }

  .footer-brand-col > p {
    font-size: 1rem;
  }

  .footer-brand-meta p {
    font-size: .9rem;
  }
}

/* v18h Lemon Squeezy trust signal refinement */
.trust-section.trust-section-combined {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr;
}

.trust-section-combined .trust-card {
  align-items: center;
}

.trust-card-checkout {
  grid-template-columns: 56px 1fr;
}

.trust-card-checkout h3 {
  margin-bottom: 8px;
}

.trust-card-checkout p {
  max-width: 620px;
}

.download-icon {
  background: #fff;
}

@media (max-width: 1050px) {
  .trust-section.trust-section-combined {
    grid-template-columns: 1fr;
  }

  .trust-section-combined .trust-card {
    border-right: 0;
    border-bottom: 1px solid var(--dm-line);
  }

  .trust-section-combined .trust-card:last-child {
    border-bottom: 0;
  }
}


/* v18h external SVG trust icons */
.trust-icon-svg {
  width: 26px;
  height: 26px;
  display: block;
}

.download-icon,
.secure-trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* v19 US/refund disclosure refinement */
.refund-disclosure {
  display: block;
  margin-top: 4px;
  color: #6F7C93;
  font-weight: 500;
}
