.pg-home{--primary-color:#3498db;--primary-dark:#2980b9;--secondary-color:#f39c12;--text-color:#333;--light-bg:#f9f9f9;--border-radius:8px;--box-shadow:0 4px 6px rgba(0,0,0,0.1);--transition:all 0.3s ease;--error-color:#e74c3c}.pg-home,.pg-home *{box-sizing:border-box;margin:0;padding:0}.pg-home{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-color);background-color:#f5f7fa}.pg-home .container{max-width:90%;margin:0 auto;background-color:white;box-shadow:var(--box-shadow)}.pg-home .header-image{width:100%;height:250px;-o-object-fit:cover;object-fit:cover;display:block}.pg-home .content{padding:30px}.pg-home h1,.pg-home h2,.pg-home h3{color:#2c3e50;margin-bottom:20px}.pg-home p{margin-bottom:15px}.pg-home .form-container{display:block}.pg-home .form-step.active{animation:fadeIn .5s}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pg-home .form-group{margin-bottom:25px;position:relative}.pg-home label{display:block;margin-bottom:8px;font-weight:600}.pg-home input[type=email],.pg-home input[type=number],.pg-home input[type=text],.pg-home select,.pg-home textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:var(--border-radius);font-size:16px;transition:var(--transition)}.pg-home input[type=email]:focus,.pg-home input[type=number]:focus,.pg-home input[type=text]:focus,.pg-home select:focus,.pg-home textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(52,152,219,.2)}.pg-home .error-message{color:var(--error-color);font-size:14px;margin-top:5px;display:none}.pg-home .error input,.pg-home .error select,.pg-home .error textarea{border-color:var(--error-color)}.pg-home .error .error-message{display:block}.pg-home .checkbox-group{margin-top:10px}.pg-home .checkbox-option{display:flex;align-items:center;margin-bottom:10px}.pg-home .checkbox-option input[type=checkbox]{margin-right:10px;width:18px;height:18px}.pg-home .radio-group{margin-top:10px}.pg-home .radio-option{display:flex;align-items:center;margin-bottom:10px}.pg-home .radio-option input[type=radio]{margin-right:10px;width:18px;height:18px}.pg-home .btn{display:inline-block;background-color:var(--primary-color);color:white;padding:12px 24px;text-decoration:none;border:none;border-radius:var(--border-radius);font-weight:700;cursor:pointer;transition:var(--transition);font-size:16px}.pg-home .btn:hover{background-color:var(--primary-dark)}.pg-home .btn-secondary{background-color:#95a5a6}.pg-home .btn-secondary:hover{background-color:#7f8c8d}.pg-home .buttons{display:flex;justify-content:space-between;margin-top:30px}.pg-home .file-upload{margin-top:10px}.pg-home .file-upload-btn{display:inline-block;padding:10px 15px;background-color:#f1f1f1;border:1px dashed #ccc;border-radius:var(--border-radius);cursor:pointer;transition:var(--transition)}.pg-home .file-upload-btn:hover{background-color:#e9e9e9}.pg-home .thank-you-container{display:none}.pg-home .premium-offer{background-color:#fff8e1;padding:20px;border-radius:var(--border-radius);margin:30px 0;border:2px solid var(--secondary-color)}.pg-home .premium-offer ul{margin-left:20px;margin-bottom:15px}.pg-home .premium-offer .btn{background-color:var(--secondary-color)}.pg-home .premium-offer .btn:hover{background-color:#e67e22}.pg-home .loader-container{display:none;text-align:center;padding:40px 0}.pg-home .loader{border:5px solid #f3f3f3;border-top:5px solid var(--primary-color);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.pg-home .content{padding:20px}.pg-home .buttons{flex-direction:column;gap:10px}.pg-home .btn{width:100%;text-align:center}}.pg-home .header-text{text-align:center;padding:20px 0}.pg-home .header-text h1{font-size:22px;margin-bottom:15px;color:#2c3e50}.pg-home .header-text p{font-size:18px;color:#666;max-width:700px;margin:0 auto}.pg-home .intro-text{margin:20px 0 30px;font-size:16px;color:#666}.pg-home .hint-label{display:block;font-size:14px;color:#666;margin-top:5px;margin-bottom:10px}@media (max-width:768px){.pg-home,.pg-home *{transition:none!important;animation:none!important}}.pg-home .business-stats-highlight{background:linear-gradient(135deg,#3498db,#2980b9);color:white;padding:20px 25px;border-radius:12px;margin:25px 0;text-align:center;font-size:18px;font-weight:600;box-shadow:0 8px 25px rgba(52,152,219,.3);position:relative;overflow:hidden;animation:pulseGlow 3s ease-in-out infinite;border:2px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);display:block;text-decoration:none}.pg-home .business-stats-highlight:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 2.5s infinite}.pg-home .business-stats-highlight .emoji{font-size:24px;margin-right:10px;display:inline-block;animation:bounce 2s infinite}.pg-home .business-stats-highlight .stats-number{color:#f1c40f;font-weight:800;font-size:20px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.pg-home .business-stats-highlight .cta-text{font-style:italic;opacity:.95;margin-top:5px;font-size:16px}@keyframes pulseGlow{0%,to{box-shadow:0 8px 25px rgba(52,152,219,.3);transform:scale(1)}50%{box-shadow:0 12px 35px rgba(52,152,219,.5);transform:scale(1.02)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}.pg-home .business-stats-highlight:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(52,152,219,.4);cursor:pointer}@media (max-width:768px){.pg-home .business-stats-highlight{font-size:16px;padding:18px 20px;margin:20px 0}.pg-home .business-stats-highlight .emoji{font-size:20px;margin-right:8px}.pg-home .business-stats-highlight .stats-number{font-size:18px}.pg-home .business-stats-highlight .cta-text{font-size:14px}.pg-home .business-stats-highlight,.pg-home .business-stats-highlight .emoji,.pg-home .business-stats-highlight:before{animation:none}}#tarteaucitronAlertBig{font-size:16px!important;background:#fff!important;color:#333!important;box-shadow:0 2px 12px rgba(0,0,0,.15);border-top:4px solid #f44336;padding:15px 20px!important;text-align:center!important;z-index:999999!important}#tarteaucitronAlertBig button{font-size:14px!important;font-weight:700;margin:5px;padding:10px 16px;border-radius:4px;border:none;cursor:pointer}#tarteaucitronPersonalize{background:#767676!important;color:#fff!important}#tarteaucitronAllDenied{background:#f44336!important;color:#fff!important}#tarteaucitronAllAllowed{background:#4CAF50!important;color:#fff!important}@media screen and (max-width:768px){#tarteaucitronAlertBig{font-size:15px!important;padding:10px!important}#tarteaucitronAlertBig button{display:block;width:90%;margin:8px auto}}.pg-home .progress-container{width:100%;margin-bottom:30px;padding:20px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1);border:1px solid #dee2e6}.pg-home .progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.pg-home .progress-title{font-size:16px;font-weight:600;color:#2c3e50;margin:0}.pg-home .progress-percentage{font-size:18px;font-weight:700;color:var(--primary-color);background:white;padding:4px 12px;border-radius:20px;box-shadow:0 2px 8px rgba(52,152,219,.2);border:2px solid var(--primary-color)}.pg-home .progress-bar-container{width:100%;height:12px;background-color:#e9ecef;border-radius:6px;overflow:hidden;box-shadow:inset 0 2px 4px rgba(0,0,0,.1);position:relative}.pg-home .progress-bar{height:100%;background:linear-gradient(90deg,#3498db,#2980b9 50%,#1abc9c);border-radius:6px;transition:width .8s cubic-bezier(.4,0,.2,1);width:33.33%;position:relative;box-shadow:0 2px 8px rgba(52,152,219,.3)}.pg-home .progress-steps{display:flex;justify-content:space-between;margin-top:8px;font-size:12px;color:#6c757d}.pg-home .progress-step{display:flex;align-items:center;font-weight:500}.pg-home .progress-step.active{color:var(--primary-color);font-weight:600}.pg-home .progress-step.completed{color:#28a745}.pg-home .step-icon{width:16px;height:16px;border-radius:50%;background-color:#e9ecef;margin-right:6px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.pg-home .progress-step.active .step-icon{background-color:var(--primary-color);color:white}.pg-home .progress-step.completed .step-icon{background-color:#28a745;color:white}.pg-home .form-step{display:none;animation:slideIn .5s ease-in-out}.pg-home .form-step.active{display:block}@keyframes slideIn{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.pg-home .collapsible-section{margin-top:30px;padding:20px;background-color:#f8f9fa;border-radius:var(--border-radius);border:1px solid #e9ecef}.pg-home .collapsible-section p{margin-bottom:15px;color:#666}.pg-home .collapsible-section .text-sm{font-size:14px}.pg-home .collapsible-section .text-xs{font-size:12px}.pg-home .collapsible-section .text-gray-600{color:#666}.pg-home .collapsible-section .text-gray-500{color:#888}.pg-home .collapsible-section .mb-2{margin-bottom:8px}.pg-home #toggleOptionalFields{margin-bottom:20px;background-color:#6c757d;border:none;padding:10px 20px;font-size:14px}.pg-home #toggleOptionalFields:hover{background-color:#5a6268}.pg-home #optionalFields{margin-top:20px;padding-top:20px;border-top:1px solid #dee2e6}.pg-home .form-step{transition:all .3s ease}@media (max-width:768px){.pg-home .progress-bar-container{margin-bottom:20px}.pg-home .collapsible-section{padding:15px;margin-top:20px}.pg-home #toggleOptionalFields{width:100%;margin-bottom:15px}}.pg-home .highlight{background-color:rgba(255,255,255,.2);padding:2px 6px;border-radius:4px;font-weight:700}@media (max-width:768px){.pg-home .progress-container{padding:15px;margin-bottom:20px}.pg-home .progress-header{flex-direction:column;align-items:flex-start;gap:8px}.pg-home .progress-percentage{align-self:flex-end;font-size:16px;padding:3px 10px}.pg-home .progress-steps{flex-direction:column;gap:4px;margin-top:12px}.pg-home .progress-step{font-size:11px}.pg-home .step-icon{width:14px;height:14px;font-size:9px;margin-right:4px}}.pg-home .recommendation{margin:20px 0;border-left:4px solid var(--primary-color)}.pg-home .project-idea-block,.pg-home .recommendation{background-color:white;padding:20px;border-radius:var(--border-radius)}.pg-home .project-idea-block{margin-bottom:15px;border:1px solid var(--primary-color);cursor:pointer;transition:all .3s ease;position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:200px}.pg-home .project-idea-block:hover{background-color:#dbeaf7;box-shadow:0 6px 12px rgba(0,0,0,.15);transform:translateY(-3px)}.pg-home .project-idea-block strong{color:var(--primary-dark);font-size:1.1em;display:block;margin-bottom:8px}.pg-home .project-idea-content{margin-bottom:15px}.pg-home .call-to-action-container{position:relative;align-self:flex-end}.pg-home .call-to-action{display:block;color:var(--secondary-color);font-weight:700;font-size:.95em;opacity:.9;transition:opacity .3s ease;cursor:pointer}.pg-home .call-to-action-container:hover .call-to-action{opacity:1;color:#e67e22}.pg-home .call-to-action i{margin-left:8px;transition:transform .3s ease}.pg-home .call-to-action-container:hover .call-to-action i{transform:translateX(5px)}.pg-home .tooltip-content{visibility:hidden;opacity:0;background-color:#333;color:#fff;text-align:left;border-radius:6px;padding:10px 15px;position:absolute;z-index:10;bottom:calc(100% + 10px);right:0;width:350px;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:opacity .3s ease,visibility .3s ease;font-size:.85em;line-height:1.4}.pg-home .tooltip-content:after{content:"";position:absolute;top:100%;right:15px;margin-left:-5px;border:8px solid transparent;border-top-color:#333}.pg-home .call-to-action-container:hover .tooltip-content{visibility:visible;opacity:1}.pg-home .tooltip-content .tooltip-details{display:block;margin-top:5px}.pg-home{background:linear-gradient(180deg,#e9eff9,#f5f7fa 240px,#f5f7fa)}.pg-home .container{max-width:min(940px,94%);margin:32px auto 48px;background:var(--ip-surface);border:1px solid var(--ip-border);border-radius:var(--ip-r-lg);box-shadow:var(--ip-shadow-lg);overflow:hidden}.pg-home .content{padding:clamp(20px,4vw,44px)}.pg-home .header-text{padding:8px 0 4px}.pg-home .header-text h1{font-size:clamp(27px,4.6vw,40px);line-height:1.14;font-weight:800;letter-spacing:-.02em;color:var(--ip-fg);margin-bottom:12px}.pg-home .first-pages-header-text+div h3{color:var(--ip-fg-muted);font-weight:700;line-height:1.4}.pg-home .business-stats-highlight{background:linear-gradient(135deg,var(--ip-brand) 0,var(--ip-brand-hover) 100%);border:1px solid rgba(255,255,255,.16);border-radius:var(--ip-r-lg);box-shadow:0 10px 30px rgba(47,107,237,.26);animation:none;backdrop-filter:none;padding:18px 24px}.pg-home .business-stats-highlight:before{display:none}.pg-home .business-stats-highlight:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(47,107,237,.34)}.pg-home .business-stats-highlight .stats-number{color:#ffd76a}.pg-home .business-stats-highlight .cta-text{font-style:normal;font-weight:700;opacity:1}.pg-home .progress-container{background:var(--ip-surface-2);border:1px solid var(--ip-border);border-radius:var(--ip-r);box-shadow:var(--ip-shadow-sm)}.pg-home .progress-title{color:var(--ip-fg)}.pg-home .progress-percentage{color:var(--ip-brand-hover);background:var(--ip-brand-soft);border-color:var(--ip-brand-soft);box-shadow:none}.pg-home .progress-bar{background:linear-gradient(90deg,var(--ip-brand) 0,var(--ip-brand-hover) 100%);box-shadow:none}.pg-home .progress-step.active{color:var(--ip-brand-hover)}.pg-home .progress-step.active .step-icon{background:var(--ip-brand)}.pg-home .progress-steps{color:#595959}.pg-home label{color:var(--ip-fg)}.pg-home .hint-label{color:var(--ip-fg-muted);font-weight:400}.pg-home input[type=email],.pg-home input[type=number],.pg-home input[type=text],.pg-home select,.pg-home textarea{border:1px solid var(--ip-border-strong);border-radius:var(--ip-r-sm);background:var(--ip-surface);color:var(--ip-fg);transition:border-color var(--ip-t),box-shadow var(--ip-t)}.pg-home input[type=email]:focus,.pg-home input[type=number]:focus,.pg-home input[type=text]:focus,.pg-home select:focus,.pg-home textarea:focus{border-color:var(--ip-brand);box-shadow:0 0 0 4px var(--ip-brand-soft);outline:none}.pg-home #goalGroup .checkbox-option,.pg-home #interestsGroup label{border:1px solid var(--ip-border);border-radius:var(--ip-r-sm);padding:11px 13px;background:var(--ip-surface);transition:border-color var(--ip-t),background var(--ip-t)}.pg-home #goalGroup .checkbox-option:hover,.pg-home #interestsGroup label:hover{border-color:var(--ip-brand);background:var(--ip-brand-soft)}.pg-home #goalGroup .checkbox-option label{margin-bottom:0;font-weight:500}.pg-home #interestsGroup label{font-weight:500}.pg-home #interestsGroup input[type=checkbox]{margin-right:10px;width:18px;height:18px;vertical-align:-3px}.pg-home .btn{background:var(--ip-brand);border-radius:var(--ip-r);box-shadow:var(--ip-shadow-sm);transition:background var(--ip-t),transform var(--ip-t),box-shadow var(--ip-t)}.pg-home .btn:hover{background:var(--ip-brand-hover);transform:translateY(-1px);box-shadow:var(--ip-shadow)}.pg-home .btn-secondary{background:var(--ip-muted);color:var(--ip-fg)}.pg-home .btn-secondary:hover{background:var(--ip-border-strong);color:var(--ip-fg)}.pg-home button[type=submit].btn{background:linear-gradient(135deg,var(--ip-cta) 0,var(--ip-cta-hover) 100%);border-radius:var(--ip-r-pill);padding:14px 30px;font-size:17px;box-shadow:0 10px 24px rgba(226,59,46,.3)}.pg-home button[type=submit].btn:hover{background:var(--ip-cta-hover);box-shadow:0 14px 32px rgba(226,59,46,.38);transform:translateY(-2px)}.pg-home button[type=submit].btn:disabled{opacity:.7;transform:none}.pg-home button[type=submit].btn .highlight{background:rgba(255,255,255,.22)}.pg-home .collapsible-section{background:var(--ip-surface-2);border:1px solid var(--ip-border);border-radius:var(--ip-r)}.pg-home #toggleOptionalFields{background:var(--ip-muted);color:var(--ip-fg);border-radius:var(--ip-r-sm)}.pg-home #toggleOptionalFields:hover{background:var(--ip-border-strong)}.pg-home .recommendation{border:1px solid var(--ip-border);border-left:4px solid var(--ip-brand);border-radius:var(--ip-r);box-shadow:var(--ip-shadow-sm)}.pg-home .project-idea-block{border:1px solid var(--ip-border);border-radius:var(--ip-r);box-shadow:var(--ip-shadow-sm);transition:border-color var(--ip-t),box-shadow var(--ip-t),transform var(--ip-t)}.pg-home .project-idea-block:hover{border-color:var(--ip-brand);background:var(--ip-brand-soft);box-shadow:var(--ip-shadow)}.pg-home .project-idea-block strong{color:var(--ip-brand-hover)}.pg-home .draft-notice{background:var(--ip-brand-soft);border:1px solid var(--ip-border);color:var(--ip-fg);border-radius:var(--ip-r-sm);padding:11px 14px;margin-bottom:18px;font-size:14px}.pg-home .draft-notice button{background:none;border:none;color:var(--ip-brand);text-decoration:underline;cursor:pointer;font-size:14px;padding:0;font-weight:600}.pg-home .draft-notice button:hover{color:var(--ip-brand-hover)}.pg-home .gen-steps{list-style:none;margin:14px auto 0;padding:14px 18px;max-width:430px;text-align:left;background:var(--ip-surface);border:1px solid var(--ip-border);border-radius:var(--ip-r);box-shadow:var(--ip-shadow-sm)}.pg-home .gen-step{display:flex;align-items:flex-start;gap:9px;padding:5px 0;font-size:15px;color:var(--ip-fg-subtle);transition:color var(--ip-t)}.pg-home .gen-step.active{color:var(--ip-fg);font-weight:600}.pg-home .gen-step.done{color:#28a745}.pg-home .gen-step-icon{flex:none;width:22px;text-align:center}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility 0s .3s}.popup-overlay.visible{opacity:1;visibility:visible;transition:opacity .3s ease}.popup-container{background-color:#ffffff;padding:30px 40px;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.2);max-width:500px;width:90%;text-align:center;position:relative;transform:scale(.9);transition:transform .3s ease;font-family:Poppins,sans-serif}.popup-overlay.visible .popup-container{transform:scale(1)}.popup-icon{font-size:2.5em;margin-bottom:15px}.popup-title{font-size:1.6em;font-weight:700;color:#333;margin-top:0;margin-bottom:10px}.popup-message{font-size:1.1em;color:#555;margin-bottom:25px;line-height:1.6}.popup-close-btn{position:absolute;top:10px;right:15px;font-size:1.8em;color:#aaa;background:none;border:none;cursor:pointer;padding:5px;line-height:1}.popup-close-btn:hover{color:#777}.popup-action-btn{padding:10px 20px;background-color:#3498db;color:white;border:none;border-radius:5px;font-size:1em;font-weight:600;cursor:pointer;transition:background-color .3s ease;margin-top:10px}.popup-action-btn:hover{background-color:#2980b9}.popup-container.error .popup-icon{color:#e74c3c}.popup-container.error .popup-action-btn{background-color:#e74c3c}.popup-container.error .popup-action-btn:hover{background-color:#c0392b}.popup-container.success .popup-icon{color:#2ecc71}.popup-container.success .popup-action-btn{background-color:#2ecc71}.popup-container.success .popup-action-btn:hover{background-color:#27ae60}.popup-container.info .popup-icon{color:#3498db}@media (max-width:600px){.popup-container{padding:25px 20px}.popup-title{font-size:1.4em}.popup-message{font-size:1em}}.notice{background-color:#fff8dc;border:1px solid #e0c97f;padding:15px;margin:20px 0;color:#5a4e00;border-radius:4px;font-weight:500;animation:fadeOutAndCollapse 1s ease-in-out 40s forwards}@keyframes fadeOutAndCollapse{0%{opacity:1;max-height:200px;margin:20px 0;padding:15px}50%{opacity:0;max-height:200px;margin:20px 0;padding:15px}to{opacity:0;max-height:0;margin:0;padding:0;border:none}}#teaser-video-container{position:fixed;bottom:20px;right:20px;width:250px;height:312.5px;background-color:#000;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.2);z-index:1000;display:flex;flex-direction:column}#teaser-video-player{position:relative;width:100%;height:100%}#teaser-video{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}#teaser-controls{position:absolute;top:5px;right:5px;display:flex;gap:5px}.teaser-button{background-color:rgba(0,0,0,.5);color:#fff;border:none;border-radius:50%;width:30px;height:30px;font-size:16px;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease}.teaser-button:hover{background-color:rgba(0,0,0,.7)}@media (max-width:768px){#teaser-video-container{width:100%;height:auto;bottom:0;right:0;left:0;border-radius:0;background-color:transparent;box-shadow:none}#teaser-video-player{height:60px;background-color:#333;display:flex;align-items:center;justify-content:space-between;padding:0 10px}#teaser-video{display:none}#teaser-controls{position:static;display:flex;gap:10px}.teaser-button{background-color:rgba(255,255,255,.2);color:#fff}}