:root {
    /* Apple-esque Color Palette */
    --bg-body: #0d0d0d;
    --bg-card: #1c1c1e;
    --bg-header: rgba(28, 28, 30, 0.8);
    --text-primary: #f5f5f7;
    --text-secondary: #86868b;
    --accent-blue: #0a84ff;
    --accent-green: #30d158;
    --accent-orange: #ff9f0a;
    --accent-red: #ff453a;
    --accent-purple: #bf5af2;
    --border: #38383a;
    --radius: 12px;
}

/* Reset & Typography */
* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--bg-body);
    color: var(--text-primary);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

/* Layout Utilities */
.container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
}

section { padding: 80px 0; border-bottom: 1px solid var(--border); }
section:last-of-type { border-bottom: none; }

h1, h2, h3 { font-weight: 700; letter-spacing: -0.02em; margin-bottom: 16px; }
h1 { font-size: 3.5rem; line-height: 1.1; }
h2 { font-size: 2.5rem; }
h3 { font-size: 1.5rem; color: var(--text-primary); }
p { color: var(--text-secondary); font-size: 1.1rem; margin-bottom: 20px; }

/* Navigation */
nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--bg-header);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1000;
    border-bottom: 1px solid var(--border);
}

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

.logo { 
    font-weight: bold; 
    font-size: 1.2rem; 
    color: var(--text-primary); 
    text-decoration: none; 
    display: flex; 
    align-items: center; 
    gap: 12px; 
}

/* Icon Styling in Navbar - Apple Style Rounded Corners */
.logo img {
    width: 32px; /* Etwas größer für bessere Sichtbarkeit */
    height: 32px;
    display: block;
    object-fit: contain;
    border-radius: 22%; /* Simuliert den Apple "Squircle" */
}

.nav-links a {
    color: var(--text-secondary);
    text-decoration: none;
    margin-left: 24px;
    font-size: 0.9rem;
    transition: color 0.2s;
}
.nav-links a:hover { color: var(--accent-blue); }

/* Hero Section */
.hero { text-align: center; padding-top: 160px; padding-bottom: 60px; border-bottom: none; }
.hero h1 span { background: linear-gradient(90deg, var(--accent-blue), var(--accent-purple)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-btns { margin-top: 30px; }
.btn {
    display: inline-block;
    padding: 12px 30px;
    background: var(--accent-blue);
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.2s, opacity 0.2s;
}
.btn:hover { transform: scale(1.05); }
.btn.secondary { background: var(--bg-card); color: var(--accent-blue); margin-left: 10px; }

/* Image Placeholders */
.app-screenshot {
    width: 100%;
    max-width: 900px;
    height: 500px; /* Aspect ratio of a Mac Window */
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin: 60px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    position: relative;
    overflow: hidden;
	background-image: url("screenshot.png");
}


/* Workflow Steps */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}
.step-card {
    background: var(--bg-card);
    padding: 30px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    position: relative;
    transition: transform 0.2s;
}
.step-card:hover { transform: translateY(-5px); border-color: var(--accent-blue); }
.step-number {
    font-size: 3rem;
    font-weight: 800;
    color: var(--bg-body);
    text-shadow: -1px -1px 0 var(--accent-blue), 1px -1px 0 var(--accent-blue), -1px 1px 0 var(--accent-blue), 1px 1px 0 var(--accent-blue);
    opacity: 0.5;
    position: absolute;
    top: 20px;
    right: 20px;
}

/* Compatibility Tags Section */
.compatibility-block {
    text-align: center;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid var(--border);
}

.comp-title {
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.comp-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 15px;
}

.tag {
    background: rgba(10, 132, 255, 0.1); /* Leichtes Blau */
    color: var(--accent-blue);
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid rgba(10, 132, 255, 0.2);
    transition: all 0.2s ease;
}

.tag:hover {
    background: var(--accent-blue);
    color: white;
    transform: scale(1.05);
}

.comp-sub {
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-style: italic;
}

/* Container sorgt für das 16:9 Verhältnis */
.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px; /* Begrenzt die maximale Breite, damit es nicht riesig wird */
  margin: 40px auto; /* Zentriert das Video mit Abstand nach oben/unten */
  padding-bottom: 56.25%; /* Das magische Verhältnis für 16:9 (9 durch 16 * 100) */
  height: 0;
  overflow: hidden;
  
  /* Grafische Gestaltung */
  border-radius: 16px; /* Abgerundete Ecken wie bei macOS Apps */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); /* Weicher Schatten für Tiefe */
  background-color: #f0f0f0; /* Platzhalterfarbe während es lädt */
}

/* Der eigentliche Iframe */
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Status Section */
.status-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}
.status-text { flex: 1; min-width: 300px; }
.status-visual {
    flex: 1;
    min-width: 300px;
    background: var(--bg-card);
    padding: 30px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}
.status-item { display: flex; align-items: center; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid var(--border); }
.status-item:last-child { border-bottom: none; margin-bottom: 0; }
.dot { width: 12px; height: 12px; border-radius: 50%; margin-right: 15px; }

/* Advantages Section */
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.advantage-card {
    background: linear-gradient(145deg, var(--bg-card), rgba(28, 28, 30, 0.5));
    padding: 30px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.advantage-card:hover {
    transform: translateY(-5px);
    border-color: var(--text-secondary);
}

.adv-icon {
    font-size: 2rem;
    margin-bottom: 20px;
    display: inline-block;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
}

.adv-title {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--text-primary);
}

.adv-desc {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.5;
    margin-bottom: 0; /* Override global p margin */
}

/* Specific colors for icons */
.icon-gold { color: #FFD60A; }     /* Payment */
.icon-blue { color: #64D2FF; }     /* Projects */
.icon-purple { color: #BF5AF2; }   /* AI */
.icon-green { color: #30D158; }    /* Updates */
.icon-red { color: #FF453A; }      /* Privacy */
.icon-cyan { color: #32ADE6; }     /* Free Trial */

/* FAQ */
.faq-grid { display: grid; gap: 20px; }
.faq-item {
    background: var(--bg-card);
    padding: 25px;
    border-radius: var(--radius);
}
.faq-question { color: var(--text-primary); font-weight: 600; margin-bottom: 10px; display: block; }
.faq-answer { font-size: 0.95rem; margin-bottom: 0; }

/* Footer & Legal */
footer {
    background: var(--bg-card);
    padding: 60px 0;
    font-size: 0.9rem;
    border-top: 1px solid var(--border);
    margin-top: 60px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.legal-block p {
    margin-bottom: 5px;
    color: var(--text-secondary);
}
.legal-block h5 {
    color: var(--text-primary);
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    h1 { font-size: 2.5rem; }
    .hero { padding-top: 120px; }
    .app-screenshot { height: 300px; }
}