:root {
  --color-black: #0b0b0b;
  --color-anthracite: #151515;
  --color-orange: #ff8124;
  --color-orange-hover: #e96e0d;
  --color-white: #ffffff;
  --color-off-white: #f6f6f4;
  --color-light-gray: #e9e9e6;
  --color-text: #222222;
  --color-muted-dark: #bdbdbd;
  --color-border: #dadada;
  --color-whatsapp: #25d366;
  --container: 1240px;
  --header-height: 86px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.09);
  --shadow-dark: 0 20px 70px rgba(0, 0, 0, 0.32);
  --font-heading: "Manrope", "Montserrat", "Archivo", Arial, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 12px); }
body { margin: 0; color: var(--color-text); font-family: var(--font-body); font-size: 16px; line-height: 1.65; background: var(--color-white); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
picture { display: block; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--color-orange) 78%, white); outline-offset: 3px; }
[hidden] { display: none !important; }
.sr-only, .form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-160%); padding: 10px 14px; border-radius: 8px; background: white; color: black; font-weight: 800; }
.skip-link:focus { transform: none; }

.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.section { padding: 84px 0; }
.section-light { background: var(--color-white); }
.section-offwhite { background: var(--color-off-white); }
.section-dark { background: var(--color-black); color: var(--color-white); }

.eyebrow { margin: 0 0 18px; color: var(--color-orange); font-size: .77rem; line-height: 1.2; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { color: rgba(255,255,255,.42); margin-inline: 5px; }
.eyebrow-dark { color: #a94700; }

h1, h2, h3 { font-family: var(--font-heading); margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 24px; font-size: clamp(2.55rem, 11vw, 4.6rem); }
h1 em { color: var(--color-orange); font-style: normal; }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 7.5vw, 3rem); }
h3 { margin-bottom: 12px; font-size: 1.3rem; }
p { margin-top: 0; }

.section-heading { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.section-heading p:last-child { margin-bottom: 0; color: #666; font-size: 1.05rem; }
.section-heading.align-left { margin-inline: 0; text-align: left; }
.section-heading.align-left p:last-child { max-width: 600px; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 20px; border: 1px solid transparent; border-radius: var(--radius-sm); font-weight: 800; line-height: 1.1; transition: transform .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--color-orange); color: var(--color-black); }
.button-primary:hover { background: var(--color-orange-hover); color: white; }
.button-secondary { border-color: rgba(255,255,255,.32); color: white; background: transparent; }
.button-secondary:hover { border-color: white; background: rgba(255,255,255,.08); }
.button-dark { background: var(--color-black); color: white; }
.button-whatsapp { background: var(--color-whatsapp); color: #06130a; }
.button-row { display: grid; gap: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header-height); background: rgba(11,11,11,.91); color: white; border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(16px); transition: height .25s ease, box-shadow .25s ease, background-color .25s ease; }
.site-header.is-scrolled { height: 72px; background: rgba(11,11,11,.97); box-shadow: 0 12px 30px rgba(0,0,0,.24); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { min-width: 0; display: flex; align-items: center; gap: 9px; }
.brand-logo { width: 66px; display: block; flex: 0 0 auto; }
.brand img { width: 100%; height: 52px; object-fit: contain; transition: height .25s ease; }
.is-scrolled .brand img { height: 46px; }
.brand-copy { display: grid; gap: 5px; color: white; line-height: 1; white-space: nowrap; }
.brand-copy strong { display: block; font-family: var(--font-heading); letter-spacing: .055em; font-size: .88rem; font-weight: 850; }
.brand-copy small { display: block; color: #d2d2d2; font-size: .52rem; font-weight: 700; letter-spacing: .055em; }
.desktop-nav, .social-inline, .header-cta { display: none; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { width: 46px; height: 46px; display: inline-grid; place-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(255,255,255,.05); }
.menu-toggle span { display: block; width: 21px; height: 2px; background: white; border-radius: 2px; transition: transform .25s ease, opacity .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: absolute; top: 100%; right: 0; left: 0; z-index: 10; height: calc(100dvh - var(--header-height)); padding: 20px 16px 32px; background: rgba(11,11,11,.99); color: white; overflow-y: auto; overscroll-behavior: contain; }
.site-header.is-scrolled .mobile-menu { height: calc(100dvh - 72px); }
.mobile-menu nav { width: min(100%, var(--container)); display: grid; gap: 8px; margin-inline: auto; }
.mobile-menu nav > a:not(.button) { min-height: 49px; display: flex; align-items: center; padding: 10px 4px; border-bottom: 1px solid rgba(255,255,255,.09); color: white; font-family: var(--font-heading); font-size: 1.1rem; font-weight: 750; }
.mobile-menu .button { margin-top: 12px; }

.hero { min-height: 100svh; position: relative; padding: calc(var(--header-height) + 56px) 0 72px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 25%, rgba(255,129,36,.12), transparent 35%), linear-gradient(130deg, rgba(255,255,255,.025), transparent 52%); pointer-events: none; }
.hero-glow { position: absolute; width: 420px; aspect-ratio: 1; right: -180px; top: 16%; border-radius: 50%; background: rgba(255,129,36,.11); filter: blur(90px); }
.hero-grid { position: relative; z-index: 1; display: grid; gap: 42px; align-items: center; }
.hero-copy { max-width: 690px; }
.hero-lead { margin-bottom: 30px; color: #d1d1d1; font-size: clamp(1.02rem, 4.2vw, 1.2rem); }
.hero-proof { margin-top: 32px; display: flex; align-items: center; gap: 14px; color: #bdbdbd; font-size: .92rem; }
.hero-proof strong { color: white; font-family: var(--font-heading); font-size: 1.45rem; white-space: nowrap; }
.hero-media { position: relative; isolation: isolate; }
.hero-media picture, .card-image picture, .about-visual picture, .service-carousel-stage picture { width: 100%; height: 100%; }
.hero-media::before { content: ""; position: absolute; inset: 8% -3% -5% 8%; z-index: -1; border-radius: 30px; background: var(--color-orange); opacity: .32; filter: blur(28px); }
.hero-media img { width: 100%; min-height: 310px; max-height: 620px; object-fit: cover; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-lg); box-shadow: var(--shadow-dark); }
.hero-media-badge { position: absolute; left: 14px; bottom: 14px; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(11,11,11,.84); font-size: .78rem; font-weight: 700; backdrop-filter: blur(12px); }
.badge-dot { width: 8px; aspect-ratio: 1; border-radius: 50%; background: var(--color-orange); box-shadow: 0 0 0 5px rgba(255,129,36,.18); }
.scroll-cue { display: none; }

.trust-strip { position: relative; z-index: 3; background: var(--color-off-white); border-bottom: 1px solid var(--color-border); }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.trust-item { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 20px 14px; border-right: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.trust-item:nth-child(2n) { border-right: 0; }
.trust-item:nth-last-child(-n+2) { border-bottom: 0; }
.trust-item strong { font-family: var(--font-heading); font-size: 1.04rem; }
.trust-item span { color: #737373; font-size: .87rem; }

.service-grid { display: grid; gap: 20px; }
.service-card { overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: white; box-shadow: 0 8px 30px rgba(0,0,0,.04); transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.card-image { position: relative; overflow: hidden; aspect-ratio: 16/11; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card:hover .card-image img { transform: scale(1.035); }
.card-icon { position: absolute; top: 14px; left: 14px; width: 44px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--color-orange); color: var(--color-black); font-family: var(--font-heading); font-size: .75rem; font-weight: 850; }
.card-body { padding: 24px; }
.card-body p { color: #666; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding: 0; border: 0; background: transparent; color: #a94700; font-weight: 850; }
.text-link:hover { color: var(--color-black); }
.secondary-services { margin-top: 22px; display: grid; gap: 10px; }
.secondary-services span { min-height: 58px; display: flex; justify-content: space-between; align-items: center; padding: 13px 16px; border-radius: 12px; background: var(--color-off-white); border: 1px solid var(--color-border); font-weight: 760; }
.secondary-services small { color: #777; font-weight: 500; }

.benefits-layout { display: grid; gap: 36px; }
.benefit-grid { display: grid; gap: 14px; }
.benefit-card { padding: 22px; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: white; }
.benefit-card > span { width: 46px; aspect-ratio: 1; display: grid; place-items: center; margin-bottom: 22px; border-radius: 13px; background: rgba(255,129,36,.14); color: #934100; font-family: var(--font-heading); font-weight: 850; }
.benefit-card p { margin-bottom: 0; color: #6c6c6c; font-size: .94rem; }

.about-grid { display: grid; gap: 44px; align-items: center; }
.about-visual { position: relative; overflow: hidden; aspect-ratio: 4 / 5; border-radius: var(--radius-lg); }
.about-visual img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center center; border-radius: inherit; }
.about-stamp { position: absolute; right: 14px; bottom: 14px; width: 122px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--color-orange); color: var(--color-black); box-shadow: var(--shadow-dark); }
.about-stamp strong { font-family: var(--font-heading); font-size: 2.6rem; line-height: .85; }
.about-stamp span { width: 90px; margin-top: 8px; font-size: .68rem; line-height: 1.2; font-weight: 850; text-transform: uppercase; }
.about-copy > p:not(.eyebrow) { color: #c8c8c8; }
.process-list { list-style: none; margin: 32px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.12); }
.process-list li { display: flex; align-items: center; gap: 15px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-family: var(--font-heading); font-weight: 760; }
.process-list span { color: var(--color-orange); font-size: .76rem; letter-spacing: .1em; }

.gallery-filters { margin-bottom: 30px; display: flex; gap: 8px; overflow-x: auto; padding-bottom: 6px; scrollbar-width: thin; }
.filter-button { min-height: 44px; flex: 0 0 auto; padding: 9px 16px; border: 1px solid var(--color-border); border-radius: 999px; background: white; color: #555; font-weight: 760; }
.filter-button.is-active { border-color: var(--color-black); background: var(--color-black); color: white; }
.gallery-grid { display: grid; gap: 16px; }
.gallery-item { position: relative; overflow: hidden; min-height: 280px; padding: 0; border: 0; border-radius: var(--radius-md); background: #ddd; text-align: left; }
.gallery-item img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; transition: transform .45s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.82)); }
.gallery-item span { position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 1; color: white; font-weight: 800; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item.is-hidden { display: none; }

.social-section { background: linear-gradient(135deg, #111, #1a1a1a); color: white; }
.social-section .section-heading p:last-child { color: #c8c8c8; }
.social-layout { display: grid; gap: 32px; align-items: end; }
.social-cards { display: grid; gap: 14px; }
.social-card { min-height: 112px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-md); background: rgba(255,255,255,.05); transition: background-color .25s ease, transform .25s ease, border-color .25s ease; }
.social-card:hover { transform: translateY(-3px); border-color: rgba(255,129,36,.55); background: rgba(255,129,36,.08); }
.social-card-icon { width: 52px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 15px; background: var(--color-orange); color: var(--color-black); }
.social-card-icon svg { width: 25px; fill: currentColor; }
.social-card small { display: block; color: #aaa; }
.social-card strong { font-family: var(--font-heading); font-size: 1.05rem; }



.contact-section { background: var(--color-anthracite); color: white; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; align-items: start; }
.contact-copy > p:not(.eyebrow):not(.contact-note) { color: #d0d0d0; font-size: 1.06rem; }
.contact-details { display: grid; gap: 11px; margin: 22px 0 24px; }
.contact-detail { display: flex; flex-direction: column; gap: 2px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.04); transition: border-color .2s ease, transform .2s ease; }
.contact-detail:hover { transform: translateY(-2px); border-color: rgba(255,129,36,.55); }
.contact-detail small { color: #aaa; font-size: .78rem; }
.contact-detail strong { color: var(--color-orange); font-family: var(--font-heading); font-size: clamp(1rem, 4vw, 1.35rem); overflow-wrap: anywhere; }
.contact-phone { display: inline-flex; flex-direction: column; margin: 14px 0 24px; }
.contact-phone small { color: #aaa; }
.contact-phone strong { color: var(--color-orange); font-family: var(--font-heading); font-size: clamp(1.4rem, 7vw, 2.15rem); }
.contact-note { max-width: 520px; color: #a7a7a7; font-size: .86rem; }
.contact-form { width: 100%; padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); background: rgba(255,255,255,.05); box-shadow: var(--shadow-dark); }
.form-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; }
.contact-form label { display: grid; gap: 7px; }
.contact-form label > span { font-size: .85rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: #232323; color: white; font-size: 16px; }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #8e8e8e; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--color-orange); outline: 0; box-shadow: 0 0 0 3px rgba(255,129,36,.16); }
.contact-form.was-validated input:invalid, .contact-form.was-validated select:invalid, .contact-form.was-validated textarea:invalid { border-color: #ff6b6b; }
.checkbox-label { grid-template-columns: auto 1fr; align-items: start; margin: 18px 0 8px; }
.checkbox-label input { width: 22px; height: 22px; min-height: 22px; margin-top: 1px; accent-color: var(--color-orange); }
.checkbox-label a { color: var(--color-orange); text-decoration: underline; text-underline-offset: 2px; }
.form-status { margin: 16px 0; padding: 13px 15px; border: 1px solid transparent; border-radius: 10px; font-size: .92rem; font-weight: 700; }
.form-status.is-success { border-color: rgba(87,211,127,.55); background: rgba(43,146,78,.2); color: #9af0b5; }
.form-status.is-error { border-color: rgba(255,100,100,.55); background: rgba(180,45,45,.2); color: #ffb2b2; }
.form-submit { width: 100%; }
.form-submit:disabled, .form-submit.is-loading { cursor: wait; opacity: .58; transform: none; box-shadow: none; }

.site-footer { padding: 58px 0 24px; background: var(--color-black); color: white; }
.footer-grid { display: grid; gap: 36px; }
.footer-brand img { width: 175px; height: auto; object-fit: contain; }
.footer-brand p { max-width: 370px; color: #aaa; }
.footer-grid h2 { margin-bottom: 14px; font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 8px; }
.footer-grid a, .footer-grid span { color: #aaa; font-size: .91rem; overflow-wrap: anywhere; }
.footer-grid a:hover { color: var(--color-orange); }
.footer-contact-address { display: grid; gap: 8px; font-style: normal; }
.footer-bottom { margin-top: 44px; padding-top: 20px; display: flex; flex-direction: column; gap: 10px; border-top: 1px solid rgba(255,255,255,.1); color: #8a8a8a; font-size: .82rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 16px; }
.footer-bottom a:hover { color: white; }

.whatsapp-float { position: fixed; right: 17px; bottom: 17px; z-index: 980; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--color-whatsapp); color: white; box-shadow: 0 13px 30px rgba(0,0,0,.28); transition: transform .22s ease, box-shadow .22s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 16px 36px rgba(0,0,0,.34); }
.whatsapp-float svg { width: 30px; fill: currentColor; }
.whatsapp-float > span { display: none; }
.whatsapp-float::before { content: ""; position: absolute; inset: -6px; z-index: -1; border: 1px solid rgba(37,211,102,.45); border-radius: inherit; animation: pulse 2.8s ease-out 2; }
.back-to-top { position: fixed; right: 20px; bottom: 88px; z-index: 970; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(11,11,11,.9); color: white; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .25s ease, transform .25s ease, visibility .25s ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }

.cookie-notice { position: fixed; left: 16px; bottom: 88px; z-index: 1200; width: min(calc(100% - 32px), 620px); padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-md); background: rgba(11,11,11,.98); color: white; box-shadow: var(--shadow-dark); }
.cookie-notice p { margin: 0 0 14px; color: #d0d0d0; font-size: .9rem; }
.cookie-notice a { color: var(--color-orange); text-decoration: underline; text-underline-offset: 2px; }
.cookie-notice .button { width: 100%; min-height: 46px; }

.legal-page { background: var(--color-off-white); }
.legal-header { padding: 16px 0; background: var(--color-black); color: white; }
.legal-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.legal-brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-heading); font-weight: 850; letter-spacing: .04em; }
.legal-brand img { width: 72px; height: 46px; object-fit: contain; }
.legal-back { color: #d4d4d4; font-size: .9rem; font-weight: 700; }
.legal-back:hover { color: var(--color-orange); }
.legal-main { background: var(--color-off-white); }
.legal-content { width: min(calc(100% - 32px), 860px); padding: 64px 0 80px; }
.legal-content h1 { font-size: clamp(2.45rem, 11vw, 4.2rem); }
.legal-content h2 { margin: 44px 0 14px; font-size: clamp(1.45rem, 6vw, 2rem); }
.legal-content h3 { margin: 28px 0 10px; font-size: 1.12rem; }
.legal-content p, .legal-content li { color: #4d4d4d; }
.legal-content a { color: #984000; text-decoration: underline; text-underline-offset: 2px; }
.legal-lead { max-width: 720px; font-size: 1.08rem; }
.legal-meta { color: #666; font-size: .88rem; }
.legal-content ul { padding-left: 22px; }
.legal-contact { margin-top: 24px; padding: 20px; border: 1px solid var(--color-border); border-radius: var(--radius-sm); background: white; }
.legal-contact address { font-style: normal; }
.legal-table-wrap { overflow-x: auto; }
.legal-table { width: 100%; border-collapse: collapse; min-width: 620px; }
.legal-table th, .legal-table td { padding: 12px; border: 1px solid var(--color-border); text-align: left; vertical-align: top; }
.legal-table th { background: #ededeb; }
.legal-footer { padding: 28px 0; background: var(--color-black); color: #b8b8b8; font-size: .86rem; }
.legal-footer p { margin: 0; }

.modal, .lightbox { width: min(calc(100% - 28px), 760px); max-height: calc(100dvh - 40px); margin: auto; padding: 28px; overflow-y: auto; border: 0; border-radius: var(--radius-md); box-shadow: 0 30px 100px rgba(0,0,0,.42); }
.modal::backdrop, .lightbox::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(4px); }
.modal-close, .lightbox-close { position: absolute; top: 10px; right: 12px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #f0f0ef; font-size: 1.55rem; }
.modal h2 { padding-right: 38px; }
.modal li { margin-bottom: 8px; }
.service-carousel { margin: 20px 0 24px; }
.service-carousel-stage { position: relative; overflow: hidden; aspect-ratio: 16 / 10; border-radius: 14px; background: #111; }
.service-carousel-stage img { width: 100%; height: 100%; object-fit: cover; }
.carousel-button { position: absolute; top: 50%; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(11,11,11,.78); color: white; font-size: 1.1rem; transform: translateY(-50%); backdrop-filter: blur(7px); }
.carousel-button:hover { background: var(--color-orange); color: var(--color-black); }
.carousel-prev { left: 12px; }
.carousel-next { right: 12px; }
.carousel-status { margin: 8px 2px 0; color: #666; font-size: .82rem; text-align: center; }
.lightbox { width: min(calc(100% - 24px), 1000px); padding: 12px; background: #101010; color: white; }
.lightbox img { width: 100%; max-height: 76dvh; object-fit: contain; border-radius: 10px; }
.lightbox p { margin: 12px 6px 4px; color: #ccc; }
.lightbox-close { z-index: 2; background: rgba(0,0,0,.72); color: white; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes pulse { 0% { transform: scale(.94); opacity: .8; } 70%, 100% { transform: scale(1.25); opacity: 0; } }

@media (min-width: 620px) {
  .button-row { display: flex; flex-wrap: wrap; }
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .trust-item { border-bottom: 0; }
  .trust-item:nth-child(2n) { border-right: 1px solid var(--color-border); }
  .trust-item:last-child { border-right: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:last-child { grid-column: 1 / -1; }
  .secondary-services { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item:nth-child(1), .gallery-item:nth-child(4) { grid-row: span 2; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1.2fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}

@media (min-width: 768px) {
  .contact-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 48px; }
  .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-grid .full { grid-column: 1 / -1; }
}

@media (min-width: 860px) {
  .container { width: min(calc(100% - 56px), var(--container)); }
  .section { padding: 110px 0; }
  .brand-logo { width: 76px; }
  .brand img { height: 66px; }
  .brand-copy { display: grid; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: .59rem; }
  .hero { padding-top: calc(var(--header-height) + 74px); }
  .hero-grid { grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); gap: 58px; }
  .hero-copy { padding-bottom: 24px; }
  .hero-media img { min-height: 500px; }
  .scroll-cue { position: absolute; left: 50%; bottom: 22px; z-index: 2; display: inline-flex; gap: 8px; align-items: center; color: #8f8f8f; font-size: .78rem; transform: translateX(-50%); }
  .service-grid { grid-template-columns: repeat(6, 1fr); }
  .service-card { grid-column: span 2; }
  .service-card:nth-child(4) { grid-column: 2 / span 2; }
  .service-card:nth-child(5) { grid-column: 4 / span 2; }
  .benefits-layout { grid-template-columns: .8fr 1.2fr; gap: 70px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-card:last-child { grid-column: 1 / -1; }
  .about-grid { grid-template-columns: .95fr 1.05fr; gap: 72px; }
  .social-layout { grid-template-columns: .9fr 1.1fr; gap: 60px; }
  .contact-grid { gap: 70px; }
  .contact-form { padding: 32px; }
  .footer-grid { grid-template-columns: 1.6fr .7fr 1.05fr .65fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (min-width: 1120px) {
  :root { --header-height: 94px; }
  .desktop-nav { display: flex; align-items: center; gap: 20px; }
  .desktop-nav a { position: relative; padding: 12px 0; color: #c5c5c5; font-size: .82rem; font-weight: 700; }
  .desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 6px; height: 2px; background: var(--color-orange); transition: right .25s ease; }
  .desktop-nav a:hover, .desktop-nav a.is-active { color: white; }
  .desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
  .social-inline { display: flex; gap: 6px; }
  .social-inline a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; color: #d0d0d0; }
  .social-inline a:hover { color: var(--color-orange); border-color: rgba(255,129,36,.55); }
  .social-inline svg { width: 18px; fill: currentColor; }
  .header-cta { display: inline-flex; min-height: 44px; padding: 11px 15px; font-size: .8rem; }
  .menu-toggle { display: none; }
  .mobile-menu { display: none !important; }
  .hero h1 { font-size: clamp(3.8rem, 5.2vw, 4.85rem); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 240px; }
  .gallery-item { min-height: 0; }
  .gallery-item img { min-height: 0; }
  .whatsapp-float { right: 26px; bottom: 26px; width: 62px; height: 62px; }
  .whatsapp-float > span { position: absolute; right: 72px; width: max-content; display: block; padding: 8px 11px; border-radius: 8px; background: var(--color-black); color: white; font-size: .78rem; font-weight: 700; opacity: 0; transform: translateX(8px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
  .whatsapp-float:hover > span { opacity: 1; transform: none; }
  .back-to-top { right: 34px; bottom: 104px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
