:root{
  --blue:#246cdf;--blue-2:#0d58d7;--ink:#111827;--muted:#6b7280;--line:#e4e8ee;--soft:#f5f7fa;--green:#128c57;
  --header-height:72px;--shadow:0 18px 45px rgba(15,23,42,.08);
  font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;
  text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;min-height:100dvh;background:#fff;color:var(--ink);overflow-x:hidden;font-weight:300}a{color:inherit}.shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.88);border-bottom:1px solid rgba(228,232,238,.86);backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%)}
.header-safe{padding-top:env(safe-area-inset-top,0px)}.header-inner{min-height:var(--header-height);display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:12px;margin-right:auto;text-decoration:none;min-width:0}.brand-logo{width:48px;height:48px;object-fit:contain;border-radius:14px;filter:drop-shadow(0 6px 10px rgba(36,108,223,.16))}.brand-logo.is-missing,.footer-brand img.is-missing{display:none}.brand-copy{display:grid;line-height:1.05}.brand-copy strong{font-size:16px;font-weight:600;letter-spacing:.01em}.brand-copy small{margin-top:5px;color:#8a94a2;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.site-nav{display:flex;align-items:center;gap:4px}.site-nav>a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 12px;border-radius:999px;text-decoration:none;color:#4b5563;font-size:14px;font-weight:700;transition:.18s ease}.site-nav>a:hover,.site-nav>a[aria-current="page"]{color:#0f4eb5;background:#eef5ff}.site-nav .nav-whatsapp{margin-left:8px;padding-inline:18px;color:#fff;background:linear-gradient(135deg,#1aa865,#128c57);box-shadow:0 8px 20px rgba(18,140,87,.2)}.site-nav .nav-whatsapp:hover{color:#fff;background:linear-gradient(135deg,#15975b,#0f7d4d)}
.menu-toggle{display:none;width:48px;height:48px;border:1px solid #dbe2ea;border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.07);position:relative}.menu-toggle span{position:absolute;left:13px;right:13px;height:2px;border-radius:99px;background:#1f2937;transition:.2s ease}.menu-toggle span:nth-child(1){top:15px}.menu-toggle span:nth-child(2){top:23px}.menu-toggle span:nth-child(3){top:31px}.menu-toggle[aria-expanded="true"] span:nth-child(1){top:23px;transform:rotate(45deg)}.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] span:nth-child(3){top:23px;transform:rotate(-45deg)}
.mobile-dock{display:none}.page{padding:86px 0;min-height:50vh}.page h1{font-size:clamp(38px,6vw,68px);line-height:1;letter-spacing:-.04em;margin:0}
.site-footer{padding:64px 0 24px;border-top:1px solid var(--line);background:#f8fafc}.footer-grid{display:grid;grid-template-columns:1.25fr repeat(4,1fr);gap:36px}.footer-brand{display:flex;flex-direction:column;align-items:flex-start}.footer-brand img{width:62px;height:62px;object-fit:contain;margin-bottom:14px}.footer-brand strong{font-size:18px}.footer-brand p{margin:10px 0 0;max-width:270px;color:var(--muted);font-size:14px;line-height:1.55}.footer-column{display:flex;flex-direction:column;gap:9px}.footer-column h2{margin:0 0 8px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#8590a0}.footer-column a,.footer-column span{color:#596474;text-decoration:none;font-size:13px;line-height:1.35}.footer-column a:hover{color:var(--blue)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:44px;padding-top:20px;border-top:1px solid var(--line);color:#8a94a2;font-size:12px}
@media(max-width:980px){
  :root{--header-height:68px}.shell{width:min(100% - 32px,760px)}.site-header{top:0}.header-safe{padding-top:max(8px,env(safe-area-inset-top,0px))}.header-inner{min-height:68px}.brand-logo{width:46px;height:46px}.brand-copy small{display:none}.menu-toggle{display:block;flex:0 0 48px}.site-nav{position:fixed;top:calc(var(--header-height) + env(safe-area-inset-top,0px) + 16px);left:16px;right:16px;z-index:1001;display:flex;flex-direction:column;align-items:stretch;gap:6px;padding:12px;border:1px solid rgba(219,226,234,.92);border-radius:24px;background:rgba(255,255,255,.98);box-shadow:0 30px 80px rgba(15,23,42,.18);backdrop-filter:blur(24px);max-height:calc(100dvh - var(--header-height) - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 40px);overflow:auto;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px) scale(.985);transition:.18s ease}.site-nav[data-open="true"]{opacity:1;visibility:visible;pointer-events:auto;transform:none}.site-nav>a{justify-content:flex-start;min-height:52px;padding:0 16px;border-radius:14px;font-size:15px}.site-nav .nav-whatsapp{margin:4px 0 0}.menu-open body{overflow:hidden}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-brand{grid-column:1/-1}
}
@media(max-width:680px){
  body{padding-bottom:calc(82px + env(safe-area-inset-bottom,0px))}.shell{width:min(100% - 28px,620px)}.header-safe{padding-top:max(10px,env(safe-area-inset-top,0px))}.header-inner{min-height:64px}.brand-logo{width:44px;height:44px}.brand-copy strong{font-size:15px}.mobile-dock{position:fixed;left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom,0px));z-index:950;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;padding:6px;border:1px solid rgba(221,228,237,.9);border-radius:23px;background:rgba(255,255,255,.94);box-shadow:0 20px 55px rgba(15,23,42,.16);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.dock-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:58px;min-width:0;border-radius:17px;text-decoration:none;color:#7a8492}.dock-link>span{display:grid;place-items:center;width:31px;height:31px;border-radius:11px;background:#f3f6f9;font-size:16px;font-weight:600}.dock-link small{max-width:100%;font-size:9px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dock-link[aria-current="page"]{color:#0f5ccc;background:#eff6ff}.dock-link[aria-current="page"]>span{color:#fff;background:linear-gradient(135deg,#2875e8,#0d58d7);box-shadow:0 7px 16px rgba(36,108,223,.22)}.site-footer{padding-bottom:calc(108px + env(safe-area-inset-bottom,0px))}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;margin-top:34px}.page{padding:64px 0}
}
@media(max-width:390px){.shell{width:calc(100% - 24px)}.brand-copy strong{font-size:14px}.brand-logo{width:42px;height:42px}.menu-toggle{width:46px;height:46px}.mobile-dock{left:6px;right:6px}.dock-link small{font-size:8px}}

/* Nuevo diseño claro STI */
.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#f7f9fd 0%,#f3f6fb 100%);border-bottom:1px solid #e9edf3}.hero-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(61,103,160,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(61,103,160,.045) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,black,transparent 92%)}.hero-inner{position:relative;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(380px,.76fr);gap:70px;align-items:center;min-height:690px;padding:88px 0}.hero-copy{max-width:720px}.eyebrow{margin:0 0 20px;color:#185db7;font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.hero h1{margin:0;font-size:clamp(58px,7.2vw,94px);line-height:.96;letter-spacing:-.032em;font-weight:200}.hero h1 strong{color:#2a69cf;font-weight:300}.hero-lead{max-width:690px;margin:32px 0 0;color:#66717f;font-size:20px;line-height:1.7}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 22px;border-radius:16px;text-decoration:none;font-size:16px;font-weight:700;transition:.2s ease}.btn.primary{color:#fff;background:linear-gradient(135deg,#2d73e2,#1760d6);box-shadow:0 15px 30px rgba(24,96,214,.2)}.btn.primary:hover{transform:translateY(-2px);box-shadow:0 20px 34px rgba(24,96,214,.26)}.btn.secondary{color:#1f2937;border:1px solid #cfd6df;background:rgba(255,255,255,.66)}.ui-icon{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.google-card{display:inline-flex;align-items:center;gap:14px;margin-top:36px;padding:17px 19px;border:1px solid #d9dee6;border-radius:20px;background:rgba(255,255,255,.82);box-shadow:0 8px 24px rgba(15,23,42,.04);text-decoration:none}.google-g{font-size:30px;font-weight:600;color:#4285f4}.google-card>span:nth-child(2){display:grid;gap:3px}.google-card strong{font-size:15px}.google-card small{color:#2c68be;font-size:13px;font-weight:700}.google-card>.ui-icon{margin-left:10px;color:#2c68be}.trust-row{display:flex;flex-wrap:wrap;gap:18px 28px;margin-top:38px;padding-top:28px;border-top:1px solid #dfe5ec;color:#87919e;font-size:13px}.hero-product{padding:38px;border:1px solid #dde4eb;border-radius:34px;background:rgba(255,255,255,.9);box-shadow:0 24px 60px rgba(22,45,80,.09)}.hero-product .status-chip{display:inline-flex}.hero-product h2{margin:28px 0 8px;font-size:34px;line-height:1.05;letter-spacing:-.03em;font-weight:400}.hero-product>p{margin:0;color:#87919e;font-size:14px;letter-spacing:.1em;text-transform:uppercase}.hero-product ul{display:grid;gap:13px;padding:0;margin:28px 0;list-style:none;color:#5e6876}.hero-product li{display:flex;align-items:center;gap:9px}.hero-product .ui-icon{color:#2b6fd7}.hero-price{display:block;font-size:34px;letter-spacing:-.03em}.text-link{display:inline-flex;align-items:center;gap:7px;color:#145ab9;text-decoration:none;font-weight:600;font-size:14px}.hero-product .text-link{margin-top:15px}.status-chip,.brand-chip{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase}.status-chip{color:#24734b;background:#edf9f2;border:1px solid #b8dfca}.status-chip.warn{color:#9b6410;background:#fff8e8;border-color:#f0d7a2}.brand-chip{color:#175cb8;background:#eef5ff;border:1px solid #cfe1f7}.section{padding:96px 0}.section.white{background:#fff}.section.soft{background:#f6f8fb}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:36px}.section-head h2,.business-card h2,.contact-band h2{margin:0;max-width:790px;font-size:clamp(38px,4.8vw,60px);line-height:1.04;letter-spacing:-.022em;font-weight:300}.section-lead{max-width:760px;margin:15px 0 0;color:#6c7785;font-size:16px;line-height:1.65}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.service-card{min-height:220px;padding:27px;border:1px solid #e0e6ed;border-radius:24px;background:#fff;transition:.18s ease}.service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.service-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:16px;color:#1f68d2;background:#edf5ff}.service-card h3{margin:28px 0 8px;font-size:21px}.service-card p{margin:0;color:#707b89;line-height:1.6}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product-card{padding:32px;border:1px solid #dde4ec;border-radius:30px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.04)}.product-top{display:flex;justify-content:space-between;gap:14px}.product-visual{display:flex;align-items:center;justify-content:center;gap:10px;height:150px;margin:24px 0;color:#236cd6;border-radius:22px;background:linear-gradient(145deg,#eff5fc,#f8fafc);font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.product-visual .ui-icon{width:66px;height:66px;stroke-width:1.25}.product-kicker{margin:0;color:#8993a0;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.product-card h3{margin:8px 0 22px;font-size:32px;font-weight:400;letter-spacing:-.03em}.product-card ul{display:grid;gap:11px;padding:0;margin:0;list-style:none;color:#626d7b}.product-card li{display:flex;gap:9px;align-items:flex-start}.product-card li .ui-icon{flex:0 0 17px;width:17px;height:17px;margin-top:2px;color:#246cdf}.product-price{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:28px;padding-top:22px;border-top:1px solid #e4e8ee}.product-price strong{font-size:32px;letter-spacing:-.03em}.product-price a{display:inline-flex;align-items:center;gap:7px;color:#145ab9;text-decoration:none;font-weight:600}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.process-grid article{padding:28px;border-top:2px solid #2b6fd7;background:#f9fbfd}.process-grid b{color:#2b6fd7;font-size:13px}.process-grid h3{margin:22px 0 8px;font-size:21px}.process-grid p{margin:0;color:#707b89;line-height:1.55}.work-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.work-card{overflow:hidden;border:1px solid #e0e6ed;border-radius:25px;background:#fff}.work-visual{height:170px;display:flex;align-items:center;justify-content:center;position:relative;color:#2b6fd7;background:linear-gradient(145deg,#edf4fb,#f8fafc)}.work-visual>span{position:absolute;left:16px;top:16px;padding:7px 10px;border-radius:999px;color:#56616f;background:#fff;border:1px solid #dce3ea;font-size:10px;font-weight:600}.work-visual .ui-icon{width:62px;height:62px;stroke-width:1.2}.work-copy{padding:24px}.work-copy time{color:#8a94a2;font-size:12px}.work-copy h3{margin:9px 0 9px;font-size:22px;letter-spacing:-.02em}.work-copy p{margin:0;color:#6f7986;line-height:1.6}.business-section{background:#f4f7fb}.business-card{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;padding:58px;border-radius:34px;color:#fff;background:linear-gradient(135deg,#0f3c77,#155eba 55%,#246cdf);box-shadow:0 30px 70px rgba(20,83,162,.22)}.business-card .eyebrow{color:#a8d0ff}.business-card p{max-width:660px;color:#d4e5f8;font-size:17px;line-height:1.65}.business-card .btn.primary{color:#1558ad;background:#fff;box-shadow:none}.business-card ul{display:grid;align-content:center;gap:14px;padding:0;margin:0;list-style:none}.business-card li{display:flex;align-items:center;gap:10px;color:#e7f1fb}.contact-band{display:flex;align-items:center;justify-content:space-between;gap:40px}.contact-band p{max-width:700px;color:#6d7785;font-size:17px}.page-hero{padding:110px 0 90px;background:linear-gradient(180deg,#f5f8fc,#fff)}.page-hero.compact{padding-bottom:72px}.page-hero h1{max-width:900px;margin:0;font-size:clamp(48px,7vw,82px);line-height:1.02;letter-spacing:-.032em;font-weight:300}.page-hero>div>p:last-child{max-width:780px;margin:25px 0 0;color:#687381;font-size:20px;line-height:1.6}.cta-panel{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:44px;padding:34px;border:1px solid #dde4ec;border-radius:28px;background:#f7f9fc}.cta-panel h2{margin:0;font-size:28px}.cta-panel p{margin:8px 0 0;color:#717b88}.contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.contact-card{padding:32px;border:1px solid #dde4ec;border-radius:26px;background:#fff}.contact-card>span{color:#2364bd;font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}.contact-card h2{margin:15px 0 9px;font-size:31px;letter-spacing:-.03em}.contact-card p{margin:7px 0;color:#6c7784;line-height:1.55}.contact-card .btn{margin-top:22px}
@media(max-width:980px){.hero-inner{grid-template-columns:1fr;gap:40px;padding:72px 0}.hero-product{max-width:720px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.work-grid{grid-template-columns:1fr}.business-card{grid-template-columns:1fr;gap:35px}.contact-grid{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.contact-band{align-items:flex-start;flex-direction:column}}
@media(max-width:680px){.hero-inner{padding:54px 0 58px;min-height:0}.hero h1{font-size:clamp(50px,15.5vw,68px)}.hero-lead{font-size:18px;line-height:1.55}.hero-actions{display:grid}.btn{width:100%;min-height:58px}.google-card{width:100%;padding:16px}.trust-row{display:grid;gap:12px}.hero-product{padding:28px 24px;border-radius:28px}.hero-product h2{font-size:31px}.section{padding:72px 0}.section-head h2,.business-card h2,.contact-band h2{font-size:42px}.service-grid,.product-grid,.process-grid{grid-template-columns:1fr}.product-card{padding:25px;border-radius:26px}.product-price{align-items:flex-end}.product-price strong{font-size:30px}.business-card{padding:34px 25px;border-radius:29px}.page-hero{padding:70px 0 56px}.page-hero h1{font-size:50px}.page-hero>div>p:last-child{font-size:18px}.cta-panel{align-items:flex-start;flex-direction:column;padding:26px}.cta-panel .btn{width:100%}}

/* Legal, privacy and cookie pages */
.legal-page{background:#fff}.legal-hero{padding:92px 0 62px;background:linear-gradient(180deg,#f5f8fc 0%,#fff 100%);border-bottom:1px solid #edf0f4}.legal-shell{max-width:1040px}.legal-hero h1{max-width:900px;margin:0;font-size:clamp(46px,6vw,72px);line-height:.98;letter-spacing:-.045em;font-weight:400}.legal-intro{max-width:830px;margin:24px 0 0;color:#647080;font-size:19px;line-height:1.65}.legal-updated{margin:22px 0 0;color:#8c96a3;font-size:13px;font-weight:700}.legal-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:64px;align-items:start;padding-top:62px;padding-bottom:92px}.legal-content{min-width:0}.legal-section{padding:0 0 38px;margin:0 0 38px;border-bottom:1px solid #e7ebf0}.legal-section:last-child{border-bottom:0;margin-bottom:0}.legal-section h2{margin:0 0 15px;font-size:27px;line-height:1.15;letter-spacing:-.02em}.legal-section p{margin:0 0 14px;color:#5e6977;font-size:16px;line-height:1.72}.legal-section p:last-child{margin-bottom:0}.legal-section a{color:#145fbe;font-weight:700}.legal-aside{position:sticky;top:calc(var(--header-height) + 28px);padding:24px;border:1px solid #dfe5ec;border-radius:23px;background:#f7f9fc}.legal-aside strong{font-size:16px}.legal-aside p{margin:11px 0 0;color:#687381;font-size:14px;line-height:1.55}.legal-aside a{color:#145fbe;font-weight:700}.legal-note{padding-top:13px;border-top:1px solid #e0e5eb}.cookie-settings-summary{display:grid;gap:12px;margin:0 0 22px}.cookie-settings-summary>div{display:grid;gap:4px;padding:18px;border:1px solid #e0e6ed;border-radius:18px;background:#f9fbfd}.cookie-settings-summary strong{font-size:16px}.cookie-settings-summary span{color:#697482;font-size:14px;line-height:1.5}
@media(max-width:860px){.legal-layout{grid-template-columns:1fr;gap:34px}.legal-aside{position:static;order:-1}.legal-hero{padding:70px 0 50px}}
@media(max-width:680px){.legal-hero{padding:56px 0 42px}.legal-hero h1{font-size:46px}.legal-intro{font-size:17px}.legal-layout{padding-top:42px;padding-bottom:70px}.legal-section{padding-bottom:30px;margin-bottom:30px}.legal-section h2{font-size:24px}.legal-section p{font-size:15px}.legal-section .btn{width:100%}}

/* Consentimiento de cookies */
.cookie-banner{position:fixed;left:50%;bottom:22px;z-index:3000;width:min(1080px,calc(100% - 32px));transform:translateX(-50%);display:flex;align-items:center;justify-content:space-between;gap:28px;padding:22px 24px;border:1px solid #dce3eb;border-radius:25px;background:rgba(255,255,255,.98);box-shadow:0 24px 70px rgba(15,23,42,.2);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.cookie-banner[hidden],.cookie-overlay[hidden]{display:none!important}.cookie-banner-copy{max-width:680px}.cookie-banner-copy strong{font-size:17px}.cookie-banner-copy p{margin:6px 0;color:#65707e;font-size:14px;line-height:1.5}.cookie-banner-copy a{color:#145fbe;font-size:13px;font-weight:700}.cookie-banner-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.cookie-btn{min-height:43px;padding:0 16px;border:1px solid #d3dbe5;border-radius:13px;color:#263243;background:#fff;font:700 13px/1 "Source Sans 3",sans-serif;cursor:pointer}.cookie-btn:hover{background:#f4f7fa}.cookie-btn.cookie-primary{color:#fff;border-color:#1d63cf;background:#246cdf}.cookie-btn.cookie-primary:hover{background:#195fc8}.cookie-config{color:#145fbe}.cookie-overlay{position:fixed;inset:0;z-index:3100;display:grid;place-items:center;padding:24px;background:rgba(15,23,42,.45);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.cookie-dialog{width:min(620px,100%);max-height:min(760px,calc(100dvh - 48px));overflow:auto;padding:28px;border:1px solid #dfe5ec;border-radius:28px;background:#fff;box-shadow:0 34px 100px rgba(15,23,42,.3)}.cookie-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.cookie-dialog-head span{color:#246cdf;font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}.cookie-dialog-head h2{margin:5px 0 0;font-size:32px;letter-spacing:-.03em}.cookie-close{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border:1px solid #dce3eb;border-radius:14px;background:#fff;color:#4b5563;font-size:27px;line-height:1;cursor:pointer}.cookie-dialog-intro{margin:18px 0 22px;color:#65717e;line-height:1.55}.cookie-options{display:grid;gap:10px}.cookie-option{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px;border:1px solid #dfe5ec;border-radius:18px;background:#fff}.cookie-option.is-required{background:#f7f9fc}.cookie-option>span{display:grid;gap:4px}.cookie-option strong{font-size:16px}.cookie-option small{color:#6d7784;font-size:13px;line-height:1.45}.cookie-option input{width:22px;height:22px;accent-color:#246cdf;flex:0 0 22px}.cookie-dialog-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:24px;padding-top:20px;border-top:1px solid #e5e9ee}.cookie-dialog-open{overflow:hidden}
@media(max-width:760px){.cookie-banner{bottom:calc(86px + env(safe-area-inset-bottom,0px));align-items:stretch;flex-direction:column;gap:16px;padding:19px;border-radius:22px}.cookie-banner-actions{display:grid;grid-template-columns:1fr}.cookie-btn{min-height:48px}.cookie-overlay{padding:12px}.cookie-dialog{padding:22px 18px;border-radius:24px;max-height:calc(100dvh - 24px)}.cookie-dialog-head h2{font-size:28px}.cookie-option{padding:16px 14px}.cookie-dialog-actions{display:grid;grid-template-columns:1fr}.cookie-dialog-actions .cookie-btn{width:100%}}

/* Planes PYME STI */
.business-plans-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}.business-plan-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:30px;border:1px solid #dce3eb;border-radius:28px;background:#fff;box-shadow:0 14px 38px rgba(15,23,42,.055)}.business-plan-card.featured{border-color:#8cb8f4;box-shadow:0 22px 55px rgba(36,108,223,.14)}.business-plan-top{min-height:178px}.plan-badge{display:inline-flex;align-items:center;min-height:29px;padding:0 11px;border-radius:999px;color:#1e5fb6;background:#edf5ff;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.business-plan-card.featured .plan-badge{color:#fff;background:linear-gradient(135deg,#2d73e2,#1760d6)}.business-plan-card h3{margin:18px 0 9px;font-size:30px;line-height:1.05;letter-spacing:-.035em}.business-plan-top p{margin:0;color:#6c7785;line-height:1.55}.plan-pricing{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0 22px;padding:17px;border:1px solid #e2e8f0;border-radius:20px;background:#f8fafc}.plan-pricing>div{display:grid;align-content:start;gap:4px;min-width:0}.plan-pricing span{color:#798493;font-size:10px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.plan-pricing strong{font-size:27px;line-height:1;color:#172033;letter-spacing:-.03em}.plan-pricing>div:first-child strong{color:#1760c5}.plan-pricing small{grid-column:1/-1;color:#8a94a2;font-size:11px;font-weight:700}.plan-features{display:grid;gap:11px;padding:0;margin:0 0 24px;list-style:none}.plan-features li{display:flex;align-items:flex-start;gap:9px;color:#596575;font-size:14px;line-height:1.45}.plan-features .ui-icon{flex:0 0 18px;width:18px;height:18px;margin-top:1px;color:#2368cf}.business-plan-card>.btn{width:100%;margin-top:auto}.plan-tax-note{margin-top:24px;padding:20px 22px;border:1px solid #dbe4ef;border-radius:20px;background:#f5f9ff}.plan-tax-note strong{display:block;margin-bottom:6px;color:#174f9d;font-size:14px}.plan-tax-note p{margin:0;color:#647081;font-size:14px;line-height:1.55}.legal-content .business-plans-grid{grid-template-columns:1fr}.legal-content .business-plan-top{min-height:0}.legal-content .plan-pricing{grid-template-columns:1fr 1fr}.legal-plan-note{margin-bottom:4px}
@media(max-width:980px){.business-plans-grid{grid-template-columns:1fr}.business-plan-card{padding:28px}.business-plan-top{min-height:0}.plan-pricing{grid-template-columns:1fr 1fr}.legal-content .business-plans-grid{grid-template-columns:1fr}}
@media(max-width:680px){.business-plan-card{padding:24px 20px;border-radius:24px}.business-plan-card h3{font-size:28px}.plan-pricing{grid-template-columns:1fr;padding:16px}.plan-pricing small{grid-column:1}.plan-pricing strong{font-size:30px}.plan-tax-note{padding:18px}.pyme-section .section-head{margin-bottom:30px}}

/* Fotografías reales del catálogo cargadas desde STI Manager Pro */
.product-visual.has-photo{overflow:hidden;padding:0;background:#f4f6f8}.product-visual.has-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.product-visual.has-photo .ui-icon,.product-visual.has-photo span{display:none}


/* Catálogo STI sincronizado con STI Manager Pro */
.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:18px}.catalog-search{display:flex;align-items:center;gap:10px;flex:1 1 320px;min-height:50px;padding:0 16px;border:1px solid #d8e0e9;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.035)}.catalog-search .ui-icon{color:#6f7b89;flex:0 0 18px}.catalog-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#162033;font:400 16px/1.2 "Source Sans 3",sans-serif}.catalog-search input::placeholder{color:#929ba6}.catalog-filters{display:flex;flex-wrap:wrap;gap:8px}.catalog-filters button{min-height:40px;padding:0 15px;border:1px solid #d8e0e9;border-radius:999px;background:#fff;color:#586474;font:400 14px/1 "Source Sans 3",sans-serif;cursor:pointer;transition:.15s ease}.catalog-filters button:hover{border-color:#b7c8dd;color:#175cb8}.catalog-filters button[aria-pressed="true"]{border-color:#b9d1ef;color:#145ab9;background:#edf5ff}.catalog-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 26px;color:#788492;font-size:13px}.catalog-meta p{margin:0}.catalog-empty{grid-column:1/-1;padding:54px 28px;border:1px dashed #cfd8e3;border-radius:24px;background:#fff;text-align:center}.catalog-empty strong{display:block;font-size:24px;font-weight:400}.catalog-empty p{margin:8px 0 0;color:#7a8491}.product-card[data-brand="lenovo"]{--product-brand:#c51f2f}.product-card[data-brand="hp"]{--product-brand:#178446}.product-card[data-brand="dell"]{--product-brand:#1769c2}.product-card[data-brand="apple"]{--product-brand:#222831}.product-card[data-brand="asus"]{--product-brand:#7350c8}.product-card[data-brand="other"]{--product-brand:#246cdf}.product-card .brand-chip{color:var(--product-brand,#175cb8);background:color-mix(in srgb,var(--product-brand,#246cdf) 8%,#fff);border-color:color-mix(in srgb,var(--product-brand,#246cdf) 24%,#fff)}.product-card{border-top:3px solid var(--product-brand,#246cdf)}.product-visual{position:relative;min-height:210px;height:210px}.product-photo-empty{color:#8a94a1;font-size:13px;font-weight:400;letter-spacing:.04em;text-transform:none}.product-visual.has-photo{overflow:hidden;padding:14px;background:#fff}.product-visual.has-photo img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:transparent}.photo-count{position:absolute;right:12px;bottom:12px;padding:7px 10px;border-radius:999px;color:#26303e;background:rgba(255,255,255,.92);border:1px solid rgba(213,222,232,.95);font-size:11px;font-weight:600;letter-spacing:.03em}.product-note{margin:18px 0 0;color:#657180;font-size:13px;line-height:1.45}.product-note strong{font-weight:600}.product-card h3{font-weight:400}.product-price strong{font-weight:300}.product-kicker{font-weight:400}.brand-chip,.status-chip{font-weight:600}.eyebrow{font-weight:600}.site-nav>a{font-weight:400}.brand-copy strong{font-weight:600}.brand-copy small{font-weight:400}.text-link,.product-price a{font-weight:600}.hero-lead,.section-lead,.page-hero>div>p:last-child{font-weight:300}
@media(max-width:680px){.catalog-toolbar{align-items:stretch}.catalog-search{flex-basis:100%}.catalog-filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;margin-inline:-2px}.catalog-filters button{flex:0 0 auto}.product-visual{height:190px;min-height:190px}.catalog-meta{margin-bottom:20px}}


/* ===== Catálogo STI · arquitectura retail tipo PC Factory + estética STI/MacOnline ===== */
.catalog-hero{padding:68px 0 52px;border-bottom:1px solid #e7ebf0;background:#fff}
.catalog-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:28px;color:#8b95a2;font-size:13px}
.catalog-breadcrumb a{color:#687482;text-decoration:none}.catalog-breadcrumb a:hover{color:#145ab9}
.catalog-hero .eyebrow{margin-bottom:16px}
.catalog-hero h1{max-width:880px;margin:0;font-size:clamp(44px,5.3vw,72px);line-height:1;letter-spacing:-.035em;font-weight:300}
.catalog-hero>div>p:last-child{max-width:800px;margin:20px 0 0;color:#687381;font-size:18px;line-height:1.62;font-weight:300}

.catalog-section{padding:42px 0 100px;background:#f6f8fb}
.catalog-topbar{display:grid;grid-template-columns:minmax(320px,1fr) auto;gap:16px;align-items:center;margin-bottom:16px}
.catalog-search-wide{min-height:54px;border-radius:13px;box-shadow:none}
.catalog-sort{display:flex;align-items:center;gap:10px;color:#66717f;font-size:13px}
.catalog-sort span{white-space:nowrap}
.catalog-sort select{min-height:54px;padding:0 44px 0 16px;border:1px solid #d8e0e9;border-radius:13px;background:#fff;color:#263243;font:400 14px/1 "Source Sans 3",sans-serif;cursor:pointer}
.catalog-mobile-filter{display:none;align-items:center;justify-content:center;gap:8px;min-height:54px;padding:0 16px;border:1px solid #d8e0e9;border-radius:13px;background:#fff;color:#263243;font:600 14px/1 "Source Sans 3",sans-serif}
.catalog-filter-count{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;color:#fff;background:#246cdf;font-size:11px}
.catalog-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px;color:#737f8d;font-size:13px}
.catalog-summary p{margin:0}
.catalog-clear-link{padding:0;border:0;background:transparent;color:#145ab9;font:600 13px/1 "Source Sans 3",sans-serif;cursor:pointer}
.catalog-layout{display:grid;grid-template-columns:248px minmax(0,1fr);gap:30px;align-items:start}

.catalog-sidebar{position:sticky;top:calc(var(--header-height) + 18px);overflow:hidden;border:1px solid #dfe5ec;border-radius:18px;background:#fff}
.catalog-sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 20px;border-bottom:1px solid #e7ebef}
.catalog-sidebar-head>div{display:grid;gap:4px}
.catalog-sidebar-head span{color:#8b95a2;font-size:11px;letter-spacing:.12em;text-transform:uppercase}
.catalog-sidebar-head strong{font-size:18px;font-weight:600}
.catalog-filter-close{display:none;width:38px;height:38px;border:1px solid #d9e0e8;border-radius:12px;background:#fff;color:#4d5865;font-size:24px;line-height:1;cursor:pointer}
.catalog-facet{border-bottom:1px solid #edf0f3}
.catalog-facet:last-of-type{border-bottom:0}
.catalog-facet-title{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:54px;padding:0 20px;border:0;background:#fff;color:#273243;font:600 14px/1 "Source Sans 3",sans-serif;cursor:pointer;text-align:left}
.catalog-facet-title span:last-child{color:#8893a0;font-size:19px;font-weight:300}
.catalog-facet-body{display:grid;gap:10px;padding:0 20px 19px}
.catalog-facet-body[hidden]{display:none}
.catalog-filter-loading,.catalog-filter-empty{color:#8b95a2;font-size:13px}
.catalog-check{display:flex;align-items:center;gap:10px;min-height:28px;color:#5d6876;font-size:14px;cursor:pointer}
.catalog-check input{position:absolute;opacity:0;pointer-events:none}
.catalog-checkbox{display:grid;place-items:center;width:17px;height:17px;flex:0 0 17px;border:1px solid #c9d2dc;border-radius:4px;background:#fff}
.catalog-check input:checked+.catalog-checkbox{border-color:#246cdf;background:#246cdf}
.catalog-check input:checked+.catalog-checkbox::after{content:"";width:7px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translateY(-1px)}
.catalog-check input:focus-visible+.catalog-checkbox{outline:2px solid #9ec3f4;outline-offset:2px}
.catalog-price-filter{grid-template-columns:1fr 1fr;gap:8px}
.catalog-price-filter label{display:grid;gap:5px;color:#8993a0;font-size:11px}
.catalog-price-filter input{width:100%;min-width:0;height:42px;padding:0 10px;border:1px solid #d8e0e9;border-radius:10px;background:#fff;color:#263243;font:400 13px/1 "Source Sans 3",sans-serif}
.catalog-apply-mobile{display:none;width:calc(100% - 32px);min-height:48px;margin:16px;border:0;border-radius:13px;color:#fff;background:#246cdf;font:600 14px/1 "Source Sans 3",sans-serif}
.catalog-filter-backdrop{display:none}

.catalog-results{min-width:0}
.catalog-active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}
.catalog-active-filters[hidden]{display:none}
.catalog-active-filters button{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 11px;border:1px solid #d7e1ec;border-radius:999px;background:#fff;color:#52606f;font:400 12px/1 "Source Sans 3",sans-serif;cursor:pointer}
.catalog-active-filters button span{color:#7c8794;font-size:16px}

.catalog-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.catalog-product-card{min-width:0;overflow:hidden;border:1px solid #dde4ec;border-radius:18px;background:#fff;transition:transform .18s ease,box-shadow .18s ease}
.catalog-product-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(15,23,42,.08)}
.catalog-product-image{position:relative;display:grid;place-items:center;aspect-ratio:1.38/1;overflow:hidden;background:#f5f7f9;border-bottom:1px solid #edf0f3}
.catalog-product-image>img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;padding:0;background:transparent}
.catalog-no-photo{display:grid;place-items:center;gap:10px;color:#929ba6;text-align:center}
.catalog-no-photo .ui-icon{width:44px;height:44px;stroke-width:1.25}
.catalog-no-photo span{font-size:12px}
.catalog-photo-badge,.catalog-status-badge{position:absolute;top:12px;min-height:28px;padding:0 9px;border-radius:999px;display:inline-flex;align-items:center;border:1px solid rgba(213,222,232,.96);background:rgba(255,255,255,.94);font-size:10px;font-weight:600}
.catalog-photo-badge{right:12px;color:#4d5865}
.catalog-status-badge{left:12px;color:#24734b;border-color:#bfdecf;background:rgba(239,249,243,.96)}
.catalog-status-badge.warn{color:#9b6410;border-color:#f0d7a2;background:rgba(255,248,232,.96)}
.catalog-product-body{padding:18px}
.catalog-product-brand{display:block;margin-bottom:5px;color:#7b8693;font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase}
.catalog-product-card[data-brand="lenovo"] .catalog-product-brand{color:#c51f2f}
.catalog-product-card[data-brand="hp"] .catalog-product-brand{color:#178446}
.catalog-product-card[data-brand="dell"] .catalog-product-brand{color:#1769c2}
.catalog-product-card[data-brand="apple"] .catalog-product-brand{color:#222831}
.catalog-product-card[data-brand="asus"] .catalog-product-brand{color:#7350c8}
.catalog-product-body h2{min-height:50px;margin:0 0 14px;color:#1f2937;font-size:21px;line-height:1.18;letter-spacing:-.018em;font-weight:400}
.catalog-product-specs{display:grid;gap:7px;padding:0;margin:0 0 18px;list-style:none;color:#697481;font-size:13px}
.catalog-product-specs li{display:flex;gap:7px;align-items:flex-start}
.catalog-product-specs .ui-icon{flex:0 0 14px;width:14px;height:14px;margin-top:2px;color:#246cdf}
.catalog-product-price{margin-top:auto;color:#111827;font-size:29px;letter-spacing:-.03em;font-weight:300}
.catalog-product-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:15px}
.catalog-product-actions>*{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:0 10px;border-radius:11px;text-decoration:none;font:600 13px/1 "Source Sans 3",sans-serif;cursor:pointer}
.catalog-product-detail{border:1px solid #cfd8e3;color:#273243;background:#fff}
.catalog-product-whatsapp{border:1px solid #246cdf;color:#fff;background:#246cdf}
.catalog-loading-card{height:430px;border:1px solid #e1e6ec;border-radius:18px;background:linear-gradient(90deg,#f3f5f7 25%,#fafbfc 50%,#f3f5f7 75%);background-size:200% 100%;animation:catalog-shimmer 1.2s infinite linear}
@keyframes catalog-shimmer{to{background-position:-200% 0}}
.catalog-empty{grid-column:1/-1;padding:70px 30px;border:1px dashed #ccd6e1;border-radius:18px;background:#fff;text-align:center}
.catalog-empty strong{display:block;color:#273243;font-size:25px;font-weight:400}
.catalog-empty p{max-width:520px;margin:8px auto 0;color:#7a8491;line-height:1.55}
.catalog-empty button,.catalog-empty a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:18px;padding:0 16px;border:1px solid #246cdf;border-radius:11px;color:#fff;background:#246cdf;text-decoration:none;font:600 13px/1 "Source Sans 3",sans-serif}

.product-dialog{width:min(1120px,calc(100% - 36px));max-height:calc(100dvh - 36px);padding:0;border:0;border-radius:24px;background:#fff;box-shadow:0 38px 120px rgba(15,23,42,.3)}
.product-dialog::backdrop{background:rgba(15,23,42,.5);backdrop-filter:blur(5px)}
.product-dialog-shell{position:relative;display:grid;grid-template-columns:1.05fr .95fr;min-height:590px}
.product-dialog-close{position:absolute;right:16px;top:16px;z-index:4;display:grid;place-items:center;width:42px;height:42px;border:1px solid #dce3eb;border-radius:50%;background:rgba(255,255,255,.95);color:#4b5563;font-size:25px;cursor:pointer}
.product-dialog-gallery{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:12px;padding:28px;background:#f4f6f8}
.product-dialog-main-photo{display:grid;place-items:center;min-height:420px;overflow:hidden;border-radius:18px;background:#fff}
.product-dialog-main-photo img{display:block;width:100%;height:100%;max-width:100%;max-height:480px;object-fit:contain;object-position:center;padding:22px;background:transparent}
.product-dialog-thumbs{display:flex;gap:8px;overflow-x:auto}
.product-dialog-thumbs button{width:70px;height:58px;flex:0 0 70px;padding:3px;border:1px solid #d8e0e9;border-radius:10px;background:#fff;cursor:pointer}
.product-dialog-thumbs button.is-active{border-color:#246cdf;box-shadow:0 0 0 1px #246cdf inset}
.product-dialog-thumbs img{width:100%;height:100%;object-fit:contain}
.product-dialog-info{padding:54px 48px 42px}
.product-dialog-brand-row{display:flex;align-items:center;gap:8px;margin-bottom:18px}
.product-dialog-info h2{margin:0;font-size:42px;line-height:1.03;letter-spacing:-.03em;font-weight:300}
.product-dialog-summary{margin:18px 0 26px;color:#6c7785;font-size:16px;line-height:1.6}
.product-dialog-specs{display:grid;margin:0;border-top:1px solid #e5e9ee}
.product-dialog-specs>div{display:grid;grid-template-columns:130px 1fr;gap:20px;padding:11px 0;border-bottom:1px solid #edf0f3}
.product-dialog-specs dt{color:#8a94a1;font-size:13px}
.product-dialog-specs dd{margin:0;color:#303b49;font-size:14px}
.product-dialog-warranty{margin:18px 0 0;padding:13px 15px;border-radius:12px;color:#416246;background:#f0f8f2;font-size:13px}
.product-dialog-buy{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:28px}
.product-dialog-buy>strong{font-size:35px;letter-spacing:-.03em;font-weight:300}
.product-dialog-buy .btn{width:auto;white-space:nowrap}
.product-dialog .brand-chip[data-brand="lenovo"]{color:#c51f2f;border-color:#efc8cd;background:#fff4f5}
.product-dialog .brand-chip[data-brand="hp"]{color:#178446;border-color:#c7e3d2;background:#f1faf5}
.product-dialog .brand-chip[data-brand="dell"]{color:#1769c2;border-color:#c6ddef;background:#f1f7fd}
.product-dialog .brand-chip[data-brand="apple"]{color:#222831;border-color:#d6d9dd;background:#f5f6f7}
.product-dialog .brand-chip[data-brand="asus"]{color:#7350c8;border-color:#d9d0f0;background:#f7f4fd}

@media(max-width:1180px){
  .catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .catalog-topbar{grid-template-columns:1fr auto auto}
  .catalog-mobile-filter{display:inline-flex}
  .catalog-sort span{display:none}
  .catalog-layout{display:block}
  .catalog-sidebar{position:fixed;left:0;top:0;bottom:0;z-index:4200;width:min(360px,90vw);max-height:100dvh;overflow:auto;border-radius:0 22px 22px 0;transform:translateX(-102%);transition:transform .22s ease;box-shadow:0 30px 90px rgba(15,23,42,.25)}
  .catalog-sidebar[data-mobile-open="true"]{transform:translateX(0)}
  .catalog-filter-close,.catalog-apply-mobile{display:block}
  .catalog-filter-backdrop{position:fixed;inset:0;z-index:4100;background:rgba(15,23,42,.45)}
  .catalog-filter-backdrop:not([hidden]){display:block}
  html.catalog-filters-open{overflow:hidden}
  .product-dialog-shell{grid-template-columns:1fr;overflow:auto;max-height:calc(100dvh - 36px)}
  .product-dialog-gallery{min-height:420px}
  .product-dialog-main-photo{min-height:330px}
}
@media(max-width:680px){
  .catalog-hero{padding:48px 0 38px}
  .catalog-hero h1{font-size:46px}
  .catalog-hero>div>p:last-child{font-size:17px}
  .catalog-section{padding:26px 0 84px}
  .catalog-topbar{grid-template-columns:1fr auto;gap:9px}
  .catalog-search-wide{grid-column:1/-1}
  .catalog-mobile-filter,.catalog-sort select{min-height:48px}
  .catalog-sort select{max-width:180px;padding-left:12px;padding-right:30px}
  .catalog-summary{margin-bottom:16px}
  .catalog-product-grid{grid-template-columns:1fr;gap:13px}
  .catalog-product-card{border-radius:16px}
  .catalog-product-image{aspect-ratio:1.45/1}
  .catalog-product-body{padding:17px}
  .catalog-product-body h2{min-height:0;font-size:23px}
  .catalog-product-price{font-size:31px}
  .catalog-product-actions>*{min-height:46px}
  .product-dialog{width:100%;max-height:100dvh;border-radius:0}
  .product-dialog-shell{max-height:100dvh}
  .product-dialog-gallery{padding:20px;min-height:360px}
  .product-dialog-main-photo{min-height:290px}
  .product-dialog-info{padding:34px 22px 30px}
  .product-dialog-info h2{font-size:34px}
  .product-dialog-specs>div{grid-template-columns:105px 1fr;gap:12px}
  .product-dialog-buy{align-items:stretch;flex-direction:column}
  .product-dialog-buy .btn{width:100%}
}
@media(prefers-reduced-motion:reduce){
  .catalog-product-card,.catalog-sidebar{transition:none}
  .catalog-loading-card{animation:none}
}


/* ===== Presentación individual de equipos · ficha retail STI ===== */
.catalog-retail-card{display:flex;flex-direction:column;background:#fff}
.catalog-retail-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:42px;padding:10px 14px;border-bottom:1px solid #edf0f3;background:#fff}
.catalog-retail-code{color:#98a1ac;font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.catalog-retail-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 8px;border:1px solid #bed3ef;border-radius:999px;background:#f0f6ff;color:#246cdf;font-size:10px;font-weight:600}
.catalog-retail-badge.is-status{border-color:#efd39a;background:#fff8e9;color:#99620f}
.catalog-retail-image{width:100%;padding:22px;border:0;border-bottom:1px solid #edf0f3;border-radius:0;background:#fff;cursor:pointer;overflow:hidden}
.catalog-retail-image:focus-visible{outline:3px solid #9fc4f5;outline-offset:-3px}
.catalog-retail-body{display:flex;flex:1;flex-direction:column}
.catalog-retail-body h2{min-height:52px;margin-bottom:6px}
.catalog-retail-condition{margin:0 0 15px;color:#84909d;font-size:12px}
.catalog-retail-specs{display:grid;gap:0;margin:0}
.catalog-retail-specs>div{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px;padding:7px 0;border-bottom:1px solid #f0f2f5}
.catalog-retail-specs>div:last-child{border-bottom:0}
.catalog-retail-specs dt{color:#929ca8;font-size:11px}
.catalog-retail-specs dd{min-width:0;margin:0;color:#4c5866;font-size:12px;font-weight:400;line-height:1.35}
.catalog-retail-divider{height:1px;margin:17px 0 14px;background:#e7ebef}
.catalog-retail-price-block{display:grid;gap:2px}
.catalog-retail-price-block>span{color:#8b95a1;font-size:11px}
.catalog-retail-price-block>strong{color:#111827;font-size:30px;letter-spacing:-.035em;font-weight:400;line-height:1.05}
.catalog-retail-availability{display:flex;align-items:center;gap:7px;min-height:26px;margin-top:8px;color:#47705a;font-size:11px}
.catalog-retail-dot{width:7px;height:7px;border-radius:50%;background:#34a46f;box-shadow:0 0 0 3px #eaf7f0}
.catalog-retail-warranty{margin-left:auto;color:#667281}
.catalog-retail-actions{margin-top:auto;padding-top:14px}
.catalog-retail-actions .catalog-product-detail{border-color:#bfcbd8;background:#fff;color:#263243}
.catalog-retail-actions .catalog-product-detail:hover{border-color:#8fa4bb;background:#f8fafc}
.catalog-retail-actions .catalog-product-whatsapp:hover{background:#175ec7}

@media(max-width:680px){
  .catalog-retail-topline{min-height:40px;padding:9px 12px}
  .catalog-retail-body h2{font-size:22px}
  .catalog-retail-specs>div{grid-template-columns:95px minmax(0,1fr)}
  .catalog-retail-price-block>strong{font-size:32px}
}

@media(max-width:680px){.catalog-retail-image{padding:16px}.product-dialog-main-photo img{padding:16px}}

@media(max-width:680px){.product-visual.has-photo{padding:10px}}

/* Trabajos publicados desde STI Manager */
.gallery-status{margin:0 0 18px;color:#7b8794;font-size:13px}
.work-visual.has-work-photo{padding:18px;background:#fff;overflow:hidden}
.work-visual.has-work-photo img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;background:transparent}
.work-visual.has-work-photo span{position:absolute;right:12px;bottom:12px;padding:6px 9px;border:1px solid #dbe3ec;border-radius:999px;background:rgba(255,255,255,.94);color:#536170;font-size:10px;font-weight:600}
.work-services{margin:8px 0 0;color:#3669b2!important;font-size:12px!important;font-weight:600}
[data-work-gallery-fallback][hidden]{display:none}
.service-card-online{display:flex;flex-direction:column;border-color:#cfe0f7;background:linear-gradient(180deg,#fff,#f7fbff)}
.service-card-online .text-link{margin-top:auto;padding-top:18px}
