/* /Layout/MainLayout.razor.rz.scp.css */
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4qkr4vdb0w] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-4qkr4vdb0w] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4qkr4vdb0w] {
    font-size: 1.1rem;
}

.bi[b-4qkr4vdb0w] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-4qkr4vdb0w] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-4qkr4vdb0w] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-4qkr4vdb0w] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-4qkr4vdb0w] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4qkr4vdb0w] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4qkr4vdb0w] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4qkr4vdb0w]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-4qkr4vdb0w]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-4qkr4vdb0w]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4qkr4vdb0w] {
        display: none;
    }

    .collapse[b-4qkr4vdb0w] {
        display: block;
    }

    .nav-scrollable[b-4qkr4vdb0w] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
:root[b-w89lvd20ly] {
}

main[b-w89lvd20ly] {
    display: block;
}

h1[b-w89lvd20ly], h2[b-w89lvd20ly], h3[b-w89lvd20ly] {
    font-family: 'Playfair Display', Georgia, serif;
    margin: 0;
}

.eyebrow[b-w89lvd20ly] {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #6b9b37;
    margin: 0 0 0.6rem;
}

.site-header[b-w89lvd20ly] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(245, 248, 239, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 1px 0 rgba(30, 58, 36, 0.06);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.header-inner[b-w89lvd20ly] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.brand[b-w89lvd20ly] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: #1e3a24;
}

.brand-logo[b-w89lvd20ly] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(30, 58, 36, 0.18);
}

.brand-name[b-w89lvd20ly] {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 600;
    font-size: 1.15rem;
    letter-spacing: 0.01em;
    margin-left: 10px;
}

    .main-nav[b-w89lvd20ly] {
        display: flex;
        align-items: center;
        gap: 1.75rem;
    }

.main-nav a[b-w89lvd20ly] {
    color: #1e3a24;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.main-nav a:hover[b-w89lvd20ly] {
    color: #6b9b37;
}

.nav-toggle[b-w89lvd20ly] {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.nav-toggle span[b-w89lvd20ly] {
    display: block;
    width: 20px;
    height: 2px;
    background: #1e3a24;
    border-radius: 2px;
    align-self: center;
}

.btn-book[b-w89lvd20ly] {
    border: none;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    background: #6b9b37;
    color: #fff;
}

.btn-book:hover[b-w89lvd20ly] {
    background: #4f7a26;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(79, 122, 38, 0.3);
}

.btn-book--nav[b-w89lvd20ly] {
    padding: 0.6rem 1.4rem;
    font-size: 0.9rem;
}

.btn-book--hero[b-w89lvd20ly] {
    padding: 1rem 2.2rem;
    font-size: 1.05rem;
}

.btn-ghost[b-w89lvd20ly] {
    padding: 1rem 2.2rem;
    border-radius: 999px;
    border: 1px solid rgba(107, 155, 55, 0.4);
    color: #4f7a26;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.btn-ghost:hover[b-w89lvd20ly] {
    background: rgba(107, 155, 55, 0.08);
    border-color: rgba(107, 155, 55, 0.7);
    transform: translateY(-2px);
}

.hero[b-w89lvd20ly] {
    position: relative;
    margin-top: 69px;
    padding: 3rem 1.5rem 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f5f8ef;
    scroll-margin-top: 76px;
}

.hero-media[b-w89lvd20ly] {
    width: 100%;
    max-width: 1100px;
    height: min(70vh, 620px);
    min-height: 380px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(30, 58, 36, 0.18);
}

.hero-photo[b-w89lvd20ly] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-content[b-w89lvd20ly] {
    position: relative;
    max-width: 680px;
    margin-top: 2.6rem;
    padding: 0 1.5rem;
    text-align: center;
    color: #1e3a24;
}

.hero-content .eyebrow[b-w89lvd20ly] {
    color: #6b9b37;
}

.hero h1[b-w89lvd20ly] {
    font-size: clamp(2.4rem, 5.5vw, 3.6rem);
    font-weight: 700;
    color: #1e3a24;
}

.hero-subtitle[b-w89lvd20ly] {
    margin: 1.2rem auto 0;
    max-width: 560px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #5b6b52;
}

.hero-price[b-w89lvd20ly] {
    margin: 1.4rem 0 0;
    font-size: 1rem;
    color: #5b6b52;
}

.hero-price strong[b-w89lvd20ly] {
    color: #6b9b37;
    font-size: 1.15rem;
}

.hero-actions[b-w89lvd20ly] {
    margin-top: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.services[b-w89lvd20ly] {
    padding: 6rem 1.5rem;
    background: #f5f8ef;
    scroll-margin-top: 76px;
}

.services-grid[b-w89lvd20ly] {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.service-card[b-w89lvd20ly] {
    padding: 2.2rem 1.8rem;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(30, 58, 36, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover[b-w89lvd20ly] {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(30, 58, 36, 0.14);
}

.service-icon[b-w89lvd20ly] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #e1eed0;
    color: #6b9b37;
    margin-bottom: 1rem;
}

.service-icon svg[b-w89lvd20ly] {
    width: 24px;
    height: 24px;
}

.service-card h3[b-w89lvd20ly] {
    font-size: 1.15rem;
    color: #1e3a24;
    margin-bottom: 0.6rem;
}

.service-alt[b-w89lvd20ly] {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    color: #6b9b37;
}

.service-card p[b-w89lvd20ly] {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #5b6b52;
}

.portfolio[b-w89lvd20ly] {
    padding: 6rem 1.5rem;
    background: #eaf1e0;
    scroll-margin-top: 76px;
}

.section-heading[b-w89lvd20ly] {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 3rem;
}

.section-heading h2[b-w89lvd20ly] {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    color: #1e3a24;
}

.carousel[b-w89lvd20ly] {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(30, 58, 36, 0.18);
    touch-action: pan-y;
}

.carousel-track[b-w89lvd20ly] {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-slide[b-w89lvd20ly] {
    flex: 0 0 100%;
    aspect-ratio: 4 / 3;
    background: #eaf1e0;
}

.carousel-slide img[b-w89lvd20ly] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.carousel-control[b-w89lvd20ly] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(4px);
    color: #1e3a24;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.carousel-control:hover[b-w89lvd20ly] {
    background: #fff;
    transform: translateY(-50%) scale(1.08);
}

.carousel-control.prev[b-w89lvd20ly] {
    left: 14px;
}

.carousel-control.next[b-w89lvd20ly] {
    right: 14px;
}

.carousel-dots[b-w89lvd20ly] {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.dot[b-w89lvd20ly] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s ease, background 0.2s ease;
}

.dot.active[b-w89lvd20ly] {
    background: #fff;
    transform: scale(1.3);
}

.about[b-w89lvd20ly] {
    padding: 6rem 1.5rem;
    background: #f5f8ef;
    scroll-margin-top: 76px;
}

.about-inner[b-w89lvd20ly] {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 3.5rem;
}

.about-media[b-w89lvd20ly] {
    flex: 0 0 auto;
}

.about-photo[b-w89lvd20ly] {
    display: block;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    border: 6px solid #fff;
    box-shadow: 0 20px 45px rgba(30, 58, 36, 0.18);
}

.about-content[b-w89lvd20ly] {
    flex: 1 1 auto;
}

.about-content h2[b-w89lvd20ly] {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    color: #1e3a24;
    margin-bottom: 0.5rem;
}

.about-role[b-w89lvd20ly] {
    margin: 0 0 1.2rem;
    font-weight: 600;
    color: #6b9b37;
}

.about-text[b-w89lvd20ly] {
    margin: 0;
    color: #5b6b52;
    line-height: 1.7;
    font-size: 1rem;
}

.about-stats[b-w89lvd20ly] {
    display: flex;
    gap: 2rem;
    margin: 1.8rem 0;
}

.about-stat[b-w89lvd20ly] {
    display: flex;
    flex-direction: column;
}

.about-stat-number[b-w89lvd20ly] {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #1e3a24;
}

.about-stat-label[b-w89lvd20ly] {
    font-size: 0.8rem;
    color: #6e7a63;
}

.contacts[b-w89lvd20ly] {
    padding: 6rem 1.5rem;
    background: #f5f8ef;
    scroll-margin-top: 76px;
}

.contacts-grid[b-w89lvd20ly] {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

@media (min-width: 860px) {
    .contacts-grid[b-w89lvd20ly] {
        grid-template-columns: repeat(3, 1fr);
    }
}

.contact-card[b-w89lvd20ly] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
    padding: 2.2rem 1.3rem;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(30, 58, 36, 0.08);
    text-decoration: none;
    color: #1e3a24;
    border: none;
    cursor: pointer;
    font: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-card:hover[b-w89lvd20ly] {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(30, 58, 36, 0.14);
}

.contact-card--static[b-w89lvd20ly] {
    cursor: default;
}

.contact-icon[b-w89lvd20ly] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #e1eed0;
    color: #6b9b37;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.4rem;
}

.contact-icon svg[b-w89lvd20ly] {
    width: 24px;
    height: 24px;
}

.contact-label[b-w89lvd20ly] {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6e7a63;
}

.contact-value[b-w89lvd20ly] {
    font-weight: 600;
    font-size: 1.02rem;
    word-break: break-word;
}

.faq[b-w89lvd20ly] {
    padding: 6rem 1.5rem;
    background: #eaf1e0;
    scroll-margin-top: 76px;
}

.faq-list[b-w89lvd20ly] {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.faq-item[b-w89lvd20ly] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(30, 58, 36, 0.06);
    overflow: hidden;
}

.faq-item.open[b-w89lvd20ly] {
    box-shadow: 0 14px 32px rgba(30, 58, 36, 0.12);
}

.faq-question[b-w89lvd20ly] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 1.5rem;
    background: none;
    border: none;
    text-align: left;
    font: inherit;
    font-weight: 600;
    color: #1e3a24;
    cursor: pointer;
}

.faq-icon[b-w89lvd20ly] {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e1eed0;
    color: #6b9b37;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    line-height: 1;
}

.faq-answer[b-w89lvd20ly] {
    margin: 0;
    padding: 0 1.5rem 1.3rem;
    color: #5b6b52;
    line-height: 1.7;
    font-size: 0.95rem;
}

.site-footer[b-w89lvd20ly] {
    background: #1e3a24;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    padding: 2.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.footer-logo[b-w89lvd20ly] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.site-footer p[b-w89lvd20ly] {
    margin: 0;
    font-size: 0.85rem;
}

.footer-tagline[b-w89lvd20ly] {
    max-width: 480px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
}

.modal-backdrop[b-w89lvd20ly] {
    position: fixed;
    inset: 0;
    background: rgba(12, 26, 16, 0.55);
    backdrop-filter: blur(3px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.modal-box[b-w89lvd20ly] {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 2.6rem 2rem 2.2rem;
    max-width: 380px;
    width: 100%;
    text-align: center;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}

.modal-close[b-w89lvd20ly] {
    position: absolute;
    top: 0.75rem;
    right: 0.9rem;
    background: none;
    border: none;
    font-size: 1.6rem;
    line-height: 1;
    color: #6e7a63;
    cursor: pointer;
}

.modal-box h3[b-w89lvd20ly] {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
    color: #1e3a24;
}

.modal-phone[b-w89lvd20ly] {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    color: #6b9b37;
    text-decoration: none;
    margin-bottom: 1.2rem;
}

.modal-hint[b-w89lvd20ly] {
    margin: 0 0 0.3rem;
    font-size: 0.85rem;
    color: #6e7a63;
}

.modal-email[b-w89lvd20ly] {
    color: #1e3a24;
    font-weight: 500;
}

@media (max-width: 900px) {
    .nav-toggle[b-w89lvd20ly] {
        display: flex;
    }

    .main-nav[b-w89lvd20ly] {
        position: fixed;
        top: 68px;
        left: 1rem;
        right: 1rem;
        background: #f5f8ef;
        border-radius: 18px;
        box-shadow: 0 20px 45px rgba(30, 58, 36, 0.18);
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        gap: 0;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    }

    .main-nav.open[b-w89lvd20ly] {
        max-height: 400px;
        opacity: 1;
        padding: 0.5rem 0;
    }

    .main-nav a[b-w89lvd20ly] {
        padding: 0.9rem 1rem;
        border-bottom: 1px solid rgba(30, 58, 36, 0.08);
    }

    .main-nav .btn-book--nav[b-w89lvd20ly] {
        margin: 0.75rem 1rem;
    }

    .about-inner[b-w89lvd20ly] {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }

    .about-stats[b-w89lvd20ly] {
        justify-content: center;
    }

    .about-stat[b-w89lvd20ly] {
        align-items: center;
    }
}

@media (max-width: 560px) {
    .about-photo[b-w89lvd20ly] {
        width: 220px;
        height: 220px;
    }

    .hero-media[b-w89lvd20ly] {
        height: auto;
        min-height: 0;
        background: #eaf1e0;
    }

    .hero-photo[b-w89lvd20ly] {
        height: auto;
        max-height: 60vh;
        object-fit: contain;
    }

    .carousel-slide[b-w89lvd20ly] {
        aspect-ratio: 1 / 1;
    }

    .hero-actions[b-w89lvd20ly] {
        flex-direction: column;
    }

    .btn-book--hero[b-w89lvd20ly], .btn-ghost[b-w89lvd20ly] {
        width: 100%;
        text-align: center;
    }

    .brand-name .brand-desc[b-w89lvd20ly] {
        font-size: 14px;
    }
}
/* /Pages/NotFound.razor.rz.scp.css */
.not-found[b-du8witm154] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1.5rem;
    background: #f5f8ef;
    color: #1e3a24;
}

.not-found-brand[b-du8witm154] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    color: #1e3a24;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
}

.not-found-logo[b-du8witm154] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(30, 58, 36, 0.18);
}

.not-found-code[b-du8witm154] {
    margin: 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    font-size: clamp(4rem, 12vw, 7rem);
    color: #6b9b37;
    line-height: 1;
}

.not-found h1[b-du8witm154] {
    margin: 0.5rem 0 1rem;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
}

.not-found-text[b-du8witm154] {
    max-width: 480px;
    color: #5b6b52;
    line-height: 1.7;
    margin: 0 0 2rem;
}

.not-found-cta[b-du8witm154] {
    padding: 1rem 2.2rem;
    border-radius: 999px;
    background: #6b9b37;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.not-found-cta:hover[b-du8witm154] {
    background: #4f7a26;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(79, 122, 38, 0.3);
}
