@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Montserrat:wght@600;700;800&display=swap');

:root{
  --blue:#0623d8;
  --blue-dark:#06126d;
  --blue-deep:#050f5d;
  --cyan:#08dbe5;
  --green:#10c95b;
  --text:#0b123c;
  --muted:#6e748c;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);overflow-x:hidden}
.main-navbar{
  background:linear-gradient(90deg,#061b99 0%,#0638e8 55%,#02aee2 100%);
  padding:10px 0;
  z-index:1000;
  box-shadow:0 5px 18px rgba(0,0,0,.14)
}
.navbar-brand{font-family:Montserrat,sans-serif;font-size:1.38rem;font-weight:800;color:#fff!important;letter-spacing:-.04em}
.navbar-brand b,.footer-brand b{color:#10dce4}
.brand-flame{
  width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;
  margin-right:9px;background:linear-gradient(135deg,#ffd426 5%,#0bd9e4 55%,#1264ff 100%);
  color:#0625c9;font-size:1.22rem;box-shadow:0 5px 16px rgba(0,0,0,.15)
}
.nav-link{position:relative;color:#fff!important;font-weight:700;font-size:.78rem;margin:0 8px;padding:18px 4px!important}
.nav-link:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:3px;background:var(--cyan);transform:scaleX(0);transition:.2s}
.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}
.btn-whatsapp{
  background:var(--green)!important;border:none!important;color:#fff!important;border-radius:4px;
  font-weight:800;box-shadow:0 7px 18px rgba(5,93,43,.25);padding:10px 17px;transition:.2s
}
.btn-whatsapp:hover{background:#15dc66!important;transform:translateY(-1px)}
.hero{
  min-height:575px;padding:125px 0 38px;position:relative;overflow:hidden;color:#fff;
  background:
    radial-gradient(circle at 90% 20%,rgba(0,230,236,.8),transparent 31%),
    linear-gradient(125deg,#04135f 0%,#0628d8 48%,#0076e9 100%);
}
.hero:after{
  content:"";position:absolute;inset:0;background:url("assets/fundo-pagina.png") center/cover no-repeat;
  opacity:.18;mix-blend-mode:screen;pointer-events:none
}
.hero .container{z-index:2}
.hero-copy{z-index:4}
.hero-kicker{font-size:.98rem;font-weight:800;letter-spacing:.04em;margin-bottom:18px}
.hero h1{
  font-family:Montserrat,sans-serif;font-weight:800;font-size:clamp(2.6rem,4.2vw,4rem);
  line-height:1.16;letter-spacing:-.04em;margin:0 0 17px
}
.hero h1 span{color:#12dfe5}
.hero-copy p{font-size:.94rem;line-height:1.65;max-width:410px;margin-bottom:26px;color:rgba(255,255,255,.95)}
.hero-buttons{display:flex;flex-wrap:wrap;gap:10px}
.hero-buttons .btn{font-size:.87rem;font-weight:800;border-radius:4px;padding:11px 15px}
.hero-image-col{position:relative;z-index:3;min-height:400px;display:flex;align-items:center}
.hero-products{
  width:100%;max-width:650px;margin-left:auto;
  filter:drop-shadow(0 25px 25px rgba(0,0,0,.2))
}
.products-section{background:#fff;padding:34px 0 62px}
.section-heading{margin-bottom:26px}
.section-kicker{font-size:.99rem;font-weight:800;color:#0832db;letter-spacing:.12em;margin-bottom:7px}
.section-heading h2{font-family:Montserrat,sans-serif;font-size:1.48rem;font-weight:800;margin:0;color:#11163e}
.heading-line{height:2px;width:34px;background:#0756e8;margin:9px auto 10px}
.section-heading p{color:#969baa;font-size:1.02rem;line-height:1.55;margin:0}
.product-card{
  background:#fff;border-radius:6px;box-shadow:0 5px 22px rgba(11,26,91,.10);
  padding:12px 28px 20px;text-align:center;height:100%;border:1px solid #f0f1f5
}
.product-image-wrap{height:250px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.product-image{height:100%;object-position:center 46%;mix-blend-mode:multiply}
.product-card h3{font-family:Montserrat,sans-serif;color:#052be0;font-size:1.08rem;font-weight:800;margin:2px 0 9px}
.product-card p{font-size:.96rem;line-height:1.6;color:#333b57;margin:0 0 15px}
.product-btn{font-size:.87rem!important;padding:9px 14px!important;border-radius:4px!important}
.delivery-section{padding:58px 0 66px;background:#f7f8fc}
.delivery-section .section-heading{margin-bottom:18px}
.delivery-section .section-heading h2{font-size:1.65rem}
.features-row{margin-top:4px}
.feature-item{text-align:center;padding:15px}
.feature-icon{
  width:58px;height:58px;border:2px solid #063bff;border-radius:50%;display:inline-flex;
  align-items:center;justify-content:center;color:#063bff;font-size:1.55rem;margin-bottom:12px
}
.feature-item h3{font-family:Montserrat,sans-serif;font-size:1.04rem;font-weight:800;margin:0 0 8px}
.feature-item p{font-size:.97rem;line-height:1.55;color:#47506b;margin:0}
.hours-location{
  padding:34px 0 35px;color:#fff;
  background:linear-gradient(100deg,#071b9d 0%,#0638df 65%,#0cd8e2 100%)
}
.hours-location h3{font-size:.98rem;font-weight:800;letter-spacing:.04em;margin:0 0 10px}
.schedule-box{width:min(300px,100%);border:1px solid rgba(255,255,255,.23);border-radius:3px;overflow:hidden}
.schedule-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.18);font-size:.82rem}
.schedule-row:last-child{border:0}
.schedule-row span{border:1px solid rgba(255,255,255,.65);border-radius:3px;padding:5px 12px;font-weight:800;white-space:nowrap}
.location-column{padding-left:55px;border-left:1px solid rgba(255,255,255,.24)}
.location-column p{font-size:.92rem;line-height:1.45;margin:0 0 12px}
.map-button{display:inline-block;border:1px solid rgba(255,255,255,.65);padding:7px 14px;color:#fff;font-size:.85rem;font-weight:800;border-radius:3px}
.map-button:hover{color:#fff;background:rgba(255,255,255,.1)}
.footer{background:#06114f;color:#fff;padding:28px 0 12px}
.footer-brand{display:inline-flex;align-items:center;color:#fff;font-family:Montserrat,sans-serif;font-size:1.38rem;font-weight:800;letter-spacing:-.04em;margin-bottom:10px}
.footer p{font-size:.97rem;color:rgba(255,255,255,.9);line-height:1.6}
.footer h4{font-size:.92rem;font-weight:800;margin:8px 0 10px}
.footer a:not(.footer-brand){display:block;color:rgba(255,255,255,.85);font-size:.95rem;margin:4px 0}
.footer-whatsapp{color:#16df62!important;font-weight:800!important}
.footer-address{margin-top:10px}
.footer-address i{color:#13dfe5;margin-right:7px}
.footer-address span{padding-left:21px}
.footer-bottom{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.09);margin-top:20px;padding-top:12px;color:rgba(255,255,255,.72);font-size:.86rem}
.heart{color:#ff4d69}
.whatsapp-float{display:none}
.modal-content{border:0;border-radius:12px}
@media(max-width:991px){
  .navbar-brand{font-size:1.15rem}
  .navbar-toggler{border:1px solid rgba(255,255,255,.5)!important}
  .nav-link{padding:9px 0!important}
  .hero{padding-top:105px}
  .hero-image-col{min-height:350px;margin-top:5px}
  .hero-products{max-width:700px}
  .location-column{border-left:0;border-top:1px solid rgba(255,255,255,.2);padding:22px 12px 0;margin-top:20px}
}
@media(max-width:575px){
  .hero{min-height:auto;padding:100px 0 25px}
  .hero h1{font-size:2.5rem}
  .hero-buttons .btn{width:100%}
  .hero-image-col{min-height:250px}
  .hero-products{width:115%;max-width:none;margin-right:-9%;margin-left:-8%}
  .products-section{padding-top:30px}
  .product-image-wrap{height:225px}
  .product-card{padding-left:18px;padding-right:18px}
  .schedule-box{width:100%}
  .footer-bottom{font-size:.53rem}
}
