@font-face {
  font-family: "Cera Pro";
  src: url("./cdn-ilcbedd.nitrocdn.com/CXjoHuYXhrlaXPOpqoasZGvGGyMjOSvI/assets/static/source/rev-90588d0/outsourced.co/wp-content/themes/genesis-block-theme/fonts/typemates_-_cera_pro_regular-webfont.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url("./cdn-ilcbedd.nitrocdn.com/CXjoHuYXhrlaXPOpqoasZGvGGyMjOSvI/assets/static/source/rev-90588d0/outsourced.co/wp-content/themes/genesis-block-theme/fonts/typemates_-_cera_pro_medium-webfont.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Pro";
  src: url("./cdn-ilcbedd.nitrocdn.com/CXjoHuYXhrlaXPOpqoasZGvGGyMjOSvI/assets/static/source/rev-90588d0/outsourced.co/wp-content/themes/genesis-block-theme/fonts/typemates_-_cera_pro_bold-webfont.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #05253d;
  --primary-2: #0f3657;
  --accent: #00bcf4;
  --accent-2: #03ffff;
  --pink: #ff0082;
  --text: #05253d;
  --muted: #425466;
  --light-bg: #ebfdfe;
  --card: #fff;
  --line: #d4e2ea;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Cera Pro", sans-serif;
  color: var(--text);
}

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

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

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

.site-header {
  background: transparent;
  border-bottom: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 60;
  transition: background-color 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  color: #fff;
}

.brand-logo {
  height: 42px;
  width: auto;
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
}

.site-nav a {
  opacity: 0.92;
  transition: opacity 0.18s ease;
}

.site-nav a:hover {
  opacity: 1;
}

.pill {
  border-radius: 999px;
  padding: 0.68rem 1rem;
}

.pill-outline {
  border: 2px solid rgba(255, 255, 255, 0.75);
}

.pill-pink {
  background: var(--pink);
  color: #fff;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 8.2rem 0 4rem;
  min-height: 690px;
  background-image: url("./images/hero-bg.jpg");
  background-size: cover;
  background-position: center;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 37, 61, 0.4);
  z-index: 0;
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

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

.breadcrumbs {
  font-size: 0.86rem;
  color: #6a7f90;
}

.breadcrumbs span {
  color: #111;
}

.back-link {
  display: inline-block;
  margin: 0.5rem 0 1rem;
  color: var(--accent);
  font-weight: 700;
}

h1 {
  margin: 0.4rem 0 1.2rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.1;
  font-weight: 600;
}

.hero-section h1 {
  color: #fff;
  max-width: 14ch;
}

h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.5rem);
  margin: 2rem 0 0.8rem;
  font-weight: 500;
}

h3 {
  margin: 1.2rem 0 0.4rem;
  font-size: 1.35rem;
  font-weight: 500;
}

.content-col p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  font-weight: 500;
}

.hero-image {
  border-radius: 12px;
  margin: 0.8rem 0 1.5rem;
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}

.hero-subtitle {
  font-size: 1.15rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1rem 0 1.2rem;
}

.stat-card {
  border-radius: 12px;
  padding: 0.75rem 0.82rem 0.82rem;
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.25rem;
}

.stat-card-a {
  background: rgba(0, 188, 244, 0.9);
}

.stat-card-b {
  background: rgba(3, 255, 255, 0.8);
}

.stat-card-c {
  background: rgba(255, 0, 130, 0.8);
}

.stat-badge {
  width: fit-content;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(5, 37, 61, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 0.2rem 0.45rem;
}

.stat-card strong {
  display: block;
  color: #fff;
  font-size: 1.28rem;
  line-height: 1.1;
  margin-top: 0.15rem;
}

.stat-card span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.79rem;
  line-height: 1.35;
}

.stat-card .stat-badge {
  color: #fff;
  font-size: 0.7rem;
  line-height: 1;
}

.home-section {
  padding: 3.2rem 0;
}

.section-muted {
  background: #f7fbfe;
}

.prose {
  max-width: 980px;
}

.prose p {
  color: var(--muted);
  line-height: 1.8;
}

.insight-visuals {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1rem;
  align-items: stretch;
}

.insight-visuals img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: 12px;
}

.visual-card {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.visual-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.8rem;
}

.tag{
  background-color: var(--pink);
  color: #fff !important;
  padding: 0.2rem 0.4rem;
  border-radius: 999px;
  font-size: 0.7rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  width: fit-content;
}

.visual-card h3 {
  margin: 0.5rem 0;
}

.section-lead {
  color: var(--muted);
  max-width: 780px;
}

.roles-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.role-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.05rem 1.1rem 1.1rem 1.25rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 245px;
}

.role-card::before {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0;
  width: 4px;
  height: calc(100% - 1.2rem);
  transform: translateY(0.6rem);
  border-radius: 999px;
  background: var(--accent);
}

.role-card:nth-child(3n + 2)::before {
  background: #17c4ef;
}

.role-card:nth-child(3n)::before {
  background: #0f3657;
}

.role-card:hover {
  transform: translateY(-2px);
  border-color: #bfd2de;
  box-shadow: 0 10px 24px rgba(5, 37, 61, 0.08);
}

.role-card h3 {
  margin-top: 0;
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--primary);
}

.role-card p {
  color: var(--muted);
  margin: 0.45rem 0;
  font-size: 0.95rem;
  line-height: 1.65;
}

.role-card p:last-child {
  margin-top: auto;
  padding: 0.75rem 0 0 1.25rem;
  background: transparent;
  border-top: 1px dashed #c9dce8;
  border-left: 0;
  border-radius: 0;
  position: relative;
}

.role-card p:last-child::before {
  content: "•";
  position: absolute;
  left: 0.2rem;
  top: 0.95rem;
  color: #00bcf4;
  font-size: 1rem;
  line-height: 1;
}

.role-card p:last-child strong {
  color: #0f3657;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.76rem;
  margin-bottom: 0.18rem;
  background: #ecf8ff;
  border-radius: 999px;
  padding: 0.16rem 0.42rem;
}

.faq-section {
  padding-top: 1rem;
  background: #f3f9fc;
}

.faq-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 980px;
}

.faq-item {
  border: 1px solid #c6dbe7;
  border-radius: 14px;
  padding: 0;
  background: #fff;
  transition: box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.faq-item:hover {
  border-color: #9fc6d8;
  box-shadow: 0 8px 20px rgba(5, 37, 61, 0.06);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.05rem 3.2rem 1.05rem 1rem;
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--primary);
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid #b8d3e1;
  display: grid;
  place-items: center;
  color: #0f3657;
  font-size: 1rem;
  line-height: 1;
  background: #f7fbfe;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item[open] {
  border-color: #8bbfd6;
  background: #fafeff;
}

.faq-item p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: var(--muted);
  line-height: 1.7;
}

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

.future-panel {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.future-panel img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 1.2rem;
  align-items: stretch;
}

.about-image {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 12px;
}

.future-panel ul {
  margin: 0;
  padding: 1rem 1rem 1rem 1.3rem;
  color: var(--muted);
}

.future-panel li {
  margin-bottom: 0.55rem;
}

.future-panel strong {
  color: var(--primary);
}

.contact-card,
.subscribe-card {
  border-radius: 14px;
  padding: 1.4rem;
}

.contact-card {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.contact-card h3 {
  margin-top: 0;
  font-size: 1.5rem;
  color: var(--primary);
}

.contact-form {
  display: grid;
  gap: 0.65rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding: 0.8rem;
  font: inherit;
}

.btn-primary,
.btn-light {
  border: 0;
  border-radius: 34px;
  padding: 0.85rem 1.2rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
  transition: background-color 0.18s ease;
}

.btn-primary:hover {
  background: #0f3657;
}

.section-cta-btn {
  display: inline-flex;
  margin-top: 0.8rem;
}

.section-cta-center {
  margin-top: 1.1rem;
  display: flex;
  justify-content: center;
}

.subscribe-card {
  margin-top: 1rem;
  background: var(--primary);
  color: #fff;
}

.subscribe-card-bottom {
  margin: 0 auto;
  max-width: 920px;
}

.subscribe-card h4 {
  margin-top: 0;
  font-size: 1.35rem;
}

.newsletter-form {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.55rem;
  align-items: center;
}

.newsletter-form input {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 10px;
  padding: 0.72rem 0.78rem;
  font: inherit;
}

.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.btn-light {
  background: var(--accent);
  color: var(--primary);
  transition: background-color 0.18s ease;
}

.btn-light:hover {
  background: #21c8f6;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.testimonials {
  background: #f7fbfe;
  padding: 4rem 0;
}

.testimonials h2 {
  margin-top: 0;
}

.testimonial-carousel {
  margin-top: 1rem;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0, black 6%, black 94%, transparent 100%);
}

.testimonial-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  will-change: transform;
}

.t-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  flex: 0 0 360px;
  min-height: 245px;
}

.t-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(5, 37, 61, 0.08);
}

.t-card img {
  height: 30px;
  width: auto;
  object-fit: contain;
  margin-bottom: 0.7rem;
}

.t-card p {
  color: var(--muted);
  margin-bottom: 0;
  line-height: 1.65;
  font-size: 0.95rem;
}

.rating {
  color: #f6b31a;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  margin: 0.1rem 0 0.45rem;
}

.cta-strip {
  background: var(--primary);
  color: #fff;
  padding: 4rem 0;
}

.cta-strip .btn-primary {
  background: #fff;
  color: var(--primary);
  border: 1px solid #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.cta-strip .btn-primary:hover {
  background: #f2f8fc;
  color: var(--primary);
}

.header-scrolled {
  position: fixed;
  background: rgba(5, 37, 61, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 8px 22px rgba(5, 37, 61, 0.25);
}

.cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.overline {
  color: var(--accent);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0;
}

.cta-inner h2 {
  margin: 0.4rem 0;
}

.site-footer {
  background: #f2f7fb;
  padding: 3rem 0 1.3rem;
}

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

.footer-grid h4 {
  margin-top: 0;
}

.footer-grid a {
  display: block;
  color: var(--muted);
  margin: 0.35rem 0;
}

.copyright {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: #5d7387;
  font-size: 0.9rem;
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0.3rem;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
}

@media (max-width: 1050px) {
  .hero-section {
    padding: 7.2rem 0 3rem;
    min-height: auto;
  }

  .two-col {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .side-col {
    max-width: 640px;
  }

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

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

@media (max-width: 900px) {
  .container {
    width: min(1300px, 94%);
  }

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

  .hero-stats,
  .insight-visuals,
  .roles-cards,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .t-card {
    flex-basis: 320px;
  }

  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-grid {
    gap: 1.2rem;
  }
}

@media (max-width: 780px) {
  .nav-wrap {
    min-height: 74px;
  }

  .site-nav {
    display: flex;
    gap: 0.6rem;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .brand {
    max-width: 74%;
  }

  .brand-logo {
    height: 34px;
  }

  .t-card {
    flex-basis: 84vw;
  }

  .home-section {
    padding: 2.3rem 0;
  }

  .contact-card,
  .subscribe-card {
    padding: 1rem;
  }

  .cta-strip {
    padding: 2.6rem 0;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

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

  .role-card {
    min-height: 0;
  }

  .faq-item summary {
    font-size: 0.98rem;
    padding-right: 2.8rem;
  }
}

/* About Page */
.about-shell .site-header {
  position: relative;
  background: #05253d;
}

.about-shell .nav-wrap {
  min-height: 78px;
}

.about-hero {
  background: #f3f9fc;
  padding: 2.4rem 0 2rem;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.2rem;
  align-items: center;
}

.about-hero-grid h1 {
  max-width: 14ch;
}

.about-hero-grid p {
  color: var(--muted);
  line-height: 1.75;
}

.about-hero-grid img {
  width: 100%;
  height: 340px;
  border-radius: 14px;
  object-fit: cover;
}

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

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

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

.about-value-card h3 {
  margin-top: 0;
  font-size: 1.1rem;
}

.about-value-card p {
  color: var(--muted);
  margin-bottom: 0;
}

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

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

.about-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #e9f7fd;
  color: #0f3657;
  font-weight: 700;
  font-size: 0.84rem;
}

.about-step h3 {
  margin: 0.6rem 0 0.35rem;
  font-size: 1.1rem;
}

.about-step p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 1050px) {
  .about-hero-grid,
  .about-story-grid,
  .about-values,
  .about-steps {
    grid-template-columns: 1fr;
  }

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

/* Contact Page */
.contact-shell .site-header {
  position: relative;
  background: #05253d;
}

.contact-shell .nav-wrap {
  min-height: 78px;
}

.contact-page {
  background: #f3f9fc;
  padding: 2.2rem 0 3rem;
}

.contact-intro {
  max-width: 760px;
  margin-bottom: 1.2rem;
}

.contact-intro p {
  color: var(--muted);
  line-height: 1.7;
}

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

.contact-page-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.contact-page-form h2 {
  margin-top: 0;
}

.contact-info-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.2rem;
}

.contact-info-card h2 {
  margin-top: 0;
}

.contact-info-card > p {
  color: var(--muted);
}

.contact-info-list p {
  margin: 0.38rem 0;
  line-height: 1.65;
  word-break: break-word;
}

.contact-info-list p strong {
  color: var(--text);
}

.contact-info-list a {
  color: #0f3657;
  font-weight: 500;
}

@media (max-width: 1050px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

/* Legal Pages */
.legal-shell .site-header {
  position: relative;
  background: #05253d;
}

.legal-shell .nav-wrap {
  min-height: 78px;
}

.legal-page {
  background: #f3f9fc;
  padding: 2.2rem 0 3rem;
}

.legal-wrap {
  max-width: 900px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.4rem 1.2rem;
}

.legal-wrap h1 {
  margin-top: 0.3rem;
}

.legal-updated {
  color: var(--muted);
  font-weight: 500;
}

.legal-wrap h2 {
  margin-top: 1.6rem;
  font-size: 1.35rem;
}

.legal-wrap p,
.legal-wrap li {
  color: #2b3d4d;
  line-height: 1.75;
}

.legal-wrap ul {
  padding-left: 1.2rem;
}
