/* ============================================
   SYSTEMUNTERNEHMER — Premium Landing Page Styles
   ============================================ */

/* --- Reset & Base --- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --color-bg: #fafaf9;
    --color-bg-alt: #f5f3f0;
    --color-dark: #0f1419;
    --color-dark-soft: #1a1f26;
    --color-text: #2c3340;
    --color-text-muted: #5a6477;
    --color-primary: #b8860b;
    --color-primary-hover: #9a7209;
    --color-primary-light: rgba(184, 134, 11, 0.08);
    --color-primary-glow: rgba(184, 134, 11, 0.15);
    --color-accent: #1a3a5c;
    --color-accent-light: #24507a;
    --color-white: #ffffff;
    --color-border: #e5e2dd;
    --color-border-light: #edeae6;

    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-display: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

    --shadow-sm: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 14px rgba(0,0,0,0.06), 0 2px 6px rgba(0,0,0,0.04);
    --shadow-lg: 0 12px 40px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.04);
    --shadow-xl: 0 24px 60px rgba(0,0,0,0.1), 0 8px 20px rgba(0,0,0,0.05);

    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 28px;

    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: var(--font-body);
    color: var(--color-text);
    background: var(--color-bg);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

/* --- Scroll Progress Bar --- */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-primary), #d4a017, var(--color-primary));
    background-size: 200% 100%;
    animation: shimmer 3s ease infinite;
    width: 0%;
    z-index: 10000;
    transition: width 0.1s linear;
}

/* --- Cursor Glow (Desktop only) --- */
.cursor-glow {
    position: fixed;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(184, 134, 11, 0.06) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    opacity: 0;
}

body:hover .cursor-glow {
    opacity: 1;
}

/* --- Animations --- */
.fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Slide-in variants */
.fade-in-left {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.fade-in-right {
    opacity: 0;
    transform: translateX(60px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.fade-in-left.visible,
.fade-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Scale-in */
.scale-in {
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.scale-in.visible {
    opacity: 1;
    transform: scale(1);
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.5); }
}

@keyframes count-up {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

@keyframes orb-float-1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(30px, -40px) scale(1.05); }
    50% { transform: translate(-20px, -60px) scale(0.95); }
    75% { transform: translate(40px, -20px) scale(1.02); }
}

@keyframes orb-float-2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-50px, 30px) scale(1.08); }
    66% { transform: translate(30px, -40px) scale(0.96); }
}

@keyframes orb-float-3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    20% { transform: translate(40px, 20px) scale(1.03); }
    60% { transform: translate(-30px, -50px) scale(0.97); }
    80% { transform: translate(20px, -20px) scale(1.05); }
}

@keyframes particle-rise {
    0% { transform: translateY(0) translateX(0) scale(1); opacity: 0; }
    10% { opacity: 0.6; }
    90% { opacity: 0.6; }
    100% { transform: translateY(-100vh) translateX(var(--drift, 0px)) scale(0.3); opacity: 0; }
}

@keyframes glow-pulse {
    0%, 100% { box-shadow: 0 4px 16px rgba(184, 134, 11, 0.25); }
    50% { box-shadow: 0 4px 28px rgba(184, 134, 11, 0.45), 0 0 60px rgba(184, 134, 11, 0.1); }
}

@keyframes line-grow {
    from { width: 0; }
    to { width: 60px; }
}

@keyframes spin-slow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* --- Buttons --- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all var(--transition);
    text-decoration: none;
    white-space: nowrap;
}

.btn-primary {
    background: var(--color-primary);
    color: var(--color-white);
    padding: 14px 32px;
    border-radius: 60px;
    font-size: 16px;
    box-shadow: 0 4px 16px rgba(184, 134, 11, 0.25);
    position: relative;
    overflow: hidden;
    z-index: 1;
    animation: glow-pulse 3s ease-in-out infinite;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    z-index: -1;
    transition: left 0.6s ease;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    background: var(--color-primary-hover);
    box-shadow: 0 8px 32px rgba(184, 134, 11, 0.45);
    transform: translateY(-3px) scale(1.02);
    animation: none;
}

.btn-lg {
    padding: 18px 40px;
    font-size: 17px;
}

.btn-nav {
    background: var(--color-primary);
    color: var(--color-white);
    padding: 10px 24px;
    border-radius: 60px;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(184, 134, 11, 0.2);
}

.btn-nav:hover {
    background: var(--color-primary-hover);
    transform: translateY(-1px);
}

/* --- Navigation --- */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 20px 0;
    transition: all var(--transition);
}

.navbar.scrolled {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 12px 0;
    box-shadow: 0 1px 20px rgba(0,0,0,0.06);
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 20px;
    color: var(--color-dark);
}

.logo-icon {
    color: var(--color-primary);
    font-size: 24px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 36px;
}

.nav-links a {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-muted);
    transition: color var(--transition);
    position: relative;
}

.nav-links a:hover {
    color: var(--color-dark);
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-primary);
    transition: width var(--transition);
}

.nav-links a:hover::after {
    width: 100%;
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.mobile-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--color-dark);
    border-radius: 2px;
    transition: all var(--transition);
}

/* --- Hero --- */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
    background: linear-gradient(160deg, #0f1419 0%, #1a2332 40%, #1e2d42 100%);
    overflow: hidden;
}

.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(184, 134, 11, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(26, 58, 92, 0.2) 0%, transparent 50%);
    pointer-events: none;
}

/* Hero Floating Orbs */
.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
}

.hero-orb-1 {
    width: 500px;
    height: 500px;
    background: rgba(184, 134, 11, 0.07);
    top: -100px;
    left: -150px;
    animation: orb-float-1 20s ease-in-out infinite;
}

.hero-orb-2 {
    width: 400px;
    height: 400px;
    background: rgba(26, 58, 92, 0.12);
    bottom: -100px;
    right: -100px;
    animation: orb-float-2 25s ease-in-out infinite;
}

.hero-orb-3 {
    width: 300px;
    height: 300px;
    background: rgba(184, 134, 11, 0.05);
    top: 50%;
    left: 50%;
    animation: orb-float-3 18s ease-in-out infinite;
}

/* Hero Particles */
.hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.hero-particle {
    position: absolute;
    bottom: -10px;
    width: 3px;
    height: 3px;
    background: rgba(184, 134, 11, 0.4);
    border-radius: 50%;
    animation: particle-rise var(--duration, 12s) var(--delay, 0s) linear infinite;
}

.hero-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(184, 134, 11, 0.12);
    color: var(--color-primary);
    padding: 8px 18px;
    border-radius: 60px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 28px;
    border: 1px solid rgba(184, 134, 11, 0.2);
}

.badge-dot {
    width: 6px;
    height: 6px;
    background: var(--color-primary);
    border-radius: 50%;
    animation: pulse-dot 2s ease-in-out infinite;
}

.hero-title {
    font-family: var(--font-display);
    font-size: clamp(30px, 3.5vw, 44px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--color-white);
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.hero-subtitle {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 36px;
    max-width: 520px;
}

.hero-cta {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
}

.hero-note {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    padding-left: 4px;
}

.hero-visual {
    display: flex;
    justify-content: center;
}

.hero-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    padding: 36px;
    backdrop-filter: blur(12px);
    width: 100%;
    max-width: 460px;
}

.stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.stat-item {
    text-align: center;
    padding: 20px 12px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.stat-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(184, 134, 11, 0.08) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.stat-item:hover {
    background: rgba(184, 134, 11, 0.06);
    border-color: rgba(184, 134, 11, 0.2);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(184, 134, 11, 0.1);
}

.stat-item:hover::after {
    opacity: 1;
}

.stat-number {
    font-family: var(--font-display);
    font-size: 42px;
    font-weight: 700;
    color: var(--color-primary);
    display: inline;
    line-height: 1;
}

.stat-suffix {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 600;
    color: var(--color-primary);
}

.stat-label {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 8px;
    line-height: 1.5;
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    animation: float 3s ease-in-out infinite;
}

/* --- Trust Bar --- */
.trust-bar {
    background: var(--color-white);
    padding: 28px 0;
    border-bottom: 1px solid var(--color-border-light);
}

.trust-items {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-muted);
}

.trust-item svg {
    color: var(--color-primary);
    flex-shrink: 0;
}

/* --- Section Styles --- */
.section {
    padding: 100px 0;
}

.section-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 64px;
}

.section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--color-primary);
    margin-bottom: 16px;
    padding: 6px 16px;
    background: var(--color-primary-light);
    border-radius: 60px;
}

.section-tag-light {
    background: rgba(255, 255, 255, 0.15);
    color: var(--color-white);
}

.section-title {
    font-family: var(--font-display);
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 800;
    color: var(--color-dark);
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.section-desc {
    font-size: 17px;
    color: var(--color-text-muted);
    line-height: 1.7;
}

/* --- Problems --- */
.problems {
    background: var(--color-white);
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.problem-card {
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 36px;
    transition: all var(--transition);
    position: relative;
    overflow: hidden;
}

.problem-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--color-primary), transparent);
    opacity: 0;
    transition: opacity var(--transition);
}

.problem-card:hover {
    border-color: rgba(184, 134, 11, 0.2);
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.problem-card:hover::before {
    opacity: 1;
}

.problem-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary-light);
    border-radius: var(--radius-md);
    margin-bottom: 20px;
    color: var(--color-primary);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.problem-card:hover .problem-icon {
    background: var(--color-primary);
    color: var(--color-white);
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 8px 20px rgba(184, 134, 11, 0.25);
}

.problem-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 12px;
}

.problem-card p {
    font-size: 15px;
    color: var(--color-text-muted);
    line-height: 1.7;
    margin-bottom: 20px;
}

.problem-stat {
    padding-top: 16px;
    border-top: 1px solid var(--color-border-light);
    font-size: 14px;
    color: var(--color-text-muted);
}

.problem-stat strong {
    color: var(--color-primary);
    font-weight: 700;
}

/* --- Transition --- */
.section-transition {
    padding: 60px 0;
    background: var(--color-white);
}

.transition-content {
    text-align: center;
}

.transition-text {
    font-family: var(--font-display);
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 700;
    color: var(--color-dark);
    letter-spacing: -0.02em;
    position: relative;
    display: inline-block;
}

.transition-text::before,
.transition-text::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 60px;
    height: 2px;
    background: var(--color-primary);
}

.transition-text::before {
    right: calc(100% + 24px);
}

.transition-text::after {
    left: calc(100% + 24px);
}

/* --- Solutions --- */
.solutions {
    background: var(--color-bg);
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.solution-card {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 40px;
    transition: all var(--transition);
    display: flex;
    gap: 24px;
}

.solution-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
    border-color: rgba(184, 134, 11, 0.15);
}

.solution-number {
    font-family: var(--font-display);
    font-size: 48px;
    font-weight: 800;
    color: var(--color-primary-light);
    line-height: 1;
    flex-shrink: 0;
    background: linear-gradient(180deg, var(--color-primary), rgba(184, 134, 11, 0.3));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solution-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 12px;
}

.solution-content p {
    font-size: 15px;
    color: var(--color-text-muted);
    line-height: 1.7;
    margin-bottom: 20px;
}

.solution-benefits {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.solution-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text);
}

.solution-benefits svg {
    color: var(--color-primary);
    flex-shrink: 0;
    margin-top: 2px;
}

/* --- Human Touch --- */
.human-touch {
    background: var(--color-white);
}

.human-touch-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.human-touch-content .section-title {
    text-align: left;
}

.human-touch-content p {
    font-size: 16px;
    color: var(--color-text-muted);
    line-height: 1.8;
    margin-bottom: 16px;
}

.balance-card {
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.balance-side {
    padding: 32px;
}

.balance-side h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}

.balance-tech h4 {
    color: var(--color-primary);
}

.balance-human h4 {
    color: var(--color-accent);
}

.balance-side ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.balance-side li {
    font-size: 14px;
    color: var(--color-text-muted);
    padding-left: 16px;
    position: relative;
}

.balance-side li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.balance-tech li::before {
    background: var(--color-primary);
}

.balance-human li::before {
    background: var(--color-accent);
}

.balance-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    position: relative;
}

.balance-divider::before {
    content: '';
    position: absolute;
    left: 32px;
    right: 32px;
    height: 1px;
    background: var(--color-border);
}

.balance-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
    border: 2px solid var(--color-border);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    color: var(--color-primary);
}

/* --- Results --- */
.results {
    background: var(--color-bg);
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.result-card {
    text-align: center;
    padding: 40px 28px;
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    transition: all var(--transition);
}

.result-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
    border-color: rgba(184, 134, 11, 0.15);
}

.result-icon-wrap {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary-light);
    border-radius: 50%;
    margin: 0 auto 20px;
    color: var(--color-primary);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.result-card:hover .result-icon-wrap {
    transform: scale(1.12) rotate(5deg);
    background: rgba(184, 134, 11, 0.14);
    box-shadow: 0 0 30px rgba(184, 134, 11, 0.15);
}

.result-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 10px;
}

.result-card p {
    font-size: 14px;
    color: var(--color-text-muted);
    line-height: 1.7;
}

/* --- Process --- */
.process {
    background: var(--color-white);
}

.process-steps {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process-step {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    width: 100%;
}

.step-number {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-dark);
    color: var(--color-primary);
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.step-number::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: border-color 0.4s ease;
}

.process-step:hover .step-number {
    background: var(--color-primary);
    color: var(--color-white);
    transform: scale(1.1);
    box-shadow: 0 8px 24px rgba(184, 134, 11, 0.3);
}

.process-step:hover .step-number::after {
    border-color: rgba(184, 134, 11, 0.2);
}

.step-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 8px;
    margin-top: 4px;
}

.step-content p {
    font-size: 15px;
    color: var(--color-text-muted);
    line-height: 1.7;
}

.process-connector {
    width: 2px;
    height: 40px;
    background: linear-gradient(to bottom, var(--color-primary), var(--color-border));
    margin: 8px 0 8px 31px;
}

/* --- FAQ --- */
.faq {
    background: var(--color-bg);
}

.faq-list {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: all var(--transition);
}

.faq-item:hover {
    border-color: rgba(184, 134, 11, 0.2);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    color: var(--color-dark);
    transition: color var(--transition);
}

.faq-question:hover {
    color: var(--color-primary);
}

.faq-question svg {
    flex-shrink: 0;
    color: var(--color-text-muted);
    transition: transform var(--transition);
}

.faq-item.active .faq-question svg {
    transform: rotate(180deg);
    color: var(--color-primary);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    padding: 0 24px 20px;
    font-size: 15px;
    color: var(--color-text-muted);
    line-height: 1.7;
}

/* --- CTA Section --- */
.cta-section {
    padding: 100px 0;
    background: linear-gradient(160deg, #0f1419 0%, #1a2332 40%, #1e2d42 100%);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 30% 50%, rgba(184, 134, 11, 0.1) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 30%, rgba(26, 58, 92, 0.2) 0%, transparent 50%);
    pointer-events: none;
}

.cta-card {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.cta-title {
    font-family: var(--font-display);
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 800;
    color: var(--color-white);
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.cta-desc {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-bottom: 32px;
}

.cta-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    margin-bottom: 36px;
}

.cta-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.cta-feature svg {
    color: var(--color-primary);
}

.cta-btn {
    margin-bottom: 16px;
}

.cta-small {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
}

/* --- Footer --- */
.footer {
    background: var(--color-dark);
    color: rgba(255, 255, 255, 0.5);
    padding: 60px 0 32px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 40px;
}

.footer-brand p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.7;
    max-width: 320px;
}

.footer-brand .logo {
    color: var(--color-white);
}

.footer-links h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-links ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    transition: color var(--transition);
}

.footer-links a:hover {
    color: var(--color-primary);
}

.footer-bottom {
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    font-size: 13px;
}

/* ============================================
   ABOUT / ANSPRECHPARTNER
   ============================================ */

.about-section {
    background: var(--color-bg);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 64px;
    align-items: center;
}

.about-image {
    position: relative;
}

.about-photo {
    width: 100%;
    max-width: 380px;
    border-radius: var(--radius-lg);
    object-fit: cover;
    aspect-ratio: 3 / 4;
    box-shadow: var(--shadow-lg);
}

.about-content .section-tag {
    margin-bottom: 12px;
}

.about-content .section-title {
    text-align: left;
    margin-bottom: 24px;
}

.about-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 16px;
}

.about-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.about-phone svg {
    color: var(--color-primary);
    flex-shrink: 0;
}

.about-phone a {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 17px;
    transition: opacity var(--transition);
}

.about-phone a:hover {
    opacity: 0.8;
}

.about-cta {
    margin-top: 32px;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-subtitle {
        max-width: 100%;
    }

    .hero-cta {
        align-items: center;
    }

    .hero-visual {
        order: 1;
    }

    .hero-card {
        max-width: 400px;
    }

    .solutions-grid {
        grid-template-columns: 1fr;
    }

    .human-touch-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .human-touch-content .section-title {
        text-align: center;
    }

    .human-touch-content {
        text-align: center;
    }

    .results-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .about-image {
        display: flex;
        justify-content: center;
    }

    .about-photo {
        max-width: 300px;
    }

    .about-content .section-title {
        text-align: center;
    }

    .about-phone {
        justify-content: center;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .cursor-glow,
    .hero-particles,
    .hero-orb {
        display: none;
    }

    .section {
        padding: 72px 0;
    }

    .nav-links,
    .btn-nav {
        display: none;
    }

    .mobile-toggle {
        display: flex;
    }

    .nav-links.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--color-white);
        padding: 24px;
        gap: 16px;
        box-shadow: var(--shadow-lg);
        border-radius: 0 0 var(--radius-md) var(--radius-md);
    }

    .nav-links.active + .btn-nav {
        display: none;
    }

    .hero {
        padding: 100px 0 60px;
        min-height: auto;
    }

    .hero-card {
        max-width: 100%;
    }

    .stat-grid {
        gap: 16px;
    }

    .stat-number {
        font-size: 32px;
    }

    .stat-suffix {
        font-size: 22px;
    }

    .hero-scroll-indicator {
        display: none;
    }

    .problem-grid {
        grid-template-columns: 1fr;
    }

    .solution-card {
        flex-direction: column;
        gap: 12px;
        padding: 28px;
    }

    .solution-number {
        font-size: 36px;
    }

    .results-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .result-card {
        padding: 28px 24px;
    }

    .process-step {
        gap: 20px;
    }

    .step-number {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }

    .process-connector {
        margin-left: 25px;
    }

    .trust-items {
        gap: 20px;
        justify-content: center;
    }

    .trust-item span {
        font-size: 13px;
    }

    .transition-text::before,
    .transition-text::after {
        display: none;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .btn-lg {
        padding: 16px 32px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .section {
        padding: 56px 0;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .stat-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .stat-item {
        padding: 16px 8px;
    }

    .stat-number {
        font-size: 28px;
    }

    .problem-card {
        padding: 24px;
    }

    .trust-items {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}
