:root {
  --color-primary: #123d2e;
  --color-primary-light: #236b50;
  --color-primary-dark: #071f18;
  --color-secondary: #52665b;
  --color-secondary-light: #6c7f74;
  --color-accent: #e7aa12;
  --color-accent-hover: #c58d05;
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-text: #17231f;
  --color-text-light: #586860;
  --color-border: #dde7e1;
  --radius-md: 8px;
  --radius-lg: 8px;
  --shadow-sm: 0 1px 2px rgba(7, 31, 24, .06);
  --shadow-md: 0 12px 34px rgba(7, 31, 24, .08);
  --shadow-lg: 0 22px 54px rgba(7, 31, 24, .12);
  --transition-fast: .16s ease;
  --transition-normal: .28s ease;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: var(--color-text);
  text-rendering: optimizeLegibility;
}

::selection {
  background: rgba(231, 170, 18, .28);
}

.container {
  max-width: 1280px;
}

.section {
  padding: clamp(56px, 7vw, 96px) 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
}

.btn {
  min-height: 44px;
  border-radius: 8px;
  padding: .82rem 1.18rem;
  font-size: .94rem;
  font-weight: 750;
  letter-spacing: 0;
  box-shadow: none;
}

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

.btn-primary:hover {
  background: var(--color-accent-hover);
  color: #071f18;
  box-shadow: 0 12px 28px rgba(231, 170, 18, .22);
  transform: translateY(-1px);
}

.btn-outline {
  border: 1px solid currentColor;
}

.Header-module__lnUIdW__header {
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(18, 61, 46, .1);
  box-shadow: none;
  padding: 12px 0;
  backdrop-filter: blur(16px);
}

.Header-module__lnUIdW__headerContainer {
  min-height: 54px;
}

.Header-module__lnUIdW__logoText,
.Footer-module__3hUVsW__logoText {
  color: var(--color-primary);
  font-size: 1.42rem;
  letter-spacing: 0;
}

.Header-module__lnUIdW__logoSubtext,
.Footer-module__3hUVsW__logoSubtext {
  color: var(--color-accent);
  letter-spacing: .08em;
}

.Header-module__lnUIdW__nav {
  gap: clamp(1.15rem, 2vw, 2rem);
}

.Header-module__lnUIdW__navLink {
  color: #1d2925;
  font-size: .95rem;
  font-weight: 650;
}

.Header-module__lnUIdW__navLink:after {
  bottom: -8px;
  height: 3px;
  border-radius: 4px;
}

.Header-module__lnUIdW__cta {
  padding-inline: 1.25rem;
}

.Header-module__lnUIdW__hamburger {
  border: 1px solid var(--color-border);
  border-radius: 8px;
}

.Header-module__lnUIdW__hamburger.is-open .Header-module__lnUIdW__bar:first-child {
  transform: translateY(7px) rotate(45deg);
}

.Header-module__lnUIdW__hamburger.is-open .Header-module__lnUIdW__bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.Header-module__lnUIdW__hamburger.is-open .Header-module__lnUIdW__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.Header-module__lnUIdW__mobileMenu.is-open {
  display: flex !important;
}

.Hero-module__s-6kkG__hero {
  min-height: clamp(590px, 78svh, 740px);
  color: #ffffff;
  isolation: isolate;
}

.Hero-module__s-6kkG__bg {
  inset: 0;
  transform: none !important;
  filter: saturate(1.04) contrast(1.03);
}

.Hero-module__s-6kkG__overlay {
  background:
    linear-gradient(90deg, rgba(7, 31, 24, .9) 0%, rgba(18, 61, 46, .66) 46%, rgba(7, 31, 24, .16) 100%),
    linear-gradient(0deg, rgba(7, 31, 24, .28), rgba(7, 31, 24, 0) 38%);
}

.Hero-module__s-6kkG__content {
  max-width: 900px;
  padding-top: clamp(8px, 2.5vw, 32px);
  padding-bottom: clamp(74px, 9vw, 110px);
}

.Hero-module__s-6kkG__title {
  max-width: 900px;
  margin-bottom: 1.2rem;
  color: #ffffff;
  font-size: clamp(2.65rem, 4.7vw, 4.8rem);
  line-height: 1.06;
  letter-spacing: 0;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .28);
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

.Hero-module__s-6kkG__highlight {
  color: #f2b71e;
}

.Hero-module__s-6kkG__subtitle {
  max-width: 760px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.68;
  text-shadow: 0 1px 14px rgba(0, 0, 0, .26);
}

.Hero-module__s-6kkG__actions {
  gap: .8rem;
}

.Hero-module__s-6kkG__dot {
  display: none;
}

.Hero-module__s-6kkG__dotBtn {
  gap: 0;
}

.Hero-module__s-6kkG__actions .btn-outline,
.Hero-module__s-6kkG__actions .btn-outline[style] {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .78) !important;
  color: #ffffff !important;
}

.Hero-module__s-6kkG__actions .btn-outline:hover {
  background: #ffffff;
  color: var(--color-primary-dark) !important;
}

.CurtainTransition-module__GGiX8a__curtain {
  height: 8px !important;
  min-height: 0 !important;
  gap: 0;
  background: #ffffff;
}

.CurtainTransition-module__GGiX8a__strip {
  height: 8px !important;
  transform: none !important;
}

.TrustMetrics-module__1aVyya__metricsSection {
  margin-top: -34px !important;
  padding: 0 0 clamp(40px, 5vw, 64px) !important;
  background: #ffffff;
}

.TrustMetrics-module__1aVyya__grid {
  gap: 14px;
}

.TrustMetrics-module__1aVyya__card,
.TrustMetrics-module__1aVyya__iconCircle {
  opacity: 1 !important;
  transform: none !important;
}

.TrustMetrics-module__1aVyya__card {
  min-height: clamp(150px, 13vw, 182px);
  border: 1px solid rgba(18, 61, 46, .12);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(7, 31, 24, .08);
}

.TrustMetrics-module__1aVyya__card:hover {
  box-shadow: 0 24px 54px rgba(7, 31, 24, .12);
  transform: translateY(-3px) !important;
}

.TrustMetrics-module__1aVyya__iconCircle {
  background: #eef6f1;
  color: var(--color-primary);
  box-shadow: none;
}

.TrustMetrics-module__1aVyya__valueStatic,
.TrustMetrics-module__1aVyya__counterRow.afriflux-static-value {
  color: var(--color-primary-dark);
  font-size: clamp(1.75rem, 2.45vw, 2.35rem) !important;
  font-weight: 850;
}

.TrustMetrics-module__1aVyya__label {
  color: #52665b;
  letter-spacing: .08em;
}

.FlowSolutions-module___vEEQa__root {
  width: auto;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(62px, 7vw, 96px) clamp(1rem, 3vw, 2rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  background: #f6f8f5;
}

.FlowSolutions-module___vEEQa__section {
  min-height: 0 !important;
  overflow: visible;
  border: 1px solid rgba(18, 61, 46, .12);
  border-top: 4px solid var(--color-primary);
  border-radius: 8px;
  background: #ffffff !important;
  color: var(--color-text) !important;
  box-shadow: var(--shadow-sm);
}

.FlowSolutions-module___vEEQa__section:nth-child(2),
.FlowSolutions-module___vEEQa__section:nth-child(5) {
  border-top-color: var(--color-accent);
}

.FlowSolutions-module___vEEQa__inner {
  min-height: 0 !important;
  gap: 16px;
  padding: 28px !important;
  transform: none !important;
}

.FlowSolutions-module___vEEQa__label {
  color: var(--color-primary-light);
  opacity: 1;
  letter-spacing: .12em;
}

.FlowSolutions-module___vEEQa__divider {
  border-top-color: rgba(18, 61, 46, .12);
}

.FlowSolutions-module___vEEQa__heading {
  color: var(--color-primary-dark);
  font-size: clamp(1.85rem, 2.7vw, 2.7rem);
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: none;
}

.FlowSolutions-module___vEEQa__body {
  color: var(--color-text-light);
  max-width: none;
  font-size: 1rem;
}

.FlowSolutions-module___vEEQa__grid {
  gap: 12px;
  display: grid;
}

.FlowSolutions-module___vEEQa__gridItem {
  min-width: 0;
}

.FlowSolutions-module___vEEQa__gridItem strong {
  color: var(--color-primary-dark);
  letter-spacing: .08em;
}

.FlowSolutions-module___vEEQa__gridItem p {
  opacity: 1;
  color: var(--color-text-light);
}

.FlowSolutions-module___vEEQa__cta {
  width: fit-content;
  border-color: var(--color-primary);
  border-radius: 8px;
  color: var(--color-primary);
  letter-spacing: 0;
  text-transform: none;
}

.FlowSolutions-module___vEEQa__cta:hover {
  opacity: 1;
  background: var(--color-primary);
  color: #ffffff;
}

.afriflux-touch-card {
  cursor: pointer;
  position: relative;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(242, 183, 30, .2);
  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease,
    background-color .18s ease;
}

.afriflux-touch-card:focus-visible {
  outline: 3px solid rgba(242, 183, 30, .45);
  outline-offset: 3px;
}

.afriflux-touch-card.is-pressing,
.afriflux-touch-card:active {
  border-color: rgba(242, 183, 30, .74) !important;
  box-shadow: 0 18px 42px rgba(7, 31, 24, .14) !important;
  transform: translateY(-2px) scale(.992) !important;
}

.afriflux-card-action {
  min-height: 44px;
}

.WhyChooseUs-module__mCkx7W__whySection,
.FeaturedProjects-module__ylntoa__projectsSection {
  background: #ffffff;
}

.SmartApproach-module__uNQynW__approachSection,
.products-module__E8alaG__productsPage,
.solutions-module__y3n07G__solutionsPage,
.ServiceTemplate-module__WWy9sG__servicePage {
  background: #f6f8f5;
}

.WhyChooseUs-module__mCkx7W__container {
  gap: clamp(2rem, 5vw, 4.5rem);
}

.WhyChooseUs-module__mCkx7W__title,
.SmartApproach-module__uNQynW__title,
.FeaturedProjects-module__ylntoa__title,
.ServiceTemplate-module__WWy9sG__sectionTitle {
  color: var(--color-primary-dark);
  font-size: clamp(1.9rem, 3vw, 2.65rem);
}

.WhyChooseUs-module__mCkx7W__subtitle,
.SmartApproach-module__uNQynW__subtitle,
.FeaturedProjects-module__ylntoa__subtitle,
.ServiceTemplate-module__WWy9sG__text {
  color: var(--color-text-light);
}

.WhyChooseUs-module__mCkx7W__checkIcon {
  border-radius: 8px;
  background: #eef6f1;
  color: var(--color-primary);
}

.WhyChooseUs-module__mCkx7W__imageBox,
.FeaturedProjects-module__ylntoa__card,
.products-module__E8alaG__card,
.knowledge-hub-module__e4qsrq__card,
.ServiceTemplate-module__WWy9sG__contactCard,
.ServiceTemplate-module__WWy9sG__processStep,
.SmartApproach-module__uNQynW__step,
.CTASection-module__99WdbW__content {
  border-radius: 8px;
}

.SmartApproach-module__uNQynW__timeline {
  gap: 14px;
}

.SmartApproach-module__uNQynW__step,
.FeaturedProjects-module__ylntoa__card,
.products-module__E8alaG__card,
.knowledge-hub-module__e4qsrq__card,
.ServiceTemplate-module__WWy9sG__processStep {
  border: 1px solid rgba(18, 61, 46, .12);
  box-shadow: var(--shadow-sm);
}

.SmartApproach-module__uNQynW__stepNumber {
  border-radius: 8px;
  box-shadow: none;
}

.FeaturedProjects-module__ylntoa__tag,
.products-module__E8alaG__category,
.knowledge-hub-module__e4qsrq__category {
  letter-spacing: .08em;
}

.FeaturedProjects-module__ylntoa__tag {
  border-radius: 6px;
  background: #eaf4ef;
  color: var(--color-primary);
}

.ServiceTemplate-module__WWy9sG__hero,
.knowledge-hub-module__e4qsrq__hero {
  background:
    linear-gradient(135deg, rgba(7, 31, 24, .96), rgba(18, 61, 46, .88)),
    url("/images/hero_bg.png") center/cover;
  text-align: left;
  padding: clamp(72px, 10vw, 116px) 0;
}

.ServiceTemplate-module__WWy9sG__title,
.knowledge-hub-module__e4qsrq__heroTitle {
  color: #ffffff;
  font-size: clamp(2.2rem, 5vw, 4.25rem);
}

.ServiceTemplate-module__WWy9sG__subtitle,
.knowledge-hub-module__e4qsrq__heroSubtitle {
  max-width: 760px;
  color: rgba(255, 255, 255, .82);
}

.ServiceTemplate-module__WWy9sG__contactCard {
  border-top-color: var(--color-accent);
}

.CTASection-module__99WdbW__ctaSection {
  background: var(--color-primary-dark);
}

.CTASection-module__99WdbW__ctaSection:before {
  opacity: .05;
}

.CTASection-module__99WdbW__content {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .05);
}

.CTASection-module__99WdbW__title {
  color: #ffffff;
}

.Footer-module__3hUVsW__footer {
  background: var(--color-primary-dark);
}

.Footer-module__3hUVsW__description,
.Footer-module__3hUVsW__list li,
.Footer-module__3hUVsW__list a,
.Footer-module__3hUVsW__bottomBar {
  color: rgba(255, 255, 255, .68);
}

.Footer-module__3hUVsW__heading {
  color: #ffffff;
}

.Footer-module__3hUVsW__input {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
}

.WhatsAppButton-module__5PGxSW__whatsappFloat {
  right: 24px;
  bottom: 24px;
  width: 54px;
  height: 54px;
  box-shadow: 0 14px 36px rgba(7, 31, 24, .18);
}

@media (max-width: 1024px) {
  .Header-module__lnUIdW__nav {
    display: none !important;
  }

  .Header-module__lnUIdW__hamburger {
    display: flex !important;
  }

  .Hero-module__s-6kkG__hero {
    min-height: clamp(600px, 76svh, 700px);
  }

  .Hero-module__s-6kkG__content {
    max-width: 760px;
    padding-bottom: 92px;
  }

  .Hero-module__s-6kkG__title {
    max-width: 760px;
    font-size: clamp(2.5rem, 6vw, 4rem);
  }

  .Hero-module__s-6kkG__subtitle {
    max-width: 660px;
  }

  .TrustMetrics-module__1aVyya__metricsSection {
    margin-top: 0 !important;
    padding-top: 24px !important;
  }

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

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

@media (max-width: 768px) {
  .Header-module__lnUIdW__header {
    padding: 10px 0;
  }

  .Header-module__lnUIdW__mobileMenu.is-open {
    position: fixed;
    top: 74px;
    bottom: 0;
    overflow-y: auto;
  }

  .Hero-module__s-6kkG__hero {
    min-height: clamp(610px, 86svh, 720px);
    align-items: center;
  }

  .Hero-module__s-6kkG__content {
    padding-top: 22px;
    padding-bottom: 48px;
  }

  .Hero-module__s-6kkG__title {
    max-width: 100%;
    font-size: 2.7rem;
    line-height: 1.08;
  }

  .Hero-module__s-6kkG__subtitle {
    font-size: .98rem;
    line-height: 1.65;
  }

  .Hero-module__s-6kkG__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .Hero-module__s-6kkG__actions .btn {
    width: 100%;
  }

  .TrustMetrics-module__1aVyya__metricsSection {
    margin-top: 0 !important;
    padding-top: 22px !important;
  }

  .TrustMetrics-module__1aVyya__card {
    min-height: 150px;
    padding: 18px 12px !important;
  }

  .TrustMetrics-module__1aVyya__iconCircle {
    width: 54px !important;
    height: 54px !important;
  }

  .FlowSolutions-module___vEEQa__root {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-block: 44px;
    padding-inline: 16px;
  }

  .FlowSolutions-module___vEEQa__inner {
    gap: 12px;
    padding: 20px !important;
  }

  .FlowSolutions-module___vEEQa__heading {
    font-size: 1.75rem;
    line-height: 1.08;
  }

  .FlowSolutions-module___vEEQa__body {
    font-size: .98rem;
    line-height: 1.55;
  }

  .FlowSolutions-module___vEEQa__grid {
    display: none;
  }

  .FlowSolutions-module___vEEQa__gridItem {
    padding: 10px 12px;
    border: 1px solid rgba(18, 61, 46, .1);
    border-radius: 8px;
    background: #f6f8f5;
  }

  .FlowSolutions-module___vEEQa__gridItem strong {
    margin-bottom: 0;
    font-size: .72rem;
  }

  .FlowSolutions-module___vEEQa__gridItem p {
    display: none;
  }

  .FlowSolutions-module___vEEQa__cta,
  .SolutionsPreview-module__e-8fYa__link,
  .FeaturedProjects-module__ylntoa__btnFull,
  .products-module__E8alaG__quoteBtn,
  .knowledge-hub-module__e4qsrq__card a[href] {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    border-radius: 8px;
    display: inline-flex;
  }

  .knowledge-hub-module__e4qsrq__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .container {
    padding-inline: 16px;
  }

  .Header-module__lnUIdW__logoText {
    font-size: 1.3rem;
  }

  .Header-module__lnUIdW__cta {
    display: none !important;
  }

  .Hero-module__s-6kkG__hero {
    min-height: 680px;
  }

  .Hero-module__s-6kkG__title {
    font-size: 2.35rem;
    line-height: 1.1;
  }

  .TrustMetrics-module__1aVyya__grid {
    grid-template-columns: 1fr;
  }

  .TrustMetrics-module__1aVyya__card {
    min-height: 132px;
  }

  .TrustMetrics-module__1aVyya__valueStatic,
  .TrustMetrics-module__1aVyya__counterRow.afriflux-static-value {
    font-size: 2.05rem !important;
  }
}
