@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap";html,body,#root{background:#f7f5f0;width:100%;min-height:100%;margin:0;padding:0}#hn-root{--navy:#141b3c;--navy-2:#1e2650;--ink:#2a2e3a;--flame:#e8622c;--flame-2:#f4854e;--jade:#1f9c7c;--paper:#f7f5f0;--paper-2:#efebe2;--line:#d9d3c6;--white:#fff;--muted:#6c7080;--display:"Space Grotesk", system-ui, sans-serif;--body:"Inter", system-ui, sans-serif;--mono:"IBM Plex Mono", ui-monospace, monospace;--maxw:1180px;font-family:var(--body);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;line-height:1.6}#hn-root *{box-sizing:border-box;margin:0;padding:0}#hn-root a{color:inherit;text-decoration:none}#hn-root .wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}#hn-root .eyebrow{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--flame);font-size:12px;font-weight:500}#hn-root h1,#hn-root h2,#hn-root h3,#hn-root h4{font-family:var(--display);letter-spacing:-.02em;color:var(--navy);line-height:1.08}#hn-root .btn{font-family:var(--display);cursor:pointer;white-space:nowrap;border:1.5px solid #0000;border-radius:2px;align-items:center;gap:.5em;padding:14px 24px;font-size:15px;font-weight:600;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}#hn-root .btn-primary{background:var(--flame);color:var(--white)}#hn-root .btn-primary:hover{background:#d5551f;transform:translateY(-2px);box-shadow:0 8px 22px #e8622c47}#hn-root .btn-light{background:var(--white);color:var(--navy);border-color:var(--line)}#hn-root .btn-light:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0000002e}#hn-root header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);background:#f7f5f0d1;position:sticky;top:0}#hn-root nav{justify-content:space-between;align-items:center;height:68px;display:flex}#hn-root .logo{font-family:var(--display);color:var(--navy);letter-spacing:-.02em;align-items:center;gap:10px;font-size:20px;font-weight:700;display:flex}#hn-root .logo .logo-mark{flex:none;display:block}#hn-root .nav-links{align-items:center;gap:26px;display:flex}#hn-root .nav-links a{font-size:15px;font-weight:500;transition:color .15s}#hn-root .nav-links a:hover{color:var(--flame)}#hn-root .nav-cta{padding:9px 18px;font-size:14px}#hn-root .menu-btn{cursor:pointer;color:var(--navy);background:0 0;border:none;font-size:26px;display:none}#hn-root .hero{background:var(--navy);color:var(--white);padding:88px 0 0;position:relative;overflow:hidden}#hn-root .hero h1{color:var(--white);max-width:14ch;font-size:clamp(38px,6vw,72px);font-weight:700}#hn-root .hero h1 .accent{color:var(--flame-2)}#hn-root .hero p.lede{color:#c6cae0;max-width:52ch;margin:26px 0 34px;font-size:clamp(17px,2vw,21px)}#hn-root .hero-cta{flex-wrap:wrap;gap:14px;display:flex}#hn-root .hero-note{font-family:var(--mono);color:#8a90b8;letter-spacing:.04em;margin-top:22px;font-size:12.5px}#hn-root .hero-grid{grid-template-columns:1.05fr .95fr;align-items:start;gap:44px;padding:6px 0 66px;display:grid}#hn-root .route{padding:4px 0;position:relative}#hn-root .phase-label{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--flame-2);margin:0 0 12px 2px;font-size:11px}#hn-root .route-track{border-left:2px dashed #ffffff38;margin-left:16px;position:relative}#hn-root .stop{padding:0 0 17px 34px;position:relative}#hn-root .stop:last-child{padding-bottom:0}#hn-root .stop .node{background:var(--navy);border:2px solid var(--flame);border-radius:50%;width:15px;height:15px;position:absolute;top:3px;left:-9px}#hn-root .stop.done .node{background:var(--jade);border-color:var(--jade);box-shadow:0 0 0 4px #1f9c7c29}#hn-root .stop .place{font-family:var(--display);color:var(--white);font-size:16px;font-weight:600;line-height:1.25}#hn-root .stop .sub{color:#a8adcb;font-size:12.5px;line-height:1.35}#hn-root .phase-divider{margin:6px 0 14px -16px;position:relative}#hn-root .phase-divider span{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:#8a90b8;background:var(--navy);padding:2px 10px 2px 0;font-size:10.5px}#hn-root .route-caption{font-family:var(--mono);color:#8a90b8;letter-spacing:.06em;margin-top:16px;font-size:11px}#hn-root .pulse{background:var(--flame);border-radius:50%;width:10px;height:10px;animation:8s ease-in-out infinite hn-travel;position:absolute;left:-6px}@keyframes hn-travel{0%{opacity:0;top:2px}6%{opacity:1}94%{opacity:1}to{opacity:0;top:calc(100% - 18px)}}@media (prefers-reduced-motion:reduce){#hn-root .pulse{display:none}}#hn-root .stats{background:var(--navy-2);border-top:1px solid #ffffff14}#hn-root .stats .wrap{grid-template-columns:repeat(4,1fr);gap:24px;padding:30px 24px;display:grid}#hn-root .stat .n{font-family:var(--display);color:var(--flame-2);font-size:30px;font-weight:700}#hn-root .stat .l{color:#b7bcda;margin-top:2px;font-size:13px}#hn-root section.block{padding:88px 0}#hn-root section.block.alt{background:var(--paper-2)}#hn-root .sec-head{max-width:640px;margin-bottom:48px}#hn-root .sec-head h2{margin-top:12px;font-size:clamp(28px,4vw,44px);font-weight:700}#hn-root .sec-head p{color:var(--muted);margin-top:16px;font-size:17px}#hn-root .cards{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}#hn-root .card{background:var(--white);border:1px solid var(--line);border-radius:4px;padding:30px;transition:transform .18s,box-shadow .18s}#hn-root .card:hover{transform:translateY(-4px);box-shadow:0 14px 34px #141b3c17}#hn-root .card .k{font-family:var(--mono);color:var(--flame);letter-spacing:.12em;font-size:12px}#hn-root .card h3{margin:14px 0 10px;font-size:21px}#hn-root .card p{color:var(--muted);font-size:15px}#hn-root .process{background:var(--navy);color:var(--white)}#hn-root .process h2{color:var(--white)}#hn-root .process .sec-head p{color:#b7bcda}#hn-root .steps{background:#ffffff14;border:1px solid #ffffff14;border-radius:6px;grid-template-columns:repeat(2,1fr);gap:2px;display:grid;overflow:hidden}#hn-root .step{background:var(--navy);padding:32px 30px}#hn-root .step .num{font-family:var(--mono);color:var(--flame-2);letter-spacing:.1em;font-size:13px}#hn-root .step h3{color:var(--white);margin:10px 0 8px;font-size:20px}#hn-root .step p{color:#a8adcb;font-size:14.5px}#hn-root .split{border:1px solid var(--line);border-radius:6px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}#hn-root .split .side{padding:40px}#hn-root .split .india{background:var(--white)}#hn-root .split .usa{background:var(--navy);color:var(--white)}#hn-root .side-tag{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--flame);font-size:12px}#hn-root .split h3{margin:8px 0 18px;font-size:24px}#hn-root .split .usa h3,#hn-root .split .usa .side-tag{color:var(--white)}#hn-root .svc-list{flex-direction:column;gap:12px;list-style:none;display:flex}#hn-root .svc-list li{align-items:flex-start;gap:12px;font-size:15px;display:flex}#hn-root .svc-list .tick{color:var(--jade);flex:none;margin-top:1px;font-weight:700}#hn-root .usa .svc-list li{color:#cbcfe6}#hn-root .usa .tick,#hn-root .tick.arr{color:var(--flame-2)}#hn-root .est-grid{grid-template-columns:1fr 1fr;align-items:start;gap:28px;display:grid}#hn-root .est-card{background:var(--white);border:1px solid var(--line);border-radius:8px;padding:28px}#hn-root .est-card h3{margin-bottom:16px;font-size:19px}#hn-root .est-field{margin-bottom:14px}#hn-root .est-field label{color:var(--navy);margin-bottom:5px;font-size:13px;font-weight:600;display:block}#hn-root .est-field input,#hn-root .est-field select{border:1px solid var(--line);width:100%;font-family:var(--body);background:var(--paper);border-radius:4px;padding:11px 13px;font-size:15px}#hn-root .est-field input:focus,#hn-root .est-field select:focus{border-color:var(--flame);outline:none;box-shadow:0 0 0 3px #e8622c26}#hn-root .est-hint{color:var(--muted);margin-top:3px;font-size:11px}#hn-root .est-out{background:var(--navy);color:var(--white);border-radius:8px;padding:28px}#hn-root .est-out h3{color:var(--white);margin-bottom:16px;font-size:19px}#hn-root .est-row{border-bottom:1px solid #ffffff1a;justify-content:space-between;padding:12px 0;font-size:14.5px;display:flex}#hn-root .est-row span{color:#b7bcda}#hn-root .est-total{color:var(--flame-2);border-bottom:1px solid #fff3;justify-content:space-between;padding:18px 0;font-size:18px;font-weight:700;display:flex}#hn-root .est-save{border:1px solid var(--jade);color:#e6f6f0;background:#1f9c7c1a;border-radius:4px;margin-top:16px;padding:14px;font-size:13.5px}#hn-root .est-note{font-family:var(--mono);color:#8a90b8;margin-top:16px;font-size:11px;line-height:1.4}#hn-root .map-wrap{grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;display:grid}#hn-root .india-map{background:var(--white);border:1px solid var(--line);border-radius:8px;justify-content:center;align-items:center;padding:20px;display:flex}#hn-root .india-map svg{width:100%;max-height:480px;display:block}#hn-root .hub-dot{transition:r .2s,fill .2s,filter .2s}#hn-root .hub-dot:hover,#hn-root .hub-dot.active{r:9;fill:var(--flame);filter:drop-shadow(0 0 6px #e8622c99)}#hn-root .hub-label{font-family:var(--display);fill:var(--navy);pointer-events:none;opacity:.85;font-size:11px;font-weight:500}#hn-root .hub-info{background:var(--white);border:1px solid var(--line);border-radius:8px;margin-bottom:20px;padding:28px}#hn-root .hi-tag{font-family:var(--mono);color:var(--flame);letter-spacing:.1em;text-transform:uppercase;font-size:11px}#hn-root .hub-info h3{color:var(--navy);margin:6px 0;font-size:28px}#hn-root .hi-state{color:var(--muted);margin-bottom:14px;font-size:14px;font-weight:500}#hn-root .hi-known{color:var(--ink);font-size:15px;line-height:1.5}#hn-root .hi-port{font-family:var(--mono);color:var(--muted);margin-top:14px;font-size:12px}#hn-root .hub-chips{flex-wrap:wrap;gap:8px;display:flex}#hn-root .hub-chip{background:var(--white);border:1px solid var(--line);cursor:pointer;color:var(--navy);font-size:13px;font-weight:500;font-family:var(--display);border-radius:4px;padding:8px 12px;transition:all .15s}#hn-root .hub-chip:hover,#hn-root .hub-chip.active{background:var(--navy);color:var(--white);border-color:var(--navy)}#hn-root .exp-filters{flex-wrap:wrap;gap:10px;margin-bottom:32px;display:flex}#hn-root .exp-f{background:var(--white);border:1px solid var(--line);font-family:var(--display);cursor:pointer;color:var(--navy);border-radius:4px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .15s}#hn-root .exp-f:hover,#hn-root .exp-f.active{background:var(--flame);color:var(--white);border-color:var(--flame)}#hn-root .exp-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;display:grid}#hn-root .exp-card{background:var(--white);border:1px solid var(--line);border-radius:6px;flex-direction:column;height:100%;padding:28px;display:flex}#hn-root .ec-hub{font-family:var(--mono);color:var(--muted);letter-spacing:.1em;margin-bottom:8px;font-size:11px}#hn-root .exp-card h4{font-family:var(--display);color:var(--navy);margin-bottom:10px;font-size:18px;font-weight:700}#hn-root .exp-card p{color:var(--muted);flex:1;margin-bottom:20px;font-size:14.5px;line-height:1.5}#hn-root .exp-badge{font-family:var(--mono);letter-spacing:.05em;border-radius:2px;align-self:flex-start;padding:4px 8px;font-size:10.5px;font-weight:600;display:inline-block}#hn-root .exp-badge.b-high{color:var(--flame);background:#e8622c1a}#hn-root .exp-badge.b-med{color:var(--jade);background:#1f9c7c1a}#hn-root .why{grid-template-columns:1.1fr .9fr;align-items:start;gap:40px;display:grid}#hn-root .why-list{flex-direction:column;gap:24px;display:flex}#hn-root .why-item{gap:20px;display:flex}#hn-root .why-item .idx{font-family:var(--mono);color:var(--flame);margin-top:4px;font-size:16px;font-weight:600}#hn-root .why-item h3{margin-bottom:6px;font-size:20px}#hn-root .why-item p{color:var(--muted);font-size:14.5px}#hn-root .why-card{background:var(--navy);color:var(--white);border-radius:8px;padding:40px;position:relative}#hn-root .why-card .quote{font-family:var(--display);color:var(--white);margin-bottom:24px;font-size:24px;font-weight:600;line-height:1.35}#hn-root .why-card .quote .hl{color:var(--flame-2)}#hn-root .why-card .attr{font-family:var(--mono);color:#8a90b8;letter-spacing:.05em;font-size:11px;line-height:1.4}#hn-root .cta{background:var(--navy-2);color:var(--white)}#hn-root .cta h2{color:var(--white);margin-bottom:20px;font-size:clamp(28px,4vw,40px)}#hn-root .cta p{color:#b7bcda;max-width:500px;margin-bottom:28px;font-size:16px}#hn-root .cta ul{flex-direction:column;gap:14px;list-style:none;display:flex}#hn-root .cta ul li{color:#e6e8f2;align-items:center;gap:10px;font-size:15px;display:flex}#hn-root .cta ul li b{color:var(--flame-2)}#hn-root .cta-grid{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}#hn-root .qform{background:var(--white);color:var(--ink);border-radius:8px;padding:40px;box-shadow:0 20px 40px #00000026}#hn-root .qform h3{color:var(--navy);margin-bottom:4px;font-size:22px}#hn-root .qform .fsub{color:var(--muted);margin-bottom:24px;font-size:13.5px}#hn-root .qform .field{margin-bottom:16px}#hn-root .qform .field label{color:var(--navy);margin-bottom:6px;font-size:12.5px;font-weight:600;display:block}#hn-root .qform .field input,#hn-root .qform .field select,#hn-root .qform .field textarea{border:1px solid var(--line);width:100%;font-family:var(--body);background:var(--paper);border-radius:4px;padding:12px;font-size:14.5px}#hn-root .qform .field textarea{resize:vertical;min-height:100px}#hn-root .qform .field input:focus,#hn-root .qform .field select:focus,#hn-root .qform .field textarea:focus{border-color:var(--flame);outline:none;box-shadow:0 0 0 3px #e8622c26}#hn-root .qform .btn{justify-content:center;width:100%;margin-top:8px}#hn-root .qform .form-note{color:var(--muted);text-align:center;margin-top:12px;font-size:11.5px}#hn-root .qform .form-ok{border:1px solid var(--jade);color:var(--jade);text-align:center;background:#1f9c7c1a;border-radius:4px;margin-top:16px;padding:12px;font-size:13.5px;font-weight:500}#hn-root .faq-list{flex-direction:column;gap:12px;max-width:760px;margin:0 auto;display:flex}#hn-root details{background:var(--white);border:1px solid var(--line);border-radius:4px;transition:border-color .2s;overflow:hidden}#hn-root details[open]{border-color:var(--flame)}#hn-root summary{font-family:var(--display);color:var(--navy);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:20px 24px;font-size:17px;font-weight:600;list-style:none;display:flex}#hn-root summary::-webkit-details-marker{display:none}#hn-root summary .plus{color:var(--flame);font-size:20px;line-height:1;transition:transform .2s;display:inline-block}#hn-root details[open] summary .plus{transform:rotate(45deg)}#hn-root details p{color:var(--muted);padding:0 24px 20px;font-size:15px;line-height:1.6}#hn-root footer{background:var(--navy);color:var(--white);border-top:1px solid #ffffff14;padding:64px 0 32px}#hn-root footer .logo{color:var(--white);margin-bottom:16px}#hn-root footer p{color:#a8adcb;max-width:320px;font-size:14.5px;line-height:1.5}#hn-root .foot-grid{grid-template-columns:1.5fr 1fr 1fr;gap:40px;margin-bottom:48px;display:grid}#hn-root .foot-col{flex-direction:column;gap:12px;display:flex}#hn-root .foot-col h4{font-family:var(--display);color:var(--white);margin-bottom:4px;font-size:16px;font-weight:600}#hn-root .foot-col a{color:#b7bcda;font-size:14.5px;transition:color .15s}#hn-root .foot-col a:hover{color:var(--flame-2)}#hn-root .foot-bottom{color:#8a90b8;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:24px;font-size:12.5px;display:flex}#hn-root .foot-bottom span{font-family:var(--mono)}#hn-root .chat-fab{background:var(--flame);cursor:pointer;z-index:100;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,background-color .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #e8622c59}#hn-root .chat-fab:hover{background:#d5551f;transform:scale(1.05)}#hn-root .chat-fab svg{width:24px;height:24px;fill:var(--white)}#hn-root .chat-box{background:var(--white);border:1px solid var(--line);z-index:100;opacity:0;visibility:hidden;border-radius:8px;flex-direction:column;width:360px;height:480px;transition:opacity .25s,transform .25s,visibility .25s;display:flex;position:fixed;bottom:96px;right:24px;overflow:hidden;transform:translateY(20px);box-shadow:0 12px 36px #141b3c2e}#hn-root .chat-box.open{opacity:1;visibility:visible;transform:translateY(0)}#hn-root .chat-head{background:var(--navy);color:var(--white);align-items:center;gap:12px;padding:16px 20px;display:flex}#hn-root .ch-dot{background:var(--jade);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 3px #1f9c7c40}#hn-root .chat-head b{font-family:var(--display);font-size:15px;display:block}#hn-root .chat-head span{color:#b7bcda;font-size:11px;display:block}#hn-root .chat-msgs{background:var(--paper);flex-direction:column;flex:1;gap:12px;padding:20px;display:flex;overflow-y:auto}#hn-root .msg{border-radius:8px;max-width:80%;padding:10px 14px;font-size:13.5px;line-height:1.45}#hn-root .msg.bot{background:var(--white);color:var(--ink);border:1px solid var(--line);border-bottom-left-radius:2px;align-self:flex-start}#hn-root .msg.user{background:var(--navy);color:var(--white);border-bottom-right-radius:2px;align-self:flex-end}#hn-root .chat-quick{background:var(--white);border-top:1px solid var(--line);flex-wrap:wrap;gap:6px;padding:10px 16px;display:flex}#hn-root .cq{background:var(--paper);border:1px solid var(--line);cursor:pointer;color:var(--navy);font-size:11.5px;font-weight:500;font-family:var(--body);border-radius:12px;padding:6px 10px;transition:all .15s}#hn-root .cq:hover{background:var(--flame-2);color:var(--white);border-color:var(--flame-2)}#hn-root .chat-in{background:var(--white);border-top:1px solid var(--line);gap:8px;padding:12px 16px;display:flex}#hn-root .chat-in input{border:1px solid var(--line);font-family:var(--body);border-radius:4px;flex:1;padding:8px 12px;font-size:13.5px}#hn-root .chat-in input:focus{border-color:var(--flame);outline:none}#hn-root .chat-in button{background:var(--navy);color:var(--white);font-family:var(--display);cursor:pointer;border:none;border-radius:4px;padding:0 14px;font-size:13.5px;font-weight:600}#hn-root .chat-in button:hover{background:var(--flame)}#hn-root .reveal{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transform:translateY(20px)}#hn-root .reveal.in{opacity:1;transform:translateY(0)}#hn-root .reveal-d1{transition-delay:.15s}@media (width<=900px){#hn-root .hero-grid{grid-template-columns:1fr;gap:32px;padding-bottom:40px}#hn-root .stats .wrap{grid-template-columns:repeat(2,1fr);gap:20px}#hn-root .cards{grid-template-columns:1fr;gap:16px}#hn-root .split,#hn-root .est-grid,#hn-root .map-wrap,#hn-root .why{grid-template-columns:1fr}#hn-root .cta-grid{grid-template-columns:1fr;gap:32px}#hn-root .foot-grid{grid-template-columns:1fr;gap:30px}}@media (width<=600px){#hn-root .stats .wrap,#hn-root .steps{grid-template-columns:1fr}#hn-root nav{position:relative}#hn-root .nav-links{background:var(--paper);border-bottom:1px solid var(--line);opacity:0;visibility:hidden;flex-direction:column;gap:16px;padding:24px;transition:all .25s;position:absolute;top:68px;left:0;right:0;transform:translateY(-10px)}#hn-root .nav-links.open{opacity:1;visibility:visible;transform:translateY(0)}#hn-root .menu-btn{display:block}}
