/* Seitkon GmbH – Website Styles */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'IBM Plex Sans', sans-serif; color: #0c1b3a; background: #fff; -webkit-font-smoothing: antialiased; }
::selection { background: #25b6a7; color: #fff; }
a { color: inherit; }

@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes drift { 0%,100% { transform: translate(0,0); } 50% { transform: translate(20px,-18px); } }

.sk-wrap { font-family: 'IBM Plex Sans', sans-serif; }
/* Überstehende Deko-Elemente (Hero-Quadrate, CTA-Blobs) horizontal abschneiden,
   ohne einen Scroll-Container zu erzeugen – overflow-x:hidden auf .sk-wrap
   bricht den Sticky-Header und erzeugt unsaubere Ränder. */
html, body { overflow-x: hidden; overflow-x: clip; }
.sk-mw { max-width: 1200px; margin: 0 auto; }
.sk-head { font-family: 'Space Grotesk', sans-serif; letter-spacing: -0.02em; }
.sk-grad-text { background: linear-gradient(120deg,#1f63d6,#25b6a7); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.sk-grad-bg { background: linear-gradient(120deg,#1f63d6,#25b6a7); }

/* NAV */
.sk-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.85); backdrop-filter: blur(12px); border-bottom: 1px solid #e9eef5; }
.sk-nav { padding: 14px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.sk-nav-links { display: flex; align-items: center; gap: 34px; }
.sk-nav-link { font-size: 15px; font-weight: 500; color: #33415c; text-decoration: none; }
.sk-nav-cta { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; color: #fff; text-decoration: none; background: linear-gradient(120deg,#1f63d6,#25b6a7); padding: 11px 22px; border-radius: 10px; box-shadow: 0 6px 18px rgba(31,99,214,0.25); }
.sk-nav-burger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.sk-nav-burger span { display: block; width: 24px; height: 2.5px; border-radius: 2px; background: #0c1b3a; transition: transform .25s, opacity .2s; }
.sk-nav-burger span + span { margin-top: 5px; }
.sk-nav-burger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.sk-nav-burger.open span:nth-child(2) { opacity: 0; }
.sk-nav-burger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* HERO */
.sk-hero { padding: 92px 32px 96px; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.sk-pill { display: inline-flex; align-items: center; gap: 9px; padding: 7px 15px; border-radius: 999px; border: 1px solid #d6e4f7; background: #f7faff; margin-bottom: 24px; }
.sk-pill-dot { width: 7px; height: 7px; border-radius: 2px; background: #1f63d6; }
.sk-pill-txt { font-size: 13px; letter-spacing: 0.08em; color: #1f63d6; font-weight: 700; text-transform: uppercase; }
.sk-h1 { font-size: 60px; line-height: 1.05; font-weight: 700; color: #0c1b3a; letter-spacing: -0.03em; text-wrap: balance; }
.sk-hero-p { margin-top: 22px; font-size: 20px; line-height: 1.6; color: #5a6b85; max-width: 520px; }
.sk-btn-row { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.sk-btn-primary { background: linear-gradient(120deg,#1f63d6,#25b6a7); color: #fff; font-weight: 600; font-size: 16px; text-decoration: none; padding: 15px 30px; border-radius: 12px; box-shadow: 0 10px 30px rgba(31,99,214,0.28); }
.sk-btn-ghost { background: #fff; color: #0c1b3a; font-weight: 600; font-size: 16px; text-decoration: none; padding: 15px 30px; border-radius: 12px; border: 1px solid #dbe5f1; }

/* HERO VISUAL */
.sk-hero-vis { position: relative; height: 440px; }
.sk-hero-card { position: absolute; inset: 30px; border-radius: 28px; background: linear-gradient(140deg,#1f63d6,#25b6a7); box-shadow: 0 30px 70px rgba(20,60,150,0.25); }
.sk-hero-sheen { position: absolute; inset: 30px; border-radius: 28px; background: radial-gradient(120% 120% at 100% 0%, rgba(255,255,255,0.25), transparent 50%); }
.sk-sq { position: absolute; border-radius: 6px; }
.sk-win { position: absolute; top: 74px; left: 70px; right: 70px; background: rgba(255,255,255,0.95); border-radius: 16px; padding: 18px 20px; box-shadow: 0 16px 40px rgba(10,30,80,0.18); }
.sk-win-dots { display: flex; gap: 7px; margin-bottom: 14px; }
.sk-win-dots span { width: 10px; height: 10px; border-radius: 50%; }
.sk-win-line { height: 9px; border-radius: 5px; margin-bottom: 10px; }
.sk-badge-card { position: absolute; bottom: 66px; left: 104px; right: 46px; background: #fff; border-radius: 14px; padding: 16px 18px; box-shadow: 0 16px 40px rgba(10,30,80,0.18); display: flex; align-items: center; gap: 13px; }

/* TRUST STRIP */
.sk-trust { border-top: 1px solid #eef2f7; border-bottom: 1px solid #eef2f7; background: #fafcfe; }
.sk-trust-row { padding: 30px 32px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.sk-trust-label { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: #8895ab; font-weight: 600; }
.sk-trust-items { display: flex; flex-wrap: wrap; gap: 40px; align-items: center; }
.sk-trust-items span { font-size: 16px; font-weight: 600; color: #aeb9ca; }

/* SECTION HELPERS */
.sk-eyebrow { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: #1f63d6; font-weight: 700; }
.sk-section { padding: 104px 32px 60px; }
.sk-h2 { font-size: 42px; line-height: 1.12; font-weight: 700; color: #0c1b3a; letter-spacing: -0.02em; text-wrap: balance; }
.sk-lead { margin-top: 18px; font-size: 18px; line-height: 1.6; color: #5a6b85; }

/* LEISTUNGEN */
.sk-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.sk-card { border: 1px solid #e7eef6; border-radius: 18px; padding: 30px 28px; background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.sk-card:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(16,40,90,0.10); border-color: #d2e2f5; }
.sk-card-no { width: 50px; height: 50px; border-radius: 13px; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 700; }
.sk-card h3 { font-family: 'Space Grotesk', sans-serif; font-size: 21px; font-weight: 600; color: #0c1b3a; margin-bottom: 10px; }
.sk-card p { font-size: 15.5px; line-height: 1.62; color: #5a6b85; }

/* ÜBER UNS */
.sk-about { margin-top: 70px; background: linear-gradient(180deg,#fafcfe,#f1f6fc); }
.sk-about-inner { padding: 96px 32px; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 72px; align-items: center; }
.sk-check-row { display: flex; align-items: flex-start; gap: 13px; }
.sk-check { flex: none; margin-top: 3px; width: 22px; height: 22px; border-radius: 6px; background: linear-gradient(120deg,#1f63d6,#25b6a7); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 13px; font-weight: 700; }
.sk-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.sk-stat { background: #fff; border: 1px solid #e7eef6; border-radius: 18px; padding: 28px 24px; }
.sk-stat-n { font-family: 'Space Grotesk', sans-serif; font-size: 38px; font-weight: 700; letter-spacing: -0.02em; }

/* TEAM */
.sk-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 960px; }
.sk-member { border: 1px solid #e7eef6; border-radius: 22px; background: #fff; padding: 30px; transition: box-shadow .25s, border-color .25s; }
.sk-member:hover { box-shadow: 0 18px 40px rgba(16,40,90,0.08); border-color: #d2e2f5; }
.sk-member-head { display: flex; align-items: center; gap: 20px; margin-bottom: 18px; }
.sk-member-photo { position: relative; flex: none; width: 104px; aspect-ratio: 840 / 945; border-radius: 18px; overflow: hidden; }
.sk-member-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sk-member-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.9); font-family: 'Space Grotesk', sans-serif; font-size: 30px; font-weight: 600; }
.sk-member h3 { font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 600; color: #0c1b3a; }
.sk-role { margin-top: 5px; font-size: 14.5px; font-weight: 600; color: #1f63d6; letter-spacing: 0.02em; }
.sk-member-bio { font-size: 15.5px; line-height: 1.62; color: #5a6b85; }
.sk-tags { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.sk-tag { font-size: 13px; font-weight: 500; color: #33415c; padding: 6px 12px; border-radius: 8px; }
.sk-email { margin-top: 20px; display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; color: #1f63d6; text-decoration: none; }

/* VORGEHEN */
.sk-grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.sk-step { position: relative; padding-top: 28px; }
.sk-step-bar { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,#1f63d6,#25b6a7); border-radius: 3px; }
.sk-step-k { font-family: 'Space Grotesk', sans-serif; font-size: 15px; font-weight: 700; color: #1f63d6; letter-spacing: 0.04em; }
.sk-step h3 { margin-top: 10px; font-family: 'Space Grotesk', sans-serif; font-size: 20px; font-weight: 600; color: #0c1b3a; }
.sk-step p { margin-top: 9px; font-size: 15px; line-height: 1.6; color: #5a6b85; }

/* FAQ */
.sk-faq { max-width: 1000px; margin: 0 auto; padding: 104px 32px 20px; }
.sk-faq-list { display: flex; flex-direction: column; gap: 14px; }
.sk-faq-item { border: 1px solid #e7eef6; border-radius: 16px; background: #fff; overflow: hidden; }
.sk-faq-q { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 26px; cursor: pointer; list-style: none; font-family: 'IBM Plex Sans', sans-serif; }
.sk-faq-q::-webkit-details-marker { display: none; }
.sk-faq-q span.q { font-size: 18px; font-weight: 600; color: #0c1b3a; line-height: 1.4; }
.sk-faq-icon { flex: none; width: 30px; height: 30px; border-radius: 9px; display: flex; align-items: center; justify-content: center; background: #eef4fd; color: #1f63d6; font-size: 20px; font-weight: 600; transition: transform .2s; }
.sk-faq-item[open] .sk-faq-icon { background: linear-gradient(120deg,#1f63d6,#25b6a7); color: #fff; transform: rotate(45deg); }
.sk-faq-a p { padding: 0 26px 24px; font-size: 16px; line-height: 1.65; color: #5a6b85; }

/* CTA */
.sk-cta-wrap { max-width: 1200px; margin: 90px auto 0; padding: 0 32px; }
.sk-cta { position: relative; overflow: hidden; border-radius: 26px; background: linear-gradient(120deg,#0c1b3a,#16357f 55%,#1f8f97); padding: 66px 56px; }
.sk-cta-blob1 { position: absolute; top: -40px; right: 60px; width: 120px; height: 120px; border-radius: 24px; background: rgba(37,182,167,0.35); filter: blur(8px); animation: drift 9s ease-in-out infinite; }
.sk-cta-blob2 { position: absolute; bottom: -30px; right: 240px; width: 70px; height: 70px; border-radius: 14px; background: rgba(255,255,255,0.10); animation: floaty 7s ease-in-out infinite; }
.sk-cta h2 { font-family: 'Space Grotesk', sans-serif; font-size: 38px; line-height: 1.16; font-weight: 700; color: #fff; letter-spacing: -0.02em; text-wrap: balance; }
.sk-cta p { margin-top: 16px; font-size: 18px; line-height: 1.6; color: #c4d2ec; }
.sk-cta-btn { display: inline-flex; align-items: center; gap: 9px; margin-top: 30px; background: #fff; color: #0c1b3a; font-weight: 600; font-size: 16px; text-decoration: none; padding: 14px 28px; border-radius: 11px; }

/* KONTAKT */
.sk-contact { max-width: 1200px; margin: 0 auto; padding: 100px 32px 90px; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; }
.sk-contact-item { display: flex; align-items: center; gap: 14px; }
.sk-contact-icon { flex: none; width: 44px; height: 44px; border-radius: 12px; background: #eef4fd; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.sk-form-box { background: #fafcfe; border: 1px solid #e7eef6; border-radius: 22px; padding: 36px; }
.sk-label { display: block; }
.sk-label span { display: block; font-size: 14px; font-weight: 600; color: #33415c; margin-bottom: 7px; }
.sk-input, .sk-textarea { width: 100%; padding: 12px 14px; font-size: 15px; font-family: 'IBM Plex Sans', sans-serif; color: #0c1b3a; background: #fff; border: 1px solid #dbe5f1; border-radius: 11px; outline: none; }
.sk-textarea { resize: vertical; }
.sk-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sk-field { margin-bottom: 16px; }
.sk-submit { margin-top: 18px; width: 100%; background: linear-gradient(120deg,#1f63d6,#25b6a7); color: #fff; font-weight: 600; font-size: 16px; font-family: 'IBM Plex Sans', sans-serif; border: none; padding: 15px; border-radius: 12px; cursor: pointer; box-shadow: 0 10px 26px rgba(31,99,214,0.25); }
.sk-form-error { margin-top: 16px; padding: 12px 16px; border-radius: 10px; background: #fdeeee; border: 1px solid #f3c6c6; color: #b3261e; font-size: 14.5px; line-height: 1.5; }
.sk-label .validation-message { display: block; margin-top: 6px; font-size: 13.5px; }
.sk-cookie-hint { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 100; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; max-width: 720px; margin: 0 auto; background: #0c1b3a; color: #c4d2ec; padding: 16px 20px; border-radius: 14px; box-shadow: 0 18px 40px rgba(10,30,80,0.35); font-size: 14.5px; line-height: 1.5; font-family: 'IBM Plex Sans', sans-serif; }
.sk-cookie-hint[hidden] { display: none; }
.sk-cookie-hint a { color: #6fd6cb; }
.sk-cookie-hint button { flex: none; background: linear-gradient(120deg,#1f63d6,#25b6a7); color: #fff; border: none; padding: 10px 20px; border-radius: 9px; font-weight: 600; font-size: 14.5px; cursor: pointer; font-family: 'IBM Plex Sans', sans-serif; }
altcha-widget { display: block; --altcha-border-radius: 11px; --altcha-color-border: #dbe5f1; --altcha-max-width: 100%; }
.sk-sent { text-align: center; padding: 40px 10px; }
.sk-sent-icon { width: 60px; height: 60px; border-radius: 16px; margin: 0 auto 18px; background: linear-gradient(120deg,#1f63d6,#25b6a7); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 28px; }

/* FOOTER */
.sk-footer { background: #0c1b3a; color: #fff; }
.sk-footer-grid { padding: 60px 32px 30px; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.sk-footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.sk-footer-mark { width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(120deg,#1f63d6,#25b6a7); display: flex; align-items: center; justify-content: center; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 20px; color: #fff; }
.sk-footer h4 { font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: #6f82a6; font-weight: 600; margin-bottom: 16px; }
.sk-footer-col { display: flex; flex-direction: column; gap: 11px; }
.sk-footer-col a, .sk-footer-col span { font-size: 15px; color: #c4d2ec; text-decoration: none; }
.sk-footer p { font-size: 15px; line-height: 1.6; color: #9fb0cd; max-width: 330px; }
.sk-footer-bar { border-top: 1px solid #1c2c52; }
.sk-footer-bar-in { padding: 20px 32px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; }
.sk-footer-bar-in span, .sk-footer-bar-in a { font-size: 14px; color: #7e90b3; text-decoration: none; }

/* RESPONSIVE */
@media (max-width: 920px) {
  .sk-hero, .sk-about-inner, .sk-contact { grid-template-columns: 1fr; }
  .sk-hero-vis { display: none; }
  .sk-grid-3, .sk-grid-4, .sk-grid-2 { grid-template-columns: 1fr; }
  .sk-nav-burger { display: block; }
  .sk-nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid #e9eef5; box-shadow: 0 18px 30px rgba(16,40,90,0.10); padding: 10px 20px 18px; }
  .sk-nav-links.open { display: flex; }
  .sk-nav-links .sk-nav-link { padding: 13px 6px; border-bottom: 1px solid #f0f4f9; font-size: 16px; }
  .sk-nav-links .sk-nav-cta { margin-top: 14px; justify-content: center; }
  .sk-h1 { font-size: 42px; }
  .sk-h2 { font-size: 32px; }
  .sk-footer-grid { grid-template-columns: 1fr; }
}

/* RECHTSSEITEN (Impressum / Datenschutz) */
.sk-legal { max-width: 860px; margin: 0 auto; padding: 64px 32px 90px; }
.sk-legal h1 { font-family: 'Space Grotesk', sans-serif; font-size: 38px; font-weight: 700; color: #0c1b3a; letter-spacing: -0.02em; margin-bottom: 28px; }
.sk-legal h2 { font-family: 'Space Grotesk', sans-serif; font-size: 24px; font-weight: 600; color: #0c1b3a; margin: 38px 0 12px; }
.sk-legal p { font-size: 16px; line-height: 1.65; color: #33415c; margin-bottom: 14px; }
.sk-legal a { color: #1f63d6; }
.sk-legal table td { padding: 2px 18px 2px 0; }
.sk-legal-footer { border-top: 1px solid #e9eef5; }
.sk-legal-footer-in { max-width: 1200px; margin: 0 auto; padding: 22px 32px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; }
.sk-legal-footer-in span, .sk-legal-footer-in a { font-size: 14px; color: #7e8aa0; text-decoration: none; }
