
html {  line-height: 1.15;}body {  margin: 0;}* {  box-sizing: border-box;  border-width: 0;  border-style: solid;  -webkit-font-smoothing: antialiased;}p,li,ul,pre,div,h1,h2,h3,h4,h5,h6,figure,blockquote,figcaption {  margin: 0;  padding: 0;}button {  background-color: transparent;}button,input,optgroup,select,textarea {  font-family: inherit;  font-size: 100%;  line-height: 1.15;  margin: 0;}button,select {  text-transform: none;}button,[type="button"],[type="reset"],[type="submit"] {  -webkit-appearance: button;  color: inherit;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {  border-style: none;  padding: 0;}button:-moz-focus,[type="button"]:-moz-focus,[type="reset"]:-moz-focus,[type="submit"]:-moz-focus {  outline: 1px dotted ButtonText;}a {  color: inherit;  text-decoration: inherit;}pre {  white-space: normal;}input {  padding: 2px 4px;}img {  display: block;}details {  display: block;  margin: 0;  padding: 0;}summary::-webkit-details-marker {  display: none;}[data-thq="accordion"] [data-thq="accordion-content"] {  max-height: 0;  overflow: hidden;  transition: max-height 0.3s ease-in-out;  padding: 0;}[data-thq="accordion"] details[data-thq="accordion-trigger"][open] + [data-thq="accordion-content"] {  max-height: 1000vh;}details[data-thq="accordion-trigger"][open] summary [data-thq="accordion-icon"] {  transform: rotate(180deg);}html { scroll-behavior: smooth  }

html {
        font-family: Inter;
        font-size: 1rem;
      }

      body {
        font-weight: 400;
        font-style:normal;
        text-decoration: undefined;
        text-transform: undefined;
        letter-spacing: normal;
        line-height: 1.55;
        color: var(--color-on-surface);
        background: var(--color-surface);

        fill: var(--color-on-surface);
      }


:root {
  --btn-gap: var(--spacing-xs);
  --spacing-lg: 1rem;
  --spacing-md: 0.75rem;
  --spacing-sm: 0.5rem;
  --spacing-xl: 1.5rem;
  --spacing-xs: 0.25rem;
  --color-scrim: rgba(15, 23, 42, 0.32);
 --section-gap: clamp(1.5rem, 2vw, 2.5rem);
  --spacing-2xl: 2rem;
  --spacing-3xl: 3rem;
  --spacing-4xl: 4rem;
  --color-accent: #f59e0b;
  --color-border: color-mix(
      in oklab,
      var(--color-neutral) 60%,
      var(--color-surface) 40%
    );
  --font-size-lg: 1.125rem;
  --font-size-sm: 0.875rem;
  --font-size-xl: 1.5rem;
  --btn-font-size: var(--font-size-base);
  --color-neutral: #6b7280;
  --color-outline: color-mix(in oklab, var(--color-primary) 60%, white 40%);
  --color-overlay: rgba(15, 23, 42, 0.04);
  --color-primary: #1e63d6;
  --color-surface: #ffffff;
  --font-size-2xl: 2rem;
  --btn-transition: all var(--animation-duration-fast)
      var(--animation-curve-primary);
  --font-size-base: 1rem;
  --shadow-level-1: 0 1px 2px rgba(0, 0, 0, 0.06);
  --shadow-level-2: 0 4px 12px rgba(0, 0, 0, 0.1);
  --shadow-level-3: 0 12px 32px rgba(0, 0, 0, 0.18);
  --btn-font-family: var(--font-family-body);
  --btn-line-height: 1.2;
  --color-backplate: color-mix(
      in oklab,
      var(--color-surface) 96%,
      var(--color-neutral) 4%
    );
  --color-secondary: #dc3a2f;
  --border-radius-lg: 12px;
  --border-radius-md: 8px;
  --border-radius-sm: 4px;
  --border-radius-xl: 16px;
  --btn-border-width: 1px;
  --color-on-primary: #ffffff;
  --color-on-surface: #0f172a;
  --focus-ring-color: color-mix(
      in oklab,
      var(--color-primary) 60%,
      black 10%
    );
  --focus-ring-width: 3px;
  --font-family-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
      "Helvetica Neue", Arial;
  --font-weight-bold: 700;
  --content-max-width: 76rem;
  --line-height-tight: 1.1;
  --border-radius-full: 9999px;
  --border-radius-none: 0px;
  --font-weight-medium: 500;
  --font-family-heading: "Montserrat", system-ui, -apple-system, "Segoe UI",
      Roboto, "Helvetica Neue", Arial;
  --font-weight-regular: 400;
  --letter-spacing-wide: 0.02em;
  --line-height-default: 1.5;
  --dl-layout-size-large: 144px;
  --dl-layout-size-small: 48px;
  --dl-layout-space-unit: 16px;
  --dl-layout-size-medium: 96px;
  --dl-layout-size-xlarge: 192px;
  --dl-layout-size-xsmall: 16px;
  --letter-spacing-normal: 0.01em;
  --color-surface-elevated: color-mix(
      in oklab,
      var(--color-surface) 92%,
      var(--color-neutral) 8%
    );
  --dl-color-theme-accent1: #FFFFFF;
  --dl-color-theme-accent2: #F5D1B0;
  --dl-layout-radius-round: 50%;
  --dl-layout-size-xxlarge: 288px;
  --animation-curve-primary: cubic-bezier(0.2, 0.8, 0.2, 1);
  --animation-duration-fast: 120ms;
  --animation-duration-slow: 280ms;
  --dl-color-theme-primary1: #BF4408;
  --dl-color-theme-primary2: #E65103;
  --dl-layout-size-maxwidth: 1400px;
  --dl-layout-radius-radius2: 2px;
  --dl-layout-radius-radius4: 4px;
  --dl-layout-radius-radius8: 8px;
  --dl-layout-space-halfunit: 8px;
  --dl-layout-space-sixunits: 96px;
  --dl-layout-space-twounits: 32px;
  --dl-color-theme-secondary1: #FFFFFF;
  --dl-color-theme-secondary2: #FBF1EB;
  --dl-layout-space-fiveunits: 80px;
  --dl-layout-space-fourunits: 64px;
  --color-on-surface-secondary: #4b5563;
  --dl-layout-space-threeunits: 48px;
  --animation-duration-standard: 200ms;
  --dl-color-theme-neutral-dark: #191818;
  --dl-layout-radius-cardradius: 8px;
  --dl-color-theme-neutral-light: #FBFAF9;
  --dl-layout-radius-imageradius: 8px;
  --dl-layout-radius-inputradius: 24px;
  --dl-layout-radius-buttonradius: 24px;
  --dl-layout-space-oneandhalfunits: 24px;
}
 
.button {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.textarea {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
 
.list-item {
  display: list-item;
}
 
.teleport-show {
  display: flex !important;
  transform: none !important;
}
 
.thq-input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  outline: none;
  padding: 0.5rem 1rem;
  align-self: stretch;
  text-align: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-inputradius);
  background-color: var(--dl-color-theme-neutral-light);
}
 
.thq-input:focus {
  outline: 1px solid var(--dl-color-theme-primary1);
}
 
.thq-button-filled {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: var(--dl-color-theme-primary1);
}
 
.thq-button-filled:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-button-outline {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  border: 1px solid;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.thq-button-outline:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-button-flat {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: transparent;
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.thq-button-flat:hover {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-heading-1 {
  font-size: 48px;
  font-family: STIX Two Text;
  font-weight: 700;
  line-height: 1.5;
}
 
.thq-heading-2 {
  font-size: 35px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-heading-3 {
  font-size: 26px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-body-large {
  font-size: 18px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.thq-body-small {
  font-size: 16px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.thq-team-image-round {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
 
.thq-section-padding {
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-section-max-width {
  width: 100%;
  max-width: var(--dl-layout-size-maxwidth);
}
 
.thq-img-ratio-1-1 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-16-9 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-4-3 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-4-6 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/6;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-round {
  width: 100%;
  border-radius: var(--dl-layout-radius-round);
}
 
.thq-flex-column {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-flex-row {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
}
 
.thq-grid-6 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-grid-5 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-card {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  padding: var(--dl-layout-space-twounits);
  align-items: stretch;
  border-radius: var(--dl-layout-radius-cardradius);
  flex-direction: column;
}
 
.thq-box-shadow {
  box-shadow: 0px 0px 5px -2px var(--dl-color-theme-neutral-dark);
}
 
.thq-grid-3 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr;
}
 
.thq-grid-4 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
 
.thq-grid-2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr;
}
 
.thq-checkbox {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.thq-select {
  cursor: pointer;
  appearance: none;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-inputradius);
  padding-right: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: var(--dl-color-theme-neutral-light);
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg width%3D%2220%22 height%3D%2220%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 20 20%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M4.293 7.293a1 1 0 011.414 0L10 11.586l4.293-4.293a1 1 0 111.414 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 010-1.414z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 8px center;
}
 
.thq-divider-horizontal {
  width: 100%;
  height: 1px;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.thq-icon-small {
  width: 24px;
  height: 24px;
}
 
.thq-button-icon {
  fill: var(--dl-color-theme-secondary1);
  padding: 3px;
  transition: 0.3s;
  border-radius: var(--dl-layout-radius-round);
}
 
.thq-button-icon:hover {
  fill: var(--dl-color-theme-secondary2);
}
 
.thq-icon-medium {
  width: var(--dl-layout-size-small);
  height: var(--dl-layout-size-small);
}
 
.thq-icon-x-small {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.thq-link {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right, var(--dl-color-theme-primary1) 50%, var(--dl-color-theme-neutral-dark) 50%);
  transition: background-position 300ms ease;
  font-weight: 600;
  background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-text-fill-color: transparent;
}
 
.thq-link:hover {
  background-position: 0 100%;
}
 
.thq-grid-auto-300 {
  display: grid;
  grid-gap: var(--dl-layout-space-oneandhalfunits);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
 
.thq-animated-group-vertical-reverse {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-horizontal-reverse {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-vertical {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
}
 
.thq-animated-group-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
}
 
.thq-animated-group-container-vertical {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
 
.thq-animated-group-container-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
}
 
.thq-mask-image-vertical {
  mask-image: linear-gradient(to bottom, transparent, black 1%, black 99%, transparent);
}
 
.thq-mask-image-horizontal {
  mask-image: linear-gradient(to right, transparent, black 1%, black 99%, transparent);
}
 
.thq-img-scale {
  transition: 0.3s;
}
 
.thq-img-scale:hover {
  scale: 1.05;
}
 
.thq-animated-card-bg-1 {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent1);
}
 
.thq-animated-card-bg-2 {
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent2);
}
 
.thq-button-animated {
  outline: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-width: 2px;
}
 
.thq-input::placeholder {
  text-align: center;
  vertical-align: middle;
}
 
.thq-animated-group-container-vertical:hover div {
  animation-play-state: paused;
}
 
.thq-animated-group-container-horizontal:hover div {
  animation-play-state: paused;
}
 
.thq-animated-card-bg-2:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(3deg) skew(0deg, 0deg);
}
 
.thq-animated-card-bg-1:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-6deg) skew(0deg, 0deg);
}
 
.thq-button-animated:before {
  top: 0;
  left: -20%;
  color: var(--dl-color-theme-neutral-light);
  width: 200%;
  height: 101%;
  content: "";
  z-index: 1;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.5s;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: var(--dl-color-theme-neutral-dark);
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}
 
.thq-button-animated:hover::before {
  color: var(--dl-color-theme-neutral-light);
  z-index: -1;
  transform: scaleX(1);
}
 
.btn {
  gap: var(--btn-gap);
  color: var(--color-on-surface);
  border: var(--btn-border-width) solid transparent;
  cursor: pointer;
  display: inline-flex;
  padding: var(--spacing-md) var(--spacing-lg);
  font-size: var(--btn-font-size);
  box-shadow: var(--shadow-level-1);
  transition: var(--btn-transition);
  align-items: center;
  font-family: var(--btn-font-family);
  font-weight: var(--font-weight-medium);
  line-height: var(--btn-line-height);
  user-select: none;
  white-space: nowrap;
  border-radius: var(--border-radius-md);
  letter-spacing: var(--letter-spacing-normal);
  justify-content: center;
  text-decoration: none;
  background-color: var(--color-surface-elevated);
}
 
.btn-primary {
  color: var(--color-on-primary);
  box-shadow: var(--shadow-level-2);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
 
.btn-secondary {
  color: var(--color-on-primary);
  box-shadow: var(--shadow-level-1);
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}
 

 
.btn-outline {
  color: var(--color-primary);
  border: var(--btn-border-width) solid var(--color-primary);
  box-shadow: none;
  background-color: transparent;
}
 


 
.btn-lg {
  padding: var(--spacing-lg) var(--spacing-xl);
}
 

 
.section-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-md) 0;
  font-size: var(--font-size-2xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-wide);
}
 
.section-subtitle {
  color: var(--color-on-surface-secondary);
  margin: 0 0 var(--spacing-sm) 0;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-default);
}
 
.section-content {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-lg) 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
}
 
.hero-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-md) 0;
  font-size: var(--font-size-2xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  line-height: 1.05;
  letter-spacing: var(--letter-spacing-normal);
}
 
.hero-subtitle {
  color: var(--color-on-surface-secondary);
  margin: 0 0 var(--spacing-lg) 0;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-default);
}
 
.btn:focus-visible {
  outline: var(--focus-ring-width) solid var(--focus-ring-color);
  border-radius: calc(var(--border-radius-md) + 1px);
  outline-offset: 2px;
}
 
.btn:disabled {
  cursor: not-allowed;
  filter: grayscale(10%);
  opacity: 0.6;
  pointer-events: none;
}
 
.btn-primary:hover:not(:disabled) {
  border-color: color-mix(in oklab, var(--color-primary) 88%, black 12%);
  background-color: color-mix(in oklab, var(--color-primary) 88%, black 12%);
}
 
.btn-secondary:hover:not(:disabled) {
  border-color: color-mix(in oklab, var(--color-secondary) 88%, black 12%);
  background-color: color-mix(
      in oklab,
      var(--color-secondary) 88%,
      black 12%
    );
}
 

 
.btn-outline:hover:not(:disabled) {
  color: var(--color-on-primary);
  box-shadow: var(--shadow-level-1);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
 
.btn-link:hover:not(:disabled) {
  color: color-mix(in oklab, var(--color-primary) 82%, black 18%);
  text-decoration: underline;
}
 

 

.hero-grid {
  margin: 0 auto;
  display: grid;
  /* smaller padding, especially at the bottom */
  max-width: var(--content-max-width);
  /* remove the huge forced height */
  align-items: center;
  grid-template-columns: 1fr 1fr;
}


 
.hero-content {
  gap: var(--spacing-md);
  display: flex;
  animation: heroContentFadeIn var(--animation-duration-standard)
      var(--animation-curve-primary);
  flex-direction: column;
}
 
.hero-image {
  margin: 0;
  animation: heroImageFadeIn var(--animation-duration-standard)
      var(--animation-curve-primary) 0.3s backwards;
}
 
.tbb-african-foodstuffs-hero-title {
  color: var(--color-on-surface);
  font-size: var(--font-size-2xl);
  max-width: 60ch;
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  margin-bottom: var(--spacing-md);
}
 
.tbb-african-foodstuffs-hero-subtitle {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-lg);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-default);
  margin-bottom: var(--spacing-sm);
}
 
.hero-body {
  color: var(--color-on-surface);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
  margin-bottom: var(--spacing-lg);
}
 
.hero-cta {
  animation: heroCTAFadeIn var(--animation-duration-standard)
      var(--animation-curve-primary) 0.2s backwards;
}
 
.hero-image-backplate {
  padding: var(--spacing-sm);
  overflow: hidden;
  position: relative;
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-2);
  border-radius: var(--border-radius-lg);
}
 
.product-gallery-container {
  gap: var(--spacing-2xl);
  margin: 0 auto;
  display: flex;
  max-width: var(--content-max-width);
  flex-direction: column;
}
 
.gallery-intro {
  text-align: left;
  margin-bottom: var(--spacing-lg);
}
 
.product-card {
  gap: var(--spacing-sm);
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-md);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  transition: transform var(--animation-duration-fast)
        var(--animation-curve-primary),
      box-shadow var(--animation-duration-fast) var(--animation-curve-primary);
  border-radius: var(--border-radius-md);
  flex-direction: column;
}
 
.featured-card {
  gap: var(--spacing-2xl);
  display: grid;
  align-items: center;
  grid-column: 1 / -1;
  grid-template-columns: 1fr 1fr;
}
 
.product-grid {
  gap: var(--spacing-lg);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
 
.wholesale-callout {
  border: 1px solid var(--color-border);
  padding: var(--spacing-2xl);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  text-align: center;
  border-radius: var(--border-radius-lg);
}
 
.product-image-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: var(--color-backplate);
  aspect-ratio: 4 / 3;
  border-radius: var(--border-radius-sm);
}
 
.product-content {
  gap: var(--spacing-sm);
  display: flex;
  flex-direction: column;
}
 
.callout-content {
  gap: var(--spacing-md);
  margin: 0 auto;
  display: flex;
  max-width: 70ch;
  align-items: center;
  flex-direction: column;
}
 
.product-badge {
  top: var(--spacing-sm);
  left: var(--spacing-sm);
  color: var(--color-on-surface);
  padding: 4px var(--spacing-sm);
  z-index: 3;
  position: absolute;
  font-size: var(--font-size-sm);
  background: color-mix(in srgb, var(--color-overlay) 90%, transparent);
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-sm);
}
 
.product-name {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-wide);
}
 
.product-origin {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
}
 
.product-specs {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
}
 
.product-cta-row {
  gap: var(--spacing-sm);
  display: flex;
  margin-top: var(--spacing-sm);
  align-items: center;
}
 
.callout-title {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-2xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
}
 
.callout-text {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-base);
  line-height: var(--line-height-default);
}
 
.pricing-container {
  gap: var(--spacing-2xl);
  margin: 0 auto;
  display: flex;
  max-width: var(--content-max-width);
  flex-direction: column;
}
 
.featured-bar {
  gap: var(--spacing-md);
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-lg);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  align-items: center;
  border-radius: var(--border-radius-lg);
  justify-content: space-between;
}
 
.pricing-tabs {
  gap: var(--spacing-sm);
  display: flex;
  padding: var(--spacing-sm) 0;
  flex-wrap: wrap;
  align-items: center;
}
 
.pricing-grid {
  gap: var(--spacing-lg);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
 
.pricing-cta-bar {
  gap: var(--spacing-lg);
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-lg);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  align-items: center;
  border-radius: var(--border-radius-md);
  justify-content: space-between;
}
 
.featured-content {
  gap: var(--spacing-sm);
  display: flex;
  flex-direction: column;
}
 
.tab-button {
  color: var(--color-on-surface);
  border: 1px solid transparent;
  cursor: pointer;
  padding: var(--spacing-sm) var(--spacing-md);
  font-size: var(--font-size-sm);
  background: transparent;
  transition: var(--btn-transition);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-sm);
}
 

 
.pricing-card {
  gap: var(--spacing-md);
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-lg);
  background: var(--color-surface);
  box-shadow: var(--shadow-level-1);
  transition: transform var(--animation-duration-fast)
        var(--animation-curve-primary),
      box-shadow var(--animation-duration-fast) var(--animation-curve-primary);
  border-radius: var(--border-radius-md);
  flex-direction: column;
}
 
.cta-text {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-base);
}
 
.featured-title {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-2xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
}
 
.featured-subtitle {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
}
 
.pricing-card-header {
  gap: var(--spacing-sm);
  display: flex;
  border-bottom: 1px solid var(--color-border);
  flex-direction: column;
  padding-bottom: var(--spacing-md);
}
 
.pricing-list {
  gap: var(--spacing-sm);
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
 
.pricing-note {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  font-style: italic;
  margin-top: var(--spacing-sm);
}
 
.pricing-tiers {
  gap: var(--spacing-sm);
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
 
.bundle-list {
  gap: var(--spacing-sm);
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
 
.services-list {
  gap: var(--spacing-sm);
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
 
.pricing-card-title {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
}
 
.pricing-card-subtitle {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  font-family: var(--font-family-body);
}
 
.pricing-item {
  display: flex;
  padding: var(--spacing-sm);
  background: var(--color-surface-elevated);
  align-items: center;
  border-radius: var(--border-radius-sm);
  justify-content: space-between;
}
 
.tier-item {
  gap: 4px;
  display: flex;
  padding: var(--spacing-sm);
  border-left: 3px solid var(--color-border);
  padding-left: var(--spacing-md);
  flex-direction: column;
}
 
.bundle-item {
  gap: 4px;
  display: flex;
  padding: var(--spacing-sm);
  flex-direction: column;
}
 
.service-item {
  gap: var(--spacing-sm);
  display: flex;
  padding: var(--spacing-sm);
  align-items: center;
}
 
.pricing-product {
  color: var(--color-on-surface);
  font-size: var(--font-size-base);
}
 
.pricing-value {
  color: var(--color-on-surface);
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
}
 
.tier-name {
  color: var(--color-on-surface);
  font-weight: var(--font-weight-medium);
}
 
.tier-benefit {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
}
 
.process-container {
  margin: 0 auto;
  max-width: var(--content-max-width);
}
 
.tbb-african-foodstuffs-section-subtitle {
  color: var(--color-on-surface-secondary);
  margin: 0 auto var(--spacing-2xl);
  font-size: var(--font-size-base);
  max-width: 70ch;
  text-align: center;
}
 
.services-grid {
  gap: var(--spacing-2xl);
  display: grid;
  margin-top: var(--spacing-2xl);
  grid-template-columns: 1fr 1fr 1fr;
}
 
.process-panel {
  gap: var(--spacing-md);
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  display: flex;
  padding: var(--spacing-lg);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-md);
  flex-direction: column;
}
 
.panel-icon {
  color: var(--color-on-surface);
  width: 48px;
  height: 48px;
  display: flex;
  background: color-mix(in srgb, var(--color-backplate) 80%, transparent);
  align-items: center;
  border-radius: var(--border-radius-sm);
  justify-content: center;
}
 
.panel-title {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
}
 
.process-steps {
  gap: var(--spacing-sm);
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  counter-reset: step-counter;
  flex-direction: column;
}
 
.process-callout {
  padding: var(--spacing-sm);
  background: var(--color-backplate);
  border-left: 3px solid var(--color-border);
  border-radius: var(--border-radius-sm);
}
 
.panel-body {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-default);
}
 
.wholesale-cta {
  margin-bottom: var(--spacing-md);
}
 
.benefits-list {
  gap: var(--spacing-sm);
  display: flex;
  flex-direction: column;
}
 
.accordion-wrapper {
  margin-top: var(--spacing-md);
}
 
.delivery-options {
  gap: var(--spacing-sm);
  display: flex;
  flex-direction: column;
}
 
.payment-methods {
  gap: var(--spacing-sm);
  display: flex;
  flex-direction: column;
}
 
.policy-section {
  gap: var(--spacing-sm);
  display: flex;
  flex-direction: column;
}
 
.quick-links {
  gap: var(--spacing-xs);
  display: flex;
  margin-top: var(--spacing-md);
  flex-direction: column;
}
 
.process-step {
  color: var(--color-on-surface-secondary);
  position: relative;
  font-size: var(--font-size-base);
  line-height: var(--line-height-default);
  padding-left: var(--spacing-lg);
  counter-increment: step-counter;
}
 
.callout-microcopy {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
}
 
.benefits-title {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
}
 
.benefits-items {
  gap: var(--spacing-sm);
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
 
.accordion-button {
  color: var(--color-on-surface);
  width: 100%;
  border: 1px solid var(--color-border);
  cursor: pointer;
  display: flex;
  padding: var(--spacing-md);
  font-size: var(--font-size-base);
  background: var(--color-surface);
  transition: background var(--animation-duration-fast)
      var(--animation-curve-primary);
  align-items: center;
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-tight);
  border-radius: var(--border-radius-md);
  justify-content: space-between;
}
 
.accordion-panel {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height var(--animation-duration-standard)
        var(--animation-curve-primary),
      opacity var(--animation-duration-standard) var(--animation-curve-primary);
}
 
.options-title {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
}
 
.delivery-list {
  gap: var(--spacing-sm);
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
 
.payment-list {
  gap: var(--spacing-sm);
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
 
.policy-text {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-default);
}
 
.quick-link {
  color: var(--color-on-surface);
  padding: 4px 0;
  font-size: var(--font-size-sm);
  transition: color var(--animation-duration-fast)
      var(--animation-curve-primary);
  text-decoration: none;
}
 
.benefit-item {
  gap: var(--spacing-sm);
  color: var(--color-on-surface-secondary);
  display: flex;
  font-size: var(--font-size-sm);
  align-items: center;
}
 
.accordion-icon {
  transition: transform var(--animation-duration-standard)
      var(--animation-curve-primary);
  flex-shrink: 0;
}
 
.leadtime-table {
  width: 100%;
  font-size: var(--font-size-sm);
  border-collapse: collapse;
}
 
.delivery-item {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-default);
}
 
.payment-item {
  gap: var(--spacing-sm);
  color: var(--color-on-surface-secondary);
  display: flex;
  font-size: var(--font-size-sm);
  align-items: center;
}
 
.faq-container {
  border: 1px solid var(--color-border);
  margin: 0 auto;
  padding: var(--spacing-4xl) var(--spacing-3xl);
  max-width: var(--content-max-width);
  background: var(--color-surface);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-lg);
}
 
.faq-intro {
  margin-bottom: var(--spacing-2xl);
}
 
.faq-layout {
  gap: var(--spacing-3xl);
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 360px;
}
 
.trust-badges {
  gap: var(--spacing-md);
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--spacing-lg);
}
 
.faq-accordion {
  gap: var(--spacing-md);
  display: flex;
  flex-direction: column;
}
 
.faq-timeline {
  top: var(--spacing-2xl);
  border: 1px solid var(--color-border);
  padding: var(--spacing-lg);
  position: sticky;
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-md);
}
 
.trust-badge {
  gap: 6px;
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  display: inline-flex;
  padding: 6px var(--spacing-sm);
  font-size: var(--font-size-sm);
  background: var(--color-backplate);
  align-items: center;
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-sm);
}
 
.faq-item {
  border: 1px solid var(--color-border);
  overflow: hidden;
  background: var(--color-surface-elevated);
  border-radius: var(--border-radius-md);
}
 
.timeline-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-lg) 0;
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
}
 
.timeline {
  gap: var(--spacing-lg);
  display: flex;
  flex-direction: column;
}
 
.timeline-cta {
  gap: var(--spacing-sm);
  display: flex;
  border-top: 1px solid var(--color-border);
  margin-top: var(--spacing-lg);
  text-align: center;
  align-items: center;
  padding-top: var(--spacing-lg);
  flex-direction: column;
}
 
.faq-button {
  color: var(--color-on-surface);
  width: 100%;
  border: none;
  cursor: pointer;
  display: flex;
  padding: var(--spacing-md);
  font-size: var(--font-size-lg);
  background: var(--color-surface-elevated);
  text-align: left;
  transition: background var(--animation-duration-fast)
      var(--animation-curve-primary);
  align-items: center;
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-tight);
  justify-content: space-between;
}
 
.faq-panel {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height var(--animation-duration-standard)
        var(--animation-curve-primary),
      opacity var(--animation-duration-standard) var(--animation-curve-primary);
}
 
.timeline-item {
  gap: var(--spacing-sm);
  display: flex;
  position: relative;
}
 
.timeline-cta-text {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
}
 
.faq-question {
  flex: 1;
}
 
.faq-icon {
  transition: transform var(--animation-duration-standard)
      var(--animation-curve-primary);
  flex-shrink: 0;
}
 
.timeline-icon-wrapper {
  color: var(--color-on-surface);
  width: 20px;
  border: 2px solid var(--color-border);
  height: 20px;
  display: flex;
  z-index: 2;
  position: relative;
  background: var(--color-backplate);
  margin-top: 2px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  justify-content: center;
}
 
.timeline-content {
  gap: 4px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
 
.timeline-step {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
}
 
.timeline-label {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
}
 
.timeline-desc {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-default);
}
 
.contact-container {
  margin: 0 auto;
  max-width: var(--content-max-width);
}
 
.contact-layout {
  gap: var(--spacing-2xl);
  display: grid;
  grid-template-columns: 2fr 1fr;
}
 
.contact-left {
  gap: var(--spacing-lg);
  display: flex;
  flex-direction: column;
}
 
.contact-right {
  gap: var(--spacing-md);
  display: flex;
  flex-direction: column;
}
 
.booking-card {
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  padding: var(--spacing-3xl);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-2);
  border-radius: var(--border-radius-lg);
}
 
.support-card {
  border: 1px solid var(--color-border);
  padding: var(--spacing-lg);
  background: var(--color-surface);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-md);
}
 
.contact-methods-card {
  border: 1px solid var(--color-border);
  padding: var(--spacing-md);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-md);
}
 
.business-hours-card {
  border: 1px solid var(--color-border);
  padding: var(--spacing-md);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-md);
}
 
.quick-faq-card {
  border: 1px solid var(--color-border);
  padding: var(--spacing-md);
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  border-radius: var(--border-radius-md);
}
 
.booking-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-sm) 0;
  font-size: var(--font-size-2xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
}
 
.booking-subtitle {
  color: var(--color-on-surface-secondary);
  margin: 0 0 var(--spacing-lg) 0;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-default);
}
 
.booking-form {
  gap: var(--spacing-md);
  display: flex;
  flex-direction: column;
}
 
.support-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-md) 0;
  font-size: var(--font-size-xl);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
}
 
.support-steps {
  gap: var(--spacing-sm);
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  counter-reset: support-counter;
  flex-direction: column;
}
 
.contact-methods-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-md) 0;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
}
 
.contact-methods-list {
  gap: var(--spacing-md);
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
 
.hours-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-md) 0;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
}
 
.hours-list {
  gap: var(--spacing-md);
  margin: 0;
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
 
.quick-faq-title {
  color: var(--color-on-surface);
  margin: 0 0 var(--spacing-md) 0;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-medium);
}
 
.quick-faq-item {
  margin-bottom: var(--spacing-sm);
}
 
.form-row {
  gap: var(--spacing-md);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
 
.form-field {
  gap: 6px;
  display: flex;
  flex-direction: column;
}
 
.form-status {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  min-height: 20px;
}
 
.support-step {
  color: var(--color-on-surface-secondary);
  position: relative;
  font-size: var(--font-size-base);
  line-height: var(--line-height-default);
  padding-left: var(--spacing-lg);
  counter-increment: support-counter;
}
 
.contact-method-item {
  gap: var(--spacing-sm);
  display: flex;
}
 
.hours-item {
  display: flex;
  padding: var(--spacing-sm);
  background: var(--color-surface);
  align-items: center;
  border-radius: var(--border-radius-sm);
  justify-content: space-between;
}
 
.quick-faq-button {
  color: var(--color-on-surface);
  width: 100%;
  border: 1px solid var(--color-border);
  cursor: pointer;
  display: flex;
  padding: var(--spacing-sm);
  font-size: var(--font-size-sm);
  background: var(--color-surface);
  text-align: left;
  transition: background var(--animation-duration-fast)
      var(--animation-curve-primary);
  align-items: center;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  border-radius: var(--border-radius-sm);
  justify-content: space-between;
}
 
.quick-faq-panel {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height var(--animation-duration-standard)
        var(--animation-curve-primary),
      opacity var(--animation-duration-standard) var(--animation-curve-primary);
}
 
.form-label {
  color: var(--color-on-surface);
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-default);
}
 
.form-input {
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  padding: var(--spacing-sm);
  font-size: var(--font-size-base);
  background: var(--color-surface);
  transition: border-color var(--animation-duration-fast)
      var(--animation-curve-primary);
  font-family: var(--font-family-body);
  line-height: var(--line-height-default);
  border-radius: var(--border-radius-sm);
}
 
.form-textarea {
  color: var(--color-on-surface);
  border: 1px solid var(--color-border);
  resize: vertical;
  padding: var(--spacing-sm);
  font-size: var(--font-size-base);
  background: var(--color-surface);
  min-height: 100px;
  transition: border-color var(--animation-duration-fast)
      var(--animation-curve-primary);
  font-family: var(--font-family-body);
  line-height: var(--line-height-default);
  border-radius: var(--border-radius-sm);
}
 
.method-icon {
  color: var(--color-on-surface);
  width: 40px;
  height: 40px;
  display: flex;
  background: var(--color-backplate);
  align-items: center;
  flex-shrink: 0;
  border-radius: var(--border-radius-sm);
  justify-content: center;
}
 
.method-content {
  gap: 2px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
 
.hours-day {
  color: var(--color-on-surface);
  font-size: var(--font-size-base);
}
 
.hours-time {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
}
 
.quick-faq-icon {
  transition: transform var(--animation-duration-standard)
      var(--animation-curve-primary);
  flex-shrink: 0;
}
 
.required {
  color: var(--color-on-surface);
}
 
.method-note {
  font-style: italic;
}
 
.hero-cta:hover {
  transform: scale(1.03);
  transition: transform var(--animation-duration-fast)
      var(--animation-curve-primary);
}
 
.hero-image-backplate::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
  position: absolute;
  background: color-mix(in srgb, var(--color-scrim) 10%, transparent);
  pointer-events: none;
}
 
.hero-image  img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  position: relative;
  border-radius: var(--border-radius-sm);
}
 
.product-card:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-level-2);
}
 
.product-image-wrapper  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius-sm);
}
 
.featured-card  .product-name {
  font-size: var(--font-size-2xl);
}
 
.tab-button:hover {
  background: color-mix(
      in srgb,
      var(--color-surface-elevated) 50%,
      transparent
    );
}
 
.tab-button[aria-selected="true"] {
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  border-color: var(--color-border);
}
 
.tab-button.active {
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-level-1);
  border-color: var(--color-border);
}
 
.pricing-card:hover {
  transform: scale(1.01);
  box-shadow: var(--shadow-level-2);
}
 
.bundle-item  strong {
  color: var(--color-on-surface);
  font-weight: var(--font-weight-medium);
}
 
.bundle-item  span {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
}
 
.service-item  svg {
  color: var(--color-on-surface);
  flex-shrink: 0;
}
 
.service-item  span {
  color: var(--color-on-surface);
  font-size: var(--font-size-base);
}
 
.process-step::before {
  top: 0;
  left: 0;
  color: var(--color-on-surface);
  width: 24px;
  border: 1px solid var(--color-border);
  height: 24px;
  content: counter(step-counter);
  display: flex;
  position: absolute;
  font-size: var(--font-size-sm);
  background: var(--color-surface);
  align-items: center;
  font-weight: var(--font-weight-bold);
  border-radius: 50%;
  justify-content: center;
}
 
.process-step  strong {
  color: var(--color-on-surface);
}
 
.benefit-item  svg {
  color: var(--color-on-surface);
  flex-shrink: 0;
}
 
.accordion-button:hover {
  background: var(--color-surface-elevated);
}
 
.accordion-button:focus {
  outline: var(--focus-ring-width) solid var(--focus-ring-color);
  outline-offset: 4px;
}
 
.accordion-button[aria-expanded="true"] .accordion-icon {
  transform: rotate(180deg);
}
 
.accordion-panel[aria-hidden="false"] {
  opacity: 1;
  margin-top: var(--spacing-sm);
  max-height: 1000px;
}
 
.leadtime-table  caption {
  color: var(--color-on-surface);
  text-align: left;
  font-weight: var(--font-weight-medium);
  margin-bottom: var(--spacing-sm);
}
 
.leadtime-table  th {
  padding: var(--spacing-sm);
  text-align: left;
  border-bottom: 1px solid var(--color-border);
}
 
.leadtime-table  td {
  padding: var(--spacing-sm);
  text-align: left;
  border-bottom: 1px solid var(--color-border);
}
 
.delivery-item  strong {
  color: var(--color-on-surface);
}
 
.payment-item  svg {
  color: var(--color-on-surface);
  flex-shrink: 0;
}
 
.quick-link:hover {
  text-decoration: underline;
}
 
.trust-badge  svg {
  flex-shrink: 0;
}
 
.faq-button:hover {
  background: color-mix(
      in srgb,
      var(--color-surface-elevated) 95%,
      var(--color-on-surface)
    );
}
 
.faq-button:focus {
  outline: var(--focus-ring-width) solid var(--focus-ring-color);
  outline-offset: 4px;
}
 
.faq-button[aria-expanded="true"] .faq-icon {
  transform: rotate(180deg);
}
 
.faq-panel[aria-hidden="false"] {
  opacity: 1;
  padding: var(--spacing-lg);
  border-top: 1px solid var(--color-border);
  max-height: 1000px;
}
 
.faq-panel  p {
  color: var(--color-on-surface);
  margin: 0;
  font-size: var(--font-size-base);
  font-family: var(--font-family-body);
  line-height: var(--line-height-default);
}
 
.timeline-item:not(:last-child)::after {
  top: 32px;
  left: 10px;
  width: 1px;
  bottom: -16px;
  content: "";
  position: absolute;
  background: var(--color-border);
}
 
.form-input:focus {
  outline: var(--focus-ring-width) solid var(--focus-ring-color);
  outline-offset: 2px;
}
 
.form-textarea:focus {
  outline: var(--focus-ring-width) solid var(--focus-ring-color);
  outline-offset: 2px;
}
 
.support-step::before {
  top: 0;
  left: 0;
  color: var(--color-on-surface);
  width: 24px;
  border: 1px solid var(--color-border);
  height: 24px;
  content: counter(support-counter);
  display: flex;
  position: absolute;
  font-size: var(--font-size-sm);
  background: var(--color-surface-elevated);
  align-items: center;
  font-weight: var(--font-weight-bold);
  border-radius: 50%;
  justify-content: center;
}
 
.method-content  strong {
  color: var(--color-on-surface);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-medium);
}
 
.method-content  span {
  color: var(--color-on-surface-secondary);
  font-size: var(--font-size-sm);
}
 
.quick-faq-item:last-child {
  margin-bottom: 0;
}
 
.quick-faq-button:hover {
  background: color-mix(
      in srgb,
      var(--color-surface) 95%,
      var(--color-on-surface)
    );
}
 
.quick-faq-button:focus {
  outline: var(--focus-ring-width) solid var(--focus-ring-color);
  outline-offset: 2px;
}
 
.quick-faq-button[aria-expanded="true"] .quick-faq-icon {
  transform: rotate(180deg);
}
 
.quick-faq-panel[aria-hidden="false"] {
  opacity: 1;
  padding: var(--spacing-sm);
  margin-top: var(--spacing-sm);
  max-height: 500px;
}
 
.quick-faq-panel  p {
  color: var(--color-on-surface-secondary);
  margin: 0;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-default);
}
 
.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
.BodyFont {
  font-size: 1rem;
  font-family: Inter;
  font-weight: 400;
}
 
.Headings {
  font-size: 2em;
  font-family: Montserrat;
  font-weight: 700;
}
 
@media(max-width: 991px) {
  .thq-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  

  .hero-grid {
    grid-template-columns: 1fr 1fr;
  }
  .featured-card {
    grid-template-columns: 1fr;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }
  .pricing-cta-bar {
    text-align: center;
    flex-direction: column;
  }
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
  .faq-container {
    padding: var(--spacing-2xl);
  }
  .faq-layout {
    grid-template-columns: 1fr;
  }
  .faq-timeline {
    position: static;
  }
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .booking-card {
    padding: var(--spacing-2xl);
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}
 
@media(max-width: 767px) {
  .thq-section-padding {
    padding: var(--dl-layout-space-threeunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-card {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr;
  }
  .thq-img-scale {
    width: 100%;
  }

   .hero-grid {
    grid-template-columns: 1fr;
  }
  .tbb-african-foodstuffs-hero-title {
    font-size: var(--font-size-xl);
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .featured-bar {
    text-align: center;
    flex-direction: column;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .faq-container {
    padding: var(--spacing-lg);
  }
  .booking-card {
    padding: var(--spacing-lg);
  }
  .booking-title {
    font-size: var(--font-size-xl);
  }
}
 
@media(max-width: 479px) {
  .thq-section-padding {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-unit);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-unit);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    grid-template-columns: 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-unit);
  }
  .thq-grid-auto-300 {
    grid-template-columns: 1fr;
  }
  .tbb-african-foodstuffs-hero-title {
    font-size: var(--font-size-lg);
  }
  .product-card {
    padding: var(--spacing-sm);
  }
  .pricing-card-title {
    font-size: var(--font-size-lg);
  }
  .process-panel {
    padding: var(--spacing-md);
  }
  .faq-button {
    font-size: var(--font-size-base);
  }
  .booking-title {
    font-size: var(--font-size-lg);
  }
}


.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-navigation-toggle-icon1 {
  display: flex;
  position: absolute;
  transition: opacity var(--animation-duration-fast)
        var(--animation-curve-primary),
      transform var(--animation-duration-fast) var(--animation-curve-primary);
  align-items: center;
  justify-content: center;
}
 
.navigation-navigation-toggle-icon2 {
  display: flex;
  opacity: 0;
  position: absolute;
  transform: rotate(-90deg);
  transition: opacity var(--animation-duration-fast)
        var(--animation-curve-primary),
      transform var(--animation-duration-fast) var(--animation-curve-primary);
  align-items: center;
  justify-content: center;
}
 
.navigation-navigation-dropdown-icon {
  display: flex;
  transition: transform var(--animation-duration-standard)
      var(--animation-curve-primary);
  align-items: center;
}
 
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}
 
.navigation-container4 {
  display: none;
}
 
.navigation-container5 {
  display: contents;
}


.tbb-african-foodstuffs-container10 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.tbb-african-foodstuffs-container11 {
  display: none;
}
 
.tbb-african-foodstuffs-container12 {
  display: contents;
}
 
.tbb-african-foodstuffs-accordion-icon {
  transition: transform var(--animation-duration-standard)
      var(--animation-curve-primary);
  flex-shrink: 0;
}
 
.tbb-african-foodstuffs-text51 {
  font-weight: 700;
}
 
.tbb-african-foodstuffs-faq-question1 {
  flex: 1;
}
 
.tbb-african-foodstuffs-faq-icon1 {
  transition: transform var(--animation-duration-standard)
      var(--animation-curve-primary);
  flex-shrink: 0;
}
 
.tbb-african-foodstuffs-faq-question2 {
  flex: 1;
}
 
.tbb-african-foodstuffs-faq-icon2 {
  transition: transform var(--animation-duration-standard)
      var(--animation-curve-primary);
  flex-shrink: 0;
}
 
.tbb-african-foodstuffs-faq-question3 {
  flex: 1;
}
 
.tbb-african-foodstuffs-faq-icon3 {
  transition: transform var(--animation-duration-standard)
      var(--animation-curve-primary);
  flex-shrink: 0;
}
 
.tbb-african-foodstuffs-faq-question4 {
  flex: 1;
}
 
.tbb-african-foodstuffs-faq-icon4 {
  transition: transform var(--animation-duration-standard)
      var(--animation-curve-primary);
  flex-shrink: 0;
}
 
.tbb-african-foodstuffs-faq-question5 {
  flex: 1;
}
 
.tbb-african-foodstuffs-faq-icon5 {
  transition: transform var(--animation-duration-standard)
      var(--animation-curve-primary);
  flex-shrink: 0;
}
 
.tbb-african-foodstuffs-faq-question6 {
  flex: 1;
}
 
.tbb-african-foodstuffs-faq-icon6 {
  transition: transform var(--animation-duration-standard)
      var(--animation-curve-primary);
  flex-shrink: 0;
}
 
.tbb-african-foodstuffs-required1 {
  color: var(--color-on-surface);
}
 
.tbb-african-foodstuffs-required2 {
  color: var(--color-on-surface);
}
 
.tbb-african-foodstuffs-required3 {
  color: var(--color-on-surface);
}
 
.tbb-african-foodstuffs-quick-faq-icon1 {
  transition: transform var(--animation-duration-standard)
      var(--animation-curve-primary);
  flex-shrink: 0;
}
 
.tbb-african-foodstuffs-quick-faq-icon2 {
  transition: transform var(--animation-duration-standard)
      var(--animation-curve-primary);
  flex-shrink: 0;
}
 
.tbb-african-foodstuffs-container19 {
  display: none;
}
 
.tbb-african-foodstuffs-container20 {
  display: contents;
}
 
.tbb-african-foodstuffs-container21 {
  display: none;
}
 
.tbb-african-foodstuffs-container22 {
  display: contents;
}
 
.tbb-african-foodstuffs-container23 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.tbb-african-foodstuffs-icon84 {
  width: 24px;
  margin-right: 4px;
}
 
.tbb-african-foodstuffs-text80 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

/* --- FIX: Improve mobile zoom / spacing for African Foodstuffs page --- */
@media(max-width: 767px) {

  /* Reduce global font size slightly */
  body {
    font-size: 0.91rem;
  }

  /* Hero spacing tightened */
  #hero-section {
    padding: 1.25rem 1rem !important;
  }

  .hero-content {
    gap: 0.6rem !important;
  }

  .tbb-african-foodstuffs-hero-title {
    font-size: 1.4rem !important;
    line-height: 1.2 !important;
  }

  .tbb-african-foodstuffs-hero-subtitle {
    font-size: 1rem !important;
  }

  .hero-body {
    font-size: 0.95rem !important;
  }

  /* Make hero image shrink a bit */
  .hero-image-backplate img {
    transform: scale(0.88);
    transform-origin: center;
  }

  /* Reduce padding on product gallery */
  #product-gallery-section {
    padding: 1.5rem 1rem !important;
  }

  .product-card {
    padding: 0.85rem !important;
  }
}

/* --- CUSTOM FIX: Increase spacing between product boxes --- */
.product-grid {
  gap: 2rem !important;
}
.featured-card {
  margin-bottom: 2.5rem !important;
}

/* --- CUSTOM FIX: Center Ordering Made Simple section --- */
.process-container .section-title {
  text-align: center !important;
}
.process-container {
  text-align: center;
}
.services-grid {
  margin-top: 2rem !important;
}

/* --- Center the 'Ordering Made Simple and Reliable' intro text --- */
.process-container .tbb-african-foodstuffs-section-subtitle {
    text-align: center !important;
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
}

/* --- Add spacing above entire Contact section --- */
#contact-section {
    margin-top: 3rem !important;
}

/* --- Additional spacing above Contact & Booking card --- */
.booking-card {
    margin-top: 2rem !important;
}

/* --- Add spacing between Ordering section and FAQ section --- */
#faq-section {
    margin-top: 3rem !important;   /* Increase to 4rem if you want more space */
}


/* --- Extra mobile tuning: zoom out a bit & stop sideways scroll --- */
@media (max-width: 479px) {
  /* kill horizontal scrolling */
  html,
  body {
    overflow-x: hidden;
  }

  /* make everything feel a bit more zoomed out */
  body {
    font-size: 0.86rem;
  }

  /* tighten side padding so cards fit comfortably */
  .process-container,
  .faq-container,
  .contact-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* make sure cards never overflow the screen width */
  .booking-card,
  .contact-methods-card,
  .business-hours-card,
  .quick-faq-card {
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* --- Add spacing above Featured Staples section --- */
#product-gallery-section {
    margin-top: 2.5rem !important;   /* increase to 3rem if you want more */
}

