:root {
  --brand-blue:          #3484ac;
  --brand-blue-dark:     #2a6d8f;
  --brand-blue-light:    #e6f3f9;
  --brand-blue-soft:     #b8d9ec;
  --brand-charcoal:      #1a2e3a;
  --brand-charcoal-soft: #4a6272;
  --brand-surface:       #f0f7fb;
  --brand-surface-2:     #c5dde8;
  --brand-border:        #b8d4e2;
  --brand-sage:          #3484ac;
  --brand-cream:         #d6eaf3;
}

* {
}

p {
}

h1,
h2,
h3,
.lora {
  letter-spacing: -0.01em;
}

body {
  background: linear-gradient(180deg, #f0f7fb 0%, #e5f0f7 100%);
}

.text-espresso {
}

.text-espresso-soft {
}

.text-terracotta {
}

.bg-clay {
  background-color: var(--brand-surface-2);
}

.bg-terracotta {
  background-color: var(--brand-blue);
}

.hover-terracotta-dark:hover {
  background-color: var(--brand-blue-dark);
}

.border-sand {
  border-color: var(--brand-border);
}

.bg-clay\/40 {
  background-color: rgba(197, 221, 232, 0.4);
}

.bg-clay\/30 {
  background-color: rgba(197, 221, 232, 0.3);
}

.border-sand\/50 {
  border-color: rgba(184, 212, 226, 0.5);
}

.border-terracotta\/30 {
  border-color: rgba(52, 132, 172, 0.3);
}

.bg-brand-charcoal {
  background-color: var(--brand-charcoal);
}

.bg-brand-blue-dark {
  background: linear-gradient(145deg, #2a6d8f 0%, #1a2e3a 100%);
}

.bg-brand-surface {
  background-color: var(--brand-surface);
}

.text-brand-charcoal {
}

.text-brand-charcoal-soft {
}

.card-raise {
  transition: all 0.28s cubic-bezier(0.2, 0, 0, 1);
}

.card-raise:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 30px -12px rgba(45, 55, 68, 0.22);
}

.home-section-title {
  font-size: 2.25rem;
}

.home-section-subtitle {
  font-size: 1rem;
}

.home-card-title {
  font-size: 1.5rem;
}

.home-body-text {
  font-size: 1rem;
}

.home-eyebrow {
  font-size: 0.875rem;
}

.home-banner-slider {
  position: relative;
  margin-top: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  overflow: hidden;
  min-height: 70vh;
}

.home-banner-swiper {
  min-height: inherit;
}

.home-banner-slide {
  position: relative;
  min-height: inherit;
  display: flex;
  align-items: stretch;
}

.home-banner-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.home-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(var(--slide-overlay-color, 31, 83, 67), calc(var(--slide-overlay-opacity, 0.6) + 0.12)) 0%,
    rgba(var(--slide-overlay-color, 31, 83, 67), var(--slide-overlay-opacity, 0.6)) 55%,
    rgba(var(--slide-overlay-color, 31, 83, 67), calc(var(--slide-overlay-opacity, 0.6) * 0.62)) 100%
  );
}

.home-banner-content {
  position: relative;
  z-index: 2;
  width: min(1280px, 100%);
  margin: 0 auto;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.2rem 1.2rem 40px;
}

.home-banner-subheading {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.home-banner-heading {
  margin: 0;
  max-width: 19ch;
  letter-spacing: -0.02em;
  font-size: 2rem;
  line-height: 1.08;
}

.home-banner-description {
  margin: 1rem 0 0;
  max-width: 40ch;
  font-size: 1rem;
  line-height: 1.7;
}

.home-banner-cta {
  margin-top: 1.4rem;
  display: inline-block;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
}

.home-banner-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.15);
}

.home-banner-prev {
  left: 0.85rem;
}

.home-banner-next {
  right: 0.85rem;
}

.home-banner-pagination {
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  bottom: 1rem;
  transform: none !important;
  z-index: 3;
  width: 100% !important;
  text-align: center;
}

.home-banner-pagination .swiper-pagination-bullet {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: width 0.25s ease, background 0.25s ease;
}

.home-banner-pagination .swiper-pagination-bullet-active {
  width: 1.5rem;
  border-radius: 999px;
  background: #fff;
}

/* ── Why Choose Us ───────────────────────────────────────────────────── */
/* ── Why Choose — Icon Carousel ─────────────────────────────────────── */
.why-choose-section {
  background: linear-gradient(135deg, var(--nexlotech-primary) 0%, color-mix(in srgb, var(--nexlotech-primary) 72%, #0f172a 28%) 100%);
  padding: clamp(3rem, 5vw, 5rem) 0;
}

.why-choose-inner {
  width: min(1280px, calc(100vw - 2rem));
  margin-inline: auto;
  padding-inline: 1rem;
}

.why-choose-header {
  text-align: center;
  margin-bottom: 3rem;
}

.why-choose-header .home-eyebrow {
  color: rgba(255, 255, 255, 0.75);
}

.why-choose-header .home-section-title {
  color: #ffffff;
}

.why-choose-swiper {
  padding-bottom: 2.5rem !important;
}

.why-choose-pagination {
  bottom: 0 !important;
}

.why-choose-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
}

.why-choose-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

.why-icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 0.2s ease, transform 0.2s ease;
  height: 100%;
}

.why-icon-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-3px);
}

.why-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  flex-shrink: 0;
  color: #ffffff;
}

.why-icon-wrap svg {
  width: 3rem;
  height: 3rem;
}

.why-icon-title {
  margin: 0;
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  font-weight: 600;
  color: #ffffff;
  line-height: 1.35;
}

/* ── Slide content: positioning + arbitrary-value fallbacks ─────────── */
.home-banner-swiper .swiper-slide > header {
  left: 0;
  right: 0;             /* inset-x-0 right: 0 not compiling — force here */
  padding-bottom: 60px;
}

.home-banner-swiper .swiper-slide > header > h2 {
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.06;
}

.home-banner-swiper .swiper-slide > header > p {
  max-width: 81ch;
  margin-left: auto;
  margin-right: auto;
}

/* eyebrow / subheading letter-spacing */
.home-banner-swiper .swiper-slide > header > .slide-eyebrow {
  letter-spacing: 0.14em;
}

/* CTA button */
.home-banner-swiper .slide-cta {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
  letter-spacing: 0.04em;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.home-banner-swiper .slide-cta:hover {
  background: rgba(255, 255, 255, 0.88) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

/* ── Approach split-panel ────────────────────────────────────────────── */
.home-approach-section {
  overflow: visible;
}

.home-approach-inner {
  display: grid;
  grid-template-columns: 38% 62%;
  min-height: 560px;
  align-items: stretch;
}

.home-approach-left {
  background: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5rem 0 5rem 0;
  z-index: 2;
}

.home-approach-img-wrap {
  position: relative;
  z-index: 2;
  margin-right: -80px;
}

.home-approach-img {
  width: 300px;
  height: 420px;
  object-fit: cover;
  border-radius: 1.5rem;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
  display: block;
}

.home-approach-right {
  background: #5a7460;
  padding: 5rem 4rem 5rem 7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-approach-heading {
  margin: 0 0 2.5rem;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 300;
  line-height: 1.15;
  color: #fff;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', serif;
}

.home-approach-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.home-approach-list-item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}

.home-approach-arrow {
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.9);
}

.home-approach-list-item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 900px) {
  .home-approach-inner {
    grid-template-columns: 1fr;
  }

  .home-approach-left {
    justify-content: center;
    padding: 3rem 2rem 0;
  }

  .home-approach-img-wrap {
    margin-right: 0;
  }

  .home-approach-img {
    width: 100%;
    max-width: 340px;
    height: 280px;
    border-radius: 1rem;
  }

  .home-approach-right {
    padding: 3rem 2rem 3.5rem;
  }
}

.home-approach-actions {
  margin-top: 2.5rem;
}

.home-approach-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 2rem;
  background: #fff;
  color: #5a7460;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.home-approach-btn:hover {
  background: rgba(255, 255, 255, 0.88);
  color: #3d5442;
}

/* ── CTA banner ──────────────────────────────────────────────────────── */
.home-cta-section {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 7rem 2rem;
}

.home-cta-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1519710164239-da123dc03ef4?w=1920&auto=format&fit=crop&q=80');
  background-size: cover;
  background-position: center;
  filter: brightness(0.88) saturate(0.7);
  z-index: 0;
}

.home-cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(235, 225, 210, 0.38);
  z-index: 1;
}

.home-cta-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0 auto;
}

.home-cta-heading {
  margin: 0 0 1.4rem;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 300;
  line-height: 1.15;
  color: #fff;
  letter-spacing: -0.01em;
}

.home-cta-heading em {
  font-style: italic;
  font-weight: 300;
}

.home-cta-body {
  margin: 0 0 2.4rem;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}

.home-cta-btn {
  display: inline-block;
  background: var(--nexlotech-primary, #3484ac);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.1rem 2.8rem;
  border-radius: 999px;
  transition: background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.home-cta-btn:hover {
  background: var(--nexlotech-primary-dark, #2a6d8f);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
}

.difference-section {
  background: linear-gradient(180deg, #f5f8f7 0%, #edf4f2 100%);
}

.difference-full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.home-more-section {
  background: #dce3e7;
}

.home-more-wrap {
  width: calc(100vw - 2rem);
  margin-left: auto;
  margin-right: auto;
}

.home-more-shell {
  background: #d7dfe3;
  border-radius: 1.5rem;
  padding: clamp(1.8rem, 3.1vw, 2.7rem);
}

.home-more-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.8rem, 2.8vw, 3.2rem);
  align-items: start;
}

.home-more-intro {
  max-width: none;
  background: #d9e1e6;
  padding: clamp(1.1rem, 2vw, 1.6rem);
  border-radius: 0.9rem;
}

.home-more-title {
  margin: 0;
}

.home-more-intro p {
  margin: 1.25rem 0 0;
  max-width: 34ch;
}

.home-more-cta {
  margin-top: 1.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.8rem 2.4rem;
  border-radius: 999px;
  background: #2e92b9;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-more-cta:hover {
  background: #267ea0;
  transform: translateY(-1px);
}

.home-more-features {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.8rem 1.2rem;
  align-content: start;
  background: #d2dae0;
  padding: clamp(1.1rem, 2vw, 1.6rem);
  border-radius: 0.9rem;
}

.home-more-card {
  grid-column: span 2;
  text-align: center;
}

.home-more-card h3 {
  margin: 0.8rem 0 0;
}

.home-more-card p {
  margin: 0.65rem auto 0;
  max-width: 16ch;
}

.home-more-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.home-more-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.home-more-card-wide {
  grid-column: 2 / span 2;
}

.home-more-card-wide p {
  max-width: 17ch;
}

.home-more-icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-more-icon img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
}

.home-split-section {
}

.home-split-wrap {
  width: calc(100vw - 2rem);
  margin-left: auto;
  margin-right: auto;
}

.home-split-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: clamp(420px, 46vw, 620px);
  overflow: hidden;
  border-radius: 0;
}

.home-split-media {
  position: relative;
  min-height: 100%;
}

.home-split-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-split-content {
  background: #1f5470;
  color: #f4f0e7;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-split-kicker {
  display: inline-flex;
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 240, 231, 0.84);
}

.home-split-title {
  margin: 1rem 0 0;
  color: #f4f0e7;
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  line-height: 1.08;
}

.home-split-text {
  margin: 1.1rem 0 0;
  max-width: 52ch;
  color: rgba(244, 240, 231, 0.92);
  line-height: 1.75;
  font-size: 0.975rem;
}

.home-split-meta {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.88rem;
  color: rgba(244, 240, 231, 0.8);
}

.home-split-link {
  margin-top: 1.35rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #f4f0e7;
  text-decoration: underline;
  text-underline-offset: 0.22rem;
}

.home-split-link:hover {
  color: #ffffff;
}

.home-services-section {
  background: #dce3e7;
}

/* ── Services program (coaching-style full-bleed section) ────────────── */
.home-services-program {
  position: relative;
  overflow: visible;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.home-services-program-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 440px;
  background: var(--nexlotech-secondary, #5ba3c4);
  z-index: 0;
}

.home-services-program-inner {
  position: relative;
  z-index: 10;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .home-services-program-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.home-services-program-header {
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  color: #fff;
}

.home-services-program-eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 1.25rem;
}

.home-services-program-title {
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  margin: 0;
}

.home-services-program-subtitle {
  margin: 1rem auto 0;
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.75);
}

.home-services-program-carousel {
  position: relative;
  padding-bottom: 4.5rem;
}

.home-services-program-card {
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  height: 370px;
  text-decoration: none;
}

.home-services-program-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.home-services-program-card:hover img {
  transform: scale(1.05);
}

.home-services-program-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.18) 50%, transparent 100%);
}

.home-services-program-card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem;
  color: #fff;
}

.home-services-program-card-cat {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 0.3rem;
}

.home-services-program-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}

.home-services-program .home-services-prev,
.home-services-program .home-services-next {
  position: absolute;
  top: 185px;
  z-index: 20;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  transform: translateY(-50%);
  cursor: pointer;
}

@media (min-width: 768px) {
  .home-services-program .home-services-prev,
  .home-services-program .home-services-next {
    display: flex;
  }
}

.home-services-program .home-services-prev:hover,
.home-services-program .home-services-next:hover {
  background: rgba(255, 255, 255, 0.38);
}

.home-services-program .home-services-prev {
  left: -1.5rem;
}

.home-services-program .home-services-next {
  right: -1.5rem;
}

.home-services-eyebrow {
  margin: 0;
}

.home-services-title {
  margin: 0.65rem 0 0;
}

.home-services-subtitle {
  margin: 0.9rem auto 0;
  max-width: 48rem;
}

/* ── Services static grid ────────────────────────────────────────────── */
.home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (max-width: 1023px) {
  .home-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .home-services-grid {
    grid-template-columns: 1fr;
  }
}

.home-service-card {
  min-width: 0;
  border-radius: 1.4rem;
  background: #f4f4f4;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.28s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.28s cubic-bezier(0.2, 0, 0, 1), border-color 0.28s ease;
}

.home-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px -10px rgba(45, 75, 65, 0.2);
  border-color: var(--brand-sage);
}

.home-service-media img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.home-service-body {
  padding: 1.5rem 1.5rem 1.7rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.home-service-body h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.2;
}

.home-service-body p {
  margin: 0.9rem 0 0;
  font-size: 1.04rem;
  line-height: 1.75;
}

.home-service-summary p {
  margin: 0.8rem 0 0;
}

.home-service-body ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.home-service-points ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.home-service-body li {
  position: relative;
  margin: 0.58rem 0 0;
  padding-left: 0.9rem;
}

.home-service-body li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.home-service-link {
  margin-top: auto;
  padding-top: 1.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--brand-sage);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: gap 0.2s ease, color 0.2s ease;
}

.home-service-link:hover {
  color: #6a8a68;
  gap: 0.6rem;
}

.home-service-link-arrow {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.home-service-link:hover .home-service-link-arrow {
  transform: translateX(3px);
}

/* ── Home Testimonials carousel ─────────────────────────────────────── */
.home-testimonials-section {
  padding: 5rem 0 6rem;
  overflow: hidden;
}

.home-testimonials-header {
  text-align: center;
  margin-bottom: 4rem;
}

.home-testimonials-eyebrow {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #3484ac;
  margin: 0 0 1.2rem;
}

.home-testimonials-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400;
  line-height: 1.18;
  color: #2c2218;
  margin: 0 auto;
  max-width: 820px;
  letter-spacing: -0.01em;
}

.home-testimonials-title em {
  font-style: italic;
  font-weight: 400;
}

.home-testimonials-carousel-wrap {
  position: relative;
  padding: 0 2.5rem;
}

.home-testimonials-swiper {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
  overflow: visible;
}

.home-testimonials-card {
  background: #e6f3f9;
  border-radius: 1.5rem;
  padding: 2.5rem 2rem 2rem;
  text-align: center;
  position: relative;
  box-shadow: 0 8px 30px rgba(80, 50, 20, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.home-testimonials-card-avatar {
  position: absolute;
  top: -2.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 999px;
  overflow: hidden;
  background: #3484ac;
  border: 3px solid #f0f7fb;
  flex-shrink: 0;
}

.home-testimonials-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-testimonials-card-avatar-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3484ac;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}

.home-testimonials-card-name-title {
  margin: 2.5rem 0 0.8rem;
  font-size: 1.35rem;
  font-style: italic;
  font-weight: 400;
  color: #3484ac;
  line-height: 1.25;
}

.home-testimonials-card-text {
  font-size: 0.95rem;
  line-height: 1.85;
  color: #3a5a6e;
  margin: 0;
  flex: 1;
}

.home-testimonials-pagination {
  position: absolute;
  bottom: 0;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  transform: none !important;
  text-align: center;
}

.home-testimonials-pagination .swiper-pagination-bullet {
  width: 0.45rem;
  height: 0.45rem;
  background: rgba(52, 132, 172, 0.3);
  opacity: 1;
}

.home-testimonials-pagination .swiper-pagination-bullet-active {
  background: #3484ac;
  width: 1.4rem;
  border-radius: 999px;
}

.home-testimonials-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  border: 1px solid rgba(52, 132, 172, 0.3);
  background: #fff;
  color: #3484ac;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(20, 60, 90, 0.1);
  z-index: 5;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.home-testimonials-nav:hover {
  background: #e6f3f9;
  box-shadow: 0 6px 20px rgba(20, 60, 90, 0.15);
}

@media (min-width: 768px) {
  .home-testimonials-nav {
    display: flex;
  }
}

.home-testimonials-prev { left: 0; }
.home-testimonials-next { right: 0; }

.home-testimonials-nav:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.articles-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(61, 89, 80, 0.3);
  opacity: 1;
}

.articles-pagination .swiper-pagination-bullet-active {
  background: rgba(61, 89, 80, 0.9);
}

.difference-badge-wrap {
  text-align: center;
}

.difference-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.difference-badge svg {
  width: 0.95rem;
  height: 0.95rem;
}

.difference-title {
  max-width: 52rem;
  margin: 1.55rem auto 0;
  text-align: center;
  letter-spacing: -0.02em;
}

.difference-subtitle {
  max-width: 34rem;
  margin: 1.55rem auto 0;
  text-align: center;
}

.difference-grid-top,
.difference-grid-bottom {
  display: grid;
  gap: 1.3rem;
  margin-top: 2.8rem;
}

.difference-grid-top {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.difference-grid-bottom {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.difference-card {
  border-radius: 1.7rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(195, 213, 204, 0.5);
  padding: 1.6rem 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.difference-card-icon {
  flex-shrink: 0;
  margin-top: 0.08rem;
}

.difference-card-icon svg {
  width: 2rem;
  height: 2rem;
}

.difference-card h3 {
  margin: 0;
}

.difference-card p {
  margin-top: 0.55rem;
  margin-bottom: 0;
}

/* ── Feature cards ───────────────────────────────────────────────────── */
.home-feature-card {
  background: #fff !important;
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.home-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

/* ── Minimal card grid (used on archive pages) ───────────────────────── */
.minimal-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

@media (max-width: 900px) {
  .minimal-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .minimal-card-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Minimal blog card ───────────────────────────────────────────────── */
.blog-card-minimal {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.blog-card-minimal-media {
  display: block;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}

.blog-card-minimal-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.blog-card-minimal-media:hover .blog-card-minimal-img {
  transform: scale(1.03);
}

.blog-card-minimal-title {
  margin: 1rem 0 0;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #2c2218;
}

.blog-card-minimal-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

.blog-card-minimal-title a:hover {
  color: #a07855;
}

.articles-section {
  background: linear-gradient(180deg, #eaf4f8 0%, #dceff8 100%);
}

.articles-title {
  max-width: 54rem;
  margin: 0 auto;
  text-align: center;
}

.articles-carousel-wrap {
  position: relative;
}

.articles-swiper {
  padding-bottom: 2rem;
}

.article-card {
  min-width: 0;
  background: #f6f8f7;
  border-radius: 1.9rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

.article-card-media {
  padding: 0.55rem;
  padding-bottom: 0;
}

.article-card-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 1.5rem;
}

.article-card-body {
  padding: 1.2rem 1.3rem 1.15rem;
}

.article-meta {
  margin: 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article-meta span {
  margin: 0 0.35rem;
}

.article-card h3 {
  margin: 0.9rem 0 0;
  max-width: 18ch;
}

.article-arrow {
  margin-top: 1.1rem;
  margin-left: auto;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 999px;
  border: 1px solid rgba(108, 129, 121, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.article-arrow svg {
  width: 1.15rem;
  height: 1.15rem;
}

.article-arrow:hover {
  transform: translateX(2px);
  background: rgba(255, 255, 255, 0.75);
}

.articles-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  border: 1px solid rgba(61, 89, 80, 0.25);
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(30, 55, 48, 0.08);
  z-index: 5;
}

.articles-nav svg {
  width: 1.1rem;
  height: 1.1rem;
}

.articles-nav:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.articles-prev {
  left: -1.25rem;
}

.articles-next {
  right: -1.25rem;
}

#mobileMenu.menu-open {
  transform: translateX(0);
}

@media (min-width: 768px) {
  .home-section-title {
    font-size: 3rem;
  }

  .home-card-title {
    font-size: 1.875rem;
  }

  .home-banner-heading {
    font-size: 3.75rem;
  }

  .home-banner-description {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .home-split-wrap {
    width: calc(100vw - 1rem);
  }

  .home-split-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-split-media {
    min-height: 300px;
  }

  .home-more-wrap {
    width: calc(100vw - 1rem);
  }

  h1 {
  }

  .difference-subtitle {
  }

  .difference-grid-top,
  .difference-grid-bottom {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .home-more-grid,
  .home-more-features {
    grid-template-columns: 1fr;
  }

  .home-more-card,
  .home-more-card:nth-child(4),
  .home-more-card:nth-child(5) {
    grid-column: auto;
  }

  .home-more-card-wide {
    grid-column: auto;
  }

  .home-more-intro p,
  .home-more-card p,
  .home-more-card-wide p {
    max-width: 100%;
  }

  .difference-grid-bottom {
    margin-top: 1.3rem;
  }

  .home-banner-slider {
    border-radius: 0;
    min-height: 60vh;
  }

  .home-banner-swiper {
    height: 60vh !important;
  }

  .home-banner-nav {
    display: none;
  }

  .article-card h3 {
  }

  .articles-nav {
    display: none;
  }
}
