/*
Theme Name: Solución Visual
Author: Solución Visual
Description: Sitio profesional para Solución Visual.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
*/
:root{--navy:#10265d;--blue:#54b7c9;--ice:#eef8f9;--text:#183746;--muted:#607784;--line:#d9e8ed}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--text);line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%}.container{width:min(1160px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line)}.header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:var(--navy)}.brand .custom-logo-link{display:flex;align-items:center}.brand .custom-logo{display:block;width:auto;max-width:150px;max-height:46px}.brand>span:not(.brand-transition){font-size:24px;font-weight:800}.brand>span:not(.brand-transition) span{color:var(--blue)}.brand-transition{font-size:9px;font-weight:700;color:#6b7f88;border-left:1px solid #cbdde2;padding-left:9px;white-space:nowrap;line-height:1}.nav{display:flex;gap:24px;align-items:center;font-size:14px;font-weight:700}.nav a:hover{color:var(--blue)}.nav-cta{background:var(--blue);color:#fff!important;padding:10px 17px;border-radius:30px}.menu-toggle{display:none}
.hero{background:#fff;padding:85px 0}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.eyebrow,.section-kicker{font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--blue)}h1{font-size:clamp(44px,5.5vw,72px);line-height:1.03;letter-spacing:-2.8px;color:var(--navy);margin:12px 0 20px}.hero-sub{font-size:20px;color:#466473;margin:0 0 28px}.btns{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;padding:14px 22px;border-radius:30px;font-weight:800}.btn-primary{background:var(--blue);color:#fff}.btn-secondary{background:#fff;border:1px solid var(--blue);color:var(--navy)}
.hero-art{min-height:440px;border-radius:90px 25px;background:linear-gradient(145deg,#eef8f9,#fff);display:grid;place-items:center;position:relative}.hero-art svg{width:70%;max-width:390px}.hero-note{position:absolute;bottom:15px;left:0;background:#fff;padding:18px 22px;border-radius:20px;box-shadow:0 15px 40px #063b5c18}.hero-note strong{display:block;color:var(--navy)}
.section{padding:90px 0}.section-soft{background:#f7f8f8}.section-head{text-align:center;max-width:760px;margin:0 auto 42px}.section h2{font-size:clamp(32px,4vw,48px);line-height:1.1;color:var(--navy);letter-spacing:-1.5px;margin:10px 0 14px}.section-head p,.service p,.problem-card p,.step p,.special p,.about p{color:var(--muted)}
.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.problem-card,.service,.step,.special{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px}.problem-card h3,.service h3,.step h3,.special h3{color:var(--navy);line-height:1.3;margin:0}.problem-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--ice);color:var(--blue);font-weight:900;margin-bottom:16px}.center-note{text-align:center;color:var(--muted);font-weight:700;margin-top:28px}
.difference{background:#fff;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.feature-panel{background:var(--ice);border-radius:30px;padding:38px}.feature-panel h3{font-size:30px;color:var(--navy);margin:8px 0}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:25px}.feature{border-top:3px solid var(--blue);padding-top:14px}.feature strong{display:block;color:var(--navy);font-size:14px}.feature span{font-size:13px;color:var(--muted)}
.services{background:var(--ice);display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service{box-shadow:0 8px 25px #063b5c0d}.statement{background:var(--navy);color:#fff;border-radius:30px;padding:55px;display:flex;justify-content:space-between;gap:35px;align-items:center}.statement h2{color:#fff;margin:0}.statement p{color:#cfe7ef;max-width:650px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step-num{font-size:46px;font-weight:850;color:var(--blue);line-height:1}.special-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.about{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center}.profile{min-height:350px;background:#f4f8f8;border-radius:30px;display:grid;place-items:center;color:var(--blue);font-weight:800;text-align:center;padding:25px}.final-cta{background:#fff;text-align:center;padding:90px 0}.final-cta p{color:var(--muted);margin-bottom:28px}.site-footer{background:#062e46;color:#d7e9ee;padding:40px 0}.footer-inner{display:flex;justify-content:space-between}.footer-brand{font-size:20px;font-weight:800;color:#fff}.footer-links{display:flex;gap:20px;font-size:14px}.copyright{font-size:13px;color:#a9c8d1;margin-top:20px}
@media(max-width:900px){.hero-grid,.difference,.about{grid-template-columns:1fr}.problem-grid{grid-template-columns:repeat(2,1fr)}.services{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.brand .custom-logo{display:block;width:auto;max-width:150px;max-height:46px}.brand-transition{font-size:9px;font-weight:700;color:#6b7f88;border-left:1px solid #cbdde2;padding-left:9px;white-space:nowrap;line-height:1}.nav{display:none}.menu-toggle{display:block}.hero{padding:55px 0}.hero-art{min-height:340px}.problem-grid,.services,.steps,.special-grid,.features{grid-template-columns:1fr}.statement{display:block;padding:35px 25px}.statement .btn{margin-top:20px}.footer-inner{display:block}.footer-links{margin-top:15px}}

/* Solución Visual header logo v1.3 */
.brand{display:flex;align-items:center;text-decoration:none}
.brand .sv-header-logo{display:block;width:210px;height:auto;max-width:none}
.brand-transition{display:none!important}
@media(max-width:900px){
  .brand .sv-header-logo{width:185px}
}
@media(max-width:700px){
  .brand .sv-header-logo{width:155px}
}
