/* Tenacity Savings — Homepage Redesign */

:root {
  --home-navy: #0b1a33;
  --home-navy-soft: #132847;
  --home-purple: #5d2684;
  --home-purple-light: #7b3aad;
  --home-gold: #c9a227;
  --home-surface: #f4f6fb;
  --home-border: rgba(11, 26, 51, 0.08);
  --home-shadow: 0 18px 50px rgba(11, 26, 51, 0.08);
  --home-radius: 18px;
  --home-radius-lg: 28px;
}

.index-page {
  --accent-color: var(--home-purple);
  --heading-color: var(--home-navy);
  --background-color: #ffffff;
  --surface-color: #ffffff;
  --default-font: "DM Sans", system-ui, sans-serif;
  --heading-font: "Plus Jakarta Sans", sans-serif;
  --nav-font: "Plus Jakarta Sans", sans-serif;
}

/* ── Header ── */
.index-page .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--home-border);
  padding: 12px 0;
}

.index-page.scrolled .header {
  box-shadow: 0 8px 32px rgba(11, 26, 51, 0.06);
}

.index-page .header .logo img {
  max-height: 42px;
}

.index-page .header .btn-getstarted {
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 24px rgba(93, 38, 132, 0.25);
}

@media (min-width: 1200px) {
  .index-page .navmenu a {
    font-weight: 500;
  }

  .index-page .navmenu a.active,
  .index-page .navmenu a:hover {
    color: var(--home-purple);
  }
}

/* ── Mobile navigation ── */
@media (max-width: 1199px) {
  .index-page .header {
    z-index: 9999;
  }

  .index-page .header > .container-fluid {
    position: relative;
    gap: 12px;
    padding-right: 56px;
  }

  .index-page .header .navmenu {
    position: static;
    flex: 0 0 0;
    width: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    z-index: auto;
  }

  .index-page:not(.mobile-nav-active) .header .navmenu > ul {
    display: none !important;
  }

  .index-page .libtn {
    display: list-item !important;
    border-top: 1px solid var(--home-border);
    margin-top: 8px;
    padding-top: 8px;
  }

  .index-page .libtn .btn-getstarted,
  .index-page .libtn .btn21 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    margin: 4px 20px 8px;
    padding: 12px 20px !important;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(93, 38, 132, 0.25);
    background: var(--home-purple) !important;
    color: #fff !important;
    font-weight: 600;
  }

  .index-page .libtn .btn-getstarted:hover,
  .index-page .libtn .btn21:hover {
    background: var(--home-purple-light) !important;
    color: #fff !important;
  }

  .index-page .mobile-nav-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    color: var(--home-navy);
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    border-radius: 12px;
    background: rgba(93, 38, 132, 0.08);
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1001;
  }

  .index-page.mobile-nav-active {
    overflow: hidden;
  }

  /* Full-screen menu — no separate backdrop needed */
  .index-page.mobile-nav-active::before {
    display: none;
  }

  .index-page.mobile-nav-active .main,
  .index-page.mobile-nav-active .hero,
  .index-page.mobile-nav-active .hero .carousel,
  .index-page.mobile-nav-active .hero .carousel-inner,
  .index-page.mobile-nav-active .hero .carousel-item,
  .index-page.mobile-nav-active .hero .carousel-control-prev,
  .index-page.mobile-nav-active .hero .carousel-control-next,
  .index-page.mobile-nav-active .hero .carousel-indicators {
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .index-page.mobile-nav-active .header {
    z-index: 100001;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
  }

  .index-page.mobile-nav-active .navmenu {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100dvh !important;
    flex: none !important;
    z-index: 100001 !important;
    background: #fff !important;
    background-color: #fff !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    pointer-events: auto;
  }

  .index-page.mobile-nav-active .navmenu > ul {
    display: flex !important;
    flex-direction: column;
    position: fixed !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100dvh !important;
    max-height: none !important;
    overflow-y: auto;
    margin: 0 !important;
    padding: 72px 0 32px;
    list-style: none;
    background: #fff !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
    pointer-events: auto;
    z-index: 100002 !important;
    transform: none !important;
    -webkit-overflow-scrolling: touch;
  }

  .index-page.mobile-nav-active .navmenu > ul > li {
    flex-shrink: 0;
  }

  .index-page.mobile-nav-active .navmenu a {
    padding: 18px 28px;
    font-size: 18px;
    font-weight: 500;
    color: var(--home-navy);
  }

  .index-page.mobile-nav-active .navmenu a:hover,
  .index-page.mobile-nav-active .navmenu .active {
    color: var(--home-purple);
  }

  .index-page.mobile-nav-active .navmenu .dropdown ul {
    position: static !important;
    display: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: var(--home-surface);
    border: none;
    border-top: 1px solid var(--home-border);
    border-bottom: 1px solid var(--home-border);
    box-shadow: none;
  }

  .index-page.mobile-nav-active .navmenu .dropdown ul a {
    padding-left: 44px;
    font-size: 16px;
  }

  .index-page.mobile-nav-active .libtn {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--home-border);
  }

  .index-page.mobile-nav-active .libtn .btn-getstarted,
  .index-page.mobile-nav-active .libtn .btn21 {
    width: calc(100% - 56px);
    margin: 8px 28px 24px;
    background: var(--home-purple) !important;
    color: #fff !important;
    font-weight: 600;
  }

  .index-page.mobile-nav-active .libtn .btn-getstarted:hover,
  .index-page.mobile-nav-active .libtn .btn21:hover {
    background: var(--home-purple-light) !important;
    color: #fff !important;
  }

  .index-page.mobile-nav-active .navmenu .dropdown > .dropdown-active {
    display: block !important;
  }

  .index-page.mobile-nav-active .mobile-nav-toggle {
    position: fixed !important;
    top: 14px;
    right: 14px;
    transform: none !important;
    color: var(--home-navy);
    font-size: 1.75rem;
    background: rgba(93, 38, 132, 0.08);
    z-index: 100003 !important;
  }
}

/* Override main.css mobile-nav overlay on homepage */
@media (max-width: 1199px) {
  body.index-page.mobile-nav-active .navmenu {
    background: #fff !important;
    background-color: #fff !important;
  }

  body.index-page.mobile-nav-active .navmenu > ul {
    background-color: #fff !important;
  }
}

/* ── Hero Carousel (full screen) ── */
.index-page .hero {
  padding: 0;
  margin: 0;
  position: relative;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  background: transparent;
  overflow: hidden;
}

.index-page .hero .carousel {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  position: relative;
  background: transparent;
  background-color: transparent;
}

.index-page .hero .carousel-inner {
  position: relative;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
}

.index-page .hero .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-right: 0;
  float: none;
  inset: unset;
  overflow: hidden;
  background: transparent;
}

/* One gradient overlay only — block the extra black layer from main.css */
.index-page .hero .carousel-item::before,
.index-page .hero .carousel-item:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: transparent;
  background: linear-gradient(
    105deg,
    rgba(93, 38, 132, 0.78) 0%,
    rgba(19, 40, 71, 0.58) 48%,
    rgba(123, 58, 173, 0.32) 100%
  );
}

.index-page .hero .carousel-item img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
  transition: transform 8s ease;
  z-index: 0;
}

.index-page .hero .carousel-item.active img {
  transform: scale(1);
}

.index-page .hero .carousel-container {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 100px 6% 72px;
  max-width: 1280px;
  margin: 0 auto;
  flex-direction: column;
  align-items: flex-start;
}

.index-page .hero .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 20px;
  animation: heroFadeUp 0.8s both;
}

.index-page .hero .hero-badge i {
  color: var(--home-gold);
}

.index-page .hero h2 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.12;
  max-width: 720px;
  margin-bottom: 20px;
  animation: heroFadeUp 0.8s both 0.1s;
}

.index-page .hero p {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.75;
  max-width: 560px;
  margin-bottom: 32px;
  animation: heroFadeUp 0.8s both 0.2s;
}

.index-page .hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  animation: heroFadeUp 0.8s both 0.3s;
}

.index-page .hero .btn-get-started {
  border-radius: 999px;
  padding: 14px 32px;
  font-weight: 700;
  font-size: 15px;
  background: linear-gradient(135deg, var(--home-purple), var(--home-purple-light));
  border: none;
  box-shadow: 0 12px 32px rgba(93, 38, 132, 0.4);
  margin: 0;
}

.index-page .hero .btn-get-started:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--home-purple-light), var(--home-purple));
}

.index-page .hero .hero-slide-meta {
  position: absolute;
  right: 6%;
  bottom: 72px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  color: #fff;
}

.index-page .hero .hero-slide-count {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  opacity: 0.35;
}

.index-page .hero .hero-slide-count span {
  font-size: 1.25rem;
  opacity: 0.7;
}

.index-page .hero .carousel-control-prev,
.index-page .hero .carousel-control-next {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.index-page .hero .carousel-control-prev {
  left: 24px;
  right: auto;
}

.index-page .hero .carousel-control-next {
  right: 24px;
  left: auto;
}

.index-page .hero .carousel-control-prev:hover,
.index-page .hero .carousel-control-next:hover,
.index-page .hero .carousel-control-prev:focus,
.index-page .hero .carousel-control-next:focus {
  opacity: 1;
  background: var(--home-purple);
  border-color: var(--home-purple);
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 12px 28px rgba(93, 38, 132, 0.45);
  outline: none;
}

.index-page .hero .carousel-control-next-icon,
.index-page .hero .carousel-control-prev-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  background: none;
  background-image: none;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  filter: none;
}

.index-page .hero .carousel-indicators {
  bottom: 36px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  margin: 0;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.index-page .hero .carousel-indicators li {
  width: 48px;
  height: 4px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.28);
  opacity: 1;
  transition: all 0.4s ease;
}

.index-page .hero .carousel-indicators li.active {
  width: 72px;
  background: linear-gradient(90deg, var(--home-gold), #fff);
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── Section shared ── */
.index-page .section {
  padding: 88px 0;
}

.index-page .section-title {
  padding-bottom: 48px;
  text-align: center;
}

.index-page .section-title h2 {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--home-purple);
  background: rgba(93, 38, 132, 0.08);
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.index-page .section-title h2::after {
  display: none;
}

.index-page .section-title div {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  text-transform: none;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.index-page .section-title .description-title {
  color: var(--home-purple);
}

/* ── About ── */
.index-page .about {
  background: var(--home-surface);
}

.index-page .about .about-content-card {
  background: #fff;
  border-radius: var(--home-radius-lg);
  padding: 40px;
  box-shadow: var(--home-shadow);
  border: 1px solid var(--home-border);
  height: 100%;
}

.index-page .about .about-content-card > p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 28px;
}

.index-page .about ul {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.index-page .about ul li {
  background: var(--home-surface);
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 600;
  color: var(--home-navy);
  border: 1px solid var(--home-border);
}

.index-page .about ul i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(93, 38, 132, 0.1);
  border-radius: 8px;
  margin-right: 12px;
  font-size: 14px;
}

.index-page .about .read-more {
  border-radius: 999px;
  padding: 12px 24px;
}

.index-page .about .about-visual {
  position: relative;
  height: 100%;
  min-height: 420px;
  border-radius: var(--home-radius-lg);
  overflow: hidden;
  box-shadow: var(--home-shadow);
}

.index-page .about .about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-page .about .about-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(11, 26, 51, 0.55));
}

.index-page .about .about-visual-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 18px 22px;
  max-width: 260px;
}

.index-page .about .about-visual-badge strong {
  display: block;
  color: var(--home-navy);
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.index-page .about .about-visual-badge span {
  color: #64748b;
  font-size: 0.9rem;
}

/* ── Stats ── */
.index-page .stats {
  background: linear-gradient(135deg, var(--home-navy) 0%, var(--home-navy-soft) 55%, var(--home-purple) 100%);
  padding: 72px 0;
}

.index-page .stats i {
  background: rgba(255, 255, 255, 0.12);
  color: var(--home-gold);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: none;
  width: 60px;
  height: 60px;
  font-size: 26px;
}

.index-page .stats .stats-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border-radius: var(--home-radius);
  margin-top: -30px;
  padding: 36px 24px 28px;
}

.index-page .stats .stats-item span {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 800;
}

.index-page .stats .stats-item p {
  color: rgba(255, 255, 255, 0.75);
}

/* ── Features ── */
.index-page .features {
  background: #fff;
}

.index-page .features .feature-card {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
  padding: 32px 28px;
  height: 100%;
  transition: all 0.35s ease;
}

.index-page .features .feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--home-shadow);
  border-color: rgba(93, 38, 132, 0.2);
}

.index-page .features .feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--home-purple), var(--home-purple-light));
  color: #fff;
  font-size: 22px;
  margin-bottom: 18px;
}

.index-page .features h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.index-page .features p {
  margin-bottom: 16px;
}

.index-page .features ul li {
  padding-top: 8px;
}

/* ── Services ── */
.index-page .services {
  background: var(--home-surface);
}

.index-page .services .service-item {
  background: #fff;
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
  padding: 36px 28px;
  text-align: left;
  box-shadow: none;
  overflow: hidden;
  position: relative;
}

.index-page .services .service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--home-purple), var(--home-gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.index-page .services .service-item:hover::before {
  transform: scaleX(1);
}

.index-page .services .service-item .icon {
  margin: 0 0 20px;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(93, 38, 132, 0.1);
}

.index-page .services .service-item .icon i {
  color: var(--home-purple);
  font-size: 24px;
}

.index-page .services .service-item .icon::before {
  display: none;
}

.index-page .services .service-item h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.index-page .services .service-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--home-shadow);
  background: #fff;
}

.index-page .services .service-item:hover h3,
.index-page .services .service-item:hover p,
.index-page .services .service-item:hover .icon i {
  color: inherit;
}

.index-page .services .service-item:hover .icon {
  background: rgba(93, 38, 132, 0.12);
}

/* ── Testimonials ── */
.index-page .testimonials {
  background: #fff;
}

.index-page .testimonials .testimonial-item {
  border-radius: var(--home-radius);
  border: 1px solid var(--home-border);
  box-shadow: var(--home-shadow);
  padding: 36px 32px;
  margin: 20px 10px;
}

.index-page .testimonials .testimonial-item::before {
  content: "\201C";
  position: absolute;
  top: 16px;
  right: 24px;
  font-size: 4rem;
  line-height: 1;
  color: rgba(93, 38, 132, 0.12);
  font-family: Georgia, serif;
}

.index-page .testimonials .testimonial-item h3 {
  font-size: 1.05rem;
  font-weight: 800;
}

.index-page .testimonials .testimonial-item h4 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--home-purple);
}

.index-page .testimonials .testimonial-wrap {
  padding-left: 0;
}

/* ── CTA ── */
.index-page .call-to-action {
  padding: 0;
  overflow: hidden;
  position: relative;
  min-height: 360px;
}

.index-page .call-to-action img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-page .call-to-action::before {
  background: linear-gradient(135deg, rgba(11, 26, 51, 0.88), rgba(93, 38, 132, 0.78));
}

.index-page .call-to-action .cta-panel {
  position: relative;
  z-index: 3;
  padding: 88px 0;
}

.index-page .call-to-action h3 {
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 16px;
}

.index-page .call-to-action p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  max-width: 680px;
  margin: 0 auto 28px;
}

.index-page .call-to-action .cta-btn {
  border-radius: 999px;
  background: #fff;
  color: var(--home-navy);
  border: none;
  font-weight: 700;
  padding: 14px 36px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.index-page .call-to-action .cta-btn:hover {
  background: var(--home-gold);
  color: var(--home-navy);
}

/* ── FAQ ── */
.index-page .faq {
  background: var(--home-surface);
}

.index-page .faq .faq-grid {
  display: grid;
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}

.index-page .faq .faq-item {
  background: #fff;
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
  padding: 24px 28px;
  margin: 0;
  box-shadow: 0 4px 20px rgba(11, 26, 51, 0.04);
  transition: box-shadow 0.3s ease;
}

.index-page .faq .faq-item:hover {
  box-shadow: var(--home-shadow);
}

.index-page .faq .faq-item .faq-question {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 12px;
}

.index-page .faq .faq-item i {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(93, 38, 132, 0.1);
  border-radius: 10px;
  margin-right: 0;
  font-size: 16px;
}

.index-page .faq .faq-item h4 {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.index-page .faq .faq-item p {
  padding-left: 50px;
  color: #4a5568;
  line-height: 1.75;
  margin: 0;
}

/* ── Contact ── */
.index-page .contact {
  background: #fff;
}

.index-page .contact .info-item {
  border-radius: var(--home-radius);
  border: 1px solid var(--home-border);
  box-shadow: none;
  transition: all 0.3s ease;
}

.index-page .contact .info-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--home-shadow);
  border-color: rgba(93, 38, 132, 0.2);
}

.index-page .contact .info-item i {
  background: rgba(93, 38, 132, 0.1);
  border-radius: 14px;
}

.index-page .contact .php-email-form {
  border-radius: var(--home-radius-lg);
  border: 1px solid var(--home-border);
  box-shadow: var(--home-shadow);
}

.index-page .contact .php-email-form input,
.index-page .contact .php-email-form textarea {
  border-radius: 12px;
  border-color: var(--home-border);
  background: var(--home-surface);
}

.index-page .contact .php-email-form button[type=submit] {
  border-radius: 999px;
  padding: 12px 32px;
  font-weight: 700;
}

/* ── Footer ── */
.index-page .footer {
  background: linear-gradient(180deg, var(--home-navy) 0%, #060f1f 100%);
}

.index-page .footer .footer-top {
  border-top: none;
  padding-top: 72px;
}

.index-page .footer h4 {
  color: #fff;
  font-weight: 700;
}

.index-page .footer .footer-links ul a,
.index-page .footer .footer-about p,
.index-page .footer .footer-contact p {
  color: rgba(255, 255, 255, 0.65);
}

.index-page .footer .footer-links ul a:hover {
  color: var(--home-gold);
}

.index-page .footer .social-links a {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

.index-page .footer .social-links a:hover {
  background: var(--home-purple);
  border-color: var(--home-purple);
  color: #fff;
}

.index-page .footer .footer-newsletter .newsletter-form {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
}

.index-page .footer .footer-newsletter .newsletter-form input[type=email] {
  background: transparent;
  color: #fff;
}

.index-page .footer .footer-newsletter .newsletter-form input[type=submit] {
  border-radius: 999px;
  margin: -4px;
  padding: 0 24px;
}

.index-page .footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.55);
}

.index-page .footer .copyright .sitename {
  color: #fff;
}

.index-page .footer .credits,
.index-page .footer .credits a {
  color: rgba(255, 255, 255, 0.45);
}

/* ── Scroll top ── */
.index-page .scroll-top {
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(93, 38, 132, 0.35);
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .index-page .hero .carousel-container {
    padding: 96px 72px 130px;
    align-items: center;
    text-align: center;
  }

  .index-page .hero .hero-actions {
    justify-content: center;
  }

  .index-page .hero .hero-slide-meta {
    display: none;
  }

  .index-page .hero .carousel-control-prev,
  .index-page .hero .carousel-control-next {
    width: 50px;
    height: 50px;
    z-index: 20;
    background: rgba(93, 38, 132, 0.82);
    border: 2px solid rgba(255, 255, 255, 0.45);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .index-page .hero .carousel-control-prev {
    left: 12px;
    right: auto;
  }

  .index-page .hero .carousel-control-next {
    right: 12px;
    left: auto;
  }

  .index-page .hero .carousel-control-next-icon,
  .index-page .hero .carousel-control-prev-icon {
    font-size: 22px;
  }

  .index-page .hero .carousel-indicators {
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
  }

  .index-page .about .about-content-card {
    padding: 28px;
  }

  .index-page .about .about-visual {
    min-height: 320px;
    margin-top: 8px;
  }

  .index-page .faq .faq-item p {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .index-page .hero .carousel-container {
    padding: 88px 20px 140px;
  }

  .index-page .hero .carousel-control-prev,
  .index-page .hero .carousel-control-next {
    top: auto;
    bottom: 68px;
    transform: none;
    width: 52px;
    height: 52px;
  }

  .index-page .hero .carousel-control-prev {
    left: 16px;
  }

  .index-page .hero .carousel-control-next {
    right: 16px;
  }

  .index-page .hero .carousel-control-prev:hover,
  .index-page .hero .carousel-control-next:hover,
  .index-page .hero .carousel-control-prev:focus,
  .index-page .hero .carousel-control-next:focus {
    transform: scale(1.06);
  }

  .index-page .hero .carousel-control-prev:active,
  .index-page .hero .carousel-control-next:active {
    transform: scale(0.96);
    background: var(--home-purple-light);
  }

  .index-page .hero .carousel-indicators {
    bottom: 22px;
    gap: 6px;
  }

  .index-page .hero .carousel-indicators li {
    width: 32px;
  }

  .index-page .hero .carousel-indicators li.active {
    width: 48px;
  }
}

@media (max-width: 575px) {
  .index-page .section {
    padding: 64px 0;
  }

  .index-page .hero h2,
  .index-page .hero p {
    max-width: 100%;
  }

  .index-page .hero .carousel-container {
    padding: 80px 16px 136px;
  }

  .index-page .hero .carousel-control-prev,
  .index-page .hero .carousel-control-next {
    bottom: 64px;
    width: 48px;
    height: 48px;
  }

  .index-page .hero .carousel-control-prev {
    left: 12px;
  }

  .index-page .hero .carousel-control-next {
    right: 12px;
  }

  .index-page .hero .carousel-control-next-icon,
  .index-page .hero .carousel-control-prev-icon {
    font-size: 20px;
  }
}
