:root {
  --blue: #09aef0;
  --blue-dark: #007fc4;
  --yellow: #ffe600;
  --green: #18c83e;
  --green-dark: #08a92b;
  --ink: #0a0a0b;
  --muted: #5e6269;
  --line: #e5e9ed;
  --surface: #f6f8fa;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 88px;
  background: rgba(4, 4, 5, .97);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; margin-right: auto; }
.logo-img {
  display: block;
  width: 152px;
  height: 66px;
  background: transparent url('assets/logo-max-transparent.png') center / contain no-repeat;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .35));
}
.desktop-nav { display: flex; align-items: center; gap: 29px; }
.desktop-nav a {
  color: white;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .035em;
  transition: color .2s ease;
}
.desktop-nav a:hover { color: var(--yellow); }

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 21px;
  border-radius: 14px;
  color: #fff !important;
  background: linear-gradient(135deg, #20d34b, #08b62f);
  box-shadow: 0 10px 24px rgba(13, 190, 55, .25), inset 0 1px 0 rgba(255,255,255,.25);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.01em;
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-button span,
.whatsapp-button svg { color: #fff !important; }
.whatsapp-button svg { width: 22px; height: 22px; }
.whatsapp-button .button-arrow { width: 16px; opacity: .8; }
.whatsapp-button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(13, 190, 55, .34); }
.whatsapp-button.compact { min-height: 43px; padding: 0 17px; border-radius: 12px; font-size: 11px; }
.whatsapp-button.compact svg { width: 19px; }

.hero { position: relative; min-height: 590px; overflow: hidden; background: #0b0d0c; }
.hero-photo {
  position: absolute;
  inset: 0 0 0 33%;
  background-image: url('assets/hero-max.jpeg');
  background-position: 49% 50%;
  background-size: cover;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #060707 0%, rgba(6,7,7,.97) 23%, rgba(6,7,7,.78) 43%, rgba(6,7,7,.15) 68%, rgba(6,7,7,.18) 100%),
    linear-gradient(0deg, rgba(0,0,0,.42), transparent 42%);
}
.hero-content { position: relative; min-height: 590px; display: flex; align-items: center; justify-content: space-between; padding-top: 22px; padding-bottom: 34px; }
.hero-copy { position: relative; z-index: 2; max-width: 555px; color: white; }
.eyebrow, .section-kicker {
  display: inline-flex;
  margin: 0 0 15px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.hero .eyebrow { color: var(--yellow); }
.hero h1 { margin: 0; font-size: clamp(45px, 5vw, 66px); line-height: .98; letter-spacing: -.052em; font-weight: 900; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-lead { margin: 22px 0 0; font-size: 18px; line-height: 1.42; color: rgba(255,255,255,.9); }
.hero-lead strong { color: var(--yellow); text-transform: uppercase; font-size: 15px; }
.hero-list { list-style: none; padding: 0; margin: 22px 0 27px; display: grid; gap: 10px; }
.hero-list li { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 700; }
.hero-list svg { flex: 0 0 auto; width: 21px; height: 21px; padding: 4px; border-radius: 50%; color: #111; background: var(--yellow); stroke-width: 4; }
.trust-badges { align-self: flex-start; margin-top: 45px; display: flex; gap: 12px; align-items: flex-start; }
.anniversary-lockup { position: relative; width: 140px; padding: 38px 0 0 24px; }
.mascot-badge {
  position: absolute;
  z-index: 2;
  top: -20px;
  left: -27px;
  width: 93px;
  height: 120px;
  background: transparent url('assets/max-mascote-transparent.png') center / contain no-repeat;
  filter: drop-shadow(0 8px 10px rgba(0,0,0,.35));
  transform: rotate(-4deg);
}
.anniversary-badge { display: grid; justify-items: center; border-radius: 17px; padding: 12px; box-shadow: 0 12px 34px rgba(0,0,0,.28); transform: rotate(2deg); }
.anniversary-badge { width: 116px; color: white; background: linear-gradient(145deg, #029dea, #0066aa); border: 3px solid white; }
.anniversary-badge strong { font-size: 44px; line-height: .8; color: var(--yellow); text-shadow: 2px 2px #111; }
.anniversary-badge span { font-size: 17px; font-weight: 900; }
.anniversary-badge small { margin-top: 6px; font-size: 8px; text-align: center; line-height: 1.2; font-weight: 700; }
.cnh-badge {
  display: block;
  width: 150px;
  height: 88px;
  margin-top: 25px;
  border: 4px solid white;
  border-radius: 15px;
  background: white url('assets/cnh-do-brasil-indaiatuba.jpeg') center / contain no-repeat;
  box-shadow: 0 12px 34px rgba(0,0,0,.28);
  transform: rotate(-2deg);
}

.benefit-bar { background: #090a0b; color: white; border-top: 1px solid rgba(255,255,255,.1); }
.benefit-grid { min-height: 116px; display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit-item { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 20px; border-right: 1px solid rgba(255,255,255,.12); }
.benefit-item:last-child { border: 0; }
.benefit-item svg { width: 38px; height: 38px; color: var(--blue); stroke-width: 1.8; }
.benefit-item span { max-width: 135px; font-size: 13px; line-height: 1.18; font-weight: 900; text-transform: uppercase; }

.section { position: relative; padding: 94px 0; overflow: hidden; }
.intro-section { background: white; }
.intro-grid { display: grid; grid-template-columns: .95fr 1.35fr; align-items: center; gap: 70px; }
.intro-copy h2, .section-heading h2 { margin: 0; font-size: clamp(35px, 4.2vw, 53px); line-height: 1.02; letter-spacing: -.045em; font-weight: 900; }
.intro-copy h2 span, .section-heading h2 span, .section-closing span { color: var(--blue); }
.intro-copy > p:not(.section-kicker) { max-width: 540px; margin: 23px 0 28px; color: var(--muted); font-size: 16px; line-height: 1.72; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.testimonial-card { min-height: 282px; display: flex; flex-direction: column; align-items: center; padding: 25px 18px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 12px 32px rgba(20,38,55,.08); text-align: center; }
.avatar { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: #0075ad; background: #d9f4ff; font-weight: 900; border: 3px solid #eefaff; }
.testimonial-card p { flex: 1; margin: 16px 0; font-size: 12px; line-height: 1.5; }
.testimonial-card strong { font-size: 12px; }
.stars { display: flex; gap: 2px; margin-bottom: 10px; color: #ffbd00; }
.stars svg { width: 15px; height: 15px; }
.dots { position: absolute; width: 190px; height: 260px; opacity: .28; background-image: radial-gradient(var(--blue) 1.6px, transparent 1.6px); background-size: 12px 12px; }
.dots-right { right: -45px; bottom: -35px; transform: rotate(-10deg); }
.dots-left { left: -56px; top: 20px; transform: rotate(8deg); }

.pillars-section { background: linear-gradient(180deg, #f5f8fa, #fff); }
.section-heading { margin: 0 auto 42px; }
.section-heading.centered { max-width: 830px; text-align: center; }
.section-heading > p:not(.section-kicker) { margin: 16px auto 0; color: var(--muted); line-height: 1.6; }
.card-grid { display: grid; gap: 18px; }
.three-columns { grid-template-columns: repeat(3, 1fr); }
.four-columns { grid-template-columns: repeat(4, 1fr); }
.feature-card, .package-card { display: flex; flex-direction: column; align-items: center; min-height: 215px; padding: 29px 24px; border-radius: 17px; background: white; border: 1px solid var(--line); box-shadow: 0 8px 20px rgba(25,48,68,.07); text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.feature-card:hover, .package-card:hover, .service-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(25,48,68,.13); }
.icon-box { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 14px; color: var(--blue); background: #eaf8ff; }
.icon-box svg { width: 31px; height: 31px; }
.feature-card h3, .package-card h3 { margin: 0 0 9px; font-size: 16px; }
.feature-card p, .package-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.section-closing { margin-top: 42px; display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; }
.section-closing h3 { margin: 0; font-size: 25px; letter-spacing: -.025em; }

.packages-section { padding: 74px 0; background: var(--yellow); }
.dark-heading .section-kicker { color: #242424; }
.package-card { min-height: 235px; border-color: rgba(0,0,0,.05); }
.package-call { display: flex; justify-content: center; align-items: center; gap: 9px; margin: 28px 0 20px; font-size: 17px; font-weight: 800; text-align: center; }
.package-call svg { width: 22px; }
.packages-section .container > .whatsapp-button { display: flex; width: fit-content; margin: 0 auto; }

.services-section { background: #fbfcfd; }
.services-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.service-card { min-height: 112px; display: grid; grid-template-columns: 46px 1fr 18px; align-items: center; gap: 14px; padding: 21px 20px; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: 0 5px 16px rgba(22,44,61,.05); transition: transform .2s ease, box-shadow .2s ease; }
.service-card > svg:first-child { width: 40px; height: 40px; color: var(--blue); stroke-width: 1.7; }
.service-card strong { font-size: 13px; line-height: 1.25; text-transform: uppercase; }
.service-arrow { width: 16px; color: #a6afb7; }
.services-cta { display: flex; justify-content: center; margin-top: 35px; }

.site-footer { padding: 50px 0; color: white; background: #050606; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr .65fr; align-items: center; gap: 60px; }
.footer-brand { display: flex; align-items: center; gap: 24px; }
.footer-brand p, .socials p { font-size: 13px; line-height: 1.6; font-weight: 700; }
.contact-list { display: grid; gap: 14px; }
.contact-list a, .contact-list p { display: flex; align-items: flex-start; gap: 10px; margin: 0; font-size: 14px; line-height: 1.4; font-weight: 800; }
.contact-list svg { width: 20px; color: var(--green); flex: 0 0 auto; }
.socials > div { display: flex; gap: 10px; }
.socials a { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; color: white; background: #1b1d20; transition: background .2s ease; }
.socials a:hover { background: var(--blue); }
.socials svg { width: 19px; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 58px; height: 58px; display: none; place-items: center; border: 3px solid white; border-radius: 50%; color: white; background: var(--green); box-shadow: 0 9px 28px rgba(0,0,0,.25); }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .header-inner > .whatsapp-button { margin-left: auto; }
  .hero-photo { left: 23%; }
  .trust-badges { display: none; }
  .intro-grid { grid-template-columns: 1fr; gap: 48px; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .socials { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 620px); }
  .site-header { height: 72px; }
  .brand .logo-img { width: 116px; height: 52px; border-radius: 9px; }
  .header-inner { gap: 8px; }
  .header-inner > .whatsapp-button { min-height: 40px; padding: 0 13px; }
  .header-inner > .whatsapp-button span { display: none; }
  .header-inner > .whatsapp-button svg { width: 22px; }
  .hero { min-height: 700px; }
  .hero-photo { inset: 0; background-position: 53% 22%; }
  .hero-shade { background: linear-gradient(0deg, #050606 0%, rgba(5,6,6,.98) 42%, rgba(5,6,6,.38) 76%, rgba(5,6,6,.12) 100%); }
  .hero-content { min-height: 700px; align-items: flex-end; padding-bottom: 36px; }
  .trust-badges {
    display: flex;
    position: absolute;
    z-index: 3;
    top: 16px;
    right: 0;
    margin: 0;
    gap: 4px;
    transform: scale(.68);
    transform-origin: top right;
  }
  .hero-copy { max-width: 100%; }
  .hero h1 { font-size: clamp(38px, 12vw, 53px); }
  .hero-lead { font-size: 16px; }
  .hero .whatsapp-button { width: 100%; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-item { min-height: 105px; justify-content: flex-start; border-bottom: 1px solid rgba(255,255,255,.12); padding: 17px 12px; }
  .benefit-item:nth-child(2n) { border-right: 0; }
  .benefit-item svg { width: 31px; height: 31px; }
  .benefit-item span { font-size: 10px; }
  .section { padding: 67px 0; }
  .intro-copy h2, .section-heading h2 { font-size: 37px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 235px; }
  .three-columns, .four-columns { grid-template-columns: 1fr 1fr; }
  .feature-card, .package-card { min-height: 210px; padding: 24px 17px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card { grid-template-columns: 37px 1fr; min-height: 112px; padding: 17px 14px; }
  .service-card > svg:first-child { width: 33px; height: 33px; }
  .service-card strong { font-size: 11px; }
  .service-arrow { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { flex-direction: column; align-items: flex-start; }
  .socials { grid-column: auto; }
  .floating-whatsapp { display: grid; }
}

@media (max-width: 430px) {
  .three-columns, .four-columns { grid-template-columns: 1fr; }
  .feature-card, .package-card { min-height: 190px; }
  .section-closing h3 { font-size: 21px; }
  .services-grid { gap: 8px; }
  .service-card { min-height: 105px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
