:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1a202c;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#667eea;text-decoration:none}a:hover{color:#764ba2}body{margin:0;min-width:320px;min-height:100vh;background:#f5f7fa}h1,h2,h3,h4,h5,h6{margin:0 0 .5rem}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f7fafc;cursor:pointer;transition:border-color .25s,box-shadow .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 20px}.main-content{padding:40px 0}.card{background:transparent;border-radius:16px;box-shadow:none;padding:32px;margin-bottom:24px;border:none;-webkit-backdrop-filter:none;backdrop-filter:none}.card-header{text-align:center;margin-bottom:32px}.card-title{font-size:28px;font-weight:700;color:#1a202c;margin-bottom:8px}.card-subtitle{font-size:16px;color:#718096;font-weight:400}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.btn-secondary{background:#f7fafc;color:#4a5568;border:2px solid #e2e8f0}.btn-secondary:hover{background:#edf2f7;border-color:#cbd5e0}.btn-back{background:transparent;color:#718096;padding:8px 16px;font-size:14px}.btn-back:hover{background:#f7fafc;color:#4a5568}.form-group{margin-bottom:24px}.form-label{display:block;font-size:14px;font-weight:600;color:#4a5568;margin-bottom:8px}.form-input{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:border-color .2s ease}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.required-asterisk{color:#e53e3e;margin-left:2px}.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media (max-width: 768px){.container{padding:0 16px}.card{padding:24px}.card-title{font-size:24px}.main-content{padding:20px 0}}.header{background:#10b981;color:#fff;padding:10px 0}.banner-text{color:#fff;padding:8px 16px;font-weight:700;text-align:center;font-weight:900}@media (max-width: 768px){.banner-text{font-size:14px}}.contact-fab{position:fixed;right:16px;bottom:16px;z-index:1000;display:inline-flex;align-items:center;gap:8px;background:#10b981;color:#fff;border:none;padding:12px 14px;border-radius:999px;box-shadow:0 8px 24px #10b98159;cursor:pointer}.contact-fab:hover{background:#059669}.fab-icon{font-size:18px}.fab-text{font-weight:700}.contact-modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:16px;z-index:1001}.contact-modal{background:#fff;width:100%;max-width:520px;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #00000040}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.modal-title{font-weight:800}.modal-close{background:none;border:none;font-size:20px;cursor:pointer}.modal-body{padding:16px}.modal-sub{color:#475569;margin-bottom:12px}.contact-form .form-group{margin-bottom:12px}.form-textarea{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #e2e8f0;min-height:120px}.form-textarea.invalid,.form-input.invalid{border-color:#ef4444}.form-actions{display:flex;gap:10px;align-items:center}@media (max-width: 480px){.fab-text{display:none}.contact-fab{padding:12px;border-radius:50%}}.providers-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:24px}.provider-card{background:transparent;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;cursor:pointer;transition:background .2s ease,border-color .2s ease;display:flex;align-items:center;gap:14px}.provider-card:hover{background:#e2e8f033;border-color:var(--provider-color)}.provider-logo{width:44px;height:44px;border-radius:10px;background:#f8fafc;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #e2e8f0}.provider-icon{font-size:32px}.provider-logo-img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.provider-info{flex:1}.provider-name{font-size:16px;font-weight:700;color:#1a202c;margin-bottom:2px}.provider-description{font-size:13px;color:#64748b}.provider-arrow{margin-left:auto;font-size:18px;color:#94a3b8}.provider-card:hover .provider-arrow{color:var(--provider-color)}.selection-footer{text-align:center;padding-top:16px;border-top:1px dashed #e2e8f0}.footer-text{color:#718096;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px}.footer-icon{font-size:16px}@media (min-width: 900px){.providers-grid{max-width:840px;margin-left:auto;margin-right:auto}.provider-card{padding:18px 20px}.provider-logo{width:56px;height:56px}.provider-name{font-size:18px}.provider-description{font-size:14px}.provider-arrow{font-size:20px}}.product .product-header{text-align:center;margin-bottom:24px}.product-grid{display:grid;grid-template-columns:3fr 1fr;gap:24px}.price-range{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px 16px;margin-bottom:16px}.range-label{font-size:12px;color:#718096}.range-values{font-weight:800;color:#1a202c}.size-selector{margin-bottom:16px}.size-grid{display:flex;flex-wrap:wrap;gap:10px}.size-pill{padding:10px 14px;border-radius:999px;border:2px solid #e2e8f0;background:#fff;font-weight:600;color:#1a202c}.size-pill.active{border-color:#667eea;background:#f0f4ff;box-shadow:0 4px 16px #667eea2e}.selected-summary{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px 16px;margin:12px 0 16px}.summary-row{display:flex;align-items:center;justify-content:space-between;padding:6px 0}.summary-row.total .price{color:#667eea;font-weight:800}.product-actions{margin:8px 0 24px}.product-description h3{font-size:16px;margin-bottom:8px}.desc-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px 16px}.desc-warning{font-weight:700;color:#1a202c}.desc-note{color:#4a5568;font-size:14px}.product-side{display:flex;flex-direction:column;gap:16px}.side-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px}.provider-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;color:#1a202c}.side-info{margin-top:12px;display:grid;gap:8px}.info-row{display:flex;align-items:center;justify-content:space-between;font-size:14px}.help h4{margin:0 0 6px}@media (max-width: 900px){.product-grid{grid-template-columns:1fr}}.phone-input-container{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:32px}.order-summary{background:linear-gradient(135deg,#f8faff,#f0f4ff);border:2px solid #e2e8f0;border-radius:12px;padding:24px}.summary-header{margin-bottom:20px}.summary-header h3{font-size:18px;font-weight:700;color:#1a202c;margin:0}.summary-details{display:flex;flex-direction:column;gap:12px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.summary-row.total{border-top:2px solid #e2e8f0;margin-top:8px;padding-top:16px;font-weight:700}.summary-label{color:#718096;font-size:14px}.summary-value{color:#1a202c;font-weight:600;font-size:14px}.summary-row.total .summary-value{font-size:18px;color:#667eea}.phone-form{display:flex;flex-direction:column;gap:24px}.phone-input-wrapper{display:flex;align-items:center;position:relative;border:2px solid #e2e8f0;border-radius:8px;overflow:hidden;transition:border-color .2s ease}.phone-input-wrapper:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.country-code{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f8fafc;border-right:1px solid #e2e8f0;font-weight:600;color:#4a5568;font-size:14px}.flag{font-size:16px}.phone-input{flex:1;border:none;padding:12px 16px;font-size:16px;background:transparent}.phone-input:focus{outline:none}.phone-input.valid,.phone-input.invalid{padding-right:48px}.validation-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.validation-icon.valid{background:#48bb78;color:#fff}.validation-icon.invalid{background:#f56565;color:#fff}.input-help{font-size:13px;color:#718096;margin-top:8px}.btn-large{padding:16px 32px;font-size:16px;width:100%}.btn.disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.btn-icon{margin-left:8px;transition:transform .2s ease}.btn:hover .btn-icon{transform:translate(4px)}.security-info{background:#f8fafc;border-radius:12px;padding:20px}.security-items{display:flex;justify-content:space-around;align-items:center;gap:16px}.security-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#4a5568;text-align:center}.security-icon{font-size:16px}@media (max-width: 768px){.phone-input-container{grid-template-columns:1fr;gap:24px}.country-code{padding:10px 12px;font-size:13px}.phone-input{padding:10px 12px;font-size:15px}.security-items{flex-direction:column;gap:12px}.security-item{font-size:12px}}.payment-container{display:grid;grid-template-columns:1fr 1fr;gap:32px}.payment-summary .summary-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden}.summary-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:2px solid #f1f5f9}.summary-header h3{font-size:18px;font-weight:700;margin:0}.provider-badge{display:inline-flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;color:#1a202c;padding:6px 12px;border-radius:999px}.provider-badge-img{width:22px;height:22px;object-fit:contain;border-radius:4px}.badge-icon-text{font-size:16px}.summary-body{padding:20px}.bundle-info{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.bundle-size-display{display:flex;align-items:baseline;gap:8px}.size-large{font-size:28px;font-weight:800}.duration-small{font-size:12px;color:#718096}.phone-display{display:flex;align-items:center;gap:8px}.phone-label{font-size:13px;color:#718096}.phone-number{font-weight:700}.price-breakdown{margin-top:16px;padding-top:16px;border-top:2px solid #f1f5f9;display:flex;flex-direction:column;gap:10px}.price-row{display:flex;align-items:center;justify-content:space-between;font-size:14px}.price-row.total{font-weight:800;font-size:16px}.payment-form{display:flex;flex-direction:column;gap:20px}.payment-methods h4{margin:0 0 12px;font-size:16px;color:#1a202c}.payment-options{display:grid;gap:12px}.payment-option{display:flex;align-items:center;gap:12px;padding:14px;border:2px solid #e2e8f0;border-radius:10px;background:#fff}.payment-option.active{border-color:#667eea;box-shadow:0 6px 20px #667eea1f}.option-icon{font-size:20px}.option-details{flex:1}.option-name{display:block;font-weight:700;color:#1a202c}.option-desc{font-size:12px;color:#718096}.option-check{font-weight:800;color:#667eea}.payment-actions .btn-payment{width:100%;padding:16px 24px;font-size:16px}.btn-payment.processing{opacity:.8;cursor:progress}.payment-icon{margin-left:8px}.spinner{width:18px;height:18px;margin-right:8px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;display:inline-block;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.payment-security{background:#f8fafc;border:1px dashed #e2e8f0;border-radius:10px;padding:14px}.security-badges{display:flex;align-items:center;justify-content:space-between;gap:12px}.security-badge{display:flex;align-items:center;gap:8px;font-size:13px;color:#4a5568}.badge-icon{font-size:16px}.success-content{text-align:center;padding:20px}.success-icon{font-size:48px;margin-bottom:12px}.success-title{font-size:24px;font-weight:800;margin-bottom:6px}.success-message{color:#4a5568;margin-bottom:16px}.success-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px;margin:0 auto 16px}.detail-row{display:flex;align-items:center;justify-content:space-between;font-size:14px}.success-actions .btn{min-width:220px}@media (max-width: 900px){.payment-container{grid-template-columns:1fr}.security-badges{justify-content:center;flex-wrap:wrap}}
