/* ==========================================================================
   Sitio Ejemplo Replica Stylesheet - Casa Panza
   Exact pixel-perfect replica of SitioEjemplo.jpeg
   ========================================================================== */

/* Page Container & Layout */
.se-body {
  background: radial-gradient(circle at 50% 15%, #FFBF47 0%, #F59E0B 45%, #E68A00 100%);
  min-height: 100vh;
  color: #1E1711;
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.se-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 1. Header */
.se-header {
  padding: 16px 0 10px;
  position: relative;
}

.se-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.se-mascot-logo {
  width: 95px;
  height: 95px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.15));
  transition: transform 0.25s ease;
}

.se-mascot-logo:hover {
  transform: scale(1.05) rotate(-2deg);
}

.se-brand-center {
  text-align: center;
  flex-grow: 1;
}

.se-brand-title {
  font-family: 'Lilita One', cursive, sans-serif;
  font-size: 3.6rem;
  color: #D3271D;
  margin: 0;
  line-height: 0.95;
  text-shadow: 2px 2px 0px #FFF, 4px 4px 0px rgba(0,0,0,0.14);
  letter-spacing: -0.5px;
}

.se-brand-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Fredoka', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: #1E1711;
  letter-spacing: 1.5px;
  margin-top: 4px;
}

.se-flag {
  display: inline-flex;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.se-flag span {
  width: 14px;
  height: 5px;
}

.se-flag span:nth-child(1) { background: #008C45; }
.se-flag span:nth-child(2) { background: #FFFFFF; }
.se-flag span:nth-child(3) { background: #CD212A; }

.se-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.se-phone-link {
  font-family: 'Fredoka', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #1E1711;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.se-cart-btn {
  background: #D3271D;
  color: #FFF;
  font-family: 'Fredoka', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 9999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 16px rgba(211, 39, 29, 0.35);
  transition: transform 0.2s ease, background 0.2s ease;
}

.se-cart-btn:hover {
  background: #A81B13;
  transform: translateY(-2px);
}

/* Mobile Hamburger Toggle Button (Hidden on desktop) */
.se-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #1E1711;
  border-radius: 12px;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  transition: all 0.25s ease;
  z-index: 101;
}

.se-menu-toggle:hover {
  background: #FFF;
  transform: scale(1.05);
}

.se-menu-toggle .cp-bar {
  display: block;
  width: 20px;
  height: 2.5px;
  background: #1E1711;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.se-menu-toggle.is-active {
  background: #FFF;
  border-color: #D3271D;
}

.se-menu-toggle.is-active .cp-bar:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
  background: #D3271D;
}

.se-menu-toggle.is-active .cp-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.se-menu-toggle.is-active .cp-bar:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
  background: #D3271D;
}

/* Nav Bar */
.se-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.se-nav-link {
  font-family: 'Fredoka', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #1E1711;
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 9999px;
  transition: all 0.2s ease;
}

.se-nav-link.active {
  background: #FFE0A3;
  color: #D3271D;
}

.se-nav-link:hover {
  color: #D3271D;
}

/* 2. Hero Section — Food truck & Panzerotto background */
.se-hero {
  position: relative;
  min-height: 530px;
  display: flex;
  align-items: center;
  padding: 30px 0 25px;
  overflow: hidden;
}

.se-hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72%;
  min-width: 650px;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.05) 5%, rgba(0,0,0,0.5) 18%, rgba(0,0,0,0.95) 32%, #000 45%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.05) 5%, rgba(0,0,0,0.5) 18%, rgba(0,0,0,0.95) 32%, #000 45%);
  z-index: 1;
  pointer-events: none;
}

.se-hero-overlay {
  position: absolute;
  inset: 0;
  /* Horizontal: gold on the left for text readability, fading smoothly */
  background: linear-gradient(
    to right,
    #F5A623 0%,
    rgba(245, 166, 35, 0.95) 28%,
    rgba(245, 166, 35, 0.5) 42%,
    rgba(245, 166, 35, 0.1) 56%,
    transparent 70%
  );
  z-index: 2;
  pointer-events: none;
}

.se-hero .se-container {
  position: relative;
  z-index: 3;
  width: 100%;
}

.se-hero-inner {
  position: relative;
  max-width: 52%;
}

.se-hero-flag-stripe {
  display: inline-flex;
  width: 130px;
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
  margin: 6px 0 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.se-hero-flag-stripe span:nth-child(1) { width: 33.33%; background: #008C45; }
.se-hero-flag-stripe span:nth-child(2) { width: 33.34%; background: #FFFFFF; }
.se-hero-flag-stripe span:nth-child(3) { width: 33.33%; background: #CD212A; }

.se-hero-cursive {
  font-family: 'Caveat', cursive;
  font-size: 2.7rem;
  color: #1E1711;
  line-height: 1.1;
  display: block;
  transform: rotate(-3deg);
  margin-bottom: 4px;
}

.se-hero-title {
  font-family: 'Lilita One', cursive, sans-serif;
  font-size: 3.4rem;
  line-height: 1.05;
  color: #D3271D;
  text-transform: uppercase;
  margin: 0 0 4px 0;
  text-shadow: 2px 2px 0px #FFF, 4px 4px 0px rgba(0,0,0,0.12);
}

.se-hero-city {
  display: block;
  color: #006833;
  font-size: 2.8rem;
}

.se-hero-lead {
  font-size: 1.08rem;
  color: #3D322A;
  font-weight: 600;
  line-height: 1.55;
  margin: 14px 0 24px;
  max-width: 480px;
}

.se-hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.se-btn-order {
  background: #D3271D;
  color: #FFF;
  font-family: 'Fredoka', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  padding: 13px 26px;
  border-radius: 9999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 20px rgba(211, 39, 29, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: transform 0.2s ease;
}

.se-btn-order:hover {
  transform: translateY(-2px);
  background: #B31F16;
}

.se-btn-delivery {
  background: #1E1711;
  color: #FFF;
  font-family: 'Fredoka', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  padding: 13px 24px;
  border-radius: 9999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  transition: transform 0.2s ease;
}

.se-btn-delivery:hover {
  background: #000;
  transform: translateY(-2px);
}

/* Stamp Badge — positioned absolute inside hero */
.se-stamp-badge {
  position: absolute;
  top: -10px;
  right: -40%;
  width: 96px;
  height: 96px;
  background: #FFD180;
  border: 3px dashed #1E1711;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Fredoka', sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  color: #1E1711;
  text-transform: uppercase;
  line-height: 1.1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  transform: rotate(12deg);
  z-index: 5;
  animation: se-stamp-float 4s ease-in-out infinite alternate;
}

@keyframes se-stamp-float {
  0% { transform: rotate(12deg) translateY(0); }
  100% { transform: rotate(8deg) translateY(-6px); }
}

/* 3. Trust Bar (4 items in a clean pill) */
.se-trust-bar {
  background: #FFFDF8;
  border-radius: 18px;
  padding: 14px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  align-items: center;
  box-shadow: 0 8px 24px rgba(60, 30, 0, 0.1);
  margin: 10px auto 28px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.se-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 8px;
}

.se-trust-item:not(:last-child) {
  border-right: 1px dashed #E0D4C5;
}

.se-trust-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #D3271D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  background: #FFF;
}

.se-trust-text h4 {
  font-family: 'Fredoka', sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 2px 0;
  color: #1E1711;
}

.se-trust-text p {
  font-size: 0.78rem;
  color: #6B5E55;
  margin: 0;
}

/* Section Titles with Ribbons */
.se-section-title-wrap {
  text-align: center;
  margin-bottom: 18px;
}

.se-section-title {
  font-family: 'Lilita One', cursive, sans-serif;
  font-size: 2.5rem;
  color: #D3271D;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  letter-spacing: 0.5px;
  text-shadow: 1.5px 1.5px 0px #FFF, 3px 3px 0px rgba(0,0,0,0.1);
}

.se-squiggly {
  font-family: 'Fredoka', sans-serif;
  font-size: 2rem;
  color: #D3271D;
}

/* 4. NOS SPÉCIALITÉS (6 Cards Grid) */
.se-specialites-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-bottom: 35px;
}

.se-card {
  background: #FFFDF8;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(60, 30, 0, 0.1);
  border: 1.5px solid #D5C9B8;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: center;
}

.se-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(60, 30, 0, 0.14);
}

.se-card-img-wrap {
  width: 100%;
  height: 110px;
  overflow: hidden;
  background: #F7EFE1;
  border: 2px dashed #C4A97D;
  border-radius: 10px;
  margin: 6px;
  width: calc(100% - 12px);
  box-sizing: border-box;
}

.se-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.se-card:hover .se-card-img {
  transform: scale(1.06);
}

.se-card-body {
  padding: 10px 8px 12px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.se-card-title {
  font-family: 'Fredoka', sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #1E1711;
  margin: 0 0 6px 0;
  line-height: 1.2;
}

.se-card-desc {
  font-size: 0.75rem;
  color: #6B5E55;
  line-height: 1.35;
  margin: 0 0 10px 0;
  min-height: 38px;
}

.se-card-price {
  font-family: 'Lilita One', cursive, sans-serif;
  font-size: 1.25rem;
  color: #D3271D;
  margin: 0;
}

/* 5. Two Columns: NOS BOX GOURMANDES (Left) & DOUCEURS & BOISSONS (Right) */
.se-boxes-and-sweets {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 22px;
  align-items: stretch;
  margin-bottom: 40px;
}

/* Left: Box Column */
.se-box-column {
  display: flex;
  flex-direction: column;
}

.se-boxes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  flex-grow: 1;
}

.se-box-card {
  background: #FFFDF8;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(60, 30, 0, 0.1);
  border: 1.5px solid #D5C9B8;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  transition: transform 0.25s ease;
}

.se-box-card:hover {
  transform: translateY(-4px);
}

.se-box-img-wrap {
  width: 100%;
  height: 100px;
  overflow: hidden;
  background: #F7EFE1;
  border: 2px dashed #C4A97D;
  border-radius: 10px;
  margin: 6px;
  width: calc(100% - 12px);
  box-sizing: border-box;
}

.se-box-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.se-box-body {
  padding: 12px 10px 14px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.se-box-top {
  display: flex;
  flex-direction: column;
}

.se-box-title {
  font-family: 'Fredoka', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #1E1711;
  margin: 0 0 4px 0;
}

.se-box-desc {
  font-size: 0.75rem;
  color: #6B5E55;
  line-height: 1.35;
  margin: 0 0 10px 0;
  min-height: 38px;
}

.se-box-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.se-box-price {
  font-family: 'Lilita One', cursive, sans-serif;
  font-size: 1.3rem;
  color: #D3271D;
  margin: 0;
}

.se-box-promo-badge {
  background: #D3271D;
  color: #FFF;
  font-family: 'Fredoka', sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 8px;
  margin-top: 6px;
  border-radius: 4px;
  letter-spacing: 0.3px;
  line-height: 1.1;
  min-height: 22px;
  box-sizing: border-box;
}

.se-box-promo-spacer {
  min-height: 22px;
  margin-top: 6px;
}

.se-box-action-wrap {
  text-align: center;
  margin-top: 24px;
}

.se-btn-box {
  background: #006833;
  color: #FFF;
  font-family: 'Fredoka', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  padding: 12px 30px;
  border-radius: 9999px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(0, 104, 51, 0.3);
  transition: transform 0.2s ease, background 0.2s ease;
}

.se-btn-box:hover {
  background: #005026;
  transform: translateY(-2px);
}

/* Right: Douceurs & Boissons Column */
.se-sweets-column {
  display: flex;
  flex-direction: column;
}

.se-sweets-card {
  background: #FFFDF8;
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 6px 16px rgba(60, 30, 0, 0.1);
  border: 1.5px solid #D5C9B8;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.se-menu-group {
  margin-bottom: 14px;
}

.se-group-heading {
  font-family: 'Fredoka', sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #D3271D;
  margin: 0 0 8px 0;
  border-bottom: 2px dashed #E0D4C5;
  padding-bottom: 4px;
  letter-spacing: 0.5px;
}

.se-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.se-menu-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 3px 0;
  font-size: 0.8rem;
}

.se-item-name {
  font-weight: 700;
  color: #1E1711;
}

.se-item-sub {
  font-weight: 400;
  font-size: 0.72rem;
  color: #6B5E55;
  display: block;
}

.se-item-price {
  font-family: 'Fredoka', sans-serif;
  font-weight: 800;
  color: #1E1711;
  font-size: 0.85rem;
  white-space: nowrap;
}

.se-sweets-action-wrap {
  text-align: center;
  margin-top: 15px;
}

.se-btn-sweets {
  background: #D3271D;
  color: #FFF;
  font-family: 'Fredoka', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  padding: 10px 24px;
  border-radius: 9999px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 14px rgba(211, 39, 29, 0.3);
  transition: transform 0.2s ease;
}

.se-btn-sweets:hover {
  background: #B31F16;
  transform: translateY(-2px);
}

/* 6. Footer matching SitioEjemplo */
.se-footer {
  background: #E88C00;
  padding: 30px 0 0;
  border-top: 3px solid rgba(255, 255, 255, 0.3);
}

.se-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr 1.2fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 25px;
}

.se-footer-grazie {
  font-family: 'Caveat', cursive;
  font-size: 3.8rem;
  color: #1E1711;
  line-height: 0.95;
  display: flex;
  flex-direction: column;
}

.se-footer-grazie span {
  font-size: 1.4rem;
  margin-top: 4px;
}

.se-footer-order-box {
  text-align: left;
}

.se-footer-order-box h4 {
  font-family: 'Fredoka', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #1E1711;
  margin: 0 0 6px 0;
  letter-spacing: 0.5px;
}

.se-footer-order-box p {
  font-size: 0.85rem;
  color: #3D322A;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.se-footer-social {
  text-align: center;
}

.se-footer-social h4 {
  font-family: 'Fredoka', sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #1E1711;
  margin: 0 0 8px 0;
}

.se-social-icons {
  display: inline-flex;
  gap: 10px;
}

.se-social-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #3B5998;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  text-decoration: none;
  font-size: 1.1rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.se-social-icon.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

/* Polaroid Frame */
.se-polaroid-wrap {
  position: relative;
  display: inline-block;
  transform: rotate(3deg);
  transition: transform 0.25s ease;
}

.se-polaroid-wrap:hover {
  transform: rotate(0deg) scale(1.03);
}

.se-polaroid {
  background: #FFF;
  padding: 8px 8px 18px;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  display: block;
}

.se-polaroid-img {
  width: 140px;
  height: 90px;
  object-fit: cover;
  border-radius: 3px;
  display: block;
}

.se-footer-stamp {
  position: absolute;
  top: -12px;
  right: -25px;
  width: 70px;
  height: 70px;
  background: #FFD180;
  border: 2px dashed #1E1711;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Fredoka', sans-serif;
  font-size: 0.52rem;
  font-weight: 800;
  color: #1E1711;
  text-transform: uppercase;
  line-height: 1.05;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transform: rotate(-10deg);
}

.se-bottom-bar {
  background: #A81B13;
  color: rgba(255, 255, 255, 0.9);
  padding: 10px 0;
  font-size: 0.78rem;
  text-align: center;
  margin-top: 15px;
}

.se-bottom-bar a {
  color: #FFF;
  text-decoration: none;
  margin: 0 8px;
}

/* 6. Delivery Zone Section */
.se-delivery-section {
  padding: 35px 0 25px;
}

.se-delivery-card {
  background: #FFF;
  border-radius: 24px;
  padding: 35px 30px;
  border: 3px dashed #D3271D;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.se-delivery-tag {
  display: inline-block;
  background: #FFE0A3;
  color: #D3271D;
  font-family: 'Fredoka', sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 9999px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.se-delivery-title {
  font-family: 'Lilita One', cursive, sans-serif;
  font-size: 2.2rem;
  color: #D3271D;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.se-delivery-subtitle {
  font-size: 1.05rem;
  color: #555;
  margin: 0 0 24px;
}

.se-delivery-rules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 25px;
}

.se-rule-item {
  background: #FFF9EE;
  border: 1.5px solid #F5A623;
  border-radius: 16px;
  padding: 16px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.se-rule-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
}

.se-rule-info strong {
  display: block;
  font-family: 'Fredoka', sans-serif;
  font-size: 0.95rem;
  color: #1E1711;
  margin-bottom: 2px;
}

.se-rule-info p {
  font-size: 0.82rem;
  color: #666;
  margin: 0;
  line-height: 1.3;
}

.se-zip-form {
  display: flex;
  gap: 12px;
  max-width: 520px;
  margin: 0 auto;
}

.se-zip-input {
  flex: 1;
  min-width: 220px;
  padding: 12px 18px;
  border: 2px solid #E2D9C8;
  border-radius: 9999px;
  font-size: 1rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  outline: none;
  transition: border-color 0.2s ease;
}

.se-zip-input:focus {
  border-color: #D3271D;
}

.se-zip-btn {
  background: #D3271D;
  color: #FFF;
  border: none;
  padding: 12px 24px;
  border-radius: 9999px;
  font-family: 'Fredoka', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(211, 39, 29, 0.3);
  white-space: nowrap;
}

.se-zip-btn:hover {
  background: #A81B13;
  transform: translateY(-2px);
}

.se-zip-result {
  margin-top: 18px;
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 0.95rem;
  line-height: 1.4;
  display: none;
}

.se-zip-result.success {
  background: #E8F5E9;
  border: 1.5px solid #2E7D32;
  color: #1B5E20;
}

.se-zip-result.error {
  background: #FFEBEE;
  border: 1.5px solid #C62828;
  color: #B71C1C;
}

/* Responsive Rules for Sitio Ejemplo */
@media (max-width: 1024px) {
  .se-specialites-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .se-boxes-and-sweets {
    grid-template-columns: 1fr;
  }
  .se-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .se-header-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    text-align: left;
  }

  .se-mascot-logo {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
  }

  .se-brand-center {
    flex-grow: 1;
    text-align: center;
  }

  .se-brand-title {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: -0.5px;
    text-shadow: 1.5px 1.5px 0px #FFF, 2.5px 2.5px 0px rgba(0, 0, 0, 0.12);
  }

  .se-brand-subtitle {
    font-size: 0.68rem;
    gap: 6px;
    margin-top: 2px;
  }

  .se-flag span {
    width: 10px;
    height: 3px;
  }

  .se-header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }

  .se-phone-link {
    font-size: 0.9rem;
    padding: 6px 8px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 9999px;
  }

  .se-phone-text {
    display: none; /* Icon only on mobile to maintain clean single-row header */
  }

  .se-cart-btn {
    font-size: 0.84rem;
    padding: 7px 12px;
    gap: 4px;
    white-space: nowrap;
  }

  .se-menu-toggle {
    display: flex;
  }

  /* Mobile Nav Dropdown Modal/Card */
  .se-nav {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 12px;
    padding: 14px;
    background: rgba(255, 253, 248, 0.98);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 16px;
    box-shadow: 0 16px 36px rgba(45, 20, 0, 0.22);
    border: 2px solid rgba(255, 255, 255, 0.95);
    gap: 8px;
    animation: cp-dropdown-slide 0.25s ease forwards;
  }

  .se-nav.is-open {
    display: flex;
  }

  .se-nav-link {
    width: 100%;
    padding: 12px 16px;
    font-size: 1rem;
    text-align: center;
    border-radius: 12px;
    background: rgba(247, 163, 28, 0.08);
    display: block;
    color: #1E1711;
  }

  .se-nav-link:hover,
  .se-nav-link.active {
    background: #D3271D;
    color: #FFF !important;
  }

  .se-hero {
    min-height: 320px;
  }

  .se-hero-bg {
    width: 100%;
    min-width: 0;
    opacity: 0.35;
    background-position: center center;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
  }

  .se-hero-inner {
    max-width: 100%;
    text-align: center;
  }

  .se-hero-flag-stripe {
    margin: 6px auto 10px;
  }

  .se-hero-overlay {
    background: linear-gradient(
      to bottom,
      rgba(245, 166, 35, 0.92) 0%,
      rgba(245, 166, 35, 0.7) 60%,
      rgba(245, 166, 35, 0.4) 100%
    );
  }

  .se-stamp-badge {
    right: 10px;
    top: -10px;
  }

  .se-hero-lead {
    margin: 14px auto 24px;
  }

  .se-hero-actions {
    justify-content: center;
  }

  .se-trust-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .se-specialites-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .se-boxes-grid {
    grid-template-columns: 1fr;
  }

  .se-footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .se-footer-grazie {
    align-items: center;
  }

  .se-footer-order-box {
    text-align: center;
  }

  .se-footer-order-box p {
    justify-content: center;
  }

  .se-delivery-rules-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .se-zip-form {
    flex-direction: column;
  }

  .se-zip-input {
    width: 100%;
  }

  .se-zip-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .se-mascot-logo {
    width: 50px;
    height: 50px;
  }

  .se-brand-title {
    font-size: 1.75rem;
  }

  .se-brand-subtitle {
    font-size: 0.62rem;
  }

  .se-cart-btn .se-cart-text {
    display: none;
  }

  .se-cart-btn {
    padding: 7px 10px;
  }

  .se-menu-toggle {
    width: 38px;
    height: 38px;
  }

  .se-trust-bar {
    grid-template-columns: 1fr;
  }

  .se-specialites-grid {
    grid-template-columns: 1fr;
  }
}

