*{box-sizing:border-box}
:root{
  --red:#e51b16;
  --red-dark:#c91512;
  --black:#050505;
  --text:#161616;
  --white:#fff;
  --max:1054px;
}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--text);font-family:Arial,Helvetica,sans-serif}
a{text-decoration:none;color:inherit}
.container{width:min(100%,var(--max));margin-inline:auto}

/* HEADER */
.topbar{height:0;position:relative;z-index:10}
.brand{position:absolute;left:48px;top:40px;display:flex;align-items:center;gap:10px;color:#fff}
.brand-mark{width:44px;height:42px;display:inline-block;position:relative}
.brand-mark i,.brand-mark b{position:absolute;display:block;background:var(--red);border-radius:3px}
.brand-mark i{width:10px;height:42px;left:4px;top:0;transform:skew(-7deg)}
.brand-mark b{width:30px;height:34px;left:14px;top:5px;border:8px solid var(--red);background:transparent;border-radius:4px 8px 8px 4px}
.brand-text{display:flex;flex-direction:column;line-height:.95}
.brand-text strong{font-size:28px;letter-spacing:-1px}
.brand-text small{font-size:8px;letter-spacing:1px;margin-top:4px}
/* HERO */
.hero{height:580px;position:relative;overflow:hidden;background:#020202;color:#fff}
.hero-photo{position:absolute;right:0;top:0;width:66%;height:100%;background:url("../assets/hero-burger.jpg") center center/cover no-repeat}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000 0%,rgba(0,0,0,.96) 25%,rgba(0,0,0,.25) 55%,rgba(0,0,0,0) 75%)}
.hero-content{height:100%;position:relative;z-index:2}
.hero-copy{position:absolute;left:48px;top:115px}
.hero-copy h1{margin:0;font-family:Arial Black,Arial,sans-serif;font-size:49px;line-height:1.02;letter-spacing:-1.5px}
.hero-copy h1 em{font-style:normal;color:var(--red)}
.hero-copy p{font-size:21px;line-height:1.25;margin:30px 0 0}
.hero-copy p strong{color:var(--red)}
.hero-logo-mobile{display:none}
.hero-delivery{position:absolute;right:48px;top:42px;width:126px;height:126px;border-radius:50%;background:#dc211c;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:16px;line-height:1.05;box-shadow:0 2px 8px #0007}
.hero-delivery .icon{font-size:39px;line-height:.8;margin-bottom:6px}
.hero-online{position:absolute;right:16px;bottom:0;background:#050505;border-radius:15px 0 0 0;width:270px;height:92px;display:flex;align-items:center;gap:12px;padding:10px 18px}
.hero-online .globe{font-size:42px;color:var(--red)}
.hero-online b{display:block;font-size:17px}
.hero-online small{display:block;font-size:14px;line-height:1.05;margin-top:3px}


/* =========================================================
   POR QUE ESCOLHER O IMWAY
   ========================================================= */
.why-imway{padding:42px 0 38px;background:#fff}
.why-title{margin-bottom:20px}
.why-intro{max-width:820px;margin:0 auto 28px;text-align:center}
.why-intro h2{margin:0 0 9px;color:var(--red);font-family:Arial Black,Arial,sans-serif;font-size:28px;line-height:1.08}
.why-intro p{max-width:760px;margin:0 auto;color:#555;font-size:16px;line-height:1.5}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:0 38px}
.why-card{display:flex;align-items:flex-start;gap:14px;min-height:145px;padding:20px 18px;background:#f8f8f8;border:1px solid #e2e2e2;border-left:5px solid var(--red);border-radius:9px;transition:transform .2s ease,box-shadow .2s ease}
.why-card:hover{transform:translateY(-3px);box-shadow:0 7px 18px rgba(0,0,0,.08)}
.why-icon{flex:0 0 48px;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--red);color:#fff;font-size:23px}
.why-card h3{margin:2px 0 7px;color:#171717;font-family:Arial Black,Arial,sans-serif;font-size:15px;line-height:1.15}
.why-card p{margin:0;color:#555;font-size:13px;line-height:1.45}
.why-card p strong{color:#222}
.why-highlight{margin:25px 38px 0;padding:19px 22px;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;text-align:center;border-radius:9px;background:#111;color:#fff}
.why-highlight strong{color:var(--red);font-family:Arial Black,Arial,sans-serif;font-size:16px}
.why-highlight span{font-size:14px}

@media (max-width:900px){
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .why-card{min-height:150px}
}
@media (max-width:700px){
  .why-imway{padding:30px 0 28px}
  .why-intro{margin-inline:18px}
  .why-intro h2{font-size:23px}
  .why-intro p{font-size:14px}
  .why-grid{grid-template-columns:1fr;margin-inline:15px}
  .why-card{min-height:0;padding:17px 15px}
  .why-highlight{margin-inline:15px;padding:17px 14px}
  .why-highlight strong{font-size:14px}
  .why-highlight span{font-size:13px}
}
@media (max-width:430px){
  .why-intro h2{font-size:20px}
  .why-card h3{font-size:14px}
  .why-card p{font-size:12px}
  .why-icon{flex-basis:43px;width:43px;height:43px;font-size:20px}
}

/* BENEFITS */
.benefits{background:linear-gradient(90deg,#dc1814,#ef211c);color:#fff;border-top:7px solid #080808}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:123px}
.benefit{display:flex;align-items:center;gap:12px;padding:18px 22px;border-right:1px solid rgba(255,255,255,.35)}
.benefit:last-child{border-right:0}
.benefit-icon{width:58px;min-width:58px;height:58px;border:3px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:34px;font-weight:700}
.benefit-icon.chart{border:0;font-size:52px}
.benefit-icon.cloud{border:0;font-size:55px}
.benefit h2{font-size:16px;margin:0 0 5px}
.benefit p{font-size:14px;line-height:1.15;margin:0}

/* MODULES */
.modules{padding:30px 0 20px;background:#fff}
.section-title{display:flex;align-items:center;gap:18px;margin:0 46px 18px}
.section-title span{height:2px;background:#d51c18;flex:1}
.section-title h2{font-family:Arial Black,Arial,sans-serif;color:#c91b17;font-size:24px;margin:0;white-space:nowrap}
.module-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.module-card{min-width:0;padding:0 16px;border-right:1px solid #ddd;text-align:left}
.module-card:last-child{border-right:0}
.module-card h3{height:57px;text-align:center;color:#bd1b17;font-family:Arial Black,Arial,sans-serif;font-size:20px;line-height:1.05;margin:0}
.module-card h3 small{font-size:18px}
.module-card img{display:block;width:100%;height:230px;object-fit:contain;margin:0 auto 6px}
.module-card ul{list-style:none;margin:0;padding:0;font-size:13px;line-height:1.25}
.module-card li{position:relative;padding-left:16px;margin:0 0 8px}
.module-card li::before{content:"⊙";position:absolute;left:0;top:0;color:var(--red);font-weight:900}

/* FAQ */
.faq_session{
  padding:32px 0 30px;
  background:#f7f7f7;
  border-top:1px solid #e5e5e5;
}

.faq-title{
  margin-bottom:22px;
}

.faq-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px 18px;
  margin:0 38px;
}

.faq-item{
  background:#fff;
  border:1px solid #ddd;
  border-left:5px solid var(--red);
  border-radius:8px;
  padding:18px 20px;
  min-height:145px;
  box-shadow:0 2px 8px rgba(0,0,0,.04);
  transition:transform .2s ease,box-shadow .2s ease;
}

.faq-item:hover{
  transform:translateY(-2px);
  box-shadow:0 5px 14px rgba(0,0,0,.08);
}

.faq-item h3{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:0 0 10px;
  color:#151515;
  font-family:Arial Black,Arial,sans-serif;
  font-size:16px;
  line-height:1.2;
}

.faq-number{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  margin-top:-3px;
  border-radius:50%;
  background:var(--red);
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:900;
}

.faq-item p{
  margin:0 0 0 40px;
  color:#555;
  font-size:14px;
  line-height:1.5;
}

/* RESOURCES */
.resources{padding:18px 0 0;background:#fff}
.resource-grid{margin:0 38px;border:1px solid #ddd;border-radius:10px 10px 0 0;display:grid;grid-template-columns:repeat(6,1fr);overflow:hidden}
.resource{height:120px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:15px;border-right:1px solid #eee;text-align:center}
.resource:last-child{border-right:0}
.resource-icon{font-size:42px;color:#c91b17;height:48px;line-height:1}
.resource b{font-size:13px;margin-top:7px}
.resource small{font-size:12px;font-weight:700;margin-top:44px;transform:translateY(-2px)}

/* FOOTER */
.footer{background:linear-gradient(90deg,#d91a15,#ed201b);color:#fff}
.footer-top{min-height:162px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:24px;padding:22px 46px}
.footer-slogan{font-size:21px;line-height:1.25}
.footer-slogan strong{font-weight:900}
.footer-site{justify-self:center;background:#fff;color:#151515;border-radius:50px;min-width:278px;height:82px;display:flex;align-items:center;justify-content:center;gap:12px;padding:10px 20px}
.footer-globe{color:var(--red);font-size:43px}
.footer-site small,.footer-site b{display:block}
.footer-site small{font-weight:900;font-size:11px}
.footer-site b{font-size:23px;color:#c91b17}
.footer-brand{justify-self:end;display:flex;align-items:center;gap:8px}
.footer-brand .brand-mark{transform:scale(.9)}
.footer-brand strong{font-size:28px}
.footer-brand small{display:block;text-align:center;font-size:11px;line-height:1.25;margin-top:5px}
.whatsapp{position:fixed;right:18px;bottom:18px;width:54px;height:54px;border-radius:50%;background:#18b75a;color:#fff;display:grid;place-items:center;font-size:31px;z-index:30;box-shadow:0 4px 16px #0004}

/* RESPONSIVE */
@media (max-width:900px){
  .hero-copy{left:28px}
  .hero-copy h1{font-size:42px}
  .benefit{padding:14px 12px}
  .benefit-icon{width:48px;min-width:48px;height:48px;font-size:28px}
  .benefit h2{font-size:13px}
  .benefit p{font-size:11px}
  .module-card{padding:0 10px}
  .module-card h3{font-size:16px}
  .module-card h3 small{font-size:14px}
  .module-card img{height:195px}
  .module-card ul{font-size:11px}
  .footer-top{padding-inline:25px}
}
@media (max-width:700px){
  .brand{left:22px;top:28px}
  .brand-text strong{font-size:22px}
  .hero{height:650px}
  .hero-photo{width:100%;height:100%;opacity:.75;background-position:58% center}
  .hero-overlay{background:linear-gradient(90deg,#000 0%,rgba(0,0,0,.82) 48%,rgba(0,0,0,.35) 100%)}
  .hero-copy{left:22px;right:18px;top:105px}
  .hero-copy h1{font-size:37px}
  .hero-copy p{font-size:17px;margin-top:20px}
  .hero-delivery{right:18px;top:auto;bottom:106px;width:95px;height:95px;font-size:12px}
  .hero-delivery .icon{font-size:28px}
  .hero-online{right:0;bottom:0;width:255px;height:80px}
  .hero-online b{font-size:14px}
  .hero-online small{font-size:11px}
  .benefits-grid{grid-template-columns:repeat(2,1fr)}
  .benefit{min-height:95px}
  .benefit:nth-child(2){border-right:0}
  .module-grid{grid-template-columns:1fr 1fr}
  .module-card{padding:16px 14px;border-bottom:1px solid #ddd}
  .module-card:nth-child(2n){border-right:0}
  .module-card img{height:190px}
  .module-card ul{font-size:12px}
  .section-title{margin-inline:20px}
  .section-title h2{font-size:19px}
  .faq_session{padding:26px 0 24px}
  .faq-grid{grid-template-columns:1fr;margin-inline:15px}
  .faq-item{min-height:0;padding:16px}
  .faq-item h3{font-size:14px}
  .faq-item p{font-size:13px;margin-left:40px}
  .resources{padding-top:12px}
  .resource-grid{margin-inline:15px;grid-template-columns:repeat(3,1fr)}
  .resource{height:110px}
  .footer-top{grid-template-columns:1fr;text-align:center;padding:25px 20px}
  .footer-site,.footer-brand{justify-self:center}
}
@media (max-width:430px){
  .brand-mark{transform:scale(.8);transform-origin:left center}
  .brand-text strong{font-size:20px}
  .nav-cta{font-size:10px}
  .hero{height:620px}
  .hero-copy h1{font-size:30px;letter-spacing:-1px}
  .hero-copy p{font-size:15px}
  .module-grid{grid-template-columns:1fr}
  .module-card{border-right:0!important}
  .module-card img{height:230px}
  .section-title{gap:8px}
  .section-title h2{font-size:16px}
  .faq_session{padding-top:22px}
  .faq-grid{margin-inline:10px}
  .faq-item{padding:14px}
  .faq-item h3{font-size:13px}
  .faq-item p{font-size:12px;margin-left:0;margin-top:8px}
  .faq-number{width:26px;height:26px;font-size:10px}
  .resource-grid{grid-template-columns:repeat(2,1fr)}
  .footer-slogan{font-size:18px}
}
