:root{--ink:#10243e;--blue:#1454d8;--blue2:#0a37a4;--sky:#eaf2ff;--cyan:#20b7c9;--paper:#f7f9fc;--white:#fff;--muted:#607087;--line:#dce5f0;--green:#25d366;--shadow:0 18px 50px rgba(20,55,110,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--white);font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-wrap{max-width:1180px;margin:auto;min-height:76px;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-weight:850;font-size:1.12rem;letter-spacing:-.02em}.brand-mark{display:none}nav{display:flex;align-items:center;gap:6px}nav a{padding:10px 13px;border-radius:9px;font-weight:650;font-size:.92rem;color:#40516a}nav a:hover,nav a.active{color:var(--blue);background:var(--sky)}.menu-btn{display:none;background:none;border:0;font-size:1.6rem;color:var(--ink)}main{overflow:hidden}.hero{position:relative;background:linear-gradient(115deg,#071a36 0%,#0b3e9b 66%,#087c9c 100%);color:#fff;padding:100px 24px 92px}.hero:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.15);border-radius:50%;right:-100px;top:-180px;box-shadow:0 0 0 55px rgba(255,255,255,.035),0 0 0 110px rgba(255,255,255,.025)}.hero-inner{position:relative;z-index:1;max-width:1180px;margin:auto;display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.13em;font-size:.78rem;font-weight:800;color:#7de7f0}.eyebrow:before{content:"";width:24px;height:2px;background:currentColor}.hero h1,.page-hero h1{font-size:clamp(2.5rem,5vw,4.7rem);line-height:1.04;letter-spacing:-.055em;margin:18px 0 20px;max-width:900px}.hero p,.page-hero p{font-size:1.15rem;color:#d9e7ff;max-width:700px}.hero-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:30px;backdrop-filter:blur(9px)}.hero-card strong{display:block;font-size:2.3rem}.hero-card p{font-size:.95rem;margin:6px 0 18px}.metric{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.16)}.metric:last-child{border:0}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 22px;border-radius:11px;border:1px solid transparent;background:var(--blue);color:#fff;font-weight:800;cursor:pointer;transition:.2s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(9,54,164,.24)}.btn-light{background:#fff;color:var(--blue2)}.btn-outline-light{border-color:rgba(255,255,255,.55);background:transparent}.btn-outline{border-color:var(--blue);color:var(--blue);background:#fff}.section{padding:85px 24px}.section.alt{background:var(--paper)}.container{max-width:1180px;margin:auto}.section-head{max-width:710px;margin-bottom:38px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.section h2{font-size:clamp(2rem,3.3vw,3rem);line-height:1.12;letter-spacing:-.04em;margin:8px 0 14px}.section-head p,.card p{color:var(--muted)}.grid{display:grid;gap:20px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:0 7px 25px rgba(19,53,102,.05)}.card:hover{border-color:#b4caf4;box-shadow:var(--shadow)}.icon{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:var(--sky);color:var(--blue);font-weight:900;margin-bottom:18px}.card h3{margin:0 0 8px;font-size:1.15rem;line-height:1.35}.card p{margin:0}.band{background:var(--ink);color:#fff;border-radius:28px;padding:44px;display:flex;gap:30px;align-items:center;justify-content:space-between}.band h2{margin:0 0 8px}.band p{margin:0;color:#cbd9ec}.page-hero{background:linear-gradient(120deg,#071a36,#0c459e);color:#fff;padding:80px 24px}.page-hero .container{position:relative}.page-hero h1{font-size:clamp(2.35rem,4.6vw,4rem);max-width:900px}.breadcrumb{color:#94bfff;font-size:.9rem;font-weight:700}.steps{counter-reset:step}.step{position:relative;padding-top:70px}.step:before{counter-increment:step;content:"0" counter(step);position:absolute;top:20px;color:var(--blue);font-weight:900;font-size:1.4rem}.notice{padding:18px 22px;border-radius:14px;background:#e8f7fb;border-left:4px solid var(--cyan);font-weight:700;color:#16445c}.form-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:start}.form-panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:var(--shadow)}.field-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}label{font-weight:750;font-size:.9rem}input,select,textarea{width:100%;border:1px solid #cbd7e7;border-radius:10px;padding:12px 14px;background:#fff;color:var(--ink);min-height:48px}textarea{min-height:110px;resize:vertical}input:focus,select:focus,textarea:focus{outline:3px solid rgba(20,84,216,.14);border-color:var(--blue)}.radio-row{display:flex;gap:18px;min-height:48px;align-items:center}.radio-row label{font-weight:500;display:flex;gap:6px;align-items:center}.radio-row input{width:auto;min-height:auto}.form-success{margin-top:18px;padding:14px;border-radius:10px;background:#e7f8ed;color:#146b35;font-weight:700}.contact-list{display:grid;gap:14px;margin:26px 0}.contact-item{padding:17px;border:1px solid var(--line);border-radius:13px;background:#fff}.contact-item small{display:block;color:var(--muted)}.calculator{display:grid;grid-template-columns:1fr .8fr;gap:28px}.calc-result{background:linear-gradient(145deg,var(--blue2),var(--ink));color:#fff;border-radius:22px;padding:32px;display:flex;flex-direction:column;justify-content:center}.calc-result span{font-size:3rem;font-weight:900;letter-spacing:-.04em}.calc-result p{color:#d6e4f8}.small-note{font-size:.88rem;color:var(--muted)}footer{background:#07172d;color:#d0dcf0;padding:64px 24px 24px}.footer-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.5fr 1fr 1.2fr 1.4fr;gap:45px}.brand.light{color:#fff}.footer-grid h3{color:#fff;font-size:1rem}.footer-grid a,.footer-grid p{display:block;color:#abbcd4;margin:9px 0;font-size:.92rem}.footer-grid a:hover{color:#fff}.copyright{max-width:1180px;margin:42px auto 0;padding-top:20px;border-top:1px solid #253650;color:#8698b3;font-size:.88rem}.wa-float{position:fixed;right:22px;bottom:22px;z-index:30;width:58px;height:58px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;box-shadow:0 10px 30px rgba(0,0,0,.25);transition:.2s}.wa-float:hover{transform:translateY(-3px) scale(1.03)}.wa-float svg{width:32px;height:32px}.pill{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--sky);color:var(--blue);font-size:.78rem;font-weight:800}.list{padding:0;list-style:none}.list li{padding:10px 0;border-bottom:1px solid var(--line)}.list li:before{content:"✓";color:var(--cyan);font-weight:900;margin-right:10px}@media(max-width:900px){.menu-btn{display:block}nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:12px 20px 22px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line);box-shadow:0 15px 30px rgba(0,0,0,.08)}nav.open{display:flex}.hero-inner,.form-wrap,.calculator{grid-template-columns:1fr}.hero-card{max-width:540px}.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.hero{padding:72px 20px}.hero h1{font-size:2.75rem}.section,.page-hero{padding:64px 20px}.grid-2,.grid-3,.grid-4,.field-grid,.footer-grid{grid-template-columns:1fr}.band{padding:30px;align-items:flex-start;flex-direction:column}.actions .btn{width:100%}.form-panel{padding:22px}.wa-float{right:16px;bottom:16px}.page-hero h1{font-size:2.55rem}}

.brand-logo-frame{display:block;width:52px;height:52px;overflow:hidden;border-radius:12px;background:#1458b3;box-shadow:0 8px 20px rgba(20,84,216,.25);flex:0 0 auto}.brand-logo{display:block;width:100%;height:100%;object-fit:cover;transform:scale(2.5);transform-origin:50% 55%}.brand.light .brand-logo-frame{box-shadow:0 8px 22px rgba(0,0,0,.28)}
@media(max-width:640px){.brand-logo-frame{width:46px;height:46px}.brand{font-size:1rem;gap:8px}}

.marketplace-logo{height:96px;display:flex;align-items:center;margin-bottom:20px;padding:4px 0}.marketplace-logo img{display:block;max-width:220px;max-height:78px;width:auto;height:auto;object-fit:contain}.marketplace-logo img[alt="Flipkart logo"]{max-height:82px}.marketplace-logo img[alt="Meesho logo"]{max-height:72px}.marketplace-logo img[alt="Etsy logo"]{max-height:74px}.marketplace-logo img[alt="eBay logo"]{max-height:76px}
.service-visual{height:96px;display:flex;align-items:center;margin-bottom:20px}.aplus-visual{gap:16px}.aplus-visual img{display:block;max-width:170px;max-height:62px;object-fit:contain}.aplus-visual span{display:grid;place-items:center;width:58px;height:58px;border-radius:14px;background:#ff9900;color:#172a46;font-size:1.45rem;font-weight:900}.infographic-visual{width:96px;justify-content:center;border-radius:18px;background:linear-gradient(145deg,#eaf2ff,#dff8fb);color:var(--blue)}.infographic-visual svg{width:66px;height:66px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
