/*
Theme Name: BITELo Child
Theme URI: https://example.com/bitelo-child
Description: Child theme for FoodBakery with modern BITELo delivery UI.
Author: BITELo
Template: foodbakery
Version: 1.0.0
Text Domain: bitelo-child
Domain Path: /languages
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap');

:root {
  --bitelo-orange-500: #ff5e36;
  --bitelo-orange-600: #ef4c21;
  --bitelo-cream-50: #fff8f3;
  --bitelo-ink-900: #10162f;
  --bitelo-ink-700: #38445f;
  --bitelo-ink-500: #6a7692;
  --bitelo-line: #e7ebf3;
  --bitelo-white: #ffffff;
  --bitelo-max: 1220px;
  --bitelo-r-24: 24px;
  --bitelo-r-18: 18px;
  --bitelo-r-pill: 999px;
  --bitelo-shadow-soft: 0 12px 32px rgba(16, 22, 47, 0.08);
  --bitelo-shadow-hard: 0 24px 48px rgba(16, 22, 47, 0.18);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Outfit, 'Segoe UI', sans-serif;
  color: var(--bitelo-ink-900);
  background:
    radial-gradient(circle at 0% -20%, rgba(255, 94, 54, 0.25), transparent 40%),
    radial-gradient(circle at 100% 0%, rgba(248, 183, 129, 0.2), transparent 38%),
    #f6f8fc;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: Sora, Outfit, sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button,
input {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* Suppress parent theme homepage wrappers and visual duplicates */
.home .main-section,
.home .cs-main-banner,
.home .cs-subheader,
.home .page-title,
.home h1.page-title,
.home .entry-title,
.home .section-fullwidth,
.home .foodbakery-banner,
.home .foodbakery-header,
.home #foodbakery-header,
.home #header,
.home header[class*='foodbakery'],
.home .bread-crumb,
.home .breadcrumbs,
.home .element-size-100,
.home .cs-content-wrapper:empty,
.home .main-search.fancy,
.home .cs-user-account,
.home .cs-loader-holder,
.home .foodbakery-footer,
.home #footer,
.home footer[class*='foodbakery'],
.home [class*='chimpgroup'],
.home [class*='ChimpGroup'],
.home .copyright-text {
  display: none !important;
}

.home .wrapper,
.home .main-section {
  background: transparent !important;
}

/* Header */

#bitelo-header {
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: min(var(--bitelo-max), calc(100% - 20px));
  z-index: 1200;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--bitelo-r-24);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--bitelo-shadow-soft);
}

#bitelo-header .bitelo-header__container {
  min-height: 78px;
  padding: 10px 16px;
  display: grid;
  grid-template-columns: auto auto minmax(220px, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.bitelo-logo__badge {
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding: 0 16px;
  border-radius: var(--bitelo-r-pill);
  font: 800 1.02rem/1 Sora, Outfit, sans-serif;
  color: var(--bitelo-white);
  background: linear-gradient(135deg, var(--bitelo-orange-500), #ff8558);
}

.bitelo-language {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border: 1px solid var(--bitelo-line);
  border-radius: var(--bitelo-r-pill);
  background: var(--bitelo-white);
}

.bitelo-language__item {
  min-width: 42px;
  height: 34px;
  border-radius: var(--bitelo-r-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.78rem;
  color: var(--bitelo-ink-500);
}

.bitelo-language__item.is-active {
  color: var(--bitelo-ink-900);
  background: #eef2f9;
}

.bitelo-location__trigger {
  height: 46px;
  width: min(470px, 100%);
  justify-self: center;
  border: 1px solid var(--bitelo-line);
  border-radius: var(--bitelo-r-pill);
  background: var(--bitelo-white);
  color: var(--bitelo-ink-900);
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 20px rgba(16, 22, 47, 0.09);
}

.bitelo-location__label {
  font-size: 0.75rem;
  color: var(--bitelo-ink-500);
}

.bitelo-location__value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  max-width: 100%;
  font-size: 0.9rem;
  font-weight: 600;
}

.bitelo-location__chevron {
  margin-left: auto;
  font-size: 0.78rem;
}

.bitelo-header__actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.bitelo-header__menu-toggle {
  width: 42px;
  height: 42px;
  border: 1px solid var(--bitelo-line);
  border-radius: 12px;
  background: var(--bitelo-white);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.bitelo-header__menu-toggle span {
  width: 16px;
  height: 2px;
  background: var(--bitelo-ink-900);
  border-radius: 2px;
}

.bitelo-header__cart {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--bitelo-ink-900);
  color: var(--bitelo-white);
  display: inline-grid;
  place-items: center;
  position: relative;
  box-shadow: 0 10px 24px rgba(16, 22, 47, 0.22);
}

.bitelo-header__cart-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 22px;
  height: 22px;
  border-radius: var(--bitelo-r-pill);
  background: linear-gradient(135deg, var(--bitelo-orange-500), #ff875b);
  border: 2px solid var(--bitelo-white);
  color: var(--bitelo-white);
  font-size: 0.7rem;
  font-weight: 800;
  display: inline-grid;
  place-items: center;
}

.bitelo-mobile-menu {
  border-top: 1px solid var(--bitelo-line);
  padding: 12px 16px 16px;
  display: grid;
  gap: 6px;
}

.bitelo-mobile-menu a {
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.bitelo-mobile-menu a:hover {
  background: #eef2f9;
}

.bitelo-header-spacer {
  min-height: 118px;
}

/* Layout */

.bitelo-homepage {
  width: min(var(--bitelo-max), calc(100% - 20px));
  margin: 0 auto 46px;
  display: grid;
  gap: 18px;
}

.bitelo-section-head {
  margin-bottom: 10px;
}

.bitelo-section-head h2 {
  font-size: clamp(1.2rem, 0.92rem + 1vw, 1.86rem);
  font-weight: 800;
}

/* Hero */

.bitelo-hero {
  border-radius: var(--bitelo-r-24);
  background: linear-gradient(135deg, #ff5f36 0%, #ff7d4b 55%, #ff9b73 100%);
  color: var(--bitelo-white);
  box-shadow: var(--bitelo-shadow-hard);
  overflow: hidden;
  position: relative;
}

.bitelo-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 24%, rgba(255, 255, 255, 0.28), transparent 42%),
    radial-gradient(circle at 16% 90%, rgba(255, 221, 199, 0.3), transparent 44%);
}

.bitelo-hero__content {
  position: relative;
  z-index: 1;
  padding: clamp(24px, 3vw, 40px);
  display: grid;
  gap: 10px;
}

.bitelo-hero__eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.96;
}

.bitelo-hero__title {
  max-width: 17ch;
  font-size: clamp(1.72rem, 1.24rem + 2.2vw, 3.25rem);
  line-height: 1.05;
  font-weight: 800;
}

.bitelo-hero__search {
  position: relative;
  max-width: 860px;
  display: grid;
  gap: 8px;
}

.bitelo-hero__search-input {
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: var(--bitelo-r-pill);
  padding: 0 332px 0 16px;
  color: var(--bitelo-ink-900);
  background: var(--bitelo-white);
  box-shadow: 0 12px 26px rgba(16, 22, 47, 0.19);
  font-size: 0.95rem;
}

.bitelo-hero__detect,
.bitelo-hero__search-action {
  position: absolute;
  top: 7px;
  border: 0;
  border-radius: var(--bitelo-r-pill);
  font-weight: 700;
  height: 46px;
}

.bitelo-hero__detect {
  right: 176px;
  padding: 0 12px;
  color: var(--bitelo-ink-900);
  background: #ffe6dc;
}

.bitelo-hero__search-action {
  right: 7px;
  padding: 0 14px;
  color: var(--bitelo-white);
  background: var(--bitelo-ink-900);
}

.bitelo-hero__hint {
  font-size: 0.88rem;
  opacity: 0.92;
}

/* Categories */

.bitelo-categories {
  border-radius: var(--bitelo-r-24);
  background: var(--bitelo-white);
  box-shadow: var(--bitelo-shadow-soft);
  padding: 18px;
}

.bitelo-categories__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.bitelo-categories__track::-webkit-scrollbar {
  display: none;
}

.bitelo-category {
  width: 100%;
  text-align: center;
  display: grid;
  gap: 7px;
  border: 1px solid var(--bitelo-line);
  background: #fff;
  border-radius: 16px;
  padding: 10px 8px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.bitelo-category:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(16, 22, 47, 0.09);
}

.bitelo-category__icon {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  background: #fff2eb;
  font-size: 1.45rem;
}

.bitelo-category__name {
  font-weight: 600;
  font-size: 0.84rem;
}

/* Sections */

.bitelo-grid-section,
.bitelo-how {
  border-radius: var(--bitelo-r-24);
  background: var(--bitelo-white);
  box-shadow: var(--bitelo-shadow-soft);
  padding: 18px;
}

.bitelo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.bitelo-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(245px, 1fr);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x proximity;
}

.bitelo-slider .bitelo-card {
  scroll-snap-align: start;
}

.bitelo-empty {
  color: var(--bitelo-ink-500);
  font-weight: 600;
}

/* Restaurant cards */

.bitelo-card {
  border-radius: var(--bitelo-r-18);
  border: 1px solid var(--bitelo-line);
  overflow: hidden;
  background: var(--bitelo-white);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.bitelo-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--bitelo-shadow-soft);
}

.bitelo-card__link {
  display: block;
}

.bitelo-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.bitelo-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.bitelo-card:hover .bitelo-card__image {
  transform: scale(1.05);
}

.bitelo-card__image--placeholder {
  background: linear-gradient(130deg, #ffd6c3, #ffb899);
  color: #9a3412;
  display: grid;
  place-items: center;
  font-weight: 800;
}

.bitelo-card__badge,
.bitelo-card__meta-pill {
  position: absolute;
  top: 10px;
  border-radius: var(--bitelo-r-pill);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 5px 10px;
}

.bitelo-card__badge {
  left: 10px;
  color: var(--bitelo-white);
  background: linear-gradient(135deg, var(--bitelo-orange-500), #ff8357);
}

.bitelo-card.is-closed .bitelo-card__badge {
  background: rgba(16, 22, 47, 0.82);
}

.bitelo-card__meta-pill {
  right: 10px;
  background: rgba(16, 22, 47, 0.82);
  color: var(--bitelo-white);
}

.bitelo-card__content {
  padding: 14px;
  display: grid;
  gap: 6px;
}

.bitelo-card__title {
  font-size: 1.04rem;
  line-height: 1.2;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bitelo-card__rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.bitelo-card__rating {
  color: #d97706;
  font-weight: 700;
  font-size: 0.83rem;
}

.bitelo-card__fee {
  color: var(--bitelo-ink-500);
  font-size: 0.8rem;
  padding: 4px 9px;
  border-radius: var(--bitelo-r-pill);
  background: #f4f7fc;
}

.bitelo-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.bitelo-card__tag {
  padding: 4px 9px;
  border-radius: var(--bitelo-r-pill);
  background: #f6f8fc;
  border: 1px solid var(--bitelo-line);
  color: var(--bitelo-ink-700);
  font-size: 0.74rem;
  font-weight: 600;
}

/* How it works */

.bitelo-how__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.bitelo-how__item {
  border: 1px solid var(--bitelo-line);
  border-radius: var(--bitelo-r-18);
  padding: 14px;
  display: grid;
  gap: 6px;
  background: linear-gradient(180deg, #fff, #fbfcff);
  animation: biteloFloatIn 500ms ease both;
}

.bitelo-how__item:nth-child(2) {
  animation-delay: 90ms;
}

.bitelo-how__item:nth-child(3) {
  animation-delay: 180ms;
}

.bitelo-how__step {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: var(--bitelo-white);
  font-weight: 800;
  background: linear-gradient(135deg, var(--bitelo-orange-500), #ff875b);
}

.bitelo-how__icon {
  font-size: 1.2rem;
}

.bitelo-how__item p {
  color: var(--bitelo-ink-500);
  font-size: 0.93rem;
}

/* Why Bitelo */

.bitelo-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bitelo-why-card {
  border: 1px solid var(--bitelo-line);
  border-radius: var(--bitelo-r-18);
  background: #fcfdff;
  padding: 14px;
  display: grid;
  gap: 6px;
}

.bitelo-why-card span {
  font-size: 1.4rem;
}

.bitelo-why-card h3 {
  font-size: 0.95rem;
}

/* Merchant CTA */

.bitelo-merchant-cta {
  border-radius: var(--bitelo-r-24);
  overflow: hidden;
}

.bitelo-merchant-cta__inner {
  border-radius: var(--bitelo-r-24);
  padding: clamp(18px, 2.5vw, 34px);
  color: var(--bitelo-white);
  background:
    linear-gradient(135deg, rgba(255, 94, 54, 0.94) 0%, rgba(255, 133, 77, 0.9) 43%, rgba(23, 32, 61, 0.97) 100%),
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.2), transparent 38%);
  box-shadow: var(--bitelo-shadow-hard);
  display: grid;
  gap: 10px;
}

.bitelo-merchant-cta__art {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
  font-size: 1.7rem;
}

.bitelo-merchant-cta__benefits {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
}

.bitelo-merchant-cta__benefits li {
  position: relative;
  padding-left: 18px;
}

.bitelo-merchant-cta__benefits li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}

.bitelo-merchant-cta__button {
  width: fit-content;
  padding: 10px 16px;
  border-radius: var(--bitelo-r-pill);
  background: var(--bitelo-white);
  color: var(--bitelo-ink-900);
  font-weight: 700;
}

/* Reviews */

.bitelo-reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.bitelo-review-card {
  border: 1px solid var(--bitelo-line);
  border-radius: var(--bitelo-r-18);
  background: #fcfdff;
  padding: 14px;
  display: grid;
  gap: 8px;
}

.bitelo-review-card__head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bitelo-review-card__head small {
  display: block;
  color: #d97706;
  font-weight: 700;
}

.bitelo-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #ffe6dc;
  color: #a33514;
  font-weight: 800;
}

.bitelo-review-card p {
  color: var(--bitelo-ink-700);
}

/* Mobile app */

.bitelo-app {
  border-radius: var(--bitelo-r-24);
  padding: clamp(14px, 2.2vw, 24px);
  background: linear-gradient(120deg, #0f172f 0%, #1e2c4d 58%, #2f3f66 100%);
  color: var(--bitelo-white);
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: center;
}

.bitelo-app__content {
  display: grid;
  gap: 8px;
}

.bitelo-app__stores {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bitelo-store-btn {
  padding: 9px 14px;
  border-radius: var(--bitelo-r-pill);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--bitelo-white);
  font-weight: 600;
}

.bitelo-app__mockup {
  justify-self: center;
  width: 116px;
  height: 190px;
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  display: grid;
  place-items: center;
  font-size: 2.2rem;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.06);
}

/* Footer */

#bitelo-footer {
  width: min(var(--bitelo-max), calc(100% - 20px));
  margin: 14px auto 34px;
  border-radius: var(--bitelo-r-24);
  background: var(--bitelo-ink-900);
  color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.bitelo-footer__grid {
  padding: 18px 16px 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.bitelo-footer__col {
  display: grid;
  gap: 6px;
}

.bitelo-footer__col h3 {
  font-size: 0.95rem;
  color: var(--bitelo-white);
}

.bitelo-footer__col a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.86rem;
}

.bitelo-footer__col a:hover {
  color: var(--bitelo-white);
}

.bitelo-footer__strip {
  min-height: 54px;
  padding: 8px 16px 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bitelo-footer__nav {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.bitelo-footer__nav a {
  padding: 6px 10px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  font-size: 0.87rem;
}

.bitelo-footer__nav a:hover {
  background: rgba(255, 255, 255, 0.16);
}

.bitelo-footer__copyright {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.84);
}

/* Responsive */

@media (min-width: 720px) {
  .bitelo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bitelo-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1040px) {
  .bitelo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bitelo-how__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bitelo-why-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bitelo-reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bitelo-app {
    grid-template-columns: 1.2fr auto;
  }

  .bitelo-footer__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  #bitelo-header .bitelo-header__container {
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      'logo actions actions'
      'language location location';
  }

  .bitelo-logo {
    grid-area: logo;
  }

  .bitelo-language {
    grid-area: language;
  }

  .bitelo-location__trigger {
    grid-area: location;
    justify-self: stretch;
    width: 100%;
  }

  .bitelo-header__actions {
    grid-area: actions;
    justify-self: end;
  }
}

@media (max-width: 700px) {
  #bitelo-header,
  .bitelo-homepage,
  #bitelo-footer {
    width: calc(100% - 20px);
  }

  .bitelo-header-spacer {
    min-height: 122px;
  }

  .bitelo-categories__track {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-inline: 4px;
    scroll-snap-type: x proximity;
  }

  .bitelo-category {
    flex: 0 0 auto;
    width: 94px;
    scroll-snap-align: start;
  }

  .bitelo-grid-section,
  .bitelo-categories,
  .bitelo-how {
    padding: 14px;
  }

  .bitelo-grid {
    padding-inline: 2px;
  }

  .bitelo-hero__search-input {
    height: 56px;
    padding-right: 12px;
  }

  .bitelo-hero__detect,
  .bitelo-hero__search-action {
    position: static;
    width: 100%;
    height: 46px;
  }

  .bitelo-hero__detect {
    margin-top: 8px;
  }

  .bitelo-hero__search-action {
    margin-top: 6px;
  }

  .bitelo-slider {
    grid-auto-columns: minmax(210px, 1fr);
  }
}

@media (max-width: 480px) {
  #bitelo-header {
    top: 7px;
    width: calc(100% - 12px);
  }

  #bitelo-header .bitelo-header__container {
    min-height: 68px;
    padding: 8px;
    gap: 6px;
  }

  .bitelo-logo__badge {
    height: 38px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .bitelo-language__item {
    min-width: 34px;
    height: 28px;
    font-size: 0.7rem;
  }

  .bitelo-location__trigger {
    height: 44px;
    padding: 0 10px;
  }

  .bitelo-location__label {
    display: none;
  }

  .bitelo-location__value {
    font-size: 0.8rem;
    max-width: 100%;
  }

  .bitelo-header__menu-toggle,
  .bitelo-header__cart {
    width: 42px;
    height: 42px;
  }

  .bitelo-header__cart-badge {
    min-width: 19px;
    height: 19px;
    font-size: 0.64rem;
  }

  .bitelo-header-spacer {
    min-height: 102px;
  }

  .bitelo-homepage {
    gap: 12px;
  }

  .bitelo-hero__content {
    padding: 14px;
  }

  .bitelo-hero__title {
    max-width: 100%;
    font-size: clamp(1.34rem, 1.16rem + 1vw, 1.86rem);
  }

  .bitelo-category {
    width: 88px;
  }

  .bitelo-category__icon {
    width: 58px;
    height: 58px;
    font-size: 1.14rem;
  }

  .bitelo-card__content {
    padding: 12px;
  }

  .bitelo-card__title {
    font-size: 0.95rem;
    -webkit-line-clamp: 2;
  }

  .bitelo-card__rating-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .bitelo-why-grid {
    grid-template-columns: 1fr;
  }

  .bitelo-footer__strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .bitelo-footer__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  #bitelo-header {
    width: calc(100% - 10px);
  }

  #bitelo-header .bitelo-header__container {
    padding: 7px;
    gap: 5px;
  }

  .bitelo-logo__badge {
    padding: 0 10px;
    font-size: 0.76rem;
  }

  .bitelo-language {
    padding: 2px;
  }

  .bitelo-language__item {
    min-width: 30px;
    height: 26px;
  }

  .bitelo-location__trigger {
    padding: 0 8px;
  }

  .bitelo-location__value {
    font-size: 0.76rem;
  }

  .bitelo-grid-section,
  .bitelo-categories,
  .bitelo-how,
  .bitelo-hero__content {
    padding: 12px;
  }

  .bitelo-categories__track,
  .bitelo-grid {
    padding-inline: 1px;
  }

  .bitelo-category {
    width: 84px;
  }
}

@media (max-width: 375px) {
  #bitelo-header {
    top: 6px;
    width: calc(100% - 10px);
  }

  .bitelo-header-spacer {
    min-height: 96px;
  }

  .bitelo-homepage {
    gap: 10px;
  }

  .bitelo-hero__content {
    gap: 8px;
    padding: 11px;
  }

  .bitelo-hero__eyebrow {
    font-size: 0.72rem;
  }

  .bitelo-hero__title {
    font-size: clamp(1.2rem, 1.04rem + 0.9vw, 1.5rem);
    line-height: 1.08;
  }

  .bitelo-hero__search-input,
  .bitelo-hero__detect,
  .bitelo-hero__search-action,
  .bitelo-location__trigger {
    min-height: 44px;
  }

  .bitelo-section-head h2 {
    font-size: 1.06rem;
  }

  .bitelo-grid-section,
  .bitelo-categories,
  .bitelo-how {
    padding: 11px;
  }

  .bitelo-category {
    width: 80px;
    padding: 9px 7px;
  }

  .bitelo-category__name {
    font-size: 0.76rem;
  }

  .bitelo-card__content {
    padding: 10px;
    gap: 5px;
  }

  .bitelo-card__title {
    font-size: 0.9rem;
  }
}

@keyframes biteloFloatIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Bitelo Startup Homepage Layer */

.bitelo-homepage {
  padding-bottom: 24px;
}

.bitelo-startup-section,
.bitelo-startup-hero {
  background: #fff;
  border: 1px solid #e8ecf3;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(24, 36, 64, 0.06);
  padding: 18px;
}

.bitelo-startup-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.bitelo-startup-section__head h2 {
  margin: 0;
  font-size: clamp(1.1rem, 0.98rem + 0.8vw, 1.5rem);
  font-weight: 800;
  color: #1a2236;
}

.bitelo-link {
  font-weight: 700;
  color: #1a2236;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bitelo-startup-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f1f5fb;
  color: #273659;
  font-size: 0.78rem;
  font-weight: 700;
}

.bitelo-startup-hero {
  display: grid;
  gap: 14px;
}

.bitelo-startup-hero__copy {
  display: grid;
  gap: 8px;
}

.bitelo-startup-hero__copy h1 {
  margin: 0;
  color: #111a2f;
  font-size: clamp(1.46rem, 1.12rem + 1.6vw, 2.2rem);
  line-height: 1.12;
}

.bitelo-startup-hero__copy p {
  margin: 0;
  color: #495473;
  max-width: 58ch;
}

.bitelo-startup-search {
  display: grid;
  gap: 10px;
}

.bitelo-startup-search input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #dbe2ef;
  border-radius: 14px;
  padding: 0 14px;
  background: #fff;
  color: #0f1730;
}

.bitelo-btn {
  min-height: 44px;
  border-radius: 14px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  font-size: 0.88rem;
  font-weight: 700;
}

.bitelo-btn--primary {
  color: #fff;
  background: #0f223f;
  border-color: #0f223f;
}

.bitelo-btn--ghost {
  color: #1f2d4d;
  background: #f4f7fc;
  border-color: #e2e8f3;
}

.bitelo-startup-categories,
.bitelo-startup-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.bitelo-category-card {
  border: 1px solid #e6ebf4;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.bitelo-category-card__link {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.bitelo-category-card img,
.bitelo-category-card__fallback {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  object-fit: cover;
}

.bitelo-category-card__fallback {
  display: grid;
  place-items: center;
  font-size: 2.1rem;
  background: #f4f7fc;
}

.bitelo-category-card h3 {
  margin: 0;
  font-size: 1rem;
  color: #1a2236;
}

.bitelo-startup-card {
  border: 1px solid #e6ebf4;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(24, 36, 64, 0.05);
}

.bitelo-startup-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.bitelo-startup-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bitelo-startup-card__pill {
  position: absolute;
  right: 10px;
  top: 10px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(15, 34, 63, 0.9);
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 700;
}

.bitelo-startup-card__body {
  padding: 12px;
  display: grid;
  gap: 10px;
}

.bitelo-startup-card__body h3 {
  margin: 0;
  font-size: 1rem;
  color: #1a2236;
}

.bitelo-startup-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.bitelo-info-card {
  border: 1px solid #e6ebf4;
  border-radius: 18px;
  background: #fff;
  padding: 14px;
  display: grid;
  gap: 8px;
}

.bitelo-info-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #f4f7fc;
  display: grid;
  place-items: center;
  font-size: 1.18rem;
}

.bitelo-info-card h3 {
  margin: 0;
  color: #1a2236;
  font-size: 1rem;
}

.bitelo-info-card p {
  margin: 0;
  color: #4a5675;
  font-size: 0.9rem;
}

.bitelo-partner-card {
  border: 1px solid #e6ebf4;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}

.bitelo-partner-card img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.bitelo-partner-card__content {
  padding: 14px;
  display: grid;
  gap: 10px;
}

.bitelo-partner-card__content h2 {
  margin: 0;
  color: #1a2236;
  font-size: clamp(1.2rem, 1rem + 0.8vw, 1.6rem);
}

.bitelo-partner-card__content p {
  margin: 0;
  color: #4a5675;
}

.bitelo-review-card-v2 {
  border: 1px solid #e6ebf4;
  border-radius: 18px;
  background: #fff;
  padding: 14px;
  display: grid;
  gap: 10px;
}

.bitelo-review-card-v2__head {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 10px;
  align-items: center;
}

.bitelo-review-card-v2__avatar {
  border-radius: 50%;
}

.bitelo-review-card-v2__head h3 {
  margin: 0;
  color: #1a2236;
  font-size: 0.95rem;
}

.bitelo-review-card-v2__head a {
  color: #57658a;
  font-size: 0.8rem;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bitelo-review-card-v2 p {
  margin: 0;
  color: #445171;
  font-size: 0.9rem;
}

@media (min-width: 760px) {
  .bitelo-startup-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bitelo-startup-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bitelo-partner-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .bitelo-partner-card img {
    height: 100%;
    min-height: 100%;
  }
}

@media (min-width: 1040px) {
  .bitelo-startup-categories {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bitelo-startup-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bitelo-startup-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bitelo-startup-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bitelo-startup-search {
    grid-template-columns: 1.8fr auto auto;
    align-items: center;
  }
}
