/* ============================================================
   GEO.CSS – Seitenspezifische Styles für geo-optimierung.html
   ============================================================ */

/* ---------- GEO Hero ---------- */
.geo-hero {
    padding-top: 100px;
    padding-bottom: 3rem;
    min-height: 70vh;
    display: flex;
    align-items: center;
    text-align: center;
}

.geo-hero .container {
    max-width: 800px;
}

.geo-hero h1 {
    font-family: var(--serif);
    font-size: clamp(2rem, 7vw, 3.8rem);
    line-height: 1.1;
    color: var(--white);
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}

.geo-hero h1 em {
    font-style: normal;
    background: var(--accent);
    color: var(--black);
    padding: 0 0.15em;
}

.geo-hero-sub {
    font-size: clamp(0.95rem, 2.5vw, 1.1rem);
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.75;
    margin-bottom: 2rem;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    .geo-hero {
        padding-top: 140px;
    }
}

/* ---------- Was ist GEO? ---------- */
.geo-what {
    max-width: 800px;
    margin: 0 auto;
}

.geo-what-block {
    margin-bottom: 2rem;
}

.geo-what-block h3 {
    font-family: var(--serif);
    font-size: 1.25rem;
    color: var(--black);
    margin-bottom: 0.75rem;
}

.geo-what-block p {
    font-size: 0.95rem;
    color: var(--gray);
    line-height: 1.75;
}

/* ---------- SEO vs GEO Table ---------- */
.geo-table-wrapper {
    overflow-x: auto;
    margin-top: 2.5rem;
    -webkit-overflow-scrolling: touch;
}

.geo-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
}

.geo-table thead th {
    font-family: var(--serif);
    font-size: 1.1rem;
    color: var(--white);
    padding: 1.25rem 1.5rem;
    text-align: left;
    border-bottom: 2px solid var(--accent);
}

.geo-table tbody td {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.65);
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    vertical-align: top;
    line-height: 1.6;
}

.geo-table tbody tr:last-child td {
    border-bottom: none;
}

/* ---------- GEO Leistungen / Cards ---------- */
.geo-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.geo-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 2rem;
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.geo-card:hover {
    border-color: var(--accent);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

.geo-card-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.geo-card h3 {
    font-family: var(--serif);
    font-size: 1.15rem;
    color: var(--black);
    margin-bottom: 0.65rem;
}

.geo-card p {
    font-size: 0.9rem;
    color: var(--gray);
    line-height: 1.65;
}

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

/* ---------- GEO Prozess ---------- */
.geo-process {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2.5rem;
}

.geo-process-step {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

.geo-process-num {
    font-family: var(--serif);
    font-size: 2.5rem;
    color: var(--accent);
    line-height: 1;
    flex-shrink: 0;
}

.geo-process-step h3 {
    font-family: var(--serif);
    font-size: 1.1rem;
    color: var(--white);
    margin-bottom: 0.4rem;
}

.geo-process-step p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.65;
}

@media (min-width: 768px) {
    .geo-process {
        grid-template-columns: repeat(3, 1fr);
    }

    .geo-process-step {
        flex-direction: column;
    }
}

/* ---------- GEO FAQ ---------- */
.geo-faq-list {
    max-width: 800px;
    margin: 2.5rem auto 0;
}

.geo-faq-item {
    border-bottom: 1px solid var(--border);
}

.geo-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 0;
    min-height: 56px;
    text-align: left;
    font-family: var(--sans);
    font-size: 1rem;
    font-weight: 600;
    color: var(--black);
    cursor: pointer;
    background: none;
    border: none;
    transition: color 0.3s ease;
}

.geo-faq-question:hover,
.geo-faq-question:focus-visible {
    color: var(--gray);
}

.geo-faq-icon {
    font-size: 1.3rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    color: var(--gray);
}

.geo-faq-item.active .geo-faq-icon {
    transform: rotate(45deg);
}

.geo-faq-item.active {
    border-left: 3px solid var(--accent);
    padding-left: 1rem;
}

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

.geo-faq-answer-inner {
    padding-bottom: 1.25rem;
    font-size: 0.9rem;
    color: var(--gray);
    line-height: 1.75;
}

/* ---------- GEO CTA ---------- */
.geo-cta {
    text-align: center;
}

.geo-cta-text {
    font-size: clamp(0.95rem, 2.5vw, 1.1rem);
    color: rgba(255, 255, 255, 0.6);
    max-width: 560px;
    margin: 0 auto 2rem;
    line-height: 1.75;
}

.geo-cta-email {
    display: inline-block;
    font-family: var(--serif);
    font-size: clamp(1.3rem, 4vw, 2rem);
    color: var(--accent);
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.geo-cta-email:hover,
.geo-cta-email:focus-visible {
    border-bottom-color: var(--accent);
}

.geo-back-link {
    display: inline-block;
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.3s ease;
}

.geo-back-link:hover,
.geo-back-link:focus-visible {
    color: var(--accent);
}