:root{--primary-color: #1e40af;--primary-dark: #1e3a8a;--primary-light: #3b82f6;--secondary-color: #0f172a;--text-primary: #1a1a1a;--text-secondary: #64748b;--border-color: #e2e8f0;--bg-light: #f8fafc;--success-color: #10b981;--error-color: #ef4444;--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.header{background:#fff;border-bottom:1px solid var(--border-color);padding:1.25rem 0;position:sticky;top:0;z-index:100;box-shadow:var(--shadow)}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--primary-color)}.logo-icon{width:32px;height:32px}.logo-text{color:var(--secondary-color)}.nav{display:flex;gap:2rem}.nav a{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .2s}.nav a:hover{color:var(--primary-color)}.hero{background:linear-gradient(135deg,#1e40af,#1e3a8a);color:#fff;padding:5rem 0;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;color:#ffffffe6;line-height:1.6}.trust-badges{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.badge{display:flex;align-items:center;gap:.5rem;background:#ffffff26;padding:.75rem 1.5rem;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:500}.quote-section{background:var(--bg-light);padding:5rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;font-weight:700;color:var(--secondary-color);margin-bottom:1rem}.section-header p{font-size:1.125rem;color:var(--text-secondary)}.quote-form{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:1rem;box-shadow:var(--shadow-lg)}.language-selector{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:end;margin-bottom:2rem}.swap-button{background:var(--primary-color);color:#fff;border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;margin-bottom:.5rem}.swap-button:hover{background:var(--primary-dark);transform:rotate(180deg)}.swap-icon{width:20px;height:20px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--secondary-color);font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.text-input,.select-input{width:100%;padding:.875rem 1rem;border:2px solid var(--border-color);border-radius:.5rem;font-size:1rem;transition:all .2s;font-family:inherit;background:#fff}.text-input:focus,.select-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #1e40af1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.file-upload{border:2px dashed var(--border-color);border-radius:.75rem;padding:3rem 2rem;text-align:center;transition:all .2s;background:var(--bg-light);cursor:pointer}.file-upload:hover,.file-upload.dragging{border-color:var(--primary-color);background:#1e40af0d}.file-input{display:none}.file-upload-label{cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:1rem}.upload-icon{width:48px;height:48px;color:var(--primary-color)}.file-name{font-size:1rem;font-weight:600;color:var(--secondary-color)}.file-hint{font-size:.875rem;color:var(--text-secondary)}.file-list{width:100%}.file-count{font-size:1rem;font-weight:600;color:var(--secondary-color);margin-bottom:1rem}.file-names{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;max-height:200px;overflow-y:auto}.file-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border-radius:.375rem;border:1px solid var(--border-color);font-size:.875rem;color:var(--text-primary);text-align:left}.file-item svg{color:var(--primary-color);flex-shrink:0}.file-name-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remove-file-btn{background:transparent;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all .2s;border-radius:.25rem;flex-shrink:0}.remove-file-btn:hover{background:#ef44441a;color:var(--error-color)}.remove-file-btn svg{width:16px;height:16px}.submit-button{width:100%;background:var(--primary-color);color:#fff;border:none;padding:1rem 2rem;font-size:1.125rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.submit-button:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.submit-button:disabled{opacity:.6;cursor:not-allowed}.success-message,.error-message{margin-top:1rem;padding:1rem;border-radius:.5rem;display:flex;align-items:center;gap:.75rem;font-weight:500}.success-message{background:#10b9811a;color:var(--success-color);border:1px solid var(--success-color)}.error-message{background:#ef44441a;color:var(--error-color);border:1px solid var(--error-color)}.email-link{color:var(--error-color);font-weight:700;text-decoration:underline;transition:opacity .2s}.email-link:hover{opacity:.8}.features{padding:5rem 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem;border-radius:.75rem;transition:all .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.feature-icon{width:64px;height:64px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary-color) 100%);border-radius:1rem;color:#fff}.feature-icon svg{width:32px;height:32px}.feature-card h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color);margin-bottom:.75rem}.feature-card p{color:var(--text-secondary);line-height:1.6}.how-it-works{background:var(--bg-light);padding:5rem 0}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:3rem}.step{text-align:center;position:relative}.step-number{width:64px;height:64px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:var(--shadow-lg)}.step h3{font-size:1.25rem;font-weight:700;color:var(--secondary-color);margin-bottom:.75rem}.step p{color:var(--text-secondary);line-height:1.6}.footer{background:var(--secondary-color);color:#fff;padding:3rem 0 1.5rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#fffc;text-decoration:none;transition:color .2s}.footer-section a:hover{color:#fff}.footer-section p{color:#fffc;line-height:1.6}.footer-email{color:#fff;text-decoration:none;font-weight:600;display:inline-block;padding:.5rem 1rem;background:var(--primary-color);border-radius:.375rem;transition:all .2s}.footer-email:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;color:#fff9}@media(max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-header h2{font-size:2rem}.quote-form{padding:2rem 1.5rem}.language-selector{grid-template-columns:1fr;gap:1.5rem}.swap-button{order:3;margin:0 auto}.form-row{grid-template-columns:1fr}.nav{display:none}.trust-badges{gap:1rem}.badge{font-size:.875rem;padding:.5rem 1rem}}@media(max-width:480px){.hero{padding:3rem 0}.hero-title{font-size:1.75rem}.quote-section,.features,.how-it-works{padding:3rem 0}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1a1a1a}#root{min-height:100vh}
