@charset "UTF-8";
/* ==========================================================================
   master-v2.css — V2 launch stylesheet (Phase 4B extraction)
   Replaces legacy master.css on all Version 1.0 launch pages.
   Legacy master.css preserved in archive/assets/css/ for archived pages only.
   Phase 7: Typography System V2 — Plus Jakarta Sans (self-hosted)
   ========================================================================== */

/* --- Variables --- */

:root {
  --main-color-one: #F37F0C;
  --secondary: #174B71;
  --white: #fff;
  --white-2: #E3E3E3;
  --black: #000;
  --black-2: #252525;
  --black-3: #1F242C;
  --black-4: #232323;
  --black-5: #2B2B5E;
  --gray: #525252;

  /* Phase 25.3 — Body copy typography tokens */
  --text-body-color: #1F1F1F;
  --text-body-weight: var(--font-medium);
  --color-text-muted: #525252;
  --color-text-secondary: #434B57;
  --gray-2: #F4F5FA;
  --gray-3: #333F4D;
  --gray-4: #82828A;
  --gray-5: #3C4958;
  --gray-6: #757474;
  --blue: #174B71;
  --blue-2: #064BB5;
  --yellow: #B8FB5E;
  --yellow-2: #D8FF36;

  /* Typography — Phase 7 */
  --font-family-base: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-family-heading: var(--font-family-base);

  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;

  /* Phase 8 — Spacing scale (4px base) */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;

  /* Phase 8 — Vertical rhythm */
  --section-padding-y: clamp(3.5rem, 3rem + 2vw, 5rem);
  --section-padding-x: clamp(0.9375rem, 0.5rem + 4vw, 6.25rem);
  --section-header-gap: var(--space-7);
  --stack-eyebrow-title: var(--space-3);
  --stack-title-body: var(--space-4);
  --stack-body-action: var(--space-6);
  --stack-card-title-sub: var(--space-2);
  --stack-card-sub-body: var(--space-3);
  --stack-card-body-cta: var(--space-5);
  --stack-list-item: var(--space-3);

  /* Phase 8 — Fluid typography scale */
  --text-display-xl: clamp(2rem, 1.55rem + 2.25vw, 3rem);
  --text-display-l: clamp(1.875rem, 1.5rem + 1.5vw, 2.625rem);
  --text-display-m: clamp(1.75rem, 1.45rem + 1.25vw, 2.25rem);
  --text-heading-xl: clamp(1.75rem, 1.5rem + 1vw, 2.25rem);
  --text-heading-l: clamp(1.5rem, 1.35rem + 0.6vw, 1.875rem);
  --text-heading-m: clamp(1.25rem, 1.15rem + 0.4vw, 1.5rem);
  --text-heading-s: clamp(1.125rem, 1.05rem + 0.25vw, 1.25rem);
  --text-title-l: clamp(1.0625rem, 1rem + 0.2vw, 1.125rem);
  --text-title-m: clamp(0.9375rem, 0.9rem + 0.15vw, 1rem);
  --text-title-s: clamp(0.875rem, 0.85rem + 0.1vw, 0.9375rem);
  --text-body-xl: clamp(1rem, 0.975rem + 0.1vw, 1.0625rem);
  --text-body-l: 1rem;
  --text-body-m: clamp(0.9375rem, 0.92rem + 0.05vw, 0.96875rem);
  --text-body-s: clamp(0.8125rem, 0.79rem + 0.05vw, 0.875rem);
  --text-caption: clamp(0.75rem, 0.73rem + 0.05vw, 0.8125rem);
  --text-overline: clamp(0.6875rem, 0.67rem + 0.05vw, 0.8125rem);
  --text-label: clamp(0.75rem, 0.73rem + 0.08vw, 0.875rem);
  --text-stat: clamp(1.75rem, 1.5rem + 1vw, 2.125rem);

  /* Phase 8 — Line heights */
  --lh-display: 1.1;
  --lh-heading: 1.18;
  --lh-title: 1.32;
  --lh-body: 1.75;
  --lh-body-tight: 1.65;
  --lh-caption: 1.45;
  --lh-button: 1.25;
  --lh-list: 1.6;

  /* Phase 8 — Letter spacing */
  --ls-display: -0.03em;
  --ls-heading: -0.025em;
  --ls-heading-m: -0.02em;
  --ls-title: -0.012em;
  --ls-body: -0.011em;
  --ls-button: 0.02em;
  --ls-caption: 0.03em;
  --ls-overline: 0.08em;
  --ls-overline-wide: 0.12em;
  --ls-label: 0.04em;

  /* Phase 8 — Buttons */
  --btn-min-height: 44px;
  --btn-min-height-mobile: 48px;
  --btn-padding-y: var(--space-2);
  --btn-padding-x: var(--space-5);
  --btn-font-size: var(--text-body-m);
  --btn-font-weight: var(--font-semibold);
  --btn-ls: var(--ls-button);
  --btn-lh: var(--lh-button);
  --btn-radius: var(--space-3);
  --btn-transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;

  /* Phase 19 — Global CTA colours */
  --btn-primary-bg: #174B71;
  --btn-primary-border: #174B71;
  --btn-primary-text: #FFFFFF;
  --btn-primary-hover-bg: #123A58;
  --btn-primary-hover-border: #123A58;
  --btn-primary-active-bg: #0F3250;
  --btn-primary-active-border: #0F3250;
  --btn-primary-shadow: 0 2px 8px rgba(23, 75, 113, 0.16);
  --btn-primary-hover-shadow: 0 4px 14px rgba(23, 75, 113, 0.22);

  --btn-secondary-bg: #FFFFFF;
  --btn-secondary-border: #D8DEE8;
  --btn-secondary-text: #174B71;
  --btn-secondary-hover-bg: #FFFFFF;
  --btn-secondary-hover-border: #F37F0C;
  --btn-secondary-hover-text: #F37F0C;

  /* Body content internal links */
  --link-content-color: var(--secondary);
  --link-content-hover: var(--btn-primary-hover-bg);
  --link-content-visited: var(--secondary);
  --link-content-active: var(--secondary);
  --link-content-focus: var(--secondary);

  /* Phase 8 — Forms */
  --input-font-size: var(--text-body-l);
  --input-lh: var(--lh-body-tight);
  --input-padding-y: var(--space-3);
  --input-padding-x: var(--space-4);
  --input-radius: var(--space-2);
  --label-font-size: var(--text-body-s);
  --label-font-weight: var(--font-semibold);
  --label-ls: var(--ls-label);

  /* Legacy aliases (Phase 7 compat) */
  --text-body-size: var(--text-body-l);
  --text-body-lh: var(--lh-body);
  --text-body-ls: var(--ls-body);
  --text-heading-ls: var(--ls-heading);
  --text-eyebrow-ls: var(--ls-overline);
  --text-caption-ls: var(--ls-caption);
  --heading-margin-bottom: 0.45em;
  --paragraph-margin-bottom: 1.25em;
}

/* --- Typography --- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: var(--font-family-base);
  font-weight: var(--font-regular);
  font-size: var(--text-body-size);
  line-height: var(--text-body-lh);
  letter-spacing: var(--text-body-ls);
  color: var(--black-2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0 0 var(--heading-margin-bottom);
  position: relative;
  z-index: 1;
  font-family: var(--font-family-heading);
  font-weight: var(--font-bold);
  line-height: 1.2;
  letter-spacing: var(--text-heading-ls);
  color: var(--black-2);
}

h1 {
  font-size: var(--text-display-m);
  line-height: var(--lh-display);
  letter-spacing: var(--ls-display);
}

h2 {
  font-size: var(--text-heading-xl);
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-heading);
}

h3 {
  font-size: var(--text-heading-m);
  font-weight: var(--font-semibold);
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-heading-m);
}

h4 {
  font-size: var(--text-heading-s);
  font-weight: var(--font-semibold);
  line-height: var(--lh-title);
  letter-spacing: var(--ls-heading-m);
}

h5 {
  font-size: var(--text-title-l);
  font-weight: var(--font-semibold);
  line-height: var(--lh-title);
  letter-spacing: var(--ls-title);
}

h6 {
  font-size: var(--text-title-m);
  font-weight: var(--font-semibold);
  line-height: var(--lh-title);
  letter-spacing: var(--ls-title);
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

p {
  padding: 0;
  margin: 0 0 var(--paragraph-margin-bottom);
  font-style: normal;
  line-height: var(--text-body-lh);
  font-weight: var(--text-body-weight);
  font-size: var(--text-body-size);
  letter-spacing: var(--text-body-ls);
  color: var(--text-body-color);
}

p:last-child {
  margin-bottom: 0;
}

/* Phase 25.3 — Body copy weight for non-paragraph prose blocks */
[class$="__intro"],
[class$="__deck"],
[class$="__intro-copy"],
[class$="__desc"],
[class$="__copy"],
[class$="__block-text"],
.kc-hero__copy,
.legal-content-v2,
.article-v2__content {
  font-weight: var(--text-body-weight);
}

.pos-abs {
position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

.plr-100 {
padding-left: 100px;
  padding-right: 100px;
}

.bg-base {
background: var(--main-color-one) !important;
}

.bg-base:before {
background: var(--black-3);
  border-radius: 25px;
}

/* --- Layout --- */

* {
margin: 0;
  padding: 0;
}

img {
max-width: 100%;
}

/* --- Header --- */

.header__logo {
height: 100px;
}

.header__logo img {
width: auto;
  height: 100%;
}

.header__inner {
display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 30px auto 30px 1fr;
  grid-template-columns: 1fr auto 1fr;
  border-bottom: 2px solid rgba(37, 37, 37, 0.1);
}

.header__others {
gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__offcanvas .menu_icon {
width: 51px;
  height: 51px;
  background: var(--black-2);
  border-radius: 100%;
  border: none;
  outline: none;
  position: relative;
  z-index: 2;
}

/* --- Navigation --- */

.main-menu {
text-align: right;
}

.main-menu ul li {
display: inline-block;
  padding: 0 16px;
}

.main-menu ul li:hover .main-dropdown {
top: 80px;
  opacity: 1;
  visibility: visible;
}

.main-menu ul li a {
  font-weight: var(--font-medium);
  line-height: var(--lh-title);
  letter-spacing: var(--ls-body);
  display: block;
  color: var(--black-2);
  font-size: var(--text-body-m);
  padding: 30px var(--space-2);
  text-transform: capitalize;
}

.main-menu ul li a:hover {
color: var(--main-color-one);
}

.main-menu .main-dropdown {
color: var(--white);
  position: absolute;
  width: 260px;
  top: 100px;
  background: var(--black-4);
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.main-menu .main-dropdown li {
padding: 0 30px;
  display: block;
  text-align: left;
  position: relative;
}

.main-menu .main-dropdown li:hover .sub-dropdown {
left: 100%;
  opacity: 1;
  visibility: visible;
}

.main-menu .main-dropdown li a {
padding: 10px 0;
  color: var(--white);
}

.main-menu .sub-dropdown {
position: absolute;
  width: 260px;
  left: 90%;
  top: 0;
  background: var(--blue);
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.main-menu .sub-dropdown li {
padding: 0 30px;
  display: block;
  text-align: left;
  position: relative;
}

.main-menu .sub-dropdown li a {
padding: 10px 0;
}

.main-menu .has-dropdown {
position: relative;
  padding-right: 30px;
}

.main-menu .has-dropdown:hover::after {
color: var(--main-color-one);
}

.main-menu .has-dropdown::after {
position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 34px;
  border-right: 2px solid var(--black-2);
  border-bottom: 2px solid var(--black-2);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main-menu .has-megamenu {
position: static;
  padding-right: 30px;
}

.main-menu .has-megamenu:hover::after {
color: var(--main-color-one);
}

.main-menu .has-megamenu::after {
position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 34px;
  border-right: 2px solid var(--black-2);
  border-bottom: 2px solid var(--black-2);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main-menu .main-dropdown .has-dropdown {
position: relative;
}

.main-menu .main-dropdown .has-dropdown:hover::after {
color: var(--main-color-one);
}

.main-menu .main-dropdown .has-dropdown::after {
position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 18px;
  right: 22px;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* --- Drawer --- */

.offcanvas__area {
position: fixed;
  width: 400px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -400px;
  z-index: 99;
  padding: 40px 30px;
  background: var(--black-3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.offcanvas__area.showed {
right: 0;
  opacity: 1;
  visibility: visible;
}

.offcanvas__menu {
display: none;
  padding-bottom: 50px;
}

.offcanvas-menu li a {
font-size: 15px;
  color: var(--white);
  text-transform: capitalize;
  padding: 7px 0;
  display: block;
}

/* --- Utilities --- */

.brand-gradient-heading {
  background: linear-gradient(90deg, #174B71 0%, #2B5F86 40%, #6D6860 75%, #D9821B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.scroll-top {
--scroll-top-bottom: 24px;
  --scroll-top-right: 20px;
  position: fixed;
  right: var(--scroll-top-right);
  bottom: var(--scroll-top-bottom);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  color: #174B71;
  background: #ffffff;
  border: 1px solid rgba(23, 75, 113, 0.1);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(23, 75, 113, 0.08), 0 1px 3px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  z-index: 999990;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 0.28s ease, visibility 0.28s ease, -webkit-transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.scroll-top.showed {
opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.scroll-top:hover {
border-color: rgba(23, 75, 113, 0.18);
  box-shadow: 0 4px 14px rgba(23, 75, 113, 0.12), 0 2px 6px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.scroll-top:focus-visible {
outline: 2px solid rgba(243, 127, 12, 0.55);
  outline-offset: 3px;
}

.scroll-top__icon {
display: block;
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

.scroll-top i {
display: none;
}

.scroll-top--above-chat {
--scroll-top-bottom: 170px;
}

#preloader {
position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(252, 252, 251, 0.92);
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  -webkit-animation: preloaderV2FadeIn 0.22s linear both;
  animation: preloaderV2FadeIn 0.22s linear both;
  -webkit-transition: opacity 0.28s linear, visibility 0.28s linear;
  transition: opacity 0.28s linear, visibility 0.28s linear;
}

#preloader.preloader-v2--active {
opacity: 1;
}

#preloader.preloader-v2--ready {
opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#loader {
position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 132px;
}

#loader::before {
content: "";
  position: absolute;
  inset: 16px;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23, 75, 113, 0.08) 0%, rgba(23, 75, 113, 0.04) 42%, rgba(23, 75, 113, 0) 72%);
}

.preloader-v2__svg {
position: relative;
  z-index: 1;
  display: block;
  width: 132px;
  height: 132px;
}

.preloader-v2__orbit {
fill: none;
  stroke-linecap: round;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: preloaderV2Orbit 1.9s linear infinite;
  animation: preloaderV2Orbit 1.9s linear infinite;
}

.preloader-v2__orbit--orange {
stroke: #F37F0C;
  stroke-width: 1.6;
  stroke-dasharray: 156 82;
}

.preloader-v2__orbit--navy {
stroke: #174B71;
  stroke-width: 1.4;
  stroke-dasharray: 118 96;
  -webkit-animation-duration: 2.6s;
  animation-duration: 2.6s;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.preloader-v2__emblem path {
vector-effect: non-scaling-stroke;
}

.float-wp-icon {
position: fixed;
  bottom: 20px;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  z-index: 1000003 !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.float-wp-icon.float-wp-icon--ready {
visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.float-wp-icon::before {
content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(57, 174, 65, 0.5);
  
  animation: pulse-ring 1.5s infinite;
  z-index: -1;
}

.float-wp-icon svg {
width: 60px;
  height: 60px;
}

@-webkit-keyframes preloaderV2Orbit {
to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes preloaderV2Orbit {
to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes preloaderV2FadeIn {
from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes preloaderV2FadeIn {
from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes pulse-ring {
0% {
    transform: scale(0.9);
    opacity: 0.7;
  }

  50% {
    transform: scale(1.3);
    opacity: 0.3;
  }

  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}

/* --- Responsive --- */

@media (max-width: 767px) {
.scroll-top{
    --scroll-top-right: 16px;
    width: 44px;
    height: 44px;
  }

.scroll-top.scroll-top--above-chat{
    --scroll-top-bottom: 160px;
  }
}

@media (prefers-reduced-motion: reduce) {
.scroll-top{
    -webkit-transition: opacity 0.01ms linear, visibility 0.01ms linear, background-color 0.01ms linear, color 0.01ms linear, border-color 0.01ms linear, box-shadow 0.01ms linear;
    transition: opacity 0.01ms linear, visibility 0.01ms linear, background-color 0.01ms linear, color 0.01ms linear, border-color 0.01ms linear, box-shadow 0.01ms linear;
  }

.scroll-top,
  .scroll-top.showed,
  .scroll-top:hover{
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 1199px) {
.plr-100{
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
.plr-100{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
.plr-100{
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
#preloader{
    -webkit-animation: none;
    animation: none;
    -webkit-transition: opacity 0.01ms linear, visibility 0.01ms linear;
    transition: opacity 0.01ms linear, visibility 0.01ms linear;
  }

.preloader-v2__orbit{
    -webkit-animation: none;
    animation: none;
  }
}

@media (max-width: 1199px) {
.main-menu{
    display: none;
  }
}

@media (max-width: 1399px) {
.main-menu ul li{
    padding: 0 15px;
  }
}

@media (max-width: 1919px) {
.main-menu .main-dropdown li:hover .sub-dropdown{
    left: -100%;
  }
}

@media (max-width: 1919px) {
.main-menu .sub-dropdown{
    left: -90%;
  }
}

@media (max-width: 1199px) {
.header__inner{
    padding-top: 15px;
    padding-bottom: 15px;
    -ms-grid-columns: auto 30px auto;
    grid-template-columns: auto auto;
  }
}

@media (max-width: 1199px) {
.header__menu{
    display: none;
  }
}

@media (max-width: 767px) {
.header__others{
    gap: 20px;
  }
}

@media (max-width: 767px) {
.offcanvas__area{
    width: 350px;
    right: -350px;
  }
}

@media (max-width: 1199px) {
.offcanvas__menu{
    display: block;
    height: 75vh;
    overflow-y: auto;
  }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1199px) {
.float-wp-icon svg{
    height: 50px;
    width: 50px;
  }

.float-wp-icon::before{
    width: 70px;
    height: 70px;
  }
}
