@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  color-scheme: light;
  --blue: #0f64b7;
  --blue-dark: #073f7d;
  --blue-deep: #03244f;
  --blue-soft: #eef6ff;
  --blue-pale: #f7fbff;
  --white: #ffffff;
  --ink: #101923;
  --muted: #586575;
  --line: rgba(15, 100, 183, 0.16);
  --shadow: 0 22px 70px rgba(3, 36, 79, 0.18);
  --container: min(1120px, calc(100% - 40px));
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

button,
input,
textarea {
  font: inherit;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 16px 50% auto auto;
  z-index: 20;
  width: var(--container);
  transform: translateX(50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(3, 36, 79, 0.1);
  backdrop-filter: blur(18px);
  border-radius: 8px;
  transition:
    min-height 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.site-header.is-scrolled {
  min-height: 62px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 42px rgba(3, 36, 79, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand span {
  display: grid;
  gap: 0;
  line-height: 1.1;
  min-width: 0;
}

.brand strong {
  color: var(--blue);
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
  transition:
    background 160ms ease,
    color 160ms ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  background: var(--blue-soft);
  color: var(--blue);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--blue);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--blue);
  border-radius: 2px;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.section-band {
  position: relative;
  overflow: hidden;
}

.hero {
  min-height: 88svh;
  display: grid;
  align-items: center;
  padding: 138px 0 70px;
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 74% center;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 36, 79, 0.72) 0%, rgba(3, 36, 79, 0.30) 48%, rgba(3, 36, 79, 0.08) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(3, 36, 79, 0.22));
}

.hero-content {
  color: var(--white);
  max-width: 760px;
  margin-left: max(20px, calc((100vw - 1120px) / 2));
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.section-blue .eyebrow,
.contact-section .eyebrow {
  color: #dcecff;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
  line-height: 1.04;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(3.05rem, 7vw, 6.8rem);
  font-weight: 950;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 920;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.26rem;
  font-weight: 880;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.04rem, 1.8vw, 1.28rem);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 850;
  line-height: 1;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

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

.btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn-primary {
  background: var(--white);
  color: var(--blue);
  box-shadow: 0 14px 32px rgba(255, 255, 255, 0.16);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
}

.btn-light {
  background: var(--white);
  color: var(--blue);
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.56);
  color: var(--white);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 680px;
  margin: 46px 0 0;
}

.hero-facts div {
  min-height: 96px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(12px);
}

.hero-facts dt {
  font-size: clamp(1.42rem, 3vw, 2rem);
  font-weight: 920;
  line-height: 1;
}

.hero-facts dd {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 750;
}

.section {
  padding: clamp(74px, 9vw, 118px) 0;
}

.section-white {
  background: var(--white);
}

.section-soft {
  background: var(--blue-pale);
}

.section-blue {
  background:
    linear-gradient(135deg, var(--blue-deep), var(--blue-dark) 42%, var(--blue) 100%);
  color: var(--white);
}

.section-heading {
  max-width: 840px;
  margin-bottom: 36px;
}

.section-heading p:not(.eyebrow),
.section-copy p {
  color: var(--muted);
  font-size: 1.03rem;
}

.section-blue .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.78fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: center;
}

.split-reverse {
  grid-template-columns: minmax(300px, 0.84fr) minmax(0, 1fr);
}

.split-reverse .section-copy {
  order: 2;
}

.image-panel {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: inherit;
  pointer-events: none;
}

.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(38px, 6vw, 70px);
}

.value-card,
.service-panel,
.team-card,
.contact-card,
.portfolio-card {
  border-radius: 8px;
}

.value-card {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--white), var(--blue-pale));
}

.value-label,
.service-kicker,
.portfolio-card span,
.team-card span,
.contact-card span {
  display: block;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

.service-shell {
  display: grid;
  grid-template-columns: minmax(210px, 260px) 1fr;
  gap: 20px;
  align-items: start;
}

.service-tabs {
  display: grid;
  gap: 10px;
}

.service-tab {
  min-height: 52px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  font-weight: 840;
  text-align: left;
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.service-tab:hover,
.service-tab.is-active {
  background: var(--white);
  color: var(--blue);
  transform: translateX(4px);
}

.service-panel {
  min-height: 460px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 26px 60px rgba(3, 36, 79, 0.2);
}

.service-panel h3 {
  max-width: 720px;
  font-size: clamp(1.5rem, 2.5vw, 2.6rem);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.service-item {
  min-height: 112px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--blue-pale);
}

.service-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-dark);
  line-height: 1.2;
}

.service-item small {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.38;
}

.achievement-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(28px, 6vw, 70px);
  align-items: start;
}

.achievement-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.achievement-grid span {
  display: grid;
  place-items: center;
  min-height: 128px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--blue);
  font-weight: 920;
  text-align: center;
  box-shadow: 0 12px 30px rgba(3, 36, 79, 0.08);
}

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

.portfolio-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(3, 36, 79, 0.08);
}

.portfolio-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.portfolio-card div {
  padding: 20px;
}

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

.portfolio-wide {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: stretch;
}

.portfolio-wide img {
  height: 100%;
  aspect-ratio: auto;
}

.portfolio-wide div {
  align-self: center;
  padding: clamp(24px, 5vw, 42px);
}

.team-grid {
  display: grid;
  gap: 12px;
}

.team-card {
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--blue-pale);
  border-radius: 16px;
}

.team-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.team-card-body {
  padding: 20px 22px 22px;
}

.team-card strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(1.15rem, 2.1vw, 1.7rem);
  line-height: 1.15;
}

.contact-section {
  padding: clamp(74px, 9vw, 120px) 0;
  background:
    linear-gradient(135deg, var(--blue-deep), var(--blue-dark) 48%, var(--blue));
  color: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.78fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.contact-copy p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
}

.contact-card {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 4vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  font-style: normal;
}

.contact-card a,
.contact-card p {
  margin: 0;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  overflow-wrap: anywhere;
}

.contact-card > :last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-card span {
  margin-bottom: 3px;
  color: #dcecff;
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 18;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 6px;
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 16px 36px rgba(3, 36, 79, 0.28);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    bottom 160ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  bottom: 90px;
}

.back-to-top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 980px) {
  :root {
    --container: min(100% - 28px, 760px);
  }

  .site-header {
    top: 12px;
    padding: 9px 10px 9px 12px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 18px 46px rgba(3, 36, 79, 0.18);
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition:
      opacity 160ms ease,
      transform 160ms ease;
  }

  .nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 13px 12px;
    color: var(--ink);
  }

  .hero {
    min-height: 90svh;
    padding: 116px 0 48px;
  }

  .hero-media img {
    object-position: 63% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(3, 36, 79, 0.94) 0%, rgba(7, 63, 125, 0.82) 58%, rgba(15, 100, 183, 0.5) 100%),
      linear-gradient(90deg, rgba(3, 36, 79, 0.58), rgba(3, 36, 79, 0.24));
  }

  .hero-content {
    margin-inline: auto;
  }

  .hero-facts,
  .values-grid,
  .split,
  .split-reverse,
  .service-shell,
  .achievement-wrap,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .split-reverse .section-copy {
    order: 0;
  }

  .image-panel {
    min-height: 360px;
  }

  .service-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-tab {
    text-align: center;
  }

  .service-tab:hover,
  .service-tab.is-active {
    transform: translateY(-2px);
  }

  .service-list,
  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portfolio-wide {
    grid-template-columns: 1fr;
  }

  .portfolio-wide img {
    min-height: 260px;
  }

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

@media (max-width: 620px) {
  :root {
    --container: min(100% - 24px, 560px);
  }

  body {
    font-size: 15px;
  }

  .site-header {
    min-height: 62px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .brand strong {
    font-size: 0.9rem;
  }

  .brand small {
    font-size: 0.68rem;
  }

  .hero {
    min-height: 92svh;
    padding-top: 108px;
  }

  h1 {
    font-size: clamp(2.45rem, 15vw, 3.35rem);
  }

  h2 {
    font-size: clamp(1.72rem, 9vw, 2.36rem);
  }

  .hero-actions,
  .contact-actions,
  .hero-facts,
  .service-tabs,
  .service-list,
  .values-grid,
  .portfolio-grid,
  .achievement-grid {
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .hero-facts {
    margin-top: 30px;
  }

  .hero-facts div,
  .service-panel {
    min-height: auto;
  }

  .section {
    padding: 66px 0;
  }

  .image-panel {
    min-height: 300px;
  }

  .achievement-grid span {
    min-height: 86px;
  }

  .portfolio-card div,
  .contact-card {
    padding: 18px;
  }

  /* Mobile: keep wide portfolio cards stacked cleanly.
     The desktop height:100% rule can make the image overlap the text
     when the grid collapses to one column. */
  .portfolio-wide {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-width: 0;
  }

  .portfolio-wide img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .portfolio-wide div {
    align-self: auto;
    min-width: 0;
    padding: 18px;
  }

  .team-card-body {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: var(--white);
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.45);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.wa-float::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25d366;
  z-index: -1;
  animation: wa-pulse 2.4s ease-out infinite;
}

.wa-float:hover {
  transform: scale(1.06);
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.55);
}

.wa-float:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

.wa-float svg {
  width: 28px;
  height: 28px;
  fill: var(--white);
}

@keyframes wa-pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  80% {
    transform: scale(1.7);
    opacity: 0;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wa-float,
  .wa-float::after {
    transition: none;
    animation: none;
  }
}

.faq-list {
  max-width: 820px;
  margin: 36px auto 0;
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(3, 36, 79, 0.06);
  overflow: hidden;
  transition: box-shadow 180ms ease, border-color 180ms ease;
}

.faq-item[open] {
  box-shadow: 0 14px 32px rgba(3, 36, 79, 0.1);
  border-color: rgba(15, 100, 183, 0.32);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 600;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

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

.faq-item summary::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: rotate(45deg);
  transition: transform 200ms ease;
  flex-shrink: 0;
}

.faq-item[open] summary::after {
  transform: rotate(-135deg);
}

.faq-item p {
  margin: 0 22px 18px;
  color: var(--muted);
  line-height: 1.7;
}

.contact-info {
  display: grid;
  gap: 18px;
}

.contact-lead {
  color: rgba(255, 255, 255, 0.78);
  max-width: 620px;
  font-size: 1.02rem;
}

.contact-list {
  display: grid;
  gap: 18px;
  margin: 18px 0 0;
  padding: 0;
}

.contact-list > div {
  border-left: 2px solid rgba(255, 255, 255, 0.28);
  padding-left: 14px;
}

.contact-list dt {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #cfe1ff;
  margin-bottom: 6px;
}

.contact-list dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.55;
}

.contact-list dd a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.contact-list dd a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.85);
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  border-radius: 12px;
}

.contact-field {
  display: grid;
  gap: 6px;
}

.contact-field > span {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #cfe1ff;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  padding: 11px 14px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  border: 1px solid transparent;
  border-radius: 8px;
  font: inherit;
  font-size: 0.95rem;
  line-height: 1.5;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-field textarea {
  resize: vertical;
  min-height: 110px;
}

.contact-field input:focus-visible,
.contact-field textarea:focus-visible {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18);
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(16, 25, 35, 0.42);
}

.contact-form-submit {
  width: 100%;
  margin-top: 4px;
  font-weight: 700;
}

.contact-form-alt {
  margin: 0;
  font-size: 0.86rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-alt a {
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.contact-form-status {
  margin: 0;
  font-size: 0.85rem;
  color: #cfe1ff;
  min-height: 1.2em;
}

.site-footer {
  background: var(--blue-deep);
  color: var(--white);
  padding: clamp(52px, 7vw, 80px) 0 28px;
}

.footer-map iframe {
  width: 100%;
  height: 260px;
  border: 0;
  border-radius: 10px;
  display: block;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, 0.06);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 28px;
}

.footer-logo {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 8px;
}

.footer-mission {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
  max-width: 720px;
  line-height: 1.55;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-bottom: 28px;
}

.footer-col h4 {
  margin: 0 0 12px;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #cfe1ff;
  font-weight: 800;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.footer-col a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

.footer-col span {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #cfe1ff;
  margin-bottom: 4px;
  font-weight: 700;
}

.footer-col p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
  font-size: 0.88rem;
}

.footer-social-note {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 12px;
  line-height: 1.5;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.85);
}

.footer-social a:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.05);
}

.footer-social svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 20px;
  text-align: center;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-bottom p {
  margin: 0;
}

.footer-contact-more {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.84rem;
  color: #cfe1ff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.footer-contact-more:hover {
  border-bottom-color: rgba(255, 255, 255, 0.7);
  color: var(--white);
}

.activity-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.activity-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  transition: transform 200ms ease, box-shadow 200ms ease;
  cursor: zoom-in;
}

.activity-gallery img:hover {
  transform: scale(1.03);
  box-shadow: 0 18px 42px rgba(3, 36, 79, 0.18);
}

.layanan-utama-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
}

.layanan-utama-card {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.layanan-utama-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}

.layanan-utama-img-wrap {
  position: relative;
  overflow: hidden;
}

.layanan-utama-img-wrap img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.layanan-utama-img-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  pointer-events: none;
}

.layanan-utama-label {
  position: absolute;
  bottom: 10px;
  left: 14px;
  z-index: 1;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.3;
}

.layanan-utama-card-body {
  padding: 16px 16px 18px;
}

.layanan-utama-card h3 {
  margin: 0 0 8px;
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
}

.layanan-utama-card p {
  margin: 0 0 14px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}

.layanan-utama-card-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.btn-sm {
  padding: 9px 16px;
  font-size: 0.82rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  border: none;
  transition: opacity 160ms ease;
}

.btn-sm:hover {
  opacity: 0.85;
}

.btn-sm-primary {
  background: #c97a2a;
  color: var(--white);
}

.btn-sm-outline {
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.38);
}

@media (max-width: 900px) {
  .layanan-utama-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

.mengapa-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
}

.mengapa-card {
  background: #f4f7fb;
  border-radius: 14px;
  padding: 28px 22px 24px;
  text-align: center;
}

.mengapa-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid #e2ecf7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.mengapa-card-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--blue);
  stroke-width: 1.8;
  fill: none;
}

.mengapa-card h3 {
  margin: 0 0 10px;
  font-size: 0.95rem;
  color: var(--ink);
}

.mengapa-card p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.6;
}

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

@media (max-width: 540px) {
  .mengapa-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ─── Scroll animations ─── */
@media (prefers-reduced-motion: no-preference) {
  [data-animate] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  [data-animate].is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  [data-animate-stagger] > * {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.45s ease, transform 0.45s ease;
  }

  [data-animate-stagger].is-visible > *:nth-child(1) { transition-delay: 0ms; opacity: 1; transform: none; }
  [data-animate-stagger].is-visible > *:nth-child(2) { transition-delay: 80ms; opacity: 1; transform: none; }
  [data-animate-stagger].is-visible > *:nth-child(3) { transition-delay: 160ms; opacity: 1; transform: none; }
  [data-animate-stagger].is-visible > *:nth-child(4) { transition-delay: 240ms; opacity: 1; transform: none; }
  [data-animate-stagger].is-visible > *:nth-child(5) { transition-delay: 320ms; opacity: 1; transform: none; }
  [data-animate-stagger].is-visible > *:nth-child(6) { transition-delay: 400ms; opacity: 1; transform: none; }
}

@media (max-width: 540px) {
  .activity-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 720px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-brand {
    flex-direction: column;
    align-items: flex-start;
  }
  .team-grid {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin: 0 auto;
  }
}
