.page-title{font-size:3rem;font-weight:800;margin-bottom:4rem;text-align:center;letter-spacing:-.04em}.order-layout{display:grid;grid-template-columns:1fr 380px;gap:4rem;align-items:flex-start}.form-section{background:var(--bg-offset);border:1px solid var(--border);padding:2.5rem;border-radius:20px;margin-bottom:2rem}.section-label{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:var(--accent);display:flex;align-items:center;gap:1rem}.field-label{display:block;font-weight:600;margin-bottom:1rem;color:var(--fg)}.custom-dropdown{position:relative;width:100%}.dropdown-selected{background:var(--bg);border:1px solid var(--border);padding:1rem 1.25rem;border-radius:12px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s}.dropdown-selected:hover{border-color:var(--accent)}.custom-dropdown.open .dropdown-selected{border-color:var(--accent);border-bottom-left-radius:0;border-bottom-right-radius:0}.dropdown-selected .chevron{transition:transform .2s;color:var(--fg-muted)}.custom-dropdown.open .chevron{transform:rotate(180deg)}.dropdown-options{position:absolute;top:100%;left:0;right:0;background:var(--bg);border:1px solid var(--accent);border-top:none;border-bottom-left-radius:12px;border-bottom-right-radius:12px;display:none;z-index:10;max-height:400px;overflow-y:auto;overscroll-behavior:contain;box-shadow:0 10px 30px #00000080}.dropdown-options::-webkit-scrollbar{width:6px}.dropdown-options::-webkit-scrollbar-track{background:transparent}.dropdown-options::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px}.custom-dropdown.open .dropdown-options{display:block}.dropdown-option{padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .2s}.dropdown-option:hover{background:#7c4dff1a}.dropdown-option.active{background:#7c4dff33;color:var(--accent)}.option-label{font-weight:600}.option-price{font-size:.9rem;color:var(--fg-muted)}.grid-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.location-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.location-card .option-content{text-align:center}.coming-soon{opacity:.5;cursor:default}.coming-soon .option-content{background:transparent;border-style:dashed}.coming-soon .option-tag{color:var(--fg-muted)}.tiers-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.option-card{cursor:pointer;position:relative}.option-card input{position:absolute;opacity:0}.option-content{border:2px solid var(--border);padding:1.25rem;border-radius:12px;height:100%;transition:all .2s;background:var(--bg)}.tier-card .option-content{padding:1.5rem}.option-card input:checked+.option-content{border-color:var(--accent);background:#7c4dff14}.option-title{display:block;font-weight:700;font-size:1.1rem;margin-bottom:.25rem}.option-tag{font-size:.85rem;color:var(--accent);font-weight:700}.tier-desc{font-size:.85rem;color:var(--fg-muted);margin:.5rem 0}.price-start{display:block;margin-top:1rem;font-weight:600;font-size:.9rem}.select-input,.text-input{width:100%;padding:1rem;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--fg);font-size:1rem;transition:border-color .2s,box-shadow .2s}.text-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px #7c4dff1a}.extras-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.extra-control{display:flex;justify-content:space-between;align-items:center;background:var(--bg);padding:1rem 1.5rem;border-radius:12px;border:1px solid var(--border)}.number-input{width:60px;background:var(--bg-offset);border:1px solid var(--border);padding:.5rem;border-radius:6px;color:var(--fg);text-align:center}.switch-toggle-wrapper{display:flex;justify-content:center;margin-bottom:3rem}.switch-toggle{display:flex;background:var(--bg);border:1px solid var(--border);padding:4px;border-radius:50px;position:relative;width:320px}.switch-slider{position:absolute;top:4px;left:4px;width:calc(50% - 4px);height:calc(100% - 8px);background:var(--accent);border-radius:40px;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1;box-shadow:0 4px 12px #7c4dff4d}.switch-btn{flex:1;padding:.75rem 0;border:none;background:transparent;color:var(--fg-muted);font-weight:600;font-size:.95rem;cursor:pointer;z-index:2;transition:color .3s;border-radius:40px}.switch-btn.active{color:#fff}.auth-form{display:none}.auth-form.active{display:block;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.subsection-title{font-size:1.25rem;font-weight:700;margin:2.5rem 0 1.5rem;color:var(--fg);border-left:4px solid var(--accent);padding-left:1rem}.form-divider{height:1px;background:var(--border);margin:3rem 0}.auth-choice-group{display:flex;gap:2rem;margin-bottom:1.5rem}.radio-label,.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.95rem;color:var(--fg)}.marketing-opt{margin-top:2rem;padding:1.5rem;background:#7c4dff0d;border-radius:12px;border:1px solid var(--border)}[data-theme=light] .text-input,[data-theme=light] .number-input,[data-theme=light] .extra-control,[data-theme=light] .switch-toggle,[data-theme=light] .marketing-opt{background:#f8f9fa;border-color:#e2e8f0;color:#1a202c}[data-theme=light] .extra-control{background:#fff}[data-theme=light] .number-input{background:#edf2f7}[data-theme=light] .switch-btn{color:#718096}[data-theme=light] .switch-btn.active{color:#fff}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.field.full{grid-column:span 2}.field label{display:block;margin-bottom:.5rem;color:var(--fg-muted);font-size:.9rem}.order-summary{position:sticky;top:100px}.summary-card{background:var(--bg-offset);border:1px solid var(--border);padding:2.5rem;border-radius:24px;box-shadow:0 20px 50px #00000080}.summary-tier{margin-bottom:1.5rem}.summary-tier p:first-child{font-weight:700;font-size:1.25rem;color:var(--fg)}.sum-tier-cpu{color:var(--accent);font-size:.9rem;font-weight:600}.summary-item{display:flex;justify-content:space-between;font-size:.95rem;margin-bottom:.75rem;color:var(--fg-muted)}.summary-item span:last-child{color:var(--fg);font-weight:600}.summary-divider{height:1px;background:var(--border);margin:1.5rem 0}.summary-extra-item{font-size:.9rem;color:var(--fg-subtitle);margin-bottom:.5rem}.no-extras{font-size:.85rem;color:var(--fg-muted);font-style:italic}.total-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}.total-price{font-size:2rem;font-weight:800;color:var(--accent);line-height:1.1}.total-price-block{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.currency-label{font-size:1.1rem;font-weight:700;color:var(--accent);margin-top:-.2rem}.renewal{font-size:.9rem;color:var(--fg-muted)}.checkout-btn{width:100%;margin-top:2rem;padding:1.25rem;font-size:1.1rem}.summary-note{font-size:.8rem;color:var(--fg-muted);text-align:center;margin-top:1.5rem}@media(max-width:1024px){.order-layout{grid-template-columns:1fr}.order-summary{position:static}}
