/*
Theme Name: NeoLock ADV
Theme URI: https://www.neolock.com.ar/
Author: ADV Technology
Description: Tema corporativo responsive para NeoLock, preparado para WordPress en Hostinger.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: neolock-adv
*/

@font-face {
    font-family: "Asap NeoLock";
    src: url("assets/fonts/asap-medium.woff") format("woff");
    font-style: normal;
    font-weight: 500 800;
    font-display: swap;
}

@font-face {
    font-family: "Fira NeoLock";
    src: url("assets/fonts/firasans-light.woff") format("woff");
    font-style: normal;
    font-weight: 300 500;
    font-display: swap;
}

:root {
    --neo-purple: #7354c0;
    --neo-purple-dark: #5532af;
    --neo-blue: #4985d0;
    --neo-cyan: #7fb2de;
    --neo-navy: #12152f;
    --neo-ink: #34364b;
    --neo-text: #616161;
    --neo-muted: #efefef;
    --neo-white: #fff;
    --neo-gradient: linear-gradient(115deg, #7fb2de 0%, #4985d0 40%, #7354c0 100%);
    --neo-purple-gradient: linear-gradient(110deg, #5532af 0%, #7354c0 100%);
    --neo-shadow: 0 24px 65px rgba(35, 34, 82, .14);
    --neo-container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
    margin: 0;
    color: var(--neo-text);
    background: #fff;
    font-family: "Fira NeoLock", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4 {
    margin: 0;
    color: var(--neo-ink);
    font-family: "Asap NeoLock", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-wrap: balance;
}
p { margin: 0; }
.container { width: min(calc(100% - 48px), var(--neo-container)); margin-inline: auto; }
.section { padding: 108px 0; }
.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;
}
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 10000; padding: 10px 16px; color: var(--neo-ink); background: #fff; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    height: 82px;
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid rgba(86, 71, 145, .08);
    transition: box-shadow .25s ease, height .25s ease;
}
.site-header.is-scrolled { height: 72px; box-shadow: 0 10px 35px rgba(28,24,67,.12); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; width: 212px; flex: 0 0 auto; align-items: center; }
.brand img, .brand .custom-logo { width: auto; max-width: 212px; max-height: 51px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); }
.site-nav a { position: relative; color: #4e4c59; font-family: "Asap NeoLock", Arial, sans-serif; font-size: 14px; font-weight: 700; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--neo-purple); transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.nav-cta { padding: 10px 21px; color: #fff !important; background: var(--neo-purple-gradient); border-radius: 9px; box-shadow: 0 10px 22px rgba(92,56,179,.2); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--neo-purple); transition: transform .2s ease, opacity .2s ease; }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 19px;
    color: var(--neo-purple);
    font-family: "Asap NeoLock", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.eyebrow-light { color: rgba(255,255,255,.9); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 52px; }
.section-heading h2 { max-width: 720px; font-size: clamp(37px, 4.5vw, 58px); }
.section-heading > p { max-width: 410px; font-size: 17px; line-height: 1.6; }
.section-heading-light h2, .section-heading-light > p { color: #fff; }

.hero { position: relative; min-height: 712px; overflow: hidden; color: #fff; background: #243f8f; }
.hero-background { position: absolute; inset: 0; background: url("assets/images/hero.jpg") center/cover no-repeat; transform: scale(1.01); }
.hero-background::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg,rgba(25,111,177,.2),rgba(61,25,145,.15)); }
.hero-content { position: relative; z-index: 1; display: flex; min-height: 712px; padding-top: 151px; padding-bottom: 56px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.hero-logo { width: 235px; max-height: 62px; object-fit: contain; }
.hero h1 { max-width: 820px; margin-top: 72px; color: #fff; font-size: clamp(39px, 5.1vw, 64px); letter-spacing: .01em; text-transform: uppercase; }
.hero > .hero-content > p { max-width: 650px; margin-top: 22px; color: rgba(255,255,255,.82); font-size: 18px; }
.hero-actions { display: flex; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; min-height: 50px; padding: 13px 25px; align-items: center; justify-content: center; border-radius: 10px; font-family: "Asap NeoLock", Arial, sans-serif; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--neo-gradient); border: 0; box-shadow: 0 14px 30px rgba(31,54,137,.28); }
.button-ghost { color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.62); backdrop-filter: blur(6px); }
.scroll-cue { display: flex; margin-top: 34px; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,.86); font-size: 14px; }
.scroll-cue span { display: block; width: 29px; height: 48px; border: 2px solid #fff; border-radius: 16px; }
.scroll-cue span::after { content: ""; display: block; width: 4px; height: 8px; margin: 9px auto 0; background: #fff; border-radius: 3px; animation: neo-scroll 1.8s ease-in-out infinite; }
@keyframes neo-scroll { 50% { transform: translateY(16px); opacity: .25; } }

.intro-section { background: #fff; }
.intro-grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1fr); gap: 90px; align-items: start; }
.intro-grid h2 { max-width: 560px; font-size: clamp(39px, 4.5vw, 58px); }
.intro-copy { display: grid; gap: 20px; padding-top: 5px; font-size: 18px; }
.intro-copy p:first-child::first-letter { color: var(--neo-purple); font-family: "Asap NeoLock", Arial, sans-serif; font-size: 44px; font-weight: 700; line-height: .8; }

.services-section { background: var(--neo-muted); }
.services-top { position: relative; color: #fff; background: var(--neo-purple-gradient); }
.services-top::before { content: ""; position: absolute; inset: 0; opacity: .18; background: radial-gradient(circle at 16% 10%,#7fb2de,transparent 35%), radial-gradient(circle at 88% 90%,#9a76ed,transparent 38%); }
.services-top .container { position: relative; padding-top: 93px; }
.services-heading { margin-bottom: 42px; }
.services-tabs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 42px; align-items: stretch; }
.service-tab { position: relative; display: flex; min-height: 215px; padding: 25px 22px 36px; flex-direction: column; align-items: center; justify-content: flex-start; color: rgba(255,255,255,.68); background: transparent; border: 0; border-radius: 22px 22px 0 0; text-align: center; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.service-tab::after { content: ""; position: absolute; bottom: -1px; width: 0; height: 0; border-right: 18px solid transparent; border-bottom: 18px solid var(--neo-muted); border-left: 18px solid transparent; opacity: 0; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; }
.service-tab img { width: 80px; height: 78px; margin-bottom: 15px; object-fit: contain; opacity: .66; transition: opacity .2s ease, transform .2s ease; }
.service-tab strong { max-width: 270px; font-family: "Asap NeoLock", Arial, sans-serif; font-size: 16px; line-height: 1.22; text-transform: uppercase; }
.service-tab > span { margin-top: auto; padding-top: 10px; font-size: 13px; }
.service-tab:hover, .service-tab.is-active { color: #fff; background: rgba(255,255,255,.06); }
.service-tab:hover img, .service-tab.is-active img { opacity: 1; transform: translateY(-3px); }
.service-tab.is-active::after { opacity: 1; transform: translateY(0); }
.service-tab:focus-visible { outline: 3px solid rgba(255,255,255,.55); outline-offset: -3px; }
.services-panels { background: var(--neo-muted); }
.services-panels > .container { padding-top: 76px; padding-bottom: 100px; }
.service-panel[hidden] { display: none; }
.service-overview { display: grid; grid-template-columns: minmax(0,.84fr) minmax(420px,1fr); gap: 74px; align-items: center; }
.service-copy { position: relative; }
.service-number { position: absolute; top: -56px; left: -13px; color: rgba(115,84,192,.09); font-family: "Asap NeoLock", Arial, sans-serif; font-size: 102px; font-weight: 700; line-height: 1; }
.service-copy h3 { position: relative; max-width: 610px; color: #626262; font-size: clamp(31px, 4vw, 47px); }
.title-rule { display: block; width: 62px; height: 3px; margin: 22px 0; background: var(--neo-purple); border-radius: 3px; }
.service-copy > p { max-width: 610px; font-size: 17px; }
.service-image { width: 100%; aspect-ratio: 1.67; object-fit: cover; border-radius: 4px; box-shadow: var(--neo-shadow); }
.service-details { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 38px; margin-top: 50px; }
.service-details details { border-top: 1px solid #d7d7dc; }
.service-details details:last-child, .service-details details:nth-last-child(2) { border-bottom: 1px solid #d7d7dc; }
.service-details summary { display: flex; min-height: 68px; padding: 18px 4px; align-items: center; justify-content: space-between; gap: 20px; color: var(--neo-purple); font-family: "Asap NeoLock", Arial, sans-serif; font-size: 16px; font-weight: 700; cursor: pointer; list-style: none; }
.service-details summary::-webkit-details-marker { display: none; }
.service-details summary span { position: relative; width: 20px; height: 20px; flex: 0 0 auto; }
.service-details summary span::before, .service-details summary span::after { content: ""; position: absolute; top: 9px; left: 4px; width: 12px; height: 2px; background: currentColor; }
.service-details summary span::after { transform: rotate(90deg); transition: transform .2s ease; }
.service-details details[open] summary span::after { transform: rotate(0); }
.service-details details p { padding: 0 34px 21px 4px; font-size: 15px; line-height: 1.6; }

.clients-section { overflow: hidden; background: #fff; }
.clients-heading { max-width: 770px; text-align: center; }
.clients-heading .eyebrow { justify-content: center; }
.clients-heading h2 { font-size: clamp(38px, 4.5vw, 56px); }
.clients-heading p { margin-top: 20px; }
.client-carousel { position: relative; margin-top: 56px; padding-inline: 54px; }
.client-viewport { width: 100%; overflow: hidden; }
.client-track { display: flex; align-items: stretch; transition: transform .55s cubic-bezier(.22,.61,.36,1); }
.client-logo { display: flex; min-width: calc(100% / 6); height: 132px; align-items: center; justify-content: center; padding: 26px 23px; background: #fff; border-right: 1px solid #ececf1; }
.client-logo img { width: auto; height: auto; max-width: 100%; max-height: 68px; object-fit: contain; filter: grayscale(1); opacity: .7; transition: filter .2s ease, opacity .2s ease, transform .2s ease; }
.client-logo:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.06); }
.carousel-button { position: absolute; top: 50%; z-index: 2; display: grid; width: 42px; height: 42px; place-items: center; color: var(--neo-purple); background: #fff; border: 1px solid #dddce9; border-radius: 50%; font: 300 34px/1 Arial, sans-serif; box-shadow: 0 8px 22px rgba(37,34,73,.1); cursor: pointer; transform: translateY(-50%); transition: color .2s ease, background .2s ease; }
.carousel-button:hover { color: #fff; background: var(--neo-purple); }
.carousel-prev { left: 0; }
.carousel-next { right: 0; }

.products-section { position: relative; overflow: hidden; background: var(--neo-gradient); }
.products-section::before, .products-section::after { content: ""; position: absolute; width: 530px; height: 530px; border: 90px solid rgba(255,255,255,.055); border-radius: 50%; }
.products-section::before { top: -350px; right: -160px; }
.products-section::after { bottom: -410px; left: -230px; }
.products-section .container { position: relative; z-index: 1; }
.products-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 16px; }
.product-card { display: flex; min-height: 316px; padding: 27px 22px; flex-direction: column; color: var(--neo-text); background: #fff; border: 1px solid rgba(255,255,255,.7); border-radius: 22px; box-shadow: 0 20px 48px rgba(25,38,99,.18); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: 0 28px 60px rgba(25,38,99,.29); }
.product-logo { display: flex; width: 100%; height: 88px; align-items: center; justify-content: center; padding: 12px; background: #fff; }
.product-logo img { width: auto; height: auto; max-width: 166px; max-height: 52px; object-fit: contain; }
.product-logo-adv img { max-width: 182px; max-height: 37px; }
.product-logo-webflow img { max-width: 166px; max-height: 40px; }
.product-logo-react img { max-width: 148px; max-height: 42px; }
.product-logo-neolock img { max-width: 166px; max-height: 46px; }
.product-logo-wisedial img { max-width: 164px; max-height: 47px; }
.product-card p { margin-top: 20px; font-size: 14px; line-height: 1.58; }
.product-link { display: flex; margin-top: auto; padding-top: 19px; align-items: center; justify-content: space-between; color: var(--neo-purple); border-top: 1px solid #e7e7ed; font-family: "Asap NeoLock", Arial, sans-serif; font-size: 14px; font-weight: 700; }
.product-link b { font-size: 20px; }

.contact-section { position: relative; overflow: hidden; color: #fff; background: var(--neo-navy); }
.contact-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 18%,rgba(73,133,208,.28),transparent 38%), radial-gradient(circle at 86% 80%,rgba(115,84,192,.34),transparent 42%); }
.contact-grid { position: relative; display: grid; grid-template-columns: minmax(0,.82fr) minmax(420px,1fr); gap: 90px; align-items: center; }
.contact-copy h2 { color: #fff; font-size: clamp(39px, 4.5vw, 58px); }
.contact-copy > p { max-width: 520px; margin-top: 24px; color: rgba(255,255,255,.78); }
.contact-details { display: grid; gap: 18px; margin-top: 38px; }
.contact-details a, .contact-details > span { display: flex; flex-direction: column; }
.contact-details small { color: rgba(255,255,255,.58); font-family: "Asap NeoLock", Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-details strong { color: #fff; font-family: "Asap NeoLock", Arial, sans-serif; font-size: 18px; }
.contact-panel { padding: 40px; color: var(--neo-text); background: #fff; border-radius: 28px; box-shadow: 0 28px 70px rgba(0,0,0,.24); }
.contact-form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.contact-form label { display: grid; gap: 7px; color: var(--neo-ink); font-family: "Asap NeoLock", Arial, sans-serif; font-size: 13px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--neo-ink); background: #f7f8fb; border: 1px solid #dcdee7; border-radius: 10px; outline: 0; }
.contact-form textarea { min-height: 135px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--neo-purple); box-shadow: 0 0 0 3px rgba(115,84,192,.13); }
.contact-form .button { width: 100%; border: 0; }
.form-honeypot { position: absolute; left: -9999px; }
.form-notice { margin-bottom: 18px; padding: 13px 15px; border-radius: 10px; font-size: 14px; line-height: 1.45; }
.form-notice-success { color: #17633d; background: #e7f8ef; }
.form-notice-error { color: #8b2532; background: #fff0f1; }

.site-footer { padding: 72px 0 24px; color: rgba(255,255,255,.7); background: #090b20; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .85fr; gap: 70px; }
.footer-brand { display: inline-flex; }
.footer-brand img { width: 190px; max-height: 50px; object-fit: contain; }
.footer-grid p { max-width: 430px; margin-top: 18px; font-size: 15px; }
.footer-adv { display: inline-flex; margin-top: 16px; color: rgba(255,255,255,.78); font-family: "Asap NeoLock", Arial, sans-serif; font-size: 13px; font-weight: 700; }
.footer-grid h2 { margin-bottom: 16px; color: #fff; font-size: 16px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a:hover { color: #fff; }
.footer-product-webflow { font-family: Arial, sans-serif; font-variant-ligatures: none; font-feature-settings: "liga" 0, "clig" 0; letter-spacing: .01em; }
.footer-bottom { display: flex; margin-top: 48px; padding-top: 22px; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 999; display: grid; width: 60px; height: 60px; place-items: center; color: #fff; background: #25d366; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 8px 26px rgba(0,0,0,.24); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 34px; fill: currentColor; }
.fallback-content { min-height: 65vh; padding-top: 160px; }

@media (max-width: 1100px) {
    .products-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .product-card { min-height: 285px; }
    .client-logo { min-width: 25%; }
    .service-overview { grid-template-columns: minmax(0,1fr) minmax(350px,.85fr); gap: 48px; }
}

@media (max-width: 840px) {
    html { scroll-padding-top: 70px; }
    .container { width: min(calc(100% - 34px), var(--neo-container)); }
    .section { padding: 82px 0; }
    .site-header, .site-header.is-scrolled { height: 70px; }
    .brand { width: 174px; }
    .brand img, .brand .custom-logo { max-width: 174px; max-height: 42px; }
    .menu-toggle { display: block; position: relative; z-index: 3; }
    .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); }
    .site-nav { position: fixed; top: 70px; right: 0; bottom: 0; left: 0; display: flex; padding: 54px 28px; flex-direction: column; align-items: center; gap: 28px; background: rgba(255,255,255,.985); opacity: 0; visibility: hidden; transform: translateY(-15px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
    .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
    .site-nav a { font-size: 18px; }
    .section-heading { display: block; margin-bottom: 40px; }
    .section-heading > p { margin-top: 18px; }
    .hero, .hero-content { min-height: 700px; }
    .hero-background { background-image: url("assets/images/hero-mobile.jpg"); }
    .hero-content { padding-top: 130px; padding-bottom: 42px; }
    .hero-logo { width: 208px; }
    .hero h1 { margin-top: 62px; font-size: clamp(36px, 8.5vw, 54px); line-height: 1.12; overflow-wrap: normal; word-break: normal; }
    .hero > .hero-content > p { max-width: 560px; font-size: 17px; }
    .intro-grid { grid-template-columns: 1fr; gap: 38px; }
    .services-top .container { padding-top: 76px; }
    .services-tabs { gap: 10px; }
    .service-tab { min-height: 225px; padding-inline: 12px; }
    .service-tab strong { font-size: 14px; }
    .service-overview { grid-template-columns: 1fr; gap: 37px; }
    .service-image { order: -1; }
    .service-details { grid-template-columns: 1fr; }
    .service-details details:nth-last-child(2) { border-bottom: 0; }
    .client-logo { min-width: calc(100% / 3); }
    .products-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .contact-grid { grid-template-columns: 1fr; gap: 52px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 46px; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
    body { font-size: 17px; }
    .container { width: min(calc(100% - 28px), var(--neo-container)); }
    .section { padding: 70px 0; }
    .section-heading h2, .clients-heading h2, .contact-copy h2, .intro-grid h2 { font-size: 36px; }
    .hero, .hero-content { min-height: 690px; }
    .hero-content { justify-content: center; }
    .hero-logo { width: 190px; }
    .hero h1 { max-width: 100%; margin-top: 58px; font-size: clamp(31px, 9.2vw, 42px); letter-spacing: 0; }
    .hero > .hero-content > p { display: none; }
    .hero-actions { margin-top: 30px; }
    .hero-actions .button { min-height: 47px; padding: 11px 17px; }
    .scroll-cue { margin-top: 38px; }
    .services-top .container { width: 100%; padding-top: 65px; }
    .services-heading { width: calc(100% - 28px); margin-inline: auto; }
    .services-tabs { display: flex; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .services-tabs::-webkit-scrollbar { display: none; }
    .service-tab { min-width: 76vw; min-height: 205px; padding-inline: 20px; scroll-snap-align: center; }
    .service-tab strong { font-size: 15px; }
    .services-panels > .container { padding-top: 58px; padding-bottom: 72px; }
    .service-copy h3 { font-size: 31px; }
    .service-number { top: -40px; font-size: 78px; }
    .service-copy > p { font-size: 16px; }
    .service-details { margin-top: 38px; }
    .service-details summary { min-height: 62px; font-size: 15px; }
    .client-carousel { margin-top: 40px; padding-inline: 42px; }
    .client-logo { min-width: 50%; height: 120px; padding: 24px 18px; }
    .carousel-button { width: 36px; height: 36px; }
    .products-grid { grid-template-columns: 1fr; }
    .product-card { min-height: 260px; }
    .contact-panel { padding: 27px 21px; border-radius: 20px; }
    .form-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 34px; }
    .footer-grid > div:first-child { grid-column: auto; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
    .whatsapp-float { right: 16px; bottom: 16px; width: 56px; height: 56px; }
}

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