:root {
  --primary: #81b829;
  --light: #a4cf28;
  --deep: #438526;
  --support: #63a028;
  --text: #595959;
  --surface: #e4ebe2;
  --neutral: #f6f8f4;
  --dark: #1f2a1f;
  --enpark-font-family: "Inter Tight", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --enpark-type-body: 16px;
  --enpark-type-small: 14px;
  --enpark-type-eyebrow: 12px;
  --enpark-type-lead: clamp(17px, 1.5vw, 20px);
  --enpark-type-h1: clamp(36px, 4.4vw, 56px);
  --enpark-type-h2: clamp(26px, 2.7vw, 34px);
  --enpark-type-h3: clamp(20px, 1.8vw, 22px);
}

.enpark-el-container {
  width: min(100% - 40px, 1280px);
  margin-right: auto;
  margin-left: auto;
}

.enpark-el-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 12vw, 150px) 0 clamp(64px, 8vw, 110px);
  background:
    radial-gradient(circle at 50% 20%, rgba(164, 207, 40, 0.18), rgba(164, 207, 40, 0) 34%),
    #fff;
}

.enpark-el-hero-grid {
  display: grid;
  gap: 36px;
  align-items: center;
}

.enpark-el-hero-copy {
  display: grid;
  justify-items: center;
  text-align: center;
}

.enpark-el-pill {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(31, 42, 31, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 12px 22px;
  color: var(--dark);
  font-weight: 800;
}

.enpark-el-hero h1 {
  max-width: 980px;
  margin: 28px auto 0;
  color: #000;
  font-size: clamp(46px, 8vw, 108px);
  font-weight: 800;
  line-height: 0.96;
}

.enpark-el-hero-copy > p:not(.enpark-el-pill) {
  max-width: 760px;
  margin: 28px auto 0;
  color: var(--text);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.enpark-el-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.enpark-el-hero-media {
  overflow: hidden;
  max-width: 920px;
  margin: 0 auto;
  border-radius: 8px;
}

.enpark-el-hero-media img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.enpark-el-section-heading {
  padding: 72px 0 34px;
}

.enpark-el-section-heading .content-copy {
  max-width: 680px;
  margin-top: 18px;
}

.enpark-el-media-marquee {
  margin: 28px 0;
}

.enpark-el-metrics {
  padding: 44px 0;
}

.enpark-el-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 42px 0;
}

.enpark-el-card {
  display: grid;
  min-height: 260px;
  align-content: end;
  overflow: hidden;
  border: 1px solid rgba(31, 42, 31, 0.1);
  border-radius: 8px;
  background: var(--neutral);
  padding: 22px;
  color: var(--dark);
  text-decoration: none;
}

.enpark-el-card img {
  width: calc(100% + 44px);
  height: 190px;
  margin: -22px -22px 22px;
  object-fit: cover;
}

.enpark-el-card span {
  margin-bottom: 16px;
  color: var(--primary);
  font-size: 28px;
  font-weight: 800;
}

.enpark-el-card h3 {
  color: var(--dark);
  font-size: 24px;
  font-weight: 780;
  line-height: 1.12;
}

.enpark-el-card p {
  margin-top: 12px;
  color: var(--text);
  line-height: 1.55;
}

.enpark-el-service-slider {
  padding: 24px 0 76px;
}

.enpark-reason-tabs {
  display: grid;
  gap: 28px;
  padding: 72px 0;
}

.enpark-reason-copy h2 {
  max-width: 660px;
  color: #000;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 780;
  line-height: 1;
}

.enpark-reason-items {
  display: grid;
  gap: 12px;
}

.enpark-reason-tab {
  display: grid;
  width: 100%;
  gap: 10px;
  border: 1px solid rgba(31, 42, 31, 0.1);
  border-radius: 8px;
  background: #fff;
  padding: 22px;
  text-align: left;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.enpark-reason-tab.is-active,
.enpark-reason-tab:hover {
  transform: translateY(-2px);
  border-color: rgba(129, 184, 41, 0.38);
  background: var(--neutral);
}

.enpark-reason-tab h3 {
  color: var(--dark);
  font-size: 22px;
  font-weight: 780;
}

.enpark-reason-tab p {
  color: var(--text);
  line-height: 1.55;
}

.enpark-el-lead-cta {
  padding: 42px 0;
  background: var(--dark);
}

.enpark-el-lead-cta .cta-copy h2 {
  color: #000;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 780;
  line-height: 1.02;
}

.enpark-el-lead-cta .cta-copy p:not(.eyebrow) {
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.65;
}

.enpark-elementor-mobile-bottom-nav .mobile-bottom-bar {
  max-width: 430px;
}

.enpark-service-index-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 124px) 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(164, 207, 40, 0.22), rgba(164, 207, 40, 0) 30%),
    linear-gradient(180deg, #fff 0%, #f6f8f4 100%);
}

.enpark-service-index-showcase::before {
  position: absolute;
  inset: 7% auto auto -14%;
  width: 38vw;
  height: 38vw;
  content: "";
  border-radius: 999px;
  background: rgba(67, 133, 38, 0.08);
  filter: blur(2px);
}

.enpark-service-index-shell {
  position: relative;
  display: grid;
  width: min(100% - 40px, 1280px);
  margin: 0 auto;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}

.service-index-copy h2,
.service-detail-poster h2,
.service-deliverable-head h2 {
  max-width: 780px;
  margin-top: 18px;
  color: #081208;
  font-size: clamp(38px, 5vw, 76px);
  font-weight: 820;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.service-index-copy > p:not(.eyebrow),
.service-detail-poster > div > p,
.service-deliverable-head p:not(.eyebrow) {
  max-width: 610px;
  margin-top: 24px;
  color: rgba(31, 42, 31, 0.66);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.65;
}

.service-index-visual {
  position: relative;
  min-height: clamp(360px, 42vw, 620px);
  overflow: hidden;
  border-radius: 30px;
  background: var(--surface);
  box-shadow: 0 30px 90px rgba(31, 42, 31, 0.16);
}

.service-index-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
  transition: transform 800ms ease;
}

.service-index-visual:hover img {
  transform: scale(1.045);
}

.service-index-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(8, 18, 8, 0) 38%, rgba(8, 18, 8, 0.68) 100%);
}

.service-index-visual-caption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.service-index-visual-caption span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.service-index-visual-caption strong {
  max-width: 300px;
  text-align: right;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 800;
  line-height: 0.98;
}

.service-index-services {
  position: relative;
  display: grid;
  width: min(100% - 40px, 1280px);
  margin: clamp(44px, 6vw, 86px) auto 0;
  border-top: 1px solid rgba(31, 42, 31, 0.14);
}

.service-index-row {
  display: grid;
  grid-template-columns: 90px minmax(260px, 0.9fr) minmax(280px, 1fr) 52px;
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  min-height: 154px;
  border-bottom: 1px solid rgba(31, 42, 31, 0.14);
  color: var(--dark);
  text-decoration: none;
  transition: background 220ms ease, padding 220ms ease;
}

.service-index-row:hover {
  padding-right: 18px;
  padding-left: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.service-index-number {
  color: rgba(67, 133, 38, 0.38);
  font-family: "Spectral", serif;
  font-size: clamp(38px, 5vw, 70px);
  font-weight: 700;
  line-height: 1;
}

.service-index-row small {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--deep);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.service-index-row h3 {
  max-width: 460px;
  color: #081208;
  font-size: clamp(27px, 3vw, 46px);
  font-weight: 790;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.service-index-row p {
  max-width: 520px;
  color: rgba(31, 42, 31, 0.64);
  font-size: 16px;
  line-height: 1.62;
}

.service-index-arrow {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(67, 133, 38, 0.22);
  border-radius: 999px;
  color: var(--deep);
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.service-index-row:hover .service-index-arrow {
  transform: rotate(45deg);
  background: var(--primary);
  color: #fff;
}

.service-index-flow {
  display: grid;
  width: min(100% - 40px, 1280px);
  margin: clamp(46px, 6vw, 88px) auto 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: 30px;
  background: #111d11;
  color: #fff;
  overflow: hidden;
}

.service-index-flow article {
  min-height: 260px;
  padding: clamp(24px, 3vw, 38px);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.service-index-flow article:last-child {
  border-right: 0;
}

.service-index-flow span {
  color: var(--primary);
  font-family: "Spectral", serif;
  font-size: 44px;
  font-weight: 700;
}

.service-index-flow h3 {
  margin-top: 58px;
  color: #fff;
  font-size: 24px;
  font-weight: 760;
  line-height: 1.05;
}

.service-index-flow p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.58;
}

.enpark-service-detail-experience {
  overflow: clip;
  background: #fff;
}

.service-detail-poster {
  position: relative;
  display: grid;
  width: min(100% - 40px, 1280px);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.55fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: end;
  padding: clamp(72px, 8vw, 116px) 0 clamp(42px, 6vw, 76px);
}

.service-detail-poster::after {
  position: absolute;
  z-index: 0;
  right: -18%;
  bottom: 10%;
  width: min(520px, 42vw);
  height: min(520px, 42vw);
  content: "";
  border-radius: 999px;
  background: radial-gradient(circle, rgba(129, 184, 41, 0.22), rgba(129, 184, 41, 0) 70%);
}

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

.service-detail-signals {
  display: grid;
  gap: 12px;
  border-radius: 28px;
  background: var(--neutral);
  padding: 22px;
}

.service-detail-signals span {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(31, 42, 31, 0.08);
  padding-bottom: 12px;
  color: var(--dark);
  font-weight: 760;
  line-height: 1.35;
}

.service-detail-signals span:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.service-detail-signals svg {
  flex: 0 0 auto;
  color: var(--primary);
}

.service-brochure-button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  margin-top: 4px;
  border: 1px solid rgba(67, 133, 38, 0.22);
  border-radius: 999px;
  background: #fff;
  color: var(--deep);
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.service-brochure-button:hover,
.service-brochure-button:focus {
  transform: translateY(-2px);
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
  text-decoration: none;
}

.service-brochure-button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: currentColor;
}

.service-brochure-button-rail {
  margin-top: 18px;
  border-left: 1px solid rgba(67, 133, 38, 0.22);
  padding: 0 18px;
}

.service-detail-rail .service-brochure-button-rail:hover,
.service-detail-rail .service-brochure-button-rail:focus {
  transform: translateY(-2px);
  border-color: var(--primary);
}

.service-detail-layout {
  display: grid;
  width: min(100% - 40px, 1280px);
  margin: 0 auto;
  grid-template-columns: minmax(220px, 0.3fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
  padding: clamp(48px, 6vw, 90px) 0;
  border-top: 1px solid rgba(31, 42, 31, 0.12);
}

.enpark-contact-map-section {
  background: #fff;
  padding: clamp(28px, 5vw, 60px) 20px clamp(58px, 7vw, 92px);
}

.enpark-contact-map-shell {
  display: grid;
  width: min(100%, 1280px);
  margin: 0 auto;
  grid-template-columns: minmax(320px, 0.72fr) minmax(420px, 1.28fr);
  gap: clamp(16px, 2.4vw, 28px);
  align-items: stretch;
}

.enpark-contact-map-copy {
  border: 1px solid rgba(31, 42, 31, 0.08);
  border-radius: 22px;
  background: var(--neutral);
  padding: clamp(22px, 3vw, 34px);
}

.enpark-contact-map-copy h2 {
  max-width: 420px;
  margin-top: 12px;
  color: #081208;
  font-size: clamp(26px, 2.7vw, 36px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.enpark-contact-map-copy > p:not(.eyebrow) {
  max-width: 460px;
  margin-top: 14px;
  color: rgba(31, 42, 31, 0.66);
  font-size: 15px;
  line-height: 1.58;
}

.enpark-contact-details {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.enpark-contact-details article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(31, 42, 31, 0.08);
  border-radius: 16px;
  background: #fff;
  padding: 14px;
}

.enpark-contact-details svg {
  width: 22px;
  height: 22px;
  color: var(--primary);
}

.enpark-contact-details strong {
  display: block;
  margin-bottom: 4px;
  color: var(--dark);
  font-size: 13px;
  font-weight: 850;
}

.enpark-contact-details a,
.enpark-contact-details span {
  color: rgba(31, 42, 31, 0.72);
  font-weight: 650;
  line-height: 1.42;
  text-decoration: none;
}

.enpark-contact-details a:hover {
  color: var(--deep);
}

.enpark-contact-map-frame {
  height: 100%;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(31, 42, 31, 0.1);
  border-radius: 24px;
  background: var(--neutral);
  box-shadow: 0 18px 54px rgba(31, 42, 31, 0.1);
}

.enpark-contact-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  border: 0;
}

.service-detail-rail {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 8px;
}

.service-detail-rail > span {
  margin-bottom: 14px;
  color: var(--deep);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-detail-rail a {
  display: grid;
  gap: 5px;
  border-left: 2px solid rgba(31, 42, 31, 0.1);
  padding: 10px 0 10px 16px;
  color: rgba(31, 42, 31, 0.62);
  font-weight: 760;
  line-height: 1.25;
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.service-detail-rail .service-brochure-button-rail {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(67, 133, 38, 0.22);
  border-radius: 999px;
  padding: 0 18px;
  color: var(--deep);
  line-height: 1;
  white-space: nowrap;
}

.service-detail-rail a:hover {
  transform: translateX(3px);
  border-color: var(--primary);
  color: var(--dark);
}

.service-detail-rail small {
  color: var(--primary);
  font-family: "Spectral", serif;
  font-size: 18px;
  font-weight: 700;
}

.service-detail-chapters {
  display: grid;
  gap: 18px;
}

.service-detail-chapter {
  position: relative;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: clamp(20px, 4vw, 48px);
  border-radius: 30px;
  background: var(--neutral);
  padding: clamp(24px, 4vw, 52px);
  transition: transform 220ms ease, background 220ms ease;
}

.service-detail-chapter:nth-child(even) {
  background: #111d11;
}

.service-detail-chapter:hover {
  transform: translateY(-4px);
}

.service-detail-chapter-index {
  color: rgba(67, 133, 38, 0.4);
  font-family: "Spectral", serif;
  font-size: clamp(50px, 6vw, 86px);
  font-weight: 700;
  line-height: 0.9;
}

.service-detail-chapter h2 {
  max-width: 760px;
  margin-top: 12px;
  color: #081208;
  font-size: clamp(30px, 3.4vw, 52px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.service-detail-chapter p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 20px;
  color: rgba(31, 42, 31, 0.66);
  font-size: 17px;
  line-height: 1.72;
}

.service-detail-chapter ul {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding: 0;
  list-style: none;
}

.service-detail-chapter li {
  position: relative;
  padding-left: 24px;
  color: rgba(31, 42, 31, 0.76);
  line-height: 1.55;
}

.service-detail-chapter li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 999px;
  background: var(--primary);
}

.service-detail-chapter:nth-child(even) h2,
.service-detail-chapter:nth-child(even) .eyebrow {
  color: #fff;
}

.service-detail-chapter:nth-child(even) p:not(.eyebrow),
.service-detail-chapter:nth-child(even) li {
  color: rgba(255, 255, 255, 0.68);
}

.service-deliverable-matrix {
  width: min(100% - 40px, 1280px);
  margin: 0 auto;
  padding: clamp(36px, 6vw, 80px) 0 clamp(76px, 9vw, 130px);
}

.service-deliverable-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.28fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 28px;
}

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

.service-deliverable-grid article {
  min-height: 250px;
  border: 1px solid rgba(31, 42, 31, 0.1);
  border-radius: 28px;
  background: #fff;
  padding: 26px;
  box-shadow: 0 16px 44px rgba(31, 42, 31, 0.06);
  transition: transform 220ms ease, border-color 220ms ease;
}

.service-deliverable-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(129, 184, 41, 0.42);
}

.service-deliverable-grid svg {
  width: 34px;
  height: 34px;
  color: var(--primary);
}

.service-deliverable-grid h3 {
  margin-top: 56px;
  color: var(--dark);
  font-size: 24px;
  font-weight: 790;
  line-height: 1.05;
}

.service-deliverable-grid p {
  margin-top: 14px;
  color: rgba(31, 42, 31, 0.64);
  line-height: 1.58;
}

html {
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0;
}

img {
  max-width: 100%;
}

.nav-link {
  position: relative;
  transition: color 180ms ease;
}

.nav-link::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  background: var(--primary);
  transition: transform 180ms ease;
}

.nav-link:hover {
  color: var(--dark);
}

.nav-link:hover::after {
  transform: scaleX(1);
}

.mega-trigger {
  position: relative;
}

.mega-trigger::after {
  position: fixed;
  z-index: 59;
  top: 60px;
  right: 0;
  left: 0;
  height: 48px;
  content: "";
  display: none;
}

.mega-trigger:hover::after,
.mega-trigger:focus-within::after,
.mega-trigger.is-open::after {
  display: block;
}

.mega-menu {
  position: fixed;
  z-index: 60;
  top: 78px;
  right: 0;
  left: 0;
  padding: 18px 24px 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

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

.mega-panel {
  display: grid;
  max-width: 1210px;
  margin: 0 auto;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 28px;
  border: 1px solid rgba(31, 42, 31, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 30px 70px rgba(31, 42, 31, 0.14);
  padding: 28px;
}

.mega-intro {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  background: var(--neutral);
  padding: 26px;
}

.mega-intro span,
.footer-cta span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--deep);
}

.mega-intro strong {
  display: block;
  margin-top: 14px;
  max-width: 380px;
  font-size: clamp(26px, 2.4vw, 32px);
  font-weight: 750;
  line-height: 1.04;
  color: var(--dark);
}

.mega-intro p {
  margin-top: 16px;
  max-width: 430px;
  color: var(--text);
  line-height: 1.55;
}

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

.mega-link {
  display: grid;
  gap: 8px;
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  transition: background 180ms ease, transform 180ms ease;
}

.mega-link:hover {
  transform: translateY(-2px);
  background: var(--neutral);
}

.mega-link span {
  color: var(--dark);
  font-size: 19px;
  font-weight: 750;
}

.mega-link small {
  color: var(--text);
  font-size: 14px;
  line-height: 1.45;
}

.mobile-details summary {
  cursor: pointer;
  list-style: none;
}

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

.mobile-bottom-nav {
  position: fixed;
  z-index: 70;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  padding: 0 14px calc(12px + env(safe-area-inset-bottom));
  pointer-events: none;
}

.mobile-bottom-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  max-width: 430px;
  min-height: 74px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(31, 42, 31, 0.96);
  box-shadow: 0 18px 42px rgba(31, 42, 31, 0.28);
  pointer-events: auto;
}

.mobile-bottom-item {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 74px;
  pointer-events: auto;
  align-content: center;
  justify-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.mobile-bottom-item:hover,
.mobile-bottom-item:focus {
  text-decoration: none;
}

.mobile-bottom-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.mobile-bottom-icon svg {
  width: 21px;
  height: 21px;
  stroke-width: 2.2;
}

.mobile-bottom-label {
  max-width: 64px;
  min-height: 20px;
  line-height: 1.05;
  white-space: normal;
}

.mobile-bottom-item.is-active {
  transform: translateY(-8px);
  color: #fff;
}

.mobile-bottom-item.is-active .mobile-bottom-icon {
  width: 52px;
  height: 52px;
  background: var(--primary);
  color: #fff;
  box-shadow:
    0 0 0 8px rgba(31, 42, 31, 0.96),
    0 12px 26px rgba(129, 184, 41, 0.32);
}

.mobile-bottom-item:not(.is-active):hover {
  color: rgba(255, 255, 255, 0.86);
}

.mobile-bottom-whatsapp .mobile-bottom-icon {
  color: #25d366;
}

.mobile-bottom-whatsapp.is-active .mobile-bottom-icon,
.mobile-bottom-whatsapp:hover .mobile-bottom-icon {
  color: #fff;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 13px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.btn-primary {
  background: var(--primary);
  color: #fff;
}

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

.btn-secondary {
  border: 1px solid rgba(67, 133, 38, 0.25);
  background: #fff;
  color: var(--deep);
}

.btn-secondary:hover {
  border-color: var(--deep);
}

.hero-shell::before {
  position: absolute;
  top: 80px;
  left: 50%;
  width: min(760px, 80vw);
  height: min(760px, 80vw);
  content: "";
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(164, 207, 40, 0.18), rgba(164, 207, 40, 0) 68%);
  pointer-events: none;
}

.hero-shell-compact {
  padding-top: clamp(48px, 5vw, 72px);
}

@media (max-width: 767px) {
  .hero-shell-compact {
    padding-top: 44px;
  }
}

.media-marquee {
  position: relative;
  overflow: hidden;
}

.media-marquee::before,
.media-marquee::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 120px;
  content: "";
  pointer-events: none;
}

.media-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}

.media-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
}

.media-track {
  display: flex;
  width: max-content;
  min-width: 100%;
  align-items: flex-end;
  gap: 16px;
  animation: marquee 36s linear infinite;
}

.media-tile {
  width: clamp(210px, 24vw, 360px);
  height: clamp(180px, 22vw, 270px);
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.media-tile-tall {
  height: clamp(230px, 28vw, 350px);
}

.media-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.section-space {
  padding: 96px 0;
}

.eyebrow {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--deep);
}

.section-title {
  margin-top: 14px;
  max-width: 900px;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 650;
  line-height: 1.06;
  letter-spacing: 0;
  color: var(--dark);
}

.page-hero {
  padding: clamp(28px, 4vw, 52px) 0 clamp(54px, 6vw, 78px);
  background: var(--neutral);
}

.page-hero.service-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(129, 184, 41, 0.13), transparent 30%),
    linear-gradient(135deg, #f6f8f4 0%, #ffffff 100%);
  padding: clamp(28px, 4vw, 52px) 0 clamp(54px, 6vw, 78px);
}

.page-hero.service-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  width: min(42vw, 560px);
  height: min(42vw, 560px);
  content: "";
  border-radius: 999px;
  background: rgba(164, 207, 40, 0.14);
  filter: blur(24px);
  transform: translate(24%, -34%);
}

.page-hero.service-hero > div {
  position: relative;
  z-index: 1;
}

.page-kicker {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--deep);
}

.page-title {
  margin-top: 18px;
  max-width: 980px;
  font-size: clamp(34px, 4.4vw, 56px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
  color: var(--dark);
}

.page-lead {
  margin-top: 24px;
  max-width: 720px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  color: var(--text);
}

.page-hero-signals {
  display: flex;
  max-width: 760px;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.page-hero-signals span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(67, 133, 38, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  padding: 10px 14px;
  color: var(--dark);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.2;
  box-shadow: 0 10px 26px rgba(31, 42, 31, 0.06);
}

.page-hero-signals svg {
  width: 17px;
  height: 17px;
  color: var(--primary);
}

.page-hero.service-hero .about-hero-media {
  min-height: clamp(330px, 30vw, 470px);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(31, 42, 31, 0.14);
}

.page-hero.service-hero .about-hero-media img {
  min-height: clamp(330px, 30vw, 470px);
}

.page-hero.service-hero .about-hero-panel {
  border-radius: 22px;
  background: rgba(8, 18, 8, 0.78);
}

.content-title {
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  color: var(--dark);
}

.content-subtitle {
  font-size: clamp(19px, 1.8vw, 24px);
  font-weight: 700;
  line-height: 1.18;
  color: var(--dark);
}

.content-copy {
  font-size: 18px;
  line-height: 1.65;
  color: var(--text);
}

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

.content-list li {
  position: relative;
  padding-left: 26px;
  font-size: 17px;
  line-height: 1.5;
  color: var(--text);
}

.content-list li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 999px;
  background: var(--primary);
}

.page-band {
  border-top: 1px solid rgba(31, 42, 31, 0.08);
  border-bottom: 1px solid rgba(31, 42, 31, 0.08);
  background: var(--neutral);
}

.split-layout {
  display: grid;
  gap: 48px;
}

.about-hero {
  overflow: hidden;
}

.about-hero-grid {
  display: grid;
  gap: 44px;
  align-items: end;
}

.about-hero-media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--dark);
}

.about-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  filter: saturate(0.92);
  transform: scale(1.02);
}

.about-hero-panel {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(31, 42, 31, 0.78);
  padding: 20px;
  color: #fff;
  backdrop-filter: blur(16px);
}

.about-hero-panel span {
  display: block;
  color: var(--light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-hero-panel strong {
  display: block;
  max-width: 420px;
  margin-top: 10px;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 750;
  line-height: 1.08;
}

.about-stat-strip {
  border-top: 1px solid rgba(31, 42, 31, 0.08);
  border-bottom: 1px solid rgba(31, 42, 31, 0.08);
  background: #fff;
  padding: 18px 0;
}

.about-stat {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  border-radius: 8px;
  background: var(--neutral);
  padding: 22px;
}

.about-stat span {
  font-family: "Spectral", Georgia, serif;
  color: var(--primary);
  font-size: 46px;
  font-weight: 700;
  line-height: 0.9;
}

.about-stat p {
  color: var(--dark);
  font-size: 16px;
  font-weight: 720;
  line-height: 1.3;
}

.section-head {
  max-width: 760px;
}

.about-capability-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 44px;
}

.about-capability {
  display: grid;
  min-height: 290px;
  align-content: start;
  border-left: 1px solid rgba(31, 42, 31, 0.12);
  padding: 22px 18px;
  transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.about-capability:hover {
  transform: translateY(-3px);
  border-color: rgba(67, 133, 38, 0.26);
  background: rgba(255, 255, 255, 0.58);
}

.about-capability svg {
  width: 30px;
  height: 30px;
  color: var(--deep);
}

.about-capability h3 {
  margin-top: 32px;
  color: var(--dark);
  font-size: 21px;
  font-weight: 750;
  line-height: 1.12;
}

.about-capability p {
  margin-top: 14px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.52;
}

.about-timeline {
  position: relative;
  display: grid;
  gap: 0;
}

.about-timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 1px;
  content: "";
  background: rgba(31, 42, 31, 0.12);
}

.about-timeline-step {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 22px;
  border-top: 1px solid rgba(31, 42, 31, 0.1);
  padding: 26px 0;
}

.about-timeline-step:last-child {
  border-bottom: 1px solid rgba(31, 42, 31, 0.1);
}

.about-timeline-step span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 80px;
  height: 80px;
  place-items: center;
  border: 1px solid rgba(129, 184, 41, 0.34);
  border-radius: 999px;
  background: #fff;
  color: var(--primary);
  font-family: "Spectral", Georgia, serif;
  font-size: 30px;
  font-weight: 700;
}

.about-timeline-step h3 {
  color: var(--dark);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 750;
  line-height: 1.08;
}

.about-timeline-step p {
  margin-top: 12px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.58;
}

.about-proof-section {
  background: var(--neutral);
}

.about-proof-grid {
  display: grid;
  gap: 48px;
  align-items: center;
}

.about-proof-media {
  overflow: hidden;
  border-radius: 8px;
  min-height: 520px;
}

.about-proof-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.about-proof-list {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.about-proof-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  border-top: 1px solid rgba(31, 42, 31, 0.12);
  padding-top: 22px;
}

.about-proof-list svg {
  width: 30px;
  height: 30px;
  color: var(--deep);
}

.about-proof-list h3 {
  color: var(--dark);
  font-size: 22px;
  font-weight: 750;
  line-height: 1.16;
}

.about-proof-list p {
  margin-top: 9px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.56;
}

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

.service-list a,
.service-list article,
.blog-list article {
  display: grid;
  gap: 14px;
  border-radius: 8px;
  background: var(--neutral);
  padding: 24px;
  color: var(--dark);
  transition: transform 180ms ease, background 180ms ease;
}

.service-list a:hover {
  transform: translateY(-2px);
  background: #eef4ec;
}

.service-list span,
.blog-list span {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--deep);
}

.service-list h2,
.service-list h3,
.blog-list h2 {
  font-size: clamp(21px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.16;
}

.service-list p,
.blog-list p {
  font-size: 16px;
  line-height: 1.55;
  color: var(--text);
}

.detail-visual {
  overflow: hidden;
  border-radius: 8px;
  min-height: 360px;
}

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

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

.contact-box {
  border-radius: 8px;
  background: var(--neutral);
  padding: 24px;
}

.contact-box h2,
.contact-box h3 {
  font-size: 21px;
  font-weight: 700;
  color: var(--dark);
}

.contact-box p,
.contact-box a {
  margin-top: 10px;
  display: block;
  color: var(--text);
}

.section-copy {
  font-size: 20px;
  line-height: 1.55;
  color: var(--text);
}

.inline-link {
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 6px;
  font-weight: 800;
  color: var(--deep);
}

.stat-number {
  font-family: "Spectral", Georgia, serif;
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 700;
  line-height: 0.9;
  color: var(--dark);
}

.stat-label {
  margin-top: 10px;
  max-width: 170px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--text);
}

.reason-row {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  width: 100%;
  border-bottom: 1px solid rgba(31, 42, 31, 0.1);
  border-radius: 8px;
  padding: 26px 0;
  text-align: left;
  transition: background 180ms ease, border-color 180ms ease, padding 180ms ease;
}

.reason-row:first-child {
  border-top: 1px solid rgba(31, 42, 31, 0.1);
}

.reason-row:hover,
.reason-row:focus-visible,
.reason-row.is-active {
  border-color: rgba(67, 133, 38, 0.22);
  background: rgba(255, 255, 255, 0.7);
  padding-right: 18px;
  padding-left: 18px;
}

.reason-row:focus-visible {
  outline: 3px solid rgba(129, 184, 41, 0.28);
  outline-offset: 3px;
}

.reason-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: var(--deep);
  transition: background 180ms ease, color 180ms ease;
}

.reason-row.is-active .reason-icon {
  background: var(--primary);
  color: #fff;
}

.reason-icon svg {
  width: 25px;
  height: 25px;
}

.reason-row h3 {
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 650;
  line-height: 1.12;
  color: var(--dark);
}

.reason-row p {
  margin-top: 12px;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.55;
  color: var(--text);
}

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

.process-item {
  min-height: 320px;
  border-radius: 8px;
  background: var(--neutral);
  padding: 26px;
  color: var(--dark);
}

.process-wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 20px;
}

.process-item span,
.service-slide span,
.insight-item span {
  display: inline-flex;
  margin-bottom: 24px;
  font-family: "Spectral", Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  color: var(--primary);
}

.process-item h3 {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.16;
}

.process-item p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--text);
}

.process-visual {
  overflow: hidden;
  border-radius: 8px;
}

.process-visual img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.slider-btn {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  transition: background 180ms ease, transform 180ms ease;
}

.slider-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
}

.slider-btn svg {
  width: 19px;
  height: 19px;
}

.service-section-eyebrow {
  color: var(--light);
}

.service-section-title {
  color: #000;
}

.service-full-container {
  --service-gutter: 20px;
  width: 100%;
}

.service-viewport {
  overflow: hidden;
  width: calc(100vw - var(--service-gutter));
  max-width: none;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 92%, transparent);
}

.service-track {
  display: flex;
  gap: 20px;
  width: max-content;
  will-change: transform;
  animation: service-marquee var(--service-loop-duration, 34s) linear infinite;
}

.service-viewport:hover .service-track {
  animation-play-state: paused;
}

.service-slide {
  position: relative;
  flex: 0 0 clamp(300px, 27vw, 420px);
  height: 520px;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

.media-tile img,
.service-slide img {
  user-select: none;
  -webkit-user-drag: none;
}

@keyframes service-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(var(--service-loop-distance, 2200px) * -1), 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-track {
    animation: none;
  }
}

.service-slide::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.72));
}

.service-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 550ms ease;
}

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

.service-slide div {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
}

.service-slide span {
  margin-bottom: 18px;
  color: var(--light);
}

.service-slide h3 {
  font-size: 27px;
  font-weight: 750;
  line-height: 1.12;
  color: #fff;
}

.service-slide p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}

.insight-item {
  min-height: 230px;
  border-radius: 8px;
  background: var(--neutral);
  padding: 24px;
}

.insight-item span {
  margin-bottom: 38px;
  font-size: 22px;
}

.insight-item h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.18;
}

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

.home-blog-card {
  display: grid;
  min-height: 0;
  align-content: start;
  border: 1px solid rgba(31, 42, 31, 0.1);
  border-radius: 8px;
  background: var(--neutral);
  padding: 22px;
  color: var(--dark);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.home-blog-card:hover {
  transform: translateY(-3px);
  border-color: rgba(67, 133, 38, 0.28);
  background: #fff;
  box-shadow: 0 18px 44px rgba(31, 42, 31, 0.08);
}

.home-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.home-blog-meta span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #fff;
  padding: 7px 10px;
  color: var(--deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-blog-card h3 {
  max-width: 620px;
  font-size: clamp(21px, 2vw, 26px);
  font-weight: 760;
  line-height: 1.12;
  color: var(--dark);
}

.home-blog-card p {
  margin-top: 14px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.55;
}

.cta-panel {
  display: grid;
  gap: 24px;
  border-radius: 8px;
  background:
    linear-gradient(130deg, rgba(129, 184, 41, 0.22), rgba(67, 133, 38, 0.04)),
    rgba(255, 255, 255, 0.05);
  padding: clamp(22px, 3.5vw, 38px);
}

.cta-copy {
  align-self: start;
}

.cta-assurance-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.cta-assurance-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(31, 42, 31, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(31, 42, 31, 0.78);
}

.cta-assurance-list svg {
  width: 16px;
  height: 16px;
  color: var(--deep);
}

.cta-panel-dark-text {
  color: #000;
}

.cta-panel-dark-text .eyebrow,
.cta-panel-dark-text .contact-form span,
.cta-panel-dark-text [data-form-note] {
  color: rgba(0, 0, 0, 0.72);
}

.cta-panel-dark-text h2 {
  color: #000;
}

.cta-panel-dark-text .contact-form input,
.cta-panel-dark-text .contact-form textarea,
.cta-panel-dark-text .contact-form select {
  border-color: rgba(0, 0, 0, 0.16);
  color: #000;
}

.cta-panel-dark-text .contact-form input:focus,
.cta-panel-dark-text .contact-form textarea:focus,
.cta-panel-dark-text .contact-form select:focus {
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.cta-panel-dark-text .btn-primary {
  background: #000;
  color: #fff;
}

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

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

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

.contact-form span {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #fff;
  padding: 14px 15px;
  color: var(--dark);
  outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(89, 89, 89, 0.7);
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(129, 184, 41, 0.18);
}

.contact-form select option {
  color: var(--dark);
}

.lead-form {
  gap: 10px;
  border: 1px solid rgba(31, 42, 31, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 248, 244, 0.9)),
    #fff;
  padding: 16px;
  box-shadow: 0 22px 54px rgba(31, 42, 31, 0.1);
}

.lead-form-header {
  display: grid;
  grid-column: 1 / -1;
  gap: 4px;
  border-bottom: 1px solid rgba(31, 42, 31, 0.1);
  padding-bottom: 10px;
}

.lead-form-header span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--deep);
}

.lead-form-header strong {
  font-size: clamp(18px, 1.8vw, 21px);
  font-weight: 750;
  line-height: 1.12;
  color: var(--dark);
}

.lead-field {
  position: relative;
  gap: 5px;
}

.lead-field span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: rgba(31, 42, 31, 0.76);
}

.lead-form input,
.lead-form textarea,
.lead-form select {
  min-height: 42px;
  border: 1px solid rgba(31, 42, 31, 0.14);
  background: #fbfcfa;
  padding: 9px 13px;
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.lead-form textarea {
  min-height: 76px;
  resize: vertical;
}

.lead-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--deep) 50%),
    linear-gradient(135deg, var(--deep) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 17px,
    calc(100% - 14px) 17px;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  padding-right: 42px;
}

.lead-form input:hover,
.lead-form textarea:hover,
.lead-form select:hover {
  border-color: rgba(67, 133, 38, 0.38);
  background: #fff;
}

.lead-form input:focus,
.lead-form textarea:focus,
.lead-form select:focus {
  border-color: var(--deep);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(129, 184, 41, 0.18);
}

.lead-submit-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 0;
}

.lead-submit-row .btn {
  flex: 0 0 auto;
  min-height: 42px;
  padding-right: 18px;
  padding-left: 18px;
  white-space: nowrap;
}

.lead-submit-row .btn:disabled {
  cursor: wait;
  opacity: 0.72;
}

.lead-submit-row svg {
  width: 17px;
  height: 17px;
}

.lead-submit-row small {
  max-width: 280px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  color: rgba(31, 42, 31, 0.58);
}

.lead-form-status {
  min-height: 18px;
  margin-top: -2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  color: rgba(31, 42, 31, 0.68);
}

.lead-form-status[data-status="success"] {
  color: var(--deep);
}

.lead-form-status[data-status="error"] {
  color: #b3261e;
}

.lead-form-status[data-status="loading"] {
  color: rgba(31, 42, 31, 0.68);
}

.references-showcase {
  overflow: hidden;
}

.references-showcase-head {
  display: grid;
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.references-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.references-metrics span {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(31, 42, 31, 0.1);
  border-radius: 8px;
  background: var(--neutral);
  padding: 18px;
  color: rgba(31, 42, 31, 0.68);
  font-size: 13px;
  font-weight: 750;
}

.references-metrics strong {
  color: var(--dark);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 820;
  line-height: 1;
}

.references-sector-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}

.references-sector-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid rgba(31, 42, 31, 0.1);
  border-radius: 999px;
  background: #fff;
  padding: 8px 12px;
  color: rgba(31, 42, 31, 0.74);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.references-sector-nav a:hover,
.references-sector-nav a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(129, 184, 41, 0.44);
  background: rgba(129, 184, 41, 0.12);
  color: var(--deep);
  outline: none;
}

.references-group-grid {
  display: grid;
  gap: 16px;
}

.references-group-card {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(31, 42, 31, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(129, 184, 41, 0.1), rgba(255, 255, 255, 0) 46%),
    #fff;
  padding: clamp(20px, 3vw, 30px);
  scroll-margin-top: 112px;
  box-shadow: 0 20px 60px rgba(31, 42, 31, 0.06);
}

.references-group-kicker {
  width: fit-content;
  border-radius: 999px;
  background: rgba(129, 184, 41, 0.15);
  padding: 7px 11px;
  color: var(--deep);
  font-size: 12px;
  font-weight: 820;
}

.references-group-card h3 {
  margin: 0;
  color: var(--dark);
  font-size: var(--enpark-type-h3);
  font-weight: 820;
  line-height: 1.24;
}

.references-group-card p {
  max-width: 720px;
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
}

.references-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.references-chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(31, 42, 31, 0.1);
  border-radius: 999px;
  background: rgba(246, 248, 244, 0.86);
  padding: 7px 12px;
  color: rgba(31, 42, 31, 0.78);
  font-size: 13px;
  font-weight: 740;
  line-height: 1.25;
}

.references-brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}

.references-brand-card {
  display: grid;
  grid-template-rows: 82px auto;
  gap: 10px;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(31, 42, 31, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  padding: 12px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.references-brand-card:hover {
  transform: translateY(-3px);
  border-color: rgba(129, 184, 41, 0.34);
  box-shadow: 0 18px 42px rgba(31, 42, 31, 0.1);
}

.references-brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  border-radius: 8px;
  background: #fff;
  padding: 12px;
  box-shadow: inset 0 0 0 1px rgba(31, 42, 31, 0.07);
}

.references-brand-logo img {
  display: block;
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.82;
  transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.references-brand-card:hover .references-brand-logo img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.04);
}

.references-brand-initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--dark);
  color: #fff;
  font-size: 17px;
  font-weight: 820;
  letter-spacing: 0;
}

.references-brand-card figcaption {
  display: -webkit-box;
  min-width: 0;
  min-height: 36px;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: rgba(31, 42, 31, 0.78);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
  text-align: center;
}

.cta-panel-dark-text .lead-form .lead-form-header span {
  color: var(--deep);
}

.cta-panel-dark-text .lead-form .lead-field span {
  color: rgba(31, 42, 31, 0.76);
}

.cta-panel-dark-text .lead-form input,
.cta-panel-dark-text .lead-form textarea,
.cta-panel-dark-text .lead-form select {
  border-color: rgba(31, 42, 31, 0.14);
  color: var(--dark);
}

.cta-panel-dark-text .lead-form input:focus,
.cta-panel-dark-text .lead-form textarea:focus,
.cta-panel-dark-text .lead-form select:focus {
  border-color: var(--deep);
  box-shadow: 0 0 0 4px rgba(129, 184, 41, 0.18);
}

.footer-title {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.footer-title-contact {
  color: #fff;
}

.footer-links {
  display: grid;
  gap: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  transition: color 180ms ease;
}

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

.site-footer {
  background: var(--dark);
  color: #fff;
  padding-top: 24px;
}

.footer-cta {
  display: grid;
  position: relative;
  gap: 22px;
  align-items: end;
  overflow: hidden;
  border: 1px solid rgba(129, 184, 41, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 244, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(164, 207, 40, 0.26), rgba(164, 207, 40, 0) 44%);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
  margin-bottom: 42px;
  padding: clamp(24px, 4vw, 38px);
}

.footer-cta-copy {
  max-width: 760px;
}

.footer-cta strong {
  display: block;
  margin-top: 10px;
  color: var(--dark);
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 780;
  line-height: 1.18;
  letter-spacing: 0;
}

.footer-cta p {
  max-width: 620px;
  margin-top: 12px;
  color: rgba(31, 42, 31, 0.72);
  font-size: 15px;
  line-height: 1.65;
}

.footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.footer-cta-secondary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(67, 133, 38, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 12px 20px;
  color: var(--deep);
  font-size: 14px;
  font-weight: 800;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.footer-cta-secondary:hover {
  border-color: rgba(67, 133, 38, 0.48);
  background: #fff;
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .footer-cta-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .footer-cta-actions .btn,
  .footer-cta-secondary {
    width: 100%;
  }
}

.insights-hero {
  padding: 150px 0 64px;
  background: #fff;
}

.insights-breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.insights-title {
  margin-top: 28px;
  max-width: 960px;
  font-size: clamp(38px, 5.6vw, 72px);
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0;
  color: var(--dark);
}

.insights-intro {
  display: grid;
  gap: 24px;
  margin-top: 34px;
  max-width: 1120px;
}

.insights-intro p {
  color: var(--text);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.62;
}

.topic-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 100%;
  overflow: visible;
  padding: 28px 0 6px;
}

.topic-filter a {
  flex: 0 1 auto;
  border: 1px solid rgba(31, 42, 31, 0.12);
  border-radius: 999px;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dark);
}

.topic-filter a.active,
.topic-filter a:hover {
  background: var(--dark);
  color: #fff;
}

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

.insight-card-large,
.insight-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(31, 42, 31, 0.1);
  border-radius: 8px;
  background: #fff;
  color: var(--dark);
  box-shadow: 0 18px 45px rgba(31, 42, 31, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.insight-card-large,
.insight-card {
  grid-template-rows: auto 1fr;
}

.insight-card:hover,
.insight-card-large:hover {
  transform: translateY(-4px);
  border-color: rgba(67, 133, 38, 0.26);
  box-shadow: 0 24px 60px rgba(31, 42, 31, 0.1);
}

.insight-card img,
.insight-card-large img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}

.insight-card > div,
.insight-card-large > div {
  display: grid;
  align-content: start;
  padding: 24px;
}

.insight-card.is-without-image > div {
  padding-top: 30px;
}

.insight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.insight-meta span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--neutral);
  padding: 7px 10px;
}

.insight-card h3,
.insight-card-large h3 {
  margin-top: 18px;
  font-weight: 760;
  line-height: 1.08;
}

.insight-card-large h3 {
  font-size: clamp(22px, 2.2vw, 30px);
}

.insight-card h3 {
  font-size: clamp(22px, 2.2vw, 30px);
}

.insight-card p,
.insight-card-large p {
  margin-top: 12px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.58;
}

.insight-read-more {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-top: 22px;
  border-bottom: 1px solid currentColor;
  color: var(--deep);
  font-size: 14px;
  font-weight: 800;
}

.enpark-blog-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 46px;
}

.enpark-blog-page-numbers {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.enpark-blog-page-link {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(31, 42, 31, 0.12);
  border-radius: 999px;
  background: #fff;
  padding: 0 15px;
  color: var(--dark);
  font-size: 14px;
  font-weight: 820;
  line-height: 1;
}

.enpark-blog-page-prev,
.enpark-blog-page-next {
  min-width: auto;
  padding: 0 18px;
}

.enpark-blog-page-link:hover,
.enpark-blog-page-link.is-active {
  border-color: var(--dark);
  background: var(--dark);
  color: #fff;
}

.article-hero {
  padding: 140px 0 54px;
  background: #fff;
}

.article-title {
  margin-top: 24px;
  max-width: 1060px;
  font-size: clamp(34px, 4.8vw, 62px);
  font-weight: 760;
  line-height: 1.06;
}

.article-short {
  margin-top: 28px;
  max-width: 740px;
  color: var(--text);
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.55;
}

.article-cover {
  margin-top: 44px;
  overflow: hidden;
  border-radius: 8px;
}

.article-cover img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.article-layout {
  display: grid;
  gap: 44px;
}

.toc-box {
  position: sticky;
  top: 110px;
  border-radius: 8px;
  background: var(--neutral);
  padding: 22px;
}

.toc-box strong {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--deep);
}

.toc-box a {
  display: block;
  border-top: 1px solid rgba(31, 42, 31, 0.1);
  padding: 12px 0;
  color: var(--dark);
  font-weight: 700;
}

.article-content {
  max-width: 780px;
}

.article-content h2 {
  margin-top: 44px;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 760;
  line-height: 1.14;
}

.article-content h3 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 750;
  line-height: 1.22;
}

.article-content p {
  margin-top: 18px;
  color: var(--text);
  font-size: 19px;
  line-height: 1.72;
}

.article-content ul {
  margin-top: 18px;
}

.article-content li {
  position: relative;
  margin-top: 12px;
  padding-left: 24px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.6;
}

.article-content li::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 999px;
  background: var(--primary);
}

.contact-page-form {
  border-radius: 8px;
  background: var(--dark);
  padding: clamp(24px, 4vw, 40px);
}

.will-reveal {
  animation: rise-in 650ms ease both;
}

.will-reveal.is-visible {
  transform: translateY(0);
  opacity: 1;
}

@keyframes rise-in {
  from {
    transform: translateY(12px);
    opacity: 0.72;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .enpark-el-hero-grid {
    grid-template-columns: 1fr;
  }

  .enpark-reason-tabs {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }

  .about-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
  }

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

  .cta-panel {
    grid-template-columns: 1fr 0.82fr;
    align-items: start;
  }

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

  .split-layout {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }

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

  .footer-cta-actions {
    justify-content: flex-end;
  }

  .insights-intro {
    grid-template-columns: 1fr 1fr;
  }

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

  .article-layout {
    grid-template-columns: 280px minmax(0, 1fr);
    align-items: start;
  }
}

@media (max-width: 1023px) {
  body {
    padding-bottom: calc(100px + env(safe-area-inset-bottom));
  }

  .mobile-bottom-nav {
    display: block;
  }

  .section-space {
    padding: 72px 0;
  }

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

  .about-capability {
    min-height: 240px;
  }

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

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

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

  .process-wide {
    grid-column: span 2;
  }

  .enpark-service-index-shell,
  .service-detail-poster,
  .service-detail-layout,
  .service-deliverable-head {
    grid-template-columns: 1fr;
  }

  .service-index-row {
    grid-template-columns: 74px 1fr 48px;
    gap: 18px;
    padding: 22px 0;
  }

  .service-index-row p {
    grid-column: 2 / -1;
  }

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

  .service-detail-rail {
    position: relative;
    top: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 22px;
    background: var(--neutral);
    padding: 18px;
  }

  .service-detail-rail > span {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .service-full-container {
    --service-gutter: 32px;
  }
}

@media (max-width: 980px) {
  .enpark-contact-map-shell {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .enpark-contact-map-frame {
    height: 360px;
    min-height: 360px;
  }

  .enpark-contact-map-frame iframe {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .enpark-el-container {
    width: min(100% - 28px, 1280px);
  }

  .enpark-el-hero {
    padding-top: 96px;
  }

  .enpark-el-hero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .enpark-el-actions .btn {
    width: 100%;
    justify-content: center;
  }

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

  .enpark-reason-tabs {
    padding: 58px 0;
  }

  .section-space {
    padding: 58px 0;
  }

  .enpark-contact-map-section {
    padding: 34px 14px 64px;
  }

  .enpark-contact-map-copy {
    border-radius: 18px;
    padding: 22px;
  }

  .enpark-contact-map-copy h2 {
    font-size: clamp(25px, 8vw, 32px);
  }

  .enpark-contact-details article {
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 13px;
  }

  .enpark-contact-map-frame {
    height: 320px;
    min-height: 320px;
    border-radius: 18px;
  }

  .enpark-contact-map-frame iframe {
    min-height: 320px;
  }

  .about-hero-media,
  .about-hero-media img {
    min-height: 360px;
  }

  .about-hero-panel {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 16px;
  }

  .page-hero,
  .page-hero.service-hero {
    padding: 30px 0 48px;
  }

  .page-hero-signals {
    margin-top: 22px;
  }

  .page-hero-signals span {
    width: 100%;
    justify-content: flex-start;
  }

  .page-hero.service-hero .about-hero-media,
  .page-hero.service-hero .about-hero-media img {
    min-height: 300px;
  }

  .about-stat {
    grid-template-columns: 1fr;
    gap: 10px;
  }

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

  .about-capability {
    min-height: auto;
    border-top: 1px solid rgba(31, 42, 31, 0.1);
    border-left: 0;
    padding: 24px 0;
  }

  .about-timeline::before {
    left: 26px;
  }

  .about-timeline-step {
    grid-template-columns: 52px 1fr;
    gap: 16px;
  }

  .about-timeline-step span {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .about-proof-media,
  .about-proof-media img {
    min-height: 320px;
  }

  .about-proof-list article {
    grid-template-columns: 42px 1fr;
  }

  .media-marquee::before,
  .media-marquee::after {
    width: 54px;
  }

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

  .process-wide {
    grid-column: auto;
  }

  .process-item {
    min-height: auto;
  }

  .service-slide {
    min-width: 82vw;
    height: 470px;
  }

  .lead-submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .lead-submit-row .btn {
    justify-content: center;
    width: 100%;
  }

  .insights-grid,
  .insight-card {
    grid-template-columns: 1fr;
  }

  .article-short {
    font-size: 18px;
  }

  .enpark-service-index-showcase {
    padding: 58px 0;
  }

  .enpark-service-index-shell,
  .service-index-services,
  .service-index-flow,
  .service-detail-poster,
  .service-detail-layout,
  .service-deliverable-matrix {
    width: min(100% - 28px, 1280px);
  }

  .service-index-copy h2,
  .service-detail-poster h2,
  .service-deliverable-head h2 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .service-index-visual {
    min-height: 380px;
    border-radius: 22px;
  }

  .service-index-visual-caption {
    align-items: start;
    flex-direction: column;
  }

  .service-index-visual-caption strong {
    text-align: left;
  }

  .service-index-row {
    grid-template-columns: 1fr 48px;
    min-height: auto;
  }

  .service-index-number {
    font-size: 44px;
  }

  .service-index-row > div,
  .service-index-row p {
    grid-column: 1 / -1;
  }

  .service-index-arrow {
    grid-row: 1;
    grid-column: 2;
    justify-self: end;
  }

  .service-index-flow,
  .service-deliverable-grid,
  .service-detail-rail {
    grid-template-columns: 1fr;
  }

  .service-index-flow article {
    min-height: 210px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .service-index-flow article:last-child {
    border-bottom: 0;
  }

  .service-detail-poster {
    padding-top: 58px;
  }

  .service-detail-layout {
    padding-top: 38px;
  }

  .service-detail-chapter {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .service-detail-chapter h2 {
    font-size: clamp(29px, 9vw, 42px);
  }

  .service-deliverable-grid article {
    min-height: 220px;
    border-radius: 22px;
  }
}

@media (max-width: 374px) {
  .mobile-bottom-nav {
    padding-right: 10px;
    padding-left: 10px;
  }

  .mobile-bottom-label {
    max-width: 54px;
    font-size: 9px;
  }
}

.enpark-faq-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(129, 184, 41, 0.12), transparent 34%),
    linear-gradient(135deg, #f6f8f4 0%, #ffffff 100%);
  padding: clamp(72px, 8vw, 118px) 0;
}

.enpark-faq-shell {
  display: grid;
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.enpark-faq-head {
  position: sticky;
  top: 110px;
}

.enpark-faq-head h2 {
  max-width: 520px;
  margin-top: 16px;
  color: var(--dark);
}

.enpark-faq-head > p:not(.eyebrow) {
  max-width: 540px;
  margin-top: 18px;
  color: rgba(31, 42, 31, 0.66);
  font-size: var(--enpark-type-lead);
  line-height: 1.58;
}

.enpark-faq-list {
  display: grid;
  gap: 12px;
}

.enpark-faq-item {
  border: 1px solid rgba(31, 42, 31, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(31, 42, 31, 0.06);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.enpark-faq-item[open] {
  border-color: rgba(129, 184, 41, 0.42);
  box-shadow: 0 24px 70px rgba(31, 42, 31, 0.1);
}

.enpark-faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(129, 184, 41, 0.34);
}

.enpark-faq-item summary {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 32px;
  gap: 16px;
  align-items: center;
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
}

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

.enpark-faq-item summary > span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(129, 184, 41, 0.13);
  color: var(--deep);
  font-size: 13px;
  font-weight: 780;
}

.enpark-faq-item h3 {
  margin: 0;
  color: var(--dark);
}

.enpark-faq-item summary svg {
  width: 24px;
  height: 24px;
  color: var(--deep);
  transition: transform 220ms ease;
}

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

.enpark-faq-answer {
  padding: 0 24px 24px 84px;
}

.enpark-faq-answer p {
  max-width: 680px;
  margin: 0;
  color: rgba(31, 42, 31, 0.68);
  line-height: 1.66;
}

@media (max-width: 767px) {
  .enpark-faq-section {
    padding: 62px 0;
  }

  .enpark-faq-shell {
    width: min(100% - 28px, 1180px);
    grid-template-columns: 1fr;
  }

  .enpark-faq-head {
    position: static;
  }

  .enpark-faq-item {
    border-radius: 20px;
  }

  .enpark-faq-item summary {
    grid-template-columns: 38px minmax(0, 1fr) 26px;
    gap: 12px;
    padding: 18px;
  }

  .enpark-faq-item summary > span {
    width: 38px;
    height: 38px;
  }

  .enpark-faq-answer {
    padding: 0 18px 20px 68px;
  }
}

/* Global typography normalization
   Keeps the whole WordPress/Elementor site on one restrained type scale. */
body,
.elementor,
.elementor-widget,
.enpark-el-container,
button,
input,
textarea,
select {
  font-family: var(--enpark-font-family) !important;
}

body {
  font-size: var(--enpark-type-body);
  word-spacing: 0.02em;
}

h1,
.page-title,
.insights-title,
.article-title,
.enpark-el-hero h1 {
  font-family: var(--enpark-font-family) !important;
  font-size: var(--enpark-type-h1) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  word-spacing: 0.08em !important;
}

h2,
.section-title,
.content-title,
.service-section-title,
.enpark-reason-copy h2,
.enpark-el-lead-cta .cta-copy h2,
.service-index-copy h2,
.service-detail-poster h2,
.service-detail-chapter h2,
.service-deliverable-head h2,
.enpark-faq-head h2,
.article-content h2 {
  font-family: var(--enpark-font-family) !important;
  font-size: var(--enpark-type-h2) !important;
  font-weight: 760 !important;
  line-height: 1.26 !important;
  letter-spacing: 0 !important;
  word-spacing: 0.06em !important;
}

h3,
.content-subtitle,
.enpark-el-card h3,
.enpark-reason-tab h3,
.reason-row h3,
.process-item h3,
.service-slide h3,
.service-list h3,
.blog-list h2,
.contact-box h2,
.contact-box h3,
.insight-item h3,
.home-blog-card h3,
.insight-card h3,
.insight-card-large h3,
.service-index-row h3,
.service-index-flow h3,
.service-deliverable-grid h3,
.enpark-faq-item h3,
.article-content h3 {
  font-family: var(--enpark-font-family) !important;
  font-size: var(--enpark-type-h3) !important;
  font-weight: 740 !important;
  line-height: 1.32 !important;
  letter-spacing: 0 !important;
  word-spacing: 0.04em !important;
}

p,
li,
.content-copy,
.section-copy,
.article-lead,
.article-short,
.service-index-row p,
.service-detail-poster p,
.service-detail-chapter p,
.service-deliverable-head p,
.service-deliverable-grid p,
.enpark-faq-head p,
.enpark-faq-answer p {
  font-family: var(--enpark-font-family) !important;
}

.article-lead,
.article-short,
.enpark-el-hero-copy > p:not(.enpark-el-pill),
.service-index-copy p,
.service-detail-poster p,
.enpark-faq-head > p:not(.eyebrow) {
  font-size: var(--enpark-type-lead) !important;
  line-height: 1.55 !important;
}

.eyebrow,
.enpark-el-pill,
.service-index-row small,
.enpark-faq-item summary > span,
.article-author-box span,
.article-share-box > span {
  font-family: var(--enpark-font-family) !important;
  font-size: var(--enpark-type-eyebrow) !important;
}

.service-index-number,
.service-index-flow span,
.process-item span,
.service-slide span,
.insight-item span,
.stat-number {
  font-family: var(--enpark-font-family) !important;
}

@media (max-width: 767px) {
  :root {
    --enpark-type-h1: clamp(34px, 9vw, 44px);
    --enpark-type-h2: clamp(25px, 7vw, 31px);
    --enpark-type-h3: clamp(19px, 5vw, 21px);
    --enpark-type-lead: 17px;
  }
}
