/*
Theme Name: Cerrafer Paraná
Theme URI: https://cerraferpr.com/
Author: Cerrafer
Description: Tema institucional da Cerrafer Paraná, com catálogo editável, contatos centralizados e páginas responsivas.
Version: 1.6.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: cerrafer-parana
*/

:root {
  --blue: #0d3d6d;
  --blue-deep: #061d33;
  --blue-dark: #031626;
  --yellow: #f2c229;
  --green: #1fb855;
  --ink: #0a1a29;
  --muted: #5c6872;
  --paper: #f4f3ef;
  --line: #d7d9d8;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
#inicio, #sobre, #produtos, #avaliacoes, #contato { scroll-margin-top: 18px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Geist", Arial, sans-serif; font-synthesis: none; }
body.menu-open { overflow: hidden; }
.admin-bar .main-nav { top: 32px; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; width: 100%; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 12px 16px; transform: translateY(-160%); background: var(--yellow); color: var(--blue-deep); font-size: 13px; font-weight: 650; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.shell { width: min(1240px, calc(100% - 72px)); margin: 0 auto; }
.section-shell { padding: 136px 0; }

.site-header { position: relative; z-index: 10; height: 92px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.24); }
.site-header.shell { width: calc(100% - 64px); max-width: none; }
.brand { display: inline-flex; align-items: center; gap: 5px; width: max-content; font-size: 22px; font-weight: 650; letter-spacing: -.04em; }
.brand small { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; opacity: .68; }
.brand-mark { width: 8px; height: 8px; margin-right: 5px; display: inline-block; background: var(--yellow); }
.brand .custom-logo { width: auto; max-width: 220px; max-height: 54px; object-fit: contain; }
.brand .brand-logo-default { filter: brightness(0) invert(1); }
.main-nav { justify-self: center; display: flex; align-items: center; gap: 23px; font-size: 13px; }
.main-nav li { display: contents; }
.main-nav a { opacity: .82; transition: opacity .2s ease; }
.main-nav a:hover { opacity: 1; }
.main-nav a[aria-current="page"] { color: var(--yellow); opacity: 1; }
.nav-toggle { display: none; }
.header-cta { justify-self: end; padding: 12px 16px; display: inline-flex; gap: 24px; border: 1px solid rgba(255,255,255,.55); font-size: 13px; transition: .2s ease; }
.header-cta:hover { background: var(--white); color: var(--blue-deep); }

.hero { min-height: 860px; position: relative; color: var(--white); background: var(--blue-deep) var(--cerrafer-hero-image, url("assets/images/hero-galpao-realista.png")) center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,20,36,.96) 0%, rgba(4,28,51,.82) 39%, rgba(3,21,38,.34) 68%, rgba(3,21,38,.06) 100%); }
.hero-content { position: relative; z-index: 2; min-height: 630px; padding: 58px 0 52px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; }
.hero-copy { max-width: 800px; padding: 18px 0; }
.eyebrow { margin: 0 0 25px; display: flex; align-items: center; gap: 12px; color: var(--blue); font-size: 12px; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 2px; background: var(--yellow); }
.eyebrow.light { color: var(--yellow); }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(50px, 5vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 500; }
.hero-lead { max-width: 700px; margin: 29px 0 0; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.58; }
.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; align-items: center; gap: 30px 34px; padding-bottom: 2px; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; font-size: 14px; font-weight: 650; }
.button-yellow { background: var(--yellow); color: var(--blue-deep); }
.button-yellow:hover { background: #ffd64b; }
.button-outline { border: 1px solid rgba(255,255,255,.58); color: var(--white); background: rgba(3,22,38,.14); }
.button-outline:hover { border-color: var(--white); background: var(--white); color: var(--blue-deep); }
.text-link { padding-bottom: 8px; display: inline-flex; align-items: center; gap: 28px; border-bottom: 1px solid currentColor; color: var(--blue); font-size: 13px; font-weight: 650; }
.light-link { color: var(--white); border-color: rgba(255,255,255,.45); }
.hero-proof { height: 138px; position: relative; z-index: 3; background: var(--paper); color: var(--ink); }
.proof-grid { height: 100%; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); align-items: center; }
.proof-primary { display: flex; align-items: center; gap: 18px; }
.proof-primary strong { color: var(--yellow); font-size: 76px; line-height: 1; letter-spacing: -.07em; font-weight: 600; }
.proof-primary span { font-size: 16px; font-weight: 600; line-height: 1.18; }
.proof-primary .proof-years { flex: 0 0 auto; font-size: 29px; line-height: 1.02; letter-spacing: -.045em; }
.proof-primary span small { margin-bottom: 5px; display: block; color: var(--blue); font-family: "Geist Mono", monospace; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.proof-item { height: 54px; padding-left: 26px; display: flex; align-items: flex-start; gap: 20px; border-left: 1px solid var(--line); }
.proof-item > span { min-width: 30px; color: #9aa2a6; font-family: "Geist Mono", monospace; font-size: 10px; }
.proof-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.38; }
.proof-item strong { color: var(--ink); font-weight: 620; }

.differentials { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.6fr .65fr; gap: 90px; align-items: end; }
.section-heading h2, .reviews-summary h2, .contact h2 { margin: 0; font-size: clamp(48px, 5vw, 76px); line-height: .98; letter-spacing: -.055em; font-weight: 520; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.differentials-grid { margin-top: 72px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 74px; align-items: stretch; }
.products-photo { min-height: 585px; margin: 0; position: relative; overflow: hidden; background: #c7c9c8; }
.products-photo img { height: 100%; object-fit: cover; object-position: center; }
.products-photo figcaption { position: absolute; bottom: 0; left: 0; padding: 13px 16px; background: rgba(6,29,51,.9); color: rgba(255,255,255,.78); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.product-list { border-top: 1px solid var(--ink); }
.product-row { min-height: 150px; display: grid; grid-template-columns: 95px 1fr auto; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); transition: .2s ease; }
.product-row:hover { padding: 0 20px; background: var(--yellow); border-color: var(--yellow); }
.product-number { color: transparent; -webkit-text-stroke: 1px rgba(13,61,109,.38); font-family: "Geist Mono", monospace; font-size: 43px; line-height: 1; letter-spacing: -.08em; }
.product-name { font-size: 28px; letter-spacing: -.035em; font-weight: 550; }
.product-name small { margin-top: 7px; display: block; color: var(--muted); font-size: 12px; line-height: 1.45; letter-spacing: 0; font-weight: 430; }
.product-arrow { font-size: 22px; }
.product-row:hover .product-name small { color: var(--blue-deep); }
.product-row:hover .product-number { color: var(--blue-deep); -webkit-text-stroke-color: var(--blue-deep); }
.all-products-link { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--blue); border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 650; }
.all-products-link span:last-child { font-size: 20px; }

.laser-service { min-height: 760px; position: relative; overflow: hidden; color: var(--white); background: var(--blue-deep) var(--cerrafer-laser-image, url("assets/images/corte-laser-maquina.png")) center/cover no-repeat; }
.laser-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,27,48,.98) 0%, rgba(4,27,48,.82) 48%, rgba(4,27,48,.2) 100%); }
.laser-content { min-height: 760px; padding: 118px 0 88px; position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.laser-title h2 { max-width: 670px; margin: 0; font-size: clamp(52px, 5.2vw, 78px); line-height: .98; letter-spacing: -.058em; font-weight: 500; }
.laser-lead { max-width: 560px; margin: 31px 0 32px; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.65; }
.laser-specs { border-top: 1px solid rgba(255,255,255,.58); }
.laser-specs article { min-height: 155px; padding: 27px 0; display: grid; grid-template-columns: 48px 1fr; align-content: center; border-bottom: 1px solid rgba(255,255,255,.25); }
.laser-specs article > span { grid-row: 1 / 3; color: var(--yellow); font-family: "Geist Mono", monospace; font-size: 10px; }
.laser-specs strong { font-size: 20px; font-weight: 560; }
.laser-specs p { max-width: 420px; margin: 8px 0 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.55; }

.reviews { background: var(--paper); border-top: 1px solid rgba(13,61,109,.08); }
.reviews-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.google-lockup { margin-top: 40px; padding: 8px 0 8px 25px; display: grid; gap: 13px; border-left: 3px solid var(--yellow); }
.google-logo { width: max-content; font-family: Arial, sans-serif; font-size: 36px; font-weight: 600; letter-spacing: -.06em; }
.google-logo span:nth-child(1), .google-logo span:nth-child(4) { color: #4285f4; }
.google-logo span:nth-child(2), .google-logo span:nth-child(6) { color: #ea4335; }
.google-logo span:nth-child(3) { color: #fbbc05; }
.google-logo span:nth-child(5) { color: #34a853; }
.google-score { display: flex; align-items: center; gap: 16px; }
.google-score strong { font-size: 15px; font-weight: 650; }
.stars, .review-stars { color: #fbbc05; letter-spacing: .15em; }
.reviews-summary > p:not(.eyebrow) { color: var(--muted); font-size: 13px; }
.reviews-summary .reviews-disclaimer { max-width: 410px; line-height: 1.65; }
.reviews-summary .text-link { margin-top: 26px; }
.review-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.review-list blockquote { min-height: 255px; margin: 0; padding: 28px 30px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.26); }
.review-list blockquote:first-child { min-height: 290px; grid-column: 1 / -1; }
.review-meta { display: flex; align-items: center; gap: 12px; }
.review-avatar { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--blue); color: var(--white); font-size: 14px; font-weight: 650; }
.review-meta > span:nth-child(2) { display: grid; gap: 3px; }
.review-meta strong { font-size: 12px; font-weight: 650; }
.review-meta small { color: var(--muted); font-size: 10px; }
.mini-google { margin-left: auto; color: #4285f4; font-family: Arial, sans-serif; font-size: 22px; font-weight: 700; }
.review-stars { margin: 24px 0 12px; font-size: 13px; }
.review-list blockquote > p { max-width: 680px; margin: 0; font-size: 18px; line-height: 1.45; letter-spacing: -.02em; }
.review-list blockquote:first-child > p { max-width: 610px; font-size: 21px; }
.review-list blockquote footer { margin-top: auto; padding-top: 24px; display: flex; justify-content: space-between; color: #879197; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.review-list-demo { border-top-color: var(--blue); }
.review-list-demo blockquote { background: rgba(255,255,255,.56); }
.review-list-demo blockquote:first-child { background: var(--white); }
.review-demo-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.review-demo-label { padding: 7px 9px; border: 1px solid rgba(13,61,109,.25); color: var(--blue); font-size: 9px; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.review-list-info { border-top-color: var(--blue); }
.review-info-card { min-height: 255px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.26); }
.review-info-main { min-height: 290px; grid-column: 1 / -1; background: var(--white); }
.review-info-number { margin-bottom: 38px; color: var(--blue); font-family: "Geist Mono", monospace; font-size: 11px; }
.review-info-card strong { font-size: 22px; font-weight: 560; letter-spacing: -.025em; }
.review-info-card p { max-width: 640px; margin: 13px 0 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.review-info-card a { width: max-content; margin-top: auto; padding-top: 28px; color: var(--blue); border-bottom: 1px solid var(--blue); font-size: 12px; font-weight: 650; }

.contact { padding: 120px 0 112px; background: var(--blue-deep); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; }
.contact-action p { max-width: 480px; margin: 0 0 30px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.6; }

.site-footer { background: var(--blue-dark); color: var(--white); border-top: 1px solid rgba(255,255,255,.14); }
.footer-main { padding: 72px 0 65px; display: grid; grid-template-columns: 1.5fr .72fr 1fr 1fr; gap: 72px; }
.brand-footer { color: var(--white); }
.footer-about > p { max-width: 310px; margin: 24px 0 0; color: rgba(255,255,255,.52); font-size: 13px; line-height: 1.65; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-column > strong { margin-bottom: 8px; color: var(--yellow); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.footer-column a, .footer-column p { margin: 0; color: rgba(255,255,255,.63); font-size: 12px; line-height: 1.5; }
.footer-column a:hover { color: var(--white); }
.footer-contact span { color: rgba(255,255,255,.4); }
.footer-bottom { min-height: 82px; display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 40px; align-items: center; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.38); font-size: 10px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--yellow); }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 50; min-height: 48px; padding: 0 17px; display: inline-flex; align-items: center; gap: 9px; border-radius: 999px; background: var(--green); color: var(--white); box-shadow: 0 14px 34px rgba(3,22,38,.28); font-size: 12px; font-weight: 650; transition: transform .2s ease, background .2s ease; }
.floating-whatsapp:hover { transform: translateY(-2px); background: #19a64c; }
.floating-whatsapp .whatsapp-icon { width: 23px; height: 23px; flex: 0 0 auto; display: block; }

/* Páginas internas */
.inner-page { background: var(--paper); }
.inner-header-wrap { background: var(--blue-deep); color: var(--white); }
.inner-header-wrap .site-header { color: var(--white); }
.page-hero { min-height: 590px; position: relative; overflow: hidden; color: var(--white); background: var(--blue-deep); }
.page-hero::before { content: ""; position: absolute; inset: 0; background: var(--cerrafer-hero-image, url("assets/images/hero-galpao-realista.png")) center/cover no-repeat; opacity: .42; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,20,36,.98), rgba(4,28,51,.78) 55%, rgba(3,21,38,.28)); }
.page-hero-products::before { background-image: var(--cerrafer-materials-image, url("assets/images/diferenciais-chapas-tarugos-buchas.png")); background-position: center 58%; opacity: .55; }
.page-hero-products::after { background: linear-gradient(90deg, rgba(3,20,36,.99) 0%, rgba(6,38,68,.84) 57%, rgba(6,29,51,.38) 100%); }
.page-hero-about::before { background-image: var(--cerrafer-hero-image, url("assets/images/hero-galpao-realista.png")); background-position: center 44%; opacity: .5; }
.page-hero-about::after { background: linear-gradient(90deg, rgba(3,20,36,.98) 0%, rgba(4,28,51,.73) 55%, rgba(116,91,9,.2) 100%); }
.page-hero-reviews::before { background-image: var(--cerrafer-materials-image, url("assets/images/diferenciais-chapas-tarugos-buchas.png")); background-position: 30% 72%; opacity: .28; filter: grayscale(1); }
.page-hero-reviews::after { background: linear-gradient(112deg, rgba(3,20,36,.99) 0%, rgba(13,61,109,.92) 58%, rgba(16,73,128,.68) 100%); }
.page-hero-contact::before { background-image: var(--cerrafer-hero-image, url("assets/images/hero-galpao-realista.png")); background-position: 78% 63%; opacity: .38; }
.page-hero-contact::after { background: linear-gradient(90deg, rgba(3,20,36,.99) 0%, rgba(4,28,51,.88) 48%, rgba(3,21,38,.38) 100%); }
.page-hero-laser::before { background-image: var(--cerrafer-laser-image, url("assets/images/corte-laser-maquina.png")); background-position: center 56%; opacity: .62; }
.page-hero-laser::after { background: linear-gradient(90deg, rgba(3,20,36,.99) 0%, rgba(4,28,51,.84) 50%, rgba(3,21,38,.22) 100%); }
.page-hero-content { min-height: 498px; padding: 82px 0; position: relative; z-index: 2; display: grid; grid-template-columns: 1.3fr .7fr; gap: 90px; align-items: end; }
.page-hero h1 { max-width: 850px; margin: 0; font-size: clamp(58px, 7vw, 96px); line-height: .94; letter-spacing: -.062em; font-weight: 500; }
.page-hero-copy { max-width: 480px; justify-self: end; }
.page-hero-copy p { margin: 0 0 28px; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.65; }
.breadcrumb { margin-bottom: 22px; color: var(--yellow); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumb a { color: rgba(255,255,255,.72); }
.content-section { padding: 120px 0; }
.content-section.white { background: var(--white); }
.content-section.blue { background: var(--blue-deep); color: var(--white); }
.content-heading { max-width: 820px; margin-bottom: 58px; }
.content-heading h2 { margin: 0; font-size: clamp(44px, 5vw, 68px); line-height: 1; letter-spacing: -.052em; font-weight: 520; }
.content-heading > p:not(.eyebrow) { max-width: 680px; margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.blue .content-heading > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.product-card { min-height: 360px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.36); }
.product-card.featured { grid-column: span 2; background: var(--blue); color: var(--white); }
.product-card-number { color: var(--blue); font-family: "Geist Mono", monospace; font-size: 11px; }
.featured .product-card-number { color: var(--yellow); }
.product-card h2 { margin: auto 0 14px; font-size: 29px; line-height: 1.05; letter-spacing: -.035em; font-weight: 560; }
.product-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.62; }
.featured p { color: rgba(255,255,255,.7); }
.tag-list { margin: 25px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; }
.tag-list li { padding: 7px 9px; border: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.featured .tag-list li { border-color: rgba(255,255,255,.27); color: rgba(255,255,255,.74); }
.product-card a { width: max-content; margin-top: 27px; color: var(--blue); border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 650; }
.featured a { color: var(--yellow); }
.catalog-groups { display: grid; gap: 86px; }
.catalog-group-heading { margin-bottom: 31px; display: grid; grid-template-columns: 1fr .72fr; gap: 70px; align-items: end; }
.catalog-group-heading .eyebrow { margin-bottom: 15px; }
.catalog-group-heading h3 { margin: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1; letter-spacing: -.045em; font-weight: 540; }
.catalog-group-heading > p { max-width: 530px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.catalog-grid-clean { background: var(--line); gap: 1px; border: 1px solid var(--line); }
.catalog-grid-materials { grid-template-columns: repeat(2, 1fr); }
.catalog-grid-profiles { grid-template-columns: repeat(3, 1fr); }
.catalog-grid-clean .product-card { min-height: 354px; border: 0; background: var(--white); }
.catalog-grid-clean .product-card.featured { grid-column: auto; position: relative; background: var(--white); color: var(--ink); }
.catalog-grid-clean .product-card.featured::before { content: ""; height: 4px; position: absolute; inset: 0 0 auto; background: var(--yellow); }
.product-card-top { min-height: 26px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.product-badge { padding: 7px 9px; background: rgba(242,194,41,.24); color: var(--blue-deep); font-size: 9px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.catalog-grid-clean .featured .product-card-number { color: var(--blue); }
.catalog-grid-clean .product-card h2 { margin: 64px 0 14px; }
.catalog-grid-clean .product-card p, .catalog-grid-clean .featured p { color: var(--muted); }
.catalog-grid-clean .featured .tag-list li { border-color: var(--line); color: var(--muted); }
.catalog-grid-clean .product-card a, .catalog-grid-clean .featured a { margin-top: auto; padding-top: 27px; color: var(--blue); }
.laser-catalog-banner { min-height: 330px; margin-top: 86px; display: grid; grid-template-columns: .8fr 1.2fr auto; align-items: stretch; overflow: hidden; background: var(--blue-deep); color: var(--white); }
.laser-catalog-image { min-height: 330px; background: var(--cerrafer-laser-image, url("assets/images/corte-laser-maquina.png")) center/cover no-repeat; }
.laser-catalog-copy { padding: 48px 48px 43px; display: flex; flex-direction: column; justify-content: center; }
.laser-catalog-copy .eyebrow { margin-bottom: 20px; }
.laser-catalog-copy strong { font-size: clamp(38px, 4.2vw, 60px); line-height: .96; letter-spacing: -.052em; font-weight: 520; }
.laser-catalog-copy small { max-width: 560px; margin-top: 21px; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.65; }
.laser-catalog-action { min-width: 210px; padding: 38px 31px; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; border-left: 1px solid rgba(255,255,255,.16); color: var(--yellow); font-size: 12px; font-weight: 650; }
.laser-catalog-action b { font-size: 30px; font-weight: 400; }
.wide-cta { padding: 38px 42px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; background: var(--yellow); color: var(--blue-deep); }
.wide-cta h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.045em; font-weight: 550; }
.wide-cta p { margin: 8px 0 0; font-size: 14px; }
.wide-cta .button { background: var(--blue-deep); color: var(--white); }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.story-photo { min-height: 580px; margin: 0; overflow: hidden; background: var(--blue-deep); }
.story-photo img { height: 100%; object-fit: cover; }
.story-copy h2 { margin: 0; font-size: clamp(45px, 5vw, 72px); line-height: 1; letter-spacing: -.055em; font-weight: 520; }
.story-copy > p { margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.78; }
.stat-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.stat { min-height: 150px; padding: 25px 18px 20px 0; border-right: 1px solid var(--line); }
.stat + .stat { padding-left: 24px; }
.stat strong { display: block; color: var(--blue); font-size: 42px; line-height: 1; letter-spacing: -.06em; font-weight: 550; }
.stat span { display: block; margin-top: 15px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.5); }
.value-card { min-height: 310px; padding: 34px 34px 30px 0; border-right: 1px solid rgba(255,255,255,.2); }
.value-card + .value-card { padding-left: 34px; }
.value-card span { color: var(--yellow); font-family: "Geist Mono", monospace; font-size: 11px; }
.value-card h3 { margin: 100px 0 14px; font-size: 27px; font-weight: 540; letter-spacing: -.03em; }
.value-card p { margin: 0; color: rgba(255,255,255,.63); font-size: 14px; line-height: 1.65; }
.google-panel { padding: 58px; display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; background: var(--white); border-left: 5px solid var(--yellow); }
.google-panel h2 { margin: 0; font-size: clamp(40px, 5vw, 66px); line-height: 1; letter-spacing: -.05em; font-weight: 520; }
.google-panel p { max-width: 650px; margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.google-panel .google-logo { margin-bottom: 17px; }
.review-guide { margin-top: 72px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.review-guide article { min-height: 270px; padding: 30px 30px 30px 0; border-right: 1px solid var(--line); }
.review-guide article + article { padding-left: 30px; }
.review-guide span { color: var(--blue); font-family: "Geist Mono", monospace; font-size: 11px; }
.review-guide h3 { margin: 92px 0 14px; font-size: 24px; letter-spacing: -.03em; font-weight: 550; }
.review-guide p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.contact-options { display: grid; grid-template-columns: 1.15fr .85fr; gap: 0; border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.contact-primary, .contact-details { min-height: 480px; padding: 48px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-primary { display: flex; flex-direction: column; background: var(--blue); color: var(--white); }
.contact-primary h2 { max-width: 620px; margin: 0; font-size: clamp(47px, 6vw, 76px); line-height: .98; letter-spacing: -.055em; font-weight: 520; }
.contact-primary p { max-width: 560px; margin: 24px 0 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.65; }
.contact-primary .button { width: max-content; margin-top: auto; }
.contact-details { display: grid; align-content: center; gap: 0; background: var(--white); }
.contact-line { padding: 25px 0; border-bottom: 1px solid var(--line); }
.contact-line:first-child { border-top: 1px solid var(--line); }
.contact-line strong { display: block; margin-bottom: 8px; color: var(--blue); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.contact-line p, .contact-line a { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.contact-line a:hover { color: var(--blue); }

/* Corte a laser */
.laser-overview { display: grid; grid-template-columns: 1.12fr .88fr; gap: 110px; align-items: end; }
.laser-overview h2, .laser-process-heading h2 { max-width: 800px; margin: 0; font-size: clamp(47px, 5.4vw, 76px); line-height: .98; letter-spacing: -.057em; font-weight: 520; }
.laser-overview-copy p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.laser-overview-copy p + p { margin-top: 21px; }
.laser-showcase { height: 640px; margin-top: 85px; position: relative; overflow: hidden; background: var(--blue-deep); }
.laser-showcase img { height: 100%; object-fit: cover; object-position: center; }
.laser-showcase::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(3,20,36,.8)); pointer-events: none; }
.laser-showcase-label { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 28px 34px; display: flex; gap: 35px; color: var(--white); font-family: "Geist Mono", monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.laser-showcase-label span { padding-left: 15px; border-left: 2px solid var(--yellow); }
.laser-benefits { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.5); }
.laser-benefits article { min-height: 320px; padding: 34px 36px 30px 0; border-right: 1px solid rgba(255,255,255,.2); }
.laser-benefits article + article { padding-left: 36px; }
.laser-benefits span { color: var(--yellow); font-family: "Geist Mono", monospace; font-size: 11px; }
.laser-benefits h3 { margin: 105px 0 14px; font-size: 28px; letter-spacing: -.03em; font-weight: 540; }
.laser-benefits p { margin: 0; color: rgba(255,255,255,.63); font-size: 14px; line-height: 1.65; }
.laser-process { display: grid; grid-template-columns: .78fr 1.22fr; gap: 110px; align-items: start; }
.laser-process ol { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.laser-process li { min-height: 160px; padding: 30px 0; display: grid; grid-template-columns: 72px 1fr; align-content: center; border-bottom: 1px solid var(--line); }
.laser-process li > span { color: var(--blue); font-family: "Geist Mono", monospace; font-size: 11px; }
.laser-process strong { font-size: 22px; letter-spacing: -.025em; font-weight: 560; }
.laser-process li p { max-width: 600px; margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.page-editor-content { padding: 0 0 110px; }
.page-editor-content:empty { display: none; }
.page-editor-content > * { max-width: 820px; }
.page-editor-content h2, .page-editor-content h3 { color: var(--blue-deep); }
.page-editor-content p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 1100px) {
  .shell { width: min(100% - 40px, 760px); }
  .section-shell { padding: 90px 0; }
  .site-header { grid-template-columns: 1fr auto auto; gap: 16px; }
  .site-header.shell { width: calc(100% - 40px); }
  .nav-toggle { width: 42px; height: 42px; padding: 10px; position: relative; z-index: 30; display: grid; align-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.42); background: transparent; color: var(--white); cursor: pointer; }
  .nav-toggle span { width: 100%; height: 1px; display: block; background: currentColor; }
  .main-nav { position: fixed; inset: 0; z-index: 20; padding: 120px 30px 40px; display: flex; align-items: flex-start; flex-direction: column; gap: 0; transform: translateY(-105%); background: rgba(3,22,38,.985); transition: transform .25s ease; }
  .main-nav.is-open { transform: translateY(0); }
  .main-nav a { width: min(100%, 700px); margin: 0 auto; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 25px; opacity: 1; }
  .hero { min-height: 820px; }
  .hero-content { min-height: 590px; padding: 62px 0 68px; grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
  .proof-primary .proof-years { font-size: 24px; }
  .section-heading, .differentials-grid, .laser-content, .reviews-grid, .contact-grid { grid-template-columns: 1fr; }
  .section-heading, .differentials-grid, .reviews-grid, .contact-grid { gap: 55px; }
  .laser-content { gap: 55px; }
  .footer-main { grid-template-columns: 1.4fr 1fr; gap: 55px; }
  .page-hero-content, .story-grid, .contact-options, .laser-overview, .laser-process { grid-template-columns: 1fr; }
  .page-hero-content { gap: 38px; }
  .page-hero-copy { justify-self: start; }
  .catalog-grid { grid-template-columns: 1fr 1fr; }
  .catalog-group-heading { grid-template-columns: 1fr; gap: 20px; }
  .catalog-grid-profiles { grid-template-columns: repeat(3, 1fr); }
  .laser-catalog-banner { grid-template-columns: .7fr 1.3fr; }
  .laser-catalog-action { min-width: 0; grid-column: 1 / -1; padding: 21px 28px; flex-direction: row; align-items: center; border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .laser-overview, .laser-process { gap: 48px; }
  .story-grid { gap: 55px; }
  .google-panel { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .shell { width: calc(100% - 32px); }
  .site-header { height: 74px; }
  .site-header { grid-template-columns: 1fr auto; }
  .site-header.shell { width: calc(100% - 32px); }
  .header-cta { display: none; }
  .brand { font-size: 19px; }
  .brand .custom-logo { max-width: 180px; max-height: 42px; }
  .admin-bar .main-nav { top: 46px; }
  .hero { min-height: 790px; background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,20,36,.98), rgba(3,20,36,.72)); }
  .hero-content { min-height: 600px; padding: 48px 0 58px; }
  .hero h1 { font-size: 43px; line-height: 1.01; letter-spacing: -.045em; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 25px; }
  .hero-proof { height: auto; padding: 25px 0; }
  .proof-grid { grid-template-columns: 1fr 1fr; gap: 25px 10px; }
  .proof-primary { grid-column: 1 / -1; }
  .proof-primary .proof-years { font-size: 25px; }
  .proof-item { padding-left: 14px; gap: 10px; }
  .proof-item:last-child { grid-column: 1 / -1; }
  .section-heading h2, .reviews-summary h2, .contact h2 { font-size: 48px; }
  .products-photo { min-height: 420px; }
  .product-row { min-height: 125px; grid-template-columns: 62px 1fr auto; gap: 13px; }
  .product-number { font-size: 34px; }
  .product-name { font-size: 22px; }
  .laser-service, .laser-content { min-height: 760px; }
  .laser-content { padding: 90px 0 70px; }
  .laser-title h2 { font-size: 49px; }
  .laser-specs article { min-height: 135px; }
  .review-list { grid-template-columns: 1fr; }
  .review-list blockquote:first-child { grid-column: auto; }
  .review-list blockquote > p { font-size: 17px; }
  .contact { padding-top: 85px; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { padding: 25px 0; grid-template-columns: 1fr; gap: 13px; }
  .floating-whatsapp { right: 14px; bottom: 14px; padding: 0 14px; }
  .page-hero { min-height: 640px; }
  .page-hero-content { min-height: 566px; padding: 70px 0; }
  .page-hero h1 { font-size: 55px; }
  .content-section { padding: 85px 0; }
  .catalog-grid, .catalog-grid-profiles, .stat-grid, .value-grid, .review-guide, .laser-benefits { grid-template-columns: 1fr; }
  .product-card.featured { grid-column: auto; }
  .product-card { min-height: 330px; }
  .catalog-groups { gap: 66px; }
  .catalog-grid-clean .product-card { min-height: 315px; }
  .catalog-grid-clean .product-card h2 { margin-top: 48px; }
  .laser-catalog-banner { min-height: 0; grid-template-columns: 1fr; }
  .laser-catalog-image { min-height: 260px; }
  .laser-catalog-copy { padding: 38px 25px; }
  .laser-catalog-action { grid-column: auto; }
  .wide-cta { padding: 30px 25px; grid-template-columns: 1fr; }
  .story-photo { min-height: 430px; }
  .stat { padding-left: 0 !important; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-card, .value-card + .value-card { min-height: 250px; padding: 30px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .value-card h3 { margin-top: 65px; }
  .google-panel { padding: 34px 24px; gap: 36px; }
  .review-guide article, .review-guide article + article { min-height: 230px; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .review-guide h3 { margin-top: 58px; }
  .contact-primary, .contact-details { min-height: 430px; padding: 34px 24px; }
  .contact-primary .button { margin-top: 42px; }
  .laser-showcase { height: 470px; margin-top: 55px; }
  .laser-showcase-label { padding: 23px 20px; flex-wrap: wrap; gap: 12px 22px; }
  .laser-benefits article, .laser-benefits article + article { min-height: 245px; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .laser-benefits h3 { margin-top: 62px; }
  .laser-process li { grid-template-columns: 48px 1fr; }
}

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