*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;color:#1f2933;background:#ffffff;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;color:#0f2d4d;line-height:1.25;margin:0 0 0.6em}h1{font-size:clamp(2.1rem,4vw,3.2rem);font-weight:700}h2{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:600}h3{font-size:1.25rem;font-weight:600}p{margin:0 0 1em;color:#5b6b79}a{color:#e8622c;text-decoration:none;transition:color 0.25s ease}a:hover{color:#c94f1e}ul{margin:0;padding:0;list-style:none}img{max-width:100%;display:block}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 24px}.section{padding:96px 0}@media (max-width:600px){.section{padding:64px 0}}.section--alt{background:#f4f6f8}.section-header{max-width:640px;margin:0 auto 56px;text-align:center}.section-header .eyebrow{display:inline-block;color:#e8622c;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;font-size:0.8rem;margin-bottom:12px}.section-header p{margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 30px;border-radius:6px;font-weight:600;font-size:0.95rem;cursor:pointer;border:2px solid transparent;transition:transform 0.25s ease,box-shadow 0.25s ease,background 0.25s ease,color 0.25s ease,border-color 0.25s ease;white-space:nowrap}.btn--primary{background:#e8622c;color:#fff;box-shadow:0 10px 20px rgba(232,98,44,0.3)}.btn--primary:hover{background:#c94f1e;color:#fff;transform:translateY(-2px)}.btn--outline{background:transparent;border-color:#0f2d4d;color:#0f2d4d}.btn--outline:hover{background:#0f2d4d;color:#fff}.btn--outline-invert{background:transparent;border-color:rgba(255,255,255,0.5);color:#fff}.btn--outline-invert:hover{background:#fff;color:#0f2d4d;border-color:#fff}.icon{width:26px;height:26px;stroke:#e8622c;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,0.92);backdrop-filter:blur(8px);border-bottom:1px solid #e2e6ea}.header__inner{display:flex;align-items:center;justify-content:space-between;height:80px;gap:24px}.logo{display:flex;align-items:center;gap:12px;color:#0f2d4d;min-width:0;flex-shrink:1}.logo:hover{color:#0f2d4d}.logo__img{height:44px;width:auto;flex-shrink:0}.logo__text{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;font-weight:700;font-size:1.4rem;letter-spacing:0.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.logo__text span{color:#e8622c}.logo__text small{display:block;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;font-weight:500;font-size:0.55rem;letter-spacing:0.2em;text-transform:uppercase;color:#5b6b79;margin-top:-2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav ul{display:flex;gap:36px}.nav a{color:#1f2933;font-weight:500;font-size:0.95rem}.nav a:hover{color:#e8622c}.nav__cta{display:none}.nav__cta a.btn{color:#fff}.nav__cta a.btn:hover{color:#fff}.header__actions{display:flex;align-items:center;gap:20px;flex-shrink:0}.header__phone{display:flex;align-items:center;gap:8px;font-weight:600;color:#0f2d4d;font-size:0.95rem}.header__phone .icon{width:18px;height:18px}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;flex-shrink:0;border:none;background:transparent;cursor:pointer;padding:0}.nav-toggle span{display:block;height:2px;width:100%;background:#0f2d4d;border-radius:2px;transition:transform 0.25s ease,opacity 0.25s ease}.nav-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.is-active span:nth-child(2){opacity:0}.nav-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:900px){.nav-toggle{display:flex}.header__inner{gap:12px}.header__actions{gap:12px}.header__actions .btn--primary{display:none}.header__phone span.header__phone-text{display:none}.nav{position:absolute;top:80px;left:0;right:0;background:#fff;border-bottom:1px solid #e2e6ea;box-shadow:0 10px 30px rgba(15,45,77,0.08);max-height:0;overflow:hidden;transition:max-height 0.25s ease}.nav ul{flex-direction:column;gap:0;padding:8px 24px 20px}.nav li{border-top:1px solid #e2e6ea}.nav a{display:block;padding:14px 0}.nav.is-open{max-height:400px}.nav__cta{display:block;padding:16px 0 4px}.nav__cta a.btn{display:flex;width:100%;padding:14px 30px}}@media (max-width:600px){.logo__img{height:34px}.logo__text{font-size:1.1rem}.logo__text small{font-size:0.48rem}}@media (max-width:380px){.header__phone{display:none}}.hero{position:relative;background:radial-gradient(circle at 85% 20%,rgba(232,98,44,0.25),transparent 45%),linear-gradient(135deg,#0a1f37,#0f2d4d 70%);color:#fff;overflow:hidden;padding:140px 0 120px}@media (max-width:600px){.hero{padding:100px 0 80px}}.hero__inner{display:grid;grid-template-columns:1.1fr 0.9fr;gap:48px;align-items:center}.hero__content .eyebrow{display:inline-block;color:#e8622c;background:rgba(232,98,44,0.15);padding:6px 14px;border-radius:999px;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;font-size:0.75rem;margin-bottom:20px}.hero__content h1{color:#fff;margin-bottom:20px}.hero__content p{color:rgba(244,246,248,0.8);font-size:1.1rem;max-width:520px;margin-bottom:32px}.hero__actions{display:flex;gap:16px;flex-wrap:wrap}.hero__stats{display:flex;gap:40px;margin-top:56px;flex-wrap:wrap}.hero__stats div strong{display:block;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;font-size:2rem;color:#fff}.hero__stats div span{color:rgba(244,246,248,0.7);font-size:0.9rem}.hero__panel{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.14);border-radius:10px;padding:36px;backdrop-filter:blur(6px)}.hero__panel h3{color:#fff;margin-bottom:20px}.hero__panel ul li{display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.1);color:rgba(244,246,248,0.9);font-size:0.95rem}.hero__panel ul li:last-child{border-bottom:none}.hero__panel ul li .icon{flex-shrink:0;width:20px;height:20px;stroke:#e8622c;margin-top:2px}@media (max-width:900px){.hero__inner{grid-template-columns:1fr}}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px}.service-card{background:#fff;border:1px solid #e2e6ea;border-radius:10px;padding:32px 28px;transition:transform 0.25s ease,box-shadow 0.25s ease,border-color 0.25s ease}.service-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(15,45,77,0.15);border-color:transparent}.service-card .service-card__icon{width:52px;height:52px;border-radius:6px;background:rgba(232,98,44,0.1);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.service-card .service-card__icon .icon{width:26px;height:26px}.service-card h3{margin-bottom:10px}.service-card ul{margin-top:14px}.service-card ul li{position:relative;padding-left:18px;color:#5b6b79;font-size:0.92rem;margin-bottom:6px}.service-card ul li::before{content:'';position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:#e8622c}.services-note{margin-top:40px;background:#f4f6f8;border-left:4px solid #e8622c;border-radius:6px;padding:20px 24px;display:flex;gap:14px;align-items:flex-start}.services-note .icon{flex-shrink:0;margin-top:2px}.services-note p{margin:0;color:#1f2933}.about{display:grid;grid-template-columns:0.9fr 1.1fr;gap:56px;align-items:center}.about__visual{position:relative;aspect-ratio:4 / 5;border-radius:10px;background:linear-gradient(160deg,#0f2d4d,#1c4a73);display:flex;align-items:center;justify-content:center;overflow:hidden}.about__visual .icon{width:40%;height:40%;stroke:rgba(255,255,255,0.85);stroke-width:1.2}.about__visual::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(232,98,44,0.35),transparent 55%)}.about__content .eyebrow{display:inline-block;color:#e8622c;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;font-size:0.8rem;margin-bottom:12px}.about__content h2{margin-bottom:18px}.about__points{margin-top:28px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.about__points li{display:flex;gap:12px;align-items:flex-start;font-size:0.95rem;color:#1f2933}.about__points li .icon{flex-shrink:0;width:20px;height:20px;margin-top:2px}@media (max-width:900px){.about{grid-template-columns:1fr}.about__visual{aspect-ratio:16 / 9}.about__points{grid-template-columns:1fr}}.contact{background:linear-gradient(135deg,#0a1f37,#0f2d4d);color:#fff;border-radius:10px;padding:64px;display:grid;grid-template-columns:1fr 1fr;gap:56px}@media (max-width:900px){.contact{grid-template-columns:1fr;padding:40px 28px}}.contact__info h2{color:#fff}.contact__info > p{color:rgba(244,246,248,0.75);max-width:420px}.contact__privacy-note{color:rgba(244,246,248,0.65);font-size:0.85rem;margin-top:24px}.contact__privacy-note a{color:rgba(255,255,255,0.9);text-decoration:underline}.contact__list{margin-top:28px;display:flex;flex-direction:column;gap:20px}.contact__list li{display:flex;align-items:flex-start;gap:14px}.contact__list .icon{stroke:#e8622c;flex-shrink:0;margin-top:2px}.contact__list strong{display:block;color:#fff;font-size:0.85rem;font-weight:600;text-transform:uppercase;letter-spacing:0.04em;margin-bottom:2px}.contact__list a,.contact__list span{color:rgba(244,246,248,0.85)}.contact-form{background:#fff;border-radius:6px;padding:32px;color:#1f2933}.contact-form h3{margin-bottom:6px}.contact-form > p{font-size:0.9rem;margin-bottom:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width:600px){.form-row{grid-template-columns:1fr}}.form-field{margin-bottom:18px}.form-field label{display:block;font-size:0.85rem;font-weight:600;color:#0f2d4d;margin-bottom:6px}.form-field input,.form-field textarea{width:100%;border:1px solid #e2e6ea;border-radius:6px;padding:12px 14px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;font-size:0.95rem;color:#1f2933;background:#f4f6f8;transition:border-color 0.25s ease,background 0.25s ease}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:#e8622c;background:#fff}.form-field textarea{resize:vertical;min-height:110px}.form-submit{width:100%}.form-field--checkbox{display:flex;align-items:flex-start;gap:10px}.form-field--checkbox input[type='checkbox']{width:18px;height:18px;margin-top:2px;flex-shrink:0;accent-color:#e8622c}.form-field--checkbox label{display:block;font-size:0.85rem;font-weight:400;color:#5b6b79;line-height:1.5}.form-field--checkbox a{color:#e8622c;text-decoration:underline}.hp-field{position:absolute;left:-9999px;top:-9999px;width:1px;height:1px;overflow:hidden}.form-status{margin:16px 0 0;font-size:0.9rem;min-height:1.4em}.form-status--success{color:#1a7a4c}.form-status--error{color:#c94f1e}.form-note{font-size:0.8rem;color:#5b6b79;margin-top:-6px;margin-bottom:20px}.form-note a{color:#e8622c}.impressum-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:40px;background:#fff;border:1px solid #e2e6ea;border-radius:10px;padding:44px}@media (max-width:600px){.impressum-grid{padding:28px}}.impressum-block h3{font-size:1rem;text-transform:uppercase;letter-spacing:0.05em;color:#e8622c;margin-bottom:14px}.impressum-block p,.impressum-block address{font-style:normal;color:#1f2933;margin:0 0 4px;line-height:1.6}.impressum-block .muted{color:#5b6b79;font-size:0.9rem}.legal-page{padding:64px 0 96px}.legal-page__header{max-width:720px;margin:0 auto 48px}.legal-page__header .eyebrow{display:inline-block;color:#e8622c;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;font-size:0.8rem;margin-bottom:12px}.legal-page__header p{margin:0}.legal-content{max-width:720px;margin:0 auto}.legal-content h2{font-size:1.3rem;margin-top:2.2em}.legal-content h2:first-child{margin-top:0}.legal-content h3{font-size:1.05rem;color:#0f2d4d;margin-top:1.6em}.legal-content p,.legal-content li{color:#1f2933}.legal-content ul{margin:0 0 1em;padding-left:4px}.legal-content ul li{position:relative;padding-left:20px;margin-bottom:8px}.legal-content ul li::before{content:'';position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:#e8622c}.legal-content a{text-decoration:underline}.legal-content .placeholder{background:rgba(232,98,44,0.12);padding:2px 6px;border-radius:4px;color:#c94f1e;font-weight:600}.site-footer{background:#0a1f37;color:rgba(244,246,248,0.7);padding:48px 0 28px}.footer__inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,0.1)}.footer__logo{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;font-weight:700;font-size:1.2rem;color:#fff}.footer__logo span{color:#e8622c}.footer__nav{display:flex;gap:28px;flex-wrap:wrap}.footer__nav a{color:rgba(244,246,248,0.7);font-size:0.9rem}.footer__nav a:hover{color:#e8622c}.footer__bottom{padding-top:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:0.85rem}