:root {
  --bg: #02060b;
  --bg-soft: #07111d;
  --panel: rgba(7, 14, 23, .72);
  --blue: #159cff;
  --blue-bright: #43bbff;
  --blue-soft: rgba(21, 156, 255, .15);
  --silver: #d7dbe0;
  --silver-dark: #8c939c;
  --text: #f5f7fa;
  --muted: #8f9aa8;
  --line: rgba(82, 174, 255, .20);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 16% 20%, rgba(0, 126, 255, .11), transparent 25%),
    radial-gradient(circle at 82% 72%, rgba(0, 102, 255, .07), transparent 30%),
    linear-gradient(180deg, #02060b 0%, #03080e 45%, #010306 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(46, 154, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 154, 255, .035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at 50% 35%, #000 0 25%, transparent 75%);
}

.noise {
  position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 5;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

.grid {
  position: fixed;
  left: -90px;
  top: 120px;
  width: 520px;
  height: 420px;
  pointer-events: none;
  z-index: 0;
  opacity: .34;
  background:
    linear-gradient(30deg, transparent 74%, rgba(20,155,255,.08) 75%, transparent 76%) 0 0/30px 52px,
    linear-gradient(150deg, transparent 74%, rgba(20,155,255,.08) 75%, transparent 76%) 0 0/30px 52px;
  mask-image: radial-gradient(circle at center, black 0 30%, transparent 76%);
}

.page-shell {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 76px);
  display: grid;
  place-items: center;
  padding: 54px 22px 54px;
  overflow: hidden;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: absolute;
  width: 310px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(37,165,255,.75), transparent);
  filter: drop-shadow(0 0 7px rgba(30,160,255,.8));
  opacity: .42;
}
.page-shell::before { top: 22%; left: -90px; transform: rotate(-6deg); }
.page-shell::after { bottom: 18%; right: -85px; transform: rotate(6deg); }

.hero { width: min(1120px, 100%); text-align: center; position: relative; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #aab5c0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .24em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue-bright);
  box-shadow: 0 0 14px rgba(54,184,255,.95), 0 0 0 0 rgba(44,174,255,.32);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 14px rgba(54,184,255,.95), 0 0 0 10px rgba(44,174,255,0); }
  100% { box-shadow: 0 0 14px rgba(54,184,255,.95), 0 0 0 0 rgba(44,174,255,0); }
}

.brand-transition { margin: 2px auto 14px; color: #6f7a87; }
.old-brand {
  font: 600 13px/1 'Orbitron', sans-serif;
  letter-spacing: .19em;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(100,180,240,.65);
  opacity: .78;
}
.transition-line {
  width: 190px;
  height: 1px;
  background: rgba(60,150,220,.12);
  margin: 12px auto 7px;
  overflow: hidden;
}
.transition-line span {
  display: block;
  width: 44%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #2ea9ff, #9cddff, transparent);
  box-shadow: 0 0 8px rgba(38,169,255,.85);
  animation: scan 2.8s ease-in-out infinite;
}
@keyframes scan { 0% { transform: translateX(-130%); } 100% { transform: translateX(330%); } }
.transition-copy { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }

.logo-wrap {
  width: min(760px, 95vw);
  margin: 6px auto 0;
  position: relative;
  filter: drop-shadow(0 25px 45px rgba(0,0,0,.75));
}
.logo-wrap::after {
  content: "";
  position: absolute;
  left: 18%; right: 18%; bottom: 7%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(24,165,255,.7), transparent);
  box-shadow: 0 0 18px rgba(22,165,255,.6);
  pointer-events: none;
}
.logo { display: block; width: 100%; height: auto; }

h1 {
  margin: 12px 0 18px;
  font: 600 clamp(34px, 6vw, 68px)/1.04 'Orbitron', sans-serif;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
h1 span {
  background: linear-gradient(180deg, #eef4f8 0%, #aab4bf 55%, #68717b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 24px rgba(50,170,255,.12);
}

.lead {
  max-width: 820px;
  margin: 0 auto;
  color: #91a0ae;
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.75;
}
.lead strong { color: #dce5eb; font-weight: 600; }

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 920px;
  margin: 38px auto 28px;
}
.service {
  position: relative;
  overflow: hidden;
  min-height: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(70,165,235,.18);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(12,24,36,.76), rgba(4,10,16,.58));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025), 0 16px 45px rgba(0,0,0,.22);
  backdrop-filter: blur(10px);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.service::before {
  content: "";
  position: absolute;
  left: 18%; right: 18%; top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(42,174,255,.95), transparent);
  opacity: .65;
  box-shadow: 0 0 10px rgba(32,167,255,.7);
}
.service:hover {
  transform: translateY(-5px);
  border-color: rgba(63,180,255,.48);
  box-shadow: 0 18px 45px rgba(0,0,0,.32), 0 0 25px rgba(0,140,255,.07);
}
.icon {
  font-size: 29px;
  color: #56bdff;
  text-shadow: 0 0 16px rgba(25,160,255,.72);
}
.service span {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 10px;
  color: #c7d0d8;
  font-weight: 600;
}

.coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
  color: #d9e1e8;
}
.coming-soon .line { width: min(130px, 18vw); height: 1px; background: linear-gradient(90deg, transparent, rgba(32,169,255,.55)); box-shadow: 0 0 8px rgba(32,169,255,.3); }
.coming-soon .line:last-child { transform: rotate(180deg); }
.coming-soon p { margin: 0; font: 500 12px/1 'Orbitron', sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.subline { margin: 20px 0 0; color: #687481; font-size: 12px; letter-spacing: .09em; }

.contact-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  padding: 14px 22px;
  border: 1px solid rgba(53,172,255,.34);
  border-radius: 999px;
  color: #dceaf4;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  background: rgba(0,120,220,.055);
  box-shadow: inset 0 0 24px rgba(25,150,255,.02);
  transition: .25s ease;
}
.contact-cta:hover { border-color: rgba(75,190,255,.72); background: rgba(0,135,235,.1); transform: translateY(-2px); box-shadow: 0 0 22px rgba(0,140,255,.10); }
.contact-cta span { color: var(--blue-bright); font-size: 16px; }

.contact-section {
  position: relative;
  z-index: 2;
  padding: 110px 22px 120px;
  border-top: 1px solid rgba(53,164,240,.10);
  background: linear-gradient(180deg, rgba(2,7,12,.35), rgba(2,5,9,.8));
  overflow: hidden;
}
.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 74% 42%, rgba(0,135,255,.10), transparent 28%),
    linear-gradient(120deg, transparent 48%, rgba(26,145,230,.025) 49%, transparent 50%);
}
.contact-section::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 220px;
  right: -180px;
  top: 40px;
  opacity: .20;
  transform: rotate(-7deg);
  background: repeating-linear-gradient(0deg, transparent 0 22px, rgba(40,170,255,.18) 23px, transparent 24px);
  mask-image: linear-gradient(90deg, transparent, black);
}

.contact-inner { position: relative; width: min(1140px, 100%); margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: 78px; align-items: center; }
.section-kicker { display: inline-block; margin-bottom: 18px; color: #4bb7ff; font: 600 10px/1 'Orbitron', sans-serif; letter-spacing: .25em; text-shadow: 0 0 14px rgba(30,165,255,.4); }
.contact-heading h2 { margin: 0 0 22px; font: 600 clamp(36px, 5vw, 60px)/1.02 'Orbitron', sans-serif; letter-spacing: -.04em; text-transform: uppercase; }
.contact-heading h2 span {
  background: linear-gradient(180deg, #e2e8ed, #89939c);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.contact-heading > p { margin: 0; max-width: 500px; color: #82909d; font-size: 15px; line-height: 1.8; }
.contact-points { display: grid; gap: 14px; margin-top: 34px; }
.contact-point { display: flex; align-items: center; gap: 14px; }
.contact-point-icon {
  width: 42px; height: 42px; display: grid; place-items: center;
  border: 1px solid rgba(45,170,255,.25); border-radius: 10px;
  color: #52bcff; background: rgba(0,125,220,.055);
  box-shadow: inset 0 0 18px rgba(0,140,255,.025), 0 0 18px rgba(0,140,255,.025);
}
.contact-point div { display: grid; gap: 3px; }
.contact-point small { color: #5e6c79; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.contact-point a, .contact-point strong { color: #c6d0d8; font-size: 13px; font-weight: 500; text-decoration: none; }
.contact-point a:hover { color: #54bcff; }

.contact-card {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(65,175,245,.20);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(12,24,36,.83), rgba(3,8,13,.82));
  box-shadow: 0 32px 90px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.025);
  backdrop-filter: blur(14px);
}
.contact-card::before {
  content: "";
  position: absolute;
  left: 8%; right: 8%; top: -1px; height: 1px;
  background: linear-gradient(90deg, transparent, #1ca8ff, transparent);
  box-shadow: 0 0 12px rgba(28,168,255,.65);
}
.card-topline { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: #6f8190; font: 600 10px/1 'Orbitron', sans-serif; letter-spacing: .18em; }
.card-topline span { display: block; width: 34px; height: 1px; background: linear-gradient(90deg, #1aa7ff, transparent); box-shadow: 0 0 7px rgba(26,167,255,.45); }
#contactForm { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
#contactForm label { display: grid; gap: 8px; }
#contactForm label > span { color: #768694; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
#contactForm input, #contactForm select, #contactForm textarea {
  width: 100%;
  border: 1px solid rgba(83,155,210,.16);
  border-radius: 11px;
  outline: none;
  color: #e6edf3;
  background: rgba(0,5,10,.44);
  font: 400 14px/1.4 'Inter', sans-serif;
  padding: 14px 15px;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
#contactForm select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #4baeea 50%), linear-gradient(135deg, #4baeea 50%, transparent 50%);
  background-position: calc(100% - 18px) 19px, calc(100% - 13px) 19px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
#contactForm textarea { resize: vertical; min-height: 140px; }
#contactForm input::placeholder, #contactForm textarea::placeholder { color: #43515d; }
#contactForm input:focus, #contactForm select:focus, #contactForm textarea:focus {
  border-color: rgba(55,176,255,.56);
  background: rgba(2,13,23,.7);
  box-shadow: 0 0 0 3px rgba(0,145,255,.055), 0 0 18px rgba(0,145,255,.035);
}
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 2px; }
.form-footer p { margin: 0; max-width: 280px; color: #536270; font-size: 10px; line-height: 1.5; }
.submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 14px 17px 14px 20px;
  border: 1px solid rgba(57,180,255,.7);
  border-radius: 10px;
  cursor: pointer;
  color: #eef8ff;
  background: linear-gradient(180deg, #168fe0, #0a69ad);
  box-shadow: 0 8px 28px rgba(0,120,210,.16), inset 0 1px 0 rgba(255,255,255,.18);
  font: 700 10px/1 'Inter', sans-serif;
  text-transform: uppercase;
  letter-spacing: .09em;
  transition: .22s ease;
}
.submit-btn:hover { background: linear-gradient(180deg, #22a6fb, #0c79c9); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,130,220,.25), 0 0 22px rgba(0,160,255,.12); }
.submit-btn:disabled { opacity: .55; cursor: wait; transform: none; }
.btn-arrow { font-size: 17px; line-height: 1; }
.form-status { display: none; padding: 12px 14px; border-radius: 9px; font-size: 12px; line-height: 1.5; }
.form-status.show { display: block; }
.form-status.success { color: #bfe8ff; border: 1px solid rgba(54,175,255,.24); background: rgba(0,140,230,.07); }
.form-status.error { color: #e6bebe; border: 1px solid rgba(255,120,120,.2); background: rgba(255,70,70,.05); }
.hp-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; }

footer {
  position: relative;
  z-index: 2;
  min-height: 76px;
  padding: 22px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  color: #586675;
  font-size: 11px;
  letter-spacing: .06em;
  border-top: 1px solid rgba(48,165,245,.08);
  background: #010407;
}
footer .dot { color: #159cff; text-shadow: 0 0 10px rgba(21,156,255,.7); }

@media (max-width: 900px) {
  .contact-inner { grid-template-columns: 1fr; gap: 44px; }
  .contact-heading { text-align: center; }
  .contact-heading > p { margin-inline: auto; }
  .contact-points { max-width: 430px; margin-inline: auto; text-align: left; }
}

@media (max-width: 760px) {
  .page-shell { padding-top: 34px; }
  .logo-wrap { width: min(690px, 100vw); }
  .services { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .service { min-height: 100px; }
  .coming-soon { gap: 10px; }
  .coming-soon .line { width: 44px; }
  .coming-soon p { font-size: 9px; letter-spacing: .08em; }
  footer { flex-wrap: wrap; }
}

@media (max-width: 620px) {
  .contact-section { padding: 80px 16px 88px; }
  .contact-card { padding: 20px; border-radius: 16px; }
  .form-row { grid-template-columns: 1fr; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer p { max-width: none; }
  .submit-btn { justify-content: space-between; width: 100%; }
  .contact-point a { overflow-wrap: anywhere; }
}

@media (max-width: 430px) {
  .eyebrow { font-size: 8px; }
  .old-brand { font-size: 10px; }
  h1 { font-size: 34px; }
  .lead { font-size: 14px; }
  .services { grid-template-columns: 1fr 1fr; }
  .service span { letter-spacing: .07em; font-size: 9px; }
  footer { font-size: 9px; }
}

/* AYOGIGA service icons — matched to the logo pictograms */
.icon{
  width: 46px;
  height: 46px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#29a9ff;
  filter: drop-shadow(0 0 7px rgba(25,160,255,.62));
}
.service-svg{
  width:42px;
  height:42px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.service-svg-fill{
  fill:currentColor;
  stroke:none;
}
