/*new css start*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Story+Script&family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
  --ahi-blue: #006b86;
  --ahi-green: #59ee4f;
  --ahi-green-dark: #2fa460;
  --ahi-white: #ffffff;
  --ahi-muted: rgba(255, 255, 255, 0.60);
  --ahi-bg: #151617;
	--ahi-font-heading: "Bricolage Grotesque", sans-serif;
  --ahi-font-body: "DM Sans", sans-serif;
  --cp-dark: #151617;
  --cp-dark-card: rgba(255, 255, 255, 0.05);
  --cp-cream: #fdfbf7;
  --cp-white: #ffffff;
  --cp-text: #010101;
  --cp-text-muted: rgba(1, 1, 1, 0.62);
  --cp-border-light: #e8e8e8;
  --cp-blue: #3b82f6;
  --cp-orange: #f59e0b;
  --cp-orange-deep: #ff6b00;
  --cp-yellow: #ffb400;
  --cp-red: #ef4444;
  --cp-green-glow: #5fc853;
  --ct-dark: #151617;
  --ct-white: #ffffff;
  --ct-green: #76b82a;
  --ct-green-bright: #70e453;
  --ct-text-dark: #0a0a0a;
  --ct-text-muted: #8a8a8a;
  --ct-main-bg: #faf8f6;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

.ahi-page [id] {
  scroll-margin-top: 88px;
}

body {
/*   color: var(--ahi-white);
  background: var(--ahi-bg); */
  font-family: var(--ahi-font-body);
  overflow-x: hidden;
}

.ahi-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: #151617;
}
.ahi-hero {
    position: relative;
    isolation: isolate;
    min-height: 820px;
    overflow-x: clip;
    background-color: #121416;
    background-image:
      linear-gradient(180deg, rgba(8, 10, 12, 0.15) 0%, rgba(8, 10, 12, 0.55) 100%),
      url(http://13.60.79.251/wp-content/uploads/2026/06/banner-bg.png);
    background-size: cover;
    background-position: center top;
}

.ahi-hero-grid-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 45%, #000 20%, transparent 75%);
}

.ahi-hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 80% at 50% 50%, transparent 35%, rgba(0, 0, 0, 0.45) 100%),
    linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.35) 100%);
}

/* .ahi-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.25;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.22) 0.65px, transparent 0.7px),
    radial-gradient(circle, rgba(255, 255, 255, 0.16) 0.45px, transparent 0.55px);
  background-position: 0 0, 9px 11px;
  background-size: 5px 5px, 7px 7px;
  mix-blend-mode: screen;
}*/

.ahi-hero::after {
	position: absolute;
	right: -50px;
    top: -50px;
    width: 356px;
    height: 356px;
    content: "";
    pointer-events: none;
    border-radius: 356px;
    background: #5FC853;
    filter: blur(190px);
} 

.ahi-container {
  position: relative;
  z-index: 2;
  padding-right: 6px;
  padding-left: 6px;
}

.ahi-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  background: rgba(21, 22, 23, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.2);
}

.ahi-navbar {
  align-items: flex-start;
  min-height: 116px;
  padding: 25px 0 0;
}

.ahi-brand {
  display: inline-flex;
  width: 205px;
  margin: 0;
  padding: 0;
}

.ahi-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.ahi-nav {
  align-items: center;
  gap: 31px;
  padding-top: 25px;
}

.ahi-nav .nav-link {
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

.ahi-nav .nav-link:hover,
.ahi-nav .nav-link.active {
  color: var(--ahi-white);
}

.ahi-toggler {
  border-color: rgba(255, 255, 255, 0.35);
}

.ahi-toggler .navbar-toggler-icon {
  filter: invert(1);
}

.ahi-hero-content {
    position: relative;
    z-index: 3;
    min-height: 820px;
    padding: 120px 0 72px;
}

.ahi-hero-copy {
  position: relative;
  z-index: 4;
}

.ahi-hero-copy-panel {
  position: relative;
  padding-left: 22px;
}

.ahi-hero-copy-panel::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 3px;
  height: calc(100% - 12px);
  border-radius: 4px;
  background: linear-gradient(180deg, #70E453 0%, #0A3F52 100%);
  content: "";
  box-shadow: 0 0 18px rgba(112, 228, 83, 0.45);
}

.ahi-hero .ahi-eyebrow {
    width: fit-content;
    max-width: 100%;
    height: auto;
    min-height: 40px;
    margin-bottom: 18px;
    padding: 10px 22px;
    border: 1px solid rgba(112, 228, 83, 0.35);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #70E453;
    background: rgba(18, 20, 22, 0.55);
    background-image: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: currentColor;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 8px 24px rgba(0, 0, 0, 0.18);
}

.ahi-hero .ahi-hero-eyebrow-text {
  display: inline-block;
  background: linear-gradient(90deg, #5ec8e8 0%, #70E453 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #70E453;
}

.ahi-hero-title,
.ahi-hero .ahi-hero-title {
  width: 100%;
  max-width: 480px;
  font-size: 52px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.ahi-hero .ahi-hero-gradient {
  background: linear-gradient(120deg, #5ec8e8 0%, #70E453 45%, #0A3F52 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
}

.ahi-hero .ahi-actions {
  gap: 16px;
  margin-top: 44px;
}

.ahi-hero .ahi-btn {
  min-height: 56px;
  padding: 0 24px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.ahi-hero .ahi-btn-primary {
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 12px 32px rgba(112, 228, 83, 0.22),
    0 4px 12px rgba(0, 0, 0, 0.2);
}

.ahi-hero .ahi-btn-light {
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(255, 255, 255, 0.12);
}

.ahi-hero .ahi-btn-outline {
  width: 100%;
  min-width: 0;
  border-radius: 12px;
  color: #8ef87a;
  background:
    linear-gradient(rgba(18, 20, 22, 0.55), rgba(18, 20, 22, 0.55)) padding-box,
    linear-gradient(90deg, #0A3F52 0%, #70E453 100%) border-box;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ahi-hero-visual-wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: min(640px, 54vw);
    height: min(760px, calc(100% - 100px));
    transform: translateX(-42%);
}

.ahi-hero-spotlight {
  position: absolute;
  top: 38%;
  left: 50%;
  z-index: 0;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(112, 228, 83, 0.28) 0%, rgba(10, 63, 82, 0.12) 42%, transparent 72%);
  transform: translate(-50%, -50%);
  filter: blur(8px);
  pointer-events: none;
}

.ahi-hero-orbit {
  position: absolute;
  top: 36%;
  left: 50%;
  z-index: 0;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(112, 228, 83, 0.14);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.ahi-hero-orbit::before {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #70E453;
  box-shadow: 0 0 16px rgba(112, 228, 83, 0.8);
  content: "";
  transform: translateX(-50%);
}

.ahi-hero-image {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: bottom center;
}

.ahi-hero .ahi-summary {
    right: 0;
    bottom: 72px;
    width: min(400px, 34vw);
}

.ahi-hero-summary-card {
  padding: 24px 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(18, 20, 22, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 20px 48px rgba(0, 0, 0, 0.28);
}

.ahi-hero .ahi-summary p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.55;
}

.ahi-copy {
    width: 455px;
    max-width: 100%;
    margin-top: 4vw;
}

.ahi-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 415px;
    height: 43px;
    margin-bottom: 5px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
    background-image:
      var(--Gradient, linear-gradient(90deg, #0A3F52 0%, #70E453 100%)),
      linear-gradient(#17191a, #17191a),
      var(--Gradient, linear-gradient(90deg, #0A3F52 0%, #70E453 100%));
    background-origin: border-box;
    background-clip: text, padding-box, border-box;
    -webkit-background-clip: text, padding-box, border-box;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.ahi-copy h1,
.ahi-hero-title {
  width: 455px;
  margin: 0;
  color: var(--ahi-white);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.245;
  letter-spacing: 0;
  font-family: var(--ahi-font-heading);
}

.ahi-hero-line {
  display: block;
  overflow: hidden;
}

.ahi-hero-line + .ahi-hero-line {
  margin-top: 0;
}

.ahi-copy h1 span {
  display: inline;
}

.ahi-copy h1 .ahi-hero-gradient {
  display: inline;
  background: linear-gradient(90deg, #0A3F52 0%, #70E453 50%, #0A3F52 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ahi-actions {
  display: flex;
  gap: 24px;
  margin-top: 135px;
}

.ahi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 63px;
  padding: 0 19px;
  border-radius: 9px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
	transition: 0.3s all;
}

.ahi-btn-primary {
  min-width: 188px;
  color: var(--ahi-white);
  background: linear-gradient(90deg, #0A3F52 0%, #70E453 100%);
	transition: 0.3s all;
}

.ahi-btn-light {
  min-width: 242px;
  color: #161719;
  background: #ffffff;
	transition: 0.3s all;
}

.ahi-btn-outline {
  min-width: 238px;
  min-height: 62px;
  padding: 0 20px;
  border: 2px solid transparent;
  border-radius: 9px;
  color: #70ff5f;
  background: 
	  linear-gradient(#202020, #202020) padding-box,
	  linear-gradient(90deg, #0A3F52 0%, #70E453 100%) border-box;
	transition: 0.3s all;
}

.ahi-summary {
    position: absolute;
    top: auto;
    right: 0;
    z-index: 4;
    width: 416px;
    bottom: 75px;
}

.ahi-summary p {
  margin: 0 0 25px;
  color: var(--ahi-muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0;
}

.ahi-stats {
    position: relative;
    overflow: hidden;
    padding: 72px 0 88px;
    color: #030303;
    background: #ffffff;
}

.ahi-stats::before {
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: 0;
  width: 720px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(112, 228, 83, 0.08) 0%, transparent 68%);
  content: "";
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.ahi-stats .ahi-container {
  position: relative;
  z-index: 1;
}

.ahi-section-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.ahi-section-kicker span {
  display: block;
  width: 142px;
  height: 1px;
  background: #70E453;
}

.ahi-section-kicker p {
    margin: 0;
    color: #010101;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
	letter-spacing: 0.9px;
}

.ahi-stats h2 , .ahi-difference h2{
    margin: 0;
    letter-spacing: 0;
    color: #010101;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ahi-stats-badges {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  margin-top: 48px;
  padding: 8px 0;
}

.ahi-stat-badge-wrap {
  flex: 1 1 0;
  min-width: 0;
  cursor: default;
}

.ahi-stat-badge {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 96px;
  padding: 14px 8px 12px;
  border: 1px solid rgba(1, 1, 1, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.04);
  text-align: center;
  transform: translateY(0);
  animation: ahiBadgeFloat 5.5s ease-in-out infinite;
  animation-delay: var(--badge-float-delay, 0s);
  will-change: transform, box-shadow, border-color;
  height: 100%;
}

.ahi-stat-badge::before {
  display: none;
}

.ahi-stat-badge-accent {
  border-color: rgba(1, 1, 1, 0.08);
  background: #ffffff;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.04);
}

.ahi-stat-badge strong {
    display: block;
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-family: "Bricolage Grotesque", sans-serif;
    transition: color 0.35s ease, background 0.35s ease;
}

.ahi-stat-badge .ahi-stat-green {
    color: #000000;
    background: none;
    -webkit-text-fill-color: currentColor;
}

.ahi-stat-badge p {
  margin: 6px 0 0;
  color: rgba(1, 1, 1, 0.58);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  transition: color 0.35s ease;
}

/* Legacy grid fallback */
.ahi-stats-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px 26px;
  margin-top: 56px;
}

.ahi-stat-card:not(.ahi-stat-badge) {
  position: relative;
  min-height: 112px;
  padding-top: 25px;
  text-align: center;
}

.ahi-stat-card:not(.ahi-stat-badge)::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: #c7c7c7;
}

.ahi-stat-card:not(.ahi-stat-badge) strong {
    display: block;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    font-family: "Bricolage Grotesque", sans-serif;
}

/* .ahi-stat-card:not(.ahi-stat-badge) .ahi-stat-green {
    background: linear-gradient(90deg, #0A3F52 0%, #70E453 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

.ahi-stat-card:not(.ahi-stat-badge) p {
  margin: 10px 0 0;
  color: rgba(1, 1, 1, 0.60);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}

.ahi-difference {
  position: relative;
  min-height: 944px;
  padding: 120px 0;
  color: #050505;
  overflow: hidden;
  background: linear-gradient(180deg, #f8f6ef 0%, #f2efe6 100%);
}

.ahi-difference::before,
.ahi-difference::after {
  position: absolute;
  content: "";
  pointer-events: none;
  border-radius: 50%;
}

.ahi-difference::before {
  top: -12%;
  right: -8%;
  width: 42%;
  height: 50%;
  background: radial-gradient(circle, rgba(112, 228, 83, 0.1) 0%, transparent 68%);
}

.ahi-difference::after {
  bottom: -18%;
  left: -6%;
  width: 36%;
  height: 44%;
  background: radial-gradient(circle, rgba(10, 63, 82, 0.07) 0%, transparent 70%);
}
/* 
.ahi-difference .ahi-section-kicker {
  margin-bottom: 14px;
} */

/* .ahi-difference h2 {
  margin: 0;
  color: #010101;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 0;
  font-family: "Bricolage Grotesque", sans-serif;
} */

.ahi-difference-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 28px;
  margin-top: 51px;
}

.ahi-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.ahi-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 276px;
  padding: 28px 22px 26px;
  overflow: hidden;
  border: 1px solid rgba(10, 63, 82, 0.08);
  border-radius: 22px;
  color: #060606;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.86) 100%);
  box-shadow:
    0 14px 36px rgba(10, 63, 82, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.35s ease,
    background 0.35s ease;
}

.ahi-feature-card::before {
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 3px;
  content: "";
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, #0A3F52 0%, #70E453 100%);
  opacity: 0;
  transform: scaleX(0.4);
  transform-origin: left center;
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.ahi-feature-card-active {
  border-color: transparent;
  color: #ffffff;
  background: linear-gradient(135deg, #0A3F52 0%, #1a6b5c 42%, #70E453 100%);
  box-shadow:
    0 20px 48px rgba(10, 63, 82, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

.ahi-feature-card-active::before {
  opacity: 1;
  transform: scaleX(1);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.ahi-feature-card-active::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    115deg,
    transparent 30%,
    rgba(255, 255, 255, 0.12) 48%,
    transparent 62%
  );
  transform: translateX(-120%);
  animation: ahiFeatureShine 6s ease-in-out infinite;
  pointer-events: none;
}

.ahi-feature-card-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border: 1px solid rgba(10, 63, 82, 0.08);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(10, 63, 82, 0.07) 0%, rgba(112, 228, 83, 0.14) 100%);
  transition:
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.ahi-feature-card-active .ahi-feature-card-icon {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ahi-feature-card .svg_icon {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ahi-feature-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: currentColor;
  font-family: var(--ahi-font-heading);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  transition: color 0.35s ease;
}

.ahi-feature-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(1, 1, 1, 0.58);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
  transition: color 0.35s ease;
}

.ahi-feature-card-active p {
  color: rgba(255, 255, 255, 0.78);
}

.ahi-difference-visual {
  position: relative;
  min-height: 576px;
}

.ahi-difference-visual::before {
  position: absolute;
  inset: -8px;
  content: "";
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(10, 63, 82, 0.35) 0%, rgba(112, 228, 83, 0.45) 100%);
  opacity: 0.45;
  filter: blur(18px);
  z-index: 0;
  transition: opacity 0.45s ease;
}

.ahi-difference-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 22px;
  object-fit: cover;
  box-shadow:
    0 24px 56px rgba(10, 63, 82, 0.18),
    0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.45s ease;
}


/* fourth section */


.ahi-process {
  position: relative;
  min-height: 655px;
  padding: 90px 0;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 27%, rgba(56, 137, 55, 0.58) 0, rgba(32, 73, 37, 0.4) 26%, rgba(12, 17, 15, 0) 54%),
    radial-gradient(circle at 5% 86%, rgba(68, 127, 63, 0.48) 0, rgba(38, 74, 42, 0.35) 28%, rgba(12, 17, 15, 0) 50%),
    linear-gradient(90deg, #101412 0%, #121513 54%, #142216 100%);
}

.ahi-process::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.2;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.2) 0.55px, transparent 0.6px),
    radial-gradient(circle, rgba(255, 255, 255, 0.12) 0.4px, transparent 0.45px);
  background-position: 0 0, 7px 9px;
  background-size: 5px 5px, 8px 8px;
}

.ahi-section-kicker-dark p {
  color: #ffffff;
}

.ahi-process h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--ahi-font-heading);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.ahi-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 51px;
}

.ahi-process-card {
  position: relative;
  isolation: isolate;
  min-height: 345px;
  padding: 25px 20px;
  border: none;
  border-radius: 18px;
  overflow: hidden;
  background: transparent;
}

.ahi-process-card::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 220%;
  aspect-ratio: 1;
  content: "";
  background: conic-gradient(
    from 0deg,
    #70e453 0deg,
    #006b86 72deg,
    #0a3f52 144deg,
    #70e453 216deg,
    #45bd39 288deg,
    #006b86 324deg,
    #70e453 360deg
  );
  transform: translate(-50%, -50%);
  animation: ahiProcessBorderRotate 5s linear infinite;
  animation-delay: var(--ahi-border-delay, 0s);
  pointer-events: none;
}

.ahi-process-card::after {
  position: absolute;
  z-index: 0;
  inset: 1.2px;
  content: "";
  border-radius: 16.8px;
  background: linear-gradient(145deg, rgba(31, 54, 35, 0.78), rgba(16, 21, 19, 0.94));
  pointer-events: none;
}

.ahi-process-card-blue::after {
  background: linear-gradient(145deg, rgba(18, 22, 21, 0.95), rgba(22, 27, 25, 0.9));
}

.ahi-process-card:nth-child(3)::after {
  background: linear-gradient(145deg, rgba(18, 22, 21, 0.95), rgba(22, 27, 25, 0.9));
}

.ahi-process-card:nth-child(4)::after {
  background: linear-gradient(145deg, rgba(31, 54, 35, 0.78), rgba(16, 21, 19, 0.94));
}

.ahi-process-card:nth-child(1) {
  --ahi-border-delay: 0s;
}

.ahi-process-card:nth-child(2) {
  --ahi-border-delay: -1.25s;
}

.ahi-process-card:nth-child(3) {
  --ahi-border-delay: -2.5s;
}

.ahi-process-card:nth-child(4) {
  --ahi-border-delay: -3.75s;
}

.ahi-process-card h3,
.ahi-process-card > div,
.ahi-process-card p {
  position: relative;
  z-index: 1;
}

.ahi-process-card h3 {
  margin: 0;
  color: #ffffff;
  font-family: var(--ahi-font-heading);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}

.ahi-process-card h3 span {
        font-weight: 600;
    background: linear-gradient(90deg, #0a3f52 0%, #70e453 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ahi-process-card div {
  height: 1px;
  margin: 29px 0 28px;
  background: rgba(255, 255, 255, 0.24);
}

.ahi-process-card p {
  margin: 0;
  color: var(--ahi-muted);
  font-size: 21px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
}

/* fifth section */

.ahi-signals {
  position: relative;
  padding: 124px 0 108px;
  overflow: hidden;
  color: #050505;
  background: linear-gradient(180deg, #f8f6ef 0%, #f2efe6 100%);
}

.ahi-signals::before,
.ahi-signals::after {
  position: absolute;
  content: "";
  pointer-events: none;
  border-radius: 50%;
}

.ahi-signals::before {
  top: -10%;
  left: -6%;
  width: 38%;
  height: 46%;
  background: radial-gradient(circle, rgba(112, 228, 83, 0.09) 0%, transparent 68%);
}

.ahi-signals::after {
  bottom: -14%;
  right: -8%;
  width: 40%;
  height: 48%;
  background: radial-gradient(circle, rgba(10, 63, 82, 0.07) 0%, transparent 70%);
}

.ahi-signals .container {
  position: relative;
  z-index: 1;
}

.ahi-signals .ahi-section-kicker {
  margin-bottom: 15px;
}

.ahi-signals h2 {
  margin: 0;
  color: #050505;
  font-family: var(--ahi-font-heading);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
}

.ahi-signals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 51px;
}

.ahi-signal-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 26px 22px 24px;
  overflow: hidden;
  border: 1px solid rgba(10, 63, 82, 0.08);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.86) 100%);
  box-shadow:
    0 14px 36px rgba(10, 63, 82, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.35s ease,
    background 0.35s ease;
}

.ahi-signal-card::before {
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 3px;
  content: "";
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, #0A3F52 0%, #70E453 100%);
  opacity: 0;
  transform: scaleX(0.4);
  transform-origin: left center;
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.ahi-signal-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border: 1px solid rgba(112, 228, 83, 0.25);
  border-radius: 16px;
  color: #45bd39;
  background: linear-gradient(135deg, rgba(10, 63, 82, 0.07) 0%, rgba(112, 228, 83, 0.16) 100%);
  transition:
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.ahi-signal-icon .feature_icon,
.ahi-signal-icon img {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ahi-signal-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ahi-signal-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #030303;
  font-family: var(--ahi-font-heading);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  transition: color 0.35s ease;
}

.ahi-signal-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(1, 1, 1, 0.58);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
  transition: color 0.35s ease;
}

/* sixth section */

.ahi-alerts {
  position: relative;
  min-height: 655px;
  padding: 90px 0;
  overflow: hidden;
  color: #ffffff;
  /* background: #191918; */
  background-image: url(../images/banner-bg.png);
}

.ahi-alerts::before {
    position: absolute;
    content: "";
    pointer-events: none;
    border-radius: 356px;
    background: #5FC853;
    filter: blur(275px);
    display: block;
    width: 380px;
    height: 380px;
    bottom: 0;
}
.ahi-alerts::after {
    position: absolute;
    content: "";
    pointer-events: none;
    border-radius: 356px;
    background: #5FC853;
    filter: blur(275px);
    display: block;
    width: 380px;
    height: 380px;
    top: 0;
    right: 0;
}

.ahi-alerts .ahi-section-kicker {
  margin-bottom: 12px;
}

.ahi-alerts-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.ahi-alerts h2 {
  max-width: 750px;
  margin: 0;
  color: #ffffff;
  font-family: var(--ahi-font-heading);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.ahi-btn-dashboard {
  flex-shrink: 0;
  padding: 0 24px;
  border-radius: 9px;
  font-size: 17px;
  font-weight: 400;
	transition: 0.3s all;
}

.ahi-alerts-panel {
  margin-top: 50px;
  overflow: hidden;
  border: 1.2px solid transparent;
}

.ahi-alert-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 32px;
    min-height: 92px;
    padding: 26px 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.03);
}


.ahi-alert-location {
    display: flex;
    align-items: center;
    gap: 18px;
}

.ahi-alert-dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.ahi-alert-dot-orange {
  background: #e8a33a;
}

.ahi-alert-dot-red {
  background: #e84a4a;
}

.ahi-alert-dot-yellow {
  background: #d4c84a;
}

.ahi-alert-location strong {
    display: block;
    color: #ffffff;
    font-family: var(--ahi-font-heading);
    font-size: 22px;
    letter-spacing: 0;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ahi-alert-location span {
     display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.ahi-alert-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 34px;
    padding: 10px 20px;
    border-radius: 999px;
    white-space: nowrap;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.ahi-alert-badge-orange {
  color: #e8a33a;
  background: rgba(232, 163, 58, 0.16);
}

.ahi-alert-badge-red {
  color: #e84a4a;
  background: rgba(232, 74, 74, 0.16);
}

.ahi-alert-badge-yellow {
  color: #d4c84a;
  background: rgba(212, 200, 74, 0.16);
}

.ahi-alert-desc {
    margin: 0;
    letter-spacing: 0;
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 350px;
    width: 100%;
}

/* seventh section */

.ahi-explore {
  padding: 120px 0;
  color: #050505;
  background: #f8f6ef;
}

.ahi-explore-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, min(635px, 100%));
    gap: 80px;
    align-items: flex-start;
}

.ahi-explore-copy .ahi-section-kicker {
  margin-bottom: 12px;
}

.ahi-explore-copy h2 {
  margin: 0;
  color: #010101;
  font-family: var(--ahi-font-heading);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 0;
}

.ahi-explore-card {
  padding: 40px;
  border-radius: 20px;
  background: #ffffff;
}

.ahi-explore-label {
  margin: 0 0 10px;
  color: #2fa460;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.ahi-country-select {
  display: block;
  width: 100%;
  min-height: 58px;
  padding: 0 20px;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  color: #999999;
  font-family: var(--ahi-font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 20px center;
  appearance: none;
  cursor: pointer;
}

.ahi-country-select:valid {
  color: #010101;
}

.ahi-explore-features {
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid #e8e8e8;
}

.ahi-explore-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ahi-explore-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px solid #e8e8e8;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
}

.ahi-explore-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.ahi-explore-list li span {
    flex-shrink: 0;
    background: linear-gradient(90deg, #0A3F52 0%, #70E453 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* eighth section */

.ahi-decision {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  color: #ffffff;
  background-image: url(../images/banner-bg.png);
  background-size: cover;
  background-position: center;
}

.ahi-decision::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 380px;
  height: 380px;
  content: "";
  pointer-events: none;
  border-radius: 356px;
  background: #5FC853;
  filter: blur(275px);
}

.ahi-decision::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 380px;
  height: 380px;
  content: "";
  pointer-events: none;
  border-radius: 356px;
  background: #5FC853;
  filter: blur(275px);
}

.ahi-decision .ahi-section-kicker {
  margin-bottom: 12px;
}

.ahi-decision h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--ahi-font-heading);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.ahi-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 51px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ahi-decision-cell {
  min-height: 200px;
  padding: 30px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ahi-decision-cell:nth-child(3n) {
  border-right: none;
}

.ahi-decision-cell:nth-child(n + 4) {
  border-bottom: none;
}

.ahi-decision-num {
    display: block;
    margin-bottom: 30px;
    color: var(--ahi-muted);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
}

.ahi-decision-cell h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: var(--ahi-font-heading);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
}

.ahi-decision-cell p {
  margin: 0;
  color: var(--ahi-muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
}

/* ninth section */

.ahi-trust {
  padding: 120px 0;
  color: #050505;
  background: #f8f6ef;
}

.ahi-trust-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, min(740px, 100%));
    gap: 26px;
    align-items: start;
}

.ahi-trust-visual .ahi-section-kicker {
  margin-bottom: 12px;
}

.ahi-trust-visual h2 {
  margin: 0 0 50px;
  color: #010101;
  font-family: var(--ahi-font-heading);
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
}

.ahi-trust-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}

.ahi-trust-item {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid #e0e0e0;
}

.ahi-trust-item:first-child {
  border-top: 1px solid #e0e0e0;
}

.ahi-trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 1px solid #87db7a;
  border-radius: 19px;
  background: #eefbea;
}

.ahi-trust-icon img {
  display: block;
  width: 24px;
  height: 24px;
}

.ahi-trust-content h3 {
    margin: 0 0 10px;
    color: #030303;
    font-family: var(--ahi-font-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
}

.ahi-trust-content p {
    margin: 0;
    font-size: 18px;
    letter-spacing: 0;
    color: rgba(1, 1, 1, 0.60);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ahi-trust-counter {
    letter-spacing: 0;
    white-space: nowrap;
    color: rgba(1, 1, 1, 0.60);
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* footer */

.ahi-footer {
  position: relative;
  padding: 90px 0 20px;
  overflow: hidden;
  color: #ffffff;
  background-image: url(../images/banner-bg.png);
  background-size: cover;
  background-position: center;
}

.ahi-footer::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 380px;
  height: 380px;
  content: "";
  pointer-events: none;
  border-radius: 356px;
  background: #5FC853;
  filter: blur(275px);
}

.ahi-footer::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 380px;
  height: 380px;
  content: "";
  pointer-events: none;
  border-radius: 356px;
  background: #5FC853;
  filter: blur(275px);
}

.ahi-footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, min(445px, 100%));
  gap: 64px;
  align-items: start;
}

.ahi-footer-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 575px;
    width: 100%;
}

.ahi-footer-col h4 {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 10px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.ahi-footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ahi-footer-col li + li {
    margin-top: 6px;
}

.ahi-footer-col a {
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.ahi-footer-col a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.ahi-footer-social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
  margin-top: 40px;
}

.ahi-footer-social-col {
  display: flex;
  flex-direction: column;
}

.ahi-footer-social-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  color: rgb(255 255 255 / 60%);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.ahi-footer-social-col .ahi-footer-social-link:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ahi-footer-social-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.ahi-footer-social-link svg {
  flex-shrink: 0;
  opacity: 0.9;
}

.ahi-footer-aside {
    position: relative;
    z-index: 1;
    padding-top: 4px;
    width: fit-content;
    margin-left: auto;
    text-align: right;
}

.ahi-footer-logo {
  display: block;
  width: 80px;
  height: auto;
  margin-left: auto;
}

.ahi-footer-divider {
  display: block;
  width: 48px;
  height: 1px;
  margin: 24px 0 20px;
  background: rgba(255, 255, 255, 0.35);
  margin-left: auto;
}

.ahi-footer-inquiry {
    margin: 0 0 8px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.ahi-footer-email {
    text-decoration: none;
    word-break: break-word;
    color: #FFF;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.ahi-footer-email:hover {
  color: rgba(255, 255, 255, 0.8);
}

.ahi-footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding-top: 46px;
}

.ahi-footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  font-weight: 400;
  line-height: 140%;
}

.ahi-footer-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.ahi-footer-top:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}
.ahi-footer-social-link img {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
}

/* methodological framework page */

.ahi-framework-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #ffffff;
  background-color: #121513;
  background-image: url(../images/methodological.png);
  background-size: cover;
  background-position: center;
  min-height: 457px;
}

.ahi-framework-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.18;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.2) 0.55px, transparent 0.6px),
    radial-gradient(circle, rgba(255, 255, 255, 0.12) 0.4px, transparent 0.45px);
  background-position: 0 0, 7px 9px;
  background-size: 5px 5px, 8px 8px;
}

.ahi-framework-hero::after {
  position: absolute;
  top: 50%;
  right: -80px;
  width: 520px;
  height: 520px;
  content: "";
  pointer-events: none;
  border-radius: 50%;
  background: #5FC853;
  filter: blur(220px);
  transform: translateY(-50%);
  opacity: 0.55;
}

.ahi-framework-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 140px 0 100px;
  text-align: center;
}

.ahi-framework-hero h1 {
    margin: 0;
    color: #ffffff;
    font-family: var(--ahi-font-heading);
    font-size: 50px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
}

.ahi-framework-hero h1 span {
  background: linear-gradient(90deg, #0A3F52 0%, #70E453 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ahi-framework-page .ahi-nav .nav-link.active {
  color: #70E453;
}

.ahi-framework-page {
  overflow: visible;
  min-height: auto;
  background: #ffffff;
}

/* core principles slider */

.ahi-principles {
  padding: 90px 0;
  color: #010101;
  background: #ffffff;
}

.ahi-principles h2 {
  margin: 0 0 50px;
  color: #010101;
  font-family: var(--ahi-font-heading);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 0;
}

.ahi-principles-slider-wrap {
  overflow: hidden;
}

.ahi-principles-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.ahi-principles-slider .slick-slide {
  height: auto;
}

.ahi-principles-slider .slick-slide > div {
  height: 100%;
}

.ahi-principles-card {
    /* width: 380px; */
    min-height: 280px;
    margin-right: 24px;
    padding: 30px 28px 30px;
    border-radius: 20px;
    border: 1px solid #FFF0BD;
    background: #FCFAF3;
}

.ahi-principles-num {
  display: block;
  margin-bottom: 50px;
  font-family: var(--ahi-font-heading);
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(180deg, #0A3F52 0%, #70E453 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ahi-principles-card h3 {
  margin: 0 0 12px;
  color: #010101;
  font-family: var(--ahi-font-heading);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
}

.ahi-principles-card p {
  margin: 0;
  color: rgba(1, 1, 1, 0.55);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
}
.ahi-principles .ahi-container {
    max-width: 100%;
    padding-left: max(50px, calc((100% - 1320px) / 2));
}

/* scoring system */

.ahi-scoring {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  color: #ffffff;
  background: #191918;
}

.ahi-scoring::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 380px;
  height: 380px;
  content: "";
  pointer-events: none;
  border-radius: 50%;
  background: #5FC853;
  filter: blur(275px);
}

.ahi-scoring::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 380px;
  height: 380px;
  content: "";
  pointer-events: none;
  border-radius: 50%;
  background: #5FC853;
  filter: blur(275px);
}

.ahi-scoring .ahi-container {
  position: relative;
  z-index: 1;
}

.ahi-scoring h2 {
  margin: 0 0 40px;
  color: #ffffff;
  font-family: var(--ahi-font-heading);
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
}

.ahi-scoring-scale-bar {
  display: flex;
  overflow: hidden;
  border-radius: 14px;
}

.ahi-scoring-segment {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 72px;
  padding: 14px 10px;
  text-align: center;
}

.ahi-scoring-segment-range {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.ahi-scoring-segment-label {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.ahi-scoring-segment-strong {
    background: #00BC7D;
}

.ahi-scoring-segment-functional {
  background: #2B7FFF;
}

.ahi-scoring-segment-strained {
  background: #FE9A00;
}

.ahi-scoring-segment-weak {
  background: #FF6900;
}

.ahi-scoring-segment-critical {
  background: #FB2C36;
}

.ahi-scoring-scale-markers {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.ahi-scoring-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.ahi-scoring-card {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 56px;
    padding: 12px 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border-left: 4px solid #E5E7EB;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.ahi-scoring-dot {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.ahi-scoring-dot-strong {
  background: #70E453;
}

.ahi-scoring-dot-functional {
  background: #006b86;
}

.ahi-scoring-dot-strained {
  background: #e8a33a;
}

.ahi-scoring-dot-weak {
  background: #e86a4a;
}

.ahi-scoring-dot-critical {
  background: #e84a4a;
}

.ahi-scoring-range {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.ahi-scoring-label {
    color: rgba(255, 255, 255, 0.33);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.ahi-scoring-inversion {
  margin-top: 50px;
  padding: 30px 70px;
  border-radius: 18px;
  text-align: center;
  background: linear-gradient(90deg, #0A3F52 0%, #70E453 100%);
}

.ahi-scoring-inversion h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-family: var(--ahi-font-heading);
    letter-spacing: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ahi-scoring-inversion p {
    max-width: 835px;
    margin: 0 auto;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* four intelligence layers */

.ahi-layers {
  padding: 120px 0;
  color: #010101;
  background: #f8f6ef;
}

.ahi-layers h2 {
  margin: 0 0 50px;
  color: #010101;
  font-family: var(--ahi-font-heading);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 0;
}

.ahi-layers-slider:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 58px 90px;
  align-items: stretch;
}

.ahi-layers-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.ahi-layers-slider .slick-slide {
  display: flex !important;
  height: auto !important;
  float: none;
}

.ahi-layers-slider .slick-slide .ahi-layer-card {
  flex: 1;
  width: 100%;
  height: 100%;
}

.ahi-layer-card {
  display: flex;
  align-items: stretch;
  min-height: 100%;
}

.ahi-layer-num {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border: 1px solid #87db7a;
  border-radius: 16px;
  color: #2fa460;
  font-family: var(--ahi-font-heading);
  font-weight: 600;
  line-height: 1;
  background: #eefbea;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 120% */
  letter-spacing: -0.75px;
}

.ahi-layer-divider {
    position: relative;
    flex-shrink: 0;
    align-self: stretch;
    width: 2px;
    margin: 0px 28px;
    background: #A0D493;
}

.ahi-layer-divider > span {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #A0D493;
    background: #49AC31;
}

.ahi-layer-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.ahi-layer-content h3 {
  margin: 0 0 4px;
  color: #010101;
  font-family: var(--ahi-font-heading);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

.ahi-layer-tag {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.ahi-layer-tag-blue {
  color: #155DFC;
}

.ahi-layer-tag-green {
  color: #096;
}

.ahi-layer-tag-orange {
  color: #E17100;
}

.ahi-layer-tag-purple {
  color: #9810FA;
}

.ahi-layer-desc {
    margin: 0;
    color: rgba(1, 1, 1, 0.60);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
}

/* ai + human workflow */

.ahi-workflow {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  color: #ffffff;
  background-image: url(../images/banner-bg.png);
  background-size: cover;
  background-position: center;
}

.ahi-workflow::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 380px;
  height: 380px;
  content: "";
  pointer-events: none;
  border-radius: 50%;
  background: #5FC853;
  filter: blur(275px);
}

.ahi-workflow::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 380px;
  height: 380px;
  content: "";
  pointer-events: none;
  border-radius: 50%;
  background: #5FC853;
  filter: blur(275px);
}

.ahi-workflow .ahi-container {
  position: relative;
  z-index: 1;
}

.ahi-workflow-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  align-items: center;
}

.ahi-workflow-steps h2 {
  margin: 0 0 auto;
  color: #ffffff;
  font-family: var(--ahi-font-heading);
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
}

.ahi-workflow-list {
  margin: 0;
  padding: 0 0 40px;
  list-style: none;
}

.ahi-workflow-step {
  display: flex;
  gap: 24px;
}

.ahi-workflow-step:last-child .ahi-workflow-content {
  padding-bottom: 0;
}

.ahi-workflow-marker {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
}

.ahi-workflow-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 50%;
    color: #ffffff;
    font-family: var(--ahi-font-heading);
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
}

.ahi-workflow-line {
    position: relative;
    min-height: 56px;
    margin: 8px 0;
}

.ahi-workflow-steps {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ahi-workflow-content {
  flex: 1;
  min-width: 0;
  padding-bottom: 32px;
}

.ahi-workflow-label {
    display: block;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.ahi-workflow-content p {
    margin: 0;
    letter-spacing: 0;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
}

.ahi-workflow-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 0 150px 0 rgba(73, 172, 49, 0.25);
}

/* data sources & confidence */

.ahi-data-sources {
  padding: 120px 0 140px;
  color: #010101;
  background: #FCFAF3;
}

.ahi-data-sources > .ahi-container > h2 {
  margin: 0 0 50px;
  color: #010101;
  font-family: var(--ahi-font-heading);
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
}

.ahi-data-categories h3,
.ahi-confidence h3 {
    margin: 0 0 50px;
    font-family: var(--ahi-font-heading);
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    background: var(--Gradient, linear-gradient(90deg, #0A3F52 0%, #70E453 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ahi-confidence h3 {
  display: inline-block;
}

.ahi-data-categories-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, min(420px, 100%));
  gap: 60px;
  align-items: stretch;
}

.ahi-data-visual {
  display: flex;
  min-height: 100%;
}

.ahi-data-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(112, 228, 83, 0.18);
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  box-shadow:
    0 0 80px rgba(73, 172, 49, 0.22),
    0 18px 40px rgba(10, 63, 82, 0.16);
}

.ahi-data-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ahi-data-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid #e0e0e0;
}

/* .ahi-data-item:first-child {
  padding-top: 0;
} */

.ahi-data-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.ahi-data-num {
    flex-shrink: 0;
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    color: transparent;
    background: var(--Gradient, linear-gradient(90deg, #0A3F52 0%, #70E453 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    min-width: 62px;
}

.ahi-data-content strong {
    display: block;
    margin-bottom: 8px;
    color: #010101;
    font-family: var(--ahi-font-heading);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
}

.ahi-data-content span {
  display: block;
  color: rgba(1, 1, 1, 0.55);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.ahi-confidence {
  margin-top: 64px;
}

.ahi-confidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.ahi-confidence-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 40px;
    border: 1px solid #D3D3D2;
    border-radius: 20px;
    background: #ffffff;
}

.ahi-confidence-bar {
    display: block;
    width: 100%;
    height: 12px;
    margin: 0 0 24px;
    border-radius: 100px;
}

.ahi-confidence-bar-high {
  background: #70E453;
}

.ahi-confidence-bar-medium {
  background: #e8a33a;
}

.ahi-confidence-bar-low {
  background: #e84a4a;
}

.ahi-confidence-card h4 {
    margin: 0 0 16px;
    color: #101828;
    font-family: var(--ahi-font-heading);
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
}

.ahi-confidence-card p {
  margin: 0;
  color: rgba(1, 1, 1, 0.60);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.ahi-data-alert {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    margin-top: 30px;
    padding: 40px;
    border-radius: 20px;
    color: #ffffff;
    background: #E7000B;
}

.ahi-data-alert svg {
  flex-shrink: 0;
}

.ahi-data-alert p {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

/* rosew page */

.ahi-rosew-page {
  overflow: visible;
  min-height: auto;
  background: #ffffff;
}

.ahi-rosew-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 560px;
    overflow: hidden;
    color: #ffffff;
    background-color: #141414;
    background-image: url(../images/rosew-hero.png);
}

.ahi-rosew-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.15;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.2) 0.55px, transparent 0.6px),
    radial-gradient(circle, rgba(255, 255, 255, 0.12) 0.4px, transparent 0.45px);
  background-position: 0 0, 7px 9px;
  background-size: 5px 5px, 8px 8px;
}

.ahi-rosew-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 140px 0 100px;
  text-align: center;
}

.ahi-rosew-hero h1 {
  margin: 0 0 30px;
  color: #ffffff;
  font-family: var(--ahi-font-heading);
  font-size: 50px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
}

.ahi-rosew-hero h1 span {
  display: block;
  background: linear-gradient(90deg, #0A3F52 0%, #70E453 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ahi-rosew-hero-content p {
    margin: 0;
    color: var(--ahi-muted);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}

/* continental stress level */

.ahi-rosew-stress {
  padding: 80px 0 120px;
  color: #010101;
  background: #FCFAF3;
}

.ahi-rosew-stress h2 {
    margin: 0 0 75px;
    color: #010101;
    font-family: var(--ahi-font-heading);
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
}

.ahi-rosew-stress-panel {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.ahi-rosew-stress-eyebrow {
    margin: 0 0 43px;
    color: rgba(1, 1, 1, 0.60);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 3.6px;
    text-transform: uppercase;
}

.ahi-rosew-stress-score {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 24px;
  margin-bottom: 43px;
}

.ahi-rosew-stress-value {
    color: #49AC31;
    font-size: 120px;
    font-weight: 800;
    line-height: 120px;
    letter-spacing: 0;
}
.ahi-rosew-stress-total {
    color: rgba(1, 1, 1, 0.60);
    text-align: center;
    font-family: "DM Sans";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}

.ahi-rosew-stress-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 43px;
    padding: 20px 40px;
    color: #ffffff;
    border-radius: 20px;
    background: #49AC31;
    width: min(415px, 100%);
    max-width: 100%;
    min-width: 0;
}

.ahi-rosew-stress-badge strong {
    font-family: var(--ahi-font-heading);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.ahi-rosew-stress-badge > span {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.ahi-rosew-stress-badge em {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.ahi-rosew-stress-badge em b {
  font-weight: 600;
}

.ahi-rosew-stress-bar {
    height: 24px;
    overflow: hidden;
    border-radius: 100px;
    background: #1E2939;
}

.ahi-rosew-stress-bar-fill {
    height: 100%;
    border-radius: 100px;
    background: linear-gradient(90deg, #E7000B 0%, #FE9A00 50%, #096 100%);
}

.ahi-rosew-stress-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  color: #6A7282;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

/* live indicators */

.ahi-rosew-indicators {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  color: #ffffff;
  background: #191918;
}

.ahi-rosew-indicators::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 356px;
    height: 530px;
    content: "";
    pointer-events: none;
    border-radius: 50%;
    background: #5FC853;
    filter: blur(275px);
}
.ahi-rosew-indicators::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 356px;
    height: 530px;
    content: "";
    pointer-events: none;
    border-radius: 50%;
    background: #5FC853;
    filter: blur(275px);
}

.ahi-rosew-indicators .ahi-container {
  position: relative;
  z-index: 1;
}

.ahi-rosew-indicators h2 {
  margin: 0 0 50px;
  color: #ffffff;
  font-family: var(--ahi-font-heading);
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
}

.ahi-indicators-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  border: 1.095px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.ahi-indicator-cell {
  display: flex;
  flex-direction: column;
  min-height: 180px;
  padding: 44px;
  border-right: 1.095px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1.095px solid rgba(255, 255, 255, 0.09);
  background-color: rgba(255, 255, 255, 0.06);
}

.ahi-indicator-cell:nth-child(2n) {
  border-right: none;
}

.ahi-indicator-cell:nth-child(n + 5) {
  border-bottom: none;
}

.ahi-indicator-label {
    margin: 0 0 12px;
    color: var(--ahi-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 21.905px;
    letter-spacing: 0.767px;
    text-transform: uppercase;
}

.ahi-indicator-value {
    flex: 1;
    margin: 0 0 24px;
    color: #49AC31;
    font-family: var(--ahi-font-heading);
    font-size: 52px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
}

.ahi-indicator-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.ahi-indicator-dot {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.ahi-indicator-dot-orange {
  background: #FE9A00;
}

.ahi-indicator-dot-red {
  background: #E7000B;
}

/* alert levels */

.ahi-alert-levels {
  padding: 120px 0 60px;
  color: #010101;
  background: #f8f6ef;
}
.ahi-recent-alerts {
  padding: 60px 0 120px;
  color: #010101;
  background: #f8f6ef;
}

.ahi-alert-levels h2,
.ahi-recent-alerts h2 {
  margin: 0 0 50px;
  color: #010101;
  font-family: var(--ahi-font-heading);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0;
}
.ahi-alert-levels h2{
  font-size: 48px;
}

.ahi-alert-levels-panel {
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 18px;
  background: #ffffff;
}

.ahi-alert-level-row {
    display: grid;
    grid-template-columns: minmax(90px, 128px) minmax(160px, 320px) minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    padding: 17px 24px 17px 28px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.ahi-alert-level-row:last-child {
  border-bottom: none;
}

.ahi-alert-level-range {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #010101;
    font-family: var(--ahi-font-heading);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.ahi-alert-level-bar {
    flex-shrink: 0;
    width: 12px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.ahi-alert-level-bar-green {
  background: #096;
}

.ahi-alert-level-bar-blue {
  background: #155DFC;
}

.ahi-alert-level-bar-yellow {
  background: #E17100;
}

.ahi-alert-level-bar-orange {
  background: #F54900;
}

.ahi-alert-level-bar-red {
  background: #E7000B;
}

.ahi-alert-level-status strong {
    display: block;
    color: #010101;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

.ahi-alert-level-tag {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.ahi-alert-level-tag-green {
  color: #096;
}

.ahi-alert-level-tag-blue {
  color: #155DFC;
}

.ahi-alert-level-tag-yellow {
  color: #E17100;
}

.ahi-alert-level-tag-orange {
  color: #F54900;
}

.ahi-alert-level-tag-red {
  color: #E7000B;
}

.ahi-alert-level-desc {
    margin: 0;
    color: rgba(1, 1, 1, 0.60);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

/* recent alerts slider */

.ahi-recent-alerts-slider-wrap {
  overflow: hidden;
}

.ahi-recent-alerts-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.ahi-recent-alerts-slider .slick-slide {
  display: flex !important;
  height: auto !important;
}

.ahi-recent-alerts-slider .slick-slide > div,
.ahi-recent-alerts-slider .ahi-alert-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ahi-alert-card {
  margin-right: 24px;
  padding: 50px 30px 50px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  flex: 1;
}

.ahi-alert-card-border-red {
  border-left: 8px solid #E7000B;
}

.ahi-alert-card-border-orange {
  border-left: 8px solid #FE9A00;
  margin-right: 0px;
}

.ahi-alert-card-header {
    display: flex;
    align-items: center;
    grid-gap: 24px;
    padding-bottom: 20px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e8e8e8;
    flex-direction: row !important;
}

.ahi-alert-card-header img {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.ahi-alert-card-header strong {
  display: block;
  color: #010101;
  font-family: var(--ahi-font-heading);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.ahi-alert-card-header span {
  display: block;
  margin-top: 2px;
  color: rgba(1, 1, 1, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.ahi-alert-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
}

.ahi-alert-card-text {
    margin: 0 0 8px;
    color: #010101;
    font-family: var(--ahi-font-heading);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.ahi-alert-card-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-bottom: 16px;
    padding: 5px 10px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background: #49AC31;
}

.ahi-alert-card-action {
    margin: auto 0 0;
    padding-top: 8px;
    color: rgba(1, 1, 1, 0.60);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    grid-gap: 5px;
}


.country-profile {
  background: var(--cp-dark);
}

/* ── Hero ── */

.country-hero-panel {
  position: relative;
  padding: 0 0 64px;
  overflow: hidden;
  background-color: var(--cp-dark);
  background-image: url(http://13.60.79.251/wp-content/uploads/2026/06/banner-bg.png);
  background-size: cover;
  background-position: center;
}

.country-hero-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.2;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.18) 0.55px, transparent 0.6px),
    radial-gradient(circle, rgba(255, 255, 255, 0.1) 0.4px, transparent 0.45px);
  background-position: 0 0, 7px 9px;
  background-size: 5px 5px, 8px 8px;
}

.country-hero-panel::after {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 360px;
  height: 360px;
  content: "";
  pointer-events: none;
  border-radius: 50%;
  background: var(--cp-green-glow);
  filter: blur(190px);
  opacity: 0.55;
}

.country-hero-panel>.contact-container {
  position: relative;
  z-index: 2;
}

.country-profile-title {
  margin: 56px 0 30px;
  text-align: center;
  color: var(--cp-white);
  font-family: var(--ahi-font-heading);
  font-size: clamp(2rem, 5vw, 3.125rem);
  font-weight: 600;
  line-height: normal;
}

.country-profile-title .country-title-accent {
  display: block;
  background: linear-gradient(90deg, #0a3f52 0%, #70e453 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.country-profile-intro {
  max-width: 856px;
  margin: 0 auto 59px;
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
}

.country-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.country-hero-metric {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
}

.country-hero-metric strong {
  display: block;
  color: rgba(255, 255, 255, 0.60);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.country-hero-metric .country-metric-value {
  display: block;
  color: var(--cp-white);
  font-family: var(--ahi-font-heading);
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 0px;
  flex: 1;
}

.country-hero-metric .country-metric-value span {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 0px;
}

.country-hero-metric .country-metric-sub {
  display: block;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.country-hero-metric .country-metric-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  flex-direction: column;
}

.country-hero-metric .country-metric-row .country-metric-value {
  display: inline;
}

.country-hero-signal {
  color: #fbbf24;
  font-size: 15px;
  font-weight: 600;
}

/* ── Sections ── */

.country-section-light {
  padding: 120px 0;
  background: #FCFAF3;
}

.country-section-dark {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  background: var(--cp-dark);
  background-image: url(../images/partners/score-bg.png);
  background-size: cover;
  background-position: center;

}

/* .country-section-dark::after {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 320px;
  height: 320px;
  content: "";
  pointer-events: none;
  border-radius: 50%;
  background: var(--cp-green-glow);
  filter: blur(180px);
  opacity: 0.35;
} */

.country-section-dark>.contact-container {
  position: relative;
  z-index: 1;
}

.country-section-title {
  margin: 0 0 50px;
  color: var(--cp-text);
  font-family: var(--ahi-font-heading);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  line-height: normal;
}

.country-section-dark .country-section-title {
  color: var(--cp-white);
}

/* ── Status labels ── */

.country-status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 7px 16px 8px 16px;
  border-radius: 999px;
  color: #FF6900;
  font-size: 14.838px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.country-status-functional {
  color: #2B7FFF;
  background: rgba(43, 127, 255, 0.16);
}

.country-status-strained {
  color: #9a5b00;
  background: #fff4df;
}

.country-status-weak {
  color: #FF6900;
  background: #FFE2E2;
}

.country-status-stress {
  color: #c0392b;
  background: #fde8e8;
}

.country-status-limited {
  color: #A65F00;
  background: #FEF9C2;
}

.country-domain-status {
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.country-domain-status--functional {
  color: #2B7FFF;
}

.country-domain-status--strained {
  color: #FE9A00;
}

.country-domain-status--stress {
  color: #E7000B;
}

/* ── Trajectory ── */

.country-trajectory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.country-trajectory-card {
  padding: 25px;
  border: 1px solid #CECECE;
  border-radius: 20px;
  background: var(--cp-white);
}

.country-trajectory-bar {
  height: 7px;
  margin-bottom: 20px;
  border-radius: 7.5px;
  background: var(--cp-orange);
}

.country-trajectory-card--weak .country-trajectory-bar {
  background: #FF6900;
}

.country-trajectory-card--strained .country-trajectory-bar {
  background: #FE9A00;
}

.country-trajectory-card--functional .country-trajectory-bar {
  background: #2B7FFF;
}

.country-trajectory-card h3 {
  margin: 0 0 30px;
  color: rgba(1, 1, 1, 0.60);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-style: normal;
}

.country-trajectory-card .country-trajectory-main {
  margin: 0;
  font-family: var(--ahi-font-heading);
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 700;
  line-height: 36px;
}

.country-trajectory-card--weak .country-trajectory-main {
  color: #FF6900;
}

.country-trajectory-card--strained .country-trajectory-main {
  color: #FE9A00;
}

.country-trajectory-card--functional .country-trajectory-main {
  color: #2B7FFF;
}

.country-trajectory-card p {
  margin: 0;
  color: rgba(1, 1, 1, 0.60);
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

/* ── Domain scores ── */

.country-domain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
margin-top:30px;
}

.country-domain-card {
  padding: 32px 25px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 25px -4px rgba(0, 0, 0, 0.10);
}

.country-domain-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  border-radius: 16px;
  color: var(--cp-white);
}

.country-domain-icon svg {
  width: 32px;
  height: 32px;
}

.country-domain-card--functional .country-domain-icon {
  background: #2B7FFF;
}

.country-domain-card--strained .country-domain-icon {
  background: #FE9A00;
}

.country-domain-card--stress .country-domain-icon {
  background: #E7000B;
}

.country-domain-card h3 {
  margin: 0 0 9px;
  color: var(--cp-white);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.country-domain-score {
  margin-bottom: 16px;
  color: var(--cp-white);
  font-family: var(--ahi-font-heading);
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  display: flex;
  align-items: flex-end;
  grid-gap: 15px;
}

.country-domain-score small {
  color: rgba(255, 255, 255, 0.60);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.country-progress {
  height: 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #E5E7EB;
  overflow: hidden;
  margin-top: 16px;
  
}


.country-progress span {
  display: block;
  height: 100%;

}

.country-progress--functional span {
  background: #2B7FFF;
  border: 0px !important;
}

.country-progress--strained span {
  background: #FE9A00;
}

.country-progress--stress span {
  background: #E7000B;
}

/* ── Risk signals ── */

.country-risk-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.country-risk-card {
  padding: 33px 25px;
  border-radius: 20px;
  border: 1px solid #CECECE;
  background: #FFF;
}

.country-risk-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.country-risk-card h3 {
  margin: 0;
  color: #0A0A0A;
  font-size: 25.436px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
}

.country-risk-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 84px;
  height: 84px;
  padding: 15px 10px 20px;
  border-radius: 16px;
  text-align: center;
  line-height: 1.1;
  justify-content: space-between;
}

.country-risk-score strong {
  font-family: "DM Sans";
  color: #0A0A0A;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

.country-risk-score small {
  margin-top: 2px;
  color: #6A7282;
  font-size: 12.718px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.958px;
}

.country-risk-score--orange {
  color: #c47a12;
  border-radius: 16px;
  background: linear-gradient(135deg, #FFEDD4 0%, #FFE2E2 100%);
}

.country-risk-score--red {
  color: #c0392b;
  background: linear-gradient(135deg, #FFEDD4 0%, #FFE2E2 100%);
}

.country-risk-score--yellow {
  color: #9a5b00;
  background: linear-gradient(135deg, #FFEDD4 0%, #FFE2E2 100%);
}

.country-risk-score--blue {
  background: linear-gradient(135deg, #FFEDD4 0%, #FFE2E2 100%);
}

.country-risk-card .country-progress {
  background: #ececec;
  margin-bottom: 17px;
  height: 16px;
  border-radius: 35px 0px 0px 35px;
  margin-top: 25px;
}

.country-risk-card .country-progress--weak span {
  background: #FF6900;
}

.country-risk-card .country-progress--limited span {
  background: #FB2C36;
}

.country-risk-card .country-progress--strained span {
  background: #F0B100;
}

.country-risk-card .country-progress--functional span {
  background: #2B7FFF;
}

/* ── Outlook ── */

.country-outlook-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.country-outlook-card {
  padding: 34px 25px;
  border-radius: 25px;
  border: 1px solid #CECECE;
  background: #FFF;
}

.country-outlook-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 30px;
  border-radius: 17px;
  color: var(--cp-white);
}

.country-outlook-icon svg {
  width: 34px;
  height: 34px;
}

.country-outlook-icon-high {
  background: linear-gradient(135deg, #FB2C36 0%, #EC003F 100%);
}

.country-outlook-icon-medium {
  background: linear-gradient(135deg, #F0B100 0%, #FF6900 100%);
}

.country-outlook-icon-low {
  background: linear-gradient(135deg, #FF6900 0%, #E7000B 100%);
}

.country-outlook-label {
  display: inline-block;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  padding: 8px 19px;
  border-radius: 999px;
  color: var(--cp-white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.37px;
}

.country-outlook-label-high {
  background: linear-gradient(90deg, #FB2C36 0%, #EC003F 100%);
}

.country-outlook-label-medium {
  background: linear-gradient(90deg, #F0B100 0%, #FF6900 100%);
}

.country-outlook-label-low {
  background: linear-gradient(90deg, #FF6900 0%, #E7000B 100%);
}

.country-outlook-card p {
  margin: 0;
  color: #010101;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 35.261px;
  font-family: "Poppins", sans-serif;
}

.country-section-outlook {
  padding-top: 0;
}

.metrics-container {
  max-width: 960px;
  margin: 0 auto;
}

.faid-metric .country-metric-sub {
  color: rgba(255, 255, 255, 0.60);
}
.country-section-outlook{
  padding-top: 0 !important;
}

/* Contact page */

.ahi-contact-page {
  overflow: visible;
  background: #ffffff;
}

.ahi-contact-hero {
  min-height: auto;
}

.ahi-contact-hero::after {
  display: none;
}

.ahi-contact-hero .ahi-header {
  position: fixed;
}

.ahi-contact-body {
  min-height: calc(100vh - 116px);
}


.contact-container {
    position: relative;
    z-index: 2;
    padding-right: 6px;
    padding-left: 6px;
}

/* ── Hero ── */

.contact-page {
  overflow-x: hidden;
}

.contact-hero {
  position: relative;
  min-height: 457px;
  overflow: hidden;
  background-color: var(--ct-dark);
  background-image: url(http://13.60.79.251/wp-content/uploads/2026/06/banner-bg.png);
  background-size: cover;
  background-position: center;
}

.contact-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.22;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.2) 0.55px, transparent 0.6px),
    radial-gradient(circle, rgba(255, 255, 255, 0.12) 0.4px, transparent 0.45px);
  background-position: 0 0, 7px 9px;
  background-size: 5px 5px, 8px 8px;
}

.contact-hero::after {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 360px;
  height: 360px;
  content: "";
  pointer-events: none;
  border-radius: 50%;
  background: #5fc853;
  filter: blur(190px);
  opacity: 0.7;
}

/* ── Header / Nav ── */

.contact-header {
  position: relative;
  z-index: 5;
  padding-top: 25px;
}

.contact-navbar {
  align-items: flex-start;
  min-height: 90px;
  padding: 0;
}

.contact-brand {
  display: inline-flex;
  width: 205px;
  margin: 0;
  padding: 0;
}

.contact-brand img {
  display: block;
  width: 100%;
}

.contact-nav {
  align-items: center;
  gap: 31px;
  padding-top: 25px;
}

.contact-nav .nav-link {
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

.contact-nav .nav-link:hover,
.contact-nav .nav-link.active {
  color: var(--ct-white);
}

.contact-toggler {
  border-color: rgba(255, 255, 255, 0.35);
}

.contact-toggler .navbar-toggler-icon {
  filter: invert(1);
}

/* ── Hero Title ── */

.contact-hero-title {
  position: relative;
  z-index: 2;
  margin: 100px 0 0;
  text-align: center;
  color: var(--ct-white);
  font-family: var(--ahi-font-heading);
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.contact-hero-title span {
  background: linear-gradient(-6deg, #0a3f520f -41%, #70E453 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text !important;
  color: transparent;

}

/* ── Main Content ── */

.contact-main {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  padding: 120px 0 120px;
  background: var(--ct-main-bg);
}

.contact-details h2 {
  margin: 0 0 33px;
  color: #010101;
  font-family: "Bricolage Grotesque";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 49.5px;
  /* 123.75% */
  line-height: 1.2;
}

.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 0px 0px 33px;
}

.contact-list li:first-child {
  padding-top: 0;
}

.contact-list-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--ct-green);
  border-radius: 14px;
  border: 1px solid #A0D493;
  background: #F3FFF0;
}

.contact-list-icon svg {
  width: 20px;
  height: 20px;
}

.contact-list-label {
  display: block;
  margin-bottom: 2px;
  color: rgba(1, 1, 1, 0.60);
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.contact-list a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;

}

.contact-list a:hover {
  color: var(--ct-green);
  text-decoration-color: var(--ct-green);
}

/* ── Social Box ── */

.contact-social-box {
  padding: 37px 18px 37px 19px;
  color: var(--ct-white);
  border-radius: 20px;
  background: #49AC31;
}

.contact-social-box h3 {
  margin: 0 0 24px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.contact-social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-social-list li+li {
  margin-top: 24px;
}

.contact-social-list a {
  display: flex;
  gap: 16px;
  align-items: center;
  color: var(--ct-white);
  text-decoration: none;
}

.contact-social-list a:hover {
  opacity: 0.85;
}

.contact-social-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
}

.contact-social-icon svg {
  width: 22px;
  height: 22px;
}

.contact-social-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contact-social-text strong {
  color: #FFF;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.contact-social-text small {
  color: rgba(255, 255, 255, 0.60);
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}



/* ── Partners Section ── */

.partners-section {
  position: relative;
  z-index: 2;
  padding: 120px 0 120px;
  background: #FCFAF3;
}

/* ── Blank Page Content ── */

.page-blank {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  min-height: calc(100vh - 340px);
  padding: 80px 0 100px;
  background: var(--ct-main-bg);
}

.contact-hero-compact {
  min-height: auto;
  padding-bottom: 48px;
}

.contact-hero-compact::after {
  opacity: 0.45;
}

/* ── Governance Page ── */

.gov-section-title {
  margin: 0 0 50px;
  color: var(--ct-text-dark);
  font-family: var(--ahi-font-heading);
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 600;
  line-height: normal;
}

.gov-section-title-light {
  color: var(--ct-white);
}

.gov-structure {
  position: relative;
  z-index: 2;
  padding: 124px 0 100px;
  background: #fcfbf8;
}

.gov-structure-grid {
  display: grid;
  grid-template-columns: 1fr 380px 1fr;
  gap: 24px;
  align-items: stretch;
}

.gov-structure-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gov-card {
  flex: 1;
  padding: 27px 5px 33px 14px;
  border: 1px solid #d8d8d8;
  border-radius: 18px;
  background: var(--ct-white);
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}

.gov-structure-grid .gov-card {
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  user-select: none;
}

.gov-structure-grid .gov-card:focus-visible {
  outline: 2px solid #70e453;
  outline-offset: 2px;
}

.gov-card-featured {
  color: var(--ct-white);
  border-color: transparent;
  border-radius: 20px;
  background: var(--Gradient, linear-gradient(90deg, #0A3F52 0%, #70E453 100%));
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  border: transparent;
}

.gov-card-featured h3 {
  color: var(--ct-white);
}

.gov-card:not(.gov-card-featured) h3 {
  color: var(--ct-text-dark);
}

.gov-card-featured .gov-card-icon svg path,
.gov-card-featured .gov-card-icon svg g path {
  fill: #ffffff;
}

.gov-card:not(.gov-card-featured) .gov-card-icon svg path,
.gov-card:not(.gov-card-featured) .gov-card-icon svg g path {
  fill: #010002;
}

.gov-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.gov-card-icon svg {
  width: 40px;
  height: 40px;
}

.gov-card:not(.gov-card-featured) .gov-card-icon {
  color: #8a8a8a;
}

.gov-card h3 {
  font-family: var(--ahi-font-heading);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.gov-card p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.gov-card:not(.gov-card-featured) p {
  color: var(--ct-text-muted);
  text-align: left;
}

.gov-card-featured p {
  color: rgba(255, 255, 255, 0.85);
}

.gov-structure-visual {
  border-radius: 18px;
  overflow: hidden;
  min-height: 100%;
}

.gov-structure-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(112, 228, 83, 0.16);
  border-radius: 18px;
  box-shadow:
    0 0 70px rgba(73, 172, 49, 0.18),
    0 16px 36px rgba(10, 63, 82, 0.14);
}

.gov-funding {
  padding: 90px 0 340px;
  color: var(--ct-white);
  background-image: url(../images/partners/funding-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--ct-dark);
}

.gov-funding-text {
  max-width: 100% !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  text-align: left !important;
  margin-bottom: 47px !important;
}

.gov-funding-visual {
  border-radius: 20px;
  overflow: hidden;
}

.gov-funding-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}

.gov-ethics {
  padding: 350px 0 120px;
  background: #FCFAF3;
  margin-top: -269px;
}

.gov-ethics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 24px;
}

.gov-ethics-item {
  padding-top: 8px;
}

.gov-ethics-number {
  display: block;
  font-family: var(--ahi-font-heading);
  font-size: 76px;
  font-weight: 800;
  line-height: normal;
  color: #49AC31;
}

.gov-ethics-item p {
  margin: 0;
  color: var(--ct-text-dark);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 24px;
}

.partners-grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 24px 16px;
}

.partners-grid-item img {
  display: block;
  max-width: 100%;
  max-height: 72px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.partners-hero .contact-hero-title span {
  background: var(--Gradient, linear-gradient(16deg, #0a3f52f5 0%, #70E453 100%));
  /* background: var(--Gradient, linear-gradient(90deg, #0A3F52 0%, #70E453 100%)); */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.governance-banner p,
.governance-banner .banner-p {
  color: rgba(255, 255, 255, 0.60);
  text-align: center;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 856px;
  display: block;
  margin-bottom: 0;
}

.governance-banner .contact-hero {
  min-height: 565px;
}
.contact-hero .conatct-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 30px;
  padding: 120px 30px 0px;
}
.country-profile .conatct-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 30px;
  padding: 120px 30px 0px;
}
.governance-banner .conatct-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 30px;
  padding: 150px 30px 80px;
}

.governance-banner .contact-hero-title {
  margin: 70px 0 0;
}

.governance-banner .contact-hero-title span {
  background: var(--Gradient, linear-gradient(90deg, #0A3F52 0%, #70E453 100%));
}

.gov-structure .gov-card-featured p {
  color: rgba(255, 255, 255, 0.60);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.gov-funding-image {
  background: #FCFAF3;
}

.funding-image {
  margin-top: -339px;
}

.gov-ethics-item p {
  color: #010101;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}
.contact-list li > div {
    flex: 1;
}
.partners-hero .conatct-banner{
   padding: 150px 30px 80px;
}


.ahi-btn-primary:hover, .ahi-btn-light:hover, .ahi-btn-outline:hover{
	transform: translateY(-3px);
}
.contact-social-icon img {
    width: 27px;
    height: auto;
}

/* Public Good page — Africa Health Intelligence */

.public-good-page {
  overflow-x: hidden;
}

/* ── Hero ── */

.pg-hero.contact-hero {
  min-height: 565px;
}

.pg-hero .conatct-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 150px 30px 80px;
}

.pg-hero .contact-hero-title {
  margin: 70px 0 0;
}

.pg-hero .contact-hero-title span {
  background: linear-gradient(90deg, #0a3f52 0%, #70e453 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pg-hero-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-image:
    linear-gradient(90deg, #0a3f52 0%, #70e453 100%),
    linear-gradient(#17191a, #17191a),
    linear-gradient(90deg, #0a3f52 0%, #70e453 100%);
  background-origin: border-box;
  background-clip: text, padding-box, border-box;
  -webkit-background-clip: text, padding-box, border-box;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.pg-hero p,
.pg-hero .banner-p {
  max-width: 856px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
}

/* ── Intro ── */

.pg-intro {
  position: relative;
  z-index: 2;
  padding: 120px 0 100px;
  background: #fcfbf8;
}

.pg-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
}

.pg-section-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.pg-section-kicker span {
  display: block;
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, #0a3f52 0%, #70e453 100%);
}

.pg-section-kicker p {
  margin: 0;
  color: rgba(1, 1, 1, 0.55);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.pg-intro h2 {
  margin: 0 0 24px;
  color: var(--ct-text-dark);
  font-family: var(--ahi-font-heading);
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
}

.pg-intro-text {
  margin: 0;
  color: var(--cp-text-muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
}

.pg-intro-visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.pg-intro-visual::after {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 180px;
  height: 180px;
  content: "";
  border-radius: 50%;
  background: #5fc853;
  filter: blur(90px);
  opacity: 0.45;
  pointer-events: none;
}

.pg-intro-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

/* ── Pillars ── */

.pg-pillars {
  padding: 100px 0 120px;
  background: var(--ct-main-bg);
}

.pg-pillars-header {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}

.pg-pillars-header h2 {
  margin: 0 0 16px;
  color: var(--ct-text-dark);
  font-family: var(--ahi-font-heading);
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
}

.pg-pillars-header p {
  margin: 0;
  color: var(--cp-text-muted);
  font-size: 18px;
  line-height: 1.6;
}

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

.pg-pillar-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
  padding: 32px 28px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  background: var(--cp-white);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.pg-pillar-card:hover {
  border-color: rgba(73, 172, 49, 0.35);
  box-shadow: 0 18px 40px rgba(10, 63, 82, 0.08);
  transform: translateY(-4px);
}

.pg-pillar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  border: 1px solid #a0d493;
  background: #f3fff0;
}

.pg-pillar-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.pg-pillar-card h3 {
  margin: 0;
  color: var(--ct-text-dark);
  font-family: var(--ahi-font-heading);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}

.pg-pillar-card p {
  margin: 0;
  color: var(--cp-text-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.dst-page {
  overflow-x: clip;
}

.dst-page.contact-page {
  overflow: visible;
}

/* ── Hero ── */

.dst-hero.contact-hero {
  min-height: 520px;
}

.dst-hero .conatct-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 150px 30px 72px;
}

.dst-hero .contact-hero-title {
  margin: 60px 0 0;
}

.dst-hero .contact-hero-title span {
  background: linear-gradient(90deg, #0a3f52 0%, #70e453 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dst-hero p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
}

/* ── Section Nav ── */

.dst-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 18px 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--cp-border-light);
  box-shadow: 0 4px 24px rgba(10, 63, 82, 0.06);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.dst-nav-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.dst-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 999px;
  color: var(--ct-text-dark);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.dst-nav-link img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.dst-nav-link:hover,
.dst-nav-link:focus {
  border-color: rgba(73, 172, 49, 0.45);
  background: #f3fff0;
  color: #0a3f52;
}

/* ── Content Sections ── */

.dst-section {
  padding: 100px 0;
  scroll-margin-top: 88px;
}

.dst-section--light {
  background: #fcfbf8;
}

.dst-section--cream {
  background: var(--ct-main-bg);
}

.dst-section-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
  margin-bottom: 56px;
}

.dst-section-header--reverse .dst-section-visual {
  order: -1;
}

.dst-section-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.dst-section-kicker span {
  display: block;
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, #0a3f52 0%, #70e453 100%);
}

.dst-section-kicker p {
  margin: 0;
  color: rgba(1, 1, 1, 0.55);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.dst-section-title {
  margin: 0 0 20px;
  color: var(--ct-text-dark);
  font-family: var(--ahi-font-heading);
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
}

.dst-section-intro p {
  margin: 0 0 18px;
  color: var(--cp-text-muted);
  font-size: 17px;
  line-height: 1.65;
}

.dst-section-intro p:last-child {
  margin-bottom: 0;
}

.dst-section-intro strong {
  color: var(--ct-text-dark);
  font-weight: 600;
}

.dst-section-visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.dst-section-visual::after {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 160px;
  height: 160px;
  content: "";
  border-radius: 50%;
  background: #5fc853;
  filter: blur(90px);
  opacity: 0.4;
  pointer-events: none;
}

.dst-section-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

/* ── Practice Block ── */

.dst-practice {
  margin-bottom: 48px;
}

.dst-practice-title {
  margin: 0 0 28px;
  color: var(--ct-text-dark);
  font-family: var(--ahi-font-heading);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.dst-practice-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.dst-practice-card {
  display: flex;
  flex-direction: column;
  grid-column: span 3;
  height: 100%;
  padding: 24px 22px;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  background: var(--cp-white);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.dst-practice-card--third {
  grid-column: span 2;
}

.dst-practice-card--wide {
  grid-column: span 6;
}

.dst-practice-card--wide ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 28px;
}

.dst-section--light .dst-practice-card {
  background: var(--cp-white);
}

.dst-section--cream .dst-practice-card {
  background: #fcfbf8;
}

.dst-practice-card:hover {
  border-color: rgba(73, 172, 49, 0.35);
  box-shadow: 0 12px 32px rgba(10, 63, 82, 0.07);
}

.dst-practice-card h4 {
  margin: 0 0 10px;
  color: var(--ct-text-dark);
  font-family: var(--ahi-font-heading);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.dst-practice-card p {
  margin: 0;
  color: var(--cp-text-muted);
  font-size: 15px;
  line-height: 1.6;
}

.dst-practice-card ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  color: var(--cp-text-muted);
  font-size: 14px;
  line-height: 1.55;
}

.dst-practice-card ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
}

.dst-practice-card ul li::before {
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: linear-gradient(135deg, #0a3f52 0%, #70e453 100%);
}

.dst-practice-card ul li:last-child {
  margin-bottom: 0;
}

.dst-practice-card .dst-card-note {
  margin-top: 10px;
}

/* ── Why This Matters ── */

.dst-matters {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 28px 32px;
  border-radius: 16px;
  border: 1px solid rgba(73, 172, 49, 0.25);
  background: linear-gradient(135deg, rgba(10, 63, 82, 0.04) 0%, rgba(112, 228, 83, 0.08) 100%);
}

.dst-matters-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #a0d493;
  background: #f3fff0;
}

.dst-matters-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.dst-matters h3 {
  margin: 0 0 8px;
  color: var(--ct-text-dark);
  font-family: var(--ahi-font-heading);
  font-size: 20px;
  font-weight: 600;
}

.dst-matters p {
  margin: 0;
  color: var(--cp-text-muted);
  font-size: 16px;
  line-height: 1.65;
}
.footer_notice{
 
color: rgb(255 255 255 / 70%);
 font-size: 14px;
font-weight: 400;
line-height: normal;
text-decoration: none;
margin-top: 2rem;
max-width: 50rem;
}

.ahi-hero
{
  z-index: 99;
}