


.page-gazon-v13 {
    background-color: #f8fafc;
}



.gazon-hero-v13 {
    position: relative;
    width: 100%;
    
    height: 90vh; 
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: -80px;
    padding-top: 80px;
}

.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.1) 100%);
    z-index: 1;
}

.hero-fade-bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 200px; 
    background: linear-gradient(to top, #f8fafc 0%, rgba(248, 250, 252, 0) 100%);
    z-index: 2;
}

.hero-content-container {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.hero-text-block {
    max-width: 650px;
    color: #fff;
    text-shadow: 0 4px 12px rgba(0,0,0,0.4);
    margin-left: 5%; 
    padding-left: 1rem;
}

.hero-eyebrow {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #86efac;
    margin-bottom: 1rem;
    font-weight: 700;
}

.hero-title {
    font-family: 'Plane', sans-serif;
    font-size: clamp(3rem, 5vw, 4.5rem);
    line-height: 1.1;
    margin: 0 0 1.5rem;
}

.hero-desc {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    font-weight: 500;
    opacity: 0.95;
}

.btn-hero-v13 {
    background: #fff;
    color: #166534;
    font-weight: 700;
    border: none;
    padding: 14px 32px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: transform 0.2s, box-shadow 0.2s;
    font-size: 1rem;
}

.btn-hero-v13:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    background: #f0fdf4;
}


.smartgrass-range-v13 {
    padding: 4rem 0 6rem;
    position: relative;
    z-index: 5;
}

.sg-list-container {
    display: flex;
    flex-direction: column;
    gap: 4rem; 
    max-width: 1100px;
    margin: 0 auto;
}


.sg-row-v13 {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease;
    
}

.sg-row-v13:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.sg-v13-header {
    background-color: var(--accent-color);
    padding: 1.2rem 2.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sg-v13-header-content {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.sg-v13-num {
    font-size: 3.5rem;
    font-weight: 800;
    font-family: 'Plane', sans-serif;
    line-height: 1;
    opacity: 0.9;
}

.sg-v13-titles {
    display: flex;
    flex-direction: column;
}

.sg-v13-title {
    font-family: 'Plane', sans-serif;
    font-size: 2.2rem;
    margin: 0;
    line-height: 1;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.sg-v13-usage {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    opacity: 0.95;
    margin-top: 0.3rem;
}

.sg-v13-header-specs {
    display: flex;
    gap: 1rem;
}


.sg-v13-body {
    display: grid;
    
    grid-template-columns: 280px 1fr 300px; 
    gap: 2.5rem;
    padding: 2.5rem; 
    align-items: center;
}


.sg-v13-col-visual {
    display: flex;
    justify-content: center;
    border-right: 1px dashed #e2e8f0;
    padding-right: 2rem;
}

.sg-v13-bag-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sg-v13-bag-img {
    width: 100%;
    max-width: 250px; 
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.2));
    transform: scale(1.2); 
    transform-origin: center center;
}


.sg-v13-col-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sg-v13-subtitle {
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #94a3b8;
    margin: 0 0 1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.sg-v13-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.sg-v13-features li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
    color: #334155;
    line-height: 1.4;
}

.sg-v13-features li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--accent-color);
    font-weight: 800;
}


.sg-v13-pack-blocks {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1rem;
    border: 1px solid #e2e8f0;
}

.pack-label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.pack-options {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.pack-item {
    background: #fff;
    border: 1px solid #cbd5e1;
    padding: 6px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    color: #334155;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.pack-item .p-icon { font-size: 1rem; }


.sg-v13-col-chart {
    background: #fcfcfc;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #f1f5f9;
}

.sg-v13-chart-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
}

.sg-v13-donut-wrapper {
    width: 130px;
    height: 130px;
    flex-shrink: 0;
    position: relative;
}

.sg-v13-donut {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
}

.donut-center {
    position: absolute;
    inset: 35%;
    background: #fcfcfc;
    border-radius: 50%;
}

.sg-v13-legend {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.85rem;
    text-align: left;
    width: 100%;
}

.sg-v13-legend li {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 5px;
    line-height: 1.3;
    color: #475569;
    border-bottom: 1px dotted #e2e8f0;
    padding-bottom: 2px;
}

.sg-v13-legend li:last-child { border-bottom: none; }

.sg-v13-legend .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
    transform: translateY(1px);
}

.sg-v13-legend strong {
    color: #0f172a;
    font-weight: 700;
}


@media (max-width: 1100px) {
    .sg-v13-body {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem;
    }
    .sg-v13-col-visual {
        border-right: none;
        border-bottom: 1px dashed #e2e8f0;
        padding-right: 0;
        padding-bottom: 2rem;
    }
    .sg-v13-bag-img {
        transform: scale(1);
        max-width: 200px;
    }
    .sg-v13-col-chart {
        width: 100%;
        justify-content: center;
    }
    .sg-v13-chart-layout {
        flex-direction: row;
        text-align: left;
    }
    .hero-text-block {
        margin-left: 0;
        padding: 0 1.5rem;
        text-align: center;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .gazon-hero-v13 { height: 65vh; }
    .hero-title { font-size: 2.8rem; }
    
    .sg-v13-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        padding: 1.5rem;
    }
    .sg-v13-header-specs {
        width: 100%;
        justify-content: space-between;
    }
    .sg-v13-chart-layout {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}