html {
    scroll-behavior: smooth;
}

body.ud-site {
    color: #162033;
    font-family: "Lato", Arial, sans-serif;
    background: #ffffff;
}

.ud-topbar {
    background: #0f766e;
    color: #e8fffb;
    font-size: 13px;
    padding: 8px 0;
}

.ud-topbar a {
    color: #ffffff;
    text-decoration: none;
}

.ud-language {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 18px;
}

.ud-language label {
    margin: 0;
    color: #e8fffb;
    font-weight: 700;
}

.ud-language select {
    height: 30px;
    padding: 4px 26px 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 5px;
    background: #ffffff;
    color: #0f172a;
    font-size: 13px;
}

.ud-navbar.navbar {
    min-height: 118px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 2px 18px rgba(18, 32, 51, 0.08);
}

.ud-navbar .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 118px;
    padding: 0;
    color: #0f172a;
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 0;
}

.ud-navbar .navbar-brand img {
    display: block;
    width: auto;
    max-width: 210px;
    height: 80%;
    max-height: 94px;
    object-fit: contain;
}

.ud-navbar .navbar-brand span {
    color: #0f766e;
}

.ud-navbar .navbar-nav > li > a {
    color: #334155;
    font-size: 14px;
    font-weight: 700;
    padding-top: 49px;
    padding-bottom: 49px;
    text-transform: uppercase;
}

.ud-navbar .navbar-nav > li > a:hover,
.ud-navbar .navbar-nav > li > a.active {
    color: #0f766e;
}

.ud-btn {
    display: inline-block;
    min-height: 44px;
    padding: 12px 20px;
    border-radius: 6px;
    border: 1px solid #0f766e;
    background: #0f766e;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    transition: 0.2s ease;
}

.ud-btn:hover,
.ud-btn:focus {
    background: #115e59;
    border-color: #115e59;
    color: #ffffff;
    text-decoration: none;
}

.ud-btn.ud-btn-light {
    background: #ffffff;
    color: #0f766e;
    border-color: #ffffff;
}

.ud-btn.ud-btn-outline {
    background: transparent;
    color: #0f766e;
}

.ud-btn.ud-btn-outline:hover {
    background: #0f766e;
    color: #ffffff;
}

.ud-hero {
    position: relative;
    min-height: 680px;
    padding: 210px 0 84px;
    background-image: linear-gradient(90deg, rgba(8, 31, 42, 0.86), rgba(8, 31, 42, 0.52), rgba(8, 31, 42, 0.18)), url("../images/dairy-procurement-hero.png");
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

.ud-hero h1 {
    max-width: 760px;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 52px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
}

.ud-hero p {
    max-width: 640px;
    margin: 0 0 28px;
    color: #d9f6f1;
    font-size: 18px;
    line-height: 1.7;
}

.ud-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ud-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    max-width: 760px;
    margin-top: 56px;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.3);
}

.ud-hero-stats div {
    min-height: 104px;
    padding: 22px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
}

.ud-hero-stats strong {
    display: block;
    color: #0f766e;
    font-size: 28px;
    line-height: 1;
}

.ud-hero-stats span {
    display: block;
    margin-top: 9px;
    color: #475569;
    line-height: 1.4;
}

.ud-section {
    padding: 78px 0;
}

.ud-section-alt {
    background: #f3f7f8;
}

.ud-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.ud-heading h2 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 36px;
    font-weight: 900;
}

.ud-heading p {
    margin: 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
}

.ud-feature-grid,
.ud-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ud-feature,
.ud-product,
.ud-contact-panel {
    min-height: 100%;
    padding: 28px;
    border: 1px solid #dfe7ea;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.ud-feature i,
.ud-product i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: #e3fbf6;
    color: #0f766e;
    font-size: 22px;
}

.ud-feature h3,
.ud-product h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 20px;
    font-weight: 900;
}

.ud-feature p,
.ud-product p {
    margin: 0;
    color: #64748b;
    line-height: 1.7;
}

.ud-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    align-items: center;
}

.ud-split img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
}

.ud-check-list {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.ud-check-list li {
    position: relative;
    padding: 0 0 13px 30px;
    color: #334155;
    line-height: 1.55;
}

.ud-check-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #0f766e;
    font-family: FontAwesome;
    content: "\f00c";
}

.ud-page-title {
    padding: 190px 0 72px;
    background: #0f766e;
    color: #ffffff;
}

.ud-page-title h1 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 44px;
    font-weight: 900;
}

.ud-page-title p {
    max-width: 700px;
    margin: 0;
    color: #d9fffa;
    font-size: 17px;
    line-height: 1.7;
}

.ud-contact-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 28px;
}

.ud-contact-panel h3 {
    margin-top: 0;
    color: #0f172a;
    font-weight: 900;
}

.ud-contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ud-contact-list li {
    margin-bottom: 16px;
    color: #475569;
    line-height: 1.6;
}

.ud-contact-list i {
    width: 24px;
    color: #0f766e;
}

.ud-form .form-control {
    height: 46px;
    border: 1px solid #cfd8df;
    border-radius: 6px;
    box-shadow: none;
}

.ud-form textarea.form-control {
    min-height: 132px;
    resize: vertical;
}

.ud-footer {
    padding: 42px 0;
    background: #0f172a;
    color: #cbd5e1;
}

.ud-footer a {
    color: #ffffff;
}

.ud-footer-brand {
    display: inline-flex;
    align-items: center;
    min-height: 54px;
}

.ud-footer-brand img {
    width: auto;
    max-width: 230px;
    height: 126px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .ud-navbar .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .ud-navbar .navbar-brand img {
        max-width: 160px;
        height: 80%;
        max-height: 84px;
    }

    .ud-hero {
        min-height: auto;
        padding: 136px 0 64px;
    }

    .ud-hero h1 {
        font-size: 38px;
    }

    .ud-feature-grid,
    .ud-product-grid,
    .ud-split,
    .ud-contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .ud-topbar {
        display: none;
    }

    .ud-hero h1 {
        font-size: 32px;
    }

    .ud-hero-stats {
        grid-template-columns: 1fr;
    }

    .ud-section {
        padding: 54px 0;
    }

    .ud-page-title {
        padding: 118px 0 52px;
    }
}
