

:root {
    --tech-gold: #f59e0b;       
    --tech-dark: #0f172a;       
    --tech-panel: #1e293b;      
    --tech-text: #e2e8f0;       
    --font-heading: 'Plane', system-ui, sans-serif;
}

.page-micro-premium {
    background-color: var(--tech-dark);
    color: var(--tech-text);
    font-family: 'Segoe UI', sans-serif;
}


.micro-hero {
    position: relative; height: 90vh; min-height: 600px;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden; margin-top: -100px; padding-top: 100px;
}

.micro-hero__bg {
    position: absolute; inset: 0; z-index: 0;
}
.hero-img-cover {
    width: 100%; height: 100%; object-fit: cover;
}

.micro-hero__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(15, 23, 42, 0.3) 0%,
        rgba(15, 23, 42, 0.5) 50%,
        rgba(15, 23, 42, 0.8) 85%,
        rgba(15, 23, 42, 1) 100%
    );
    z-index: 1;
}

.micro-hero__container { position: relative; z-index: 10; text-align: center; max-width: 900px; }

.tech-badge {
    display: inline-block; padding: 8px 20px;
    border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px); border-radius: 50px;
    font-size: 0.9rem; letter-spacing: 2px;
    color: var(--tech-gold); font-weight: 700; margin-bottom: 2rem;
}

.micro-hero__title {
    font-family: var(--font-heading); font-size: clamp(3.5rem, 6vw, 5.5rem);
    line-height: 1.1; margin-bottom: 1.5rem;
}
.text-gradient {
    background: linear-gradient(135deg, #fff 0%, #94a3b8 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.micro-hero__subtitle {
    font-size: 1.25rem; color: #cbd5e1; max-width: 700px; margin: 0 auto 3rem;
}

.btn-tech {
    padding: 15px 35px; border-radius: 50px; font-weight: 700;
    text-decoration: none; transition: all 0.3s; letter-spacing: 1px;
}
.btn-tech--white { background: #fff; color: var(--tech-dark); }
.btn-tech--white:hover { box-shadow: 0 0 20px rgba(255,255,255,0.4); transform: translateY(-3px); }
.btn-tech--dark { background: var(--tech-panel); color: #fff; border: 1px solid rgba(255,255,255,0.1); }
.btn-tech--dark:hover { background: #fff; color: var(--tech-dark); }



.tech-section { padding: 6rem 0; }
.products-section-dark { padding: 6rem 0; background: #0b1120; }

.section-header.center { text-align: center; margin-bottom: 5rem; }
.section-header h2 { font-family: var(--font-heading); font-size: 3rem; color: #fff; margin: 0 0 1rem; }
.tech-separator { width: 80px; height: 3px; background: var(--tech-gold); margin: 20px auto; }
.section-lead { font-size: 1.2rem; color: #94a3b8; max-width: 800px; margin: 0 auto; line-height: 1.6; }


.tech-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; margin-bottom: 4rem; }
.tech-feature--right .tech-feature__content { order: 1; }
.tech-feature--right .tech-feature__visual { order: 2; }

.tech-visual-img { width: 100%; border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
.visual-card-glass {
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px; padding: 40px; text-align: center; height: 300px; display: flex; align-items: center; justify-content: center;
}

.feature-label { display: block; color: var(--tech-gold); text-transform: uppercase; letter-spacing: 1px; font-weight: 700; margin-bottom: 10px; }
.tech-feature h3 { font-family: var(--font-heading); font-size: 2.5rem; color: #fff; margin: 0 0 20px; }
.tech-feature p { color: #cbd5e1; font-size: 1.1rem; line-height: 1.6; }

.check-list { list-style: none; padding: 0; margin-top: 20px; }
.check-list li { padding-left: 25px; position: relative; margin-bottom: 10px; color: #94a3b8; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--tech-gold); }



.starter-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px; margin-top: 40px;
}

.starter-card {
    background: var(--tech-panel); border: 1px solid rgba(255,255,255,0.05);
    border-radius: 16px; overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex; flex-direction: column;
}
.starter-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    border-color: rgba(245, 158, 11, 0.3);
}

.card-header { padding: 30px; border-bottom: 1px solid rgba(255,255,255,0.05); text-align: left; }
.formula-badge {
    display: inline-block; font-size: 0.8rem; font-weight: 700; color: var(--tech-gold);
    border: 1px solid var(--tech-gold); padding: 4px 10px; border-radius: 4px; margin-bottom: 10px;
}
.starter-card h3 { font-family: var(--font-heading); font-size: 2rem; margin: 0; color: #fff; text-transform: uppercase; }

.card-body { padding: 30px; flex-grow: 1; }
.product-desc { color: #cbd5e1; font-size: 1rem; line-height: 1.6; margin-bottom: 25px; min-height: 80px; }

.specs-list { list-style: none; padding: 0; margin: 0; }
.specs-list li {
    padding: 10px 0; border-bottom: 1px dashed rgba(255,255,255,0.1);
    display: flex; justify-content: space-between; color: #94a3b8; font-size: 0.95rem;
}
.specs-list li:last-child { border-bottom: none; }
.specs-list li strong { color: #fff; }

.card-footer {
    padding: 20px 30px; background: rgba(0,0,0,0.2); text-align: center;
}
.benefit-tag {
    font-size: 0.9rem; font-weight: 600; text-transform: uppercase; color: #fff; letter-spacing: 1px;
}


.support-band { padding: 40px 0; background: var(--tech-panel); border-top: 1px solid rgba(255,255,255,0.05); }
.support-wrapper { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.support-icon { font-size: 2.5rem; }
.support-content h3 { font-size: 1.5rem; color: #fff; margin: 0 0 5px; }
.support-content p { margin: 0; color: #94a3b8; }


.scroll-indicator {
    position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
    z-index: 10; opacity: 0.8;
}
.mouse-icon {
    width: 24px; height: 36px; border: 2px solid #fff; border-radius: 20px;
    display: block; position: relative;
}
.mouse-icon::after {
    content:''; width: 4px; height: 4px; background: #fff; border-radius: 50%;
    position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
    animation: scroll 2s infinite;
}
@keyframes scroll { 0% { top: 8px; opacity: 1; } 100% { top: 18px; opacity: 0; } }


@media (max-width: 900px) {
    .micro-hero__title { font-size: 3rem; }
    .tech-feature { grid-template-columns: 1fr; }
    .tech-feature--right .tech-feature__visual { order: -1; }
    .support-wrapper { flex-direction: column; text-align: center; }
    .starter-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .micro-hero { height: 80vh; min-height: 500px; }
    .micro-hero__title { font-size: 2.5rem; }
    .micro-hero__subtitle { font-size: 1rem; }
    .section-header h2 { font-size: 2rem; }
    .tech-feature h3 { font-size: 2rem; }
}



.comparison-widget-embedded {
    background: var(--tech-panel);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(245, 158, 11, 0.2);
    margin: 3rem 0;
    max-width: 1400px;
}

.widget-header-embedded {
    background: linear-gradient(135deg, var(--tech-dark) 0%, #1e293b 100%);
    padding: 25px 20px;
    text-align: center;
    border-bottom: 2px solid var(--tech-gold);
}

.widget-header-embedded h2 {
    font-family: var(--font-heading);
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}


.comparison-container-embedded {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.comparison-side-embedded {
    padding: 30px 25px;
    position: relative;
}

.side-micro-embedded {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-bottom: 1px solid rgba(245, 158, 11, 0.3);
}

.side-starter-embedded {
    background: linear-gradient(135deg, #0f172a 0%, #020617 100%);
}

.side-label-embedded {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 15px;
    background: rgba(100, 116, 139, 0.2);
    border: 1px solid #64748b;
    color: #94a3b8;
}

.side-title-embedded {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.schema-container-embedded {
    width: 100%;
    max-width: 500px;
    height: 280px;
    margin: 20px auto;
}

.plant-root-system {
    width: 100%;
    height: 100%;
}

.root-line-svg {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: drawRoot 2s ease-out forwards;
}

@keyframes drawRoot {
    to { stroke-dashoffset: 0; }
}

.fertilizer-particle {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.advantages-list-embedded {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.advantages-list-embedded li {
    padding: 10px 0;
    padding-left: 28px;
    position: relative;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #cbd5e1;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
}

.advantages-list-embedded li:last-child {
    border-bottom: none;
}

.advantages-list-embedded li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(245, 158, 11, 0.2);
    border: 2px solid var(--tech-gold);
}

.side-starter-embedded .advantages-list-embedded li::before {
    background: rgba(100, 116, 139, 0.2);
    border: 2px solid #64748b;
}

.advantages-list-embedded li strong {
    color: #fff;
    font-weight: 600;
}

.stat-badge-embedded {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 15px;
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: var(--tech-gold);
}

.stat-badge-gray {
    background: rgba(100, 116, 139, 0.1);
    border: 1px solid rgba(100, 116, 139, 0.3);
    color: #94a3b8;
}

.stat-number {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: var(--font-heading);
}


.vs-badge-embedded {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.vs-badge-inner-embedded {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, var(--tech-gold) 0%, #fbbf24 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--tech-dark);
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.5), 
                0 0 0 5px var(--tech-panel),
                0 0 0 7px rgba(245, 158, 11, 0.2);
    position: relative;
}

.vs-badge-inner-embedded::before {
    content: '';
    position: absolute;
    inset: 3px;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 100%);
    border-radius: 7px;
}


.phosphore-info-band {
    padding: 25px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(251, 191, 36, 0.05) 100%);
    border-top: 2px solid rgba(245, 158, 11, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.phosphore-icon {
    font-size: 2.5rem;
}

.phosphore-content h4 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    color: var(--tech-gold);
    margin: 0 0 8px 0;
}

.phosphore-content p {
    color: #cbd5e1;
    font-size: 0.95rem;
    margin: 0 0 12px 0;
    line-height: 1.5;
    max-width: 800px;
}

.phosphore-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.phosphore-features span {
    font-size: 0.85rem;
    color: #94a3b8;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 6px;
    border: 1px solid rgba(245, 158, 11, 0.2);
}


@media (min-width: 768px) {
    .widget-header-embedded h2 {
        font-size: 2rem;
    }

    .comparison-side-embedded {
        padding: 35px 40px;
    }

    .side-title-embedded {
        font-size: 1.7rem;
    }

    .schema-container-embedded {
        height: 300px;
        max-width: 600px;
    }

    .advantages-list-embedded li {
        font-size: 0.95rem;
    }

    .phosphore-info-band {
        padding: 30px 40px;
    }
}


@media (min-width: 1100px) {
    .comparison-container-embedded {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

    .side-micro-embedded {
        border-bottom: none;
        border-right: 1px solid rgba(245, 158, 11, 0.2);
    }

    .side-micro-embedded:hover {
        background: linear-gradient(135deg, #1e293b 0%, rgba(245, 158, 11, 0.05) 100%);
        box-shadow: inset 0 0 80px rgba(245, 158, 11, 0.05);
        transform: scale(1.01);
        z-index: 10;
    }

    .side-starter-embedded:hover {
        background: linear-gradient(135deg, #0f172a 0%, rgba(100, 116, 139, 0.08) 100%);
        transform: scale(1.01);
        z-index: 10;
    }

    .comparison-side-embedded {
        padding: 40px 35px;
        transition: all 0.4s ease;
    }

    .schema-container-embedded {
        max-width: 450px;
        height: 320px;
    }

    .vs-badge-embedded {
        top: 50%;
    }

    .vs-badge-inner-embedded {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .phosphore-info-band {
        flex-direction: row;
        text-align: left;
        gap: 25px;
        padding: 30px 50px;
    }

    .phosphore-features {
        justify-content: flex-start;
    }
}


@media (min-width: 1400px) {
    .widget-header-embedded h2 {
        font-size: 2.2rem;
    }

    .comparison-side-embedded {
        padding: 45px 40px;
    }

    .side-title-embedded {
        font-size: 1.8rem;
    }

    .schema-container-embedded {
        max-width: 500px;
        height: 340px;
    }
}