* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f3f0;
  color: #101010;
  line-height: 1.5;
  overflow-x: hidden;
}

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

.container {
  width: min(1180px, 90%);
  margin: 0 auto;
}

/* HEADER */

.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}

.navbar {
  width: min(1240px, 92%);
  height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
  font-weight: 700;
}

.brand-logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.nav-links a:hover {
  color: white;
}

/* HERO */

.hero {
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  padding-top: 160px;
  color: white;
  background:
    radial-gradient(circle at 50% 82%, rgba(103, 255, 198, 0.62) 0%, rgba(93, 224, 184, 0.42) 18%, rgba(31, 96, 91, 0.30) 36%, rgba(6, 20, 23, 0) 58%),
    radial-gradient(circle at 50% 66%, rgba(82, 232, 184, 0.38), rgba(19, 72, 73, 0.38) 34%, rgba(4, 16, 19, 0.96) 72%),
    linear-gradient(180deg, #02090b 0%, #061819 46%, #0b2425 100%);
}

.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -260px;
  width: 900px;
  height: 470px;
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
  background:
    radial-gradient(circle at 50% 3%, rgba(118, 255, 204, 0.42), rgba(120, 215, 194, 0.18) 26%, rgba(2, 14, 18, 0.74) 72%);
  filter: blur(8px);
  opacity: 0.72;
}

.hero-noise {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hero-glow {
  position: absolute;
  top: 130px;
  left: 50%;
  width: 760px;
  height: 420px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(100, 255, 204, 0.24), rgba(100, 255, 204, 0) 68%);
  filter: blur(55px);
  border-radius: 999px;
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.hero h1 {
  max-width: 760px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.94;
  font-weight: 400;
  letter-spacing: -3px;
  text-shadow: 0 14px 40px rgba(0, 0, 0, 0.26);
}

.hero p {
  max-width: 690px;
  margin: 24px auto 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.78);
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.24);
}

.hero-actions {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

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

.btn-primary {
  background: white;
  color: #101010;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.btn-soft {
  color: white;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.scroll-line {
  width: 1px;
  height: 70px;
  margin: 42px auto 0;
  background: rgba(255, 255, 255, 0.38);
}

/* TRUST STRIP */

.trust-strip {
  padding: 78px 0 96px;
  background: #f4f3f0;
}

.trust-container {
  text-align: center;
}

.trust-strip h2 {
  max-width: 1100px;
  margin: 0 auto 42px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
}

.trust-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 22px;
  margin: 0 auto;
}

.trust-item {
  width: 190px;
  min-height: 170px;
  padding: 26px 18px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.48));
  border: 1px solid rgba(173, 194, 187, 0.42);
  box-shadow:
    0 22px 52px rgba(20, 40, 36, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(18px);
}

.trust-icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  color: #2f827f;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.95), rgba(225, 247, 239, 0.78));
  border: 1px solid rgba(173, 194, 187, 0.45);
  box-shadow:
    0 12px 28px rgba(47, 130, 127, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.trust-label {
  color: #4f5a56;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
}

/* SHARED SECTIONS */

.section {
  padding: 110px 0;
}

.light-section {
  background: #f4f3f0;
}

.cream-section {
  background: #efede8;
}

.center-section {
  text-align: center;
  max-width: 900px;
}

.mini-label {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #6c7773;
}

.center-section h2,
.section-split h2,
.dark-band h2,
.contact-grid h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -2px;
}

.stats-row {
  margin: 54px auto 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 760px;
  border-top: 1px solid #d8d5cf;
  border-bottom: 1px solid #d8d5cf;
}

.stats-row div {
  padding: 24px 20px;
  border-right: 1px solid #d8d5cf;
}

.stats-row div:last-child {
  border-right: none;
}

.stats-row strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 8px;
}

.stats-row span {
  display: block;
  color: #706f6a;
  font-size: 13px;
}

.section-description {
  color: #3f3f3c;
  font-size: 18px;
  max-width: 840px;
  margin: 0 auto;
}

.section-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 54px;
}

.section-split p {
  color: #4b4a47;
  font-size: 18px;
  max-width: 520px;
  justify-self: end;
}

/* CARDS */

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-card {
  min-height: 300px;
  padding: 32px;
  border-radius: 20px;
  color: white;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, #2f827f, #a8d7c1);
  border: 1px solid rgba(255, 255, 255, 0.34);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 24px 60px rgba(35, 96, 90, 0.12);
}

.feature-card span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.feature-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.02;
  font-weight: 400;
  margin-top: 18px;
}

.feature-card p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  max-width: 280px;
}

/* AGENTS */

.agent-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr 1fr;
  gap: 24px;
}

.agent-card,
.agent-center {
  border-radius: 18px;
  background: #f8f7f4;
  border: 1px solid #e1ded8;
  padding: 34px;
}

.agent-card span {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 800;
  color: #2d7775;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.agent-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 26px;
}

.agent-card ul {
  list-style: none;
}

.agent-card li {
  padding: 13px 0;
  color: #53524e;
  border-bottom: 1px solid #e1ded8;
}

.agent-center {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at top, rgba(99, 255, 200, 0.30), transparent 44%),
    #111c1d;
  color: white;
}

.ai-orb {
  width: 132px;
  height: 132px;
  margin: 0 auto 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.42), rgba(101, 255, 200, 0.20) 36%, rgba(35, 109, 108, 0.34) 76%);
  box-shadow:
    0 0 70px rgba(101, 255, 200, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.logo-orb img {
  width: 78%;
  height: 78%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.22));
}

.agent-center p {
  color: rgba(255, 255, 255, 0.78);
}

/* DARK BAND */

.dark-band {
  background:
    radial-gradient(circle at 20% 20%, rgba(92, 255, 198, 0.2), transparent 28%),
    linear-gradient(135deg, #071516, #0d2c2d);
  color: white;
}

.dark-band-content {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.dark-label {
  color: rgba(255, 255, 255, 0.64);
}

.dark-band p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.dark-band strong {
  display: block;
  margin-top: 18px;
  color: white;
}

/* CONTACT */

.contact-section {
  background: #f4f3f0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: start;
}

.contact-grid p {
  color: #4b4a47;
  font-size: 18px;
  margin-top: 24px;
  max-width: 460px;
}

.contact-form {
  background: #f8f7f4;
  border: 1px solid #e1ded8;
  border-radius: 18px;
  padding: 34px;
}

.contact-form label {
  display: block;
  margin-bottom: 20px;
  color: #222;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid #d8d5cf;
  border-radius: 14px;
  padding: 15px 16px;
  font: inherit;
  background: white;
  color: #101010;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #2d7775;
}

.contact-form button {
  width: 100%;
  min-height: 52px;
  border: none;
  border-radius: 999px;
  background: #101010;
  color: white;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

/* FOOTER */

.site-footer {
  padding: 18px 0;
  background: #101010;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-brand img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 6px;
}

.footer-content a {
  color: white;
  font-size: 13px;
}

/* RESPONSIVE */

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero {
    min-height: 680px;
  }

  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-split,
  .agent-grid,
  .dark-band-content,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .section-split p {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .navbar {
    height: 74px;
  }

  .hero {
    min-height: 650px;
    padding-top: 130px;
  }

  .hero h1 {
    letter-spacing: -2px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 100%;
    max-width: 280px;
  }

  .section {
    padding: 78px 0;
  }

  .cards-grid,
  .stats-row {
    grid-template-columns: 1fr;
  }

  .stats-row div {
    border-right: none;
    border-bottom: 1px solid #dedbd5;
  }

  .stats-row div:last-child {
    border-bottom: none;
  }

  .trust-grid div {
    width: 100%;
  }

  .feature-card {
    min-height: 250px;
  }

  .footer-content,
  .footer-brand {
    flex-direction: column;
    text-align: center;
  }
}