/* =========================
   VARIABLES
========================= */
:root {
    --green-dark: #4a7a14;
    --green-main: #82d225;
    --green-mid: #a0e040;
    --green-light: #c2f07a;
    --green-pale: #eefad0;
    --green-mist: #f6fde8;

    --beige: #f8f5f0;
    --cream: #fdfbf8;
    --anthracite: #1e2a25;
    --gray-mid: #6b7c74;
    --gray-light: #e8ede9;
    --white: #ffffff;

    --shadow-md: 0 8px 32px rgba(29, 58, 40, 0.12);

    --radius-md: 16px;
    --radius-lg: 24px;

    --font-display: 'Playfair Display', Georgia, serif;
    --font-body: 'DM Sans', 'Segoe UI', sans-serif;

    --transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* =========================
   GLOBAL LAYOUT + UTILITIES
========================= */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

section {
    padding: 96px 0;
}

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

.bg-white {
    background: var(--white);
}

.bg-beige {
    background: var(--beige);
}

/* =========================
   TYPOGRAPHY
========================= */
body {
    font-family: var(--font-body);
    color: var(--anthracite);
    background: var(--cream);
    font-size: 16px;
}

h1,
h2,
h3,
h4 {
    font-family: var(--font-display);
    line-height: 1.2;
    font-weight: 700;
}

h1 {
    font-size: clamp(2.2rem, 5vw, 4rem);
}

h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
}

h4 {
    font-size: 1.1rem;
}

p {
    color: var(--gray-mid);
    line-height: 1.75;
}

.section-label {
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--green-mid);
    display: block;
    margin-bottom: 0.75rem;
}

.section-title {
    color: var(--green-dark);
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.05rem;
    max-width: 560px;
    margin: 0 auto;
}

/* =========================
   BUTTONS
========================= */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: var(--transition);
    white-space: nowrap;
    font-family: var(--font-body);
}

.btn-primary {
    background: var(--green-main);
    color: var(--white);
    box-shadow: 0 4px 16px rgba(45, 106, 79, 0.35);
}

.btn-primary:hover {
    background: var(--green-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(45, 106, 79, 0.4);
}

.btn-white {
    background: var(--white);
    color: var(--green-dark);
    box-shadow: var(--shadow-md);
}

.btn-white:hover {
    background: var(--green-pale);
    transform: translateY(-2px);
}

.btn-lg {
    padding: 18px 36px;
    font-size: 1rem;
}

.btn-phone {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: white;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
    font-family: var(--font-body);
}

.btn-phone:hover {
    border-color: white;
    background: rgba(255, 255, 255, 0.1);
}


/* =========================
   UEber uns page sections
========================= */
.page-hero {
    padding: 140px 0 72px;
    background: linear-gradient(135deg, var(--green-dark) 0%, var(--green-main) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-hero h1 {
    color: white;
    position: relative;
    margin: 16px 0px;
}

.page-hero p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.05rem;
    max-width: 560px;
    margin: 0 auto;
    position: relative;
}

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

.about-visual {
    background: linear-gradient(135deg, var(--green-main), var(--green-dark));
    border-radius: var(--radius-lg);
    padding: 48px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.about-stat {
    color: white;
    margin-top: 16px;
}

.about-stat strong {
    font-size: 2rem;
    font-family: var(--font-display);
    display: block;
}

.about-stat span {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.about-stats-row {
    display: flex;
    gap: 32px;
    margin-top: 24px;
}

.about-visual-leaf {
    font-size: 4rem;
    position: absolute;
    top: 32px;
    left: 32px;
    opacity: 0.4;
}

.about-visual-label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.about-visual-title {
    color: white;
    font-family: var(--font-display);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
}

.about-visual-stats {
    margin-top: 40px;
}

.about-content-title {
    margin-bottom: 20px;
}

.about-content-last-paragraph {
    margin-bottom: 32px !important;
}

.about-text-spacing p {
    margin-bottom: 16px;
}

.about-text-spacing .btn {
    margin-top: 16px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 24px;
    margin-top: 48px;
}

.value-card {
    background: var(--white);
    border-radius: var(--radius-md);
    padding: 28px 24px;
    border: 1px solid var(--gray-light);
    text-align: center;
    transition: var(--transition);
}

.value-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
    border-color: var(--green-pale);
}

.value-icon {
    font-size: 2rem;
    margin-bottom: 12px;
}

.value-card h4 {
    color: var(--green-dark);
    margin-bottom: 8px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
}

.value-card p {
    font-size: 0.85rem;
    line-height: 1.6;
}

.about-target-card {
    background: var(--green-mist);
    border-color: var(--gray-light);
}

.about-target-card .why-num {
    color: var(--green-main);
}

.about-target-card h4 {
    color: var(--green-dark);
}

.about-target-card p {
    color: var(--gray-mid);
}

.about-targets .why-grid {
    justify-content: center;
    grid-template-columns: repeat(3, minmax(280px, 360px));
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 48px;
}

.why-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    padding: 28px;
    transition: var(--transition);
}

.why-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-4px);
}

.why-num {
    font-size: 2rem;
    font-weight: 700;
    color: var(--green-light);
    font-family: var(--font-display);
    margin-bottom: 12px;
    line-height: 1;
}

.why-item h4 {
    color: var(--green-dark);
    margin-bottom: 8px;
    font-family: var(--font-body);
    font-size: 0.95rem;
}

.why-item p {
    color: var(--gray-mid);
    font-size: 0.88rem;
    line-height: 1.6;
}

.cta-section {
    background: linear-gradient(135deg, var(--green-dark) 0%, var(--green-main) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section h2 {
    color: white;
    margin-bottom: 16px;
}

.cta-section p {
    color: rgba(255, 255, 255, 0.75);
    max-width: 500px;
    margin: 0 auto 40px;
}

.cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.whatsapp-fixed {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--green-dark);
    color: var(--green-main);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    z-index: 999;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-fixed:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
    color: var(--green-light);
}

.whatsapp-fixed svg {
    width: 30px;
    height: 30px;
    display: block;
}

/* =========================
   RESPONSIVE MEDIA QUERIES
========================= */
@media(max-width:1024px) {
    .about-intro {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-text-spacing {
        text-align: center;
    }

    .about-targets .why-grid {
        grid-template-columns: repeat(2, minmax(280px, 360px));
    }

    .values-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
        justify-content: center;
    }
}

@media(max-width:768px) {
    section {
        padding: 64px 0;
    }

    .about-targets .why-grid {
        grid-template-columns: 1fr;
    }

    .value-card {
        width: 100%;
    }

    .whatsapp-fixed {
        display: none;
    }
}

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

    .about-stats-row {
        flex-direction: column;
        gap: 16px;
    }
}