:root {
  --bg: #f3f6fb;
  --bg-soft: #edf2fb;
  --surface: rgba(255, 255, 255, 0.8);
  --surface-strong: #ffffff;
  --text: #122033;
  --muted: #59708d;
  --line: rgba(16, 40, 66, 0.12);
  --primary: #0f6fff;
  --primary-2: #26b9ff;
  --accent: #00a482;
  --warning: #f4b03d;
  --shadow: 0 20px 50px rgba(12, 40, 74, 0.12);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% -5%, rgba(38, 185, 255, 0.2), transparent 24%),
    radial-gradient(circle at 88% 3%, rgba(15, 111, 255, 0.14), transparent 24%),
    linear-gradient(180deg, #f6f9ff 0%, #edf3fb 100%);
}

body:not(.admin-body) {
  max-width: 100%;
  overflow-x: hidden;
  padding-top: var(--site-header-height, 88px);
}

.page-loading {
  overflow: hidden;
}

.site-loader[hidden] {
  display: none !important;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  padding:
    max(24px, env(safe-area-inset-top, 0px))
    max(24px, env(safe-area-inset-right, 0px))
    max(24px, env(safe-area-inset-bottom, 0px))
    max(24px, env(safe-area-inset-left, 0px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(38, 185, 255, 0.22), transparent 28%),
    radial-gradient(circle at 84% 82%, rgba(15, 111, 255, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(247, 251, 255, 0.985), rgba(236, 245, 255, 0.985));
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.js .site-loader {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-loader::before,
.site-loader::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.site-loader::before {
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 111, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 111, 255, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.32;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.92), transparent 82%);
}

.site-loader::after {
  inset: auto;
  width: 420px;
  height: 420px;
  right: -120px;
  top: -120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0) 68%);
  filter: blur(4px);
}

.site-loader-shell {
  position: relative;
  width: min(430px, calc(100vw - 48px));
  margin: auto;
  flex: 0 0 auto;
  display: grid;
  gap: 16px;
  justify-items: center;
  padding: 24px 24px 26px;
  border-radius: 34px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(245, 250, 255, 0.88)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
  box-shadow:
    0 28px 90px rgba(10, 46, 92, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.site-loader-shell::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(15, 111, 255, 0.16), rgba(38, 185, 255, 0.02), rgba(15, 111, 255, 0.12));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

.site-loader-kicker {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  background: rgba(255, 255, 255, 0.78);
  color: #3974d9;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-loader-kicker::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f6fff, #26b9ff);
  box-shadow: 0 0 0 6px rgba(38, 185, 255, 0.12);
}

.site-loader-brand {
  position: relative;
  width: 100%;
  min-height: 228px;
  display: grid;
  place-items: center;
}

.site-loader-orbit,
.site-loader-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.site-loader-orbit {
  left: 50%;
  top: 50%;
  border: 1px solid rgba(15, 111, 255, 0.12);
  transform: translate(-50%, -50%);
}

.site-loader-orbit-a {
  width: 252px;
  height: 252px;
  animation: loaderOrbitSpin 12s linear infinite;
}

.site-loader-orbit-b {
  width: 198px;
  height: 198px;
  border-color: rgba(38, 185, 255, 0.22);
  animation: loaderOrbitSpinReverse 9s linear infinite;
}

.site-loader-orbit-c {
  width: 292px;
  height: 168px;
  border-color: rgba(15, 111, 255, 0.08);
  transform: translate(-50%, -50%) rotate(18deg);
  animation: loaderOrbitTilt 7.2s ease-in-out infinite;
}

.site-loader-glow {
  filter: blur(4px);
}

.site-loader-glow-a {
  width: 128px;
  height: 128px;
  top: 28px;
  left: 44px;
  background: radial-gradient(circle, rgba(38, 185, 255, 0.22), rgba(38, 185, 255, 0) 70%);
  animation: loaderGlowFloat 5.5s ease-in-out infinite;
}

.site-loader-glow-b {
  width: 116px;
  height: 116px;
  right: 34px;
  bottom: 26px;
  background: radial-gradient(circle, rgba(15, 111, 255, 0.18), rgba(15, 111, 255, 0) 72%);
  animation: loaderGlowFloat 4.6s ease-in-out infinite reverse;
}

.site-loader-wordmark-wrap {
  position: relative;
  z-index: 3;
  width: min(300px, 100%);
  min-height: 158px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 30px 28px;
  border-radius: 30px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 248, 255, 0.9));
  border: 1px solid rgba(15, 111, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 22px 52px rgba(15, 52, 92, 0.14);
}

.site-loader-wordmark-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(120deg, transparent 24%, rgba(255, 255, 255, 0.92) 48%, transparent 72%);
  transform: translateX(-140%);
  animation: loaderSheen 2.9s ease-in-out infinite;
}

.site-loader-wordmark {
  position: relative;
  z-index: 1;
  color: #63c6ff;
  background: linear-gradient(135deg, #78d3ff 0%, #3aa9ff 42%, #0f6fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(34px, 5vw, 42px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
  text-shadow: 0 10px 28px rgba(71, 184, 255, 0.16);
}

.site-loader-caption {
  position: relative;
  z-index: 1;
  max-width: 210px;
  color: #5f7795;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.site-loader-status {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 111, 255, 0.1);
  color: #4d6788;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-loader-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f6fff, #26b9ff);
  box-shadow: 0 0 0 0 rgba(38, 185, 255, 0.32);
  animation: loaderDotPulse 1.8s ease-in-out infinite;
}

.site-loader-progress {
  position: relative;
  z-index: 2;
  width: min(250px, 100%);
  height: 8px;
  padding: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(15, 111, 255, 0.07);
  border: 1px solid rgba(15, 111, 255, 0.08);
}

.site-loader-progress span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(15, 111, 255, 0.86), rgba(38, 185, 255, 0.96), rgba(129, 216, 255, 0.95));
  box-shadow: 0 6px 16px rgba(15, 111, 255, 0.22);
  animation: loaderBar 1.35s ease-in-out infinite;
}

.site-loader-dots {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.site-loader-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(15, 111, 255, 0.48), rgba(38, 185, 255, 0.92));
  animation: loaderDotBounce 1.3s ease-in-out infinite;
}

.site-loader-dots span:nth-child(2) {
  animation-delay: 0.14s;
}

.site-loader-dots span:nth-child(3) {
  animation-delay: 0.28s;
}

@keyframes loaderOrbitSpin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loaderOrbitSpinReverse {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes loaderOrbitTilt {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(18deg) scale(0.98);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) rotate(28deg) scale(1.02);
    opacity: 0.92;
  }
}

@keyframes loaderGlowFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.94);
    opacity: 0.7;
  }
  50% {
    transform: translate3d(0, -10px, 0) scale(1.04);
    opacity: 1;
  }
}

@keyframes loaderSheen {
  0%,
  18% {
    transform: translateX(-140%);
  }
  40%,
  100% {
    transform: translateX(140%);
  }
}

@keyframes loaderDotPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(38, 185, 255, 0.32);
    transform: scale(0.94);
  }
  50% {
    box-shadow: 0 0 0 9px rgba(38, 185, 255, 0);
    transform: scale(1.08);
  }
}

@keyframes loaderBar {
  0% {
    transform: translateX(-138%);
  }
  50% {
    transform: translateX(92%);
  }
  100% {
    transform: translateX(238%);
  }
}

@keyframes loaderDotBounce {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.45;
  }
  40% {
    transform: translateY(-5px);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-loader,
  .site-loader::before,
  .site-loader::after,
  .site-loader * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .site-loader-wordmark-wrap::before {
    display: none;
  }
}

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

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

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

p {
  margin: 0;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 90px 0;
}

.alt-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(236, 243, 253, 0.7));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: #0a4fb5;
  background: rgba(15, 111, 255, 0.09);
  border: 1px solid rgba(15, 111, 255, 0.18);
}

.glass-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78));
  border: 1px solid rgba(18, 32, 51, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 95;
  isolation: isolate;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  background: linear-gradient(180deg, rgba(249, 252, 255, 0.86), rgba(243, 248, 255, 0.72));
  border-bottom: 1px solid rgba(15, 111, 255, 0.08);
  box-shadow: 0 10px 28px rgba(20, 62, 102, 0.05);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transition:
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.24s ease,
    border-color 0.24s ease,
    background-color 0.24s ease,
    opacity 0.24s ease;
}

.site-header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(15, 111, 255, 0), rgba(15, 111, 255, 0.22), rgba(38, 185, 255, 0), rgba(15, 111, 255, 0));
  opacity: 0.85;
}

.site-header.is-scrolled {
  border-bottom-color: rgba(15, 111, 255, 0.14);
  box-shadow: 0 16px 38px rgba(20, 62, 102, 0.1);
  background: linear-gradient(180deg, rgba(252, 254, 255, 0.94), rgba(246, 251, 255, 0.88));
}

.site-header.is-nav-hidden {
  transform: translate3d(0, -115%, 0);
  opacity: 0;
  pointer-events: none;
}

body.nav-open .site-header,
.site-header:focus-within {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
}

.nav-wrap {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  min-height: 88px;
  padding: 14px 0;
}

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

.brand-badge {
  width: 150px;
  height: auto;
  display: grid;
  place-items: center;
  background: transparent;
  border: none;
  box-shadow: none;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.brand-logo {
  width: 150px;
  height: auto;
  max-height: 62px;
  object-fit: contain;
}

.brand-logo-only {
  line-height: 0;
}

.brand:hover .brand-badge {
  transform: translateY(-1px);
}

.nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 62px;
  padding: 6px 8px;
  border-radius: 999px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  /* background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(247, 251, 255, 0.76)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  box-shadow:
    0 14px 34px rgba(16, 55, 95, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.68); */
  overflow: visible;
  scrollbar-width: none;
}

.nav::-webkit-scrollbar {
  display: none;
}

.nav-panel-head {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 3px;
}

.nav-panel-actions,
.nav-mobile-top-cta {
  display: none;
}

.nav-links-label,
.nav-mobile-footer,
.nav-mobile-note {
  display: none;
}

.nav-links > a,
.nav-main-link {
  position: relative;
  color: #2d4a67;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
  border-radius: 999px;
  padding: 11px 14px;
  transition: color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.nav-links > a::after,
.nav-main-link::after {
  display: none;
}

.nav-links > a:hover,
.nav-links > a.active,
.nav-main-link:hover,
.nav-main-link.active {
  color: #0f63dc;
  background: rgba(15, 111, 255, 0.08);
}

.nav-links > a.active,
.nav-main-link.active {
  color: #0e57bd;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 248, 255, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(15, 111, 255, 0.12),
    0 10px 20px rgba(15, 111, 255, 0.12);
}

.nav-links > a[aria-current="page"],
.nav-main-link[aria-current="page"] {
  color: #0e57bd;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 248, 255, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(15, 111, 255, 0.12),
    0 10px 20px rgba(15, 111, 255, 0.12);
}

.nav-item-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-item-dropdown::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 16px;
}

.nav-item-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 2px;
  border-radius: 999px;
  transition: background-color 0.22s ease, box-shadow 0.22s ease;
}

.nav-item-dropdown:hover .nav-item-row,
.nav-item-dropdown:focus-within .nav-item-row,
.nav-item-dropdown.is-open .nav-item-row {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(243, 249, 255, 0.84));
  box-shadow: inset 0 0 0 1px rgba(15, 111, 255, 0.08);
}

.nav-main-link {
  position: relative;
  z-index: 1;
}

.nav-main-trigger {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.nav-item-dropdown:hover .nav-main-link:not(.active),
.nav-item-dropdown:focus-within .nav-main-link:not(.active),
.nav-item-dropdown.is-open .nav-main-link:not(.active) {
  color: #0f63dc;
  background: rgba(15, 111, 255, 0.08);
}

.nav-subtoggle {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #2d4a67;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-subtoggle:hover,
.nav-item-dropdown.is-current .nav-subtoggle,
.nav-item-dropdown.is-open .nav-subtoggle,
.nav-item-dropdown:hover .nav-subtoggle {
  color: #0f63dc;
  background: rgba(15, 111, 255, 0.08);
}

.nav-subtoggle svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.nav-item-dropdown.is-open .nav-subtoggle svg,
.nav-item-dropdown:hover .nav-subtoggle svg,
.nav-item-dropdown:focus-within .nav-subtoggle svg {
  transform: rotate(180deg);
}

.nav-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
  z-index: 15;
  min-width: 360px;
  display: grid;
  gap: 6px;
  padding: 16px;
  border-radius: 24px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.96)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
  box-shadow: 0 30px 62px rgba(12, 40, 74, 0.14);
  backdrop-filter: blur(22px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.nav-dropdown::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 36px;
  width: 14px;
  height: 14px;
  border-top: 1px solid rgba(15, 111, 255, 0.12);
  border-left: 1px solid rgba(15, 111, 255, 0.12);
  background: rgba(255, 255, 255, 0.98);
  transform: rotate(45deg);
}

.nav-dropdown::after {
  content: '';
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(38, 185, 255, 0), rgba(38, 185, 255, 0.42), rgba(38, 185, 255, 0));
}

.nav-item-dropdown:hover .nav-dropdown,
.nav-item-dropdown:focus-within .nav-dropdown,
.nav-item-dropdown.is-open .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-dropdown-link {
  position: relative;
  display: grid;
  gap: 4px;
  padding: 14px 14px 14px 18px;
  border-radius: 16px;
  border: 1px solid rgba(15, 111, 255, 0);
  color: #24415f;
  background: transparent;
  white-space: normal;
  overflow: hidden;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.nav-dropdown-link::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f6fff, #26b9ff);
  box-shadow: 0 0 0 4px rgba(15, 111, 255, 0.08);
}

.nav-dropdown-link::after {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #0f6fff, #26b9ff);
  opacity: 0;
  transform: scaleY(0.25);
  transform-origin: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-dropdown-link span {
  padding-left: 12px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.nav-dropdown-link small {
  padding-left: 12px;
  color: #68809a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

.nav-dropdown-link:hover,
.nav-dropdown-link.active,
.nav-dropdown-link[aria-current="page"] {
  color: #0f63dc;
  border-color: rgba(15, 111, 255, 0.12);
  background: linear-gradient(180deg, rgba(15, 111, 255, 0.07), rgba(38, 185, 255, 0.04));
  box-shadow: none;
  transform: translateX(3px);
}

.nav-dropdown-link:hover::after,
.nav-dropdown-link.active::after,
.nav-dropdown-link[aria-current="page"]::after {
  opacity: 1;
  transform: scaleY(1);
}

.nav-dropdown-link.active small,
.nav-dropdown-link[aria-current="page"] small {
  color: #0f63dc;
}

.nav a:focus-visible,
.nav-toggle:focus-visible,
.nav-close:focus-visible,
.nav-subtoggle:focus-visible {
  outline: 2px solid rgba(15, 111, 255, 0.55);
  outline-offset: 2px;
}

.nav-cta {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-cta .btn {
  min-width: 126px;
  padding-inline: 18px;
}

.nav-toggle {
  display: none;
  position: relative;
  z-index: 125;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(15, 111, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 250, 255, 0.9));
  box-shadow:
    0 12px 24px rgba(16, 55, 95, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  cursor: pointer;
  padding: 11px 10px;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 99px;
  background: #1e3f61;
  margin: 5px 0;
  transition: transform 0.22s ease, opacity 0.22s ease, background-color 0.22s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-close,
.nav-mobile-cta {
  display: none;
}

.nav .nav-mobile-cta {
  display: none;
}

.nav-overlay {
  display: none;
}

.nav-overlay[hidden] {
  display: none !important;
  pointer-events: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 13px;
  cursor: pointer;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  padding: 14px 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

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

.btn-sm {
  padding: 11px 16px;
  font-size: 13px;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 14px 28px rgba(15, 111, 255, 0.26);
}

.btn-secondary {
  color: #0e3256;
  background: #ffffff;
  border: 1px solid var(--line);
}

.full-width {
  width: 100%;
}

.hero-section {
  position: relative;
  overflow: clip;
  padding: 94px 0 66px;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.58;
  animation: floatOrb 7s ease-in-out infinite;
}

.orb-1 {
  width: 240px;
  height: 240px;
  left: -90px;
  top: -70px;
  background: rgba(38, 185, 255, 0.8);
}

.orb-2 {
  width: 280px;
  height: 280px;
  right: -90px;
  bottom: -100px;
  background: rgba(15, 111, 255, 0.65);
  animation-delay: 0.6s;
}

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

.hero-grid,
.page-hero-grid {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 34px;
  align-items: center;
}

.hero-copy h1 {
  margin: 16px 0 14px;
  font-size: clamp(38px, 5.6vw, 70px);
}

.hero-text,
.section-heading p,
.page-hero p,
.showcase-panel p,
.page-hero-card p,
.service-card p,
.package-card p,
.gallery-body p,
.testimonial-card p,
.team-card p {
  color: var(--muted);
  line-height: 1.75;
}

.hero-text {
  font-size: 17px;
  max-width: 640px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.stats-row div,
.stat-panel,
.contact-card,
.metric-block {
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.stats-row strong,
.metric-block strong,
.contact-card strong {
  display: block;
  margin-bottom: 4px;
}

.stats-row span,
.metric-block span,
.contact-card span,
.stat-panel span,
.testimonial-card span {
  color: var(--muted);
  font-size: 13px;
}

.hero-stack {
  display: grid;
  gap: 14px;
}

.hero-card,
.booking-form,
.package-card,
.service-card,
.testimonial-card,
.team-card,
.gallery-tile,
.gallery-card {
  padding: 24px;
}

.hero-card-top {
  display: flex;
  gap: 7px;
  margin-bottom: 16px;
}

.mini-dot {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: #5ea7ff;
}

.showcase-panel,
.page-hero-card {
  padding: 22px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(246, 250, 255, 0.82);
}

.showcase-panel h3,
.page-hero-card h3 {
  margin: 12px 0 10px;
  font-size: clamp(24px, 3.3vw, 33px);
}

.panel-tag,
.tile-label {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  color: #0a578d;
  background: rgba(38, 185, 255, 0.12);
  border: 1px solid rgba(38, 185, 255, 0.26);
}

.split-metrics,
.timeline-grid,
.form-grid,
.footer-grid,
.booking-grid,
.two-col-section,
.split-layout,
.showcase-grid,
.masonry-grid,
.team-grid,
.brand-strip-inner,
.admin-stat-grid,
.card-grid {
  display: grid;
  gap: 18px;
}

.split-metrics {
  grid-template-columns: 1fr 1fr;
}

.metric-block strong {
  font-size: 24px;
}

.brand-strip {
  padding-bottom: 20px;
}

.brand-strip-inner {
  grid-template-columns: repeat(6, 1fr);
}

.brand-strip-inner span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 10px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.84);
  color: #35506c;
  font-weight: 700;
  font-size: 13px;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.left {
  text-align: left;
  margin-left: 0;
}

.section-heading.tight {
  margin-bottom: 16px;
}

.section-heading h2,
.section-heading h1,
.page-hero h1 {
  margin: 14px 0 10px;
  font-size: clamp(30px, 4.2vw, 50px);
}

.card-grid.three,
.showcase-grid,
.masonry-grid {
  grid-template-columns: repeat(3, 1fr);
}

.icon-chip {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 14px 28px rgba(15, 111, 255, 0.24);
}

.service-card h3,
.package-card h3,
.gallery-tile h3,
.gallery-card h3,
.team-card h3,
.testimonial-card strong {
  margin: 12px 0 9px;
  font-size: 22px;
}

.service-card,
.package-card,
.timeline-item,
.gallery-card,
.gallery-tile,
.testimonial-card,
.team-card,
.stat-panel,
.logo-tile {
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.service-card:hover,
.package-card:hover,
.timeline-item:hover,
.gallery-card:hover,
.gallery-tile:hover,
.testimonial-card:hover,
.team-card:hover,
.logo-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(12, 40, 74, 0.17);
}

.service-directory-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(38, 185, 255, 0.14), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(15, 111, 255, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(248, 252, 255, 0.96), rgba(238, 246, 255, 0.92));
}

.service-directory-hero-grid,
.service-detail-hero-grid,
.service-detail-section-grid {
  display: grid;
  gap: 24px;
}

.service-directory-hero-grid,
.service-detail-hero-grid {
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
}

.service-directory-pills,
.service-detail-badges,
.service-directory-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-directory-pills {
  margin-top: 26px;
}

.service-directory-pills a,
.service-detail-badges span,
.service-directory-tags span {
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 111, 255, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: #36516f;
  font-size: 12px;
  font-weight: 800;
}

.service-directory-pills a {
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.service-directory-pills a:hover {
  color: #0f63dc;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(15, 111, 255, 0.12);
}

.service-directory-sidecard {
  padding: 28px;
  border-radius: 26px;
}

.service-directory-sidecard h3 {
  margin: 14px 0 12px;
  font-size: clamp(28px, 3.8vw, 40px);
  line-height: 1.12;
}

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

.service-directory-proof div {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(15, 111, 255, 0.1);
}

.service-directory-proof strong {
  display: block;
  margin-bottom: 4px;
  color: #0f3052;
  font-size: 22px;
}

.service-directory-proof span {
  color: #5b7590;
  font-size: 12px;
  font-weight: 700;
}

.services-directory-grid,
.service-related-grid,
.service-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-directory-card {
  overflow: hidden;
  padding: 0;
  border-radius: 26px;
}

.service-directory-media {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.service-directory-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 21, 36, 0.04), rgba(7, 21, 36, 0.34));
}

.service-directory-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.service-directory-card:hover .service-directory-media img {
  transform: scale(1.05);
}

.service-directory-count {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  background: rgba(7, 21, 36, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(10px);
}

.service-directory-body {
  padding: 22px;
}

.service-directory-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.service-directory-top span {
  color: #5b7590;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.service-directory-card h3 {
  margin: 0 0 10px;
  font-size: 25px;
}

.service-directory-card p {
  color: var(--muted);
  line-height: 1.8;
}

.service-directory-tags {
  margin-top: 18px;
}

.service-directory-link,
.service-related-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: #0f63dc;
  font-size: 13px;
  font-weight: 800;
}

.service-detail-hero {
  padding-bottom: 56px;
  background:
    radial-gradient(circle at 10% 16%, rgba(38, 185, 255, 0.14), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(15, 111, 255, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(248, 252, 255, 0.96), rgba(240, 247, 255, 0.94));
}

.service-detail-copy h1 {
  margin: 16px 0 14px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
}

.service-detail-copy p {
  max-width: 620px;
  color: #56708c;
  font-size: 17px;
  line-height: 1.82;
}

.service-detail-badges {
  margin-top: 24px;
}

.service-detail-visual {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 30px;
}

.service-detail-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.service-detail-overlay {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: grid;
  gap: 10px;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(7, 21, 36, 0.62);
  backdrop-filter: blur(14px);
}

.service-detail-overlay strong {
  color: #ffffff;
  font-size: 24px;
}

.service-detail-overlay p {
  color: rgba(239, 246, 255, 0.8);
  line-height: 1.7;
}

.service-detail-section-grid {
  grid-template-columns: 0.98fr 1.02fr;
  align-items: start;
}

.service-detail-panel {
  padding: 28px;
  border-radius: 28px;
}

.service-detail-panel h2 {
  margin: 14px 0 12px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
}

.service-detail-panel > p {
  color: var(--muted);
  line-height: 1.82;
}

.service-detail-checklist {
  margin-top: 22px;
}

.service-detail-checklist div {
  background: rgba(255, 255, 255, 0.8);
}

.service-detail-stats {
  gap: 14px;
}

.service-detail-stats .metric-block {
  min-height: 126px;
  display: grid;
  align-content: center;
  border-radius: 20px;
}

.service-benefit-card,
.service-related-card {
  min-height: 100%;
  border-radius: 24px;
}

.service-benefit-card h3,
.service-related-card h3 {
  margin: 14px 0 10px;
  font-size: 24px;
}

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

.service-process-card {
  border-radius: 22px;
}

.service-process-card span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #0f63dc;
  font-size: 12px;
  font-weight: 800;
  background: rgba(15, 111, 255, 0.08);
}

.service-process-card h3 {
  margin: 0 0 8px;
}

.service-process-card p,
.service-related-card p,
.service-benefit-card p {
  color: var(--muted);
  line-height: 1.78;
}

.two-col-section,
.split-layout,
.booking-grid {
  grid-template-columns: 0.94fr 1.06fr;
  align-items: start;
}

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

.timeline-item {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
}

.timeline-item span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  margin-bottom: 12px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
}

.price {
  margin: 14px 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 34px;
}

.home-process-section {
  position: relative;
  overflow: hidden;
}

.home-process-section::before {
  content: '';
  position: absolute;
  right: 5%;
  top: 40px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(38, 185, 255, 0.12);
  filter: blur(28px);
  pointer-events: none;
}

.home-process-grid,
.home-faq-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: start;
}

.home-process-copy h2,
.home-faq-copy h2 {
  margin: 16px 0 12px;
  font-size: clamp(30px, 4vw, 46px);
}

.home-process-copy p,
.home-faq-copy p {
  color: var(--muted);
  line-height: 1.8;
}

.home-process-proof {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(15, 111, 255, 0.08), rgba(38, 185, 255, 0.08)),
    rgba(255, 255, 255, 0.72);
}

.home-process-proof strong {
  display: block;
  margin-bottom: 7px;
  color: #0c263f;
  font-size: 18px;
}

.home-process-proof span {
  color: #58708c;
  line-height: 1.7;
}

.home-process-card {
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.home-process-card::before {
  content: '';
  position: absolute;
  right: -18px;
  top: -18px;
  width: 74px;
  height: 74px;
  border-radius: 20px;
  background: rgba(38, 185, 255, 0.08);
}

.home-process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 14px;
  color: #0a4fb5;
  font-size: 13px;
  font-weight: 900;
  background: rgba(15, 111, 255, 0.08);
  border: 1px solid rgba(15, 111, 255, 0.14);
}

.home-process-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.home-process-card p {
  color: var(--muted);
  line-height: 1.75;
}

.industries-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(38, 185, 255, 0.1), transparent 28%),
    radial-gradient(circle at 82% 74%, rgba(15, 111, 255, 0.08), transparent 32%);
}

.industries-section::before {
  content: '';
  position: absolute;
  left: 4%;
  bottom: 30px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(38, 185, 255, 0.12);
  filter: blur(26px);
  pointer-events: none;
}

.industries-shell {
  position: relative;
  z-index: 1;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(15, 111, 255, 0.12);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(239, 249, 255, 0.74));
  box-shadow: 0 24px 64px rgba(12, 60, 104, 0.12);
}

.industries-shell::after {
  content: '';
  position: absolute;
  right: -90px;
  top: -90px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  border-radius: 45% 55% 52% 48% / 44% 50% 50% 56%;
  transform: rotate(-16deg);
  pointer-events: none;
}

.industries-heading-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 26px;
  align-items: end;
  margin-bottom: 26px;
}

.industries-heading-row .section-heading {
  margin-bottom: 0;
}

.industries-proof-card {
  padding: 20px;
  border: 1px solid rgba(15, 111, 255, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 16%, rgba(38, 185, 255, 0.28), transparent 32%),
    rgba(255, 255, 255, 0.74);
}

.industries-proof-card span {
  color: #0a4fb5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.industries-proof-card strong {
  display: block;
  margin: 8px 0 4px;
  color: #0c263f;
  font-size: 54px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.industries-proof-card p {
  color: #58708c;
  line-height: 1.6;
}

.industries-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) 0.98fr;
  gap: 18px;
  align-items: stretch;
}

.industries-feature-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  padding: 0;
  border-radius: 30px;
}

.industries-feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.industries-feature-card:hover img {
  transform: scale(1.05);
}

.industries-feature-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 24px;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(7, 18, 30, 0.02) 20%, rgba(7, 21, 36, 0.9) 100%);
}

.industries-feature-overlay h3 {
  margin: 12px 0 8px;
  font-size: 28px;
}

.industries-feature-overlay p {
  color: rgba(239, 246, 255, 0.88);
  line-height: 1.75;
}

.industries-feature-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.industries-feature-points span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.industries-list {
  display: grid;
  gap: 14px;
}

.industries-mini-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 88px;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 22px;
}

.industries-mini-number {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #0a4fb5;
  font-size: 12px;
  font-weight: 900;
  background: rgba(15, 111, 255, 0.08);
  border: 1px solid rgba(15, 111, 255, 0.14);
}

.industries-mini-copy h3 {
  margin: 0 0 6px;
  font-size: 20px;
}

.industries-mini-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.industries-mini-thumb {
  height: 72px;
  overflow: hidden;
  border-radius: 18px;
}

.industries-mini-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.industries-mini-card:hover .industries-mini-thumb img {
  transform: scale(1.06);
}

.home-faq-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(236, 245, 255, 0.8));
}

.home-faq-copy .check-list {
  margin-top: 22px;
}

.home-faq-copy .check-list div {
  border-radius: 18px;
  padding: 16px 18px;
}

.home-faq-list {
  display: grid;
  gap: 14px;
}

.home-faq-card {
  padding: 22px;
  border-radius: 22px;
}

.home-faq-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.home-faq-card p {
  color: var(--muted);
  line-height: 1.75;
}

.packages-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 14%, rgba(38, 185, 255, 0.17), transparent 32%),
    radial-gradient(circle at 86% 76%, rgba(15, 111, 255, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(235, 244, 255, 0.82));
}

.packages-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 111, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 111, 255, 0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

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

.packages-shell {
  position: relative;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(15, 111, 255, 0.12);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(239, 249, 255, 0.68));
  box-shadow: 0 30px 80px rgba(12, 60, 104, 0.12);
}

.packages-shell::after {
  content: '';
  position: absolute;
  right: -120px;
  top: -140px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(15, 111, 255, 0.13);
  border-radius: 45% 55% 52% 48% / 44% 50% 50% 56%;
  transform: rotate(-18deg);
  pointer-events: none;
}

.packages-heading-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.packages-heading-row .section-heading {
  margin-bottom: 0;
}

.packages-promise-card {
  padding: 22px;
  border: 1px solid rgba(15, 111, 255, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 14%, rgba(38, 185, 255, 0.28), transparent 34%),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 44px rgba(12, 60, 104, 0.1);
}

.packages-promise-card span,
.packages-note-bar span {
  color: #0a4fb5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.packages-promise-card strong {
  display: block;
  margin: 8px 0 6px;
  color: #0c263f;
  font-size: 28px;
}

.packages-promise-card p {
  color: #58708c;
  line-height: 1.65;
}

.package-grid {
  position: relative;
  z-index: 1;
  align-items: stretch;
  gap: 18px;
}

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(243, 250, 255, 0.84));
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.package-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(38, 185, 255, 0.14), transparent 30%),
    linear-gradient(115deg, transparent 0 34%, rgba(255, 255, 255, 0.64) 46%, transparent 58%);
  opacity: 0.8;
  pointer-events: none;
}

.package-card::after {
  content: '';
  position: absolute;
  right: -46px;
  bottom: -58px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

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

.package-card-featured {
  border-color: rgba(15, 111, 255, 0.24);
  background:
    radial-gradient(circle at 20% 10%, rgba(38, 185, 255, 0.2), transparent 32%),
    linear-gradient(145deg, #ffffff, #edf8ff);
  box-shadow: 0 30px 70px rgba(12, 60, 104, 0.18);
  transform: translateY(-10px);
}

.package-card-featured:hover {
  transform: translateY(-14px);
}

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

.package-plan-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #0a4fb5;
  font-weight: 900;
  background: rgba(15, 111, 255, 0.09);
  border: 1px solid rgba(15, 111, 255, 0.16);
}

.package-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: #0a578d;
  background: rgba(38, 185, 255, 0.12);
  border: 1px solid rgba(38, 185, 255, 0.26);
}

.package-card-top .package-badge {
  margin-bottom: 0;
}

.package-badge.muted {
  color: #55708e;
  background: rgba(89, 112, 141, 0.08);
  border-color: rgba(89, 112, 141, 0.16);
}

.package-title-block h3 {
  margin-top: 0;
  font-size: 25px;
}

.package-title-block p {
  min-height: 56px;
  color: var(--muted);
  line-height: 1.7;
}

.package-card .price {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin: 22px 0 20px;
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(15, 111, 255, 0.1), rgba(38, 185, 255, 0.1)),
    rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 111, 255, 0.12);
}

.price-currency {
  align-self: flex-start;
  margin-top: 6px;
  color: #0a4fb5;
  font-size: 20px;
  font-weight: 900;
}

.package-card .price strong {
  color: #0c263f;
  font-size: clamp(34px, 3.5vw, 46px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.package-card .price small {
  margin-bottom: 5px;
  color: #6a7f98;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 10px;
}

.feature-list li {
  position: relative;
  padding: 11px 12px 11px 42px;
  border: 1px solid rgba(16, 40, 66, 0.08);
  border-radius: 14px;
  color: #344d68;
  background: rgba(255, 255, 255, 0.58);
  font-weight: 700;
}

.feature-list li::before {
  content: '✓';
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent), #26b9ff);
  position: absolute;
  left: 12px;
  top: 50%;
  font-size: 12px;
  font-weight: 900;
  transform: translateY(-50%);
}

.package-card-footer {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(16, 40, 66, 0.1);
}

.package-card-footer .btn {
  width: 100%;
}

.package-card-footer span {
  color: #6a7f98;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.packages-note-bar {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid rgba(15, 111, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
}

.packages-note-bar p {
  color: var(--muted);
  line-height: 1.6;
}

.packages-note-bar a {
  color: #0a4fb5;
  font-weight: 900;
}

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

.form-grid textarea {
  grid-column: 1 / -1;
  resize: vertical;
}

input,
textarea,
select {
  width: 100%;
  padding: 14px 15px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  font-family: inherit;
  font-size: 15px;
  outline: none;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(15, 111, 255, 0.45);
  box-shadow: 0 0 0 3px rgba(15, 111, 255, 0.1);
}

input::placeholder,
textarea::placeholder {
  color: #7a92ad;
}

.check-list,
.contact-cards {
  display: grid;
  gap: 11px;
}

.check-list div {
  padding: 15px 16px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.85);
}

.page-hero {
  padding: 130px 0 66px;
}

.about-hero {
  position: relative;
  padding: 108px 0 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 14%, rgba(38, 185, 255, 0.16), transparent 32%),
    radial-gradient(circle at 84% 78%, rgba(15, 111, 255, 0.12), transparent 34%),
    linear-gradient(180deg, #f6fbff 0%, #eef7ff 100%);
}

.about-hero::before {
  content: '';
  position: absolute;
  right: -120px;
  top: -90px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  border-radius: 44% 56% 52% 48% / 46% 48% 52% 54%;
  transform: rotate(-18deg);
}

.about-hero-grid,
.about-story-grid,
.about-approach-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
}

.about-hero-grid {
  grid-template-columns: 0.96fr 1.04fr;
  align-items: center;
}

.about-hero-copy h1 {
  margin: 16px 0 14px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.04;
}

.about-hero-copy p {
  max-width: 650px;
  color: #50657d;
  font-size: 18px;
  line-height: 1.8;
}

.about-hero-copy {
  max-width: 640px;
}

.about-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.about-hero-chips span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 111, 255, 0.14);
  background: rgba(255, 255, 255, 0.74);
  color: #35506c;
  font-size: 12px;
  font-weight: 800;
}

.about-hero-actions {
  margin-top: 28px;
}

.about-hero-visual {
  position: relative;
  min-height: 560px;
}

.about-hero-orb,
.about-hero-grid-dots {
  position: absolute;
  pointer-events: none;
}

.about-hero-orb {
  right: 18px;
  top: 32px;
  width: min(84%, 460px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 0.96), rgba(227, 239, 255, 0.88) 54%, rgba(191, 218, 255, 0.58) 100%);
  box-shadow:
    inset -22px -26px 54px rgba(145, 177, 238, 0.18),
    0 36px 84px rgba(135, 168, 222, 0.16);
}

.about-hero-grid-dots {
  right: 18px;
  top: 22px;
  width: 126px;
  height: 78px;
  opacity: 0.24;
  background-image: radial-gradient(circle, rgba(15, 111, 255, 0.24) 1.4px, transparent 1.4px);
  background-size: 18px 18px;
}

.about-hero-main {
  position: relative;
  height: 100%;
  min-height: 560px;
  overflow: hidden;
  border-radius: 30px;
  transform: none;
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: 0 30px 84px rgba(15, 52, 92, 0.16);
  animation: aboutVisualFloat 9s ease-in-out infinite;
}

.about-hero-main img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.about-hero-visual:hover .about-hero-main img {
  transform: scale(1.02);
}

.about-hero-main-overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 22px;
  color: #ffffff;
  background: rgba(7, 21, 36, 0.58);
  backdrop-filter: blur(16px);
}

.about-hero-main-overlay span {
  color: rgba(181, 224, 255, 0.94);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-hero-main-overlay strong {
  font-size: 20px;
  line-height: 1.45;
}

.about-hero-copy p,
.about-mission-copy strong,
.about-mission-copy span,
.about-story-card > p,
.about-story-insight strong,
.about-story-insight p,
.about-story-proof p,
.about-vision-copy p,
.about-vision-sidecard strong,
.about-vision-sidecard p,
.about-principle-featured h3,
.about-principle-featured p,
.about-principle-card h3,
.about-principle-card p,
.about-approach-copy p,
.about-approach-proof strong,
.about-approach-proof p,
.about-step-card h3,
.about-step-card p,
.about-cta-copy h2,
.about-cta-banner p,
.about-cta-note strong,
.about-cta-note p {
  overflow-wrap: anywhere;
}

.about-story-section {
  position: relative;
  overflow: hidden;
}

.about-story-section::before {
  content: '';
  position: absolute;
  left: -120px;
  top: 40px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 111, 255, 0.12), transparent 68%);
  pointer-events: none;
}

.about-story-shell {
  position: relative;
  z-index: 1;
}

.about-story-grid {
  grid-template-columns: 1.02fr 0.98fr;
  align-items: start;
}

.about-story-card {
  padding: 34px;
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 8%, rgba(38, 185, 255, 0.28), transparent 34%),
    radial-gradient(circle at 82% 22%, rgba(127, 199, 255, 0.18), transparent 26%),
    linear-gradient(150deg, #08182a, #103b63 58%, #0b243f);
  box-shadow: 0 34px 84px rgba(8, 24, 42, 0.22);
}

.about-story-card h2 {
  margin: 16px 0 12px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
}

.about-story-card > p {
  color: rgba(241, 248, 255, 0.84);
  line-height: 1.85;
}

.about-story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.about-story-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.about-story-points {
  margin-top: 22px;
}

.about-story-points div {
  color: rgba(243, 249, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

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

.about-story-image-panel {
  padding: 12px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 248, 255, 0.88));
}

.about-story-image {
  overflow: hidden;
  border-radius: 28px;
}

.about-story-image img {
  width: 100%;
  height: 316px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.about-story-image:hover img,
.about-approach-image:hover img {
  transform: scale(1.04);
}

.about-story-image-note {
  padding: 18px 10px 8px;
}

.about-story-image-note span,
.about-story-proof span,
.about-approach-proof > span,
.about-approach-image-note span,
.about-cta-topics span,
.about-vision-sidecard > span {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-story-image-note span,
.about-approach-image-note span {
  color: #0a63d1;
}

.about-story-image-note strong,
.about-approach-image-note strong {
  display: block;
  margin-top: 10px;
  color: #0c263f;
  font-size: 24px;
  line-height: 1.25;
}

.about-story-metrics {
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-story-metric-card {
  min-height: 128px;
  padding: 22px 18px;
  display: grid;
  align-content: center;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 255, 0.84));
}

.about-story-proof {
  padding: 20px 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(226, 241, 255, 0.9), rgba(255, 255, 255, 0.92));
  border: 1px solid rgba(15, 111, 255, 0.12);
}

.about-story-proof span {
  color: #0a63d1;
}

.about-story-proof p {
  margin-top: 10px;
  color: #38556f;
  line-height: 1.78;
}

.about-story-insight {
  margin-top: 22px;
  padding: 22px;
  border-radius: 24px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.about-story-insight span {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(170, 224, 255, 0.96);
}

.about-story-insight strong {
  display: block;
  margin-top: 12px;
  font-size: 26px;
  line-height: 1.26;
}

.about-story-insight p {
  margin-top: 10px;
  color: rgba(236, 244, 255, 0.82);
  line-height: 1.78;
}

.about-vision-section {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(236, 245, 255, 0.84));
}

.about-vision-shell {
  padding: 36px;
  border: 1px solid rgba(15, 111, 255, 0.1);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(239, 249, 255, 0.78));
  box-shadow: 0 24px 60px rgba(12, 60, 104, 0.1);
}

.about-vision-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
  margin-bottom: 28px;
}

.about-vision-copy {
  max-width: 760px;
  margin: 0;
  text-align: left;
}

.about-vision-copy h2 {
  margin: 16px 0 12px;
  font-size: clamp(30px, 4vw, 46px);
}

.about-vision-copy p {
  color: var(--muted);
  line-height: 1.8;
}

.about-vision-sidecard {
  padding: 24px;
  border-radius: 28px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 8%, rgba(38, 185, 255, 0.24), transparent 34%),
    linear-gradient(160deg, #08182a, #103b63 58%, #0b243f);
  box-shadow: 0 28px 56px rgba(8, 24, 42, 0.18);
}

.about-vision-sidecard > span {
  color: rgba(174, 226, 255, 0.96);
}

.about-vision-sidecard strong {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.28;
}

.about-vision-sidecard p {
  margin-top: 12px;
  color: rgba(236, 244, 255, 0.82);
  line-height: 1.8;
}

.about-vision-layout {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 20px;
  align-items: stretch;
}

.about-principle-featured {
  min-height: 100%;
  padding: 28px;
  border-radius: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 12%, rgba(38, 185, 255, 0.16), transparent 28%),
    linear-gradient(160deg, #091428, #0f3760 55%, #0b2341);
  box-shadow: 0 28px 64px rgba(8, 24, 42, 0.2);
}

.about-principle-featured-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.about-principle-count {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 900;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.about-principle-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(184, 230, 255, 0.92);
}

.about-principle-featured h3 {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
}

.about-principle-featured p {
  margin-top: 14px;
  color: rgba(236, 244, 255, 0.82);
  line-height: 1.82;
}

.about-principle-featured-note {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(198, 234, 255, 0.9);
  font-size: 14px;
  line-height: 1.7;
}

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

.about-principle-card {
  min-height: 100%;
  padding: 24px;
  border-radius: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.about-principle-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 16px;
  color: #0a4fb5;
  font-size: 13px;
  font-weight: 900;
  background: rgba(15, 111, 255, 0.08);
  border: 1px solid rgba(15, 111, 255, 0.14);
}

.about-principle-card h3 {
  margin: 0 0 10px;
}

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

.about-principle-card:hover {
  transform: translateY(-8px);
  border-color: rgba(15, 111, 255, 0.2);
  box-shadow: 0 24px 52px rgba(15, 52, 92, 0.12);
}

.about-approach-shell {
  display: grid;
  gap: 24px;
}

.about-approach-intro {
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
}

.about-approach-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 22px;
  align-items: start;
}

.about-approach-copy h2 {
  margin: 16px 0 12px;
  font-size: clamp(30px, 4vw, 46px);
}

.about-approach-copy p {
  color: var(--muted);
  line-height: 1.8;
}

.about-approach-proof {
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 247, 255, 0.88));
}

.about-approach-proof > span {
  color: #0a63d1;
}

.about-approach-proof strong {
  display: block;
  margin-top: 10px;
  color: #0c263f;
  font-size: 28px;
  line-height: 1.22;
}

.about-approach-proof p {
  margin-top: 12px;
  color: #58708c;
  line-height: 1.78;
}

.about-approach-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.about-approach-highlights span,
.about-cta-topics span {
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  color: #0a63d1;
  background: rgba(15, 111, 255, 0.08);
  border: 1px solid rgba(15, 111, 255, 0.14);
}

.about-approach-visual {
  display: grid;
  gap: 18px;
}

.about-approach-image-panel {
  padding: 12px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 248, 255, 0.88));
}

.about-approach-image {
  overflow: hidden;
  border-radius: 28px;
}

.about-approach-image img {
  width: 100%;
  height: 316px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.about-approach-image-note {
  padding: 18px 10px 8px;
}

.about-approach-steps {
  gap: 16px;
}

.about-step-card {
  position: relative;
  padding: 24px 24px 22px 90px;
  border-radius: 22px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}

.about-step-card::before {
  content: '';
  position: absolute;
  left: 42px;
  top: 64px;
  bottom: -20px;
  width: 1px;
  background: linear-gradient(180deg, rgba(15, 111, 255, 0.22), rgba(15, 111, 255, 0));
}

.about-step-card:last-child::before {
  display: none;
}

.about-step-top {
  position: absolute;
  left: 18px;
  top: 20px;
  display: grid;
  justify-items: center;
  gap: 4px;
}

.about-step-top span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  background: linear-gradient(135deg, #0f6fff, #28b2ff);
  box-shadow: 0 16px 28px rgba(15, 111, 255, 0.22);
}

.about-step-top small {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7a93ac;
}

.about-step-card h3 {
  margin: 0 0 10px;
}

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

.about-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(15, 111, 255, 0.18);
  box-shadow: 0 22px 44px rgba(15, 52, 92, 0.12);
}

.about-cta-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: stretch;
  gap: 24px;
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 14%, rgba(38, 185, 255, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(236, 246, 255, 0.9));
}

.about-cta-copy h2 {
  margin-top: 16px;
  font-size: clamp(30px, 4vw, 46px);
}

.about-cta-banner p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.75;
}

.about-cta-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.about-cta-side {
  display: grid;
  gap: 16px;
  align-content: space-between;
}

.about-cta-note {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.about-cta-note strong {
  display: block;
  color: #0c263f;
  font-size: 19px;
  line-height: 1.35;
}

.about-cta-note p {
  margin-top: 10px;
  color: #58708c;
}

.about-hero-reference {
  padding: 104px 0 52px;
  background:
    radial-gradient(circle at 10% 10%, rgba(38, 185, 255, 0.14), transparent 30%),
    radial-gradient(circle at 92% 22%, rgba(15, 111, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
}

.about-hero-reference::before {
  display: none;
}

.about-hero-reference .about-hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 54px;
  align-items: center;
}

.about-hero-reference .about-hero-copy {
  max-width: 560px;
}

.about-hero-reference .eyebrow {
  margin-bottom: 18px;
}

.about-hero-reference .about-hero-copy h1 {
  margin: 0;
  max-width: 10ch;
  font-size: clamp(44px, 6vw, 74px);
  line-height: 1.01;
  letter-spacing: -0.05em;
}

.about-hero-accent {
  background: linear-gradient(135deg, #2f69ff, #4c83ff 48%, #27b2ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about-hero-reference .about-hero-copy p {
  max-width: 50ch;
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.78;
}

.about-hero-proof {
  margin-top: 22px;
}

.about-hero-proof span {
  min-height: 40px;
  padding: 10px 15px;
  border-radius: 999px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  background: rgba(255, 255, 255, 0.78);
  color: #31506f;
  box-shadow: 0 14px 28px rgba(14, 61, 109, 0.08);
}

.about-mission-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 248, 255, 0.88));
  box-shadow: 0 20px 44px rgba(13, 57, 101, 0.1);
}

.about-mission-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #2d68ff;
  background: rgba(47, 105, 255, 0.08);
  border: 1px solid rgba(47, 105, 255, 0.14);
}

.about-mission-icon svg {
  width: 26px;
  height: 26px;
}

.about-mission-copy {
  display: grid;
  gap: 6px;
}

.about-mission-copy strong {
  color: #174dbb;
  font-size: 18px;
}

.about-mission-copy span {
  color: #58708c;
  line-height: 1.75;
}

.about-trusted-strip {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.about-trusted-strip > span {
  justify-self: start;
  color: #8293a9;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.about-trusted-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: 12px;
  align-items: center;
}

.about-trusted-logo {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 16px;
  border: 1px solid rgba(15, 111, 255, 0.1);
  background: rgba(255, 255, 255, 0.8);
  opacity: 0.9;
  filter: grayscale(1);
  transition: opacity 0.3s ease, filter 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.about-trusted-logo:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(15, 64, 112, 0.1);
}

.about-trusted-logo img {
  max-height: 34px;
  max-width: 96px;
  width: auto;
  object-fit: contain;
}

.about-hero-reference .about-hero-visual {
  min-height: 560px;
  display: grid;
  align-items: center;
}

@keyframes aboutVisualFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes aboutFloatTop {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes aboutFloatBottom {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 12px, 0);
  }
}

.gallery-card {
  overflow: hidden;
  padding: 0;
}

.gallery-visual {
  height: 240px;
  overflow: hidden;
}

.gallery-visual img,
.gallery-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-card:hover .gallery-visual img,
.gallery-image-card:hover img {
  transform: scale(1.05);
}

.gallery-body {
  padding: 20px;
}

.image-showcase-grid {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-image-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: 0;
}

.gallery-image-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px;
  background: linear-gradient(180deg, rgba(4, 22, 40, 0) 0%, rgba(7, 24, 41, 0.86) 55%);
  color: #f6fbff;
}

.gallery-image-overlay h3 {
  font-size: 21px;
  margin: 10px 0 6px;
}

.gallery-image-overlay p {
  color: rgba(238, 245, 255, 0.9);
}

.rating-stars {
  color: var(--warning);
  font-weight: 800;
  letter-spacing: 0.09em;
  margin-bottom: 8px;
}

.testimonial-card small.testimonial-result {
  display: inline-flex;
  margin-top: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0b6c56;
  border: 1px solid rgba(0, 164, 130, 0.25);
  background: rgba(0, 164, 130, 0.1);
}

.reviews-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(38, 185, 255, 0.18), transparent 32%),
    radial-gradient(circle at 82% 72%, rgba(15, 111, 255, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(235, 244, 255, 0.84));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reviews-section::before {
  content: '';
  position: absolute;
  left: 8%;
  top: 74px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(38, 185, 255, 0.13);
  filter: blur(28px);
  pointer-events: none;
}

.reviews-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 111, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 111, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

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

.reviews-shell {
  position: relative;
  padding: 32px;
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 249, 255, 0.78));
}

.reviews-shell::before {
  content: '';
  position: absolute;
  right: -110px;
  top: -120px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(15, 111, 255, 0.14);
  border-radius: 42% 58% 52% 48% / 44% 50% 50% 56%;
  transform: rotate(-22deg);
}

.reviews-heading-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 26px;
  align-items: end;
  margin-bottom: 28px;
}

.reviews-heading-grid .section-heading {
  margin-bottom: 0;
}

.reviews-score-card {
  padding: 20px;
  border: 1px solid rgba(15, 111, 255, 0.15);
  border-radius: 26px;
  background:
    radial-gradient(circle at 78% 14%, rgba(244, 176, 61, 0.22), transparent 36%),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 44px rgba(12, 60, 104, 0.1);
}

.reviews-score-card span,
.reviews-slider-top span {
  color: #0a4fb5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reviews-score-card strong {
  display: block;
  margin: 8px 0 6px;
  color: #0c263f;
  font-size: 52px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.reviews-score-card .rating-stars {
  margin-bottom: 0;
}

.reviews-content-grid {
  position: relative;
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.featured-testimonial-card {
  position: relative;
  min-height: 430px;
  padding: 32px;
  overflow: hidden;
  border-radius: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 8%, rgba(38, 185, 255, 0.28), transparent 34%),
    linear-gradient(145deg, #08182a, #103b63 58%, #0b243f);
  box-shadow: 0 30px 70px rgba(8, 24, 42, 0.22);
}

.featured-testimonial-card::after {
  content: '';
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 48% 52% 44% 56% / 42% 50% 50% 58%;
  transform: rotate(-14deg);
}

.review-quote-mark {
  display: block;
  margin-bottom: 18px;
  color: rgba(185, 243, 255, 0.46);
  font-family: Georgia, serif;
  font-size: 92px;
  line-height: 0.7;
}

.featured-testimonial-card .rating-stars {
  position: relative;
  color: #ffd166;
}

.featured-testimonial-card p {
  position: relative;
  margin: 18px 0 28px;
  color: rgba(241, 248, 255, 0.9);
  font-size: 21px;
  line-height: 1.65;
}

.review-author {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-author > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 16px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 16px 30px rgba(15, 111, 255, 0.25);
}

.review-author strong {
  display: block;
  margin: 0;
  font-size: 16px;
}

.review-author small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-weight: 700;
}

.featured-testimonial-card .review-author small {
  color: rgba(236, 248, 255, 0.72);
}

.reviews-slider-wrap {
  min-width: 0;
}

.reviews-slider-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.reviews-swiper-actions {
  display: flex;
  gap: 10px;
}

.reviews-swiper-actions .swiper-button-prev,
.reviews-swiper-actions .swiper-button-next {
  position: static;
  width: 44px;
  height: 44px;
  margin: 0;
  border: 1px solid rgba(15, 111, 255, 0.18);
  border-radius: 15px;
  color: #0a4fb5;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 28px rgba(12, 40, 74, 0.1);
  backdrop-filter: blur(12px);
}

.reviews-swiper-actions .swiper-button-prev::after,
.reviews-swiper-actions .swiper-button-next::after {
  font-size: 13px;
  font-weight: 900;
}

.reviews-swiper {
  padding: 4px 2px 44px;
}

.reviews-swiper .swiper-wrapper {
  align-items: stretch;
}

.reviews-swiper .swiper-slide {
  height: auto;
}

.testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 316px;
  overflow: hidden;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(242, 249, 255, 0.84));
}

.testimonial-card::before {
  content: '';
  position: absolute;
  right: -38px;
  top: -42px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(38, 185, 255, 0.12);
}

.testimonial-card-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.review-mini-mark {
  color: rgba(15, 111, 255, 0.22);
  font-family: Georgia, serif;
  font-size: 56px;
  line-height: 0.7;
}

.testimonial-card .rating-stars {
  margin-bottom: 0;
  font-size: 13px;
}

.testimonial-card p {
  position: relative;
  margin-bottom: 24px;
  color: #435b76;
  font-size: 16px;
  line-height: 1.75;
}

.testimonial-card .review-author {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(16, 40, 66, 0.1);
}

.testimonial-card .review-author > span {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  font-size: 16px;
}

.logo-wall {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.logo-tile {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
}

.logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #3d82ff, #20b9ff);
}

.logo-tile strong {
  font-size: 14px;
}

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

.team-avatar {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  color: #fff;
  font-weight: 800;
  font-size: 27px;
}

.cta-banner {
  padding: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.cta-actions {
  display: flex;
  gap: 10px;
}

.site-footer {
  position: relative;
  margin-top: 26px;
  padding: 22px 0 22px;
  color: #dbe7f5;
  background: linear-gradient(180deg, #0b1623, #102032);
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.footer-shell {
  position: relative;
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
}

.footer-grid {
  grid-template-columns: 1.3fr 0.9fr 1fr;
  gap: 28px;
  align-items: start;
}

.footer-column h4,
.footer-intro h3 {
  margin: 0 0 12px;
}

.footer-intro h3 {
  font-size: 28px;
  line-height: 1.22;
}

.footer-intro p {
  color: rgba(219, 231, 245, 0.72);
  line-height: 1.75;
}

.footer-column h4 {
  color: #ffffff;
  font-size: 16px;
}

.footer-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: #9fdcff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-meta-list {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.footer-meta-list a,
.footer-meta-list div {
  display: grid;
  flex-direction: column;
  gap: 4px;
  color: rgba(219, 231, 245, 0.8);
}

.footer-meta-list span {
  color: #9fdcff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-meta-list strong {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
}

.footer-link-list {
  display: grid;
  gap: 10px;
}

.footer-link-list a,
.footer-link-list span {
  color: rgba(219, 231, 245, 0.76);
  line-height: 1.7;
}

.footer-link-list a:hover {
  color: #ffffff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom-copy {
  display: grid;
  gap: 6px;
}

.footer-bottom-copy span {
  color: #ffffff;
  font-weight: 800;
}

.footer-bottom-copy small {
  color: rgba(212, 226, 242, 0.68);
  line-height: 1.6;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-bottom-links a {
  color: #dcecff;
  font-size: 13px;
  font-weight: 800;
}

.footer-bottom-links a:hover {
  color: #ffffff;
}

.flash {
  position: fixed;
  right: 18px;
  top: 84px;
  z-index: 60;
  padding: 12px 16px;
  border-radius: 12px;
  color: #fff;
  box-shadow: var(--shadow);
}

.flash.success {
  background: rgba(8, 133, 101, 0.95);
}

.flash.error {
  background: rgba(198, 56, 73, 0.94);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background:
    radial-gradient(circle at 18% 12%, rgba(38, 185, 255, 0.14), transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(15, 111, 255, 0.12), transparent 32%),
    rgba(6, 24, 40, 0.62);
  backdrop-filter: blur(12px);
}

.modal.hidden {
  display: none;
}

.modal-dialog {
  width: min(560px, 100%);
  padding: 28px;
  position: relative;
}

.package-modal-dialog {
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 14%, rgba(38, 185, 255, 0.22), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 249, 255, 0.88));
  box-shadow: 0 36px 100px rgba(7, 25, 42, 0.32);
}

.package-modal-dialog::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--primary), var(--primary-2));
}

.modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(15, 111, 255, 0.16);
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(12, 60, 104, 0.1);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #1e3554;
}

.package-modal-head {
  margin-bottom: 20px;
  padding-right: 54px;
}

.package-modal-head .eyebrow {
  margin-bottom: 14px;
}

.package-modal-head h3 {
  margin: 0 0 10px;
  color: #0c263f;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.12;
}

.package-modal-head p {
  color: #58708c;
  line-height: 1.7;
}

.package-modal-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.package-modal-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 111, 255, 0.14);
  background: rgba(255, 255, 255, 0.7);
  color: #3f5d7f;
  font-size: 12px;
  font-weight: 800;
}

.package-modal-points span::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 0 0 5px rgba(15, 111, 255, 0.1);
}

.package-order-form {
  display: grid;
  gap: 14px;
}

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

.package-form-field label {
  color: #35506c;
  font-size: 13px;
  font-weight: 800;
}

.package-order-form input {
  min-height: 58px;
  border-radius: 18px;
  border: 1px solid rgba(16, 40, 66, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 255, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.package-order-form input:focus {
  border-color: rgba(15, 111, 255, 0.35);
  box-shadow:
    0 0 0 4px rgba(15, 111, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.package-submit-btn {
  min-height: 56px;
  margin-top: 4px;
  border-radius: 18px;
  font-size: 15px;
  letter-spacing: 0.01em;
  box-shadow: 0 18px 34px rgba(15, 111, 255, 0.22);
}

.payment-message {
  min-height: 24px;
  margin-top: 14px;
  padding-top: 2px;
  color: #35506c;
  font-size: 13px;
  font-weight: 700;
}

.booking-success-modal {
  z-index: 145;
}

.booking-success-dialog {
  width: min(620px, 100%);
  display: grid;
  gap: 20px;
  text-align: center;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 14%, rgba(38, 185, 255, 0.2), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.985), rgba(240, 249, 255, 0.92));
  box-shadow: 0 36px 100px rgba(7, 25, 42, 0.32);
}

.booking-success-dialog::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--primary), var(--primary-2));
}

.booking-success-mark {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(15, 111, 255, 0.16), rgba(38, 185, 255, 0.18));
  border: 1px solid rgba(15, 111, 255, 0.16);
  box-shadow: 0 18px 36px rgba(12, 60, 104, 0.12);
}

.booking-success-mark span {
  width: 26px;
  height: 14px;
  border-left: 4px solid #0a4fb5;
  border-bottom: 4px solid #0a4fb5;
  transform: rotate(-45deg) translateY(-2px);
}

.booking-success-dialog h3 {
  margin: 0;
  color: #0c263f;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.12;
}

.booking-success-copy {
  margin: 0;
  color: #58708c;
  line-height: 1.75;
}

.booking-success-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.booking-success-detail {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(15, 111, 255, 0.1);
  background: rgba(255, 255, 255, 0.72);
}

.booking-success-detail span {
  color: #607998;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-success-detail strong,
.booking-success-mini-note strong {
  color: #10294b;
}

.booking-success-mini-note {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(15, 111, 255, 0.1);
  background: rgba(255, 255, 255, 0.68);
}

.booking-success-mini-note p {
  margin: 0;
  color: #58708c;
  line-height: 1.72;
}

.booking-success-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  filter: blur(8px);
  transition:
    opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.78s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform, filter;
}

[data-reveal-style="left"] {
  transform: translate3d(-32px, 18px, 0);
}

[data-reveal-style="right"] {
  transform: translate3d(32px, 18px, 0);
}

[data-reveal-style="zoom"] {
  transform: scale(0.94) translate3d(0, 18px, 0);
}

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

.home-clay-visual.is-visible .digi-orbit {
  animation: digiFloat 7s ease-in-out infinite;
}

.home-clay-visual.is-visible .digi-halo-one {
  animation: digiSpin 18s linear infinite;
}

.home-clay-visual.is-visible .digi-halo-two {
  animation: digiSpinReverse 22s linear infinite;
}

.home-clay-visual.is-visible .digi-service-card {
  animation: digiCardFloat 5.8s ease-in-out infinite;
}

.home-clay-visual.is-visible .digi-service-brand {
  animation-delay: 0.4s;
}

.home-clay-visual.is-visible .digi-service-ads {
  animation-delay: 0.8s;
}

.home-clay-visual.is-visible .digi-service-video {
  animation-delay: 1.2s;
}

@keyframes digiFloat {
  0%,
  100% {
    transform: rotate(-2deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(1deg) translate3d(0, -14px, 0);
  }
}

@keyframes digiSpin {
  from {
    transform: rotate(var(--ring-rotate)) scale(1);
  }
  to {
    transform: rotate(calc(var(--ring-rotate) + 360deg)) scale(1);
  }
}

@keyframes digiSpinReverse {
  from {
    transform: rotate(var(--ring-rotate)) scale(1);
  }
  to {
    transform: rotate(calc(var(--ring-rotate) - 360deg)) scale(1);
  }
}

@keyframes digiCardFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 64px) rotate(var(--card-rotate));
  }
  50% {
    transform: translate3d(0, -12px, 64px) rotate(var(--card-rotate));
  }
}

.admin-body {
  min-height: 100vh;
  background: #edf4fb;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 22px;
  border-right: 1px solid var(--line);
  background: #f6f9ff;
}

.admin-brand {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.admin-brand-wrap {
  margin-bottom: 18px;
}

.admin-brand-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: #0a4fb5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.admin-sidebar nav {
  display: grid;
  gap: 8px;
}

.admin-sidebar nav a {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: #35506c;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.admin-sidebar nav a:hover {
  transform: translateY(-1px);
  border-color: rgba(15, 111, 255, 0.18);
  box-shadow: 0 14px 28px rgba(13, 56, 99, 0.08);
}

.admin-sidebar nav a.active {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 16px 30px rgba(15, 111, 255, 0.24);
}

.admin-main {
  padding: 30px;
}

.admin-page-title {
  margin-top: 0;
  font-size: 32px;
}

.admin-page-copy {
  color: var(--muted);
  margin-top: -6px;
  margin-bottom: 20px;
}

.admin-stat-grid {
  grid-template-columns: repeat(4, 1fr);
}

.stat-card {
  padding: 20px;
}

.stat-card strong {
  font-size: 30px;
}

.admin-form-card {
  padding: 22px;
}

.admin-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.table-wrap {
  overflow: auto;
  padding: 8px;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  padding: 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: #4e6782;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.admin-body .wrapper {
  min-height: 100vh;
}

.admin-topbar {
  border-bottom: 1px solid rgba(25, 77, 125, 0.1);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.admin-sidebar-toggle {
  border: 0;
  background: transparent;
  color: #183a5c;
}

.admin-topbar-user {
  padding: 0 14px;
  color: #375978;
  font-weight: 700;
}

.adminlte-sidebar {
  background: linear-gradient(180deg, #0e243d 0%, #132f4c 56%, #0d1d32 100%) !important;
}

.adminlte-brand {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.admin-avatar {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #0f6fff, #27b9ff);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.admin-body .nav-sidebar .nav-link {
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
}

.admin-body .nav-sidebar .nav-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.admin-body .nav-sidebar .nav-link.active {
  color: #ffffff !important;
  background: linear-gradient(135deg, #0f6fff, #26b9ff) !important;
  box-shadow: 0 10px 20px rgba(15, 111, 255, 0.24);
}

.admin-body .has-treeview > .nav-link .right {
  margin-left: auto;
  transition: transform 0.2s ease;
}

.admin-body .has-treeview.menu-open > .nav-link .right {
  transform: rotate(-90deg);
}

.admin-body .nav-sidebar .nav-treeview {
  margin: 3px 0 8px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.admin-body .nav-sidebar .nav-treeview .nav-link {
  min-height: 36px;
  padding: 8px 10px 8px 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.admin-body .nav-sidebar .nav-treeview .nav-link.active {
  background: rgba(15, 111, 255, 0.22) !important;
  box-shadow: none;
}

.admin-body .nav-header {
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.admin-content-wrapper {
  min-height: 100vh;
  padding-bottom: 34px;
  background: #edf4fb;
}

.admin-body .content-header {
  padding: 18px 0 0;
}

.admin-content-container {
  padding-bottom: 34px;
}

.admin-page-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.admin-page-heading .btn {
  white-space: nowrap;
}

.adminlte-card,
.admin-info-box,
.admin-body .small-box {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(14, 47, 83, 0.08);
}

.adminlte-card .card-header {
  border-bottom: 1px solid rgba(25, 77, 125, 0.08);
  background: #ffffff;
}

.admin-report-table th {
  color: #54708d;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.admin-report-table td {
  vertical-align: top;
}

.admin-report-muted {
  color: #6a829c;
  font-size: 13px;
}

.admin-report-message {
  max-width: 560px;
  margin: 6px 0;
  color: #415b75;
  line-height: 1.55;
}

.admin-report-link {
  color: #0f6fff;
  font-weight: 700;
}

.admin-response-row td {
  padding-top: 0;
  background: #f6faff;
}

.admin-response-form {
  margin: 8px 0 16px;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  background: #ffffff;
}

.admin-response-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.admin-response-actions span {
  color: #6a829c;
  font-size: 13px;
  font-weight: 700;
}

.admin-body .small-box .icon {
  font-size: 58px;
}

.admin-login-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 20px;
}

.admin-login-box {
  width: min(420px, 100%);
  padding: 26px;
}

.home-hero-dark {
  background:
    linear-gradient(120deg, rgba(10, 15, 35, 0.96), rgba(24, 10, 58, 0.88)),
    url('../images/3.jpg') center/cover no-repeat;
  color: #ffffff;
}

.home-hero-dark .hero-text,
.home-hero-dark .stats-row span {
  color: rgba(232, 236, 255, 0.82);
}

.home-hero-dark .stats-row div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.home-hero-dark .stats-row strong {
  color: #ffffff;
}

.hero-image-card {
  padding: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.hero-image-card img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.hero-section-light {
  background:
    radial-gradient(circle at 22% 22%, rgba(42, 161, 255, 0.14), transparent 46%),
    radial-gradient(circle at 80% 14%, rgba(94, 205, 255, 0.13), transparent 44%);
}

.home-clay-hero {
  min-height: calc(100vh - 74px);
  padding: 78px 0 0;
  background:
    radial-gradient(circle at 76% 18%, rgba(94, 220, 255, 0.28), transparent 34%),
    radial-gradient(circle at 12% 78%, rgba(42, 161, 255, 0.16), transparent 38%),
    linear-gradient(135deg, #f4fbff 0%, #edf8ff 52%, #ffffff 100%);
  overflow: hidden;
}

.home-clay-hero-inner {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: 28px;
}

.home-clay-copy {
  max-width: 880px;
}

.home-clay-copy h1 {
  margin: 0;
  color: #05060a;
  font-size: clamp(64px, 4.7rem, 92px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
}

.home-clay-copy .hero-text {
  margin-top: 24px;
  max-width: 650px;
  color: #4f5f72;
  font-size: 18px;
}

.home-clay-cta {
  margin-top: 32px;
}

.home-clay-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  perspective: 1200px;
  isolation: isolate;
}

.digi-orbit {
  position: relative;
  width: min(96%, 590px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform: rotate(-2deg);
  transform-style: preserve-3d;
}

.digi-orbit::before,
.digi-orbit::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.digi-orbit::before {
  inset: 11%;
  z-index: -2;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 30%, rgba(43, 169, 255, 0.32), transparent 28%),
    radial-gradient(circle at 70% 72%, rgba(50, 216, 203, 0.2), transparent 32%),
    rgba(255, 255, 255, 0.22);
  filter: blur(22px);
}

.digi-orbit::after {
  left: 16%;
  right: 10%;
  bottom: 7%;
  height: 17%;
  z-index: -3;
  border-radius: 50%;
  background: rgba(20, 88, 139, 0.14);
  filter: blur(18px);
  transform: rotate(-6deg);
}

.digi-halo {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  border: 1px solid rgba(38, 154, 234, 0.22);
  transform: rotate(var(--ring-rotate));
  transform-style: preserve-3d;
}

.digi-halo::before,
.digi-halo::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1da4ff, #65ddff);
  box-shadow: 0 10px 24px rgba(22, 143, 227, 0.28);
}

.digi-halo::before {
  top: 11%;
  left: 28%;
}

.digi-halo::after {
  right: 18%;
  bottom: 17%;
}

.digi-halo-one {
  --ring-rotate: -16deg;
  border-radius: 45% 55% 52% 48% / 48% 42% 58% 52%;
}

.digi-halo-two {
  --ring-rotate: 28deg;
  inset: 18%;
  border-style: dashed;
  border-color: rgba(16, 88, 143, 0.2);
  border-radius: 57% 43% 46% 54% / 50% 58% 42% 50%;
}

.digi-dashboard {
  position: relative;
  z-index: 2;
  width: min(76%, 405px);
  aspect-ratio: 0.82;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(60, 164, 235, 0.27);
  border-radius: 34px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(237, 249, 255, 0.9)),
    radial-gradient(circle at 16% 14%, rgba(42, 161, 255, 0.2), transparent 34%);
  box-shadow:
    34px 46px 72px rgba(21, 83, 132, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset -24px -20px 48px rgba(152, 207, 243, 0.16);
  transform: rotate(-7deg) translateZ(54px);
}

.digi-dashboard::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(255, 255, 255, 0.7) 46%, transparent 58%),
    radial-gradient(circle at 78% 8%, rgba(83, 217, 255, 0.28), transparent 30%);
  opacity: 0.82;
  pointer-events: none;
}

.digi-topbar,
.digi-dashboard-main,
.digi-chart,
.digi-timeline {
  position: relative;
  z-index: 1;
}

.digi-topbar {
  display: flex;
  gap: 7px;
  margin-bottom: 22px;
}

.digi-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2aa1ff;
  box-shadow: 0 8px 16px rgba(42, 161, 255, 0.24);
}

.digi-topbar span:nth-child(2) {
  background: #5edcff;
}

.digi-topbar span:nth-child(3) {
  background: #111827;
}

.digi-dashboard-main {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 16px;
  align-items: center;
}

.digi-brand-mark {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: -0.05em;
  background: linear-gradient(135deg, #111827, #185f9f 58%, #2aa1ff);
  box-shadow: 0 18px 30px rgba(18, 81, 138, 0.26);
}

.digi-copy-lines {
  display: grid;
  gap: 9px;
}

.digi-copy-lines span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.16);
}

.digi-copy-lines span:nth-child(1) {
  width: 86%;
}

.digi-copy-lines span:nth-child(2) {
  width: 64%;
  background: rgba(42, 161, 255, 0.2);
}

.digi-copy-lines span:nth-child(3) {
  width: 46%;
}

.digi-metric {
  grid-column: 1 / -1;
  margin-top: 18px;
  padding: 18px;
  border-radius: 24px;
  color: #0d3155;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  background:
    linear-gradient(135deg, rgba(42, 161, 255, 0.17), rgba(94, 220, 255, 0.14)),
    rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(42, 161, 255, 0.18);
}

.digi-metric small {
  display: block;
  margin-top: 8px;
  color: #60738a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.digi-chart {
  height: 108px;
  margin-top: 22px;
  padding: 18px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  border-radius: 24px;
  background: rgba(9, 20, 34, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.digi-chart span {
  flex: 1;
  min-width: 22px;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, #65ddff, #2aa1ff);
  box-shadow: 0 12px 24px rgba(42, 161, 255, 0.24);
}

.digi-chart .bar-one {
  height: 42%;
}

.digi-chart .bar-two {
  height: 72%;
  background: linear-gradient(180deg, #b9f3ff, #33b7ff);
}

.digi-chart .bar-three {
  height: 56%;
}

.digi-chart .bar-four {
  height: 88%;
  background: linear-gradient(180deg, #f6fbff, #66d7ff);
}

.digi-timeline {
  display: grid;
  grid-template-columns: 1fr 0.68fr 0.88fr;
  gap: 10px;
  margin-top: 18px;
}

.digi-timeline span {
  height: 12px;
  border-radius: 999px;
  background: rgba(42, 161, 255, 0.18);
}

.digi-service-card {
  --card-rotate: 0deg;
  position: absolute;
  z-index: 3;
  min-width: 142px;
  padding: 14px 16px 14px 42px;
  border: 1px solid rgba(42, 161, 255, 0.2);
  border-radius: 18px;
  color: #11233a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.01em;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 38px rgba(20, 88, 139, 0.16);
  backdrop-filter: blur(18px);
  transform: translate3d(0, 0, 64px) rotate(var(--card-rotate));
}

.digi-service-card::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 7px;
  background: linear-gradient(135deg, #2aa1ff, #65ddff);
  box-shadow: 0 10px 18px rgba(42, 161, 255, 0.24);
  transform: translateY(-50%);
}

.digi-service-web {
  --card-rotate: -5deg;
  left: 0;
  top: 19%;
}

.digi-service-brand {
  --card-rotate: 5deg;
  right: -1%;
  top: 28%;
}

.digi-service-ads {
  --card-rotate: 4deg;
  left: 4%;
  bottom: 20%;
}

.digi-service-video {
  --card-rotate: -4deg;
  right: 4%;
  bottom: 15%;
}

.digi-service-brand::before {
  background: linear-gradient(135deg, #111827, #4dbfff);
}

.digi-service-ads::before {
  background: linear-gradient(135deg, #ff7a3d, #ffd15f);
}

.digi-service-video::before {
  background: linear-gradient(135deg, #23c6b8, #65ddff);
}

.digi-node {
  position: absolute;
  z-index: 4;
  width: 18px;
  height: 18px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: #2aa1ff;
  box-shadow: 0 16px 30px rgba(42, 161, 255, 0.32);
}

.digi-node-a {
  top: 12%;
  left: 45%;
}

.digi-node-b {
  right: 13%;
  bottom: 30%;
  background: #111827;
}

.digi-node-c {
  left: 20%;
  bottom: 35%;
  background: #ff8a3d;
}

.hero-side-stage {
  position: relative;
}

.hero-motion {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.motion-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(15, 111, 255, 0.24);
  animation: pulseRing 3.4s ease-in-out infinite;
}

.ring-a {
  width: 120px;
  height: 120px;
  top: -16px;
  right: -12px;
}

.ring-b {
  width: 170px;
  height: 170px;
  top: -36px;
  right: -36px;
  animation-delay: 0.7s;
}

.ring-c {
  width: 220px;
  height: 220px;
  top: -62px;
  right: -60px;
  animation-delay: 1.3s;
}

.motion-card {
  position: absolute;
  min-width: 130px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(15, 111, 255, 0.23);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 32px rgba(13, 45, 78, 0.14);
  animation: floatCard 4s ease-in-out infinite;
}

.motion-card strong {
  display: block;
  font-size: 18px;
  color: #0f3f72;
}

.motion-card small {
  display: block;
  color: #507091;
  font-size: 12px;
}

.card-one {
  right: -8px;
  bottom: 20px;
}

.card-two {
  left: -20px;
  top: 28px;
  animation-delay: 0.8s;
}

.card-three {
  right: 30px;
  top: -18px;
  animation-delay: 1.4s;
}

@keyframes pulseRing {
  0%, 100% {
    transform: scale(0.94);
    opacity: 0.42;
  }
  50% {
    transform: scale(1.02);
    opacity: 0.86;
  }
}

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

.booking-form-head {
  margin-bottom: 16px;
}

.booking-form-head h3 {
  font-size: 24px;
  margin-bottom: 6px;
}

.booking-form-head p {
  color: var(--muted);
}

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

.field label {
  font-size: 13px;
  font-weight: 700;
  color: #304d6d;
}

.field.full-span {
  grid-column: 1 / -1;
}

.admin-create-section h2 {
  margin-bottom: 6px;
}

.admin-about-overview {
  margin-bottom: 18px;
}

.admin-about-overview h2 {
  margin-bottom: 8px;
  font-size: 24px;
}

.admin-about-overview p {
  color: #56708d;
  line-height: 1.75;
}

.admin-about-shell {
  display: grid;
  gap: 18px;
}

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

.admin-about-accordion .accordion-item {
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(16, 40, 66, 0.08);
}

.admin-about-accordion .accordion-button {
  align-items: flex-start;
  gap: 12px;
  padding: 20px 24px;
  color: #183654;
  font-weight: 800;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.92));
  box-shadow: none;
}

.admin-about-accordion .accordion-button:not(.collapsed) {
  color: #0a4fb5;
  background: linear-gradient(180deg, rgba(233, 244, 255, 0.95), rgba(248, 252, 255, 0.98));
}

.admin-about-accordion .accordion-button:focus {
  border-color: rgba(15, 111, 255, 0.18);
  box-shadow: 0 0 0 0.2rem rgba(15, 111, 255, 0.1);
}

.admin-about-accordion .accordion-button span {
  display: grid;
  gap: 4px;
}

.admin-about-accordion .accordion-button small {
  color: #65809c;
  font-size: 12px;
  font-weight: 700;
}

.admin-about-accordion .accordion-body {
  padding: 0 24px 24px;
}

.admin-about-card {
  padding: 24px;
  border-radius: 20px;
}

.admin-about-grid {
  gap: 14px;
}

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

.admin-about-field label {
  color: #27445f;
  font-size: 13px;
  font-weight: 800;
}

.admin-boot-form .form-label {
  margin-bottom: 0;
}

.admin-about-field small {
  color: #5f7792;
  font-size: 12px;
  margin-top: -4px;
}

.admin-about-field-wide {
  grid-column: 1 / -1;
}

.admin-about-textarea {
  min-height: 128px;
}

.admin-boot-form .form-control,
.admin-boot-form .form-check-input {
  border-color: rgba(16, 40, 66, 0.12);
}

.admin-boot-form .form-control {
  min-height: 52px;
  padding: 14px 15px;
  border-radius: 14px;
  box-shadow: none;
}

.admin-boot-form textarea.form-control {
  min-height: 128px;
}

.admin-boot-form .form-control:focus,
.admin-boot-form .form-check-input:focus {
  border-color: rgba(15, 111, 255, 0.42);
  box-shadow: 0 0 0 0.2rem rgba(15, 111, 255, 0.1);
}

.admin-boot-form .form-text,
.admin-boot-form .form-check-label {
  color: #5f7792;
}

.admin-boot-form .form-check {
  margin-top: 2px;
}

.admin-about-image-frame {
  margin-top: 4px;
}

.admin-about-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 20px;
}

.admin-about-form-footer h3 {
  margin-bottom: 6px;
  font-size: 22px;
}

.admin-about-form-footer p {
  color: #5d7590;
}

.admin-key-hints {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.admin-key-hints strong {
  display: block;
  margin-bottom: 8px;
}

.admin-key-hints div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-page-subtitle {
  margin: 0 0 14px;
  font-size: 24px;
}

.admin-content-group-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.admin-group-card {
  padding: 18px;
  border-radius: 16px;
}

.admin-group-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.admin-group-card-head h3 {
  font-size: 20px;
}

.admin-group-card-head span {
  font-size: 12px;
  color: #55708f;
  font-weight: 700;
}

.admin-group-card p {
  margin-bottom: 10px;
  color: #4e6783;
}

.admin-group-key-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.admin-group-key-preview code {
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(15, 111, 255, 0.08);
  border: 1px solid rgba(15, 111, 255, 0.15);
  color: #0a4fb5;
  font-size: 12px;
}

.admin-group-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.admin-gallery-global-guide {
  margin-bottom: 14px;
}

.admin-gallery-global-guide h2 {
  margin-bottom: 6px;
}

.admin-guide-chips {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-guide-chips span {
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 111, 255, 0.2);
  background: rgba(15, 111, 255, 0.08);
  color: #1f4f80;
  font-size: 12px;
  font-weight: 700;
}

.admin-key-hints code {
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(15, 111, 255, 0.08);
  border: 1px solid rgba(15, 111, 255, 0.16);
  color: #0a4fb5;
  font-size: 12px;
}

.admin-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.admin-section-purpose {
  margin-top: 4px;
  color: #54708d;
  font-size: 13px;
}

.admin-section-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-section-id {
  font-size: 12px;
  color: #5b7390;
}

.admin-image-counter {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border-radius: 999px;
  border: 1px solid rgba(15, 111, 255, 0.22);
  color: #0a4fb5;
  background: rgba(15, 111, 255, 0.08);
  font-size: 12px;
  font-weight: 700;
}

.admin-upload-guide {
  margin-bottom: 14px;
  padding: 12px;
  border: 1px dashed rgba(15, 111, 255, 0.24);
  border-radius: 12px;
  background: rgba(15, 111, 255, 0.05);
}

.admin-upload-guide strong {
  display: block;
  margin-bottom: 7px;
}

.admin-upload-guide ul {
  margin: 0;
  padding-left: 18px;
  color: #3a5777;
  line-height: 1.65;
  font-size: 13px;
}

.admin-field-help {
  color: #5d7591;
  font-size: 12px;
  margin-top: -4px;
}

.admin-field-stack {
  display: grid;
  gap: 7px;
  margin: 0;
}

.admin-field-stack > span {
  color: #385978;
  font-size: 0.82rem;
  font-weight: 850;
}

.admin-field-wide {
  grid-column: 1 / -1;
}

.admin-active-check {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 14px;
  border-radius: 14px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  background: rgba(246, 250, 255, 0.86);
}

.admin-meta-help {
  border: 1px dashed var(--line);
  border-radius: 12px;
  padding: 10px;
  background: rgba(15, 111, 255, 0.04);
}

.admin-meta-help strong {
  display: block;
  margin-bottom: 6px;
}

.admin-meta-help pre {
  margin: 0 0 6px;
  white-space: pre-wrap;
  font-size: 12px;
  color: #2f4d6f;
}

.admin-meta-advanced {
  grid-column: 1 / -1;
  border: 1px dashed rgba(16, 40, 66, 0.2);
  border-radius: 12px;
  padding: 10px;
  background: rgba(250, 252, 255, 0.9);
}

.admin-meta-advanced summary {
  cursor: pointer;
  font-weight: 700;
  color: #335272;
  margin-bottom: 10px;
}

.admin-meta-advanced textarea {
  margin-bottom: 8px;
}

.admin-image-upload-block {
  display: grid;
  gap: 8px;
}

.admin-image-upload-block label {
  font-size: 13px;
  font-weight: 700;
}

.admin-single-section-form {
  margin-bottom: 14px;
}

.admin-image-preview-wrap {
  display: grid;
  gap: 6px;
}

.admin-image-preview {
  width: 100%;
  max-width: 260px;
  max-height: 160px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--line);
}

.admin-multi-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.admin-multi-image-item {
  display: grid;
  gap: 4px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.admin-multi-image-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.admin-multi-image-item span {
  font-size: 11px;
  color: #45607f;
  word-break: break-all;
}

.admin-multi-image-item small {
  font-size: 11px;
  color: #9b2e4d;
  font-weight: 700;
}

.admin-multi-image-item input {
  width: 16px !important;
  height: 16px !important;
  min-height: auto !important;
  padding: 0 !important;
}

.admin-section-actions {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}

.team-photo {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 12px;
}

.booking-status {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.status-new {
  background: rgba(15, 111, 255, 0.1);
  color: #0a4fb5;
}

.status-confirmed {
  background: rgba(7, 133, 101, 0.12);
  color: #0a6d53;
}

.admin-confirm-form {
  display: grid;
  gap: 8px;
  margin-bottom: 8px;
}

.admin-confirm-form input,
.admin-confirm-form select {
  padding: 10px 12px;
  font-size: 13px;
  border-radius: 10px;
}

.booking-wa-btn {
  margin-top: 4px;
}

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

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

.projects-section::before {
  content: '';
  position: absolute;
  inset: 42px auto auto 4%;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(38, 185, 255, 0.13);
  filter: blur(24px);
  pointer-events: none;
}

.projects-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 111, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 111, 255, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 78%, transparent 100%);
  opacity: 0.52;
  pointer-events: none;
}

.projects-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 36px;
}

.projects-heading-row .section-heading {
  margin-bottom: 0;
}

.projects-proof-card {
  position: relative;
  flex: 0 0 260px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(15, 111, 255, 0.16);
  border-radius: 26px;
  background:
    radial-gradient(circle at 84% 12%, rgba(38, 185, 255, 0.34), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(239, 248, 255, 0.76));
  box-shadow: 0 24px 54px rgba(12, 60, 104, 0.12);
}

.projects-proof-card::before {
  content: '';
  position: absolute;
  right: -26px;
  bottom: -30px;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(15, 111, 255, 0.14);
  border-radius: 38% 62% 46% 54% / 50% 42% 58% 50%;
  transform: rotate(-18deg);
}

.projects-proof-card span {
  display: block;
  color: #0a4fb5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.projects-proof-card strong {
  display: block;
  margin: 8px 0 4px;
  color: #0c263f;
  font-size: 52px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.projects-proof-card p {
  color: #58708c;
  font-size: 13px;
  line-height: 1.6;
}

.projects-swiper,
.reviews-swiper,
.gallery-swiper {
  padding-bottom: 42px;
}

.projects-swiper {
  overflow: visible;
  padding-bottom: 74px;
}

.projects-swiper .swiper-wrapper {
  align-items: stretch;
}

.projects-swiper .swiper-pagination {
  bottom: 22px !important;
  text-align: left;
}

.project-slide {
  position: relative;
  display: block;
  height: auto;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  color: inherit;
  border-radius: 30px;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.88));
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.project-slide::after {
  content: '';
  position: absolute;
  inset: auto 18px 0;
  height: 38px;
  border-radius: 50%;
  background: rgba(15, 111, 255, 0.18);
  filter: blur(18px);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.project-slide:hover {
  transform: translateY(-8px);
  border-color: rgba(15, 111, 255, 0.24);
  box-shadow: 0 28px 70px rgba(12, 60, 104, 0.18);
}

.project-slide:hover::after {
  opacity: 1;
}

.project-media {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: #0d1b2e;
}

.project-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 23, 38, 0.02) 35%, rgba(10, 23, 38, 0.72) 100%),
    radial-gradient(circle at 20% 12%, rgba(38, 185, 255, 0.28), transparent 34%);
  pointer-events: none;
}

.project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease, filter 0.35s ease;
}

.project-slide:hover .project-media img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.08);
}

.project-index,
.project-image-count {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #ffffff;
  background: rgba(6, 18, 33, 0.48);
  backdrop-filter: blur(14px);
}

.project-index {
  top: 16px;
  left: 16px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  font-weight: 900;
}

.project-image-count {
  right: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.project-body {
  display: flex;
  flex-direction: column;
  padding: 22px;
  min-height: 260px;
}

.project-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.project-body h3 {
  margin: 14px 0 8px;
  font-size: 24px;
}

.project-body p {
  color: var(--muted);
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.project-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(16, 40, 66, 0.1);
}

.project-scope {
  color: #516984;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
}

.project-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0a4fb5;
  white-space: nowrap;
  font-weight: 900;
}

.project-card-cta::after {
  content: '';
  width: 22px;
  height: 10px;
  background: linear-gradient(90deg, currentColor 0 68%, transparent 68% 100%);
  clip-path: polygon(0 40%, 72% 40%, 72% 0, 100% 50%, 72% 100%, 72% 60%, 0 60%);
  transition: transform 0.2s ease;
}

.project-slide:hover .project-card-cta::after {
  transform: translateX(4px);
}

.project-swiper-actions {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 10px;
}

.project-swiper-actions .swiper-button-prev,
.project-swiper-actions .swiper-button-next {
  position: static;
  width: 46px;
  height: 46px;
  margin: 0;
  border: 1px solid rgba(15, 111, 255, 0.18);
  border-radius: 16px;
  color: #0a4fb5;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 28px rgba(12, 40, 74, 0.1);
  backdrop-filter: blur(12px);
}

.project-swiper-actions .swiper-button-prev::after,
.project-swiper-actions .swiper-button-next::after {
  font-size: 14px;
  font-weight: 900;
}

.project-detail-hero {
  position: relative;
  padding: 84px 0 70px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 16%, rgba(38, 185, 255, 0.24), transparent 34%),
    radial-gradient(circle at 12% 78%, rgba(15, 111, 255, 0.14), transparent 36%),
    linear-gradient(135deg, #f6fbff 0%, #edf8ff 58%, #ffffff 100%);
}

.project-detail-hero::before {
  content: '';
  position: absolute;
  right: 8%;
  bottom: -90px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  border-radius: 44% 56% 52% 48% / 48% 42% 58% 52%;
  transform: rotate(-18deg);
}

.project-detail-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.8fr);
  align-items: center;
  gap: 42px;
}

.breadcrumb-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.breadcrumb-line a {
  color: #0a4fb5;
}

.breadcrumb-line strong {
  color: var(--text);
}

.project-detail-copy h1 {
  margin: 16px 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.04;
}

.project-detail-copy p {
  max-width: 690px;
  color: #4f6680;
  font-size: 18px;
  line-height: 1.8;
}

.project-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.project-detail-visual {
  position: relative;
  padding: 14px;
  overflow: hidden;
  transform: rotate(2deg);
}

.project-detail-visual img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
}

.project-detail-visual figcaption {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 18px;
  color: #ffffff;
  background: rgba(7, 21, 36, 0.56);
  backdrop-filter: blur(16px);
}

.project-detail-visual span,
.project-detail-visual strong {
  font-weight: 900;
}

.project-detail-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.project-overview-card,
.project-info-card {
  padding: 28px;
}

.project-overview-card h2 {
  margin: 16px 0 12px;
  font-size: clamp(28px, 4vw, 44px);
}

.project-overview-card > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.project-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.project-highlight-grid div {
  padding: 18px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
}

.project-highlight-grid span {
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 14px 24px rgba(15, 111, 255, 0.22);
}

.project-highlight-grid p {
  color: #27435f;
  font-weight: 800;
  line-height: 1.5;
}

.project-info-card h3 {
  margin-bottom: 18px;
  font-size: 24px;
}

.project-info-card dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.project-info-card dl div {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.project-info-card dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-info-card dd {
  margin: 0;
  color: var(--text);
  font-weight: 900;
}

.project-result-box {
  margin-top: 22px;
  padding: 18px;
  border-radius: 18px;
  color: #ffffff;
  background:
    radial-gradient(circle at 14% 0%, rgba(38, 185, 255, 0.36), transparent 36%),
    linear-gradient(135deg, #0b1d33, #124a78);
}

.project-result-box span {
  display: block;
  margin-bottom: 8px;
  color: #9fe8ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.project-result-box p {
  line-height: 1.7;
}

.project-detail-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.project-detail-gallery-item {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border: 1px solid rgba(15, 111, 255, 0.12);
  border-radius: 24px;
  background: #0d1b2e;
  box-shadow: 0 20px 44px rgba(12, 40, 74, 0.1);
}

.project-detail-gallery-item:nth-child(4n + 1),
.project-detail-gallery-item:nth-child(4n + 4) {
  min-height: 320px;
}

.project-detail-gallery-item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.3s ease;
}

.project-detail-gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(8, 18, 31, 0.72));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project-detail-gallery-item span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  padding: 8px 12px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  background: rgba(7, 21, 36, 0.56);
  backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.project-detail-gallery-item:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.06);
}

.project-detail-gallery-item:hover::after,
.project-detail-gallery-item:hover span {
  opacity: 1;
}

.project-detail-gallery-item:hover span {
  transform: translateY(0);
}

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

.related-project-card {
  display: block;
  padding: 12px;
  overflow: hidden;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 58px rgba(12, 60, 104, 0.16);
}

.related-project-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 18px;
}

.related-project-card span {
  display: inline-flex;
  margin: 16px 4px 8px;
  color: #0a4fb5;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.related-project-card h3 {
  margin: 0 4px 6px;
  font-size: 22px;
}

.client-logos-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 14%, rgba(38, 185, 255, 0.2), transparent 30%),
    radial-gradient(circle at 84% 76%, rgba(15, 111, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(237, 246, 255, 0.76));
}

.client-logos-section::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 112px;
  width: min(820px, 82vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(15, 111, 255, 0.22), transparent);
  transform: translateX(-50%);
}

.client-logos-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(15, 111, 255, 0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, transparent, #000 20%, #000 78%, transparent);
  opacity: 0.34;
  pointer-events: none;
}

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

.client-logos-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.client-logos-header .section-heading {
  margin-bottom: 0;
}

.client-logo-pulse-card {
  position: relative;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(15, 111, 255, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 16%, rgba(38, 185, 255, 0.34), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(238, 249, 255, 0.78));
  box-shadow: 0 24px 54px rgba(12, 60, 104, 0.12);
}

.client-logo-pulse-card::after {
  content: '';
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(15, 111, 255, 0.16);
  border-radius: 50%;
}

.client-logo-pulse-card span,
.client-logo-wall-top span {
  color: #0a4fb5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.client-logo-pulse-card strong {
  display: block;
  margin: 8px 0 4px;
  color: #0c263f;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.07em;
}

.client-logo-pulse-card p {
  color: #58708c;
  font-size: 13px;
  line-height: 1.6;
}

.client-logos-showcase {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.client-logo-story {
  position: relative;
  min-height: 100%;
  padding: 26px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 8%, rgba(38, 185, 255, 0.3), transparent 34%),
    linear-gradient(150deg, #08182a, #103b63 58%, #0c263f);
}

.client-logo-story::before {
  content: '';
  position: absolute;
  right: -70px;
  bottom: -86px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 42% 58% 52% 48% / 44% 50% 50% 56%;
  transform: rotate(-18deg);
}

.client-logo-story .panel-tag {
  color: #b9f3ff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
}

.client-logo-story h3 {
  position: relative;
  margin: 20px 0;
  font-size: 28px;
  line-height: 1.22;
}

.client-logo-story > p {
  position: relative;
  color: rgba(236, 248, 255, 0.78);
  line-height: 1.8;
}

.client-logo-metrics {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 24px 0;
}

.client-logo-metrics div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.client-logo-metrics strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.client-logo-metrics span {
  display: block;
  margin-top: 6px;
  color: rgba(236, 248, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.client-logo-wall {
  position: relative;
  padding: 18px;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 249, 255, 0.82));
}

.client-logo-wall::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 32%, rgba(255, 255, 255, 0.74) 42%, transparent 54%);
  transform: translateX(-100%);
  animation: logoWallSweep 7.5s ease-in-out infinite;
  pointer-events: none;
}

.client-logo-wall-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding: 4px 6px 14px;
  border-bottom: 1px solid rgba(16, 40, 66, 0.08);
}

.client-logo-wall-top small {
  color: #5d7490;
  font-size: 12px;
  font-weight: 800;
}

.client-logo-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 14px;
}

.client-logo-card {
  position: relative;
  height: 126px;
  padding: 0;
  overflow: hidden;
  border-color: rgba(15, 111, 255, 0.1);
  border-radius: 22px;
  perspective: 900px;
  background:
    radial-gradient(circle at 18% 12%, rgba(38, 185, 255, 0.14), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 248, 255, 0.86));
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.client-logo-card::before {
  content: '';
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 20% 10%, rgba(38, 185, 255, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.5), transparent 45%);
  pointer-events: none;
}

.client-logo-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(110deg, transparent 0 36%, rgba(255, 255, 255, 0.76) 48%, transparent 60%);
  transform: translateX(-120%);
  animation: logoCardShine 6.2s ease-in-out infinite;
  animation-delay: var(--logo-delay, 0s);
  pointer-events: none;
}

.client-logo-card:hover {
  transform: translateY(-6px);
  border-color: rgba(15, 111, 255, 0.24);
  box-shadow: 0 24px 54px rgba(12, 60, 104, 0.15);
}

.client-logo-flipper {
  position: absolute;
  inset: 0;
  z-index: 1;
  transform-style: preserve-3d;
  animation-delay: var(--logo-delay, 0s);
}

.logo-motion-1 .client-logo-flipper {
  animation: logoSoftFlip 9s ease-in-out infinite;
  animation-delay: var(--logo-delay, 0s);
}

.logo-motion-2 .client-logo-flipper {
  animation: logoFadeSwap 8s ease-in-out infinite;
  animation-delay: var(--logo-delay, 0s);
}

.logo-motion-3 .client-logo-flipper {
  animation: logoZoomSwap 8.8s ease-in-out infinite;
  animation-delay: var(--logo-delay, 0s);
}

.logo-motion-4 .client-logo-flipper {
  animation: logoTiltFloat 7.8s ease-in-out infinite;
  animation-delay: var(--logo-delay, 0s);
}

.client-logo-face {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  backface-visibility: hidden;
}

.client-logo-back {
  transform: rotateY(180deg);
}

.logo-motion-2 .client-logo-back,
.logo-motion-3 .client-logo-back,
.logo-motion-4 .client-logo-back {
  transform: none;
}

.logo-motion-2 .client-logo-back,
.logo-motion-3 .client-logo-back {
  opacity: 0;
}

.logo-motion-2 .client-logo-front {
  animation: logoFrontFade 8s ease-in-out infinite;
  animation-delay: var(--logo-delay, 0s);
}

.logo-motion-2 .client-logo-back {
  animation: logoBackFade 8s ease-in-out infinite;
  animation-delay: var(--logo-delay, 0s);
}

.logo-motion-3 .client-logo-front {
  animation: logoFrontZoom 8.8s ease-in-out infinite;
  animation-delay: var(--logo-delay, 0s);
}

.logo-motion-3 .client-logo-back {
  animation: logoBackZoom 8.8s ease-in-out infinite;
  animation-delay: var(--logo-delay, 0s);
}

.logo-motion-4 .client-logo-front {
  animation: logoFrontSlide 7.8s ease-in-out infinite;
  animation-delay: var(--logo-delay, 0s);
}

.logo-motion-4 .client-logo-back {
  animation: logoBackSlide 7.8s ease-in-out infinite;
  animation-delay: var(--logo-delay, 0s);
}

.client-logo-face img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0.9) contrast(1.06);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.client-logo-card:hover .client-logo-face img {
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.04);
}

@keyframes logoSoftFlip {
  0%,
  38% {
    transform: rotateY(0deg);
  }
  48%,
  86% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes logoFadeSwap {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes logoZoomSwap {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.035);
  }
}

@keyframes logoTiltFloat {
  0%,
  100% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(-1.4deg) translateY(-7px);
  }
}

@keyframes logoFrontFade {
  0%,
  42% {
    opacity: 1;
    transform: translateY(0);
  }
  52%,
  92% {
    opacity: 0;
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes logoBackFade {
  0%,
  42% {
    opacity: 0;
    transform: translateY(8px);
  }
  52%,
  92% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(8px);
  }
}

@keyframes logoFrontZoom {
  0%,
  40% {
    opacity: 1;
    transform: scale(1);
  }
  52%,
  90% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes logoBackZoom {
  0%,
  40% {
    opacity: 0;
    transform: scale(1.08);
  }
  52%,
  90% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.08);
  }
}

@keyframes logoFrontSlide {
  0%,
  38% {
    opacity: 1;
    transform: translateX(0);
  }
  52%,
  88% {
    opacity: 0;
    transform: translateX(-12px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes logoBackSlide {
  0%,
  38% {
    opacity: 0;
    transform: translateX(12px);
  }
  52%,
  88% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(12px);
  }
}

@keyframes logoCardShine {
  0%,
  62% {
    transform: translateX(-120%);
  }
  76%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes logoWallSweep {
  0%,
  58% {
    transform: translateX(-100%);
  }
  74%,
  100% {
    transform: translateX(100%);
  }
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.logo-grid-item {
  height: 120px;
  display: grid;
  place-items: center;
  padding: 12px;
}

.logo-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.client-logo-grid .client-logo-card {
  display: block;
  height: 126px;
  padding: 0;
}

.featured-gallery-slide {
  height: 360px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.gallery-lightbox-trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.featured-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-gallery-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(9, 11, 28, 0) 0%, rgba(9, 11, 28, 0.86) 78%);
}

.gallery-view-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.15);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.gallery-filter button {
  border: 1px solid var(--line);
  background: #ffffff;
  color: #324d6e;
  border-radius: 999px;
  padding: 9px 14px;
  font-weight: 700;
  cursor: pointer;
}

.gallery-filter button.active {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #ffffff;
  border-color: transparent;
}

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

.project-card {
  overflow: hidden;
  padding: 0;
}

.project-card-media {
  height: 240px;
  position: relative;
}

.project-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.gallery-grid-trigger:hover .project-card-media img {
  transform: scale(1.06);
}

.gallery-zoom-badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(9, 16, 32, 0.68);
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: 700;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(5, 12, 26, 0.85);
  backdrop-filter: blur(8px);
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox-frame {
  margin: 0;
  width: min(1100px, calc(100vw - 120px));
  max-height: calc(100vh - 90px);
  display: grid;
  gap: 12px;
}

.gallery-lightbox-image {
  width: 100%;
  max-height: calc(100vh - 160px);
  border-radius: 16px;
  object-fit: contain;
  background: rgba(8, 17, 36, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.gallery-lightbox-caption {
  text-align: center;
  color: rgba(241, 246, 255, 0.94);
  font-size: 14px;
  letter-spacing: 0.01em;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(9, 18, 35, 0.65);
  color: #ffffff;
  cursor: pointer;
}

.gallery-lightbox-close {
  top: 18px;
  right: 20px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  font-size: 30px;
  line-height: 1;
}

.gallery-lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
}

.gallery-lightbox-nav.prev {
  left: 24px;
}

.gallery-lightbox-nav.next {
  right: 24px;
}

body.lightbox-open {
  overflow: hidden;
}

.project-card-body {
  padding: 16px;
}

.project-card-body h3 {
  margin: 10px 0 6px;
}

.book-demo-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 20px;
  align-items: start;
}

.calendar-card {
  padding: 20px;
}

.calendar-card h3 {
  margin-bottom: 6px;
}

.calendar-card p {
  color: var(--muted);
  margin-bottom: 10px;
}

.time-slot-list {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.time-slot-list h4 {
  font-size: 15px;
  margin-bottom: 8px;
}

.time-slot-list ul {
  margin: 0;
  padding-left: 18px;
  color: #3b5676;
  line-height: 1.8;
}

.book-demo-page {
  overflow: hidden;
}

.book-demo-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(239, 248, 255, 0.96), rgba(255, 255, 255, 0.92)),
    url('../images/2.jpg') center/cover no-repeat;
}

.book-demo-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78) 56%, rgba(232, 245, 255, 0.82));
  pointer-events: none;
}

.book-demo-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 28px;
  align-items: center;
}

.book-demo-hero-copy {
  display: grid;
  gap: 18px;
}

.book-demo-hero-copy h1 {
  max-width: 13ch;
  margin: 0;
  color: #10294b;
}

.book-demo-hero-copy p {
  max-width: 64ch;
  margin: 0;
  color: #5d7795;
  line-height: 1.85;
}

.book-demo-chips,
.book-demo-actions,
.book-demo-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.book-demo-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 111, 255, 0.16);
  background: rgba(255, 255, 255, 0.78);
  color: #244b70;
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(12, 60, 104, 0.08);
}

.book-demo-hero-panel {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 255, 0.96));
  box-shadow: 0 28px 64px rgba(12, 60, 104, 0.13);
}

.book-demo-hero-image {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 16 / 10;
}

.book-demo-hero-image img,
.book-demo-support-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.book-demo-panel-copy {
  display: grid;
  gap: 9px;
}

.book-demo-panel-copy strong {
  color: #0f6fff;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.book-demo-panel-copy h3 {
  margin: 0;
  color: #10294b;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.15;
}

.book-demo-panel-copy p {
  margin: 0;
  color: #607998;
  line-height: 1.78;
}

.book-demo-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.book-demo-stat-grid div {
  display: grid;
  gap: 5px;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(15, 111, 255, 0.1);
  background: rgba(255, 255, 255, 0.78);
}

.book-demo-stat-grid strong {
  color: #10294b;
  font-size: 1.15rem;
  line-height: 1;
}

.book-demo-stat-grid span {
  color: #627b9a;
  font-size: 0.78rem;
  font-weight: 800;
}

.book-demo-main-section {
  background: linear-gradient(180deg, #ffffff, #f4f9ff);
}

.book-demo-side {
  display: grid;
  gap: 16px;
}

.book-demo-calendar-card,
.book-demo-form {
  padding: 26px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(241, 247, 255, 0.96));
  box-shadow: 0 24px 58px rgba(12, 60, 104, 0.12);
}

.book-demo-calendar-card h3,
.book-demo-form h3 {
  margin: 6px 0;
  color: #10294b;
}

.book-demo-calendar-card p,
.book-demo-form p {
  color: #607998;
  line-height: 1.78;
}

.book-demo-time-slots ul {
  display: grid;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.book-demo-time-slots li {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(15, 111, 255, 0.1);
  background: rgba(255, 255, 255, 0.78);
  color: #31506d;
  font-weight: 800;
}

.book-demo-support-image {
  position: relative;
  min-height: 260px;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
}

.book-demo-support-image figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(9, 25, 44, 0.82);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
}

.book-demo-form .btn {
  min-height: 58px;
}

.book-demo-process-grid,
.book-demo-faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.book-demo-process-card,
.book-demo-faq-card,
.book-demo-expect-card {
  padding: 22px;
  border: 1px solid rgba(15, 111, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 248, 255, 0.95));
}

.book-demo-process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: rgba(15, 111, 255, 0.1);
  color: #0f6fff;
  font-size: 0.82rem;
  font-weight: 900;
}

.book-demo-process-card h3,
.book-demo-faq-card h3,
.book-demo-expect-card strong {
  margin: 0 0 8px;
  color: #10294b;
}

.book-demo-process-card p,
.book-demo-faq-card p,
.book-demo-expect-card p {
  margin: 0;
  color: #607998;
  line-height: 1.75;
}

.book-demo-expect-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 24px;
  align-items: start;
}

.book-demo-expect-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.book-demo-expect-card strong {
  display: block;
}

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

.book-demo-simple-hero {
  padding: 94px 0 54px;
}

.book-demo-simple-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.book-demo-simple-hero-inner h1 {
  max-width: 760px;
  margin: 0;
  color: #10294b;
}

.book-demo-simple-hero-inner p {
  max-width: 760px;
  margin: 0;
  color: #5d7795;
  line-height: 1.82;
}

.book-demo-simple-page .book-demo-chips,
.book-demo-simple-page .book-demo-actions {
  justify-content: center;
}

.book-demo-simple-layout {
  width: min(980px, 100%);
}

.book-demo-simple-form {
  padding: 30px;
  border-radius: 8px;
}

.book-demo-simple-form .booking-form-head {
  max-width: 720px;
}

.contact-preview-card {
  margin-top: 16px;
  padding: 0;
  overflow: hidden;
}

.contact-preview-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  line-height: 0;
}

.footer-brand img {
  width: 180px;
  height: auto;
  max-height: 68px;
  object-fit: contain;
}

.swiper-pagination-bullet-active {
  background: var(--primary) !important;
}

.flatpickr-calendar.inline {
  width: 100%;
  box-shadow: none;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange {
  background: var(--primary);
  border-color: var(--primary);
}

@media (max-width: 1100px) {
  .hero-grid,
  .page-hero-grid,
  .service-directory-hero-grid,
  .service-detail-hero-grid,
  .service-detail-section-grid,
  .project-detail-hero-grid,
  .project-detail-content-grid,
  .about-hero-grid,
  .about-story-grid,
  .about-approach-grid,
  .home-process-grid,
  .home-faq-grid,
  .booking-grid,
  .split-layout,
  .two-col-section,
  .footer-grid,
  .cta-banner {
    grid-template-columns: 1fr;
  }

  .brand-strip-inner,
  .card-grid.three,
  .showcase-grid,
  .masonry-grid,
  .services-directory-grid,
  .service-benefits-grid,
  .service-related-grid,
  .service-process-grid,
  .team-grid,
  .project-detail-gallery,
  .related-project-grid,
  .admin-stat-grid,
  .logo-wall,
  .logo-grid,
  .gallery-grid,
  .admin-content-group-grid,
  .admin-multi-image-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .book-demo-layout {
    grid-template-columns: 1fr;
  }

  .book-demo-hero-grid,
  .book-demo-expect-layout {
    grid-template-columns: 1fr;
  }

  .book-demo-process-grid,
  .book-demo-expect-grid,
  .book-demo-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-process-copy,
  .home-faq-copy,
  .about-hero-copy,
  .about-vision-copy {
    max-width: 760px;
  }

  .about-vision-header,
  .about-vision-layout,
  .about-approach-layout,
  .about-cta-banner {
    grid-template-columns: 1fr;
  }

  .about-hero {
    padding: 100px 0 68px;
  }

  .about-hero-visual {
    min-height: 500px;
    max-width: 720px;
  }

  .about-hero-main,
  .about-hero-main img {
    min-height: 500px;
  }

  .about-story-stack,
  .about-approach-visual {
    max-width: 760px;
  }

  .about-story-metrics,
  .about-principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-cta-side {
    max-width: 520px;
  }

  .service-detail-copy,
  .service-directory-hero .page-hero-grid {
    max-width: 760px;
  }

  .service-detail-visual {
    max-width: 720px;
  }

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

  .about-hero-reference .about-hero-grid {
    gap: 28px;
  }

  .about-trusted-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-hero-reference .about-hero-visual {
    min-height: 560px;
  }

  .about-hero-orb {
    width: min(86%, 440px);
    right: 18px;
    top: 26px;
  }

  .about-hero-grid-dots {
    right: 20px;
  }

  .about-hero-main,
  .about-hero-main img {
    min-height: 500px;
  }

  .footer-shell {
    padding: 26px;
  }

  .admin-about-form-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-about-accordion .accordion-body,
  .admin-about-accordion .accordion-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .client-logos-header,
  .client-logos-showcase,
  .reviews-heading-grid,
  .reviews-content-grid,
  .industries-heading-row,
  .industries-layout,
  .packages-heading-row,
  .packages-note-bar {
    grid-template-columns: 1fr;
  }

  .client-logo-pulse-card {
    max-width: 420px;
  }

  .client-logo-story {
    min-height: auto;
  }

  .packages-promise-card {
    max-width: 460px;
  }

  .industries-proof-card {
    max-width: 320px;
  }

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

  .package-card-featured:hover {
    transform: translateY(-4px);
  }

  .featured-testimonial-card {
    min-height: auto;
  }

  .project-detail-hero-grid {
    gap: 28px;
  }

  .project-detail-visual {
    max-width: 680px;
  }

  .project-highlight-grid {
    grid-template-columns: 1fr;
  }

  .home-clay-hero {
    padding-top: 58px;
  }

  .home-clay-hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-clay-copy h1 {
    font-size: 64px;
  }

  .home-clay-visual {
    min-height: 420px;
  }

  .digi-orbit {
    width: min(82%, 470px);
  }

  .digi-dashboard {
    width: min(76%, 350px);
  }

  .digi-service-card {
    min-width: 130px;
    padding: 12px 14px 12px 38px;
    font-size: 12px;
  }
}

@media (max-width: 1360px) and (min-width: 1221px) {
  .nav-wrap {
    gap: 16px;
  }

  .brand-badge,
  .brand-logo {
    width: 140px;
    max-height: 58px;
  }

  .nav {
    min-height: 58px;
    padding: 5px 6px;
  }

  .nav-links {
    gap: 2px;
  }

  .nav-links > a,
  .nav-main-link {
    font-size: 12.5px;
    padding: 10px 11px;
  }

  .nav-subtoggle {
    width: 30px;
    height: 30px;
  }

  .nav-cta .btn {
    min-width: 118px;
  }
}

@media (max-width: 1220px) {
  .site-header {
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .site-header::after {
    opacity: 0.6;
  }

  .nav-wrap {
    display: flex;
    justify-content: space-between;
    min-height: 80px;
    gap: 12px;
    padding: 12px 0;
  }

  .brand-badge,
  .brand-logo {
    width: 142px;
    max-height: 58px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-cta {
    display: none;
  }

  .nav {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(100%, 430px);
    max-width: 100%;
    min-height: 100dvh;
    padding: calc(18px + env(safe-area-inset-top, 0px)) 20px calc(22px + env(safe-area-inset-bottom, 0px));
    border: none;
    border-radius: 0;
    background:
      radial-gradient(circle at 2% 4%, rgba(38, 185, 255, 0.18), transparent 26%),
      radial-gradient(circle at 100% 12%, rgba(15, 111, 255, 0.16), transparent 24%),
      linear-gradient(180deg, rgba(249, 252, 255, 0.985), rgba(239, 246, 255, 0.985));
    box-shadow: -24px 0 48px rgba(12, 40, 74, 0.16);
    backdrop-filter: blur(18px);
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    transform: translate3d(104%, 0, 0);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.26s ease, opacity 0.26s ease, visibility 0.26s ease;
    z-index: 120;
    overflow-y: auto;
  }

  .nav-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 0 22px;
    border-bottom: none;
  }

  .nav-panel-brand {
    display: flex;
    align-items: center;
    gap: 0;
    min-width: 0;
  }

  .nav-panel-brand img {
    width: 118px;
    max-height: 44px;
    object-fit: contain;
    object-position: left center;
    filter: none;
  }

  .nav-panel-actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .nav-mobile-top-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.01em;
    box-shadow: 0 12px 24px rgba(15, 111, 255, 0.22);
  }

  .nav-links {
    display: grid;
    gap: 22px;
    flex: 1 1 auto;
    align-content: start;
    padding: 12px 0 0;
    border: none;
    background: transparent;
    box-shadow: none;
  }

  .nav-item-dropdown {
    width: 100%;
  }

  .nav-item-dropdown::after {
    display: none;
  }

  .nav-item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 0;
    border-radius: 0;
  }

  .nav-item-dropdown:hover .nav-item-row,
  .nav-item-dropdown:focus-within .nav-item-row,
  .nav-item-dropdown.is-open .nav-item-row {
    background: transparent;
    box-shadow: none;
  }

  .nav-item-dropdown.is-open .nav-main-link {
    color: #0f63dc;
  }

  .nav-subtoggle {
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    box-shadow: none;
    color: #0f63dc;
    padding: 0;
  }

  .nav-dropdown {
    position: static;
    min-width: 0;
    margin: 0;
    display: grid;
    gap: 14px;
    padding: 0 0 0 18px;
    border: none;
    border-left: 1px solid rgba(15, 111, 255, 0.12);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.24s ease, padding 0.24s ease;
  }

  .nav-dropdown::before,
  .nav-dropdown::after {
    display: none;
  }

  .nav-item-dropdown:hover .nav-dropdown,
  .nav-item-dropdown:focus-within .nav-dropdown,
  .nav-item-dropdown.is-open .nav-dropdown {
    max-height: 520px;
    padding: 10px 0 2px 18px;
  }

  .nav-dropdown-link {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .nav-dropdown-link::before {
    display: none;
  }

  .nav-dropdown-link::after {
    display: none;
  }

  .nav-links > a,
  .nav-links > a.active,
  .nav-links > a[aria-current="page"],
  .nav-main-link,
  .nav-main-link.active,
  .nav-main-link[aria-current="page"] {
    display: block;
    width: 100%;
    color: #122033;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: clamp(20px, 5vw, 24px);
    font-weight: 800;
    line-height: 1.25;
  }

  .nav-links > a:hover,
  .nav-links > a.active,
  .nav-links > a[aria-current="page"],
  .nav-main-link:hover,
  .nav-main-link.active,
  .nav-main-link[aria-current="page"] {
    color: #0f63dc;
    background: transparent;
    box-shadow: none;
  }

  .nav-dropdown-link,
  .nav-dropdown-link.active,
  .nav-dropdown-link[aria-current="page"] {
    color: #3f5570;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }

  .nav-dropdown-link:hover,
  .nav-dropdown-link.active,
  .nav-dropdown-link[aria-current="page"] {
    color: #0f63dc;
    background: transparent;
  }

  .nav-dropdown-link span {
    padding-left: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
  }

  .nav-dropdown-link span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(15, 111, 255, 0.85), rgba(38, 185, 255, 0.95));
    transition: width 0.22s ease;
  }

  .nav-dropdown-link:hover span::after,
  .nav-dropdown-link.active span::after,
  .nav-dropdown-link[aria-current="page"] span::after {
    width: 100%;
  }

  .nav-dropdown-link small {
    display: none;
  }

  .nav.open {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }

  .nav-overlay {
    position: fixed;
    inset: 0;
    display: block;
    z-index: 110;
    background: rgba(9, 24, 44, 0.16);
    backdrop-filter: blur(2px);
  }

  .nav-close {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid rgba(15, 111, 255, 0.12);
    background: rgba(255, 255, 255, 0.82);
    color: #6584a6;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    box-shadow:
      0 10px 24px rgba(15, 111, 255, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.74);
    padding: 0;
  }

  body.nav-open {
    overflow: hidden;
  }
}

@media (max-width: 820px) {
  .nav-wrap {
    min-height: 76px;
    padding: 10px 0;
  }

  .brand-badge,
  .brand-logo {
    width: 132px;
    max-height: 54px;
  }

  .nav {
    width: 100%;
    max-width: 100%;
    padding: calc(16px + env(safe-area-inset-top, 0px)) 18px calc(20px + env(safe-area-inset-bottom, 0px));
  }

  .nav-panel-head {
    padding-bottom: 18px;
  }

  .nav-panel-brand img {
    width: 110px;
    max-height: 42px;
  }

  .nav-links > a,
  .nav-links > a.active,
  .nav-links > a[aria-current="page"],
  .nav-main-link,
  .nav-main-link.active,
  .nav-main-link[aria-current="page"] {
    font-size: clamp(18px, 6vw, 22px);
  }

  .nav-subtoggle {
    width: 26px;
    height: 26px;
  }

  .nav-dropdown-link span {
    font-size: 15px;
  }

  .section {
    padding: 72px 0;
  }

  .page-hero {
    padding-top: 112px;
  }

  .site-loader {
    padding:
      max(18px, env(safe-area-inset-top, 0px))
      max(18px, env(safe-area-inset-right, 0px))
      max(18px, env(safe-area-inset-bottom, 0px))
      max(18px, env(safe-area-inset-left, 0px));
  }

  .site-loader-shell {
    width: min(100%, 320px);
    gap: 14px;
    padding: 20px 16px 22px;
    border-radius: 28px;
  }

  .site-loader-kicker {
    padding: 7px 12px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .site-loader-brand {
    min-height: 196px;
  }

  .site-loader-orbit-a {
    width: 214px;
    height: 214px;
  }

  .site-loader-orbit-b {
    width: 174px;
    height: 174px;
  }

  .site-loader-orbit-c {
    width: 236px;
    height: 144px;
  }

  .site-loader-wordmark-wrap {
    width: min(100%, 270px);
    min-height: 138px;
    padding: 24px 18px;
    border-radius: 22px;
  }

  .site-loader-wordmark {
    font-size: clamp(30px, 8vw, 36px);
  }

  .site-loader-caption {
    font-size: 12px;
    max-width: 190px;
  }

  .site-loader-status {
    padding: 9px 12px;
    font-size: 11px;
  }

  .site-loader-progress {
    width: min(210px, 100%);
  }

  .about-hero {
    padding: 96px 0 58px;
  }

  .service-directory-pills,
  .service-detail-badges,
  .service-directory-tags {
    gap: 8px;
  }

  .service-directory-pills a,
  .service-detail-badges span,
  .service-directory-tags span {
    padding: 8px 10px;
    font-size: 11px;
  }

  .service-directory-sidecard {
    padding: 22px;
    border-radius: 24px;
  }

  .service-directory-proof {
    grid-template-columns: 1fr;
  }

  .service-directory-media {
    height: 200px;
  }

  .service-directory-body {
    padding: 18px;
  }

  .service-directory-card,
  .service-detail-panel,
  .service-benefit-card,
  .service-process-card,
  .service-related-card,
  .service-detail-visual {
    border-radius: 22px;
  }

  .service-directory-card h3,
  .service-benefit-card h3,
  .service-related-card h3 {
    font-size: 22px;
  }

  .service-detail-copy h1 {
    font-size: 38px;
  }

  .service-detail-copy p,
  .service-directory-hero p {
    font-size: 16px;
  }

  .service-detail-visual {
    min-height: 360px;
  }

  .service-detail-visual img {
    min-height: 360px;
  }

  .service-detail-overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px;
    border-radius: 18px;
  }

  .service-detail-overlay strong {
    font-size: 20px;
  }

  .service-detail-panel {
    padding: 22px;
  }

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

  .about-hero-reference {
    padding-bottom: 44px;
  }

  .about-hero-copy h1,
  .about-story-card h2,
  .about-vision-copy h2,
  .about-approach-copy h2 {
    font-size: clamp(32px, 10vw, 48px);
  }

  .about-hero-copy p,
  .about-vision-copy p,
  .about-approach-copy p {
    font-size: 16px;
  }

  .about-hero-reference .about-hero-copy h1 {
    line-height: 1.02;
  }

  .about-hero-proof {
    margin-top: 20px;
  }

  .about-mission-card {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 18px;
  }

  .about-trusted-strip {
    gap: 14px;
  }

  .about-trusted-strip > span {
    justify-self: start;
    letter-spacing: 0.12em;
  }

  .about-trusted-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .about-hero-main,
  .about-story-card,
  .about-vision-shell,
  .about-principle-featured,
  .about-principle-card,
  .about-approach-proof,
  .about-step-card,
  .about-cta-banner {
    border-radius: 24px;
  }

  .about-hero-main,
  .about-hero-main img {
    min-height: 380px;
  }

  .about-hero-reference .about-hero-visual {
    min-height: 540px;
  }

  .about-hero-visual {
    min-height: 380px;
  }

  .about-hero-main-overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px;
    border-radius: 18px;
  }

  .about-hero-main-overlay strong {
    font-size: 17px;
  }

  .about-story-card,
  .about-vision-shell {
    padding: 22px;
  }

  .about-story-tags,
  .about-approach-highlights,
  .about-cta-topics {
    gap: 8px;
  }

  .about-story-tags span,
  .about-approach-highlights span,
  .about-cta-topics span {
    padding: 8px 10px;
    font-size: 10px;
  }

  .about-principle-featured,
  .about-vision-sidecard,
  .about-approach-proof,
  .about-cta-note {
    padding: 22px;
  }

  .about-principle-featured h3,
  .about-story-insight strong,
  .about-approach-proof strong,
  .about-story-image-note strong,
  .about-approach-image-note strong {
    font-size: 22px;
  }

  .about-story-metrics,
  .about-principles-grid {
    grid-template-columns: 1fr;
  }

  .about-story-image,
  .about-approach-image {
    border-radius: 22px;
  }

  .about-story-image img,
  .about-approach-image img {
    height: 240px;
  }

  .about-hero-grid-dots {
    display: none;
  }

  .about-hero-orb {
    width: min(100%, 360px);
    top: 40px;
    right: 0;
  }

  .about-hero-chips span {
    padding: 9px 12px;
    font-size: 11px;
  }

  .about-vision-header,
  .about-vision-layout,
  .about-approach-intro,
  .about-approach-layout,
  .about-cta-banner {
    gap: 18px;
  }

  .about-story-insight,
  .about-story-proof,
  .about-vision-sidecard,
  .about-principle-featured,
  .about-approach-proof,
  .about-cta-note {
    padding: 18px;
    border-radius: 20px;
  }

  .about-principle-featured-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-principle-count {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .about-principles-grid,
  .about-story-metrics,
  .about-approach-steps {
    gap: 14px;
  }

  .about-step-card {
    padding: 80px 18px 18px;
  }

  .about-step-card::before {
    display: none;
  }

  .about-step-top {
    left: 18px;
    top: 18px;
    justify-items: start;
  }

  .about-step-top span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .about-step-top small {
    padding-left: 2px;
  }

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

  .admin-about-accordion .accordion-button {
    padding: 18px;
  }

  .admin-about-accordion .accordion-body {
    padding: 0 18px 18px;
  }

  .admin-about-form-footer {
    padding: 20px 18px;
  }

  .brand-badge,
  .brand-logo {
    width: 132px;
    max-height: 56px;
  }

  .gallery-lightbox {
    padding: 14px;
  }

  .gallery-lightbox-frame {
    width: calc(100vw - 28px);
    max-height: calc(100vh - 80px);
  }

  .gallery-lightbox-image {
    max-height: calc(100vh - 150px);
  }

  .gallery-lightbox-nav {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  .gallery-lightbox-nav.prev {
    left: 10px;
  }

  .gallery-lightbox-nav.next {
    right: 10px;
  }

  .modal {
    padding: 14px;
  }

  .modal-dialog {
    width: 100%;
    padding: 20px 18px;
  }

  .package-modal-dialog {
    border-radius: 24px;
  }

  .booking-success-dialog {
    border-radius: 24px;
  }

  .modal-close {
    right: 14px;
    top: 14px;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 24px;
  }

  .package-modal-head {
    padding-right: 42px;
  }

  .package-modal-head h3 {
    font-size: 28px;
  }

  .package-modal-points {
    gap: 8px;
  }

  .package-order-form input {
    min-height: 54px;
    border-radius: 16px;
  }

  .package-submit-btn {
    min-height: 52px;
    border-radius: 16px;
  }

  .booking-success-detail-grid {
    grid-template-columns: 1fr;
  }

  .projects-heading-row {
    align-items: stretch;
    flex-direction: column;
  }

  .projects-proof-card {
    flex-basis: auto;
    width: 100%;
  }

  .project-swiper-actions {
    position: static;
    justify-content: flex-end;
    margin: 14px 0 0;
  }

  .project-media {
    height: 230px;
  }

  .project-body {
    padding: 18px;
    min-height: 230px;
  }

  .project-foot {
    align-items: flex-start;
    flex-direction: column;
  }

  .project-detail-hero {
    padding: 56px 0 54px;
  }

  .project-detail-copy h1 {
    font-size: 40px;
  }

  .project-detail-copy p {
    font-size: 16px;
  }

  .project-detail-visual {
    padding: 10px;
    transform: none;
  }

  .project-detail-visual img {
    height: 340px;
    border-radius: 18px;
  }

  .project-detail-visual figcaption {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  .project-overview-card,
  .project-info-card {
    padding: 22px;
  }

  .project-detail-gallery {
    grid-template-columns: 1fr;
  }

  .project-detail-gallery-item,
  .project-detail-gallery-item:nth-child(4n + 1),
  .project-detail-gallery-item:nth-child(4n + 4) {
    min-height: 280px;
  }

  .related-project-grid {
    grid-template-columns: 1fr;
  }

  .client-logos-header {
    gap: 18px;
  }

  .client-logo-pulse-card,
  .client-logo-story,
  .client-logo-wall {
    border-radius: 24px;
  }

  .client-logo-pulse-card strong {
    font-size: 44px;
  }

  .client-logo-story {
    padding: 22px;
  }

  .client-logo-story h3 {
    font-size: 24px;
  }

  .client-logo-metrics {
    grid-template-columns: 1fr;
  }

  .client-logo-wall {
    padding: 14px;
  }

  .client-logo-wall-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .client-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .client-logo-grid .client-logo-card {
    height: 112px;
  }

  .client-logo-face {
    padding: 20px 18px;
  }

  .reviews-shell {
    padding: 18px;
    border-radius: 26px;
  }

  .reviews-heading-grid {
    gap: 18px;
  }

  .reviews-score-card {
    max-width: 280px;
  }

  .reviews-score-card strong {
    font-size: 42px;
  }

  .featured-testimonial-card {
    padding: 24px;
    border-radius: 24px;
  }

  .review-quote-mark {
    font-size: 72px;
  }

  .featured-testimonial-card p {
    font-size: 18px;
  }

  .reviews-slider-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .testimonial-card {
    min-height: 300px;
    border-radius: 22px;
  }

  .home-process-proof {
    padding: 16px;
    border-radius: 18px;
  }

  .home-process-card {
    min-height: auto;
  }

  .home-industry-card {
    min-height: 320px;
    border-radius: 22px;
  }

  .industries-shell {
    padding: 18px;
    border-radius: 26px;
  }

  .industries-feature-card {
    min-height: 340px;
    border-radius: 24px;
  }

  .industries-feature-overlay {
    padding: 18px;
  }

  .industries-feature-overlay h3 {
    font-size: 24px;
  }

  .industries-mini-card {
    grid-template-columns: auto 1fr;
    border-radius: 18px;
  }

  .industries-mini-thumb {
    grid-column: 1 / -1;
    height: 150px;
  }

  .home-faq-card {
    padding: 18px;
    border-radius: 18px;
  }

  .site-footer {
    padding-top: 20px;
  }

  .footer-shell {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .footer-brand img {
    width: 150px;
    max-height: 58px;
  }

  .footer-intro h3 {
    font-size: 24px;
  }

  .footer-meta-list {
    gap: 12px;
  }

  .footer-link-list a,
  .footer-link-list span {
    min-height: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom-links {
    gap: 12px;
  }

  .packages-shell {
    padding: 18px;
    border-radius: 26px;
  }

  .packages-heading-row {
    gap: 18px;
  }

  .packages-promise-card {
    border-radius: 22px;
  }

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

  .package-title-block p {
    min-height: auto;
  }

  .package-card .price {
    align-items: baseline;
    flex-wrap: wrap;
  }

  .packages-note-bar {
    align-items: start;
    padding: 16px;
  }

  .hero-copy h1 {
    font-size: 40px;
  }

  .home-clay-hero {
    min-height: auto;
    padding-top: 42px;
  }

  .home-clay-copy h1 {
    font-size: 44px;
    line-height: 1.12;
  }

  .home-clay-copy .hero-text {
    margin-top: 18px;
    font-size: 16px;
  }

  .home-clay-cta {
    margin-top: 24px;
  }

  .home-clay-visual {
    min-height: 320px;
  }

  .digi-orbit {
    width: min(96%, 340px);
  }

  .digi-dashboard {
    width: 72%;
    padding: 16px;
    border-radius: 28px;
    transform: rotate(-6deg) translateZ(46px);
  }

  .digi-dashboard-main {
    grid-template-columns: 52px 1fr;
    gap: 12px;
  }

  .digi-brand-mark {
    width: 52px;
    height: 52px;
    border-radius: 17px;
  }

  .digi-topbar {
    margin-bottom: 14px;
  }

  .digi-metric {
    margin-top: 14px;
    padding: 14px;
    border-radius: 20px;
    font-size: 30px;
  }

  .digi-chart {
    height: 78px;
    margin-top: 14px;
    padding: 13px;
    gap: 8px;
    border-radius: 20px;
  }

  .digi-timeline {
    margin-top: 12px;
  }

  .digi-service-card {
    min-width: auto;
    padding: 10px 11px 10px 32px;
    border-radius: 14px;
    font-size: 10.5px;
  }

  .digi-service-card::before {
    left: 10px;
    width: 13px;
    height: 13px;
    border-radius: 5px;
  }

  .digi-service-web {
    left: -1%;
    top: 15%;
  }

  .digi-service-brand {
    right: -2%;
    top: 26%;
  }

  .digi-service-ads {
    left: 1%;
    bottom: 17%;
  }

  .digi-service-video {
    right: 1%;
    bottom: 11%;
  }

  .digi-node {
    width: 14px;
    height: 14px;
    border-width: 3px;
  }

  .hero-motion {
    display: none;
  }

  .hero-image-card img {
    min-height: 250px;
  }

  .stats-row,
  .split-metrics,
  .timeline-grid,
  .form-grid,
  .brand-strip-inner,
  .card-grid.three,
  .showcase-grid,
  .masonry-grid,
  .services-directory-grid,
  .service-benefits-grid,
  .service-related-grid,
  .service-process-grid,
  .team-grid,
  .logo-wall,
  .admin-stat-grid,
  .logo-grid,
  .gallery-grid,
  .admin-content-group-grid,
  .admin-multi-image-grid {
    grid-template-columns: 1fr;
  }

  .admin-group-heading-row {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-body {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: relative;
    height: auto;
  }

  body.nav-open {
    overflow: hidden;
  }
}

@media (max-width: 560px) {
  .nav-wrap {
    gap: 10px;
  }

  .brand-badge,
  .brand-logo {
    width: 124px;
    max-height: 50px;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
    padding: 10px 9px;
  }

  .nav {
    padding: calc(14px + env(safe-area-inset-top, 0px)) 16px calc(18px + env(safe-area-inset-bottom, 0px));
  }

  .nav-panel-brand {
    gap: 0;
  }

  .nav-mobile-top-cta {
    min-height: 38px;
    padding: 0 16px;
    font-size: 13px;
  }

  .nav-links > a,
  .nav-links > a.active,
  .nav-links > a[aria-current="page"],
  .nav-main-link,
  .nav-main-link.active,
  .nav-main-link[aria-current="page"] {
    font-size: clamp(17px, 6.5vw, 20px);
  }

  .nav-dropdown-link {
    gap: 14px;
  }

  .nav-dropdown-link span {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .admin-page-heading,
  .admin-response-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-page-heading .btn,
  .admin-response-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .admin-content-wrapper {
    padding-bottom: 22px;
  }

  .admin-body .content-header {
    padding-top: 12px;
  }
}

@media (max-width: 1220px) {
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(100%, 430px);
    max-width: 100%;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: calc(18px + env(safe-area-inset-top, 0px)) 20px calc(22px + env(safe-area-inset-bottom, 0px));
    background:
      radial-gradient(circle at 2% 4%, rgba(38, 185, 255, 0.18), transparent 26%),
      radial-gradient(circle at 100% 12%, rgba(15, 111, 255, 0.16), transparent 24%),
      linear-gradient(180deg, rgba(249, 252, 255, 0.985), rgba(239, 246, 255, 0.985));
    box-shadow: -24px 0 48px rgba(12, 40, 74, 0.16);
    transform: translate3d(104%, 0, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 120;
    overflow-y: auto;
  }

  .nav.open {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }

  .nav-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 0 22px;
  }

  .nav-panel-brand img {
    width: 118px;
    max-height: 44px;
    object-fit: contain;
  }

  .nav-panel-actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .nav-mobile-top-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.01em;
    box-shadow: 0 12px 24px rgba(15, 111, 255, 0.22);
  }

  .nav-links {
    display: grid;
    gap: 18px;
    align-content: start;
    padding: 12px 0 0;
  }

  .nav-item-dropdown {
    display: block;
    width: 100%;
  }

  .nav-item-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 0;
  }

  .nav-links > a,
  .nav-links > a.active,
  .nav-links > a[aria-current="page"],
  .nav-main-link,
  .nav-main-link.active,
  .nav-main-link[aria-current="page"] {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    background: transparent;
    color: #122033;
    font-size: clamp(20px, 5vw, 24px);
    font-weight: 800;
    line-height: 1.25;
    box-shadow: none;
    border-radius: 0;
  }

  .nav-links > a:hover,
  .nav-links > a.active,
  .nav-links > a[aria-current="page"],
  .nav-main-link:hover,
  .nav-main-link.active,
  .nav-main-link[aria-current="page"],
  .nav-item-dropdown.is-open .nav-main-link {
    color: #0f63dc;
    background: transparent;
    box-shadow: none;
  }

  .nav-subtoggle {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(15, 111, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #0f63dc;
    padding: 0;
    box-shadow: 0 8px 18px rgba(15, 111, 255, 0.08);
  }

  .nav-dropdown {
    position: static;
    min-width: 0;
    display: grid;
    gap: 8px;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    transition: max-height 0.24s ease, margin-top 0.24s ease, padding 0.24s ease;
  }

  .nav-item-dropdown.is-open .nav-dropdown,
  .nav-item-dropdown:hover .nav-dropdown,
  .nav-item-dropdown:focus-within .nav-dropdown {
    max-height: 520px;
    margin-top: 12px;
    padding: 14px;
    border-radius: 20px;
    border: 1px solid rgba(15, 111, 255, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 250, 255, 0.9));
    box-shadow:
      0 16px 30px rgba(15, 111, 255, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.76);
  }

  .nav-dropdown::before,
  .nav-dropdown::after,
  .nav-dropdown-link::before,
  .nav-dropdown-link::after {
    display: none;
  }

  .nav-dropdown-link,
  .nav-dropdown-link.active,
  .nav-dropdown-link[aria-current="page"] {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 11px 12px;
    border: 1px solid transparent;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.46);
    color: #3f5570;
    box-shadow: none;
    transform: none;
  }

  .nav-dropdown-link:hover,
  .nav-dropdown-link.active,
  .nav-dropdown-link[aria-current="page"] {
    color: #0f63dc;
    border-color: rgba(15, 111, 255, 0.12);
    background: linear-gradient(180deg, rgba(15, 111, 255, 0.08), rgba(38, 185, 255, 0.05));
  }

  .nav-dropdown-link span {
    padding-left: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
  }

  .nav-dropdown-link small {
    display: none;
  }

  .nav-overlay {
    position: fixed;
    inset: 0;
    display: block;
    z-index: 110;
    background: rgba(9, 24, 44, 0.16);
    backdrop-filter: blur(2px);
  }

  .nav-close {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 16px;
    border: 1px solid rgba(15, 111, 255, 0.12);
    background: rgba(255, 255, 255, 0.82);
    color: #6584a6;
    font-size: 32px;
    line-height: 1;
    box-shadow:
      0 10px 24px rgba(15, 111, 255, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.74);
  }
}

@media (max-width: 640px) {
  .about-hero {
    padding: 88px 0 46px;
  }

  .about-hero-reference .about-hero-grid {
    gap: 22px;
  }

  .about-hero-reference .about-hero-copy {
    max-width: 100%;
  }

  .about-hero-reference .about-hero-copy h1 {
    font-size: clamp(30px, 11.5vw, 40px);
    line-height: 1.06;
    letter-spacing: -0.05em;
  }

  .about-hero-reference .about-hero-copy h1 br {
    display: none;
  }

  .about-hero-copy p,
  .about-story-card > p,
  .about-vision-copy p,
  .about-approach-copy p,
  .about-principle-featured p,
  .about-story-insight p,
  .about-approach-proof p,
  .about-cta-banner p {
    font-size: 15px;
    line-height: 1.78;
  }

  .about-hero-chips {
    gap: 8px;
  }

  .about-hero-chips span {
    padding: 8px 11px;
    font-size: 10px;
  }

  .about-mission-card {
    gap: 12px;
    padding: 16px;
  }

  .about-mission-copy strong {
    font-size: 18px;
  }

  .about-mission-copy span {
    font-size: 14px;
    line-height: 1.72;
  }

  .about-trusted-strip {
    gap: 10px;
  }

  .about-trusted-strip > span {
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .about-trusted-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .about-trusted-logo {
    height: 48px;
  }

  .about-trusted-logo img {
    max-height: 30px;
    max-width: 88px;
  }

  .about-hero-visual {
    min-height: 340px;
  }

  .about-hero-reference .about-hero-visual {
    min-height: 460px;
  }

  .about-hero-main,
  .about-hero-main img {
    min-height: 320px;
  }

  .about-hero-main-overlay {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px;
  }

  .about-hero-main-overlay span {
    font-size: 10px;
  }

  .about-hero-main-overlay strong {
    font-size: 16px;
    line-height: 1.42;
  }

  .about-story-card,
  .about-vision-shell {
    padding: 18px;
  }

  .about-principle-featured,
  .about-principle-card,
  .about-vision-sidecard,
  .about-approach-proof,
  .about-cta-note {
    padding: 18px;
  }

  .about-principle-featured h3 {
    font-size: clamp(26px, 9vw, 34px);
  }

  .about-story-image img,
  .about-approach-image img {
    height: 220px;
  }

  .about-step-card {
    padding: 74px 16px 16px;
  }

  .about-step-top {
    left: 16px;
    top: 16px;
  }

  .about-step-top span {
    width: 40px;
    height: 40px;
  }

  .about-cta-banner {
    padding: 20px;
  }

  .about-cta-side {
    width: 100%;
  }

  .cta-actions {
    flex-direction: column;
  }

  .cta-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .about-story-section,
  .about-vision-section,
  .about-approach-section {
    padding: 56px 0;
  }

  .about-hero-reference .about-hero-grid {
    gap: 18px;
  }

  .about-hero-reference .about-hero-copy h1 {
    max-width: 10ch;
    font-size: clamp(29px, 10.5vw, 36px);
  }

  .about-hero-copy p {
    max-width: 36ch;
  }

  .about-hero-reference .about-hero-visual {
    min-height: 0;
  }

  .about-hero-main,
  .about-hero-main img {
    min-height: 300px;
  }

  .about-hero-orb {
    width: min(80%, 240px);
    top: 18px;
    right: 10px;
    opacity: 0.68;
  }

  .about-trusted-strip {
    gap: 12px;
  }

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

  .about-trusted-logo:nth-child(n + 5) {
    display: none;
  }

  .about-story-points div {
    padding: 14px;
    font-size: 14px;
    line-height: 1.68;
  }

  .about-story-insight,
  .about-story-proof,
  .about-vision-sidecard,
  .about-principle-featured,
  .about-approach-proof,
  .about-cta-note {
    padding: 16px;
  }

  .about-story-insight strong,
  .about-approach-proof strong,
  .about-story-image-note strong,
  .about-approach-image-note strong,
  .about-cta-note strong {
    font-size: 20px;
    line-height: 1.34;
  }

  .about-story-proof p {
    font-size: 14px;
    line-height: 1.72;
  }

  .about-story-metric-card {
    min-height: auto;
    padding: 16px;
  }

  .about-story-metric-card strong {
    font-size: 20px;
  }

  .about-principle-card,
  .about-step-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-principle-card h3,
  .about-step-card h3 {
    font-size: 18px;
    line-height: 1.3;
  }

  .about-principle-card p,
  .about-step-card p {
    font-size: 14px;
    line-height: 1.72;
  }

  .about-cta-copy h2 {
    max-width: 11ch;
    font-size: 30px;
  }
}

@media (max-width: 420px) {
  .about-hero {
    padding: 82px 0 40px;
  }

  .about-hero-reference .eyebrow {
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .about-hero-reference .about-hero-copy h1 {
    font-size: clamp(28px, 12vw, 34px);
  }

  .about-hero-copy p {
    font-size: 14px;
    line-height: 1.75;
  }

  .about-hero-proof {
    margin-top: 16px;
  }

  .about-mission-card,
  .about-story-card,
  .about-vision-shell,
  .about-principle-featured,
  .about-principle-card,
  .about-vision-sidecard,
  .about-approach-proof,
  .about-step-card,
  .about-cta-banner,
  .about-cta-note {
    border-radius: 18px;
  }

  .about-trusted-logos {
    gap: 8px;
  }

  .about-trusted-logo {
    height: 44px;
    border-radius: 12px;
  }

  .about-trusted-logo img {
    max-height: 26px;
    max-width: 82px;
  }

  .about-hero-reference .about-hero-visual {
    min-height: auto;
    display: grid;
    gap: 12px;
  }

  .about-hero-main,
  .about-hero-main img {
    min-height: 280px;
  }

  .about-hero-orb {
    width: min(88%, 280px);
    top: 18px;
  }

  .about-story-tags span,
  .about-approach-highlights span,
  .about-cta-topics span {
    width: 100%;
    justify-content: flex-start;
  }

  .about-story-image img,
  .about-approach-image img {
    height: 190px;
  }

  .about-principle-featured h3,
  .about-story-insight strong,
  .about-approach-proof strong,
  .about-story-image-note strong,
  .about-approach-image-note strong {
    font-size: 20px;
  }

  .about-step-card {
    padding: 70px 15px 15px;
  }

  .about-step-top small {
    font-size: 9px;
  }

  .about-cta-copy h2 {
    font-size: 28px;
    line-height: 1.14;
  }
}

/* Final about-hero visual override: keep image responsive like the home hero */
.about-hero-visual {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 0;
}

.about-hero-reference .about-hero-visual {
  min-height: 0;
  align-self: end;
}

.about-hero-main {
  width: min(100%, 620px);
  height: auto;
  min-height: 0;
  aspect-ratio: 1.2;
  margin-inline: auto;
}

.about-hero-main img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
}

@media (max-width: 1100px) {
  .about-hero-reference .about-hero-grid {
    gap: 32px;
  }

  .about-hero-main {
    width: min(100%, 560px);
  }
}

@media (max-width: 820px) {
  .about-hero-reference {
    padding: 86px 0 38px;
  }

  .about-hero-reference .about-hero-grid {
    gap: 20px;
  }

  .about-hero-visual,
  .about-hero-reference .about-hero-visual {
    min-height: auto;
    max-width: none;
  }

  .about-hero-proof {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .about-hero-proof::-webkit-scrollbar {
    display: none;
  }

  .about-hero-proof span {
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .about-mission-card {
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
  }

  .about-mission-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .about-trusted-strip {
    margin-top: 18px;
  }

  .about-hero-orb,
  .about-hero-grid-dots {
    display: none;
  }

  .about-hero-main {
    width: 100%;
    max-width: none;
    aspect-ratio: 16 / 9;
    border-radius: 26px;
  }

  .about-hero-main img {
    border-radius: inherit;
  }

  .about-hero-main-overlay {
    max-width: min(86%, 320px);
  }

  .about-story-stack {
    gap: 14px;
  }

  .about-story-image-panel,
  .about-approach-image-panel {
    padding: 10px;
    border-radius: 24px;
  }

  .about-story-image img,
  .about-approach-image img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

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

@media (max-width: 560px) {
  .about-hero {
    padding: 78px 0 34px;
  }

  .about-hero-reference .about-hero-grid {
    gap: 16px;
  }

  .about-hero-copy p {
    max-width: none;
  }

  .about-hero-visual {
    order: 5;
    padding-top: 2px;
  }

  .about-hero-main {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 22px;
  }

  .about-hero-main img {
    border-radius: inherit;
  }

  .about-hero-main-overlay {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 12px 13px;
    gap: 8px;
  }

  .about-hero-main-overlay strong {
    font-size: 15px;
    line-height: 1.38;
  }

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

@media (max-width: 420px) {
  .about-hero-main {
    width: 100%;
    aspect-ratio: 16 / 11;
    border-radius: 20px;
  }

  .about-hero-main-overlay span {
    font-size: 9px;
  }

  .about-hero-main-overlay strong {
    font-size: 14px;
  }

  .about-hero-main-overlay {
    max-width: 92%;
  }
}

.about-fresh-page {
  background:
    radial-gradient(circle at 4% 4%, rgba(38, 185, 255, 0.08), transparent 22%),
    radial-gradient(circle at 96% 8%, rgba(15, 111, 255, 0.08), transparent 20%),
    linear-gradient(180deg, #f7fbff 0%, #eff6ff 42%, #f8fbff 100%);
}

.about-fresh-page,
.about-fresh-page * {
  box-sizing: border-box;
}

.about-fresh-page p,
.about-fresh-page h1,
.about-fresh-page h2,
.about-fresh-page h3,
.about-fresh-page span,
.about-fresh-page strong,
.about-fresh-page div {
  overflow-wrap: anywhere;
}

.about-fresh-hero {
  padding: 104px 0 62px;
}

.about-fresh-shell {
  display: grid;
  gap: 24px;
}

.about-fresh-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: end;
}

.about-fresh-copy {
  max-width: 720px;
}

.about-fresh-copy h1 {
  margin: 12px 0 0;
  max-width: 10ch;
  font-size: clamp(46px, 6vw, 80px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.about-fresh-copy p {
  max-width: 56ch;
  margin-top: 20px;
  color: #566d86;
  font-size: 18px;
  line-height: 1.8;
}

.about-fresh-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.about-fresh-chips span,
.about-fresh-process-tags span,
.about-fresh-cta-topics span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 15px;
  border-radius: 999px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  background: rgba(255, 255, 255, 0.8);
  color: #31506f;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(15, 64, 112, 0.06);
}

.about-fresh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.about-fresh-intro {
  min-height: 100%;
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(15, 111, 255, 0.1);
  background:
    radial-gradient(circle at 92% 14%, rgba(38, 185, 255, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 247, 255, 0.9));
  box-shadow: 0 28px 56px rgba(15, 54, 96, 0.1);
  display: grid;
  gap: 18px;
  align-content: space-between;
}

.about-fresh-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(15, 111, 255, 0.08);
  color: #1464dc;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-fresh-intro strong {
  color: #123250;
  font-size: 24px;
  line-height: 1.42;
}

.about-fresh-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.about-fresh-summary-card,
.about-fresh-metric {
  padding: 17px 16px;
  border-radius: 20px;
  border: 1px solid rgba(15, 111, 255, 0.1);
  background: rgba(255, 255, 255, 0.74);
}

.about-fresh-summary-card strong,
.about-fresh-metric strong {
  display: block;
  color: #123250;
  font-size: 22px;
  line-height: 1.1;
}

.about-fresh-summary-card span,
.about-fresh-metric span {
  display: block;
  margin-top: 6px;
  color: #6b839d;
  font-size: 13px;
  line-height: 1.55;
}

.about-fresh-media {
  position: relative;
  padding: 12px;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(15, 111, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 248, 255, 0.92));
  box-shadow: 0 30px 70px rgba(15, 54, 96, 0.12);
}

.about-fresh-media::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 8%, rgba(38, 185, 255, 0.12), transparent 20%),
    radial-gradient(circle at 92% 22%, rgba(15, 111, 255, 0.08), transparent 18%);
  pointer-events: none;
}

.about-fresh-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.6;
  border-radius: 24px;
  object-fit: cover;
}

.about-fresh-media-caption {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.about-fresh-media-copy {
  max-width: min(74%, 560px);
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(8, 22, 38, 0.68);
  color: #ffffff;
  backdrop-filter: blur(16px);
}

.about-fresh-media-copy span,
.about-fresh-side-media figcaption span,
.about-fresh-proof span,
.about-fresh-values-note span,
.about-fresh-process-note span,
.about-fresh-process-media figcaption span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: rgba(181, 224, 255, 0.96);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-fresh-media-copy strong {
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.34;
}

.about-fresh-media-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #145fda;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 18px 34px rgba(9, 33, 55, 0.14);
}

.about-fresh-brand-strip {
  display: grid;
  gap: 12px;
}

.about-fresh-brand-strip > span {
  color: #7d93aa;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-fresh-brand-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.about-fresh-brand-logo {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 18px;
  border: 1px solid rgba(15, 111, 255, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.about-fresh-brand-logo img {
  max-width: 102px;
  max-height: 32px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.86;
}

.about-fresh-story-grid,
.about-fresh-values-grid,
.about-fresh-process-grid,
.about-fresh-values-head,
.about-fresh-process-head,
.about-fresh-cta {
  display: grid;
  gap: 24px;
}

.about-fresh-story-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: start;
}

.about-fresh-story-card {
  padding: 34px;
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 12%, rgba(38, 185, 255, 0.15), transparent 28%),
    linear-gradient(165deg, #071631, #0d2d50 56%, #0a2140);
  box-shadow: 0 32px 70px rgba(8, 24, 44, 0.16);
}

.about-fresh-story-card h2,
.about-fresh-values-copy h2,
.about-fresh-process-copy h2,
.about-fresh-cta-copy h2 {
  margin-top: 14px;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.12;
}

.about-fresh-story-card > p,
.about-fresh-values-copy p,
.about-fresh-process-copy p,
.about-fresh-cta-copy p {
  margin-top: 16px;
  line-height: 1.8;
}

.about-fresh-story-card > p {
  color: rgba(239, 246, 255, 0.84);
}

.about-fresh-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.about-fresh-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(242, 248, 255, 0.92);
  font-size: 12px;
  font-weight: 700;
}

.about-fresh-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.about-fresh-list div {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(241, 248, 255, 0.9);
  line-height: 1.7;
}

.about-fresh-insight {
  margin-top: 22px;
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-fresh-insight span {
  color: rgba(178, 228, 255, 0.96);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-fresh-insight strong {
  display: block;
  margin-top: 12px;
  font-size: 25px;
  line-height: 1.28;
}

.about-fresh-insight p {
  margin-top: 10px;
  color: rgba(239, 246, 255, 0.82);
  line-height: 1.78;
}

.about-fresh-story-side {
  display: grid;
  gap: 16px;
}

.about-fresh-side-media,
.about-fresh-process-media {
  padding: 12px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(15, 111, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 255, 0.88));
}

.about-fresh-side-media img,
.about-fresh-process-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 22px;
  object-fit: cover;
}

.about-fresh-side-media figcaption,
.about-fresh-process-media figcaption {
  display: grid;
  gap: 8px;
  padding: 16px 10px 4px;
}

.about-fresh-side-media figcaption span,
.about-fresh-process-media figcaption span {
  color: #0d65d6;
}

.about-fresh-side-media figcaption strong,
.about-fresh-process-media figcaption strong {
  color: #102d49;
  font-size: 22px;
  line-height: 1.34;
}

.about-fresh-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.about-fresh-proof {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(15, 111, 255, 0.1);
  background: linear-gradient(135deg, rgba(224, 241, 255, 0.86), rgba(255, 255, 255, 0.9));
}

.about-fresh-proof span,
.about-fresh-values-note span,
.about-fresh-process-note span {
  color: #0d65d6;
}

.about-fresh-proof p {
  margin-top: 10px;
  color: #42617e;
  line-height: 1.78;
}

.about-fresh-values-head,
.about-fresh-process-head {
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
}

.about-fresh-values-copy,
.about-fresh-process-copy {
  max-width: 720px;
}

.about-fresh-values-copy p,
.about-fresh-process-copy p,
.about-fresh-cta-copy p {
  color: #566d86;
}

.about-fresh-values-note,
.about-fresh-process-note {
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(15, 111, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(240, 248, 255, 0.9));
}

.about-fresh-values-note strong,
.about-fresh-process-note strong,
.about-fresh-cta-note strong {
  display: block;
  margin-top: 10px;
  color: #123250;
  font-size: 23px;
  line-height: 1.34;
}

.about-fresh-values-note p,
.about-fresh-process-note p,
.about-fresh-cta-note p {
  margin-top: 10px;
  color: #5c7691;
  line-height: 1.76;
}

.about-fresh-values-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
}

.about-fresh-featured {
  min-height: 100%;
  padding: 30px;
  border-radius: 32px;
  color: #ffffff;
  background:
    radial-gradient(circle at 84% 12%, rgba(38, 185, 255, 0.16), transparent 28%),
    linear-gradient(160deg, #08152d, #0d3158 55%, #0a2341);
  box-shadow: 0 28px 64px rgba(8, 24, 42, 0.18);
}

.about-fresh-featured-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.about-fresh-count {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #1466de, #29b3ff);
  box-shadow: 0 18px 30px rgba(15, 111, 255, 0.24);
  font-size: 15px;
  font-weight: 800;
}

.about-fresh-featured h3 {
  margin-top: 18px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
}

.about-fresh-featured p {
  margin-top: 14px;
  color: rgba(236, 244, 255, 0.84);
  line-height: 1.82;
}

.about-fresh-featured-note {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(198, 234, 255, 0.92);
  font-size: 14px;
  line-height: 1.72;
}

.about-fresh-value-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-fresh-value-card {
  min-height: 100%;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(15, 111, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 255, 0.88));
}

.about-fresh-value-index {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #1465dd;
  font-size: 13px;
  font-weight: 800;
  background: rgba(15, 111, 255, 0.08);
  border: 1px solid rgba(15, 111, 255, 0.12);
}

.about-fresh-value-card h3,
.about-fresh-step h3 {
  margin-top: 18px;
  color: #123250;
  font-size: 20px;
  line-height: 1.3;
}

.about-fresh-value-card p,
.about-fresh-step p {
  margin-top: 10px;
  color: #5c7691;
  line-height: 1.75;
}

.about-fresh-process-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.about-fresh-process-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.about-fresh-step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-fresh-step {
  min-height: 100%;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(15, 111, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 255, 0.88));
}

.about-fresh-step-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-fresh-step-top span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #1466de, #28b3ff);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.about-fresh-step-top small {
  color: #6f89a3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-fresh-cta {
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: stretch;
  padding: 34px;
  border-radius: 34px;
  border: 1px solid rgba(15, 111, 255, 0.1);
  background:
    radial-gradient(circle at 10% 10%, rgba(38, 185, 255, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(239, 247, 255, 0.92));
  box-shadow: 0 26px 60px rgba(15, 54, 96, 0.1);
}

.about-fresh-cta-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.about-fresh-cta-side {
  display: grid;
  gap: 16px;
  align-content: space-between;
}

.about-fresh-cta-note {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(15, 111, 255, 0.1);
  background: rgba(255, 255, 255, 0.76);
}

.about-fresh-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 1100px) {
  .about-fresh-top,
  .about-fresh-story-grid,
  .about-fresh-values-head,
  .about-fresh-values-grid,
  .about-fresh-process-head,
  .about-fresh-process-grid,
  .about-fresh-cta {
    grid-template-columns: 1fr;
  }

  .about-fresh-brand-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-fresh-value-list,
  .about-fresh-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .about-fresh-hero {
    padding: 88px 0 48px;
  }

  .about-fresh-copy h1 {
    font-size: clamp(34px, 9vw, 52px);
  }

  .about-fresh-copy p {
    font-size: 16px;
    line-height: 1.75;
  }

  .about-fresh-intro,
  .about-fresh-story-card,
  .about-fresh-values-note,
  .about-fresh-process-note,
  .about-fresh-featured,
  .about-fresh-value-card,
  .about-fresh-step,
  .about-fresh-cta,
  .about-fresh-cta-note {
    padding: 24px;
    border-radius: 28px;
  }

  .about-fresh-summary-grid,
  .about-fresh-metrics,
  .about-fresh-value-list,
  .about-fresh-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-fresh-media {
    padding: 10px;
    border-radius: 28px;
  }

  .about-fresh-media img {
    aspect-ratio: 16 / 10;
    border-radius: 20px;
  }

  .about-fresh-media-caption {
    position: static;
    margin-top: 12px;
    display: grid;
    gap: 12px;
  }

  .about-fresh-media-copy {
    max-width: none;
    padding: 16px 18px;
    border-radius: 20px;
  }

  .about-fresh-media-mark {
    justify-self: start;
  }

  .about-fresh-brand-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-fresh-side-media img,
  .about-fresh-process-media img {
    aspect-ratio: 16 / 10;
  }

  .about-fresh-values-copy h2,
  .about-fresh-process-copy h2,
  .about-fresh-cta-copy h2,
  .about-fresh-story-card h2 {
    font-size: clamp(28px, 8vw, 40px);
  }
}

@media (max-width: 560px) {
  .about-fresh-hero {
    padding: 76px 0 38px;
  }

  .about-fresh-copy h1 {
    font-size: clamp(30px, 11vw, 38px);
    max-width: 11ch;
  }

  .about-fresh-copy p {
    margin-top: 16px;
    font-size: 15px;
  }

  .about-fresh-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .about-fresh-chips::-webkit-scrollbar {
    display: none;
  }

  .about-fresh-chips span {
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .about-fresh-actions,
  .about-fresh-cta-actions {
    flex-direction: column;
  }

  .about-fresh-actions .btn,
  .about-fresh-cta-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .about-fresh-intro,
  .about-fresh-story-card,
  .about-fresh-values-note,
  .about-fresh-process-note,
  .about-fresh-featured,
  .about-fresh-value-card,
  .about-fresh-step,
  .about-fresh-cta,
  .about-fresh-cta-note,
  .about-fresh-proof {
    padding: 20px;
    border-radius: 24px;
  }

  .about-fresh-summary-grid,
  .about-fresh-metrics,
  .about-fresh-brand-row,
  .about-fresh-value-list,
  .about-fresh-step-grid {
    grid-template-columns: 1fr;
  }

  .about-fresh-media img,
  .about-fresh-side-media img,
  .about-fresh-process-media img {
    aspect-ratio: 16 / 10;
  }

  .about-fresh-media-copy strong {
    font-size: 18px;
  }

  .about-fresh-story-card h2,
  .about-fresh-values-copy h2,
  .about-fresh-process-copy h2,
  .about-fresh-cta-copy h2 {
    font-size: 30px;
  }
}

@media (max-width: 420px) {
  .about-fresh-copy h1 {
    font-size: clamp(28px, 11.5vw, 34px);
  }

  .about-fresh-media-copy,
  .about-fresh-side-media figcaption,
  .about-fresh-process-media figcaption {
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-fresh-media-copy strong,
  .about-fresh-side-media figcaption strong,
  .about-fresh-process-media figcaption strong,
  .about-fresh-intro strong,
  .about-fresh-values-note strong,
  .about-fresh-process-note strong,
  .about-fresh-cta-note strong {
    font-size: 18px;
  }
}

/* Simple professional about page refinement */
.about-fresh-page {
  background:
    radial-gradient(circle at 0% 0%, rgba(38, 185, 255, 0.05), transparent 18%),
    linear-gradient(180deg, #f8fbff 0%, #f4f8fd 100%);
}

.about-fresh-shell,
.about-fresh-story-grid,
.about-fresh-values-head,
.about-fresh-values-grid,
.about-fresh-process-head,
.about-fresh-process-grid,
.about-fresh-cta {
  gap: 20px;
}

.about-fresh-hero {
  padding: 98px 0 54px;
}

.about-fresh-top {
  gap: 20px;
  align-items: start;
}

.about-fresh-copy {
  max-width: 680px;
}

.about-fresh-copy h1 {
  max-width: 11ch;
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.about-fresh-copy p,
.about-fresh-values-copy p,
.about-fresh-process-copy p,
.about-fresh-cta-copy p {
  color: #60758e;
}

.about-fresh-chips span,
.about-fresh-process-tags span,
.about-fresh-cta-topics span {
  min-height: 36px;
  padding: 8px 13px;
  font-size: 11px;
  border-color: rgba(15, 111, 255, 0.1);
  box-shadow: none;
}

.about-fresh-actions {
  margin-top: 24px;
}

.about-fresh-intro,
.about-fresh-media,
.about-fresh-side-media,
.about-fresh-process-media,
.about-fresh-values-note,
.about-fresh-process-note,
.about-fresh-value-card,
.about-fresh-step,
.about-fresh-cta,
.about-fresh-cta-note,
.about-fresh-proof,
.about-fresh-summary-card,
.about-fresh-metric {
  border-radius: 24px;
  border: 1px solid rgba(15, 111, 255, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 36px rgba(15, 54, 96, 0.06);
}

.about-fresh-intro {
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
}

.about-fresh-intro strong,
.about-fresh-values-note strong,
.about-fresh-process-note strong,
.about-fresh-cta-note strong {
  color: #13314d;
  font-size: 22px;
}

.about-fresh-summary-card strong,
.about-fresh-metric strong {
  font-size: 20px;
}

.about-fresh-media {
  padding: 10px;
  border-radius: 28px;
}

.about-fresh-media::before {
  display: none;
}

.about-fresh-media img {
  aspect-ratio: 16 / 8.8;
  border-radius: 20px;
}

.about-fresh-media-caption {
  position: static;
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.about-fresh-media-copy {
  max-width: none;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(15, 111, 255, 0.08);
  background: linear-gradient(180deg, rgba(244, 249, 255, 0.98), rgba(234, 244, 255, 0.92));
  color: #123250;
  backdrop-filter: none;
}

.about-fresh-media-copy span {
  color: #0d65d6;
}

.about-fresh-media-copy strong {
  font-size: 24px;
  line-height: 1.35;
}

.about-fresh-media-mark {
  min-height: 40px;
  padding: 0 14px;
  background: rgba(15, 111, 255, 0.08);
  color: #1465dd;
  box-shadow: none;
}

.about-fresh-brand-row {
  gap: 10px;
}

.about-fresh-brand-logo {
  min-height: 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
}

.about-fresh-brand-logo img {
  filter: grayscale(1);
  opacity: 0.82;
}

.about-fresh-story-card {
  padding: 32px;
  border-radius: 28px;
  color: #123250;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 255, 0.92));
  box-shadow: 0 22px 46px rgba(15, 54, 96, 0.08);
}

.about-fresh-story-card > p {
  color: #60758e;
}

.about-fresh-tags span {
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 111, 255, 0.05);
  border: 1px solid rgba(15, 111, 255, 0.08);
  color: #31506f;
  font-size: 11px;
}

.about-fresh-list div {
  border-color: rgba(15, 111, 255, 0.08);
  background: rgba(247, 251, 255, 0.88);
  color: #4f6983;
}

.about-fresh-insight {
  background: linear-gradient(180deg, rgba(245, 250, 255, 0.98), rgba(233, 244, 255, 0.92));
  border: 1px solid rgba(15, 111, 255, 0.08);
}

.about-fresh-insight span,
.about-fresh-proof span,
.about-fresh-values-note span,
.about-fresh-process-note span,
.about-fresh-side-media figcaption span,
.about-fresh-process-media figcaption span {
  color: #0d65d6;
}

.about-fresh-insight strong,
.about-fresh-side-media figcaption strong,
.about-fresh-process-media figcaption strong {
  color: #123250;
}

.about-fresh-insight p {
  color: #5c7691;
}

.about-fresh-proof {
  padding: 20px;
}

.about-fresh-values-copy,
.about-fresh-process-copy {
  max-width: 760px;
}

.about-fresh-featured {
  padding: 28px;
  border-radius: 28px;
  color: #123250;
  border: 1px solid rgba(15, 111, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 246, 255, 0.92));
  box-shadow: 0 22px 46px rgba(15, 54, 96, 0.08);
}

.about-fresh-count {
  box-shadow: none;
}

.about-fresh-kicker {
  color: #0d65d6;
}

.about-fresh-featured h3,
.about-fresh-featured p,
.about-fresh-featured-note {
  color: inherit;
}

.about-fresh-featured-note {
  border-top-color: rgba(15, 111, 255, 0.08);
}

.about-fresh-value-card h3,
.about-fresh-step h3 {
  font-size: 19px;
}

.about-fresh-step-top span {
  box-shadow: none;
}

.about-fresh-cta {
  padding: 30px;
  box-shadow: 0 22px 50px rgba(15, 54, 96, 0.08);
}

.about-fresh-cta-note {
  background: rgba(247, 251, 255, 0.92);
}

@media (max-width: 820px) {
  .about-fresh-copy h1 {
    font-size: clamp(34px, 8vw, 50px);
  }

  .about-fresh-intro,
  .about-fresh-story-card,
  .about-fresh-values-note,
  .about-fresh-process-note,
  .about-fresh-featured,
  .about-fresh-value-card,
  .about-fresh-step,
  .about-fresh-cta,
  .about-fresh-cta-note,
  .about-fresh-proof {
    padding: 22px;
    border-radius: 24px;
  }
}

@media (max-width: 560px) {
  .about-fresh-hero {
    padding: 72px 0 34px;
  }

  .about-fresh-shell,
  .about-fresh-story-grid,
  .about-fresh-values-head,
  .about-fresh-values-grid,
  .about-fresh-process-head,
  .about-fresh-process-grid,
  .about-fresh-cta {
    gap: 16px;
  }

  .about-fresh-copy h1 {
    max-width: 12ch;
    font-size: clamp(30px, 10.5vw, 36px);
  }

  .about-fresh-copy p,
  .about-fresh-story-card > p,
  .about-fresh-values-copy p,
  .about-fresh-process-copy p,
  .about-fresh-cta-copy p {
    font-size: 15px;
    line-height: 1.74;
  }

  .about-fresh-media,
  .about-fresh-side-media,
  .about-fresh-process-media {
    padding: 8px;
    border-radius: 22px;
  }

  .about-fresh-media img,
  .about-fresh-side-media img,
  .about-fresh-process-media img {
    border-radius: 16px;
  }

  .about-fresh-media-copy,
  .about-fresh-intro,
  .about-fresh-story-card,
  .about-fresh-values-note,
  .about-fresh-process-note,
  .about-fresh-featured,
  .about-fresh-value-card,
  .about-fresh-step,
  .about-fresh-cta,
  .about-fresh-cta-note,
  .about-fresh-proof {
    padding: 18px;
    border-radius: 20px;
  }

  .about-fresh-story-card h2,
  .about-fresh-values-copy h2,
  .about-fresh-process-copy h2,
  .about-fresh-cta-copy h2 {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

/* Website Design service page */
.web-service-page {
  position: relative;
}

.web-service-page::before {
  content: '';
  position: absolute;
  inset: 120px auto auto 3%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(38, 185, 255, 0.14);
  filter: blur(28px);
  pointer-events: none;
}

.web-service-hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 28px;
}

.web-service-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 111, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 111, 255, 0.04) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 82%, transparent 100%);
  opacity: 0.45;
  pointer-events: none;
}

.web-service-hero .container,
.web-service-overview .container,
.web-service-deliverables-section .container,
.web-service-capabilities-section .container,
.web-service-showcase-section .container,
.web-service-process-section .container,
.web-service-faq-section .container,
.web-service-related-section .container,
.web-service-cta-section .container {
  position: relative;
  z-index: 1;
}

.web-service-hero-grid,
.web-service-overview-grid,
.web-service-showcase-grid,
.web-service-cta {
  display: grid;
  gap: 28px;
}

.web-service-hero-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  align-items: center;
}

.web-service-copy h1 {
  margin: 10px 0 16px;
  max-width: 11.2ch;
  font-size: clamp(2.8rem, 5vw, 4.9rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.web-service-copy p {
  max-width: 640px;
  font-size: 1.06rem;
  line-height: 1.84;
  color: var(--muted);
}

.web-service-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.web-service-chips span,
.web-service-point {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 111, 255, 0.16);
  background: rgba(255, 255, 255, 0.82);
  color: #1b4777;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(12, 60, 104, 0.08);
}

.web-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.web-service-hero-side {
  display: grid;
  gap: 18px;
}

.web-service-visual,
.web-service-summary,
.web-service-story,
.web-service-audience,
.web-service-deliverable-card,
.web-service-capability-card,
.web-service-showcase-media,
.web-service-process-card,
.web-service-faq-item,
.web-service-related-card,
.web-service-cta {
  border: 1px solid rgba(15, 111, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 255, 0.88));
  box-shadow: 0 24px 60px rgba(12, 60, 104, 0.12);
}

.web-service-visual {
  overflow: hidden;
  border-radius: 32px;
}

.web-service-visual img,
.web-service-showcase-media img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.web-service-visual img {
  aspect-ratio: 11 / 9;
}

.web-service-visual-note {
  display: grid;
  gap: 10px;
  padding: 20px 22px 24px;
}

.web-service-visual-note span,
.web-service-summary-kicker,
.web-service-showcase-media figcaption span,
.web-service-card-index,
.web-service-capability-top small,
.web-service-process-top small {
  color: #0a4fb5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.web-service-visual-note strong,
.web-service-summary strong,
.web-service-story h2,
.web-service-showcase-copy h2,
.web-service-cta-copy h2 {
  color: #102840;
}

.web-service-visual-note strong {
  font-size: 1.28rem;
  line-height: 1.25;
}

.web-service-visual-note p {
  color: var(--muted);
}

.web-service-summary {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 28px;
}

.web-service-summary > strong {
  font-size: 1.3rem;
  line-height: 1.45;
}

.web-service-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.web-service-stat-card {
  padding: 16px 14px;
  border-radius: 20px;
  border: 1px solid rgba(15, 111, 255, 0.1);
  background: rgba(255, 255, 255, 0.9);
}

.web-service-stat-card strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.web-service-stat-card span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.web-service-overview-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
}

.web-service-story,
.web-service-audience,
.web-service-cta {
  padding: 28px;
  border-radius: 30px;
}

.web-service-story h2,
.web-service-showcase-copy h2,
.web-service-cta-copy h2 {
  margin: 10px 0 14px;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.web-service-story p,
.web-service-showcase-copy p,
.web-service-cta-copy p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.84;
  color: var(--muted);
}

.web-service-audience {
  display: grid;
  align-content: start;
  gap: 18px;
}

.web-service-audience ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.web-service-audience li {
  position: relative;
  padding-left: 18px;
  color: #25415d;
  line-height: 1.7;
}

.web-service-audience li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 0 0 5px rgba(15, 111, 255, 0.08);
}

.web-service-deliverables-grid,
.web-service-capabilities-grid,
.web-service-related-grid {
  display: grid;
  gap: 18px;
}

.web-service-deliverables-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.web-service-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.web-service-deliverable-card,
.web-service-capability-card,
.web-service-related-card,
.web-service-process-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 28px;
}

.web-service-deliverable-card::after,
.web-service-capability-card::after,
.web-service-process-card::after {
  content: '';
  position: absolute;
  right: -18px;
  top: -18px;
  width: 82px;
  height: 82px;
  border-radius: 24px;
  background: radial-gradient(circle, rgba(38, 185, 255, 0.18), rgba(38, 185, 255, 0));
  pointer-events: none;
}

.web-service-card-index {
  display: inline-flex;
  margin-bottom: 16px;
}

.web-service-deliverable-card h3,
.web-service-capability-card h3,
.web-service-process-card h3,
.web-service-related-card h3 {
  margin: 0 0 12px;
  font-size: 1.24rem;
  line-height: 1.32;
}

.web-service-deliverable-card p,
.web-service-capability-card p,
.web-service-process-card p,
.web-service-related-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.76;
}

.web-service-capability-top,
.web-service-process-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.web-service-capability-top span,
.web-service-process-top span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(15, 111, 255, 0.12), rgba(38, 185, 255, 0.16));
  color: #0a4fb5;
  font-weight: 900;
}

.web-service-showcase-grid {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
}

.web-service-showcase-media {
  overflow: hidden;
  border-radius: 32px;
}

.web-service-showcase-media img {
  aspect-ratio: 1 / 1;
}

.web-service-showcase-media figcaption {
  display: grid;
  gap: 10px;
  padding: 20px 22px 24px;
}

.web-service-showcase-media figcaption strong {
  font-size: 1.18rem;
  line-height: 1.4;
}

.web-service-showcase-copy {
  display: grid;
  align-content: start;
  gap: 16px;
}

.web-service-point-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.web-service-process-grid,
.web-service-faq-list {
  display: grid;
  gap: 18px;
}

.web-service-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.web-service-faq-list {
  margin-top: 28px;
}

.web-service-faq-item {
  border-radius: 24px;
}

.web-service-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  font-size: 1.02rem;
  font-weight: 800;
}

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

.web-service-faq-item summary strong {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(15, 111, 255, 0.1);
  color: #0a4fb5;
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

.web-service-faq-item[open] summary strong {
  transform: rotate(45deg);
}

.web-service-faq-answer {
  padding: 0 24px 22px;
}

.web-service-faq-answer p {
  margin: 0;
  color: var(--muted);
  line-height: 1.82;
}

.web-service-related-card {
  display: grid;
  align-content: start;
  gap: 10px;
}

.web-service-related-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: #0a4fb5;
  font-weight: 800;
}

.web-service-related-card a::after {
  content: '->';
  font-size: 0.95em;
}

.web-service-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.web-service-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.admin-service-page-overview,
.admin-service-page-footer {
  margin-top: 18px;
}

@media (max-width: 1180px) {
  .web-service-hero-grid,
  .web-service-overview-grid,
  .web-service-showcase-grid,
  .web-service-cta {
    grid-template-columns: 1fr;
  }

  .web-service-copy h1 {
    max-width: 12ch;
  }

  .web-service-deliverables-grid,
  .web-service-process-grid,
  .web-service-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .web-service-hero {
    padding-bottom: 8px;
  }

  .web-service-deliverables-grid,
  .web-service-capabilities-grid,
  .web-service-process-grid,
  .web-service-related-grid,
  .web-service-stat-grid {
    grid-template-columns: 1fr;
  }

  .web-service-story,
  .web-service-audience,
  .web-service-cta,
  .web-service-summary,
  .web-service-deliverable-card,
  .web-service-capability-card,
  .web-service-related-card,
  .web-service-process-card {
    padding: 22px;
    border-radius: 24px;
  }

  .web-service-showcase-media,
  .web-service-visual {
    border-radius: 26px;
  }

  .web-service-showcase-media img,
  .web-service-visual img {
    aspect-ratio: 16 / 11;
  }
}

@media (max-width: 580px) {
  .web-service-copy h1 {
    max-width: none;
    font-size: clamp(2.2rem, 10vw, 3.3rem);
  }

  .web-service-copy p,
  .web-service-story p,
  .web-service-showcase-copy p,
  .web-service-cta-copy p,
  .web-service-faq-answer p {
    line-height: 1.72;
  }

  .web-service-actions,
  .web-service-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .web-service-actions .btn,
  .web-service-cta-actions .btn {
    width: 100%;
  }

  .web-service-faq-item summary {
    padding: 18px 18px 16px;
    font-size: 0.96rem;
  }

  .web-service-faq-answer {
    padding: 0 18px 18px;
  }

  .web-service-chips,
  .web-service-point-list {
    gap: 8px;
  }

  .web-service-chips span,
  .web-service-point {
    width: 100%;
    justify-content: center;
  }
}

/* Graphics Design service page */
.graphics-service-page {
  position: relative;
}

.graphics-service-page::before,
.graphics-service-page::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.graphics-service-page::before {
  inset: 110px auto auto 5%;
  width: 240px;
  height: 240px;
  border-radius: 36% 64% 58% 42% / 40% 46% 54% 60%;
  background: rgba(38, 185, 255, 0.14);
  filter: blur(18px);
}

.graphics-service-page::after {
  inset: 560px 5% auto auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(15, 111, 255, 0.1);
  filter: blur(26px);
}

.graphics-service-hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 22px;
}

.graphics-service-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 111, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 111, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 78%, transparent 100%);
  opacity: 0.38;
  pointer-events: none;
}

.graphics-service-hero .container,
.graphics-service-intro-section .container,
.graphics-service-deliverables-section .container,
.graphics-service-capabilities-section .container,
.graphics-service-showcase-section .container,
.graphics-service-process-section .container,
.graphics-service-faq-section .container,
.graphics-service-related-section .container,
.graphics-service-cta-section .container {
  position: relative;
  z-index: 1;
}

.graphics-service-hero-grid,
.graphics-service-intro-grid,
.graphics-service-showcase-grid,
.graphics-service-cta {
  display: grid;
  gap: 30px;
}

.graphics-service-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
}

.graphics-service-copy h1 {
  margin: 10px 0 16px;
  max-width: 11ch;
  font-size: clamp(2.75rem, 5vw, 4.7rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.graphics-service-copy p {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.84;
}

.graphics-service-chip-row,
.graphics-service-point-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.graphics-service-chip-row {
  margin-top: 22px;
}

.graphics-service-chip-row span,
.graphics-service-point {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 111, 255, 0.16);
  background: rgba(255, 255, 255, 0.82);
  color: #1b4777;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(12, 60, 104, 0.08);
}

.graphics-service-actions,
.graphics-service-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.graphics-service-actions {
  margin-top: 28px;
}

.graphics-service-hero-side {
  display: grid;
  gap: 18px;
}

.graphics-service-visual,
.graphics-service-stat-board,
.graphics-service-intro-card,
.graphics-service-audience-card,
.graphics-service-deliverable,
.graphics-service-capability,
.graphics-service-showcase-media,
.graphics-service-process-card,
.graphics-service-faq-item,
.graphics-service-related-card,
.graphics-service-cta {
  border: 1px solid rgba(15, 111, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(245, 250, 255, 0.9));
  box-shadow: 0 24px 60px rgba(12, 60, 104, 0.12);
}

.graphics-service-visual {
  overflow: hidden;
  border-radius: 34px;
}

.graphics-service-visual img,
.graphics-service-showcase-media img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.graphics-service-visual img {
  aspect-ratio: 5 / 4;
}

.graphics-service-visual figcaption,
.graphics-service-showcase-media figcaption {
  display: grid;
  gap: 10px;
  padding: 20px 22px 24px;
}

.graphics-service-visual figcaption span,
.graphics-service-stat-kicker,
.graphics-service-showcase-media figcaption span,
.graphics-service-card-index,
.graphics-service-capability-top small,
.graphics-service-process-top small {
  color: #0a4fb5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.graphics-service-visual figcaption strong,
.graphics-service-stat-board strong,
.graphics-service-intro-card h2,
.graphics-service-showcase-copy h2,
.graphics-service-cta-copy h2 {
  color: #102840;
}

.graphics-service-visual figcaption strong {
  font-size: 1.3rem;
  line-height: 1.24;
}

.graphics-service-visual figcaption p {
  margin: 0;
  color: var(--muted);
}

.graphics-service-stat-board {
  padding: 22px;
  border-radius: 28px;
  display: grid;
  gap: 18px;
}

.graphics-service-stat-board > strong {
  font-size: 1.3rem;
  line-height: 1.42;
}

.graphics-service-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.graphics-service-stat-card {
  padding: 16px 14px;
  border-radius: 18px;
  border: 1px solid rgba(15, 111, 255, 0.1);
  background: rgba(255, 255, 255, 0.92);
  display: grid;
  gap: 6px;
}

.graphics-service-stat-card span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.graphics-service-stat-card strong {
  font-size: 1.05rem;
}

.graphics-service-intro-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(310px, 0.98fr);
}

.graphics-service-intro-card,
.graphics-service-audience-card,
.graphics-service-cta {
  padding: 28px;
  border-radius: 30px;
}

.graphics-service-intro-card h2,
.graphics-service-showcase-copy h2,
.graphics-service-cta-copy h2 {
  margin: 10px 0 14px;
  font-size: clamp(1.95rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.graphics-service-intro-card p,
.graphics-service-showcase-copy p,
.graphics-service-cta-copy p,
.graphics-service-faq-answer p {
  margin: 0;
  color: var(--muted);
  line-height: 1.82;
}

.graphics-service-audience-card {
  display: grid;
  align-content: start;
  gap: 18px;
}

.graphics-service-audience-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.graphics-service-audience-card li {
  position: relative;
  padding-left: 18px;
  color: #25415d;
  line-height: 1.72;
}

.graphics-service-audience-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 0 0 5px rgba(15, 111, 255, 0.08);
}

.graphics-service-deliverables-grid,
.graphics-service-capability-grid,
.graphics-service-related-grid,
.graphics-service-process-grid {
  display: grid;
  gap: 18px;
}

.graphics-service-deliverables-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.graphics-service-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.graphics-service-deliverable,
.graphics-service-capability,
.graphics-service-process-card,
.graphics-service-related-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 28px;
}

.graphics-service-deliverable::after,
.graphics-service-capability::after,
.graphics-service-process-card::after {
  content: '';
  position: absolute;
  right: -20px;
  top: -20px;
  width: 90px;
  height: 90px;
  border-radius: 26px;
  background: radial-gradient(circle, rgba(38, 185, 255, 0.18), rgba(38, 185, 255, 0));
  pointer-events: none;
}

.graphics-service-card-index {
  display: inline-flex;
  margin-bottom: 16px;
}

.graphics-service-deliverable h3,
.graphics-service-capability h3,
.graphics-service-process-card h3,
.graphics-service-related-card h3 {
  margin: 0 0 12px;
  font-size: 1.22rem;
  line-height: 1.33;
}

.graphics-service-deliverable p,
.graphics-service-capability p,
.graphics-service-process-card p,
.graphics-service-related-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.76;
}

.graphics-service-capability-top,
.graphics-service-process-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.graphics-service-capability-top span,
.graphics-service-process-top span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(15, 111, 255, 0.12), rgba(38, 185, 255, 0.16));
  color: #0a4fb5;
  font-weight: 900;
}

.graphics-service-showcase-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  align-items: center;
}

.graphics-service-showcase-copy {
  display: grid;
  gap: 16px;
}

.graphics-service-showcase-media {
  overflow: hidden;
  border-radius: 32px;
}

.graphics-service-showcase-media img {
  aspect-ratio: 1 / 1;
}

.graphics-service-faq-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.graphics-service-faq-item {
  border-radius: 24px;
}

.graphics-service-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  font-size: 1.02rem;
  font-weight: 800;
}

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

.graphics-service-faq-item summary strong {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(15, 111, 255, 0.1);
  color: #0a4fb5;
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

.graphics-service-faq-item[open] summary strong {
  transform: rotate(45deg);
}

.graphics-service-faq-answer {
  padding: 0 24px 22px;
}

.graphics-service-related-card {
  display: grid;
  align-content: start;
  gap: 10px;
}

.graphics-service-related-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: #0a4fb5;
  font-weight: 800;
}

.graphics-service-related-card a::after {
  content: '->';
  font-size: 0.95em;
}

.graphics-service-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

@media (max-width: 1180px) {
  .graphics-service-hero-grid,
  .graphics-service-intro-grid,
  .graphics-service-showcase-grid,
  .graphics-service-cta {
    grid-template-columns: 1fr;
  }

  .graphics-service-copy h1 {
    max-width: 12ch;
  }

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

@media (max-width: 860px) {
  .graphics-service-hero {
    padding-bottom: 10px;
  }

  .graphics-service-deliverables-grid,
  .graphics-service-capability-grid,
  .graphics-service-process-grid,
  .graphics-service-related-grid,
  .graphics-service-stat-grid {
    grid-template-columns: 1fr;
  }

  .graphics-service-intro-card,
  .graphics-service-audience-card,
  .graphics-service-cta,
  .graphics-service-stat-board,
  .graphics-service-deliverable,
  .graphics-service-capability,
  .graphics-service-related-card,
  .graphics-service-process-card {
    padding: 22px;
    border-radius: 24px;
  }

  .graphics-service-visual,
  .graphics-service-showcase-media {
    border-radius: 26px;
  }

  .graphics-service-visual img,
  .graphics-service-showcase-media img {
    aspect-ratio: 16 / 11;
  }
}

@media (max-width: 580px) {
  .graphics-service-copy h1 {
    max-width: none;
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .graphics-service-actions,
  .graphics-service-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .graphics-service-actions .btn,
  .graphics-service-cta-actions .btn {
    width: 100%;
  }

  .graphics-service-chip-row,
  .graphics-service-point-list {
    gap: 8px;
  }

  .graphics-service-chip-row span,
  .graphics-service-point {
    width: 100%;
    justify-content: center;
  }

  .graphics-service-faq-item summary {
    padding: 18px 18px 16px;
    font-size: 0.96rem;
  }

  .graphics-service-faq-answer {
    padding: 0 18px 18px;
  }
}
.video-service-page {
  position: relative;
}

.video-service-hero {
  position: relative;
  overflow: hidden;
}

.video-service-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 20%, rgba(38, 185, 255, 0.16), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(15, 111, 255, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(247, 251, 255, 0.94), rgba(235, 244, 255, 0.82));
  pointer-events: none;
}

.video-service-hero-grid,
.video-service-intro-grid,
.video-service-capability-layout,
.video-service-showcase-grid,
.video-service-cta {
  display: grid;
  gap: 28px;
}

.video-service-hero-grid {
  position: relative;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
}

.video-service-copy,
.video-service-hero-side,
.video-service-intro-card,
.video-service-audience-card,
.video-service-capability-spotlight,
.video-service-showcase-copy,
.video-service-cta-copy {
  display: grid;
  gap: 18px;
}

.video-service-copy h1 {
  max-width: 10.5ch;
}

.video-service-chip-row,
.video-service-point-stack,
.video-service-point-list,
.video-service-cta-actions,
.video-service-proof-metrics,
.video-service-deliverables-grid,
.video-service-capability-grid,
.video-service-process-grid,
.video-service-related-grid {
  display: grid;
  gap: 16px;
}

.video-service-chip-row {
  grid-template-columns: repeat(2, minmax(0, max-content));
}

.video-service-chip-row span,
.video-service-point,
.video-service-point-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 111, 255, 0.12);
  box-shadow: 0 14px 34px rgba(16, 47, 93, 0.07);
  color: #15304d;
  font-weight: 700;
  line-height: 1.4;
}

.video-service-chip-row span::before,
.video-service-point::before,
.video-service-point-pill::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f6fff, #26b9ff);
  box-shadow: 0 0 0 5px rgba(15, 111, 255, 0.11);
  flex: 0 0 auto;
}

.video-service-actions,
.video-service-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.video-service-proof-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.9fr);
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
}

.video-service-proof-kicker,
.video-service-stat-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0a5cd6;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.video-service-proof-copy strong {
  display: block;
  font-size: 1.24rem;
  line-height: 1.4;
  color: var(--heading);
}

.video-service-proof-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.video-service-proof-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-service-metric-card,
.video-service-deliverable,
.video-service-capability,
.video-service-process-card,
.video-service-related-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 26px;
}

.video-service-metric-card {
  display: grid;
  gap: 8px;
  align-content: start;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(244, 249, 255, 0.96));
  border: 1px solid rgba(15, 111, 255, 0.1);
}

.video-service-metric-card strong {
  font-size: 1rem;
  line-height: 1.35;
  color: #0a4fb5;
}

.video-service-metric-card span {
  color: var(--muted);
  font-size: 0.9rem;
}

.video-service-hero-side {
  position: relative;
}

.video-service-visual {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border-radius: 34px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(240, 247, 255, 0.96));
}

.video-service-visual::before {
  content: '';
  position: absolute;
  right: 20px;
  top: 18px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(38, 185, 255, 0.28), rgba(38, 185, 255, 0));
  pointer-events: none;
}

.video-service-visual img,
.video-service-showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-service-visual img {
  min-height: 584px;
  border-radius: 28px;
}

.video-service-visual-badge {
  position: absolute;
  background: rgba(9, 20, 39, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 45px rgba(7, 19, 38, 0.24);
  color: rgba(255, 255, 255, 0.9);
}

.video-service-panel-badge,
.video-service-format-badge,
.video-service-showcase-media figcaption {
  display: grid;
  gap: 10px;
  padding: 18px 18px 16px;
  border-radius: 24px;
}

.video-service-panel-badge {
  left: -24px;
  top: 34px;
  max-width: 270px;
}

.video-service-format-badge {
  right: -24px;
  bottom: 30px;
  max-width: 290px;
}

.video-service-panel-badge span,
.video-service-format-badge span,
.video-service-showcase-media figcaption span {
  color: rgba(111, 200, 255, 0.96);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-service-panel-badge strong,
.video-service-showcase-media figcaption strong {
  font-size: 1.08rem;
  line-height: 1.42;
}

.video-service-panel-badge p,
.video-service-showcase-copy p,
.video-service-intro-card p,
.video-service-capability-spotlight p,
.video-service-cta-copy p,
.video-service-faq-answer p {
  margin: 0;
  line-height: 1.78;
}

.video-service-panel-badge p {
  color: rgba(255, 255, 255, 0.78);
}

.video-service-format-badge ul,
.video-service-audience-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.video-service-format-badge ul {
  display: grid;
  gap: 10px;
}

.video-service-format-badge li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.93rem;
  line-height: 1.55;
}

.video-service-format-badge li::before,
.video-service-audience-card li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 0.45rem;
  background: linear-gradient(135deg, #0f6fff, #26b9ff);
  flex: 0 0 auto;
}

.video-service-intro-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
}

.video-service-intro-card,
.video-service-audience-card,
.video-service-capability-spotlight,
.video-service-showcase-media,
.video-service-cta,
.video-service-deliverable,
.video-service-capability,
.video-service-process-card,
.video-service-related-card,
.video-service-faq-item {
  border-radius: 30px;
}

.video-service-audience-card ul {
  display: grid;
  gap: 16px;
}

.video-service-audience-card li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--muted);
  line-height: 1.7;
}

.video-service-deliverables-grid,
.video-service-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-service-deliverable::after,
.video-service-capability::after,
.video-service-process-card::after {
  content: '';
  position: absolute;
  right: -18px;
  top: -18px;
  width: 96px;
  height: 96px;
  border-radius: 28px;
  background: radial-gradient(circle, rgba(38, 185, 255, 0.22), rgba(38, 185, 255, 0));
  pointer-events: none;
}

.video-service-card-index {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(15, 111, 255, 0.1), rgba(38, 185, 255, 0.16));
  color: #0a4fb5;
  font-weight: 900;
}

.video-service-deliverable h3,
.video-service-capability h3,
.video-service-process-card h3,
.video-service-related-card h3,
.video-service-showcase-copy h2,
.video-service-intro-card h2,
.video-service-capability-spotlight h2,
.video-service-cta-copy h2 {
  margin: 0;
}

.video-service-deliverable h3,
.video-service-capability h3,
.video-service-process-card h3,
.video-service-related-card h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.38;
}

.video-service-deliverable p,
.video-service-capability p,
.video-service-process-card p,
.video-service-related-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.video-service-capability-layout {
  grid-template-columns: minmax(310px, 0.84fr) minmax(0, 1.16fr);
  align-items: start;
}

.video-service-capability-spotlight {
  position: sticky;
  top: 110px;
  padding: 30px;
  background: linear-gradient(180deg, rgba(10, 20, 38, 0.96), rgba(17, 32, 57, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 55px rgba(9, 21, 40, 0.18);
}

.video-service-capability-spotlight h2,
.video-service-capability-spotlight p {
  color: rgba(255, 255, 255, 0.95);
}

.video-service-capability-spotlight p {
  color: rgba(221, 233, 248, 0.78);
}

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

.video-service-capability-top,
.video-service-process-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.video-service-capability-top span,
.video-service-process-top span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(15, 111, 255, 0.12), rgba(38, 185, 255, 0.16));
  color: #0a4fb5;
  font-weight: 900;
}

.video-service-showcase-grid {
  grid-template-columns: minmax(340px, 0.98fr) minmax(0, 1.02fr);
  align-items: center;
}

.video-service-showcase-media {
  position: relative;
  overflow: hidden;
}

.video-service-showcase-media img {
  aspect-ratio: 1 / 1;
}

.video-service-showcase-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 270px;
}

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

.video-service-faq-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.video-service-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  font-size: 1.02rem;
  font-weight: 800;
}

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

.video-service-faq-item summary strong {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(15, 111, 255, 0.1);
  color: #0a4fb5;
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

.video-service-faq-item[open] summary strong {
  transform: rotate(45deg);
}

.video-service-faq-answer {
  padding: 0 24px 22px;
}

.video-service-related-card {
  display: grid;
  align-content: start;
  gap: 10px;
}

.video-service-related-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: #0a4fb5;
  font-weight: 800;
}

.video-service-related-card a::after {
  content: '->';
  font-size: 0.95em;
}

.video-service-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 30px;
}

@media (max-width: 1180px) {
  .video-service-hero-grid,
  .video-service-intro-grid,
  .video-service-capability-layout,
  .video-service-showcase-grid,
  .video-service-cta,
  .video-service-proof-shell {
    grid-template-columns: 1fr;
  }

  .video-service-copy h1 {
    max-width: 12ch;
  }

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

  .video-service-capability-spotlight {
    position: relative;
    top: auto;
  }

  .video-service-proof-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .video-service-hero {
    padding-bottom: 8px;
  }

  .video-service-proof-metrics,
  .video-service-deliverables-grid,
  .video-service-capability-grid,
  .video-service-process-grid,
  .video-service-related-grid,
  .video-service-point-list {
    grid-template-columns: 1fr;
  }

  .video-service-chip-row {
    grid-template-columns: 1fr;
  }

  .video-service-visual {
    min-height: auto;
    border-radius: 28px;
  }

  .video-service-visual img {
    min-height: 0;
    aspect-ratio: 16 / 13;
    border-radius: 24px;
  }

  .video-service-panel-badge,
  .video-service-format-badge {
    position: static;
    max-width: none;
    margin-top: 14px;
  }

  .video-service-intro-card,
  .video-service-audience-card,
  .video-service-capability-spotlight,
  .video-service-showcase-media,
  .video-service-cta,
  .video-service-deliverable,
  .video-service-capability,
  .video-service-process-card,
  .video-service-related-card,
  .video-service-faq-item,
  .video-service-proof-shell {
    padding: 22px;
    border-radius: 24px;
  }

  .video-service-showcase-media img {
    aspect-ratio: 16 / 11;
  }

  .video-service-showcase-media figcaption {
    position: static;
    max-width: none;
    margin-top: 14px;
  }
}

@media (max-width: 580px) {
  .video-service-copy h1 {
    max-width: none;
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .video-service-actions,
  .video-service-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .video-service-actions .btn,
  .video-service-cta-actions .btn {
    width: 100%;
  }

  .video-service-chip-row span,
  .video-service-point,
  .video-service-point-pill {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .video-service-proof-metrics {
    grid-template-columns: 1fr;
  }

  .video-service-faq-item summary {
    padding: 18px 18px 16px;
    font-size: 0.96rem;
  }

  .video-service-faq-answer {
    padding: 0 18px 18px;
  }
}

/* Video Editing service page refinement */
.video-service-hero {
  padding-bottom: 22px;
}

.video-service-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 111, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 111, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  opacity: 0.46;
  pointer-events: none;
}

.video-service-hero .container,
.video-service-intro-section .container,
.video-service-deliverables-section .container,
.video-service-outcomes-section .container,
.video-service-capabilities-section .container,
.video-service-showcase-section .container,
.video-service-process-section .container,
.video-service-faq-section .container,
.video-service-related-section .container,
.video-service-cta-section .container {
  position: relative;
  z-index: 1;
}

.video-service-copy h1 {
  margin: 10px 0 14px;
  max-width: 11.5ch;
  font-size: clamp(2.8rem, 4.6vw, 4.45rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.video-service-title-highlight {
  display: inline;
  color: #1f7cff;
  background: linear-gradient(135deg, #0f6fff, #3aa6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.video-service-copy > p {
  max-width: 620px;
  color: #587493;
  font-size: 1.02rem;
  line-height: 1.82;
}

.video-service-intro-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.video-service-intro-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(15, 111, 255, 0.06);
  border: 1px solid rgba(15, 111, 255, 0.12);
  color: #0d5cd0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.video-service-intro-card h2 {
  font-size: clamp(1.95rem, 3vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.video-service-intro-card,
.video-service-audience-card {
  padding: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.92));
}

.video-service-intro-card p {
  max-width: 58ch;
  color: #516d8b;
}

.video-service-intro-note {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 111, 255, 0.1);
}

.video-service-intro-note span {
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f6fff, #26b9ff);
}

.video-service-intro-note strong {
  color: #173658;
  font-size: 0.96rem;
  line-height: 1.6;
}

.video-service-audience-list {
  gap: 12px;
}

.video-service-audience-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 15px 16px;
  border-radius: 18px;
  background: rgba(12, 28, 52, 0.03);
  border: 1px solid rgba(15, 111, 255, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.video-service-audience-item:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 111, 255, 0.18);
  box-shadow: 0 16px 28px rgba(12, 60, 104, 0.08);
}

.video-service-audience-card li {
  gap: 0;
  color: inherit;
  line-height: normal;
}

.video-service-audience-card li::before {
  display: none;
}

.video-service-audience-index {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(15, 111, 255, 0.12), rgba(38, 185, 255, 0.18));
  color: #0a4fb5;
  font-size: 0.82rem;
  font-weight: 900;
}

.video-service-audience-text {
  color: #516d8b;
  font-size: 0.98rem;
  line-height: 1.7;
}

.video-service-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  width: fit-content;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(15, 111, 255, 0.14);
  color: #0d5cd0;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(16, 47, 93, 0.08);
}

.video-service-hero-kicker::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f6fff, #26b9ff);
  box-shadow: 0 0 0 5px rgba(15, 111, 255, 0.11);
  flex: 0 0 auto;
}

.video-service-hero-focus {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.video-service-hero-focus span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(12, 28, 52, 0.04);
  border: 1px solid rgba(15, 111, 255, 0.1);
  color: #173658;
  font-size: 0.9rem;
  font-weight: 700;
}

.video-service-hero-focus span::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f6fff, #26b9ff);
  flex: 0 0 auto;
}

.video-service-chip-row {
  margin-top: 6px;
  grid-template-columns: repeat(2, minmax(0, 220px));
}

.video-service-actions {
  margin-top: 2px;
}

.video-service-hero-proof-wrap {
  margin-top: 28px;
}

.video-service-proof-shell,
.video-service-intro-card,
.video-service-audience-card,
.video-service-capability-spotlight,
.video-service-showcase-media,
.video-service-cta,
.video-service-deliverable,
.video-service-capability,
.video-service-process-card,
.video-service-faq-item,
.video-service-related-card,
.video-service-outcomes-shell {
  border: 1px solid rgba(15, 111, 255, 0.12);
  box-shadow: 0 24px 60px rgba(12, 60, 104, 0.11);
}

.video-service-proof-shell {
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(243, 249, 255, 0.92));
}

.video-service-proof-copy strong {
  font-size: 1.32rem;
}

.video-service-visual {
  isolation: isolate;
  overflow: hidden;
  min-height: 640px;
  box-shadow: 0 34px 70px rgba(15, 41, 78, 0.16);
}

.video-service-visual::after {
  content: '';
  position: absolute;
  inset: 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  pointer-events: none;
  z-index: 2;
}

.video-service-visual::before {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 54%;
  background: linear-gradient(180deg, rgba(7, 16, 32, 0) 0%, rgba(7, 16, 32, 0.18) 28%, rgba(7, 16, 32, 0.82) 100%);
  z-index: 1;
  pointer-events: none;
}

.video-service-screen-chrome {
  position: absolute;
  left: 38px;
  right: 38px;
  top: 34px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(7, 16, 32, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.video-service-screen-chrome span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
}

.video-service-screen-chrome span:first-child {
  background: #ff7262;
}

.video-service-screen-chrome span:nth-child(2) {
  background: #ffd257;
}

.video-service-screen-chrome span:nth-child(3) {
  background: #35d07f;
}

.video-service-screen-chrome small {
  margin-left: auto;
  color: rgba(223, 236, 255, 0.82);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-service-visual-caption {
  position: absolute;
  left: 38px;
  right: 220px;
  bottom: 34px;
  z-index: 3;
  display: grid;
  gap: 10px;
}

.video-service-visual-caption span {
  color: rgba(111, 200, 255, 0.96);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.video-service-visual-caption strong {
  color: #fff;
  font-size: 1.46rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
  max-width: 12ch;
}

.video-service-visual-caption p {
  margin: 0;
  max-width: 34ch;
  color: rgba(222, 234, 247, 0.82);
  font-size: 0.95rem;
  line-height: 1.66;
}

.video-service-format-badge {
  right: 34px;
  top: 96px;
  bottom: auto;
  max-width: 248px;
  background: rgba(9, 20, 39, 0.8);
  backdrop-filter: blur(14px);
}

.video-service-format-badge li {
  line-height: 1.5;
}

.video-service-format-badge li:last-child {
  display: none;
}

.video-service-deliverable {
  display: grid;
  align-content: start;
  gap: 4px;
}

.video-service-deliverable:nth-child(1),
.video-service-deliverable:nth-child(4) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 247, 255, 0.96));
}

.video-service-card-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: #0a5cd6;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.video-service-card-meta::before {
  content: '';
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f6fff, #26b9ff);
}

.video-service-outcomes-section {
  padding-top: 12px;
}

.video-service-outcomes-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) minmax(220px, 0.7fr);
  gap: 24px;
  padding: 30px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(38, 185, 255, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(8, 18, 36, 0.98), rgba(15, 28, 52, 0.96));
  color: rgba(255, 255, 255, 0.94);
}

.video-service-outcomes-copy,
.video-service-outcomes-grid,
.video-service-outcomes-metrics {
  display: grid;
  gap: 16px;
}

.video-service-outcomes-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: #fff;
}

.video-service-outcomes-copy p {
  margin: 0;
  color: rgba(220, 233, 248, 0.78);
  line-height: 1.82;
}

.video-service-outcomes-shell .eyebrow {
  color: #83d4ff;
}

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

.video-service-outcome-card,
.video-service-outcome-metric {
  display: grid;
  gap: 8px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.video-service-outcome-card span,
.video-service-outcome-metric span {
  color: rgba(132, 212, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-service-outcome-card strong,
.video-service-outcome-metric strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.45;
}

.video-service-outcomes-metrics {
  align-content: start;
}

.video-service-capability-spotlight {
  overflow: hidden;
}

.video-service-capability-spotlight::after {
  content: '';
  position: absolute;
  inset: auto -40px -60px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(38, 185, 255, 0.18), rgba(38, 185, 255, 0));
  pointer-events: none;
}

.video-service-capability-grid {
  margin-top: 10px;
}

.video-service-showcase-grid {
  grid-template-columns: minmax(380px, 1.02fr) minmax(0, 0.98fr);
}

.video-service-showcase-copy h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.video-service-showcase-media img {
  aspect-ratio: 16 / 12;
}

.video-service-showcase-media figcaption {
  background: rgba(8, 18, 35, 0.84);
  backdrop-filter: blur(12px);
}

.video-service-process-grid {
  margin-top: 8px;
}

.video-service-process-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 249, 255, 0.93));
}

.video-service-related-card,
.video-service-cta {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.92));
}

.video-service-cta {
  overflow: hidden;
  position: relative;
}

.video-service-cta::after {
  content: '';
  position: absolute;
  right: -40px;
  top: -50px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(38, 185, 255, 0.18), rgba(38, 185, 255, 0));
  pointer-events: none;
}

@media (max-width: 1180px) {
  .video-service-chip-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-service-outcomes-shell {
    grid-template-columns: 1fr;
  }

  .video-service-showcase-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .video-service-copy h1 {
    max-width: none;
    font-size: clamp(2.5rem, 8.5vw, 3.8rem);
  }

  .video-service-intro-card,
  .video-service-audience-card {
    padding: 24px;
  }

  .video-service-hero-kicker {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }

  .video-service-screen-chrome,
  .video-service-format-badge,
  .video-service-visual-caption {
    position: static;
    margin-top: 14px;
  }

  .video-service-screen-chrome {
    border-radius: 16px;
  }

  .video-service-visual {
    min-height: auto;
  }

  .video-service-visual-caption {
    right: auto;
    gap: 8px;
  }

  .video-service-visual-caption strong {
    max-width: none;
    font-size: 1.22rem;
  }

  .video-service-visual-caption p {
    max-width: none;
  }

  .video-service-outcomes-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 580px) {
  .video-service-proof-copy strong,
  .video-service-showcase-copy h2,
  .video-service-outcomes-copy h2 {
    font-size: 1.7rem;
  }

  .video-service-chip-row {
    grid-template-columns: 1fr;
  }

  .video-service-intro-top {
    align-items: flex-start;
  }

  .video-service-intro-card h2 {
    font-size: 1.7rem;
  }

  .video-service-audience-item {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 14px;
  }

  .video-service-audience-index {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .video-service-hero-kicker,
  .video-service-hero-focus span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .video-service-screen-chrome small {
    display: none;
  }

  .video-service-outcomes-shell {
    padding: 22px;
    border-radius: 26px;
  }
}

/* Ad Creative & Campaign Support page */
.ad-campaign-page .video-service-hero::before {
  background:
    radial-gradient(circle at 12% 16%, rgba(15, 111, 255, 0.18), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(255, 162, 94, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(247, 250, 255, 0.95), rgba(236, 244, 255, 0.84));
}

.ad-campaign-page .video-service-title-highlight {
  background: linear-gradient(135deg, #0f6fff, #ff9c5a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ad-campaign-page .video-service-hero-kicker,
.ad-campaign-page .video-service-intro-pill {
  color: #a6501b;
  border-color: rgba(255, 156, 90, 0.18);
  background: rgba(255, 248, 241, 0.92);
}

.ad-campaign-page .video-service-hero-kicker::before {
  background: linear-gradient(135deg, #ff9c5a, #0f6fff);
}

.ad-campaign-page .video-service-hero-focus span::before,
.ad-campaign-page .video-service-chip-row span::before,
.ad-campaign-page .video-service-point::before,
.ad-campaign-page .video-service-point-pill::before {
  background: linear-gradient(135deg, #ff9c5a, #0f6fff);
}

.ad-campaign-page .video-service-visual {
  box-shadow: 0 34px 74px rgba(17, 32, 57, 0.18);
}

.ad-campaign-page .video-service-visual::before {
  background: linear-gradient(180deg, rgba(7, 16, 32, 0) 0%, rgba(7, 16, 32, 0.2) 24%, rgba(8, 18, 35, 0.88) 100%);
}

.ad-campaign-page .video-service-screen-chrome small,
.ad-campaign-page .video-service-visual-caption span,
.ad-campaign-page .video-service-proof-kicker,
.ad-campaign-page .video-service-outcomes-shell .eyebrow {
  color: #ffc99f;
}

.ad-campaign-page .video-service-format-badge {
  background: rgba(15, 28, 52, 0.86);
}

.ad-campaign-page .video-service-card-meta,
.ad-campaign-page .video-service-related-card a {
  color: #b85a1d;
}

.ad-campaign-page .video-service-card-meta::before,
.ad-campaign-page .video-service-intro-note span {
  background: linear-gradient(90deg, #ff9c5a, #0f6fff);
}

.ad-campaign-page .video-service-outcomes-shell {
  background:
    radial-gradient(circle at top right, rgba(255, 156, 90, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(8, 18, 36, 0.98), rgba(20, 33, 58, 0.96));
}

.ad-campaign-page .video-service-capability-spotlight {
  background: linear-gradient(180deg, rgba(13, 24, 45, 0.98), rgba(25, 38, 64, 0.96));
}

.ad-campaign-page .video-service-capability-spotlight::after {
  background: radial-gradient(circle, rgba(255, 156, 90, 0.18), rgba(255, 156, 90, 0));
}

/* Social Media Handling page */
.social-media-page .video-service-hero::before {
  background:
    radial-gradient(circle at 14% 18%, rgba(15, 111, 255, 0.16), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(42, 193, 178, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(246, 250, 255, 0.96), rgba(235, 244, 255, 0.86));
}

.social-media-page .video-service-title-highlight {
  background: linear-gradient(135deg, #0f6fff, #23b7c5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-media-page .video-service-hero-kicker,
.social-media-page .video-service-intro-pill {
  color: #0e5c89;
  border-color: rgba(35, 183, 197, 0.22);
  background: rgba(241, 253, 255, 0.94);
}

.social-media-page .video-service-hero-kicker::before {
  background: linear-gradient(135deg, #23b7c5, #0f6fff);
}

.social-media-page .video-service-hero-focus span::before,
.social-media-page .video-service-chip-row span::before,
.social-media-page .video-service-point::before,
.social-media-page .video-service-point-pill::before {
  background: linear-gradient(135deg, #23b7c5, #0f6fff);
}

.social-media-page .video-service-visual {
  box-shadow: 0 34px 74px rgba(17, 42, 69, 0.16);
}

.social-media-page .video-service-visual::before {
  background: linear-gradient(180deg, rgba(7, 16, 32, 0) 0%, rgba(7, 16, 32, 0.18) 24%, rgba(8, 20, 38, 0.84) 100%);
}

.social-media-page .video-service-screen-chrome small,
.social-media-page .video-service-visual-caption span,
.social-media-page .video-service-proof-kicker,
.social-media-page .video-service-outcomes-shell .eyebrow {
  color: #89f1f6;
}

.social-media-page .video-service-format-badge {
  background: rgba(10, 29, 52, 0.84);
}

.social-media-page .video-service-card-meta,
.social-media-page .video-service-related-card a {
  color: #0d7fb0;
}

.social-media-page .video-service-card-meta::before,
.social-media-page .video-service-intro-note span {
  background: linear-gradient(90deg, #23b7c5, #0f6fff);
}

.social-media-page .video-service-outcomes-shell {
  background:
    radial-gradient(circle at top right, rgba(42, 193, 178, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(8, 18, 36, 0.98), rgba(12, 32, 58, 0.96));
}

.social-media-page .video-service-capability-spotlight {
  background: linear-gradient(180deg, rgba(10, 26, 48, 0.98), rgba(16, 42, 70, 0.96));
}

.social-media-page .video-service-capability-spotlight::after {
  background: radial-gradient(circle, rgba(42, 193, 178, 0.18), rgba(42, 193, 178, 0));
}

/* Software Development page */
.software-page .video-service-hero::before {
  background:
    radial-gradient(circle at 14% 18%, rgba(15, 111, 255, 0.14), transparent 34%),
    radial-gradient(circle at 86% 20%, rgba(104, 117, 245, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(246, 249, 255, 0.97), rgba(235, 241, 252, 0.88));
}

.software-page .video-service-title-highlight {
  background: linear-gradient(135deg, #0f6fff, #5d6fff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.software-page .video-service-hero-kicker,
.software-page .video-service-intro-pill {
  color: #334da1;
  border-color: rgba(93, 111, 255, 0.18);
  background: rgba(243, 246, 255, 0.94);
}

.software-page .video-service-hero-kicker::before {
  background: linear-gradient(135deg, #5d6fff, #0f6fff);
}

.software-page .video-service-hero-focus span::before,
.software-page .video-service-chip-row span::before,
.software-page .video-service-point::before,
.software-page .video-service-point-pill::before {
  background: linear-gradient(135deg, #5d6fff, #0f6fff);
}

.software-page .video-service-visual {
  box-shadow: 0 36px 76px rgba(19, 31, 60, 0.18);
}

.software-page .video-service-visual::before {
  background: linear-gradient(180deg, rgba(7, 16, 32, 0) 0%, rgba(7, 16, 32, 0.14) 22%, rgba(9, 20, 39, 0.9) 100%);
}

.software-page .video-service-screen-chrome small,
.software-page .video-service-visual-caption span,
.software-page .video-service-proof-kicker,
.software-page .video-service-outcomes-shell .eyebrow {
  color: #aab8ff;
}

.software-page .video-service-format-badge {
  background: rgba(11, 22, 47, 0.88);
}

.software-page .video-service-card-meta,
.software-page .video-service-related-card a {
  color: #4457d5;
}

.software-page .video-service-card-meta::before,
.software-page .video-service-intro-note span {
  background: linear-gradient(90deg, #5d6fff, #0f6fff);
}

.software-page .video-service-outcomes-shell {
  background:
    radial-gradient(circle at top right, rgba(93, 111, 255, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(8, 18, 36, 0.98), rgba(16, 28, 56, 0.96));
}

.software-page .video-service-capability-spotlight {
  background: linear-gradient(180deg, rgba(11, 22, 47, 0.98), rgba(20, 36, 68, 0.96));
}

.software-page .video-service-capability-spotlight::after {
  background: radial-gradient(circle, rgba(93, 111, 255, 0.18), rgba(93, 111, 255, 0));
}

/* Building Architecture page */
.architecture-page .video-service-hero::before {
  background:
    radial-gradient(circle at 14% 18%, rgba(15, 111, 255, 0.13), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(70, 165, 210, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(247, 251, 255, 0.97), rgba(232, 243, 255, 0.88));
}

.architecture-page .video-service-title-highlight {
  background: linear-gradient(135deg, #0f6fff, #2eb6d9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.architecture-page .video-service-hero-kicker,
.architecture-page .video-service-intro-pill {
  color: #075b83;
  border-color: rgba(46, 182, 217, 0.2);
  background: rgba(241, 250, 255, 0.94);
}

.architecture-page .video-service-hero-kicker::before {
  background: linear-gradient(135deg, #2eb6d9, #0f6fff);
}

.architecture-page .video-service-hero-focus span::before,
.architecture-page .video-service-chip-row span::before,
.architecture-page .video-service-point::before,
.architecture-page .video-service-point-pill::before {
  background: linear-gradient(135deg, #2eb6d9, #0f6fff);
}

.architecture-page .video-service-visual {
  box-shadow: 0 36px 76px rgba(15, 50, 82, 0.17);
}

.architecture-page .video-service-visual::before {
  background: linear-gradient(180deg, rgba(7, 16, 32, 0) 0%, rgba(7, 16, 32, 0.16) 24%, rgba(8, 22, 39, 0.88) 100%);
}

.architecture-page .video-service-screen-chrome small,
.architecture-page .video-service-visual-caption span,
.architecture-page .video-service-proof-kicker,
.architecture-page .video-service-outcomes-shell .eyebrow {
  color: #9ce9ff;
}

.architecture-page .video-service-format-badge {
  background: rgba(10, 28, 45, 0.86);
}

.architecture-page .video-service-card-meta,
.architecture-page .video-service-related-card a {
  color: #0879a5;
}

.architecture-page .video-service-card-meta::before,
.architecture-page .video-service-intro-note span {
  background: linear-gradient(90deg, #2eb6d9, #0f6fff);
}

.architecture-page .video-service-outcomes-shell {
  background:
    radial-gradient(circle at top right, rgba(46, 182, 217, 0.17), transparent 30%),
    linear-gradient(135deg, rgba(8, 18, 36, 0.98), rgba(11, 35, 56, 0.96));
}

.architecture-page .video-service-capability-spotlight {
  background: linear-gradient(180deg, rgba(9, 24, 43, 0.98), rgba(14, 43, 65, 0.96));
}

.architecture-page .video-service-capability-spotlight::after {
  background: radial-gradient(circle, rgba(46, 182, 217, 0.18), rgba(46, 182, 217, 0));
}

/* Gallery page refinement */
.gallery-page-hero {
  position: relative;
  overflow: hidden;
}

.gallery-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(15, 111, 255, 0.14), transparent 34%),
    radial-gradient(circle at 84% 16%, rgba(88, 195, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(245, 249, 255, 0.96), rgba(234, 243, 255, 0.88));
  pointer-events: none;
}

.gallery-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: end;
}

.gallery-hero-copy,
.gallery-hero-card {
  position: relative;
  z-index: 1;
}

.gallery-hero-copy h1 {
  max-width: 13ch;
}

.gallery-hero-copy p {
  max-width: 64ch;
}

.gallery-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.gallery-hero-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  background: rgba(255, 255, 255, 0.78);
  color: #24496f;
  font-size: 0.88rem;
  font-weight: 700;
}

.gallery-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.gallery-hero-stat {
  padding: 18px;
  display: grid;
  gap: 6px;
}

.gallery-hero-stat strong {
  font-size: 1.8rem;
  line-height: 1;
  color: #10294b;
}

.gallery-hero-stat span {
  color: #5a7495;
  font-size: 0.9rem;
  font-weight: 600;
}

.gallery-hero-card {
  padding: 28px;
  display: grid;
  gap: 16px;
  background:
    radial-gradient(circle at top right, rgba(120, 209, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.94));
}

.gallery-hero-card h3 {
  margin: 0;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: #10294b;
}

.gallery-hero-card p {
  margin: 0;
  color: #5d7697;
  line-height: 1.8;
}

.gallery-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gallery-hero-proof div {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 111, 255, 0.08);
  display: grid;
  gap: 5px;
}

.gallery-hero-proof strong {
  color: #10294b;
  font-size: 1.25rem;
}

.gallery-hero-proof span {
  color: #6a82a0;
  font-size: 0.83rem;
  font-weight: 700;
}

.gallery-editorial-shell {
  display: grid;
  gap: 26px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 247, 255, 0.95));
}

.gallery-editorial-copy {
  max-width: 64ch;
}

.gallery-editorial-copy h2 {
  margin: 8px 0 12px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
  color: #10294b;
}

.gallery-editorial-copy p {
  margin: 0;
  color: #627b9a;
  line-height: 1.82;
}

.gallery-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 18px;
}

.gallery-editorial-lead,
.gallery-editorial-card {
  overflow: hidden;
  padding: 0;
  position: relative;
}

.gallery-editorial-lead {
  min-height: 520px;
}

.gallery-editorial-lead img,
.gallery-editorial-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.gallery-editorial-lead:hover img,
.gallery-editorial-card:hover img {
  transform: scale(1.05);
}

.gallery-editorial-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 24px;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(8, 18, 35, 0) 0%, rgba(8, 18, 35, 0.88) 82%);
}

.gallery-editorial-overlay h3 {
  margin: 12px 0 0;
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.gallery-editorial-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gallery-editorial-card {
  min-height: 250px;
}

.gallery-editorial-card-copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 16px;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(8, 18, 35, 0) 0%, rgba(8, 18, 35, 0.84) 82%);
}

.gallery-editorial-card-copy span {
  display: inline-flex;
  margin-bottom: 10px;
  color: rgba(176, 226, 255, 0.92);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.gallery-editorial-card-copy h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.35;
}

.gallery-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.gallery-category-card {
  padding: 22px;
  display: grid;
  gap: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 255, 0.94));
}

.gallery-category-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 48px;
  height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15, 111, 255, 0.08);
  color: #0f6fff;
  font-size: 0.88rem;
  font-weight: 800;
}

.gallery-category-card h3 {
  margin: 0;
  font-size: 1.16rem;
  color: #122b4c;
}

.gallery-category-card p {
  margin: 0;
  color: #65809f;
  line-height: 1.75;
}

.gallery-filter-shell {
  padding: 20px 22px;
  margin-bottom: 22px;
  display: grid;
  gap: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.95));
}

.gallery-filter-intro h3 {
  margin: 6px 0 0;
  font-size: 1.28rem;
  color: #122b4c;
}

.gallery-page .gallery-filter {
  margin-bottom: 0;
}

.gallery-page .gallery-grid {
  align-items: start;
  gap: 20px;
}

.gallery-page .project-card {
  display: grid;
  align-content: start;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 248, 255, 0.94));
  box-shadow: 0 18px 46px rgba(20, 47, 81, 0.08);
}

.gallery-page .project-card-media {
  height: auto;
  aspect-ratio: 1 / 1;
  padding: 14px;
  background: linear-gradient(180deg, rgba(236, 244, 255, 0.9), rgba(248, 251, 255, 0.98));
  display: grid;
  align-items: stretch;
  position: relative;
}

.gallery-page .project-card-media img {
  position: relative;
  z-index: 0;
  border-radius: 18px;
  object-fit: contain;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(15, 111, 255, 0.06);
}

.gallery-page .project-card-body {
  display: grid;
  gap: 12px;
  padding: 14px 16px 16px;
}

.gallery-card-overlay {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  gap: 8px;
  pointer-events: none;
}

.gallery-card-index {
  color: #8aa0bc;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.gallery-card-overlay .tile-label {
  width: fit-content;
  background: rgba(255, 255, 255, 0.92);
  color: #0f6fff;
  backdrop-filter: blur(10px);
}

.gallery-card-overlay strong {
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.28;
  letter-spacing: -0.03em;
  text-shadow: 0 10px 24px rgba(5, 12, 26, 0.45);
}

.gallery-page .project-card-body p {
  margin: 0;
  color: #627b9a;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gallery-card-footline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.gallery-card-foot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f6fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.gallery-card-foot::before {
  content: '';
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f6fff, #54c6ff);
}

.gallery-page .gallery-zoom-badge {
  z-index: 2;
  background: rgba(8, 18, 35, 0.78);
}

.gallery-page .project-card-media::after {
  content: '';
  position: absolute;
  inset: 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(8, 18, 35, 0) 46%, rgba(8, 18, 35, 0.78) 100%);
  pointer-events: none;
}

.gallery-lightbox-caption {
  display: grid;
  gap: 6px;
}

.gallery-lightbox-counter {
  color: rgba(154, 207, 255, 0.88);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .gallery-hero-grid,
  .gallery-editorial-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 860px) {
  .gallery-hero-stats,
  .gallery-hero-proof {
    grid-template-columns: 1fr;
  }

  .gallery-editorial-lead {
    min-height: 360px;
  }

  .gallery-editorial-rail {
    grid-template-columns: 1fr;
  }

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

  .gallery-page .project-card .project-card-media {
    aspect-ratio: 1 / 1.02;
  }
}

@media (max-width: 580px) {
  .gallery-hero-pills {
    gap: 8px;
  }

  .gallery-hero-pills span {
    width: 100%;
    justify-content: center;
  }

  .gallery-editorial-shell,
  .gallery-hero-card,
  .gallery-filter-shell,
  .gallery-category-card {
    padding: 20px;
  }

  .gallery-category-grid,
  .gallery-page .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-editorial-lead,
  .gallery-editorial-card,
  .gallery-page .project-card .project-card-media {
    min-height: 0;
    aspect-ratio: 1 / 1.02;
  }

  .gallery-card-overlay {
    left: 22px;
    right: 22px;
    bottom: 20px;
  }

  .gallery-card-footline {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Clients page refinement */
.clients-page-hero {
  position: relative;
  overflow: hidden;
}

.clients-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(15, 111, 255, 0.14), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(83, 193, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(245, 249, 255, 0.96), rgba(234, 243, 255, 0.88));
  pointer-events: none;
}

.clients-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: end;
}

.clients-hero-copy h1 {
  max-width: 13ch;
}

.clients-hero-copy p {
  max-width: 62ch;
}

.clients-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.clients-hero-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  background: rgba(255, 255, 255, 0.8);
  color: #24496f;
  font-size: 0.88rem;
  font-weight: 700;
}

.clients-hero-stats,
.clients-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.clients-hero-stats {
  margin-top: 28px;
}

.clients-hero-stat,
.clients-hero-proof div {
  padding: 18px;
  display: grid;
  gap: 6px;
}

.clients-hero-stat strong,
.clients-hero-proof strong {
  color: #10294b;
  font-size: 1.7rem;
  line-height: 1;
}

.clients-hero-stat span,
.clients-hero-proof span {
  color: #5f7898;
  font-size: 0.88rem;
  font-weight: 700;
}

.clients-hero-card {
  padding: 28px;
  display: grid;
  gap: 16px;
  background:
    radial-gradient(circle at top right, rgba(120, 209, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.94));
}

.clients-hero-card h3 {
  margin: 0;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: #10294b;
}

.clients-hero-card p {
  margin: 0;
  color: #607998;
  line-height: 1.82;
}

.clients-page-logos .client-logos-header {
  align-items: end;
}

.clients-industry-shell {
  display: grid;
  gap: 24px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 255, 0.94));
}

.clients-industry-head {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(240px, 0.92fr);
  gap: 24px;
  align-items: end;
}

.clients-industry-lead {
  padding: 22px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(83, 193, 255, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(8, 18, 36, 0.98), rgba(18, 34, 58, 0.96));
  color: rgba(255, 255, 255, 0.94);
  display: grid;
  gap: 10px;
}

.clients-industry-lead span {
  color: #a7e0ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.clients-industry-lead strong {
  font-size: 1.12rem;
  line-height: 1.5;
}

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

.clients-industry-card {
  padding: 22px;
  display: grid;
  gap: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 248, 255, 0.94));
}

.clients-industry-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 44px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15, 111, 255, 0.08);
  color: #0f6fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.clients-industry-card h3 {
  margin: 0;
  font-size: 1.16rem;
  color: #10294b;
}

.clients-industry-card p {
  margin: 0;
  color: #627b9a;
  line-height: 1.78;
}

.clients-page-reviews .reviews-shell {
  background:
    radial-gradient(circle at top right, rgba(84, 198, 255, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 255, 0.94));
}

@media (max-width: 1180px) {
  .clients-hero-grid,
  .clients-industry-head {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 860px) {
  .clients-hero-stats,
  .clients-hero-proof,
  .clients-industry-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 580px) {
  .clients-hero-pills span {
    width: 100%;
    justify-content: center;
  }

  .clients-hero-card,
  .clients-industry-shell,
  .clients-industry-card {
    padding: 20px;
  }
}

/* Team page refinement */
.team-page-hero {
  position: relative;
  overflow: hidden;
}

.team-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(15, 111, 255, 0.14), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(95, 111, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(245, 249, 255, 0.96), rgba(234, 243, 255, 0.88));
  pointer-events: none;
}

.team-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: end;
}

.team-hero-copy h1 {
  max-width: 13ch;
}

.team-hero-copy p {
  max-width: 62ch;
}

.team-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.team-hero-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  background: rgba(255, 255, 255, 0.8);
  color: #24496f;
  font-size: 0.88rem;
  font-weight: 700;
}

.team-hero-stats,
.team-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.team-hero-stats {
  margin-top: 28px;
}

.team-hero-stat,
.team-hero-proof div {
  padding: 18px;
  display: grid;
  gap: 6px;
}

.team-hero-stat strong,
.team-hero-proof strong {
  color: #10294b;
  font-size: 1.7rem;
  line-height: 1;
}

.team-hero-stat span,
.team-hero-proof span {
  color: #607998;
  font-size: 0.88rem;
  font-weight: 700;
}

.team-hero-card {
  padding: 28px;
  display: grid;
  gap: 16px;
  background:
    radial-gradient(circle at top right, rgba(120, 209, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.94));
}

.team-hero-card h3 {
  margin: 0;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: #10294b;
}

.team-hero-card p {
  margin: 0;
  color: #607998;
  line-height: 1.82;
}

.team-showcase-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: start;
}

.team-lead-card {
  display: grid;
  gap: 18px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(241, 247, 255, 0.94));
}

.team-lead-media {
  display: grid;
  place-items: center;
}

.team-avatar-lg {
  width: 180px;
  height: 180px;
  border-radius: 34px;
  margin-bottom: 0;
  font-size: 4rem;
}

.team-lead-card .team-photo {
  height: 360px;
  margin-bottom: 0;
  border-radius: 22px;
}

.team-lead-copy {
  display: grid;
  gap: 10px;
}

.team-lead-copy h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #10294b;
}

.team-lead-copy strong {
  color: #0f6fff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-lead-copy p {
  margin: 0;
  color: #637c9b;
  line-height: 1.82;
}

.team-principles-shell {
  display: grid;
  gap: 18px;
}

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

.team-principle-card {
  padding: 22px;
  display: grid;
  gap: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 248, 255, 0.94));
}

.team-principle-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 44px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15, 111, 255, 0.08);
  color: #0f6fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.team-principle-card h3 {
  margin: 0;
  font-size: 1.14rem;
  color: #10294b;
}

.team-principle-card p {
  margin: 0;
  color: #627b9a;
  line-height: 1.78;
}

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

.team-page-card {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 248, 255, 0.94));
}

.team-page-card .team-photo {
  height: 260px;
  margin-bottom: 0;
  border-radius: 18px;
}

.team-page-card .team-avatar {
  margin-bottom: 0;
}

.team-page-card h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #10294b;
}

.team-role-line {
  color: #0f6fff;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.team-page-card p {
  margin: 0;
  color: #627b9a;
  line-height: 1.76;
}

.team-workflow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.team-workflow-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 248, 255, 0.94));
}

@media (max-width: 1180px) {
  .team-hero-grid,
  .team-showcase-grid {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 860px) {
  .team-hero-stats,
  .team-hero-proof,
  .team-principles-grid,
  .team-page-grid,
  .team-workflow-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 580px) {
  .team-hero-pills span {
    width: 100%;
    justify-content: center;
  }

  .team-hero-card,
  .team-lead-card,
  .team-principle-card,
  .team-page-card {
    padding: 20px;
  }

  .team-avatar-lg {
    width: 140px;
    height: 140px;
    border-radius: 28px;
    font-size: 3rem;
  }

  .team-lead-card .team-photo,
  .team-page-card .team-photo {
    height: 220px;
  }
}

/* Packages page refinement */
.packages-page-hero {
  position: relative;
  overflow: hidden;
}

.packages-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(38, 185, 255, 0.18), transparent 30%),
    radial-gradient(circle at 86% 30%, rgba(15, 111, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(234, 244, 255, 0.84));
  pointer-events: none;
}

.packages-page-hero .container,
.packages-benefits-section .container,
.packages-fit-section .container,
.packages-faq-section .container {
  position: relative;
  z-index: 1;
}

.packages-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 26px;
  align-items: start;
}

.packages-page-copy {
  display: grid;
  gap: 18px;
}

.packages-page-copy h1 {
  max-width: 13ch;
}

.packages-page-copy p {
  max-width: 60ch;
}

.packages-page-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.packages-page-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(15, 111, 255, 0.14);
  background: rgba(255, 255, 255, 0.72);
  color: #20486f;
  font-size: 0.93rem;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(12, 60, 104, 0.08);
}

.packages-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.packages-page-stats,
.packages-page-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.packages-page-stat,
.packages-page-proof div {
  display: grid;
  gap: 7px;
  padding: 18px;
}

.packages-page-stat strong,
.packages-page-proof strong {
  color: #10294b;
  font-size: 1.55rem;
  line-height: 1;
}

.packages-page-stat span,
.packages-page-proof span {
  color: #607998;
  font-size: 0.88rem;
  font-weight: 700;
}

.packages-page-hero-card {
  display: grid;
  gap: 16px;
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(120, 209, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.94));
}

.packages-page-hero-card h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #10294b;
}

.packages-page-hero-card p {
  margin: 0;
  color: #607998;
  line-height: 1.8;
}

.packages-page-featured {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.packages-page-featured small {
  display: block;
  margin-bottom: 4px;
  color: #607998;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.packages-page-featured strong {
  color: #10294b;
  font-size: 1.05rem;
}

.packages-page-featured span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 111, 255, 0.1);
  color: #0a4fb5;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.packages-benefit-card,
.packages-faq-card {
  display: grid;
  gap: 10px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 248, 255, 0.94));
}

.packages-benefit-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 44px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15, 111, 255, 0.08);
  color: #0f6fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.packages-benefit-card h3,
.packages-fit-card h3,
.packages-faq-card h3 {
  margin: 0;
  font-size: 1.14rem;
  color: #10294b;
}

.packages-benefit-card p,
.packages-fit-card p,
.packages-faq-card p {
  margin: 0;
  color: #627b9a;
  line-height: 1.76;
}

.package-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.package-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 111, 255, 0.1);
  background: rgba(255, 255, 255, 0.7);
  color: #476684;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.feature-list li::before {
  content: "\2713";
}

.packages-fit-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 22px;
  align-items: start;
}

.packages-fit-copy {
  display: grid;
  gap: 12px;
}

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

.packages-fit-card {
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 255, 0.92));
}

@media (max-width: 1180px) {
  .packages-page-hero-grid,
  .packages-fit-grid {
    grid-template-columns: 1fr;
  }

  .packages-benefits-grid,
  .packages-faq-grid,
  .packages-fit-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .packages-page-stats,
  .packages-page-proof,
  .packages-benefits-grid,
  .packages-faq-grid,
  .packages-fit-cards {
    grid-template-columns: 1fr;
  }

  .packages-page-featured {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 580px) {
  .packages-page-pills span,
  .packages-page-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .packages-page-hero-card,
  .packages-benefit-card,
  .packages-fit-card,
  .packages-faq-card {
    padding: 20px;
  }
}

/* Contact page refinement */
.contact-page-hero {
  position: relative;
  overflow: hidden;
}

.contact-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(38, 185, 255, 0.18), transparent 30%),
    radial-gradient(circle at 86% 26%, rgba(15, 111, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(234, 244, 255, 0.84));
  pointer-events: none;
}

.contact-page-hero .container,
.contact-connect-section .container,
.contact-response-section .container,
.contact-faq-section .container {
  position: relative;
  z-index: 1;
}

.contact-page-hero-grid,
.contact-connect-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 24px;
  align-items: start;
}

.contact-page-copy,
.contact-connect-copy {
  display: grid;
  gap: 18px;
}

.contact-page-copy h1 {
  max-width: 13ch;
}

.contact-page-copy p {
  max-width: 60ch;
}

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

.contact-page-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(15, 111, 255, 0.14);
  background: rgba(255, 255, 255, 0.72);
  color: #20486f;
  font-size: 0.93rem;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(12, 60, 104, 0.08);
}

.contact-page-actions,
.contact-page-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.contact-page-stats,
.contact-page-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.contact-page-stat,
.contact-page-proof div {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.contact-page-stat strong,
.contact-page-proof strong {
  color: #10294b;
  font-size: 1.55rem;
  line-height: 1;
}

.contact-page-stat span,
.contact-page-proof span {
  color: #607998;
  font-size: 0.88rem;
  font-weight: 700;
}

.contact-page-hero-card {
  display: grid;
  gap: 16px;
  padding: 24px;
  background:
    radial-gradient(circle at top right, rgba(120, 209, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.94));
}

.contact-page-hero-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  aspect-ratio: 16 / 11;
}

.contact-page-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-page-hero-note {
  display: grid;
  gap: 10px;
}

.contact-page-summary {
  color: #0a4fb5;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-page-hero-note h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #10294b;
}

.contact-page-hero-note p {
  margin: 0;
  color: #607998;
  line-height: 1.8;
}

.contact-connect-section .section-heading {
  margin-bottom: 0;
}

.contact-method-grid,
.contact-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-method-card,
.contact-faq-card {
  display: grid;
  gap: 10px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 248, 255, 0.94));
}

.contact-method-label {
  color: #0a4fb5;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-method-card strong,
.contact-faq-card h3,
.contact-office-copy h3,
.contact-response-card h3 {
  margin: 0;
  color: #10294b;
}

.contact-method-card p,
.contact-faq-card p,
.contact-office-copy p,
.contact-response-card p {
  margin: 0;
  color: #627b9a;
  line-height: 1.76;
}

.contact-method-card a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: #0a4fb5;
  font-weight: 800;
}

.contact-office-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(241, 247, 255, 0.94));
}

.contact-office-media {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 4 / 3;
}

.contact-office-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-office-copy {
  display: grid;
  gap: 10px;
  align-content: start;
}

.contact-office-meta {
  display: grid;
  gap: 6px;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(16, 40, 66, 0.09);
}

.contact-office-meta strong {
  color: #10294b;
  font-size: 0.98rem;
}

.contact-office-meta span {
  color: #607998;
  line-height: 1.7;
}

.contact-page .booking-form {
  padding: 26px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  background:
    radial-gradient(circle at top right, rgba(38, 185, 255, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(241, 247, 255, 0.96));
  box-shadow: 0 24px 58px rgba(12, 60, 104, 0.12);
}

.contact-page .booking-form .btn {
  min-height: 56px;
}

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

.contact-query-form {
  display: grid;
  gap: 20px;
  padding: 26px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  background:
    radial-gradient(circle at top right, rgba(38, 185, 255, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(241, 247, 255, 0.96));
  box-shadow: 0 24px 58px rgba(12, 60, 104, 0.12);
}

.contact-query-form .btn {
  min-height: 56px;
}

.contact-subscribe-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  background:
    radial-gradient(circle at top right, rgba(120, 209, 255, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 246, 255, 0.94));
  box-shadow: 0 20px 48px rgba(12, 60, 104, 0.1);
}

.contact-subscribe-card h3 {
  margin: 0;
  color: #10294b;
  font-size: clamp(1.3rem, 2.2vw, 1.65rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.contact-subscribe-card p {
  margin: 0;
  color: #607998;
  line-height: 1.76;
}

.contact-subscribe-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.contact-subscribe-row input {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(15, 111, 255, 0.14);
  background: rgba(255, 255, 255, 0.9);
  color: #10294b;
  font-size: 0.98rem;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.contact-subscribe-row input:focus {
  outline: none;
  border-color: rgba(15, 111, 255, 0.34);
  box-shadow: 0 0 0 4px rgba(15, 111, 255, 0.1);
}

.contact-subscribe-row .btn {
  min-height: 56px;
  padding-inline: 20px;
}

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

.contact-response-card {
  display: grid;
  gap: 10px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 248, 255, 0.94));
}

.contact-response-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 44px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15, 111, 255, 0.08);
  color: #0f6fff;
  font-size: 0.82rem;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .contact-page-hero-grid,
  .contact-connect-grid,
  .contact-office-card {
    grid-template-columns: 1fr;
  }

  .contact-method-grid,
  .contact-faq-grid,
  .contact-response-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .contact-page-stats,
  .contact-page-proof,
  .contact-method-grid,
  .contact-faq-grid,
  .contact-response-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 580px) {
  .contact-page-pills span,
  .contact-page-actions .btn,
  .contact-page-cta-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .contact-page-hero-card,
  .contact-method-card,
  .contact-office-card,
  .contact-response-card,
  .contact-faq-card,
  .contact-page .booking-form,
  .contact-query-form,
  .contact-subscribe-card {
    padding: 20px;
  }

  .contact-subscribe-row {
    grid-template-columns: 1fr;
  }

  .contact-subscribe-row .btn {
    width: 100%;
    justify-content: center;
  }

  .contact-page-hero-visual,
  .contact-office-media {
    border-radius: 20px;
  }
}

@media (max-width: 620px) {
  .book-demo-simple-hero {
    padding: 72px 0 36px;
  }

  .book-demo-hero-copy h1 {
    max-width: none;
  }

  .book-demo-actions .btn,
  .book-demo-cta-actions .btn,
  .book-demo-chips span {
    width: 100%;
    justify-content: center;
  }

  .book-demo-hero-panel,
  .book-demo-calendar-card,
  .book-demo-form,
  .book-demo-process-card,
  .book-demo-faq-card,
  .book-demo-expect-card {
    padding: 20px;
  }

  .book-demo-stat-grid,
  .book-demo-process-grid,
  .book-demo-expect-grid,
  .book-demo-faq-grid {
    grid-template-columns: 1fr;
  }

  .book-demo-hero-image {
    aspect-ratio: 16 / 11;
  }

  .book-demo-support-image {
    min-height: 220px;
  }

  .book-demo-simple-form {
    padding: 20px;
  }
}

/* Thank you page */
.thank-you-page {
  position: relative;
  overflow: hidden;
}

.thank-you-page::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(38, 185, 255, 0.18), transparent 30%),
    radial-gradient(circle at 84% 20%, rgba(15, 111, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(234, 244, 255, 0.86));
  pointer-events: none;
}

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

.thank-you-shell {
  display: grid;
  gap: 22px;
  justify-items: center;
  padding: 42px;
  text-align: center;
  background:
    radial-gradient(circle at top right, rgba(120, 209, 255, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(239, 246, 255, 0.96));
}

.thank-you-mark {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(15, 111, 255, 0.16), rgba(38, 185, 255, 0.18));
  border: 1px solid rgba(15, 111, 255, 0.16);
  box-shadow: 0 20px 44px rgba(12, 60, 104, 0.12);
}

.thank-you-mark span {
  width: 28px;
  height: 16px;
  border-left: 4px solid #0a4fb5;
  border-bottom: 4px solid #0a4fb5;
  transform: rotate(-45deg) translateY(-2px);
}

.thank-you-shell h1 {
  margin: 0;
  max-width: 14ch;
}

.thank-you-lead {
  max-width: 66ch;
  margin: 0;
  color: #607998;
  line-height: 1.85;
}

.thank-you-detail-grid,
.thank-you-steps {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.thank-you-detail-card,
.thank-you-steps article {
  display: grid;
  gap: 8px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(15, 111, 255, 0.1);
  background: rgba(255, 255, 255, 0.74);
}

.thank-you-detail-card span {
  color: #607998;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.thank-you-detail-card strong,
.thank-you-note h2,
.thank-you-steps article strong {
  margin: 0;
  color: #10294b;
}

.thank-you-note {
  width: 100%;
  display: grid;
  gap: 16px;
}

.thank-you-note h2 {
  font-size: clamp(1.45rem, 2vw, 1.9rem);
}

.thank-you-steps article strong {
  font-size: 0.95rem;
  color: #0a4fb5;
}

.thank-you-steps article p {
  margin: 0;
  color: #627b9a;
  line-height: 1.76;
}

.thank-you-contact-strip {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.thank-you-contact-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: #31506d;
  font-weight: 700;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

@media (max-width: 980px) {
  .thank-you-detail-grid,
  .thank-you-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 580px) {
  .thank-you-shell {
    padding: 24px;
  }

  .thank-you-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Admin dashboard sidebar: isolated from public website navbar styles. */
:root {
  --admin-sidebar-width: 260px;
  --admin-sidebar-collapsed-width: 76px;
}

.admin-body {
  background: #eef6ff;
}

.admin-body .wrapper {
  min-height: 100vh;
}

.admin-body .main-sidebar,
.admin-body .main-sidebar::before {
  width: var(--admin-sidebar-width) !important;
  min-width: var(--admin-sidebar-width) !important;
  max-width: var(--admin-sidebar-width) !important;
  background: linear-gradient(180deg, #0a2038 0%, #113252 54%, #081a2d 100%) !important;
}

.admin-body .main-sidebar {
  position: fixed !important;
  inset: 0 auto 0 0 !important;
  height: 100vh !important;
  margin-left: 0 !important;
  overflow: hidden !important;
  z-index: 1040;
  border-right: 1px solid rgba(120, 199, 255, 0.16);
  box-shadow: 16px 0 40px rgba(8, 26, 45, 0.12);
  transition: margin-left 0.25s ease, width 0.25s ease, min-width 0.25s ease, max-width 0.25s ease;
}

.admin-body .main-sidebar,
.admin-body .main-sidebar * {
  box-sizing: border-box;
}

.admin-body .brand-link.adminlte-brand {
  height: 58px;
  display: flex;
  align-items: center;
  padding: 0 18px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  letter-spacing: -0.02em;
}

.admin-body .brand-link.adminlte-brand .brand-text {
  display: block !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-body .main-sidebar .sidebar {
  height: calc(100vh - 58px);
  padding: 12px 12px 26px;
  overflow-x: hidden;
  overflow-y: auto;
}

.admin-body .main-sidebar .sidebar::-webkit-scrollbar {
  width: 7px;
}

.admin-body .main-sidebar .sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.admin-body .main-sidebar .sidebar::-webkit-scrollbar-thumb {
  background: rgba(153, 213, 255, 0.26);
  border-radius: 999px;
}

.admin-body .main-header,
.admin-body .content-wrapper,
.admin-body .main-footer {
  margin-left: var(--admin-sidebar-width) !important;
  transition: margin-left 0.25s ease;
}

.admin-body .main-header.admin-topbar {
  min-height: 58px;
  border-bottom: 1px solid rgba(15, 111, 255, 0.1);
  background: rgba(248, 252, 255, 0.86) !important;
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 28px rgba(20, 64, 105, 0.06);
}

.admin-body .admin-sidebar-toggle {
  border: 0;
  background: transparent;
  color: #12314e !important;
}

.admin-body .main-sidebar .user-panel {
  align-items: center;
  min-height: 58px;
  margin: 0 0 12px !important;
  padding: 10px 8px 14px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.admin-body .main-sidebar .user-panel .info,
.admin-body .main-sidebar .user-panel .info a {
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-body .main-sidebar .nav,
.admin-body .main-sidebar .nav-sidebar {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  overflow: visible !important;
}

.admin-body .main-sidebar .nav-sidebar > .nav-item {
  display: block !important;
  width: 100%;
  margin: 2px 0;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.admin-body .main-sidebar .nav-sidebar .nav-link {
  display: flex !important;
  align-items: center;
  gap: 10px;
  width: 100% !important;
  min-height: 42px;
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: transparent !important;
  color: rgba(235, 248, 255, 0.82) !important;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: none !important;
  white-space: nowrap;
}

.admin-body .main-sidebar .nav-sidebar .nav-link:hover {
  background: rgba(45, 171, 255, 0.13) !important;
  color: #ffffff !important;
}

.admin-body .main-sidebar .nav-sidebar .nav-link.active {
  background: linear-gradient(135deg, #1677ff 0%, #28c7f7 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(20, 142, 255, 0.26) !important;
}

.admin-body .main-sidebar .nav-sidebar .nav-link p {
  display: flex !important;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.admin-body .main-sidebar .nav-icon {
  width: 22px !important;
  min-width: 22px;
  margin: 0 !important;
  text-align: center;
  color: inherit;
}

.admin-body .main-sidebar .right {
  margin-left: auto !important;
  color: inherit;
  font-size: 0.86rem;
  transition: transform 0.2s ease;
}

.admin-body .main-sidebar .has-treeview.menu-open > .admin-tree-toggle .right {
  transform: rotate(-90deg);
}

.admin-body .main-sidebar .nav-sidebar > .has-treeview > .admin-tree-toggle {
  cursor: pointer;
}

.admin-body .main-sidebar .nav-sidebar > .has-treeview > .nav-treeview {
  display: none !important;
  width: calc(100% - 12px) !important;
  margin: 5px 0 10px 12px !important;
  padding: 3px 0 3px 10px !important;
  border-left: 1px solid rgba(107, 192, 255, 0.28);
  background: transparent !important;
}

.admin-body .main-sidebar .nav-sidebar > .has-treeview.menu-open > .nav-treeview {
  display: block !important;
}

.admin-body .main-sidebar .nav-treeview .nav-item {
  margin: 1px 0;
}

.admin-body .main-sidebar .nav-treeview .nav-link {
  min-height: 36px;
  padding: 8px 10px !important;
  border-radius: 10px !important;
  color: rgba(235, 248, 255, 0.68) !important;
  font-size: 0.86rem;
  font-weight: 650;
}

.admin-body .main-sidebar .nav-treeview .nav-link:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.admin-body .main-sidebar .nav-treeview .nav-link.active {
  color: #ffffff !important;
  background: rgba(40, 199, 247, 0.16) !important;
  box-shadow: inset 0 0 0 1px rgba(104, 200, 255, 0.14) !important;
}

.admin-body.sidebar-collapse .main-sidebar,
.admin-body.sidebar-collapse .main-sidebar::before {
  width: var(--admin-sidebar-collapsed-width) !important;
  min-width: var(--admin-sidebar-collapsed-width) !important;
  max-width: var(--admin-sidebar-collapsed-width) !important;
}

.admin-body.sidebar-collapse .main-header,
.admin-body.sidebar-collapse .content-wrapper,
.admin-body.sidebar-collapse .main-footer {
  margin-left: var(--admin-sidebar-collapsed-width) !important;
}

.admin-body.sidebar-collapse .main-sidebar .brand-text,
.admin-body.sidebar-collapse .main-sidebar .user-panel .info,
.admin-body.sidebar-collapse .main-sidebar .nav-link p {
  display: none !important;
}

.admin-body.sidebar-collapse .main-sidebar .nav-link {
  justify-content: center;
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.admin-body.sidebar-collapse .main-sidebar .nav-treeview {
  display: none !important;
}

@media (max-width: 767.98px) {
  .admin-body .main-sidebar,
  .admin-body.sidebar-collapse .main-sidebar {
    width: min(84vw, var(--admin-sidebar-width)) !important;
    min-width: min(84vw, var(--admin-sidebar-width)) !important;
    max-width: min(84vw, var(--admin-sidebar-width)) !important;
    margin-left: calc(-1 * min(84vw, var(--admin-sidebar-width))) !important;
    transform: none !important;
  }

  .admin-body.sidebar-open .main-sidebar,
  .admin-body.sidebar-open .main-sidebar::before {
    margin-left: 0 !important;
  }

  .admin-body .main-header,
  .admin-body .content-wrapper,
  .admin-body .main-footer,
  .admin-body.sidebar-collapse .main-header,
  .admin-body.sidebar-collapse .content-wrapper,
  .admin-body.sidebar-collapse .main-footer {
    margin-left: 0 !important;
  }

  .admin-body.sidebar-collapse .main-sidebar .brand-text,
  .admin-body.sidebar-collapse .main-sidebar .user-panel .info,
  .admin-body.sidebar-collapse .main-sidebar .nav-link p {
    display: flex !important;
  }

  .admin-body .main-sidebar .nav-sidebar .nav-link {
    min-height: 44px;
    font-size: 0.95rem;
  }
}

/* Admin polish pass: login, forms, tables, and operational lists. */
.admin-login-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 42px);
  font-family: 'Manrope', sans-serif;
  background:
    radial-gradient(circle at 10% 12%, rgba(38, 185, 255, 0.22), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(15, 111, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #eef7ff 0%, #f8fbff 48%, #eaf4ff 100%);
}

.admin-login-shell {
  width: min(1080px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: 26px;
  align-items: stretch;
}

.admin-login-hero,
.admin-login-box {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.admin-login-hero {
  min-height: 560px;
  display: grid;
  align-content: end;
  gap: 20px;
  padding: clamp(28px, 5vw, 54px);
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 18%, rgba(38, 185, 255, 0.26), transparent 28%),
    linear-gradient(140deg, rgba(7, 22, 42, 0.98), rgba(13, 48, 82, 0.94));
  box-shadow: 0 26px 70px rgba(14, 47, 83, 0.18);
}

.admin-login-hero::before {
  content: '';
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  pointer-events: none;
}

.admin-login-kicker,
.admin-login-head .eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #8fdcff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.admin-login-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 11ch;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.9rem, 5.4vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: -0.075em;
}

.admin-login-points {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-login-points span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(236, 248, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 800;
}

.admin-login-box {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: clamp(24px, 4vw, 38px);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 111, 255, 0.12);
  box-shadow: 0 26px 70px rgba(14, 47, 83, 0.14);
}

.admin-login-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-login-brand > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #0f6fff, #26b9ff);
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 900;
}

.admin-login-brand strong,
.admin-login-brand small {
  display: block;
}

.admin-login-brand strong {
  color: #122033;
  font-size: 1.05rem;
}

.admin-login-brand small,
.admin-login-head p,
.admin-login-back {
  color: #65809c;
}

.admin-login-head {
  display: grid;
  gap: 8px;
}

.admin-login-head .eyebrow {
  background: rgba(15, 111, 255, 0.08);
  color: #0f63dc;
}

.admin-login-head h2 {
  margin: 0;
  color: #122033;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.admin-login-head p {
  margin: 0;
  line-height: 1.7;
}

.admin-login-form,
.admin-login-form label {
  display: grid;
  gap: 10px;
}

.admin-login-form {
  gap: 16px;
}

.admin-login-form label span {
  color: #284a6c;
  font-size: 0.84rem;
  font-weight: 800;
}

.admin-login-form input,
.admin-body .admin-form-card input,
.admin-body .admin-form-card select,
.admin-body .admin-form-card textarea,
.admin-body .admin-confirm-form input,
.admin-body .admin-confirm-form select {
  width: 100%;
  min-height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(15, 111, 255, 0.14);
  background: rgba(255, 255, 255, 0.92);
  color: #183a5c;
  outline: none;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.admin-login-form input {
  padding: 13px 14px;
}

.admin-login-form input:focus,
.admin-body .admin-form-card input:focus,
.admin-body .admin-form-card select:focus,
.admin-body .admin-form-card textarea:focus,
.admin-body .admin-confirm-form input:focus,
.admin-body .admin-confirm-form select:focus {
  border-color: rgba(15, 111, 255, 0.45);
  box-shadow: 0 0 0 4px rgba(15, 111, 255, 0.09);
  background: #ffffff;
}

.admin-body .form-check-input {
  width: 1em !important;
  height: 1em !important;
  min-height: auto !important;
  padding: 0 !important;
  margin-top: 0.25em;
  flex: 0 0 auto;
}

.admin-login-back {
  justify-self: center;
  font-weight: 800;
}

.admin-body .admin-page-title {
  margin-bottom: 6px;
  color: #122033;
  letter-spacing: -0.045em;
}

.admin-body .admin-page-copy {
  max-width: 760px;
  line-height: 1.72;
}

.admin-toolbar-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding: 18px 20px;
  border-radius: 22px;
}

.admin-toolbar-card div {
  display: grid;
  gap: 2px;
}

.admin-toolbar-card strong {
  color: #0f63dc;
  font-size: 1.7rem;
  line-height: 1;
}

.admin-toolbar-card span,
.admin-toolbar-card p {
  margin: 0;
  color: #617d99;
  font-weight: 700;
}

.admin-list-card {
  overflow: hidden;
  border-radius: 22px;
}

.admin-body .adminlte-card .card-header {
  padding: 16px 18px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.admin-body .admin-report-table {
  min-width: 820px;
}

.admin-body .admin-report-table th {
  padding: 15px 16px;
  background: #f6faff;
  border-bottom: 1px solid rgba(15, 111, 255, 0.1);
}

.admin-body .admin-report-table td {
  padding: 16px;
  border-top: 1px solid rgba(15, 111, 255, 0.06);
}

.admin-action-table code {
  display: inline-flex;
  max-width: 260px;
  padding: 5px 8px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(15, 111, 255, 0.07);
  color: #16436d;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-row-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.admin-row-actions form {
  margin: 0;
}

.admin-form-section-title {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(15, 111, 255, 0.1);
}

.admin-form-section-title span {
  color: #122033;
  font-size: 1.1rem;
  font-weight: 900;
}

.admin-form-section-title small,
.admin-body .form-text {
  color: #6a829c;
  font-weight: 700;
}

.admin-bootstrap-grid .form-label {
  color: #284a6c;
  font-weight: 800;
}

.admin-switch-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(15, 111, 255, 0.12);
  background: rgba(246, 250, 255, 0.9);
}

.admin-switch-row input {
  width: 20px !important;
  min-height: auto !important;
  height: 20px;
  flex: 0 0 auto;
}

.admin-switch-row span {
  display: grid;
  gap: 3px;
}

.admin-switch-row strong {
  color: #183a5c;
}

.admin-switch-row small {
  color: #6a829c;
}

.admin-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 111, 255, 0.1);
}

.admin-body .admin-tree-toggle,
.admin-body .admin-logout-button {
  appearance: none;
  border: 0;
  font-family: inherit;
  text-align: left;
}

.admin-body .admin-tree-toggle {
  cursor: pointer;
}

.admin-body .admin-logout-form {
  display: flex;
  align-items: center;
  margin: 0;
}

.admin-body .admin-logout-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 14px;
  color: #173452;
  background: transparent;
  border-radius: 12px;
  font-weight: 750;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.admin-body .admin-logout-button:hover,
.admin-body .admin-logout-button:focus-visible {
  color: #0f6fff;
  background: rgba(15, 111, 255, 0.08);
  outline: none;
}

.admin-sidebar-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1035;
  border: 0;
  background: rgba(7, 22, 42, 0.48);
  backdrop-filter: blur(4px);
}

.admin-booking-report {
  min-width: 1180px !important;
}

.admin-confirm-form {
  min-width: 240px;
  gap: 10px;
}

.admin-confirm-form label {
  display: grid;
  gap: 5px;
  margin: 0;
}

.admin-confirm-form label span {
  color: #54708d;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-note-pill {
  display: inline-flex;
  max-width: 360px;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(15, 111, 255, 0.08);
  color: #0d5cd0;
  font-size: 0.8rem;
  font-weight: 800;
}

@media (max-width: 980px) {
  .admin-login-shell {
    grid-template-columns: 1fr;
  }

  .admin-login-hero {
    min-height: auto;
  }

  .admin-login-hero h1 {
    max-width: 14ch;
  }
}

@media (max-width: 767.98px) {
  .admin-toolbar-card,
  .admin-row-actions,
  .admin-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-row-actions,
  .admin-row-actions .btn,
  .admin-row-actions form,
  .admin-form-actions .btn {
    width: 100%;
  }

  .admin-login-body {
    padding: 14px;
  }

  .admin-login-hero {
    display: none;
  }

  .admin-login-box {
    border-radius: 24px;
  }
}
