.contact-container{color:#1e293b;background:linear-gradient(135deg,#eff6ff 0%,#e0f2fe 50%,#dbeafe 100%);min-height:100vh}@media (prefers-color-scheme:dark){.contact-container{color:#f1f5f9;background:linear-gradient(135deg,#020617 0%,#0f172a 50%,#020617 100%)}}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.container-wide{max-width:1400px;margin:0 auto;padding:0 1rem}.contact-hero{justify-content:center;align-items:center;min-height:60vh;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}.hero-background{opacity:.3;position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-color-scheme:dark){.hero-background{opacity:.2}}.gradient-overlay{opacity:.2;background:linear-gradient(90deg,#3b82f6,#06b6d4);position:absolute;top:0;bottom:0;left:0;right:0}.glow-orb{filter:blur(60px);opacity:.3;border-radius:50%;animation:3s ease-in-out infinite pulse;position:absolute}@keyframes pulse{0%,to{opacity:.3}50%{opacity:.5}}.glow-orb-1{background:#3b82f6;width:400px;height:400px;top:20%;left:20%}.glow-orb-2{background:#06b6d4;width:400px;height:400px;animation-delay:1.5s;bottom:20%;right:20%}.circuit-pattern{opacity:.05;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233b82f6' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-size:60px 60px;position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-color-scheme:dark){.circuit-pattern{opacity:.1}}.hero-content{z-index:10;text-align:center;max-width:800px;position:relative}.hero-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#1e293b;background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.5);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.5rem;font-weight:600;display:inline-flex;box-shadow:0 4px 6px rgba(0,0,0,.1)}@media (prefers-color-scheme:dark){.hero-badge{color:#f1f5f9;background:rgba(30,41,59,.8);border:1px solid rgba(71,85,105,.5)}}.badge-icon{font-size:1.5rem}.hero-title{background:linear-gradient(90deg,#2563eb,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}@media (prefers-color-scheme:dark){.hero-title{background:linear-gradient(90deg,#60a5fa,#22d3ee);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}}@media (min-width:768px){.hero-title{font-size:3.5rem}}.hero-subtitle{color:#334155;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}@media (prefers-color-scheme:dark){.hero-subtitle{color:#cbd5e1}}.contact-methods-section{background:rgba(255,255,255,.5);padding:4rem 1rem}@media (prefers-color-scheme:dark){.contact-methods-section{background:rgba(15,23,42,.5)}}.contact-methods-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.contact-methods-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.contact-methods-grid{grid-template-columns:repeat(4,1fr)}}.contact-method-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.5);border-radius:1rem;padding:2rem;transition:all .3s;box-shadow:0 4px 6px rgba(0,0,0,.1)}@media (prefers-color-scheme:dark){.contact-method-card{background:rgba(30,41,59,.7);border:1px solid rgba(71,85,105,.4)}}.contact-method-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,.15)}.method-icon{margin-bottom:1rem;font-size:3rem}.method-title{color:#1e293b;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}@media (prefers-color-scheme:dark){.method-title{color:#f1f5f9}}.method-value{color:#2563eb;margin-bottom:.5rem;font-size:1rem;font-weight:600}@media (prefers-color-scheme:dark){.method-value{color:#22d3ee}}.method-desc{color:#64748b;font-size:.875rem}@media (prefers-color-scheme:dark){.method-desc{color:#94a3b8}}.contact-form-section{padding:5rem 1rem}.contact-layout{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:1024px){.contact-layout{grid-template-columns:1.5fr 1fr}}.form-wrapper{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.5);border-radius:1.5rem;padding:2.5rem;box-shadow:0 8px 16px rgba(0,0,0,.1)}@media (prefers-color-scheme:dark){.form-wrapper{background:rgba(30,41,59,.7);border:1px solid rgba(71,85,105,.4)}}.form-title{color:#1e293b;margin-bottom:.5rem;font-size:2rem;font-weight:700}@media (prefers-color-scheme:dark){.form-title{color:#f1f5f9}}.form-subtitle{color:#64748b;margin-bottom:2rem}@media (prefers-color-scheme:dark){.form-subtitle{color:#94a3b8}}.success-message{color:#16a34a;background:rgba(34,197,94,.1);border:2px solid #22c55e;border-radius:.75rem;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}@media (prefers-color-scheme:dark){.success-message{color:#4ade80;background:rgba(34,197,94,.2)}}.success-icon{color:#fff;background:#22c55e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.5rem;font-weight:700;display:flex}.success-message strong{margin-bottom:.25rem;display:block}.success-message p{margin:0;font-size:.875rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{color:#1e293b;font-size:.95rem;font-weight:600}@media (prefers-color-scheme:dark){.form-label{color:#f1f5f9}}.required{color:#ef4444}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{pointer-events:none;font-size:1.25rem;position:absolute;left:1rem}.form-input{color:#1e293b;background:rgba(255,255,255,.8);border:2px solid rgba(0,0,0,.1);border-radius:.75rem;width:100%;padding:.875rem 1rem .875rem 3rem;font-size:1rem;transition:all .3s}@media (prefers-color-scheme:dark){.form-input{color:#f1f5f9;background:rgba(15,23,42,.5);border-color:rgba(255,255,255,.1)}}.form-input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px rgba(37,99,235,.1)}@media (prefers-color-scheme:dark){.form-input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px rgba(96,165,250,.1)}}.form-input::placeholder{color:#94a3b8}.input-error{border-color:#ef4444!important}.error-text{color:#ef4444;margin-top:-.25rem;font-size:.875rem}.form-row{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.form-row{grid-template-columns:repeat(2,1fr)}}.reason-options{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (min-width:768px){.reason-options{grid-template-columns:repeat(3,1fr)}}.reason-option{cursor:pointer}.reason-radio{display:none}.reason-card{text-align:center;background:rgba(255,255,255,.5);border:2px solid rgba(0,0,0,.1);border-radius:.75rem;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;transition:all .3s;display:flex}@media (prefers-color-scheme:dark){.reason-card{background:rgba(15,23,42,.5);border-color:rgba(255,255,255,.1)}}.reason-radio:checked+.reason-card{background:rgba(37,99,235,.1);border-color:#2563eb}@media (prefers-color-scheme:dark){.reason-radio:checked+.reason-card{background:rgba(96,165,250,.1);border-color:#60a5fa}}.reason-card:hover{border-color:#2563eb;transform:translateY(-2px)}@media (prefers-color-scheme:dark){.reason-card:hover{border-color:#60a5fa}}.reason-icon{font-size:1.75rem}.reason-label{color:#1e293b;font-size:.875rem;font-weight:600}@media (prefers-color-scheme:dark){.reason-label{color:#f1f5f9}}.form-textarea{resize:vertical;color:#1e293b;background:rgba(255,255,255,.8);border:2px solid rgba(0,0,0,.1);border-radius:.75rem;width:100%;padding:1rem;font-family:inherit;font-size:1rem;transition:all .3s}@media (prefers-color-scheme:dark){.form-textarea{color:#f1f5f9;background:rgba(15,23,42,.5);border-color:rgba(255,255,255,.1)}}.form-textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px rgba(37,99,235,.1)}@media (prefers-color-scheme:dark){.form-textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 3px rgba(96,165,250,.1)}}.form-textarea::placeholder{color:#94a3b8}.character-count{color:#64748b;text-align:right;margin-top:-.25rem;font-size:.875rem}@media (prefers-color-scheme:dark){.character-count{color:#94a3b8}}.form-select{cursor:pointer;color:#1e293b;background:rgba(255,255,255,.8);border:2px solid rgba(0,0,0,.1);border-radius:.75rem;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .3s}@media (prefers-color-scheme:dark){.form-select{color:#f1f5f9;background:rgba(15,23,42,.5);border-color:rgba(255,255,255,.1)}}.form-select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px rgba(37,99,235,.1)}@media (prefers-color-scheme:dark){.form-select:focus{border-color:#60a5fa;box-shadow:0 0 0 3px rgba(96,165,250,.1)}}.btn-submit{color:#fff;cursor:pointer;background:linear-gradient(90deg,#2563eb,#06b6d4);border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 6px rgba(0,0,0,.1)}.btn-submit:hover:not(:disabled){transform:scale(1.02);box-shadow:0 8px 16px rgba(37,99,235,.3)}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.arrow-icon{border-bottom:2px solid;border-right:2px solid;width:1.2rem;height:1.2rem;transition:transform .3s;display:inline-block;transform:rotate(-45deg)}.btn-submit:hover:not(:disabled) .arrow-icon{transform:rotate(-45deg)translate(4px)}@keyframes spin{to{transform:rotate(360deg)}}.info-wrapper{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.5);border-radius:1.5rem;height:-moz-fit-content;height:fit-content;padding:2.5rem;position:-webkit-sticky;position:sticky;top:2rem;box-shadow:0 8px 16px rgba(0,0,0,.1)}@media (prefers-color-scheme:dark){.info-wrapper{background:rgba(30,41,59,.7);border:1px solid rgba(71,85,105,.4)}}.info-title{color:#1e293b;margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}@media (prefers-color-scheme:dark){.info-title{color:#f1f5f9}}.info-items{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.info-item{align-items:flex-start;gap:1rem;display:flex}.info-icon{flex-shrink:0;font-size:2rem}.info-item-title{color:#1e293b;margin-bottom:.25rem;font-size:1.125rem;font-weight:700}@media (prefers-color-scheme:dark){.info-item-title{color:#f1f5f9}}.info-item-desc{color:#64748b;font-size:.875rem;line-height:1.5}@media (prefers-color-scheme:dark){.info-item-desc{color:#94a3b8}}.business-hours{background:rgba(37,99,235,.05);border-radius:.75rem;margin-bottom:2rem;padding:1.5rem}@media (prefers-color-scheme:dark){.business-hours{background:rgba(96,165,250,.1)}}.business-hours-title{color:#1e293b;margin-bottom:1rem;font-size:1.125rem;font-weight:700}@media (prefers-color-scheme:dark){.business-hours-title{color:#f1f5f9}}.hours-list{flex-direction:column;gap:.75rem;display:flex}.hours-item{color:#475569;justify-content:space-between;font-size:.95rem;display:flex}@media (prefers-color-scheme:dark){.hours-item{color:#cbd5e1}}.hours-time{color:#2563eb;font-weight:600}@media (prefers-color-scheme:dark){.hours-time{color:#22d3ee}}.social-links{text-align:center}.social-title{color:#1e293b;margin-bottom:1rem;font-size:1.125rem;font-weight:700}@media (prefers-color-scheme:dark){.social-title{color:#f1f5f9}}.social-icons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.social-icon{background:rgba(37,99,235,.1);border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.5rem;text-decoration:none;transition:all .3s;display:flex}@media (prefers-color-scheme:dark){.social-icon{background:rgba(96,165,250,.1)}}.social-icon:hover{background:linear-gradient(90deg,#2563eb,#06b6d4);transform:translateY(-4px);box-shadow:0 4px 12px rgba(37,99,235,.3)}.map-section{background:linear-gradient(transparent,rgba(255,255,255,.5),transparent);padding:5rem 1rem}@media (prefers-color-scheme:dark){.map-section{background:linear-gradient(transparent,rgba(15,23,42,.5),transparent)}}.section-title{text-align:center;background:linear-gradient(90deg,#2563eb,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:3rem;font-size:2.5rem;font-weight:700}@media (prefers-color-scheme:dark){.section-title{background:linear-gradient(90deg,#60a5fa,#22d3ee);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}}.map-wrapper{border-radius:1.5rem;max-width:900px;margin:0 auto;overflow:hidden;box-shadow:0 8px 16px rgba(0,0,0,.1)}.map-placeholder{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#06b6d4);flex-direction:column;justify-content:center;align-items:center;height:400px;transition:all .3s;display:flex}.map-placeholder:hover{background:linear-gradient(135deg,#2563eb,#0891b2)}.map-icon{margin-bottom:1rem;font-size:5rem}.map-text{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.map-subtext{opacity:.9;font-size:1rem}.faq-section{padding:5rem 1rem}.section-subtitle{text-align:center;color:#475569;margin-bottom:3rem;font-size:1.125rem}@media (prefers-color-scheme:dark){.section-subtitle{color:#94a3b8}}.faq-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.faq-grid{grid-template-columns:repeat(2,1fr)}}.faq-item{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.5);border-radius:1rem;padding:1.5rem;transition:all .3s;box-shadow:0 4px 6px rgba(0,0,0,.1)}@media (prefers-color-scheme:dark){.faq-item{background:rgba(30,41,59,.6);border:1px solid rgba(71,85,105,.4)}}.faq-item:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.faq-question{color:#1e293b;margin-bottom:.75rem;font-size:1.125rem;font-weight:700}@media (prefers-color-scheme:dark){.faq-question{color:#f1f5f9}}.faq-answer{color:#64748b;line-height:1.6}@media (prefers-color-scheme:dark){.faq-answer{color:#94a3b8}}.animate-on-scroll{opacity:0;transition:all .6s ease-out;transform:translateY(30px)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}@media (max-width:640px){.reason-options{grid-template-columns:repeat(2,1fr)}.reason-label{font-size:.75rem}.reason-icon{font-size:1.5rem}}.error-message{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:.75rem;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;animation:.3s ease-out slideIn;display:flex}.error-icon{color:#fff;background:#ef4444;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.25rem;font-weight:700;display:flex}.error-message strong{color:#dc2626;margin-bottom:.25rem;display:block}.error-message p{color:#991b1b;margin:0;font-size:.875rem}.contact-method-card{text-decoration:none;display:block}.contact-method-card:hover{transform:translateY(-8px)}.map-wrapper{cursor:pointer;text-decoration:none;display:block}.map-wrapper:hover .map-placeholder{transform:scale(1.02)}.spinner{border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;width:1rem;height:1rem;animation:.6s linear infinite spin}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
