:root {
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:#0b153a;
  background:#f7f8fc;
  font-synthesis:none;
  text-rendering:optimizeLegibility;
  --navy:#07112f;
  --navy2:#0b153a;
  --blue:#3157ff;
  --cyan:#00d9f5;
  --violet:#6d28d9;
  --pink:#ff2ea6;
  --line:rgba(11,21,58,.11)
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  min-width:320px;
  min-height:100vh;
  background:#f7f8fc
}
a {
  color:inherit;
  text-decoration:none
}
button,input,textarea {
  font:inherit
}
button,a {
  -webkit-tap-highlight-color:transparent
}
img {
  display:block;
  max-width:100%
}
.site-header {
  position:fixed;
  inset:0 0 auto;
  z-index:50;
  height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 clamp(20px,5vw,76px);
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(5,12,36,.88);
  backdrop-filter:blur(18px);
  color:#fff
}
.brand,.footer-brand {
  display:inline-flex;
  align-items:center;
  gap:13px
}
.brand>img,.footer-brand>img {
  width:54px;
  height:54px;
  object-fit:contain;
  filter:drop-shadow(0 8px 16px rgba(0,0,0,.22))
}
.brand-copy,.footer-brand>span {
  display:grid;
  gap:1px
}
.brand strong,.footer-brand strong {
  font-size:17px;
  font-weight:720;
  letter-spacing:-.025em
}
.brand small,.footer-brand small {
  font-size:8px;
  letter-spacing:.27em;
  color:rgba(255,255,255,.62)
}
.desktop-nav {
  display:flex;
  align-items:center;
  gap:30px;
  font-size:14px;
  font-weight:650
}
.desktop-nav a {
  color:rgba(255,255,255,.74);
  transition:.2s
}
.desktop-nav a:hover {
  color:#fff
}
.nav-cta {
  padding:11px 18px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  color:#fff!important
}
.menu-button {
  display:none;
  width:44px;
  height:44px;
  padding:10px;
  border:0;
  background:transparent;
  cursor:pointer;
  position:relative;
  z-index:3
}
.menu-button span {
  display:block;
  height:2px;
  margin:5px 0;
  border-radius:99px;
  background:#fff;
  transform-origin:center;
  transition:transform .2s ease,opacity .2s ease
}
.menu-button[aria-expanded="true"] span:nth-child(1) {
  transform:translateY(7px) rotate(45deg)
}
.menu-button[aria-expanded="true"] span:nth-child(2) {
  opacity:0
}
.menu-button[aria-expanded="true"] span:nth-child(3) {
  transform:translateY(-7px) rotate(-45deg)
}
.mobile-nav {
  position:absolute;
  top:84px;
  left:16px;
  right:16px;
  display:none!important;
  visibility:hidden;
  opacity:0;
  pointer-events:none;
  transform:translateY(-8px);
  padding:14px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:20px;
  background:rgba(7,17,47,.98);
  box-shadow:0 24px 60px rgba(0,0,0,.35);
  transition:opacity .18s ease,transform .18s ease
}
.mobile-nav.is-open {
  display:grid!important;
  visibility:visible;
  opacity:1;
  pointer-events:auto;
  transform:translateY(0)
}
.mobile-nav[hidden] {
  display:none!important
}
.menu-open {
  overflow:hidden
}
@media(min-width:1001px) {
  .mobile-nav,.mobile-nav.is-open {
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important
}

}
.mobile-nav a {
  padding:14px 12px;
  border-radius:12px;
  font-weight:700;
  color:rgba(255,255,255,.82)
}
.mobile-nav a:hover {
  background:rgba(255,255,255,.08);
  color:#fff
}
.hero {
  position:relative;
  min-height:780px;
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(380px,.88fr);
  align-items:center;
  gap:clamp(40px,7vw,120px);
  padding:155px clamp(24px,7vw,110px) 86px;
  color:#fff;
  background:radial-gradient(circle at 14% 82%,rgba(0,217,245,.28),transparent 34%),radial-gradient(circle at 86% 25%,rgba(255,46,166,.26),transparent 35%),linear-gradient(135deg,#050c24 0%,#09184a 50%,#28105f 100%);
  overflow:hidden
}
.hero::after {
  content:"";
  position:absolute;
  inset:auto -8% -42% 38%;
  height:640px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(73,58,255,.28),transparent 65%);
  filter:blur(20px)
}
.hero-copy,.hero-visual {
  position:relative;
  z-index:2
}
.eyebrow,.kicker {
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#44e5f8;
  font-size:12px;
  font-weight:850;
  letter-spacing:.16em;
  text-transform:uppercase
}
.spark {
  font-size:16px
}
.hero h1 {
  max-width:820px;
  margin:22px 0 24px;
  font-size:clamp(50px,6.6vw,94px);
  line-height:.98;
  letter-spacing:-.058em;
  font-weight:720
}
.hero-copy>p {
  max-width:690px;
  margin:0;
  color:rgba(255,255,255,.7);
  font-size:clamp(18px,2vw,23px);
  line-height:1.55
}
.hero-actions {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:36px
}
.button {
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 22px;
  border:0;
  border-radius:14px;
  font-weight:780;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease
}
.button:hover {
  transform:translateY(-2px)
}
.button-primary {
  color:#fff;
  background:linear-gradient(120deg,#1f62ff,#6950ff 55%,#ee37b6);
  box-shadow:0 16px 40px rgba(55,64,255,.32)
}
.button-ghost {
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06)
}
.button-wide {
  width:100%
}
.hero-proof {
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:38px;
  color:rgba(255,255,255,.52);
  font-size:12px;
  font-weight:750;
  letter-spacing:.08em;
  text-transform:uppercase
}
.hero-proof span+span::before {
  content:"•";
  margin-right:18px;
  color:#ff47ba
}
.hero-visual {
  display:grid;
  place-items:center
}
.logo-halo {
  position:relative;
  width:min(510px,82vw);
  aspect-ratio:1;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.12),transparent 62%)
}
.logo-halo::before,.logo-halo::after {
  content:"";
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.14)
}
.logo-halo::before {
  inset:2%;
  box-shadow:0 0 55px rgba(0,217,245,.25),inset 0 0 60px rgba(255,46,166,.12)
}
.logo-halo::after {
  inset:13%;
  border-color:rgba(0,217,245,.2)
}
.logo-halo img {
  width:92%;
  filter:drop-shadow(0 30px 75px rgba(0,0,0,.35));
  animation:float 7s ease-in-out infinite
}
.hero-orbit {
  position:absolute;
  z-index:1;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%
}
.hero-orbit::after {
  content:"";
  position:absolute;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#00d9f5;
  box-shadow:0 0 20px #00d9f5
}
.hero-orbit-one {
  width:520px;
  height:520px;
  right:1%;
  top:18%;
  transform:rotate(-20deg)
}
.hero-orbit-one::after {
  left:2%;
  top:50%
}
.hero-orbit-two {
  width:680px;
  height:280px;
  right:-15%;
  top:28%;
  transform:rotate(18deg)
}
.hero-orbit-two::after {
  right:18%;
  top:-5px;
  background:#ff2ea6;
  box-shadow:0 0 22px #ff2ea6
}
.section {
  padding:110px clamp(24px,7vw,110px)
}
.section-heading {
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:50px;
  align-items:end;
  margin-bottom:46px
}
.section h2 {
  margin:10px 0 0;
  font-size:clamp(38px,5vw,68px);
  line-height:1.04;
  letter-spacing:-.05em;
  font-weight:660
}
.section-heading>p,.approach-intro>p,.contact-copy>p {
  max-width:650px;
  margin:0;
  color:#687087;
  font-size:17px;
  line-height:1.7
}
.portfolio {
  background:#f7f8fc
}
.company-grid {
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:18px
}
.company-card {
  grid-column:span 4;
  min-height:560px;
  display:flex;
  flex-direction:column;
  padding:28px;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 48px rgba(11,21,58,.06);
  overflow:hidden;
  position:relative
}
.company-card:nth-child(4),.company-card:nth-child(5) {
  grid-column:span 6
}
.company-card::before {
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:4px;
  background:linear-gradient(90deg,var(--card-a),var(--card-b))
}
.company-card-whole {
  --card-a:#23c98f;
  --card-b:#0e7490
}
.company-card-repwise {
  --card-a:#148aff;
  --card-b:#4d35ff
}
.company-card-finance {
  --card-a:#d7a936;
  --card-b:#8b5f12
}
.company-card-travel {
  --card-a:#ff6b4b;
  --card-b:#ffb13b
}
.company-card-trading {
  --card-a:#1ab9c5;
  --card-b:#24b36d
}
.company-card-top {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px
}
.company-logo {
  width:220px;
  height:220px;
  object-fit:contain;
  filter:drop-shadow(0 14px 24px rgba(11,21,58,.16))
}
.status-pill {
  padding:7px 11px;
  border-radius:999px;
  background:#f1f4fa;
  color:#6c7487;
  font-size:10px;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
  white-space:nowrap
}
.company-card h3 {
  margin:26px 0 7px;
  font-size:30px;
  letter-spacing:-.035em
}
.company-tagline {
  color:var(--card-b);
  font-size:10px;
  font-weight:850;
  letter-spacing:.16em
}
.company-card>p {
  color:#667086;
  line-height:1.65
}
.company-detail {
  margin-top:0;
  padding-top:16px;
  border-top:1px solid #edf0f6
}
.text-button {
  margin-top:auto;
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0;
  border:0;
  background:transparent;
  color:#0b153a;
  font-weight:850;
  cursor:pointer
}
.text-button span {
  transition:transform .2s
}
.text-button[aria-expanded=true] span {
  transform:rotate(180deg)
}
.approach {
  color:#fff;
  background:#07112f
}
.approach-intro {
  max-width:820px
}
.approach-intro>p {
  margin-top:22px;
  color:rgba(255,255,255,.58)
}
.approach-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:54px
}
.approach-grid article {
  min-height:320px;
  padding:28px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:26px;
  background:linear-gradient(160deg,rgba(255,255,255,.08),rgba(255,255,255,.02))
}
.step-icon {
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:#0b153a;
  background:linear-gradient(135deg,#47e7f9,#8370ff);
  font-size:25px;
  font-weight:850
}
.approach-grid article>span {
  display:block;
  margin-top:36px;
  color:rgba(255,255,255,.35);
  font-size:12px;
  font-weight:850;
  letter-spacing:.16em
}
.approach-grid h3 {
  margin:7px 0 12px;
  font-size:30px
}
.approach-grid p {
  color:rgba(255,255,255,.58);
  line-height:1.65
}
.about {
  background:#eef1f8
}
.about-panel {
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:60px;
  padding:clamp(34px,5vw,70px);
  border:1px solid rgba(11,21,58,.09);
  border-radius:34px;
  background:#fff;
  box-shadow:0 24px 70px rgba(11,21,58,.07)
}
.about-copy p {
  color:#657087;
  font-size:17px;
  line-height:1.72
}
.about-stats {
  display:grid;
  gap:14px
}
.about-stats div {
  display:grid;
  grid-template-columns:92px 1fr;
  align-items:center;
  padding:18px 0;
  border-bottom:1px solid #e7eaf1
}
.about-stats strong {
  font-size:42px;
  font-weight:650;
  letter-spacing:-.04em;
  background:linear-gradient(110deg,#00bcd4,#3157ff,#ff2ea6);
  -webkit-background-clip:text;
  color:transparent
}
.about-stats span {
  color:#697287;
  line-height:1.45
}
.social {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:center;
  color:#fff;
  background:linear-gradient(135deg,#050c24,#11235b 55%,#390a66)
}
.social-copy p {
  max-width:640px;
  margin-top:22px;
  color:rgba(255,255,255,.7);
  font-size:17px;
  line-height:1.7
}
.share-actions {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px
}
.share-actions a {
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(255,255,255,.06);
  font-size:13px;
  font-weight:750
}
.platform-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:20px
}
.platform-grid span {
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:13px 15px;
  border-radius:14px;
  background:rgba(255,255,255,.07);
  font-size:13px
}
.platform-grid em {
  color:rgba(255,255,255,.47);
  font-style:normal;
  font-size:11px
}
.social-visual {
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  border-radius:28px;
  background:rgba(255,255,255,.08);
  box-shadow:0 28px 80px rgba(0,0,0,.28)
}
.social-visual img {
  width:100%;
  aspect-ratio:1;
  object-fit:cover
}
.contact {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:start;
  background:#fff
}
.contact-copy {
  position:sticky;
  top:120px
}
.contact-copy>p {
  margin-top:22px
}
.contact-email {
  display:inline-flex;
  margin-top:28px;
  font-weight:850;
  color:#3157ff
}
.contact-form {
  display:grid;
  gap:18px;
  padding:30px;
  border:1px solid var(--line);
  border-radius:28px;
  background:#f8f9fc
}
.contact-form label {
  display:grid;
  gap:8px;
  color:#26304b;
  font-size:13px;
  font-weight:750
}
.contact-form input,.contact-form textarea {
  width:100%;
  border:1px solid #dce1ec;
  border-radius:14px;
  padding:14px 15px;
  color:#0b153a;
  background:#fff;
  outline:none;
  transition:.2s
}
.contact-form input:focus,.contact-form textarea:focus {
  border-color:#3157ff;
  box-shadow:0 0 0 4px rgba(49,87,255,.1)
}
.contact-form .invalid {
  border-color:#e24b5d
}
.field-error {
  min-height:15px;
  color:#d43e52;
  font-size:11px;
  font-weight:650
}
.form-ready {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding:14px;
  border-radius:14px;
  color:#126749;
  background:#e9fbf4;
  font-size:13px
}
.form-ready a {
  font-weight:850;
  color:#3157ff
}
footer {
  display:grid;
  grid-template-columns:auto 1fr;
  gap:24px 50px;
  align-items:center;
  padding:46px clamp(24px,7vw,110px);
  color:#fff;
  background:#050b20
}
footer>p {
  margin:0;
  color:rgba(255,255,255,.55)
}
.footer-meta {
  grid-column:1/-1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.46);
  font-size:12px
}
.footer-meta>div {
  display:flex;
  gap:18px
}
.footer-meta a {
  color:#fff;
  font-weight:700
}
@keyframes float {
  0%,100% {
  transform:translateY(0) rotate(-1deg)
}
50% {
  transform:translateY(-14px) rotate(1deg)
}

}
@media(max-width:1000px) {
  .desktop-nav {
  display:none
}
.menu-button {
  display:block
}
.hero {
  grid-template-columns:1fr;
  text-align:left
}
.hero-visual {
  order:-1
}
.logo-halo {
  width:min(360px,72vw)
}
.section-heading,.about-panel,.social,.contact {
  grid-template-columns:1fr
}
.company-card,.company-card:nth-child(4),.company-card:nth-child(5) {
  grid-column:span 6
}
.approach-grid {
  grid-template-columns:1fr
}
.contact-copy {
  position:static
}

}
@media(max-width:680px) {
  .site-header {
  height:74px;
  padding:0 18px
}
.brand>img {
  width:44px;
  height:44px
}
.brand strong {
  font-size:15px
}
.brand small {
  font-size:7px
}
.mobile-nav {
  top:74px
}
.hero {
  min-height:auto;
  padding:110px 20px 66px;
  gap:26px
}
.hero h1 {
  font-size:46px
}
.hero-copy>p {
  font-size:17px
}
.hero-actions {
  display:grid
}
.hero-actions .button {
  width:100%
}
.hero-proof {
  gap:9px 13px
}
.hero-proof span+span::before {
  margin-right:13px
}
.hero-orbit-one {
  width:360px;
  height:360px;
  right:-36%;
  top:6%
}
.hero-orbit-two {
  display:none
}
.section {
  padding:76px 20px
}
.section-heading {
  gap:18px;
  margin-bottom:30px
}
.company-card,.company-card:nth-child(4),.company-card:nth-child(5) {
  grid-column:1/-1;
  min-height:520px
}
.company-logo {
  width:190px;
  height:190px
}
.about-panel {
  padding:28px 22px;
  gap:34px
}
.about-stats div {
  grid-template-columns:74px 1fr
}
.platform-grid {
  grid-template-columns:1fr
}
.contact-form {
  padding:22px
}
.form-ready {
  align-items:flex-start;
  flex-direction:column
}
footer {
  grid-template-columns:1fr;
  padding:40px 20px
}
.footer-meta {
  grid-column:auto;
  align-items:flex-start;
  gap:18px;
  flex-direction:column
}
.footer-meta>div {
  flex-wrap:wrap
}

}
@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto
}
*,*::before,*::after {
  animation-duration:.01ms!important;
  animation-iteration-count:1!important;
  transition-duration:.01ms!important
}

}


/* Release hardening: closed navigation is hidden even if an older selector wins. */
[hidden] {
  display: none !important;
}
section[id] {
  scroll-margin-top: 104px;
}
.mobile-nav {
  max-height: calc(100dvh - 108px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.mobile-nav.is-open:not([hidden]) {
  display: grid !important;
}
:focus-visible {
  outline: 3px solid #36cce6;
  outline-offset: 5px;
}
.site-release {
  opacity: .7;
  font-size: 11px;
}
.contact-page {
  min-height: calc(100vh - 200px);
  padding-top: 150px;
}
.contact-form input,
.contact-form textarea {
  font-size: 16px;
}
.contact-form textarea {
  resize: vertical;
  min-height: 160px;
}
.contact-form button[disabled] {
  opacity: .65;
  cursor: wait;
}
.form-error {
  color: #9e2333;
  background: #fff0f2;
  padding: 16px;
  border-radius: 12px;
  line-height: 1.6;
}
.form-note {
  color: #596478;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}
.form-note a {
  text-decoration: underline;
}
.confirmation {
  max-width: 760px;
  min-height: 70vh;
  margin: auto;
  padding: 160px 24px 80px;
}
.confirmation h1 {
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.1;
  letter-spacing: -.04em;
}
.confirmation p {
  line-height: 1.7;
  color: #596478;
}
.contact-cta {
  align-self: center;
  padding: 32px;
  border-radius: 24px;
  background: #f0f3fa;
}
.contact-cta h3 {
  font-size: 24px;
  margin-top: 0;
}
.contact-cta p {
  line-height: 1.7;
  color: #596478;
}
@media (max-width: 680px) {
  .contact-page {
    padding-top: 110px;
  }
  .mobile-nav {
    max-height: calc(100dvh - 94px);
  }
  .hero h1 {
    font-size: clamp(38px, 11.7vw, 46px);
  }
  .brand {
    min-width: 0;
  }
  .brand small {
    letter-spacing: .2em;
  }
}
/* Preserve intrinsic proportions when responsive widths override HTML dimensions. */
img {
  height: auto;
}
.logo-halo img,
.social-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}
