/* ================================================================
   EMBUDO PRO — ULTRA PREMIUM CHECKOUT CSS (v3.0.0)
   Push Notification Toast (80s interval), Verified Badge Image
   ================================================================ */

/* ----------------------------------------------------------------
   0. GLOBAL RESETS & THEME OVERRIDES
   ---------------------------------------------------------------- */
.embudo-pro-checkout {
    background-color: #f8fafc !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    color: #1e293b !important;
    overflow-x: hidden !important;
}

/* Kill every trace of Divi / theme chrome & old eye popups */
.embudo-pro-checkout #main-header,
.embudo-pro-checkout #top-header,
.embudo-pro-checkout #main-footer,
.embudo-pro-checkout footer#main-footer,
.embudo-pro-checkout #footer-bottom,
.embudo-pro-checkout #sidebar,
.embudo-pro-checkout .sidebar,
.embudo-pro-checkout .et_pb_extra_column_sidebar,
.embudo-pro-checkout h1.entry-title,
.embudo-pro-checkout .entry-title,
.embudo-pro-checkout header.entry-header,
.embudo-pro-checkout .woocommerce-form-coupon-toggle,
.embudo-pro-checkout .woocommerce-form-coupon,
.embudo-pro-checkout form.checkout_coupon,
.embudo-pro-checkout .checkout_coupon,
.embudo-pro-checkout .woocommerce-privacy-policy-text,
.embudo-pro-checkout .woocommerce-terms-and-conditions-wrapper,
.embudo-pro-checkout .ep-viewers-popup,
.embudo-pro-checkout .ep-floating-eye-notification,
.embudo-pro-checkout .ep-live-viewers,
.embudo-pro-checkout #ep-live-viewers-badge,
.embudo-pro-checkout #ep-social-proof-toast,
.embudo-pro-checkout .ep-marketing-popup {
    display: none !important;
}

.embudo-pro-checkout #main-content {
    background-color: #f8fafc !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

.embudo-pro-checkout #main-content .container {
    width: 100% !important;
    max-width: 1300px !important;
    margin: 0 auto !important;
    padding: 0 25px !important;
}

.embudo-pro-checkout #main-content .container::before { display: none !important; }

.embudo-pro-checkout #left-area {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ----------------------------------------------------------------
   1. TOP SECURE BAR — FULL BLEED EDGE-TO-EDGE
   ---------------------------------------------------------------- */
.ep-top-secure-bar {
    background-color: #047857 !important;
    color: #ffffff !important;
    text-align: center !important;
    padding: 10px 15px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px !important;
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
}

/* ----------------------------------------------------------------
   2. PROGRESS BAR — CIRCULAR STEPS
   ---------------------------------------------------------------- */
.ep-progress-bar-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    padding: 0 15px;
}

.ep-progress-bar {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 450px;
}

.ep-step-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    background-color: #e2e8f0;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.3s;
    flex-shrink: 0;
}

.ep-step-circle.ep-step-completed {
    background-color: #10b981;
    color: #fff;
}

.ep-step-circle.ep-step-current {
    background-color: #10b981;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.2);
}

.ep-step-connector {
    flex: 1;
    height: 4px;
    background-color: #e2e8f0;
    border-radius: 2px;
    margin: 0 4px;
}

.ep-step-connector.ep-connector-active {
    background-color: #10b981;
}

.ep-circle-num {
    line-height: 1;
}

/* ----------------------------------------------------------------
   3. GRID LAYOUT
   ---------------------------------------------------------------- */
.ep-checkout-grid {
    display: flex;
    flex-direction: row;
    gap: 35px;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 10px;
}

.ep-checkout-left-col {
    width: 58% !important;
    flex-shrink: 0;
}

.ep-checkout-right-col {
    width: 42% !important;
    position: sticky;
    top: 20px;
}

/* ----------------------------------------------------------------
   4. COUNTDOWN TIMER CARD
   ---------------------------------------------------------------- */
.ep-countdown-card {
    background: linear-gradient(135deg, #10b981, #059669, #10b981);
    padding: 3px;
    border-radius: 16px;
    margin-bottom: 25px;
}

.ep-countdown-inner {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px 18px;
    text-align: center;
}

.ep-countdown-title {
    font-weight: 600;
    font-size: 14.5px;
    color: #475569;
    margin-bottom: 12px;
}

.ep-countdown-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.ep-time-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ep-time-value {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    font-size: 28px;
    font-weight: 800;
    color: #0f766e;
    background-color: #f0fdfa;
    border: 2px solid #ccfbf1;
    border-radius: 12px;
}

.ep-time-label {
    font-size: 10px;
    font-weight: 700;
    color: #64748b;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ep-time-sep {
    font-size: 24px;
    font-weight: 800;
    color: #94a3b8;
    padding-bottom: 16px;
}

.ep-viewers-live {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #334155 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.ep-pulse-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    min-width: 9px;
    background-color: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: ep-pulse-green 1.5s infinite;
    margin-left: 4px;
}

@keyframes ep-pulse-green {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* ----------------------------------------------------------------
   5. CART TITLE + MAIN PRODUCT CARD (SINGLE LINE RENDERING)
   ---------------------------------------------------------------- */
.ep-cart-title-section {
    margin-bottom: 14px;
}

.ep-cart-title-section h3 {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 !important;
}

.ep-main-product-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 22px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
    gap: 12px;
}

.ep-main-product-name {
    font-size: 15.5px;
    font-weight: 600;
    color: #1e293b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ep-main-product-price {
    font-size: 19px;
    font-weight: 800;
    color: #0f172a;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ----------------------------------------------------------------
   6. ORDER BUMPS SECTION
   ---------------------------------------------------------------- */
.ep-bumps-header-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
}

.ep-bumps-section-title {
    font-size: 16px;
    font-weight: 800;
    color: #d97706;
    margin: 0;
}

.ep-bumps-global-timer-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background-color: #fef2f2;
    color: #dc2626;
    border: 1px solid #fca5a5;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 12.5px;
    font-weight: 700;
}

.ep-bumps-wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 22px;
}

.ep-bump-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px 20px;
    transition: all 0.25s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}

.ep-bump-card.ep-bump-added {
    border-color: #10b981;
    background-color: #f0fdf9;
    box-shadow: 0 0 0 1px #10b981, 0 2px 8px rgba(16, 185, 129, 0.08);
}

.ep-bump-top-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    margin-bottom: 10px !important;
    width: 100% !important;
}

.ep-bump-name {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.3 !important;
    flex: 1 !important;
    margin-right: 8px !important;
}

.ep-bump-discount {
    display: inline-block !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    background-color: #10b981 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    padding: 4px 9px !important;
    border-radius: 6px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2px !important;
}

.ep-bump-content {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
}

.ep-bump-image {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
}

.ep-bump-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    border: 1px solid #e2e8f0 !important;
}

.ep-bump-text-block {
    flex: 1;
}

.ep-bump-desc {
    font-size: 13px;
    color: #475569;
    line-height: 1.45;
}

.ep-bump-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed #e2e8f0;
    padding-top: 10px;
}

.ep-bump-prices {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ep-bump-old-price {
    color: #94a3b8;
    font-size: 13.5px;
    text-decoration: line-through;
}

.ep-bump-new-price {
    font-size: 17px;
    font-weight: 800;
    color: #047857;
}

.ep-bump-btn {
    background-color: transparent !important;
    color: #047857 !important;
    border: 2px solid #10b981 !important;
    padding: 7px 18px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
}

.ep-bump-btn:hover {
    background-color: #10b981 !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

.ep-bump-btn.ep-bump-btn-remove {
    background-color: #fef2f2 !important;
    color: #dc2626 !important;
    border-color: #fca5a5 !important;
}

/* ----------------------------------------------------------------
   7. SCARCITY CARD
   ---------------------------------------------------------------- */
.ep-scarcity-card {
    background-color: #fffbeb;
    border: 1.5px solid #fde68a;
    color: #b45309;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 22px;
    text-align: center;
}

/* ----------------------------------------------------------------
   8. COLLAPSIBLE ACCORDION ORDER SUMMARY ("Resumen del pedido")
   ---------------------------------------------------------------- */
.ep-accordion-summary {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 22px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}

.ep-accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border: none;
    padding: 15px 18px;
    font-size: 15.5px;
    font-weight: 700;
    color: #0f172a;
    cursor: pointer;
    transition: background 0.2s;
}

.ep-accordion-header:hover {
    background: #f8fafc;
}

.ep-accordion-arrow {
    transition: transform 0.3s ease;
    font-size: 12px;
    color: #64748b;
}

.ep-accordion-summary.open .ep-accordion-arrow {
    transform: rotate(180deg);
}

.ep-accordion-content {
    padding: 0 18px 18px 18px;
    border-top: 1px solid #f1f5f9;
}

#left-column-summary-table {
    background: #ffffff !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 10px 0 0 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    margin-bottom: 0 !important;
}

/* ----------------------------------------------------------------
   9. GUARANTEE BOX (WITH SVG SHIELD ICON)
   ---------------------------------------------------------------- */
.ep-guarantee-box {
    background: #f0fdf4;
    border: 2px dashed #a7f3d0;
    border-radius: 14px;
    padding: 24px 18px;
    text-align: center;
    margin-bottom: 20px;
}

.ep-guarantee-shield {
    margin-bottom: 6px;
}

.ep-guarantee-title {
    font-size: 17.5px;
    font-weight: 800;
    color: #065f46;
    margin-bottom: 4px;
}

.ep-guarantee-desc {
    font-size: 13.5px;
    color: #047857;
    line-height: 1.4;
}

/* ----------------------------------------------------------------
   10. SOCIAL PROOF BADGE
   ---------------------------------------------------------------- */
.ep-social-proof {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #f0fdf4;
    border: 1.5px solid #bbf7d0;
    color: #166534;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.ep-sp-icon {
    font-size: 15px;
}

/* ================================================================
   11. RIGHT COLUMN — FLOATING GREEN PAYMENT CARD
   ================================================================ */
.ep-payment-card {
    background: #ffffff;
    border: 2.5px solid #10b981;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(16, 185, 129, 0.1);
    overflow: hidden;
}

.ep-card-header {
    background-color: #047857;
    padding: 20px 22px;
    text-align: center;
    color: #ffffff;
    position: relative;
}

.ep-header-emoji,
.ep-header-emoji-right {
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ep-header-emoji { left: 16px; }
.ep-header-emoji-right { right: 16px; }

.ep-header-title {
    font-size: 16.5px;
    font-weight: 800;
    line-height: 1.3;
    display: block;
}

.ep-header-sub {
    font-size: 12.5px;
    opacity: 0.9;
    margin: 5px 0 0 0 !important;
}

.ep-card-connection {
    background-color: #ecfdf5;
    color: #047857;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 8px;
    border-bottom: 1px solid #a7f3d0;
}

.ep-card-body {
    padding: 24px;
}

.embudo-pro-checkout .ep-payment-card .woocommerce-checkout-review-order-table,
.embudo-pro-checkout .ep-payment-card #order_review_heading,
.embudo-pro-checkout .ep-card-body .woocommerce-checkout-review-order-table,
.embudo-pro-checkout .ep-card-body #order_review_heading,
.embudo-pro-checkout .ep-card-body > h3 {
    display: none !important;
}

.embudo-pro-checkout #customer_details h3,
.embudo-pro-checkout .ep-card-body h3 {
    display: none !important;
}

.embudo-pro-checkout .woocommerce-billing-fields__field-wrapper,
.embudo-pro-checkout .col2-set,
.embudo-pro-checkout .col-1,
.embudo-pro-checkout .col-2,
.embudo-pro-checkout #customer_details,
.embudo-pro-checkout .woocommerce-billing-fields,
.embudo-pro-checkout .ep-card-body .col2-set,
.embudo-pro-checkout .ep-card-body .col-1,
.embudo-pro-checkout .ep-card-body #customer_details,
.embudo-pro-checkout .ep-card-body .woocommerce-billing-fields {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.embudo-pro-checkout #billing_first_name_field,
body.embudo-pro-checkout #billing_last_name_field,
body.embudo-pro-checkout #billing_email_field,
.embudo-pro-checkout .ep-card-body p.form-row,
.embudo-pro-checkout .ep-payment-card p.form-row {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 0 18px 0 !important;
    float: none !important;
    clear: both !important;
    display: block !important;
}

body.embudo-pro-checkout #billing_first_name_field > label,
body.embudo-pro-checkout #billing_last_name_field > label,
body.embudo-pro-checkout #billing_email_field > label,
.embudo-pro-checkout .ep-card-body label,
.embudo-pro-checkout .ep-payment-card label {
    display: inline !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 0 !important;
    width: auto !important;
    line-height: 1.4 !important;
}

.embudo-pro-checkout .ep-payment-card label .required,
.embudo-pro-checkout .ep-card-body label .required,
.embudo-pro-checkout .ep-card-body label abbr {
    color: #dc2626 !important;
    display: inline !important;
    text-decoration: none !important;
    border: none !important;
}

body.embudo-pro-checkout #billing_first_name_field .woocommerce-input-wrapper,
body.embudo-pro-checkout #billing_last_name_field .woocommerce-input-wrapper,
body.embudo-pro-checkout #billing_email_field .woocommerce-input-wrapper,
.embudo-pro-checkout .ep-card-body .woocommerce-input-wrapper,
.embudo-pro-checkout .ep-card-body .form-row > span {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 6px !important;
}

body.embudo-pro-checkout #billing_first_name,
body.embudo-pro-checkout #billing_last_name,
body.embudo-pro-checkout #billing_email,
.embudo-pro-checkout .ep-card-body input.input-text,
.embudo-pro-checkout .ep-card-body input[type="text"],
.embudo-pro-checkout .ep-card-body input[type="email"],
.embudo-pro-checkout .ep-payment-card input.input-text,
.embudo-pro-checkout .ep-payment-card input[type="text"],
.embudo-pro-checkout .ep-payment-card input[type="email"] {
    width: 100% !important;
    max-width: 100% !important;
    padding: 13px 15px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    color: #1e293b !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
    display: block !important;
}

.embudo-pro-checkout .ep-payment-card input.input-text:focus,
.embudo-pro-checkout .ep-payment-card input[type="text"]:focus,
.embudo-pro-checkout .ep-payment-card input[type="email"]:focus {
    outline: none !important;
    border-color: #10b981 !important;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.15) !important;
}

.embudo-pro-checkout #payment {
    background: transparent !important;
    margin-top: 20px !important;
    border-top: none !important;
    padding-top: 0 !important;
}

.embudo-pro-checkout #payment ul.payment_methods {
    border: none !important;
    padding: 0 !important;
    margin-bottom: 16px !important;
}

.embudo-pro-checkout #payment ul.payment_methods li {
    padding: 8px 0 !important;
}

.embudo-pro-checkout #payment div.payment_box {
    background-color: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 12px !important;
    font-size: 13px !important;
    color: #475569 !important;
    margin-top: 6px !important;
}

.embudo-pro-checkout #payment div.payment_box::before {
    display: none !important;
}

.embudo-pro-checkout #place_order {
    width: 100% !important;
    background-color: #10b981 !important;
    color: #ffffff !important;
    padding: 16px 24px !important;
    font-size: 17.5px !important;
    font-weight: 800 !important;
    border: none !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.35) !important;
    transition: all 0.25s ease !important;
    letter-spacing: 0.3px !important;
    text-transform: none !important;
}

.embudo-pro-checkout #place_order:hover {
    background-color: #059669 !important;
    box-shadow: 0 8px 28px rgba(16, 185, 129, 0.45) !important;
    transform: translateY(-2px) !important;
}

.ep-protected-data {
    text-align: center;
    font-size: 12.5px;
    font-weight: 600;
    color: #64748b;
    padding: 12px 18px;
    border-bottom: 1px solid #f1f5f9;
}

.ep-card-footer {
    padding: 20px 24px;
    background-color: #fafafa;
}

.ep-trust-badges-row {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #e2e8f0;
}

.ep-trust-badge-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3px;
}

.ep-tb-icon {
    font-size: 20px;
}

.ep-tb-label {
    font-size: 10.5px;
    font-weight: 600;
    color: #475569;
    line-height: 1.3;
}

.ep-testimonials {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ep-testimonial-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}

.ep-test-stars {
    font-size: 13px;
    margin-bottom: 6px;
}

.ep-test-quote {
    font-size: 12.5px;
    color: #334155;
    font-style: italic;
    line-height: 1.45;
    margin: 0 0 6px 0 !important;
}

.ep-test-author {
    font-size: 11.5px;
    font-weight: 700;
    color: #0f172a;
    display: block;
}

/* ----------------------------------------------------------------
   12. BOTTOM TRUST FOOTER ("Más de 15,000 familias...")
   ---------------------------------------------------------------- */
.ep-trust-footer-bottom {
    text-align: center !important;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
    padding-top: 15px !important;
    width: 100% !important;
}

.ep-stars {
    font-size: 18px;
    margin-bottom: 4px;
}

.ep-trust-footer-bottom p {
    font-size: 14px !important;
    color: #64748b !important;
    margin: 0 !important;
}

.ep-trust-footer-bottom p strong {
    color: #334155 !important;
}

/* ----------------------------------------------------------------
   13. CENTERED BOTTOM COPYRIGHT FOOTER
   ---------------------------------------------------------------- */
.ep-checkout-copyright {
    text-align: center !important;
    padding: 20px 15px 40px 15px !important;
    font-size: 13px !important;
    color: #64748b !important;
    border-top: 1px solid #e2e8f0 !important;
    margin-top: 15px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.ep-checkout-copyright a {
    color: #475569 !important;
    text-decoration: underline !important;
}

/* ----------------------------------------------------------------
   14. PUSH NOTIFICATION TOAST (80s Interval with Verified Badge)
   ---------------------------------------------------------------- */
.ep-push-toast {
    position: fixed !important;
    bottom: 24px !important;
    left: 24px !important;
    z-index: 999999 !important;
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 14px !important;
    padding: 12px 16px !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15) !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    max-width: 350px !important;
    transform: translateY(120px) scale(0.95);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease, visibility 0.3s ease !important;
}

.ep-push-toast.ep-toast-show {
    transform: translateY(0) scale(1) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.ep-toast-icon-wrap {
    width: 38px;
    height: 38px;
    min-width: 38px;
    background-color: #f0fdf4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    border: 1px solid #bbf7d0;
}

.ep-toast-body {
    flex: 1;
}

.ep-toast-line1 {
    font-size: 13.5px !important;
    color: #0f172a !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    margin-bottom: 2px !important;
}

.ep-toast-line1 strong {
    font-weight: 700 !important;
    color: #0f172a !important;
}

.ep-toast-line2 {
    font-size: 12px !important;
    color: #047857 !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    line-height: 1.2 !important;
}

.ep-verified-badge {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    object-fit: contain !important;
}

.ep-toast-close {
    background: transparent !important;
    border: none !important;
    color: #94a3b8 !important;
    font-size: 18px !important;
    cursor: pointer !important;
    padding: 0 0 0 4px !important;
    line-height: 1 !important;
}

.ep-toast-close:hover {
    color: #475569 !important;
}

/* ================================================================
   15. EXPERT MOBILE BREAKPOINTS (<= 768px)
   ================================================================ */
@media (max-width: 960px) {
    .ep-checkout-grid {
        flex-direction: column;
        gap: 20px;
    }

    .ep-checkout-left-col,
    .ep-checkout-right-col {
        width: 100% !important;
    }

    .ep-checkout-right-col {
        position: static;
    }
}

@media (max-width: 768px) {
    body.embudo-pro-checkout,
    .embudo-pro-checkout #page-container,
    .embudo-pro-checkout #main-content,
    .embudo-pro-checkout #left-area {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .embudo-pro-checkout input.input-text,
    .embudo-pro-checkout input[type="text"],
    .embudo-pro-checkout input[type="email"] {
        font-size: 16px !important;
    }

    .embudo-pro-checkout #main-content .container {
        padding: 0 10px !important;
        width: 100% !important;
    }

    .ep-top-secure-bar {
        padding: 9px 12px !important;
        font-size: 11.5px !important;
        line-height: 1.35 !important;
        border-radius: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 16px !important;
        top: 0 !important;
        white-space: normal !important;
        word-break: break-word !important;
    }

    .ep-progress-bar-wrapper {
        margin-bottom: 18px;
        padding: 0 10px;
    }

    .ep-step-circle {
        width: 28px;
        height: 28px;
        min-width: 28px;
        font-size: 11px;
    }

    .ep-countdown-card {
        margin-bottom: 16px;
        border-radius: 12px;
    }

    .ep-countdown-inner {
        padding: 14px 12px;
    }

    .ep-countdown-title {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .ep-time-value {
        width: 46px;
        height: 46px;
        font-size: 22px;
        border-radius: 8px;
    }

    .ep-time-sep {
        font-size: 20px;
        padding-bottom: 12px;
    }

    .ep-viewers-live {
        font-size: 12.5px;
        margin-top: 10px;
    }

    .ep-social-proof {
        padding: 10px 14px;
        font-size: 13px;
        margin-top: 18px;
        margin-bottom: 20px;
        border-radius: 8px;
    }

    .ep-main-product-card {
        padding: 12px 14px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 8px !important;
        margin-bottom: 18px !important;
    }

    .ep-main-product-name {
        font-size: 13px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-width: 65% !important;
    }

    .ep-main-product-price {
        font-size: 16px !important;
        white-space: nowrap !important;
        flex-shrink: 0 !important;
    }

    .ep-checkout-grid,
    .ep-checkout-left-col,
    .ep-checkout-right-col,
    .ep-payment-card,
    .ep-countdown-card,
    .ep-bump-card,
    .ep-guarantee-box,
    .ep-social-proof,
    .ep-accordion-summary {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .ep-card-header {
        padding: 16px 14px;
    }

    .ep-header-emoji,
    .ep-header-emoji-right {
        display: none;
    }

    .ep-header-title {
        font-size: 15px;
    }

    .ep-card-body {
        padding: 16px 14px !important;
    }

    .ep-bump-card {
        padding: 14px;
    }

    .ep-bump-name {
        font-size: 13.5px !important;
    }

    .ep-bump-discount {
        font-size: 10px !important;
        padding: 3px 6px !important;
    }

    .ep-bump-content {
        gap: 10px;
        margin-bottom: 10px;
    }

    .ep-bump-image {
        width: 50px;
        height: 50px;
    }

    .ep-bump-desc {
        font-size: 12px;
        line-height: 1.4;
    }

    .ep-bump-bottom-row {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding-top: 10px;
    }

    .ep-bump-prices {
        justify-content: space-between;
    }

    .ep-bump-btn {
        width: 100% !important;
        text-align: center !important;
        padding: 10px 14px !important;
        font-size: 13.5px !important;
    }

    .ep-accordion-header {
        padding: 12px 14px;
        font-size: 14.5px;
    }

    .ep-guarantee-box {
        padding: 18px 14px;
        margin-bottom: 16px;
    }

    .ep-guarantee-shield {
        margin-bottom: 4px;
    }

    .ep-guarantee-title {
        font-size: 16px;
    }

    .ep-card-footer {
        padding: 16px 14px;
    }

    #place_order {
        padding: 16px 20px !important;
        font-size: 16.5px !important;
    }

    /* Mobile Push Toast */
    .ep-push-toast {
        left: 12px !important;
        right: 12px !important;
        bottom: 16px !important;
        max-width: none !important;
        width: calc(100% - 24px) !important;
    }
}


/* =================================================================
   14. CUSTOM PREMIUM THANK YOU (ORDER CONFIRMED) PAGE
   ================================================================= */
.ep-thankyou-wrapper {
    max-width: 680px;
    margin: 40px auto;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    padding: 0 15px;
    box-sizing: border-box;
}

.ep-thankyou-container {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05);
}

.ep-thankyou-logo-area {
    text-align: center;
    margin-bottom: 25px;
}

.ep-thankyou-logo-area img {
    max-height: 55px;
    width: auto;
}

.ep-thankyou-logo-text {
    font-size: 24px;
    font-weight: 850;
    color: #0f172a;
    letter-spacing: -0.5px;
}

.ep-thankyou-success-circle {
    width: 80px;
    height: 80px;
    background: #ecfdf5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    animation: ep-checkmark-pulse 2s infinite;
}

@keyframes ep-checkmark-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(16, 185, 129, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.ep-thankyou-success-icon {
    color: #10b981;
    font-size: 36px;
    font-weight: bold;
}

.ep-thankyou-title {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    text-align: center;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
}

.ep-thankyou-subtitle {
    font-size: 15px;
    color: #64748b;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 35px 0;
}

/* Downloads Card */
.ep-thankyou-downloads-card {
    background: #f0fdf4;
    border: 2px solid #bbf7d0;
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 25px;
}

.ep-downloads-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #065f46;
}

.ep-downloads-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #065f46;
}

.ep-downloads-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ep-download-item {
    background: #ffffff;
    border: 1px solid #d1fae5;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 2px 4px rgba(6, 95, 70, 0.02);
}

.ep-download-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ep-download-icon {
    font-size: 24px;
}

.ep-download-name {
    font-size: 14.5px;
    font-weight: 700;
    color: #0f172a;
}

.ep-download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px 20px;
    background: #10b981;
    color: #ffffff !important;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none !important;
    font-size: 14.5px;
    box-shadow: 0 4px 6px -1px rgba(16, 185, 129, 0.15);
    transition: background 0.2s, transform 0.1s;
    border: none;
    cursor: pointer;
}

.ep-download-btn:hover {
    background: #059669;
}

.ep-download-btn:active {
    transform: scale(0.98);
}

/* Order Summary Details */
.ep-thankyou-details-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 25px;
}

.ep-thankyou-details-card h3 {
    margin: 0 0 15px 0;
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
}

.ep-details-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 14px;
}

.ep-details-row:last-child {
    border-bottom: none;
}

.ep-details-label {
    color: #64748b;
}

.ep-details-value {
    font-weight: 600;
    color: #0f172a;
}

.ep-details-row.ep-total-row {
    font-size: 17px;
    padding-top: 15px;
    margin-top: 5px;
    border-top: 2px solid #f1f5f9;
}

.ep-details-row.ep-total-row .ep-details-value {
    color: #10b981;
    font-weight: 800;
}

/* Support Box */
.ep-thankyou-support {
    background: #f0f9ff;
    border: 1px dashed #bae6fd;
    border-radius: 16px;
    padding: 22px;
    text-align: center;
}

.ep-thankyou-support p {
    margin: 0 0 12px 0;
    font-size: 14px;
    color: #0369a1;
    line-height: 1.5;
}

.ep-whatsapp-support-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 20px;
    background: #25d366;
    color: #ffffff !important;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none !important;
    font-size: 14px;
    box-shadow: 0 4px 6px -1px rgba(37, 211, 102, 0.15);
    transition: background 0.2s;
}

.ep-whatsapp-support-btn:hover {
    background: #128c7e;
}

/* Mobile Responsive */
@media (max-width: 480px) {
    .ep-thankyou-container {
        padding: 30px 18px;
    }
    
    .ep-thankyou-title {
        font-size: 24px;
    }
    
    .ep-thankyou-downloads-card {
        padding: 18px;
    }
    
    .ep-thankyou-details-card {
        padding: 18px;
    }
}
