/* =====================================================
   BLOCO 1 — BASE + MENU RESPONSIVO + HERO MENU ONLINE
===================================================== */

:root{
  --black:#050505;
  --soft:#08080d;

  --purple:#7c3aed;
  --purple2:#9333ea;

  --orange:#ff7a00;
  --orange2:#ff3d00;
  --yellow:#ffb703;

  --text:#ffffff;
  --muted:rgba(255,255,255,.68);
  --low:rgba(255,255,255,.48);
  --line:rgba(255,255,255,.10);

  --max:1180px;
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:"Inter",sans-serif;
  background:var(--black);
  color:var(--text);
  overflow-x:hidden;
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  display:block;
  max-width:100%;
}

.container{
  width:min(var(--max),calc(100% - 44px));
  margin:0 auto;
}

.section-badge{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  background:rgba(255,255,255,.05);
  backdrop-filter:blur(12px);
  color:var(--yellow);
  font-size:.74rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.section-grid-bg{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:70px 70px;
  opacity:.16;
  mask-image:radial-gradient(circle at 50% 40%,black,transparent 80%);
}

.section-glow{
  position:absolute;
  border-radius:999px;
  filter:blur(40px);
  pointer-events:none;
}

/* MENU */

.header{
  position:fixed;
  top:16px;
  left:0;
  width:100%;
  z-index:999;
}

.nav{
  position:relative;
  width:min(var(--max),calc(100% - 32px));
  min-height:76px;
  margin:0 auto;
  padding:0 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:20px;
  background:rgba(5,5,5,.76);
  backdrop-filter:blur(22px);
  box-shadow:0 22px 80px rgba(0,0,0,.42);
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
  position:relative;
  z-index:3;
}

.brand img{
  width:58px;
  height:58px;
  object-fit:contain;
  filter:drop-shadow(0 0 24px rgba(124,58,237,.6));
}

.brand-text{
  display:grid;
  gap:3px;
  line-height:1;
}

.brand-text strong{
  font-size:1rem;
}

.brand-text span{
  color:#c4b5fd;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.nav-links{
  display:flex;
  align-items:center;
  gap:4px;
}

.nav-links a{
  padding:12px 14px;
  border-radius:14px;
  color:rgba(255,255,255,.72);
  font-size:.86rem;
  font-weight:800;
  transition:.28s ease;
}

.nav-links a:hover{
  color:#fff;
  background:rgba(255,255,255,.07);
}

.nav-cta{
  min-height:48px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:13px;
  background:linear-gradient(135deg,var(--purple),var(--purple2));
  font-size:.86rem;
  font-weight:900;
  box-shadow:0 20px 54px rgba(124,58,237,.34);
  transition:.28s ease;
}

.nav-cta:hover{
  transform:translateY(-2px);
}

/* HAMBÚRGUER */

.menu-toggle{
  display:none;
  width:50px;
  height:50px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:15px;
  background:rgba(255,255,255,.045);
  cursor:pointer;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:6px;
  position:relative;
  z-index:4;
}

.menu-toggle span{
  width:25px;
  height:3px;
  border-radius:999px;
  background:#fff;
  transition:.3s ease;
}

.menu-toggle.active span:nth-child(1){
  transform:translateY(9px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2){
  opacity:0;
}

.menu-toggle.active span:nth-child(3){
  transform:translateY(-9px) rotate(-45deg);
}

/* MOCKUP BASE */

.mockup-browser{
  border:1px solid rgba(255,255,255,.10);
  border-radius:34px;
  background:rgba(7,7,10,.88);
  backdrop-filter:blur(22px);
  overflow:hidden;
  box-shadow:
    0 30px 90px rgba(0,0,0,.48),
    inset 0 1px 0 rgba(255,255,255,.05);
}

.mockup-browser-top{
  height:62px;
  padding:0 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
}

.panel-dots{
  display:flex;
  align-items:center;
  gap:8px;
}

.panel-dots span{
  width:10px;
  height:10px;
  border-radius:999px;
}

.panel-dots span:nth-child(1){background:#ff5f57;}
.panel-dots span:nth-child(2){background:#febc2e;}
.panel-dots span:nth-child(3){background:#28c840;}

.mockup-browser-top small{
  color:rgba(255,255,255,.48);
  font-size:.76rem;
  font-weight:800;
}

/* HERO */

.menu-hero-section{
  position:relative;
  min-height:100vh;
  padding:155px 0 90px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 14% 10%,rgba(255,122,0,.18),transparent 28rem),
    radial-gradient(circle at 82% 18%,rgba(124,58,237,.24),transparent 32rem),
    radial-gradient(circle at 70% 80%,rgba(255,61,0,.10),transparent 26rem),
    #050505;
}

.menu-glow{
  width:760px;
  height:760px;
  right:-260px;
  top:20px;
  background:radial-gradient(circle,rgba(255,122,0,.22),rgba(124,58,237,.18),transparent 70%);
}

.menu-hero-container{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr .98fr;
  gap:62px;
  align-items:center;
}

.hero-content h1{
  margin:22px 0 24px;
  font-size:clamp(3rem,6vw,5.8rem);
  line-height:.92;
  letter-spacing:-.08em;
}

.hero-content h1 span{
  display:block;
  color:transparent;
  background:linear-gradient(135deg,#fff 5%,#ffb703 38%,#ff7a00 68%,#9333ea 100%);
  -webkit-background-clip:text;
  background-clip:text;
}

.hero-content p{
  max-width:640px;
  margin-bottom:34px;
  color:var(--muted);
  font-size:1.06rem;
  line-height:1.82;
}

.hero-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.hero-btn-primary,
.hero-btn-secondary{
  min-height:54px;
  padding:0 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  font-weight:900;
  transition:.28s ease;
}

.hero-btn-primary{
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff;
  box-shadow:0 22px 58px rgba(255,122,0,.28);
}

.hero-btn-secondary{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.055);
  backdrop-filter:blur(14px);
}

.hero-btn-primary:hover,
.hero-btn-secondary:hover{
  transform:translateY(-3px);
}

.hero-proof{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.proof-card{
  padding:18px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:18px;
  background:rgba(255,255,255,.045);
  backdrop-filter:blur(16px);
}

.proof-card strong{
  display:block;
  margin-bottom:7px;
}

.proof-card span{
  color:var(--low);
  font-size:.78rem;
  line-height:1.48;
}

/* VISUAL HERO */

.menu-hero-visual{
  position:relative;
  min-height:680px;
}

.menu-mockup{
  position:absolute;
  inset:30px 0 46px;
  border-radius:38px;
  animation:menuPanelFloat 6s ease-in-out infinite;
}

.mockup-browser-body{
  position:relative;
  padding:24px;
}

.food-app-header{
  padding:18px;
  margin-bottom:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:1px solid rgba(255,255,255,.09);
  border-radius:22px;
  background:
    radial-gradient(circle at 0% 0%,rgba(255,122,0,.14),transparent 15rem),
    rgba(255,255,255,.045);
}

.food-app-header strong{
  display:block;
  margin-bottom:6px;
  font-size:1.05rem;
}

.food-app-header span{
  color:rgba(255,255,255,.52);
  font-size:.78rem;
}

.food-app-header i{
  color:#22c55e;
  font-size:1.35rem;
}

.food-search{
  min-height:50px;
  padding:0 16px;
  margin-bottom:14px;
  display:flex;
  align-items:center;
  gap:12px;
  border-radius:16px;
  background:rgba(255,255,255,.07);
  color:rgba(255,255,255,.55);
  font-size:.86rem;
  font-weight:800;
}

.food-search i{
  color:var(--yellow);
}

.food-categories{
  display:flex;
  gap:10px;
  overflow:hidden;
  margin-bottom:16px;
}

.food-categories span{
  flex:0 0 auto;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.62);
  font-size:.78rem;
  font-weight:900;
}

.food-categories span.active{
  color:#08080d;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
}

.food-product-card{
  min-height:220px;
  padding:16px;
  display:grid;
  grid-template-columns:160px 1fr;
  gap:16px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:28px;
  background:
    radial-gradient(circle at 20% 0%,rgba(255,122,0,.18),transparent 18rem),
    rgba(255,255,255,.045);
}

.food-product-image{
  border-radius:22px;
  background:
    radial-gradient(circle at 45% 35%,rgba(255,183,3,.95),transparent 22%),
    radial-gradient(circle at 50% 52%,rgba(255,122,0,.85),transparent 34%),
    radial-gradient(circle at 50% 74%,rgba(92,45,15,.95),transparent 36%),
    linear-gradient(135deg,#1a0d05,#3b1608);
  box-shadow:inset 0 0 40px rgba(255,255,255,.08);
}

.food-product-content{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:18px;
}

.food-product-content strong{
  display:block;
  margin-bottom:8px;
  font-size:1.25rem;
  letter-spacing:-.03em;
}

.food-product-content span{
  color:rgba(255,255,255,.58);
  font-size:.86rem;
  line-height:1.55;
}

.food-product-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.food-product-footer small{
  color:var(--yellow);
  font-size:1.05rem;
  font-weight:900;
}

.food-product-footer button{
  height:42px;
  padding:0 15px;
  border:0;
  border-radius:13px;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff;
  font-weight:900;
  cursor:pointer;
}

.food-order-status{
  margin-top:16px;
  padding:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border:1px solid rgba(34,197,94,.22);
  border-radius:22px;
  background:rgba(34,197,94,.08);
}

.food-order-status strong{
  display:block;
  margin-bottom:6px;
}

.food-order-status span{
  color:rgba(255,255,255,.52);
  font-size:.78rem;
}

.food-order-status small{
  color:#bbf7d0;
  font-weight:900;
}

.floating-card{
  position:absolute;
  z-index:5;
  padding:16px;
  display:flex;
  gap:14px;
  align-items:center;
  border:1px solid rgba(255,255,255,.13);
  border-radius:22px;
  background:rgba(0,0,0,.68);
  backdrop-filter:blur(18px);
  box-shadow:0 24px 80px rgba(0,0,0,.42);
  animation:foodFloat 5.5s ease-in-out infinite;
}

.floating-card i{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:#fff;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
}

.floating-card strong{
  display:block;
  margin-bottom:4px;
  font-size:.92rem;
}

.floating-card span{
  color:rgba(255,255,255,.52);
  font-size:.76rem;
  line-height:1.4;
}

.float-payment{
  left:-22px;
  top:120px;
}

.float-delivery{
  right:-18px;
  top:260px;
  animation-delay:-1.3s;
}

.float-marketing{
  left:36px;
  bottom:60px;
  animation-delay:-2.5s;
}

/* ANIMAÇÕES */

@keyframes menuPanelFloat{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-10px);}
}

@keyframes foodFloat{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-12px);}
}

/* RESPONSIVO */

@media(max-width:1080px){

  .nav{
    min-height:auto;
    padding:14px;
  }

  .nav-links{
    position:absolute;
    top:calc(100% + 12px);
    left:0;
    width:100%;
    padding:18px;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    border:1px solid rgba(255,255,255,.09);
    border-radius:20px;
    background:rgba(5,5,5,.96);
    backdrop-filter:blur(22px);
    box-shadow:0 24px 80px rgba(0,0,0,.50);
    opacity:0;
    visibility:hidden;
    transform:translateY(-16px);
    transition:.3s ease;
  }

  .nav-links.active{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
  }

  .nav-links a{
    width:100%;
    padding:15px;
  }

  .nav-cta{
    display:none;
  }

  .menu-toggle{
    display:flex;
  }

  .menu-hero-container{
    grid-template-columns:1fr;
  }

  .menu-hero-visual{
    min-height:640px;
  }
}

@media(max-width:680px){

  .header{
    top:10px;
  }

  .nav{
    width:calc(100% - 20px);
  }

  .brand img{
    width:50px;
    height:50px;
  }

  .brand-text span{
    display:none;
  }

  .container{
    width:min(100% - 30px,var(--max));
  }

  .menu-hero-section{
    padding:130px 0 70px;
  }

  .hero-content h1{
    font-size:clamp(2.75rem,14vw,4.25rem);
  }

  .hero-buttons{
    flex-direction:column;
  }

  .hero-btn-primary,
  .hero-btn-secondary{
    width:100%;
  }

  .hero-proof{
    grid-template-columns:1fr;
  }

  .menu-hero-visual{
    min-height:610px;
  }

  .menu-mockup{
    inset:18px 0;
  }

  .mockup-browser-body{
    padding:16px;
  }

  .food-product-card{
    grid-template-columns:1fr;
  }

  .food-product-image{
    min-height:140px;
  }

  .floating-card{
    display:none;
  }
}


/* =====================================================
   BLOCO 2 — ESTRUTURA IDEAL DO MENU ONLINE
===================================================== */

.menu-structure-section{
  position:relative;
  padding:130px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 20%,rgba(255,122,0,.13),transparent 28rem),
    radial-gradient(circle at 82% 20%,rgba(124,58,237,.16),transparent 30rem),
    linear-gradient(180deg,#050505,#08080d 50%,#050505);
}

.structure-glow{
  width:650px;
  height:650px;
  left:-240px;
  top:80px;
  background:radial-gradient(circle,rgba(255,122,0,.20),rgba(124,58,237,.14),transparent 70%);
}

.structure-header{
  position:relative;
  z-index:2;
  max-width:920px;
  margin:0 auto 64px;
  text-align:center;
}

.structure-header h2{
  margin:22px 0;
  font-size:clamp(2.45rem,5vw,5rem);
  line-height:.95;
  letter-spacing:-.07em;
}

.structure-header h2 span{
  display:block;
  color:transparent;
  background:linear-gradient(135deg,#fff 10%,#ffb703 42%,#ff7a00 72%,#9333ea 100%);
  -webkit-background-clip:text;
  background-clip:text;
}

.structure-header p{
  max-width:760px;
  margin:0 auto;
  color:var(--muted);
  font-size:1.02rem;
  line-height:1.8;
}

.structure-layout{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:22px;
  align-items:stretch;
}

.structure-main-card{
  position:relative;
  min-height:610px;
  padding:28px;
  overflow:hidden;
  border:1px solid rgba(255,122,0,.22);
  border-radius:36px;
  background:
    radial-gradient(circle at 30% 0%,rgba(255,122,0,.20),transparent 24rem),
    radial-gradient(circle at 80% 100%,rgba(124,58,237,.14),transparent 24rem),
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  backdrop-filter:blur(22px);
  box-shadow:
    0 40px 120px rgba(0,0,0,.46),
    0 0 90px rgba(255,122,0,.10);
}

.structure-main-card::before{
  content:"";
  position:absolute;
  inset:28px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:28px;
  pointer-events:none;
}

.structure-browser{
  position:relative;
  z-index:2;
  height:100%;
  min-height:550px;
}

.structure-browser .mockup-browser-body{
  padding:26px;
  display:grid;
  gap:14px;
}

.structure-line{
  padding:19px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:22px;
  background:rgba(255,255,255,.045);
  transition:.3s ease;
}

.structure-line:hover{
  transform:translateX(6px);
  border-color:rgba(255,183,3,.28);
  background:rgba(255,122,0,.08);
}

.structure-line.active{
  border-color:rgba(255,183,3,.34);
  background:
    radial-gradient(circle at 0% 0%,rgba(255,183,3,.14),transparent 15rem),
    rgba(255,122,0,.10);
  box-shadow:0 0 38px rgba(255,122,0,.14);
}

.structure-line strong{
  display:block;
  margin-bottom:6px;
  font-size:.98rem;
}

.structure-line span{
  color:rgba(255,255,255,.52);
  font-size:.78rem;
  line-height:1.45;
}

.structure-line i{
  width:44px;
  height:44px;
  flex:0 0 44px;
  display:grid;
  place-items:center;
  border-radius:15px;
  color:#08080d;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
  box-shadow:0 0 26px rgba(255,122,0,.24);
}

.structure-content{
  padding:38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid rgba(255,255,255,.09);
  border-radius:36px;
  background:
    radial-gradient(circle at 20% 0%,rgba(255,122,0,.12),transparent 18rem),
    rgba(255,255,255,.045);
  backdrop-filter:blur(18px);
}

.structure-content > span{
  display:block;
  margin-bottom:14px;
  color:var(--yellow);
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.structure-content h3{
  margin-bottom:18px;
  font-size:clamp(2.1rem,4vw,4.2rem);
  line-height:1;
  letter-spacing:-.065em;
}

.structure-content p{
  margin-bottom:30px;
  color:var(--muted);
  line-height:1.85;
}

.structure-list{
  display:grid;
  gap:14px;
  margin-bottom:30px;
}

.structure-info-card{
  padding:18px;
  display:grid;
  grid-template-columns:54px 1fr;
  gap:16px;
  align-items:start;
  border:1px solid rgba(255,255,255,.085);
  border-radius:22px;
  background:rgba(255,255,255,.045);
  transition:.3s ease;
}

.structure-info-card:hover{
  transform:translateY(-5px);
  border-color:rgba(255,183,3,.26);
}

.info-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:17px;
  color:#08080d;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
  box-shadow:0 0 26px rgba(255,122,0,.22);
}

.structure-info-card strong{
  display:block;
  margin-bottom:7px;
}

.structure-info-card span{
  color:rgba(255,255,255,.56);
  font-size:.88rem;
  line-height:1.6;
}

.structure-link{
  width:max-content;
  min-height:52px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff;
  font-weight:900;
  box-shadow:0 22px 58px rgba(255,122,0,.24);
  transition:.28s ease;
}

.structure-link:hover{
  transform:translateY(-3px);
}

/* =====================================================
   BLOCO 3 — PSICOLOGIA DAS CORES DO MENU
===================================================== */

.food-colors-section{
  position:relative;
  padding:130px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 15%,rgba(255,122,0,.15),transparent 30rem),
    radial-gradient(circle at 15% 80%,rgba(124,58,237,.14),transparent 28rem),
    #050505;
}

.food-colors-glow{
  position:absolute;
  width:680px;
  height:680px;
  right:-260px;
  top:80px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(255,183,3,.18),rgba(255,61,0,.14),transparent 70%);
  filter:blur(40px);
  pointer-events:none;
}

.food-colors-container{
  position:relative;
  z-index:2;
}

.food-colors-header{
  max-width:920px;
  margin:0 auto 64px;
  text-align:center;
}

.food-colors-header h2{
  margin:22px 0;
  font-size:clamp(2.45rem,5vw,5rem);
  line-height:.95;
  letter-spacing:-.07em;
}

.food-colors-header h2 span{
  display:block;
  color:transparent;
  background:linear-gradient(135deg,#fff 10%,#ffb703 42%,#ff7a00 72%,#9333ea 100%);
  -webkit-background-clip:text;
  background-clip:text;
}

.food-colors-header p{
  max-width:760px;
  margin:0 auto;
  color:var(--muted);
  font-size:1.02rem;
  line-height:1.8;
}

.food-colors-layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:22px;
  align-items:stretch;
}

.food-colors-list{
  display:grid;
  gap:14px;
}

.food-color-card{
  min-height:138px;
  padding:22px;
  display:grid;
  grid-template-columns:74px 1fr;
  gap:18px;
  align-items:center;
  border:1px solid rgba(255,255,255,.085);
  border-radius:26px;
  background:rgba(255,255,255,.045);
  backdrop-filter:blur(18px);
  transition:.3s ease;
}

.food-color-card:hover{
  transform:translateX(8px);
  border-color:rgba(255,183,3,.26);
  box-shadow:0 24px 80px rgba(255,122,0,.10);
}

.food-color-preview{
  width:74px;
  height:74px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.12);
}

.food-red{
  background:linear-gradient(135deg,#ff3d00,#ff7a00);
  box-shadow:0 0 34px rgba(255,61,0,.28);
}

.food-yellow{
  background:linear-gradient(135deg,#ffb703,#ff7a00);
  box-shadow:0 0 34px rgba(255,183,3,.28);
}

.food-dark{
  background:linear-gradient(135deg,#050505,#2b1608);
  box-shadow:0 0 34px rgba(0,0,0,.45);
}

.food-clean{
  background:linear-gradient(135deg,#ffffff,#c4b5fd);
  box-shadow:0 0 34px rgba(255,255,255,.18);
}

.food-color-text strong{
  display:block;
  margin-bottom:8px;
  font-size:1.08rem;
}

.food-color-text span{
  color:rgba(255,255,255,.58);
  font-size:.9rem;
  line-height:1.62;
}

.food-colors-showcase{
  position:relative;
  min-height:680px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid rgba(255,122,0,.20);
  border-radius:36px;
  background:
    radial-gradient(circle at 40% 0%,rgba(255,122,0,.18),transparent 24rem),
    radial-gradient(circle at 80% 100%,rgba(124,58,237,.16),transparent 24rem),
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  backdrop-filter:blur(22px);
  box-shadow:0 40px 120px rgba(0,0,0,.46);
}

.food-colors-showcase::before{
  content:"";
  position:absolute;
  inset:28px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:28px;
  pointer-events:none;
}

.food-colors-phone{
  position:relative;
  z-index:3;
  width:min(100%,390px);
  min-height:580px;
  padding:20px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:38px;
  background:rgba(0,0,0,.55);
  backdrop-filter:blur(18px);
  box-shadow:0 32px 100px rgba(0,0,0,.45);
  animation:menuPanelFloat 6s ease-in-out infinite;
}

.food-phone-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.food-phone-top strong{
  display:block;
  margin-bottom:6px;
}

.food-phone-top span{
  color:rgba(255,255,255,.5);
  font-size:.78rem;
}

.food-phone-top i{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:#08080d;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
}

.food-hero-preview{
  position:relative;
  min-height:230px;
  overflow:hidden;
  border-radius:28px;
  background:
    radial-gradient(circle at 45% 35%,rgba(255,183,3,.95),transparent 20%),
    radial-gradient(circle at 50% 54%,rgba(255,122,0,.82),transparent 34%),
    radial-gradient(circle at 50% 75%,rgba(80,34,10,.95),transparent 40%),
    linear-gradient(135deg,#1b0b04,#3d1307);
  margin-bottom:16px;
}

.food-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 10%,rgba(0,0,0,.82));
}

.food-hero-content{
  position:absolute;
  left:20px;
  right:20px;
  bottom:20px;
}

.food-hero-content small{
  display:inline-flex;
  margin-bottom:10px;
  padding:7px 10px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
  color:#08080d;
  font-size:.7rem;
  font-weight:900;
}

.food-hero-content strong{
  display:block;
  margin-bottom:7px;
  font-size:1.45rem;
  letter-spacing:-.04em;
}

.food-hero-content span{
  color:rgba(255,255,255,.62);
  font-size:.82rem;
  line-height:1.5;
}

.food-palette-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-bottom:16px;
}

.food-palette-item{
  min-height:86px;
  padding:12px;
  display:grid;
  place-items:center;
  gap:8px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:rgba(255,255,255,.045);
}

.food-palette-item span{
  width:28px;
  height:28px;
  border-radius:50%;
}

.palette-red{
  background:#ff3d00;
  box-shadow:0 0 24px rgba(255,61,0,.42);
}

.palette-yellow{
  background:#ffb703;
  box-shadow:0 0 24px rgba(255,183,3,.42);
}

.palette-purple{
  background:#9333ea;
  box-shadow:0 0 24px rgba(147,51,234,.42);
}

.food-palette-item strong{
  font-size:.78rem;
}

.food-cta-preview{
  padding:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:22px;
  background:rgba(255,255,255,.045);
}

.food-cta-preview strong{
  display:block;
  margin-bottom:6px;
}

.food-cta-preview span{
  color:rgba(255,255,255,.5);
  font-size:.76rem;
}

.food-cta-preview button{
  height:42px;
  padding:0 14px;
  border:0;
  border-radius:13px;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff;
  font-weight:900;
}

.food-color-floating{
  position:absolute;
  z-index:5;
  padding:16px;
  display:flex;
  gap:14px;
  align-items:center;
  border:1px solid rgba(255,255,255,.13);
  border-radius:22px;
  background:rgba(0,0,0,.66);
  backdrop-filter:blur(18px);
  box-shadow:0 24px 80px rgba(0,0,0,.42);
  animation:foodFloat 5.5s ease-in-out infinite;
}

.food-color-floating i{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:#08080d;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
}

.food-color-floating strong{
  display:block;
  margin-bottom:4px;
}

.food-color-floating span{
  color:rgba(255,255,255,.52);
  font-size:.76rem;
}

.food-float-left{
  left:34px;
  bottom:90px;
}

.food-float-right{
  right:34px;
  top:100px;
  animation-delay:-1.5s;
}

/* RESPONSIVO BLOCOS 2 E 3 */

@media(max-width:1080px){
  .structure-layout,
  .food-colors-layout{
    grid-template-columns:1fr;
  }

  .food-colors-showcase{
    min-height:640px;
  }
}

@media(max-width:680px){
  .menu-structure-section,
  .food-colors-section{
    padding:90px 0;
  }

  .structure-header,
  .food-colors-header{
    text-align:left;
    margin-bottom:44px;
  }

  .structure-main-card,
  .structure-content{
    padding:28px;
    border-radius:30px;
  }

  .structure-main-card::before,
  .food-colors-showcase::before{
    display:none;
  }

  .structure-browser{
    min-height:auto;
  }

  .structure-line{
    align-items:flex-start;
  }

  .structure-info-card,
  .food-color-card{
    grid-template-columns:1fr;
  }

  .structure-link{
    width:100%;
    justify-content:center;
  }

  .food-colors-showcase{
    min-height:auto;
    padding:28px;
    border-radius:30px;
  }

  .food-colors-phone{
    width:100%;
    min-height:auto;
  }

  .food-color-floating{
    display:none;
  }

  .food-palette-row{
    grid-template-columns:1fr;
  }

  .food-cta-preview{
    flex-direction:column;
    align-items:flex-start;
  }

  .food-cta-preview button{
    width:100%;
  }
}


/* =====================================================
   BLOCO 4 — COMO FUNCIONA O PEDIDO
===================================================== */

.food-flow-section{
  position:relative;
  padding:130px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 15%,rgba(255,122,0,.14),transparent 30rem),
    radial-gradient(circle at 85% 70%,rgba(124,58,237,.14),transparent 30rem),
    linear-gradient(180deg,#050505,#08080d 50%,#050505);
}

.food-flow-glow{
  position:absolute;
  width:700px;
  height:700px;
  left:-260px;
  top:80px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(255,122,0,.18),rgba(147,51,234,.14),transparent 70%);
  filter:blur(40px);
  pointer-events:none;
}

.food-flow-container{
  position:relative;
  z-index:2;
}

.food-flow-header{
  max-width:920px;
  margin:0 auto 64px;
  text-align:center;
}

.food-flow-header h2{
  margin:22px 0;
  font-size:clamp(2.45rem,5vw,5rem);
  line-height:.95;
  letter-spacing:-.07em;
}

.food-flow-header h2 span{
  display:block;
  color:transparent;
  background:linear-gradient(135deg,#fff 10%,#ffb703 42%,#ff7a00 72%,#9333ea 100%);
  -webkit-background-clip:text;
  background-clip:text;
}

.food-flow-header p{
  max-width:760px;
  margin:0 auto;
  color:var(--muted);
  font-size:1.02rem;
  line-height:1.8;
}

.food-flow-layout{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:22px;
  align-items:stretch;
}

.food-flow-main{
  position:relative;
  min-height:720px;
  padding:34px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid rgba(255,122,0,.22);
  border-radius:36px;
  background:
    radial-gradient(circle at 35% 0%,rgba(255,122,0,.18),transparent 24rem),
    radial-gradient(circle at 85% 100%,rgba(124,58,237,.16),transparent 24rem),
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  backdrop-filter:blur(22px);
  box-shadow:
    0 40px 120px rgba(0,0,0,.46),
    0 0 90px rgba(255,122,0,.10);
}

.food-flow-main::before{
  content:"";
  position:absolute;
  inset:28px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:28px;
  pointer-events:none;
}

.food-flow-phone{
  position:relative;
  z-index:3;
  width:min(100%,440px);
  min-height:610px;
  padding:22px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:38px;
  background:rgba(0,0,0,.58);
  backdrop-filter:blur(20px);
  box-shadow:0 34px 110px rgba(0,0,0,.48);
  animation:menuPanelFloat 6s ease-in-out infinite;
}

.food-flow-top{
  margin-bottom:24px;
  padding:18px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:22px;
  background:rgba(255,255,255,.045);
}

.food-flow-top strong{
  display:block;
  margin-bottom:6px;
}

.food-flow-top span{
  color:rgba(255,255,255,.52);
  font-size:.78rem;
}

.food-flow-top i{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:#08080d;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
}

.food-flow-progress{
  position:relative;
  display:grid;
  gap:16px;
  margin-bottom:24px;
}

.flow-progress-line{
  position:absolute;
  left:27px;
  top:26px;
  bottom:26px;
  width:2px;
  background:linear-gradient(180deg,var(--orange),rgba(255,255,255,.12));
}

.flow-step{
  position:relative;
  z-index:2;
  padding:16px;
  display:grid;
  grid-template-columns:54px 1fr;
  gap:14px;
  align-items:start;
  border:1px solid rgba(255,255,255,.085);
  border-radius:22px;
  background:rgba(255,255,255,.045);
}

.flow-step small{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:17px;
  background:rgba(255,255,255,.075);
  color:rgba(255,255,255,.55);
  font-weight:900;
}

.flow-step.active small{
  color:#08080d;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
  box-shadow:0 0 26px rgba(255,122,0,.28);
}

.flow-step strong{
  display:block;
  margin-bottom:6px;
}

.flow-step span{
  color:rgba(255,255,255,.54);
  font-size:.82rem;
  line-height:1.48;
}

.food-flow-confirm{
  padding:18px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  border:1px solid rgba(34,197,94,.22);
  border-radius:22px;
  background:rgba(34,197,94,.08);
}

.food-flow-confirm strong{
  display:block;
  margin-bottom:6px;
}

.food-flow-confirm span{
  color:rgba(255,255,255,.54);
  font-size:.78rem;
}

.food-flow-confirm button{
  height:42px;
  padding:0 16px;
  border:0;
  border-radius:13px;
  background:#fff;
  color:#08080d;
  font-weight:900;
  cursor:pointer;
}

.food-flow-content{
  padding:38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid rgba(255,255,255,.09);
  border-radius:36px;
  background:
    radial-gradient(circle at 20% 0%,rgba(255,122,0,.12),transparent 18rem),
    rgba(255,255,255,.045);
  backdrop-filter:blur(18px);
}

.food-flow-content > span{
  display:block;
  margin-bottom:14px;
  color:var(--yellow);
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.food-flow-content h3{
  margin-bottom:18px;
  font-size:clamp(2.1rem,4vw,4.2rem);
  line-height:1;
  letter-spacing:-.065em;
}

.food-flow-content p{
  margin-bottom:30px;
  color:var(--muted);
  line-height:1.85;
}

.food-flow-cards{
  display:grid;
  gap:14px;
  margin-bottom:30px;
}

.food-flow-card{
  padding:18px;
  display:grid;
  grid-template-columns:54px 1fr;
  gap:16px;
  align-items:start;
  border:1px solid rgba(255,255,255,.085);
  border-radius:22px;
  background:rgba(255,255,255,.045);
  transition:.3s ease;
}

.food-flow-card:hover{
  transform:translateY(-5px);
  border-color:rgba(255,183,3,.26);
}

.flow-card-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:17px;
  color:#08080d;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
  box-shadow:0 0 26px rgba(255,122,0,.22);
}

.food-flow-card strong{
  display:block;
  margin-bottom:7px;
}

.food-flow-card span{
  color:rgba(255,255,255,.56);
  font-size:.88rem;
  line-height:1.6;
}

.food-flow-link{
  width:max-content;
  min-height:52px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff;
  font-weight:900;
  box-shadow:0 22px 58px rgba(255,122,0,.24);
  transition:.28s ease;
}

.food-flow-link:hover{
  transform:translateY(-3px);
}

/* RESPONSIVO BLOCO 4 */

@media(max-width:1080px){
  .food-flow-layout{
    grid-template-columns:1fr;
  }

  .food-flow-main{
    min-height:auto;
  }
}

@media(max-width:680px){
  .food-flow-section{
    padding:90px 0;
  }

  .food-flow-header{
    text-align:left;
    margin-bottom:44px;
  }

  .food-flow-main,
  .food-flow-content{
    padding:28px;
    border-radius:30px;
  }

  .food-flow-main::before{
    display:none;
  }

  .food-flow-phone{
    min-height:auto;
    border-radius:30px;
  }

  .flow-step,
  .food-flow-card{
    grid-template-columns:1fr;
  }

  .flow-progress-line{
    display:none;
  }

  .food-flow-confirm{
    flex-direction:column;
    align-items:flex-start;
  }

  .food-flow-confirm button,
  .food-flow-link{
    width:100%;
    justify-content:center;
  }
}



/* =====================================================
   BLOCO 5 — PAGAMENTO INTEGRADO
===================================================== */

.food-payment-section{
  position:relative;
  padding:130px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 15%,rgba(255,122,0,.15),transparent 30rem),
    radial-gradient(circle at 15% 80%,rgba(124,58,237,.14),transparent 28rem),
    #050505;
}

.food-payment-glow{
  position:absolute;
  width:700px;
  height:700px;
  right:-260px;
  top:80px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(255,183,3,.18),rgba(255,61,0,.14),transparent 70%);
  filter:blur(40px);
  pointer-events:none;
}

.food-payment-container{
  position:relative;
  z-index:2;
}

.food-payment-header{
  max-width:920px;
  margin:0 auto 64px;
  text-align:center;
}

.food-payment-header h2{
  margin:22px 0;
  font-size:clamp(2.45rem,5vw,5rem);
  line-height:.95;
  letter-spacing:-.07em;
}

.food-payment-header h2 span{
  display:block;
  color:transparent;
  background:linear-gradient(135deg,#fff 10%,#ffb703 42%,#ff7a00 72%,#9333ea 100%);
  -webkit-background-clip:text;
  background-clip:text;
}

.food-payment-header p{
  max-width:760px;
  margin:0 auto;
  color:var(--muted);
  font-size:1.02rem;
  line-height:1.8;
}

.food-payment-layout{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:22px;
  align-items:stretch;
}

.food-payment-content{
  padding:38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid rgba(255,255,255,.09);
  border-radius:36px;
  background:
    radial-gradient(circle at 20% 0%,rgba(255,122,0,.12),transparent 18rem),
    rgba(255,255,255,.045);
  backdrop-filter:blur(18px);
}

.food-payment-content > span{
  display:block;
  margin-bottom:14px;
  color:var(--yellow);
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.food-payment-content h3{
  margin-bottom:18px;
  font-size:clamp(2.1rem,4vw,4.2rem);
  line-height:1;
  letter-spacing:-.065em;
}

.food-payment-content p{
  margin-bottom:30px;
  color:var(--muted);
  line-height:1.85;
}

.food-payment-list{
  display:grid;
  gap:14px;
  margin-bottom:30px;
}

.food-payment-card{
  padding:18px;
  display:grid;
  grid-template-columns:54px 1fr;
  gap:16px;
  align-items:start;
  border:1px solid rgba(255,255,255,.085);
  border-radius:22px;
  background:rgba(255,255,255,.045);
  transition:.3s ease;
}

.food-payment-card:hover{
  transform:translateY(-5px);
  border-color:rgba(255,183,3,.26);
}

.payment-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:17px;
  color:#08080d;
  font-size:1.15rem;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
  box-shadow:0 0 26px rgba(255,122,0,.22);
}

.payment-icon.pix{
  background:linear-gradient(135deg,#00d084,#00a884);
  color:#fff;
}

.payment-icon.card{
  background:linear-gradient(135deg,#3b82f6,#9333ea);
  color:#fff;
}

.payment-icon.money{
  background:linear-gradient(135deg,#ffb703,#ff7a00);
  color:#08080d;
}

.food-payment-card strong{
  display:block;
  margin-bottom:7px;
}

.food-payment-card span{
  color:rgba(255,255,255,.56);
  font-size:.88rem;
  line-height:1.6;
}

.food-payment-link{
  width:max-content;
  min-height:52px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff;
  font-weight:900;
  box-shadow:0 22px 58px rgba(255,122,0,.24);
  transition:.28s ease;
}

.food-payment-link:hover{
  transform:translateY(-3px);
}

/* CHECKOUT MOCKUP */

.food-checkout-mockup{
  position:relative;
  min-height:720px;
  padding:34px;
  overflow:hidden;
  border:1px solid rgba(255,122,0,.22);
  border-radius:36px;
  background:
    radial-gradient(circle at 35% 0%,rgba(255,122,0,.18),transparent 24rem),
    radial-gradient(circle at 85% 100%,rgba(124,58,237,.16),transparent 24rem),
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  backdrop-filter:blur(22px);
  box-shadow:
    0 40px 120px rgba(0,0,0,.46),
    0 0 90px rgba(255,122,0,.10);
}

.food-checkout-mockup::before{
  content:"";
  position:absolute;
  inset:28px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:28px;
  pointer-events:none;
}

.checkout-top,
.checkout-product,
.checkout-summary,
.payment-methods,
.checkout-security{
  position:relative;
  z-index:2;
}

.checkout-top{
  padding:18px;
  margin-bottom:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:22px;
  background:rgba(255,255,255,.045);
}

.checkout-top strong{
  display:block;
  margin-bottom:6px;
}

.checkout-top span{
  color:rgba(255,255,255,.52);
  font-size:.78rem;
}

.checkout-top i{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:#08080d;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
}

.checkout-product{
  padding:18px;
  margin-bottom:18px;
  display:grid;
  grid-template-columns:86px 1fr auto;
  gap:16px;
  align-items:center;
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px;
  background:rgba(255,255,255,.045);
}

.checkout-product-img{
  width:86px;
  height:86px;
  border-radius:22px;
  background:
    radial-gradient(circle at 45% 35%,rgba(255,183,3,.95),transparent 22%),
    radial-gradient(circle at 50% 54%,rgba(255,122,0,.85),transparent 34%),
    radial-gradient(circle at 50% 76%,rgba(92,45,15,.95),transparent 36%),
    linear-gradient(135deg,#1a0d05,#3b1608);
}

.checkout-product strong{
  display:block;
  margin-bottom:7px;
}

.checkout-product span{
  color:rgba(255,255,255,.54);
  font-size:.82rem;
  line-height:1.48;
}

.checkout-product small{
  color:var(--yellow);
  font-weight:900;
}

.checkout-summary{
  display:grid;
  gap:10px;
  margin-bottom:18px;
}

.checkout-summary div{
  min-height:48px;
  padding:0 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:1px solid rgba(255,255,255,.075);
  border-radius:16px;
  background:rgba(255,255,255,.035);
}

.checkout-summary span{
  color:rgba(255,255,255,.55);
  font-size:.82rem;
  font-weight:800;
}

.checkout-summary strong{
  font-size:.95rem;
}

.checkout-summary .total{
  border-color:rgba(255,183,3,.25);
  background:rgba(255,122,0,.08);
}

.checkout-summary .total strong{
  color:var(--yellow);
  font-size:1.15rem;
}

.payment-methods{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-bottom:18px;
}

.payment-methods button{
  min-height:54px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:16px;
  background:rgba(255,255,255,.045);
  color:rgba(255,255,255,.74);
  font-weight:900;
  cursor:pointer;
  transition:.28s ease;
}

.payment-methods button i{
  margin-right:6px;
}

.payment-methods button.active,
.payment-methods button:hover{
  color:#08080d;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
  border-color:rgba(255,183,3,.28);
}

.checkout-security{
  padding:18px;
  margin-bottom:18px;
  display:grid;
  grid-template-columns:48px 1fr;
  gap:14px;
  align-items:start;
  border:1px solid rgba(34,197,94,.22);
  border-radius:22px;
  background:rgba(34,197,94,.08);
}

.checkout-security i{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:rgba(34,197,94,.14);
  color:#bbf7d0;
}

.checkout-security strong{
  display:block;
  margin-bottom:6px;
}

.checkout-security span{
  color:rgba(255,255,255,.54);
  font-size:.82rem;
  line-height:1.48;
}

.checkout-button{
  position:relative;
  z-index:2;
  width:100%;
  min-height:56px;
  border:0;
  border-radius:16px;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff;
  font-size:.95rem;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 22px 58px rgba(255,122,0,.26);
}

/* FLOATS */

.payment-floating-card{
  position:absolute;
  z-index:5;
  padding:16px;
  display:flex;
  gap:14px;
  align-items:center;
  border:1px solid rgba(255,255,255,.13);
  border-radius:22px;
  background:rgba(0,0,0,.66);
  backdrop-filter:blur(18px);
  box-shadow:0 24px 80px rgba(0,0,0,.42);
  animation:foodFloat 5.5s ease-in-out infinite;
}

.payment-floating-card i{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:#08080d;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
}

.payment-floating-card strong{
  display:block;
  margin-bottom:4px;
}

.payment-floating-card span{
  color:rgba(255,255,255,.52);
  font-size:.76rem;
}

.payment-float-one{
  left:-24px;
  top:130px;
}

.payment-float-two{
  right:-22px;
  bottom:120px;
  animation-delay:-1.7s;
}

/* RESPONSIVO BLOCO 5 */

@media(max-width:1080px){
  .food-payment-layout{
    grid-template-columns:1fr;
  }
}

@media(max-width:680px){
  .food-payment-section{
    padding:90px 0;
  }

  .food-payment-header{
    text-align:left;
    margin-bottom:44px;
  }

  .food-payment-content,
  .food-checkout-mockup{
    padding:28px;
    border-radius:30px;
  }

  .food-checkout-mockup::before{
    display:none;
  }

  .food-payment-card,
  .checkout-security{
    grid-template-columns:1fr;
  }

  .checkout-product{
    grid-template-columns:1fr;
  }

  .checkout-product-img{
    width:100%;
    height:150px;
  }

  .payment-methods{
    grid-template-columns:1fr;
  }

  .payment-floating-card{
    display:none;
  }

  .food-payment-link{
    width:100%;
    justify-content:center;
  }
}


/* =====================================================
   BLOCO 6 — ENTREGA INTEGRADA E RASTREAMENTO
===================================================== */

.food-delivery-section{
  position:relative;
  padding:130px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 20%,rgba(255,122,0,.14),transparent 30rem),
    radial-gradient(circle at 80% 80%,rgba(124,58,237,.12),transparent 28rem),
    linear-gradient(180deg,#050505,#08080d 50%,#050505);
}

.food-delivery-glow{
  position:absolute;
  width:720px;
  height:720px;
  left:-280px;
  top:80px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(255,122,0,.18),rgba(147,51,234,.12),transparent 70%);
  filter:blur(42px);
}

.food-delivery-container{
  position:relative;
  z-index:2;
}

.food-delivery-header{
  max-width:920px;
  margin:0 auto 64px;
  text-align:center;
}

.food-delivery-header h2{
  margin:22px 0;
  font-size:clamp(2.45rem,5vw,5rem);
  line-height:.95;
  letter-spacing:-.07em;
}

.food-delivery-header h2 span{
  display:block;
  color:transparent;
  background:linear-gradient(135deg,#fff 10%,#ffb703 42%,#ff7a00 72%,#9333ea 100%);
  -webkit-background-clip:text;
  background-clip:text;
}

.food-delivery-header p{
  max-width:760px;
  margin:0 auto;
  color:var(--muted);
  font-size:1.02rem;
  line-height:1.8;
}

.food-delivery-layout{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:22px;
  align-items:stretch;
}

/* MAPA */

.delivery-map-card{
  position:relative;
  min-height:760px;
  padding:34px;
  overflow:hidden;
  border:1px solid rgba(255,122,0,.22);
  border-radius:36px;
  background:
    radial-gradient(circle at 35% 0%,rgba(255,122,0,.18),transparent 24rem),
    radial-gradient(circle at 85% 100%,rgba(124,58,237,.16),transparent 24rem),
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  backdrop-filter:blur(22px);
  box-shadow:
    0 40px 120px rgba(0,0,0,.46),
    0 0 90px rgba(255,122,0,.10);
}

.delivery-map-card::before{
  content:"";
  position:absolute;
  inset:28px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:28px;
  pointer-events:none;
}

.delivery-map{
  position:relative;
  height:650px;
  overflow:hidden;
  border-radius:30px;
  background:
    linear-gradient(rgba(255,255,255,.04) 2px,transparent 2px),
    linear-gradient(90deg,rgba(255,255,255,.04) 2px,transparent 2px),
    linear-gradient(135deg,#111,#08080d);
  background-size:80px 80px;
}

.delivery-route{
  position:absolute;
  left:18%;
  top:25%;
  width:55%;
  height:3px;
  background:linear-gradient(90deg,var(--orange),var(--yellow));
  transform:rotate(25deg);
  box-shadow:0 0 24px rgba(255,122,0,.4);
}

.delivery-point{
  position:absolute;
  width:70px;
  height:70px;
  display:grid;
  place-items:center;
  border-radius:22px;
  color:#fff;
  font-size:1.3rem;
  backdrop-filter:blur(10px);
}

.restaurant-point{
  left:12%;
  top:18%;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
}

.customer-point{
  right:12%;
  bottom:18%;
  background:linear-gradient(135deg,#22c55e,#16a34a);
}

.motoboy-point{
  position:absolute;
  left:48%;
  top:42%;
  width:80px;
  height:80px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
  color:#08080d;
  font-size:1.6rem;
  box-shadow:0 0 40px rgba(255,183,3,.4);
  animation:motorcycleMove 4s infinite ease-in-out;
}

/* INFO */

.delivery-content{
  padding:38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid rgba(255,255,255,.09);
  border-radius:36px;
  background:
    radial-gradient(circle at 20% 0%,rgba(255,122,0,.12),transparent 18rem),
    rgba(255,255,255,.045);
  backdrop-filter:blur(18px);
}

.delivery-content > span{
  display:block;
  margin-bottom:14px;
  color:var(--yellow);
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.delivery-content h3{
  margin-bottom:18px;
  font-size:clamp(2.1rem,4vw,4.2rem);
  line-height:1;
  letter-spacing:-.065em;
}

.delivery-content p{
  margin-bottom:30px;
  color:var(--muted);
  line-height:1.85;
}

.delivery-benefits{
  display:grid;
  gap:14px;
  margin-bottom:30px;
}

.delivery-benefit{
  padding:18px;
  display:grid;
  grid-template-columns:54px 1fr;
  gap:16px;
  align-items:start;
  border:1px solid rgba(255,255,255,.085);
  border-radius:22px;
  background:rgba(255,255,255,.045);
  transition:.3s ease;
}

.delivery-benefit:hover{
  transform:translateY(-5px);
  border-color:rgba(255,183,3,.26);
}

.delivery-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:17px;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
  color:#08080d;
  font-size:1.15rem;
  box-shadow:0 0 26px rgba(255,122,0,.22);
}

.delivery-benefit strong{
  display:block;
  margin-bottom:7px;
}

.delivery-benefit span{
  color:rgba(255,255,255,.56);
  font-size:.88rem;
  line-height:1.6;
}

.delivery-link{
  width:max-content;
  min-height:52px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff;
  font-weight:900;
  box-shadow:0 22px 58px rgba(255,122,0,.24);
  transition:.28s ease;
}

.delivery-link:hover{
  transform:translateY(-3px);
}

/* STATUS FLOAT */

.delivery-status{
  position:absolute;
  z-index:5;
  right:-15px;
  top:120px;
  padding:16px;
  display:flex;
  gap:14px;
  align-items:center;
  border:1px solid rgba(255,255,255,.13);
  border-radius:22px;
  background:rgba(0,0,0,.66);
  backdrop-filter:blur(18px);
  box-shadow:0 24px 80px rgba(0,0,0,.42);
}

.delivery-status i{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:linear-gradient(135deg,#22c55e,#16a34a);
  color:#fff;
}

.delivery-status strong{
  display:block;
  margin-bottom:4px;
}

.delivery-status span{
  color:rgba(255,255,255,.52);
  font-size:.76rem;
}

/* ANIMAÇÕES */

@keyframes motorcycleMove{
  0%{
    transform:translate(-20px,-15px);
  }

  50%{
    transform:translate(25px,20px);
  }

  100%{
    transform:translate(-20px,-15px);
  }
}

/* RESPONSIVO */

@media(max-width:1080px){

  .food-delivery-layout{
    grid-template-columns:1fr;
  }

  .delivery-map-card{
    min-height:auto;
  }
}

@media(max-width:680px){

  .food-delivery-section{
    padding:90px 0;
  }

  .food-delivery-header{
    text-align:left;
    margin-bottom:44px;
  }

  .delivery-map-card,
  .delivery-content{
    padding:28px;
    border-radius:30px;
  }

  .delivery-map-card::before{
    display:none;
  }

  .delivery-map{
    height:420px;
  }

  .delivery-benefit{
    grid-template-columns:1fr;
  }

  .delivery-status{
    display:none;
  }

  .delivery-link{
    width:100%;
    justify-content:center;
  }

  .motoboy-point{
    width:60px;
    height:60px;
    font-size:1.2rem;
  }
}

/* =====================================================
   BLOCO 6 — ENTREGA INTEGRADA
===================================================== */

.food-delivery-section{
  position:relative;
  padding:130px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 14% 15%,rgba(255,122,0,.14),transparent 30rem),
    radial-gradient(circle at 85% 70%,rgba(124,58,237,.14),transparent 30rem),
    linear-gradient(180deg,#050505,#08080d 50%,#050505);
}

.food-delivery-glow{
  position:absolute;
  width:720px;
  height:720px;
  left:-280px;
  top:80px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(255,122,0,.18),rgba(147,51,234,.14),transparent 70%);
  filter:blur(42px);
}

.food-delivery-container{
  position:relative;
  z-index:2;
}

.food-delivery-header{
  max-width:920px;
  margin:0 auto 64px;
  text-align:center;
}

.food-delivery-header h2{
  margin:22px 0;
  font-size:clamp(2.45rem,5vw,5rem);
  line-height:.95;
  letter-spacing:-.07em;
}

.food-delivery-header h2 span{
  display:block;
  color:transparent;
  background:linear-gradient(135deg,#fff 10%,#ffb703 42%,#ff7a00 72%,#9333ea 100%);
  -webkit-background-clip:text;
  background-clip:text;
}

.food-delivery-header p{
  max-width:760px;
  margin:0 auto;
  color:var(--muted);
  font-size:1.02rem;
  line-height:1.8;
}

.food-delivery-layout{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:22px;
  align-items:stretch;
}

/* CONTEÚDO */

.food-delivery-content{
  padding:38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid rgba(255,255,255,.09);
  border-radius:36px;
  background:
    radial-gradient(circle at 20% 0%,rgba(255,122,0,.12),transparent 18rem),
    rgba(255,255,255,.045);
  backdrop-filter:blur(18px);
}

.food-delivery-content > span{
  display:block;
  margin-bottom:14px;
  color:var(--yellow);
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.food-delivery-content h3{
  margin-bottom:18px;
  font-size:clamp(2.1rem,4vw,4.2rem);
  line-height:1;
  letter-spacing:-.065em;
}

.food-delivery-content p{
  margin-bottom:30px;
  color:var(--muted);
  line-height:1.85;
}

.food-delivery-steps{
  display:grid;
  gap:14px;
}

.delivery-step-card{
  padding:18px;
  display:grid;
  grid-template-columns:54px 1fr;
  gap:16px;
  align-items:start;
  border:1px solid rgba(255,255,255,.085);
  border-radius:22px;
  background:rgba(255,255,255,.045);
  transition:.3s ease;
}

.delivery-step-card:hover{
  transform:translateY(-5px);
  border-color:rgba(255,183,3,.26);
}

.delivery-step-number{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:17px;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
  color:#08080d;
  font-weight:900;
  box-shadow:0 0 26px rgba(255,122,0,.22);
}

.delivery-step-card strong{
  display:block;
  margin-bottom:7px;
}

.delivery-step-card span{
  color:rgba(255,255,255,.56);
  font-size:.88rem;
  line-height:1.6;
}

/* VISUAL DIREITO */

.food-delivery-visual{
  position:relative;
  min-height:760px;
}

.delivery-map-card{
  position:relative;
  min-height:760px;
  padding:34px;
  overflow:hidden;
  border:1px solid rgba(255,122,0,.22);
  border-radius:36px;
  background:
    radial-gradient(circle at 35% 0%,rgba(255,122,0,.18),transparent 24rem),
    radial-gradient(circle at 85% 100%,rgba(124,58,237,.16),transparent 24rem),
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  backdrop-filter:blur(22px);
  box-shadow:
    0 40px 120px rgba(0,0,0,.46),
    0 0 90px rgba(255,122,0,.10);
}

.delivery-map-card::before{
  content:"";
  position:absolute;
  inset:28px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:28px;
  pointer-events:none;
}

.delivery-map-top{
  position:relative;
  z-index:2;
  padding:18px;
  margin-bottom:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:22px;
  background:rgba(255,255,255,.045);
}

.delivery-map-top strong{
  display:block;
  margin-bottom:6px;
}

.delivery-map-top span{
  color:rgba(255,255,255,.52);
  font-size:.78rem;
}

.delivery-map-top i{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:#08080d;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
}

/* MAPA */

.delivery-map{
  position:relative;
  z-index:2;
  height:360px;
  margin-bottom:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  border-radius:28px;
  background:
    linear-gradient(rgba(255,255,255,.045) 2px,transparent 2px),
    linear-gradient(90deg,rgba(255,255,255,.045) 2px,transparent 2px),
    linear-gradient(135deg,#111,#08080d);
  background-size:80px 80px;
}

.map-route{
  position:absolute;
  left:18%;
  top:34%;
  width:58%;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--orange),var(--yellow));
  transform:rotate(22deg);
  box-shadow:0 0 24px rgba(255,122,0,.42);
}

.map-point{
  position:absolute;
  z-index:3;
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  border-radius:22px;
  color:#fff;
  font-size:1.25rem;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}

.map-point.restaurant{
  left:12%;
  top:22%;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
}

.map-point.customer{
  right:12%;
  bottom:22%;
  background:linear-gradient(135deg,#22c55e,#16a34a);
}

.delivery-bike{
  position:absolute;
  z-index:4;
  left:47%;
  top:43%;
  width:78px;
  height:78px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
  color:#08080d;
  font-size:1.6rem;
  box-shadow:0 0 40px rgba(255,183,3,.42);
  animation:deliveryBikeMove 4s ease-in-out infinite;
}

/* STATUS */

.delivery-status-list{
  position:relative;
  z-index:2;
  display:grid;
  gap:12px;
}

.delivery-status-item{
  padding:16px;
  display:grid;
  grid-template-columns:18px 1fr;
  gap:14px;
  align-items:start;
  border:1px solid rgba(255,255,255,.075);
  border-radius:20px;
  background:rgba(255,255,255,.04);
}

.status-dot{
  width:14px;
  height:14px;
  margin-top:4px;
  border-radius:50%;
  background:rgba(255,255,255,.22);
}

.delivery-status-item.active .status-dot{
  background:#22c55e;
  box-shadow:0 0 20px rgba(34,197,94,.7);
}

.delivery-status-item strong{
  display:block;
  margin-bottom:6px;
}

.delivery-status-item span{
  color:rgba(255,255,255,.52);
  font-size:.8rem;
}

/* FLOATS */

.delivery-floating-card{
  position:absolute;
  z-index:6;
  padding:16px;
  display:flex;
  gap:14px;
  align-items:center;
  border:1px solid rgba(255,255,255,.13);
  border-radius:22px;
  background:rgba(0,0,0,.68);
  backdrop-filter:blur(18px);
  box-shadow:0 24px 80px rgba(0,0,0,.42);
  animation:foodFloat 5.5s ease-in-out infinite;
}

.delivery-floating-card i{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:#08080d;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
}

.delivery-floating-card strong{
  display:block;
  margin-bottom:4px;
}

.delivery-floating-card span{
  color:rgba(255,255,255,.52);
  font-size:.76rem;
}

.float-delivery-left{
  left:-22px;
  top:145px;
}

.float-delivery-right{
  right:-20px;
  bottom:170px;
  animation-delay:-1.7s;
}

/* BASE */

.food-delivery-bottom{
  margin-top:22px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.delivery-bottom-card{
  padding:22px;
  display:grid;
  grid-template-columns:54px 1fr;
  gap:16px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:24px;
  background:rgba(255,255,255,.045);
  backdrop-filter:blur(18px);
}

.delivery-bottom-card i{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:17px;
  color:#08080d;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
}

.delivery-bottom-card strong{
  display:block;
  margin-bottom:7px;
}

.delivery-bottom-card span{
  color:rgba(255,255,255,.56);
  font-size:.88rem;
  line-height:1.6;
}

@keyframes deliveryBikeMove{
  0%,100%{
    transform:translate(-18px,-12px);
  }

  50%{
    transform:translate(28px,22px);
  }
}

/* RESPONSIVO */

@media(max-width:1080px){
  .food-delivery-layout{
    grid-template-columns:1fr;
  }

  .food-delivery-visual,
  .delivery-map-card{
    min-height:auto;
  }

  .food-delivery-bottom{
    grid-template-columns:1fr;
  }
}

@media(max-width:680px){
  .food-delivery-section{
    padding:90px 0;
  }

  .food-delivery-header{
    text-align:left;
    margin-bottom:44px;
  }

  .food-delivery-content,
  .delivery-map-card{
    padding:28px;
    border-radius:30px;
  }

  .delivery-map-card::before{
    display:none;
  }

  .delivery-step-card,
  .delivery-bottom-card{
    grid-template-columns:1fr;
  }

  .delivery-map{
    height:340px;
  }

  .map-point{
    width:54px;
    height:54px;
    border-radius:18px;
  }

  .delivery-bike{
    width:58px;
    height:58px;
    font-size:1.2rem;
  }

  .delivery-floating-card{
    display:none;
  }
}


/* =====================================================
   BLOCO 7 — ESTRUTURA DO SISTEMA
===================================================== */

.food-system-section{
  position:relative;
  padding:130px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 14%,rgba(255,122,0,.14),transparent 30rem),
    radial-gradient(circle at 15% 80%,rgba(124,58,237,.15),transparent 30rem),
    #050505;
}

.food-system-glow{
  position:absolute;
  width:720px;
  height:720px;
  right:-270px;
  top:80px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(255,183,3,.16),rgba(147,51,234,.14),transparent 70%);
  filter:blur(42px);
}

.food-system-container{
  position:relative;
  z-index:2;
}

.food-system-header{
  max-width:920px;
  margin:0 auto 64px;
  text-align:center;
}

.food-system-header h2{
  margin:22px 0;
  font-size:clamp(2.45rem,5vw,5rem);
  line-height:.95;
  letter-spacing:-.07em;
}

.food-system-header h2 span{
  display:block;
  color:transparent;
  background:linear-gradient(135deg,#fff 10%,#ffb703 42%,#ff7a00 72%,#9333ea 100%);
  -webkit-background-clip:text;
  background-clip:text;
}

.food-system-header p{
  max-width:760px;
  margin:0 auto;
  color:var(--muted);
  font-size:1.02rem;
  line-height:1.8;
}

.food-system-architecture{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:22px;
  align-items:stretch;
}

.food-system-flow{
  position:relative;
  min-height:780px;
  padding:34px;
  display:grid;
  gap:18px;
  overflow:hidden;
  border:1px solid rgba(255,122,0,.22);
  border-radius:36px;
  background:
    radial-gradient(circle at 35% 0%,rgba(255,122,0,.18),transparent 24rem),
    radial-gradient(circle at 85% 100%,rgba(124,58,237,.16),transparent 24rem),
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  backdrop-filter:blur(22px);
  box-shadow:
    0 40px 120px rgba(0,0,0,.46),
    0 0 90px rgba(255,122,0,.10);
}

.food-system-flow::before{
  content:"";
  position:absolute;
  inset:28px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:28px;
  pointer-events:none;
}

.system-line{
  position:absolute;
  left:62px;
  top:82px;
  bottom:82px;
  width:2px;
  background:linear-gradient(180deg,var(--orange),rgba(255,255,255,.12));
  box-shadow:0 0 22px rgba(255,122,0,.26);
}

.system-node{
  position:relative;
  z-index:2;
  padding:18px;
  display:grid;
  grid-template-columns:58px 1fr;
  gap:16px;
  align-items:start;
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px;
  background:rgba(0,0,0,.42);
  backdrop-filter:blur(18px);
  transition:.3s ease;
}

.system-node:hover{
  transform:translateX(8px);
  border-color:rgba(255,183,3,.28);
  box-shadow:0 24px 80px rgba(255,122,0,.10);
}

.system-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:18px;
  color:#08080d;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
  box-shadow:0 0 28px rgba(255,122,0,.25);
}

.system-icon.payment{
  background:linear-gradient(135deg,#3b82f6,#9333ea);
  color:#fff;
}

.system-icon.panel{
  background:linear-gradient(135deg,#9333ea,#7c3aed);
  color:#fff;
}

.system-icon.delivery{
  background:linear-gradient(135deg,#22c55e,#16a34a);
  color:#fff;
}

.system-icon.marketing{
  background:linear-gradient(135deg,#ff3d00,#ff7a00);
  color:#fff;
}

.system-node-content strong{
  display:block;
  margin-bottom:8px;
  font-size:1rem;
}

.system-node-content span{
  color:rgba(255,255,255,.56);
  font-size:.88rem;
  line-height:1.6;
}

.food-system-content{
  padding:38px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:36px;
  background:
    radial-gradient(circle at 20% 0%,rgba(255,122,0,.12),transparent 18rem),
    rgba(255,255,255,.045);
  backdrop-filter:blur(18px);
}

.food-system-content > span{
  display:block;
  margin-bottom:14px;
  color:var(--yellow);
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.food-system-content h3{
  margin-bottom:18px;
  font-size:clamp(2.1rem,4vw,4.2rem);
  line-height:1;
  letter-spacing:-.065em;
}

.food-system-content p{
  margin-bottom:30px;
  color:var(--muted);
  line-height:1.85;
}

.food-system-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.food-system-card{
  min-height:190px;
  padding:22px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:24px;
  background:rgba(255,255,255,.045);
  transition:.3s ease;
}

.food-system-card:hover{
  transform:translateY(-6px);
  border-color:rgba(255,183,3,.26);
  box-shadow:0 24px 80px rgba(255,122,0,.10);
}

.food-system-card-icon{
  width:54px;
  height:54px;
  margin-bottom:18px;
  display:grid;
  place-items:center;
  border-radius:17px;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
  color:#08080d;
  box-shadow:0 0 26px rgba(255,122,0,.22);
}

.food-system-card strong{
  display:block;
  margin-bottom:9px;
  font-size:1rem;
}

.food-system-card span{
  color:rgba(255,255,255,.56);
  font-size:.86rem;
  line-height:1.6;
}

/* RESPONSIVO BLOCO 7 */

@media(max-width:1080px){
  .food-system-architecture{
    grid-template-columns:1fr;
  }

  .food-system-flow{
    min-height:auto;
  }
}

@media(max-width:680px){
  .food-system-section{
    padding:90px 0;
  }

  .food-system-header{
    text-align:left;
    margin-bottom:44px;
  }

  .food-system-flow,
  .food-system-content{
    padding:28px;
    border-radius:30px;
  }

  .food-system-flow::before{
    display:none;
  }

  .system-line{
    display:none;
  }

  .system-node{
    grid-template-columns:1fr;
  }

  .system-node:hover{
    transform:translateY(-6px);
  }

  .food-system-grid{
    grid-template-columns:1fr;
  }
}


/* =====================================================
   BLOCO 8 — PAINEL DO RESTAURANTE
===================================================== */

.food-panel-section{
  position:relative;
  padding:130px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 18%,rgba(255,122,0,.14),transparent 30rem),
    radial-gradient(circle at 85% 78%,rgba(124,58,237,.15),transparent 30rem),
    linear-gradient(180deg,#050505,#08080d 50%,#050505);
}

.food-panel-glow{
  position:absolute;
  width:720px;
  height:720px;
  left:-280px;
  top:80px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(255,122,0,.18),rgba(147,51,234,.14),transparent 70%);
  filter:blur(42px);
}

.food-panel-container{
  position:relative;
  z-index:2;
}

.food-panel-header{
  max-width:920px;
  margin:0 auto 64px;
  text-align:center;
}

.food-panel-header h2{
  margin:22px 0;
  font-size:clamp(2.45rem,5vw,5rem);
  line-height:.95;
  letter-spacing:-.07em;
}

.food-panel-header h2 span{
  display:block;
  color:transparent;
  background:linear-gradient(135deg,#fff 10%,#ffb703 42%,#ff7a00 72%,#9333ea 100%);
  -webkit-background-clip:text;
  background-clip:text;
}

.food-panel-header p{
  max-width:760px;
  margin:0 auto;
  color:var(--muted);
  font-size:1.02rem;
  line-height:1.8;
}

.food-panel-layout{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:22px;
  align-items:stretch;
}

.food-admin-dashboard{
  position:relative;
  min-height:760px;
  padding:34px;
  overflow:hidden;
  border:1px solid rgba(255,122,0,.22);
  border-radius:36px;
  background:
    radial-gradient(circle at 35% 0%,rgba(255,122,0,.18),transparent 24rem),
    radial-gradient(circle at 85% 100%,rgba(124,58,237,.16),transparent 24rem),
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  backdrop-filter:blur(22px);
  box-shadow:0 40px 120px rgba(0,0,0,.46);
}

.food-admin-dashboard::before{
  content:"";
  position:absolute;
  inset:28px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:28px;
  pointer-events:none;
}

.admin-top,
.admin-stats,
.admin-orders,
.admin-chart{
  position:relative;
  z-index:2;
}

.admin-top{
  padding:18px;
  margin-bottom:18px;
  display:flex;
  justify-content:space-between;
  gap:16px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:22px;
  background:rgba(255,255,255,.045);
}

.admin-top strong,
.admin-order strong,
.food-panel-card strong{
  display:block;
  margin-bottom:7px;
}

.admin-top span,
.admin-order span,
.food-panel-card span{
  color:rgba(255,255,255,.56);
  font-size:.88rem;
  line-height:1.6;
}

.admin-top i{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:#08080d;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
}

.admin-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-bottom:18px;
}

.admin-stat-card{
  padding:18px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:20px;
  background:rgba(0,0,0,.36);
}

.admin-stat-card span{
  display:block;
  margin-bottom:8px;
  color:rgba(255,255,255,.52);
  font-size:.76rem;
  font-weight:800;
}

.admin-stat-card strong{
  font-size:1.35rem;
  color:var(--yellow);
}

.admin-orders{
  display:grid;
  gap:12px;
  margin-bottom:22px;
}

.admin-order{
  padding:16px;
  display:flex;
  justify-content:space-between;
  gap:16px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:20px;
  background:rgba(255,255,255,.04);
}

.admin-order.active{
  border-color:rgba(255,183,3,.28);
  background:rgba(255,122,0,.08);
}

.admin-order small{
  height:34px;
  padding:0 12px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:var(--yellow);
  font-weight:900;
  white-space:nowrap;
}

.admin-chart{
  height:180px;
  padding:18px;
  display:flex;
  align-items:end;
  gap:12px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:24px;
  background:rgba(0,0,0,.36);
}

.chart-bar{
  flex:1;
  border-radius:999px 999px 10px 10px;
  background:linear-gradient(180deg,var(--yellow),var(--orange));
  box-shadow:0 0 24px rgba(255,122,0,.22);
}

.bar-1{height:35%;}
.bar-2{height:55%;}
.bar-3{height:42%;}
.bar-4{height:78%;}
.bar-5{height:62%;}
.bar-6{height:88%;}

.panel-floating-card{
  position:absolute;
  z-index:5;
  padding:16px;
  display:flex;
  gap:14px;
  align-items:center;
  border:1px solid rgba(255,255,255,.13);
  border-radius:22px;
  background:rgba(0,0,0,.68);
  backdrop-filter:blur(18px);
  box-shadow:0 24px 80px rgba(0,0,0,.42);
  animation:foodFloat 5.5s ease-in-out infinite;
}

.panel-floating-card i{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:#08080d;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
}

.panel-floating-card strong{
  display:block;
  margin-bottom:4px;
}

.panel-floating-card span{
  color:rgba(255,255,255,.52);
  font-size:.76rem;
}

.panel-float-one{
  left:-22px;
  top:145px;
}

.panel-float-two{
  right:-20px;
  bottom:170px;
  animation-delay:-1.7s;
}

.food-panel-content{
  padding:38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid rgba(255,255,255,.09);
  border-radius:36px;
  background:
    radial-gradient(circle at 20% 0%,rgba(255,122,0,.12),transparent 18rem),
    rgba(255,255,255,.045);
  backdrop-filter:blur(18px);
}

.food-panel-content > span{
  display:block;
  margin-bottom:14px;
  color:var(--yellow);
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.food-panel-content h3{
  margin-bottom:18px;
  font-size:clamp(2.1rem,4vw,4.2rem);
  line-height:1;
  letter-spacing:-.065em;
}

.food-panel-content p{
  margin-bottom:30px;
  color:var(--muted);
  line-height:1.85;
}

.food-panel-list{
  display:grid;
  gap:14px;
  margin-bottom:30px;
}

.food-panel-card{
  padding:18px;
  display:grid;
  grid-template-columns:54px 1fr;
  gap:16px;
  align-items:start;
  border:1px solid rgba(255,255,255,.085);
  border-radius:22px;
  background:rgba(255,255,255,.045);
  transition:.3s ease;
}

.food-panel-card:hover{
  transform:translateY(-5px);
  border-color:rgba(255,183,3,.26);
}

.panel-card-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:17px;
  color:#08080d;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
}

.food-panel-link{
  width:max-content;
  min-height:52px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff;
  font-weight:900;
  box-shadow:0 22px 58px rgba(255,122,0,.24);
  transition:.28s ease;
}

.food-panel-link:hover{
  transform:translateY(-3px);
}

/* =====================================================
   BLOCO 9 — MARKETING PARA DELIVERY
===================================================== */

.food-marketing-section{
  position:relative;
  padding:130px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 14%,rgba(255,122,0,.14),transparent 30rem),
    radial-gradient(circle at 15% 82%,rgba(124,58,237,.16),transparent 30rem),
    #050505;
}

.food-marketing-glow{
  position:absolute;
  width:720px;
  height:720px;
  right:-270px;
  top:80px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(255,183,3,.16),rgba(147,51,234,.14),transparent 70%);
  filter:blur(42px);
}

.food-marketing-container{
  position:relative;
  z-index:2;
}

.food-marketing-header{
  max-width:920px;
  margin:0 auto 64px;
  text-align:center;
}

.food-marketing-header h2{
  margin:22px 0;
  font-size:clamp(2.45rem,5vw,5rem);
  line-height:.95;
  letter-spacing:-.07em;
}

.food-marketing-header h2 span{
  display:block;
  color:transparent;
  background:linear-gradient(135deg,#fff 10%,#ffb703 42%,#ff7a00 72%,#9333ea 100%);
  -webkit-background-clip:text;
  background-clip:text;
}

.food-marketing-header p{
  max-width:760px;
  margin:0 auto;
  color:var(--muted);
  font-size:1.02rem;
  line-height:1.8;
}

.food-marketing-layout{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:22px;
  align-items:stretch;
}

.food-marketing-visual{
  position:relative;
  min-height:760px;
}

.marketing-phone-mockup{
  position:relative;
  min-height:760px;
  padding:34px;
  overflow:hidden;
  border:1px solid rgba(255,122,0,.22);
  border-radius:36px;
  background:
    radial-gradient(circle at 35% 0%,rgba(255,122,0,.18),transparent 24rem),
    radial-gradient(circle at 85% 100%,rgba(124,58,237,.16),transparent 24rem),
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  backdrop-filter:blur(22px);
  box-shadow:0 40px 120px rgba(0,0,0,.46);
}

.marketing-phone-mockup::before{
  content:"";
  position:absolute;
  inset:28px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:28px;
  pointer-events:none;
}

.marketing-phone-top,
.marketing-video-preview,
.marketing-actions-row,
.marketing-result-card{
  position:relative;
  z-index:2;
}

.marketing-phone-top{
  padding:18px;
  margin-bottom:18px;
  display:flex;
  justify-content:space-between;
  gap:16px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:22px;
  background:rgba(255,255,255,.045);
}

.marketing-phone-top strong{
  display:block;
  margin-bottom:7px;
}

.marketing-phone-top span{
  color:rgba(255,255,255,.56);
  font-size:.84rem;
}

.marketing-phone-top i{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:#fff;
  background:linear-gradient(135deg,#9333ea,#ec4899);
}

.marketing-video-preview{
  min-height:360px;
  margin-bottom:18px;
  overflow:hidden;
  border-radius:28px;
  background:
    radial-gradient(circle at 45% 35%,rgba(255,183,3,.95),transparent 20%),
    radial-gradient(circle at 50% 54%,rgba(255,122,0,.82),transparent 34%),
    radial-gradient(circle at 50% 75%,rgba(80,34,10,.95),transparent 40%),
    linear-gradient(135deg,#1b0b04,#3d1307);
}

.video-overlay-food{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.88));
}

.video-play{
  position:absolute;
  left:50%;
  top:45%;
  width:76px;
  height:76px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.9);
  color:#08080d;
  transform:translate(-50%,-50%);
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}

.video-caption{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
}

.video-caption small{
  display:inline-flex;
  margin-bottom:10px;
  padding:7px 10px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
  color:#08080d;
  font-weight:900;
}

.video-caption strong{
  display:block;
  margin-bottom:8px;
  font-size:1.55rem;
}

.video-caption span{
  color:rgba(255,255,255,.62);
  font-size:.86rem;
  line-height:1.5;
}

.marketing-actions-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-bottom:18px;
}

.marketing-actions-row div{
  min-height:86px;
  padding:14px;
  display:grid;
  place-items:center;
  gap:8px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:18px;
  background:rgba(255,255,255,.045);
}

.marketing-actions-row i{
  color:var(--yellow);
}

.marketing-actions-row span{
  font-size:.78rem;
  font-weight:900;
}

.marketing-result-card{
  padding:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border:1px solid rgba(34,197,94,.22);
  border-radius:22px;
  background:rgba(34,197,94,.08);
}

.marketing-result-card strong{
  display:block;
  margin-bottom:7px;
}

.marketing-result-card span{
  color:rgba(255,255,255,.56);
  font-size:.84rem;
}

.marketing-result-card button{
  height:42px;
  padding:0 16px;
  border:0;
  border-radius:13px;
  background:#fff;
  color:#08080d;
  font-weight:900;
}

.marketing-food-float{
  position:absolute;
  z-index:5;
  padding:16px;
  display:flex;
  gap:14px;
  align-items:center;
  border:1px solid rgba(255,255,255,.13);
  border-radius:22px;
  background:rgba(0,0,0,.68);
  backdrop-filter:blur(18px);
  box-shadow:0 24px 80px rgba(0,0,0,.42);
  animation:foodFloat 5.5s ease-in-out infinite;
}

.marketing-food-float i{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:#08080d;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
}

.marketing-food-float strong{
  display:block;
  margin-bottom:4px;
}

.marketing-food-float span{
  color:rgba(255,255,255,.52);
  font-size:.76rem;
}

.marketing-float-one{
  left:-22px;
  top:145px;
}

.marketing-float-two{
  right:-20px;
  bottom:170px;
  animation-delay:-1.7s;
}

.food-marketing-content{
  padding:38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid rgba(255,255,255,.09);
  border-radius:36px;
  background:
    radial-gradient(circle at 20% 0%,rgba(255,122,0,.12),transparent 18rem),
    rgba(255,255,255,.045);
  backdrop-filter:blur(18px);
}

.food-marketing-content > span{
  display:block;
  margin-bottom:14px;
  color:var(--yellow);
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.food-marketing-content h3{
  margin-bottom:18px;
  font-size:clamp(2.1rem,4vw,4.2rem);
  line-height:1;
  letter-spacing:-.065em;
}

.food-marketing-content p{
  margin-bottom:30px;
  color:var(--muted);
  line-height:1.85;
}

.food-marketing-list{
  display:grid;
  gap:14px;
  margin-bottom:30px;
}

.food-marketing-card{
  padding:18px;
  display:grid;
  grid-template-columns:54px 1fr;
  gap:16px;
  align-items:start;
  border:1px solid rgba(255,255,255,.085);
  border-radius:22px;
  background:rgba(255,255,255,.045);
  transition:.3s ease;
}

.food-marketing-card:hover{
  transform:translateY(-5px);
  border-color:rgba(255,183,3,.26);
}

.marketing-card-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:17px;
  color:#08080d;
  background:linear-gradient(135deg,var(--yellow),var(--orange));
}

.food-marketing-card strong{
  display:block;
  margin-bottom:7px;
}

.food-marketing-card span{
  color:rgba(255,255,255,.56);
  font-size:.88rem;
  line-height:1.6;
}

.food-marketing-link{
  width:max-content;
  min-height:52px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff;
  font-weight:900;
  box-shadow:0 22px 58px rgba(255,122,0,.24);
  transition:.28s ease;
}

.food-marketing-link:hover{
  transform:translateY(-3px);
}

/* RESPONSIVO BLOCOS 8 E 9 */

@media(max-width:1080px){
  .food-panel-layout,
  .food-marketing-layout{
    grid-template-columns:1fr;
  }

  .food-marketing-visual,
  .marketing-phone-mockup,
  .food-admin-dashboard{
    min-height:auto;
  }
}

@media(max-width:680px){
  .food-panel-section,
  .food-marketing-section{
    padding:90px 0;
  }

  .food-panel-header,
  .food-marketing-header{
    text-align:left;
    margin-bottom:44px;
  }

  .food-admin-dashboard,
  .food-panel-content,
  .marketing-phone-mockup,
  .food-marketing-content{
    padding:28px;
    border-radius:30px;
  }

  .food-admin-dashboard::before,
  .marketing-phone-mockup::before{
    display:none;
  }

  .admin-stats,
  .marketing-actions-row{
    grid-template-columns:1fr;
  }

  .admin-order,
  .marketing-result-card{
    flex-direction:column;
    align-items:flex-start;
  }

  .food-panel-card,
  .food-marketing-card{
    grid-template-columns:1fr;
  }

  .panel-floating-card,
  .marketing-food-float{
    display:none;
  }

  .food-panel-link,
  .food-marketing-link{
    width:100%;
    justify-content:center;
  }
}

/* =====================================================
   BLOCO 10 — CTA FINAL + CONTATO + FOOTER
===================================================== */

.food-final-section{
  position:relative;
  padding:130px 0 50px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,122,0,.16),transparent 30rem),
    radial-gradient(circle at 80% 30%,rgba(124,58,237,.16),transparent 32rem),
    linear-gradient(180deg,#050505,#07070b 55%,#050505);
}

.food-final-glow{
  position:absolute;
  width:760px;
  height:760px;
  left:50%;
  top:-280px;
  transform:translateX(-50%);
  border-radius:999px;
  background:radial-gradient(circle,rgba(255,122,0,.22),rgba(147,51,234,.16),transparent 70%);
  filter:blur(40px);
}

.food-final-container{
  position:relative;
  z-index:2;
}

/* CTA */

.food-final-cta{
  position:relative;
  padding:80px;
  margin-bottom:34px;
  overflow:hidden;
  border:1px solid rgba(255,122,0,.24);
  border-radius:38px;
  text-align:center;
  background:
    radial-gradient(circle at 30% 0%,rgba(255,122,0,.20),transparent 25rem),
    radial-gradient(circle at 90% 100%,rgba(124,58,237,.16),transparent 24rem),
    linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.03));
  backdrop-filter:blur(22px);
  box-shadow:
    0 40px 120px rgba(0,0,0,.46),
    0 0 90px rgba(255,122,0,.10);
}

.food-final-cta::before{
  content:"";
  position:absolute;
  inset:28px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:28px;
  pointer-events:none;
}

.food-final-cta h2{
  position:relative;
  z-index:2;
  max-width:920px;
  margin:22px auto 24px;
  font-size:clamp(2.7rem,5vw,5.5rem);
  line-height:.92;
  letter-spacing:-.08em;
}

.food-final-cta h2 span{
  display:block;
  color:transparent;
  background:linear-gradient(135deg,#fff 10%,#ffb703 42%,#ff7a00 72%,#9333ea 100%);
  -webkit-background-clip:text;
  background-clip:text;
}

.food-final-cta p{
  position:relative;
  z-index:2;
  max-width:760px;
  margin:0 auto 34px;
  color:var(--muted);
  font-size:1.02rem;
  line-height:1.85;
}

.food-final-buttons{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
}

.food-final-primary,
.food-final-secondary{
  min-height:56px;
  padding:0 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:14px;
  font-weight:900;
  transition:.28s ease;
}

.food-final-primary{
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff;
  box-shadow:0 22px 58px rgba(255,122,0,.26);
}

.food-final-secondary{
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.05);
  backdrop-filter:blur(16px);
  color:#fff;
}

.food-final-primary:hover,
.food-final-secondary:hover{
  transform:translateY(-3px);
}

/* CONTATO */

.food-contact-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-bottom:36px;
}

.food-contact-card{
  padding:28px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:28px;
  background:
    radial-gradient(circle at 20% 0%,rgba(255,122,0,.12),transparent 16rem),
    rgba(255,255,255,.045);
  backdrop-filter:blur(18px);
  transition:.3s ease;
}

.food-contact-card:hover{
  transform:translateY(-8px);
  border-color:rgba(255,183,3,.28);
  box-shadow:0 24px 80px rgba(255,122,0,.10);
}

.food-contact-icon{
  width:58px;
  height:58px;
  margin-bottom:20px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,122,0,.25);
  border-radius:18px;
  background:rgba(255,122,0,.10);
  color:var(--yellow);
  font-size:1.15rem;
  box-shadow:0 0 24px rgba(255,122,0,.14);
}

.food-contact-card strong{
  display:block;
  margin-bottom:10px;
  font-size:1.05rem;
}

.food-contact-card span{
  display:block;
  color:rgba(255,255,255,.56);
  font-size:.88rem;
  line-height:1.7;
}

/* FOOTER */

.food-footer{
  padding-top:30px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  flex-wrap:wrap;
}

.food-footer-brand{
  display:flex;
  align-items:center;
  gap:16px;
}

.food-footer-brand img{
  width:58px;
  height:58px;
  object-fit:contain;
  filter:drop-shadow(0 0 24px rgba(124,58,237,.5));
}

.food-footer-brand div{
  display:grid;
  gap:4px;
}

.food-footer-brand strong{
  font-size:1rem;
}

.food-footer-brand span{
  color:rgba(255,255,255,.5);
  font-size:.76rem;
}

.food-footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
}

.food-footer-links a{
  color:rgba(255,255,255,.62);
  font-size:.88rem;
  font-weight:700;
  transition:.28s ease;
}

.food-footer-links a:hover{
  color:#fff;
}

.food-footer-copy{
  color:rgba(255,255,255,.46);
  font-size:.8rem;
}

/* WHATSAPP FLOAT */

.whatsapp-float{
  position:fixed;
  right:28px;
  bottom:28px;
  width:68px;
  height:68px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:linear-gradient(135deg,#25d366,#128c7e);
  color:#fff;
  font-size:2rem;
  z-index:9999;
  box-shadow:0 20px 50px rgba(37,211,102,.35);
  transition:.3s ease;
  animation:whatsappFloat 3s infinite;
}

.whatsapp-float:hover{
  transform:translateY(-6px) scale(1.05);
}

.whatsapp-ping{
  position:absolute;
  width:100%;
  height:100%;
  border-radius:50%;
  border:2px solid rgba(37,211,102,.45);
  animation:whatsappPing 2.4s infinite;
}

@keyframes whatsappPing{
  0%{transform:scale(1);opacity:1;}
  70%{transform:scale(1.6);opacity:0;}
  100%{opacity:0;}
}

@keyframes whatsappFloat{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-8px);}
}

/* RESPONSIVO BLOCO 10 */

@media(max-width:1080px){
  .food-contact-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:680px){
  .food-final-section{
    padding:90px 0 40px;
  }

  .food-final-cta{
    padding:38px 24px;
    border-radius:30px;
  }

  .food-final-cta::before{
    display:none;
  }

  .food-final-buttons{
    flex-direction:column;
  }

  .food-final-primary,
  .food-final-secondary{
    width:100%;
  }

  .food-contact-grid{
    grid-template-columns:1fr;
  }

  .food-footer{
    flex-direction:column;
    align-items:flex-start;
  }

  .whatsapp-float{
    width:60px;
    height:60px;
    right:18px;
    bottom:18px;
    font-size:1.8rem;
  }
}


/* =====================================================
   BLOCO 10 — CTA FINAL + CONTATO + FOOTER
===================================================== */

.food-final-section{
  position:relative;
  padding:130px 0 50px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,122,0,.16),transparent 30rem),
    radial-gradient(circle at 80% 30%,rgba(124,58,237,.16),transparent 32rem),
    linear-gradient(180deg,#050505,#07070b 55%,#050505);
}

.food-final-glow{
  position:absolute;
  width:760px;
  height:760px;
  left:50%;
  top:-280px;
  transform:translateX(-50%);
  border-radius:999px;
  background:radial-gradient(circle,rgba(255,122,0,.22),rgba(147,51,234,.16),transparent 70%);
  filter:blur(40px);
}

.food-final-container{
  position:relative;
  z-index:2;
}

/* CTA */

.food-final-cta{
  position:relative;
  padding:80px;
  margin-bottom:34px;
  overflow:hidden;
  border:1px solid rgba(255,122,0,.24);
  border-radius:38px;
  text-align:center;
  background:
    radial-gradient(circle at 30% 0%,rgba(255,122,0,.20),transparent 25rem),
    radial-gradient(circle at 90% 100%,rgba(124,58,237,.16),transparent 24rem),
    linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.03));
  backdrop-filter:blur(22px);
  box-shadow:
    0 40px 120px rgba(0,0,0,.46),
    0 0 90px rgba(255,122,0,.10);
}

.food-final-cta::before{
  content:"";
  position:absolute;
  inset:28px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:28px;
  pointer-events:none;
}

.food-final-cta h2{
  position:relative;
  z-index:2;
  max-width:920px;
  margin:22px auto 24px;
  font-size:clamp(2.7rem,5vw,5.5rem);
  line-height:.92;
  letter-spacing:-.08em;
}

.food-final-cta h2 span{
  display:block;
  color:transparent;
  background:linear-gradient(135deg,#fff 10%,#ffb703 42%,#ff7a00 72%,#9333ea 100%);
  -webkit-background-clip:text;
  background-clip:text;
}

.food-final-cta p{
  position:relative;
  z-index:2;
  max-width:760px;
  margin:0 auto 34px;
  color:var(--muted);
  font-size:1.02rem;
  line-height:1.85;
}

.food-final-buttons{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
}

.food-final-primary,
.food-final-secondary{
  min-height:56px;
  padding:0 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:14px;
  font-weight:900;
  transition:.28s ease;
}

.food-final-primary{
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff;
  box-shadow:0 22px 58px rgba(255,122,0,.26);
}

.food-final-secondary{
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.05);
  backdrop-filter:blur(16px);
  color:#fff;
}

.food-final-primary:hover,
.food-final-secondary:hover{
  transform:translateY(-3px);
}

/* CONTATO */

.food-contact-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-bottom:36px;
}

.food-contact-card{
  padding:28px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:28px;
  background:
    radial-gradient(circle at 20% 0%,rgba(255,122,0,.12),transparent 16rem),
    rgba(255,255,255,.045);
  backdrop-filter:blur(18px);
  transition:.3s ease;
}

.food-contact-card:hover{
  transform:translateY(-8px);
  border-color:rgba(255,183,3,.28);
  box-shadow:0 24px 80px rgba(255,122,0,.10);
}

.food-contact-icon{
  width:58px;
  height:58px;
  margin-bottom:20px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,122,0,.25);
  border-radius:18px;
  background:rgba(255,122,0,.10);
  color:var(--yellow);
  font-size:1.15rem;
  box-shadow:0 0 24px rgba(255,122,0,.14);
}

.food-contact-card strong{
  display:block;
  margin-bottom:10px;
  font-size:1.05rem;
}

.food-contact-card span{
  display:block;
  color:rgba(255,255,255,.56);
  font-size:.88rem;
  line-height:1.7;
}

/* FOOTER */

.food-footer{
  padding-top:30px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  flex-wrap:wrap;
}

.food-footer-brand{
  display:flex;
  align-items:center;
  gap:16px;
}

.food-footer-brand img{
  width:58px;
  height:58px;
  object-fit:contain;
  filter:drop-shadow(0 0 24px rgba(124,58,237,.5));
}

.food-footer-brand div{
  display:grid;
  gap:4px;
}

.food-footer-brand strong{
  font-size:1rem;
}

.food-footer-brand span{
  color:rgba(255,255,255,.5);
  font-size:.76rem;
}

.food-footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
}

.food-footer-links a{
  color:rgba(255,255,255,.62);
  font-size:.88rem;
  font-weight:700;
  transition:.28s ease;
}

.food-footer-links a:hover{
  color:#fff;
}

.food-footer-copy{
  color:rgba(255,255,255,.46);
  font-size:.8rem;
}

/* WHATSAPP FLOAT */

.whatsapp-float{
  position:fixed;
  right:28px;
  bottom:28px;
  width:68px;
  height:68px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:linear-gradient(135deg,#25d366,#128c7e);
  color:#fff;
  font-size:2rem;
  z-index:9999;
  box-shadow:0 20px 50px rgba(37,211,102,.35);
  transition:.3s ease;
  animation:whatsappFloat 3s infinite;
}

.whatsapp-float:hover{
  transform:translateY(-6px) scale(1.05);
}

.whatsapp-ping{
  position:absolute;
  width:100%;
  height:100%;
  border-radius:50%;
  border:2px solid rgba(37,211,102,.45);
  animation:whatsappPing 2.4s infinite;
}

@keyframes whatsappPing{
  0%{transform:scale(1);opacity:1;}
  70%{transform:scale(1.6);opacity:0;}
  100%{opacity:0;}
}

@keyframes whatsappFloat{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-8px);}
}

/* RESPONSIVO BLOCO 10 */

@media(max-width:1080px){
  .food-contact-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:680px){
  .food-final-section{
    padding:90px 0 40px;
  }

  .food-final-cta{
    padding:38px 24px;
    border-radius:30px;
  }

  .food-final-cta::before{
    display:none;
  }

  .food-final-buttons{
    flex-direction:column;
  }

  .food-final-primary,
  .food-final-secondary{
    width:100%;
  }

  .food-contact-grid{
    grid-template-columns:1fr;
  }

  .food-footer{
    flex-direction:column;
    align-items:flex-start;
  }

  .whatsapp-float{
    width:60px;
    height:60px;
    right:18px;
    bottom:18px;
    font-size:1.8rem;
  }
}