:root {
    --cs-primary: #2563eb;
    --cs-primary-dark: #1d4ed8;
    --cs-secondary: #7c3aed;
    --cs-dark: #0f172a;
    --cs-muted: #64748b;
    --cs-line: #e2e8f0;
    --cs-surface: #ffffff;
    --cs-surface-muted: #f8fafc;
    --cs-radius: 20px;
    --cs-shadow: 0 18px 50px rgba(15, 23, 42, .10);
    --cs-container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--cs-dark);
    background: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
.cs-container { width: min(calc(100% - 40px), var(--cs-container)); margin-inline: auto; }
.cs-narrow { max-width: 850px; }

.cs-site-header {
    position: relative;
    z-index: 100;
    width: 100%;
    color: var(--cs-dark);
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid rgba(226,232,240,.9);
}
.cs-site-header--overlay { position: absolute; top: 0; left: 0; color: #fff; background: transparent; border: 0; }
.cs-header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cs-brand img { display: block; width: 188px; max-height: 46px; }
.cs-main-nav { display: flex; align-items: center; gap: 24px; }
.cs-main-nav a, .cs-link-button { text-decoration: none; font-size: 14px; font-weight: 700; }
.cs-main-nav a:hover, .cs-link-button:hover { color: var(--cs-primary); }
.cs-header-actions { display: flex; align-items: center; gap: 12px; }

.cs-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; text-decoration: none; font-weight: 850; border: 1px solid transparent; border-radius: 12px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.cs-button:hover { transform: translateY(-2px); }
.cs-button--small { min-height: 42px; padding-inline: 18px; font-size: 14px; }
.cs-button--primary { color: #fff; background: var(--cs-primary); box-shadow: 0 12px 30px rgba(37,99,235,.22); }
.cs-button--primary:hover { background: var(--cs-primary-dark); }
.cs-button--secondary { color: var(--cs-dark); background: #fff; border-color: #cbd5e1; }
.cs-button--light { color: #1e3a8a; background: #fff; }
.cs-button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.cs-eyebrow { display: inline-block; color: var(--cs-primary); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.cs-eyebrow--light { color: #bfdbfe; }

.cs-hero { overflow: hidden; background: radial-gradient(circle at 80% 10%, #dbeafe 0, transparent 33%), linear-gradient(135deg,#f8fafc,#eff6ff); }
.cs-hero-grid { min-height: 660px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 66px; padding-block: 78px; }
.cs-hero-copy h1, .cs-page-hero h1 { margin: 14px 0 22px; font-size: clamp(46px, 6vw, 72px); line-height: 1.01; letter-spacing: -.045em; }
.cs-hero-copy > p, .cs-page-hero p { max-width: 690px; margin: 0; color: #475569; font-size: 20px; line-height: 1.72; }
.cs-trust-line { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: #475569; font-size: 13px; font-weight: 700; }
.cs-browser-mockup { overflow: hidden; background: #fff; border: 1px solid #dbe3ef; border-radius: 24px; box-shadow: 0 35px 90px rgba(15,23,42,.20); }
.cs-browser-bar { height: 42px; display: flex; align-items: center; gap: 7px; padding-inline: 16px; background: #f1f5f9; border-bottom: 1px solid #e2e8f0; }
.cs-browser-bar i { width: 10px; height: 10px; border-radius: 50%; background: #cbd5e1; }
.cs-browser-mockup img { display: block; width: 100%; min-height: 360px; object-fit: cover; }

.cs-logo-strip { border-block: 1px solid var(--cs-line); background: #fff; }
.cs-logo-strip-grid { min-height: 88px; display: grid; grid-template-columns: repeat(5,1fr); align-items: center; gap: 24px; color: #64748b; text-align: center; font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }

.cs-section { padding-block: 96px; background: #fff; }
.cs-section--muted { background: var(--cs-surface-muted); }
.cs-section-heading { max-width: 820px; margin: 0 auto 48px; text-align: center; }
.cs-section-heading h2, .cs-split h2, .cs-cta h2 { margin: 12px 0 16px; font-size: clamp(36px,5vw,52px); line-height: 1.08; letter-spacing: -.035em; }
.cs-section-heading p, .cs-split p { margin: 0; color: var(--cs-muted); font-size: 18px; line-height: 1.75; }
.cs-card-grid { display: grid; gap: 24px; }
.cs-card-grid--3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.cs-card-grid--4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
.cs-feature-card, .cs-quote-card, .cs-contact-card, .cs-info-card, .cs-mini-card { padding: 32px; background: #fff; border: 1px solid var(--cs-line); border-radius: var(--cs-radius); box-shadow: 0 10px 35px rgba(15,23,42,.05); }
.cs-feature-card h3, .cs-contact-card h3, .cs-mini-card h3 { margin: 18px 0 10px; font-size: 23px; }
.cs-feature-card p, .cs-contact-card p, .cs-mini-card p { margin: 0; color: var(--cs-muted); line-height: 1.7; }
.cs-icon-badge { width: 54px; height: 54px; display: grid; place-items: center; color: var(--cs-primary); background: #dbeafe; border-radius: 15px; }
.cs-icon-badge svg { width: 29px; height: 29px; }
.cs-icon-badge--light { color: #fff; background: rgba(255,255,255,.18); }

.cs-process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.cs-process-grid article { position: relative; padding: 34px; background: #fff; border: 1px solid var(--cs-line); border-radius: 20px; }
.cs-process-grid article > span { display: block; color: #bfdbfe; font-size: 58px; font-weight: 950; line-height: 1; }
.cs-process-grid h3 { margin: 10px 0; font-size: 24px; }
.cs-process-grid p { margin: 0; color: var(--cs-muted); line-height: 1.7; }

.cs-bento-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.cs-bento-card { min-height: 235px; padding: 30px; background: #fff; border: 1px solid var(--cs-line); border-radius: 24px; box-shadow: 0 12px 36px rgba(15,23,42,.06); }
.cs-bento-card--large { grid-column: span 2; grid-row: span 2; }
.cs-bento-card--large img { width: 100%; max-height: 300px; margin-top: 24px; object-fit: cover; border-radius: 16px; }
.cs-bento-card--blue { color: #fff; background: linear-gradient(145deg,#2563eb,#1e40af); border: 0; }
.cs-bento-card h2 { margin: 10px 0; font-size: 42px; }
.cs-bento-card h3 { margin: 18px 0 10px; font-size: 24px; }
.cs-bento-card p { color: inherit; opacity: .8; line-height: 1.7; }

.cs-quote-card { margin: 0; }
.cs-quote-card p { margin: 0 0 20px; color: #334155; font-size: 18px; line-height: 1.75; }
.cs-quote-card footer { color: var(--cs-primary); font-weight: 850; }

.cs-cta { padding-block: 78px; color: #fff; background: radial-gradient(circle at 20% 0,rgba(96,165,250,.65),transparent 38%), linear-gradient(135deg,#2563eb,#312e81); }
.cs-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cs-cta h2 { margin-top: 0; max-width: 760px; }
.cs-cta p { margin: 0; color: #dbeafe; font-size: 18px; }

.cs-page-hero { padding-block: 105px; text-align: center; background: linear-gradient(135deg,#f8fafc,#eff6ff); }
.cs-page-hero .cs-container { max-width: 900px; }
.cs-page-hero--blue { color: #fff; background: linear-gradient(135deg,#2563eb,#1e3a8a); }
.cs-page-hero--blue p, .cs-page-hero--dark p { color: #cbd5e1; }
.cs-page-hero--dark { color: #fff; background: radial-gradient(circle at 70% 0,#334155,#020617 65%); }
.cs-page-hero h1 { font-size: clamp(44px,6vw,68px); }

.cs-split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; }
.cs-info-card { padding: 42px; }
.cs-info-card h3 { margin-top: 0; font-size: 32px; }
.cs-check-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.cs-check-list li::before { margin-right: 10px; color: #16a34a; font-weight: 900; content: "✓"; }
.cs-mini-card { text-align: center; }

.cs-stat-card { display: grid; gap: 8px; padding: 40px; color: #fff; background: linear-gradient(145deg,#0f172a,#1e3a8a); border-radius: 24px; box-shadow: var(--cs-shadow); }
.cs-stat-card strong { margin-top: 14px; font-size: 28px; }
.cs-stat-card span { color: #cbd5e1; }

.cs-contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; }
.cs-contact-info { display: grid; gap: 18px; }
.cs-contact-card a { display: inline-block; margin-top: 12px; color: var(--cs-primary); font-weight: 800; }
.cs-contact-form { padding: 34px; background: #fff; border: 1px solid var(--cs-line); border-radius: 22px; box-shadow: var(--cs-shadow); }
.cs-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cs-form-field { display: grid; gap: 7px; }
.cs-form-field--full { grid-column: 1 / -1; }
.cs-form-field label { font-size: 13px; font-weight: 800; }
.cs-form-field input, .cs-form-field textarea { width: 100%; padding: 13px 14px; color: var(--cs-dark); background: #fff; border: 1px solid #cbd5e1; border-radius: 10px; font: inherit; outline: none; }
.cs-form-field input:focus, .cs-form-field textarea:focus { border-color: var(--cs-primary); box-shadow: 0 0 0 3px rgba(37,99,235,.12); }
.cs-form-field textarea { min-height: 150px; resize: vertical; }
.cs-form-message { margin-bottom: 16px; padding: 12px 14px; border-radius: 10px; }
.cs-form-message--success { color: #166534; background: #dcfce7; }
.cs-form-message--error { color: #991b1b; background: #fee2e2; }

.cs-faq-list { display: grid; gap: 12px; }
.cs-faq-list details { padding: 20px 22px; background: #fff; border: 1px solid var(--cs-line); border-radius: 14px; }
.cs-faq-list summary { cursor: pointer; font-size: 17px; font-weight: 850; }
.cs-faq-list p { margin: 13px 0 0; color: var(--cs-muted); line-height: 1.7; }

.cs-legal-hero { padding-block: 82px; background: #f8fafc; border-bottom: 1px solid var(--cs-line); }
.cs-legal-hero h1 { margin: 12px 0; font-size: clamp(42px,6vw,64px); }
.cs-legal-hero p { color: var(--cs-muted); }
.cs-legal-content h2 { margin-top: 38px; font-size: 26px; }
.cs-legal-content p { color: #475569; font-size: 17px; line-height: 1.85; }

.cs-dynamic-placeholder { padding: 48px; text-align: center; background: rgba(255,255,255,.7); border: 2px dashed #93c5fd; border-radius: 20px; }

.cs-site-footer { padding-top: 68px; color: #cbd5e1; background: #020617; }
.cs-footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 44px; }
.cs-footer-brand img { width: 190px; }
.cs-footer-brand p { max-width: 430px; color: #94a3b8; line-height: 1.7; }
.cs-site-footer h3 { margin: 0 0 18px; color: #fff; font-size: 15px; }
.cs-site-footer a { display: block; margin: 10px 0; color: #94a3b8; text-decoration: none; }
.cs-site-footer a:hover { color: #fff; }
.cs-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-block: 25px; color: #64748b; border-top: 1px solid #1e293b; font-size: 13px; }

.cs-hover-lift, .cs-hover-tilt { transition: transform .35s ease, box-shadow .35s ease; }
.cs-hover-lift:hover { transform: translateY(-8px); box-shadow: 0 25px 65px rgba(15,23,42,.15); }
.cs-hover-tilt:hover { transform: perspective(1000px) rotateX(2deg) rotateY(-4deg) translateY(-5px); }

@media (max-width: 1050px) {
    .cs-main-nav { display: none; }
    .cs-hero-grid, .cs-split, .cs-contact-layout { grid-template-columns: 1fr; }
    .cs-hero-grid { padding-block: 70px; }
    .cs-card-grid--4 { grid-template-columns: repeat(2,1fr); }
    .cs-bento-grid { grid-template-columns: repeat(2,1fr); }
    .cs-bento-card--large { grid-column: span 2; }
    .cs-footer-grid { grid-template-columns: 2fr 1fr 1fr; }
}

@media (max-width: 760px) {
    .cs-container { width: min(calc(100% - 28px), var(--cs-container)); }
    .cs-header-inner { min-height: 68px; }
    .cs-brand img { width: 155px; }
    .cs-link-button { display: none; }
    .cs-header-actions .cs-button { min-height: 40px; padding-inline: 13px; font-size: 12px; }
    .cs-hero-grid { min-height: auto; gap: 42px; }
    .cs-hero-copy h1 { font-size: 46px; }
    .cs-hero-copy > p { font-size: 18px; }
    .cs-logo-strip-grid { grid-template-columns: repeat(2,1fr); padding-block: 20px; }
    .cs-section { padding-block: 72px; }
    .cs-card-grid--3, .cs-card-grid--4, .cs-process-grid, .cs-bento-grid, .cs-footer-grid { grid-template-columns: 1fr; }
    .cs-bento-card--large { grid-column: auto; }
    .cs-cta-inner { align-items: flex-start; flex-direction: column; }
    .cs-form-grid { grid-template-columns: 1fr; }
    .cs-form-field--full { grid-column: auto; }
    .cs-footer-bottom { align-items: flex-start; flex-direction: column; }
}


@media (min-width: 993px) { .cs-hide-desktop { display: none !important; } }
@media (min-width: 481px) and (max-width: 992px) { .cs-hide-tablet { display: none !important; } }
@media (max-width: 480px) { .cs-hide-mobile { display: none !important; } }


/* Premium visual refresh */
.cs-hero--premium {
    position: relative;
    background:
        radial-gradient(circle at 78% 15%, rgba(124,58,237,.20), transparent 30%),
        radial-gradient(circle at 18% 5%, rgba(37,99,235,.14), transparent 30%),
        linear-gradient(135deg,#f8fafc 0%,#eef4ff 55%,#f7f2ff 100%);
}
.cs-hero--premium::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    opacity: .22;
    background-image: linear-gradient(rgba(37,99,235,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.08) 1px,transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom,#000,transparent 80%);
}
.cs-hero-grid--premium { min-height: 710px; position: relative; z-index: 1; }
.cs-hero-art { position: relative; min-height: 530px; display: grid; place-items: center; }
.cs-hero-image-frame { width: min(100%,610px); overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 30px; background: #0f172a; box-shadow: 0 38px 110px rgba(15,23,42,.28); }
.cs-hero-image-frame img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.cs-floating-chip { position: absolute; z-index: 4; min-width: 175px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.75); border-radius: 16px; background: rgba(255,255,255,.88); box-shadow: 0 18px 50px rgba(15,23,42,.18); backdrop-filter: blur(16px); }
.cs-floating-chip strong,.cs-floating-chip span { display: block; }
.cs-floating-chip strong { color: #0f172a; font-size: 14px; }
.cs-floating-chip span { margin-top: 4px; color: #64748b; font-size: 11px; }
.cs-floating-chip--orders { left: -18px; top: 70px; }
.cs-floating-chip--domain { right: -20px; top: 135px; }
.cs-floating-chip--growth { right: 18px; bottom: 45px; }
.cs-section--ink { color: #fff; background: radial-gradient(circle at 15% 10%,rgba(37,99,235,.36),transparent 32%),linear-gradient(135deg,#070d1a,#111d38 55%,#261350); }
.cs-section--soft-gradient { background: radial-gradient(circle at 90% 15%,rgba(236,72,153,.12),transparent 28%),linear-gradient(135deg,#fff,#f7f5ff); }
.cs-showcase { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: clamp(42px,6vw,86px); }
.cs-showcase--reverse .cs-showcase-copy { order: 1; }
.cs-showcase--reverse .cs-showcase-media { order: 2; }
.cs-showcase-copy h2 { margin: 12px 0 18px; font-size: clamp(38px,5vw,58px); line-height: 1.05; letter-spacing: -.04em; }
.cs-showcase-copy > p { margin: 0 0 24px; color: #64748b; font-size: 18px; line-height: 1.75; }
.cs-section--ink .cs-showcase-copy > p { color: #cbd5e1; }
.cs-media-card { overflow: hidden; border: 1px solid rgba(148,163,184,.28); border-radius: 28px; background: #fff; box-shadow: 0 30px 90px rgba(15,23,42,.22); }
.cs-media-card img { display: block; width: 100%; max-height: 590px; object-fit: cover; }
.cs-media-card--transparent { padding: 0; background: transparent; border: 0; box-shadow: none; }
.cs-media-card--transparent img { object-fit: contain; filter: drop-shadow(0 30px 46px rgba(15,23,42,.18)); }
.cs-check-list--light { color: #e2e8f0; }
.cs-check-list--light li::before { color: #93c5fd; }
.cs-highlight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.cs-highlight-grid article { padding: 18px; border: 1px solid #e2e8f0; border-radius: 16px; background: #fff; box-shadow: 0 12px 35px rgba(15,23,42,.05); }
.cs-highlight-grid strong,.cs-highlight-grid span { display: block; }
.cs-highlight-grid strong { color: #0f172a; font-size: 15px; }
.cs-highlight-grid span { margin-top: 6px; color: #64748b; font-size: 12px; line-height: 1.55; }
.cs-process-grid article .cs-icon-badge { margin-top: 18px; }
.cs-split--faq { align-items: start; }

/* Reliable interactive effects, including builder preview */
.cs-effect-zoom,.cs-effect-glow,.cs-effect-shine { transition: transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease,filter .35s ease; }
.cs-effect-zoom:hover,.cs-effect-zoom.cs-preview-effect { transform: scale(1.05); }
.cs-effect-glow:hover,.cs-effect-glow.cs-preview-effect { box-shadow: 0 0 0 1px rgba(96,165,250,.35),0 24px 65px rgba(37,99,235,.38); filter: brightness(1.07) saturate(1.06); }
.cs-hover-lift.cs-preview-effect { transform: translateY(-8px); box-shadow: 0 25px 65px rgba(15,23,42,.15); }
.cs-hover-tilt.cs-preview-effect { transform: perspective(1000px) rotateX(2deg) rotateY(-4deg) translateY(-5px); }
.cs-effect-shine { position: relative !important; overflow: hidden !important; isolation: isolate; transform: translateZ(0); }
.cs-effect-shine::after {
    position: absolute;
    top: -45%;
    left: -75%;
    z-index: 6;
    width: 46%;
    height: 190%;
    content: "";
    pointer-events: none;
    opacity: .92;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.18),rgba(255,255,255,.82),rgba(255,255,255,.18),transparent);
    transform: skewX(-22deg);
    transition: left .9s cubic-bezier(.2,.7,.2,1);
}
.cs-effect-shine:hover::after,.cs-effect-shine.cs-preview-effect::after { left: 145%; }

@media (max-width: 1050px) {
    .cs-showcase { grid-template-columns: 1fr; }
    .cs-showcase--reverse .cs-showcase-copy,.cs-showcase--reverse .cs-showcase-media { order: initial; }
    .cs-hero-art { min-height: 470px; }
    .cs-floating-chip--orders { left: 0; }
    .cs-floating-chip--domain { right: 0; }
}
@media (max-width: 760px) {
    .cs-hero-grid--premium { min-height: auto; }
    .cs-hero-art { min-height: auto; padding: 20px 0 70px; }
    .cs-floating-chip { position: static; display: inline-block; min-width: 0; margin: 10px 6px 0 0; }
    .cs-highlight-grid { grid-template-columns: 1fr; }
    .cs-showcase-copy h2 { font-size: 39px; }
    .cs-media-card { border-radius: 20px; }
}

/* CreatuShop builder reliability overrides */
img {
    vertical-align: middle;
}

.cs-transform-base {
    --cs-perspective: 1000px;
    --cs-rotate-x: 0deg;
    --cs-rotate-y: 0deg;
    --cs-scale: 1;
    transform: perspective(var(--cs-perspective)) rotateX(var(--cs-rotate-x)) rotateY(var(--cs-rotate-y)) scale(var(--cs-scale));
    transform-origin: center;
}

.cs-effect-shine:not(.cs-transform-base) {
    transform: none;
}

.cs-transform-base.cs-effect-shine {
    transform: perspective(var(--cs-perspective)) rotateX(var(--cs-rotate-x)) rotateY(var(--cs-rotate-y)) scale(var(--cs-scale));
}

.cs-hover-lift:hover,
.cs-hover-lift.cs-preview-effect {
    transform: perspective(var(--cs-perspective, 1000px)) rotateX(var(--cs-rotate-x, 0deg)) rotateY(var(--cs-rotate-y, 0deg)) translateY(-8px) scale(var(--cs-scale, 1)) !important;
    box-shadow: 0 25px 65px rgba(15,23,42,.15);
}

.cs-hover-tilt:hover,
.cs-hover-tilt.cs-preview-effect {
    transform: perspective(var(--cs-perspective, 1000px)) rotateX(calc(var(--cs-rotate-x, 0deg) + 2deg)) rotateY(calc(var(--cs-rotate-y, 0deg) - 4deg)) translateY(-5px) scale(var(--cs-scale, 1)) !important;
}

.cs-effect-zoom:hover,
.cs-effect-zoom.cs-preview-effect {
    transform: perspective(var(--cs-perspective, 1000px)) rotateX(var(--cs-rotate-x, 0deg)) rotateY(var(--cs-rotate-y, 0deg)) scale(calc(var(--cs-scale, 1) * 1.05)) !important;
}

.cs-effect-glow:hover,
.cs-effect-glow.cs-preview-effect {
    box-shadow: 0 0 0 1px rgba(96,165,250,.35), 0 24px 65px rgba(37,99,235,.38) !important;
    filter: brightness(1.07) saturate(1.06) !important;
}

/* CreatuShop Studio final 13.1.1–13.5: storefront dinámico y responsive */
.cs-studio-page {
    min-height: 100vh;
    color: var(--cs-text, #111827);
    background: var(--cs-background, #fff);
}

.cs-studio-page *,
.cs-studio-page *::before,
.cs-studio-page *::after {
    box-sizing: border-box;
}

.cs-runtime-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 28px);
}

.cs-runtime-product {
    display: flex;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, .28);
    border-radius: var(--cs-radius, 16px);
    box-shadow: 0 14px 36px rgba(15, 23, 42, .07);
    flex-direction: column;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.cs-runtime-product__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #f8fafc;
}

.cs-runtime-product__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .42s ease;
}

.cs-runtime-product:hover .cs-runtime-product__media img {
    transform: scale(1.045);
}

.cs-runtime-product__media--empty {
    display: grid;
    color: #64748b;
    place-items: center;
}

.cs-runtime-product__body {
    display: flex;
    padding: clamp(16px, 2vw, 22px);
    flex: 1;
    flex-direction: column;
    gap: 12px;
}

.cs-runtime-product__body h3,
.cs-runtime-product__body p {
    margin: 0;
}

.cs-runtime-product__body h3 {
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.25;
}

.cs-runtime-product__body h3 a {
    color: inherit;
    text-decoration: none;
}

.cs-runtime-product__body p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

.cs-runtime-product__footer {
    display: flex;
    margin-top: auto;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cs-runtime-product__footer strong {
    font-size: 16px;
    white-space: nowrap;
}

.cs-dynamic-placeholder {
    padding: clamp(28px, 5vw, 60px);
    text-align: center;
    color: #64748b;
    border: 1px dashed rgba(100, 116, 139, .35);
    border-radius: var(--cs-radius, 16px);
    background: rgba(248, 250, 252, .78);
}

/* Breakpoints únicos de Studio: desktop >= 992, tablet 768–991, móvil <= 767. */
@media (min-width: 992px) {
    .cs-hide-desktop { display: none !important; }
    .cs-show-tablet-only,
    .cs-show-mobile-only { display: none !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cs-hide-tablet { display: none !important; }
    .cs-show-desktop-only,
    .cs-show-mobile-only { display: none !important; }
    .cs-runtime-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .cs-hide-mobile { display: none !important; }
    .cs-show-desktop-only,
    .cs-show-tablet-only { display: none !important; }
    .cs-runtime-product-grid { grid-template-columns: minmax(0, 1fr); }
    .cs-runtime-product__footer { align-items: stretch; flex-direction: column; }
    .cs-runtime-product__footer .cs-button { width: 100%; justify-content: center; }
}
