/* ==============================
   QuickPay Landing Page Styles
   Design System: Montserrat, #05152A, #1975F1
   ============================== */

/* ---- Variables ---- */
:root {
    --qp-primary: #1975F1;
    --qp-primary-dark: #1460C8;
    --qp-primary-light: #D6E4FF;
    --qp-primary-ultralight: #f4f9ff;
    --qp-navy: #05152A;
    --qp-navy-80: #05152ACC;
    --qp-navy-56: #05152A8F;
    --qp-dark-bg: #0b2d5c;
    --qp-white: #ffffff;
    --qp-border: #EFF4FA;
    --qp-success: #22c55e;
    --qp-radius-sm: 12px;
    --qp-radius-md: 24px;
    --qp-radius-lg: 32px;
    --qp-radius-pill: 56px;
}

/* ---- Global QuickPay Page ---- */
.quickpay-page {
    overflow-x: hidden;
}

/* ==============================
   1. HERO
   ============================== */
.qp-hero {
    float: left;
    width: 100%;
    padding: 80px 0 100px;
    position: relative;
    background: var(--qp-white);
    overflow: hidden;
}

.qp-hero-bg-shape {
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(25, 117, 241, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.qp-badge {
    display: inline-block;
    background: var(--qp-primary-light);
    color: var(--qp-primary);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: var(--qp-radius-pill);
    margin-bottom: 24px;
    letter-spacing: 0.3px;
}

.qp-hero-title {
    font-size: 52px;
    font-weight: 800;
    color: var(--qp-navy);
    line-height: 1.15;
    margin-bottom: 20px;
}

.qp-highlight {
    color: var(--qp-primary);
}

.qp-hero-subtitle {
    font-size: 17px;
    color: var(--qp-navy-80);
    font-weight: 500;
    line-height: 1.65;
    margin-bottom: 32px;
    max-width: 520px;
}

.qp-hero-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* ---- Hero Mockup (WhatsApp Phone) ---- */
.qp-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.qp-placeholder-hero {
    display: flex;
    justify-content: center;
}

.qp-phone-frame {
    width: 320px;
    background: #e5ddd5;
    border-radius: 36px;
    box-shadow: 0 25px 80px rgba(5, 21, 42, 0.12), 0 4px 20px rgba(5, 21, 42, 0.06);
    overflow: hidden;
    border: 8px solid #1a1a2e;
}

.qp-phone-header {
    background: #075e54;
    color: var(--qp-white);
}

.qp-phone-status-bar {
    display: flex;
    justify-content: space-between;
    padding: 8px 16px 4px;
    font-size: 12px;
    font-weight: 600;
}

.qp-phone-status-bar span {
    display: flex;
    gap: 6px;
    align-items: center;
}

.qp-wa-header {
    display: flex;
    align-items: center;
    padding: 8px 16px 12px;
    gap: 12px;
}

.qp-wa-header i {
    font-size: 16px;
}

.qp-wa-avatar {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.qp-wa-name {
    display: flex;
    flex-direction: column;
}

.qp-wa-name strong {
    font-size: 15px;
    font-weight: 600;
}

.qp-wa-name small {
    font-size: 11px;
    opacity: 0.8;
}

.qp-phone-body {
    background: #e5ddd5;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4cdc4' fill-opacity='0.3'%3E%3Ccircle cx='3' cy='3' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    padding: 16px 12px;
    min-height: 280px;
}

.qp-chat-bubble {
    max-width: 85%;
    padding: 8px 12px 4px;
    border-radius: 8px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.4;
    position: relative;
    clear: both;
}

.qp-chat-bubble p {
    margin-bottom: 2px;
    color: #303030;
}

.qp-chat-received {
    background: var(--qp-white);
    float: left;
    border-top-left-radius: 0;
}

.qp-chat-sent {
    background: #dcf8c6;
    float: right;
    border-top-right-radius: 0;
}

.qp-chat-time {
    font-size: 10px;
    color: #999;
    display: block;
    text-align: right;
    margin-top: 2px;
    padding-bottom: 2px;
}

.qp-chat-time i {
    color: #53bdeb;
    font-size: 10px;
}

.qp-payment-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: var(--qp-primary-ultralight);
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 4px;
    border: 1px solid var(--qp-primary-light);
}

.qp-payment-card-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qp-payment-icon {
    width: 36px;
    height: 36px;
    background: var(--qp-primary);
    color: var(--qp-white);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.qp-payment-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.qp-payment-info strong {
    font-size: 13px;
    color: var(--qp-navy);
}

.qp-payment-info span {
    font-size: 10px;
    color: var(--qp-navy-56);
}

.qp-payment-amount {
    font-size: 20px;
    font-weight: 700;
    color: var(--qp-primary);
    text-align: center;
}

.qp-chat-success {
    background: #d4edda;
    color: #155724;
    font-weight: 600;
    font-size: 13px;
}

.qp-chat-success i {
    color: var(--qp-success);
    margin-right: 4px;
}

/* ==============================
   2. CAPABILITIES
   ============================== */
.qp-capabilities {
    float: left;
    width: 100%;
    padding: 120px 0;
}

.qp-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.qp-section-title {
    font-size: 44px;
    font-weight: 700;
    color: var(--qp-navy);
    line-height: 1.15;
    margin-bottom: 16px;
}

.qp-section-subtitle {
    font-size: 16px;
    color: var(--qp-navy-80);
    font-weight: 500;
    line-height: 1.6;
    max-width: 640px;
    margin: 0 auto;
}

.qp-capability-card {
    background: var(--qp-white);
    border-radius: var(--qp-radius-md);
    padding: 32px 28px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid var(--qp-border);
}

.qp-capability-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(5, 21, 42, 0.08);
    border-color: var(--qp-primary-light);
}

.qp-capability-icon {
    width: 56px;
    height: 56px;
    background: var(--qp-primary-light);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 22px;
    color: var(--qp-primary);
}

.qp-capability-card h3 {
    font-size: 19px;
    font-weight: 700;
    color: var(--qp-navy);
    margin-bottom: 8px;
}

.qp-capability-card p {
    font-size: 14px;
    color: var(--qp-navy-80);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
}

.qp-capabilities-grid > div {
    margin-bottom: 24px;
}

/* ==============================
   3. OPERATIONS
   ============================== */
.qp-operations {
    float: left;
    width: 100%;
    padding: 120px 0;
}

.qp-op-block {
    margin-bottom: 80px;
}

.qp-op-block:last-child {
    margin-bottom: 0;
}

.qp-small-label {
    display: inline-block;
    font-size: 14px;
    color: var(--qp-primary);
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.qp-op-text h3 {
    font-size: 36px;
    font-weight: 700;
    color: var(--qp-navy);
    margin-bottom: 16px;
    line-height: 1.2;
}

.qp-op-text p {
    font-size: 15px;
    color: var(--qp-navy-80);
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 460px;
}

.qp-link-cta {
    font-size: 15px;
    color: var(--qp-primary);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.qp-link-cta:hover {
    gap: 14px;
    color: var(--qp-primary-dark);
    text-decoration: none;
}

/* ---- Dashboard Preview ---- */
.qp-placeholder-ops {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.qp-dashboard-preview {
    width: 100%;
    max-width: 480px;
    background: var(--qp-white);
    border-radius: var(--qp-radius-md);
    box-shadow: 0 20px 60px rgba(5, 21, 42, 0.1);
    overflow: hidden;
    border: 1px solid var(--qp-border);
}

.qp-dash-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    background: #f8f9fb;
    border-bottom: 1px solid var(--qp-border);
}

.qp-dash-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.qp-dot-red { background: #ff5f56; }
.qp-dot-yellow { background: #ffbd2e; }
.qp-dot-green { background: #27c93f; }

.qp-dash-header span {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 600;
    color: var(--qp-navy-56);
}

.qp-dash-body {
    display: flex;
    min-height: 220px;
}

.qp-dash-sidebar {
    width: 50px;
    background: var(--qp-navy);
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.qp-dash-menu-item {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.4);
    font-size: 13px;
    transition: all 0.2s;
}

.qp-dash-menu-item.active {
    background: var(--qp-primary);
    color: var(--qp-white);
}

.qp-dash-content {
    flex: 1;
    padding: 20px;
}

.qp-dash-stat-row {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.qp-dash-stat {
    flex: 1;
    background: var(--qp-primary-ultralight);
    border-radius: var(--qp-radius-sm);
    padding: 14px;
    border: 1px solid var(--qp-border);
}

.qp-dash-stat-label {
    font-size: 11px;
    color: var(--qp-navy-56);
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
}

.qp-dash-stat-value {
    font-size: 22px;
    font-weight: 700;
    color: var(--qp-navy);
}

.qp-text-success {
    color: var(--qp-success) !important;
}

.qp-dash-chart {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 80px;
    padding-top: 10px;
}

.qp-dash-bar {
    flex: 1;
    background: var(--qp-primary-light);
    border-radius: 4px 4px 0 0;
    min-height: 10px;
    transition: height 0.4s ease;
}

.qp-bar-active {
    background: var(--qp-primary);
}

/* ---- Validation Preview ---- */
.qp-validation-preview {
    width: 100%;
    max-width: 440px;
    background: var(--qp-white);
    border-radius: var(--qp-radius-md);
    box-shadow: 0 20px 60px rgba(5, 21, 42, 0.1);
    padding: 28px;
    border: 1px solid var(--qp-border);
}

.qp-val-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid var(--qp-border);
}

.qp-val-item:last-child {
    border-bottom: none;
}

.qp-val-check {
    font-size: 24px;
    color: var(--qp-success);
    flex-shrink: 0;
}

.qp-val-processing .qp-val-check {
    color: var(--qp-primary);
}

.qp-val-info strong {
    display: block;
    font-size: 14px;
    color: var(--qp-navy);
    font-weight: 600;
    margin-bottom: 2px;
}

.qp-val-info small {
    font-size: 12px;
    color: var(--qp-navy-56);
    font-weight: 500;
}

/* ---- UX Steps Preview ---- */
.qp-ux-preview {
    width: 100%;
    max-width: 440px;
    background: var(--qp-white);
    border-radius: var(--qp-radius-md);
    box-shadow: 0 20px 60px rgba(5, 21, 42, 0.1);
    padding: 32px 28px;
    border: 1px solid var(--qp-border);
}

.qp-ux-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.qp-ux-step {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 16px;
    border-left: 3px solid var(--qp-border);
    margin-left: 16px;
    position: relative;
    opacity: 0.4;
    transition: all 0.3s ease;
}

.qp-ux-step-done {
    border-left-color: var(--qp-success);
    opacity: 1;
}

.qp-ux-step-active {
    border-left-color: var(--qp-primary);
    opacity: 1;
    background: var(--qp-primary-ultralight);
    border-radius: 0 var(--qp-radius-sm) var(--qp-radius-sm) 0;
}

.qp-ux-step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
    background: var(--qp-border);
    color: var(--qp-navy-56);
}

.qp-ux-step-done .qp-ux-step-num {
    background: var(--qp-success);
    color: var(--qp-white);
}

.qp-ux-step-active .qp-ux-step-num {
    background: var(--qp-primary);
    color: var(--qp-white);
}

.qp-ux-step-text strong {
    display: block;
    font-size: 14px;
    color: var(--qp-navy);
    font-weight: 600;
    margin-bottom: 2px;
}

.qp-ux-step-text small {
    font-size: 12px;
    color: var(--qp-navy-56);
    font-weight: 500;
}

/* ==============================
   4. BENEFITS
   ============================== */
.qp-benefits {
    float: left;
    width: 100%;
    padding: 120px 0;
}

.qp-benefit-card {
    text-align: center;
    padding: 40px 28px;
    height: 100%;
}

.qp-benefit-icon-wrap {
    width: 72px;
    height: 72px;
    background: var(--qp-primary);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 28px;
    color: var(--qp-white);
}

.qp-benefit-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--qp-navy);
    margin-bottom: 12px;
}

.qp-benefit-card p {
    font-size: 14px;
    color: var(--qp-navy-80);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ==============================
   5. BANNER INTERMEDIO
   ============================== */
.qp-banner-mid {
    float: left;
    width: 100%;
    padding: 0;
}

.qp-banner-content {
    background: var(--qp-dark-bg);
    border-radius: var(--qp-radius-lg);
    padding: 80px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.qp-banner-content::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(25, 117, 241, 0.25) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.qp-banner-content::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(25, 117, 241, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.qp-banner-icon {
    font-size: 40px;
    color: var(--qp-primary);
    margin-bottom: 24px;
}

.qp-banner-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--qp-white);
    margin-bottom: 16px;
    line-height: 1.2;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.qp-banner-content p {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
    margin-bottom: 32px;
    line-height: 1.6;
}

.qp-banner-content .theme-btn1 a {
    background: var(--qp-primary);
    position: relative;
    z-index: 1;
}

.qp-banner-content .theme-btn1 a:hover {
    background: var(--qp-primary-dark);
}

/* ==============================
   6. ALL IN ONE
   ============================== */
.qp-allinone {
    float: left;
    width: 100%;
    padding: 120px 0;
}

.qp-allinone-grid > div {
    margin-bottom: 24px;
}

.qp-allinone-card {
    background: var(--qp-white);
    border: 1px solid var(--qp-border);
    border-radius: var(--qp-radius-md);
    padding: 32px 28px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.qp-allinone-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(5, 21, 42, 0.08);
    border-color: var(--qp-primary-light);
}

.qp-allinone-num {
    font-size: 48px;
    font-weight: 800;
    color: var(--qp-primary-light);
    line-height: 1;
    margin-bottom: 16px;
}

.qp-allinone-card:hover .qp-allinone-num {
    color: var(--qp-primary);
    transition: color 0.3s ease;
}

.qp-allinone-card h3 {
    font-size: 19px;
    font-weight: 700;
    color: var(--qp-navy);
    margin-bottom: 10px;
}

.qp-allinone-card p {
    font-size: 14px;
    color: var(--qp-navy-80);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ==============================
   7. TESTIMONIALS
   ============================== */
.qp-testimonials {
    float: left;
    width: 100%;
    padding: 120px 0;
}

.qp-testimonial-card {
    background: var(--qp-white);
    border: 1px solid var(--qp-border);
    border-radius: var(--qp-radius-md);
    padding: 32px 28px;
    height: 100%;
    transition: all 0.3s ease;
}

.qp-testimonial-card:hover {
    box-shadow: 0 8px 30px rgba(5, 21, 42, 0.06);
}

.qp-testimonial-quote {
    font-size: 28px;
    color: var(--qp-primary);
    margin-bottom: 16px;
}

.qp-testimonial-text {
    font-size: 15px;
    color: var(--qp-navy-80);
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 24px;
    font-style: italic;
}

.qp-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.qp-testimonial-avatar {
    width: 44px;
    height: 44px;
    background: var(--qp-primary-light);
    color: var(--qp-primary);
    border-radius: var(--qp-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.qp-testimonial-info {
    display: flex;
    flex-direction: column;
}

.qp-testimonial-info strong {
    font-size: 15px;
    color: var(--qp-navy);
    font-weight: 700;
}

.qp-testimonial-info span {
    font-size: 13px;
    color: var(--qp-navy-56);
    font-weight: 500;
}

/* ==============================
   8. LOGOS
   ============================== */
.qp-logos {
    float: left;
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
}

.qp-logos-header {
    text-align: center;
    margin-bottom: 40px;
}

.qp-logos-header p {
    font-size: 15px;
    color: var(--qp-navy-56);
    font-weight: 500;
}

.qp-logos-marquee {
    overflow: hidden;
    width: 100%;
}

.qp-logos-track {
    display: flex;
    animation: qp-scroll 25s linear infinite;
    width: max-content;
}

@keyframes qp-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.qp-logo-item {
    flex-shrink: 0;
    width: 180px;
    height: 70px;
    background: var(--qp-primary-ultralight);
    border: 1px solid var(--qp-border);
    border-radius: var(--qp-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px;
}

.qp-logo-item span {
    font-size: 14px;
    font-weight: 600;
    color: var(--qp-navy-56);
    letter-spacing: 0.5px;
}

/* ==============================
   9. CTA FINAL
   ============================== */
.qp-cta-final {
    float: left;
    width: 100%;
    padding: 120px 0 80px;
}

.qp-cta-wrapper {
    text-align: center;
    background: linear-gradient(135deg, var(--qp-primary-ultralight) 0%, #e8f0fe 100%);
    border-radius: var(--qp-radius-lg);
    padding: 80px 40px;
    border: 1px solid var(--qp-primary-light);
}

.qp-cta-wrapper h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--qp-navy);
    margin-bottom: 16px;
    line-height: 1.2;
}

.qp-cta-wrapper p {
    font-size: 16px;
    color: var(--qp-navy-80);
    font-weight: 500;
    margin-bottom: 32px;
    line-height: 1.6;
}

.qp-cta-small {
    display: block;
    margin-top: 20px;
    font-size: 13px;
    color: var(--qp-navy-56);
    font-weight: 500;
}

/* ==============================
   RESPONSIVE
   ============================== */

/* Large tablets / small desktops */
@media (max-width: 1199px) {
    .qp-hero-title {
        font-size: 42px;
    }
    .qp-section-title {
        font-size: 36px;
    }
    .qp-op-text h3 {
        font-size: 30px;
    }
    .qp-banner-content h2 {
        font-size: 30px;
    }
    .qp-cta-wrapper h2 {
        font-size: 34px;
    }
}

/* Tablets */
@media (max-width: 991px) {
    .qp-hero {
        padding: 60px 0 70px;
        text-align: center;
    }
    .qp-hero-title {
        font-size: 36px;
    }
    .qp-hero-subtitle {
        font-size: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .qp-hero-cta {
        justify-content: center;
    }
    .qp-hero-visual {
        margin-top: 50px;
    }
    .qp-phone-frame {
        width: 300px;
    }
    .qp-capabilities,
    .qp-operations,
    .qp-benefits,
    .qp-allinone,
    .qp-testimonials {
        padding: 80px 0;
    }
    .qp-section-title {
        font-size: 32px;
    }
    .qp-op-text h3 {
        font-size: 28px;
    }

    /* En mobile: visual siempre arriba, texto abajo */
    .qp-op-block {
        flex-direction: column;
    }
    .qp-op-block .qp-op-visual {
        order: 1;
        margin-bottom: 32px;
    }
    .qp-op-block .qp-op-text {
        order: 2;
    }
    /* Anular el reverse en mobile */
    .qp-op-reverse .qp-op-text {
        order: 2 !important;
    }
    .qp-op-reverse .qp-op-visual {
        order: 1 !important;
    }

    .qp-op-text {
        padding-left: 0;
    }
    .qp-banner-content {
        padding: 60px 30px;
    }
    .qp-banner-content h2 {
        font-size: 28px;
    }
    .qp-cta-wrapper {
        padding: 60px 30px;
    }
    .qp-cta-wrapper h2 {
        font-size: 30px;
    }
    .qp-dashboard-preview,
    .qp-validation-preview,
    .qp-ux-preview {
        max-width: 100%;
    }
    .qp-placeholder-ops {
        padding: 0;
    }
}

/* Mobile */
@media (max-width: 767px) {
    /* Header no sticky para evitar que tape contenido */
    .quickpay-page .header-section {
        position: relative;
        z-index: 10;
    }

    /* Padding lateral para evitar texto pegado al borde */
    .quickpay-page .qp-operations .container,
    .quickpay-page .qp-capabilities .container,
    .quickpay-page .qp-benefits .container,
    .quickpay-page .qp-allinone .container,
    .quickpay-page .qp-testimonials .container,
    .quickpay-page .qp-logos .container,
    .quickpay-page .qp-cta-final .container,
    .quickpay-page .qp-banner-mid .container,
    .quickpay-page .qp-hero .container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .quickpay-page .qp-op-text,
    .quickpay-page .qp-op-visual {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .qp-hero {
        padding: 40px 0 50px;
        text-align: center;
    }
    .qp-hero-title {
        font-size: 28px;
        line-height: 1.2;
    }
    .qp-hero-subtitle {
        font-size: 14px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .qp-hero-cta {
        justify-content: center;
    }
    .qp-hero-visual {
        margin-top: 36px;
    }
    .qp-phone-frame {
        width: 280px;
    }
    .qp-capabilities,
    .qp-operations,
    .qp-benefits,
    .qp-allinone,
    .qp-testimonials {
        padding: 60px 0;
    }
    .qp-section-header {
        margin-bottom: 36px;
    }
    .qp-section-title {
        font-size: 24px;
        line-height: 1.25;
    }
    .qp-section-subtitle {
        font-size: 14px;
    }

    /* Operation blocks: visual arriba, texto abajo, con padding */
    .qp-op-block {
        margin-bottom: 50px;
    }
    .qp-op-text {
        padding-left: 0;
        padding-right: 0;
    }
    .qp-op-text h3 {
        font-size: 22px;
    }
    .qp-op-text p {
        max-width: 100%;
        font-size: 14px;
    }

    /* Dashboard responsive - evitar desbordamiento */
    .qp-placeholder-ops {
        overflow: hidden;
    }
    .qp-dashboard-preview {
        max-width: 100%;
        overflow: hidden;
    }
    .qp-dash-body {
        overflow: hidden;
    }
    .qp-dash-sidebar {
        width: 40px;
        flex-shrink: 0;
    }
    .qp-dash-menu-item {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }
    .qp-dash-content {
        padding: 14px;
        min-width: 0;
        overflow: hidden;
    }
    .qp-dash-stat-row {
        flex-direction: row;
        gap: 8px;
    }
    .qp-dash-stat {
        padding: 10px;
        min-width: 0;
    }
    .qp-dash-stat-label {
        font-size: 10px;
    }
    .qp-dash-stat-value {
        font-size: 18px;
    }
    .qp-dash-chart {
        height: 60px;
    }

    /* Validation responsive */
    .qp-validation-preview {
        padding: 20px;
        max-width: 100%;
        box-sizing: border-box;
    }
    .qp-val-item {
        gap: 12px;
        padding: 12px 0;
    }
    .qp-val-check {
        font-size: 20px;
    }
    .qp-val-info strong {
        font-size: 13px;
    }
    .qp-val-info small {
        font-size: 11px;
    }

    /* UX Steps responsive */
    .qp-ux-preview {
        padding: 24px 20px;
        max-width: 100%;
        box-sizing: border-box;
    }
    .qp-ux-step {
        padding: 14px 12px;
        margin-left: 10px;
    }

    .qp-banner-content {
        padding: 50px 24px;
        border-radius: var(--qp-radius-md);
    }
    .qp-banner-content h2 {
        font-size: 22px;
    }
    .qp-banner-content p {
        font-size: 14px;
    }
    .qp-cta-wrapper {
        padding: 50px 24px;
        border-radius: var(--qp-radius-md);
    }
    .qp-cta-wrapper h2 {
        font-size: 24px;
    }
    .qp-benefit-card {
        padding: 30px 20px;
    }
    .qp-benefit-icon-wrap {
        width: 60px;
        height: 60px;
        font-size: 24px;
        border-radius: 16px;
    }
    .qp-logos {
        padding: 50px 0;
    }
    .qp-logo-item {
        width: 140px;
        height: 56px;
    }
    .qp-logo-item span {
        font-size: 12px;
    }
    .qp-cta-final {
        padding: 60px 0 50px;
    }

    /* Capability cards grid */
    .qp-capability-card {
        padding: 24px 20px;
    }
    .qp-capability-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
        border-radius: 12px;
        margin-bottom: 16px;
    }
    .qp-capability-card h3 {
        font-size: 17px;
    }

    /* All-in-one cards */
    .qp-allinone-card {
        padding: 24px 20px;
    }
    .qp-allinone-num {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .qp-allinone-card h3 {
        font-size: 17px;
    }

    /* Testimonials */
    .qp-testimonial-card {
        padding: 24px 20px;
        margin-bottom: 16px;
    }
    .qp-testimonial-text {
        font-size: 14px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .qp-hero-title {
        font-size: 24px;
    }
    .qp-section-title {
        font-size: 22px;
    }
    .qp-phone-frame {
        width: 260px;
    }
    .qp-banner-content h2 {
        font-size: 20px;
    }
    .qp-cta-wrapper h2 {
        font-size: 22px;
    }
    .qp-op-text h3 {
        font-size: 20px;
    }
    .qp-dash-body {
        min-height: 180px;
    }
}
