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

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

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

:root {
    --wise-blue: #363e9d;
    --wise-blue-dark: #171d65;
    --wise-cyan: #21c7ee;
    --wise-purple: #7454c0;
    --wise-ink: #34374a;
    --wise-text: #626575;
    --wise-muted: #f3f4f8;
    --wise-white: #fff;
    --wise-gradient: linear-gradient(115deg, #21c7ee 0%, #3a74cf 46%, #7454c0 100%);
    --wise-shadow: 0 24px 65px rgba(30,35,92,.16);
    --wise-container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
    margin: 0;
    color: var(--wise-text);
    background: #fff;
    font-family: "Fira WiseContact", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3, h4 {
    margin: 0;
    color: var(--wise-ink);
    font-family: "Asap WiseContact", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-wrap: balance;
}
p { margin: 0; }
.container { width: min(calc(100% - 48px), var(--wise-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(--wise-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;
    color: #fff;
    background: rgba(23,29,101,.96);
    border-bottom: 1px solid rgba(255,255,255,.1);
    transition: height .25s ease, box-shadow .25s ease, background .25s ease;
    backdrop-filter: blur(12px);
}
.site-header.is-scrolled { height: 72px; background: rgba(19,24,84,.985); box-shadow: 0 11px 34px rgba(9,12,49,.25); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; width: 205px; flex: 0 0 auto; align-items: center; }
.brand img, .brand .custom-logo { width: auto; max-width: 205px; max-height: 54px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(21px, 2.8vw, 39px); }
.site-nav a { position: relative; color: rgba(255,255,255,.84); font-family: "Asap WiseContact", 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(--wise-cyan); transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.nav-cta { padding: 10px 21px; color: var(--wise-blue-dark) !important; background: #fff; border-radius: 9px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; color: #fff; background: transparent; border: 0; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 19px;
    color: var(--wise-blue);
    font-family: "Asap WiseContact", 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,.84); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 55px; }
.section-heading h2 { max-width: 740px; font-size: clamp(38px,4.5vw,58px); }
.section-heading > p { max-width: 400px; font-size: 17px; }

.hero { display: grid; min-height: 587px; padding-top: 82px; grid-template-columns: repeat(2,minmax(0,1fr)); background: var(--wise-blue-dark); }
.hero-copy { position: relative; display: flex; min-height: 505px; overflow: hidden; align-items: center; color: #fff; background: var(--wise-blue); }
.hero-copy-background { position: absolute; inset: 0; background: url("assets/images/hero-panel-original.webp") center/cover no-repeat; opacity: 1; }
.hero-copy-inner { position: relative; z-index: 1; width: min(570px,calc(100% - 64px)); margin-left: max(32px,calc((100vw - var(--wise-container)) / 2)); padding: 52px 32px 52px 0; }
.hero-logo { width: 230px; max-height: 72px; object-fit: contain; }
.hero h1 { max-width: 520px; margin-top: 30px; color: #fff; font-size: clamp(31px,2.55vw,40px); line-height: 1.14; letter-spacing: 0; }
.hero-actions { display: flex; width: min(520px,100%); justify-content: center; gap: 13px; margin-top: 30px; }
.button { display: inline-flex; min-height: 50px; padding: 13px 25px; align-items: center; justify-content: center; border-radius: 25px; font-family: "Asap WiseContact", 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-light { color: var(--wise-blue); background: #fff; box-shadow: 0 14px 28px rgba(18,22,75,.23); }
.button-outline { color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.62); }
.button-primary { color: #fff; background: var(--wise-gradient); border: 0; box-shadow: 0 14px 28px rgba(38,74,159,.25); }
.hero-video { display: flex; min-width: 0; min-height: 505px; padding: 42px 38px; align-items: center; justify-content: center; background: #303a91; }
.hero-video video { width: 100%; height: auto; max-width: 760px; aspect-ratio: 16 / 9; background: #1b2264; border: 1px solid rgba(255,255,255,.16); border-radius: 3px; box-shadow: 0 20px 46px rgba(13,18,74,.28); object-fit: contain; }

.intro-section { background: #fff; }
.original-intro { max-width: 1030px; text-align: center; }
.original-intro p { font-size: 18px; }
.benefit-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 70px; margin-top: 58px; }
.benefit-card { display: flex; min-height: 255px; padding: 18px 42px 32px; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; }
.benefit-card img { width: auto; height: 76px; margin-bottom: 22px; object-fit: contain; }
.benefit-card p { font-size: 16px; }
.benefit-rule { display: block; width: 92px; height: 4px; margin-top: auto; padding-top: 28px; background: linear-gradient(to bottom,transparent 28px,var(--wise-purple) 28px,var(--wise-purple) 32px); }
.solutions-intro-title { margin-top: 58px; color: var(--wise-ink); font-family: "Asap WiseContact", Arial, sans-serif; font-size: 25px; font-weight: 700; text-align: center; }

.solutions-section { background: #fff; }
.solution-row { padding: 0; background: #fff; }
.solution-muted { background: var(--wise-muted); }
.solution-grid, .solution-grid-reverse { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; align-items: stretch; }
.solution-media { position: relative; display: flex; min-height: 440px; align-items: stretch; justify-content: stretch; overflow: hidden; }
.solution-media video, .solution-media img { width: 100%; height: 100%; min-height: 440px; background: #2e3fa4; border: 0; border-radius: 0; box-shadow: none; object-fit: contain; }
.image-frame { padding: 36px; align-items: center; background: inherit; }
.image-frame img { min-height: 0; background: transparent; }
.video-frame { background: #2e3fa4; }
.solution-copy { position: relative; display: flex; min-height: 440px; padding: 58px 62px; flex-direction: column; justify-content: center; }
.solution-copy h3 { position: relative; color: var(--wise-blue); font-size: clamp(35px,4vw,52px); }
.solution-lead { margin-top: 21px; color: var(--wise-ink); font-family: "Asap WiseContact", Arial, sans-serif; font-size: 20px; font-weight: 700; line-height: 1.4; }
.solution-copy > p:not(.solution-lead) { margin-top: 15px; font-size: 16px; }
.text-link { display: inline-flex; margin-top: 27px; align-items: center; gap: 13px; color: var(--wise-blue); font-family: "Asap WiseContact", Arial, sans-serif; font-size: 14px; font-weight: 700; }
.text-link span { display: grid; width: 30px; height: 30px; place-items: center; color: #fff; background: var(--wise-gradient); border-radius: 50%; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.reports-section { position: relative; overflow: hidden; color: rgba(255,255,255,.82); background: linear-gradient(125deg,#5532af,#363e9d 65%,#2e77c5); }
.reports-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 10% 10%,rgba(33,199,238,.24),transparent 34%), radial-gradient(circle at 90% 85%,rgba(255,255,255,.09),transparent 38%); }
.reports-section .container { position: relative; }
.reports-heading { max-width: 940px; margin: 0 auto 54px; text-align: center; }
.reports-heading > img { width: auto; height: 72px; margin: 0 auto 18px; object-fit: contain; filter: brightness(0) invert(1); }
.reports-heading h2 { color: #fff; font-size: clamp(40px,4.8vw,60px); }
.reports-rule { display: block; width: 88px; height: 3px; margin: 21px auto 0; background: rgba(255,255,255,.7); border-radius: 3px; }
.reports-heading > p { margin-top: 25px; }
.reports-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 64px; }
.reports-grid article { min-height: 180px; padding: 29px 8px; background: transparent; border-top: 1px solid rgba(255,255,255,.24); }
.reports-grid article:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.24); }
.reports-grid h3 { color: #fff; font-size: 22px; }
.reports-grid ul { margin: 17px 0 0; padding-left: 20px; font-size: 15px; }
.custom-report { display: flex; max-width: 850px; margin: 42px auto 0; padding: 10px 20px; align-items: center; justify-content: center; gap: 25px; text-align: center; }
.custom-report img { width: 42px; height: 68px; flex: 0 0 auto; object-fit: contain; filter: brightness(0) invert(1); }

.products-section { background: var(--wise-muted); }
.experience-copy { max-width: 900px; text-align: center; }
.experience-copy .eyebrow { justify-content: center; }
.experience-copy h2 { font-size: clamp(38px,4.5vw,56px); }
.experience-copy > p { margin-top: 23px; }
.products-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 16px; margin-top: 60px; }
.product-card { display: flex; min-height: 305px; padding: 27px 22px; flex-direction: column; color: var(--wise-text); background: #fff; border: 1px solid #e3e5ed; border-radius: 21px; box-shadow: 0 18px 42px rgba(33,38,86,.1); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: 0 27px 58px rgba(33,38,86,.18); }
.product-logo { display: flex; width: 100%; height: 87px; padding: 12px; align-items: center; justify-content: center; background: #fff; }
.product-logo img { width: auto; height: auto; max-width: 166px; max-height: 52px; object-fit: contain; }
.product-logo-adv img { max-width: 184px; max-height: 40px; }
.product-logo-webflow img { max-width: 166px; max-height: 40px; }
.product-logo-react img { max-width: 145px; max-height: 47px; }
.product-logo-neolock img { max-width: 160px; max-height: 42px; }
.product-logo-wisedial img { max-width: 166px; max-height: 48px; }
.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(--wise-blue); border-top: 1px solid #e7e8ee; font-family: "Asap WiseContact", Arial, sans-serif; font-size: 14px; font-weight: 700; }
.product-link b { font-size: 20px; }

.contact-section { position: relative; overflow: hidden; color: #fff; background: #101447; }
.contact-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 16% 15%,rgba(33,199,238,.24),transparent 38%), radial-gradient(circle at 88% 82%,rgba(116,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: 530px; margin-top: 24px; color: rgba(255,255,255,.77); }
.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,.57); font-family: "Asap WiseContact", Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-details strong { color: #fff; font-family: "Asap WiseContact", Arial, sans-serif; font-size: 18px; }
.contact-panel { padding: 40px; color: var(--wise-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(--wise-ink); font-family: "Asap WiseContact", Arial, sans-serif; font-size: 13px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--wise-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(--wise-blue); box-shadow: 0 0 0 3px rgba(54,62,157,.13); }
.contact-form .button { width: 100%; border: 0; border-radius: 10px; }
.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: #080b2a; }
.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: 62px; 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 WiseContact", 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) {
    .hero-copy-inner { margin-left: 35px; }
    .products-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .product-card { min-height: 280px; }
}

@media (max-width: 840px) {
    html { scroll-padding-top: 70px; }
    .container { width: min(calc(100% - 34px),var(--wise-container)); }
    .section { padding: 82px 0; }
    .site-header, .site-header.is-scrolled { height: 70px; }
    .brand { width: 178px; }
    .brand img, .brand .custom-logo { max-width: 178px; max-height: 48px; }
    .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(19,24,84,.99); 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 { min-height: 0; padding-top: 70px; grid-template-columns: 1fr; }
    .hero-copy { min-height: 505px; }
    .hero-copy-inner { width: min(620px,calc(100% - 42px)); margin: 0 auto; padding: 68px 0; text-align: center; }
    .hero-logo { margin-inline: auto; }
    .hero-copy-inner > p { margin-inline: auto; }
    .hero-actions { justify-content: center; }
    .hero-video { min-height: 0; padding: 34px 26px; }
    .hero-video video { height: auto; aspect-ratio: 16 / 9; }
    .benefit-grid { gap: 20px; }
    .benefit-card { padding: 26px 24px 32px; }
    .solution-row { padding: 0; }
    .solution-grid, .solution-grid-reverse { grid-template-columns: 1fr; gap: 0; }
    .solution-grid-reverse .solution-media { order: -1; }
    .solution-media { width: 100%; min-height: 0; max-width: none; }
    .solution-copy { min-height: 0; padding: 58px 44px; }
    .solution-media video, .solution-media img { height: auto; min-height: 0; aspect-ratio: 16 / 9; }
    .image-frame { padding: 32px; }
    .reports-grid { grid-template-columns: 1fr; }
    .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(--wise-container)); }
    .section { padding: 70px 0; }
    .section-heading h2, .reports-heading h2, .experience-copy h2, .contact-copy h2 { font-size: 36px; }
    .hero-copy { min-height: 505px; }
    .hero-copy-background { background-image: url("assets/images/hero-panel-original-mobile.webp"); }
    .hero-logo { width: 205px; }
    .hero h1 { margin-top: 38px; font-size: clamp(30px,8.5vw,38px); line-height: 1.13; letter-spacing: 0; overflow-wrap: normal; word-break: normal; }
    .hero-copy-inner > p { display: none; }
    .hero-actions { margin-top: 32px; }
    .hero-actions .button { min-height: 46px; padding: 11px 16px; font-size: 13px; }
    .hero-video { padding: 22px 14px; }
    .hero-video video { border-radius: 3px; }
    .benefit-grid { grid-template-columns: 1fr; margin-top: 43px; }
    .benefit-card { min-height: 0; padding: 20px 10px 30px; }
    .solutions-section { padding-top: 0; }
    .solution-row { padding: 0; }
    .solution-copy { padding: 50px 22px; }
    .solution-copy h3 { font-size: 34px; }
    .solution-lead { font-size: 18px; }
    .solution-media video, .solution-media img { border-radius: 0; }
    .reports-grid article { min-height: 0; padding: 27px 8px; }
    .reports-grid article:nth-last-child(-n+2) { border-bottom: 0; }
    .reports-grid article:last-child { border-bottom: 1px solid rgba(255,255,255,.24); }
    .custom-report { padding: 16px 8px; align-items: flex-start; }
    .products-grid { grid-template-columns: 1fr; margin-top: 44px; }
    .product-card { min-height: 250px; }
    .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; }
}
