@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,sans-serif;line-height:1.6;color:#2d3748;background-color:#fff;min-height:100vh}html{scroll-behavior:smooth}.typeform-container{min-height:100vh;background:#fafafa;display:flex;align-items:center;justify-content:center;padding:2rem}.typeform-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0;width:100%;max-width:600px;min-height:600px;max-height:90vh;padding:0;overflow:hidden;position:relative;display:flex;flex-direction:column}.typeform-header{background:#fff;padding:1.5rem 2rem;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:center}.typeform-progress{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;font-weight:500}.typeform-close{background:none;border:none;font-size:1.25rem;color:#9ca3af;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s ease;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.typeform-close:hover{background:#f3f4f6;color:#6b7280}.typeform-content{padding:2rem 2rem 1rem;display:flex;flex-direction:column;justify-content:flex-start;flex:1;overflow-y:auto}.typeform-question{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:.75rem;line-height:1.2;letter-spacing:-.02em}.typeform-subtitle{font-size:1.125rem;color:#6b7280;margin-bottom:2.5rem;line-height:1.4;font-weight:400}.typeform-input{width:100%;border:2px solid #e5e7eb;border-radius:12px;padding:1rem 1.25rem;font-size:1.125rem;font-family:inherit;background:#f9fafb;transition:all .2s ease;resize:vertical}.typeform-input[type=text],.typeform-input[type=email]{height:60px;min-height:60px}.typeform-input:focus{outline:none;border-color:#1f2937;background:#fff;box-shadow:0 0 0 3px #1f29371a}.typeform-input::placeholder{color:#9ca3af}.typeform-input[type=textarea],textarea.typeform-input{min-height:120px;height:auto;line-height:1.5}.typeform-options{display:flex;flex-direction:column;gap:1rem}.typeform-option{background:#fafafa;border:2px solid #e5e7eb;border-radius:16px;padding:1.25rem 1.75rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:1.25rem;font-size:1.125rem;color:#374151;text-align:left;width:100%;font-weight:500}.typeform-option:hover{border-color:#d1d5db;background:#f3f4f6;transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.typeform-option.selected{border-color:#1f2937;background:#f9fafb;color:#111827;box-shadow:0 4px 16px #1f29371a}.typeform-option-letter{background:#e5e7eb;color:#6b7280;width:2rem;height:2rem;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.typeform-option.selected .typeform-option-letter{background:#1f2937;color:#fff}.typeform-yesno{display:flex;gap:1rem}.typeform-yesno .typeform-option{flex:1;justify-content:center}.typeform-scale{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem;margin:1rem 0}.typeform-scale-item{aspect-ratio:1;border:2px solid #e5e7eb;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:600;cursor:pointer;transition:all .2s ease;background:#fafafa;color:#6b7280}.typeform-scale-item:hover{border-color:#d1d5db;background:#f3f4f6;transform:scale(1.05)}.typeform-scale-item.selected{border-color:#1f2937;background:#1f2937;color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #1f293733}.typeform-scale-labels{display:flex;justify-content:space-between;font-size:.875rem;color:#6b7280;margin-top:.5rem}.typeform-footer{padding:1.5rem 2rem;background:#fff;border-top:1px solid #f0f0f0;display:flex;justify-content:flex-end;align-items:center;flex-shrink:0}.typeform-nav-hint{font-size:.875rem;color:#6b7280;display:flex;align-items:center;gap:.5rem}.typeform-key{background:#f3f4f6;color:#6b7280;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;border:1px solid #e5e7eb}.typeform-btn{background:#1f2937;color:#fff;border:none;border-radius:10px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 2px 8px #1f293726}.typeform-btn:hover{background:#111827;transform:translateY(-1px);box-shadow:0 4px 12px #1f293733}.typeform-btn:disabled{background:#d1d5db;cursor:not-allowed;transform:none;box-shadow:none}.typeform-error{color:#dc2626;font-size:.875rem;margin-top:1rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px}.typeform-progress-bar{position:fixed;top:0;left:0;right:0;height:3px;background:#f3f4f6;z-index:100}.typeform-progress-fill{height:100%;background:#1f2937;transition:width .5s ease}.hero-cta-btn{background:#1f2937;color:#fff;border:none;border-radius:16px;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #1f29371f;letter-spacing:-.025em;min-width:280px}.hero-cta-btn:hover{background:#111827;box-shadow:0 8px 30px #1f293733;transform:translateY(-2px)}.hero-cta-btn:active{transform:translateY(-1px);box-shadow:0 4px 15px #1f293726}.thank-you-btn-secondary{background:#f9fafb;color:#6b7280;border:2px solid #e5e7eb;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;letter-spacing:-.025em;min-width:200px}.thank-you-btn-secondary:hover{background:#f3f4f6;border-color:#d1d5db;color:#374151;transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.thank-you-btn-secondary:active{transform:translateY(0);box-shadow:0 2px 6px #0000000d}@media (max-width: 768px){.typeform-container{padding:1rem}.typeform-card{min-height:70vh;max-height:85vh}.typeform-content{padding:2rem 1.5rem}.typeform-question{font-size:1.25rem}.typeform-scale{grid-template-columns:repeat(5,1fr);gap:.5rem}.typeform-footer{padding:1rem 1.5rem;flex-direction:row;gap:1rem;justify-content:flex-end;align-items:center}.typeform-nav-hint{justify-content:center}.hero-cta-btn{padding:1rem 2rem;font-size:1rem;min-width:240px}.thank-you-btn-secondary{padding:.875rem 1.5rem;font-size:.95rem}.typeform-question{font-size:1.5rem}.typeform-subtitle{font-size:1rem}.typeform-option{padding:1rem 1.25rem;font-size:1rem}}.min-h-screen{min-height:100vh}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-col{flex-direction:column}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.w-full{width:100%}.max-w-2xl{max-width:42rem}.mx-auto{margin-left:auto;margin-right:auto}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.pt-24{padding-top:6rem}.pb-8{padding-bottom:2rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-x-3>*+*{margin-left:.75rem}.space-x-4>*+*{margin-left:1rem}.space-x-8>*+*{margin-left:2rem}.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-7xl{font-size:4.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.tracking-tight{letter-spacing:-.025em}.tracking-\[-0\.02em\]{letter-spacing:-.02em}.leading-\[1\.1\]{line-height:1.1}.leading-\[1\.4\]{line-height:1.4}.font-light{font-weight:300}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-10{margin-top:2.5rem}.gap-12{gap:3rem}.space-y-6>*+*{margin-top:1.5rem}.border-gray-100{border-color:#f3f4f6}.opacity-30{opacity:.3}.text-7xl{font-size:4.5rem;line-height:1}.bg-blue-50{background-color:#eff6ff}.-z-10{z-index:-10}.text-white{color:#fff}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-900{color:#111827}.text-gray-700{color:#374151}.text-gray-400{color:#9ca3af}.bg-white{background-color:#fff}.bg-green-100{background-color:#dcfce7}.bg-blue-100{background-color:#dbeafe}.bg-purple-100{background-color:#e9d5ff}.bg-green-500{background-color:#22c55e}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}.border{border-width:1px;border-style:solid;border-color:#e5e7eb}.border-2{border-width:2px;border-style:solid;border-color:#e5e7eb}.border-gray-200{border-color:#e5e7eb}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.top-0{top:0}.left-0{left:0}.right-0{right:0}.inset-0{top:0;right:0;bottom:0;left:0}.z-10{z-index:10}.z-50{z-index:50}.overflow-hidden{overflow:hidden}.pointer-events-none{pointer-events:none}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.transform{transform:translate(var(--tw-translate-x, 0)) translateY(var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skew(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1))}.scale-105:hover{transform:scale(1.05)}.scale-95:active{transform:scale(.95)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-purple-900{--tw-gradient-from: #581c87;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0))}.via-blue-900{--tw-gradient-to: rgba(30, 58, 138, 0);--tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))}.to-indigo-900{--tw-gradient-to: #312e81}.bg-gradient-to-br.from-purple-900.via-blue-900.to-indigo-900{background-image:linear-gradient(to bottom right,#581c87,#1e3a8a,#312e81)}.bg-gradient-to-br.from-gray-50.to-blue-50{background-image:linear-gradient(to bottom right,#f9fafb,#eff6ff)}.btn-primary{background:linear-gradient(to right,#9333ea,#2563eb);color:#fff;font-weight:500;padding:.75rem 2rem;border-radius:.75rem;transition:all .3s ease;transform:scale(1);box-shadow:0 4px 6px -1px #0000001a;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.btn-primary:hover{background:linear-gradient(to right,#7c3aed,#1d4ed8);transform:scale(1.05);box-shadow:0 10px 15px -3px #0000001a}.btn-primary:focus{outline:none;box-shadow:0 0 0 4px #9333ea4d}.btn-secondary{background-color:#f3f4f6;color:#374151;font-weight:500;padding:.5rem 1.5rem;border-radius:.5rem;transition:all .2s ease;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.btn-secondary:hover{background-color:#e5e7eb}.btn-secondary:focus{outline:none;box-shadow:0 0 0 2px #9ca3af4d}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.question-card{background-color:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;padding:2rem;max-width:42rem;margin:0 auto}.progress-bar{width:100%;background-color:#e5e7eb;border-radius:9999px;height:.5rem;overflow:hidden}.progress-fill{background:linear-gradient(to right,#9333ea,#2563eb);height:100%;border-radius:9999px;transition:all .5s ease-out}input[type=text],textarea{width:100%;padding:1rem;font-size:1.125rem;border:2px solid #e5e7eb;border-radius:.75rem;transition:all .2s ease;font-family:inherit}input[type=text]:focus,textarea:focus{outline:none;border-color:#9333ea;box-shadow:0 0 0 4px #9333ea1a}@media (min-width: 768px){.md\:text-3xl{font-size:1.875rem}.md\:text-7xl{font-size:4.5rem}.md\:text-2xl{font-size:1.5rem}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 640px){.sm\:flex-row{flex-direction:row}}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bg-white\/80{background-color:#fffc}.bg-white\/95{background-color:#fffffff2}.border-gray-200\/50{border-color:#e5e7eb80}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .6s ease-in-out}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.w-8{width:2rem}.h-8{height:2rem}.w-12{width:3rem}.h-12{height:3rem}.w-24{width:6rem}.h-24{height:6rem}.w-2{width:.5rem}.h-2{height:.5rem}.w-3{width:.75rem}.h-3{height:.75rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-10{width:2.5rem}.h-10{height:2.5rem}.inline-flex{display:inline-flex}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.cursor-wait{cursor:wait}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-4:focus{box-shadow:0 0 0 4px #9333ea4d}.focus\:ring-2:focus{box-shadow:0 0 0 2px #9ca3af4d}.hover\:bg-gray-200:hover{background-color:#e5e7eb}.hover\:border-purple-300:hover{border-color:#c4b5fd}.hover\:border-purple-500:hover{border-color:#a855f7}.hover\:bg-purple-50:hover{background-color:#faf5ff}.text-purple-700{color:#7c3aed}.text-purple-600{color:#9333ea}.text-blue-600{color:#2563eb}.text-green-600{color:#16a34a}.text-red-700{color:#b91c1c}.bg-purple-50{background-color:#faf5ff}.bg-purple-500{background-color:#a855f7}.bg-red-50{background-color:#fef2f2}.bg-green-50{background-color:#f0fdf4}.border-purple-500{border-color:#a855f7}.border-red-400{border-color:#f87171}.border-red-200{border-color:#fecaca}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.ml-2{margin-left:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-8{padding-left:2rem;padding-right:2rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-12{padding-left:3rem;padding-right:3rem}.text-xs{font-size:.75rem}@media (max-width: 640px){.max-w-4xl{max-width:100%;padding-left:1rem;padding-right:1rem}.text-5xl{font-size:2.25rem}.text-7xl{font-size:3rem}}
