body {
    letter-spacing: 0.01em;
    background: #f6f6f6;
    color: #355356;
}

a {
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.site-logo {
    height: 60px;
    width: auto;
    flex-shrink: 0;
    filter: drop-shadow(0 10px 18px rgba(47, 111, 115, 0.08));
}

.footer-logo {
    height: 70px;
    width: auto;
}

.classic-panel {
    border-radius: 0.35rem;
    border: 1px solid #d9e5e5;
    background: #fcfcfa;
    padding: 2rem;
    box-shadow: 0 14px 35px rgba(47, 111, 115, 0.06);
}

.hero-copy {
    position: relative;
    z-index: 1;
}

.image-stat-card {
    border-radius: 1.25rem;
    background: rgba(252, 252, 250, 0.86);
    padding: 1.35rem 1.4rem;
    box-shadow: 0 18px 45px rgba(47, 111, 115, 0.08);
    backdrop-filter: blur(14px);
}

.icon-badge {
    display: inline-flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #d9e5e5;
    color: #2f6f73;
}

.icon-badge-teal {
    background: rgba(105, 189, 190, 0.12);
    color: #3f6f73;
}

.icon-badge-terracotta {
    background: rgba(194, 107, 61, 0.12);
    color: #c26b3d;
}

.icon-badge-green {
    background: rgba(110, 143, 76, 0.12);
    color: #6e8f4c;
}

.classic-button {
    display: inline-flex;
    align-items: center;
    border-radius: 0.2rem;
    border: 1px solid #69bdbe;
    background: #69bdbe;
    padding: 0.85rem 1.4rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
}

.classic-button:hover {
    background: #5ab0b1;
    border-color: #5ab0b1;
    transform: translateY(-1px);
}

.classic-button-muted {
    display: inline-flex;
    align-items: center;
    border-radius: 0.2rem;
    border: 1px solid #d9e5e5;
    background: #f6f6f6;
    padding: 0.85rem 1.4rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #355356;
}

.classic-button-muted:hover {
    border-color: #c26b3d;
    color: #c26b3d;
    transform: translateY(-1px);
}

.classic-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #2f6f73;
    font-weight: 600;
}

.classic-link::after {
    content: ">";
    color: #69bdbe;
}

.classic-list-item {
    border-radius: 0.25rem;
    border: 1px solid #e6e6e6;
    background: #fbfbf8;
    padding: 0.95rem 1rem;
    font-size: 0.92rem;
    color: #486366;
}

.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    border: 1px solid #d9e5e5;
    background: linear-gradient(180deg, #fcfcfa, #f4f5f1);
    box-shadow: 0 16px 38px rgba(47, 111, 115, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
}

.service-card:hover,
.tool-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px rgba(47, 111, 115, 0.12);
}

.service-card-teal::before,
.tool-card-teal::before {
    background: #69bdbe;
}

.service-card-terracotta::before,
.tool-card-terracotta::before {
    background: #c26b3d;
}

.service-card-green::before,
.tool-card-green::before {
    background: #6e8f4c;
}

.service-card-media {
    min-height: 220px;
    background-color: #dfe8e5;
    background-image: linear-gradient(180deg, rgba(246, 246, 244, 0.04), rgba(47, 79, 83, 0.2)), var(--image-url, none);
    background-size: cover;
    background-position: center;
}

.service-card-copy {
    padding: 1.8rem 2rem 2rem;
}

.tool-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    border: 1px solid #d9e5e5;
    background: linear-gradient(180deg, #fcfcfa, #f4f5f1);
    padding: 1.8rem;
    box-shadow: 0 16px 38px rgba(47, 111, 115, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tool-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
}

.tool-card-terracotta:hover {
    border-color: rgba(194, 107, 61, 0.35);
}

.tool-card-green:hover {
    border-color: rgba(110, 143, 76, 0.35);
}

.tool-card-teal:hover {
    border-color: rgba(105, 189, 190, 0.35);
}

.tool-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tool-chip-terracotta {
    background: rgba(194, 107, 61, 0.12);
    color: #c26b3d;
}

.tool-chip-green {
    background: rgba(110, 143, 76, 0.12);
    color: #6e8f4c;
}

.tool-chip-teal {
    background: rgba(105, 189, 190, 0.15);
    color: #2f6f73;
}

.carousel-shell {
    position: relative;
}

.carousel-slide {
    display: none;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 0;
    overflow: hidden;
    border-radius: 1.8rem;
    border: 1px solid #d9e5e5;
    background: #fbfbf8;
    box-shadow: 0 22px 48px rgba(47, 111, 115, 0.1);
}

.carousel-slide.is-active {
    display: grid;
}

.carousel-image-wrap {
    position: relative;
    min-height: 420px;
}

.carousel-image {
    height: 100%;
    width: 100%;
    background-color: #dde8e8;
    background-image: radial-gradient(circle at top left, rgba(105, 189, 190, 0.32), transparent 35%), linear-gradient(135deg, rgba(47, 111, 115, 0.16), rgba(194, 107, 61, 0.12)), var(--image-url, none);
    background-size: cover;
    background-position: center;
}

.carousel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(246, 246, 244, 0.02), rgba(47, 79, 83, 0.18));
}

.carousel-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem;
    background: linear-gradient(180deg, #fcfcfa, #f0f0ea);
}

.carousel-cta {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border-bottom: 1px solid rgba(105, 189, 190, 0.4);
    padding-bottom: 0.2rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #2f6f73;
}

.carousel-cta:hover {
    color: #c26b3d;
    border-color: rgba(194, 107, 61, 0.4);
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.65rem;
    padding-top: 1.25rem;
}

.carousel-dot {
    height: 0.8rem;
    width: 0.8rem;
    border: 0;
    border-radius: 999px;
    background: rgba(47, 111, 115, 0.18);
    cursor: pointer;
}

.carousel-dot.is-active {
    background: #69bdbe;
}

.page-hero-image {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    border-radius: 1.75rem;
    box-shadow: 0 24px 50px rgba(47, 111, 115, 0.12);
}

.page-hero-photo {
    height: 100%;
    width: 100%;
    background-color: #dfe8e5;
    background-image: radial-gradient(circle at top left, rgba(105, 189, 190, 0.28), transparent 34%), linear-gradient(135deg, rgba(47, 111, 115, 0.14), rgba(194, 107, 61, 0.12)), var(--image-url, none);
    background-size: cover;
    background-position: center;
}

.page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(246, 246, 244, 0.04), rgba(47, 79, 83, 0.34));
}

.page-hero-caption {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
    border-radius: 1rem;
    background: rgba(252, 252, 250, 0.88);
    padding: 1rem 1.1rem;
    font-size: 0.92rem;
    line-height: 1.6;
    color: #355356;
    backdrop-filter: blur(10px);
}

.form-input {
    width: 100%;
    border-radius: 1rem;
    border: 1px solid #d9e5e5;
    background: #fff;
    padding: 0.9rem 1rem;
    color: #355356;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-input:focus {
    border-color: #69bdbe;
    box-shadow: 0 0 0 3px rgba(105, 189, 190, 0.18);
}

.form-checkbox {
    height: 1rem;
    width: 1rem;
    accent-color: #69bdbe;
}

.sidebar-link {
    display: block;
    border-radius: 999px;
    padding: 0.85rem 1rem;
    color: rgba(255, 255, 255, 0.82);
    transition: background 0.2s ease, color 0.2s ease;
}

.sidebar-link:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.dashboard-stat {
    border-radius: 1.75rem;
    border: 1px solid #d9e5e5;
    background: #fff;
    padding: 1.6rem;
    box-shadow: 0 18px 45px rgba(47, 111, 115, 0.08);
}

.dashboard-stat-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #64748b;
}

.dashboard-stat-value {
    margin-top: 0.8rem;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 3rem;
    line-height: 1;
    color: #2f6f73;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: #e6f3f3;
    color: #2f6f73;
}

.status-pill-active {
    background: #dcfce7;
    color: #166534;
}

.status-pill-expired {
    background: #fef3c7;
    color: #92400e;
}

.status-pill-revoked {
    background: #fee2e2;
    color: #991b1b;
}

.status-pill-pending {
    background: #e0f2fe;
    color: #0c4a6e;
}

.detail-card {
    border-radius: 1.5rem;
    border: 1px solid #d9e5e5;
    background: #fbfcfc;
    padding: 1.25rem;
}

.detail-card span {
    display: block;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #64748b;
}

.detail-card strong {
    margin-top: 0.8rem;
    display: block;
    color: #2f6f73;
    font-weight: 600;
}

.result-card {
    border-radius: 1.75rem;
    border: 1px solid #d9e5e5;
    background: linear-gradient(135deg, #f7fbfb, #fcfcfa);
    padding: 1.75rem;
}

@media (max-width: 1024px) {
    .carousel-slide,
    .carousel-slide.is-active {
        grid-template-columns: 1fr;
    }

    .carousel-image-wrap {
        min-height: 280px;
    }

    .service-card-media {
        min-height: 200px;
    }
}

@media (max-width: 640px) {
    .site-logo {
        height: 48px;
    }

    .footer-logo {
        height: 62px;
    }
}
