:root {
    --green: #22C55E;
    --green-hover: #16A34A;
    --blue: #2563EB;
    --blue-hover: #1D4ED8;
    --bg: #F1F5F9;
    --card: #FFFFFF;
    --text: #0F172A;
    --muted: #475569;
    --border: #E5E7EB;
    --border-strong: #CBD5E1;
    --radius-xl: 28px;
    --radius-lg: 20px;
    --radius-md: 14px;
    --shadow-soft: 0 16px 50px rgba(15, 23, 42, 0.10);
    --shadow-card: 0 10px 30px rgba(15, 23, 42, 0.07);
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--bg);
    line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 2.4rem)); margin: 0 auto; }
.section { padding: clamp(4rem, 7vw, 6.5rem) 0; }
.section-soft { background: linear-gradient(180deg, #fff 0%, #f8fafc 100%); }
.section-head { max-width: 790px; margin-bottom: 1.8rem; }
.section-head h2 { margin-top: 0.75rem; font-size: clamp(1.9rem, 3vw, 2.85rem); }
.section-head p { margin-top: 0.75rem; color: var(--muted); font-size: 1.02rem; }
.section-tag,
.kicker,
.oding-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.38rem 0.78rem;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.14);
    color: var(--green-hover);
    font-size: 0.8rem;
    font-weight: 850;
    letter-spacing: -0.01em;
}
h1, h2, h3 { margin: 0; font-family: 'Sora', sans-serif; line-height: 1.08; letter-spacing: -0.045em; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(14px);
    background: rgba(248, 251, 255, 0.9);
    border-bottom: 1px solid rgba(226, 232, 240, 0.85);
}
.nav-shell { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 86px; gap: 1.2rem; }
.brand { display: inline-flex; flex-direction: column; min-width: 220px; gap: 0.2rem; }
.brand-logo { width: 165px; height: auto; }
.brand-tag { font-size: 0.75rem; color: var(--muted); font-weight: 700; }
.site-nav { display: flex; justify-content: center; gap: .75rem; font-weight: 700; font-size: 0.86rem; }
.site-nav a { color: #334155; transition: color .2s ease; }
.site-nav a:hover { color: var(--blue); }
.nav-actions { display: inline-flex; gap: .75rem; }
.menu-toggle, .nav-cta-mobile { display: none; }

.btn {
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 0.82rem 1.15rem;
    font-size: 0.94rem;
    font-weight: 850;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .25s ease, background-color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(15, 23, 42, .12); }
.btn:disabled {
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-hover); }
.btn-primary:disabled,
.btn-primary:disabled:hover {
    opacity: .6;
    background: var(--green);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}
.btn-secondary { background: var(--blue); color: #fff; }
.btn-secondary:hover { background: var(--blue-hover); }
.btn-ghost { background: #fff; border-color: var(--border-strong); color: var(--text); }
.btn-full { width: 100%; }

.hero {
    position: relative;
    overflow: hidden;
    padding: clamp(3.7rem, 6vw, 5.4rem) 0 clamp(2rem, 4vw, 3rem);
    background:
        linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.86) 42%, rgba(238,246,255,.86) 100%),
        radial-gradient(circle at 12% 18%, rgba(34,197,94,.23), transparent 32%),
        radial-gradient(circle at 82% 10%, rgba(37,99,235,.25), transparent 34%),
        #eef5ff;
}
.hero-glow { position: absolute; border-radius: 999px; filter: blur(10px); opacity: .75; pointer-events: none; }
.hero-glow-one { width: 340px; height: 340px; left: -120px; top: 80px; background: rgba(34,197,94,.14); }
.hero-glow-two { width: 420px; height: 420px; right: -170px; top: 40px; background: rgba(37,99,235,.14); }
.hero-content-wrap {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(560px, 1.12fr);
    gap: clamp(1.8rem, 4vw, 4.2rem);
    align-items: center;
}
.hero-copy h1 { margin-top: 1rem; max-width: 680px; font-size: clamp(2.5rem, 5.4vw, 5rem); }
.hero-lead { margin: 1.25rem 0 0; max-width: 660px; font-size: clamp(1rem, 1.5vw, 1.18rem); color: #1e293b; }
.hero-actions { margin-top: 1.7rem; display: flex; flex-wrap: wrap; gap: .75rem; }
.hero-trust-row { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .6rem; }
.hero-trust-row span {
    display: inline-flex;
    align-items: center;
    padding: .48rem .72rem;
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(203,213,225,.9);
    color: #334155;
    font-size: .82rem;
    font-weight: 800;
}

.product-showcase {
    position: relative;
    border: 1px solid rgba(148,163,184,.35);
    border-radius: var(--radius-xl);
    background: rgba(255,255,255,.92);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}
.showcase-topbar {
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    gap: .65rem;
    padding: .82rem 1rem;
    border-bottom: 1px solid #dbeafe;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.browser-dots { display: inline-flex; gap: .32rem; }
.browser-dots span { width: .55rem; height: .55rem; border-radius: 50%; background: #34d399; }
.browser-dots span:first-child { background: #f87171; }
.browser-dots span:nth-child(2) { background: #fbbf24; }
.showcase-topbar strong { font-size: .88rem; color: #0f172a; }
.showcase-topbar > span { justify-self: end; font-size: .77rem; font-weight: 800; color: var(--green-hover); background: rgba(34,197,94,.12); padding: .33rem .6rem; border-radius: 999px; }
.panel-image-frame { padding: 1rem 1rem .75rem; background: #fff; }
.panel-live-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1410 / 644;
    object-fit: contain;
    border: 1px solid #dbe3ef;
    border-radius: 18px;
    background: #f8fafc;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.55);
    transition: transform .25s ease;
}
.product-showcase:hover .panel-live-image { transform: scale(1.01); }
.showcase-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .72rem;
    padding: .25rem 1rem 1rem;
}
.live-kpi {
    border: 1px solid #dbe3ef;
    border-radius: 16px;
    padding: .78rem .82rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.live-kpi small { display: block; color: #64748b; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
.live-kpi strong { display: block; margin-top: .16rem; font-size: 1.45rem; color: #0f172a; letter-spacing: -0.04em; }
.live-kpi span { display: block; margin-top: .1rem; color: var(--green-hover); font-size: .74rem; font-weight: 800; }
.oding-live-card {
    margin: 0 1rem 1rem;
    padding: 1rem;
    border: 1px solid #dbe3ef;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(34,197,94,.10), rgba(37,99,235,.06), #fff 62%);
}
.oding-live-brand { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.oding-live-brand img { width: 116px; max-height: 54px; object-fit: contain; }
.oding-live-card p { margin: .45rem 0 0; color: #334155; font-size: .9rem; }
.oding-chat-mini { display: grid; gap: .45rem; margin-top: .75rem; }
.oding-chat-mini span { width: fit-content; max-width: 100%; padding: .48rem .65rem; border-radius: 12px; font-size: .82rem; }
.oding-chat-mini span:first-child { background: #eaf2ff; }
.oding-chat-mini span:last-child { justify-self: end; background: #dcfce7; }

.hero-feature-strip {
    position: relative;
    margin-top: 1.8rem;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .8rem;
    padding: 1rem;
    border: 1px solid rgba(203,213,225,.9);
    border-radius: 22px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 10px 32px rgba(15,23,42,.06);
}
.hero-feature-strip article { display: grid; grid-template-columns: auto 1fr; column-gap: .65rem; align-items: center; }
.hero-feature-strip span { grid-row: span 2; font-size: 1.55rem; }
.hero-feature-strip strong { font-size: .91rem; }
.hero-feature-strip small { color: var(--muted); font-weight: 650; }

.difference-section { background: #fff; }
.difference-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .85rem;
}
.difference-card,
.module-card,
.trust-item,
.chat-sim,
.shop-chat,
.calc-form,
.demo-form,
.ecommerce-list {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 1.15rem;
    box-shadow: var(--shadow-card);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.difference-card:hover,
.module-card:hover,
.trust-item:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(15,23,42,.11); border-color: rgba(37,99,235,.32); }
.difference-card span { color: var(--blue); font-weight: 900; font-size: .82rem; }
.difference-card h3, .module-card h3, .trust-item h3 { margin-top: .5rem; font-size: 1.08rem; }
.difference-card p, .module-card p, .trust-item p { margin: .5rem 0 0; color: var(--muted); font-size: .94rem; }

.how-section { background: #f8fafc; }
.flow-track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .9rem; position: relative; }
.flow-track::before { content: ''; position: absolute; left: 10%; right: 10%; top: 50%; height: 2px; background: linear-gradient(90deg, rgba(34,197,94,.2), rgba(37,99,235,.55), rgba(34,197,94,.2)); z-index: 0; }
.flow-node { position: relative; z-index: 1; background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 1.05rem; box-shadow: var(--shadow-card); opacity: .55; transform: translateY(8px); transition: all .3s ease; }
.flow-node.is-active { opacity: 1; transform: translateY(0); border-color: rgba(37,99,235,.35); }
.flow-node h3 { font-size: 1.08rem; }
.flow-node p { margin: .45rem 0 0; color: var(--muted); font-size: .9rem; }
.modules-grid, .trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .95rem; }
.module-card .icon { font-size: 1.55rem; }
.ia-layout, .ecommerce-layout, .calc-layout, .demo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; align-items: start; }
.ia-list { margin: 1rem 0 0; padding-left: 1.1rem; color: var(--muted); display: grid; gap: .45rem; }
.chat-sim, .shop-chat { display: grid; gap: .65rem; min-height: 230px; align-content: center; }
.chat-bubble { max-width: 88%; border-radius: 15px; padding: .72rem .85rem; font-size: .94rem; animation: fadeInUp .4s ease; }
.from-user { justify-self: end; background: rgba(37,99,235,.12); }
.from-ai { justify-self: start; background: rgba(34,197,94,.14); }
.chat-bubble.is-typing {
    background: rgba(148, 163, 184, .2);
    color: #334155;
    animation: none;
}
@keyframes fadeInUp { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
@keyframes typingPulse { 0%, 100% { opacity: .62; } 50% { opacity: 1; } }
.typing-indicator {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}
.typing-dot {
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: #64748b;
    opacity: .45;
    animation: typingDot 1s infinite ease-in-out;
}
.typing-dot:nth-child(2) { animation-delay: .15s; }
.typing-dot:nth-child(3) { animation-delay: .3s; }
@keyframes typingDot {
    0%, 80%, 100% { transform: translateY(0); opacity: .4; }
    40% { transform: translateY(-2px); opacity: 1; }
}
.ecommerce-content { display: grid; grid-template-columns: 1fr 1fr; gap: .95rem; }
.ecommerce-list ul { margin: 0; padding-left: 1.1rem; color: var(--muted); display: grid; gap: .55rem; }
.calc-form label, .demo-form label { display: block; font-weight: 800; font-size: .87rem; margin: .7rem 0 .35rem; }
.calc-form input, .calc-form select, .demo-form input, .demo-form textarea { width: 100%; border: 1px solid var(--border-strong); border-radius: 12px; padding: .72rem .78rem; font: inherit; background: #fff; }
#messagesValue { display: inline-block; margin-top: .45rem; padding: .28rem .58rem; border-radius: 999px; background: rgba(37,99,235,.12); color: var(--blue); font-weight: 900; font-size: .85rem; }
.calc-result { margin-top: 1rem; border-radius: 14px; background: #f8fafc; border: 1px solid var(--border); padding: .85rem; font-weight: 900; }
.calc-cta { margin-top: .85rem; }
.calc-disclaimer { font-size: .9rem; color: var(--muted); }
.section-cta { background: linear-gradient(130deg, rgba(34,197,94,.11), rgba(37,99,235,.13)); }
.form-status { min-height: 1.2rem; margin: .75rem 0 0; color: var(--muted); font-size: .88rem; }
.form-status.is-success {
    color: #14532d;
    background: #dcfce7;
    border: 1px solid #86efac;
    border-radius: 10px;
    padding: .58rem .68rem;
}
.form-status.is-error {
    color: #7f1d1d;
    background: #fee2e2;
    border: 1px solid #fca5a5;
    border-radius: 10px;
    padding: .58rem .68rem;
}
.form-status.is-loading {
    color: #1e3a8a;
    background: #dbeafe;
    border: 1px solid #93c5fd;
    border-radius: 10px;
    padding: .58rem .68rem;
}

.site-footer { background: #0b1221; color: #cbd5e1; padding-top: 3rem; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 1rem; }
.footer-brand p { color: #94a3b8; max-width: 40ch; }
.footer-column { display: grid; gap: .35rem; }
.footer-title { color: #fff; font-weight: 850; margin-bottom: .4rem; }
.footer-bottom { margin-top: 1.6rem; border-top: 1px solid rgba(148,163,184,.22); padding: 1rem 0 1.3rem; display: grid; gap: .2rem; color: #94a3b8; font-size: .88rem; }
.whatsapp-float { position: fixed; right: 1rem; bottom: 1rem; z-index: 60; display: inline-flex; align-items: center; gap: .45rem; padding: .53rem .72rem; border-radius: 999px; border: 1px solid rgba(255,255,255,.2); background: #0b1221; color: #fff; box-shadow: var(--shadow-card); }
.whatsapp-float-icon { width: 1.45rem; height: 1.45rem; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: var(--green); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .5s ease, transform .5s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1160px) {
    .hero-content-wrap, .ia-layout, .ecommerce-layout, .calc-layout, .demo-grid { grid-template-columns: 1fr; }
    .hero-copy h1, .hero-lead { max-width: 860px; }
    .difference-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hero-feature-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 920px) {
    .nav-shell { grid-template-columns: auto auto; justify-content: space-between; position: relative; }
    .menu-toggle { display: inline-flex; width: 44px; height: 44px; border: 1px solid var(--border); background: #fff; border-radius: 10px; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
    .menu-toggle span { width: 18px; height: 2px; background: var(--text); }
    .site-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; flex-direction: column; gap: 0; padding: .6rem; background: #fff; border-bottom: 1px solid var(--border); }
    .site-nav.is-open { display: flex; }
    .site-nav a { padding: .78rem; border-radius: 8px; }
    .site-nav a:hover { background: #f8fafc; }
    .nav-cta-mobile { display: inline-flex; margin-top: .3rem; background: var(--green); color: #fff; }
    .nav-actions { display: none; }
    .showcase-metrics, .flow-track, .modules-grid, .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .flow-track::before { display: none; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .container { width: min(var(--container), calc(100% - 1.2rem)); }
    .hero { padding-top: 2.7rem; }
    .hero-copy h1 { font-size: clamp(2.15rem, 11vw, 3.1rem); }
    .hero-actions .btn { width: 100%; }
    .showcase-topbar { grid-template-columns: auto 1fr; }
    .showcase-topbar > span { grid-column: 1 / -1; justify-self: start; }
    .panel-image-frame { padding: .7rem; }
    .showcase-metrics, .difference-grid, .modules-grid, .trust-grid, .flow-track, .ecommerce-content, .footer-grid, .hero-feature-strip { grid-template-columns: 1fr; }
    .oding-live-brand { align-items: flex-start; }
    .oding-live-brand img { width: 88px; }
    .whatsapp-float-text { display: none; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .reveal { opacity: 1; transform: none; }
}

/* Accesibilidad y controles de producción */
.skip-link {
    position: absolute;
    left: 1rem;
    top: -4rem;
    z-index: 9999;
    padding: .75rem 1rem;
    border-radius: 999px;
    background: #0F172A;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    transition: top .18s ease;
}

.skip-link:focus {
    top: 1rem;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.45);
    outline-offset: 3px;
}

.hp-field {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Carrusel principal del hero: capturas reales de Panel by LESCOD */
.panel-carousel {
    position: relative;
    padding: 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    overflow: hidden;
}
.panel-carousel-track {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 280px;
    border: 1px solid #dbe3ef;
    border-radius: 18px;
    background: #f8fafc;
    overflow: hidden;
}
.panel-carousel-slide {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: .75rem;
    opacity: 0;
    visibility: hidden;
    transform: translateX(18px) scale(.985);
    transition: opacity .45s ease, transform .45s ease, visibility .45s ease;
}
.panel-carousel-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) scale(1);
    z-index: 2;
}
.panel-carousel-slide .panel-live-image {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    border: 0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: none;
    transform: none !important;
}
.panel-carousel-slide figcaption {
    position: absolute;
    left: 1.15rem;
    right: 1.15rem;
    bottom: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .58rem .75rem;
    border: 1px solid rgba(219, 227, 239, .9);
    border-radius: 14px;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
}
.panel-carousel-slide figcaption strong {
    color: #0f172a;
    font-size: .82rem;
    line-height: 1.15;
}
.panel-carousel-slide figcaption span {
    color: #475569;
    font-size: .74rem;
    line-height: 1.25;
    text-align: right;
}
.panel-carousel-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid rgba(203, 213, 225, .95);
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: #0f172a;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .12);
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.panel-carousel-control:hover,
.panel-carousel-control:focus-visible {
    background: #ffffff;
    border-color: #93c5fd;
    transform: translateY(-50%) scale(1.04);
}
.panel-carousel-prev { left: 1.45rem; }
.panel-carousel-next { right: 1.45rem; }
.panel-carousel-dots {
    position: absolute;
    left: 50%;
    bottom: .35rem;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    gap: .38rem;
    padding: .35rem .48rem;
    border: 1px solid rgba(219, 227, 239, .8);
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    transform: translateX(-50%);
    box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
}
.panel-carousel-dot {
    width: .55rem;
    height: .55rem;
    border: 0;
    border-radius: 999px;
    background: #cbd5e1;
    cursor: pointer;
    transition: width .2s ease, background .2s ease;
}
.panel-carousel-dot.is-active {
    width: 1.35rem;
    background: linear-gradient(135deg, var(--green), var(--blue));
}
.product-showcase:hover .panel-carousel-slide .panel-live-image { transform: none !important; }

@media (max-width: 920px) {
    .panel-carousel-track { min-height: 260px; }
    .panel-carousel-slide figcaption {
        align-items: flex-start;
        flex-direction: column;
        gap: .2rem;
    }
    .panel-carousel-slide figcaption span { text-align: left; }
}
@media (max-width: 640px) {
    .panel-carousel { padding: .7rem; }
    .panel-carousel-track {
        aspect-ratio: 4 / 3;
        min-height: 230px;
    }
    .panel-carousel-control {
        width: 2rem;
        height: 2rem;
        font-size: 1.25rem;
    }
    .panel-carousel-prev { left: .9rem; }
    .panel-carousel-next { right: .9rem; }
    .panel-carousel-slide { padding: .5rem; }
    .panel-carousel-slide figcaption {
        left: .8rem;
        right: .8rem;
        bottom: .85rem;
        padding: .5rem .6rem;
    }
    .panel-carousel-slide figcaption span { display: none; }
}
