/* STI FACU RUIZ - Servicios Visual V18 */
.sv18-main{background:#fff;color:#172033}
.sv18-wrap{width:min(calc(100% - 2rem),1240px);margin-inline:auto}
.sv18-hero{padding:clamp(4rem,7vw,7rem) 0 clamp(2.6rem,5vw,4.5rem);background:linear-gradient(180deg,#f4f7fb 0%,#fff 100%)}
.sv18-kicker{margin:0 0 .65rem;color:#1f66df;font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.sv18-hero h1{max-width:18ch;margin:0;font-size:clamp(2.55rem,5.2vw,5rem);font-weight:300;letter-spacing:-.045em;line-height:1.01}
.sv18-lead{max-width:67ch;margin:1rem 0 0;color:#667085;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.6}
.sv18-featured{padding:0 0 clamp(4rem,7vw,6.5rem)}
.sv18-section-head{display:flex;justify-content:space-between;gap:2rem;margin-bottom:1.6rem}
.sv18-section-head h2{max-width:24ch;margin:0;font-size:clamp(2rem,3.4vw,3.2rem);font-weight:350;letter-spacing:-.035em;line-height:1.08}
.sv18-section-head p:not(.sv18-kicker){max-width:66ch;margin:.7rem 0 0;color:#667085;line-height:1.6}
.sv18-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.sv18-card{overflow:hidden;border:1px solid rgba(15,23,42,.10);border-radius:20px;background:#fff;box-shadow:0 18px 48px -38px rgba(15,23,42,.36);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.sv18-card:hover{transform:translateY(-2px);border-color:rgba(31,102,223,.26);box-shadow:0 24px 56px -38px rgba(31,102,223,.34)}
.sv18-media{position:relative;aspect-ratio:16/9;overflow:hidden;background:#eef3f9}
.sv18-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.sv18-card:hover .sv18-media img{transform:scale(1.018)}
.sv18-content{display:grid;grid-template-columns:46px 1fr;gap:.85rem;padding:1rem 1.05rem 1.15rem}
.sv18-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:13px;background:#eef4ff;color:#1f66df;font-size:1.15rem}
.sv18-content h3,.sv18-detail-card h3{margin:0 0 .32rem;font-size:1.05rem}
.sv18-content p,.sv18-detail-card p{margin:0;color:#667085;line-height:1.48}
.sv18-content a{display:inline-flex;margin-top:.72rem;color:#1f66df;font-weight:750;text-decoration:none}
.sv18-content a:hover{text-decoration:underline}
.sv18-help{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;margin-top:1.15rem;padding:1.15rem 1.25rem;border:1px solid rgba(31,102,223,.14);border-radius:18px;background:#f7faff}
.sv18-help strong{display:block;font-size:1.12rem}
.sv18-help span{display:block;margin-top:.15rem;color:#667085}
.sv18-whatsapp,.sv18-primary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.2rem;border-radius:999px;background:#19a957;color:#fff!important;font-weight:800;text-decoration:none;white-space:nowrap}
.sv18-detail{padding:clamp(4rem,7vw,6.5rem) 0;border-top:1px solid rgba(15,23,42,.07);background:#fbfcfe}
.sv18-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}
.sv18-detail-card{display:grid;grid-template-columns:42px 1fr;gap:.8rem;min-height:132px;padding:1.05rem;border:1px solid rgba(15,23,42,.09);border-radius:18px;background:#fff;box-shadow:0 16px 40px -38px rgba(15,23,42,.30);scroll-margin-top:110px}
.sv18-detail-card>span{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;background:#eef4ff;color:#1f66df}
.sv18-bottom-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.35rem}
.sv18-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.2rem;border:1px solid rgba(15,23,42,.14);border-radius:999px;background:#fff;color:#172033!important;font-weight:750;text-decoration:none}
@media(max-width:900px){.sv18-grid,.sv18-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.sv18-grid,.sv18-detail-grid{grid-template-columns:1fr}.sv18-help{align-items:stretch;flex-direction:column}.sv18-whatsapp{width:100%}.sv18-section-head{margin-bottom:1.25rem}.sv18-hero{padding-top:3.25rem}.sv18-bottom-actions{display:grid}.sv18-bottom-actions a{width:100%}}
@media(prefers-reduced-motion:reduce){.sv18-card,.sv18-media img{transition:none}.sv18-card:hover{transform:none}.sv18-card:hover .sv18-media img{transform:none}}