/*
Theme Name: Tecnolabs Uruguay
Theme URI: https://www.tecnolabs.com.uy/
Author: Tecnolabs / ADV Technology
Description: Tema corporativo administrable para Tecnolabs Uruguay, filial de ADV Technology. Incluye formulario protegido, WhatsApp y optimización SEO/GEO.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 7.4
Text Domain: tecnolabs-uruguay
*/

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

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

:root {
    --tl-navy: #081631;
    --tl-navy-soft: #10285a;
    --tl-blue: #2359d1;
    --tl-cyan: #00b7c9;
    --tl-purple: #7243d2;
    --tl-ink: #15213d;
    --tl-text: #59657b;
    --tl-muted: #eef4fb;
    --tl-line: #dfe6f1;
    --tl-white: #ffffff;
    --tl-success: #087f5b;
    --tl-error: #b42318;
    --tl-gradient: linear-gradient(125deg, #00a8cf 0%, #2857d0 50%, #7341cd 100%);
    --tl-shadow: 0 24px 65px rgba(18, 34, 79, .14);
    --tl-radius: 26px;
    --tl-container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
    margin: 0;
    color: var(--tl-text);
    background: #fff;
    font-family: "Tecnolabs Fira", 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, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4 {
    margin: 0;
    color: var(--tl-ink);
    font-family: "Tecnolabs Asap", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.08;
    text-wrap: balance;
}
p { margin: 0; }
.container { width: min(calc(100% - 48px), var(--tl-container)); margin-inline: auto; }
.section { padding: 112px 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(--tl-ink);
    background: #fff;
    border-radius: 8px;
}
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid #62d8ef; outline-offset: 3px; }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--tl-blue);
    font-family: "Tecnolabs Asap", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.eyebrow::before { width: 32px; height: 2px; content: ""; background: currentColor; }
.eyebrow-light { color: #fff; }

.button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 13px 25px;
    color: var(--tl-ink);
    background: transparent;
    border: 1px solid transparent;
    border-radius: 999px;
    font-family: "Tecnolabs Asap", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--tl-gradient); box-shadow: 0 15px 34px rgba(31, 87, 209, .3); }
.button-ghost { color: #fff; background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .55); backdrop-filter: blur(12px); }
.button-ghost:hover { background: rgba(255, 255, 255, .17); }
.button-outline { color: var(--tl-blue); border-color: rgba(35, 89, 209, .35); background: #fff; }

.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    padding: 16px 0;
    color: #fff;
    background: rgba(8, 22, 49, .74);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(14px);
    transition: padding .25s ease, background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { padding: 9px 0; background: rgba(8, 22, 49, .97); box-shadow: 0 12px 35px rgba(5, 15, 37, .22); }
.admin-bar .site-header { top: 32px; }
.header-inner { display: flex; min-height: 54px; align-items: center; justify-content: space-between; }
.brand, .custom-logo-link { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand img, .custom-logo { width: 226px; height: auto; max-height: 50px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { color: rgba(255,255,255,.86); font-family: "Tecnolabs Asap", Arial, sans-serif; font-size: 14px; font-weight: 700; }
.site-nav a:not(.nav-cta):hover { color: #fff; }
.site-nav .nav-cta { padding: 10px 19px; color: #fff; background: var(--tl-gradient); border-radius: 999px; }
.menu-toggle { display: none; width: 46px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 26px; height: 2px; margin: 5px auto; background: #fff; transition: transform .2s ease, opacity .2s ease; }

.hero {
    position: relative;
    min-height: 790px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--tl-navy);
}
.hero-background {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, rgba(5, 20, 51, .98) 0%, rgba(11, 41, 94, .88) 48%, rgba(38, 60, 137, .54) 100%), url("assets/images/hero-tecnolabs.jpg");
    background-position: center;
    background-size: cover;
    transform: scale(1.01);
}
.hero-background::after {
    position: absolute;
    inset: 0;
    content: "";
    background: radial-gradient(circle at 78% 36%, rgba(41, 192, 219, .23), transparent 34%);
}
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; pointer-events: none; }
.hero-orbit--one { right: -210px; bottom: -370px; width: 720px; height: 720px; }
.hero-orbit--two { right: 110px; bottom: -360px; width: 520px; height: 520px; }
.hero-content { position: relative; z-index: 2; padding-top: 110px; }
.hero h1 { max-width: 910px; color: #fff; font-size: clamp(54px, 7vw, 94px); letter-spacing: -.045em; }
.hero > .container > p { max-width: 720px; margin-top: 28px; color: rgba(255,255,255,.88); font-size: clamp(20px, 2.2vw, 27px); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 36px; margin-top: 62px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.19); }
.hero-proof span { display: flex; align-items: baseline; gap: 9px; color: rgba(255,255,255,.75); font-size: 14px; }
.hero-proof strong { color: #fff; font-family: "Tecnolabs Asap", Arial, sans-serif; font-size: 25px; }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .7fr); gap: 70px; align-items: end; margin-bottom: 58px; }
.section-heading h2, .about-copy h2, .faq-heading h2, .contact-copy h2 { font-size: clamp(39px, 5vw, 61px); letter-spacing: -.035em; }
.section-heading > p { max-width: 470px; padding-bottom: 7px; }

.services-section { background: #fff; }
.services-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; }
.service-card { grid-column: span 2; overflow: hidden; background: #fff; border: 1px solid var(--tl-line); border-radius: var(--tl-radius); box-shadow: 0 15px 38px rgba(19, 40, 87, .08); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:nth-child(4) { grid-column: 2 / span 2; }
.service-card:nth-child(5) { grid-column: 4 / span 2; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--tl-shadow); }
.service-card__image { position: relative; height: 220px; overflow: hidden; background: var(--tl-muted); }
.service-card__image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 45%, rgba(8,22,49,.62)); }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.service-card:hover .service-card__image img { transform: scale(1.045); }
.service-card__image span { position: absolute; right: 18px; bottom: 14px; z-index: 2; color: #fff; font-family: "Tecnolabs Asap", Arial, sans-serif; font-size: 29px; font-weight: 700; }
.service-card__content { padding: 28px 27px 32px; }
.service-card h3 { font-size: 24px; }
.service-card p { margin-top: 15px; font-size: 16px; line-height: 1.62; }

.products-section { position: relative; overflow: hidden; background: var(--tl-gradient); }
.products-section::before, .products-section::after { position: absolute; width: 500px; height: 500px; content: ""; border: 90px solid rgba(255,255,255,.055); border-radius: 50%; }
.products-section::before { top: -330px; right: -170px; }
.products-section::after { bottom: -390px; left: -250px; }
.products-section .container { position: relative; z-index: 2; }
.section-heading-light h2, .section-heading-light p { color: #fff; }
.section-heading-light p { opacity: .88; }
.products-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card {
    display: flex;
    min-height: 340px;
    flex-direction: column;
    padding: 31px 27px;
    color: var(--tl-text);
    background: #fff;
    border: 1px solid rgba(255,255,255,.68);
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(17, 35, 103, .18);
    transition: transform .25s ease, box-shadow .25s ease;
}
.product-card:hover { transform: translateY(-7px); box-shadow: 0 28px 60px rgba(17, 35, 103, .28); }
.product-logo { display: flex; width: 100%; height: 90px; align-items: center; justify-content: center; padding: 10px; }
.product-logo img { width: auto; height: auto; max-width: 190px; max-height: 58px; object-fit: contain; }
.product-card p { margin-top: 25px; font-size: 15px; line-height: 1.62; }
.product-link { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 22px; color: var(--tl-blue); border-top: 1px solid #e7eaf2; font-family: "Tecnolabs Asap", Arial, sans-serif; font-size: 14px; font-weight: 700; }
.product-link b { font-size: 20px; }

.adv-relationship { padding: 60px 0; background: var(--tl-muted); }
.adv-relationship__inner { display: grid; grid-template-columns: 155px minmax(0,1fr) auto; gap: 42px; align-items: center; }
.adv-mark { display: flex; width: 135px; height: 110px; align-items: center; justify-content: center; color: #fff; background: var(--tl-navy); border-radius: 24px; box-shadow: var(--tl-shadow); font-family: "Tecnolabs Asap", Arial, sans-serif; font-size: 32px; font-weight: 700; letter-spacing: .08em; }
.adv-relationship .eyebrow { margin-bottom: 10px; }
.adv-relationship h2 { font-size: clamp(30px, 3.7vw, 46px); letter-spacing: -.03em; }
.adv-relationship p { max-width: 720px; margin-top: 13px; font-size: 16px; }

.about-section { background: #fff; }
.about-grid { display: grid; grid-template-columns: minmax(0,.93fr) minmax(0,1.07fr); gap: 82px; align-items: center; }
.about-image { position: relative; }
.about-image > img { width: 100%; min-height: 470px; object-fit: cover; border-radius: 36px 8px 36px 8px; box-shadow: var(--tl-shadow); }
.about-badge { position: absolute; right: -30px; bottom: -30px; display: flex; width: 190px; min-height: 142px; flex-direction: column; justify-content: center; padding: 23px; color: #fff; background: var(--tl-gradient); border: 8px solid #fff; border-radius: 26px; }
.about-badge strong { font-family: "Tecnolabs Asap", Arial, sans-serif; font-size: 42px; line-height: 1; }
.about-badge span { margin-top: 8px; font-size: 14px; line-height: 1.35; }
.about-copy > p { margin-top: 25px; }
.check-list { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; color: var(--tl-ink); font-size: 16px; }
.check-list li::before { position: absolute; top: .15em; left: 0; display: flex; width: 21px; height: 21px; align-items: center; justify-content: center; color: #fff; background: var(--tl-cyan); border-radius: 50%; content: "✓"; font-size: 12px; font-weight: 700; }

.experience-section { position: relative; overflow: hidden; padding: 92px 0; color: #fff; background: var(--tl-navy); }
.experience-section::after { position: absolute; top: -220px; right: -180px; width: 500px; height: 500px; content: ""; border: 85px solid rgba(0,183,201,.1); border-radius: 50%; }
.experience-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.8fr); gap: 90px; align-items: end; }
.experience-grid h2 { max-width: 650px; color: #fff; font-size: clamp(40px, 5vw, 64px); letter-spacing: -.035em; }
.experience-grid > p { color: rgba(255,255,255,.78); font-size: 18px; }

.faq-section { background: #f5f8fc; }
.faq-grid { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.25fr); gap: 88px; align-items: start; }
.faq-heading { position: sticky; top: 125px; }
.faq-heading p { margin-top: 22px; }
.faq-list { display: grid; gap: 13px; }
.faq-list details { background: #fff; border: 1px solid var(--tl-line); border-radius: 18px; box-shadow: 0 9px 27px rgba(20,42,90,.055); }
.faq-list summary { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 24px; color: var(--tl-ink); font-family: "Tecnolabs Asap", Arial, sans-serif; font-size: 18px; font-weight: 700; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--tl-blue); font-size: 26px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 24px 24px; font-size: 16px; }

.contact-section { position: relative; overflow: hidden; background: var(--tl-navy); }
.contact-section::before { position: absolute; bottom: -340px; left: -260px; width: 610px; height: 610px; content: ""; border: 100px solid rgba(0,183,201,.08); border-radius: 50%; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 80px; align-items: start; }
.contact-copy { padding-top: 24px; color: rgba(255,255,255,.78); }
.contact-copy h2 { max-width: 500px; color: #fff; }
.contact-copy > p { max-width: 510px; margin-top: 24px; }
.contact-direct { margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); }
.contact-direct span { display: block; margin-bottom: 11px; color: rgba(255,255,255,.58); font-size: 13px; letter-spacing: .13em; text-transform: uppercase; }
.contact-direct a, .contact-direct p { display: block; color: #fff; font-family: "Tecnolabs Asap", Arial, sans-serif; }
.contact-direct p { margin-top: 7px; }
.contact-direct .contact-whatsapp { display: inline-flex; gap: 7px; align-items: center; margin-top: 22px; padding: 11px 17px; color: #063d29; background: #fff; border-radius: 999px; font-size: 14px; }
.contact-direct .contact-whatsapp:hover { color: #063d29; background: #dff8ec; }
.contact-panel { padding: 40px; background: #fff; border-radius: 28px; box-shadow: 0 28px 70px rgba(2,10,28,.26); }
.contact-form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label:not(.form-consent):not(.form-trap) { display: grid; gap: 8px; color: var(--tl-ink); font-family: "Tecnolabs Asap", Arial, sans-serif; font-size: 14px; font-weight: 700; }
.contact-form input:not([type="checkbox"]), .contact-form textarea {
    width: 100%;
    color: var(--tl-ink);
    background: #f7f9fc;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    outline: 0;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.contact-form input:not([type="checkbox"]) { min-height: 50px; padding: 11px 14px; }
.contact-form textarea { min-height: 142px; padding: 13px 14px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { background: #fff; border-color: var(--tl-blue); box-shadow: 0 0 0 4px rgba(35,89,209,.11); }
.form-consent { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; color: var(--tl-text); font-size: 13px; line-height: 1.45; cursor: pointer; }
.form-consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--tl-blue); }
.form-consent a { color: var(--tl-blue); text-decoration: underline; text-underline-offset: 2px; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.turnstile-wrap { min-height: 68px; overflow: hidden; }
.form-submit { justify-self: start; min-width: 180px; border: 0; }
.form-submit:disabled { cursor: wait; opacity: .7; transform: none; }
.form-notice, .form-client-notice.is-error { margin-bottom: 22px; padding: 14px 16px; border-radius: 12px; font-size: 15px; line-height: 1.45; }
.form-notice--success { color: #075f45; background: #e6f7f0; border: 1px solid #a8e2ce; }
.form-notice--error, .form-client-notice.is-error { color: #98231b; background: #fff0ee; border: 1px solid #f3c0bb; }
.form-client-notice:empty { display: none; }

.site-footer { padding: 78px 0 24px; color: rgba(255,255,255,.67); background: #050e21; }
.footer-grid { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(170px,.55fr) minmax(220px,.7fr); gap: 78px; }
.footer-brand { display: inline-flex; }
.footer-brand img { width: 220px; }
.footer-about p { max-width: 520px; margin-top: 22px; }
.footer-parent { display: inline-flex; gap: 7px; margin-top: 21px; color: #fff; font-family: "Tecnolabs Asap", Arial, sans-serif; font-size: 14px; font-weight: 700; }
.site-footer h2 { margin-bottom: 19px; color: #fff; font-size: 17px; }
.site-footer a:not(.footer-brand):not(.footer-parent) { display: block; margin: 8px 0; }
.site-footer a:hover { color: #fff; }
.site-footer p { font-size: 15px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.footer-bottom > div { display: flex; gap: 24px; }

.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1100;
    display: flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #20bf62;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(18,78,45,.28);
    transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 17px 35px rgba(18,78,45,.35); }
.whatsapp-float svg { width: 34px; height: 34px; fill: currentColor; }

.content-section { min-height: 68vh; padding-top: 170px; background: var(--tl-soft); }
.content-shell { max-width: 900px; }
.content-shell h1 { margin-bottom: 28px; color: var(--tl-navy); font-size: clamp(42px, 6vw, 68px); letter-spacing: -.035em; }
.entry-card { margin-bottom: 24px; padding: 32px; background: #fff; border: 1px solid var(--tl-line); border-radius: var(--tl-radius); box-shadow: 0 14px 36px rgba(19,40,87,.07); }
.entry-card h1 { margin-bottom: 14px; font-size: 34px; }
.entry-content > * + * { margin-top: 1.25em; }
.entry-content ul, .entry-content ol { padding-left: 1.4em; }
.error-section .content-shell { text-align: center; }
.error-section .hero-actions { justify-content: center; }

.content-page { min-height: 65vh; padding: 150px 0 100px; }
.content-page article { max-width: 860px; }
.content-page h1 { font-size: clamp(42px,6vw,68px); }
.content-page .entry-content { margin-top: 35px; }
.content-page .entry-content > * + * { margin-top: 1.2em; }
.not-found { text-align: center; }

@media (max-width: 1240px) {
    .brand img, .custom-logo { width: 205px; }
    .site-nav { gap: 13px; }
    .site-nav a { font-size: 12.5px; }
}

@media (max-width: 1080px) {
    .site-nav { gap: 16px; }
    .site-nav a { font-size: 13px; }
    .services-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: auto; }
    .service-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: .8fr 1.2fr; }
    .service-card:last-child .service-card__image { height: 100%; min-height: 230px; }
    .products-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .about-grid { gap: 58px; }
}

@media (max-width: 900px) {
    .admin-bar .site-header { top: 46px; }
    .menu-toggle { position: relative; z-index: 1002; display: block; }
    .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; inset: 0; z-index: 1001; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 100px 34px 40px; visibility: hidden; background: rgba(8,22,49,.985); opacity: 0; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
    .site-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
    .site-nav a { padding: 14px 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.11); font-size: 20px; }
    .site-nav .nav-cta { margin-top: 20px; padding: 14px 22px; border: 0; text-align: center; }
    .section-heading, .experience-grid { grid-template-columns: 1fr; gap: 25px; }
    .adv-relationship__inner { grid-template-columns: 120px minmax(0,1fr); }
    .adv-mark { width: 110px; height: 94px; }
    .adv-relationship .button { grid-column: 2; justify-self: start; }
    .about-grid { grid-template-columns: 1fr; }
    .about-image { max-width: 680px; }
    .faq-grid { grid-template-columns: 1fr; gap: 45px; }
    .faq-heading { position: static; }
    .contact-grid { grid-template-columns: 1fr; gap: 48px; }
    .contact-copy { padding-top: 0; }
    .footer-grid { grid-template-columns: 1.2fr .7fr; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
    body { font-size: 17px; }
    .container { width: min(calc(100% - 32px), var(--tl-container)); }
    .section { padding: 82px 0; }
    .brand img, .custom-logo { width: 190px; }
    .hero { min-height: 760px; }
    .hero-content { padding-top: 100px; }
    .hero h1 { font-size: clamp(46px, 13vw, 64px); }
    .hero > .container > p { font-size: 19px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .hero-proof { gap: 17px; margin-top: 43px; }
    .hero-proof span { width: 100%; }
    .section-heading h2, .about-copy h2, .faq-heading h2, .contact-copy h2 { font-size: clamp(36px, 11vw, 50px); }
    .services-grid { grid-template-columns: 1fr; }
    .service-card:last-child { display: block; grid-column: auto; }
    .service-card:last-child .service-card__image { height: 220px; min-height: 0; }
    .products-grid { grid-template-columns: 1fr; }
    .product-card { min-height: 305px; }
    .adv-relationship__inner { grid-template-columns: 1fr; gap: 25px; }
    .adv-relationship .button { grid-column: auto; }
    .about-image > img { min-height: 350px; }
    .about-badge { right: 12px; bottom: -38px; width: 172px; min-height: 128px; }
    .about-copy { padding-top: 30px; }
    .experience-section { padding: 78px 0; }
    .experience-grid h2 { font-size: clamp(38px, 11vw, 52px); }
    .contact-panel { padding: 26px 20px; border-radius: 22px; }
    .form-row { grid-template-columns: 1fr; }
    .turnstile-wrap { margin-left: -2px; overflow-x: auto; }
    .form-submit { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; gap: 40px; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .footer-bottom > div { align-items: flex-start; flex-direction: column; gap: 5px; }
    .whatsapp-float { right: 17px; bottom: 17px; width: 58px; height: 58px; }
}

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