.hero{background:var(--navy-900);color:var(--white);overflow:hidden;position:relative}.hero__slider{position:absolute;inset:0}.hero__slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.2s ease-in-out;will-change:opacity}.hero__slide.is-active{opacity:1}.hero__slide--1{background-image:url(/img/main1.png)}.hero__slide--2{background-image:url(/img/mein2.png)}.hero__slide--3{background-image:url(/img/main3.png)}.hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,#052b50b8,#083f7094);z-index:1}.hero__deco{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:2}.hero__body{position:relative;z-index:3}.hero__deco-circle{position:absolute;border-radius:50%;filter:blur(80px);opacity:.12}.hero__deco-circle--gold{width:16rem;height:16rem;top:2.5rem;left:2.5rem;background:var(--gold-400)}.hero__deco-circle--blue{width:12rem;height:12rem;bottom:2.5rem;right:2.5rem;background:var(--blue-400)}.hero__body{position:relative;padding:5rem 0}@media (min-width: 1024px){.hero__body{padding:8rem 0}}.hero__eyebrow{display:inline-flex;align-items:center;gap:.375rem;background:var(--gold-400);color:var(--navy-900);font-size:.75rem;font-weight:700;padding:.375rem .875rem;border-radius:var(--r-full);margin-bottom:1.5rem}.hero__title{font-size:2.25rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem}@media (min-width: 1024px){.hero__title{font-size:3rem}}@media (min-width: 1280px){.hero__title{font-size:3.5rem}}.hero__title .gold{color:var(--gold-400)}.hero__title .sub{display:block;font-size:1.25rem;font-weight:700;color:var(--gray-300);margin-top:.5rem}@media (min-width: 1024px){.hero__title .sub{font-size:1.5rem}}.hero__lead{font-size:1rem;color:var(--gray-300);line-height:1.8;max-width:40rem;margin-bottom:2.5rem}@media (min-width: 1024px){.hero__lead{font-size:1.125rem}}.hero__cta-row{display:flex;flex-direction:column;gap:1rem}@media (min-width: 640px){.hero__cta-row{flex-direction:row}}.hero__note{margin-top:1.25rem;font-size:.875rem;color:var(--gray-400)}.hero-stats{position:relative;border-top:1px solid var(--navy-600)}.hero-stats__inner{padding:1.5rem 0}.hero-stats__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;text-align:center}@media (min-width: 768px){.hero-stats__grid{grid-template-columns:repeat(4,1fr)}}.hero-stats__num{font-size:1.5rem;font-weight:900;color:var(--gold-400)}.hero-stats__unit{font-size:.875rem}.hero-stats__label{font-size:.75rem;color:var(--gray-400);margin-top:.25rem}.strength-card{background:var(--white);border-radius:var(--r-xl);box-shadow:var(--shadow-md);padding:1.5rem;border:1px solid var(--gray-100);transition:box-shadow var(--ease)}.strength-card:hover{box-shadow:var(--shadow-lg)}.strength-card__head{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.strength-card__num{font-size:3.5rem;font-weight:900;color:var(--gray-100);line-height:1}.strength-card__title{font-size:1.125rem;font-weight:900;color:var(--navy-800);margin-bottom:.75rem;white-space:pre-line}.strength-card__desc{font-size:.875rem;color:var(--gray-600);line-height:1.75}.service-card{display:block;border-radius:1rem;padding:2rem;color:var(--white);overflow:hidden;position:relative;transition:box-shadow var(--ease)}.service-card:hover{box-shadow:0 25px 50px -12px #00000059}.service-card--house{background:linear-gradient(135deg,var(--navy-800),var(--navy-900))}.service-card--regular{background:linear-gradient(135deg,var(--gray-800),#111827)}.service-card__deco{position:absolute;top:0;right:0;width:10rem;height:10rem;border-radius:0 0 0 100%;opacity:.1;transition:opacity var(--ease)}.service-card:hover .service-card__deco{opacity:.2}.service-card--house .service-card__deco{background:var(--gold-400)}.service-card--regular .service-card__deco{background:var(--blue-400)}.service-card__content{position:relative}.service-card__title{font-size:1.5rem;font-weight:900;margin-bottom:.75rem;line-height:1.25}.service-card__title span{display:block;font-size:1rem;font-weight:700;color:var(--gray-400);margin-top:.25rem}.service-card__desc{font-size:.875rem;color:var(--gray-300);line-height:1.75;margin-bottom:1.5rem}.service-card__list{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1.75rem}.service-card__list-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-300)}.service-card__dot{width:.375rem;height:.375rem;border-radius:50%;flex-shrink:0}.service-card--house .service-card__dot{background:var(--gold-400)}.service-card--regular .service-card__dot{background:var(--blue-400)}.service-card__cta{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:.875rem;transition:gap var(--ease)}.service-card--house .service-card__cta{color:var(--gold-400)}.service-card--regular .service-card__cta{color:var(--blue-400)}.service-card:hover .service-card__cta{gap:.75rem}.worry-card{display:flex;gap:1rem;padding:1.25rem;background:var(--navy-50);border-radius:var(--r-xl);border:1px solid var(--navy-100);transition:border-color var(--ease),box-shadow var(--ease)}.worry-card:hover{border-color:var(--gold-400);box-shadow:var(--shadow-md)}.worry-card__icon-wrap{flex-shrink:0;width:3rem;height:3rem;background:var(--white);border-radius:var(--r-lg);display:flex;align-items:center;justify-content:center;color:var(--navy-700);box-shadow:var(--shadow-sm);transition:background var(--ease),color var(--ease)}.worry-card:hover .worry-card__icon-wrap{background:var(--navy-700);color:var(--white)}.worry-card__title{font-weight:900;color:var(--navy-800);margin-bottom:.25rem}.worry-card__desc{font-size:.875rem;color:var(--gray-600);line-height:1.6}.case-card{background:var(--white);border-radius:var(--r-xl);border:1px solid var(--gray-200);overflow:hidden;box-shadow:var(--shadow-sm)}.case-card__header{background:var(--navy-700);color:var(--white);padding:.75rem 1.25rem;font-size:.875rem;font-weight:700}.case-card__body{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.case-row{display:flex;gap:.75rem}.case-row__tag{flex-shrink:0;font-size:.6875rem;font-weight:700;padding:.25rem .5rem;border-radius:var(--r-md);width:5rem;text-align:center;height:fit-content}.case-row__tag--before{background:#fef2f2;color:var(--red-600);border:1px solid #FECACA}.case-row__tag--work{background:var(--navy-50);color:var(--navy-700);border:1px solid var(--navy-100)}.case-row__tag--after{background:#f0fdf4;color:var(--green-700);border:1px solid #BBF7D0}.case-row__text{font-size:.875rem;color:var(--gray-600);line-height:1.75}.area-card{border-radius:var(--r-xl);color:var(--white);padding:1.5rem;text-align:center;box-shadow:var(--shadow-lg);transition:box-shadow var(--ease),transform var(--ease);position:relative;overflow:hidden}.area-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.area-card--1{background:linear-gradient(135deg,var(--blue-600),var(--blue-800))}.area-card--2{background:linear-gradient(135deg,var(--navy-600),var(--navy-800))}.area-card--3{background:linear-gradient(135deg,var(--teal-600),var(--teal-800))}.area-card--4{background:linear-gradient(135deg,var(--indigo-600),var(--indigo-800))}.area-card__initial{position:absolute;top:1rem;right:1rem;font-size:2.5rem;font-weight:900;opacity:.15;line-height:1}.area-card__pref{font-size:.75rem;color:#ffffffb3;margin-bottom:.25rem}.area-card__name{font-size:1.25rem;font-weight:900;margin-bottom:.75rem}.area-card__desc{font-size:.75rem;color:#fffc;line-height:1.6}.process-section{background:linear-gradient(135deg,var(--navy-900),var(--navy-800));color:var(--white);padding:5rem 0}.step-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 1024px){.step-row{grid-template-columns:repeat(4,1fr);position:relative}}@media (min-width: 1024px){.step-row:before{content:"";position:absolute;top:2rem;left:3rem;right:3rem;height:2px;background:var(--navy-600);z-index:0}}
