:root {
  --wibbit-green: #7ed957;
  --deep-pond: #0e3b4d;
  --deep-pond-2: #082832;
  --clearwater-blue: #22d3ee;
  --glowbug-yellow: #ffe066;
  --pond-mist: #e6f7f3;
  --dream-violet: #bba7ff;
  --ink: #12313b;
  --muted: #60737a;
  --surface: #ffffff;
  --soft: #f5fbf9;
  --line: rgba(14, 59, 77, 0.13);
  --shadow: 0 24px 70px rgba(9, 43, 56, 0.13);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: #fbfffd;
  color: var(--ink);
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
p { line-height: 1.65; }

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(251, 255, 253, 0.9);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 30;
}

.brand {
  align-items: center;
  color: var(--deep-pond);
  display: inline-flex;
  font-size: 1.04rem;
  font-weight: 850;
  gap: 10px;
  letter-spacing: 0;
  min-width: max-content;
}
.brand-mark {
  align-items: center;
  background: var(--deep-pond);
  border-radius: 12px;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  overflow: hidden;
  width: 38px;
}
.brand-mark img {
  height: 42px;
  object-fit: cover;
  width: 42px;
}

.site-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.91rem;
  font-weight: 760;
  justify-content: flex-end;
}
.site-nav a:not(.nav-button) { color: #315461; }
.nav-button {
  background: var(--deep-pond);
  border-radius: 999px;
  color: white;
  padding: 10px 15px;
}
.nav-toggle {
  background: transparent;
  border: 0;
  display: none;
  padding: 8px;
}
.nav-toggle span {
  background: var(--deep-pond);
  display: block;
  height: 2px;
  margin: 5px 0;
  width: 24px;
}

.hero {
  align-items: center;
  background:
    radial-gradient(circle at 78% 34%, rgba(34, 211, 238, 0.22), transparent 32%),
    linear-gradient(135deg, #f8fffb 0%, #eafaf6 46%, #dff5f2 100%);
  display: grid;
  gap: clamp(24px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.15fr);
  min-height: calc(100vh - 68px);
  padding: clamp(54px, 7vw, 104px) clamp(18px, 5vw, 72px) clamp(34px, 5vw, 68px);
}
.hero-copy { max-width: 720px; }
.eyebrow {
  color: #257484;
  font-size: 0.77rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}
h1, h2, h3 {
  color: var(--deep-pond);
  line-height: 1.04;
  margin: 0;
}
h1 {
  font-size: clamp(3rem, 7.5vw, 6.6rem);
  max-width: 820px;
}
h2 { font-size: clamp(2rem, 4.6vw, 4.2rem); }
h3 { font-size: 1.16rem; }
.hero-text {
  color: #315461;
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  margin: 24px 0 0;
}
.hero-subtext {
  color: var(--muted);
  font-size: 1.02rem;
  margin: 14px 0 0;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 850;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
}
.button.primary {
  background: var(--wibbit-green);
  box-shadow: 0 12px 28px rgba(126, 217, 87, 0.28);
  color: #092b38;
}
.button.secondary {
  border: 1px solid rgba(14, 59, 77, 0.2);
  color: var(--deep-pond);
}
.hero-art {
  justify-self: center;
  margin: 0;
  max-width: min(780px, 100%);
}
.hero-art img,
.wide-image img,
.image-panel img {
  border-radius: 8px;
}
.hero-art img {
  box-shadow: var(--shadow);
}

.section {
  padding: clamp(64px, 8vw, 116px) clamp(18px, 5vw, 72px);
}
.section-heading {
  margin: 0 auto 34px;
  max-width: 930px;
  text-align: center;
}
.section-heading p {
  color: var(--muted);
  font-size: 1.08rem;
  margin: 18px auto 0;
  max-width: 790px;
}

.grid,
.feature-grid,
.promise-grid,
.contact-grid,
.question-grid,
.layer-grid {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: 1180px;
}
.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card,
.mini-card,
.feature-grid article,
.promise-grid article,
.layer-grid article,
.trust-card,
.contact-grid a {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(9, 43, 56, 0.06);
  padding: 24px;
}
.card p,
.mini-card p,
.feature-grid p,
.layer-grid p,
.promise-grid p,
.trust-card p {
  color: var(--muted);
  margin: 12px 0 0;
}

.answer,
.business { background: var(--soft); }
.feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dot {
  border-radius: 50%;
  display: block;
  height: 14px;
  margin-bottom: 16px;
  width: 14px;
}
.green { background: var(--wibbit-green); }
.blue { background: var(--clearwater-blue); }
.yellow { background: var(--glowbug-yellow); }
.teal { background: var(--deep-pond); }
.violet { background: var(--dream-violet); }

.split {
  align-items: center;
  display: grid;
  gap: clamp(28px, 6vw, 72px);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  margin: 0 auto;
  max-width: 1240px;
}
.split p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}
.image-panel {
  background: linear-gradient(135deg, rgba(230, 247, 243, 0.8), #fff);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin: 0;
  overflow: hidden;
}
.dark-panel {
  background: var(--deep-pond-2);
}
.quote-strip {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
.quote-strip span,
.question-grid span {
  background: rgba(34, 211, 238, 0.09);
  border: 1px solid rgba(34, 211, 238, 0.18);
  border-radius: 8px;
  color: var(--deep-pond);
  font-weight: 820;
  padding: 14px 16px;
}

.questions {
  background:
    radial-gradient(circle at 20% 8%, rgba(187, 167, 255, 0.17), transparent 30%),
    #ffffff;
}
.question-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.promise-band {
  background:
    radial-gradient(circle at 18% 16%, rgba(34, 211, 238, 0.22), transparent 34%),
    linear-gradient(135deg, var(--deep-pond), var(--deep-pond-2));
  color: white;
}
.promise-band h2,
.promise-band h3,
.promise-band .eyebrow { color: white; }
.section-heading.light p,
.promise-band p { color: rgba(255, 255, 255, 0.78); }
.promise-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.promise-grid article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}
.promise-line {
  color: white;
  font-size: clamp(1.25rem, 2.1vw, 1.8rem);
  font-weight: 850;
  margin: 38px auto 0;
  max-width: 960px;
  text-align: center;
}

.trust-stack {
  background: linear-gradient(180deg, #ffffff, #f5fffb);
}
.trust-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto 28px;
  max-width: 1180px;
}
.spotlight-card {
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 224, 102, 0.24), transparent 42%),
    #ffffff;
  border-color: rgba(255, 224, 102, 0.58);
}
.spotlight-card strong {
  color: var(--deep-pond);
  display: block;
  font-size: 1.2rem;
  margin-top: 18px;
}
.wide-image {
  margin: 0 auto;
  max-width: 1180px;
}
.wide-image img {
  box-shadow: var(--shadow);
  width: 100%;
}

.tech-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(34, 211, 238, 0.12), transparent 30%),
    linear-gradient(180deg, #f9fffd, #eefaf8);
}
.layer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
}
.tech-line {
  color: var(--deep-pond);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  font-weight: 880;
  margin: 40px auto 0;
  max-width: 900px;
  text-align: center;
}
.proprietary-note {
  color: var(--muted);
  margin: 18px auto 0;
  max-width: 820px;
  text-align: center;
}

.ecosystem {
  background: linear-gradient(180deg, #ffffff, #f7f4ff);
}
.investor-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(187, 167, 255, 0.18), transparent 30%),
    #ffffff;
}
.investor-callout {
  background: var(--deep-pond);
  border-radius: 8px;
  color: white;
  margin: 34px auto 0;
  max-width: 1040px;
  padding: clamp(24px, 5vw, 42px);
  text-align: center;
}
.investor-callout h3 {
  color: white;
  font-size: clamp(1.55rem, 3vw, 2.6rem);
}
.investor-callout p {
  color: rgba(255, 255, 255, 0.78);
  margin: 14px auto 24px;
  max-width: 740px;
}

.form-section {
  align-items: start;
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 224, 102, 0.28), transparent 30%),
    linear-gradient(135deg, #f5fffb, #eefaf8);
  display: grid;
  gap: clamp(28px, 6vw, 72px);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
}
.inquiry-section {
  background:
    radial-gradient(circle at 8% 10%, rgba(187, 167, 255, 0.2), transparent 32%),
    linear-gradient(135deg, #ffffff, #f4fbff);
}
.form-section p {
  color: var(--muted);
  font-size: 1.06rem;
  max-width: 680px;
}
.site-form {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
  padding: 24px;
}
label {
  color: #315461;
  display: grid;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 7px;
}
input,
select,
textarea {
  background: #f8fcfb;
  border: 1px solid rgba(14, 59, 77, 0.18);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 46px;
  padding: 11px 12px;
  width: 100%;
}
textarea {
  min-height: 108px;
  resize: vertical;
}
.checkbox-label {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 18px 1fr;
}
.checkbox-label input {
  min-height: 18px;
  padding: 0;
}
.form-note {
  font-size: 0.85rem !important;
  margin: 0;
}

.contact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.contact-grid a {
  display: grid;
  gap: 8px;
}
.contact-grid span {
  color: var(--muted);
  overflow-wrap: anywhere;
}
.legal-section {
  border-top: 1px solid var(--line);
  margin: 0 auto;
  max-width: 980px;
  padding: 56px 18px;
}
.legal-section h2 {
  font-size: clamp(1.5rem, 3vw, 2.3rem);
}
.legal-section p {
  color: var(--muted);
}

.site-footer {
  background: var(--deep-pond-2);
  color: white;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(240px, 0.8fr) minmax(260px, 1fr);
  padding: 48px clamp(18px, 5vw, 72px);
}
.footer-brand,
.site-footer p,
.footer-links a { color: white; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  justify-content: flex-end;
}
.ownership {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.88rem;
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 24px;
}

@media (max-width: 1080px) {
  .site-nav {
    gap: 12px;
    font-size: 0.86rem;
  }
}

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .site-nav {
    background: rgba(251, 255, 253, 0.98);
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    left: 0;
    padding: 18px;
    position: absolute;
    right: 0;
    top: 67px;
  }
  .site-nav.open { display: flex; }
  .hero,
  .split,
  .form-section {
    grid-template-columns: 1fr;
  }
  .hero { min-height: auto; }
  .three,
  .feature-grid,
  .promise-grid,
  .four,
  .question-grid,
  .layer-grid,
  .trust-layout,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header { padding: 12px 16px; }
  .brand { font-size: 1rem; }
  .hero-actions,
  .button { width: 100%; }
  .three,
  .feature-grid,
  .promise-grid,
  .four,
  .question-grid,
  .layer-grid,
  .trust-layout,
  .contact-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }
  .footer-links { justify-content: flex-start; }
}
