:root {
  --navy: #071A2B;
  --blue: #0A4F86;
  --cyan: #19A7CE;
  --slate: #64748B;
  --light: #F4F7FB;
  --white: #FFFFFF;
  --ink: #172033;
  --border: #DCE7EF;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--light);
  color: var(--ink);
}

nav.container-fluid {
  background: rgba(7, 26, 43, 0.98);
  border-bottom: 1px solid #173a58;
  position: sticky;
  top: 0;
  z-index: 20;
}

nav a,
nav strong {
  color: white;
}

nav strong {
  letter-spacing: 0.08em;
}

nav a[role="button"] {
  background: #1096dc;
  border-color: #1096dc;
}

main.container {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
  background: linear-gradient(
    135deg,
    var(--navy),
    var(--blue) 68%,
    #0f7aa8
  );
  border-radius: 26px;
  padding: 2.2rem;
  color: white;
  box-shadow: 0 22px 55px rgba(7, 26, 43, 0.17);
}

.hero h1,
.hero h2,
.hero h3,
.hero p {
  color: white;
}

.hero h1 {
  font-size: clamp(2.7rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero p {
  color: #d6e5f0;
}

.eyebrow {
  color: #69dafb;
  font-weight: 700;
  letter-spacing: 0.13em;
  font-size: 0.76rem;
  text-transform: uppercase;
}

.hero figure {
  margin: 0;
  border-radius: 19px;
  overflow: hidden;
  border: 1px solid #245370;
  background: #071A2B;
}

.hero figure img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.hero figcaption {
  background: #071A2B;
  color: #9fb5c6;
  padding: 0.6rem 0.8rem;
  font-size: 0.72rem;
}

.cta {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}

.cta a[role="button"] {
  margin: 0;
}

.cta .outline {
  background: transparent;
  border: 1px solid #67d9fb;
  color: #e8fbff;
}

.section {
  background: white;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.45rem;
  margin-top: 1.2rem;
  box-shadow: 0 10px 24px rgba(20, 41, 62, 0.05);
}

.section h2,
.section h3 {
  color: var(--navy);
}

.section p {
  color: #536577;
}

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

.card {
  background: #f8fbfd;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1rem;
}

.card strong {
  display: block;
  color: var(--blue);
  margin-bottom: 0.35rem;
}

.card span {
  font-size: 0.86rem;
  color: #586a7b;
}

section[aria-label="Subscribe example"] {
  background: var(--navy);
  padding: 2rem 0;
}

section[aria-label="Subscribe example"] article {
  background: #0a2136;
  border: 1px solid #1f506f;
}

section[aria-label="Subscribe example"] h2,
section[aria-label="Subscribe example"] h3 {
  color: white;
}

footer.container {
  padding: 1.4rem 0 2rem;
  color: var(--slate);
}

footer a {
  color: var(--blue);
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .cards {
    grid-template-columns: 1fr;
  }
}

.founder {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem;
}

.founder figure {
  margin: 0;
}

.founder img {
  width: 100%;
  max-width: 360px;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(7, 26, 43, 0.18);
}

.founder figcaption {
  padding-top: 0.65rem;
  color: #64748B;
  font-size: 0.8rem;
}

.founder-content h2 {
  margin-bottom: 0.3rem;
  color: #071A2B;
}

.founder-content h3 {
  color: #0A4F86;
}

.founder-content p {
  color: #526579;
  line-height: 1.7;
}

.tag {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  margin-bottom: 0.8rem;
  border-radius: 999px;
  background: #EAF7FC;
  color: #0A4F86;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  .founder {
    grid-template-columns: 1fr;
  }

  .founder img {
    max-width: 420px;
    margin: 0 auto;
  }
}
.gov-visual {
  min-height: 320px;
  display: grid;
  place-items: center;
  padding: 2rem;
  text-align: center;
  background:
    radial-gradient(
      circle at 70% 20%,
      rgba(25, 167, 206, 0.32),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      #071A2B,
      #0A4F86
    );
}

.gov-visual div {
  display: grid;
  gap: 0.8rem;
}

.gov-visual strong {
  color: white;
  font-size: 1.4rem;
}

.gov-visual span {
  display: block;
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(105, 218, 251, 0.35);
  border-radius: 999px;
  color: #dff8ff;
  font-size: 0.8rem;
}


.gov-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.gov-card {
  padding: 1.25rem;
  border-radius: 18px;
  border: 1px solid #204965;
  background:
    linear-gradient(
      145deg,
      #071A2B,
      #0B2943
    );
}

.gov-card h3 {
  color: white;
}

.gov-card p {
  color: #bed0dd;
}

.gov-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: #19A7CE;
  color: #071A2B;
  font-weight: 800;
}


.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
}

.step {
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid #DCE7EF;
  background: #F8FBFD;
}

.step-number {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 0.7rem;
  border-radius: 10px;
  background: #0A4F86;
  color: white;
  font-weight: 700;
}

.step strong {
  color: #071A2B;
}

.step p {
  font-size: 0.82rem;
  color: #5B6D7E;
}


.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.trust-strip span {
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: #EAF7FC;
  color: #0A4F86;
  font-size: 0.78rem;
  font-weight: 700;
}


.verification-box {
  margin-top: 1.2rem;
  padding: 1.2rem;
  border-radius: 16px;
  border: 1px solid #ECD171;
  background: #FFF8DC;
  color: #725B00;
}

.verification-box strong {
  display: block;
  margin-bottom: 0.5rem;
}

.verification-box p {
  color: #725B00;
  margin-bottom: 0.5rem;
}


details {
  margin-bottom: 0.7rem;
  padding: 0.8rem 1rem;
  border: 1px solid #DCE7EF;
  border-radius: 12px;
  background: #F8FBFD;
}


@media (max-width: 950px) {

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

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

}


@media (max-width: 600px) {

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

}
.resources-visual {
  min-height: 320px;
  display: grid;
  place-items: center;
  padding: 2rem;
  background:
    radial-gradient(
      circle at 70% 20%,
      rgba(25, 167, 206, 0.30),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      #071A2B,
      #0A4F86
    );
}

.resources-visual div {
  display: grid;
  gap: 0.7rem;
  text-align: center;
}

.resources-visual strong {
  color: white;
  font-size: 1.35rem;
}

.resources-visual span {
  padding: 0.45rem 0.8rem;
  border: 1px solid
    rgba(105, 218, 251, 0.32);
  border-radius: 999px;
  color: #DFF8FF;
  font-size: 0.78rem;
}


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

.resource-card {
  padding: 1.2rem;
  border: 1px solid #DCE7EF;
  border-radius: 18px;
  background: #F8FBFD;
}

.resource-card h3 {
  color: #071A2B;
  margin-top: 0.7rem;
}

.resource-card p {
  color: #586A7B;
  font-size: 0.85rem;
}

.resource-label {
  display: inline-block;
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  background: #EAF7FC;
  color: #0A4F86;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}


.resource-categories {
  display: grid;
  grid-template-columns:
    repeat(3, 1fr);
  gap: 0.9rem;
}

.resource-categories article {
  padding: 1rem;
  border-radius: 16px;
  background: #071A2B;
}

.resource-categories strong {
  display: block;
  color: #65D4F6;
  margin-bottom: 0.45rem;
}

.resource-categories span {
  color: #D6E5F0;
  font-size: 0.82rem;
}


.publication-status {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  margin-top: 1rem;
  border: 1px solid #DCE7EF;
  border-radius: 14px;
  background: #F8FBFD;
}

.publication-status strong {
  color: #071A2B;
}

.publication-status span {
  color: #64748B;
}


@media (max-width: 900px) {

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

}


@media (max-width: 600px) {

  .resource-grid,
  .resource-categories {
    grid-template-columns: 1fr;
  }

  .publication-status {
    flex-direction: column;
  }

}
.careers-visual {
  min-height: 320px;
  display: grid;
  place-items: center;
  padding: 2rem;
  background:
    radial-gradient(
      circle at 70% 20%,
      rgba(25, 167, 206, 0.30),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      #071A2B,
      #0A4F86
    );
}

.careers-visual div {
  display: grid;
  gap: 0.7rem;
  text-align: center;
}

.careers-visual strong {
  color: white;
  font-size: 1.35rem;
}

.careers-visual span {
  padding: 0.45rem 0.8rem;
  border: 1px solid
    rgba(105, 218, 251, 0.32);
  border-radius: 999px;
  color: #DFF8FF;
  font-size: 0.78rem;
}


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

.career-card {
  padding: 1.2rem;
  border: 1px solid #DCE7EF;
  border-radius: 18px;
  background: #F8FBFD;
}

.career-card h3 {
  color: #071A2B;
  margin-top: 0.7rem;
}

.career-card p {
  color: #586A7B;
  font-size: 0.85rem;
}

.career-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background:
    linear-gradient(
      135deg,
      #071A2B,
      #0A4F86
    );
  color: #65D4F6;
  font-size: 0.75rem;
  font-weight: 800;
}


.values-grid {
  display: grid;
  grid-template-columns:
    repeat(3, 1fr);
  gap: 0.9rem;
}

.values-grid article {
  padding: 1rem;
  border-radius: 16px;
  background: #071A2B;
}

.values-grid strong {
  display: block;
  margin-bottom: 0.45rem;
  color: #65D4F6;
}

.values-grid span {
  color: #D6E5F0;
  font-size: 0.82rem;
}


.work-model {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.work-model span {
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: #EAF7FC;
  color: #0A4F86;
  font-size: 0.78rem;
  font-weight: 700;
}


@media (max-width: 900px) {

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

}


@media (max-width: 600px) {

  .career-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }

}
.legal-hero {
  padding: 2rem;
  margin-bottom: 1.2rem;
  border-radius: 22px;
  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(25, 167, 206, 0.25),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      #071A2B,
      #0A4F86
    );
  color: white;
}

.legal-hero h2,
.legal-hero h3,
.legal-hero p {
  color: white;
}

.legal-content {
  line-height: 1.75;
}

.legal-content h3 {
  margin-top: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #DCE7EF;
  color: #071A2B;
}

.legal-content ul {
  color: #536577;
}

.legal-contact {
  display: grid;
  gap: 0.35rem;
  padding: 1.2rem;
  margin-top: 1rem;
  border-radius: 16px;
  background: #F4F7FB;
  border: 1px solid #DCE7EF;
}

.legal-contact strong {
  color: #071A2B;
}

.legal-contact span {
  color: #586A7B;
}

.legal-contact a {
  color: #0A4F86;
  font-weight: 700;
}

.legal-review {
  margin-top: 1.2rem;
  padding: 1.2rem;
  border-radius: 16px;
  border: 1px solid #ECD171;
  background: #FFF8DC;
}

.legal-review strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #725B00;
}

.legal-review p {
  margin: 0;
  color: #725B00;
  font-size: 0.85rem;
}
.security-visual {
  min-height: 300px;
  display: grid;
  place-items: center;
  padding: 2rem;
  background:
    radial-gradient(
      circle at 70% 20%,
      rgba(25, 167, 206, 0.32),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      #071A2B,
      #0A4F86
    );
}

.security-visual div {
  display: grid;
  gap: 0.7rem;
  text-align: center;
}

.security-visual strong {
  color: white;
  font-size: 1.35rem;
}

.security-visual span {
  padding: 0.45rem 0.8rem;
  border: 1px solid
    rgba(105, 218, 251, 0.34);
  border-radius: 999px;
  color: #DFF8FF;
  font-size: 0.78rem;
}


.security-contact-box {
  display: grid;
  gap: 0.4rem;
  padding: 1.2rem;
  margin: 1rem 0;
  border-radius: 16px;
  background: #071A2B;
}

.security-contact-box strong {
  color: #65D4F6;
}

.security-contact-box a {
  color: white;
  font-weight: 700;
}


.security-grid {
  display: grid;
  grid-template-columns:
    repeat(3, 1fr);
  gap: 0.9rem;
}

.security-grid article {
  padding: 1rem;
  border: 1px solid #DCE7EF;
  border-radius: 16px;
  background: #F8FBFD;
}

.security-grid strong {
  display: block;
  margin-bottom: 0.4rem;
  color: #071A2B;
}

.security-grid span {
  color: #586A7B;
  font-size: 0.82rem;
}


.security-guidelines {
  color: #536577;
  line-height: 1.7;
}


.security-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.security-scope span {
  padding: 0.48rem 0.8rem;
  border-radius: 999px;
  background: #EAF7FC;
  color: #0A4F86;
  font-size: 0.78rem;
  font-weight: 700;
}


@media (max-width: 900px) {

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

}


@media (max-width: 600px) {

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

}
.site-footer {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns:
    1.6fr 1fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.footer-grid strong {
  color: #071A2B;
  margin-bottom: 0.4rem;
}

.footer-grid a {
  color: #536577;
  text-decoration: none;
  font-size: 0.84rem;
}

.footer-grid a:hover {
  color: #0A4F86;
}

.footer-brand strong {
  color: #071A2B;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.footer-brand p {
  margin: 0.2rem 0;
  color: #64748B;
  font-size: 0.84rem;
  line-height: 1.6;
}

.footer-brand a {
  color: #0A4F86;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.2rem;
  border-top: 1px solid #DCE7EF;
  color: #64748B;
}

.footer-bottom a {
  color: #0A4F86;
}


@media (max-width: 950px) {

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

}


@media (max-width: 600px) {

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

  .footer-bottom {
    flex-direction: column;
  }

}
.not-found {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
  padding: 2.4rem;
  border-radius: 26px;

  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(25, 167, 206, 0.28),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      #071A2B,
      #0A4F86
    );

  color: white;
}

.not-found h2,
.not-found h3,
.not-found p {
  color: white;
}

.not-found h2 {
  font-size: clamp(
    2.4rem,
    5vw,
    4.5rem
  );
}

.not-found p {
  color: #D6E5F0;
}

.not-found figure {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #071A2B;
  border: 1px solid #245370;
}

.not-found-image {
  width: 100%;
  max-height: 430px;
  display: block;
  object-fit: cover;
  object-position: center 20%;
}

.not-found figcaption {
  padding: 0.6rem 0.8rem;
  color: #9FB5C6;
  background: #071A2B;
  font-size: 0.75rem;
}


@media (max-width: 800px) {

  .not-found {
    grid-template-columns: 1fr;
  }

  .not-found figure {
    max-width: 380px;
  }

}

.contact-visual {
  min-height: 320px;
  display: grid;
  place-items: center;
  padding: 2rem;
  background:
    radial-gradient(
      circle at 70% 20%,
      rgba(25, 167, 206, 0.28),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      #071A2B,
      #0A4F86
    );
}

.contact-visual div {
  display: grid;
  gap: 0.75rem;
  text-align: center;
}

.contact-visual strong {
  color: white;
  font-size: 1.4rem;
}

.contact-visual span {
  color: #DFF8FF;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(105, 218, 251, 0.32);
  border-radius: 999px;
  font-size: 0.8rem;
}

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

.contact-card {
  padding: 1.1rem;
  background: #F8FBFD;
  border: 1px solid #DCE7EF;
  border-radius: 16px;
}

.contact-card strong {
  display: block;
  color: #071A2B;
  margin-bottom: 0.4rem;
}

.contact-card p {
  font-size: 0.84rem;
  color: #5B6D7E;
}

.contact-card a {
  color: #0A4F86;
  font-weight: 700;
}

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

.office-box {
  display: grid;
  gap: 0.35rem;
  padding: 1.2rem;
  border-radius: 16px;
  background: #071A2B;
}

.office-box strong {
  color: #65D4F6;
  margin-top: 0.4rem;
}

.office-box span {
  color: white;
}

.emergency-section {
  border-left: 5px solid #19A7CE;
}

.security-note {
  margin-top: 1rem;
  font-size: 0.82rem;
  color: #64748B;
}

@media (max-width: 900px) {
  .contact-cards {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 600px) {
  .contact-cards {
    grid-template-columns: 1fr;
  }
}
.industry-visual {
  min-height: 320px;
  display: grid;
  place-items: center;
  padding: 2rem;
  background:
    radial-gradient(
      circle at 75% 20%,
      rgba(25, 167, 206, 0.30),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      #071A2B,
      #0A4F86
    );
}

.industry-visual div {
  display: grid;
  gap: 0.7rem;
  text-align: center;
}

.industry-visual strong {
  color: white;
  font-size: 1.35rem;
}

.industry-visual span {
  color: #DFF8FF;
  border: 1px solid rgba(105, 218, 251, 0.32);
  border-radius: 999px;
  padding: 0.42rem 0.75rem;
  font-size: 0.78rem;
}

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

.industry-card {
  padding: 1.1rem;
  background: #F8FBFD;
  border: 1px solid #DCE7EF;
  border-radius: 18px;
}

.industry-card h3 {
  color: #071A2B;
  margin-top: 0.7rem;
}

.industry-card p {
  font-size: 0.85rem;
  color: #586A7B;
}

.industry-card ul {
  padding-left: 1.1rem;
  color: #536577;
  font-size: 0.82rem;
}

.industry-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background:
    linear-gradient(
      135deg,
      #071A2B,
      #0A4F86
    );
  color: #65D4F6;
  font-size: 0.78rem;
  font-weight: 800;
}

.context-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}

.context-grid article {
  padding: 1rem;
  background: #071A2B;
  border-radius: 15px;
}

.context-grid strong {
  display: block;
  color: #65D4F6;
  margin-bottom: 0.4rem;
}

.context-grid span {
  color: #D6E5F0;
  font-size: 0.82rem;
}

@media (max-width: 950px) {
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 600px) {
  .industry-grid,
  .context-grid {
    grid-template-columns: 1fr;
  }
}