/*
Theme Name: Total Equipamentos
Theme URI: https://totalequipamentos.org/
Author: Total Equipamentos Uberaba
Description: Tema comercial para catálogo e cotação de equipamentos de proteção individual.
Version: 1.3.0
Text Domain: total-equipamentos
*/

:root {
  --navy-950: #04112e;
  --navy-900: #071b43;
  --navy-800: #0b2c62;
  --blue-600: #0875bd;
  --blue-500: #1399d6;
  --green-500: #45c832;
  --green-600: #2ea91f;
  --cream: #f7f4ea;
  --mist: #f4f7fa;
  --ink: #0b1834;
  --muted: #627089;
  --line: #dfe6ec;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(7, 27, 67, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
[id] { scroll-margin-top: 96px; }
[hidden] { display: none !important; }
body.admin-bar .header { top: 32px; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid rgba(19,153,214,.38); outline-offset: 3px; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.topbar { background: var(--navy-950); color: #dce7f7; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.topbar-inner { min-height: 35px; display: flex; align-items: center; justify-content: center; gap: 54px; }
.topbar-inner span { position: relative; }
.topbar-inner span:not(:last-child)::after { content: ""; position: absolute; right: -28px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--green-500); }

.header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(7,27,67,.08); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 224px; height: 66px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav a { color: #263650; font-size: 14px; font-weight: 700; transition: color .2s ease; }
.nav a:hover { color: var(--blue-600); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.cart-button { min-height: 45px; border: 0; border-radius: 14px; padding: 8px 9px 8px 18px; display: flex; align-items: center; gap: 12px; background: var(--navy-900); color: var(--white); font-size: 13px; font-weight: 800; box-shadow: 0 10px 24px rgba(7,27,67,.18); }
.cart-count { min-width: 29px; height: 29px; display: grid; place-items: center; padding: 0 7px; border-radius: 9px; background: var(--green-500); color: var(--navy-950); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: white; padding: 0; place-items: center; align-content: center; gap: 5px; }
.menu-button span { width: 19px; height: 2px; background: var(--navy-900); border-radius: 2px; }

.hero { position: relative; overflow: hidden; min-height: 690px; background: linear-gradient(115deg, #f8fbfd 0%, #edf5f8 56%, #dcecf0 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(7,27,67,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(7,27,67,.035) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 65%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(8,117,189,.13); border-radius: 50%; right: -160px; top: 60px; box-shadow: 0 0 0 70px rgba(8,117,189,.04), 0 0 0 140px rgba(8,117,189,.025); }
.hero-grid { position: relative; z-index: 2; min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 28px; padding: 62px 0 72px; }
.hero-copy { max-width: 655px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid rgba(7,27,67,.12); border-radius: 999px; background: rgba(255,255,255,.7); color: var(--navy-800); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--green-500); box-shadow: 0 0 0 4px rgba(69,200,50,.16); }
.hero h1 { margin: 24px 0; max-width: 670px; color: var(--navy-950); font-size: clamp(48px, 5.1vw, 72px); line-height: .99; letter-spacing: -.052em; font-weight: 900; }
.hero h1 em { color: var(--blue-600); font-style: normal; }
.hero-copy > p { max-width: 630px; margin: 0; color: #4d5f79; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 13px; padding: 0 22px; border: 1px solid transparent; font-weight: 800; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--navy-800), var(--blue-600)); box-shadow: 0 15px 30px rgba(8,117,189,.23); }
.button-primary:hover { box-shadow: 0 18px 36px rgba(8,117,189,.31); }
.button-secondary { color: var(--navy-900); border-color: rgba(7,27,67,.16); background: rgba(255,255,255,.68); }
.trust-row { display: flex; gap: 26px; margin-top: 38px; padding-top: 25px; border-top: 1px solid rgba(7,27,67,.11); }
.trust-row div { display: flex; align-items: center; gap: 9px; }
.trust-row strong { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--white); color: var(--blue-600); font-size: 11px; box-shadow: 0 7px 20px rgba(7,27,67,.08); }
.trust-row span { max-width: 82px; color: #40536f; font-size: 11px; font-weight: 700; line-height: 1.25; }

.hero-visual { position: relative; min-height: 540px; }
.hero-glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(69,200,50,.24), rgba(8,117,189,.13) 46%, transparent 70%); left: 55px; top: 26px; filter: blur(2px); }
.product-float { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.8); background: rgba(255,255,255,.91); box-shadow: 0 28px 60px rgba(7,27,67,.16); backdrop-filter: blur(12px); }
.product-float img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-float-main { width: 335px; height: 355px; top: 55px; left: 120px; z-index: 3; padding: 24px; border-radius: 44px 14px 44px 14px; transform: rotate(2deg); }
.product-float-left { width: 195px; height: 212px; left: 4px; bottom: 20px; z-index: 4; padding: 16px; border-radius: 18px 42px 18px 18px; transform: rotate(-5deg); }
.product-float-right { width: 202px; height: 245px; right: -8px; bottom: 16px; z-index: 4; padding: 18px; border-radius: 42px 18px 18px 18px; transform: rotate(4deg); }
.float-label { position: absolute; top: 17px; left: 17px; z-index: 2; padding: 7px 10px; border-radius: 8px; background: var(--navy-900); color: white; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-proof { position: absolute; z-index: 5; left: 80px; bottom: 9px; display: flex; align-items: center; gap: 11px; padding: 13px 17px; border-radius: 15px; background: var(--navy-950); color: white; box-shadow: var(--shadow); }
.hero-proof > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--green-500); color: var(--navy-950); font-weight: 900; }
.hero-proof div { display: grid; gap: 2px; }
.hero-proof strong { font-size: 11px; }
.hero-proof small { color: #b8c7db; font-size: 9px; }

.catalog-section { padding: 96px 0 105px; background: white; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-kicker { display: block; margin-bottom: 11px; color: var(--green-600); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.section-heading h2, .placeholder-inner h2 { margin: 0; max-width: 700px; color: var(--navy-950); font-size: clamp(34px, 4vw, 50px); line-height: 1.04; letter-spacing: -.035em; }
.section-heading p, .placeholder-inner p { margin: 15px 0 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.search-box { width: min(390px, 100%); min-height: 54px; display: flex; align-items: center; gap: 11px; padding: 0 17px; border: 1px solid var(--line); border-radius: 15px; background: var(--mist); transition: border .2s ease, box-shadow .2s ease; }
.search-box:focus-within { border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(19,153,214,.1); }
.search-box > span { color: var(--blue-600); font-size: 28px; transform: rotate(-20deg); }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; }
.search-box input::placeholder { color: #8290a3; }
.list-quote-banner { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 15px; margin-top: 30px; padding: 17px 18px; border: 1px solid rgba(8,117,189,.15); border-radius: 17px; background: linear-gradient(120deg, #f0f8fc, #f2faef); }
.list-quote-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--green-500); color: var(--navy-950); font-size: 18px; font-weight: 900; }
.list-quote-banner > div:nth-child(2) { display: grid; gap: 4px; }
.list-quote-banner strong { color: var(--navy-950); font-size: 14px; }
.list-quote-banner > div > span { color: var(--muted); font-size: 12px; line-height: 1.45; }
.list-quote-banner > a { min-height: 42px; display: inline-flex; align-items: center; gap: 16px; border-radius: 11px; padding: 0 15px; background: var(--navy-900); color: white; font-size: 11px; font-weight: 900; white-space: nowrap; }
.list-quote-banner > a span { color: var(--green-500); }
.category-row { display: flex; gap: 9px; margin: 36px 0 18px; padding-bottom: 8px; overflow-x: auto; scrollbar-width: none; }
.category-row::-webkit-scrollbar { display: none; }
.category-chip { flex: 0 0 auto; min-height: 40px; border: 1px solid var(--line); border-radius: 999px; padding: 0 16px; background: white; color: #53627a; font-size: 12px; font-weight: 800; transition: .2s ease; }
.category-chip:hover, .category-chip.active { border-color: var(--navy-900); background: var(--navy-900); color: white; }
.result-line { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 21px; color: #7a8799; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: white; transition: transform .25s ease, box-shadow .25s ease, border .25s ease; }
.product-card:hover { transform: translateY(-6px); border-color: rgba(8,117,189,.3); box-shadow: 0 20px 46px rgba(7,27,67,.11); }
.product-image-wrap { position: relative; height: 236px; overflow: hidden; display: grid; place-items: center; padding: 21px; background: linear-gradient(150deg, #f4f7f9, #fff); }
.product-image-wrap::after { content: ""; position: absolute; width: 120px; height: 120px; border-radius: 50%; right: -50px; bottom: -50px; background: rgba(69,200,50,.08); }
.product-image-wrap img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .3s ease; }
.product-card:hover .product-image-wrap img { transform: scale(1.04); }
.product-badge { position: absolute; z-index: 3; top: 13px; left: 13px; padding: 6px 8px; border-radius: 7px; background: var(--green-500); color: var(--navy-950); font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.product-content { flex: 1; display: flex; flex-direction: column; padding: 18px; }
.product-category { color: var(--blue-600); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { margin: 8px 0; min-height: 43px; color: var(--navy-950); font-size: 17px; line-height: 1.25; letter-spacing: -.015em; }
.product-card p { margin: 0; min-height: 51px; color: #6c788b; font-size: 12px; line-height: 1.45; }
.product-meta { display: grid; gap: 4px; margin: 14px 0; padding: 12px 0; border-top: 1px solid #eef2f5; border-bottom: 1px solid #eef2f5; }
.product-meta span { color: #758196; font-size: 10px; }
.product-meta strong { color: #32445f; font-size: 10px; }
.quote-price { display: flex; align-items: end; justify-content: space-between; gap: 8px; margin-bottom: 13px; }
.quote-price span { color: #8793a5; font-size: 10px; text-transform: uppercase; }
.quote-price strong { color: var(--navy-900); font-size: 15px; }
.add-button { width: 100%; min-height: 43px; margin-top: auto; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 11px; padding: 0 13px 0 15px; background: var(--navy-900); color: white; font-size: 12px; font-weight: 800; transition: background .2s ease; }
.add-button:hover { background: var(--blue-600); }
.add-button span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 7px; background: rgba(255,255,255,.14); font-size: 18px; }
.empty-results { min-height: 260px; display: grid; place-items: center; place-content: center; gap: 10px; border: 1px dashed #cad4df; border-radius: 22px; background: var(--mist); text-align: center; padding: 40px; }
.empty-results strong { color: var(--navy-950); font-size: 21px; }
.empty-results span { color: var(--muted); font-size: 14px; }
.empty-results > div { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 8px; }
.empty-results button, .empty-results a { min-height: 38px; display: inline-flex; align-items: center; border: 1px solid rgba(8,117,189,.18); border-radius: 10px; padding: 0 13px; background: white; color: var(--blue-600); font-size: 12px; font-weight: 800; }
.load-more-wrap { display: grid; place-items: center; gap: 11px; margin-top: 36px; }
.load-more-wrap > span { color: #77869a; font-size: 11px; font-weight: 700; }
.load-more-wrap button { min-height: 49px; display: inline-flex; align-items: center; gap: 20px; border: 1px solid rgba(7,27,67,.16); border-radius: 13px; padding: 0 20px; background: white; color: var(--navy-900); font-size: 13px; font-weight: 900; box-shadow: 0 10px 26px rgba(7,27,67,.07); transition: transform .2s ease, border .2s ease; }
.load-more-wrap button:hover { transform: translateY(-2px); border-color: var(--blue-600); }
.load-more-wrap b { color: var(--green-600); font-size: 17px; }

.process-strip { padding: 34px 0; background: var(--navy-950); color: white; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-grid > div { position: relative; display: grid; grid-template-columns: 38px 1fr; gap: 3px 12px; padding: 6px 25px; border-right: 1px solid rgba(255,255,255,.12); }
.process-grid > div:first-child { padding-left: 0; }
.process-grid > div:last-child { border-right: 0; padding-right: 0; }
.process-grid span { grid-row: 1 / 3; width: 37px; height: 37px; display: grid; place-items: center; border-radius: 11px; background: rgba(69,200,50,.13); color: var(--green-500); font-size: 11px; font-weight: 900; }
.process-grid strong { font-size: 13px; }
.process-grid small { color: #9eacc0; font-size: 10px; line-height: 1.35; }

.corporate-section { position: relative; overflow: hidden; padding: 112px 0; background: var(--cream); }
.corporate-section::before { content: ""; position: absolute; width: 440px; height: 440px; left: -240px; bottom: -240px; border-radius: 50%; border: 1px solid rgba(8,117,189,.14); box-shadow: 0 0 0 70px rgba(8,117,189,.035), 0 0 0 140px rgba(8,117,189,.02); }
.corporate-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 76px; }
.corporate-copy h2, .segments-section h2, .quality-title h2, .faq-section h2, .final-cta h2 { margin: 0; color: var(--navy-950); font-size: clamp(36px, 4.3vw, 54px); line-height: 1.04; letter-spacing: -.042em; }
.corporate-copy > p { margin: 20px 0 0; max-width: 620px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.corporate-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 31px; }
.corporate-list > div { display: grid; grid-template-columns: 33px 1fr; gap: 10px; padding: 15px; border: 1px solid rgba(7,27,67,.09); border-radius: 14px; background: rgba(255,255,255,.65); }
.corporate-list > div > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: var(--navy-900); color: var(--green-500); font-size: 9px; font-weight: 900; }
.corporate-list p { margin: 0; color: #66748a; font-size: 10px; line-height: 1.4; }
.corporate-list strong { display: block; margin-bottom: 3px; color: var(--navy-950); font-size: 12px; }
.corporate-button { width: max-content; margin-top: 27px; }
.corporate-panel { position: relative; overflow: hidden; min-height: 520px; padding: 38px; border-radius: 34px 10px 34px 10px; background: linear-gradient(145deg, #061633, #0b3471); color: white; box-shadow: 0 36px 80px rgba(7,27,67,.2); }
.corporate-panel::after { content: ""; position: absolute; width: 270px; height: 270px; border-radius: 50%; right: -120px; top: -100px; background: radial-gradient(circle, rgba(69,200,50,.29), transparent 68%); }
.panel-topline { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.14); color: #b7c7db; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.panel-topline b { padding: 7px 10px; border-radius: 8px; background: var(--green-500); color: var(--navy-950); font-size: 9px; }
.corporate-panel h3 { position: relative; z-index: 1; margin: 35px 0 16px; max-width: 400px; font-size: 38px; line-height: 1.06; letter-spacing: -.04em; }
.corporate-panel > p { position: relative; z-index: 1; margin: 0; color: #b4c2d5; font-size: 13px; line-height: 1.6; }
.panel-flow { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 8px; margin: 36px 0; }
.panel-flow > div { display: grid; place-items: center; gap: 5px; min-height: 98px; padding: 12px 6px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.06); text-align: center; }
.panel-flow > div > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 7px; background: rgba(69,200,50,.16); color: var(--green-500); font-size: 9px; font-weight: 900; }
.panel-flow strong { font-size: 11px; }
.panel-flow small { color: #8ea1ba; font-size: 8px; }
.panel-flow i { color: var(--green-500); font-style: normal; }
.panel-seal { position: relative; z-index: 1; display: grid; grid-template-columns: 35px 1fr; gap: 11px; padding: 16px; border-radius: 15px; background: rgba(3,13,33,.42); }
.panel-seal > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--green-500); color: var(--navy-950); font-weight: 900; }
.panel-seal p { margin: 0; color: #aebed2; font-size: 10px; line-height: 1.45; }
.panel-seal strong { display: block; margin-bottom: 2px; color: white; font-size: 11px; }

.segments-section { padding: 105px 0; background: white; }
.segments-intro { max-width: 390px; }
.segments-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 42px; }
.segments-grid article { min-height: 190px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, #fff, #f8fafc); transition: transform .2s ease, box-shadow .2s ease; }
.segments-grid article:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(7,27,67,.09); }
.segments-grid article > span { color: var(--green-600); font-size: 10px; font-weight: 900; }
.segments-grid h3 { margin: 42px 0 8px; color: var(--navy-950); font-size: 19px; }
.segments-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.quality-section { padding: 88px 0; background: #eff5f7; }
.quality-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 70px; }
.quality-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.quality-cards article { min-height: 240px; padding: 23px; border-radius: 17px; background: white; box-shadow: 0 12px 32px rgba(7,27,67,.06); }
.quality-cards article > strong { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: var(--navy-900); color: var(--green-500); font-size: 10px; }
.quality-cards h3 { margin: 48px 0 9px; color: var(--navy-950); font-size: 16px; }
.quality-cards p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

.faq-section { padding: 110px 0; background: white; }
.faq-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 84px; }
.faq-grid > div:first-child > p { max-width: 470px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--navy-950); font-size: 14px; font-weight: 800; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue-600); font-size: 20px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 36px 22px 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.final-cta { padding: 78px 0; background: linear-gradient(125deg, #071b43, #0b3777); color: white; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta span { color: var(--green-500); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.final-cta h2 { margin-top: 10px; color: white; }
.final-cta p { margin: 13px 0 0; color: #adc0d8; font-size: 14px; }
.final-cta-actions { flex: 0 0 auto; display: flex; gap: 10px; }
.button-dark-outline { color: white; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.05); }

.footer { padding: 58px 0 23px; background: #020b1d; color: white; }
.footer-main { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 46px; }
.footer-brand img { width: 230px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 300px; margin: 18px 0 0; color: #879ab3; font-size: 11px; line-height: 1.6; }
.footer-column { display: grid; align-content: start; gap: 10px; }
.footer-column strong { margin-bottom: 6px; color: white; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.footer-column a, .footer-column span { color: #94a5bb; font-size: 10px; line-height: 1.45; }
.footer-column a:hover { color: var(--green-500); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #677a94; font-size: 9px; }
.legal-header-button { min-height: 44px; }
.legal-main { background: var(--mist); }
.legal-hero { padding: 76px 0 64px; background: linear-gradient(125deg, #eef6f9, #f4faef); }
.legal-hero h1 { max-width: 780px; margin: 0; color: var(--navy-950); font-size: clamp(42px, 6vw, 68px); line-height: 1; letter-spacing: -.05em; }
.legal-hero p { margin: 18px 0 0; color: var(--muted); font-size: 16px; }
.legal-content-section { padding: 58px 0 90px; }
.legal-content { max-width: 880px; padding: 42px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 18px 46px rgba(7,27,67,.08); }
.legal-content h2 { margin: 35px 0 12px; color: var(--navy-950); font-size: 24px; letter-spacing: -.02em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: #526179; font-size: 14px; line-height: 1.75; }
.legal-content a { color: var(--blue-600); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-footer { padding-top: 18px; }
.legal-footer .footer-bottom { margin-top: 0; }
.legal-footer a { color: #b5c4d7; font-weight: 700; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 70; border: 0; background: rgba(3,12,30,.54); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; z-index: 80; top: 0; right: 0; width: min(460px, 100%); height: 100dvh; display: grid; grid-template-rows: auto 1fr auto; background: white; box-shadow: -24px 0 60px rgba(3,12,30,.2); transform: translateX(105%); transition: transform .28s ease; }
.cart-drawer-open { transform: translateX(0); }
.drawer-header { min-height: 94px; display: flex; align-items: center; justify-content: space-between; padding: 20px 25px; border-bottom: 1px solid var(--line); }
.drawer-header > div { flex: 1; }
.drawer-header .drawer-back { margin-right: 10px; font-size: 18px; }
.drawer-header span { color: var(--blue-600); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.drawer-header h2 { margin: 4px 0 0; color: var(--navy-950); font-size: 25px; letter-spacing: -.03em; }
.drawer-header button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--navy-950); font-size: 24px; }
.drawer-body { min-height: 0; overflow-y: auto; padding: 20px 24px; }
.cart-items { display: grid; gap: 12px; }
.cart-item { display: grid; grid-template-columns: 80px 1fr; gap: 13px; padding: 11px; border: 1px solid var(--line); border-radius: 15px; }
.cart-item > img { width: 80px; height: 82px; object-fit: contain; border-radius: 10px; background: var(--mist); mix-blend-mode: multiply; }
.cart-item-info { min-width: 0; display: grid; align-content: start; gap: 5px; }
.cart-item-info strong { color: var(--navy-950); font-size: 13px; line-height: 1.25; }
.cart-item-info > span { color: #7a8799; font-size: 9px; }
.quantity-control { width: max-content; display: flex; align-items: center; gap: 9px; margin-top: 5px; padding: 3px; border-radius: 9px; background: var(--mist); }
.quantity-control button { width: 27px; height: 27px; display: grid; place-items: center; border: 0; border-radius: 7px; background: white; color: var(--navy-900); font-size: 16px; }
.quantity-control b { min-width: 18px; text-align: center; font-size: 11px; }
.drawer-note { display: flex; gap: 10px; margin-top: 18px; padding: 13px; border-radius: 12px; background: #eef8ec; color: #486245; }
.drawer-note span { flex: 0 0 auto; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--green-500); color: var(--navy-950); font-size: 11px; font-weight: 900; }
.drawer-note p { margin: 0; font-size: 11px; line-height: 1.45; }
.form-intro { margin-bottom: 18px; padding: 16px; border-radius: 14px; background: var(--mist); }
.form-intro strong { color: var(--navy-950); font-size: 13px; }
.form-intro p { margin: 6px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.quote-form { display: grid; gap: 13px; }
.field-row { display: grid; grid-template-columns: 1fr 82px; gap: 10px; }
.field { display: grid; gap: 6px; }
.field > span { color: #526179; font-size: 10px; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); border-radius: 11px; outline: 0; padding: 11px 12px; background: white; color: var(--ink); font: inherit; font-size: 12px; resize: vertical; transition: border .2s ease, box-shadow .2s ease; }
.field input, .field select { min-height: 43px; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(19,153,214,.1); }
.field input::placeholder, .field textarea::placeholder { color: #99a4b3; }
.field-state select { padding-left: 9px; padding-right: 4px; text-align: center; text-transform: uppercase; }
.privacy-note { display: flex; gap: 9px; padding: 12px; border-radius: 11px; background: #eef8ec; }
.privacy-note span { flex: 0 0 auto; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--green-500); color: var(--navy-950); font-size: 9px; font-weight: 900; }
.privacy-note p { margin: 0; color: #60745b; font-size: 9px; line-height: 1.5; }
.drawer-footer { padding: 18px 24px 23px; border-top: 1px solid var(--line); background: white; }
.drawer-footer > div { display: flex; justify-content: space-between; margin-bottom: 13px; color: #657187; font-size: 12px; }
.drawer-footer > div strong { color: var(--navy-950); }
.button-full { width: 100%; }
.drawer-footer small { display: block; margin-top: 10px; color: #8995a6; font-size: 9px; text-align: center; }
.email-quote { display: block; margin-top: 11px; color: var(--blue-600); font-size: 10px; font-weight: 800; text-align: center; }
.empty-cart { min-height: 60vh; display: grid; place-items: center; place-content: center; text-align: center; padding: 30px; }
.empty-cart > span { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 20px; background: var(--mist); color: var(--blue-600); font-size: 34px; }
.empty-cart h3 { margin: 19px 0 8px; color: var(--navy-950); }
.empty-cart p { margin: 0; color: var(--muted); font-size: 13px; }
.empty-cart button { margin-top: 20px; border: 0; background: transparent; color: var(--blue-600); font-weight: 800; }
.whatsapp-float { position: fixed; z-index: 35; right: 22px; bottom: 22px; min-height: 58px; display: flex; align-items: center; gap: 11px; padding: 7px 17px 7px 8px; border: 1px solid rgba(255,255,255,.46); border-radius: 18px; background: linear-gradient(135deg, #20bd5b, #0c9e46); color: white; box-shadow: 0 16px 36px rgba(3,82,37,.27); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(3,82,37,.34); }
.whatsapp-icon { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: rgba(255,255,255,.17); }
.whatsapp-icon svg { width: 25px; height: 25px; fill: white; }
.whatsapp-copy { display: grid; gap: 2px; }
.whatsapp-copy small { color: rgba(255,255,255,.78); font-size: 9px; font-weight: 700; }
.whatsapp-copy strong { font-size: 12px; font-weight: 900; white-space: nowrap; }
.mobile-cart-bar { display: none; }

@media (max-width: 1040px) {
  .nav { gap: 18px; }
  .nav a { font-size: 12px; }
  .hero-grid { grid-template-columns: 1fr .85fr; }
  .hero h1 { font-size: 54px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .product-float-main { left: 44px; }
  .product-float-left { left: -30px; }
  .corporate-grid { gap: 40px; }
  .corporate-list { grid-template-columns: 1fr; }
  .quality-grid { gap: 34px; }
  .final-cta-inner { gap: 28px; }
  .footer-main { gap: 25px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 28px, 680px); }
  .topbar-inner { gap: 23px; font-size: 9px; }
  .topbar-inner span:not(:last-child)::after { right: -13px; }
  .brand img { width: 190px; }
  .menu-button { display: grid; }
  .nav { position: absolute; top: 77px; left: 14px; right: 14px; display: none; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: var(--shadow); }
  .nav-open { display: grid; }
  .nav a { padding: 13px; border-radius: 10px; font-size: 13px; }
  .nav a:hover { background: var(--mist); }
  .hero-grid { grid-template-columns: 1fr; padding-top: 52px; }
  .hero-copy { max-width: none; }
  .hero h1 { max-width: 700px; font-size: clamp(47px, 10vw, 66px); }
  .hero-visual { min-height: 490px; }
  .product-float-main { left: 50%; transform: translateX(-50%) rotate(2deg); }
  .product-float-left { left: 5%; }
  .product-float-right { right: 3%; }
  .hero-proof { left: 50%; transform: translateX(-50%); white-space: nowrap; }
  .catalog-heading { align-items: stretch; flex-direction: column; }
  .search-box { width: 100%; }
  .list-quote-banner { grid-template-columns: 44px 1fr; }
  .list-quote-banner > a { grid-column: 1 / -1; justify-content: center; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 0; }
  .process-grid > div:nth-child(2) { border-right: 0; }
  .process-grid > div:nth-child(3) { padding-left: 0; }
  .corporate-grid, .quality-grid, .faq-grid { grid-template-columns: 1fr; }
  .corporate-list { grid-template-columns: 1fr 1fr; }
  .corporate-panel { min-height: 480px; }
  .segments-grid { grid-template-columns: repeat(2, 1fr); }
  .quality-grid, .faq-grid { gap: 42px; }
  .final-cta-inner { align-items: stretch; flex-direction: column; }
  .final-cta-actions { align-self: flex-start; }
  .footer-main { grid-template-columns: 1.25fr 1fr; row-gap: 36px; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 24px); }
  .topbar-inner { min-height: 32px; justify-content: space-between; gap: 5px; letter-spacing: .02em; text-transform: none; }
  .topbar-inner span:not(:last-child)::after { display: none; }
  .topbar-inner span:nth-child(2) { display: none; }
  .header-inner { min-height: 69px; }
  .brand img { width: 157px; height: 54px; }
  .cart-button { min-width: 44px; min-height: 44px; padding: 7px; border-radius: 12px; }
  .cart-button-label { display: none; }
  .cart-count { min-width: 30px; }
  .nav { top: 68px; }
  .hero { min-height: 0; }
  .hero-grid { min-height: 0; padding: 42px 0 48px; }
  .eyebrow { font-size: 9px; }
  .hero h1 { margin-top: 20px; font-size: clamp(39px, 12.5vw, 56px); }
  .hero-copy > p { font-size: 15px; line-height: 1.55; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-row { justify-content: space-between; gap: 8px; }
  .trust-row div { display: grid; gap: 5px; }
  .hero-visual { min-height: 390px; margin-top: 10px; }
  .product-float-main { width: 255px; height: 273px; left: 52%; padding: 18px; }
  .product-float-left { width: 130px; height: 147px; left: -8px; padding: 10px; bottom: 14px; }
  .product-float-right { width: 139px; height: 164px; right: -7px; padding: 10px; bottom: 8px; }
  .hero-proof { bottom: -8px; max-width: 92%; padding: 11px 13px; }
  .catalog-section { padding: 72px 0 80px; }
  .list-quote-banner { grid-template-columns: 1fr; text-align: center; }
  .list-quote-icon { margin: 0 auto; }
  .section-heading h2, .corporate-copy h2, .segments-section h2, .quality-title h2, .faq-section h2, .final-cta h2 { font-size: 36px; }
  .result-line span:last-child { display: none; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image-wrap { height: 270px; }
  .product-card h3, .product-card p { min-height: 0; }
  .empty-results > div { align-items: stretch; flex-direction: column; width: 100%; }
  .empty-results button, .empty-results a { justify-content: center; }
  .process-grid { grid-template-columns: 1fr; gap: 0; }
  .process-grid > div { padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .process-grid > div:last-child { border-bottom: 0; }
  .corporate-section, .segments-section, .faq-section { padding: 78px 0; }
  .corporate-list { grid-template-columns: 1fr; }
  .corporate-button { width: 100%; }
  .corporate-panel { min-height: 0; padding: 25px; border-radius: 25px 9px 25px 9px; }
  .corporate-panel h3 { font-size: 30px; }
  .panel-flow { gap: 4px; }
  .panel-flow > div { min-height: 88px; padding: 9px 3px; }
  .panel-flow i { font-size: 11px; }
  .segments-grid { grid-template-columns: 1fr; }
  .segments-grid article { min-height: 160px; }
  .segments-grid h3 { margin-top: 27px; }
  .quality-section { padding: 72px 0; }
  .quality-cards { grid-template-columns: 1fr; }
  .quality-cards article { min-height: 170px; }
  .quality-cards h3 { margin-top: 29px; }
  .faq-grid { gap: 31px; }
  .final-cta { padding: 66px 0; }
  .final-cta-actions { width: 100%; display: grid; }
  .footer { padding-bottom: 105px; }
  .footer-main { grid-template-columns: 1fr; text-align: center; }
  .footer-brand img { margin: 0 auto; }
  .footer-brand p { margin-left: auto; margin-right: auto; }
  .footer-bottom { align-items: center; flex-direction: column; text-align: center; }
  .legal-header-button { width: auto; min-height: 40px; padding: 0 13px; font-size: 11px; }
  .legal-hero { padding: 56px 0 48px; }
  .legal-hero h1 { font-size: 42px; }
  .legal-content-section { padding: 34px 0 70px; }
  .legal-content { padding: 25px 20px; }
  .whatsapp-float { right: 13px; bottom: 13px; width: 52px; min-height: 52px; padding: 5px; border-radius: 16px; }
  .whatsapp-float-with-cart { bottom: 79px; }
  .whatsapp-icon { width: 40px; height: 40px; border-radius: 12px; }
  .whatsapp-copy { display: none; }
  .mobile-cart-bar { position: fixed; z-index: 45; left: 12px; right: 12px; bottom: 11px; min-height: 56px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; padding: 0 18px; background: var(--navy-900); color: white; box-shadow: 0 16px 35px rgba(3,12,30,.26); font-size: 12px; }
  .mobile-cart-bar strong { color: var(--green-500); }
  .cart-drawer { width: 100%; }
}

@media (max-width: 782px) {
  body.admin-bar .header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
