@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Roboto+Mono:wght@500;600&display=swap');
@media(max-width:820px) {
  .catalogo-sidebar {
    max-height:250px;
    overflow:auto;
    scrollbar-width:thin
  }
}
@media(max-width:560px) {
  .faixa-page h1 {
    font-size:2rem
  }
  .catalogo-detalhe__intro h2 {
    font-size:1.85rem
  }
}

/* Cotação de produtos e serviços */
.formulario-catalogo {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:110px 0;
  background:
    radial-gradient(circle at 8% 18%,rgba(23,72,238,.1),transparent 28%),
    radial-gradient(circle at 92% 82%,rgba(230,127,12,.12),transparent 26%),
    #f3f5fa
}
.formulario-catalogo::before {
  content:'';
  position:absolute;
  z-index:-1;
  inset:0;
  opacity:.42;
  background-image:
    linear-gradient(rgba(5,13,45,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(5,13,45,.045) 1px,transparent 1px);
  background-size:72px 72px;
  -webkit-mask-image:linear-gradient(to bottom,transparent,#000 20%,#000 80%,transparent);
  mask-image:linear-gradient(to bottom,transparent,#000 20%,#000 80%,transparent)
}
.formulario-catalogo__layout {
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);
  align-items:stretch;
  overflow:hidden;
  border:1px solid rgba(5,13,45,.1);
  border-radius:28px;
  background:#fff;
  box-shadow:0 30px 90px rgba(5,13,45,.14)
}
.formulario-catalogo__intro {
  position:relative;
  overflow:hidden;
  padding:64px 58px;
  color:#fff;
  background:
    radial-gradient(circle at 85% 10%,rgba(23,72,238,.62),transparent 34%),
    linear-gradient(145deg,#061039 0%,#071846 58%,#0013a5 135%)
}
.formulario-catalogo__intro::before,.formulario-catalogo__intro::after {
  content:'';
  position:absolute;
  pointer-events:none
}
.formulario-catalogo__intro::before {
  width:330px;
  height:330px;
  right:-185px;
  top:-145px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
  box-shadow:0 0 0 44px rgba(255,255,255,.035),0 0 0 88px rgba(255,255,255,.02)
}
.formulario-catalogo__intro::after {
  left:0;
  right:0;
  bottom:0;
  height:180px;
  opacity:.11;
  background-image:linear-gradient(rgba(255,255,255,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.25) 1px,transparent 1px);
  background-size:38px 38px;
  -webkit-mask-image:linear-gradient(to bottom,transparent,#000);
  mask-image:linear-gradient(to bottom,transparent,#000)
}
.formulario-catalogo__intro>* {
  position:relative;
  z-index:1
}
.formulario-catalogo__intro .section-tag {
  color:#ffad4d
}
.formulario-catalogo__intro h2 {
  max-width:520px;
  margin:22px 0 20px;
  color:#fff;
  font-size:clamp(2.25rem,3.6vw,4rem);
  line-height:1.04;
  letter-spacing:-.045em
}
.formulario-catalogo__intro>p {
  max-width:540px;
  margin:0;
  color:#bfc9e3;
  font-size:.98rem
}
.formulario-catalogo__steps {
  display:grid;
  gap:0;
  padding:0;
  margin:42px 0 36px;
  list-style:none
}
.formulario-catalogo__steps li {
  display:grid;
  grid-template-columns:46px 1fr;
  gap:15px;
  align-items:center;
  padding:17px 0;
  border-top:1px solid rgba(255,255,255,.13)
}
.formulario-catalogo__steps li:last-child {
  border-bottom:1px solid rgba(255,255,255,.13)
}
.formulario-catalogo__steps>li>span {
  display:grid;
  width:42px;
  height:42px;
  place-items:center;
  border:1px solid rgba(255,255,255,.22);
  border-radius:12px;
  color:#ff9c27;
  font:700 .72rem 'Roboto Mono',monospace
}
.formulario-catalogo__steps strong,.formulario-catalogo__steps small {
  display:block
}
.formulario-catalogo__steps strong {
  color:#fff;
  font-size:.86rem
}
.formulario-catalogo__steps small {
  margin-top:2px;
  color:#9da9c8;
  font-size:.75rem
}
.formulario-catalogo__channels {
  display:flex;
  flex-wrap:wrap;
  gap:10px
}
.formulario-catalogo__channels a {
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:42px;
  padding:9px 13px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:11px;
  color:#e5eaff;
  font-size:.72rem;
  font-weight:700;
  overflow-wrap:anywhere;
  transition:border-color .25s ease,background .25s ease,transform .25s ease
}
.formulario-catalogo__channels a:hover {
  transform:translateY(-2px);
  border-color:rgba(255,156,39,.7);
  background:rgba(255,255,255,.07);
  color:#fff
}
.formulario-catalogo__channels i {
  color:#ff9c27
}
.formulario-catalogo__card {
  padding:62px 58px 48px;
  background:#fff
}
.formulario-catalogo__card-head {
  display:flex;
  gap:16px;
  align-items:center;
  margin-bottom:34px;
  padding-bottom:26px;
  border-bottom:1px solid #e3e7ef
}
.formulario-catalogo__card-head>span {
  display:grid;
  flex:0 0 52px;
  width:52px;
  height:52px;
  place-items:center;
  border-radius:14px;
  background:linear-gradient(135deg,var(--orange),#ffad3d);
  color:#10162a;
  box-shadow:0 12px 26px rgba(230,127,12,.24)
}
.formulario-catalogo__card-head small {
  color:var(--blue);
  font:700 .68rem 'Roboto Mono',monospace;
  letter-spacing:.12em;
  text-transform:uppercase
}
.formulario-catalogo__card-head h3 {
  margin:3px 0 0;
  font-size:1.55rem;
  line-height:1.2
}
.formulario-catalogo .form-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px
}
.formulario-catalogo .form-grid__full {
  grid-column:1/-1
}
.formulario-catalogo label {
  display:block;
  margin-bottom:7px;
  color:#20283c;
  font-size:.76rem;
  font-weight:800
}
.formulario-catalogo input,.formulario-catalogo select,.formulario-catalogo textarea {
  display:block;
  width:100%;
  border:1px solid #d7dce7;
  border-radius:11px;
  outline:0;
  background:#f7f8fb;
  color:var(--ink);
  font:500 .86rem Manrope,Arial,sans-serif;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease
}
.formulario-catalogo input,.formulario-catalogo select {
  min-height:54px;
  padding:0 15px
}
.formulario-catalogo textarea {
  min-height:146px;
  padding:14px 15px;
  resize:vertical
}
.formulario-catalogo input:focus,.formulario-catalogo select:focus,.formulario-catalogo textarea:focus {
  border-color:var(--blue-bright);
  background:#fff;
  box-shadow:0 0 0 4px rgba(23,72,238,.09)
}
.formulario-catalogo input::placeholder,.formulario-catalogo textarea::placeholder {
  color:#9299aa
}
.formulario-catalogo .btn-envia {
  width:100%;
  min-height:56px;
  justify-content:center
}
.formulario-catalogo__privacy {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:20px 0 0;
  color:#7a8294;
  font-size:.7rem;
  text-align:center
}
.formulario-catalogo__privacy i {
  color:var(--blue)
}
@media(max-width:1050px) {
  .formulario-catalogo__layout {
    grid-template-columns:1fr
  }
  .formulario-catalogo__intro,.formulario-catalogo__card {
    padding:50px
  }
  .formulario-catalogo__intro h2 {
    max-width:720px
  }
  .formulario-catalogo__steps {
    grid-template-columns:repeat(3,1fr);
    gap:12px
  }
  .formulario-catalogo__steps li {
    display:block;
    padding:18px;
    border:1px solid rgba(255,255,255,.13)!important;
    border-radius:14px
  }
  .formulario-catalogo__steps>li>span {
    margin-bottom:14px
  }
}
@media(max-width:700px) {
  .formulario-catalogo {
    padding:70px 0
  }
  .formulario-catalogo__layout {
    border-radius:20px
  }
  .formulario-catalogo__intro,.formulario-catalogo__card {
    padding:38px 28px
  }
  .formulario-catalogo__intro h2 {
    font-size:clamp(2.1rem,10vw,3rem)
  }
  .formulario-catalogo__steps {
    grid-template-columns:1fr
  }
  .formulario-catalogo__steps li {
    display:grid
  }
  .formulario-catalogo__steps>li>span {
    margin-bottom:0
  }
  .formulario-catalogo .form-grid {
    grid-template-columns:1fr
  }
  .formulario-catalogo .form-grid__full {
    grid-column:auto
  }
  .formulario-catalogo__channels {
    display:grid
  }
  .formulario-catalogo__channels a {
    width:100%
  }
}
@media(max-width:420px) {
  .formulario-catalogo__intro,.formulario-catalogo__card {
    padding:32px 20px
  }
  .formulario-catalogo__card-head {
    align-items:flex-start
  }
  .formulario-catalogo__card-head h3 {
    font-size:1.3rem
  }
}
.faixa-page__breadcrumb ol,.faixa-page__breadcrumb ul {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:0;
  margin:0;
  list-style:none
}
.faixa-page__breadcrumb li {
  display:flex;
  align-items:center;
  gap:8px
}
.faixa-page__breadcrumb li+li::before {
  content:'/';
  color:#e67f0c
}
.mapa-site-page,.politica-page,.erro-404,.contato-page {
  padding:90px 0
}
.mapa-site__intro {
  max-width:760px;
  margin-bottom:40px
}
.mapa-site__grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px
}
.mapa-site__card {
  padding:30px;
  border:1px solid #dce0e9;
  background:#fff
}
.mapa-site__card--wide {
  grid-column:1/-1
}
.mapa-site__card h3 {
  color:#0013a5
}
.mapa-site__card ul {
  columns:2;
  padding-left:18px
}
.mapa-site__card a {
  color:#626a7d;
  font-size:.84rem
}
.mapa-site__card a:hover {
  color:#e67f0c
}
.politica-page__layout {
  display:grid;
  grid-template-columns:280px 1fr;
  gap:60px
}
.politica-page__summary {
  align-self:start;
  position:sticky;
  top:100px;
  padding:25px;
  background:#f2f4f8
}
.politica-page__content {
  max-width:850px
}
.politica-page__content h2 {
  font-size:1.6rem;
  margin-top:35px
}
.politica-page__content p,.politica-page__content li {
  color:#626a7d
}
.erro-404__intro {
  text-align:center;
  max-width:760px;
  margin:auto
}
.erro-404__code {
  font:800 clamp(6rem,18vw,12rem)/1 'Roboto Mono',monospace;
  color:#0013a5
}
.erro-404__actions {
  display:flex;
  justify-content:center;
  gap:10px;
  margin:30px
}
.erro-404__btn {
  padding:14px 20px;
  background:#0013a5;
  color:#fff
}
.orcamento-layout {
  display:grid;
  grid-template-columns:340px 1fr;
  gap:40px
}
.orcamento-aside,.orcamento-form-card {
  padding:35px;
  background:#f2f4f8
}
.orcamento-form-card .form-control,.orcamento-form-card .form-select {
  width:100%;
  padding:12px;
  border:1px solid #dce0e9;
  background:#fff
}
.orcamento-form-card .row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px
}
.orcamento-form-card .col-12 {
  grid-column:1/-1
}
@media(max-width:820px) {
  .mapa-site__grid,.politica-page__layout,.orcamento-layout {
    grid-template-columns:1fr
  }
  .mapa-site__card--wide {
    grid-column:auto
  }
  .politica-page__summary {
    position:static
  }
  .orcamento-form-card .row {
    grid-template-columns:1fr
  }
  .orcamento-form-card .col-12 {
    grid-column:auto
  }
}
@media(max-width:560px) {
  .mapa-site__card ul {
    columns:1
  }
}
:root {
  --navy:#050d2d;
  --navy-2:#071846;
  --blue:#0013a5;
  --blue-bright:#1748ee;
  --orange:#e67f0c;
  --orange-2:#ff9c27;
  --ink:#11182b;
  --muted:#626a7d;
  --line:#dce0e9;
  --soft:#f2f4f8;
  --white:#fff;
  --radius:4px;
  --shadow:0 22px 70px rgba(5,13,45,.14);
  --container:1240px;
  --header-h:84px
}
*,*::before,*::after {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  color:var(--ink);
  background:#fff;
  font-family:Manrope,Arial,sans-serif;
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden
}
body.menu-open {
  overflow:hidden
}
img {
  display:block;
  max-width:100%;
  height:auto
}
a {
  color:inherit;
  text-decoration:none
}
button,input,select,textarea {
  font:inherit
}
button {
  cursor:pointer
}
.container {
  width:min(calc(100% - 40px),var(--container));
  margin-inline:auto
}
.visually-hidden {
  position:absolute!important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
.skip-link {
  position:fixed;
  z-index:9999;
  top:10px;
  left:10px;
  transform:translateY(-150%);
  background:#fff;
  color:var(--navy);
  padding:12px 18px
}
.skip-link:focus {
  transform:none
}
h1,h2,h3,p {
  margin-top:0
}
h1,h2,h3 {
  line-height:1.12;
  letter-spacing:-.035em
}
h1 {
  font-size:clamp(2.55rem,5.2vw,4.3rem)
}
h2 {
  font-size:clamp(2rem,3.7vw,3.45rem)
}
h3 {
  font-size:1.2rem
}
.eyebrow,.section-tag {
  display:flex;
  align-items:center;
  gap:11px;
  margin:0 0 18px;
  color:#fff;
  font:600 .74rem/1.3 'Roboto Mono',monospace;
  letter-spacing:.16em;
  text-transform:uppercase
}
.eyebrow span {
  display:block;
  width:38px;
  height:2px;
  background:var(--orange)
}
.eyebrow--dark,.section-tag {
  color:var(--blue)
}
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:52px;
  padding:0 24px;
  border:1px solid transparent;
  border-radius:2px;
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  transition:.25s ease
}
.btn:hover {
  transform:translateY(-2px)
}
.btn-primary {
  background:var(--orange);
  color:#111;
  border-color:var(--orange)
}
.btn-primary:hover {
  background:var(--orange-2);
  box-shadow:0 12px 30px rgba(230,127,12,.28)
}
.btn-light {
  background:#fff;
  color:var(--navy)
}
.btn-dark {
  background:var(--navy);
  color:#fff
}
.btn-ghost {
  color:#fff;
  border-color:rgba(255,255,255,.45)
}
.btn-outline-primary {
  border-color:var(--blue);
  color:var(--blue)
}
.btn-outline-secondary {
  border-color:#8990a0;
  color:var(--ink)
}
.btn-whatsapp {
  background:#178b53;
  color:#fff
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:var(--blue);
  font-weight:800
}
.text-link i,.product-card__link i {
  transition:transform .2s
}
.text-link:hover i,.product-card__link:hover i {
  transform:translateX(4px)
}
.section-dark {
  background:var(--navy);
  color:#fff
}
.section-blue {
  background:var(--blue);
  color:#fff
}
.section-soft {
  background:var(--soft)
}
.section-heading {
  max-width:760px;
  margin-bottom:46px
}
.section-heading h2,.split-heading h2 {
  margin-bottom:14px
}
.section-heading p:last-child,.split-heading>p {
  color:var(--muted)
}
.section-heading--light p:last-child,.split-heading--light>p {
  color:#b9c2d9
}
.split-heading {
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:90px;
  align-items:end;
  margin-bottom:46px
}
.split-heading>p {
  margin:0;
  max-width:500px
}
.site-header {
  position:fixed;
  z-index:1000;
  top:0;
  left:0;
  width:100%;
  height:var(--header-h);
  display:flex;
  align-items:center;
  background:#fff;
  border-bottom:1px solid rgba(7,24,70,.09);
  transition:.3s
}
.home-page .site-header:not(.is-scrolled) {
  background:linear-gradient(180deg,rgba(2,8,30,.9),rgba(2,8,30,0));
  border:0
}
.site-header.is-scrolled {
  height:72px;
  background:rgba(255,255,255,.96);
  box-shadow:0 9px 30px rgba(5,13,45,.1);
  backdrop-filter:blur(14px)
}
.site-header__grid {
  display:grid;
  grid-template-columns:205px 1fr auto;
  align-items:center;
  gap:28px
}
.site-header__brand {
  position:relative;
  display:block;
  width:190px;
  height:58px
}
.site-header__brand img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:left center;
  transition:.25s
}
.brand-logo--light {
  opacity:0
}
.home-page .site-header:not(.is-scrolled) .brand-logo--color {
  opacity:0
}
.home-page .site-header:not(.is-scrolled) .brand-logo--light {
  opacity:1
}
.site-nav {
  justify-self:center
}
.site-nav__list {
  display:flex;
  align-items:center;
  gap:2px;
  padding:0;
  margin:0;
  list-style:none
}
.site-nav__item {
  position:relative;
  display:flex;
  align-items:center
}
.site-nav__link {
  padding:28px 11px;
  color:var(--navy);
  font-size:.75rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.035em;
  white-space:nowrap
}
.home-page .site-header:not(.is-scrolled) .site-nav__link {
  color:#fff
}
.site-nav__link:hover,.site-nav__link.is-active {
  color:var(--orange)
}
.site-nav__submenu-button {
  border:0;
  background:transparent;
  color:inherit;
  padding:5px;
  margin-left:-9px;
  font-size:.65rem
}
.home-page .site-header:not(.is-scrolled) .site-nav__submenu-button {
  color:#fff
}
.site-nav__submenu {
  position:absolute;
  left:0;
  top:calc(100% - 6px);
  width:270px;
  padding:9px;
  background:#fff;
  border-top:3px solid var(--orange);
  box-shadow:var(--shadow);
  list-style:none;
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:.2s
}
.site-nav__submenu li a {
  display:block;
  padding:11px 13px;
  color:var(--ink);
  font-size:.82rem;
  line-height:1.35
}
.site-nav__submenu li a:hover {
  background:var(--soft);
  color:var(--blue)
}
.site-nav__item:hover>.site-nav__submenu,.site-nav__item:focus-within>.site-nav__submenu,.site-nav__item.is-open>.site-nav__submenu {
  opacity:1;
  visibility:visible;
  transform:none
}
.site-header__actions {
  display:flex;
  align-items:center;
  gap:12px
}
.site-header__cta {
  display:flex;
  gap:8px;
  align-items:center;
  background:var(--orange);
  padding:13px 16px;
  color:#111;
  font-size:.72rem;
  font-weight:800;
  text-transform:uppercase
}
.site-header__menu-button {
  display:none;
  width:44px;
  height:44px;
  border:0;
  background:var(--navy);
  color:#fff
}
.whatsapp-fixed {
  position:fixed;
  z-index:990;
  right:24px;
  bottom:25px;
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#179b5c;
  color:#fff;
  font-size:1.7rem;
  box-shadow:0 10px 30px rgba(23,155,92,.35)
}
.whatsapp-fixed__pulse {
  position:absolute;
  inset:-7px;
  border:1px solid rgba(23,155,92,.35);
  border-radius:50%;
  animation:pulse 2s infinite
}
@keyframes pulse {
  50% {
    transform:scale(1.12);
    opacity:.35
  }
}
.hero {
  position:relative;
  min-height:760px;
  height:min(88vh,900px);
  display:flex;
  align-items:center;
  background:var(--navy);
  color:#fff;
  overflow:hidden
}
.hero__image {
  position:absolute;
  inset:0;
  background:url('../imagens/conceituais/hero-precision-flow.webp') center/cover no-repeat
}
.hero__shade {
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(2,8,30,.98) 0%,rgba(2,8,30,.92) 35%,rgba(2,8,30,.35) 68%,rgba(2,8,30,.08)),linear-gradient(0deg,rgba(2,8,30,.75),transparent 45%)
}
.hero__content {
  position:relative;
  z-index:2;
  padding-top:var(--header-h)
}
.hero h1 {
  max-width:780px;
  margin-bottom:24px;
  font-weight:700
}
.hero__lead {
  max-width:660px;
  margin-bottom:30px;
  color:#c7cee0;
  font-size:1.08rem
}
.hero__actions {
  display:flex;
  gap:12px;
  flex-wrap:wrap
}
.hero__facts {
  position:absolute;
  left:0;
  top:calc(100% + 56px);
  display:flex;
  margin:0
}
.hero__facts div {
  min-width:190px;
  padding:0 26px;
  border-left:1px solid rgba(255,255,255,.24)
}
.hero__facts div:first-child {
  padding-left:0;
  border-left:0
}
.hero__facts dt {
  font-size:.93rem;
  font-weight:800
}
.hero__facts dd {
  margin:3px 0 0;
  color:#99a4bf;
  font-size:.76rem
}
.hero__scroll {
  position:absolute;
  z-index:2;
  right:35px;
  bottom:40px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:13px;
  color:#fff;
  font:600 .66rem 'Roboto Mono',monospace;
  text-transform:uppercase;
  letter-spacing:.15em
}
.hero__scroll::before {
  content:'';
  height:64px;
  width:1px;
  background:var(--orange)
}
.authority {
  padding:95px 0;
  background:#fff
}
.authority__grid {
  display:grid;
  grid-template-columns:1.05fr .9fr 180px;
  gap:75px;
  align-items:center
}
.authority h2 {
  font-size:clamp(2rem,3vw,3rem);
  margin:0
}
.authority__copy p {
  color:var(--muted);
  margin-bottom:20px
}
.authority__seal {
  width:160px;
  height:160px;
  border-radius:50%;
  display:grid;
  place-content:center;
  text-align:center;
  border:1px solid var(--line);
  color:var(--blue);
  position:relative
}
.authority__seal::after {
  content:'';
  position:absolute;
  inset:8px;
  border:1px dashed #aeb5c4;
  border-radius:50%
}
.authority__seal i {
  font-size:1.6rem;
  margin-bottom:8px
}
.authority__seal span {
  font:600 .68rem/1.5 'Roboto Mono',monospace;
  text-transform:uppercase;
  letter-spacing:.08em
}
.measurement {
  padding:105px 0
}
.measurement__grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(255,255,255,.17);
  border-left:1px solid rgba(255,255,255,.17)
}
.measurement__grid>a {
  min-height:315px;
  padding:28px;
  display:flex;
  flex-direction:column;
  border-right:1px solid rgba(255,255,255,.17);
  border-bottom:1px solid rgba(255,255,255,.17);
  transition:.25s
}
.measurement__grid>a:hover {
  background:var(--blue);
  transform:translateY(-5px)
}
.measurement__grid b {
  align-self:flex-end;
  color:#7280a2;
  font:500 .7rem 'Roboto Mono',monospace
}
.measurement__grid>a>i {
  margin:32px 0 24px;
  color:var(--orange);
  font-size:2rem
}
.measurement__grid h3 {
  font-size:1.55rem;
  margin-bottom:10px
}
.measurement__grid p {
  color:#aeb8ce;
  font-size:.88rem
}
.measurement__grid span {
  margin-top:auto;
  font-size:.75rem;
  font-weight:800;
  text-transform:uppercase
}
.measurement__grid span i {
  margin-left:6px
}
.categories {
  padding:110px 0
}
.categories__grid {
  display:grid;
  grid-template-columns:repeat(12,1fr);
  grid-auto-rows:340px;
  gap:14px
}
.category-card {
  position:relative;
  overflow:hidden;
  color:#fff
}
.category-card:nth-child(1) {
  grid-column:span 6;
  grid-row:span 2
}
.category-card:nth-child(2) {
  grid-column:span 6
}
.category-card:nth-child(3),.category-card:nth-child(4) {
  grid-column:span 3
}
.category-card img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.5s
}
.category-card:hover img {
  transform:scale(1.035)
}
.category-card__overlay {
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(2,8,30,.93),rgba(2,8,30,.04) 72%)
}
.category-card__number {
  position:absolute;
  top:20px;
  right:22px;
  font:600 .72rem 'Roboto Mono',monospace
}
.category-card__content {
  position:absolute;
  left:28px;
  right:28px;
  bottom:26px;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:end
}
.category-card__content small {
  grid-column:1/-1;
  color:#ccd3e0;
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.08em
}
.category-card__content strong {
  font-size:1.65rem
}
.category-card__content i {
  color:var(--orange);
  font-size:1rem
}
.flow-feature {
  padding:110px 0
}
.flow-feature__grid {
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  gap:85px
}
.flow-feature__visual {
  position:relative;
  background:#fff;
  min-height:480px;
  display:grid;
  place-items:center;
  box-shadow:0 35px 75px rgba(0,0,0,.22)
}
.flow-feature__visual img {
  width:100%;
  height:100%;
  object-fit:contain
}
.flow-feature__index {
  position:absolute;
  left:-28px;
  top:-38px;
  color:rgba(255,255,255,.2);
  font:700 7rem/1 'Roboto Mono',monospace
}
.flow-feature__copy h2 {
  font-size:clamp(2rem,3.5vw,3.3rem)
}
.flow-feature__copy>p {
  color:#ccd3ec
}
.flow-feature__copy ul {
  padding:0;
  margin:28px 0 32px;
  list-style:none
}
.flow-feature__copy li {
  padding:11px 0;
  border-bottom:1px solid rgba(255,255,255,.18)
}
.flow-feature__copy li::before {
  content:'+';
  margin-right:10px;
  color:var(--orange);
  font-weight:800
}
.technologies {
  padding:110px 0
}
.technologies__layout {
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:100px
}
.technologies header {
  position:sticky;
  top:120px;
  align-self:start
}
.technologies header p {
  color:var(--muted)
}
.technologies__list {
  border-top:1px solid var(--line)
}
.technologies__list a {
  display:grid;
  grid-template-columns:1fr 1fr auto;
  align-items:center;
  gap:20px;
  padding:22px 6px;
  border-bottom:1px solid var(--line);
  transition:.2s
}
.technologies__list a:hover {
  padding-inline:18px;
  background:var(--soft);
  color:var(--blue)
}
.technologies__list span {
  font-size:1.1rem;
  font-weight:800
}
.technologies__list small {
  color:var(--muted)
}
.technologies__list i {
  color:var(--orange)
}
.featured-products {
  padding:110px 0
}
.product-grid,.catalogo-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px
}
.product-card,.catalogo-card {
  background:#fff;
  border:1px solid #e0e4ec;
  transition:.25s
}
.product-card:hover,.catalogo-card:hover {
  transform:translateY(-5px);
  box-shadow:var(--shadow)
}
.product-card__media,.catalogo-card__media {
  position:relative;
  display:block;
  background:#fff;
  aspect-ratio:1.3/1;
  overflow:hidden
}
.product-card__media img,.catalogo-card__media img {
  width:100%;
  height:100%;
  object-fit:contain
}
.product-card__media>span {
  position:absolute;
  z-index:2;
  top:15px;
  left:15px;
  background:var(--navy);
  color:#fff;
  padding:6px 9px;
  font:600 .64rem 'Roboto Mono',monospace;
  text-transform:uppercase
}
.product-card>div,.catalogo-card__body {
  padding:23px
}
.product-card small {
  color:var(--orange);
  font:600 .67rem 'Roboto Mono',monospace;
  text-transform:uppercase
}
.product-card h3,.catalogo-card h3 {
  margin:8px 0 12px;
  font-size:1.16rem
}
.product-card p {
  color:var(--muted);
  font-size:.84rem
}
.product-card__link {
  color:var(--blue);
  font-size:.76rem;
  font-weight:800;
  text-transform:uppercase
}
.catalogo-card__button {
  min-height:42px;
  padding:0 16px
}
.home-services {
  padding:110px 0
}
.service-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}
.service-card a {
  position:relative;
  display:block;
  min-height:500px;
  overflow:hidden;
  color:#fff
}
.service-card img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.5s
}
.service-card__shade {
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(2,8,30,.98),rgba(2,8,30,.05) 78%)
}
.service-card__content {
  position:absolute;
  left:28px;
  right:28px;
  bottom:28px
}
.service-card__content small {
  font:600 .7rem 'Roboto Mono',monospace;
  color:var(--orange)
}
.service-card__content h3 {
  margin:10px 0;
  font-size:1.45rem
}
.service-card__content p {
  color:#bfc7d9;
  font-size:.84rem
}
.service-card__content b {
  font-size:.72rem;
  text-transform:uppercase
}
.service-card:hover img {
  transform:scale(1.045)
}
.applications {
  padding:110px 0
}
.applications__layout {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:100px;
  align-items:center
}
.applications__intro p {
  color:var(--muted)
}
.applications__grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  border-top:1px solid var(--line);
  border-left:1px solid var(--line)
}
.applications__grid div {
  min-height:150px;
  padding:28px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  display:flex;
  flex-direction:column;
  justify-content:space-between
}
.applications__grid i {
  color:var(--orange);
  font-size:1.7rem
}
.applications__grid span {
  font-weight:800
}
.journey {
  padding:100px 0
}
.journey__steps {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  padding:0;
  margin:0;
  list-style:none;
  counter-reset:step
}
.journey__steps li {
  position:relative;
  padding:30px 28px;
  border-top:2px solid #cdd3df
}
.journey__steps li::before {
  content:'';
  position:absolute;
  top:-7px;
  left:28px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--orange)
}
.journey__steps b {
  color:#9da5b5;
  font:600 .68rem 'Roboto Mono',monospace
}
.journey__steps h3 {
  margin:35px 0 9px
}
.journey__steps p {
  color:var(--muted);
  font-size:.84rem
}
.store-callout {
  padding:85px 0;
  background:var(--navy-2);
  color:#fff
}
.store-callout__grid {
  display:grid;
  grid-template-columns:1fr 360px;
  align-items:center;
  gap:80px
}
.store-callout h2 {
  max-width:700px
}
.store-callout p {
  max-width:650px;
  color:#bdc6da
}
.store-callout__mark {
  height:250px;
  border:1px solid rgba(255,255,255,.18);
  display:grid;
  place-content:center;
  text-align:center;
  color:var(--orange)
}
.store-callout__mark i {
  font-size:3rem;
  margin-bottom:15px
}
.store-callout__mark span {
  color:#fff;
  font:800 1.5rem/1.1 'Roboto Mono',monospace;
  text-transform:uppercase
}
.home-cta {
  padding:86px 0;
  background:var(--orange);
  color:#141414
}
.home-cta__inner {
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:80px;
  align-items:end
}
.home-cta .eyebrow {
  color:#141414
}
.home-cta .eyebrow span {
  background:var(--blue)
}
.home-cta h2 {
  margin:0
}
.home-cta__inner>div:last-child p {
  max-width:490px
}
.home-contact {
  padding:100px 0
}
.home-contact__grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px
}
.home-contact__grid>div:first-child>p:last-child {
  color:var(--muted)
}
.home-contact__links {
  border-top:1px solid var(--line)
}
.home-contact__links a {
  display:flex;
  gap:20px;
  align-items:center;
  padding:19px 8px;
  border-bottom:1px solid var(--line);
  font-weight:800
}
.home-contact__links i {
  width:40px;
  color:var(--orange);
  font-size:1.2rem
}
.home-contact__links small {
  display:block;
  color:var(--muted);
  font-size:.66rem;
  text-transform:uppercase;
  letter-spacing:.09em
}
.faixa-page {
  margin-top:var(--header-h);
  padding:78px 0 56px;
  background:var(--navy);
  color:#fff
}
.faixa-page h1 {
  max-width:960px;
  margin:8px 0 14px;
  font-size:clamp(2.25rem,4.5vw,4rem)
}
.faixa-page__tag {
  color:var(--orange);
  font:600 .72rem 'Roboto Mono',monospace;
  text-transform:uppercase;
  letter-spacing:.12em
}
.faixa-page__breadcrumb,.faixa-page nav {
  color:#aeb8cf;
  font-size:.8rem
}
.pagina-catalogo,.catalogo-detalhe,.contato-premium,.institutional,.info-page {
  padding:90px 0
}
.catalogo-toolbar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin:0 0 35px
}
.catalogo-filters {
  display:flex;
  flex-wrap:wrap;
  gap:8px
}
.catalogo-filters button {
  border:1px solid var(--line);
  background:#fff;
  padding:10px 14px;
  color:var(--ink);
  font-size:.75rem;
  font-weight:700
}
.catalogo-filters button.is-active {
  background:var(--navy);
  border-color:var(--navy);
  color:#fff
}
.catalogo-card[hidden] {
  display:none
}
.catalogo-card__meta {
  display:block;
  color:var(--orange);
  font:600 .65rem 'Roboto Mono',monospace;
  text-transform:uppercase;
  margin-bottom:8px
}
.catalogo-detalhe__layout {
  display:grid;
  grid-template-columns:260px 1fr;
  gap:55px
}
.catalogo-detalhe__intro {
  margin-bottom:28px
}
.catalogo-detalhe__intro h2 {
  font-size:clamp(2rem,3.4vw,3.2rem)
}
.catalogo-sidebar {
  align-self:start;
  position:sticky;
  top:100px;
  border-top:4px solid var(--orange);
  background:var(--soft);
  padding:22px
}
.catalogo-sidebar h2 {
  font-size:1.1rem
}
.catalogo-sidebar ul {
  padding:0;
  margin:0;
  list-style:none
}
.catalogo-sidebar a {
  display:block;
  padding:9px 0;
  border-bottom:1px solid var(--line);
  color:var(--muted);
  font-size:.76rem;
  line-height:1.35
}
.catalogo-sidebar a:hover {
  color:var(--blue)
}
.galeria-catalogo {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin-bottom:42px
}
.galeria-catalogo__item {
  background:#fff;
  border:1px solid var(--line);
  min-height:130px
}
.galeria-catalogo__item--principal {
  grid-column:1/-1;
  min-height:520px
}
.galeria-catalogo img {
  width:100%;
  height:100%;
  object-fit:contain
}
.catalogo-detalhe__texto {
  font-size:.98rem
}
.catalogo-detalhe__texto h2 {
  font-size:1.8rem;
  margin-top:40px
}
.catalogo-detalhe__texto h3 {
  font-size:1.25rem;
  margin-top:28px
}
.catalogo-detalhe__texto p,.catalogo-detalhe__texto li {
  color:#50586a
}
.spec-table {
  width:100%;
  border-collapse:collapse;
  margin:24px 0
}
.spec-table th,.spec-table td {
  padding:13px 15px;
  border:1px solid var(--line);
  text-align:left;
  vertical-align:top
}
.spec-table th {
  width:34%;
  background:var(--soft)
}
.tech-note {
  padding:20px;
  border-left:4px solid var(--orange);
  background:#fff8ef;
  color:#514637
}
.catalogo-detalhe__actions {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:32px
}
.catalogo-relacionados,.mais-visitados,.continue-navegando {
  padding:70px 0;
  background:var(--soft)
}
.institutional__grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center
}
.institutional__visual {
  position:relative
}
.institutional__visual img {
  width:100%;
  min-height:500px;
  object-fit:cover
}
.institutional__badge {
  position:absolute;
  left:-28px;
  bottom:-28px;
  background:var(--orange);
  padding:28px;
  font-weight:800
}
.values-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:70px
}
.values-grid article {
  padding:30px;
  border:1px solid var(--line)
}
.values-grid i {
  font-size:1.5rem;
  color:var(--orange)
}
.values-grid h3 {
  margin:25px 0 10px
}
.values-grid p {
  color:var(--muted);
  font-size:.86rem
}
.contact-strip {
  padding:65px 0;
  background:var(--blue);
  color:#fff
}
.contact-strip__inner {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px
}
.contact-strip h2 {
  font-size:2rem;
  margin:0
}
.contato-premium__intro {
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:70px;
  margin-bottom:45px
}
.contato-premium__intro>p {
  color:var(--muted)
}
.contato-premium__shell {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  box-shadow:var(--shadow)
}
.contato-premium__aside {
  padding:45px;
  background:var(--navy);
  color:#fff
}
.contato-premium__aside h2 {
  font-size:1.8rem
}
.contato-premium__aside p {
  color:#aeb8cf
}
.contato-premium__channels {
  margin-top:35px
}
.contato-premium__channels>a,.contato-premium__channels>div {
  display:flex;
  gap:15px;
  align-items:flex-start;
  padding:15px 0;
  border-top:1px solid rgba(255,255,255,.15)
}
.contato-premium__channels i {
  width:22px;
  color:var(--orange)
}
.contato-premium__channels small {
  display:block;
  color:#aeb8cf
}
.contato-premium__form {
  padding:45px;
  background:#fff
}
.contato-premium__form-head {
  display:flex;
  gap:15px;
  align-items:center;
  margin-bottom:30px
}
.contato-premium__form-icon,.contato-premium__map-icon {
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  background:var(--orange);
  color:#111
}
.contato-premium__form-head small,.contato-premium__map-head small {
  text-transform:uppercase;
  color:var(--blue);
  font-size:.68rem
}
.contato-premium__form-head h2,.contato-premium__map-head h2 {
  font-size:1.6rem;
  margin:2px 0 0
}
.contato-premium__fields {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px
}
.contato-premium__fields label {
  display:block;
  margin-bottom:6px;
  font-size:.74rem;
  font-weight:800
}
.contato-premium__fields input,.contato-premium__fields select,.contato-premium__fields textarea,.form-control {
  width:100%;
  border:1px solid #d9dde6;
  background:#f8f9fb;
  padding:12px 13px;
  outline:0
}
.contato-premium__fields input:focus,.contato-premium__fields select:focus,.contato-premium__fields textarea:focus {
  border-color:var(--blue);
  box-shadow:0 0 0 3px rgba(0,19,165,.08)
}
.contato-premium__message {
  grid-column:1/-1
}
.contato-premium__submit {
  margin-top:18px;
  min-height:52px;
  border:0;
  background:var(--orange);
  padding:0 24px;
  font-weight:800;
  text-transform:uppercase
}
.honeypot-field {
  position:absolute!important;
  left:-9999px!important
}
.contato-premium__map {
  margin-top:50px
}
.contato-premium__map-head {
  display:flex;
  gap:15px;
  align-items:center;
  margin-bottom:20px
}
.contato-premium__map-frame {
  height:430px
}
.contato-premium__map-frame iframe {
  width:100%;
  height:100%
}
.site-footer {
  padding:75px 0 25px;
  background:#02081e;
  color:#fff
}
.site-footer__grid {
  display:grid;
  grid-template-columns:1.3fr .75fr .75fr 1.1fr;
  gap:50px
}
.site-footer__brand img {
  width:205px;
  height:70px;
  object-fit:contain;
  object-position:left
}
.site-footer__about p {
  max-width:350px;
  color:#9ca8c1;
  font-size:.82rem
}
.site-footer h2 {
  font-size:.83rem;
  letter-spacing:.08em;
  text-transform:uppercase
}
.site-footer ul {
  padding:0;
  list-style:none
}
.site-footer__nav a {
  display:block;
  padding:5px 0;
  color:#9ca8c1;
  font-size:.78rem
}
.site-footer__nav a:hover {
  color:var(--orange)
}
.site-footer__contact>a,.site-footer__contact>p {
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#aeb8cf;
  font-size:.78rem
}
.site-footer__contact i {
  width:18px;
  color:var(--orange)
}
.site-footer__social {
  display:flex;
  gap:8px
}
.site-footer__social a,.site-footer__social span {
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.14);
  color:#9ca8c1
}
.site-footer__bottom {
  display:grid;
  grid-template-columns:1fr auto auto;
  align-items:center;
  gap:35px;
  margin-top:55px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#7f8ba3
}
.site-footer__credit {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:.65rem
}
.site-footer__credit img {
  width:92px;
  height:36px;
  object-fit:contain
}
.site-footer__validators {
  display:flex;
  gap:8px
}
.validator-badge {
  display:flex;
  align-items:center;
  gap:5px;
  padding:5px;
  border:1px solid rgba(255,255,255,.1);
  font-size:.57rem
}
.validator-badge i {
  font-size:1rem
}
.validator-badge small {
  display:block
}
.mobile-contact-bar {
  display:none
}
.menu-drawer {
  position:fixed;
  z-index:1200;
  inset:0;
  pointer-events:none
}
.menu-drawer.is-open {
  pointer-events:auto
}
.menu-drawer__overlay {
  position:absolute;
  inset:0;
  border:0;
  background:rgba(2,8,30,.75);
  opacity:0;
  transition:.25s
}
.menu-drawer__panel {
  position:absolute;
  right:0;
  top:0;
  width:min(88vw,420px);
  height:100%;
  padding:24px;
  background:#fff;
  transform:translateX(100%);
  transition:.3s;
  overflow:auto
}
.menu-drawer.is-open .menu-drawer__overlay {
  opacity:1
}
.menu-drawer.is-open .menu-drawer__panel {
  transform:none
}
.menu-drawer__head {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.menu-drawer__head img {
  width:160px;
  height:58px;
  object-fit:contain
}
.menu-drawer__head button {
  width:42px;
  height:42px;
  border:0;
  background:var(--navy);
  color:#fff
}
.menu-drawer .site-nav__list {
  display:block;
  margin-top:28px
}
.menu-drawer .site-nav__item {
  display:grid;
  grid-template-columns:1fr auto;
  border-bottom:1px solid var(--line)
}
.menu-drawer .site-nav__link {
  padding:15px 5px
}
.menu-drawer .site-nav__submenu {
  position:static;
  grid-column:1/-1;
  width:100%;
  display:none;
  opacity:1;
  visibility:visible;
  transform:none;
  box-shadow:none;
  border:0;
  background:var(--soft)
}
.menu-drawer .site-nav__item.is-open .site-nav__submenu {
  display:block
}
.menu-drawer__cta {
  display:flex;
  justify-content:center;
  gap:8px;
  background:#178b53;
  color:#fff;
  margin-top:22px;
  padding:14px;
  font-weight:800
}
.cookie-banner {
  position:fixed;
  z-index:1500;
  left:20px;
  right:20px;
  bottom:20px;
  max-width:850px;
  margin:auto;
  padding:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  background:#fff;
  box-shadow:var(--shadow);
  border:1px solid var(--line)
}
.cookie-banner[hidden] {
  display:none
}
.cookie-banner h2 {
  font-size:1rem;
  margin-bottom:4px
}
.cookie-banner p {
  font-size:.75rem;
  margin:0
}
.cookie-banner__actions {
  display:flex;
  gap:8px
}
.site-dialog {
  border:0;
  padding:0;
  max-width:720px;
  width:min(92vw,720px);
  box-shadow:var(--shadow)
}
.site-dialog::backdrop {
  background:rgba(2,8,30,.75)
}
.site-dialog__content {
  position:relative;
  padding:35px
}
.site-dialog__close {
  position:absolute;
  right:12px;
  top:12px;
  border:0;
  background:var(--navy);
  color:#fff;
  width:38px;
  height:38px
}
.site-dialog__email-frame {
  width:100%;
  height:500px;
  border:1px solid var(--line)
}
[data-reveal] {
  transition:transform .65s ease,opacity .65s ease
}
.motion-ready [data-reveal]:not(.is-revealed) {
  opacity:.001;
  transform:translateY(24px)
}
@media(prefers-reduced-motion:reduce) {
  *,*::before,*::after {
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    transition-duration:.01ms!important
  }
  .motion-ready [data-reveal]:not(.is-revealed) {
    opacity:1;
    transform:none
  }
}
.pagina-informacoes {
  padding:90px 0
}
.pagina-informacoes__intro {
  max-width:760px;
  margin-bottom:42px
}
.pagina-informacoes__intro h2 {
  margin:8px 0 14px
}
.informacoes-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px
}
.informacao-card {
  border:1px solid var(--line);
  background:#fff;
  transition:.25s
}
.informacao-card:hover {
  transform:translateY(-5px);
  box-shadow:var(--shadow)
}
.informacao-card__media {
  margin:0;
  height:230px;
  overflow:hidden
}
.informacao-card__media img {
  width:100%;
  height:100%;
  object-fit:cover
}
.informacao-card__body {
  padding:24px
}
.informacao-card__label {
  color:var(--orange);
  font:600 .65rem 'Roboto Mono',monospace;
  text-transform:uppercase
}
.informacao-card h3 {
  margin:10px 0
}
.informacao-card p {
  color:var(--muted);
  font-size:.84rem
}
.informacao-card__action {
  color:var(--blue);
  font-size:.74rem;
  font-weight:800;
  text-transform:uppercase
}
.info-page__layout {
  display:grid;
  grid-template-columns:1fr 380px;
  gap:80px
}
.info-article {
  max-width:760px
}
.info-article h2 {
  font-size:clamp(2rem,3.5vw,3.2rem)
}
.info-article h3 {
  margin-top:34px
}
.info-article__lead {
  font-size:1.1rem;
  color:var(--muted)
}
.info-article li {
  margin-bottom:9px;
  color:#4e5668
}
.info-form {
  align-self:start;
  position:sticky;
  top:105px;
  padding:32px;
  background:var(--navy);
  color:#fff
}
.info-form h2 {
  font-size:1.55rem
}
.info-form>p {
  color:#aeb8cf
}
.info-form .form-group {
  margin-bottom:12px
}
.info-form input,.info-form select,.info-form textarea {
  width:100%;
  padding:12px;
  border:1px solid rgba(255,255,255,.2);
  background:#fff;
  color:var(--ink)
}
.mais-visitados__header,.catalogo-relacionados__head {
  width:min(calc(100% - 40px),var(--container));
  margin:0 auto 30px;
  display:flex;
  justify-content:space-between;
  align-items:center
}
.mais-visitados__header h2,.catalogo-relacionados__head h2 {
  font-size:2rem
}
.mais-visitados>.swiper,.catalogo-relacionados>.container>.swiper {
  width:min(calc(100% - 40px),var(--container));
  margin:auto
}
.box-mais-visitado {
  height:100%;
  background:#fff;
  border:1px solid var(--line)
}
.box-mais-visitado img {
  width:100%;
  height:190px;
  object-fit:contain;
  background:#fff
}
.box-mais-visitado h3 {
  padding:18px;
  font-size:.95rem
}
.carousel-controls,.mais-visitados__controls {
  display:flex;
  gap:8px
}
.carousel-controls button,.mais-visitados__controls button {
  position:static;
  width:42px;
  height:42px;
  margin:0;
  background:var(--navy);
  color:#fff
}
.regioes,.regioes-2 {
  padding:80px 0
}
.regioes__tabs,.regioes-tabs {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:20px
}
.regioes button,.regioes-2 button {
  border:1px solid var(--line);
  background:#fff;
  padding:10px 14px
}
.regioes button.is-active,.regioes-2 button.is-active {
  background:var(--navy);
  color:#fff
}
.regioes ul,.regioes-2 ul {
  columns:4;
  padding-left:18px;
  color:var(--muted)
}
@media(max-width:1120px) {
  .site-nav {
    display:none
  }
  .site-header__grid {
    grid-template-columns:1fr auto
  }
  .site-header__menu-button {
    display:grid;
    place-items:center
  }
  .authority__grid {
    grid-template-columns:1fr 1fr
  }
  .authority__seal {
    display:none
  }
  .measurement__grid {
    grid-template-columns:repeat(2,1fr)
  }
  .categories__grid {
    grid-auto-rows:300px
  }
  .flow-feature__grid {
    gap:50px
  }
  .site-footer__grid {
    grid-template-columns:1.2fr 1fr 1fr
  }
  .site-footer__contact {
    grid-column:1/-1
  }
  .product-grid,.catalogo-grid {
    grid-template-columns:repeat(2,1fr)
  }
}
@media(max-width:820px) {
  :root {
    --header-h:72px
  }
  .container {
    width:min(calc(100% - 30px),var(--container))
  }
  .site-header,.site-header.is-scrolled {
    height:72px
  }
  .site-header__brand {
    width:165px;
    height:52px
  }
  .site-header__cta span {
    display:none
  }
  .hero {
    min-height:720px;
    height:92vh
  }
  .hero__shade {
    background:linear-gradient(90deg,rgba(2,8,30,.96),rgba(2,8,30,.52)),linear-gradient(0deg,rgba(2,8,30,.8),transparent)
  }
  .hero__facts {
    position:static;
    margin-top:48px
  }
  .hero__facts div {
    min-width:0;
    flex:1
  }
  .hero__scroll {
    display:none
  }
  .authority,.measurement,.categories,.flow-feature,.technologies,.featured-products,.home-services,.applications,.journey,.home-contact,.pagina-catalogo,.catalogo-detalhe,.contato-premium,.institutional,.info-page {
    padding:72px 0
  }
  .authority__grid,.flow-feature__grid,.technologies__layout,.applications__layout,.store-callout__grid,.home-cta__inner,.home-contact__grid,.institutional__grid,.contato-premium__intro,.contato-premium__shell {
    grid-template-columns:1fr;
    gap:42px
  }
  .split-heading {
    grid-template-columns:1fr;
    gap:15px
  }
  .technologies header {
    position:static
  }
  .categories__grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-auto-rows:320px
  }
  .category-card:nth-child(n) {
    grid-column:span 1;
    grid-row:span 1
  }
  .category-card:nth-child(1) {
    grid-column:1/-1
  }
  .service-grid {
    grid-template-columns:1fr
  }
  .service-card a {
    min-height:410px
  }
  .journey__steps {
    grid-template-columns:repeat(2,1fr)
  }
  .store-callout__mark {
    display:none
  }
  .catalogo-detalhe__layout {
    grid-template-columns:1fr
  }
  .catalogo-sidebar {
    position:static
  }
  .galeria-catalogo__item--principal {
    min-height:390px
  }
  .values-grid {
    grid-template-columns:1fr 1fr
  }
  .site-footer__grid {
    grid-template-columns:1fr 1fr
  }
  .site-footer__about {
    grid-column:1/-1
  }
  .site-footer__contact {
    grid-column:auto
  }
  .site-footer__bottom {
    grid-template-columns:1fr;
    justify-items:start
  }
  .mobile-contact-bar {
    position:fixed;
    z-index:980;
    left:0;
    right:0;
    bottom:0;
    display:grid;
    grid-template-columns:1fr 1fr;
    background:#fff;
    box-shadow:0 -8px 25px rgba(5,13,45,.12)
  }
  .mobile-contact-bar a {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:11px;
    color:var(--navy);
    font-size:.75rem;
    font-weight:800
  }
  .mobile-contact-bar a:last-child {
    background:#178b53;
    color:#fff
  }
  .whatsapp-fixed {
    display:none
  }
  .site-footer {
    padding-bottom:75px
  }
}
@media(max-width:560px) {
  body {
    font-size:15px
  }
  h1 {
    font-size:clamp(2.1rem,11vw,2.65rem)
  }
  h2 {
    font-size:clamp(1.8rem,9vw,2.35rem)
  }
  .container {
    width:calc(100% - 24px)
  }
  .site-header__cta {
    display:none
  }
  .hero {
    min-height:690px
  }
  .hero__content {
    padding-top:95px
  }
  .hero__lead {
    font-size:.96rem
  }
  .hero__actions .btn {
    width:100%
  }
  .hero__facts {
    gap:0
  }
  .hero__facts div {
    padding:0 10px
  }
  .hero__facts dt {
    font-size:.75rem
  }
  .hero__facts dd {
    font-size:.62rem
  }
  .measurement__grid {
    grid-template-columns:1fr
  }
  .measurement__grid>a {
    min-height:250px
  }
  .categories__grid {
    display:block
  }
  .category-card {
    display:block;
    height:330px;
    margin-bottom:12px
  }
  .flow-feature__visual {
    min-height:330px
  }
  .technologies__list a {
    grid-template-columns:1fr auto
  }
  .technologies__list small {
    grid-column:1/-1;
    grid-row:2
  }
  .product-grid,.catalogo-grid {
    grid-template-columns:1fr
  }
  .applications__grid {
    grid-template-columns:1fr 1fr
  }
  .applications__grid div {
    min-height:125px;
    padding:18px
  }
  .journey__steps {
    grid-template-columns:1fr
  }
  .store-callout,.home-cta {
    padding:65px 0
  }
  .home-contact__links a {
    font-size:.82rem
  }
  .catalogo-toolbar {
    align-items:flex-start;
    flex-direction:column
  }
  .galeria-catalogo__item--principal {
    min-height:280px
  }
  .galeria-catalogo {
    grid-template-columns:repeat(2,1fr)
  }
  .catalogo-detalhe__actions .btn {
    width:100%
  }
  .values-grid {
    grid-template-columns:1fr
  }
  .contato-premium__aside,.contato-premium__form {
    padding:28px 20px
  }
  .contato-premium__fields {
    grid-template-columns:1fr
  }
  .contato-premium__message {
    grid-column:auto
  }
  .site-footer__grid {
    grid-template-columns:1fr
  }
  .site-footer__contact {
    grid-column:auto
  }
  .cookie-banner {
    align-items:stretch;
    flex-direction:column
  }
  .cookie-banner__actions .btn {
    min-height:42px;
    padding-inline:12px
  }
  .faixa-page {
    padding:60px 0 45px
  }
}
@media(max-width:820px) {
  .info-page__layout {
    grid-template-columns:1fr;
    gap:45px
  }
  .info-form {
    position:static
  }
  .informacoes-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .regioes ul,.regioes-2 ul {
    columns:2
  }
}
@media(max-width:560px) {
  .informacoes-grid {
    grid-template-columns:1fr
  }
  .mais-visitados__header,.catalogo-relacionados__head,.mais-visitados>.swiper,.catalogo-relacionados>.container>.swiper {
    width:calc(100% - 24px)
  }
}
/* Refinamento visual e responsivo 2026 */
:root {
  --radius:12px;
  --radius-lg:24px;
  --glow-orange:0 14px 40px rgba(230,127,12,.34);
  --glow-blue:0 16px 44px rgba(23,72,238,.3)
}
body .btn,body .site-header__cta,body .catalogo-filters button,body .carousel-controls button,body .mais-visitados__controls button,body .menu-drawer__cta,body .erro-404__btn,body button[type="submit"] {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border-radius:var(--radius);
  transition:transform .28s ease,box-shadow .28s ease,background-color .28s ease,border-color .28s ease
}
body .btn::before,body .site-header__cta::before,body .catalogo-filters button::before,body .menu-drawer__cta::before,body button[type="submit"]::before {
  content:"";
  position:absolute;
  z-index:-1;
  inset:-2px auto -2px -75%;
  width:48%;
  transform:skewX(-22deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.48),transparent);
  transition:left .55s ease
}
body .btn:hover::before,body .site-header__cta:hover::before,body .catalogo-filters button:hover::before,body .menu-drawer__cta:hover::before,body button[type="submit"]:hover::before {
  left:130%
}
body .btn:hover,body .site-header__cta:hover,body .catalogo-filters button:hover,body button[type="submit"]:hover {
  transform:translateY(-3px);
  box-shadow:var(--glow-orange)
}
body .btn-whatsapp:hover,body .btn-footer-whatsapp:hover {
  background:#0b9f59;
  box-shadow:0 15px 42px rgba(13,159,89,.34)
}
body .btn-dark:hover,body .btn-outline-primary:hover {
  box-shadow:var(--glow-blue)
}
html body .hero {
  height:100svh;
  min-height:680px;
  max-height:none
}
body .hero__content {
  width:min(calc(100% - 40px),var(--container));
  padding-top:clamp(76px,10vh,120px);
  padding-bottom:clamp(70px,9vh,110px)
}
body .hero h1 {
  font-size:clamp(2.75rem,4vw,4.75rem);
  max-width:min(820px,58vw)
}
body .hero__lead {
  font-size:clamp(.98rem,1.1vw,1.18rem)
}
body .hero__facts {
  top:calc(100% + clamp(38px,6vh,70px))
}
@media(min-width:1900px) {
  body .container {
    --container:1460px
  }
  body .hero h1 {
    max-width:940px
  }
  body .hero__lead {
    max-width:760px
  }
  body .hero__facts div {
    min-width:225px
  }
}
@media(max-height:760px) and (min-width:821px) {
  html body .hero {
    min-height:650px
  }
  body .hero h1 {
    font-size:clamp(2.6rem,4vw,4.3rem);
    margin-bottom:16px
  }
  body .hero__lead {
    margin-bottom:22px
  }
  body .hero__facts {
    top:calc(100% + 30px)
  }
}
body .flow-feature {
  position:relative;
  overflow:hidden;
  background:radial-gradient(circle at 10% 0%,rgba(255,255,255,.14),transparent 32%),radial-gradient(circle at 90% 95%,rgba(255,134,0,.22),transparent 27%),linear-gradient(135deg,#071c9f 0%,#0013a5 48%,#06146c 100%)
}
body .flow-feature::before {
  content:"";
  position:absolute;
  inset:0;
  opacity:.16;
  background-image:linear-gradient(rgba(255,255,255,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.2) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(90deg,#000,transparent 70%)
}
body .flow-feature::after {
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  left:-240px;
  top:40px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:50%;
  box-shadow:0 0 0 70px rgba(255,255,255,.03),0 0 0 140px rgba(255,255,255,.025)
}
body .flow-feature__grid {
  position:relative;
  z-index:1
}
body .flow-feature__visual {
  min-height:520px;
  border-radius:var(--radius-lg);
  overflow:visible;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(234,240,255,.92));
  box-shadow:0 38px 90px rgba(0,0,35,.35)
}
body .flow-feature__visual::before {
  content:"";
  position:absolute;
  inset:28px;
  border:1px solid rgba(0,19,165,.1);
  border-radius:18px;
  background:radial-gradient(circle at 20% 20%,rgba(23,72,238,.1),transparent 35%),linear-gradient(135deg,transparent 48%,rgba(230,127,12,.09) 49%,transparent 51%)
}
body .flow-feature__visual img {
  position:relative;
  z-index:2;
  width:90%;
  height:88%;
  object-fit:contain;
  filter:drop-shadow(0 22px 25px rgba(5,13,45,.18))
}
body .flow-feature__index {
  z-index:4;
  left:-34px;
  top:-54px;
  color:rgba(255,255,255,.72);
  font-size:7.5rem;
  text-shadow:0 15px 35px rgba(2,8,30,.22);
  pointer-events:none
}
body .store-callout,body .home-cta,body .company-challenge,body .faixa-page,body .site-footer {
  position:relative;
  isolation:isolate;
  overflow:hidden
}
body .store-callout {
  padding:105px 0;
  background:radial-gradient(circle at 74% 15%,rgba(23,72,238,.35),transparent 24%),linear-gradient(125deg,#030b2d,#071a52 62%,#041033)
}
body .store-callout::before,body .company-challenge::before,body .site-footer::before {
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:radial-gradient(circle at 70% 30%,#000,transparent 76%)
}
body .store-callout::after {
  content:"KSM";
  position:absolute;
  right:-2vw;
  bottom:-8vw;
  color:rgba(255,255,255,.035);
  font:800 clamp(11rem,30vw,33rem)/.75 Manrope,sans-serif;
  letter-spacing:-.1em
}
body .store-callout__grid {
  position:relative;
  z-index:1
}
body .store-callout__mark {
  position:relative;
  height:290px;
  border-radius:var(--radius-lg);
  border:1px solid rgba(255,255,255,.24);
  background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.025));
  box-shadow:inset 0 1px rgba(255,255,255,.18),0 30px 70px rgba(0,0,0,.25);
  backdrop-filter:blur(10px)
}
body .store-callout__mark::before,body .store-callout__mark::after {
  content:"";
  position:absolute;
  width:78px;
  height:78px;
  border-color:var(--orange);
  opacity:.9
}
body .store-callout__mark::before {
  left:18px;
  top:18px;
  border-left:2px solid;
  border-top:2px solid
}
body .store-callout__mark::after {
  right:18px;
  bottom:18px;
  border-right:2px solid;
  border-bottom:2px solid
}
body .home-cta {
  padding:100px 0;
  background:radial-gradient(circle at 20% 120%,rgba(0,19,165,.34),transparent 34%),linear-gradient(115deg,#f49a1d,#e67f0c 55%,#f6a537)
}
body .home-cta::before {
  content:"";
  position:absolute;
  z-index:-1;
  inset:-40%;
  background:repeating-linear-gradient(120deg,transparent 0 54px,rgba(255,255,255,.09) 55px 57px);
  transform:rotate(-4deg)
}
body .home-cta::after {
  content:"";
  position:absolute;
  right:5%;
  top:-90px;
  width:330px;
  height:330px;
  border:70px solid rgba(5,13,45,.07);
  border-radius:50%
}
body .home-cta__inner {
  position:relative;
  z-index:1
}
body .faixa-page {
  min-height:330px;
  display:flex;
  align-items:center;
  padding:72px 0;
  background:radial-gradient(circle at 78% 20%,rgba(23,72,238,.4),transparent 26%),linear-gradient(120deg,#020922 0%,#06143f 62%,#071b5b 100%)
}
body .faixa-page::before {
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(90deg,transparent,#000)
}
body .faixa-page::after {
  content:"";
  position:absolute;
  z-index:-1;
  right:-90px;
  top:-180px;
  width:520px;
  height:520px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.018)
}
body .faixa-page__art {
  position:absolute;
  inset:0;
  pointer-events:none
}
body .faixa-page__art span {
  position:absolute;
  display:block;
  background:linear-gradient(90deg,transparent,var(--orange),transparent);
  height:2px;
  width:280px;
  transform:rotate(-42deg)
}
body .faixa-page__art span:nth-child(1) {
  right:18%;
  top:22%
}
body .faixa-page__art span:nth-child(2) {
  right:4%;
  bottom:20%;
  width:180px
}
body .faixa-page__art span:nth-child(3) {
  right:32%;
  bottom:5%;
  width:110px
}
body .faixa-page__content {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:40px
}
body .faixa-page__title p {
  max-width:720px;
  margin:0;
  color:#bfc9e2
}
body .company-challenge {
  padding:105px 0;
  color:#fff;
  background:radial-gradient(circle at 10% 110%,rgba(230,127,12,.38),transparent 32%),linear-gradient(125deg,#020922,#071c63)
}
body .company-challenge__inner {
  display:grid;
  grid-template-columns:120px minmax(0,1fr) 240px;
  align-items:center;
  gap:50px
}
body .company-challenge__signal {
  width:110px;
  height:110px;
  border-radius:24px;
  display:grid;
  place-items:center;
  color:var(--orange);
  font-size:2.4rem;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.15);
  box-shadow:0 24px 60px rgba(0,0,0,.26)
}
body .company-challenge h2 {
  margin-bottom:15px
}
body .company-challenge p {
  color:#b9c5df;
  margin-bottom:0
}
body .company-challenge .eyebrow {
  color:#fff;
  margin-bottom:16px
}
body .company-challenge__actions {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:18px
}
body .catalogo-card {
  display:flex;
  flex-direction:column;
  border-radius:18px;
  overflow:hidden;
  border-color:#d7deeb;
  box-shadow:0 9px 34px rgba(5,13,45,.06)
}
body .catalogo-card__media {
  aspect-ratio:4/3;
  background:radial-gradient(circle at 50% 35%,#fff,#eef2f8)
}
body .catalogo-card__media img {
  padding:22px;
  transition:transform .45s ease,filter .45s ease
}
body .catalogo-card:hover .catalogo-card__media img {
  transform:scale(1.055);
  filter:drop-shadow(0 15px 18px rgba(5,13,45,.16))
}
body .catalogo-card__technology {
  position:absolute;
  z-index:2;
  top:15px;
  left:15px;
  padding:6px 9px;
  border-radius:8px;
  background:rgba(5,13,45,.9);
  color:#fff;
  font:600 .62rem 'Roboto Mono',monospace;
  text-transform:uppercase;
  letter-spacing:.07em
}
body .catalogo-card__body {
  display:flex;
  flex:1;
  flex-direction:column;
  padding:24px
}
body .catalogo-card__body p {
  color:var(--muted);
  font-size:.83rem
}
body .catalogo-card__detail {
  margin-top:auto;
  color:var(--blue);
  font-size:.74rem;
  font-weight:800;
  text-transform:uppercase
}
body .catalogo-card__actions {
  display:grid;
  grid-template-columns:1fr 52px;
  gap:9px;
  margin-top:20px
}
body .catalogo-card__actions .btn {
  min-height:46px;
  padding:0 15px
}
body .catalogo-detalhe__main {
  min-width:0
}
body .catalogo-detalhe__intro {
  padding:0 0 32px;
  border-bottom:1px solid var(--line)
}
body .catalogo-detalhe__intro>p:last-of-type {
  max-width:800px;
  color:var(--muted)
}
body .catalogo-detalhe__actions--top {
  margin-top:26px
}
body .galeria-catalogo {
  margin-top:38px
}
body .galeria-catalogo__item--principal {
  position:relative;
  min-height:560px;
  border:0;
  border-radius:22px;
  overflow:hidden;
  background:radial-gradient(circle at 50% 42%,#fff 0,#f2f5fa 55%,#e7ecf5 100%)
}
body .galeria-catalogo__item--principal::before {
  content:"";
  position:absolute;
  inset:24px;
  border:1px solid rgba(0,19,165,.09);
  border-radius:16px;
  background:linear-gradient(135deg,transparent 49.5%,rgba(230,127,12,.12) 50%,transparent 50.5%)
}
body .galeria-catalogo__item--principal img {
  position:relative;
  z-index:2;
  padding:35px;
  filter:drop-shadow(0 22px 22px rgba(5,13,45,.16))
}
body .galeria-catalogo__watermark {
  position:absolute;
  left:24px;
  bottom:-20px;
  color:rgba(0,19,165,.07);
  font:800 9rem/1 'Roboto Mono',monospace
}
body .catalogo-detalhe__section {
  padding:30px 0;
  border-bottom:1px solid var(--line)
}
body .catalogo-detalhe__section h2,body .catalogo-detalhe__section h3 {
  margin-top:0
}
body .catalogo-detalhe__applications {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  padding:0;
  list-style:none
}
body .catalogo-detalhe__applications li {
  display:flex;
  gap:10px;
  padding:16px;
  border-radius:12px;
  background:var(--soft)
}
body .catalogo-detalhe__applications i {
  margin-top:5px;
  color:var(--orange)
}
body .spec-table-wrap {
  overflow-x:auto;
  border-radius:14px;
  border:1px solid var(--line)
}
body .spec-table {
  margin:0
}
body .spec-table th,body .spec-table td {
  border:0;
  border-bottom:1px solid var(--line)
}
body .spec-table tr:last-child th,body .spec-table tr:last-child td {
  border-bottom:0
}
body .catalogo-detalhe__disclaimer {
  margin-top:15px;
  font-size:.78rem
}
body .catalogo-detalhe__specify {
  display:flex;
  gap:22px;
  align-items:flex-start;
  margin-top:30px;
  padding:28px;
  border:0;
  border-radius:16px;
  background:linear-gradient(120deg,#071846,#0013a5);
  color:#fff
}
body .catalogo-detalhe__specify p {
  color:#c5cee4;
  margin:0
}
body .catalogo-detalhe__specify-icon {
  flex:0 0 54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:var(--orange);
  color:#101010;
  font-size:1.3rem
}
body .catalogo-relacionados {
  overflow:hidden;
  background:linear-gradient(180deg,#f4f6fa,#e9edf5)
}
body .catalogo-relacionados__swiper {
  overflow:hidden
}
body .catalogo-relacionados__swiper .swiper-wrapper {
  align-items:stretch
}
body .catalogo-relacionados__swiper .swiper-slide {
  height:auto
}
body .box-mais-visitado {
  height:100%;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 8px 28px rgba(5,13,45,.07)
}
body .box-mais-visitado a {
  height:100%;
  display:flex;
  flex-direction:column
}
body .box-mais-visitado img {
  height:230px;
  padding:18px;
  background:radial-gradient(circle,#fff,#eef2f8)
}
body .box-mais-visitado h3 {
  margin:0;
  padding:20px 22px
}
body .carousel-controls button,body .mais-visitados__controls button {
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 8px 24px rgba(5,13,45,.15)
}
body .reps-intro,body .reps-form,body .sitemap-page {
  padding:100px 0
}
body .reps-intro__grid {
  display:grid;
  grid-template-columns:1fr .82fr;
  gap:90px;
  align-items:center
}
body .reps-intro__copy>p {
  color:var(--muted)
}
body .reps-intro__actions {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:28px
}
body .reps-intro__visual {
  position:relative;
  min-height:570px;
  border-radius:24px;
  overflow:hidden;
  background:var(--navy)
}
body .reps-intro__visual::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 40%,rgba(2,8,30,.74))
}
body .reps-intro__visual img {
  width:100%;
  height:570px;
  object-fit:cover
}
body .reps-intro__stamp {
  position:absolute;
  z-index:2;
  left:28px;
  bottom:28px;
  display:flex;
  flex-direction:column;
  padding:20px 26px;
  border-radius:16px;
  background:rgba(5,13,45,.86);
  color:#fff;
  backdrop-filter:blur(12px)
}
body .reps-intro__stamp strong {
  font-size:1.7rem
}
body .reps-intro__stamp span {
  color:#aeb8cf;
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.1em
}
body .reps-values {
  position:relative;
  padding:100px 0;
  color:#fff;
  background:linear-gradient(125deg,#020922,#071846)
}
body .reps-values::before {
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 90% 10%,rgba(23,72,238,.28),transparent 30%)
}
body .reps-values .container {
  position:relative
}
body .reps-values__grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px
}
body .reps-values__grid article {
  position:relative;
  min-height:270px;
  padding:34px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:18px;
  background:rgba(255,255,255,.045)
}
body .reps-values__grid article>i {
  font-size:1.8rem;
  color:var(--orange)
}
body .reps-values__grid article>span {
  position:absolute;
  right:25px;
  top:23px;
  color:rgba(255,255,255,.18);
  font:800 2.4rem 'Roboto Mono',monospace
}
body .reps-values__grid h3 {
  margin-top:65px
}
body .reps-values__grid p {
  color:#aeb8cf
}
body .reps-form {
  background:#f3f5f9
}
body .reps-form__grid {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:80px;
  align-items:start
}
body .reps-form__grid>div>p {
  color:var(--muted)
}
body .reps-states {
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:25px
}
body .reps-states span {
  padding:6px 9px;
  border-radius:7px;
  background:#fff;
  border:1px solid var(--line);
  color:var(--blue);
  font:600 .66rem 'Roboto Mono',monospace
}
body .reps-form__card {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  padding:36px;
  border-radius:20px;
  background:#fff;
  box-shadow:var(--shadow)
}
body .reps-form__card>div {
  display:flex;
  flex-direction:column;
  gap:6px
}
body .reps-form__card>div:nth-of-type(6),body .reps-form__card button {
  grid-column:1/-1
}
body .reps-form__card label {
  font-size:.73rem;
  font-weight:800;
  text-transform:uppercase
}
body .reps-form__card input,body .reps-form__card textarea {
  width:100%;
  padding:13px 14px;
  border:1px solid var(--line);
  border-radius:9px;
  background:#fafbfc
}
body .reps-form__card input:focus,body .reps-form__card textarea:focus {
  outline:2px solid rgba(23,72,238,.18);
  border-color:var(--blue)
}
body .sitemap-page {
  background:#f3f5f9
}
body .sitemap-page__featured {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-bottom:30px
}
body .sitemap-page__featured nav,body .sitemap-page__product-grid nav {
  padding:28px;
  border-radius:17px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 8px 30px rgba(5,13,45,.05)
}
body .sitemap-page__icon {
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  margin-bottom:24px;
  border-radius:13px;
  background:var(--navy);
  color:var(--orange)
}
body .sitemap-page ul {
  padding:0;
  margin:0;
  list-style:none
}
body .sitemap-page li+li {
  border-top:1px solid #edf0f5
}
body .sitemap-page li a {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:9px 0;
  color:var(--muted);
  font-size:.8rem
}
body .sitemap-page li a:hover {
  color:var(--orange)
}
body .sitemap-page__products {
  padding:38px;
  border-radius:22px;
  background:linear-gradient(130deg,#030b2d,#071a52);
  color:#fff
}
body .sitemap-page__products>header span {
  color:var(--orange);
  font:600 .68rem 'Roboto Mono',monospace;
  text-transform:uppercase;
  letter-spacing:.1em
}
body .sitemap-page__products>header h2 {
  font-size:2rem;
  margin:8px 0 28px
}
body .sitemap-page__product-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px
}
body .sitemap-page__product-grid nav {
  background:rgba(255,255,255,.055);
  border-color:rgba(255,255,255,.12);
  box-shadow:none
}
body .sitemap-page__product-grid h3 {
  display:flex;
  justify-content:space-between
}
body .sitemap-page__product-grid h3 small {
  color:var(--orange)
}
body .sitemap-page__product-grid li+li {
  border-color:rgba(255,255,255,.1)
}
body .sitemap-page__product-grid li a {
  color:#bac5dc
}
body .sitemap-page__product-grid li i {
  color:var(--orange);
  font-size:.65rem
}
body .regioes-explorer {
  padding:90px 0
}
body .regioes-explorer__tabs {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:28px 0
}
body .regioes-explorer__tabs button {
  padding:10px 14px;
  border:1px solid var(--line);
  border-radius:9px;
  background:#fff;
  color:var(--navy);
  font-weight:800
}
body .regioes-explorer__tabs button.is-active {
  background:var(--navy);
  color:#fff;
  border-color:var(--navy)
}
body .regioes-explorer__panels {
  padding:30px;
  border-radius:18px;
  background:var(--soft)
}
body .regioes-explorer__panels ul {
  columns:4;
  margin:0;
  color:var(--muted)
}
body .site-footer {
  padding:0 0 25px;
  background:radial-gradient(circle at 8% 35%,rgba(23,72,238,.18),transparent 28%),linear-gradient(135deg,#020717,#030c2d 62%,#06133d);
  color:#fff
}
body .site-footer__orb {
  position:absolute;
  z-index:-1;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.08)
}
body .site-footer__orb--one {
  width:460px;
  height:460px;
  left:-270px;
  top:200px;
  box-shadow:0 0 0 70px rgba(255,255,255,.018)
}
body .site-footer__orb--two {
  width:330px;
  height:330px;
  right:-160px;
  bottom:-100px;
  box-shadow:0 0 0 55px rgba(230,127,12,.025)
}
body .site-footer__lead {
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:50px;
  margin-bottom:70px;
  padding:52px 0;
  border-bottom:1px solid rgba(255,255,255,.13)
}
body .site-footer__lead .section-tag {
  color:var(--orange);
  margin-bottom:8px
}
body .site-footer__lead h2 {
  max-width:750px;
  margin:0;
  font-size:clamp(1.8rem,3vw,3rem);
  text-transform:none;
  letter-spacing:-.035em
}
body .site-footer__lead-actions {
  display:flex;
  gap:10px;
  flex-wrap:wrap
}
body .btn-footer-whatsapp {
  background:#128c56;
  color:#fff
}
body .site-footer__grid {
  position:relative;
  grid-template-columns:1.25fr .72fr 1fr 1.15fr;
  gap:clamp(30px,4vw,64px)
}
body .site-footer__about p {
  margin:18px 0 24px;
  line-height:1.8
}
body .site-footer__social {
  gap:12px
}
body .site-footer__social a,body .site-footer__social span {
  width:44px;
  height:44px;
  border-radius:11px;
  font-size:1rem;
  background:rgba(255,255,255,.035)
}
body .site-footer__social a:hover {
  color:#fff;
  border-color:var(--orange);
  background:var(--orange)
}
body .site-footer__social .is-disabled {
  opacity:.65;
  cursor:not-allowed
}
body .site-footer h2 {
  margin-bottom:18px;
  color:#fff
}
body .site-footer__nav a {
  padding:7px 0;
  line-height:1.35
}
body .site-footer__contact>a,body .site-footer__contact>p {
  padding:5px 0;
  margin:0;
  line-height:1.55
}
body .site-footer__bottom {
  grid-template-columns:1fr auto auto;
  gap:24px;
  margin-top:64px;
  padding-top:26px
}
body .site-footer__credit {
  padding:9px 12px;
  border-radius:10px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.1)
}
body .site-footer__credit img {
  width:104px;
  height:38px
}
body .site-footer__validators {
  gap:10px
}
body .validator-badge {
  min-height:48px;
  padding:7px 10px;
  border-radius:9px;
  background:rgba(255,255,255,.035)
}
@media(max-width:1120px) {
  body .hero h1 {
    max-width:720px
  }
  body .company-challenge__inner {
    grid-template-columns:90px 1fr
  }
  body .company-challenge__signal {
    width:88px;
    height:88px
  }
  body .company-challenge__actions {
    grid-column:2;
    flex-direction:row
  }
  body .site-footer__lead {
    grid-template-columns:1fr
  }
  body .site-footer__grid {
    grid-template-columns:1.2fr 1fr 1fr
  }
  body .site-footer__contact {
    grid-column:1/-1
  }
  body .sitemap-page__product-grid {
    grid-template-columns:repeat(2,1fr)
  }
}
@media(max-width:820px) {
  html body .hero {
    height:auto;
    min-height:100svh
  }
  body .hero h1 {
    max-width:100%;
    font-size:clamp(2.6rem,8vw,4rem)
  }
  body .hero__content {
    padding-top:110px;
    padding-bottom:70px
  }
  body .flow-feature__visual {
    min-height:430px
  }
  body .flow-feature__index {
    left:12px;
    top:-42px;
    font-size:6rem
  }
  body .faixa-page {
    min-height:285px
  }
  body .faixa-page__content {
    grid-template-columns:1fr
  }
  body .faixa-page__breadcrumb {
    margin-top:6px
  }
  body .company-challenge__inner,body .reps-intro__grid,body .reps-form__grid {
    grid-template-columns:1fr
  }
  body .company-challenge__signal {
    display:none
  }
  body .company-challenge__actions {
    grid-column:auto
  }
  body .reps-intro__visual {
    min-height:440px
  }
  body .reps-intro__visual img {
    height:440px
  }
  body .reps-values__grid,body .sitemap-page__featured {
    grid-template-columns:1fr
  }
  body .sitemap-page__product-grid {
    grid-template-columns:1fr 1fr
  }
  body .catalogo-detalhe__applications {
    grid-template-columns:1fr
  }
  body .site-footer__grid {
    grid-template-columns:1fr 1fr
  }
  body .site-footer__about {
    grid-column:1/-1
  }
  body .site-footer__contact {
    grid-column:auto
  }
  body .site-footer__bottom {
    grid-template-columns:1fr;
    justify-items:start
  }
}
@media(max-width:560px) {
  html body .hero {
    min-height:760px
  }
  body .hero h1 {
    font-size:clamp(2.25rem,10.5vw,3.1rem)
  }
  body .hero__facts {
    display:grid;
    grid-template-columns:repeat(3,1fr)
  }
  body .flow-feature__visual {
    min-height:320px;
    border-radius:18px
  }
  body .flow-feature__visual img {
    width:96%;
    height:92%
  }
  body .flow-feature__index {
    top:-32px;
    font-size:4.8rem
  }
  body .store-callout,body .home-cta,body .company-challenge {
    padding:72px 0
  }
  body .store-callout__mark {
    display:grid;
    height:210px
  }
  body .faixa-page {
    min-height:250px;
    padding:55px 0 42px
  }
  body .faixa-page::after {
    width:310px;
    height:310px;
    right:-150px;
    top:-100px
  }
  body .company-challenge__actions {
    flex-direction:column
  }
  body .reps-intro,body .reps-form,body .sitemap-page {
    padding:70px 0
  }
  body .reps-values__grid {
    grid-template-columns:1fr
  }
  body .reps-form__card {
    grid-template-columns:1fr;
    padding:24px 18px
  }
  body .reps-form__card>div:nth-of-type(6),body .reps-form__card button {
    grid-column:auto
  }
  body .sitemap-page__products {
    padding:25px 16px
  }
  body .sitemap-page__product-grid {
    grid-template-columns:1fr
  }
  body .galeria-catalogo__item--principal {
    min-height:310px
  }
  body .galeria-catalogo__item--principal img {
    padding:20px
  }
  body .catalogo-detalhe__specify {
    flex-direction:column
  }
  body .catalogo-card__actions {
    grid-template-columns:1fr 50px
  }
  body .regioes-explorer__panels ul {
    columns:2
  }
  body .site-footer__lead {
    padding:42px 0;
    margin-bottom:52px
  }
  body .site-footer__lead-actions {
    flex-direction:column;
    align-items:stretch
  }
  body .site-footer__grid {
    grid-template-columns:1fr
  }
  body .site-footer__contact {
    grid-column:auto
  }
  body .site-footer__bottom {
    margin-top:48px
  }
  body .site-footer__validators {
    flex-wrap:wrap
  }
}
/* Faixa final alinhada ao padrão estrutural do Site Base */
body .site-footer__bottom {
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:clamp(24px,5vw,80px);
  min-height:96px;
  margin-top:64px;
  padding:24px 0 10px;
  color:#91a2c7
}
body .site-footer__bottom>small {
  justify-self:start;
  font-size:.67rem
}
body .site-footer__credit {
  justify-self:center;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#9dacce;
  font-size:.67rem
}
body .site-footer__credit img {
  width:112px;
  height:48px
}
body .site-footer__validators {
  justify-self:end;
  gap:10px
}
body .validator-badge {
  min-width:112px;
  min-height:50px;
  padding:7px 12px;
  border:1px solid rgba(163,181,218,.24);
  border-radius:9px;
  background:transparent;
  color:#b7c4df
}
body .validator-badge i {
  font-size:1.45rem
}
body .validator-badge--html i {
  color:#ff7a12
}
body .validator-badge--css i {
  color:#19a9ee
}
body .validator-badge strong {
  font-size:.64rem;
  color:#fff;
  letter-spacing:.03em
}
body .validator-badge small {
  font-size:.5rem;
  color:#7f90b3
}
@media(min-width:821px) {
  body .site-footer__validators {
    margin-right:72px
  }
}
@media(max-width:820px) {
  body .site-footer__bottom {
    grid-template-columns:1fr auto;
    gap:18px 30px
  }
  body .site-footer__bottom>small {
    grid-column:1/-1
  }
  body .site-footer__credit {
    justify-self:start
  }
  body .site-footer__validators {
    justify-self:end
  }
}
@media(max-width:560px) {
  body .site-footer__bottom {
    grid-template-columns:1fr;
    gap:20px
  }
  body .site-footer__bottom>small {
    grid-column:auto
  }
  body .site-footer__credit,body .site-footer__validators {
    justify-self:start
  }
}

/* Loja KSM: faixa, atalhos flutuantes e banner modal. */
.floating-actions {
  position:fixed;
  z-index:990;
  right:24px;
  bottom:25px;
  display:grid;
  justify-items:end;
  gap:12px
}
.floating-actions .whatsapp-fixed {
  position:relative;
  right:auto;
  bottom:auto
}
.store-fixed {
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:52px;
  padding:0 17px;
  border:1px solid rgba(255,255,255,.4);
  border-radius:15px;
  background:linear-gradient(135deg,#ffab38,#e67f0c 72%);
  color:#10152a;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.045em;
  text-transform:uppercase;
  box-shadow:0 13px 32px rgba(230,127,12,.34),inset 0 1px rgba(255,255,255,.45);
  transition:transform .25s ease,box-shadow .25s ease
}
.store-fixed::after {
  content:"";
  position:absolute;
  inset:3px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:11px;
  pointer-events:none
}
.store-fixed i {
  font-size:1rem
}
.store-fixed:hover {
  transform:translateY(-3px);
  box-shadow:0 18px 40px rgba(230,127,12,.44),inset 0 1px rgba(255,255,255,.55)
}

body .store-callout {
  padding:clamp(86px,8vw,118px) 0;
  background:radial-gradient(circle at 82% 18%,rgba(33,90,255,.34),transparent 27%),radial-gradient(circle at 8% 110%,rgba(230,127,12,.18),transparent 30%),linear-gradient(124deg,#030a28,#07184d 62%,#030c30)
}
body .store-callout__grid {
  grid-template-columns:minmax(0,1fr) minmax(420px,520px);
  gap:clamp(55px,7vw,100px)
}
.store-callout__content {
  position:relative;
  z-index:2
}
.store-callout__content h2 {
  max-width:740px;
  margin-bottom:22px
}
.store-callout__content>p:not(.eyebrow) {
  max-width:670px;
  margin-bottom:28px;
  color:#c7d0e6;
  font-size:1.02rem
}
.store-callout__benefits {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  padding:0;
  margin:0 0 32px;
  list-style:none
}
.store-callout__benefits li {
  display:flex;
  align-items:center;
  gap:9px;
  padding:9px 13px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:rgba(255,255,255,.055);
  color:#e8edfa;
  font-size:.76rem;
  font-weight:700;
  backdrop-filter:blur(8px)
}
.store-callout__benefits i {
  color:var(--orange-2)
}
.store-callout__actions {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:24px
}
.store-callout__actions .text-link {
  color:#fff
}
.store-showcase {
  position:relative;
  z-index:2;
  padding:16px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.035));
  box-shadow:0 36px 85px rgba(0,0,0,.32),inset 0 1px rgba(255,255,255,.2);
  backdrop-filter:blur(13px);
  transform:rotate(1.5deg)
}
.store-showcase::before {
  content:"";
  position:absolute;
  z-index:-1;
  inset:-18px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:32px;
  transform:rotate(-3deg)
}
.store-showcase__header,.store-showcase__footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:4px 5px 14px
}
.store-showcase__header span {
  display:flex;
  align-items:center;
  gap:9px;
  color:#fff;
  font:800 .82rem/1 'Roboto Mono',monospace;
  letter-spacing:.06em;
  text-transform:uppercase
}
.store-showcase__header i {
  color:var(--orange-2)
}
.store-showcase__header small {
  color:#9eacd0;
  font-size:.65rem;
  letter-spacing:.08em;
  text-transform:uppercase
}
.store-showcase__products {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  grid-template-rows:repeat(2,132px);
  gap:10px
}
.store-showcase__product {
  position:relative;
  min-width:0;
  overflow:hidden;
  border-radius:14px;
  background:linear-gradient(145deg,#fff,#eef1f8)
}
.store-showcase__product--large {
  grid-row:1/-1
}
.store-showcase__product img {
  width:100%;
  height:100%;
  padding:24px;
  object-fit:contain;
  transition:transform .4s ease
}
.store-showcase__product:hover img {
  transform:scale(1.06)
}
.store-showcase__product span {
  position:absolute;
  left:10px;
  bottom:10px;
  padding:6px 9px;
  border-radius:7px;
  background:rgba(5,13,45,.9);
  color:#fff;
  font-size:.58rem;
  font-weight:800;
  text-transform:uppercase
}
.store-showcase__footer {
  padding:14px 5px 3px;
  color:#9eacd0;
  font:600 .65rem/1 'Roboto Mono',monospace
}
.store-showcase__footer i {
  color:var(--orange-2)
}

.store-modal {
  width:min(1020px,calc(100% - 32px));
  max-width:none;
  max-height:calc(100svh - 32px);
  padding:0;
  overflow:visible;
  border:0;
  border-radius:26px;
  background:transparent;
  color:var(--ink);
  box-shadow:0 45px 130px rgba(1,6,25,.5)
}
.store-modal[open] {
  animation:store-modal-in .42s cubic-bezier(.2,.8,.2,1) both
}
.store-modal::backdrop {
  background:rgba(2,7,25,.78);
  backdrop-filter:blur(8px)
}
.store-modal__shell {
  position:relative;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  min-height:540px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.25);
  border-radius:26px;
  background:#fff
}
.store-modal__close {
  position:absolute;
  z-index:5;
  top:16px;
  right:16px;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid #dce2ee;
  border-radius:12px;
  background:rgba(255,255,255,.92);
  color:var(--navy);
  box-shadow:0 8px 24px rgba(5,13,45,.12);
  transition:transform .2s ease,background .2s ease
}
.store-modal__close:hover {
  transform:rotate(6deg) scale(1.04);
  background:#fff4e5
}
.store-modal__visual {
  position:relative;
  min-height:540px;
  overflow:hidden;
  background:radial-gradient(circle at 20% 15%,rgba(255,156,39,.28),transparent 28%),linear-gradient(145deg,#06123b,#0013a5 70%,#1748ee)
}
.store-modal__visual::after {
  content:"KSM";
  position:absolute;
  left:-24px;
  bottom:-22px;
  color:rgba(255,255,255,.065);
  font:800 9rem/.8 Manrope,sans-serif;
  letter-spacing:-.1em
}
.store-modal__visual-grid {
  position:absolute;
  inset:0;
  background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(#000,transparent 94%)
}
.store-modal__visual-label {
  position:absolute;
  z-index:3;
  top:34px;
  left:34px;
  display:flex;
  align-items:center;
  gap:9px;
  color:#fff;
  font:800 .82rem/1 'Roboto Mono',monospace;
  letter-spacing:.08em;
  text-transform:uppercase
}
.store-modal__visual-label i {
  color:var(--orange-2)
}
.store-modal__product {
  position:absolute;
  z-index:2;
  width:250px;
  height:200px;
  padding:20px;
  border:1px solid rgba(255,255,255,.75);
  border-radius:22px;
  background:linear-gradient(145deg,#fff,#edf1f9);
  object-fit:contain;
  box-shadow:0 28px 65px rgba(0,0,0,.28)
}
.store-modal__product--one {
  top:115px;
  left:38px;
  transform:rotate(-6deg)
}
.store-modal__product--two {
  right:28px;
  bottom:70px;
  transform:rotate(7deg)
}
.store-modal__orbit {
  position:absolute;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%
}
.store-modal__orbit--one {
  width:310px;
  height:310px;
  right:-160px;
  top:-90px
}
.store-modal__orbit--two {
  width:210px;
  height:210px;
  left:-110px;
  bottom:20px
}
.store-modal__content {
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:64px 62px 54px
}
.store-modal__tag {
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:20px;
  padding:7px 11px;
  border-radius:999px;
  background:#fff2df;
  color:#b25c00;
  font:700 .66rem/1 'Roboto Mono',monospace;
  letter-spacing:.08em;
  text-transform:uppercase
}
.store-modal__content h2 {
  margin-bottom:18px;
  color:var(--navy);
  font-size:clamp(2.3rem,4.4vw,4rem)
}
.store-modal__content>p {
  margin-bottom:25px;
  color:var(--muted);
  font-size:.96rem
}
.store-modal__features {
  display:grid;
  gap:9px;
  margin-bottom:30px
}
.store-modal__features span {
  display:flex;
  align-items:center;
  gap:9px;
  color:#30394d;
  font-size:.82rem;
  font-weight:700
}
.store-modal__features i {
  color:var(--orange)
}
.store-modal__actions {
  display:flex;
  align-items:center;
  gap:22px;
  margin-bottom:18px
}
.store-modal__continue {
  padding:9px 0;
  border:0;
  border-bottom:1px solid #aeb6c8;
  background:transparent;
  color:var(--navy);
  font-size:.76rem;
  font-weight:800
}
.store-modal__continue:hover {
  color:var(--orange)
}
.store-modal__content>small {
  color:#8a92a3;
  font-size:.68rem
}
@keyframes store-modal-in {
  from {
    opacity:0;
    transform:translateY(24px) scale(.975)
  }
  to {
    opacity:1;
    transform:none
  }
}

@media(max-width:980px) {
  body .store-callout__grid {
    grid-template-columns:minmax(0,1fr) minmax(350px,430px);
    gap:45px
  }
  .store-modal__content {
    padding:58px 42px 48px
  }
  .store-modal__product {
    width:215px;
    height:175px
  }
}
@media(max-width:820px) {
  .floating-actions {
    display:none
  }
  .mobile-contact-bar {
    grid-template-columns:repeat(3,1fr)
  }
  .mobile-contact-bar__store {
    background:var(--orange);
    color:#111
  }
  body .store-callout__grid {
    grid-template-columns:1fr
  }
  .store-showcase {
    width:min(100%,560px);
    margin-inline:auto;
    transform:none
  }
  .store-modal {
    max-height:calc(100svh - 20px);
    overflow:auto
  }
  .store-modal__shell {
    grid-template-columns:1fr;
    min-height:0
  }
  .store-modal__visual {
    min-height:230px
  }
  .store-modal__visual-label {
    top:24px;
    left:24px
  }
  .store-modal__product {
    width:180px;
    height:140px;
    padding:12px
  }
  .store-modal__product--one {
    top:66px;
    left:12%
  }
  .store-modal__product--two {
    right:12%;
    bottom:-20px
  }
  .store-modal__visual::after {
    left:auto;
    right:10px;
    bottom:-5px;
    font-size:7rem
  }
  .store-modal__content {
    padding:34px 34px 30px
  }
  .store-modal__content h2 {
    font-size:clamp(2rem,8vw,3rem)
  }
}
@media(max-width:560px) {
  .store-callout__benefits {
    display:grid;
    grid-template-columns:1fr 1fr
  }
  .store-callout__benefits li:last-child {
    grid-column:1/-1
  }
  .store-callout__actions {
    align-items:flex-start;
    flex-direction:column;
    gap:18px
  }
  .store-callout__actions .btn {
    width:100%
  }
  .store-showcase {
    padding:12px;
    border-radius:18px
  }
  .store-showcase__products {
    grid-template-rows:repeat(2,105px)
  }
  .store-showcase__product img {
    padding:15px
  }
  .store-showcase__product span {
    font-size:.5rem
  }
  .store-modal {
    width:calc(100% - 16px);
    max-height:calc(100svh - 16px);
    border-radius:20px
  }
  .store-modal__shell {
    border-radius:20px
  }
  .store-modal__visual {
    min-height:190px
  }
  .store-modal__product {
    width:145px;
    height:112px
  }
  .store-modal__product--one {
    top:62px;
    left:8%
  }
  .store-modal__product--two {
    right:8%;
    bottom:-14px
  }
  .store-modal__close {
    top:10px;
    right:10px;
    width:38px;
    height:38px
  }
  .store-modal__content {
    padding:28px 22px 24px
  }
  .store-modal__tag {
    margin-bottom:14px
  }
  .store-modal__content h2 {
    margin-bottom:12px;
    font-size:2rem
  }
  .store-modal__content>p {
    margin-bottom:18px;
    font-size:.88rem
  }
  .store-modal__features {
    margin-bottom:22px
  }
  .store-modal__actions {
    align-items:stretch;
    flex-direction:column;
    gap:10px;
    margin-bottom:14px
  }
  .store-modal__continue {
    align-self:center
  }
}
@media(prefers-reduced-motion:reduce) {
  .store-modal[open],.store-fixed,.store-showcase__product img {
    animation:none;
    transition:none
  }
}
