body{font-family:Inter,sans-serif;background:linear-gradient(90deg,#f0f4ff,#e8d9fc);color:#333;margin:0;padding:0}.feature-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;justify-content:center;margin-top:30px}.feature-card{transition:transform .3s ease-in-out}.feature-card:hover{transform:scale(1.05)}.stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;justify-content:center;margin-top:30px}.stat{background-color:#007bff;color:white;padding:20px;border-radius:10px;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,.2);transition:transform .3s ease-in-out}.stat:hover{transform:scale(1.05)}.main-button{display:block;background-color:#0056b3;color:white;padding:12px 24px;font-size:18px;font-weight:700;text-align:center;border-radius:8px;margin:40px auto 0;text-decoration:none;cursor:pointer;transition:background .3s}.main-button:hover{background-color:#003d82}@media (max-width:768px){.feature-container,.stats-container{grid-template-columns:1fr}}@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");:root{--dark:#141418;--light:rgba(255,255,255,0.15);--accent:#ff5e78;--highlight:#00ffd5;--text-light:#fff;--text-dark:#222;--font:"Poppins",sans-serif}.interview-room-container{position:relative;height:100vh;overflow:hidden;display:flex;background:linear-gradient(135deg,#252540,#1f1c48);font-family:var(--font)}.video-panel{flex:2;position:relative;height:100%}.video-feed{width:100%;height:100%;object-fit:cover;filter:brightness(.9) contrast(1.1)}.vijaya-frame{position:absolute;bottom:30px;left:30px;width:120px;height:120px;background:var(--light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--text-light);backdrop-filter:blur(10px);box-shadow:0 8px 30px rgba(0,0,0,.4);animation:float 6s ease-in-out infinite}.overlay-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,transparent 60%,var(--dark) 100%);pointer-events:none}.ui-panel{flex:1;display:flex;flex-direction:column;position:relative;height:100%;backdrop-filter:blur(20px);background:var(--light);padding:2rem;box-shadow:-10px 0 40px rgba(0,0,0,.5);overflow:hidden}.header{margin-bottom:1rem}.header h1{margin:0;color:var(--text-light);font-size:1.75rem;font-weight:600}.progress{margin-top:.5rem;width:100%;height:6px;background:rgba(255,255,255,.4);border-radius:3px;overflow:hidden}.bar{height:100%;background:var(--highlight);transition:width .5s}.content{flex:1;display:grid;grid-template-rows:auto 1fr;gap:1.5rem;overflow-y:auto;padding-right:1rem}.question-card,.transcript-card{background:var(--light);border-radius:12px;padding:1.5rem;box-shadow:0 8px 30px rgba(0,0,0,.3)}.question-card h2,.transcript-header h2{margin:0 0 .5rem;color:var(--text-light);font-size:1.25rem;font-weight:600}.question-card p{margin:0;color:var(--text-light);font-size:1rem}.transcript-header{display:flex;align-items:center;justify-content:space-between}.mic-indicator{display:flex;align-items:center;font-size:.9rem;color:var(--text-light)}.mic-indicator.ready{color:var(--accent);animation:pulse 1.2s infinite}.mic-indicator.waiting{color:#ff7272;opacity:.8}.transcript-box{margin-top:1rem;flex:1;overflow-y:auto;color:var(--text-light);font-size:.95rem;line-height:1.4}.btn-premium{margin-top:1rem;padding:1rem;background:linear-gradient(45deg,var(--accent),var(--highlight));color:var(--text-dark);border:none;border-radius:8px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;animation:shine 2s infinite;cursor:pointer}.btn-premium:disabled{opacity:.5;cursor:not-allowed}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}to{transform:scale(1);opacity:.8}}@keyframes shine{0%{background-position:-200%}to{background-position:200%}}@media (max-width:1024px){.interview-room-container{flex-direction:column;height:100vh;overflow:hidden}.ui-panel,.video-panel{height:50vh;flex:0 0 50vh;overflow:hidden}.ui-panel{box-shadow:none;backdrop-filter:blur(10px);max-height:50vh}.content{padding-right:0;height:100%;overflow-y:auto;display:flex;flex-direction:column}.question-card,.transcript-card{flex-shrink:0}}.homepage{min-height:100vh;background:linear-gradient(90deg,#f0f4ff,#e8d9fc);padding:50px 20px;text-align:center;overflow-x:hidden;scroll-behavior:smooth}.hero-section{max-width:800px;margin:0 auto;margin-bottom:30px!important}.hero-title{font-size:40px;font-weight:700;color:#333;margin-bottom:.5rem}.hero-subtitle{font-size:20px;color:#555;margin-top:10px;margin-bottom:1rem}.hero-button{background:#007bff;color:white;padding:12px 24px;font-size:18px;border-radius:30px;margin-top:20px;margin-bottom:0!important;cursor:pointer}.survey-section{max-width:1000px;margin-left:auto;margin-right:auto;margin-bottom:0}.survey-section,.survey-section:first-of-type{margin-top:0!important}.survey-title{font-size:30px;font-weight:700}.survey-description{font-size:18px;margin-top:10px}.survey-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-top:30px;margin-bottom:0}.survey-card{background:white;padding:20px;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.2);width:300px;text-align:center;flex:1;max-width:300px}.feature-icon,.survey-icon{font-size:2.5rem!important}.survey-card-title{font-size:20px;font-weight:700;margin-top:10px;min-height:50px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.2}.survey-card-description{font-size:16px;margin-top:5px;line-height:1.5;color:#374151;white-space:normal;overflow:visible;text-overflow:unset;min-height:auto}.feature-section{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-top:50px}.feature-card{background:white;padding:20px;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.2);width:300px;text-align:center}.feature-title{font-size:22px;font-weight:700;margin-top:10px;min-height:50px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.2}.feature-description{font-size:16px;margin-top:5px;min-height:72px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.feature-button{background:#0056b3;color:white;padding:8px 16px;margin-top:10px;border-radius:5px;cursor:pointer}.stat-red{background:#e63946}.stat-yellow{background:#ffbe0b}.stat-blue{background:#0077b6}.survey-button{background:#007bff;color:white;padding:12px 24px;margin-top:20px;border-radius:8px;cursor:pointer}.cta-section{margin-top:10px;max-width:1000px;margin-left:auto;margin-right:auto}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:none;align-items:center;justify-content:center;z-index:1000;transition:opacity .3s ease}.modal-content{background-color:#fff;padding:20px;border-radius:8px;max-width:600px;width:90%;box-shadow:0 4px 8px rgba(0,0,0,.1);animation:fadeIn .3s ease-out}.modal-close{position:absolute;top:10px;right:10px;background-color:transparent;border:none;font-size:18px;color:#333;cursor:pointer}.modal-close:hover{color:#f00}.modal-header{font-size:24px;font-weight:700;margin-bottom:15px}.modal-body{font-size:16px;line-height:1.5}.modal-footer{margin-top:20px;text-align:right}.modal-footer button{padding:8px 16px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.modal-footer button:hover{background-color:#0056b3}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal.open{display:flex;opacity:1}.answer-box{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.05);border:1px solid #e0e0e0}.hiw-cta-subtitle,.hiw-cta-title,.hiw-hero-subtitle,.hiw-hero-title,.how-it-works-page,.step-description,.step-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}:root{--primary-blue:#2979ff;--primary-blue-light:#65a9ff;--primary-blue-dark:#004ecb;--secondary-teal:#4db6ac;--secondary-purple:#8b5cf6;--bg-gradient-light:linear-gradient(90deg,#f0f4ff,#e8d9fc);--text-dark:#333;--text-gray:#555;--text-light-gray:#666;--white:#ffffff;--border-light:rgba(0,0,0,0.1);--shadow-light:rgba(0,0,0,0.1)}.how-it-works-page{min-height:100vh;background:var(--bg-gradient-light);color:var(--text-dark);overflow-x:hidden;position:relative}.how-it-works-page:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,rgba(41,121,255,.05) 0,transparent 50%),radial-gradient(circle at 80% 70%,rgba(139,92,246,.05) 0,transparent 50%);pointer-events:none;z-index:0}.hiw-hero-section{padding:20px 20px 30px;text-align:center;position:relative;z-index:1}.hiw-hero-content{max-width:1100px;margin:0 auto}.hiw-hero-title{font-size:2.75rem;font-weight:700;margin-bottom:16px;color:#111827;animation:fadeInDown .8s ease-out}.hiw-hero-subtitle{font-size:1.125rem;line-height:1.6;color:var(--text-gray);max-width:1050px;margin:0 auto;animation:fadeInUp .8s ease-out .2s both}.timeline-section{position:relative;padding:40px 20px 30px;z-index:1}.timeline-container{max-width:1400px;margin:0 auto;position:relative}.timeline-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,transparent 0,var(--primary-blue) 10%,var(--secondary-purple) 50%,var(--primary-blue) 90%,transparent 100%);opacity:.3;transform:translateX(-50%)}.step-container{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-bottom:100px;position:relative;opacity:0;transform:translateY(50px);transition:opacity .8s ease,transform .8s ease}.step-container.visible{opacity:1;transform:translateY(0)}.timeline-dot{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:18px;height:18px;background:var(--primary-blue);border-radius:50%;border:4px solid var(--white);box-shadow:0 4px 12px rgba(41,121,255,.3);z-index:2;transition:all .3s ease}.step-container.visible .timeline-dot{transform:translate(-50%,-50%) scale(1.2);box-shadow:0 6px 16px rgba(41,121,255,.4)}.step-container.right .step-content{grid-column:1;grid-row:1;text-align:right;padding-right:60px}.step-container.left .step-content,.step-container.right .step-image-wrapper{grid-column:2;grid-row:1;padding-left:60px}.step-container.left .step-content{text-align:left}.step-container.left .step-image-wrapper{grid-column:1;grid-row:1;padding-right:60px}.step-container:first-child,.step-container:nth-child(2),.step-container:nth-child(3){margin-bottom:30px}.step-container:nth-child(4),.step-container:nth-child(5){margin-bottom:100px}.step-container:nth-child(6){margin-bottom:30px}.step-container:nth-child(7){margin-bottom:10px}.step-number{font-size:5rem;font-weight:700;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:16px;font-family:Inter,sans-serif}.step-title{font-size:2rem;font-weight:700;margin-bottom:20px;color:var(--text-dark);line-height:1.2}.step-description{font-size:1.125rem;line-height:1.8;color:var(--text-gray);max-width:550px}.step-container.right .step-description{margin-left:auto}.step-container.left .step-description{margin-right:auto}.step-image-wrapper{position:relative;display:flex;align-items:center;justify-content:center;min-height:400px}.step-image{width:100%;max-width:600px;max-height:450px;object-fit:contain;object-position:center;border-radius:16px;box-shadow:0 12px 40px rgba(0,0,0,.15);transition:transform .3s ease,box-shadow .3s ease;border:3px solid rgba(41,121,255,.3);background:var(--white);padding:10px;transform:scale(1.02)}.step-container.wide-view .step-image{max-height:400px;background:rgba(240,244,255,.5)}.step-image:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 50px rgba(41,121,255,.2)}.step-container:nth-child(7) .step-image{max-width:400px;max-height:350px;transform:scale(1)}.step-container:nth-child(7) .step-image:hover{transform:translateY(-8px) scale(1)}.hiw-cta-section{padding:30px 20px 40px;text-align:center;position:relative;z-index:1;background:transparent;border-radius:0;max-width:800px;margin:0 auto 20px!important}.hiw-cta-title{font-size:2rem;font-weight:700;margin-bottom:16px;color:var(--text-dark)}.hiw-cta-subtitle{font-size:1.125rem;color:var(--text-gray);margin-bottom:30px;max-width:700px;margin-left:auto;margin-right:auto;white-space:nowrap}.hiw-cta-button{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-purple));color:var(--white);font-size:1.125rem;font-weight:600;padding:16px 48px;border-radius:50px;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px rgba(41,121,255,.3)}.hiw-cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(41,121,255,.4);background:linear-gradient(135deg,var(--primary-blue-dark),var(--secondary-purple))}.hiw-cta-button:active{transform:translateY(-1px)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.timeline-line{left:30px}.step-container{grid-template-columns:1fr;gap:40px;margin-bottom:100px;padding-left:80px}.step-container.left .step-content,.step-container.right .step-content{grid-column:1;grid-row:1;text-align:left;padding:0}.step-container.left .step-image-wrapper,.step-container.right .step-image-wrapper{grid-column:1;grid-row:2;padding:0}.timeline-dot{left:30px}.step-description{margin-left:0!important;margin-right:0!important}.hiw-cta-section{padding:60px 30px 80px}}@media (max-width:768px){.hiw-hero-section{padding:20px 20px 30px}.hiw-hero-title{font-size:2rem}.hiw-hero-subtitle{font-size:1rem;line-height:1.6}.step-number{font-size:3.5rem}.step-title{font-size:1.75rem}.step-description{font-size:1rem}.step-image{max-width:100%;max-height:350px}.step-container{padding-left:60px;margin-bottom:80px}.hiw-cta-title{font-size:2rem}.hiw-cta-button{padding:14px 36px;font-size:1rem}.hiw-cta-section{border-radius:20px;padding:50px 20px 60px}}@media (max-width:480px){.timeline-line{left:20px}.timeline-dot{left:20px;width:14px;height:14px}.step-container{padding-left:50px;gap:30px;margin-bottom:70px}.hiw-hero-section{padding:15px 20px 25px}.hiw-hero-title{font-size:1.75rem}.hiw-hero-subtitle{font-size:.95rem;line-height:1.5}.step-image{max-height:320px}.step-number{font-size:3rem}.step-title{font-size:1.5rem}}