/* ===================== NoDrama landing — base ===================== */
.nodrama-landing,.nodrama-landing *,.nodrama-landing *::before,.nodrama-landing *::after,.nd-header,.nd-header *,.nd-header *::before,.nd-header *::after,.nd-footer,.nd-footer *,.nd-footer *::before,.nd-footer *::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body.nodrama-landing{margin:0;padding:0;background:#fff;color:#0b0f0c;font-family:'General Sans',-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
html{scrollbar-gutter:auto}body.nodrama-landing{min-height:100vh;display:flex;flex-direction:column}#nodrama-main{display:flex;flex-direction:column;flex:1 0 auto;overflow-x:clip}
.nodrama-landing img,.nodrama-landing svg,.nd-header img,.nd-header svg,.nd-footer img,.nd-footer svg{display:block;max-width:100%}
:where(.nodrama-landing,.nd-header,.nd-footer) a{text-decoration:none;color:inherit}
:where(.nodrama-landing,.nd-header,.nd-footer) button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
:root{--nd-bg:#0b0f0c;--nd-green:#00d920;--nd-ink:#262626;--nd-white:#fff;--nd-maxw:1216px;--nd-gutter:112px}
.nd-container{max-width:var(--nd-maxw);margin:0 auto;padding:0 24px}

/* ===================== reveal animation ===================== */
.nd-reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,.84,.44,1),transform .7s cubic-bezier(.16,.84,.44,1)}
.nd-reveal.is-visible{opacity:1;transform:none}
.nd-reveal[data-nd-delay='1']{transition-delay:.08s}
.nd-reveal[data-nd-delay='2']{transition-delay:.16s}
.nd-reveal[data-nd-delay='3']{transition-delay:.24s}
@media (prefers-reduced-motion:reduce){.nd-reveal{transition:none;opacity:1;transform:none}}

/* ===================== Header ===================== */
.nd-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #262626;transition:box-shadow .3s ease;animation:nd-slidedown .6s cubic-bezier(.16,.84,.44,1) both}
.nd-header.is-stuck{box-shadow:0 6px 24px rgba(0,0,0,.08)}
.nd-header__inner{display:flex;align-items:stretch;height:68px}
.nd-header__logo{display:flex;align-items:center;padding-left:var(--nd-gutter)}
.nd-header__logo svg{width:146px;height:36px}
.nd-header__divider{width:1px;background:#262626;margin-left:33px}
.nd-header__nav{display:flex;align-items:center;margin-left:40px}
.nd-nav-link{display:inline-flex;align-items:center;gap:6px;height:100%;padding:0 16px;font-family:'General Sans',sans-serif;font-weight:400;font-size:20px;letter-spacing:1px;line-height:1;text-transform:uppercase;color:#262626;white-space:nowrap;transition:color .2s ease}
.nd-nav-link:hover{color:#000}
.nd-nav-link .nd-caret{width:13px;height:13px}
.nd-header__cta{margin-left:auto;margin-right:40px;align-self:center;display:inline-flex;align-items:center;justify-content:center;gap:12px;background:#0b0f0c;color:#fff;padding:13px 26px;font-family:'League Spartan','General Sans',sans-serif;font-weight:500;font-size:16px;letter-spacing:1px;line-height:1;text-transform:uppercase;white-space:nowrap;transition:background .25s ease,color .25s ease}
.nd-header__cta:hover{background:#00d920;color:#0b0f0c}
.nd-header__actions{margin-left:auto;margin-right:40px;align-self:center;display:flex;align-items:center;gap:14px}
.nd-header__actions .nd-header__cta{margin:0;align-self:auto}
.nd-header__cta--ghost{background:transparent;color:#0b0f0c;border:1.5px solid #0b0f0c}
.nd-header__cta--ghost:hover{background:#0b0f0c;color:#fff;border-color:#0b0f0c}
@media(max-width:1024px){.nd-header__cta,.nd-header__actions{display:none}}
.nd-footer__cta{align-self:flex-start;margin-top:28px;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#00d920;color:#0b0f0c;padding:14px 30px;font-family:'League Spartan','General Sans',sans-serif;font-weight:500;font-size:16px;letter-spacing:.6px;line-height:1;text-transform:uppercase;white-space:nowrap;transition:background .25s ease,color .25s ease,transform .25s ease}
.nd-footer__cta:hover{background:#fff;color:#0b0f0c;transform:translateY(-2px)}
.nd-mnav__cta--primary{background:#00d920;color:#0b0f0c}
.nd-mnav__cta--primary:hover{background:#0b0f0c;color:#fff}
.nd-header__cta .nd-cta-icon{width:18px;height:18px;display:inline-flex}
@keyframes nd-slidedown{from{transform:translateY(-100%);opacity:0}to{transform:none;opacity:1}}
@media (max-width:1024px){
 .nd-header__logo{padding-left:24px}
 .nd-header__divider,.nd-header__nav{display:none}
 .nd-header__cta{padding:0 20px;font-size:16px}
}

/* ===================== Hero ===================== */
.nd-hero{position:relative;background:#fff;padding:86px 112px 72px;overflow:hidden}
.nd-hero__inner{max-width:1216px;margin:0 auto;position:relative}
.nd-hero__top{display:flex;flex-direction:column;gap:24px;max-width:1196px;position:relative;z-index:2}
.nd-hero__headwrap{display:flex;flex-direction:column;gap:15px}
.nd-hero h1{margin:0;max-width:760px;font-family:'General Sans',sans-serif;font-weight:500;font-size:64px;line-height:70.4px;letter-spacing:-1px;color:#262626}
.nd-hero__sub{margin:0;max-width:560px;font-family:'League Spartan','General Sans',sans-serif;font-weight:400;font-size:22px;line-height:1.3;letter-spacing:0;color:#6b6b6b}
.nd-hero__cta{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;height:48px;padding:0 24px;background:#262626;color:#fff;border-radius:4px;font-family:'League Spartan','General Sans',sans-serif;font-weight:500;font-size:20px;line-height:1;transition:background .25s ease,transform .25s ease}
.nd-hero__cta:hover{background:#000;transform:translateY(-2px)}
.nd-hero__cta .nd-arrow{width:11px;height:11px;display:inline-flex}
.nd-trust{display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.nd-trust__item{display:inline-flex;gap:6px;align-items:center;font-family:'General Sans',sans-serif;font-size:15px;line-height:1.4;letter-spacing:.1px;color:#404040}
.nd-trust__item::before{content:'';width:6px;height:6px;border-radius:50%;background:#00d920;flex:0 0 auto}
.nd-hero__mascot{position:absolute;top:72px;left:824px;width:280px;height:280px;pointer-events:none;z-index:1;animation:nd-float 5.5s ease-in-out infinite}
.nd-hero__mascot::before{content:'';position:absolute;inset:-16%;background:radial-gradient(circle at 50% 48%,rgba(0,217,32,.5),rgba(0,217,32,.14) 46%,transparent 70%);z-index:-1;pointer-events:none}.nd-hero__mascot img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 20px rgba(0,217,32,.55)) drop-shadow(0 0 46px rgba(0,217,32,.32))}
@keyframes nd-float{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-14px) rotate(2deg)}}
.nd-hero__deck{position:relative;width:460px;height:512px;margin-top:24px}
.nd-deck-card{position:absolute;top:0;width:384px;height:512px;background:#f1f1f1;overflow:hidden}
.nd-deck-card--1{left:0;z-index:1}
.nd-deck-card--2{left:32px;z-index:2}
.nd-deck-card--3{left:64px;z-index:3;transition:transform .4s ease,box-shadow .4s ease}
.nd-deck-card--3:hover{transform:translateY(-6px);box-shadow:0 24px 48px rgba(0,0,0,.12)}
.nd-deck-card__img{width:100%;height:300px;object-fit:cover;object-position:center top;display:block}
.nd-deck-card__body{padding:30px 30px 0}
.nd-deck-card__title{margin:0 0 12px;font-family:'General Sans',sans-serif;font-weight:500;font-size:28px;line-height:1.12;letter-spacing:-1px;color:#262626}
.nd-deck-card__title .g{color:#00d920}
.nd-deck-card__text{margin:0;font-family:'General Sans',sans-serif;font-weight:400;font-size:16px;line-height:1.24;letter-spacing:-0.36px;color:#404040;max-width:296px}
.nd-trusted{margin-top:48px;position:relative;z-index:2}
.nd-trusted__label{margin:0 0 18px;font-family:'General Sans',sans-serif;font-size:20px;line-height:1.24;color:#404040;max-width:330px}
.nd-marquee{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}
.nd-marquee__track{display:flex;align-items:center;width:max-content;animation:nd-marquee 40s linear infinite}
.nd-marquee:hover .nd-marquee__track{animation-play-state:paused}
.nd-marquee img{height:28px;width:auto;flex-shrink:0;margin-right:90px;object-fit:contain}
@keyframes nd-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (max-width:1100px){
 .nd-hero{padding:48px 24px 56px}
 .nd-hero h1{font-size:38px;line-height:1.15}
 .nd-hero__mascot{display:none}
 .nd-hero__deck{transform:scale(.85);transform-origin:left top}
}

/* ===================== We've Seen This Before ===================== */
.nd-seen{background:#f1f1f1;padding:112px 112px 96px;display:flex;flex-direction:column;gap:64px;align-items:center}
.nd-seen__title{margin:0;font-family:'General Sans',sans-serif;font-weight:500;font-size:56px;line-height:1.04;letter-spacing:-1px;color:#262626;text-align:center}
.nd-cases{width:100%;max-width:1216px}
.nd-cases__top{height:1px;background:#262626;width:100%}
.nd-case{display:flex;gap:56px;align-items:flex-start;padding:56px 24px;transition:background .35s ease}
.nd-case:hover{background:#fff}
.nd-case__num{flex:0 0 200px;width:200px;margin:0;font-family:'League Spartan',sans-serif;font-weight:700;font-size:144px;line-height:.82;letter-spacing:-6px;color:transparent;-webkit-text-stroke:1.5px #00d920;transition:color .35s ease,-webkit-text-stroke-width .35s ease,transform .35s ease}
.nd-case:hover .nd-case__num{color:#00d920;-webkit-text-stroke-width:0;transform:translateX(4px)}
.nd-case__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:32px}
.nd-case__h{margin:0;font-family:'General Sans',sans-serif;font-weight:600;font-size:36px;line-height:1.08;letter-spacing:-0.8px;color:#262626}
.nd-case__cols{display:flex;gap:64px;max-width:880px}
.nd-case__desc{flex:1;min-width:0;margin:0;font-family:'General Sans',sans-serif;font-weight:400;font-size:20px;line-height:1.55;letter-spacing:-0.1px;color:#404040}
.nd-case__fix{flex:1;min-width:0;display:flex;gap:24px;align-items:stretch}
.nd-case__barwrap{display:flex;align-items:center}
.nd-case__bar{width:2px;height:24px;background:#00d920;transition:height .4s ease}
.nd-case:hover .nd-case__bar{height:100%}
.nd-case__fixtext{flex:1;min-width:0;margin:0;font-family:'General Sans',sans-serif;font-weight:500;font-size:23px;line-height:1.55;letter-spacing:-0.1px;color:#262626}
.nd-case-div{height:1px;background:#e3e3e3;width:100%}
.nd-seen__closing{max-width:860px;padding-top:24px;margin:0;font-family:'General Sans',sans-serif;font-weight:600;font-size:36px;line-height:1.3;letter-spacing:-0.6px;color:#262626;text-align:center}
.nd-seen__hl{position:relative;white-space:nowrap}
.nd-seen__hl .nd-marker{position:absolute;left:-4px;right:-4px;bottom:-12px;width:auto;height:18px;max-width:none}
.nd-seen__dot{color:#00d920}
@media(max-width:1100px){
 .nd-seen{padding:64px 24px}
 .nd-seen__title{font-size:38px}
 .nd-case{flex-direction:column;gap:18px;padding:32px 0}
 .nd-case__num{font-size:88px;flex-basis:auto;width:auto}
 .nd-case__cols{flex-direction:column;gap:22px}
 .nd-seen__closing{font-size:26px}
 .nd-seen__hl{white-space:normal}
}

/* ===================== Three Steps ===================== */
.nd-steps{background:#fbfbfb;padding:144px 112px 112px;display:flex;flex-direction:column;gap:96px;align-items:center}
.nd-steps__head{width:100%;max-width:1216px}
.nd-steps__title{margin:0;max-width:760px;font-family:'General Sans',sans-serif;font-weight:500;font-size:56px;line-height:1.04;letter-spacing:-1px;color:#262626}
.nd-steps__title .g{color:#00d920}
.nd-steps__descent{width:100%;max-width:1216px;display:flex;gap:24px;align-items:stretch}
.nd-steps__axis{flex:0 0 56px;border-right:1px solid #e3e3e3;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;padding:12px 0}
.nd-steps__axis i{display:block;width:9px;height:1px;background:#262626}
.nd-steps__treads{flex:1;min-width:0;display:flex;flex-direction:column}
.nd-tread-row{display:flex}
.nd-tread-row--2{padding-left:142px}
.nd-tread-row--3{padding-left:284px}
.nd-tread{width:852px;max-width:100%;padding:44px;display:flex;gap:36px;align-items:flex-start}
.nd-tread--dark{background:#161616}
.nd-tread--gray{background:#f1f1f1}
.nd-tread--white{background:#fff;border:1px solid #e3e3e3}
.nd-tread__num{margin:0;font-family:'League Spartan',sans-serif;font-weight:600;font-size:112px;line-height:.82;letter-spacing:-5px;flex:0 0 auto}
.nd-tread--dark .nd-tread__num{color:#00d920}
.nd-tread--gray .nd-tread__num,.nd-tread--white .nd-tread__num{color:#262626}
.nd-tread__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px}
.nd-tread__title{margin:0;font-family:'General Sans',sans-serif;font-weight:600;font-size:36px;line-height:1.05;letter-spacing:-0.8px}
.nd-tread--dark .nd-tread__title{color:#fff}
.nd-tread--gray .nd-tread__title,.nd-tread--white .nd-tread__title{color:#262626}
.nd-tread__desc{margin:0;font-family:'General Sans',sans-serif;font-weight:400;font-size:20px;line-height:1.55;letter-spacing:-0.1px}
.nd-tread--dark .nd-tread__desc{color:rgba(255,255,255,.72)}
.nd-tread--gray .nd-tread__desc,.nd-tread--white .nd-tread__desc{color:rgba(38,38,38,.72)}
.nd-tread__ledger{flex:0 0 220px;width:220px;padding-left:24px;border-left:1px solid #e3e3e3;display:flex;flex-direction:column;gap:16px}
.nd-tread--dark .nd-tread__ledger{border-left-color:rgba(255,255,255,.18)}
.nd-ledger-row{display:flex;gap:12px;align-items:baseline}
.nd-ledger-row b{flex:0 0 36px;width:36px;font-family:'League Spartan',sans-serif;font-weight:600;font-size:11px;letter-spacing:2.2px;text-transform:uppercase}
.nd-tread--dark .nd-ledger-row b{color:rgba(255,255,255,.5)}
.nd-tread--gray .nd-ledger-row b,.nd-tread--white .nd-ledger-row b{color:rgba(38,38,38,.5)}
.nd-ledger-row span{flex:1;min-width:0;font-family:'General Sans',sans-serif;font-size:15px;line-height:1.4;letter-spacing:-0.1px}
.nd-tread--dark .nd-ledger-you span{color:rgba(255,255,255,.92)}
.nd-tread--gray .nd-ledger-you span,.nd-tread--white .nd-ledger-you span{color:rgba(38,38,38,.42);text-decoration:line-through}
.nd-ledger-we span{font-weight:600}
.nd-tread--dark .nd-ledger-we span{color:#00d920}
.nd-tread--gray .nd-ledger-we span,.nd-tread--white .nd-ledger-we span{color:#00b91b}
@media(max-width:1100px){
 .nd-steps{padding:64px 24px}
 .nd-steps__title{font-size:38px;letter-spacing:-0.5px}
 .nd-steps__axis{display:none}
 .nd-tread-row--2,.nd-tread-row--3{padding-left:0}
 .nd-tread{width:100%;flex-direction:column;gap:20px;padding:28px}
 .nd-tread__num{font-size:72px}
 .nd-tread__ledger{flex-basis:auto;width:100%;border-left:0;border-top:1px solid #e3e3e3;padding-left:0;padding-top:18px}
 .nd-tread-row{margin-bottom:16px}
}

/* ===================== Pricing ===================== */
.nd-pricing{background:#fff;padding:64px 24px;display:flex;flex-direction:column;align-items:center;gap:40px}
.nd-pricing__inner{width:100%;max-width:1204px;display:flex;flex-direction:column;align-items:center;gap:28px}
.nd-pricing__head{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;max-width:760px}
.nd-pricing__title{margin:0;font-family:'General Sans',sans-serif;font-weight:500;font-size:56px;line-height:58px;letter-spacing:-0.5px;color:#262626}
.nd-pricing__sub{margin:0;font-family:'General Sans',sans-serif;font-weight:400;font-size:22px;line-height:1.3;letter-spacing:0;color:#6b6b6b}
.nd-pricing__tabs{display:inline-flex;height:66px;max-width:100%;border:1px solid #e3e3e3}.nd-pricing__tabs .nd-tab{padding:0 28px;gap:10px;white-space:nowrap}.np-pct{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#00d920;color:#262626;font-family:'League Spartan',sans-serif;font-weight:700;font-size:10px}
.nd-tab{flex:1;display:flex;align-items:center;justify-content:center;border:1px solid #e3e3e3;background:#f1f1f1;font-family:'General Sans',sans-serif;font-size:20px;letter-spacing:1px;text-transform:uppercase;color:#262626;cursor:pointer;transition:background .25s ease}
.nd-tab+.nd-tab{border-left:0}
.nd-tab.is-active{background:#fff;font-family:'League Spartan',sans-serif;font-weight:500}
.nd-pricing__wrap{width:100%;display:flex;flex-direction:column;gap:36px;align-items:center}
.nd-pricing__panel{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto 1fr;grid-auto-flow:column;border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;border-right:1px solid #e3e3e3}
.nd-plan__head,.nd-plan__price,.nd-plan__features{border-left:1px solid #e3e3e3;padding-left:28px;padding-right:16px}
.nd-plan__head{padding-top:32px;padding-bottom:24px;min-height:131px;position:relative}
.nd-plan__name{margin:0 0 8px;font-family:'General Sans',sans-serif;font-weight:500;font-size:28px;line-height:33.6px;letter-spacing:-0.35px;color:#262626;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.nd-plan__badge{display:inline-flex;align-items:center;gap:4px;background:#6b6b6b;color:#fff;font-family:'League Spartan',sans-serif;font-weight:500;font-size:13px;letter-spacing:1px;text-transform:uppercase;padding:5px 13px}
.nd-plan__badge svg{width:12px;height:12px}
.nd-plan__desc{margin:0;font-family:'General Sans',sans-serif;font-weight:400;font-size:20px;line-height:23px;letter-spacing:-0.15px;color:#404040;max-width:340px}
.nd-plan__price{border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;padding-top:33px;padding-bottom:33px;display:flex;align-items:flex-end;gap:5px;position:relative;overflow:hidden}
.nd-plan__price--anim::before{content:'';position:absolute;inset:0;z-index:0;animation:nd-gridfade 3.2s ease-in-out infinite}
.nd-plan__price--anim.is-grid::before{background:url(../img/pricing/grid.webp) center/cover no-repeat}
@keyframes nd-gridfade{0%,100%{opacity:.5}50%{opacity:1}}
.nd-plan__amt{position:relative;z-index:1;font-family:'General Sans',sans-serif;font-weight:500;font-size:64px;line-height:61.6px;letter-spacing:-1px;color:#262626}
.nd-plan__per{position:relative;z-index:1;font-family:'General Sans',sans-serif;font-size:13px;letter-spacing:1px;text-transform:uppercase;color:#262626;padding-bottom:8px}
.nd-plan__features{padding-top:32px;padding-bottom:32px;display:flex;flex-direction:column;gap:16px}
.nd-feat{display:flex;gap:11px;align-items:center}
.nd-feat__ic{flex:0 0 20px;width:20px;height:20px;background:#00d920;display:flex;align-items:center;justify-content:center}
.nd-feat__ic svg{width:11px;height:8px}
.nd-feat span{font-family:'General Sans',sans-serif;font-size:20px;line-height:26px;letter-spacing:-0.15px;color:#404040}
.nd-pricing__cta{align-self:center;display:inline-flex;align-items:center;gap:16px;height:56px;padding:0 32px;background:#262626;color:#fff;border-radius:4px;font-family:'General Sans',sans-serif;font-weight:500;font-size:23px;line-height:1;transition:background .25s,transform .25s}
.nd-pricing__cta:hover{background:#000;transform:translateY(-2px)}
.nd-pricing__cta .nd-arrow{width:18px;height:14px;display:inline-flex}
.nd-pricing__fine{margin:0;max-width:926px;text-align:center;font-family:'General Sans',sans-serif;font-size:22px;line-height:1.14;letter-spacing:-0.176px;color:#404040}
.nd-pricing__rule{width:100%;max-width:1202px;height:1px;background:#e3e3e3;margin-top:12px}
.nd-pulse{animation:nd-pulse .4s ease}
@keyframes nd-pulse{0%{opacity:.3;transform:translateY(5px)}100%{opacity:1;transform:none}}
@media(max-width:1100px){
 .nd-pricing__title{font-size:38px;line-height:1.05}
 .nd-pricing__tabs{width:100%}.nd-pricing__tabs .nd-tab{padding:0 6px;font-size:12px;letter-spacing:.3px}
 .nd-tab{font-size:13px;padding:0 4px;letter-spacing:.5px}
 .nd-pricing__panel{grid-template-columns:1fr;grid-auto-flow:row;grid-template-rows:none;border-right:1px solid #e3e3e3;border-left:1px solid #e3e3e3}
 .nd-plan__head{min-height:0}
 .nd-pricing__panel>.nd-plan__features:not(:last-child){border-bottom:1px solid #e3e3e3}
}

/* ===================== Green banner ===================== */
.nd-banner{background:#00d920;display:flex;align-items:center;justify-content:center;padding:18px 124px;min-height:70px}
.nd-banner__row{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1225px;gap:24px}
.nd-banner__item{display:flex;align-items:center;gap:8px}
.nd-banner__item img{width:34px;height:34px;flex:0 0 34px}
.nd-banner__item span{font-family:'League Spartan',sans-serif;font-weight:600;font-size:20px;letter-spacing:1px;text-transform:uppercase;color:#262626;white-space:nowrap}
@media(max-width:1100px){
 .nd-banner{padding:14px 16px;justify-content:flex-start;overflow:hidden}
 .nd-banner__row{justify-content:flex-start;gap:48px;width:max-content;animation:nd-marquee 18s linear infinite}
 .nd-banner__item span{font-size:15px}
}

/* ===================== Business Asset ===================== */
.nd-asset{background:#f1f1f1;padding:56px 112px}
.nd-asset__box{width:100%;max-width:1216px;margin:0 auto;border-top:1px solid #e3e3e3;border-left:1px solid #e3e3e3;display:flex;align-items:stretch;flex-wrap:wrap}
.nd-asset__left{background:#fbfbfb;border-right:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;flex:1;min-width:380px;padding:40px 41px 33px 40px;display:flex;flex-direction:column;justify-content:space-between;gap:32px}
.nd-asset__h{margin:0;font-family:'League Spartan',sans-serif;font-weight:500;font-size:56px;line-height:1.05;color:#262626;max-width:600px}
.nd-asset__h2{margin:6px 0 0;font-family:'General Sans',sans-serif;font-weight:500;font-size:40px;line-height:1.05;color:#262626}
.nd-asset__p{margin:16px 0 0;font-family:'General Sans',sans-serif;font-size:22px;line-height:1.3;letter-spacing:0;color:#6b6b6b;max-width:516px}
.nd-asset__grid{margin-top:28px;width:100%;max-width:663px}
.nd-asset__grid img{width:100%;height:auto;display:block}
.nd-asset__right{flex:0 0 467px;max-width:467px;display:flex;flex-direction:column}
.nd-asset__rhead{background:#161616;color:#fff;padding:24px;font-family:'League Spartan',sans-serif;font-weight:600;font-size:20px;letter-spacing:-0.42px;text-transform:uppercase;border-right:1px solid #161616}
.nd-asset__row{display:flex;gap:15px;align-items:center;padding:22px 61px 23px 39px;border-bottom:1px solid #e3e3e3;border-right:1px solid #e3e3e3;background:#f1f1f1;flex:1;transition:background .3s ease}
.nd-asset__row:hover{background:#fff}
.nd-asset__row img{width:64px;height:64px;flex:0 0 64px}
.nd-asset__row span{font-family:'General Sans',sans-serif;font-size:20px;line-height:1.24;color:#262626}
@media(max-width:1100px){
 .nd-asset{padding:40px 16px}
 .nd-asset__box{flex-direction:column}
 /* min-width:0 is load-bearing: .nd-asset__left carries min-width:380px from the desktop rule, which below a ~412px viewport is wider than the box and pushes the card past the right margin while the left stays put. */
 .nd-asset__left,.nd-asset__right{flex:1 1 100%;max-width:100%;width:100%;min-width:0}
 .nd-asset__h{font-size:40px}
 .nd-asset__h2{font-size:30px}
 .nd-asset__row{flex:0 0 auto}
}

/* ===================== FAQ ===================== */
.nd-faq{background:#fff;padding:56px 112px;display:flex;gap:40px;align-items:flex-start}
.nd-faq__title{flex:0 0 482px;max-width:482px;margin:0;font-family:'General Sans',sans-serif;font-weight:500;font-size:56px;line-height:.98;letter-spacing:-1px;color:#262626}
.nd-faq__list{flex:1;min-width:0;max-width:760px}
.nd-faq__item{border-bottom:1px solid #efefef}
.nd-faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0;text-align:left;cursor:pointer;background:none;border:0}
.nd-faq__q-text{font-family:'General Sans',sans-serif;font-weight:400;font-size:20px;line-height:25px;letter-spacing:-0.48px;color:#404040;max-width:460px;transition:color .25s ease}
.nd-faq__item.is-open .nd-faq__q-text,.nd-faq__q:hover .nd-faq__q-text{color:#262626}
.nd-faq__toggle{flex:0 0 36px;width:36px;height:36px;border:1px solid #d8d8d8;border-radius:50%;position:relative;transition:border-color .3s ease,transform .35s ease}
.nd-faq__toggle::before,.nd-faq__toggle::after{content:'';position:absolute;left:50%;top:50%;width:12px;height:1.5px;background:#080808;border-radius:6px;transition:transform .35s ease,opacity .35s ease}
.nd-faq__toggle::before{transform:translate(-50%,-50%)}
.nd-faq__toggle::after{transform:translate(-50%,-50%) rotate(90deg)}
.nd-faq__item.is-open .nd-faq__toggle{border-color:#00d920;transform:rotate(180deg)}
.nd-faq__item.is-open .nd-faq__toggle::after{transform:translate(-50%,-50%) rotate(90deg) scaleX(0);opacity:0}
.nd-faq__a{overflow:hidden;max-height:0;transition:max-height .45s ease}
.nd-faq__a-inner{padding:0 56px 26px 0;font-family:'General Sans',sans-serif;font-size:18px;line-height:1.55;letter-spacing:-0.1px;color:#6b6b6b;max-width:600px}
.nd-faq__item.is-open .nd-faq__a{max-height:260px}
@media(max-width:1100px){.nd-faq{flex-direction:column;padding:48px 24px;gap:24px}.nd-faq__title{flex-basis:auto;max-width:none;font-size:38px}}

/* ===================== Final CTA ===================== */
.nd-cta-dark{display:inline-flex;align-items:center;gap:16px;height:56px;padding:0 32px;background:#262626;color:#fff;border-radius:4px;font-family:'General Sans',sans-serif;font-weight:500;font-size:23px;line-height:1;transition:background .25s,transform .25s}
.nd-cta-dark:hover{background:#000;transform:translateY(-2px)}
.nd-cta-dark .nd-arrow{width:18px;height:14px;display:inline-flex}
.nd-finalcta{background:#fbfbfb;border-top:1px solid #e3e3e3;display:flex;flex-direction:column;gap:36px;align-items:center;justify-content:center;padding:86px 24px 90px;text-align:center}
.nd-finalcta__title{margin:0;font-family:'General Sans',sans-serif;font-weight:500;font-size:56px;line-height:58px;letter-spacing:-1px;color:#262626;max-width:840px}
.nd-finalcta__row{display:flex;gap:44px;align-items:center;flex-wrap:wrap;justify-content:center}
.nd-finalcta__item{display:flex;gap:10px;align-items:center}
.nd-finalcta__item span{font-family:'General Sans',sans-serif;font-size:23px;line-height:1.4;letter-spacing:-0.15px;color:#404040}
@media(max-width:1100px){.nd-finalcta{padding:56px 20px 60px}.nd-finalcta__title{font-size:36px;line-height:1.08}.nd-finalcta__item span{font-size:17px}}

/* ===================== Footer ===================== */
.nd-footer{background:#fff;padding:0 16px;margin-top:auto}
.nd-footer__card{max-width:1424px;margin:0 auto;background:#242424;border:1px solid rgba(243,243,243,.05);border-radius:8px;padding:48px 64px 36px;color:#d4d4d4;display:flex;flex-direction:column}
.nd-footer__main{display:flex;gap:48px;justify-content:space-between;flex-wrap:wrap}
.nd-footer__brand{flex:1 1 360px;max-width:400px;display:flex;flex-direction:column}
.nd-footer__logo{height:34px;margin-bottom:24px}
.nd-footer__logo img,.nd-footer__logo svg{height:34px;width:auto;display:block}
.nd-footer__desc{margin:0;font-family:'League Spartan','General Sans',sans-serif;font-size:16px;line-height:1.4;letter-spacing:0;color:#d4d4d4;max-width:340px}
.nd-footer__socials{display:flex;gap:11px;margin-top:28px}
.nd-footer__social{width:35px;height:35px;background:rgba(107,107,107,.48);display:flex;align-items:center;justify-content:center;color:#fff;transition:background .25s ease}
.nd-footer__social:hover{background:rgba(107,107,107,.85)}
.nd-footer__social svg{width:20px;height:20px}
.nd-footer__col{flex:0 0 auto;min-width:160px}
.nd-footer__col h4{margin:0 0 18px;font-family:'League Spartan','General Sans',sans-serif;font-weight:600;font-size:18px;line-height:1.3;letter-spacing:.3px;color:#fff}
.nd-footer__col a{display:block;width:fit-content;margin-bottom:2px;font-family:'League Spartan','General Sans',sans-serif;font-size:16px;line-height:1.9;letter-spacing:0;color:#d4d4d4;transition:color .2s ease}
.nd-footer__col a:hover{color:#00d920}
.nd-footer__col a.is-active{color:#00d920;text-decoration:underline}
.nd-footer__base{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:auto;padding-top:40px;flex-wrap:wrap}
.nd-footer__copy,.nd-footer__legal a{font-family:'League Spartan','General Sans',sans-serif;font-size:14px;line-height:1.3;letter-spacing:.2px;color:rgba(243,243,243,.7)}
.nd-footer__legal{display:flex;gap:24px}
.nd-footer__legal a{transition:color .2s ease}
.nd-footer__legal a:hover{color:#00d920}
@media(max-width:1100px){
 .nd-footer__card{padding:40px 28px 32px}
 .nd-footer__main{gap:32px}
 .nd-footer__socials{margin-top:32px}
 .nd-footer__col a,.nd-footer__col h4,.nd-footer__desc{font-size:17px;line-height:24px}
 .nd-footer__base{flex-direction:column;align-items:flex-start;gap:14px}
}

/* ===================== Elementor native-section compat ===================== */
.nd-banner.e-con{flex-direction:row;background:#00d920;justify-content:center;align-items:center;padding:18px 124px;min-height:70px}
.nd-banner__row.e-con{flex-direction:row;flex-wrap:nowrap;max-width:1225px;width:100%;margin:0 auto;justify-content:space-between;align-items:center;gap:24px}
.nd-banner__item.e-con{flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px;width:auto;flex-grow:0;padding:0}
.nd-banner__item .elementor-widget-image{width:auto;margin:0}
.nd-banner__item .elementor-widget-image .elementor-widget-container{line-height:0}
.nd-banner__item img{width:34px;height:34px;max-width:none}
.nd-banner__item .elementor-widget-text-editor{width:auto}
.nd-banner__txt .elementor-widget-container,.nd-banner__txt p{margin:0;font-family:'League Spartan',sans-serif;font-weight:600;font-size:20px;letter-spacing:1px;text-transform:uppercase;color:#262626;white-space:nowrap;line-height:1}
@media(max-width:1100px){.nd-banner.e-con{padding:14px 16px;justify-content:flex-start}.nd-banner__row.e-con{flex-wrap:wrap;gap:20px}}

/* Banner native (settings-driven container + widget-class text) */
.nd-banner__txt .elementor-widget-container{display:flex;align-items:center;gap:8px}
.nd-banner__txt img{width:34px!important;height:34px!important;max-width:none;display:inline-block}
.nd-banner__txt p{margin:0;display:flex;align-items:center;gap:8px;font-family:'League Spartan',sans-serif;font-weight:600;font-size:20px;letter-spacing:1px;text-transform:uppercase;color:#262626;white-space:nowrap;line-height:1}

/* Banner native text — robust to Elementor text-editor wrapper */
.nd-banner__txt .elementor-widget-container,.nd-banner__txt .elementor-widget-container>p{display:flex;align-items:center;gap:8px;margin:0;padding:0}
.nd-banner__txt img{width:34px!important;height:34px!important;max-width:none;flex:0 0 34px}
.nd-banner__txt,.nd-banner__txt span,.nd-banner__txt p{font-family:'League Spartan',sans-serif!important;font-weight:600!important;font-size:20px!important;letter-spacing:1px!important;text-transform:uppercase!important;color:#262626!important;white-space:nowrap;line-height:1!important}

/* Final CTA native */
.nd-finalcta__title .elementor-heading-title{font-family:'General Sans',sans-serif!important;font-weight:500!important;font-size:56px!important;line-height:58px!important;letter-spacing:-1px!important;color:#262626!important;text-align:center}
.nd-cta-dark{text-align:center}
.nd-cta-dark .elementor-button{background:#262626!important;color:#fff!important;border-radius:4px!important;font-family:'League Spartan','General Sans',sans-serif!important;font-weight:500!important;font-size:23px!important;padding:0 32px!important;height:56px;display:inline-flex;align-items:center;line-height:1;transition:background .25s,transform .25s}
.nd-cta-dark .elementor-button:hover{background:#000!important;transform:translateY(-2px)}
.nd-finalcta__item .elementor-widget-container,.nd-finalcta__item .elementor-widget-container>p{display:flex;align-items:center;gap:10px;margin:0}
.nd-fc-check{display:inline-block;width:20px;height:20px;background:#00d920;position:relative;flex:0 0 20px}
.nd-fc-check::after{content:"";position:absolute;left:6px;top:3px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.nd-fc-t{font-family:'General Sans',sans-serif!important;font-size:23px;line-height:1.4;letter-spacing:-0.15px;color:#404040}

/* ===================== nodrama.dev navbar ===================== */
.nd-header{border-bottom:1px solid #ececec}
.nd-header__divider{display:none}
.nd-header__nav{margin-left:36px}
.nd-header__nav .nd-nav-link{font-size:16px;letter-spacing:.4px;font-weight:600;padding:0 18px;gap:7px;text-transform:uppercase;color:#475467}
.nd-nav-item{position:relative;display:flex;align-items:center;height:100%}
.nd-nav-link--dd{display:inline-flex;align-items:center;background:none;border:0;cursor:pointer}
.nd-dd-ic{display:inline-flex;width:13px;height:13px}
.nd-dd-ic svg{width:13px;height:13px;display:block}
.nd-dd{position:absolute;top:100%;left:8px;min-width:312px;background:#fff;border:1px solid #ececec;border-radius:10px;box-shadow:0 18px 44px rgba(0,0,0,.10);opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .22s ease,transform .22s ease,visibility .22s;padding:8px;z-index:60}
.nd-nav-item:hover .nd-dd,.nd-nav-item:focus-within .nd-dd{opacity:1;visibility:visible;transform:translateY(0)}
.nd-dd__inner{display:flex;flex-direction:column}
.nd-dd__link{display:block;padding:12px 16px;border-radius:6px;font-family:'General Sans',sans-serif;font-weight:400;font-size:15px;line-height:1.3;letter-spacing:-.1px;color:#404040;text-transform:none;white-space:nowrap;transition:background .18s ease,color .18s ease}
.nd-dd__link:hover{background:#f4f4f4;color:#262626}
.nd-header__cta .nd-cta-icon{width:17px;height:17px}
.nd-header__cta .nd-cta-icon svg{width:17px;height:17px;display:block}

/* ===================== Hero horse cards (replaces deck) ===================== */
.nd-hero__deck{display:none!important}
.nd-horse{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;width:100%;max-width:1216px;margin-top:56px;position:relative;z-index:2}
.nd-horse__card{position:relative;aspect-ratio:384/512;background:#f1f1f1;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}
.nd-horse__img{position:absolute;top:0;left:0;width:100%;height:60%;overflow:hidden;line-height:0;pointer-events:none}
.nd-horse__img img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.nd-horse__h{position:relative;margin:0 30px 10px;font-family:'General Sans',sans-serif;font-weight:500;font-size:28px;line-height:1.12;letter-spacing:-1px;color:#262626}
.nd-horse__h .g{color:#00d920}
.nd-horse__p{position:relative;margin:0 30px 30px;font-family:'General Sans',sans-serif;font-weight:400;font-size:16px;line-height:1.24;letter-spacing:-.36px;color:#6b6b6b;max-width:300px}
@media(max-width:1100px){.nd-horse{grid-template-columns:1fr;gap:24px;margin-top:40px}.nd-horse__h{font-size:24px}}

/* ===================== Full-width mega-menu (Solutions / Roles) ===================== */
.nd-nav-item.nd-has-mega{position:static}
.nd-mega{position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid #262626;box-shadow:0 26px 48px rgba(0,0,0,.10);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:55}
.nd-nav-item.nd-has-mega:hover .nd-mega,.nd-nav-item.nd-has-mega:focus-within .nd-mega{opacity:1;visibility:visible;transform:translateY(0)}
.nd-mega__inner{display:flex;align-items:stretch;height:415px;max-width:1440px;margin:0 auto}
.nd-mega__img{flex:0 0 263px;width:263px;background:#f1f1f1;border-right:1px solid #262626;overflow:hidden}
.nd-mega__img img{width:100%;height:100%;object-fit:cover;display:block}
.nd-mega__body{flex:1;min-width:0;display:flex;flex-direction:column}
.nd-mega__top{flex:1;display:flex;align-items:flex-start;justify-content:space-between;gap:40px;padding:48px 88px 0 118px}
.nd-mega__col{flex:0 0 411px;width:411px}
.nd-mega__head{display:flex;flex-direction:column;gap:8px}
.nd-mega__title{margin:0;font-family:'General Sans',sans-serif;font-weight:400;font-size:26px;line-height:1.2;color:#262626}
.nd-mega__desc{margin:0;font-family:'League Spartan','General Sans',sans-serif;font-weight:400;font-size:16px;line-height:1.3;color:#262626;max-width:300px}
.nd-mega__rule{height:1px;background:#262626;margin:22px 0 28px}
.nd-mega__links{display:flex;flex-direction:column;gap:28px}
.nd-mega__link{display:flex;align-items:center;gap:23px;font-family:'League Spartan','General Sans',sans-serif;font-weight:400;font-size:18px;line-height:1.2;color:#262626;white-space:nowrap;transition:gap .2s ease,color .2s ease}
.nd-mega__link:hover{gap:28px;color:#00b91b}
.nd-mega__arrow{flex:0 0 17px;width:17px;display:inline-flex;align-items:center}
.nd-mega__arrow svg{width:17px;height:10px}
.nd-mega__cta{position:relative;flex:0 0 233px;width:233px;height:286px;background:#262626;border:.5px solid #d4d4d4;overflow:hidden;display:block;text-decoration:none}
.nd-mega__cta-grid{position:absolute;inset:0;opacity:.2;mix-blend-mode:screen}
.nd-nav-item.nd-has-mega:hover .nd-mega__cta-grid,.nd-nav-item.nd-has-mega:focus-within .nd-mega__cta-grid{background:url(../img/asset/grid.webp) center/cover no-repeat}
.nd-mega__cta-text{position:absolute;top:24px;left:18px;right:18px;display:flex;flex-direction:column;gap:5px;text-align:center;z-index:1}
.nd-mega__cta-title{font-family:'General Sans',sans-serif;font-weight:500;font-size:20px;line-height:1.1;letter-spacing:-.2px;color:#fff}
.nd-mega__cta-sub{font-family:'League Spartan','General Sans',sans-serif;font-weight:400;font-size:16px;line-height:1.14;color:rgba(255,255,255,.84)}
.nd-mega__cta-arrow{position:absolute;right:0;bottom:0;width:35px;height:35px;background:#00d920;display:flex;align-items:center;justify-content:center;transition:filter .2s ease}
.nd-mega__cta:hover .nd-mega__cta-arrow{filter:brightness(1.08)}
.nd-mega__cta-arrow svg{width:16px;height:16px}
.nd-mega__foot{flex:0 0 48px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #262626;padding:0 88px 0 118px}
.nd-mega__copy{font-family:'General Sans',sans-serif;font-size:14px;letter-spacing:-.16px;color:rgba(38,38,38,.7)}
.nd-mega__socials{display:flex;gap:9px}
.nd-mega__social{width:33px;height:33px;background:#6b6b6b;display:flex;align-items:center;justify-content:center;transition:background .2s ease}
.nd-mega__social:hover{background:#525252}
.nd-mega__social svg{width:20px;height:20px}
@media(max-width:1024px){.nd-mega{display:none}}

/* ===================== Mobile nav / hamburger ===================== */
.nd-burger{display:none;position:fixed;top:0;right:24px;z-index:60;width:44px;height:68px;align-items:center;justify-content:center;background:transparent;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}
.nd-burger__box{position:relative;width:26px;height:16px}
.nd-burger__line{position:absolute;left:0;width:100%;height:2.5px;background:#262626;border-radius:2px;transition:transform .3s ease,opacity .2s ease,top .3s ease}
.nd-burger__line:nth-child(1){top:0}
.nd-burger__line:nth-child(2){top:50%;margin-top:-1.25px}
.nd-burger__line:nth-child(3){top:100%;margin-top:-2.5px}
html.nd-menu-open .nd-burger__line:nth-child(1){top:50%;margin-top:-1.25px;transform:rotate(45deg)}
html.nd-menu-open .nd-burger__line:nth-child(2){opacity:0}
html.nd-menu-open .nd-burger__line:nth-child(3){top:50%;margin-top:-1.25px;transform:rotate(-45deg)}
.nd-mnav{position:fixed;top:68px;left:0;right:0;z-index:55;background:#fff;border-bottom:1px solid #262626;box-shadow:0 16px 30px rgba(0,0,0,.13);max-height:calc(100vh - 68px);overflow-y:auto;overscroll-behavior:contain;display:none;animation:nd-mfade .22s ease both}
@keyframes nd-mfade{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
html.nd-menu-open{overflow:hidden}
html.nd-menu-open .nd-mnav{display:block}
.nd-mnav__inner{display:flex;flex-direction:column;padding:6px 24px 26px}
.nd-mnav__link,.nd-mnav__head{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:17px 2px;margin:0;font-family:'General Sans',sans-serif;font-weight:500;font-size:18px;letter-spacing:.5px;line-height:1;text-transform:uppercase;color:#262626;background:none;border:0;border-bottom:1px solid #ececec;cursor:pointer;text-align:left}
.nd-mnav__link:hover,.nd-mnav__head:hover{color:#000}
.nd-mnav__chev{flex:0 0 auto;width:18px;height:18px;display:inline-flex;transition:transform .25s ease}
.nd-mnav__group.is-open .nd-mnav__chev{transform:rotate(180deg)}
.nd-mnav__sub{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}
.nd-mnav__group.is-open .nd-mnav__sub{grid-template-rows:1fr}
.nd-mnav__sub-in{overflow:hidden;min-height:0}
.nd-mnav__sublink{display:block;padding:13px 2px 13px 6px;font-family:'General Sans',sans-serif;font-size:16px;line-height:1.25;letter-spacing:-.16px;color:#404040;border-bottom:1px solid #f3f3f3}
.nd-mnav__sublink:last-child{border-bottom:0;padding-bottom:6px}
.nd-mnav__cta{margin-top:20px;display:flex;align-items:center;justify-content:center;gap:10px;background:#262626;color:#fff;padding:16px;font-family:'League Spartan','General Sans',sans-serif;font-weight:500;font-size:18px;letter-spacing:1px;text-transform:uppercase;transition:background .25s ease}
.nd-mnav__cta:hover{background:#000}
@media (max-width:1024px){.nd-burger{display:flex}}

/* === League Spartan for body text — parity with nodrama.dev === */
body.nodrama-landing,.nd-nav-link,.nd-header__cta,.nd-hero__sub,.nd-hero__cta,.nd-trust__item,.nd-deck-card__text,.nd-trusted__label,.nd-case__desc,.nd-case__fixtext,.nd-seen__closing,.nd-tread__desc,.nd-ledger-row span,.nd-pricing__sub,.nd-tab,.nd-plan__desc,.nd-plan__amt,.nd-plan__per,.nd-feat span,.nd-pricing__cta,.nd-pricing__fine,.nd-asset__p,.nd-asset__row span,.nd-faq__q-text,.nd-faq__a-inner,.nd-cta-dark,.nd-finalcta__item span,.nd-footer__desc,.nd-footer__col h4,.nd-footer__col a,.nd-footer__copy,.nd-footer__legal a,.nd-cta-dark .elementor-button,.nd-fc-t,.nd-dd__link,.nd-horse__p,.nd-mega__desc,.nd-mega__link,.nd-mega__cta-sub,.nd-mega__copy,.nd-mnav__link,.nd-mnav__head,.nd-mnav__sublink,.nd-mnav__cta,.nr-btn-dark,.nr-btn-text,.nr-hero__intro,.nr-intro__text,.nr-problem__lead,.nr-crisis__desc,.nr-point p,.nr-included__sub,.nr-card__desc,.nr-case__logo,.nr-case__text,.nr-stat__label,.nr-plan__sub,.nr-plan__per,.nr-plan__feat span,.nr-finalcta__para,.nr-finalcta__tag,.nr-handle span,.nr-faq__more p,.nr-footer__desc,.nr-footer__block h4,.nr-footer__block a,.nr-footer__copy,.nr-footer__legal a,.ns-btn-dark,.ns-btn-text,.ns-hero__sub p,.ns-intro__text,.ns-acc__label,.ns-acc__panel-in,.ns-inc__sub,.ns-inc__desc,.ns-how__sub,.ns-how__num,.ns-how__desc,.ns-case__text,.ns-stat__num,.ns-stat__label,.ns-cta__text,.ns-rel__desc,.ns-rel__learn,.ns-faq__cat,.ns-faq__more,.tos-head__meta,.tos-toc__label,.tos-toc__link,.tos-p,.tos-ul li,.np-hero__sub,.np-every__intro,.np-check span,.np-card__per,.np-card__desc,.np-card__row-k,.np-infected__inner p,.np-faq__more p{font-family:'League Spartan','General Sans',sans-serif!important}

/* keep General Sans on asset heading (was inheriting League Spartan) */
.nd-asset__h{font-family:'General Sans',sans-serif!important}

/* ===== We've Seen This Before — Before/After NoDrama column tags ===== */
.nd-case__col{flex:1;min-width:0;display:flex;flex-direction:column;gap:14px}
.nd-case__col--after{flex-direction:row;gap:24px;align-items:stretch}
.nd-case__afterbody{flex:1;min-width:0;display:flex;flex-direction:column;gap:14px}
.nd-case__tag{display:inline-flex;align-items:center;gap:9px;margin:0;font-family:'League Spartan','General Sans',sans-serif;font-weight:600;font-size:12px;line-height:1;letter-spacing:1.4px;text-transform:uppercase;white-space:nowrap}
.nd-case__tagsq{display:inline-block;width:8px;height:8px;flex:0 0 8px}
.nd-case__tag--before{color:#8a8a8a}
.nd-case__tag--before .nd-case__tagsq{background:#bcbcbc}
.nd-case__tag--after{color:#07951b}
.nd-case__tag--after .nd-case__tagsq{background:#00d920}
@media(max-width:768px){.nd-case__col--after{gap:18px}}

/* ===== Pricing period toggle — mobile fit (keep all 3 toggles on-screen) ===== */
@media(max-width:600px){
 .nd-pricing__tabs .nd-tab,.np-toggle .nd-tab{white-space:normal;text-align:center;line-height:1.15;font-size:12px;letter-spacing:.2px;padding:6px 6px;gap:6px}
 .nd-pricing__tabs .np-pct,.np-toggle .np-pct{display:none}
}

/* ===================== nodrama.dev hero-card 3D swing-in (matches Webflow actionList a-20) ===================== */
.nd-horse.nd-reveal{opacity:1;transform:none;transition:none}
.nd-horse__card.nd-reveal{transform-origin:center center;transform-style:preserve-3d;animation:nd-horseswing .3s cubic-bezier(.25,.46,.45,.94) both}
@keyframes nd-horseswing{from{opacity:0;transform:rotateY(-60deg)}to{opacity:1;transform:rotateY(0deg)}}
.nd-horse__card.nd-reveal.is-visible{opacity:1;transform:rotateY(0deg)}
.nd-horse__card.nd-reveal[data-nd-delay='1']{animation-delay:0s}
.nd-horse__card.nd-reveal[data-nd-delay='2']{animation-delay:.3s}
.nd-horse__card.nd-reveal[data-nd-delay='3']{animation-delay:.6s}
@media (prefers-reduced-motion:reduce){.nd-horse.nd-reveal,.nd-horse__card.nd-reveal{transition:none;opacity:1;transform:none}}

/* The hero cards animate via CSS, not the JS reveal observer, so the LCP image
   is not gated on main.js running behind GTM/GA4/Clarity on the main thread. */
@media (prefers-reduced-motion:reduce){.nd-horse__card.nd-reveal{animation:none;opacity:1;transform:none}}

/* Responsive fix: the .nd-marker green underline is absolutely positioned across the highlighted phrase and overflows when the phrase wraps on phones; hide it there (the green dot stays as the accent). */
@media(max-width:600px){.nd-seen__hl .nd-marker{display:none}}


/* ===== "We've Seen This Before" — mobile (single-column) reflow =====
   Side by side, the green bar is a divider sitting in the gutter between the two
   columns and it grows to full height on hover. Stacked, that same bar became a
   24px stub floating mid-paragraph AND pushed the After text 20px right of the
   Before text (bar 2px + gap 18px), so the two states no longer read as a pair.
   Here each state gets its own full-height rule in its tag colour, which aligns
   both texts on one edge. Touch has no hover, so the desktop payoffs (rule grow,
   number fill) are driven off .is-visible from the reveal observer instead —
   that class is on the RUCSS safelist, so these rules survive Remove-Unused-CSS. */
@media(max-width:1100px){
 .nd-case__barwrap{display:none}
 .nd-case__col--before,.nd-case__col--after{position:relative;padding-left:20px}
 .nd-case__col--before::before,.nd-case__col--after::before{content:'';position:absolute;left:0;top:0;bottom:0;width:2px;background:#bcbcbc;transform:scaleY(0);transform-origin:top;transition:transform .55s cubic-bezier(.16,.84,.44,1) .15s}
 .nd-case__col--after::before{background:#00d920}
 .nd-case.is-visible .nd-case__col--before::before,.nd-case.is-visible .nd-case__col--after::before{transform:scaleY(1)}
 .nd-case.is-visible .nd-case__num{color:#00d920;-webkit-text-stroke-width:0}
}
@media(max-width:1100px) and (prefers-reduced-motion:reduce){
 .nd-case__col--before::before,.nd-case__col--after::before{transition:none;transform:scaleY(1)}
}


/* ===== "We've Seen This Before" — reveal timing, tap shift, white row bg =====
   .nd-case{transition:background .35s} sits AFTER .nd-reveal{transition:opacity,transform}
   at equal specificity, so it REPLACED the whole transition list — computed transition on
   a case was literally just "background 0.35s" and the three cases snapped from opacity 0
   to 1 with no fade or slide. Restore the reveal timing alongside background. */
.nd-case{transition:background .35s ease,opacity .7s cubic-bezier(.16,.84,.44,1),transform .7s cubic-bezier(.16,.84,.44,1)}
@media (prefers-reduced-motion:reduce){.nd-case{transition:none}}

@media(max-width:1100px){
 /* Touch has no hover, but a tap fires sticky :hover — so tapping a case half-applied the
    desktop hover state and jerked the number 4px right. Touch gets the scroll state only. */
 .nd-case:hover .nd-case__num{transform:none}
 /* .nd-case has no side padding when stacked (padding:32px 0) while .nd-seen has 24px, so the
    white row began exactly at the text: it read as a block shifted right with the copy jammed
    against its left edge. Bleed the row to the viewport edges — the -24px cancels .nd-seen's
    padding exactly — so the text keeps its position and gains a true 24px white margin. */
 .nd-case{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}
 /* ...and turn it white on scroll-in rather than on tap. */
 .nd-case.is-visible{background:#fff}
}
