.hero{position:relative;min-height:90vh;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(160deg,#fff,#f0f4f8 50%,#e8eef4);overflow:hidden;width:100%;margin:0;left:0;box-sizing:border-box;padding-top:64px}.hero__parallax-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero__parallax-shape{position:absolute;border-radius:50%;transition:transform .1s ease-out}.hero__parallax-shape--1{width:300px;height:300px;top:10%;right:5%;background:radial-gradient(circle,#4a6d8c0f 0,#0000 70%)}.hero__parallax-shape--2{width:200px;height:200px;bottom:20%;left:8%;background:radial-gradient(circle,#4a6d8c0a 0,#0000 70%)}.hero__parallax-shape--3{width:150px;height:150px;top:30%;left:40%;background:radial-gradient(circle,#64748b0d 0,#0000 70%)}.hero__parallax-grid{position:absolute;inset:0;background-image:linear-gradient(#4a6d8c08 1px,#0000 0),linear-gradient(90deg,#4a6d8c08 1px,#0000 0);background-size:60px 60px;transition:transform .15s ease-out}.hero__content{position:relative;z-index:2;max-width:var(--container-max);margin:0 auto;padding:60px 24px;width:100%;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.hero__text{max-width:100%;animation:fadeInUp .8s ease}.hero__image-container{position:relative;animation:fadeInUp 1s ease;display:flex;justify-content:center}.hero__image-wrapper{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px -10px #00000026,0 0 0 1px #ffffff80;background:#fff}.hero__actions{display:flex;gap:24px;flex-wrap:wrap;row-gap:16px}.hero__image{display:block;width:100%;height:auto;max-width:600px}.hero__title{font-size:clamp(1.75rem,4vw,3rem);font-weight:800;line-height:1.15;color:var(--color-text-primary);margin-bottom:40px;letter-spacing:-.02em}.hero__features{display:flex;flex-direction:column;gap:20px;margin-bottom:48px}.hero__feature{display:flex;align-items:center;gap:16px;font-size:1.1rem;font-weight:500;color:var(--color-text-primary)}.hero__feature-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#4a6d8c1a;border-radius:12px;color:#4a6d8c;flex-shrink:0}@media (max-width:960px){.hero__content{grid-template-columns:1fr;gap:32px;text-align:center}.hero__text{margin:0 auto}.hero__title{font-size:clamp(1.5rem,5vw,2.25rem);margin-bottom:28px}.hero__features{align-items:center;gap:16px}.hero__actions{justify-content:center}}@media (max-width:640px){.hero{min-height:auto;padding-top:56px}.hero__content{padding:28px 16px 36px;gap:28px}.hero__title{font-size:1.35rem;margin-bottom:20px;line-height:1.25}.hero__features{gap:12px;margin-bottom:28px}.hero__feature{gap:12px;font-size:.95rem}.hero__feature-icon{width:40px;height:40px;border-radius:10px}.hero__feature-icon svg{width:18px;height:18px}.hero__actions{flex-direction:column;gap:12px}.hero__actions .btn{width:100%;justify-content:center}.hero__image-wrapper{border-radius:16px}.hero__memorial{padding:0 16px 24px}}