:root {
      --primary:        #f4483f;
      --primary-dark:   #f4483f;
      --primary-rgb:    222, 41, 31;
      --secondary:      #23163e;
      --secondary-dark: #23163e;
      --secondary-rgb:  47, 20, 101;
      --cream:          #F7F4FC;
      --white:          #FFFFFF;
      --text-muted-light: #999;
      --orange:         var(--primary);
      --dark-teal:      var(--secondary);
      /* Unified content width — aligns logo left edge with section content */
      --site-container-padding-x: 12px;
    }

    /* Shared horizontal layout: matches header logo ↔ Get A Quotation edges */
    .site-container {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-left: var(--site-container-padding-x);
      padding-right: var(--site-container-padding-x);
      box-sizing: border-box;
    }

    @media (min-width: 576px) {
      .site-container { max-width: 540px; }
    }
    @media (min-width: 768px) {
      .site-container { max-width: 720px; }
    }
    @media (min-width: 992px) {
      .site-container { max-width: 960px; }
    }
    @media (min-width: 1200px) {
      .site-container { max-width: 1140px; }
    }
    @media (min-width: 1400px) {
      .site-container { max-width: 1320px; }
    }

    .navbar > .site-container {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }

    * { box-sizing: border-box; }

    html {
      margin: 0;
      padding: 0;
    }

    body,
    h1, h2, h3, h4, h5, h6,
    p, a, span, div, li, button, input, textarea, select, label {
      font-family: 'Poppins', sans-serif;
    }

    body {
      margin: 0;
      padding: 0;
      font-family: 'Poppins', sans-serif;
      overflow-x: hidden;
    }

    #site-header {
      margin: 0;
      padding: 0;
      position: relative;
      z-index: 1000;
    }
    #site-header > .top-bar,
    #site-header > .navbar {
      margin-top: 0;
    }
    img {
      max-width: 100%;
      height: auto;
    }

    /* ===== TOP BAR ===== */
    .top-bar {
      background: var(--secondary-dark);
      padding: 8px 0;
    }
    .top-bar a {
      color: #aaa;
      font-size: 12px;
      letter-spacing: .5px;
      text-decoration: none;
    }

    /* ===== NAVBAR ===== */
    .navbar {
      background: rgba(255,255,255,0.97);
      padding: 1px 0;
      box-shadow: 0 2px 20px rgba(0,0,0,.08);
      position: sticky;
      top: 0;
      z-index: 999;
    }
    .navbar-brand {
      display: flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
    }
    .brand-logo {
      height: 86px;
      width: auto;
      object-fit: contain;
      display: block;
    }
    .brand-text-main {
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: 700;
      color: #1a1a1a;
      line-height: 1.1;
      letter-spacing: .3px;
    }
    .brand-text-sub {
      font-size: 11px;
      color: var(--orange);
      font-style: italic;
      letter-spacing: 1px;
    }
    .navbar-nav .nav-link {
      font-size: 14px;
      font-weight: 500;
      color: #333 !important;
      padding: 6px 14px !important;
      transition: color .2s;
    }
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      color: var(--orange) !important;
    }
    .btn-quotation {
      background: var(--orange);
      color: #fff !important;
      border-radius: 50px;
      padding: 10px 26px !important;
      font-weight: 600;
      font-size: 14px;
      transition: background .2s, transform .2s;
    }
    .btn-quotation:hover {
      background: var(--primary-dark);
      transform: translateY(-1px);
    }
    .navbar-toggler { border: none; }
    .navbar-toggler:focus { box-shadow: none; }

    .dropdown-menu-menu {
      min-width: 260px;
      padding: 0.5rem 0;
      border: none;
      border-radius: 12px;
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    }
    .dropdown-menu-menu .dropdown-item {
      font-size: 14px;
      font-weight: 500;
      padding: 0.55rem 1.1rem;
      color: #333;
    }
    .dropdown-menu-menu .dropdown-item:hover,
    .dropdown-menu-menu .dropdown-item:focus {
      background: rgba(232, 93, 4, 0.08);
      color: var(--orange);
    }
    .dropdown-menu-menu .dropdown-item-rich {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 2px;
      padding-top: 0.65rem;
      padding-bottom: 0.65rem;
    }
    .dropdown-menu-menu .dropdown-item-label {
      font-weight: 600;
      line-height: 1.3;
    }
    .dropdown-menu-menu .dropdown-item-hint {
      font-size: 12px;
      font-weight: 400;
      color: #888;
      line-height: 1.35;
    }
    .dropdown-menu-menu .dropdown-item-rich:hover .dropdown-item-hint,
    .dropdown-menu-menu .dropdown-item-rich:focus .dropdown-item-hint {
      color: #a86a3a;
    }
    .dropdown-menu-menu .dropdown-divider {
      margin: 0.35rem 0;
      border-color: rgba(0, 0, 0, 0.06);
    }

    .dropdown-menu-services {
      min-width: 280px;
      padding: 0.5rem 0;
      border: none;
      border-radius: 12px;
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    }
    .dropdown-menu-services .dropdown-item {
      font-size: 13px;
      font-weight: 500;
      padding: 0.5rem 1.1rem;
      white-space: nowrap;
    }
    .dropdown-menu-services .dropdown-item:hover,
    .dropdown-menu-services .dropdown-item:focus {
      background: rgba(232, 93, 4, 0.08);
      color: var(--orange);
    }

    /* ===== HERO ===== */
    .hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      overflow: hidden;
    }
    .hero-bg {
      position: absolute;
      inset: 0;
      background: url('../images/banner-delicious-tacos.jpg') center/cover no-repeat;
      z-index: 0;
      transform: scale(1.04);
      animation: zoomOut 8s ease forwards;
    }
    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(
        105deg,
        rgba(0, 0, 0, .72) 0%,
        rgba(0, 0, 0, .55) 50%,
        rgba(0, 0, 0, .4) 100%
      );
      z-index: 1;
      pointer-events: none;
    }
    @keyframes zoomOut {
      from { transform: scale(1.08); }
      to   { transform: scale(1.0); }
    }
    .hero-content {
      position: relative;
      z-index: 2;
      padding: 120px 0 80px;
    }
    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #fff;
      font-size: 13px;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 20px;
      opacity: 0;
      animation: fadeUp .6s .2s ease forwards;
    }
    .hero-badge .dot {
      width: 10px; height: 10px;
      background: var(--orange);
      border-radius: 50%;
    }
    .hero-title {
      font-family: 'Poppins', sans-serif;
      font-size: clamp(40px, 5.5vw, 76px);
      font-weight: 900;
      color: #fff;
      line-height: 1.1;
      margin-bottom: 24px;
      opacity: 0;
      animation: fadeUp .6s .4s ease forwards;
    }
    .hero-title span { color: var(--orange); }
    .hero-desc {
      color: rgba(255,255,255,.75);
      font-size: 16px;
      line-height: 1.7;
      max-width: 520px;
      margin-bottom: 36px;
      opacity: 0;
      animation: fadeUp .6s .6s ease forwards;
    }
    .hero-actions {
      display: flex;
      align-items: center;
      gap: 24px;
      flex-wrap: wrap;
      opacity: 0;
      animation: fadeUp .6s .8s ease forwards;
    }
    .btn-start {
      background: #fff;
      color: #1a1a1a;
      border-radius: 50px;
      padding: 14px 32px;
      font-weight: 700;
      font-size: 15px;
      border: none;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: all .25s;
      text-decoration: none;
    }
    .btn-start:hover {
      background: var(--orange);
      color: #fff;
      transform: translateY(-2px);
    }
    .btn-start .arrow-icon {
      width: 30px; height: 30px;
      background: var(--orange);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      transition: background .25s;
    }
    .btn-start:hover .arrow-icon { background: #fff; }
    .btn-start:hover .arrow-icon i { color: var(--orange); }
    .arrow-icon i { color: #fff; font-size: 13px; }

    .hero-actions .trust-pill {
      display: flex;
      align-items: center;
      gap: 14px;
      flex: 1 1 auto;
      min-width: 0;
    }
    .trust-avatars {
      display: flex;
      flex-shrink: 0;
    }
    .hero-actions .trust-text {
      flex: 1 1 auto;
      min-width: 0;
    }
    .trust-avatars img {
      width: 36px; height: 36px;
      border-radius: 50%;
      border: 2px solid #fff;
      margin-left: -10px;
      object-fit: cover;
    }
    .trust-avatars img:first-child { margin-left: 0; }
    .trust-text strong {
      display: block;
      color: #fff;
      font-weight: 700;
      font-size: 14px;
    }
    .trust-text span {
      color: rgba(255,255,255,.65);
      font-size: 12px;
    }

    /* ===== STAT CARDS ===== */
    .stat-cards-col {
      position: relative;
      z-index: 2;
    }
    .stat-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      opacity: 0;
      animation: fadeLeft .7s .5s ease forwards;
    }
    .stat-card {
      border-radius: 18px;
      padding: 28px 24px;
      position: relative;
      overflow: hidden;
      transition: transform .25s;
    }
    .stat-card:hover { transform: translateY(-4px); }
    .stat-card.teal  { background: var(--dark-teal); color: #fff; }
    .stat-card.cream { background: var(--cream); color: #1a1a1a; }
    .stat-icon {
      width: 40px; height: 40px;
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 20px;
    }
    .teal  .stat-icon { background: rgba(255,255,255,.12); }
    .cream .stat-icon { background: rgba(var(--primary-rgb), .12); }
    .teal  .stat-icon i { color: var(--orange); font-size: 18px; }
    .cream .stat-icon i { color: var(--orange); font-size: 18px; }
    .stat-num {
      font-family: 'Poppins', sans-serif;
      font-size: 36px;
      font-weight: 900;
      line-height: 1;
      margin-bottom: 6px;
    }
    .teal  .stat-num { color: #fff; }
    .cream .stat-num { color: #1a1a1a; }
    .stat-label {
      font-size: 13px;
      font-weight: 500;
    }
    .teal  .stat-label { color: rgba(255,255,255,.65); }
    .cream .stat-label { color: var(--text-muted-light); }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(30px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeLeft {
      from { opacity: 0; transform: translateX(30px); }
      to   { opacity: 1; transform: translateX(0); }
    }

    /* ===== TRUST SECTION ===== */
    .trust-section {
      padding: 110px 0 100px;
      background: #fff;
      position: relative;
      overflow: hidden;
    }
    .trust-section .trust-bg-dots {
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(var(--secondary-rgb), .08) 1px, transparent 1px);
      background-size: 28px 28px;
      opacity: .5;
      pointer-events: none;
    }
    .trust-section::before {
      content: '';
      position: absolute;
      top: -160px;
      right: -100px;
      width: 420px;
      height: 420px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(var(--secondary-rgb), .09) 0%, transparent 70%);
      pointer-events: none;
    }
    .trust-section::after {
      content: '';
      position: absolute;
      bottom: -120px;
      left: -80px;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(var(--primary-rgb), .08) 0%, transparent 70%);
      pointer-events: none;
    }
    .trust-section .container { position: relative; z-index: 1; }
    .trust-header { margin-bottom: 56px; }
    .trust-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: linear-gradient(135deg, rgba(var(--primary-rgb), .1), rgba(var(--secondary-rgb), .1));
      border: 1px solid rgba(var(--secondary-rgb), .12);
      border-radius: 50px;
      padding: 10px 22px;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .5px;
      text-transform: uppercase;
      color: var(--secondary);
      margin-bottom: 22px;
    }
    .trust-pill .star { font-size: 15px; line-height: 1; }
    .trust-section .section-title {
      max-width: 820px;
      margin-left: auto;
      margin-right: auto;
    }
    .trust-intro {
      max-width: 640px;
      margin: 20px auto 0;
      font-size: 17px;
      line-height: 1.85;
      color: #666;
    }
    .trust-highlights {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 12px 28px;
      margin-top: 32px;
      padding-top: 28px;
      border-top: 1px solid rgba(0, 0, 0, .06);
    }
    .trust-highlight {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
      color: #555;
      font-weight: 500;
    }
    .trust-highlight strong {
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: 800;
      color: var(--primary);
      line-height: 1;
    }
    .trust-highlight-dot {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: rgba(var(--secondary-rgb), .35);
    }
    .trust-card {
      background: #fff;
      border: 1px solid rgba(0, 0, 0, .07);
      border-radius: 24px;
      padding: 36px 28px 32px;
      height: 100%;
      position: relative;
      overflow: hidden;
      box-shadow: 0 4px 6px rgba(0, 0, 0, .02), 0 16px 40px rgba(var(--secondary-rgb), .07);
      transition: transform .35s cubic-bezier(.34, 1.4, .64, 1), box-shadow .35s ease, border-color .35s ease;
    }
    .trust-card-glow {
      position: absolute;
      top: -40px;
      right: -40px;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(var(--primary-rgb), .12) 0%, transparent 70%);
      transition: transform .4s ease, opacity .4s ease;
      pointer-events: none;
    }
    .trust-section .col-sm-6:nth-child(even) .trust-card-glow {
      background: radial-gradient(circle, rgba(var(--secondary-rgb), .14) 0%, transparent 70%);
    }
    .trust-card:hover .trust-card-glow {
      transform: scale(1.4);
      opacity: 1.2;
    }
    .trust-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, .04), 0 28px 56px rgba(var(--secondary-rgb), .14);
      border-color: rgba(var(--primary-rgb), .18);
    }
    .trust-card-num {
      position: absolute;
      top: 22px;
      right: 24px;
      font-family: 'Poppins', sans-serif;
      font-size: 42px;
      font-weight: 900;
      line-height: 1;
      color: rgba(var(--secondary-rgb), .07);
      letter-spacing: -1px;
      transition: color .3s ease;
    }
    .trust-card:hover .trust-card-num {
      color: rgba(var(--primary-rgb), .12);
    }
    .trust-card-icon-wrap {
      position: relative;
      width: fit-content;
      margin-bottom: 26px;
    }
    .trust-card-icon {
      width: 64px;
      height: 64px;
      border-radius: 18px;
      background: linear-gradient(145deg, var(--primary), #f04a3a);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      box-shadow: 0 10px 24px rgba(var(--primary-rgb), .35);
      transition: transform .35s ease, box-shadow .35s ease;
    }
    .trust-section .col-sm-6:nth-child(even) .trust-card-icon {
      background: linear-gradient(145deg, var(--secondary), #4a2288);
      box-shadow: 0 10px 24px rgba(var(--secondary-rgb), .3);
    }
    .trust-card:hover .trust-card-icon {
      transform: scale(1.08) rotate(-3deg);
    }
    .trust-card-icon i {
      font-size: 28px;
      color: #fff;
    }
    .trust-card-badge {
      position: absolute;
      bottom: -4px;
      right: -8px;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background: #fff;
      border: 2px solid var(--cream);
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
    }
    .trust-card-badge i {
      font-size: 13px;
      color: #22a559;
      font-weight: 700;
    }
    .trust-card h5 {
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 19px;
      color: #1a1a1a;
      margin-bottom: 12px;
      line-height: 1.35;
      padding-right: 36px;
    }
    .trust-card p {
      font-size: 14px;
      color: #777;
      line-height: 1.75;
      margin: 0;
    }
    .trust-card-line {
      display: block;
      width: 36px;
      height: 3px;
      border-radius: 3px;
      background: linear-gradient(90deg, var(--primary), var(--secondary));
      margin-top: 20px;
      transition: width .35s ease;
    }
    .trust-card:hover .trust-card-line { width: 56px; }
    /* ===== FEATURES STRIP ===== */
    .features-strip {
      background: var(--dark-teal);
      padding: 32px 0;
    }
    .features-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .feature-item {
      flex: 1;
      display: flex;
      align-items: center;
      gap: 14px;
      color: #fff;
      padding: 0 28px;
    }
    .feature-item:first-child { padding-left: 0; }
    .feature-item:last-child  { padding-right: 0; }
    .feature-item:not(:last-child) {
      border-right: 1px solid rgba(255,255,255,.15);
    }
    .feature-item i {
      flex-shrink: 0;
      font-size: 28px;
      line-height: 1;
      min-width: 28px;
      color: var(--orange);
    }
    .feature-item h6 {
      margin: 0;
      font-size: 15px;
      font-weight: 600;
    }
    .feature-item p {
      margin: 0;
      font-size: 12px;
      color: rgba(255,255,255,.6);
    }
    /* ===== ABOUT ===== */
    .about-section { padding: 100px 0; background: #fff; }
    .section-tag {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--orange);
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      margin-bottom: 14px;
    }
    .section-tag::before {
      content: '';
      width: 28px; height: 2px;
      background: var(--orange);
    }
    .section-title {
      font-family: 'Poppins', sans-serif;
      font-size: clamp(32px, 4vw, 52px);
      font-weight: 900;
      line-height: 1.15;
      color: #1a1a1a;
    }
    .section-title span { color: var(--orange); }
    .about-img-wrap {
      position: relative;
    }
    .about-img-wrap img {
      width: 100%;
      border-radius: 20px;
      object-fit: cover;
      height: 480px;
    }
    .about-badge-float {
      position: absolute;
      bottom: -20px;
      right: -20px;
      background: var(--orange);
      color: #fff;
      border-radius: 18px;
      padding: 20px 24px;
      text-align: center;
      box-shadow: 0 12px 32px rgba(var(--primary-rgb), .3);
    }
    .about-badge-float strong {
      display: block;
      font-size: 36px;
      font-family: 'Poppins', sans-serif;
      font-weight: 900;
    }
    .about-badge-float span { font-size: 12px; opacity: .85; }
    .about-list { list-style: none; padding: 0; margin: 24px 0; }
    .about-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 14px;
      font-size: 15px;
      color: #555;
    }
    .about-list li i { color: var(--orange); margin-top: 4px; flex-shrink: 0; }
    .about-list li > div { flex: 1; }
    .about-list li strong {
      display: block;
      font-weight: 600;
      font-size: 15px;
      color: #1a1a1a;
      margin-bottom: 3px;
    }
    .about-list li span {
      display: block;
      font-size: 13px;
      color: #777;
      line-height: 1.5;
    }
    .about-text {
      color: #555;
      font-size: 15px;
      line-height: 1.85;
      margin-bottom: 16px;
    }
    .about-list-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4px 20px;
      margin: 22px 0;
    }
    .about-quote {
      margin: 22px 0 20px;
      padding: 20px 24px;
      border-left: 4px solid var(--primary);
      background: linear-gradient(135deg, rgba(var(--primary-rgb), .06), rgba(var(--secondary-rgb), .06));
      border-radius: 0 14px 14px 0;
      font-size: 16px;
      font-style: italic;
      font-weight: 500;
      color: var(--secondary);
      line-height: 1.7;
    }
    .about-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 16px;
    }
    .about-actions .btn-start,
    .about-actions .btn-quotation {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 14px 32px !important;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.25;
      text-decoration: none;
      border: none;
      white-space: nowrap;
    }
    .about-actions .btn-quotation {
      background: var(--primary);
      color: #fff !important;
      border-radius: 50px;
      box-shadow: 0 8px 24px rgba(var(--primary-rgb), .3);
      transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
    }
    .about-actions .btn-quotation:hover {
      background: var(--primary-dark);
      color: #fff !important;
      transform: translateY(-2px);
      box-shadow: 0 12px 28px rgba(var(--primary-rgb), .35);
    }

    /* ===== PACKAGES SECTION ===== */
    .packages-section {
      padding: 100px 0 0;
      background: linear-gradient(180deg, #fff 0%, var(--cream) 100%);
    }
    .packages-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: linear-gradient(135deg, rgba(var(--primary-rgb), .1), rgba(var(--secondary-rgb), .08));
      border: 1px solid rgba(var(--secondary-rgb), .12);
      border-radius: 50px;
      padding: 10px 22px;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--secondary);
      margin-bottom: 18px;
    }
    .packages-intro-block {
      margin-bottom: 48px;
    }
    .packages-intro {
      max-width: 640px;
      margin: 16px auto 0;
      font-size: 16px;
      line-height: 1.8;
      color: #666;
    }
    .packages-subheading {
      font-family: 'Poppins', sans-serif;
      font-size: clamp(22px, 3vw, 28px);
      font-weight: 800;
      color: #1a1a1a;
      margin-bottom: 24px;
    }
    .packages-subheading span {
      color: var(--primary);
      font-weight: 700;
    }
    .pricing-block {
      margin-bottom: 64px;
    }
    .our-menu-block {
      background: #fff;
      border: 1px solid rgba(0, 0, 0, .06);
      border-radius: 28px;
      padding: 40px 32px 36px;
      box-shadow: 0 12px 48px rgba(var(--secondary-rgb), .06);
    }
    .our-menu-head {
      margin-bottom: 36px;
    }
    .our-menu-head .packages-pill {
      margin-bottom: 16px;
    }
    .our-menu-note {
      max-width: 560px;
      margin: 12px auto 0;
      font-size: 15px;
      color: #666;
      line-height: 1.7;
    }
    .pricing-card-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 8px;
    }
    .pricing-negotiable-tag {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      background: rgba(34, 165, 89, .12);
      color: #1a8a4a;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .3px;
      padding: 6px 10px;
      border-radius: 50px;
      white-space: nowrap;
      flex-shrink: 0;
    }
    .pricing-negotiable-tag i {
      font-size: 11px;
    }
    .pricing-menu-title {
      font-family: 'Poppins', sans-serif;
      font-size: 17px;
      font-weight: 800;
      color: var(--secondary);
      margin: 0 0 6px;
      padding-bottom: 12px;
      border-bottom: 2px solid rgba(var(--primary-rgb), .15);
    }
    .pricing-item-count {
      display: inline-block;
      font-size: 11px;
      font-weight: 600;
      color: #888;
      text-transform: uppercase;
      letter-spacing: .5px;
      margin-bottom: 14px;
    }
    .pricing-menu-list {
      margin: 0 0 20px;
      flex: 1;
    }
    .pricing-menu-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      padding: 8px 0;
      font-size: 13px;
      color: #444;
      line-height: 1.4;
      border-bottom: 1px solid rgba(0, 0, 0, .04);
    }
    .pricing-menu-list li:last-child {
      border-bottom: none;
    }
    .pricing-menu-list li i {
      color: #22a559;
      font-size: 14px;
      flex-shrink: 0;
      margin-top: 1px;
    }
    .pricing-menu-list li span {
      flex: 1;
    }
    .pricing-card.popular .pricing-menu-title {
      color: var(--primary);
      border-bottom-color: rgba(var(--primary-rgb), .35);
    }
    .menu-compare-wrap {
      margin-top: 40px;
      margin-bottom: 0;
    }
    .pricing-features {
      margin: 0 0 20px;
      flex: 1;
    }
    .pricing-features li {
      font-size: 14px;
      color: #555;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 7px 0;
      border-bottom: 1px solid rgba(0, 0, 0, .04);
    }
    .pricing-features li:last-child { border-bottom: none; }
    .pricing-features li i {
      color: #22a559;
      font-size: 15px;
      flex-shrink: 0;
    }
    .week-menu-section {
      background: linear-gradient(165deg, #fff 0%, var(--cream) 50%, #fff 100%);
      border: 1px solid rgba(var(--secondary-rgb), .08);
      border-radius: 28px;
      padding: 36px 32px 40px;
      margin-bottom: 48px;
      box-shadow: 0 16px 56px rgba(var(--secondary-rgb), .08);
      position: relative;
      overflow: hidden;
      clear: both;
    }
    .week-menu-section::before {
      content: '';
      position: absolute;
      top: -80px;
      right: -60px;
      width: 240px;
      height: 240px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(var(--primary-rgb), .08) 0%, transparent 70%);
      pointer-events: none;
    }
    .week-menu-header {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 20px 24px;
      margin-bottom: 28px;
      text-align: center;
    }
    .week-menu-header > div {
      flex: 1 1 280px;
      min-width: 0;
    }
    .week-menu-header .packages-subheading {
      margin-bottom: 8px;
      text-align: inherit;
    }
    @media (max-width: 991px) {
      .week-menu-header .btn-download-menu {
        width: 100%;
        justify-content: center;
      }
    }
    .week-menu-desc {
      font-size: 15px;
      color: #666;
      line-height: 1.7;
      margin: 0 auto;
      max-width: 520px;
      text-align: center;
    }
    .week-menu-header .btn-download-menu {
      flex-shrink: 0;
      margin: 0 auto;
    }
    @media (min-width: 992px) {
      .week-menu-header {
        text-align: left;
        flex-wrap: nowrap;
      }
      .week-menu-desc {
        margin: 8px 0 0;
        text-align: left;
      }
      .week-menu-header .btn-download-menu {
        margin: 0;
        align-self: center;
      }
    }
    .btn-download-menu {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 22px;
      background: var(--cream);
      border: 1.5px solid rgba(var(--secondary-rgb), .15);
      color: var(--secondary);
      border-radius: 50px;
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
      transition: all .25s;
      white-space: nowrap;
    }
    .btn-download-menu:hover {
      background: var(--secondary);
      color: #fff;
      border-color: var(--secondary);
    }
    .btn-download-light {
      background: rgba(255, 255, 255, .15);
      border-color: rgba(255, 255, 255, .35);
      color: #fff;
    }
    .btn-download-light:hover {
      background: #fff;
      color: var(--secondary);
    }
    .week-day-tabs {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 8px;
      margin-bottom: 28px;
      padding: 8px;
      background: #fff;
      border-radius: 16px;
      border: 1px solid rgba(0, 0, 0, .06);
      box-shadow: inset 0 2px 8px rgba(0, 0, 0, .03);
      position: relative;
      z-index: 1;
      width: 100%;
    }
    .week-day-tab {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      border: none;
      background: transparent;
      border-radius: 12px;
      padding: 10px 8px;
      font-size: 13px;
      font-weight: 700;
      color: #666;
      cursor: pointer;
      transition: background .25s ease, color .25s ease, box-shadow .25s ease;
      text-align: center;
      line-height: 1.25;
      width: 100%;
    }
    .week-day-tab .tab-short {
      display: block;
    }
    .week-day-tab .tab-full {
      display: none;
      font-size: 14px;
      font-weight: 600;
      opacity: .9;
      margin-top: 3px;
    }
    @media (min-width: 768px) {
      .week-day-tab {
        min-height: 58px;
        padding: 12px 10px;
      }
      .week-day-tab .tab-short { display: none; }
      .week-day-tab .tab-full { display: block; }
    }
    .week-day-tab:hover {
      background: rgba(var(--primary-rgb), .08);
      color: var(--primary);
    }
    .week-day-tab.active {
      background: linear-gradient(145deg, var(--primary), #f04a3a);
      color: #fff;
      box-shadow: 0 6px 16px rgba(var(--primary-rgb), .35);
    }
    .week-menu-panels {
      position: relative;
      z-index: 1;
      width: 100%;
      margin-bottom: 8px;
    }
    .week-menu-panel {
      display: none;
      animation: weekPanelIn .45s ease;
    }
    @keyframes weekPanelIn {
      from { opacity: 0; transform: translateY(12px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .week-menu-panel.active {
      display: block;
    }
    .week-panel-head {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 24px;
      padding: 18px 22px;
      background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-dark) 100%);
      border-radius: 16px;
      color: #fff;
      text-align: left;
    }
    .week-panel-head > div {
      flex: 1;
      min-width: 0;
    }
    .week-menu-panel .row.week-meals-row {
      align-items: stretch;
      margin-left: calc(var(--bs-gutter-x, 1.5rem) * -.5);
      margin-right: calc(var(--bs-gutter-x, 1.5rem) * -.5);
    }
    .week-menu-panel .row.week-meals-row > [class*="col-"] {
      display: flex;
      flex-direction: column;
    }
    .week-day-badge {
      flex-shrink: 0;
      width: 52px;
      height: 52px;
      border-radius: 14px;
      background: rgba(255, 255, 255, .15);
      border: 1px solid rgba(255, 255, 255, .2);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 1px;
    }
    .week-panel-head .week-day-title {
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: 800;
      color: #fff;
      margin: 0 0 4px;
      line-height: 1.2;
    }
    .week-day-sub {
      font-size: 13px;
      color: rgba(255, 255, 255, .7);
      margin: 0;
      line-height: 1.45;
    }
    .week-meal-card {
      background: #fff;
      border-radius: 20px;
      padding: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      border: 1px solid rgba(0, 0, 0, .06);
      overflow: hidden;
      box-shadow: 0 10px 32px rgba(0, 0, 0, .07);
      transition: transform .35s ease, box-shadow .35s ease;
    }
    .week-meal-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 48px rgba(var(--secondary-rgb), .12);
    }
    .week-meal-visual {
      position: relative;
      height: 320px;
      overflow: hidden;
    }
    .week-meal-visual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .5s ease;
    }
    .week-meal-card:hover .week-meal-visual img {
      transform: scale(1.08);
    }
    .week-meal-visual::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0, 0, 0, .55) 0%, transparent 55%);
      pointer-events: none;
    }
    .week-meal-type {
      position: absolute;
      bottom: 14px;
      left: 16px;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255, 255, 255, .95);
      color: var(--secondary);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .5px;
      text-transform: uppercase;
      padding: 8px 14px;
      border-radius: 50px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    }
    .week-meal-type i {
      color: var(--primary);
      font-size: 14px;
    }
    .week-meal-card.lunch .week-meal-type i { color: var(--secondary); }
    .week-meal-body {
      padding: 20px 22px 22px;
      flex: 1;
      display: flex;
      flex-direction: column;
    }
    .week-meal-items {
      flex: 1;
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .week-meal-items li {
      font-size: 14px;
      color: #444;
      padding: 9px 0 9px 22px;
      position: relative;
      line-height: 1.45;
      border-bottom: 1px solid rgba(0, 0, 0, .04);
    }
    .week-meal-items li:last-child { border-bottom: none; }
    .week-meal-items li::before {
      content: '\F26B';
      font-family: 'bootstrap-icons';
      position: absolute;
      left: 0;
      top: 10px;
      font-size: 12px;
      color: var(--primary);
    }
    .week-meal-card.lunch .week-meal-items li::before {
      color: var(--secondary);
    }
    .meal-diff-strip {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 20px;
      margin: 0 0 48px;
    }
    .meal-diff-card {
      background: #fff;
      border: 1px solid rgba(0, 0, 0, .07);
      border-radius: 14px;
      padding: 18px 14px;
      text-align: center;
      box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
      transition: transform .25s, border-color .25s;
    }
    .meal-diff-card:hover {
      transform: translateY(-4px);
      border-color: var(--secondary);
    }
    .meal-diff-card i {
      display: block;
      font-size: 24px;
      color: var(--primary);
      margin-bottom: 10px;
    }
    .meal-diff-card span {
      font-size: 12px;
      font-weight: 700;
      color: #333;
      line-height: 1.35;
    }
    .menu-photo-preview {
      margin-top: 8px;
      margin-bottom: 56px;
    }
    .gallery-card {
      position: relative;
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0 8px 28px rgba(0, 0, 0, .1);
      height: 100%;
    }
    .gallery-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
      transition: transform .4s ease;
    }
    .gallery-card-lg img { height: 100%; max-height: 460px; }
    .gallery-card:hover img { transform: scale(1.05); }
    .gallery-cap {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 14px 18px;
      background: linear-gradient(transparent, rgba(0, 0, 0, .75));
      color: #fff;
      font-size: 14px;
      font-weight: 600;
    }
    .quality-section {
      padding: 72px 0;
      background: var(--secondary);
    }
    .quality-section .section-title { color: #fff; }
    .quality-section .section-title span { color: var(--primary); }
    .quality-section .section-tag { color: rgba(255, 255, 255, .8); }
    .quality-section .section-tag::before { background: var(--primary); }
    .quality-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 16px;
    }
    .quality-item {
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: 16px;
      padding: 24px 16px;
      text-align: center;
      transition: background .25s;
    }
    .quality-item:hover { background: rgba(255, 255, 255, .14); }
    .quality-item i {
      font-size: 28px;
      color: var(--primary);
      margin-bottom: 12px;
      display: block;
    }
    .quality-item h6 {
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 6px;
    }
    .quality-item p {
      color: rgba(255, 255, 255, .65);
      font-size: 12px;
      margin: 0;
      line-height: 1.45;
    }
    .plan-tabs {
      display: inline-flex;
      gap: 8px;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, .08);
      border-radius: 50px;
      padding: 6px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
      margin-top: 32px;
    }
    .plan-tab {
      border: none;
      background: transparent;
      border-radius: 50px;
      padding: 10px 24px;
      font-size: 14px;
      font-weight: 600;
      color: #666;
      cursor: pointer;
      transition: all .25s ease;
    }
    .plan-tab.active {
      background: var(--primary);
      color: #fff;
      box-shadow: 0 6px 16px rgba(var(--primary-rgb), .35);
    }
    .pricing-card {
      background: #fff;
      border: 1.5px solid rgba(0, 0, 0, .07);
      border-radius: 22px;
      padding: 28px 24px 24px;
      height: 100%;
      display: flex;
      flex-direction: column;
      position: relative;
      overflow: hidden;
      box-shadow: 0 8px 32px rgba(0, 0, 0, .05);
      transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    }
    .pricing-card:hover {
      transform: translateY(-8px);
      border-color: var(--secondary);
      box-shadow: 0 20px 48px rgba(var(--secondary-rgb), .14);
    }
    .pricing-card.popular {
      border: 2px solid var(--primary);
      box-shadow: 0 12px 40px rgba(var(--primary-rgb), .15);
      transform: scale(1.03);
    }
    .pricing-card.popular:hover {
      transform: scale(1.03) translateY(-8px);
    }
    .pricing-ribbon {
      position: absolute;
      top: 18px;
      right: -32px;
      background: linear-gradient(135deg, var(--primary), #f04a3a);
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .5px;
      text-transform: uppercase;
      padding: 6px 40px;
      transform: rotate(45deg);
      box-shadow: 0 4px 12px rgba(var(--primary-rgb), .4);
    }
    .pricing-popular-tag {
      display: inline-block;
      font-size: 11px;
      font-weight: 600;
      color: var(--primary);
      background: rgba(var(--primary-rgb), .1);
      border-radius: 50px;
      padding: 5px 12px;
      margin-bottom: 12px;
    }
    .pricing-price {
      font-family: 'Poppins', sans-serif;
      font-size: 44px;
      font-weight: 900;
      color: var(--primary);
      line-height: 1;
      margin-bottom: 4px;
    }
    .pricing-price span {
      font-size: 22px;
      font-weight: 700;
      vertical-align: super;
    }
    .pricing-name {
      font-size: 18px;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 20px;
    }
    .pricing-sub {
      font-size: 12px;
      color: #999;
      margin-top: -14px;
      margin-bottom: 18px;
    }
    .meal-block {
      margin-bottom: 16px;
    }
    .meal-block h6 {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      color: var(--secondary);
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .meal-block h6 i { font-size: 13px; color: var(--primary); }
    .meal-block ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .meal-block li {
      font-size: 13px;
      color: #555;
      padding: 4px 0;
      padding-left: 16px;
      position: relative;
      line-height: 1.45;
    }
    .meal-block li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 11px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--primary);
      opacity: .6;
    }
    .pricing-highlights {
      margin: 8px 0 16px;
      padding-top: 14px;
      border-top: 1px dashed rgba(0, 0, 0, .1);
    }
    .pricing-highlights li {
      font-size: 12px;
      color: #555;
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 6px;
    }
    .pricing-highlights li i { color: #22a559; font-size: 14px; }
    .pricing-negotiable {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(var(--secondary-rgb), .08);
      color: var(--secondary);
      font-size: 12px;
      font-weight: 600;
      border-radius: 8px;
      padding: 8px 12px;
      margin-bottom: 16px;
      width: 100%;
      justify-content: center;
    }
    .pricing-cta {
      margin-top: auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      width: 100%;
      padding: 14px 20px;
      background: var(--primary);
      color: #fff !important;
      border-radius: 50px;
      font-weight: 700;
      font-size: 14px;
      text-decoration: none;
      transition: background .25s, transform .25s, box-shadow .25s;
      box-shadow: 0 8px 20px rgba(var(--primary-rgb), .3);
    }
    .pricing-cta:hover {
      background: var(--primary-dark);
      color: #fff !important;
      transform: translateY(-2px);
      box-shadow: 0 12px 28px rgba(var(--primary-rgb), .4);
    }
    .packages-addons {
      background: #fff;
      border: 1px solid rgba(0, 0, 0, .06);
      border-radius: 16px;
      padding: 20px 28px;
      margin: 48px 0 40px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 12px 28px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, .04);
    }
    .packages-addons strong {
      color: var(--secondary);
      font-size: 14px;
    }
    .packages-addons span {
      font-size: 13px;
      color: #666;
      padding: 6px 14px;
      background: var(--cream);
      border-radius: 50px;
    }
    .compare-wrap {
      background: #fff;
      border-radius: 20px;
      border: 1px solid rgba(0, 0, 0, .06);
      box-shadow: 0 8px 40px rgba(0, 0, 0, .06);
      overflow: hidden;
      margin-bottom: 48px;
    }
    .compare-wrap h4 {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-weight: 700;
      padding: 24px 28px 0;
      margin: 0;
      color: #1a1a1a;
    }
    .compare-table {
      width: 100%;
      margin: 0;
      border-collapse: collapse;
    }
    .compare-table th,
    .compare-table td {
      padding: 16px 20px;
      text-align: center;
      font-size: 14px;
      border-bottom: 1px solid rgba(0, 0, 0, .06);
    }
    .compare-table th:first-child,
    .compare-table td:first-child {
      text-align: left;
      font-weight: 600;
      color: #444;
      padding-left: 28px;
    }
    .compare-table thead th {
      background: var(--secondary);
      color: #fff;
      font-weight: 700;
      font-size: 15px;
      border: none;
    }
    .compare-table thead th:first-child {
      background: var(--secondary-dark);
      border-radius: 0;
    }
    .compare-table thead th.col-popular {
      background: var(--primary);
    }
    .compare-table tbody tr:hover td {
      background: rgba(var(--primary-rgb), .04);
    }
    .compare-table .check { color: #22a559; font-size: 18px; }
    .compare-table .cross { color: #ccc; font-size: 16px; }
    .compare-table .col-popular {
      background: rgba(var(--primary-rgb), .06);
      font-weight: 700;
      color: var(--primary);
    }
    .packages-badges {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px;
      margin-bottom: 40px;
    }
    .packages-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, .08);
      border-radius: 50px;
      padding: 10px 18px;
      font-size: 13px;
      font-weight: 600;
      color: #444;
      box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
    }
    .packages-badge i {
      color: var(--primary);
      font-size: 16px;
    }
    .packages-cta-banner {
      background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-dark) 100%);
      border-radius: 24px;
      padding: 48px 40px;
      text-align: center;
      color: #fff;
      margin-bottom: 100px;
      position: relative;
      overflow: hidden;
    }
    .packages-cta-banner::before {
      content: '';
      position: absolute;
      top: -60px;
      right: -40px;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      background: rgba(var(--primary-rgb), .2);
    }
    .packages-cta-banner h3 {
      font-family: 'Poppins', sans-serif;
      font-size: clamp(24px, 3vw, 34px);
      font-weight: 800;
      margin-bottom: 12px;
      position: relative;
    }
    .packages-cta-banner p {
      color: rgba(255, 255, 255, .75);
      font-size: 16px;
      max-width: 560px;
      margin: 0 auto 28px;
      line-height: 1.7;
      position: relative;
    }
    .packages-cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      justify-content: center;
      position: relative;
    }
    .packages-cta-actions .btn-cta-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 14px 32px;
      background: var(--primary);
      color: #fff;
      border-radius: 50px;
      font-weight: 700;
      text-decoration: none;
      transition: all .25s;
      box-shadow: 0 8px 24px rgba(var(--primary-rgb), .4);
    }
    .packages-cta-actions .btn-cta-primary:hover {
      background: var(--primary-dark);
      transform: translateY(-2px);
      color: #fff;
    }
    .packages-cta-actions .btn-cta-whatsapp {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 14px 32px;
      background: rgba(255, 255, 255, .12);
      border: 2px solid rgba(255, 255, 255, .35);
      color: #fff;
      border-radius: 50px;
      font-weight: 700;
      text-decoration: none;
      transition: all .25s;
    }
    .packages-cta-actions .btn-cta-whatsapp:hover {
      background: #fff;
      color: var(--secondary);
    }
    /* ===== SERVICES ===== */
    .services-section { padding: 100px 0; background: #fff; }
    .service-card {
      border: 1.5px solid #eee;
      border-radius: 18px;
      padding: 32px 28px;
      transition: all .3s;
      height: 100%;
    }
    .service-card:hover {
      border-color: var(--orange);
      box-shadow: 0 10px 36px rgba(var(--primary-rgb), .1);
      transform: translateY(-4px);
    }
    .service-icon {
      width: 56px; height: 56px;
      border-radius: 14px;
      background: rgba(var(--primary-rgb), .1);
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 20px;
    }
    .service-icon i { color: var(--orange); font-size: 24px; }
    .service-card h5 {
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 19px;
      margin-bottom: 10px;
    }
    .service-card p { font-size: 14px; color: #777; line-height: 1.7; }

    /* ===== CTA BANNER ===== */
    .cta-section {
      background: var(--dark-teal);
      padding: 80px 0;
      position: relative;
      overflow: hidden;
    }
    .cta-section::before {
      content: '';
      position: absolute;
      top: -60px; right: -60px;
      width: 280px; height: 280px;
      border-radius: 50%;
      background: rgba(var(--primary-rgb), .15);
    }
    .cta-section::after {
      content: '';
      position: absolute;
      bottom: -80px; left: -40px;
      width: 220px; height: 220px;
      border-radius: 50%;
      background: rgba(255,255,255,.05);
    }
    .cta-section h2 {
      font-family: 'Poppins', sans-serif;
      font-size: clamp(28px, 4vw, 48px);
      color: #fff;
      font-weight: 900;
      margin-bottom: 14px;
    }
    .cta-section p { color: rgba(255,255,255,.7); font-size: 16px; margin-bottom: 0; }
    .btn-cta-orange {
      background: var(--orange);
      color: #fff;
      border: none;
      border-radius: 50px;
      padding: 16px 36px;
      font-weight: 700;
      font-size: 15px;
      transition: all .2s;
      text-decoration: none;
      display: inline-block;
    }
    .btn-cta-orange:hover {
      background: var(--primary-dark);
      transform: translateY(-2px);
      color: #fff;
    }

    /* ===== TESTIMONIALS ===== */
    .testimonials-section {
      padding: 100px 0;
      background: var(--cream);
    }
    .testimonials-header { margin-bottom: 48px; }
    .testimonials-intro {
      font-size: 16px;
      color: #4a4a6a;
      line-height: 1.8;
      max-width: 640px;
      margin: 0 auto;
    }
    .testimonials-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-bottom: 60px;
    }
    .testimonial-card {
      background: #fff;
      border-radius: 20px;
      padding: 32px 28px;
      border: 1px solid rgba(var(--secondary-rgb), 0.06);
      box-shadow: 0 4px 24px rgba(var(--secondary-rgb), 0.06);
      height: 100%;
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .testimonial-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 80px rgba(35, 22, 62, 0.12);
    }
    .testimonial-stars { color: #f5a623; font-size: 14px; margin-bottom: 16px; letter-spacing: 2px; }
    .testimonial-text {
      font-size: 14px;
      color: #4a4a6a;
      line-height: 1.8;
      margin-bottom: 20px;
      font-style: italic;
    }
    .testimonial-author { display: flex; align-items: center; gap: 12px; }
    .testimonial-avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--primary), var(--secondary));
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 700;
      font-size: 16px;
      flex-shrink: 0;
    }
    .testimonial-avatar--purple {
      background: linear-gradient(135deg, var(--secondary), #4a3070);
    }
    .testimonial-avatar--green {
      background: linear-gradient(135deg, #22a559, #1a7a3e);
    }
    .testimonial-name { font-size: 14px; font-weight: 700; color: var(--secondary); }
    .testimonial-role { font-size: 12px; color: #8a8aaa; }
    .testimonials-section .fssai-strip {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      background: #fff;
      border-radius: 16px;
      padding: 24px 40px;
      border: 1px solid rgba(var(--secondary-rgb), 0.06);
      flex-wrap: wrap;
    }
    .testimonials-section .fssai-item {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #4a4a6a;
      font-size: 14px;
      font-weight: 600;
    }
    .testimonials-section .fssai-item i { font-size: 20px; color: #22a559; }
    .stars { color: #F5A623; margin-bottom: 16px; font-size: 14px; }

    /* ===== FOOTER ===== */
    footer {
      background: var(--secondary-dark);
      color: rgba(255,255,255,.7);
      padding: 64px 0 32px;
    }
    footer h5 {
      color: #fff;
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 20px;
    }
    footer ul { list-style: none; padding: 0; margin: 0; }
    footer ul li { margin-bottom: 10px; }
    footer ul li a {
      color: rgba(255,255,255,.6);
      text-decoration: none;
      font-size: 14px;
      transition: color .2s;
    }
    footer ul li a:hover { color: var(--orange); }
    .footer-brand { font-family: 'Poppins', sans-serif; font-size: 28px; font-weight: 900; color: #fff; }
    .footer-logo {
      height: 64px;
      width: auto;
      object-fit: contain;
      display: block;
      margin-bottom: 16px;
    }
    .footer-divider { border-color: rgba(255,255,255,.1); margin: 40px 0 24px; }
    .footer-bottom { font-size: 13px; color: rgba(255,255,255,.4); }
    .social-links { display: flex; gap: 12px; margin-top: 20px; }
    .social-links a {
      width: 38px; height: 38px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.2);
      display: flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,.6);
      transition: all .2s;
      text-decoration: none;
    }
    .social-links a:hover {
      background: var(--orange);
      border-color: var(--orange);
      color: #fff;
    }

    footer .input-group .form-control {
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.15);
      color: #fff;
    }
    footer .input-group .form-control::placeholder {
      color: rgba(255, 255, 255, 0.55);
      opacity: 1;
    }
    footer .input-group .form-control::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.55);
    }
    footer .input-group .form-control:focus {
      background: rgba(255, 255, 255, 0.12);
      border-color: rgba(255, 255, 255, 0.35);
      color: #fff;
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.1);
    }
    footer .input-group .form-control:-webkit-autofill,
    footer .input-group .form-control:-webkit-autofill:hover,
    footer .input-group .form-control:-webkit-autofill:focus {
      -webkit-text-fill-color: #fff;
      -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.08) inset;
      transition: background-color 5000s ease-in-out 0s;
    }
    footer .input-group .btn {
      background: var(--primary);
      color: #fff;
      font-weight: 600;
      border: none;
    }
    footer .input-group .btn:hover {
      background: var(--primary-dark);
      color: #fff;
    }

    /* ===== RESPONSIVE ===== */
    /* Tablet landscape & below (≤1199px) */
    @media (max-width: 1199px) {
      .pricing-card.popular { transform: none; }
      .pricing-card.popular:hover { transform: translateY(-8px); }
    }

    /* Tablet & below (≤991px) */
    @media (max-width: 991px) {
      .brand-logo { height: 64px; }
      .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .navbar { padding: 8px 0; }
      .navbar-collapse {
        padding: 12px 0 16px;
        border-top: 1px solid rgba(0, 0, 0, .06);
        margin-top: 8px;
      }
      .navbar-collapse .btn-quotation {
        display: flex;
        justify-content: center;
        margin: 12px 0 4px;
        width: 100%;
        text-align: center;
      }
      .hero {
        min-height: auto;
      }
      .hero-content {
        padding: 100px 0 48px;
      }
      .hero-title {
        font-size: clamp(34px, 7vw, 52px);
      }
      .hero-desc {
        max-width: 100%;
        font-size: 15px;
      }
      .hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
      }
      .hero-actions .btn-start {
        justify-content: center;
        width: 100%;
      }
      .hero-actions .trust-pill {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
      }
      .hero-actions .trust-text {
        width: 100%;
      }
      .stat-cards-col {
        margin-top: 8px;
      }
      .stat-grid {
        margin-top: 32px;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
      }
      .trust-section {
        padding: 72px 0 64px;
      }
      .trust-header {
        margin-bottom: 40px;
      }
      .trust-highlights {
        gap: 16px 20px;
      }
      .features-strip {
        padding: 28px 0;
      }
      .features-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px 16px;
      }
      .feature-item {
        flex: none;
        padding: 0 12px !important;
        border-right: none !important;
      }
      .feature-item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, .15) !important;
      }
      .feature-item:nth-child(1),
      .feature-item:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, .15);
        padding-bottom: 24px !important;
      }
      .about-section,
      .services-section,
      .testimonials-section {
        padding: 72px 0;
      }
      .about-img-wrap img {
        height: 380px;
      }
      .about-badge-float {
        right: 12px;
        bottom: -12px;
        padding: 16px 20px;
      }
      .about-badge-float strong {
        font-size: 28px;
      }
      .packages-section {
        padding-top: 72px;
      }
      .pricing-block {
        margin-bottom: 48px;
      }
      .meal-diff-strip {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
      }
      .quality-grid {
        grid-template-columns: repeat(3, 1fr);
      }
      .week-day-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
      }
      .week-day-tabs::-webkit-scrollbar { display: none; }
      .week-day-tab {
        flex: 0 0 auto;
        min-width: 72px;
        width: auto;
      }
      .packages-cta-banner {
        margin-bottom: 72px;
      }
      .cta-section {
        padding: 56px 0;
      }
      .cta-section .col-lg-5 {
        text-align: left !important;
      }
    }

    /* Mobile landscape & large phones (≤767px) */
    @media (max-width: 767px) {
      .testimonials-grid {
        grid-template-columns: 1fr;
      }
      .testimonials-section .fssai-strip {
        flex-direction: column;
        gap: 20px;
        padding: 20px 24px;
      }
      .top-bar {
        padding: 10px 0;
      }
      .top-bar .site-container {
        flex-direction: column;
        gap: 6px;
        text-align: center;
      }
      .top-bar a {
        font-size: 11px;
      }
      .brand-logo {
        height: 52px;
      }
      .hero-content {
        padding: 88px 0 40px;
      }
      .hero-badge {
        font-size: 11px;
        letter-spacing: 1.5px;
      }
      .hero-actions .trust-pill {
        padding: 14px 16px;
        background: rgba(0, 0, 0, .25);
        border-radius: 14px;
        border: 1px solid rgba(255, 255, 255, .12);
      }
      .hero-actions .trust-text {
        width: 100%;
      }
      .hero-actions .trust-text strong {
        font-size: 13px;
        line-height: 1.35;
        letter-spacing: 0.02em;
      }
      .hero-actions .trust-text span {
        display: block;
        font-size: 11px;
        line-height: 1.45;
        margin-top: 4px;
      }
      .hero-actions .trust-avatars img {
        width: 32px;
        height: 32px;
      }
      .stat-card {
        padding: 20px 16px;
      }
      .stat-num {
        font-size: 28px;
      }
      .stat-label {
        font-size: 12px;
      }
      .trust-intro,
      .packages-intro {
        font-size: 15px;
      }
      .trust-highlights {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
      }
      .trust-highlight-dot {
        display: none !important;
      }
      .trust-highlight {
        justify-content: center;
        padding: 8px 0;
        border-bottom: 1px solid rgba(0, 0, 0, .06);
      }
      .trust-highlight:last-child {
        border-bottom: none;
      }
      .features-row {
        grid-template-columns: 1fr;
        gap: 0;
      }
      .feature-item {
        padding: 18px 0 !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
      }
      .feature-item:nth-child(odd) {
        border-right: none !important;
      }
      .feature-item:nth-child(1),
      .feature-item:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, .12);
        padding-bottom: 18px !important;
      }
      .feature-item:last-child {
        border-bottom: none;
      }
      .about-section .row {
        gap: 2rem !important;
      }
      .about-img-wrap {
        margin-bottom: 24px;
      }
      .about-img-wrap img {
        height: 280px;
      }
      .about-badge-float {
        right: 8px;
        bottom: -8px;
        padding: 12px 16px;
      }
      .about-badge-float strong {
        font-size: 24px;
      }
      .about-list-grid {
        grid-template-columns: 1fr;
      }
      .about-actions {
        flex-direction: column;
        align-items: stretch;
      }
      .about-actions .btn-start,
      .about-actions .btn-quotation {
        width: 100%;
      }
      .week-menu-section {
        padding: 24px 16px 28px;
        border-radius: 20px;
      }
      .week-day-tabs {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 6px;
        gap: 6px;
      }
      .week-day-tab {
        flex: 0 0 auto;
        min-width: 64px;
        width: auto;
        min-height: 48px;
        padding: 10px 12px;
        font-size: 12px;
      }
      .week-panel-head {
        flex-direction: row;
        text-align: left;
        align-items: center;
        padding: 16px 18px;
      }
      .week-panel-head .week-day-title {
        font-size: 18px;
      }
      .week-menu-panel .row.week-meals-row > [class*="col-"] {
        width: 100%;
      }
      .week-meal-visual {
        height: 150px;
      }
      .meal-diff-strip {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
      }
      .quality-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .gallery-card img {
        height: 200px;
      }
      .gallery-card-lg img {
        min-height: 220px;
      }
      .pricing-price {
        font-size: 36px;
      }
      .pricing-ribbon {
        display: none;
      }
      .pricing-card.popular {
        border-width: 2px;
      }
      .packages-addons {
        flex-direction: column;
        text-align: center;
        padding: 18px 16px;
        margin: 32px 0 28px;
      }
      .compare-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 16px;
      }
      .compare-wrap h4 {
        padding: 20px 20px 0;
        font-size: 18px;
      }
      .compare-table {
        min-width: 520px;
      }
      .compare-table th,
      .compare-table td {
        padding: 12px 14px;
        font-size: 13px;
      }
      .packages-badges {
        gap: 8px;
      }
      .packages-badge {
        font-size: 12px;
        padding: 8px 14px;
      }
      .packages-cta-banner {
        padding: 32px 20px;
        border-radius: 18px;
      }
      .packages-cta-actions {
        flex-direction: column;
        align-items: stretch;
      }
      .packages-cta-actions .btn-cta-primary,
      .packages-cta-actions .btn-cta-whatsapp {
        width: 100%;
        justify-content: center;
      }
      .cta-section .col-lg-5 {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
      }
      .cta-section .btn-cta-orange {
        display: block;
        text-align: center;
        margin: 0 !important;
        width: 100%;
      }
      footer {
        padding: 48px 0 24px;
      }
      footer .input-group {
        flex-direction: column;
      }
      footer .input-group .form-control,
      footer .input-group .btn {
        width: 100%;
        border-radius: 8px !important;
        margin-bottom: 8px;
      }
    }

    /* Small phones (≤575px) */
    @media (max-width: 575px) {
      .section-title {
        font-size: clamp(26px, 7vw, 36px);
      }
      .hero-title {
        font-size: clamp(28px, 8vw, 40px);
      }
      .stat-grid {
        gap: 10px;
      }
      .stat-card {
        padding: 16px 14px;
      }
      .stat-icon {
        width: 34px;
        height: 34px;
        margin-bottom: 12px;
      }
      .stat-num {
        font-size: 24px;
      }
      .trust-section {
        padding: 56px 0 48px;
      }
      .trust-card {
        padding: 26px 20px 22px;
      }
      .trust-card-num {
        font-size: 30px;
        top: 16px;
        right: 16px;
      }
      .trust-highlight strong {
        font-size: 18px;
      }
      .trust-card-icon {
        width: 52px;
        height: 52px;
      }
      .about-quote {
        font-size: 14px;
        padding: 16px 18px;
      }
      .pricing-card {
        padding: 24px 20px 20px;
      }
      .pricing-popular-tag {
        font-size: 10px;
      }
      .our-menu-block {
        padding: 28px 18px 24px;
      }
      .pricing-card-top {
        flex-direction: column;
        align-items: flex-start;
      }
      .pricing-negotiable-tag {
        align-self: flex-start;
      }
      .pricing-menu-list li {
        font-size: 12px;
      }
      .meal-diff-strip {
        grid-template-columns: 1fr;
        gap: 12px;
      }
      .quality-grid {
        grid-template-columns: 1fr;
      }
      .quality-section {
        padding: 48px 0;
      }
      .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 12px;
      }
    }

    /* ===== STICKY CALL & WHATSAPP ===== */
    .sticky-contact {
      position: fixed;
      right: 20px;
      bottom: 24px;
      z-index: 9999;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 12px;
      pointer-events: none;
    }
    .sticky-contact-btn {
      pointer-events: auto;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 14px 18px;
      border-radius: 50px;
      color: #fff;
      text-decoration: none;
      font-size: 14px;
      font-weight: 700;
      line-height: 1;
      box-shadow: 0 8px 28px rgba(0, 0, 0, .22);
      transition: transform .25s ease, box-shadow .25s ease;
    }
    .sticky-contact-btn i {
      font-size: 22px;
      line-height: 1;
    }
    .sticky-contact-btn:hover {
      color: #fff;
      transform: translateY(-3px) scale(1.03);
      box-shadow: 0 14px 36px rgba(0, 0, 0, .28);
    }
    .sticky-phone {
      background: linear-gradient(145deg, var(--secondary), var(--secondary-dark));
    }
    .sticky-whatsapp {
      background: linear-gradient(145deg, #25d366, #128c7e);
      animation: stickyWaPulse 2.5s ease-in-out infinite;
    }
    @keyframes stickyWaPulse {
      0%, 100% { box-shadow: 0 8px 28px rgba(37, 211, 102, .35); }
      50% { box-shadow: 0 8px 32px rgba(37, 211, 102, .55), 0 0 0 8px rgba(37, 211, 102, .15); }
    }
    .sticky-contact-label {
      white-space: nowrap;
    }
    @media (max-width: 575px) {
      .sticky-contact {
        right: 14px;
        bottom: 16px;
        gap: 10px;
      }
      .sticky-contact-btn {
        width: 52px;
        height: 52px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
      }
      .sticky-contact-label {
        display: none;
      }
      .sticky-contact-btn i {
        font-size: 24px;
      }
    }

    /* Extra small (≤400px) */
    @media (max-width: 400px) {
      .site-container,
      .container {
        padding-left: 16px;
        padding-right: 16px;
      }
      .hero-badge .dot {
        width: 8px;
        height: 8px;
      }
      .btn-start,
      .about-actions .btn-start,
      .about-actions .btn-quotation {
        padding: 12px 20px !important;
        font-size: 14px;
      }
      .packages-pill {
        font-size: 11px;
        padding: 8px 16px;
      }
      .hero-actions .trust-pill {
        padding: 12px 14px;
      }
      .hero-actions .trust-text strong {
        font-size: 12px;
      }
    }
