/* RESET & GLOBAL */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;background:#ffffff;color:#111827;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.material-symbols-outlined{font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24;vertical-align:middle;user-select:none;line-height:1}
[data-animate]{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}
[data-animate].in-view{opacity:1;transform:none}
[data-delay="1"]{transition-delay:.1s}[data-delay="2"]{transition-delay:.2s}[data-delay="3"]{transition-delay:.3s}
[data-delay="4"]{transition-delay:.4s}[data-delay="5"]{transition-delay:.5s}[data-delay="6"]{transition-delay:.6s}
.section{padding:6rem 1.5rem}
.container{max-width:1160px;margin:0 auto;width:100%}
.t-overline{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f97316}
.t-headline{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}
.t-sub{font-size:1.05rem;line-height:1.7;color:#6b7280;max-width:48ch}
.t-sub--white{color:rgba(255,255,255,.65)}

/* NAV */
.nav{position:fixed;top:0;left:0;right:0;z-index:200;background:rgba(13,17,23,.82);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.07)}
.nav__inner{max-width:1160px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;gap:2rem;height:68px}
.nav__logo{display:flex;align-items:center;flex-shrink:0}
.nav__logo-img{height:32px;width:auto;display:block}
.nav__links{display:flex;align-items:center;gap:.25rem;margin-left:auto}
.nav__links a{font-size:.88rem;font-weight:500;color:rgba(255,255,255,.65);padding:.4rem .75rem;border-radius:6px;transition:color .15s,background .15s}
.nav__links a:hover{color:#fff;background:rgba(255,255,255,.06)}
.nav__cta{flex-shrink:0;padding:.55rem 1.2rem;font-size:.88rem;font-weight:600;color:#f97316;border:1.5px solid #f97316;border-radius:8px;transition:background .18s,color .18s;cursor:pointer}
.nav__cta:hover{background:#f97316;color:#fff}
.nav__burger{display:none;background:none;border:none;color:rgba(255,255,255,.8);cursor:pointer;padding:.25rem;margin-left:auto;align-items:center;justify-content:center}
.nav__burger:hover{color:#fff}
.nav__mobile{display:none;flex-direction:column;padding:.5rem 0 1rem;border-top:1px solid rgba(255,255,255,.07);background:rgba(13,17,23,.97)}
.nav__mobile--open{display:flex}
.nav__mobile-link{padding:.85rem 1.5rem;font-size:.95rem;font-weight:500;color:rgba(255,255,255,.75);border-bottom:1px solid rgba(255,255,255,.04);transition:color .15s,background .15s}
.nav__mobile-link:hover{color:#fff;background:rgba(255,255,255,.04)}
.nav__mobile-cta{padding:1rem 1.5rem .5rem}
@media(max-width:780px){.nav__links,.nav__cta{display:none}.nav__burger{display:flex}}

/* HERO */
.hero{background:#0d1117;padding-top:68px;overflow:hidden;position:relative}
.hero__bg-glow{position:absolute;top:-100px;left:50%;transform:translateX(-50%);width:800px;height:600px;background:radial-gradient(ellipse at center,rgba(249,115,22,.12) 0%,transparent 70%);pointer-events:none}
.hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding-top:5rem;padding-bottom:4rem}
.hero__copy{display:flex;flex-direction:column;gap:1.5rem}
.hero__badge{display:inline-flex;align-items:center;gap:.4rem;background:rgba(249,115,22,.12);border:1px solid rgba(249,115,22,.3);color:#f97316;font-size:.78rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:.35rem .85rem;border-radius:999px;width:fit-content}
.hero__badge .material-symbols-outlined{font-size:.9rem}
.hero__headline{font-size:clamp(2.4rem,5vw,3.5rem);font-weight:900;line-height:1.1;color:#fff;letter-spacing:-.02em}
.hero__accent{color:#f97316}
.hero__sub{font-size:1.05rem;line-height:1.75;color:rgba(255,255,255,.62);max-width:44ch}
.hero__ctas{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}
.hero__btn{display:inline-flex;align-items:center;padding:.75rem 1.75rem;border-radius:10px;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .18s,color .18s,border-color .18s}
.hero__btn--primary{background:#f97316;color:#fff;border:2px solid #f97316}
.hero__btn--primary:hover{background:#ea580c;border-color:#ea580c}
.hero__btn--ghost{background:transparent;color:rgba(255,255,255,.8);border:2px solid rgba(255,255,255,.18)}
.hero__btn--ghost:hover{border-color:rgba(255,255,255,.45);color:#fff}
.hero__img-wrap{border-radius:16px;overflow:hidden;box-shadow:0 32px 100px rgba(0,0,0,.6),0 0 0 1px rgba(255,255,255,.07);min-height:340px;background:#161d2b;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:rgba(255,255,255,.2);font-size:.85rem}
.hero__img-wrap .material-symbols-outlined{font-size:3rem}
.hero__stats{border-top:1px solid rgba(255,255,255,.06);padding:2rem 1.5rem}
.hero__stats-inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}
.hero__stat{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.5rem 2.5rem}
.hero__stat-num{font-size:1.6rem;font-weight:800;color:#f97316;line-height:1}
.hero__stat-label{font-size:.75rem;color:rgba(255,255,255,.45);font-weight:500}
.hero__stat-divider{width:1px;height:40px;background:rgba(255,255,255,.08)}
@media(max-width:900px){.hero__inner{grid-template-columns:1fr;padding-top:3rem}.hero__visual{order:-1}.hero__stat-divider{display:none}.hero__stat{padding:.5rem 1.25rem}}

/* FEATURES */
.feat__header{text-align:center;margin-bottom:3.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}
.feat__core-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:5rem}
.feat__card{background:#f9fafb;border:1px solid #f0f0f0;border-radius:14px;padding:1.75rem;display:flex;flex-direction:column;gap:.75rem;transition:box-shadow .2s,border-color .2s}
.feat__card:hover{box-shadow:0 8px 32px rgba(0,0,0,.08);border-color:#f97316}
.feat__icon{width:44px;height:44px;background:rgba(249,115,22,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#f97316}
.feat__icon .material-symbols-outlined{font-size:1.25rem;font-variation-settings:'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 24}
.feat__card h3{font-size:1rem;font-weight:700;color:#111827}
.feat__card p{font-size:.88rem;color:#6b7280;line-height:1.6}
.feat__modules{background:#0d1117;border-radius:20px;padding:3rem;overflow:hidden}
.feat__modules-header{text-align:center;margin-bottom:2.5rem;display:flex;flex-direction:column;align-items:center;gap:.6rem}
.feat__modules-badge{display:inline-flex;align-items:center;gap:.35rem;background:rgba(249,115,22,.12);border:1px solid rgba(249,115,22,.28);color:#f97316;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.3rem .8rem;border-radius:999px}
.feat__modules-badge .material-symbols-outlined{font-size:.85rem}
.feat__modules-title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:#fff;letter-spacing:-.02em}
.feat__modules-sub{font-size:.95rem;color:rgba(255,255,255,.5)}
.feat__modules-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.feat__mod-card{background:#161d2b;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.5rem;display:flex;gap:1rem;align-items:flex-start;transition:border-color .2s}
.feat__mod-card:hover{border-color:rgba(249,115,22,.4)}
.feat__mod-icon{width:42px;height:42px;background:rgba(249,115,22,.12);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#f97316;flex-shrink:0}
.feat__mod-icon .material-symbols-outlined{font-size:1.2rem;font-variation-settings:'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 24}
.feat__mod-card h3{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:.35rem}
.feat__mod-card p{font-size:.84rem;color:rgba(255,255,255,.55);line-height:1.55}
.feat__mod-soon{display:inline-block;margin-top:.5rem;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:rgba(245,158,11,.15);border:1px solid rgba(245,158,11,.3);color:#f59e0b;padding:.15rem .5rem;border-radius:4px}
@media(max-width:900px){.feat__core-grid{grid-template-columns:repeat(2,1fr)}.feat__modules-grid{grid-template-columns:1fr}.feat__modules{padding:2rem 1.5rem}}
@media(max-width:600px){.feat__core-grid{grid-template-columns:1fr}}

/* SCAN */
.scan__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.scan__img-wrap{border-radius:16px;min-height:380px;background:#161d2b;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:rgba(255,255,255,.2);font-size:.85rem;box-shadow:0 24px 80px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.06);overflow:hidden}
.scan__img-wrap .material-symbols-outlined{font-size:3rem}
.scan__copy{display:flex;flex-direction:column;gap:1.25rem}
.scan__bullets{list-style:none;display:flex;flex-direction:column;gap:.85rem}
.scan__bullets li{display:flex;align-items:flex-start;gap:.65rem;font-size:.92rem;color:rgba(255,255,255,.75);line-height:1.5}
.scan__bullets .material-symbols-outlined{color:#f97316;font-size:1.1rem;margin-top:.1rem;flex-shrink:0;font-variation-settings:'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 24}
.scan__credits{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}
.scan__credits-header{display:flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.45)}
.scan__credits-header .material-symbols-outlined{font-size:1rem;color:#f97316}
.scan__credits-grid{display:flex;align-items:center;gap:1.25rem}
.scan__credit-item{display:flex;flex-direction:column;align-items:center;gap:.2rem;flex:1}
.scan__credit-count{font-size:1.75rem;font-weight:800;color:#fff;line-height:1}
.scan__credit-plan{font-size:.72rem;font-weight:500;color:rgba(255,255,255,.45)}
.scan__credit-divider{width:1px;height:40px;background:rgba(255,255,255,.1)}
.scan__topup{font-size:.78rem;color:rgba(255,255,255,.4);text-align:center;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.06)}
.scan__topup strong{color:rgba(255,255,255,.7)}
@media(max-width:900px){.scan__inner{grid-template-columns:1fr;gap:2.5rem}}

/* INTEGRATIONS */
.int__header{text-align:center;margin-bottom:3.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}
.int__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.int__card{background:#f9fafb;border:1px solid #ebebeb;border-radius:16px;padding:2rem 1.75rem;display:flex;flex-direction:column;gap:.75rem;position:relative;transition:box-shadow .2s,border-color .2s}
.int__card:hover{box-shadow:0 8px 32px rgba(0,0,0,.08)}
.int__card--bolt:hover{border-color:#34d186}
.int__card--wolt:hover{border-color:#009de0}
.int__card--more:hover{border-color:#f97316}
.int__card-logo{height:52px;display:flex;align-items:center}
.int__card-logo img{height:40px;width:auto;object-fit:contain}
.int__card-logo--placeholder{width:52px;height:52px;background:rgba(249,115,22,.1);border-radius:12px;justify-content:center;color:#f97316}
.int__card-logo--placeholder .material-symbols-outlined{font-size:1.5rem}
.int__card h3{font-size:1.05rem;font-weight:700;color:#111827}
.int__card p{font-size:.87rem;color:#6b7280;line-height:1.6;flex:1}
.int__badge{display:inline-block;align-self:flex-start;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.2rem .6rem;border-radius:4px}
.int__badge--live{background:rgba(52,209,134,.12);color:#16a34a;border:1px solid rgba(52,209,134,.3)}
.int__badge--soon{background:rgba(245,158,11,.12);color:#d97706;border:1px solid rgba(245,158,11,.3)}
@media(max-width:760px){.int__grid{grid-template-columns:1fr}}

/* HOW IT WORKS */
.how__header{text-align:center;margin-bottom:4rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}
.how__steps{display:flex;align-items:flex-start;gap:0}
.how__step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:0 1rem}
.how__step-num{font-size:.7rem;font-weight:800;letter-spacing:.1em;color:#f97316;opacity:.7}
.how__step-icon{width:56px;height:56px;background:rgba(249,115,22,.12);border:1px solid rgba(249,115,22,.25);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#f97316}
.how__step-icon .material-symbols-outlined{font-size:1.5rem;font-variation-settings:'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 24}
.how__step h3{font-size:.97rem;font-weight:700;color:#fff}
.how__step p{font-size:.85rem;color:rgba(255,255,255,.5);line-height:1.6;max-width:20ch}
.how__connector{flex:0 0 60px;height:1px;background:linear-gradient(90deg,rgba(249,115,22,.4),rgba(249,115,22,.1));margin-top:56px;align-self:flex-start}
@media(max-width:800px){.how__steps{flex-direction:column;align-items:center}.how__connector{display:none}.how__step{padding:1rem}.how__step p{max-width:none}}

/* PRICING */
.price__header{text-align:center;margin-bottom:3.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}
.price__toggle{display:inline-flex;background:#f0f0f0;border-radius:10px;padding:4px;gap:4px;margin-top:.5rem}
.price__toggle-btn{background:none;border:none;padding:.45rem 1.1rem;font-size:.85rem;font-weight:600;color:#6b7280;border-radius:7px;cursor:pointer;display:flex;align-items:center;gap:.35rem;transition:background .15s,color .15s;font-family:inherit}
.price__toggle-btn.active{background:#fff;color:#111827;box-shadow:0 1px 4px rgba(0,0,0,.1)}
.price__save{background:rgba(249,115,22,.12);color:#f97316;font-size:.68rem;font-weight:700;padding:.1rem .4rem;border-radius:4px}
.price__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start}
.price__card{background:#fff;border:1px solid #e8e8e8;border-radius:18px;padding:2rem;display:flex;flex-direction:column;gap:1rem;position:relative;transition:box-shadow .2s}
.price__card:hover{box-shadow:0 8px 40px rgba(0,0,0,.08)}
.price__card--pro{border:2px solid #f97316;box-shadow:0 0 0 4px rgba(249,115,22,.08)}
.price__popular{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:#f97316;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.25rem .85rem;border-radius:999px;white-space:nowrap}
.price__plan{font-size:1.1rem;font-weight:800;color:#111827}
.price__desc{font-size:.85rem;color:#6b7280;line-height:1.5}
.price__amount{display:flex;align-items:baseline;gap:.1rem}
.price__currency{font-size:1.25rem;font-weight:700;color:#111827;line-height:1}
.price__num{font-size:3rem;font-weight:900;color:#111827;line-height:1}
.price__per{font-size:.9rem;color:#6b7280;margin-left:.15rem}
.price__amount--custom{min-height:56px;align-items:center}
.price__custom-label{font-size:1.1rem;font-weight:700;color:#111827}
.price__cta{display:block;text-align:center;padding:.75rem 1rem;border-radius:10px;font-size:.92rem;font-weight:700;cursor:pointer;transition:background .18s,color .18s}
.price__cta--outline{color:#f97316;border:1.5px solid #f97316}
.price__cta--outline:hover{background:#f97316;color:#fff}
.price__cta--filled{background:#f97316;color:#fff;border:1.5px solid #f97316}
.price__cta--filled:hover{background:#ea580c;border-color:#ea580c}
.price__features{list-style:none;display:flex;flex-direction:column;gap:.6rem;border-top:1px solid #f0f0f0;padding-top:1rem}
.price__features li{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#374151}
.price__features .material-symbols-outlined{font-size:1rem;color:#f97316;font-variation-settings:'FILL' 1,'wght' 700,'GRAD' 0,'opsz' 24;flex-shrink:0}
@media(max-width:860px){.price__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}

/* COMING SOON */
.coming__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;max-width:680px;margin:0 auto}
.coming__badge{display:inline-flex;align-items:center;gap:.4rem;background:rgba(245,158,11,.12);border:1px solid rgba(245,158,11,.28);color:#f59e0b;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.35rem .85rem;border-radius:999px}
.coming__badge .material-symbols-outlined{font-size:.9rem}
.coming__sub{font-size:1rem;color:rgba(255,255,255,.55);line-height:1.7;max-width:52ch}
.coming__features{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}
.coming__feat{display:flex;align-items:center;gap:.5rem;font-size:.88rem;font-weight:500;color:rgba(255,255,255,.65)}
.coming__feat .material-symbols-outlined{font-size:1.1rem;color:#f59e0b;font-variation-settings:'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 24}
.coming__cta{display:inline-flex;align-items:center;padding:.7rem 1.75rem;border:1.5px solid rgba(245,158,11,.5);color:#f59e0b;border-radius:10px;font-size:.9rem;font-weight:700;transition:background .18s}
.coming__cta:hover{background:rgba(245,158,11,.1)}

/* CONTACT */
.contact__inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
.contact__copy{display:flex;flex-direction:column;gap:1.25rem}
.contact__trust{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}
.contact__trust li{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:#374151;font-weight:500}
.contact__trust .material-symbols-outlined{font-size:1.1rem;color:#f97316;font-variation-settings:'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 24}
.contact__form{background:#f9fafb;border:1px solid #ebebeb;border-radius:18px;padding:2rem;display:flex;flex-direction:column;gap:1.1rem}
.form__row--2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form__group{display:flex;flex-direction:column;gap:.35rem}
.form__group label{font-size:.82rem;font-weight:600;color:#374151}
.form__group input,.form__group textarea{padding:.65rem .9rem;border:1.5px solid #e0e0e0;border-radius:8px;font-size:.9rem;font-family:inherit;color:#111827;background:#fff;transition:border-color .15s;resize:vertical;outline:none}
.form__group input:focus,.form__group textarea:focus{border-color:#f97316}
.contact__submit{background:#f97316;color:#fff;border:none;border-radius:10px;padding:.85rem 1.5rem;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .18s;width:100%;font-family:inherit}
.contact__submit:hover{background:#ea580c}
@media(max-width:860px){.contact__inner{grid-template-columns:1fr;gap:2.5rem}.form__row--2{grid-template-columns:1fr}}

/* FOOTER */
.footer{padding:4rem 1.5rem 2.5rem;border-top:1px solid rgba(255,255,255,.07)}
.footer__inner{display:grid;grid-template-columns:1fr auto;gap:4rem;align-items:start}
.footer__brand{display:flex;flex-direction:column;gap:.6rem}
.footer__logo{display:inline-flex}
.footer__logo-img{height:28px;width:auto}
.footer__tagline{font-size:.88rem;color:rgba(255,255,255,.45)}
.footer__copy{font-size:.78rem;color:rgba(255,255,255,.25);margin-top:.5rem}
.footer__nav{display:flex;gap:3rem}
.footer__col{display:flex;flex-direction:column;gap:.6rem}
.footer__col h4{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:.2rem}
.footer__col a{font-size:.85rem;color:rgba(255,255,255,.55);transition:color .15s}
.footer__col a:hover{color:#f97316}
@media(max-width:700px){.footer__inner{grid-template-columns:1fr;gap:2.5rem}.footer__nav{flex-wrap:wrap;gap:2rem}}
