/* Global Mobiles — Business / B2B landing + application modal */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
.gm-biz{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#0a0a0a;-webkit-font-smoothing:antialiased;letter-spacing:-.005em;}
.gm-biz-hero{background:linear-gradient(150deg,#1b2358 0%,#141a40 60%,#0e1330 100%);color:#fff;padding:84px 0 92px;position:relative;overflow:hidden;}
.gm-biz-hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(99,130,255,.22),transparent 70%);top:-200px;right:-160px;}
.gm-biz-hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(245,180,80,.16),transparent 70%);bottom:-220px;left:-120px;}
.gm-biz-hero-in{position:relative;z-index:1;max-width:760px;}
.gm-biz-eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:1.3px;text-transform:uppercase;color:#f4c869;margin-bottom:18px;}
.gm-biz-hero h1{font-size:48px;line-height:1.1;font-weight:600;letter-spacing:-.025em;margin:0 0 18px;color:#fff;}
.gm-biz-slogan{font-size:17px;line-height:1.65;font-weight:400;color:rgba(255,255,255,.74);margin:0 0 30px;max-width:620px;}
.gm-biz-cta-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center;}
.gm-biz-btn{display:inline-flex;align-items:center;justify-content:center;border:0;background:#f6b54a;color:#1b2358;font-family:inherit;font-size:15px;font-weight:600;padding:14px 28px;border-radius:12px;cursor:pointer;text-decoration:none;transition:transform .12s,box-shadow .15s,background .15s;box-shadow:0 14px 30px -12px rgba(246,181,74,.6);}
.gm-biz-btn:hover{background:#ffc466;transform:translateY(-1px);color:#1b2358;}
.gm-biz-btn.ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);box-shadow:none;}
.gm-biz-btn.ghost:hover{background:rgba(255,255,255,.1);color:#fff;}
.gm-biz-hero-note{font-size:13.5px;color:rgba(255,255,255,.6);margin-top:16px;}
.gm-biz-hero-note a{color:#f4c869;text-decoration:underline;}
.gm-biz-h2{font-size:30px;font-weight:600;letter-spacing:-.022em;text-align:center;margin:64px 0 6px;color:#0a0a0a;}
.gm-biz-sub{text-align:center;font-size:15px;color:#6b7280;margin-bottom:38px;}
/* split: bullet points left, image right */
.gm-biz-eyebrow.dark{color:#2a3470;}
.gm-biz-split{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center;padding:70px 0 64px;}
@media(max-width:900px){.gm-biz-split{grid-template-columns:1fr;gap:34px;padding:48px 0;}}
.gm-biz-splith{font-size:34px;line-height:1.2;font-weight:600;letter-spacing:-.025em;color:#161b2e;margin:14px 0 10px;}
.gm-biz-splitp{font-size:15.5px;font-weight:400;color:#6b7280;margin:0 0 28px;}
.gm-biz-blist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:18px;}
.gm-biz-blist li{display:flex;gap:15px;align-items:flex-start;}
.gm-biz-bic{flex:0 0 auto;width:42px;height:42px;border-radius:12px;background:#f1f3fb;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1;}
.gm-biz-blist b{display:block;font-size:15.5px;font-weight:600;letter-spacing:-.01em;color:#161b2e;margin-bottom:3px;}
.gm-biz-blist li>div span{font-size:13.5px;font-weight:400;color:#6b7280;line-height:1.55;display:block;}
.gm-biz-split-media{position:relative;}
.gm-biz-split-media img{width:100%;height:100%;max-height:540px;object-fit:cover;border-radius:22px;display:block;box-shadow:0 40px 80px -40px rgba(20,25,60,.5);}
.gm-biz-media-card{position:absolute;left:24px;bottom:24px;display:flex;align-items:center;gap:18px;background:rgba(255,255,255,.96);backdrop-filter:blur(6px);border-radius:16px;padding:14px 22px;box-shadow:0 18px 40px -18px rgba(10,12,30,.45);}
.gm-biz-media-stat b{display:block;font-size:24px;font-weight:700;color:#1b2358;letter-spacing:-.02em;line-height:1;}
.gm-biz-media-stat span{font-size:11.5px;color:#6b7280;font-weight:500;}
.gm-biz-media-div{width:1px;height:34px;background:#e6e8f0;}
@media(max-width:480px){.gm-biz-media-card{left:12px;bottom:12px;padding:11px 16px;gap:12px;}}
.gm-biz-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px;}
@media(max-width:900px){.gm-biz-grid{grid-template-columns:1fr;}.gm-biz-hero h1{font-size:34px;}}
.gm-biz-card{background:#fff;border:1px solid #ececf1;border-radius:18px;padding:28px 26px;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:transform .15s,box-shadow .15s,border-color .15s;}
.gm-biz-card:hover{transform:translateY(-3px);box-shadow:0 24px 50px -34px rgba(20,25,60,.5);border-color:#dbe4ff;}
.gm-biz-ic{font-size:30px;margin-bottom:14px;line-height:1;}
.gm-biz-card h3{font-size:18px;font-weight:700;margin:0 0 8px;color:#0a0a0a;}
.gm-biz-card p{font-size:14px;line-height:1.6;color:#5b6175;margin:0;}
.gm-biz-band{background:#f5f6fb;margin-top:64px;padding:62px 0;}
.gm-biz-band-in{max-width:880px;margin:0 auto;text-align:center;}
.gm-biz-quote{font-size:25px;line-height:1.45;font-weight:500;color:#1b2358;letter-spacing:-.02em;margin-bottom:34px;}
.gm-biz-steps{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;}
.gm-biz-step{display:flex;align-items:center;gap:11px;background:#fff;border:1px solid #e6eaf4;border-radius:99px;padding:11px 20px;font-size:14px;font-weight:500;color:#374151;}
.gm-biz-step span{width:26px;height:26px;border-radius:50%;background:#1b2358;color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex:0 0 auto;}
.gm-biz-final{text-align:center;padding:70px 20px 80px;}
.gm-biz-final h2{font-size:32px;font-weight:600;letter-spacing:-.025em;margin:0 0 12px;}
.gm-biz-final p{font-size:15.5px;color:#6b7280;max-width:560px;margin:0 auto 26px;line-height:1.6;}
/* application modal — full page */
.gm-biz-modal{position:fixed;inset:0;z-index:10050;background:rgba(13,16,32,.62);display:none;align-items:flex-start;justify-content:center;padding:28px 16px;overflow-y:auto;font-family:'Inter',-apple-system,sans-serif;-webkit-font-smoothing:antialiased;}
.gm-biz-modal.show{display:flex;}
.gm-biz-modal-box{background:#fff;border-radius:22px;max-width:1000px;width:100%;box-shadow:0 50px 110px -30px rgba(10,12,30,.7);overflow:hidden;margin:auto;}
.bzm-head{background:#fff;color:#161b2e;padding:24px 34px 20px;position:relative;border-bottom:1px solid #eef0f5;}
.bzm-head h2{font-size:23px;font-weight:600;margin:0 0 5px;letter-spacing:-.02em;color:#161b2e;}
.bzm-head p{font-size:13.5px;color:#6b7280;margin:0;max-width:78%;}
.bzm-pill{display:inline-flex;align-items:center;gap:6px;position:absolute;top:24px;right:62px;background:#e9f9ef;color:#15803d;font-size:12px;font-weight:600;padding:7px 13px;border-radius:99px;}
.bzm-pill b{font-weight:700;}
.bzm-x{position:absolute;top:20px;right:24px;border:0;background:#f1f3f7;color:#6b7280;width:34px;height:34px;border-radius:50%;font-size:20px;cursor:pointer;line-height:1;}
.bzm-x:hover{background:#e6e8ee;color:#161b2e;}
.bzm-body{padding:22px 34px 26px;}
.bzm-sec{font-size:11.5px;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:#9aa1b2;margin:18px 0 11px;display:flex;align-items:center;gap:9px;}
.bzm-sec:after{content:"";flex:1;height:1px;background:#f0f1f5;}
.bzm-sec:first-child{margin-top:0;}
.bzm-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:13px 16px;}
.bzm-grid.two{grid-template-columns:1fr 1fr;}
.bzm-grid.three{grid-template-columns:1.4fr 1fr 1fr;}
@media(max-width:760px){.bzm-grid,.bzm-grid.two,.bzm-grid.three{grid-template-columns:1fr 1fr;}}
@media(max-width:520px){.bzm-grid,.bzm-grid.two,.bzm-grid.three{grid-template-columns:1fr;}}
.bzm-f{display:flex;flex-direction:column;}
.bzm-f.full{grid-column:1/-1;}
.bzm-f.span2{grid-column:span 2;}
.bzm-f label{font-size:12px;font-weight:600;color:#46506e;margin-bottom:5px;}
.bzm-f label .req{color:#e11d48;}
.bzm-f input,.bzm-f select,.bzm-f textarea{width:100%;height:43px;border:1.5px solid #e3e6ef;border-radius:10px;padding:0 12px;font-size:13.5px;font-family:inherit;color:#1b2358;background:#fbfbfd;outline:none;transition:border-color .15s,box-shadow .15s,background .15s;}
.bzm-f textarea{height:auto;min-height:72px;padding:10px 12px;line-height:1.5;resize:vertical;}
.bzm-f input:focus,.bzm-f select:focus,.bzm-f textarea:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px rgba(37,99,235,.12);}
.bzm-intro{display:flex;gap:11px;align-items:flex-start;background:#f5f7ff;border:1px solid #e6ebff;border-radius:13px;padding:13px 16px;margin-bottom:18px;font-size:13px;line-height:1.5;color:#3b4668;}
.bzm-intro b{color:#1b2358;}
.bzm-intro .bzm-intro-ic{font-size:18px;line-height:1.3;}
.bzm-file{border:1.5px dashed #d7dae4;border-radius:12px;padding:16px;text-align:center;font-size:13px;color:#6b7280;cursor:pointer;background:#fafbfd;transition:border-color .15s,color .15s;}
.bzm-file:hover{border-color:#2563eb;color:#2563eb;}
.bzm-file input{display:none;}
.bzm-file.has{border-color:#16a34a;color:#15803d;background:#f0fdf4;}
.bzm-err{color:#e11d48;font-size:13px;margin-top:12px;font-weight:500;}
.bzm-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 32px;border-top:1px solid #eef0f5;background:#fafbfd;}
.bzm-note{font-size:12px;color:#9ca3af;max-width:55%;}
.bzm-submit{border:0;background:#1b2358;color:#fff;font-family:inherit;font-size:15px;font-weight:600;padding:13px 30px;border-radius:12px;cursor:pointer;transition:background .15s;}
.bzm-submit:hover{background:#141a40;}.bzm-submit:disabled{opacity:.55;cursor:default;}
/* status / success states inside the modal */
.bzm-state{padding:48px 36px;text-align:center;}
.bzm-state-ic{width:70px;height:70px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:34px;}
.bzm-state-ic.ok{background:#dcfce7;color:#16a34a;}
.bzm-state-ic.pend{background:#fff7e6;color:#d97706;}
.bzm-state h2{font-size:23px;font-weight:600;letter-spacing:-.02em;margin:0 0 10px;color:#0a0a0a;}
.bzm-state p{font-size:14.5px;color:#6b7280;max-width:420px;margin:0 auto 22px;line-height:1.6;}
.bzm-state .gm-biz-btn{margin:0 auto;}

/* "See the benefits" → smooth-scroll to the benefits section, clearing the sticky header */
html{scroll-behavior:smooth;}
#benefits{scroll-margin-top:100px;}
