:root {
  --bg: #f4f9ff;
  --surface: #ffffff;
  --surface-soft: #eff7ff;
  --text: #08345a;
  --muted: #3f6689;
  --brand: #1a8dff;
  --brand-dark: #0d4f85;
  --green: #20a35d;
  --line: #c7dff2;
  --radius: 16px;
  --shadow: 0 16px 32px rgba(8, 52, 90, 0.14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  color: var(--text);
  background: linear-gradient(175deg, #f9fcff 0%, #f0f7ff 50%, #f4fff9 100%);
  line-height: 1.5;
}

.container {
  width: min(1140px, calc(100% - 2.4rem));
  margin: 0 auto;
}

.bg-orb {
  position: fixed;
  border-radius: 999px;
  z-index: -1;
  pointer-events: none;
}

.bg-orb-blue {
  width: 460px;
  height: 460px;
  right: -120px;
  top: -120px;
  background: radial-gradient(circle, rgba(26, 141, 255, 0.26) 0%, rgba(26, 141, 255, 0) 68%);
}

.bg-orb-green {
  width: 400px;
  height: 400px;
  left: -110px;
  bottom: 6%;
  background: radial-gradient(circle, rgba(32, 163, 93, 0.2) 0%, rgba(32, 163, 93, 0) 68%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(8px);
  background: rgba(244, 249, 255, 0.94);
  border-bottom: 1px solid rgba(8, 52, 90, 0.09);
}

.top-strip {
  background: linear-gradient(90deg, #0b4f84, #0f70b9);
}

.top-strip-wrap {
  min-height: 42px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 0.35rem 0;
}

.top-link {
  color: #e9f4ff;
  text-decoration: none;
  font-size: 0.86rem;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.nav-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  color: var(--brand-dark);
  text-decoration: none;
  font-family: "Sora", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.logo-image {
  width: 54px;
  height: 32px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-links a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.93rem;
}

.hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(100deg, rgba(7, 40, 77, 0.82) 8%, rgba(11, 92, 152, 0.55) 45%, rgba(13, 98, 160, 0.35) 100%),
    url("https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=1900&q=80");
  background-size: cover;
  background-position: center;
}

.hero-content {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 5.2rem 0 4.1rem;
}

.hero-shell {
  max-width: 760px;
  border: 1px solid rgba(211, 235, 255, 0.4);
  background: linear-gradient(180deg, rgba(8, 56, 98, 0.56), rgba(8, 56, 98, 0.44));
  border-radius: calc(var(--radius) + 4px);
  padding: 1.5rem;
  color: #f2f9ff;
  backdrop-filter: blur(3px);
}

h1,
h2,
h3 {
  font-family: "Sora", sans-serif;
  margin-top: 0;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.05rem, 4vw, 3.4rem);
  margin-bottom: 0.9rem;
}

.eyebrow {
  margin: 0 0 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--green);
}

.hero .eyebrow {
  color: #99f6bf;
}

.lead {
  margin: 0;
  max-width: 60ch;
  color: #d8ecff;
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.35rem 0 1.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.72rem 1.18rem;
  font-weight: 700;
  font-size: 0.93rem;
  color: #fff;
  background: linear-gradient(90deg, #1a8dff, #21aa62);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(26, 141, 255, 0.28);
}

.btn-small {
  padding: 0.5rem 0.95rem;
}

.btn-ghost {
  background: #fff;
  color: var(--brand-dark);
  border-color: #d3e7f7;
}

.accent-kicker {
  display: inline-block;
  margin: 0 0 0.7rem;
  padding: 0.32rem 0.7rem;
  background: #ffb33f;
  color: #0a3760;
  font-weight: 800;
  font-size: 0.8rem;
  text-transform: uppercase;
  border-radius: 4px;
}

.metrics,
.hero-highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.metrics li,
.hero-highlights li {
  background: rgba(247, 252, 255, 0.97);
  border: 1px solid #b7d8f1;
  border-left: 4px solid #ffb33f;
  border-radius: 12px;
  padding: 0.7rem;
}

.metrics strong,
.hero-highlights strong {
  display: block;
  color: var(--brand-dark);
  font-size: 0.93rem;
  font-family: "Sora", sans-serif;
}

.metrics span,
.hero-highlights span {
  color: #446b88;
  font-size: 0.81rem;
}

.section {
  padding: 3.9rem 0;
}

.section-alt {
  background: linear-gradient(180deg, rgba(235, 246, 255, 0.72), rgba(235, 251, 243, 0.6));
  border-top: 1px solid #d6e8f7;
  border-bottom: 1px solid #d6e8f7;
}

.section-business {
  background:
    linear-gradient(120deg, rgba(5, 47, 82, 0.96) 0%, rgba(8, 83, 132, 0.96) 58%, rgba(7, 57, 98, 0.94) 100%),
    url("https://images.unsplash.com/photo-1497436072909-60f360e1d4b1?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
  border-top: 1px solid #0f5d98;
  border-bottom: 1px solid #0f5d98;
}

.section-business .eyebrow {
  color: #ffcc5c;
}

.section-business .section-title {
  color: #f0f8ff;
}

.section-title {
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
  margin: 0 0 1.5rem;
  max-width: 30ch;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.card {
  background: linear-gradient(180deg, #ffffff 0%, #f3faff 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.05rem;
  box-shadow: var(--shadow);
}

.card h3 {
  font-size: 1rem;
  color: var(--brand-dark);
  margin-bottom: 0.5rem;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.service-footnote {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.feature-pills {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

.feature-pill {
  background: linear-gradient(180deg, #ffffff 0%, #f2f9ff 100%);
  border: 1px solid #bbd9f1;
  border-radius: 12px;
  padding: 0.7rem 0.82rem;
  color: #0e4f83;
  font-weight: 600;
  font-size: 0.9rem;
}

.section-activity {
  background: linear-gradient(180deg, rgba(235, 245, 255, 0.8), rgba(255, 255, 255, 0.96));
  border-top: 1px solid #d8e8f6;
  border-bottom: 1px solid #d8e8f6;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.benefit-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 250, 255, 0.96) 100%);
  border: 1px solid #b8d8f0;
  border-radius: var(--radius);
  padding: 1rem;
  box-shadow: var(--shadow);
}

.benefit-card h3 {
  margin-bottom: 0.65rem;
  color: var(--brand-dark);
  font-size: 1.05rem;
}

.benefit-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.benefit-list li {
  position: relative;
  padding-left: 1.08rem;
  color: var(--muted);
  font-weight: 600;
}

.benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--green));
}

.challenge-table {
  margin-top: 1rem;
  border: 1px solid #1f7fbf;
  border-radius: 12px;
  overflow: hidden;
}

.challenge-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.challenge-row span {
  padding: 0.72rem 0.86rem;
  font-weight: 600;
  font-size: 0.92rem;
}

.challenge-row span:first-child {
  border-right: 1px solid rgba(217, 235, 252, 0.22);
}

.challenge-row:not(.challenge-head):nth-child(odd) span {
  background: rgba(6, 57, 96, 0.7);
  color: #d6ecff;
}

.challenge-row:not(.challenge-head):nth-child(even) span {
  background: rgba(8, 70, 116, 0.72);
  color: #d6ecff;
}

.challenge-head span {
  background: #ffb33f;
  color: #0a3962;
  font-weight: 800;
}

.activity-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.activity-list li {
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: start;
  gap: 0.7rem;
  background: #fff;
  border: 1.5px solid #9ac6ea;
  border-radius: 12px;
  padding: 0.82rem;
  color: #0e4f83;
  box-shadow: var(--shadow);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #1a8dff, #0d6db9);
  color: #fff;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  min-height: 44px;
}

.activity-list h3 {
  margin: 0 0 0.3rem;
  font-size: 1.03rem;
  color: var(--brand-dark);
}

.activity-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.project-tile {
  min-height: 280px;
  border-radius: var(--radius);
  border: 1px solid #cae1f4;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
  background-size: cover;
  background-position: center;
}

.project-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 36, 63, 0.22), rgba(5, 36, 63, 0.74));
}

.tile-one {
  background-image: url("https://images.unsplash.com/photo-1691421740425-48ff22b6d442?auto=format&fit=crop&w=1400&q=80");
}

.tile-two {
  background-image: url("https://images.unsplash.com/photo-1762958266463-6af778b56beb?auto=format&fit=crop&w=1400&q=80");
}

.tile-three {
  background-image: url("https://images.unsplash.com/photo-1719848575774-897ac64a13fd?auto=format&fit=crop&w=1400&q=80");
}

.tile-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 1rem;
  color: #eff7ff;
}

.tile-copy h3 {
  font-size: 1.03rem;
  margin-bottom: 0.45rem;
}

.tile-copy p {
  margin: 0;
  font-size: 0.9rem;
  color: #cbe8ff;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
}

.about-block {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem;
}

.about-copy {
  margin: 0.55rem 0;
  color: var(--muted);
}

.about-badge {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(170deg, #ebf6ff 0%, #eefaf2 100%);
  padding: 1.2rem;
}

.info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.66rem;
}

.info-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.52rem;
}

.icon {
  flex: 0 0 1.15rem;
  width: 1.15rem;
  height: 1.15rem;
  color: var(--brand);
}

.top-link .icon {
  color: #d8ecff;
}

.info-list a {
  color: var(--brand-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
  word-break: break-word;
}

.section-contact {
  padding-bottom: 4.5rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(290px, 360px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.contact-card,
.embed-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.2rem;
}

.contact-card h3,
.embed-card h3 {
  margin-bottom: 0.5rem;
  color: var(--brand-dark);
}

.contact-card p,
.embed-card p {
  margin: 0 0 0.72rem;
  color: var(--muted);
}

.contact-actions {
  margin-top: 1rem;
}

.contact-card {
  position: sticky;
  top: 102px;
}

.email-btn {
  cursor: pointer;
}

.map-link-box {
  margin-top: 0.9rem;
  border: 1px solid #b9d9f2;
  border-radius: 12px;
  background: linear-gradient(180deg, #f7fbff 0%, #eff7ff 100%);
  padding: 0.8rem;
}

.map-link-title {
  margin: 0 0 0.35rem;
  color: var(--brand-dark);
  font-weight: 700;
  font-size: 0.9rem;
}

.map-link-box a {
  color: #0b63a6;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.embed-card iframe {
  width: 100%;
  height: 680px;
  min-height: 520px;
  border: 0;
  border-radius: 12px;
  margin-bottom: 0.8rem;
  background: #edf6ff;
}

.embed-fallback {
  font-size: 0.88rem;
}

.embed-fallback a {
  color: var(--brand-dark);
  font-weight: 700;
}

.site-footer {
  border-top: 1px solid #cee3f4;
  padding: 1rem 0 1.4rem;
}

.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
}

.footer-wrap p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-wrap a {
  color: var(--brand-dark);
  text-decoration: none;
  font-weight: 600;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  animation: rise 0.72s ease forwards;
}

.delay-1 {
  animation-delay: 0.14s;
}

.delay-2 {
  animation-delay: 0.28s;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1050px) {
  .cards,
  .feature-pills,
  .benefits-grid,
  .challenge-row,
  .project-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .top-strip-wrap {
    justify-content: flex-start;
    gap: 0.8rem;
  }

  .logo {
    font-size: 0.86rem;
  }

  .logo-image {
    width: 48px;
    height: 28px;
  }

  .nav-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.75rem 0;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 4.3rem 0 3rem;
  }

  .hero-shell {
    padding: 1.1rem;
  }

  .metrics {
    grid-template-columns: 1fr;
  }

  .hero-highlights {
    grid-template-columns: 1fr;
  }

  .activity-list li {
    grid-template-columns: 1fr;
  }

  .step-number {
    max-width: 72px;
  }

  .project-tile {
    min-height: 240px;
  }

  .contact-card {
    position: static;
  }

  .embed-card iframe {
    height: 600px;
    min-height: 520px;
  }
}
