```css
:root {
    --uc-green: #6A8472;
    --uc-text: #1f1f1f;
    --uc-bg: #f7f7f7;
    --uc-white: #ffffff;
    --uc-border: #e9e9e9;
    --uc-radius: 28px;
    --uc-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: var(--uc-text);
}

img {
    max-width: 100%;
    height: auto;
}

.uc-container {
    width: min(1440px, calc(100% - 60px));
    margin: 0 auto;
}

.uc-header {
    padding: 16px 0;
    background: #ffffff;
	border-bottom: 1px solid #f1f1f1;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #f1f1f1;
}

.uc-header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 36px;
}

.uc-logo-wrap {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.custom-logo-link {
    display: flex;
    align-items: center;
}

.custom-logo-link img,
.custom-logo {
    width: auto;
    max-height: 78px;
    display: block;
}

.uc-logo-text {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: var(--uc-text);
    font-size: 30px;
    font-weight: 700;
}

.uc-logo-text img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.uc-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.uc-menu,
.uc-menu ul,
.uc-menu li,
.uc-menu .sub-menu,
.uc-menu .sub-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.uc-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
}

.uc-menu > li {
    position: relative;
}

.uc-menu > li > a {
    display: inline-flex;
    align-items: center;
    height: 48px;
    text-decoration: none;
    color: var(--uc-text);
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    white-space: nowrap;
}

.uc-menu > li > a:hover {
    color: var(--uc-green);
}

.uc-menu .sub-menu {
    display: none;
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    min-width: 260px;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 12px 0;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
    z-index: 999;
}

.uc-menu li:hover > .sub-menu {
    display: block;
}

.uc-menu .sub-menu li {
    width: 100%;
}

.uc-menu .sub-menu a {
    display: block;
    width: 100%;
    padding: 12px 18px;
    text-decoration: none;
    color: var(--uc-text);
    font-size: 17px;
    line-height: 1.35;
    white-space: nowrap;
}

.uc-menu .sub-menu a:hover {
    background: #f7f7f7;
    color: var(--uc-green);
}

.uc-header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.uc-phone {
    text-decoration: none;
    color: var(--uc-green);
    font-weight: 700;
    background: #f6f6f6;
    padding: 15px 24px;
    border-radius: 999px;
    white-space: nowrap;
    font-size: 17px;
}

.uc-calc-btn {
    text-decoration: none;
    background: var(--uc-green);
    color: #ffffff;
    padding: 16px 30px;
    border-radius: 999px;
    font-weight: 700;
    white-space: nowrap;
    font-size: 17px;
}

.uc-hero {
    padding: 34px 0 26px;
}

.uc-hero-grid {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 34px;
    align-items: stretch;
}

.uc-hero-card {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    background-color: #6A8472 !important;
    color: #ffffff !important;
    border-radius: 36px;
    padding: 24px;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.uc-hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/wp-content/uploads/2026/04/image-2-scaled.png');
    background-repeat: no-repeat;
    background-position: right -60px bottom -10px;
    background-size: 120%;
    opacity: 0.18;
    filter: brightness(200%) contrast(80%);
    pointer-events: none;
}

.uc-hero-card > * {
    position: relative;
    z-index: 2;
}

.uc-hero-card h1 {
    margin: 0 0 14px;
    font-size: 62px;
    line-height: 0.95;
    font-weight: 700;
}

.uc-hero-card p {
    margin: 0;
    font-size: 26px;
    opacity: 0.96;
}

.uc-hero-btn {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    text-decoration: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    padding: 20px 32px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 18px;
    backdrop-filter: blur(8px);
}

.uc-hero-visual {
    border-radius: 36px;
    background: #f8f8f8;
	border: 1px solid #f1f1f1;
    padding: 24px;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.uc-hero-text h2 {
    margin: 0 0 14px;
    font-size: 62px;
    line-height: 0.95;
    color: #7b9483;
    font-weight: 600;
    max-width: 900px;
}

.uc-hero-text p {
    margin: 0 0 24px;
    font-size: 28px;
    color: #78907f;
}

.uc-hero-image {
    position: relative;
    min-height: 520px;
}

.uc-hero-image img {
    width: 100%;
    max-height: 620px;
    object-fit: contain;
    display: block;
}

.uc-slider-next {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    box-shadow: var(--uc-shadow);
    font-size: 38px;
    cursor: pointer;
    color: var(--uc-green);
}

.uc-calc-section {
    padding: 10px 0 60px;
}

.uc-calc-box {
    background: #ffffff;
    border: 1px solid var(--uc-border);
    border-radius: 28px;
    padding: 34px;
    box-shadow: var(--uc-shadow);
}

.uc-calc-box h3 {
    font-size: 42px;
    margin: 0 0 28px;
    font-weight: 700;
}

.uc-calc-tabs {
    display: flex;
    gap: 24px;
    margin-bottom: 30px;
}

.uc-calc-tabs button {
    background: transparent;
    border: none;
    font-size: 22px;
    cursor: pointer;
    padding: 0 0 10px;
    border-bottom: 3px solid transparent;
    color: #2d2d2d;
}

.uc-calc-tabs button.active {
    border-color: var(--uc-green);
    color: var(--uc-text);
    font-weight: 700;
}

.uc-calc-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr) 260px;
    gap: 20px;
    align-items: end;
}

.uc-field label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
}

.uc-field input {
    width: 100%;
    height: 56px;
    border: 1px solid var(--uc-border);
    border-radius: 16px;
    padding: 0 16px;
    font-size: 18px;
    outline: none;
}

.uc-checks {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 0;
}

.uc-checks label {
    font-size: 15px;
    font-weight: 500;
}

.uc-total-box {
    background: #f5f7f5;
    border-radius: 20px;
    padding: 20px;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.uc-total-box span {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    color: #666666;
}

.uc-total-box strong {
    font-size: 34px;
    color: var(--uc-green);
}

.uc-footer {
    padding: 30px 0;
    background: #ffffff;
}

.uc-footer p {
    margin: 0;
    font-size: 14px;
    color: #666666;
}

@media (max-width: 1200px) {
    .uc-header-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .uc-nav {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .uc-menu {
        width: max-content;
        gap: 24px;
    }

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

    .uc-hero-card,
    .uc-hero-visual {
        min-height: auto;
    }

    .uc-hero-card h1 {
        font-size: 56px;
    }

    .uc-hero-text h2 {
        font-size: 58px;
    }

    .uc-calc-form {
        grid-template-columns: 1fr 1fr;
    }

    .uc-total-box {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .uc-container {
        width: min(1440px, calc(100% - 24px));
    }

    .custom-logo-link img,
    .custom-logo {
        max-height: 58px;
    }

    .uc-menu > li > a {
        font-size: 17px;
    }

    .uc-phone,
    .uc-calc-btn {
        font-size: 14px;
        padding: 12px 16px;
    }

    .uc-header-actions {
        width: 100%;
        justify-content: space-between;
    }

    .uc-hero-card {
        min-height: 420px;
        padding: 24px;
    }

    .uc-hero-card h1 {
        font-size: 44px;
    }

    .uc-hero-card p {
        font-size: 22px;
    }

    .uc-hero-visual {
        padding: 24px;
    }

    .uc-hero-text h2 {
        font-size: 46px;
    }

    .uc-hero-text p {
        font-size: 22px;
    }

    .uc-slider-next {
        width: 46px;
        height: 46px;
        font-size: 28px;
    }

    .uc-calc-box {
        padding: 24px;
    }

    .uc-calc-box h3 {
        font-size: 30px;
    }

    .uc-calc-form {
        grid-template-columns: 1fr;
    }
}
```
