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 {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem 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;
}

/* Hero Container */
.hero-container {
    padding: 4rem 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 80vh;
}

.hero-content {
    max-width: 780px;
}

/* Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

/* Typography */
.hero-title {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.2;
    color: #1e293b;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}

    .hero-title .highlight {
        color: #059669; /* Warm green accent */
    }

.hero-description {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 2rem;
}

/* Action Buttons */
.hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 3rem;
}

.btn {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.btn-primary {
    background-color: #059669;
    color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(5, 150, 105, 0.2);
}

    .btn-primary:hover {
        background-color: #047857;
        transform: translateY(-1px);
    }

.btn-secondary {
    background-color: #f1f5f9;
    color: #334155;
    border: 1px solid #e2e8f0;
}

    .btn-secondary:hover {
        background-color: #e2e8f0;
    }

/* Feature Bullets */
.hero-features {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #475569;
}

/* Responsive adjustments */
@media (max-width: 640px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-features {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
}

/* Services Section Layout */
.services-section {
    padding: 5rem 1.5rem;
    background-color: #f8fafc;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
.services-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 3.5rem auto;
}

.section-tag {
    color: #059669;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.services-header h2 {
    font-size: 2.25rem;
    color: #0f172a;
    font-weight: 800;
    margin: 0.5rem 0 1rem 0;
}

.services-header p {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* Grid Layout */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    align-items: stretch;
}

/* Card Style */
.service-card {
    background: #ffffff;
    border-radius: 0.75rem;
    border: 1px solid #e2e8f0;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .service-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
    }

    /* Featured Card Accent */
    .service-card.featured {
        border: 2px solid #059669;
    }

.card-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #059669;
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    text-transform: uppercase;
}

.card-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.service-card h3 {
    font-size: 1.35rem;
    color: #1e293b;
    margin-bottom: 0.75rem;
}

.service-desc {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

/* Detail Bullet Points */
.service-details {
    background-color: #f8fafc;
    border-radius: 0.5rem;
    padding: 1rem;
    font-size: 0.875rem;
    color: #334155;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

/* Card Footer & Pricing */
.card-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

.price {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
}

    .price span {
        font-size: 0.85rem;
        font-weight: 400;
        color: #64748b;
    }

.btn-card {
    background-color: #059669;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
}

    .btn-card.secondary {
        background-color: #f1f5f9;
        color: #334155;
    }

        .btn-card.secondary:hover {
            background-color: #e2e8f0;
        }

/* Extra Info Banner */
.custom-service-note {
    margin-top: 3rem;
    text-align: center;
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 0.95rem;
}

/* Contact Section */
.contact-section {
    padding: 5rem 1.5rem;
    background-color: #ffffff;
}

.contact-container {
    max-width: 800px;
    margin: 0 auto;
}

.contact-header {
    text-align: center;
    margin-bottom: 3rem;
}

    .contact-header h2 {
        font-size: 2.25rem;
        color: #0f172a;
        font-weight: 800;
        margin: 0.5rem 0 1rem 0;
    }

    .contact-header p {
        color: #64748b;
        font-size: 1.05rem;
        line-height: 1.6;
    }

/* Form Container */
.contact-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 2.5rem;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .form-group.full-width {
        margin-bottom: 1.5rem;
    }

    .form-group label {
        font-size: 0.875rem;
        font-weight: 600;
        color: #334155;
    }

.form-control {
    padding: 0.75rem 1rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.5rem;
    font-size: 1rem;
    color: #0f172a;
    background-color: #ffffff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .form-control:focus {
        outline: none;
        border-color: #059669;
        box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.15);
    }

.btn-submit {
    width: 100%;
    padding: 0.875rem;
    background-color: #059669;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .btn-submit:hover {
        background-color: #047857;
    }

    .btn-submit:disabled {
        background-color: #94a3b8;
        cursor: not-allowed;
    }

/* Alerts */
.alert {
    padding: 1.5rem;
    border-radius: 0.5rem;
    text-align: center;
}

.alert-success {
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
}

.alert-error {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    margin-bottom: 1rem;
}

.calendar-wrapper {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 0.5rem;
    padding: 1rem;
    max-width: 350px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.current-month {
    font-weight: 700;
    color: #0f172a;
}

.btn-cal-nav {
    background: #f1f5f9;
    border: none;
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
    font-weight: bold;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.25rem;
    text-align: center;
}

.day-name {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    padding-bottom: 0.25rem;
}

.day-btn {
    padding: 0.5rem 0;
    border: 1px solid transparent;
    background: none;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 0.875rem;
}

    .day-btn:hover:not(:disabled) {
        background-color: #f0fdf4;
        border-color: #bbf7d0;
    }

    .day-btn.selected {
        background-color: #059669;
        color: white;
        font-weight: bold;
    }

    .day-btn:disabled {
        color: #cbd5e1;
        cursor: not-allowed;
    }

.selected-readout {
    margin-top: 0.75rem;
    font-size: 0.85rem;
    color: #166534;
    background: #f0fdf4;
    padding: 0.5rem;
    border-radius: 0.25rem;
    text-align: center;
}

.calendar-container {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 0.75rem;
    padding: 1.25rem;
    max-width: 380px;
    margin: 0 auto;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.month-title {
    font-weight: 700;
    color: #0f172a;
    font-size: 1.1rem;
}

.nav-btn {
    background: #f1f5f9;
    border: none;
    font-size: 1.25rem;
    padding: 0.25rem 0.75rem;
    border-radius: 0.375rem;
    cursor: pointer;
    color: #334155;
}

    .nav-btn:disabled {
        opacity: 0.3;
        cursor: not-allowed;
    }

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.35rem;
    text-align: center;
}

.week-days {
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.day-btn {
    aspect-ratio: 1;
    border: 1px solid #f1f5f9;
    background: #ffffff;
    border-radius: 0.375rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: #1e293b;
    cursor: pointer;
    transition: all 0.15s ease;
}

    .day-btn:hover:not(.disabled) {
        background-color: #f0fdf4;
        border-color: #bbf7d0;
        color: #059669;
    }

    .day-btn.selected {
        background-color: #059669 !important;
        color: #ffffff !important;
        border-color: #059669 !important;
    }

    .day-btn.disabled {
        color: #cbd5e1;
        background: #f8fafc;
        cursor: not-allowed;
        border-color: transparent;
    }

.selected-date-badge {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #166534;
    background: #f0fdf4;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    display: inline-block;
}
.selected-dates-wrapper {
    margin-top: 1rem;
    padding: 0.75rem;
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 0.5rem;
}

.selected-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: #166534;
    display: block;
    margin-bottom: 0.5rem;
}

.date-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.date-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background-color: #059669;
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border-radius: 9999px;
}

.remove-chip {
    background: transparent;
    border: none;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    line-height: 1;
    padding: 0 0.1rem;
}

    .remove-chip:hover {
        color: #fecaca;
    }