.contact-hero{padding:10rem 0 4rem;background:linear-gradient(135deg,#111827,#1a233b);text-align:center}.contact-hero__container{max-width:800px;margin:0 auto}.contact-hero__pre-title{font-size:.9rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;color:#3b82f6}.contact-hero__title{font-size:3rem;font-weight:900;line-height:1.1;margin:0 0 1.5rem}@media(min-width:768px){.contact-hero__title{font-size:4rem}}.contact-hero__subtitle{font-size:1.1rem;color:#9ca3af;line-height:1.6}.contact-form-section{padding:5rem 0;background-color:#111827}.contact-layout{display:grid;grid-gap:4rem;gap:4rem;max-width:1400px;margin:0 auto}@media(min-width:1024px){.contact-layout{grid-template-columns:1fr 1.5fr}}.contact-info{display:flex;flex-direction:column;gap:3rem}.contact-info__title{font-size:2rem;font-weight:700;margin:0 0 2rem}.contact-info__features{display:flex;flex-direction:column;gap:2rem}.contact-feature{display:flex;gap:1.5rem;align-items:flex-start}.contact-feature__icon{font-size:2.5rem;flex-shrink:0}.contact-feature__title{font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.contact-feature__text{color:#9ca3af;line-height:1.6;margin:0;font-size:.95rem}.contact-info__details{background-color:#1a233b;padding:2rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.1)}.contact-info__subtitle{font-size:1.1rem;font-weight:600;margin:0 0 1.5rem}.contact-info__detail{color:#9ca3af;margin:0 0 1rem;line-height:1.6;font-size:.95rem}.contact-info__detail strong{color:#fff}.contact-form-wrapper{background-color:#1a233b;padding:3rem;border-radius:16px;border:1px solid hsla(0,0%,100%,.1)}@media(max-width:768px){.contact-form-wrapper{padding:2rem}}.contact-form__title{font-size:2rem;font-weight:700;margin:0 0 2.5rem;text-align:center}.form-row{display:grid;grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem}@media(min-width:768px){.form-row{grid-template-columns:repeat(2,1fr)}}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.95rem;font-weight:600;margin-bottom:.75rem;color:#e5e7eb}.form-input,.form-select,.form-textarea{width:100%;padding:1rem;background-color:#111827;border:1px solid hsla(0,0%,100%,.2);border-radius:8px;color:#fff;font-size:.95rem;font-family:inherit;transition:border-color .3s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#3b82f6}.form-input::placeholder,.form-textarea::placeholder{color:#6b7280}.form-select{cursor:pointer}.form-textarea{resize:vertical;min-height:150px;line-height:1.6}.form-submit{width:100%;padding:1.25rem;background:linear-gradient(90deg,#3b82f6,#2563eb);border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;text-transform:uppercase;letter-spacing:.05em;margin-top:1rem}.form-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px rgba(59,130,246,.4)}.form-submit:disabled{opacity:.7;cursor:not-allowed}.send-icon{width:20px;height:20px}.form-note{text-align:center;font-size:.85rem;color:#9ca3af;margin:1.5rem 0 0}.contact-faq{padding:5rem 0;background-color:#1a233b;border-top:1px solid hsla(0,0%,100%,.1)}.contact-faq__title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem}.contact-faq__grid{display:grid;grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}@media(min-width:768px){.contact-faq__grid{grid-template-columns:repeat(2,1fr)}}.faq-card{background-color:#111827;padding:2rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);transition:transform .3s ease,border-color .3s ease}.faq-card:hover{transform:translateY(-5px);border-color:rgba(59,130,246,.5)}.faq-card__question{font-size:1.1rem;font-weight:600;margin:0 0 1rem;color:#fff}.faq-card__answer{color:#9ca3af;line-height:1.6;margin:0;font-size:.95rem}.contact-success{padding:10rem 0;background:linear-gradient(135deg,#111827,#1a233b);text-align:center;min-height:80vh;display:flex;align-items:center;justify-content:center}.check-circle-icon{width:80px;height:80px;color:#10b981;margin:0 auto 2rem;display:block}.contact-success__title{font-size:3rem;font-weight:900;margin:0 0 1.5rem}.contact-success__message{font-size:1.2rem;color:#9ca3af;max-width:600px;margin:0 auto 3rem;line-height:1.6}.contact-success__btn{padding:1.25rem 3rem;background-color:#3b82f6;border:none;border-radius:50px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}.contact-success__btn:hover{background-color:#2563eb;transform:translateY(-3px);box-shadow:0 10px 20px rgba(59,130,246,.3)}