.Hero-module__oEVfFq__hero{background:#000;align-items:center;height:90vh;min-height:600px;display:flex;position:relative;overflow:hidden}.Hero-module__oEVfFq__imageWrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__oEVfFq__bgImage{object-fit:cover;opacity:.8;width:100%;height:100%;animation:20s infinite alternate Hero-module__oEVfFq__zoomIn}@keyframes Hero-module__oEVfFq__zoomIn{0%{transform:scale(1)}to{transform:scale(1.1)}}.Hero-module__oEVfFq__overlay{background:linear-gradient(#0000004d 0%,#000000b3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__oEVfFq__content{z-index:2;color:#fff;text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex;position:relative}.Hero-module__oEVfFq__title{letter-spacing:-.03em;font-size:64px;font-weight:700;line-height:1.05;animation:.8s ease-out Hero-module__oEVfFq__fadeUp}.Hero-module__oEVfFq__gradientText{background:linear-gradient(135deg,#fff 0%,#a1a1aa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.Hero-module__oEVfFq__subtitle{color:#ffffffe6;max-width:600px;font-size:24px;font-weight:400;line-height:1.4;animation:.8s ease-out .2s backwards Hero-module__oEVfFq__fadeUp}.Hero-module__oEVfFq__actions{align-items:center;gap:24px;margin-top:16px;animation:.8s ease-out .4s backwards Hero-module__oEVfFq__fadeUp;display:flex}.Hero-module__oEVfFq__secondaryLink{color:#2997ff;font-size:17px;font-weight:500;transition:all .2s}.Hero-module__oEVfFq__secondaryLink:hover{color:#4facfe;text-decoration:underline}@keyframes Hero-module__oEVfFq__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Hero-module__oEVfFq__title{font-size:40px}.Hero-module__oEVfFq__subtitle{padding:0 16px;font-size:18px}}
.Services-module__J8Vg9a__sectionTitle{text-align:center;letter-spacing:-.02em;margin-bottom:48px;font-size:40px;font-weight:700}.Services-module__J8Vg9a__grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.Services-module__J8Vg9a__card{border-radius:var(--radius-lg);height:480px;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #0000000d;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Services-module__J8Vg9a__card:hover{box-shadow:var(--shadow-md);transform:scale(1.02)}.Services-module__J8Vg9a__cardContent{z-index:2;padding:40px}.Services-module__J8Vg9a__cardTitle{letter-spacing:-.01em;color:#1d1d1f;margin-bottom:8px;font-size:32px;font-weight:600}.Services-module__J8Vg9a__cardDesc{color:#6e6e73;max-width:90%;margin:0;font-size:17px;font-weight:500;line-height:1.5}.Services-module__J8Vg9a__imageWrapper{z-index:1;justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.Services-module__J8Vg9a__imagePlaceholder{background-position:bottom;background-repeat:no-repeat;background-size:cover;width:100%;height:60%;transition:transform .4s}.Services-module__J8Vg9a__card:hover .Services-module__J8Vg9a__imagePlaceholder{transform:scale(1.05)}.Services-module__J8Vg9a__arrow{color:var(--accent);opacity:0;z-index:3;font-size:24px;transition:all .3s;position:absolute;top:32px;right:32px;transform:translate(-10px,10px)}.Services-module__J8Vg9a__card:hover .Services-module__J8Vg9a__arrow{opacity:1;transform:translate(0)}@media (max-width:768px){.Services-module__J8Vg9a__grid{grid-template-columns:1fr}.Services-module__J8Vg9a__card{height:400px}.Services-module__J8Vg9a__sectionTitle{font-size:32px}}
.Faq-module__HKTjqW__faqSection{background:#f5f5f7;padding:100px 0}.Faq-module__HKTjqW__heading{text-align:center;letter-spacing:-.02em;color:#1d1d1f;margin-bottom:20px;font-size:56px;font-weight:700}.Faq-module__HKTjqW__categoryWrapper{grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:60px;margin-top:60px;display:grid}@media (max-width:768px){.Faq-module__HKTjqW__categoryWrapper{grid-template-columns:1fr}.Faq-module__HKTjqW__heading{font-size:36px}}.Faq-module__HKTjqW__categoryTitle{color:#1d1d1f;border-bottom:2px solid #0071e3;margin-bottom:30px;padding-bottom:10px;font-size:28px;font-weight:600;display:inline-block}.Faq-module__HKTjqW__faqList{width:100%}.Faq-module__HKTjqW__faqItem{background:#fff;border-radius:12px;margin-bottom:15px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 2px 10px #00000005}.Faq-module__HKTjqW__faqItem:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000000d}.Faq-module__HKTjqW__question{cursor:pointer;justify-content:space-between;align-items:center;padding:24px;display:flex}.Faq-module__HKTjqW__question h4{color:#1d1d1f;margin:0;padding-right:20px;font-size:18px;font-weight:600;line-height:1.4}.Faq-module__HKTjqW__icon{color:#0071e3;flex-shrink:0;font-size:24px;font-weight:300}.Faq-module__HKTjqW__answer{background:#fafafa;max-height:0;transition:max-height .4s cubic-bezier(0,1,0,1);overflow:hidden}.Faq-module__HKTjqW__active .Faq-module__HKTjqW__answer{max-height:300px;transition:max-height .4s ease-in-out}.Faq-module__HKTjqW__answer p{color:#424245;margin:0;padding:0 24px 24px;font-size:16px;line-height:1.6}@media (prefers-color-scheme:dark){.Faq-module__HKTjqW__faqSection{background:#000}.Faq-module__HKTjqW__heading,.Faq-module__HKTjqW__categoryTitle,.Faq-module__HKTjqW__question h4{color:#f5f5f7}.Faq-module__HKTjqW__faqItem{background:#1c1c1e}.Faq-module__HKTjqW__answer{background:#151516}.Faq-module__HKTjqW__answer p{color:#a1a1a6}}
