.contact-page{min-height:100vh;background-color:var(--homepage-background,#fafafa);color:var(--homepage-foreground,#1a1f2e)}.contact-page .react-tel-input .selected-flag{padding-left:1.5rem}.contact-hero-section{position:relative;overflow:hidden;padding-top:4rem}@media screen and (min-width:768px)and (max-width:991px){.contact-hero-section{padding-top:5rem}}@media screen and (min-width:992px){.contact-hero-section{padding-top:5.5rem}}.contact-page .hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.contact-page .hero-background-image-wrapper{position:absolute;inset:0}.contact-hero-bg{background:linear-gradient(135deg,rgba(82,40,132,.03),rgba(250,101,0,.05))}.contact-page .hero-background-image{width:100%;height:100%;object-fit:cover;object-position:center}.contact-page .hero-overlay-gradient{position:absolute;inset:0;background:linear-gradient(180deg,hsla(0,0%,98%,.85) 0,hsla(0,0%,98%,.75) 50%,#fafafa)}.contact-page .hero-overlay-brand{position:absolute;inset:0;background:linear-gradient(135deg,#7d2ec2,#d71d8a,#f7951d);opacity:.08}.contact-page .hero-content-wrapper{position:relative;z-index:10;max-width:48rem;margin:0 auto;text-align:center;padding:3rem 1rem}@media screen and (min-width:1200px){.contact-page .hero-content-wrapper{max-width:70rem}}.contact-page .hero-title,.contact-page h1.hero-title{font-size:1.875rem;font-weight:800;line-height:1.2;margin:0}@media(min-width:640px){.contact-page .hero-title,.contact-page h1.hero-title{font-size:2.25rem}}@media screen and (min-width:768px)and (max-width:991px){.contact-page .hero-title,.contact-page h1.hero-title{font-size:3rem}}@media screen and (min-width:992px){.contact-page .hero-title,.contact-page h1.hero-title{font-size:3.75rem}}.contact-page .hero-subtitle,.contact-page h2.hero-subtitle{font-size:1.25rem;font-weight:600;line-height:1.4;margin-top:1rem;margin-bottom:0;color:var(--homepage-foreground,#1a1f2e)}@media screen and (min-width:768px)and (max-width:991px){.contact-page .hero-subtitle,.contact-page h2.hero-subtitle{font-size:1.5rem}}@media screen and (min-width:992px){.contact-page .hero-subtitle,.contact-page h2.hero-subtitle{font-size:1.75rem}}.contact-page .hero-description{margin-top:1.5rem;font-size:1rem;color:var(--homepage-muted-foreground,#6b7280);line-height:1.75;max-width:42rem;margin-left:auto;margin-right:auto}@media screen and (min-width:768px)and (max-width:991px){.contact-page .hero-description{font-size:1.125rem}}.contact-form-section{padding:2.5rem 0}@media screen and (min-width:768px)and (max-width:991px){.contact-form-section{padding:3rem 0}}@media screen and (min-width:992px){.contact-form-section{padding:3.5rem 0}}.contact-image-wrapper{position:relative}.contact-image-container{border-radius:1.5rem;overflow:hidden;box-shadow:0 12px 40px -8px rgba(24,39,75,.12)}.contact-image{width:100%;height:auto;object-fit:cover;aspect-ratio:4/3;display:block}.contact-image-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(26,31,46,.2) 0,transparent 50%,transparent);border-radius:1.5rem;pointer-events:none}.contact-form-wrapper{display:flex;align-items:flex-start;justify-content:center}@media screen and (min-width:992px){.contact-form-wrapper{justify-content:flex-end}}.contact-form-wrapper>div{width:100%;max-width:100%}.contact-form-card{background-color:var(--homepage-card);border:1px solid var(--homepage-border);border-radius:var(--border-radius-xl);padding:2rem;box-shadow:var(--shadow-card);transition:all .3s ease}@media screen and (min-width:768px)and (max-width:991px){.contact-form-card{padding:2.5rem}}.contact-form-card:hover{box-shadow:var(--shadow-card-hover)}.contact-form-title{font-family:var(--font-family-heading);font-size:2rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#171a26;margin-bottom:2rem;text-align:center}@media screen and (min-width:768px)and (max-width:991px){.contact-form-title{font-size:2.5rem;text-align:left}}.contact-form-group{margin-bottom:1.5rem}.contact-form-input,.contact-form-textarea{width:100%;padding:.875rem 1rem;font-size:1rem;font-family:var(--font-family-primary);color:#171a26;background-color:var(--homepage-card);border:1px solid var(--homepage-border);border-radius:var(--border-radius-lg);transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.05)}.contact-form-input::-moz-placeholder,.contact-form-textarea::-moz-placeholder{color:#8f92a3}.contact-form-input::placeholder,.contact-form-textarea::placeholder{color:#8f92a3}.contact-form-input:focus,.contact-form-textarea:focus{outline:none;border-color:#f7951d;box-shadow:0 0 0 3px hsla(33,93%,54%,.1)}.contact-form-input:disabled,.contact-form-textarea:disabled{background-color:#f4f4f6;cursor:not-allowed;opacity:.7}.contact-form-textarea{min-height:120px;resize:vertical;font-family:var(--font-family-primary)}.contact-form-file-wrapper{position:relative;margin-bottom:1.5rem}.contact-form-file-input{position:absolute;opacity:0;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.contact-form-file-label{display:block;width:100%;padding:1.125rem 1rem;font-size:.875rem;font-family:var(--font-family-primary);color:#8f92a3;background-color:var(--homepage-card);border:2px dashed var(--homepage-border);border-radius:var(--border-radius-lg);text-align:center;cursor:pointer;transition:all .2s ease}.contact-form-file-label:hover{border-color:#f7951d;color:#f7951d;background-color:hsla(33,93%,54%,.05)}.contact-form-file-info{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;padding:.75rem 1rem;background-color:rgba(22,162,73,.1);border-radius:var(--border-radius-md);font-size:.875rem;color:#16a249}.contact-form-file-name{display:flex;align-items:center;gap:.5rem}.contact-form-remove-file{background:none;border:none;color:#ef4343;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:all .2s ease}.contact-form-remove-file:hover{color:#eb1414;transform:scale(1.1)}.contact-captcha-shell{padding:.875rem;border:1px solid var(--homepage-border);border-radius:var(--border-radius-lg);background:linear-gradient(180deg,rgba(82,40,132,.03),rgba(250,101,0,.03));margin-bottom:.75rem}.contact-captcha-loading{display:flex;flex-direction:column;gap:.65rem}.contact-captcha-skeleton{width:100%;max-width:260px;height:56px;border-radius:10px;background:linear-gradient(90deg,rgba(226,232,240,.8) 25%,rgba(203,213,225,.95) 50%,rgba(226,232,240,.8) 75%);background-size:200% 100%;animation:contact-captcha-shimmer 1.2s ease-in-out infinite}.contact-captcha-loading-text{font-size:.875rem;color:#676b7e;font-weight:500}.contact-captcha-ready{display:flex;align-items:center;gap:.75rem}@media screen and (max-width:767px){.contact-captcha-ready{flex-direction:column;align-items:flex-start}}.contact-captcha-image{max-width:200px;width:100%;height:auto;border-radius:10px;border:1px solid var(--homepage-border);background-color:#fff}.contact-captcha-refresh{border:0;background:rgba(82,40,132,.08);color:var(--color-primary,#522884);border-radius:9999px;padding:.5rem .9rem;font-size:.8125rem;font-weight:600;transition:all .2s ease}.contact-captcha-refresh:hover{background:rgba(82,40,132,.14);transform:translateY(-1px)}@keyframes contact-captcha-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.contact-form-buttons{display:flex;flex-direction:row;justify-content:center;gap:1rem;width:100%}@media screen and (max-width:767px){.contact-form-buttons{flex-direction:column}}.contact-form-buttons .contact-form-reset,.contact-form-buttons .contact-form-submit{width:100%}.contact-info-section{padding:2.5rem 0;background-color:hsla(0,0%,98%,.4)}@media screen and (min-width:768px)and (max-width:991px){.contact-info-section{padding:3rem 0}}@media screen and (min-width:992px){.contact-info-section{padding:3.5rem 0}}.contact-page .section-header{max-width:48rem;margin:0 auto 2rem;text-align:center}@media screen and (min-width:768px)and (max-width:991px){.contact-page .section-header{margin-bottom:2.5rem}}.contact-page .section-badge{display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:.375rem 1rem;border-radius:9999px;margin-bottom:.75rem}.contact-page .section-badge-secondary{color:var(--color-secondary,#fa6500);background-color:rgba(250,101,0,.1)}.contact-page .section-badge-primary{color:var(--color-primary,#522884);background-color:rgba(82,40,132,.1)}.contact-page .section-badge-light{color:#fff;background:var(--homepage-gradient-brand);border:none}.contact-page .section-title{font-size:1.875rem;font-weight:800;line-height:1.2;margin-bottom:1.25rem}@media screen and (min-width:768px)and (max-width:991px){.contact-page .section-title{font-size:2.25rem}}@media screen and (min-width:992px){.contact-page .section-title{font-size:3rem}}.contact-page .section-title-light{color:var(--color-white,#fff)}.contact-page .section-description-light{margin-top:1.25rem;color:hsla(0,0%,100%,.8);font-size:1rem;line-height:1.75}@media screen and (min-width:768px)and (max-width:991px){.contact-page .section-description-light{font-size:1.125rem}}.contact-info-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media screen and (min-width:768px)and (max-width:991px){.contact-info-list{gap:1rem}}@media screen and (max-width:767px){.contact-info-list{grid-template-columns:1fr;gap:1.5rem}}.contact-info-list li{background-color:var(--homepage-card,#fff);border-radius:1rem;padding:2rem;box-shadow:0 8px 24px -4px rgba(24,39,75,.08);text-align:center;border:1px solid transparent;transition:all .3s ease;font-size:1rem;line-height:1.6;color:var(--homepage-foreground,#1a1f2e)}.contact-info-list li:hover{box-shadow:0 12px 40px -8px rgba(24,39,75,.12);border-color:rgba(82,40,132,.2);transform:scale(1.03) translateY(-.375rem)}@media screen and (min-width:768px)and (max-width:991px){.contact-info-list li{padding:1.5rem}}@media screen and (max-width:767px){.contact-info-list li{padding:1.5rem}}.contact-promise-section{position:relative;overflow:hidden;padding:2.5rem 0;background-color:#1a1a1f;color:var(--homepage-background,#fafafa)}@media screen and (min-width:768px)and (max-width:991px){.contact-promise-section{padding:3rem 0}}@media screen and (min-width:992px){.contact-promise-section{padding:3.5rem 0}}.contact-page .promise-blur{position:absolute;width:20rem;height:20rem;border-radius:50%;filter:blur(80px);opacity:.3}.contact-page .promise-blur-top{top:0;right:0;background-color:rgba(166,107,63,.2)}.contact-page .promise-blur-bottom{bottom:0;left:0;background-color:rgba(221,149,91,.2)}.trust-card{background-color:#25272f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:1rem;padding:1.5rem 2rem;border:1px solid hsla(0,0%,100%,.1);max-width:48rem;margin:0 auto}.trust-card-text{font-size:1.125rem;font-weight:500;line-height:1.75;color:hsla(0,0%,100%,.9);margin:0;text-align:center}.contact-faq-section{padding:2.5rem 0;background-color:hsla(0,0%,98%,.4)}@media screen and (min-width:768px)and (max-width:991px){.contact-faq-section{padding:3rem 0}}@media screen and (min-width:992px){.contact-faq-section{padding:3.5rem 0}}.faq-card{background-color:var(--homepage-card,#fff);border-radius:1rem;padding:1.5rem;box-shadow:0 8px 24px -4px rgba(24,39,75,.08);border:1px solid transparent;transition:all .3s ease}.faq-card:hover{box-shadow:0 12px 40px -8px rgba(24,39,75,.12);border-color:rgba(82,40,132,.2);transform:scale(1.02) translateY(-.25rem)}.contact-page h3.faq-question,.faq-question{font-size:1.125rem;font-weight:700;margin-bottom:.75rem;color:var(--homepage-foreground,#1a1f2e)}.contact-page .faq-answer,.faq-answer{font-size:.9375rem;line-height:1.6;color:var(--homepage-muted-foreground,#6b7280);margin:0}.contact-final-cta-section{position:relative;overflow:hidden;padding:2.5rem 0}@media screen and (min-width:768px)and (max-width:991px){.contact-final-cta-section{padding:3rem 0}}@media screen and (min-width:992px){.contact-final-cta-section{padding:3.5rem 0}}.contact-page .cta-background-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#7d2ec2,#d71d8a,#f7951d);opacity:.06}.contact-page .cta-blur{position:absolute;width:18rem;height:18rem;border-radius:50%;filter:blur(80px)}.contact-page .cta-blur-top{top:0;right:0;background-color:rgba(82,40,132,.1)}.contact-page .cta-blur-bottom{bottom:0;left:0;background-color:rgba(250,101,0,.1)}.contact-page .final-cta-content{position:relative;z-index:10;max-width:42rem;margin:0 auto;text-align:center}.contact-page .final-cta-title{font-size:1.875rem;font-weight:800;line-height:1.2;margin-bottom:0}@media screen and (min-width:768px)and (max-width:991px){.contact-page .final-cta-title{font-size:2.25rem}}@media screen and (min-width:992px){.contact-page .final-cta-title{font-size:3rem}}.contact-page .final-cta-description{margin-top:1rem;font-size:1.125rem;color:var(--homepage-muted-foreground,#6b7280)}.contact-page .final-cta-button-wrapper{margin-top:1.5rem}.contact-page .fade-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.contact-page .fade-up.animate-in{opacity:1;transform:translateY(0)}.contact-page .fade-up-right{opacity:0;transform:translateX(40px);transition:opacity .7s ease-out,transform .7s ease-out}.contact-page .fade-up-right.animate-in{opacity:1;transform:translateX(0)}.contact-page .stagger-item{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}.contact-page .stagger-item.animate-in{opacity:1;transform:translateY(0)}.contact-page .gradient-brand-text{background:linear-gradient(135deg,#7d2ec2,#d71d8a,#f7951d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;display:inline-block}.contact-page .gradient-brand{background:linear-gradient(135deg,#7d2ec2,#d71d8a,#f7951d)}@media(max-width:767px){.contact-page .hero-content-wrapper{padding:2rem 1rem}.contact-page .hero-title{font-size:1.875rem}.contact-page .hero-description{font-size:.875rem}.contact-page .section-title{font-size:1.5rem}.contact-info-list{max-width:100%}.faq-card{padding:1.25rem}.order-1{order:1}.order-2{order:2}}