@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700;800&family=Gudea:wght@400;700&display=swap");

:root {
  --brand-orange: #fd8c00;
  --brand-orange-deep: #213f61;
  --brand-navy: #213f61;
  --brand-ink: #191714;
  --brand-muted: #6d6a67;
  --brand-cream: #fffaf2;
  --brand-soft: #f4eee4;
  --brand-white: #ffffff;
  --border-soft: rgba(33, 63, 97, 0.1);
  --shadow-soft: 0 22px 70px rgba(15, 24, 38, 0.12);
  --shadow-card: 0 18px 45px rgba(15, 24, 38, 0.08);
  --radius-xl: 1.75rem;
  --radius-lg: 1.2rem;
  --transition-base: all 0.35s ease;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--brand-ink);
  background:
    radial-gradient(circle at top left, rgba(253, 140, 0, 0.08), transparent 32%),
    radial-gradient(circle at bottom right, rgba(33, 63, 97, 0.08), transparent 30%),
    var(--brand-white);
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  letter-spacing: -0.02em;
}

.description,
p,
li {
  font-family: "Inter", sans-serif;
  color: var(--brand-muted);
  line-height: 1.75;
}

.btn{
font-family: "Inter", sans-serif;

}


.text-navy {
  color: var(--brand-navy) !important;
}

.text-orange {
  color: var(--brand-orange) !important;
}

.site-navbar {
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 28px rgba(15, 24, 38, 0.08);
  transition: var(--transition-base);
}

.site-navbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 34px rgba(15, 24, 38, 0.12);
}

.navbar-brand img {
  height: auto;
     width: 180px;
}

.navbar .nav-link {
  position: relative;
      line-height: 1.8;
    letter-spacing: .3px;
  color: var(--brand-navy);
  font-weight: 700;
  padding: 0.6rem 0.95rem !important;
      font-size: 15px;
}

.site-footer p{
  max-width: 310px;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0.95rem;
  right: 0.95rem;
  bottom: 0.35rem;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: var(--transition-base);
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
  transform: scaleX(1);
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: var(--brand-orange);
}

.navbar-toggler {
  border: 0;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  filter: none;
}

.btn-brand,
.btn-outline-brand,
.btn-light-brand {
  border-radius: 999px;
  font-size: 14px;
  padding: 10px 25px;
  font-weight: 700;
  transition: var(--transition-base);
}

@media (max-width:1400px) {
  
 .header-container {
  max-width: 100% !important;
  padding: 0 3% !important;
}
 a.btn.btn-brand.mg-btn{
  display: none;
 }
}


@media (max-width:1200px) {
  
 .header-container .btn-brand{
  display: none;
 }
}




.btn-brand {
  background: var(--brand-orange);
  border: 1px solid var(--brand-orange);
  color: var(--brand-white);
  /* box-shadow: 0 12px 28px rgba(253, 140, 0, 0.3); */
}

.btn-brand:hover,
.btn-brand:focus {
  background: var(--brand-orange-deep);
  border-color: var(--brand-orange-deep);
  color: var(--brand-white);
  transform: translateY(-2px);
}

.btn-outline-brand {
  border: 1px solid rgba(33, 63, 97, 0.22);
  color: var(--brand-navy);
  background: transparent;
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
  background: var(--brand-navy);
  border-color: var(--brand-navy);
  color: var(--brand-white);
}

.btn-light-brand {
  background: var(--brand-white);
  border: 1px solid var(--brand-white);
  color: var(--brand-navy);
}

.btn-light-brand:hover,
.btn-light-brand:focus {
  background: transparent;
  color: var(--brand-white);
  border-color: rgba(255, 255, 255, 0.75);
}

.hero-block {
  --hero-image: none;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 9rem 0 6rem;
  display: flex;
  align-items: center;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.95), rgba(255, 250, 242, 0.9)),
    var(--hero-image);
  background-size: cover;
  background-position: center center;
  color: var(--brand-ink);
}

.hero-media-carousel {
  position: relative;
  overflow: hidden;
  background: var(--brand-white);
}

.hero-media-carousel .carousel,
.hero-media-carousel .carousel-inner,
.hero-media-carousel .carousel-item {
  min-height: 100vh;
  min-height: 100svh;
}

.hero-media-slide {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  padding: 9.75rem 0 7.5rem;
}

.hero-media-image,
.hero-media-shade {
  position: absolute;
  inset: 0;
}

.hero-media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media-shade {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(25, 23, 20, 0.06));
}

.hero-media-layout {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero-media-content {
  max-width: min(100%, 46rem);
  padding: clamp(1.45rem, 2vw + 1rem, 2.4rem);
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.68));
  box-shadow: 0 24px 70px rgba(15, 24, 38, 0.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero-media-carousel[data-hero-overlay-style="gradient"] .hero-media-content {
  background: linear-gradient(135deg, rgba(16, 18, 22, 0.9) 0%, rgba(33, 63, 97, 0.76) 100%);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.hero-media-kicker {
  color: rgba(33, 63, 97, 0.74);
}

.hero-media-title {
  max-width: 18ch;
  margin-bottom: 1rem;
  color: var(--brand-navy);
}

.hero-media-copy {
  max-width: 37rem;
  color: rgba(25, 23, 20, 0.76);
  font-size: 1.08rem;
}

.hero-media-carousel[data-hero-overlay-style="gradient"] .hero-media-kicker,
.hero-media-carousel[data-hero-overlay-style="gradient"] .hero-media-title,
.hero-media-carousel[data-hero-overlay-style="gradient"] .hero-media-copy {
  color: var(--brand-white);
}

.hero-media-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.btn-hero-secondary {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  border-radius: 999px;
  border: 1px solid rgba(33, 63, 97, 0.16);
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand-navy);
  font-weight: 700;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: var(--transition-base);
}

.btn-hero-secondary:hover,
.btn-hero-secondary:focus {
  background: var(--brand-navy);
  border-color: var(--brand-navy);
  color: var(--brand-white);
}

.hero-media-carousel[data-hero-overlay-style="gradient"] .btn-hero-secondary {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
  color: var(--brand-white);
}

.hero-media-carousel[data-hero-overlay-style="gradient"] .btn-hero-secondary:hover,
.hero-media-carousel[data-hero-overlay-style="gradient"] .btn-hero-secondary:focus {
  background: var(--brand-white);
  border-color: var(--brand-white);
  color: var(--brand-navy);
}

.hero-media-controls {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  z-index: 4;
  width: min(calc(100% - 3rem), 1220px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 1rem;
}

.hero-media-indicators {
  position: static;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.75rem;
}

.hero-media-indicators [data-bs-target] {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.9rem 1rem;
  border: 0;
  border-radius: 1.2rem;
  text-indent: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.86);
  color: var(--brand-navy);
  border: 1px solid rgba(33, 63, 97, 0.1);
  box-shadow: 0 16px 34px rgba(15, 24, 38, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  transition: var(--transition-base);
}

.hero-media-indicators [data-bs-target] span {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.68;
}

.hero-media-indicators [data-bs-target] strong {
  font-size: 0.96rem;
  font-weight: 700;
  color: inherit;
}

.hero-media-indicators .active {
  background: rgba(253, 140, 0, 0.96);
  color: var(--brand-white);
}

.hero-media-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.hero-media-carousel .carousel-control-prev,
.hero-media-carousel .carousel-control-next {
  position: static;
  width: auto;
  opacity: 1;
}

.hero-media-arrow {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.94);
  color: var(--brand-navy);
  border: 1px solid rgba(33, 63, 97, 0.1);
  box-shadow: 0 14px 35px rgba(15, 24, 38, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  transition: var(--transition-base);
}

.hero-media-carousel .carousel-control-prev:hover .hero-media-arrow,
.hero-media-carousel .carousel-control-prev:focus .hero-media-arrow,
.hero-media-carousel .carousel-control-next:hover .hero-media-arrow,
.hero-media-carousel .carousel-control-next:focus .hero-media-arrow {
  background: var(--brand-orange);
  color: var(--brand-white);
}

.hero-clean-carousel {
  position: relative;
  overflow: hidden;
  background: var(--brand-white);
}

.hero-clean-carousel .carousel,
.hero-clean-carousel .carousel-inner,
.hero-clean-carousel .carousel-item {
  min-height: 100vh;
}

.hero-clean-slide {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 9.75rem 0 8.25rem;
}

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

.hero-clean-tone-a {
  background:
    radial-gradient(circle at 14% 18%, rgba(253, 140, 0, 0.14), transparent 22%),
    radial-gradient(circle at 86% 18%, rgba(33, 63, 97, 0.1), transparent 24%),
    linear-gradient(130deg, #fffdf9 0%, #f7f0e6 46%, #ffffff 100%);
}

.hero-clean-tone-a::before {
  inset: auto auto -9rem -7rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(253, 140, 0, 0.16), transparent 72%);
}

.hero-clean-tone-b {
  background:
    radial-gradient(circle at 16% 16%, rgba(33, 63, 97, 0.09), transparent 20%),
    radial-gradient(circle at 82% 22%, rgba(253, 140, 0, 0.12), transparent 22%),
    linear-gradient(135deg, #fbfdff 0%, #eef4fa 48%, #ffffff 100%);
}

.hero-clean-tone-b::before {
  inset: auto 12% -8rem auto;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(33, 63, 97, 0.1), transparent 72%);
}

.hero-clean-tone-c {
  background:
    radial-gradient(circle at 16% 14%, rgba(253, 140, 0, 0.14), transparent 22%),
    radial-gradient(circle at 82% 16%, rgba(33, 63, 97, 0.1), transparent 22%),
    linear-gradient(135deg, #fffaf0 0%, #ffffff 44%, #eef5fb 100%);
}

.hero-clean-tone-c::before {
  inset: auto auto -8rem 48%;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(253, 140, 0, 0.1), transparent 70%);
}

.hero-clean-content {
  position: relative;
  z-index: 2;
}

.hero-clean-copy {
  max-width: 39rem;
  font-size: 1.14rem;
  color: rgba(25, 23, 20, 0.82);
}

.hero-clean-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-clean-tags,
.hero-clean-panel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-clean-tags {
  margin-top: 1.4rem;
}

.hero-clean-tag,
.hero-clean-panel-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  font-weight: 700;
}

.hero-clean-tag {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(33, 63, 97, 0.08);
  color: var(--brand-navy);
  box-shadow: 0 14px 35px rgba(15, 24, 38, 0.08);
}

.hero-clean-list {
  display: grid;
  gap: 0.95rem;
  margin-top: 2rem;
  max-width: 40rem;
}

.hero-clean-list-item {
  padding: 1.05rem 1.1rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(33, 63, 97, 0.08);
  box-shadow: 0 16px 38px rgba(15, 24, 38, 0.08);
}

.hero-clean-list-item strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--brand-navy);
  font-size: 1rem;
}

.hero-clean-list-item span {
  display: block;
  color: var(--brand-muted);
  line-height: 1.65;
}

.hero-clean-media {
  position: relative;
  z-index: 2;
  padding-left: 1.8rem;
}

.hero-clean-image-shell {
  position: relative;
  min-height: 33rem;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 28px 68px rgba(15, 24, 38, 0.16);
}

.hero-clean-image-shell::before {
  content: "";
  position: absolute;
  inset: 1.25rem 1.25rem auto auto;
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.14);
  z-index: 1;
}

.hero-clean-image-shell.is-portrait {
  background:
    radial-gradient(circle at 18% 16%, rgba(253, 140, 0, 0.24), transparent 22%),
    linear-gradient(160deg, #223f61 0%, #14283f 62%, #0f1c2d 100%);
}

.hero-clean-image-shell.is-photo {
  background: linear-gradient(160deg, rgba(33, 63, 97, 0.08), rgba(33, 63, 97, 0.02));
}

.hero-clean-image-shell img {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-clean-image-shell.is-portrait img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(82%, 30rem);
  max-height: 31rem;
  object-fit: contain;
  object-position: bottom right;
}

.hero-clean-image-shell.is-photo img {
  object-fit: cover;
}

.hero-clean-panel {
  width: calc(100% - 2rem);
  margin-top: -3rem;
  margin-left: 2rem;
  padding: 1.35rem 1.4rem;
  border-radius: 1.55rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(33, 63, 97, 0.08);
  box-shadow: 0 20px 48px rgba(15, 24, 38, 0.1);
  backdrop-filter: blur(16px);
}

.hero-clean-panel-label {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: var(--brand-orange);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.hero-clean-panel-title {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  margin-bottom: 0.55rem;
  color: var(--brand-ink);
}

.hero-clean-panel p {
  margin-bottom: 0;
  color: var(--brand-muted);
}

.hero-clean-panel-tags {
  margin-top: 1rem;
}

.hero-clean-panel-tags span {
  background: rgba(244, 238, 228, 0.8);
  border: 1px solid rgba(33, 63, 97, 0.08);
  color: var(--brand-navy);
}

.hero-clean-carousel .carousel-control-prev,
.hero-clean-carousel .carousel-control-next {
  top: 50%;
  bottom: auto;
  width: 4rem;
  height: 4rem;
  opacity: 1;
  transform: translateY(-50%);
  z-index: 5;
}

.hero-clean-carousel .carousel-control-prev {
  left: 1.25rem;
}

.hero-clean-carousel .carousel-control-next {
  right: 1.25rem;
}

.hero-clean-arrow {
  width: 4rem;
  height: 4rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(15, 24, 38, 0.12);
  backdrop-filter: blur(14px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-navy);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
  transition: var(--transition-base);
}

.hero-clean-carousel .carousel-control-prev:hover .hero-clean-arrow,
.hero-clean-carousel .carousel-control-prev:focus .hero-clean-arrow,
.hero-clean-carousel .carousel-control-next:hover .hero-clean-arrow,
.hero-clean-carousel .carousel-control-next:focus .hero-clean-arrow {
  background: var(--brand-navy);
  color: var(--brand-white);
}

.hero-clean-indicators {
  left: 50%;
  right: auto;
  bottom: 1.4rem;
  transform: translateX(-50%);
  margin: 0;
  width: min(calc(100% - 6rem), 44rem);
  justify-content: center;
  gap: 0.8rem;
  z-index: 5;
}

.hero-clean-indicators [data-bs-target] {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.95rem 1.1rem;
  border: 0;
  border-radius: 1.1rem;
  text-indent: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 40px rgba(15, 24, 38, 0.1);
  color: var(--brand-navy);
  font-weight: 700;
  transition: var(--transition-base);
}

.hero-clean-indicators .active {
  background: var(--brand-navy);
  color: var(--brand-white);
}

.home-hero-simple {
  min-height: 100vh;
  padding: 10rem 0 6.5rem;
  background:
    radial-gradient(circle at 12% 18%, rgba(253, 140, 0, 0.16), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(33, 63, 97, 0.12), transparent 24%),
    linear-gradient(130deg, #fffdf9 0%, #f8f1e6 46%, #ffffff 100%);
}

.home-hero-simple::after {
  content: "";
  position: absolute;
  inset: 4rem 8% auto auto;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(33, 63, 97, 0.08), transparent 68%);
  pointer-events: none;
}

.hero-simple-copy {
  max-width: 39rem;
  font-size: 1.16rem;
  color: rgba(25, 23, 20, 0.82);
}

.hero-simple-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.hero-simple-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  max-width: 42rem;
}

.hero-simple-summary-card {
  padding: 1.15rem 1.1rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(33, 63, 97, 0.08);
  box-shadow: 0 18px 42px rgba(15, 24, 38, 0.08);
}

.hero-simple-summary-card p {
  margin-bottom: 0;
  color: var(--brand-ink);
  line-height: 1.65;
}

.hero-simple-summary-label,
.hero-simple-card-label {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: var(--brand-orange);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.hero-simple-visual {
  position: relative;
  display: grid;
  gap: 1.2rem;
  padding: 1rem 0 0 2rem;
}

.hero-simple-visual::before {
  content: "";
  position: absolute;
  inset: 2.5rem auto auto -0.75rem;
  width: 8rem;
  height: 8rem;
  border-radius: 2rem;
  background: linear-gradient(145deg, rgba(253, 140, 0, 0.16), rgba(33, 63, 97, 0.08));
  pointer-events: none;
}

.hero-simple-photo {
  position: relative;
  min-height: 34rem;
  border-radius: 2rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(253, 140, 0, 0.24), transparent 24%),
    linear-gradient(160deg, #223f61 0%, #14283f 62%, #0f1c2d 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 28px 65px rgba(15, 24, 38, 0.2);
}

.hero-simple-photo::before {
  content: "";
  position: absolute;
  inset: auto auto -2rem -2rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 70%);
}

.hero-simple-photo::after {
  content: "";
  position: absolute;
  inset: 2rem -2.5rem auto auto;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(253, 140, 0, 0.26), transparent 72%);
}

.hero-simple-photo-badge {
  position: absolute;
  top: 1.35rem;
  left: 1.35rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.hero-simple-photo img {
  position: absolute;
  right: -0.1rem;
  bottom: 0;
  width: min(82%, 30rem);
  max-height: 32rem;
  object-fit: contain;
  object-position: bottom right;
}

.hero-simple-card {
  position: relative;
  padding: 1.45rem 1.4rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(33, 63, 97, 0.08);
  box-shadow: 0 20px 48px rgba(15, 24, 38, 0.1);
  backdrop-filter: blur(16px);
}

.hero-simple-card-title {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  margin-bottom: 0.65rem;
  color: var(--brand-ink);
}

.hero-simple-card p {
  margin-bottom: 0;
  color: var(--brand-muted);
}

.hero-simple-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.hero-simple-card-item {
  padding: 0.95rem 1rem;
  border-radius: 1.1rem;
  background: rgba(244, 238, 228, 0.72);
  border: 1px solid rgba(33, 63, 97, 0.08);
}

.hero-simple-card-item strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--brand-navy);
  font-size: 1rem;
}

.hero-simple-card-item span {
  display: block;
  color: var(--brand-muted);
  line-height: 1.6;
}

.home-hero-carousel {
  position: relative;
  overflow: hidden;
  background: var(--brand-white);
}

.home-hero-carousel .carousel,
.home-hero-carousel .carousel-inner,
.home-hero-carousel .carousel-item {
  min-height: 100vh;
}

.home-hero-slide {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 9.75rem 0 8.5rem;
}

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

.hero-tone-cream {
  background:
    radial-gradient(circle at 12% 18%, rgba(253, 140, 0, 0.18), transparent 24%),
    radial-gradient(circle at 86% 15%, rgba(33, 63, 97, 0.16), transparent 24%),
    linear-gradient(125deg, #fffdf8 0%, #f8f1e5 42%, #ffffff 100%);
}

.hero-tone-cream::before {
  inset: auto auto -10rem -8rem;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(253, 140, 0, 0.22), transparent 72%);
}

.hero-tone-cream::after {
  inset: 4rem 10% auto auto;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(33, 63, 97, 0.1), transparent 68%);
}

.hero-tone-navy {
  background:
    radial-gradient(circle at 15% 18%, rgba(253, 140, 0, 0.16), transparent 22%),
    linear-gradient(135deg, #10233d 0%, #1b3455 48%, #27496f 100%);
}

.hero-tone-navy::before {
  inset: auto auto -9rem 52%;
  width: 22rem;
  height: 22rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 72%);
}

.hero-tone-navy::after {
  inset: 4rem auto auto -8rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(253, 140, 0, 0.24), transparent 70%);
}

.hero-tone-spotlight {
  background:
    radial-gradient(circle at 84% 22%, rgba(33, 63, 97, 0.12), transparent 20%),
    radial-gradient(circle at 16% 12%, rgba(253, 140, 0, 0.16), transparent 22%),
    linear-gradient(130deg, #fff6e6 0%, #ffffff 40%, #edf3fa 100%);
}

.hero-tone-spotlight::before {
  inset: auto auto -8rem 46%;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(33, 63, 97, 0.1), transparent 70%);
}

.home-hero-content {
  position: relative;
  z-index: 2;
}

.home-hero-lead {
  max-width: 40rem;
  font-size: 1.14rem;
  color: rgba(25, 23, 20, 0.8);
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.home-hero-stat-grid,
.home-hero-audience-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.home-hero-stat-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-hero-stat-grid .home-hero-stat-card:last-child {
  grid-column: 1 / -1;
}

.home-hero-stat-card,
.home-hero-audience-card,
.home-hero-float,
.home-hero-mosaic-note,
.home-hero-offer-note {
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(33, 63, 97, 0.08);
  box-shadow: 0 18px 45px rgba(15, 24, 38, 0.1);
  backdrop-filter: blur(16px);
}

.home-hero-stat-card {
  padding: 1.15rem 1rem;
}

.home-hero-stat-card p,
.home-hero-audience-card p {
  margin-bottom: 0;
  color: var(--brand-ink);
  line-height: 1.65;
}

.home-hero-stat-label,
.home-hero-audience-title,
.home-hero-float-label {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: var(--brand-orange);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.home-hero-visual-primary,
.home-hero-mosaic,
.home-hero-offer-panel {
  position: relative;
  z-index: 2;
}

.home-hero-visual-primary {
  min-height: 39rem;
  padding: 1.25rem 0 2rem 2.5rem;
}

.home-hero-photo-shell {
  position: relative;
  min-height: 36rem;
  border-radius: 2rem;
  overflow: hidden;
  background: linear-gradient(160deg, #1f3b5d 0%, #152842 58%, #101c2d 100%);
  box-shadow: 0 32px 75px rgba(15, 24, 38, 0.22);
}

.home-hero-photo-shell::before {
  content: "";
  position: absolute;
  inset: -7rem -3rem auto auto;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(253, 140, 0, 0.36), transparent 68%);
}

.home-hero-photo-shell::after {
  content: "";
  position: absolute;
  inset: auto auto 1.5rem -1.5rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 72%);
}

.home-hero-photo-brow {
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.home-hero-photo-shell img {
  position: absolute;
  right: -0.2rem;
  bottom: 0;
  width: min(84%, 32rem);
  max-height: 34rem;
  object-fit: contain;
  object-position: bottom right;
}

.home-hero-float {
  position: absolute;
  padding: 1.2rem;
  color: var(--brand-ink);
}

.home-hero-float strong,
.home-hero-mosaic-note strong,
.home-hero-offer-note strong {
  display: block;
  color: var(--brand-ink);
  line-height: 1.5;
}

.home-hero-float-top {
  top: 2.1rem;
  left: 0;
  width: 16rem;
}

.home-hero-float-bottom {
  right: 0;
  bottom: 0;
  width: 20rem;
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 0.9rem;
  align-items: center;
}

.home-hero-float-bottom img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  border-radius: 1rem;
}

.hero-tone-navy .hero-kicker,
.hero-tone-navy .hero-title,
.hero-tone-navy .hero-copy {
  color: var(--brand-white);
}

.hero-tone-navy .hero-copy {
  color: rgba(255, 255, 255, 0.78);
}

.home-hero-audience-grid {
  grid-template-columns: 1fr;
  max-width: 34rem;
}

.home-hero-audience-card {
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 40px rgba(3, 10, 20, 0.22);
}

.hero-tone-navy .home-hero-audience-card p,
.hero-tone-navy .home-hero-audience-title {
  color: var(--brand-white);
}

.hero-tone-navy .home-hero-audience-title {
  margin-bottom: 0.55rem;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  text-transform: none;
}

.hero-tone-navy .btn-light-brand {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.32);
  color: var(--brand-white);
}

.hero-tone-navy .btn-light-brand:hover,
.hero-tone-navy .btn-light-brand:focus {
  background: var(--brand-white);
  border-color: var(--brand-white);
  color: var(--brand-navy);
}

.home-hero-mosaic {
  min-height: 35rem;
  padding-right: 1rem;
}

.home-hero-mosaic-primary,
.home-hero-mosaic-secondary {
  overflow: hidden;
  border-radius: 1.8rem;
  box-shadow: 0 24px 60px rgba(3, 10, 20, 0.3);
}

.home-hero-mosaic-primary {
  width: 78%;
  margin-left: auto;
}

.home-hero-mosaic-secondary {
  position: absolute;
  left: 0;
  bottom: 2.5rem;
  width: 44%;
  border: 0.45rem solid rgba(255, 255, 255, 0.18);
}

.home-hero-mosaic-primary img,
.home-hero-mosaic-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-hero-mosaic-primary img {
  min-height: 31rem;
}

.home-hero-mosaic-secondary img {
  min-height: 18rem;
}

.home-hero-mosaic-note {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16rem;
  padding: 1.1rem;
}

.home-hero-pillars {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  gap: 0.95rem;
}

.home-hero-pillars li {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem 1.15rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(33, 63, 97, 0.08);
  box-shadow: 0 18px 42px rgba(15, 24, 38, 0.08);
}

.home-hero-pillars li strong {
  color: var(--brand-navy);
  font-size: 1.02rem;
}

.home-hero-pillars li span {
  color: var(--brand-muted);
  line-height: 1.7;
}

.home-hero-offer-panel {
  min-height: 36rem;
  padding: 1.5rem;
  border-radius: 2rem;
  background: linear-gradient(165deg, rgba(33, 63, 97, 0.98), rgba(13, 24, 40, 0.98));
  box-shadow: 0 30px 70px rgba(15, 24, 38, 0.2);
  color: var(--brand-white);
}

.home-hero-offer-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(253, 140, 0, 0.18);
  color: #ffd19f;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.home-hero-offer-portrait {
  position: relative;
  margin-top: 1.35rem;
  min-height: 24rem;
  border-radius: 1.65rem;
  overflow: hidden;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03));
}

.home-hero-offer-portrait img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.home-hero-offer-note {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
}

.home-hero-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.home-hero-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--brand-white);
  font-weight: 700;
}

.home-hero-carousel .carousel-control-prev,
.home-hero-carousel .carousel-control-next {
  top: 50%;
  bottom: auto;
  width: 4rem;
  height: 4rem;
  opacity: 1;
  transform: translateY(-50%);
  z-index: 5;
}

.home-hero-carousel .carousel-control-prev {
  left: 1.25rem;
}

.home-hero-carousel .carousel-control-next {
  right: 1.25rem;
}

.home-hero-arrow {
  width: 4rem;
  height: 4rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 45px rgba(15, 24, 38, 0.14);
  backdrop-filter: blur(14px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-navy);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  transition: var(--transition-base);
}

.home-hero-carousel .carousel-control-prev:hover .home-hero-arrow,
.home-hero-carousel .carousel-control-prev:focus .home-hero-arrow,
.home-hero-carousel .carousel-control-next:hover .home-hero-arrow,
.home-hero-carousel .carousel-control-next:focus .home-hero-arrow {
  background: var(--brand-navy);
  color: var(--brand-white);
}

.home-hero-indicators {
  left: 50%;
  right: auto;
  bottom: 1.5rem;
  transform: translateX(-50%);
  margin: 0;
  width: min(calc(100% - 6rem), 54rem);
  justify-content: center;
  gap: 0.85rem;
  z-index: 5;
}

.home-hero-indicators [data-bs-target] {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.9rem 1rem;
  border: 0;
  border-radius: 1.15rem;
  text-indent: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 40px rgba(15, 24, 38, 0.12);
  backdrop-filter: blur(14px);
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  color: var(--brand-navy);
  transition: var(--transition-base);
}

.home-hero-indicators .active {
  background: var(--brand-navy);
  color: var(--brand-white);
}

.home-hero-indicator-index {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.72;
}

.home-hero-indicator-label {
  font-weight: 700;
}

.hero-slider {
  position: relative;
}

.hero-slider .carousel-item {
  min-height: 100vh;
}

.hero-slide {
  position: relative;
  min-height: 100vh;
  padding: 9rem 0 6rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-slide-image,
.hero-slide-overlay {
  position: absolute;
  inset: 0;
}

.hero-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide-overlay {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.74) 46%, rgba(255, 255, 255, 0.16)),
    linear-gradient(180deg, rgba(255, 250, 242, 0.12), rgba(255, 250, 242, 0.12));
}

.hero-panel {
  position: relative;
  z-index: 1;
  padding: 2.4rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: var(--shadow-soft);
}

.hero-side-stack {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-side-stack .image-frame {
  min-height: 17rem;
  background: var(--brand-white);
}

.hero-slider .carousel-indicators {
  margin-bottom: 2rem;
  justify-content: flex-start;
  left: calc(50% - 540px);
  right: auto;
}

.hero-slider .carousel-indicators [data-bs-target] {
  width: 3rem;
  height: 0.35rem;
  border: 0;
  border-radius: 999px;
  background-color: rgba(33, 63, 97, 0.3);
}

.hero-slider .carousel-indicators .active {
  background-color: var(--brand-orange);
}

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
  width: 3.25rem;
  height: 3.25rem;
  top: auto;
  bottom: 2rem;
  opacity: 1;
}

.hero-slider .carousel-control-prev {
  left: auto;
  right: 6.25rem;
}

.hero-slider .carousel-control-next {
  right: 2rem;
}

.hero-slider .carousel-control-prev-icon,
.hero-slider .carousel-control-next-icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.92);
  background-size: 1.05rem;
  box-shadow: 0 12px 28px rgba(15, 24, 38, 0.12);
  filter: invert(17%) sepia(18%) saturate(1166%) hue-rotate(169deg) brightness(93%) contrast(88%);
}

.hero-slider-clean .carousel-item,
.hero-slider-clean .hero-slide {
  min-height: 100vh;
  height: 100vh;
}

.hero-slider-clean .hero-slide {
  padding: 0;
}

.hero-slider-clean .hero-slide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.hero-slider-clean .hero-slide-overlay {
  display: none;
}

.hero-slider-controls {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(15, 24, 38, 0.14);
}

.hero-slider-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.hero-slider-clean .carousel-control-prev,
.hero-slider-clean .carousel-control-next {
  position: static;
  width: 2.9rem;
  height: 2.9rem;
  opacity: 1;
}

.hero-slider-arrow {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  background-color: var(--brand-white);
  box-shadow: 0 12px 28px rgba(15, 24, 38, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-navy);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  transition: var(--transition-base);
}

.hero-slider-clean .carousel-control-prev:hover .hero-slider-arrow,
.hero-slider-clean .carousel-control-prev:focus .hero-slider-arrow,
.hero-slider-clean .carousel-control-next:hover .hero-slider-arrow,
.hero-slider-clean .carousel-control-next:focus .hero-slider-arrow {
  background: var(--brand-navy);
  color: var(--brand-white);
}

.hero-block::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: auto auto -14rem -10rem;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(253, 140, 0, 0.3), transparent 72%);
  pointer-events: none;
}

.page-hero {
  min-height: 68vh;
  padding-top: 10rem;
  padding-bottom: 4.5rem;
}

.hero-kicker,
.section-label {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
}

.hero-kicker {
  color: rgba(33, 63, 97, 0.72);
}

.section-label {
  color: var(--brand-orange);
}

.hero-title {
  font-size: 65px;
  line-height: 1.09;
  /* letter-spacing: 1.2px; */
  margin-bottom: 1.25rem;
}

.page-hero .hero-title {
  font-size: clamp(2.4rem, 4.5vw, 4.4rem);
}

.hero-copy {
  font-size: 1.12rem;
  max-width: 42rem;
  color: var(--brand-muted);
}

.metric-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(33, 63, 97, 0.12);
  color: var(--brand-navy);
  font-weight: 700;
}

.hero-block .btn-outline-brand {
  border: 1px solid rgba(33, 63, 97, 0.24);
  color: var(--brand-navy);
  background: rgba(255, 255, 255, 0.72);
}

.hero-block .btn-outline-brand:hover,
.hero-block .btn-outline-brand:focus {
  background: var(--brand-navy);
  border-color: var(--brand-navy);
  color: var(--brand-white);
}

.hero-floating-card,
.section-surface,
.card-elevated,
.contact-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-xl);
}

.hero-floating-card {
  padding: 2rem;
  color: var(--brand-ink);
}

.hero-floating-card h3 {
  font-size: 1.45rem;
  margin-bottom: 0.35rem;
}

.hero-floating-card + .hero-floating-card {
  margin-top: 1rem;
}

.hero-floating-card .mini-card {
  padding: 1rem 0;
  border-bottom: 1px solid var(--border-soft);
}

.hero-floating-card .mini-card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.section-shell {
  position: relative;
  padding: 5.75rem 0;
}

.section-shell.soft {
  background: linear-gradient(180deg, rgba(244, 238, 228, 0.74), rgba(255, 255, 255, 0));
}

.section-shell.cream {
  background: var(--brand-cream);
}

.section-shell.dark {
  background: var(--brand-white);
  color: var(--brand-ink);
}

.section-shell.dark p,
.section-shell.dark li {
  color: var(--brand-muted);
}

.section-title {
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  margin-bottom: 1rem;
  color: var(--brand-ink);
}

.section-shell.dark .section-title {
  color: var(--brand-ink);
}

.section-shell.dark .section-label {
  color: var(--brand-orange) !important;
}

.section-copy {
  max-width: 44rem;
  font-size: 1.04rem;
}

.card-elevated,
.contact-card,
.detail-card,
.step-card,
.package-card,
.resource-card {
  height: 100%;
  padding: 2rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-card);
  background: var(--brand-white);
  transition: var(--transition-base);
}

.card-elevated:hover,
.detail-card:hover,
.step-card:hover,
.package-card:hover,
.resource-card:hover,
.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(15, 24, 38, 0.14);
}

.icon-badge {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(253, 140, 0, 0.12);
  color: var(--brand-orange);
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}

.card-title {
  font-size: 1.45rem;
  margin-bottom: 0.85rem;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  font-weight: 700;
  color: var(--brand-navy);
}

.card-link:hover {
  color: var(--brand-orange-deep);
}

.process-rail {
  position: relative;
}

.process-rail::before {
  content: "";
  position: absolute;
  top: 3.1rem;
  left: 6%;
  right: 6%;
  height: 1px;
  background: linear-gradient(90deg, rgba(33, 63, 97, 0.06), rgba(33, 63, 97, 0.25), rgba(33, 63, 97, 0.06));
}

.step-number {
  width: 3.3rem;
  height: 3.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--brand-navy);
  color: var(--brand-white);
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.image-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  min-height: 24rem;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-frame::after {
  content: "";
  position: absolute;
  inset: auto 1.5rem 1.5rem auto;
  width: 6rem;
  height: 6rem;
  border-radius: 1.5rem;
  background: rgba(253, 140, 0, 0.18);
  backdrop-filter: blur(8px);
}

.image-frame-sm {
  min-height: 14rem;
}

.image-frame-md {
  min-height: 18rem;
}

.image-frame-lg {
  min-height: 28rem;
}

.image-stack {
  position: relative;
  padding-bottom: 3rem;
}

.image-stack .image-frame + .image-frame {
  position: absolute;
  width: 52%;
  right: 0;
  bottom: 0;
  border: 0.5rem solid var(--brand-white);
}

.section-copy-card {
  padding: 2.1rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-card);
}

.inline-badge,
.category-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font-size: 0.92rem;
  font-weight: 700;
}

.inline-badge {
  background: rgba(33, 63, 97, 0.08);
  color: var(--brand-navy);
}

.category-tag {
  background: rgba(253, 140, 0, 0.12);
  color: var(--brand-orange-deep);
}

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

.list-clean li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.list-clean i {
  color: var(--brand-orange);
  margin-top: 0.2rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.stat-card {
  padding: 1.25rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border-soft);
}

.stat-value {
  display: block;
  font-size: 1.8rem;
  color: var(--brand-navy);
  font-family: "Playfair Display", serif;
}

.program-group {
  padding: 2rem;
  border-radius: var(--radius-xl);
  background: var(--brand-white);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-card);
  height: 100%;
}

.program-group h3 {
  margin: 0.75rem 0;
}

.program-item {
  height: 100%;
  padding: 1.4rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(33, 63, 97, 0.08);
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.9), rgba(255, 255, 255, 1));
}

.program-item h4 {
  font-size: 1.2rem;
  margin-bottom: 0.65rem;
}

.program-cover {
  width: 100%;
  height: 13rem;
  object-fit: cover;
  border-radius: 1.1rem;
  margin-bottom: 1.2rem;
}

.cta-band {
  padding: 3rem;
  border-radius: var(--radius-xl);
  background: var(--brand-white);
  color: var(--brand-ink);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-card);
}

.cta-band p {
  color: var(--brand-muted);
}

.cta-band .section-label {
  color: var(--brand-orange) !important;
}

.section-shell.dark .btn-light-brand {
  background: var(--brand-orange);
  border-color: var(--brand-orange);
  color: var(--brand-white);
}

.section-shell.dark .btn-light-brand:hover,
.section-shell.dark .btn-light-brand:focus {
  background: var(--brand-orange-deep);
  border-color: var(--brand-orange-deep);
  color: var(--brand-white);
}

.section-shell.dark .btn-outline-brand {
  background: var(--brand-white);
  border-color: rgba(33, 63, 97, 0.18);
  color: var(--brand-navy);
}

.section-shell.dark .btn-outline-brand:hover,
.section-shell.dark .btn-outline-brand:focus {
  background: var(--brand-navy);
  border-color: var(--brand-navy);
  color: var(--brand-white);
}

.resource-card p:last-child,
.detail-card p:last-child,
.package-card p:last-child,
.contact-card p:last-child,
.program-item p:last-child {
  margin-bottom: 0;
}

.site-footer {
  position: relative;
  padding: 5rem 0 1.5rem;
  background:
    radial-gradient(circle at top right, rgba(253, 140, 0, 0.16), transparent 20%),
    var(--brand-white);
  color: var(--brand-ink);
  border-top: 1px solid rgba(33, 63, 97, 0.08);
}

.site-footer p,
.site-footer li,
.site-footer a {
  color: var(--brand-muted);
}

.site-footer a:hover {
  color: var(--brand-orange);
}

.footer-logo {
  width: 200px;
  margin-bottom: 1.2rem;
}

.footer-heading {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: var(--brand-ink);
}

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

.footer-links li + li {
  margin-top: 0.6rem;
}

.footer-social {
  display: flex;
  gap: 0.8rem;
}

.footer-social a {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(33, 63, 97, 0.14);
  color: var(--brand-navy);
}

.footer-bottom {
  margin-top: 3rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(33, 63, 97, 0.1);
  font-size: 0.95rem;
}

.contact-card {
  padding: 2rem;
}

.contact-form-panel {
  padding: 2rem;
  border-radius: var(--radius-xl);
  background: var(--brand-white);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}

.contact-form-panel .form-label {
  color: var(--brand-navy);
  font-weight: 700;
  margin-bottom: 0.55rem;
}

.contact-form-panel .form-control,
.contact-form-panel .form-select {
  border-radius: 1rem;
  border: 1px solid rgba(33, 63, 97, 0.15);
  padding: 0.9rem 1rem;
  box-shadow: none;
}

.contact-form-panel .form-control:focus,
.contact-form-panel .form-select:focus {
  border-color: rgba(253, 140, 0, 0.55);
  box-shadow: 0 0 0 0.25rem rgba(253, 140, 0, 0.12);
}

.contact-form-panel textarea.form-control {
  min-height: 11rem;
  resize: vertical;
}

.contact-form-note,
.contact-form-status {
  font-size: 0.95rem;
}

.contact-form-status {
  color: var(--brand-navy);
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .site-navbar {
    background: rgba(255, 255, 255, 0.98);
  }

  .hero-media-slide {
    padding: 8.75rem 0 8.5rem;
  }

  .hero-media-content {
    max-width: 38rem;
  }

  .hero-media-controls {
    left: 1.5rem;
    right: 1.5rem;
    width: auto;
    transform: none;
  }

  .hero-slider .carousel-indicators {
    left: 1.5rem;
  }

  .hero-slider .carousel-control-prev {
    right: 5.35rem;
  }

  .navbar .nav-link::after {
    display: none;
  }

  .hero-block {
    min-height: auto;
    padding: 8rem 0 4.5rem;
  }

  .hero-clean-slide,
  .hero-clean-carousel .carousel-item {
    min-height: auto;
  }

  .hero-clean-slide {
    padding: 8.5rem 0 8rem;
  }

  .hero-clean-media {
    padding-left: 0;
  }

  .hero-clean-image-shell {
    min-height: 30rem;
  }

  .hero-clean-image-shell.is-portrait img {
    width: min(78%, 27rem);
    max-height: 28rem;
  }

  .hero-clean-panel {
    width: calc(100% - 1.5rem);
    margin-left: 1.5rem;
  }

  .hero-clean-carousel .carousel-control-prev,
  .hero-clean-carousel .carousel-control-next {
    top: auto;
    bottom: 6.2rem;
    transform: none;
  }

  .home-hero-simple {
    padding: 8.5rem 0 4.8rem;
  }

  .hero-simple-summary {
    grid-template-columns: 1fr;
  }

  .hero-simple-visual {
    padding: 0.8rem 0 0;
  }

  .hero-simple-photo {
    min-height: 31rem;
  }

  .hero-simple-photo img {
    width: min(76%, 27rem);
    max-height: 28rem;
  }

  .home-hero-slide,
  .home-hero-carousel .carousel-item {
    min-height: auto;
  }

  .home-hero-slide {
    padding: 8.5rem 0 8rem;
  }

  .home-hero-stat-grid,
  .home-hero-audience-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-visual-primary,
  .home-hero-mosaic,
  .home-hero-offer-panel {
    margin-top: 0.5rem;
  }

  .home-hero-visual-primary {
    min-height: auto;
    padding: 1.25rem 0 2rem;
  }

  .home-hero-photo-shell {
    min-height: 33rem;
  }

  .home-hero-photo-shell img {
    width: min(76%, 28rem);
    max-height: 30rem;
  }

  .home-hero-float-top {
    left: 1rem;
  }

  .home-hero-float-bottom {
    right: 1rem;
  }

  .home-hero-mosaic {
    min-height: 30rem;
  }

  .home-hero-mosaic-primary {
    width: 82%;
  }

  .home-hero-mosaic-secondary {
    width: 38%;
  }

  .home-hero-carousel .carousel-control-prev,
  .home-hero-carousel .carousel-control-next {
    top: auto;
    bottom: 6.6rem;
    transform: none;
  }

  .process-rail::before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .section-shell {
    padding: 4.5rem 0;
  }

  .hero-media-slide {
    min-height: 100vh;
    min-height: 100svh;
    padding: 7.7rem 0 9.8rem;
  }

  .hero-media-content {
    max-width: 100%;
    padding: 1.35rem;
    border-radius: 1.5rem;
  }

  .hero-media-copy {
    font-size: 1rem;
  }

  .hero-media-actions {
    gap: 0.65rem;
  }

  .hero-media-actions {
    margin-top: 1.6rem;
    flex-direction: column;
  }

  .hero-media-controls {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    width: auto;
    transform: none;
    align-items: flex-end;
  }

  .hero-media-nav {
    justify-content: flex-end;
  }

  .hero-media-arrow {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
  }

  .hero-slide {
    min-height: auto;
    padding: 8rem 0 5.5rem;
  }

  .hero-slider-clean .hero-slide {
    min-height: 100vh;
    height: 100vh;
    padding: 0;
  }

  .hero-panel {
    padding: 1.6rem;
  }

  .hero-title {
    font-size: clamp(2.4rem, 10vw, 3.4rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-clean-slide {
    padding: 7.8rem 0 10rem;
  }

  .hero-clean-copy {
    font-size: 1.02rem;
  }

  .hero-clean-tags,
  .hero-clean-panel-tags {
    gap: 0.6rem;
  }

  .hero-clean-media {
    padding-left: 0;
  }

  .hero-clean-image-shell {
    min-height: 24rem;
  }

  .hero-clean-image-shell.is-portrait img {
    width: 86%;
    max-height: 22rem;
    right: -0.5rem;
  }

  .hero-clean-panel {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
  }

  .hero-clean-carousel .carousel-control-prev,
  .hero-clean-carousel .carousel-control-next {
    bottom: 7.1rem;
    display: inline-flex;
  }

  .hero-clean-carousel .carousel-control-prev {
    left: 1rem;
  }

  .hero-clean-carousel .carousel-control-next {
    right: 1rem;
  }

  .hero-clean-arrow {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 1rem;
    font-size: 1.35rem;
  }

  .hero-clean-indicators {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    width: auto;
    transform: none;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .hero-clean-indicators [data-bs-target] {
    min-width: 10.5rem;
  }

  .home-hero-simple {
    padding: 7.9rem 0 4rem;
  }

  .hero-simple-copy {
    font-size: 1.02rem;
  }

  .hero-simple-pills {
    gap: 0.65rem;
  }

  .hero-simple-visual {
    padding: 0;
  }

  .hero-simple-photo {
    min-height: 25rem;
  }

  .hero-simple-photo img {
    width: 86%;
    max-height: 22rem;
    right: -0.5rem;
  }

  .hero-simple-card-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-slide {
    padding: 7.8rem 0 10rem;
  }

  .home-hero-lead {
    font-size: 1.02rem;
  }

  .home-hero-stat-grid,
  .home-hero-audience-grid,
  .home-hero-pillars {
    margin-top: 1.5rem;
  }

  .home-hero-pillars li {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .home-hero-visual-primary,
  .home-hero-mosaic {
    display: grid;
    gap: 1rem;
    padding: 0;
    min-height: auto;
  }

  .home-hero-photo-shell {
    min-height: 27rem;
  }

  .home-hero-photo-shell img {
    width: 88%;
    max-height: 24rem;
    right: -0.5rem;
  }

  .home-hero-float,
  .home-hero-mosaic-note {
    position: static;
    width: 100%;
  }

  .home-hero-float-bottom {
    grid-template-columns: 4.25rem 1fr;
  }

  .home-hero-float-bottom img {
    width: 4.25rem;
    height: 4.25rem;
  }

  .home-hero-mosaic {
    min-height: auto;
  }

  .home-hero-mosaic-primary,
  .home-hero-mosaic-secondary {
    position: static;
    width: 100%;
    border-width: 0;
  }

  .home-hero-mosaic-primary img,
  .home-hero-mosaic-secondary img {
    min-height: 16rem;
  }

  .home-hero-offer-panel {
    min-height: auto;
    padding: 1.35rem;
  }

  .home-hero-offer-portrait {
    min-height: 18rem;
  }

  .home-hero-chip-row {
    gap: 0.6rem;
  }

  .hero-slider .carousel-indicators {
    left: 1rem;
    margin-bottom: 1.35rem;
  }

  .hero-slider .carousel-control-prev,
  .hero-slider .carousel-control-next {
    display: none;
  }

  .home-hero-carousel .carousel-control-prev,
  .home-hero-carousel .carousel-control-next {
    bottom: 7rem;
    display: inline-flex;
  }

  .home-hero-carousel .carousel-control-prev {
    left: 1rem;
  }

  .home-hero-carousel .carousel-control-next {
    right: 1rem;
  }

  .home-hero-arrow {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 1rem;
    font-size: 1.4rem;
  }

  .home-hero-indicators {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    width: auto;
    transform: none;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .home-hero-indicators [data-bs-target] {
    min-width: 10.5rem;
  }

  .image-stack {
    padding-bottom: 0;
  }

  .image-stack .image-frame + .image-frame {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
    margin-top: 1rem;
    border-width: 0;
  }

  .btn-brand,
  .btn-outline-brand,
  .btn-light-brand,
  .btn-hero-secondary {
    width: 100%;
    justify-content: center;
  }

  .cta-band {
    padding: 2.1rem;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-radius: 28px;
  color: #ffffff !important;
  background-color: #fd8c00 !important;
  border-color: #fd8c00 !important;
}

.nav-tabs .nav-link {
    margin-bottom: 25px;
    border: var(--bs-nav-tabs-border-width) solid #213f61;
    border-radius: 28px;
    color: #213f61;
}

.section-shell .nav-tabs {
  gap: 15px;
}

.section-shell .nav-tabs.nav-tabs .nav-link:hover {
  color: #ffffff !important;
  background-color: #fd8c00 !important;
  border-color: #fd8c00 !important;
}

@media (max-width: 575.98px) {
  .section-shell .nav-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nav-tabs .nav-link {
    width: 100%;
    min-width: 0;
  }
}

.resource-card-box {
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  background: #f2f7fb;
  border: 0;
  box-shadow: none;
}

.resource-card-box:hover {
  transform: none;
  box-shadow: none;
}

.resource-card-box-media {
  width: 100%;
  aspect-ratio: 1.48 / 1;
  overflow: hidden;
  background: #dceef1;
}

.resource-card-box-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.resource-card-box:hover .resource-card-box-media img {
  transform: scale(1.035);
}

.resource-card-box .icon-badge {
  display: none;
}

.resource-card-box .card-title {
  margin: 1.35rem 1rem 0.85rem;
  color: #000000;
  /* font-family: "Gudea", sans-serif; */
  font-size: clamp(1.25rem, 1.7vw, 1.65rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.resource-card-box p {
  margin: 1.45rem 1rem ;
  color: #000000;
  font-size: 1rem;
  line-height: 1.65;
}

.resource-card-box-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* min-width: 10.6rem;
  min-height: 4.1rem; */
  margin: auto 1rem 1rem;
      padding: 10px 21px;
  background: var(--brand-orange);
  color: var(--brand-white);
  font-size: 1.65rem;
  line-height: 1;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.resource-card-box-button:hover,
.resource-card-box-button:focus {
  background: var(--brand-orange-deep);
  color: var(--brand-white);
  transform: translateY(-2px);
}

body[data-page="training"] {
  background: linear-gradient(180deg, #fff5f2 0%, #ffffff 58%);
}

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

.training-card {
  display: grid;
  grid-template-columns: minmax(13rem, 48%) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
  padding: 1rem;
  min-height: 29.5rem;
  border: 0;
  border-radius: 0;
  background: #f4f9fd;
  box-shadow: 0 12px 22px rgba(15, 24, 38, 0.08);
}

.training-card:hover {
  transform: none;
  box-shadow: 0 12px 22px rgba(15, 24, 38, 0.08);
}

.training-card-media {
  height: 100%;
  min-height: 27.5rem;
  overflow: hidden;
}

.training-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.training-card-content {
  padding: 1rem 0;
}

.training-card .category-tag {
  display: none;
}

.training-card .card-title {
  margin: 0 0 0.7rem !important;
  color: #000000;
  /* font-family: "Gudea", sans-serif; */
  font-size: clamp(1.35rem, 1.5vw, 1.62rem);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0;
}

.training-card p {
  margin: 0 0 1.45rem;
  color: #213044;
  /* font-family: "Gudea", sans-serif; */
  font-size: clamp(1.05rem, 1.25vw, 1.32rem);
  line-height: 1.7;
}

.training-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4.2rem;
  padding: 0.9rem 1.4rem;
  border: 1px solid var(--brand-orange);
  color: var(--brand-orange);
  background: transparent;
  font-size: 1.35rem;
  font-weight: 700;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.training-card-button:hover,
.training-card-button:focus {
  background: var(--brand-orange);
  color: var(--brand-white);
  transform: translateY(-2px);
}

@media (max-width: 1199.98px) {
  .training-card {
    min-height: 25rem;
  }

  .training-card-media {
    min-height: 23rem;
  }
}


@media (max-width: 992px) {
  ul.navbar-nav.mx-auto.mb-3.mb-lg-0{
    padding-top: 41px;
}
li.nav-item{
    border-bottom: 1px solid;
    padding: 12px 12px 12px 0px;
}

li.nav-item:last-child{
    border-bottom: none;
   
}
}

@media (max-width: 767.98px) {
  .training-card {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 1rem;
  }

  .training-card-media {
    min-height: 18rem;
  }

  .training-card-content {
    padding: 0.35rem 0 0;
  }

  .training-card-button {
    min-height: 3.6rem;
    font-size: 1.12rem;
  }
}


a.btn.btn-brand.mg-btn{
    margin-left: 10px;
}



