:root{--red:#d50018;--red2:#a90012;--black:#101114;--ink:#1c1e22;--muted:#666b73;--line:#e8e8eb;--soft:#f6f6f7;--gold:#d7a62c;--white:#fff;--radius:20px;--shadow:0 16px 50px rgba(0,0,0,.1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Montserrat,Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.topbar{background:#0d0e10;color:#fff;font-size:12px}.topbar-inner{display:flex;gap:24px;justify-content:space-between;align-items:center;padding:9px 0}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:78px}.brand img{width:168px;height:64px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:600}.nav-links a:hover{color:var(--red)}.menu-toggle{display:none;background:none;border:0;font-size:26px}.btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--red),var(--red2));color:#fff;padding:14px 22px;border-radius:12px;font-weight:800;box-shadow:0 10px 25px rgba(213,0,24,.22);transition:.2s}.btn:hover{transform:translateY(-2px)}.btn-sm{padding:11px 16px}.btn-ghost{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.35);box-shadow:none}.btn-dark{background:#17181c}.btn-outline{background:#fff;color:var(--red);border:2px solid var(--red);box-shadow:none}.hero{position:relative;min-height:650px;display:flex;align-items:center;background:radial-gradient(circle at 85% 10%,rgba(213,0,24,.28),transparent 28%),linear-gradient(135deg,#0d0e10,#181a1f 65%,#250008);color:#fff;overflow:hidden}.hero:after{content:"";position:absolute;width:420px;height:420px;border:80px solid rgba(215,166,44,.09);border-radius:50%;right:-100px;bottom:-140px}.hero-overlay{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:40px 40px}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.35fr .65fr;gap:70px;align-items:center}.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:2.2px;font-weight:800;color:var(--red)}.hero .eyebrow{color:#ff5266}.hero h1{font-size:clamp(42px,6vw,74px);line-height:1.02;margin:15px 0 22px;max-width:820px}.hero-copy>p{font-size:18px;line-height:1.7;color:#d4d6db;max-width:720px}.hero-actions{display:flex;gap:14px;margin:30px 0}.trust-row{display:flex;gap:20px;flex-wrap:wrap;font-size:13px;color:#c9ccd1}.hero-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:24px;padding:34px;backdrop-filter:blur(10px);box-shadow:var(--shadow)}.hero-card-badge{display:inline-block;background:var(--gold);color:#111;padding:7px 10px;border-radius:999px;font-weight:800;font-size:11px}.hero-card h2{font-size:28px;margin:18px 0 12px}.hero-card p{color:#d7d9dd;line-height:1.6}.hero-card a{color:#fff;font-weight:800}.benefits{border-bottom:1px solid var(--line);background:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr)}.benefits-grid div{padding:25px;border-right:1px solid var(--line)}.benefits-grid div:last-child{border-right:0}.benefits-grid strong,.benefits-grid span{display:block}.benefits-grid strong{font-size:14px}.benefits-grid span{font-size:12px;color:var(--muted);margin-top:6px}.section{padding:95px 0}.section-heading{max-width:680px;margin-bottom:38px}.section-heading.center{text-align:center;margin-left:auto;margin-right:auto}.section h2{font-size:clamp(34px,4vw,52px);margin:10px 0 15px}.section-heading p,.section p{color:var(--muted);line-height:1.7}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.category-card{border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:#fff;transition:.22s}.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#f1c7cd}.category-card .icon{font-size:34px}.category-card h3{font-size:21px;margin:18px 0 8px}.category-card p{font-size:14px}.category-card a{font-weight:800;color:var(--red)}.section-dark{background:#111217;color:#fff}.section-dark p{color:#c7c9ce}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.service-list{display:grid;gap:16px;margin-top:30px}.service-list>div{display:flex;gap:18px;padding:18px;background:#191b21;border:1px solid #2a2d34;border-radius:16px}.service-list b{color:var(--red);font-size:18px}.service-list span,.service-list strong,.service-list small{display:block}.service-list small{color:#aaaeb6;margin-top:5px}.quote-box{background:linear-gradient(145deg,#fff,#f4f4f6);color:#191a1e;padding:42px;border-radius:24px}.quote-box h3{font-size:32px;margin-top:0}.about-visual{background:#f5f5f6;border-radius:28px;padding:32px}.about-visual img{width:100%;height:360px;object-fit:contain;background:#fff;border-radius:20px}.company-data{display:grid;gap:12px;margin-top:25px}.company-data span{padding:14px 16px;background:var(--soft);border-radius:12px;font-size:14px}.company-data b{color:var(--red);margin-right:8px}.contact-section{background:var(--soft)}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.contact-card{background:#fff;border-radius:22px;padding:24px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.06)}.contact-card img{width:100%;height:300px;object-fit:contain;border-radius:16px;background:#111}.contact-card h3{font-size:23px;margin:20px 0 5px}.text-card{display:flex;flex-direction:column;justify-content:center}.map-placeholder{font-size:54px}.whatsapp-float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;background:#25d366;color:#fff;border-radius:50%;display:grid;place-items:center;font-size:27px;z-index:100;box-shadow:0 12px 30px rgba(0,0,0,.25)}footer{background:#0d0e10;color:#d6d8dc;padding:55px 0 0}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr .7fr;gap:34px}.footer-grid img{width:180px;height:90px;object-fit:contain;background:#fff;border-radius:12px}.footer-grid h4{color:#fff}.footer-grid p,.footer-grid a{font-size:13px;line-height:1.8;color:#b7bac1}.copyright{text-align:center;border-top:1px solid #24262b;margin-top:40px;padding:18px;font-size:12px;color:#858991}
@media(max-width:900px){.topbar-inner{justify-content:center;flex-wrap:wrap;gap:8px 18px}.menu-toggle{display:block}.nav-links{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;border-bottom:1px solid var(--line)}.nav-links.open{display:flex}.hero{min-height:auto;padding:90px 0}.hero-grid,.split{grid-template-columns:1fr}.hero-card{max-width:600px}.benefits-grid{grid-template-columns:1fr 1fr}.category-grid,.contact-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.about-grid{gap:35px}}
@media(max-width:620px){.topbar{display:none}.nav-wrap{min-height:70px}.brand img{width:138px;height:54px}.nav-links{top:70px}.hero{padding:70px 0}.hero h1{font-size:43px}.hero-actions{flex-direction:column;align-items:stretch}.trust-row{display:grid}.benefits-grid,.category-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}.benefits-grid div{border-right:0;border-bottom:1px solid var(--line)}.section{padding:70px 0}.contact-card img{height:240px}}

/* Atualização visual: base clara inspirada em sites de tecnologia e atendimento. */
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.nav-wrap{min-height:98px}
.brand img{width:230px;height:84px}
.btn{gap:10px}
.btn-whatsapp{
  background:#25d366;
  color:#fff;
  box-shadow:0 10px 25px rgba(37,211,102,.24);
}
.btn-whatsapp:hover{
  background:#1ebe5d;
  color:#fff;
  box-shadow:0 13px 30px rgba(37,211,102,.3);
}
.wa-icon{width:22px;height:22px;flex:0 0 auto;fill:currentColor}
.hero{
  background:
    radial-gradient(circle at 88% 14%,rgba(213,0,24,.10),transparent 29%),
    linear-gradient(135deg,#fff 0%,#fff 62%,#faf7f7 100%);
  color:var(--ink);
}
.hero-overlay{
  background-image:
    linear-gradient(rgba(16,17,20,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(16,17,20,.035) 1px,transparent 1px);
}
.hero:after{border-color:rgba(215,166,44,.12)}
.hero .eyebrow{color:var(--red)}
.hero-copy>p{color:var(--muted)}
.hero .btn-ghost{
  background:#fff;
  border-color:#cfd1d5;
  color:var(--ink);
}
.hero .btn-ghost:hover{border-color:var(--red);color:var(--red)}
.trust-row{color:#4f545b}
.hero-card{
  background:rgba(255,255,255,.92);
  border:1px solid #e4e4e7;
  box-shadow:0 22px 60px rgba(18,20,24,.12);
}
.hero-card h2{color:var(--ink)}
.hero-card p{color:var(--muted)}
.hero-card a{color:#128c4a}
.section-dark{
  background:#f7f7f8;
  color:var(--ink);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section-dark p{color:var(--muted)}
.service-list>div{
  background:#fff;
  border-color:var(--line);
  box-shadow:0 8px 24px rgba(16,17,20,.05);
}
.service-list small{color:#777c84}
.quote-box{
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 18px 45px rgba(16,17,20,.08);
}
.whatsapp-float{width:62px;height:62px;transition:.2s}
.whatsapp-float .wa-icon{width:31px;height:31px}
.whatsapp-float:hover{transform:translateY(-3px) scale(1.03)}
.btn:focus-visible,.menu-toggle:focus-visible,.nav-links a:focus-visible,.whatsapp-float:focus-visible{
  outline:3px solid rgba(213,0,24,.3);
  outline-offset:4px;
}
@media(max-width:900px){
  .nav-links{top:98px}
}
@media(max-width:620px){
  .nav-wrap{min-height:82px}
  .brand img{width:180px;height:68px}
  .nav-links{top:82px}
  .hero{padding:62px 0}
}

/* Imagens institucionais e credenciamento Intelbras. */
.partner-section{padding:82px 0;background:#fff}
.partner-card{
  display:grid;
  grid-template-columns:minmax(250px,330px) 1fr;
  gap:68px;
  align-items:center;
  padding:42px;
  border:1px solid #dceee3;
  border-radius:28px;
  background:linear-gradient(135deg,#f6fff9 0%,#fff 58%);
  box-shadow:0 18px 50px rgba(17,123,61,.08);
}
.partner-badge{
  display:grid;
  place-items:center;
  padding:22px;
  border-radius:22px;
  background:#fff;
  border:1px solid #e4eee8;
}
.partner-badge img{width:100%;max-width:270px;aspect-ratio:1;object-fit:contain}
.partner-copy h2{font-size:clamp(32px,4vw,50px);margin:10px 0 16px}
.partner-copy>p{max-width:720px;color:var(--muted);line-height:1.75}
.partner-points{display:flex;gap:12px 24px;flex-wrap:wrap;margin:24px 0;color:#227a45;font-size:14px;font-weight:700}
.about-gallery{
  display:grid;
  gap:18px;
  padding:22px;
}
.about-gallery .about-logo{
  height:250px;
  object-fit:contain;
  background:#fff;
  border-radius:20px;
}
.about-gallery .business-card-photo{
  height:210px;
  object-fit:cover;
  object-position:center;
  border-radius:20px;
  background:#fff;
}
@media(max-width:900px){
  .partner-card{grid-template-columns:1fr;gap:34px}
  .partner-badge img{max-width:240px}
}
@media(max-width:620px){
  .partner-section{padding:58px 0}
  .partner-card{padding:24px;border-radius:22px}
  .partner-points{display:grid}
  .partner-copy .btn{width:100%}
  .about-gallery .about-logo{height:220px}
  .about-gallery .business-card-photo{height:180px}
}
.topbar-address:hover{color:#fff;text-decoration:underline}
.address-link{transition:color .2s}
.address-link:hover{color:var(--red);text-decoration:underline}

/* Logo do cabeçalho ampliada mantendo a proporção original. */
.nav-wrap{min-height:142px}
.brand{display:flex;align-items:center}
.brand img{
  width:250px;
  height:auto;
  object-fit:initial;
}
@media(max-width:900px){
  .nav-links{top:142px}
}
@media(max-width:620px){
  .nav-wrap{min-height:112px}
  .brand img{width:195px;height:auto}
  .nav-links{top:112px}
}

/* Destaque visual da linha de produtos. */
.product-showcase{
  margin:0 0 42px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 45px rgba(16,17,20,.08);
}
.product-showcase img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}
.hero h1{font-size:clamp(42px,5.4vw,68px)}
@media(max-width:620px){
  .product-showcase{margin-bottom:28px;border-radius:20px}
}

/* História do fundador. */
.founder-story{margin-top:76px}
.founder-story-card{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:52px;
  align-items:start;
  padding:48px;
  border:1px solid var(--line);
  border-radius:28px;
  background:linear-gradient(135deg,#fff 0%,#fff 64%,#fbf7f0 100%);
  box-shadow:0 18px 50px rgba(16,17,20,.08);
}
.history-highlight{
  display:flex;
  min-height:220px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:28px;
  border-radius:24px;
  background:linear-gradient(145deg,var(--red),var(--red2));
  color:#fff;
  text-align:center;
  box-shadow:0 16px 35px rgba(213,0,24,.2);
}
.history-highlight strong{font-size:72px;line-height:1;font-weight:800}
.history-highlight span{max-width:130px;margin-top:10px;font-size:15px;line-height:1.4;font-weight:700}
.founder-copy h3{max-width:850px;margin:10px 0 16px;font-size:clamp(30px,3.5vw,46px);line-height:1.12}
.founder-copy>p{color:var(--muted);line-height:1.8}
.founder-name{display:flex;gap:8px 18px;align-items:center;flex-wrap:wrap;margin:0 0 24px}
.founder-name strong{color:var(--ink);font-size:18px}
.founder-name span{padding:7px 11px;border-radius:999px;background:#fff3f4;color:var(--red);font-size:12px;font-weight:800}
@media(max-width:900px){
  .founder-story-card{grid-template-columns:1fr;gap:34px}
  .history-highlight{min-height:auto;max-width:220px}
}
@media(max-width:620px){
  .founder-story{margin-top:52px}
  .founder-story-card{padding:24px;border-radius:22px}
  .history-highlight{max-width:none}
  .history-highlight strong{font-size:62px}
  .founder-copy h3{font-size:31px}
}

/* Experiência em destaque na página inicial. */
.hero-meta{display:flex;align-items:center;gap:14px 22px;flex-wrap:wrap}
.experience-pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 12px;
  border:1px solid #ffd4d8;
  border-radius:999px;
  background:#fff3f4;
  color:#7f0010;
  font-size:12px;
  font-weight:700;
  box-shadow:0 8px 20px rgba(213,0,24,.08);
}
.experience-pill strong{color:var(--red);font-size:14px}
@media(max-width:620px){
  .hero-meta{align-items:flex-start;flex-direction:column}
}

/* Atalhos flutuantes para Instagram e WhatsApp. */
.social-floats{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:100;
  display:flex;
  gap:12px;
  align-items:center;
}
.social-floats .whatsapp-float{position:static;right:auto;bottom:auto}
.instagram-float{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:linear-gradient(135deg,#f9ce34 0%,#ee2a7b 48%,#6228d7 100%);
  box-shadow:0 12px 30px rgba(138,41,129,.28);
  transition:.2s;
}
.instagram-float svg{width:32px;height:32px}
.instagram-float:hover{transform:translateY(-3px) scale(1.03)}
.instagram-float:focus-visible{
  outline:3px solid rgba(213,0,24,.3);
  outline-offset:4px;
}
@media(max-width:620px){
  .social-floats{right:16px;bottom:16px;gap:9px}
  .social-floats .whatsapp-float,.instagram-float{width:56px;height:56px}
  .instagram-float svg{width:29px;height:29px}
  .social-floats .whatsapp-float .wa-icon{width:28px;height:28px}
}

/* Novidades em tecnologia e mascote AJR. */
.technology-section{
  background:#f7f7f8;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.technology-layout{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(300px,.45fr);
  gap:48px;
  align-items:stretch;
}
.technology-content{min-width:0}
.technology-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.technology-card{
  display:flex;
  gap:16px;
  align-items:flex-start;
  padding:22px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 24px rgba(16,17,20,.045);
}
.technology-icon{
  display:grid;
  flex:0 0 46px;
  width:46px;
  height:46px;
  place-items:center;
  border-radius:14px;
  background:#fff3f4;
  font-size:23px;
}
.technology-card h3{margin:1px 0 7px;font-size:18px}
.technology-card p{margin:0;font-size:13px;line-height:1.6}
.technology-cta{margin-top:28px}
.mascot-panel{
  display:flex;
  overflow:hidden;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
  padding:30px 30px 0;
  border:1px solid #eadfe0;
  border-radius:28px;
  background:linear-gradient(155deg,#fff 0%,#fff7f8 58%,#fff1d8 100%);
  box-shadow:0 18px 45px rgba(16,17,20,.07);
}
.mascot-copy h3{margin:10px 0 10px;font-size:29px;line-height:1.15}
.mascot-copy p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}
.mascot-panel img{width:100%;max-width:220px;max-height:320px;margin-top:20px;object-fit:contain;object-position:center bottom}
@media(max-width:1000px){
  .technology-layout{grid-template-columns:1fr}
  .mascot-panel{
    display:grid;
    grid-template-columns:1fr 260px;
    gap:26px;
    padding:30px;
  }
  .mascot-panel img{width:220px;max-height:280px;margin:0;justify-self:center}
}
@media(max-width:620px){
  .technology-grid{grid-template-columns:1fr}
  .technology-cta{width:100%}
  .mascot-panel{display:flex;padding:24px 24px 0;text-align:center}
  .mascot-panel img{width:190px;max-height:260px;margin-top:18px}
}

/* Carrossel de promoções da página inicial. */
.promotions-section{
  overflow:hidden;
  padding:82px 0;
  background:linear-gradient(180deg,#fff 0%,#f8f8f9 100%);
  border-bottom:1px solid var(--line);
}
.promotions-heading{margin-bottom:30px}
.promo-carousel{position:relative;padding:0 64px}
.promo-stage{
  position:relative;
  overflow:hidden;
  border:1px solid #dedfe3;
  border-radius:28px;
  background:#0c1017;
  box-shadow:0 22px 55px rgba(16,17,20,.13);
}
.promo-slide{
  display:none;
  min-height:540px;
  grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);
  align-items:center;
}
.promo-slide.is-active{display:grid;animation:promoReveal .38s ease both}
.promo-preview{
  height:540px;
  overflow:hidden;
  background:#05070a;
}
.promo-preview img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 10%;
}
.promo-copy{padding:54px;color:#fff}
.promo-tag{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:var(--red);
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:1.4px;
  text-transform:uppercase;
}
.promo-copy h3{max-width:600px;margin:20px 0 14px;font-size:clamp(32px,4vw,52px);line-height:1.05}
.promo-copy p{max-width:650px;margin:0;color:#cfd2d8;font-size:15px;line-height:1.75}
.promo-price{display:block;margin:26px 0;color:#ffd33f;font-size:clamp(25px,3vw,38px)}
.promo-actions{display:flex;gap:12px;flex-wrap:wrap}
.promo-more{border:0;font:inherit;cursor:pointer}
.promo-arrow{
  position:absolute;
  top:50%;
  z-index:3;
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  padding:0 0 5px;
  transform:translateY(-50%);
  border:1px solid #dedfe3;
  border-radius:50%;
  background:#fff;
  color:var(--ink);
  box-shadow:0 10px 28px rgba(16,17,20,.14);
  font-size:38px;
  line-height:1;
  cursor:pointer;
  transition:.2s;
}
.promo-arrow:hover{background:var(--red);color:#fff;border-color:var(--red)}
.promo-prev{left:0}.promo-next{right:0}
.promo-dots{display:flex;justify-content:center;gap:9px;margin-top:20px}
.promo-dots button{
  width:10px;
  height:10px;
  padding:0;
  border:0;
  border-radius:999px;
  background:#c7c8cc;
  cursor:pointer;
  transition:.2s;
}
.promo-dots button.is-active{width:30px;background:var(--red)}
.promo-disclaimer{margin:14px 0 0;text-align:center;color:var(--muted);font-size:12px}
.promo-modal{
  position:fixed;
  inset:0;
  z-index:300;
  display:none;
  place-items:center;
  padding:22px;
  background:rgba(5,6,9,.92);
}
.promo-modal.is-open{display:grid}
.promo-modal-content{width:min(920px,94vw);height:min(92vh,1250px);display:grid;place-items:center}
.promo-modal-content img{max-width:100%;max-height:100%;object-fit:contain;border-radius:12px;box-shadow:0 24px 70px rgba(0,0,0,.45)}
.promo-modal-close{
  position:fixed;
  top:18px;
  right:22px;
  z-index:2;
  width:48px;
  height:48px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#111;
  font-size:34px;
  line-height:1;
  cursor:pointer;
}
@keyframes promoReveal{
  from{opacity:.35;transform:translateX(18px)}
  to{opacity:1;transform:translateX(0)}
}
@media(max-width:900px){
  .promo-slide{grid-template-columns:.85fr 1.15fr;min-height:500px}
  .promo-preview{height:500px}
  .promo-copy{padding:36px}
}
@media(max-width:700px){
  .promotions-section{padding:64px 0}
  .promo-carousel{padding:0}
  .promo-slide{grid-template-columns:1fr}
  .promo-preview{height:370px}
  .promo-copy{padding:28px 24px 34px}
  .promo-copy h3{font-size:32px}
  .promo-actions{display:grid}
  .promo-arrow{top:185px;width:44px;height:44px;background:rgba(255,255,255,.94)}
  .promo-prev{left:10px}.promo-next{right:10px}
}

/* Movimento discreto do mascote. */
.mascot-animated{
  transform-origin:50% 88%;
  animation:mascotFloat 4.8s ease-in-out infinite;
  filter:drop-shadow(0 14px 12px rgba(16,17,20,.12));
  will-change:transform;
}
@keyframes mascotFloat{
  0%,100%{transform:translateY(0) rotate(0)}
  28%{transform:translateY(-8px) rotate(-1.2deg)}
  52%{transform:translateY(-3px) rotate(.8deg)}
  72%{transform:translateY(-9px) rotate(.5deg)}
}
@media(prefers-reduced-motion:reduce){
  .mascot-animated,.promo-slide.is-active{animation:none}
}

/* Acessórios posicionados perto do final da página. */
.accessories-section{
  background:#fff;
  border-top:1px solid var(--line);
}
.accessories-showcase{
  margin:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 48px rgba(16,17,20,.08);
}
.accessories-showcase>img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}
.accessories-showcase figcaption{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:26px;
  border-top:1px solid var(--line);
}
.accessory-tags{display:flex;gap:9px;flex-wrap:wrap}
.accessory-tags span{
  padding:9px 12px;
  border-radius:999px;
  background:#f3f3f5;
  color:#4d5158;
  font-size:12px;
  font-weight:700;
}
@media(max-width:760px){
  .accessories-showcase figcaption{align-items:stretch;flex-direction:column}
  .accessories-showcase .btn{width:100%}
}

/* Galeria com fotos reais de produtos disponíveis na loja. */
.store-products-section{
  background:#fff;
  border-bottom:1px solid var(--line);
}
.store-gallery{
  display:grid;
  grid-template-columns:1.25fr .75fr .75fr;
  grid-template-rows:260px 260px;
  gap:16px;
}
.store-photo{
  position:relative;
  min-width:0;
  margin:0;
  overflow:hidden;
  border-radius:22px;
  background:#101114;
  box-shadow:0 14px 36px rgba(16,17,20,.1);
}
.store-photo-featured{grid-row:1/3}
.store-photo-wide{grid-column:2/4}
.store-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}
.store-photo:hover img{transform:scale(1.035)}
.store-photo figcaption{
  position:absolute;
  inset:auto 0 0;
  display:grid;
  gap:4px;
  padding:34px 20px 18px;
  background:linear-gradient(transparent,rgba(7,8,11,.88));
  color:#fff;
}
.store-photo figcaption strong{font-size:15px}
.store-photo figcaption span{color:#d6d8dd;font-size:11px;line-height:1.5}
.store-gallery-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:24px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fafafa;
}
.store-gallery-footer p{margin:0}
.store-gallery-actions{display:flex;gap:10px;flex:0 0 auto}
@media(max-width:900px){
  .store-gallery{grid-template-columns:1fr 1fr;grid-template-rows:360px 230px 230px}
  .store-photo-featured{grid-column:1/3;grid-row:auto}
  .store-photo-wide{grid-column:1/3}
}
@media(max-width:620px){
  .store-gallery{display:grid;grid-template-columns:1fr;grid-template-rows:330px repeat(3,220px)}
  .store-photo-featured,.store-photo-wide{grid-column:auto;grid-row:auto}
  .store-gallery-footer{align-items:stretch;flex-direction:column}
  .store-gallery-actions{display:grid}
  .store-gallery-footer .btn{width:100%}
}

/* Catálogo de produtos por marca. */
.catalog-hero{
  padding:76px 0;
  background:
    radial-gradient(circle at 82% 15%,rgba(0,146,69,.1),transparent 25%),
    linear-gradient(135deg,#fff 0%,#fff 64%,#f4fbf7 100%);
  border-bottom:1px solid var(--line);
}
.catalog-hero-grid{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:70px;
  align-items:center;
}
.catalog-hero h1{max-width:820px;margin:14px 0 18px;font-size:clamp(42px,5vw,68px);line-height:1.03}
.catalog-hero p{max-width:760px;margin:0 0 28px;color:var(--muted);font-size:17px;line-height:1.75}
.catalog-partner{
  display:grid;
  place-items:center;
  padding:28px;
  border:1px solid #d9eee1;
  border-radius:26px;
  background:#fff;
  box-shadow:0 18px 48px rgba(17,123,61,.09);
  text-align:center;
}
.catalog-partner img{width:190px;height:190px;object-fit:contain}
.catalog-partner p{margin:12px 0 0;font-size:12px;font-weight:700}
.catalog-section{background:#f7f7f8}
.catalog-brand-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:28px;
}
.catalog-brand-heading h2{margin:10px 0 10px}
.catalog-brand-heading p{max-width:720px;margin:0}
.catalog-count{
  display:flex;
  align-items:center;
  gap:9px;
  flex:0 0 auto;
  padding:12px 16px;
  border-radius:999px;
  background:#e9f7ef;
  color:#176b3c;
  font-size:12px;
  font-weight:700;
}
.catalog-count strong{font-size:18px}
.brand-navigation{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
  margin-bottom:22px;
}
.brand-navigation>span:not(.brand-chip){margin-left:8px;color:var(--muted);font-size:12px;font-weight:700}
.brand-chip{
  display:inline-flex;
  padding:9px 13px;
  border:1px solid #dfe2e4;
  border-radius:999px;
  background:#fff;
  color:#555a61;
  font:inherit;
  font-size:12px;
  font-weight:800;
}
button.brand-chip{cursor:pointer}
.brand-chip.is-active{border-color:#1d9c58;background:#1d9c58;color:#fff}
.brand-chip.is-upcoming{opacity:.58}
.catalog-tools{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:30px;
  padding:22px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
}
.catalog-search{display:grid;gap:8px;flex:1;max-width:520px}
.catalog-search span{font-size:12px;font-weight:800}
.catalog-search input{
  width:100%;
  height:48px;
  padding:0 15px;
  border:1px solid #d9dadd;
  border-radius:12px;
  background:#fafafa;
  color:var(--ink);
  font:inherit;
  outline:none;
}
.catalog-search input:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(213,0,24,.1)}
.catalog-filters{display:flex;gap:8px;flex-wrap:wrap}
.catalog-filters button{
  padding:11px 15px;
  border:1px solid #d9dadd;
  border-radius:999px;
  background:#fff;
  color:#555a61;
  font:inherit;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}
.catalog-filters button.is-active{border-color:var(--red);background:var(--red);color:#fff}
.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.product-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 30px rgba(16,17,20,.055);
  transition:transform .22s,box-shadow .22s;
}
.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(16,17,20,.1)}
.product-card[hidden]{display:none!important}
.product-image{position:relative;height:300px;overflow:hidden;background:#f0f1f2}
.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.product-card:hover .product-image img{transform:scale(1.025)}
.product-image>span{
  position:absolute;
  top:14px;
  left:14px;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(16,17,20,.88);
  color:#fff;
  font-size:10px;
  font-weight:800;
  letter-spacing:.7px;
  text-transform:uppercase;
  backdrop-filter:blur(8px);
}
.product-content{display:flex;min-height:410px;flex-direction:column;padding:24px}
.product-content>small{color:#178248;font-weight:800;text-transform:uppercase;letter-spacing:1.5px}
.product-content h3{margin:9px 0 9px;font-size:23px;line-height:1.2}
.product-content>p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}
.product-content ul{display:grid;gap:7px;margin:18px 0;padding:0;list-style:none}
.product-content li{position:relative;padding-left:17px;color:#4e535a;font-size:12px}
.product-content li:before{content:"✓";position:absolute;left:0;color:#199454;font-weight:800}
.product-price{display:block;margin:auto 0 18px;color:var(--red);font-size:18px}
.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.product-actions .btn{min-height:44px;padding:11px 12px;font-size:12px}
.product-video-button{
  min-height:44px;
  padding:10px 12px;
  border:1px solid #cfd1d5;
  border-radius:11px;
  background:#fff;
  color:var(--ink);
  font:inherit;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
  transition:.2s;
}
.product-video-button:hover{border-color:var(--red);color:var(--red)}
.product-consult-full{grid-column:1/3}
.catalog-empty{
  padding:42px;
  border:1px dashed #cfd1d5;
  border-radius:18px;
  background:#fff;
  text-align:center;
}
.video-modal{
  position:fixed;
  inset:0;
  z-index:320;
  display:none;
  place-items:center;
  padding:24px;
  background:rgba(5,6,9,.92);
}
.video-modal.is-open{display:grid}
.video-modal-card{
  width:min(520px,94vw);
  padding:22px;
  border-radius:22px;
  background:#fff;
  box-shadow:0 26px 70px rgba(0,0,0,.4);
}
.video-modal-card h2{margin:0 0 16px;font-size:21px}
.video-modal-card video{display:block;width:100%;max-height:76vh;border-radius:15px;background:#000}
.video-modal-close{
  position:fixed;
  top:18px;
  right:22px;
  width:48px;
  height:48px;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#111;
  font-size:34px;
  line-height:1;
  cursor:pointer;
}
@media(max-width:1000px){
  .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .catalog-hero-grid{grid-template-columns:1fr .45fr;gap:40px}
}
@media(max-width:760px){
  .catalog-hero{padding:58px 0}
  .catalog-hero-grid{grid-template-columns:1fr}
  .catalog-partner{max-width:330px}
  .catalog-brand-heading{align-items:flex-start;flex-direction:column}
  .catalog-tools{align-items:stretch;flex-direction:column}
  .catalog-search{max-width:none}
}
@media(max-width:620px){
  .catalog-hero h1{font-size:42px}
  .catalog-grid{grid-template-columns:1fr}
  .product-image{height:330px}
  .product-content{min-height:auto}
  .product-price{margin-top:10px}
.brand-navigation>span:not(.brand-chip){width:100%;margin:7px 0 0}
}

/* Formulário de orçamento preparado para a hospedagem da Hostinger. */
.contact-form-wrap{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:54px;
  align-items:start;
  margin-top:32px;
  padding:46px;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 50px rgba(16,17,20,.08);
}
.contact-form-intro h3{font-size:clamp(28px,3vw,40px);margin:10px 0 14px}
.contact-form-intro p{margin:0;color:var(--muted);line-height:1.7}
.contact-form-intro ul{display:grid;gap:12px;margin:24px 0 0;padding:0;list-style:none}
.contact-form-intro li{position:relative;padding-left:27px;font-size:14px;line-height:1.5}
.contact-form-intro li:before{content:"✓";position:absolute;left:0;color:#199454;font-weight:900}
.contact-form{display:grid;gap:20px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.contact-form label{display:grid;gap:8px}
.contact-form label>span{font-size:13px;font-weight:700;color:#34373c}
.contact-form input,.contact-form select,.contact-form textarea{
  width:100%;
  border:1px solid #cfd1d5;
  border-radius:11px;
  background:#fff;
  color:var(--ink);
  padding:13px 14px;
  font:inherit;
  font-size:14px;
  transition:border-color .2s,box-shadow .2s;
}
.contact-form textarea{resize:vertical;min-height:132px}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{
  outline:0;
  border-color:var(--red);
  box-shadow:0 0 0 4px rgba(213,0,24,.1);
}
.form-full{grid-column:1/-1}
.form-consent{grid-template-columns:auto 1fr!important;align-items:start}
.form-consent input{width:18px;height:18px;margin:1px 0 0;accent-color:var(--red)}
.form-consent span{font-weight:500!important;line-height:1.5;color:var(--muted)!important}
.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.contact-form .btn{border:0;cursor:pointer;justify-self:start}
.contact-form .btn:disabled{cursor:wait;opacity:.65;transform:none}
.form-status{min-height:22px;margin:0!important;font-size:13px;font-weight:700}
.form-status.is-success{color:#147a3f}
.form-status.is-error{color:#b00016}
.form-status a{text-decoration:underline}
@media(max-width:900px){
  .contact-form-wrap{grid-template-columns:1fr;gap:32px;padding:34px}
}
@media(max-width:620px){
  .contact-form-wrap{padding:24px;border-radius:22px}
  .form-grid{grid-template-columns:1fr}
  .contact-form .btn{width:100%}
}
