/* Headstart brand overrides on top of the CK template */
.hs-hero-bg { background: radial-gradient(ellipse at 70% 30%, #10365f 0%, #0b1a2e 45%, #05080f 100%); }
.hs-panel { background: linear-gradient(145deg, #0b1a2e 0%, #10365f 60%, #0077cc 130%); color: #fff; }
.hs-panel-alt { background: linear-gradient(145deg, #1c232d 0%, #0b1a2e 100%); }
.hs-sticky { position: sticky; top: 0; }

.hs-ticks { list-style: none; padding: 0; margin: 0; }
.hs-ticks li { position: relative; padding-left: 30px; margin-bottom: 12px; }
.hs-ticks li:before { content: "\2713"; position: absolute; left: 0; color: #0095fb; font-weight: 700; }

.hs-jump { list-style: none; padding: 0; margin: 0; }
.hs-jump li { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.15); }
.hs-jump span { color: #0095fb; margin-right: 12px; }
.hs-group span { color: #0095fb; margin-right: 12px; }

.hs-group { margin: 70px 0 35px; padding-bottom: 12px; border-bottom: 2px solid #0095fb; }
.hs-group:first-child { margin-top: 0; }

.hs-step { height: 100%; padding: 40px 35px; border: 1px solid rgba(45,51,69,.1); transition: box-shadow .3s, transform .3s; }
.hs-step:hover { box-shadow: 0 20px 40px rgba(0,0,0,.08); transform: translateY(-4px); }
.hs-step b { display: block; font-size: 44px; line-height: 1; color: #0095fb; opacity: .35; margin-bottom: 20px; font-weight: 700; }

#particles-js { position: absolute; inset: 0; }
.introsection .container-fluid { position: relative; z-index: 2; }
.hs-mark { width: 80px; height: auto; display: inline-block; }
.hs-pad { padding: 60px; }
@media (max-width: 1199px) { .hs-pad { padding: 40px; } }
.hs-col { padding-left: 80px !important; padding-right: 80px !important; }
@media (max-width: 991px) { .hs-col { padding-left: 25px !important; padding-right: 25px !important; } }

/* ---------- Projects (dark showcase) ---------- */
.hs-work { background: radial-gradient(ellipse at 15% 0%, #13294a 0%, #0a1322 45%, #070b13 100%); color: #fff; }
.hs-work .pagesectionclose { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.18); transition: all .25s; }
.hs-work .pagesectionclose:hover { background: #fff; color: #0a1322; }
.hs-work-in { max-width: 1240px; }

.hs-work-head { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: end; margin-bottom: 55px; }
.hs-eyebrow { display: inline-flex; align-items: center; gap: 12px; color: #0095fb; font-size: 12px; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 18px; }
.hs-eyebrow:before { content: ""; width: 34px; height: 2px; background: #0095fb; }
.hs-work-head h2 { font-size: 72px; line-height: .98; text-transform: uppercase; letter-spacing: 2px; color: #fff; margin: 0; }
.hs-work-intro p { color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.8; margin: 0 0 24px; max-width: 470px; }
@media (max-width: 991px) { .hs-work-head { grid-template-columns: 1fr; gap: 20px; } .hs-work-head h2 { font-size: 48px; } }

.hs-filters { display: inline-flex; flex-wrap: wrap; gap: 6px; padding: 6px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 40px; }
.hs-filters button { background: none; border: 0; color: rgba(255,255,255,.7); padding: 9px 18px; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; border-radius: 30px; cursor: pointer; transition: all .25s; }
.hs-filters button em { font-style: normal; font-size: 10px; margin-left: 6px; padding: 1px 7px; border-radius: 10px; background: rgba(255,255,255,.12); }
.hs-filters button:hover { color: #fff; }
.hs-filters button.active { background: #0095fb; color: #fff; box-shadow: 0 6px 20px rgba(0,149,251,.4); }
.hs-filters button.active em { background: rgba(255,255,255,.25); }

.hs-proj-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 300px; grid-auto-flow: dense; gap: 22px; }
.hs-proj-item.hs-feature { grid-column: span 2; grid-row: span 2; }
@media (max-width: 991px) { .hs-proj-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 260px; } }
@media (max-width: 575px) { .hs-proj-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; } .hs-proj-item.hs-feature { grid-column: auto; grid-row: span 1; } }
.hs-proj-item.hs-hide { display: none; }

.hs-proj-card { position: relative; display: block; height: 100%; overflow: hidden; border-radius: 18px; background: #0d1a2e; color: #fff; text-decoration: none !important; box-shadow: 0 10px 30px rgba(0,0,0,.35); transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s; isolation: isolate; }
.hs-proj-card:hover { color: #fff; transform: translateY(-6px); box-shadow: 0 24px 50px rgba(0,0,0,.5), 0 0 0 1px rgba(0,149,251,.5); }
.hs-proj-media { position: absolute; inset: 0; background: center/cover no-repeat; transition: transform .8s cubic-bezier(.2,.7,.2,1); z-index: -2; }
.hs-proj-card:hover .hs-proj-media { transform: scale(1.07); }
.hs-proj-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(7,11,19,.15) 0%, rgba(7,11,19,.25) 40%, rgba(7,11,19,.92) 100%); transition: background .4s; }
.hs-proj-card:hover .hs-proj-shade { background: linear-gradient(180deg, rgba(7,11,19,.3) 0%, rgba(7,11,19,.55) 35%, rgba(7,11,19,.95) 100%); }

.hs-proj-top { position: absolute; top: 18px; left: 20px; right: 18px; display: flex; justify-content: space-between; align-items: flex-start; }
.hs-proj-num { font-size: 14px; letter-spacing: 2px; color: rgba(255,255,255,.85); padding: 4px 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 20px; backdrop-filter: blur(6px); }
.hs-proj-tags { display: flex; gap: 6px; }
.hs-pill { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; background: rgba(7,11,19,.55); color: #fff; backdrop-filter: blur(6px); }
.hs-pill i { font-size: 13px; vertical-align: -2px; }
.hs-pill-sample { background: rgba(253,203,110,.95); color: #1c232d; font-weight: 700; }

.hs-proj-info { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px 26px 24px; }
.hs-proj-cat { display: block; color: #4fb6ff; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px; }
.hs-proj-info h3 { color: #fff; font-size: 22px; text-transform: uppercase; letter-spacing: 1px; line-height: 1.15; margin: 0; }
.hs-feature .hs-proj-info { padding: 36px 40px; }
.hs-feature .hs-proj-info h3 { font-size: 40px; }
.hs-proj-reveal { max-height: 0; opacity: 0; overflow: hidden; transition: max-height .45s ease, opacity .35s ease, margin .45s ease; }
.hs-proj-card:hover .hs-proj-reveal, .hs-feature .hs-proj-reveal { max-height: 140px; opacity: 1; margin-top: 12px; }
.hs-proj-reveal p { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,.78); margin: 0 0 12px; max-width: 520px; }
.hs-proj-more { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: #fff; border-bottom: 1px solid #0095fb; padding-bottom: 2px; }
.hs-proj-more i { font-size: 20px; transition: transform .3s; }
.hs-proj-card:hover .hs-proj-more i { transform: translateX(4px); }
@media (hover: none) { .hs-proj-reveal { max-height: 140px; opacity: 1; margin-top: 10px; } }

.hs-work-cta { margin-top: 60px; padding: 38px 44px; border-radius: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; background: linear-gradient(120deg, #0077cc 0%, #0095fb 55%, #33b0ff 100%); box-shadow: 0 20px 50px rgba(0,149,251,.25); }
.hs-work-cta h3 { color: #fff; font-size: 30px; text-transform: uppercase; letter-spacing: 1px; margin: 0; }
.hs-btn-light { display: inline-flex; align-items: center; gap: 6px; background: #fff; color: #0a1322 !important; padding: 14px 26px; border-radius: 40px; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none !important; transition: transform .25s, box-shadow .25s; }
.hs-btn-light i { font-size: 22px; }
.hs-btn-light:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0,0,0,.25); }
@media (max-width: 575px) { .hs-work-cta { padding: 28px; } .hs-work-cta h3 { font-size: 22px; } }

/* ---------- Project detail overlay ---------- */
.hs-project { position: fixed; inset: 0; z-index: 10050; background: #fff; overflow-y: auto; -webkit-overflow-scrolling: touch; opacity: 0; visibility: hidden; transform: translateY(30px); transition: opacity .35s, transform .35s, visibility .35s; }
.hs-project.open { opacity: 1; visibility: visible; transform: none; }
body.hs-modal-open { overflow: hidden; }
.hs-project-close { position: fixed; top: 30px; right: 30px; z-index: 3; }
.hs-cs-hero { position: relative; min-height: 55vh; display: flex; align-items: flex-end; background: #0b1a2e center/cover no-repeat; color: #fff; }
.hs-cs-hero:before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,8,15,.2) 0%, rgba(5,8,15,.85) 100%); }
.hs-cs-hero-in { position: relative; width: 100%; max-width: 1140px; margin: 0 auto; padding: 60px 15px; }
.hs-cs-hero h2 { font-size: 56px; text-transform: uppercase; letter-spacing: 3px; color: #fff; margin: 0 0 12px; }
.hs-cs-hero h2 small { font-size: 40%; letter-spacing: 2px; opacity: .7; }
.hs-cs-hero p { max-width: 640px; font-size: 17px; opacity: .9; margin: 0; }
@media (max-width: 767px) { .hs-cs-hero h2 { font-size: 34px; } .hs-project-close { top: 15px; right: 15px; } }
.hs-cs-main { padding-top: 70px; padding-bottom: 80px; }
.hs-cs-meta { list-style: none; padding: 0; margin: 0 0 25px; }
.hs-cs-meta li { padding: 12px 0; border-bottom: 1px solid rgba(45,51,69,.1); }
.hs-cs-meta b { display: block; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #0095fb; margin-bottom: 2px; font-weight: 500; }
.hs-chips span { display: inline-block; font-size: 12px; background: #eef5fc; color: #10365f; padding: 5px 12px; margin: 0 6px 8px 0; border-radius: 20px; }
.hs-cs-block { margin-bottom: 35px; }
.hs-cs-block h4, .hs-cs-galhead { font-size: 16px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; }
.hs-cs-block p { line-height: 1.9; }
.hs-cs-galhead { margin-top: 40px; padding-top: 40px; border-top: 1px solid rgba(45,51,69,.1); }
.hs-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (max-width: 575px) { .hs-gallery { grid-template-columns: 1fr; } }
.hs-gal-item { display: block; overflow: hidden; background: #eef2f7; cursor: zoom-in; }
/* uniform tiles: no letterboxing, and the height is reserved before the lazy
   image loads (a zero-height tile never triggers the load at all) */
.hs-gal-item img { display: block; width: 100%; aspect-ratio: 16 / 10; height: auto; object-fit: cover; object-position: top center; transition: transform .5s; }
.hs-gal-item:hover img { transform: scale(1.04); }
.hs-cs-foot { display: flex; align-items: center; justify-content: space-between; gap: 15px; flex-wrap: wrap; margin-top: 60px; padding-top: 40px; border-top: 1px solid rgba(45,51,69,.1); }
.hs-cs-nav { color: #2d3345; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; }
.hs-cs-nav:hover { color: #0095fb; text-decoration: none; }
.hs-cs-nav i { font-size: 24px; vertical-align: middle; }
.mfp-bg.hs-mfp { z-index: 10060; } .mfp-wrap.hs-mfp { z-index: 10061; }

/* Mobile top bar: dark grey instead of the theme blue */
.mob-menubar.bg-default { background-color: #2b2b2b !important; }

/* Logo size */
.mainhead .logo { width: 52px !important; max-width: 52px; }
.mainhead .logo img { width: 100%; height: auto; display: block; }
@media (max-width: 767px) {
	.mainhead .logo { width: 32px !important; max-width: 32px; margin: 14px 0 0 15px; }
	.mainhead.bg-dark { background-color: #2b2b2b !important; }
}

@media (max-width: 575px) {
	.hs-proj-grid { grid-auto-rows: 320px; }
	.hs-feature .hs-proj-info { padding: 24px 26px; }
	.hs-feature .hs-proj-info h3 { font-size: 24px; }
}
@media (min-width: 576px) and (max-width: 991px) { .hs-feature .hs-proj-info h3 { font-size: 32px; } }

/* ---------- Contact (dark, split layout) ---------- */
.hs-contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 60px; align-items: start; }
@media (max-width: 991px) { .hs-contact-grid { grid-template-columns: 1fr; gap: 40px; } }
.hs-contact-info h2 { font-size: 60px; line-height: 1; text-transform: uppercase; letter-spacing: 2px; color: #fff; margin: 0 0 22px; }
@media (max-width: 767px) { .hs-contact-info h2 { font-size: 40px; } }
.hs-contact-lead { color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.8; max-width: 420px; margin-bottom: 36px; }
.hs-contact-list { list-style: none; padding: 0; margin: 0 0 40px; }
.hs-contact-list li { display: flex; align-items: center; gap: 18px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.08); color: #fff; font-size: 15px; }
.hs-contact-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.08); }
.hs-contact-list b { display: block; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #4fb6ff; font-weight: 500; margin-bottom: 3px; }
.hs-ico { flex: 0 0 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; color: #fff; background: rgba(0,149,251,.15); border: 1px solid rgba(0,149,251,.4); }
.hs-next { padding: 26px 28px; border-radius: 16px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); }
.hs-next h4 { color: #fff; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 16px; }
.hs-next ol { list-style: none; padding: 0; margin: 0; }
.hs-next li { color: rgba(255,255,255,.75); font-size: 14px; padding: 7px 0; }
.hs-next li b { display: inline-block; width: 34px; color: #0095fb; font-weight: 700; }

.hs-form-card { background: #fff; color: #1c232d; border-radius: 22px; padding: 44px 44px 36px; box-shadow: 0 30px 70px rgba(0,0,0,.45); }
@media (max-width: 575px) { .hs-form-card { padding: 28px 22px; border-radius: 16px; } }
.hs-form-card h3 { font-size: 24px; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 28px; color: #1c232d; }
.hs-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 575px) { .hs-row { grid-template-columns: 1fr; gap: 0; } }
.hs-field { margin-bottom: 20px; }
.hs-field > label { display: block; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #5b6475; margin-bottom: 8px; font-weight: 500; }
.hs-field > label em { font-style: normal; text-transform: none; letter-spacing: 0; color: #9aa2b1; }
.hs-form .form-control { height: auto; padding: 13px 16px; font-size: 15px; border: 1px solid #e1e5ec; border-radius: 12px; background: #f6f8fb; color: #1c232d; box-shadow: none; transition: border-color .2s, background .2s, box-shadow .2s; }
.hs-form .form-control::placeholder { color: #a3abb9; }
.hs-form .form-control:focus { border-color: #0095fb; background: #fff; box-shadow: 0 0 0 4px rgba(0,149,251,.12); outline: 0; }
.hs-form textarea.form-control { resize: vertical; min-height: 130px; }
.hs-form label.error { color: #e5484d; font-size: 12px; margin-top: 6px; display: block; text-transform: none; letter-spacing: 0; }

.hs-picks { display: flex; flex-wrap: wrap; gap: 8px; }
.hs-pick { margin: 0; cursor: pointer; }
.hs-pick input { position: absolute; opacity: 0; pointer-events: none; }
.hs-pick span { display: inline-block; padding: 9px 16px; font-size: 13px; border-radius: 30px; border: 1px solid #e1e5ec; background: #f6f8fb; color: #3a4252; transition: all .2s; user-select: none; }
.hs-pick:hover span { border-color: #0095fb; color: #0095fb; }
.hs-pick input:checked + span { background: #0095fb; border-color: #0095fb; color: #fff; box-shadow: 0 6px 16px rgba(0,149,251,.3); }
.hs-pick input:focus-visible + span { box-shadow: 0 0 0 4px rgba(0,149,251,.25); }

.hs-send { width: 100%; margin-top: 6px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 14px; padding: 17px 20px; font-size: 14px; letter-spacing: 3px; text-transform: uppercase; color: #fff; cursor: pointer; background: linear-gradient(120deg, #0077cc 0%, #0095fb 60%, #33b0ff 100%); box-shadow: 0 14px 30px rgba(0,149,251,.35); transition: transform .25s, box-shadow .25s; }
.hs-send i { font-size: 22px; transition: transform .3s; }
.hs-send:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(0,149,251,.45); }
.hs-send:hover i { transform: translateX(4px) rotate(-8deg); }
.hs-form-note { text-align: center; font-size: 12px; color: #8a93a3; margin: 16px 0 0; }
.hs-form-note i { font-size: 15px; vertical-align: -3px; }

/* ---------- Hero ---------- */
.hs-hero-wrap { position: relative; z-index: 2; }
.hs-hero { max-width: 900px; margin: 0 auto; padding: 0 20px; }

.hs-glow { position: absolute; left: 50%; top: 50%; width: 900px; height: 520px; transform: translate(-50%, -55%); z-index: 1; pointer-events: none;
	background: radial-gradient(ellipse at center, rgba(0,149,251,.28) 0%, rgba(0,119,204,.12) 35%, transparent 70%); filter: blur(10px); animation: hsBreathe 7s ease-in-out infinite; }
@keyframes hsBreathe { 0%,100% { opacity: .75; transform: translate(-50%,-55%) scale(1); } 50% { opacity: 1; transform: translate(-50%,-55%) scale(1.08); } }

.hs-status { display: inline-flex; align-items: center; gap: 12px; padding: 7px 18px; margin-bottom: 26px; border-radius: 30px; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.85);
	background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(8px); }
.hs-status b { font-weight: 500; }

.hs-title { margin: 0; font-size: 104px; line-height: 1; letter-spacing: 10px; text-transform: uppercase; font-weight: 500; padding-left: 10px;
	background: linear-gradient(100deg, #ffffff 0%, #ffffff 38%, #9fd6ff 50%, #ffffff 62%, #ffffff 100%); background-size: 250% 100%;
	-webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: #fff;
	filter: drop-shadow(0 10px 40px rgba(0,149,251,.35)); animation: hsShine 7s ease-in-out infinite; }
@keyframes hsShine { 0%,55% { background-position: 100% 0; } 85%,100% { background-position: 0% 0; } }

.hs-tagline { margin: 22px auto 0; max-width: 640px; font-size: 22px; line-height: 1.5; font-weight: 300; color: rgba(255,255,255,.78); }
.hs-rotator { display: inline-grid; vertical-align: bottom; overflow: hidden; white-space: nowrap; transition: width .5s cubic-bezier(.2,.7,.2,1); }
.hs-rotator b { grid-area: 1 / 1; justify-self: start; width: max-content; padding: 0 1px; font-weight: 600; color: #fff; opacity: 0; transform: translateY(70%);
	transition: opacity .5s ease, transform .5s cubic-bezier(.2,.7,.2,1); background: linear-gradient(90deg, #4fb6ff, #9fd6ff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hs-rotator b.is-on { opacity: 1; transform: none; }
.hs-rotator b.is-off { opacity: 0; transform: translateY(-70%); }

.hs-ctas { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 38px; }
.hs-cta { display: inline-flex; align-items: center; gap: 6px; padding: 15px 30px; border-radius: 40px; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none !important; transition: transform .25s, box-shadow .25s, background .25s, border-color .25s; }
.hs-cta i { font-size: 22px; margin-right: -6px; transition: transform .25s; }
.hs-cta-primary { color: #fff !important; background: linear-gradient(120deg, #0077cc 0%, #0095fb 60%, #33b0ff 100%); box-shadow: 0 12px 30px rgba(0,149,251,.4); }
.hs-cta-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(0,149,251,.55); }
.hs-cta-primary:hover i { transform: translateX(4px); }
.hs-cta-ghost { color: #fff !important; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.04); backdrop-filter: blur(8px); }
.hs-cta-ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); transform: translateY(-2px); }

/* Services ticker along the bottom edge */
.hs-ticker { position: absolute; left: 50%; bottom: 36px; transform: translateX(-50%); width: min(980px, 72vw); overflow: hidden; z-index: 2;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent); mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent); }
.hs-ticker-track { display: flex; width: max-content; animation: hsTicker 75s linear infinite; }
.hs-ticker-track span { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,.45); padding: 0 18px; white-space: nowrap; }
.hs-ticker-track span:after { content: "\2022"; margin-left: 36px; color: #0095fb; }
@keyframes hsTicker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Top-right: social icons + "Let's talk" */
.hs-topbar { display: flex; align-items: center; gap: 18px; }
.hs-social-mini { display: flex; align-items: center; gap: 4px; }
.hs-social-mini a { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: rgba(255,255,255,.7); font-size: 15px; transition: color .25s, background .25s; }
.hs-social-mini a:hover { color: #fff; background: rgba(255,255,255,.1); }
.hs-talk { display: inline-flex; align-items: center; gap: 10px; padding: 11px 20px; border-radius: 30px; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: #fff !important; text-decoration: none !important;
	background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.25); backdrop-filter: blur(8px); transition: all .3s; }
.hs-talk i { font-size: 12px; transition: transform .3s; }
.hs-talk:hover { background: #0095fb; border-color: #0095fb; box-shadow: 0 10px 25px rgba(0,149,251,.45); }
.hs-talk:hover i { transform: translateX(3px); }
.hs-nav-social { display: none; }
@media (max-width: 767px) {
	.hs-topbar { display: none; }
	.hs-nav-social { display: flex !important; width: 100%; justify-content: center; gap: 22px; padding-top: 18px; margin-top: 10px; border-top: 1px solid rgba(255,255,255,.12); font-size: 18px; }
	.hs-nav-social a { color: #fff; }
}

/* Entrance: staggered fade-up once the loader is gone */
.hs-in { opacity: 0; transform: translateY(24px); }
body.hs-ready .hs-in { animation: hsUp .9s cubic-bezier(.2,.7,.2,1) forwards; }
body.hs-ready .hs-status { animation-delay: .05s; }
body.hs-ready .hs-title { animation: hsUp .9s cubic-bezier(.2,.7,.2,1) .15s forwards, hsShine 7s ease-in-out 1.5s infinite; }
body.hs-ready .hs-tagline { animation-delay: .3s; }
body.hs-ready .hs-ctas { animation-delay: .45s; }
body.hs-ready .hs-ticker { animation: hsFade 1.2s ease .8s forwards; }
.hs-ticker.hs-in { transform: translateX(-50%); }
@keyframes hsUp { to { opacity: 1; transform: none; } }
@keyframes hsFade { to { opacity: 1; } }
.mainhead { animation: hsFade 1s ease .2s both; }

@media (max-width: 1199px) { .hs-title { font-size: 76px; letter-spacing: 7px; } .hs-tagline { font-size: 19px; } }
@media (max-width: 767px) {
	.hs-title { font-size: 46px; letter-spacing: 4px; padding-left: 4px; }
	.hs-tagline { font-size: 16px; margin-top: 16px; }
	.hs-status { margin-bottom: 18px; font-size: 11px; }
	.hs-ctas { margin-top: 28px; }
	.hs-cta { padding: 13px 22px; font-size: 12px; }
	.hs-glow { width: 520px; height: 420px; }
	.hs-ticker { width: 90vw; bottom: 22px; }
}
@media (min-width: 768px) { .hs-br { display: none; } }
@media (prefers-reduced-motion: reduce) {
	.hs-in, body.hs-ready .hs-in { opacity: 1; transform: none; animation: none !important; }
	.hs-ticker.hs-in { transform: translateX(-50%); }
	.hs-glow, .hs-title, .hs-ticker-track { animation: none !important; }
}

#particles-js { position: absolute; inset: 0; }
.hs-ticker-track span { color: rgba(255,255,255,.62); text-shadow: 0 0 6px #070b13, 0 0 12px #070b13; }


/* ---------- Services: group intros, jump list, included/after-launch ---------- */
.hs-group { scroll-margin-top: 40px; margin-bottom: 10px !important; }
.hs-group-intro { font-size: 14px; color: #6b7384; margin: 0 0 32px; }
.hs-jump a { display: block; color: rgba(255,255,255,.85); text-decoration: none !important; transition: color .2s, padding .25s; }
.hs-jump a:hover { color: #fff; padding-left: 6px; }
.hs-included { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 70px; padding: 32px; border-radius: 16px; background: #f4f8fc; border: 1px solid #e3ebf4; scroll-margin-top: 40px; }
@media (max-width: 767px) { .hs-included { grid-template-columns: 1fr; padding: 24px; } }
.hs-included h4 { font-size: 14px; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 14px; color: #1c232d; }
.hs-included h4 i { color: #0095fb; font-size: 18px; vertical-align: -2px; margin-right: 4px; }
.hs-included ul { list-style: none; padding: 0; margin: 0; }
.hs-included li { position: relative; padding-left: 24px; font-size: 14px; line-height: 1.6; margin-bottom: 8px; color: #3a4252; }
.hs-included li:before { content: "\2713"; position: absolute; left: 0; color: #0095fb; font-weight: 700; }
.hs-included p { font-size: 14px; line-height: 1.7; color: #3a4252; margin: 0; }

/* ---------- Projects page refinements ---------- */
/* one-row filter bar; scrolls sideways on narrow screens instead of wrapping */
.hs-filters { flex-wrap: nowrap; max-width: 100%; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.hs-filters::-webkit-scrollbar { display: none; }
.hs-filters button { flex: 0 0 auto; white-space: nowrap; padding: 9px 16px; }
/* background continues smoothly for the whole scroll height */
.hs-work { background: #070b13; }
.hs-work .subsection-innerwrp { background: radial-gradient(ellipse 90% 60% at 15% 0%, #13294a 0%, #0a1322 45%, #070b13 100%) no-repeat, #070b13; background-attachment: local; min-height: 100vh; }
/* covers: show the top of the screen mockups, lighter shading now the images are dark */
.hs-proj-media { background-position: center top; }
.hs-proj-shade { background: linear-gradient(180deg, rgba(7,11,19,0) 0%, rgba(7,11,19,.1) 45%, rgba(7,11,19,.88) 100%); }
.hs-proj-card { border: 1px solid rgba(255,255,255,.07); }
.hs-work-head { margin-bottom: 45px; }

/* ---------- About (dark) ---------- */
.hs-about .hs-work-head h2 em { font-style: normal; background: linear-gradient(90deg, #4fb6ff, #9fd6ff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hs-about .hs-work-intro p { font-size: 16px; }
.hs-about-label { display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.5); font-size: 12px; letter-spacing: 4px; text-transform: uppercase; margin: 0 0 22px; }
.hs-about-label:after { content: ""; flex: 1; height: 1px; background: rgba(255,255,255,.1); }

.hs-pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 80px; }
@media (max-width: 991px) { .hs-pillars { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .hs-pillars { grid-template-columns: 1fr; } }
.hs-pillar { position: relative; display: flex; flex-direction: column; padding: 28px 24px 24px; border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); color: #fff !important; text-decoration: none !important; overflow: hidden; transition: transform .35s, border-color .35s, background .35s, box-shadow .35s; }
.hs-pillar:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 0% 0%, rgba(0,149,251,.35), transparent 60%); opacity: 0; transition: opacity .35s; }
.hs-pillar > * { position: relative; }
.hs-pillar:hover { transform: translateY(-6px); border-color: rgba(0,149,251,.6); box-shadow: 0 20px 40px rgba(0,0,0,.35); }
.hs-pillar:hover:before { opacity: 1; }
.hs-pillar-ico { width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 26px; color: #fff; background: linear-gradient(135deg, #0077cc, #33b0ff); box-shadow: 0 10px 24px rgba(0,149,251,.35); margin-bottom: 22px; }
.hs-pillar h3 { color: #fff; font-size: 22px; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 10px; }
.hs-pillar p { color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.7; margin: 0 0 20px; flex: 1; }
.hs-pillar-go { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: #4fb6ff; display: inline-flex; align-items: center; gap: 2px; }
.hs-pillar-go i { font-size: 20px; transition: transform .3s; }
.hs-pillar:hover .hs-pillar-go i { transform: translateX(4px); }

.hs-story { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; margin-bottom: 80px; }
@media (max-width: 991px) { .hs-story { grid-template-columns: 1fr; gap: 36px; } }
.hs-story-text h3 { color: #fff; font-size: 40px; text-transform: uppercase; letter-spacing: 1px; line-height: 1.05; margin: 0 0 22px; }
.hs-story-text p { color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.85; margin: 0 0 16px; }
.hs-textlink { display: inline-flex; align-items: center; gap: 2px; margin-top: 8px; color: #fff !important; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none !important; border-bottom: 1px solid #0095fb; padding-bottom: 3px; }
.hs-textlink i { font-size: 20px; transition: transform .3s; }
.hs-textlink:hover i { transform: translateX(4px); }
.hs-brandcard { position: relative; min-height: 420px; border-radius: 22px; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 30px;
	background: linear-gradient(145deg, #0b1a2e 0%, #10365f 60%, #0077cc 130%); border: 1px solid rgba(255,255,255,.08); box-shadow: 0 30px 60px rgba(0,0,0,.4); }
.hs-brandcard-glow { position: absolute; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(79,182,255,.45), transparent 65%); animation: hsBreathe2 6s ease-in-out infinite; }
.hs-brandcard img { position: relative; width: 96px; filter: drop-shadow(0 10px 30px rgba(0,149,251,.5)); }
.hs-brandcard-words { position: relative; display: flex; gap: 14px; font-size: 26px; letter-spacing: 3px; text-transform: uppercase; color: #fff; }
.hs-grow { color: #4fb6ff; }
@keyframes hsBreathe2 { 50% { opacity: .6; transform: scale(1.1); } }

.hs-whys { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-bottom: 80px; border-radius: 18px; overflow: hidden; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); }
@media (max-width: 991px) { .hs-whys { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .hs-whys { grid-template-columns: 1fr; } }
.hs-why { padding: 30px 28px; background: #0a1322; transition: background .3s; }
.hs-why:hover { background: #0e1b30; }
.hs-why-ico { display: inline-flex; width: 44px; height: 44px; border-radius: 12px; align-items: center; justify-content: center; font-size: 22px; color: #4fb6ff; background: rgba(0,149,251,.12); border: 1px solid rgba(0,149,251,.3); margin-bottom: 18px; }
.hs-why h4 { color: #fff; font-size: 18px; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 8px; }
.hs-why p { color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.7; margin: 0; }

.hs-manifesto { position: relative; margin: 0 auto 60px; max-width: 900px; padding: 0; border: 0; text-align: center; color: #fff; font-size: 44px; line-height: 1.2; text-transform: uppercase; letter-spacing: 1px; }
.hs-manifesto i { display: block; font-size: 34px; color: #0095fb; margin-bottom: 20px; }
.hs-manifesto span { color: #4fb6ff; }
@media (max-width: 767px) { .hs-manifesto { font-size: 28px; } .hs-story-text h3 { font-size: 30px; } }

/* shared: gradient word in dark page headings */
.hs-work-head h2 em { font-style: normal; background: linear-gradient(90deg, #4fb6ff, #9fd6ff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* ---------- Services (dark) ---------- */
.hs-chips-nav { display: flex; flex-wrap: wrap; gap: 8px; }
.hs-chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 30px; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.8) !important; text-decoration: none !important; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); transition: all .25s; }
.hs-chip span { color: #4fb6ff; }
.hs-chip:hover { background: #0095fb; border-color: #0095fb; color: #fff !important; }
.hs-chip:hover span { color: #fff; }

.hs-svc-group { margin-bottom: 70px; }
.hs-svc-head { display: flex; align-items: flex-end; gap: 22px; padding-bottom: 22px; margin-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.1); scroll-margin-top: 30px; }
.hs-svc-num { font-size: 64px; line-height: .85; font-weight: 700; background: linear-gradient(180deg, #4fb6ff, rgba(79,182,255,.15)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hs-svc-head h3 { color: #fff; font-size: 32px; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 6px; line-height: 1; }
.hs-svc-head p { color: rgba(255,255,255,.6); font-size: 15px; margin: 0; }
@media (max-width: 575px) { .hs-svc-num { font-size: 44px; } .hs-svc-head h3 { font-size: 24px; } }
.hs-svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; }
.hs-svc { position: relative; padding: 26px 24px; border-radius: 16px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.08); transition: transform .3s, border-color .3s, background .3s; }
.hs-svc:hover { transform: translateY(-4px); border-color: rgba(0,149,251,.55); background: rgba(0,149,251,.06); }
.hs-svc-ico { display: inline-flex; width: 46px; height: 46px; border-radius: 12px; align-items: center; justify-content: center; font-size: 23px; color: #4fb6ff; background: rgba(0,149,251,.12); border: 1px solid rgba(0,149,251,.3); margin-bottom: 18px; transition: all .3s; }
.hs-svc:hover .hs-svc-ico { background: linear-gradient(135deg, #0077cc, #33b0ff); color: #fff; border-color: transparent; box-shadow: 0 8px 20px rgba(0,149,251,.35); }
.hs-svc h4 { color: #fff; font-size: 17px; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 10px; }
.hs-svc p { color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.7; margin: 0; }

.hs-included-dark { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.1); margin-top: 0; }
.hs-included-dark h4 { color: #fff; }
.hs-included-dark li, .hs-included-dark p { color: rgba(255,255,255,.7); }

/* ---------- Process timeline ---------- */
.hs-timeline { list-style: none; margin: 0 0 20px; padding: 0; position: relative; }
.hs-timeline:before { content: ""; position: absolute; left: 35px; top: 20px; bottom: 20px; width: 2px; background: linear-gradient(180deg, #0095fb, rgba(0,149,251,.1)); }
.hs-step2 { position: relative; display: flex; gap: 32px; padding-bottom: 26px; }
.hs-step2-num { flex: 0 0 72px; height: 72px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; letter-spacing: 1px; color: #fff; background: #0a1322; border: 2px solid #0095fb; box-shadow: 0 0 0 6px #070b13, 0 10px 30px rgba(0,149,251,.35); position: relative; z-index: 1; transition: background .3s; }
.hs-step2:hover .hs-step2-num { background: #0095fb; }
.hs-step2-body { flex: 1; padding: 22px 28px; border-radius: 16px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.08); transition: border-color .3s, transform .3s; }
.hs-step2:hover .hs-step2-body { border-color: rgba(0,149,251,.55); transform: translateX(4px); }
.hs-step2-body h4 { color: #fff; font-size: 22px; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 8px; }
.hs-step2-body p { color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.7; margin: 0 0 12px; }
.hs-step2-get { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #9fd6ff; background: rgba(0,149,251,.1); border: 1px solid rgba(0,149,251,.25); padding: 5px 12px; border-radius: 20px; }
@media (max-width: 575px) {
	.hs-timeline:before { left: 23px; }
	.hs-step2 { gap: 16px; }
	.hs-step2-num { flex-basis: 48px; height: 48px; font-size: 16px; }
	.hs-step2-body { padding: 18px 18px; }
}

/* ---------- Project detail (dark) ---------- */
.hs-project { background: #070b13; color: #fff; }
.hs-project .hs-project-close { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(8px); }
.hs-project .hs-project-close:hover { background: #fff; color: #0a1322; }
.hs-cs-hero { min-height: 62vh; background-position: center top; }
.hs-cs-hero:before { background: linear-gradient(180deg, rgba(7,11,19,.15) 0%, rgba(7,11,19,.55) 55%, #070b13 100%); }
.hs-cs-hero .hs-proj-cat { color: #4fb6ff; }
.hs-cs-main { position: relative; }
.hs-cs-meta { padding: 8px 24px; border-radius: 16px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); }
.hs-cs-meta li { border-bottom-color: rgba(255,255,255,.08); color: #fff; }
.hs-cs-meta li:last-child { border-bottom: 0; }
.hs-cs-meta b { color: #4fb6ff; }
.hs-chips span { background: rgba(0,149,251,.12); color: #9fd6ff; border: 1px solid rgba(0,149,251,.25); }
.hs-cs-block { padding: 26px 28px; border-radius: 16px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); margin-bottom: 16px; }
.hs-cs-block h4 { color: #4fb6ff; }
.hs-cs-block p { color: rgba(255,255,255,.72); margin: 0; }
.hs-cs-galhead { color: #fff; border-top-color: rgba(255,255,255,.08); }
.hs-gal-item { border-radius: 14px; background: #0d1a2e; border: 1px solid rgba(255,255,255,.08); }
.hs-cs-foot { border-top-color: rgba(255,255,255,.08); }
.hs-cs-nav { color: rgba(255,255,255,.75); }
.hs-cs-nav:hover { color: #4fb6ff; }
.hs-project .btn-default.solid { border-radius: 30px; }
.hs-svc-group { padding: 0 !important; }

/* ---------- CTA banner: frosted glass ---------- */
.hs-work-cta { position: relative; overflow: hidden; isolation: isolate;
	background: linear-gradient(135deg, rgba(255,255,255,.10) 0%, rgba(255,255,255,.03) 100%);
	border: 1px solid rgba(255,255,255,.16);
	-webkit-backdrop-filter: blur(18px) saturate(140%); backdrop-filter: blur(18px) saturate(140%);
	box-shadow: 0 24px 60px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.22), inset 0 -1px 0 rgba(255,255,255,.04); }
/* soft coloured light glowing through the glass */
.hs-work-cta:before, .hs-work-cta:after { content: ""; position: absolute; z-index: -1; border-radius: 50%; filter: blur(50px); pointer-events: none; transition: transform 1.2s ease; }
.hs-work-cta:before { width: 380px; height: 220px; left: -60px; top: -80px; background: rgba(0,149,251,.55); }
.hs-work-cta:after  { width: 320px; height: 200px; right: 8%; bottom: -120px; background: rgba(108,92,231,.40); }
.hs-work-cta:hover:before { transform: translateX(60px); }
.hs-work-cta:hover:after  { transform: translateX(-60px); }
.hs-work-cta h3 { text-shadow: 0 2px 20px rgba(0,0,0,.3); }
/* button becomes the blue focal point */
.hs-work-cta .hs-btn-light { background: linear-gradient(120deg, #0077cc 0%, #0095fb 60%, #33b0ff 100%); color: #fff !important; box-shadow: 0 10px 28px rgba(0,149,251,.45), inset 0 1px 0 rgba(255,255,255,.3); }
.hs-work-cta .hs-btn-light:hover { box-shadow: 0 16px 36px rgba(0,149,251,.6), inset 0 1px 0 rgba(255,255,255,.3); }

/* ---------- Hero primary button: blue glass ---------- */
.hs-cta-primary { position: relative; overflow: hidden; isolation: isolate;
	background: linear-gradient(135deg, rgba(0,149,251,.42) 0%, rgba(0,119,204,.22) 100%);
	border: 1px solid rgba(111,191,255,.55);
	-webkit-backdrop-filter: blur(14px) saturate(150%); backdrop-filter: blur(14px) saturate(150%);
	box-shadow: 0 12px 34px rgba(0,149,251,.35), inset 0 1px 0 rgba(255,255,255,.35), inset 0 -1px 0 rgba(0,0,0,.15); }
/* light sweeping across the glass on hover */
.hs-cta-primary:before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: -60%; width: 50%;
	background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent); transform: skewX(-20deg); transition: left .7s ease; }
.hs-cta-primary:hover:before { left: 120%; }
.hs-cta-primary:hover { background: linear-gradient(135deg, rgba(0,149,251,.6) 0%, rgba(0,119,204,.35) 100%); border-color: rgba(159,214,255,.8);
	box-shadow: 0 18px 44px rgba(0,149,251,.5), inset 0 1px 0 rgba(255,255,255,.45), inset 0 -1px 0 rgba(0,0,0,.15); }
.hs-galaxy { position: absolute; inset: 0; z-index: 0; pointer-events: none; }

/* Rotating tagline word: the words cross over, so the sentence is never blank
   (the old version left a ~0.2s gap with no word at all) */
.hs-rotator { padding-bottom: .08em; margin-bottom: -.08em; }
.hs-rotator b { opacity: 0; transform: translateY(105%); transition: transform .45s cubic-bezier(.2,.7,.2,1), opacity .3s ease; }
.hs-rotator b.is-on { opacity: 1; transform: none; transition-delay: 0s; }
.hs-rotator b.is-off { opacity: 0; transform: translateY(-105%); transition: transform .4s ease-in, opacity .3s ease-in; transition-delay: 0s; }

/* Title shine: thin, quick white glint instead of a wide blue band */
.hs-title {
	background: linear-gradient(100deg, #eef4fb 0%, #eef4fb 45%, #ffffff 48.5%, #dcefff 50%, #ffffff 51.5%, #eef4fb 55%, #eef4fb 100%);
	background-size: 400% 100%;
	-webkit-background-clip: text; background-clip: text;
}
@keyframes hsShine { 0%, 88% { background-position: 100% 0; } 100% { background-position: 0% 0; } }
body.hs-ready .hs-title { animation: hsUp .9s cubic-bezier(.2,.7,.2,1) .15s forwards, hsShine 9s ease-in-out 2s infinite; }
.hs-contact-list a { color: #fff; }
.hs-contact-list a:hover { color: #4fb6ff; text-decoration: none; }

/* Contact form spam trap — kept off-screen, not display:none (some bots skip hidden fields) */
.hs-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Mobile menu: 44px+ touch targets */
@media (max-width: 991px) {
	.navigation--a { padding-top: 13px !important; padding-bottom: 13px !important; }
	.mob.menu-icon::after { content: ""; position: absolute; top: -10px; right: -10px; bottom: -10px; left: -10px; }
}

/* Page loader: dark (no white flash), centred on the *visible* area on phones
   (100dvh excludes the browser bars, unlike 100%) */
.page-loader { display: flex; align-items: center; justify-content: center; background: #070b13; height: 100dvh; }
.page-loader .spinner { position: static; margin: 0; border-color: rgba(255,255,255,.15); border-top-color: rgba(255,255,255,.65); border-bottom-color: rgba(255,255,255,.65); }
