/* Orekonect homepage final presentation layer. */
:root {
  --home-ink: #14231c;
  --home-muted: #65736b;
  --home-line: #dfe8e2;
  --home-surface: #f5f8f5;
  --home-orange: #e96b16;
}

body {
  color: var(--home-ink);
  background: #fff;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-bottom: 1px solid var(--home-line);
}

.header-inner {
  min-height: 72px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.logo-icon,
.cart-btn,
.card-menu-btn {
  background: var(--green);
}

.logo-icon {
  border-radius: 0.4rem;
}

.cart-btn:hover,
.card-menu-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(11, 93, 59, 0.18);
}

.hero-premium {
  padding: clamp(2.75rem, 6vw, 5rem) 1rem 0;
  background: #f4f7f3;
  border-bottom: 1px solid var(--home-line);
}

.hero-premium::before,
.hero-premium::after {
  display: none;
}

.hero-premium-container {
  display: grid;
  max-width: 1200px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.hero-premium-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  max-width: 620px;
  padding: 1rem 0 3.5rem;
}

.hero-premium-search-form {
  display: flex;
  align-items: center;
}

.hero-premium-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hero-premium-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-premium-eyebrow {
  padding: 0;
  color: var(--green);
  background: transparent;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
}

.hero-premium-headline {
  max-width: 620px;
  font-size: clamp(2.65rem, 5.3vw, 5rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.hero-premium-highlight {
  color: var(--home-orange);
}

.hero-premium-primary-text {
  color: #0B5D3B;
}

.hero-premium-description {
  max-width: 540px;
  color: var(--home-muted);
  font-size: clamp(1rem, 1.6vw, 1.12rem);
}

.hero-premium-search-form {
  max-width: 580px;
  min-height: 58px;
  border-radius: 0.5rem;
  border-color: #cbd9cf;
  box-shadow: 0 8px 20px rgba(20, 35, 28, 0.06);
}

.hero-premium-search-form:focus-within {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(11, 93, 59, 0.11);
}

.hero-premium-search-btn {
  border-radius: 0.35rem;
  background: var(--green);
}

.hero-premium-categories {
  gap: 0.5rem;
  flex-wrap: wrap;
}

.hero-premium-category {
  border-radius: 0.35rem;
  border: 1px solid var(--home-line);
  background: #fff;
  color: var(--home-muted);
}

.hero-premium-category.active,
.hero-premium-category:hover {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.hero-premium-carousel {
  width: min(100%, 540px);
  height: 430px;
  padding: 1.25rem;
  border: 1px solid #d6e1d9;
  border-radius: 0.75rem;
  background: #e8efe9;
  box-shadow: 0 20px 42px rgba(20, 35, 28, 0.1);
}

.carousel-viewport {
  width: 100%;
  overflow: visible;
  border-radius: 0.5rem;
}

.carousel-track {
  perspective: 900px;
}

.carousel-card {
  border-radius: 0.5rem;
  box-shadow: 0 18px 36px rgba(20, 35, 28, 0.14);
}

.carousel-card.carousel-prev,
.carousel-card.carousel-next {
  opacity: 0.72;
}

.carousel-card-marketplace .carousel-card-icon {
  background: rgba(233, 107, 22, 0.12);
  color: var(--home-orange);
}

.carousel-card-marketplace .carousel-card-accent {
  background: var(--home-orange);
}

.hero-premium-services-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 2.5rem;
}

.hero-premium-services-wrapper::before {
  content: "Explore the Orekonect ecosystem";
  display: block;
  max-width: 1200px;
  margin: 0 auto 0.9rem;
  color: var(--home-muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-premium-services-container {
  gap: 0.75rem;
}

.hero-premium-service-card {
  border-radius: 0.5rem;
  border: 1px solid var(--home-line);
  box-shadow: none;
}

.hero-premium-service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 93, 59, 0.35);
  box-shadow: 0 10px 24px rgba(20, 35, 28, 0.08);
}

.restaurants-section,
.how-section {
  padding: clamp(3.75rem, 7vw, 6rem) 1rem;
  background: #fff;
}

.home-service-preview {
  padding: clamp(3.75rem, 7vw, 6rem) 1rem;
  border-top: 1px solid var(--home-line);
}

.home-service-preview--property {
  background: #fff;
}

.home-service-preview--marketplace {
  background: var(--home-surface);
}

.home-preview-heading {
  max-width: 1200px;
  margin: 0 auto 2rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.home-preview-heading h2 {
  margin: 0.35rem 0 0.45rem;
  color: var(--home-ink);
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.08;
}

.home-preview-heading p {
  max-width: 560px;
  margin: 0;
  color: var(--home-muted);
}

.home-preview-link,
.home-preview-card__body a {
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}

.home-preview-link:hover,
.home-preview-card__body a:hover {
  color: var(--home-orange);
}

.home-preview-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-preview-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 7px 20px rgba(20, 35, 28, 0.06);
}

.home-preview-card > img,
.home-product-image {
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: #eaf1ec;
}

.home-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-preview-card__body {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.15rem;
}

.home-preview-card__eyebrow {
  color: var(--home-orange);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-preview-card__body h3 {
  margin: 0.45rem 0 0.3rem;
  color: var(--home-ink);
  font-size: 1.08rem;
  line-height: 1.25;
}

.home-preview-card__body p {
  margin: 0 0 0.65rem;
  color: var(--home-muted);
  font-size: 0.86rem;
}

.home-preview-card__body strong {
  margin-top: auto;
  margin-bottom: 0.8rem;
  color: var(--home-ink);
  font-size: 1rem;
}

.home-preview-empty {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem;
  border: 1px dashed #b9c9be;
  color: var(--home-muted);
  text-align: center;
}

.restaurants-section::before,
.how-section::before,
.cta-blob,
.cta-glow,
.step-card-glow {
  display: none;
}

.section-header {
  max-width: 620px;
  margin: 0 auto 2.5rem;
}

.section-badge {
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  color: var(--home-orange) !important;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.section-title {
  color: var(--home-ink);
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.section-desc {
  color: var(--home-muted);
}

.restaurant-grid {
  max-width: 1200px;
  gap: 1rem;
}

.restaurant-card {
  border-radius: 0.5rem;
  border-color: var(--home-line);
  box-shadow: 0 7px 20px rgba(20, 35, 28, 0.06);
}

.restaurant-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(20, 35, 28, 0.1);
}

.card-img-wrap {
  height: clamp(12rem, 22vw, 14rem);
}

.card-body {
  background: #fff;
}

.card-name {
  color: var(--home-ink);
  text-transform: none;
  letter-spacing: -0.02em;
}

.card-menu-btn {
  border-radius: 0.35rem;
  box-shadow: none;
}

.how-section {
  background: var(--home-surface);
  border-top: 1px solid var(--home-line);
}

.steps-grid {
  gap: 1rem;
}

.step-card-inner {
  min-height: 220px;
  border: 1px solid var(--home-line);
  border-radius: 0.5rem;
  padding: 2rem 1.5rem 1.5rem;
  box-shadow: none;
}

.step-card:hover .step-card-inner {
  transform: translateY(-3px);
  border-color: rgba(11, 93, 59, 0.35);
  box-shadow: 0 12px 24px rgba(20, 35, 28, 0.08);
}

.step-icon {
  position: static;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.25rem;
  border-radius: 0.35rem;
  background: var(--green);
  box-shadow: none;
  font-size: 1.35rem;
}

/* Premium homepage hero presentation. The existing IDs and carousel states remain unchanged. */
.hero-premium {
  position: relative;
  isolation: isolate;
  padding: clamp(3.5rem, 7vw, 6.5rem) 1.25rem 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 28%, rgba(255, 122, 0, 0.09), transparent 24rem),
    radial-gradient(circle at 58% 76%, rgba(11, 93, 59, 0.08), transparent 28rem),
    #fbfcf8;
}

.hero-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.42;
  background-image: linear-gradient(rgba(11, 93, 59, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 93, 59, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 86%);
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.hero-premium::after {
  content: "";
  position: absolute;
  right: -10rem;
  bottom: 8rem;
  width: 28rem;
  height: 28rem;
  border: 1px solid rgba(11, 93, 59, 0.1);
  border-radius: 50%;
  z-index: -1;
}

.hero-premium-container {
  max-width: 1240px;
  min-height: 530px;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: clamp(2rem, 5vw, 5.5rem);
}

.hero-premium-content {
  gap: 1.35rem;
  max-width: 650px;
  padding: 1rem 0 4rem;
  animation: heroContentIn 0.8s ease both;
}

.hero-premium-eyebrow {
  position: relative;
  padding-left: 2.2rem;
  color: var(--green);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
}

.hero-premium-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.45rem;
  height: 2px;
  background: var(--orange);
  box-shadow: 0.65rem 0 0 var(--orange);
}

.hero-premium-headline {
  max-width: 680px;
  font-size: clamp(3.05rem, 5.8vw, 6rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.hero-premium-highlight {
  color: var(--orange);
}

.hero-premium-description {
  max-width: 520px;
  color: #66736b;
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.65;
}

.hero-premium-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.15rem;
}

.hero-premium-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 1.15rem;
  border-radius: 0.4rem;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.hero-premium-cta-primary {
  gap: 0.65rem;
  color: #fff;
  background: var(--green);
  box-shadow: 0 10px 20px rgba(11, 93, 59, 0.16);
}

.hero-premium-cta-secondary {
  color: var(--green);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #c9d8ce;
}

.hero-premium-cta:hover {
  transform: translateY(-2px);
}

.hero-premium-cta-primary:hover {
  background: #084b30;
  box-shadow: 0 14px 24px rgba(11, 93, 59, 0.22);
}

.hero-premium-cta-secondary:hover {
  color: var(--orange);
  border-color: var(--orange);
}

.hero-premium-search-form {
  max-width: 600px;
  min-height: 62px;
  margin-top: 0.4rem;
  padding: 0.55rem 0.55rem 0.55rem 1.05rem;
  border: 1px solid #cbd9cf;
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 30px rgba(20, 35, 28, 0.08);
}

.hero-premium-search-btn {
  min-height: 46px;
  padding: 0.65rem 1.1rem;
  border-radius: 0.35rem;
  background: var(--green);
  box-shadow: none;
}

.hero-premium-search-btn:hover {
  background: #084b30;
}

.hero-premium-categories {
  gap: 0.45rem;
}

.hero-premium-category {
  border: 0;
  border-radius: 0.3rem;
  background: transparent;
  color: #65736b;
  padding: 0.55rem 0.72rem;
}

.hero-premium-category.active,
.hero-premium-category:hover {
  background: rgba(11, 93, 59, 0.09);
  color: var(--green);
}

.hero-premium-carousel {
  position: relative;
  width: 100%;
  max-width: 590px;
  height: 500px;
  justify-self: end;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  translate: var(--hero-tilt-x, 0px) var(--hero-tilt-y, 0px);
  animation: heroVisualIn 0.9s 120ms ease both;
}

.hero-premium-carousel::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(11, 93, 59, 0.17);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 28px rgba(11, 93, 59, 0.025), 0 0 0 56px rgba(255, 122, 0, 0.025);
}

.hero-premium-carousel::after {
  content: "FOOD  /  HOMES  /  PRODUCTS";
  position: absolute;
  right: 3%;
  bottom: 7%;
  color: rgba(11, 93, 59, 0.42);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  white-space: nowrap;
}

.hero-connection-system {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero-connection-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 190px;
  height: 110px;
  border-top: 1px solid rgba(11, 93, 59, 0.25);
  border-radius: 50%;
  transform-origin: left center;
}

.hero-connection-line-food { transform: translate(-2%, -70%) rotate(158deg); }
.hero-connection-line-home { transform: translate(0, -32%) rotate(-28deg); }
.hero-connection-line-product { transform: translate(-3%, -10%) rotate(42deg); }

.hero-connection-node {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 2px solid #fbfcf8;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.13);
  animation: connectionPulse 3.2s ease-in-out infinite;
}

.hero-connection-node-food { left: 17%; top: 24%; }
.hero-connection-node-home { right: 12%; top: 19%; animation-delay: 0.8s; }
.hero-connection-node-product { right: 9%; bottom: 23%; animation-delay: 1.6s; }

.hero-ecosystem-anchor {
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 166px;
  min-height: 70px;
  padding: 0.7rem;
  border: 1px solid rgba(11, 93, 59, 0.15);
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 15px 34px rgba(20, 35, 28, 0.14);
  transform: translate(-50%, -50%);
}

.hero-ecosystem-anchor__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 0.4rem;
  color: #fff;
  background: var(--green);
  font-size: 1.45rem;
  font-weight: 900;
}

.hero-ecosystem-anchor strong,
.hero-ecosystem-anchor small {
  display: block;
}

.hero-ecosystem-anchor strong { color: var(--green); font-size: 0.9rem; }
.hero-ecosystem-anchor small { margin-top: 0.18rem; color: #738078; font-size: 0.62rem; }

.hero-visual-pill {
  position: absolute;
  z-index: 14;
  padding: 0.48rem 0.7rem;
  border: 1px solid rgba(11, 93, 59, 0.13);
  border-radius: 999px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 18px rgba(20, 35, 28, 0.08);
  font-size: 0.7rem;
  font-weight: 800;
}

.hero-visual-pill-location { top: 9%; left: 8%; }
.hero-visual-pill-rating { top: 17%; right: 4%; color: var(--orange); }
.hero-visual-pill-verified { right: 7%; bottom: 12%; }
.hero-visual-pill-location::first-letter { color: var(--orange); }

.carousel-viewport,
.carousel-track {
  overflow: visible;
  background: transparent;
}

.carousel-card {
  width: 285px;
  height: 330px;
  border: 1px solid rgba(20, 35, 28, 0.08);
  border-radius: 0.55rem;
  box-shadow: 0 20px 42px rgba(20, 35, 28, 0.16);
}

.carousel-card-food {
  width: 322px;
  height: 360px;
}

.carousel-card-food .carousel-card-img { height: 218px; }
.carousel-card-property { margin-top: -42px; }
.carousel-card-marketplace { margin-top: 48px; }

.carousel-card.carousel-prev {
  transform: translate(-50%, -50%) scale(0.78) translateX(-148px) rotateY(20deg) rotateZ(-3deg);
}

.carousel-card.carousel-next {
  transform: translate(-50%, -50%) scale(0.78) translateX(148px) rotateY(-20deg) rotateZ(3deg);
}

.carousel-card.carousel-active {
  transform: translate(-50%, -50%) scale(1.02) translateY(-8px);
}

.carousel-card.carousel-active {
  box-shadow: 0 26px 52px rgba(20, 35, 28, 0.2);
}

.carousel-card-img { height: 190px; }
.carousel-card-label { min-height: 134px; padding: 1rem; align-items: flex-start; }
.carousel-card-kicker { margin-bottom: 0.28rem; color: var(--green); font-size: 0.58rem; font-weight: 900; letter-spacing: 0.16em; }
.carousel-card-marketplace .carousel-card-kicker { color: var(--orange); }
.carousel-card-title { color: #14231c; font-size: 0.95rem; line-height: 1.3; }
.carousel-card-subtitle { color: #65736b; line-height: 1.45; }
.carousel-card-rating { color: var(--orange); font-size: 0.72rem; white-space: nowrap; }
.carousel-card-meta { margin-top: 0.45rem; color: var(--green); font-size: 0.7rem; font-weight: 800; }
.carousel-card-property .carousel-card-meta { color: var(--green); }
.carousel-card-marketplace .carousel-card-meta { color: var(--orange); }

.carousel-control {
  width: 38px;
  height: 38px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(11, 93, 59, 0.12);
  box-shadow: 0 8px 18px rgba(20, 35, 28, 0.1);
}

.carousel-control-prev { left: 0; }
.carousel-control-next { right: 0; }
.carousel-indicators { bottom: 0; }

@media (min-width: 1024px) {
  .hero-premium-carousel {
    justify-self: center;
  }
}

@keyframes connectionPulse {
  0%, 100% { opacity: 0.58; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.22); }
}

@keyframes heroContentIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroVisualIn {
  from { opacity: 0; transform: translateY(18px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1023px) {
  .hero-premium { padding-top: 3.5rem; }
  .hero-premium-container { min-height: 0; grid-template-columns: 1fr; gap: 0.75rem; }
  .hero-premium-content { align-items: center; max-width: 700px; padding-bottom: 1rem; text-align: center; }
  .hero-premium-eyebrow { padding-left: 0; }
  .hero-premium-eyebrow::before { display: none; }
  .hero-premium-description { max-width: 560px; }
  .hero-premium-actions { justify-content: center; }
  .hero-premium-search-form { width: min(100%, 600px); }
  .hero-premium-categories { justify-content: center; }
  .hero-premium-carousel { justify-self: center; height: 420px; max-width: 560px; }
  .hero-premium-carousel::before { width: 220px; height: 220px; }
  .carousel-card { width: 260px; height: 310px; }
  .carousel-card-img { height: 175px; }
  .carousel-card-food { width: 280px; height: 330px; }
  .carousel-card-food .carousel-card-img { height: 195px; }
}

@media (max-width: 640px) {
  .hero-premium-content {
    align-items: center;
    text-align: center;
  }

  .hero-premium-actions {
    justify-content: center;
    width: 100%;
  }

  .hero-premium-categories {
    justify-content: center;
  }
}

/* Final carousel card system */
.hero-premium-carousel .carousel-card {
  overflow: hidden;
  border: 1px solid #cfddd3;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 18px 36px rgba(20, 35, 28, 0.12);
  isolation: isolate;
}

.hero-premium-carousel .carousel-card::after {
  content: '';
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid rgba(233, 107, 22, 0.45);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(233, 107, 22, 0.08);
  pointer-events: none;
}

.hero-premium-carousel .carousel-card-accent {
  height: 5px;
  z-index: 2;
}

.hero-premium-carousel .carousel-card-food .carousel-card-accent {
  background: var(--home-orange);
}

.hero-premium-carousel .carousel-card-property .carousel-card-accent {
  background: var(--green);
}

.hero-premium-carousel .carousel-card-marketplace .carousel-card-accent {
  background: var(--home-orange);
}

.hero-premium-carousel .carousel-card-img {
  height: 225px;
  object-fit: cover;
  object-position: center;
  transition: transform 360ms ease;
}

.hero-premium-carousel .carousel-card.carousel-active .carousel-card-img {
  transform: scale(1.025);
}

.hero-premium-carousel .carousel-card-label {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.85rem;
  min-height: 0;
  padding: 1rem 1.1rem 1.2rem;
  background: #fff;
}

.hero-premium-carousel .carousel-card-icon {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.65rem;
}

.hero-premium-carousel .carousel-card-title {
  margin: 0 0 0.3rem;
  color: var(--home-ink);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.2;
}

.hero-premium-carousel .carousel-card-subtitle {
  display: -webkit-box;
  overflow: hidden;
  color: var(--home-muted);
  font-size: 0.78rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.hero-premium-carousel .carousel-card.carousel-prev,
.hero-premium-carousel .carousel-card.carousel-next {
  opacity: 0.52;
  filter: saturate(0.72);
  box-shadow: 0 12px 24px rgba(20, 35, 28, 0.08);
}

.hero-premium-carousel .carousel-card.carousel-active {
  opacity: 1;
  filter: none;
  border-color: rgba(11, 93, 59, 0.32);
  box-shadow: 0 24px 48px rgba(20, 35, 28, 0.18);
}

.hero-premium-carousel .carousel-card.carousel-active:hover {
  box-shadow: 0 28px 54px rgba(20, 35, 28, 0.2);
}

.hero-premium-carousel .carousel-control {
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid #c7d8cd;
  border-radius: 0.65rem;
  background: #fff;
  color: var(--green);
  box-shadow: 0 8px 18px rgba(20, 35, 28, 0.12);
}

.hero-premium-carousel .carousel-control:hover {
  background: var(--green);
  color: #fff;
  transform: translateY(-50%) translateY(-2px);
}

.hero-premium-carousel .carousel-dot {
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(11, 93, 59, 0.25);
}

.hero-premium-carousel .carousel-dot-active {
  width: 1.5rem;
  background: var(--home-orange);
}

@media (min-width: 1024px) {
  .hero-premium-carousel .carousel-card.carousel-active,
  .hero-premium-carousel .carousel-card-food.carousel-active {
    width: min(100%, 370px);
    max-width: 370px;
    height: 440px !important;
  }

  .hero-premium-carousel .carousel-card-img,
  .hero-premium-carousel .carousel-card-food .carousel-card-img {
    height: 260px;
  }

  .hero-premium-carousel .carousel-card-label {
    padding: 1.15rem 1.25rem 1.3rem;
  }
}

@media (max-width: 767px) {
  .hero-premium-carousel .carousel-card.carousel-active,
  .hero-premium-carousel .carousel-card-food.carousel-active {
    width: min(calc(100% - 1.5rem), 300px);
    max-width: 300px;
    height: 380px !important;
  }

  .hero-premium-carousel .carousel-card-img,
  .hero-premium-carousel .carousel-card-food .carousel-card-img {
    height: 215px;
  }
}

@media (max-width: 640px) {
  .hero-premium { padding: 2.8rem 0.9rem 0; }
  .hero-premium-content { gap: 1.05rem; }
  .hero-premium-headline { font-size: clamp(2.45rem, 11vw, 3.55rem); line-height: 1; }
  .hero-premium-description { font-size: 0.95rem; }
  .hero-premium-actions { width: 100%; }
  .hero-premium-cta { flex: 1 1 140px; }
  .hero-premium-search-form { min-height: 56px; }
  .hero-premium-search-btn { padding-inline: 0.85rem; }
  .hero-premium-carousel { height: 355px; margin-top: 0.75rem; }
  .hero-premium-carousel::before { width: 180px; height: 180px; }
  .hero-ecosystem-anchor { width: 146px; min-height: 62px; padding: 0.55rem; }
  .hero-ecosystem-anchor__mark { width: 34px; height: 34px; font-size: 1.15rem; }
  .hero-ecosystem-anchor strong { font-size: 0.78rem; }
  .hero-ecosystem-anchor small { font-size: 0.55rem; }
  .hero-visual-pill { font-size: 0.62rem; padding: 0.4rem 0.55rem; }
  .hero-visual-pill-location { top: 3%; left: 1%; }
  .hero-visual-pill-rating { top: 9%; right: 0; }
  .hero-visual-pill-verified { right: 1%; bottom: 6%; }
  .carousel-card,
  .carousel-card.carousel-prev,
  .carousel-card.carousel-next,
  .carousel-card.carousel-active { width: min(78vw, 270px) !important; max-width: min(78vw, 270px) !important; height: 300px !important; }
  .carousel-card-food { width: min(82vw, 282px) !important; max-width: min(82vw, 282px) !important; height: 312px !important; }
  .carousel-card-food .carousel-card-img { height: 178px; }
  .carousel-card-property,
  .carousel-card-marketplace { margin-top: 0; }
  .carousel-card.carousel-prev,
  .carousel-card.carousel-next {
    visibility: hidden;
    pointer-events: none;
  }
  .carousel-card.carousel-active {
    visibility: visible;
    pointer-events: auto;
    width: min(calc(100% - 1rem), 282px) !important;
    max-width: min(calc(100% - 1rem), 282px) !important;
  }
  .carousel-card-img { height: 166px; }
  .carousel-card-label { min-height: 128px; padding: 0.85rem; }
  .carousel-control { display: none; }
  .carousel-indicators { bottom: -0.15rem; }
  .hero-premium-services-wrapper { margin-top: 1.2rem; padding: 1.5rem 0 1.8rem; }
  .hero-premium-services-wrapper::before { display: none; }
  .hero-premium-services-container { gap: 0.65rem; }
  .hero-premium-service-card { min-height: 0; padding: 1.1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-premium-content,
  .hero-premium-carousel { animation: none; }
  .hero-premium-cta,
  .carousel-card,
  .hero-connection-node { transition: none; animation: none; }
}

.step-content {
  padding-top: 0;
}

.step-title {
  color: var(--home-ink);
}

.cta-section {
  padding: clamp(3.5rem, 7vw, 5.5rem) 1rem;
  background: var(--green);
}

.cta-badge {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}

.cta-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.cta-btn {
  border-radius: 0.35rem;
  box-shadow: none;
}

.site-footer {
  background: #14231c;
}

@media (max-width: 767px) {
  .hero-premium-container {
    grid-template-columns: 1fr;
  }

  .hero-premium-content {
    padding-bottom: 1rem;
  }

  .hero-premium-carousel {
    height: 350px;
    padding: 0.75rem;
    order: 2;
  }

  .carousel-viewport {
    overflow: hidden;
  }

  .hero-premium-services-container {
    grid-template-columns: 1fr;
  }

  .hero-premium-service-card {
    padding: 1rem;
  }

  .hero-premium-search-form {
    align-items: stretch;
  }

  .hero-premium-search-btn {
    min-width: 76px;
  }

  .home-preview-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .home-preview-grid {
    grid-template-columns: 1fr;
  }

  .home-preview-card > img,
  .home-product-image {
    height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .home-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Hero ecosystem composition */
.hero-ecosystem-anchor {
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  z-index: 12;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--home-ink);
}

.hero-ecosystem-anchor__mark {
  display: inline-flex;
  width: 2.35rem;
  height: 2.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.35rem;
  background: var(--green);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.hero-ecosystem-anchor strong,
.hero-ecosystem-anchor small {
  display: block;
}

.hero-ecosystem-anchor strong {
  font-size: 0.8rem;
  line-height: 1.1;
}

.hero-ecosystem-anchor small {
  margin-top: 0.15rem;
  color: var(--home-muted);
  font-size: 0.66rem;
  line-height: 1.1;
}

.carousel-track::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 7%;
  left: 7%;
  border-top: 1px dashed rgba(11, 93, 59, 0.24);
  pointer-events: none;
}

.carousel-card:not(.carousel-active) {
  filter: saturate(0.78);
}

.carousel-card.carousel-active {
  box-shadow: 0 24px 44px rgba(20, 35, 28, 0.2);
}

.hero-premium-category:focus-visible,
.carousel-card:focus-visible,
.carousel-control:focus-visible,
.carousel-dot:focus-visible {
  outline: 3px solid rgba(233, 107, 22, 0.45);
  outline-offset: 3px;
}

@media (min-width: 1024px) {
  .hero-premium-carousel .carousel-card {
    height: 360px;
    transform: translate(-50%, -50%) translateX(var(--offset, 0px)) scale(var(--scale, 0.82)) rotateY(var(--rotate, 0deg));
  }

  .hero-premium-carousel .carousel-card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
  }

  .hero-premium-carousel .carousel-card-label {
    min-height: 140px;
  }

  .carousel-card.carousel-prev {
    --offset: -145px;
    --scale: 0.78;
    --rotate: 12deg;
  }

  .carousel-card.carousel-next {
    --offset: 145px;
    --scale: 0.78;
    --rotate: -12deg;
  }

  .carousel-card.carousel-active {
    --scale: 1.04;
  }

  .hero-premium-carousel .carousel-card:hover {
    transform: translate(-50%, -50%) translateX(var(--offset, 0px)) scale(calc(var(--scale, 1) + 0.03)) rotateY(var(--rotate, 0deg));
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-premium {
    padding-top: 3.5rem;
  }

  .hero-premium-content {
    padding-bottom: 1rem;
  }

  .hero-premium-carousel {
    width: min(100%, 500px);
    height: 390px;
    padding: 1rem;
  }

  .carousel-card.carousel-prev {
    --offset: -105px;
    --scale: 0.78;
    --rotate: 10deg;
  }

  .carousel-card.carousel-next {
    --offset: 105px;
    --scale: 0.78;
    --rotate: -10deg;
  }
}

@media (max-width: 767px) {
  .hero-premium {
    padding-top: 2.25rem;
  }

  .hero-premium-content {
    padding-bottom: 0.5rem;
  }

  .hero-premium-headline {
    font-size: clamp(2.35rem, 11vw, 3.6rem);
  }

  .hero-premium-description {
    max-width: 34rem;
  }

  .hero-premium-carousel {
    width: min(100%, 330px);
    margin-top: 0.5rem;
    background: #e8efe9;
  }

  .hero-ecosystem-anchor {
    top: 0.75rem;
    left: 0.85rem;
  }

  .carousel-track::before {
    display: none;
  }

  .carousel-card:not(.carousel-active) {
    opacity: 0;
    pointer-events: none;
  }

  .carousel-card.carousel-active {
    box-shadow: 0 18px 32px rgba(20, 35, 28, 0.16);
  }

  .hero-premium-services-wrapper {
    display: block;
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hero-premium-services-container {
    width: min(100% - 1.5rem, 420px);
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .hero-premium-service-card {
    min-height: 0;
    padding: 1rem;
  }
}

.hero-premium-carousel {
  min-width: 0;
}

.hero-premium-carousel::after,
.hero-visual-pill,
.hero-ecosystem-anchor,
.carousel-track::before,
.hero-connection-system {
  display: none;
}

@media (min-width: 1024px) {
  .hero-premium-container {
    grid-template-columns: minmax(0, 1fr) minmax(460px, 1fr);
    gap: clamp(2rem, 4vw, 4rem);
  }

  .hero-premium-carousel {
    width: min(100%, 540px);
    height: 470px;
    justify-self: center;
  }

  .carousel-viewport {
    width: 100%;
    height: 100%;
  }

  .carousel-control-prev {
    left: 0;
  }

  .carousel-control-next {
    right: 0;
  }
}

@media (max-width: 1023px) {
  .hero-premium-carousel {
    width: min(100%, 540px);
    max-width: calc(100vw - 2rem);
    padding: 0;
  }
}

@media (max-width: 767px) {
  .hero-premium {
    padding-inline: 1rem;
  }

  .hero-premium-content {
    width: min(100%, 34rem);
  }

  .hero-premium-actions {
    justify-content: stretch;
  }

  .hero-premium-cta {
    flex: 1 1 0;
    min-width: 0;
  }

  .hero-premium-carousel {
    width: 100%;
    max-width: 360px;
    height: 350px;
    margin-inline: auto;
    background: transparent;
  }

  .carousel-viewport {
    width: 100%;
  }

  .carousel-card.carousel-active {
    width: min(calc(100% - 1rem), 282px) !important;
    max-width: min(calc(100% - 1rem), 282px) !important;
  }

  .carousel-indicators {
    bottom: 0;
  }
}

/* Final carousel composition: one centered stage with restrained side cards. */
@media (min-width: 1024px) {
  .hero-premium-carousel {
    width: min(100%, 600px);
    height: 500px;
    justify-self: end;
    overflow: visible;
  }

  .hero-premium-carousel .carousel-viewport {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .hero-premium-carousel .carousel-track {
    width: 100%;
    height: 100%;
    overflow: visible;
    perspective: 1100px;
  }

  .hero-premium-carousel .carousel-card {
    left: 50%;
    top: 50%;
    width: 292px;
    height: 360px;
    transform: translate(-50%, -50%) translateX(var(--offset, 0px)) scale(var(--scale, 0.8)) rotateY(var(--rotate, 0deg));
  }

  .hero-premium-carousel .carousel-card-food {
    width: 318px;
    height: 378px;
  }

  .hero-premium-carousel .carousel-card-food .carousel-card-img {
    height: 226px;
  }

  .hero-premium-carousel .carousel-card-property,
  .hero-premium-carousel .carousel-card-marketplace {
    margin-top: 0;
  }

  .hero-premium-carousel .carousel-card.carousel-prev {
    --offset: -168px;
    --scale: 0.78;
    --rotate: 14deg;
    z-index: 4;
  }

  .hero-premium-carousel .carousel-card.carousel-next {
    --offset: 168px;
    --scale: 0.78;
    --rotate: -14deg;
    z-index: 4;
  }

  .hero-premium-carousel .carousel-card.carousel-active {
    --offset: 0px;
    --scale: 1;
    --rotate: 0deg;
    z-index: 10;
  }

  .hero-premium-carousel .carousel-card:hover {
    transform: translate(-50%, -50%) translateX(var(--offset, 0px)) scale(calc(var(--scale, 1) + 0.025)) rotateY(var(--rotate, 0deg));
  }

  .hero-premium-carousel .hero-connection-system {
    z-index: 2;
    inset: 10px 26px 16px;
  }

  .hero-premium-carousel .hero-ecosystem-anchor {
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero-premium-carousel .hero-visual-pill-location {
    top: 12%;
    left: 2%;
  }

  .hero-premium-carousel .hero-visual-pill-rating {
    top: 12%;
    right: 2%;
  }

  .hero-premium-carousel .hero-visual-pill-verified {
    right: 6%;
    bottom: 12%;
  }

  .hero-premium-carousel .carousel-indicators {
    bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-premium-carousel .carousel-viewport,
  .hero-premium-carousel .carousel-track {
    overflow: visible;
  }

  .hero-premium-carousel .carousel-card {
    transform: translate(-50%, -50%) translateX(var(--offset, 0px)) scale(var(--scale, 0.8)) rotateY(var(--rotate, 0deg));
  }
}

.hero-premium {
  padding: clamp(2.5rem, 6vw, 5rem) 1rem 0;
  background: #f4f7f3;
}

.hero-premium::before,
.hero-premium::after {
  display: none;
}

.hero-premium-container {
  width: min(100%, 1200px);
  min-height: 540px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
}

.hero-premium-content {
  width: 100%;
  max-width: 640px;
  padding: 1rem 0 4rem;
}

.hero-premium-headline {
  max-width: 620px;
  font-size: clamp(2.8rem, 5.2vw, 5.2rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.hero-premium-carousel {
  width: min(100%, 540px);
  height: 470px;
  justify-self: center;
  margin: 0 auto;
  translate: none;
  animation: none;
}

.hero-premium-carousel::before,
.hero-premium-carousel::after,
.hero-premium-carousel .hero-connection-system,
.hero-premium-carousel .hero-ecosystem-anchor,
.hero-premium-carousel .hero-visual-pill {
  display: none;
}

.hero-premium-carousel .carousel-viewport,
.hero-premium-carousel .carousel-track {
  width: 100%;
  height: 100%;
  overflow: visible;
  background: transparent;
}

.hero-premium-carousel .carousel-track {
  perspective: none;
}

.hero-premium-carousel .carousel-card {
  left: 50%;
  top: 50%;
  width: 270px;
  height: 350px;
  border: 1px solid #dce7df;
  border-radius: 0.65rem;
  box-shadow: 0 18px 36px rgba(20, 35, 28, 0.14);
  transform: translate(-50%, -50%) translateX(var(--offset, 0px)) scale(var(--scale, 0.86));
  rotate: 0deg;
  opacity: var(--opacity, 0.42);
}

.hero-premium-carousel .carousel-card-food {
  width: 286px;
  height: 366px;
}

.hero-premium-carousel .carousel-card-food .carousel-card-img {
  height: 218px;
}

.hero-premium-carousel .carousel-card-label > div {
  min-width: 0;
}

.hero-premium-carousel .carousel-card-title,
.hero-premium-carousel .carousel-card-subtitle,
.hero-premium-carousel .carousel-card-meta {
  overflow-wrap: anywhere;
}

.hero-premium-carousel .carousel-card.carousel-prev {
  --offset: -122px;
  --scale: 0.82;
  --opacity: 0.42;
  z-index: 1;
}

.hero-premium-carousel .carousel-card.carousel-next {
  --offset: 122px;
  --scale: 0.82;
  --opacity: 0.42;
  z-index: 1;
}

.hero-premium-carousel .carousel-card.carousel-active {
  --offset: 0px;
  --scale: 1;
  --opacity: 1;
  z-index: 3;
  box-shadow: 0 22px 44px rgba(20, 35, 28, 0.18);
}

.hero-premium-carousel .carousel-card:hover {
  transform: translate(-50%, -50%) translateX(var(--offset, 0px)) scale(calc(var(--scale, 1) + 0.02));
}

.hero-premium-carousel .carousel-control-prev {
  left: 1rem;
}

.hero-premium-carousel .carousel-control-next {
  right: 1rem;
}

.hero-premium-carousel .carousel-indicators {
  bottom: 0.25rem;
}

.hero-premium-categories .hero-premium-category {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.hero-premium-categories .hero-premium-category svg {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

@media (max-width: 1023px) {
  .hero-premium-container {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  .hero-premium-content {
    min-width: 0;
    padding-bottom: 1rem;
    text-align: center;
    align-items: center;
  }

  .hero-premium-carousel {
    width: min(100%, 360px);
    height: 360px;
    min-width: 0;
  }

  .hero-premium-carousel .carousel-viewport,
  .hero-premium-carousel .carousel-track {
    overflow: hidden;
  }

  .hero-premium-carousel .carousel-card:not(.carousel-active) {
    visibility: hidden;
    pointer-events: none;
  }

  .hero-premium-carousel .carousel-card.carousel-active {
    width: min(calc(100% - 1rem), 282px) !important;
    max-width: min(calc(100% - 1rem), 282px) !important;
    height: 312px !important;
  }

  .hero-premium-carousel .carousel-control {
    display: grid;
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 36px;
    height: 36px;
    padding: 0;
    place-items: center;
    transform: translateY(-50%);
  }

  .hero-premium-carousel .carousel-control svg {
    display: block;
    width: 18px;
    height: 18px;
  }

  .hero-premium-carousel .carousel-control-prev {
    left: 0.35rem;
  }

  .hero-premium-carousel .carousel-control-next {
    right: 0.35rem;
  }
}

@media (max-width: 640px) {
  .hero-premium {
    padding: 2.25rem 1rem 0;
  }

  .hero-premium-headline {
    font-size: clamp(2.3rem, 11vw, 3.5rem);
  }

  .hero-premium-actions {
    width: 100%;
  }

  .hero-premium-cta {
    flex: 1 1 0;
    min-width: 0;
  }

  .hero-premium-search-form {
    width: 100%;
  }

  .hero-premium-carousel {
    height: 345px;
  }
}

@media (min-width: 1024px) {
  .hero-premium-carousel {
    justify-self: center;
  }
}

.hero-premium {
  padding: clamp(3rem, 6vw, 5.5rem) 1rem 0;
  background: #f4f7f3;
}

.hero-premium-container {
  width: min(100%, 1180px);
  min-height: 590px;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.hero-premium-content {
  min-width: 0;
  max-width: 620px;
  padding: 1rem 0 3.5rem;
}

.hero-premium-headline {
  max-width: 600px;
  font-size: clamp(3rem, 5.2vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.hero-premium-carousel {
  display: block;
  width: min(100%, 470px);
  height: 490px;
  min-width: 0;
  justify-self: center;
  translate: none;
  animation: none;
}

.hero-premium-carousel::before,
.hero-premium-carousel::after,
.hero-premium-carousel .hero-connection-system,
.hero-premium-carousel .hero-ecosystem-anchor,
.hero-premium-carousel .hero-visual-pill {
  display: none;
}

.hero-premium-carousel .carousel-viewport,
.hero-premium-carousel .carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
  flex: none;
  overflow: hidden;
  perspective: none;
}

.hero-premium-carousel .carousel-card {
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  width: min(100%, 330px);
  height: 410px;
  margin: 0;
  border: 1px solid #d7e4da;
  border-radius: 0.8rem;
  box-shadow: 0 24px 48px rgba(20, 35, 28, 0.16);
  opacity: 1;
  transform: translate(-50%, -50%);
  rotate: 0deg;
}

.hero-premium-carousel .carousel-card.carousel-active {
  display: block;
  width: min(100%, 330px);
  height: 410px !important;
  max-width: 330px;
  transform: translate(-50%, -50%);
  box-shadow: 0 24px 48px rgba(20, 35, 28, 0.16);
}

.hero-premium-carousel .carousel-card.carousel-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.15rem;
  z-index: 2;
  width: 3.2rem;
  height: 4px;
  border-radius: 0 0 3px 3px;
  background: var(--green);
  box-shadow: 1.7rem 0 0 var(--orange);
}

.hero-premium-carousel .carousel-card.carousel-active::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 1.1rem;
  height: 1.1rem;
  border: 1px solid rgba(255, 122, 0, 0.45);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 122, 0, 0.08);
  pointer-events: none;
}

.hero-premium-carousel .carousel-card-food,
.hero-premium-carousel .carousel-card-food.carousel-active {
  width: min(100%, 350px);
  height: 430px !important;
  max-width: 350px;
}

.hero-premium-carousel .carousel-card-img,
.hero-premium-carousel .carousel-card-food .carousel-card-img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.hero-premium-carousel .carousel-card-label {
  display: flex;
  min-width: 0;
  min-height: 165px;
  gap: 0.8rem;
  padding: 1.15rem;
  align-items: flex-start;
}

.hero-premium-carousel .carousel-card-label > div {
  min-width: 0;
}

.hero-premium-carousel .carousel-card-title,
.hero-premium-carousel .carousel-card-subtitle,
.hero-premium-carousel .carousel-card-meta {
  overflow-wrap: anywhere;
}

.hero-premium-carousel .carousel-control-prev {
  left: max(0.5rem, calc(50% - 220px));
}

.hero-premium-carousel .carousel-control-next {
  right: max(0.5rem, calc(50% - 220px));
}

.hero-premium-carousel .carousel-indicators {
  bottom: 0.25rem;
}

@media (max-width: 1023px) {
  .hero-premium {
    padding-top: 2.75rem;
  }

  .hero-premium-container {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }

  .hero-premium-content {
    width: min(100%, 650px);
    padding-bottom: 0.25rem;
    text-align: center;
    align-items: center;
  }

  .hero-premium-carousel {
    width: min(100%, 370px);
    height: 455px;
  }

  .hero-premium-carousel .carousel-control {
    display: grid;
  }
}

@media (max-width: 640px) {
  .hero-premium {
    padding: 2.25rem 0.9rem 0;
  }

  .hero-premium-container {
    gap: 1rem;
  }

  .hero-premium-headline {
    font-size: clamp(2.35rem, 11vw, 3.5rem);
    line-height: 1;
  }

  .hero-premium-actions,
  .hero-premium-search-form {
    width: 100%;
  }

  .hero-premium-cta {
    flex: 1 1 140px;
    min-width: 0;
  }

  .hero-premium-carousel {
    width: min(100%, 330px);
    height: 425px;
  }

  .hero-premium-carousel .carousel-card.carousel-active,
  .hero-premium-carousel .carousel-card-food.carousel-active {
    width: min(100%, 300px);
    height: 390px !important;
  }

  .hero-premium-carousel .carousel-card-img,
  .hero-premium-carousel .carousel-card-food .carousel-card-img {
    height: 220px;
  }
}

.hero-premium-headline .hero-premium-primary-text {
  color: var(--green);
}

.hero-premium-headline .hero-premium-highlight {
  color: var(--home-orange);
}

.restaurants-section .section-title,
.home-preview-heading h2,
.how-section .section-title {
  color: var(--green);
}

/* Desktop carousel controls: stable placement and visible arrow icons. */
@media (min-width: 1024px) {
  .hero-premium-carousel .carousel-control {
    position: absolute;
    top: 50%;
    z-index: 30;
    display: grid;
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    min-height: 3rem;
    padding: 0;
    place-items: center;
    border: 1px solid #c4d6ca;
    border-radius: 50%;
    background: #fff;
    color: var(--green);
    box-shadow: 0 10px 22px rgba(20, 35, 28, 0.14);
    transform: translateY(-50%);
  }

  .hero-premium-carousel .carousel-control-prev {
    left: 0.5rem;
    right: auto;
  }

  .hero-premium-carousel .carousel-control-next {
    right: 0.5rem;
    left: auto;
  }

  .hero-premium-carousel .carousel-control svg {
    display: block;
    width: 1.35rem;
    height: 1.35rem;
    min-width: 1.35rem;
    min-height: 1.35rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    pointer-events: none;
  }

  .hero-premium-carousel .carousel-control:hover {
    background: var(--green);
    color: #fff;
    transform: translateY(-50%) translateY(-2px);
  }
}

/* Final carousel card finish */
.hero-premium-carousel .carousel-card {
  overflow: hidden;
  border: 1px solid #cfddd3;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 18px 38px rgba(20, 35, 28, 0.15);
}

.hero-premium-carousel .carousel-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: inherit;
  pointer-events: none;
}

.hero-premium-carousel .carousel-card-accent {
  height: 5px;
}

.hero-premium-carousel .carousel-card-img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-premium-carousel .carousel-card-label {
  min-height: 0;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1.1rem 1.15rem 1.2rem;
}

.hero-premium-carousel .carousel-card-icon {
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 2.75rem;
  border-radius: 0.65rem;
}

.hero-premium-carousel .carousel-card-kicker {
  margin-bottom: 0.35rem;
  color: var(--green);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.hero-premium-carousel .carousel-card-marketplace .carousel-card-kicker {
  color: var(--orange);
}

.hero-premium-carousel .carousel-card-title {
  color: var(--home-ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.28;
}

.hero-premium-carousel .carousel-card-rating {
  margin-left: 0.3rem;
  color: var(--orange);
  font-size: 0.72rem;
  white-space: nowrap;
}

.hero-premium-carousel .carousel-card-subtitle {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 0.35rem;
  color: var(--home-muted);
  font-size: 0.78rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.hero-premium-carousel .carousel-card-meta {
  margin-top: 0.65rem;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 800;
}

.hero-premium-carousel .carousel-card-marketplace .carousel-card-meta {
  color: var(--orange);
}

.hero-premium-carousel .carousel-card.carousel-active {
  filter: none;
  box-shadow: 0 24px 48px rgba(20, 35, 28, 0.2);
}

.hero-premium-carousel .carousel-card.carousel-prev,
.hero-premium-carousel .carousel-card.carousel-next {
  filter: saturate(0.72);
}

.hero-premium-carousel .carousel-control {
  border: 1px solid rgba(11, 93, 59, 0.2);
  border-radius: 0.65rem;
  background: #fff;
  color: var(--green);
}

.hero-premium-carousel .carousel-control:hover {
  background: var(--green);
  color: #fff;
}

@media (min-width: 1024px) {
  .hero-premium-carousel .carousel-card.carousel-active,
  .hero-premium-carousel .carousel-card-food.carousel-active {
    width: min(100%, 370px);
    max-width: 370px;
    height: 440px !important;
  }

  .hero-premium-carousel .carousel-card-img,
  .hero-premium-carousel .carousel-card-food .carousel-card-img {
    height: 260px;
  }
}

@media (max-width: 767px) {
  .hero-premium-carousel .carousel-card.carousel-active,
  .hero-premium-carousel .carousel-card-food.carousel-active {
    width: min(calc(100% - 1.5rem), 300px);
    max-width: 300px;
    height: 380px !important;
  }

  .hero-premium-carousel .carousel-card-img,
  .hero-premium-carousel .carousel-card-food .carousel-card-img {
    height: 215px;
  }
}

/* Final carousel card finish */
.hero-premium-carousel .carousel-card {
  overflow: hidden;
  border: 1px solid #cfddd3;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 18px 38px rgba(20, 35, 28, 0.15);
}

.hero-premium-carousel .carousel-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: inherit;
  pointer-events: none;
}

.hero-premium-carousel .carousel-card-accent {
  height: 5px;
}

.hero-premium-carousel .carousel-card-img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-premium-carousel .carousel-card-label {
  display: flex;
  min-height: 0;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1.1rem 1.15rem 1.2rem;
}

.hero-premium-carousel .carousel-card-icon {
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 2.75rem;
  border-radius: 0.65rem;
}

.hero-premium-carousel .carousel-card-kicker {
  margin-bottom: 0.35rem;
  color: var(--green);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.hero-premium-carousel .carousel-card-marketplace .carousel-card-kicker {
  color: var(--orange);
}

.hero-premium-carousel .carousel-card-title {
  color: var(--home-ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.28;
}

.hero-premium-carousel .carousel-card-rating {
  margin-left: 0.3rem;
  color: var(--orange);
  font-size: 0.72rem;
  white-space: nowrap;
}

.hero-premium-carousel .carousel-card-subtitle {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 0.35rem;
  color: var(--home-muted);
  font-size: 0.78rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.hero-premium-carousel .carousel-card-meta {
  margin-top: 0.65rem;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 800;
}

.hero-premium-carousel .carousel-card-marketplace .carousel-card-meta {
  color: var(--orange);
}

.hero-premium-carousel .carousel-card.carousel-active {
  filter: none;
  box-shadow: 0 24px 48px rgba(20, 35, 28, 0.2);
}

.hero-premium-carousel .carousel-card.carousel-prev,
.hero-premium-carousel .carousel-card.carousel-next {
  filter: saturate(0.72);
}

.hero-premium-carousel .carousel-control {
  border: 1px solid rgba(11, 93, 59, 0.2);
  border-radius: 0.65rem;
  background: #fff;
  color: var(--green);
}

.hero-premium-carousel .carousel-control:hover {
  background: var(--green);
  color: #fff;
}

@media (min-width: 1024px) {
  .hero-premium {
    padding-inline: clamp(2rem, 5vw, 5rem);
  }

  .hero-premium-container {
    width: min(100%, 1240px);
    grid-template-columns: minmax(0, 1fr) minmax(440px, 0.95fr);
    gap: clamp(3rem, 5vw, 6rem);
  }

  .hero-premium-content {
    width: min(100%, 620px);
    padding-left: clamp(1.25rem, 3vw, 3.25rem);
    padding-right: clamp(0.5rem, 1.5vw, 1.5rem);
  }

  .hero-premium-carousel {
    width: min(100%, 580px);
    height: 520px;
    justify-self: center;
    margin-inline: auto;
  }

  .hero-premium-carousel .carousel-viewport,
  .hero-premium-carousel .carousel-track {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .hero-premium-carousel .carousel-card.carousel-active,
  .hero-premium-carousel .carousel-card-food.carousel-active {
    width: min(100%, 370px);
    max-width: 370px;
    height: 440px !important;
    transform: translate(-50%, -50%);
  }

  .hero-premium-carousel .carousel-card-img,
  .hero-premium-carousel .carousel-card-food .carousel-card-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 1024px) {
  .hero-premium {
    padding-inline: clamp(2rem, 5vw, 5rem);
  }

  .hero-premium-container {
    width: min(100%, 1240px);
    grid-template-columns: minmax(0, 1fr) minmax(440px, 0.95fr);
    gap: clamp(3rem, 5vw, 6rem);
  }

  .hero-premium-content {
    width: min(100%, 620px);
    padding-left: clamp(1rem, 3vw, 3.25rem);
    padding-right: clamp(0.5rem, 1.5vw, 1.5rem);
  }

  .hero-premium-carousel {
    width: min(100%, 580px);
    height: 520px;
    justify-self: center;
    margin-inline: auto;
  }

  .hero-premium-carousel .carousel-viewport,
  .hero-premium-carousel .carousel-track {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .hero-premium-carousel .carousel-card.carousel-active,
  .hero-premium-carousel .carousel-card-food.carousel-active {
    width: min(100%, 370px);
    max-width: 370px;
    height: 440px !important;
    transform: translate(-50%, -50%);
  }

  .hero-premium-carousel .carousel-card-img,
  .hero-premium-carousel .carousel-card-food .carousel-card-img {
    height: 260px;
    object-fit: cover;
    object-position: center;
  }
}

/* Cross-screen hero finish */
.hero-premium-content,
.hero-premium-carousel,
.hero-premium-carousel .carousel-card {
  min-width: 0;
}

.hero-premium-carousel .carousel-card-label {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .hero-premium-container {
    padding-inline: clamp(1rem, 2vw, 2.5rem);
  }

  .hero-premium-content {
    padding-left: clamp(1.5rem, 3vw, 3.5rem);
    padding-right: clamp(1rem, 2vw, 2rem);
  }

  .hero-premium-carousel {
    width: min(100%, 600px);
    height: 540px;
    justify-self: center;
  }

  .hero-premium-carousel .carousel-card.carousel-active,
  .hero-premium-carousel .carousel-card-food.carousel-active {
    width: min(100%, 370px);
    max-width: 370px;
    height: 440px !important;
  }

  .hero-premium-carousel .carousel-card-img,
  .hero-premium-carousel .carousel-card-food .carousel-card-img {
    height: 260px;
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  .hero-premium {
    padding-inline: 2rem;
  }

  .hero-premium-content {
    width: min(100%, 680px);
    padding-inline: 1rem;
  }

  .hero-premium-carousel {
    width: min(100%, 420px);
    height: 430px;
  }

  .hero-premium-carousel .carousel-card.carousel-active,
  .hero-premium-carousel .carousel-card-food.carousel-active {
    width: min(calc(100% - 2rem), 310px);
    max-width: 310px;
    height: 370px !important;
  }

  .hero-premium-carousel .carousel-card-img,
  .hero-premium-carousel .carousel-card-food .carousel-card-img {
    height: 220px;
  }
}

@media (max-width: 640px) {
  .hero-premium {
    padding-inline: 1.25rem;
  }

  .hero-premium-container {
    width: 100%;
  }

  .hero-premium-content {
    width: min(100%, 26rem);
    padding-inline: 0.5rem;
  }

  .hero-premium-carousel {
    width: min(100%, 21rem);
    height: 410px;
  }

  .hero-premium-carousel .carousel-card.carousel-active,
  .hero-premium-carousel .carousel-card-food.carousel-active {
    width: min(calc(100% - 1.25rem), 18.5rem);
    max-width: 18.5rem;
    height: 370px !important;
  }

  .hero-premium-carousel .carousel-card-img,
  .hero-premium-carousel .carousel-card-food .carousel-card-img {
    height: 205px;
  }
}

/* Carousel card finish */
.hero-premium-carousel .carousel-card {
  overflow: hidden;
  border: 1px solid rgba(11, 93, 59, 0.16);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 16px 34px rgba(20, 35, 28, 0.14);

  transition: transform 260ms ease, box-shadow 260ms ease, opacity 260ms ease, filter 260ms ease;
}

.hero-premium-carousel .carousel-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: inherit;
}

.hero-premium-carousel .carousel-card-accent {
  height: 5px;
}

.hero-premium-carousel .carousel-card-food .carousel-card-accent {
  background: var(--orange);
}

.hero-premium-carousel .carousel-card-property .carousel-card-accent {
  background: var(--green);
}

.hero-premium-carousel .carousel-card-marketplace .carousel-card-accent {
  background: var(--orange);
}

.hero-premium-carousel .carousel-card-img {
  height: 220px;
  margin-top: 5px;
  object-fit: cover;
  object-position: center;
  background: #e7efe9;
}

.hero-premium-carousel .carousel-card-label {
  min-height: 165px;
  padding: 1.1rem 1.15rem 1.2rem;
  gap: 0.75rem;
}

.hero-premium-carousel .carousel-card-icon {
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 2.75rem;
  border-radius: 0.65rem;
}

.hero-premium-carousel .carousel-card-kicker {
  margin-bottom: 0.35rem;
  color: var(--green);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
}

.hero-premium-carousel .carousel-card-marketplace .carousel-card-kicker {
  color: var(--orange);
}

.hero-premium-carousel .carousel-card-title {
  color: #14231c;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.28;
}

.hero-premium-carousel .carousel-card-rating {
  display: inline-block;
  margin-left: 0.35rem;
  color: var(--orange);
  font-size: 0.72rem;
  white-space: nowrap;
}

.hero-premium-carousel .carousel-card-subtitle {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 0.35rem;
  color: #65736b;
  font-size: 0.78rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.hero-premium-carousel .carousel-card-meta {
  margin-top: 0.65rem;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 800;
}

.hero-premium-carousel .carousel-card-marketplace .carousel-card-meta {
  color: var(--orange);
}

.hero-premium-carousel .carousel-card.carousel-active {
  box-shadow: 0 24px 48px rgba(20, 35, 28, 0.2);
  filter: none;
}

.hero-premium-carousel .carousel-card.carousel-prev,
.hero-premium-carousel .carousel-card.carousel-next {
  filter: saturate(0.72);
}

.hero-premium-carousel .carousel-control {
  border: 1px solid rgba(11, 93, 59, 0.2);
  border-radius: 0.65rem;
  background: #fff;
  color: var(--green);
}

.hero-premium-carousel .carousel-control:hover {
  background: var(--green);
  color: #fff;
}

@media (min-width: 1024px) {
  .hero-premium-carousel .carousel-card.carousel-active,
  .hero-premium-carousel .carousel-card-food.carousel-active {
    width: min(100%, 370px);
    max-width: 370px;
    height: 440px !important;
  }

  .hero-premium-carousel .carousel-card-img,
  .hero-premium-carousel .carousel-card-food .carousel-card-img {
    height: 260px;
  }
}

@media (max-width: 767px) {
  .hero-premium-carousel .carousel-card.carousel-active,
  .hero-premium-carousel .carousel-card-food.carousel-active {
    width: min(calc(100% - 1.5rem), 300px);
    max-width: 300px;
    height: 380px !important;
  }

  .hero-premium-carousel .carousel-card-img,
  .hero-premium-carousel .carousel-card-food .carousel-card-img {
    height: 215px;
  }
}
/* Final desktop hero composition */
@media (min-width: 1024px) {
  .hero-premium {
    padding-inline: clamp(1.5rem, 4vw, 4rem);
  }

  .hero-premium-container {
    width: min(100%, 1240px);
    min-height: 600px;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.95fr);
    gap: clamp(2.5rem, 5vw, 5.5rem);
    align-items: center;
  }

  .hero-premium-content {
    width: min(100%, 620px);
    padding: 2rem clamp(1.25rem, 2.5vw, 3rem) 3rem;
  }

  .hero-premium-carousel {
    width: min(100%, 580px);
    height: 520px;
    margin: 0 auto;
    padding: 1.25rem;
    border: 1px solid #d5e1d8;
    border-radius: 1rem;
    background: #eaf1eb;
    box-shadow: 0 20px 44px rgba(20, 35, 28, 0.1);
  }

  .hero-premium-carousel .carousel-viewport,
  .hero-premium-carousel .carousel-track {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .hero-premium-carousel .carousel-card {
    border: 1px solid #ceddd2;
    border-radius: 0.85rem;
    box-shadow: 0 22px 44px rgba(20, 35, 28, 0.16);
  }

  .hero-premium-carousel .carousel-card.carousel-active,
  .hero-premium-carousel .carousel-card-food.carousel-active {
    width: min(100%, 370px);
    max-width: 370px;
    height: 440px !important;
    transform: translate(-50%, -50%);
  }

  .hero-premium-carousel .carousel-card-img,
  .hero-premium-carousel .carousel-card-food .carousel-card-img {
    height: 260px;
    object-fit: cover;
    object-position: center;
  }

  .hero-premium-carousel .carousel-card-label {
    min-height: 180px;
    padding: 1.2rem 1.25rem;
  }

  .hero-premium-carousel .carousel-control-prev {
    left: 0.25rem;
  }

  .hero-premium-carousel .carousel-control-next {
    right: 0.25rem;
  }
}

@media (min-width: 1024px) {
  .hero-premium-content {
    padding-left: clamp(1rem, 2.5vw, 2.75rem);
  }
}

.how-section {
  padding: clamp(4rem, 8vw, 6.5rem) 1rem;
  background: #fff;
  border-top: 1px solid var(--home-line);
}

/* Final hero alignment pass */
@media (min-width: 1024px) {
  .hero-premium-container {
    width: min(100% - 4rem, 1240px);
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.95fr);
    gap: clamp(2.5rem, 5vw, 5rem);
  }

  .hero-premium-carousel {
    width: min(100%, 600px);
    height: 520px;
    justify-self: center;
    margin-right: 0;
  }

  .hero-premium-carousel .carousel-viewport,
  .hero-premium-carousel .carousel-track {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .hero-premium-carousel .carousel-card.carousel-active,
  .hero-premium-carousel .carousel-card-food.carousel-active {
    width: min(100%, 380px);
    max-width: 380px;
    height: 450px !important;
    transform: translate(-50%, -50%);
  }

  .hero-premium-carousel .carousel-card-img,
  .hero-premium-carousel .carousel-card-food .carousel-card-img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center;
  }

  .hero-premium-carousel .carousel-card-label {
    min-height: 180px;
    padding: 1.25rem;
  }

  .hero-premium-carousel .carousel-control-prev {
    left: max(0.5rem, calc(50% - 245px));
  }

  .hero-premium-carousel .carousel-control-next {
    right: max(0.5rem, calc(50% - 245px));
  }
}

@media (max-width: 1023px) {
  .hero-premium {
    padding-inline: 1.25rem;
  }

  .hero-premium-content {
    width: min(100%, 650px);
    padding-inline: 0.5rem;
  }

  .hero-premium-carousel {
    width: min(100%, 380px);
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .hero-premium {
    padding-inline: 1.25rem;
  }

  .hero-premium-content {
    padding-inline: 0.35rem;
  }

  .hero-premium-carousel {
    width: min(100%, 330px);
    height: 425px;
  }

  .hero-premium-carousel .carousel-card.carousel-active,
  .hero-premium-carousel .carousel-card-food.carousel-active {
    width: min(100%, 300px);
    max-width: 300px;
    height: 390px !important;
  }

  .hero-premium-carousel .carousel-card-img,
  .hero-premium-carousel .carousel-card-food .carousel-card-img {
    height: 220px;
  }
}

.how-section .section-header {
  max-width: 620px;
  margin: 0 auto clamp(2.5rem, 5vw, 3.75rem);
  text-align: center;
}

.how-section .section-badge {
  display: inline-block;
  margin-bottom: 0.8rem;
}

.how-section .section-title {
  margin-bottom: 0.65rem;
  color: var(--home-ink);
}

.how-section .section-desc {
  max-width: 30rem;
  margin: 0 auto;
  color: var(--home-muted);
}

.steps-grid {
  width: min(100%, 1080px);
  gap: 1.25rem;
}

.step-card {
  min-width: 0;
}

.step-card-glow {
  display: none;
}

.step-card-inner {
  min-height: 214px;
  height: 100%;
  padding: 1.5rem;
  border: 1px solid var(--home-line);
  border-radius: 0.65rem;
  background: #fff;
  box-shadow: 0 8px 22px rgba(20, 35, 28, 0.045);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.step-card:hover .step-card-inner {
  border-color: rgba(11, 93, 59, 0.35);
  box-shadow: 0 14px 28px rgba(20, 35, 28, 0.08);
}

.step-icon {
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(11, 93, 59, 0.14);
  border-radius: 0.45rem;
  background: #f1f6f2;
  color: var(--green);
  box-shadow: none;
  font-size: 1.25rem;
}

.step-content {
  padding-top: 0;
}

.step-title {
  margin-bottom: 0.55rem;
  color: var(--home-ink);
  font-size: 1.2rem;
}

.step-desc {
  max-width: 17rem;
  color: var(--home-muted);
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .step-arrow {
    display: block;
    right: -1.7rem;
    color: var(--home-orange);
    font-size: 1.4rem;
    opacity: 0.8;
  }
}

@media (max-width: 767px) {
  .how-section {
    padding-inline: 1rem;
  }

  .steps-grid {
    width: min(100%, 28rem);
    gap: 0.75rem;
  }

  .step-card-inner {
    min-height: 0;
    padding: 1.25rem;
  }

  .step-icon {
    margin-bottom: 0.9rem;
  }

  .step-desc {
    max-width: none;
  }
}

.restaurants-section {
  padding: clamp(4.25rem, 8vw, 6.5rem) 1rem;
  background: #f7faf7;
  border-top: 1px solid var(--home-line);
}

.restaurants-section .section-header {
  max-width: 620px;
  margin: 0 auto clamp(2.25rem, 5vw, 3.5rem);
}

.restaurants-section .section-badge {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0;
  background: transparent;
  color: var(--green);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
}

.restaurants-section .section-title {
  margin-bottom: 0.65rem;
  color: var(--home-ink);
}

.restaurants-section .section-desc {
  max-width: 32rem;
  margin: 0 auto;
  color: var(--home-muted);
}

.restaurant-grid {
  width: min(100%, 1120px);
  gap: 1.25rem;
}

.restaurant-card {
  min-width: 0;
  border: 1px solid #dce7df;
  border-radius: 0.65rem;
  background: #fff;
  box-shadow: 0 8px 22px rgba(20, 35, 28, 0.05);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.restaurant-card:hover {
  border-color: rgba(11, 93, 59, 0.32);
  box-shadow: 0 16px 30px rgba(20, 35, 28, 0.09);
  transform: translateY(-4px);
}

.card-img-wrap {
  height: clamp(13rem, 20vw, 15rem);
  background: #e8efe9;
}

.card-img-wrap::after,
.card-overlay {
  background: linear-gradient(180deg, transparent 55%, rgba(20, 35, 28, 0.18));
}

.card-rating,
.card-popular {
  border-radius: 0.3rem;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.card-rating {
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.4rem 0.6rem;
  background: #fff;
  border-color: #fff;
  box-shadow: 0 5px 12px rgba(20, 35, 28, 0.12);
}

.card-popular {
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.35rem 0.55rem;
  background: var(--orange);
  border-color: var(--orange);
  box-shadow: none;
}

.card-body {
  padding: 1.25rem 1.2rem 1.15rem;
  background: #fff;
}

.card-name {
  margin-bottom: 0.45rem;
  color: var(--home-ink);
  font-size: 1.15rem;
  letter-spacing: -0.025em;
  text-transform: none;
}

.card-desc {
  margin-bottom: 1.1rem;
  color: var(--home-muted);
}

.card-meta {
  padding-top: 0.8rem;
  border-top-color: var(--home-line);
}

.card-menu-btn {
  min-height: 44px;
  margin-top: 1rem;
  border-radius: 0.35rem;
  background: var(--green);
  box-shadow: none;
}

.card-menu-btn:hover {
  box-shadow: none;
  filter: none;
}

@media (max-width: 767px) {
  .restaurants-section {
    padding-inline: 1rem;
  }

  .restaurant-grid {
    width: min(100%, 28rem);
    gap: 1rem;
  }

  .card-img-wrap {
    height: 13rem;
  }
}

.cta-section {
  position: relative;
  padding: clamp(4.5rem, 9vw, 7rem) 1rem;
  background: var(--green);
  overflow: hidden;
}

.cta-blob,
.cta-glow {
  display: none;
}

.cta-content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.35rem;
  background: transparent;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cta-badge svg {
  color: var(--orange);
}

.cta-title {
  max-width: 620px;
  margin: 0 auto 0.8rem;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1;
}

.cta-text {
  max-width: 560px;
  margin: 0 auto 2.5rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.65;
}

.cta-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 650px;
  margin: 0 auto 2.5rem;
}

.cta-feature {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.8rem 0.65rem;
  border-left: 1px solid rgba(255, 255, 255, 0.26);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: left;
}

.feature-icon {
  display: grid;
  width: 1.65rem;
  height: 1.65rem;
  flex: 0 0 1.65rem;
  place-items: center;
  color: var(--orange);
}

.feature-icon svg {
  width: 100%;
  height: 100%;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 50px;
  padding: 0.8rem 1.25rem;
  border: 1px solid #fff;
  border-radius: 0.35rem;
  background: #fff;
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.cta-btn:hover {
  background: var(--orange);
  color: #fff;
  box-shadow: none;
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  .cta-section {
    padding: 3.75rem 1rem;
  }

  .cta-title {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .cta-text {
    margin-bottom: 2rem;
  }

  .cta-features {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    max-width: 19rem;
    margin-bottom: 2rem;
  }

  .cta-feature {
    justify-content: flex-start;
    padding: 0.55rem 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .cta-feature:last-child {
    border-bottom: 0;
  }

  .cta-btn {
    width: min(100%, 19rem);
  }
}

.hero-premium-services-wrapper {
  display: block;
  visibility: visible;
  height: auto;
  overflow: visible;
}

.hero-premium-services-container {
  display: grid;
}

.hero-premium-service-card {
  display: flex;
  visibility: visible;
  min-height: 0;
}

@media (max-width: 767px) {
  .hero-premium-services-wrapper {
    width: 100%;
    margin-top: 1rem;
    padding: 1.5rem 1rem 2rem;
    overflow: hidden;
  }

  .hero-premium-services-container {
    width: min(100%, 28rem);
    margin: 0 auto;
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding: 0.15rem 0.1rem 0.65rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .hero-premium-services-container::-webkit-scrollbar {
    display: none;
  }

  .hero-premium-service-card {
    flex: 0 0 min(82vw, 17rem);
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    column-gap: 0.85rem;
    align-items: start;
    padding: 1rem;
    scroll-snap-align: start;
  }

  .hero-premium-service-icon {
    grid-row: span 3;
    width: 3rem;
    height: 3rem;
    margin: 0;
  }

  .hero-premium-service-title,
  .hero-premium-service-text,
  .hero-premium-service-link {
    margin: 0;
  }

  .hero-premium-service-link {
    padding-top: 0.45rem;
  }
}

.hero-premium-services-wrapper {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 1rem 3rem;
}

.hero-premium-services-wrapper::before {
  margin-bottom: 1rem;
  color: #6c7a71;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
}

.hero-premium-services-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hero-premium-service-card {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 190px;
  grid-template-rows: auto auto 1fr auto;
  gap: 0.55rem;
  padding: 1.35rem;
  overflow: hidden;
  border: 1px solid #dfe8e2;
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(20, 35, 28, 0.05);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hero-premium-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.35rem;
  width: 3.5rem;
  height: 3px;
  background: var(--green);
}

.hero-premium-service-card:nth-child(2)::before,
.hero-premium-service-card:nth-child(2) .hero-premium-service-icon {
  background-color: var(--orange);
}

.hero-premium-service-card:nth-child(3)::before {
  background: var(--orange);
}

.hero-premium-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(11, 93, 59, 0.3);
  box-shadow: 0 16px 30px rgba(20, 35, 28, 0.1);
}

.hero-premium-service-icon {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  margin: 0;
  place-items: center;
  border-radius: 0.55rem;
  color: #fff;
  background: var(--green);
}

.hero-premium-service-card:nth-child(2) .hero-premium-service-icon {
  background: var(--orange);
}

.hero-premium-service-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.hero-premium-service-title {
  margin: 0;
  color: #14231c;
  font-size: 1.05rem;
}

.hero-premium-service-text {
  max-width: 24rem;
  margin: 0;
  color: #68766e;
  font-size: 0.88rem;
  line-height: 1.5;
}

.hero-premium-service-link {
  margin: 0.2rem 0 0;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 800;
}

@media (max-width: 767px) {
  .hero-premium-services-wrapper {
    padding: 0.5rem 1rem 2.5rem;
  }

  .hero-premium-services-wrapper::before {
    margin-bottom: 0.8rem;
  }

  .hero-premium-services-container {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.7rem;
  }

  .hero-premium-service-card {
    min-height: 128px;
    grid-template-rows: auto;
    padding: 1rem;
  }

  .hero-premium-service-icon {
    width: 2.65rem;
    height: 2.65rem;
  }
}

.hero-premium-search-form {
  align-items: center;
  gap: 0.5rem;
  overflow: hidden;
  background: #fff;
}

.hero-premium-search-input {
  min-width: 0;
  color: #14231c;
  background: transparent;
}

.hero-premium-search-input::placeholder {
  color: #7a887f;
}

.hero-premium-search-btn,
.hero-premium-search-btn:hover,
.hero-premium-search-btn:focus-visible {
  color: #fff !important;
  background: var(--green);
  box-shadow: none;
}

.hero-premium-search-btn:hover,
.hero-premium-search-btn:focus-visible {
  background: #084b30;
}

/* Desktop hero balance: keep the copy and visual inside the same generous frame. */
@media (min-width: 1024px) {
  .hero-premium {
    padding-inline: clamp(2rem, 5vw, 5rem);
  }

  .hero-premium-container {
    width: min(100%, 1240px);
    grid-template-columns: minmax(0, 1fr) minmax(440px, 0.95fr);
    gap: clamp(3rem, 5vw, 6rem);
  }

  .hero-premium-content {
    width: min(100%, 620px);
    padding-left: clamp(1rem, 3vw, 3.25rem);
    padding-right: clamp(0.5rem, 1.5vw, 1.5rem);
  }

  .hero-premium-carousel {
    width: min(100%, 580px);
    height: 520px;
    justify-self: center;
    margin-inline: auto;
  }

  .hero-premium-carousel .carousel-viewport,
  .hero-premium-carousel .carousel-track {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .hero-premium-carousel .carousel-card.carousel-active,
  .hero-premium-carousel .carousel-card-food.carousel-active {
    width: min(100%, 370px);
    max-width: 370px;
    height: 440px !important;
    transform: translate(-50%, -50%);
  }

  .hero-premium-carousel .carousel-card-img,
  .hero-premium-carousel .carousel-card-food .carousel-card-img {
    height: 260px;
    object-fit: cover;
    object-position: center;
  }
}

/* Final hero card polish */
.hero-premium-carousel .carousel-card {
  background: #fff;
  border: 1px solid #d7e3da;
  border-radius: 0.7rem;
  box-shadow: 0 18px 38px rgba(20, 35, 28, 0.14);
}

.hero-premium-carousel .carousel-card-img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
}

.hero-premium-carousel .carousel-card-label {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  min-height: 0;
  padding: 1.05rem 1.1rem 1.15rem;
}

.hero-premium-carousel .carousel-card-icon {
  width: 2.7rem;
  height: 2.7rem;
  flex: 0 0 2.7rem;
  border-radius: 0.5rem;
}

.hero-premium-carousel .carousel-card-label > div {
  min-width: 0;
}

.hero-premium-carousel .carousel-card-title {
  margin-bottom: 0.25rem;
  color: var(--home-ink);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.2;
}

.hero-premium-carousel .carousel-card-subtitle {
  display: -webkit-box;
  overflow: hidden;
  color: var(--home-muted);
  font-size: 0.78rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.hero-premium-carousel .carousel-card-accent {
  height: 4px;
}

.hero-premium-carousel .carousel-control {
  width: 2.5rem;
  height: 2.5rem;
  border-color: #cbd9cf;
  box-shadow: 0 8px 18px rgba(20, 35, 28, 0.12);
}

.hero-premium-carousel .carousel-indicators {
  gap: 0.45rem;
}

.hero-premium-carousel .carousel-dot {
  width: 0.5rem;
  height: 0.5rem;
}

.hero-premium-carousel .carousel-dot-active {
  width: 1.35rem;
  background: var(--home-orange);
  box-shadow: none;
}

@media (min-width: 1024px) {
  .hero-premium-carousel .carousel-card.carousel-active,
  .hero-premium-carousel .carousel-card-food.carousel-active {
    width: min(100%, 360px);
    max-width: 360px;
    height: 420px !important;
  }

  .hero-premium-carousel .carousel-card-img,
  .hero-premium-carousel .carousel-card-food .carousel-card-img {
    height: 250px;
  }

  .hero-premium-carousel .carousel-card-label {
    padding: 1rem 1.15rem;
  }
}

@media (max-width: 767px) {
  .hero-premium-carousel .carousel-card.carousel-active,
  .hero-premium-carousel .carousel-card-food.carousel-active {
    width: min(calc(100% - 1.5rem), 300px);
    max-width: 300px;
    height: 380px !important;
  }

  .hero-premium-carousel .carousel-card-img,
  .hero-premium-carousel .carousel-card-food .carousel-card-img {
    height: 215px;
  }

  .hero-premium-carousel .carousel-control {
    width: 2.25rem;
    height: 2.25rem;
  }
}

/* Final responsive hero alignment */
@media (min-width: 1024px) {
  .hero-premium-container {
    width: min(calc(100% - 3rem), 1240px);
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
    gap: clamp(2rem, 4vw, 4.5rem);
  }

  .hero-premium-carousel {
    width: min(100%, 600px);
    height: 520px;
    justify-self: center;
    align-self: center;
    margin-inline: auto;
  }

  .hero-premium-carousel .carousel-viewport,
  .hero-premium-carousel .carousel-track {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .hero-premium-carousel .carousel-card.carousel-active,
  .hero-premium-carousel .carousel-card-food.carousel-active {
    left: 50%;
    top: 50%;
    width: min(100%, 380px);
    max-width: 380px;
    height: 450px !important;
    transform: translate(-50%, -50%);
  }

  .hero-premium-carousel .carousel-card-img,
  .hero-premium-carousel .carousel-card-food .carousel-card-img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center;
  }

  .hero-premium-carousel .carousel-card-label {
    min-height: 180px;
    padding: 1.25rem;
  }
}

@media (max-width: 1023px) {
  .hero-premium {
    padding-inline: clamp(1.1rem, 4vw, 2rem);
  }

  .hero-premium-content {
    width: min(100%, 680px);
    padding-inline: clamp(0.75rem, 3vw, 2rem);
    text-align: center;
    align-items: center;
  }

  .hero-premium-carousel {
    width: min(100%, 380px);
    margin-inline: auto;
    align-self: center;
  }
}

@media (max-width: 640px) {
  .hero-premium {
    padding-inline: 1.2rem;
  }

  .hero-premium-content {
    padding-inline: 0.55rem;
  }

  .hero-premium-headline,
  .hero-premium-description,
  .hero-premium-search-form,
  .hero-premium-categories {
    width: 100%;
  }

  .hero-premium-headline {
    max-width: 22rem;
  }

  .hero-premium-description {
    max-width: 25rem;
  }

  .hero-premium-carousel {
    width: min(100%, 330px);
    height: 425px;
  }

  .hero-premium-carousel .carousel-card.carousel-active,
  .hero-premium-carousel .carousel-card-food.carousel-active {
    left: 50%;
    width: min(calc(100% - 1rem), 300px);
    max-width: 300px;
    height: 390px !important;
  }

  .hero-premium-carousel .carousel-card-img,
  .hero-premium-carousel .carousel-card-food .carousel-card-img {
    height: 220px;
  }
}
