:root {
    --font-heading: 'Playfair Display', serif;
    --font-ui: 'Poppins', sans-serif;
    --font-body: 'Roboto', sans-serif;
    --font-article: 'Lora', serif;
    --brand: #0f5d5e;
    --brand-dark: #0a4042;
    --accent: #d18447;
    --ink: #18323b;
    --muted: #5f6d73;
    --surface: #fffdf8;
    --surface-soft: #f3ecdf;
    --border: rgba(15, 93, 94, 0.12);
    --shadow: 0 1.25rem 2.5rem rgba(24, 50, 59, 0.12);
    --radius: 1.35rem;
}

html {
    scroll-behavior: smooth;
}

body.site-body {
    font-family: var(--font-body);
    color: var(--ink);
    background:
        radial-gradient(circle at top right, rgba(209, 132, 71, 0.12), transparent 25%),
        linear-gradient(180deg, #f8f4ec 0%, #f2ece1 60%, #ece3d6 100%);
}

a {
    text-decoration: none;
}

.site-header {
    background: rgba(10, 19, 25, 0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-ribbon {
    background: linear-gradient(90deg, #081115, #102f31);
    padding: 0.75rem 0;
}

.brand {
    color: #fff;
}

.brand strong {
    font-size: 1.2rem;
    line-height: 1.1;
}

.brand small {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.77rem;
    max-width: 18rem;
}

.brand-mark {
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    color: #fff;
    font-weight: 700;
    font-size: 1.35rem;
    box-shadow: var(--shadow);
}

.navbar .nav-link {
    color: rgba(255, 255, 255, 0.76);
    font-weight: 600;
}

.navbar .nav-link:hover,
.navbar .nav-link.current-page,
.navbar .show > .nav-link {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.dropdown-menu {
    min-width: 18rem;
    background: rgba(8, 17, 21, 0.96);
}

.dropdown-item {
    white-space: normal;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.94rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.menu-long {
    max-height: 28rem;
    overflow-y: auto;
}

.btn-brand {
    background: linear-gradient(135deg, var(--brand-dark), var(--brand));
    border: none;
    color: #fff;
}

.btn-brand:hover,
.btn-outline-brand:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--brand), var(--accent));
}

.btn-outline-brand {
    border: 1px solid rgba(15, 93, 94, 0.3);
    color: var(--brand-dark);
}

.hero,
.page-banner,
.section {
    padding: 2rem 0;
}

.hero,
.page-banner {
    padding-top: 1rem;
}

.hero {
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(15, 93, 94, 0.14), transparent 20%),
        radial-gradient(circle at 85% 15%, rgba(209, 132, 71, 0.16), transparent 20%);
    pointer-events: none;
}

.eyebrow {
    display: inline-block;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 1.74rem;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 0.75rem;
}

.hero-title,
.page-banner h1 {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    line-height: 1.5;
    margin-bottom: 1rem;
}

.hero-lead,
.page-banner p,
.section-copy,
.footer-copy {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--muted);
}

.soft-card,
.info-card,
.list-card,
.gallery-card,
.contact-panel,
.contact-form,
.crm-card {
    background: rgba(255, 253, 248, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.soft-card,
.contact-panel,
.contact-form,
.crm-card {
    padding: 2rem;
}

.info-card,
.gallery-card,
.list-card {
    height: 100%;
}

.info-card .card-body,
.gallery-card .card-body {
    padding: 1.6rem;
}

.section-alt {
    background: linear-gradient(180deg, rgba(15, 93, 94, 0.06), rgba(15, 93, 94, 0));
}

.icon-badge {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: rgba(15, 93, 94, 0.08);
    color: var(--brand-dark);
    font-size: 1.25rem;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-list li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    color: var(--muted);
    margin-bottom: 0.95rem;
}

.check-list li i {
    color: var(--accent);
    margin-top: 0.2rem;
}

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

.stack-item {
    padding: 1rem 1.25rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(15, 93, 94, 0.08);
    color: var(--muted);
}

.gallery-placeholder {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(var(--radius) - 0.25rem);
    background: linear-gradient(135deg, rgba(15, 93, 94, 0.16), rgba(209, 132, 71, 0.24));
    color: var(--brand-dark);
    font-size: 1.1rem;
    font-weight: 700;
}

.site-footer {
    background: #081115;
    color: rgba(255, 255, 255, 0.85);
}

.site-footer a {
    color: rgba(255, 255, 255, 0.88);
}

.footer-links li + li {
    margin-top: 0.85rem;
}

.social-links a {
    width: 2.65rem;
    height: 2.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 1.1rem;
}

.footer-qr-panel {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.footer-qr-image {
    width: min(100%, 170px);
    height: auto;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    padding: 0.65rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.22);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.66);
}

.metric-card {
    padding: 1.25rem;
    border-radius: 1rem;
    background: rgba(15, 93, 94, 0.06);
}

.metric-card strong {
    display: block;
    font-size: 1.8rem;
    color: var(--brand-dark);
}

.form-control,
.form-select {
    border-radius: 0.9rem;
    padding: 0.85rem 1rem;
}

.offline-page {
    min-height: 100vh;
}

@media (max-width: 1199.98px) {
    .dropdown-menu {
        min-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .hero,
    .page-banner,
    .section {
        padding: 4rem 0;
    }

    .brand small {
        max-width: 100%;
    }

    .navbar-toggler {
        border: 1px solid rgba(255, 255, 255, 0.22) !important;
        background: rgba(255, 255, 255, 0.04);
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.92%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .footer-qr-panel {
        justify-content: flex-start;
    }
}
.navbar .nav-link {
    font-size: 0.92rem;
    padding-inline: 0.75rem !important;
}

.navbar .navbar-nav {
    gap: 0.2rem !important;
}

.dropdown-menu {
    font-size: 0.9rem;
}

@media (max-width: 1599.98px) {
    .navbar {
        font-size: 0.94rem;
    }
}

.social-links img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.disclaimer-modal {
    border-radius: 1.5rem;
}

.disclaimer-modal .modal-body p {
    color: var(--muted);
    line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.page-banner h1,
.navbar-brand strong {
    font-family: var(--font-heading);
}

.navbar,
.navbar .nav-link,
.btn,
.form-label,
.form-control,
.form-select,
.dropdown-item,
.modal-title,
.footer-links a {
    font-family: var(--font-ui);
}

.hero-lead,
.section-copy,
.footer-copy,
.check-list li span,
.modal-body p {
    font-family: var(--font-article);
}
.navbar-brand {
    margin-right: 0;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-item {
        flex: 1 1 auto;
        text-align: center;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        display: inline-flex;
        justify-content: center;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .navbar .nav-link {
        font-size: 0.86rem;
        padding-inline: 0.55rem !important;
    }
}

.hero-home {
    padding-top: 2.5rem;
}

.hero-home::before {
    display: none;
}



.home-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.home-chip {
    padding: 0.72rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(15, 93, 94, 0.1);
    color: var(--ink);
    font-family: var(--font-ui);
    font-size: 0.92rem;
    font-weight: 600;
    box-shadow: 0 0.75rem 1.5rem rgba(24, 50, 59, 0.08);
}

.home-metric {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(15, 93, 94, 0.08);
}

.home-visual-card {
    position: relative;
    padding: 1.15rem;
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(7, 19, 24, 0.98), rgba(16, 47, 49, 0.94));
    box-shadow: 0 2rem 3rem rgba(8, 17, 21, 0.26);
    color: #fff;
}

.home-visual-top {
    display: flex;
    gap: 0.45rem;
    padding: 0.3rem 0 1rem;
}

.home-dot {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.44);
}

.home-visual-body {
    position: relative;
    min-height: 34rem;
    border-radius: 1.5rem;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(209, 132, 71, 0.32), transparent 28%),
        linear-gradient(180deg, rgba(17, 52, 54, 0.96), rgba(10, 21, 25, 0.92));
}

.home-brand-panel {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.home-brand-image {
    width: min(100%, 26rem);
    filter: drop-shadow(0 1.6rem 2.2rem rgba(0, 0, 0, 0.26));
}

.home-floating-card {
    position: absolute;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    width: min(18rem, calc(100% - 2rem));
    padding: 1rem 1.1rem;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.9);
    color: var(--ink);
    box-shadow: 0 1.2rem 2rem rgba(8, 17, 21, 0.18);
}

.home-floating-card strong {
    display: block;
    margin-bottom: 0.3rem;
    font-family: var(--font-ui);
}

.home-floating-card p {
    color: var(--muted);
    font-size: 0.96rem;
    line-height: 1.6;
}

.home-floating-card-primary {
    top: 1.4rem;
    right: 1.2rem;
}

.home-floating-card-secondary {
    left: 1.2rem;
    bottom: 1.4rem;
}

.home-intro-strip {
    padding-top: 0;
}

.service-spotlight-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(251, 247, 239, 0.88));
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-spotlight-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 1.5rem 2.5rem rgba(24, 50, 59, 0.16);
}

.home-story-section {
    position: relative;
    overflow: hidden;
}

.home-story-panel {
    padding: 2rem;
    border-radius: 1.8rem;
    background: linear-gradient(180deg, rgba(9, 39, 41, 0.97), rgba(13, 28, 32, 0.96));
    box-shadow: 0 1.8rem 2.8rem rgba(24, 50, 59, 0.18);
}

.home-story-card {
    height: 100%;
    padding: 1.4rem;
    border-radius: 1.3rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
}

.home-story-card small {
    display: inline-block;
    margin-bottom: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family: var(--font-ui);
    color: rgba(255, 255, 255, 0.58);
}

.home-story-card h3 {
    color: #fff;
    margin-bottom: 0.75rem;
}

.home-story-card p {
    margin: 0;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
}

.registration-board {
    padding: 1.2rem;
    border-radius: 1.8rem;
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.9), rgba(243, 236, 223, 0.85));
    box-shadow: var(--shadow);
}

.registration-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.registration-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(15, 93, 94, 0.08);
    color: var(--ink);
    font-family: var(--font-ui);
    font-weight: 600;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.registration-link span {
    line-height: 1.5;
}

.registration-link:hover {
    transform: translateY(-3px);
    border-color: rgba(15, 93, 94, 0.2);
    box-shadow: 0 1rem 1.8rem rgba(24, 50, 59, 0.1);
    color: var(--brand-dark);
}

.home-process-section {
    background:
        radial-gradient(circle at top left, rgba(15, 93, 94, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
}

.home-process-card {
    padding: 2rem;
    border-radius: 1.5rem;
    background: rgba(255, 253, 248, 0.84);
    border: 1px solid rgba(15, 93, 94, 0.08);
    box-shadow: var(--shadow);
}

.home-process-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-dark), var(--accent));
    color: #fff;
    font-family: var(--font-ui);
    font-weight: 700;
}

.home-cta-band {
    padding: 2.5rem;
    border-radius: 2rem;
    background:
        radial-gradient(circle at top right, rgba(209, 132, 71, 0.22), transparent 22%),
        linear-gradient(135deg, #fffaf1, #f3ead8 55%, #efe2cc);
    color: var(--ink);
    box-shadow: 0 2rem 3rem rgba(24, 50, 59, 0.22);
    border: 1px solid rgba(15, 93, 94, 0.08);
}

.home-cta-band h2 {
    color: var(--brand-dark);
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.home-cta-band p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.85;
}

.home-cta-eyebrow {
    color: var(--accent);
}

@media (max-width: 991.98px) {
    .home-visual-body {
        min-height: 29rem;
    }

    .registration-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {

    .home-floating-card {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        margin-top: 1rem;
    }

    .home-brand-panel {
        position: relative;
        min-height: 15rem;
        padding-bottom: 1rem;
    }

    .home-visual-body {
        min-height: auto;
        padding: 1rem;
    }

    .home-cta-band,
    .home-story-panel,
    .registration-board {
        padding: 1.5rem;
    }

    .registration-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2rem;
    }
}

.about-banner {
    position: relative;
    overflow: hidden;
}

.about-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(209, 132, 71, 0.12), transparent 22%),
        radial-gradient(circle at bottom left, rgba(15, 93, 94, 0.1), transparent 24%);
    pointer-events: none;
}

.about-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.about-badge {
    padding: 0.72rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(15, 93, 94, 0.1);
    font-family: var(--font-ui);
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--ink);
    box-shadow: 0 0.75rem 1.5rem rgba(24, 50, 59, 0.08);
}

.about-identity-card,
.about-story-card,
.about-trust-card,
.about-values-card,
.about-cta-card {
    height: 100%;
    padding: 2rem;
    border-radius: 1.7rem;
    box-shadow: var(--shadow);
}

.about-identity-card {
    background: linear-gradient(180deg, rgba(9, 39, 41, 0.97), rgba(13, 28, 32, 0.96));
    color: #fff;
}

.about-identity-card .eyebrow,
.about-identity-card .section-copy,
.about-identity-card h2,
.about-identity-card small,
.about-identity-card strong {
    color: inherit;
}

.about-identity-card .section-copy {
    color: rgba(255, 255, 255, 0.78);
}

.about-identity-meta {
    display: grid;
    gap: 1rem;
    margin-top: 1.8rem;
}

.about-meta-item {
    padding: 1rem 1.1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-meta-item small {
    display: block;
    margin-bottom: 0.35rem;
    font-family: var(--font-ui);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.58);
}

.about-meta-item strong {
    font-family: var(--font-ui);
    font-size: 1rem;
    color: #fff;
}

.about-story-card,
.about-values-card {
    background: rgba(255, 253, 248, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.about-trust-card,
.about-cta-card {
    background: linear-gradient(180deg, rgba(255, 250, 241, 0.92), rgba(243, 236, 223, 0.88));
    border: 1px solid rgba(15, 93, 94, 0.08);
}

.about-values-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.about-value-item {
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(15, 93, 94, 0.08);
}

.about-value-item strong {
    display: block;
    margin-bottom: 0.4rem;
    font-family: var(--font-ui);
    color: var(--brand-dark);
}

.about-value-item p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.services-banner {
    position: relative;
    overflow: hidden;
}

.services-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(209, 132, 71, 0.1), transparent 22%),
        radial-gradient(circle at bottom left, rgba(15, 93, 94, 0.08), transparent 24%);
    pointer-events: none;
}

.services-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.services-badge {
    padding: 0.72rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(15, 93, 94, 0.1);
    font-family: var(--font-ui);
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--ink);
    box-shadow: 0 0.75rem 1.5rem rgba(24, 50, 59, 0.08);
}

.services-summary-panel,
.services-trust-card,
.services-process-card,
.services-cta-band {
    padding: 2rem;
    border-radius: 1.7rem;
    box-shadow: var(--shadow);
}

.services-summary-panel {
    background: linear-gradient(180deg, rgba(9, 39, 41, 0.97), rgba(13, 28, 32, 0.96));
    color: #fff;
}

.services-summary-panel .eyebrow,
.services-summary-panel h2,
.services-summary-panel .check-list li span {
    color: #fff;
}

.services-summary-panel .check-list li span {
    color: rgba(255, 255, 255, 0.8);
}

.services-summary-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.services-metric {
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.services-metric strong {
    display: block;
    margin-bottom: 0.35rem;
    font-family: var(--font-ui);
    font-size: 1.4rem;
    color: #fff;
}

.services-metric span {
    color: rgba(255, 255, 255, 0.72);
}

.services-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(251, 247, 239, 0.9));
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.services-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 1.6rem 2.6rem rgba(24, 50, 59, 0.16);
}

.services-card .card-body {
    display: flex;
    flex-direction: column;
}

.services-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.services-card-tag {
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(15, 93, 94, 0.08);
    color: var(--brand-dark);
    font-family: var(--font-ui);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.services-trust-card,
.services-process-card {
    background: linear-gradient(180deg, rgba(255, 250, 241, 0.92), rgba(243, 236, 223, 0.88));
    border: 1px solid rgba(15, 93, 94, 0.08);
}

.services-process-list {
    display: grid;
    gap: 1rem;
}

.services-process-item {
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(15, 93, 94, 0.08);
}

.services-process-item strong {
    display: block;
    margin-bottom: 0.4rem;
    font-family: var(--font-ui);
    color: var(--brand-dark);
}

.services-process-item p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.services-cta-band {
    background:
        radial-gradient(circle at top right, rgba(209, 132, 71, 0.22), transparent 22%),
        linear-gradient(135deg, #fffaf1, #f3ead8 55%, #efe2cc);
    color: var(--ink);
    border: 1px solid rgba(15, 93, 94, 0.08);
}

.services-cta-band h2 {
    color: var(--brand-dark);
    font-size: clamp(2rem, 4vw, 3rem);
}

.services-cta-band p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.85;
}

.services-cta-eyebrow {
    color: var(--accent);
}

@media (max-width: 767.98px) {
    .services-summary-panel,
    .services-trust-card,
    .services-process-card,
    .services-cta-band {
        padding: 1.5rem;
    }

    .services-summary-metrics {
        grid-template-columns: 1fr;
    }
}

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

.testimonial-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.6rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 246, 238, 0.9));
    border: 1px solid rgba(15, 93, 94, 0.08);
    box-shadow: var(--shadow);
}

.testimonial-rating {
    display: flex;
    gap: 0.28rem;
    margin-bottom: 1rem;
    color: var(--accent);
}

.testimonial-quote {
    margin: 0 0 1.35rem;
    color: var(--ink);
    font-family: var(--font-article);
    font-size: 1.02rem;
    line-height: 1.85;
}

.testimonial-person {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(15, 93, 94, 0.08);
}

.testimonial-photo {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 0.8rem 1.5rem rgba(24, 50, 59, 0.14);
    flex-shrink: 0;
}

.testimonial-person strong {
    display: block;
    margin-bottom: 0.2rem;
    font-family: var(--font-ui);
    color: var(--brand-dark);
}

.testimonial-person span,
.testimonial-person small {
    display: block;
    color: var(--muted);
    line-height: 1.55;
}

.testimonial-person small {
    font-size: 0.88rem;
}

@media (max-width: 991.98px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
}

.testimonial-carousel {
    position: relative;
}

.testimonial-carousel .carousel-inner {
    overflow: visible;
}

.testimonial-carousel .carousel-item {
    padding: 0.25rem 0;
}

.testimonial-indicators {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
}

.testimonial-indicators [data-bs-target] {
    width: 0.8rem;
    height: 0.8rem;
    border: 0;
    border-radius: 50%;
    background-color: rgba(15, 93, 94, 0.24);
    opacity: 1;
}

.testimonial-indicators .active {
    background-color: var(--brand);
}

.testimonial-controls {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.testimonial-control-button {
    position: static;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-dark), var(--brand));
    opacity: 1;
}

.testimonial-control-button:hover,
.testimonial-control-button:focus {
    background: linear-gradient(135deg, var(--brand), var(--accent));
}

.testimonial-control-button .carousel-control-prev-icon,
.testimonial-control-button .carousel-control-next-icon {
    width: 1.2rem;
    height: 1.2rem;
}

.seminars-banner {
    position: relative;
    overflow: hidden;
}

.seminars-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(209, 132, 71, 0.1), transparent 22%),
        radial-gradient(circle at bottom left, rgba(15, 93, 94, 0.08), transparent 24%);
    pointer-events: none;
}

.seminars-summary-card,
.seminar-card {
    border-radius: 1.7rem;
    box-shadow: var(--shadow);
}

.seminars-summary-card {
    padding: 2rem;
    background: linear-gradient(180deg, rgba(9, 39, 41, 0.97), rgba(13, 28, 32, 0.96));
    color: #fff;
}

.seminars-summary-card .eyebrow,
.seminars-summary-card h2,
.seminars-summary-card .section-copy {
    color: inherit;
}

.seminars-summary-card .section-copy {
    color: rgba(255, 255, 255, 0.78);
}

.seminar-card {
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 246, 238, 0.9));
    border: 1px solid rgba(15, 93, 94, 0.08);
}

.seminar-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.seminar-card-body {
    padding: 1.6rem;
}

.seminar-tag {
    display: inline-flex;
    margin-bottom: 0.9rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(15, 93, 94, 0.08);
    color: var(--brand-dark);
    font-family: var(--font-ui);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .seminars-summary-card,
    .seminar-card-body {
        padding: 1.5rem;
    }
}

.contact-banner {
    position: relative;
    overflow: hidden;
}

.contact-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(209, 132, 71, 0.1), transparent 22%),
        radial-gradient(circle at bottom left, rgba(15, 93, 94, 0.08), transparent 24%);
    pointer-events: none;
}

.contact-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.contact-badge {
    padding: 0.72rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(15, 93, 94, 0.1);
    font-family: var(--font-ui);
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--ink);
    box-shadow: 0 0.75rem 1.5rem rgba(24, 50, 59, 0.08);
}

.contact-qr-panel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-qr-image {
    width: min(100%, 280px);
    height: auto;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    padding: 0.85rem;
    box-shadow: 0 1rem 2rem rgba(24, 50, 59, 0.12);
}

.contact-summary-card,
.contact-panel-pro,
.contact-form-wrap,
.contact-map-info,
.contact-map-card {
    border-radius: 1.7rem;
    box-shadow: var(--shadow);
}

.contact-summary-card {
    padding: 2rem;
    background: linear-gradient(180deg, rgba(9, 39, 41, 0.97), rgba(13, 28, 32, 0.96));
    color: #fff;
}

.contact-summary-card .eyebrow,
.contact-summary-card h2,
.contact-summary-card .section-copy,
.contact-summary-card small,
.contact-summary-card strong,
.contact-summary-card a {
    color: inherit;
}

.contact-summary-card .section-copy {
    color: rgba(255, 255, 255, 0.78);
}

.contact-summary-list {
    display: grid;
    gap: 1rem;
}

.contact-summary-item {
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-summary-item small {
    display: block;
    margin-bottom: 0.35rem;
    font-family: var(--font-ui);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.58);
}

.contact-panel-pro,
.contact-form-wrap,
.contact-map-info {
    padding: 2rem;
    background: linear-gradient(180deg, rgba(255, 250, 241, 0.92), rgba(243, 236, 223, 0.88));
    border: 1px solid rgba(15, 93, 94, 0.08);
}

.contact-form-wrap {
    background: rgba(255, 253, 248, 0.88);
}

.contact-social-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.contact-social-card {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(15, 93, 94, 0.08);
    color: var(--ink);
    font-family: var(--font-ui);
    font-weight: 600;
}

.contact-social-card:hover {
    color: var(--brand-dark);
    border-color: rgba(15, 93, 94, 0.18);
}

.contact-social-icon {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(15, 93, 94, 0.08);
    color: var(--brand-dark);
    flex-shrink: 0;
}

.contact-social-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.contact-map-card {
    overflow: hidden;
    min-height: 26rem;
    border: 1px solid rgba(15, 93, 94, 0.08);
    background: #fff;
}

.contact-map-card iframe {
    min-height: 26rem;
}

@media (max-width: 767.98px) {
    .contact-summary-card,
    .contact-panel-pro,
    .contact-form-wrap,
    .contact-map-info {
        padding: 1.5rem;
    }

    .contact-social-grid {
        grid-template-columns: 1fr;
    }

    .contact-qr-panel {
        justify-content: flex-start;
    }

    .contact-qr-image {
        width: min(100%, 220px);
    }
}

.books-banner {
    position: relative;
    overflow: hidden;
}

.books-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(209, 132, 71, 0.1), transparent 22%),
        radial-gradient(circle at bottom left, rgba(15, 93, 94, 0.08), transparent 24%);
    pointer-events: none;
}

.book-feature-card {
    display: grid;
    grid-template-columns: minmax(220px, 260px) 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 1.8rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 246, 238, 0.9));
    border: 1px solid rgba(15, 93, 94, 0.08);
    box-shadow: var(--shadow);
}

.book-cover-link {
    display: block;
}

.book-cover-image,
.book-cover-fallback {
    width: 100%;
    min-height: 22rem;
    border-radius: 1.4rem;
}

.book-cover-image {
    object-fit: cover;
    box-shadow: 0 1rem 2rem rgba(24, 50, 59, 0.14);
}

.book-cover-fallback {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.4rem;
    background:
        linear-gradient(180deg, rgba(9, 39, 41, 0.88), rgba(13, 28, 32, 0.95)),
        linear-gradient(135deg, rgba(15, 93, 94, 0.2), rgba(209, 132, 71, 0.24));
    color: #fff;
}

.book-cover-label {
    display: inline-flex;
    margin-bottom: auto;
    align-self: flex-start;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-family: var(--font-ui);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.book-cover-fallback strong {
    font-size: 1.35rem;
    line-height: 1.4;
}

.book-feature-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.book-feature-tag {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 0.9rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(15, 93, 94, 0.08);
    color: var(--brand-dark);
    font-family: var(--font-ui);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .book-feature-card {
        grid-template-columns: 1fr;
    }
}

.gallery-click-card {
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.gallery-click-card:hover,
.gallery-click-card:focus-visible {
    transform: translateY(-6px);
    box-shadow: 0 1.5rem 2.5rem rgba(24, 50, 59, 0.16);
}

.gallery-card-image {
    height: 260px;
    object-fit: cover;
}

.gallery-modal {
    border: 0;
    border-radius: 1.8rem;
    background: rgba(8, 17, 21, 0.98);
    color: #fff;
}

.gallery-modal .modal-body {
    padding-top: 1rem;
}

.gallery-modal-stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.gallery-modal-image {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 1rem;
}

.gallery-modal-copy {
    margin-top: 1.25rem;
    color: rgba(255, 255, 255, 0.82);
}

.gallery-modal-copy h4 {
    color: #fff;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3.2rem;
    height: 3.2rem;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    z-index: 2;
}

.gallery-nav:hover {
    background: rgba(255, 255, 255, 0.22);
}

.gallery-nav-prev {
    left: 1rem;
}

.gallery-nav-next {
    right: 1rem;
}

@media (max-width: 767.98px) {
    .gallery-modal-stage {
        min-height: 20rem;
    }

    .gallery-nav {
        width: 2.75rem;
        height: 2.75rem;
    }

    .gallery-card-image {
        height: 220px;
    }
}

.career-banner {
    position: relative;
    overflow: hidden;
}

.career-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(209, 132, 71, 0.1), transparent 22%),
        radial-gradient(circle at bottom left, rgba(15, 93, 94, 0.08), transparent 24%);
    pointer-events: none;
}

.career-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.career-badge {
    padding: 0.72rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(15, 93, 94, 0.1);
    font-family: var(--font-ui);
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--ink);
    box-shadow: 0 0.75rem 1.5rem rgba(24, 50, 59, 0.08);
}

.career-summary-card,
.career-panel,
.career-form-wrap {
    border-radius: 1.7rem;
    box-shadow: var(--shadow);
}

.career-summary-card {
    padding: 2rem;
    background: linear-gradient(180deg, rgba(9, 39, 41, 0.97), rgba(13, 28, 32, 0.96));
    color: #fff;
}

.career-summary-card .eyebrow,
.career-summary-card h2,
.career-summary-card .check-list li span {
    color: #fff;
}

.career-summary-card .check-list li span {
    color: rgba(255, 255, 255, 0.8);
}

.career-role-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(251, 247, 239, 0.9));
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.career-role-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 1.5rem 2.5rem rgba(24, 50, 59, 0.16);
}

.career-panel,
.career-form-wrap {
    padding: 2rem;
    background: linear-gradient(180deg, rgba(255, 250, 241, 0.92), rgba(243, 236, 223, 0.88));
    border: 1px solid rgba(15, 93, 94, 0.08);
}

.career-form-wrap {
    background: rgba(255, 253, 248, 0.88);
}

@media (max-width: 767.98px) {
    .career-summary-card,
    .career-panel,
    .career-form-wrap {
        padding: 1.5rem;
    }
}

.crm-body {
    background:
        radial-gradient(circle at top left, rgba(15, 93, 94, 0.08), transparent 24%),
        linear-gradient(180deg, #f8f4ec 0%, #f2ece1 100%);
}

.crm-topbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    padding: 1rem 0;
    background: rgba(248, 244, 236, 0.88);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(15, 93, 94, 0.08);
}

.crm-navbar {
    gap: 1rem;
}

.crm-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    color: var(--ink);
    text-decoration: none;
}

.crm-brand span:last-child {
    display: flex;
    flex-direction: column;
}

.crm-brand strong {
    font-family: var(--font-display);
    font-size: 1rem;
    line-height: 1.2;
}

.crm-brand small {
    color: rgba(24, 50, 59, 0.68);
}

.crm-nav-list {
    gap: 0.35rem;
}

.crm-nav-list .nav-link {
    padding: 0.8rem 1rem;
    border-radius: 999px;
    color: var(--ink);
    font-weight: 600;
}

.crm-nav-list .nav-link:hover,
.crm-nav-list .nav-link.active {
    background: rgba(15, 93, 94, 0.12);
    color: var(--brand-dark);
}

.crm-main {
    min-height: calc(100vh - 180px);
}

.crm-footer {
    padding: 1.15rem 0;
    border-top: 1px solid rgba(15, 93, 94, 0.08);
    background: rgba(255, 252, 246, 0.92);
    color: rgba(24, 50, 59, 0.72);
}

.crm-page-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
}

.crm-stat-card {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    min-height: 100%;
    padding: 1.4rem;
    border-radius: 1.4rem;
    background: rgba(255, 253, 248, 0.9);
    border: 1px solid rgba(15, 93, 94, 0.08);
    box-shadow: 0 1rem 2rem rgba(24, 50, 59, 0.08);
    color: var(--ink);
}

.crm-stat-card strong {
    font-size: 2rem;
    line-height: 1;
    color: var(--brand-dark);
}

.crm-stat-icon {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 93, 94, 0.12);
    color: var(--brand-dark);
    font-size: 1.35rem;
}

.crm-quick-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.crm-snapshot-list {
    display: grid;
    gap: 0.9rem;
}

.crm-snapshot-list div,
.crm-activity-list article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(15, 93, 94, 0.04);
}

.crm-snapshot-list span,
.crm-activity-list span,
.crm-activity-list small {
    color: rgba(24, 50, 59, 0.72);
}

.crm-snapshot-list strong,
.crm-activity-list strong {
    color: var(--brand-dark);
}

.crm-activity-list {
    display: grid;
    gap: 0.8rem;
}

.crm-activity-list article {
    display: grid;
    grid-template-columns: 1.3fr 1fr auto;
}

.crm-login-card {
    margin-top: 4rem;
}

@media (max-width: 1199.98px) {
    .crm-nav-list {
        margin-top: 1rem;
    }

    .crm-header-actions {
        margin-top: 1rem;
    }
}

@media (max-width: 767.98px) {
    .crm-quick-grid {
        grid-template-columns: 1fr;
    }

    .crm-activity-list article {
        grid-template-columns: 1fr;
    }

    .crm-page-head {
        align-items: start;
    }
}

.service-detail-hero {
    position: relative;
    overflow: hidden;
}

.service-detail-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(209, 132, 71, 0.12), transparent 22%),
        radial-gradient(circle at bottom left, rgba(15, 93, 94, 0.1), transparent 24%);
    pointer-events: none;
}

.service-detail-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.service-hero-support {
    padding: 1.35rem 1.5rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(15, 93, 94, 0.08);
    box-shadow: 0 1rem 2rem rgba(24, 50, 59, 0.08);
}

.service-hero-support-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.service-hero-support-item {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(15, 93, 94, 0.08);
}

.service-hero-support-item i {
    color: var(--accent);
    font-size: 1rem;
    line-height: 1.5;
    flex-shrink: 0;
}

.service-hero-support-item span {
    color: var(--ink);
    line-height: 1.65;
}

.service-detail-metric,
.service-detail-panel,
.service-detail-card,
.service-cta-band {
    border-radius: 1.7rem;
    box-shadow: var(--shadow);
}

.service-detail-metric {
    padding: 1.1rem 1.2rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(15, 93, 94, 0.08);
}

.service-detail-metric strong {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--brand-dark);
    font-size: 1.2rem;
}

.service-detail-panel,
.service-detail-card {
    padding: 2rem;
    background: rgba(255, 252, 246, 0.88);
    border: 1px solid rgba(15, 93, 94, 0.08);
}

.service-detail-panel {
    background: linear-gradient(180deg, rgba(9, 39, 41, 0.96), rgba(13, 28, 32, 0.96));
    color: #fff;
}

.service-detail-panel .eyebrow,
.service-detail-panel h2,
.service-detail-panel p,
.service-detail-panel strong,
.service-detail-panel span {
    color: #fff;
}

.service-detail-lead-note {
    display: grid;
    gap: 0.55rem;
    margin-top: 1.5rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
}

.service-process-list {
    display: grid;
    gap: 1rem;
}

.service-process-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1rem 0;
    border-top: 1px solid rgba(15, 93, 94, 0.08);
}

.service-process-item:first-child {
    padding-top: 0;
    border-top: 0;
}

.service-process-item strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: rgba(15, 93, 94, 0.1);
    color: var(--brand-dark);
    font-family: var(--font-display);
}

.service-process-item p {
    margin: 0;
    color: rgba(24, 50, 59, 0.78);
}

.service-cta-band {
    padding: 2.2rem;
    background: linear-gradient(135deg, rgba(255, 251, 244, 0.94), rgba(242, 235, 220, 0.9));
    border: 1px solid rgba(15, 93, 94, 0.08);
}

@media (max-width: 991.98px) {
    .service-detail-metrics {
        grid-template-columns: 1fr;
    }

    .service-hero-support-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .service-detail-panel,
    .service-detail-card,
    .service-cta-band {
        padding: 1.5rem;
    }
}

.registration-detail-hero {
    position: relative;
    overflow: hidden;
}

.registration-detail-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(15, 93, 94, 0.12), transparent 24%),
        radial-gradient(circle at bottom right, rgba(209, 132, 71, 0.12), transparent 24%);
    pointer-events: none;
}

.registration-detail-panel,
.registration-cta-band {
    border-radius: 1.7rem;
    box-shadow: var(--shadow);
}

.registration-detail-panel {
    padding: 2rem;
    background: linear-gradient(180deg, rgba(255, 248, 236, 0.94), rgba(244, 234, 214, 0.92));
    border: 1px solid rgba(15, 93, 94, 0.08);
}

.registration-cta-band {
    padding: 2.2rem;
    background: linear-gradient(135deg, rgba(255, 253, 248, 0.94), rgba(240, 233, 220, 0.92));
    border: 1px solid rgba(15, 93, 94, 0.08);
}

@media (max-width: 767.98px) {
    .registration-detail-panel,
    .registration-cta-band {
        padding: 1.5rem;
    }
}

.about-founder-media,
.about-founder-card {
    border-radius: 1.8rem;
    box-shadow: var(--shadow);
}

.about-founder-media {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(15, 93, 94, 0.08);
}

.about-founder-image {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.about-founder-card {
    padding: 2.2rem;
    background: linear-gradient(180deg, rgba(255, 252, 246, 0.92), rgba(244, 236, 223, 0.88));
    border: 1px solid rgba(15, 93, 94, 0.08);
}

@media (max-width: 767.98px) {
    .about-founder-card {
        padding: 1.5rem;
    }

    .about-founder-image {
        min-height: 24rem;
    }
}


.scroll-top-button {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    width: 3.25rem;
    height: 3.25rem;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--brand-dark), var(--brand));
    color: #fff;
    box-shadow: 0 1rem 2rem rgba(24, 50, 59, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    z-index: 1040;
}

.scroll-top-button.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top-button:hover {
    background: linear-gradient(135deg, var(--brand), var(--accent));
}

.scroll-top-button i {
    font-size: 1.1rem;
}

@media (max-width: 767.98px) {
    .scroll-top-button {
        right: 1rem;
        bottom: 1rem;
        width: 3rem;
        height: 3rem;
    }
}
