:root {
  --accent: #67e8f9;
  --accent-dark: #0891b2;
  --navy: #07111f;
  --navy-mid: #0b1b2d;
  --navy-light: #122a43;
  --coral: #ff7a66;
  --shadow-soft: 0 20px 60px rgba(7, 17, 31, 0.1);
  --friendly-yellow: #fff4c7;
  --friendly-mint: #dff8ee;
}

body {
  background:
    radial-gradient(circle at 8% 28%, rgba(103, 232, 249, 0.08), transparent 22rem),
    #fff;
  overflow-x: hidden;
}

nav {
  padding: 0 4%;
  border-bottom-color: rgba(216, 223, 232, 0.7);
}

.nav-inner,
.section-inner,
.stats-inner,
.contact-inner,
.footer-inner {
  max-width: 1220px;
}

.logo-mark {
  background: linear-gradient(145deg, #0b1b2d, #123451);
  box-shadow: 0 8px 20px rgba(7, 17, 31, 0.18);
}

.brand-name {
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
}

.logo-text .sub {
  letter-spacing: 0.035em;
}

.nav-links a {
  font-weight: 500;
}

.nav-cta {
  border-radius: 999px;
  padding: 10px 21px;
}

.hero {
  min-height: 690px;
  padding: 86px 5% 110px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(120deg, rgba(7, 17, 31, 0.98), rgba(11, 27, 45, 0.94)),
    var(--navy);
}

.hero::before {
  top: -160px;
  right: 3%;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(103, 232, 249, 0.2) 0%, transparent 66%);
}

.hero-inner {
  width: 100%;
  max-width: 1220px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 72px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hero h1 {
  font-size: clamp(45px, 6vw, 78px);
  letter-spacing: -0.055em;
  max-width: 680px;
  margin-bottom: 22px;
}

.hero h1 .accent {
  background: linear-gradient(90deg, #67e8f9, #7dd3fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-tagline {
  display: none;
}

.hero-desc {
  max-width: 620px;
  margin-bottom: 36px;
}

.btn-light,
.btn-ghost {
  border-radius: 999px;
  padding: 15px 27px;
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 34px;
  color: #8fa9bf;
  font-size: 13px;
}

.proof-avatars {
  display: flex;
}

.proof-avatars span {
  width: 32px;
  height: 32px;
  margin-left: -8px;
  border-radius: 50%;
  border: 2px solid var(--navy);
  background: linear-gradient(145deg, #1d4d68, #67e8f9);
  display: grid;
  place-items: center;
  color: white;
  font-size: 10px;
  font-weight: 600;
}

.proof-avatars span:first-child {
  margin-left: 0;
}

.hero-visual {
  position: relative;
  min-height: 480px;
  min-width: 0;
}

.hero-photo,
.about-photo {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(103, 232, 249, 0.2), rgba(18, 42, 67, 0.98)),
    var(--navy-light);
}

.hero-photo {
  position: absolute;
  inset: 0 28px 20px 0;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.35);
}

.photo-brand-plaque {
  position: absolute;
  z-index: 4;
  top: 22px;
  right: 22px;
  left: 22px;
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 18px;
  border: 1px solid rgba(103, 232, 249, 0.28);
  border-radius: 14px;
  color: #ffffff;
  background: rgba(7, 17, 31, 0.96);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.photo-brand-plaque strong,
.photo-brand-plaque span {
  display: block;
}

.photo-brand-plaque strong {
  font-size: 17px;
  letter-spacing: 0.12em;
}

.photo-brand-plaque span {
  margin-top: 3px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-brand-plaque {
  top: 20px;
  right: 20px;
  left: 20px;
}

.hero-photo img,
.about-photo img,
.project-image img,
.team-photo img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.photo-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  color: rgba(255, 255, 255, 0.9);
}

.photo-fallback svg {
  width: 54px;
  margin-bottom: 14px;
  opacity: 0.9;
}

.photo-fallback strong {
  font-size: 15px;
  margin-bottom: 5px;
}

.photo-fallback small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.visual-card {
  position: absolute;
  z-index: 3;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  color: var(--navy);
}

.visual-card.project-card {
  left: -38px;
  bottom: -8px;
  padding: 17px 20px;
  min-width: 210px;
}

.visual-card.project-card span {
  display: block;
  color: var(--gray-400);
  font-size: 11px;
  margin-bottom: 2px;
}

.visual-card.project-card strong {
  font-size: 14px;
}

.visual-card.rating-card {
  right: 0;
  top: 44px;
  padding: 14px 18px;
  font-size: 13px;
  max-width: 205px;
}

.leadership-eyebrow {
  display: block;
  margin-bottom: 3px;
  color: var(--accent-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.visual-card.leadership-card {
  left: -38px;
  bottom: -8px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 18px;
  padding: 16px 20px;
}

.leadership-card div {
  min-width: 94px;
}

.leadership-card strong,
.leadership-card span {
  display: block;
}

.leadership-card strong {
  margin-bottom: 1px;
  font-size: 12px;
}

.leadership-card span {
  color: var(--gray-400);
  font-size: 10px;
}

.rating-stars {
  color: #f5a524;
  letter-spacing: 2px;
  margin-bottom: 2px;
}

.section {
  padding: 104px 5%;
}

.section-label {
  font-weight: 700;
  color: var(--accent-dark);
}

.section h2,
.contact-info h2 {
  letter-spacing: -0.035em;
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 48px;
}

.section-heading-row .section-desc {
  margin-bottom: 4px;
}

.company-film-section {
  background:
    radial-gradient(circle at 92% 12%, rgba(103, 232, 249, 0.12), transparent 25rem),
    #ffffff;
}

.film-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 44px;
}

.film-heading .section-desc {
  margin-bottom: 4px;
}

.company-film {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 32px;
  color: #ffffff;
  background: var(--navy);
  box-shadow: 0 32px 90px rgba(7, 17, 31, 0.2);
}

.film-slides,
.film-slide,
.film-shade {
  position: absolute;
  inset: 0;
}

.film-slide {
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 1.1s ease;
}

.film-slide.active {
  z-index: 1;
  opacity: 1;
  animation: filmKenBurns 6s linear both;
}

.film-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.film-slide:nth-child(4) img {
  object-position: center 42%;
}

.film-slide:nth-child(5) img,
.film-slide:nth-child(6) img {
  object-position: center 28%;
}

.film-shade {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(4, 12, 23, 0.94) 0%, rgba(4, 12, 23, 0.7) 43%, rgba(4, 12, 23, 0.12) 76%),
    linear-gradient(0deg, rgba(4, 12, 23, 0.8), transparent 42%);
}

.film-brand {
  position: absolute;
  z-index: 3;
  top: 36px;
  left: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.film-logo-mark {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 11px;
  color: var(--accent);
  background: rgba(7, 17, 31, 0.62);
  backdrop-filter: blur(10px);
  font-size: 19px;
}

.film-copy {
  position: absolute;
  z-index: 3;
  left: clamp(28px, 6vw, 76px);
  bottom: 112px;
  width: min(650px, 68%);
}

.film-kicker {
  display: block;
  margin-bottom: 13px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.film-copy h3 {
  max-width: 650px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.film-copy p {
  max-width: 590px;
  color: #c2d3df;
  font-size: clamp(15px, 1.6vw, 19px);
  line-height: 1.7;
}

.film-controls {
  position: absolute;
  z-index: 4;
  right: 34px;
  bottom: 30px;
  left: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.film-sound-button,
.film-pause-button {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
  background: rgba(7, 17, 31, 0.72);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.film-sound-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 17px;
  border-radius: 999px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
}

.film-sound-button.sound-on {
  border-color: var(--accent);
  color: var(--navy);
  background: var(--accent);
}

.sound-icon {
  font-size: 16px;
}

.film-pause-button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  font-size: 13px;
}

.film-progress {
  height: 3px;
  flex: 1;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.film-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
}

.film-time {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.film-cc {
  position: absolute;
  z-index: 3;
  top: 40px;
  right: 40px;
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 5px;
  color: #ffffff;
  background: rgba(7, 17, 31, 0.5);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.film-accessibility-note {
  margin-top: 14px;
  color: var(--gray-400);
  font-size: 12px;
  text-align: center;
}

.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;
}

@keyframes filmKenBurns {
  from {
    transform: scale(1.035);
  }

  to {
    transform: scale(1.1);
  }
}

.services-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.service-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-color: #e7ecf2;
  box-shadow: 0 12px 40px rgba(7, 17, 31, 0.05);
}

.service-card:nth-child(1) {
  background: linear-gradient(145deg, #ffffff, #f1fbff);
}

.service-card:nth-child(2) {
  background: linear-gradient(145deg, #ffffff, #f2fcf8);
}

.service-card:nth-child(3) {
  background: linear-gradient(145deg, #ffffff, #f7f5ff);
}

.service-card:nth-child(4) {
  background: linear-gradient(145deg, #ffffff, #fff9ec);
}

.service-card::after {
  content: "↗";
  position: absolute;
  right: 24px;
  top: 24px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--gray-400);
  background: var(--gray-50);
  transition: 0.2s ease;
}

.service-card:hover::after {
  color: var(--navy);
  background: var(--accent);
}

.projects-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 24px;
}

.project-stack {
  display: grid;
  gap: 24px;
}

.project-card-showcase {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: 26px;
  background: var(--navy);
  box-shadow: var(--shadow-soft);
}

.project-stack .project-card-showcase {
  min-height: 258px;
}

.project-image {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 25%, rgba(103, 232, 249, 0.3), transparent 35%),
    linear-gradient(135deg, #102a43, #07111f);
}

.project-card-showcase:nth-child(2) .project-image {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 122, 102, 0.3), transparent 38%),
    linear-gradient(135deg, #25172b, #07111f);
}

.project-overlay {
  position: absolute;
  z-index: 3;
  inset: auto 0 0;
  padding: 90px 30px 28px;
  color: #fff;
  background: linear-gradient(transparent, rgba(7, 17, 31, 0.94));
}

.project-overlay span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-overlay h3 {
  font-size: 22px;
  margin: 5px 0 4px;
}

.project-overlay p {
  color: #a8bdd0;
  font-size: 13px;
}

.about-grid {
  grid-template-columns: 0.92fr 1.08fr;
  gap: 76px;
}

.about-img-block {
  min-height: 520px;
  padding: 0;
  background: var(--navy);
  box-shadow: var(--shadow-soft);
}

.about-photo {
  position: absolute;
  inset: 0;
}

.about-quote {
  position: absolute;
  z-index: 3;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 24px;
  border-radius: 18px;
  background: rgba(7, 17, 31, 0.86);
  backdrop-filter: blur(12px);
}

.about-img-block blockquote {
  font-size: 18px;
  margin-bottom: 17px;
}

.purpose-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 18%, rgba(103, 232, 249, 0.13), transparent 26rem),
    #ffffff;
}

.purpose-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}

.purpose-heading .section-desc {
  margin-bottom: 5px;
}

.purpose-template {
  display: grid;
  grid-template-columns: 0.82fr 1fr 1fr;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid #dce6ef;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 26px 75px rgba(7, 17, 31, 0.1);
}

.purpose-brand-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 38px;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.18), rgba(7, 17, 31, 0.82)),
    url("images/vision-mission-bg.png") center / cover no-repeat,
    #07111f;
}

.purpose-brand-panel::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(103, 232, 249, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(103, 232, 249, 0.04),
    0 0 0 68px rgba(103, 232, 249, 0.025);
}

.purpose-brand-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 17, 31, 0.25), transparent 60%);
  pointer-events: none;
}

.purpose-logo {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: auto;
}

.purpose-logo-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 17px;
  color: var(--accent);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.2);
  font-size: 28px;
  font-weight: 700;
}

.purpose-logo strong,
.purpose-logo span {
  display: block;
}

.purpose-logo strong {
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 0.2em;
}

.purpose-logo span {
  color: #8fa9bf;
  font-size: 10px;
  letter-spacing: 0.17em;
}

.purpose-brand-panel p {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  color: #c2d3df;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.55;
}

.purpose-motto {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.purpose-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 58px);
}

.purpose-card + .purpose-card {
  border-left: 1px solid #e2eaf1;
}

.vision-card {
  background: linear-gradient(160deg, #f4fcff, #ffffff 70%);
}

.mission-card {
  background: linear-gradient(160deg, #f5fcf9, #ffffff 70%);
}

.purpose-number {
  position: absolute;
  top: 28px;
  right: 30px;
  color: #d7e2ea;
  font-size: 15px;
  font-weight: 700;
}

.purpose-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 15px;
  color: var(--navy);
  background: var(--accent);
  font-size: 23px;
  font-weight: 700;
}

.mission-card .purpose-icon {
  background: #9ce7ca;
}

.purpose-label {
  margin-bottom: 10px;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.purpose-card h3 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(23px, 2.5vw, 31px);
  line-height: 1.25;
}

.purpose-card p {
  color: var(--gray-700);
  font-size: 15px;
  line-height: 1.8;
}

.process-grid {
  gap: 14px;
}

.process-step {
  border: 1px solid var(--gray-200);
  border-radius: 18px;
  background: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
}

.process-step:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.team-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.team-card {
  padding: 12px 12px 24px;
  text-align: left;
  border-radius: 22px;
  box-shadow: 0 10px 34px rgba(7, 17, 31, 0.05);
}

.team-photo {
  height: 240px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 18px;
  background: linear-gradient(145deg, #1a3650, #0b1b2d);
}

.team-initials {
  font-size: 36px;
  font-weight: 600;
  color: var(--accent);
}

.team-card h4,
.team-card .role,
.team-card .skills {
  margin-left: 8px;
  margin-right: 8px;
}

.team-card .skills {
  justify-content: flex-start;
}

.founder-section {
  background:
    radial-gradient(circle at 92% 15%, rgba(103, 232, 249, 0.16), transparent 26rem),
    linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
}

.founder-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid #e2eaf1;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(7, 17, 31, 0.1);
}

.founder-portrait {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: var(--navy);
}

.founder-portrait::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(transparent, rgba(7, 17, 31, 0.45));
  pointer-events: none;
}

.founder-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 24%;
}

.founder-badge {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  padding: 10px 17px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(7, 17, 31, 0.76);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 700;
}

.founder-copy {
  align-self: center;
  padding: clamp(38px, 6vw, 76px);
}

.founder-copy h2 {
  margin-bottom: 13px;
  font-size: clamp(36px, 5vw, 58px);
}

.founder-copy p {
  max-width: 680px;
  margin-bottom: 18px;
  color: var(--gray-700);
}

.founder-copy .founder-lead {
  color: var(--navy);
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 600;
  line-height: 1.45;
}

.founder-copy blockquote {
  margin: 30px 0;
  padding: 22px 24px;
  border-left: 4px solid var(--accent-dark);
  border-radius: 0 16px 16px 0;
  color: var(--navy);
  background: linear-gradient(90deg, #ecfbff, #f8fdff);
  font-size: 17px;
  font-weight: 600;
}

.founder-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.founder-tags span {
  padding: 8px 13px;
  border-radius: 999px;
  color: #07556a;
  background: #e5faff;
  font-size: 12px;
  font-weight: 700;
}

.trust-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(103, 232, 249, 0.12), transparent 30rem),
    #fff;
}

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

.trust-card {
  padding: 34px;
  border: 1px solid var(--gray-200);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(7, 17, 31, 0.05);
}

.trust-card.featured {
  color: #fff;
  border-color: var(--navy-light);
  background: linear-gradient(145deg, var(--navy-light), var(--navy));
  transform: translateY(-12px);
}

.trust-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 12px;
  color: var(--navy);
  background: var(--accent);
  font-size: 12px;
  font-weight: 700;
}

.trust-card h3 {
  margin-bottom: 9px;
  font-size: 18px;
}

.trust-card p {
  color: var(--gray-400);
  font-size: 14px;
  line-height: 1.7;
}

.trust-card.featured p {
  color: var(--text-on-dark);
}

.testimonial-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 42px;
  padding: 18px 24px;
  border-radius: 16px;
  color: var(--gray-700);
  background: var(--gray-50);
  font-size: 13px;
}

.note-stars {
  flex-shrink: 0;
  color: #f5a524;
  letter-spacing: 2px;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 104px 5%;
  background:
    radial-gradient(circle at 12% 80%, rgba(103, 232, 249, 0.16), transparent 30rem),
    var(--navy);
}

.contact-form {
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
}

.btn-submit {
  border-radius: 999px;
}

@media (max-width: 1000px) {
  .hero-inner {
    gap: 40px;
  }

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

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

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

  .purpose-brand-panel {
    grid-column: 1 / -1;
    min-height: 330px;
  }
}

@media (max-width: 800px) {
  .hero {
    padding-top: 72px;
  }

  .hero-inner,
  .projects-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    margin-top: 18px;
    min-height: 430px;
  }

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

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

  .trust-card.featured {
    transform: none;
  }

  .project-card-showcase,
  .project-stack .project-card-showcase {
    min-height: 390px;
  }

  .section-heading-row {
    display: block;
  }

  .film-heading {
    display: block;
  }

  .film-heading .section-desc {
    margin-top: 18px;
  }

  .purpose-heading {
    display: block;
  }

  .purpose-heading .section-desc {
    margin-top: 18px;
  }

  .about-img-block {
    min-height: 480px;
  }

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

  .founder-portrait {
    min-height: 560px;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: auto;
    padding: 62px 5% 78px;
  }

  .hero h1 {
    font-size: clamp(40px, 12vw, 46px);
    line-height: 1.08;
    overflow-wrap: break-word;
    width: 100%;
    max-width: 100%;
  }

  .hero-desc {
    font-size: 16px;
    width: 100%;
    max-width: 100%;
  }

  .hero-inner,
  .hero-copy {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .hero-visual {
    min-height: 350px;
    width: 100%;
  }

  .hero-photo {
    inset: 0 8px 10px;
  }

  .photo-brand-plaque {
    top: 14px;
    right: 14px;
    left: 14px;
    min-height: 88px;
    padding: 12px 14px;
  }

  .photo-brand-plaque strong {
    font-size: 14px;
  }

  .visual-card.project-card,
  .visual-card.leadership-card {
    left: 0;
    min-width: 0;
    max-width: 82%;
  }

  .visual-card.leadership-card {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 13px 16px;
  }

  .leadership-card div {
    min-width: 0;
  }

  .leadership-card strong,
  .leadership-card span {
    display: inline;
  }

  .leadership-card span::before {
    content: " · ";
  }

  .visual-card.rating-card {
    right: 0;
    top: 24px;
  }

  .hero-proof {
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 100%;
  }

  .hero-proof > span {
    flex: 1 1 220px;
  }

  .testimonial-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .section {
    padding: 76px 5%;
  }

  .company-film {
    min-height: 590px;
    border-radius: 24px;
  }

  .film-shade {
    background:
      linear-gradient(0deg, rgba(4, 12, 23, 0.96) 0%, rgba(4, 12, 23, 0.72) 54%, rgba(4, 12, 23, 0.12) 100%);
  }

  .film-brand {
    top: 24px;
    left: 22px;
  }

  .film-cc {
    top: 28px;
    right: 22px;
  }

  .film-copy {
    right: 22px;
    bottom: 126px;
    left: 22px;
    width: auto;
  }

  .film-copy h3 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .film-controls {
    right: 18px;
    bottom: 24px;
    left: 18px;
    flex-wrap: wrap;
  }

  .film-progress {
    order: 3;
    flex-basis: calc(100% - 60px);
  }

  .film-time {
    order: 4;
  }

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

  .team-photo {
    height: 320px;
  }

  .purpose-template {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .purpose-brand-panel {
    grid-column: auto;
    min-height: 360px;
    padding: 30px 24px;
  }

  .purpose-card {
    padding: 48px 25px;
  }

  .purpose-card + .purpose-card {
    border-top: 1px solid #e2eaf1;
    border-left: 0;
  }

  .founder-card {
    border-radius: 24px;
  }

  .founder-portrait {
    min-height: 440px;
  }

  .founder-copy {
    padding: 34px 24px 40px;
  }

  .project-card-showcase,
  .project-stack .project-card-showcase {
    min-height: 330px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .film-slide.active {
    animation: none;
  }
}

/* Simplified homepage */
.hero {
  min-height: 640px;
  padding-top: 78px;
  padding-bottom: 88px;
}

.hero-inner {
  gap: 62px;
}

.hero h1 {
  font-size: clamp(43px, 5.5vw, 70px);
}

.hero-proof {
  padding-left: 2px;
  color: #9bb1c4;
}

.section {
  padding-top: 88px;
  padding-bottom: 88px;
}

#services {
  background:
    radial-gradient(circle at 8% 12%, rgba(103, 232, 249, 0.08), transparent 22rem),
    #ffffff;
}

.service-card {
  padding: 30px;
}

.service-features {
  margin-top: 20px;
}

.service-features li {
  margin-bottom: 8px;
}

#about {
  background: #ffffff;
}

.about-quote {
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.about-leadership {
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid #dce8ef;
  border-radius: 15px;
  background: #f4fbfd;
}

.about-leadership strong,
.about-leadership span {
  display: block;
}

.about-leadership strong {
  margin-bottom: 5px;
  color: var(--navy);
  font-size: 13px;
}

.about-leadership span {
  color: var(--gray-700);
  font-size: 13px;
  line-height: 1.65;
}

.process-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.process-step {
  padding: 30px;
}

.contact-section {
  padding-top: 88px;
  padding-bottom: 88px;
}

.contact-details {
  max-width: 520px;
}

.footer-top {
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
}

@media (max-width: 800px) {
  .hero {
    min-height: auto;
  }

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

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

@media (max-width: 640px) {
  .nav-inner {
    position: relative;
    width: 100%;
  }

  .hamburger {
    margin-left: auto;
  }

  .section,
  .contact-section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .service-card {
    padding: 25px;
  }

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

  .visual-card.leadership-card {
    max-width: calc(100% - 18px);
  }
}

/* Software and cybersecurity positioning */
.services-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-card:nth-child(5) {
  background: linear-gradient(145deg, #ffffff, #eef8ff);
}

.service-card:nth-child(6) {
  background: linear-gradient(145deg, #ffffff, #f4f8fb);
}

.service-card::after {
  content: "↗";
}

.service-icon {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.icon-security {
  color: #07556a;
  background: #dff8ff;
}

.icon-support {
  color: #334155;
  background: #e9eef4;
}

.leadership-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.leadership-list span {
  padding: 12px;
  border-radius: 11px;
  background: #ffffff;
}

.leadership-list b {
  display: block;
  color: var(--navy);
  font-size: 12px;
}

.capabilities-section {
  background:
    radial-gradient(circle at 12% 15%, rgba(103, 232, 249, 0.1), transparent 24rem),
    #f8fafc;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: center;
}

.industry-list,
.stack-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.industry-list span,
.stack-list span {
  padding: 9px 14px;
  border: 1px solid #d8e5ed;
  border-radius: 999px;
  color: var(--navy);
  background: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.stack-panel {
  padding: 38px;
  border-radius: 24px;
  color: #ffffff;
  background: linear-gradient(145deg, var(--navy-light), var(--navy));
  box-shadow: var(--shadow-soft);
}

.stack-panel h3 {
  margin-bottom: 9px;
  font-size: 25px;
}

.stack-panel p {
  margin-bottom: 24px;
  color: var(--text-on-dark);
}

.stack-panel .stack-list span {
  border-color: rgba(103, 232, 249, 0.22);
  color: #d9f8fc;
  background: rgba(103, 232, 249, 0.08);
}

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

@media (max-width: 800px) {
  .services-grid,
  .capabilities-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .leadership-list {
    grid-template-columns: 1fr;
  }

  .stack-panel {
    padding: 28px 24px;
  }
}

/* Service card visual previews */
.service-card {
  padding: 260px 30px 30px;
}

.service-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 230px;
  background-position: center;
  background-size: cover;
  transition: transform 0.45s ease;
}

.service-card:hover::before {
  transform: scale(1.035);
}

.service-card:nth-child(1)::before {
  background-image:
    linear-gradient(180deg, transparent 45%, rgba(7, 17, 31, 0.55)),
    url("images/service-professional.jpg");
}

.service-card:nth-child(2)::before {
  background-image:
    linear-gradient(180deg, transparent 42%, rgba(7, 17, 31, 0.62)),
    url("images/service-business.jpg");
}

.service-card:nth-child(3)::before {
  background-image:
    linear-gradient(180deg, transparent 45%, rgba(7, 17, 31, 0.58)),
    url("images/service-school.jpg");
}

.service-card:nth-child(4)::before {
  background-image:
    linear-gradient(180deg, transparent 45%, rgba(7, 17, 31, 0.58)),
    url("images/service-store.jpg");
}

.service-card:nth-child(5)::before {
  background-image:
    linear-gradient(135deg, rgba(3, 18, 34, 0.22), rgba(0, 187, 220, 0.12)),
    url("images/service-security.jpg");
}

.service-card:nth-child(6)::before {
  background-image:
    linear-gradient(180deg, transparent 40%, rgba(7, 17, 31, 0.62)),
    url("images/service-maintenance.jpg");
}

.service-card::after {
  z-index: 2;
  top: 245px;
  right: 22px;
  border: 1px solid #e4eaf0;
  background: #ffffff;
}

.service-card > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .service-card {
    padding: 255px 24px 26px;
  }

  .service-card::before {
    height: 225px;
  }

  .service-card::after {
    top: 240px;
  }
}

/* ── PRICING / STARTING INVESTMENT ── */
.pricing-section {
  background:
    radial-gradient(circle at 8% 10%, rgba(94, 184, 255, 0.12), transparent 25%),
    linear-gradient(180deg, #f8fbfe 0%, #ffffff 100%);
}

.pricing-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
  margin-bottom: 42px;
}

.pricing-heading h2 {
  max-width: 720px;
}

.pricing-heading > p {
  color: var(--gray-400);
  font-size: 16px;
  line-height: 1.75;
  max-width: 470px;
}

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

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #dce6ef;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(13, 27, 42, 0.07);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), #63e6dc);
}

.pricing-card:hover {
  transform: translateY(-5px);
  border-color: rgba(58, 157, 232, 0.45);
  box-shadow: 0 24px 58px rgba(13, 27, 42, 0.12);
}

.pricing-card-featured {
  background: linear-gradient(160deg, #071a2d 0%, #0d2d48 100%);
  border-color: rgba(94, 184, 255, 0.6);
  box-shadow: 0 22px 60px rgba(13, 27, 42, 0.22);
}

.pricing-badge {
  position: absolute;
  top: 0;
  right: 24px;
  padding: 7px 13px;
  border-radius: 0 0 10px 10px;
  background: var(--accent);
  color: var(--navy);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.pricing-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--blue-50);
  color: var(--blue-800);
  font-size: 13px;
  font-weight: 700;
}

.pricing-code-amber {
  background: var(--amber-50);
  color: var(--amber-800);
}

.pricing-code-purple {
  background: var(--purple-50);
  color: var(--purple-800);
}

.pricing-code-security {
  background: #dcf8ff;
  color: #03647d;
}

.pricing-code-support {
  background: #e8edf3;
  color: #365269;
}

.pricing-type {
  color: var(--gray-400);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: right;
}

.pricing-card h3 {
  margin-bottom: 6px;
  color: var(--gray-900);
  font-size: 20px;
  line-height: 1.35;
}

.pricing-card-featured h3,
.pricing-card-featured .pricing-price {
  color: #fff;
}

.pricing-card-featured .pricing-type,
.pricing-card-featured .pricing-price span,
.pricing-card-featured .pricing-features {
  color: var(--text-on-dark);
}

.pricing-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 22px;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.pricing-price span {
  flex-basis: 100%;
  color: var(--gray-400);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-price small {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
}

.pricing-features {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin: 0 0 28px;
  color: var(--gray-700);
  font-size: 13px;
  line-height: 1.55;
  list-style: none;
}

.pricing-features li {
  position: relative;
  padding-left: 22px;
}

.pricing-features li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #0796b7;
  font-weight: 700;
}

.pricing-cta {
  width: 100%;
  margin-top: auto;
  padding: 12px 18px;
  border: 1px solid #c9d9e6;
  border-radius: 12px;
  background: #fff;
  color: var(--navy);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pricing-cta:hover,
.pricing-cta:focus-visible {
  border-color: var(--accent-dark);
  background: var(--navy);
  color: #fff;
  outline: none;
}

.pricing-card-featured .pricing-cta {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--navy);
}

.pricing-card-featured .pricing-cta:hover,
.pricing-card-featured .pricing-cta:focus-visible {
  background: #fff;
  border-color: #fff;
}

.pricing-note {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  margin-top: 28px;
  padding: 24px 28px 24px 30px;
  border: 1px solid #cfe1f5;
  border-left: 5px solid var(--accent, #5EB8FF);
  border-radius: 18px;
  background: #eef6fd;
  color: #51606f;
  font-size: 13px;
  line-height: 1.7;
}

.pricing-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 14px;
}

.payment-terms {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 18px;
  color: var(--gray-400);
  font-size: 12px;
}

.payment-terms span {
  padding: 4px 24px;
  border-right: 1px solid #d6e1ea;
}

.payment-terms span:last-child {
  border-right: 0;
}

.payment-terms b {
  margin-right: 4px;
  color: var(--navy);
}

@media (max-width: 1000px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .pricing-heading,
  .pricing-note {
    grid-template-columns: 1fr;
  }

  .pricing-heading {
    gap: 12px;
  }
}

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

  .pricing-card {
    min-height: 0;
    padding: 24px;
  }

  .payment-terms {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .payment-terms span {
    padding: 8px 12px;
    border-right: 0;
    border-bottom: 1px solid #d6e1ea;
    text-align: center;
  }

  .payment-terms span:last-child {
    border-bottom: 0;
  }
}

/* ── Services "Request a quote" band ── */
.services-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 38px;
  padding: 28px 32px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0D1B2A 0%, #16314a 100%);
  color: #fff;
  box-shadow: 0 16px 40px rgba(13, 27, 42, 0.18);
}

.services-band-text strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.services-band-text span {
  font-size: 14px;
  color: #A8BDD0;
}

.services-band-btn {
  flex-shrink: 0;
  display: inline-block;
  background: #5EB8FF;
  color: #0D1B2A;
  padding: 13px 26px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.services-band-btn:hover {
  background: #fff;
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  .services-band {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-band-btn {
    width: 100%;
    text-align: center;
  }
}
