.contact-form-container,.quote-form-container,.project-request-container{max-width:800px;margin:0 auto}.form-header{text-align:center;margin-bottom:2rem}.form-header h2{font-size:1.75rem;font-weight:700;color:#1b1a2a;margin-bottom:.5rem}.form-header p{color:#5b586a;font-size:.95rem;line-height:1.6}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #ebe7e0}.form-section:last-child{border-bottom:none;padding-bottom:0}.form-section h3{font-size:1.1rem;font-weight:600;color:#1b1a2a;margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:500;color:#5b586a;margin-bottom:.5rem;font-size:.875rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #ebe7e0;border-radius:12px;font-size:.9375rem;font-family:inherit;transition:all .25s ease;background:#fff;color:#1b1a2a}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb14}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group textarea{resize:vertical;min-height:100px}.form-hint{display:block;font-size:.8rem;color:#94a3b8;margin-top:.375rem}.radio-group{display:flex;flex-direction:column;gap:.75rem}.radio-option{display:flex;align-items:flex-start;padding:1rem;border:1px solid #ebe7e0;border-radius:12px;cursor:pointer;transition:all .25s ease;background:#fff}.radio-option:hover{border-color:#d6d3ce;background:#faf7f3}.radio-option input[type=radio]{margin-right:.75rem;margin-top:.25rem;width:18px;height:18px;cursor:pointer;accent-color:#2563eb}.radio-option:has(input:checked){border-color:#2563eb;background:#eff6ff}.radio-label{flex:1;display:flex;flex-direction:column;gap:.25rem}.radio-label strong{color:#1b1a2a;font-size:.95rem}.radio-label small{color:#5b586a;font-size:.825rem}.form-error{padding:.875rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#ef4444;margin-bottom:1rem;font-size:.875rem}.form-success{padding:.875rem 1rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;color:#22c55e;margin-bottom:1rem;font-size:.875rem;line-height:1.5}.submit-btn{width:100%;padding:.875rem 2rem;font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.form-header h2{font-size:1.35rem}.form-header p{font-size:.875rem}.form-row{grid-template-columns:1fr;gap:.875rem}.form-group{margin-bottom:.875rem}.form-section{margin-bottom:1.5rem;padding-bottom:1.5rem}.form-section h3{font-size:1rem}.form-group input,.form-group select,.form-group textarea{padding:.7rem .875rem;font-size:.9rem}.submit-btn{font-size:.95rem;padding:.8rem 1.5rem}.radio-option{padding:.8rem}}@media(max-width:480px){.form-header{margin-bottom:1.25rem}.form-header h2{font-size:1.2rem}.form-group input,.form-group select,.form-group textarea{font-size:.875rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Space Grotesk,Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#faf7f3;color:#1b1a2a}#root{min-height:100vh}.dash-card{background:#fff;border:1px solid #ebe7e0;border-radius:16px;transition:all .25s cubic-bezier(.4,0,.2,1)}.dash-card:hover{border-color:#d9d4cc;box-shadow:0 4px 24px #1b1a2a0d,0 1px 3px #1b1a2a08;transform:translateY(-1px)}.glass-heavy{background:#faf7f3eb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid #ebe7e0}.swiss-grid{background-image:linear-gradient(rgba(0,0,0,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.02) 1px,transparent 1px);background-size:72px 72px}.orb{position:absolute;border-radius:50%;filter:blur(160px);opacity:.2;pointer-events:none}.orb-1{width:700px;height:700px;background:radial-gradient(circle,rgba(37,99,235,.12),transparent);top:-25%;right:-20%}.orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(37,99,235,.08),transparent);bottom:-15%;left:-10%}.metric-value{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.text-overlap{margin-top:-14px}@media(min-width:768px){.text-overlap{margin-top:-18px}}@media(min-width:1024px){.text-overlap{margin-top:-22px}}.text-balance{text-wrap:balance}.btn-primary{transition:all .25s cubic-bezier(.4,0,.2,1)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 20px #2563eb40}.section-divider{border-top:1px solid #ebe7e0}.page-transition{animation:pageIn .35s cubic-bezier(.4,0,.2,1)}@keyframes pageIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
