:root {
  --blue-950: #052841;
  --blue-850: #073a62;
  --blue-700: #075f9d;
  --blue-500: #0e88c9;
  --orange: #f59b18;
  --orange-dark: #d77700;
  --green: #167c5a;
  --ink: #14212b;
  --muted: #61717f;
  --line: #d9e3ea;
  --surface: #ffffff;
  --soft: #f4f8fb;
  --shadow: 0 18px 60px rgba(5, 40, 65, .16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.6;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 12px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  text-decoration: none;
  font-weight: 800;
  color: var(--blue-950);
}

.brand img {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  object-fit: cover;
}

.brand span {
  max-width: 260px;
  font-size: .95rem;
  line-height: 1.2;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  min-height: 42px;
  padding: 10px 13px;
  border-radius: 8px;
  color: var(--blue-950);
  font-size: .92rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a.active {
  color: #fff;
  background: var(--blue-700);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--blue-950);
}

.hero {
  display: grid;
  grid-template-columns: minmax(280px, 520px) 1fr;
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  min-height: calc(100vh - 78px);
  padding: clamp(32px, 6vw, 86px) clamp(18px, 5vw, 78px);
  background:
    linear-gradient(120deg, rgba(5, 40, 65, .95), rgba(7, 95, 157, .88)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.12) 0 1px, transparent 1px 24px);
  color: #fff;
}

.hero-media {
  display: grid;
  place-items: center;
}

.hero-media img {
  width: min(100%, 460px);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(2.05rem, 4.5vw, 4.7rem);
  line-height: .98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
  line-height: 1.22;
}

.hero p,
.page-hero p {
  max-width: 760px;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
}

.since-line {
  padding-left: 16px;
  border-left: 4px solid var(--orange);
  font-weight: 700;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.cnpj {
  margin: -8px 0 22px;
  color: var(--blue-700);
  font-weight: 800;
}

.icon-btn,
.footer-icon-link {
  gap: 9px;
}

.contact-icon-img {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.whatsapp-icon {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.02 3.2A12.55 12.55 0 0 0 5.3 22.32L4 29l6.86-1.25A12.55 12.55 0 1 0 16.02 3.2Zm0 2.3a10.25 10.25 0 0 1 8.7 15.67 10.25 10.25 0 0 1-12.9 3.84l-.46-.2-4.45.81.84-4.32-.24-.48A10.25 10.25 0 0 1 16.02 5.5Zm-5.1 5.35c-.25.54-.55 1.4-.55 2.18 0 .77.4 1.54.56 1.75.16.21 1.96 3.15 4.84 4.3 2.38.94 2.87.75 3.38.7.52-.05 1.67-.68 1.9-1.34.24-.65.24-1.21.17-1.33-.07-.12-.26-.2-.55-.35-.29-.14-1.68-.83-1.95-.92-.26-.1-.46-.14-.65.14-.2.29-.75.92-.92 1.11-.17.2-.34.22-.63.08-.29-.14-1.2-.44-2.29-1.4-.85-.76-1.42-1.69-1.58-1.98-.17-.29-.02-.45.13-.59.13-.13.29-.34.43-.51.14-.17.19-.29.29-.48.1-.19.05-.36-.02-.51-.07-.14-.65-1.57-.9-2.15-.23-.56-.48-.48-.65-.49h-.56c-.2 0-.51.07-.78.36Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.02 3.2A12.55 12.55 0 0 0 5.3 22.32L4 29l6.86-1.25A12.55 12.55 0 1 0 16.02 3.2Zm0 2.3a10.25 10.25 0 0 1 8.7 15.67 10.25 10.25 0 0 1-12.9 3.84l-.46-.2-4.45.81.84-4.32-.24-.48A10.25 10.25 0 0 1 16.02 5.5Zm-5.1 5.35c-.25.54-.55 1.4-.55 2.18 0 .77.4 1.54.56 1.75.16.21 1.96 3.15 4.84 4.3 2.38.94 2.87.75 3.38.7.52-.05 1.67-.68 1.9-1.34.24-.65.24-1.21.17-1.33-.07-.12-.26-.2-.55-.35-.29-.14-1.68-.83-1.95-.92-.26-.1-.46-.14-.65.14-.2.29-.75.92-.92 1.11-.17.2-.34.22-.63.08-.29-.14-1.2-.44-2.29-1.4-.85-.76-1.42-1.69-1.58-1.98-.17-.29-.02-.45.13-.59.13-.13.29-.34.43-.51.14-.17.19-.29.29-.48.1-.19.05-.36-.02-.51-.07-.14-.65-1.57-.9-2.15-.23-.56-.48-.48-.65-.49h-.56c-.2 0-.51.07-.78.36Z'/%3E%3C/svg%3E");
}

.email-icon {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7h22a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V10a3 3 0 0 1 3-3Zm0 2.8v.35l11 7.12 11-7.12V9.8H5Zm22 3.55-10.24 6.63a1.4 1.4 0 0 1-1.52 0L5 13.35V22.2h22v-8.85Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7h22a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V10a3 3 0 0 1 3-3Zm0 2.8v.35l11 7.12 11-7.12V9.8H5Zm22 3.55-10.24 6.63a1.4 1.4 0 0 1-1.52 0L5 13.35V22.2h22v-8.85Z'/%3E%3C/svg%3E");
}

.address-list {
  display: grid;
  gap: 18px;
}

.address-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--blue-950);
  font-size: 1.02rem;
}

.address-list p {
  margin: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.btn.primary {
  color: #061b2b;
  background: var(--orange);
}

.btn.primary:hover {
  background: #ffc04b;
}

.btn.secondary {
  color: var(--blue-950);
  background: #fff;
  border-color: var(--line);
}

.section {
  padding: clamp(42px, 7vw, 90px) clamp(18px, 5vw, 78px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 28px;
}

.service-grid,
.feature-grid,
.product-grid,
.metric-row {
  display: grid;
  gap: 18px;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.feature-grid article,
.product-grid article,
.panel,
.contact-box {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 32px rgba(20, 33, 43, .06);
}

.service-card {
  padding: 26px;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #fff;
  background: var(--blue-700);
  font-weight: 900;
}

.service-card a {
  color: var(--blue-700);
  font-weight: 900;
  text-decoration: none;
}

.band {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 470px);
  gap: 32px;
  align-items: center;
  padding: clamp(36px, 5vw, 70px) clamp(18px, 5vw, 78px);
  color: #fff;
  background: linear-gradient(120deg, var(--blue-950), var(--blue-700));
}

.band h2 {
  max-width: 860px;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin: 11px 0;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: inset 0 0 0 4px rgba(255,255,255,.7);
}

.page-hero {
  padding: clamp(58px, 9vw, 120px) clamp(18px, 5vw, 78px);
  color: #fff;
  background:
    linear-gradient(115deg, rgba(5, 40, 65, .96), rgba(7, 95, 157, .78)),
    linear-gradient(45deg, var(--orange) 0 22%, transparent 22% 100%);
}

.page-hero.materials {
  background:
    linear-gradient(115deg, rgba(5, 40, 65, .95), rgba(22, 124, 90, .78)),
    linear-gradient(45deg, var(--orange) 0 18%, transparent 18% 100%);
}

.page-hero.storage {
  background:
    linear-gradient(115deg, rgba(5, 40, 65, .96), rgba(96, 112, 120, .74)),
    linear-gradient(45deg, var(--orange-dark) 0 18%, transparent 18% 100%);
}

.page-hero.contact {
  background:
    linear-gradient(115deg, rgba(5, 40, 65, .95), rgba(7, 95, 157, .72)),
    linear-gradient(45deg, var(--green) 0 18%, transparent 18% 100%);
}

.page-hero .btn {
  margin-top: 18px;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(280px, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-left: 4px solid var(--orange);
  background: var(--soft);
}

.timeline strong {
  color: var(--blue-700);
  font-size: 1.35rem;
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-grid article,
.product-grid article,
.panel,
.contact-box {
  padding: 24px;
}

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-grid span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-size: .76rem;
  font-weight: 900;
}

.split {
  grid-template-columns: .9fr 1fr;
}

.panel h3 {
  color: var(--blue-950);
}

.compact li::before {
  box-shadow: inset 0 0 0 4px #fff;
}

.metric-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric-row div {
  padding: 28px;
  border-top: 5px solid var(--orange);
  background: var(--soft);
}

.metric-row strong {
  display: block;
  color: var(--blue-950);
  font-size: 1.35rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, .9fr);
  gap: 22px;
  align-items: start;
}

.map-wrap {
  min-height: 300px;
  max-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: 0;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  padding: 36px clamp(18px, 5vw, 78px);
  color: #d9e8f2;
  background: var(--blue-950);
}

.footer-brand strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.05rem;
}

.footer-brand p,
.footer-address p {
  margin: 4px 0 0;
}

.footer-brand > p {
  color: #f2f7fb;
  font-weight: 700;
}

.footer-addresses {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.footer-address {
  min-height: 112px;
  padding: 16px;
  border-left: 3px solid var(--orange);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
}

.footer-address strong {
  color: #fff;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.footer-links a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.footer-icon-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}

.footer-contact-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}

@media (max-width: 1020px) {
  .service-grid,
  .feature-grid,
  .product-grid,
  .metric-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero,
  .two-col,
  .band,
  .split,
  .contact-layout,
  .footer-addresses {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 70px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .brand span {
    max-width: 190px;
    font-size: .82rem;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 70px;
    right: 18px;
    left: 18px;
    display: none;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: grid;
  }

  .site-nav a {
    width: 100%;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    order: 2;
  }

  .service-grid,
  .feature-grid,
  .product-grid,
  .metric-row {
    grid-template-columns: 1fr;
  }

  .site-footer,
  .footer-addresses {
    grid-template-columns: 1fr;
  }
}
