/* Globale Resets & Apple Design Sprache */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    color: #1d1d1f;
    line-height: 1.5;
    letter-spacing: -0.022em;
    padding: 120px 20px;
}

.container {
    max-width: 1040px;
    margin: 0 auto;
}

/* Typografie */
h1 {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.07;
    margin-bottom: 40px;
}

@media (max-width: 600px) {
    h1 { font-size: 2.4rem; }
}

h2 {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.015em;
    margin-bottom: 15px;
    color: #1d1d1f;
}

.brand {
    display: block;
    color: #ff5500;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
}

.lead {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    margin-bottom: 30px;
    color: #1d1d1f;
    max-width: 800px;
}

.section-intro {
    font-size: 1.25rem;
    color: #86868b;
    margin-bottom: 60px;
    max-width: 800px;
}

.divider {
    border: 0;
    height: 1px;
    background: #e8e8ed;
    margin: 100px 0;
}

/* Das Apple-Grid für die 4 Säulen */
.blueprint-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 50px;
}

@media (max-width: 768px) {
    .blueprint-grid {
        grid-template-columns: 1fr;
    }
}

.blueprint-item {
    background: #f5f5f7;
    padding: 40px;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
}

/* SVG Icon Schutz: Feste Breiten erzwingen */
.icon-wrapper {
    color: #ff5500;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    margin-bottom: 24px;
    display: block;
}

.icon-wrapper svg {
    width: 32px !important;
    height: 32px !important;
    display: block;
}

.question {
    font-size: 1.05rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: #1d1d1f;
}

.result {
    font-size: 1rem;
    color: #ff5500;
    font-weight: 600;
    margin-top: auto;
}

/* Dogma Box */
.dogma-box {
    background-color: #f5f5f7;
    padding: 30px;
    border-radius: 18px;
    margin-bottom: 60px;
    font-size: 1.1rem;
}

/* Hard-Facts-Box */
.hard-facts-box {
    background: #ffffff;
    border: 1px solid #d2d2d7;
    border-radius: 22px;
    padding: 40px;
    margin-bottom: 40px;
}

.hard-facts-box h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 25px;
    border-bottom: 1px solid #e8e8ed;
    padding-bottom: 15px;
}

.facts-list {
    list-style: none;
}

.facts-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #1d1d1f;
    line-height: 1.5;
}

.facts-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0071e3;
    font-weight: 700;
    font-size: 1.2rem;
}

/* Preise im Apple-Vergleichs-Look */
.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

@media (max-width: 768px) {
    .grid {
        grid-template-columns: 1fr;
    }
}

.card {
    background: #ffffff;
    border: 1px solid #d2d2d7;
    border-radius: 22px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.premium-card {
    border: 2px solid #1d1d1f;
}

.card-badge {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    background: #e8e8ed;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.premium-badge {
    background: #1d1d1f;
    color: #ffffff;
}

.card p {
    color: #515154;
    font-size: 1.05rem;
    margin-bottom: 20px;
}

.card ul {
    list-style: none;
    margin: 20px 0;
}

.card ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    font-size: 1rem;
}

.card ul li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #ff5500;
}

.price {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e8e8ed;
}

.currency {
    font-size: 0.95rem;
    font-weight: 400;
    color: #86868b;
    display: block;
}

/* Formular */
.contact { max-width: 600px; }
.form-group { margin-bottom: 25px; }
.form-group label { display: block; font-weight: 500; margin-bottom: 10px; font-size: 0.9rem; color: #86868b; }
.form-group input { width: 100%; padding: 16px 20px; border: 1px solid #d2d2d7; border-radius: 12px; font-family: inherit; font-size: 1.05rem; }
.form-group input:focus { outline: none; border-color: #1d1d1f; box-shadow: 0 0 0 4px rgba(0,0,0,0.05); }

.btn-submit {
    display: inline-block;
    background: #0071e3;
    color: #ffffff;
    padding: 16px 32px;
    border: none;
    border-radius: 30px;
    font-family: inherit;
    font-size: 1.05rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-submit:hover { background: #0077ed; transform: scale(1.02); }