/* ========== Design-Tokens ========== */
:root {
    --bg: #fafafa;
    --bg-elevated: #fff;
    --ink: #0a0e27;
    --ink-2: #1a1f3a;
    --muted: #5a627a;
    --muted-2: #8a8fa3;
    --line: rgba(10, 14, 39, 0.08);
    --line-strong: rgba(10, 14, 39, 0.16);
    --accent: #ffc107;
    --accent-2: #ff9800;
    --grad-1: linear-gradient(135deg, #ffc107 0%, #ff7a00 100%);
    --grad-2: linear-gradient(135deg, #818cf8 0%, #c084fc 50%, #f0abfc 100%);
    --shadow-sm: 0 1px 2px rgba(10,14,39,0.04), 0 1px 3px rgba(10,14,39,0.06);
    --shadow-md: 0 4px 8px rgba(10,14,39,0.04), 0 10px 24px rgba(10,14,39,0.08);
    --shadow-lg: 0 12px 24px rgba(10,14,39,0.08), 0 32px 60px rgba(10,14,39,0.12);
    --radius: 16px;
    --radius-lg: 24px;
}

/* ========== Reset ========== */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.55;
    font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11', 'ss01';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, h4 { line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; }

/* ========== Reveal ========== */
[data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-reveal].is-revealed {
    opacity: 1;
    transform: translateY(0);
}

/* ========== Logo ========== */
.logo {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--ink);
}
.logo-mark {
    display: inline-flex;
    align-items: center; justify-content: center;
    width: 32px; height: 32px;
    background: var(--ink);
    color: var(--accent);
    border-radius: 9px;
    font-weight: 900;
    font-size: 1.05rem;
}
.logo-text {
    font-size: 1.08rem;
    letter-spacing: 0.02em;
}

/* ========== Navigation ========== */
.nav {
    position: sticky; top: 0; z-index: 50;
    background: rgba(250, 250, 250, 0.7);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid transparent;
    transition: background 0.2s, border-color 0.2s;
}
.nav-scrolled {
    background: rgba(250, 250, 250, 0.92);
    border-bottom-color: var(--line);
}
.nav-inner {
    display: flex; align-items: center; justify-content: space-between;
    padding: 0.85rem 1.5rem;
}
.nav-links { display: flex; gap: 0.4rem; align-items: center; }
.nav-links a {
    color: var(--muted);
    font-size: 0.93rem;
    font-weight: 500;
    padding: 0.5rem 0.85rem;
    border-radius: 8px;
    transition: color 0.15s, background 0.15s;
}
.nav-links a:not(.btn-nav):hover { color: var(--ink); background: rgba(10,14,39,0.04); }
.btn-nav {
    background: var(--ink) !important;
    color: #fff !important;
    margin-left: 0.5rem;
    padding: 0.55rem 1.1rem !important;
    border-radius: 100px !important;
    font-weight: 600 !important;
    transition: transform 0.15s, background 0.15s !important;
}
.btn-nav:hover { background: var(--ink-2) !important; transform: translateY(-1px); }

/* ========== Buttons ========== */
.btn {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.95rem 1.6rem;
    border-radius: 100px;
    font-weight: 600;
    font-size: 0.97rem;
    transition: transform 0.15s, box-shadow 0.2s, background 0.15s;
}
.btn-primary {
    background: var(--ink);
    color: #fff;
    box-shadow: 0 4px 14px rgba(10,14,39,0.18), 0 1px 0 rgba(255,255,255,0.06) inset;
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(10,14,39,0.28), 0 1px 0 rgba(255,255,255,0.06) inset;
}
.btn-primary svg { transition: transform 0.2s; }
.btn-primary:hover svg { transform: translateX(3px); }
.btn-ghost {
    background: transparent;
    color: var(--ink);
    border: 1px solid var(--line-strong);
}
.btn-ghost:hover { background: rgba(10,14,39,0.04); transform: translateY(-1px); }
.btn-block { width: 100%; justify-content: center; }

/* ========== HERO ========== */
.hero {
    position: relative;
    padding: 6.5rem 0 7rem;
    overflow: hidden;
}
.hero-bg {
    position: absolute; inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.7;
    will-change: transform;
}
.blob-1 {
    width: 480px; height: 480px;
    background: radial-gradient(circle, #ffd54a 0%, transparent 70%);
    top: -120px; right: -60px;
}
.blob-2 {
    width: 560px; height: 560px;
    background: radial-gradient(circle, #c084fc 0%, transparent 70%);
    top: 120px; left: -200px;
    opacity: 0.35;
}
.blob-3 {
    width: 400px; height: 400px;
    background: radial-gradient(circle, #60a5fa 0%, transparent 70%);
    bottom: -160px; right: 20%;
    opacity: 0.3;
}
.grid-pattern {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(10,14,39,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(10,14,39,0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
}
.hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center; gap: 0.5rem;
    background: rgba(10,14,39,0.06);
    border: 1px solid var(--line-strong);
    color: var(--ink);
    padding: 0.4rem 0.95rem;
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 1.5rem;
}
.eyebrow-dot {
    width: 6px; height: 6px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.18);
    animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.18); }
    50% { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0.08); }
}

.hero h1 {
    font-size: clamp(2.4rem, 5.2vw, 4rem);
    font-weight: 900;
    letter-spacing: -0.035em;
    margin-bottom: 1.4rem;
}
.grad-text {
    background: var(--grad-1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.grad-text-amber {
    background: linear-gradient(135deg, #ffc107 0%, #ffe082 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.hero .lead {
    font-size: 1.13rem;
    color: var(--muted);
    margin-bottom: 2rem;
    max-width: 36rem;
}

.cta-row {
    display: flex; gap: 0.7rem; flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.hero-trust {
    display: flex; gap: 1.5rem; flex-wrap: wrap;
    color: var(--muted);
    font-size: 0.85rem;
    font-weight: 500;
}
.trust-item {
    display: inline-flex;
    align-items: center; gap: 0.4rem;
}
.trust-item svg {
    color: #10b981;
    flex-shrink: 0;
}

/* ========== HERO VISUAL ========== */
.hero-visual {
    position: relative;
    height: 480px;
}

/* Phone Mockup */
.phone-mock {
    position: absolute;
    right: 18%;
    top: 0;
    width: 230px;
    height: 460px;
    background: #0a0e27;
    border-radius: 36px;
    padding: 8px;
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.08) inset,
        0 30px 70px rgba(10,14,39,0.4),
        0 6px 16px rgba(10,14,39,0.3);
    transform: rotate(-3deg);
    z-index: 2;
}
.phone-notch {
    position: absolute;
    top: 14px; left: 50%;
    transform: translateX(-50%);
    width: 80px; height: 20px;
    background: #000;
    border-radius: 100px;
    z-index: 3;
}
.phone-screen {
    width: 100%; height: 100%;
    background: linear-gradient(180deg, #f4f4f7 0%, #fff 30%);
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.phone-header {
    display: flex; justify-content: space-between; align-items: center;
    padding: 0.65rem 1.1rem 0.45rem;
    font-size: 0.7rem;
    font-weight: 700;
    color: #0a0e27;
}
.phone-icons { letter-spacing: 0.05em; opacity: 0.6; }
.phone-content {
    flex: 1;
    padding: 0.5rem 1.1rem 1.1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.phone-title {
    font-size: 1.05rem;
    font-weight: 800;
    margin-top: 0.4rem;
    letter-spacing: -0.01em;
}
.phone-subtitle {
    font-size: 0.65rem;
    color: var(--muted);
    margin-bottom: 0.85rem;
    font-weight: 500;
}
.phone-qr {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 0.6rem;
    margin: 0 auto;
    width: 140px; height: 140px;
    box-shadow: var(--shadow-sm);
}
.phone-cta {
    margin-top: auto;
    background: var(--ink);
    color: #fff;
    padding: 0.7rem;
    border-radius: 12px;
    font-size: 0.78rem;
    font-weight: 600;
}

/* Floating Service-Case Card */
.case-card {
    position: absolute;
    left: -2%;
    bottom: 6%;
    width: 290px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(10,14,39,0.18), 0 4px 12px rgba(10,14,39,0.06);
    overflow: hidden;
    transform: rotate(3deg);
    z-index: 3;
}
.case-card-top {
    background: #0a0e27;
    color: #fff;
    padding: 0.9rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.case-badge {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--accent);
    margin-bottom: 0.2rem;
}
.case-title {
    font-size: 0.92rem;
    font-weight: 700;
}
.case-prio {
    background: var(--accent);
    color: var(--ink);
    padding: 0.18rem 0.6rem;
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 700;
}
.case-body {
    padding: 0.5rem 1rem 0.85rem;
}
.case-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
    font-size: 0.83rem;
    font-weight: 500;
    border-bottom: 1px dashed var(--line);
}
.case-row:last-child { border-bottom: 0; }
.case-label {
    color: var(--muted-2);
    font-size: 0.78rem;
    font-weight: 500;
}
.case-status {
    color: #dc3545;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
.status-dot {
    width: 7px; height: 7px;
    background: #dc3545;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.18);
    animation: pulse-red 2s ease-in-out infinite;
}
@keyframes pulse-red {
    0%, 100% { box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.18); }
    50% { box-shadow: 0 0 0 6px rgba(220, 53, 69, 0.05); }
}

/* ========== STATS ========== */
.stats {
    padding: 3rem 0 4rem;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(255,255,255,0.4);
}
.stats-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}
.stat-num {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    background: var(--grad-1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-bottom: 0.35rem;
}
.stat-label {
    color: var(--muted);
    font-size: 0.85rem;
    line-height: 1.3;
    font-weight: 500;
}

/* ========== Section helpers ========== */
.section-eyebrow {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--accent-2);
    margin-bottom: 0.8rem;
}
.section-eyebrow.eyebrow-light { color: var(--accent); }
.section-heading {
    font-size: clamp(1.9rem, 3.6vw, 2.7rem);
    text-align: center;
    margin-bottom: 0.6rem;
    letter-spacing: -0.03em;
}
.section-heading-light {
    color: #fff;
    text-align: left;
}
.section-sub {
    text-align: center;
    color: var(--muted);
    font-size: 1.05rem;
    max-width: 42rem;
    margin: 0 auto 3.5rem;
}

/* ========== Features BENTO ========== */
.features { padding: 6rem 0 5rem; }
.features .section-eyebrow {
    display: block;
    text-align: center;
}
.bento {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: minmax(220px, auto);
    gap: 1.25rem;
    margin-top: 1rem;
}
.bento-card {
    background: var(--bg-elevated);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 1.8rem;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s, border-color 0.2s;
    display: flex;
    flex-direction: column;
}
.bento-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--line-strong);
}
.bento-large {
    grid-column: span 3;
    grid-row: span 2;
}
.bento-medium {
    grid-column: span 3;
}
.bento-small {
    grid-column: span 2;
}
.bento-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
}
.bento-card p {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.55;
}
.bento-icon, .bento-icon-light, .bento-icon-amber {
    width: 44px; height: 44px;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 1.2rem;
    flex-shrink: 0;
}
.bento-icon {
    background: rgba(10,14,39,0.06);
    color: var(--ink);
}
.bento-icon-amber {
    background: linear-gradient(135deg, #fff5d9 0%, #ffe082 100%);
    color: var(--ink);
}
.bento-icon-light {
    background: rgba(255,193,7,0.15);
    color: var(--accent);
}

/* Dark Bento Card */
.bento-dark {
    background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.06);
    position: relative;
    overflow: hidden;
}
.bento-dark::before {
    content: "";
    position: absolute;
    inset: -1px;
    background: radial-gradient(circle at top right, rgba(255,193,7,0.2) 0%, transparent 50%);
    pointer-events: none;
}
.bento-dark p { color: rgba(255,255,255,0.65); }

/* Bento Mini-Contacts in Large Card */
.bento-mini {
    margin-top: auto;
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.mini-contact {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    background: rgba(10,14,39,0.03);
    border: 1px solid var(--line);
    padding: 0.5rem 0.75rem;
    border-radius: 12px;
}
.mini-avatar {
    width: 28px; height: 28px;
    background: var(--grad-1);
    color: var(--ink);
    border-radius: 50%;
    display: inline-flex;
    align-items: center; justify-content: center;
    font-weight: 800;
    font-size: 0.7rem;
}
.mini-avatar-alt {
    background: rgba(10,14,39,0.85);
    color: #fff;
}
.mini-name {
    font-size: 0.88rem;
    font-weight: 500;
    flex: 1;
}
.mini-tag {
    background: var(--accent);
    color: var(--ink);
    padding: 0.15rem 0.55rem;
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 700;
}

/* ========== WORKFLOW ========== *  */
.how {
    padding: 6rem 0;
    background: linear-gradient(180deg, transparent 0%, rgba(10,14,39,0.02) 100%);
}
.how .section-eyebrow {
    display: block;
    text-align: center;
}
.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3.5rem;
}
.step {
    background: var(--bg-elevated);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 2rem 1.75rem;
    text-align: left;
    transition: transform 0.2s, box-shadow 0.2s;
}
.step:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}
.step-marker {
    margin-bottom: 1.5rem;
}
.step-num {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--accent-2);
    padding: 0.35rem 0.75rem;
    background: linear-gradient(135deg, #fff5d9 0%, #ffe082 100%);
    border-radius: 8px;
}
.step h3 {
    font-size: 1.25rem;
    margin-bottom: 0.6rem;
    letter-spacing: -0.01em;
}
.step p {
    color: var(--muted);
    font-size: 0.95rem;
}

/* ========== LIZENZ ========== */
.lizenz {
    position: relative;
    background: linear-gradient(180deg, #0a0e27 0%, #1a1f3a 100%);
    color: #fff;
    padding: 6rem 0;
    overflow: hidden;
}
.lizenz-bg {
    position: absolute; inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.blob-4 {
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(255,193,7,0.25) 0%, transparent 70%);
    filter: blur(80px);
    top: -100px; right: -100px;
    border-radius: 50%;
    position: absolute;
}
.blob-5 {
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(192,132,252,0.2) 0%, transparent 70%);
    filter: blur(80px);
    bottom: -100px; left: -100px;
    border-radius: 50%;
    position: absolute;
}
.lizenz-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 4rem;
    align-items: center;
}
.lizenz-text {
    color: rgba(255,255,255,0.78);
    font-size: 1.08rem;
    margin: 1.2rem 0 1.8rem;
    max-width: 32rem;
}
.check-list {
    list-style: none;
    display: grid;
    gap: 0.85rem;
}
.check-list li {
    position: relative;
    padding-left: 2rem;
    color: rgba(255,255,255,0.92);
    line-height: 1.5;
    font-size: 0.97rem;
}
.check-list li::before {
    content: "";
    position: absolute;
    left: 0; top: 4px;
    width: 18px; height: 18px;
    background: var(--grad-1);
    border-radius: 50%;
    background-image:
        var(--grad-1),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%230a0e27' d='M6.5 11.5 3.5 8.5l1-1 2 2 4.5-4.5 1 1z'/%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
}
.check-list code {
    background: rgba(255,255,255,0.1);
    padding: 1px 7px;
    border-radius: 4px;
    font-size: 0.92em;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

/* CTA-Card */
.cta-card {
    position: relative;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: var(--radius-lg);
    padding: 2.5rem 2rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    overflow: hidden;
}
.cta-glow {
    position: absolute;
    top: -50%; right: -50%;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(255,193,7,0.25) 0%, transparent 60%);
    pointer-events: none;
}
.cta-card-content { position: relative; }
.cta-badge {
    display: inline-block;
    background: var(--grad-1);
    color: var(--ink);
    padding: 0.32rem 0.85rem;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-bottom: 1rem;
}
.cta-card h3 {
    font-size: 1.55rem;
    color: #fff;
    margin-bottom: 0.6rem;
    letter-spacing: -0.02em;
}
.cta-card p {
    color: rgba(255,255,255,0.7);
    margin-bottom: 1.5rem;
    font-size: 0.97rem;
    line-height: 1.55;
}
.cta-card .btn-primary {
    background: var(--accent);
    color: var(--ink);
    box-shadow: 0 4px 20px rgba(255,193,7,0.4);
}
.cta-card .btn-primary:hover {
    background: #ffd54a;
    box-shadow: 0 8px 28px rgba(255,193,7,0.5);
}
.cta-foot {
    text-align: center;
    color: rgba(255,255,255,0.5);
    font-size: 0.82rem;
    margin-top: 0.85rem;
}

/* ========== KONTAKT ========== */
.kontakt {
    padding: 6rem 0;
    background: linear-gradient(180deg, rgba(10,14,39,0.02) 0%, transparent 100%);
}
.kontakt .section-eyebrow {
    display: block;
    text-align: center;
}
.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    max-width: 760px;
    margin: 1rem auto 0;
}
.contact-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: var(--bg-elevated);
    padding: 1.6rem 1.7rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.contact-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: var(--line-strong);
}
.contact-card:hover .contact-arrow { transform: translateX(4px); color: var(--ink); }
.contact-icon {
    width: 48px; height: 48px;
    background: linear-gradient(135deg, #fff5d9 0%, #ffe082 100%);
    border-radius: 12px;
    color: var(--ink);
    padding: 12px;
    flex-shrink: 0;
}
.contact-card > div:nth-child(2) {
    flex: 1;
}
.contact-card strong {
    display: block;
    font-size: 0.78rem;
    color: var(--muted-2);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.2rem;
    font-weight: 700;
}
.contact-card span {
    color: var(--ink);
    font-weight: 600;
    font-size: 1.02rem;
}
.contact-arrow {
    color: var(--muted-2);
    transition: transform 0.2s, color 0.2s;
}

/* ========== FOOTER ========== */
.footer {
    background: #0a0e27;
    color: rgba(255,255,255,0.65);
    padding: 4rem 0 2rem;
    font-size: 0.93rem;
}
.footer-inner {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 1fr;
    gap: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand .logo {
    color: #fff !important;
    margin-bottom: 1rem;
}
.footer-tag {
    color: rgba(255,255,255,0.5);
    font-size: 0.9rem;
    line-height: 1.55;
    max-width: 18rem;
}
.footer-col h4 {
    color: #fff;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.2rem;
    font-weight: 700;
}
.footer-col a {
    display: block;
    color: rgba(255,255,255,0.65);
    padding: 0.3rem 0;
    transition: color 0.15s;
    font-size: 0.93rem;
}
.footer-col a:hover { color: var(--accent); }
.footer-bottom {
    padding-top: 1.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    color: rgba(255,255,255,0.45);
    font-size: 0.85rem;
}
.footer-made { color: rgba(255,255,255,0.5); }

/* ========== RESPONSIVE ========== */
@media (max-width: 1000px) {
    .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
    .hero-visual { height: 460px; max-width: 480px; margin: 0 auto; }
    .lizenz-inner { grid-template-columns: 1fr; gap: 3rem; }
    .bento { grid-template-columns: repeat(6, 1fr); }
    .bento-large { grid-column: span 6; grid-row: auto; }
    .bento-medium { grid-column: span 3; }
    .bento-small { grid-column: span 2; }
}
@media (max-width: 760px) {
    .hero { padding: 4rem 0 5rem; }
    .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
    .bento { grid-template-columns: 1fr 1fr; }
    .bento-large, .bento-medium { grid-column: span 2; }
    .bento-small { grid-column: span 1; }
    .steps { grid-template-columns: 1fr; gap: 1.25rem; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: span 2; }
    .nav-links a:not(.btn-nav) { display: none; }
}
@media (max-width: 520px) {
    .hero-visual { height: 420px; }
    .phone-mock { right: 5%; transform: rotate(-3deg) scale(0.88); }
    .case-card { left: -10px; width: 260px; transform: rotate(3deg) scale(0.9); }
    .stats-inner { grid-template-columns: 1fr 1fr; }
    .bento { grid-template-columns: 1fr; }
    .bento-large, .bento-medium, .bento-small { grid-column: span 1; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { flex-direction: column; text-align: center; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
