:root {
  --primary: #ff6b00;
  --secondary: #5a3210;
  --accent: #f4b400;
  --bg: #ffffff;
  --surface: #f8f9fa;
  --text: #222222;
  --muted: #6b625c;
  --border: #eadfd6;
  --shadow: 0 22px 60px rgba(90, 50, 16, .12);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3 { font-family: Poppins, Inter, sans-serif; line-height: 1.08; letter-spacing: 0; margin: 0 0 16px; }
h1 { font-size: clamp(2.65rem, 7vw, 5.8rem); max-width: 780px; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 18px; color: var(--muted); }
ul { padding-left: 20px; }
dt { font-weight: 800; color: var(--secondary); }
dd { margin: 0 0 12px; color: var(--muted); }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(860px, calc(100% - 40px)); }
.skip-link { position: absolute; left: 12px; top: -60px; background: var(--primary); color: #fff; padding: 10px 14px; border-radius: var(--radius); z-index: 1000; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(234,223,214,.72);
}
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 150px; max-height: 58px; object-fit: contain; }
.nav-panel { display: flex; align-items: center; gap: 22px; font-weight: 700; font-size: .95rem; }
.nav-panel a { color: #3a2b22; }
.nav-panel a:hover, .nav-panel a[aria-current="page"] { color: var(--primary); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--border); background: #fff; border-radius: var(--radius); }
.nav-toggle span { display: block; width: 19px; height: 2px; background: var(--secondary); margin: 5px auto; }
.icon-btn { width: 40px; height: 40px; border: 1px solid var(--border); border-radius: 50%; background: #fff7ef; color: var(--secondary); }

.hero { padding: 74px 0 66px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 42px; }
.eyebrow { color: var(--primary); text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: .76rem; margin-bottom: 14px; }
.hero h1 span { color: var(--primary); }
.hero-sub, .lead { font-size: 1.18rem; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 22px; border-radius: var(--radius); font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--primary); color: #fff; box-shadow: 0 12px 30px rgba(255,107,0,.26); }
.btn.secondary { border-color: var(--border); color: var(--secondary); background: #fff; }
.trust-row { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-row span { border: 1px solid var(--border); border-radius: 999px; padding: 8px 12px; color: var(--secondary); font-weight: 800; background: #fff7ef; }
.hero-media { position: relative; }
.hero-media img { border-radius: var(--radius); box-shadow: var(--shadow); object-fit: cover; min-height: 360px; }
.floating-badge { position: absolute; background: var(--secondary); color: #fff; border-radius: 999px; padding: 12px 16px; font-weight: 800; box-shadow: 0 12px 35px rgba(0,0,0,.15); }
.floating-badge.top { top: 18px; right: 18px; }
.floating-badge.bottom { bottom: 18px; left: 18px; background: var(--primary); }

.strip { background: linear-gradient(90deg, var(--secondary), #7b3b08 62%, var(--primary)); color: #fff; }
.strip-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; }
.strip-grid span { padding: 22px 12px; text-align: center; font-weight: 800; border-right: 1px solid rgba(255,255,255,.18); }
.section { padding: 92px 0; }
.light { background: var(--surface); }
.section-head { text-align: center; max-width: 780px; margin: 0 auto 42px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card, .review-card, .step {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 12px 35px rgba(90,50,16,.07);
}
.feature-card span { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #fff0e3; color: var(--primary); font-weight: 900; margin-bottom: 16px; }
.feature-card:hover, .product-card:hover, .catalog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.rounded-img { border-radius: var(--radius); box-shadow: var(--shadow); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card, .catalog-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  transition: .2s ease;
}
.product-card img { height: 210px; width: 100%; object-fit: cover; }
.product-card div, .catalog-card div { padding: 24px; }
.text-link { color: var(--primary); font-weight: 800; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.step b { color: var(--primary); font-size: 1.9rem; }
.counter-band { background: var(--secondary); color: #fff; padding: 54px 0; }
.counters { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; }
.counters strong { display: block; font-family: Poppins, sans-serif; font-size: clamp(2rem, 4vw, 3.2rem); }
.counters span { color: #f9dbc2; font-weight: 700; }
.gallery-grid, .masonry { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-grid button, .masonry button { border: 0; padding: 0; background: transparent; border-radius: var(--radius); overflow: hidden; }
.gallery-grid img, .masonry img { width: 100%; height: 220px; object-fit: cover; transition: transform .3s ease; }
.gallery-grid button:hover img, .masonry button:hover img { transform: scale(1.04); }
.testimonial-slider { position: relative; max-width: 760px; margin: 0 auto; }
.testimonial { display: none; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 36px; text-align: center; box-shadow: var(--shadow); }
.testimonial.active { display: block; }
.testimonial p { font-size: 1.28rem; color: var(--text); }
.testimonial span, .review-card span { color: var(--accent); font-weight: 900; }
.slider-controls { display: flex; gap: 12px; justify-content: center; margin-top: 18px; }
.slider-controls button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--border); background: #fff; font-size: 1.5rem; }
.faq-list details { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 18px 20px; margin-bottom: 12px; }
.faq-list summary { font-weight: 800; color: var(--secondary); cursor: pointer; }
.faq-list p { margin-top: 12px; }
.newsletter, .cta-section { padding: 64px 0; background: var(--secondary); color: #fff; }
.newsletter p, .cta-section p { color: #f8d8bf; }
.newsletter-grid, .cta-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; }
.inline-form { display: flex; gap: 10px; flex-wrap: wrap; }
input, textarea { width: 100%; border: 1px solid var(--border); border-radius: var(--radius); padding: 13px 14px; background: #fff; color: var(--text); }
input:focus, textarea:focus, button:focus-visible, a:focus-visible { outline: 3px solid rgba(255,107,0,.34); outline-offset: 2px; }
.form-note { width: 100%; font-weight: 700; margin: 8px 0 0; }
.page-hero { padding: 92px 0 64px; background: linear-gradient(135deg, #fff7ef, #fff 58%, #f8f9fa); }
.page-hero h1 { font-size: clamp(2.35rem, 5vw, 4.8rem); }
.cards-3, .review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-grid { grid-template-columns: repeat(4, 1fr); }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.timeline div { border-left: 4px solid var(--primary); padding: 22px; background: #fff; border-radius: var(--radius); }
.product-list { display: grid; gap: 24px; }
.catalog-card { display: grid; grid-template-columns: 43% 1fr; align-items: stretch; }
.catalog-card img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.filter-bar button { border: 1px solid var(--border); border-radius: 999px; background: #fff; padding: 10px 14px; font-weight: 800; }
.filter-bar .active { background: var(--primary); color: #fff; border-color: var(--primary); }
.video-box { min-height: 300px; border-radius: var(--radius); background: linear-gradient(135deg, #5a3210, #ff6b00); color: #fff; display: grid; place-items: center; text-align: center; }
.video-box span { font-size: 4rem; }
.search-box { display: grid; gap: 8px; font-weight: 800; margin-bottom: 22px; }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: start; }
.contact-form, .contact-panel { border: 1px solid var(--border); border-radius: var(--radius); background: #fff; padding: 26px; box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 8px; font-weight: 800; margin-bottom: 14px; }
.contact-panel iframe { width: 100%; height: 250px; border: 0; border-radius: var(--radius); margin-top: 12px; }
.socials { display: flex; gap: 12px; flex-wrap: wrap; margin: 18px 0; }
.socials a { color: var(--primary); font-weight: 800; }
.legal h2 { margin-top: 28px; font-size: 1.5rem; }
.site-footer { background: #24150d; color: #fff; padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 28px; }
.footer-grid img { width: 150px; background: #fff; border-radius: var(--radius); margin-bottom: 12px; }
.footer-grid a { display: block; color: #f2c6a7; margin: 8px 0; }
.copyright { text-align: center; color: #cdb8a9; margin-top: 28px; }
.back-top, .float-btn {
  position: fixed;
  right: 18px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 0;
  z-index: 90;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
  font-weight: 900;
}
.back-top { bottom: 18px; background: var(--secondary); color: #fff; opacity: 0; pointer-events: none; transition: .2s ease; }
.back-top.show { opacity: 1; pointer-events: auto; }
.float-btn { color: #fff; }
.whatsapp { bottom: 128px; background: #1f9d55; }
.call { bottom: 74px; background: var(--primary); }
.cookie { position: fixed; left: 18px; bottom: 18px; display: flex; gap: 12px; align-items: center; max-width: 430px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 14px; z-index: 120; }
.cookie p { margin: 0; }
.cookie button { border: 0; border-radius: var(--radius); background: var(--primary); color: #fff; padding: 10px 14px; font-weight: 800; }
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.82); z-index: 200; display: grid; place-items: center; padding: 30px; }
.lightbox[hidden] { display: none; }
.lightbox img { max-height: 82vh; border-radius: var(--radius); }
.lightbox button { position: absolute; top: 18px; right: 18px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #fff; font-size: 1.8rem; }
