:root { color-scheme: light; }

html { width: 100%; min-height: 100%; scroll-behavior: smooth; scroll-padding-top: 6.6rem; }
body { width: 100%; min-height: 100%; overflow-x: hidden; }
body {
  background: #fff;
  color: #0a0a0a;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

.landing-page { width: 100%; }

.page-section {
  position: relative;
  width: 100%;
  min-height: 32rem;
  overflow: hidden;
  background: #fff;
}

.eyebrow {
  margin: 0 0 1.7rem;
  color: #d71920;
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  margin-bottom: 1.6rem;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .98;
}
h1 { font-size: clamp(3.5rem, 5.8vw, 6.4rem); }
h2 { font-size: clamp(3.2rem, 5vw, 5.6rem); }
h3 { margin-bottom: .75rem; font-size: 1.3rem; letter-spacing: -.03em; }
.lead { max-width: 34rem; margin: 0; color: #565656; font-size: clamp(1rem, 1.25vw, 1.18rem); line-height: 1.62; }

.actions { display: flex; align-items: center; gap: 2.2rem; margin-top: 2.4rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.2rem; padding: 0 1.5rem; border-radius: 999px; font-size: .88rem; font-weight: 700; }
.button-primary { background: #d71920; color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: .75rem; font-size: .88rem; font-weight: 700; }
.text-link span { color: #d71920; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.35rem;
  padding: 1.25rem clamp(2rem, 4.2vw, 5.4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(10,10,10,.06);
  backdrop-filter: blur(8px);
  transition: height 260ms ease, padding 260ms ease, box-shadow 260ms ease, background-color 260ms ease;
}
.site-header.is-scrolled {
  height: 5.5rem;
  padding-top: .85rem;
  padding-bottom: .85rem;
  background: rgba(255, 255, 255, .985);
  box-shadow: 0 .9rem 2.2rem rgba(12,16,22,.09);
}
.brand { width: 10.3rem; height: 2.8rem; display: inline-flex; align-items: center; }
.brand img { object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: clamp(.85rem, 1.35vw, 1.5rem); }
.menu-toggle, .mobile-nav { display: none; }
.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 2.6rem;
  padding: .2rem .08rem;
  color: #15171c;
  font-size: .94rem;
  font-weight: 700;
  letter-spacing: .01em;
  transition: color 220ms ease;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.35rem;
  height: 2px;
  border-radius: 99px;
  transform: scaleX(0);
  transform-origin: left center;
  background: #d71920;
  transition: transform 220ms ease;
}
.nav-link:hover { color: #d71920; }
.nav-link:hover::after { transform: scaleX(1); }
.nav-link-phone {
  margin-left: .25rem;
  color: #535961;
  font-size: .9rem;
  font-weight: 600;
}
.nav-link-phone::after { display: none; }
.nav-link-whatsapp {
  min-height: 2.85rem;
  margin-left: .4rem;
  padding: 0 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(215,25,32,.24);
  background: linear-gradient(180deg, #e4282f 0%, #cc141b 100%);
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .01em;
  box-shadow: 0 .8rem 1.6rem rgba(215,25,32,.2);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}
.nav-link-whatsapp::after { display: none; }
.nav-link-whatsapp:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 1rem 1.9rem rgba(215,25,32,.3);
  filter: saturate(1.05);
}
.hero-section { min-height: 38rem; margin-top: 6.6rem; display: block; }
.hero-section::before { content: ""; position: absolute; z-index: 0; inset: 0 auto 0 0; width: min(52rem, 64%); opacity: .08; background-image: radial-gradient(circle at 18% 28%, rgba(255,255,255,.95) 0 1px, transparent 1.5px), radial-gradient(circle at 78% 64%, rgba(215,25,32,.85) 0 1px, transparent 1.5px), linear-gradient(135deg, transparent 44%, rgba(255,255,255,.4) 44% 45%, transparent 45% 100%), repeating-linear-gradient(135deg, rgba(255,255,255,.8) 0 1px, transparent 1px 2.2rem); background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%; }
.hero-section::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.64) 0%, rgba(0,0,0,.42) 38%, rgba(0,0,0,.16) 72%, rgba(0,0,0,.10) 100%); }
.hero-copy { position: relative; z-index: 2; width: min(52rem, 62%); min-height: 38rem; padding: 5rem clamp(2rem, 5vw, 6rem); display: flex; flex-direction: column; justify-content: center; color: #fff; }
.hero-copy::before,
.hero-copy::after { content: none; }
.hero-copy h1 { max-width: 8ch; font-size: clamp(3.9rem, 6.2vw, 6.9rem); }
.hero-copy h1, .hero-copy .lead, .hero-copy .actions, .hero-copy .hero-points { position: relative; z-index: 1; }
.hero-copy .lead { color: #fff; }
.hero-visual { position: absolute; inset: 0; margin: 0; padding: 0; overflow: hidden; }
.hero-visual::before,
.hero-visual::after { content: none; }
.hero-visual picture { display: block; width: 100%; height: 100%; }
.hero-visual img { position: relative; z-index: 1; border-radius: 0; object-position: 55% center; box-shadow: none; }
.hero-points { display: flex; flex-wrap: wrap; gap: 1.5rem 2.5rem; margin-top: 3.5rem; font-size: .76rem; font-weight: 700; }

.interior-section { min-height: 42rem; display: grid; grid-template-columns: 41% 59%; align-items: center; gap: clamp(2rem, 3.2vw, 3.8rem); padding: clamp(3rem, 5vw, 4.5rem) clamp(2rem, 4.8vw, 4.8rem); background: #f7f7f5; border-bottom: 1px solid rgba(16,19,24,.06); }
.interior-section > * { position: relative; z-index: 1; }
.interior-section .motif-a { left: -2.5rem; top: 8%; }
.interior-section .motif-b { right: -1.5rem; top: auto; bottom: 10%; animation-duration: 29s; }
.interior-visual { margin: 0; overflow: hidden; border-radius: 1.5rem; box-shadow: 0 1.1rem 2.4rem rgba(0,0,0,.15); }
.interior-visual::before,
.interior-visual::after { content: none; }
.interior-visual img { display: block; width: 100%; height: 100%; border-radius: 1.5rem; object-position: center; box-shadow: none; }
.interior-copy { grid-column: 1; grid-row: 1; max-width: 34rem; padding: 0 0 0 .2rem; display: flex; flex-direction: column; justify-content: center; }
.interior-visual { grid-column: 2; grid-row: 1; }
.interior-copy h2 { max-width: 9ch; margin-bottom: 1.25rem; color: #0f1319; font-size: clamp(3.45rem, 5.7vw, 5.5rem); line-height: .98; letter-spacing: -.045em; }
.interior-copy .accent-dot { color: #d71920; }
.interior-rule { width: 4.3rem; height: 2px; margin: .55rem 0 2rem; background: #d71920; }
.interior-copy .lead { max-width: 30rem; color: #5c5f64; font-size: clamp(1.05rem, 1.46vw, 2rem); line-height: 1.5; }
.interior-copy .text-link { margin-top: 2.7rem; gap: 1.2rem; color: #0f1319; font-size: clamp(1.05rem, 1.2vw, 1.95rem); font-weight: 700; }
.interior-copy .text-link span { color: #d71920; font-size: 1.18em; }

.services-section { min-height: 32rem; padding: clamp(3.8rem, 5vw, 5rem) clamp(2rem, 4vw, 4rem) clamp(3.2rem, 4vw, 4rem); display: flex; flex-direction: column; justify-content: center; background: #fff; }
.services-section,
.business-section,
.contact-section {
  isolation: isolate;
}
.services-section > *,
.business-section > *,
.contact-section > * {
  position: relative;
  z-index: 1;
}
.services-section::before,
.business-section::before,
.contact-section::before,
.services-section::after,
.business-section::after,
.contact-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -3rem;
  pointer-events: none;
  background-repeat: no-repeat;
  will-change: transform, opacity;
}
.services-section::before,
.business-section::before,
.contact-section::before {
  opacity: .25;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 72'%3E%3Cg fill='none' stroke='%23E9E9E9' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M25 29V12h46v17M19 29h58a7 7 0 0 1 7 7v19H72v9H24v-9H12V36a7 7 0 0 1 7-7Z'/%3E%3Cpath d='M31 49h34v15H31zM67 37h5M25 20h46'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 72'%3E%3Cg fill='none' stroke='%23E9E9E9' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M25 29V12h46v17M19 29h58a7 7 0 0 1 7 7v19H72v9H24v-9H12V36a7 7 0 0 1 7-7Z'/%3E%3Cpath d='M31 49h34v15H31zM67 37h5M25 20h46'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 72'%3E%3Cg fill='none' stroke='%23E9E9E9' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M25 29V12h46v17M19 29h58a7 7 0 0 1 7 7v19H72v9H24v-9H12V36a7 7 0 0 1 7-7Z'/%3E%3Cpath d='M31 49h34v15H31zM67 37h5M25 20h46'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 4% 16%, 94% 24%, 78% 92%;
  background-size: 7.5rem auto, 5.8rem auto, 8.8rem auto;
  animation: print-drift 28s ease-in-out infinite alternate;
}
.services-section::after,
.business-section::after,
.contact-section::after {
  opacity: .2;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76 76'%3E%3Cg fill='none' stroke='%23EFEFEF' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 20h42l5 9v29H12V29l5-9Z'/%3E%3Cpath d='M23 20v15h30V20M21 47h25M54 28h5'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 84'%3E%3Cg fill='none' stroke='%23EFEFEF' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 8h27l11 11v57H17zM44 8v12h11M24 32h24M24 42h24M24 52h18'/%3E%3Cpath d='M12 14H8v62h35'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76 76'%3E%3Cg fill='none' stroke='%23EFEFEF' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 20h42l5 9v29H12V29l5-9Z'/%3E%3Cpath d='M23 20v15h30V20M21 47h25M54 28h5'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 18% 88%, 62% 8%, 99% 68%;
  background-size: 5.2rem auto, 6.5rem auto, 4.5rem auto;
  animation: consumable-float 33s ease-in-out infinite alternate;
}
.business-section::before { background-position: 1% 12%, 96% 38%, 72% 94%; animation-duration: 31s; }
.business-section::after { background-position: 13% 92%, 58% 5%, 98% 76%; animation-duration: 26s; }
.contact-section::before { background-position: 2% 72%, 97% 13%, 72% 92%; animation-duration: 34s; }
.contact-section::after { background-position: 32% 5%, 84% 90%, 99% 56%; animation-duration: 29s; }
.services-section::before,
.services-section::after,
.business-section::before,
.business-section::after,
.contact-section::before,
.contact-section::after { content: none; }
.print-motif-layer { position: absolute !important; z-index: 0 !important; inset: 0; overflow: hidden; pointer-events: none; }
.print-symbols { position: absolute; width: 0; height: 0; overflow: hidden; }
.print-motif { position: absolute; width: 5rem; height: 5rem; overflow: visible; fill: none; stroke: #d9dde2; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; opacity: .28; animation: motif-float 24s ease-in-out infinite alternate; will-change: transform, opacity; }
.print-motif.motif-a { top: -1.8rem; left: 3%; width: 8.5rem; height: 7rem; animation-duration: 30s; }
.print-motif.motif-b { top: 16%; right: -1.5rem; width: 6rem; height: 6rem; animation-duration: 23s; animation-delay: -7s; }
.print-motif.motif-c { bottom: -2rem; left: 17%; width: 7rem; height: 8rem; animation-duration: 34s; animation-delay: -12s; }
.print-motif.motif-d { top: 9%; left: 60%; width: 3.5rem; height: 4.5rem; opacity: .23; animation-duration: 27s; animation-delay: -18s; }
.print-motif.motif-e { right: 22%; bottom: -1.5rem; width: 6.5rem; height: 5rem; opacity: .25; animation-duration: 32s; animation-delay: -4s; }
.business-section .motif-a { left: -2rem; top: 10%; }
.business-section .motif-b { right: 2%; top: -2.5rem; }
.business-section .motif-c { left: 48%; bottom: -2.8rem; }
.business-section .motif-d { left: 75%; top: 42%; }
.business-section .motif-e { right: -1rem; bottom: 8%; }
.contact-section .motif-a { left: -1.5rem; top: 12%; }
.contact-section .motif-b { right: 51%; top: -2.5rem; }
.contact-section .motif-c { left: 35%; bottom: -1.5rem; }
.contact-section .motif-d { left: 2%; top: 66%; }
.contact-section .motif-e { right: -2.5rem; bottom: 4%; }
.section-heading { max-width: 52rem; margin: 0 auto 2.5rem; text-align: center; }
.section-heading h2 { max-width: none; }
.service-grid { width: 100%; max-width: 90rem; margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.service-card { min-height: 11.7rem; height: 100%; padding: 1.45rem 1.3rem; display: flex; align-items: flex-start; gap: 1rem; background: #fff; border: 1px solid rgba(16,19,24,.08); border-radius: 1.05rem; box-shadow: 0 .4rem 1.15rem rgba(15,20,28,.045); transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease; }
.service-card:hover { transform: translateY(-2px); box-shadow: 0 .75rem 1.55rem rgba(15,20,28,.075); border-color: rgba(215,25,32,.2); }
.service-card > img { height: 8.5rem; margin-bottom: 1.2rem; object-fit: contain; }
.service-card h3 { margin-bottom: .45rem; color: #10151b; font-size: clamp(1.12rem, .95vw, 1.26rem); font-weight: 700; line-height: 1.2; letter-spacing: -.01em; }
.service-card p { margin: 0; color: #4f5660; font-size: clamp(.88rem, .74vw, .96rem); line-height: 1.5; }
.service-icon { width: 3.35rem; height: 3.35rem; flex: 0 0 3.35rem; display: inline-flex; align-items: center; justify-content: center; border-radius: .82rem; background: rgba(215,25,32,.08); color: #d71920; box-shadow: inset 0 1px 0 rgba(255,255,255,.75); transition: transform 220ms ease, background-color 220ms ease; }
.service-card:hover .service-icon { transform: translateY(-1px); background: rgba(215,25,32,.12); }
.service-icon svg { width: 2rem; height: 2rem; stroke: currentColor; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.service-content {
  flex: 1;
  min-width: 0;
  min-height: 100%;
  padding-top: .18rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.brands-section { min-height: 30rem; padding: 4.5rem clamp(3rem, 6vw, 6rem); display: grid; grid-template-columns: 30% 70%; align-items: center; background: #0a0a0a; color: #fff; }
.brands-section h2 { color: #fff; }
.brands-intro p:last-child { max-width: 30rem; color: #aaa; line-height: 1.6; }
.brands-intro h2 { max-width: 8.5ch; }
.brand-list { padding-left: 4vw; display: grid; grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); align-items: center; gap: 1rem; }
.brand-item { min-width: 0; height: 5rem; padding: 1rem 1.15rem; display: flex; align-items: center; justify-content: center; border-radius: .85rem; background: #fff; box-shadow: 0 .35rem 1rem rgba(0,0,0,.05); transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease; }
.brand-item:hover { transform: translateY(-3px); box-shadow: 0 .7rem 1.4rem rgba(0,0,0,.08); }
.brand-item img { width: auto; max-width: 100%; height: 42px; object-fit: contain; }

@media (min-width: 1025px) {
  .brand-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.business-section { min-height: 30rem; padding: clamp(4rem, 5vw, 5rem) clamp(2rem, 5vw, 5rem); display: flex; flex-direction: column; justify-content: center; background: #f6f6f3; color: #12161d; border-top: 1px solid rgba(16,19,24,.06); border-bottom: 1px solid rgba(16,19,24,.06); }
.business-shell { width: 100%; max-width: 86rem; margin: 0 auto; }
.business-head { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(19rem, .7fr); gap: clamp(2rem, 4vw, 4.5rem); align-items: center; margin-bottom: 2rem; }
.business-copy { padding: 0; max-width: 66rem; margin-bottom: 0; text-align: left; }
.business-copy h2 { max-width: 13ch; margin-bottom: 1.8rem; color: #12161d; font-size: clamp(2.8rem, 4.35vw, 4.25rem); }
.business-lead { max-width: 44rem; margin: 0; color: #525a64; font-size: clamp(1rem, 1.25vw, 1.12rem); line-height: 1.68; }
.business-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.2rem; }
.business-actions .button { min-height: 3rem; padding-inline: 1.4rem; }
.business-section .button-ghost { border: 1px solid rgba(215,25,32,.28); background: #fff; color: #d71920; }
.business-section .button-ghost:hover { background: rgba(215,25,32,.05); }
.business-advantages { padding: 1.65rem 1.7rem; border-radius: 1.1rem; background: #fff; border: 1px solid rgba(16,19,24,.08); box-shadow: 0 .55rem 1.5rem rgba(12,16,22,.045); }
.business-advantages h3 { margin-bottom: 1.1rem; font-size: 1rem; letter-spacing: .025em; text-transform: uppercase; color: #12161d; }
.business-advantages ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .78rem; color: #4f5660; font-size: .94rem; line-height: 1.4; }
.business-advantages li { position: relative; padding-left: 1.55rem; }
.business-advantages li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #d71920; font-weight: 700; }
.business-grid { width: 100%; margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.business-grid article { min-height: 12.2rem; height: 100%; padding: 1.65rem 1.75rem; background: #fff; border: 1px solid rgba(16,19,24,.085); border-radius: 1.1rem; box-shadow: 0 .55rem 1.5rem rgba(12,16,22,.045); transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.business-grid article:hover { transform: translateY(-2px); border-color: rgba(215,25,32,.26); box-shadow: 0 1rem 2rem rgba(12,16,22,.1); }
.business-grid article span { display: inline-flex; width: 3.25rem; height: 3.25rem; align-items: center; justify-content: center; margin-bottom: 1rem; border-radius: 1rem; background: rgba(215,25,32,.1); font-size: 1.25rem; }
.business-grid article h3 { margin-bottom: .6rem; font-size: 1.22rem; }
.business-grid p { margin: 0; color: #4f5660; font-size: .95rem; line-height: 1.62; }

.contact-section { min-height: 0; display: block; padding: clamp(.75rem, 1.25vw, 1rem); background: #fff; }
.contact-top { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(22rem, 43%) 1fr; gap: clamp(1rem, 2vw, 2rem); align-items: start; }
.contact-copy { min-width: 0; padding: clamp(1.5rem, 2.6vw, 2.6rem) clamp(1rem, 2.5vw, 2.5rem); display: flex; flex-direction: column; justify-content: flex-start; }
.contact-copy h2 { margin-bottom: 1.25rem; font-size: clamp(2.7rem, 4.25vw, 4.65rem); }
.contact-data { margin-bottom: 1.25rem; }
.contact-data div { display: grid; grid-template-columns: 6.2rem 1fr; gap: .7rem; padding: .68rem 0; border-top: 1px solid rgba(16,19,24,.11); }
.contact-data span { color: #777; font-size: .71rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.contact-data p { margin: 0; color: #252a31; font-size: .91rem; line-height: 1.5; }
.contact-data a:hover { color: #d71920; }
.contact-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.contact-copy .button { align-self: flex-start; }
.contact-actions .button-primary { min-height: 3.25rem; padding-inline: 1.65rem; box-shadow: 0 .7rem 1.35rem rgba(215,25,32,.18); }
.contact-actions .button-ghost { min-height: 3.25rem; border: 1px solid rgba(16,19,24,.16); }
.contact-form-heading { position: relative; z-index: 1; width: 100%; padding: clamp(2rem, 3vw, 3rem) clamp(1rem, 2.5vw, 2.5rem) 0; border-top: 1px solid rgba(16,19,24,.08); }
.contact-form-heading .eyebrow { margin-bottom: .8rem; }
.contact-form-heading h2 { max-width: 18ch; margin-bottom: .75rem; font-size: clamp(2.4rem, 4vw, 4rem); }
.contact-form-heading > p:last-child { max-width: 42rem; margin: 0; color: #59616b; font-size: .96rem; line-height: 1.6; }
.contact-form { position: relative; z-index: 1; width: 100%; margin-top: clamp(.8rem, 1.2vw, 1.15rem); padding: clamp(1rem, 1.5vw, 1.5rem) clamp(1rem, 2.5vw, 2.5rem) .5rem; border-top: 0; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem .8rem; }
.form-field { min-width: 0; display: flex; flex-direction: column; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { margin-bottom: .3rem; color: #343a42; font-size: .76rem; font-weight: 700; }
.form-field label span { color: #737981; font-weight: 400; }
.form-field input,
.form-field textarea { width: 100%; border: 1px solid rgba(16,19,24,.16); border-radius: .7rem; background: #fff; color: #171b21; font: inherit; font-size: .9rem; transition: border-color 180ms ease, box-shadow 180ms ease; }
.form-field input { min-height: 2.75rem; padding: 0 .8rem; }
.form-field textarea { min-height: 6.5rem; padding: .7rem .8rem; line-height: 1.5; resize: vertical; }
.form-field input:focus-visible,
.form-field textarea:focus-visible { border-color: rgba(215,25,32,.72); outline: 2px solid rgba(215,25,32,.18); outline-offset: 1px; box-shadow: 0 0 0 .2rem rgba(215,25,32,.06); }
.form-field input[aria-invalid="true"],
.form-field textarea[aria-invalid="true"] { border-color: #b71920; }
.form-error { min-height: .85rem; margin-top: .2rem; color: #a51c22; font-size: .72rem; line-height: 1.25; }
.form-consent { display: grid; grid-template-columns: 1.1rem 1fr; gap: .65rem; align-items: start; margin-top: .7rem; }
.form-consent input { width: 1rem; height: 1rem; margin: .15rem 0 0; accent-color: #d71920; }
.form-consent label { color: #4f5660; font-size: .8rem; line-height: 1.45; }
.form-consent a { color: #d71920; font-weight: 700; text-decoration: underline; text-underline-offset: .15em; }
.contact-privacy-note { margin: .45rem 0 0; color: #737981; font-size: .72rem; line-height: 1.45; }
.contact-submit { min-width: 9.8rem; margin-top: .85rem; border: 0; cursor: pointer; }
.contact-submit:disabled { cursor: wait; opacity: .68; }
.form-status { min-height: 1rem; margin: .5rem 0 0; color: #4f5660; font-size: .8rem; line-height: 1.4; }
.form-status.is-success { color: #23723b; }
.form-status.is-error { color: #a51c22; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.button-dark { color: #0a0a0a; }
.map-shell { min-width: 0; height: 520px; padding: 0; }
.map-card { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 2rem; box-shadow: 0 1.8rem 3.8rem rgba(0,0,0,.08); border: 1px solid rgba(255,255,255,.65); background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(242,242,239,.98)); backdrop-filter: blur(10px); }
.map-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 70% 18%, rgba(215,25,32,.09), transparent 26%), radial-gradient(circle at 20% 80%, rgba(215,25,32,.06), transparent 18%); }
.map-embed { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-embed[hidden] { display: none; }
.map-placeholder { position: absolute; inset: 0; z-index: 1; padding: 2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: #f4f4f2; color: #4f5660; }
.map-placeholder[hidden] { display: none; }
.map-placeholder p { max-width: 28rem; margin: 0 0 .65rem; line-height: 1.55; }
.map-placeholder strong { color: #171b21; font-size: 1.05rem; }
.map-consent-button { min-height: 2.9rem; margin-top: .7rem; border: 1px solid rgba(16,19,24,.14); background: #fff; cursor: pointer; }
.map-button { position: absolute; left: 1rem; bottom: 1rem; z-index: 2; display: inline-flex; align-items: center; justify-content: center; min-height: 2.8rem; padding: 0 1.2rem; border-radius: 999px; background: rgba(10,10,10,.88); color: #fff; font-size: .8rem; font-weight: 700; box-shadow: 0 .8rem 1.6rem rgba(0,0,0,.18); }
.map-button:hover { background: #0a0a0a; }

.faq-section { min-height: 0; padding: clamp(4rem, 6vw, 6rem) clamp(1.25rem, 5vw, 5rem); background: #fff; border-top: 1px solid rgba(16,19,24,.06); }
.faq-shell { width: 100%; max-width: 68rem; margin: 0 auto; }
.faq-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
.faq-list details { padding: 1.25rem 1.35rem; border: 1px solid rgba(16,19,24,.09); border-radius: 1rem; background: #fff; box-shadow: 0 .35rem 1rem rgba(12,16,22,.035); }
.faq-list summary { color: #171b21; font-size: .98rem; font-weight: 700; line-height: 1.4; cursor: pointer; }
.faq-list details p { margin: .9rem 0 0; color: #555d66; font-size: .92rem; line-height: 1.62; }
.faq-list a { color: #d71920; font-weight: 700; }

@keyframes print-drift {
  0% { transform: translate3d(0, 0, 0) rotate(-.15deg); opacity: .2; }
  50% { opacity: .27; }
  100% { transform: translate3d(.65rem, -.8rem, 0) rotate(.25deg); opacity: .23; }
}
@keyframes consumable-float {
  0% { transform: translate3d(0, .25rem, 0) rotate(.2deg); opacity: .17; }
  55% { opacity: .23; }
  100% { transform: translate3d(-.55rem, -.65rem, 0) rotate(-.3deg); opacity: .19; }
}
@keyframes motif-float {
  0% { transform: translate3d(0, 0, 0) rotate(-.35deg); opacity: .22; }
  52% { opacity: .31; }
  100% { transform: translate3d(.55rem, -.7rem, 0) rotate(.45deg); opacity: .26; }
}

.reveal-on-scroll { opacity: 0; transform: translateY(1rem); transition: opacity 700ms ease, transform 700ms ease; will-change: opacity, transform; }
.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }

.site-footer { min-height: 23rem; padding: 0 clamp(1.5rem, 5vw, 5rem); background: #0a0a0a; color: #fff; border-top: 1px solid rgba(255,255,255,.11); }
.footer-inner { width: 100%; max-width: 86rem; margin: 0 auto; padding: clamp(5rem, 6.5vw, 6.5rem) 0 clamp(3.5rem, 4.5vw, 4.5rem); display: grid; grid-template-columns: minmax(18rem, 1.8fr) minmax(9rem, .65fr) minmax(16rem, 1fr); gap: clamp(3rem, 6vw, 6rem); align-items: start; }
.footer-brand { min-width: 0; overflow: visible; }
.site-footer .footer-brand img { display: block; width: min(100%, 11.5rem); max-width: 11.5rem; height: auto; max-height: none; object-fit: contain; object-position: left center; overflow: visible; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 27rem; margin: 2rem 0 0; color: #b9b9b9; font-size: .94rem; line-height: 1.72; }
.footer-whatsapp { width: fit-content; min-height: 3.15rem; margin-top: 1.7rem; padding: .75rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: #25d366; color: #fff; font-size: .86rem; font-weight: 700; line-height: 1.2; box-shadow: 0 .65rem 1.4rem rgba(0,0,0,.24); transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease; }
.footer-whatsapp svg { width: 1.25rem; height: 1.25rem; flex: 0 0 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.footer-whatsapp:hover { transform: translateY(-2px); background: #20c55c; box-shadow: 0 .9rem 1.7rem rgba(0,0,0,.3); }
.footer-links { display: flex; flex-direction: column; gap: .9rem; color: #c6c6c6; font-size: .88rem; line-height: 1.5; }
.footer-links strong { margin-bottom: .65rem; color: #fff; font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a { color: #c4c4c4; transition: color 180ms ease; }
.footer-links a:hover { color: #d71920; }
.footer-links span { margin-top: .75rem; color: #fff; font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.footer-links p { max-width: 19rem; margin: 0; color: #b9b9b9; line-height: 1.65; }
.whatsapp-link { width: fit-content; min-height: 2.9rem; padding: .65rem 1.15rem; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: #25d366; color: #fff; font-size: .84rem; font-weight: 700; line-height: 1.2; box-shadow: 0 .55rem 1.2rem rgba(16,120,60,.18); transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease; }
.whatsapp-link::after { display: none; }
.whatsapp-link span { margin: 0; color: inherit; font: inherit; letter-spacing: normal; }
.whatsapp-link svg { width: 1.2rem; height: 1.2rem; flex: 0 0 1.2rem; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-link:hover { transform: translateY(-2px); background: #20bd5a; color: #fff; box-shadow: 0 .8rem 1.45rem rgba(16,120,60,.25); }
.whatsapp-link:focus-visible { outline: 3px solid rgba(37,211,102,.35); outline-offset: 3px; }
.business-section .business-actions .whatsapp-link { border-color: #25d366; background: #25d366; color: #fff; opacity: 1; filter: none; }
.business-section .business-actions .whatsapp-link:hover { border-color: #20bd5a; background: #20bd5a; color: #fff; }
.business-section .business-actions .whatsapp-link:focus-visible { outline: 3px solid rgba(37,211,102,.35); outline-offset: 3px; }
.business-section .business-actions .whatsapp-link:active { transform: translateY(0); background: #1eae53; }
.whatsapp-link-inline { min-height: 2.25rem; padding: .4rem .75rem; font-size: .78rem; vertical-align: middle; }
.whatsapp-link-inline svg { width: 1rem; height: 1rem; flex-basis: 1rem; }
.footer-social { margin-top: 1.5rem; }
.footer-social > strong { display: block; margin-bottom: .65rem; color: #fff; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-social > div { display: flex; gap: .55rem; }
.footer-social a { width: 2.75rem; height: 2.75rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; color: #d0d0d0; transition: color 180ms ease, border-color 180ms ease, transform 180ms ease; }
.footer-social a:hover { color: #d71920; border-color: rgba(215,25,32,.55); transform: translateY(-2px); }
.footer-social a:focus-visible { outline: 2px solid #d71920; outline-offset: 3px; }
.footer-social svg { width: 1.15rem; height: 1.15rem; fill: currentColor; stroke: none; }
.footer-social a:last-child svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.footer-bottom { width: 100%; max-width: 86rem; margin: 0 auto; padding: 1.25rem 0 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem 2rem; border-top: 1px solid rgba(255,255,255,.1); color: #a9a9a9; font-size: .75rem; line-height: 1.5; }
.footer-bottom p { margin: 0; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .65rem 1.15rem; }
.footer-legal a { color: #bdbdbd; transition: color 180ms ease; }
.footer-legal a:hover { color: #fff; }
.footer-legal a:focus-visible { outline: 2px solid #25d366; outline-offset: 3px; }
.cookie-settings { padding: 0; border: 0; background: transparent; color: #bdbdbd; font: inherit; cursor: pointer; transition: color 180ms ease; }
.cookie-settings:hover { color: #fff; }
.cookie-settings:focus-visible { outline: 2px solid #25d366; outline-offset: 3px; }

.cookie-banner { position: fixed; z-index: 130; right: 1rem; bottom: 1rem; width: min(42rem, calc(100% - 2rem)); padding: 1.25rem; border: 1px solid rgba(255,255,255,.13); border-radius: 1rem; background: #101010; color: #e8e8e8; box-shadow: 0 1.2rem 3rem rgba(0,0,0,.32); }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { margin: 0 0 .55rem; color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 1.05rem; font-weight: 700; letter-spacing: 0; line-height: 1.3; }
.cookie-banner p { margin: 0; color: #c8c8c8; font-size: .84rem; line-height: 1.55; }
.cookie-banner a { color: #fff; text-decoration: underline; text-underline-offset: .16em; }
.cookie-actions { margin-top: 1rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .6rem; }
.cookie-actions button, .cookie-save { min-height: 2.8rem; padding: .55rem .9rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: transparent; color: #fff; font-size: .8rem; font-weight: 700; cursor: pointer; }
.cookie-actions .cookie-accept, .cookie-actions .cookie-reject, .cookie-save { border-color: #d71920; background: #d71920; }
.cookie-actions button:hover, .cookie-save:hover { transform: translateY(-1px); }
.cookie-actions button:focus-visible, .cookie-save:focus-visible, .cookie-preferences input:focus-visible { outline: 3px solid rgba(215,25,32,.38); outline-offset: 2px; }
.cookie-preferences { margin-top: 1rem; padding: .9rem; border: 1px solid rgba(255,255,255,.13); border-radius: .75rem; }
.cookie-preferences[hidden] { display: none; }
.cookie-preferences label { display: flex; align-items: center; gap: .6rem; color: #fff; font-size: .85rem; }
.cookie-preferences input { width: 1.1rem; height: 1.1rem; accent-color: #d71920; }
.cookie-save { margin-top: .8rem; }

.legal-page { background: #f7f7f5; }
.legal-header .site-nav { justify-content: flex-end; }
.legal-main { min-height: 70vh; padding: clamp(8.5rem, 12vw, 10rem) clamp(1.25rem, 5vw, 5rem) clamp(4rem, 7vw, 7rem); }
.legal-shell { width: min(100%, 72rem); margin: 0 auto; display: grid; grid-template-columns: minmax(12rem, 16rem) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.legal-intro { grid-column: 1 / -1; max-width: 54rem; padding-bottom: 1.5rem; }
.legal-intro h1 { margin-bottom: 1.2rem; font-size: clamp(2.8rem, 6vw, 5rem); }
.legal-intro p { max-width: 46rem; color: #59616b; line-height: 1.65; }
.legal-index { position: sticky; top: 7rem; padding: 1.2rem; border: 1px solid rgba(16,19,24,.09); border-radius: 1rem; background: #fff; }
.legal-index strong { display: block; margin-bottom: .75rem; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.legal-index ol { margin: 0; padding-left: 1.2rem; display: grid; gap: .55rem; color: #59616b; font-size: .82rem; line-height: 1.4; }
.legal-index a:hover { color: #d71920; }
.legal-content { min-width: 0; padding: clamp(1.5rem, 3vw, 2.6rem); border: 1px solid rgba(16,19,24,.08); border-radius: 1.2rem; background: #fff; box-shadow: 0 .7rem 2rem rgba(12,16,22,.045); }
.legal-content section { scroll-margin-top: 7rem; }
.legal-content section + section { margin-top: 2.4rem; padding-top: 2rem; border-top: 1px solid rgba(16,19,24,.08); }
.legal-content h2 { margin-bottom: .9rem; color: #171b21; font-family: Arial, Helvetica, sans-serif; font-size: 1.35rem; font-weight: 700; letter-spacing: -.02em; line-height: 1.3; }
.legal-content h3 { margin: 1.25rem 0 .55rem; font-size: 1rem; }
.legal-content p, .legal-content li { color: #4f5660; font-size: .95rem; line-height: 1.72; }
.legal-content p { margin-bottom: .9rem; }
.legal-content ul { padding-left: 1.25rem; }
.legal-content address { color: #4f5660; font-style: normal; line-height: 1.7; }
.legal-content a { color: #b71920; font-weight: 700; text-decoration: underline; text-underline-offset: .15em; }
.legal-content .cookie-settings.button { min-height: 3rem; padding: 0 1.35rem; border: 0; background: #d71920; color: #fff; text-decoration: none; }

.back-to-top { position: fixed; right: clamp(1rem, 2.5vw, 2rem); bottom: clamp(1rem, 2.5vw, 2rem); z-index: 90; width: 3rem; height: 3rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: #d71920; color: #fff; box-shadow: 0 .55rem 1.25rem rgba(0,0,0,.2); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(.75rem); transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.back-to-top.is-map-visible { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(.75rem); }
.back-to-top svg { width: 1.35rem; height: 1.35rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.back-to-top:hover { background: #b8141a; transform: translateY(-2px); box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.25); }
.back-to-top:focus-visible { outline: 3px solid rgba(215,25,32,.32); outline-offset: 3px; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media (prefers-reduced-motion: reduce) { .brand-list { animation: none !important; } }
@media (prefers-reduced-motion: reduce) { .reveal-on-scroll { opacity: 1; transform: none; transition: none; } }
@media (prefers-reduced-motion: reduce) {
  .services-section::before,
  .business-section::before,
  .contact-section::before,
  .services-section::after,
  .business-section::after,
  .contact-section::after {
    animation: none;
    transform: none;
    opacity: .15;
  }
}
@media (prefers-reduced-motion: reduce) {
  .print-motif { animation: none; transform: none; opacity: .2; }
  .whatsapp-link { transition: none; }
  .back-to-top { transition: none; }
}
