.Hero-module__ZARIfG__hero{color:var(--text-white);background:#064da6;align-items:center;min-height:auto;padding:5rem 0;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__hero:before{content:"";pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 800' fill='none'%3E%3Cpath d='M0 200 Q300 120 600 160 T1200 140 L1200 800 L0 800 Z' stroke='white' stroke-width='0.5' fill='none' opacity='0.1'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;animation:25s ease-in-out infinite Hero-module__ZARIfG__gentleFloat;position:absolute;inset:0}@keyframes Hero-module__ZARIfG__gentleFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-5px)scale(1.01)}}.Hero-module__ZARIfG__hero:after{content:"";z-index:2;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 150' preserveAspectRatio='none'%3E%3Cpath d='M0 150 L0 100 Q300 50 600 100 T1200 70 L1200 150 Z' fill='white'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;width:100vw;height:150px;position:absolute;bottom:0;left:0;right:0;transform:translate(calc(50vw - 50%))}.Hero-module__ZARIfG__container{z-index:2;max-width:1200px;margin:0 auto;padding:2rem 1rem;position:relative}.Hero-module__ZARIfG__content{flex-direction:column;gap:3rem;display:flex}.Hero-module__ZARIfG__textImageSection{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.Hero-module__ZARIfG__textContent{flex-direction:column;gap:2rem;display:flex}.Hero-module__ZARIfG__title{margin:0;font-size:3.5rem;font-weight:800;line-height:1.1;animation:.8s ease-out Hero-module__ZARIfG__fadeInUp}@keyframes Hero-module__ZARIfG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Hero-module__ZARIfG__highlight{color:var(--accent-gold);position:relative}.Hero-module__ZARIfG__subtitle{opacity:.9;max-width:500px;margin:0;font-size:1.25rem;line-height:1.6;animation:.8s ease-out .2s both Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__trustIndicators{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1rem;max-width:600px;animation:.8s ease-out .4s both Hero-module__ZARIfG__fadeInUp;display:grid}.Hero-module__ZARIfG__trustItem{color:#fff;opacity:.8;white-space:normal;text-align:left;border-radius:var(--radius-sm);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;justify-content:flex-start;align-items:center;gap:.625rem;height:100%;min-height:4.75rem;padding:.75rem .875rem;font-size:.85rem;transition:all .3s;display:flex}.Hero-module__ZARIfG__trustItem:hover{color:#fff;border-color:var(--accent-gold);opacity:1;background:#ffd7001f;transform:translateY(-2px);box-shadow:0 4px 12px #ffd70040}.Hero-module__ZARIfG__trustIcon{color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;transition:transform .3s;display:flex}.Hero-module__ZARIfG__trustIcon svg{width:100%;height:100%}.Hero-module__ZARIfG__trustLabel{line-height:1.25}.Hero-module__ZARIfG__trustItem:hover .Hero-module__ZARIfG__trustIcon{transform:scale(1.1)}.Hero-module__ZARIfG__heroImage{opacity:0;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:relative}.Hero-module__ZARIfG__heroImage.Hero-module__ZARIfG__isLoaded{opacity:1}.Hero-module__ZARIfG__heroImage:before{content:"";border:2px solid #ffffff4d;border-radius:50%;animation:3s ease-in-out infinite Hero-module__ZARIfG__pulse;position:absolute;inset:-20px}.Hero-module__ZARIfG__heroImage:after{content:"";border:1px solid #ffffff1a;border-radius:50%;animation:3s ease-in-out 1.5s infinite Hero-module__ZARIfG__pulse;position:absolute;inset:-40px}@keyframes Hero-module__ZARIfG__pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}.Hero-module__ZARIfG__portraitImage{object-fit:cover;object-position:68% 48%;border:3px solid #ffffffd9;border-radius:50%;width:100%;max-width:500px;height:500px;transition:all .3s;position:relative;box-shadow:0 20px 40px #0000004d}.Hero-module__ZARIfG__portraitImage:hover{border-color:var(--accent-gold);transform:scale(1.02);box-shadow:0 25px 50px #0006}.Hero-module__ZARIfG__ctaSection{z-index:3;justify-content:center;animation:.8s ease-out .6s both Hero-module__ZARIfG__fadeInUp;display:flex;position:relative}.Hero-module__ZARIfG__ctaGrid{grid-template-columns:1fr;gap:2rem;width:100%;max-width:500px;display:grid}.Hero-module__ZARIfG__ctaCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);text-align:center;background:#ffffff1a;border:1px solid #fff3;flex-direction:column;min-height:200px;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__ctaCard:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Hero-module__ZARIfG__ctaCard:hover:before{left:100%}.Hero-module__ZARIfG__ctaCard:hover{background:#ffffff26;transform:translateY(-4px);box-shadow:0 8px 25px #0003}.Hero-module__ZARIfG__ctaTitle{color:#fff;margin:0 0 1rem;font-size:1.25rem;font-weight:600}.Hero-module__ZARIfG__ctaDescription{opacity:.8;flex-grow:1;margin:0 0 2rem;font-size:1rem;line-height:1.5}.Hero-module__ZARIfG__primaryCta{background:var(--accent-gold);color:var(--primary-blue);border-radius:var(--radius-pill);cursor:pointer;box-sizing:border-box;width:100%;box-shadow:var(--shadow-rest);border:none;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__primaryCta:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Hero-module__ZARIfG__primaryCta:hover:before{left:100%}.Hero-module__ZARIfG__primaryCta:hover{background:var(--accent-gold-hover);box-shadow:var(--shadow-raised);transform:translateY(-2px)}.Hero-module__ZARIfG__primaryCta:active{box-shadow:var(--shadow-rest);transform:translateY(0)}.Hero-module__ZARIfG__secondaryCta{background:var(--primary-blue);color:#fff;border-radius:var(--radius-pill);border:2px solid var(--primary-blue);box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:64px;padding:1.32rem 2.64rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__secondaryCta:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Hero-module__ZARIfG__secondaryCta:hover:before{left:100%}.Hero-module__ZARIfG__secondaryCta:hover{background:var(--primary-blue-light);border-color:var(--primary-blue-light);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f64d}.Hero-module__ZARIfG__primaryCta.Hero-module__ZARIfG__loading,.Hero-module__ZARIfG__secondaryCta.Hero-module__ZARIfG__loading{pointer-events:none;opacity:.7}.Hero-module__ZARIfG__primaryCta.Hero-module__ZARIfG__loading:after,.Hero-module__ZARIfG__secondaryCta.Hero-module__ZARIfG__loading:after{content:"";border:2px solid #0000;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite Hero-module__ZARIfG__spin;position:absolute}@keyframes Hero-module__ZARIfG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Hero-module__ZARIfG__primaryCta:focus-visible,.Hero-module__ZARIfG__secondaryCta:focus-visible{outline-color:var(--focus-ring-on-dark)}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding:3rem 0;overflow-x:clip}.Hero-module__ZARIfG__content{flex-direction:column;gap:1.5rem;display:flex}.Hero-module__ZARIfG__textImageSection{display:contents}.Hero-module__ZARIfG__textContent{text-align:center;order:1}.Hero-module__ZARIfG__ctaSection{order:2}.Hero-module__ZARIfG__heroImage{order:3;width:min(70vw,300px);max-width:min(70vw,300px);margin:2rem auto 0}.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__subtitle{font-size:1.1rem}.Hero-module__ZARIfG__trustIndicators{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:.5rem;width:100%;max-width:100%}.Hero-module__ZARIfG__trustItem{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:4.75rem;padding:.5rem .75rem;font-size:.8rem}.Hero-module__ZARIfG__trustIcon{width:1.375rem;height:1.375rem}.Hero-module__ZARIfG__portraitImage{aspect-ratio:1;width:100%;max-width:100%;height:auto}.Hero-module__ZARIfG__heroImage:before{inset:-8%}.Hero-module__ZARIfG__ctaGrid{grid-template-columns:1fr;gap:1.5rem}.Hero-module__ZARIfG__ctaCard{min-height:auto;padding:1.5rem}.Hero-module__ZARIfG__ctaTitle{font-size:1.1rem}.Hero-module__ZARIfG__ctaDescription{font-size:.9rem}.Hero-module__ZARIfG__primaryCta{padding:1rem 2rem;font-size:1rem}.Hero-module__ZARIfG__heroImage:after{display:none}.Hero-module__ZARIfG__hero:before{opacity:.4}}@media (min-width:769px) and (max-width:1024px){.Hero-module__ZARIfG__container{padding:2rem}.Hero-module__ZARIfG__title{font-size:3rem}.Hero-module__ZARIfG__textImageSection{gap:2rem}.Hero-module__ZARIfG__portraitImage{max-width:350px;height:350px}.Hero-module__ZARIfG__ctaGrid{gap:1.5rem}}@media (min-width:1025px){.Hero-module__ZARIfG__container{padding:2rem}}
