﻿:root {
    --yellow: #f0d547;
    --green-1: #1f4e45;
    --green-2: #2e6a55;
    --green-3: #214f47;
    --white: #f6f6f6;
    --text: #e8efea;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #234f45;
    color: var(--text);
}

.promo {
    background: var(--yellow);
    color: #35513d;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 10px;
}

.hero {
    position: relative;
    min-height: auto;
    background: radial-gradient(circle at 25% 35%, #2f6a58 0%, var(--green-1) 45%, var(--green-3) 100%);
    padding: 20px clamp(12px, 2.2vw, 30px) 24px;
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: clamp(18px, 2.2vw, 34px);
    background: #f4f4f4;
    clip-path: polygon(0 72%, 9% 58%, 18% 66%, 28% 82%, 38% 64%, 50% 54%, 62% 66%, 72% 80%, 83% 62%, 92% 57%, 100% 70%, 100% 100%, 0 100%);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: nowrap;
    white-space: nowrap;
    max-width: 1320px;
    margin: 0 auto;
}

.logo {
    color: #b8d85c;
    font-weight: 800;
    font-size: clamp(17px, 1.65vw, 34px);
    letter-spacing: -0.01em;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-wrap {
    flex: 0 0 auto;
}

.menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: clamp(8px, 1.2vw, 20px);
}

.menu a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #d7e8df;
    font-size: clamp(12px, .95vw, 15px);
    font-weight: 600;
}

.nav-ico {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #8db55f;
    color: #c8de7b;
    display: inline-grid;
    place-items: center;
    font-size: 11px;
    line-height: 1;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.mobile-nav {
    display: none;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    font-size: clamp(12px, .92vw, 14px);
    padding: clamp(8px, .8vw, 12px) clamp(12px, 1.3vw, 20px);
}

.btn-ico {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    font-size: 10px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.16);
}

.btn-solid .btn-ico {
    background: rgba(35, 56, 28, 0.2);
}

.btn-outline {
    background: transparent;
    color: #dce8df;
    border: 2px solid #b4cb62;
}

.btn-solid {
    background: var(--yellow);
    color: #23381c;
    border: 2px solid var(--yellow);
}

.hero-grid {
    margin-top: clamp(20px, 4vw, 46px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 2.8vw, 44px);
    align-items: end;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.eyebrow {
    color: #c7df7f;
    font-size: clamp(12px, 1.2vw, 18px);
    font-weight: 700;
    margin-bottom: 10px;
}

.copy h1 {
    color: var(--white);
    font-size: clamp(28px, 4.7vw, 78px);
    line-height: 1.07;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.service-pill {
    display: inline-block;
    padding: 1px 14px 5px;
    border-radius: 999px;
    border: 3px solid #b4cb62;
    color: #d9de86;
    font-family: 'Playfair Display', serif;
    font-size: 0.88em;
    font-weight: 700;
    font-style: italic;
}

.desc-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 6px;
    margin-bottom: 14px;
}

.mini-badge {
    width: clamp(44px, 5.2vw, 72px);
    height: clamp(44px, 5.2vw, 72px);
    border-radius: 50%;
    border: 2px solid #9bb056;
    color: #cad985;
    font-size: clamp(8px, .65vw, 10px);
    font-weight: 800;
    line-height: 1.05;
    display: grid;
    place-items: center;
    text-align: center;
    flex: 0 0 auto;
}

.desc-row p {
    max-width: 480px;
    color: #d2e0d8;
    font-size: clamp(12px, 1.18vw, 18px);
    line-height: 1.42;
}

.how-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #d7e9e1;
    font-size: clamp(12px, 1.08vw, 17px);
    text-decoration: none;
    font-weight: 600;
    margin-top: 4px;
}

.how-link span {
    margin-left: 0;
}

.hero-subcopy {
    max-width: 560px;
    color: #d2e0d8;
    font-size: clamp(13px, 1.08vw, 18px);
    line-height: 1.5;
    margin-top: 8px;
}

.hero-cta-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    font-size: clamp(12px, 1vw, 15px);
    transition: transform .2s ease, filter .2s ease;
}

.hero-cta:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

.hero-cta-primary {
    background: var(--yellow);
    color: #23381c;
    border: 2px solid var(--yellow);
}

.hero-cta-secondary {
    background: transparent;
    color: #dce8df;
    border: 2px solid #b4cb62;
}

.visual {
    position: relative;
    min-height: clamp(240px, 32vw, 430px);
}

.frame {
    position: absolute;
    border-radius: 220px 220px 0 0;
}

.layer-one {
    right: 4%;
    top: 4%;
    width: 66%;
    height: 84%;
    background: var(--yellow);
}

.layer-two {
    right: 8%;
    top: 8%;
    width: 66%;
    height: 84%;
    background: #f8f8f3;
    border: 4px solid #f5d744;
}

.image-shell {
    position: absolute;
    right: 11%;
    top: 11%;
    width: 61%;
    height: 76%;
    border-radius: 200px 200px 0 0;
    overflow: hidden;
}

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

.trust-badge {
    position: absolute;
    left: 24%;
    bottom: 12%;
    width: clamp(62px, 8vw, 104px);
    height: clamp(62px, 8vw, 104px);
    border-radius: 50%;
    background: #204641;
    border: 4px solid #b5cd63;
    color: #f1d64f;
    font-size: clamp(8px, .95vw, 13px);
    font-weight: 800;
    display: grid;
    place-items: center;
    text-align: center;
    line-height: 1.08;
}

.swirl {
    position: absolute;
    left: 3%;
    bottom: 10%;
    width: clamp(120px, 22vw, 260px);
    height: auto;
}

.swirl path {
    fill: none;
    stroke: #c2d266;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 740px) {
    .hero {
        padding: 14px 8px 12px;
    }

    .hero::after {
        height: 18px;
    }

    .menu {
        display: none;
    }

    .nav-actions {
        display: none;
    }

    .mobile-nav {
        display: block;
        position: relative;
    }

    .mobile-nav > summary {
        list-style: none;
        cursor: pointer;
        border: 1px solid #9fbe67;
        color: #e4efe8;
        background: rgba(14, 40, 35, 0.28);
        border-radius: 999px;
        padding: 8px 14px;
        font-size: 12px;
        font-weight: 700;
        user-select: none;
    }

    .mobile-nav > summary::-webkit-details-marker {
        display: none;
    }

    .mobile-nav-panel {
        position: absolute;
        right: 0;
        top: calc(100% + 8px);
        min-width: 170px;
        background: rgba(23, 74, 62, 0.96);
        border: 1px solid #9fbe67;
        border-radius: 12px;
        padding: 8px;
        display: grid;
        gap: 4px;
        z-index: 20;
        backdrop-filter: blur(4px);
    }

    .mobile-nav-panel a {
        color: #e6f0e9;
        text-decoration: none;
        font-size: 12px;
        font-weight: 600;
        padding: 8px 10px;
        border-radius: 8px;
    }

    .mobile-nav-panel a:hover {
        background: rgba(240, 213, 71, 0.14);
    }

    .hero-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .copy h1 {
        font-size: clamp(24px, 6.6vw, 40px);
    }

    .hero-subcopy {
        font-size: 12px;
        line-height: 1.35;
    }

    .hero-cta-row {
        gap: 8px;
        margin-top: 12px;
    }

    .hero-cta {
        padding: 8px 12px;
        font-size: 11px;
    }

    .visual {
        min-height: 250px;
    }

    .layer-one,
    .layer-two,
    .image-shell {
        right: 2%;
        width: 86%;
    }

    .layer-two {
        right: 5%;
    }

    .image-shell {
        right: 8%;
        width: 80%;
    }

    .trust-badge {
        left: 8%;
        bottom: 14%;
    }

    .swirl {
        left: -3%;
        bottom: 12%;
    }
}

.services-section {
    width: 100%;
    background: #f4f4f4;
    padding: clamp(28px, 4vw, 52px) clamp(10px, 3vw, 32px) clamp(26px, 5vw, 58px);
}

.services-wrap {
    max-width: 1180px;
    margin: 0 auto;
}

.services-kicker {
    color: #46635b;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: lowercase;
    margin-bottom: 10px;
}

.services-wrap h2 {
    color: #1d4d43;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1;
    margin-bottom: 14px;
}

.services-wrap h2 span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
}

.services-copy {
    color: #43635a;
    max-width: 760px;
    font-size: clamp(13px, 1.15vw, 18px);
    line-height: 1.45;
}

.service-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.service-card {
    background: #f0efd9;
    border-radius: 14px;
    padding: clamp(14px, 2vw, 24px);
    min-height: 164px;
}

.service-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #1d5a4a;
    color: #d8e55c;
    display: grid;
    place-items: center;
    font-weight: 800;
    margin-bottom: 10px;
}

.service-card h3 {
    color: #234f45;
    font-size: clamp(20px, 2vw, 30px);
    margin-bottom: 6px;
}

.service-card p {
    color: #48645d;
    font-size: clamp(12px, 1vw, 16px);
    line-height: 1.4;
}

.service-card-highlight {
    background: #255248;
}

.service-card-highlight h3 {
    color: #e0dc58;
}

.service-card-highlight h3 span {
    color: #dce8df;
}

.service-card-highlight p {
    color: #d5e5dd;
    margin-top: 4px;
}

.service-card-highlight a {
    display: inline-block;
    margin-top: 16px;
    color: #d7e45c;
    text-decoration: none;
    font-size: 34px;
    line-height: 1;
}

.site-footer {
    background: #235044;
    padding: 0 clamp(10px, 3vw, 32px) 20px;
}

.footer-wrap {
    max-width: 1180px;
    margin: 0 auto;
}

.footer-cta {
    background: #f0d547;
    border-radius: 0 0 18px 18px;
    padding: clamp(16px, 3.2vw, 38px) clamp(16px, 4vw, 54px);
    transform: translateY(-1px);
}

.footer-cta h3 {
    color: #1f4d45;
    font-size: clamp(28px, 4.8vw, 62px);
    line-height: 1;
}

.footer-cta h3 span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.footer-cta-row {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-cta-row p {
    color: #395347;
    font-size: clamp(12px, 1vw, 15px);
    font-weight: 600;
}

.footer-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1e4d44;
    color: #f0d547;
    border-radius: 999px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 700;
    font-size: clamp(11px, 1vw, 14px);
}

.footer-main {
    margin-top: 26px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: start;
}

.footer-brand h4 {
    font-size: clamp(20px, 2.6vw, 34px);
    color: #c0dd63;
    margin-bottom: 8px;
}

.footer-brand p {
    color: #d7e6df;
    font-size: clamp(12px, 1vw, 15px);
    margin-bottom: 14px;
}

.email-form {
    display: flex;
    align-items: center;
    width: min(500px, 100%);
    background: #ffffff;
    border-radius: 999px;
    overflow: hidden;
}

.email-form input {
    flex: 1;
    border: 0;
    outline: 0;
    padding: 12px 16px;
    font-family: inherit;
    font-size: 14px;
}

.email-form button {
    display: none;
}

.email-form span {
    width: 38px;
    height: 38px;
    margin-right: 4px;
    border-radius: 50%;
    background: #f0d547;
    color: #1f4d45;
    display: grid;
    place-items: center;
    font-size: 20px;
    font-weight: 700;
}

.footer-links h5 {
    color: #eaf1ed;
    font-size: clamp(18px, 2vw, 28px);
    margin-bottom: 8px;
}

.footer-links {
    display: grid;
    gap: 6px;
}

.footer-links a {
    color: #d5e3dc;
    text-decoration: none;
    font-size: clamp(12px, 1vw, 15px);
}

.footer-bottom {
    margin-top: 22px;
    background: rgba(169, 201, 90, 0.2);
    color: #d7e4dc;
    font-size: 12px;
    border-radius: 10px;
    padding: 10px 14px;
}

@media (max-width: 740px) {
    .service-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .service-card {
        min-height: 150px;
        border-radius: 10px;
    }

    .footer-cta {
        border-radius: 10px;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .footer-cta-row {
        flex-wrap: wrap;
        gap: 10px;
    }

    .email-form input {
        font-size: 12px;
        padding: 10px 12px;
    }

    .email-form span {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }
}
