/* =========================================================
   SmartestTour custom theme
   Bootstrap remains the base framework; this file is a light
   brand layer loaded after site.css.
   Mood: sea, sun, travel, freshness, trust.
   ========================================================= */

:root {
    --st-sea: #00a7b5;
    --st-sea-dark: #007f8d;
    --st-sea-soft: #d9fbff;
    --st-sky: #2f80ed;
    --st-coral: #ff6b5f;
    --st-coral-dark: #e45247;
    --st-sun: #ffc857;
    --st-sand: #fff5df;
    --st-palm: #22c55e;
    --st-ink: #12313f;
    --st-muted: #64748b;
    --st-line: rgba(18, 49, 63, 0.10);
    --st-surface: rgba(255, 255, 255, 0.88);
    --st-radius: 1.25rem;
    --st-radius-lg: 1.75rem;
    --st-shadow-sm: 0 8px 22px rgba(18, 49, 63, 0.08);
    --st-shadow-md: 0 18px 45px rgba(18, 49, 63, 0.12);
    --st-shadow-lg: 0 28px 70px rgba(18, 49, 63, 0.16);
    --st-gradient-primary: linear-gradient(135deg, #00a7b5 0%, #2f80ed 100%);
    --st-gradient-warm: linear-gradient(135deg, #ff6b5f 0%, #ffc857 100%);
    --st-gradient-page: radial-gradient(circle at 8% 0%, rgba(255, 200, 87, 0.22) 0, transparent 32rem), radial-gradient(circle at 95% 12%, rgba(0, 167, 181, 0.20) 0, transparent 30rem), linear-gradient(180deg, #f7fdff 0%, #fffaf0 48%, #f8fbff 100%);
}

html {
    scroll-behavior: smooth;
}

html,
body {
    min-height: 100%;
}

body {
    margin-bottom: 0 !important;
    background: var(--st-gradient-page);
    color: var(--st-ink);
    text-rendering: optimizeLegibility;
}

main.container {
    padding-top: 1rem;
}

::selection {
    background: rgba(255, 200, 87, 0.55);
    color: var(--st-ink);
}

a {
    color: var(--st-sea-dark);
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.16em;
}

    a:hover {
        color: var(--st-coral-dark);
    }

/* =========================
   NAVBAR
   ========================= */
.smartest-navbar,
.navbar {
    background: rgba(255, 255, 255, 0.82) !important;
    border-bottom: 1px solid rgba(0, 167, 181, 0.12) !important;
    box-shadow: 0 10px 30px rgba(18, 49, 63, 0.08);
    backdrop-filter: blur(18px);
}

.navbar-brand {
    color: var(--st-ink) !important;
    font-weight: 800;
    letter-spacing: -0.03em;
}

    .navbar-brand::before {
        content: "";
        display: inline-block;
        width: 0.85rem;
        height: 0.85rem;
        margin-right: 0.45rem;
        border-radius: 999px;
        background: var(--st-gradient-warm);
        box-shadow: 0 0 0 0.22rem rgba(255, 200, 87, 0.25);
        vertical-align: -0.04rem;
    }

.navbar .nav-link {
    color: rgba(18, 49, 63, 0.78) !important;
    font-weight: 650;
    border-radius: 999px;
    padding-inline: 0.8rem !important;
}

    .navbar .nav-link:hover,
    .navbar .nav-link:focus {
        color: var(--st-sea-dark) !important;
        background: rgba(0, 167, 181, 0.08);
    }

.dropdown-menu {
    border: 0;
    border-radius: 1rem;
    box-shadow: var(--st-shadow-md);
    padding: 0.55rem;
}

.dropdown-item {
    border-radius: 0.7rem;
}

    .dropdown-item.active,
    .dropdown-item:active {
        background: var(--st-gradient-primary);
    }

/* =========================
   TYPOGRAPHY / SECTIONS
   ========================= */
h1, .h1, h2, .h2, h3, .h3 {
    color: var(--st-ink);
    letter-spacing: -0.035em;
}

.text-muted {
    color: var(--st-muted) !important;
}

.lead {
    color: var(--st-muted);
}

section.py-5:first-of-type {
    position: relative;
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
}

section.border-top {
    border-top-color: rgba(0, 167, 181, 0.12) !important;
}

.text-uppercase.text-primary,
.text-primary {
    color: var(--st-sea-dark) !important;
}

/* Hero badge/eyebrow effect. Works with the current PlatformLanding markup. */
section.py-5:first-of-type .text-uppercase.fw-semibold {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: fit-content;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(0, 167, 181, 0.10);
    color: var(--st-sea-dark) !important;
    letter-spacing: 0.08em;
}

    section.py-5:first-of-type .text-uppercase.fw-semibold::before {
        content: "✦";
        color: var(--st-coral);
        font-size: 0.9rem;
    }

.display-5 {
    line-height: 1.05;
}

/* =========================
   BUTTONS
   ========================= */
.btn {
    border-radius: 999px;
    font-weight: 750;
    letter-spacing: -0.01em;
}

.btn-primary {
    --bs-btn-bg: var(--st-coral);
    --bs-btn-border-color: var(--st-coral);
    --bs-btn-hover-bg: var(--st-coral-dark);
    --bs-btn-hover-border-color: var(--st-coral-dark);
    --bs-btn-active-bg: var(--st-coral-dark);
    --bs-btn-active-border-color: var(--st-coral-dark);
    background-image: linear-gradient(135deg, var(--st-coral), #ff8a5b);
    border: 0;
    box-shadow: 0 14px 28px rgba(255, 107, 95, 0.28);
}

    .btn-primary:hover,
    .btn-primary:focus {
        transform: translateY(-1px);
        box-shadow: 0 18px 36px rgba(255, 107, 95, 0.34);
    }

.btn-outline-secondary {
    --bs-btn-color: var(--st-sea-dark);
    --bs-btn-border-color: rgba(0, 127, 141, 0.34);
    --bs-btn-hover-bg: var(--st-sea);
    --bs-btn-hover-border-color: var(--st-sea);
    --bs-btn-hover-color: #fff;
    background: rgba(255, 255, 255, 0.65);
}

.btn-light,
.btn-outline-primary {
    border-color: rgba(0, 167, 181, 0.24);
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.22rem rgba(0, 167, 181, 0.18) !important;
}

/* =========================
   CARDS / SURFACES
   ========================= */
.card {
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    border-radius: var(--st-radius-lg) !important;
    background: var(--st-surface);
    box-shadow: var(--st-shadow-sm);
    backdrop-filter: blur(14px);
}

    .card:hover {
        box-shadow: var(--st-shadow-md);
    }

.card-header,
.card-footer {
    background: rgba(255, 255, 255, 0.55) !important;
    border-color: var(--st-line) !important;
}

.card .h5,
.card h3,
.card h2 {
    color: var(--st-ink);
}

/* Feature cards: light colored top accent without changing markup. */
#features .card {
    position: relative;
    overflow: hidden;
}

/* =========================
   PLATFORM SEO CONTENT PAGES
   ========================= */
.st-seo-page {
    max-width: 980px;
    margin: 0 auto;
}

.st-breadcrumb-nav {
    padding-top: 1rem;
}

.st-breadcrumb-nav .breadcrumb {
    margin-bottom: 0;
    font-size: 0.92rem;
}

.st-breadcrumb-nav .breadcrumb-item.active {
    color: var(--st-muted);
}

.st-seo-hero {
    max-width: 860px;
}

.st-seo-page p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--st-muted);
}

.st-related-links {
    margin-bottom: 1rem;
}

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

.st-faq-item {
    padding: 1.5rem;
    border: 1px solid var(--st-line);
    border-radius: var(--st-radius);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--st-shadow-sm);
}

.st-faq-item h2 {
    margin-bottom: 0.75rem;
}

    #features .card::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 0.35rem;
        background: var(--st-gradient-primary);
    }

#features .col-md-6:nth-child(2n) .card::before {
    background: var(--st-gradient-warm);
}

#features .col-md-6:nth-child(3n) .card::before {
    background: linear-gradient(135deg, var(--st-palm), var(--st-sea));
}

/* Feature cards icons */
#features .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.st-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 1.25rem;
    border-radius: 1rem;
    font-size: 1.45rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.st-feature-icon--sea {
    color: var(--st-sea-dark);
    background: linear-gradient( 135deg, rgba(0, 167, 181, 0.17), rgba(47, 128, 237, 0.10) );
    box-shadow: 0 0.65rem 1.4rem rgba(0, 127, 141, 0.12);
}

.st-feature-icon--coral {
    color: var(--st-coral-dark);
    background: linear-gradient( 135deg, rgba(255, 107, 95, 0.17), rgba(255, 200, 87, 0.16) );
    box-shadow: 0 0.65rem 1.4rem rgba(255, 107, 95, 0.12);
}

.st-feature-icon--green {
    color: #16803c;
    background: linear-gradient( 135deg, rgba(34, 197, 94, 0.16), rgba(0, 167, 181, 0.10) );
    box-shadow: 0 0.65rem 1.4rem rgba(34, 197, 94, 0.11);
}

#features .card:hover .st-feature-icon {
    transform: translateY(-0.2rem) scale(1.04);
}

#features .card h3 {
    margin-bottom: 0.65rem;
}

@media (prefers-reduced-motion: reduce) {
    #features .card:hover .st-feature-icon {
        transform: none;
    }
}

/* Hero summary card: warmer vacation mood. */
section.py-5:first-of-type .card {
    background: linear-gradient(160deg, rgba(255,255,255,0.95), rgba(255,245,223,0.90));
    box-shadow: var(--st-shadow-lg);
}

    section.py-5:first-of-type .card li {
        display: flex;
        align-items: start;
        gap: 0.55rem;
        color: rgba(18, 49, 63, 0.82);
        font-weight: 650;
    }


/* =========================
   PLATFORM LANDING HERO PREVIEW
   ========================= */

.st-hero-preview {
    position: relative;
    width: 100%;
    max-width: 35rem;
    margin-left: auto;
    padding: 1rem;
}

    .st-hero-preview::before {
        content: "";
        position: absolute;
        inset: 8% -4% -7% 9%;
        z-index: -1;
        border-radius: 2.5rem;
        background: radial-gradient( circle at top right, rgba(255, 200, 87, 0.42), transparent 42% ), linear-gradient( 135deg, rgba(0, 167, 181, 0.18), rgba(47, 128, 237, 0.10) );
        filter: blur(0.15rem);
        transform: rotate(3deg);
    }

.st-hero-preview__browser {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 127, 141, 0.17);
    border-radius: 1.4rem;
    background: #fff;
    box-shadow: 0 2rem 4.5rem rgba(18, 49, 63, 0.18), 0 0.5rem 1.5rem rgba(18, 49, 63, 0.08);
    transform: rotate(1.2deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.st-hero-preview:hover .st-hero-preview__browser {
    transform: rotate(0deg) translateY(-0.3rem);
    box-shadow: 0 2.4rem 5rem rgba(18, 49, 63, 0.22), 0 0.75rem 1.8rem rgba(18, 49, 63, 0.10);
}

.st-hero-preview__toolbar {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 2.8rem;
    padding: 0.55rem 0.75rem;
    border-bottom: 1px solid rgba(18, 49, 63, 0.08);
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.98) );
}

.st-hero-preview__controls {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 0.35rem;
}

.st-hero-preview__control {
    display: block;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 999px;
}

.st-hero-preview__control--coral {
    background: var(--st-coral);
}

.st-hero-preview__control--sun {
    background: var(--st-sun);
}

.st-hero-preview__control--green {
    background: var(--st-palm);
}

.st-hero-preview__address {
    min-width: 0;
    flex: 1 1 auto;
    padding: 0.32rem 0.7rem;
    border: 1px solid rgba(18, 49, 63, 0.07);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--st-muted);
    font-size: 0.72rem;
    line-height: 1.2;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.st-hero-preview__image-wrapper {
    position: relative;
    max-height: 31rem;
    overflow: hidden;
    background: #fff;
}

    .st-hero-preview__image-wrapper::after {
        content: "";
        position: absolute;
        inset: auto 0 0;
        height: 4.5rem;
        pointer-events: none;
        background: linear-gradient( 180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.82) );
    }

.st-hero-preview__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.st-hero-preview__badge {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.3rem;
    height: 3.3rem;
    border: 0.28rem solid rgba(255, 255, 255, 0.92);
    border-radius: 1.1rem;
    font-size: 1.35rem;
    box-shadow: var(--st-shadow-md);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.st-hero-preview__badge--catalog {
    top: -0.15rem;
    right: -0.4rem;
    color: var(--st-sea-dark);
    background: linear-gradient( 135deg, var(--st-sea-soft), #fff );
    transform: rotate(7deg);
}

.st-hero-preview__badge--assistant {
    right: 0.1rem;
    bottom: 0;
    color: var(--st-coral-dark);
    background: linear-gradient( 135deg, var(--st-sand), #fff );
    transform: rotate(-7deg);
}

.st-hero-preview:hover .st-hero-preview__badge--catalog {
    transform: rotate(3deg) translateY(-0.2rem);
}

.st-hero-preview:hover .st-hero-preview__badge--assistant {
    transform: rotate(-3deg) translateY(-0.2rem);
}

@media (max-width: 991.98px) {
    .st-hero-preview {
        max-width: 42rem;
        margin: 1rem auto 0;
    }

    .st-hero-preview__browser {
        transform: none;
    }

    .st-hero-preview:hover .st-hero-preview__browser {
        transform: translateY(-0.2rem);
    }

    .st-hero-preview__image-wrapper {
        max-height: 34rem;
    }
}

@media (max-width: 575.98px) {
    .st-hero-preview {
        padding: 0.5rem;
    }

        .st-hero-preview::before {
            inset: 10% 0 -5% 6%;
        }

    .st-hero-preview__browser {
        border-radius: 1.05rem;
    }

    .st-hero-preview__toolbar {
        min-height: 2.5rem;
        padding: 0.45rem 0.55rem;
    }

    .st-hero-preview__address {
        font-size: 0.65rem;
    }

    .st-hero-preview__badge {
        width: 2.75rem;
        height: 2.75rem;
        border-width: 0.22rem;
        border-radius: 0.9rem;
        font-size: 1.1rem;
    }

    .st-hero-preview__badge--catalog {
        right: -0.15rem;
    }

    .st-hero-preview__badge--assistant {
        right: -0.1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .st-hero-preview:hover .st-hero-preview__browser,
    .st-hero-preview:hover .st-hero-preview__badge--catalog,
    .st-hero-preview:hover .st-hero-preview__badge--assistant {
        transform: none;
    }
}

/* =========================
   FORMS
   ========================= */
.form-label {
    color: rgba(18, 49, 63, 0.86);
    font-weight: 700;
}

.form-control,
.form-select {
    border-color: rgba(18, 49, 63, 0.14);
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.88);
}

    .form-control:hover,
    .form-select:hover {
        border-color: rgba(0, 167, 181, 0.34);
    }

    .form-control:focus,
    .form-select:focus {
        border-color: var(--st-sea);
    }

.form-check-input:checked {
    background-color: var(--st-sea);
    border-color: var(--st-sea);
}

.validation-summary-errors,
.field-validation-error,
.text-danger {
    color: #c2410c !important;
}

/* Honeypot field support for the contact form. */
.st-hp-wrapper {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* =========================
   TABLES / LISTS / ALERTS
   ========================= */
.table {
    border-radius: var(--st-radius);
    overflow: hidden;
}

    .table thead th {
        color: rgba(18, 49, 63, 0.72) !important;
        background: rgba(0, 167, 181, 0.06);
    }

.list-group-item {
    background: rgba(255, 255, 255, 0.72);
}

.alert {
    border: 0;
    border-radius: var(--st-radius);
    box-shadow: var(--st-shadow-sm);
}

.alert-success {
    color: #14532d;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(0, 167, 181, 0.10));
}

.alert-danger {
    color: #7f1d1d;
    background: linear-gradient(135deg, rgba(255, 107, 95, 0.16), rgba(255, 200, 87, 0.12));
}

/* =========================
   PUBLIC MEDIA / IMAGES
   ========================= */
img,
.img-fluid {
    border-radius: 1rem;
}

/* Avoid rounding tiny icons/logos too aggressively when explicitly styled. */
.navbar-brand img,
.btn img {
    border-radius: 0;
}

/* =========================
   MOBILE TUNING
   ========================= */
@media (max-width: 767.98px) {
    section.py-5:first-of-type {
        padding-top: 2.5rem !important;
        padding-bottom: 2.75rem !important;
    }

    .display-5 {
        font-size: 2.35rem;
    }

    .card-body.p-4,
    .card-body.p-lg-5 {
        padding: 1.35rem !important;
    }

    .navbar .nav-link {
        border-radius: 0.75rem;
        padding-block: 0.6rem !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* =========================
   BRAND LOGO
   ========================= */
.smartest-brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    text-decoration: none;
}

    .smartest-brand::before {
        content: none !important;
    }

.smartest-brand-logo {
    display: block;
    width: auto;
    height: 3.15rem;
    max-width: min(17.5rem, 56vw);
    object-fit: contain;
}

.smartest-navbar .container {
    min-height: 4.25rem;
}

@media (max-width: 767.98px) {
    .smartest-brand-logo {
        height: 2.45rem;
        max-width: 12.5rem;
    }

    .smartest-navbar .container {
        min-height: 3.6rem;
    }
}

/* =========================
   COOKIE CONSENT
   ========================= */
.st-cookie-consent[hidden] {
    display: none !important;
}

.st-cookie-consent {
    position: fixed;
    inset: auto 1rem 1rem 1rem;
    z-index: 1080;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.st-cookie-consent__card {
    width: min(100%, 64rem);
    padding: 1.25rem;
    border: 1px solid rgba(0, 167, 181, 0.18);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 1.25rem 3.5rem rgba(18, 49, 63, 0.18);
    backdrop-filter: blur(18px);
    pointer-events: auto;
}

.st-cookie-consent__main {
    max-width: 52rem;
}

.st-cookie-consent__eyebrow {
    margin-bottom: 0.25rem;
    color: var(--st-teal-dark, #007f8f);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.st-cookie-consent__title {
    margin-bottom: 0.45rem;
    color: var(--st-ink, #12313f);
    font-size: 1.15rem;
    font-weight: 800;
}

.st-cookie-consent__subtitle {
    margin-bottom: 0.4rem;
    color: var(--st-ink, #12313f);
    font-size: 1.05rem;
    font-weight: 800;
}

.st-cookie-consent__text {
    margin-bottom: 0;
    color: rgba(18, 49, 63, 0.76);
    line-height: 1.55;
}

.st-cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
    margin-top: 1rem;
}

    .st-cookie-consent__actions[hidden],
    .st-cookie-consent__preferences[hidden] {
        display: none !important;
    }

.st-cookie-consent__link {
    color: var(--st-teal-dark, #007f8f);
    font-weight: 700;
    text-decoration: none;
}

    .st-cookie-consent__link:hover,
    .st-cookie-consent__link:focus {
        text-decoration: underline;
    }

.st-cookie-consent__preferences {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(18, 49, 63, 0.10);
}

.st-cookie-consent__option {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.85rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(0, 167, 181, 0.14);
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(0, 167, 181, 0.07), rgba(255, 200, 87, 0.08));
}

    .st-cookie-consent__option p,
    .st-cookie-consent__option span span {
        display: block;
        margin: 0.15rem 0 0 0;
        color: rgba(18, 49, 63, 0.72);
        font-size: 0.93rem;
        line-height: 1.45;
    }

.st-cookie-consent__option--interactive {
    cursor: pointer;
}

.st-cookie-consent__option input[type="checkbox"] {
    width: 1.35rem;
    height: 1.35rem;
    flex: 0 0 auto;
    accent-color: var(--st-teal, #00a7b5);
}

.st-cookie-consent__actions--preferences {
    justify-content: flex-end;
}

@media (max-width: 767.98px) {
    .st-cookie-consent {
        inset: auto 0.75rem 0.75rem 0.75rem;
    }

    .st-cookie-consent__card {
        padding: 1rem;
        border-radius: 1.15rem;
    }

    .st-cookie-consent__actions,
    .st-cookie-consent__actions--preferences {
        align-items: stretch;
        flex-direction: column;
    }

        .st-cookie-consent__actions .btn {
            width: 100%;
        }

    .st-cookie-consent__option {
        align-items: flex-start;
        flex-direction: column;
    }
}

.js-public-tour-image img {
    cursor: zoom-in;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.js-public-tour-image:hover img {
    opacity: 0.92;
    transform: scale(1.01);
}

/* =========================
   TENANT CONTENT DISCLAIMER
   ========================= */

.smartest-content-disclaimer {
    position: sticky;
    top: 5.25rem;
    z-index: 1010;
    border-radius: 1.15rem;
    background: linear-gradient(135deg, rgba(255, 244, 214, 0.98), rgba(255, 232, 197, 0.98));
    color: #4f3420;
}

.smartest-content-disclaimer-icon {
    flex: 0 0 auto;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    background: #ffb703;
    color: #3a2a00;
    box-shadow: 0 0.45rem 1rem rgba(255, 183, 3, 0.28);
}

.smartest-content-disclaimer h2 {
    color: #3f2d1c;
}

.smartest-content-disclaimer ul {
    padding-left: 1.2rem;
}

.smartest-content-disclaimer li + li {
    margin-top: 0.25rem;
}

@media (max-width: 767.98px) {
    .smartest-content-disclaimer {
        position: static;
    }
}

/* =========================
   TENANT PROFILE EDITOR
   ========================= */

.smartest-rich-editor {
    border-color: rgba(18, 49, 63, 0.14);
    border-radius: 1rem;
    box-shadow: 0 0.35rem 1rem rgba(18, 49, 63, 0.05);
}

.smartest-rich-editor-toolbar {
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0.98), rgba(217, 251, 255, 0.36) );
    border-bottom-color: rgba(0, 167, 181, 0.14);
}

.smartest-editor-separator {
    background: rgba(0, 127, 141, 0.18);
}

.smartest-editor-button {
    color: rgba(18, 49, 63, 0.78);
}

    .smartest-editor-button:hover {
        color: var(--st-sea-dark);
        border-color: rgba(0, 167, 181, 0.18);
        background: rgba(0, 167, 181, 0.09);
    }

    .smartest-editor-button:active {
        color: #fff;
        border-color: transparent;
        background: var(--st-gradient-primary);
        transform: translateY(1px);
    }

    .smartest-editor-button:focus-visible {
        border-color: rgba(0, 167, 181, 0.45);
        box-shadow: 0 0 0 0.2rem rgba(0, 167, 181, 0.14);
    }

.smartest-editor-button-danger:hover {
    color: var(--st-coral-dark);
    border-color: rgba(255, 107, 95, 0.22);
    background: rgba(255, 107, 95, 0.10);
}

.smartest-rich-editor-area {
    color: var(--st-ink);
}

    .smartest-rich-editor-area:focus {
        box-shadow: inset 0 0 0 0.15rem rgba(0, 167, 181, 0.13);
    }

/* =========================
   SITE FOOTER
   ========================= */

.st-site-footer {
    position: relative;
    width: 100%;
    margin-top: auto;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.78);
    background: radial-gradient( circle at 10% 0%, rgba(0, 167, 181, 0.24), transparent 24rem ), linear-gradient( 135deg, #102f3c 0%, #123d4b 55%, #0b2732 100% );
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 -1rem 3rem rgba(18, 49, 63, 0.10);
}

    .st-site-footer::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0.22rem;
        background: var(--st-gradient-primary);
    }

.st-site-footer__brand {
    margin-bottom: 0.65rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.st-site-footer__text {
    max-width: 46rem;
    font-size: 0.9rem;
    line-height: 1.65;
}

.st-site-footer a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-underline-offset: 0.18em;
    transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

    .st-site-footer a:hover,
    .st-site-footer a:focus {
        color: var(--st-sun);
        text-decoration: underline;
    }

.st-site-footer__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem 1.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.92rem;
}

    .st-site-footer__links li {
        position: relative;
    }

        .st-site-footer__links li + li::before {
            content: "";
            position: absolute;
            top: 50%;
            left: -0.75rem;
            width: 0.22rem;
            height: 0.22rem;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.35);
            transform: translateY(-50%);
        }

@media (max-width: 991.98px) {
    .st-site-footer__links {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .st-site-footer__links {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.7rem;
    }

        .st-site-footer__links li + li::before {
            content: none;
        }
}
