html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: absolute;
    display: block;
    width: 8rem;
    height: 8rem;
    inset: 20vh 0 auto 0;
    margin: 0 auto 0 auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}
/*======================================================*/
:root {
    --rose: #b86f7c;
    --rose-dark: #8f4e5c;
    --cream: #fffaf7;
    --blush: #f7e7e5;
    --text: #342b2d;
    --muted: #756a6c;
    --white: #ffffff;
    --border: #eadcda;
    --shadow: 0 18px 50px rgba(67, 43, 47, 0.10);
    --radius: 22px;
    --max: 1180px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Georgia, "Times New Roman", serif;
    color: var(--text);
    background: var(--cream);
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

button, input, select, textarea {
    font: inherit;
}

.container {
    width: min(var(--max), calc(100% - 40px));
    margin: auto;
}

/* Header */
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 250, 247, 0.94);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(234, 220, 218, 0.8);
}

.nav {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--rose-dark);
}

    .logo span {
        display: block;
        font-family: Arial, sans-serif;
        font-size: 9px;
        letter-spacing: 4px;
        color: var(--muted);
        text-align: center;
        margin-top: -3px;
    }

.nav-links {
    display: flex;
    gap: 28px;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

    .nav-links a:hover {
        color: var(--rose-dark);
    }

.btn {
    border: 0;
    cursor: pointer;
    display: inline-block;
    padding: 13px 22px;
    border-radius: 999px;
    background: var(--rose);
    color: white;
    font-family: Arial, sans-serif;
    font-weight: 700;
    transition: 0.25s ease;
    box-shadow: 0 8px 20px rgba(184, 111, 124, .22);
}

    .btn:hover {
        background: var(--rose-dark);
        transform: translateY(-2px);
    }

.btn-outline {
    background: transparent;
    color: var(--rose-dark);
    border: 1px solid var(--rose);
    box-shadow: none;
}

    .btn-outline:hover {
        color: white;
        background: var(--rose);
    }

.menu-btn {
    display: none;
    border: 0;
    background: transparent;
    font-size: 27px;
    cursor: pointer;
    color: var(--text);
}

/* Hero */
.hero {
    min-height: 760px;
    padding-top: 76px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 82% 35%, rgba(184,111,124,.18), transparent 30%), linear-gradient(120deg, #fffaf7 0%, #f8e9e6 100%);
}

    .hero::after {
        content: "";
        position: absolute;
        width: 480px;
        height: 480px;
        border-radius: 50%;
        right: -160px;
        bottom: -220px;
        background: rgba(184,111,124,.08);
    }

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.eyebrow {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--rose-dark);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 16px;
}

h1 {
    font-size: clamp(48px, 7vw, 78px);
    line-height: .98;
    font-weight: 500;
    margin-bottom: 24px;
}

    h1 em {
        color: var(--rose-dark);
    }

.hero p {
    max-width: 560px;
    font-family: Arial, sans-serif;
    color: var(--muted);
    font-size: 17px;
    margin-bottom: 30px;
}

.hero-actions {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
}

.hero-card {
    min-height: 500px;
    border-radius: 42% 42% 20px 20px;
    background: linear-gradient(145deg, rgba(255,255,255,.25), rgba(255,255,255,.03)), repeating-linear-gradient(35deg, rgba(255,255,255,.12) 0 2px, transparent 2px 9px), #d9aeb0;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: end;
    padding: 30px;
}

    .hero-card::before {
        content: "";
        position: absolute;
        top: 35px;
        right: 30px;
        font-family: Arial, sans-serif;
        font-size: 12px;
        letter-spacing: 6px;
        color: rgba(255,255,255,.75);
    }

.hero-card-content {
    background: rgba(255,255,255,.92);
    border-radius: 18px;
    padding: 20px;
    width: 100%;
}

    .hero-card-content strong {
        font-size: 23px;
        font-weight: 500;
    }

    .hero-card-content p {
        margin: 4px 0 0;
        font-size: 13px;
    }

/* Sections */
section {
    padding: 95px 0;
}

.section-heading {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 48px;
}

    .section-heading h2 {
        font-size: clamp(35px, 5vw, 52px);
        font-weight: 500;
        line-height: 1.05;
        margin-bottom: 14px;
    }

    .section-heading p {
        font-family: Arial, sans-serif;
        color: var(--muted);
    }

/* Services */
.services {
    background: var(--white);
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.service {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px 27px;
    background: #fffdfc;
    transition: .25s ease;
}

    .service:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadow);
    }

.service-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--blush);
    color: var(--rose-dark);
    font-size: 23px;
    margin-bottom: 20px;
}

.service h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 9px;
}

.service p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 17px;
}

.price {
    color: var(--rose-dark);
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
}

/* About */
.about-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.about-photo {
    height: 520px;
    border-radius: 25px;
    background: linear-gradient(145deg, rgba(255,255,255,.2), transparent), repeating-linear-gradient(-35deg, rgba(255,255,255,.1) 0 3px, transparent 3px 10px), #cda1a4;
    box-shadow: var(--shadow);
}

.about-text h2 {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.05;
    margin-bottom: 20px;
}

.about-text p {
    font-family: Arial, sans-serif;
    color: var(--muted);
    margin-bottom: 18px;
}

.checks {
    list-style: none;
    font-family: Arial, sans-serif;
    margin: 25px 0;
}

    .checks li {
        margin: 10px 0;
    }

        .checks li::before {
            content: "✓";
            color: var(--rose-dark);
            font-weight: bold;
            margin-right: 10px;
        }

/* Gallery */
.gallery {
    background: var(--blush);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.gallery-item {
    height: 280px;
    border-radius: 18px;
    background: #d9aeb0;
    overflow: hidden;
    position: relative;
}

    .gallery-item:nth-child(2) {
        background: #ead0c5;
    }

    .gallery-item:nth-child(3) {
        background: #cfae99;
    }

    .gallery-item:nth-child(4) {
        background: #b98e91;
    }

    .gallery-item::after {
        content: "Vunu Nail Art";
        position: absolute;
        bottom: 15px;
        left: 15px;
        color: white;
        font-family: Arial, sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        background: rgba(0,0,0,.2);
        padding: 7px 10px;
        border-radius: 999px;
    }

/* Testimonials */
.reviews {
    background: white;
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.review {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 30px;
}

.stars {
    color: var(--rose-dark);
    letter-spacing: 3px;
    margin-bottom: 16px;
    font-family: Arial, sans-serif;
}

.review p {
    font-family: Arial, sans-serif;
    color: var(--muted);
    font-size: 14px;
    margin-bottom: 18px;
}

.review strong {
    font-family: Arial, sans-serif;
    font-size: 13px;
}

/* Booking */
.booking {
    background: linear-gradient(120deg, #f8e9e6, #fffaf7);
}

.booking-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 60px;
    align-items: start;
}

.booking-copy h2 {
    font-size: 51px;
    line-height: 1.03;
    font-weight: 500;
    margin-bottom: 18px;
}

.booking-copy p {
    font-family: Arial, sans-serif;
    color: var(--muted);
}

.contact-info {
    margin-top: 28px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

    .contact-info div {
        margin: 12px 0;
    }

.booking-form {
    background: white;
    padding: 32px;
    border-radius: 25px;
    box-shadow: var(--shadow);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.field {
    margin-bottom: 16px;
}

label {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 7px;
}

input, select, textarea {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 11px;
    padding: 13px;
    outline: none;
    background: #fffdfc;
    color: var(--text);
    font-family: Arial, sans-serif;
}

    input:focus, select:focus, textarea:focus {
        border-color: var(--rose);
    }

textarea {
    resize: vertical;
    min-height: 100px;
}

.form-message {
    display: none;
    margin-top: 15px;
    padding: 12px;
    border-radius: 10px;
    background: #eef7ef;
    color: #35623b;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

/* Footer */
footer {
    background: #342b2d;
    color: #fff;
    padding: 55px 0 25px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 45px;
}

footer h3 {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 13px;
}

footer p, footer a {
    font-family: Arial, sans-serif;
    color: #d7cacc;
    font-size: 13px;
}

    footer a:hover {
        color: white;
    }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.15);
    padding-top: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #bcaeb0;
}

/* Responsive */
@media(max-width: 850px) {
    .menu-btn {
        display: block;
    }

    .nav-links {
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        background: var(--cream);
        padding: 20px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        border-bottom: 1px solid var(--border);
    }

        .nav-links.active {
            display: flex;
        }

        .nav-links .btn {
            text-align: center;
        }

    .hero {
        min-height: auto;
        padding: 130px 0 80px;
    }

    .hero-grid,
    .about-grid,
    .booking-grid {
        grid-template-columns: 1fr;
    }

    .hero-card {
        min-height: 400px;
    }

    .service-grid,
    .review-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 580px) {
    .container {
        width: min(var(--max), calc(100% - 28px));
    }

    section {
        padding: 70px 0;
    }

    h1 {
        font-size: 50px;
    }

    .service-grid,
    .review-grid,
    .gallery-grid,
    .footer-grid,
    .form-row {
        grid-template-columns: 1fr;
    }

    .about-photo {
        height: 360px;
    }

    .hero-card {
        min-height: 350px;
    }

    .booking-form {
        padding: 22px;
    }
}