:root {
    --premium-ink: #102752;
    --premium-blue: #1264e8;
    --premium-cyan: #0bc5dc;
    --premium-bg: #f5f9ff;
    --premium-line: #dbe8f7;
}

body { background: var(--premium-bg) !important; color: var(--premium-ink) !important; font-family: "Trebuchet MS", "Segoe UI", sans-serif !important; }
.utility-bar { display: none !important; }
.site-header { position: absolute !important; z-index: 20; inset: 0 0 auto; background: transparent !important; border: 0 !important; color: #fff; }
.header-inner { max-width: 1280px !important; min-height: 74px !important; padding: 12px 24px !important; }
.logo { display: inline-flex !important; align-items: center; gap: 10px; color: #fff !important; text-decoration: none; font-size: 1rem !important; line-height: 1; }
.logo-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg, #17d7e9, #2769f2); box-shadow: 0 8px 18px #041c5080; font-size: 17px; }
.logo strong { display: block; font-size: 1.18rem; letter-spacing: -.04em; }
.logo small { display: block; margin-top: 4px; font-size: .55rem; letter-spacing: .05em; opacity: .82; }
.main-nav { gap: 5px !important; }
.main-nav .nav-link { min-height: 38px; display: inline-flex; align-items: center; padding: 0 13px; color: #f2f7ff; text-decoration: none; font-size: .78rem; font-weight: 700; border-bottom: 2px solid transparent; }
.main-nav .nav-link-active, .main-nav .nav-link:hover { border-bottom-color: var(--premium-cyan); }
.main-nav .btn { min-height: 38px !important; border-radius: 22px !important; padding: 0 15px !important; font-size: .76rem; }
.main-nav .btn-track { background: transparent !important; border: 1px solid #ffffff55 !important; color: #fff !important; }
.main-nav .btn-outline { background: #ffffff12 !important; border-color: #ffffff55 !important; color: #fff !important; }
.main-nav .btn-primary { background: linear-gradient(90deg, #1b8fff, #4c42eb) !important; }
.hero.hero-soft { position: relative; overflow: hidden; min-height: 560px; padding: 120px 0 52px !important; background: radial-gradient(circle at 78% 25%, #3997f866 0 14%, transparent 36%), linear-gradient(116deg, #061d52 0%, #0d3a86 48%, #117cb8 100%) !important; border-radius: 0 0 42px 42px; }
.hero.hero-soft::before { content: ""; position: absolute; width: 620px; height: 620px; right: -140px; top: -190px; border: 1px solid #ffffff20; border-radius: 50%; box-shadow: 0 0 0 54px #ffffff08, 0 0 0 110px #ffffff05; }
.hero-inner { position: relative; z-index: 1; display: grid !important; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); align-items: center; gap: 20px !important; max-width: 1280px !important; padding: 0 24px !important; }
.hero-copy { max-width: 670px; }
.hero-kicker { display: inline-flex; gap: 8px; align-items: center; padding: 8px 13px; border: 1px solid #ffffff2b; border-radius: 999px; background: #ffffff14; color: #d9f9ff; font-size: .72rem; font-weight: 700; text-transform: none; }
.hero-inner h1 { margin: 18px 0 13px !important; max-width: 650px; font-size: clamp(2.4rem, 5vw, 4.2rem) !important; line-height: 1.02 !important; letter-spacing: -.06em !important; }
.hero-inner h1 em { color: #0ce0e8; font-style: normal; }
.hero-inner p { max-width: 560px; color: #d9e9ff !important; font-size: 1rem !important; line-height: 1.6; }
.hero-search { display: flex; align-items: center; max-width: 590px; margin-top: 24px; padding: 5px 5px 5px 18px; background: #fff; border-radius: 999px; box-shadow: 0 14px 28px #02133c55; }
.hero-search > i { color: var(--premium-blue); }
.hero-search input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 0 12px; color: var(--premium-ink); font: inherit; font-size: .78rem; }
.hero-search button, .hero-note span { border: 0; border-radius: 999px; padding: 12px 19px; background: linear-gradient(90deg, #158ff5, #6242ee); color: #fff; font-weight: 800; cursor: pointer; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 26px; }
.hero-proof span { display: grid; grid-template-columns: 30px auto; column-gap: 8px; align-items: center; color: #fff; }
.hero-proof i { grid-row: span 2; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #ffffff1c; color: #67e8f9; }
.hero-proof b { font-size: .69rem; }
.hero-proof small { color: #b4c9e6; font-size: .58rem; }
.hero-visual { min-height: 365px; position: relative; }
.hero-orbit { position: absolute; border: 1px solid #ffffff2b; border-radius: 50%; transform: rotate(-23deg); }
.orbit-one { width: 470px; height: 280px; right: -42px; top: 54px; }
.orbit-two { width: 390px; height: 240px; right: 28px; top: 76px; }
.hero-image-frame { position: absolute; left: 8%; bottom: 0; width: min(430px, 90%); height: 315px; overflow: hidden; border: 8px solid #ffffff22; border-radius: 48% 48% 18px 18px; background: #06265a; box-shadow: 14px 22px 30px #03143855; transform: rotate(-3deg); }
.hero-image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, #061d52aa); }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-note { position: absolute; z-index: 2; right: 0; top: 72px; width: 220px; padding: 18px; display: grid; gap: 8px; border-radius: 20px; background: #ffffffee; color: var(--premium-ink); box-shadow: 0 18px 36px #02143d45; transform: rotate(2deg); }
.hero-note > i { color: var(--premium-blue); font-size: 1.8rem; }
.hero-note b { font-size: .82rem; }
.hero-note small { color: #607594; font-size: .66rem; line-height: 1.4; }
.hero-note span { display: flex; justify-content: space-between; align-items: center; padding: 9px 12px; font-size: .68rem; }
.hero-actions { display: none !important; }
.service-strip.soft-service-strip { position: relative; z-index: 3; margin: -22px auto 0; width: min(1180px, calc(100% - 40px)); border: 0 !important; border-radius: 16px; background: #ffffff !important; box-shadow: 0 10px 30px #153f7715; }
.service-strip p { display: flex; align-items: center; justify-content: space-around; gap: 15px; margin: 0; padding: 18px 22px; color: #3d608a; font-size: .7rem; }
.service-strip strong { color: var(--premium-blue); text-transform: uppercase; font-size: .6rem; letter-spacing: .08em; }
.service-strip span { padding-left: 16px; border-left: 1px solid var(--premium-line); }
.services-section { padding: 52px 0 56px !important; background: linear-gradient(#f5f9ff, #fff); }
.services-section h2 { color: var(--premium-ink); font-size: 2rem !important; letter-spacing: -.04em; }
.services-section h2::before { content: "Popular services"; display: block; margin-bottom: 9px; color: var(--premium-blue); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.category-tabs { border-bottom: 1px solid var(--premium-line); padding-bottom: 12px; }
.tab-btn { border-radius: 10px !important; border-color: transparent !important; background: transparent !important; color: #537091 !important; font-size: .78rem; }
.tab-btn.active { background: var(--premium-blue) !important; color: #fff !important; box-shadow: 0 8px 18px #1264e833; }
.service-card { min-height: 148px !important; border-radius: 14px !important; border-color: var(--premium-line) !important; box-shadow: 0 6px 18px #173d6c0b !important; }
.service-card .icon { background: linear-gradient(145deg, #e6f4ff, #d7e5ff) !important; color: var(--premium-blue); }
.service-card .service-title { color: var(--premium-ink) !important; }
.service-card:hover { border-color: #8dbaff !important; box-shadow: 0 16px 30px #1264e826 !important; }
.site-footer { background: #071e4d !important; border-radius: 34px 34px 0 0; }
.premium-features { padding: 0 0 56px; background: #fff; }
.premium-feature-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, .9fr); gap: 14px; }
.feature-banner, .watch-card { min-height: 190px; overflow: hidden; position: relative; border-radius: 16px; color: #fff; box-shadow: 0 12px 26px #153f7718; }
.feature-banner { display: grid; grid-template-columns: 1fr 1fr; background: linear-gradient(110deg, #073a9b, #136bdd 55%, #4b38da); }
.feature-banner-copy { position: relative; z-index: 1; padding: 25px 26px; }
.feature-eyebrow { display: block; color: #b8edff; font-size: .59rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; }
.feature-banner h2, .watch-card h2 { margin: 7px 0 5px; color: #fff; font-size: 1.55rem; letter-spacing: -.04em; }
.feature-banner p, .watch-card p { max-width: 260px; margin: 0 0 16px; color: #d5e7ff; font-size: .68rem; line-height: 1.45; }
.feature-banner a, .watch-card button { display: inline-flex; align-items: center; gap: 10px; border: 0; border-radius: 999px; padding: 10px 14px; background: #fff; color: var(--premium-blue); font: inherit; font-size: .65rem; font-weight: 800; text-decoration: none; cursor: pointer; }
.feature-banner-art { position: relative; min-height: 190px; }
.feature-banner-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #136bdd 0%, transparent 40%), linear-gradient(0deg, #092e86aa, transparent 50%); }
.feature-banner-art img { width: 100%; height: 100%; object-fit: cover; }
.watch-card { display: flex; align-items: center; gap: 18px; padding: 22px; background: linear-gradient(135deg, #0a3186, #3427a6); }
.watch-card::after { content: ""; position: absolute; width: 210px; height: 210px; right: -50px; bottom: -100px; border: 1px solid #ffffff30; border-radius: 50%; box-shadow: 0 0 0 35px #ffffff0d; }
.watch-card p { margin-bottom: 13px; }
.watch-card button { position: relative; z-index: 1; background: #087ff3; color: #fff; }
.watch-icon { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: #17bcea; box-shadow: 0 0 0 8px #17bcea33; }
.watch-icon i { margin-left: 2px; }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr) 1.2fr; gap: 0; align-items: center; margin-top: 12px; padding: 12px 18px; border: 1px solid var(--premium-line); border-radius: 15px; background: #f5faff; }
.trust-row > div { display: flex; align-items: center; gap: 9px; min-height: 35px; padding: 0 14px; border-right: 1px solid var(--premium-line); }
.trust-row > div:first-child { padding-left: 0; }
.trust-row > div:last-child { border-right: 0; }
.trust-row > div > i { color: var(--premium-blue); font-size: 1.15rem; }
.trust-row span { display: grid; gap: 1px; }
.trust-row b, .trust-row strong { display: block; }
.trust-row b { color: var(--premium-ink); font-size: .68rem; }
.trust-row strong { color: #6680a1; font-size: .57rem; font-weight: 600; }
.india-mark { justify-content: flex-end; text-align: right; color: #0c4c99; }
.india-mark b { color: #1264e8; font-size: .73rem; font-style: italic; }
.india-mark span { color: #f28b22; font-size: .55rem; }
.india-mark i { width: 28px; height: 4px; display: block; background: linear-gradient(90deg, #f28b22 0 33%, #fff 33% 66%, #138808 66%); transform: skew(-20deg); }
@media (max-width: 900px) { .main-nav .nav-link { display: none; } .hero-inner { grid-template-columns: 1fr; } .hero-visual { display: none; } .hero.hero-soft { min-height: auto; } .service-strip p { flex-wrap: wrap; justify-content: center; } }
@media (max-width: 900px) { .premium-feature-grid { grid-template-columns: 1fr; } .trust-row { grid-template-columns: repeat(2, 1fr); } .trust-row > div:nth-child(2) { border-right: 0; } .trust-row > div:nth-child(n+3) { border-top: 1px solid var(--premium-line); padding-top: 10px; margin-top: 10px; } }
@media (max-width: 620px) { .header-inner { padding: 10px 16px !important; } .main-nav .btn-track { display: none; } .hero.hero-soft { padding: 104px 0 44px !important; border-radius: 0 0 24px 24px; } .hero-inner { padding: 0 16px !important; } .hero-inner h1 { font-size: 2.55rem !important; } .hero-proof { gap: 12px; } .service-strip { width: calc(100% - 24px) !important; } .service-strip span { padding-left: 8px; } .feature-banner { grid-template-columns: 1fr; } .feature-banner-art { min-height: 115px; } .trust-row { grid-template-columns: 1fr 1fr; padding: 10px; } .trust-row > div { padding-left: 6px; padding-right: 6px; } .india-mark { grid-column: span 2; justify-content: center !important; text-align: center; } }

/* Final homepage skin: this is intentionally last so older portal styles cannot alter the reference layout. */
html { scroll-behavior: smooth; }
body { overflow-x: hidden; background: #f7fbff !important; }
.site-header { height: 68px; background: linear-gradient(90deg, #062762ed, #1450b9e8 58%, #07357de8) !important; box-shadow: 0 1px 0 #66dbff88, 0 12px 28px #0018432b; }
.site-header::after { content: ""; position: absolute; right: -2%; bottom: -19px; left: -2%; height: 22px; background: #082e72; clip-path: ellipse(52% 65% at 50% 0%); opacity: .88; }
.header-inner { height: 68px; min-height: 68px !important; padding-top: 8px !important; padding-bottom: 8px !important; }
.logo-mark { animation: logoFloat 4s ease-in-out infinite; }
@keyframes logoFloat { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-2px) rotate(4deg); } }
.hero.hero-soft { min-height: 435px; padding: 107px 0 38px !important; border-radius: 0 0 0 0; background: radial-gradient(ellipse at 71% 20%, #a8e7ff66 0 8%, transparent 29%), linear-gradient(118deg, #041e58 0%, #0b4394 42%, #198bc8 100%) !important; }
.hero.hero-soft::before { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(circle at 72% 32%, #54eaff38 0 4%, transparent 17%), radial-gradient(circle at 88% 78%, #8b5cff35 0 5%, transparent 21%), linear-gradient(112deg, #06245fe8 0%, #0b4b99d9 43%, #087eb8e0 100%); opacity: .96; }
.hero.hero-soft::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: linear-gradient(#9beeff13 1px, transparent 1px), linear-gradient(90deg, #9beeff13 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg, transparent 2%, #000 45%, #000 100%); animation: gridDrift 18s linear infinite; }
@keyframes gridDrift { from { background-position: 0 0, 0 0; } to { background-position: 76px 76px, 76px 76px; } }
.hero.hero-soft::after { content: ""; position: absolute; right: -4%; bottom: -74px; left: -4%; height: 130px; background: #f7fbff; border-radius: 50% 50% 0 0 / 55% 55% 0 0; }
.hero-inner { position: relative; grid-template-columns: minmax(0, 1fr) minmax(430px, .96fr); gap: 4px !important; max-width: 1370px !important; }
.hero-inner h1 { max-width: 690px; font-size: clamp(2.4rem, 4.15vw, 3.75rem) !important; }
.hero-inner h1 em { background: linear-gradient(90deg, #00e6f2, #1be0ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-visual { min-height: 330px; position: relative; isolation: isolate; }
.hero-architecture { position: absolute; inset: 5px -40px 0 18px; z-index: -3; opacity: .9; background: linear-gradient(135deg, transparent 0 38%, #67efff2e 39% 39.5%, transparent 40%), linear-gradient(25deg, transparent 0 53%, #9c8aff2e 54% 54.5%, transparent 55%), linear-gradient(90deg, transparent 10%, #b9e8ff25 10.2% 10.5%, transparent 10.7% 29%, #b9e8ff25 29.2% 29.5%, transparent 29.7% 52%, #b9e8ff25 52.2% 52.5%, transparent 52.7%), linear-gradient(180deg, #d9f5ff18, #4cb3df12 55%, transparent 56%); clip-path: polygon(0 100%, 0 58%, 12% 58%, 12% 42%, 24% 42%, 24% 67%, 39% 67%, 39% 29%, 53% 29%, 53% 56%, 67% 56%, 67% 36%, 80% 36%, 80% 62%, 100% 62%, 100% 100%); filter: blur(.5px); animation: architectureShift 9s ease-in-out infinite alternate; }
@keyframes architectureShift { from { transform: translateX(0) scale(1); opacity: .58; } to { transform: translateX(-18px) scale(1.04); opacity: .95; } }
.hero-glow { position: absolute; z-index: -2; border-radius: 50%; filter: blur(2px); background: #13d9f755; box-shadow: 0 0 70px 35px #11bff044; animation: glowPulse 5s ease-in-out infinite; }
.glow-one { width: 240px; height: 240px; right: 20%; top: 0; }
.glow-two { width: 145px; height: 145px; right: 4%; bottom: 10px; background: #5c45ff66; animation-delay: -2s; }
@keyframes glowPulse { 0%, 100% { transform: scale(.94); opacity: .65; } 50% { transform: scale(1.08); opacity: 1; } }
.hero-app-scene { position: absolute; inset: 0 -8px 0 4px; }
.app-scene-orbit { position: absolute; width: 330px; height: 270px; right: 16%; top: 25px; border: 1px solid #8cefff55; border-radius: 50%; transform: rotate(-28deg); box-shadow: 0 0 35px #18d8ef44; animation: sceneOrbit 12s linear infinite; }
@keyframes sceneOrbit { to { transform: rotate(332deg); } }
    .service-node { position: absolute; z-index: 4; display: flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid #a9efff66; border-radius: 12px; background: #0b4c91bb; box-shadow: 0 8px 20px #021e4d55, inset 0 1px #ffffff33; color: #eaffff; font-size: .58rem; font-weight: 800; backdrop-filter: blur(10px); animation: nodeFloat 4.5s ease-in-out infinite; }
    .service-node i { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 7px; background: #1ccfe844; color: #8fffff; font-size: .68rem; }
    .node-identity { left: 2%; top: 12px; }
    .node-documents { right: 40%; bottom: 14px; animation-delay: -1.5s; }
    .node-status { right: 3%; bottom: 20px; animation-delay: -3s; }
    @keyframes nodeFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
    .service-path { position: absolute; z-index: 1; height: 1px; transform-origin: left center; background: linear-gradient(90deg, #57efff, transparent); opacity: .7; animation: pathPulse 3s ease-in-out infinite; }
    .path-one { width: 145px; left: 15%; top: 55px; transform: rotate(18deg); }
    .path-two { width: 170px; right: 27%; bottom: 62px; transform: rotate(-15deg); animation-delay: -1.4s; }
    @keyframes pathPulse { 0%, 100% { opacity: .25; } 50% { opacity: .85; box-shadow: 0 0 9px #6fffff; } }
.app-phone { position: absolute; z-index: 3; left: 22%; bottom: -3px; width: 185px; height: 342px; padding: 9px; border: 5px solid #d6f5ff; border-radius: 29px; background: #0b2b62; box-shadow: 20px 24px 35px #02194077, inset 0 0 0 2px #ffffff33; transform: rotate(-7deg); animation: phoneFloat 5s ease-in-out infinite; }
@keyframes phoneFloat { 0%, 100% { transform: rotate(-7deg) translateY(0); } 50% { transform: rotate(-5deg) translateY(-10px); } }
.phone-speaker { width: 42px; height: 4px; margin: 1px auto 7px; border-radius: 5px; background: #8bb0d8; }
.phone-screen { height: calc(100% - 14px); overflow: hidden; padding: 13px 12px; border-radius: 19px; background: linear-gradient(180deg, #f8fcff, #eaf4ff); color: var(--premium-ink); font-size: .55rem; }
.screen-top, .screen-row { display: flex; align-items: center; gap: 6px; }
.screen-top { justify-content: space-between; margin-bottom: 18px; color: var(--premium-blue); font-size: .52rem; }
.screen-top span { margin-right: auto; font-weight: 800; }
.customer-avatar { width: 42px; height: 42px; display: grid; place-items: center; margin: 0 auto 8px; border-radius: 50%; background: linear-gradient(145deg, #16cbe4, #3154ec); color: #fff; font-size: 1.1rem; box-shadow: 0 5px 12px #1c78e344; }
.phone-screen > b, .phone-screen > small { display: block; text-align: center; }
.phone-screen > b { font-size: .69rem; }
.phone-screen > small { margin-top: 3px; color: #7590ae; font-size: .5rem; }
.progress-track { height: 5px; margin: 16px 0 14px; border-radius: 8px; background: #d6e4f5; }
.progress-track span { display: block; width: 72%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #0dbdd5, #3159f1); animation: progressMove 3s ease-in-out infinite alternate; }
@keyframes progressMove { from { width: 58%; } to { width: 78%; } }
.screen-row { margin: 8px 0; padding: 8px 6px; border-radius: 8px; background: #fff; color: #6d83a0; }
.screen-row i { color: var(--premium-blue); }
.screen-row span { flex: 1; }
.screen-row b { color: #11aa83; font-size: .5rem; }
.screen-row.active { border: 1px solid #a6d9ff; background: #edf8ff; }
.screen-button { margin-top: 17px; padding: 9px 8px; border-radius: 10px; background: linear-gradient(90deg, #148ff2, #5944eb); color: #fff; text-align: center; font-size: .58rem; font-weight: 800; }
.screen-button i { margin-left: 7px; }
.app-document { position: absolute; z-index: 2; width: 77px; height: 96px; display: grid; align-content: start; gap: 7px; padding: 15px 13px; border-radius: 15px; background: #f7fdff; color: var(--premium-blue); box-shadow: 0 12px 26px #031b4848; }
.app-document i { font-size: 1.35rem; }
.app-document span { width: 45px; height: 3px; border-radius: 4px; background: #b6cce8; }
.app-document b { color: #6680a1; font-size: .51rem; }
.document-back { left: 6%; top: 18px; transform: rotate(-14deg); animation: documentBack 4s ease-in-out infinite; }
.document-front { right: 27%; top: 14px; transform: rotate(8deg); animation: documentFront 4.5s ease-in-out infinite; }
@keyframes documentBack { 0%, 100% { transform: rotate(-14deg) translateY(0); } 50% { transform: rotate(-10deg) translateY(-8px); } }
@keyframes documentFront { 0%, 100% { transform: rotate(8deg) translateY(0); } 50% { transform: rotate(12deg) translateY(-10px); } }
.app-success { position: absolute; z-index: 5; right: 31%; top: 55px; width: 48px; height: 48px; display: grid; place-items: center; border: 5px solid #ffffffcc; border-radius: 50%; background: #12bd8a; color: white; font-size: 1.3rem; box-shadow: 0 7px 15px #063b3570; animation: successPop 3.5s ease-in-out infinite; }
@keyframes successPop { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.1); } }
.app-spark { position: absolute; z-index: 5; color: #8ffbff; font-size: 1.35rem; animation: sparkTwinkle 2.4s ease-in-out infinite; }
.spark-one { right: 18%; top: 4px; }.spark-two { left: 14%; bottom: 65px; color: #b79cff; animation-delay: -1.1s; }
@keyframes sparkTwinkle { 0%, 100% { opacity: .35; transform: scale(.7) rotate(0); } 50% { opacity: 1; transform: scale(1.2) rotate(25deg); } }
.hero-status { position: absolute; z-index: 4; right: 0; top: 84px; width: 225px; padding: 57px 18px 17px; display: grid; gap: 7px; border-radius: 20px; background: #ffffffee; color: var(--premium-ink); box-shadow: 0 18px 36px #02143d45; transform: rotate(2deg); animation: statusLift 5s ease-in-out infinite; }
@keyframes statusLift { 0%, 100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(2deg) translateY(-7px); } }
.hero-status b { font-size: .85rem; }
.hero-status small { color: #607594; font-size: .66rem; line-height: 1.4; }
.hero-status span { display: flex; justify-content: space-between; align-items: center; padding: 10px 13px; border-radius: 999px; background: linear-gradient(90deg, #108cf4, #5c3eea); color: #fff; font-size: .68rem; font-weight: 800; }
.hero-badge { position: absolute; z-index: 5; right: -31px; display: flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid #ffffff55; border-radius: 999px; background: #ffffffd9; box-shadow: 0 10px 18px #061c4540; color: var(--premium-ink); animation: badgeFloat 4s ease-in-out infinite; }
.hero-badge > i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #e9f4ff; color: var(--premium-blue); }
.hero-badge span { display: grid; gap: 1px; }
.hero-badge b { font-size: .59rem; }
.hero-badge small { color: #6680a1; font-size: .5rem; }
.badge-security { top: 32px; }
.badge-speed { top: 104px; animation-delay: -1.2s; }
.badge-trust { top: 176px; animation-delay: -2.2s; }
.badge-trust > i { color: #b33be5; }
@keyframes badgeFloat { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(-5px); } }
.hero-proof { gap: 17px; }
.hero-proof span { min-width: 108px; }
.service-strip.soft-service-strip { margin-top: -10px; width: min(1370px, calc(100% - 56px)); border-radius: 14px; }
.service-strip p { padding: 14px 20px; }
.services-section { padding: 26px 0 42px !important; }
.services-section .container, .premium-features .container, .news-section .container { max-width: 1370px !important; }
.services-section h2 { margin-bottom: 3px !important; font-size: 1.55rem !important; }
.services-section h2::after { content: "Explore all available services and get your work done online."; display: block; margin-top: 3px; color: #6680a1; font-size: .72rem; font-weight: 500; letter-spacing: 0; }
.services-section h2::before { margin-bottom: 5px; font-size: .58rem; }
.category-tabs { justify-content: flex-start; margin: 18px 0 16px; border: 0; padding: 0; gap: 8px; }
.tab-btn { min-height: 35px !important; padding: 0 12px !important; }
.services-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 10px !important; }
.service-card { min-height: 125px !important; padding: 13px 14px 12px !important; border-radius: 13px !important; }
.service-card .icon { width: 38px; height: 38px; margin-bottom: 8px; font-size: 1.15rem; border-radius: 12px; }
.service-card .service-title { margin-bottom: 3px !important; font-size: .83rem !important; }
.service-card .service-desc { font-size: .65rem !important; line-height: 1.35 !important; }
.premium-features { padding: 0 0 35px; }
.premium-feature-grid { gap: 10px; }
.feature-banner, .watch-card { min-height: 165px; border-radius: 14px; }
.feature-banner-copy { padding: 20px 22px; }
.feature-banner h2, .watch-card h2 { font-size: 1.35rem; }
.feature-banner-art { min-height: 165px; }
.watch-card { padding: 19px; }
.trust-row { margin-top: 9px; padding: 10px 16px; }
.news-section { display: none !important; }
.site-footer { position: relative; margin-top: 0; border-radius: 0; padding: 50px 0 18px !important; overflow: hidden; background: linear-gradient(135deg, #061942, #092e69 55%, #071d4d) !important; }
.site-footer::before { content: ""; position: absolute; width: 410px; height: 410px; right: -120px; top: -210px; border: 1px solid #64eaff24; border-radius: 50%; box-shadow: 0 0 0 42px #64eaff08, 0 0 0 92px #64eaff05; }
.site-footer .footer-inner { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: 42px; max-width: 1280px; }
.footer-intro { max-width: 430px; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; }
.footer-brand strong { display: block; font-size: 1.05rem; }.footer-brand small { display: block; margin-top: 3px; color: #a8c9ef; font-size: .57rem; }
.footer-intro h2 { margin: 28px 0 10px; color: #fff; font-size: 2.15rem; line-height: 1.06; letter-spacing: -.05em; }.footer-intro h2 em { color: #18d9ec; font-style: normal; }
.footer-intro > p { max-width: 330px; color: #abc7e9; font-size: .78rem; line-height: 1.55; }
.footer-help-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 10px; padding: 11px 16px; border-radius: 999px; background: #fff; color: var(--premium-blue); font-size: .7rem; font-weight: 800; text-decoration: none; }.footer-help-link i { color: #573cea; }
.footer-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: start; padding-top: 8px; }
.footer-detail-card, .footer-follow { padding: 18px; border: 1px solid #8bdcff2b; border-radius: 15px; background: #ffffff0a; backdrop-filter: blur(8px); }
.footer-detail-card { display: flex; gap: 12px; }.footer-card-icon { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #16c8e522; color: #68edff; }.footer-detail-card h3, .footer-follow h3 { margin: 0 0 7px; color: #fff; font-size: .78rem; }.footer-detail-card p { margin: 0 0 4px; color: #fff; font-size: .72rem; }.footer-detail-card small { color: #9fbddd; font-size: .59rem; line-height: 1.45; }.footer-follow { grid-column: span 2; display: flex; align-items: center; justify-content: space-between; gap: 20px; }.footer-follow h3 { margin: 0; }.footer-follow .follow-us-icons { gap: 10px; }.footer-follow .social-icon { opacity: 1; animation: none; width: 34px; height: 34px; padding: 7px; }
.footer-bottom { grid-column: span 2; display: flex; justify-content: space-between; gap: 14px; padding-top: 20px; margin-top: 8px; border-top: 1px solid #8bdcff22; color: #87a8d1; font-size: .58rem; }.footer-bottom span { display: flex; gap: 15px; }.footer-bottom a { color: #b8d4f3; text-decoration: none; }.footer-bottom a:hover { color: #fff; }
@media (max-width: 760px) { .site-footer .footer-inner { grid-template-columns: 1fr; gap: 25px; }.footer-details, .footer-bottom { grid-column: auto; }.footer-bottom { flex-direction: column; }.footer-bottom span { flex-wrap: wrap; }.footer-intro h2 { font-size: 1.85rem; } }
@media (min-width: 1250px) { .services-grid { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; } }
@media (max-width: 900px) { .site-header { height: 62px; } .header-inner { height: 62px; min-height: 62px !important; } .hero.hero-soft { padding-top: 96px !important; } .hero-inner { grid-template-columns: 1fr; } .hero-visual { display: none; } .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } }
@media (max-width: 620px) { .site-header { height: 58px; } .header-inner { height: 58px; min-height: 58px !important; } .hero.hero-soft { padding-top: 90px !important; } .hero-inner h1 { font-size: 2.35rem !important; } .hero-search button { padding: 11px 13px; } .service-strip.soft-service-strip { width: calc(100% - 24px); } .services-grid { grid-template-columns: 1fr 1fr !important; gap: 8px !important; } .service-card { min-height: 120px !important; } .premium-feature-grid { grid-template-columns: 1fr; } }

/* Refined benefits panel: make the video prompt and proof points read as one composed block. */
.premium-features { position: relative; padding-top: 18px !important; background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%); }
.premium-features::before { content: ""; position: absolute; top: 0; left: 50%; width: min(900px, 82%); height: 1px; background: linear-gradient(90deg, transparent, #b9d7f4, transparent); transform: translateX(-50%); }
.premium-feature-grid { gap: 18px; }
.watch-card { min-height: 222px; gap: 22px; padding: 30px 32px; border: 1px solid #ffffff2b; border-radius: 22px; background: radial-gradient(circle at 92% 12%, #4c5eea 0, transparent 29%), linear-gradient(135deg, #082d7d 0%, #173e9d 56%, #27259a 100%); box-shadow: 0 18px 38px #123c7b26; }
.watch-card::before { content: ""; position: absolute; width: 330px; height: 330px; right: -90px; top: -210px; border: 1px solid #ffffff26; border-radius: 50%; box-shadow: 0 0 0 35px #ffffff0b, 0 0 0 72px #ffffff06; }
.watch-card::after { width: 280px; height: 280px; right: -65px; bottom: -174px; border-color: #ffffff2b; box-shadow: 0 0 0 42px #ffffff0b, 0 0 0 84px #ffffff05; }
.watch-card > div:last-child { position: relative; z-index: 1; }
.watch-icon { flex-basis: 58px; width: 58px; height: 58px; background: linear-gradient(145deg, #27d4eb, #159de5); box-shadow: 0 0 0 9px #20c9e52b, 0 10px 24px #031a5c55; font-size: 1.05rem; }
.watch-card .feature-eyebrow { color: #82e9f4; font-size: .68rem; letter-spacing: .14em; }
.watch-card h2 { margin: 9px 0 8px; font-size: clamp(1.7rem, 2.4vw, 2.25rem); letter-spacing: -.045em; }
.watch-card p { max-width: 320px; margin-bottom: 21px; color: #d9e7ff; font-size: .82rem; }
.watch-card button { min-height: 46px; padding: 0 19px; border-radius: 12px; background: #1598f1; box-shadow: 0 9px 18px #031b5c44; font-size: .73rem; transition: transform .2s ease, background .2s ease; }
.watch-card button:hover { background: #24b5f5; transform: translateY(-2px); }
.trust-row { position: relative; grid-template-columns: repeat(4, 1fr) 1.35fr; gap: 0; margin-top: 18px; padding: 10px 12px; border: 1px solid #cfe1f4; border-radius: 20px; background: #ffffffd9; box-shadow: 0 12px 28px #1b5e9d0d; }
.trust-row > div { min-height: 62px; padding: 4px 17px; border-right-color: #dbe8f5; }
.trust-row > div > i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: #e8f4ff; color: #176be7; font-size: .92rem; }
.trust-row > div:nth-child(3) > i { background: #e3faf2; color: #0a9d80; }
.trust-row > div:nth-child(4) > i { background: #fff1df; color: #e47718; }
.trust-row b { font-size: .78rem; }
.trust-row strong { font-size: .63rem; line-height: 1.35; }
.india-mark { gap: 3px; padding-left: 20px !important; }
.india-mark b { font-size: .9rem; }
.india-mark span { font-size: .61rem; }
.india-mark i { width: 36px; height: 5px; margin-top: 3px; }
@media (max-width: 900px) {
    .premium-features { padding-top: 14px !important; }
    .watch-card { min-height: 210px; }
    .trust-row { grid-template-columns: repeat(2, 1fr); padding: 12px; }
    .trust-row > div { min-height: 70px; padding: 6px 16px; }
    .trust-row > div:nth-child(2) { border-right: 0; }
    .trust-row > div:nth-child(n+3) { border-top: 1px solid #dbe8f5; padding-top: 14px; margin-top: 4px; }
    .india-mark { grid-column: span 2; justify-content: center !important; text-align: center; border-right: 0 !important; }
}
@media (max-width: 620px) {
    .premium-features { padding-top: 8px !important; }
    .watch-card { min-height: 230px; gap: 16px; padding: 26px 22px; border-radius: 18px; }
    .watch-icon { flex-basis: 48px; width: 48px; height: 48px; }
    .watch-card h2 { font-size: 1.65rem; }
    .watch-card p { font-size: .75rem; }
    .trust-row { margin-top: 12px; padding: 8px; border-radius: 16px; }
    .trust-row > div { gap: 8px; padding-left: 7px; padding-right: 7px; }
    .trust-row > div > i { width: 29px; height: 29px; font-size: .78rem; }
    .trust-row b { font-size: .7rem; }
    .trust-row strong { font-size: .56rem; }
}

/* Structured hero layout: one content column and one bounded application canvas. */
.hero.hero-soft { min-height: 500px; overflow: hidden; }
.hero.hero-soft::after { content: ""; position: absolute; right: -4%; bottom: -78px; left: -4%; z-index: 2; height: 125px; pointer-events: none; background: #f7fbff; border-radius: 50% 50% 0 0 / 58% 58% 0 0; }
.hero-inner { width: min(1280px, calc(100% - 48px)); grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 42px !important; align-items: center; }
.hero-copy { position: relative; z-index: 4; min-width: 0; }
.hero-inner h1 { max-width: 600px; margin-top: 16px !important; font-size: clamp(2.45rem, 4vw, 3.5rem) !important; line-height: 1.04 !important; }
.hero-inner p { max-width: 530px; font-size: .95rem !important; }
.hero-search { max-width: 560px; }
.hero-proof { gap: 12px; }
.hero-proof span { min-width: 100px; }
.hero-visual { z-index: 3; width: 100%; min-width: 0; min-height: 355px; overflow: visible; }
.hero-glow.glow-one { right: 22%; top: 22px; }
.hero-glow.glow-two { right: 7%; bottom: 2px; }
.hero-app-scene { inset: 0; overflow: visible; }
.app-scene-orbit { width: 355px; height: 275px; right: 20%; top: 30px; }
.app-phone { left: 28%; bottom: 0; width: 175px; height: 320px; }
.document-back { left: 10%; top: 30px; }
.document-front { right: 25%; top: 20px; }
.app-success { right: 29%; top: 62px; }
.hero-status { right: 2%; top: 105px; width: 205px; padding: 52px 16px 15px; }
.hero-badge { right: 0; padding: 8px 11px; }
.badge-security { top: 32px; }
.badge-speed { top: 112px; }
.badge-trust { top: 192px; }
.hero-actions { display: none !important; }
@media (min-width: 901px) and (max-width: 1120px) {
    .hero-inner { gap: 18px !important; }
    .hero-inner h1 { font-size: 2.7rem !important; }
    .hero-status { right: -8px; width: 185px; }
    .hero-badge { right: -12px; }
}
@media (max-width: 900px) {
    .hero.hero-soft { min-height: 610px; }
    .hero-inner { width: min(680px, calc(100% - 32px)); gap: 12px !important; }
    .hero-visual { display: block; min-height: 270px; margin-top: 8px; transform: scale(.86); transform-origin: top center; }
    .hero-status { right: 4%; top: 82px; }
    .hero-badge { right: 0; }
    .hero.hero-soft::after { bottom: -70px; }
}
@media (max-width: 620px) {
    .hero.hero-soft { min-height: 710px; }
    .hero-inner { width: calc(100% - 28px); }
    .hero-inner h1 { font-size: 2.25rem !important; }
    .hero-inner p { font-size: .86rem !important; }
    .hero-search { margin-top: 18px; }
    .hero-proof { gap: 8px; }
    .hero-proof span { min-width: 92px; }
    .hero-visual { min-height: 265px; transform: scale(.68); margin: -12px -85px 0; }
}

/* Creative service catalogue: organized, colorful, and still easy to scan. */
.services-section { position: relative; overflow: hidden; padding: 66px 0 72px !important; background: #f7fbff !important; }
.services-section::before { content: ""; position: absolute; width: 520px; height: 520px; top: -250px; right: -150px; border: 1px solid #8fdcff33; border-radius: 50%; box-shadow: 0 0 0 42px #8fdcff12, 0 0 0 88px #8fdcff08; }
.services-section::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .42; background-image: linear-gradient(#1b77db0b 1px, transparent 1px), linear-gradient(90deg, #1b77db0b 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(180deg, #000, transparent 65%); }
.services-section > .container { position: relative; z-index: 1; }
.services-section h2 { display: block; max-width: 720px; margin: 0 !important; font-size: clamp(1.85rem, 3vw, 2.45rem) !important; line-height: 1.1 !important; }
.services-section h2::before { display: table; width: fit-content; margin-bottom: 14px; padding: 7px 11px; border: 1px solid #68bfff55; border-radius: 999px; background: #e8f5ff; content: "✦  Explore our digital services"; color: var(--premium-blue); font-size: .61rem; letter-spacing: .08em; line-height: 1; }
.services-section h2::after { max-width: 620px; font-size: .78rem; }
.category-tabs { position: relative; display: flex; width: fit-content; max-width: 100%; flex-wrap: wrap; gap: 6px; margin: 26px 0 22px; padding: 6px; border: 1px solid #cfe2f5; border-radius: 15px; background: #ffffffcc; box-shadow: 0 8px 22px #1a5ea80d; }
.tab-btn { min-height: 38px !important; border: 0 !important; border-radius: 10px !important; padding: 0 15px !important; color: #527095 !important; font-size: .7rem !important; font-weight: 800 !important; transition: background .2s ease, color .2s ease, transform .2s ease; }
.tab-btn:hover { color: var(--premium-blue) !important; transform: translateY(-2px); }
.tab-btn.active { background: linear-gradient(135deg, #176ee9, #3244d9) !important; color: #fff !important; box-shadow: 0 7px 16px #176ee944; }
.services-group { animation: serviceGroupIn .35s ease both; }
@keyframes serviceGroupIn { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
.services-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 14px !important; }
.service-card { position: relative; min-height: 158px !important; overflow: hidden; padding: 18px 17px 16px !important; border: 1px solid #d7e6f5 !important; border-radius: 18px !important; background: linear-gradient(145deg, #fff, #f6faff) !important; box-shadow: 0 9px 22px #174a840d !important; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important; }
.service-card::before { content: ""; position: absolute; width: 100px; height: 100px; right: -45px; bottom: -55px; border-radius: 50%; background: #d9efff; opacity: .55; transition: transform .3s ease; }
.service-card::after { content: "→"; position: absolute; right: 16px; top: 19px; color: #75a1ce; font-size: 1rem; font-weight: 800; transition: color .25s ease, transform .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: #7db9f4 !important; box-shadow: 0 18px 32px #176ee926 !important; }
.service-card:hover::before { transform: scale(2.4); }
.service-card:hover::after { color: var(--premium-blue); transform: translateX(4px); }
.service-card .icon { position: relative; z-index: 1; width: 48px; height: 48px; margin-bottom: 14px; border: 0 !important; border-radius: 15px !important; background: linear-gradient(145deg, #e7f4ff, #d2e5ff) !important; box-shadow: inset 0 1px #fff, 0 7px 14px #2268b51c; font-size: 1.25rem; }
.service-card:nth-child(4n+2) .icon { background: linear-gradient(145deg, #f0e6ff, #e1d3ff) !important; color: #7045db; }
.service-card:nth-child(4n+3) .icon { background: linear-gradient(145deg, #ddfbf3, #c8f0e8) !important; color: #0b9c83; }
.service-card:nth-child(4n+4) .icon { background: linear-gradient(145deg, #fff0dc, #ffe0bf) !important; color: #e27618; }
.service-card .service-title, .service-card .service-desc { position: relative; z-index: 1; }
.service-card .service-title { margin-bottom: 6px !important; font-size: .9rem !important; color: #102f62 !important; }
.service-card .service-desc { max-width: 245px; color: #67819f !important; font-size: .69rem !important; line-height: 1.45 !important; }
@media (min-width: 1250px) { .services-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; } }
@media (max-width: 900px) { .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } .category-tabs { display: flex; } }
@media (max-width: 620px) { .services-section { padding: 48px 0 55px !important; } .services-section h2 { font-size: 1.8rem !important; } .services-section h2::before { margin-bottom: 11px; } .category-tabs { width: 100%; overflow-x: auto; flex-wrap: nowrap; } .tab-btn { flex: 0 0 auto; } .services-grid { grid-template-columns: 1fr 1fr !important; gap: 9px !important; } .service-card { min-height: 143px !important; padding: 14px 12px !important; } .service-card .icon { width: 40px; height: 40px; margin-bottom: 10px; } .service-card .service-title { font-size: .76rem !important; } .service-card .service-desc { font-size: .62rem !important; } }