/* ===================== NoDrama landing — base ===================== */
*,*::before,*::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}
#nodrama-main{display:block;overflow-x:hidden}
img,svg{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
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;display:inline-flex;align-items:center;gap:12px;background:#262626;color:#fff;padding:0 28px;font-family:'League Spartan','General Sans',sans-serif;font-weight:500;font-size:20px;letter-spacing:1px;line-height:1;text-transform:uppercase;white-space:nowrap;transition:background .25s ease}
.nd-header__cta:hover{background:#000}
.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 132px 72px 112px;overflow:hidden}
.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:720px;font-family:'General Sans',sans-serif;font-weight:500;font-size:60px;line-height:86.4px;letter-spacing:-1px;color:#262626}
.nd-hero__sub{margin:0;max-width:560px;font-family:'General Sans',sans-serif;font-weight:400;font-size:22px;line-height:1.24;letter-spacing:-0.36px;color:#404040}
.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:-5px;left:922px;width:279px;height:279px;pointer-events:none;z-index:1;animation:nd-float 5.5s ease-in-out infinite}
.nd-hero__mascot img{width:100%;height:100%;object-fit:contain}
@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;gap:90px;width:max-content;animation:nd-marquee 30s linear infinite}
.nd-marquee:hover .nd-marquee__track{animation-play-state:paused}
.nd-marquee img{height:28px;width:auto;opacity:.8;filter:grayscale(1) contrast(.9);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:72px;line-height:1;letter-spacing:-1.5px;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:44px}
 .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:88px;line-height:.98;letter-spacing:-2.5px;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:'League Spartan',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:48px;letter-spacing:-1px}
 .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:23px;line-height:1.55;letter-spacing:-0.15px;color:#404040}
.nd-pricing__tabs{display:inline-flex;height:66px;width:616px;max-width:100%}
.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;background:url(../img/pricing/grid.gif) center/cover no-repeat;animation:nd-gridfade 3.2s ease-in-out infinite}
@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-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:0;border-left:1px solid #e3e3e3}
 .nd-plan__head{min-height:0}
}

/* ===================== 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:'League Spartan',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:20px;line-height:1.24;letter-spacing:-0.48px;color:#404040;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}
 .nd-asset__left,.nd-asset__right{flex:1 1 100%;max-width:100%;width:100%}
 .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 24px}
.nd-footer__card{max-width:1424px;margin:0 auto;background:#242424;border:1px solid rgba(243,243,243,.05);border-radius:8px;padding:57px 64px 40px;color:#d4d4d4;display:flex;flex-direction:column;min-height:471px}
.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:'General Sans',sans-serif;font-size:20px;line-height:26px;letter-spacing:-0.16px;color:#d4d4d4;max-width:358px}
.nd-footer__socials{display:flex;gap:11px;margin-top:60px}
.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 22px;font-family:'General Sans',sans-serif;font-weight:400;font-size:20px;line-height:26px;color:#fff}
.nd-footer__col a{display:block;width:fit-content;margin-bottom:3px;font-family:'General Sans',sans-serif;font-size:20px;line-height:29px;letter-spacing:-0.16px;color:#d4d4d4;transition:color .2s ease}
.nd-footer__col a:hover{color:#fff}
.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:48px;flex-wrap:wrap}
.nd-footer__copy,.nd-footer__legal a{font-family:'General Sans',sans-serif;font-size:14px;line-height:18.48px;letter-spacing:-0.16px;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:#fff}
@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}
