/* ============================================
   Home Page Styles - Hero Section with CSS Masking
   ============================================ */

/* Ensure inline SVG doesn't affect layout */
body>svg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
  display: block !important;
}


/* Hero Container - Inset from viewport edges with margins */
.hero-container {
  display: block;
  position: relative;
  top: 0;
  width: calc(100vw - 40px);
  height: 1260px;
  margin: 20px auto 0;
  padding: 0;
  padding-top: 0 !important;
  overflow: visible;
  background-color: transparent;
}

/* Ultra-wide screens (2000px+) - scale proportionally */
@media (min-width: 2000px) {
  .hero-container {
    height: calc(1260px * 1.1);
    overflow: visible;
  }

  .hero-heading-wrap {
    top: calc(400px * 1.1);
    width: calc(1074.67px * 1.1);
    height: calc(309px * 1.1);
  }

  .hero-hug-area {
    left: calc(40px * 1.1);
    bottom: calc(80px * 1.1);
    width: calc(560px * 1.1);
  }

  .hero-hug {
    max-width: calc(33% * 1.1);
    gap: calc(28px * 1.1);
  }

  .hero-hug-cta {
    font-size: calc(16px * 1.1);
    line-height: calc(22px * 1.1);
  }

  .hero-hug-btn {
    width: calc(85px * 1.1);
    height: calc(85px * 1.1);
  }

  .hero-hug-btn-icon {
    width: calc(40px * 1.1);
    height: calc(40px * 1.1);
  }
}

/* Large desktop screens (1441px-1535px) - smooth transition */
@media (min-width: 1441px) and (max-width: 1535px) {
  .hero-container {
    height: clamp(945px, 60vw, 1050px);
    overflow: visible;
  }

  .hero-heading-wrap {
    top: clamp(260px, 25vw, 340px);
    width: clamp(820px, 56vw, 960px);
    height: auto;
  }

  .hero-hug-area {
    left: clamp(42px, 3vw, 48px);
    bottom: clamp(70px, 6vw, 90px);
    width: clamp(500px, 34vw, 560px);
  }

  .hero-hug {
    max-width: 100%;
    gap: clamp(40px, 3vw, 46px);
  }

  .hero-hug-cta {
    font-size: clamp(14px, 1vw, 15px);
    line-height: clamp(19px, 1.3vw, 21px);
  }

  .hero-hug-btn {
    width: clamp(70px, 5vw, 80px);
    height: clamp(70px, 5vw, 80px);
  }

  .hero-hug-btn-icon {
    width: clamp(33.41px, 2.3vw, 38px);
    height: clamp(33.41px, 2.3vw, 38px);
  }
}

/* 1536px breakpoint - container and heading */
@media (min-width: 1536px) and (max-width: 1599px) {
  .hero-container {
    height: 1208px;
    overflow: visible;
  }

  .hero-heading-wrap {
    top: 370px;
    width: 980px;
    height: auto;
  }
}

/* Extra large desktop screens (1600px-1919px) - optimized for 1600px+ */
@media (min-width: 1600px) and (max-width: 1919px) {
  .hero-container {
    height: 1200px;
    overflow: visible;
  }

  .hero-heading-wrap {
    top: 380px;
    width: 1050px;
    height: auto;
  }

  .hero-hug-area {
    left: 42px;
    bottom: 30px;
    width: 33%;
  }

  .hero-hug {
    max-width: 100%;
    gap: 26px;
  }

  .hero-hug-cta {
    font-size: 15px;
    line-height: 21px;
  }

  .hero-hug-btn {
    width: 82px;
    height: 82px;
    margin-top: 0;
    align-self: center;
  }

  .hero-hug-btn-icon {
    width: 38px;
    height: 38px;
  }
}

/* Better desktop hero transitions */
@media (min-width: 1200px) and (max-width: 1439px) {
  .hero-container {
    height: 1100px;
    overflow: visible;
  }

  .hero-heading-wrap {
    top: 350px;
    width: 950px;
    height: 280px;
  }

  .hero-hug-area {
    left: 47px;
    bottom: 30px;
    width: 33%;
  }

  .hero-hug {
    gap: 45px;
  }

  .hero-hug-cta {
    font-size: 15px;
    line-height: 20px;
  }

  .hero-hug-btn {
    width: 80px;
    height: 80px;
  }

  .hero-hug-btn-icon {
    width: 38px;
    height: 38px;
  }
}

/* 1440px breakpoint */
@media (max-width: 1440px) {
  .hero-container {
    width: calc(100vw - 40px);
    height: 945px;
    overflow: visible;
  }
}

/* Tablet breakpoint – 769px to 1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-container {
    width: calc(100vw - 32px);
    margin: 16px auto 0;
    height: clamp(520px, 65vw, 700px);
    overflow: visible;
  }
}

/* Small tablet / large phone – 481px to 768px */
@media (max-width: 768px) {
  .hero-container {
    width: calc(100vw - 24px);
    margin: 12px auto 0;
    height: 492px;
    overflow: visible;
  }

  .hero-masked-bg {
    border-radius: 20px;
  }
}

/* 480px breakpoint */
@media (max-width: 480px) {
  .hero-container {
    width: calc(100vw - 20px);
    margin: 10px auto 0;
    height: 460px;
    overflow: visible;
  }

  .hero-masked-bg {
    border-radius: 16px;
  }
}

/* 375px breakpoint */
@media (max-width: 375px) {
  .hero-container {
    width: calc(100vw - 16px);
    margin: 8px auto 0;
    height: 440px;
    overflow: visible;
  }

  .hero-masked-bg {
    border-radius: 14px;
  }
}

/* Masked Background - Expands width, fixed height, sticks to top */
.hero-masked-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;

  /* Hero background loaded via JS data-bg for performance (22 MB GIF) */
  background-color: #0A0E1A; /* Dark fallback while GIF loads */
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;

  /* CSS Masking - White areas in mask show image, black areas show white background */
  -webkit-mask-image: url('../../images/hero/home/1920/hero-mask.svg');
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -webkit-mask-mode: luminance;

  mask-image: url('../../images/hero/home/1920/hero-mask.svg');
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center top;
  mask-mode: luminance;

  z-index: 1;
}

/* 1920px fix - mask is 1867×1260, stretch to fill container exactly
   so the cutout curve aligns perfectly at 1920px viewport width */
@media (min-width: 1920px) and (max-width: 1999px) {
  .hero-masked-bg {
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: top left;
    mask-size: 100% 100%;
    mask-position: top left;
  }
}

/* 1440px breakpoint - use 1440px mask */
@media (max-width: 1440px) {
  .hero-masked-bg {
    background-position: center top;

    /* Use 1440px mask */
    -webkit-mask-image: url('../../images/hero/home/1440/hero-mask.svg');
    -webkit-mask-size: cover;
    -webkit-mask-position: center top;

    mask-image: url('../../images/hero/home/1440/hero-mask.svg');
    mask-size: cover;
    mask-position: center top;
  }
}

/* 768px breakpoint - use 768px mask */
@media (max-width: 768px) {
  .hero-masked-bg {
    /* Hero background loaded via JS data-bg for performance */
    background-size: cover;
    background-position: center top;

    /* Use 768px mask, scales to fill container */
    -webkit-mask-image: url('../../images/hero/home/768/hero-mask.svg');
    -webkit-mask-size: cover;
    -webkit-mask-position: center top;

    mask-image: url('../../images/hero/home/768/hero-mask.svg');
    mask-size: cover;
    mask-position: center top;
  }
}

/* 375px breakpoint - use 375px mask */
@media (max-width: 375px) {
  .hero-masked-bg {
    /* Hero background loaded via JS data-bg for performance */
    background-size: cover;
    background-position: center top;

    /* Use 375px mask, scales to fill container */
    -webkit-mask-image: url('../../images/hero/home/375/hero-mask.svg');
    -webkit-mask-size: cover;
    -webkit-mask-position: center top;

    mask-image: url('../../images/hero/home/375/hero-mask.svg');
    mask-size: cover;
    mask-position: center top;
  }
}

/* Overlay for Home page - applies color with opacity */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background-color: var(--color-overlay);
  opacity: 0.50;
  z-index: 2;
  pointer-events: none;
}

/* Hero Content - Contains navigation and logo */
.hero-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* Hero Heading - 1920px (default), centered horizontally 769px–1920px */
.hero-heading-wrap {
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translateX(-50%);
  width: 1074.67px;
  height: 309px;
  padding: 0;
  text-align: center;
  margin: 0;
  opacity: 1;
}

.hero-heading {
  font-family: 'Deltha', 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--font-size-hero-lg);
  line-height: var(--line-height-hero);
  letter-spacing: 0%;
  text-align: center;
  color: var(--color-text-light);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  margin: 0;
  text-transform: uppercase;
  top: 5px;
}

/* Hero heading - 1440px, centered horizontally */
@media (max-width: 1440px) {
  .hero-heading-wrap {
    width: 820px;
    height: 231px;
    top: 260px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }

  .hero-heading {
    font-size: var(--font-size-hero-md);
    text-transform: uppercase;
    /* position: ; */
    top: 5px;
    line-height: 100%;
  }
}

/* Hero heading - 1400-1536px, reduced font size */
@media (min-width: 1400px) and (max-width: 1536px) {
  .hero-heading-wrap {
    width: 780px;
    height: auto;
    top: 270px;
  }

  .hero-heading {
    font-size: var(--font-size-hero-md);
    line-height: 100%;
  }
}

/* Hero heading - tablet (769px-1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-heading-wrap {
    width: clamp(420px, 60vw, 620px);
    height: auto;
    top: clamp(160px, 22vw, 240px);
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-heading {
    font-size: clamp(26px, 3.5vw, 34px);
    text-transform: uppercase;
    line-height: 100%;
  }
}

/* Hero heading - 768px */
@media (max-width: 768px) {
  .hero-heading-wrap {
    width: clamp(300px, 80vw, 500px);
    height: auto;
    top: clamp(130px, 22vw, 180px);
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-heading {
    font-size: var(--font-size-hero-sm);
    text-transform: uppercase;
  }
}

/* Hero heading - 480px */
@media (max-width: 480px) {
  .hero-heading-wrap {
    width: 90%;
    top: 120px;
  }

  .hero-heading {
    font-size: 26px;
    text-transform: uppercase;
  }
}

/* Hero heading - 375px (mobile): same line breaks, normal capitalization */
@media (max-width: 375px) {
  .hero-heading-wrap {
    width: 90%;
    top: 100px;
  }

  .hero-heading {
    font-size: var(--font-size-hero-xs);
    text-transform: none;
  }
}

/* ============================================
   Hero Hug - bottom-left (centered in white area by mask, no bg)
   ============================================ */

/* Area created by mask cutout – hug centered inside
   1920 mask cutout: y≈962→1260 (~298px tall), x≈0→615 (~615px wide) */
.hero-hug-area {
  position: absolute;
  left: 40px;
  bottom: 80px;
  width: 560px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 15;
  pointer-events: none;
}

.hero-hug-area * {
  pointer-events: auto;
}

.hero-hug {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 28px;
  background: transparent;
  opacity: 1;
}

.hero-hug-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px;
}

.hero-hug-paragraph,
.hero-hug-cta {
  font-family: 'AirbnbCereal_W_Bk', 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #000000;
}

.hero-hug-paragraph {
  margin: 0;
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
  max-width: 540px;
}

.hero-hug-cta {
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  text-align: left;
  transition: opacity 0.2s ease;
}

.hero-hug-cta:hover {
  opacity: 0.85;
}

.hero-hug-btn {
  flex-shrink: 0;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #1F2937;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
  margin-top: 0;
}

.hero-hug-btn:hover {
  background: #111827;
  transform: scale(1.05);
}

.hero-hug-btn-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

/* Hero hug - 1440px breakpoint */
@media (max-width: 1440px) {
  .hero-hug-area {
    left: 45px;
    bottom: 30px;
    width: 33%;
  }

  .hero-hug {
    gap: 28px;
  }

  .hero-hug-cta {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-hug-btn {
    width: 60px;
    height: 60px;
    margin-right: 0;
    margin-top: 0;
  }

  .hero-hug-btn-icon {
    width: 33.41px;
    height: 33.41px;
  }
}

/* 1536px breakpoint - hero hug positioned in mask cutout
   Must be AFTER base styles so it overrides them.
   Cutout area: bottom ~245px, left ~505px wide */
@media (min-width: 1536px) and (max-width: 1599px) {
  .hero-hug-area {
    left: 40px;
    bottom: 30px;
    width:33%;
  }

  .hero-hug {
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }

  .hero-hug-text {
    flex: 1;
    gap: 6px;
  }

  .hero-hug-cta {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-hug-cta {
    margin-top: 12px;
  }

  .hero-hug-btn {
    width: 75px;
    height: 75px;
    min-width: 75px;
    margin-top: 0;
    margin-right: 0;
    flex-shrink: 0;
    align-self: center;
  }

  .hero-hug-btn-icon {
    width: 34px;
    height: 34px;
  }
}

/* Tablet breakpoint – hero hug (769px-1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-hug-area {
    left: 24px;
    bottom: 40px;
    width: clamp(320px, 42vw, 420px);
  }

  .hero-hug {
    gap: 20px;
  }

  .hero-hug-cta {
    font-size: 13px;
    line-height: 18px;
  }

  .hero-hug-btn {
    width: 56px;
    height: 56px;
    margin-right: 0;
    margin-top: 0;
  }

  .hero-hug-btn-icon {
    width: 26px;
    height: 26px;
  }
}

/* Desktop hug visible by default, mobile hug hidden */
.hero-hug-area--mobile {
  display: none;
}

.hero-hug-section {
  display: none;
}

/* 768px and below: hide desktop hug in hero, show mobile hug below */
@media (max-width: 768px) {
  .hero-hug-area--desktop {
    display: none;
  }

  .hero-hug-section {
    display: block;
    position: relative;
    width: 100%;
    background: var(--color-bg-light);
    padding: 32px 24px 0px 40px;
    z-index: 5;
    text-align: center;
  }

  .hero-hug-area--mobile {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    pointer-events: auto;
    margin-top: 50px;
  }
    .hero-hug-area {
              left: 0px;
       
    }

  .hero-hug-area--mobile .hero-hug {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    width: 100%;
    max-width: 400px;
  }

  .hero-hug-area--mobile .hero-hug-text {
    align-items: center;
    gap: 12px;
  }

  .hero-hug-area--mobile .hero-hug-paragraph {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
  }

  .hero-hug-area--mobile .hero-hug-cta {
    display: inline-block;
    padding: 14px 36px;
    background: var(--color-text-dark, #1F2937);
    color: #FFFFFF;
    border-radius: 40px;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    margin-top: 8px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .hero-hug-area--mobile .hero-hug-cta:hover {
    background: #111827;
    transform: translateY(-2px);
  }
}

/* Smaller mobile refinements */
@media (max-width: 480px) {
  .hero-hug-section {
    padding: 28px 20px  0px 36px;
  }

  .hero-hug-area--mobile .hero-hug-paragraph {
    font-size: 14px;
  }

  .hero-hug-area--mobile .hero-hug-cta {
    font-size: 14px;
    padding: 12px 32px;
  }
}

@media (max-width: 375px) {
  .hero-hug-section {
    padding: 24px 16px  0px 32px;
  }

  .hero-hug-area--mobile .hero-hug-paragraph {
    font-size: 13px;
  }

  .hero-hug-area--mobile .hero-hug-cta {
    font-size: 13px;
    padding: 12px 28px;
  }
}

/* 1920px – nudge hug area right so it sits comfortably inside the cutout */
@media (min-width: 1920px) and (max-width: 1999px) {
  .hero-hug-area {
    left: 65px;
  }
}

/* Navigation styles now centralized in components/navigation.css */
/* Home page specific navigation overrides (if needed) can go here */

/* ============================================
   Next section – content area with background image
   ============================================ */

.section-content {
  position: relative;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  background-color: transparent;
}

.section-content-bg {
  position: absolute;
  top: -50px;
  left: 0;
  width: 110%;
  /* height: 100%; */
  height: 150vh;
  background-image: url('../../images/sections/group11.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
  /* background-color: red; */
}

.section-content-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--section-inner-max);
  margin: 0 auto;
  padding: var(--section-padding-y) var(--section-padding-x);
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Section content heading – two lines (typography from main.css .section-heading) */
.section-content-heading {
  /* margin: 0 0 var(--spacing-sm) 0; */
  margin-top: 80px;

}

.section-content-heading-line2 {
  color: var(--color-heading);
}

/* Section content paragraph */
.section-content-paragraph {
  font-family: var(--font-body);
  font-weight: 400;
  font-style: normal;
  font-size: var(--font-size-section-body);
  line-height: var(--line-height-section-body);
  letter-spacing: 0%;
  text-align: center;
  color: var(--color-body);
  max-width: 600px;
}

/* Section content button – View All Solutions */
.section-content-btn {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 26.67px;
  gap: 13.33px;
  width: 317.33px;
  height: 75px;
  border: 1.33px solid var(--color-btn-fill);
  border-radius: var(--radius-button);
  background: transparent;
  color: var(--color-btn-fill);
  text-decoration: none;
  font-family: var(--font-body);
  font-weight: 400;
  font-style: normal;
  font-size: var(--font-size-section-body);
  line-height: var(--font-size-section-body-line);
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.section-content-btn:hover {
  background: var(--color-btn-fill);
  color: var(--color-btn-text);
  border-color: var(--color-btn-fill);
}

.section-content-btn:hover .section-content-btn-icon {
  background: var(--color-btn-fill-hover);
  color: var(--color-btn-text-hover);
}

.section-content-btn:hover .section-content-btn-icon img {
  filter: brightness(0) invert(0);
}

.section-content-btn-text {
  flex: none;
  order: 0;
  flex-grow: 0;
}

.section-content-btn-icon {
  flex: none;
  order: 1;
  flex-grow: 0;
  width: 34.67px;
  height: 34.67px;
  min-width: 34.67px;
  min-height: 34.67px;
  border-radius: 50%;
  background: var(--color-btn-fill);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.section-content-btn-icon img {
  width: 19.35px;
  height: 19.35px;
  filter: brightness(0) invert(1);
  transition: filter 0.2s ease;
}

/* 1440px breakpoint - View All Solutions button */
@media (max-width: 1440px) {
  .section-content-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 238px;
    height: 56px;
    padding: 15px 20px;
    gap: 10px;
    border-radius: 40px;
    border: 1.33px solid #000000;
    background: transparent;
    color: #000000;
    margin: 40px 0 60px 0;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }

  .section-content-btn-text {
    width: 162px;
    height: 20px;
    font-family: 'AirbnbCereal_W_Bk', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #1F2937;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section-content-btn-icon {
    width: 32px;
    height: 32px;
    flex: none;
    order: 1;
    flex-grow: 0;
    background: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../../images/icons/move-right.png');
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .section-content-btn:hover {
    background: #000000;
    color: #FFFFFF;
  }

  .section-content-btn:hover .section-content-btn-text {
    color: #FFFFFF;
  }

  .section-content-btn:hover .section-content-btn-icon {
    background: #FFFFFF;
    background-image: url('../../images/icons/move-right.png');
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/* ============================================
   Section content cards – three solution cards
   ============================================ */

.section-content-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: var(--cards-gap);
  width: 100%;
  max-width: var(--section-inner-max);
  margin-top: var(--cards-margin-top);
  flex-wrap: wrap;
}

/* Better desktop card layout */
@media (min-width: 1200px) {
  .section-content-cards {
    gap: 2rem;
  }

  .section-card {
    max-width: 380px;
  }
}

@media (min-width: 1440px) {
  .section-content-cards {
    gap: 2.5rem;
  }

  .section-card {
    max-width: 400px;
  }
}

/* Second 3-cards section – below cost block, same layout, slightly taller cards */
.section-cards-secondary {
  width: 100%;
}

.section-cards-secondary .section-content-cards {
  margin-top: var(--cards-margin-top);
}

/* Second section: cards with rounded-corner SVGs, sized to content */
.section-cards-secondary .section-card {
  aspect-ratio: 544 / 580;
}

.section-cards-secondary .section-card--blue {
  background-image: url('../../images/sections/card-shape-blue-747.svg');
}

.section-cards-secondary .section-card--green {
  background-image: url('../../images/sections/card-shape-green-747.svg');
}

.section-cards-secondary .section-card--purple {
  background-image: url('../../images/sections/card-shape-purple-747.svg');
}

.section-card {
  position: relative;
  flex: 1;
  min-width: 280px;
  max-width: 360px;
  aspect-ratio: 407 / 400;
  /* default; overridden by .section-cards-primary and .section-cards-secondary */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: var(--spacing-md) var(--spacing-sm) var(--spacing-sm);
  /* Extra top padding leaves room for the icon pill while keeping
     the text block vertically centered in the remaining space */
  padding-top: 4.75rem;
  border-radius: var(--radius-card);
  text-align: left;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  /* No solid bg – section bg shows through; colored shape from SVG covers the rest */
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

/* First section: card colors applied, tighter aspect ratio */
.section-cards-primary .section-card {
  aspect-ratio: 407 / 460;
}

.section-cards-primary .section-card--blue {
  background-image: url('../../images/sections/card-shape-primary-blue.svg');
}

.section-cards-primary .section-card--green {
  background-image: url('../../images/sections/card-shape-primary-green.svg');
}

.section-cards-primary .section-card--purple {
  background-image: url('../../images/sections/card-shape-primary-purple.svg');
}

/* Fallback for any card without a section class (keep 407 × 480) */
.section-card--blue {
  background-image: url('../../images/sections/card-shape-blue.svg');
}

.section-card--green {
  background-image: url('../../images/sections/card-shape-green.svg');
}

.section-card--purple {
  background-image: url('../../images/sections/card-shape-purple.svg');
}

/* 1920px breakpoint – use 544×640 primary cards and 544×747 secondary cards
   MUST be after base card styles so it properly overrides them */
@media (min-width: 1920px) {
  .section-content-inner {
    max-width: 1800px;
  }

  .section-content-cards {
    gap: 3rem;
    max-width: 1800px;
  }

  .section-card {
    max-width: 544px;
    min-width: 400px;
    flex: 1 1 0;
  }

  .section-cards-primary .section-card {
    aspect-ratio: 544 / 520;
  }

  .section-cards-primary .section-card--blue {
    background-image: url('../../images/sections/card-shape-blue-640.svg');
  }

  .section-cards-primary .section-card--green {
    background-image: url('../../images/sections/card-shape-green-640.svg');
  }

  .section-cards-primary .section-card--purple {
    background-image: url('../../images/sections/card-shape-purple-640.svg');
  }

  .section-cards-secondary .section-card {
    aspect-ratio: 544 / 600;
  }

  .section-cards-secondary .section-card--blue {
    background-image: url('../../images/sections/card-shape-blue-747.svg');
  }

  .section-cards-secondary .section-card--green {
    background-image: url('../../images/sections/card-shape-green-747.svg');
  }

  .section-cards-secondary .section-card--purple {
    background-image: url('../../images/sections/card-shape-purple-747.svg');
  }
}

.section-card-icon-wrap {
  position: absolute;
  top: -1.4rem;
  /* increase to move down (e.g. 5px, 15px), decrease for higher */
  left: 2.5rem;
  width: 80px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-light);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.section-card--blue .section-card-icon-wrap {
  background-image: url('../../images/sections/pill-blue.svg');
}

.section-card--green .section-card-icon-wrap {
  background-image: url('../../images/sections/pill-green.svg');
}

.section-card--purple .section-card-icon-wrap {
  background-image: url('../../images/sections/pill-purple.svg');
}

.section-card-icon {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  object-fit: contain;
}

.section-card-heading {
  font-family: 'AirbnbCereal_W_Bd', 'AirbnbCereal_W_Blk', 'Inter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: var(--font-size-card-heading);
  line-height: var(--line-height-card-heading);
  color: var(--color-heading);
  margin: 0 0 0.75rem 0;
}

/* Ensure headings show as two lines on mid-range desktops */
@media (min-width: 769px) and (max-width: 1919px) {
  .section-card-heading {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
  }
}

/* 1920px+ – no truncation, cards are wide enough */
@media (min-width: 1920px) {
  .section-card-heading {
    display: block;
    overflow: visible;
    line-height: 1.2;
    margin-bottom: 2.25rem;
  }

  .section-card-icon-wrap {
    width: 100px;
    height: 130px;
    top: -1.6rem;
    left: 2.5rem;
  }

  .section-card-icon {
    width: 56px;
    height: 56px;
  }

  .section-card-body {
    line-height: 1.6;
  }

  .section-content-heading {
    margin-top: 100px;
    margin-bottom: 1.5rem;
  }

  .section-content-paragraph {
    margin-bottom: 2rem;
  }

  .section-content-cards {
    margin-top: 4rem;
  }
}

.section-card-body {
  font-family: 'AirbnbCereal_W_Bk', 'AirbnbCereal_W_Blk', 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--font-size-card-body);
  /* line-height: var(--line-height-card-body); */
  line-height: normal;
  color: #6B7280;
  margin: 0;
}

/* ============================================
   Section cost block – Half the Cost. Double the Performance (Frame 7)
   ============================================ */

.section-cost-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: var(--cost-block-gap);
  width: 100%;
  max-width: 928px;
  /* margin: var(--cost-block-margin-top) auto 0; */
}

/* Section cost heading (typography from main.css .section-heading) */
.section-cost-heading {
  max-width: 968px;
}

.section-cost-paragraph {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-size-section-body);
  line-height: var(--line-height-section-body);
  text-align: center;
  color: var(--color-body);
  margin: 0;
  max-width: 700px;
}

.section-cost-paragraph-second{
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-size-section-body);
  line-height: var(--line-height-section-body);
  text-align: center;
  color: var(--color-body);
  margin: 0;
  max-width: 500px;
}

/* ============================================
   Your Unfair Advantage – light blue section, 4 feature cards
   ============================================ */

.section-advantage {
  position: relative;
  z-index: 1;
  width: 100%;
  background: var(--color-bg-advantage);
  margin-top: var(--section-block-gap);
  /* padding: var(--section-padding-y) var(--section-padding-x); */
  padding-top: 100px;
  padding-bottom: 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-advantage-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-md);
  /* margin-bottom: var(--section-block-gap); */
  margin-bottom: 50px;
}

/* .section-advantage-subtitle – typography from main.css .section-label */

/* .section-advantage-title – typography from main.css .section-heading */

.section-advantage-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  width: 100%;
  max-width: min(1600px, calc(100vw - 2 * var(--section-padding-x)));
  margin: 0 auto;
}

/* Better desktop advantage cards */
@media (min-width: 1200px) and (max-width: 1400px) {
  .section-advantage-cards {
    gap: 28px;
  }
}

@media (min-width: 1400px) {
  .section-advantage-cards {
    gap: 40px;
    max-width: min(1800px, calc(100vw - 2 * var(--section-padding-x)));
  }
}

/* Card: content-driven height, icon then title then body */
.advantage-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: var(--color-bg-card);
  border-radius: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  gap: 0;
  text-align: center;
}

.advantage-card .advantage-card-icon-wrap {
  margin-bottom: 1rem;
}

.advantage-card .advantage-card-title {
  margin-bottom: 0.25rem;
}

.advantage-card .advantage-card-body {
  width: 100%;
  box-sizing: border-box;
}

.advantage-card-icon-wrap {
  width: 76px;
  height: 76px;
  min-width: 76px;
  min-height: 76px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.advantage-card--purple .advantage-card-icon-wrap {
  background: #F2ECFA;
  border: 1px solid #C8A1FB;
}

.advantage-card--green .advantage-card-icon-wrap {
  background: #EAF7F2;
  border: 1px solid #7ED7C1;
}

.advantage-card--blue .advantage-card-icon-wrap {
  background: #E8F1FA;
  border: 1px solid #9BCCFD;
}

.advantage-card--orange .advantage-card-icon-wrap {
  background: #FFF4E6;
  border: 1px solid #FFCC8A;
}

.advantage-card-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

/* Title: fluid size so it fits in square; can wrap to two lines */
.advantage-card-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(0.62rem, 1.15vw, 26px);
  line-height: 1.25;
  color: var(--color-heading);
  margin: 0;
}

/* Body: fluid size so text fits inside square */
.advantage-card-body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: clamp(0.55rem, 0.85vw, 16px);
  line-height: 1.55;
  color: var(--color-body);
  margin: 0;
}

/* Advantage cards – responsive */
@media (max-width: 1024px) {
  .section-advantage-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .section-advantage-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .advantage-card {
    padding: 1.25rem;
    border-radius: 28px;
  }

  .advantage-card-icon-wrap {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
  }

  .advantage-card-icon {
    width: 36px;
    height: 36px;
  }

  .advantage-card-title {
    font-size: clamp(0.6rem, 1.7vw, 13px);
  }

  .advantage-card-body {
    font-size: clamp(0.55rem, 1.4vw, 10px);
  }
}

/* ============================================
   Supporter Platforms / Explore Automaxion Toolkit – white section
   ============================================ */

.section-toolkit {
  position: relative;
  z-index: 1;
  width: 100%;
  background: var(--color-bg-light);
  margin-top: var(--section-block-gap);
  padding: var(--section-padding-y) var(--section-padding-x);
  box-sizing: border-box;
}

.section-toolkit-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--cost-block-gap);
  max-width: 700px;
  margin: 0 auto;
}

/* .section-toolkit-label – typography from main.css .section-label */
.section-toolkit-label {
  align-self: stretch;
}

.section-toolkit-heading {
  align-self: stretch;
  white-space: nowrap;
  text-wrap: inherit;
}

.section-toolkit-body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--font-size-section-body);
  line-height: var(--font-size-section-body-line);
  text-align: center;
  color: var(--color-body);
  margin: 0;
  max-width: 765px;
}

/* ============================================
   Clients Thoughts / Testimonials – white section
   ============================================ */

.section-testimonials {
  position: relative;
  z-index: 1;
  width: 100%;
  background: var(--color-bg-light);
  margin-top: var(--section-block-gap);
  padding: var(--section-padding-y) var(--section-padding-x);
  box-sizing: border-box;
}

.section-testimonials-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--cost-block-gap);
  margin: 0 auto;
}

/* .section-testimonials-label – typography from main.css .section-label */

/* .section-testimonials-heading – typography from main.css .section-heading */

@media (max-width: 768px) {

  .section-toolkit-heading,
  .section-testimonials-heading {
    white-space: normal;
  }
}

/* Testimonial cards – blob SVG shape, avatar, text overlay
   To adjust text: edit content in index.html (.testimonial-card__name, __title, __quote).
   To adjust position/size: change --testimonial-content-* below or in .testimonial-card__content. */
.testimonial-cards-wrap {
  width: 100%;
  max-width: min(1400px, calc(100vw - 2 * var(--section-padding-x)));
  margin: var(--section-block-gap) auto 0;
  padding: 0 var(--section-padding-x);
  box-sizing: border-box;
}

.testimonial-cards-track {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2rem);
}

.testimonial-card {
  --testimonial-content-left: 20%;
  --testimonial-content-right: 8%;
  --testimonial-content-top: 22%;
  --testimonial-content-bottom: 6%;
  flex: 0 0 min(320px, calc(100vw - 2 * var(--section-padding-x) - 2rem));
  width: min(320px, calc(100vw - 2 * var(--section-padding-x) - 2rem));
  min-width: 240px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: 535 / 631;
  max-height: 400px;
  scroll-snap-align: center;
}

.testimonial-card__shape {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.testimonial-card__shape svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
}

.testimonial-card__avatar-wrap {
  position: absolute;
  left: 15.7%;
  top: 0;
  width: 22.8%;
  z-index: 1;
  aspect-ratio: 1;
  max-width: 90px;
  max-height: 90px;
  border-radius: 28%;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.testimonial-card__avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Text block position: left side of card; padding clears avatar (~38.5% width) */
.testimonial-card__content {
  position: absolute;
  z-index: 1;
  right: var(--testimonial-content-right);
  top: var(--testimonial-content-top);
  bottom: var(--testimonial-content-bottom);
  padding-left: 10%;
  padding-top: 8%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.25rem;
  text-align: left;
}

.testimonial-card__name,
.testimonial-card__title,
.testimonial-card__quote {
  text-align: left;
  width: 100%;
}

.testimonial-card__name {
  font-family: 'AirbnbCereal_W_XBd', 'AirbnbCereal_W_Blk', 'Inter', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0%;
  text-align: left;
  width: 100%;
  margin: 0;
}

.testimonial-card__title {
  font-family: 'AirbnbCereal_W_Lt', 'AirbnbCereal_W_Blk', 'Inter', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0%;
  text-align: left;
  width: 100%;
  margin: 0 0 0.75rem 0;
}

.testimonial-card__quote {
  font-family: 'AirbnbCereal_W_Bk', 'AirbnbCereal_W_Blk', 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: 0%;
  text-align: left;
  width: 100%;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

/* 1441-1535px breakpoint for testimonial cards – smooth transition from 1440px */
@media (min-width: 1441px) and (max-width: 1535px) {
  .testimonial-card__name {
    font-size: 25px;
    line-height: 1.1;
  }

  .testimonial-card__title {
    font-size: 15px;
  }

  .testimonial-card__quote {
    font-size: 17px;
    line-height: 135%;
  }
}

/* 1536px breakpoint for testimonial cards */
@media (min-width: 1536px) and (max-width: 1599px) {
  .testimonial-card {
    flex: 0 0 min(300px, calc(100vw - 2 * var(--section-padding-x) - 2rem));
    width: min(300px, calc(100vw - 2 * var(--section-padding-x) - 2rem));
    max-height: 380px;
  }

  .testimonial-card__avatar-wrap {
    max-width: 80px;
    max-height: 80px;
  }

  .testimonial-card__name {
    font-size: 26px;
    line-height: 1.1;
  }

  .testimonial-card__title {
    font-size: 15px;
    margin: 0 0 0.75rem 0;
  }

  .testimonial-card__quote {
    font-size: 17px;
    line-height: 135%;
  }
}

/* 1440px breakpoint for testimonial cards */
@media (max-width: 1440px) {
  .testimonial-card__name {
    font-size: 24px;
  }

  .testimonial-card__title {
    font-size: 14px;
  }

  .testimonial-card__quote {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .testimonial-card {
    flex: 0 0 min(280px, calc(100vw - 2 * var(--section-padding-x) - 1rem));
    width: min(280px, calc(100vw - 2 * var(--section-padding-x) - 1rem));
    min-width: 220px;
    max-height: 340px;
  }

  .testimonial-card__avatar-wrap {
    max-width: 70px;
    max-height: 70px;
  }

  .testimonial-card__content {
    /* left: var(--testimonial-content-left); */
    top: 22%;
  }
}

/* ============================================
   Questions & Answers (FAQ) – white section, dark accordion
   ============================================ */

.section-faq {
  position: relative;
  z-index: 1;
  width: 100%;
  background: var(--color-bg-light);
  margin-top: var(--section-block-gap);
  padding: var(--section-padding-y) var(--section-padding-x);
  box-sizing: border-box;
}

.section-faq-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--cost-block-gap);
  margin: 0 auto;
  max-width: 1216px;
}

/* .section-faq-label, .section-faq-heading – typography from main.css */

.section-faq-body {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: clamp(0.65rem, 1.3vw, 22px);
  line-height: 1.59;
  text-align: center;
  color: var(--color-body);
  margin: 0;
  max-width: 600px;
}

.section-faq-accordion {
  width: 100%;
  max-width: 961.33px;
  height: auto;
  margin: var(--section-block-gap) auto 0;
  padding: clamp(24px, 3vw, 40px);
  background: var(--color-overlay);
  border-radius: 20px;
  box-sizing: border-box;
  transform: rotate(0deg);
  opacity: 1;
  overflow: visible;
}

/* 1440px breakpoint for FAQ accordion */
@media (max-width: 1440px) {
  .section-faq-accordion {
    max-width: 721px;
    height: auto;
    border-radius: 15px;
  }

  .faq-item__summary {
    font-family: Inter;
    font-weight: 700;
    font-style: normal;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
  }

  .faq-item__answer p {
    font-family: Inter;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0px;
    vertical-align: middle;
  }
}

/* 1024px breakpoint for tablets */
@media (max-width: 1024px) {
  .section-faq-accordion {
    max-width: 90%;
    padding: clamp(20px, 2.5vw, 32px);
    border-radius: 12px;
  }

  .faq-item__summary {
    padding: 18px 0;
    font-size: clamp(0.65rem, 1.5vw, 13px);
    gap: 0.75rem;
  }

  .faq-item__answer {
    padding: 0 0 18px 0;
  }

  .faq-item__answer p {
    font-size: clamp(0.62rem, 1.4vw, 12px);
    line-height: 1.6;
  }
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item__summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  padding: 20px 0;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(0.65rem, 1.3vw, 20px);
  line-height: 1.3;
  color: #FFFFFF;
  margin: 0;
  width: 100%;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.faq-item__summary::-webkit-details-marker {
  display: none;
}

.faq-item__summary::-moz-list-bullet {
  list-style-type: none;
}

.faq-item__chevron {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.faq-item__chevron svg {
  display: block;
}

.faq-item[open] .faq-item__chevron {
  transform: rotate(-180deg);
}

.faq-item__answer {
  padding: 0 0 20px 0;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.faq-item__answer p {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(0.62rem, 1.15vw, 18px);
  line-height: 1.64;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

@media (max-width: 768px) {
  .section-faq-accordion {
    max-width: 100%;
    padding: 20px 16px;
    border-radius: 10px;
  }

  .section-faq-inner {
    padding: 0 1rem;
  }

  .section-faq-body {
    font-size: clamp(0.65rem, 1.8vw, 13px);
    max-width: 100%;
  }

  .faq-item__summary {
    padding: 14px 0;
    font-size: clamp(0.65rem, 1.8vw, 12px);
    line-height: 1.35;
    gap: 0.5rem;
  }

  .faq-item__summary span:first-child {
    flex: 1;
    padding-right: 0.5rem;
  }

  .faq-item__answer {
    padding: 0 0 14px 0;
  }

  .faq-item__answer p {
    font-size: clamp(0.6rem, 1.6vw, 11px);
    line-height: 1.65;
  }
}

/* 375px breakpoint for small mobile devices */
@media (max-width: 375px) {
  .section-faq-accordion {
    padding: 16px 12px;
    border-radius: 8px;
  }

  .faq-item__summary {
    padding: 12px 0;
    font-size: 0.65rem;
  }

  .faq-item__answer {
    padding: 0 0 12px 0;
  }

  .faq-item__answer p {
    font-size: 0.6rem;
    line-height: 1.7;
  }

  .faq-item__chevron svg {
    width: 16px;
    height: 16px;
  }
}

/* Toolkit platform cards slider – infinite scroll (same type as partner slider) */
.toolkit-slider-wrap {
  width: 100%;
  margin-top: var(--section-block-gap);
  padding: 0 var(--section-padding-x);
  box-sizing: border-box;
  overflow: hidden;
}

.toolkit-slider-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 34.67px;
  width: max-content;
  animation: slider-scroll 40s linear infinite;
}

.toolkit-slider-track:hover {
  animation-play-state: paused;
}

.toolkit-slider-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: none;
  width: 429px;
  min-width: 429px;
  max-width: 429px;
  height: 137px;
  max-height: 137px;
  padding: 0 1.5rem;
  background: var(--color-bg-advantage);
  border-radius: 20px;
  box-sizing: border-box;
  gap: 1.5rem;
  pointer-events: none;
}

/* 1440px breakpoint for toolkit slider cards */
@media (max-width: 1440px) {
  .toolkit-slider-card {
    width: 321.75px;
    min-width: 321.75px;
    max-width: 321.75px;
    height: 103px;
    max-height: 103px;
  }
}

.toolkit-slider-icon-wrap {
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  border-radius: 13.33px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.toolkit-slider-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.toolkit-slider-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  flex: 1;
  min-width: 0;
}

.toolkit-slider-category {
  font-family: 'AirbnbCereal_W_Bd', 'AirbnbCereal_W_Blk', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  color: var(--color-accent-green);
}

.toolkit-slider-title {
  font-family: 'AirbnbCereal_W_Bd', 'AirbnbCereal_W_Blk', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
  color: var(--color-heading);
}

.toolkit-slider-subtitle {
  font-family: 'AirbnbCereal_W_Md', 'AirbnbCereal_W_Blk', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 23px;
  color: var(--color-body);
}

/* 1440px breakpoint for toolkit slider content */
@media (max-width: 1440px) {
  .toolkit-slider-icon-wrap {
    width: 52.86px;
    height: 52.86px;
    min-width: 52.86px;
    min-height: 52.86px;
    border-radius: 10px;
  }
  
  .toolkit-slider-icon {
    width: 52.86px;
    height: 52.86px;
  }
  
  .toolkit-slider-category {
    font-size: 8px;
    line-height: 10px;
  }

  .toolkit-slider-title {
    font-size: 11px;
    line-height: 18px;
  }

  .toolkit-slider-subtitle {
    font-size: 10px;
    line-height: 18px;
  }
}

@media (max-width: 768px) {
  .toolkit-slider-card {
    width: min(429px, calc(100vw - 2 * var(--section-padding-x) - 2rem));
    min-width: 280px;
    height: auto;
    min-height: 120px;
    padding: 1rem 1.25rem;
  }

  .toolkit-slider-icon-wrap,
  .toolkit-slider-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
  }

  .toolkit-slider-category {
    font-size: 10px;
  }

  .toolkit-slider-title {
    font-size: 0.75rem;
  }

  .toolkit-slider-subtitle {
    font-size: 0.65rem;
  }
}

/* ============================================
   Horizontal logo/partner slider – infinite scroll, 5 visible
   ============================================ */

@keyframes slider-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.section-slider-wrap {
  position: relative;
  z-index: 1;
  --slider-gap: clamp(1rem, 3vw, 2rem);
  --slider-visible: 5;
  --slider-card-width: calc((100vw - 2 * var(--section-padding-x) - (var(--slider-visible) - 1) * var(--slider-gap)) / var(--slider-visible));
  width: 100%;
  max-width: 100vw;
  /* margin-top: var(--section-block-gap); */
  margin-top: 50px;
  padding: 24px var(--section-padding-x);
  box-sizing: border-box;
  overflow: hidden;
}

.section-slider-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: var(--slider-gap);
  width: max-content;
  animation: slider-scroll 35s linear infinite;
}

.section-slider-track:hover {
  animation-play-state: paused;
}

.section-slider-card {
  flex: 0 0 var(--slider-card-width);
  width: var(--slider-card-width);
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1.25rem;
  background: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10), 0 1px 4px rgba(0, 0, 0, 0.06);
  gap: 0.75rem;
}

.section-slider-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #F3EEFC;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.section-slider-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.section-slider-title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.73rem;
  line-height: 1.3;
  color: var(--color-heading);
  text-align: center;
}

.section-slider-subtitle {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.57rem;
  line-height: 1.3;
  color: var(--color-body);
  text-align: center;
}

/* Slider – visible items by viewport (card width adjusts so N fit) */
@media (max-width: 1024px) {
  .section-slider-wrap {
    --slider-visible: 3;
  }
}

@media (max-width: 768px) {
  .section-slider-wrap {
    --slider-visible: 2;
    --slider-gap: 1rem;
  }
}

@media (max-width: 480px) {
  .section-slider-wrap {
    --slider-visible: 1;
    --slider-gap: 1rem;
  }
}

/* Section cards – stacked on small screens */
@media (max-width: 900px) {
  .section-content-cards {
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
    margin-top: var(--section-block-gap-sm);
  }

  .section-card {
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }
}

/* ============================================
   1536px Breakpoint – Section content heading/paragraph/button spacing
   ============================================ */

@media (min-width: 1536px) {
  .section-content-heading {
    margin-top: 90px;
    margin-bottom: 1.25rem;
  }

  .section-content-paragraph {
    margin-bottom: 1.75rem;
    max-width: 650px;
  }

  .section-content-cards {
    margin-top: 3.5rem;
  }
}

/* ============================================
   1920px Breakpoint – Sections After the 6 Cards
   ============================================ */

@media (min-width: 1920px) {

  /* --- "Helping industry leaders" cost block --- */
  .section-cost-block {
    max-width: 1200px;
  }

  .section-cost-heading {
    max-width: 1200px;
  }

  .section-cost-paragraph,
  .section-cost-paragraph-second {
    font-size: 22px;
    max-width: 700px;
  }

  /* --- Partner Logo Slider --- */
  .section-slider-wrap {
    margin-top: 70px;
  }

  .section-slider-card {
    min-height: 200px;
    padding: 2rem 1.5rem;
    border-radius: 1.25rem;
    gap: 1rem;
  }

  .section-slider-icon-wrap {
    width: 80px;
    height: 80px;
  }

  .section-slider-icon {
    width: 60px;
    height: 60px;
  }

  .section-slider-title {
    font-size: 0.88rem;
  }

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

  /* --- Your Unfair Advantage --- */
  .section-advantage {
    min-height: 100vh;
  }

  .section-advantage-heading {
    margin-bottom: 70px;
  }

  .section-advantage-cards {
    gap: 48px;
    max-width: min(1920px, calc(100vw - 2 * var(--section-padding-x)));
  }

  .advantage-card {
    padding: clamp(1.5rem, 2.5vw, 2.5rem);
    border-radius: 48px;
  }

  .advantage-card-icon-wrap {
    width: 96px;
    height: 96px;
    min-width: 96px;
    min-height: 96px;
    border-radius: 14px;
  }

  .advantage-card .advantage-card-icon-wrap {
    margin-bottom: 1.5rem;
  }

  .advantage-card-icon {
    width: 60px;
    height: 60px;
  }

  .advantage-card-title {
    font-size: clamp(0.8rem, 1.15vw, 22px);
    margin-bottom: 0.5rem;
  }

  .advantage-card-body {
    font-size: clamp(0.65rem, 1.72vw, 18px);
    line-height: 1.6;
  }

  /* --- Explore Automaxion Toolkit --- */
  .section-toolkit {
    padding: 5rem var(--section-padding-x);
  }

  .section-toolkit-inner {
    max-width: 1100px;
  }

  .section-toolkit-body {
    font-size: 22px;
    max-width: 950px;
  }

  .toolkit-slider-card {
    width: 540px;
    min-width: 540px;
    max-width: 540px;
    height: 170px;
    max-height: 170px;
    padding: 0 2rem;
    border-radius: 24px;
    gap: 2rem;
  }

  .toolkit-slider-track {
    gap: 44px;
  }

  .toolkit-slider-icon-wrap {
    width: 88px;
    height: 88px;
    min-width: 88px;
    min-height: 88px;
    border-radius: 16px;
  }

  .toolkit-slider-icon {
    width: 88px;
    height: 88px;
  }

  .toolkit-slider-category {
    font-size: 14px;
    line-height: 15px;
  }

  .toolkit-slider-title {
    font-size: 17px;
    line-height: 26px;
  }

  .toolkit-slider-subtitle {
    font-size: 14px;
    line-height: 26px;
  }

  /* --- Testimonials --- */
  .section-testimonials {
    padding: 5rem var(--section-padding-x);
  }

  .testimonial-cards-wrap {
    max-width: min(1700px, calc(100vw - 2 * var(--section-padding-x)));
  }

  .testimonial-card {
    flex: 0 0 min(360px, calc(100vw - 2 * var(--section-padding-x) - 2rem));
    width: min(360px, calc(100vw - 2 * var(--section-padding-x) - 2rem));
    max-height: 440px;
  }

  .testimonial-card__avatar-wrap {
    max-width: 100px;
    max-height: 100px;
  }

  .testimonial-card__name {
    font-size: 30px;
  }

  .testimonial-card__title {
    font-size: 17px;
    margin: 0 0 0.75rem 0;
  }

  .testimonial-card__quote {
    font-size: 19px;
    line-height: 135%;
  }

  /* --- FAQ --- */
  .section-faq {
    padding: 5rem var(--section-padding-x);
  }

  .section-faq-inner {
    max-width: 1400px;
  }

  .section-faq-body {
    font-size: 22px;
    max-width: 750px;
  }

  .section-faq-accordion {
    max-width: 1216px;
    padding: clamp(32px, 3vw, 52px);
    border-radius: 24px;
  }

  .faq-item__summary {
    padding: 26px 0;
    font-size: 20px;
    line-height: 1.35;
    gap: 1.25rem;
  }

  .faq-item__answer {
    padding: 0 0 26px 0;
  }

  .faq-item__answer p {
    font-size: 18px;
    line-height: 1.65;
  }

  .faq-item__chevron svg {
    width: 22px;
    height: 24px;
  }
}

/* ============================================
   Responsive Enhancements – Tablets & Mobile
   ============================================ */

/* Testimonial heading spacing (replacing removed inline margin-bottom: 200px) */
.section-testimonials-heading {
  margin-bottom: 120px;
}

/* Testimonial blue card offset (replacing removed inline margin-top: -155px) */
.testimonial-card--blue {
  margin-top: -115px;
}

@media (max-width: 1440px) {
  .section-testimonials-heading {
    margin-bottom: 90px;
  }

  .testimonial-card--blue {
    margin-top: -85px;
  }
}

@media (max-width: 1024px) {
  .section-testimonials-heading {
    margin-bottom: 60px;
  }

  .testimonial-card--blue {
    margin-top: -60px;
  }

  /* Testimonial cards – smaller on tablets */
  .testimonial-card {
    flex: 0 0 min(260px, calc(100vw - 2 * var(--section-padding-x) - 2rem));
    width: min(260px, calc(100vw - 2 * var(--section-padding-x) - 2rem));
    max-height: 320px;
  }

  .testimonial-card__name {
    font-size: 20px;
  }

  .testimonial-card__title {
    font-size: 12px;
    margin: 0 0 0.5rem 0;
  }

  .testimonial-card__quote {
    font-size: 13px;
    line-height: 140%;
  }

  .testimonial-card__avatar-wrap {
    max-width: 65px;
    max-height: 65px;
  }
}

@media (max-width: 768px) {
  .section-testimonials-heading {
    margin-bottom: 40px;
  }

  /* Remove blue card offset on mobile so all 3 cards align the same */
  .testimonial-card--blue {
    margin-top: 0;
  }

  /* Keep horizontal scroll on mobile – preserve original design */
  .testimonial-cards-wrap {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 8px;
  }

  .testimonial-cards-wrap::-webkit-scrollbar {
    display: none;
  }

  .testimonial-cards-track {
    justify-content: flex-start;
    gap: 1rem;
  }

  .testimonial-card {
    flex: 0 0 min(230px, 68vw);
    width: min(230px, 68vw);
    min-width: 200px;
    max-height: 290px;
    scroll-snap-align: center;
  }

  .testimonial-card__name {
    font-size: 16px;
  }

  .testimonial-card__title {
    font-size: 10px;
    margin: 0 0 0.3rem 0;
  }

  .testimonial-card__quote {
    font-size: 11px;
    line-height: 140%;
  }

  .testimonial-card__avatar-wrap {
    max-width: 50px;
    max-height: 50px;
  }
}

@media (max-width: 480px) {
  .section-testimonials-heading {
    margin-bottom: 24px;
  }

  .testimonial-card {
    flex: 0 0 min(200px, 66vw);
    width: min(200px, 66vw);
    min-width: 180px;
    max-height: 260px;
  }

  .testimonial-card__name {
    font-size: 14px;
  }

  .testimonial-card__title {
    font-size: 9px;
    margin: 0 0 0.25rem 0;
  }

  .testimonial-card__quote {
    font-size: 10px;
    line-height: 145%;
  }

  .testimonial-card__avatar-wrap {
    max-width: 42px;
    max-height: 42px;
  }
}

@media (max-width: 375px) {
  .testimonial-card {
    flex: 0 0 min(180px, 64vw);
    width: min(180px, 64vw);
    min-width: 160px;
    max-height: 230px;
  }

  .testimonial-card__name {
    font-size: 13px;
  }

  .testimonial-card__title {
    font-size: 8px;
  }

  .testimonial-card__quote {
    font-size: 9px;
    line-height: 140%;
  }

  .testimonial-card__avatar-wrap {
    max-width: 36px;
    max-height: 36px;
  }
}

/* Toolkit heading – allow wrapping on smaller screens */
@media (max-width: 1024px) {
  .section-toolkit-heading {
    white-space: normal;
  }
}

/* Section content – tablet responsive */
@media (max-width: 1024px) {
  .section-content-heading {
    margin-top: 50px;
  }

  .section-content-paragraph {
    max-width: 90%;
    font-size: 12px;
  }

  .section-content-btn {
    width: auto;
    min-width: 200px;
    height: auto;
    padding: 14px 22px;
    font-size: 11px;
    margin: 24px 0 40px 0;
  }

  .section-content-btn-text {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 1.3;
  }

  .section-content-btn-icon {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 768px) {
  .section-content-heading {
    margin-top: 30px;
  }

  .section-content-paragraph {
    max-width: 100%;
    font-size: 11px;
  }

  .section-content-btn {
    width: auto;
    min-width: 180px;
    padding: 12px 20px;
    font-size: 10px;
    margin: 20px 0 30px 0;
  }
}

@media (max-width: 480px) {
  .section-content-heading {
    margin-top: 20px;
  }

  .section-content-btn {
    min-width: 160px;
    padding: 10px 18px;
    font-size: 10px;
    margin: 16px 0 24px 0;
  }

  .section-content-btn-icon {
    width: 24px;
    height: 24px;
  }
}

/* Advantage section – tablet/mobile fixes */
@media (max-width: 1024px) {
  .section-advantage {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-advantage-heading {
    margin-bottom: 30px;
  }

  .advantage-card {
    padding: 1.5rem;
    border-radius: 28px;
  }

  .advantage-card-icon-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
  }

  .advantage-card-icon {
    width: 40px;
    height: 40px;
  }

  .advantage-card-title {
    font-size: clamp(0.7rem, 1.5vw, 15px);
  }

  .advantage-card-body {
    font-size: clamp(0.6rem, 1.2vw, 11px);
  }
}

@media (max-width: 768px) {
  .section-advantage {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-advantage-heading {
    margin-bottom: 20px;
    gap: var(--spacing-sm);
  }
}

@media (max-width: 480px) {
  .section-advantage {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-advantage-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .advantage-card {
    padding: 0.85rem;
    border-radius: 20px;
  }

  .advantage-card-icon-wrap {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 8px;
  }

  .advantage-card-icon {
    width: 28px;
    height: 28px;
  }

  .advantage-card-title {
    font-size: clamp(0.58rem, 2.5vw, 12px);
  }

  .advantage-card-body {
    font-size: clamp(0.5rem, 2vw, 10px);
    line-height: 1.4;
  }
}

@media (max-width: 375px) {
  .section-advantage-cards {
    gap: 10px;
  }

  .advantage-card {
    padding: 0.75rem;
    border-radius: 16px;
  }

  .advantage-card-icon-wrap {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  .advantage-card-icon {
    width: 24px;
    height: 24px;
  }

  .advantage-card-title {
    font-size: 9px;
  }

  .advantage-card-body {
    font-size: 8px;
    line-height: 1.35;
  }
}

/* Cost block – responsive */
@media (max-width: 1024px) {
  .section-cost-block {
    max-width: 90%;
  }

  .section-cost-paragraph,
  .section-cost-paragraph-second {
    max-width: 100%;
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .section-cost-block {
    max-width: 100%;
    padding: 0 var(--section-padding-x);
  }

  .section-cost-paragraph,
  .section-cost-paragraph-second {
    font-size: 12px;
  }
}

/* Toolkit slider – tablet */
@media (max-width: 1024px) {
  .toolkit-slider-card {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    height: auto;
    min-height: 90px;
    max-height: none;
    padding: 0.75rem 1rem;
  }

  .toolkit-slider-track {
    gap: 20px;
  }

  .toolkit-slider-icon-wrap,
  .toolkit-slider-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }

  .toolkit-slider-title {
    font-size: 11px;
    line-height: 16px;
  }

  .toolkit-slider-subtitle {
    font-size: 9px;
    line-height: 14px;
  }

  .toolkit-slider-category {
    font-size: 8px;
    line-height: 10px;
  }
}

/* Toolkit slider – 768px */
@media (max-width: 768px) {
  .toolkit-slider-card {
    width: 260px;
    min-width: 260px;
    max-width: 260px;
    min-height: 80px;
    padding: 0.6rem 0.85rem;
    border-radius: 14px;
    gap: 1rem;
  }

  .toolkit-slider-track {
    gap: 16px;
  }

  .toolkit-slider-icon-wrap,
  .toolkit-slider-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    border-radius: 8px;
  }

  .toolkit-slider-title {
    font-size: 10px;
    line-height: 14px;
  }

  .toolkit-slider-subtitle {
    font-size: 9px;
    line-height: 13px;
  }

  .toolkit-slider-category {
    font-size: 7px;
    line-height: 10px;
  }
}

/* Toolkit slider – 480px */
@media (max-width: 480px) {
  .toolkit-slider-card {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    min-height: 70px;
    padding: 0.5rem 0.75rem;
    border-radius: 12px;
    gap: 0.75rem;
  }

  .toolkit-slider-track {
    gap: 12px;
  }

  .toolkit-slider-icon-wrap,
  .toolkit-slider-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }

  .toolkit-slider-title {
    font-size: 9px;
    line-height: 13px;
  }

  .toolkit-slider-subtitle {
    font-size: 8px;
    line-height: 12px;
  }

  .toolkit-slider-category {
    font-size: 7px;
    line-height: 9px;
  }
}

/* Section background – responsive */
@media (max-width: 768px) {
  .section-content-bg {
    height: 120vh;
    top: -30px;
  }
}

@media (max-width: 480px) {
  .section-content-bg {
    height: 100vh;
    top: -20px;
    width: 120%;
  }
}

/* Partner slider – responsive adjustments */
@media (max-width: 768px) {
  .section-slider-wrap {
    margin-top: 30px;
    padding: 16px var(--section-padding-x);
  }

  .section-slider-card {
    min-height: 120px;
    padding: 1rem 0.75rem;
    gap: 0.5rem;
  }

  .section-slider-icon-wrap {
    width: 48px;
    height: 48px;
  }

  .section-slider-icon {
    width: 36px;
    height: 36px;
  }

  .section-slider-title {
    font-size: 0.65rem;
  }

  .section-slider-subtitle {
    font-size: 0.55rem;
  }
}

@media (max-width: 480px) {
  .section-slider-wrap {
    margin-top: 20px;
  }

  .section-slider-card {
    min-height: 100px;
    padding: 0.75rem 0.5rem;
    gap: 0.4rem;
  }

  .section-slider-icon-wrap {
    width: 40px;
    height: 40px;
  }

  .section-slider-icon {
    width: 30px;
    height: 30px;
  }

  .section-slider-title {
    font-size: 0.58rem;
  }

  .section-slider-subtitle {
    font-size: 0.5rem;
  }
}

/* FAQ – 375px compact */
@media (max-width: 375px) {
  .section-faq-accordion {
    min-height: auto;
    padding: 14px 10px;
    border-radius: 6px;
  }

  .section-faq-body {
    font-size: 9px;
  }

  .faq-item__summary {
    font-size: 9px;
    padding: 10px 0;
  }

  .faq-item__answer p {
    font-size: 9px;
  }

  .faq-item__chevron svg {
    width: 12px;
    height: 12px;
  }
}

/* FAQ – tablet adjustments */
@media (max-width: 480px) {
  .section-faq-accordion {
    min-height: auto;
    padding: 16px 12px;
    border-radius: 8px;
  }

  .section-faq-body {
    font-size: 10px;
  }

  .faq-item__summary {
    font-size: 10px;
    padding: 12px 0;
  }

  .faq-item__answer p {
    font-size: 9px;
  }

  .faq-item__chevron svg {
    width: 14px;
    height: 14px;
  }
}

/* Section cards – tablet 1024px */
@media (max-width: 1024px) {
  .section-card-heading {
    font-size: var(--font-size-card-heading);
  }

  .section-card-icon-wrap {
    width: 70px;
    height: 92px;
    top: -1.2rem;
    left: 2rem;
  }

  .section-card-icon {
    width: 42px;
    height: 42px;
  }
}

/* Section cards – 768px */
@media (max-width: 768px) {
  .section-card-heading {
    margin-bottom: 0.5rem;
  }

  .section-card-body {
    font-size: var(--font-size-card-body);
    line-height: 1.45;
  }
}

/* Section cards – 480px mobile */
@media (max-width: 480px) {
  .section-card {
    min-width: 0;
    width: 100%;
  }

  .section-card-heading {
    font-size: var(--font-size-card-heading);
    margin-bottom: 0.4rem;
  }

  .section-card-icon-wrap {
    width: 70px;
    height: 72px;
    top: -0.8rem;
    left: 1.5rem;
  }

  .section-card-icon {
    width: 34px;
    height: 34px;
  }

  .section-card-body {
    font-size: var(--font-size-card-body);
    line-height: 1.4;
  }
}

/* Section cards – 375px small mobile */
@media (max-width: 375px) {
  .section-card-heading {
    font-size: var(--font-size-card-heading);
    margin-bottom: 0.3rem;
  }

  .section-card-icon-wrap {
    width: 50px;
    height: 65px;
    top: -0.6rem;
    left: 1.25rem;
  }

  .section-card-icon {
    width: 30px;
    height: 30px;
  }

  .section-card-body {
    font-size: var(--font-size-card-body);
    line-height: 1.35;
  }
}