@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  /** @font family declaration */
  --hpi-ff-body: "Montserrat", sans-serif;
  --hpi-ff-p: "Montserrat", sans-serif;
  --hpi-ff-fontawesome: "Font Awesome 6 Pro";
  --hpi-ff-title: "Montserrat", sans-serif;
  /** @font size declaration */
  --hpi-fs-body: 16px;
  --hpi-fs-p: 16px;
  --hpi-fs-h1: 68px;
  --hpi-fs-h2: 36px;
  --hpi-fs-h3: 32px;
  --hpi-fs-h4: 28px;
  --hpi-fs-h5: 24px;
  --hpi-fs-h6: 18px;
  --hpi-fs-b1: 14px;
  --hpi-fs-b2: 16px;
  --hpi-fs-b3: 18px;
  --hpi-fs-b4: 22px;
  /** @font weight declaration */
  --hpi-fw-normal: normal;
  --hpi-fw-thin: 100;
  --hpi-fw-elight: 200;
  --hpi-fw-light: 300;
  --hpi-fw-regular: 400;
  --hpi-fw-medium: 500;
  --hpi-fw-sbold: 600;
  --hpi-fw-bold: 700;
  --hpi-fw-ebold: 800;
  --hpi-fw-black: 900;
  --hpi-body-text: #4D5E6F;
  --hpi-white: #FFFFFF;
  --hpi-light: #f0f4f8;
  --hpi-light-alt: #e8edf5;
  --hpi-black: #18100f;
  --hpi-text-body: #334155;
  --hpi-border: rgba(255, 255, 255, 0.1);
  --hpi-border-light: rgba(255, 255, 255, 0.15);
  --hpi-primary: #1e2473;
  --hpi-primary-dark: #0A1929;
  --hpi-primary-mid: #0d1f45;
  --hpi-secondary: #1e3a8a;
  --hpi-accent: #1d4ed8;
  --hpi-accent-light: #60a5fa;
  --hpi-glow-color: #00d4ff;
  --hpi-color-tertiary: #00b09b;
  --hpi-border-color: #d9d9d9;
  --hpi-success: #10b981;
  --hpi-warning: #f59e0b;
  --hpi-danger: #ef4444;
  --hpi-info: #06b6d4;
  --hpi-gradient: linear-gradient(135deg, #060e22 0%, #0a1836 40%, #0e2356 70%, #152b68 100%);
  --hpi-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --navy: #071540;
  --navy-mid: #0c2060;
  --blue-btn-bg: transparent;
  --blue-accent: #2563eb;
  --text-white: #ffffff;
  --text-sub: #94b4d8;
  --panel-bg: linear-gradient(135deg,#cdd9ef 0%,#dce8f8 40%,#eaf2ff 70%,#d8e6f6 100%);
  --divider: rgba(80,130,210,.2);
  --bg-deep: #020d2a;
  --bg-mid: #041235;
  --bg-card: rgba(5, 20, 60, 0.85);
  --blue-bright: #2d7aff;
  --blue-glow: #1a5fff;
  --cyan: #4af0ff;
  --text-white: #ffffff;
  --text-sub: #a0bedc;
  --text-muted: #5a80a8;
  --card-border: rgba(60, 120, 255, 0.35);
  --card-border-h:rgba(80, 160, 255, 0.7);
  --bg-page: #040e22;
  --bg-panel: #071428;
  --bg-card: #081932;
  --bg-card-inner: #0a1f3d;
  --blue-core: #0088ff;
  --blue-bright: #00aaff;
  --blue-pale: #007acc;
  --cyan-accent: #00cfff;
  --glow-color: rgba(0, 136, 255, 0.55);
  --glow-dim: rgba(0, 136, 255, 0.18);
  --text-primary: #e8f4ff;
  --text-secondary: #7aafd4;
  --text-muted: #3a6080;
  --border-subtle: rgba(0, 100, 200, 0.25);
  --border-card: rgba(0, 100, 200, 0.35);
  --radius-panel: 16px;
  --radius-card: 12px;
  --radius-inner: 8px;
}

.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.p-5 {
  padding: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-10 {
  padding: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-15 {
  padding: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-16 {
  padding: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.p-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-25 {
  padding: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.p-30 {
  padding: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-35 {
  padding: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.p-40 {
  padding: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-45 {
  padding: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.p-50 {
  padding: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-60 {
  padding: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-70 {
  padding: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.p-80 {
  padding: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-90 {
  padding: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.p-100 {
  padding: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.m-5 {
  margin: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.m-10 {
  margin: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-15 {
  margin: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.m-16 {
  margin: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.m-20 {
  margin: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-25 {
  margin: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.m-30 {
  margin: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-35 {
  margin: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.m-40 {
  margin: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-45 {
  margin: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.m-50 {
  margin: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.m-60 {
  margin: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.m-70 {
  margin: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.m-80 {
  margin: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.m-90 {
  margin: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.m-100 {
  margin: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.w-130 {
  width: 130px;
}

.w-135 {
  width: 135px;
}

.w-140 {
  width: 140px;
}

.w-150 {
  width: 150px;
}

.w-200 {
  width: 200px;
}

.mt--50 {
  margin-top: -50px;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.gap-05 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  background-color: #eee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--hpi-ff-title);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 10px;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.hpi-navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 2.5px solid #5892d3;
  background: linear-gradient(to right, #fbfbfd 0%, #f7f8fc 35%, #e5effb 45%, #caddf6 65%, #c3d9f6 75%, #a7c6ef 90%, #8fb7ea 100%);
  padding: 0;
  box-shadow: 0 6px 32px rgba(0, 59, 140, 0.45), 0 2px 8px rgba(0, 30, 80, 0.3);
}

.hpi-nav-inner {
  display: flex;
  align-items: stretch;
  padding: 0;
  gap: 0;
}

.hpi-header-logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
  position: relative;
  padding: 0 10px 1px 0;
}
.hpi-header-logo-wrap::before {
  content: "";
  position: absolute;
  top: 71px;
  bottom: 0;
  right: 99%;
  width: 500px;
  background: #fbfbfd;
  height: 32px;
}
.hpi-header-logo-wrap a.logo {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
}
.hpi-header-logo-wrap a.logo img {
  height: 97px;
  width: auto;
  margin-bottom: -34px;
}
.hpi-header-logo-wrap .hpi-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  z-index: 2;
  position: relative;
}
.hpi-header-logo-wrap .hpi-logo-text .logo-top {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  color: #1a3a8a;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hpi-header-logo-wrap .hpi-logo-text .logo-main {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #1a3a8a;
  letter-spacing: -0.01em;
}
.hpi-header-logo-wrap .hpi-logo-text .logo-sub {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.66rem;
  font-weight: 600;
  color: #4a6fa5;
  letter-spacing: 0.02em;
}

.hpi-header-wrap {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 24px;
  padding-left: 0;
}

.hpi-nav-collapse {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 20px 0;
  margin-bottom: 1px;
}

.hpi-nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2px;
}
.hpi-nav-links .nav-link {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #1e2473;
  padding: 8px 12px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.15s ease;
  white-space: nowrap;
}
.hpi-nav-links .nav-link:hover {
  color: var(--color-primary-dark);
  background: rgba(255, 255, 255, 0.15);
}
.hpi-nav-links .nav-link.active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}
@media (max-width: 1199.98px) {
  .hpi-nav-links {
    gap: 0;
  }
  .hpi-nav-links .nav-link {
    padding: 8px 9px;
    font-size: 0.75rem;
  }
}

.hpi-btn-classy {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(135deg, #1a60ff 0%, #0d40e0 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(26, 77, 255, 0.4), 0 1px 4px rgba(26, 77, 255, 0.3);
  transition: box-shadow 0.25s, transform 0.2s;
  margin-left: 20px;
  letter-spacing: 0.01em;
}
.hpi-btn-classy i {
  font-size: 0.78rem;
  transition: transform 0.2s ease;
}
.hpi-btn-classy:hover {
  box-shadow: 0 6px 28px rgba(26, 77, 255, 0.55), 0 2px 8px rgba(26, 77, 255, 0.4);
  transform: translateY(-1px);
}
.hpi-btn-classy:hover i {
  transform: translateX(3px);
}

.hpi-toggler {
  display: none;
  background: none;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  padding: 6px 10px;
  cursor: pointer;
  color: #ffffff;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .hpi-toggler {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  .hpi-navbar {
    background: #fbfbfd !important;
    height: 72px;
  }
  .hpi-toggler i {
    color: #1e2473;
    font-size: 1.25rem;
  }
  .hpi-nav-collapse {
    display: none;
    width: 100%;
    flex: none;
  }
  .hpi-nav-collapse.open {
    display: block;
    padding: 12px 0 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .hpi-nav-collapse.open .hpi-nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  .hpi-header-wrap {
    position: absolute;
    padding-bottom: 0;
    background-color: #fff;
    z-index: 999;
  }
  .hpi-header-wrap .hpi-nav-cta > a {
    margin-top: 10px;
  }
  .hpi-header-logo-wrap::before {
    top: 59px;
    height: 38px;
  }
  .mobile-menu.offcanvas {
    background: linear-gradient(150deg, #041e40 0%, #010d25 50%, #010917 100%);
  }
  .mobile-menu__header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .mobile-menu__close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
  }
  .mobile-menu__title img {
    height: 90px;
    width: auto;
    padding: 10px 0 10px 20px;
  }
  .mobile-menu__body {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 20px;
    gap: 24px;
  }
  .mobile-menu__body .hpi-nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .mobile-menu__body .hpi-nav-links .nav-link {
    font-size: 1rem;
    padding: 10px 16px;
    color: #fff;
  }
  .mobile-menu__body .hpi-nav-cta > a {
    font-size: 1.25rem;
    padding: 12px 20px;
  }
}
.hpi_bg-glow {
  position: relative;
}
.hpi_bg-glow::before {
  content: "";
  position: absolute;
  left: -330px;
  top: -160px;
  right: auto;
  bottom: auto;
  z-index: -1;
  background: #fff;
  pointer-events: none;
  width: 900px;
  height: 600px;
  opacity: 1;
  -webkit-filter: blur(80px);
  filter: blur(80px);
}

.hpi-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../images/shape/header-bg.png);
  background-size: 100% 100%; /* makes it fill the screen */
  background-repeat: no-repeat; /* prevents tiling */
  background-position: center; /* centers the image */
}
.hpi-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 70% 50%, rgba(29, 114, 232, 0.18) 0%, transparent 60%), radial-gradient(ellipse 40% 50% at 55% 30%, rgba(0, 180, 216, 0.1) 0%, transparent 55%);
  pointer-events: none;
}
.hpi-hero .hpi-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 620px;
  padding: 0;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .hpi-hero .hpi-hero-inner {
    flex-direction: column;
    padding: 100px 0 60px;
  }
}
.hpi-hero .hpi-hero-text {
  flex: 0 0 52%;
  max-width: 52%;
}
@media (max-width: 1199.98px) {
  .hpi-hero .hpi-hero-text {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (max-width: 991.98px) {
  .hpi-hero .hpi-hero-text {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.hpi-hero .hpi-hero-label {
  display: inline-block;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--hpi-primary);
  margin-bottom: 16px;
}
.hpi-hero .hpi-hero-heading {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.05;
  color: var(--hpi-black);
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}
.hpi-hero .hpi-hero-heading span {
  color: #60a5fa;
}
.hpi-hero .hpi-hero-desc {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.95rem;
  color: var(--hpi-text-body);
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .hpi-hero .hpi-hero-desc {
    margin: 0 auto 32px;
  }
}
.hpi-hero .hpi-hero-ctas {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
@media (max-width: 991.98px) {
  .hpi-hero .hpi-hero-ctas {
    justify-content: center;
  }
}
.hpi-hero .btn-hpi-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: #1a3a5c;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.15s ease;
}
.hpi-hero .btn-hpi-outline i {
  font-size: 0.8rem;
  transition: transform 0.2s;
}
.hpi-hero .btn-hpi-outline:hover {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.06);
  color: var(--hpi-primary-dark);
}
.hpi-hero .btn-hpi-outline:hover i {
  transform: translateX(3px);
}
.hpi-hero .btn-hpi-solid {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  background: #1d72e8;
  color: #ffffff;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.15s ease;
  border: none;
}
.hpi-hero .btn-hpi-solid i {
  font-size: 0.8rem;
  transition: transform 0.2s;
}
.hpi-hero .btn-hpi-solid:hover {
  background: #1a5ece;
  color: #ffffff;
}
.hpi-hero .btn-hpi-solid:hover i {
  transform: translateX(3px);
}

.hpi-hero-bottom {
  background: rgba(0, 31, 83, 0.9);
  z-index: 1;
  padding: 15px 0;
}
.hpi-hero-bottom .hpi-trust-bar {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .hpi-hero-bottom .hpi-trust-bar {
    justify-content: center;
  }
}
.hpi-hero-bottom .hpi-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.hpi-hero-bottom .hpi-trust-item:first-child {
  padding-left: 0;
}
.hpi-hero-bottom .hpi-trust-item:last-child {
  border-right: none;
}
.hpi-hero-bottom .hpi-trust-item i {
  font-size: 0.9rem;
  color: #60a5fa;
}
.hpi-hero-bottom .hpi-trust-item span {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.87rem;
  font-weight: 600;
  color: var(--hpi-white);
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .hpi-hero-bottom .hpi-trust-item {
    padding: 6px 12px;
    border-right: none;
  }
}

.hpi-hero-visual {
  flex: 0 0 48%;
  max-width: 48%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .hpi-hero-visual {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 991.98px) {
  .hpi-hero-visual {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
}

.hpi-hero-img-wrap {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.hpi-hero-img-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center top;
  filter: drop-shadow(0 20px 60px rgba(29, 114, 232, 0.4));
}

.hpi-live-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 12px;
}
.hpi-live-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 8px #f59e0b;
  animation: pulse-dot 1.5s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.hpi-score-main {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.hpi-score-main .hpi-score-label {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 4px;
}
.hpi-score-main .hpi-score-value {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.03em;
}
.hpi-score-main .hpi-score-value sup {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  top: -0.8em;
}
.hpi-score-main .hpi-score-tag {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  color: #34d399;
  margin-top: 2px;
}

.hpi-metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.hpi-metric:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.hpi-metric .hpi-metric-label {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hpi-metric .hpi-metric-val {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  color: #ffffff;
}
.hpi-metric .hpi-metric-stars {
  color: #fbbf24;
  font-size: 0.7rem;
  letter-spacing: 1px;
}

.hpi-ring-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.hpi-ring-wrap svg {
  flex-shrink: 0;
}
.hpi-ring-wrap .hpi-ring-info .hpi-metric-label {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.63rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hpi-ring-wrap .hpi-ring-info .hpi-metric-val {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  color: #ffffff;
}

/* ---- panel wrapper ---- */
.hpi-live-card {
  width: 405px;
  z-index: 9;
  margin-bottom: -50px;
  background: var(--bg-panel);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: var(--radius-panel);
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  box-shadow: 0 0 60px rgba(0, 80, 180, 0.25), 0 0 120px rgba(0, 60, 140, 0.15);
  /* ---- panel header ---- */
  /* ---- cards list ---- */
  /* =========================================================
    GLOW BORDER CARD
    The trick:
      .card is the outer shell — its ::before is the glow layer.
      .card-inner is the visible surface on top.
    ========================================================= */
  /* Glow gradient layer — follows mouse via CSS vars */
  /* Static border overlay (always) */
  /* Actual card surface sits above the glow layer */
  /* big score */
  /* stars */
  /* ---- sparkline ---- */
  /* ---- section divider between score-card and sub-cards ---- */
}
.hpi-live-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 10px;
  background: linear-gradient(180deg, #0b2248 0%, #071428 100%);
  border-bottom: 1px solid var(--border-subtle);
}
.hpi-live-card-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--text-secondary);
}
.hpi-live-card .live-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 600;
  color: var(--cyan-accent);
  letter-spacing: 0.08em;
}
.hpi-live-card .live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan-accent);
  animation: pulse-dot 1.6s ease-in-out infinite;
}
.hpi-live-card .cards {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 7px 7px 7px;
  gap: 7px;
}
.hpi-live-card .card {
  position: relative;
  border-radius: var(--radius-card);
  padding: 1.5px; /* space for the glow border */
  cursor: default;
  isolation: isolate;
  /* static dim border always present */
  background: var(--bg-card);
  transition: box-shadow 0.3s ease;
}
.hpi-live-card .card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(600px circle at var(--mx) var(--my), rgba(0, 160, 255, 0.65), rgba(0, 80, 200, 0.15) 45%, transparent 70%);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 0;
}
.hpi-live-card .card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid var(--border-card);
  pointer-events: none;
  z-index: 2;
  transition: border-color 0.3s ease;
}
.hpi-live-card .card:hover::before {
  opacity: 1;
}
.hpi-live-card .card:hover::after {
  border-color: rgba(0, 160, 255, 0.55);
}
.hpi-live-card .card:hover {
  box-shadow: 0 0 30px rgba(0, 120, 255, 0.2), 0 0 60px rgba(0, 80, 200, 0.12);
}
.hpi-live-card .card-inner {
  position: relative;
  z-index: 1;
  background: var(--bg-card);
  border-radius: calc(var(--radius-card) - 1.5px);
  padding: 10px 10px 16px;
  /* ---- card label row ---- */
  /* ---- arc gauge (HPI Score card) ---- */
  /* ---- metric row ---- */
}
.hpi-live-card .card-inner .card-label {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--hpi-white);
  margin: 2px 0 8px 5px;
}
.hpi-live-card .card-inner .gauge-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  margin-top: -20px;
}
.hpi-live-card .card-inner .gauge-label {
  position: absolute;
  text-align: center;
  top: 75%;
  left: 49%;
  transform: translate(-50%, -44%);
}
.hpi-live-card .card-inner .metric-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
  margin-left: 5px;
  /* icon circle */
}
.hpi-live-card .card-inner .metric-row .icon-wrap {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid var(--border-card);
  background: var(--bg-card-inner);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.hpi-live-card .card-inner .metric-row .card:hover .icon-wrap {
  border-color: rgba(0, 160, 255, 0.5);
  box-shadow: 0 0 16px rgba(0, 120, 255, 0.3);
}
.hpi-live-card .card-inner .metric-row .icon-wrap svg {
  display: block;
}
.hpi-live-card .score-block {
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.hpi-live-card .score-value {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}
.hpi-live-card .score-denom {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
}
.hpi-live-card .score-pct {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}
.hpi-live-card .score-label {
  font-size: 10px;
  color: var(--text-secondary);
  margin-top: 2px;
}
.hpi-live-card .stars {
  display: flex;
  gap: 3px;
  margin-bottom: 2px;
}
.hpi-live-card .star {
  width: 18px;
  height: 18px;
  color: #f5b400;
}
.hpi-live-card .star-half {
  color: rgba(245, 180, 0, 0.5019607843);
}
.hpi-live-card .sparkline-wrap {
  margin-top: 10px;
  opacity: 0.55;
}
.hpi-live-card .sparkline-wrap svg {
  display: block;
  width: 100%;
  height: 28px;
}
.hpi-live-card .hpi-scorebox .sparkline-wrap {
  margin-top: 2px;
}
.hpi-live-card .cards-divider {
  height: 1px;
  background: var(--border-subtle);
  margin: 0 -14px;
  display: none;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 207, 255, 0.6);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.2);
    box-shadow: 0 0 0 5px rgba(0, 207, 255, 0);
  }
}
/* ---- responsive centering ---- */
@media (max-width: 991.98px) {
  .hpi-hero .hpi-hero-inner {
    padding: 40px 20px;
  }
  .hpi-hero {
    background-size: 600% 100%;
    background-position: 0% center;
    animation: bg-pan 20s linear infinite;
  }
  .hpi-hero .hpi-hero-inner {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .hpi-hero .hpi-hero-ctas {
    justify-content: center;
    margin-bottom: 0;
  }
}
.hpi-features {
  width: 100%;
  background: linear-gradient(135deg, #ccddf0 0%, #e8f1fb 30%, #f0f6ff 50%, #e4eef9 70%, #c8d9ee 100%);
  border-radius: 14px;
  border: 1px solid rgba(100, 150, 220, 0.2);
  box-shadow: 0 2px 20px rgba(60, 100, 180, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: stretch;
  padding: 30px 0;
  overflow: hidden;
  /* vertical divider */
}
.hpi-features .feature {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 24px 20px;
  position: relative;
  transition: background 0.25s ease;
}
.hpi-features .feature:hover {
  background: rgba(255, 255, 255, 0.35);
}
.hpi-features .feature + .feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(80, 130, 200, 0.3) 30%, rgba(80, 130, 200, 0.3) 70%, transparent);
}
.hpi-features .icon-wrap {
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 4px 8px rgba(0, 80, 200, 0.35));
}
.hpi-features .icon-wrap svg, .hpi-features .icon-wrap img {
  width: 68px;
  height: auto;
}
.hpi-features .text {
  flex: 1;
  min-width: 0;
}
.hpi-features .feat-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a2d4a;
  line-height: 1.25;
  margin-bottom: 7px;
  letter-spacing: -0.01em;
}
.hpi-features .feat-desc {
  font-size: 12.5px;
  color: #4a6080;
  line-height: 1.5;
  font-weight: 400;
}

/* ---- responsive ---- */
@media (max-width: 700px) {
  .strip {
    flex-direction: column;
  }
  .feature + .feature::before {
    top: 0;
    bottom: auto;
    left: 16px;
    right: 16px;
    width: auto;
    height: 1px;
  }
}
@media (max-width: 991.98px) {
  .hpi-features {
    padding: 20px 0;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
  .hpi-features .feature {
    min-width: 280px;
    scroll-snap-align: start;
  }
}
.hpi-pillars {
  width: 100%;
  padding: 40px 40px 48px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse 120% 80% at 50% 0%, #0a2060 0%, #041235 45%, #020d2a 100%);
  /* ===================== HEADER ===================== */
  /* ===================== SWIPER ===================== */
  /* ===================== CARD ===================== */
  /* top glow streak */
  /* bottom subtle gradient */
  /* icon area */
  /* ===================== SWIPER PAGINATION ===================== */
  /* ===================== SWIPER NAV ===================== */
  /* ===================== PROGRESS BAR ===================== */
}
.hpi-pillars::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(1px 1px at 15% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 100%), radial-gradient(1px 1px at 70% 15%, rgba(255, 255, 255, 0.25) 0%, transparent 100%), radial-gradient(1.5px 1.5px at 40% 60%, rgba(255, 255, 255, 0.2) 0%, transparent 100%), radial-gradient(1px 1px at 85% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 100%), radial-gradient(1px 1px at 25% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
  pointer-events: none;
}
.hpi-pillars .header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}
.hpi-pillars .header-text {
  text-align: center;
  flex: 1;
  padding: 0 120px;
}
.hpi-pillars .eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-sub);
  margin-bottom: 10px;
}
.hpi-pillars .main-title {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 800;
  color: var(--hpi-white);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 10px;
  text-shadow: 0 0 40px rgba(80, 140, 255, 0.5);
}
.hpi-pillars .subtitle {
  font-size: 14px;
  color: var(--text-sub);
  font-weight: 400;
}
.hpi-pillars .btn-explore {
  flex-shrink: 0;
  align-self: center;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--blue-bright);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 11px 22px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 0 24px rgba(45, 122, 255, 0.5);
  transition: box-shadow 0.2s, transform 0.2s;
  text-decoration: none;
}
.hpi-pillars .btn-explore:hover {
  box-shadow: 0 0 36px rgba(45, 122, 255, 0.75);
  transform: translateY(-1px);
}
.hpi-pillars .btn-explore svg {
  width: 16px;
  height: 16px;
}
.hpi-pillars .swiper {
  width: 100%;
  padding: 10px 4px 52px !important;
  position: relative;
  z-index: 1;
}
.hpi-pillars .swiper-slide {
  height: auto;
  display: flex;
}
.hpi-pillars .card {
  flex: 1;
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 22px 14px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  backdrop-filter: blur(10px);
  /* inner top gradient */
  background: linear-gradient(180deg, #0844b7 0%, #0730a3 3%, #00074e 35%, #00074e 100%);
}
.hpi-pillars .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(100, 170, 255, 0.7), transparent);
  transition: opacity 0.3s;
}
.hpi-pillars .card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(0deg, rgba(10, 30, 80, 0.4), transparent);
  pointer-events: none;
}
.hpi-pillars .card:hover {
  border-color: var(--card-border-h);
  box-shadow: 0 0 30px rgba(60, 120, 255, 0.3), 0 0 60px rgba(30, 80, 200, 0.15), inset 0 0 20px rgba(60, 120, 255, 0.06);
  transform: translateY(-4px);
}
.hpi-pillars .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hpi-pillars .card-icon svg, .hpi-pillars .card-icon img {
  width: 72px;
  height: auto;
  border: 1px solid #0730a3;
  border-radius: 100%;
}
.hpi-pillars .card-num {
  font-size: 18px;
  font-weight: 300;
  color: var(--text-white);
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}
.hpi-pillars .card-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-white);
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.hpi-pillars .swiper-pagination {
  bottom: 10px !important;
}
.hpi-pillars .swiper-pagination-bullet {
  background: rgba(80, 140, 255, 0.4) !important;
  opacity: 1 !important;
  width: 6px !important;
  height: 6px !important;
  transition: background 0.3s, width 0.3s;
}
.hpi-pillars .swiper-pagination-bullet-active {
  background: var(--blue-bright) !important;
  width: 20px !important;
  border-radius: 3px !important;
}
.hpi-pillars .swiper-button-prev,
.hpi-pillars .swiper-button-next {
  width: 36px !important;
  height: 36px !important;
  background: rgba(10, 30, 80, 0.85) !important;
  border: 1px solid rgba(60, 120, 255, 0.4) !important;
  border-radius: 50% !important;
  top: calc(50% - 26px) !important;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 0 12px rgba(40, 100, 255, 0.2);
}
.hpi-pillars .swiper-button-prev:hover,
.hpi-pillars .swiper-button-next:hover {
  background: rgba(30, 70, 180, 0.9) !important;
  box-shadow: 0 0 20px rgba(60, 140, 255, 0.4) !important;
}
.hpi-pillars .swiper-button-prev::after,
.hpi-pillars .swiper-button-next::after {
  font-size: 12px !important;
  color: #ffffff !important;
  font-weight: 700;
}
.hpi-pillars .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--blue-bright), var(--cyan));
  border-radius: 1px;
  animation: progress 3s linear infinite;
  box-shadow: 0 0 8px rgba(74, 240, 255, 0.6);
}

@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .hpi-pillars {
    padding: 30px 20px 40px;
  }
  .hpi-pillars .header {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .hpi-pillars .header-text {
    padding: 0;
  }
}
.hpi-score-section {
  background: #020d2a;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.hpi-score-section .hpi-score-boxview {
  width: 100%;
  background: radial-gradient(ellipse 120% 80% at 50% 0%, #e5ecf7 0%, #d5e0f3 45%, #dbe5f5 100%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.hpi-score-section .hpi-score-boxview::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 60% at 0% 50%, rgba(29, 114, 232, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.hpi-score-layout {
  justify-content: space-between;
}

.hpi-score-left {
  padding: 0 30px;
}
@media (max-width: 991.98px) {
  .hpi-score-left {
    padding: 0;
  }
}

.hpi-dash-prev {
  text-align: right;
}
.hpi-dash-prev img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 16px 50px rgba(10, 30, 100, 0.2);
}

.hpi-score-trademark {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hpi-accent);
  margin-bottom: 15px;
  margin-top: 30px;
}

.hpi-score-headline {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  color: var(--hpi-primary-dark);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 16px;
}

.hpi-score-body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.9rem;
  color: var(--hpi-body);
  line-height: 1.8;
  margin-bottom: 28px;
}

.hpi-score-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  color: #60a5fa;
  text-decoration: none;
  margin-bottom: 32px;
  transition: all 0.15s ease;
}
.hpi-score-link i {
  font-size: 0.8rem;
  transition: transform 0.2s;
}
.hpi-score-link:hover {
  color: #93c5fd;
}
.hpi-score-link:hover i {
  transform: translateX(3px);
}

.hpi-scale {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 8px;
  gap: 10px;
}
.hpi-scale .hpi-scale-band {
  flex: 1;
  height: 6px;
}
.hpi-scale .hpi-scale-band.band-elite {
  background: #10b981;
}
.hpi-scale .hpi-scale-band.band-advanced {
  background: #1d72e8;
}
.hpi-scale .hpi-scale-band.band-progress {
  background: #6366f1;
}
.hpi-scale .hpi-scale-band.band-develop {
  background: #f59e0b;
}
.hpi-scale .hpi-scale-band.band-needs {
  background: #ef4444;
}

.hpi-scale-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.hpi-scale-labels span {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.6rem;
  font-weight: 600;
  color: var(--hpi-primary-dark);
  text-align: center;
  flex: 1;
}

hpi-dash-prev end .hpi-dash-preview {
  background: linear-gradient(150deg, #041e40 0%, #010d25 50%, #010917 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
}

.hpi-dash-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}
.hpi-dash-topbar .dash-title {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hpi-white);
}
.hpi-dash-topbar .dash-dots {
  display: flex;
  gap: 5px;
}
.hpi-dash-topbar .dash-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
}
.hpi-dash-topbar .dash-dots span:nth-child(1) {
  background: #ef4444;
}
.hpi-dash-topbar .dash-dots span:nth-child(2) {
  background: #f59e0b;
}
.hpi-dash-topbar .dash-dots span:nth-child(3) {
  background: #10b981;
}

.hpi-dash-body {
  display: flex;
}
@media (max-width: 767.98px) {
  .hpi-dash-body {
    flex-direction: column;
  }
}

.hpi-dash-sidebar {
  width: 48px;
  background: linear-gradient(150deg, #002769 0%, #012158 50%, #01173f 100%);
  box-shadow: 0 4px 10px rgba(0, 78, 252, 0.4), 0 3px 4px rgba(26, 77, 255, 0.3);
  border-radius: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .hpi-dash-sidebar {
    display: none;
  }
}

.hpi-dash-tab {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: var(--hpi-primary-dark);
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.15s ease;
}
.hpi-dash-tab i {
  color: var(--hpi-white);
}
.hpi-dash-tab.active, .hpi-dash-tab:hover {
  background: linear-gradient(150deg, #005efa 0%, #0030c6 50%, #003ae2 100%);
  color: #f9f9fe;
}

.hpi-dash-content {
  flex: 1;
  padding: 20px;
}

.hpi-dash-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .hpi-dash-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .hpi-dash-row {
    grid-template-columns: 1fr;
  }
}

.hpi-dash-panel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 14px;
}
.hpi-dash-panel .panel-label {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hpi-white);
  margin-bottom: 10px;
}

.hpi-gauge-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.hpi-gauge-wrap .gauge-svg {
  width: 100px;
  height: 100px;
}
.hpi-gauge-wrap .gauge-score {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 1.6rem;
  color: var(--hpi-white);
  line-height: 1;
}
.hpi-gauge-wrap .gauge-score sup {
  font-size: 0.65rem;
  color: var(--hpi-white);
}
.hpi-gauge-wrap .gauge-tag {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.65rem;
  font-weight: 400;
  color: #34d399;
  text-align: center;
}

.hpi-trend-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.hpi-trend-labels span {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.58rem;
  color: var(--hpi-white);
}

.hpi-dash-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 991.98px) {
  .hpi-dash-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .hpi-dash-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
}

.hpi-dash-metric {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 12px;
}
.hpi-dash-metric .dm-icon {
  font-size: 1rem;
  margin-bottom: 6px;
  display: block;
}
.hpi-dash-metric .dm-label {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--hpi-white);
  margin-bottom: 4px;
}
.hpi-dash-metric .dm-value {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: var(--hpi-white);
  line-height: 1;
}
.hpi-dash-metric .dm-value span {
  font-size: 0.62rem;
  color: var(--hpi-white);
}

.hpi-dash-footer {
  padding: 12px 20px;
  border-top: 1px solid var(--hpi-body);
  text-align: right;
}
.hpi-dash-footer a {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--hpi-accent);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.15s ease;
}
.hpi-dash-footer a i {
  font-size: 0.7rem;
  transition: transform 0.2s;
}
.hpi-dash-footer a:hover {
  color: #93c5fd;
}
.hpi-dash-footer a:hover i {
  transform: translateX(3px);
}

@media (max-width: 991.98px) {
  .hpi-score-left {
    order: 1;
    text-align: center;
    padding: 0 10px;
  }
  .hpi-score-link {
    justify-content: center;
  }
  .hpi-dash-prev {
    order: 2;
  }
  .hpi-score-section {
    padding: 0;
  }
  .hpi-score-section .hpi-score-boxview {
    width: 100%;
    margin: 30px 0 30px 1px;
  }
}
.hpi-impact {
  display: flex;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 16px 50px rgba(10, 30, 100, 0.2);
  min-height: 160px;
  /* ============ LEFT PANEL ============ */
  /* subtle shimmer overlay */
  /* ============ RIGHT PANEL ============ */
  /* ============ FEATURE ITEM ============ */
  /* vertical divider */
  /* icon */
}
.hpi-impact .left {
  flex-shrink: 0;
  width: 280px;
  background: linear-gradient(150deg, #132460 0%, #0a1840 50%, #060f2c 100%);
  padding: 28px 15px 28px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.hpi-impact .left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 140% 100% at 110% -10%, rgba(60, 120, 255, 0.18) 0%, transparent 60%);
  pointer-events: none;
}
.hpi-impact .eyebrow {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-sub);
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
.hpi-impact .hero-text {
  font-size: 24px;
  font-weight: 400;
  color: var(--text-white);
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
.hpi-impact .btn-discover {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  border-radius: 50px;
  padding: 9px 18px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  width: fit-content;
  transition: background 0.2s, border-color 0.2s;
  position: relative;
  z-index: 1;
}
.hpi-impact .btn-discover:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
}
.hpi-impact .btn-discover svg {
  width: 14px;
  height: 14px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}
.hpi-impact .right {
  flex: 1;
  background: var(--panel-bg);
  display: flex;
  align-items: stretch;
}
.hpi-impact .feature {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 10px 10px;
  position: relative;
  cursor: default;
  transition: background 0.25s;
}
.hpi-impact .feature:hover {
  background: rgba(255, 255, 255, 0.4);
}
.hpi-impact .feature + .feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--divider) 30%, var(--divider) 70%, transparent);
}
.hpi-impact .icon-wrap {
  width: 72px;
  height: 72px;
  margin-bottom: 12px;
  filter: drop-shadow(0 5px 10px rgba(20, 70, 200, 0.3));
  flex-shrink: 0;
}
.hpi-impact .icon-wrap svg,
.hpi-impact .icon-wrap img {
  width: 72px;
  height: 72px;
}
.hpi-impact .feat-title {
  font-size: 18px;
  font-weight: 400;
  color: #1a2e58;
  margin-bottom: 7px;
  line-height: 1.25;
}
.hpi-impact .feat-desc {
  font-size: 14px;
  color: #4a6080;
  line-height: 1.55;
  max-width: 190px;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 720px) {
  .banner {
    flex-direction: column;
  }
  .left {
    width: 100%;
  }
  .feature + .feature::before {
    top: 0;
    bottom: auto;
    left: 16px;
    right: 16px;
    width: auto;
    height: 1px;
  }
}
@media (max-width: 991.98px) {
  .hpi-impact {
    flex-direction: column;
    min-height: auto;
    padding-top: 20px;
  }
  .hpi-impact .left {
    width: 100%;
  }
  .hpi-impact .right {
    padding: 20px 0;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
  .hpi-impact .right .feature {
    min-width: 230px;
    scroll-snap-align: start;
  }
  .hpi-impact .feature {
    padding: 10px 20px;
  }
}
.hpi-footer {
  background: linear-gradient(135deg, #04091a 0%, #060e28 50%, #04091a 100%);
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.hpi-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 40% 50%, rgba(29, 114, 232, 0.07) 0%, transparent 65%);
  pointer-events: none;
}
.hpi-footer .footer-brand {
  padding-right: 2rem;
}
.hpi-footer .footer-brand .brand-logo {
  margin-bottom: 2rem;
  color: var(--hpi-white);
}
.hpi-footer .footer-brand .brand-logo .brand-med {
  color: var(--hpi-primary);
}
.hpi-footer .footer-brand .brand-logo img {
  max-width: 170px;
  height: auto;
}
.hpi-footer .footer-brand .brand-tagline {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--hpi-white);
  margin-bottom: 2rem;
  max-width: 280px;
  font-weight: 300;
}
.hpi-footer .social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
.hpi-footer .social-links .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: var(--hpi-white);
  font-size: 1rem;
  text-decoration: none;
  transition: var(--hpi-transition);
  position: relative;
  overflow: hidden;
}
.hpi-footer .social-links .social-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--hpi-primary);
  transform: translateY(100%);
  transition: var(--hpi-transition);
  z-index: -1;
}
.hpi-footer .social-links .social-link:hover {
  color: var(--hpi-white);
  border-color: var(--hpi-primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(59, 130, 246, 0.3);
}
.hpi-footer .social-links .social-link:hover::before {
  transform: translateY(0);
}
.hpi-footer .social-links .social-link i {
  position: relative;
  z-index: 1;
}
.hpi-footer .footer-links .footer-title {
  font-size: 1rem;
  font-weight: 200;
  color: var(--hpi-white);
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
}
.hpi-footer .footer-links .footer-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--hpi-primary);
  border-radius: 2px;
}
.hpi-footer .footer-links .links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hpi-footer .footer-links .links-list li {
  margin-bottom: 0.75rem;
}
.hpi-footer .footer-links .links-list li a {
  color: var(--hpi-white);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 300;
  transition: var(--hpi-transition);
  display: inline-block;
  position: relative;
}
.hpi-footer .footer-links .links-list li a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--hpi-text-hover);
  transition: var(--hpi-transition);
}
.hpi-footer .footer-links .links-list li a:hover {
  color: var(--hpi-white);
  transform: translateX(5px);
  text-decoration: underline;
}
.hpi-footer .footer-links .links-list li a:hover::before {
  width: 100%;
}

.hpi-footer-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.hpi-footer-tagline {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: clamp(0.9rem, 1.8vw, 1.2rem);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: -0.01em;
  max-width: 240px;
}
.hpi-footer-tagline span {
  color: var(--hpi-accent);
}

.hpi-footer-stats {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.hpi-footer-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.hpi-footer-stat:first-child {
  padding-left: 0;
}
.hpi-footer-stat:last-child {
  border-right: none;
}
.hpi-footer-stat .stat-icon {
  font-size: 1.1rem;
  color: var(--hpi-accent);
  flex-shrink: 0;
}
.hpi-footer-stat .stat-body .stat-value {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--hpi-white);
  line-height: 1.1;
}
.hpi-footer-stat .stat-body .stat-label {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--hpi-white);
}
@media (max-width: 991.98px) {
  .hpi-footer-stat {
    padding: 8px 16px;
  }
}
@media (max-width: 767.98px) {
  .hpi-footer-stat {
    padding: 6px 14px;
  }
}

.btn-hpi-partner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 26px;
  background: #1d72e8;
  color: var(--hpi-white);
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.15s ease;
  flex-shrink: 0;
}
.btn-hpi-partner i {
  font-size: 0.8rem;
  transition: transform 0.2s;
}
.btn-hpi-partner:hover {
  background: #1a5ece;
  color: var(--hpi-white);
  box-shadow: 0 4px 20px rgba(29, 114, 232, 0.45);
}
.btn-hpi-partner:hover i {
  transform: translateX(3px);
}

.hpi-menu-footer-body {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 18px;
  margin-top: 28px;
}

.hpi-sub-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 18px;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.hpi-sub-footer .hpi-copy {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.hpi-sub-footer .hpi-footer-links {
  display: flex;
  gap: 20px;
}
.hpi-sub-footer .hpi-footer-links a {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.2s;
}
.hpi-sub-footer .hpi-footer-links a:hover {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991.98px) {
  .hpi-footer {
    padding: 20px 20px;
  }
  .hpi-footer .footer-brand .brand-logo img {
    max-width: 230px;
  }
}

/*# sourceMappingURL=main.css.map */
