:root {
  --primary: #0f8f7c;
  --primary-dark: #08685a;
  --bg: #f3f7f7;
  --text: #1a2528;
  --muted: #5b6c72;
  --card: #ffffff;
  --border: #d8e3e1;
  --font-sans: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

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

html {
  scroll-behavior: smooth;
  /* Avoid horizontal overflow from 100vw / wide descendants (extra scrollbar beside main on Windows). */
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Form controls do not inherit typography from body in most browsers. */
button,
input,
select,
textarea {
  font-family: inherit;
}

h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-optical-sizing: auto;
  letter-spacing: -0.035em;
}

.blogs-page-hero__eyebrow {
  letter-spacing: 0.12em;
  font-weight: 700;
}

.blogs-page-hero__stats strong {
  letter-spacing: -0.02em;
}

.services-diff__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-optical-sizing: auto;
  letter-spacing: -0.035em;
}

.services-diff__card-title {
  font-weight: 800;
  letter-spacing: -0.03em;
}

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

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

.section {
  margin-top: 72px;
}

.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(10, 37, 33, 0.05);
}

.eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 15 px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: white
}

.eyebrow.green {
  color: var(--primary);
}

h2 {
  font-size: clamp(30px, 5vw, 50px);
  margin: 0 0 10px;
  line-height: 1.08;
}

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

.btn {
  border: none;
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 600;
  background: var(--primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn:hover {
  background: var(--primary-dark);
}

.btn-sm {
  padding: 10px 16px;
}

.btn-ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.btn-outline {
  background: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
}

.btn-outline:hover {
  background: rgba(15, 143, 124, 0.09);
  color: var(--primary-dark);
  border-color: var(--primary-dark);
}

.menu > li > a.nav-active:not(.btn) {
  font-weight: 600;
  color: #fff;
  background: rgba(15, 143, 124, 0.28);
  box-shadow: none;
}

.menu__dropdown-btn.nav-active {
  font-weight: 600;
  color: #fff;
  background: rgba(15, 143, 124, 0.22);
}

.about-page {
  background: var(--bg);
  color: var(--text);
}

/* —— Hero: triptych + overlay + rails —— */
.about-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}

.about-hero-panels {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  z-index: 0;
}

.about-hero-panel {
  background-size: cover;
  background-position: center;
  min-height: 100%;
}

.about-hero-panel--1 {
  background-image: url("raymoon/about2.png");
}

.about-hero-panel--2 {
  background-image: url("raymoon/about1.png");
  background-position: center;
}

.about-hero-panel--3 {
  background-image: url("raymoon/about3.png");
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(6, 14, 16, 0.5) 0%, rgba(4, 12, 14, 0.78) 100%);
}

.about-hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 120px 0 100px;
  max-width: 800px;
}

.about-hero-title {
  margin: 0 0 18px;
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.about-hero-text {
  margin: 0;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

.about-hero-rail {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 220;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-rail-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 10px;
  min-width: 48px;
  border-radius: 10px 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  box-shadow: -4px 8px 24px rgba(0, 0, 0, 0.22);
  transition: filter 0.15s ease, transform 0.15s ease;
}

.about-rail-btn:hover {
  filter: brightness(1.05);
  transform: translateX(-2px);
}

.about-rail-btn svg {
  flex-shrink: 0;
  transform: rotate(90deg);
}

.about-rail-btn--wa {
  background: #25d366;
}

.about-rail-btn--brochure {
  background: #e8c23a;
  color: #1a2528;
}

.about-rail-btn--brochure svg {
  stroke: #1a2528;
}

/* —— Leadership profile (~60% copy / ~40% image, reference layout) —— */
.about-profile {
  position: relative;
  padding: 80px 0 72px;
  background: #fff;
}

.about-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: clamp(40px, 6vw, 72px);
  align-items: stretch;
}

.about-profile-copy {
  grid-column: 1;
  padding-right: clamp(8px, 2vw, 28px);
  max-width: 640px;
  min-height: 0;
}

.about-chat-fab {
  position: absolute;
  top: 36px;
  /* Align to .container edge using % of section width — avoids 100vw + scrollbar width overflow. */
  right: max(4%, calc((100% - min(1160px, 92%)) / 2));
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(15, 143, 124, 0.38);
  z-index: 3;
  transition: transform 0.15s ease, filter 0.15s ease, background 0.15s ease;
}

.about-chat-fab:hover {
  transform: scale(1.05);
  filter: brightness(1.05);
  background: var(--primary-dark);
}

.about-pill {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 24px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.35;
  color: var(--primary);
  border: 1px solid rgba(15, 143, 124, 0.5);
  border-radius: 999px;
  background: #e8f5f2;
}

.about-ceo-name {
  margin: 0 0 12px;
  font-size: clamp(30px, 3.6vw, 42px);
  font-weight: 800;
  line-height: 1.08;
  color: #111;
  letter-spacing: -0.02em;
}

.about-ceo-role {
  margin: 0 0 20px;
  font-size: clamp(14px, 1.35vw, 16px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.5;
}

.about-rule {
  height: 2px;
  margin: 0 0 26px;
  border: none;
  border-radius: 2px;
  max-width: 100px;
  background: var(--primary);
}

.about-profile-body {
  text-align: left;
  hyphens: manual;
}

.about-profile-body p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.82;
  color: #6b7780;
}

.about-profile-body p:last-child {
  margin-bottom: 0;
}

.about-profile-visual {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  align-self: stretch;
}

.about-profile-dots {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  background-image: radial-gradient(rgba(55, 65, 68, 0.4) 1.5px, transparent 1.5px);
  background-size: 8px 8px;
}

.about-profile-dots--top {
  top: -8px;
  right: -6px;
  width: 140px;
  height: 140px;
  border-radius: 0 26px 0 0;
}

.about-profile-dots--bottom {
  bottom: 64px;
  right: -8px;
  width: 100px;
  height: 128px;
  border-radius: 0 0 18px 0;
  background-image: radial-gradient(rgba(55, 65, 68, 0.34) 1.5px, transparent 1.5px);
}

.about-profile-photo-wrap {
  position: relative;
  z-index: 1;
  margin: 0;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 24px 56px rgba(15, 20, 22, 0.12);
  background: #2a3033;
  max-width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
}

/* Image fills the card; stats sit over the bottom like the reference */
.about-profile-photo-frame {
  position: absolute;
  inset: 0;
  display: flex;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}

.about-profile-photo {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  /* Slightly higher in the frame; card position unchanged */
  object-position: center 208%;
}

.about-profile-statbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  gap: 0;
  margin: 0;
  padding: 16px 12px;
  background: rgba(38, 44, 46, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  border-radius: 0 0 24px 24px;
}

.about-profile-stat {
  flex: 1;
  text-align: center;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.about-profile-stat:last-child {
  border-right: none;
}

.about-profile-stat strong {
  display: block;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 800;
  margin-bottom: 4px;
}

.about-profile-stat span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.02em;
}

/* —— Vision & mission —— */
.about-vm {
  padding: 56px 0 64px;
  background: linear-gradient(180deg, #f6faf9 0%, #eef3f4 100%);
}

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

.about-vm-figure {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 16px 40px rgba(10, 37, 33, 0.08);
  min-height: 280px;
}

.about-vm-figure img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.about-vm-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-vm-card {
  flex: 1;
  padding: 22px 22px 24px;
  border-radius: 20px;
  border: 1px solid transparent;
}

.about-vm-card--vision {
  background: linear-gradient(145deg, #e4f5f1 0%, #d4efe9 100%);
  color: #0f1a1c;
  border-color: rgba(15, 143, 124, 0.2);
}

.about-vm-card--mission {
  background: linear-gradient(160deg, #0d3d36 0%, #0a2c28 100%);
  color: #fff;
}

.about-vm-icon {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--primary-dark);
}

.about-vm-card--mission .about-vm-icon {
  color: rgba(255, 255, 255, 0.95);
}

.about-vm-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 800;
}

.about-vm-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: inherit;
  opacity: 0.92;
}

.about-vm-card--vision p {
  color: #2d4549;
}

.about-vm-card--mission p {
  color: rgba(255, 255, 255, 0.88);
}

/* —— Metrics banner (dark card + teal grid, reference layout) —— */
.about-metrics-wrap {
  padding: 48px 0 56px;
  background: #fff;
}

.about-metrics-card {
  --about-metrics-accent: #2da0a0;
  display: grid;
  /* Same 50/50 split as .about-vm-grid so stats line up with the mission column above */
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: clamp(32px, 5vw, 48px);
  border-radius: 18px;
  background: linear-gradient(100deg, #1a1a1a 0%, #242424 52%, #2c2c2c 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 10px 28px rgba(0, 0, 0, 0.38),
    inset 0 -6px 20px rgba(0, 0, 0, 0.22);
}

.about-metrics-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  line-height: 1.18;
  color: #fff;
  letter-spacing: -0.02em;
}

.about-metrics-copy p {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #a0a0a0;
  max-width: none;
}

.about-metrics-cta {
  gap: 10px;
  background: var(--about-metrics-accent);
  color: #fff;
  border-radius: 10px;
  padding: 12px 22px;
  font-weight: 600;
}

.about-metrics-card .about-metrics-cta:hover {
  background: #279090;
  filter: brightness(1.04);
}

.about-metrics-cta-icon {
  flex-shrink: 0;
}

.about-metrics-grid {
  --metrics-line: #4ae0ce;
  --metrics-line-glow: rgba(74, 224, 206, 0.55);
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: 100%;
  min-width: 0;
  min-height: clamp(200px, 22vw, 260px);
  isolation: isolate;
  border-radius: 14px;
  background: radial-gradient(ellipse 85% 75% at 50% 45%, rgba(74, 224, 206, 0.07) 0%, transparent 62%);
  box-shadow: inset 0 0 0 1px rgba(74, 224, 206, 0.12);
}

/* Centered cross, full span, soft glow */
.about-metrics-grid::before,
.about-metrics-grid::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.about-metrics-grid::before {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    rgba(74, 224, 206, 0.05) 0%,
    var(--metrics-line) 12%,
    var(--metrics-line) 88%,
    rgba(74, 224, 206, 0.05) 100%
  );
  box-shadow: 0 0 16px var(--metrics-line-glow), 0 0 4px rgba(74, 224, 206, 0.35);
}

.about-metrics-grid::after {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(
    90deg,
    rgba(74, 224, 206, 0.05) 0%,
    var(--metrics-line) 10%,
    var(--metrics-line) 90%,
    rgba(74, 224, 206, 0.05) 100%
  );
  box-shadow: 0 0 14px var(--metrics-line-glow), 0 0 4px rgba(74, 224, 206, 0.3);
}

.about-metric {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(22px, 4vw, 30px) clamp(16px, 3vw, 22px);
  background: transparent;
  transition: background 0.2s ease;
}

.about-metric:hover {
  background: rgba(74, 224, 206, 0.06);
}

.about-metric__val {
  display: block;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 10px;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.35),
    0 0 28px rgba(74, 224, 206, 0.18);
}

.about-metric__lbl {
  font-size: 13px;
  font-weight: 500;
  color: #c5cacb;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@keyframes about-cycle-dash-flow {
  to {
    stroke-dashoffset: -51;
  }
}

/* —— Recruitment cycle (zig-zag + dual rails + panel) —— */
.about-cycle {
  position: relative;
  padding: 56px 0 84px;
  background: linear-gradient(180deg, #f4fbf9 0%, #ffffff 18%, #ffffff 82%, #f3faf8 100%);
}

.about-cycle::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(15, 143, 124, 0.18) 20%, rgba(15, 143, 124, 0.18) 80%, transparent);
  pointer-events: none;
}

.about-cycle-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 40px;
}

.about-cycle-head h2 {
  margin: 0;
  flex: 1 1 240px;
  position: relative;
  padding-bottom: 16px;
  font-size: clamp(26px, 3.2vw, 34px);
  font-weight: 800;
  color: #2a383c;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.about-cycle-head h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(72px, 28%);
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--primary) 0%, rgba(15, 143, 124, 0.35) 100%);
}

.about-cycle-head p {
  margin: 0;
  flex: 1 1 280px;
  max-width: 460px;
  margin-left: auto;
  padding-top: 4px;
  font-size: 15px;
  line-height: 1.72;
  color: #7a878a;
  text-align: right;
}

/* Full-width card aligned with metrics / VM sections */
.about-cycle-panel {
  width: 100%;
  max-width: none;
  padding: clamp(28px, 4vw, 40px) clamp(24px, 4vw, 36px) clamp(24px, 3vw, 32px);
  border-radius: 22px;
  background: linear-gradient(155deg, #ffffff 0%, #f6fcfa 45%, #f2f9f7 100%);
  border: 1px solid rgba(15, 143, 124, 0.12);
  box-shadow:
    0 4px 6px rgba(20, 60, 55, 0.03),
    0 22px 50px rgba(15, 50, 45, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}

.about-cycle-chart {
  position: relative;
  min-height: 188px;
  margin: 0;
  padding: 20px 4px 12px;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.about-cycle-line {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  width: auto;
  height: auto;
  transform: translateY(-42%);
  overflow: visible;
  pointer-events: none;
  filter: drop-shadow(0 2px 3px rgba(15, 90, 78, 0.06));
}

.about-cycle-path--green {
  opacity: 1;
  stroke-dasharray: 6 11;
  stroke-dashoffset: 0;
  animation: about-cycle-dash-flow 20s linear infinite;
}

.about-cycle-path--grey {
  opacity: 0.88;
  stroke-dasharray: 6 11;
  stroke-dashoffset: 0;
  animation: about-cycle-dash-flow 28s linear infinite reverse;
}

.about-cycle-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.about-cycle-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 16.66%;
  position: relative;
  --lift: 0px;
  border-radius: 14px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.about-cycle-step:nth-child(1) {
  --lift: 26px;
}
.about-cycle-step:nth-child(2) {
  --lift: -22px;
}
.about-cycle-step:nth-child(3) {
  --lift: 30px;
}
.about-cycle-step:nth-child(4) {
  --lift: -30px;
}
.about-cycle-step:nth-child(5) {
  --lift: 18px;
}
.about-cycle-step:nth-child(6) {
  --lift: -14px;
}

.about-cycle-step--flip {
  flex-direction: column-reverse;
}

.about-cycle-step:hover {
  transform: translateY(-3px);
}

.about-cycle-step:hover .about-cycle-label {
  color: var(--primary);
}

.about-cycle-step:hover .about-cycle-num {
  color: rgba(90, 105, 108, 0.48);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.about-cycle-num {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 0.95;
  user-select: none;
  color: rgba(130, 145, 148, 0.42);
  transform: translateY(var(--lift));
  transition: color 0.25s ease, text-shadow 0.25s ease;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}

.about-cycle-dot {
  position: relative;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: none;
  background: var(--primary);
  box-shadow: 0 0 0 3px rgba(15, 143, 124, 0.2);
  transform: translateY(var(--lift));
  transition: background 0.25s ease, box-shadow 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.about-cycle-step:hover .about-cycle-dot {
  background: var(--primary-dark);
  box-shadow:
    0 0 0 4px rgba(15, 143, 124, 0.2),
    0 8px 22px rgba(15, 143, 124, 0.28);
  transform: translateY(var(--lift)) scale(1.08);
}

.about-cycle-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.9);
}

.about-cycle-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--primary-dark);
  text-align: center;
  line-height: 1.25;
  max-width: 7.5rem;
  transform: translateY(var(--lift));
  transition: color 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  .about-cycle-path--green,
  .about-cycle-path--grey {
    animation: none;
  }

  .about-cycle-step,
  .about-cycle-dot,
  .about-cycle-num,
  .about-cycle-label {
    transition: none;
  }

  .about-cycle-step:hover {
    transform: none;
  }

  .about-cycle-step:hover .about-cycle-dot {
    transform: translateY(var(--lift));
  }
}

/* —— Bottom CTA (rounded card on light backdrop) —— */
.about-bottom-cta {
  padding: 48px 0 72px;
  background: #eef1f0;
}

.about-bottom-cta-panel {
  text-align: center;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(44px, 6vw, 64px) clamp(28px, 4vw, 48px);
  border-radius: 22px;
  /* Same forest family as Our Mission + site teal accents */
  background: linear-gradient(165deg, #0e4a42 0%, #0d3d36 38%, #0a2c28 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 4px 6px rgba(8, 40, 35, 0.06),
    0 24px 56px rgba(8, 45, 40, 0.28);
  box-sizing: border-box;
}

.about-bottom-cta-panel h2 {
  margin: 0 0 18px;
  font-size: clamp(24px, 3.4vw, 34px);
  font-weight: 800;
  line-height: 1.22;
  color: #fff;
  letter-spacing: -0.02em;
}

.about-bottom-cta-panel > p {
  margin: 0 auto 36px;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  max-width: min(62ch, 100%);
}

.about-bottom-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.about-bottom-cta-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--primary);
  color: #fff !important;
  border: none;
  border-radius: 12px;
  padding: 14px 26px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}

.about-bottom-cta-call:hover {
  background: var(--primary-dark);
  color: #fff !important;
  transform: translateY(-1px);
}

.about-bottom-cta-mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 14px 26px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.about-bottom-cta-mail:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  border-color: #fff;
}

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

  .about-hero-panel--2,
  .about-hero-panel--3 {
    display: none;
  }

  .about-hero-rail {
    display: none;
  }

  .about-profile-grid,
  .about-vm-grid,
  .about-metrics-card {
    grid-template-columns: 1fr;
  }

  .about-profile-copy,
  .about-profile-visual {
    grid-column: 1;
    grid-row: auto;
  }

  .about-profile-copy {
    padding-right: 0;
    max-width: none;
    padding-top: 8px;
  }

  .about-profile-dots--bottom {
    bottom: 72px;
    right: -4px;
  }

  .about-chat-fab {
    top: 20px;
    right: max(16px, 4vw);
  }

  .about-profile-visual {
    height: auto;
    min-height: 0;
  }

  .about-profile-photo-wrap {
    flex: none;
    height: auto;
    min-height: 0;
    max-height: none;
    display: flex;
    flex-direction: column;
  }

  .about-profile-photo-frame {
    position: relative;
    inset: auto;
    flex: 0 1 auto;
    min-height: 240px;
    max-height: min(420px, 62vh);
    aspect-ratio: 3 / 4;
    width: 100%;
  }

  .about-profile-photo {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center 8%;
  }

  .about-profile-statbar {
    position: relative;
    inset: auto;
    border-radius: 0 0 22px 22px;
  }

  .about-metrics-grid {
    max-width: none;
    width: 100%;
    margin: 0;
    min-height: 200px;
  }

  .about-metric {
    padding: 20px 14px;
  }

  .about-cycle-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-cycle-head p {
    margin-left: 0;
    max-width: none;
    text-align: left;
  }

  .about-cycle {
    padding: 44px 0 64px;
  }

  .about-cycle-panel {
    padding: 22px 16px 20px;
    border-radius: 18px;
  }

  .about-cycle-chart {
    overflow-x: auto;
    padding: 16px 2px 12px;
    min-height: 168px;
  }

  .about-cycle-line {
    left: 6px;
    right: 6px;
  }

  .about-cycle-steps {
    min-width: 640px;
  }

  .about-bottom-cta {
    padding: 36px 0 56px;
  }

  .about-bottom-cta-panel {
    border-radius: 18px;
    padding: 36px 22px 40px;
  }

  .about-bottom-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .about-bottom-cta-call,
  .about-bottom-cta-mail {
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
  }
}

.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
  background-image: url("raymoon/main.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(10, 112, 98, 0.22), rgba(8, 10, 18, 0.62));
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(145deg, rgba(6, 14, 22, 0.94) 0%, rgba(8, 18, 32, 0.92) 45%, rgba(5, 12, 24, 0.96) 100%);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(15, 143, 124, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 999px;
  padding: 12px 18px 12px 14px;
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1240px, 95%);
  z-index: 200;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.brand img {
  height: 48px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  border-radius: 20px;
  background: #fff;
  padding: 7px 11px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.menu-toggle {
  display: none;
}

.menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}

.menu > li > a:not(.btn) {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  transition: color 0.18s ease, background 0.18s ease;
}

.menu > li > a:not(.btn):hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.menu a {
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.92);
}

.menu .nav-cta.btn.btn-sm {
  background: var(--primary);
  color: #fff;
  border-radius: 999px;
  padding: 11px 24px;
  margin-left: 4px;
  border: none;
  box-shadow: 0 2px 12px rgba(15, 143, 124, 0.35);
}

.menu .nav-cta.btn.btn-sm:hover {
  background: var(--primary-dark);
  box-shadow: 0 4px 18px rgba(15, 143, 124, 0.45);
}

.menu .nav-cta.btn.btn-sm.nav-active {
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.5),
    0 2px 12px rgba(15, 143, 124, 0.45);
}

/* Services dropdown */
.menu__dropdown {
  position: relative;
}

.menu__dropdown-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border: none;
  border-radius: 999px;
  background: transparent;
  font: inherit;
  font-weight: 500;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

/* Services mega-menu (desktop) */
@media (min-width: 981px) {
  .nav,
  .menu,
  .menu__dropdown,
  .menu__dropdown-panel {
    overflow: visible;
  }

  .menu__dropdown-group {
    flex: 1;
    margin: 0;
    padding: 4px 18px 8px;
    list-style: none;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
  }

  .menu__dropdown-group:last-child {
    border-right: none;
  }

  .menu__dropdown-parent {
    display: block;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38);
    padding: 4px 6px 10px;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: color 0.15s;
  }

  .menu__dropdown-parent:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.65);
  }

  .menu__dropdown-parent::after {
    display: none;
  }

  .menu__dropdown-sub {
    position: static;
    display: block !important;
    min-width: 0;
    max-width: none;
    margin: 0;
    padding: 2px 0;
    list-style: none;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    z-index: auto;
  }

  .menu__dropdown-sub li {
    margin: 0;
  }

  .menu__dropdown-sub a {
    display: block;
    padding: 7px 10px;
    font-size: 13px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.82);
    transition: background 0.15s, color 0.15s, padding-left 0.15s;
  }

  .menu__dropdown-sub a:hover {
    background: rgba(15, 143, 124, 0.18);
    color: #fff;
    padding-left: 14px;
  }
}

.menu__dropdown-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 11px 16px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.92);
  transition: background 0.18s ease, color 0.18s ease;
}

.menu__dropdown-link:hover,
.menu__dropdown.is-open .menu__dropdown-link {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.menu__dropdown-link.nav-active {
  font-weight: 600;
  color: #fff;
  background: rgba(15, 143, 124, 0.22);
}

.menu__dropdown-btn:hover,
.menu__dropdown.is-open .menu__dropdown-btn {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.menu__dropdown-btn .menu__caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.75;
  margin-top: 2px;
  transition: transform 0.2s ease;
}

.menu__dropdown.is-open .menu__dropdown-btn .menu__caret {
  transform: rotate(180deg);
}

/* caret triangle for Services link-version */
.menu__dropdown-link .menu__caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.75;
  margin-top: 2px;
  transition: transform 0.2s ease;
}

.menu__dropdown.is-open .menu__dropdown-link .menu__caret {
  transform: rotate(180deg);
}

.menu__dropdown-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 760px;
  margin: 0;
  padding: 20px 8px 16px;
  list-style: none;
  display: flex;
  background: linear-gradient(160deg, #0d1b25 0%, #091318 100%);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  z-index: 250;
  overflow: visible;
}

.menu__dropdown-panel[hidden] {
  display: none !important;
}

.menu__dropdown-panel li {
  margin: 0;
}

.menu__dropdown-panel a {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
}

.menu__dropdown-panel a:hover {
  background: rgba(15, 143, 124, 0.2);
  color: #fff;
}

/* Aviation — pill + glow pulse */
.menu__link--aviation {
  position: relative;
  border: 1px solid rgba(93, 210, 139, 0.55) !important;
  background: rgba(15, 143, 124, 0.12) !important;
  animation: nav-aviation-glow 2.4s ease-in-out infinite;
}

.menu__link--aviation:hover {
  background: rgba(15, 143, 124, 0.22) !important;
  color: #fff !important;
}

@keyframes nav-aviation-glow {
  0%,
  100% {
    box-shadow:
      0 0 6px rgba(15, 143, 124, 0.25),
      0 0 14px rgba(15, 143, 124, 0.12);
    border-color: rgba(93, 210, 139, 0.45);
  }
  50% {
    box-shadow:
      0 0 14px rgba(15, 143, 124, 0.55),
      0 0 28px rgba(15, 143, 124, 0.28),
      0 0 2px rgba(255, 255, 255, 0.15);
    border-color: rgba(120, 230, 180, 0.85);
  }
}

@media (prefers-reduced-motion: reduce) {
  .menu__link--aviation {
    animation: none;
    box-shadow: 0 0 12px rgba(15, 143, 124, 0.3);
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(96px, 14vh, 140px) 20px clamp(20px, 3vh, 36px);
  min-height: 0;
}

.hero-content h1 {
  margin: 0 auto 14px;
  font-size: clamp(34px, 5vw, 64px);
  max-width: 980px;
  line-height: 1.1;
}

.hero-sub {
  color: #d8ece8;
  max-width: 820px;
  margin: 0 auto;
  line-height: 1.65;
}

.hero-cta {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.jobs-search {
  position: relative;
  z-index: 4;
  flex-shrink: 0;
  align-self: center;
  margin: clamp(8px, 2vh, 20px) auto clamp(40px, 7vh, 88px);
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 1120px;
  width: min(1120px, 92%);
}

.jobs-search .field {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #e6efee;
  border-radius: 14px;
  padding: 12px 14px;
}

/* —— Hero search: autocomplete dropdown —— */
.hero-suggest {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(10, 37, 33, 0.16);
  max-height: 260px;
  overflow-y: auto;
  z-index: 50;
  display: none;
}

.hero-suggest.is-open {
  display: block;
}

.hero-suggest li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 14px;
  color: var(--text);
  cursor: pointer;
  user-select: none;
}

.hero-suggest li:hover,
.hero-suggest li.is-active {
  background: rgba(15, 143, 124, 0.1);
}

.hero-suggest__label {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-suggest__match {
  background: transparent;
  color: var(--primary);
  font-weight: 700;
}

.hero-suggest__meta {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(15, 143, 124, 0.1);
  padding: 3px 8px;
  border-radius: 999px;
}

.jobs-search .field-icon {
  color: #6f8584;
  display: inline-flex;
}

.jobs-search input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font: inherit;
  font-size: 14px;
  color: var(--text);
}

.jobs-search input::placeholder {
  color: #9aa9ad;
}

.jobs-search-btn {
  min-width: 190px;
  padding: 12px 18px;
}

.section-title-wrap {
  margin-bottom: 20px;
}

.about-us-heading {
  margin-bottom: 18px;
  text-align: center;
}

.about-us-heading h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.05;
  font-weight: 800;
  color: #112726;
}

.about-us-card {
  padding: 22px;
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 22px;
  align-items: start;
}

.about-media {
  position: relative;
}

.about-stack {
  display: grid;
  gap: 16px;
}

.about-photo {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
  border: none;
  background: transparent;
  box-shadow: none;
  display: block;
}

.about-stack .about-photo:nth-child(2) {
  height: 220px;
}

.about-badge {
  position: absolute;
  left: 52%;
  top: 51%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.about-content {
  padding-top: 6px;
}

.about-content-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 10px;
}

.about-content-head h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  color: #112726;
}

.about-tick {
  width: 92px;
  height: 92px;
  object-fit: contain;
  flex: 0 0 auto;
  background: #ffffff;
  border-radius: 999px;
  padding: 10px;
  border: 1px solid rgba(15, 143, 124, 0.18);
  box-shadow:
    0 14px 26px rgba(10, 37, 33, 0.14),
    0 2px 0 rgba(10, 37, 33, 0.06);
}

.about-content > p {
  margin: 0 0 18px;
  color: var(--text);
  font-size: 14.5px;
}

.progress-list {
  margin-top: 8px;
}

.progress-row {
  margin-bottom: 18px;
}

.progress-top {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 10px;
  color: #132a2b;
}

.progress-top strong {
  color: #132a2b;
  font-weight: 700;
}

.progress-track {
  position: relative;
  height: 4px;
  background: #edf4f2;
  border-radius: 999px;
  overflow: visible;
}

.progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(var(--value) * 1%);
  background: #0f8f7c;
  border-radius: 999px;
}

.progress-dot {
  position: absolute;
  top: 50%;
  left: calc(var(--value) * 1%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid #188b7c;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(24, 139, 124, 0.12);
}

.about-grid {
  padding: 26px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 24px;
}

.about-gallery {
  display: grid;
  gap: 16px;
}

.photo-block {
  min-height: 170px;
  border-radius: 14px;
  width: 100%;
  object-fit: cover;
  border: 1px solid var(--border);
}

.meter-row {
  margin-bottom: 12px;
}

.meter-row > div:first-child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 14px;
}

.meter {
  background: #e8f0ee;
  height: 8px;
  border-radius: 999px;
}

.meter i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #178f7d, #20b69f);
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
}

.stats--pro {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(10, 37, 33, 0.08);
  background:
    radial-gradient(900px 220px at 15% 0%, rgba(15, 143, 124, 0.12), transparent 55%),
    radial-gradient(760px 220px at 85% 20%, rgba(10, 37, 33, 0.06), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 250, 249, 0.92) 100%);
  box-shadow:
    0 18px 44px rgba(15, 35, 40, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.stats-section {
  margin-top: 72px;
}

.stats-section .stats--pro {
  max-width: 1160px;
  margin-inline: auto;
}

.stats__item {
  padding: clamp(22px, 3vw, 34px) clamp(14px, 2vw, 22px) clamp(24px, 3.2vw, 36px);
  text-align: center;
  position: relative;
}

.stats__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  right: 0;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(10, 37, 33, 0.12) 20%,
    rgba(10, 37, 33, 0.12) 80%,
    transparent 100%
  );
}

.stats__label {
  margin: 0 0 12px;
  color: rgba(12, 24, 26, 0.75);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stats__value {
  margin: 0;
  color: var(--primary-dark);
  font-size: clamp(34px, 4.2vw, 64px);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

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

  .stats__item:not(:last-child)::after {
    content: none;
  }

  .stats__item:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    right: 0;
    width: 1px;
    background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(10, 37, 33, 0.12) 20%,
      rgba(10, 37, 33, 0.12) 80%,
      transparent 100%
    );
  }

  .stats__item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(10, 37, 33, 0.08);
  }
}

@media (max-width: 520px) {
  .stats__item {
    padding: 16px 12px 18px;
  }

  .stats__label {
    letter-spacing: 0.1em;
  }
}

.lead-form-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.lead-wrap {
  background: #eef2f3;
  border: 1px solid rgba(10, 37, 33, 0.06);
  border-radius: 22px;
  padding: 26px;
}

.lead-wrap .lead-form {
  background: #ffffff;
}

.lead-wrap .lead-copy {
  padding: 6px 6px 6px 10px;
}

.lead-copy {
  align-self: center;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 143, 124, 0.25);
  background: rgba(15, 143, 124, 0.07);
  color: #0b6f62;
  font-size: 12px;
  font-weight: 600;
}

.lead-title {
  margin: 0 0 14px;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.04;
  color: #0f1f20;
}

.lead-title span {
  color: var(--primary);
}

.lead-sub {
  margin: 0 0 18px;
  color: #5b6c72;
  max-width: 520px;
}

.lead-trust {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.lead-avatars {
  display: flex;
}

.avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin-left: -10px;
  border: 2px solid #ffffff;
  background: #1aa089;
  color: #ffffff;
  font-weight: 800;
  font-size: 11px;
}

.avatar:first-child {
  margin-left: 0;
}

.avatar-plus {
  background: #bff3e8;
  color: #0b6f62;
  font-weight: 900;
}

.lead-trust-text {
  margin: 0;
  color: #5b6c72;
  font-size: 13px;
}

.lead-trust-text strong {
  color: #16292b;
}

.lead-form {
  padding: 26px;
  display: grid;
  gap: 12px;
}

.form-eyebrow {
  margin: 0;
  color: var(--primary);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lead-form h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 800;
  color: #0f1f20;
}

.form-hint {
  margin: -6px 0 8px;
  color: #7a8a90;
  font-size: 12px;
}

.form-hint span {
  color: #d14836;
}

.lead-form input,
.lead-form select {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  height: 46px;
  background: #fff;
}

.lead-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #7a8a90 50%),
    linear-gradient(135deg, #7a8a90 50%, transparent 50%);
  background-position: calc(100% - 18px) 19px, calc(100% - 12px) 19px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

.btn-submit {
  width: 100%;
  height: 50px;
  justify-content: center;
  gap: 12px;
  margin-top: 4px;
}

.btn-arrow {
  font-size: 18px;
  line-height: 1;
}

/* ===================== Get In Touch page ===================== */
.page-contact {
  background: var(--bg);
}

.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 54px;
  color: #fff;
  background: linear-gradient(135deg, rgba(8, 104, 90, 0.92) 0%, rgba(15, 23, 34, 0.86) 100%);
  isolation: isolate;
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("raymoon/image%2018.png") center/cover no-repeat;
  animation: jpHeroBgZoom 1400ms cubic-bezier(0.22, 1, 0.36, 1) both;
  pointer-events: none;
}

.contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(8, 104, 90, 0.92) 0%, rgba(15, 23, 34, 0.86) 100%);
  pointer-events: none;
}

.contact-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(900px 420px at 18% 10%, rgba(255, 255, 255, 0.15), transparent 60%),
    radial-gradient(800px 360px at 92% 0%, rgba(255, 255, 255, 0.12), transparent 55%);
  pointer-events: none;
  animation: jpFadeIn 900ms ease-out 200ms both;
}

.contact-hero__inner {
  max-width: 820px;
}

.contact-hero__inner > * {
  animation: jpFadeUp 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.contact-hero__inner > *:nth-child(1) { animation-delay: 80ms; }
.contact-hero__inner > *:nth-child(2) { animation-delay: 160ms; }
.contact-hero__inner > *:nth-child(3) { animation-delay: 240ms; }
.contact-hero__inner > *:nth-child(4) { animation-delay: 340ms; }

.contact-hero__eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
}

.contact-hero__title {
  margin: 0 0 14px;
  font-size: clamp(36px, 5.4vw, 56px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: #fff;
}

.contact-hero__sub {
  margin: 0 0 28px;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-hero .btn-outline {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
}

.contact-hero .btn-outline:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: #fff;
  color: #fff;
}

.contact-hero .btn-ghost {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
}

.contact-hero .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.18);
}

.contact-main {
  padding-bottom: 80px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
  gap: 18px;
  align-items: start;
}

.contact-card,
.contact-form {
  padding: 24px;
  border-radius: 22px;
}

.contact-card-title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #0f1f20;
}

.contact-card-sub {
  margin: 0 0 18px;
  font-size: 14px;
}

.contact-items {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.contact-item {
  display: grid;
  gap: 6px;
  padding: 14px 14px 13px;
  border-radius: 16px;
  border: 1px solid rgba(15, 143, 124, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #f4fbfa 100%);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.contact-item:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 143, 124, 0.30);
  box-shadow: 0 14px 28px rgba(15, 35, 40, 0.08);
}

.contact-item:focus-visible {
  outline: 3px solid rgba(15, 143, 124, 0.18);
  outline-offset: 3px;
}

.contact-item__k {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #587076;
}

.contact-item__v {
  font-size: 14px;
  font-weight: 700;
  color: #0f1f20;
  line-height: 1.45;
}

.contact-item--address .contact-item__v {
  font-weight: 600;
  color: #1a2528;
}

.contact-map-open {
  margin-top: 2px;
  color: var(--primary);
  font-weight: 700;
  font-size: 13px;
}

.contact-map-open:hover {
  color: var(--primary-dark);
}

.contact-hours h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #0f1f20;
}

.contact-hours p {
  margin: 0;
  font-size: 13px;
}

.contact-form-title {
  margin: 0 0 6px;
  font-size: clamp(22px, 3.2vw, 28px);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0f1f20;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}

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

.contact-field--full {
  margin-top: 2px;
}

.contact-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #41585e;
}

.contact-label span {
  color: #d14836;
}

.contact-form input,
.contact-form select {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 14px;
  font: inherit;
  height: 46px;
  background: transparent;
  color: var(--text);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.contact-form input:hover,
.contact-form select:hover,
.contact-form textarea:hover {
  border-color: rgba(15, 143, 124, 0.32);
}

.contact-form input::placeholder {
  color: #9aa9ad;
}

.contact-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #7a8a90 50%),
    linear-gradient(135deg, #7a8a90 50%, transparent 50%);
  background-position: calc(100% - 18px) 19px, calc(100% - 12px) 19px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

.contact-form input:focus,
.contact-form select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(15, 143, 124, 0.15);
}

.contact-form textarea {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 14px;
  font: inherit;
  resize: vertical;
  min-height: 120px;
  color: var(--text);
  background: transparent;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  margin-top: 0;
}

.contact-form textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(15, 143, 124, 0.15);
}

.contact-form textarea::placeholder {
  color: #9aa9ad;
}

.contact-form .form-hint {
  margin: -6px 0 10px;
}

.contact-form .btn-submit {
  height: 52px;
  border-radius: 14px;
  margin-top: 22px;
}

.contact-form-status {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid transparent;
}

.contact-form-status--ok {
  color: #0b6f62;
  background: rgba(15, 143, 124, 0.10);
  border-color: rgba(15, 143, 124, 0.22);
}

.contact-form-status--err {
  color: #b42318;
  background: rgba(240, 68, 56, 0.08);
  border-color: rgba(240, 68, 56, 0.25);
}

.contact-form-status__mailto {
  font-weight: 700;
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-form-status__mailto:hover {
  color: var(--primary-dark);
}

.contact-form input:invalid,
.contact-form select:invalid,
.contact-form textarea:invalid {
  box-shadow: none;
}

.contact-form input:invalid:focus,
.contact-form select:invalid:focus,
.contact-form textarea:invalid:focus {
  border-color: rgba(209, 72, 54, 0.65);
  box-shadow: 0 0 0 3px rgba(209, 72, 54, 0.16);
}
.contact-form-note {
  margin: 6px 0 0;
  font-size: 12px;
  color: #7a8a90;
}

.contact-map-section {
  margin-top: 22px;
}

.contact-map-head {
  margin-bottom: 14px;
}

.contact-map-head h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 3.4vw, 34px);
  letter-spacing: -0.02em;
}

.contact-map-head p {
  margin: 0;
  font-size: 14px;
}

.contact-map {
  padding: 0;
  overflow: hidden;
  border-radius: 22px;
  height: clamp(320px, 42vw, 460px);
}

.contact-map:focus-within {
  outline: 3px solid rgba(15, 143, 124, 0.22);
  outline-offset: 4px;
}

.contact-map .leaflet-container {
  height: 100%;
  width: 100%;
  font-family: var(--font-sans);
}

.contact-map .leaflet-control-attribution {
  font-size: 11px;
}

@media (max-width: 980px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-hero {
    padding: 112px 0 46px;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  .contact-hero::before,
  .contact-hero__overlay,
  .contact-hero__inner > * {
    animation: none !important;
  }
}

/* ===================== Services page ===================== */
.services-page-main {
  padding-top: 0;
  padding-bottom: 80px;
}

/* Premium accordion (dark, futuristic) */
.services-accordion {
  padding: 22px 0 52px;
}

.services-accordion .container {
  width: min(1320px, 96%);
}

.services-accordion__shell {
  width: 100%;
  border-radius: 22px 22px 14px 14px;
  overflow: hidden;
  background: linear-gradient(90deg, #16645B 0%, #021B1A 100%);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
  padding: 6px 0;
}

.services-accordion__more {
  width: 100%;
  max-width: 420px;
  margin: 22px auto 0;
  display: flex;
  justify-content: center;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  border-color: rgba(22, 50, 51, 0.35);
  color: #223233;
}

.services-accordion__more:hover {
  border-color: rgba(22, 98, 91, 0.85);
  background: rgba(22, 98, 91, 0.06);
}

.services-accordion__more[hidden] {
  display: none !important;
}

.svc-acc {
  position: relative;
}

.svc-acc + .svc-acc::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.svc-acc__trigger {
  width: 100%;
  border: 0;
  background: transparent;
  color: #eafff9;
  cursor: pointer;
  text-align: left;
  padding: 16px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  transition: transform 0.18s ease, color 0.18s ease, text-shadow 0.18s ease;
}

.svc-acc__trigger:hover {
  transform: translateY(-1px);
  text-shadow: 0 0 18px rgba(120, 230, 180, 0.22);
}

.svc-acc__title {
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.2;
}

.svc-acc__num {
  font-weight: 900;
  letter-spacing: 0.06em;
  font-size: clamp(30px, 4vw, 52px);
  opacity: 0.35;
  line-height: 1;
  color: rgba(255, 255, 255, 0.92);
}

.svc-acc__panel {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 380ms cubic-bezier(.2,.7,.2,1);
}

.svc-acc__inner {
  padding: 0 28px 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 300px);
  align-items: start;
  gap: 22px;
}

.svc-acc__content {
  padding-top: 2px;
}

.svc-acc__divider {
  height: 1px;
  margin: 0 0 12px;
  background: rgba(255, 255, 255, 0.16);
  max-width: none;
}

.svc-acc__desc {
  margin: 0;
  color: rgba(232, 255, 250, 0.74);
  font-size: clamp(14px, 1.35vw, 16px);
  line-height: 1.65;
  max-width: none;
}

.svc-acc__sublist {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.svc-acc__subitem {
  margin: 0;
}

.svc-acc__sublink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(244, 255, 252, 0.92);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.svc-acc__sublink:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-1px);
}

.svc-acc__sublink:focus-visible {
  outline: 2px solid rgba(180, 255, 230, 0.85);
  outline-offset: 3px;
}

.svc-acc__know-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 11px 22px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(0, 0, 0, 0.2);
  color: #f4fffc;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.svc-acc__know-more:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.68);
  color: #fff;
  transform: translateY(-1px);
}

.svc-acc__know-more:focus-visible {
  outline: 2px solid rgba(180, 255, 230, 0.85);
  outline-offset: 3px;
}

.svc-acc__media {
  margin: 0;
  border-radius: 14px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateY(-4px);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.svc-acc.is-open .svc-acc__media {
  transform: translateY(-4px) scale(1.01);
  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(120, 230, 180, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.svc-acc__media img {
  display: block;
  width: 100%;
  height: 168px;
  object-fit: cover;
  border-radius: 10px;
}

.svc-acc.is-open .svc-acc__trigger {
  text-shadow: 0 0 18px rgba(120, 230, 180, 0.26);
}

@media (max-width: 980px) {
  .svc-acc__inner {
    grid-template-columns: 1fr;
  }
  .svc-acc__media {
    transform: none;
  }
  .svc-acc.is-open .svc-acc__media {
    transform: none;
  }
  .svc-acc__media img {
    height: 180px;
  }
  .svc-acc + .svc-acc::before {
    left: 18px;
    right: 18px;
  }
  .svc-acc__trigger {
    padding: 14px 18px;
  }
  .svc-acc__inner {
    padding: 0 18px 16px;
  }
}

/* ===================== Service detail (from services accordion) ===================== */
.service-detail-main {
  padding: clamp(40px, 5vw, 72px) 0 clamp(72px, 8vw, 100px);
  background: var(--bg);
}

.service-detail-crumb {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 600;
}

.service-detail-crumb a {
  color: var(--primary-dark);
  text-decoration: none;
}

.service-detail-crumb a:hover {
  text-decoration: underline;
}

.service-detail-title {
  margin: 0 0 clamp(16px, 2vw, 22px);
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--text);
}

.service-detail-figure {
  margin: 0 0 clamp(22px, 3vw, 32px);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 12px 40px rgba(10, 37, 33, 0.08);
  max-width: 900px;
}

.service-detail-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(420px, 52vh);
  object-fit: cover;
}

.service-detail-desc {
  margin: 0 0 clamp(28px, 4vw, 36px);
  max-width: 62ch;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.7;
  color: var(--muted);
}

.service-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-detail-main--rich {
  padding: 0 0 clamp(56px, 7vw, 88px);
  background: var(--bg);
}

/* ---------- Staffing & Recruitment rich landing (.svc-lp) ---------- */
.svc-lp {
  overflow-x: hidden;
}

.svc-lp__hero {
  position: relative;
  min-height: min(72vh, 640px);
  display: flex;
  align-items: flex-end;
  padding: clamp(72px, 10vw, 120px) 0 clamp(48px, 6vw, 80px);
  margin-bottom: 0;
}

.svc-lp__hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(0.92);
}

.svc-lp__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(6, 35, 30, 0.92) 0%,
    rgba(6, 40, 34, 0.78) 42%,
    rgba(8, 48, 42, 0.55) 100%
  );
}

.svc-lp__hero-float {
  position: absolute;
  border-radius: 50%;
  background: rgba(15, 143, 124, 0.35);
  border: 2px solid rgba(120, 220, 200, 0.45);
  box-shadow: 0 0 0 8px rgba(15, 143, 124, 0.08);
  z-index: 1;
  pointer-events: none;
}

.svc-lp__hero-float--1 {
  width: 56px;
  height: 56px;
  right: 12%;
  top: 28%;
  animation: svc-lp-float 7s ease-in-out infinite;
}

.svc-lp__hero-float--2 {
  width: 36px;
  height: 36px;
  right: 8%;
  top: 48%;
  animation: svc-lp-float 9s ease-in-out infinite 0.8s;
}

.svc-lp__hero-float--3 {
  width: 44px;
  height: 44px;
  right: 18%;
  bottom: 32%;
  animation: svc-lp-float 8s ease-in-out infinite 0.4s;
}

@keyframes svc-lp-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.svc-lp__hero-inner {
  position: relative;
  z-index: 2;
}

.svc-lp__crumb {
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 600;
}

.svc-lp__crumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.svc-lp__crumb a:hover {
  color: #fff;
  text-decoration: underline;
}

.svc-lp__hero-title {
  margin: 0 0 clamp(16px, 2vw, 24px);
  max-width: 18ch;
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: #fff;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.25);
}

.svc-lp__hero-lead {
  margin: 0 0 1rem;
  max-width: min(62ch, 100%);
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.75;
  color: rgba(232, 255, 250, 0.92);
}

.svc-lp__hero-lead--last {
  margin-bottom: 0;
  color: rgba(220, 245, 240, 0.88);
}

.svc-lp__section {
  padding: clamp(56px, 7vw, 88px) 0;
}

.svc-lp__section--white {
  background: #fff;
}

.svc-lp__section--muted {
  background: var(--bg);
}

.svc-lp__section--conclusion {
  background: #fff;
  border-top: 1px solid var(--border);
}

.svc-lp__prose {
  max-width: 800px;
}

.svc-lp__prose > p {
  margin: 0 0 1rem;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.72;
  color: var(--muted);
}

.svc-lp__h2 {
  margin: 0 0 clamp(14px, 2vw, 20px);
  font-family: var(--font-display);
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--text);
}

.svc-lp__h3 {
  margin: 1.5rem 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
}

.svc-lp__list {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  color: var(--muted);
  line-height: 1.7;
}

.svc-lp__list li {
  margin-bottom: 0.5rem;
}

.svc-lp__list--numbered {
  list-style: decimal;
}

.svc-lp__steps {
  margin: 1.25rem 0 0;
  padding-left: 1.25rem;
  counter-reset: svcstep;
  list-style: none;
}

.svc-lp__steps > li {
  position: relative;
  margin-bottom: 1.75rem;
  padding-left: 0.5rem;
}

.svc-lp__steps > li::marker {
  content: none;
}

.svc-lp__steps > li strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
  color: var(--text);
}

.svc-lp__steps > li > p {
  margin: 0 0 0.5rem;
  color: var(--muted);
  line-height: 1.65;
}

.svc-lp__features {
  padding: clamp(56px, 7vw, 96px) 0;
  background: #eef4f3;
}

.svc-lp__eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: var(--primary);
}

.svc-lp__eyebrow--center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.svc-lp__features-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.svc-lp__features-title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--text);
}

.svc-lp__features-intro {
  margin: 0;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.7;
  color: var(--muted);
}

.svc-lp__feature-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.svc-lp__feature-card {
  position: relative;
  padding: clamp(22px, 3vw, 28px) clamp(20px, 3vw, 26px) 48px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--border);
  box-shadow: 0 10px 36px rgba(10, 37, 33, 0.07);
  overflow: hidden;
}

.svc-lp__feature-card-title {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
}

.svc-lp__feature-card-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}

.svc-lp__feature-card-num {
  position: absolute;
  right: 14px;
  bottom: 8px;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: rgba(26, 37, 40, 0.08);
  user-select: none;
}

.svc-lp__dark-types {
  padding: clamp(56px, 7vw, 96px) 0;
  background: linear-gradient(180deg, #0a322b 0%, #062922 100%);
  color: rgba(255, 255, 255, 0.92);
}

.svc-lp__dark-types-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px 32px;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.svc-lp__dark-types-title {
  margin: 0;
  flex: 1 1 320px;
  max-width: 520px;
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
}

.svc-lp__dark-types-intro {
  margin: 0;
  flex: 1 1 280px;
  max-width: 440px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(220, 245, 238, 0.82);
}

.svc-lp__type-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: stretch;
}

.svc-lp__type-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 200px;
  min-width: 0;
  padding: clamp(22px, 3vw, 28px) clamp(18px, 2.5vw, 22px);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

.svc-lp__type-card-main {
  flex: 1 1 auto;
  min-height: 0;
}

.svc-lp__type-card-foot {
  margin-top: auto;
  padding-top: 18px;
}

.svc-lp__type-more {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.svc-lp__type-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: rgba(15, 143, 124, 0.12);
  color: var(--primary-dark);
}

.svc-lp__type-card-title {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--primary-dark);
}

.svc-lp__type-card p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}

.svc-lp__type-card-note {
  margin: 0 !important;
  font-size: 13px !important;
  color: var(--text) !important;
}

.svc-lp__challenge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 1.25rem;
}

.svc-lp__challenge-card {
  padding: 22px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--border);
  box-shadow: 0 8px 28px rgba(10, 37, 33, 0.05);
}

.svc-lp__challenge-card .svc-lp__h3 {
  margin-top: 0;
}

.svc-lp__challenge-card p {
  margin: 0 0 0.65rem;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}

.svc-lp__challenge-card p:last-child {
  margin-bottom: 0;
}

.svc-lp__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.75rem;
}

.svc-lp__faq {
  padding: clamp(56px, 7vw, 96px) 0 clamp(72px, 9vw, 120px);
  background: #fff;
}

.svc-lp__faq-title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.03em;
  color: var(--text);
}

.svc-lp__faq-sub {
  margin: 0 0 36px;
  text-align: center;
  font-size: 16px;
  color: var(--muted);
}

.svc-lp__faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.svc-lp__faq-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fafcfc;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(10, 37, 33, 0.04);
}

.svc-lp__faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
  list-style: none;
}

.svc-lp__faq-q::-webkit-details-marker {
  display: none;
}

.svc-lp__faq-chevron {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: #fff;
  position: relative;
}

.svc-lp__faq-chevron::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--primary-dark);
  border-bottom: 2px solid var(--primary-dark);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.25s ease;
}

.svc-lp__faq-item[open] .svc-lp__faq-chevron::after {
  transform: translate(-50%, -20%) rotate(225deg);
}

.svc-lp__faq-a {
  padding: 0 20px 18px;
}

.svc-lp__faq-a p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

@media (max-width: 1024px) {
  .svc-lp__type-card {
    flex: 1 1 calc(50% - 9px);
    min-width: min(100%, 260px);
  }

  .svc-lp__challenge-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 840px) {
  .svc-lp__features-grid {
    grid-template-columns: 1fr;
  }

  .svc-lp__feature-cards {
    grid-template-columns: 1fr;
  }

  .svc-lp__hero-float--1,
  .svc-lp__hero-float--2,
  .svc-lp__hero-float--3 {
    opacity: 0.5;
  }
}

@media (max-width: 600px) {
  .svc-lp__type-card {
    flex: 1 1 100%;
  }

  .svc-lp__dark-types-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===================== Aviation page ===================== */
/* .aviation-main {
  padding-bottom: 80px;
} */

/* Raymoon Aerotech — two-column collage + copy */
.aerotech-about {
  padding: clamp(48px, 6vw, 96px) 0;
  background: #fff;
  border-bottom: 1px solid var(--border);
}

.aerotech-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.aerotech-about__collage {
  min-width: 0;
}

.aerotech-about__collage-inner {
  max-width: 540px;
  margin: 0 auto 0 0;
}

.aerotech-about__top-wrap {
  position: relative;
  margin-bottom: clamp(14px, 2vw, 20px);
}

.aerotech-about__dec--tl {
  position: absolute;
  z-index: 0;
  width: min(52%, 240px);
  height: 78%;
  left: -14px;
  top: -14px;
  border-radius: 18px;
  background: #0a3d35;
}

.aerotech-about__img--top {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 340;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 22px 56px rgba(10, 37, 33, 0.14);
}

.aerotech-about__bottom-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 38%);
  gap: clamp(12px, 2vw, 18px);
  align-items: end;
}

.aerotech-about__bl-wrap {
  position: relative;
  padding-left: 28px;
}

.aerotech-about__dots {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: min(72%, 140px);
  min-height: 100px;
  background-image: radial-gradient(circle at center, #b8c5c4 1.5px, transparent 1.5px);
  background-size: 9px 9px;
  opacity: 0.85;
  pointer-events: none;
}

.aerotech-about__img--tall {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  max-height: 320px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(10, 37, 33, 0.1);
}

.aerotech-about__br-wrap {
  position: relative;
  padding-bottom: 8px;
  padding-right: 8px;
}

.aerotech-about__dec--br {
  position: absolute;
  z-index: 0;
  width: 72%;
  height: 72%;
  right: -6px;
  bottom: -6px;
  border-radius: 16px;
  background: linear-gradient(145deg, var(--primary) 0%, #0a4a42 100%);
  opacity: 0.95;
}

.aerotech-about__img--sq {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(10, 37, 33, 0.12);
}

.aerotech-about__copy {
  position: relative;
  min-width: 0;
  padding: clamp(8px, 2vw, 12px) 0;
}

.aerotech-about__watermark {
  position: absolute;
  right: -4%;
  top: 22%;
  width: min(52%, 280px);
  height: auto;
  color: var(--text);
  opacity: 0.07;
  pointer-events: none;
}

.aerotech-about__watermark svg {
  display: block;
  width: 100%;
  height: auto;
}

.aerotech-about__label {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0f1414;
}

.aerotech-about__title {
  margin: 0 0 clamp(18px, 2.5vw, 26px);
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: clamp(32px, 4.2vw, 46px);
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: var(--primary-dark);
}

.aerotech-about__body {
  position: relative;
  z-index: 1;
}

.aerotech-about__body p {
  margin: 0 0 16px;
  max-width: 48ch;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.7;
  color: var(--muted);
}

.aerotech-about__body p:last-child {
  margin-bottom: 0;
}

.aerotech-about__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 14px 26px;
  border-radius: 12px;
  border: none;
  background: var(--primary-dark);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(8, 104, 90, 0.25);
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.aerotech-about__btn:hover {
  background: var(--primary);
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(8, 104, 90, 0.3);
}

.aerotech-about__btn-icon {
  flex-shrink: 0;
}

/* ===================== Aviation — Our mission card ===================== */
@keyframes aero-mission-orb {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.45;
  }
  50% {
    transform: translate(6%, -8%) scale(1.08);
    opacity: 0.75;
  }
}

@keyframes aero-mission-orb-slow {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.35;
  }
  50% {
    transform: translate(-10%, 12%) scale(1.12);
    opacity: 0.65;
  }
}

@keyframes aero-mission-shine {
  0%,
  100% {
    opacity: 0.35;
  }
  50% {
    opacity: 0.65;
  }
}

.aero-mission {
  position: relative;
  padding: clamp(40px, 6vw, 72px) 0 clamp(48px, 7vw, 80px);
  overflow: hidden;
  background:
    radial-gradient(ellipse 120% 80% at 10% 20%, rgba(31, 138, 112, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 90% 70% at 92% 75%, rgba(15, 143, 124, 0.1) 0%, transparent 50%),
    linear-gradient(180deg, #eef4f3 0%, var(--bg) 45%, #e8f0ee 100%);
}

.aero-mission__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.aero-mission__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(56px);
}

.aero-mission__orb--1 {
  width: min(420px, 55vw);
  height: min(420px, 55vw);
  left: -8%;
  top: 5%;
  background: radial-gradient(circle, rgba(31, 138, 112, 0.42) 0%, transparent 68%);
  animation: aero-mission-orb 9s ease-in-out infinite;
}

.aero-mission__orb--2 {
  width: min(360px, 48vw);
  height: min(360px, 48vw);
  right: -5%;
  bottom: 0;
  background: radial-gradient(circle, rgba(31, 138, 112, 0.32) 0%, transparent 70%);
  animation: aero-mission-orb-slow 11s ease-in-out infinite;
}

.aero-mission__orb--3 {
  width: min(280px, 40vw);
  height: min(280px, 40vw);
  left: 42%;
  top: 40%;
  background: radial-gradient(circle, rgba(13, 45, 74, 0.08) 0%, transparent 72%);
  animation: aero-mission-orb 13s ease-in-out infinite reverse;
  filter: blur(40px);
}

.aero-mission__container {
  position: relative;
  z-index: 1;
}

.aero-mission__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(200px, 0.38fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
  padding: clamp(36px, 5vw, 52px) clamp(28px, 4vw, 56px);
  background: #fff;
  border-radius: 28px;
  border: 1px solid rgba(31, 138, 112, 0.1);
  box-shadow:
    -18px 24px 0 rgba(31, 138, 112, 0.28),
    -10px 14px 40px rgba(31, 138, 112, 0.12),
    0 32px 72px rgba(10, 37, 33, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
}

.aero-mission__card-shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    125deg,
    transparent 0%,
    rgba(31, 138, 112, 0.06) 38%,
    transparent 52%,
    rgba(31, 138, 112, 0.04) 78%,
    transparent 100%
  );
  background-size: 200% 200%;
  animation: aero-mission-shine 6s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.aero-mission__brand,
.aero-mission__content {
  position: relative;
  z-index: 1;
}

.aero-mission__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding-top: 4px;
}

.aero-mission__emblem {
  margin: 0;
  width: min(240px, 78vw);
  max-width: 100%;
}

.aero-mission__emblem-img {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(13, 45, 74, 0.12));
}

.aero-mission__content {
  min-width: 0;
  text-align: left;
  padding-left: clamp(0px, 1vw, 8px);
  border-left: 3px solid rgba(31, 138, 112, 0.22);
  padding-top: 2px;
  padding-bottom: 2px;
}

.aero-mission__content-inner {
  margin-bottom: clamp(28px, 4vw, 40px);
  padding-left: clamp(16px, 2.5vw, 28px);
}

.aero-mission__heading {
  margin: 0 0 12px;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f1414;
  line-height: 1.15;
}

.aero-mission__quote {
  margin: 0;
  max-width: 38em;
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: clamp(16px, 1.45vw, 19px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.65;
  color: #5b6c72;
}

.aero-mission__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 28px);
  align-items: start;
  padding-left: clamp(16px, 2.5vw, 28px);
}

.aero-mission__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}

.aero-mission__stat-ring {
  width: min(100%, 128px);
  aspect-ratio: 1;
  max-width: 128px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px dashed #1f8a70;
  background: linear-gradient(160deg, #fafcfb 0%, #f0f6f4 100%);
  transition: transform 0.65s cubic-bezier(0.33, 1, 0.68, 1), border-color 0.65s ease;
}

.aero-mission__stat-num {
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: clamp(22px, 2.5vw, 34px);
  letter-spacing: -0.03em;
  color: #0f1414;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  min-height: 1.1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.aero-mission__stat-label {
  margin: 0;
  width: 100%;
  max-width: 160px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #5b6c72;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8e3e1;
}

@media (max-width: 900px) {
  .aero-mission__card {
    grid-template-columns: 1fr;
    text-align: center;
    box-shadow:
      -12px 18px 0 rgba(31, 138, 112, 0.24),
      0 28px 56px rgba(10, 37, 33, 0.1);
  }

  .aero-mission__content {
    text-align: center;
    border-left: none;
    border-top: 3px solid rgba(31, 138, 112, 0.18);
    padding-left: 0;
    padding-top: clamp(24px, 4vw, 32px);
    margin-top: 4px;
  }

  .aero-mission__content-inner {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 36em;
  }

  .aero-mission__quote {
    margin-left: auto;
    margin-right: auto;
  }

  .aero-mission__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 0;
  }

  .aero-mission__stat-label {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .aero-mission__stats {
    grid-template-columns: 1fr;
    max-width: 220px;
    margin: 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aero-mission__orb,
  .aero-mission__card-shine {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

/* ===================== Aviation — How it works (timeline) ===================== */
.avi-how {
  --avi-accent: #1f8a70;
  padding: clamp(56px, 7vw, 100px) 0 clamp(64px, 8vw, 108px);
  background: #f8f9fa;
}

.avi-how__title {
  margin: 0 0 clamp(36px, 5vw, 52px);
  text-align: center;
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: clamp(32px, 4.5vw, 48px);
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: #0f1414;
}

.avi-how__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
  margin-bottom: clamp(36px, 5vw, 52px);
  align-items: stretch;
}

.avi-how__card {
  position: relative;
  padding: clamp(20px, 2.5vw, 28px) clamp(16px, 2vw, 22px) clamp(22px, 2.8vw, 30px);
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(15, 20, 20, 0.06);
  text-align: center;
  opacity: 0.48;
  transform: translateY(0) scale(0.98);
  box-shadow: none;
  transition:
    opacity 0.75s cubic-bezier(0.33, 1, 0.68, 1),
    transform 0.75s cubic-bezier(0.33, 1, 0.68, 1),
    box-shadow 0.75s cubic-bezier(0.33, 1, 0.68, 1),
    border-color 0.75s ease;
}

.avi-how__card.is-active {
  opacity: 1;
  transform: translateY(-12px) scale(1.03);
  border-color: rgba(31, 138, 112, 0.22);
  box-shadow:
    0 28px 56px rgba(31, 138, 112, 0.14),
    0 12px 32px rgba(10, 37, 33, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}

.avi-how__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e6ebea;
  color: #9aa6a6;
  transition:
    background 0.65s ease,
    color 0.65s ease,
    box-shadow 0.65s ease,
    transform 0.65s cubic-bezier(0.33, 1, 0.68, 1);
}

.avi-how__card.is-active .avi-how__icon {
  background: var(--avi-accent);
  color: #fff;
  box-shadow:
    0 0 0 5px rgba(31, 138, 112, 0.12),
    0 10px 28px rgba(31, 138, 112, 0.35);
}

.avi-how__img-wrap {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 18px;
  box-shadow: 0 8px 24px rgba(10, 37, 33, 0.08);
}

.avi-how__card-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 480 / 280;
  object-fit: cover;
  transition: filter 0.75s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.75s ease;
  filter: grayscale(0.9) brightness(0.92);
  opacity: 0.85;
}

.avi-how__card.is-active .avi-how__card-img {
  filter: grayscale(0) brightness(1);
  opacity: 1;
}

.avi-how__card-title {
  margin: 0 0 10px;
  font-size: clamp(16px, 1.35vw, 18px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #9aa3a3;
  transition: color 0.65s ease;
}

.avi-how__card.is-active .avi-how__card-title {
  color: var(--avi-accent);
}

.avi-how__card-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #a8b0b0;
  transition: color 0.65s ease;
}

.avi-how__card.is-active .avi-how__card-text {
  color: var(--muted);
}

.avi-how__track {
  position: relative;
  height: 32px;
  max-width: min(1080px, 100%);
  margin: 0 auto;
  --avi-p: 25;
}

.avi-how__track-base {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  transform: translateY(-50%);
  border-radius: 3px;
  background: repeating-linear-gradient(
    90deg,
    #cfd8d6 0,
    #cfd8d6 7px,
    transparent 7px,
    transparent 13px
  );
  opacity: 0.65;
  z-index: 0;
}

.avi-how__track-bar {
  position: absolute;
  left: 0;
  top: 50%;
  height: 5px;
  margin-top: -2.5px;
  width: calc(var(--avi-p) * 1%);
  max-width: 100%;
  border-radius: 5px;
  background: linear-gradient(90deg, var(--avi-accent) 0%, #26a080 100%);
  box-shadow: 0 2px 12px rgba(31, 138, 112, 0.35);
  z-index: 1;
  transition: width 0.85s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
}

.avi-how__track-dot {
  position: absolute;
  left: calc(var(--avi-p) * 1%);
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--avi-accent);
  border: 2px solid #fff;
  box-shadow: 0 2px 14px rgba(31, 138, 112, 0.45);
  z-index: 2;
  transform: translate(-50%, -50%);
  transition: left 0.85s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
}

@media (max-width: 900px) {
  .avi-how__cards {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(40px, 6vw, 52px);
  }

  .avi-how__card.is-active {
    transform: translateY(-8px) scale(1.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  .avi-how__card,
  .avi-how__icon,
  .avi-how__card-img,
  .avi-how__card-title,
  .avi-how__card-text,
  .avi-how__track-bar,
  .avi-how__track-dot {
    transition: none !important;
  }
}

/* ===================== Aviation — Expert solutions (horizontal scroll) ===================== */
.avi-solutions {
  --avi-sol-bg: #eceff2;
  --avi-sol-surface: #ffffff;
  --avi-sol-line: rgba(10, 25, 28, 0.08);
  --avi-sol-muted: #4a5c62;
  padding: clamp(52px, 6.5vw, 96px) 0 clamp(48px, 5.5vw, 80px);
  background:
    /* radial-gradient(120% 80% at 12% 0%, rgba(15, 143, 124, 0.06), transparent 52%), */
    radial-gradient(90% 60% at 100% 20%, rgba(15, 35, 40, 0.04), transparent 45%),
    var(--avi-sol-bg);
}

.avi-solutions__pin {
  position: relative;
}

.avi-solutions__pin-sticky {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--avi-sol-bg);
}

.avi-solutions.avi-solutions--scroll-desk .avi-solutions__strip {
  overflow-x: hidden;
  scroll-snap-type: none;
}

.avi-solutions.avi-solutions--scroll-desk .avi-solutions__strip-inner {
  will-change: transform;
}

.avi-solutions.avi-solutions--scroll-desk .avi-solutions__card {
  scroll-snap-align: none;
}

.avi-solutions:not(.avi-solutions--scroll-desk) .avi-solutions__progress {
  display: none;
}

.avi-solutions__head {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: clamp(10px, 1.2vw, 14px) clamp(24px, 3.5vw, 44px);
  align-items: end;
  margin-bottom: clamp(28px, 3.6vw, 44px);
}

.avi-solutions__eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary-dark);
}

.avi-solutions__title {
  margin: 0;
  font-size: clamp(26px, 3.1vw, 40px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: #081214;
}

.avi-solutions__lead {
  margin: 0;
  justify-self: end;
  text-align: right;
  max-width: 36em;
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.7;
  color: var(--avi-sol-muted);
}

.avi-solutions__scroll-outer {
  position: relative;
}

.avi-solutions__progress {
  position: relative;
  width: min(1160px, 92%);
  height: 4px;
  margin: clamp(16px, 2.4vw, 28px) auto 0;
  border-radius: 999px;
}

.avi-solutions__progress-track {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(8, 18, 22, 0.08);
}

.avi-solutions__progress-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 100%;
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--primary-dark), var(--primary));
  transition: transform 0.12s ease-out;
}

.avi-solutions.avi-solutions--scroll-desk .avi-solutions__progress-fill {
  transition: none;
}

.avi-solutions__strip {
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scroll-padding-inline: max(4vw, calc((100vw - min(1160px, 92vw)) / 2));
  padding: 4px 0 12px;
  outline: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.avi-solutions__strip::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.avi-solutions__strip:focus-visible {
  outline: 2px solid rgba(15, 20, 20, 0.14);
  outline-offset: 6px;
  border-radius: 4px;
}

.avi-solutions__edge {
  position: absolute;
  top: 0;
  bottom: clamp(40px, 5vw, 56px);
  width: min(72px, 8vw);
  z-index: 2;
  pointer-events: none;
}

.avi-solutions__edge--left {
  left: 0;
  background: linear-gradient(
    90deg,
    var(--avi-sol-bg) 0%,
    rgba(236, 239, 242, 0.92) 40%,
    transparent 100%
  );
}

.avi-solutions__edge--right {
  right: 0;
  background: linear-gradient(
    270deg,
    var(--avi-sol-bg) 0%,
    rgba(236, 239, 242, 0.92) 40%,
    transparent 100%
  );
}

.avi-solutions__strip-inner {
  display: flex;
  gap: clamp(16px, 2vw, 22px);
  width: max-content;
  padding: 4px 0 8px;
  padding-left: max(4vw, calc((100vw - min(1160px, 92vw)) / 2));
  padding-right: max(4vw, calc((100vw - min(1160px, 92vw)) / 2));
}

.avi-solutions__card {
  position: relative;
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: min(320px, 84vw);
  min-height: 228px;
  padding: 26px 22px 56px;
  background: var(--avi-sol-surface);
  border-radius: 14px;
  border: 1px solid var(--avi-sol-line);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98) inset,
    0 2px 4px rgba(8, 22, 26, 0.03),
    0 12px 32px rgba(8, 22, 26, 0.06);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.avi-solutions__card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  border-radius: 14px 14px 0 0;
  background: transparent;
  opacity: 0;
  transition: opacity 0.22s ease;
}

.avi-solutions__card.is-active {
  border-color: rgba(15, 143, 124, 0.22);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 1) inset,
    0 2px 6px rgba(8, 104, 90, 0.05),
    0 16px 40px rgba(8, 40, 36, 0.08);
}

.avi-solutions__card.is-active::before {
  opacity: 1;
  background: linear-gradient(90deg, var(--primary-dark), var(--primary));
}

.avi-solutions__card:hover {
  border-color: rgba(10, 25, 28, 0.12);
}

@media (hover: hover) and (pointer: fine) {
  .avi-solutions__card:hover {
    transform: translateY(-1px);
  }

  .avi-solutions__card.is-active:hover {
    transform: translateY(-1px);
  }
}

.avi-solutions__card-title {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 700;
  letter-spacing: -0.018em;
  color: #0a1214;
  line-height: 1.3;
  padding-right: 72px;
}

.avi-solutions__card-text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 13.5px;
  line-height: 1.72;
  color: var(--avi-sol-muted);
}

.avi-solutions__num {
  position: absolute;
  right: 14px;
  bottom: 10px;
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  font-size: clamp(40px, 5.2vw, 64px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(8, 18, 22, 0.055);
  pointer-events: none;
  user-select: none;
}

@media (max-width: 820px) {
  .avi-solutions__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .avi-solutions__lead {
    justify-self: start;
    text-align: left;
    max-width: none;
  }

  .avi-solutions__edge {
    width: min(40px, 10vw);
  }
}

.aviation-capabilities {
  padding: clamp(48px, 6vw, 88px) 0;
}

.aviation-capabilities h2 {
  margin: 0 0 clamp(28px, 4vw, 40px);
  text-align: center;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
}

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

.aviation-card__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
}

.aviation-card__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
}

.aviation-cta {
  margin-top: 0;
}

.aviation-cta__inner {
  padding: clamp(28px, 4vw, 40px);
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.aviation-cta__title {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
}

.aviation-cta__sub {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.65;
}

.aviation-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

@media (max-width: 980px) {
  .aerotech-about__grid {
    grid-template-columns: 1fr;
  }

  .aerotech-about__collage-inner {
    margin: 0 auto;
    max-width: 480px;
  }

  .aerotech-about__watermark {
    right: 0;
    top: 18%;
    width: min(200px, 45vw);
  }

  .aviation-cards {
    grid-template-columns: 1fr;
  }
}

/* Services — "What Makes Us Different" */
.services-diff {
  padding: clamp(48px, 6vw, 88px) 0 clamp(56px, 7vw, 96px);
  background: #fff;
}

.services-diff__title {
  margin: 0 0 clamp(36px, 5vw, 52px);
  text-align: center;
  font-size: clamp(28px, 3.8vw, 40px);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #0f1414;
}

.services-diff__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4.5vw, 56px);
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
}

.services-diff__card {
  text-align: center;
}

.services-diff__iconline {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: clamp(22px, 3.5vw, 32px);
  min-height: 84px;
}

.services-diff__icon-spacer {
  flex: 1;
  min-width: 0;
}

.services-diff__icon {
  flex-shrink: 0;
  width: 82px;
  height: 82px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 12px 28px rgba(15, 35, 40, 0.14);
}

.services-diff__glyph {
  width: 44px;
  height: 44px;
  display: block;
  flex-shrink: 0;
  shape-rendering: geometricPrecision;
}

.services-diff__glyph--stroke {
  overflow: visible;
}

.services-diff__icon--purple {
  background: #8e70f5;
}

.services-diff__icon--cyan {
  background: #56d8f8;
}

.services-diff__icon--pink {
  background: #f4b9e1;
}

.services-diff__connector {
  flex: 1;
  display: flex;
  align-items: center;
  align-self: center;
  min-width: 12px;
  gap: 0;
  height: 82px;
  margin-top: 0;
}

.services-diff__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  align-self: center;
}

.services-diff__dot--purple {
  background: #8e70f5;
}

.services-diff__dot--cyan {
  background: #56d8f8;
}

.services-diff__dot--pink {
  background: #f4b9e1;
}

.services-diff__dash {
  flex: 1;
  height: 0;
  min-width: 16px;
  margin: 0 6px;
  align-self: center;
  border-top: 2px dashed rgba(15, 35, 40, 0.2);
}

.services-diff__card-title {
  margin: 0 0 18px;
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f1414;
  line-height: 1.25;
}

.services-diff__card-text {
  margin: 0 auto;
  max-width: 280px;
  font-size: clamp(14px, 1.45vw, 15px);
  line-height: 1.72;
  color: rgba(22, 50, 51, 0.68);
}

@media (max-width: 820px) {
  .services-diff__columns {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .services-diff__iconline {
    justify-content: center;
    flex-wrap: wrap;
    min-height: 0;
    height: auto;
    margin-bottom: 20px;
  }

  .services-diff__connector {
    height: auto;
  }

  .services-diff__connector {
    display: none;
  }

  .services-diff__icon-spacer {
    display: none;
  }
}

.services-offer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 10px 0 18px;
}

.services-offer__head h1 {
  margin: 0;
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 900;
  color: #223233;
}

.services-offer__rule {
  height: 2px;
  flex: 1;
  background: rgba(15, 35, 40, 0.16);
  max-width: 520px;
}

.services-offer__panel {
  background:
    radial-gradient(900px 420px at 15% 0%, rgba(255, 255, 255, 0.16), transparent 60%),
    radial-gradient(720px 380px at 90% 20%, rgba(15, 143, 124, 0.26), transparent 55%),
    linear-gradient(145deg, rgba(8, 18, 22, 0.96) 0%, rgba(6, 13, 18, 0.96) 55%, rgba(9, 22, 26, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  padding: 32px 34px;
  display: block;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.20);
}

.services-offer__feature {
  color: #eafff9;
}

.services-offer__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.services-offer__kicker {
  margin: 0;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.services-offer__big-num {
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.04em;
  color: rgba(232, 255, 250, 0.92);
  opacity: 0.95;
  line-height: 1;
}

.services-offer__divider {
  height: 1px;
  margin: 14px 0 18px;
  background: rgba(232, 255, 250, 0.16);
}

.services-offer__feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
  align-items: start;
}

.services-offer__desc {
  margin: 0;
  color: rgba(232, 255, 250, 0.88);
  line-height: 1.8;
  font-size: 16px;
  max-width: 620px;
}

.services-offer__media {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  overflow: hidden;
  padding: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.services-offer__media img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.services-offer__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 4px;
  margin-top: 18px;
}

.services-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  border-bottom: 1px solid rgba(232, 255, 250, 0.18);
  color: rgba(232, 255, 250, 0.92);
  cursor: pointer;
  text-align: left;
  box-shadow: none;
  transition: color 0.16s ease, transform 0.16s ease;
}

.services-item:hover {
  transform: translateY(-1px);
  color: #fff;
}

.services-item.is-active {
  color: #fff;
}

.services-item__label {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.3;
}

.services-item__num {
  font-weight: 900;
  opacity: 0.9;
  font-size: 14px;
  letter-spacing: 0.06em;
}

.services-view-more {
  width: 100%;
  justify-content: center;
  margin-top: 18px;
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
  padding: 14px 18px;
  font-size: 16px;
}

.services-view-more:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.services-item__num {
  font-weight: 900;
  opacity: 0.9;
}

@media (max-width: 980px) {
  .services-offer__panel {
    display: block;
  }
  .services-offer__feature-grid {
    grid-template-columns: 1fr;
  }
  .services-offer__rule {
    display: none;
  }
}

.industries-section .container > .industries {
  margin-top: 0;
}

.industries-intro-bar {
  background: #f7f7f7;
  padding: 34px 0 56px;
  margin-bottom: 34px;
}

.industries-split {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 460px);
  justify-content: space-between;
  align-items: center;
  column-gap: 140px;
  row-gap: 22px;
}

.industries-heading-block {
  max-width: 520px;
  position: relative;
  padding-top: 34px;
}

.industries-accent-line {
  display: block;
  width: 420px;
  max-width: 100%;
  height: 4px;
  background: #4a745e;
  border-radius: 4px;
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0;
}

.industries-title {
  margin: 0;
  color: #2f2f2f;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.industries-lede {
  margin: 0;
  justify-self: end;
  max-width: 460px;
  color: #8a8a8a;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
}

.industries-carousel {
  background: linear-gradient(180deg, rgba(15, 143, 124, 0.10) 0%, rgba(15, 143, 124, 0.04) 100%);
  border: 1px solid rgba(15, 143, 124, 0.16);
  border-radius: 24px;
  padding: 18px 18px 14px;
  position: relative;
  overflow: visible;
}

.industries-carousel::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 24px;
  background: radial-gradient(900px 240px at 20% 0%, rgba(15, 143, 124, 0.22), transparent 60%),
    radial-gradient(520px 220px at 92% 30%, rgba(8, 104, 90, 0.16), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.industries-carousel-top {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  gap: 10px;
  z-index: 2;
}

.carousel-btn {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(8, 104, 90, 0.22);
  background: rgba(255, 255, 255, 0.92);
  color: #0a6f60;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 18px rgba(2, 36, 32, 0.10);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, opacity 160ms ease;
}

.carousel-btn:hover {
  background: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
}

.carousel-btn:last-child {
  border: 1px solid rgba(8, 104, 90, 0.22);
  background: rgba(15, 143, 124, 0.12);
  color: #0a6f60;
}

.carousel-btn:last-child:hover {
  background: rgba(15, 143, 124, 0.18);
}

.carousel-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
}

.carousel-btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.8);
  outline-offset: 3px;
}

.industries-track {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 60px 6px 6px;
  margin-top: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge legacy */
}

.industries-track::-webkit-scrollbar {
  display: none;
}

@media (max-width: 640px) {
  .industries-carousel {
    padding: 16px 12px 12px;
    border-radius: 20px;
  }

  .industries-carousel::before {
    border-radius: 20px;
  }

  .industries-carousel-top {
    top: 12px;
    right: 12px;
  }

  .industries-track {
    padding-top: 58px;
  }
}

.industry-slide {
  position: relative;
  flex: 0 0 320px;
  min-height: 300px;
  height: auto;
  border-radius: 18px;
  overflow: hidden;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid rgba(10, 37, 33, 0.10);
  box-shadow: 0 14px 28px rgba(2, 36, 32, 0.10);
  transform: translateZ(0);
}

.industry-slide img {
  width: 100%;
  height: 172px;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform 240ms ease;
}

.industry-slide:hover img {
  transform: scale(1.04);
}

.industry-overlay {
  position: static;
  padding: 14px 16px 16px;
  color: var(--text);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  min-height: calc(300px - 172px);
}

.industry-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  min-width: 44px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 143, 124, 0.22);
  background: rgba(15, 143, 124, 0.08);
  color: #0a6f60;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 0;
}

.industry-overlay h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.28;
  padding-bottom: 2px;
}

.industry-cta.btn.btn-sm {
  margin-top: max(20px, auto);
  align-self: stretch;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #fff;
  background: var(--primary);
  border: 1px solid rgba(8, 90, 78, 0.35);
  box-shadow: 0 2px 8px rgba(15, 143, 124, 0.22);
  gap: 8px;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.industry-cta.btn.btn-sm::after {
  content: "→";
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  opacity: 0.92;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.industry-cta.btn.btn-sm:hover {
  background: var(--primary-dark);
  border-color: rgba(8, 90, 78, 0.55);
  color: #fff;
  box-shadow: 0 6px 16px rgba(15, 143, 124, 0.28);
  transform: translateY(-1px);
}

.industry-cta.btn.btn-sm:hover::after {
  transform: translateX(2px);
  opacity: 1;
}

.industry-cta.btn.btn-sm:focus-visible {
  outline: 3px solid rgba(15, 143, 124, 0.35);
  outline-offset: 3px;
}

.why-split-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1.1fr);
  align-items: stretch;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 44px rgba(20, 45, 40, 0.12);
  background: #fff;
}

.why-left {
  background-color: #1d6b53;
  background-image: linear-gradient(180deg, #1f745a 0%, #1d6b53 45%, #185445 100%);
  color: #fff;
  padding: 48px 40px 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.why-left h2 {
  margin: 0 0 24px;
  font-size: clamp(36px, 5vw, 48px);
  font-weight: 800;
  line-height: 1.06;
  color: #fff;
  letter-spacing: -0.025em;
  max-width: 12ch;
}

.why-left p {
  margin: 0;
  font-size: clamp(16px, 1.9vw, 18px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.98);
  font-weight: 500;
  max-width: 40ch;
}

.why-right {
  --why-pad-left: 40px;
  background: #fff;
  padding: 40px 40px 40px var(--why-pad-left);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: visible;
}

.why-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.why-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px 14px;
  align-items: center;
  padding: 10px 12px 12px 2px;
  border-radius: 16px;
  margin-bottom: 12px;
  border: 1px solid #e3e7ea;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  user-select: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.why-item:last-child {
  margin-bottom: 0;
}

.why-item.is-active {
  border-color: #1d6b53;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.07);
}

.why-icon {
  --icon-half: 28px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
  overflow: hidden;
  margin-left: calc(-1 * (var(--why-pad-left) + var(--icon-half)));
  position: relative;
  z-index: 2;
}

.why-icon--charcoal {
  background: #3a3d3e;
}

.why-icon--slate {
  background: #7d8483;
}

.why-icon--mustard {
  background: #c4a033;
}

.why-icon--coral {
  background: #e85c52;
}

.why-icon img {
  width: 62%;
  height: 62%;
  max-width: 36px;
  max-height: 36px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.why-copy h4 {
  margin: 0 0 6px;
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #6f787e;
}

.why-item.is-active .why-copy h4 {
  color: #1d6b53;
}

.why-copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #9aa3a9;
}

.why-item.is-active .why-copy p {
  color: #7a858c;
}

@media (hover: hover) {
  .why-list:hover .why-item {
    border-color: #e3e7ea;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  }

  .why-list:hover .why-item .why-copy h4 {
    color: #6f787e;
  }

  .why-list:hover .why-item .why-copy p {
    color: #9aa3a9;
  }

  .why-list:hover .why-item:hover {
    border-color: #1d6b53;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.07);
  }

  .why-list:hover .why-item:hover .why-copy h4 {
    color: #1d6b53;
  }

  .why-list:hover .why-item:hover .why-copy p {
    color: #7a858c;
  }
}

.why-copy h4,
.why-copy p {
  transition: color 0.15s ease;
}

.jobs-section {
  background: #f0f3f3;
  padding: 56px 0 64px;
}

.jobs-intro {
  margin-bottom: 36px;
}

.jobs-title {
  margin: 0 0 20px;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.jobs-title-line {
  text-align: center;
  display: block;
  font-size: clamp(34px, 5.2vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.jobs-title-line--dark {
  color: #1a2226;
}

.jobs-title-line--accent {
  color: #0f8f7c;
  margin-top: 2px;
}

.jobs-lede {
  text-align: center;
  margin: 0;
  font-size: clamp(16px, 1.85vw, 18px);
  font-weight: 400;
  line-height: 1.65;
  color: #6f787e;
  max-width: none;
}

@media (min-width: 1024px) {
  .jobs-lede {
    white-space: nowrap;
  }
}

.jobs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.job-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  box-shadow: 0 10px 32px rgba(15, 35, 40, 0.08);
}

.job-card__media-wrap {
  margin: 0;
  line-height: 0;
}

.job-card__media-wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.job-card__body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0;
}

.job-card__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.job-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.job-card__icon--search {
  background: #e3f2fd;
  color: #1565c0;
}

.job-card__icon--hire {
  background: #e8f5e9;
  color: #1d6b53;
}

.job-card__head h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.job-card__text {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.65;
  color: #5c656c;
}

.job-tags {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.job-tag {
  display: inline-block;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #6a7378;
  border: 1px solid #d5dadf;
  border-radius: 999px;
  background: #fff;
  cursor: default;
  transition:
    border-color 0.15s ease,
    color 0.15s ease,
    background-color 0.15s ease;
}

@media (hover: hover) {
  .job-tag:hover {
    border-color: #0f8f7c;
    color: #0f8f7c;
    background: rgba(15, 143, 124, 0.07);
  }
}

.job-card__cta {
  align-self: flex-start;
  margin-top: auto;
  gap: 8px;
}

.job-card__cta-arrow {
  margin-left: 2px;
  font-weight: 600;
}

.benefits {
  background: #f0f2f3;
  padding: 52px 0 60px;
}

.benefits-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 32px;
}

.benefits-title {
  margin: 0 0 16px;
  font-size: clamp(30px, 4.2vw, 42px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #1a2226;
}

.benefits-title-accent {
  color: #1d6b53;
}

.benefits-lede {
  margin: 0 auto 28px;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.65;
  color: #6f787e;
  font-weight: 400;
}

.tabs {
  display: inline-flex;
  border: 1px solid #d9dde1;
  border-radius: 999px;
  background: #fff;
  padding: 4px;
  gap: 4px;
  margin: 0 auto;
}

.benefits-tabs {
  margin-bottom: 0;
}

.tab-btn {
  border: none;
  background: transparent;
  padding: 11px 28px;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  color: #6f787e;
  border-radius: 999px;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

.tab-btn.active {
  background: #1d6b53;
  color: #fff;
}

.tab-btn:not(.active):hover {
  color: #1a2226;
}

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

.benefit-card {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(15, 35, 40, 0.06);
}

.benefit-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  flex-shrink: 0;
}

.benefit-card__icon--sky {
  background: #e3f2fd;
  color: #1565c0;
}

.benefit-card__icon--mint {
  background: #e8f5e9;
  color: #2e7d32;
}

.benefit-card__icon--indigo {
  background: #e8eaf6;
  color: #3949ab;
}

.benefit-card__icon--amber {
  background: #fff8e1;
  color: #f57f17;
}

.benefit-card__icon--rose {
  background: #fce4ec;
  color: #c2185b;
}

.benefit-card__icon--cyan {
  background: #e0f7fa;
  color: #00838f;
}

.benefit-card__icon--violet {
  background: #ede7f6;
  color: #5e35b1;
}

.benefit-card__icon--orange {
  background: #fff3e0;
  color: #ef6c00;
}

.benefit-card__icon--teal {
  background: #e0f2f1;
  color: #00695c;
}

.benefit-card__icon--lime {
  background: #f1f8e9;
  color: #558b2f;
}

.benefit-card__icon--coral {
  background: #fbe9e7;
  color: #d84315;
}

.benefit-card__icon--slate {
  background: #eceff1;
  color: #455a64;
}

.benefit-card h4 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.benefit-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: #5c656c;
}

.faq {
  padding-top: 22px;
}

.faq-intro {
  margin-bottom: 18px;
}

.faq-pill {
  margin-bottom: 12px;
  padding: 6px 12px;
  font-size: 11px;
  background: #fff;
  border: 1.5px solid rgba(15, 143, 124, 0.9);
  color: #0f8f7c;
}

.faq-title {
  margin: 0 0 8px;
  font-size: clamp(30px, 4.2vw, 42px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #101517;
}

.faq-sub {
  margin: 0 0 18px;
  color: #98a1a6;
  font-size: 13px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
}

.faq-item {
  background: #fff;
  border: 1px solid #dfe6e7;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
  padding: 12px 14px;
  font-weight: 600;
  font-size: 13px;
  color: #0f1719;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

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

.faq-item summary::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background-color: #2c2f32;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 10l4 4 4-4' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  flex: 0 0 auto;
  transition: transform 0.15s ease;
}

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

.faq-item p {
  margin: 0;
  padding: 0 14px 12px;
  color: #6f787e;
  font-size: 13px;
  line-height: 1.6;
}

.faq-item[open] {
  border-color: rgba(15, 143, 124, 0.45);
}

.testimonials {
  padding: 0;
}

.testimonials-wrap {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(340px, 2fr);
  gap: clamp(40px, 6vw, 72px);
  align-items: start;
}

.testimonials-left {
  position: sticky;
  top: max(20px, env(safe-area-inset-top, 0px));
  align-self: start;
  z-index: 1;
  padding: 4px 12px 0 0;
}

.testimonials-right {
  min-width: 0;
  align-self: start;
}

.testimonials-scroll {
  max-height: min(540px, 72vh);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge legacy */
}

.testimonials-scroll:focus-visible {
  outline: 2px solid #0f8f7c;
  outline-offset: 3px;
}

.testimonials-scroll::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.testimonials-quote {
  display: block;
  font-size: clamp(56px, 8vw, 88px);
  line-height: 0.85;
  font-weight: 900;
  color: #000;
  margin: 0 0 8px;
  letter-spacing: -0.04em;
}

.testimonials-left h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4.2vw, 46px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #000;
}

.testimonials-sub {
  margin: 0;
  color: #777;
  font-size: 14px;
  line-height: 1.65;
  max-width: 36ch;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 28px;
  align-items: start;
}

.testimonial-grid .testimonial-card:nth-child(even) {
  margin-top: 48px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  padding: 30px 30px 26px;
  border-radius: 18px;
  /* 2px transparent border so the hover state's 2px teal border doesn't
     cause a 1px layout shift. */
  border: 2px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 36px rgba(15, 40, 35, 0.07);
  background: #fff;
  transition: box-shadow 0.25s ease, border-color 0.25s ease,
    background 0.25s ease, transform 0.25s ease;
  overflow: hidden;
  min-width: 0;
}

.testimonial-card:hover,
.testimonial-card:focus-within,
.testimonial-card.is-featured {
  background: #f0fff4;
  border-color: #0f8f7c;
  box-shadow: 0 16px 44px rgba(15, 143, 124, 0.22);
  transform: translateY(-3px);
}

.testimonial-mark {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background: #1d6b53;
  margin: 0 0 14px;
  flex-shrink: 0;
}

.testimonial-text {
  margin: 0 0 22px;
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.7;
  color: #3a3a3a;
  font-style: italic;
  font-weight: 400;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  flex-shrink: 0;
}

.testimonial-author > div {
  min-width: 0;
}

.testimonial-author .testimonial-avatar {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #1d6b53;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.04em;
  flex: 0 0 auto;
  margin-top: 0;
}

.testimonial-author strong {
  display: block;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 700;
  color: #000;
  line-height: 1.25;
}

.testimonial-author > div span {
  display: block;
  font-family: var(--font-sans);
  font-size: 12px;
  color: #6b6b6b;
  line-height: 1.25;
  margin-top: 3px;
}

.blogs-head {
  margin-bottom: 16px;
}

.blogs-title {
  margin: 0 0 6px;
  font-size: clamp(28px, 4.2vw, 44px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.blogs-title-accent {
  color: var(--primary);
}

.blogs-sub {
  margin: 0;
  color: #9aa3a9;
  font-size: 12px;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.blog-feature {
  padding: 0;
  overflow: hidden;
  border-radius: 16px;
  height: 100%;
}

.blog-feature__link {
  display: block;
  position: relative;
  color: inherit;
  height: 100%;
}

.blog-feature__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.blog-feature__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.72) 100%);
  color: #fff;
}

.blog-feature__overlay h3 {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}

.blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
}

.blog-meta--row {
  color: #88949a;
}

.blog-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.blog-meta__icon {
  display: inline-flex;
  color: currentColor;
  opacity: 0.9;
}

.blog-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  opacity: 0.9;
}

.blog-action {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.18);
  font-size: 12px;
  line-height: 1;
}

.blog-meta--row .blog-action {
  border-color: rgba(0, 0, 0, 0.12);
  background: transparent;
  color: #96a0a6;
}

.blog-list {
  display: grid;
  gap: 12px;
  height: 100%;
}

.blog-row {
  padding: 0;
  overflow: hidden;
  border-radius: 16px;
}

.blog-row__link {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 14px;
  padding: 14px;
  align-items: center;
  color: inherit;
}

.blog-row__img {
  width: 116px;
  height: 86px;
  object-fit: cover;
  border-radius: 12px;
  flex: 0 0 auto;
}

.blog-row__body {
  min-width: 0;
}

.blog-row__body h4 {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  color: #0f1719;
}

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

  .blog-feature__img {
    height: 300px;
  }
}

.footer {
  margin-top: 80px;
  background: #0a3a38;
  color: #e2f0ed;
  padding: 46px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 28px;
  padding-bottom: 30px;
}

.footer p,
.footer a {
  color: #bad5d0;
}

.footer h4,
.footer h3 {
  color: #fff;
}

.footer-brand {
  margin: 0 0 8px;
}

.footer-brand img {
  width: 190px;
  max-width: 100%;
  border-radius: 6px;
}

.footer a {
  display: block;
  margin-bottom: 8px;
}

.footer-about {
  margin: 0 0 14px;
  color: #c5dcd7;
  font-size: 12px;
  line-height: 1.75;
  max-width: 44ch;
}

.footer-social {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 6px;
}

.footer-social__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(191, 231, 222, 0.95);
  background: transparent;
  line-height: 1;
  padding: 2px;
  transition: color 0.2s ease;
}

.footer-social__btn svg {
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto;
}

.footer-social__btn--instagram svg {
  width: 26px;
  height: 26px;
}

.footer-social__btn svg * {
  vector-effect: non-scaling-stroke;
}

.footer-social__btn:hover {
  color: #e8fffa;
}

.footer-social__btn:focus-visible {
  outline: 2px solid rgba(37, 185, 160, 0.85);
  outline-offset: 3px;
}

.footer-address {
  margin: 10px 0 0;
  color: #bad5d0;
  font-size: 13px;
  line-height: 1.65;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 14px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #bad5d0;
  font-size: 12px;
}

.footer-bottom__link {
  color: #bad5d0;
  text-decoration: none;
  transition: color 0.15s;
  white-space: nowrap;
}

.footer-bottom__link:hover {
  color: #fff;
}

/* Privacy Policy page */
.privacy-main {
  padding: 60px 0 80px;
  background: #f9fbfa;
}

.privacy-doc {
  max-width: 780px;
  margin: 0 auto;
}

.privacy-section {
  margin-bottom: 44px;
}

.privacy-section h2 {
  font-size: 20px;
  font-weight: 700;
  color: #0a2218;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(15, 143, 124, 0.18);
}

.privacy-section h3 {
  font-size: 15px;
  font-weight: 600;
  color: #1a3a30;
  margin: 18px 0 8px;
}

.privacy-section p {
  font-size: 15px;
  line-height: 1.75;
  color: #3d5550;
  margin-bottom: 12px;
}

.privacy-section ul {
  margin: 0 0 14px 0;
  padding-left: 20px;
}

.privacy-section ul li {
  font-size: 15px;
  line-height: 1.75;
  color: #3d5550;
  margin-bottom: 6px;
}

.privacy-section a {
  color: #0f8f7c;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.privacy-section a:hover {
  color: #07685a;
}

.privacy-contact {
  font-style: normal;
  font-size: 15px;
  line-height: 1.8;
  color: #3d5550;
  background: #edf8f5;
  border-left: 3px solid #0f8f7c;
  padding: 16px 20px;
  border-radius: 0 10px 10px 0;
}

.privacy-contact a {
  color: #0f8f7c;
}

@media (max-width: 980px) {
  .nav {
    border-radius: 20px;
    width: min(1160px, 94%);
    padding: 11px 13px;
  }

  .menu-toggle {
    display: block;
    font-size: 22px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border-radius: 10px;
    padding: 6px 12px;
  }

  .menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: linear-gradient(180deg, #0f1a22 0%, #0a1218 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    width: min(320px, calc(100vw - 32px));
    padding: 12px;
    gap: 4px;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45);
  }

  .menu.open {
    display: flex;
  }

  .menu > li > a:not(.btn) {
    width: 100%;
    justify-content: flex-start;
    border-radius: 12px;
  }

  .menu__dropdown {
    width: 100%;
  }

  .menu__dropdown-btn {
    width: 100%;
    justify-content: space-between;
    border-radius: 12px;
  }

  .menu__dropdown-panel {
    position: static;
    transform: none;
    left: auto;
    min-width: 0;
    flex-direction: column;
    gap: 0;
    margin-top: 4px;
    padding: 10px 8px;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.25);
    border-radius: 14px;
  }

  .menu__dropdown-group {
    flex: none;
    list-style: none;
    margin: 0 0 6px;
    padding: 0 0 6px 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .menu__dropdown-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .menu__dropdown-parent {
    font-size: 11px;
    padding: 4px 8px 8px;
    margin-bottom: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.07em;
  }

  .menu__dropdown-sub {
    margin: 4px 0 0;
    padding: 0 0 0 10px;
    border-left: 2px solid rgba(15, 143, 124, 0.4);
  }

  .menu__dropdown-sub a {
    padding: 6px 10px;
    font-size: 13px;
    padding-left: 10px;
  }

  .menu__dropdown-sub a:hover {
    padding-left: 10px;
  }

  .menu .nav-cta.btn.btn-sm {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-left: 0;
    margin-top: 6px;
  }

  .industries-split {
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: start;
    row-gap: 20px;
  }

  .industries-heading-block {
    max-width: none;
  }

  .industries-lede {
    justify-self: stretch;
    max-width: none;
  }

  .industry-slide {
    flex-basis: 290px;
    height: 270px;
  }

  .about-grid,
  .lead-form-wrap,
  .why-split-card,
  .blog-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .why-left {
    padding: 36px 28px 40px;
  }

  .why-right {
    --why-pad-left: 24px;
    padding: 16px 24px 32px;
  }

  .why-icon {
    margin-left: 0;
  }

  .why-item {
    padding: 12px 14px 14px 4px;
    gap: 12px 12px;
  }

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

  .about-badge {
    left: 52%;
    width: 92px;
    height: 92px;
  }

  .stats,
  .jobs-grid,
  .benefit-grid,
  .faq-grid,
  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .testimonials-left {
    position: static;
  }

  .testimonials-scroll {
    max-height: min(520px, 62vh);
  }

  .testimonials-sub {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .hero-content {
    padding: clamp(88px, 18vw, 120px) 16px clamp(16px, 3vh, 28px);
  }

  .hero-cta {
    flex-direction: column;
  }

  .jobs-search {
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    gap: 10px;
    margin: 12px auto clamp(32px, 10vw, 56px);
    width: min(560px, 92%);
  }

  .jobs-search-btn {
    min-width: 0;
    width: 100%;
  }

  .jobs-search .field {
    width: 100%;
  }

  .stats,
  .jobs-grid,
  .benefit-grid,
  .faq-grid,
  .testimonial-grid,
  .testimonials-wrap {
    grid-template-columns: 1fr;
  }

  .about-us-heading h2 {
    font-size: 36px;
  }

  .testimonial-grid .testimonial-card:nth-child(even) {
    margin-top: 0;
  }

  .testimonials-scroll {
    max-height: min(560px, 68vh);
  }
}

.job-postings-block {
  margin-top: clamp(36px, 5vw, 48px);
  margin-bottom: 0;
}

.job-postings-block[hidden] {
  display: none !important;
}

.job-postings-head {
  margin-bottom: 20px;
  max-width: 720px;
  
}

.job-postings-head h3 {
  margin: 0 0 8px;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1a2226;
}

.job-postings-head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #6f787e;
}

.job-posting-meta {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #6f787e;
}

.job-posting-card .job-card__head {
  gap: 6px;
}

.job-postings-grid {
  margin-top: 4px;
}

.job-postings-head a {
  color: var(--primary);
  font-weight: 600;
  margin-left: 6px;
}

.job-postings-head a:hover {
  color: var(--primary-dark);
}

/* ===================== Jobs page ===================== */
.page-jobs {
  background: var(--bg);
}

@keyframes jpHeroBgZoom {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}

@keyframes jpFadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.jobs-page-hero {
  position: relative;
  isolation: isolate;
  padding: 96px 0 72px;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(8, 104, 90, 0.92) 0%, rgba(15, 23, 34, 0.85) 100%);
}

.jobs-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("raymoon/image%2018.png") center/cover no-repeat;
  animation: jpHeroBgZoom 1400ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.jobs-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(8, 104, 90, 0.92) 0%, rgba(15, 23, 34, 0.85) 100%);
}

.jobs-page-hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(800px 400px at 80% 0%, rgba(255, 255, 255, 0.12), transparent 60%);
  z-index: -1;
  animation: jpFadeIn 900ms ease-out 200ms both;
}

.jobs-page-hero__inner {
  max-width: 760px;
}

.jobs-page-hero__inner > * {
  animation: jpFadeUp 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.jobs-page-hero__inner > *:nth-child(1) { animation-delay: 80ms; }
.jobs-page-hero__inner > *:nth-child(2) { animation-delay: 160ms; }
.jobs-page-hero__inner > *:nth-child(3) { animation-delay: 240ms; }
.jobs-page-hero__inner > *:nth-child(4) { animation-delay: 340ms; }

.jobs-page-hero__eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
}

.jobs-page-hero__title {
  margin: 0 0 14px;
  font-size: clamp(36px, 5.4vw, 56px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.jobs-page-hero__sub {
  margin: 0 0 28px;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.jobs-page-hero__stats {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}

.jobs-page-hero__stats div {
  display: flex;
  flex-direction: column;
}

.jobs-page-hero__stats strong {
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.jobs-page-hero__stats span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
}

.jobs-page-main {
  padding-bottom: 80px;
}

/* Intro cards */
.jobs-page-intro {
  margin-top: 56px;
}

.jobs-page-intro__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.jobs-page-intro__card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 6px 18px rgba(15, 35, 40, 0.04);
  display: flex;
  flex-direction: column;
  gap: 10px;
  animation: jpFadeUp 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.jobs-page-intro__card:nth-child(1) { animation-delay: 420ms; }
.jobs-page-intro__card:nth-child(2) { animation-delay: 500ms; }
.jobs-page-intro__card:nth-child(3) { animation-delay: 580ms; }

.jobs-page-intro__card:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 143, 124, 0.32);
  box-shadow: 0 12px 28px rgba(15, 35, 40, 0.08);
}

.jobs-page-intro__card h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.jobs-page-intro__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.jobs-page-intro__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(15, 143, 124, 0.12);
  color: var(--primary-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* List + filter */
.jobs-page-list-section {
  margin-top: 56px;
}

.jobs-page-list-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.jobs-page-list-header h2 {
  margin: 0 0 6px;
  font-size: clamp(26px, 3.4vw, 34px);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.jobs-page-list-sub {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.jobs-page-search {
  position: relative;
  display: flex;
  align-items: center;
  width: min(360px, 100%);
}

.jobs-page-search__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  pointer-events: none;
}

.jobs-page-search input {
  width: 100%;
  font: inherit;
  font-size: 14px;
  padding: 12px 14px 12px 40px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.jobs-page-search input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(15, 143, 124, 0.15);
}

.jobs-page-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.jobs-page-grid--leaving {
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
}

@keyframes jpCardEnter {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.jp-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(15, 35, 40, 0.06);
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease, border-color 0.2s ease;
}

.jp-card--enter {
  animation: jpCardEnter 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--jp-idx, 0) * 60ms);
}

.jp-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 143, 124, 0.28);
  box-shadow: 0 18px 36px rgba(15, 35, 40, 0.12);
}

.jp-card__media img {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.jp-card:hover .jp-card__media img {
  transform: scale(1.04);
}

.jp-card .btn {
  transition: background-color 0.18s ease, transform 0.18s ease, gap 0.18s ease;
}

.jp-card:hover .btn {
  gap: 10px;
}

.jp-card__media {
  position: relative;
  aspect-ratio: 16 / 7;
  background: #eef2f4;
  overflow: hidden;
}

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

.jp-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.jp-badge--new {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 4px 12px rgba(8, 104, 90, 0.35);
  animation: jpBadgePulse 2.4s ease-in-out infinite;
}

@keyframes jpBadgePulse {
  0%, 100% {
    box-shadow: 0 4px 12px rgba(8, 104, 90, 0.35);
  }
  50% {
    box-shadow: 0 4px 0 6px rgba(8, 104, 90, 0);
  }
}

.jp-card__body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.jp-card__head h3 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1a2226;
}

.jp-card__meta {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.jp-card__meta span[aria-hidden] {
  color: #b7c0c4;
}

.jp-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #5c656c;
}

.jp-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.jp-tag {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #6a7378;
  border: 1px solid #d5dadf;
  border-radius: 999px;
  background: #fff;
}

.jp-card__foot {
  margin-top: auto;
  padding-top: 6px;
}

.jobs-page-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

#jobs-page-show-more {
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

#jobs-page-show-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(15, 35, 40, 0.15);
}

#jobs-page-show-more:active {
  transform: translateY(0);
}

.jobs-page-show-more__count {
  font-weight: 500;
  opacity: 0.85;
  font-size: 13px;
}

.jobs-page-empty {
  margin: 32px auto 0;
  padding: 36px 24px;
  text-align: center;
  color: var(--muted);
  background: #fff;
  border: 1px dashed #cdd5d8;
  border-radius: 18px;
  max-width: 620px;
}

.jobs-page-empty a {
  color: var(--primary);
  font-weight: 600;
}

.jobs-page-empty__title {
  margin: 0 0 10px;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #0f1f20;
}

.jobs-page-empty__text {
  margin: 0 auto 22px;
  max-width: 480px;
  font-size: 14px;
  line-height: 1.65;
  color: #5b6c72;
}

.jobs-page-empty__actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

/* CTA panel */
.jobs-page-cta {
  margin-top: 64px;
}

.jobs-page-cta__panel {
  background: linear-gradient(135deg, #0f1722 0%, #102a2a 100%);
  color: #fff;
  border-radius: 22px;
  padding: 36px 36px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.jobs-page-cta__panel h2 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.6vw, 28px);
  letter-spacing: -0.01em;
}

.jobs-page-cta__panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  max-width: 520px;
}

.jobs-page-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.jobs-page-cta__actions .btn-outline {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

.jobs-page-cta__actions .btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: #fff;
}

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

@media (max-width: 640px) {
  .jobs-page-intro__grid {
    grid-template-columns: 1fr;
  }
  .jobs-page-list-header {
    align-items: flex-start;
  }
  .jobs-page-search {
    width: 100%;
  }
  .jobs-page-cta__panel {
    padding: 28px 22px 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jobs-page-hero::before,
  .jobs-page-hero__overlay,
  .jobs-page-hero__inner > *,
  .jobs-page-intro__card,
  .jp-card--enter,
  .jp-badge--new {
    animation: none !important;
  }
  .jobs-page-grid {
    transition: none !important;
  }
  .jp-card:hover .jp-card__media img {
    transform: none !important;
  }
}

/* ===================== Apply modal ===================== */
.apply-modal {
  border: none;
  padding: 0;
  border-radius: 18px;
  width: min(640px, 94vw);
  max-height: 92vh;
  background: #fff;
  color: #101828;
  box-shadow: 0 24px 60px rgba(15, 35, 40, 0.24);
}

/* ===================== Blogs page ===================== */
.page-blogs {
  background: var(--bg);
}

@keyframes bpHeroBgZoom {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}

.blogs-page-hero {
  position: relative;
  isolation: isolate;
  padding: 96px 0 72px;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(10, 58, 56, 0.88) 0%, rgba(15, 23, 34, 0.84) 100%);
}

.blogs-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("raymoon/image%2013.png") center/cover no-repeat;
  animation: bpHeroBgZoom 1400ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.blogs-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(10, 58, 56, 0.88) 0%, rgba(15, 23, 34, 0.84) 100%);
}

.blogs-page-hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(800px 400px at 80% 0%, rgba(255, 255, 255, 0.12), transparent 60%);
  z-index: -1;
  animation: jpFadeIn 900ms ease-out 200ms both;
}

/* Aviation hero — background video (place file at raymoon/aerotech.mp4) */
.blogs-page-hero--aerotech {
  background: transparent;
}

.blogs-page-hero--aerotech::before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  animation: none;
}

.blogs-page-hero--aerotech::after {
  background: transparent;
}

.blogs-page-hero--aerotech .blogs-page-hero__overlay {
  /* Neutral dark scrim (no teal) — readability over bright video */
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.42) 38%,
    rgba(0, 0, 0, 0.12) 62%,
    transparent 100%
  );
  animation: none;
}

.blogs-page-hero--aerotech .blogs-page-hero__video-wrap {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #000;
}

.blogs-page-hero--aerotech .blogs-page-hero__inner {
  position: relative;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blogs-page-hero--aerotech .blogs-page-hero__eyebrow {
  background: rgba(0, 0, 0, 0.42);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.blogs-page-hero--aerotech .blogs-page-hero__title {
  color: #fff;
  text-shadow:
    0 0 1px rgba(0, 0, 0, 0.9),
    0 2px 4px rgba(0, 0, 0, 0.85),
    0 8px 40px rgba(0, 0, 0, 0.65),
    0 24px 64px rgba(0, 0, 0, 0.45);
}

.blogs-page-hero--aerotech .blogs-page-hero__sub {
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 4px 24px rgba(0, 0, 0, 0.5);
}

.blogs-page-hero--aerotech .blogs-page-hero__stats strong {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8), 0 6px 28px rgba(0, 0, 0, 0.45);
}

.blogs-page-hero--aerotech .blogs-page-hero__stats span {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}

.blogs-page-hero--aerotech .blogs-page-hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .blogs-page-hero--aerotech .blogs-page-hero__video-wrap {
    display: none;
  }

  .blogs-page-hero--aerotech::before {
    opacity: 1;
    visibility: visible;
    background: url("raymoon/image%2013.png") center/cover no-repeat;
  }
}

.blogs-page-hero__inner {
  max-width: 760px;
}

.blogs-page-hero__inner > * {
  animation: jpFadeUp 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.blogs-page-hero__inner > *:nth-child(1) { animation-delay: 80ms; }
.blogs-page-hero__inner > *:nth-child(2) { animation-delay: 160ms; }
.blogs-page-hero__inner > *:nth-child(3) { animation-delay: 240ms; }
.blogs-page-hero__inner > *:nth-child(4) { animation-delay: 340ms; }

.blogs-page-hero__eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
}

.blogs-page-hero__title {
  margin: 0 0 14px;
  font-size: clamp(36px, 5.4vw, 56px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.blogs-page-hero__sub {
  margin: 0 0 28px;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.blogs-page-hero__stats {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}

.blogs-page-hero__stats div {
  display: flex;
  flex-direction: column;
}

.blogs-page-hero__stats strong {
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.blogs-page-hero__stats span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
}

.blogs-page-main {
  padding-bottom: 80px;
}

.blogs-page-list-section {
  margin-top: 56px;
}

.blogs-page-list-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.blogs-page-list-header h2 {
  margin: 0 0 6px;
  font-size: clamp(26px, 3.4vw, 34px);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.blogs-page-list-sub {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.blogs-page-search {
  position: relative;
  display: flex;
  align-items: center;
  width: min(360px, 100%);
}

.blogs-page-search__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  pointer-events: none;
}

.blogs-page-search input {
  width: 100%;
  font: inherit;
  font-size: 14px;
  padding: 12px 14px 12px 40px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.blogs-page-search input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(15, 143, 124, 0.15);
}

.blogs-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.blogs-page-grid--leaving {
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
}

@keyframes bpCardEnter {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.bp-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 35, 40, 0.06);
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease, border-color 0.2s ease;
}

.bp-card--enter {
  animation: bpCardEnter 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--bp-idx, 0) * 55ms);
}

.bp-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 143, 124, 0.26);
  box-shadow: 0 18px 40px rgba(15, 35, 40, 0.12);
}

.bp-card__link {
  display: block;
  color: inherit;
  height: 100%;
}

.bp-card__media {
  aspect-ratio: 16 / 9;
  background: #eef2f4;
  overflow: hidden;
}

.bp-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.bp-card:hover .bp-card__media img {
  transform: scale(1.04);
}

.bp-card__body {
  padding: 16px 16px 18px;
}

.bp-card__body h3 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #0f1719;
}

.bp-card__meta {
  margin: 0;
  font-size: 12px;
  color: #88949a;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.blogs-page-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.blogs-page-show-more__count {
  font-weight: 500;
  opacity: 0.85;
  font-size: 13px;
}

.blogs-page-empty {
  margin: 24px auto 0;
  padding: 24px 18px;
  text-align: center;
  color: var(--muted);
  background: #fff;
  border: 1px dashed #cdd5d8;
  border-radius: 16px;
  max-width: 560px;
}

.blogs-page-cta {
  margin-top: 64px;
}

.blogs-page-cta__panel {
  background: linear-gradient(135deg, #0f1722 0%, #102a2a 100%);
  color: #fff;
  border-radius: 22px;
  padding: 36px 36px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.blogs-page-cta__panel h2 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.6vw, 28px);
  letter-spacing: -0.01em;
}

.blogs-page-cta__panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  max-width: 520px;
}

.blogs-page-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.blogs-page-cta__actions .btn-outline {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

.blogs-page-cta__actions .btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: #fff;
}

@media (max-width: 980px) {
  .blogs-page-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .blogs-page-grid {
    grid-template-columns: 1fr;
  }
  .blogs-page-list-header {
    align-items: flex-start;
  }
  .blogs-page-search {
    width: 100%;
  }
  .blogs-page-cta__panel {
    padding: 28px 22px 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blogs-page-hero::before,
  .blogs-page-hero__overlay,
  .blogs-page-hero__inner > *,
  .bp-card--enter {
    animation: none !important;
  }
  .blogs-page-grid {
    transition: none !important;
  }
  .bp-card:hover .bp-card__media img {
    transform: none !important;
  }
}

/* ===================== Blog detail page ===================== */
.page-blog-detail {
  background: var(--bg);
}

.blog-detail-hero {
  position: relative;
  isolation: isolate;
  padding: 92px 0 54px;
  color: #fff;
  background: linear-gradient(135deg, rgba(10, 58, 56, 0.88) 0%, rgba(15, 23, 34, 0.84) 100%);
  overflow: hidden;
}

.blog-detail-hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 420px at 70% -10%, rgba(255, 255, 255, 0.14), transparent 60%);
  z-index: -1;
  animation: jpFadeIn 900ms ease-out 200ms both;
}

.blog-detail-hero__inner > * {
  animation: jpFadeUp 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.blog-detail-hero__inner > *:nth-child(1) { animation-delay: 80ms; }
.blog-detail-hero__inner > *:nth-child(2) { animation-delay: 160ms; }
.blog-detail-hero__inner > *:nth-child(3) { animation-delay: 240ms; }
.blog-detail-hero__inner > *:nth-child(4) { animation-delay: 320ms; }

.blog-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  margin-bottom: 14px;
}

.blog-detail-back:hover {
  color: #fff;
}

.blog-detail-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 14px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-detail-title {
  margin: 0 0 10px;
  font-size: clamp(30px, 4.4vw, 44px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.blog-detail-meta {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 500;
}

.blog-detail-wrap {
  margin-top: -26px;
  margin-bottom: 72px;
  position: relative;
  z-index: 2;
}

.blog-template {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
}

.blog-detail-figure {
  margin: 0 0 24px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 28px rgba(15, 35, 40, 0.08);
}

.blog-detail-figure img {
  width: 100%;
  display: block;
  height: clamp(260px, 38vw, 470px);
  object-fit: cover;
}

.blog-detail-article {
  padding: 18px;
  border-radius: 26px;
  box-shadow: 0 24px 60px rgba(15, 35, 40, 0.12);
}

.blog-detail-author {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 820px;
  margin: 0 auto 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(15, 35, 40, 0.09);
}

.blog-detail-author__avatar {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  font-weight: 900;
}

.blog-detail-author span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.blog-detail-author strong {
  color: var(--text);
  font-size: 14px;
}

.blog-detail-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 8px 16px;
}

.blog-detail-content p {
  margin: 0 0 20px;
  color: #3f4d54;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.9;
}

.blog-detail-content p:first-child {
  color: #1f3036;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.blog-detail-content h2,
.blog-detail-content h3 {
  margin: 34px 0 14px;
  color: var(--text);
  font-family: var(--font-sans);
  line-height: 1.2;
}

.blog-detail-content h2 {
  font-size: clamp(24px, 2.8vw, 32px);
}

.blog-detail-content h3 {
  font-size: clamp(20px, 2.2vw, 26px);
}

.blog-detail-content a {
  color: var(--primary);
  font-weight: 600;
}

.blog-detail-content a:hover {
  color: var(--primary-dark);
}

.blog-template-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
}

.blog-template-card {
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbfa 100%);
}

.blog-template-card__eyebrow {
  margin: 0 0 8px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-template-card h2 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 22px;
  line-height: 1.2;
}

.blog-template-card p:not(.blog-template-card__eyebrow) {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.blog-template-back-card {
  display: inline-flex;
  justify-content: center;
  padding: 13px 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

.blog-template-back-card:hover {
  color: var(--primary);
  transform: translateY(-2px);
}

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

  .blog-template-sidebar {
    position: static;
  }
}

@media (max-width: 640px) {
  .blog-detail-hero {
    padding: 72px 0 46px;
  }

  .blog-detail-article {
    padding: 12px;
    border-radius: 20px;
  }

  .blog-detail-content {
    padding-inline: 4px;
  }
}

/* ── Blog detail: Related Blogs & Random Jobs ─────────────────── */
.blog-related-section {
  padding: 64px 0 56px;
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.blog-jobs-section {
  padding: 64px 0 72px;
  background: #fff;
  border-top: 1px solid var(--border);
}

.blog-related-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}

.blog-related-title {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.02em;
  margin-top: 6px;
}

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

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

@media (max-width: 860px) {
  .blog-related-grid,
  .blog-jobs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .blog-related-grid,
  .blog-jobs-grid {
    grid-template-columns: 1fr;
  }

  .blog-related-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-detail-hero__overlay,
  .blog-detail-hero__inner > * {
    animation: none !important;
  }
}

.apply-modal::backdrop {
  background: rgba(15, 23, 34, 0.55);
  backdrop-filter: blur(2px);
}

.apply-modal[open] {
  animation: jpFadeUp 220ms ease-out;
}

.apply-modal__inner {
  display: flex;
  flex-direction: column;
  max-height: 92vh;
  position: relative;
}

.apply-modal__head {
  padding: 20px 24px;
  border-bottom: 1px solid #e3e8ee;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.apply-modal__eyebrow {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a8590;
}

.apply-modal__head h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--primary-dark);
}

.apply-modal__close {
  border: none;
  background: transparent;
  color: #5b6c72;
  font-size: 26px;
  line-height: 1;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  cursor: pointer;
  flex-shrink: 0;
}

.apply-modal__close:hover {
  background: rgba(15, 23, 34, 0.06);
  color: #101828;
}

.apply-modal__body {
  padding: 22px 24px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.apply-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.apply-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.apply-label {
  font-size: 13px;
  font-weight: 600;
  color: #1a2226;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.apply-label em {
  color: var(--primary);
  font-style: normal;
}

.apply-hint {
  font-weight: 500;
  color: #7a8590;
  font-size: 12px;
}

.apply-field input,
.apply-field textarea {
  font: inherit;
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d5dadf;
  background: #fff;
  color: #101828;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.apply-field input[readonly] {
  background: #f3f7f7;
  color: #5b6772;
  cursor: not-allowed;
}

.apply-field input:focus,
.apply-field textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(15, 143, 124, 0.18);
}

.apply-field textarea {
  resize: vertical;
  min-height: 96px;
}

.apply-field input[type="file"] {
  padding: 8px;
}

.apply-msg {
  margin: 0;
  font-size: 13px;
}

.apply-msg--error {
  color: #b42318;
  background: #fef3f2;
  border: 1px solid #fecdca;
  padding: 10px 12px;
  border-radius: 10px;
}

.apply-modal__foot {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 14px 24px;
  border-top: 1px solid #e3e8ee;
  background: #f9fafb;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.apply-modal__foot[hidden] {
  display: none !important;
}

.apply-modal__foot .btn {
  padding: 10px 18px;
}

.apply-modal__success {
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 18px;
  padding: 40px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
  animation: jpFadeUp 380ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.apply-modal__success[hidden] {
  display: none !important;
}

.apply-success-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(15, 143, 124, 0.14);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: jpSuccessPop 460ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes jpSuccessPop {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  60% {
    transform: scale(1.06);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.apply-modal__success h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #101828;
}

.apply-modal__success p {
  margin: 0;
  max-width: 420px;
  color: #5b6772;
  font-size: 14px;
}

@media (max-width: 560px) {
  .apply-grid {
    grid-template-columns: 1fr;
  }
  .apply-modal__head,
  .apply-modal__body,
  .apply-modal__foot {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .apply-modal[open],
  .apply-modal__success,
  .apply-success-icon {
    animation: none !important;
  }
}

/* —— Home & About: scroll-in section transitions —— */
.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-about .reveal-on-scroll {
  transform: translate3d(0, 40px, 0);
}

.reveal-on-scroll--visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.page-about .reveal-on-scroll--visible {
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ===================== Site chat assistant ===================== */
.raymoon-chat {
  position: fixed;
  right: max(16px, env(safe-area-inset-right, 0px));
  bottom: max(18px, env(safe-area-inset-bottom, 0px));
  z-index: 600;
  font-family: var(--font-sans);
}

.raymoon-chat__toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px 12px 14px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow:
    0 10px 28px rgba(15, 143, 124, 0.38),
    0 2px 8px rgba(15, 35, 40, 0.12);
  transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
}

.raymoon-chat__toggle:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
}

.raymoon-chat__toggle:focus-visible {
  outline: 3px solid rgba(15, 143, 124, 0.45);
  outline-offset: 3px;
}

.raymoon-chat__toggle-icon {
  display: inline-flex;
  line-height: 0;
}

.raymoon-chat__toggle-text {
  line-height: 1;
}

.raymoon-chat__panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  width: min(400px, calc(100vw - 32px));
  max-height: min(560px, 72vh);
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 22px 56px rgba(15, 35, 40, 0.18);
  overflow: hidden;
}

.raymoon-chat__panel[hidden] {
  display: none !important;
}

.raymoon-chat__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(135deg, #0f8f7c 0%, #08685a 100%);
  color: #fff;
}

.raymoon-chat__title {
  display: block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.raymoon-chat__subtitle {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

.raymoon-chat__close {
  border: none;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
}

.raymoon-chat__close:hover {
  background: rgba(255, 255, 255, 0.28);
}

.raymoon-chat__welcome {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(135deg, #edf8f6 0%, #e3f5f2 100%);
  border-bottom: 1px solid rgba(15, 143, 124, 0.12);
  flex-shrink: 0;
}

.raymoon-chat__welcome-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f8f7c 0%, #08685a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 3px 10px rgba(15, 143, 124, 0.35);
}

.raymoon-chat__welcome-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.raymoon-chat__welcome-title {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #0a2a26;
}

.raymoon-chat__welcome-sub {
  display: block;
  font-size: 12px;
  color: #3d6660;
  line-height: 1.5;
}

.raymoon-chat__messages {
  flex: 1;
  min-height: 200px;
  max-height: 340px;
  overflow-y: auto;
  padding: 14px 14px 10px;
  background: #f6faf9;
  -webkit-overflow-scrolling: touch;
}

.raymoon-chat__row {
  display: flex;
  margin-bottom: 10px;
}

.raymoon-chat__row--user {
  justify-content: flex-end;
}

.raymoon-chat__row--bot {
  justify-content: flex-start;
}

.raymoon-chat__bubble {
  max-width: 92%;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.55;
  word-break: break-word;
}

.raymoon-chat__row--user .raymoon-chat__bubble {
  background: var(--primary);
  color: #fff;
  border-bottom-right-radius: 4px;
}

.raymoon-chat__row--bot .raymoon-chat__bubble {
  background: #fff;
  color: var(--text);
  border: 1px solid rgba(15, 143, 124, 0.14);
  border-bottom-left-radius: 4px;
  box-shadow: 0 4px 14px rgba(15, 35, 40, 0.06);
}

.raymoon-chat__bubble strong {
  font-weight: 800;
  color: inherit;
}

.raymoon-chat__row--bot .raymoon-chat__bubble strong {
  color: #0f1f20;
}

.raymoon-chat__link {
  color: var(--primary);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.raymoon-chat__link:hover {
  color: var(--primary-dark);
}

.raymoon-chat__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 14px 10px;
  background: #f6faf9;
  border-top: 1px solid rgba(15, 143, 124, 0.08);
}

.raymoon-chat__chip {
  border: 1px solid rgba(15, 143, 124, 0.28);
  background: #fff;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 700;
  padding: 7px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.raymoon-chat__chip:hover {
  background: rgba(15, 143, 124, 0.08);
  border-color: var(--primary);
}

.raymoon-chat__form {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px 14px;
  background: #fff;
  border-top: 1px solid var(--border);
}

.raymoon-chat__attach {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease,
    color 0.15s ease, transform 0.15s ease;
}

.raymoon-chat__attach:hover,
.raymoon-chat__attach:focus-visible {
  background: rgba(15, 143, 124, 0.1);
  border-color: var(--primary);
  outline: none;
}

.raymoon-chat__attach:active {
  transform: scale(0.94);
}

.raymoon-chat__attachment {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 14px 6px;
  padding: 6px 8px 6px 10px;
  background: rgba(15, 143, 124, 0.08);
  border: 1px solid rgba(15, 143, 124, 0.22);
  border-radius: 999px;
  font-size: 13px;
  color: #0f1f20;
  max-width: calc(100% - 28px);
}

.raymoon-chat__attachment[hidden] {
  display: none;
}

.raymoon-chat__attachment-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.raymoon-chat__attachment-name {
  flex: 1;
  min-width: 0;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.raymoon-chat__attachment-remove {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 50%;
  background: rgba(15, 31, 32, 0.08);
  color: #0f1f20;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background-color 0.15s ease;
}

.raymoon-chat__attachment-remove:hover,
.raymoon-chat__attachment-remove:focus-visible {
  background: rgba(15, 31, 32, 0.16);
  outline: none;
}

.raymoon-chat__input {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
  font-size: 14px;
}

.raymoon-chat__input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(15, 143, 124, 0.15);
}

.raymoon-chat__form .raymoon-chat__send {
  flex-shrink: 0;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 14px;
}

@media (max-width: 480px) {
  .raymoon-chat__toggle-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .raymoon-chat__toggle {
    padding: 14px;
    border-radius: 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .raymoon-chat__toggle {
    transition: none;
  }
}

/* ===================== Trusted-by logos marquee ===================== */
.logos-section {
  margin-top: 56px;
}

.logos-head {
  text-align: center;
  margin-bottom: 22px;
}

.logos-title {
  font-size: clamp(22px, 3.4vw, 34px);
  margin: 6px 0 0;
  line-height: 1.15;
}

.logos-marquee {
  position: relative;
  /* Hide horizontal overflow only, so hovered logos can pop slightly above/below
     without their glow getting clipped. */
  overflow-x: hidden;
  overflow-y: visible;
  padding: 32px 0;
}

/* Soft fade on left/right edges (overlay technique so it doesn't break
   mix-blend-mode on the logos like mask-image would). */
.logos-marquee::before,
.logos-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.logos-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg) 0%, rgba(243, 247, 247, 0) 100%);
}

.logos-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg) 0%, rgba(243, 247, 247, 0) 100%);
}

.logos-track {
  display: flex;
  align-items: center;
  gap: 64px;
  width: max-content;
  animation: logos-scroll 38s linear infinite;
  will-change: transform;
}

/* Pause the strip while the user is hovering anywhere over it */
.logos-marquee:hover .logos-track,
.logos-marquee:focus-within .logos-track {
  animation-play-state: paused;
}

.logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  padding: 0 10px;
}

.logo-item img {
  max-height: 100%;
  max-width: 220px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1) contrast(0.9);
  opacity: 0.65;
  /* Drops solid-white logo backgrounds out against the page background. */
  mix-blend-mode: multiply;
  transition: filter 0.4s ease, opacity 0.4s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.logo-item:hover img,
.logo-item:focus-visible img {
  filter: grayscale(0) contrast(1)
    drop-shadow(0 10px 22px rgba(15, 143, 124, 0.35))
    drop-shadow(0 4px 10px rgba(10, 37, 33, 0.18));
  opacity: 1;
  transform: scale(1.18) translateY(-4px);
}

@keyframes logos-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 720px) {
  .logo-item {
    height: 60px;
  }
  .logo-item img {
    max-width: 150px;
  }
  .logos-track {
    gap: 40px;
    animation-duration: 28s;
  }
  .logo-item:hover img,
  .logo-item:focus-visible img {
    transform: scale(1.12) translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .logos-track {
    animation: none;
  }
}

/* ===================== Home: About-Us section ===================== */
.about-home {
  margin-top: 96px;
}

.about-home-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}

.about-home-media {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px 14px;
  padding: 14px;
  background: linear-gradient(155deg, #f2f7f6 0%, #e8f0ef 42%, #dfecea 100%);
  border-radius: 20px;
  border: 1px solid rgba(15, 31, 32, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 1px 0 rgba(255, 255, 255, 0.5);
}

.about-home-photo {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #dfe8e6;
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.65) inset,
    0 10px 28px rgba(10, 37, 33, 0.1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.about-home-photo:hover {
  transform: translateY(-3px);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.75) inset,
    0 18px 40px rgba(10, 37, 33, 0.14);
}

.about-home-photo img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.about-home-photo--1 img {
  object-position: center 32%;
}

.about-home-photo--2 img {
  object-position: center 22%;
}

.about-home-photo--3 img {
  object-position: 28% center;
}

.about-home-photo--4 img {
  object-position: center 48%;
}

/* .about-home-badge {
  position: absolute;
  bottom: 22px;
  right: 22px;
  top: auto;
  left: auto;
  transform: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--primary-dark);
  box-shadow:
    0 8px 24px rgba(10, 37, 33, 0.12),
    0 0 0 1px rgba(15, 143, 124, 0.28);
  pointer-events: none;
  z-index: 3;
} */

/* .about-home-badge__check {
  width: 22px;
  height: 22px;
  display: block;
} */

.about-home-copy {
  min-width: 0;
}

.about-home-eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  padding: 8px 18px;
  border: 1px solid var(--primary);
  border-radius: 999px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-home-title {
  font-size: clamp(28px, 4vw, 42px);
  margin: 0 0 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: #0f1f20;
}

.about-home-text {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.75;
  color: #4d6065;
}

.about-home-stats {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 22px;
}

.about-home-stat__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #0f1f20;
}

.about-home-stat__value {
  font-weight: 700;
  color: #0f1f20;
}

.about-home-stat__track {
  position: relative;
  height: 4px;
  background: rgba(15, 31, 32, 0.1);
  border-radius: 999px;
}

.about-home-stat__fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--p, 0%);
  background: #0f1f20;
  border-radius: 999px;
}

.about-home-stat__dot {
  position: absolute;
  top: 50%;
  left: var(--p, 0%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #fff;
  border: 3px solid var(--primary);
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(15, 143, 124, 0.35);
}

.about-home-cta {
  padding: 12px 26px;
  border-radius: 12px;
  font-weight: 700;
}

@media (max-width: 880px) {
  .about-home {
    margin-top: 64px;
  }
  .about-home-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  /* .about-home-badge {
    width: 46px;
    height: 46px;
    bottom: 18px;
    right: 18px;
  } */

  /* .about-home-badge__check {
    width: 20px;
    height: 20px;
  } */
}

@media (max-width: 520px) {
  .about-home-media {
    gap: 10px 10px;
    padding: 10px;
    border-radius: 16px;
  }
  .about-home-photo {
    border-radius: 12px;
  }
  /* .about-home-badge {
    width: 42px;
    height: 42px;
    bottom: 14px;
    right: 14px;
  } */

  /* .about-home-badge__check {
    width: 18px;
    height: 18px;
  } */
}

/* --- Dedicated FAQ page --- */
.page-faq {
  background: linear-gradient(180deg, #e8f2ef 0%, #f0f3f5 38%, #f4f6f8 100%);
}

.faq-page-main {
  position: relative;
  padding-bottom: 96px;
}

.faq-page-panel {
  position: relative;
  margin-top: -52px;
  margin-bottom: 8px;
  padding: clamp(26px, 4vw, 40px) clamp(18px, 3vw, 32px) clamp(28px, 3.5vw, 36px);
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(15, 143, 124, 0.14);
  box-shadow:
    0 4px 6px rgba(15, 35, 40, 0.03),
    0 22px 48px rgba(15, 35, 40, 0.09);
}

.page-faq .faq-page-section {
  padding-top: 4px;
}

.page-faq .faq {
  padding-top: 0;
}

.page-faq .faq-intro {
  text-align: center;
  margin-bottom: clamp(22px, 3vw, 32px);
}

.page-faq .faq-pill {
  margin-left: auto;
  margin-right: auto;
}

.page-faq .faq-sub {
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
}

.page-faq .faq-grid {
  gap: 14px 18px;
}

.page-faq .faq-item {
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(15, 35, 40, 0.04);
  transition: box-shadow 0.22s ease, border-color 0.2s ease, transform 0.2s ease;
}

.page-faq .faq-item:hover {
  box-shadow: 0 10px 28px rgba(15, 35, 40, 0.08);
}

.page-faq .faq-item summary {
  padding: 15px 17px;
  font-size: 14px;
}

.page-faq .faq-item p {
  padding: 0 17px 16px;
  font-size: 14px;
  line-height: 1.65;
}

.page-faq .faq-item p a {
  color: #0f8f7c;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-faq .faq-item p a:hover {
  color: #0a6b5d;
}

@media (min-width: 900px) {
  .page-faq .faq-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

@media (max-width: 640px) {
  .faq-page-panel {
    margin-top: -36px;
    border-radius: 18px;
  }
}

/* ===================== Industry pages ===================== */
.page-industry {
  background: linear-gradient(180deg, #e8f2ef 0%, #f0f3f5 38%, #f4f6f8 100%);
}

.industry-page-main {
  padding-bottom: 96px;
}

.industry-page-panel {
  position: relative;
  margin-top: -52px;
  padding: clamp(26px, 4vw, 42px) clamp(18px, 3vw, 34px) clamp(28px, 3.5vw, 36px);
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(15, 143, 124, 0.14);
  box-shadow:
    0 4px 6px rgba(15, 35, 40, 0.03),
    0 22px 48px rgba(15, 35, 40, 0.09);
}

.industry-article {
  max-width: 920px;
  margin: 0 auto;
}

.industry-article h2 {
  margin-top: 26px;
}

.industry-article p {
  font-size: 15px;
}

.industry-split-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
}

.industry-split-cards .card {
  padding: 18px 18px 16px;
}

.industry-split-cards h3 {
  margin: 0 0 10px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.industry-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
  margin: 14px 0 0;
  padding-left: 18px;
}

.industry-list li {
  color: var(--muted);
  line-height: 1.75;
  font-size: 14px;
}

.industry-callout {
  margin-top: 20px;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(15, 143, 124, 0.10) 0%, rgba(16, 42, 42, 0.04) 100%);
  border: 1px solid rgba(15, 143, 124, 0.16);
}

.industry-callout strong {
  color: var(--text);
}

.industry-actions {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.industry-actions .btn-outline {
  border-color: rgba(15, 143, 124, 0.28);
}

@media (max-width: 920px) {
  .industry-split-cards {
    grid-template-columns: 1fr;
  }
  .industry-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .industry-page-panel {
    margin-top: -36px;
    border-radius: 18px;
  }
}
