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

body {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #4B5A68;
  background: #FFFFFF;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  color: #12304A;
  letter-spacing: -0.02em;
  margin: 0;
}

p {
  margin: 0;
}

.container, .container-fluid {
  position: relative;
}

::selection {
  background: #F0A93E;
  color: #12304A;
}

.text-amber {
  color: #F0A93E;
}

.bg-cream {
  background: #F7F5F0;
}

.bg-off-white {
  background: #F5F7F9;
}

.section {
  padding: 6.5rem 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .section {
    padding: 4.5rem 0;
  }
}
@media (max-width: 575.98px) {
  .section {
    padding: 3.75rem 0;
  }
}

.section-navy {
  background: linear-gradient(165deg, #081420 0%, #12304A 55%, #0C2438 100%);
  color: rgba(255, 255, 255, 0.82);
  position: relative;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #D68F26;
  margin-bottom: 1rem;
}
.eyebrow i {
  font-size: 0.7rem;
}
.eyebrow::before, .eyebrow::after {
  content: "";
  width: 22px;
  height: 2px;
  background: #F0A93E;
  border-radius: 2px;
  display: inline-block;
}
.section-navy .eyebrow {
  color: #FBD08A;
}

.eyebrow-start::after {
  content: none;
}

.section-title {
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  line-height: 1.18;
  margin-bottom: 1.1rem;
}
.section-navy .section-title {
  color: #FFFFFF;
}

.section-lead {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #8996A3;
  max-width: 640px;
}
.section-navy .section-lead {
  color: rgba(255, 255, 255, 0.68);
}

.section-head {
  margin-bottom: 3.25rem;
}
.section-head.text-center {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.85rem 1.9rem;
  border-radius: 50px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  white-space: nowrap;
}
.btn i, .btn svg {
  font-size: 0.85em;
}

.btn-brand {
  background: #F0A93E;
  color: #081420;
  box-shadow: 0 12px 26px rgba(240, 169, 62, 0.35);
}
.btn-brand:hover, .btn-brand:focus {
  background: #D68F26;
  color: #081420;
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(240, 169, 62, 0.42);
}

.btn-navy {
  background: #12304A;
  color: #FFFFFF;
}
.btn-navy:hover, .btn-navy:focus {
  background: #1C4568;
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(6, 20, 33, 0.12);
}

.btn-outline-cream {
  background: transparent;
  color: #FFFFFF;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
}
.btn-outline-cream:hover, .btn-outline-cream:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: #FFFFFF;
  color: #FFFFFF;
  transform: translateY(-3px);
}

.btn-outline-navy {
  background: transparent;
  color: #12304A;
  border: 1.5px solid rgba(18, 48, 74, 0.25);
}
.btn-outline-navy:hover, .btn-outline-navy:focus {
  background: #12304A;
  border-color: #12304A;
  color: #FFFFFF;
  transform: translateY(-3px);
}

.btn-sm-pill {
  padding: 0.6rem 1.3rem;
  font-size: 0.82rem;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.88rem;
  color: #12304A;
}
.link-arrow i {
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  font-size: 0.78em;
}
.link-arrow:hover {
  color: #D68F26;
}
.link-arrow:hover i {
  transform: translateX(4px);
}
.section-navy .link-arrow {
  color: #FFFFFF;
}
.section-navy .link-arrow:hover {
  color: #FBD08A;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 1050;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), top 0.4s ease;
}
.site-header.header--hidden {
  transform: translateY(-160%);
}
.site-header .header-inner {
  background: rgba(8, 20, 32, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50px;
  padding: 0.55rem 0.6rem 0.55rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 18px 40px rgba(3, 10, 18, 0.25);
}
.site-header.header--scrolled {
  top: 0;
}
.site-header.header--scrolled .header-inner {
  background: rgba(8, 20, 32, 0.92);
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}
.brand-mark {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.brand-text {
  font-weight: 800;
  font-size: 1.28rem;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: -0.01em;
}
.brand-text span {
  color: #F0A93E;
}
.brand-tag {
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 3px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.main-nav a {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  position: relative;
  padding: 0.4rem 0;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #F0A93E;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 2px;
}
.main-nav a:hover, .main-nav a.active {
  color: #FFFFFF;
}
.main-nav a:hover::after, .main-nav a.active::after {
  width: 100%;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.88rem;
}
.header-phone .icon-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(240, 169, 62, 0.16);
  color: #F0A93E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
.header-phone:hover {
  color: #FBD08A;
}

.nav-toggle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.offcanvas-brand {
  background: #081420;
  color: #FFFFFF;
  --bs-offcanvas-width: 320px;
  max-width: 100vw;
}
.offcanvas-brand .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.offcanvas-brand .offcanvas-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
  font-size: 1.02rem;
}
.offcanvas-brand .offcanvas-nav a i {
  color: #F0A93E;
  font-size: 0.8rem;
}
.offcanvas-brand .offcanvas-nav a:hover {
  color: #FBD08A;
  padding-left: 6px;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 90px;
  overflow: hidden;
  background: #081420;
}
.hero-bg {
  position: absolute;
  inset: -6% 0 -6% 0;
  background-image: url("../img/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
  will-change: transform;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(6, 16, 26, 0.96) 0%, rgba(8, 20, 32, 0.88) 32%, rgba(10, 26, 41, 0.55) 60%, rgba(12, 32, 50, 0.35) 100%), linear-gradient(0deg, rgba(6, 16, 26, 0.65) 0%, rgba(6, 16, 26, 0) 30%);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}
.hero-shape {
  position: absolute;
  z-index: 1;
  border: 1.5px solid rgba(240, 169, 62, 0.28);
  border-radius: 50%;
}
.hero-shape.s1 {
  width: 420px;
  height: 420px;
  right: -120px;
  top: 12%;
}
.hero-shape.s2 {
  width: 240px;
  height: 240px;
  right: 8%;
  bottom: -60px;
  border-color: rgba(255, 255, 255, 0.12);
}
@media (max-width: 991.98px) {
  .hero-shape {
    display: none;
  }
}

.hero-title {
  font-size: clamp(2.3rem, 4.6vw, 3.7rem);
  line-height: 1.14;
  color: #FFFFFF;
  margin-bottom: 1.4rem;
}
.hero-title .accent {
  color: #F0A93E;
  position: relative;
  white-space: nowrap;
}

.hero-lead {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.72);
  max-width: 560px;
  margin-bottom: 2.2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.6rem;
}

.hero-certs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.hero-certs span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0.5rem 1rem;
  border-radius: 50px;
}
.hero-certs span i {
  color: #F0A93E;
}

.hero-stat-card {
  position: relative;
  z-index: 2;
  background: rgba(10, 24, 38, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  border-radius: 22px;
  padding: 1.9rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.hero-stat-card .hero-stat-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hero-stat-card .hero-stat-item .num {
  font-size: 1.9rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1;
  min-width: 78px;
}
.hero-stat-card .hero-stat-item .lbl {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 600;
  line-height: 1.4;
}
.hero-stat-card .hero-stat-item + .hero-stat-item {
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.scroll-cue .line {
  width: 1px;
  height: 34px;
  background: linear-gradient(rgba(255, 255, 255, 0.6), transparent);
  animation: scrollcue 1.8s ease-in-out infinite;
}
@media (max-width: 767.98px) {
  .scroll-cue {
    display: none;
  }
}

@keyframes scrollcue {
  0% {
    transform: scaleY(0.3);
    transform-origin: top;
    opacity: 0.4;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.3);
    transform-origin: bottom;
    opacity: 0.4;
  }
}
.brand-strip {
  padding: 2.6rem 0;
  border-bottom: 1px solid #E7ECF1;
}
.brand-strip .brand-strip-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8996A3;
  text-align: center;
  margin-bottom: 1.7rem;
}

.marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 5rem;
  width: max-content;
  animation: marquee 26s linear infinite;
}
.marquee:hover .marquee-track {
  animation-play-state: paused;
}
.marquee img {
  height: 30px;
  width: auto;
  opacity: 0.55;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.marquee-track:hover img {
  opacity: 1;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.about-media {
  position: relative;
  padding-bottom: 2.2rem;
  padding-right: 1.6rem;
}
@media (max-width: 767.98px) {
  .about-media {
    padding-right: 0;
  }
}

.about-img-main {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(6, 20, 33, 0.12);
}
.about-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-img-secondary {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46%;
  border-radius: 14px;
  overflow: hidden;
  border: 6px solid #FFFFFF;
  box-shadow: 0 26px 60px rgba(6, 20, 33, 0.22);
  aspect-ratio: 1/1;
}
.about-img-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 575.98px) {
  .about-img-secondary {
    width: 50%;
  }
}

.about-badge {
  position: absolute;
  left: -1.2rem;
  bottom: 2.6rem;
  background: #12304A;
  color: #FFFFFF;
  border-radius: 14px;
  padding: 1.3rem 1.5rem;
  width: 190px;
  box-shadow: 0 26px 60px rgba(6, 20, 33, 0.22);
  z-index: 2;
}
.about-badge .num {
  font-size: 2.1rem;
  font-weight: 800;
  color: #F0A93E;
  line-height: 1;
}
.about-badge .lbl {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  margin-top: 0.4rem;
  line-height: 1.4;
}
@media (max-width: 575.98px) {
  .about-badge {
    left: 0;
    padding: 1rem 1.1rem;
    width: 150px;
  }
}

.seal {
  position: absolute;
  top: -1.6rem;
  right: 1.2rem;
  width: 118px;
  height: 118px;
  z-index: 3;
}
.seal svg {
  width: 100%;
  height: 100%;
  animation: spin 18s linear infinite;
}
.seal .seal-center {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #12304A;
  font-size: 1.5rem;
  background: #F0A93E;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin: auto;
  box-shadow: 0 8px 18px rgba(240, 169, 62, 0.4);
}
@media (max-width: 575.98px) {
  .seal {
    width: 92px;
    height: 92px;
    right: 0.4rem;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.check-item {
  display: flex;
  gap: 1rem;
  padding: 1.4rem 0;
  border-top: 1px solid #E7ECF1;
}
.check-item:first-of-type {
  border-top: none;
  padding-top: 0.4rem;
}
.check-item .icon-box {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: rgba(18, 48, 74, 0.06);
  color: #12304A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}
.check-item h5 {
  font-size: 1.03rem;
  margin-bottom: 0.35rem;
  color: #12304A;
}
.check-item p {
  font-size: 0.9rem;
  color: #8996A3;
  line-height: 1.65;
}

.about-phone {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.about-phone .icon-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #12304A;
  color: #F0A93E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}
.about-phone .lbl {
  font-size: 0.78rem;
  color: #8996A3;
  font-weight: 600;
}
.about-phone .val {
  font-size: 1.15rem;
  font-weight: 800;
  color: #12304A;
}

.process-step {
  position: relative;
  text-align: center;
  padding: 0 0.8rem;
}
.process-step .step-num {
  width: 74px;
  height: 74px;
  margin: 0 auto 1.4rem;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1.5px solid #DCE3E9;
  color: #12304A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 14px rgba(6, 20, 33, 0.08);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.process-step .step-num i {
  font-size: 1.55rem;
}
.process-step h5 {
  font-size: 1.08rem;
  margin-bottom: 0.6rem;
}
.process-step p {
  font-size: 0.88rem;
  color: #8996A3;
  line-height: 1.7;
}
.process-step .step-tag {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #D68F26;
  margin-bottom: 0.4rem;
}
.process-step:hover .step-num {
  background: #12304A;
  border-color: #12304A;
  color: #F0A93E;
  transform: translateY(-6px);
}

.process-line {
  position: relative;
  display: flow-root;
}
.process-line::before {
  content: "";
  position: absolute;
  top: 37px;
  left: 12%;
  right: 12%;
  height: 0;
  border-top: 2px dashed #DCE3E9;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .process-line::before {
    display: none;
  }
}

.product-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
}
.product-card-media {
  position: relative;
}
.product-card-media-inner {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.product-card-media-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.product-card-media-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 20, 32, 0) 40%, rgba(8, 20, 32, 0.85) 100%);
}
.product-card .icon-box {
  position: absolute;
  left: 1.3rem;
  bottom: -26px;
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: #F0A93E;
  color: #081420;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.product-card-body {
  padding: 2.4rem 1.4rem 1.6rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-card h5 {
  color: #FFFFFF;
  font-size: 1.12rem;
  margin-bottom: 0.7rem;
}
.product-card p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.7;
  margin-bottom: 1.2rem;
  flex: 1;
}
.product-card:hover {
  border-color: rgba(240, 169, 62, 0.4);
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
}
.product-card:hover .product-card-media-inner img {
  transform: scale(1.08);
}

.why-list .why-item {
  display: flex;
  gap: 1.3rem;
  padding: 1.5rem 0;
  border-top: 1px solid #E7ECF1;
}
.why-list .why-item:first-child {
  border-top: none;
  padding-top: 0.2rem;
}
.why-list .why-item .why-num {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: #12304A;
  color: #F0A93E;
  font-weight: 800;
  font-size: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.why-list .why-item h5 {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}
.why-list .why-item p {
  font-size: 0.9rem;
  color: #8996A3;
  line-height: 1.65;
}

.why-media {
  position: relative;
}
.why-media img {
  border-radius: 22px;
  width: 100%;
  box-shadow: 0 14px 40px rgba(6, 20, 33, 0.12);
}
.why-media .why-floating {
  position: absolute;
  left: -1.4rem;
  bottom: 2rem;
  background: #FFFFFF;
  border-radius: 14px;
  box-shadow: 0 26px 60px rgba(6, 20, 33, 0.22);
  padding: 1.1rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.why-media .why-floating .stars {
  color: #F0A93E;
  font-size: 0.8rem;
  letter-spacing: 2px;
}
.why-media .why-floating .rating {
  font-weight: 800;
  color: #12304A;
  font-size: 1.2rem;
}
.why-media .why-floating .rlbl {
  font-size: 0.76rem;
  color: #8996A3;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .why-media .why-floating {
    left: 0.6rem;
    padding: 0.85rem 1.05rem;
  }
}

.project-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4/3.1;
  box-shadow: 0 4px 14px rgba(6, 20, 33, 0.08);
}
.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 16, 26, 0.9) 0%, rgba(6, 16, 26, 0.15) 55%, rgba(6, 16, 26, 0) 75%);
  z-index: 1;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.project-card .project-tag {
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
  color: #12304A;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.4rem 0.85rem;
  border-radius: 50px;
}
.project-card .project-info {
  position: absolute;
  left: 1.3rem;
  right: 1.3rem;
  bottom: 1.2rem;
  z-index: 2;
  color: #FFFFFF;
}
.project-card .project-info h5 {
  color: #FFFFFF;
  font-size: 1.06rem;
  margin-bottom: 0.2rem;
}
.project-card .project-info span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 600;
}
.project-card .project-arrow {
  position: absolute;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #F0A93E;
  color: #081420;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.project-card:hover img {
  transform: scale(1.09);
}
.project-card:hover .project-arrow {
  opacity: 1;
  transform: translateY(0);
}

.stat-item {
  text-align: center;
  padding: 0 0.5rem;
}
.stat-item .stat-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.1rem;
  border-radius: 50%;
  background: rgba(240, 169, 62, 0.14);
  color: #F0A93E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.stat-item .stat-num {
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.15rem;
}
.stat-item .stat-num .suffix {
  font-size: 1.4rem;
  color: #F0A93E;
}
.stat-item .stat-lbl {
  margin-top: 0.6rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}

.testimonial-card {
  background: #FFFFFF;
  border: 1px solid #E7ECF1;
  border-radius: 14px;
  padding: 2.1rem;
  height: 100%;
  position: relative;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.testimonial-card .quote-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(240, 169, 62, 0.13);
  color: #D68F26;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: 1.3rem;
}
.testimonial-card .stars {
  color: #F0A93E;
  font-size: 0.78rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.testimonial-card p.quote {
  font-size: 0.95rem;
  color: #4B5A68;
  line-height: 1.8;
  margin-bottom: 1.6rem;
}
.testimonial-card .author {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding-top: 1.4rem;
  border-top: 1px solid #E7ECF1;
}
.testimonial-card .author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-card .author h6 {
  font-size: 0.95rem;
  color: #12304A;
  margin-bottom: 0.15rem;
  font-weight: 800;
}
.testimonial-card .author span {
  font-size: 0.78rem;
  color: #8996A3;
  font-weight: 600;
}
.testimonial-card:hover {
  box-shadow: 0 14px 40px rgba(6, 20, 33, 0.12);
  transform: translateY(-6px);
  border-color: transparent;
}

.faq-accordion .accordion-item {
  border: none;
  border-radius: 14px !important;
  overflow: hidden;
  margin-bottom: 0.9rem;
  background: #F5F7F9;
}
.faq-accordion .accordion-button {
  font-weight: 700;
  font-size: 0.98rem;
  color: #12304A;
  background: #F5F7F9;
  padding: 1.25rem 1.5rem;
  box-shadow: none !important;
}
.faq-accordion .accordion-button:not(.collapsed) {
  background: #12304A;
  color: #FFFFFF;
}
.faq-accordion .accordion-button::after {
  width: 1.4rem;
  height: 1.4rem;
  background-size: 1.4rem;
  filter: none;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  filter: invert(1);
}
.faq-accordion .accordion-button:focus {
  box-shadow: none;
}
.faq-accordion .accordion-body {
  padding: 0.4rem 1.5rem 1.5rem;
  font-size: 0.9rem;
  color: #8996A3;
  line-height: 1.75;
}

.faq-media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(6, 20, 33, 0.12);
}
.faq-media img {
  width: 100%;
  display: block;
}
.faq-media .faq-media-card {
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.4rem;
  background: rgba(8, 20, 32, 0.72);
  backdrop-filter: blur(8px);
  border-radius: 14px;
  padding: 1.3rem 1.5rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.faq-media .faq-media-card i {
  color: #F0A93E;
  font-size: 1.4rem;
}
.faq-media .faq-media-card span {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

.post-card {
  background: #FFFFFF;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(6, 20, 33, 0.08);
  height: 100%;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.post-card-media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.post-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.post-card .post-date {
  position: absolute;
  right: 1rem;
  bottom: -1rem;
  background: #F0A93E;
  color: #081420;
  font-size: 0.74rem;
  font-weight: 800;
  padding: 0.5rem 0.95rem;
  border-radius: 50px;
  z-index: 2;
}
.post-card-body {
  padding: 1.9rem 1.5rem 1.6rem;
}
.post-card .post-meta {
  display: flex;
  gap: 1.1rem;
  font-size: 0.78rem;
  color: #8996A3;
  font-weight: 600;
  margin-bottom: 0.9rem;
}
.post-card .post-meta i {
  color: #D68F26;
  margin-right: 0.3rem;
}
.post-card h5 {
  font-size: 1.05rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.post-card:hover {
  box-shadow: 0 14px 40px rgba(6, 20, 33, 0.12);
  transform: translateY(-6px);
}
.post-card:hover .post-card-media img {
  transform: scale(1.08);
}

.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-media {
  position: relative;
  min-height: 100%;
}
.cta-media-bg {
  position: absolute;
  inset: -8% 0;
  background-image: url("../img/cta-bg.jpg");
  background-size: cover;
  background-position: center;
  will-change: transform;
}
.cta-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 20, 32, 0.55) 0%, rgba(8, 20, 32, 0.88) 100%);
}
.cta-media .cta-media-content {
  position: relative;
  z-index: 1;
  padding: 4rem 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
  min-height: 420px;
}
.cta-media ul {
  list-style: none;
  padding: 0;
  margin: 1.6rem 0 0;
}
.cta-media ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
  padding: 0.55rem 0;
}
.cta-media ul li i {
  color: #F0A93E;
  margin-top: 3px;
}

.quote-form {
  background: #081420;
  padding: 3.5rem;
}
@media (max-width: 767.98px) {
  .quote-form {
    padding: 2.4rem 1.6rem;
  }
}
.quote-form .form-control, .quote-form .form-select {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #FFFFFF;
  border-radius: 8px;
  padding: 0.85rem 1.1rem;
  font-size: 0.92rem;
}
.quote-form .form-control::placeholder, .quote-form .form-select::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.quote-form .form-control:focus, .quote-form .form-select:focus {
  background: rgba(255, 255, 255, 0.09);
  border-color: #F0A93E;
  box-shadow: 0 0 0 4px rgba(240, 169, 62, 0.15);
  color: #FFFFFF;
}
.quote-form select.form-select option {
  color: #12304A;
}
.quote-form label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
}

.site-footer {
  background: #081420;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 5rem;
}
.site-footer .footer-about p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.55);
  margin: 1.3rem 0 1.6rem;
}
.site-footer h6.footer-heading {
  color: #FFFFFF;
  font-size: 1rem;
  margin-bottom: 1.6rem;
  font-weight: 800;
}
.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-links li {
  margin-bottom: 0.85rem;
}
.site-footer .footer-links a {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.58);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}
.site-footer .footer-links a i {
  font-size: 0.6rem;
  color: #F0A93E;
}
.site-footer .footer-links a:hover {
  color: #FBD08A;
  padding-left: 3px;
}
.site-footer .footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-contact li {
  display: flex;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6;
}
.site-footer .footer-contact i {
  color: #F0A93E;
  margin-top: 3px;
}
.site-footer .social-row {
  display: flex;
  gap: 0.7rem;
}
.site-footer .social-row a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 0.85rem;
}
.site-footer .social-row a:hover {
  background: #F0A93E;
  color: #081420;
  transform: translateY(-3px);
}
.site-footer .newsletter-form {
  position: relative;
  margin-top: 1.4rem;
}
.site-footer .newsletter-form input {
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50px;
  padding: 0.85rem 6.2rem 0.85rem 1.3rem;
  color: #FFFFFF;
  font-size: 0.88rem;
}
.site-footer .newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}
.site-footer .newsletter-form input:focus {
  outline: none;
  border-color: #F0A93E;
}
.site-footer .newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  border: none;
  border-radius: 50px;
  background: #F0A93E;
  color: #081420;
  font-weight: 800;
  font-size: 0.8rem;
  padding: 0 1.2rem;
}
.site-footer .newsletter-form button:hover {
  background: #D68F26;
}
.site-footer .footer-bottom {
  margin-top: 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.6rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.82rem;
}
.site-footer .footer-bottom a {
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .footer-bottom a:hover {
  color: #FBD08A;
}

.scroll-top {
  position: fixed;
  right: 1.6rem;
  bottom: 1.6rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #12304A;
  color: #F0A93E;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 14px 40px rgba(6, 20, 33, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1000;
}
.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top:hover {
  background: #F0A93E;
  color: #081420;
}

.wow {
  visibility: hidden;
}

@media (max-width: 991.98px) {
  .about-badge {
    width: 165px;
  }
  .cta-media-content {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767.98px) {
  html {
    scroll-padding-top: 84px;
  }
  .hero {
    padding-top: 120px;
    min-height: auto;
    padding-bottom: 4rem;
  }
  .hero-stat-card {
    margin-top: 2.5rem;
  }
}
