:root{--pink-1:#ff4f6e;--pink-2:#ff2d55;--pink-3:#e91e63;--glass:rgba(255,255,255,0.08);--glass-border:rgba(255,255,255,0.12);--text-main:#ffffff;--text-muted:rgba(255,255,255,0.7);--track-bg:rgba(255,255,255,0.15);--track-fill:linear-gradient(90deg,var(--pink-1),var(--pink-2))}.pricing-container{padding:80px 40px;background:#0f0f0f}.pricing-header{max-width:1200px;margin:0 auto 48px;text-align:center}.pricing-badge{display:inline-block;padding:8px 16px;background:linear-gradient(135deg,rgba(255,79,110,.15),rgba(255,79,110,.05));border:1px solid rgba(255,79,110,.3);border-radius:20px;font-size:13px;color:var(--pink-1);margin-bottom:20px;font-weight:500}.pricing-header h1{font-size:clamp(32px,5vw,48px);font-weight:700;color:var(--text-main);margin:0 0 16px;letter-spacing:-.02em}.pricing-header p{font-size:16px;color:var(--text-muted);margin:0 auto;max-width:500px}.pricing-wrapper{max-width:1100px;margin:0 auto;padding:48px;background:linear-gradient(145deg,#1a1a1a,#141414);border:1px solid rgba(255,255,255,.06);border-radius:24px;color:var(--text-main);display:grid;grid-template-columns:1.5fr 1fr;gap:48px;position:relative;overflow:hidden}.pricing-wrapper:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,79,110,.1) 0,transparent 70%);pointer-events:none}.controls{position:relative;z-index:1}.leads-section{background:linear-gradient(135deg,rgba(255,79,110,.12),rgba(255,79,110,.04));border:1px solid rgba(255,79,110,.2);border-radius:16px;padding:24px;margin-bottom:32px}.leads-section .control{margin-bottom:0}.leads-section .control-header span{font-size:16px;font-weight:600;color:var(--text-main)}.leads-section .control-header strong{font-size:20px;color:var(--pink-1)}.leads-section .control-price{text-align:center;color:var(--text-muted);font-size:13px}.controls h2{font-size:20px;font-weight:600;margin-bottom:32px;color:var(--text-main)}.control{margin-bottom:24px}.control-header{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:var(--text-muted);margin-bottom:12px}.control-header strong{font-size:16px;font-weight:600;color:var(--text-main);min-width:60px;text-align:right}.control-price{font-size:12px;color:rgba(255,255,255,.4);margin-top:8px}input[type=range]{width:100%;height:24px;appearance:none;-webkit-appearance:none;background:transparent;cursor:pointer;--progress:0%;touch-action:manipulation}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{height:6px;border-radius:999px;background:linear-gradient(to right,var(--pink-1) 0,var(--pink-2) var(--progress),var(--track-bg) var(--progress),var(--track-bg) 100%)}input[type=range]::-webkit-slider-thumb{appearance:none;width:22px;height:22px;margin-top:-8px;border-radius:50%;background:#ffffff;border:none;box-shadow:0 0 0 4px rgba(255,79,110,.2),0 4px 12px rgba(0,0,0,.3);-webkit-transition:transform .15s ease,box-shadow .15s ease;transition:transform .15s ease,box-shadow .15s ease}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 0 0 6px rgba(255,79,110,.3),0 6px 16px rgba(0,0,0,.35)}input[type=range]::-moz-range-track{height:6px;border-radius:999px;background:var(--track-bg)}input[type=range]::-moz-range-progress{height:6px;border-radius:999px;background:linear-gradient(90deg,var(--pink-1),var(--pink-2))}input[type=range]::-moz-range-thumb{width:22px;height:22px;border-radius:50%;border:none;background:#ffffff;box-shadow:0 0 0 4px rgba(255,79,110,.2),0 4px 12px rgba(0,0,0,.3)}.summary{background:rgba(255,79,110,.08);border:1px solid rgba(255,79,110,.15);border-radius:20px;padding:32px 28px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;position:relative;z-index:1}.summary-header{margin-bottom:24px}.summary-label{font-size:15px;font-weight:600;color:var(--text-main)}.cost-breakdown{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.cost-line{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:var(--text-muted)}.cost-line span:first-child:before{content:"•";margin-right:8px;color:var(--pink-1)}.cost-value{font-weight:500;color:var(--text-main);display:flex;align-items:baseline;gap:2px}.dollar{font-size:12px;color:var(--text-muted);margin-right:2px}.subtotal-section{border-top:1px solid rgba(255,255,255,.1);padding-top:16px;margin-bottom:16px;display:flex;flex-direction:column;gap:10px}.subtotal-line span:first-child:before{content:"";margin-right:0}.fixed-line{color:#4ade80;font-weight:500}.fixed-line span:first-child:before{content:"";margin-right:0}.fixed-line .cost-value{color:#4ade80}.total-section{border-top:1px solid rgba(255,79,110,.2);padding-top:20px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.total-label{font-size:16px;font-weight:500;color:var(--text-main)}.price{font-size:38px;font-weight:700;letter-spacing:-.02em;color:#4ade80;display:flex;align-items:baseline}.dollar-large{font-size:22px;font-weight:500;margin-right:2px;color:var(--text-muted)}.summary-note{font-size:12px;color:var(--text-muted);text-align:center;margin-top:auto;padding-top:16px;border-top:1px solid rgba(255,255,255,.05)}@media (max-width:1024px){.pricing-wrapper{grid-template-columns:1fr;gap:32px;padding:36px}.pricing-header h1{font-size:36px}}@media (max-width:480px){.pricing-container{padding:48px 16px}.pricing-header{margin-bottom:32px}.pricing-header h1{font-size:28px;line-height:1.2}.pricing-header p{font-size:14px}.pricing-wrapper{padding:24px 16px;border-radius:20px;gap:24px}.leads-section{padding:16px;margin-bottom:24px}.leads-section .control-header span{font-size:14px}.leads-section .control-header strong{font-size:18px}.leads-section .control-price{font-size:12px}.controls h2{font-size:16px;margin-bottom:24px}.control{margin-bottom:20px}.control-header{font-size:13px;margin-bottom:10px}.control-header strong{font-size:14px}.control-price{font-size:11px}input[type=range]{height:32px}input[type=range]::-webkit-slider-thumb{width:28px;height:28px;margin-top:-11px}input[type=range]::-moz-range-thumb{width:28px;height:28px}.summary{padding:24px 16px}.summary-label{font-size:14px}.cost-breakdown{gap:10px}.cost-line{font-size:13px}.price{font-size:32px}.dollar-large{font-size:18px}.total-label{font-size:14px}.summary-note{font-size:11px}}@media (max-width:375px){.pricing-container{padding:40px 12px}.pricing-wrapper{padding:20px 12px}.pricing-header h1{font-size:24px}.leads-section{padding:12px}.leads-section .control-header strong{font-size:16px}.price{font-size:28px}}@supports (padding:max(0px)){.pricing-container{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right));padding-bottom:max(48px,env(safe-area-inset-bottom))}}