   * {
  margin:0;
  padding:0;
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
}
body {
  font-family:Arial, Helvetica, sans-serif;
  background:#fff;
  color:#0b1f36;
  line-height:1.5;
}
img {
  max-width:100%;
  display:block;
}
a {
  text-decoration:none;
  color:inherit;
}
:root {
  --blue:#003b8f;
  --blue-dark:#071d36;
  --yellow:#ffd400;
  --green:#08a64b;
  --text:#0b1f36;
  --muted:#64748b;
  --light:#f4f8ff;
  --border:#e3ebf6;
}
.container {
  width:92%;
  max-width:1180px;
  margin:auto;
}
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 24px;
  border-radius:999px;
  background:var(--green);
  color:#fff;
  font-weight:800;
  border:none;
  cursor:pointer;
  box-shadow:0 12px 25px rgba(8,166,75,.28);
  transition:.2s;
  text-align:center;
}
.btn:hover {
  transform:translateY(-2px);
  filter:brightness(.95);
}
.btn-yellow {
  background:var(--yellow);
  color:#0b1f36;
  box-shadow:0 12px 25px rgba(255,212,0,.28);
}
.topbar {
  background:#071d36;
  color:#fff;
  font-size:14px;
  padding:9px 0;
  text-align:center;
}
header {
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  box-shadow:0 8px 30px rgba(0,0,0,.08);
}
.header-inner {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px 0;
  gap:20px;
}
.logo img {
  height:56px;
}
.header-info {
  display:flex;
  align-items:center;
  gap:18px;
  font-size:14px;
  color:var(--muted);
}
.hero {
  min-height:88vh;
  display:flex;
  align-items:center;
  background:linear-gradient(90deg,rgba(7,29,54,.97),rgba(0,59,143,.78)),url("https://acrilicosmais.com.br/wp-content/uploads/2025/01/Arilicos-Mais-pecas-em-acrilico-sob-medida-em-Bauru-expositores-para-loja-6-300x300.png");
  background-size:cover;
  background-position:center;
  color:#fff;
  padding:80px 0;
}
.hero-grid {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:50px;
  align-items:center;
}
.tag {
  display:inline-block;
  padding:8px 15px;
  border:1px solid rgba(255,212,0,.45);
  background:rgba(255,212,0,.13);
  color:#ffe76a;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
  margin-bottom:20px;
}
h1 {
  font-size:56px;
  line-height:1.02;
  letter-spacing:-1.8px;
  margin-bottom:20px;
}
.hero p {
  font-size:20px;
  color:#e7eefc;
  max-width:650px;
  margin-bottom:30px;
}
.hero-actions {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:26px;
}
.trust-line {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  max-width:620px;
  font-size:15px;
  color:#f8fbff;
}
.quote-card {
  background:#fff;
  color:#0b1f36;
  padding:32px;
  border-radius:28px;
  box-shadow:0 30px 70px rgba(0,0,0,.28);
}
.quote-card h2 {
  font-size:30px;
  color:var(--blue);
  margin-bottom:12px;
}
.quote-card p {
  color:var(--muted);
  font-size:16px;
  margin-bottom:20px;
}
.quote-list {
  display:grid;
  gap:12px;
  margin-bottom:22px;
}
.quote-list div {
  display:flex;
  gap:10px;
  padding:14px;
  border:1px solid var(--border);
  border-radius:16px;
  background:var(--light);
  font-weight:700;
}
.hero-image-card {
  background:#fff;
  padding:18px;
  border-radius:30px;
  box-shadow:0 30px 70px rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.5);
}
.hero-image-card img {
  width:100%;
  border-radius:22px;
  object-fit:cover;
  box-shadow:0 12px 35px rgba(15,30,55,.12);
}
.mini {
  font-size:13px;
  color:var(--muted);
  margin-top:14px;
  text-align:center;
}
section {
  padding:70px 0;
}
.section-title {
  max-width:790px;
  margin:0 auto 45px;
  text-align:center;
}
.section-title span {
  color:var(--blue);
  font-weight:900;
  text-transform:uppercase;
  font-size:13px;
  letter-spacing:1.5px;
}
.section-title h2 {
  font-size:40px;
  letter-spacing:-.8px;
  margin:8px 0 12px;
  color:var(--blue-dark);
}
.section-title p {
  color:var(--muted);
  font-size:18px;
}
.stats {
  background:#fff;
  margin-top:-55px;
  position:relative;
  z-index:5;
}
.stats-box {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:28px;
  padding:24px;
  box-shadow:0 18px 45px rgba(15,30,55,.12);
}
.stat {
  text-align:center;
  padding:16px;
}
.stat strong {
  display:block;
  font-size:32px;
  color:var(--blue);
}
.stat span {
  color:var(--muted);
  font-weight:700;
  font-size:14px;
}
.pain-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.pain-card {
  border:1px solid var(--border);
  padding:26px;
  border-radius:24px;
  background:#fff;
  box-shadow:0 12px 35px rgba(15,30,55,.06);
}
.pain-card strong {
  font-size:19px;
}
.pain-card p {
  color:var(--muted);
  margin-top:8px;
}
.blue-section {
  background:linear-gradient(135deg,#071d36,#003b8f);
  color:#fff;
}
.blue-section .section-title h2,.blue-section .section-title span {
  color:#fff;
}
.blue-section .section-title p {
  color:#d9e6ff;
}
.solutions {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.solution {
  background:#fff;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(0,0,0,.12);
  transition:.2s;
}
.solution:hover {
  transform:translateY(-6px);
}
.solution img {
  width:100%;
  height:260px;
  object-fit:contain;
  object-position:center;
  background:#f4f8ff;
  padding:14px;
}
.solution div {
  padding:24px;
}
.solution h3 {
  color:var(--blue);
  font-size:22px;
  margin-bottom:8px;
}
.solution p {
  color:var(--muted);
  font-size:15px;
}
.steps {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}
.step {
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
  padding:24px;
  box-shadow:0 10px 26px rgba(15,30,55,.05);
}
.step b {
  display:inline-flex;
  width:34px;
  height:34px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--blue);
  color:#fff;
  margin-bottom:14px;
}
.step strong {
  display:block;
  margin-bottom:8px;
}
.step p {
  color:var(--muted);
  font-size:14px;
}
.result-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:center;
}
.result-box {
  background:var(--light);
  padding:34px;
  border-radius:30px;
  border:1px solid var(--border);
}
.result-list {
  display:grid;
  gap:14px;
  margin-top:20px;
}
.item {
  display:flex;
  gap:12px;
  background:#fff;
  padding:17px;
  border-radius:17px;
  border:1px solid var(--border);
}
.check {
  min-width:28px;
  height:28px;
  border-radius:50%;
  background:var(--green);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}
.idea-image-card {
  background:#fff;
  border:1px solid var(--border);
  border-radius:30px;
  padding:18px;
  box-shadow:0 18px 45px rgba(15,30,55,.10);
  text-align:center;
}
.idea-image-card img {
  width:100%;
  border-radius:24px;
  object-fit:cover;
  background:#fff;
}
.idea-image-card .btn {
  margin-top:18px;
}
.gallery {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.gallery img {
  width:100%;
  height:260px;
  object-fit:contain;
  object-position:center;
  background:#fff;
  padding:10px;
  border-radius:22px;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
}
.segments,.clients {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.segment,.client {
  background:#fff;
  padding:24px;
  border-radius:22px;
  border:1px solid var(--border);
  font-weight:800;
  box-shadow:0 10px 26px rgba(15,30,55,.05);
  text-align:center;
}
.client {
  color:var(--muted);
  font-size:15px;
}
.proof {
  background:var(--light);
}
.proof-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.proof-card {
  background:#fff;
  border:1px solid var(--border);
  border-radius:26px;
  padding:26px;
  box-shadow:0 12px 35px rgba(15,30,55,.06);
}
.proof-card p {
  color:#334155;
  margin-bottom:18px;
}
.proof-card strong {
  color:var(--blue);
}
.stars {
  color:#f7b500;
  font-size:20px;
  margin-bottom:10px;
}
.cta-final {
  background:linear-gradient(90deg,rgba(7,29,54,.94),rgba(0,59,143,.86)),url("https://acrilicosmais.com.br/wp-content/uploads/2025/01/Arilicos-Mais-pecas-em-acrilico-sob-medida-em-Bauru-sinalizacao-interna-e-externa-13-300x300.png");
  background-size:cover;
  background-position:center;
  color:#fff;
  text-align:center;
  border-radius:36px;
  padding:70px 30px;
}
.cta-final h2 {
  font-size:42px;
  margin-bottom:14px;
}
.cta-final p {
  max-width:720px;
  margin:0 auto 26px;
  font-size:19px;
  color:#e8f0ff;
}
.faq {
  max-width:860px;
  margin:auto;
  display:grid;
  gap:12px;
}
.faq-item {
  border:1px solid var(--border);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
}
.faq-q {
  padding:19px;
  font-weight:900;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.faq-a {
  display:none;
  padding:0 19px 19px;
  color:var(--muted);
}
.faq-item.active .faq-a {
  display:block;
}
footer {
  background:#071d36;
  color:#cbd5e1;
  padding:45px 0 85px;
  font-size:15px;
}
.footer-grid {
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:28px;
}
footer img {
  height:58px;
  margin-bottom:15px;
}
footer strong {
  color:#fff;
}
.float-whats {
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:999;
  background:var(--green);
  color:#fff;
  padding:15px 22px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 12px 30px rgba(0,0,0,.28);
}
.main-nav {
  display:flex;
  align-items:center;
  gap:22px;
  font-size:14px;
  font-weight:800;
  color:var(--blue-dark);
}
.main-nav a {
  position:relative;
  white-space:nowrap;
}
.main-nav a:hover {
  color:var(--blue);
}
.menu-toggle {
  display:none;
  background:var(--blue);
  color:#fff;
  border:0;
  border-radius:12px;
  padding:10px 12px;
  font-weight:900;
  cursor:pointer;
}
.header-actions {
  display:flex;
  align-items:center;
  gap:16px;
}
#problema,#solucoes,#como-funciona,#segmentos,#galeria,#depoimentos,#duvidas,#contato {
  scroll-margin-top:105px;
}
@media(max-width:900px) {
  h1 {
    font-size:40px;
  }
  .header-inner {
    flex-wrap:wrap;
  }
  .main-nav {
    order:3;
    width:100%;
    display:none;
    grid-template-columns:1fr 1fr;
    gap:8px;
    background:#fff;
    border-top:1px solid var(--border);
    padding:12px 0;
  }
  .main-nav.active {
    display:grid;
  }
  .main-nav a {
    padding:12px;
    border:1px solid var(--border);
    border-radius:12px;
    text-align:center;
  }
  .menu-toggle {
    display:inline-flex;
  }
  .header-actions {
    margin-left:auto;
  }
  .hero-grid,.pain-grid,.result-grid,.footer-grid {
    grid-template-columns:1fr;
  }
  .solutions,.proof-grid {
    grid-template-columns:1fr 1fr;
  }
  .gallery,.segments,.clients {
    grid-template-columns:1fr 1fr;
  }
  .steps,.stats-box {
    grid-template-columns:1fr 1fr;
  }
  .header-info span {
    display:none;
  }
}
@media(max-width:560px) {
  .topbar {
    font-size:12px;
    padding:8px 12px;
  }
  .container {
    width:90%;
  }
  .logo img {
    height:46px;
  }
  .header-info .btn {
    padding:11px 13px;
    font-size:12px;
  }
  .header-info {
    gap:8px;
  }
  .main-nav {
    grid-template-columns:1fr;
  }
  .hero-image-card {
    padding:10px;
    border-radius:20px;
  }
  .hero-image-card img {
    border-radius:16px;
  }
  .hero {
    padding:55px 0;
  }
  h1 {
    font-size:34px;
  }
  .hero p {
    font-size:17px;
  }
  .trust-line,.solutions,.proof-grid,.gallery,.segments,.clients,.steps,.stats-box {
    grid-template-columns:1fr;
  }
  .section-title h2 {
    font-size:30px;
  }
  .cta-final h2 {
    font-size:31px;
  }
  .float-whats {
    left:14px;
    right:14px;
    text-align:center;
  }
  .stats {
    margin-top:0;
  }
  .quote-card {
    padding:24px;
  }
}

@media(max-width:900px) {
  .solution img,
  .gallery img {
    height:240px;
  }
}

@media(max-width:560px) {
  .solution img,
  .gallery img {
    height:auto;
    max-height:320px;
    object-fit:contain;
  }
}

.clients-section {
  background:#fff;
}

.clients-logos {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  align-items:center;
}

.client-logo {
  height:120px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  padding:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 12px 32px rgba(15,30,55,.07);
  transition:.2s;
}

.client-logo:hover {
  transform:translateY(-4px);
  box-shadow:0 18px 45px rgba(15,30,55,.12);
}

.client-logo img {
  max-width:100%;
  max-height:76px;
  object-fit:contain;
}

@media(max-width:900px) {
  .clients-logos {
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:560px) {
  .clients-logos {
    grid-template-columns:1fr 1fr;
    gap:12px;
  }

  .client-logo {
    height:90px;
    padding:14px;
    border-radius:18px;
  }

  .client-logo img {
    max-height:58px;
  }
}
.materials-section {
  padding:40px 0 70px;
  background:var(--light);
}

.materials-box {
  background:transparent;
  text-align:center;
}

.materials-box h3 {
  color:var(--blue-dark);
  font-size:28px;
  margin-bottom:24px;
}

.materials-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.material-card {
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 10px 26px rgba(15,30,55,.08);
}

.material-card img {
  width:100%;
  height:190px;
  object-fit:cover;
  object-position:center;
  background:#fff;
}

.material-card h4 {
  min-height:58px;
  padding:14px 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
  line-height:1.25;
  color:var(--blue);
  font-weight:900;
}

@media(max-width:900px) {
  .materials-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .material-card img {
    height:220px;
  }
}

@media(max-width:560px) {
  .materials-section {
    padding:32px 0 55px;
  }

  .materials-grid {
    grid-template-columns:1fr;
  }

  .material-card img {
    height:240px;
  }

  .materials-box h3 {
    font-size:24px;
  }
}

.blue-section {
    padding: 80px 20px;
    background: linear-gradient(90deg, #06213f 0%, #073f92 100%);
    color: #ffffff;
}

.blue-section-grid {
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: center;
    gap: 60px;
}

.blue-section-image img {
    width: 100%;
    height: 420px;
    display: block;
    object-fit: cover;
    border-radius: 18px;
}

.blue-section-content span {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.blue-section-content h2 {
    margin: 0 0 22px;
    font-size: 42px;
    line-height: 1.25;
    color: #ffffff;
}

.blue-section-content p {
    max-width: 650px;
    margin: 0;
    font-size: 18px;
    line-height: 1.65;
    color: #ffffff;
}

@media (max-width: 768px) {
    .blue-section {
        padding: 50px 20px;
    }

    .blue-section-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .blue-section-image img {
        height: 280px;
    }

    .blue-section-content {
        text-align: center;
    }

    .blue-section-content h2 {
        font-size: 30px;
    }

    .blue-section-content p {
        font-size: 16px;
    }
}
