/* ============================================
   Header - Modern premium design
   ============================================ */
:root {
  --brand-primary: #2e3192;
  --brand-accent: #00b5ff;
  --header-bg: #ffffff;
  --header-accent: linear-gradient(90deg, var(--brand-primary) 0%, var(--brand-accent) 100%);
  --header-accent-height: 4px;
  --nav-color: #0f172a;
  --nav-hover: var(--brand-accent);
  --nav-hover-bg: rgba(0, 181, 255, 0.08);
  --subnav-bg: #f8fafc;
  --subnav-border: rgba(15, 23, 42, 0.06);
  --subnav-link: rgba(15, 23, 42, 0.78);
  --subnav-link-hover: var(--brand-accent);
  --subnav-divider: rgba(15, 23, 42, 0.08);
  --cta-bg: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-accent) 100%);
  --cta-hover: linear-gradient(135deg, #23267a 0%, #0099d9 100%);
  --cta-shadow: 0 4px 20px rgba(0, 181, 255, 0.30);
  --cta-shadow-hover: 0 8px 28px rgba(0, 181, 255, 0.40);
  --dropdown-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
  --dropdown-border: rgba(0, 181, 255, 0.18);
  --border-subtle: rgba(15, 23, 42, 0.06);
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
}

/* ============================================
   Products
   ============================================ */
.products-section {
  padding: clamp(3rem, 5vw, 4.5rem) 0 clamp(3.5rem, 6vw, 5rem);
  background:
    radial-gradient(900px 520px at 10% 0%, rgba(0, 181, 255, 0.10) 0%, rgba(0, 181, 255, 0) 55%),
    #f8fafc;
  position: relative;
  overflow: hidden;
}

.products-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--products-bg-image, url("../img/vesta-water-bg.png"));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.products-section .container,
.products-section .row {
  position: relative;
  z-index: 1;
}

.products-slider {
  margin: 0 -0.5rem;
}

.products-slider .product-slide {
  padding: 44px 0.5rem;
}

.products-slider .slick-track {
  display: flex;
}

.products-slider .slick-slide {
  height: inherit !important;
}

.products-slider .product-slide,
.products-slider .product-card {
  height: 100%;
}

.products-slider .slick-dots {
  margin-top: 1.5rem;
}

.products-slider .slick-dots li button:before {
  font-size: 10px;
  color: #cbd5f5;
  opacity: 1;
}

.products-slider .slick-dots li.slick-active button:before {
  color: var(--brand-accent);
}

.products-slider .slick-prev,
.products-slider .slick-next {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.6);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
}

.products-slider .slick-prev:before,
.products-slider .slick-next:before {
  font-size: 16px;
  color: #0f172a;
}

/* ============================================
   Why Choose AWP
   ============================================ */
.choose-section {
  padding: clamp(3.25rem, 6vw, 5rem) 0 clamp(3.25rem, 6vw, 4.75rem);
  background: #ffffff;
}

.choose-section .section-title {
  font-size: clamp(2rem, 2.6vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin-bottom: 0.6rem;
}

.choose-section .section-subtitle {
  margin: 0;
  color: #64748b;
  font-size: 0.98rem;
}

.choose-card {
  background: #f9fafb;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.choose-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 181, 255, 0.5);
  background: #ffffff;
  box-shadow:
    0 24px 70px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(148, 163, 184, 0.12);
}

.choose-image-wrap {
  position: relative;
  padding: 1.3rem 1.3rem 0.4rem;
}

.choose-image {
  display: block;
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  max-height: 220px;
}

.choose-body {
  padding: 0.9rem 1.3rem 1.3rem;
}

.choose-title {
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin-bottom: 0.35rem;
}

.choose-text {
  margin: 0;
  font-size: 0.92rem;
  color: #4b5563;
  line-height: 1.65;
}

@media (max-width: 991.98px) {
  .choose-image {
    max-height: 200px;
  }
}

/* ============================================
   Benefits
   ============================================ */
.benefits-section {
  padding: clamp(3rem, 6vw, 4.75rem) 0 clamp(3.5rem, 6vw, 5rem);
  background: #0b1022;
  position: relative;
  overflow: hidden;
}

.benefits-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 520px at 0% 0%, rgba(0, 181, 255, 0.18) 0%, transparent 60%),
    radial-gradient(900px 520px at 100% 100%, rgba(46, 49, 146, 0.5) 0%, transparent 65%);
  opacity: 0.85;
  pointer-events: none;
}

.benefits-section .container,
.benefits-section .row {
  position: relative;
  z-index: 1;
}

.benefits-section .section-title {
  color: #ffffff;
}

.benefits-section .section-subtitle {
  color: rgba(226, 232, 240, 0.9);
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.benefit-card {
  background: rgba(15, 23, 42, 0.88);
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.6);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(56, 189, 248, 0.6);
  box-shadow: 0 26px 80px rgba(15, 23, 42, 0.9);
}

.benefit-image-wrap {
  position: relative;
  overflow: hidden;
}

.benefit-image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.85) 100%);
}

.benefit-image {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.35s ease;
}

.benefit-card:hover .benefit-image {
  transform: scale(1.06);
}

.benefit-body {
  padding: 1.1rem 1.2rem 1.25rem;
}

.benefit-title {
  color: #e5f0ff;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 1.25rem;
  margin-bottom: 0.45rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.benefit-title::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-accent) 100%);
  box-shadow: 0 0 0 5px rgba(56, 189, 248, 0.25);
  flex-shrink: 0;
}

.benefit-text {
  margin: 0;
  color: rgba(209, 213, 219, 0.95);
  font-size: 0.93rem;
  line-height: 1.7;
}

@media (max-width: 991.98px) {
  .benefit-image {
    height: 200px;
  }
}

/* ============================================
   Testimonials
   ============================================ */
.testimonials-section {
  padding: clamp(3.25rem, 6vw, 4.75rem) 0 clamp(3.5rem, 6vw, 5rem);
  background:
    radial-gradient(900px 520px at 0% 0%, rgba(0, 181, 255, 0.10) 0%, transparent 60%),
    #f9fafb;
}

.testimonials-section .section-title {
  font-size: clamp(2rem, 2.5vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin-bottom: 0.6rem;
}

.testimonials-section .section-subtitle {
  margin: 0;
  color: #64748b;
  font-size: 0.98rem;
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-section .row {
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  padding: 1.6rem 1.5rem 1.45rem;
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.65rem;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-accent) 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-card::before {
  content: '“';
  position: absolute;
  top: -1rem;
  left: 1.2rem;
  font-size: 5rem;
  font-weight: 700;
  color: rgba(148, 163, 184, 0.25);
  pointer-events: none;
}

.testimonial-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 3px;
  border-radius: 999px 0 0 0;
  background: linear-gradient(90deg, var(--brand-primary) 0%, var(--brand-accent) 100%);
}

.testimonial-quote {
  margin-top: 0.7rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #111827;
  font-style: italic;
}

.testimonial-meta {
  margin-top: 1.1rem;
}

.testimonial-name {
  font-weight: 800;
  color: #0f172a;
  font-size: 1rem;
}

.testimonial-location {
  font-size: 0.9rem;
  color: #6b7280;
}

.testimonial-stars {
  font-size: 0.85rem;
  color: #f59e0b;
  letter-spacing: 0.08em;
  margin-top: 0.1rem;
}

/* ============================================
   Gallery
   ============================================ */
.gallery-section {
  padding: clamp(3.25rem, 6vw, 4.75rem) 0 clamp(3.5rem, 6vw, 5rem);
  background: #ffffff;
}

.gallery-section .section-title {
  font-size: clamp(2rem, 2.5vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin-bottom: 0.6rem;
}

.gallery-section .section-subtitle {
  margin: 0;
  color: #64748b;
  font-size: 0.98rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.gallery-grid {
  margin-top: 0.5rem;
}

.gallery-item {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #e5e7eb;
  aspect-ratio: 4 / 3;
  box-shadow:
    0 10px 30px rgba(15, 23, 42, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.9);
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(500px 260px at 0% 0%, rgba(0, 181, 255, 0.25) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.02);
}

.gallery-item:hover::after {
  opacity: 1;
}

.gallery-view-all.btn-cta {
  animation: none;
  font-size: 1.125rem;
  padding: 0.9rem 2.25rem;
}
.gallery-view-all.btn-cta::before {
  display: none;
}

/* ============================================
   Trust & Quality
   ============================================ */
.trust-quality-section {
  position: relative;
  z-index: 0;
  padding: clamp(3.25rem, 6vw, 4.75rem) 0 clamp(3.5rem, 6vw, 5rem);
  background: #f8fafc;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.trust-quality-section-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.18;
  pointer-events: none;
  z-index: -1;
}

.trust-quality-section-content {
  position: relative;
  z-index: 1;
}

.trust-quality-section .section-title {
  font-size: clamp(2rem, 2.5vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin-bottom: 0.6rem;
}

.trust-quality-section .section-subtitle {
  margin: 0;
  color: #64748b;
  font-size: 0.98rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.trust-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  margin-top: 0.5rem;
}

.trust-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 2rem;
  min-width: 160px;
  min-height: 90px;
  background: linear-gradient(145deg, #ffffff 0%, #f1f5f9 50%, #e2e8f0 100%);
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 4px 20px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.trust-logo-item:hover {
  transform: translateY(-4px);
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
  box-shadow:
    0 12px 32px rgba(15, 23, 42, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.trust-logo-img {
  max-height: 48px;
  width: auto;
  max-width: 140px;
  height: auto;
  object-fit: contain;
  filter: grayscale(0.15);
  transition: filter 0.25s ease;
}

.trust-logo-item:hover .trust-logo-img {
  filter: grayscale(0);
}

@media (max-width: 575.98px) {
  .trust-logos {
    gap: 1.25rem;
  }
  .trust-logo-item {
    padding: 0.6rem 1rem;
  }
  .trust-logo-img {
    max-height: 40px;
    max-width: 110px;
  }
}

/* ============================================
   Cities We Serve
   ============================================ */
.cities-section {
  padding: clamp(3.25rem, 6vw, 4.75rem) 0 clamp(3.5rem, 6vw, 5rem);
  background: #ffffff;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.cities-section .section-title {
  font-size: clamp(2rem, 2.5vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin-bottom: 0.6rem;
}

.cities-section .section-subtitle {
  margin: 0;
  color: #64748b;
  font-size: 0.98rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.cities-grid {
  margin-top: 0.5rem;
}

.city-logo-item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem 1.25rem;
  min-height: 96px;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.city-logo-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
  border-color: rgba(0, 181, 255, 0.2);
}

.city-logo-item--accent {
  background: #000000;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.16);
}
.city-logo-item--accent:hover {
  background: #111111;
  border-color: rgba(255, 255, 255, 0.28);
}

.city-logo-img {
  max-height: 54px;
  width: auto;
  max-width: 170px;
  height: auto;
  object-fit: contain;
  filter: saturate(1.02);
}

.city-logo-item--text {
  background: linear-gradient(145deg, rgba(46, 49, 146, 0.06) 0%, rgba(0, 181, 255, 0.06) 100%);
}

.city-logo-text {
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0f172a;
  font-size: 1.05rem;
}

@media (max-width: 575.98px) {
  .city-logo-item {
    padding: 0.95rem 1rem;
    min-height: 88px;
  }
  .city-logo-img {
    max-height: 46px;
    max-width: 150px;
  }
  .city-logo-text {
    font-size: 1rem;
  }
}

/* ============================================
   Owner Message
   ============================================ */
.owner-section {
  padding: clamp(3.25rem, 6vw, 4.75rem) 0 clamp(3.5rem, 6vw, 5rem);
  background:
    radial-gradient(900px 520px at 100% 0%, rgba(0, 181, 255, 0.10) 0%, transparent 60%),
    #f3f4f6;
}

.owner-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  padding: 1.6rem 1.8rem 1.7rem;
  box-shadow:
    0 20px 55px rgba(15, 23, 42, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.95);
  position: relative;
  overflow: hidden;
}

.owner-card::before {
  content: '“';
  position: absolute;
  top: -1.3rem;
  right: 1.4rem;
  font-size: 5rem;
  font-weight: 700;
  color: rgba(148, 163, 184, 0.25);
  pointer-events: none;
}

.owner-kicker {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.65rem;
}

.owner-heading {
  font-size: clamp(1.6rem, 2.2vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin-bottom: 0.8rem;
}

.owner-quote {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #111827;
}

.owner-signoff {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.owner-name {
  font-weight: 800;
  color: #0f172a;
}

.owner-role {
  font-size: 0.9rem;
  color: #6b7280;
}

.owner-photo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owner-photo-inner {
  position: relative;
  width: min(320px, 90%);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 0% 0%, rgba(0, 181, 255, 0.35) 0%, transparent 55%),
    linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-accent) 100%);
  padding: 4px;
  box-shadow: 0 25px 70px rgba(15, 23, 42, 0.4);
}

.owner-photo-inner::before {
  content: '';
  position: absolute;
  inset: 14px;
  border-radius: inherit;
  border: 1px dashed rgba(148, 163, 184, 0.5);
  opacity: 0.8;
}

.owner-photo-inner::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 18%;
  width: 64%;
  height: 26px;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 0%, rgba(15, 23, 42, 0.35), transparent 65%);
  filter: blur(4px);
  opacity: 0.8;
  z-index: -1;
}

.owner-photo {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: cover;
  background: #0f172a;
}

@media (max-width: 991.98px) {
  .owner-card {
    margin-bottom: 1.75rem;
  }

  .owner-photo-inner {
    width: min(260px, 80%);
  }
}

/* ============================================
   Schedule Free Analysis
   ============================================ */
.schedule-section {
  padding: clamp(3.25rem, 6vw, 4.75rem) 0 clamp(3.5rem, 6vw, 5rem);
  background:
    radial-gradient(900px 520px at 0% 0%, rgba(0, 181, 255, 0.08) 0%, transparent 60%),
    #f9fafb;
}

.schedule-copy {
  max-width: 34rem;
  position: relative;
  padding-left: 1.4rem;
}

.schedule-kicker {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.4rem;
}

.schedule-copy::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3rem;
  bottom: 0.3rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--brand-primary) 0%, var(--brand-accent) 100%);
  opacity: 0.75;
}

.schedule-heading {
  font-size: clamp(2rem, 2.5vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin-bottom: 0.6rem;
}

.schedule-subtitle {
  font-size: 1rem;
  color: #4b5563;
  margin-bottom: 1rem;
}

.schedule-points {
  list-style: none;
  padding-left: 0;
  margin: 0.25rem 0 0;
  display: grid;
  gap: 0.45rem;
  font-size: 0.95rem;
  color: #4b5563;
}

.schedule-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.schedule-points li::before {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: 0.3rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-accent) 100%);
  box-shadow: 0 0 0 4px rgba(0, 181, 255, 0.15);
  flex-shrink: 0;
}

.schedule-note {
  margin-top: 0.85rem;
  font-size: 0.9rem;
  color: #4b5563;
}

.schedule-note a {
  color: var(--brand-accent);
  text-decoration: none;
  font-weight: 600;
}

.schedule-note a:hover {
  text-decoration: underline;
}

.schedule-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 1.7rem 1.8rem 1.9rem;
  box-shadow:
    0 20px 55px rgba(15, 23, 42, 0.10),
    0 1px 0 rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.45);
  color: #0f172a;
}

.schedule-card .form-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #0f172a;
}

.schedule-card .form-control,
.schedule-card .form-select {
  background-color: #f9fafb;
  border-radius: 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.7);
  color: #0f172a;
  font-size: 0.9rem;
}

.schedule-card .form-control::placeholder {
  color: #6b7280;
}

.schedule-card .form-control:focus,
.schedule-card .form-select:focus {
  border-color: var(--brand-accent);
  box-shadow: 0 0 0 1px rgba(0, 181, 255, 0.35);
}

.schedule-card .form-check-input {
  border-radius: 0.5rem;
  border-color: rgba(148, 163, 184, 0.8);
}

.schedule-card .form-check-input:checked {
  background-color: var(--brand-accent);
  border-color: var(--brand-accent);
}

.schedule-submit {
  margin-top: 0.25rem;
}

/* ============================================
   Dynamic Form Styling (Fluent Forms, CF7, Gravity Forms)
   ============================================ */

/* Static Form Elements (already defined above) */
.schedule-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 1.7rem 1.8rem 1.9rem;
  box-shadow:
    0 20px 55px rgba(15, 23, 42, 0.10),
    0 1px 0 rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.45);
  color: #0f172a;
}

.schedule-card .form-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #0f172a;
}

.schedule-card .form-control,
.schedule-card .form-select {
  background-color: #f9fafb;
  border-radius: 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.7);
  color: #0f172a;
  font-size: 0.9rem;
}

.schedule-card .form-control::placeholder {
  color: #6b7280;
}

.schedule-card .form-control:focus,
.schedule-card .form-select:focus {
  border-color: var(--brand-accent);
  box-shadow: 0 0 0 1px rgba(0, 181, 255, 0.35);
}

.schedule-card .form-check-input {
  border-radius: 0.5rem;
  border-color: rgba(148, 163, 184, 0.8);
}

.schedule-card .form-check-input:checked {
  background-color: var(--brand-accent);
  border-color: var(--brand-accent);
}

/* Dynamic Form Elements - Fluent Forms (Based on Actual HTML Structure) */
.schedule-card .fluentform .ff-el-input--label,
.schedule-card .fluentform .ff-el-input--label label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #0f172a;
}

.schedule-card .fluentform .ff-el-form-control,
.schedule-card .fluentform input[type="text"],
.schedule-card .fluentform input[type="email"],
.schedule-card .fluentform input[type="number"],
.schedule-card .fluentform input[type="tel"],
.schedule-card .fluentform textarea,
.schedule-card .fluentform select {
  background-color: #f9fafb;
  border-radius: 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.7);
  color: #0f172a;
  font-size: 0.9rem;
  padding: .375rem .75rem;
  width: 100%;
}

.schedule-card .fluentform .ff-el-form-control::placeholder,
.schedule-card .fluentform input::placeholder,
.schedule-card .fluentform textarea::placeholder {
  color: #6b7280;
}

.schedule-card .fluentform .ff-el-form-control:focus,
.schedule-card .fluentform input:focus,
.schedule-card .fluentform textarea:focus,
.schedule-card .fluentform select:focus {
  border-color: var(--brand-accent);
  box-shadow: 0 0 0 1px rgba(0, 181, 255, 0.35);
  outline: none;
}

.schedule-card .fluentform .ff-el-form-check-input,
.schedule-card .fluentform input[type="checkbox"] {
  border-radius: 20px;
  border-color: rgba(148, 163, 184, 0.8);
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
      appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid #dee2e6;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

.schedule-card .fluentform .ff-el-form-check-input:checked,
.schedule-card .fluentform input[type="checkbox"]:checked {
  background-color: var(--brand-accent);
  border-color: var(--brand-accent);
}

.schedule-card .fluentform .ff-el-form-check-label {
  font-size: .875em;
  color: #4b5563;
  margin-left: 0.5rem;
}

.schedule-card .fluentform .ff-btn,
.schedule-card .fluentform .ff-btn-submit {
  width: 100%;
  margin-top: 0.25rem;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-accent) 100%) !important;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.65rem 1.5rem;
  cursor: pointer;
     transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    animation: ctaAttract 2.6s ease-in-out infinite;
}

.schedule-card .fluentform .ff-btn:hover,
.schedule-card .fluentform .ff-btn-submit:hover {
  background: linear-gradient(135deg, #23267a 0%, #0099d9 100%);
  box-shadow: 0 8px 28px rgba(0, 181, 255, 0.40);
  transform: translateY(-2px);
}

/* Remove Fluent Forms default styling conflicts */
.schedule-card .fluentform fieldset {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.schedule-card .fluentform .ff-t-container {
  gap: 1rem;
}

.schedule-card .fluentform .ff-t-cell {
  padding: 0;
}

.schedule-card .fluentform .ff-el-group {
  margin-bottom: 1rem;
}

.schedule-card .fluentform .ff-el-input--content {
  margin-top: 0.5rem;
}

.schedule-card .fluentform .ff-el-form-hide_label {
  margin-bottom: 1rem;
}

.schedule-card .fluentform .ff-el-form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.schedule-card .fluentform .ff_submit_btn_wrapper {
  text-align: left;
}

/* Dynamic Form Elements - Contact Form 7 */
.schedule-card .wpcf7-form-control .form-label,
.schedule-card .wpcf7-form-control[type="text"],
.schedule-card .wpcf7-form-control[type="email"],
.schedule-card .wpcf7-form-control[type="tel"],
.schedule-card .wpcf7-form-control[type="textarea"],
.schedule-card .wpcf7-form-control select {
  font-size: 0.85rem;
  font-weight: 600;
  color: #0f172a;
}

.schedule-card .wpcf7-form-control[type="text"],
.schedule-card .wpcf7-form-control[type="email"],
.schedule-card .wpcf7-form-control[type="tel"],
.schedule-card .wpcf7-form-control[type="textarea"],
.schedule-card .wpcf7-form-control select {
  background-color: #f9fafb;
  border-radius: 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.7);
  color: #0f172a;
  font-size: 0.9rem;
}

.schedule-card .wpcf7-form-control::placeholder {
  color: #6b7280;
}

.schedule-card .wpcf7-form-control:focus {
  border-color: var(--brand-accent);
  box-shadow: 0 0 0 1px rgba(0, 181, 255, 0.35);
}

.schedule-card .wpcf7-form-control[type="checkbox"] {
  border-radius: 0.5rem;
  border-color: rgba(148, 163, 184, 0.8);
}

.schedule-card .wpcf7-form-control[type="checkbox"]:checked {
  background-color: var(--brand-accent);
  border-color: var(--brand-accent);
}

.schedule-card .wpcf7-submit {
  margin-top: 0.25rem;
}

/* Dynamic Form Elements - Gravity Forms */
.schedule-card .gform_wrapper .form-label,
.schedule-card .gform_wrapper input[type="text"],
.schedule-card .gform_wrapper input[type="email"],
.schedule-card .gform_wrapper input[type="tel"],
.schedule-card .gform_wrapper textarea,
.schedule-card .gform_wrapper select {
  font-size: 0.85rem;
  font-weight: 600;
  color: #0f172a;
}

.schedule-card .gform_wrapper input[type="text"],
.schedule-card .gform_wrapper input[type="email"],
.schedule-card .gform_wrapper input[type="tel"],
.schedule-card .gform_wrapper textarea,
.schedule-card .gform_wrapper select {
  background-color: #f9fafb;
  border-radius: 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.7);
  color: #0f172a;
  font-size: 0.9rem;
}

.schedule-card .gform_wrapper input::placeholder {
  color: #6b7280;
}

.schedule-card .gform_wrapper input:focus,
.schedule-card .gform_wrapper textarea:focus,
.schedule-card .gform_wrapper select:focus {
  border-color: var(--brand-accent);
  box-shadow: 0 0 0 1px rgba(0, 181, 255, 0.35);
}

.schedule-card .gform_wrapper input[type="checkbox"] {
  border-radius: 0.5rem;
  border-color: rgba(148, 163, 184, 0.8);
}

.schedule-card .gform_wrapper input[type="checkbox"]:checked {
  background-color: var(--brand-accent);
  border-color: var(--brand-accent);
}

.schedule-card .gform_button {
  margin-top: 0.25rem;
}

@media (max-width: 991.98px) {
  .schedule-section {
    padding-top: 2.75rem;
  }

  .schedule-card {
    padding: 1.4rem 1.4rem 1.7rem;
  }
}

/* ============================================
   Installation Photos (Vesta page)
   ============================================ */
.installation-photos-section {
  padding: clamp(3.25rem, 6vw, 4.75rem) 0 clamp(3.5rem, 6vw, 5rem);
  background: #f8fafc;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.installation-photos-section .section-title {
  font-size: clamp(2rem, 2.5vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin-bottom: 0.6rem;
}

.installation-photos-section .section-subtitle {
  margin: 0;
  color: #64748b;
  font-size: 0.98rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.installation-photos-grid {
  margin-top: 0.5rem;
}

.installation-photos-item {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #e5e7eb;
  aspect-ratio: 4 / 3;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08), 0 1px 0 rgba(255, 255, 255, 0.9);
}

.installation-photos-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.installation-photos-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(500px 260px at 0% 0%, rgba(0, 181, 255, 0.2) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.installation-photos-item:hover .installation-photos-img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.02);
}

.installation-photos-item:hover::after {
  opacity: 1;
}

/* ============================================
   Contact Us Section
   ============================================ */
.contact-us-section {
  position: relative;
  z-index: 0;
  padding: clamp(3.25rem, 6vw, 4.75rem) 0 clamp(3.5rem, 6vw, 5rem);
  background: #ffffff;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.contact-us-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("../img/vesta-water-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  pointer-events: none;
  z-index: -1;
}

.contact-us-section .section-title {
  font-size: clamp(2rem, 2.5vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin-bottom: 0.6rem;
}

.contact-us-section .section-subtitle {
  margin: 0;
  color: #64748b;
  font-size: 0.98rem;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
   Footer
   ============================================ */
.site-footer {
  padding: clamp(2.5rem, 5vw, 3rem) 0 1.5rem;
  background: #020617;
  color: #e5e7eb;
}

.site-footer .footer-logo {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #f9fafb;
  margin: 0;
}

.site-footer .footer-text {
  font-size: 0.9rem;
  color: #9ca3af;
  max-width: 22rem;
}

.footer-logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
}

.footer-logo-image {
  height: 60px;
  width: auto;
  object-fit: contain;
}

.footer-heading {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #9ca3af;
  margin-bottom: 0.8rem;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: grid;
  gap: 0.35rem;
  font-size: 0.9rem;
}

.footer-links a {
  color: #e5e7eb;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.footer-links a::before {
  content: '›';
  margin-right: 0.35rem;
  font-size: 0.8rem;
  color: #64748b;
}

.footer-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.08rem;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--brand-accent) 0%, transparent 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.footer-links a:hover::after {
  transform: scaleX(1);
}

.footer-links a:hover {
  color: #f9fafb;
}

.footer-contact li {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.footer-contact-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #6b7280;
}

.footer-contact a {
  color: #e5e7eb;
  text-decoration: none;
}

.footer-contact a:hover {
  color: var(--brand-accent);
}

.footer-bottom {
  border-top: 1px solid rgba(31, 41, 55, 0.9);
  margin-top: 2rem;
  padding-top: 1.1rem;
  font-size: 0.85rem;
  color: #6b7280;
  text-align: center;
}

@media (max-width: 991.98px) {
  .site-footer {
    text-align: left;
  }

  .site-footer .footer-brand {
    margin-bottom: 1.5rem;
  }
}

.products-section .section-title {
  font-size: clamp(2rem, 2.6vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin-bottom: 0.6rem;
  position: relative;
  display: inline-block;
}

.products-section .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.45rem;
  width: 82px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-primary) 0%, var(--brand-accent) 100%);
}

.products-section .section-subtitle {
  margin: 0;
  color: #64748b;
  font-size: 1rem;
}

.product-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.04);
  box-shadow:
    0 14px 40px rgba(15, 23, 42, 0.04),
    0 1px 0 rgba(255, 255, 255, 0.8);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.product-card::before {
  content: '';
  position: absolute;
  inset: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-primary) 0%, var(--brand-accent) 100%);
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 181, 255, 0.35);
  box-shadow:
    0 22px 60px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(148, 163, 184, 0.12);
}

.product-image-wrap {
  padding: 1.5rem 1.25rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image {
  max-height: 160px;
  width: auto;
}

.product-body {
  padding: 0.25rem 1.25rem 0.9rem;
}

.product-title {
  font-size: clamp(1.4rem, 1.7vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin-bottom: 0.85rem;
  position: relative;
  padding-bottom: 0.15rem;
}

.product-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-primary) 0%, var(--brand-accent) 100%);
  opacity: 0.6;
}

.product-tagline {
  font-size: 0.92rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.4rem;
}

.product-text {
  font-size: 0.9rem;
  color: #4b5563;
  line-height: 1.6;
}

.product-footer {
  padding: 0 1.25rem 1.15rem;
  margin-top: auto;
}

.product-more {
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.45rem 0.95rem;
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: #0f172a;
  background: #ffffff;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}

.product-more:hover,
.product-more:focus-visible {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-accent) 100%);
  border-color: transparent;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.18);
  transform: translateY(-1px);
}

.products-section .product-card:nth-child(1) .product-title {
  color: var(--brand-primary);
}

.products-section .product-card:nth-child(2) .product-title {
  color: #0f766e;
}

.products-section .product-card:nth-child(3) .product-title {
  color: #0f766e;
}

.products-section .product-card:nth-child(4) .product-title {
  color: #b45309;
}

@media (max-width: 991.98px) {
  .product-image {
    max-height: 140px;
  }
}

/* ============================================
   Hero
   ============================================ */
.hero {
  position: relative;
  padding: clamp(2.75rem, 6vw, 5.5rem) 0;
  background:
    radial-gradient(900px 520px at 18% 30%, rgba(0, 181, 255, 0.26) 0%, rgba(0, 181, 255, 0) 62%),
    linear-gradient(135deg, #1c1f6e 0%, #2e3192 45%, #171a55 100%);
  overflow: hidden;
}

/* Generic alternating background for sections */
.section-alt-bg {
  position: relative;
  z-index: 0;
}

.section-alt-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.08;
  pointer-events: none;
  z-index: -1;
}

.section-alt-bg.bg-vesta::before {
  background-image: url("../img/vesta-water-bg.png");
}

.section-alt-bg.bg-message::before {
  background-image: url("../img/meaage-bg.jpg");
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg-image, url("../img/vesta-water-bg.png"));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  opacity: 0.14;
  transform: scale(1.03);
  pointer-events: none;
}

.hero .container,
.hero .row {
  position: relative;
  z-index: 1;
}

.hero-kicker {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 0.9rem;
}

.hero-title {
  color: #ffffff;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.03;
  font-size: clamp(2.15rem, 3.25vw, 3.45rem);
  margin-bottom: 1.05rem;
  text-wrap: balance;
}

.hero-subtitle {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 1.25vw, 1.2rem);
  line-height: 1.6;
  max-width: 38rem;
  margin-bottom: 1.4rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.hero-small {
  color: rgba(255, 255, 255, 0.80);
  font-weight: 700;
}

.hero-cta.btn-cta {
  padding: 0.95rem 1.25rem;
  border-radius: 18px;
  gap: 0.85rem;
  box-shadow: 0 16px 50px rgba(0, 181, 255, 0.32);
}

.hero-cta-text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.05;
}

.hero-cta-top {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.95;
}

.hero-cta-bottom {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.85rem;
  backdrop-filter: blur(10px);
}

.hero-visual {
  position: relative;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.35);
  overflow: hidden;
  min-height: 380px;
  display: flex;
}

.hero-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(500px 280px at 30% 20%, rgba(0, 181, 255, 0.24) 0%, rgba(0, 181, 255, 0) 60%);
  pointer-events: none;
}

.hero-image {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: left;
  transform: scale(1.02);
}

/* Inner page hero: do not force full width on image */
.hero-vesta .hero-image,
.hero-watts .hero-image,
.hero-saltfree .hero-image,
.hero-uv .hero-image,
.hero-tankless .hero-image {
  width: auto;
  margin: auto;
  max-height: 660px;
  object-fit: contain;
}

.hero-vesta-actions .btn-cta.hero-cta {
  animation: none;
  background: #00b5ff;
  box-shadow: 0 16px 50px rgba(0, 181, 255, 0.35);
}
.hero-vesta-actions .btn-cta.hero-cta:hover {
  background: #0099d9;
  box-shadow: 0 20px 56px rgba(0, 181, 255, 0.45);
}
.hero-vesta-actions .btn-cta.hero-cta::before {
  display: none;
}

.hero-watts-actions .btn-cta.hero-cta,
.hero-saltfree-actions .btn-cta.hero-cta {
  animation: none;
  background: #00b5ff;
  box-shadow: 0 16px 50px rgba(0, 181, 255, 0.35);
}
.hero-watts-actions .btn-cta.hero-cta:hover,
.hero-saltfree-actions .btn-cta.hero-cta:hover {
  background: #0099d9;
  box-shadow: 0 20px 56px rgba(0, 181, 255, 0.45);
}
.hero-watts-actions .btn-cta.hero-cta::before,
.hero-saltfree-actions .btn-cta.hero-cta::before {
  display: none;
}

/* ============================================
   Vesta inner page content sections
   ============================================ */
.vesta-content {
  position: relative;
  z-index: 0;
  padding: clamp(3.5rem, 6vw, 5rem) 0;
  background: #ffffff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.vesta-content::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("../img/vesta-water-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.08;
  pointer-events: none;
  z-index: -1;
}

.vesta-content:last-of-type {
  border-bottom: 0;
}

.vesta-content--alt {
  background: #fafbfc;
}

.vesta-content--alt::before {
  opacity: 0.1;
}

.vesta-content__header {
  margin-bottom: 2.5rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.vesta-content__header.text-center .vesta-content__title::after {
  margin-left: auto;
  margin-right: auto;
}

.vesta-content__title {
  font-size: clamp(1.6rem, 2.8vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}

.vesta-content__title::after {
  content: '';
  display: block;
  width: 56px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--brand-primary), var(--brand-accent));
  margin-top: 0.85rem;
}

.vesta-content__tagline {
  font-size: 1.05rem;
  font-weight: 600;
  color: #64748b;
  margin: 0;
}

.vesta-content__intro {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #475569;
  margin-bottom: 1.25rem;
}

.vesta-content__intro:last-of-type {
  margin-bottom: 0;
}

.vesta-content__list {
  list-style: none;
  padding-left: 0;
  margin: 1.75rem 0;
}

.vesta-content__list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #475569;
}

.vesta-content__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-accent);
}

.vesta-content__list li strong {
  color: #0f172a;
}

.vesta-content__list--numbered {
  counter-reset: vesta-num;
}

.vesta-content__list--numbered li {
  padding-left: 2.85rem;
  margin-bottom: 1.5rem;
}

.vesta-content__list--numbered li::before {
  content: counter(vesta-num);
  counter-increment: vesta-num;
  left: 0;
  top: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(46, 49, 146, 0.25);
}

.vesta-content__list--numbered li strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #0f172a;
  font-size: 1.02rem;
}

.vesta-content__features {
  margin-top: 1.5rem;
}

.vesta-content__features p {
  font-size: 1.02rem;
  line-height: 1.72;
  color: #475569;
  margin-bottom: 1.25rem;
  padding: 1rem 0 1rem 1.25rem;
  border-left: 3px solid var(--brand-accent);
  background: rgba(0, 181, 255, 0.04);
  border-radius: 0 8px 8px 0;
}

.vesta-content__features p:last-child {
  margin-bottom: 0;
}

.vesta-content__features p strong {
  color: #0f172a;
}

.vesta-content__benefits-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f172a;
  margin: 2rem 0 1rem;
  letter-spacing: 0.02em;
}

.vesta-content__list--benefits li {
  margin-bottom: 1.1rem;
}

.vesta-content__list--benefits li strong, .vesta-content__list--benefits li b, strong, b {
  color: #0f172a;
}

.vesta-content__img-wrap {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  padding: 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
  position: sticky;
  top: 2rem;
}

/* First section: constrained image + sticky on scroll */
.vesta-content__img-wrap--constrained {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 2rem;
}

.vesta-content__img-wrap--constrained .vesta-content__img {
  max-height: 1200px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.vesta-content__body .vesta-content__intro {
  font-size: 1.06rem;
  line-height: 1.72;
  margin-bottom: 1.35rem;
}

.vesta-content__body .vesta-content__list--numbered {
  margin: 1.5rem 0;
}

.vesta-content__body .vesta-content__list--numbered li {
  margin-bottom: 1.4rem;
}

.vesta-content__img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

@media (max-width: 991.98px) {
  .vesta-content__header {
    margin-bottom: 2rem;
  }
  .vesta-content__img-wrap {
    margin-top: 0.5rem;
    position: static;
  }
  .vesta-content .order-lg-1 {
    order: 0;
  }
  .vesta-content .order-lg-2 {
    order: 0;
  }
}

@media (max-width: 991.98px) {
  .hero {
    padding: 2.75rem 0 3.25rem;
  }

  .hero::before {
    background-position: center;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-cta.btn-cta {
    width: 100%;
    justify-content: center;
  }

  .hero-visual {
    min-height: 300px;
    margin-top: 1.5rem;
  }
}

/* Header + top nav */
.header-modern {
  background: var(--header-bg);
}

.header-modern .navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: var(--header-bg);
  box-shadow: 0 1px 0 var(--border-subtle);
  transition: box-shadow 0.25s ease;
  padding: 0.85rem 0;
}

/* Top accent strip on nav */
.header-modern .navbar::before {
  content: '';
  display: block;
  height: var(--header-accent-height);
  background: var(--header-accent);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Services sub menu row */
.services-subnav {
  background: linear-gradient(90deg, var(--brand-primary) 0%, #252884 60%, var(--brand-primary) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.services-subnav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0;
  min-height: 46px;
}

.services-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}

.services-menu::-webkit-scrollbar {
  display: none; /* Safari/Chrome */
}

.services-menu > li {
  position: relative;
}

.services-menu > li + li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.18);
}

.services-link {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding: 0.5rem 0.95rem;
  position: relative;
  transition: color 0.2s ease, background 0.2s ease;
  border-radius: 8px;
}

.services-link:hover,
.services-link:focus {
  color: #ffffff;
  background: rgba(0, 181, 255, 0.18);
}

.services-link::after {
  content: '';
  position: absolute;
  left: 0.95rem;
  right: 0.95rem;
  bottom: 0.28rem;
  height: 2px;
  background: var(--brand-accent);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.services-link:hover::after,
.services-link:focus::after,
.services-link.is-active::after {
  transform: scaleX(1);
}

.services-link.is-active {
  color: #ffffff;
}

/* Logo */
.header-modern .navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--nav-color) !important;
  letter-spacing: -0.03em;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.header-modern .navbar-brand:hover {
  color: var(--nav-color) !important;
  opacity: 0.9;
  transform: translateY(-0.5px);
}

.header-modern .navbar-brand img {
  height: 44px;
  width: auto;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.header-modern .navbar-brand:hover img {
  transform: scale(1.04);
}

/* Nav links with animated underline */
.header-modern .nav-link {
  color: var(--nav-color) !important;
  font-weight: 500;
  font-size: 0.9375rem;
  padding: 0.5rem 0.85rem !important;
  border-radius: 6px;
  position: relative;
  transition: color 0.2s ease, background 0.2s ease;
}

.header-modern .nav-link::after {
  content: '';
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.35rem;
  height: 2px;
  background: var(--nav-hover);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.header-modern .nav-link:hover,
.header-modern .nav-link:focus,
.header-modern .nav-link.show {
  color: var(--nav-hover) !important;
  background: var(--nav-hover-bg);
}

.header-modern .nav-link:hover::after,
.header-modern .nav-link:focus::after,
.header-modern .nav-link.show::after {
  transform: scaleX(1);
}

/* Dropdown */
.header-modern .dropdown-toggle::after {
  margin-left: 0.4em;
  vertical-align: 0.2em;
  border-width: 0.2em;
}

.header-modern .dropdown-menu {
  border: 1px solid var(--dropdown-border);
  border-radius: 14px;
  box-shadow: var(--dropdown-shadow);
  padding: 0.5rem;
  margin-top: 0.6rem;
  min-width: 240px;
}

.header-modern .dropdown-item {
  border-radius: 8px;
  padding: 0.65rem 1rem;
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--nav-color);
  transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
  border-left: 3px solid transparent;
}

.header-modern .dropdown-item:hover {
  background: var(--nav-hover-bg);
  color: var(--nav-hover);
  padding-left: 1.15rem;
  border-left-color: var(--nav-hover);
}

/* CTA button (global) - pill style with glow */
.btn-cta {
  background: var(--cta-bg);
  background-size: 220% 220%;
  background-position: 0% 50%;
  color: #fff !important;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.65rem 1.5rem;
  border-radius: 50px;
  border: none;
  box-shadow: var(--cta-shadow);
  transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  animation: ctaAttract 2.6s ease-in-out infinite;
}

.header-modern .btn-cta { margin-left: 0.25rem; }

.btn-cta::before {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 999px;
  background: radial-gradient(closest-side, rgba(0, 181, 255, 0.45) 0%, rgba(0, 181, 255, 0.0) 70%);
  opacity: 0.0;
  transform: scale(0.9);
  z-index: -1;
  filter: blur(2px);
  animation: ctaHalo 2.6s ease-in-out infinite;
}

.btn-cta::after {
  content: '';
  position: absolute;
  top: -30%;
  left: -60%;
  width: 45%;
  height: 160%;
  transform: skewX(-20deg);
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.25) 50%, transparent 100%);
  opacity: 0.0;
  pointer-events: none;
}

.btn-cta:hover::after,
.btn-cta:focus-visible::after {
  opacity: 1;
  animation: ctaShine 0.9s ease-out 1;
}

.btn-cta:hover {
  color: #fff !important;
  background: var(--cta-hover);
  box-shadow: var(--cta-shadow-hover);
  transform: translateY(-2px);
}

.btn-cta:hover .phone-icon,
.btn-cta:focus-visible .phone-icon {
  animation: ctaWiggle 0.6s ease-in-out 1;
}

.btn-cta:active {
  transform: translateY(0);
}

.btn-cta .phone-icon {
  flex-shrink: 0;
  opacity: 0.95;
}

/* Hero section secondary button (outline) */
.btn-hero-secondary {
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.65rem 1.5rem;
  border-radius: 50px;
  border: 2px solid var(--brand-accent);
  color: var(--brand-accent) !important;
  background: transparent;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.btn-hero-secondary:hover {
  color: #fff !important;
  background: var(--brand-accent);
  border-color: var(--brand-accent);
  transform: translateY(-2px);
}

/* Hero section: Sales & Service RO — same style as Find Solution (hero-cta) */
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

@keyframes ctaAttract {
  0%, 100% {
    transform: translateY(0) scale(1);
    background-position: 0% 50%;
    box-shadow: var(--cta-shadow);
  }
  45% {
    transform: translateY(-2px) scale(1.015);
    background-position: 100% 50%;
    box-shadow: 0 14px 40px rgba(0, 181, 255, 0.35);
  }
  55% {
    transform: translateY(-2px) scale(1.015);
    background-position: 100% 50%;
    box-shadow: 0 14px 40px rgba(0, 181, 255, 0.35);
  }
}

@keyframes ctaHalo {
  0%, 100% {
    opacity: 0.0;
    transform: scale(0.92);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.02);
  }
}

@keyframes ctaShine {
  0% { transform: translateX(0) skewX(-20deg); }
  100% { transform: translateX(260%) skewX(-20deg); }
}

@keyframes ctaWiggle {
  0% { transform: rotate(0deg) translateX(0); }
  25% { transform: rotate(-10deg) translateX(-1px); }
  55% { transform: rotate(10deg) translateX(1px); }
  100% { transform: rotate(0deg) translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .btn-cta {
    animation: none;
  }
  .btn-cta::before {
    animation: none;
    opacity: 0;
  }
  .btn-cta::after {
    animation: none !important;
  }
}

/* Mobile toggler */
.header-modern .navbar-toggler {
  border-radius: 10px;
  border: 1px solid var(--border-subtle);
  padding: 0.5rem 0.75rem;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.header-modern .navbar-toggler:hover {
  background: var(--nav-hover-bg);
  border-color: var(--dropdown-border);
}

.header-modern .navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(0, 181, 255, 0.20);
}

/* Mobile menu */
@media (max-width: 991.98px) {
  .header-modern .navbar-collapse {
    padding: 1.25rem 0;
    border-top: 1px solid var(--border-subtle);
    margin-top: 0.75rem;
  }

  .header-modern .nav-item {
    margin: 0.2rem 0;
  }

  .header-modern .nav-link::after {
    display: none;
  }

  .header-modern .btn-cta {
    margin-top: 0.75rem;
    margin-left: 0;
    justify-content: center;
    width: 100%;
    max-width: 280px;
  }

  .services-link {
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700;
  }

  .services-subnav-inner {
    justify-content: flex-start;
  }

  .services-menu {
    justify-content: flex-start;
  }

  .services-link::after {
    display: none;
  }

  .services-menu > li + li::before {
    display: none;
  }
}


/*============ about page ============*/

    .hero-badge {
      display: inline-block;
      background: rgba(46,156,206,.2);
      border: 1px solid rgba(46,156,206,.4);
      color: #5bbde0;
      font-size: .78rem;
      letter-spacing: .12em;
      text-transform: uppercase;
      padding: .35rem 1rem;
      border-radius: 50px;
      margin-bottom: 1.4rem;
      font-weight: 600;
    }

    .hero h1 {
      font-size: clamp(2.4rem, 5vw, 3.8rem);
      color: #ffffff;
      line-height: 1.18;
      margin-bottom: 1.2rem;
    }

    .hero h1 span { color: #5bbde0; }

    .hero > .reveal > p {
      max-width: 600px;
      margin: 0 auto 2.4rem;
      color: rgba(255,255,255,.72);
      font-size: 1.08rem;
      line-height: 1.7;
    }

    .hero-stats {
      display: flex;
      justify-content: center;
      gap: 3rem;
      flex-wrap: wrap;
    }

    .stat { text-align: center; }
    .stat-num {
      font-size: 2.6rem;
      color: #c89b3c;
      display: block;
      line-height: 1;
    }
    .stat-label {
      color: rgba(255,255,255,.65);
      font-size: .82rem;
      letter-spacing: .06em;
      text-transform: uppercase;
      margin-top: .3rem;
    }

    .hero-wave {
      position: absolute;
      bottom: -2px; left: 0; right: 0;
    }

    /* ─── SECTION BASE ─── */
    .about-main,.owner-section { padding: 90px 5%; }

    .section-label {
      font-size: .75rem;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: #2e9cce;
      font-weight: 600;
      margin-bottom: .7rem;
    }

    .section-title {
      font-size: clamp(1.8rem, 3vw, 2.6rem);
      color: #0d2b4e;
      line-height: 1.22;
      margin-bottom: 1rem;
    }

    .divider {
      width: 52px; height: 3px;
      background: #c89b3c;
      border-radius: 2px;
      margin-bottom: 1.6rem;
    }

    /* ─── ABOUT MAIN ─── */
    .about-main { background: #f4f8fc; }

    .about-grid {
      max-width: 900px;
      margin: 0 auto;
    }

    .about-visual { position: relative; }

    .about-visual-inner {
      background: linear-gradient(145deg, #0d2b4e, #1a5fa8);
      border-radius: 16px;
      padding: 3rem 2.5rem;
      color: #ffffff;
      position: relative;
      overflow: hidden;
    }

    .about-visual-inner::after {
      content: '"';
      position: absolute;
      top: -20px; right: 20px;
      font-size: 12rem;
      color: rgba(255,255,255,.06);
      line-height: 1;
      pointer-events: none;
    }

    .year-badge {
      background: #c89b3c;
      color: #0d2b4e;
      font-weight: 700;
      font-size: .78rem;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: .3rem .8rem;
      border-radius: 4px;
      display: inline-block;
      margin-bottom: 1.2rem;
    }

    .about-visual-inner h3 {
      font-size: 1.6rem;
      margin-bottom: 1rem;
      color: #ffffff;
    }

    .about-visual-inner p {
      font-size: .96rem;
      line-height: 1.75;
      color: rgba(255,255,255,.82);
    }

    .float-card {
      position: absolute;
      bottom: -22px;
      right: -22px;
      background: #ffffff;
      border-radius: 12px;
      padding: 1rem 1.4rem;
      box-shadow: 0 12px 40px rgba(13,43,78,.2);
      display: flex;
      align-items: center;
      gap: .9rem;
    }

    .float-card-icon {
      width: 44px; height: 44px;
      background: #2e9cce;
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.3rem;
      color: #ffffff;
      flex-shrink: 0;
    }

    .float-card-text strong {
      display: block;
      font-size: 1rem;
      color: #0d2b4e;
      font-weight: 700;
    }

    .float-card-text span {
      font-size: .78rem;
      color: #607d9a;
    }

    .about-content p {
      color: #3f5a75;
      font-size: 1.03rem;
      line-height: 1.8;
      margin-bottom: 1.2rem;
    }

    /* Goals */
    .goals-list {
      margin-top: 1.8rem;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
    }

    .goals-heading {
      font-weight: 600;
      color: #0d2b4e;
      font-size: .95rem;
      margin-bottom: .3rem;
      grid-column: 1 / -1;
    }

    .goal-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: .75rem;
      background: #ffffff;
      border: 1px solid #d0e4f4;
      border-radius: 12px;
      padding: 1.4rem 1rem;
      transition: box-shadow .2s, transform .2s;
    }

    .goal-item:hover {
      box-shadow: 0 6px 24px rgba(13,43,78,.1);
      transform: translateY(-3px);
    }

    .goal-icon {
      width: 44px; height: 44px; min-width: 44px;
      background: linear-gradient(135deg, #2e9cce, #1a5fa8);
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.2rem;
      color: #ffffff;
    }

    .goal-text {
      font-size: .93rem;
      color: #1e2d3d;
      font-weight: 600;
      line-height: 1.4;
    }

    .prove-line {
      margin-top: 2rem;
      background: linear-gradient(90deg, #0d2b4e, #1a5fa8);
      color: #ffffff;
      border-radius: 10px;
      padding: 1.1rem 1.4rem;
      font-size: .97rem;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: .7rem;
    }

    /* ─── OWNER SECTION ─── */
    .owner-section {
      background: #0d2b4e;
      position: relative;
      overflow: hidden;
    }

    .owner-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at 70% 50%, rgba(26,95,168,.35) 0%, transparent 60%);
      pointer-events: none;
    }

    .owner-inner {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 380px 1fr;
      gap: 5rem;
      align-items: center;
    }

    .owner-photo-wrap { position: relative; }

    .owner-photo-frame {
      border-radius: 16px;
      overflow: hidden;
      border: 4px solid rgba(46,156,206,.3);
      box-shadow: 0 24px 60px rgba(0,0,0,.45);
    }

    .owner-photo-frame img {
      width: 100%;
      display: block;
      object-fit: cover;
		height: 420px;
  background: #cdc8c2;
    }

    .owner-tag {
      position: absolute;
      bottom: -18px;
      left: 50%;
      transform: translateX(-50%);
      background: #c89b3c;
      color: #0d2b4e;
      font-weight: 700;
      font-size: .82rem;
      letter-spacing: .05em;
      padding: .5rem 1.4rem;
      border-radius: 50px;
      white-space: nowrap;
      box-shadow: 0 6px 20px rgba(0,0,0,.3);
    }

    .owner-quote-wrap .section-label { color: #5bbde0; }
    .owner-quote-wrap .section-title { color: #ffffff; }
    .owner-quote-wrap .divider { background: #c89b3c; }

    blockquote {
      font-size: clamp(1.05rem, 1.8vw, 1.2rem);
      color: rgba(255,255,255,.9);
      line-height: 1.75;
      font-style: italic;
      margin-bottom: 2rem;
    }

    .owner-sig {
      display: flex;
      align-items: center;
      gap: 1rem;
    }

    .sig-line { width: 40px; height: 2px; background: #c89b3c; }
    .sig-name { color: #c89b3c; font-weight: 700; font-size: 1.05rem; letter-spacing: .04em; }
    .sig-title { color: rgba(255,255,255,.55); font-size: .82rem; }

    /* ─── VALUES ─── */
    .values-section { background: #ffffff; }

    .values-header {
      text-align: center;
      max-width: 620px;
      margin: 0 auto 3.5rem;
    }

    .values-header .divider { margin: 0 auto 1.6rem; }

    .values-grid {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.8rem;
    }

    .value-card {
      border: 1px solid #d0e4f4;
      border-radius: 14px;
      padding: 2rem 1.8rem;
      text-align: center;
      transition: box-shadow .25s, transform .25s, border-color .25s;
      position: relative;
      overflow: hidden;
    }

    .value-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, #2e9cce, #1a5fa8);
      transform: scaleX(0);
      transition: transform .3s;
    }

    .value-card:hover {
      box-shadow: 0 12px 40px rgba(13,43,78,.12);
      transform: translateY(-5px);
      border-color: #5bbde0;
    }

    .value-card:hover::before { transform: scaleX(1); }

    .value-icon {
      font-size: 2rem;
      color: #2e9cce;
      margin-bottom: 1rem;
      display: block;
    }

    .value-card h3 {
      font-size: 1.15rem;
      color: #0d2b4e;
      margin-bottom: .7rem;
    }

    .value-card p {
      color: #607d9a;
      font-size: .9rem;
      line-height: 1.65;
    }

    /* ─── CTA ─── */
    .cta-section {
      background: #ffffff;
      text-align: center;
      padding: 80px 5%;
      border-top: 1px solid #d0e4f4;
    }

    .cta-inner {
      max-width: 700px;
      margin: 0 auto;
      background: #f4f8fc;
      border: 1px solid #d0e4f4;
      border-radius: 20px;
      padding: 3.5rem 3rem;
      box-shadow: 0 8px 40px rgba(13,43,78,.07);
    }

    .cta-section h2 {
      font-size: clamp(1.8rem, 3vw, 2.4rem);
      color: #0d2b4e;
      margin-bottom: 1rem;
    }

    .cta-section p {
      color: #607d9a;
      font-size: 1.05rem;
      margin: 0 auto 2.2rem;
      line-height: 1.7;
    }

    .cta-btn {
      display: inline-flex;
      align-items: center;
      gap: .55rem;
      background: #0d2b4e;
      color: #ffffff;
      font-weight: 700;
      font-size: 1rem;
      padding: 1rem 2.4rem;
      border-radius: 6px;
      text-decoration: none;
      letter-spacing: .04em;
      transition: background .2s, transform .15s, box-shadow .2s;
      box-shadow: 0 6px 20px rgba(13,43,78,.25);
    }

    .cta-btn:hover {
      background: #1a5fa8;
      transform: translateY(-2px);
      box-shadow: 0 10px 30px rgba(13,43,78,.35);
    }

    /* ─── ANIMATIONS ─── */
    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .65s ease, transform .65s ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: none;
    }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 900px) {
      .about-grid,
      .owner-inner { grid-template-columns: 1fr; gap: 3rem; }
      .owner-inner { text-align: center; }
      .owner-photo-wrap { max-width: 320px; margin: 0 auto; }
      .owner-sig { justify-content: center; }
      .values-grid { grid-template-columns: 1fr 1fr; }
      .float-card { bottom: -18px; right: 0; }
    }

    @media (max-width: 600px) {
      .values-grid { grid-template-columns: 1fr; }
      .hero-stats { gap: 2rem; }
      .goals-list { grid-template-columns: 1fr; }
    }


/*======================== knowledge center ========================*/
    /* ─── SECTION BASE ─── */
    section { padding: 80px 5%; }

    .kc-label {
      font-size: .75rem;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: #2e9cce;
      font-weight: 600;
      margin-bottom: .7rem;
    }

    .kc-title {
      
      font-size: clamp(1.8rem, 3vw, 2.6rem);
      color: #0d2b4e;
      line-height: 1.22;
      margin-bottom: 1rem;
    }

    .kc-divider {
      width: 52px; height: 3px;
      background: #c89b3c;
      border-radius: 2px;
      margin-bottom: 1.6rem;
    }

    /* ─── VIDEO SECTION ─── */
    .kc-video-section {
      background: linear-gradient(135deg, #e8f4fb 0%, #ffffff 50%, #eef6fc 100%);
      position: relative;
      overflow: hidden;
    }

    .kc-video-section::before {
      content: '';
      position: absolute;
      top: -80px; left: -80px;
      width: 400px; height: 400px;
      background: radial-gradient(circle, rgba(46,156,206,.12) 0%, transparent 70%);
      pointer-events: none;
    }

    .kc-video-section::after {
      content: '';
      position: absolute;
      bottom: -60px; right: -60px;
      width: 350px; height: 350px;
      background: radial-gradient(circle, rgba(26,95,168,.1) 0%, transparent 70%);
      pointer-events: none;
    }

    .kc-video-wrap {
      max-width: 900px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    .kc-video-header {
      text-align: center;
      margin-bottom: 3rem;
    }

    .kc-video-header .kc-divider { margin: 0 auto 1rem; }

    .kc-video-header p.kc-label {
      margin-bottom: .6rem;
    }

    .kc-video-header .kc-title {
      margin-bottom: .8rem;
    }

    .kc-video-header .kc-sub-text {
      color: #607d9a;
      font-size: .97rem;
      line-height: 1.6;
      max-width: 500px;
      margin: 0 auto;
    }

    .kc-video-glass-wrap {
      background: rgba(255,255,255,0.55);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      border: 1px solid rgba(255,255,255,0.85);
      border-radius: 24px;
      padding: 1.5rem;
      box-shadow:
        0 8px 32px rgba(13,43,78,.1),
        0 2px 8px rgba(46,156,206,.08),
        inset 0 1px 0 rgba(255,255,255,0.9);
    }

    .kc-video-frame {
      position: relative;
      width: 100%;
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 16px 48px rgba(13,43,78,.2);
      background: #000;
    }

    .kc-video-frame video {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 14px;
    }

    .kc-video-frame--embed .kc-video-embed-inner {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      background: #000;
    }

    .kc-video-frame--embed iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
      border-radius: 14px;
    }

    .kc-video-overlay {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(13,43,78,.35);
      backdrop-filter: blur(2px);
      border-radius: 14px;
      transition: opacity .3s;
      cursor: pointer;
    }

    .kc-video-overlay.hidden { opacity: 0; pointer-events: none; }

    .kc-play-btn {
      width: 80px; height: 80px;
      background: rgba(255,255,255,.95);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 2rem;
      color: #0d2b4e;
      box-shadow: 0 8px 32px rgba(0,0,0,.3);
      transition: transform .2s, box-shadow .2s;
    }

    .kc-play-btn:hover {
      transform: scale(1.1);
      box-shadow: 0 12px 40px rgba(0,0,0,.4);
    }

    .kc-video-upload-hint {
      text-align: center;
      margin-top: 1rem;
      font-size: .82rem;
      color: #607d9a;
    }

    .kc-video-upload-hint i { color: #2e9cce; margin-right: .3rem; }

    .kc-video-meta {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2rem;
      margin-top: 1.4rem;
      flex-wrap: wrap;
    }

    .kc-video-meta-item {
      display: flex;
      align-items: center;
      gap: .5rem;
      color: #607d9a;
      font-size: .85rem;
      font-weight: 600;
    }

    .kc-video-meta-item i {
      color: #2e9cce;
      font-size: 1rem;
    }

    /* ─── BENEFITS SECTION ─── */
    .kc-benefits-section {
      background: #ffffff;
    }

    .kc-benefits-header {
      text-align: center;
      max-width: 680px;
      margin: 0 auto 3.5rem;
    }

    .kc-benefits-header .kc-divider { margin: 0 auto 1rem; }

    .kc-benefits-grid {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.8rem;
    }

    .kc-benefit-card {
      border: 1px solid #d0e4f4;
      border-radius: 14px;
      padding: 2rem 1.6rem;
      transition: box-shadow .25s, transform .25s, border-color .25s;
      position: relative;
      overflow: hidden;
    }

    .kc-benefit-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, #2e9cce, #1a5fa8);
      transform: scaleX(0);
      transition: transform .3s;
    }

    .kc-benefit-card:hover {
      box-shadow: 0 12px 40px rgba(13,43,78,.1);
      transform: translateY(-5px);
      border-color: #5bbde0;
    }

    .kc-benefit-card:hover::before { transform: scaleX(1); }

    .kc-benefit-icon {
      width: 52px; height: 52px;
      background: linear-gradient(135deg, #2e9cce, #1a5fa8);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.4rem;
      color: #ffffff;
      margin-bottom: 1.2rem;
    }

    .kc-benefit-card h3 {
      
      font-size: 1.1rem;
      color: #0d2b4e;
      margin-bottom: .7rem;
    }

    .kc-benefit-card p {
      color: #607d9a;
      font-size: .9rem;
      line-height: 1.7;
    }

    /* ─── WHY CHOOSE SECTION ─── */
    .kc-why-section {
      background: #f4f8fc;
    }

    .kc-why-header {
      text-align: center;
      max-width: 680px;
      margin: 0 auto 3.5rem;
    }

    .kc-why-header .kc-divider { margin: 0 auto 1rem; }

    .kc-why-grid {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.8rem;
    }

    .kc-why-card {
      background: #ffffff;
      border: 1px solid #d0e4f4;
      border-radius: 14px;
      padding: 2rem 1.6rem;
      transition: box-shadow .25s, transform .25s;
    }

    .kc-why-card:hover {
      box-shadow: 0 12px 40px rgba(13,43,78,.1);
      transform: translateY(-4px);
    }

    .kc-why-icon {
      width: 52px; height: 52px;
      background: linear-gradient(135deg, #c89b3c, #ddb24a);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.4rem;
      color: #0d2b4e;
      margin-bottom: 1.2rem;
    }

    .kc-why-card h3 {
      
      font-size: 1.1rem;
      color: #0d2b4e;
      margin-bottom: .7rem;
    }

    .kc-why-card p {
      color: #607d9a;
      font-size: .9rem;
      line-height: 1.7;
    }


    /* ─── FORM SECTION ─── */
    .kc-form-section {
      background: #ffffff;
      border-top: 1px solid #d0e4f4;
    }

    .kc-form-wrap {
      max-width: 700px;
      margin: 0 auto;
    }

    .kc-form-header {
      text-align: center;
      margin-bottom: 2.5rem;
    }

    .kc-form-header .kc-divider { margin: 0 auto 1rem; }

    .kc-form-header p {
      color: #607d9a;
      font-size: 1rem;
      line-height: 1.6;
    }

    .kc-form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.2rem;
    }

    .kc-form-group {
      display: flex;
      flex-direction: column;
      gap: .4rem;
    }

    .kc-form-group.kc-full { grid-column: 1 / -1; }

    .kc-form-group label {
      font-size: .85rem;
      font-weight: 600;
      color: #0d2b4e;
      letter-spacing: .03em;
    }

    .kc-form-group input {
      padding: .85rem 1rem;
      border: 1px solid #d0e4f4;
      border-radius: 8px;
      font-size: .96rem;
      font-family: 'Source Sans 3', sans-serif;
      color: #1e2d3d;
      background: #f4f8fc;
      transition: border-color .2s, box-shadow .2s;
      outline: none;
    }

    .kc-form-group input:focus {
      border-color: #2e9cce;
      box-shadow: 0 0 0 3px rgba(46,156,206,.15);
      background: #ffffff;
    }

    .kc-form-group input::placeholder { color: #a0b4c8; }

    .kc-form-btn {
      margin-top: 1.5rem;
      width: 100%;
      padding: 1.1rem;
      background: #0d2b4e;
      color: #ffffff;
      font-family: 'Source Sans 3', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: .05em;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: .6rem;
      transition: background .2s, transform .15s, box-shadow .2s;
      box-shadow: 0 6px 20px rgba(13,43,78,.25);
    }

    .kc-form-btn:hover {
      background: #1a5fa8;
      transform: translateY(-2px);
      box-shadow: 0 10px 30px rgba(13,43,78,.35);
    }

    /* ─── ANIMATIONS ─── */
    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .65s ease, transform .65s ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: none;
    }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 900px) {
      .kc-benefits-grid,
      .kc-why-grid { grid-template-columns: 1fr 1fr; }

      .kc-owner-inner { grid-template-columns: 1fr; gap: 3rem; text-align: center; }
      .kc-owner-photo-wrap { max-width: 300px; margin: 0 auto; }
      .kc-owner-sig { justify-content: center; }
    }

    @media (max-width: 600px) {
      .kc-benefits-grid,
      .kc-why-grid { grid-template-columns: 1fr; }
      .kc-form-grid { grid-template-columns: 1fr; }
    }

/*==================== contact page ====================*/
    /* ─── ANIMATIONS ─── */
    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .65s ease, transform .65s ease;
    }
    .reveal.visible { opacity: 1; transform: none; }
    .ct-reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .65s ease, transform .65s ease;
    }
    .ct-reveal.ct-visible { opacity: 1; transform: none;position: sticky;
  top: 20px; }

    /* ══════════════════════════════════
       CONTACT INFO + FORM SECTION
    ══════════════════════════════════ */
    .ct-main-section {
      background: #f4f8fc;
      padding: 90px 5%;
    }

    .ct-main-inner {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 400px 1fr;
      gap: 3.5rem;
      align-items: start;
    }

    /* ── Left: Info Panel ── */
    .ct-info-panel {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .ct-info-top {
      margin-bottom: .5rem;
    }

    .ct-label {
      font-size: .75rem;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: #2e9cce;
      font-weight: 600;
      margin-bottom: .6rem;
    }

    .ct-title {
      
      font-size: clamp(1.7rem, 2.5vw, 2.3rem);
      color: #0d2b4e;
      line-height: 1.22;
      margin-bottom: .8rem;
    }

    .ct-divider {
      width: 52px; height: 3px;
      background: #c89b3c;
      border-radius: 2px;
      margin-bottom: 1.4rem;
    }

    .ct-info-desc {
      color: #607d9a;
      font-size: .97rem;
      line-height: 1.75;
    }

    .ct-card {
      background: #ffffff;
      border: 1px solid #d0e4f4;
      border-radius: 14px;
      padding: 1.4rem 1.6rem;
      display: flex;
      align-items: flex-start;
      gap: 1.1rem;
      transition: box-shadow .22s, transform .22s;
    }

    .ct-card:hover {
      box-shadow: 0 8px 28px rgba(13,43,78,.1);
      transform: translateY(-3px);
    }

    .ct-card-icon {
      width: 48px; height: 48px; min-width: 48px;
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.3rem;
      color: #ffffff;
    }

    .ct-card-icon.blue  { background: linear-gradient(135deg, #2e9cce, #1a5fa8); }
    .ct-card-icon.gold  { background: linear-gradient(135deg, #c89b3c, #ddb24a); color: #0d2b4e; }
    .ct-card-icon.navy  { background: linear-gradient(135deg, #0d2b4e, #163d6e); }

    .ct-card-body { flex: 1; }

    .ct-card-label {
      font-size: .73rem;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #2e9cce;
      font-weight: 700;
      margin-bottom: .3rem;
    }

    .ct-card-title {
      
      font-size: 1rem;
      color: #0d2b4e;
      margin-bottom: .25rem;
    }

    .ct-card-body p,
    .ct-card-body a {
      color: #607d9a;
      font-size: .9rem;
      line-height: 1.55;
      text-decoration: none;
      transition: color .2s;
    }

    .ct-card-body a:hover { color: #2e9cce; }

    /* ── Right: Form Panel ── */
    .ct-form-panel {
      background: #ffffff;
      border: 1px solid #d0e4f4;
      border-radius: 20px;
      padding: 2.8rem 2.6rem;
      box-shadow: 0 8px 40px rgba(13,43,78,.07);
    }

    .ct-form-head {
      margin-bottom: 2rem;
    }

    .ct-form-head h2 {
      
      font-size: 1.6rem;
      color: #0d2b4e;
      margin-bottom: .3rem;
    }

    .ct-form-head p {
      color: #607d9a;
      font-size: .92rem;
    }

    .ct-form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.1rem;
    }

    .ct-form-group {
      display: flex;
      flex-direction: column;
      gap: .35rem;
    }

    .ct-form-group.ct-full { grid-column: 1 / -1; }

    .ct-form-group label {
      font-size: .82rem;
      font-weight: 600;
      color: #0d2b4e;
      letter-spacing: .03em;
    }

    .ct-form-group input {
      padding: .85rem 1rem;
      border: 1.5px solid #d0e4f4;
      border-radius: 8px;
      font-size: .95rem;
      font-family: 'Source Sans 3', sans-serif;
      color: #1e2d3d;
      background: #f4f8fc;
      transition: border-color .2s, box-shadow .2s, background .2s;
      outline: none;
    }

    .ct-form-group input:focus {
      border-color: #2e9cce;
      box-shadow: 0 0 0 3px rgba(46,156,206,.14);
      background: #ffffff;
    }

    .ct-form-group input::placeholder { color: #a0b4c8; }

    .ct-submit-btn {
      margin-top: 1.5rem;
      width: 100%;
      padding: 1.05rem;
      background: #0d2b4e;
      color: #ffffff;
      font-family: 'Source Sans 3', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: .05em;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: .6rem;
      transition: background .2s, transform .15s, box-shadow .2s;
      box-shadow: 0 6px 20px rgba(13,43,78,.22);
    }

    .ct-submit-btn:hover {
      background: #1a5fa8;
      transform: translateY(-2px);
      box-shadow: 0 10px 30px rgba(13,43,78,.32);
    }

    /* ══════════════════════════════════
       MAP SECTION
    ══════════════════════════════════ */
    .ct-map-section {
      background: #ffffff;
      padding: 80px 5%;
    }

    .ct-map-header {
      text-align: center;
      max-width: 560px;
      margin: 0 auto 3rem;
    }

    .ct-map-label {
      font-size: .75rem;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: #2e9cce;
      font-weight: 600;
      margin-bottom: .6rem;
    }

    .ct-map-title {
      
      font-size: clamp(1.7rem, 2.5vw, 2.3rem);
      color: #0d2b4e;
      margin-bottom: .8rem;
    }

    .ct-map-divider {
      width: 52px; height: 3px;
      background: #c89b3c;
      border-radius: 2px;
      margin: 0 auto;
    }

    .ct-map-wrap {
      max-width: 1100px;
      margin: 0 auto;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 16px 50px rgba(13,43,78,.12);
      border: 1px solid #d0e4f4;
      position: relative;
    }

    .ct-map-wrap iframe {
      width: 100%;
      height: 480px;
      display: block;
      border: none;
    }

    .ct-map-badge {
      position: absolute;
      top: 20px;
      left: 20px;
      background: #ffffff;
      border-radius: 12px;
      padding: .9rem 1.2rem;
      box-shadow: 0 6px 24px rgba(13,43,78,.15);
      display: flex;
      align-items: center;
      gap: .8rem;
      border: 1px solid #d0e4f4;
    }

    .ct-map-badge-icon {
      width: 40px; height: 40px;
      background: linear-gradient(135deg, #2e9cce, #1a5fa8);
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.1rem;
      color: #ffffff;
      flex-shrink: 0;
    }

    .ct-map-badge-text strong {
      display: block;
      font-size: .9rem;
      color: #0d2b4e;
      font-weight: 700;
    }

    .ct-map-badge-text span {
      font-size: .78rem;
      color: #607d9a;
    }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 900px) {
      .ct-main-inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
      }
      .ct-form-panel { padding: 2rem 1.6rem; }
    }

    @media (max-width: 600px) {
      .ct-form-grid { grid-template-columns: 1fr; }
      .ct-map-wrap iframe { height: 320px; }
      .ct-map-badge { display: none; }
    }

.ct-form-panel .ff-btn-submit,
.kc-form-wrap .ff-btn-submit
{margin-top: 1.5rem;
  width: 100%;
  padding: 1.02rem!important;
  background: #0d2b4e!important;
  color: #fff;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1rem;
  font-weight: 700!important;
  letter-spacing: .05em;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  transition: background .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 6px 20px rgba(13,43,78,.22);}
.ct-form-panel .ff-btn-submit:hover,
.kc-form-wrap .ff-btn-submit:hover
{background: #1a5fa8!important;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(13,43,78,.32);opacity: 1!important;}
.ff-default .ff-el-form-control{background:#fff!important;}

.kc-form-wrap .ff-el-form-control
{padding: 1rem!important;
	border: 1px solid #d0e4f4!important;
	border-radius: 8px!important;
	font-size: .96rem!important;
	font-family: 'Source Sans 3', sans-serif!important;
	color: #1e2d3d!important;
	background: #f4f8fc !important;
	transition: border-color .2s, box-shadow .2s!important;
	outline: none!important;}
.kc-form-wrap .ff-el-form-control:focus {
  border-color: #2e9cce!important;
  box-shadow: 0 0 0 3px rgba(46,156,206,.15)!important;
  background: #ffffff!important;
}


    /* ─── 5 VIDEOS SECTION ─── */
    .kc-videos-section {
      background: #f4f8fc;
      position: relative;
      overflow: hidden;
    }

    .kc-videos-section::before {
      content: '';
      position: absolute;
      top: -100px; right: -100px;
      width: 450px; height: 450px;
      background: radial-gradient(circle, rgba(46,156,206,.1) 0%, transparent 70%);
      pointer-events: none;
    }

    .kc-videos-header {
      text-align: center;
      max-width: 680px;
      margin: 0 auto 3.5rem;
    }

    .kc-videos-header .kc-divider { margin: 0 auto 1rem; }

    .kc-videos-grid {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.8rem;
      position: relative;
      z-index: 1;
    }

    /* 4th and 5th cards centered */
    /*.kc-videos-grid .kc-vcard:nth-child(4) {
      grid-column: 1 / 2;
      margin-left: auto;
      margin-right: 0;
    }*/
    /*.kc-videos-grid .kc-vcard:nth-child(5) {
      grid-column: 2 / 3;
      margin-left: 0;
    }*/

    .kc-vcard {
      background: #ffffff;
      border: 1px solid #d0e4f4;
      border-radius: 16px;
      overflow: hidden;
      transition: box-shadow .25s, transform .25s, border-color .25s;
      display: flex;
      flex-direction: column;
    }

    .kc-vcard:hover {
      box-shadow: 0 16px 48px rgba(13,43,78,.12);
      transform: translateY(-6px);
      border-color: #5bbde0;
    }

    .kc-vcard-thumb {
      position: relative;
      width: 100%;
      aspect-ratio: 16/9;
      background: #0d2b4e;
      overflow: hidden;
    }

    .kc-vcard-thumb video {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }

    .kc-vcard-overlay {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(13,43,78,.4);
      backdrop-filter: blur(1px);
      border-radius: 0;
      transition: opacity .3s;
      cursor: pointer;
    }

    .kc-vcard-overlay.hidden { opacity: 0; pointer-events: none; }

    .kc-vcard-play {
      width: 56px; height: 56px;
      background: rgba(255,255,255,.95);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.5rem;
      color: #0d2b4e;
      box-shadow: 0 6px 24px rgba(0,0,0,.3);
      transition: transform .2s, box-shadow .2s;
    }

    .kc-vcard-play:hover {
      transform: scale(1.12);
      box-shadow: 0 10px 32px rgba(0,0,0,.4);
    }

    .kc-vcard-num {
      position: absolute;
      top: .7rem; left: .7rem;
      background: linear-gradient(135deg, #2e9cce, #1a5fa8);
      color: #fff;
      font-size: .7rem;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
      padding: .25rem .65rem;
      border-radius: 50px;
    }

    .kc-vcard-body {
      padding: 1.3rem 1.4rem 1.6rem;
      display: flex;
      flex-direction: column;
      flex: 1;
    }

    .kc-vcard-tag {
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #2e9cce;
      margin-bottom: .45rem;
    }

    .kc-vcard-title {
      font-size: 1.5rem;text-align:center;
      font-weight: 700;
      color: #0d2b4e;
      margin-bottom:0;
      line-height: 1.35;
    }

    .kc-vcard-desc {
      font-size: .87rem;
      color: #607d9a;
      line-height: 1.6;
      flex: 1;
    }

    .kc-vcard-hint {
      font-size: .75rem;
      color: #a0b4c8;
      margin-top: .8rem;
      display: flex;
      align-items: center;
      gap: .3rem;
    }

    @media (max-width: 900px) {
      .kc-videos-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .kc-videos-grid .kc-vcard:nth-child(4),
      .kc-videos-grid .kc-vcard:nth-child(5) {
        grid-column: auto;
        margin: 0;
      }
    }

    @media (max-width: 580px) {
      .kc-videos-grid {
        grid-template-columns: 1fr;
      }
    }