/* ===== RESET E FUNDAÇÃO ===== */
:root {
  --navy: #082d58;
  --blue: #0c5ea8;
  --blue-dark: #06467f;
  --blue-soft: #eaf4ff;
  --ink: #172536;
  --muted: #64748b;
  --line: #dce6f0;
  --surface: #f6f9fc;
  --white: #ffffff;
  --success: #00a86b;
  --shadow-sm: 0 8px 22px rgba(8, 45, 88, 0.08);
  --shadow-lg: 0 24px 60px rgba(8, 45, 88, 0.15);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p, figure, blockquote { margin: 0; }
h1, h2, h3 { line-height: 1.15; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 105px 0; }

/* ===== COMPONENTES REUTILIZÁVEIS ===== */
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 13px; color: var(--blue); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.eyebrow--light { color: #a8d6ff; }
.section-heading { max-width: 650px; margin-bottom: 46px; }
.section-heading h2, .company__content h2, .quote__intro h2 { color: var(--navy); font-family: "Roboto Slab", serif; font-size: clamp(2rem, 3.3vw, 3rem); letter-spacing: -0.04em; }
.section-heading > p:last-child { margin-top: 16px; color: var(--muted); }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--split { display: flex; align-items: end; justify-content: space-between; max-width: none; gap: 28px; }
.section-heading--split > p { max-width: 370px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 0.92rem; font-weight: 800; transition: color .25s ease, gap .25s ease; }
.text-link:hover { gap: 13px; color: var(--navy); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 10px; padding: 13px 20px; font-size: .89rem; font-weight: 800; line-height: 1.2; transition: transform .25s ease, background .25s ease, box-shadow .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button--primary { color: var(--white); background: var(--blue); box-shadow: 0 10px 22px rgba(12, 94, 168, .26); }
.button--primary:hover { background: var(--blue-dark); box-shadow: 0 14px 30px rgba(12, 94, 168, .32); }
.button--outline { border-color: rgba(255,255,255,.58); color: var(--white); background: rgba(255,255,255,.08); }
.button--outline:hover { border-color: var(--white); background: var(--white); color: var(--navy); }
.button--outline-dark { color: var(--blue); border-color: #b6cfe8; background: var(--white); }
.button--outline-dark:hover { color: var(--white); background: var(--blue); border-color: var(--blue); }

/* ===== HEADER ===== */
.site-header { position: relative; z-index: 10; background: var(--white); }
.topbar { background: var(--navy); color: #d9eafa; font-size: .76rem; }
.topbar__content, .topbar__links { display: flex; align-items: center; }
.topbar__content { justify-content: space-between; min-height: 37px; gap: 18px; }
.topbar__links { gap: 24px; }
.topbar a { transition: color .2s ease; }
.topbar a:hover { color: var(--white); }
.topbar i { margin-right: 6px; color: #82c5ff; }
.header-main { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 24px; }
.brand { display: inline-flex; align-items: center; min-width: max-content; gap: 10px; }
.brand__mark { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 11px; background: linear-gradient(135deg, var(--blue), #0c85d2); color: var(--white); font-size: .94rem; font-weight: 800; letter-spacing: -.08em; box-shadow: 0 7px 14px rgba(12, 94, 168, .2); }
.brand__text { display: grid; color: var(--navy); font-size: 1.12rem; font-weight: 800; letter-spacing: -.06em; line-height: 1; }
.brand__text strong { color: var(--blue); }
.brand__text small { margin-top: 4px; font-size: .52rem; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; }
.main-nav__list { display: flex; align-items: center; gap: clamp(15px, 2.2vw, 31px); }
.main-nav a { position: relative; color: #3c4c5e; font-size: .84rem; font-weight: 700; }
.main-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--blue); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav a:hover { color: var(--blue); }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-main__cta { padding: 11px 16px; font-size: .78rem; }

/* ===== HERO ===== */
.hero { position: relative; overflow: hidden; padding: 87px 0 94px; color: var(--white); background: radial-gradient(circle at 92% 14%, rgba(31,137,215,.4), transparent 25%), linear-gradient(115deg, #05234a 0%, #073a70 55%, #075990 100%); }
.hero::before { position: absolute; top: -90px; right: 44%; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.hero__content { position: relative; display: grid; grid-template-columns: 1.02fr .9fr; align-items: center; gap: 74px; }
.hero .eyebrow { color: #afd9ff; }
.hero h1 { max-width: 660px; font-family: "Roboto Slab", serif; font-size: clamp(2.8rem, 5vw, 4.75rem); letter-spacing: -.065em; }
.hero h1 span { color: #79c5ff; }
.hero__description { max-width: 565px; margin-top: 24px; color: #d2e7fa; font-size: 1.04rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.hero__highlights { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 33px; color: #c5e2f8; font-size: .79rem; font-weight: 700; }
.hero__highlights i { margin-right: 5px; color: #7bce9e; }
.hero__visual { position: relative; margin: 0; }
.hero__visual::before { position: absolute; top: -16px; right: -16px; width: 68%; height: 58%; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); content: ""; }
.hero__visual img { position: relative; z-index: 1; height: 480px; border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow-lg); background: #176a9e; }
.hero__badge { position: absolute; z-index: 2; bottom: 27px; left: -34px; display: flex; align-items: center; gap: 12px; width: min(270px, 80%); padding: 16px; color: var(--ink); background: var(--white); border-radius: 12px; box-shadow: var(--shadow-lg); font-size: .73rem; line-height: 1.35; }
.hero__badge i { display: grid; flex: 0 0 auto; place-items: center; width: 35px; height: 35px; color: #e3a225; background: #fff7df; border-radius: 50%; }
.hero__badge strong { display: block; margin-bottom: 2px; color: var(--navy); font-size: .78rem; }

/* ===== CATEGORIAS ===== */
.categories { background: var(--surface); }
.categories__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.category-card { display: flex; align-items: center; min-height: 108px; gap: 16px; padding: 18px 20px; background: var(--white); border: 1px solid #e8eff5; border-radius: 14px; box-shadow: 0 5px 15px rgba(8,45,88,.025); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.category-card:hover { border-color: #a8d0f0; box-shadow: var(--shadow-sm); transform: translateY(-5px); }
.category-card__icon { display: grid; flex: 0 0 auto; place-items: center; width: 50px; height: 50px; color: var(--blue); background: var(--blue-soft); border-radius: 12px; font-size: 1.25rem; transition: color .25s, background .25s; }
.category-card:hover .category-card__icon { color: var(--white); background: var(--blue); }
.category-card__content { display: grid; gap: 2px; }
.category-card__content strong { color: var(--navy); font-size: .96rem; }
.category-card__content small { color: var(--muted); font-size: .71rem; }
.category-card__arrow { margin-left: auto; color: #98a9b9; font-size: .7rem; transition: color .25s, transform .25s; }
.category-card:hover .category-card__arrow { color: var(--blue); transform: translate(2px, -2px); }

/* ===== PRODUTOS ===== */
.featured-products { overflow: hidden; }
.products__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.product-card { overflow: hidden; background: var(--white); border: 1px solid #e3ebf2; border-radius: 14px; transition: transform .3s ease, box-shadow .3s ease; }
.product-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-7px); }
.product-card__image { position: relative; height: 195px; margin: 0; overflow: hidden; background: #e1edf6; }
.product-card__image img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover img { transform: scale(1.07); }
.product-card__image figcaption { position: absolute; top: 12px; left: 12px; padding: 5px 9px; color: var(--blue); background: var(--white); border-radius: 6px; font-size: .64rem; font-weight: 800; text-transform: uppercase; }
.product-card__body { padding: 20px; }
.product-card h3 { color: var(--navy); font-size: .99rem; }
.product-card p { min-height: 68px; margin-top: 10px; color: var(--muted); font-size: .75rem; line-height: 1.58; }
.button--card { width: 100%; margin-top: 16px; padding: 11px; color: var(--blue); background: var(--blue-soft); font-size: .73rem; }
.button--card:hover { color: var(--white); background: var(--blue); }

/* ===== MARCAS ===== */
.brands { padding: 66px 0; color: var(--white); background: var(--navy); }
.brands__content { display: flex; align-items: center; gap: 60px; }
.brands__heading { flex: 0 0 280px; }
.brands__heading .eyebrow { margin-bottom: 8px; color: #82c5ff; }
.brands h2 { font-family: "Roboto Slab", serif; font-size: 1.65rem; letter-spacing: -.045em; }
.brands__list { display: grid; flex: 1; grid-template-columns: repeat(3, 1fr); gap: 17px 28px; color: #b9d2e8; font-size: 1.1rem; font-weight: 800; letter-spacing: -.04em; }

/* ===== EMPRESA E DIFERENCIAIS ===== */
.company__grid { display: grid; grid-template-columns: .92fr 1fr; align-items: center; gap: clamp(48px, 7vw, 100px); }
.company__image { position: relative; margin: 0; }
.company__image::after { position: absolute; z-index: -1; right: -19px; bottom: -18px; width: 62%; height: 58%; border: 8px solid var(--blue-soft); border-radius: var(--radius); content: ""; }
.company__image img { height: 475px; border-radius: var(--radius); object-fit: cover; background: #dcecf8; }
.company__image figcaption { position: absolute; bottom: 16px; left: 16px; padding: 9px 12px; color: var(--navy); background: rgba(255,255,255,.94); border-radius: 8px; font-size: .72rem; font-weight: 800; }
.company__image figcaption i { margin-right: 5px; color: var(--blue); }
.company__content h2 { max-width: 530px; }
.company__content h2 span { color: var(--blue); }
.company__content > p:not(.eyebrow) { margin-top: 20px; color: var(--muted); font-size: .93rem; }
.company__content .button { margin-top: 29px; }
.advantages { padding: 92px 0 104px; background: var(--surface); }
.advantages__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.advantage-card { padding: 24px 18px; background: var(--white); border-radius: 13px; text-align: center; transition: transform .25s, box-shadow .25s; }
.advantage-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-5px); }
.advantage-card > span { display: grid; place-items: center; width: 47px; height: 47px; margin: 0 auto 17px; color: var(--blue); background: var(--blue-soft); border-radius: 50%; font-size: 1.1rem; }
.advantage-card h3 { color: var(--navy); font-size: .85rem; }
.advantage-card p { margin-top: 9px; color: var(--muted); font-size: .72rem; line-height: 1.55; }

/* ===== GALERIA ===== */
.gallery__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: 207px 207px; gap: 15px; }
.gallery__item { position: relative; margin: 0; overflow: hidden; border-radius: 14px; background: #d9e9f5; }
.gallery__item--large { grid-row: span 2; }
.gallery__item img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery__item::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,28,57,.7), transparent 55%); content: ""; pointer-events: none; }
.gallery__item:hover img { transform: scale(1.07); }
.gallery__item figcaption { position: absolute; z-index: 1; right: 16px; bottom: 14px; left: 16px; color: var(--white); font-size: .74rem; font-weight: 800; }

/* ===== ORÇAMENTO VIA WHATSAPP ===== */
.quote { padding: 96px 0; color: var(--white); background: radial-gradient(circle at 20% 20%, rgba(74,166,235,.32), transparent 24%), var(--navy); }
.quote__content { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.quote__intro h2 { color: var(--white); }
.quote__intro > p:not(.eyebrow) { margin-top: 21px; color: #c8e0f4; font-size: .94rem; }
.button--whatsapp { flex: 0 0 auto; padding: 17px 22px; color: #073627; background: #d4f6e4; box-shadow: 0 14px 28px rgba(0,0,0,.15); text-align: left; }
.button--whatsapp:hover { color: var(--white); background: #25a969; }
.button--whatsapp > .fa-whatsapp { font-size: 1.8rem; }
.button--whatsapp span { display: grid; font-size: .82rem; }
.button--whatsapp small { margin-top: 2px; font-size: .7rem; font-weight: 700; }

/* ===== CONTATO ===== */
.contact__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 34px; }
.contact-info { display: grid; align-content: start; gap: 1px; overflow: hidden; border: 1px solid #dce7ef; border-radius: var(--radius); }
.contact-info__item { display: flex; gap: 15px; padding: 21px; margin: 0; font-style: normal; transition: background .2s; }
a.contact-info__item:hover { background: var(--blue-soft); }
.contact-info__item > i { display: grid; flex: 0 0 auto; place-items: center; width: 38px; height: 38px; color: var(--blue); background: var(--blue-soft); border-radius: 10px; font-size: .92rem; }
.contact-info__item span { display: grid; align-content: center; line-height: 1.45; }
.contact-info__item small { color: var(--muted); font-size: .65rem; font-weight: 700; }
.contact-info__item strong { color: var(--navy); font-size: .76rem; }
.map { position: relative; min-height: 368px; overflow: hidden; background: #e5f4ff; border-radius: var(--radius); }
.map iframe { width: 100%; height: 368px; border: 0; }
.button--map { position: absolute; right: 16px; bottom: 16px; padding: 11px 15px; color: var(--white); background: var(--blue); font-size: .72rem; box-shadow: var(--shadow-sm); }
.button--map:hover { background: var(--navy); }

/* ===== FOOTER ===== */
.site-footer { padding-top: 72px; color: #c5d9ea; background: #061d37; }
.footer__grid { display: grid; grid-template-columns: 1.25fr .7fr 1fr; gap: 70px; padding-bottom: 55px; }
.brand--footer .brand__text { color: var(--white); }
.brand--footer .brand__text strong { color: #85c9ff; }
.footer__brand > p { max-width: 325px; margin-top: 19px; font-size: .76rem; line-height: 1.7; }
.social-links { display: flex; gap: 8px; margin-top: 22px; }
.social-links a { display: grid; place-items: center; width: 32px; height: 32px; color: var(--white); background: rgba(255,255,255,.1); border-radius: 50%; font-size: .76rem; transition: background .2s, transform .2s; }
.social-links a:hover { background: var(--blue); transform: translateY(-3px); }
.site-footer h2 { margin-bottom: 17px; color: var(--white); font-size: .85rem; }
.footer-links ul { display: grid; gap: 9px; }
.footer-links a, .footer-contact a { font-size: .75rem; transition: color .2s; }
.footer-links a:hover, .footer-contact a:hover { color: #7ec6ff; }
.footer-contact address { display: grid; gap: 12px; font-style: normal; }
.footer-contact p { font-size: .74rem; line-height: 1.65; }
.footer-contact i { width: 17px; color: #80c7ff; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; min-height: 65px; gap: 16px; border-top: 1px solid rgba(255,255,255,.1); color: #91abc1; font-size: .67rem; }
.back-to-top { color: #d7e9f7; font-weight: 800; transition: color .2s; }
.back-to-top:hover { color: #7ec6ff; }
.back-to-top i { margin-left: 5px; }

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 1050px) {
  .main-nav { display: none; }
  .hero__content { gap: 42px; }
  .products__grid { grid-template-columns: repeat(2, 1fr); }
  .product-card__image { height: 240px; }
  .advantages__grid { grid-template-columns: repeat(3, 1fr); }
  .advantage-card:last-child { grid-column: 2; }
  .footer__grid { gap: 35px; }
}
@media (max-width: 780px) {
  .section { padding: 74px 0; }
  .topbar__content { justify-content: center; padding: 8px 0; text-align: center; }
  .topbar__content > p { display: none; }
  .header-main { min-height: 71px; }
  .header-main__cta { padding: 10px 12px; }
  .header-main__cta i { display: none; }
  .hero { padding: 68px 0 78px; }
  .hero__content, .company__grid, .contact__grid { grid-template-columns: 1fr; }
  .quote__content { align-items: flex-start; flex-direction: column; }
  .hero__visual { max-width: 560px; margin: 4px auto 0; }
  .hero__visual img { height: 375px; }
  .hero__badge { left: 18px; }
  .categories__grid { grid-template-columns: repeat(2, 1fr); }
  .brands__content { display: block; }
  .brands__heading { margin-bottom: 30px; }
  .company__image { max-width: 600px; }
  .company__image img { height: 400px; }
  .advantages__grid { grid-template-columns: repeat(2, 1fr); }
  .advantage-card:last-child { grid-column: auto; }
  .gallery__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 240px 185px 185px; }
  .gallery__item--large { grid-column: span 2; grid-row: auto; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: span 2; }
}
@media (max-width: 540px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .topbar__links { gap: 14px; font-size: .68rem; }
  .brand__mark { width: 38px; height: 38px; }
  .brand__text { font-size: 1rem; }
  .header-main__cta { padding: 9px 10px; font-size: .67rem; }
  .hero h1 { font-size: 2.55rem; }
  .hero__description { font-size: .9rem; }
  .hero__actions .button { width: 100%; }
  .hero__highlights { display: grid; gap: 8px; }
  .hero__visual img { height: 305px; }
  .hero__badge { bottom: 13px; width: calc(100% - 36px); }
  .section-heading--split { display: block; }
  .section-heading--split > p, .section-heading--split .text-link { margin-top: 15px; }
  .categories__grid, .products__grid, .advantages__grid { grid-template-columns: 1fr; }
  .product-card__image { height: 220px; }
  .brands { padding: 52px 0; }
  .brands__list { grid-template-columns: repeat(2, 1fr); font-size: .95rem; }
  .company__image img { height: 305px; }
  .gallery__grid { grid-template-columns: 1fr; grid-template-rows: 240px repeat(3, 190px); }
  .gallery__item--large { grid-column: auto; }
  .quote { padding: 72px 0; }
  .button--whatsapp { width: 100%; }
  .map { min-height: 310px; }
  .footer__grid { grid-template-columns: 1fr; gap: 35px; }
  .footer__brand { grid-column: auto; }
  .footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 15px 0; }
}
