:root {
  --afl-ink: #171b2f;
  --afl-muted: #667085;
  --afl-line: #e8ebf2;
  --afl-soft: #f7f8fb;
  --afl-orange: #f05a28;
  --afl-red: #c9232d;
  --afl-green: #1f9d68;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

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

body {
  overflow-x: hidden;
}

body.afl-page,
body.afl-home {
  padding-top: 92px;
}

body.afl-home {
  margin: 0;
  min-width: 320px;
  background: #fff;
  color: var(--afl-ink);
  font-family: Montserrat, Arial, sans-serif;
}

body.afl-menu-locked {
  overflow: hidden;
  touch-action: none;
}

body.afl-menu-locked > * {
  animation: none !important;
}

.u-menu-1 .u-nav-container-collapse {
  pointer-events: none;
}

.u-menu-1.afl-menu-open .u-nav-container-collapse {
  display: flex !important;
  width: 100vw !important;
  height: 100vh !important;
  min-height: 100dvh;
  pointer-events: auto;
}

.u-menu-1.afl-menu-open .u-sidenav {
  position: relative !important;
  z-index: 1003 !important;
  flex-basis: min(86vw, 340px) !important;
  width: min(86vw, 340px) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: none !important;
  transition: none !important;
}

.u-menu-1.afl-menu-open .u-sidenav-overflow {
  position: absolute !important;
  inset: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.u-menu-1.afl-menu-open .u-menu-overlay {
  display: block !important;
  position: fixed !important;
  z-index: 1002 !important;
  inset: 0;
  width: 100vw !important;
  height: 100vh !important;
  min-height: 100dvh;
}

.u-menu-1 .u-menu-close {
  cursor: pointer;
  color: #fff;
}

.u-menu-1 .u-popupmenu-items {
  width: calc(100% - 40px);
  max-width: 280px;
}

.u-menu-1 .u-popupmenu-items .u-nav-link {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
}

.afl-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  pointer-events: none;
}

.afl-mobile-menu.is-open {
  display: block;
  pointer-events: auto;
}

.afl-mobile-menu-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 13, 27, 0.68);
}

.afl-mobile-menu-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(86vw, 340px);
  height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  padding: 22px 24px 28px;
  background: #0d1020;
  color: #fff;
  box-shadow: -24px 0 60px rgba(0, 0, 0, 0.28);
  transform: translateX(100%);
  transition: transform 0.22s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.afl-mobile-menu.is-open .afl-mobile-menu-panel {
  transform: translateX(0);
}

.afl-mobile-menu-close {
  width: 44px;
  height: 44px;
  align-self: flex-end;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
}

.afl-mobile-menu-close::before {
  content: "\00d7";
  font-size: 2rem;
  line-height: 1;
}

.afl-mobile-menu nav {
  display: grid;
  gap: 6px;
  margin-top: 24px;
}

.afl-mobile-menu nav a {
  min-height: 50px;
  display: flex;
  align-items: center;
  border-radius: 14px;
  padding: 12px 14px;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 850;
  text-decoration: none;
}

.afl-mobile-menu nav a:hover,
.afl-mobile-menu nav a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

@media (max-width: 991px) {
  .u-header .u-sheet-1 {
    min-height: 112px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: min(100% - 32px, 720px) !important;
    margin: 0 auto !important;
  }

  .u-header .u-image.u-logo.u-image-1 {
    order: 1 !important;
    width: 220px !important;
    height: 82px !important;
    margin: 0 !important;
    display: block !important;
    flex: 0 0 auto !important;
    overflow: hidden !important;
    background-image: url("images/afrilink-logo.png") !important;
    background-repeat: no-repeat !important;
    background-size: 180% auto !important;
    background-position: center center !important;
  }

  .u-header .u-logo-image.u-logo-image-1 {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: left center !important;
    opacity: 0 !important;
  }

  .u-header .u-menu-1 {
    order: 2 !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .u-header .menu-collapse,
  .u-header .menu-collapse a {
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 430px) {
  .u-header .u-sheet-1 {
    min-height: 96px !important;
  }

  .u-header .u-image.u-logo.u-image-1 {
    width: 168px !important;
    height: 68px !important;
  }
}

.afl-wrap {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.afl-home section[id] {
  scroll-margin-top: 92px;
}

.u-section-1 {
  position: relative;
  width: 100%;
  max-width: 100vw;
  min-height: auto !important;
  padding-bottom: 104px;
  overflow: hidden;
}

.u-section-1::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  height: 570px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(23, 27, 47, 0.2), rgba(23, 27, 47, 0.18)),
    radial-gradient(circle at 50% 46%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.32) 78%);
}

.u-section-1 .u-shape-1 {
  height: 360px !important;
  margin-top: 210px !important;
}

.u-section-1 .u-image-1 {
  height: 570px !important;
  margin-top: -570px !important;
  object-position: 50% 28% !important;
}

.u-section-1 .u-list-1 {
  width: min(1280px, calc(100% - 48px));
  position: relative;
  z-index: 4;
  margin-top: -34px !important;
}

.u-section-1 .u-repeater-1 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  min-height: 322px !important;
  align-items: stretch;
}

.u-section-1 .u-list-item-4 {
  background-image: none;
  box-shadow: 2px 2px 5px 0 rgba(64,64,64,0.95);
  --radius: 20px;
}

.u-section-1 .u-container-layout-4 {
  padding: 30px;
}

.u-section-1 .u-container-layout-1,
.u-section-1 .u-container-layout-2,
.u-section-1 .u-container-layout-3,
.u-section-1 .u-container-layout-4 {
  display: flex;
  min-height: 322px;
  flex-direction: column;
  align-items: center;
}

.u-section-1 .u-image-5 {
  width: 164px;
  height: 164px;
  margin: 0 auto;
  background:
    radial-gradient(circle at 50% 42%, rgba(240, 90, 40, 0.14), transparent 36%),
    linear-gradient(135deg, #fff, #f6f7fb);
  position: relative;
}

.u-section-1 .u-image-5::before {
  content: "</>";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--afl-red);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
}

.u-section-1 .u-text-5 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.18rem;
  font-style: normal;
  margin: 32px 2px 0;
}

.afl-service-snippet {
  max-width: 230px;
  margin: 10px auto 0;
  color: var(--afl-muted);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.45;
  text-transform: none;
}

.u-section-1 .u-list-item {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.u-section-1 .u-list-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(17, 24, 39, 0.18);
}

.u-section-1 .u-text-4 {
  display: none !important;
}

.afl-hero-copy {
  position: absolute;
  z-index: 3;
  top: 126px;
  left: 0;
  right: 0;
  width: min(920px, calc(100% - 40px));
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.38);
}

.afl-hero-copy h1 {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(2.8rem, 5.2vw, 4.85rem);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: 0;
}

.afl-hero-copy h1 span {
  color: #fff;
}

.afl-mobile-break {
  display: inline;
}

.afl-hero-copy p {
  max-width: 720px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 2vw, 1.28rem);
  line-height: 1.55;
  font-weight: 600;
}

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

.afl-hero-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 20px;
  background: #fff;
  color: var(--afl-red);
  font-weight: 900;
  text-decoration: none;
  text-shadow: none;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.afl-hero-actions a:nth-child(2) {
  color: #fff;
  background: rgba(23, 27, 47, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.36);
}

.afl-hero-actions a:nth-child(3) {
  color: #fff;
  background: linear-gradient(135deg, var(--afl-orange), var(--afl-red));
}

.afl-hero-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
  padding-bottom: 4px;
}

.afl-hero-proof span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
  white-space: normal;
}

.afl-tools,
.afl-services-plus {
  padding: 76px 0;
  background: #fff;
  color: var(--afl-ink);
}

.u-section-2 .u-text-2,
.u-section-5 .u-text-3,
.u-section-5 .u-text-5 {
  text-align: left !important;
  word-spacing: normal;
  hyphens: auto;
}

.afl-trust-strip {
  padding: 26px 0 18px;
  background: #fff;
  color: var(--afl-ink);
}

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

.afl-trust-grid div {
  border: 1px solid var(--afl-line);
  border-radius: 16px;
  padding: 16px 18px;
  background: linear-gradient(180deg, #fff, #fafbfe);
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.05);
}

.afl-trust-grid strong,
.afl-trust-grid span {
  display: block;
}

.afl-trust-grid strong {
  color: var(--afl-red);
  font-size: 0.92rem;
  font-weight: 900;
}

.afl-trust-grid span {
  margin-top: 5px;
  color: var(--afl-muted);
  font-size: 0.86rem;
  font-weight: 650;
}

.afl-about-pro {
  padding: 86px 0 72px;
  background:
    linear-gradient(180deg, #fff 0%, #fff 64%, var(--afl-soft) 64%, var(--afl-soft) 100%);
  color: var(--afl-ink);
}

.afl-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  gap: 44px;
  align-items: center;
}

.afl-about-copy h2,
.afl-services-head h2 {
  margin: 10px 0 18px;
  color: var(--afl-ink);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 4.3rem);
  line-height: 1.02;
}

.afl-about-copy p,
.afl-services-head p {
  max-width: 680px;
  margin: 0 0 14px;
  color: var(--afl-muted);
  font-size: 1.04rem;
  line-height: 1.75;
  font-weight: 600;
}

.afl-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.afl-about-actions a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 11px 18px;
  background: linear-gradient(135deg, var(--afl-orange), var(--afl-red));
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.afl-about-actions a:nth-child(2) {
  background: rgba(23, 27, 47, 0.08);
  color: var(--afl-ink);
}

.afl-about-media {
  position: relative;
  min-height: 440px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.14);
}

.afl-about-media img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  display: block;
}

.afl-about-card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 16px;
  padding: 16px;
  background: rgba(23, 27, 47, 0.76);
  color: #fff;
  backdrop-filter: blur(12px);
}

.afl-about-card strong,
.afl-about-card span {
  display: block;
}

.afl-about-card strong {
  font-size: 1.15rem;
}

.afl-about-card span {
  margin-top: 4px;
  color: rgba(255,255,255,0.78);
}

.afl-about-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.afl-about-values article {
  border: 1px solid var(--afl-line);
  border-radius: 18px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(17, 24, 39, 0.06);
}

.afl-about-values span,
.afl-service-pro-card > span {
  color: var(--afl-red);
  font-weight: 950;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.afl-about-values h3 {
  margin: 14px 0 8px;
  color: var(--afl-ink);
  font-size: 1.18rem;
}

.afl-about-values p {
  margin: 0;
  color: var(--afl-muted);
  line-height: 1.65;
}

.afl-services-pro {
  padding: 82px 0;
  background: var(--afl-ink);
  color: #fff;
}

.afl-services-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 30px;
}

.afl-services-head h2 {
  color: #fff;
  margin-bottom: 0;
}

.afl-services-head p {
  color: rgba(255,255,255,0.72);
  margin-bottom: 0;
}

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

.afl-service-pro-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035));
  box-shadow: 0 18px 55px rgba(0,0,0,0.16);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.afl-service-pro-card:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 90, 40, 0.45);
}

.afl-service-pro-card h3 {
  margin: 14px 0 12px;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.15;
}

.afl-service-pro-card p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.65;
}

.afl-service-pro-card ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 24px;
  padding: 0;
  list-style: none;
}

.afl-service-pro-card li {
  color: rgba(255,255,255,0.84);
  font-weight: 700;
  line-height: 1.35;
}

.afl-service-pro-card li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--afl-orange);
  vertical-align: 1px;
}

.afl-service-pro-card a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-radius: 999px;
  padding: 10px 14px;
  background: #fff;
  color: var(--afl-red);
  font-weight: 900;
  text-decoration: none;
}

.afl-support-flow {
  position: relative;
  padding: 104px 0;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(201, 35, 45, 0.18) 0 22%, transparent 22% 100%),
    radial-gradient(circle at 78% 14%, rgba(240, 90, 40, 0.2), transparent 24%),
    linear-gradient(135deg, #11162a 0%, #171b2f 58%, #20243b 100%),
    var(--afl-ink);
  color: #fff;
}

.afl-support-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 88px 100%;
  opacity: 0.22;
  pointer-events: none;
}

.afl-support-flow::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.afl-support-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 52px;
  align-items: center;
}

.afl-section-code {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--afl-red);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.afl-support-flow .afl-section-code {
  color: #ff7a5f;
}

.afl-section-code::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.afl-support-copy h2,
.afl-confidence-head h2 {
  margin: 14px 0 18px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(2.35rem, 4.7vw, 4.15rem);
  line-height: 1;
}

.afl-support-copy > p,
.afl-confidence-head p {
  margin: 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 600;
  line-height: 1.72;
}

.afl-flow-summary {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 34px;
  max-width: 560px;
}

.afl-flow-summary::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 26px;
  height: 2px;
  background: rgba(255, 255, 255, 0.16);
}

.afl-flow-summary div {
  position: relative;
  min-height: 96px;
  padding: 0 0 0 2px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.afl-flow-summary strong,
.afl-flow-summary span {
  display: block;
}

.afl-flow-summary strong {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: #fff;
  color: #ffb199;
  font-size: 0.84rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.afl-flow-summary span {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 850;
}

.afl-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.afl-support-actions a,
.afl-flow-board a,
.afl-contact-proof a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 900;
}

.afl-support-actions a:first-child {
  background: linear-gradient(135deg, var(--afl-orange), var(--afl-red));
  color: #fff;
}

.afl-support-actions a:nth-child(2) {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.afl-flow-board {
  position: relative;
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.055));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.afl-flow-board::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.afl-board-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 6px 10px;
}

.afl-board-head span {
  display: inline-flex;
  border-radius: 999px;
  padding: 8px 11px;
  background: #fff;
  color: var(--afl-red);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.afl-board-head strong {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.afl-flow-board article {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(128px, 0.32fr) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  padding: 18px 20px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.055));
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.afl-flow-board article:hover {
  transform: translateX(4px);
  border-color: rgba(255, 122, 95, 0.5);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.065));
}

.afl-flow-board article > div {
  display: grid;
  gap: 5px;
}

.afl-flow-board span {
  color: #ff9b82;
  font-weight: 950;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.afl-flow-board strong {
  color: #fff;
  font-size: 1.42rem;
}

.afl-flow-board p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.62;
}

.afl-flow-board a {
  background: #fff;
  color: var(--afl-red);
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.afl-confidence {
  position: relative;
  padding: 102px 0;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(240, 90, 40, 0.075), transparent 34%),
    #fff;
  color: var(--afl-ink);
}

.afl-confidence::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0 62%, #f7f8fb 62% 100%);
  pointer-events: none;
}

.afl-confidence-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 42px;
  align-items: stretch;
}

.afl-confidence-head {
  padding-right: 22px;
}

.afl-confidence-head p {
  color: var(--afl-muted);
}

.afl-confidence-mini {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
  max-width: 520px;
}

.afl-confidence-mini div {
  border-left: 3px solid var(--afl-red);
  padding: 12px 14px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(17, 24, 39, 0.06);
}

.afl-confidence-mini strong,
.afl-confidence-mini span {
  display: block;
}

.afl-confidence-mini strong {
  color: var(--afl-ink);
  font-size: 1.08rem;
}

.afl-confidence-mini span {
  margin-top: 4px;
  color: var(--afl-muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.afl-confidence-stack {
  display: grid;
  gap: 0;
  border: 1px solid var(--afl-line);
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.09);
}

.afl-confidence-stack article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: flex-start;
  border: 0;
  border-bottom: 1px solid var(--afl-line);
  border-radius: 0;
  padding: 24px;
  background: #fff;
  box-shadow: none;
}

.afl-confidence-stack article:last-child {
  border-bottom: 0;
}

.afl-confidence-stack article > span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(240, 90, 40, 0.1);
  color: var(--afl-red);
  font-size: 0.82rem;
  font-weight: 950;
}

.afl-confidence-stack h3 {
  margin: 0 0 7px;
  color: var(--afl-ink);
  font-size: 1.16rem;
}

.afl-confidence-stack p {
  margin: 0;
  color: var(--afl-muted);
  line-height: 1.62;
  font-weight: 600;
}

.afl-contact-proof {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 14px 20px;
  align-items: center;
  border-radius: 28px;
  padding: 26px;
  background:
    linear-gradient(135deg, var(--afl-ink), #2d324d);
  color: #fff;
  box-shadow: 0 26px 80px rgba(17, 24, 39, 0.18);
}

.afl-contact-proof div {
  display: grid;
  gap: 6px;
}

.afl-contact-proof strong {
  color: #ffb199;
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.afl-contact-proof span {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 750;
}

.afl-contact-proof a {
  background: #fff;
  color: var(--afl-red);
  white-space: nowrap;
}

.afl-hero-premium {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 860px !important;
  padding: 0 0 78px !important;
  background: #0f1325;
  color: #fff;
}

.afl-hero-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  height: 100%;
  background:
    linear-gradient(90deg, rgba(10, 13, 27, 0.98) 0%, rgba(10, 13, 27, 0.93) 48%, rgba(10, 13, 27, 0.64) 100%),
    radial-gradient(circle at 72% 22%, rgba(240, 90, 40, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(10, 13, 27, 0.28), rgba(10, 13, 27, 0.68) 60%, rgba(10, 13, 27, 0.98));
}

.afl-hero-premium::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 190px;
  background: linear-gradient(180deg, transparent, #fff 86%);
  pointer-events: none;
}

.afl-hero-image,
.afl-hero-premium .u-image-1 {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 760px !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: 50% 34% !important;
  border-radius: 0 !important;
}

.afl-hero-stage {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.62fr);
  gap: 44px;
  align-items: center;
  min-height: 670px;
  padding-top: 80px;
}

.afl-hero-premium .afl-hero-copy {
  position: static;
  width: auto;
  margin: 0;
  border-left: 3px solid rgba(240, 90, 40, 0.86);
  border-radius: 0 24px 24px 0;
  padding: 26px 28px 28px;
  background: linear-gradient(90deg, rgba(10, 13, 27, 0.78), rgba(10, 13, 27, 0.34));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
  text-align: left;
  text-shadow: 0 12px 36px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(3px);
}

.afl-hero-message {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 318px;
  max-width: 720px;
  overflow: hidden;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.afl-hero-message.is-changing {
  opacity: 0;
  transform: translateY(8px);
}

.afl-hero-message h1,
.afl-hero-message p {
  overflow-wrap: anywhere;
  text-wrap: balance;
  transition: min-height 0.2s ease;
}

.afl-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 10px;
  color: rgba(255, 209, 194, 0.92);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
}

.afl-hero-label::before {
  content: "";
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.afl-hero-premium .afl-hero-copy h1 {
  max-width: 720px;
  min-height: 3.16em;
  margin: 0;
  font-size: clamp(2.45rem, 4.45vw, 4rem);
  line-height: 1.05;
}

.afl-hero-premium .afl-hero-copy p {
  max-width: 660px;
  min-height: 5.04em;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.68;
}

.afl-hero-premium .afl-hero-actions {
  justify-content: flex-start;
  margin-top: 32px;
}

.afl-hero-premium .afl-hero-actions a {
  min-height: 52px;
  padding: 13px 21px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.afl-hero-premium .afl-hero-actions a:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.24);
}

.afl-hero-premium .afl-hero-actions a:first-child {
  color: #fff;
  background: linear-gradient(135deg, var(--afl-orange), var(--afl-red));
}

.afl-hero-premium .afl-hero-actions a:nth-child(2) {
  color: #11162a;
  background: #fff;
  border: 0;
}

.afl-hero-premium .afl-hero-actions a:nth-child(3) {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.afl-hero-premium .afl-hero-proof {
  justify-content: flex-start;
  margin-top: 24px;
}

.afl-hero-premium .afl-hero-proof span {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.17);
  color: rgba(255, 255, 255, 0.9);
}

.afl-hero-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(17, 22, 42, 0.68), rgba(17, 22, 42, 0.5));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(16px);
}

.afl-hero-panel::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px;
  pointer-events: none;
}

.afl-hero-panel-top,
.afl-hero-panel-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.afl-hero-panel-top span {
  border-radius: 999px;
  padding: 8px 11px;
  background: #fff;
  color: var(--afl-red);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.afl-hero-panel-top strong,
.afl-hero-panel-bottom strong {
  color: #fff;
  font-size: 1rem;
}

.afl-hero-checklist {
  position: relative;
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.afl-hero-checklist div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.08);
}

.afl-hero-checklist span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(240, 90, 40, 0.18);
  color: #ffb199;
  font-size: 0.78rem;
  font-weight: 950;
}

.afl-hero-checklist p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  line-height: 1.55;
}

.afl-hero-panel-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 18px;
}

.afl-hero-panel-bottom span {
  color: rgba(255, 255, 255, 0.66);
  font-weight: 750;
}

.afl-hero-service-dock {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: -8px;
}

.afl-hero-service-dock a {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(232, 235, 242, 0.85);
  border-radius: 22px;
  padding: 20px;
  background: #11162a;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.1);
  backdrop-filter: blur(12px);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.afl-hero-service-dock a::before,
.afl-hero-service-dock a::after {
  content: "";
  position: absolute;
  inset: 0;
}

.afl-hero-service-dock a::before {
  z-index: 0;
  background: var(--afl-card-image) center / cover;
  transform: scale(1.03);
  transition: transform 0.24s ease;
}

.afl-hero-service-dock a::after {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8, 12, 25, 0.24), rgba(8, 12, 25, 0.84)),
    linear-gradient(135deg, rgba(240, 90, 40, 0.38), rgba(17, 22, 42, 0.22));
}

.afl-hero-service-dock a:nth-child(1) { --afl-card-image: url("images/ghgh.jpg"); }
.afl-hero-service-dock a:nth-child(2) { --afl-card-image: url("images/AfrilinkExpressLogo12.jpg"); }
.afl-hero-service-dock a:nth-child(3) { --afl-card-image: url("images/68f64b9d.jpeg"); }
.afl-hero-service-dock a:nth-child(4) { --afl-card-image: url("images/8ad73f3c.jpeg"); }
.afl-hero-service-dock a:nth-child(5) { --afl-card-image: url("images/sourcing-chine-bg.jpg"); }

.afl-hero-service-dock a:hover {
  transform: translateY(-5px);
  border-color: rgba(240, 90, 40, 0.35);
  box-shadow: 0 30px 80px rgba(17, 24, 39, 0.15);
}

.afl-hero-service-dock a:hover::before {
  transform: scale(1.09);
}

.afl-hero-service-dock a > * {
  position: relative;
  z-index: 2;
}

.afl-hero-service-dock span {
  width: fit-content;
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.afl-hero-service-dock strong {
  margin-top: 13px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.05;
}

.afl-hero-service-dock em {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}

.afl-next-step {
  padding: 86px 0;
  background:
    radial-gradient(circle at 76% 22%, rgba(240, 90, 40, 0.16), transparent 26%),
    linear-gradient(135deg, #11162a, #1b2038);
  color: #fff;
}

.afl-next-step-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
  gap: 46px;
  align-items: center;
}

.afl-next-step .afl-kicker {
  color: #ffb199;
}

.afl-next-step h2 {
  max-width: 760px;
  margin: 10px 0 18px;
  font-size: clamp(2.4rem, 4.8vw, 4.6rem);
  line-height: 1;
}

.afl-next-step p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 650;
  line-height: 1.7;
}

.afl-next-step-card {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.afl-next-step-card strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.18rem;
}

.afl-next-step-card p {
  color: rgba(255, 255, 255, 0.8);
}

.afl-next-step-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.afl-next-step-card a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 11px 17px;
  background: #fff;
  color: var(--afl-red);
  font-weight: 900;
  text-decoration: none;
}

.afl-next-step-card a:first-child {
  color: #fff;
  background: linear-gradient(135deg, var(--afl-orange), var(--afl-red));
}

.afl-concierge {
  position: relative;
  padding: 92px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(240, 90, 40, 0.18), transparent 28%),
    linear-gradient(135deg, #0f1325, #1b2038 58%, #11162a);
  color: #fff;
}

.afl-concierge::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 92px 92px;
  opacity: 0.25;
  pointer-events: none;
}

.afl-concierge-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 1fr);
  gap: 46px;
  align-items: center;
}

.afl-concierge .afl-kicker {
  color: #ffb199;
}

.afl-concierge-copy h2 {
  max-width: 760px;
  margin: 12px 0 18px;
  font-size: clamp(2.45rem, 4.8vw, 4.7rem);
  line-height: 1;
}

.afl-concierge-copy p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 650;
  line-height: 1.75;
}

.afl-concierge-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.afl-concierge-services button {
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.afl-concierge-services button:hover,
.afl-concierge-services button.active {
  transform: translateY(-2px);
  border-color: rgba(255, 177, 153, 0.52);
  background: linear-gradient(135deg, rgba(240, 90, 40, 0.94), rgba(201, 35, 45, 0.94));
}

.afl-concierge-panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.afl-concierge-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.afl-concierge-top span,
.afl-concierge-top em {
  color: #ffb199;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.afl-concierge-top strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 1.35rem;
}

.afl-concierge-form,
.afl-concierge-fields,
.afl-concierge-contact {
  display: grid;
  gap: 12px;
}

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

.afl-concierge label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  font-weight: 850;
}

.afl-concierge input,
.afl-concierge textarea {
  width: 100%;
  min-height: 48px;
  margin-top: 7px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 12px 13px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font: inherit;
  outline: none;
}

.afl-concierge textarea {
  resize: vertical;
}

.afl-concierge input::placeholder,
.afl-concierge textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.afl-concierge .afl-full {
  grid-column: 1 / -1;
}

.afl-concierge-form button,
.afl-concierge-track button {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  padding: 13px 18px;
  background: linear-gradient(135deg, var(--afl-orange), var(--afl-red));
  color: #fff;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.afl-concierge-status {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 750;
  line-height: 1.5;
}

.afl-concierge-status.is-error {
  border-color: rgba(255, 177, 153, 0.42);
  color: #ffb199;
}

.afl-concierge-track {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.afl-expert-lab {
  padding: 94px 0;
  background:
    linear-gradient(180deg, #fff 0%, #f7f8fb 100%);
  color: var(--afl-ink);
}

.afl-expert-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 1fr);
  gap: 46px;
  align-items: center;
}

.afl-expert-copy h2 {
  max-width: 760px;
  margin: 12px 0 18px;
  font-size: clamp(2.35rem, 4.6vw, 4.5rem);
  line-height: 1;
}

.afl-expert-copy p {
  max-width: 660px;
  margin: 0;
  color: var(--afl-muted);
  font-weight: 650;
  line-height: 1.75;
}

.afl-expert-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.afl-expert-tabs button {
  min-height: 54px;
  border: 1px solid var(--afl-line);
  border-radius: 16px;
  background: #fff;
  color: var(--afl-ink);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.05);
}

.afl-expert-tabs button.active,
.afl-expert-tabs button:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--afl-orange), var(--afl-red));
  border-color: transparent;
}

.afl-expert-panel {
  display: grid;
  gap: 16px;
  border: 1px solid var(--afl-line);
  border-radius: 30px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(17, 24, 39, 0.1);
}

.afl-expert-form-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}

.afl-expert-form-head span {
  color: var(--afl-red);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.afl-expert-form-head button,
.afl-expert-result a {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 10px 15px;
  background: var(--afl-ink);
  color: #fff;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

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

.afl-expert-fields label {
  color: var(--afl-muted);
  font-size: 0.84rem;
  font-weight: 850;
}

.afl-expert-fields input,
.afl-expert-fields select {
  width: 100%;
  min-height: 48px;
  margin-top: 7px;
  border: 1px solid var(--afl-line);
  border-radius: 14px;
  padding: 11px 12px;
  background: #fafbfe;
  color: var(--afl-ink);
  font: inherit;
  outline: none;
}

.afl-expert-result {
  border-radius: 24px;
  padding: 24px;
  background:
    radial-gradient(circle at 88% 12%, rgba(240, 90, 40, 0.18), transparent 26%),
    linear-gradient(135deg, var(--afl-ink), #252b48);
  color: #fff;
}

.afl-expert-result span {
  color: #ffb199;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.afl-expert-result strong {
  display: block;
  margin-top: 10px;
  font-size: 1.45rem;
}

.afl-expert-result p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  line-height: 1.6;
}

.afl-expert-result ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}

.afl-expert-result li {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 750;
}

.afl-expert-result li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--afl-orange);
  vertical-align: 1px;
}

.afl-expert-result a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--afl-red);
}

.afl-page {
  margin: 0;
  min-width: 320px;
  background: var(--afl-soft);
  color: var(--afl-ink);
  font-family: Montserrat, Arial, sans-serif;
}

.afl-page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(247, 248, 251, 0.82)),
    linear-gradient(90deg, rgba(240, 90, 40, 0.1), transparent 32%, rgba(23, 27, 47, 0.08));
  border-bottom: 1px solid rgba(232, 235, 242, 0.72);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.12);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

.afl-page-nav {
  width: min(1140px, calc(100% - 32px));
  min-height: 62px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  padding: 8px 10px 8px 12px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.afl-page-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--afl-ink);
  font-weight: 900;
  text-decoration: none;
  min-width: 0;
}

.afl-page-brand img {
  width: 58px;
  height: 54px;
  border: 1px solid rgba(240, 90, 40, 0.18);
  border-radius: 16px;
  padding: 5px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 241, 235, 0.9));
  box-shadow: 0 12px 28px rgba(201, 35, 45, 0.13);
  object-fit: contain;
  object-position: center;
}

.afl-page-brand span {
  display: grid;
  gap: 2px;
  color: #11162a;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: none;
  background: linear-gradient(90deg, #11162a 0 48%, var(--afl-red) 48% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body:not(.afl-admin-page) .afl-page-brand span::after {
  content: "Afrique - Europe - Asie";
  color: rgba(102, 112, 133, 0.95);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.afl-admin-page .afl-page-brand span {
  background: none;
  color: #11162a;
}

.afl-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.afl-page-links a {
  color: var(--afl-ink);
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 9px 11px;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 800;
}

.afl-page-links a:hover,
.afl-page-links a.active {
  border-color: rgba(240, 90, 40, 0.22);
  color: var(--afl-red);
  background: rgba(240, 90, 40, 0.08);
}

.afl-menu-toggle {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border: 1px solid var(--afl-line);
  border-radius: 12px;
  background: #fff;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  cursor: pointer;
  margin-left: auto;
}

.afl-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--afl-ink);
}

@media (min-width: 821px) {
  .afl-menu-toggle {
    display: none;
  }
}

.afl-page-hero {
  padding: 70px 0 40px;
  background:
    linear-gradient(135deg, rgba(23, 27, 47, 0.88), rgba(201, 35, 45, 0.74)),
    url("images/dfsdfdf-min.jpg") center / cover;
  color: #fff;
}

.afl-page-hero h1 {
  max-width: 820px;
  margin: 0 0 14px;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1;
}

.afl-page-hero p {
  max-width: 680px;
  color: rgba(255,255,255,0.86);
  font-size: 1.08rem;
  line-height: 1.7;
}

.afl-page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.afl-page-hero-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 11px 16px;
  background: #fff;
  color: var(--afl-red);
  font-weight: 900;
  text-decoration: none;
}

.afl-page-hero-actions a:nth-child(2) {
  color: #fff;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.36);
}

.afl-page-main {
  padding: 42px 0 70px;
}

.afl-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 22px;
  align-items: start;
}

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

.afl-info-item {
  background: #fff;
  border: 1px solid var(--afl-line);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 16px 45px rgba(17, 24, 39, 0.06);
}

.afl-info-item h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
}

.afl-info-item p {
  margin: 0;
  color: var(--afl-muted);
  line-height: 1.65;
}

.afl-page-section {
  margin-top: 28px;
}

.afl-page-section h2 {
  margin: 0 0 16px;
  font-family: Montserrat, Arial, sans-serif;
  color: var(--afl-ink);
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.08;
}

.afl-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.afl-feature {
  min-height: 190px;
  border: 1px solid var(--afl-line);
  border-radius: 18px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(17, 24, 39, 0.06);
}

.afl-feature span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 18px;
  background: rgba(240, 90, 40, 0.1);
  color: var(--afl-red);
  font-weight: 900;
}

.afl-feature h3 {
  margin: 0 0 8px;
  color: var(--afl-ink);
  font-size: 1.16rem;
}

.afl-feature p {
  margin: 0;
  color: var(--afl-muted);
  line-height: 1.65;
}

.afl-cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  border-radius: 20px;
  padding: 24px;
  background: linear-gradient(135deg, var(--afl-ink), #2c3047);
  color: #fff;
}

.afl-cta-band h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.afl-cta-band p {
  margin: 0;
  color: rgba(255,255,255,0.74);
  line-height: 1.55;
}

.afl-cta-band a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 11px 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--afl-orange), var(--afl-red));
  text-decoration: none;
  font-weight: 900;
  white-space: nowrap;
}

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

.afl-destination {
  min-height: 140px;
  border-radius: 16px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--afl-line);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 16px 45px rgba(17, 24, 39, 0.06);
}

.afl-destination strong {
  font-size: 1.22rem;
}

.afl-destination span {
  color: var(--afl-muted);
  margin-top: 5px;
  font-size: 0.92rem;
}

.afl-page-footer {
  padding: 26px 0;
  background: var(--afl-ink);
  color: #fff;
  text-align: center;
}

.afl-tools {
  background:
    linear-gradient(135deg, rgba(240, 90, 40, 0.09), rgba(31, 157, 104, 0.06)),
    #fff;
}

.afl-services-plus {
  background: var(--afl-soft);
}

.afl-section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.afl-section-head h2 {
  margin: 8px 0 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  color: var(--afl-ink);
}

.afl-section-head p,
.afl-panel p,
.afl-service-card p {
  color: var(--afl-muted);
  line-height: 1.65;
}

.afl-kicker {
  display: inline-flex;
  color: var(--afl-red);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.afl-tool-grid,
.afl-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.afl-panel,
.afl-service-card {
  background: #fff;
  border: 1px solid var(--afl-line);
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 18px 55px rgba(17, 24, 39, 0.08);
}

.afl-home-tool {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.afl-home-tool:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 65px rgba(17, 24, 39, 0.12);
}

.afl-home-tool > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(240, 90, 40, 0.1);
  color: var(--afl-red);
  font-weight: 900;
  margin-bottom: 18px;
}

.afl-home-tool a {
  margin-top: 18px;
  color: var(--afl-red);
  font-weight: 900;
  text-decoration: none;
}

.afl-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.afl-panel h3,
.afl-service-card h3 {
  margin: 0 0 6px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.45rem;
  color: var(--afl-ink);
}

.afl-panel p,
.afl-service-card p {
  margin: 0;
}

.afl-badge {
  white-space: nowrap;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(240, 90, 40, 0.1);
  color: var(--afl-red);
  font-size: 0.78rem;
  font-weight: 800;
}

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

.afl-track-form {
  grid-template-columns: minmax(0, 1fr) auto;
}

.afl-form label {
  display: grid;
  gap: 7px;
  color: var(--afl-muted);
  font-weight: 700;
  font-size: 0.86rem;
}

.afl-form input,
.afl-form select,
.afl-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--afl-line);
  border-radius: 12px;
  padding: 10px 12px;
  color: var(--afl-ink);
  background: #fff;
  font: inherit;
}

.afl-form input:focus,
.afl-form select:focus,
.afl-form textarea:focus {
  outline: 0;
  border-color: rgba(240, 90, 40, 0.55);
  box-shadow: 0 0 0 4px rgba(240, 90, 40, 0.1);
}

.afl-form textarea {
  resize: vertical;
  line-height: 1.55;
}

.afl-form input[type="file"] {
  min-height: auto;
  padding: 12px;
  cursor: pointer;
  border-style: dashed;
  background: linear-gradient(135deg, rgba(240, 90, 40, 0.06), rgba(31, 157, 104, 0.05)), #fff;
}

.afl-form button,
.afl-whatsapp,
.afl-service-card a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  padding: 11px 16px;
  background: linear-gradient(135deg, var(--afl-orange), var(--afl-red));
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.afl-form button {
  align-self: end;
}

.afl-transfer-card .afl-form button {
  grid-column: 1 / -1;
}

.afl-result {
  min-height: 88px;
  border: 1px dashed rgba(240, 90, 40, 0.35);
  border-radius: 14px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--afl-ink);
  line-height: 1.55;
  font-weight: 600;
}

.afl-result strong {
  color: var(--afl-red);
}

.afl-whatsapp {
  width: 100%;
  margin-top: 14px;
  background: linear-gradient(135deg, #1f9d68, #0f7a50);
}

.afl-card-grid {
  align-items: stretch;
}

.afl-service-card ul {
  margin: 18px 0 20px;
  padding-left: 18px;
  color: var(--afl-ink);
  line-height: 1.8;
}

.afl-service-card a {
  background: var(--afl-ink);
}

.afl-local-home {
  padding: 72px 0;
  background:
    linear-gradient(135deg, rgba(23, 27, 47, 0.04), rgba(240, 90, 40, 0.06)),
    #fff;
  color: var(--afl-ink);
}

.afl-local-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}

.afl-local-grid h2 {
  max-width: 560px;
  margin: 10px 0 14px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
}

.afl-local-grid p {
  max-width: 600px;
  margin: 0;
  color: var(--afl-muted);
  line-height: 1.7;
  font-weight: 600;
}

.afl-contact-form textarea {
  width: 100%;
  border: 1px solid var(--afl-line);
  border-radius: 12px;
  padding: 10px 12px;
  resize: vertical;
  font: inherit;
}

.afl-contact-form textarea:focus {
  outline: 0;
  border-color: rgba(240, 90, 40, 0.55);
  box-shadow: 0 0 0 4px rgba(240, 90, 40, 0.1);
}

.afl-full {
  grid-column: 1 / -1;
}

.afl-contact-form button {
  grid-column: 1 / -1;
}

.afl-tracking-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 0;
}

.afl-tracking-steps span {
  min-height: 54px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  border: 1px solid var(--afl-line);
  background: #fff;
  color: var(--afl-muted);
  font-weight: 800;
  text-align: center;
  font-size: 0.86rem;
}

.afl-tracking-steps span.done {
  background: rgba(31, 157, 104, 0.1);
  border-color: rgba(31, 157, 104, 0.24);
  color: var(--afl-green);
}

.afl-tracking-steps span.active {
  background: rgba(240, 90, 40, 0.12);
  border-color: rgba(240, 90, 40, 0.32);
  color: var(--afl-red);
}

.afl-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--afl-line);
  border-radius: 16px;
}

.afl-rate-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.afl-rate-table th,
.afl-rate-table td {
  padding: 15px 14px;
  border-top: 1px solid var(--afl-line);
  text-align: left;
}

.afl-rate-table th {
  border-top: 0;
  background: #fafbfe;
  color: var(--afl-muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.afl-rate-table a {
  display: inline-flex;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(240, 90, 40, 0.1);
  color: var(--afl-red);
  font-weight: 850;
  text-decoration: none;
}

.afl-faq {
  padding: 72px 0;
  background: var(--afl-soft);
  color: var(--afl-ink);
}

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

.afl-faq details {
  border: 1px solid var(--afl-line);
  border-radius: 16px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.05);
}

.afl-faq summary {
  cursor: pointer;
  color: var(--afl-ink);
  font-weight: 900;
}

.afl-faq p {
  color: var(--afl-muted);
  line-height: 1.65;
  margin: 12px 0 0;
}

.afl-site-footer {
  position: relative;
  overflow: hidden;
  padding: 70px 0 0;
  background:
    radial-gradient(circle at 16% 0%, rgba(240, 90, 40, 0.28), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(201, 35, 45, 0.2), transparent 34%),
    linear-gradient(135deg, #0d1020 0%, #151a31 54%, #101426 100%);
  color: #fff;
}

.afl-site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 72%);
  opacity: 0.38;
}

.afl-site-footer > * {
  position: relative;
  z-index: 1;
}

.afl-footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06)),
    linear-gradient(135deg, rgba(240, 90, 40, 0.18), transparent 42%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.afl-footer-cta span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  border-radius: 999px;
  padding: 6px 10px;
  color: #ffd5c9;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.afl-footer-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.04;
}

.afl-footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.afl-footer-cta-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 17px;
  color: #fff;
  background: linear-gradient(135deg, var(--afl-orange), var(--afl-red));
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(201, 35, 45, 0.25);
}

.afl-footer-cta-actions a:nth-child(2) {
  color: #11162a;
  background: #fff;
  box-shadow: none;
}

.afl-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) minmax(150px, 0.72fr) minmax(150px, 0.72fr) minmax(270px, 1fr);
  gap: 22px;
  margin-top: 28px;
}

.afl-footer-brand,
.afl-footer-links,
.afl-footer-contact {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.065);
}

.afl-footer-logo {
  width: 160px;
  height: 68px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  margin-bottom: 16px;
}

.afl-site-footer p,
.afl-site-footer span,
.afl-site-footer a {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.afl-site-footer h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 0.95rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.afl-footer-brand p {
  max-width: 390px;
  margin: 0;
}

.afl-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.afl-footer-badges span {
  display: inline-flex;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 850;
}

.afl-footer-links a {
  display: flex;
  align-items: center;
  min-height: 34px;
  border-radius: 10px;
  padding: 6px 8px;
  text-decoration: none;
  margin: 2px -8px;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.afl-footer-links a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(3px);
}

.afl-footer-contact {
  display: grid;
  gap: 10px;
}

.afl-footer-contact h3 {
  margin-bottom: 4px;
}

.afl-footer-contact-card {
  display: grid;
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

.afl-footer-contact-card span {
  margin: 0;
  color: #ffb39c;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.afl-footer-contact-card strong {
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.35;
}

.afl-footer-contact-card:hover {
  border-color: rgba(240, 90, 40, 0.4);
  background: rgba(240, 90, 40, 0.13);
}

.afl-footer-bottom {
  width: min(1140px, calc(100% - 32px));
  margin: 30px auto 0;
  padding: 18px 0 22px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.7);
}

.afl-footer-bottom span {
  margin: 0;
  color: rgba(255,255,255,0.7);
  font-size: 0.86rem;
}

.afl-info-item a {
  color: var(--afl-red);
  font-weight: 850;
  text-decoration: none;
}

.afl-mini-link {
  display: inline-flex;
  margin-top: 8px;
}

.afl-map-section {
  margin-top: 28px;
}

.afl-map-card {
  overflow: hidden;
  border: 1px solid var(--afl-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
}

.afl-map-card iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
}

.afl-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.afl-contact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 0 18px;
  background: var(--afl-ink);
  color: #fff;
  font-weight: 850;
  text-decoration: none;
}

.afl-contact-actions a:nth-child(2) {
  background: rgba(240, 90, 40, 0.12);
  color: var(--afl-red);
}

.afl-floating-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: flex;
  gap: 8px;
  align-items: center;
}

.afl-home .afl-floating-contact {
  display: none;
}

.afl-floating-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  padding: 0 16px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.22);
}

.afl-float-wa {
  background: #20b45b;
}

.afl-float-mail {
  background: var(--afl-ink);
}

@media (max-width: 1100px) {
  .afl-footer-cta,
  .afl-footer-grid {
    grid-template-columns: 1fr;
  }

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

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

  .u-section-1 .u-image-1 {
    height: 600px !important;
    margin-top: -600px !important;
  }

  .u-section-1::before {
    height: 600px;
  }

  .u-section-1 .u-shape-1 {
    height: 390px !important;
  }

  .u-section-1 .u-list-1 {
    width: min(760px, calc(100% - 32px));
    margin-top: -24px !important;
  }

  .u-section-1 .u-repeater-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    min-height: auto !important;
  }

  .afl-about-grid,
  .afl-services-head,
  .afl-support-grid,
  .afl-confidence-grid {
    grid-template-columns: 1fr;
  }

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

  .afl-confidence-head {
    padding-right: 0;
  }

  .afl-flow-board article {
    grid-template-columns: minmax(118px, 0.28fr) minmax(0, 1fr);
  }

  .afl-flow-board a {
    grid-column: 2;
    justify-self: flex-start;
  }

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

  .afl-contact-proof a {
    grid-column: 1 / -1;
    justify-self: flex-start;
  }

  .afl-confidence-mini {
    max-width: none;
  }

}

@media (max-width: 820px) {
  .u-section-1 {
    min-height: auto;
    padding-bottom: 64px;
  }

  .u-section-1 .u-shape-1 {
    height: 430px !important;
    margin-top: 230px !important;
    --bottom-right-radius: 48px;
    --bottom-left-radius: 48px;
  }

  .u-section-1 .u-image-1 {
    height: 660px !important;
    margin-top: -660px !important;
    --bottom-right-radius: 48px;
    --bottom-left-radius: 48px;
  }

  .u-section-1::before {
    height: 660px;
  }

  .u-section-1 .u-list-1 {
    width: min(420px, calc(100% - 28px));
    margin-top: -18px !important;
  }

  .u-section-1 .u-repeater-1 {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .u-section-1 .u-container-layout-1,
  .u-section-1 .u-container-layout-2,
  .u-section-1 .u-container-layout-3,
  .u-section-1 .u-container-layout-4 {
    min-height: 326px;
  }

  .u-section-1 .u-text-4 {
    font-size: 2rem !important;
    line-height: 1.15;
    padding: 0 16px;
  }

  .afl-hero-copy {
    top: 100px;
    width: min(520px, calc(100% - 28px));
  }

  .afl-hero-copy h1 {
    font-size: clamp(1.75rem, 6.2vw, 2.45rem);
    line-height: 1.08;
    overflow-wrap: break-word;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .afl-hero-copy p {
    margin-top: 16px;
    max-width: 330px;
    overflow-wrap: break-word;
    text-wrap: balance;
    font-size: 1rem;
    line-height: 1.45;
  }

  .afl-hero-actions {
    margin-top: 18px;
  }

  .afl-hero-proof {
    margin-top: 14px;
    padding: 0 10px 4px;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .afl-hero-actions a {
    width: min(100%, 300px);
  }

  .afl-tools,
  .afl-services-plus {
    padding: 54px 0;
  }

  .afl-tool-grid,
  .afl-card-grid,
  .afl-trust-grid,
  .afl-local-grid,
  .afl-about-values,
  .afl-services-grid,
  .afl-faq-grid,
  .afl-footer-grid,
  .afl-form,
  .afl-track-form {
    grid-template-columns: 1fr;
  }

  .afl-panel,
  .afl-service-card {
    padding: 20px;
  }

  .afl-panel-head {
    flex-direction: column;
  }

  .afl-page-nav {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .afl-page-links {
    display: none;
    width: 100%;
    justify-content: flex-start;
    padding: 8px 0 12px;
  }

  .afl-page-nav.is-open .afl-page-links {
    display: flex;
  }

  .afl-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .afl-page-grid,
  .afl-destination-grid {
    grid-template-columns: 1fr;
  }

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

  .afl-cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .afl-page-hero {
    padding: 46px 0 32px;
  }

  .afl-page-main {
    padding-bottom: 132px;
  }

  .afl-about-pro,
  .afl-services-pro,
  .afl-support-flow,
  .afl-confidence {
    padding: 56px 0;
  }

  .afl-flow-summary {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .afl-flow-summary::before {
    display: none;
  }

  .afl-flow-summary div {
    min-height: auto;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .afl-flow-summary strong {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }

  .afl-flow-summary span {
    margin-top: 0;
  }

  .afl-flow-board {
    border-radius: 20px;
    padding: 12px;
  }

  .afl-board-head {
    align-items: flex-start;
    flex-direction: column;
    padding: 6px 6px 12px;
  }

  .afl-flow-board article,
  .afl-confidence-stack article,
  .afl-contact-proof,
  .afl-confidence-mini {
    grid-template-columns: 1fr;
  }

  .afl-flow-board a,
  .afl-contact-proof a {
    grid-column: auto;
    width: 100%;
  }

  .afl-confidence-stack article > span {
    margin-bottom: 2px;
  }

  .afl-contact-proof {
    border-radius: 22px;
  }

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

  .afl-service-pro-card {
    min-height: auto;
  }

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

  .afl-map-card iframe {
    min-height: 320px;
  }

  .afl-floating-contact {
    right: 12px;
    bottom: 12px;
    left: 12px;
    justify-content: center;
  }

  .afl-floating-contact a {
    min-height: 42px;
    padding: 0 13px;
  font-size: 0.88rem;
  }
}

.afl-page .afl-page-main {
  padding-bottom: 120px;
}

.afl-page-footer {
  position: relative;
  z-index: 2;
}

.afl-news-page .afl-floating-contact {
  display: none;
}

.afl-admin-page .afl-page-main {
  padding-bottom: 90px;
}

.afl-admin-workspace[hidden],
.afl-admin-login[hidden] {
  display: none;
}

.afl-admin-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.afl-admin-toolbar h2 {
  margin: 0 0 6px;
  color: var(--afl-ink);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.afl-admin-toolbar p {
  margin: 0;
  color: var(--afl-muted);
}

.afl-admin-toolbar button,
.afl-admin-mini,
.afl-admin-save,
.afl-admin-table button {
  min-height: 40px;
  border: 0;
  border-radius: 12px;
  padding: 9px 13px;
  background: var(--afl-ink);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
}

.afl-admin-mini {
  background: rgba(240, 90, 40, 0.1);
  color: var(--afl-red);
}

.afl-admin-save {
  width: 100%;
  margin-top: 16px;
  background: linear-gradient(135deg, var(--afl-orange), var(--afl-red));
}

.afl-admin-grid {
  display: grid;
  gap: 22px;
}

.afl-admin-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--afl-line);
  border-radius: 16px;
}

.afl-admin-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

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

.afl-admin-table th {
  border-top: 0;
  color: var(--afl-muted);
  background: #fafbfe;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.afl-admin-table input,
.afl-admin-table select,
.afl-admin-table textarea {
  width: 100%;
  min-width: 92px;
  min-height: 38px;
  border: 1px solid var(--afl-line);
  border-radius: 10px;
  padding: 8px 9px;
  font: inherit;
  background: #fff;
}

.afl-admin-table textarea {
  min-width: 180px;
  resize: vertical;
}

.afl-admin-image-link {
  display: inline-flex;
  margin-top: 6px;
  border: 1px solid var(--afl-line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.afl-admin-image-link img {
  display: block;
  width: 150px;
  max-width: 100%;
  height: 100px;
  object-fit: cover;
}

.afl-requests-table {
  min-width: 1180px;
}

.afl-requests-table td p {
  margin: 0 0 8px;
  max-width: 320px;
  color: var(--afl-ink);
  line-height: 1.45;
}

.afl-requests-table small {
  color: var(--afl-muted);
  line-height: 1.5;
}

.afl-admin-table td:nth-child(2) input + input,
.afl-admin-table td:nth-child(4) input + input {
  margin-top: 6px;
}

.afl-result.is-error {
  border-color: rgba(201, 35, 45, 0.5);
  background: rgba(201, 35, 45, 0.08);
}

@media (max-width: 820px) {
  .afl-admin-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .u-section-1 .u-shape-1 {
    height: 470px !important;
    margin-top: 222px !important;
  }

  .u-section-1 .u-image-1 {
    height: 692px !important;
    margin-top: -692px !important;
  }

  .u-section-1::before {
    height: 692px;
  }

  .u-section-1 .u-list-1 {
    margin-top: -12px !important;
  }

  .afl-hero-copy {
    top: 92px;
    width: min(360px, calc(100% - 24px));
  }

  .afl-hero-copy h1 {
    font-size: clamp(1.55rem, 6vw, 2rem);
    max-width: 320px;
  }

  .afl-hero-copy p {
    font-size: 0.92rem;
    max-width: 300px;
  }

  .afl-hero-actions a {
    min-height: 42px;
    padding: 10px 16px;
    font-size: 0.9rem;
  }

  .afl-hero-proof span {
    font-size: 0.72rem;
    padding: 6px 9px;
    max-width: 100%;
  }

  .afl-mobile-break {
    display: block;
  }
}

@media (max-width: 1100px) {
  .afl-hero-stage,
  .afl-next-step-grid {
    grid-template-columns: 1fr;
  }

  .afl-hero-stage {
    min-height: auto;
    padding-top: 122px;
    padding-bottom: 26px;
  }

  .afl-hero-panel {
    max-width: 720px;
  }

  .afl-hero-service-dock {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .afl-hero-image,
  .afl-hero-premium .u-image-1 {
    height: 820px !important;
    margin: 0 !important;
  }
}

@media (max-width: 820px) {
  .afl-hero-premium {
    min-height: auto !important;
    padding-bottom: 48px !important;
  }

  .afl-hero-premium::before {
    height: 100%;
    background:
      linear-gradient(180deg, rgba(10, 13, 27, 0.9), rgba(10, 13, 27, 0.76) 48%, rgba(10, 13, 27, 0.98)),
      radial-gradient(circle at 72% 18%, rgba(240, 90, 40, 0.2), transparent 30%);
  }

  .afl-hero-image,
  .afl-hero-premium .u-image-1 {
    height: 920px !important;
    margin: 0 !important;
    object-position: 50% 26% !important;
  }

  .afl-hero-stage {
    padding-top: 104px;
    gap: 24px;
  }

  .afl-hero-message {
    min-height: 286px;
    max-width: 560px;
  }

  .afl-hero-label {
    margin-bottom: 12px;
  }

  .afl-hero-premium .afl-hero-copy h1 {
    max-width: 560px;
    min-height: 3.36em;
    margin: 0;
    font-size: clamp(1.98rem, 8vw, 3.05rem);
    line-height: 1.12;
  }

  .afl-hero-premium .afl-hero-copy p {
    max-width: 520px;
    min-height: 4.8em;
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .afl-hero-premium .afl-hero-copy {
    border-left-width: 2px;
    border-radius: 0 18px 18px 0;
    padding: 20px 18px 22px;
    background: linear-gradient(90deg, rgba(10, 13, 27, 0.72), rgba(10, 13, 27, 0.3));
  }

  .afl-hero-premium .afl-hero-actions a {
    width: min(100%, 360px);
  }

  .afl-hero-panel {
    border-radius: 22px;
    padding: 16px;
  }

  .afl-hero-panel-top,
  .afl-hero-panel-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .afl-hero-checklist div {
    grid-template-columns: 1fr;
  }

  .afl-hero-service-dock,
  .afl-next-step-grid,
  .afl-concierge-grid,
  .afl-expert-grid {
    grid-template-columns: 1fr;
  }

  .afl-hero-service-dock a {
    min-height: auto;
  }

  .afl-next-step {
    padding: 56px 0;
  }

  .afl-next-step-card {
    border-radius: 22px;
    padding: 22px;
  }

  .afl-next-step-card a {
    width: 100%;
  }

  .afl-concierge {
    padding: 58px 0;
    background:
      radial-gradient(circle at 20% 10%, rgba(240, 90, 40, 0.18), transparent 28%),
      linear-gradient(135deg, #0f1325, #171b2f 62%, #101426) !important;
  }

  .afl-concierge-services,
  .afl-concierge-fields,
  .afl-concierge-contact,
  .afl-concierge-track,
  .afl-expert-tabs,
  .afl-expert-fields {
    grid-template-columns: 1fr;
  }

  .afl-concierge-panel {
    border-radius: 22px;
    padding: 16px;
  }

  .afl-concierge-top {
    flex-direction: column;
  }

  .afl-expert-lab {
    padding: 58px 0;
  }

  .afl-expert-panel {
    border-radius: 22px;
    padding: 16px;
  }

  .afl-expert-form-head {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .afl-hero-stage {
    padding-top: 92px;
  }

  .afl-hero-image,
  .afl-hero-premium .u-image-1 {
    height: 980px !important;
    margin: 0 !important;
  }

  .afl-hero-premium .afl-hero-copy h1 {
    min-height: 3.6em;
    font-size: clamp(1.82rem, 8.2vw, 2.45rem);
    line-height: 1.2;
  }

  .afl-hero-message {
    min-height: 274px;
  }

  .afl-hero-premium .afl-hero-copy p {
    min-height: 5.1em;
    font-size: 0.95rem;
  }

  .afl-hero-premium .afl-hero-proof {
    max-width: none;
    padding: 0;
  }
}

/* AfriLink refinement pass: cleaner service cards, contact choices and request routing. */
.afl-services-pro {
  background:
    linear-gradient(135deg, rgba(240, 90, 40, 0.1), transparent 28%),
    linear-gradient(180deg, #11162a 0%, #171b2f 100%);
}

.afl-services-head {
  align-items: start;
}

.afl-services-head .afl-kicker {
  color: #ffb09b;
}

.afl-services-grid {
  gap: 18px;
}

.afl-service-pro-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: 18px;
  padding: 24px 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.035);
}

.afl-service-pro-card::before {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 950;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.afl-service-pro-card:nth-child(1)::before { content: "$"; }
.afl-service-pro-card:nth-child(2)::before { content: "EX"; font-size: 1rem; }
.afl-service-pro-card:nth-child(3)::before { content: "TO"; font-size: 1rem; }
.afl-service-pro-card:nth-child(4)::before { content: "CN"; font-size: 1rem; }
.afl-service-pro-card:nth-child(5)::before { content: "{ }"; font-size: 1rem; }

.afl-service-pro-card > span {
  width: fit-content;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffb09b;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.afl-service-pro-card h3 {
  max-width: 230px;
  margin-top: 18px;
}

.afl-service-pro-card ul {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.afl-service-pro-card a {
  border-radius: 12px;
}

.afl-delivery-choice {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 2px 0 4px;
  border: 1px solid var(--afl-line);
  border-radius: 16px;
  padding: 14px;
  background: #fafbfe;
}

.afl-delivery-choice legend {
  grid-column: 1 / -1;
  padding: 0 4px;
  color: var(--afl-ink);
  font-size: 0.88rem;
  font-weight: 900;
}

.afl-delivery-choice label {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--afl-line);
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
  color: var(--afl-ink);
  font-size: 0.88rem;
  font-weight: 850;
  cursor: pointer;
}

.afl-delivery-choice input {
  width: 16px;
  min-height: 16px;
  accent-color: var(--afl-red);
}

.afl-contact-actions a,
.afl-page-hero-actions a,
.afl-hero-premium .afl-hero-actions a,
.afl-form button,
.afl-whatsapp {
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.afl-contact-actions a:hover,
.afl-page-hero-actions a:hover,
.afl-hero-premium .afl-hero-actions a:hover,
.afl-form button:hover,
.afl-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.14);
}

.afl-local-home {
  border-top: 1px solid var(--afl-line);
  border-bottom: 1px solid var(--afl-line);
}

.afl-contact-card {
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(31, 157, 104, 0.08), rgba(240, 90, 40, 0.08)),
    #fff;
}

.afl-contact-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--afl-ink);
  font-size: 1.28rem;
}

.afl-contact-card a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  border-radius: 12px;
  padding: 0 16px;
  background: var(--afl-ink);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 820px) {
  .afl-delivery-choice {
    grid-template-columns: 1fr;
  }

  .afl-floating-contact {
    display: none;
  }

  .afl-services-grid {
    gap: 14px;
  }

  .afl-service-pro-card {
    padding: 20px;
  }
}

/* Navigation and responsive polish */
.afl-home-header {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(247, 248, 251, 0.74)),
    linear-gradient(90deg, rgba(240, 90, 40, 0.13), transparent 36%, rgba(23, 27, 47, 0.1));
}

.afl-page-nav {
  width: min(1240px, calc(100% - 32px));
}

.afl-page-brand {
  flex: 0 0 auto;
}

.afl-page-links {
  align-items: center;
}

.afl-page-links a {
  white-space: nowrap;
}

.afl-team-public {
  padding: 82px 0;
  background:
    linear-gradient(135deg, rgba(23, 27, 47, 0.04), rgba(240, 90, 40, 0.06)),
    #fff;
}

.afl-page-main > .afl-team-public {
  width: min(1140px, calc(100% - 32px));
  margin: 46px auto 0;
  border: 1px solid rgba(232, 235, 242, 0.9);
  border-radius: 22px;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 248, 251, 0.92));
  box-shadow: 0 20px 60px rgba(17, 24, 39, 0.06);
}

.afl-team-public .afl-section-head {
  max-width: 790px;
}

.afl-team-public-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.afl-team-public-grid article {
  position: relative;
  min-height: 238px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(232, 235, 242, 0.96);
  border-radius: 18px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 248, 251, 0.9));
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.07);
  overflow: hidden;
}

.afl-team-public-grid article::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--afl-orange), var(--afl-red));
}

.afl-team-public-grid span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--afl-orange), var(--afl-red));
  font-size: 0.82rem;
  font-weight: 950;
}

.afl-team-public-grid h3 {
  margin: 22px 0 10px;
  color: var(--afl-ink);
  font-size: 1.15rem;
  line-height: 1.2;
}

.afl-team-public-grid p {
  margin: 0;
  color: var(--afl-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.afl-news-home {
  padding: 76px 0;
  background:
    linear-gradient(135deg, rgba(23, 27, 47, 0.04), rgba(240, 90, 40, 0.06)),
    #fff;
}

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

.afl-news-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--afl-line);
  border-radius: 18px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(17, 24, 39, 0.07);
}

.afl-news-card span {
  width: fit-content;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(201, 35, 45, 0.08);
  color: var(--afl-red);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.afl-news-card h3 {
  margin: 18px 0 10px;
  color: var(--afl-ink);
  font-size: 1.35rem;
  line-height: 1.16;
}

.afl-news-card p {
  margin: 0;
  color: var(--afl-muted);
  line-height: 1.65;
}

.afl-news-card a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: auto;
  border-radius: 12px;
  padding: 0 15px;
  background: var(--afl-ink);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.afl-auto-news {
  margin-bottom: 28px;
}

.afl-news-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
}

.afl-news-filter button {
  min-height: 38px;
  border: 1px solid var(--afl-line);
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  color: var(--afl-ink);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 850;
  cursor: pointer;
}

.afl-news-filter button.active,
.afl-news-filter button:hover {
  border-color: rgba(201, 35, 45, 0.24);
  background: rgba(240, 90, 40, 0.1);
  color: var(--afl-red);
}

.afl-auto-news-card small {
  display: block;
  margin-top: auto;
  color: var(--afl-muted);
  font-weight: 800;
  line-height: 1.45;
}

.afl-news-admin-table {
  min-width: 1120px;
}

.afl-news-hero {
  background:
    linear-gradient(135deg, rgba(17, 22, 42, 0.9), rgba(201, 35, 45, 0.76)),
    url("images/jhjhjh.jpg") center / cover;
}

.afl-sourcing-hero {
  background:
    linear-gradient(135deg, rgba(17, 22, 42, 0.88), rgba(111, 32, 28, 0.68), rgba(240, 90, 40, 0.38)),
    url("images/sourcing-chine-bg.jpg") center / cover;
}

.afl-news-feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  border: 1px solid rgba(240, 90, 40, 0.22);
  border-radius: 22px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(240, 90, 40, 0.11), rgba(31, 157, 104, 0.08)),
    #fff;
  box-shadow: 0 18px 55px rgba(17, 24, 39, 0.08);
}

.afl-news-feature h2 {
  max-width: 760px;
  margin: 8px 0 10px;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  line-height: 1.06;
}

.afl-news-feature p {
  max-width: 760px;
  margin: 0;
  color: var(--afl-muted);
  line-height: 1.7;
}

.afl-news-feature a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 12px;
  padding: 0 18px;
  background: linear-gradient(135deg, var(--afl-orange), var(--afl-red));
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.afl-news-page-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1100px) {
  .afl-page-links {
    gap: 4px;
  }

  .afl-page-links a {
    padding: 8px 9px;
    font-size: 0.78rem;
  }

  .afl-news-page-grid,
  .afl-hero-service-dock,
  .afl-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .afl-menu-toggle {
    display: inline-flex;
  }

  .afl-page-nav {
    position: relative;
    flex-wrap: nowrap;
  }

  .afl-page-links {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 80;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background:
      linear-gradient(135deg, rgba(240, 90, 40, 0.16), transparent 34%),
      #101426;
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.28);
  }

  .afl-page-nav.is-open .afl-page-links {
    display: grid;
  }

  .afl-page-links a {
    min-height: 46px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 0 14px;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.94rem;
  }

  .afl-page-links a:hover,
  .afl-page-links a.active {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16);
    background: linear-gradient(135deg, var(--afl-orange), var(--afl-red));
  }
}

@media (max-width: 640px) {
  .afl-page-links {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1101px) {
  .afl-services-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .afl-service-pro-card {
    min-height: 420px;
    padding: 22px 18px;
  }

  .afl-service-pro-card h3 {
    font-size: 1.2rem;
  }

  .afl-service-pro-card p,
  .afl-service-pro-card li {
    font-size: 0.9rem;
  }
}

@media (max-width: 820px) {
  .afl-site-footer {
    padding-top: 46px;
  }

  .afl-footer-cta {
    border-radius: 20px;
    padding: 20px;
  }

  .afl-footer-cta-actions a,
  .afl-footer-cta-actions {
    width: 100%;
  }

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

  .afl-footer-brand,
  .afl-footer-links,
  .afl-footer-contact {
    border-radius: 18px;
    padding: 18px;
  }

  .afl-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  body.afl-page,
  body.afl-home {
    padding-top: 82px;
  }

  .afl-page-header {
    padding: 8px 0;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 248, 251, 0.88));
  }

  .afl-page-nav {
    position: relative;
    width: min(100% - 28px, 680px);
    min-height: 64px;
    flex-wrap: nowrap;
    padding: 8px 10px;
    border-radius: 18px;
  }

  .afl-page-brand img {
    width: 54px;
    height: 46px;
    border-radius: 14px;
    object-fit: contain;
    object-position: center;
  }

  .afl-page-brand span {
    font-size: 1rem;
  }

  .afl-page-links {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 80;
    display: none;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background:
      linear-gradient(135deg, rgba(240, 90, 40, 0.16), transparent 34%),
      #101426;
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.28);
  }

  .afl-page-nav.is-open .afl-page-links {
    display: grid;
  }

  .afl-page-links a {
    min-height: 46px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 0 14px;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.94rem;
  }

  .afl-page-links a:hover,
  .afl-page-links a.active {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16);
    background: linear-gradient(135deg, var(--afl-orange), var(--afl-red));
  }

  .afl-page-hero h1 {
    font-size: clamp(2.05rem, 10vw, 3.5rem);
    line-height: 1.03;
  }

  .afl-page-hero p {
    font-size: 1rem;
  }

  .afl-news-home {
    padding: 56px 0;
  }

  .afl-news-grid,
  .afl-news-page-grid,
  .afl-team-public-grid {
    grid-template-columns: 1fr;
  }

  .afl-team-public {
    padding: 58px 0;
  }

  .afl-page-main > .afl-team-public {
    width: min(100% - 28px, 680px);
    margin-top: 32px;
    border-radius: 18px;
    padding: 24px 16px;
  }

  .afl-team-public-grid article {
    min-height: auto;
  }

  .afl-news-card {
    min-height: auto;
  }

  .afl-news-feature {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 18px;
    padding: 22px;
  }

  .afl-news-feature a {
    width: 100%;
  }

  .afl-page-hero-actions a,
  .afl-contact-actions a {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .afl-page-nav {
    width: calc(100% - 24px);
  }

  .afl-page-brand span {
    max-width: 112px;
    font-size: 0.94rem;
  }

  body:not(.afl-admin-page) .afl-page-brand span::after {
    font-size: 0.56rem;
  }

  .afl-hero-premium .afl-hero-actions,
  .afl-page-hero-actions,
  .afl-contact-actions,
  .afl-about-actions,
  .afl-support-actions,
  .afl-next-step-card div {
    flex-direction: column;
    align-items: stretch;
  }

  .afl-hero-service-dock a,
  .afl-trust-grid div,
  .afl-panel,
  .afl-service-card,
  .afl-info-item,
  .afl-news-card {
    border-radius: 16px;
  }

  .afl-form input,
  .afl-form select,
  .afl-form textarea,
  .afl-concierge input,
  .afl-concierge textarea {
    font-size: 16px;
  }
}

/* Responsive action system: buttons must never force horizontal scrolling. */
.afl-hero-actions a,
.afl-page-hero-actions a,
.afl-contact-actions a,
.afl-about-actions a,
.afl-support-actions a,
.afl-next-step-card a,
.afl-news-card a,
.afl-news-feature a,
.afl-service-pro-card a,
.afl-home-tool a,
.afl-form button,
.afl-concierge-form button,
.afl-concierge-track button,
.afl-expert-form-head button,
.afl-expert-result a,
.afl-cta-band a,
.afl-rate-table a,
.afl-service-card a,
.afl-contact-proof a,
.afl-floating-contact a {
  max-width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  .afl-page-hero h1 {
    font-size: clamp(2rem, 9vw, 2.75rem);
    line-height: 1.04;
  }

  .afl-page-hero p {
    font-size: 1rem;
    line-height: 1.58;
  }

  .afl-hero-premium .afl-hero-actions {
    gap: 12px;
    width: 100%;
    align-items: flex-start;
  }

  .afl-hero-premium .afl-hero-actions a,
  .afl-page-hero-actions a,
  .afl-contact-actions a,
  .afl-about-actions a,
  .afl-support-actions a,
  .afl-next-step-card a,
  .afl-news-feature a {
    width: min(100%, 340px);
    min-height: 50px;
    padding: 12px 16px;
    border-radius: 18px;
    font-size: 0.92rem;
  }

  .afl-hero-premium .afl-hero-actions a {
    width: min(100%, 280px);
    min-height: 54px;
    border-radius: 18px;
  }

  .afl-service-pro-card a,
  .afl-home-tool a,
  .afl-service-card a,
  .afl-rate-table a,
  .afl-cta-band a,
  .afl-expert-result a,
  .afl-expert-form-head button {
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 0.84rem;
  }

  .afl-form button,
  .afl-concierge-form button,
  .afl-concierge-track button {
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 16px;
    font-size: 0.92rem;
  }

  .afl-hero-proof {
    gap: 8px;
  }

  .afl-hero-premium .afl-hero-proof span {
    max-width: 100%;
    padding: 9px 12px;
    border-radius: 14px;
    font-size: 0.78rem;
    white-space: normal;
  }
}

@media (max-width: 390px) {
  .afl-page-hero-actions a,
  .afl-contact-actions a,
  .afl-about-actions a,
  .afl-support-actions a,
  .afl-next-step-card a,
  .afl-news-feature a {
    width: 100%;
  }
}

/* Mobile experience pass: compact, tactile, and designed as its own layout. */
@media (max-width: 640px) {
  .afl-wrap {
    width: min(100% - 28px, 420px);
  }

  .afl-home section[id] {
    scroll-margin-top: 92px;
  }

  .afl-section-head h2,
  .afl-services-head h2,
  .afl-support-copy h2,
  .afl-confidence-head h2,
  .afl-next-step h2 {
    font-size: clamp(1.82rem, 8vw, 2.45rem);
    line-height: 1.08;
  }

  .afl-section-head p,
  .afl-services-head p,
  .afl-support-copy p,
  .afl-confidence-head p,
  .afl-next-step p {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .afl-hero-premium {
    min-height: auto !important;
    padding-bottom: 0 !important;
  }

  .afl-hero-premium::before {
    background:
      linear-gradient(180deg, rgba(10, 13, 27, 0.88), rgba(10, 13, 27, 0.74) 46%, rgba(10, 13, 27, 0.96)),
      radial-gradient(circle at 78% 12%, rgba(240, 90, 40, 0.16), transparent 28%);
  }

  .afl-hero-image,
  .afl-hero-premium .u-image-1 {
    height: 660px !important;
    object-position: 52% 18% !important;
  }

  .afl-hero-stage {
    min-height: auto;
    padding-top: 82px;
    padding-bottom: 18px;
    gap: 16px;
  }

  .afl-hero-premium .afl-hero-copy {
    border-left-width: 2px;
    border-radius: 0 18px 18px 0;
    padding: 18px 16px 18px;
    background: linear-gradient(90deg, rgba(10, 13, 27, 0.78), rgba(10, 13, 27, 0.42));
  }

  .afl-hero-message {
    min-height: 0;
    max-width: none;
  }

  .afl-hero-premium .afl-hero-copy h1 {
    min-height: 0;
    font-size: clamp(2rem, 8.4vw, 2.55rem);
    line-height: 1.12;
  }

  .afl-hero-premium .afl-hero-copy p {
    min-height: 0;
    margin-top: 14px;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .afl-hero-panel {
    display: none;
  }

  .afl-hero-premium .afl-hero-actions {
    margin-top: 22px;
  }

  .afl-hero-premium .afl-hero-proof {
    margin-top: 18px;
  }

  .afl-hero-service-dock {
    width: 100%;
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    margin-top: 0;
    padding: 0 14px 22px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .afl-hero-service-dock::-webkit-scrollbar,
  .afl-services-grid::-webkit-scrollbar,
  .afl-about-values::-webkit-scrollbar,
  .afl-flow-board::-webkit-scrollbar {
    display: none;
  }

  .afl-hero-service-dock a {
    flex: 0 0 72%;
    min-height: 158px;
    border-radius: 18px;
    padding: 18px;
    scroll-snap-align: start;
  }

  .afl-hero-service-dock strong {
    font-size: 1.35rem;
  }

  .afl-hero-service-dock em {
    font-size: 0.84rem;
  }

  .afl-about-pro,
  .afl-services-pro,
  .afl-support-flow,
  .afl-confidence,
  .afl-next-step,
  .afl-faq {
    padding: 50px 0;
  }

  .afl-about-grid,
  .afl-support-grid,
  .afl-confidence-grid,
  .afl-next-step-grid {
    gap: 22px;
  }

  .afl-about-copy p {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .afl-about-media,
  .afl-about-media img {
    min-height: 0;
  }

  .afl-about-media img {
    height: 260px;
  }

  .afl-about-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .afl-about-values {
    width: 100%;
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    padding: 0 14px 2px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .afl-about-values article {
    flex: 0 0 82%;
    min-height: 178px;
    padding: 20px;
    scroll-snap-align: start;
  }

  .afl-services-head {
    gap: 14px;
  }

  .afl-services-grid {
    width: 100%;
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    padding: 0 14px 4px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .afl-service-pro-card {
    flex: 0 0 82%;
    min-height: 390px;
    padding: 20px;
    scroll-snap-align: start;
  }

  .afl-service-pro-card h3 {
    font-size: 1.32rem;
  }

  .afl-service-pro-card p,
  .afl-service-pro-card li {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .afl-flow-summary {
    display: flex;
    grid-template-columns: none;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
    scroll-snap-type: x mandatory;
  }

  .afl-flow-summary div {
    flex: 0 0 72%;
    border-radius: 18px;
    scroll-snap-align: start;
  }

  .afl-flow-board {
    display: flex;
    gap: 12px;
    border-radius: 20px;
    padding: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .afl-board-head {
    flex: 0 0 82%;
    min-height: 164px;
    align-self: stretch;
    border-radius: 18px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.08);
    scroll-snap-align: start;
  }

  .afl-flow-board article {
    flex: 0 0 82%;
    min-height: 250px;
    border-radius: 18px;
    padding: 18px;
    scroll-snap-align: start;
  }

  .afl-flow-board article a {
    width: 100%;
  }

  .afl-confidence-mini {
    display: flex;
    grid-template-columns: none;
    gap: 10px;
    overflow-x: auto;
  }

  .afl-confidence-mini div {
    flex: 0 0 70%;
  }

  .afl-confidence-stack {
    gap: 12px;
  }

  .afl-confidence-stack article {
    border-radius: 18px;
    padding: 16px;
  }

  .afl-contact-proof {
    padding: 18px;
  }

  .afl-next-step-card {
    border-radius: 20px;
    padding: 20px;
  }

  .afl-faq-grid {
    gap: 10px;
  }

  .afl-faq details {
    border-radius: 14px;
    padding: 16px;
  }

  .afl-footer-cta h2 {
    font-size: clamp(1.55rem, 7vw, 2.15rem);
    line-height: 1.12;
  }

  .afl-footer-logo {
    width: 132px;
    height: 58px;
  }
}

@media (max-width: 390px) {
  .afl-hero-service-dock a,
  .afl-service-pro-card,
  .afl-about-values article,
  .afl-flow-board article,
  .afl-board-head {
    flex-basis: 86%;
  }
}

/* Service cards image treatment: richer desktop and mobile cards with safe contrast. */
.afl-service-pro-card {
  --afl-service-image: url("images/dfsdfdf-min.jpg");
  isolation: isolate;
  background-image:
    linear-gradient(180deg, rgba(10, 13, 27, 0.5) 0%, rgba(10, 13, 27, 0.76) 44%, rgba(10, 13, 27, 0.94) 100%),
    linear-gradient(135deg, rgba(240, 90, 40, 0.18), transparent 36%),
    var(--afl-service-image);
  background-size: cover;
  background-position: center;
}

.afl-service-pro-card:nth-child(1) {
  --afl-service-image: url("images/ghgh.jpg");
  background-position: 46% center;
}

.afl-service-pro-card:nth-child(2) {
  --afl-service-image: url("images/AfrilinkExpressLogo12.jpg");
  background-position: center;
}

.afl-service-pro-card:nth-child(3) {
  --afl-service-image: url("images/8ad73f3c.jpeg");
  background-position: center;
}

.afl-service-pro-card:nth-child(4) {
  --afl-service-image: url("images/sourcing-chine-bg.jpg");
  background-position: 58% center;
}

.afl-service-pro-card:nth-child(5) {
  --afl-service-image: url("images/dsd-min.jpg");
  background-position: 68% center;
}

.afl-service-pro-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 12%, rgba(255, 255, 255, 0.18), transparent 22%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 44%);
  opacity: 0.78;
}

.afl-service-pro-card::before,
.afl-service-pro-card > * {
  position: relative;
  z-index: 1;
}

.afl-service-pro-card::before,
.afl-service-pro-card > span {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.afl-service-pro-card p {
  color: rgba(255, 255, 255, 0.82);
}

.afl-service-pro-card li {
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 640px) {
  .afl-service-pro-card {
    background-image:
      linear-gradient(180deg, rgba(10, 13, 27, 0.42) 0%, rgba(10, 13, 27, 0.78) 42%, rgba(10, 13, 27, 0.96) 100%),
      linear-gradient(135deg, rgba(240, 90, 40, 0.18), transparent 38%),
      var(--afl-service-image);
  }
}

/* Premium navigation pass: stronger menu buttons on desktop and mobile. */
.afl-page-header {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(244, 246, 250, 0.78)),
    radial-gradient(circle at 8% 18%, rgba(240, 90, 40, 0.12), transparent 24%),
    radial-gradient(circle at 92% 12%, rgba(17, 22, 42, 0.12), transparent 28%);
}

.afl-page-nav {
  border-color: rgba(255, 255, 255, 0.86);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(250, 251, 253, 0.68));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 18px 50px rgba(17, 24, 39, 0.1);
}

.afl-page-links {
  gap: 8px;
}

.afl-page-links a {
  position: relative;
  isolation: isolate;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: rgba(17, 22, 42, 0.08);
  padding: 10px 14px;
  color: #151a31;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(247, 248, 251, 0.56));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 8px 22px rgba(17, 24, 39, 0.045);
  font-size: 0.79rem;
  letter-spacing: 0;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.afl-page-links a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--afl-orange), var(--afl-red));
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.afl-page-links a:hover {
  transform: translateY(-1px);
  border-color: rgba(240, 90, 40, 0.28);
  color: var(--afl-red);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 241, 235, 0.82));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 12px 28px rgba(201, 35, 45, 0.11);
}

.afl-page-links a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.afl-page-links a.active {
  border-color: rgba(240, 90, 40, 0.36);
  color: #fff;
  background:
    linear-gradient(135deg, var(--afl-orange), var(--afl-red));
  box-shadow:
    0 14px 30px rgba(201, 35, 45, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.afl-page-links a.active::after {
  opacity: 0;
}

.afl-menu-toggle {
  border-color: rgba(17, 22, 42, 0.1);
  border-radius: 15px;
  background:
    linear-gradient(180deg, #fff, #f6f7fb);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
}

.afl-menu-toggle:hover,
.afl-menu-toggle:focus-visible {
  border-color: rgba(240, 90, 40, 0.34);
  outline: none;
  box-shadow: 0 14px 30px rgba(201, 35, 45, 0.12);
}

.afl-page-nav.is-open .afl-menu-toggle {
  background: linear-gradient(135deg, var(--afl-orange), var(--afl-red));
}

.afl-page-nav.is-open .afl-menu-toggle span {
  background: #fff;
}

@media (max-width: 1180px) {
  .afl-page-links {
    border-color: rgba(255, 255, 255, 0.18);
    background:
      radial-gradient(circle at 12% 8%, rgba(240, 90, 40, 0.3), transparent 32%),
      radial-gradient(circle at 88% 92%, rgba(255, 255, 255, 0.08), transparent 28%),
      linear-gradient(135deg, #11162b, #090d1c);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 28px 70px rgba(17, 24, 39, 0.42);
  }

  .afl-page-links a {
    justify-content: flex-start;
    min-height: 48px;
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.92);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 10px 24px rgba(0, 0, 0, 0.12);
    font-size: 0.94rem;
  }

  .afl-page-links a::after {
    left: auto;
    right: 12px;
    bottom: 50%;
    width: 7px;
    height: 7px;
    transform: translateY(50%) scale(0.5);
    border-radius: 50%;
  }

  .afl-page-links a:hover,
  .afl-page-links a.active {
    transform: none;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.24);
    background: linear-gradient(135deg, rgba(240, 90, 40, 0.92), rgba(201, 35, 45, 0.92));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.18),
      0 14px 28px rgba(201, 35, 45, 0.2);
  }

  .afl-page-links a:hover::after,
  .afl-page-links a.active::after {
    opacity: 1;
    transform: translateY(50%) scale(1);
    background: #fff;
  }
}

@media (max-width: 640px) {
  .afl-page-nav {
    border-radius: 20px;
  }

  .afl-page-links {
    gap: 10px;
    padding: 12px;
  }
}
