.contact-hero{position:relative;padding:6rem 0 4rem;background:#0f172a;overflow:hidden}.contact-hero-background{position:absolute;top:0;right:0;bottom:0;left:0}.contact-hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a)}.contact-hero-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(251,191,36,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>')}.contact-hero-glow{position:absolute;border-radius:50%;filter:blur(60px);animation:pulse 4s infinite}.contact-hero-glow-1{top:10%;left:20%;width:20rem;height:20rem;background:#fbbf241a}.contact-hero-glow-2{bottom:10%;right:20%;width:25rem;height:25rem;background:#3b82f614;animation-delay:2s}.contact-hero-content{position:relative;z-index:10;text-align:center;max-width:48rem;margin:0 auto}.contact-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:2rem;padding:.75rem 1.5rem;margin-bottom:2rem;color:#fbbf24;font-size:1rem;font-weight:500;transition:all .3s ease}.contact-hero-badge svg{width:1.25rem;height:1.25rem}.contact-hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2}.contact-hero-title-highlight{background:linear-gradient(135deg,#fbbf24,#f59e0b);background-clip:text;-webkit-background-clip:text;color:transparent}.contact-hero-description{font-size:1.25rem;color:#cbd5e1;margin-bottom:3rem;line-height:1.6}.contact-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:32rem;margin:0 auto}.contact-stat{text-align:center}.contact-stat-number{font-size:2rem;font-weight:700;color:#fbbf24;margin-bottom:.5rem}.contact-stat-label{font-size:1rem;color:#94a3b8}.contact-main-section{padding:5rem 0;background:linear-gradient(135deg,#f8fafc,#fff)}.contact-main-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}@media (max-width: 1024px){.contact-main-grid{grid-template-columns:1fr;gap:3rem}}.contact-methods-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:2rem}.contact-method-card{display:flex;align-items:flex-start;gap:1rem;background:#fff;border-radius:1rem;padding:1.5rem;margin-bottom:1rem;box-shadow:0 4px 20px #0000001a;border:1px solid #f1f5f9;transition:all .3s ease}.contact-method-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000026}.contact-method-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-method-icon svg{width:1.5rem;height:1.5rem;color:#fff}.contact-method-content h3{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.contact-method-content p{color:#6b7280;margin-bottom:.75rem;font-size:1rem}.contact-method-link{color:#f59e0b;font-weight:600;text-decoration:none;background:none;border:none;cursor:pointer;font-size:1rem;transition:color .3s ease}.contact-method-link:hover{color:#d97706}.contact-form-container{background:#fff;border-radius:1.5rem;padding:2.5rem;box-shadow:0 10px 40px #0000001a;border:1px solid #f1f5f9}.contact-form-header{text-align:center;margin-bottom:2rem}.contact-form-header h2{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.5rem}.contact-form-header p{color:#6b7280}.contact-form-fields{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){.form-row{grid-template-columns:1fr}}.form-field{position:relative}.form-field label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:1rem}.form-field input,.form-field select,.form-field textarea{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;transition:all .3s ease;background:#f9fafb}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#fbbf24;background:#fff;box-shadow:0 0 0 3px #fbbf241a}.form-field input.error,.form-field textarea.error{border-color:#ef4444;background:#fef2f2}.form-field textarea{resize:vertical;min-height:120px}.field-error{color:#ef4444;font-size:.75rem;margin-top:.25rem;display:block}.checkbox-field{margin-top:.5rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:1rem;color:#6b7280}.checkbox-label input[type=checkbox]{display:none}.checkbox-custom{width:1.25rem;height:1.25rem;border:2px solid #d1d5db;border-radius:.25rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;margin-top:.125rem}.checkbox-label input[type=checkbox]:checked+.checkbox-custom{background:#fbbf24;border-color:#fbbf24}.checkbox-label input[type=checkbox]:checked+.checkbox-custom:after{content:"\2713";color:#fff;font-size:1rem;font-weight:700}.contact-form-submit{width:100%;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;padding:1rem 2rem;border-radius:.75rem;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 20px #f59e0b4d}.contact-form-submit:hover{background:linear-gradient(135deg,#fbbf24,#f59e0b);transform:translateY(-2px);box-shadow:0 8px 30px #f59e0b66}.contact-form-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.contact-form-submit.loading{background:linear-gradient(135deg,#9ca3af,#6b7280)}.submit-icon svg{width:1rem;height:1rem}.contact-form-success{text-align:center;padding:3rem 2rem}.success-icon{width:4rem;height:4rem;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.success-icon svg{width:2rem;height:2rem;color:#fff}.contact-form-success h3{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.75rem}.contact-form-success p{color:#6b7280;line-height:1.6}.contact-form-errors{background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;padding:1rem;margin-top:1rem}.contact-form-errors h4{color:#dc2626;font-weight:600;margin-bottom:.5rem;font-size:.875rem}.contact-form-errors ul{list-style:none;padding:0;margin:0}.contact-form-errors li{color:#dc2626;font-size:.875rem;margin-bottom:.25rem}.contact-faq-section{padding:5rem 0;background:#f8fafc}.contact-faq-header{text-align:center;margin-bottom:3rem}.contact-faq-header h2{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.contact-faq-header p{font-size:1.5rem;color:#6b7280}.faq-grid{max-width:48rem;margin:0 auto}.faq-item{background:#fff;border-radius:1rem;margin-bottom:1rem;box-shadow:0 2px 10px #0000000d;border:1px solid #f1f5f9;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 20px #0000001a}.faq-question{width:100%;background:none;border:none;padding:1.5rem;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-weight:600;color:#111827;transition:all .3s ease}.faq-question:hover{background:#f9fafb}.faq-icon{transition:transform .3s ease;color:#fbbf24}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer p{padding:0 1.5rem 1.5rem;color:#6b7280;line-height:1.6;margin:0}.chatbot-container{position:fixed;bottom:2rem;right:2rem;z-index:1000}.chatbot-placeholder{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.75rem 1.5rem;border-radius:2rem;display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.875rem;box-shadow:0 4px 20px #f59e0b4d;cursor:pointer;transition:all .3s ease}.chatbot-placeholder:hover{background:linear-gradient(135deg,#fbbf24,#f59e0b);transform:translateY(-2px);box-shadow:0 8px 30px #f59e0b66}.chatbot-icon svg{width:1.25rem;height:1.25rem}@media (max-width: 768px){.contact-hero{padding:4rem 0 3rem}.contact-hero-stats{grid-template-columns:1fr;gap:1rem}.contact-form-container{padding:1.5rem}.chatbot-container{bottom:1rem;right:1rem}.chatbot-placeholder{padding:.5rem 1rem;font-size:.75rem}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.form-field.focused label{color:#f59e0b}.form-field.focused input,.form-field.focused select,.form-field.focused textarea{border-color:#fbbf24;background:#fff}
/*# sourceMappingURL=/cdn/shop/t/4/assets/contact-page.css.map */
