/* ==========================================================================
   Império do Repasse — site institucional (one-page)
   Inspirado no template "Car — Auto Repair" (cutesolution/templatemonster):
   hero cheio com foto, eyebrow com quadrado laranja, botões em pílula,
   cards com foto, banner CTA escuro, cards com borda esquerda laranja,
   depoimentos com avatar em anel, FAQ em acordeão, rodapé navy.
   Paleta e fotos são 100% da marca real (logo, fachada, pátio).
   ========================================================================== */

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

:root {
  --navy-900: #10111c;
  --navy-800: #171827;
  --navy-700: #1f2133;

  --orange-600: #e06a12;
  --orange-500: #f2860f;
  --orange-400: #f7a13f;
  --orange-50: #fef3e7;

  --whatsapp: #25d366;
  --whatsapp-dark: #1da851;

  --ink: #1c1d26;
  --ink-soft: #5c5e6d;
  --paper: #ffffff;
  --paper-alt: #f6f6f9;
  --line: #e8e8ee;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-pill: 999px;

  --shadow-sm: 0 2px 12px rgba(16,17,28,.06);
  --shadow-md: 0 18px 40px rgba(16,17,28,.14);

  --container: 1180px;
  --font-display: 'Poppins', -apple-system, sans-serif;
  --font-body: 'Inter', -apple-system, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
section { position: relative; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  margin: 0 0 .5em;
  color: var(--navy-900);
  line-height: 1.22;
  text-wrap: balance;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--orange-600);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 10px; height: 10px;
  background: var(--orange-500);
  border-radius: 3px;
  display: inline-block;
}

.section-head { max-width: 620px; margin: 0 auto 46px; text-align: center; }
.section-head h2 { font-size: clamp(28px, 4vw, 38px); }
.section-head p { color: var(--ink-soft); font-size: 16.5px; margin: 0; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px 30px;
  border-radius: var(--radius-pill);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn:hover { transform: translateY(-2px); }

.btn-orange { background: var(--orange-500); color: #fff; box-shadow: 0 12px 26px rgba(242,134,15,.32); }
.btn-orange:hover { background: var(--orange-600); }

.btn-white { background: #fff; color: var(--navy-900); }
.btn-white:hover { background: var(--orange-50); }

.btn-outline { background: transparent; border-color: rgba(255,255,255,.5); color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,.12); }

.btn-whatsapp { background: var(--whatsapp); color: #fff; box-shadow: 0 12px 26px rgba(37,211,102,.32); }
.btn-whatsapp:hover { background: var(--whatsapp-dark); }

.btn-ig {
  background: transparent; color: var(--navy-900); border: 1px solid var(--line);
  padding: 10px; border-radius: 50%; width: 42px; height: 42px;
}
.btn-ig svg { width: 20px; height: 20px; }
.btn-ig:hover { background: var(--paper-alt); border-color: var(--navy-800); }

/* ---------- topbar ---------- */
.topbar { background: var(--navy-900); }
.topbar .container {
  display: flex; align-items: center; gap: 28px;
  padding: 9px 24px;
}
.topbar-item {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; color: rgba(255,255,255,.75);
  transition: color .15s ease;
}
.topbar-item svg { width: 15px; height: 15px; color: var(--orange-400); flex: none; }
.topbar-item:hover { color: #fff; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 24px; }
.brand img { height: 34px; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a {
  font-family: var(--font-display);
  font-size: 14.5px; font-weight: 600; color: var(--navy-800);
  position: relative; padding: 6px 0;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
  background: var(--orange-500); transform: scaleX(0); transform-origin: left; transition: transform .2s ease;
}
.main-nav a:hover::after { transform: scaleX(1); }
.header-cta .btn { padding: 12px 24px; font-size: 14px; }

.nav-toggle {
  display: none; width: 42px; height: 42px; border-radius: var(--radius-sm);
  border: 1px solid var(--line); background: #fff; align-items: center; justify-content: center; cursor: pointer;
}
.nav-toggle svg { width: 20px; height: 20px; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  background: var(--navy-900);
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: -20px;
  background-image: url('../assets/img/fachada.jpg');
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: cover;
  filter: blur(4px) brightness(.38) saturate(1.1);
  z-index: 0;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16,17,28,.55) 0%, rgba(16,17,28,.4) 55%, rgba(16,17,28,.7) 100%);
  z-index: 1;
}
.hero .container { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; padding-top: 70px; padding-bottom: 70px; }
.hero h1 {
  color: #fff;
  font-size: clamp(34px, 5.6vw, 58px);
  max-width: 920px;
  margin-bottom: 22px;
}
.hero h1 em { font-style: normal; color: var(--orange-400); }
.hero p.lead { font-size: 18px; color: rgba(255,255,255,.82); max-width: 640px; margin: 0 0 36px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.hero-actions .btn { padding: 17px 34px; font-size: 15.5px; }

/* ---------- trust strip ---------- */
.trust-strip { background: var(--navy-900); }
.trust-strip .container {
  display: grid; grid-template-columns: repeat(4, 1fr);
  padding: 0;
}
.trust-item {
  display: flex; align-items: center; gap: 14px;
  padding: 26px 20px;
  border-right: 1px solid rgba(255,255,255,.08);
}
.trust-item:last-child { border-right: none; }
.trust-item .ic {
  width: 42px; height: 42px; border-radius: 10px; flex: none;
  background: rgba(242,134,15,.14);
  display: flex; align-items: center; justify-content: center;
}
.trust-item .ic svg { width: 21px; height: 21px; color: var(--orange-500); }
.trust-item span { font-family: var(--font-display); font-size: 13.5px; font-weight: 600; color: #fff; }

/* ---------- about ---------- */
.about { padding: 100px 0; }
.about .container { display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: center; }
.about-media { position: relative; }
.about-media img { border-radius: var(--radius-md); box-shadow: var(--shadow-md); width: 100%; aspect-ratio: 4/3.2; object-fit: cover; }
.about-badge {
  position: absolute; right: -24px; bottom: -24px;
  background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-md);
  padding: 22px 26px; display: flex; align-items: center; gap: 14px;
  max-width: 240px;
}
.about-badge .ic {
  width: 46px; height: 46px; border-radius: 50%; flex: none;
  background: var(--orange-50); display: flex; align-items: center; justify-content: center;
}
.about-badge .ic svg { width: 24px; height: 24px; color: var(--orange-600); }
.about-badge strong { display: block; font-family: var(--font-display); font-size: 15px; color: var(--navy-900); }
.about-badge span { font-size: 12.5px; color: var(--ink-soft); }

.about-copy p { color: var(--ink-soft); font-size: 16px; margin-bottom: 16px; }
.about-checklist {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px;
  margin: 26px 0 30px;
}
.about-checklist li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--navy-800); font-weight: 500; }
.about-checklist svg { width: 20px; height: 20px; color: var(--orange-500); flex: none; }

/* ---------- services (process cards) ---------- */
.services { padding: 100px 0; background: var(--paper-alt); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.services-grid-2 { grid-template-columns: 1fr 1fr; max-width: 860px; margin: 0 auto; }
.service-card {
  background: #fff; border-radius: var(--radius-md); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.service-card .num {
  font-family: var(--font-display); font-weight: 800; font-size: 15px;
  color: var(--orange-500); background: var(--orange-50);
  width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  position: absolute; top: 18px; left: 18px;
}
.service-card .photo { position: relative; background: var(--paper-alt); }
.service-card .photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.service-card .body { padding: 22px 22px 26px; }
.service-card h3 { font-size: 17px; margin-bottom: 8px; }
.service-card p { font-size: 14px; color: var(--ink-soft); margin: 0 0 18px; }
.service-card .tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-size: 12.5px; font-weight: 700;
  color: var(--navy-800); text-transform: uppercase; letter-spacing: .04em;
}
.service-card .tag svg { width: 15px; height: 15px; color: var(--orange-500); }

/* ---------- why-trust (2 col with left-border list) ---------- */
.why { padding: 100px 0; }
.why .container { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: start; }
.why-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.why-photos img { border-radius: var(--radius-md); box-shadow: var(--shadow-md); width: 100%; display: block; }
.why-photos .p1 { }
.why-photos .p2 { }

.why-list { display: grid; gap: 12px; margin: 26px 0 32px; }
.why-list li {
  background: var(--paper-alt);
  border-left: 4px solid var(--orange-500);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 15px 20px;
  font-family: var(--font-display); font-weight: 600; font-size: 14.5px; color: var(--navy-800);
}


/* ---------- FAQ ---------- */
.faq { padding: 100px 0; }
.faq .container { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: start; }
.faq-illustration {
  background: linear-gradient(155deg, var(--orange-50), #fff);
  border-radius: var(--radius-md);
  aspect-ratio: 1/1;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.faq-illustration img { width: 70%; }
.faq-item {
  border: 1px solid var(--line); border-radius: var(--radius-sm);
  margin-bottom: 14px; overflow: hidden;
}
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 24px; cursor: pointer; background: #fff;
  font-family: var(--font-display); font-weight: 600; font-size: 15.5px; color: var(--navy-900);
}
.faq-q .plus {
  width: 26px; height: 26px; border-radius: 50%; flex: none;
  background: var(--orange-50); color: var(--orange-600);
  display: flex; align-items: center; justify-content: center; font-size: 18px; line-height: 1;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.faq-item.is-open .faq-q .plus { background: var(--orange-500); color: #fff; transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; background: var(--paper-alt); }
.faq-a p { margin: 0; padding: 0 24px 20px; color: var(--ink-soft); font-size: 14.5px; line-height: 1.7; }
.faq-item.is-open .faq-a { max-height: 300px; }

/* ---------- contact ---------- */
.contact {
  padding: 100px 0;
  background:
    linear-gradient(100deg, rgba(16,17,28,.93) 20%, rgba(16,17,28,.8) 100%),
    url('../assets/img/parking-lot.jpg') center/cover no-repeat;
  color: #fff;
}
.contact .section-head h2 { color: #fff; }
.contact .section-head p { color: rgba(255,255,255,.6); }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; }
.contact-cta {
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  border-radius: var(--radius-md);
  padding: 46px; display: flex; flex-direction: column; justify-content: center;
}
.contact-cta h3 { color: #fff; font-size: 25px; margin-bottom: 10px; }
.contact-cta p { color: rgba(255,255,255,.9); font-size: 15px; margin-bottom: 26px; }
.contact-cta .btn { align-self: flex-start; }

.contact-info { display: grid; gap: 14px; align-content: start; }
.info-card {
  background: rgba(255,255,255,.06); border-left: 4px solid var(--orange-500);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 18px 22px; display: flex; gap: 16px; align-items: flex-start;
}
.info-card .ic svg { width: 20px; height: 20px; color: var(--orange-400); }
.info-card h4 { color: #fff; font-size: 14px; margin: 0 0 4px; }
.info-card p, .info-card a { color: rgba(255,255,255,.68); font-size: 13.5px; margin: 0; }
.info-card a:hover { color: #fff; }

/* ---------- footer ---------- */
.site-footer { background: var(--navy-800); color: rgba(255,255,255,.6); padding-top: 70px; }
.footer-grid {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 40px;
  padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand img { height: 32px; margin-bottom: 16px; }
.footer-brand p { font-size: 14px; line-height: 1.7; margin-bottom: 18px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
}
.footer-social a:hover { background: var(--orange-500); }
.footer-social svg { width: 16px; height: 16px; color: #fff; }

.footer-col h5 { color: #fff; font-family: var(--font-display); font-size: 15px; margin-bottom: 18px; }
.footer-col ul { display: grid; gap: 11px; }
.footer-col a { font-size: 14px; }
.footer-col a:hover { color: var(--orange-400); }
.footer-col .contact-line { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; margin-bottom: 14px; }
.footer-col .contact-line svg { width: 17px; height: 17px; color: var(--orange-400); flex: none; margin-top: 2px; }

.footer-bottom {
  padding: 22px 0; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 13px;
}

/* ---------- whatsapp float ---------- */
.wa-float {
  position: fixed; right: 24px; bottom: 24px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--whatsapp);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 28px rgba(37,211,102,.45);
  animation: pulse 2.6s ease-in-out infinite;
}
.wa-float svg { width: 30px; height: 30px; color: #fff; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 12px 28px rgba(37,211,102,.45); }
  50% { box-shadow: 0 12px 28px rgba(37,211,102,.75), 0 0 0 10px rgba(37,211,102,.12); }
}

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .about .container, .why .container, .contact-grid, .faq .container { grid-template-columns: 1fr; }
  .why-photos { order: -1; }
  .about-media { order: -1; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .trust-strip .container { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: none; }
  .trust-item:nth-child(1), .trust-item:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.08); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .topbar .container { padding: 8px 20px; }
  .topbar-item:last-child { display: none; }
  .main-nav {
    position: fixed; inset: 0 0 0 30%; background: #fff;
    flex-direction: column; justify-content: flex-start; align-items: flex-start;
    padding: 100px 30px; gap: 26px;
    transform: translateX(100%); transition: transform .3s ease;
    box-shadow: -20px 0 40px rgba(0,0,0,.15);
  }
  .main-nav.is-open { transform: translateX(0); }
  .nav-toggle { display: flex; }
  .header-cta .btn span { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .why-photos { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
