@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
    --primary-color: #0f766e;
    --primary-deep: #0b4f4a;
    --secondary-color: #f59e0b;
    --accent-color: #fb7185;
    --success-color: #16a34a;
    --danger-color: #dc2626;
    --warning-color: #d97706;
    --text-color: #14213d;
    --muted-color: #5f6b85;
    --surface-color: rgba(255, 255, 255, 0.78);
    --surface-strong: #ffffff;
    --border-color: rgba(20, 33, 61, 0.09);
    --shadow-lg: 0 22px 60px rgba(15, 23, 42, 0.12);
    --shadow-md: 0 14px 34px rgba(15, 23, 42, 0.08);
    --radius-lg: 28px;
    --radius-md: 20px;
    --radius-sm: 14px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Manrope", "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(20, 184, 166, 0.18), transparent 32%),
        radial-gradient(circle at top right, rgba(251, 113, 133, 0.14), transparent 24%),
        linear-gradient(180deg, #f4fbfb 0%, #f7f8fc 45%, #eef3f9 100%);
    color: var(--text-color);
    line-height: 1.65;
    min-height: 100vh;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.container {
    position: relative;
    z-index: 1;
}

.navbar {
    background: transparent !important;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 1rem 0 0.4rem;
}

.navbar .container,
.container.py-5 > .row > .col-lg-7 > .card,
.container.py-5 > .row > .col-lg-5 > .card,
.search-section,
.tab-content > .tab-pane > .card,
.tab-content > .tab-pane .card,
.container.py-5 > .card,
.container.py-4 > .row > .col-12 > .card {
    box-shadow: var(--shadow-md);
}

.navbar .container {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(18px);
    border-radius: 999px;
    padding: 0.9rem 1.25rem;
}

.site-navbar-shell {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.navbar-brand {
    font-weight: 800;
    color: var(--primary-deep) !important;
    font-size: 1.35rem;
    letter-spacing: -0.03em;
    display: inline-flex;
    align-items: center;
}

.navbar-brand i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    margin-right: 0.5rem;
    background: linear-gradient(135deg, var(--primary-color), #2dd4bf);
    color: #fff;
}

.nav-project-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.08);
    border: 1px solid rgba(15, 118, 110, 0.12);
    color: var(--primary-deep);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.nav-project-dot {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), #2dd4bf);
    box-shadow: 0 0 0 0.25rem rgba(20, 184, 166, 0.1);
}

.nav-project-separator {
    width: 1px;
    height: 1rem;
    background: rgba(15, 118, 110, 0.16);
}

.site-navbar-collapse {
    flex-grow: 1;
    justify-content: flex-end;
}

.site-nav-list {
    align-items: center;
    gap: 0.45rem;
}

.nav-link {
    color: var(--muted-color) !important;
    font-weight: 700;
    padding: 0.6rem 1rem !important;
    border-radius: 999px;
    transition: all 0.25s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--text-color) !important;
    background: rgba(15, 118, 110, 0.08);
}

.navbar .nav-link.active {
    box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.08);
}

.site-navbar-toggle {
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 14px;
    padding: 0.5rem 0.8rem;
    background: rgba(255, 255, 255, 0.72);
}

.nav-quick-links {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-left: auto;
    flex-wrap: wrap;
}

.nav-quick-cta {
    padding-inline: 1.05rem;
}

.dropdown-menu {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 6.5rem 0 5.5rem;
    margin: 0 0 2rem;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(11, 79, 74, 0.96), rgba(15, 118, 110, 0.94)),
        linear-gradient(120deg, rgba(245, 158, 11, 0.2), transparent 60%);
}

.hero-section::before,
.hero-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
}

.hero-section::before {
    width: 360px;
    height: 360px;
    right: -80px;
    top: -100px;
    background: rgba(251, 191, 36, 0.14);
}

.hero-section::after {
    width: 240px;
    height: 240px;
    left: -70px;
    bottom: -80px;
    background: rgba(251, 113, 133, 0.14);
}

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

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 1rem;
    margin-bottom: 1.3rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.hero-title {
    font-size: clamp(2.8rem, 6vw, 4.7rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin-bottom: 1rem;
}

.hero-subtitle {
    max-width: 720px;
    margin: 0 auto 2rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.1rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 880px;
    margin: 0 auto;
}

.metric-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    border-radius: var(--radius-md);
    padding: 1.25rem;
    text-align: left;
}

.metric-value {
    display: block;
    font-size: 1.7rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
}

.metric-label {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
}

.section-heading {
    text-align: center;
    margin-bottom: 2.5rem;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 0.8rem;
    color: var(--primary-color);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.section-heading h2,
h2.text-center {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    margin-bottom: 0.75rem;
}

.section-heading p {
    max-width: 680px;
    margin: 0 auto;
    color: var(--muted-color);
}

.card {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(12px);
    box-shadow: var(--shadow-md);
    overflow: hidden;
    height: 100%;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(15, 118, 110, 0.2);
}

.card-body {
    padding: 1.5rem;
}

.card-title,
.card h5,
.card h6 {
    font-weight: 800;
    letter-spacing: -0.02em;
}

.card-text,
.text-muted,
p.text-muted {
    color: var(--muted-color) !important;
}

.card-img-top {
    height: 220px;
    object-fit: cover;
}

.feature-icon,
.card-body > i.fa-3x {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 1.4rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(45, 212, 191, 0.18));
}

.badge {
    border-radius: 999px;
    font-weight: 800;
    padding: 0.7rem 1rem;
}

.badge-skill {
    background: rgba(15, 118, 110, 0.08);
    color: var(--primary-deep);
    border: 1px solid rgba(15, 118, 110, 0.15);
}

.badge-available {
    background: rgba(22, 163, 74, 0.14);
    color: #166534;
}

.badge-busy {
    background: rgba(245, 158, 11, 0.15);
    color: #92400e;
}

.rating {
    color: #f59e0b;
}

.search-section {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--border-color);
    border-radius: calc(var(--radius-lg) + 4px);
    padding: 2rem;
    margin-bottom: 2rem;
    backdrop-filter: blur(14px);
}

.btn {
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: -0.01em;
    padding: 0.85rem 1.35rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary,
.bg-primary {
    background: linear-gradient(135deg, var(--primary-color), #14b8a6) !important;
    border-color: transparent !important;
    box-shadow: 0 14px 28px rgba(15, 118, 110, 0.2);
}

.btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.56);
}

.btn-outline-primary {
    color: var(--primary-deep);
    border-color: rgba(15, 118, 110, 0.2);
    background: rgba(255, 255, 255, 0.64);
}

.btn-outline-primary:hover {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--primary-color), #14b8a6);
}

.btn-outline-danger {
    border-color: rgba(220, 38, 38, 0.18);
}

.form-control,
.form-select,
textarea.form-control {
    border: 1px solid rgba(20, 33, 61, 0.1);
    border-radius: 1rem;
    padding: 0.95rem 1rem;
    background: rgba(255, 255, 255, 0.92);
    color: var(--text-color);
    box-shadow: none;
}

.form-control:focus,
.form-select:focus,
textarea.form-control:focus,
.search-input:focus {
    border-color: rgba(15, 118, 110, 0.42);
    box-shadow: 0 0 0 0.25rem rgba(20, 184, 166, 0.12);
}

.search-input {
    border-radius: 999px;
    padding: 0.95rem 1.2rem;
}

.stat-card {
    color: #fff;
    padding: 1.6rem;
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, #0f766e, #0ea5a3);
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.stat-icon {
    font-size: 1.9rem;
    margin-bottom: 0.75rem;
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.stat-label {
    color: rgba(255, 255, 255, 0.8);
}

.avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), #2dd4bf);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.avatar-large {
    width: 82px;
    height: 82px;
    font-size: 2rem;
}

.nav-tabs {
    gap: 0.8rem;
    border-bottom: none;
    padding: 0.45rem;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid var(--border-color);
    border-radius: 999px;
    display: inline-flex;
    flex-wrap: wrap;
}

.nav-tabs .nav-link {
    margin: 0;
    border: none;
    padding: 0.85rem 1.1rem !important;
}

.nav-tabs .nav-link.active {
    background: linear-gradient(135deg, var(--primary-color), #14b8a6);
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(15, 118, 110, 0.16);
}

.tab-content > .tab-pane {
    padding-top: 0.5rem;
}

.empty-state {
    padding: 3.2rem 1rem;
    text-align: center;
}

.empty-state i {
    font-size: 4rem;
    color: rgba(15, 118, 110, 0.4);
    margin-bottom: 1rem;
}

.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.toast {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--border-color);
    border-radius: 18px;
    padding: 1rem 1.1rem;
    margin-bottom: 0.7rem;
    box-shadow: var(--shadow-md);
    min-width: 300px;
    animation: slideIn 0.25s ease;
}

.toast-success {
    border-left: 4px solid var(--success-color);
}

.toast-error {
    border-left: 4px solid var(--danger-color);
}

.toast-warning {
    border-left: 4px solid var(--warning-color);
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.loading-spinner {
    display: inline-block;
    width: 52px;
    height: 52px;
    border: 4px solid rgba(15, 118, 110, 0.1);
    border-top: 4px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.footer {
    position: relative;
    margin-top: 4rem;
    padding: 4rem 0 2rem;
    background:
        radial-gradient(circle at top right, rgba(251, 191, 36, 0.18), transparent 26%),
        linear-gradient(135deg, #0e1b34, #13284d);
    color: rgba(255, 255, 255, 0.9);
}

.footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 30%);
    pointer-events: none;
}

.footer a {
    color: rgba(255, 255, 255, 0.76);
}

.footer a:hover {
    color: #fff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 2rem;
}

.footer-brand h5 {
    font-size: 1.5rem;
    font-weight: 800;
}

.footer-brand p,
.footer-copy {
    color: rgba(255, 255, 255, 0.72);
}

.footer-title {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 800;
}

.footer-list {
    list-style: none;
    padding-left: 0;
}

.footer-list li {
    margin-bottom: 0.65rem;
}

.footer-social {
    display: flex;
    gap: 0.75rem;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-card {
    max-width: 760px;
    margin: 3rem auto;
}

.cta-panel {
    border-radius: var(--radius-lg);
    padding: 3rem 2rem;
    background:
        linear-gradient(135deg, rgba(15, 118, 110, 0.96), rgba(45, 212, 191, 0.92)),
        linear-gradient(120deg, rgba(251, 191, 36, 0.18), transparent 60%);
    box-shadow: var(--shadow-lg);
}

.soft-panel {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-md);
}

.contact-showcase {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 1.5rem;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 1.5rem;
    align-items: stretch;
}

.contact-primary-panel {
    display: grid;
    gap: 1rem;
}

.contact-story-card {
    background:
        linear-gradient(135deg, rgba(11, 79, 74, 0.96), rgba(15, 118, 110, 0.9)),
        linear-gradient(140deg, rgba(245, 158, 11, 0.16), transparent 58%);
    color: #fff;
}

.contact-panel-top {
    padding: 2rem;
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at top right, rgba(251, 191, 36, 0.18), transparent 28%),
        linear-gradient(145deg, #0b4f4a, #0f766e 55%, #14b8a6);
    color: #fff;
    box-shadow: var(--shadow-lg);
}

.contact-panel-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    margin-bottom: 1rem;
}

.contact-panel-copy {
    max-width: 40rem;
    color: rgba(255, 255, 255, 0.84);
    margin-bottom: 0;
}

.contact-status-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.contact-status-pill {
    padding: 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
}

.contact-status-pill strong {
    display: block;
    font-size: 1.05rem;
    margin-bottom: 0.2rem;
}

.contact-status-pill span {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.76);
}

.contact-info-stack {
    display: grid;
    gap: 1rem;
}

.contact-info-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1.2rem 1.3rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.contact-info-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(15, 118, 110, 0.18);
}

.contact-info-card h5 {
    margin-bottom: 0.2rem;
}

.contact-info-icon {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #fff;
    background: linear-gradient(135deg, var(--primary-color), #14b8a6);
    box-shadow: 0 12px 22px rgba(15, 118, 110, 0.18);
}

.contact-story-card .text-muted,
.contact-story-card p.text-muted {
    color: rgba(255, 255, 255, 0.8) !important;
}

.contact-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.contact-mini-stat {
    padding: 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-mini-stat strong {
    display: block;
    font-size: 1.15rem;
    margin-bottom: 0.25rem;
}

.contact-form-card {
    position: relative;
}

.contact-form-shell {
    display: grid;
    gap: 1rem;
}

.contact-form-header {
    padding: 0.5rem 0 0.25rem;
}

.contact-form-header h3 {
    font-size: clamp(1.8rem, 3vw, 2.3rem);
    margin-bottom: 0.5rem;
    letter-spacing: -0.03em;
}

.contact-info-card p[data-copy] {
    cursor: pointer;
}

.contact-form-note {
    color: var(--muted-color);
    font-size: 0.92rem;
}

.contact-form-meta {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 1rem;
    color: var(--muted-color);
    font-size: 0.92rem;
}

.contact-form-meta span {
    display: inline-flex;
    align-items: center;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.auth-shell {
    padding: 2rem 0 4rem;
}

.auth-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 1.5rem;
    align-items: stretch;
}

.auth-story-panel {
    padding: 2.2rem;
    border-radius: var(--radius-lg);
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(251, 191, 36, 0.2), transparent 28%),
        linear-gradient(145deg, #0b4f4a, #0f766e 56%, #14b8a6);
    box-shadow: var(--shadow-lg);
}

.auth-story-panel .text-muted,
.auth-story-panel p.text-muted {
    color: rgba(255, 255, 255, 0.78) !important;
}

.auth-panel-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    margin-bottom: 1rem;
}

.auth-panel-copy {
    color: rgba(255, 255, 255, 0.84);
    margin-bottom: 1.3rem;
}

.auth-highlights {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.6rem;
}

.auth-highlight {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    align-items: start;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.auth-highlight i {
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.16);
}

.auth-highlight h6 {
    margin-bottom: 0.25rem;
    font-weight: 800;
}

.auth-highlight p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.93rem;
}

.auth-quick-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.auth-quick-stat {
    padding: 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.auth-quick-stat strong {
    display: block;
    font-size: 1.05rem;
    margin-bottom: 0.2rem;
}

.auth-quick-stat span {
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.76);
}

.auth-form-shell {
    display: grid;
    gap: 1rem;
}

.auth-form-intro {
    padding: 0.4rem 0;
}

.auth-form-intro h3 {
    font-size: clamp(1.8rem, 3vw, 2.3rem);
    margin-bottom: 0.45rem;
    letter-spacing: -0.03em;
}

.auth-form-card .card-body {
    padding: 2rem;
}

.auth-switch {
    text-align: center;
    color: var(--muted-color);
}

.auth-switch a {
    color: var(--primary-deep);
    font-weight: 800;
}

.auth-helper-text {
    color: var(--muted-color);
    font-size: 0.92rem;
}

.role-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.role-card {
    position: relative;
}

.role-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.role-card label {
    display: block;
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid rgba(20, 33, 61, 0.1);
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.role-card label:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.role-card input:checked + label {
    border-color: rgba(15, 118, 110, 0.28);
    box-shadow: 0 12px 22px rgba(15, 118, 110, 0.12);
    background: rgba(15, 118, 110, 0.06);
}

.role-card strong {
    display: block;
    margin-bottom: 0.2rem;
}

.role-card span {
    color: var(--muted-color);
    font-size: 0.9rem;
}

@media (max-width: 991px) {
    .navbar .container {
        border-radius: 28px;
    }

    .auth-layout,
    .hero-metrics,
    .contact-layout,
    .contact-showcase,
    .contact-mini-stats,
    .contact-status-row,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .site-navbar-shell {
        justify-content: center;
    }

    .site-navbar-collapse {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 5rem 0 4rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .auth-quick-stats,
    .role-options {
        grid-template-columns: 1fr;
    }

    .contact-info-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .nav-tabs {
        border-radius: 24px;
    }

    .nav-quick-links {
        width: 100%;
        justify-content: center;
    }

    .btn,
    .form-control,
    .form-select {
        width: 100%;
    }
}
