*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;display:flex;color:#334155;line-height:1.6;font-weight:400}.container{display:flex;width:100%;min-height:100vh;box-shadow:0 25px 50px -12px #0000001a;background:#fff;max-width:1400px;margin:0 auto;border-radius:0;overflow:hidden}.left-section{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 2rem;background:linear-gradient(135deg,#fff,#f8fafc);position:relative}.left-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#1d4ed8,#7c3aed)}.content-wrapper{width:100%;max-width:480px;text-align:center}.right-section{flex:1;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);background-size:cover;background-position:center;position:relative}.right-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f61a,#7c3aed1a)}.logo-container{margin-bottom:2rem;display:flex;justify-content:center}.logo{max-width:200px;height:auto;border-radius:12px;box-shadow:0 8px 25px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1)}.header-section{margin-bottom:3rem}#titre{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;letter-spacing:-.025em}.subtitle{color:#64748b;font-size:1.1rem;font-weight:400;margin:0}.rating-section{margin-bottom:2.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.star-rating{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem;padding:1rem 0}.star-rating input[type=radio]{display:none}.star-rating label{cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:block;width:2.5rem;height:2.5rem}.star-rating label svg{width:100%;height:100%;color:#cbd5e1;transition:all .2s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.star-rating label.hovered svg,.star-rating label.selected svg{color:#f59e0b;transform:scale(1.1)}.star-rating label.hover-preview svg{color:#fbbf24;transform:scale(1.05)}.rating-text{color:#64748b;font-size:.95rem;font-weight:500}.feedback-section{display:none;opacity:0;transform:translateY(20px);transition:all .4s cubic-bezier(.4,0,.2,1);text-align:left}.feedback-section h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:.5rem;text-align:center}.feedback-intro{color:#64748b;font-size:.95rem;text-align:center;margin-bottom:2rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:500;color:#374151;margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;transition:all .2s cubic-bezier(.4,0,.2,1);background:#fafafa;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:100px}.checkbox-container{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:2rem;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.checkbox-container input[type=checkbox]{width:1.125rem;height:1.125rem;margin:0;flex-shrink:0;accent-color:#3b82f6}.checkbox-container label{font-size:.85rem;color:#64748b;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.submit-btn{width:100%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:1rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 12px #3b82f666;font-family:inherit}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f680}.submit-btn:active{transform:translateY(0)}.submit-btn svg{width:1.25rem;height:1.25rem}.google-section{display:none;opacity:0;transform:translateY(20px);transition:all .4s cubic-bezier(.4,0,.2,1)}.success-message{text-align:center;padding:2rem;background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border-radius:16px;border:1px solid #d1fae5}.success-icon{width:4rem;height:4rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 8px 25px #10b9814d}.success-icon svg{width:2rem;height:2rem;color:#fff}.success-message h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.success-message p{color:#64748b;font-size:1rem;margin-bottom:2rem}.google-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#ea4335,#d33b2c);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #ea433566}.google-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ea433580;text-decoration:none;color:#fff}.google-btn svg{width:1.5rem;height:1.5rem}.small-text{font-size:.8rem;color:#94a3b8;text-align:center;margin-top:1.5rem;font-style:italic}@media (max-width: 1024px){.container{border-radius:0}}@media (max-width: 768px){.container{flex-direction:column;min-height:100vh}.left-section{order:1;flex:none;padding:2rem 1.5rem;min-height:auto}.right-section{order:2;flex:none;height:200px;min-height:200px}#titre{font-size:1.5rem;margin-bottom:.5rem}.subtitle{font-size:1rem}.star-rating label{width:2rem;height:2rem}.form-grid{grid-template-columns:1fr;gap:0}.logo{max-width:150px}.content-wrapper{max-width:100%}.header-section,.rating-section{margin-bottom:2rem}}@media (max-width: 480px){.left-section{padding:1.5rem 1rem}#titre{font-size:1.25rem}.subtitle{font-size:.9rem}.star-rating{gap:.25rem}.star-rating label{width:1.75rem;height:1.75rem}.form-group input,.form-group textarea{padding:.75rem;font-size:.9rem}.submit-btn,.google-btn{padding:.875rem 1.5rem;font-size:.9rem}.checkbox-container{padding:.75rem}.checkbox-container label{font-size:.8rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.star-rating input[type=radio]:focus+label svg{outline:2px solid #3b82f6;outline-offset:2px;border-radius:4px}.star-rating input[type=radio]:focus+label{outline:2px solid #3b82f6;outline-offset:2px;border-radius:4px}.form-group input:invalid,.form-group textarea:invalid{border-color:#ef4444}.form-group input:valid,.form-group textarea:valid{border-color:#10b981}.left-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.container{position:relative}.container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(59,130,246,.03) 0%,transparent 70%);pointer-events:none;z-index:-1}
