/* Portada inspirada en un catálogo editorial claro */
.home-page{width:min(1320px,100%);margin:0 auto;padding:22px 20px 58px;box-sizing:border-box}
.home-hero{position:relative;isolation:isolate;min-height:465px;overflow:hidden;border:1px solid #e0e7ef;background:#eef2f7;box-shadow:0 16px 42px rgba(22,45,76,.10)}
.home-hero::after{content:'';position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.94) 33%,rgba(255,255,255,.40) 53%,rgba(255,255,255,0) 72%);pointer-events:none}
.home-hero-copy{position:relative;z-index:2;width:min(570px,47%);padding:76px 0 70px 50px;box-sizing:border-box}
.home-eyebrow{display:block;margin-bottom:14px;color:#0879e8;font-size:.67rem;font-weight:900;letter-spacing:.18em}
.home-hero h1{margin:0;color:#172236;font-size:clamp(3.15rem,5.25vw,4.7rem);line-height:.98;letter-spacing:-.055em;text-transform:uppercase}
.home-hero h1 span{color:#0879e8}
.home-hero-copy>p{max-width:530px;margin:22px 0 26px;color:#526177;font-size:1.05rem;line-height:1.65}
.home-hero-actions{display:flex;align-items:center;gap:11px;flex-wrap:wrap}
.home-button{min-height:47px;padding:0 22px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid #cdd8e5;border-radius:7px;color:#253248;background:#fff;font-size:.82rem;font-weight:800;text-decoration:none;text-transform:uppercase;letter-spacing:.025em;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}
.home-button:hover{transform:translateY(-2px);border-color:#9dcaf4;box-shadow:0 10px 22px rgba(22,63,105,.13)}
.home-button.primary{border-color:#0879e8;background:#0879e8;color:#fff;box-shadow:0 8px 19px rgba(8,121,232,.22)}
.home-button.primary:hover{background:#066bd2}
.home-hero-note{display:flex;align-items:center;gap:8px;margin-top:20px;color:#617087;font-size:.75rem;font-weight:600}
.home-hero-note i{color:#0879e8}
.home-hero-visual{position:absolute;z-index:-1;inset:0}
.home-hero-visual img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}

.home-trust{position:relative;z-index:3;width:calc(100% - 72px);margin:-32px auto 50px;padding:17px 10px;box-sizing:border-box;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:#fff;border:1px solid #dfe7f1;box-shadow:0 13px 32px rgba(22,45,76,.11)}
.home-trust article{min-height:54px;padding:0 20px;display:flex;align-items:center;justify-content:center;gap:14px;border-right:1px solid #e6ebf2}
.home-trust article:last-child{border-right:0}
.home-trust article>i{color:#0879e8;font-size:1.4rem}
.home-trust span{display:flex;flex-direction:column}
.home-trust strong{color:#172236;font-size:.78rem}.home-trust small{margin-top:3px;color:#768397;font-size:.66rem}

.home-section{margin:0 20px 52px}
.home-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:20px}
.home-section-head span,.home-process-intro>span{display:block;margin-bottom:5px;color:#0879e8;font-size:.63rem;font-weight:900;letter-spacing:.17em}
.home-section-head h2{margin:0;color:#172236;font-size:clamp(1.65rem,3vw,2.3rem);line-height:1.15;letter-spacing:-.035em}
.home-section-head>a{display:inline-flex;align-items:center;gap:8px;color:#0879e8;font-size:.76rem;font-weight:800;text-decoration:none;white-space:nowrap}
.home-section-head>a:hover{text-decoration:underline}

.home-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:13px}
.home-category-card{min-width:0;padding:9px 9px 13px;display:block;background:#fff;border:1px solid #e0e7ef;color:#253248;text-align:center;text-decoration:none;box-shadow:0 6px 17px rgba(25,48,78,.06);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.home-category-card:hover{transform:translateY(-3px);border-color:#9fcaf3;box-shadow:0 12px 24px rgba(25,48,78,.11)}
.home-category-card img{display:block;width:100%;height:118px;margin-bottom:11px;object-fit:cover;background:#f1f4f8}
.home-category-card span{display:block;font-size:.75rem;font-weight:800;line-height:1.35}

.home-projects{margin-top:60px}
.home-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px}
.home-product-card{min-width:0;overflow:hidden;display:flex;flex-direction:column;background:#fff;border:1px solid #e0e7ef;color:#172236;text-decoration:none;box-shadow:0 7px 20px rgba(25,48,78,.07);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.home-product-card:hover{transform:translateY(-4px);border-color:#a3cdf4;box-shadow:0 15px 28px rgba(25,48,78,.12)}
.home-product-image{height:205px;overflow:hidden;background:#f1f4f8}
.home-product-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}
.home-product-card:hover img{transform:scale(1.035)}
.home-product-card>div:last-child{flex:1;padding:15px 15px 16px;display:flex;flex-direction:column}
.home-product-card h3{margin:0;font-size:.9rem;line-height:1.35}
.home-product-category{display:block;margin-bottom:6px;color:#0879e8;font-size:.59rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.home-product-card p{min-height:3em;margin:7px 0 14px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#69778c;font-size:.7rem;line-height:1.5}
.home-product-action{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:8px;color:#0879e8;font-size:.69rem;font-weight:800}
.home-product-price{display:flex;min-width:0;flex-wrap:wrap;align-items:baseline;gap:4px 7px}.home-product-price s{color:#8996a8;font-size:.61rem;font-weight:600}.home-product-price strong{font-size:.72rem}
.home-product-action>i{flex:0 0 auto;margin-bottom:2px}
.home-products-status{grid-column:1/-1;margin:0;padding:34px 24px;border:1px solid #e0e7ef;background:#fff;color:#69778c;font-size:.82rem;text-align:center}.home-products-status a{color:#0879e8;font-weight:800}

.home-process{margin:68px 20px 0;padding:34px 34px;display:grid;grid-template-columns:minmax(245px,1.05fr) 130px minmax(480px,2.1fr);align-items:center;gap:28px;background:#071426;color:#fff;box-shadow:0 14px 36px rgba(7,20,38,.17)}
.home-process-intro h2{margin:0 0 12px;color:#fff;font-size:clamp(1.75rem,3vw,2.45rem);line-height:1.08;letter-spacing:-.035em;text-transform:uppercase}
.home-process-intro h2 strong{color:#35a5ff}
.home-process-intro p{margin:0 0 20px;color:#aebcd0;font-size:.79rem;line-height:1.6}
.home-process .home-button{min-height:42px;padding-inline:16px;font-size:.7rem}
.home-process-mark{display:grid;place-items:center;width:110px;height:110px;border:1px solid rgba(53,165,255,.4);color:#35a5ff;font-size:3.2rem;transform:rotate(45deg)}
.home-process-mark i{transform:rotate(-45deg)}
.home-process-steps{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.home-process-steps li{min-height:132px;padding:18px 13px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border:1px solid rgba(255,255,255,.12);text-align:center;background:rgba(255,255,255,.025)}
.home-process-steps>li>i{color:#35a5ff;font-size:1.35rem}
.home-process-steps span{display:flex;flex-direction:column}
.home-process-steps strong{font-size:.72rem;line-height:1.35}.home-process-steps small{margin-top:5px;color:#91a2b9;font-size:.62rem;line-height:1.4}

.home-footer{background:#fff;border-top:1px solid #dde5ee;color:#4f5e73}
.home-footer-main{width:min(1240px,calc(100% - 40px));margin:auto;padding:44px 0 34px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:45px}
.home-footer-brand>div{display:flex;align-items:center;gap:12px;color:#172236}
.home-footer-brand img{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 4px 9px rgba(183,132,0,.2))}
.home-footer-brand span{display:flex;flex-direction:column}.home-footer-brand strong{text-transform:uppercase;font-size:.9rem}.home-footer-brand small{margin-top:3px;color:#0879e8;font-size:.59rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.home-footer-brand p{max-width:290px;margin:16px 0 0;font-size:.75rem;line-height:1.65}
.home-footer h2{margin:0 0 13px;color:#0879e8;font-size:.67rem;text-transform:uppercase;letter-spacing:.12em}
.home-footer-main>div:not(.home-footer-brand){display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.home-footer a,.home-footer-main>div>span{display:inline-flex;align-items:flex-start;gap:8px;color:#5e6c80;font-size:.72rem;line-height:1.45;text-decoration:none}
.home-footer a:hover{color:#0879e8}
.home-footer-main i{width:14px;color:#0879e8;text-align:center;margin-top:2px}
.home-footer-bottom{min-height:52px;padding:0 max(20px,calc((100vw - 1240px)/2));display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #edf1f5;color:#8390a2;font-size:.67rem}
.home-footer-bottom i{color:#0879e8}

@media(max-width:1080px){
  .home-hero-copy{width:55%}
  .home-category-grid{grid-template-columns:repeat(3,1fr)}
  .home-category-card img{height:145px}
  .home-product-grid{grid-template-columns:repeat(3,1fr)}
  .home-process{grid-template-columns:1fr 100px}.home-process-steps{grid-column:1/-1}.home-process-mark{justify-self:center;width:82px;height:82px;font-size:2.4rem}
}

@media(max-width:760px){
  .home-page{padding:14px 12px 38px}
  .home-hero{display:flex;flex-direction:column;min-height:0}
  .home-hero::after{display:none}
  .home-hero-copy{width:100%;padding:38px 25px 28px}
  .home-hero h1{font-size:clamp(2.65rem,12vw,3.85rem)}
  .home-hero-copy>p{font-size:.93rem}
  .home-hero-visual{position:relative;inset:auto;height:270px;z-index:0;order:2}
  .home-hero-visual img{object-position:68% center}
  .home-trust{width:calc(100% - 24px);margin:-20px auto 38px;grid-template-columns:repeat(2,1fr);padding:8px}
  .home-trust article{justify-content:flex-start;padding:11px 13px}
  .home-trust article:nth-child(2){border-right:0}.home-trust article:nth-child(-n+2){border-bottom:1px solid #e6ebf2}
  .home-section{margin-inline:5px}
  .home-section-head{align-items:flex-start}
  .home-category-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .home-category-card img{height:130px}
  .home-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .home-product-image{height:180px}
  .home-process{margin:54px 5px 0;padding:28px 22px;grid-template-columns:1fr}
  .home-process-mark{display:none}
  .home-process-steps{grid-column:auto;grid-template-columns:repeat(2,1fr)}
  .home-footer-main{grid-template-columns:repeat(2,1fr);gap:30px}
  .home-footer-brand{grid-column:1/-1}
}

@media(max-width:480px){
  .home-hero-copy{padding-inline:20px}
  .home-hero-actions{align-items:stretch;flex-direction:column}
  .home-button{width:100%}
  .home-trust{grid-template-columns:1fr;margin-top:-12px}
  .home-trust article{border-right:0;border-bottom:1px solid #e6ebf2!important}.home-trust article:last-child{border-bottom:0!important}
  .home-section-head{display:block}.home-section-head>a{margin-top:10px}
  .home-category-card img{height:105px}
  .home-product-grid{grid-template-columns:1fr}
  .home-product-image{height:235px}
  .home-process-steps{grid-template-columns:1fr 1fr}
  .home-footer-main{grid-template-columns:1fr}.home-footer-brand{grid-column:auto}
  .home-footer-bottom{padding-block:13px;flex-direction:column;justify-content:center;text-align:center}
}

@media(prefers-reduced-motion:reduce){
  .home-button,.home-category-card,.home-product-card,.home-product-image img{transition:none!important}
}
