.main-first-screen{position:relative;padding:70px 0;overflow:hidden;background:linear-gradient(180deg,#f9fbfb,#eef6f7);min-height:65vh;display:flex;align-items:center}.main-first-screen:before{top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 15% 25%,rgba(158,211,224,.2) 0,transparent 45%),radial-gradient(circle at 85% 75%,rgba(224,241,244,.4) 0,transparent 50%)}.main-first-screen:after,.main-first-screen:before{content:"";position:absolute;pointer-events:none;z-index:0}.main-first-screen:after{inset:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/></svg>");opacity:.5}@media (max-width:768px){.main-first-screen{padding:40px 0;min-height:auto}}.main-first-screen .container{position:relative;z-index:1}.hero-shell{background:#f5f6f6;border-radius:28px;padding:48px 48px 0;box-shadow:0 16px 40px rgba(0,0,0,.06);border:1px solid rgba(5,9,8,.05)}.hero-content{padding:12px 0}.hero-title{font-weight:700;color:var(--color-text-dark);margin-bottom:1.5rem;font-size:clamp(2.4rem,5vw,3.8rem);line-height:1.15}.hero-title span{color:var(--color-heading);font-weight:700}.hero-subtitle{font-size:clamp(1.05rem,2.2vw,1.25rem);color:var(--color-text);line-height:1.75;margin-bottom:2rem;max-width:520px}.hero-buttons{display:flex;justify-content:flex-start}.hero-cta{min-width:220px}@media (max-width:991px){.hero-shell{padding:32px 24px 0}.hero-content{padding:20px 0;text-align:center}.hero-title{font-size:clamp(2rem,6vw,3rem)}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-buttons{flex-direction:column;align-items:stretch}.hero-cta{width:100%}}.hero-media{display:flex;justify-content:center}.hero-figure{position:relative;width:min(360px,100%)}.hero-figure:before{content:"";position:absolute;width:82%;height:82%;right:4%;bottom:2%;background:rgba(158,211,224,.35);border-radius:50%;transform:translateY(6%);z-index:0}.hero-image-sizer{width:100%;height:auto;display:block;visibility:hidden}.hero-image{position:absolute;inset:0;z-index:1;border-radius:20px;object-fit:cover;object-position:center top;opacity:0;transition:opacity .6s ease}.hero-image.is-active{opacity:1}@media (max-width:991px){.hero-media{margin-top:16px}.hero-figure{width:min(320px,100%)}}