*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;background:linear-gradient(to bottom,#0369a1,#1e293b,#0f172a);min-height:100vh;color:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.header{padding:1.5rem 0}.nav{display:flex;align-items:center;justify-content:space-between}.logo-section{display:flex;align-items:center;gap:.75rem}.logo-img{width:40px;height:40px}.logo-text{font-size:1.25rem;font-weight:700}.nav-links{display:flex;gap:1.5rem;font-size:.875rem;opacity:.8}.nav-links a:hover{opacity:1}.hero{padding:5rem 0;text-align:center}.hero-content{max-width:48rem;margin:0 auto}.hero-logo{width:280px;height:280px;margin:0 auto 2rem}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;opacity:.8;margin-bottom:2rem}.hero-btn{display:inline-block;padding:1rem 2rem;background:#fff;color:#0369a1;font-weight:600;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;transition:background .2s}.hero-btn:hover{background:#f0f9ff}.products{padding:5rem 0}.section-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:72rem;margin:0 auto}.product-card{background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;padding:2rem;position:relative;display:grid;grid-template-rows:auto 4.5rem auto auto 1fr auto}.product-card.highlighted{background:#fff;color:#1e293b;box-shadow:0 25px 50px -12px #00000040;transform:scale(1.02)}.product-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#0ea5e9;color:#fff;padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600}.product-name{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.product-desc{font-size:.875rem;opacity:.7;line-height:1.5}.product-price{padding:1rem 0;display:flex;align-items:baseline;gap:.25rem}.price-amount{font-size:2.25rem;font-weight:700}.price-period{font-size:.875rem;opacity:.6}.product-features{list-style:none;padding:.5rem 0}.product-features li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;margin-bottom:.75rem}.check-icon{color:#38bdf8;flex-shrink:0}.highlighted .check-icon{color:#0ea5e9}.product-btn{display:block;width:100%;padding:.75rem;text-align:center;font-weight:600;border-radius:.5rem;background:#fff;color:#0369a1;transition:background .2s;align-self:end;margin-top:1rem}.product-btn:hover{background:#f0f9ff}.highlighted .product-btn{background:#0284c7;color:#fff}.highlighted .product-btn:hover{background:#0369a1}.features{padding:5rem 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:72rem;margin:0 auto}.feature-card{background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.75rem;padding:1.5rem}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.feature-desc{font-size:.875rem;opacity:.7}.faq{padding:5rem 0}.faq-list{max-width:48rem;margin:0 auto}.faq-item{background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.75rem;padding:1.5rem;margin-bottom:1rem}.faq-question{font-weight:600;margin-bottom:.5rem}.faq-answer{font-size:.875rem;opacity:.7}.footer{border-top:1px solid rgba(255,255,255,.1);margin-top:5rem;padding:2rem 0}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1rem;font-size:.875rem;opacity:.6}.footer-links{display:flex;gap:1.5rem}.footer-links a:hover{opacity:1}@media(min-width:768px){.footer-content{flex-direction:row;justify-content:space-between}.hero-title{font-size:3.5rem}}.page-container{min-height:100vh;padding:2rem 0}.back-link{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;opacity:.8}.back-link:hover{opacity:1}.card{background:#fff;color:#1e293b;border-radius:1rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;max-width:42rem;margin:0 auto}.card-header{background:#0284c7;color:#fff;padding:1.5rem}.card-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.card-body{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#475569;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:1rem;outline:none;transition:border-color .2s}.form-input:focus{border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}.form-hint{font-size:.75rem;color:#64748b;margin-top:.25rem}.payment-options{display:flex;flex-direction:column;gap:.75rem}.payment-option{display:flex;align-items:center;padding:1rem;border:2px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:border-color .2s}.payment-option:hover{border-color:#cbd5e1}.payment-option.selected{border-color:#0ea5e9;background:#f0f9ff}.payment-icon{width:48px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;margin-right:1rem}.payment-icon.paypal{background:#003087}.payment-icon.transfer{background:#475569}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:#475569;cursor:pointer}.checkbox-label input{margin-top:.25rem}.submit-btn{width:100%;padding:1rem;background:#0284c7;color:#fff;font-weight:600;border:none;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:background .2s}.submit-btn:hover{background:#0369a1}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem}.success-header{text-align:center;padding:2rem}.success-header.paid{background:#22c55e}.success-header.pending{background:#f59e0b}.success-icon{font-size:4rem;margin-bottom:1rem}.success-title{font-size:1.5rem;font-weight:700;color:#fff}.success-subtitle{color:#ffffffe6}.order-details{background:#f8fafc;border-radius:.75rem;padding:1rem;margin-bottom:1.5rem}.order-details h3{font-weight:600;margin-bottom:.75rem;color:#1e293b}.order-details dl{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;font-size:.875rem}.order-details dt{color:#64748b}.order-details dd{text-align:right;color:#1e293b}.bank-details{background:#fffbeb;border:1px solid #fde68a;border-radius:.75rem;padding:1rem;margin-bottom:1.5rem}.bank-details h3{color:#92400e;font-weight:600;margin-bottom:.75rem}.bank-details p{color:#a16207;font-size:.875rem;margin-bottom:.75rem}.bank-info{background:#fff;border-radius:.5rem;padding:1rem}.bank-info dl{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;font-size:.875rem}.bank-info dt{color:#64748b}.bank-info dd{text-align:right;color:#1e293b;font-family:monospace}.download-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#22c55e;color:#fff;font-weight:600;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;transition:background .2s}.download-btn:hover{background:#16a34a}.legal-page{padding:3rem 0}.legal-card{background:#fff;color:#1e293b;border-radius:1rem;padding:2rem 3rem;max-width:48rem;margin:0 auto;box-shadow:0 25px 50px -12px #00000040}.legal-card h1{font-size:1.875rem;font-weight:700;margin-bottom:2rem}.legal-card h2{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#1e293b}.legal-card h3{font-size:1.125rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:#334155}.legal-card p{color:#475569;margin-bottom:1rem;line-height:1.7}.legal-card ul{color:#475569;margin-left:1.5rem;margin-bottom:1rem}.legal-card li{margin-bottom:.5rem}.legal-card a{color:#0284c7}.legal-card a:hover{text-decoration:underline}.legal-footer{text-align:center;padding:2rem 0;opacity:.6;font-size:.875rem}.legal-footer a{margin:0 1rem}.legal-footer a:hover{opacity:1}.text-center{text-align:center}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.hidden{display:none}.spinner{display:inline-block;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
