.elementor-kit-45{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-45 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            min-height: 100vh;
            color: #333;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Header */
        .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
            color: white;
        }

        .logo {
            font-size: 28px;
            font-weight: 800;
            letter-spacing: -1px;
        }

        .user-area {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            opacity: 0.9;
        }

        .user-area::before {
            content: "👤";
        }

        /* Main Content */
        .main-content {
            background: white;
            border-radius: 20px;
            margin: 20px 0;
            padding: 40px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }

        .page-title {
            font-size: 2rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 30px;
        }

        .renewal-link {
            float: right;
            color: #667eea;
            text-decoration: none;
            font-size: 14px;
            margin-top: -10px;
        }

        .renewal-link:hover {
            text-decoration: underline;
        }

        /* Cart Items */
        .cart-items {
            margin-bottom: 40px;
        }

        .cart-item {
            display: flex;
            align-items: center;
            padding: 20px 0;
            border-bottom: 1px solid #e2e8f0;
            gap: 15px;
        }

        .cart-item:last-child {
            border-bottom: none;
        }

        .item-icon {
            width: 40px;
            height: 40px;
            background: #dc2626;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 18px;
        }

        .item-icon.training {
            background: #f97316;
        }

        .item-details {
            flex: 1;
        }

        .item-name {
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 4px;
        }

        .item-period {
            display: inline-block;
            margin-left: 10px;
        }

        .item-period select {
            border: 1px solid #d1d5db;
            border-radius: 6px;
            padding: 4px 8px;
            font-size: 14px;
        }

        .item-subtitle {
            font-size: 14px;
            color: #718096;
            margin-top: 5px;
        }

        .item-price {
            text-align: right;
            font-weight: 700;
            color: #2d3748;
        }

        .price-original {
            text-decoration: line-through;
            color: #718096;
            font-size: 14px;
            margin-right: 10px;
        }

        .price-current {
            font-size: 18px;
            color: #dc2626;
        }

        .remove-btn {
            background: none;
            border: none;
            color: #718096;
            cursor: pointer;
            padding: 5px;
            border-radius: 4px;
            transition: all 0.3s ease;
        }

        .remove-btn:hover {
            background: #f7fafc;
            color: #dc2626;
        }

        /* Summary Section */
        .cart-summary {
            background: #f8fafc;
            border-radius: 12px;
            padding: 25px;
            margin-bottom: 30px;
        }

        .summary-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }

        .summary-row:last-child {
            margin-bottom: 0;
            font-weight: 700;
            font-size: 18px;
            color: #2d3748;
            border-top: 1px solid #e2e8f0;
            padding-top: 15px;
        }

        .summary-label {
            color: #4a5568;
        }

        .summary-value {
            font-weight: 600;
            color: #2d3748;
        }

        .installment-option {
            color: #48bb78;
            font-size: 14px;
        }

        .discount-info {
            color: #667eea;
            font-size: 14px;
        }

        .promo-link {
            color: #667eea;
            text-decoration: none;
            font-size: 14px;
            float: right;
            margin-top: 10px;
        }

        .promo-link:hover {
            text-decoration: underline;
        }

        /* Badges */
        .badges {
            display: flex;
            gap: 15px;
            align-items: center;
            margin-bottom: 30px;
        }

        .badge {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            color: #4a5568;
        }

        .badge-icon {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f0f4f8;
        }

        .money-back {
            background: #dc2626;
        }

        .guarantee {
            background: #92400e;
        }

        /* Service Addition */
        .service-addition {
            background: #fef3cd;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 30px;
            border-left: 4px solid #f59e0b;
        }

        .service-addition h3 {
            color: #92400e;
            font-size: 16px;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .service-addition p {
            color: #744210;
            font-size: 14px;
            line-height: 1.5;
        }

        /* Urgency Banner */
        .urgency-banner {
            background: linear-gradient(45deg, #48bb78, #38a169);
            color: white;
            padding: 15px;
            border-radius: 12px;
            margin-bottom: 30px;
            text-align: center;
            font-weight: 600;
        }

        .timer {
            font-size: 18px;
            font-weight: 700;
            margin: 0 5px;
        }

        /* Additional Services */
        .additional-services {
            margin-top: 40px;
        }

        .services-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 25px;
        }

        .service-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px;
            background: white;
            border: 2px solid #f1f5f9;
            border-radius: 12px;
            margin-bottom: 15px;
            transition: all 0.3s ease;
        }

        .service-item:hover {
            border-color: #667eea;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.1);
        }

        .service-info {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .service-icon {
            width: 40px;
            height: 40px;
            background: #667eea;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
        }

        .service-name {
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 5px;
        }

        .service-price-info {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .service-price {
            font-weight: 700;
            color: #2d3748;
        }

        .price-period {
            color: #718096;
            font-size: 14px;
        }

        .add-btn {
            background: #fbbf24;
            color: #92400e;
            border: none;
            padding: 10px 20px;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            font-size: 14px;
        }

        .add-btn:hover {
            background: #f59e0b;
            transform: translateY(-2px);
        }

        .info-link {
            color: #667eea;
            text-decoration: none;
            font-size: 14px;
            margin-top: 5px;
        }

        .info-link:hover {
            text-decoration: underline;
        }

        /* Footer */
        .footer {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px 20px 0 0;
            margin-top: 40px;
            padding: 30px 40px;
            box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
        }

        .footer .row {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 40px;
        }

        .footer .col-md-7,
        .footer .col-md-5 {
            flex: 1;
        }

        .footer h5 {
            color: #2d3748;
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .footer h5:first-child::before {
            content: "💳";
        }

        .footer h5:last-of-type::before {
            content: "🛡️";
        }

        .bandeiras {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            align-items: center;
        }

        .bandeiras li {
            display: flex;
            align-items: center;
        }

        .bandeiras img {
            max-height: 40px;
            max-width: 120px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            object-fit: contain;
        }

        .bandeiras img:hover {
            transform: translateY(-2px);
        }

        /* Placeholder images for missing assets */
        .bandeiras img[alt="Opções de Pagamento"] {
            background: linear-gradient(45deg, #4CAF50, #45a049);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 200px;
            height: 40px;
            font-size: 12px;
            font-weight: 600;
            text-align: center;
        }

        .bandeiras img[alt="Site Seguro"],
        .bandeiras img[alt*="Certificado"],
        .bandeiras img[alt*="Google"] {
            background: #f8fafc;
            border: 2px solid #e2e8f0;
            color: #4a5568;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 10px;
            font-weight: 600;
            text-align: center;
            padding: 5px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .main-content {
                padding: 20px;
                margin: 10px 0;
            }

            .footer {
                padding: 20px;
            }

            .footer .row {
                flex-direction: column;
                gap: 30px;
            }

            .cart-item {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }

            .item-price {
                text-align: left;
                width: 100%;
            }

            .service-item {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }

            .service-price-info {
                width: 100%;
                justify-content: space-between;
            }

            .badges {
                flex-direction: column;
                align-items: flex-start;
            }

            .bandeiras {
                justify-content: center;
            }
        }/* End custom CSS */