.hero-section{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--q-color-background) 0%,var(--q-color-primary) 100%);padding:60px 20px}.features-section{padding:80px 20px;background:var(--q-color-primary)}.pricing-section{padding:80px 20px;background:var(--q-color-background)}.section-title{text-align:center;font-size:42px;font-weight:700;margin-bottom:20px;color:var(--q-color-accent)}.section-subtitle{text-align:center;font-size:18px;color:var(--q-color-text-secondary);margin-bottom:60px;max-width:600px;margin-left:auto;margin-right:auto}.pricing-card{transition:transform .3s ease,box-shadow .3s ease}.pricing-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #ffd7004d}.pricing-card.featured{border:2px solid var(--q-color-accent)!important;box-shadow:0 5px 20px #ffd70033}.feature-item{margin-bottom:12px;color:var(--q-color-text-secondary)}.feature-item-included{color:var(--q-color-accent)}:root{--q-color-primary: #2c2c2c;--q-color-secondary: #3a3a3a;--q-color-accent: #ffd700;--q-color-text: #ffffff;--q-color-text-secondary: #b0b0b0;--q-color-background: #1a1a1a;--q-color-card: #252525}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--q-color-background);color:var(--q-color-text)}#root{min-height:100vh}.ant-layout{background:var(--q-color-background)!important}.ant-layout-header{background:var(--q-color-primary)!important;border-bottom:2px solid var(--q-color-accent)}.ant-card{background:var(--q-color-card)!important;border:1px solid var(--q-color-secondary)!important}.ant-card-head{background:var(--q-color-secondary)!important;border-bottom:1px solid var(--q-color-accent)!important;color:var(--q-color-text)!important}.ant-card-head-title,.ant-card-body{color:var(--q-color-text)!important}.ant-btn-primary{background:var(--q-color-accent)!important;border-color:var(--q-color-accent)!important;color:var(--q-color-background)!important;font-weight:600}.ant-btn-primary:hover{background:#ffed4e!important;border-color:#ffed4e!important}.ant-modal-content{background:var(--q-color-card)!important}.ant-modal-header{background:var(--q-color-secondary)!important;border-bottom:1px solid var(--q-color-accent)!important}.ant-modal-title{color:var(--q-color-text)!important}.ant-form-item-label>label{color:var(--q-color-text)!important;font-size:15px!important;font-weight:500!important;margin-bottom:8px!important}.ant-input,.ant-input-textarea textarea{background:#2a2a2a!important;border:2px solid rgba(255,215,0,.3)!important;color:var(--q-color-text)!important;transition:all .3s ease!important}.ant-input:hover,.ant-input-textarea textarea:hover{border-color:#ffd70080!important;background:#2f2f2f!important}.ant-input:focus,.ant-input-textarea textarea:focus{border-color:var(--q-color-accent)!important;box-shadow:0 0 0 3px #ffd70026!important;background:#2f2f2f!important}.ant-select-selector{background:#2a2a2a!important;border:2px solid rgba(255,215,0,.3)!important;color:var(--q-color-text)!important;height:38px!important;border-radius:6px!important;transition:all .3s ease!important}.ant-select-selector:hover{border-color:#ffd70080!important;background:#2f2f2f!important}.ant-select-focused .ant-select-selector{border-color:var(--q-color-accent)!important;box-shadow:0 0 0 3px #ffd70026!important;background:#2f2f2f!important}.ant-select-selection-item{line-height:34px!important;font-size:14px!important}.ant-form-item-label>label{color:var(--q-color-text)!important;font-size:13px!important;font-weight:500!important;margin-bottom:4px!important}.ant-input::placeholder,.ant-input-textarea textarea::placeholder{color:#ffffff80!important}.ant-input:-webkit-autofill,.ant-input:-webkit-autofill:hover,.ant-input:-webkit-autofill:focus,.ant-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px #2a2a2a inset!important;-webkit-text-fill-color:var(--q-color-text)!important;caret-color:var(--q-color-text)!important;border:2px solid rgba(255,215,0,.3)!important;transition:all .3s ease!important}.ant-modal-close{position:absolute!important;top:12px!important;right:12px!important;width:28px!important;height:28px!important;border-radius:4px!important;background:transparent!important;border:none!important;transition:all .2s ease!important;z-index:1000!important;display:flex!important;align-items:center!important;justify-content:center!important}.ant-modal-close .ant-modal-close-x{width:28px!important;height:28px!important;line-height:28px!important;font-size:16px!important;color:#ffd700b3!important;display:flex!important;align-items:center!important;justify-content:center!important}.ant-modal-close:hover{background:#ffd7001a!important}.ant-modal-close:hover .ant-modal-close-x{color:var(--q-color-accent)!important}.ant-select-dropdown{background:var(--q-color-card)!important}.ant-select-item{color:var(--q-color-text)!important}.ant-select-item-option-selected{background:var(--q-color-secondary)!important}
