.about-ultra {
    background: #fff;
}

.uc-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.uc-hero {
    padding: 35px 0 30px;
    background: linear-gradient(135deg, rgba(0,166,81,0.04) 0%, rgba(0,117,201,0.04) 100%);
    border-bottom: 1px solid #e2e8f0;
}

.uc-hero h1 {
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 800;
    background: linear-gradient(135deg, #00A651, #0075C9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.hero-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.hero-meta p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.5;
    max-width: 500px;
}

.hero-stats {
    display: flex;
    gap: 35px;
}

.hero-stats > div {
    text-align: right;
}

.hero-stats strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    background: linear-gradient(135deg, #00A651, #0075C9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 3px;
}

.hero-stats span {
    font-size: 10px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.uc-grid {
    padding: 40px 0;
}

.grid-row {
    margin-bottom: 40px;
}

.grid-row:last-child {
    margin-bottom: 0;
}

.row-2col {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 40px;
    align-items: start;
}

.editor-prose p {
    font-size: 15px;
    line-height: 1.65;
    color: #334155;
    margin-bottom: 12px;
}

.editor-prose h2,
.editor-prose h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 20px 0 10px;
}

.editor-prose ul,
.editor-prose ol {
    margin: 12px 0;
    padding-left: 20px;
}

.editor-prose li {
    font-size: 15px;
    line-height: 1.65;
    color: #334155;
    margin-bottom: 6px;
}

.col-image {
    position: sticky;
    top: 80px;
}

.image-wrapper {
    position: relative;
    width: 100%;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #00A651 0%, #0075C9 100%);
    z-index: 2;
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0066ff1c, #00c2ff1f, #00d4a621, #7cffb221);
    pointer-events: none;
    z-index: 1;
}

.row-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.col-card {
    background: #f8fafc;
    padding: 28px 24px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.col-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.card-label {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #64748b;
    background: #e2e8f0;
    padding: 4px 10px;
    border-radius: 3px;
    margin-bottom: 12px;
}

.card-label.green {
    background: rgba(0,166,81,0.1);
    color: #00A651;
}

.card-label.blue {
    background: rgba(0,117,201,0.1);
    color: #0075C9;
}

.col-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

.col-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

.values-title {
    font-size: 28px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 25px;
}

.values-compact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.val-item {
    padding: 20px 0;
    border-left: 3px solid #e2e8f0;
    padding-left: 16px;
    transition: all 0.3s ease;
}

.val-item:hover {
    border-left-color: #00A651;
}

.val-item strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
}

.val-item p {
    font-size: 13px;
    line-height: 1.5;
    color: #64748b;
}

.contact-mini {
    background: linear-gradient(135deg, rgba(0,166,81,0.06) 0%, rgba(0,117,201,0.06) 100%);
    border-radius: 12px;
    padding: 50px 40px;
    border: 2px solid #e2e8f0;
}

@media (max-width: 1200px) {
    .uc-wrap {
        padding: 0 25px;
    }

    .row-2col {
        grid-template-columns: 1fr;
    }

    .col-image {
        position: static;
    }

    .row-3col {
        grid-template-columns: 1fr;
    }

    .values-compact {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .uc-wrap {
        padding: 0 20px;
    }

    .uc-hero {
        padding: 30px 0 25px;
    }

    .uc-hero h1 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .hero-meta {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
    }

    .hero-meta p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .hero-meta .breadcrumbs {
        width: 100%;
    }

    .hero-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        width: 100%;
        background: #fff;
        padding: 20px 15px;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    }

    .hero-stats > div {
        text-align: center;
        border-right: 1px solid #e2e8f0;
    }

    .hero-stats > div:last-child {
        border-right: none;
    }

    .hero-stats strong {
        font-size: 20px;
    }

    .hero-stats span {
        font-size: 9px;
    }

    .uc-grid {
        padding: 30px 0;
    }

    .grid-row {
        margin-bottom: 30px;
    }

    .image-wrapper {
        height: 250px;
    }

    .row-3col {
        gap: 20px;
    }

    .col-card {
        padding: 24px 20px;
    }

    .col-card h3 {
        font-size: 16px;
    }

    .col-card p {
        font-size: 13px;
    }

    .values-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .values-compact {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .val-item {
        padding: 15px 0;
        padding-left: 14px;
    }

    .val-item strong {
        font-size: 15px;
    }

    .val-item p {
        font-size: 13px;
    }

    .contact-mini {
        padding: 30px 20px;
    }
}