@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#1f2937;-webkit-font-smoothing:antialiased;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#111827;font-weight:700;line-height:1.2}h1{font-size:3.75rem}h2{font-size:3rem}h3{font-size:1.875rem}p{color:#6b7280;margin-bottom:1rem}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.section-sm{padding:4rem 0}.section-lg{padding:8rem 0}.grid{gap:2rem;display:grid}.grid-cols-1{grid-template-columns:1fr}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-20{margin-bottom:5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.text-7xl{font-size:4.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.text-white{color:#fff}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}.text-primary-600{color:#2563eb}.text-primary-700{color:#1d4ed8}.text-success-500{color:#10b981}.text-success-600{color:#059669}.text-orange-500{color:#f97316}.text-purple-600{color:#9333ea}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-900{background-color:#111827}.bg-primary-100{background-color:#dbeafe}.bg-primary-500{background-color:#3b82f6}.bg-primary-600{background-color:#2563eb}.bg-primary-700{background-color:#1d4ed8}.bg-success-50{background-color:#ecfdf5}.bg-success-100{background-color:#d1fae5}.bg-success-500{background-color:#10b981}.bg-purple-100{background-color:#f3e8ff}.bg-orange-100{background-color:#fed7aa}.bg-yellow-100{background-color:#fef3c7}.bg-gradient-primary{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%)}.bg-gradient-mesh{background:radial-gradient(at 40% 20%,rgba(59,130,246,.1) 0,transparent 50%),radial-gradient(at 80% 0,rgba(16,185,129,.1) 0,transparent 50%),radial-gradient(at 0%,rgba(147,51,234,.1) 0,transparent 50%)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.text-transparent{color:transparent}.btn{cursor:pointer;border:1px solid transparent;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.btn-secondary{color:#374151;background:#fff;border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(0,0,0,.05)}.btn-secondary:hover{background:#f9fafb;transform:translateY(-1px)}.btn-ghost{color:#6b7280;background:0 0}.btn-ghost:hover{color:#111827;background:#f3f4f6}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-xl{padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:600}.card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem;transition:all .3s;box-shadow:0 1px 3px rgba(0,0,0,.1)}.card:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.card-glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.2)}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:-webkit-sticky;position:sticky}.top-0{top:0}.left-0{left:0}.right-0{right:0}.bottom-0{bottom:0}.z-10{z-index:10}.z-50{z-index:50}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-20{width:5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-20{height:5rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.mx-auto{margin-left:auto;margin-right:auto}.border{border-width:1px}.border-2{border-width:2px}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.border-primary-200{border-color:#bfdbfe}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.05)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.backdrop-blur-lg{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.overflow-hidden{overflow:hidden}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.transform{transform:translateZ(0)}.rotate-1{transform:rotate(1deg)}.rotate-2{transform:rotate(2deg)}.-rotate-1{transform:rotate(-1deg)}.transition-all{transition:all .3s}.transition-colors{transition:color .2s,background-color .2s}.transition-transform{transition:transform .3s}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:.6s ease-out fadeIn}.animate-slide-in{animation:.6s ease-out slideIn}.animate-scale-in{animation:.6s ease-out scaleIn}.animate-float{animation:3s ease-in-out infinite float}.animate-pulse{animation:2s infinite pulse}.form-group{margin-bottom:1.5rem}.form-label{color:#374151;margin-bottom:.5rem;font-weight:500;display:block}.form-input{border:1px solid #d1d5db;border-radius:.75rem;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.form-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}a{color:inherit;text-decoration:none;transition:color .2s}@media (max-width:768px){.container{padding:0 1rem}.section{padding:4rem 0}.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}h1{font-size:2.5rem}h2{font-size:2rem}.text-5xl{font-size:2.25rem}.text-6xl{font-size:2.5rem}.text-7xl{font-size:3rem}.btn-xl{padding:1rem 1.5rem;font-size:1rem}}@media (min-width:769px) and (max-width:1024px){.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(2,1fr)}}
.FreeCoachPopup-module__dP1rJW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:rgba(0,0,0,.4);justify-content:center;align-items:center;padding:20px;animation:.3s ease-out FreeCoachPopup-module__dP1rJW__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto}.FreeCoachPopup-module__dP1rJW__popup{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;width:100%;max-width:480px;min-height:auto;max-height:calc(100vh - 80px);margin-bottom:20px;animation:.3s ease-out FreeCoachPopup-module__dP1rJW__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.FreeCoachPopup-module__dP1rJW__closeButton{cursor:pointer;color:#6b7280;z-index:10;background:#f9fafb;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.FreeCoachPopup-module__dP1rJW__closeButton:hover{color:#374151;background:#f3f4f6;border-color:#d1d5db;transform:scale(1.05)}.FreeCoachPopup-module__dP1rJW__header{text-align:center;flex-direction:column;flex-shrink:0;align-items:center;padding:32px 32px 20px;display:flex}.FreeCoachPopup-module__dP1rJW__urgencyBadge{color:#d97706;text-align:center;background:#fef3c7;border:1px solid #fbbf24;border-radius:20px;width:-moz-fit-content;width:fit-content;margin:20px auto 16px;padding:6px 16px;font-size:14px;font-weight:600;animation:2s ease-in-out infinite FreeCoachPopup-module__dP1rJW__urgencyPulse;display:block}.FreeCoachPopup-module__dP1rJW__title{color:#111827;margin:0 0 8px;font-size:24px;font-weight:700;line-height:1.2}.FreeCoachPopup-module__dP1rJW__valueProposition{color:#fff;background:linear-gradient(135deg,#059669 0%,#047857 100%);border-radius:20px;margin-bottom:12px;padding:8px 16px;font-size:16px;font-weight:600;display:inline-block}.FreeCoachPopup-module__dP1rJW__subtitle{color:#6b7280;margin:0;font-size:16px;line-height:1.5}.FreeCoachPopup-module__dP1rJW__form{flex-direction:column;flex:1;min-height:0;padding:0 32px 24px;display:flex}.FreeCoachPopup-module__dP1rJW__stepIndicator{flex-shrink:0;justify-content:center;align-items:center;gap:16px;max-width:260px;margin-bottom:16px;margin-left:auto;margin-right:auto;display:flex}.FreeCoachPopup-module__dP1rJW__step{flex-direction:column;align-items:center;gap:4px;display:flex}.FreeCoachPopup-module__dP1rJW__stepNumber{color:#6b7280;background:#f3f4f6;border:2px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.FreeCoachPopup-module__dP1rJW__stepActive .FreeCoachPopup-module__dP1rJW__stepNumber{color:#fff;background:#059669;border-color:#059669}.FreeCoachPopup-module__dP1rJW__stepActive .FreeCoachPopup-module__dP1rJW__stepTitle{color:#059669;font-weight:600}.FreeCoachPopup-module__dP1rJW__stepLine{background:#e5e7eb;border-radius:1px;width:40px;height:2px}.FreeCoachPopup-module__dP1rJW__stepTitle{color:#6b7280;margin-top:4px;font-size:12px;font-weight:500}.FreeCoachPopup-module__dP1rJW__stepContent{flex-direction:column;flex:1;gap:16px;min-height:0;display:flex}.FreeCoachPopup-module__dP1rJW__inputGroup{flex-direction:column;gap:8px;display:flex}.FreeCoachPopup-module__dP1rJW__label{color:#374151;margin-bottom:4px;font-size:14px;font-weight:600}.FreeCoachPopup-module__dP1rJW__nextButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#059669 0%,#047857 100%);border:none;border-radius:12px;width:100%;padding:16px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600;transition:all .2s;box-shadow:0 4px 14px rgba(5,150,105,.4)}.FreeCoachPopup-module__dP1rJW__nextButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px rgba(5,150,105,.5)}.FreeCoachPopup-module__dP1rJW__nextButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.FreeCoachPopup-module__dP1rJW__buttonGroup{flex-direction:column;align-items:stretch;gap:12px;display:flex}.FreeCoachPopup-module__dP1rJW__exitText{color:#6b7280;text-align:center;margin:0 0 24px;padding:0 32px;font-size:16px;line-height:1.5}.FreeCoachPopup-module__dP1rJW__formFields{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.FreeCoachPopup-module__dP1rJW__input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:12px;width:100%;padding:16px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;transition:all .2s}.FreeCoachPopup-module__dP1rJW__input::placeholder{color:#9ca3af}.FreeCoachPopup-module__dP1rJW__input:focus{border-color:#059669;outline:none;box-shadow:0 0 0 3px rgba(5,150,105,.1)}.FreeCoachPopup-module__dP1rJW__select{color:#111827;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:12px;width:100%;padding:16px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;transition:all .2s}.FreeCoachPopup-module__dP1rJW__select option{color:#111827;background:#fff}.FreeCoachPopup-module__dP1rJW__select:focus{border-color:#059669;outline:none;box-shadow:0 0 0 3px rgba(5,150,105,.1)}.FreeCoachPopup-module__dP1rJW__textarea{color:#111827;resize:vertical;background:#fff;border:1px solid #d1d5db;border-radius:12px;width:100%;min-height:80px;padding:16px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;transition:all .2s}.FreeCoachPopup-module__dP1rJW__textarea::placeholder{color:#9ca3af}.FreeCoachPopup-module__dP1rJW__textarea:focus{border-color:#059669;outline:none;box-shadow:0 0 0 3px rgba(5,150,105,.1)}.FreeCoachPopup-module__dP1rJW__formActions{align-items:center;gap:12px;display:flex}.FreeCoachPopup-module__dP1rJW__backButton{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:12px;width:100%;padding:16px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600;transition:all .2s}.FreeCoachPopup-module__dP1rJW__backButton:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}.FreeCoachPopup-module__dP1rJW__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#059669 0%,#047857 100%);border:none;border-radius:12px;width:100%;padding:18px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:700;transition:all .2s;box-shadow:0 4px 14px rgba(5,150,105,.4)}.FreeCoachPopup-module__dP1rJW__submitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px rgba(5,150,105,.5)}.FreeCoachPopup-module__dP1rJW__submitButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.FreeCoachPopup-module__dP1rJW__loading{justify-content:center;align-items:center;gap:8px;display:flex}.FreeCoachPopup-module__dP1rJW__spinner{border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite FreeCoachPopup-module__dP1rJW__spin}.FreeCoachPopup-module__dP1rJW__footer{text-align:center;margin-top:16px}.FreeCoachPopup-module__dP1rJW__guarantee{color:#6b7280;margin:0;font-size:14px}.FreeCoachPopup-module__dP1rJW__successMessage{text-align:center;padding:60px 32px}.FreeCoachPopup-module__dP1rJW__successIcon{margin-bottom:24px;font-size:60px}.FreeCoachPopup-module__dP1rJW__successTitle{color:#111827;margin:0 0 16px;font-size:32px;font-weight:700}.FreeCoachPopup-module__dP1rJW__successText{color:#6b7280;margin:0;font-size:18px;line-height:1.5}@keyframes FreeCoachPopup-module__dP1rJW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes FreeCoachPopup-module__dP1rJW__slideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes FreeCoachPopup-module__dP1rJW__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes FreeCoachPopup-module__dP1rJW__urgencyPulse{0%,to{transform:scale(1);box-shadow:0 0 rgba(217,119,6,.4)}50%{transform:scale(1.05);box-shadow:0 0 0 8px rgba(217,119,6,0)}}@keyframes FreeCoachPopup-module__dP1rJW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:640px){.FreeCoachPopup-module__dP1rJW__overlay{align-items:flex-start;padding:20px 8px 10px}.FreeCoachPopup-module__dP1rJW__popup{border-radius:12px;max-width:100%;min-height:auto;max-height:calc(100vh - 20px);margin-bottom:10px}.FreeCoachPopup-module__dP1rJW__header{padding:16px 16px 12px}.FreeCoachPopup-module__dP1rJW__urgencyBadge{margin:8px auto 6px;padding:3px 10px;font-size:11px}.FreeCoachPopup-module__dP1rJW__title{margin:0 0 4px;font-size:18px;line-height:1.1}.FreeCoachPopup-module__dP1rJW__subtitle{font-size:13px;line-height:1.3}.FreeCoachPopup-module__dP1rJW__valueProposition{margin-bottom:6px;padding:5px 10px;font-size:13px}.FreeCoachPopup-module__dP1rJW__form{padding:0 16px 16px}.FreeCoachPopup-module__dP1rJW__stepContent{gap:12px}.FreeCoachPopup-module__dP1rJW__inputGroup{gap:6px}.FreeCoachPopup-module__dP1rJW__input,.FreeCoachPopup-module__dP1rJW__select,.FreeCoachPopup-module__dP1rJW__textarea{padding:12px 14px;font-size:16px}.FreeCoachPopup-module__dP1rJW__textarea{min-height:60px}.FreeCoachPopup-module__dP1rJW__submitButton,.FreeCoachPopup-module__dP1rJW__backButton,.FreeCoachPopup-module__dP1rJW__nextButton{padding:14px 18px;font-size:15px}.FreeCoachPopup-module__dP1rJW__buttonGroup{gap:8px}.FreeCoachPopup-module__dP1rJW__stepIndicator{gap:12px;max-width:200px;margin-bottom:12px}.FreeCoachPopup-module__dP1rJW__stepLine{width:24px}.FreeCoachPopup-module__dP1rJW__stepNumber{width:24px;height:24px;font-size:11px}.FreeCoachPopup-module__dP1rJW__stepTitle{font-size:9px}.FreeCoachPopup-module__dP1rJW__label{font-size:13px}}@media (max-width:480px){.FreeCoachPopup-module__dP1rJW__overlay{padding:8px 4px}.FreeCoachPopup-module__dP1rJW__popup{border-radius:8px;max-height:calc(100vh - 16px);margin-bottom:4px}.FreeCoachPopup-module__dP1rJW__header{padding:12px 12px 8px}.FreeCoachPopup-module__dP1rJW__urgencyBadge{margin:6px auto 4px;padding:2px 8px;font-size:10px}.FreeCoachPopup-module__dP1rJW__title{margin:0 0 3px;font-size:16px;line-height:1.1}.FreeCoachPopup-module__dP1rJW__subtitle{font-size:12px;line-height:1.2}.FreeCoachPopup-module__dP1rJW__valueProposition{margin-bottom:4px;padding:4px 8px;font-size:12px}.FreeCoachPopup-module__dP1rJW__form{padding:0 12px 12px}.FreeCoachPopup-module__dP1rJW__stepContent{gap:8px}.FreeCoachPopup-module__dP1rJW__inputGroup{gap:4px}.FreeCoachPopup-module__dP1rJW__input,.FreeCoachPopup-module__dP1rJW__select,.FreeCoachPopup-module__dP1rJW__textarea{padding:8px 10px;font-size:16px}.FreeCoachPopup-module__dP1rJW__textarea{min-height:40px}.FreeCoachPopup-module__dP1rJW__submitButton,.FreeCoachPopup-module__dP1rJW__backButton,.FreeCoachPopup-module__dP1rJW__nextButton{padding:10px 14px;font-size:14px}.FreeCoachPopup-module__dP1rJW__stepIndicator{gap:8px;max-width:180px;margin-bottom:8px}.FreeCoachPopup-module__dP1rJW__stepNumber{width:20px;height:20px;font-size:10px}.FreeCoachPopup-module__dP1rJW__stepLine{width:20px}.FreeCoachPopup-module__dP1rJW__stepTitle{font-size:8px}.FreeCoachPopup-module__dP1rJW__label{font-size:12px}}@media (max-height:500px){.FreeCoachPopup-module__dP1rJW__overlay{padding:4px 2px}.FreeCoachPopup-module__dP1rJW__popup{max-height:calc(100vh - 8px)}.FreeCoachPopup-module__dP1rJW__header{padding:8px 12px 6px}.FreeCoachPopup-module__dP1rJW__title{font-size:14px}.FreeCoachPopup-module__dP1rJW__form{padding:0 12px 8px}.FreeCoachPopup-module__dP1rJW__stepContent{gap:6px}.FreeCoachPopup-module__dP1rJW__input,.FreeCoachPopup-module__dP1rJW__select,.FreeCoachPopup-module__dP1rJW__textarea{padding:6px 8px}.FreeCoachPopup-module__dP1rJW__submitButton,.FreeCoachPopup-module__dP1rJW__backButton,.FreeCoachPopup-module__dP1rJW__nextButton{padding:8px 12px;font-size:13px}}
.NotificationWidget-module__yYW98G__notificationWidget{z-index:1000;transition:transform .5s cubic-bezier(.68,-.55,.265,1.55);position:fixed;bottom:20px;left:20px;transform:translate(-120%)}.NotificationWidget-module__yYW98G__notificationVisible{transform:translate(0)}.NotificationWidget-module__yYW98G__notificationContent{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:.75rem;min-width:280px;max-width:320px;padding:1rem;display:flex;box-shadow:0 8px 32px rgba(0,0,0,.12)}.NotificationWidget-module__yYW98G__notificationIcon{flex-shrink:0;font-size:1.125rem}.NotificationWidget-module__yYW98G__notificationText{flex:1}.NotificationWidget-module__yYW98G__notificationName{color:#1a202c;font-size:.875rem;font-weight:600}.NotificationWidget-module__yYW98G__notificationAction{color:#64748b;margin:.125rem 0;font-size:.8rem}.NotificationWidget-module__yYW98G__notificationTime{color:#94a3b8;font-size:.75rem}@media (max-width:768px){.NotificationWidget-module__yYW98G__notificationWidget{bottom:10px;left:10px}.NotificationWidget-module__yYW98G__notificationContent{min-width:260px;max-width:calc(100vw - 20px)}}
.Header-module__hBw1pG__header{z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;box-shadow:0 2px 10px rgba(0,0,0,.1)}.Header-module__hBw1pG__headerContainer{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.Header-module__hBw1pG__logo{color:#1a202c;align-items:center;gap:.5rem;font-weight:700;text-decoration:none;display:flex}.Header-module__hBw1pG__logoIcon{color:#fff;background:linear-gradient(135deg,#4f46e5,#10b981);border-radius:8px;padding:.5rem;font-size:1.125rem;font-weight:900}.Header-module__hBw1pG__logoText{font-size:1.25rem}.Header-module__hBw1pG__nav{align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__navLink{color:#64748b;padding:.5rem 0;font-weight:500;text-decoration:none;transition:color .2s}.Header-module__hBw1pG__navLink:hover{color:#1a202c}.Header-module__hBw1pG__navLinkActive{color:#10b981;font-weight:600}.Header-module__hBw1pG__navLinkCta{background:linear-gradient(135deg,#10b981,#059669);border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;color:#fff!important}.Header-module__hBw1pG__navLinkCta:hover{transform:translateY(-1px);box-shadow:0 4px 15px rgba(16,185,129,.3);color:#fff!important}.Header-module__hBw1pG__navLinkCta.Header-module__hBw1pG__navLinkActive{background:linear-gradient(135deg,#059669,#047857);color:#fff!important}@media (max-width:768px){.Header-module__hBw1pG__headerContainer{padding:0 1rem}.Header-module__hBw1pG__nav{gap:1rem}.Header-module__hBw1pG__navLink{font-size:.875rem}.Header-module__hBw1pG__navLinkCta{padding:.5rem 1rem;font-size:.875rem}}.Header-module__hBw1pG__mobileMenuButton{cursor:pointer;z-index:10;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;padding:0;display:none}.Header-module__hBw1pG__hamburgerLine{transform-origin:1px;background:#374151;border-radius:10px;width:2rem;height:.25rem;transition:all .3s linear;position:relative}.Header-module__hBw1pG__hamburgerLine:first-child{transform:rotate(0)}.Header-module__hBw1pG__hamburgerLine:nth-child(2){opacity:1;transform:translate(0)}.Header-module__hBw1pG__hamburgerLine:nth-child(3){transform:rotate(0)}.Header-module__hBw1pG__hamburgerLineOpen:first-child{transform:rotate(45deg)}.Header-module__hBw1pG__hamburgerLineOpen:nth-child(2){opacity:0;transform:translate(20px)}.Header-module__hBw1pG__hamburgerLineOpen:nth-child(3){transform:rotate(-45deg)}.Header-module__hBw1pG__mobileNav{z-index:5;background:#fff;flex-direction:column;gap:1.5rem;padding:6rem 2rem 2rem;transition:transform .3s ease-in-out;display:none;position:fixed;top:0;bottom:0;left:0;right:0;transform:translate(-100%)}.Header-module__hBw1pG__mobileNavOpen{transform:translate(0)}.Header-module__hBw1pG__mobileNavLink{color:#374151;border-bottom:1px solid #f3f4f6;padding:1rem 0;font-size:1.125rem;font-weight:500;text-decoration:none;transition:color .2s}.Header-module__hBw1pG__mobileNavLink:hover{color:#10b981}.Header-module__hBw1pG__mobileNavLinkActive{color:#10b981;font-weight:600}.Header-module__hBw1pG__mobileNavLinkCta{text-align:center;background:linear-gradient(135deg,#10b981,#059669);border-bottom:none;border-radius:8px;margin-top:1rem;padding:1rem 1.5rem;font-weight:600;color:#fff!important}.Header-module__hBw1pG__mobileNavLinkCta:hover,.Header-module__hBw1pG__mobileNavLinkCta.Header-module__hBw1pG__mobileNavLinkActive{background:linear-gradient(135deg,#059669,#047857);color:#fff!important}@media (max-width:640px){.Header-module__hBw1pG__nav{display:none}.Header-module__hBw1pG__mobileMenuButton,.Header-module__hBw1pG__mobileNav{display:flex}}
.Footer-module__S6Hkya__footer{color:#fff;background:#1a202c;padding:3rem 0 1rem}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Footer-module__S6Hkya__footerContent{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.Footer-module__S6Hkya__footerTitle{color:#fff;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.Footer-module__S6Hkya__footerText{color:rgba(255,255,255,.8);line-height:1.6}.Footer-module__S6Hkya__footerLinks{margin:0;padding:0;list-style:none}.Footer-module__S6Hkya__footerLinks li{margin-bottom:.5rem}.Footer-module__S6Hkya__footerLinks a{color:rgba(255,255,255,.8);text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__footerLinks a:hover{color:#fff}.Footer-module__S6Hkya__footerBottom{text-align:center;color:rgba(255,255,255,.6);border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}@media (max-width:768px){.Footer-module__S6Hkya__container{padding:0 1rem}.Footer-module__S6Hkya__footerContent{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.Footer-module__S6Hkya__footer{padding:2rem 0 1rem}}
