/* Eco-Coin – unified brand layer (subpages match landing page quality) */

body:not(.layout-spacex) {
    background: #f8fafc;
    background-image: none;
}

/* ----- Header ----- */
body:not(.layout-spacex) .site-header {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(45, 106, 79, 0.12);
    box-shadow: 0 2px 16px rgba(8, 28, 21, 0.04);
}

body:not(.layout-spacex) .site-header.is-scrolled {
    box-shadow: 0 4px 24px rgba(8, 28, 21, 0.08);
}

body:not(.layout-spacex) .header-inner {
    padding: 1.25rem 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

body:not(.layout-spacex) .logo img {
    transform: none;
    max-height: 10rem;
}

body:not(.layout-spacex) .main-nav a {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-eco-dark);
    padding: 0.55rem 0.9rem;
    border-radius: var(--radius);
}

body:not(.layout-spacex) .main-nav a:hover,
body:not(.layout-spacex) .main-nav a.active {
    color: var(--color-eco);
    background: rgba(45, 106, 79, 0.08);
}

body:not(.layout-spacex) .nav-dropdown-menu {
    border-color: rgba(45, 106, 79, 0.12);
    border-radius: var(--radius);
}

body:not(.layout-spacex) .nav-dropdown-menu a {
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: none;
}

/* ----- Cinematic page heroes (dark) ----- */
body:not(.layout-spacex) .page-header:not(.page-header--avotax):not(.page-header--editorial):not(.page-header--light) {
    padding: 5.5rem 0 4.5rem;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(8, 28, 21, 0.35) 0%, rgba(27, 67, 50, 0.55) 45%, rgba(8, 28, 21, 0.92) 100%),
        linear-gradient(135deg, rgba(45, 106, 79, 0.25) 0%, transparent 50%),
        var(--color-eco-deep);
    border-bottom: none;
}

body:not(.layout-spacex) .page-header:not(.page-header--avotax):not(.page-header--editorial):not(.page-header--light) .container {
    max-width: 720px;
}

body:not(.layout-spacex) .page-header:not(.page-header--avotax):not(.page-header--editorial):not(.page-header--light) h1 {
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    text-wrap: balance;
    margin: 0 0 1rem;
}

body:not(.layout-spacex) .page-header:not(.page-header--avotax):not(.page-header--editorial):not(.page-header--light) .subtitle {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(0.95rem, 1.8vw, 1.1rem);
    line-height: 1.7;
    max-width: 540px;
    margin: 0 auto;
}

body:not(.layout-spacex) .page-header:not(.page-header--avotax):not(.page-header--editorial):not(.page-header--light) .tech-overline,
body:not(.layout-spacex) .page-header:not(.page-header--avotax):not(.page-header--editorial):not(.page-header--light) .section-badge {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-eco-light);
    margin-bottom: 0.75rem;
}

body:not(.layout-spacex) .page-header:not(.page-header--avotax):not(.page-header--editorial):not(.page-header--light) .hero-cta {
    margin-top: 1.75rem;
    justify-content: center;
}

body:not(.layout-spacex) .page-header:not(.page-header--avotax):not(.page-header--editorial):not(.page-header--light) .btn-outline {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.55);
}

body:not(.layout-spacex) .page-header:not(.page-header--avotax):not(.page-header--editorial):not(.page-header--light) .btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
}

/* Enterprise overrides → same cinematic hero */
body:not(.layout-spacex) .enterprise-page.page-header:not(.page-header--avotax):not(.page-header--editorial),
body:not(.layout-spacex) .page-header.enterprise-page:not(.page-header--avotax):not(.page-header--editorial) {
    background:
        linear-gradient(180deg, rgba(8, 28, 21, 0.35) 0%, rgba(27, 67, 50, 0.55) 45%, rgba(8, 28, 21, 0.92) 100%),
        linear-gradient(135deg, rgba(45, 106, 79, 0.25) 0%, transparent 50%),
        var(--color-eco-deep);
    border-bottom: none;
}

body:not(.layout-spacex) .enterprise-page.page-header:not(.page-header--avotax):not(.page-header--editorial) h1,
body:not(.layout-spacex) .page-header.enterprise-page:not(.page-header--avotax):not(.page-header--editorial) h1,
body:not(.layout-spacex) .impact-header h1 {
    color: #fff;
}

body:not(.layout-spacex) .enterprise-page.page-header:not(.page-header--avotax):not(.page-header--editorial) .subtitle,
body:not(.layout-spacex) .page-header.enterprise-page:not(.page-header--avotax):not(.page-header--editorial) .subtitle,
body:not(.layout-spacex) .impact-header .subtitle {
    color: rgba(255, 255, 255, 0.88);
}

/* AvoTax – helles Panel wie Landing */
body:not(.layout-spacex) .page-header--avotax {
    padding: 5rem 0 3.5rem;
    text-align: center;
    background: #ffffff;
    border-bottom: 1px solid rgba(45, 106, 79, 0.12);
}

body:not(.layout-spacex) .page-header--avotax h1 {
    color: var(--color-eco-deep);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    text-wrap: balance;
}

body:not(.layout-spacex) .page-header--avotax .subtitle {
    color: #475569;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Insights – editorial, aber brand-nah */
body:not(.layout-spacex) .page-header--editorial {
    background:
        linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
    border-bottom: 1px solid rgba(45, 106, 79, 0.1);
    padding: 4.5rem 0 3.5rem;
}

body:not(.layout-spacex) .page-header--editorial h1 {
    color: var(--color-eco-deep);
}

body:not(.layout-spacex) .tech-overline {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-eco-light);
    margin: 0 0 0.75rem;
}

body:not(.layout-spacex) .page-header--avotax .tech-overline,
body:not(.layout-spacex) .page-header--editorial .tech-overline,
body:not(.layout-spacex) .page-header--editorial .section-badge {
    color: var(--color-eco);
}

body:not(.layout-spacex) .main-content {
    padding-top: 0;
}

body:not(.layout-spacex) .content-section {
    padding: 4rem 0;
}

body:not(.layout-spacex) .section-title {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-eco);
    text-align: center;
    margin-bottom: 2rem;
}

body:not(.layout-spacex) .vision-lead {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--color-text-muted);
}

body:not(.layout-spacex) .usp-card,
body:not(.layout-spacex) .vision-card,
body:not(.layout-spacex) .impact-card,
body:not(.layout-spacex) .case-study-card {
    background: #fff;
    border: 1px solid rgba(45, 106, 79, 0.1);
    border-radius: var(--radius);
    box-shadow: 0 4px 24px rgba(8, 28, 21, 0.05);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body:not(.layout-spacex) .usp-card:hover,
body:not(.layout-spacex) .vision-card:hover,
body:not(.layout-spacex) .case-study-card:hover {
    border-color: rgba(45, 106, 79, 0.35);
    box-shadow: 0 12px 32px rgba(8, 28, 21, 0.08);
    transform: translateY(-2px);
}

body:not(.layout-spacex) .cluster-link-card {
    border-color: rgba(45, 106, 79, 0.12);
    background: #fff;
}

body:not(.layout-spacex) .cluster-link-card:hover {
    border-color: var(--color-eco);
    box-shadow: 0 8px 24px rgba(45, 106, 79, 0.12);
}

body:not(.layout-spacex) .cluster-link-card--hub {
    background: rgba(45, 106, 79, 0.06);
}

body:not(.layout-spacex) .vision-cta {
    margin-top: 3rem;
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(45, 106, 79, 0.06) 0%, rgba(8, 28, 21, 0.03) 100%);
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: var(--radius);
    text-align: center;
}

/* ----- Buttons (landing parity) ----- */
body:not(.layout-spacex) .btn {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: var(--radius);
}

body:not(.layout-spacex) .btn:hover {
    transform: none;
}

body:not(.layout-spacex) .btn-primary {
    background: var(--color-eco);
    border-color: var(--color-eco);
    color: #fff;
    box-shadow: 0 2px 12px rgba(45, 106, 79, 0.25);
}

body:not(.layout-spacex) .btn-primary:hover {
    background: var(--color-eco-dark);
    border-color: var(--color-eco-dark);
    color: #fff;
}

body:not(.layout-spacex) .btn-outline {
    border-color: var(--color-eco);
    color: var(--color-eco-dark);
}

body:not(.layout-spacex) .btn-outline:hover {
    background: rgba(45, 106, 79, 0.08);
    border-color: var(--color-eco-dark);
    color: var(--color-eco-deep);
}

/* ----- Footer (dark, wie Landing) ----- */
body:not(.layout-spacex) .site-footer {
    background: var(--color-eco-deep);
    border-top: 1px solid rgba(64, 145, 108, 0.25);
    color: rgba(255, 255, 255, 0.6);
    padding: 2.5rem 0 2rem;
}

body:not(.layout-spacex) .footer-nav a,
body:not(.layout-spacex) .footer-legal a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body:not(.layout-spacex) .footer-nav a:hover,
body:not(.layout-spacex) .footer-legal a:hover {
    color: var(--color-eco-light);
}

body:not(.layout-spacex) .footer-location,
body:not(.layout-spacex) .footer-bottom p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.75rem;
}

body:not(.layout-spacex) .footer-bottom {
    border-top-color: rgba(64, 145, 108, 0.2);
}

body:not(.layout-spacex) .footer-sep {
    color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
    body:not(.layout-spacex) .page-header:not(.page-header--avotax):not(.page-header--editorial) {
        padding: 4.5rem 0 3.5rem;
    }

    body:not(.layout-spacex) .main-nav {
        background: rgba(255, 255, 255, 0.98);
        border-left: 1px solid rgba(45, 106, 79, 0.1);
    }
}

/* ----- Engpass-Check ----- */
.readiness-page__inner {
    max-width: 680px;
    margin: 0 auto;
}

.readiness-steps {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.readiness-steps__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--color-text-soft);
    background: rgba(45, 106, 79, 0.08);
    border: 1px solid rgba(45, 106, 79, 0.15);
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.readiness-steps__item.is-active {
    background: var(--color-eco);
    border-color: var(--color-eco);
    color: #fff;
}

.readiness-steps__item.is-done {
    background: rgba(45, 106, 79, 0.15);
    color: var(--color-eco-dark);
}

.readiness-page .check-card {
    border: 1px solid rgba(45, 106, 79, 0.12);
    box-shadow: 0 8px 32px rgba(8, 28, 21, 0.08);
}

.readiness-page .option-box:hover,
.readiness-page .option-box:has(input:checked) {
    border-color: var(--color-eco);
    background: rgba(45, 106, 79, 0.06);
}

.readiness-page__trust {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: var(--color-text-muted);
}

.readiness-venture-hint {
    margin-bottom: 2rem;
    padding: 1.75rem;
    background: linear-gradient(135deg, rgba(45, 106, 79, 0.08) 0%, rgba(8, 28, 21, 0.03) 100%);
    border: 1px solid rgba(45, 106, 79, 0.15);
    border-radius: var(--radius);
    text-align: center;
}

.readiness-venture-hint__label {
    margin: 0 0 0.5rem;
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-eco);
}

.readiness-venture-hint__title {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    color: var(--color-eco-deep);
}

.readiness-venture-hint__text {
    margin: 0 0 1rem;
    color: var(--color-text-muted);
    line-height: 1.6;
}

.readiness-page--danke .readiness-danke-calendly {
    background: #fff;
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: var(--radius);
    padding: 2rem;
}

