:root {
   --max-w-1200: 1200px;   
   
     /* Figma Variables */

  /* Spacing */
  --Border-Radius-200: 8px;

  /* Color */ 
  --Color-avatar-one-bg-fill: #fbcffb;
  --Color-avatar-one-text-on-bg-fill: #791a79;

  /* Font */
  --Body-Body-1-fontFamily: Manrope, Arial, sans-serif;
  --Body-Body-1-fontFamily1: Bricolage Grotesque, Arial, sans-serif;
  --Body-Body-2-fontFamily: Manrope, Arial, sans-serif;
  --Heading-H2-fontFamily: Bricolage Grotesque, Arial, sans-serif;
  --Heading-H3-fontFamily: Bricolage Grotesque, Arial, sans-serif;
  --Heading-H4-fontFamily: Bricolage Grotesque, Arial, sans-serif;
  --Heading-H5-fontFamily: Bricolage Grotesque, Arial, sans-serif;
  --Heading-H6-fontFamily: Bricolage Grotesque, Arial, sans-serif;
  --Label-Label-1-fontFamily: Manrope, Arial, sans-serif;
  --Label-Label-1-fontFamily1: Bricolage Grotesque, Arial, sans-serif;
  --Label-Label-2-fontFamily: Manrope, Arial, sans-serif;
  --Title-Title-1-fontFamily: Bricolage Grotesque, Arial, sans-serif;

  /* Common Style Variables */

  /* Color */
  --color-black: #000;
  --color-darkgray: #545454;
  --color-darkolivegreen-100: #393303;
  --color-darkolivegreen-200: rgba(57, 51, 3, 0.5);
  --color-dimgray-100: #78716c;
  --color-dimgray-200: #727272;
  --color-dimgray-300: #6e6e6e;
  --color-dimgray-400: #545454;
  --color-floralwhite-100: #fbf7ec;
  --color-floralwhite-200: #faf7ec;
  --color-gainsboro-100: #e6e6e6;
  --color-gainsboro-200: #e7e5e4;
  --color-gainsboro-300: #dedede;
  --color-gold-100: #fbe41b;
  --color-gold-200: #decb21;
  --color-gold-300: #e2cb05;
  --color-goldenrod: #c3b21d;
  --color-gray-100: #212121;
  --color-gray-200: #1e1e1e;
  --color-gray-300: #1f1c01;
  --color-gray-400: #141101;
  --color-lemonchiffon-100: #fff9c5;
  --color-lemonchiffon-200: #fff1bf;
  --color-lightgray-100: #ccc;
  --color-lightgray-200: #cacaca;
  --color-olive-100: #ab9900;
  --color-olive-200: #8f8000;
  --color-olive-300: #897d12;
  --color-white: #fff;
  --color-whitesmoke: #f5f5f5;

  /* Gap */
  --gap-4: 4px;
  --gap-8: 8px;
  --gap-10: 10px;
  --gap-11: 11px;
  --gap-12: 12px;
  --gap-13: 13px;
  --gap-16: 16px;
  --gap-20: 20px;
  --gap-24: 24px;
  --gap-28: 28px;
  --gap-32: 32px;
  --gap-40: 40px;
  --gap-48: 48px;
  --gap-64: 64px;
  --gap-6_6: 6.6px;

  /* Padding */
  --padding-5: 5px;
  --padding-6: 6px;
  --padding-8: 8px;
  --padding-12: 12px;
  --padding-16: 16px;
  --padding-20: 20px;
  --padding-22: 22px;
  --padding-23: 23px;
  --padding-24: 24px;
  --padding-26: 26px;
  --padding-30: 30px;
  --padding-31: 31px;
  --padding-32: 32px;
  --padding-36: 36px;
  --padding-40: 40px;
  --padding-48: 48px;
  --padding-52: 52px;
  --padding-60: 60px;
  --padding-78: 78px;
  --padding-80: 80px;
  --padding-156: 156px;

  /* BorderRadius */
  --br-6: 6px;
  --br-8: 8px;
  --br-12: 12px;
  --br-24: 24px;
  --br-32: 32px;
  --br-40: 40px;

  /* Font */
  --font-inter: Inter, Arial, sans-serif;

  /* FontSize */
  --fs-13: 13px;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-19: 19px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-26: 26px;
  --fs-32: 32px;
  --fs-40: 40px;
  --fs-48: 48px;

  /* Borders */
  --border-1: 1px solid var(--color-gainsboro-300);
  --border-2: 1px solid var(--color-gold-300);
  --border-3: 1px solid var(--color-lemonchiffon-100);
  --border-4: 1px solid var(--color-lemonchiffon-200);
  --border-5: 0.8px solid var(--color-gainsboro-300);
  --border-11: 1px solid var(--color-gainsboro-100);

  /* Shadows */
  --shadow-drop: 0px 4px 35.7px rgba(194, 194, 194, 0.25);
  --shadow-drop-1: 0px 0.8px 0px rgba(0, 0, 0, 0.25);

  /* WidthHeights */
  --height-1: 1px;
  --height-18: 18px;
  --height-20: 20px;
  --height-24: 24px;
  --height-33: 33px;
  --height-40: 40px;
  --max-w-1200: 1200px;
  --min-w-320: 320px;
  --width-1: 1px;
  --width-18: 18px;
  --width-20: 20px;
  --width-24: 24px;
  --width-33: 33px;
  --width-40: 40px;
  --width-448: 448px;
  --width-802: 802px;
  --width-31_5: 31.5px;

  /* LineHeights */
  --lh-19: 19px;
  --lh-20: 20px;
  --lh-22: 22px;
  --lh-23: 23px;
  --lh-24: 24px; 
  --lh-28: 28px;
  --lh-29: 29px;
  --lh-30: 30px;
  --lh-38: 38px;
  --lh-48: 48px;

  /* LetterSpacings */
  --ls--0_15: -0.15px;
  --ls--0_16: -0.16px;
  --ls--0_18: -0.18px;
  --ls--0_2: -0.2px;
  --ls--0_3: -0.3px;
  
} 
    * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #000;
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 120px;
  background: var(--color-floralwhite-100);
  overflow: hidden;
  opacity: 0;
  animation: heroFadeIn 1.2s ease-out forwards;
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeScaleIn {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding: 56px 0;
  margin-bottom: -74px;
}

.hero__logo {
  width: 67px;
  height: 67px;
  position: relative;
  opacity: 0;
  animation: fadeScaleIn 0.8s ease-out 0.2s forwards;
}

.hero__logo img {
  display: block;
  position: absolute;
  inset: -1.67%;
  width: 103.34%;
  height: 103.34%;
}

.hero__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  text-align: center;
}

.hero__title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
  font-size: 72px;
  line-height: normal;
  color: var(--color-gray-200);
  font-variation-settings: "opsz" 14, "wdth" 100;
  opacity: 0;
  animation: fadeUp 0.9s ease-out 0.4s forwards;
}

.hero__title--accent {
  color: #c3b21d;
}

.hero__subtitle {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  color: #545454;
  width: 100%;
  max-width: 900px;
  opacity: 0;
  animation: fadeUp 0.9s ease-out 0.6s forwards;
}

.hero__image {
  position: relative;
  width: 444.053px;
  max-width: 444.053px;
  height: 533px;
  max-height: 533px;
  flex-shrink: 0;
  opacity: 0;
  animation: fadeScaleIn 1s ease-out 0.8s forwards;
}

.hero__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

/* ---------- Header ---------- */
/* ---------- Header ---------- */
.site-header-adc{
     /*background: #110e00;*/
  border-bottom: 1px solid #535353;
   position: sticky;
  top: 0;
  z-index: 100;
  /*display: flex;*/
  align-items: center;
  border-bottom: 1px solid #535353;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  /*padding: 14px 40px;*/
  /*background: var(--color-floralwhite-100);*/
  /*border-bottom: 1px solid #535353;*/
     width: 100%;
    padding: 18px 32px;
        max-width: var(--max-w-1200);
        margin:0 auto;
}

.site-header-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}

.site-header-mark1 { display: block; }

.site-header-brand svg {
  display: block;
  width: 136px;
  height: auto;
}

.ai-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
}

.site-header__pill {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 940px;
    background: #FFFFFF; 
    border-radius: 24px;
    overflow: hidden;
    color: #1E1E1E;
}

.site-header__link {
    flex: 1 0 0;
    min-width: 0;
    padding: 16px;
    text-align: center;
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
    color: #1E1E1E;
}

.site-header__link:hover { color: #c3b21d; }

.site-header__toggle {
  position: relative;
  display: none;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}

.site-header__toggle-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: top 0.25s ease, transform 0.25s ease, opacity 0.2s ease;
}

.site-header__toggle-bar:nth-child(1) { top: 6px; }
.site-header__toggle-bar:nth-child(2) { top: 11px; }
.site-header__toggle-bar:nth-child(3) { top: 16px; }

.site-header--open .site-header__toggle-bar:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
.site-header--open .site-header__toggle-bar:nth-child(2) { opacity: 0; }
.site-header--open .site-header__toggle-bar:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
}

/* Tablet: still a pill, just tighter */
@media (max-width: 1024px) {
  .site-header { padding: 14px 24px; }
  .site-header__link { font-size: 14px; padding: 12px 8px; }
}

/* Mobile: menu becomes an overlay panel so the header height never changes */
@media (max-width: 900px) {
  .site-header { padding: 12px 20px; }

  .site-header-brand svg { width: 108px; }

  .site-header__toggle { display: block; }

  /*.site-header__pill {*/
  /*  position: absolute;*/
  /*  top: 100%;*/
  /*  left: 0;*/
  /*  right: 0;*/
  /*  width: auto;*/
  /*  max-width: none;*/
  /*  flex-direction: column;*/
  /*  align-items: stretch;*/
  /*  border-width: 0 0 1px;*/
  /*  border-radius: 0 0 16px 16px;*/
  /*  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);*/
  /*  max-height: 0;*/
  /*  opacity: 0;*/
  /*  pointer-events: none;*/
  /*  transform: translateY(-8px);*/
  /*  transition:*/
  /*    max-height 0.35s ease,*/
  /*    opacity 0.25s ease,*/
  /*    transform 0.3s ease;*/
  /*}*/

  /*.site-header--open .site-header__pill {*/
  /*  max-height: min(70vh, 420px);*/
  /*  overflow-y: auto;*/
  /*  opacity: 1;*/
  /*  pointer-events: auto;*/
  /*  transform: translateY(0);*/
  /*}*/

  /*.site-header__link {*/
  /*  flex: none;*/
  /*  width: 100%;*/
  /*  text-align: left;*/
  /*  padding: 16px 20px;*/
  /*  border-bottom: 1px solid #2a2a2a;*/
  /*}*/

  .site-header__link:last-child { border-bottom: none; }
}
/* ---------- Features section ---------- */

.features {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 100%;
  padding: 80px 156px 120px;
  background-color: #F5F5F5;
}

.features__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}

.features__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #897d12;
    border-radius: 8px;
    font-family: "Fira Code", monospace;
    font-size: 16px;
    color: #1E1E1E;
    white-space: nowrap;
}

.features__title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: normal;
  color: #1E1E1E;
  font-variation-settings: "opsz" 14, "wdth" 100;
}

.features__title--accent {
  color: #c3b21d;
}

.features__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1000px;
}

.feature-card {
  display: flex;
  align-items: center;
  gap: 39px;
  width: 100%;
  padding: 24px;
background: #fff;
    border: 1px dashed #C4C4C4;
  border-radius: 31px;
}

.feature-card--reverse {
  flex-direction: row-reverse;
}

.feature-card[id] {
  scroll-margin-top: 96px;
}

.feature-card__media {
  position: relative;
  flex: 1 0 0;
  min-width: 0;
  aspect-ratio: 1 / 1;
  border: 12.329px solid #c3b21d;
  border-radius: 29px;
  overflow: hidden;
  background: #000;
}

.feature-card__media--placeholder {
  background: #e8e0c9;
}

.feature-card__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card__badge {
  position: absolute;
  width: 119.5px;
  height: 119.877px;
}

.feature-card__badge--tr {
  top: -40px;
  right: -40px;
}

.feature-card__badge--bl {
  bottom: -40px;
  left: -40px;
}

.feature-card__badge img {
  display: block;
  width: 100%;
  height: 100%;
}

.feature-card__body {
  display: flex;
  flex: 1 0 0;
  min-width: 0;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}

.feature-card__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
  color: #fff;
}

.feature-card__text h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: normal;
  font-variation-settings: "opsz" 14, "wdth" 100;
      color: #1E1E1E;
}

.feature-card__title--accent {
  color: #c3b21d;
}

.feature-card__text p {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: #545454;
  width: 100%;
}

.feature-card__tagline {
  padding: 12px;
  width: 100%;
  font-family: "Geist", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: #545454;
}

@media (max-width: 1024px) {
  .features {
    padding: 64px 48px 96px;
    gap: 64px;
  }

  .features__title {
    font-size: 38px;
  }

  .feature-card {
    gap: 28px;
    padding: 20px;
  }

  .feature-card__text h3 {
    font-size: 32px;
  }

  .feature-card__body {
    gap: 28px;
  }
}

@media (max-width: 600px) {
  .features {
    padding: 32px 16px;
    gap: 80px;
  }

  .features__title {
    font-size: 40px;
  }
h2.features__title br {
    display: none;
}
  .feature-card,
  .feature-card--reverse {
    flex-direction: column;
    gap: 39px;
    padding: 24px;
  }

  /* Media always sits above the text on mobile, regardless of
     whether the card is a "reverse" (media-second-in-DOM) variant. */
  .feature-card--reverse .feature-card__media {
    order: -1;
  }

  .feature-card__media {
    flex: none;
    width: 100%;
  }

  .feature-card__body {
    flex: none;
    width: 100%;
  }

  .feature-card__text h3 {
    font-size: 28px;
  }

  .feature-card__badge {
    width: 80px;
    height: 80px;
  }

  .feature-card__badge--tr {
    top: -24px;
    right: -16px;
  }

  .feature-card__badge--bl {
    bottom: -24px;
    left: -16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero,
  .hero__logo,
  .hero__title,
  .hero__subtitle,
  .hero__image,
  .site-header__pill {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }

  /* Keep the open/closed X-morph state, just skip the animated tween. */
  .site-header__toggle-bar {
    transition: none;
  }
}

@media (max-width: 1024px) {
  .hero {
    padding: 0 48px;
  }

  .hero__title {
    font-size: 56px;
  }

  .hero__subtitle {
    font-size: 20px;
  }

  .hero__image {
    width: 360px;
    height: 432px;
  }
}

@media (max-width: 600px) {
  .hero {
    padding: 0 16px;
  }

  .hero__content {
    padding: 40px 0;
    gap: 40px;
  }

  .hero__title {
    font-size: 40px;
  }

  .hero__subtitle {
    font-size: 20px;
  }

  .hero__image {
    width: 100%;
    max-width: 361px;
    height: auto;
    aspect-ratio: 649 / 779;
  }
}

/* ---------- Footer ---------- */

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  padding: 32px 156px;
  background: #1f1c01;
}

.site-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 32px;
}

.site-footer__logo {
  display: block;
  width: 225px;
  height: 73px;
}

.site-footer__tagline {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.site-footer__columns {
  display: flex;
  align-items: flex-start;
  gap: 51px;
}

.site-footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 106px;
}

.site-footer__heading {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #decb21;
  font-variation-settings: "opsz" 14, "wdth" 100;
}

.site-footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  list-style: none;
  width: 100%;
}

.site-footer__links a {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.16px;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__links a:hover {
  color: #decb21;
}

.site-footer__divider {
  width: 100%;
  max-width: 1200px;
  height: 1px;
  background: #4c4c4c;
}

@media (max-width: 1024px) {
  .site-footer {
    padding: 32px 48px;
  }

  .site-footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  .site-footer__brand {
    padding: 0;
  }

  .site-footer__columns {
    flex-wrap: wrap;
    gap: 32px;
  }
}

@media (max-width: 600px) {
  .site-footer {
    padding: 32px 20px;
  }

  .site-footer__top {
    align-items: center;
  }

  .site-footer__brand {
    align-items: center;
    text-align: center;
    padding: 32px 0;
  }

  .site-footer__columns {
    flex-direction: column;
    align-items: center;
    gap: 17px;
  }

  .site-footer__column {
    align-items: center;
    text-align: center;
  }

  .site-footer__links {
    align-items: center;
  }
}


/*======= footer css ========*/

/* =============================================================
   FOOTER STYLES — extracted from style.css
============================================================= */

a {
   text-decoration: none;
}
:root {
  /* Figma Variables */

  /* Spacing */
  --Border-Radius-200: 8px;

  /* Color */
  --Color-avatar-one-bg-fill: #fbcffb;
  --Color-avatar-one-text-on-bg-fill: #791a79;

  /* Font */
  --Body-Body-1-fontFamily: Manrope, Arial, sans-serif;
  --Body-Body-1-fontFamily1: Bricolage Grotesque, Arial, sans-serif;
  --Body-Body-2-fontFamily: Manrope, Arial, sans-serif;
  --Heading-H2-fontFamily: Bricolage Grotesque, Arial, sans-serif;
  --Heading-H3-fontFamily: Bricolage Grotesque, Arial, sans-serif;
  --Heading-H4-fontFamily: Bricolage Grotesque, Arial, sans-serif;
  --Heading-H5-fontFamily: Bricolage Grotesque, Arial, sans-serif;
  --Heading-H6-fontFamily: Bricolage Grotesque, Arial, sans-serif;
  --Label-Label-1-fontFamily: Manrope, Arial, sans-serif;
  --Label-Label-1-fontFamily1: Bricolage Grotesque, Arial, sans-serif;
  --Label-Label-2-fontFamily: Manrope, Arial, sans-serif;
  --Title-Title-1-fontFamily: Bricolage Grotesque, Arial, sans-serif;

  /* Common Style Variables */

  /* Color */
  --color-black: #000;
  --color-darkgray: #545454;
  --color-darkolivegreen-100: #393303;
  --color-darkolivegreen-200: rgba(57, 51, 3, 0.5);
  --color-dimgray-100: #78716c;
  --color-dimgray-200: #727272;
  --color-dimgray-300: #6e6e6e;
  --color-dimgray-400: #545454;
  --color-floralwhite-100: #fbf7ec;
  --color-floralwhite-200: #faf7ec;
  --color-gainsboro-100: #e6e6e6;
  --color-gainsboro-200: #e7e5e4;
  --color-gainsboro-300: #dedede;
  --color-gold-100: #fbe41b;
  --color-gold-200: #decb21;
  --color-gold-300: #e2cb05;
  --color-goldenrod: #c3b21d;
  --color-gray-100: #212121;
  --color-gray-200: #1e1e1e;
  --color-gray-300: #1f1c01;
  --color-gray-400: #141101;
  --color-lemonchiffon-100: #fff9c5;
  --color-lemonchiffon-200: #fff1bf;
  --color-lightgray-100: #ccc;
  --color-lightgray-200: #cacaca;
  --color-olive-100: #ab9900;
  --color-olive-200: #8f8000;
  --color-olive-300: #897d12;
  --color-white: #fff;
  --color-whitesmoke: #f5f5f5;

  /* Gap */
  --gap-4: 4px;
  --gap-8: 8px;
  --gap-10: 10px;
  --gap-11: 11px;
  --gap-12: 12px;
  --gap-13: 13px;
  --gap-16: 16px;
  --gap-20: 20px;
  --gap-24: 24px;
  --gap-28: 28px;
  --gap-32: 32px;
  --gap-40: 40px;
  --gap-48: 48px;
  --gap-64: 64px;
  --gap-6_6: 6.6px;

  /* Padding */
  --padding-5: 5px;
  --padding-6: 6px;
  --padding-8: 8px;
  --padding-12: 12px;
  --padding-16: 16px;
  --padding-20: 20px;
  --padding-22: 22px;
  --padding-23: 23px;
  --padding-24: 24px;
  --padding-26: 26px;
  --padding-30: 30px;
  --padding-31: 31px;
  --padding-32: 32px;
  --padding-36: 36px;
  --padding-40: 40px;
  --padding-48: 48px;
  --padding-52: 52px;
  --padding-60: 60px;
  --padding-78: 78px;
  --padding-80: 80px;
  --padding-156: 156px;

  /* BorderRadius */
  --br-6: 6px;
  --br-8: 8px;
  --br-12: 12px;
  --br-24: 24px;
  --br-32: 32px;
  --br-40: 40px;

  /* Font */
  --font-inter: Inter, Arial, sans-serif;

  /* FontSize */
  --fs-13: 13px;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-19: 19px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-26: 26px;
  --fs-32: 32px;
  --fs-40: 40px;
  --fs-48: 48px;

  /* Borders */
  --border-1: 1px solid var(--color-gainsboro-300);
  --border-2: 1px solid var(--color-gold-300);
  --border-3: 1px solid var(--color-lemonchiffon-100);
  --border-4: 1px solid var(--color-lemonchiffon-200);
  --border-5: 0.8px solid var(--color-gainsboro-300);
  --border-11: 1px solid var(--color-gainsboro-100);

  /* Shadows */
  --shadow-drop: 0px 4px 35.7px rgba(194, 194, 194, 0.25);
  --shadow-drop-1: 0px 0.8px 0px rgba(0, 0, 0, 0.25);

  /* WidthHeights */
  --height-1: 1px;
  --height-18: 18px;
  --height-20: 20px;
  --height-24: 24px;
  --height-33: 33px;
  --height-40: 40px;
  --max-w-1200: 1200px;
  --min-w-320: 320px;
  --width-1: 1px;
  --width-18: 18px;
  --width-20: 20px;
  --width-24: 24px;
  --width-33: 33px;
  --width-40: 40px;
  --width-448: 448px;
  --width-802: 802px;
  --width-31_5: 31.5px;

  /* LineHeights */
  --lh-19: 19px; 
  --lh-20: 20px;
  --lh-22: 22px;
  --lh-23: 23px;
  --lh-24: 24px;
  --lh-28: 28px;
  --lh-29: 29px;
  --lh-30: 30px;
  --lh-38: 38px;
  --lh-48: 48px;

  /* LetterSpacings */
  --ls--0_15: -0.15px;
  --ls--0_16: -0.16px;
  --ls--0_18: -0.18px;
  --ls--0_2: -0.2px;
  --ls--0_3: -0.3px;
}


/* ---- Base ---- */
.footer-content-wrapper-parent {
	align-self: stretch;
	background-color: var(--color-gray-300);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 56px var(--padding-156);
	box-sizing: border-box;
	gap: var(--gap-24);
	max-width: 100%;
	z-index: 0;
	text-align: left;
	font-size: var(--fs-16);
	color: var(--color-white);
	font-family: var(--Body-Body-2-fontFamily);
}
.footer-content-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap-20);
	max-width: var(--max-w-1200);
}
.footer-brand-identity {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: var(--padding-32) var(--padding-20) var(--padding-32) var(--padding-32);
	box-sizing: border-box;
	gap: var(--gap-24);
	min-width: 647px;
	max-width: 100%;
}
.group-7-1 {
	width: 225px;
	height: 73px;
	position: relative;
}
.product-reviews {
	position: relative;
	line-height: var(--lh-24);
	font-weight: 500;
}
.footer-navigation-collection {
	display: flex;
	align-items: flex-start;
	gap: 51px;
	max-width: 100%;
	color: var(--color-gold-200);
	font-family: var(--Label-Label-1-fontFamily1);
}
.navigation-column-set {
	align-self: stretch;
	width: 106px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--gap-24);
}
.products {
	align-self: stretch;
	position: relative;
	letter-spacing: var(--ls--0_18);
	line-height: var(--lh-22);
	font-weight: 600;
}
.navigation-links-list {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--gap-10);
	font-size: var(--fs-14);
	color: var(--color-white);
	font-family: var(--Label-Label-2-fontFamily);
}
.review-features {
	align-self: stretch;
	position: relative;
	letter-spacing: var(--ls--0_16);
	line-height: var(--lh-20);
	font-weight: 500;
	color: #FFFFFF;
}
.company-parent {
	width: 106px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--gap-24);
}
.frame-child4 {
	align-self: stretch;
	height: var(--height-1);
	position: relative;
	border-top: 1px solid var(--color-dimgray-200);
	box-sizing: border-box;
}

/* ---- Commented-out copyright block (kept for reference) ---- */
.container,
.container2 {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.container {
	height: var(--height-24);
}
.container2 {
	opacity: 0.6;
}
.trustyy-by-easy {
	align-self: stretch;
	position: relative;
	line-height: var(--lh-24);
	font-weight: 500;
}

/* ---- 1400px: brand + nav flex evenly ---- */
@media screen and (max-width: 1400px) {
	.footer-content-wrapper { flex-wrap: wrap; max-width: 100%; }
	.footer-brand-identity,
	.footer-navigation-collection { flex: 1; }
}

/* ---- 1200px ---- */
@media screen and (max-width: 1200px) {
	.footer-brand-identity { min-width: 100%; }
}

/* ---- 825px: stack + center nav and brand ---- */
@media screen and (max-width: 825px) {
	.footer-content-wrapper-parent {
		padding-left: var(--padding-78);
		padding-right: var(--padding-78);
		box-sizing: border-box;
	}
	.footer-navigation-collection {
		flex-wrap: wrap;
		min-width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		align-content: center;
		text-align: center;
	}
	.footer-brand-identity {
		display: flex;
		align-content: center;
		align-items: center;
		text-align: center;
	}
}

/* ---- 450px ---- */
@media screen and (max-width: 450px) {
	.footer-content-wrapper-parent {
		padding: var(--padding-36) var(--padding-20);
		box-sizing: border-box;
	}
	.footer-navigation-collection { gap: 25px; }
}

/* ---- Responsive section (loads later, wins) ---- */
.footer-content-wrapper { flex-wrap: wrap; row-gap: var(--gap-32); }
.footer-brand-identity {
	flex: 1 1 320px;
	padding: clamp(16px, 3vw, 32px);
}
.footer-navigation-collection { flex: 1 1 280px; gap: clamp(24px, 4vw, 51px); }

footer.footer-content-wrapper-parent {
	padding: 32px 0;
}

@media (max-width: 900px) {
	.footer-brand-identity { flex-basis: 100%; }
}

/*====== active tab ===========*/
.site-header__pill {
    padding: 5px 20px;
    background: #fff;
    color: #1E1E1E;
    display: flex;
    gap: 24px;
    border-radius: 40px;
    position: sticky;
    top: 100px;
    z-index: 9999;
}

.site-header__pill a {
        align-items: center;
    gap: var(--gap-8);
    font-family: var(--Body-Body-1-fontFamily);
    font-size: var(--fs-18);
    font-weight: 500;
    color: var(--color-gray-200);
    text-decoration: none;
    white-space: nowrap;
}

/* active section link (scroll-spy adds this class) */
.site-header__pill a.is-active {
    color: #c3b21d;
}

@media (max-width: 900px) {
	.site-header__pill {
		overflow-x: auto;
		flex-wrap: nowrap;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
        top: 85px;
        justify-content: flex-start;
	}
	.site-header__pill::-webkit-scrollbar { display: none; }

	.site-header__pill a {
		flex: 0 0 auto;   /* tabs keep their width, don't squash */
		white-space: nowrap;
	}
}
/* fallback: highlight the clicked target's matching link */
.feature-card:target { scroll-margin-top: 140px; }

