/**
 * SIRCA Homepage — Premium Master Branding (homepage only)
 * Scope: body.page-home
 */

.page-home {
  --brand-primary: #C5963D;
  --brand-primary-light: #F8F5F0;
  --brand-primary-soft: #F0F4F8;
  --brand-primary-dark: #9A7830;
  --corp-blue: #024FAE;
  --light-blue: #71C3FF;
  --gold: #C5963D;
  --navy: #0F2740;
  --white: #FFFCF8;
  --bg-light: #F7F4EE;
  --text-primary: #0f172a;
  --text-secondary: #475569;
  --border: rgba(2, 79, 174, 0.12);
  --radius: 16px;
  --radius-card: 20px;
  --radius-btn: 50px;
  --shadow-premium: 0 20px 60px rgba(15, 39, 64, 0.15);
  --transition: 0.3s ease;
  --accent-maroon: #5c2148;
  background: var(--bg-light);
  color: var(--text-primary);
  font-family: 'Poppins', 'Outfit', sans-serif;
}

/* —— Header (homepage) — Paraflex style —— */
.page-home .top-bar-pf {
  background: #000000 !important;
  padding: 0 !important;
  min-height: auto !important;
  border: none !important;
}
.page-home .top-bar-pf .container {
  max-width: 100%;
  padding: 0;
}
.top-bar-pf-inner {
  display: flex;
  align-items: stretch;
  min-height: 36px;
}
.top-bar-pf-list {
  list-style: none;
  margin: 0;
  padding: 0.4rem 1.25rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.35rem 1.5rem;
  flex-shrink: 0;
  background: #000;
}
.top-bar-pf-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--white);
  font-size: 0.78rem;
}
.top-bar-pf-list a {
  color: var(--white) !important;
  text-decoration: none;
}
.top-bar-pf-list a:hover {
  color: var(--gold) !important;
}
.top-bar-pf-list i {
  color: var(--corp-blue) !important;
  font-size: 0.85rem;
}
.top-bar-pf-address span {
  opacity: 0.95;
  max-width: 420px;
  line-height: 1.35;
}
.top-bar-pf-quote {
  flex-shrink: 0;
  border: none;
  background: var(--white);
  color: #111;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0 1.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: var(--transition);
  white-space: nowrap;
}
.top-bar-pf-quote:hover {
  background: var(--gold);
  color: var(--navy);
}
.page-home .site-header-wrap {
  background: var(--sirca-light-3, #FFFDF9) !important;
}

.page-home .site-header-pf {
  background: var(--sirca-light-3, #FFFDF9) !important;
  border-bottom: 1px solid var(--border);
}
.page-home .site-header-pf .navbar {
  padding: 0.28rem 0;
}
.page-home .site-header-pf .nav-link {
  color: #111 !important;
  font-weight: 700 !important;
  font-size: 0.88rem !important;
  text-transform: capitalize;
  padding: 0.5rem 0.85rem !important;
}
.page-home .site-header-pf .nav-link.active {
  color: var(--corp-blue) !important;
}
.page-home .site-header-pf .nav-link.active::after {
  content: '';
  display: block;
  height: 3px;
  background: var(--corp-blue) !important;
  width: 100%;
  margin-top: 4px;
  border-radius: 0;
  position: static;
  transform: none;
}
.page-home .site-header-pf .nav-link .bi-plus-lg {
  font-size: 0.65rem;
  margin-left: 2px;
  font-weight: 700;
}
.page-home .site-header-pf .nav-link:hover {
  color: var(--corp-blue) !important;
}
.header-social-pf {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.header-social-pf a {
  color: #111;
  font-size: 1.05rem;
  transition: var(--transition);
}
.header-social-pf a:hover {
  color: var(--corp-blue);
}
.brand-logo-pf {
  height: 38px;
  width: auto;
}
.page-home .site-header-wrap .site-header,
.page-home .site-header-wrap:not(.header-scrolled) .site-header,
.page-home .site-header-wrap.header-scrolled .site-header {
  background: var(--white) !important;
  box-shadow: 0 4px 24px rgba(15, 39, 64, 0.08);
}
body.page-home:not(.header-scrolled) .site-header-wrap,
body.page-home.header-scrolled .site-header-wrap {
  background: transparent !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}
.page-home .site-header .nav-link {
  color: var(--navy) !important;
}
.page-home .navbar-toggler span {
  background: var(--navy);
}
.page-home .site-header .nav-link {
  color: var(--navy) !important;
  font-weight: 500;
  font-size: 0.9rem;
}
.page-home .site-header .nav-link:hover,
.page-home .site-header .nav-link.active {
  color: var(--light-blue) !important;
}
.page-home .site-header .nav-link.active::after {
  background: var(--gold) !important;
}
.page-home .navbar-brand .logo-text {
  display: none;
}
.page-home .brand-logo-img {
  width: auto;
  height: 52px;
  max-width: 140px;
}
.page-home .btn-hp-quote {
  background: var(--corp-blue);
  color: var(--white);
  border: none;
  border-radius: var(--radius-btn);
  padding: 0.55rem 1.35rem;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  transition: var(--transition);
}
.page-home .btn-hp-quote:hover {
  background: var(--navy);
  color: var(--white);
  transform: translateY(-1px);
}
.page-home .sticky-social { display: none !important; }
.page-home #heroParticles { display: none !important; }
.page-home .cursor-dot,
.page-home .cursor-ring { display: none !important; }

/* —— Section utilities —— */
.hp-label-gold {
  display: inline-block;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.hp-label-gold::before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 3px;
  background: var(--gold);
  margin-right: 0.65rem;
  vertical-align: middle;
}
.hp-title {
  font-family: 'Sora', 'Outfit', sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.hp-title .hl {
  color: var(--corp-blue);
}
.hp-text {
  color: var(--text-secondary);
  line-height: 1.75;
  font-size: 0.95rem;
}

/* —— Hero block: full-bleed slider, no side gap, no radius —— */
.hp-hero-block {
  position: relative;
  width: 100%;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--navy, #0f2740);
}
.hp-hero-slider-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  overflow: hidden;
  background: var(--navy, #0f2740);
}
.page-home .hp-hero-swiper,
.page-home .hp-hero-swiper.hero-swiper {
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}
.page-home .hp-hero-swiper .swiper-wrapper {
  align-items: flex-start;
  height: auto;
}
.page-home .hp-hero-swiper .swiper-slide {
  height: auto !important;
  width: 100%;
  overflow: hidden;
}
.page-home .hp-slide {
  width: 100%;
  height: auto;
  line-height: 0;
  background: var(--navy, #0f2740);
}
.page-home .hp-slide picture {
  display: block;
  width: 100%;
  height: auto;
}
.page-home .hp-slide-img {
  width: 100%;
  height: auto !important;
  max-width: 100%;
  display: block;
  vertical-align: top;
}
/* Prev / Next — premium */
.hp-hero-nav {
  position: absolute;
  top: 50%;
  z-index: 12;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  background: rgba(255, 252, 248, 0.92);
  color: var(--corp-blue, #024fae);
  font-size: 1.35rem;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(15, 39, 64, 0.2);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}
.hp-hero-nav:hover {
  background: var(--brand-primary, #c5963d);
  color: var(--navy, #0f2740);
  box-shadow: 0 8px 28px rgba(15, 39, 64, 0.25);
}
.hp-hero-nav:active {
  transform: translateY(-50%) scale(0.96);
}
.hp-hero-nav--prev {
  left: 0;
}
.hp-hero-nav--next {
  right: 0;
}
.hp-hero-nav.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.page-home .hp-hero-pagination {
  bottom: 18px !important;
  z-index: 11;
  padding: 0.4rem 0.75rem;
  border-radius: 0;
  background: rgba(15, 39, 64, 0.45);
  backdrop-filter: blur(8px);
  width: auto !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.page-home .hp-hero-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 50%;
  transition: width 0.35s ease, background 0.35s ease, border-radius 0.35s ease;
}
.page-home .hp-hero-pagination .swiper-pagination-bullet-active {
  background: var(--brand-primary, #c5963d);
  width: 24px;
  border-radius: 4px;
}
.btn-hp-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--gold);
  color: var(--navy);
  border: none;
  border-radius: var(--radius-btn);
  padding: 0.85rem 1.75rem;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 8px 24px rgba(188, 184, 165, 0.35);
}
.btn-hp-primary:hover {
  background: var(--white);
  color: var(--navy);
  transform: translateY(-2px);
}
.btn-hp-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
  border-radius: var(--radius-btn);
  padding: 0.8rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
}
.btn-hp-outline:hover {
  background: var(--white);
  color: var(--navy);
}
/* —— Why Choose SIRCA — debit-style cards + soft BG image —— */
.hp-why-sirca {
  position: relative;
  padding: clamp(1.25rem, 3.5vw, 2rem) 0 clamp(1.5rem, 3vw, 2.25rem);
  margin-top: clamp(0.75rem, 2vw, 1.25rem);
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(2, 79, 174, 0.05), transparent 60%),
    linear-gradient(180deg, #f7f4ee 0%, #faf6ed 100%);
}
.hp-features-panel {
  background: rgba(255, 252, 248, 0.95);
  border-radius: 20px;
  padding: clamp(1.15rem, 2.5vw, 1.65rem) clamp(0.85rem, 2vw, 1.35rem) 1rem;
  box-shadow: 0 8px 32px rgba(15, 39, 64, 0.07);
  border: 1px solid rgba(197, 150, 61, 0.15);
  max-width: min(1280px, calc(100% - 1.5rem));
  margin-left: auto;
  margin-right: auto;
}
.hp-features-head {
  text-align: center;
  margin-bottom: 1.1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(197, 150, 61, 0.2);
}
.hp-features-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--corp-blue);
  margin: 0 0 0.4rem;
}
.hp-features-eyebrow-line {
  width: 28px;
  height: 3px;
  background: linear-gradient(90deg, var(--corp-blue), var(--brand-primary));
  border-radius: 2px;
}
.hp-features-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.hp-features-title span {
  color: var(--brand-primary);
}
.hp-features-lead {
  font-size: 0.88rem;
  color: var(--text-secondary);
  margin: 0 auto;
  max-width: 520px;
  line-height: 1.6;
}
.hp-features-scroll {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.hp-features-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.hp-features-swipe-hint {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin: 0.65rem 0 0;
  opacity: 0.85;
}
.hp-features-swipe-hint i {
  color: var(--corp-blue);
  margin-right: 0.25rem;
}
.hp-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  aspect-ratio: 1.586 / 1;
  min-height: 0;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  text-align: left;
  box-shadow:
    0 4px 6px rgba(15, 39, 64, 0.06),
    0 12px 28px rgba(15, 39, 64, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.45);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  scroll-snap-align: center;
  flex-shrink: 0;
}
.hp-feature-card:hover,
.hp-feature-card.is-active,
.hp-feature-card:focus-visible {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 16px 36px rgba(2, 79, 174, 0.22);
  outline: none;
}
.hfc-bg-img {
  position: absolute;
  inset: 0;
  background-image: var(--hfc-bg-image);
  background-size: cover;
  background-position: center;
  /* opacity: 0.14; */
  filter: saturate(0.85);
  transform: scale(1.08);
  transition: opacity 0.35s ease, transform 0.45s ease;
}
.hfc-bg-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.hp-feature-card--1 .hfc-bg-shade {
  background: linear-gradient(145deg, rgba(228, 192, 120, 0.92) 0%, rgba(197, 150, 61, 0.88) 45%, rgba(154, 120, 48, 0.9) 100%);
}
.hp-feature-card--2 .hfc-bg-shade {
  background: linear-gradient(145deg, rgba(126, 196, 245, 0.9) 0%, rgba(2, 79, 174, 0.88) 50%, rgba(15, 39, 64, 0.9) 100%);
}
.hp-feature-card--3 .hfc-bg-shade {
  background: linear-gradient(145deg, rgba(212, 170, 82, 0.88) 0%, rgba(2, 79, 174, 0.86) 48%, rgba(15, 39, 64, 0.92) 100%);
}
.hp-feature-card:hover .hfc-bg-img,
.hp-feature-card.is-active .hfc-bg-img {
  opacity: 0.22;
  transform: scale(1.12);
}
.hfc-chip {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 3;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Sora', monospace;
}
.hfc-content {
  position: relative;
  z-index: 2;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem 1.1rem 1.1rem;
  width: 100%;
}
.hp-feature-card .hfc-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.65rem;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(4px);
}
.hp-feature-card .hfc-icon i {
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
}
.hp-feature-card .hfc-icon i::before {
  font-family: bootstrap-icons !important;
}
.hfc-content h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.4rem;
  line-height: 1.2;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
.hfc-content p {
  font-size: 0.78rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 0.55rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hfc-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.hfc-cta i {
  font-size: 0.85rem;
  transition: transform 0.25s ease;
}
.hp-feature-card:hover .hfc-cta i,
.hp-feature-card.is-active .hfc-cta i {
  transform: translateX(3px);
}
@media (max-width: 991.98px) {
  .hp-why-sirca {
    padding-left: 0;
    padding-right: 0;
  }
  .hp-features-panel {
    border-radius: 16px;
    margin-left: max(0.5rem, env(safe-area-inset-left, 0px));
    margin-right: max(0.5rem, env(safe-area-inset-right, 0px));
    padding-bottom: 0.75rem;
  }
  .hp-features-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1rem;
    padding: 0.35rem 0 0.5rem;
    margin: 0 -0.35rem;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }
  .hp-features-scroll::-webkit-scrollbar {
    display: none;
  }
  .hp-features-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    width: max-content;
    padding: 0 0.35rem 0 0.15rem;
  }
  .hp-feature-card {
    flex: 0 0 min(76vw, 300px);
    width: min(76vw, 300px);
    aspect-ratio: 1.586 / 1;
    border-radius: 12px;
    box-shadow:
      0 2px 4px rgba(15, 39, 64, 0.08),
      0 10px 24px rgba(15, 39, 64, 0.14);
  }
  .hp-feature-card.is-active {
    outline: 2px solid rgba(2, 79, 174, 0.35);
    outline-offset: 2px;
  }
  .hfc-content h3 {
    font-size: 0.98rem;
  }
  .hfc-content p {
    font-size: 0.74rem;
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 992px) {
  .hp-feature-card {
    aspect-ratio: 1.45 / 1;
    min-height: 200px;
  }
  .hfc-content {
    padding: 1.15rem 1.25rem 1.2rem;
  }
  .hfc-content h3 {
    font-size: 1.12rem;
  }
  .hfc-content p {
    font-size: 0.82rem;
    -webkit-line-clamp: 4;
  }
}

/* —— Who We Are text section (below top cards, Paraflex-style) —— */
.hp-who-text-pf {
  padding: 1.75rem 0 2.25rem;
  margin-top: 1.25rem;
  background: transparent;
  position: relative;
  z-index: 4;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hp-who-text-pf {
    margin-top: 1.5rem;
    padding-top: 1.85rem;
  }
}
@media (min-width: 992px) {
  .hp-who-text-pf {
    margin-top: 1.75rem;
    padding-top: 2rem;
  }
}
.hp-who-text-pf::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  background:
    linear-gradient(135deg, transparent 38%, rgba(43, 101, 145, 0.018) 38%),
    linear-gradient(225deg, transparent 45%, rgba(43, 101, 145, 0.025) 45%),
    linear-gradient(160deg, transparent 52%, rgba(188, 184, 165, 0.03) 52%);
  pointer-events: none;
  opacity: 0.85;
}
.hp-who-text-inner {
  position: relative;
  z-index: 1;
  background: var(--white);
  border-radius: 16px;
  padding: 1.35rem 1.25rem;
  box-shadow: 0 4px 20px rgba(15, 39, 64, 0.05);
  border: 1px solid rgba(197, 150, 61, 0.1);
  background: var(--sirca-pearl, #FFFCF8);
  max-width: 100%;
  width: 100%;
}
.hp-who-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  color: var(--corp-blue);
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 0.85rem;
  line-height: 1.4;
}
.hp-who-tag strong {
  font-weight: 800;
  color: var(--corp-blue);
}
.hp-who-tag-rule {
  display: inline-block;
  width: 42px;
  height: 2px;
  background: var(--corp-blue);
  flex-shrink: 0;
}
.hp-who-text-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #111;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}
.hp-who-text-p {
  max-width: 100%;
  color: #000;
  line-height: 1.75;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
.btn-who-pf {
  background: var(--corp-blue);
  color: var(--white);
  border-radius: 8px;
  padding: 0.7rem 1.85rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 0.5rem;
  transition: var(--transition);
  box-shadow: 0 6px 20px rgba(43, 101, 145, 0.25);
}
.btn-who-pf:hover {
  background: var(--navy);
  color: var(--white);
}
/* —— Who We Are image + badges (after text section) —— */
.hp-who-visual-pf {
  padding: 1.75rem 0 2.25rem;
  background: transparent;
  position: relative;
  overflow: hidden;
}
.hp-who-visual-pf::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  background:
    linear-gradient(135deg, transparent 40%, rgba(43, 101, 145, 0.015) 40%),
    linear-gradient(225deg, transparent 48%, rgba(43, 101, 145, 0.022) 48%);
  pointer-events: none;
  opacity: 0.8;
}
.hp-who-visual-pf .who-pf-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
@media (min-width: 992px) {
  .hp-who-visual-pf .who-pf-content {
    max-width: 95%;
  }
}
.who-pf-image-wrap {
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .who-pf-image-wrap { margin-bottom: 0; }
}
.who-pf-photo {
  width: 100%;
  border-radius: var(--radius-card);
  box-shadow: 0 20px 50px rgba(15, 39, 64, 0.15);
  display: block;
}
.who-pf-badge {
  position: absolute;
  background: var(--sirca-light-card, #FFFEF7);
  border-radius: 10px;
  padding: 0.85rem 1.1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 2;
}
.who-pf-badge.top-right {
  top: 14px;
  right: -8px;
}
.who-pf-badge-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--corp-blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.who-pf-badge-text strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.1;
}
.who-pf-badge-text span {
  font-size: 0.8rem;
  color: var(--text-secondary);
}
.who-pf-years {
  position: absolute;
  left: 0;
  bottom: -12px;
  display: flex;
  align-items: flex-end;
  z-index: 2;
}
.who-pf-triangle {
  background: var(--corp-blue);
  color: var(--white);
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.65rem 1.1rem 0.85rem;
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
  min-width: 88px;
  text-align: center;
}
.who-pf-years-caption {
  margin: 0;
  padding: 0.75rem 1rem 0.5rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--navy);
  max-width: 220px;
  line-height: 1.3;
  background: var(--sirca-light-card, #FFFEF7);
}

/* —— About (legacy) —— */
.hp-about {
  padding: 2rem 0;
  background: var(--bg-light);
}
.hp-about-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  margin: 1.5rem 0 2rem;
}
.hp-stat-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-primary);
}
.hp-stat-pill i {
  color: var(--gold);
  font-size: 1.25rem;
}
.btn-hp-secondary {
  background: var(--corp-blue);
  color: var(--white);
  border: none;
  border-radius: var(--radius-btn);
  padding: 0.75rem 1.65rem;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  display: inline-block;
  transition: var(--transition);
}
.btn-hp-secondary:hover {
  background: var(--navy);
  color: var(--white);
}
.hp-about-visual {
  position: relative;
}
.hp-about-visual > img {
  border-radius: var(--radius);
  width: 100%;
  box-shadow: var(--shadow-premium);
}
.hp-about-badge {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  max-width: 260px;
  box-shadow: var(--shadow-premium);
}
.hp-about-badge i {
  font-size: 2rem;
  color: var(--gold);
}
.hp-about-badge strong {
  display: block;
  font-size: 0.95rem;
  line-height: 1.3;
}

/* —— Products bento (Havells-style BG tiles) —— */
.hp-products-bento {
  padding: clamp(1.75rem, 4vw, 2.75rem) 0;
  background: var(--sirca-cream, #F7F4EE);
}
.hp-bento-swipe-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin: 0 0 0.65rem;
  opacity: 0.85;
}
.hp-bento-scroll-wrap {
  width: 100%;
}
.hp-products-bento-head {
  text-align: center;
  margin-bottom: 1.5rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.hp-bento-eyebrow {
  color: var(--corp-blue);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.4rem;
}
.hp-products-bento-head h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 0.5rem;
  letter-spacing: 0.02em;
}
.hp-bento-lead {
  color: var(--text-secondary);
  font-size: 0.92rem;
  margin: 0;
  line-height: 1.55;
}
.hp-bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
.hp-bento-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 168px;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 8px 28px rgba(15, 39, 64, 0.12);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
  grid-column: span 4;
}
.hp-bento-card--large {
  grid-column: span 8;
  min-height: 240px;
}
.hp-bento-card--medium {
  grid-column: span 4;
  min-height: 240px;
}
.hp-bento-card--small {
  grid-column: span 4;
  min-height: 168px;
}
.hp-bento-bg {
  position: absolute;
  inset: 0;
  background-image: var(--bento-bg);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.hp-bento-card--large .hp-bento-bg {
  background-position: right center;
}
.hp-bento-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    rgba(15, 39, 64, 0.72) 0%,
    rgba(15, 39, 64, 0.48) 42%,
    rgba(2, 79, 174, 0.35) 100%
  );
  transition: opacity 0.35s ease;
}
.hp-bento-card--blue .hp-bento-overlay {
  background: linear-gradient(135deg, rgba(2, 79, 174, 0.7), rgba(15, 39, 64, 0.5));
}
.hp-bento-card--copper .hp-bento-overlay {
  background: linear-gradient(135deg, rgba(120, 72, 24, 0.65), rgba(15, 39, 64, 0.52));
}
.hp-bento-card--amber .hp-bento-overlay {
  background: linear-gradient(135deg, rgba(154, 120, 48, 0.68), rgba(15, 39, 64, 0.5));
}
.hp-bento-card--teal .hp-bento-overlay {
  background: linear-gradient(135deg, rgba(24, 110, 120, 0.65), rgba(15, 39, 64, 0.52));
}
.hp-bento-card--slate .hp-bento-overlay {
  background: linear-gradient(135deg, rgba(55, 65, 80, 0.68), rgba(15, 39, 64, 0.5));
}
.hp-bento-card--red .hp-bento-overlay {
  background: linear-gradient(135deg, rgba(160, 45, 35, 0.65), rgba(15, 39, 64, 0.52));
}
.hp-bento-card--violet .hp-bento-overlay {
  background: linear-gradient(135deg, rgba(75, 45, 120, 0.65), rgba(15, 39, 64, 0.52));
}
.hp-bento-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 45%);
  pointer-events: none;
}
.hp-bento-body {
  position: relative;
  z-index: 2;
  padding: 1.15rem 1.25rem;
  width: 100%;
  max-width: 92%;
}
.hp-bento-card--large .hp-bento-body {
  max-width: 55%;
  padding: 1.5rem 1.65rem;
}
.hp-bento-kicker {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.35;
  margin-bottom: 0.35rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.hp-bento-title {
  color: #fff;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 800;
  margin: 0 0 0.5rem;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.hp-bento-card--large .hp-bento-title {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
}
.hp-bento-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--brand-primary-soft, #FFEFC2);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.hp-bento-cta i {
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}
.hp-bento-card:hover .hp-bento-bg,
.hp-bento-card.is-active .hp-bento-bg {
  transform: scale(1.06);
}
.hp-bento-card:hover .hp-bento-overlay,
.hp-bento-card.is-active .hp-bento-overlay {
  opacity: 0.92;
}
.hp-bento-card:hover,
.hp-bento-card.is-active {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 16px 40px rgba(15, 39, 64, 0.22);
}
.hp-bento-card:hover .hp-bento-cta i,
.hp-bento-card.is-active .hp-bento-cta i {
  transform: translateX(4px);
}
.hp-bento-card:active {
  transform: scale(0.98);
}
.hp-products-bento-foot {
  margin-top: 1.5rem;
}
.hp-products-bento-foot .btn-hp-secondary {
  background: var(--corp-blue);
  color: #fff;
  border: none;
  padding: 0.75rem 1.75rem;
  border-radius: 50px;
  font-weight: 600;
}
.hp-products-bento-foot .btn-hp-secondary:hover {
  background: var(--gold);
  color: var(--navy);
}

@media (max-width: 991.98px) {
  .hp-products-bento-head,
  .hp-products-bento-foot {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hp-bento-scroll-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1rem;
    padding: 0.25rem 0 0.75rem;
    margin: 0;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }
  .hp-bento-scroll-wrap::-webkit-scrollbar {
    display: none;
  }
  .hp-bento-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    width: max-content;
    min-width: 100%;
    padding-right: 1rem;
  }
  .hp-bento-card,
  .hp-bento-card--large,
  .hp-bento-card--medium,
  .hp-bento-card--small {
    flex: 0 0 auto;
    width: min(72vw, 280px);
    aspect-ratio: 1.586 / 1;
    min-height: unset;
    max-height: unset;
    height: auto;
    grid-column: auto;
    border-radius: 14px;
    scroll-snap-align: center;
    box-shadow: 0 6px 22px rgba(15, 39, 64, 0.14);
  }
  .hp-bento-card--large .hp-bento-body,
  .hp-bento-body {
    max-width: 100%;
    padding: 0.85rem 1rem;
  }
  .hp-bento-title {
    font-size: 1rem;
    margin-bottom: 0.35rem;
  }
  .hp-bento-card--large .hp-bento-title {
    font-size: 1.05rem;
  }
  .hp-bento-kicker {
    font-size: 0.62rem;
    -webkit-line-clamp: 1;
    margin-bottom: 0.2rem;
  }
  .hp-bento-cta {
    font-size: 0.68rem;
  }
  .hp-bento-bg {
    background-position: center;
  }
}

@media (max-width: 575.98px) {
  .hp-products-bento {
    padding: 1.35rem 0 1.5rem;
  }
  .hp-bento-card,
  .hp-bento-card--large,
  .hp-bento-card--medium,
  .hp-bento-card--small {
    width: min(78vw, 260px);
    border-radius: 12px;
  }
}

/* —— Connect With Us — premium split —— */
.hp-contact-premium {
  position: relative;
  padding: clamp(2rem, 5vw, 3rem) 0;
  background:
    radial-gradient(ellipse 80% 50% at 10% 0%, rgba(2, 79, 174, 0.06), transparent 55%),
    radial-gradient(ellipse 60% 40% at 95% 100%, rgba(197, 150, 61, 0.1), transparent 50%),
    linear-gradient(180deg, #f3ede3 0%, #faf6ed 45%, #f7f4ee 100%);
  overflow: hidden;
}
.hp-contact-premium::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(197, 150, 61, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.45;
  pointer-events: none;
}
.hp-contact-premium > .container,
.hp-contact-premium > .hp-contact-container {
  position: relative;
  z-index: 1;
}
.hp-contact-container {
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.hp-contact-shell {
  max-width: 1240px;
  margin: 0 auto;
  background: rgba(255, 252, 248, 0.92);
  border: 1px solid rgba(197, 150, 61, 0.18);
  border-radius: 28px;
  padding: clamp(1.35rem, 3.5vw, 2.25rem);
  box-shadow:
    0 4px 24px rgba(15, 39, 64, 0.05),
    0 24px 64px rgba(15, 39, 64, 0.08);
}
.hp-contact-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 1.75rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(197, 150, 61, 0.2);
}
.hp-contact-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--corp-blue);
  margin-bottom: 0.45rem;
}
.hp-contact-eyebrow-line {
  width: 32px;
  height: 3px;
  background: linear-gradient(90deg, var(--corp-blue), var(--brand-primary));
  border-radius: 2px;
}
.hp-contact-split-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 0.5rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.hp-contact-split-title span {
  color: var(--brand-primary);
  position: relative;
}
.hp-contact-split-title span::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.08em;
  height: 0.35em;
  background: linear-gradient(90deg, rgba(197, 150, 61, 0.35), rgba(197, 150, 61, 0.08));
  border-radius: 2px;
  z-index: -1;
}
.hp-contact-split-lead {
  font-size: 0.95rem;
  color: var(--text-secondary);
  margin: 0 auto 1rem;
  line-height: 1.65;
  max-width: 560px;
}
.hp-contact-trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
}
.hp-contact-trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--navy);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(197, 150, 61, 0.22);
  box-shadow: 0 2px 8px rgba(15, 39, 64, 0.04);
}
.hp-contact-trust i {
  color: var(--brand-primary);
  font-size: 0.95rem;
}
.hp-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch;
}
.hp-contact-channels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.hp-channel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.25rem;
  padding: 0.85rem 0.5rem;
  border-radius: 16px;
  border: 1px solid rgba(2, 79, 174, 0.1);
  background: #fff;
  text-decoration: none;
  color: var(--navy);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s;
  font-family: inherit;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.hp-channel:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(15, 39, 64, 0.1);
  border-color: rgba(197, 150, 61, 0.35);
  color: var(--navy);
}
.hp-channel-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 0.15rem;
}
.hp-channel--call .hp-channel-icon { background: linear-gradient(145deg, #024FAE, #2B6591); }
.hp-channel--mail .hp-channel-icon { background: linear-gradient(145deg, #C5963D, #9A7830); }
.hp-channel--wa .hp-channel-icon { background: linear-gradient(145deg, #25d366, #128c7e); }
.hp-channel--ai .hp-channel-icon { background: linear-gradient(145deg, #0F2740, #024FAE); }
.hp-channel-label {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  max-width: 100%;
}
.hp-channel-meta {
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 1.25;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hp-channel-meta--short {
  display: none;
}
@media (max-width: 991.98px) {
  .hp-channel-meta--long {
    display: none;
  }
  .hp-channel-meta--short {
    display: block;
    white-space: normal;
  }
}
.hp-channel--ai {
  border: 1px solid rgba(2, 79, 174, 0.28);
  background: linear-gradient(160deg, #e8f1fc 0%, #fff 55%);
  box-shadow: 0 4px 16px rgba(2, 79, 174, 0.12);
  position: relative;
}
.hp-channel--ai::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(2, 79, 174, 0.2), rgba(197, 150, 61, 0.15));
  z-index: -1;
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 768px) {
  .hp-channel--ai::before {
    inset: -2px;
    animation: hp-ai-ring 2.8s ease-in-out infinite;
  }
}
@keyframes hp-ai-ring {
  0%, 100% { opacity: 0.35; transform: scale(1); }
  50% { opacity: 0.65; transform: scale(1.02); }
}
.hp-channel--ai:hover {
  box-shadow: 0 12px 28px rgba(2, 79, 174, 0.18);
}
.hp-form-panel-title {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px dashed rgba(197, 150, 61, 0.35);
}
.hp-form-panel-title i {
  color: var(--brand-primary);
}
.hp-contact-form-panel {
  position: relative;
  padding: clamp(1.25rem, 2.5vw, 1.65rem);
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(2, 79, 174, 0.1);
  box-shadow: 0 12px 36px rgba(15, 39, 64, 0.06);
}
.hp-contact-form-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(135deg, rgba(2, 79, 174, 0.25), rgba(197, 150, 61, 0.35), rgba(2, 79, 174, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.hp-contact-map-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(2, 79, 174, 0.12);
  box-shadow: 0 14px 40px rgba(15, 39, 64, 0.08);
}
.hp-map-card-top {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  background: #fff;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(2, 79, 174, 0.1);
}
.hp-map-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex: 1 1 50%;
  min-width: 0;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.55rem 0.65rem;
  border-radius: 0;
  border: none;
  background: rgba(2, 79, 174, 0.1);
  color: var(--corp-blue);
}
.hp-map-pill + .hp-map-pill {
  border-left: 1px solid rgba(2, 79, 174, 0.12);
}
.hp-map-pill--gold {
  background: rgba(197, 150, 61, 0.18);
  color: #7a5c18;
}
.hp-map-visual {
  flex: 0 0 auto;
  display: block;
  padding: 0;
  margin: 0;
  min-height: 0;
  line-height: 0;
  background: #fff;
}
.hp-map-presence-img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center top;
  display: block;
  margin: 0;
  vertical-align: top;
}
/* Network USP cards — below map (replaces legend) */
.hp-network-usp-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0.65rem 0.75rem 0.75rem;
  background: linear-gradient(180deg, #faf8f3 0%, #fff 100%);
  border-top: 1px solid rgba(2, 79, 174, 0.08);
  flex-shrink: 0;
}
.hp-network-usp.hp-channel {
  cursor: default;
  padding: 0.7rem 0.4rem;
}
.hp-network-usp.hp-channel:hover {
  transform: translateY(-2px);
}
.hp-network-usp--hq .hp-channel-icon { background: linear-gradient(145deg, #024FAE, #2B6591); }
.hp-network-usp--depot .hp-channel-icon { background: linear-gradient(145deg, #c62828, #e53935); }
.hp-network-usp--supply .hp-channel-icon { background: linear-gradient(145deg, #5c3d8f, #7b5cad); }
.hp-network-usp--plant .hp-channel-icon { background: linear-gradient(145deg, #9b7ed9, #b39ddb); }
.hp-form-field {
  position: relative;
}
.hp-form-field .hp-form-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--brand-primary);
  font-size: 1rem;
  pointer-events: none;
  z-index: 2;
  opacity: 0.9;
}
.hp-form-field--textarea .hp-form-icon {
  top: 1.1rem;
  transform: none;
}
.hp-form-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
}
.hp-form-note {
  font-size: 0.78rem;
  color: var(--text-secondary);
  opacity: 0.9;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.hp-form-note i {
  color: var(--corp-blue);
}
@media (max-width: 991.98px) {
  .hp-contact-premium {
    width: 100%;
    max-width: 100vw;
    overflow-x: clip;
  }

  .hp-contact-premium > .container,
  .hp-contact-premium > .hp-contact-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .hp-contact-shell {
    border-radius: 20px;
    padding: 1rem;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    transform: none !important;
    position: relative;
    left: 0;
    right: 0;
  }

  .hp-contact-grid,
  .hp-contact-col,
  .hp-contact-col--form,
  .hp-contact-col--map {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    transform: none !important;
    box-sizing: border-box;
  }

  .hp-contact-form-panel,
  .hp-contact-map-card,
  .hp-contact-channels,
  .hp-premium-form {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .hp-map-presence-img {
    max-width: 100%;
  }

  .hp-premium-form .row {
    --bs-gutter-x: 0.75rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .hp-premium-form .row > [class*="col-"] {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .hp-contact-head {
    margin-bottom: 1.25rem;
    padding-bottom: 1.15rem;
  }
  .hp-contact-trust {
    flex-direction: column;
    align-items: stretch;
    gap: 0.4rem;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .hp-contact-trust li {
    justify-content: center;
    text-align: center;
  }
  .hp-contact-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .hp-contact-col--map {
    order: -1;
  }
  .hp-contact-channels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    width: 100%;
    max-width: 100%;
  }
  .hp-contact-channels .hp-channel {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.6rem 0.35rem;
    gap: 0.2rem;
  }
  .hp-contact-channels .hp-channel-icon {
    width: 38px;
    height: 38px;
    font-size: 1rem;
    margin-bottom: 0.1rem;
    flex-shrink: 0;
  }
  .hp-contact-channels .hp-channel-label {
    font-size: 0.72rem;
  }
  .hp-contact-channels .hp-channel-meta {
    font-size: 0.58rem;
    white-space: normal;
    text-overflow: clip;
    overflow: visible;
    line-height: 1.2;
  }
  .hp-contact-channels .hp-channel-label,
  .hp-contact-channels .hp-channel-meta {
    text-align: center;
  }
  .hp-network-usp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    padding: 0.6rem 0.65rem 0.65rem;
  }
  .hp-network-usp.hp-channel {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.65rem 0.45rem;
  }
  .hp-network-usp .hp-channel-icon {
    margin-bottom: 0.15rem;
  }
  .hp-network-usp .hp-channel-label,
  .hp-network-usp .hp-channel-meta {
    text-align: center;
  }
  .hp-map-visual {
    min-height: 0;
  }
  .hp-map-presence-img {
    max-height: none;
  }
}
@media (max-width: 575.98px) {
  .hp-contact-premium {
    padding-top: 1.5rem;
    padding-bottom: calc(var(--bottom-nav-h, 74px) + 1.25rem);
  }
  .hp-contact-shell {
    border-radius: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .hp-contact-channels .hp-channel {
    padding: 0.55rem 0.3rem;
  }
  .hp-contact-channels .hp-channel-label {
    font-size: 0.68rem;
  }
  .hp-contact-channels .hp-channel-meta {
    font-size: 0.55rem;
  }
  .btn-hp-form-submit {
    width: 100%;
    justify-content: center;
  }
}
.hp-premium-form .form-control {
  border: 1.5px solid rgba(197, 150, 61, 0.22);
  border-radius: 14px;
  padding: 0.85rem 1rem 0.85rem 2.65rem;
  font-size: 0.9rem;
  color: #000;
  background: #fff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.hp-premium-form .form-control::placeholder {
  color: #3d3428;
  opacity: 0.72;
}
.hp-premium-form .form-control:focus {
  border-color: var(--corp-blue);
  box-shadow: 0 0 0 4px rgba(2, 79, 174, 0.12);
  background: #fff;
  transform: translateY(-1px);
}
.hp-premium-form .hp-form-field:focus-within .hp-form-icon {
  color: var(--corp-blue);
}
.btn-hp-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--brand-primary) 0%, #b88732 50%, var(--brand-primary-dark) 100%);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 0.95rem 2rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 28px rgba(154, 120, 48, 0.35);
  transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.hp-contact-form-panel .btn-hp-form-submit {
  width: 100%;
  min-width: 0;
  max-width: none;
}
.btn-hp-form-submit i {
  font-size: 1.05rem;
  transition: transform 0.25s ease;
}
.btn-hp-form-submit:hover i {
  transform: translateX(4px);
}
.btn-hp-form-submit:hover {
  background: linear-gradient(135deg, var(--brand-primary-dark), var(--navy));
  color: #fff;
  transform: translateY(-2px);
}
.page-home .footer-sirca-premium .footer-wave,
.page-home .footer-sirca-premium .footer-logo-badge {
  display: none;
}
.page-home .back-to-top {
  background: var(--gold) !important;
  color: var(--navy) !important;
}
.page-home .fab-call {
  background: var(--corp-blue) !important;
}
.page-home .mbn-item.active {
  background: rgba(197, 150, 61, 0.14);
  color: var(--corp-blue);
}
.page-home .mbn-fab {
  background: linear-gradient(145deg, var(--brand-primary) 0%, var(--corp-blue) 55%, var(--navy) 100%);
}

@media (max-width: 991.98px) {
  .hp-hero-nav {
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }
  .page-home .hp-hero-pagination {
    bottom: 14px !important;
  }
  .hp-who-text-pf {
    margin-top: 1.25rem;
    padding-top: 1.5rem;
  }
  .hp-checklist { grid-template-columns: 1fr; }
  .hp-mid-cta-inner { text-align: center; justify-content: center; }
  .hp-mid-cta h3 { text-align: center; }
}

@media (max-width: 767.98px) {
  .hp-hero-nav {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
  }
  .page-home .hp-hero-pagination { bottom: 12px !important; }
  .hp-who-text-pf {
    margin-top: 1rem;
    padding-top: 1.35rem;
  }
  .hp-who-visual-pf .who-pf-years { position: relative; bottom: auto; left: auto; margin-top: 1rem; }
  .hp-who-visual-pf .who-pf-badge.top-right { right: 8px; }
}

/* —— Home FAQ + Certificate (form ke upr) —— */
.hp-faq-cert {
  padding: 1.85rem 0 1.5rem;
  background: transparent;
}
.hp-faq-cert > .container {
  max-width: 1320px;
}
.hp-faq-cert .row {
  --bs-gutter-x: 1.25rem;
  align-items: flex-start;
}

.hp-faq-cert .section-subtitle {
  font-size: 0.85rem;
}

.hp-faq-cert .hp-faq-list {
  margin-top: 0.5rem;
}

.hp-faq-cert .faq-item {
  background: var(--sirca-light-card, #FFFEF7);
  border-radius: 14px;
  border: 1px solid rgba(2, 79, 174, 0.12);
  margin-bottom: 0.7rem;
}

.hp-faq-cert .faq-question {
  padding: 1.05rem 1.25rem;
  font-size: 0.98rem;
}

.hp-faq-cert .faq-answer-inner {
  padding: 0 1.25rem 1.1rem;
  color: #000;
  font-size: 0.94rem;
  line-height: 1.7;
}

.hp-cert-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(2, 79, 174, 0.12);
  box-shadow: 0 14px 36px rgba(15, 39, 64, 0.08);
  padding: 0 !important;
  overflow: hidden;
  height: auto !important;
}

.hp-faq-cert .hp-cert-logo {
  margin: 0;
  padding: 0;
  cursor: zoom-in;
  border: none;
  box-shadow: none;
  min-height: 0;
  height: auto;
  background: #fff;
  display: block;
  line-height: 0;
  text-align: center;
}

.hp-cert-img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center top;
  display: block;
  margin: 0;
  border-radius: 0;
  vertical-align: top;
}

@media (max-width: 991.98px) {
  .hp-faq-cert > .container {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .hp-faq-cert {
    padding: 1.35rem 0 1rem;
  }
  .hp-faq-cert .row {
    --bs-gutter-x: 0.75rem;
  }

  .hp-cert-img {
    max-height: none;
  }

  .hp-faq-cert .faq-question {
    font-size: 0.92rem;
    padding: 0.95rem 1rem;
  }
}
