/* ===========================================================
   Delivery Express Pro Landing Page — estilo dark neutro + dourado
   alinhado à identidade real do deliveryexpresspro.com.br
   =========================================================== */

:root{
  --bg-dark:#1A1A1C;
  --bg-dark-2:#232325;
  --bg-dark-card:#2A2A2D;
  --border-dark: rgba(255,255,255,0.08);
  --text-on-dark:#F2F2F0;
  --text-muted-on-dark:#A8A8AE;

  --bg-light:#ffffff;
  --bg-light-2:#F7F7F8;
  --text-heading:#17171A;
  --text-body:#5C5C63;

  --accent:#F5B400;
  --accent-2:#FFCB3D;
  --accent-gradient: linear-gradient(135deg,#F5B400 0%, #FFCB3D 100%);
  --success:#22C55E;

  --radius-lg:24px;
  --radius-md:16px;
  --radius-sm:10px;
  --shadow-card: 0 20px 40px -20px rgba(26,26,28,0.25);
  --shadow-card-dark: 0 20px 50px -20px rgba(0,0,0,0.6);
  --max-width:1180px;
}

*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color:var(--text-body);
  background:var(--bg-light);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%; display:block;}
a{color:inherit; text-decoration:none;}
ul{list-style:none;}
button{font-family:inherit; cursor:pointer; border:none; background:none;}

.container{
  max-width:var(--max-width);
  margin:0 auto;
  padding:0 24px;
}

h1,h2,h3,h4{color:var(--text-heading); font-weight:800; line-height:1.15;}
h2{font-size:clamp(1.8rem, 3.2vw, 2.6rem);}
h3{font-size:1.15rem;}

.accent-text{
  background:var(--accent-gradient);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.eyebrow{
  display:inline-block;
  font-size:.75rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--accent-2);
  background:rgba(245,180,0,0.12);
  border:1px solid rgba(245,180,0,0.3);
  padding:6px 14px;
  border-radius:999px;
  margin-bottom:18px;
}
.eyebrow-center{display:block; width:fit-content; margin-left:auto; margin-right:auto;}

.section-head{max-width:640px; margin:0 auto 48px; text-align:center;}
.section-head p{margin-top:12px; font-size:1.05rem;}
.section-head-light h2, .section-head-light p{color:var(--text-heading);}
.section-head-dark h2{color:var(--text-on-dark);}
.section-head-dark p{color:var(--text-muted-on-dark); margin-top:12px;}

/* ---------- Scroll reveal ---------- */
.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .6s ease, transform .6s ease;
}
.reveal.is-visible{opacity:1; transform:none;}
@media (prefers-reduced-motion: reduce){
  .reveal{transition:none; opacity:1; transform:none;}
}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-weight:700;
  border-radius:999px;
  padding:12px 24px;
  font-size:.95rem;
  transition:transform .15s ease, box-shadow .15s ease, opacity .15s ease;
  white-space:nowrap;
}
.btn-sm{padding:9px 18px; font-size:.85rem;}
.btn-lg{padding:15px 30px; font-size:1rem;}
.btn-accent{
  background:var(--accent);
  color:#1A1206;
  box-shadow:0 12px 24px -8px rgba(245,180,0,0.55);
}
.btn-accent:hover{transform:translateY(-2px); background:var(--accent-2); box-shadow:0 16px 30px -8px rgba(245,180,0,0.65);}
.btn-outline{
  border:1.5px solid var(--border-dark);
  color:var(--text-on-dark);
  background:rgba(255,255,255,0.03);
}
.btn-outline:hover{background:rgba(255,255,255,0.08);}
.btn-outline-light{
  border:1.5px solid rgba(255,255,255,0.35);
  color:#fff;
}
.btn-outline-light:hover{background:rgba(255,255,255,0.1);}

/* ---------- Header ---------- */
.header{
  position:sticky; top:0; z-index:100;
  background:rgba(26,26,28,0.85);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--border-dark);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding-top:16px; padding-bottom:16px;
  gap:24px;
}
.brand{display:flex; align-items:center; gap:10px;}
.brand-badge{
  width:36px; height:36px; border-radius:10px;
  background:var(--accent-gradient);
  color:#1A1206; font-weight:900; font-size:1.1rem;
  display:flex; align-items:center; justify-content:center;
  overflow:hidden; flex-shrink:0;
}
.brand-logo-img{width:100%; height:100%; object-fit:cover; display:block;}
.brand-name{font-weight:700; font-size:1.1rem; color:var(--text-on-dark);}
.brand-pro{font-weight:800; color:var(--accent-2);}
.nav{display:flex; align-items:center; gap:28px; flex:1; justify-content:center;}
.nav a{font-size:.92rem; font-weight:500; color:var(--text-muted-on-dark); transition:color .15s;}
.nav a:hover{color:var(--text-on-dark);}
.nav-toggle{display:none; flex-direction:column; gap:5px; width:28px;}
.nav-toggle span{height:2px; background:var(--text-on-dark); border-radius:2px;}

/* ---------- Hero ---------- */
.hero{
  background:radial-gradient(1200px 600px at 80% -10%, rgba(245,180,0,0.18), transparent 60%), var(--bg-dark);
  padding:80px 0 60px;
  overflow:hidden;
}
.hero-inner{
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:56px;
  align-items:center;
}
.hero-copy h1{
  color:var(--text-on-dark);
  font-size:clamp(2.1rem, 4vw, 3.1rem);
  margin-bottom:20px;
}
.hero-sub{color:var(--text-muted-on-dark); font-size:1.05rem; max-width:520px; margin-bottom:28px;}
.hero-ctas{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:28px;}
.hero-checks{display:flex; flex-direction:column; gap:10px;}
.hero-checks li{
  color:var(--text-muted-on-dark);
  font-size:.9rem;
  padding-left:24px;
  position:relative;
}
.hero-checks li::before{
  content:"✓";
  position:absolute; left:0; top:0;
  color:var(--success); font-weight:800;
}

.hero-visual{position:relative; min-height:360px;}
.device-frame{
  background:var(--bg-dark-card);
  border:1px solid var(--border-dark);
  border-radius:var(--radius-md);
  box-shadow:var(--shadow-card-dark);
  padding:10px;
}
.device-laptop{
  width:100%; max-width:460px;
}
.device-laptop .device-screen{
  background:var(--bg-dark-2);
  border-radius:10px;
  overflow:hidden;
  aspect-ratio:16/10;
}
.hero-phone-mockup{
  position:absolute;
  right:-30px; bottom:-40px;
  width:220px;
  filter:drop-shadow(0 20px 40px rgba(0,0,0,0.5));
}
.device-screenshot{
  width:100%; height:100%;
  object-fit:cover;
  object-position:top;
  display:block;
}

.floating-badge{
  position:absolute; left:-10px; bottom:20px;
  background:#fff;
  border-radius:var(--radius-md);
  box-shadow:var(--shadow-card);
  padding:12px 16px;
  display:flex; align-items:center; gap:10px;
}
.floating-badge-icon{font-size:1.4rem;}
.floating-badge strong{display:block; font-size:.85rem; color:var(--text-heading);}
.floating-badge small{color:var(--text-body); font-size:.75rem;}

/* ---------- Trust bar ---------- */
.trustbar{background:var(--bg-light); padding:48px 0; border-bottom:1px solid #ECEAEA;}
.trustbar-inner{
  display:flex; flex-wrap:wrap; justify-content:space-around; gap:24px; text-align:center;
}
.trust-stat{display:flex; flex-direction:column; gap:6px;}
.trust-stat strong{font-size:clamp(1.6rem, 3vw, 2.2rem); font-weight:900; color:var(--text-heading);}
.trust-stat span{font-size:.8rem; font-weight:600; letter-spacing:.03em; text-transform:uppercase; color:var(--text-body);}

/* ---------- Segmentos ---------- */
.segments{padding:44px 0; background:var(--bg-light-2); text-align:center;}
.segments-label{font-size:.85rem; font-weight:700; letter-spacing:.05em; text-transform:uppercase; color:var(--text-body); margin-bottom:18px;}
.segments-chips{display:flex; flex-wrap:wrap; gap:10px; justify-content:center;}
.segments-chips span{
  background:#fff; border:1px solid #ECEAF3; border-radius:999px;
  padding:8px 18px; font-size:.85rem; font-weight:600; color:var(--text-heading);
}
.segments-note{margin-top:18px; font-size:.85rem; color:var(--text-body);}

/* ---------- Features ---------- */
.features{padding:100px 0 60px;}
.features-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
  margin-bottom:36px;
}
.feature-card{
  background:var(--bg-light-2);
  border:1px solid #ECEAF3;
  border-radius:20px;
  padding:28px;
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.feature-card:hover{
  transform:translateY(-6px) scale(1.02);
  border-color:var(--accent);
  box-shadow:0 16px 40px -14px rgba(245,180,0,0.35);
}
.feature-card-dark{background:var(--bg-dark); border-color:var(--bg-dark);}
.feature-card-dark h3, .feature-card-dark p{color:var(--text-on-dark);}
.feature-card-dark:hover{
  border-color:var(--accent-2);
  box-shadow:0 16px 50px -10px rgba(245,180,0,0.5);
}
.feature-icon{
  width:48px; height:48px; border-radius:12px;
  background:var(--accent-gradient);
  display:flex; align-items:center; justify-content:center;
  margin-bottom:16px;
  transition:box-shadow .3s ease;
}
.feature-icon svg{width:22px; height:22px;}
.feature-card:hover .feature-icon{box-shadow:0 0 18px rgba(245,180,0,0.6);}
.feature-card h3{margin-bottom:8px;}
.feature-card p{font-size:.92rem;}

.features-more{display:flex; flex-wrap:wrap; gap:10px; justify-content:center;}
.features-more span{
  background:#fff; border:1px dashed #DAD7E6; border-radius:999px;
  padding:7px 16px; font-size:.8rem; font-weight:600; color:var(--text-body);
}

/* ---------- Showcase ---------- */
.showcase{padding:80px 0; background:var(--bg-light-2); text-align:center;}
.showcase-title{margin-top:6px;}
.showcase-sub{max-width:560px; margin:12px auto 40px;}
.showcase-frame{
  background:var(--bg-dark);
  border-radius:var(--radius-lg);
  padding:36px;
  box-shadow:var(--shadow-card);
}
.showcase-mock{background:var(--bg-dark-card); border-radius:var(--radius-md); padding:16px; border:1px solid var(--border-dark);}
.showcase-screenshot{
  width:100%; border-radius:10px; display:block;
  transition:transform .35s ease, box-shadow .35s ease;
}
.showcase-screenshot:hover{
  transform:scale(1.012);
  box-shadow:0 20px 60px -10px rgba(245,180,0,0.3);
}

/* ---------- Owner banner ---------- */
.owner-banner{background:var(--bg-dark); padding:90px 0; text-align:center;}
.owner-banner-inner{max-width:780px; margin:0 auto;}
.owner-banner h2{color:var(--text-on-dark); font-size:clamp(1.6rem, 3vw, 2.2rem); margin-bottom:44px;}
.owner-points{display:grid; grid-template-columns:repeat(3, 1fr); gap:22px; margin-bottom:40px;}
.owner-point{background:var(--bg-dark-card); border:1px solid var(--border-dark); border-radius:var(--radius-md); padding:26px; text-align:left;}
.owner-point-icon{font-size:1.6rem; display:block; margin-bottom:12px;}
.owner-point strong{display:block; color:var(--text-on-dark); font-size:1rem; margin-bottom:8px;}
.owner-point p{color:var(--text-muted-on-dark); font-size:.88rem;}

/* ---------- Calculator ---------- */
.calculator{padding:100px 0; background:var(--bg-light);}
.calc-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:start;
}
.calc-inputs{
  background:var(--bg-light-2);
  border:1px solid #ECEAF3;
  border-radius:var(--radius-lg);
  padding:36px;
  display:flex; flex-direction:column; gap:26px;
}
.calc-field label{
  display:flex; justify-content:space-between; align-items:center;
  font-size:.9rem; font-weight:700; color:var(--text-heading);
  margin-bottom:10px;
}
.calc-value{color:var(--accent); font-weight:800;}
input[type="range"]{
  -webkit-appearance:none; appearance:none;
  width:100%; height:6px; border-radius:999px;
  background:#E7E4F2;
  outline:none;
}
input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance:none; appearance:none;
  width:22px; height:22px; border-radius:50%;
  background:var(--accent-gradient);
  border:3px solid #fff;
  box-shadow:0 4px 10px rgba(245,180,0,0.5);
  cursor:pointer;
}
input[type="range"]::-moz-range-thumb{
  width:22px; height:22px; border-radius:50%;
  background:var(--accent-gradient);
  border:3px solid #fff;
  box-shadow:0 4px 10px rgba(245,180,0,0.5);
  cursor:pointer;
}

.calc-result-card{
  background:var(--bg-dark);
  border-radius:var(--radius-lg);
  padding:36px;
  box-shadow:var(--shadow-card-dark);
  border:1px solid rgba(245,180,0,0.25);
}
.calc-result-row{
  display:flex; justify-content:space-between; align-items:center;
  padding:10px 0;
  color:var(--text-muted-on-dark);
  font-size:.92rem;
}
.calc-result-row strong{color:var(--text-on-dark); font-size:1rem;}
.calc-result-row-total{border-top:1px solid var(--border-dark); margin-top:6px; padding-top:16px;}
.calc-result-row-cost strong{color:#FF8A8A;}
.calc-result-divider{height:1px; background:var(--border-dark); margin:8px 0;}
.calc-result-row-highlight{
  background:rgba(245,180,0,0.1);
  border-radius:var(--radius-sm);
  padding:14px 16px;
  margin:6px 0;
}
.calc-result-row-highlight span{color:var(--text-on-dark); font-weight:700;}
.calc-result-row-highlight strong{color:var(--accent-2); font-size:1.4rem;}
.calc-cta{width:100%; margin-top:20px;}
.calc-disclaimer{
  max-width:760px; margin:36px auto 0; text-align:center;
  font-size:.78rem; color:var(--text-body); font-style:italic;
}

/* ---------- Pricing ---------- */
.pricing{padding:100px 0; background:var(--bg-light-2);}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:24px;
  align-items:stretch;
}
.pricing-card{
  background:#fff;
  border:1px solid #ECEAF3;
  border-radius:var(--radius-lg);
  padding:32px;
  display:flex; flex-direction:column;
  position:relative;
}
.pricing-card-highlight{
  background:var(--bg-dark);
  border:2px solid var(--accent-2);
  transform:scale(1.03);
  color:var(--text-on-dark);
  transition:transform .2s ease;
  animation:pricing-glow 3s ease-in-out infinite;
}
.pricing-card-highlight:hover{transform:scale(1.04) translateY(-4px);}
@keyframes pricing-glow{
  0%, 100%{box-shadow:var(--shadow-card-dark), 0 0 25px rgba(245,180,0,0.15);}
  50%{box-shadow:var(--shadow-card-dark), 0 0 45px rgba(245,180,0,0.35);}
}
.pricing-badge{
  position:absolute; top:-14px; left:50%; transform:translateX(-50%);
  background:var(--success); color:#fff;
  font-size:.72rem; font-weight:800; letter-spacing:.04em; text-transform:uppercase;
  padding:6px 16px; border-radius:999px;
}
.pricing-tag{
  display:inline-block; font-size:.75rem; font-weight:700; text-transform:uppercase;
  color:var(--text-body); margin-bottom:10px;
}
.pricing-tag-light{color:var(--accent-2);}
.pricing-card h3{margin-bottom:6px;}
.pricing-card-highlight h3{color:var(--text-on-dark);}
.pricing-price{font-size:1.8rem; font-weight:900; color:var(--text-heading); margin:6px 0;}
.pricing-card-highlight .pricing-price{color:var(--text-on-dark);}
.pricing-old{color:var(--text-body); font-size:.85rem;}
.pricing-card-highlight .pricing-old{color:var(--text-muted-on-dark);}
.pricing-price strong{color:var(--accent-2);}
.pricing-pix, .pricing-parcelas{display:block; font-size:.82rem; color:var(--text-muted-on-dark);}
.pricing-desc{font-size:.85rem; margin-bottom:18px; color:var(--text-body);}
.pricing-card-highlight .pricing-desc{color:var(--text-muted-on-dark);}
.pricing-list{display:flex; flex-direction:column; gap:10px; margin-bottom:24px; flex:1;}
.pricing-list li{font-size:.88rem; padding-left:22px; position:relative;}
.pricing-list li::before{content:"✓"; position:absolute; left:0; color:var(--success); font-weight:800;}
.pricing-list-cons li::before{content:"✕"; color:#EF4444;}
.pricing-foot{font-size:.78rem; color:var(--text-body); text-align:center; margin-top:auto;}
.pricing-card-highlight .pricing-foot{color:var(--text-muted-on-dark);}
.pricing-cta{width:100%; margin-bottom:16px;}

/* ---------- Testimonials ---------- */
.testimonials{padding:100px 0; background:var(--bg-dark);}
.testimonials-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
}
.testimonial-card{
  background:var(--bg-dark-card);
  border-radius:var(--radius-md);
  padding:28px;
}
.testimonial-placeholder{border:1.5px dashed rgba(245,180,0,0.4);}
.stars{color:var(--accent-2); margin-bottom:14px; letter-spacing:2px;}
.testimonial-card p{color:var(--text-muted-on-dark); font-size:.92rem; margin-bottom:18px;}
.testimonial-author strong{display:block; color:var(--text-on-dark); font-size:.9rem;}
.testimonial-author span{color:var(--text-muted-on-dark); font-size:.8rem;}

/* ---------- FAQ ---------- */
.faq{padding:90px 0;}
.faq-list{max-width:760px; margin:0 auto; display:flex; flex-direction:column; gap:12px;}
.faq-item{border:1px solid #ECEAF3; border-radius:var(--radius-md); overflow:hidden;}
.faq-question{
  width:100%; display:flex; justify-content:space-between; align-items:center;
  padding:18px 22px; font-weight:700; font-size:.95rem; color:var(--text-heading);
  background:var(--bg-light-2);
}
.faq-icon{font-size:1.3rem; color:var(--accent); transition:transform .3s cubic-bezier(.34,1.56,.64,1);}
.faq-item.open .faq-icon{transform:rotate(45deg);}
.faq-answer{display:grid; grid-template-rows:0fr; transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1); overflow:hidden;}
.faq-answer-inner{overflow:hidden;}
.faq-answer p{padding:18px 22px; font-size:.9rem; margin:0;}
.faq-item.open .faq-answer{grid-template-rows:1fr;}

/* ---------- Final CTA ---------- */
.final-cta{
  background:radial-gradient(900px 400px at 50% 0%, rgba(245,180,0,0.35), transparent 70%), var(--bg-dark);
  padding:90px 0; text-align:center;
}
.final-cta h2{color:var(--text-on-dark);}
.final-cta p{color:var(--text-muted-on-dark); margin:14px 0 30px; font-size:1.05rem;}
.final-cta-buttons{display:flex; gap:14px; justify-content:center; flex-wrap:wrap;}

/* ---------- Footer ---------- */
.footer{background:var(--bg-dark-2); border-top:1px solid var(--border-dark); padding:70px 0 0;}
.footer-inner{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:32px;
  padding-bottom:50px;
}
.footer-col h4{color:var(--text-on-dark); font-size:.9rem; margin-bottom:18px;}
.footer-col a{
  display:block; color:var(--text-muted-on-dark); font-size:.88rem; margin-bottom:12px;
  transition:color .15s;
}
.footer-col a:hover{color:var(--accent-2);}
.footer-brand p{color:var(--text-muted-on-dark); font-size:.88rem; margin:16px 0 20px; max-width:280px;}
.brand-footer{margin-bottom:0;}
.footer-social{display:flex; gap:10px;}
.footer-social a{
  width:38px; height:38px; margin:0;
  background:rgba(255,255,255,0.06); border-radius:10px;
  display:flex; align-items:center; justify-content:center;
  color:var(--text-muted-on-dark);
}
.footer-social a:hover{background:var(--accent); color:#1A1206;}
.footer-contact{
  display:flex; align-items:center; gap:10px;
}
.footer-contact-icon{
  width:32px; height:32px; border-radius:9px; background:rgba(245,180,0,0.15);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.footer-contact-icon svg{width:17px; height:17px;}
.footer-contact > span{display:flex; flex-direction:column; gap:2px;}
.footer-contact small{font-size:.65rem; text-transform:uppercase; letter-spacing:.04em; color:var(--text-muted-on-dark);}
.footer-credit{border-top:1px solid var(--border-dark); padding:18px 0;}
.footer-credit p{color:var(--text-muted-on-dark); font-size:.82rem; text-align:center;}
.footer-credit a{color:var(--accent-2); font-weight:700; text-decoration:underline;}
.footer-bottom{border-top:1px solid var(--border-dark); padding:20px 0;}
.footer-bottom-inner{
  display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:10px;
}
.footer-bottom-inner span{color:var(--text-muted-on-dark); font-size:.78rem;}
.footer-bottom-links{display:flex; gap:18px;}
.footer-bottom-links a{color:var(--text-muted-on-dark); font-size:.78rem; text-transform:uppercase; letter-spacing:.03em;}

/* ---------- Floating WhatsApp ---------- */
.whatsapp-float{
  position:fixed; bottom:24px; right:24px; z-index:200;
  width:56px; height:56px; border-radius:50%;
  background:var(--accent-gradient);
  display:flex; align-items:center; justify-content:center;
  font-size:1.5rem;
  box-shadow:0 14px 28px -8px rgba(245,180,0,0.6);
}

/* ---------- Responsive ---------- */
@media (max-width: 960px){
  .hero-inner{grid-template-columns:1fr; gap:40px;}
  .hero-visual{order:-1; min-height:280px;}
  .hero-phone-mockup{display:none;}
  .features-grid{grid-template-columns:repeat(2,1fr);}
  .calc-grid{grid-template-columns:1fr;}
  .pricing-grid{grid-template-columns:1fr;}
  .pricing-card-highlight{transform:none; order:-1;}
  .testimonials-grid{grid-template-columns:1fr;}
  .footer-inner{grid-template-columns:1fr 1fr;}
  .owner-points{grid-template-columns:1fr;}
}
@media (max-width: 720px){
  .nav{
    position:absolute; top:100%; left:0; right:0;
    background:var(--bg-dark); border-bottom:1px solid var(--border-dark);
    flex-direction:column; padding:20px 24px; gap:16px;
    display:none;
  }
  .nav.open{display:flex;}
  .nav-toggle{display:flex;}
  .header-inner .btn-sm{display:none;}
  .trustbar-inner{flex-direction:column;}
  .features-grid{grid-template-columns:1fr;}
  .footer-inner{grid-template-columns:1fr;}
}
