:root {
  --bg: #f4fbfb;
  --surface: #ffffff;
  --surface-soft: #e7f7f8;
  --primary: #3ab6c2;
  --primary-deep: #169aa6;
  --primary-ink: #0a5962;
  --accent: #4dc77f;
  --accent-soft: #c9f2d8;
  --ink: #17343c;
  --muted: #5d7d83;
  --line: rgba(19, 84, 91, 0.12);
  --shadow: 0 24px 60px rgba(33, 136, 150, 0.18);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(72, 205, 214, 0.22), transparent 26%),
    linear-gradient(180deg, #fbffff 0%, var(--bg) 100%);
  color: var(--ink);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(250, 255, 255, 0.82);
  border-bottom: 1px solid rgba(23, 52, 60, 0.06);
}

.nav-wrap,
.footer-wrap,
.trusted-grid,
.section-grid,
.split-panel,
.cta-box,
.hero-grid {
  display: grid;
  gap: 2rem;
}

.nav-wrap {
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-deep) 100%);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: var(--shadow);
}

.brand-copy {
  display: grid;
  gap: 0.15rem;
}

.brand-copy strong {
  font-size: 1rem;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1.2rem;
  font-size: 0.95rem;
}

.site-nav a {
  color: var(--muted);
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--primary-ink);
}

.hero {
  padding: 4.5rem 0 3rem;
  overflow: hidden;
}

.hero-grid {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--primary-deep);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  font-weight: 700;
}

.eyebrow-dark {
  color: #9beef1;
}

.hero h1,
.section h2,
.trusted h2,
.cta h2 {
  margin: 0;
  line-height: 1.05;
}

.hero h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  max-width: 12ch;
}

.hero-text,
.trusted-copy p,
.feature-card p,
.info-card p,
.panel-copy p,
.compliance-card p,
.cta-box p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1rem;
}

.hero-text {
  max-width: 58ch;
  margin: 1.4rem 0 0;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.85rem 1.45rem;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-deep) 100%);
  color: #fff;
  box-shadow: 0 20px 40px rgba(28, 151, 164, 0.28);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.78);
  color: var(--primary-ink);
  border-color: rgba(58, 182, 194, 0.3);
}

.hero-points,
.check-list {
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}

.hero-points li,
.check-list li {
  position: relative;
  padding-left: 1.6rem;
  margin-top: 0.9rem;
  color: var(--ink);
}

.hero-points li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--primary) 100%);
  box-shadow: 0 0 0 6px rgba(77, 199, 127, 0.14);
}

.hero-visual {
  position: relative;
  min-height: 640px;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
}

.orb-a {
  inset: 0 auto auto 5%;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(77, 199, 127, 0.26), rgba(77, 199, 127, 0));
}

.orb-b {
  inset: auto 0 8% auto;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(58, 182, 194, 0.35), rgba(58, 182, 194, 0));
}

.hero-card {
  position: absolute;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 251, 252, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: var(--shadow);
}

.hero-card-main {
  top: 3%;
  right: 0;
  width: min(94%, 520px);
  border-radius: 64px 64px 24px 64px;
}

.hero-card-float {
  left: 0;
  bottom: 4%;
  width: min(62%, 280px);
  border-radius: 28px;
}

.trusted,
.section,
.site-footer {
  padding: 2rem 0 5rem;
}

.trusted {
  padding-top: 0.5rem;
}

.trusted-grid,
.section-grid,
.split-panel,
.cta-box {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.section-alt {
  position: relative;
}

.section-alt::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 74%;
  background: linear-gradient(180deg, rgba(58, 182, 194, 0.08), rgba(58, 182, 194, 0));
  pointer-events: none;
}

.feature-stack,
.card-grid,
.compliance-grid {
  display: grid;
  gap: 1.25rem;
}

.feature-card,
.info-card,
.compliance-card,
.cta-box,
.data-window {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.feature-card {
  padding: 1.5rem;
  border-radius: 28px;
}

.feature-card h3,
.info-card h3,
.compliance-card h3 {
  margin: 0 0 0.8rem;
  font-size: 1.12rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card {
  min-height: 100%;
  padding: 1.5rem;
  border-radius: 30px;
}

.accent-cyan {
  background: linear-gradient(180deg, rgba(231, 247, 248, 0.98), rgba(255, 255, 255, 0.98));
}

.accent-green {
  background: linear-gradient(180deg, rgba(222, 249, 232, 0.96), rgba(255, 255, 255, 0.98));
}

.accent-light {
  background: linear-gradient(180deg, rgba(240, 251, 255, 0.98), rgba(255, 255, 255, 0.98));
}

.accent-outline {
  border: 1px dashed rgba(22, 154, 166, 0.28);
}

.section-dark {
  background:
    radial-gradient(circle at top right, rgba(93, 231, 240, 0.18), transparent 28%),
    linear-gradient(135deg, #117f8a 0%, #28b1bc 100%);
  color: #f7ffff;
}

.section-dark .panel-copy p {
  color: rgba(247, 255, 255, 0.82);
}

.panel-visual {
  display: flex;
  justify-content: flex-end;
}

.data-window {
  width: min(100%, 470px);
  padding: 1.2rem;
  border-radius: 34px;
  background: rgba(7, 72, 79, 0.24);
  border-color: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
}

.window-top {
  display: flex;
  gap: 0.45rem;
  margin-bottom: 1.1rem;
}

.window-top span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
}

.window-body {
  display: grid;
  gap: 1rem;
}

.metric {
  padding: 1.15rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.metric strong {
  display: block;
  font-size: 1.45rem;
  margin-bottom: 0.35rem;
}

.metric span {
  color: rgba(255, 255, 255, 0.86);
}

.compliance-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.compliance-card {
  padding: 1.6rem;
  border-radius: 28px;
}

.cta {
  padding-top: 1rem;
}

.cta-box {
  padding: 2rem;
  border-radius: 40px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(231, 247, 248, 0.9)),
    linear-gradient(135deg, rgba(58, 182, 194, 0.12), rgba(77, 199, 127, 0.12));
}

.site-footer {
  padding-top: 0;
}

.footer-wrap {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 1.5rem 0 2.5rem;
  border-top: 1px solid rgba(23, 52, 60, 0.08);
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 1080px) {
  .hero-grid,
  .trusted-grid,
  .section-grid,
  .split-panel,
  .cta-box,
  .footer-wrap {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 560px;
    margin-top: 1rem;
  }

  .card-grid,
  .compliance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .panel-visual {
    justify-content: stretch;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: static;
  }

  .nav-wrap {
    grid-template-columns: 1fr;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero {
    padding-top: 2.5rem;
  }

  .hero h1 {
    max-width: 100%;
  }

  .hero-visual {
    min-height: 440px;
  }

  .hero-card-main {
    width: 100%;
    border-radius: 34px;
  }

  .hero-card-float {
    width: 58%;
    left: 0.5rem;
    bottom: 0;
  }

  .card-grid,
  .compliance-grid {
    grid-template-columns: 1fr;
  }

  .trusted,
  .section,
  .site-footer {
    padding-bottom: 3.5rem;
  }

  .cta-box {
    padding: 1.5rem;
    border-radius: 28px;
  }

  .footer-wrap {
    gap: 0.5rem;
  }
}
