/**
 * Homepage sections – matches Node.js app/page.tsx (PalC-cursor-wp)
 * Hero, Core Expertise, Professional Services, Where PalC Fits, Use Cases,
 * Testimonials, Insights, Case Studies, RAG, Partners, CTA.
 */

/* ========== Global home section layout (ensures consistent spacing and containers) ========== */
.home-section.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .home-section.section { padding-top: 4rem; padding-bottom: 4rem; }
}
.home-section .container,
.home-section .container-custom {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .home-section .container,
  .home-section .container-custom { padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media (min-width: 1024px) {
  .home-section .container,
  .home-section .container-custom { padding-left: 2rem; padding-right: 2rem; }
}

/* ========== Unified section heading accent (premium gradient – use on one word/phrase per section) ========== */
.section-heading-accent,
.home-section .section-header__title .section-heading-accent,
.resources-insights__title-accent,
.industries-v2__title-highlight,
.testimonials-section-v2__title-highlight,
.case-studies-section__title .section-heading-accent,
.case-studies-section__sdv2-title .section-heading-accent,
.section__title .section-heading-accent,
.cta-section__title .section-heading-accent,
.sdv2-section-title .section-heading-accent {
  background: linear-gradient(135deg, #0066FF, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

/* Swiper wrappers: prevent layout shift before JS runs */
.testimonials__carousel-wrapper,
.case-studies-section__carousel {
  overflow: hidden;
}
.testimonials__carousel-wrapper .swiper,
.case-studies-carousel__swiper {
  overflow: hidden;
}
.testimonials__carousel-wrapper .swiper-wrapper,
.case-studies-carousel__swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.testimonials__carousel-wrapper .swiper-slide,
.case-studies-carousel__slide {
  height: auto;
  flex-shrink: 0;
  box-sizing: border-box;
}

/* ========== Hero Slider (Node.js / staging: http://52.21.243.57/palc-staging – same UI + responsive) ========== */
.hero-slider {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  overflow: hidden;
  background: radial-gradient(circle at 10% 10%, rgba(37, 99, 235, 0.2), transparent 78%), radial-gradient(circle at 94% 90%, rgba(37, 99, 235, 0.2), transparent 38%), #020301;
}
@media (min-width: 768px) {
  .hero-slider {
    min-height: 80vh;
    min-height: 80dvh;
  }
}
@media (min-width: 1024px) {
  .hero-slider {
    min-height: 100vh;
    min-height: 100dvh;
  }
}

/* Transparent header clearance on front page */
.home .hero-slider .hero-slider__text-wrap {
  padding-top: 5.5rem;
}
@media (min-width: 1024px) {
  .home .hero-slider .hero-slider__text-wrap {
    padding-top: 6rem;
  }
}

.hero-slider .container,
.hero-slider .container-custom {
  position: relative;
  z-index: 2;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 1rem 4.5rem;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .hero-slider .container,
  .hero-slider .container-custom {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .hero-slider .container,
  .hero-slider .container-custom {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  .hero-slider .container,
  .hero-slider .container-custom {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 1280px) {
  .hero-slider .container,
  .hero-slider .container-custom {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/* Slide inner: Node layout – single column mobile (text then image), two columns from 768px (text left, image right) */
.hero-slider__slide-inner {
  position: relative;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  min-height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  gap: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .hero-slider__slide-inner {
    grid-template-columns: 1fr 40%;
    grid-template-rows: 1fr;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .hero-slider__slide-inner {
    grid-template-columns: 1fr 42%;
  }
}

/* Left column: content */
.hero-slider__text-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 1.5rem 1rem 2rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
}
@media (min-width: 640px) {
  .hero-slider__text-wrap {
    padding: 2rem 1.5rem 2.5rem;
  }
}
@media (min-width: 768px) {
  .hero-slider__text-wrap {
    padding: 2rem 2rem 3rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  .hero-slider__text-wrap {
    padding: 2.5rem 2rem 4rem;
    padding-bottom: 7rem;
  }
}

/* Right column: image (staging: slider-1/2/3.png, object-fit contain, right-aligned on desktop) */
.hero-slider__media--fullheight {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 200px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.15);
}
@media (min-width: 640px) {
  .hero-slider__media--fullheight {
    height: 260px;
    min-height: 260px;
  }
}
@media (min-width: 768px) {
  .hero-slider__media--fullheight {
    height: 100%;
    min-height: 380px;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .hero-slider__media--fullheight {
    min-height: 420px;
  }
}
.hero-slider__media--fullheight img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
@media (min-width: 768px) {
  .hero-slider__media--fullheight img {
    object-position: center right;
    max-height: 100%;
  }
}

.hero-slider__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  min-width: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero-slider__text { gap: 1rem; }
}
@media (min-width: 1024px) {
  .hero-slider__text { gap: 1.25rem; }
}

.hero-slider__subtitle {
  display: block;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  letter-spacing: 0.02em;
}
@media (min-width: 640px) {
  .hero-slider__subtitle { font-size: 0.875rem; }
}

/* Title – staging H1 scale */
.hero-slider__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 0.25rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: -0.02em;
}
@media (min-width: 640px) {
  .hero-slider__title {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .hero-slider__title {
    font-size: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .hero-slider__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .hero-slider__title {
    font-size: 3.75rem;
    padding-right: 8.5rem;
    line-height: 1.2;
  }
}

.hero-slider__description {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
  margin: 0 0 0.5rem;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 640px) {
  .hero-slider__description { font-size: 1rem; }
}
@media (min-width: 768px) {
  .hero-slider__description {
    font-size: 1.0625rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .hero-slider__description {
    font-size: 1.125rem;
    line-height: 1.6;
    padding-right: 4rem;  }
}

.hero-slider__cta {
  align-self: flex-start;
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .hero-slider__cta { margin-top: 0.5rem; }
}

/* Base slide image (non-fullheight variant) */
.hero-slider__media:not(.hero-slider__media--fullheight) {
  position: relative;
  width: 100%;
  height: 240px;
  border-radius: 1rem;
  overflow: hidden;
  background: #05060a;
}
.hero-slider__media.hero-slider__media--fullheight img {
  position: relative;
}

/* Category timeline at bottom – Node.js: transparent bar, progress fill, 3 columns on sm+ */
.hero-slider__indicators {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 25;
  padding: 0.875rem 1rem 1rem;
  background: linear-gradient(to top, rgba(2, 3, 10, 0.95) 0%, transparent 100%);
}
@media (min-width: 640px) {
  .hero-slider__indicators {
    padding: 1rem 1.5rem 1.25rem;
  }
}
@media (min-width: 1024px) {
  .hero-slider__indicators {
    padding: 0rem;
  }
}
.hero-slider__indicators .container,
.hero-slider__indicators .container-custom {
  padding-bottom: 0;
  padding-top: 0;
  height: auto;
}

.hero-indicators-row {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.hero-indicators-row::-webkit-scrollbar {
  display: none;
}
@media (min-width: 640px) {
  .hero-indicators-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    max-width: 55rem;
    margin: 0 auto;
  }
}

.hero-slider__indicator {
  flex: 0 0 auto;
  min-width: 72px;
  text-align: left;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(15, 23, 42, 0.85);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  font: inherit;
  color: inherit;
}
@media (min-width: 640px) {
  .hero-slider__indicator {
    min-width: 0;
    padding: 0.6rem 0.875rem;
  }
}
.hero-slider__indicator:hover {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(30, 41, 59, 0.9);
}
.hero-slider__indicator--active {
  border-color: rgba(59, 130, 246, 0.55);
  background: rgba(15, 23, 42, 0.98);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.hero-slider__indicator-progress {
  display: block;
  height: 4px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
  margin-bottom: 0.4rem;
}
@media (min-width: 640px) {
  .hero-slider__indicator-progress {
    height: 5px;
    margin-bottom: 0.5rem;
  }
}

.hero-slider__indicator-label {
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  line-height: 1.3;
}
@media (min-width: 640px) {
  .hero-slider__indicator-label { font-size: 0.6875rem; }
}
.hero-slider__indicator--active .hero-slider__indicator-label {
  color: #fff;
}

.hero-slider__indicator-progress-inner {
  display: block;
  height: 100%;
  width: 0%;
  min-width: 0;
  border-radius: 9999px;
  background: linear-gradient(to right, #2563eb, #06b6d4);
  transition: none;
}
.hero-slider__indicator--active .hero-slider__indicator-progress-inner {
  transition: width 0.08s linear;
}

.hero-slider__indicator-title {
  display: block;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.35;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Mobile: indicators as horizontal pills (like reference image) – space-filling, no text */
@media (max-width: 639px) {
  .hero-slider__indicators {
    padding: 0.75rem 1rem 1rem;
  }
  .hero-slider__indicators .container,
  .hero-slider__indicators .container-custom {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hero-indicators-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    overflow: visible;
    padding-bottom: 0;
    max-width: 100%;
    width: 100%;
  }
  .hero-slider__indicator {
    flex: 1;
    min-width: 0;
    max-width: 80px;
    height: 8px;
    padding: 0;
    border-radius: 9999px;
    border: 1px solid rgb(86 91 100 / 15%);
    background: rgba(255, 255, 255, 0.15);
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    position: relative;
    overflow: hidden;
  }
  .hero-slider__indicator:hover {
    border-color: rgba(0, 65, 194, 0.6);
    background: rgba(255, 255, 255, 0.2);
  }
  .hero-slider__indicator--active {
    border-color: rgba(59, 130, 246, 0.7);
    background: rgba(255, 255, 255, 0.12);
  }
  /* Progress bar inside active pill (blue fill) */
  .hero-slider__indicator .hero-slider__indicator-progress {
    position: absolute;
    inset: 0;
    height: 100%;
    margin: 0;
    border-radius: inherit;
    background: transparent;
    overflow: hidden;
  }
  .hero-slider__indicator .hero-slider__indicator-progress-inner {
    height: 100%;
    border-radius: 9999px;
    background: linear-gradient(to right, #2563eb, #3b82f6);
    transition: width 0.08s linear;
  }
  .hero-slider__indicator:not(.hero-slider__indicator--active) .hero-slider__indicator-progress-inner {
    width: 0% !important;
  }
  /* Hide label and title only; progress stays for pill fill */
  .hero-slider__indicator .hero-slider__indicator-label,
  .hero-slider__indicator .hero-slider__indicator-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

/* Swiper hero */
.hero-slider__swiper {
  position: relative;
  z-index: 1;
  height: 100%;
}
.hero-slider__swiper .swiper-wrapper {
  height: 100%;
}
.hero-slider__slide {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.hero-slider__slide-inner {
  width: 100%;
}

/* ========== Section padding & container (Node: section-padding, container-custom) ========== */
.home-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .home-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* ========== Core Expertise (Node: Where We Specialize – gradient bg, 6 dark cards) ========== */
.home-section--core-expertise {
  background: linear-gradient(to bottom, #fff, rgba(0, 65, 194, 0.03), rgba(0, 194, 255, 0.03));
  position: relative;
  overflow: hidden;
}
.home-section--core-expertise .container-custom,
.core-expertise .container { max-width: 80rem; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; }
@media (min-width: 640px) {
  .home-section--core-expertise .container-custom,
  .core-expertise .container { padding-left: 1.5rem; padding-right: 1.5rem; }
}
.home-section--core-expertise .section-header,
.core-expertise .section-header { text-align: center; margin-bottom: 3rem; }
.home-section--core-expertise .section-header__title,
.core-expertise .section-header__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--palc-foreground);
  margin: 0 0 0.5rem;
}
@media (min-width: 768px) {
  .home-section--core-expertise .section-header__title,
  .core-expertise .section-header__title { font-size: 2.25rem; }
}
@media (min-width: 1024px) {
  .home-section--core-expertise .section-header__title,
  .core-expertise .section-header__title { font-size: 3rem; }
}

.core-expertise__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .core-expertise__grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
}
@media (min-width: 1024px) {
  .core-expertise__grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
}

.core-expertise__card {
  display: block;
  padding: 1.5rem;
  border-radius: 1rem;
  background: radial-gradient(circle at 4% 98%, rgba(37, 99, 235, 0.0), transparent 0%), radial-gradient(circle at 94% 10%, rgba(37, 99, 235, 0.2), transparent 18%), #182234;
  border: 2px solid rgba(75, 85, 99, 0.5);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
}
@media (min-width: 640px) {
  .core-expertise__card { padding: 2rem; border-radius: 1.25rem; }
}
.core-expertise__card:hover {
  transform: scale(1.02);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
}
.core-expertise__card .card__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, var(--palc-primary), var(--palc-primary-dark));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.core-expertise__card .card__icon svg { width: 1.5rem; height: 1.5rem; }
.core-expertise__card .card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.75rem;
  line-height: 1.3;
}
.core-expertise__card .card__description {
  font-size: 0.875rem;
  color: rgba(209, 213, 219, 0.9);
  line-height: 1.5;
  margin: 0 0 1rem;
}
.core-expertise__excel {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 2px solid rgba(0, 65, 194, 0.3);
  background: linear-gradient(135deg, rgba(0, 65, 194, 0.08), transparent);
  border-radius: 0.75rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.core-expertise__excel-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--palc-primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.core-expertise__excel-label svg { width: 1rem; height: 1rem; flex-shrink: 0; }
.core-expertise__excel-text {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding-left: 1.5rem;
  line-height: 1.5;
}
.core-expertise__card .card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--palc-primary);
}
.core-expertise__card .card__link svg { width: 1rem; height: 1rem; }

/* ========== Professional Services (Node: 3 outcome cards + CTA) ========== */
.home-section--professional-services {
  background: linear-gradient(135deg, #fff, rgba(248, 250, 252, 0.8), #fff);
  position: relative;
  overflow: hidden;
}
.section--professional-services .section__header { text-align: center; margin-bottom: 2.5rem; }
.section--professional-services .section__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--palc-foreground);
  margin: 0 0 0.5rem;
}
@media (min-width: 1024px) {
  .section--professional-services .section__title, .home-section--where-palc-fits .section__title { font-size: 3rem; }
}
.section--professional-services .section__description {
  font-size: 1.125rem;
  color: var(--palc-gray-600);
  max-width: 56rem;
  margin: 0 auto;
  line-height: 1.6;
}
.section--professional-services .grid--3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 64rem;
  margin: 0 auto 2.5rem;
}
@media (min-width: 768px) {
  .section--professional-services .grid--3 { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
}
.section--professional-services .card--outcome {
  padding: 1.5rem;
  border-radius: 1rem;
  background: #fff;
  border: 2px solid var(--palc-border);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.section--professional-services .card--outcome:hover {
  border-color: rgba(0, 65, 194, 0.35);
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.1);
}
.section--professional-services .card__metric {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background: linear-gradient(to right, rgba(0, 65, 194, 0.1), rgba(0, 194, 255, 0.1));
  border: 1px solid rgba(0, 65, 194, 0.2);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--palc-primary);
  margin-bottom: 1rem;
}
.section--professional-services .section__cta { text-align: center; }
.section--professional-services .section__cta .btn { font-weight: 600; }

/* ========== Where PalC Fits (Node: 5 cards, 3+2 layout, top accent bar) ========== */
.home-section--where-palc-fits {
  background: linear-gradient(135deg, var(--palc-gray-50), #fff, var(--palc-gray-50));
  position: relative;
  overflow: hidden;
}
.where-palc-fits__grid { max-width: 72rem; margin: 0 auto; }
.where-palc-fits__row1.grid--3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .where-palc-fits__row1.grid--3 { grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-bottom: 2rem; }
}
.where-palc-fits__row2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .where-palc-fits__row2 {
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }
  .where-palc-fits__row2 .card--fit { max-width: 28rem; flex: 1 1 auto; }
}
.section--where-palc-fits .card--fit {
  padding: 1.5rem;
  border-radius: 1rem;
  background: #fff;
  border: 2px solid rgba(229, 231, 235, 0.6);
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
@media (min-width: 640px) {
  .section--where-palc-fits .card--fit { padding: 2rem; border-radius: 1.25rem; height: stretch;}
}
.section--where-palc-fits .card--fit:hover {
  border-color: rgba(0, 65, 194, 0.35);
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.08);
  transform: scale(1.01);
}
.section--where-palc-fits .card--fit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(to right, var(--palc-primary), var(--palc-cyan));
  opacity: 0.6;
  border-radius: 1.25rem 1.25rem 0 0;
}
.section--where-palc-fits .card--fit:hover::before { opacity: 1; }
.section--where-palc-fits .card__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--palc-foreground);
  margin: 0 0 0.5rem;
}
.section--where-palc-fits .card__text {
  font-size: 0.875rem;
  color: var(--palc-gray-600);
  margin: 0;
  line-height: 1.5;
}

/* ========== Use Cases (Node: tabbed section) ========== */
.section--use-cases-tabs {
  padding: 3rem 0;
  background: linear-gradient(to bottom right, #fff, var(--palc-gray-50), #fff);
  position: relative;
}
@media (min-width: 1024px) {
  .section--use-cases-tabs { padding: 5rem 0; }
}
.section--use-cases-tabs .section__header { text-align: center; margin-bottom: 2rem; }
.section--use-cases-tabs .section__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--palc-foreground);
}
@media (min-width: 1024px) {
  .section--use-cases-tabs .section__title { font-size: 2.5rem; }
}
.section--use-cases-tabs .tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.section--use-cases-tabs .tabs__trigger {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid var(--palc-border);
  background: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.section--use-cases-tabs .tabs__trigger[aria-selected="true"] {
  background: var(--palc-primary);
  border-color: var(--palc-primary);
  color: #fff;
}
.section--use-cases-tabs .tabs__panel-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.section--use-cases-tabs .tabs__panel-description {
  margin: 0 0 1rem;
  color: var(--palc-gray-600);
  line-height: 1.6;
}

/* ========== Testimonials (Node: gradient bg, carousel) ========== */
.testimonials.section--dark,
.home-section--testimonials {
  padding: 4rem 0;
  background: linear-gradient(135deg, rgba(0, 65, 194, 0.08), rgba(0, 194, 255, 0.08), rgba(0, 65, 194, 0.08));
  position: relative;
}
@media (min-width: 1024px) {
  .testimonials.section--dark,
  .home-section--testimonials { padding: 5rem 0; }
}
.testimonials .section-header__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--palc-foreground);
}
@media (min-width: 1024px) {
  .testimonials .section-header__title { font-size: 2.5rem; }
}
.testimonials__carousel-wrapper {
  position: relative;
  margin-top: 2rem;
}
.testimonials__carousel-wrapper .swiper {
  padding-bottom: 3rem;
}
.testimonials__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.testimonials__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid var(--palc-border);
  border-radius: 50%;
  background: #fff;
  color: var(--palc-foreground);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.testimonials__nav-btn:hover {
  background: var(--palc-gray-50);
  border-color: var(--palc-primary);
  color: var(--palc-primary);
}
.testimonials__slide {
  height: auto;
}

/* ========== Resources / Insights (Node: tag, title, topic list + CTAs) ========== */
.resources-insights-section,
.home-section--insights.section,
.section--insights {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: linear-gradient(135deg, #fff, var(--palc-gray-50, #f9fafb), #fff);
}
.resources-insights__header {
  margin-bottom: 2rem;
  max-width: 48rem;
}
.resources-insights__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--palc-primary, #2563eb);
  margin-bottom: 0.75rem;
}
.resources-insights__tag svg {
  flex-shrink: 0;
}
.resources-insights__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--palc-foreground);
  margin: 0 0 0.5rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .resources-insights__title { font-size: 2.5rem; }
}
.resources-insights__subtitle {
  font-size: 1rem;
  color: var(--palc-gray-600, #4b5563);
  margin: 0;
  line-height: 1.6;
}
.resources-insights__topics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
  max-width: 36rem;
}
@media (min-width: 640px) {
  .resources-insights__topics { grid-template-columns: 1fr 1fr; }
}
.resources-insights__topic {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--palc-foreground);
  line-height: 1.4;
}
.resources-insights__topic svg {
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: var(--palc-primary, #2563eb);
}
.resources-insights__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.resources-insights__cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.resources-insights__cta-primary svg {
  flex-shrink: 0;
}
.resources-insights__cta-secondary {
  white-space: nowrap;
}

/* Legacy insights (grid cards) – keep for any other use */
.home-section--insights .section__header { text-align: center; margin-bottom: 2rem; }
.home-section--insights .section__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--palc-foreground);
  margin: 0 0 0.5rem;
}
.home-section--insights .section__description {
  margin: 0 auto 2rem;
  max-width: 48rem;
  text-align: center;
  color: var(--palc-gray-600);
  line-height: 1.6;
}
.home-section--insights .grid.grid--4 { margin-bottom: 2rem; }
.home-section--insights .card--topic {
  padding: 1.25rem 1.5rem;
  border-radius: 0.75rem;
  background: #fff;
  border: 1px solid var(--palc-border, #e5e7eb);
  font-weight: 500;
  color: var(--palc-foreground);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.home-section--insights .card--topic:hover {
  border-color: var(--palc-primary, #2563eb);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.home-section--insights .section__cta { text-align: center; margin: 0; }

/* ========== Case Studies Carousel (Node: dark section, header row + nav) ========== */
.case-studies-section,
.home-section--case-studies {
  padding: 4rem 0;
  background: radial-gradient(circle at 4% 98%, rgba(37, 99, 235, 0.2), transparent 20%), radial-gradient(circle at 94% 10%, rgba(37, 99, 235, 0.24), transparent 48%), #020a1d;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.case-studies-section__inner {
  position: relative;
  width: 100%;
}

.case-studies-section__content {
  position: relative;
  z-index: 1;
  width: 100%;
}

/* Logo overlay – case studies (same as testimonials: subtle, compact) */
.case-studies-section .logo-overlay--case-studies {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.case-studies-section .logo-overlay--case-studies .logo-overlay__img {
  position: absolute;
  width: auto;
  max-height: 20rem;
  object-fit: contain;
  opacity: 0.08;
}
.case-studies-section .logo-overlay--case-studies .logo-overlay__img--left {
  left: 1.5rem;
  top: 0%;
  transform: translateY(-50%);
}
.case-studies-section .logo-overlay--case-studies .logo-overlay__img--right {
  right: .5rem;
  top: 100%;
  transform: translateY(-50%);
}

/* Header row: tag + title + subtitle left; View All + nav right */
.case-studies-section__header-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .5rem;
  margin-bottom: 2rem;
}

.case-studies-section__header {
  flex: 1 1 280px;
}

/* Label: "CASE STUDIES" – light blue, uppercase (matches reference) */
.case-studies-section__label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7dd3fc;
  margin-bottom: 0.5rem;
}

.case-studies-section__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.5rem;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .case-studies-section__title { font-size: 2.25rem; }
}

.case-studies-section__subtitle {
  font-size: 1rem;
  color: #a0aec0;
  margin: 0;
  line-height: 1.5;
  max-width: 36rem;
}

.case-studies-section__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.case-studies-section__nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Nav: left = outline, right = filled (matches reference) */
.case-studies-section__nav-btn,
.case-studies-carousel__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: transparent;
  color: #7dd3fc;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.case-studies-section__nav-btn:hover,
.case-studies-carousel__nav-btn:hover {
  border-color: #7dd3fc;
  background: rgba(125, 211, 252, 0.15);
  color: #bae6fd;
}

/* Next button = filled (solid) */
.case-studies-section__nav-btn--next,
.case-studies-carousel__nav-btn--next {
  background: rgba(30, 58, 95, 0.8);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.case-studies-section__nav-btn--next:hover,
.case-studies-carousel__nav-btn--next:hover {
  background: rgba(30, 58, 95, 1);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.case-studies-section__nav-btn:disabled,
.case-studies-carousel__nav-btn.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}

/* Carousel wrapper: full width, padding for slides */
.case-studies-section__carousel {
  width: 100%;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .case-studies-section__carousel { padding-left: 1.5rem; padding-right: 1.5rem; }
}

@media (min-width: 1024px) {
  .case-studies-section__carousel { padding-left: 2rem; padding-right: 2rem; }
}

.case-studies-section__carousel .case-studies-carousel__swiper {
  overflow: hidden;
  padding: 0.5rem 0 2rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.case-studies-section__carousel .swiper-slide {
  height: auto;
}

.case-studies-section__empty {
  padding: 2rem 1rem 3rem;
  text-align: center;
}
.case-studies-section__empty-text {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 1rem;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}
.case-studies-section__empty .btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
}
.case-studies-section__empty .btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}

/* Case study card – reset base .card so only case study styling applies */
.card-case-study {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
.card-case-study:hover {
  box-shadow: none;
  border-color: transparent;
}

/* Case study card – base (archives, solutions section) */
.card-case-study .card-case-study__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--palc-border, #e5e7eb);
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.card-case-study .card-case-study__link:hover {
  border-color: var(--palc-primary, #2563eb);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.card-case-study .card-case-study__image-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  display: block;
}

.card-case-study .card-case-study__image {
  position: absolute;
  inset: 0;
  display: block;
  background: var(--palc-gray-100, #f3f4f6);
}

.card-case-study .card-case-study__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-case-study .card-case-study__image--placeholder {
  background: var(--palc-gray-200, #e5e7eb);
}

.card-case-study .card-case-study__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25rem;
  gap: 0.5rem;
}

.card-case-study .card-case-study__industry {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--palc-primary);
  text-transform: uppercase;
}

.card-case-study .card-case-study__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--palc-foreground, #111);
  margin: 0;
  line-height: 1.3;
}

.card-case-study .card-case-study__summary {
  font-size: 0.875rem;
  color: var(--palc-gray-600, #4b5563);
  margin: 0;
  line-height: 1.5;
  flex: 1;
}

.card-case-study .card-case-study__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--palc-primary);
  margin-top: 0.25rem;
  transition: gap 0.2s;
}

.card-case-study .card-case-study__link:hover .card-case-study__cta {
  gap: 0.75rem;
}

/* Case study card – dark variant (on dark section background) */
/* Reset base .card styles so main.css never overrides on solution/services pages */
.card-case-study--dark {
  height: 100%;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
.card-case-study--dark:hover {
  box-shadow: none;
}

.card-case-study--dark .card-case-study__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #1b233d;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}

.card-case-study--dark .card-case-study__link:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  color: #fff;
}

/* Image area: wrap + overlay ("PALC CASE STUDY" on image, like reference) */
.card-case-study--dark .card-case-study__image-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  display: block;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.card-case-study--dark .card-case-study__image {
  position: absolute;
  inset: 0;
  display: block;
  background: rgba(0, 0, 0, 0.4);
}

.card-case-study--dark .card-case-study__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.card-case-study--dark .card-case-study__image--placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1e3a5f 0%, #0f172a 50%, #1a2744 100%);
  background-size: 100% 100%;
}
.card-case-study--dark .card-case-study__image--placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      105deg,
      transparent 0,
      transparent 1px,
      rgba(255, 255, 255, 0.03) 1px,
      rgba(255, 255, 255, 0.03) 2px
    );
  pointer-events: none;
}
.card-case-study--dark .card-case-study__image--placeholder::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 56px;
  margin: -28px 0 0 -24px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 80%);
  pointer-events: none;
}

.card-case-study--dark .card-case-study__link:hover .card-case-study__image img {
  transform: scale(1.03);
}

/* Overlay on image: "PALC CASE STUDY" as compact badge */
.card-case-study--dark .card-case-study__image-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0.75rem 1rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 45%);
  pointer-events: none;
}

.card-case-study--dark .card-case-study__overlay-label {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  padding: 0.35rem 0.6rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  margin-bottom: 0;
}

.card-case-study--dark .card-case-study__overlay-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin: 0;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 640px) {
  .card-case-study--dark .card-case-study__overlay-title { font-size: 1.125rem; }
}

.card-case-study--dark .card-case-study__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25rem 1.25rem 1.5rem;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 7.5rem;
}

.card-case-study--dark .card-case-study__industry {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #7dd3fc;
  text-transform: uppercase;
}

.card-case-study--dark .card-case-study__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  display: block;
}

.card-case-study--dark .card-case-study__summary {
  font-size: 0.875rem;
  color: #94a3b8;
  margin: 0;
  line-height: 1.5;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* CTA – light blue with arrow */
.card-case-study--dark .card-case-study__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #7dd3fc;
  margin-top: 0.25rem;
  transition: gap 0.2s, color 0.2s;
}
.card-case-study--dark .card-case-study__link:hover .card-case-study__cta {
  gap: 0.75rem;
  color: #bae6fd;
}

.card-case-study--dark .card-case-study__cta svg {
  flex-shrink: 0;
  transition: transform 0.2s;
}

.card-case-study--dark .card-case-study__link:hover .card-case-study__cta {
  gap: 0.75rem;
}

.card-case-study--dark .card-case-study__link:hover .card-case-study__cta svg {
  transform: translateX(2px);
}

/* ========== RAG / Ask PalC AI ========== */
.section--rag-widget.rag-widget-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, var(--palc-gray-50, #f9fafb), #fff);
}
.section--rag-widget .section__header { text-align: center; margin-bottom: 2rem; }
.section--rag-widget .section__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--palc-foreground);
  margin: 0 0 0.5rem;
}
.section--rag-widget .section__description {
  max-width: 36rem;
  margin: 0 auto;
  color: var(--palc-gray-600);
  line-height: 1.6;
}

/* ========== Partners (Node: white bg, carousel) ========== */
.home-section--partners {
  padding: 4rem 0;
  background: #fff;
  border-top: 1px solid var(--palc-border);
  border-bottom: 1px solid var(--palc-border);
}
.home-section--partners .section__header,
.partners .section__header { text-align: center; }
.home-section--partners .partners__label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--palc-gray-600);
  margin-bottom: 2rem;
  text-align: center;
}

/* ========== CTA – 2-column, same background ========== */
.home-section--cta,
.section--cta,
.cta-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 14% 0%, rgba(37, 99, 235, 0.24), #22284d3b 35%), #001b46;
  padding: 4rem 0;
}
@media (min-width: 1024px) {
  .cta-section { padding: 6.01rem 0; }
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 10px 10px;
  pointer-events: none;
}

.cta-section__container {
  position: relative;
  z-index: 1;
}

.cta-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .cta-section__grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: stretch;
  }
}

/* Left column: messaging */
.cta-section__content {
  text-align: left;
}
@media (min-width: 1024px) {
  .cta-section__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 1rem;
  }
}

.cta-section__label {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 0.75rem;
}

.cta-section__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .cta-section__title { font-size: 2rem; }
}
@media (min-width: 1024px) {
  .cta-section__title { font-size: 2.25rem; }
}

.cta-section__description {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  line-height: 1.65;
  max-width: 36rem;
}

/* Right column: panel */
.cta-section__panel {
  position: relative;
}

.cta-section__panel-inner {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .cta-section__panel-inner {
    padding: 2.5rem 2rem;
  }
}
@media (min-width: 1024px) {
  .cta-section__panel-inner {
    padding: 3rem 2.5rem;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.cta-section__panel-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.5rem;
}

.cta-section__panel-desc {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 1.5rem;
  line-height: 1.5;
}

.cta-section__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 480px) {
  .cta-section__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
  }
}

.cta-section__btn-primary {
  align-self: flex-start;
}

.cta-section__link-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s, gap 0.2s;
}
.cta-section__link-secondary:hover {
  color: #fff;
  gap: 0.75rem;
}
.cta-section__link-secondary svg {
  flex-shrink: 0;
  transition: transform 0.2s;
}
.cta-section__link-secondary:hover svg {
  transform: translateX(2px);
}

.cta-section__arrow {
  flex-shrink: 0;
}
.scat-focus {
    padding-top: 1.6rem;
}

.scat-focus-card-wrap {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
}
.scat-focus-accent {
    position: absolute;
    top: -14px;
    left: -20px;
    width: 240px;
    height: 185px;
    border-radius: 10px;
    background: linear-gradient(160deg, #071e58 0%, #182235 55%, #090f1c 100%);
    z-index: 0;
}
.scat-focus-card {
    position: relative;
    z-index: 1;
    background: linear-gradient(160deg, #071e58 0%, #182235 55%, #090f1c 100%);
    border-radius: 12px;
    box-shadow: 0 12px 22px rgba(2, 6, 23, .2);
    padding: 3.1rem 3rem;
}
.scat-focus-card p {
    margin: 0 auto;
    max-width: 980px;
    color: #e6f4ff;
    font-size: 1.08rem;
    line-height: 1.85;
    text-align: center;
    font-weight: 600;
}