.elementor-296566 .elementor-element.elementor-element-ed699d3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-296566 .elementor-element.elementor-element-71b441a{--spacer-size:30px;}.elementor-296566 .elementor-element.elementor-element-8acffa1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-296566 .elementor-element.elementor-element-2377609{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-296566 .elementor-element.elementor-element-cfd7f61{--spacer-size:30px;}body.elementor-page-296566:not(.elementor-motion-effects-element-type-background), body.elementor-page-296566 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F2F4F7;}/* Start custom CSS for html, class: .elementor-element-eb849a3 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #f5f5f5;
            min-height: 100vh;
            position: relative;
            overflow-x: hidden;
        }
        .pts-iframe-container {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin: 0;
}

#digitalSubscriptionFrame {
    width: 100%;
    min-height: 600px;
    border: none;
    border-radius: 8px;
    background: white;
}

@keyframes pts-iframe-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive iframe */
@media (max-width: 768px) {
    #digitalSubscriptionFrame {
        min-height: 500px;
    }
    
    .pts-drawer-content {
        padding: 0 15px 20px;
    }
    
    .pts-iframe-container {
        margin: 0 -15px;
        border-radius: 0;
    }
}

/* Make drawer slightly larger for iframe content */
.pts-drawer.iframe-mode {
    max-height: 90vh;
}

.pts-drawer.iframe-mode .pts-drawer-content {
    padding-bottom: 20px;
}

/* Loading state for iframe */
.pts-iframe-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    background: #f8f9fa;
    color: #666;
    font-size: 16px;
}

.pts-iframe-loading::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #e1e5e9;
    border-top: 2px solid #54A8DC;
    border-radius: 50%;
    animation: pts-iframe-spin 1s linear infinite;
    margin-right: 10px;
}

        .pts-subscription-container {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            overflow: hidden;
            position: relative;
            z-index: 1;
        }

        .pts-header {
            background: linear-gradient(180deg, #3A5EA6, #54A8DC);
            padding: 40px;
            text-align: center;
            position: relative;
        }

        .pts-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            opacity: 0.3;
        }

        .pts-header-content {
            position: relative;
            z-index: 1;
        }

        .pts-main-title {
            color: white;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .pts-subtitle {
            color: white;
            font-size: 1.3rem;
            line-height: 1.6;
            margin-bottom: 10px;
        }

        .pts-subtitle strong {
            background: rgba(238, 122, 59, 0.9);
            padding: 2px 8px;
            border-radius: 4px;
            font-weight: 600;
        }

        .pts-disclaimer {
            color: rgba(255, 255, 255, 0.9);
            font-size: 0.95rem;
            margin-top: 15px;
            font-style: italic;
        }

        .pts-subscription-types {
            display: grid;
            grid-template-columns: 1fr 1fr;
            min-height: 200px;
        }

        .pts-subscription-side {
            padding: 50px 40px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: relative;
            transition: all 0.3s ease;
            cursor: pointer;
            user-select: none;
        }

        .pts-subscription-side:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .pts-subscription-side:active {
            transform: translateY(-2px);
        }

        .pts-digital-side {
            background: linear-gradient(135deg, #FDDA16 0%, rgba(84, 168, 220, 0.1) 100%);
            border-right: 3px solid #EE7A3B;
        }

        .pts-print-side {
            background: linear-gradient(135deg, #EE7A3B 0%, rgba(238, 122, 59, 0.1) 100%);
        }

        .pts-subscription-title {
            color: #414042;
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 15px;
            text-align: center;
        }

        .pts-subscription-icon {
            width: 80px;
            height: 80px;
            margin-bottom: 20px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            color: white;
            font-weight: bold;
        }

        .pts-digital-side .pts-subscription-icon {
            background: #54A8DC;
        }

        .pts-print-side .pts-subscription-icon {
            background: #EE7A3B;
        }

        .pts-subscription-description {
            color: #414042;
            font-size: 1.1rem;
            text-align: center;
            opacity: 0.8;
        }

        .pts-decorative-element {
            position: absolute;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            animation: pts-float 6s ease-in-out infinite;
        }

        .pts-decorative-element:nth-child(1) {
            top: 10%;
            left: 10%;
            animation-delay: -2s;
        }

        .pts-decorative-element:nth-child(2) {
            top: 20%;
            right: 15%;
            animation-delay: -4s;
            width: 60px;
            height: 60px;
        }
        
        .pts-form-container {
            max-width: 600px;
            margin: 0 auto;
        }

        .pts-form-row {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
        }

        .pts-form-group {
            flex: 1;
        }

        .pts-form-group.full-width {
            flex: 1 1 100%;
        }

        .pts-form-label {
            display: block;
            margin-bottom: 5px;
            font-weight: 500;
            color: #333;
        }

        .pts-form-input {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #e1e5e9;
            border-radius: 8px;
            font-size: 1rem;
            transition: border-color 0.3s ease;
            background: #fff;
        }

        .pts-form-input:focus {
            outline: none;
            border-color: #54A8DC;
            box-shadow: 0 0 0 3px rgba(84, 168, 220, 0.1);
        }

        .pts-form-input.error {
            border-color: #e74c3c;
        }

        .pts-form-submit {
            width: 100%;
            padding: 15px;
            background: linear-gradient(45deg, #54A8DC 0%, #3A5EA6 100%);
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 20px;
        }

        .pts-form-submit:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(84, 168, 220, 0.4);
        }

        .pts-form-submit:disabled {
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }

        /* Message Styles */
        .pts-success-message {
            background: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
            border-radius: 8px;
            padding: 15px;
            margin-bottom: 20px;
            text-align: center;
            display: none;
        }

        .pts-error-message {
            background: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
            border-radius: 8px;
            padding: 15px;
            margin-bottom: 20px;
            text-align: center;
            display: none;
        }

        /* Drawer Styles */
        .pts-drawer {
            position: fixed;
            bottom: -100%;
            left: 0;
            right: 0;
            background: white;
            border-radius: 20px 20px 0 0;
            box-shadow: 0 -10px 30px rgba(0,0,0,0.3);
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            z-index: 1000;
            max-height: 80vh;
            overflow-y: auto;
        }

        .pts-drawer.active {
            bottom: 0;
        }

        .pts-drawer-handle {
            width: 50px;
            height: 5px;
            background: #ddd;
            border-radius: 3px;
            margin: 15px auto 20px;
            cursor: pointer;
        }

        .pts-drawer-content {
            padding: 0 30px 30px;
        }

        .pts-drawer-header {
            text-align: center;
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 2px solid #f0f0f0;
        }

        .pts-drawer-title {
            font-size: 1.8rem;
            color: #414042;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .pts-drawer-subtitle {
            color: #666;
            font-size: 1rem;
        }

        .pts-close-btn {
            background: none;
            border: none;
            font-size: 24px;
            color: #999;
            cursor: pointer;
            padding: 10px;
            position: absolute;
            top: 15px;
            right: 20px;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .pts-close-btn:hover {
            background: #f0f0f0;
            color: #333;
        }

        /* Backdrop */
        .pts-backdrop {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .pts-backdrop.active {
            opacity: 1;
            visibility: visible;
        }

        @keyframes pts-float {
            0%, 100% {
                transform: translateY(0px) rotate(0deg);
            }
            50% {
                transform: translateY(-20px) rotate(180deg);
            }
        }

        @media (max-width: 768px) {
            .pts-subscription-types {
                grid-template-columns: 1fr;
            }
            
            .pts-digital-side {
                border-right: none;
                border-bottom: 3px solid #EE7A3B;
            }
            
            .pts-main-title {
                font-size: 2rem;
            }
            
            .pts-subtitle {
                font-size: 1.1rem;
            }
            
            .pts-subscription-side {
                padding: 30px 20px;
            }
            
            .pts-header {
                padding: 30px 20px;
            }

            .pts-drawer-content {
                padding: 0 20px 30px;
            }

            .pts-drawer {
                max-height: 85vh;
            }

            .pts-form-row {
                flex-direction: column;
                gap: 0;
            }
        }/* End custom CSS */