:root {
  --engeal-ink: #171a3d;
  --engeal-ink-soft: #30345f;
  --engeal-violet: #5957d9;
  --engeal-violet-dark: #4140bd;
  --engeal-indigo: #3a39dc;
  --engeal-coral: #ef6f61;
  --engeal-coral-soft: #fff0ed;
  --engeal-green: #2ea97c;
  --engeal-paper: #fbfbfe;
  --engeal-surface: #ffffff;
  --engeal-surface-alt: #f4f4fb;
  --engeal-muted: #697089;
  --engeal-line: #e5e6ef;
  --engeal-shadow: 0 24px 70px rgba(23, 26, 61, 0.12);
  --engeal-shadow-soft: 0 14px 40px rgba(23, 26, 61, 0.08);
  --engeal-radius-xl: 2rem;
  --engeal-radius-lg: 1.5rem;
  --engeal-radius-md: 1rem;
  --engeal-gradient: linear-gradient(135deg, #5957d9 0%, #3a39dc 45%, #ef6f61 100%);
  --engeal-gradient-soft: linear-gradient(135deg, rgba(89, 87, 217, 0.12), rgba(239, 111, 97, 0.12));
  --bs-primary: #5957d9;
  --bs-primary-rgb: 89, 87, 217;
  --bs-body-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bs-body-color: #171a3d;
  --bs-body-bg: #fbfbfe;
  --bs-border-radius: 0.9rem;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  color: var(--engeal-ink);
  background: var(--engeal-paper);
  font-size: 1rem;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

main {
  min-height: 50vh;
}

img,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--engeal-ink);
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--engeal-violet);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--engeal-violet-dark);
}

::selection {
  color: #fff;
  background: var(--engeal-violet);
}

:focus-visible {
  outline: 3px solid rgba(239, 111, 97, 0.45);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2000;
  padding: 0.65rem 1rem;
  color: #fff;
  background: var(--engeal-ink);
  border-radius: 0.7rem;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

.section-space {
  padding-block: clamp(5rem, 8vw, 8rem);
}

.section-space-sm {
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
}

.section-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: var(--engeal-violet);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-kicker::before,
.eyebrow::before {
  width: 1.8rem;
  height: 2px;
  content: "";
  background: currentColor;
  border-radius: 999px;
}

.section-title {
  max-width: 820px;
  margin-bottom: 1.25rem;
  font-size: clamp(2.15rem, 4vw, 4rem);
}

.section-lead {
  max-width: 730px;
  color: var(--engeal-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
}

.text-gradient {
  color: transparent;
  background: var(--engeal-gradient);
  -webkit-background-clip: text;
  background-clip: text;
}

.surface-section {
  background: var(--engeal-surface);
}

.soft-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(89, 87, 217, 0.08), transparent 30%),
    radial-gradient(circle at 90% 90%, rgba(239, 111, 97, 0.08), transparent 30%),
    var(--engeal-surface-alt);
}

/* Header and navigation */
engeal-header,
engeal-footer {
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(229, 230, 239, 0.85);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 35px rgba(23, 26, 61, 0.08);
}

.site-header .navbar {
  min-height: 5.4rem;
  padding-block: 0.75rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.78rem;
  color: var(--engeal-ink);
  text-decoration: none;
}

.brand:hover {
  color: var(--engeal-ink);
}

.brand-mark {
  display: grid;
  flex: 0 0 auto;
  width: 2.9rem;
  height: 2.9rem;
  place-items: center;
  overflow: hidden;
  background: var(--engeal-gradient);
  border-radius: 0.9rem;
  box-shadow: 0 10px 25px rgba(89, 87, 217, 0.28);
}

.brand-mark svg {
  width: 2rem;
  height: 2rem;
}

.brand-mark path {
  fill: #fff;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  color: inherit;
  font-size: 1.12rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.brand-copy small {
  margin-top: 0.35rem;
  color: var(--engeal-muted);
  font-size: 0.69rem;
  font-weight: 650;
  letter-spacing: 0.035em;
}

.site-header .nav-link {
  position: relative;
  padding: 0.7rem 0.9rem !important;
  color: var(--engeal-ink-soft);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-header .nav-link::after {
  position: absolute;
  right: 0.9rem;
  bottom: 0.35rem;
  left: 0.9rem;
  height: 2px;
  content: "";
  background: var(--engeal-gradient);
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.site-header .nav-link:hover,
.site-header .nav-link.active {
  color: var(--engeal-violet);
}

.site-header .nav-link:hover::after,
.site-header .nav-link.active::after {
  transform: scaleX(1);
}

.navbar-toggler {
  display: inline-flex;
  width: 2.9rem;
  height: 2.9rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  padding: 0;
  border: 1px solid var(--engeal-line);
  border-radius: 0.85rem;
  box-shadow: none !important;
}

.navbar-toggler-line {
  display: block;
  width: 1.25rem;
  height: 2px;
  background: var(--engeal-ink);
  border-radius: 999px;
}

.btn {
  --bs-btn-font-weight: 750;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding-inline: 1.25rem;
  border-radius: 0.9rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

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

.btn:hover svg {
  transform: translateX(3px);
}

.btn-brand {
  color: #fff;
  background: var(--engeal-gradient);
  border: 0;
  box-shadow: 0 12px 28px rgba(89, 87, 217, 0.26);
}

.btn-brand:hover,
.btn-brand:focus {
  color: #fff;
  box-shadow: 0 16px 36px rgba(89, 87, 217, 0.34);
}

.btn-light-brand {
  color: var(--engeal-ink);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 30px rgba(23, 26, 61, 0.15);
}

.btn-light-brand:hover,
.btn-light-brand:focus {
  color: var(--engeal-violet);
  background: #fff;
}

.btn-outline-light-brand {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn-outline-light-brand:hover,
.btn-outline-light-brand:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.65);
}

.btn-outline-brand {
  color: var(--engeal-violet);
  background: transparent;
  border: 1px solid rgba(89, 87, 217, 0.35);
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
  color: #fff;
  background: var(--engeal-violet);
  border-color: var(--engeal-violet);
}

/* Home hero */
.hero-section {
  position: relative;
  isolation: isolate;
  min-height: 700px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.12), transparent 24%),
    radial-gradient(circle at 83% 18%, rgba(239, 111, 97, 0.28), transparent 24%),
    linear-gradient(135deg, #1d2146 0%, #3e3fc1 48%, #a24e9a 72%, #e16c64 100%);
  border-radius: 0 0 clamp(2.2rem, 6vw, 5.5rem) clamp(2.2rem, 6vw, 5.5rem);
}

.hero-section::before {
  position: absolute;
  top: -11rem;
  right: -10rem;
  z-index: -1;
  width: 34rem;
  height: 34rem;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  box-shadow:
    0 0 0 4rem rgba(255, 255, 255, 0.03),
    0 0 0 8rem rgba(255, 255, 255, 0.025);
}

.hero-section::after {
  position: absolute;
  bottom: -18rem;
  left: -10rem;
  z-index: -1;
  width: 36rem;
  height: 36rem;
  content: "";
  background: rgba(255, 255, 255, 0.055);
  border-radius: 42% 58% 65% 35% / 45% 35% 65% 55%;
  transform: rotate(22deg);
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.09;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.45) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.45) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to right, #000, transparent 65%);
}

.hero-content {
  padding-block: clamp(5.5rem, 10vw, 8.5rem) clamp(7.5rem, 12vw, 10rem);
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.35rem;
  padding: 0.52rem 0.85rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

.hero-eyebrow-dot {
  width: 0.55rem;
  height: 0.55rem;
  background: #79e2bb;
  border-radius: 50%;
  box-shadow: 0 0 0 0.3rem rgba(121, 226, 187, 0.16);
}

.hero-title {
  max-width: 780px;
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: clamp(3.05rem, 6vw, 6.2rem);
  font-weight: 800;
  letter-spacing: -0.06em;
}

.hero-title .hero-accent {
  color: #ffd1c9;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 680px;
  margin-top: 3.1rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-metric {
  padding-right: 1.25rem;
}

.hero-metric + .hero-metric {
  padding-left: 1.25rem;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-metric strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #fff;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1;
}

.hero-metric span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.83rem;
  line-height: 1.35;
}

.hero-visual-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
}

.hero-visual {
  position: relative;
  z-index: 2;
  width: min(100%, 650px);
  filter: drop-shadow(0 40px 55px rgba(18, 20, 50, 0.22));
  animation: heroFloat 7s ease-in-out infinite;
}

.hero-orbit-label {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.9rem;
  color: var(--engeal-ink);
  font-size: 0.76rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  box-shadow: 0 15px 35px rgba(23, 26, 61, 0.18);
  backdrop-filter: blur(10px);
}

.hero-orbit-label::before {
  width: 0.52rem;
  height: 0.52rem;
  content: "";
  background: var(--engeal-coral);
  border-radius: 50%;
}

.hero-orbit-label.label-one {
  top: 14%;
  right: 1%;
}

.hero-orbit-label.label-two {
  bottom: 16%;
  left: 1%;
}

.hero-orbit-label.label-two::before {
  background: var(--engeal-green);
}

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

/* Partner strip */
.partner-wrap {
  position: relative;
  z-index: 4;
  margin-top: -4.1rem;
}

.partner-panel {
  padding: 1.35rem 1.5rem;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(229, 230, 239, 0.85);
  border-radius: 1.4rem;
  box-shadow: var(--engeal-shadow);
  backdrop-filter: blur(18px);
}

.partner-label {
  margin: 0;
  color: var(--engeal-muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.partner-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  align-items: center;
}

.partner-name {
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  color: #81859a;
  font-size: clamp(0.82rem, 1.5vw, 1.05rem);
  font-weight: 800;
  letter-spacing: 0.035em;
  background: #f7f7fb;
  border: 1px solid #eeeeF5;
  border-radius: 0.9rem;
  filter: grayscale(1);
  transition: color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.partner-logo {
  display: block;
  max-width: 100%;
  max-height: 1.8rem;
  width: auto;
  height: auto;
  object-fit: contain;
}

.partner-name:hover {
  color: var(--engeal-violet);
  background: #fff;
  transform: translateY(-2px);
  filter: grayscale(0);
}

/* Service summary cards */
.service-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 2rem;
  background: #fff;
  border: 1px solid var(--engeal-line);
  border-radius: var(--engeal-radius-lg);
  box-shadow: 0 14px 40px rgba(23, 26, 61, 0.055);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.service-card::after {
  position: absolute;
  top: -4rem;
  right: -4rem;
  width: 9rem;
  height: 9rem;
  content: "";
  background: var(--engeal-gradient-soft);
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.service-card:hover {
  border-color: rgba(89, 87, 217, 0.28);
  box-shadow: 0 22px 55px rgba(23, 26, 61, 0.11);
  transform: translateY(-7px);
}

.service-card:hover::after {
  transform: scale(1.18);
}

.service-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 3.55rem;
  height: 3.55rem;
  margin-bottom: 1.45rem;
  color: var(--engeal-violet);
  background: #efefff;
  border-radius: 1rem;
  place-items: center;
}

.service-icon.coral {
  color: var(--engeal-coral);
  background: var(--engeal-coral-soft);
}

.service-icon.green {
  color: var(--engeal-green);
  background: #e9f8f2;
}

.service-icon.ink {
  color: #fff;
  background: var(--engeal-ink);
}

.service-icon svg {
  width: 1.75rem;
  height: 1.75rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0.85rem;
  font-size: 1.42rem;
}

.service-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 1.4rem;
  color: var(--engeal-muted);
}

.service-card-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 800;
  text-decoration: none;
}

.service-card-link svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.service-card-link:hover svg {
  transform: translateX(4px);
}

/* Home value section */
.value-visual {
  position: relative;
}

.value-visual img {
  width: 100%;
  border-radius: var(--engeal-radius-xl);
  box-shadow: var(--engeal-shadow);
}

.value-floating-card {
  position: absolute;
  right: -1rem;
  bottom: 1.5rem;
  max-width: 15rem;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  box-shadow: var(--engeal-shadow-soft);
  backdrop-filter: blur(14px);
}

.value-floating-card strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--engeal-ink);
  font-size: 1.05rem;
}

.value-floating-card span {
  color: var(--engeal-muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.check-list {
  display: grid;
  gap: 1rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  color: var(--engeal-ink-soft);
  font-weight: 650;
}

.check-mark {
  display: grid;
  flex: 0 0 auto;
  width: 1.65rem;
  height: 1.65rem;
  margin-top: 0.05rem;
  color: #fff;
  background: var(--engeal-violet);
  border-radius: 50%;
  place-items: center;
}

.check-mark svg {
  width: 0.95rem;
  height: 0.95rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* CTA */
.cta-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(2.4rem, 6vw, 5.2rem);
  color: #fff;
  background: linear-gradient(135deg, #171a3d 0%, #4140bd 58%, #d86262 100%);
  border-radius: var(--engeal-radius-xl);
  box-shadow: var(--engeal-shadow);
}

.cta-panel::before,
.cta-panel::after {
  position: absolute;
  z-index: -1;
  content: "";
  border-radius: 50%;
}

.cta-panel::before {
  top: -8rem;
  right: -6rem;
  width: 21rem;
  height: 21rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 0 3rem rgba(255, 255, 255, 0.035), 0 0 0 6rem rgba(255, 255, 255, 0.025);
}

.cta-panel::after {
  bottom: -7rem;
  left: 32%;
  width: 18rem;
  height: 18rem;
  background: rgba(255, 255, 255, 0.055);
}

.cta-panel h2 {
  max-width: 720px;
  margin-bottom: 1rem;
  color: #fff;
  font-size: clamp(2.2rem, 4.6vw, 4.2rem);
}

.cta-panel p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 1.08rem;
}

/* Inner page hero */
.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(4.5rem, 8vw, 7.2rem);
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(239, 111, 97, 0.34), transparent 27%),
    radial-gradient(circle at 16% 80%, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(135deg, #171a3d 0%, #3d3eb9 58%, #9b4f95 100%);
  border-radius: 0 0 clamp(2rem, 5vw, 4.5rem) clamp(2rem, 5vw, 4.5rem);
}

.page-hero::after {
  position: absolute;
  top: -9rem;
  right: -6rem;
  z-index: -1;
  width: 27rem;
  height: 27rem;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(255, 255, 255, 0.028), 0 0 0 8rem rgba(255, 255, 255, 0.02);
}

.page-hero .eyebrow {
  color: #ffd2ca;
}

.page-hero h1 {
  max-width: 850px;
  margin-bottom: 1.2rem;
  color: #fff;
  font-size: clamp(2.9rem, 6vw, 5.5rem);
}

.page-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.08rem, 1.8vw, 1.25rem);
}

.breadcrumb-wrap {
  margin-bottom: 1.5rem;
}

.breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.45);
  --bs-breadcrumb-item-active-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  font-size: 0.84rem;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.page-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-hero-visual img {
  width: min(100%, 480px);
  filter: drop-shadow(0 30px 40px rgba(15, 17, 44, 0.24));
}

/* About */
.about-copy h2 {
  margin-bottom: 1.4rem;
  font-size: clamp(2rem, 3.6vw, 3.5rem);
}

.about-copy p {
  color: var(--engeal-muted);
  font-size: 1.08rem;
}

.experience-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 290px;
  padding: 2.3rem;
  color: #fff;
  background: var(--engeal-gradient);
  border-radius: var(--engeal-radius-xl);
  box-shadow: var(--engeal-shadow);
}

.experience-card::after {
  position: absolute;
  right: -5rem;
  bottom: -5rem;
  width: 15rem;
  height: 15rem;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 2.5rem rgba(255, 255, 255, 0.04), 0 0 0 5rem rgba(255, 255, 255, 0.025);
}

.experience-card .experience-number {
  display: block;
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: clamp(4.3rem, 8vw, 7rem);
  font-weight: 850;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.experience-card h3 {
  max-width: 320px;
  color: #fff;
  font-size: 1.65rem;
}

.experience-card p {
  max-width: 350px;
  color: rgba(255, 255, 255, 0.75);
}

.strategy-panel {
  padding: clamp(2rem, 4vw, 3.3rem);
  background: #fff;
  border: 1px solid var(--engeal-line);
  border-radius: var(--engeal-radius-xl);
  box-shadow: var(--engeal-shadow-soft);
}

.strategy-panel h2 {
  margin-bottom: 1.1rem;
  font-size: clamp(2rem, 3.6vw, 3.3rem);
}

.strategy-panel p {
  color: var(--engeal-muted);
  font-size: 1.08rem;
}

.principle-card {
  height: 100%;
  padding: 1.8rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(229, 230, 239, 0.92);
  border-radius: 1.35rem;
  box-shadow: 0 12px 35px rgba(23, 26, 61, 0.05);
}

.principle-number {
  display: inline-flex;
  margin-bottom: 1.25rem;
  color: var(--engeal-coral);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.principle-card h3 {
  margin-bottom: 0.75rem;
  font-size: 1.35rem;
}

.principle-card p {
  color: var(--engeal-muted);
}

.about-visual-card {
  position: relative;
}

.about-visual-card img {
  width: 100%;
  border-radius: var(--engeal-radius-xl);
  box-shadow: var(--engeal-shadow);
}

/* Services page */
.services-intro {
  max-width: 880px;
}

.service-detail {
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
  border-bottom: 1px solid var(--engeal-line);
}

.service-detail:last-of-type {
  border-bottom: 0;
}

.service-detail-visual {
  position: relative;
}

.service-detail-visual::before {
  position: absolute;
  inset: 10% -4% -5% 8%;
  z-index: -1;
  content: "";
  background: var(--engeal-gradient-soft);
  border-radius: var(--engeal-radius-xl);
  filter: blur(1px);
}

.service-detail-visual img {
  width: 100%;
  border-radius: var(--engeal-radius-xl);
  box-shadow: var(--engeal-shadow);
}

.service-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  background: var(--engeal-gradient);
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(89, 87, 217, 0.22);
}

.service-detail h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.service-detail h3 {
  margin-bottom: 1.3rem;
  color: var(--engeal-violet);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.service-detail p {
  color: var(--engeal-muted);
  font-size: 1.05rem;
}

.service-highlight {
  margin: 1.7rem 0;
  padding: 1.15rem 1.2rem;
  color: var(--engeal-ink-soft);
  font-weight: 750;
  background: var(--engeal-surface-alt);
  border-left: 4px solid var(--engeal-coral);
  border-radius: 0 0.9rem 0.9rem 0;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.7rem;
}

.service-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.48rem 0.75rem;
  color: var(--engeal-ink-soft);
  font-size: 0.8rem;
  font-weight: 750;
  background: #fff;
  border: 1px solid var(--engeal-line);
  border-radius: 999px;
}

.service-tag::before {
  width: 0.45rem;
  height: 0.45rem;
  content: "";
  background: var(--engeal-violet);
  border-radius: 50%;
}

/* Contact */
.contact-card {
  height: 100%;
  padding: 1.65rem;
  background: #fff;
  border: 1px solid var(--engeal-line);
  border-radius: 1.35rem;
  box-shadow: var(--engeal-shadow-soft);
}

.contact-card-icon {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 1.2rem;
  color: #fff;
  background: var(--engeal-gradient);
  border-radius: 0.95rem;
  place-items: center;
}

.contact-card-icon svg {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.contact-card p,
.contact-card address {
  margin-bottom: 0;
  color: var(--engeal-muted);
  font-style: normal;
}

.contact-card a {
  font-weight: 750;
  text-decoration: none;
}

.contact-form-card {
  padding: clamp(1.5rem, 4vw, 3.2rem);
  background: #fff;
  border: 1px solid var(--engeal-line);
  border-radius: var(--engeal-radius-xl);
  box-shadow: var(--engeal-shadow);
}

.contact-form-card h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
}

.contact-form-card > p {
  margin-bottom: 2rem;
  color: var(--engeal-muted);
}

.form-label {
  margin-bottom: 0.45rem;
  color: var(--engeal-ink-soft);
  font-size: 0.88rem;
  font-weight: 750;
}

.form-control,
.form-select {
  min-height: 3.25rem;
  padding: 0.75rem 0.95rem;
  color: var(--engeal-ink);
  background-color: #fbfbfe;
  border: 1px solid var(--engeal-line);
  border-radius: 0.85rem;
}

textarea.form-control {
  min-height: 9.5rem;
  resize: vertical;
}

.form-control:focus,
.form-select:focus {
  background-color: #fff;
  border-color: rgba(89, 87, 217, 0.58);
  box-shadow: 0 0 0 0.25rem rgba(89, 87, 217, 0.12);
}

.form-feedback {
  min-height: 1.6rem;
  margin-top: 1rem;
  font-size: 0.9rem;
  font-weight: 650;
}

.contact-aside {
  position: sticky;
  top: 7.2rem;
  overflow: hidden;
  padding: 2.2rem;
  color: #fff;
  background: linear-gradient(145deg, #171a3d, #4344c2 68%, #b95784);
  border-radius: var(--engeal-radius-xl);
  box-shadow: var(--engeal-shadow);
}

.contact-aside::after {
  position: absolute;
  right: -5rem;
  bottom: -5rem;
  width: 14rem;
  height: 14rem;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  box-shadow: 0 0 0 2.5rem rgba(255, 255, 255, 0.035), 0 0 0 5rem rgba(255, 255, 255, 0.025);
}

.contact-aside h2 {
  color: #fff;
  font-size: 2rem;
}

.contact-aside p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-aside-list {
  display: grid;
  gap: 1rem;
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
}

.contact-aside-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.contact-aside-list svg {
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
  margin-top: 0.2rem;
  fill: none;
  stroke: #ffd1c9;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-aside-list a,
.contact-aside-list span {
  color: #fff;
  text-decoration: none;
}

.copy-email-button {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.4rem;
  padding: 0.55rem 0.8rem;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 750;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.75rem;
}

.copy-email-button:hover {
  background: rgba(255, 255, 255, 0.15);
}

.copy-email-button svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

/* Footer */
.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: clamp(4rem, 8vw, 7rem);
  color: rgba(255, 255, 255, 0.68);
  background: #151735;
}

.site-footer::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.32) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

.footer-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(10px);
}

.footer-glow-one {
  top: -10rem;
  left: -8rem;
  width: 27rem;
  height: 27rem;
  background: rgba(89, 87, 217, 0.22);
}

.footer-glow-two {
  right: -8rem;
  bottom: -12rem;
  width: 30rem;
  height: 30rem;
  background: rgba(239, 111, 97, 0.18);
}

.brand-footer {
  color: #fff;
}

.brand-footer:hover {
  color: #fff;
}

.brand-footer .brand-copy small {
  color: rgba(255, 255, 255, 0.56);
}

.footer-statement {
  max-width: 430px;
  margin: 1.8rem 0 0.8rem;
  color: #fff;
  font-size: clamp(1.6rem, 2.7vw, 2.3rem);
}

.footer-copy {
  max-width: 430px;
}

.footer-heading {
  margin-bottom: 1.35rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a,
.footer-contact a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #fff;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.footer-icon {
  display: grid;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  color: #ffd1c9;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 0.65rem;
  place-items: center;
}

.footer-icon svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-links {
  display: flex;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.social-links a {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  place-items: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.social-links a:hover {
  color: #fff;
  background: var(--engeal-violet);
  transform: translateY(-3px);
}

.social-links svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: currentColor;
  stroke: none;
}

.footer-bottom {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.83rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.scroll-top {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 1020;
  display: grid;
  width: 3rem;
  height: 3rem;
  color: #fff;
  pointer-events: none;
  background: var(--engeal-gradient);
  border: 0;
  border-radius: 0.9rem;
  box-shadow: 0 14px 32px rgba(23, 26, 61, 0.25);
  opacity: 0;
  place-items: center;
  transform: translateY(0.8rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.scroll-top.is-visible {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.scroll-top svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Reveal animation */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease var(--reveal-delay, 0s), transform 0.65s ease var(--reveal-delay, 0s);
}

.js [data-reveal="left"] {
  transform: translateX(-24px);
}

.js [data-reveal="right"] {
  transform: translateX(24px);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* Responsive */
@media (max-width: 1199.98px) {
  .hero-title {
    font-size: clamp(3rem, 5.8vw, 5rem);
  }

  .hero-visual-wrap {
    min-height: 460px;
  }
}

@media (max-width: 991.98px) {
  .js [data-reveal="left"],
  .js [data-reveal="right"] {
    transform: translateY(24px);
  }

  .site-header .navbar-collapse {
    margin-top: 0.9rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--engeal-line);
    border-radius: 1rem;
    box-shadow: var(--engeal-shadow-soft);
  }

  .site-header .nav-link {
    padding: 0.7rem 0.4rem !important;
  }

  .site-header .nav-link::after {
    right: auto;
    bottom: 0.35rem;
    left: 0.4rem;
    width: 1.8rem;
  }

  .hero-content {
    padding-bottom: 4rem;
    text-align: center;
  }

  .hero-title,
  .hero-lead,
  .hero-metrics {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-visual-wrap {
    min-height: auto;
    padding-bottom: 7rem;
  }

  .hero-visual {
    max-width: 620px;
  }

  .partner-wrap {
    margin-top: -3.2rem;
  }

  .partner-panel {
    padding: 1.1rem;
  }

  .page-hero {
    text-align: center;
  }

  .page-hero h1,
  .page-hero p {
    margin-right: auto;
    margin-left: auto;
  }

  .page-hero .eyebrow {
    justify-content: center;
  }

  .breadcrumb {
    justify-content: center;
  }

  .page-hero-visual {
    margin-top: 2rem;
  }

  .service-detail-visual {
    max-width: 680px;
    margin-inline: auto;
  }

  .contact-aside {
    position: relative;
    top: auto;
  }
}

@media (max-width: 767.98px) {
  .brand-copy small {
    display: none;
  }

  .site-header .navbar {
    min-height: 4.8rem;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-content {
    padding-top: 4.5rem;
  }

  .hero-title {
    font-size: clamp(2.65rem, 12vw, 4.4rem);
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 430px;
    text-align: left;
  }

  .hero-metric,
  .hero-metric + .hero-metric {
    padding: 0;
    border: 0;
  }

  .hero-metric + .hero-metric {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .hero-orbit-label {
    display: none;
  }

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

  .partner-name:last-child {
    grid-column: 1 / -1;
  }

  .value-floating-card {
    right: 1rem;
    bottom: 1rem;
  }

  .cta-panel {
    text-align: center;
  }

  .cta-panel .d-flex {
    justify-content: center;
  }

  .service-detail {
    padding-block: 4.5rem;
  }
}

@media (max-width: 575.98px) {
  .container {
    --bs-gutter-x: 1.5rem;
  }

  .row.g-5 {
    --bs-gutter-x: 1.5rem;
  }

  .brand-mark {
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 0.78rem;
  }

  .brand-mark svg {
    width: 1.75rem;
    height: 1.75rem;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .hero-actions .btn,
  .cta-panel .btn {
    width: 100%;
  }

  .partner-wrap {
    margin-top: -2rem;
  }

  .partner-list {
    grid-template-columns: 1fr;
  }

  .partner-name:last-child {
    grid-column: auto;
  }

  .service-card,
  .contact-card,
  .contact-aside,
  .contact-form-card,
  .strategy-panel,
  .experience-card {
    border-radius: 1.25rem;
  }

  .value-floating-card {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    margin: -1.5rem 1rem 0;
  }

  .page-hero h1 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .footer-statement {
    font-size: 1.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-header,
  .site-footer,
  .scroll-top,
  .hero-actions,
  .cta-panel .btn,
  .copy-email-button {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  .hero-section,
  .page-hero,
  .cta-panel,
  .experience-card,
  .contact-aside {
    color: #000;
    background: #fff !important;
    box-shadow: none;
  }

  .hero-section h1,
  .page-hero h1,
  .cta-panel h2,
  .experience-card h3,
  .contact-aside h2 {
    color: #000;
  }
}
