@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap";:root{font-family:Quicksand,sans-serif;line-height:1.5;font-weight:500;color-scheme:light dark;color:#635a57;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1,h2{color:#972bcf}h1{font-size:3.05rem;line-height:1.1;font-weight:600}h2{font-size:2rem;line-height:1.25;font-weight:600;margin-top:2rem;margin-bottom:.75rem}p,li{font-size:1.1rem;line-height:1.55}button{border-radius:50px;border:3px solid #972BCF;padding:.7em 1.3em;font-size:1.1rem;font-weight:600;font-family:inherit;background-color:#fff;color:#972bcf;cursor:pointer;line-height:1.15;position:relative;transition:border-color .25s ease,background-color .25s ease,color .25s ease,transform .18s cubic-bezier(.4,0,.2,1),box-shadow .35s ease;will-change:transform}button:hover{border-color:#972bcf;background-color:#972bcf;color:#fff;transform:translateY(-2px) scale(1.025);box-shadow:0 6px 18px -4px #50006e2e}button:active{transform:translateY(0) scale(.985);box-shadow:0 2px 6px -2px #50006e40}button:focus-visible{outline:3px solid #646cff;outline-offset:2px}button:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.btn--shrink{align-self:flex-start;width:auto!important;display:inline-flex}.btn--shrink-center{align-self:center;width:auto!important;display:inline-flex}@media (prefers-color-scheme: light){:root{color:#635a57;background-color:#fff}a:hover{color:#747bff}button{background-color:#fff}}html,body{margin:0;padding:0}:root{--max-width: 1200px}#root{max-width:var(--max-width);margin:0 auto;padding:0 2rem 2rem;text-align:center}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;align-items:self-position;padding:1rem;box-sizing:border-box;max-width:var(--max-width);margin:0 auto}.hero{min-height:100vh;display:flex;align-items:center;background:url(/assets/hero1-WYoCNR03.jpg) center center / cover no-repeat;width:100vw;margin:0 calc(50% - 50vw);max-width:none}.interview-hero{min-height:60vh;display:flex;align-items:center;background:url(/assets/hero1-WYoCNR03.jpg) center center / cover no-repeat;width:100vw;margin:0 calc(50% - 50vw);max-width:none}.hero h1{color:#fff}.hero__wrapper{display:flex;flex-direction:column;gap:2rem;width:100%;align-items:center}@media (min-width: 768px){.hero__wrapper{flex-direction:row}}.hero__video{flex:1 1 50%;display:flex;justify-content:center;align-items:center;min-height:300px;background:#00000026;border-radius:8px}.hero__video-placeholder{font-size:1rem;color:#888}.hero__content,.interview-hero__content{flex:1 1 50%;display:flex;flex-direction:column;align-items:center;justify-content:center}.interview-hero__content p{font-size:1.2rem;background-color:#fffc;padding:.75rem 1rem;border-radius:8px;color:#972bcf}@media (max-width: 600px){.interview-hero__content p{font-size:1rem;padding:.5rem .75rem}}.logo{height:15em;width:auto;margin-bottom:1rem;display:block}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.video{flex:1 1 50%;display:flex;justify-content:center;align-items:center;min-height:300px;background:#00000026;border-radius:8px}.audio-recorder,.audio-recorder-interview{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box;max-width:var(--max-width);margin:0 auto}.recorder-label{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:#fff;background-color:#0006;text-align:center;display:inline-block;padding:.2em 1em;border-radius:1.3em}.audio-recorder .record-button,.audio-recorder-interview .record-button{width:4rem;height:4rem;border-radius:50%;border:2px solid #e74c3c;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-bottom:1rem;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .5s;line-height:1}.audio-recorder .record-button:hover,.audio-recorder-interview .record-button:hover{transform:scale(1.07);z-index:2;box-shadow:0 8px 24px #50006e1a}.audio-recorder .record-button .icon,.audio-recorder-interview .record-button .icon{width:1.5rem;height:1.5rem;border-radius:50%;background:#e74c3c;display:block;aspect-ratio:1 / 1}.audio-recorder .record-button.recording,.audio-recorder-interview .record-button.recording{background:#e74c3c}.audio-recorder .record-button.recording .icon,.audio-recorder-interview .record-button.recording .icon{width:1rem;height:1rem;border-radius:0;background:#fff}.audio-recorder .timer,.audio-recorder-interview .timer{margin-top:.75rem;font-family:monospace;font-size:1.4rem;color:#fff}.audio-recorder-interview .audio-preview{display:flex;flex-direction:column;align-items:center;margin-top:1rem}.audio-recorder-interview .audio-preview .submit-button{margin-top:.5rem}.card{padding:2em}.read-the-docs{color:#888}.site-header,.site-footer{padding:1rem 0;background-color:#ffffff0d}.site-header{margin-bottom:2rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.site-footer{margin-top:2rem;text-align:center}.site-logo{height:2.5rem;width:auto}@media (prefers-color-scheme: light){.site-header,.site-footer{background-color:#f5f5f5}}.spinner-container{display:flex;justify-content:center;margin-bottom:1.5rem}.spinner{width:1.5rem;height:1.5rem;border:4px solid rgba(0,0,0,.1);border-top-color:#972bcf;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form{display:flex;flex-direction:column;background:#fff3;border-radius:10px;width:100%;padding:1rem;gap:1rem}.form-label,.label{display:flex;flex-direction:column;text-align:left;color:#fff}.product-selection{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}.product-selection input[type=radio]:checked+span{transition:border-bottom .7s ease-in-out}.product-selection label{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:700;cursor:pointer}.product-selection input[type=radio]{accent-color:#972BCF;transform:scale(1.3)}.message{margin-top:1rem;color:#fff;text-align:center;background:#0009;padding:.75rem 1rem;border-radius:8px}@media (max-width: 600px){h1{font-size:2.5em;color:#fff}}.pricing-section{padding:2rem 0}.pricing-cards{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.pricing-card{display:flex;flex-direction:column;flex:1 1 calc(25% - 1rem);box-sizing:border-box;padding:1.5rem;background-color:#faebd7;border:0px solid #ddd;border-radius:8px;text-align:center;min-width:230px;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .5s}.pricing-card__body{flex:1 0 auto;display:flex;flex-direction:column;justify-content:center}.pricing-card:hover{transform:scale(1.02);z-index:2;box-shadow:0 8px 24px #50006e1a}.pricing-card h2{margin-top:0;font-size:1.55rem;line-height:1.25}@media (max-width: 900px){.pricing-card h2{font-size:1.45rem}}@media (max-width: 600px){.pricing-card h2{font-size:1.35rem}}.price{margin-top:auto;font-size:1.25rem;font-weight:700}.pricing-card .btn{margin-top:1rem}@media (max-width: 768px){.pricing-card{flex:1 1 100%}}.bullet-list{display:inline-block;text-align:left;list-style:disc;list-style-position:outside;padding-left:1.25rem;margin:.5rem auto 1rem;max-width:720px}.bullet-list li{margin:.3rem 0}.two-columns{display:flex;flex-direction:column;gap:1.5rem;text-align:left}.style--bordered{border:1.5px solid #e0e0e0;background:#fff;box-shadow:0 3px 24px #3c1e5a0f;border-radius:1.2rem;transition:background .2s,border .2s}.style--light{background:#f9fafb;border-radius:1.2rem;transition:background .2s}.style--dark{background:#222254;color:#fff;border-radius:1.2rem;transition:background .2s,color .2s}.style--transparent{background:transparent;border:none}.style--shadow{box-shadow:0 2px 20px #3c1e5a1a}.narrow{max-width:800px}.two-columns__left{flex:0 0 35%}.two-columns__right{flex:1 1 65%}.two-columns2__left{flex:0 0 50%}.two-columns2__right{flex:1 1 50%}.two-columns__right ul{margin:0;padding-left:1.25rem;list-style-type:disc}.two-columns__right li+li{margin-top:.5rem}.two-columns__left ul{margin:0;padding-left:1.25rem;list-style-type:disc}.two-columns__left li+li{margin-top:.5rem}@media (min-width: 768px){.two-columns{flex-direction:row;align-items:center}}.bild2{height:15em;width:auto;display:block}.space-section{margin-bottom:2.5rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:8px;max-width:900px;width:98%;box-shadow:0 2px 16px #0003;position:relative;max-height:80vh;overflow-y:auto;overscroll-behavior:contain}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer}.modal-header{margin-bottom:1rem;padding-right:2rem}.modal-header h3{margin:0;color:#d32f2f}.modal-body{margin-bottom:1.5rem}.modal-footer{text-align:center}.modal-button{background:#1976d2;color:#fff;border:none;padding:.75rem 2rem;border-radius:4px;cursor:pointer;font-size:1rem}.modal-button:hover{background:#1565c0}.modal-table{width:100%;margin-top:1.5em;border-collapse:collapse;font-size:.95em}.modal-table td{vertical-align:top;padding:.5em;border-bottom:1px solid #eee;text-align:left}@media (max-width: 600px){.modal-content{max-width:98vw;width:98vw;padding:1rem;border-radius:4px}.modal-table{font-size:.9em}}.interview-chat-container{max-width:800px;margin:2rem auto;padding:2rem 3rem;background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000001a;border:1px solid #e3f2fd;position:relative}.interview-chat-container:before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;z-index:-1;opacity:.1}.interview-chat-container h2{text-align:center;color:#333;margin-bottom:2rem;font-size:1.5rem}.interview-chat{max-width:100%;margin:0;padding:0}.chat-question{display:flex;justify-content:flex-start;margin-bottom:1.5rem}.chat-question p{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 1.5rem;border-radius:20px 20px 20px 5px;max-width:70%;margin:0;box-shadow:0 2px 10px #0000001a;position:relative}.chat-answer{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.chat-answer p{background:#e3f2fd;color:#1976d2;padding:1rem 1.5rem;border-radius:20px 20px 5px;max-width:70%;margin:0;box-shadow:0 2px 10px #0000001a;position:relative;border:2px solid #1976d2;font-weight:500}.chat-answer p:after{content:"🎤";position:absolute;right:-2rem;top:.5rem;font-size:1.5rem}@media (max-width: 768px){.interview-chat-container{margin:1rem .15rem;padding:1.5rem .75rem;border-radius:16px}.chat-question p,.chat-answer p{max-width:85%}.chat-answer p:after{display:none}}@media (max-width: 480px){.interview-chat-container{margin:1rem .1rem;padding:1rem .5rem}.chat-question p,.chat-answer p{max-width:90%;padding:.75rem 1rem}}.success-modal{background:#fff;padding:2rem;border-radius:16px;text-align:center;max-width:400px;width:90%;box-shadow:0 10px 30px #0003;animation:slideIn .3s ease}.success-icon{font-size:3rem;margin-bottom:1rem}.success-modal h3{color:#2e7d32;margin-bottom:1rem;font-size:1.5rem}.success-modal p{color:#666;line-height:1.5;margin:0}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.interview-complete{text-align:center;background:linear-gradient(135deg,#e8f5e8,#f0f8ff);border:2px solid #4caf50;border-radius:20px;padding:2rem;margin:2rem 0;box-shadow:0 4px 20px #4caf5033}.complete-icon{font-size:3rem;margin-bottom:1rem}.interview-complete h3{color:#2e7d32;font-size:1.8rem;margin-bottom:1rem;font-weight:600}.interview-complete p{color:#1b5e20;font-size:1.1rem;line-height:1.5;margin:0;font-weight:500}@media (max-width: 768px){.interview-complete{padding:1.5rem;margin:1.5rem 0}.complete-icon{font-size:2.5rem}.interview-complete h3{font-size:1.5rem}.interview-complete p{font-size:1rem}}.payment-modal{max-width:500px;width:90%;margin:0 auto}.payment-modal__content{text-align:center;padding:2rem}.payment-modal__icon{font-size:3rem;margin-bottom:1rem}.payment-modal__title{font-size:1.5rem;margin-bottom:1rem;color:#333}.payment-modal__message{margin-bottom:1.5rem;font-size:1rem;color:#555}.payment-modal__product{margin-bottom:1.5rem;font-size:1rem;color:#333}.payment-modal__info{margin-bottom:2rem;font-size:.9rem;color:#666;line-height:1.4}.payment-modal__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn--success{background-color:#28a745;color:#fff}.btn--success:hover{background-color:#218838}.btn--secondary{background-color:#6c757d;color:#fff}.btn--secondary:hover{background-color:#5a6268}@media (max-width: 768px){.payment-modal{width:95%;max-width:none}.payment-modal__content{padding:1.5rem 1rem}.payment-modal__title{font-size:1.3rem}.payment-modal__icon{font-size:2.5rem}.payment-modal__buttons{flex-direction:column;gap:.75rem}.payment-modal__buttons .btn{width:100%;padding:.75rem 1rem}}@media (max-width: 480px){.payment-modal__content{padding:1rem .75rem}.payment-modal__title{font-size:1.2rem}.payment-modal__message,.payment-modal__product{font-size:.9rem}.payment-modal__info{font-size:.8rem}}.interview-complete-modal{max-width:600px;width:90%;margin:0 auto}.interview-complete-modal__content{text-align:center;padding:2.5rem 2rem}.interview-complete-modal__icon{font-size:4rem;margin-bottom:1.5rem;animation:bounce 1s ease-in-out}.interview-complete-modal__title{font-size:1.8rem;margin-bottom:1rem;color:#333;font-weight:600}.interview-complete-modal__message{margin-bottom:1rem;font-size:1.1rem;color:#555;font-weight:500}.interview-complete-modal__info{margin-bottom:2rem;font-size:1rem;color:#666;line-height:1.5}.interview-complete-modal__features{margin-bottom:2rem;text-align:left}.feature-item{display:flex;align-items:center;margin-bottom:1rem;padding:.75rem;background-color:#f8f9fa;border-radius:8px;border-left:4px solid #007bff}.feature-icon{font-size:1.2rem;margin-right:.75rem;flex-shrink:0}.interview-complete-modal__button{background-color:#007bff;color:#fff;padding:.75rem 2rem;font-size:1rem;font-weight:500;border-radius:8px;transition:all .3s ease}.interview-complete-modal__button:hover{background-color:#0056b3;transform:translateY(-2px)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width: 768px){.interview-complete-modal{width:95%}.interview-complete-modal__content{padding:2rem 1.5rem}.interview-complete-modal__title{font-size:1.5rem}.interview-complete-modal__icon{font-size:3rem}.feature-item{flex-direction:column;text-align:center;padding:1rem}.feature-icon{margin-right:0;margin-bottom:.5rem}}@media (max-width: 480px){.interview-complete-modal__content{padding:1.5rem 1rem}.interview-complete-modal__title{font-size:1.3rem}.interview-complete-modal__message,.interview-complete-modal__info,.feature-item{font-size:.9rem}.interview-complete-modal__button{width:100%;padding:1rem}}.newsletter-modal{max-width:550px;width:90%;margin:0 auto}.newsletter-modal__content{text-align:center;padding:2.5rem 2rem}.newsletter-modal__icon{font-size:3.5rem;margin-bottom:1.5rem;animation:pulse 2s ease-in-out infinite}.newsletter-modal__title{font-size:1.8rem;margin-bottom:1rem;color:#333;font-weight:600}.newsletter-modal__message{margin-bottom:1.5rem;font-size:1.1rem;color:#555;font-weight:500}.newsletter-modal__info{margin-bottom:2rem;font-size:1rem;color:#666;line-height:1.5}.newsletter-modal__steps{margin-bottom:2rem;text-align:left}.step-item{display:flex;align-items:center;margin-bottom:1rem;padding:1rem;background-color:#f8f9fa;border-radius:8px;border-left:4px solid #28a745}.step-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background-color:#28a745;color:#fff;border-radius:50%;font-weight:700;font-size:.9rem;margin-right:1rem;flex-shrink:0}.newsletter-modal__note{margin-bottom:2rem;font-size:.9rem;color:#666;background-color:#e8f5e8;padding:1rem;border-radius:8px;border-left:4px solid #28a745}.newsletter-modal__button{background-color:#28a745;color:#fff;padding:.75rem 2rem;font-size:1rem;font-weight:500;border-radius:8px;transition:all .3s ease}.newsletter-modal__button:hover{background-color:#218838;transform:translateY(-2px)}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width: 768px){.newsletter-modal{width:95%}.newsletter-modal__content{padding:2rem 1.5rem}.newsletter-modal__title{font-size:1.5rem}.newsletter-modal__icon{font-size:3rem}.step-item{flex-direction:column;text-align:center;padding:1rem}.step-number{margin-right:0;margin-bottom:.5rem}}@media (max-width: 480px){.newsletter-modal__content{padding:1.5rem 1rem}.newsletter-modal__title{font-size:1.3rem}.newsletter-modal__message,.newsletter-modal__info,.step-item{font-size:.9rem}.newsletter-modal__button{width:100%;padding:1rem}}
