.cpsa-public-form { --cpsa-brand:#0057b8; --cpsa-accent:#f5b400; background:#fff; border:1px solid #e5e7eb; border-radius:18px; padding:24px; box-shadow:0 16px 40px rgba(15,23,42,.08); max-width:980px; margin:24px auto; }
.cpsa-public-form h3 { margin:0 0 18px; color:var(--cpsa-brand); font-size:28px; line-height:1.15; }
.cpsa-public-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.cpsa-public-form label { display:block; font-weight:700; color:#111827; margin-bottom:14px; }
.cpsa-public-form input, .cpsa-public-form textarea { width:100%; margin-top:6px; border:1px solid #d1d5db; border-radius:12px; padding:12px 14px; font-size:15px; background:#fff; }
.cpsa-public-form button, .cpsa-whatsapp-button { display:inline-flex; align-items:center; justify-content:center; background:var(--cpsa-brand,#0057b8); color:#fff !important; border:none; border-radius:999px; padding:13px 22px; font-weight:800; text-decoration:none; cursor:pointer; box-shadow:0 8px 18px rgba(0,87,184,.25); }
.cpsa-public-form button:hover, .cpsa-whatsapp-button:hover { filter:brightness(.96); transform:translateY(-1px); }
.cpsa-public-success { background:#ecfdf3; border:1px solid #bbf7d0; color:#166534; border-radius:12px; padding:12px 14px; margin-bottom:18px; font-weight:700; }
@media (max-width: 760px) { .cpsa-public-grid { grid-template-columns:1fr; } .cpsa-public-form { padding:18px; } }

/* CRM Píntalo S.A. - Home corporativo y capa visual para Martfury */
body.cpsa-hide-theme-shell #masthead,
body.cpsa-hide-theme-shell .site-header:not(.cpsa-system-header),
body.cpsa-hide-theme-shell .martfury-header,
body.cpsa-hide-theme-shell .mf-header,
body.cpsa-hide-theme-shell .header-main,
body.cpsa-hide-theme-shell .header-mobile,
body.cpsa-hide-theme-shell .topbar,
body.cpsa-hide-theme-shell #colophon,
body.cpsa-hide-theme-shell .site-footer:not(.cpsa-system-footer),
body.cpsa-hide-theme-shell .martfury-footer,
body.cpsa-hide-theme-shell .footer-widgets,
body.cpsa-hide-theme-shell .footer-newsletter,
body.cpsa-hide-theme-shell .footer-copyright {
    display: none !important;
}

body.cpsa-crm-shell-active .site-content,
body.cpsa-crm-shell-active .content-area,
body.cpsa-crm-shell-active .site-main,
body.cpsa-crm-shell-active .page-content,
body.cpsa-crm-shell-active .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.cpsa-crm-shell-active .site-content .container,
body.cpsa-crm-shell-active .site-main .container,
body.cpsa-crm-shell-active .entry-content > .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cpsa-system-shell,
.cpsa-system-shell * {
    box-sizing: border-box;
}

.cpsa-system-shell {
    --cpsa-brand: #0057b8;
    --cpsa-accent: #f5b400;
    --cpsa-dark: #07152f;
    --cpsa-muted: #64748b;
    --cpsa-soft: #f4f7fb;
    --cpsa-line: rgba(15, 23, 42, .09);
    width: 100%;
    min-height: 100vh;
    background: radial-gradient(circle at top left, rgba(0, 87, 184, .13), transparent 34%), #f7f9fc;
    color: #0f172a;
    font-family: inherit;
    overflow: hidden;
}

.cpsa-system-header {
    position: sticky;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px clamp(18px, 4vw, 62px);
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px solid var(--cpsa-line);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 35px rgba(15, 23, 42, .06);
    transition: all .25s ease;
}

.cpsa-system-header.is-scrolled {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cpsa-system-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
    color: var(--cpsa-dark) !important;
    font-weight: 900;
    letter-spacing: -.02em;
    white-space: nowrap;
}

.cpsa-system-brand img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    display: block;
}

.cpsa-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, var(--cpsa-brand), #0ea5e9);
    box-shadow: 0 12px 25px rgba(0, 87, 184, .24);
}

.cpsa-system-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex-wrap: wrap;
}

.cpsa-system-nav a,
.cpsa-footer-links a {
    text-decoration: none !important;
}

.cpsa-system-nav a {
    color: #334155 !important;
    font-weight: 800;
    padding: 9px 12px;
    border-radius: 999px;
    transition: .22s ease;
}

.cpsa-system-nav a:hover {
    color: var(--cpsa-brand) !important;
    background: rgba(0, 87, 184, .08);
    transform: translateY(-1px);
}

.cpsa-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 900;
    padding: 11px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #16a34a, #22c55e);
    box-shadow: 0 12px 28px rgba(22, 163, 74, .23);
    transition: .22s ease;
}

.cpsa-header-cta:hover {
    transform: translateY(-2px) scale(1.02);
}

.cpsa-home {
    width: min(1200px, calc(100% - 36px));
    margin: 0 auto;
}

.cpsa-hero-home {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
    gap: 30px;
    align-items: center;
    padding: clamp(52px, 8vw, 96px) 0 42px;
}

.cpsa-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(2px);
    opacity: .55;
    pointer-events: none;
    animation: cpsa-drift 10s ease-in-out infinite;
}

.cpsa-orb-one {
    top: 38px;
    right: 24%;
    width: 120px;
    height: 120px;
    background: rgba(245, 180, 0, .25);
}

.cpsa-orb-two {
    left: -52px;
    bottom: 65px;
    width: 170px;
    height: 170px;
    background: rgba(0, 87, 184, .16);
    animation-delay: -3s;
}

.cpsa-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--cpsa-brand);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em;
}

.cpsa-pulse-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--cpsa-accent);
    box-shadow: 0 0 0 0 rgba(245, 180, 0, .65);
    animation: cpsa-pulse 1.8s infinite;
}

.cpsa-hero-copy h1 {
    margin: 16px 0 18px;
    color: var(--cpsa-dark);
    font-size: clamp(38px, 6vw, 72px);
    line-height: .96;
    letter-spacing: -.06em;
}

.cpsa-hero-copy p,
.cpsa-section-head p,
.cpsa-stores p,
.cpsa-hero-panel p,
.cpsa-solution-card p,
.cpsa-category-card p {
    color: var(--cpsa-muted);
    font-size: 16px;
    line-height: 1.65;
}

.cpsa-hero-copy p {
    max-width: 680px;
    font-size: 18px;
}

.cpsa-hero-actions,
.cpsa-trust-row,
.cpsa-category-controls,
.cpsa-store-list,
.cpsa-footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.cpsa-hero-actions {
    margin-top: 30px;
}

.cpsa-btn,
.cpsa-category-card a,
.cpsa-category-controls button {
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}

.cpsa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none !important;
}

.cpsa-btn:hover,
.cpsa-category-card:hover,
.cpsa-solution-card:hover {
    transform: translateY(-4px);
}

.cpsa-btn-primary {
    color: #fff !important;
    background: linear-gradient(135deg, var(--cpsa-brand), #0ea5e9);
    box-shadow: 0 18px 35px rgba(0, 87, 184, .25);
}

.cpsa-btn-ghost {
    color: var(--cpsa-dark) !important;
    background: #fff;
    border: 1px solid var(--cpsa-line);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
}

.cpsa-trust-row {
    margin-top: 30px;
}

.cpsa-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .74);
    border: 1px solid var(--cpsa-line);
    color: #334155;
    font-weight: 800;
}

.cpsa-trust-row strong {
    color: var(--cpsa-brand);
}

.cpsa-hero-panel {
    position: relative;
    min-height: 430px;
    padding: 34px;
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,255,255,.72));
    border: 1px solid rgba(255,255,255,.84);
    box-shadow: 0 28px 70px rgba(15, 23, 42, .13);
    overflow: hidden;
}

.cpsa-hero-panel:before {
    content: '';
    position: absolute;
    inset: auto -40px -70px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0,87,184,.2), rgba(245,180,0,.28));
}

.cpsa-hero-panel h2 {
    position: relative;
    margin: 110px 0 8px;
    color: var(--cpsa-dark);
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.cpsa-floating-icon {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 24px;
    background: #fff;
    font-size: 32px;
    box-shadow: 0 20px 45px rgba(15,23,42,.12);
    animation: cpsa-float 4.5s ease-in-out infinite;
}

.cpsa-float-a { top: 32px; left: 34px; }
.cpsa-float-b { top: 78px; right: 44px; animation-delay: -1.3s; }
.cpsa-float-c { top: 168px; left: 96px; animation-delay: -2.2s; }

.cpsa-mini-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.cpsa-mini-grid span,
.cpsa-store-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    border-radius: 16px;
    color: #0f172a;
    background: rgba(255, 255, 255, .84);
    border: 1px solid var(--cpsa-line);
    font-weight: 900;
}

.cpsa-section {
    padding: clamp(40px, 6vw, 72px) 0;
}

.cpsa-section-head {
    max-width: 760px;
    margin-bottom: 24px;
}

.cpsa-section-head h2,
.cpsa-stores h2 {
    margin: 8px 0 10px;
    color: var(--cpsa-dark);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.cpsa-category-controls {
    margin-bottom: 22px;
}

.cpsa-category-controls button {
    appearance: none;
    border: 1px solid var(--cpsa-line);
    border-radius: 999px;
    background: #fff;
    color: #334155;
    padding: 10px 16px;
    font-weight: 900;
    cursor: pointer;
}

.cpsa-category-controls button.is-active,
.cpsa-category-controls button:hover {
    color: #fff;
    background: var(--cpsa-brand);
    border-color: var(--cpsa-brand);
    box-shadow: 0 14px 28px rgba(0, 87, 184, .18);
}

.cpsa-category-grid,
.cpsa-solutions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.cpsa-category-card,
.cpsa-solution-card {
    position: relative;
    min-height: 246px;
    padding: 24px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid var(--cpsa-line);
    box-shadow: 0 18px 46px rgba(15, 23, 42, .07);
    overflow: hidden;
    transition: .25s ease;
}

.cpsa-category-card.is-hidden {
    display: none;
}

.cpsa-category-card:after,
.cpsa-solution-card:after {
    content: '';
    position: absolute;
    right: -46px;
    top: -46px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(0, 87, 184, .08);
}

.cpsa-card-icon,
.cpsa-solution-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(0,87,184,.12), rgba(245,180,0,.16));
    font-size: 28px;
    animation: cpsa-icon-wiggle 3.5s ease-in-out infinite;
}

.cpsa-category-card:nth-child(2n) .cpsa-card-icon { animation-delay: -1.2s; }
.cpsa-category-card:nth-child(3n) .cpsa-card-icon { animation-delay: -2.1s; }

.cpsa-category-card h3,
.cpsa-solution-card h3 {
    margin: 0 0 8px;
    color: var(--cpsa-dark);
    font-size: 21px;
    line-height: 1.12;
    letter-spacing: -.02em;
}

.cpsa-category-card a {
    display: inline-flex;
    margin-top: 8px;
    color: var(--cpsa-brand) !important;
    font-weight: 900;
    text-decoration: none !important;
}

.cpsa-category-card a:hover {
    transform: translateX(4px);
}

.cpsa-solutions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cpsa-solution-card {
    min-height: 220px;
    background: linear-gradient(145deg, #fff, #f8fbff);
}

.cpsa-stores {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
    gap: 24px;
    align-items: center;
    padding: 34px;
    margin: 30px 0 10px;
    border-radius: 30px;
    background: var(--cpsa-dark);
    box-shadow: 0 28px 60px rgba(7, 21, 47, .25);
}

.cpsa-stores h2,
.cpsa-stores p,
.cpsa-stores .cpsa-kicker {
    color: #fff;
}

.cpsa-store-list {
    justify-content: flex-end;
}

.cpsa-store-list span {
    color: #fff;
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.18);
}

.cpsa-home-form .cpsa-public-form,
.cpsa-standalone-form .cpsa-public-form {
    max-width: 100%;
    margin: 0;
}

.cpsa-system-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 30px clamp(18px, 4vw, 62px);
    background: #07152f;
    color: #fff;
}

.cpsa-system-footer p {
    margin: 6px 0 0;
    color: rgba(255,255,255,.72);
}

.cpsa-footer-links {
    justify-content: flex-end;
}

.cpsa-footer-links a {
    color: rgba(255,255,255,.78) !important;
    font-weight: 800;
}

.cpsa-footer-links a:hover {
    color: #fff !important;
}

@keyframes cpsa-float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-13px) rotate(3deg); }
}

@keyframes cpsa-drift {
    0%, 100% { transform: translate3d(0,0,0) scale(1); }
    50% { transform: translate3d(18px,-22px,0) scale(1.08); }
}

@keyframes cpsa-pulse {
    0% { box-shadow: 0 0 0 0 rgba(245, 180, 0, .65); }
    70% { box-shadow: 0 0 0 12px rgba(245, 180, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(245, 180, 0, 0); }
}

@keyframes cpsa-icon-wiggle {
    0%, 100% { transform: rotate(0deg) scale(1); }
    35% { transform: rotate(-4deg) scale(1.04); }
    70% { transform: rotate(4deg) scale(1.02); }
}

@media (max-width: 1024px) {
    .cpsa-system-header { align-items: flex-start; flex-direction: column; }
    .cpsa-system-nav { justify-content: flex-start; }
    .cpsa-hero-home,
    .cpsa-stores { grid-template-columns: 1fr; }
    .cpsa-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cpsa-store-list { justify-content: flex-start; }
}

@media (max-width: 760px) {
    .cpsa-home { width: min(100% - 26px, 1200px); }
    .cpsa-hero-copy h1 { font-size: clamp(34px, 11vw, 48px); }
    .cpsa-hero-panel { min-height: 360px; padding: 24px; }
    .cpsa-hero-panel h2 { margin-top: 100px; font-size: 29px; }
    .cpsa-category-grid,
    .cpsa-solutions { grid-template-columns: 1fr; }
    .cpsa-system-footer { flex-direction: column; align-items: flex-start; }
    .cpsa-floating-icon { width: 60px; height: 60px; font-size: 26px; }
    .cpsa-float-c { left: 58px; }
}


.cpsa-btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:14px 22px;
    border-radius:999px;
    font-weight:900;
    text-decoration:none !important;
    transition:.24s ease;
}
.cpsa-btn-primary { background:linear-gradient(135deg,var(--cpsa-brand),#0ea5e9); color:#fff !important; box-shadow:0 14px 32px rgba(0,87,184,.24); }
.cpsa-btn-ghost { background:#fff; color:var(--cpsa-brand) !important; border:1px solid rgba(0,87,184,.12); box-shadow:0 10px 26px rgba(15,23,42,.08); }
.cpsa-btn:hover { transform:translateY(-2px) scale(1.01); }

.cpsa-feature-badges { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.cpsa-feature-badges span,
.cpsa-store-list span,
.cpsa-stage-tags span,
.cpsa-mini-grid span,
.cpsa-trust-row span { background:rgba(255,255,255,.8); border:1px solid rgba(15,23,42,.08); box-shadow:0 10px 22px rgba(15,23,42,.06); border-radius:999px; padding:10px 14px; font-weight:800; }

.cpsa-hero-stage { position:relative; min-height:560px; }
.cpsa-paint-blob { position:absolute; border-radius:50%; filter:blur(4px); opacity:.35; pointer-events:none; }
.cpsa-paint-blob-a { width:260px; height:260px; right:10%; top:8%; background:radial-gradient(circle at 35% 35%, rgba(239,68,68,.55), rgba(239,68,68,0)); animation:cpsa-drift 12s ease-in-out infinite; }
.cpsa-paint-blob-b { width:240px; height:240px; left:46%; bottom:8%; background:radial-gradient(circle at 35% 35%, rgba(139,92,246,.45), rgba(139,92,246,0)); animation:cpsa-drift 14s ease-in-out infinite reverse; }
.cpsa-stage-card { position:absolute; z-index:2; background:rgba(255,255,255,.82); border:1px solid rgba(255,255,255,.8); backdrop-filter:blur(16px); box-shadow:0 18px 50px rgba(15,23,42,.12); border-radius:22px; padding:16px 18px; max-width:280px; }
.cpsa-stage-card strong { display:block; color:var(--cpsa-dark); font-size:16px; margin-bottom:6px; }
.cpsa-stage-card span { color:var(--cpsa-muted); font-size:14px; }
.cpsa-stage-card-top { top:20px; right:0; animation:cpsa-float 5.8s ease-in-out infinite; }
.cpsa-stage-card-bottom { left:0; bottom:18px; animation:cpsa-float 6.2s ease-in-out infinite reverse; }
.cpsa-stage-tags { display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; }
.cpsa-stage-tags span { padding:8px 11px; font-size:12px; }
.cpsa-hero-showcase,
.cpsa-hero-panel { position:absolute; inset:58px 20px 58px 20px; z-index:1; display:flex; align-items:center; justify-content:center; border-radius:34px; background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.84)); border:1px solid rgba(255,255,255,.9); box-shadow:0 30px 70px rgba(15,23,42,.12); overflow:hidden; }
.cpsa-hero-showcase::before { content:''; position:absolute; inset:0; background:radial-gradient(circle at top left, rgba(0,87,184,.12), transparent 30%), radial-gradient(circle at bottom right, rgba(245,180,0,.12), transparent 25%); }
.cpsa-hero-showcase img { position:relative; z-index:1; display:block; width:100%; max-width:1000px; height:auto; object-fit:contain; filter:drop-shadow(0 18px 40px rgba(15,23,42,.14)); }

.cpsa-home-strip { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; margin:0 auto 34px; }
.cpsa-home-strip article,
.cpsa-showcase-box,
.cpsa-solution-card,
.cpsa-category-card { background:rgba(255,255,255,.88); border:1px solid rgba(15,23,42,.07); border-radius:24px; box-shadow:0 18px 48px rgba(15,23,42,.08); }
.cpsa-home-strip article { padding:24px; }
.cpsa-home-strip strong { display:block; color:var(--cpsa-dark); margin-bottom:8px; font-size:18px; }
.cpsa-home-strip span { color:var(--cpsa-muted); line-height:1.6; }

.cpsa-ticker { position:relative; overflow:hidden; border-radius:999px; border:1px solid rgba(15,23,42,.08); background:#fff; box-shadow:0 16px 42px rgba(15,23,42,.06); margin:0 0 40px; }
.cpsa-ticker-track { display:flex; align-items:center; gap:18px; padding:16px 0; width:max-content; animation:cpsa-marquee 28s linear infinite; }
.cpsa-ticker-track span { display:inline-flex; align-items:center; gap:8px; white-space:nowrap; font-weight:900; color:var(--cpsa-dark); padding:0 18px; }
.cpsa-ticker-track span::before { content:'✦'; color:var(--cpsa-accent); }

.cpsa-section { margin:0 0 44px; }
.cpsa-section-head { margin-bottom:22px; }
.cpsa-section-head h2,
.cpsa-stores h2,
.cpsa-showcase-box h3,
.cpsa-solution-card h3,
.cpsa-category-card h3,
.cpsa-hero-panel h2 { margin:12px 0 12px; color:var(--cpsa-dark); letter-spacing:-.03em; }
.cpsa-category-controls button { appearance:none; border:none; background:#fff; color:#334155; font-weight:800; border-radius:999px; padding:11px 16px; box-shadow:0 8px 22px rgba(15,23,42,.07); cursor:pointer; transition:.22s ease; }
.cpsa-category-controls button.is-active,
.cpsa-category-controls button:hover { color:#fff; background:linear-gradient(135deg,var(--cpsa-brand),#0ea5e9); }
.cpsa-category-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.cpsa-category-card { padding:24px; transition:.22s ease; }
.cpsa-category-card:hover,
.cpsa-showcase-box:hover,
.cpsa-solution-card:hover { transform:translateY(-6px); box-shadow:0 24px 52px rgba(15,23,42,.12); }
.cpsa-category-card.is-hidden { display:none; }
.cpsa-card-icon { display:inline-flex; align-items:center; justify-content:center; width:56px; height:56px; border-radius:18px; margin-bottom:14px; font-size:28px; background:linear-gradient(135deg, rgba(0,87,184,.12), rgba(14,165,233,.18)); }
.cpsa-category-card a { display:inline-flex; margin-top:12px; color:var(--cpsa-brand) !important; font-weight:900; text-decoration:none !important; }

.cpsa-showcase-grid { display:grid; grid-template-columns:1.2fr repeat(3, 1fr); gap:18px; }
.cpsa-showcase-box { padding:26px; }
.cpsa-showcase-large ul { margin:16px 0 0; padding-left:18px; color:var(--cpsa-muted); }
.cpsa-showcase-large li + li { margin-top:8px; }
.cpsa-showcase-emoji { font-size:30px; display:inline-block; margin-bottom:10px; }

.cpsa-solutions { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.cpsa-solution-card { padding:28px; }
.cpsa-solution-card > span { display:inline-flex; font-size:30px; margin-bottom:12px; }

.cpsa-stores { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr); gap:18px; align-items:center; }

.cpsa-system-footer { margin-top:56px; display:grid; grid-template-columns:minmax(0,1fr) auto; gap:18px; padding:30px clamp(18px, 4vw, 62px); background:#07152f; color:#e2e8f0; }
.cpsa-system-footer strong { color:#fff; display:block; margin-bottom:8px; }
.cpsa-system-footer p { color:#cbd5e1; margin:0; }
.cpsa-footer-links { justify-content:flex-end; }
.cpsa-footer-links a { color:#fff !important; font-weight:800; }

.cpsa-floating-icon { position:absolute; z-index:3; display:inline-flex; align-items:center; justify-content:center; width:58px; height:58px; border-radius:18px; background:#fff; box-shadow:0 14px 34px rgba(15,23,42,.12); font-size:28px; }
.cpsa-float-a { top:80px; left:-6px; animation:cpsa-float 5.2s ease-in-out infinite; }
.cpsa-float-b { top:46%; right:-6px; animation:cpsa-float 6s ease-in-out infinite reverse; }
.cpsa-float-c { bottom:96px; left:12%; animation:cpsa-float 5.6s ease-in-out infinite; }

@keyframes cpsa-pulse { 0% { box-shadow:0 0 0 0 rgba(245,180,0,.65);} 70% { box-shadow:0 0 0 14px rgba(245,180,0,0);} 100% { box-shadow:0 0 0 0 rgba(245,180,0,0);} }
@keyframes cpsa-drift { 0%,100% { transform:translate3d(0,0,0) scale(1);} 50% { transform:translate3d(18px,-14px,0) scale(1.08);} }
@keyframes cpsa-float { 0%,100% { transform:translateY(0px);} 50% { transform:translateY(-12px);} }
@keyframes cpsa-marquee { from { transform:translateX(0);} to { transform:translateX(-50%);} }

@media (max-width: 1100px) {
    .cpsa-hero-home,
    .cpsa-stores { grid-template-columns:1fr; }
    .cpsa-hero-stage { min-height:480px; }
    .cpsa-home-strip,
    .cpsa-showcase-grid,
    .cpsa-category-grid,
    .cpsa-solutions { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .cpsa-system-footer { grid-template-columns:1fr; }
    .cpsa-footer-links { justify-content:flex-start; }
}

@media (max-width: 760px) {
    .cpsa-system-header { flex-wrap:wrap; justify-content:center; }
    .cpsa-home { width:min(100%, calc(100% - 20px)); }
    .cpsa-hero-copy h1 { font-size:clamp(34px, 11vw, 52px); }
    .cpsa-hero-stage { min-height:360px; }
    .cpsa-hero-showcase,
    .cpsa-hero-panel { inset:48px 10px 50px; border-radius:22px; }
    .cpsa-stage-card { position:relative; inset:auto !important; margin-top:12px; max-width:none; }
    .cpsa-home-strip,
    .cpsa-showcase-grid,
    .cpsa-category-grid,
    .cpsa-solutions,
    .cpsa-stores { grid-template-columns:1fr; }
    .cpsa-category-controls,
    .cpsa-trust-row,
    .cpsa-feature-badges,
    .cpsa-system-nav { justify-content:center; }
    .cpsa-ticker-track { animation-duration:22s; }
}


/* v1.3.0 mejoras visuales + sección marina PPG */
.cpsa-hero-showcase,
.cpsa-hero-panel {
    background:linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.58));
}
.cpsa-hero-showcase::after {
    content:'';
    position:absolute;
    inset:auto 10% 18px 10%;
    height:18px;
    border-radius:999px;
    background:radial-gradient(circle, rgba(15,23,42,.16), rgba(15,23,42,0) 70%);
    filter:blur(8px);
}
.cpsa-hero-showcase img {
    max-width:1040px;
}
.cpsa-marine-section {
    position:relative;
    display:grid;
    grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
    gap:22px;
    padding:34px;
    border-radius:32px;
    overflow:hidden;
    background:linear-gradient(135deg, #07152f 0%, #0a2f64 48%, #0ea5e9 100%);
    box-shadow:0 30px 80px rgba(7,21,47,.22);
}
.cpsa-marine-section::before,
.cpsa-marine-section::after {
    content:'';
    position:absolute;
    border-radius:50%;
    pointer-events:none;
}
.cpsa-marine-section::before {
    width:280px; height:280px; right:-90px; top:-120px;
    background:radial-gradient(circle, rgba(255,255,255,.18), rgba(255,255,255,0) 68%);
}
.cpsa-marine-section::after {
    width:420px; height:180px; left:-40px; bottom:-70px;
    border-radius:50% 50% 0 0;
    background:radial-gradient(circle at center, rgba(255,255,255,.14), rgba(255,255,255,0) 72%);
}
.cpsa-kicker-light { color:#bfdbfe; }
.cpsa-marine-copy, .cpsa-marine-cards { position:relative; z-index:1; }
.cpsa-marine-copy h2 { color:#fff; margin:12px 0 12px; font-size:clamp(30px, 4vw, 48px); line-height:1.02; letter-spacing:-.04em; }
.cpsa-marine-copy p { color:rgba(255,255,255,.84); font-size:17px; }
.cpsa-marine-points { display:flex; flex-wrap:wrap; gap:10px; margin-top:18px; }
.cpsa-marine-points span {
    display:inline-flex; align-items:center; gap:8px;
    padding:10px 14px; border-radius:999px;
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.14);
    color:#fff; font-weight:800;
    backdrop-filter:blur(8px);
}
.cpsa-marine-cards { display:grid; grid-template-columns:1fr; gap:14px; align-content:center; }
.cpsa-marine-cards article {
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.14);
    border-radius:24px;
    padding:22px;
    backdrop-filter:blur(12px);
    box-shadow:0 18px 44px rgba(0,0,0,.14);
}
.cpsa-marine-cards h3 { color:#fff; margin:10px 0 8px; }
.cpsa-marine-cards p { color:rgba(255,255,255,.84); margin:0; }
.cpsa-marine-icon {
    display:inline-flex; align-items:center; justify-content:center;
    width:54px; height:54px; border-radius:18px; font-size:26px;
    background:linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.08));
}
@media (max-width: 1100px) {
    .cpsa-marine-section { grid-template-columns:1fr; }
}


/* v1.4.0 interactive visuals, faux video cards and corporate carousel */
.cpsa-video-wall,
.cpsa-carousel-wrap { position:relative; }
.cpsa-video-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.cpsa-faux-video, .cpsa-faux-video-large {
    position:relative; overflow:hidden; min-height:340px; border-radius:28px;
    background-size:cover; background-position:center; isolation:isolate;
    box-shadow:0 26px 62px rgba(15,23,42,.14); border:1px solid rgba(255,255,255,.14);
    transform-style:preserve-3d; transition:transform .25s ease, box-shadow .25s ease;
}
.cpsa-faux-video::before, .cpsa-faux-video::after { content:''; position:absolute; inset:0; z-index:0; }
.cpsa-faux-video::before { background:linear-gradient(180deg, rgba(7,21,47,.14) 0%, rgba(7,21,47,.46) 55%, rgba(7,21,47,.84) 100%); }
.cpsa-faux-video::after { background:radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,.18), transparent 26%); opacity:.65; }
.cpsa-faux-video:hover { transform:translateY(-6px) rotateX(2deg) rotateY(-2deg); box-shadow:0 34px 78px rgba(15,23,42,.18); }
.cpsa-faux-video-inner { position:relative; z-index:2; min-height:inherit; display:flex; flex-direction:column; justify-content:space-between; padding:20px; }
.cpsa-faux-topbar, .cpsa-faux-hud { display:flex; align-items:center; justify-content:space-between; gap:10px; }
.cpsa-live-pill, .cpsa-hud-duration { display:inline-flex; align-items:center; justify-content:center; border-radius:999px; padding:9px 13px; font-size:12px; font-weight:900; letter-spacing:.08em; background:rgba(255,255,255,.12); color:#fff; border:1px solid rgba(255,255,255,.18); backdrop-filter:blur(8px); }
.cpsa-live-pill { background:rgba(239,68,68,.88); }
.cpsa-play-orb { position:absolute; inset:50% auto auto 50%; transform:translate(-50%,-50%); width:86px; height:86px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:rgba(255,255,255,.16); border:1px solid rgba(255,255,255,.22); backdrop-filter:blur(12px); box-shadow:0 16px 36px rgba(0,0,0,.22); animation:cpsa-pulse-play 2.3s infinite; }
.cpsa-play-orb span { color:#fff; font-size:32px; margin-left:4px; }
.cpsa-faux-bottom h3, .cpsa-carousel-content h3 { color:#fff; margin:0 0 10px; font-size:clamp(24px, 3vw, 42px); line-height:1.02; letter-spacing:-.04em; }
.cpsa-faux-bottom p, .cpsa-carousel-content p { color:rgba(255,255,255,.88); margin:0; }
.cpsa-video-eq { display:inline-flex; align-items:flex-end; gap:4px; margin-top:16px; height:22px; }
.cpsa-video-eq span { width:4px; border-radius:999px; background:#fff; animation:cpsa-eq 1.2s infinite ease-in-out; }
.cpsa-video-eq span:nth-child(1){ height:10px; animation-delay:-.6s;}
.cpsa-video-eq span:nth-child(2){ height:18px; animation-delay:-.3s;}
.cpsa-video-eq span:nth-child(3){ height:12px; animation-delay:-.9s;}
.cpsa-video-eq span:nth-child(4){ height:20px; animation-delay:-.2s;}
.cpsa-scanline { position:absolute; left:0; right:0; height:64px; top:-80px; background:linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.18), rgba(255,255,255,0)); animation:cpsa-scan 5s linear infinite; mix-blend-mode:screen; }
.cpsa-carousel { position:relative; overflow:hidden; border-radius:32px; background:#07152f; box-shadow:0 28px 76px rgba(7,21,47,.18); }
.cpsa-carousel-track { display:flex; transition:transform .65s cubic-bezier(.22,.61,.36,1); }
.cpsa-carousel-slide { min-width:100%; min-height:540px; position:relative; overflow:hidden; background-size:cover; background-position:center; display:flex; align-items:flex-end; }
.cpsa-carousel-slide::before { content:''; position:absolute; inset:0; background:linear-gradient(90deg, rgba(7,21,47,.88) 0%, rgba(7,21,47,.42) 45%, rgba(7,21,47,.15) 100%); }
.cpsa-carousel-slide::after { content:''; position:absolute; inset:0; background:radial-gradient(circle at 78% 20%, rgba(255,255,255,.18), transparent 24%); animation:cpsa-panzoom 12s ease-in-out infinite; }
.cpsa-carousel-content, .cpsa-slide-hud { position:relative; z-index:2; }
.cpsa-carousel-content { padding:40px; width:min(700px, 100%); }
.cpsa-carousel-eyebrow { display:inline-flex; color:#fff; font-weight:900; letter-spacing:.12em; text-transform:uppercase; font-size:12px; margin-bottom:14px; }
.cpsa-carousel-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:24px; }
.cpsa-slide-hud { position:absolute; right:24px; top:24px; display:flex; flex-wrap:wrap; gap:8px; }
.cpsa-slide-hud span { padding:9px 12px; border-radius:999px; background:rgba(255,255,255,.14); color:#fff; font-weight:800; font-size:12px; border:1px solid rgba(255,255,255,.18); backdrop-filter:blur(8px); }
.cpsa-carousel-nav { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:18px 20px; background:#fff; }
.cpsa-carousel-arrow { width:52px; height:52px; border:none; border-radius:50%; cursor:pointer; font-size:32px; line-height:1; background:linear-gradient(135deg,var(--cpsa-brand),#0ea5e9); color:#fff; box-shadow:0 12px 24px rgba(0,87,184,.2); }
.cpsa-carousel-dots { display:flex; align-items:center; gap:10px; flex-wrap:wrap; justify-content:center; }
.cpsa-carousel-dot { width:12px; height:12px; border:none; border-radius:50%; background:#cbd5e1; cursor:pointer; transition:.2s ease; }
.cpsa-carousel-dot.is-active { width:38px; border-radius:999px; background:linear-gradient(135deg,var(--cpsa-brand),#0ea5e9); }
.cpsa-marine-visual { display:grid; grid-template-columns:1fr; gap:14px; position:relative; z-index:1; }
.cpsa-faux-video-large { min-height:420px; }
.cpsa-marine-gallery { display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:12px; }
.cpsa-marine-thumb { min-height:120px; border-radius:20px; background-size:cover; background-position:center; border:1px solid rgba(255,255,255,.14); box-shadow:0 16px 36px rgba(0,0,0,.12); transition:.22s ease; }
.cpsa-marine-thumb:hover { transform:translateY(-4px) scale(1.02); }
.cpsa-faux-video-shell { position:relative; }
.cpsa-faux-video-shell img { animation:cpsa-float-product 6s ease-in-out infinite; }
@keyframes cpsa-pulse-play { 0%,100% { box-shadow:0 0 0 0 rgba(255,255,255,.18), 0 16px 36px rgba(0,0,0,.22);} 50% { box-shadow:0 0 0 18px rgba(255,255,255,0), 0 16px 36px rgba(0,0,0,.22);} }
@keyframes cpsa-eq { 0%,100% { transform:scaleY(.75);} 50% { transform:scaleY(1.35);} }
@keyframes cpsa-scan { 0% { top:-86px;} 100% { top:100%;} }
@keyframes cpsa-panzoom { 0%,100% { transform:scale(1);} 50% { transform:scale(1.08);} }
@keyframes cpsa-float-product { 0%,100% { transform:translateY(0);} 50% { transform:translateY(-8px);} }
@media (max-width: 1100px) { .cpsa-video-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .cpsa-carousel-slide { min-height:500px; } }
@media (max-width: 760px) { .cpsa-video-grid { grid-template-columns:1fr; } .cpsa-carousel-content { padding:28px 20px 24px; } .cpsa-carousel-slide { min-height:520px; align-items:flex-end; } .cpsa-carousel-nav { flex-wrap:wrap; justify-content:center; } .cpsa-slide-hud { left:20px; right:20px; top:18px; } .cpsa-faux-video, .cpsa-faux-video-large { min-height:300px; } .cpsa-play-orb { width:74px; height:74px; } }


/* v1.5.0 branding override - Glidden / Píntalo S.A. */
.cpsa-system-shell {
    --cpsa-brand: #000000;
    --cpsa-accent: #ff0000;
    --cpsa-dark: #000000;
    --cpsa-muted: #6e6e6e;
    --cpsa-soft: #f8f8f8;
    --cpsa-line: rgba(0, 0, 0, .10);
    background: radial-gradient(circle at top left, rgba(255,0,0,.08), transparent 34%), #ffffff;
    color: #6e6e6e;
}
.cpsa-system-header,
.cpsa-system-footer {
    background: #000000 !important;
    border-color: rgba(255,255,255,.08) !important;
    color: #ffffff !important;
}
.cpsa-system-header { box-shadow: 0 12px 35px rgba(0,0,0,.22); }
.cpsa-system-header.is-scrolled { background: rgba(0,0,0,.96) !important; }
.cpsa-system-brand,
.cpsa-system-nav a,
.cpsa-system-footer strong,
.cpsa-system-footer p,
.cpsa-footer-links a,
.cpsa-brand-text strong,
.cpsa-brand-text small { color: #ffffff !important; }
.cpsa-system-brand { gap: 14px; }
.cpsa-system-brand img { width: 140px; height: auto; max-height: 52px; object-fit: contain; }
.cpsa-brand-text { display:flex; flex-direction:column; line-height:1.05; }
.cpsa-brand-text small { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; opacity: .82; }
.cpsa-brand-text strong { font-size: 18px; font-weight: 900; }
.cpsa-system-nav a { color: #ffffff !important; }
.cpsa-system-nav a:hover { background: rgba(255,0,0,.18); color: #ffffff !important; }
.cpsa-header-cta,
.cpsa-btn-primary,
.cpsa-category-controls button.is-active,
.cpsa-category-controls button:hover,
.cpsa-carousel-dot.is-active,
.cpsa-carousel-arrow,
.cpsa-live-pill {
    background: linear-gradient(135deg, #ff0000, #b30000) !important;
    color: #ffffff !important;
}
.cpsa-header-cta { box-shadow: 0 12px 28px rgba(255,0,0,.28) !important; }
.cpsa-btn-ghost { color: #000000 !important; }
.cpsa-kicker,
.cpsa-category-card a { color: #ff0000 !important; }
.cpsa-pulse-dot,
.cpsa-ticker-track span::before { background: #ff0000; color: #ff0000; }
.cpsa-system-footer p,
.cpsa-footer-links a { color: #ffffff !important; }
.cpsa-footer-brand { display:flex; align-items:center; gap:18px; }
.cpsa-footer-brand img { width: 150px; max-width: 100%; height: auto; object-fit: contain; }
.cpsa-marine-section,
.cpsa-carousel,
.cpsa-faux-video::before,
.cpsa-carousel-slide::before { background-color: #000000; }
.cpsa-marine-section { background: linear-gradient(135deg, #000000 0%, #1b1b1b 42%, #ff0000 100%) !important; }
.cpsa-faux-video::before { background: linear-gradient(180deg, rgba(0,0,0,.16) 0%, rgba(0,0,0,.5) 55%, rgba(0,0,0,.86) 100%) !important; }
.cpsa-carousel-slide::before { background: linear-gradient(90deg, rgba(0,0,0,.90) 0%, rgba(0,0,0,.46) 45%, rgba(0,0,0,.16) 100%) !important; }
.cpsa-carousel-nav { background:#111111; }
.cpsa-category-controls button { color:#6e6e6e; }
.cpsa-system-footer { margin-top:56px; }
@media (max-width: 760px) {
    .cpsa-system-brand img { width: 120px; max-height: 46px; }
    .cpsa-footer-brand { flex-direction:column; align-items:flex-start; }
}


/* v1.6.0 RAL section and refined content layout */
.cpsa-ral-section { padding: 6px 0 10px; }
.cpsa-ral-grid { display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:18px; }
.cpsa-ral-card {
    background:#fff; border:1px solid rgba(0,0,0,.08); border-radius:24px; overflow:hidden;
    box-shadow:0 16px 42px rgba(0,0,0,.06); transition:.22s ease;
}
.cpsa-ral-card:hover { transform:translateY(-5px); box-shadow:0 24px 56px rgba(0,0,0,.1); }
.cpsa-ral-swatch { height:110px; }
.cpsa-ral-content { padding:18px; }
.cpsa-ral-code {
    display:inline-flex; margin-bottom:8px; padding:7px 10px; border-radius:999px;
    background:rgba(255,0,0,.08); color:#ff0000; font-weight:900; font-size:12px; letter-spacing:.06em;
}
.cpsa-ral-content h3 { margin:0 0 10px; font-size:20px; color:#000000; }
.cpsa-ral-content p { margin:0; color:#6e6e6e; line-height:1.6; }
.cpsa-ral-cta { display:flex; justify-content:center; margin-top:22px; }

@media (max-width: 1100px) {
    .cpsa-ral-grid { grid-template-columns:repeat(3, minmax(0,1fr)); }
}
@media (max-width: 760px) {
    .cpsa-ral-grid { grid-template-columns:repeat(2, minmax(0,1fr)); }
}
@media (max-width: 520px) {
    .cpsa-ral-grid { grid-template-columns:1fr; }
}


/* v1.7.0 fixed showroom hero background + individual product marquee */
.cpsa-hero-home-store {
    position: relative;
    overflow: hidden;
    padding: 64px 28px 34px;
    border-radius: 36px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 840px;
}
.cpsa-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.56) 38%, rgba(0,0,0,.32) 100%);
}
.cpsa-hero-inner,
.cpsa-hero-product-marquee { position: relative; z-index: 2; }
.cpsa-hero-inner {
    display:grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    gap: 24px;
    align-items: start;
}
.cpsa-hero-copy-white h1,
.cpsa-hero-copy-white p,
.cpsa-hero-copy-white .cpsa-kicker,
.cpsa-hero-copy-white .cpsa-trust-row span,
.cpsa-hero-copy-white .cpsa-feature-badges span { color:#ffffff !important; }
.cpsa-hero-copy-white h1 { font-size: clamp(42px, 5vw, 72px); max-width: 900px; }
.cpsa-hero-copy-white p { max-width: 760px; color: rgba(255,255,255,.92) !important; }
.cpsa-trust-row-dark span,
.cpsa-feature-badges-dark span {
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 14px 28px rgba(0,0,0,.18);
    backdrop-filter: blur(8px);
}
.cpsa-hero-sidecard { display:flex; justify-content:flex-end; }
.cpsa-stage-card-hero {
    position: relative;
    max-width: 360px;
    margin-top: 18px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(10px);
}
.cpsa-stage-card-hero strong,
.cpsa-stage-card-hero span { color:#ffffff !important; }
.cpsa-stage-card-hero .cpsa-stage-tags span {
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.12);
    color:#ffffff !important;
}
.cpsa-hero-product-marquee {
    margin-top: 42px;
    overflow: hidden;
    padding: 10px 0 6px;
    mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}
.cpsa-hero-product-track {
    display:flex;
    align-items:stretch;
    gap:18px;
    width:max-content;
    animation:cpsa-marquee-products 34s linear infinite;
}
.cpsa-hero-product-marquee:hover .cpsa-hero-product-track { animation-play-state: paused; }
.cpsa-hero-product-card {
    width: 250px;
    min-height: 320px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    border-radius: 28px;
    padding: 18px 18px 16px;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(255,255,255,.86);
    box-shadow: 0 20px 48px rgba(0,0,0,.18);
    transition: transform .24s ease, box-shadow .24s ease;
}
.cpsa-hero-product-card:hover { transform: translateY(-8px); box-shadow: 0 28px 56px rgba(0,0,0,.22); }
.cpsa-hero-product-image {
    height: 180px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom: 12px;
}
.cpsa-hero-product-image img {
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,.18));
}
.cpsa-hero-product-label {
    display:inline-flex;
    align-items:center;
    width:max-content;
    margin-bottom: 8px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255,0,0,.08);
    color:#ff0000;
    font-size:12px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform: uppercase;
}
.cpsa-hero-product-content h3 {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.04;
    color:#000000;
}
.cpsa-hero-product-content p { margin:0; color:#6e6e6e; line-height:1.5; }

@keyframes cpsa-marquee-products {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (max-width: 1100px) {
    .cpsa-hero-home-store { background-attachment: scroll; min-height: auto; }
    .cpsa-hero-inner { grid-template-columns: 1fr; }
    .cpsa-hero-sidecard { justify-content:flex-start; }
}
@media (max-width: 760px) {
    .cpsa-hero-home-store { padding: 30px 14px 22px; border-radius: 24px; }
    .cpsa-hero-product-card { width: 220px; min-height: 300px; }
    .cpsa-hero-product-image { height: 160px; }
    .cpsa-hero-product-image img { max-height: 160px; }
}


/* v1.8.0 hero banner cleanup + floating individual product cards */
.cpsa-hero-copy-white .cpsa-btn-ghost {
    color:#ffffff !important;
    border-color:rgba(255,255,255,.34) !important;
    background:rgba(255,255,255,.06) !important;
}
.cpsa-hero-copy-white .cpsa-btn-ghost:hover {
    background:rgba(255,255,255,.14) !important;
}
.cpsa-hero-side-products {
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:16px;
    align-self:start;
    padding-top:14px;
}
.cpsa-hero-float-card {
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:210px;
    padding:16px;
    border-radius:26px;
    background:rgba(255,255,255,.92);
    border:1px solid rgba(255,255,255,.8);
    box-shadow:0 20px 48px rgba(0,0,0,.18);
    animation:cpsa-hero-float 4.8s ease-in-out infinite;
    will-change:transform;
}
.cpsa-hero-float-1 { animation-delay:0s; }
.cpsa-hero-float-2 { animation-delay:.7s; }
.cpsa-hero-float-3 { animation-delay:1.1s; }
.cpsa-hero-float-4 { animation-delay:1.7s; }
.cpsa-hero-float-card:hover { transform:translateY(-8px) scale(1.02); }
.cpsa-hero-float-image {
    height:132px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.cpsa-hero-float-image img {
    max-width:100%;
    max-height:128px;
    object-fit:contain;
    filter:drop-shadow(0 10px 22px rgba(0,0,0,.18));
}
.cpsa-hero-float-content span {
    display:inline-flex;
    width:max-content;
    padding:6px 9px;
    border-radius:999px;
    background:rgba(255,0,0,.08);
    color:#ff0000;
    font-size:11px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:8px;
}
.cpsa-hero-float-content strong {
    display:block;
    color:#000000;
    font-size:20px;
    line-height:1.05;
}
@keyframes cpsa-hero-float {
    0%,100% { transform:translateY(0px); }
    50% { transform:translateY(-10px); }
}
@media (max-width: 1100px) {
    .cpsa-hero-side-products {
        grid-template-columns:repeat(2, minmax(0, 1fr));
        max-width:680px;
    }
}
@media (max-width: 760px) {
    .cpsa-hero-side-products {
        grid-template-columns:1fr 1fr;
        gap:12px;
    }
    .cpsa-hero-float-card {
        min-height:180px;
        padding:12px;
    }
    .cpsa-hero-float-image { height:108px; }
    .cpsa-hero-float-image img { max-height:104px; }
    .cpsa-hero-float-content strong { font-size:16px; }
}
@media (max-width: 560px) {
    .cpsa-hero-side-products { grid-template-columns:1fr; }
}


/* v1.9.0 banner cleanup: transparent floating product images, no product carousel */
.cpsa-hero-side-products {
    position: relative;
    min-height: 430px;
    display: block;
    padding-top: 0;
}
.cpsa-hero-float-product {
    position: absolute;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    animation: cpsa-hero-image-float 5.5s ease-in-out infinite;
    will-change: transform;
    pointer-events: none;
}
.cpsa-hero-float-product img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 14px 24px rgba(0,0,0,.22));
}
.cpsa-hero-float-1 { width: 145px; left: 6%; top: 16px; animation-delay: 0s; }
.cpsa-hero-float-2 { width: 165px; right: 12%; top: 0; animation-delay: .7s; }
.cpsa-hero-float-3 { width: 138px; left: 28%; top: 122px; animation-delay: 1.3s; }
.cpsa-hero-float-4 { width: 190px; right: 2%; top: 132px; animation-delay: 1.9s; }
.cpsa-hero-float-5 { width: 148px; left: 0; top: 258px; animation-delay: 2.5s; }
.cpsa-hero-float-6 { width: 162px; left: 42%; top: 272px; animation-delay: 3.1s; }
.cpsa-hero-product-marquee,
.cpsa-hero-product-track,
.cpsa-hero-product-card,
.cpsa-hero-product-image,
.cpsa-hero-product-content,
.cpsa-hero-product-label {
    display: none !important;
}
@keyframes cpsa-hero-image-float {
    0%,100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-12px) rotate(-1.2deg); }
}
@media (max-width: 1100px) {
    .cpsa-hero-side-products {
        min-height: 360px;
        max-width: 640px;
    }
    .cpsa-hero-float-1 { width: 132px; left: 4%; top: 8px; }
    .cpsa-hero-float-2 { width: 150px; right: 10%; top: 0; }
    .cpsa-hero-float-3 { width: 124px; left: 28%; top: 104px; }
    .cpsa-hero-float-4 { width: 172px; right: 0; top: 112px; }
    .cpsa-hero-float-5 { width: 136px; left: 2%; top: 220px; }
    .cpsa-hero-float-6 { width: 148px; left: 42%; top: 234px; }
}
@media (max-width: 760px) {
    .cpsa-hero-side-products {
        min-height: 330px;
        margin-top: 10px;
    }
    .cpsa-hero-float-1 { width: 112px; left: 2%; top: 8px; }
    .cpsa-hero-float-2 { width: 126px; right: 6%; top: 0; }
    .cpsa-hero-float-3 { width: 104px; left: 28%; top: 90px; }
    .cpsa-hero-float-4 { width: 150px; right: 0; top: 104px; }
    .cpsa-hero-float-5 { width: 114px; left: 0; top: 206px; }
    .cpsa-hero-float-6 { width: 126px; left: 40%; top: 218px; }
}
@media (max-width: 560px) {
    .cpsa-hero-side-products {
        min-height: 290px;
    }
    .cpsa-hero-float-1 { width: 92px; left: 0; top: 10px; }
    .cpsa-hero-float-2 { width: 104px; right: 2%; top: 2px; }
    .cpsa-hero-float-3 { width: 86px; left: 28%; top: 78px; }
    .cpsa-hero-float-4 { width: 124px; right: 0; top: 92px; }
    .cpsa-hero-float-5 { width: 96px; left: 2%; top: 182px; }
    .cpsa-hero-float-6 { width: 104px; left: 40%; top: 192px; }
}


/* v2.0.0 full-width split hero with new individual product renders */
.cpsa-hero-home-store {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0 !important;
    min-height: 760px;
    padding: 72px 42px 64px;
}
.cpsa-hero-inner {
    grid-template-columns: 1fr 1fr !important;
    gap: 34px;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
}
.cpsa-hero-copy-white {
    max-width: 640px;
    padding-right: 12px;
}
.cpsa-hero-side-products {
    position: relative;
    min-height: 560px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 18px;
    align-content: center;
    justify-items: center;
    align-items: center;
}
.cpsa-hero-float-product {
    position: relative !important;
    width: 100%;
    max-width: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: cpsa-hero-grid-float 5.4s ease-in-out infinite;
}
.cpsa-hero-float-product img {
    max-width: 100%;
    max-height: 220px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 14px 24px rgba(0,0,0,.24));
}
.cpsa-hero-float-1 { animation-delay: 0s; transform: translateY(-6px); }
.cpsa-hero-float-2 { animation-delay: .6s; transform: translateY(10px); }
.cpsa-hero-float-3 { animation-delay: 1.1s; transform: translateY(-2px); }
.cpsa-hero-float-4 { animation-delay: 1.6s; transform: translateY(8px); }
.cpsa-hero-float-5 { animation-delay: 2.1s; transform: translateY(-10px); }
.cpsa-hero-float-6 { animation-delay: 2.6s; transform: translateY(4px); }
@keyframes cpsa-hero-grid-float {
    0%,100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}
@media (max-width: 1100px) {
    .cpsa-hero-home-store {
        min-height: auto;
        padding: 56px 24px 54px;
    }
    .cpsa-hero-inner {
        grid-template-columns: 1fr !important;
        max-width: 1100px;
    }
    .cpsa-hero-copy-white {
        max-width: 100%;
        padding-right: 0;
    }
    .cpsa-hero-side-products {
        min-height: 420px;
        max-width: 720px;
        margin: 0 auto;
    }
}
@media (max-width: 760px) {
    .cpsa-hero-home-store {
        padding: 42px 16px 44px;
    }
    .cpsa-hero-side-products {
        grid-template-columns: repeat(2, minmax(0,1fr));
        min-height: auto;
        gap: 14px;
    }
    .cpsa-hero-float-product {
        max-width: 180px;
    }
    .cpsa-hero-float-product img {
        max-height: 180px;
    }
}


/* v2.1.0 hero with 5 rotating product images */
.cpsa-hero-side-products {
    position: relative;
    min-height: 560px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-content: center;
    justify-items: center;
    align-items: center;
}
.cpsa-hero-float-product {
    position: relative !important;
    width: 100%;
    max-width: 220px;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .28s ease, transform .28s ease;
}
.cpsa-hero-float-product:nth-child(5) {
    grid-column: 1 / span 2;
    max-width: 240px;
}
.cpsa-hero-float-product.is-swapping {
    opacity: .35;
    transform: scale(.96);
}
.cpsa-hero-float-product img {
    max-width: 100%;
    max-height: 220px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 14px 24px rgba(0,0,0,.24));
}
@media (max-width: 1100px) {
    .cpsa-hero-side-products {
        min-height: 430px;
        max-width: 620px;
        margin: 0 auto;
    }
}
@media (max-width: 760px) {
    .cpsa-hero-side-products {
        min-height: auto;
        gap: 14px;
    }
    .cpsa-hero-float-product {
        max-width: 180px;
        min-height: 145px;
    }
    .cpsa-hero-float-product:nth-child(5) {
        max-width: 190px;
    }
    .cpsa-hero-float-product img {
        max-height: 170px;
    }
}
@media (max-width: 560px) {
    .cpsa-hero-side-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .cpsa-hero-float-product {
        max-width: 150px;
        min-height: 120px;
    }
    .cpsa-hero-float-product:nth-child(5) {
        max-width: 160px;
    }
    .cpsa-hero-float-product img {
        max-height: 140px;
    }
}


/* v2.2.0 banner exact 50/50 split, full background across both columns, no extra banner badges */
.cpsa-hero-home-store {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    border-radius: 0 !important;
    min-height: 760px;
    padding: 0 !important;
    display: flex;
    align-items: stretch;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.cpsa-hero-home-store .cpsa-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.58) 50%, rgba(0,0,0,.35) 100%) !important;
}
.cpsa-hero-home-store .cpsa-hero-inner {
    position: relative;
    z-index: 2;
    display: grid !important;
    grid-template-columns: 50% 50% !important;
    gap: 0 !important;
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    min-height: 760px;
    align-items: stretch !important;
}
.cpsa-hero-home-store .cpsa-hero-copy-white {
    width: 100%;
    max-width: none !important;
    padding: clamp(42px, 6vw, 86px) clamp(24px, 5vw, 76px) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cpsa-hero-home-store .cpsa-hero-copy-white h1,
.cpsa-hero-home-store .cpsa-hero-copy-white p,
.cpsa-hero-home-store .cpsa-hero-copy-white .cpsa-kicker {
    color: #ffffff !important;
}
.cpsa-hero-home-store .cpsa-hero-copy-white p {
    color: rgba(255,255,255,.92) !important;
}
.cpsa-hero-home-store .cpsa-trust-row,
.cpsa-hero-home-store .cpsa-feature-badges,
.cpsa-hero-home-store .cpsa-stage-card,
.cpsa-hero-home-store .cpsa-hero-product-marquee {
    display: none !important;
}
.cpsa-hero-home-store .cpsa-hero-side-products {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    min-height: 760px;
    padding: clamp(28px, 4vw, 72px);
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 26px);
    align-content: center;
    align-items: center;
    justify-items: center;
}
.cpsa-hero-home-store .cpsa-hero-float-product {
    position: relative !important;
    width: 100% !important;
    max-width: 250px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    animation: cpsa-hero-grid-float 5.6s ease-in-out infinite;
    transition: opacity .28s ease, transform .28s ease;
}
.cpsa-hero-home-store .cpsa-hero-float-product:nth-child(5) {
    grid-column: 1 / span 2;
    max-width: 270px !important;
}
.cpsa-hero-home-store .cpsa-hero-float-product img {
    display: block;
    width: auto !important;
    max-width: 100%;
    max-height: 250px;
    object-fit: contain;
    filter: drop-shadow(0 18px 28px rgba(0,0,0,.28));
}
.cpsa-hero-home-store .cpsa-hero-float-product.is-swapping {
    opacity: .28;
    transform: scale(.94);
}
@media (max-width: 1100px) {
    .cpsa-hero-home-store .cpsa-hero-inner {
        grid-template-columns: 1fr !important;
        min-height: auto;
    }
    .cpsa-hero-home-store .cpsa-hero-copy-white {
        padding: 52px 24px 24px !important;
    }
    .cpsa-hero-home-store .cpsa-hero-side-products {
        min-height: auto;
        padding: 24px 20px 48px;
        max-width: 760px !important;
        margin: 0 auto !important;
    }
}
@media (max-width: 760px) {
    .cpsa-hero-home-store .cpsa-hero-side-products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px;
    }
    .cpsa-hero-home-store .cpsa-hero-float-product {
        max-width: 180px !important;
    }
    .cpsa-hero-home-store .cpsa-hero-float-product img {
        max-height: 180px;
    }
    .cpsa-hero-home-store .cpsa-hero-float-product:nth-child(5) {
        max-width: 200px !important;
    }
}


/* v2.2.1 show only 4 clean individual product images in column two */
.cpsa-hero-home-store .cpsa-hero-side-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}
.cpsa-hero-home-store .cpsa-hero-float-product {
    max-width: 250px !important;
}
.cpsa-hero-home-store .cpsa-hero-float-product:nth-child(5) {
    display: none !important;
}
@media (max-width: 760px) {
    .cpsa-hero-home-store .cpsa-hero-side-products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    }
}


/* v2.3.0 exact approved banner products with different motion styles */
.cpsa-hero-home-store .cpsa-hero-side-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}
.cpsa-hero-home-store .cpsa-hero-float-product {
    max-width: 255px !important;
    align-self: center;
    justify-self: center;
    will-change: transform;
}
.cpsa-hero-home-store .cpsa-hero-float-product img {
    max-height: 255px !important;
}
.cpsa-hero-home-store .cpsa-hero-float-1 {
    animation: cpsa-float-vertical 4.8s ease-in-out infinite !important;
}
.cpsa-hero-home-store .cpsa-hero-float-2 {
    animation: cpsa-float-horizontal 5.8s ease-in-out infinite !important;
}
.cpsa-hero-home-store .cpsa-hero-float-3 {
    animation: cpsa-float-tilt 5.2s ease-in-out infinite !important;
}
.cpsa-hero-home-store .cpsa-hero-float-4 {
    animation: cpsa-float-orbit 6.2s ease-in-out infinite !important;
}
.cpsa-hero-home-store .cpsa-hero-float-product:nth-child(5) {
    display: none !important;
}
@keyframes cpsa-float-vertical {
    0%,100% { transform: translateY(0px); }
    50% { transform: translateY(-16px); }
}
@keyframes cpsa-float-horizontal {
    0%,100% { transform: translateX(0px); }
    25% { transform: translateX(8px) translateY(-4px); }
    75% { transform: translateX(-8px) translateY(4px); }
}
@keyframes cpsa-float-tilt {
    0%,100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(-3deg); }
}
@keyframes cpsa-float-orbit {
    0%,100% { transform: translate(0px,0px) scale(1); }
    30% { transform: translate(8px,-10px) scale(1.02); }
    65% { transform: translate(-6px,8px) scale(.98); }
}
@media (max-width: 760px) {
    .cpsa-hero-home-store .cpsa-hero-float-product {
        max-width: 180px !important;
    }
    .cpsa-hero-home-store .cpsa-hero-float-product img {
        max-height: 180px !important;
    }
}


/* v2.5.0 architectural products carousel - Glidden branding */
.cpsa-architectural-products {
    position: relative;
}
.cpsa-arch-head {
    max-width: 920px;
}
.cpsa-arch-carousel {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(255,0,0,.10), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 24px 62px rgba(0,0,0,.10);
}
.cpsa-arch-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 26px;
    background: #000000;
    color: #ffffff;
}
.cpsa-arch-toolbar strong,
.cpsa-arch-toolbar span {
    display: block;
    color: #ffffff !important;
}
.cpsa-arch-toolbar strong {
    font-size: 20px;
    font-weight: 900;
}
.cpsa-arch-toolbar span {
    margin-top: 4px;
    opacity: .78;
}
.cpsa-arch-toolbar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 12px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff0000, #b30000);
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 900;
}
.cpsa-arch-viewport {
    overflow: hidden;
    padding: 24px;
}
.cpsa-arch-track {
    display: flex;
    gap: 18px;
    transform: translateX(0);
    will-change: transform;
}
.cpsa-arch-card {
    flex: 0 0 calc((100% - 54px) / 4);
    min-width: 0;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 16px 42px rgba(0,0,0,.08);
}
.cpsa-arch-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 230px;
    padding: 18px;
    background:
        radial-gradient(circle at center, rgba(255,0,0,.08), transparent 55%),
        linear-gradient(180deg, #ffffff, #f5f5f5);
}
.cpsa-arch-image img {
    max-width: 100%;
    max-height: 205px;
    object-fit: contain;
    filter: drop-shadow(0 14px 22px rgba(0,0,0,.16));
    transition: transform .3s ease;
}
.cpsa-arch-card:hover .cpsa-arch-image img {
    transform: translateY(-6px) scale(1.04);
}
.cpsa-arch-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px;
}
.cpsa-arch-content span {
    display: inline-flex;
    width: max-content;
    margin-bottom: 10px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255,0,0,.08);
    color: #ff0000;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.cpsa-arch-content h3 {
    margin: 0 0 10px;
    color: #000000;
    font-size: 22px;
    line-height: 1.05;
}
.cpsa-arch-content p {
    margin: 0 0 16px;
    color: #6e6e6e;
    line-height: 1.55;
}
.cpsa-arch-content a {
    margin-top: auto;
    color: #ff0000 !important;
    font-weight: 900;
    text-decoration: none !important;
}
@media (max-width: 1100px) {
    .cpsa-arch-card {
        flex-basis: calc((100% - 36px) / 3);
    }
}
@media (max-width: 760px) {
    .cpsa-arch-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }
    .cpsa-arch-viewport {
        padding: 18px;
    }
    .cpsa-arch-card {
        flex-basis: calc((100% - 18px) / 2);
    }
}
@media (max-width: 520px) {
    .cpsa-arch-card {
        flex-basis: 100%;
    }
}


/* v2.6.0 WooCommerce architectural main product images */
.cpsa-arch-image {
    background: #ffffff !important;
}
.cpsa-arch-image img {
    mix-blend-mode: normal;
}
.cpsa-arch-content h3 {
    min-height: 46px;
}


/* v2.7.0 improved persuasive Home copy, mega menu and premium footer */
.cpsa-mega-header {
    position: sticky;
    top: 0;
    z-index: 999;
    overflow: visible !important;
}
.cpsa-mega-nav {
    position: static;
    overflow: visible;
}
.cpsa-mega-item {
    position: static;
    display: flex;
    align-items: center;
}
.cpsa-mega-item > a {
    color: #ffffff !important;
    text-decoration: none !important;
}
.cpsa-mega-panel {
    position: absolute;
    left: 50%;
    top: calc(100% - 8px);
    transform: translateX(-50%) translateY(10px);
    width: min(1120px, calc(100vw - 32px));
    display: grid;
    grid-template-columns: 1.1fr repeat(3, 1fr);
    gap: 18px;
    padding: 24px;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(0,0,0,.22);
    border: 1px solid rgba(0,0,0,.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .22s ease;
}
.cpsa-mega-item:hover .cpsa-mega-panel,
.cpsa-mega-item:focus-within .cpsa-mega-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}
.cpsa-mega-col {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.cpsa-mega-col strong {
    color: #000000 !important;
    font-size: 16px;
    margin-bottom: 6px;
}
.cpsa-mega-col a {
    display: flex;
    padding: 10px 12px;
    border-radius: 14px;
    color: #6e6e6e !important;
    background: #f7f7f7;
    text-decoration: none !important;
    font-weight: 800;
    transition: .18s ease;
}
.cpsa-mega-col a:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff0000, #b30000);
}
.cpsa-mega-feature {
    justify-content: center;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(135deg, #000000, #242424);
}
.cpsa-mega-feature span {
    color: #ff0000 !important;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 12px;
}
.cpsa-mega-feature h3 {
    color: #ffffff !important;
    margin: 8px 0;
    font-size: 24px;
    line-height: 1.05;
}
.cpsa-mega-feature p {
    color: rgba(255,255,255,.78) !important;
    margin: 0;
    line-height: 1.55;
}
.cpsa-header-cta {
    white-space: nowrap;
}
.cpsa-system-brand img {
    max-width: 155px;
    width: auto !important;
    max-height: 56px;
}
.cpsa-brand-text small {
    color: rgba(255,255,255,.78) !important;
}
.cpsa-premium-footer {
    padding: 0 !important;
    background: #000000 !important;
    color: #ffffff !important;
}
.cpsa-footer-top {
    display: grid;
    grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(160px, .75fr));
    gap: 28px;
    width: 100%;
    padding: 44px 36px;
}
.cpsa-footer-brand-block {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.cpsa-footer-logos {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}
.cpsa-footer-logo-pintalo {
    max-width: 180px;
    max-height: 78px;
    object-fit: contain;
}
.cpsa-footer-logo-ppg {
    max-width: 110px;
    max-height: 78px;
    object-fit: contain;
    padding: 10px;
    border-radius: 16px;
    background: #ffffff;
}
.cpsa-footer-ppg-note {
    max-width: 560px;
    color: rgba(255,255,255,.86) !important;
    line-height: 1.65;
    margin: 0;
    font-weight: 700;
}
.cpsa-footer-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cpsa-footer-column strong {
    color: #ffffff !important;
    font-size: 18px;
    margin-bottom: 4px;
}
.cpsa-footer-column a {
    color: rgba(255,255,255,.78) !important;
    text-decoration: none !important;
    font-weight: 700;
    transition: .18s ease;
}
.cpsa-footer-column a:hover {
    color: #ff0000 !important;
}
.cpsa-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 36px;
    border-top: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.72);
}
.cpsa-footer-bottom span {
    color: rgba(255,255,255,.72) !important;
}
@media (max-width: 1180px) {
    .cpsa-mega-panel {
        grid-template-columns: 1fr 1fr;
    }
    .cpsa-header-cta {
        display: none !important;
    }
}
@media (max-width: 900px) {
    .cpsa-mega-panel {
        display: none;
    }
    .cpsa-footer-top {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 640px) {
    .cpsa-footer-top {
        grid-template-columns: 1fr;
        padding: 34px 22px;
    }
    .cpsa-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 22px;
    }
}


/* v2.8.0 interactive RAL fan section */
.cpsa-ral-premium {
    position: relative;
    overflow: hidden;
}
.cpsa-ral-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
    gap: 36px;
    align-items: center;
    padding: clamp(28px, 4vw, 52px);
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(255,0,0,.12), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f7f7f7 100%);
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 24px 64px rgba(0,0,0,.08);
}
.cpsa-ral-copy h2 {
    max-width: 760px;
    margin-bottom: 16px;
}
.cpsa-ral-copy p {
    max-width: 780px;
    color: #6e6e6e;
    line-height: 1.7;
}
.cpsa-ral-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0;
}
.cpsa-ral-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 13px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
    color: #000000;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(0,0,0,.06);
}
.cpsa-ral-fan {
    position: relative;
    width: min(440px, 100%);
    aspect-ratio: 1.1 / .85;
    margin: 0 auto;
    transform: translateY(10px);
}
.cpsa-ral-fan-blade {
    position: absolute;
    left: 18%;
    bottom: 18%;
    width: 58%;
    height: 44px;
    border: 0;
    border-radius: 999px 16px 16px 999px;
    transform-origin: 12% 50%;
    transform: rotate(calc(-36deg + (var(--i) * 8deg))) translateX(calc(var(--i) * 2px));
    background: linear-gradient(90deg, var(--blade-color), color-mix(in srgb, var(--blade-color), #ffffff 28%));
    box-shadow: 0 12px 28px rgba(0,0,0,.16);
    cursor: pointer;
    transition: transform .28s ease, filter .28s ease, box-shadow .28s ease;
}
.cpsa-ral-fan:hover .cpsa-ral-fan-blade {
    transform: rotate(calc(-46deg + (var(--i) * 10deg))) translateX(10px);
}
.cpsa-ral-fan-blade:hover {
    z-index: 20;
    transform: rotate(calc(-46deg + (var(--i) * 10deg))) translateX(34px) scale(1.08) !important;
    filter: saturate(1.16) brightness(1.06);
    box-shadow: 0 22px 42px rgba(0,0,0,.24);
}
.cpsa-ral-fan-blade span {
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding-left: 24px;
    color: #ffffff;
    font-weight: 900;
    text-shadow: 0 1px 4px rgba(0,0,0,.35);
    letter-spacing: .04em;
}
.cpsa-ral-fan-handle {
    position: absolute;
    left: 8%;
    bottom: 12%;
    width: 84px;
    height: 138px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ff0000, #c40000);
    box-shadow: 0 20px 42px rgba(255,0,0,.22);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transform: rotate(-12deg);
    transition: transform .28s ease;
}
.cpsa-ral-fan:hover .cpsa-ral-fan-handle {
    transform: rotate(-7deg) translateY(-4px);
}
.cpsa-ral-fan-handle strong,
.cpsa-ral-fan-handle span {
    color: #ffffff !important;
}
.cpsa-ral-fan-handle strong {
    font-size: 30px;
    line-height: 1;
}
.cpsa-ral-fan-handle span {
    margin-top: 8px;
    font-weight: 900;
    opacity: .88;
}
.cpsa-ral-text-band {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
    margin: 22px 0;
    padding: 18px 22px;
    border-radius: 22px;
    background: #000000;
    color: #ffffff;
}
.cpsa-ral-text-band strong,
.cpsa-ral-text-band span {
    color: #ffffff !important;
}
.cpsa-ral-text-band strong {
    white-space: nowrap;
}
.cpsa-ral-interactive-card {
    transform-style: preserve-3d;
}
.cpsa-ral-interactive-card:hover {
    transform: translateY(-8px) rotateX(2deg);
}
.cpsa-ral-interactive-card .cpsa-ral-swatch {
    position: relative;
    height: 128px;
    transition: height .28s ease, filter .28s ease;
}
.cpsa-ral-interactive-card:hover .cpsa-ral-swatch {
    height: 156px;
    filter: saturate(1.18) brightness(1.04);
}
.cpsa-ral-swatch span {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(0,0,0,.34);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    opacity: 0;
    transform: translateY(8px);
    transition: .22s ease;
}
.cpsa-ral-interactive-card:hover .cpsa-ral-swatch span {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 980px) {
    .cpsa-ral-hero {
        grid-template-columns: 1fr;
    }
    .cpsa-ral-fan {
        min-height: 340px;
    }
    .cpsa-ral-text-band {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 560px) {
    .cpsa-ral-hero {
        padding: 24px 16px;
        border-radius: 24px;
    }
    .cpsa-ral-fan {
        transform: scale(.86);
        transform-origin: center;
        min-height: 300px;
    }
}


/* v2.9.0 header logo cleanup and full-width organized footer */
.cpsa-system-shell {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.cpsa-system-shell .cpsa-system-header .cpsa-brand-text small {
    display: none !important;
}
.cpsa-system-shell .cpsa-system-header .cpsa-brand-text strong {
    color: #ffffff !important;
    font-size: 17px;
    letter-spacing: .01em;
}
.cpsa-system-shell .cpsa-system-brand img {
    max-width: 168px !important;
    max-height: 60px !important;
    object-fit: contain;
}
.cpsa-footer-full {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background:
        radial-gradient(circle at top left, rgba(0,122,170,.22), transparent 28%),
        linear-gradient(135deg, #000000 0%, #101010 54%, #1c1c1c 100%) !important;
    color: #ffffff !important;
    overflow: hidden;
}
.cpsa-footer-inner {
    width: min(1400px, 100%);
    margin: 0 auto;
    padding: 46px clamp(22px, 4vw, 54px);
    display: grid;
    grid-template-columns: minmax(320px, 1.05fr) minmax(520px, 1.45fr);
    gap: clamp(28px, 4vw, 64px);
    align-items: start;
}
.cpsa-footer-identity {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.cpsa-footer-logos {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}
.cpsa-footer-logo-pintalo {
    display: block;
    width: auto;
    max-width: 210px;
    max-height: 86px;
    object-fit: contain;
}
.cpsa-footer-logo-ppg {
    display: block;
    width: auto;
    max-width: 128px;
    max-height: 86px;
    object-fit: contain;
    padding: 10px 14px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(0,0,0,.22);
}
.cpsa-footer-ppg-note {
    max-width: 660px;
    color: rgba(255,255,255,.88) !important;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    font-weight: 700;
}
.cpsa-footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cpsa-footer-badges span {
    display: inline-flex;
    padding: 9px 12px;
    border-radius: 999px;
    color: #ffffff !important;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.14);
    font-weight: 800;
}
.cpsa-footer-menu {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 24px;
}
.cpsa-footer-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cpsa-footer-column strong {
    color: #ffffff !important;
    font-size: 17px;
    margin-bottom: 8px;
}
.cpsa-footer-column a {
    color: rgba(255,255,255,.76) !important;
    text-decoration: none !important;
    font-weight: 700;
    line-height: 1.35;
    transition: .18s ease;
}
.cpsa-footer-column a:hover {
    color: #ff0000 !important;
    transform: translateX(3px);
}
.cpsa-footer-bottom {
    width: min(1400px, 100%);
    margin: 0 auto;
    padding: 18px clamp(22px, 4vw, 54px) 20px;
    border-top: 1px solid rgba(255,255,255,.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
.cpsa-footer-bottom span {
    color: rgba(255,255,255,.72) !important;
    font-weight: 600;
}
body:has(.cpsa-system-shell) {
    margin-bottom: 0 !important;
}
@media (max-width: 1050px) {
    .cpsa-footer-inner {
        grid-template-columns: 1fr;
    }
    .cpsa-footer-menu {
        grid-template-columns: repeat(3, minmax(0,1fr));
    }
}
@media (max-width: 760px) {
    .cpsa-system-shell .cpsa-system-brand img {
        max-width: 132px !important;
    }
    .cpsa-footer-menu {
        grid-template-columns: 1fr;
    }
    .cpsa-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* v2.9.1 exact header/logo and simplified footer */
html, body.cpsa-crm-shell-active, body.cpsa-crm-shell-active .site, body.cpsa-crm-shell-active .site-content, body.cpsa-crm-shell-active .content-area, body.cpsa-crm-shell-active .site-main, body.cpsa-crm-shell-active .page-content, body.cpsa-crm-shell-active .entry-content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
body.cpsa-crm-shell-active { background: #000000 !important; }
.cpsa-system-shell {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.cpsa-system-shell .cpsa-system-brand {
    gap: 0 !important;
}
.cpsa-system-shell .cpsa-brand-text {
    display: none !important;
}
.cpsa-system-shell .cpsa-system-brand img {
    max-width: 210px !important;
    max-height: 74px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}
.cpsa-footer-full {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: #000000 !important;
    color: #ffffff !important;
    overflow: hidden;
}
.cpsa-footer-main {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 32px 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 28px;
}
.cpsa-footer-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cpsa-footer-column strong {
    color: #ffffff !important;
    font-size: 18px;
    margin-bottom: 8px;
}
.cpsa-footer-column a {
    color: rgba(255,255,255,.78) !important;
    text-decoration: none !important;
    font-weight: 700;
    line-height: 1.4;
    transition: .18s ease;
}
.cpsa-footer-column a:hover { color: #ff0000 !important; }
.cpsa-footer-bottom, .cpsa-footer-inner, .cpsa-footer-identity, .cpsa-footer-menu, .cpsa-footer-badges, .cpsa-footer-ppg-note { display:none !important; }
.cpsa-footer-bottom-linear {
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.12);
    background: #0d0d0d;
}
.cpsa-footer-bottom-linear-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}
.cpsa-footer-bottom-linear .cpsa-footer-logo-pintalo {
    width: auto;
    max-width: 170px;
    max-height: 62px;
    object-fit: contain;
}
.cpsa-footer-bottom-linear .cpsa-footer-logo-ppg {
    width: auto;
    max-width: 82px;
    max-height: 62px;
    object-fit: contain;
    background: #ffffff;
    border-radius: 12px;
    padding: 8px 10px;
}
.cpsa-footer-bottom-note {
    margin: 0;
    color: #ffffff !important;
    font-weight: 700;
    line-height: 1.5;
}
@media (max-width: 860px) {
    .cpsa-footer-main { grid-template-columns: 1fr; padding: 34px 22px 24px; }
    .cpsa-footer-bottom-linear-inner { padding: 18px 22px; }
}


/* v3.0.0 remove category section and upgrade RAL sales selector */
.cpsa-ral-pro {
    position: relative;
    overflow: hidden;
}
.cpsa-ral-pro-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    padding: clamp(30px, 5vw, 64px);
    border-radius: 36px;
    background:
        radial-gradient(circle at 82% 18%, rgba(255,0,0,.14), transparent 28%),
        radial-gradient(circle at 12% 12%, rgba(0,122,170,.13), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f7f7f7 100%);
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 28px 78px rgba(0,0,0,.10);
}
.cpsa-ral-pro-copy h2 {
    margin: 0 0 18px;
    max-width: 760px;
    font-size: clamp(36px, 4.4vw, 62px);
    line-height: .98;
    letter-spacing: -.045em;
    color: #000000;
}
.cpsa-ral-pro-copy p {
    margin: 0;
    max-width: 820px;
    color: #6e6e6e;
    font-size: 17px;
    line-height: 1.72;
}
.cpsa-ral-pro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 26px 0 24px;
}
.cpsa-ral-ghost {
    border: 1px solid rgba(0,0,0,.12) !important;
    background: #ffffff !important;
    color: #000000 !important;
}
.cpsa-ral-pro-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 12px;
}
.cpsa-ral-pro-stats article {
    padding: 16px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 14px 32px rgba(0,0,0,.06);
}
.cpsa-ral-pro-stats strong {
    display: block;
    color: #000000;
    font-size: 18px;
    margin-bottom: 6px;
}
.cpsa-ral-pro-stats span {
    color: #6e6e6e;
    line-height: 1.45;
}
.cpsa-ral-pro-visual {
    position: relative;
}
.cpsa-ral-fan-pro {
    width: min(520px, 100%);
    min-height: 430px;
    aspect-ratio: auto;
}
.cpsa-ral-fan-blade-pro {
    height: 52px;
    width: 62%;
    left: 16%;
    bottom: 18%;
    border-radius: 999px 18px 18px 999px;
    transform: rotate(calc(-42deg + (var(--i) * 7.6deg))) translateX(calc(var(--i) * 2px));
}
.cpsa-ral-fan-pro:hover .cpsa-ral-fan-blade-pro {
    transform: rotate(calc(-54deg + (var(--i) * 9.7deg))) translateX(13px);
}
.cpsa-ral-fan-blade-pro:hover {
    transform: rotate(calc(-54deg + (var(--i) * 9.7deg))) translateX(42px) scale(1.08) !important;
}
.cpsa-ral-fan-handle-pro {
    left: 6%;
    bottom: 10%;
    width: 96px;
    height: 156px;
    border-radius: 24px;
}
.cpsa-ral-pro-note {
    position: absolute;
    right: 0;
    bottom: 10px;
    max-width: 260px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(0,0,0,.88);
    box-shadow: 0 18px 38px rgba(0,0,0,.18);
}
.cpsa-ral-pro-note strong,
.cpsa-ral-pro-note span {
    color: #ffffff !important;
}
.cpsa-ral-pro-note strong {
    display: block;
    margin-bottom: 4px;
}
.cpsa-ral-use-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 16px;
    margin: 24px 0;
}
.cpsa-ral-use-grid article {
    padding: 22px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 18px 42px rgba(0,0,0,.07);
    transition: transform .22s ease, box-shadow .22s ease;
}
.cpsa-ral-use-grid article:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 58px rgba(0,0,0,.10);
}
.cpsa-ral-use-grid span {
    font-size: 32px;
}
.cpsa-ral-use-grid h3 {
    color: #000000;
    margin: 12px 0 8px;
    font-size: 22px;
}
.cpsa-ral-use-grid p {
    margin: 0;
    color: #6e6e6e;
    line-height: 1.58;
}
.cpsa-ral-pro-band {
    margin: 24px 0;
    background: linear-gradient(135deg, #000000, #1d1d1d) !important;
    border: 1px solid rgba(255,255,255,.08);
}
.cpsa-ral-pro-grid {
    gap: 18px;
}
.cpsa-ral-pro-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
}
.cpsa-ral-pro-card::after {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 4px;
    background: linear-gradient(90deg, #ff0000, #000000);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}
.cpsa-ral-pro-card:hover::after {
    transform: scaleX(1);
}
.cpsa-ral-pro-card .cpsa-ral-swatch {
    height: 142px;
}
.cpsa-ral-pro-card:hover .cpsa-ral-swatch {
    height: 174px;
}
.cpsa-ral-mini-cta {
    display: inline-flex;
    margin-top: 14px;
    color: #ff0000 !important;
    font-weight: 900;
    text-decoration: none !important;
}
@media (max-width: 1100px) {
    .cpsa-ral-pro-hero {
        grid-template-columns: 1fr;
    }
    .cpsa-ral-pro-stats {
        grid-template-columns: 1fr;
    }
    .cpsa-ral-use-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}
@media (max-width: 640px) {
    .cpsa-ral-pro-hero {
        padding: 24px 16px;
        border-radius: 24px;
    }
    .cpsa-ral-use-grid {
        grid-template-columns: 1fr;
    }
    .cpsa-ral-fan-pro {
        transform: scale(.82);
        transform-origin: center;
        min-height: 330px;
    }
    .cpsa-ral-pro-note {
        position: relative;
        max-width: none;
        margin-top: -40px;
    }
}


/* v3.1.0 premium footer redesign */
html,
body.cpsa-crm-shell-active,
body.cpsa-crm-shell-active .site,
body.cpsa-crm-shell-active .site-content,
body.cpsa-crm-shell-active .content-area,
body.cpsa-crm-shell-active .site-main,
body.cpsa-crm-shell-active .page-content,
body.cpsa-crm-shell-active .entry-content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
body.cpsa-crm-shell-active {
    background: #000000 !important;
}
.cpsa-footer-premium-v31 {
    position: relative;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
    border-radius: 0 !important;
    overflow: hidden;
    background: #000000 !important;
    color: #ffffff !important;
}
.cpsa-footer-v31-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 16%, rgba(255, 0, 0, .22), transparent 28%),
        radial-gradient(circle at 86% 18%, rgba(0, 122, 170, .28), transparent 30%),
        linear-gradient(135deg, #000000 0%, #111111 44%, #050505 100%);
}
.cpsa-footer-v31-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 70px 70px;
    opacity: .26;
}
.cpsa-footer-v31-inner {
    position: relative;
    z-index: 2;
    width: min(1480px, 100%);
    margin: 0 auto;
    padding: clamp(42px, 5vw, 72px) clamp(22px, 4vw, 56px) 0;
}
.cpsa-footer-v31-main {
    display: grid;
    grid-template-columns: minmax(320px, 1.05fr) minmax(520px, 1.25fr);
    gap: clamp(34px, 6vw, 84px);
    align-items: start;
}
.cpsa-footer-v31-brand {
    max-width: 680px;
}
.cpsa-footer-v31-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255, 0, 0, .16);
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,.12);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.cpsa-footer-v31-brand h2 {
    margin: 18px 0 16px;
    color: #ffffff !important;
    font-size: clamp(34px, 4vw, 58px);
    line-height: .98;
    letter-spacing: -.045em;
}
.cpsa-footer-v31-brand p {
    margin: 0;
    color: rgba(255,255,255,.78) !important;
    font-size: 17px;
    line-height: 1.72;
}
.cpsa-footer-v31-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}
.cpsa-footer-v31-primary,
.cpsa-footer-v31-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 20px;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 900;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.cpsa-footer-v31-primary {
    background: linear-gradient(135deg, #ff0000, #b30000);
    color: #ffffff !important;
    box-shadow: 0 16px 32px rgba(255,0,0,.26);
}
.cpsa-footer-v31-secondary {
    background: rgba(255,255,255,.10);
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,.16);
}
.cpsa-footer-v31-primary:hover,
.cpsa-footer-v31-secondary:hover {
    transform: translateY(-2px);
}
.cpsa-footer-v31-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 18px;
}
.cpsa-footer-v31-column {
    min-height: 100%;
    padding: 22px;
    border-radius: 26px;
    background: rgba(255,255,255,.065);
    border: 1px solid rgba(255,255,255,.10);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 42px rgba(0,0,0,.18);
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.cpsa-footer-v31-column strong {
    color: #ffffff !important;
    font-size: 17px;
    margin-bottom: 8px;
}
.cpsa-footer-v31-column a {
    display: flex;
    align-items: center;
    color: rgba(255,255,255,.76) !important;
    text-decoration: none !important;
    font-weight: 750;
    line-height: 1.34;
    transition: .18s ease;
}
.cpsa-footer-v31-column a::before {
    content: '';
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-radius: 999px;
    background: #ff0000;
    box-shadow: 0 0 0 4px rgba(255,0,0,.10);
}
.cpsa-footer-v31-column a:hover {
    color: #ffffff !important;
    transform: translateX(5px);
}
.cpsa-footer-v31-partner {
    margin-top: clamp(34px, 5vw, 58px);
    padding: 22px clamp(18px, 3vw, 32px);
    border-radius: 30px 30px 0 0;
    background: #ffffff;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}
.cpsa-footer-v31-logos {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.cpsa-footer-v31-logo-glidden {
    width: auto;
    max-width: 190px;
    max-height: 68px;
    object-fit: contain;
}
.cpsa-footer-v31-logo-ppg {
    width: auto;
    max-width: 98px;
    max-height: 68px;
    object-fit: contain;
}
.cpsa-footer-v31-plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #000000;
    color: #ffffff !important;
    font-weight: 900;
}
.cpsa-footer-v31-partner p {
    margin: 0;
    color: #000000 !important;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.45;
    text-align: right;
}
.cpsa-footer-v31-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 0 22px;
    color: rgba(255,255,255,.68);
}
.cpsa-footer-v31-bottom span {
    color: rgba(255,255,255,.68) !important;
    font-weight: 650;
}
.cpsa-footer-inner,
.cpsa-footer-main,
.cpsa-footer-bottom-linear,
.cpsa-footer-bottom,
.cpsa-footer-identity,
.cpsa-footer-menu,
.cpsa-footer-badges,
.cpsa-footer-ppg-note {
    display: none !important;
}
@media (max-width: 1050px) {
    .cpsa-footer-v31-main {
        grid-template-columns: 1fr;
    }
    .cpsa-footer-v31-links {
        grid-template-columns: repeat(3, minmax(0,1fr));
    }
    .cpsa-footer-v31-partner {
        align-items: flex-start;
        flex-direction: column;
    }
    .cpsa-footer-v31-partner p {
        text-align: left;
    }
}
@media (max-width: 760px) {
    .cpsa-footer-v31-links {
        grid-template-columns: 1fr;
    }
    .cpsa-footer-v31-partner {
        border-radius: 24px 24px 0 0;
    }
    .cpsa-footer-v31-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* v3.1.1 remove black RAL overlay text box */
.cpsa-ral-pro-note {
    display: none !important;
}


/* v3.2.0 redesigned marine / barcos section based on social media reference */
.cpsa-marine-premium {
    position: relative;
    overflow: hidden;
    border-radius: 0 !important;
    min-height: 760px;
    padding: 0 !important;
    background: #000000 !important;
    color: #ffffff !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cpsa-marine-premium .cpsa-marine-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.04);
    filter: saturate(1.08) contrast(1.04);
}
.cpsa-marine-premium .cpsa-marine-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.90) 0%, rgba(0,0,0,.70) 42%, rgba(0,0,0,.40) 100%),
        radial-gradient(circle at 72% 24%, rgba(255,0,0,.24), transparent 32%),
        linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.70));
}
.cpsa-marine-premium-inner {
    position: relative;
    z-index: 2;
    width: min(1440px, 100%);
    margin: 0 auto;
    padding: clamp(46px, 6vw, 86px) clamp(22px, 5vw, 70px);
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
}
.cpsa-marine-premium-copy h2 {
    color: #ffffff !important;
    max-width: 820px;
    margin: 16px 0 18px;
    font-size: clamp(42px, 5vw, 76px);
    line-height: .94;
    letter-spacing: -.055em;
    text-transform: uppercase;
}
.cpsa-marine-premium-copy p {
    color: rgba(255,255,255,.88) !important;
    max-width: 760px;
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
}
.cpsa-marine-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px;
    margin: 30px 0;
}
.cpsa-marine-highlights article {
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,.11);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 44px rgba(0,0,0,.24);
}
.cpsa-marine-highlights strong {
    display: block;
    color: #ffffff !important;
    font-size: 18px;
    margin-bottom: 8px;
}
.cpsa-marine-highlights span {
    color: rgba(255,255,255,.78) !important;
    line-height: 1.48;
}
.cpsa-marine-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.cpsa-marine-premium .cpsa-btn-ghost {
    color: #ffffff !important;
    border-color: rgba(255,255,255,.38) !important;
    background: rgba(255,255,255,.08) !important;
}
.cpsa-marine-premium-card {
    position: relative;
    padding: clamp(24px, 4vw, 42px);
    border-radius: 34px;
    background: rgba(0,0,0,.58);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(14px);
    box-shadow: 0 28px 80px rgba(0,0,0,.36);
    overflow: hidden;
}
.cpsa-marine-premium-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255,0,0,.22), transparent 38%),
        radial-gradient(circle at bottom right, rgba(0,122,170,.26), transparent 34%);
    pointer-events: none;
}
.cpsa-marine-card-top,
.cpsa-marine-product-list,
.cpsa-marine-premium-card p {
    position: relative;
    z-index: 2;
}
.cpsa-marine-card-top span {
    display: inline-flex;
    padding: 10px 15px;
    background: #ff0000;
    color: #ffffff !important;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.cpsa-marine-card-top strong {
    display: block;
    margin-top: 12px;
    color: transparent !important;
    -webkit-text-stroke: 1.5px #ffffff;
    text-stroke: 1.5px #ffffff;
    font-size: clamp(46px, 5vw, 82px);
    line-height: .9;
    letter-spacing: -.05em;
}
.cpsa-marine-product-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
    margin: 28px 0;
}
.cpsa-marine-product-list span {
    padding: 12px 14px;
    border-radius: 999px;
    color: #ffffff !important;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.16);
    font-weight: 900;
    text-align: center;
}
.cpsa-marine-premium-card p {
    color: rgba(255,255,255,.82) !important;
    margin: 0;
    line-height: 1.65;
    font-weight: 700;
}
.cpsa-marine-premium-strip {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    gap: 14px;
    overflow: hidden;
    padding: 18px 0 28px;
    justify-content: center;
    flex-wrap: wrap;
}
.cpsa-marine-premium-strip span {
    display: inline-flex;
    padding: 12px 16px;
    border-radius: 999px;
    color: #ffffff !important;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.14);
    font-weight: 900;
}
@media (max-width: 1100px) {
    .cpsa-marine-premium-inner {
        grid-template-columns: 1fr;
    }
    .cpsa-marine-highlights {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 680px) {
    .cpsa-marine-premium-copy h2 {
        font-size: clamp(34px, 12vw, 52px);
    }
    .cpsa-marine-product-list {
        grid-template-columns: 1fr;
    }
}


/* v3.2.1 integrate generated marine campaign images */
.cpsa-marine-campaigns {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
.cpsa-marine-campaign-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.cpsa-marine-campaign {
    position: relative;
    margin: 0;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(0,0,0,.45);
    box-shadow: 0 24px 64px rgba(0,0,0,.34);
    backdrop-filter: blur(10px);
    transition: transform .22s ease, box-shadow .22s ease;
}
.cpsa-marine-campaign:hover {
    transform: translateY(-6px);
    box-shadow: 0 34px 82px rgba(0,0,0,.42);
}
.cpsa-marine-campaign::after {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 4px;
    background: linear-gradient(90deg, #ff0000, #007aaa);
}
.cpsa-marine-campaign img {
    display: block;
    width: 100%;
    height: auto;
}
.cpsa-marine-campaign-featured {
    border-radius: 34px;
}
.cpsa-marine-campaign-featured img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.cpsa-marine-campaign-grid .cpsa-marine-campaign img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
@media (max-width: 900px) {
    .cpsa-marine-campaign-grid {
        grid-template-columns: 1fr;
    }
}


/* v3.3.0 premium interactive solutions-by-need section */
.cpsa-solutions-premium {
    position: relative;
    padding: clamp(26px, 3vw, 34px) 0 !important;
}
.cpsa-solutions-head {
    max-width: 980px;
    margin-bottom: 22px;
}
.cpsa-solutions-head .cpsa-kicker-light {
    background: #000000;
    color: #ffffff !important;
}
.cpsa-solutions-head h2 {
    margin: 10px 0 12px;
    color: #000000;
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: .98;
    letter-spacing: -.045em;
}
.cpsa-solutions-head p {
    color: #6e6e6e;
    max-width: 900px;
    font-size: 17px;
    line-height: 1.72;
}
.cpsa-solutions-premium-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    grid-template-areas:
        'main side1'
        'main side2';
    gap: 18px;
}
.cpsa-solution-visual-card {
    position: relative;
    min-height: 320px;
    border-radius: 34px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0 24px 62px rgba(0,0,0,.16);
    isolation: isolate;
    transition: transform .28s ease, box-shadow .28s ease, background-size .5s ease;
}
.cpsa-solution-visual-card-lg {
    grid-area: main;
    min-height: 660px;
}
.cpsa-solutions-premium-grid .cpsa-solution-visual-card:nth-child(2) { grid-area: side1; }
.cpsa-solutions-premium-grid .cpsa-solution-visual-card:nth-child(3) { grid-area: side2; }
.cpsa-solution-visual-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: inherit;
    background-size: cover;
    background-position: center;
    transition: transform .5s ease;
    z-index: -2;
}
.cpsa-solution-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,.14) 0%, rgba(0,0,0,.46) 46%, rgba(0,0,0,.82) 100%),
        radial-gradient(circle at top right, rgba(255,0,0,.22), transparent 28%);
    z-index: -1;
}
.cpsa-solution-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
}
.cpsa-solution-badge {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 12px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,0,0,.92);
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(255,0,0,.22);
}
.cpsa-solution-content h3 {
    margin: 0 0 10px;
    color: #ffffff !important;
    font-size: clamp(28px, 3vw, 46px);
    line-height: .98;
    letter-spacing: -.04em;
    max-width: 520px;
}
.cpsa-solution-content p {
    margin: 0 0 16px;
    max-width: 540px;
    color: rgba(255,255,255,.88) !important;
    font-size: 16px;
    line-height: 1.68;
}
.cpsa-solution-content a {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    gap: 10px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 900;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(8px);
    transition: transform .18s ease, background .18s ease;
}
.cpsa-solution-content a::after {
    content: '→';
    transition: transform .18s ease;
}
.cpsa-solution-visual-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 84px rgba(0,0,0,.24);
}
.cpsa-solution-visual-card:hover::before {
    transform: scale(1.08);
}
.cpsa-solution-visual-card:hover .cpsa-solution-content a {
    background: rgba(255,0,0,.88);
}
.cpsa-solution-visual-card:hover .cpsa-solution-content a::after {
    transform: translateX(4px);
}
.cpsa-solution-visual-card:hover .cpsa-solution-badge {
    transform: translateY(-2px) scale(1.03);
}
@media (max-width: 980px) {
    .cpsa-solutions-premium-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            'main'
            'side1'
            'side2';
    }
    .cpsa-solution-visual-card,
    .cpsa-solution-visual-card-lg {
        min-height: 360px;
    }
}
@media (max-width: 560px) {
    .cpsa-solution-content {
        padding: 22px 18px;
    }
    .cpsa-solution-content h3 {
        font-size: 30px;
    }
}


/* v3.5.0 global header/footer on every website page */
body.cpsa-global-shell-active .cpsa-global-shell,
body.cpsa-global-shell-active .cpsa-global-shell * {
    box-sizing: border-box;
}
body.cpsa-global-shell-active .cpsa-global-header-shell {
    position: relative;
    z-index: 10000;
}
body.cpsa-global-shell-active .cpsa-global-footer-shell {
    position: relative;
    z-index: 10;
}
body.cpsa-hide-theme-shell header:not(.cpsa-system-header):not(.cpsa-mega-header),
body.cpsa-hide-theme-shell footer:not(.cpsa-system-footer):not(.cpsa-premium-footer),
body.cpsa-hide-theme-shell .site-header,
body.cpsa-hide-theme-shell #masthead,
body.cpsa-hide-theme-shell .header,
body.cpsa-hide-theme-shell .main-header,
body.cpsa-hide-theme-shell .mobile-header,
body.cpsa-hide-theme-shell .site-footer,
body.cpsa-hide-theme-shell #colophon,
body.cpsa-hide-theme-shell .footer,
body.cpsa-hide-theme-shell .main-footer {
    display: none !important;
}
body.cpsa-global-shell-active .cpsa-system-header {
    width: 100% !important;
    max-width: 100% !important;
}
body.cpsa-global-shell-active .cpsa-footer-premium-v31 {
    width: 100vw !important;
    max-width: 100vw !important;
}
.cpsa-system-shell .cpsa-system-header,
.cpsa-system-shell .cpsa-system-footer {
    display: none !important;
}
body.cpsa-global-shell-active {
    margin-top: 0 !important;
}


/* v3.6.0 redesigned solutions by need with generated corporate imagery */
.cpsa-solutions-v36 {
    position: relative;
    padding: clamp(30px, 3vw, 40px) 0 !important;
}
.cpsa-solutions-v36-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: end;
    margin-bottom: 22px;
}
.cpsa-solutions-v36-copy {
    max-width: 980px;
}
.cpsa-solutions-v36-copy h2 {
    margin: 12px 0 14px;
    color: #000000;
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: .98;
    letter-spacing: -.045em;
}
.cpsa-solutions-v36-copy p {
    margin: 0;
    color: #6e6e6e;
    font-size: 17px;
    line-height: 1.72;
    max-width: 920px;
}
.cpsa-solutions-v36-tags {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}
.cpsa-solutions-v36-tags span {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.09);
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
    color: #6e6e6e;
    font-weight: 800;
}
.cpsa-solutions-v36-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    grid-template-areas:
        'large waterproof industrial'
        'large marine marine';
    gap: 18px;
}
.cpsa-solutions-v36-card {
    position: relative;
    min-height: 320px;
    border-radius: 30px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0 24px 62px rgba(0,0,0,.16);
    isolation: isolate;
    transition: transform .28s ease, box-shadow .28s ease;
}
.cpsa-solutions-v36-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: inherit;
    background-size: cover;
    background-position: center;
    transition: transform .55s ease;
    z-index: -2;
}
.cpsa-solutions-v36-card-large {
    grid-area: large;
    min-height: 658px;
}
.cpsa-solutions-v36-grid .cpsa-solutions-v36-card:nth-child(2) { grid-area: waterproof; }
.cpsa-solutions-v36-grid .cpsa-solutions-v36-card:nth-child(3) { grid-area: industrial; }
.cpsa-solutions-v36-grid .cpsa-solutions-v36-card:nth-child(4) { grid-area: marine; }
.cpsa-solutions-v36-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.38) 46%, rgba(0,0,0,.84) 100%),
        linear-gradient(135deg, rgba(255,0,0,.16), transparent 42%),
        radial-gradient(circle at top right, rgba(0,122,170,.18), transparent 26%);
    z-index: -1;
}
.cpsa-solutions-v36-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
}
.cpsa-solutions-v36-badge {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 12px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,0,0,.94);
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(255,0,0,.25);
    transition: transform .2s ease;
}
.cpsa-solutions-v36-content h3 {
    margin: 0 0 10px;
    color: #ffffff !important;
    font-size: clamp(24px, 2.4vw, 42px);
    line-height: 1.02;
    letter-spacing: -.04em;
    max-width: 620px;
}
.cpsa-solutions-v36-content p {
    margin: 0 0 16px;
    max-width: 580px;
    color: rgba(255,255,255,.88) !important;
    font-size: 15.5px;
    line-height: 1.66;
}
.cpsa-solutions-v36-content a {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    gap: 10px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 900;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(8px);
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.cpsa-solutions-v36-content a::after {
    content: '→';
    transition: transform .18s ease;
}
.cpsa-solutions-v36-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 36px 92px rgba(0,0,0,.22);
}
.cpsa-solutions-v36-card:hover::before {
    transform: scale(1.08);
}
.cpsa-solutions-v36-card:hover .cpsa-solutions-v36-content a {
    background: rgba(255,0,0,.92);
    border-color: rgba(255,0,0,.92);
}
.cpsa-solutions-v36-card:hover .cpsa-solutions-v36-content a::after {
    transform: translateX(4px);
}
.cpsa-solutions-v36-card:hover .cpsa-solutions-v36-badge {
    transform: translateY(-2px) scale(1.03);
}
@media (max-width: 1180px) {
    .cpsa-solutions-v36-head {
        grid-template-columns: 1fr;
        align-items: start;
    }
    .cpsa-solutions-v36-tags {
        justify-content: flex-start;
    }
    .cpsa-solutions-v36-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            'large large'
            'waterproof industrial'
            'marine marine';
    }
    .cpsa-solutions-v36-card-large {
        min-height: 500px;
    }
}
@media (max-width: 760px) {
    .cpsa-solutions-v36-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            'large'
            'waterproof'
            'industrial'
            'marine';
    }
    .cpsa-solutions-v36-card,
    .cpsa-solutions-v36-card-large {
        min-height: 340px;
    }
    .cpsa-solutions-v36-content {
        padding: 22px 18px;
    }
    .cpsa-solutions-v36-content h3 {
        font-size: 29px;
    }
}


/* v3.6.1 exact text color fix for dark backgrounds */
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode),
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .site,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .site-content,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .content-area,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .site-main,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .page-content,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .entry-content {
    color: #ffffff !important;
}
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .site-content h1,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .site-content h2,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .site-content h3,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .site-content h4,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .site-content h5,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .site-content h6,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .site-content p,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .site-content li,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .site-content span,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .site-content a,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .entry-content h1,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .entry-content h2,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .entry-content h3,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .entry-content h4,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .entry-content h5,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .entry-content h6,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .entry-content p,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .entry-content li,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .entry-content span,
body.cpsa-global-shell-active:not(.cpsa-page-has-home-shortcode) .entry-content a {
    color: #ffffff !important;
}
body.cpsa-global-shell-active .cpsa-system-header,
body.cpsa-global-shell-active .cpsa-system-header a,
body.cpsa-global-shell-active .cpsa-system-header span,
body.cpsa-global-shell-active .cpsa-system-header strong,
body.cpsa-global-shell-active .cpsa-marine-premium,
body.cpsa-global-shell-active .cpsa-marine-premium h1,
body.cpsa-global-shell-active .cpsa-marine-premium h2,
body.cpsa-global-shell-active .cpsa-marine-premium h3,
body.cpsa-global-shell-active .cpsa-marine-premium p,
body.cpsa-global-shell-active .cpsa-marine-premium span,
body.cpsa-global-shell-active .cpsa-marine-premium a {
    color: #ffffff !important;
}


/* v3.6.2 organized clean solutions section */
.cpsa-solutions-clean {
    padding: clamp(34px, 4vw, 52px) 0 !important;
}
.cpsa-solutions-clean-head {
    max-width: 980px;
    margin: 0 0 26px;
}
.cpsa-solutions-clean-head h2 {
    margin: 12px 0 12px;
    color: #ffffff !important;
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: .98;
    letter-spacing: -.045em;
}
.cpsa-solutions-clean-head p {
    margin: 0;
    color: rgba(255,255,255,.82) !important;
    font-size: 17px;
    line-height: 1.72;
}
.cpsa-solutions-clean .cpsa-kicker {
    color: #ffffff !important;
    background: #ff0000;
}
.cpsa-solutions-clean-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 22px;
}
.cpsa-solutions-clean-card {
    position: relative;
    min-height: 390px;
    border-radius: 30px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 24px 62px rgba(0,0,0,.20);
    isolation: isolate;
    transition: transform .25s ease, box-shadow .25s ease;
}
.cpsa-solutions-clean-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: inherit;
    background-size: cover;
    background-position: center;
    transition: transform .45s ease;
    z-index: -2;
}
.cpsa-solutions-clean-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.55) 54%, rgba(0,0,0,.88) 100%),
        linear-gradient(135deg, rgba(255,0,0,.22), transparent 44%);
    z-index: -1;
}
.cpsa-solutions-clean-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
}
.cpsa-solutions-clean-content span {
    display: inline-flex;
    width: max-content;
    margin-bottom: 14px;
    padding: 9px 12px;
    border-radius: 999px;
    background: #ff0000;
    color: #ffffff !important;
    font-weight: 900;
    line-height: 1;
}
.cpsa-solutions-clean-content h3 {
    margin: 0 0 10px;
    color: #ffffff !important;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1;
    letter-spacing: -.04em;
}
.cpsa-solutions-clean-content p {
    max-width: 560px;
    margin: 0 0 18px;
    color: rgba(255,255,255,.86) !important;
    font-size: 16px;
    line-height: 1.6;
}
.cpsa-solutions-clean-content a {
    display: inline-flex;
    width: max-content;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 999px;
    color: #ffffff !important;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.18);
    text-decoration: none !important;
    font-weight: 900;
    transition: background .18s ease, transform .18s ease;
}
.cpsa-solutions-clean-content a::after {
    content: '→';
    transition: transform .18s ease;
}
.cpsa-solutions-clean-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 34px 86px rgba(0,0,0,.28);
}
.cpsa-solutions-clean-card:hover::before {
    transform: scale(1.06);
}
.cpsa-solutions-clean-card:hover .cpsa-solutions-clean-content a {
    background: #ff0000;
}
.cpsa-solutions-clean-card:hover .cpsa-solutions-clean-content a::after {
    transform: translateX(4px);
}
@media (max-width: 900px) {
    .cpsa-solutions-clean-grid {
        grid-template-columns: 1fr;
    }
    .cpsa-solutions-clean-card {
        min-height: 350px;
    }
}


/* v3.6.3 force white titles/text where the home uses dark background */
/* v3.7.2 reorganized "Soluciones por necesidad" with visible images */
.cpsa-solutions-v372 {
    padding: clamp(34px, 4vw, 52px) 0 !important;
}
.cpsa-solutions-v372-head {
    max-width: 980px;
    margin: 0 0 26px;
}
.cpsa-solutions-v372-head h2 {
    margin: 14px 0 12px;
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: .98;
    letter-spacing: -.045em;
}
.cpsa-solutions-v372-head p {
    margin: 0;
    max-width: 920px;
    font-size: 17px;
    line-height: 1.72;
}
.cpsa-solutions-v372-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
.cpsa-solutions-v372-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 20px 56px rgba(0,0,0,.22);
    transition: transform .22s ease, box-shadow .22s ease;
}
.cpsa-solutions-v372-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 76px rgba(0,0,0,.30);
}
.cpsa-solutions-v372-media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #111111;
}
.cpsa-solutions-v372-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}
.cpsa-solutions-v372-card:hover .cpsa-solutions-v372-media img {
    transform: scale(1.06);
}
.cpsa-solutions-v372-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 22px 20px 24px;
    background:
        linear-gradient(180deg, rgba(14,14,14,.94) 0%, rgba(0,0,0,.98) 100%);
}
.cpsa-solutions-v372-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    min-height: 50px;
    padding: 0 14px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 22px;
    line-height: 1;
}
.cpsa-solutions-v372-body h3 {
    margin: 0;
    font-size: clamp(26px, 2.2vw, 34px);
    line-height: 1.02;
    letter-spacing: -.04em;
}
.cpsa-solutions-v372-body p {
    margin: 0;
    font-size: 16px;
    line-height: 1.58;
}
.cpsa-solutions-v372-body a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.16);
    text-decoration: none !important;
    font-weight: 900;
    transition: background .18s ease, transform .18s ease;
}
.cpsa-solutions-v372-body a::after {
    content: '→';
    transition: transform .18s ease;
}
.cpsa-solutions-v372-card:hover .cpsa-solutions-v372-body a {
    background: #ff0000;
}
.cpsa-solutions-v372-card:hover .cpsa-solutions-v372-body a::after {
    transform: translateX(4px);
}
@media (max-width: 1280px) {
    .cpsa-solutions-v372-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 760px) {
    .cpsa-solutions-v372-grid {
        grid-template-columns: 1fr;
    }
}

/* v3.8.0 cleanup for contrast and readability */
.cpsa-carousel-content { text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.cpsa-ral-pro-copy { position: relative; z-index: 2; }


/* v3.8.2 solutions row layout: 01,02,03,04 on the same line */
.cpsa-solutions-v382 {
    padding: clamp(34px, 4vw, 52px) 0 !important;
}
.cpsa-solutions-v382-head {
    max-width: 1120px;
    margin: 0 0 26px;
}
.cpsa-solutions-v382-head h2 {
    margin: 14px 0 12px;
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: .98;
    letter-spacing: -.045em;
}
.cpsa-solutions-v382-head p {
    margin: 0;
    max-width: 980px;
    font-size: 17px;
    line-height: 1.72;
}
.cpsa-solutions-v382-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}
.cpsa-solutions-v382-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 26px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 20px 56px rgba(0,0,0,.22);
    transition: transform .22s ease, box-shadow .22s ease;
    min-width: 0;
}
.cpsa-solutions-v382-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 76px rgba(0,0,0,.30);
}
.cpsa-solutions-v382-media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #111111;
}
.cpsa-solutions-v382-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}
.cpsa-solutions-v382-card:hover .cpsa-solutions-v382-media img {
    transform: scale(1.06);
}
.cpsa-solutions-v382-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 20px 18px 22px;
    background: linear-gradient(180deg, rgba(14,14,14,.94) 0%, rgba(0,0,0,.98) 100%);
    flex: 1 1 auto;
}
.cpsa-solutions-v382-titleline {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}
.cpsa-solutions-v382-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    min-height: 54px;
    padding: 0 14px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 22px;
    line-height: 1;
    flex: 0 0 auto;
}
.cpsa-solutions-v382-body h3 {
    margin: 0;
    font-size: clamp(20px, 1.6vw, 32px);
    line-height: 1.02;
    letter-spacing: -.04em;
}
.cpsa-solutions-v382-body p {
    margin: 0;
    font-size: 15px;
    line-height: 1.58;
}
.cpsa-solutions-v382-body a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding: 11px 15px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.16);
    text-decoration: none !important;
    font-weight: 900;
    transition: background .18s ease, transform .18s ease;
}
.cpsa-solutions-v382-body a::after {
    content: '→';
    transition: transform .18s ease;
}
.cpsa-solutions-v382-card:hover .cpsa-solutions-v382-body a {
    background: #ff0000;
}
.cpsa-solutions-v382-card:hover .cpsa-solutions-v382-body a::after {
    transform: translateX(4px);
}
@media (max-width: 1280px) {
    .cpsa-solutions-v382-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 760px) {
    .cpsa-solutions-v382-row {
        grid-template-columns: 1fr;
    }
    .cpsa-solutions-v382-titleline {
        align-items: flex-start;
    }
}


/* v3.8.3 better use of space in "Soluciones por necesidad" */
.cpsa-solutions.cpsa-solutions-v382 {
    display: grid !important;
    grid-template-columns: minmax(320px, .9fr) minmax(0, 1.45fr) !important;
    gap: 28px !important;
    align-items: start;
}
.cpsa-solutions-v382-head {
    margin: 0 !important;
    max-width: 100% !important;
    padding-right: 10px;
}
.cpsa-solutions-v382-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
    width: 100%;
}
.cpsa-solutions-v382-card {
    min-width: 0;
    width: 100%;
}
.cpsa-solutions-v382-media {
    aspect-ratio: 16 / 9;
}
.cpsa-solutions-v382-body {
    padding: 22px 20px 24px;
}
.cpsa-solutions-v382-body h3 {
    font-size: clamp(24px, 2vw, 34px);
}
.cpsa-solutions-v382-body p {
    font-size: 16px;
}
@media (max-width: 1180px) {
    .cpsa-solutions.cpsa-solutions-v382 {
        grid-template-columns: 1fr !important;
    }
    .cpsa-solutions-v382-head {
        margin-bottom: 8px !important;
    }
}
@media (max-width: 760px) {
    .cpsa-solutions-v382-row {
        grid-template-columns: 1fr !important;
    }
}


/* v3.9.0 premium quote section: image + form two columns */
.cpsa-quote-section-v390 {
    display: grid;
    grid-template-columns: minmax(360px, .92fr) minmax(520px, 1.08fr);
    gap: 24px;
    align-items: stretch;
    padding: clamp(36px, 5vw, 64px) 0 !important;
}
.cpsa-quote-visual-v390 {
    position: relative;
    min-height: 720px;
    border-radius: 34px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 26px 72px rgba(0,0,0,.28);
    background: #000000;
}
.cpsa-quote-visual-v390 img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}
.cpsa-quote-visual-v390:hover img {
    transform: scale(1.06);
}
.cpsa-quote-visual-overlay-v390 {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.48) 46%, rgba(0,0,0,.90) 100%),
        radial-gradient(circle at top right, rgba(255,0,0,.22), transparent 32%);
}
.cpsa-quote-visual-content-v390 {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(26px, 4vw, 44px);
}
.cpsa-quote-visual-content-v390 span {
    display: inline-flex;
    width: max-content;
    padding: 10px 14px;
    border-radius: 999px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 16px;
}
.cpsa-quote-visual-content-v390 h2 {
    margin: 0 0 14px;
    font-size: clamp(36px, 4vw, 58px);
    line-height: .96;
    letter-spacing: -.05em;
}
.cpsa-quote-visual-content-v390 p {
    max-width: 650px;
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 1.65;
}
.cpsa-quote-visual-content-v390 ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.cpsa-quote-visual-content-v390 li {
    position: relative;
    padding-left: 24px;
    font-weight: 800;
}
.cpsa-quote-visual-content-v390 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .72em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff0000;
    box-shadow: 0 0 0 5px rgba(255,0,0,.14);
}
.cpsa-quote-form-v390 {
    min-width: 0;
}
.cpsa-quote-form-v390 .cpsa-public-form {
    height: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 34px;
    padding: clamp(24px, 3vw, 40px);
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 26px 72px rgba(0,0,0,.14);
}
.cpsa-quote-form-v390 .cpsa-public-form h3 {
    color: #000000 !important;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1;
    letter-spacing: -.04em;
}
.cpsa-quote-form-v390 .cpsa-public-form label {
    color: #000000 !important;
}
.cpsa-quote-form-v390 .cpsa-public-form input,
.cpsa-quote-form-v390 .cpsa-public-form textarea {
    color: #000000 !important;
    background: #ffffff;
}
.cpsa-quote-form-v390 .cpsa-public-form input::placeholder,
.cpsa-quote-form-v390 .cpsa-public-form textarea::placeholder {
    color: #6e6e6e;
}
.cpsa-quote-form-v390 .cpsa-public-form button {
    background: linear-gradient(135deg, #ff0000, #b30000) !important;
    color: #ffffff !important;
}
@media (max-width: 1180px) {
    .cpsa-quote-section-v390 {
        grid-template-columns: 1fr;
    }
    .cpsa-quote-visual-v390 {
        min-height: 520px;
    }
}
@media (max-width: 760px) {
    .cpsa-quote-visual-v390 {
        min-height: 440px;
        border-radius: 24px;
    }
    .cpsa-quote-form-v390 .cpsa-public-form {
        border-radius: 24px;
    }
}


/* v3.9.1 mega menu product cards with visible text and images */
.cpsa-mega-products-panel {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    width: min(1180px, calc(100vw - 32px)) !important;
    padding: 22px !important;
    background: #ffffff !important;
    color: #000000 !important;
}
.cpsa-mega-products-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 4px 4px 0;
}
.cpsa-mega-products-head span {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 12px;
}
.cpsa-mega-products-head h3 {
    margin: 10px 0 6px;
    font-size: 30px;
    line-height: 1;
}
.cpsa-mega-products-head p {
    margin: 0;
}
.cpsa-mega-products-head > a {
    display: inline-flex;
    white-space: nowrap;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 900;
}
.cpsa-mega-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.cpsa-mega-product-card {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 126px;
    padding: 14px !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    border: 1px solid rgba(0,0,0,.09);
    box-shadow: 0 12px 28px rgba(0,0,0,.07);
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.cpsa-mega-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255,0,0,.28);
    box-shadow: 0 18px 38px rgba(0,0,0,.12);
    background: #ffffff !important;
}
.cpsa-mega-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    border-radius: 18px;
    background: #f7f7f7;
}
.cpsa-mega-product-image img {
    max-width: 86px;
    max-height: 86px;
    object-fit: contain;
    filter: drop-shadow(0 9px 14px rgba(0,0,0,.15));
}
.cpsa-mega-product-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}
.cpsa-mega-product-info small {
    display: block;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.cpsa-mega-product-info strong {
    display: block;
    font-size: 17px;
    line-height: 1.08;
}
.cpsa-mega-products-actions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding-top: 2px;
}
.cpsa-mega-products-actions a {
    display: flex;
    justify-content: center;
    padding: 11px 12px;
    border-radius: 999px;
    background: #f4f4f4;
    border: 1px solid rgba(0,0,0,.07);
    text-decoration: none !important;
    font-weight: 900;
}
.cpsa-mega-products-actions a:hover {
    background: #ff0000;
    color: #ffffff !important;
}
@media (max-width: 1100px) {
    .cpsa-mega-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 720px) {
    .cpsa-mega-products-head {
        align-items: flex-start;
        flex-direction: column;
    }
    .cpsa-mega-products-grid,
    .cpsa-mega-products-actions {
        grid-template-columns: 1fr;
    }
}


/* v3.10.0 dynamic WooCommerce mega menu product images */
.cpsa-mega-product-image img {
    width: auto;
    height: auto;
    object-fit: contain;
}
.cpsa-mega-product-card:hover .cpsa-mega-product-image img {
    transform: scale(1.06);
}
.cpsa-mega-product-image img {
    transition: transform .18s ease;
}


/* v3.11.1 three-column interactive product mega menu */
.cpsa-mega-three-panel {
    width: min(1180px, calc(100vw - 32px)) !important;
    grid-template-columns: 260px minmax(320px, 1fr) 340px !important;
    align-items: stretch;
    gap: 18px !important;
    padding: 22px !important;
    background: #ffffff !important;
    color: #000000 !important;
}
.cpsa-mega-three-col {
    min-width: 0;
}
.cpsa-mega-three-label {
    display: inline-flex;
    width: max-content;
    padding: 8px 12px;
    margin-bottom: 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.cpsa-mega-three-categories,
.cpsa-mega-three-products {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.cpsa-mega-three-category {
    width: 100%;
    appearance: none;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 18px;
    background: #f7f7f7;
    padding: 13px 14px;
    cursor: pointer;
    text-align: left;
    transition: .18s ease;
}
.cpsa-mega-three-category strong,
.cpsa-mega-three-category span {
    display: block;
}
.cpsa-mega-three-category strong {
    font-size: 16px;
    line-height: 1.1;
}
.cpsa-mega-three-category span {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 800;
}
.cpsa-mega-three-category:hover,
.cpsa-mega-three-category.is-active {
    background: #000000;
    border-color: #000000;
    transform: translateX(4px);
}
.cpsa-mega-three-category:hover strong,
.cpsa-mega-three-category:hover span,
.cpsa-mega-three-category.is-active strong,
.cpsa-mega-three-category.is-active span {
    color: #ffffff !important;
}
.cpsa-mega-three-product {
    display: none;
    align-items: center;
    gap: 12px;
    padding: 13px 14px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
    text-decoration: none !important;
    transition: .18s ease;
}
.cpsa-mega-three-product.is-visible {
    display: flex;
}
.cpsa-mega-three-product:hover,
.cpsa-mega-three-product.is-active {
    border-color: rgba(255,0,0,.35);
    background: #fff5f5;
    transform: translateX(4px);
}
.cpsa-mega-three-product-dot {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: #ff0000;
    box-shadow: 0 0 0 5px rgba(255,0,0,.10);
    flex: 0 0 auto;
}
.cpsa-mega-three-product-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.cpsa-mega-three-product-text strong {
    font-size: 16px;
    line-height: 1.08;
}
.cpsa-mega-three-product-text small {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 800;
}
.cpsa-mega-three-preview {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(255,0,0,.10), transparent 36%),
        #f7f7f7;
    border: 1px solid rgba(0,0,0,.08);
}
.cpsa-mega-three-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    border-radius: 22px;
    background: #ffffff;
    padding: 20px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
}
.cpsa-mega-three-image img {
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
    filter: drop-shadow(0 16px 22px rgba(0,0,0,.16));
    transition: transform .2s ease;
}
.cpsa-mega-three-preview:hover .cpsa-mega-three-image img {
    transform: scale(1.04);
}
.cpsa-mega-three-preview-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 14px;
}
.cpsa-mega-three-preview-copy small {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.cpsa-mega-three-preview-copy strong {
    font-size: 26px;
    line-height: 1;
    letter-spacing: -.04em;
}
.cpsa-mega-three-preview-copy a {
    display: inline-flex;
    width: max-content;
    margin-top: 6px;
    padding: 11px 16px;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 900;
}
.cpsa-mega-three-bottom {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}
.cpsa-mega-three-bottom a {
    display: flex;
    justify-content: center;
    padding: 11px 12px;
    border-radius: 999px;
    background: #f4f4f4;
    border: 1px solid rgba(0,0,0,.07);
    text-decoration: none !important;
    font-weight: 900;
}
.cpsa-mega-three-bottom a:hover {
    background: #ff0000;
    color: #ffffff !important;
}
@media (max-width: 1100px) {
    .cpsa-mega-three-panel {
        grid-template-columns: 1fr !important;
    }
    .cpsa-mega-three-bottom {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 720px) {
    .cpsa-mega-three-bottom {
        grid-template-columns: 1fr;
    }
}


/* v3.12.0 tablet and mobile adaptation */
.cpsa-mobile-menu-toggle,
.cpsa-mobile-menu-close {
    display: none;
}

/* Tablet layout */
@media (max-width: 1180px) {
    .cpsa-mega-header {
        padding: 14px 22px !important;
        gap: 14px;
    }

    .cpsa-system-brand img {
        max-width: 170px !important;
        max-height: 58px !important;
    }

    .cpsa-mega-nav {
        gap: 6px !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cpsa-mega-nav > a,
    .cpsa-mega-item > a {
        padding: 10px 12px !important;
        font-size: 14px;
    }

    .cpsa-header-cta {
        padding: 12px 16px !important;
        font-size: 14px;
    }

    .cpsa-mega-three-panel {
        width: min(1000px, calc(100vw - 28px)) !important;
        grid-template-columns: 220px minmax(280px, 1fr) 300px !important;
        gap: 14px !important;
        padding: 18px !important;
    }

    .cpsa-mega-three-image {
        min-height: 210px;
    }

    .cpsa-mega-three-image img {
        max-height: 190px;
    }

    .cpsa-mega-three-preview-copy strong {
        font-size: 23px;
    }

    .cpsa-home {
        width: min(100% - 32px, 1180px) !important;
    }

    .cpsa-hero-home-store .cpsa-hero-inner,
    .cpsa-marine-premium-inner,
    .cpsa-quote-section-v390,
    .cpsa-solutions.cpsa-solutions-v382 {
        grid-template-columns: 1fr !important;
    }

    .cpsa-hero-home-store .cpsa-hero-side-products {
        min-height: auto !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        padding: 24px !important;
    }

    .cpsa-ral-pro-hero {
        grid-template-columns: 1fr !important;
    }

    .cpsa-arch-card {
        flex-basis: calc((100% - 36px) / 3) !important;
    }

    .cpsa-footer-v31-main {
        grid-template-columns: 1fr !important;
    }

    .cpsa-footer-v31-links {
        grid-template-columns: repeat(3, minmax(0,1fr)) !important;
    }
}

/* Mobile header and navigation */
@media (max-width: 900px) {
    .cpsa-mega-header {
        position: sticky !important;
        top: 0 !important;
        z-index: 10050 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 12px 16px !important;
        background: #000000 !important;
    }

    .cpsa-system-brand img {
        max-width: 148px !important;
        max-height: 54px !important;
    }

    .cpsa-mobile-menu-toggle {
        display: inline-flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 48px;
        height: 48px;
        border: 1px solid rgba(255,255,255,.16);
        border-radius: 14px;
        background: rgba(255,255,255,.08);
        cursor: pointer;
        flex: 0 0 auto;
    }

    .cpsa-mobile-menu-toggle span {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 999px;
        background: #ffffff;
    }

    .cpsa-mobile-menu-close {
        display: inline-flex !important;
        align-self: flex-end;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        margin-bottom: 10px;
        border: 1px solid rgba(255,255,255,.16);
        border-radius: 14px;
        background: rgba(255,255,255,.08);
        color: #ffffff !important;
        font-size: 30px;
        line-height: 1;
        cursor: pointer;
    }

    .cpsa-mega-nav {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: min(92vw, 420px) !important;
        height: 100vh !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 10px !important;
        padding: 18px !important;
        background: #000000 !important;
        box-shadow: -24px 0 60px rgba(0,0,0,.42);
        transform: translateX(105%);
        transition: transform .28s ease;
        overflow-y: auto !important;
        z-index: 10080 !important;
    }

    body.cpsa-mobile-menu-open .cpsa-mega-nav {
        transform: translateX(0);
    }

    body.cpsa-mobile-menu-open::after {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.62);
        z-index: 10040;
    }

    .cpsa-mega-nav > a,
    .cpsa-mega-item > a {
        display: flex !important;
        width: 100%;
        padding: 14px 16px !important;
        border-radius: 16px;
        background: rgba(255,255,255,.08);
        color: #ffffff !important;
        font-weight: 900;
        text-decoration: none !important;
    }

    .cpsa-mega-item {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100%;
    }

    .cpsa-mega-panel {
        position: static !important;
        display: grid !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 10px;
        box-shadow: none !important;
    }

    .cpsa-mega-three-panel {
        grid-template-columns: 1fr !important;
        padding: 14px !important;
        border-radius: 22px !important;
        gap: 14px !important;
    }

    .cpsa-mega-three-categories {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .cpsa-mega-three-products {
        max-height: 260px;
        overflow-y: auto;
        padding-right: 4px;
    }

    .cpsa-mega-three-preview {
        padding: 14px;
    }

    .cpsa-mega-three-image {
        min-height: 210px;
    }

    .cpsa-mega-three-bottom {
        grid-template-columns: 1fr !important;
    }

    .cpsa-header-cta {
        display: none !important;
    }

    body.cpsa-mobile-menu-open {
        overflow: hidden;
    }
}

/* Mobile content */
@media (max-width: 760px) {
    .cpsa-home {
        width: min(100% - 24px, 100%) !important;
    }

    .cpsa-section {
        padding: 34px 0 !important;
        margin-bottom: 28px !important;
    }

    .cpsa-hero-home-store {
        min-height: auto !important;
        border-radius: 0 !important;
    }

    .cpsa-hero-home-store .cpsa-hero-inner {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        padding: 34px 18px !important;
    }

    .cpsa-hero-copy-white h1 {
        font-size: clamp(34px, 11vw, 48px) !important;
        line-height: 1 !important;
    }

    .cpsa-hero-copy-white p {
        font-size: 16px !important;
    }

    .cpsa-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cpsa-hero-actions .cpsa-btn {
        width: 100%;
    }

    .cpsa-hero-home-store .cpsa-hero-side-products {
        grid-template-columns: repeat(2, minmax(0,1fr)) !important;
        gap: 12px !important;
        padding: 10px 0 0 !important;
    }

    .cpsa-hero-float-product {
        min-height: 190px !important;
    }

    .cpsa-hero-float-product img {
        max-height: 160px !important;
    }

    .cpsa-section-head h2,
    .cpsa-solutions-v382-head h2,
    .cpsa-ral-pro-copy h2,
    .cpsa-quote-visual-content-v390 h2,
    .cpsa-marine-premium-copy h2 {
        font-size: clamp(30px, 10vw, 42px) !important;
        line-height: 1.02 !important;
    }

    .cpsa-arch-card {
        flex-basis: 82% !important;
    }

    .cpsa-arch-toolbar {
        padding: 18px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .cpsa-marine-premium {
        min-height: auto !important;
    }

    .cpsa-marine-premium-inner {
        padding: 34px 18px !important;
    }

    .cpsa-marine-highlights,
    .cpsa-marine-campaign-grid,
    .cpsa-solutions-v382-row,
    .cpsa-quote-section-v390,
    .cpsa-ral-use-grid,
    .cpsa-ral-pro-stats {
        grid-template-columns: 1fr !important;
    }

    .cpsa-solutions.cpsa-solutions-v382 {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .cpsa-solutions-v382-titleline {
        align-items: flex-start;
    }

    .cpsa-quote-visual-v390 {
        min-height: 430px !important;
    }

    .cpsa-quote-form-v390 .cpsa-public-grid {
        grid-template-columns: 1fr !important;
    }

    .cpsa-public-form {
        padding: 20px !important;
        border-radius: 24px !important;
    }

    .cpsa-ral-fan-pro {
        min-height: 320px !important;
        transform: scale(.82);
        transform-origin: center;
    }

    .cpsa-ral-grid {
        grid-template-columns: 1fr !important;
    }

    .cpsa-stores {
        grid-template-columns: 1fr !important;
        padding: 24px 18px !important;
        border-radius: 24px !important;
    }

    .cpsa-store-list {
        justify-content: flex-start !important;
    }

    .cpsa-footer-v31-inner {
        padding: 38px 20px 0 !important;
    }

    .cpsa-footer-v31-links {
        grid-template-columns: 1fr !important;
    }

    .cpsa-footer-v31-partner {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .cpsa-footer-v31-bottom {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}

@media (max-width: 430px) {
    .cpsa-hero-home-store .cpsa-hero-side-products {
        grid-template-columns: 1fr !important;
    }

    .cpsa-mega-nav {
        width: 94vw !important;
    }

    .cpsa-mega-three-image {
        min-height: 180px;
    }

    .cpsa-mega-three-image img {
        max-height: 170px;
    }
}


/* v4.0.0 Premium WooCommerce single product and archive shortcodes */
.cpsa-product-notice {
    padding: 22px;
    border-radius: 18px;
    background: #ffffff;
    color: #000000;
    border: 1px solid rgba(0,0,0,.08);
    font-weight: 800;
}
.cpsa-single-product-premium {
    width: min(1480px, calc(100% - 36px));
    margin: 36px auto;
    display: grid;
    grid-template-columns: minmax(420px, .95fr) minmax(480px, 1.05fr);
    gap: 28px;
    padding: clamp(24px, 4vw, 48px);
    border-radius: 38px;
    background:
        radial-gradient(circle at top right, rgba(255,0,0,.22), transparent 34%),
        linear-gradient(135deg, #000000 0%, #151515 100%);
    box-shadow: 0 30px 90px rgba(0,0,0,.28);
    color: #ffffff;
}
.cpsa-single-product-gallery {
    min-width: 0;
}
.cpsa-single-product-main-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 620px;
    padding: clamp(24px, 4vw, 46px);
    border-radius: 34px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.06), 0 26px 70px rgba(0,0,0,.25);
}
.cpsa-single-product-main-image img {
    max-width: 100%;
    max-height: 560px;
    object-fit: contain;
    filter: drop-shadow(0 22px 32px rgba(0,0,0,.16));
}
.cpsa-single-product-thumbs {
    display: flex;
    gap: 12px;
    margin-top: 14px;
    overflow-x: auto;
}
.cpsa-single-product-thumbs button {
    width: 82px;
    height: 82px;
    flex: 0 0 auto;
    border-radius: 18px;
    border: 2px solid transparent;
    background: #ffffff;
    padding: 8px;
    cursor: pointer;
}
.cpsa-single-product-thumbs button.is-active {
    border-color: #ff0000;
}
.cpsa-single-product-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cpsa-single-product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
}
.cpsa-product-kicker {
    display: inline-flex;
    width: max-content;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.cpsa-single-product-info h1 {
    margin: 0;
    font-size: clamp(42px, 5vw, 74px);
    line-height: .92;
    letter-spacing: -.06em;
}
.cpsa-single-product-cats,
.cpsa-single-product-cats a {
    color: rgba(255,255,255,.82) !important;
    font-weight: 800;
}
.cpsa-single-product-price {
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 900;
}
.cpsa-single-product-price .amount,
.cpsa-single-product-price bdi {
    color: #ffffff !important;
}
.cpsa-single-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cpsa-single-product-meta span {
    display: inline-flex;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.14);
    font-weight: 800;
}
.cpsa-single-product-description,
.cpsa-single-product-description p,
.cpsa-single-product-description li {
    color: rgba(255,255,255,.88) !important;
    line-height: 1.7;
    font-size: 17px;
}
.cpsa-single-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.cpsa-product-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 22px;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 900;
    transition: .2s ease;
}
.cpsa-product-btn:hover {
    transform: translateY(-2px);
}
.cpsa-product-btn-primary {
    background: linear-gradient(135deg, #ff0000, #b30000);
    box-shadow: 0 18px 38px rgba(255,0,0,.24);
}
.cpsa-product-btn-secondary {
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.18);
}
.cpsa-single-product-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 12px;
    margin-top: 8px;
}
.cpsa-single-product-benefits article {
    padding: 16px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
}
.cpsa-single-product-benefits strong,
.cpsa-single-product-benefits span {
    display: block;
}
.cpsa-single-product-benefits span {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.45;
}

.cpsa-product-archive-premium {
    width: min(1480px, calc(100% - 36px));
    margin: 36px auto;
    color: #ffffff;
}
.cpsa-product-archive-hero {
    padding: clamp(28px, 5vw, 58px);
    border-radius: 36px;
    background:
        radial-gradient(circle at top right, rgba(255,0,0,.22), transparent 34%),
        linear-gradient(135deg, #000000 0%, #161616 100%);
    box-shadow: 0 26px 76px rgba(0,0,0,.24);
}
.cpsa-product-archive-hero span {
    display: inline-flex;
    padding: 10px 14px;
    border-radius: 999px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
    font-size: 12px;
}
.cpsa-product-archive-hero h1 {
    max-width: 980px;
    margin: 16px 0 14px;
    font-size: clamp(38px, 5vw, 72px);
    line-height: .94;
    letter-spacing: -.06em;
}
.cpsa-product-archive-hero p {
    max-width: 860px;
    margin: 0;
    font-size: 18px;
    line-height: 1.68;
}
.cpsa-product-filters {
    display: grid;
    grid-template-columns: minmax(260px, 1.4fr) repeat(5, minmax(140px, .75fr));
    gap: 14px;
    align-items: end;
    margin: 20px 0;
    padding: 20px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 18px 46px rgba(0,0,0,.12);
}
.cpsa-filter-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cpsa-filter-field label {
    font-weight: 900;
    font-size: 13px;
}
.cpsa-filter-field input,
.cpsa-filter-field select {
    width: 100%;
    height: 46px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 14px;
    padding: 0 13px;
    color: #000000;
    background: #ffffff;
    font-weight: 700;
}
.cpsa-filter-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}
.cpsa-filter-actions button,
.cpsa-filter-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 900;
}
.cpsa-filter-actions button {
    border: none;
    background: linear-gradient(135deg, #ff0000, #b30000);
    cursor: pointer;
}
.cpsa-filter-actions a {
    background: #f3f3f3;
    border: 1px solid rgba(0,0,0,.08);
}
.cpsa-product-results {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 18px;
}
.cpsa-product-card-premium {
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 18px 48px rgba(0,0,0,.12);
    transition: transform .2s ease, box-shadow .2s ease;
}
.cpsa-product-card-premium:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(0,0,0,.18);
}
.cpsa-product-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    padding: 24px;
    background:
        radial-gradient(circle at center, rgba(255,0,0,.07), transparent 60%),
        #f7f7f7;
}
.cpsa-product-card-image img {
    max-width: 100%;
    max-height: 240px;
    object-fit: contain;
    filter: drop-shadow(0 16px 22px rgba(0,0,0,.14));
    transition: transform .2s ease;
}
.cpsa-product-card-premium:hover .cpsa-product-card-image img {
    transform: scale(1.05);
}
.cpsa-product-card-body {
    padding: 20px;
}
.cpsa-product-card-cat,
.cpsa-product-card-cat a {
    color: #ff0000 !important;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.cpsa-product-card-body h3 {
    margin: 10px 0 12px;
    font-size: 24px;
    line-height: 1.05;
}
.cpsa-product-card-price {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 16px;
}
.cpsa-product-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cpsa-product-card-actions a {
    display: inline-flex;
    padding: 11px 15px;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 900;
}
.cpsa-product-card-actions a:first-child {
    background: linear-gradient(135deg, #ff0000, #b30000);
}
.cpsa-product-card-actions a:last-child {
    background: #f2f2f2;
    border: 1px solid rgba(0,0,0,.08);
}
.cpsa-product-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 24px;
}
.cpsa-product-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #ffffff;
    text-decoration: none !important;
    font-weight: 900;
}
.cpsa-product-empty {
    grid-column: 1 / -1;
    padding: 30px;
    border-radius: 24px;
    background: #000000;
    border: 1px solid rgba(255,255,255,.12);
}

@media (max-width: 1180px) {
    .cpsa-single-product-premium,
    .cpsa-product-filters {
        grid-template-columns: 1fr;
    }
    .cpsa-product-results {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
    .cpsa-single-product-main-image {
        min-height: 480px;
    }
}
@media (max-width: 760px) {
    .cpsa-single-product-premium,
    .cpsa-product-archive-premium {
        width: min(100% - 24px, 100%);
        margin: 24px auto;
    }
    .cpsa-single-product-premium {
        padding: 18px;
        border-radius: 26px;
    }
    .cpsa-single-product-main-image {
        min-height: 360px;
        border-radius: 22px;
    }
    .cpsa-single-product-info h1,
    .cpsa-product-archive-hero h1 {
        font-size: clamp(32px, 11vw, 46px);
    }
    .cpsa-single-product-benefits,
    .cpsa-product-results {
        grid-template-columns: 1fr;
    }
    .cpsa-product-filters {
        padding: 16px;
        border-radius: 22px;
    }
    .cpsa-filter-actions {
        flex-direction: column;
        align-items: stretch;
    }
}


/* v4.0.1 WooCommerce template integration */
body.post-type-archive-product .woocommerce,
body.tax-product_cat .woocommerce,
body.tax-product_tag .woocommerce,
body.single-product .woocommerce {
    width: 100% !important;
    max-width: 100% !important;
}


/* v4.0.4 show all WooCommerce products by category in mega menu */
.cpsa-mega-three-products {
    max-height: 430px;
    overflow-y: auto;
    padding-right: 6px;
}
.cpsa-mega-three-products::-webkit-scrollbar {
    width: 8px;
}
.cpsa-mega-three-products::-webkit-scrollbar-thumb {
    background: #ff0000;
    border-radius: 999px;
}
.cpsa-mega-three-products::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 999px;
}


/* v4.0.6 mega menu default category safeguard */
.cpsa-mega-three-panel[data-cpsa-default-category="arquitectonicos"] .cpsa-mega-three-category[data-cpsa-mega-category="arquitectonicos"] {
    background: #000000;
    border-color: #000000;
}
.cpsa-mega-three-panel[data-cpsa-default-category="arquitectonicos"] .cpsa-mega-three-category[data-cpsa-mega-category="arquitectonicos"] strong,
.cpsa-mega-three-panel[data-cpsa-default-category="arquitectonicos"] .cpsa-mega-three-category[data-cpsa-mega-category="arquitectonicos"] span {
    color: #ffffff !important;
}


/* v4.1.0 Premium contact page shortcode */
.cpsa-contact-premium {
    width: min(1480px, calc(100% - 36px));
    margin: 36px auto;
    color: #ffffff;
}
.cpsa-contact-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: clamp(30px, 5vw, 64px);
    border-radius: 38px;
    background:
        radial-gradient(circle at top right, rgba(255,0,0,.26), transparent 34%),
        linear-gradient(135deg, #000000 0%, #161616 100%);
    box-shadow: 0 28px 82px rgba(0,0,0,.26);
}
.cpsa-contact-hero-copy span {
    display: inline-flex;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.cpsa-contact-hero-copy h1 {
    margin: 16px 0 14px;
    font-size: clamp(44px, 6vw, 84px);
    line-height: .9;
    letter-spacing: -.065em;
}
.cpsa-contact-hero-copy p {
    max-width: 820px;
    margin: 0;
    font-size: 19px;
    line-height: 1.62;
}
.cpsa-contact-logos {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px;
    border-radius: 26px;
    background: #ffffff;
}
.cpsa-contact-logos img {
    max-width: 150px;
    max-height: 82px;
    object-fit: contain;
}
.cpsa-contact-grid {
    display: grid;
    grid-template-columns: minmax(420px, .95fr) minmax(540px, 1.05fr);
    gap: 24px;
    margin-top: 24px;
}
.cpsa-contact-info {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.cpsa-contact-card {
    padding: clamp(24px, 4vw, 42px);
    border-radius: 34px;
    box-shadow: 0 22px 62px rgba(0,0,0,.22);
}
.cpsa-contact-card-red {
    background:
        radial-gradient(circle at top right, rgba(255,255,255,.18), transparent 34%),
        linear-gradient(135deg, #ff0000, #b30000);
}
.cpsa-contact-card span {
    display: inline-flex;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
}
.cpsa-contact-card h2 {
    margin: 12px 0 12px;
    font-size: clamp(34px, 4vw, 58px);
    line-height: .96;
    letter-spacing: -.05em;
}
.cpsa-contact-card p {
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 1.65;
}
.cpsa-contact-card a {
    display: inline-flex;
    padding: 13px 18px;
    border-radius: 999px;
    background: rgba(0,0,0,.22);
    border: 1px solid rgba(255,255,255,.22);
    text-decoration: none !important;
    font-weight: 900;
}
.cpsa-contact-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.cpsa-contact-mini-grid article {
    padding: 20px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 16px 40px rgba(0,0,0,.10);
}
.cpsa-contact-mini-grid strong {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}
.cpsa-contact-mini-grid p {
    margin: 0;
    line-height: 1.55;
}
.cpsa-contact-details,
.cpsa-contact-stores {
    padding: 24px;
    border-radius: 28px;
    background: #000000;
    border: 1px solid rgba(255,255,255,.12);
}
.cpsa-contact-details h3 {
    margin: 0 0 14px;
    font-size: 26px;
}
.cpsa-contact-details div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cpsa-contact-details a {
    display: inline-flex;
    padding: 11px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.14);
    text-decoration: none !important;
    font-weight: 900;
}
.cpsa-contact-stores > span {
    display: inline-flex;
    padding: 9px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.cpsa-contact-stores div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cpsa-contact-stores strong {
    display: inline-flex;
    padding: 12px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.14);
}
.cpsa-contact-form-wrap .cpsa-public-form {
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: clamp(24px, 3vw, 42px);
    border-radius: 34px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 22px 62px rgba(0,0,0,.16);
}
.cpsa-contact-form-wrap .cpsa-public-form h3 {
    color: #000000 !important;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1;
    letter-spacing: -.04em;
}
.cpsa-contact-form-wrap .cpsa-public-form label {
    color: #000000 !important;
}
.cpsa-contact-form-wrap .cpsa-public-form input,
.cpsa-contact-form-wrap .cpsa-public-form textarea {
    color: #000000 !important;
    background: #ffffff;
}
.cpsa-contact-form-wrap .cpsa-public-form input::placeholder,
.cpsa-contact-form-wrap .cpsa-public-form textarea::placeholder {
    color: #6e6e6e;
}
.cpsa-contact-form-wrap .cpsa-public-form button {
    background: linear-gradient(135deg, #ff0000, #b30000) !important;
    color: #ffffff !important;
}
.cpsa-contact-bottom {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px;
    margin-top: 24px;
}
.cpsa-contact-bottom article {
    padding: 22px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(255,0,0,.18), transparent 36%),
        #000000;
    border: 1px solid rgba(255,255,255,.12);
}
.cpsa-contact-bottom strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
}
.cpsa-contact-bottom p {
    margin: 0;
    line-height: 1.55;
}
@media (max-width: 1180px) {
    .cpsa-contact-hero,
    .cpsa-contact-grid {
        grid-template-columns: 1fr;
    }
    .cpsa-contact-logos {
        width: max-content;
        max-width: 100%;
    }
}
@media (max-width: 760px) {
    .cpsa-contact-premium {
        width: min(100% - 24px, 100%);
        margin: 24px auto;
    }
    .cpsa-contact-hero {
        padding: 28px 20px;
        border-radius: 28px;
    }
    .cpsa-contact-hero-copy h1 {
        font-size: clamp(38px, 13vw, 56px);
    }
    .cpsa-contact-logos {
        flex-direction: column;
        align-items: flex-start;
    }
    .cpsa-contact-mini-grid,
    .cpsa-contact-bottom {
        grid-template-columns: 1fr;
    }
    .cpsa-contact-form-wrap .cpsa-public-grid {
        grid-template-columns: 1fr;
    }
}


/* v4.1.1 contact form store select and product autocomplete */
.cpsa-public-form select {
    width: 100%;
    margin-top: 6px;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 15px;
    background: #ffffff;
    color: #000000 !important;
    font-weight: 700;
}
.cpsa-product-search-field {
    position: relative;
}
.cpsa-product-search-field input[data-cpsa-product-search] {
    padding-right: 42px;
}
.cpsa-product-search-results {
    display: none;
    position: absolute;
    z-index: 10020;
    left: 0;
    right: 0;
    top: calc(100% - 6px);
    max-height: 310px;
    overflow-y: auto;
    padding: 8px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.10);
    box-shadow: 0 22px 54px rgba(0,0,0,.18);
}
.cpsa-product-search-results.is-open {
    display: grid;
    gap: 8px;
}
.cpsa-product-result-item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 9px;
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 14px;
    background: #ffffff;
    cursor: pointer;
    text-align: left;
    transition: .18s ease;
}
.cpsa-product-result-item:hover {
    background: #fff5f5;
    border-color: rgba(255,0,0,.24);
    transform: translateY(-1px);
}
.cpsa-product-result-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: #f5f5f5;
}
.cpsa-product-result-image img {
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
}
.cpsa-product-result-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.cpsa-product-result-copy strong {
    color: #000000 !important;
    font-size: 14px;
    line-height: 1.12;
}
.cpsa-product-result-copy small {
    color: #6e6e6e !important;
    margin-top: 3px;
    font-weight: 800;
}
.cpsa-product-result-add {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    background: #ff0000;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 900;
}
.cpsa-product-result-empty {
    padding: 12px;
    border-radius: 12px;
    background: #f7f7f7;
    color: #6e6e6e !important;
    font-weight: 800;
}
.cpsa-selected-products {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.cpsa-selected-products span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 9px 8px 12px;
    border-radius: 999px;
    background: #000000;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 900;
}
.cpsa-selected-products button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ff0000;
    color: #ffffff !important;
    line-height: 1;
    cursor: pointer;
}
@media (max-width: 760px) {
    .cpsa-product-search-results {
        position: static;
        margin-top: 8px;
    }
    .cpsa-product-result-item {
        grid-template-columns: 46px minmax(0,1fr);
    }
    .cpsa-product-result-add {
        grid-column: 2;
        width: max-content;
    }
}


/* v4.2.0 form cybersecurity and antispam */
.cpsa-security-field {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
}
.cpsa-public-error {
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #ff0000;
    color: #ffffff !important;
    font-weight: 900;
}
.cpsa-public-error * {
    color: #ffffff !important;
}


/* v4.3.0 Premium stores page shortcode */
.cpsa-stores-premium-page {
    width: min(1480px, calc(100% - 36px));
    margin: 36px auto;
    color: #ffffff;
}
.cpsa-stores-page-hero {
    display: grid;
    grid-template-columns: minmax(0,1fr) 360px;
    gap: 24px;
    align-items: stretch;
    padding: clamp(30px, 5vw, 64px);
    border-radius: 38px;
    background:
        radial-gradient(circle at top right, rgba(255,0,0,.28), transparent 34%),
        linear-gradient(135deg, #000000 0%, #151515 100%);
    box-shadow: 0 28px 82px rgba(0,0,0,.26);
}
.cpsa-stores-page-copy span {
    display: inline-flex;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.cpsa-stores-page-copy h1 {
    max-width: 900px;
    margin: 16px 0 14px;
    font-size: clamp(44px, 6vw, 84px);
    line-height: .9;
    letter-spacing: -.065em;
}
.cpsa-stores-page-copy p {
    max-width: 760px;
    margin: 0;
    font-size: 19px;
    line-height: 1.62;
}
.cpsa-stores-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.cpsa-stores-page-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 18px;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 900;
    border: 1px solid rgba(255,255,255,.18);
}
.cpsa-stores-page-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 28px;
    border-radius: 30px;
    background: #ffffff;
}
.cpsa-stores-page-brand img {
    max-width: 240px;
    max-height: 120px;
    object-fit: contain;
}
.cpsa-stores-page-brand span {
    font-weight: 800;
    line-height: 1.45;
}
.cpsa-stores-page-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 18px;
    margin-top: 24px;
}
.cpsa-store-premium-card {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 22px 62px rgba(0,0,0,.14);
    transition: transform .22s ease, box-shadow .22s ease;
}
.cpsa-store-premium-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 8px;
    background: var(--store-accent);
}
.cpsa-store-premium-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 80px rgba(0,0,0,.20);
}
.cpsa-store-premium-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
}
.cpsa-store-premium-top span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 54px;
    border-radius: 999px;
    font-size: 20px;
    font-weight: 900;
}
.cpsa-store-premium-top strong {
    display: inline-flex;
    padding: 9px 12px;
    border-radius: 999px;
    background: #f3f3f3;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .07em;
}
.cpsa-store-premium-card h2 {
    margin: 0 0 12px;
    font-size: clamp(28px, 2.4vw, 42px);
    line-height: 1;
    letter-spacing: -.05em;
}
.cpsa-store-premium-card p {
    min-height: 74px;
    margin: 0 0 18px;
    line-height: 1.58;
    font-weight: 700;
}
.cpsa-store-premium-hours {
    padding: 16px;
    border-radius: 20px;
    background:
        radial-gradient(circle at top right, rgba(255,0,0,.22), transparent 40%),
        #000000;
}
.cpsa-store-premium-hours span,
.cpsa-store-premium-hours strong {
    display: block;
}
.cpsa-store-premium-hours span {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.cpsa-store-premium-hours strong {
    line-height: 1.45;
}
.cpsa-store-premium-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}
.cpsa-store-premium-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 14px;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 900;
}
.cpsa-store-premium-actions a:last-child {
    background: #f3f3f3;
    border: 1px solid rgba(0,0,0,.08);
}
.cpsa-stores-page-support {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px;
    margin-top: 24px;
}
.cpsa-stores-page-support article {
    padding: 22px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(255,0,0,.18), transparent 36%),
        #000000;
    border: 1px solid rgba(255,255,255,.12);
}
.cpsa-stores-page-support strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
}
.cpsa-stores-page-support p {
    margin: 0;
    line-height: 1.55;
}
@media (max-width: 1180px) {
    .cpsa-stores-page-hero {
        grid-template-columns: 1fr;
    }
    .cpsa-stores-page-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}
@media (max-width: 760px) {
    .cpsa-stores-premium-page {
        width: min(100% - 24px, 100%);
        margin: 24px auto;
    }
    .cpsa-stores-page-hero {
        padding: 28px 20px;
        border-radius: 28px;
    }
    .cpsa-stores-page-copy h1 {
        font-size: clamp(38px, 13vw, 56px);
    }
    .cpsa-stores-page-grid,
    .cpsa-stores-page-support {
        grid-template-columns: 1fr;
    }
    .cpsa-store-premium-card p {
        min-height: 0;
    }
}


.cpsa-ai-safe-box {
    width: min(1100px, calc(100% - 32px));
    margin: 32px auto;
    padding: 28px;
    border-radius: 28px;
    background: #000000;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 22px 62px rgba(0,0,0,.22);
}
.cpsa-ai-safe-box h2,
.cpsa-ai-safe-box p,
.cpsa-ai-safe-box strong {
    color: #ffffff !important;
}
.cpsa-ai-safe-box a {
    display: inline-flex;
    margin-top: 12px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #ff0000;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 900;
}


/* v5.0.5 IA Lite segura */
.cpsa-ai-lite-box {
    width: min(1280px, calc(100% - 32px));
    margin: 34px auto;
    padding: 28px;
    border-radius: 30px;
    background: #000000;
    color: #ffffff;
    box-shadow: 0 24px 70px rgba(0,0,0,.24);
}
.cpsa-ai-lite-hero {
    margin-bottom: 22px;
}
.cpsa-ai-lite-hero span {
    display: inline-flex;
    padding: 9px 12px;
    border-radius: 999px;
    background: #ff0000;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.cpsa-ai-lite-hero h2 {
    margin: 14px 0 10px;
    color: #ffffff !important;
    font-size: clamp(36px, 5vw, 64px);
    line-height: .94;
    letter-spacing: -.055em;
}
.cpsa-ai-lite-hero p,
.cpsa-ai-lite-box p {
    color: #ffffff !important;
}
.cpsa-ai-lite-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
    padding: 18px;
    border-radius: 24px;
    background: #ffffff;
}
.cpsa-ai-lite-grid label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: #000000;
    font-weight: 900;
}
.cpsa-ai-lite-grid input,
.cpsa-ai-lite-grid select,
.cpsa-ai-lite-grid textarea {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 14px;
    padding: 12px 13px;
    color: #000000;
    background: #ffffff;
    font-weight: 700;
}
.cpsa-ai-lite-full {
    grid-column: 1 / -1;
}
.cpsa-ai-lite-form button {
    margin-top: 16px;
    border: 0;
    border-radius: 999px;
    padding: 14px 20px;
    background: #ff0000;
    color: #ffffff;
    font-weight: 900;
    cursor: pointer;
}
.cpsa-ai-lite-status {
    margin-top: 12px;
    color: #ffffff;
    font-weight: 900;
}
.cpsa-ai-lite-list {
    display: grid;
    gap: 12px;
}
.cpsa-ai-lite-list article {
    padding: 16px;
    border-radius: 18px;
    background: #ffffff;
}
.cpsa-ai-lite-list strong,
.cpsa-ai-lite-list span,
.cpsa-ai-lite-list p,
.cpsa-ai-lite-list small {
    display: block;
    color: #000000 !important;
}
@media(max-width: 760px) {
    .cpsa-ai-lite-grid {
        grid-template-columns: 1fr;
    }
}


/* v5.0.6 IA Lite con vista previa y productos WooCommerce */
.cpsa-ai-lite-preview {
    padding: 14px;
    border-radius: 18px;
    background: #f5f5f5;
    border: 1px solid rgba(0,0,0,.08);
}
.cpsa-ai-lite-preview img {
    display: block;
    width: 100%;
    max-height: 360px;
    object-fit: contain;
    border-radius: 14px;
}
.cpsa-ai-lite-grid small {
    color: #6e6e6e;
    font-weight: 700;
}
.cpsa-ai-lite-estimate {
    margin-top: 14px;
    color: #ffffff;
    font-weight: 900;
}
.cpsa-ai-lite-products {
    margin-top: 18px;
    padding: 18px;
    border-radius: 24px;
    background: #ffffff;
}
.cpsa-ai-lite-products-head {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
}
.cpsa-ai-lite-products-head span {
    display: inline-flex;
    width: max-content;
    padding: 8px 12px;
    border-radius: 999px;
    background: #ff0000;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.cpsa-ai-lite-products-head strong {
    color: #000000;
    font-size: 22px;
    line-height: 1;
}
.cpsa-ai-lite-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 14px;
}
.cpsa-ai-lite-product {
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 14px 34px rgba(0,0,0,.08);
}
.cpsa-ai-lite-product-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    padding: 16px;
    background: radial-gradient(circle at center, rgba(255,0,0,.08), transparent 62%), #ffffff;
}
.cpsa-ai-lite-product-img img {
    max-width: 100%;
    max-height: 130px;
    object-fit: contain;
    filter: drop-shadow(0 12px 18px rgba(0,0,0,.14));
}
.cpsa-ai-lite-product > div {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.cpsa-ai-lite-product small {
    color: #ff0000;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.cpsa-ai-lite-product strong,
.cpsa-ai-lite-product span {
    color: #000000;
}
.cpsa-ai-lite-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
}
.cpsa-ai-lite-product-actions a {
    display: inline-flex;
    padding: 8px 10px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
}
.cpsa-ai-lite-product-actions a:first-child {
    background: #ff0000;
    color: #ffffff;
}
.cpsa-ai-lite-product-actions a:last-child {
    background: #f1f1f1;
    color: #000000;
}
@media(max-width: 980px) {
    .cpsa-ai-lite-products-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}
@media(max-width: 620px) {
    .cpsa-ai-lite-products-grid {
        grid-template-columns: 1fr;
    }
}


/* v5.0.7 Resultado IA real */
.cpsa-ai-lite-result {
    margin-top: 18px;
    padding: 18px;
    border-radius: 24px;
    background: #ffffff;
}
.cpsa-ai-lite-result h3 {
    margin: 0 0 14px;
    color: #000000 !important;
    font-size: 26px;
}
.cpsa-ai-lite-result img {
    width: 100%;
    max-height: 620px;
    object-fit: contain;
    border-radius: 18px;
    background: #f5f5f5;
}


/* v5.0.8 Comparador IA y acciones comerciales */
.cpsa-ai-lite-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding: 14px;
    border-radius: 18px;
    background: #f7f7f7;
}
.cpsa-ai-lite-colors span {
    color: #000000;
    font-weight: 900;
    margin-right: 4px;
}
.cpsa-ai-lite-colors button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 999px;
    padding: 9px 12px;
    background: #ffffff;
    color: #000000;
    font-weight: 900;
    cursor: pointer;
}
.cpsa-ai-lite-colors button::before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: var(--swatch);
    border: 1px solid rgba(0,0,0,.18);
}
.cpsa-ai-lite-colors button.is-active {
    border-color: #ff0000;
    box-shadow: 0 0 0 3px rgba(255,0,0,.12);
}
.cpsa-ai-lite-compare {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
}
.cpsa-ai-lite-compare article {
    padding: 14px;
    border-radius: 20px;
    background: #f7f7f7;
}
.cpsa-ai-lite-compare strong {
    display: block;
    color: #000000 !important;
    margin-bottom: 10px;
}
.cpsa-ai-lite-compare img {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    border-radius: 16px;
    background: #ffffff;
}
.cpsa-ai-lite-result-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}
.cpsa-ai-lite-result-actions a,
.cpsa-ai-lite-result-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 12px 16px;
    text-decoration: none;
    font-weight: 900;
    cursor: pointer;
}
.cpsa-ai-lite-result-actions a:first-child {
    background: #000000;
    color: #ffffff;
}
.cpsa-ai-lite-whatsapp {
    background: #ff0000 !important;
    color: #ffffff !important;
}
.cpsa-ai-lite-result-actions button {
    background: #f1f1f1;
    color: #000000;
}
@media(max-width: 760px) {
    .cpsa-ai-lite-compare {
        grid-template-columns: 1fr;
    }
}


/* v5.0.9 Generación IA robusta */
.cpsa-ai-lite-form button[disabled] {
    opacity: .65;
    cursor: not-allowed;
}
.cpsa-ai-lite-status:not(:empty) {
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,.10);
}


/* v5.1.0 Dashboard IA Comercial */
.cpsa-ai-dashboard-filters {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr)) auto auto;
    gap: 12px;
    align-items: end;
    margin: 20px 0;
    padding: 18px;
    border-radius: 24px;
    background: #ffffff;
}
.cpsa-ai-dashboard-filters label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: #000000;
    font-weight: 900;
}
.cpsa-ai-dashboard-filters input,
.cpsa-ai-dashboard-filters select {
    min-height: 44px;
    border: 1px solid #d1d5db;
    border-radius: 14px;
    padding: 0 12px;
    color: #000000;
    background: #ffffff;
}
.cpsa-ai-dashboard-filters button,
.cpsa-ai-dashboard-filters a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 0 16px;
    font-weight: 900;
    text-decoration: none;
}
.cpsa-ai-dashboard-filters button {
    background: #ff0000;
    color: #ffffff;
}
.cpsa-ai-dashboard-filters a {
    background: #000000;
    color: #ffffff;
}
.cpsa-ai-dashboard-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 14px;
    margin-bottom: 18px;
}
.cpsa-ai-dashboard-stats article {
    padding: 18px;
    border-radius: 22px;
    background: #ffffff;
}
.cpsa-ai-dashboard-stats span {
    display: block;
    color: #6e6e6e;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.cpsa-ai-dashboard-stats strong {
    display: block;
    margin-top: 6px;
    color: #000000;
    font-size: 38px;
    line-height: 1;
}
.cpsa-ai-dashboard-list {
    display: grid;
    gap: 14px;
}
.cpsa-ai-dashboard-card {
    display: grid;
    grid-template-columns: 240px minmax(0,1fr);
    gap: 18px;
    padding: 18px;
    border-radius: 24px;
    background: #ffffff;
}
.cpsa-ai-dashboard-media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 8px;
}
.cpsa-ai-dashboard-media img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 16px;
    background: #f5f5f5;
}
.cpsa-ai-dashboard-copy h3,
.cpsa-ai-dashboard-copy p,
.cpsa-ai-dashboard-copy strong,
.cpsa-ai-dashboard-copy small {
    color: #000000 !important;
}
.cpsa-ai-dashboard-copy h3 {
    margin: 8px 0;
    font-size: 24px;
}
.cpsa-ai-dashboard-copy p {
    margin: 6px 0;
}
.cpsa-ai-badge {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}
.cpsa-ai-badge.is-ok { background: #111111; }
.cpsa-ai-badge.is-error { background: #ff0000; }
.cpsa-ai-badge.is-lite { background: #6e6e6e; }
@media(max-width: 980px) {
    .cpsa-ai-dashboard-filters,
    .cpsa-ai-dashboard-stats,
    .cpsa-ai-dashboard-card {
        grid-template-columns: 1fr;
    }
}


/* v5.1.2 Gestión comercial IA */
.cpsa-ai-dashboard-filters {
    grid-template-columns: repeat(4, minmax(0,1fr)) auto auto;
}
.cpsa-ai-status-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px;
    margin-top: 10px;
}
.cpsa-ai-status-row label {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #000000;
    font-weight: 900;
}
.cpsa-ai-status-row select {
    min-height: 38px;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 0 10px;
    color: #000000;
    background: #ffffff;
    font-weight: 800;
}
.cpsa-ai-status-save {
    color: #6e6e6e;
    font-size: 12px;
    font-weight: 900;
}
@media(max-width: 980px) {
    .cpsa-ai-dashboard-filters {
        grid-template-columns: 1fr;
    }
}


/* v5.1.3 Rediseño premium del shortcode IA */
.cpsa-ai-premium-box {
    background:
        radial-gradient(circle at top left, rgba(255,0,0,.16), transparent 28%),
        radial-gradient(circle at bottom right, rgba(255,255,255,.08), transparent 24%),
        linear-gradient(135deg, #050505 0%, #111111 55%, #090909 100%);
    border: 1px solid rgba(255,255,255,.08);
}
.cpsa-ai-premium-shell {
    display: grid;
    grid-template-columns: 420px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}
.cpsa-ai-premium-left,
.cpsa-ai-premium-right {
    min-width: 0;
}
.cpsa-ai-premium-left {
    position: sticky;
    top: 18px;
    padding: 12px 4px;
}
.cpsa-ai-premium-badge {
    display: inline-flex;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,0,0,.16);
    border: 1px solid rgba(255,255,255,.12);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.cpsa-ai-premium-left h2 {
    margin: 18px 0 12px;
    color: #ffffff !important;
    font-size: clamp(34px, 4.2vw, 56px);
    line-height: .98;
    letter-spacing: -.05em;
}
.cpsa-ai-premium-lead {
    color: rgba(255,255,255,.86) !important;
    font-size: 16px;
    line-height: 1.6;
}
.cpsa-ai-premium-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 12px;
    margin: 22px 0;
}
.cpsa-ai-premium-stats article,
.cpsa-ai-premium-cards article,
.cpsa-ai-premium-step,
.cpsa-ai-premium-formwrap {
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 18px 50px rgba(0,0,0,.18);
}
.cpsa-ai-premium-stats article {
    padding: 16px;
    border-radius: 20px;
    background: rgba(255,255,255,.05);
    text-align: center;
}
.cpsa-ai-premium-stats strong {
    display: block;
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
}
.cpsa-ai-premium-stats span {
    display: block;
    margin-top: 7px;
    color: rgba(255,255,255,.85);
    font-size: 12px;
    font-weight: 800;
}
.cpsa-ai-premium-cards {
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
}
.cpsa-ai-premium-cards article {
    padding: 18px 18px 16px;
    border-radius: 20px;
    background: rgba(255,255,255,.04);
}
.cpsa-ai-premium-cards h3,
.cpsa-ai-premium-step strong {
    color: #ffffff !important;
}
.cpsa-ai-premium-cards p,
.cpsa-ai-premium-step p {
    color: rgba(255,255,255,.84) !important;
    margin: 8px 0 0;
}
.cpsa-ai-premium-steps {
    display: grid;
    gap: 12px;
}
.cpsa-ai-premium-step {
    display: grid;
    grid-template-columns: 56px minmax(0,1fr);
    gap: 14px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255,255,255,.04);
}
.cpsa-ai-premium-step > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: #ff0000;
    color: #ffffff;
    font-weight: 900;
    font-size: 18px;
}
.cpsa-ai-premium-formwrap {
    padding: 24px;
    border-radius: 30px;
    background: #ffffff;
}
.cpsa-ai-premium-formhead {
    margin-bottom: 18px;
}
.cpsa-ai-premium-formhead span {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,0,0,.12);
    color: #ff0000;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.cpsa-ai-premium-formhead h3 {
    margin: 14px 0 8px;
    color: #000000 !important;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1;
}
.cpsa-ai-premium-formhead p {
    margin: 0;
    color: #6e6e6e !important;
    line-height: 1.55;
}
.cpsa-ai-section-title {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255,0,0,.09), rgba(0,0,0,.03));
    border: 1px solid rgba(0,0,0,.05);
}
.cpsa-ai-section-title strong {
    color: #000000 !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.cpsa-ai-section-title span {
    color: #6e6e6e !important;
    font-size: 13px;
    line-height: 1.45;
}
.cpsa-ai-lite-grid {
    gap: 16px !important;
    padding: 0 !important;
    background: transparent !important;
}
.cpsa-ai-lite-grid label {
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(0,0,0,.08);
    background: #ffffff;
}
.cpsa-ai-lite-grid input,
.cpsa-ai-lite-grid select,
.cpsa-ai-lite-grid textarea {
    margin-top: 2px;
    background: #fafafa !important;
}
.cpsa-ai-lite-colors {
    border: 1px solid rgba(0,0,0,.06);
}
.cpsa-ai-premium-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
    flex-wrap: wrap;
}
.cpsa-ai-premium-actions .cpsa-ai-lite-estimate {
    margin: 0;
    color: #000000 !important;
    font-weight: 900;
}
.cpsa-ai-premium-actions button {
    min-height: 52px;
    padding: 0 24px;
    box-shadow: 0 16px 40px rgba(255,0,0,.18);
}
.cpsa-ai-lite-products,
.cpsa-ai-lite-result {
    margin-top: 22px !important;
    border: 1px solid rgba(0,0,0,.07);
    box-shadow: 0 18px 48px rgba(0,0,0,.08);
}
.cpsa-ai-lite-status:not(:empty) {
    margin-top: 18px;
    background: #101010 !important;
    color: #ffffff !important;
}
.cpsa-ai-lite-products-head strong {
    font-size: 26px !important;
}
.cpsa-ai-lite-result h3 {
    font-size: 30px !important;
}
.cpsa-ai-lite-result-actions a,
.cpsa-ai-lite-result-actions button {
    min-height: 46px;
}
@media(max-width: 1200px) {
    .cpsa-ai-premium-shell {
        grid-template-columns: 1fr;
    }
    .cpsa-ai-premium-left {
        position: static;
        padding: 0;
    }
}
@media(max-width: 768px) {
    .cpsa-ai-premium-stats {
        grid-template-columns: 1fr;
    }
    .cpsa-ai-premium-formwrap {
        padding: 18px;
        border-radius: 24px;
    }
    .cpsa-ai-premium-actions {
        align-items: stretch;
    }
    .cpsa-ai-premium-actions button {
        width: 100%;
    }
}


/* v5.1.4 Mejora de contraste y color del shortcode IA */
.cpsa-ai-premium-formwrap {
    background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}
.cpsa-ai-premium-formhead span {
    background: #ff0000 !important;
    color: #ffffff !important;
    border: 1px solid #ff0000;
    box-shadow: 0 10px 24px rgba(255, 0, 0, 0.18);
}
.cpsa-ai-premium-formhead h3 {
    color: #000000 !important;
}
.cpsa-ai-premium-formhead p {
    color: #6e6e6e !important;
}
.cpsa-ai-section-title {
    background: #ffffff !important;
    border: 1px solid rgba(255,0,0,.18) !important;
    border-left: 6px solid #ff0000 !important;
    box-shadow: 0 10px 26px rgba(0,0,0,.04);
}
.cpsa-ai-section-title strong {
    color: #000000 !important;
}
.cpsa-ai-section-title span {
    color: #6e6e6e !important;
    opacity: 1 !important;
}
.cpsa-ai-lite-grid label {
    background: #ffffff !important;
    border: 1px solid rgba(0,0,0,.10) !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.03);
}
.cpsa-ai-lite-grid label,
.cpsa-ai-lite-grid label strong,
.cpsa-ai-lite-grid label small {
    color: #000000 !important;
}
.cpsa-ai-lite-grid label small {
    color: #6e6e6e !important;
    opacity: 1 !important;
}
.cpsa-ai-lite-grid input,
.cpsa-ai-lite-grid select,
.cpsa-ai-lite-grid textarea {
    background: #ffffff !important;
    border: 1px solid #d5d7da !important;
    color: #000000 !important;
}
.cpsa-ai-lite-grid input::placeholder,
.cpsa-ai-lite-grid textarea::placeholder {
    color: #7a7a7a !important;
    opacity: 1 !important;
}
.cpsa-ai-lite-colors {
    background: #ffffff !important;
    border: 1px solid rgba(0,0,0,.10) !important;
}
.cpsa-ai-lite-colors > span {
    color: #000000 !important;
}
.cpsa-ai-premium-actions .cpsa-ai-lite-estimate {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    padding: 12px 14px;
}
.cpsa-ai-premium-actions button {
    background: linear-gradient(135deg, #ff0000 0%, #d80000 100%) !important;
    color: #ffffff !important;
}
.cpsa-ai-lite-products-head span {
    background: #ff0000 !important;
    color: #ffffff !important;
}
.cpsa-ai-lite-products,
.cpsa-ai-lite-result {
    background: #ffffff !important;
}
.cpsa-ai-lite-products-head strong,
.cpsa-ai-lite-result h3,
.cpsa-ai-lite-products *:not(a):not(button) {
    color: #000000 !important;
}
.cpsa-ai-lite-result *:not(a):not(button) {
    color: #000000 !important;
}


/* v5.1.5 Iconografía e ilustraciones para shortcode IA */
.cpsa-ai-premium-hero-visual {
    position: relative;
    display: grid;
    gap: 12px;
    margin: 22px 0;
    padding: 18px;
    border-radius: 26px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,0,0,.06));
    border: 1px solid rgba(255,255,255,.08);
}
.cpsa-ai-premium-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(1px);
    opacity: .9;
}
.cpsa-ai-premium-orb-a {
    width: 140px;
    height: 140px;
    top: -24px;
    right: -20px;
    background: radial-gradient(circle, rgba(255,0,0,.35), rgba(255,0,0,0));
}
.cpsa-ai-premium-orb-b {
    width: 120px;
    height: 120px;
    bottom: -30px;
    left: -18px;
    background: radial-gradient(circle, rgba(255,255,255,.18), rgba(255,255,255,0));
}
.cpsa-ai-premium-visual-card,
.cpsa-ai-premium-highlights article {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 52px minmax(0,1fr);
    gap: 14px;
    align-items: center;
    padding: 14px;
    border-radius: 20px;
}
.cpsa-ai-premium-visual-card {
    background: rgba(0,0,0,.34);
    border: 1px solid rgba(255,255,255,.09);
}
.cpsa-ai-premium-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 12px;
    margin-top: 16px;
}
.cpsa-ai-premium-highlights article {
    background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
    border: 1px solid rgba(0,0,0,.08);
}
.cpsa-ai-premium-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ff0000 0%, #d50000 100%);
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(255,0,0,.24);
}
.cpsa-ai-premium-icon svg {
    width: 24px;
    height: 24px;
}
.cpsa-ai-premium-visual-card strong,
.cpsa-ai-premium-visual-card small {
    display: block;
}
.cpsa-ai-premium-visual-card strong {
    color: #ffffff !important;
    font-size: 15px;
}
.cpsa-ai-premium-visual-card small {
    margin-top: 4px;
    color: rgba(255,255,255,.82) !important;
    line-height: 1.4;
}
.cpsa-ai-premium-highlights strong {
    display: block;
    color: #000000 !important;
    font-size: 14px;
}
.cpsa-ai-premium-highlights small {
    display: block;
    margin-top: 4px;
    color: #6e6e6e !important;
    line-height: 1.4;
}
.cpsa-ai-premium-spacechips {
    padding: 16px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.10);
    box-shadow: 0 8px 22px rgba(0,0,0,.03);
}
.cpsa-ai-premium-spacechips > span {
    display: block;
    margin-bottom: 12px;
    color: #000000 !important;
    font-weight: 900;
}
.cpsa-ai-premium-chipgrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 10px;
}
.cpsa-ai-premium-chipgrid button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.10);
    background: #fafafa;
    color: #000000;
    font-weight: 800;
    cursor: pointer;
    transition: all .2s ease;
}
.cpsa-ai-premium-chipgrid button span {
    font-size: 16px;
}
.cpsa-ai-premium-chipgrid button:hover,
.cpsa-ai-premium-chipgrid button.active {
    background: #ff0000;
    border-color: #ff0000;
    color: #ffffff;
    transform: translateY(-2px);
}
@media(max-width: 980px) {
    .cpsa-ai-premium-highlights {
        grid-template-columns: 1fr;
    }
}
@media(max-width: 640px) {
    .cpsa-ai-premium-chipgrid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
    .cpsa-ai-premium-visual-card,
    .cpsa-ai-premium-highlights article {
        grid-template-columns: 46px minmax(0,1fr);
    }
    .cpsa-ai-premium-icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }
}


/* v5.1.8 Fondo barco animado para Single Product Industriales */
.cpsa-single-product-premium {
    position: relative;
    overflow: hidden;
}
.cpsa-single-product-premium > .cpsa-single-product-gallery,
.cpsa-single-product-premium > .cpsa-single-product-info {
    position: relative;
    z-index: 3;
}
.cpsa-single-product-industrial {
    isolation: isolate;
    background:
        radial-gradient(circle at 74% 18%, rgba(255,0,0,.16), transparent 28%),
        linear-gradient(135deg, #030303 0%, #090909 45%, #111111 100%) !important;
}
.cpsa-industrial-ship-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}
.cpsa-industrial-ship-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 4;
    background:
        linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.26) 44%, rgba(0,0,0,.74) 100%),
        linear-gradient(180deg, rgba(0,0,0,.16) 0%, rgba(0,0,0,.64) 100%);
}
.cpsa-industrial-sky-glow {
    position: absolute;
    width: 560px;
    height: 560px;
    right: -130px;
    top: -160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,0,0,.24), rgba(255,0,0,0) 66%);
    animation: cpsaShipGlow 8s ease-in-out infinite;
}
.cpsa-industrial-ship-wrap {
    position: absolute;
    right: -90px;
    bottom: 36px;
    width: min(880px, 78vw);
    height: 360px;
    z-index: 2;
    opacity: .42;
    transform-origin: 50% 100%;
    animation: cpsaShipFloat 6.5s ease-in-out infinite;
}
.cpsa-industrial-ship {
    position: absolute;
    inset: 0;
    filter: drop-shadow(0 26px 36px rgba(0,0,0,.42));
    animation: cpsaShipDrift 14s ease-in-out infinite;
}
.cpsa-ship-hull {
    position: absolute;
    left: 6%;
    right: 3%;
    bottom: 78px;
    height: 110px;
    border-radius: 0 0 88px 160px;
    background: linear-gradient(180deg, #f8f8f8 0%, #bfc3c8 42%, #7d8288 43%, #3f444b 100%);
    clip-path: polygon(0 0, 100% 0, 89% 74%, 15% 100%, 4% 70%);
}
.cpsa-ship-hull::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 42%;
    height: 7px;
    background: #ff0000;
    box-shadow: 0 20px 0 rgba(0,0,0,.34);
}
.cpsa-ship-line {
    position: absolute;
    left: 10%;
    right: 14%;
    top: 24%;
    height: 3px;
    background: rgba(255,255,255,.6);
}
.cpsa-ship-port {
    position: absolute;
    top: 55%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #080808;
    border: 3px solid rgba(255,255,255,.55);
}
.cpsa-ship-port-1 { left: 24%; }
.cpsa-ship-port-2 { left: 34%; }
.cpsa-ship-port-3 { left: 44%; }
.cpsa-ship-port-4 { left: 54%; }
.cpsa-ship-port-5 { left: 64%; }
.cpsa-ship-deck {
    position: absolute;
    left: 18%;
    right: 16%;
    bottom: 185px;
    height: 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d8dce0, #ffffff, #c2c8cf);
}
.cpsa-ship-cabin {
    position: absolute;
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #d7dce2 100%);
    border-bottom: 6px solid #ff0000;
    box-shadow: inset 0 -12px 18px rgba(0,0,0,.08);
}
.cpsa-ship-cabin span {
    display: block;
    width: 34px;
    height: 22px;
    border-radius: 6px;
    background: linear-gradient(180deg, #111827, #1f2937);
    border: 2px solid rgba(255,255,255,.4);
}
.cpsa-ship-cabin-back {
    left: 42%;
    bottom: 202px;
    width: 270px;
    height: 86px;
    border-radius: 22px 22px 8px 8px;
}
.cpsa-ship-cabin-front {
    left: 22%;
    bottom: 202px;
    width: 310px;
    height: 108px;
    border-radius: 28px 28px 10px 10px;
}
.cpsa-ship-stack {
    position: absolute;
    left: 62%;
    bottom: 286px;
    width: 62px;
    height: 92px;
    border-radius: 12px 12px 4px 4px;
    background: linear-gradient(180deg, #ff0000 0%, #c40000 54%, #2a2a2a 55%, #0b0b0b 100%);
    transform: skewX(-5deg);
}
.cpsa-ship-antenna {
    position: absolute;
    left: 32%;
    bottom: 316px;
    width: 4px;
    height: 72px;
    border-radius: 99px;
    background: rgba(255,255,255,.8);
}
.cpsa-ship-antenna::before,
.cpsa-ship-antenna::after {
    content: '';
    position: absolute;
    left: 2px;
    width: 64px;
    height: 3px;
    border-radius: 99px;
    background: rgba(255,255,255,.6);
    transform-origin: left center;
}
.cpsa-ship-antenna::before { top: 14px; transform: rotate(-25deg); }
.cpsa-ship-antenna::after { top: 26px; transform: rotate(20deg); }
.cpsa-ship-smoke {
    position: absolute;
    bottom: 370px;
    left: 63%;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    filter: blur(2px);
    animation: cpsaShipSmoke 5.4s ease-in-out infinite;
}
.cpsa-ship-smoke-b {
    animation-delay: 1.3s;
    width: 42px;
    height: 42px;
}
.cpsa-ship-smoke-c {
    animation-delay: 2.5s;
    width: 34px;
    height: 34px;
}
.cpsa-industrial-waves {
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: 74px;
    height: 70px;
    z-index: 3;
    opacity: .42;
    background:
        radial-gradient(40px 18px at 40px 20px, rgba(255,255,255,.38), transparent 70%) 0 0 / 120px 42px repeat-x;
    animation: cpsaIndustrialWaves 5.5s linear infinite;
}
.cpsa-industrial-waves-b {
    bottom: 38px;
    opacity: .26;
    animation-duration: 8s;
    animation-direction: reverse;
}
@keyframes cpsaShipFloat {
    0%,100% { transform: translate3d(0,0,0) rotate(-.35deg); }
    50% { transform: translate3d(0,-14px,0) rotate(.45deg); }
}
@keyframes cpsaShipDrift {
    0%,100% { transform: translateX(0); }
    50% { transform: translateX(-28px); }
}
@keyframes cpsaShipSmoke {
    0% { opacity: 0; transform: translate(0,0) scale(.65); }
    20% { opacity: .55; }
    100% { opacity: 0; transform: translate(-90px,-82px) scale(1.55); }
}
@keyframes cpsaIndustrialWaves {
    from { background-position-x: 0; }
    to { background-position-x: 240px; }
}
@keyframes cpsaShipGlow {
    0%,100% { opacity: .58; transform: scale(1); }
    50% { opacity: .94; transform: scale(1.08); }
}
@media(max-width: 980px) {
    .cpsa-industrial-ship-wrap {
        width: 760px;
        right: -310px;
        opacity: .24;
        bottom: 0;
        transform: scale(.8);
    }
}


/* v5.1.9 Barco industrial más visible y compatible con subcategorías */
.cpsa-single-product-industrial::before {
    content: 'PPG PROTECTIVE & MARINE COATINGS';
    position: absolute;
    right: 34px;
    top: 28px;
    z-index: 2;
    color: rgba(255,255,255,.10);
    font-size: clamp(42px, 7vw, 112px);
    font-weight: 900;
    line-height: .9;
    letter-spacing: -.06em;
    max-width: 760px;
    text-align: right;
    pointer-events: none;
}
.cpsa-single-product-industrial .cpsa-industrial-ship-bg::after {
    background:
        linear-gradient(90deg, rgba(0,0,0,.52) 0%, rgba(0,0,0,.12) 48%, rgba(0,0,0,.56) 100%),
        linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.46) 100%);
}
.cpsa-single-product-industrial .cpsa-industrial-ship-wrap {
    right: -20px;
    bottom: 20px;
    width: min(980px, 86vw);
    opacity: .72;
}
.cpsa-single-product-industrial .cpsa-ship-hull {
    background: linear-gradient(180deg, #ffffff 0%, #d9dde2 42%, #ff0000 43%, #960000 58%, #31363d 59%, #101318 100%);
}
.cpsa-single-product-industrial .cpsa-ship-cabin {
    background: linear-gradient(180deg, #ffffff 0%, #eef1f4 100%);
}
.cpsa-single-product-industrial .cpsa-industrial-waves {
    opacity: .58;
}
@media(max-width: 980px) {
    .cpsa-single-product-industrial .cpsa-industrial-ship-wrap {
        right: -260px;
        opacity: .42;
    }
    .cpsa-single-product-industrial::before {
        right: 18px;
        top: 18px;
        font-size: 44px;
    }
}


/* v5.2.0 Force industrial ship for Sigma/Marine products */
.cpsa-single-product-premium[data-cpsa-industrial-product="yes"] {
    min-height: 760px;
}
.cpsa-single-product-premium[data-cpsa-industrial-product="yes"] .cpsa-industrial-ship-bg {
    display: block !important;
    visibility: visible !important;
}
.cpsa-single-product-premium[data-cpsa-industrial-product="yes"] .cpsa-industrial-ship-wrap {
    opacity: .82 !important;
    right: 20px !important;
    bottom: 30px !important;
}
.cpsa-single-product-premium[data-cpsa-industrial-product="yes"]::after {
    content: '';
    position: absolute;
    inset: 18px;
    z-index: 1;
    border-radius: 34px;
    border: 1px solid rgba(255,255,255,.08);
    pointer-events: none;
}
.cpsa-single-product-premium[data-cpsa-industrial-product="yes"] .cpsa-single-product-gallery,
.cpsa-single-product-premium[data-cpsa-industrial-product="yes"] .cpsa-single-product-info {
    z-index: 5 !important;
}


/* v5.2.1 Fallback real para barco industrial en single product del theme */
body.cpsa-body-industrial-ship-active {
    background: #050505 !important;
}
.cpsa-industrial-product-live {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
    background:
        radial-gradient(circle at 76% 16%, rgba(255,0,0,.16), transparent 30%),
        linear-gradient(135deg, #030303 0%, #090909 44%, #151515 100%) !important;
    border-radius: 0 !important;
}
.cpsa-industrial-product-live > *:not(.cpsa-industrial-ship-live-bg) {
    position: relative;
    z-index: 5;
}
.cpsa-industrial-product-live .cpsa-industrial-ship-live-bg {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1 !important;
}
.cpsa-industrial-product-live .cpsa-industrial-ship-live-bg::after {
    background:
        linear-gradient(90deg, rgba(0,0,0,.44) 0%, rgba(0,0,0,.08) 48%, rgba(0,0,0,.52) 100%),
        linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.42) 100%) !important;
}
.cpsa-industrial-product-live .cpsa-industrial-ship-wrap {
    opacity: .86 !important;
    right: 10px !important;
    bottom: 10px !important;
    width: min(1020px, 92vw) !important;
}
.cpsa-industrial-product-live::before {
    content: 'PPG PROTECTIVE & MARINE COATINGS';
    position: absolute;
    right: 32px;
    top: 28px;
    z-index: 2;
    color: rgba(255,255,255,.12);
    font-size: clamp(38px, 7vw, 110px);
    font-weight: 900;
    line-height: .9;
    letter-spacing: -.06em;
    max-width: 760px;
    text-align: right;
    pointer-events: none;
}
body.cpsa-body-industrial-ship-active .entry-summary,
body.cpsa-body-industrial-ship-active .woocommerce-product-gallery,
body.cpsa-body-industrial-ship-active .summary,
body.cpsa-body-industrial-ship-active .product_title,
body.cpsa-body-industrial-ship-active .price {
    position: relative;
    z-index: 6;
}
@media(max-width: 980px) {
    .cpsa-industrial-product-live .cpsa-industrial-ship-wrap {
        right: -260px !important;
        opacity: .46 !important;
        width: 760px !important;
    }
}


/* v5.2.2 Estabilización: se desactiva fallback que afectaba el single del theme */
body.cpsa-body-industrial-ship-active {
    background: inherit !important;
}
.cpsa-industrial-product-live {
    position: static !important;
    overflow: visible !important;
    isolation: auto !important;
    background: inherit !important;
}
.cpsa-industrial-product-live::before,
.cpsa-industrial-product-live::after,
.cpsa-industrial-product-live .cpsa-industrial-ship-live-bg,
#cpsa-industrial-ship-overlay-source {
    display: none !important;
}
.cpsa-industrial-product-live > * {
    position: static;
    z-index: auto;
}
/* El fondo barco queda limitado únicamente al single premium propio del plugin */
.cpsa-single-product-premium.cpsa-single-product-industrial {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
}
.cpsa-single-product-premium.cpsa-single-product-industrial .cpsa-industrial-ship-bg {
    display: block !important;
}
