:root{--store-primary:#172554;--store-secondary:#2563eb;--store-accent:#14b8a6;--store-bg:#f8fafc;--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--white:#fff;--radius:18px;--shadow:0 16px 44px rgba(15,23,42,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--store-bg);color:var(--ink);font-family:"DM Sans",system-ui,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit}button,input,select,textarea{font:inherit}.site-header{height:78px;background:#ffffffee;border-bottom:1px solid #e2e8f088;backdrop-filter:blur(16px);position:sticky;top:0;z-index:50}.header-inner{max-width:1240px;height:100%;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-family:Manrope,sans-serif}.brand img{display:block;max-height:50px;max-width:210px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,var(--store-secondary),var(--store-accent));color:#fff;font-weight:800;font-size:20px}.header-inner nav{display:flex;align-items:center;gap:7px}.header-inner nav>a{padding:10px 13px;text-decoration:none;font-weight:700;color:#334155;border-radius:10px}.header-inner nav>a:hover{background:#f1f5f9;color:var(--store-secondary)}.cart-link{display:flex;align-items:center;gap:7px}.cart-link svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2}.cart-link b{min-width:22px;height:22px;display:grid;place-items:center;padding:0 5px;border-radius:99px;background:var(--store-secondary);color:#fff;font-size:12px}.hero{position:relative;overflow:hidden;background:var(--store-primary);min-height:min(520px,48vw);color:#fff}.hero-slide{min-height:min(520px,48vw);display:none;position:relative;isolation:isolate}.hero-slide.is-active{display:flex}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,8,24,.8),rgba(3,8,24,.22) 62%,transparent);z-index:-1}.hero-slide>img,.hero-slide>picture{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero-copy{width:min(1240px,100%);margin:auto;padding:70px 24px}.hero-copy>div{max-width:650px}.eyebrow{display:inline-flex;padding:7px 11px;border:1px solid #ffffff3b;border-radius:99px;background:#ffffff13;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.hero h1{font:800 clamp(34px,5.2vw,72px)/1.05 Manrope,sans-serif;letter-spacing:-.045em;margin:18px 0}.hero p{font-size:clamp(16px,1.7vw,21px);line-height:1.55;opacity:.88}.hero-button,.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;background:var(--store-secondary);color:#fff;padding:13px 18px;font-weight:800;text-decoration:none;cursor:pointer;box-shadow:0 8px 24px color-mix(in srgb,var(--store-secondary) 30%,transparent)}.hero-button:hover,.button:hover{filter:brightness(.94);transform:translateY(-1px)}.hero-dots{position:absolute;bottom:20px;left:50%;z-index:4;transform:translateX(-50%);display:flex;gap:7px}.hero-dots button{width:9px;height:9px;border:0;border-radius:50%;background:#ffffff80;padding:0}.hero-dots button.is-active{width:27px;border-radius:99px;background:#fff}.catalog-shell{max-width:1240px;margin:auto;padding:48px 24px 72px}.catalog-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.catalog-heading h1,.page-heading h1{font:800 clamp(28px,4vw,46px)/1.12 Manrope,sans-serif;letter-spacing:-.035em;margin:0}.catalog-heading p,.page-heading p{margin:8px 0 0;color:var(--muted)}.filters{display:grid;grid-template-columns:minmax(220px,1fr) minmax(180px,.42fr) auto;gap:11px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 26px #0f172a08;margin-bottom:26px}.filters input,.filters select,.form-control{width:100%;border:1px solid var(--line);border-radius:11px;padding:12px 13px;background:#fff;color:var(--ink)}.filters input:focus,.filters select:focus,.form-control:focus{outline:3px solid color-mix(in srgb,var(--store-secondary) 18%,transparent);border-color:var(--store-secondary)}.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 28px rgba(15,23,42,.055);transition:.22s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:color-mix(in srgb,var(--store-secondary) 28%,var(--line))}.product-media{aspect-ratio:16/10;display:block;background:#f8fafc;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:contain;transition:transform .35s}.product-card:hover .product-media img{transform:scale(1.035)}.product-copy{display:flex;flex-direction:column;flex:1;padding:18px}.product-program{color:var(--store-secondary);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.product-copy h2{font:750 18px/1.35 Manrope,sans-serif;margin:8px 0 18px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.price{font:800 20px Manrope,sans-serif}.mini-button{display:inline-flex;padding:10px 13px;background:var(--store-primary);color:#fff;border-radius:10px;text-decoration:none;font-weight:800;font-size:13px}.empty{grid-column:1/-1;text-align:center;padding:60px 20px;background:#fff;border:1px dashed #cbd5e1;border-radius:18px;color:var(--muted)}.page-shell{max-width:1120px;margin:auto;padding:46px 24px 76px}.page-heading{margin-bottom:26px}.detail{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:42px;align-items:start}.detail-media{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.detail-media img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain}.detail-copy .program{color:var(--store-secondary);font-weight:800}.detail-copy h1{font:800 clamp(30px,4vw,48px)/1.1 Manrope,sans-serif;letter-spacing:-.04em;margin:8px 0 18px}.detail-copy .price{font-size:30px;margin:20px 0}.detail-description{line-height:1.75;color:#475569}.detail-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:22px 0}.meta{padding:14px;border-radius:13px;background:#fff;border:1px solid var(--line)}.meta small{display:block;color:var(--muted);margin-bottom:4px}.button.secondary{background:#fff;color:var(--store-secondary);border:1px solid color-mix(in srgb,var(--store-secondary) 35%,var(--line));box-shadow:none}.detail-actions{display:flex;gap:10px;flex-wrap:wrap}.cart-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px;align-items:start}.panel{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 7px 25px #0f172a08}.panel-head{padding:19px 21px;border-bottom:1px solid var(--line)}.panel-head h2{font:800 18px Manrope,sans-serif;margin:0}.cart-item{display:grid;grid-template-columns:82px 1fr auto;gap:15px;align-items:center;padding:17px 20px;border-bottom:1px solid var(--line)}.cart-item:last-child{border-bottom:0}.cart-item img{width:82px;height:66px;object-fit:contain;border-radius:10px;background:#f8fafc}.cart-item h3{font-size:15px;margin:0 0 4px}.cart-item p{font-size:13px;color:var(--muted);margin:0}.quantity{display:flex;align-items:center;gap:8px}.quantity input{width:62px;padding:9px;border:1px solid var(--line);border-radius:9px}.text-button{border:0;background:none;color:#dc2626;font-weight:700;cursor:pointer;padding:5px}.summary{padding:21px;position:sticky;top:100px}.summary h2{font:800 18px Manrope,sans-serif;margin:0 0 20px}.summary-line{display:flex;justify-content:space-between;gap:15px;padding:10px 0;color:var(--muted)}.summary-total{display:flex;justify-content:space-between;gap:15px;padding:17px 0;border-top:1px solid var(--line);font:800 21px Manrope,sans-serif}.summary .button{width:100%}.checkout-form{padding:22px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field.full{grid-column:1/-1}.field label{display:block;font-size:13px;font-weight:800;margin:0 0 7px}.field textarea{min-height:90px;resize:vertical}.payment-options{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.payment-options label{display:flex;align-items:center;gap:9px;padding:14px;border:1px solid var(--line);border-radius:11px}.success-card{max-width:700px;margin:60px auto;text-align:center;padding:46px;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.success-icon{width:70px;height:70px;margin:0 auto 19px;display:grid;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--store-accent) 15%,#fff);color:var(--store-accent);font-size:34px}.success-card h1{font:800 34px Manrope,sans-serif;margin:0 0 12px}.site-footer{background:var(--store-primary);color:#fff}.footer-inner{max-width:1240px;margin:auto;padding:35px 24px;display:flex;align-items:center;justify-content:space-between;gap:25px}.footer-brand img{max-width:160px;max-height:55px}.footer-inner p{margin:8px 0 0;opacity:.66}.footer-links{display:flex;gap:17px;flex-wrap:wrap}.footer-links a{color:#fff;text-decoration:none;opacity:.78}.toast{position:fixed;right:20px;bottom:20px;z-index:100;padding:13px 17px;border-radius:11px;background:var(--ink);color:#fff;box-shadow:var(--shadow);transform:translateY(20px);opacity:0;pointer-events:none;transition:.22s}.toast.is-visible{transform:none;opacity:1}.toast.is-error{background:#b91c1c}@media(max-width:900px){.products{grid-template-columns:repeat(2,1fr)}.detail,.cart-layout,.checkout-layout{grid-template-columns:1fr}.summary{position:static}.hero,.hero-slide{min-height:460px}}@media(max-width:620px){.site-header{height:68px}.header-inner{padding:0 15px}.brand strong,.header-inner nav>a:not(.cart-link){display:none}.brand img{max-width:130px;max-height:42px}.cart-link span{display:none}.catalog-shell,.page-shell{padding:30px 15px 55px}.filters,.products,.form-grid,.payment-options{grid-template-columns:1fr}.catalog-heading{align-items:start;flex-direction:column}.hero-copy{padding:55px 18px}.hero h1{font-size:38px}.product-bottom{align-items:end}.cart-item{grid-template-columns:64px 1fr}.cart-item img{width:64px;height:58px}.cart-item>.quantity{grid-column:2}.footer-inner{align-items:flex-start;flex-direction:column}}
/* Cart layout and sticky-footer fixes. */
body{min-height:100vh;display:flex;flex-direction:column}
main{width:100%;flex:1 0 auto}
.site-footer{margin-top:auto;flex-shrink:0}
.cart-item{overflow:hidden}
.cart-thumb{width:82px;height:66px;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:color-mix(in srgb,var(--store-secondary) 8%,#fff);border:1px solid color-mix(in srgb,var(--store-secondary) 14%,var(--line))}
.cart-thumb img{display:block;width:100%;height:100%;object-fit:contain;background:#fff;border-radius:0}
.cart-thumb svg{width:28px;height:28px;fill:none;stroke:var(--store-secondary);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;opacity:.8}
.cart-product{min-width:0}
.cart-product h3{font:800 16px/1.35 Manrope,sans-serif;overflow-wrap:anywhere}
.cart-product p{line-height:1.45}
.cart-item .quantity{justify-content:flex-end;white-space:nowrap}
@media(max-width:620px){.cart-thumb{width:64px;height:58px}.cart-thumb svg{width:24px;height:24px}}
html{min-height:100%}
body{min-height:100vh;min-height:100dvh}
main{display:flex;flex-direction:column}
.success-page{width:100%;max-width:none;flex:1;display:grid;place-items:center;padding:56px 24px}
.success-page .success-card{width:min(700px,100%);margin:0}
.success-card>p{max-width:560px;margin:0 auto 18px;line-height:1.55;color:#475569}
.order-status{display:inline-flex;align-items:center;gap:10px;margin:2px auto 18px;padding:9px 13px;border-radius:999px;background:color-mix(in srgb,var(--store-accent) 11%,#fff);color:#0f766e;font-size:13px}
.order-status span{color:#64748b}
.order-note{padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#f8fafc;font-size:13px}
@media(max-width:620px){.success-page{padding:34px 15px}.success-page .success-card{padding:32px 20px}.success-card h1{font-size:28px}}
/* Rich course detail. */
.course-page{width:min(1180px,100%);margin:0 auto;padding:38px 24px 64px}
.course-back{display:inline-flex;margin-bottom:18px;color:var(--muted);font-size:14px;font-weight:750;text-decoration:none}
.course-back:hover{color:var(--store-secondary)}
.course-hero-card{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow)}
.course-visual{min-height:430px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,color-mix(in srgb,var(--store-primary) 8%,#fff),color-mix(in srgb,var(--store-secondary) 7%,#fff))}
.course-visual>img{display:block;width:100%;height:100%;max-height:520px;object-fit:contain;background:#fff}
.course-visual-placeholder{position:relative;isolation:isolate;width:100%;height:100%;min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:42px;text-align:center;overflow:hidden;background:linear-gradient(145deg,var(--store-primary),color-mix(in srgb,var(--store-primary) 70%,var(--store-secondary)));color:#fff}
.course-visual-placeholder:before,.course-visual-placeholder:after{content:"";position:absolute;border-radius:50%;z-index:-1;background:#ffffff0d}
.course-visual-placeholder:before{width:340px;height:340px;right:-120px;top:-100px}.course-visual-placeholder:after{width:250px;height:250px;left:-90px;bottom:-95px}
.course-visual-placeholder span{max-width:330px;font-size:13px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;opacity:.72}
.course-visual-placeholder strong{display:grid;place-items:center;width:112px;height:112px;margin:25px 0 18px;border:1px solid #ffffff38;border-radius:30px;background:#ffffff13;font:800 60px Manrope,sans-serif;box-shadow:0 20px 50px #0002}
.course-visual-placeholder small{font-size:15px;opacity:.74}
.course-intro{display:flex;flex-direction:column;justify-content:center;padding:44px}
.course-tags{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.course-tags a,.course-tags span{display:inline-flex;padding:7px 10px;border-radius:99px;background:color-mix(in srgb,var(--store-secondary) 9%,#fff);color:var(--store-secondary);font-size:12px;font-weight:800;text-decoration:none}.course-tags span{background:#f1f5f9;color:#475569}
.course-intro h1{font:800 clamp(32px,4.2vw,54px)/1.06 Manrope,sans-serif;letter-spacing:-.045em;margin:18px 0 10px}.course-code{max-width:580px;margin:0 0 24px;color:var(--muted);font-size:15px;line-height:1.55}
.course-quick-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:24px}.course-quick-facts>div{padding:13px 14px;border:1px solid var(--line);border-radius:13px;background:#f8fafc}.course-quick-facts small{display:block;margin-bottom:4px;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.course-quick-facts strong{display:block;font-size:14px;line-height:1.35}
.course-price{font:800 30px Manrope,sans-serif;margin:0 0 18px}
.course-information-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:20px;margin:20px 0}
.course-section{padding:28px;background:#fff;border:1px solid var(--line);border-radius:20px}.section-kicker{color:var(--store-secondary);font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.course-section h2,.course-plan-card h2{font:800 25px Manrope,sans-serif;letter-spacing:-.025em;margin:7px 0 14px}.course-section h3{font:800 16px Manrope,sans-serif;margin:24px 0 11px}.course-about>p{margin:0;color:#475569;line-height:1.75}.topic-list{display:flex;flex-wrap:wrap;gap:8px}.topic-list span{padding:9px 12px;border-radius:10px;background:color-mix(in srgb,var(--store-secondary) 8%,#fff);color:#334155;font-size:13px;font-weight:700}
.course-schedule dl{margin:0}.course-schedule dl>div{display:grid;grid-template-columns:112px 1fr;gap:12px;padding:13px 0;border-top:1px solid var(--line)}.course-schedule dt{color:var(--muted);font-size:12px}.course-schedule dd{margin:0;font-size:14px;font-weight:750;line-height:1.4}
.course-plan-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;padding:24px 28px;background:linear-gradient(115deg,#fff,color-mix(in srgb,var(--store-secondary) 5%,#fff));border:1px solid var(--line);border-radius:20px}.course-plan-card h2{margin-bottom:5px}.course-plan-card p{margin:0;color:var(--muted);line-height:1.55}.course-plan-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:15px;background:color-mix(in srgb,var(--store-secondary) 11%,#fff);color:var(--store-secondary)}.course-plan-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.course-plan-actions{display:flex;gap:8px}.pending-badge{padding:9px 12px;border-radius:99px;background:#f1f5f9;color:#64748b;font-size:12px;font-weight:800}.course-secondary-image{margin-top:20px;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff}.course-secondary-image img{display:block;width:100%;max-height:520px;object-fit:contain}
.footer-inner{padding-top:20px;padding-bottom:20px}.footer-brand img{max-height:40px}.footer-inner p{margin-top:4px;font-size:13px}
@media(max-width:850px){.course-hero-card,.course-information-grid{grid-template-columns:1fr}.course-visual,.course-visual-placeholder{min-height:280px}.course-intro{padding:30px}.course-plan-card{grid-template-columns:auto 1fr}.course-plan-actions,.pending-badge{grid-column:1/-1}.course-plan-actions{margin-left:74px}}
@media(max-width:620px){.course-page{padding:24px 15px 44px}.course-visual,.course-visual-placeholder{min-height:230px}.course-visual-placeholder strong{width:88px;height:88px;font-size:45px}.course-intro{padding:24px 20px}.course-intro h1{font-size:34px}.course-quick-facts{grid-template-columns:1fr}.course-information-grid{gap:14px;margin:14px 0}.course-section{padding:22px 20px}.course-schedule dl>div{grid-template-columns:1fr;gap:4px}.course-plan-card{grid-template-columns:1fr;padding:22px 20px}.course-plan-actions{margin-left:0;flex-direction:column}.course-plan-actions .button{width:100%}.footer-inner{padding-top:17px;padding-bottom:17px}}

/* Checkout conectado con usuarios, facturación y verificación de correo. */
.checkout-security{display:flex;align-items:center;gap:12px;margin:-2px 0 22px;padding:13px 15px;border-radius:12px;background:color-mix(in srgb,var(--store-accent) 11%,#fff);color:var(--store-primary)}
.checkout-security strong{white-space:nowrap}.checkout-security span{font-size:13px;color:var(--muted)}
.field small,.verification-form small{display:block;margin-top:7px;color:var(--muted);font-size:12px;line-height:1.45}
.checkout-note{margin:20px 0 0;padding:14px;border-radius:12px;background:#f8fafc;color:var(--muted);font-size:13px;line-height:1.55}
.verification-form{text-align:center;padding:42px}.verification-form[hidden]{display:none!important}.verification-form h2{margin:12px 0 8px}.verification-form p{color:var(--muted);line-height:1.6}.verification-icon{display:grid;place-items:center;width:68px;height:68px;margin:0 auto;border-radius:50%;background:color-mix(in srgb,var(--store-accent) 14%,#fff);font-size:30px}.verification-form label{display:block;margin:26px 0 8px;text-align:left;font-weight:700}.verification-code{text-align:center;font-size:28px!important;font-weight:800;letter-spacing:10px}.verification-form .button{width:100%;margin-top:18px}
@media(max-width:700px){.checkout-security{align-items:flex-start;flex-direction:column;gap:4px}.verification-form{padding:28px 20px}}

/* Navegación configurable, catálogo mixto e identificación de cliente. */
.site-header{background:var(--store-menu);border-color:color-mix(in srgb,var(--store-menu-text) 14%,transparent)}
.brand,.header-inner nav>a{color:var(--store-menu-text)}
.header-inner nav>a:hover{background:color-mix(in srgb,var(--store-menu-text) 10%,transparent);color:var(--store-menu-text)}
.cart-link b{background:var(--store-secondary);color:#fff;box-shadow:0 0 0 2px color-mix(in srgb,var(--store-menu) 75%,transparent)}
.catalog-filters{grid-template-columns:minmax(220px,1fr) minmax(150px,.34fr) minmax(190px,.42fr) auto}
.product-media{position:relative}.product-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:44px;color:var(--store-secondary);background:linear-gradient(145deg,color-mix(in srgb,var(--store-secondary) 9%,#fff),color-mix(in srgb,var(--store-accent) 10%,#fff))}
.item-type{position:absolute;top:12px;left:12px;padding:6px 9px;border-radius:999px;background:#fffffff2;color:#334155;box-shadow:0 5px 16px #0f172a18;font-size:10px;font-style:normal;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.catalog-product .item-type{background:color-mix(in srgb,var(--store-accent) 16%,#fff);color:color-mix(in srgb,var(--store-primary) 80%,#000)}
.single-information{grid-template-columns:1fr}.product-detail-page .course-hero-card{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.cart-item-type{display:inline-flex;margin:0 0 5px;padding:3px 7px;border-radius:999px;background:color-mix(in srgb,var(--store-secondary) 9%,#fff);color:var(--store-secondary);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.07em}
.known-customer{display:flex;align-items:center;gap:14px;margin-bottom:16px;padding:17px;border:1px solid color-mix(in srgb,var(--store-accent) 30%,var(--line));border-radius:14px;background:color-mix(in srgb,var(--store-accent) 7%,#fff)}
.known-customer-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--store-accent);color:#fff;font-size:20px;font-weight:900}.known-customer small{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.known-customer strong{display:block;margin:3px 0;font:800 16px Manrope,sans-serif}.known-customer p{margin:0;color:var(--muted);font-size:13px}

/* Cinco estructuras visuales seleccionables desde el administrador. */
.theme-academico{--radius:8px}.theme-academico .site-header{border-bottom:4px solid var(--store-accent)}.theme-academico .hero{margin:22px auto 0;width:min(1360px,calc(100% - 44px));min-height:min(430px,42vw);border-radius:8px}.theme-academico .hero-slide{min-height:min(430px,42vw)}.theme-academico .hero h1,.theme-academico .catalog-heading h1,.theme-academico .page-heading h1,.theme-academico .course-intro h1{font-family:Merriweather,serif;letter-spacing:-.025em}.theme-academico .product-card,.theme-academico .filters,.theme-academico .course-hero-card,.theme-academico .course-section{border-radius:8px}.theme-academico .product-card{border-top:4px solid var(--store-primary)}
.theme-editorial .header-inner,.theme-editorial .catalog-shell,.theme-editorial .footer-inner{max-width:1380px}.theme-editorial .hero{min-height:600px}.theme-editorial .hero-slide{min-height:600px}.theme-editorial .hero-copy{padding-left:max(24px,8vw)}.theme-editorial .hero-copy>div{max-width:760px}.theme-editorial .hero h1,.theme-editorial .catalog-heading h1,.theme-editorial .course-intro h1{font-family:Merriweather,serif;font-weight:900}.theme-editorial .products{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.theme-editorial .product-card{display:grid;grid-template-columns:minmax(180px,.9fr) minmax(0,1.1fr);border:0;border-radius:0;border-bottom:1px solid var(--line);box-shadow:none}.theme-editorial .product-media{height:100%;aspect-ratio:4/3}.theme-editorial .product-copy{padding:25px}.theme-editorial .product-copy h2{font:700 23px/1.3 Merriweather,serif}
.theme-compacto .site-header{height:64px}.theme-compacto .brand img{max-height:42px}.theme-compacto .hero,.theme-compacto .hero-slide{min-height:330px}.theme-compacto .hero-copy{padding-top:42px;padding-bottom:42px}.theme-compacto .hero h1{font-size:clamp(30px,4vw,52px)}.theme-compacto .catalog-shell{max-width:1400px;padding-top:32px}.theme-compacto .products{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.theme-compacto .product-copy{padding:14px}.theme-compacto .product-copy h2{font-size:15px;margin-bottom:13px}.theme-compacto .product-bottom{align-items:flex-end}.theme-compacto .price{font-size:17px}.theme-compacto .mini-button{padding:8px 10px;font-size:12px}
.theme-impacto{--ink:#f8fafc;--muted:#b6c2d3;--line:#ffffff1f;background:color-mix(in srgb,var(--store-primary) 86%,#050816)}.theme-impacto main{background:linear-gradient(180deg,color-mix(in srgb,var(--store-primary) 90%,#050816),color-mix(in srgb,var(--store-primary) 78%,#111827))}.theme-impacto .hero,.theme-impacto .hero-slide{min-height:650px}.theme-impacto .hero-slide:after{background:linear-gradient(105deg,rgba(2,6,23,.92),rgba(2,6,23,.25) 70%)}.theme-impacto .catalog-heading h1,.theme-impacto .page-heading h1{color:#fff}.theme-impacto .filters,.theme-impacto .product-card,.theme-impacto .panel,.theme-impacto .course-hero-card,.theme-impacto .course-section,.theme-impacto .course-plan-card,.theme-impacto .empty{background:color-mix(in srgb,var(--store-primary) 65%,#111827);color:#fff;border-color:#ffffff1f}.theme-impacto .product-media{background:#fff}.theme-impacto .product-copy h2,.theme-impacto .course-intro h1,.theme-impacto .course-section h2,.theme-impacto .summary h2{color:#fff}.theme-impacto .course-quick-facts>div,.theme-impacto .meta,.theme-impacto .checkout-note{background:#ffffff0a}.theme-impacto .form-control,.theme-impacto .filters input,.theme-impacto .filters select{border-color:#ffffff38}.theme-impacto .mini-button{background:var(--store-accent);color:#07111f}

@media(max-width:1050px){.theme-compacto .products{grid-template-columns:repeat(3,1fr)}.theme-editorial .products{gap:18px}}
@media(max-width:900px){.catalog-filters{grid-template-columns:1fr 1fr}.catalog-filters input{grid-column:1/-1}.theme-editorial .products{grid-template-columns:1fr}.theme-editorial .hero,.theme-editorial .hero-slide,.theme-impacto .hero,.theme-impacto .hero-slide{min-height:500px}.theme-compacto .products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.catalog-filters,.theme-compacto .products{grid-template-columns:1fr}.catalog-filters input{grid-column:auto}.theme-academico .hero{width:100%;margin-top:0;border-radius:0}.theme-editorial .product-card{grid-template-columns:1fr}.theme-editorial .product-media{aspect-ratio:16/10}.theme-editorial .hero,.theme-editorial .hero-slide,.theme-impacto .hero,.theme-impacto .hero-slide{min-height:450px}.product-detail-page .course-hero-card{grid-template-columns:1fr}}
