   :root {
      --bg: #050505;
      --panel: rgba(10, 15, 15, 0.82);
      --panel-border: rgba(0, 255, 204, 0.16);
      --text: #f3f5f4;
      --mint: #B8F9BF; //#b8c2bf;
      --muted: #b8c2bf;
      --green: #00ffcc;
      --neongreen: #A6FF00;
      --green-dark: #00cda5;
      --pink: #FDEBF3;
      --shadow: 0 0 30px rgba(0,255,204,0.08);
      --max: 1260px;
      --radius: 18px;
      --header-top-height: 82px;
      --header-bottom-height: 58px;
      --header-total-height: 140px;
      --cursor-default: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cfilter id='g'%3E%3CfeGaussianBlur stdDeviation='1.3'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='M4 3 L4 24 L10.2 18.1 L14.2 27 L18 25.2 L14.2 16.8 L22.6 16.6 Z' fill='%2300ffcc' fill-opacity='.20' stroke='%2300ffcc' stroke-width='1.7' stroke-linejoin='round'/%3E%3Ccircle cx='22.8' cy='8' r='3.1' fill='%2300ffcc' fill-opacity='.92' filter='url(%23g)'/%3E%3Ccircle cx='22.8' cy='8' r='1.25' fill='%23ffffff'/%3E%3C/svg%3E") 4 3, auto;
      --cursor-pointer: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cdefs%3E%3Cfilter id='g'%3E%3CfeGaussianBlur stdDeviation='1.4'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='M5 4 L5 27 L12 20.5 L16 30 L20.1 28 L16.1 19.6 L26 19.2 Z' fill='%2300ffcc' fill-opacity='.24' stroke='%2300ffcc' stroke-width='1.8' stroke-linejoin='round'/%3E%3Ccircle cx='25.5' cy='8.5' r='4.2' fill='%2300ffcc' fill-opacity='.95' filter='url(%23g)'/%3E%3Ccircle cx='25.5' cy='8.5' r='1.5' fill='%23ffffff'/%3E%3C/svg%3E") 5 4, pointer;
    }

    * { box-sizing: border-box; }
    html, body { height: 100%; background-color: #040404;}
    html { scroll-behavior: auto; }
    
 
  body {
    margin: 0;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    color: var(--text);
    background-color: #040404;
    background:
      radial-gradient(circle at 12% 18%, rgba(0,255,204,0.14), transparent 24%),
      radial-gradient(circle at 84% 14%, rgba(0,255,204,0.08), transparent 22%),
      radial-gradient(circle at 50% 62%, rgba(0,180,145,0.09), transparent 34%),
      linear-gradient(135deg, #07100f 0%, #061111 20%, #050707 50%, #071110 78%, #040404 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%;
    background-attachment: scroll;
    line-height: 1.55;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: var(--cursor-default);
  }
  
  body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
      linear-gradient(rgba(0,255,204,0.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0,255,204,0.05) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, rgba(255,255,255,0.72), rgba(255,255,255,0.24));
    -webkit-mask-image: linear-gradient(to bottom, rgba(255,255,255,0.72), rgba(255,255,255,0.24));
    z-index: 0;
    opacity: 0.75;
  }
  
  body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
      radial-gradient(circle at 18% 24%, rgba(0,255,204,0.07), transparent 18%),
      radial-gradient(circle at 78% 66%, rgba(0,255,204,0.06), transparent 20%),
      radial-gradient(circle at 48% 86%, rgba(253,235,243,0.03), transparent 22%);
    z-index: 0;
    mix-blend-mode: screen;
}
    
    
    a, button, input, textarea, select, label, .btn { cursor: pointer; }
    a { color: inherit; text-decoration: none; }

    .logo,
    .bottom-nav a,
    .top-nav button,
    .bottom-nav button,
    .nav-toggle,
    .hero-kicker-h1,
    .section-tag,
    .hero-card h3,
    .btn,
    h1,
    h2 {
      font-family: 'Orbitron', 'Inter', Arial, sans-serif;
    }

    h1, h2, h3 { margin-top: 0; line-height: 1.08;}

.top-nav a {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


    .site-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 9999;
      backdrop-filter: blur(12px);
      background: linear-gradient(180deg, rgba(5, 10, 10, 0.96), rgba(4, 9, 9, 0.92));
      border-bottom: 1px solid rgba(0,255,204,0.12);
      box-shadow: 0 8px 28px rgba(0,0,0,0.22);
    }
    
    main {
      padding-top: 140px;
}
    
    
    
    

    .header-row { width: 100%; }

    .header-row-top {
      padding: 10px 0;
      border-bottom: 1px solid rgba(0,255,204,0.10);
    }

    .header-row-bottom {
      min-height: var(--header-bottom-height);
      background: linear-gradient(180deg, rgba(3, 8, 8, 0.78), rgba(4, 9, 9, 0.88));
    }

    .header-inner {
      max-width: 1460px;
      margin: 0 auto;
      padding: 0 20px;
      position: relative;
      z-index: 2;
    }

    .header-row-top .header-inner {
      min-height: 64px;
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      column-gap: 18px;
    }

    .header-inner-bottom {
      min-height: var(--header-bottom-height);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .logo {
      font-size: 1.25rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--green);
      text-shadow: 0 0 16px rgba(0,255,204,0.25);
      white-space: nowrap;
    }




    .top-nav {
      display: flex;
      justify-content: flex-end;
    }

    .top-nav ul,
    .bottom-nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
    }

    .top-nav ul { gap: 16px; }
    .bottom-nav ul { gap: 30px; justify-content: center; }

    .top-nav li,
    .bottom-nav li { display: flex; align-items: center; }

    .top-nav a,
    .bottom-nav a,
    .top-nav button,
    .bottom-nav button {
      color: var(--text);
      font-size: 0.88rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      opacity: 0.9;
      transition: color 0.2s ease, opacity 0.2s ease;
      background: transparent;
      border: 0;
      padding: 0;
    }

    .top-nav a:hover,
    .bottom-nav a:hover,
    .top-nav a:focus,
    .bottom-nav a:focus {
      color: var(--green);
      opacity: 1;
    }

    .top-nav li:not(:first-child) a {
      position: relative;
      padding-left: 20px;
    }

    .top-nav li:not(:first-child) a::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 1px;
      height: 16px;
      transform: translateY(-50%);
      background: linear-gradient(to bottom, transparent, rgba(0,255,204,0.82), transparent);
      box-shadow: 0 0 6px rgba(0,255,204,0.28);
    }

    .bottom-nav li:not(:first-child) a {
      position: relative;
      padding-left: 26px;
    }

    .bottom-nav li:not(:first-child) a::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 1px;
      height: 18px;
      transform: translateY(-50%);
      background: linear-gradient(to bottom, transparent, rgba(0,255,204,0.9), transparent);
      box-shadow: 0 0 8px rgba(0,255,204,0.35);
    }

    .header-cta {
      display: flex;
      justify-content: flex-end;
      margin-left: 8px;
    }

    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 0 18px;
      border-radius: 999px;
      border: 1px solid rgba(0,255,204,0.42);
      background: rgba(0,255,204,0.04);
      color: var(--text);
      font-weight: 700;
      font-size: 0.8rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      line-height: 1;
      position: relative;
      overflow: hidden;
      transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    }

    .nav-cta::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.08), transparent 80%);
      opacity: 0.45;
      pointer-events: none;
    }

    .nav-cta:hover,
    .nav-cta:focus {
      color: var(--green);
      border-color: rgba(0,255,204,0.72);
      background: rgba(0,255,204,0.08);
      box-shadow: 0 0 14px rgba(0,255,204,0.14);
      transform: translateY(-1px);
    }

    .nav-toggle {
      display: none;
      background: transparent;
      border: 1px solid rgba(0,255,204,0.3);
      color: var(--green);
      border-radius: 10px;
      padding: 10px 12px;
      justify-self: end;
    }

    .mobile-only-nav {
	  display: none !important;
}

    .section-deck {
      position: relative;
      height: calc(100vh - var(--header-total-height));
      overflow: hidden;
      z-index: 1;
    }

    .screen-section {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      display: none;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      z-index: 1;
    }

    .screen-section.active {
      display: block;
      z-index: 2;
      animation: sectionFadeIn 0.42s ease both;
    }

    @keyframes sectionFadeIn {
      from {
        opacity: 0;
        transform: translateY(18px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .hero {
      position: relative;
      z-index: 1;
      padding: 22px 20px 50px;
    }

    .section {
      position: relative;
      z-index: 1;
      padding: 18px 20px 50px;
    }

    .hero-inner,
    .section-inner {
      max-width: var(--max);
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }

.hero-inner > div {
  flex: 1.2;
  min-width: 0;
}

.hero-panel {
  flex: 0.8;
  min-width: 0;

  background: linear-gradient(180deg, rgba(20, 30, 30, 0.92), rgba(14, 20, 20, 0.92));
  border: 1px solid rgba(0,255,204,0.18);
  border-radius: 18px;
  padding: 22px;

  box-shadow:
    0 0 24px rgba(0,255,204,0.08),
    0 10px 20px rgba(0,0,0,0.2);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0,255,204,0.05),
    transparent 40%
  );
  pointer-events: none;
}

.hero-panel {
  position: relative;
  overflow: hidden;
}

    .section-inner {
      display: block;
    }


.hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
  z-index: 2;

  display: flex;
  align-items: flex-start;
  gap: 48px;
}

.hero-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-links li {
  margin: 6px 0;
}

.hero-links a {
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  font-size: 0.88rem;
  line-height: 1.4;
  transition: color 0.2s ease, padding-left 0.2s ease;
  display: inline-block;
}

.hero-links a:hover {
  color: var(--green);
  padding-left: 4px;
}

.hero-links-group {
  margin-top: 16px;
}

.hero-links-title {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0,255,204,0.7);
  margin-bottom: 6px;
}


.hero-links-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
  margin-top: 14px;
}

.hero-links-group {
  margin-top: 0;
}

.hero-links-title {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0,255,204,0.7);
  margin-bottom: 8px;
}

.hero-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-links li {
  margin: 7px 0;
}

.hero-links a {
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  font-size: 0.88rem;
  line-height: 1.4;
  display: inline-block;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.hero-links a:hover {
  color: var(--green);
  padding-left: 4px;
}

@media (max-width: 980px) {
  .hero-links-layout {
    grid-template-columns: 1fr;
  }
}

#start-here {
  scroll-margin-top: 130px;
}

.section-divider {
  position: relative;
  max-width: var(--max);
  margin: 44px auto 52px;
  padding: 0 20px;
  height: 20px;
}

.section-divider::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0,255,204,0.18) 14%,
    rgba(0,255,204,0.75) 50%,
    rgba(184,249,191,0.18) 86%,
    transparent 100%
  );
  box-shadow: 0 0 14px rgba(0,255,204,0.16);
}

.section-divider::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 1px solid rgba(0,255,204,0.72);
  background: rgba(4,10,10,0.96);
  box-shadow: 0 0 10px rgba(0,255,204,0.2);
}


  .hero-kicker-h1 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    color: var(--green);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 0.82rem;
    font-weight: 600;
    background: transparent;
    border: 0;
    padding: 0;
    line-height: 1.2;
  }

  .hero-kicker-h1::before {
    content: "";
    display: inline-block;
    width: 42px;
    height: 1px;
    background: linear-gradient(90deg, rgba(0,255,204,0.18), rgba(0,255,204,0.95));
    box-shadow: 0 0 10px rgba(0,255,204,0.18);
    flex: 0 0 auto;
  }

  .hero-kicker-h1::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 1px solid rgba(0,255,204,0.85);
    transform: rotate(45deg);
    transform-origin: center;
    box-shadow: 0 0 10px rgba(0,255,204,0.15);
    flex: 0 0 auto;
}

    h1,
    .hero-headline {
      font-size: clamp(2.2rem, 3vw, 4rem);
      max-width: 12ch;
      margin-bottom: 18px;
    }

.no-break {
  white-space: nowrap;
}

    .hero p.lead {
      font-size: 1.16rem;
      color: var(--muted);
      max-width: 700px;
      margin: 0 0 26px;
    }

    .hero strong { color: var(--pink); }

    .hero-card {
      background: linear-gradient(180deg, rgba(10,20,19,0.94), rgba(4,8,8,0.94));
      border: 1px solid var(--panel-border);
      border-radius: 24px;
      box-shadow: var(--shadow);
      padding: 30px;
      position: relative;
      overflow: hidden;
    }

    .hero-card::before {
      content: "";
      position: absolute;
      width: 220px;
      height: 220px;
      top: -60px;
      right: -60px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(0,255,204,0.16), transparent 65%);
      pointer-events: none;
    }

    .hero-card h3 {
      font-size: 1.05rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--green);
      margin-bottom: 18px;
    }

    .hero-card ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 14px;
    }

    .hero-card li {
      padding: 14px 0;
      border-bottom: 1px solid rgba(255,255,255,0.08);
      color: var(--muted);
    }

    .hero-card li:last-child { border-bottom: 0; }
    .hero-card b { color: var(--text); }


.hero-services strong a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  border-bottom: 1px solid rgba(0,255,204,0.28);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.hero-services strong a:hover {
  color: var(--green);
  border-bottom-color: rgba(0,255,204,0.75);
}


.ai-type {
  opacity: 1;
}

.ai-type::after {
  content: "|";
  display: inline-block;
  margin-left: 4px;
  opacity: 0.7;
  animation: blink 0.9s infinite;
}

@keyframes blink {
  0%, 45%, 100% { opacity: 0.7; }
  50%, 95% { opacity: 0; }
}



    .section-tag {
      color: var(--green);
      text-transform: uppercase;
      letter-spacing: 0.13em;
      font-size: 0.78rem;
      margin-bottom: 14px;
      display: inline-block;
    }

    .section h2 {
      font-size: clamp(2rem, 4vw, 3.3rem);
      margin-bottom: 16px;
      max-width: 14ch;
    }

    .section-intro {
      max-width: 1200px;
      color: var(--mint);
      font-size: 1.55rem;
      margin-bottom: 30px;
    }


    .section-outro {
      max-width: 1200px;
      color: var(--mint);
      font-size: 1.15rem;
      margin-bottom: 30px;
    }


    .cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 10px;
    }

    .section-cta { margin-top: 28px; }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 0 22px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-weight: 700;
      letter-spacing: 0.04em;
      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    }

    .btn:hover { transform: translateY(-1px); }

.btn-primary {
  background: rgba(0,255,204,0.08);
  color: var(--green);
  border: 1px solid rgba(0,255,204,0.65);
  border-radius: 999px;

  box-shadow:
    0 0 12px rgba(0,255,204,0.18),
    inset 0 0 8px rgba(0,255,204,0.06);

  position: relative;
  overflow: hidden;
}

.btn-primary:hover {
  background: rgba(0,255,204,0.16);
  box-shadow:
    0 0 20px rgba(0,255,204,0.35),
    inset 0 0 10px rgba(0,255,204,0.08);
}

.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.08), transparent);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.btn-primary:hover::before {
  opacity: 1;
}




.btn-secondary {
  background: transparent;
  color: rgba(255,255,255,0.7);
  border: 1px solid rgba(0,255,204,0.18);
  box-shadow: none;
}

.btn-secondary:hover {
  color: var(--text);
  border-color: rgba(0,255,204,0.35);
}
    .grid-2,
    .grid-3,
    .split-band,
    .contact-band,
    .contact-form,
    .contact-form-inline {
      display: grid;
      gap: 24px;
    }

    .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .split-band { grid-template-columns: 0.9fr 1.1fr; }

    .card {
      background: linear-gradient(180deg, rgba(11, 18, 18, 0.82), rgba(8, 12, 12, 0.82));
      border: 1px solid var(--panel-border);
      border-radius: var(--radius);
      padding: 28px;
      box-shadow: var(--shadow);
    }

    .card h3 {
      font-size: 1.2rem;
      margin-bottom: 12px;
      color: var(--text);
    }

    .card p,
    .card li,
    .about-copy,
    .contact-band p {
      color: var(--muted);
    }

    .card ul { margin: 0; padding-left: 18px; }

    #solution .split-band .card:nth-child(1) {
      background: linear-gradient(160deg, rgba(0,255,204,0.09), rgba(9,18,18,0.9) 48%, rgba(9,18,18,0.96));
      border-color: rgba(0,255,204,0.3);
      box-shadow: 0 0 28px rgba(0,255,204,0.11);
    }

    #solution .split-band .card:nth-child(2) {
      background: linear-gradient(160deg, rgba(253,235,243,0.08), rgba(12,20,20,0.92) 44%, rgba(0,255,204,0.06));
      border-color: rgba(253,235,243,0.18);
      position: relative;
      overflow: hidden;
    }

    #solution .split-band .card:nth-child(2)::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, transparent, rgba(0,255,204,0.05), transparent);
      pointer-events: none;
    }

    #solution .grid-3 .card:nth-child(1) {
      background: linear-gradient(180deg, rgba(0,255,204,0.08), rgba(7,12,12,0.92));
    }

    #solution .grid-3 .card:nth-child(2) {
      background: linear-gradient(180deg, rgba(7,12,12,0.86), rgba(253,235,243,0.06));
      border-style: dashed;
    }

    #solution .grid-3 .card:nth-child(3) {
      background: radial-gradient(circle at top right, rgba(0,255,204,0.12), transparent 34%), linear-gradient(180deg, rgba(9,14,14,0.9), rgba(6,10,10,0.94));
    }

    #services .card:nth-child(odd) {
      background: linear-gradient(180deg, rgba(0,255,204,0.06), rgba(8,12,12,0.88));
    }

    #services .card:nth-child(even) {
      background: linear-gradient(180deg, rgba(9,14,14,0.92), rgba(253,235,243,0.05));
    }

    #services .card:nth-child(3n) {
      border-color: rgba(0,255,204,0.28);
      box-shadow: 0 0 30px rgba(0,255,204,0.1);
    }

    #faq .faq-item:nth-child(1) {
      background: linear-gradient(145deg, rgba(0,255,204,0.08), rgba(8,12,12,0.92));
    }

    #faq .faq-item:nth-child(2) {
      background: linear-gradient(145deg, rgba(9,13,13,0.92), rgba(253,235,243,0.06));
      border-color: rgba(253,235,243,0.18);
    }

    #faq .faq-item:nth-child(3) {
      background: radial-gradient(circle at top left, rgba(0,255,204,0.11), transparent 30%), linear-gradient(180deg, rgba(8,12,12,0.9), rgba(5,8,8,0.94));
    }

    #faq .faq-item:nth-child(4) {
      background: linear-gradient(180deg, rgba(8,12,12,0.92), rgba(0,255,204,0.05));
      border-style: dashed;
    }

    .about-copy {
      max-width: 860px;
      font-size: 1.04rem;
    }

    .contact-band {
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      padding: 34px;
      border-radius: 22px;
      background: linear-gradient(135deg, rgba(0,255,204,0.11), rgba(11,18,18,0.9) 48%, rgba(253,235,243,0.06));
      border: 1px solid rgba(0,255,204,0.2);
      box-shadow: 0 0 36px rgba(0,255,204,0.09);
    }

    .contact-band h3 {
      margin: 0 0 10px;
      font-size: clamp(1.6rem, 3vw, 2.3rem);
    }

    .contact-form-inline,
    .contact-form {
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .contact-form-inline .full,
    .contact-form .full { grid-column: 1 / -1; }

    input, textarea {
      width: 100%;
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,0.1);
      background: rgba(255,255,255,0.03);
      color: var(--text);
      padding: 14px 16px;
      font: inherit;
    }

    textarea {
      min-height: 140px;
      resize: vertical;
    }

    input:focus, textarea:focus {
      outline: none;
      border-color: rgba(0,255,204,0.45);
      box-shadow: 0 0 0 3px rgba(0,255,204,0.08);
    }

    .modal {
      position: fixed;
      inset: 0;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 20px;
      background: rgba(0,0,0,0.72);
      backdrop-filter: blur(8px);
      z-index: 2000;
    }

    .modal.active { display: flex; }

    .modal-panel {
      width: min(720px, 100%);
      background: linear-gradient(180deg, #08100f, #060909);
      border: 1px solid rgba(0,255,204,0.22);
      border-radius: 22px;
      padding: 30px;
      position: relative;
      box-shadow: 0 0 40px rgba(0,255,204,0.12);
    }

    .modal-close {
      position: absolute;
      top: 14px;
      right: 14px;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      border: 1px solid rgba(0,255,204,0.18);
      background: transparent;
      color: var(--green);
      font-size: 1.2rem;
    }

    .is-active {
      color: var(--green) !important;
      opacity: 1 !important;
    }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


    @media (max-width: 1280px) {
      .bottom-nav ul { gap: 22px; }
      .top-nav ul { gap: 12px; }
      .top-nav a, .bottom-nav a { font-size: 0.82rem; }
    }

    @media (max-width: 780px) {
      .hero-inner,
      .grid-2,
      .grid-3,
      .split-band,
      .contact-band,
      .contact-form,
      .contact-form-inline {
        grid-template-columns: 1fr;
      }

      .header-row-top .header-inner {
        grid-template-columns: auto auto;
      }

      .nav-toggle {
        display: inline-flex;
      }

      .header-cta,
      .header-row-bottom {
        display: none;
      }

        .mobile-only-nav {
	      display: flex !important;
  }

      .top-nav {
        position: absolute;
        right: 20px;
        top: calc(var(--header-top-height) - 6px);
        width: min(380px, calc(100vw - 40px));
        display: none;
        background: rgba(4, 10, 10, 0.97);
        border: 1px solid rgba(0,255,204,0.16);
        border-radius: 18px;
        padding: 16px;
        box-shadow: 0 0 28px rgba(0,255,204,0.10);
        z-index: 1001;
      }

      .top-nav.open { display: block; }

      .top-nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        margin: 0;
        padding: 0;
      }

      .top-nav li { width: 100%; }

      .top-nav li::before,
      .top-nav li a::before,
      .top-nav li button::before {
        display: none;
      }

      .section-deck {
        height: calc(100vh - var(--header-top-height));
        min-height: calc(100vh - var(--header-top-height));
      }

      .hero,
      .section {
        padding: 14px 20px 36px;
      }
    }


.deck-progress {
  position: fixed;
  left: calc((100vw - var(--max)) / 2 - 36px);
  top: 22%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1200;
  opacity: 1;
  transition: opacity 0.25s ease;
}

/* dots */
.deck-progress span {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.22);
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 1;
}

/* larger hit area */
.deck-progress span::before {
  content: "";
  position: absolute;
  inset: -8px;
}

/* tooltip */
.deck-progress span::after {
  content: attr(data-label);
  position: absolute;
  right: 20px;
  left: auto;
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  white-space: nowrap;

  padding: 6px 10px;
  border-radius: 7px;

  font-family: 'Orbitron', 'Inter', Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;

  background: rgba(4, 10, 10, 0.94);
  border: 1px solid rgba(0,255,204,0.22);
  color: var(--green);
  box-shadow: 0 0 14px rgba(0,255,204,0.10);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;

  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0s linear 0.18s;
}

/* hover */
.deck-progress span:hover {
  transform: scale(1.25);
  background: var(--green);
  box-shadow: 0 0 12px rgba(0,255,204,0.5);
}

.deck-progress span:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
  transition-delay: 0s;
}

/* active */
.deck-progress span.active {
  background: var(--green);
  box-shadow: 0 0 12px rgba(0,255,204,0.6);
  transform: scale(1.2);
}



.paper-card {
  background: linear-gradient(180deg, rgba(20, 30, 30, 0.94), rgba(14, 20, 20, 0.94));
  border: 1px solid rgba(0, 255, 204, 0.2);
  border-radius: 18px;
  padding: 26px;
  box-shadow:
    0 0 30px rgba(0,255,204,0.08),
    0 10px 24px rgba(0,0,0,0.18);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
  position: relative;
  overflow: hidden;
}

.paper-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0,255,204,0.05) 0%,
    rgba(184,249,191,0.025) 24%,
    transparent 55%
  );
  pointer-events: none;
}

.paper-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0,255,204,0.38);
  box-shadow:
    0 0 38px rgba(0,255,204,0.14),
    0 14px 30px rgba(0,0,0,0.26);
  background: linear-gradient(180deg, rgba(24, 36, 36, 0.96), rgba(16, 24, 24, 0.96));
}

.paper-card h3 {
  margin: 0 0 12px;
  font-size: 1.08rem;
  line-height: 1.25;
  color: #f2fbf8;
}

.paper-card p {
  margin: 0 0 16px;
  color: #c6d4d0;
  font-size: 0.97rem;
  line-height: 1.55;
}

.paper-card .resource-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}

.paper-card .resource-link::after {
  content: "↗";
  font-size: 0.9rem;
  line-height: 1;
}

.paper-card .resource-link:hover {
  color: #b8f9bf;
  gap: 10px;
}

.paper-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
  position: relative;
  z-index: 1;
}

.paper-card-link:hover,
.paper-card-link:focus {
  text-decoration: none;
}


.paper-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

footer {
  position: relative;
  margin-top: 80px;
  padding: 36px 20px;
  border-top: 1px solid rgba(0,255,204,0.12);
  background: linear-gradient(
    180deg,
    rgba(6, 10, 10, 0.92),
    rgba(4, 8, 8, 0.98)
  );
  backdrop-filter: blur(10px);
  z-index: 1;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  text-align: center;

  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: rgba(255,255,255,0.5);

  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 1px;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(0,255,204,0.7),
    transparent
  );

  box-shadow: 0 0 12px rgba(0,255,204,0.35);
}

footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background-image:
    linear-gradient(rgba(0,255,204,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,255,204,0.04) 1px, transparent 1px);

  background-size: 44px 44px;
  opacity: 0.2;
}