﻿/* public/assets/css/ui.css */

.navbar {
    position: sticky;
    top: 0;
    z-index: 80;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    background: linear-gradient(120deg, rgba(39, 25, 74, 0.88) 0%, rgba(72, 43, 146, 0.86) 62%, rgba(109, 66, 195, 0.82) 100%);
    box-shadow: 0 10px 24px rgba(17, 12, 31, 0.2);
    backdrop-filter: saturate(1.25) blur(10px);
}

.navbar-inner {
    width: min(var(--max-public), calc(100% - 40px));
    min-height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}

.brand img {
    width: 32px;
    height: 32px;
    border-radius: 10px;
}

.brand img.brand-logo-white {
    width: 172px;
    height: 38px;
    border-radius: 0;
    object-fit: contain;
}

.brand strong {
    font-size: 1.06rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.nav-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 15px;
    border-radius: 11px;
    border: 1px solid var(--border);
    background: #fff;
    color: var(--text);
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(47, 43, 61, 0.13);
    border-color: rgba(127, 90, 255, 0.38);
}

.btn:focus-visible {
    outline: 3px solid rgba(127, 90, 255, 0.24);
    outline-offset: 1px;
}

.btn-grad {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(135deg, var(--primary), #a06bff);
    box-shadow: 0 10px 20px rgba(127, 90, 255, 0.28);
}

.btn-grad:hover {
    box-shadow: 0 14px 24px rgba(127, 90, 255, 0.35);
}

.btn-danger {
    border-color: rgba(232, 71, 71, 0.45);
    background: linear-gradient(135deg, #d63e3e, #b91f2d);
    color: #fff;
    box-shadow: 0 10px 20px rgba(173, 28, 45, 0.28);
}

.btn-danger:hover {
    border-color: rgba(255, 124, 124, 0.55);
    background: linear-gradient(135deg, #df4747, #c62435);
    box-shadow: 0 14px 24px rgba(173, 28, 45, 0.35);
}

.navbar .btn {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.navbar .btn:hover {
    border-color: rgba(255, 255, 255, 0.52);
    background: rgba(255, 255, 255, 0.28);
    box-shadow: 0 12px 22px rgba(12, 8, 23, 0.25);
}

.navbar .btn-grad {
    border-color: rgba(255, 255, 255, 0.2);
    background: #fff;
    color: #33285a;
    box-shadow: 0 10px 18px rgba(14, 10, 25, 0.32);
}

.navbar .btn-grad:hover {
    background: #f7f3ff;
    color: #2a2149;
}

.navbar .btn-danger {
    border-color: rgba(255, 145, 145, 0.55);
    background: rgba(185, 31, 45, 0.9);
    color: #fff;
}

.navbar .btn-danger:hover {
    border-color: rgba(255, 168, 168, 0.7);
    background: rgba(205, 43, 60, 0.95);
    color: #fff;
}

.nav-home-menu {
    position: relative;
}

.nav-home-trigger {
    min-width: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
}

.nav-home-trigger svg {
    width: 18px;
    height: 18px;
}

.nav-home-panel {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 210px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(35, 24, 61, 0.95);
    box-shadow: 0 18px 32px rgba(17, 9, 30, 0.42);
    padding: 8px;
    z-index: 95;
}

.nav-home-panel a {
    display: block;
    border-radius: 8px;
    padding: 9px 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

.nav-home-panel a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(127, 90, 255, 0.24);
    background: #f4f0ff;
    color: #5a43a8;
    font-size: 0.79rem;
    font-weight: 700;
    line-height: 1;
}

.flash {
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: #f7f8fc;
    color: #3e3a4d;
}

.flash.info {
    border-color: rgba(22, 177, 255, 0.34);
    background: #edf8ff;
}

.flash.ok {
    border-color: rgba(86, 202, 0, 0.38);
    background: #f3ffe8;
}

.flash.err {
    border-color: rgba(255, 76, 81, 0.4);
    background: #fff1f2;
    color: #80252a;
}

.site-footer {
    padding: 10px 0 28px;
}

.site-footer-text {
    opacity: 0.95;
    font-size: 0.85rem;
    color: #635f73;
}

.site-footer-text a {
    color: #5a43a8;
    font-weight: 700;
}

.shell-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 96;
    height: var(--shell-topbar-h);
    border-bottom: 1px solid rgba(47, 43, 61, 0.1);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: saturate(1.15) blur(10px);
}

.shell-topbar::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 8px;
    width: 120px;
    height: 56px;
    opacity: 0.16;
    pointer-events: none;
    background: url("/assets/img/template/dashboard-triangle-light.png") no-repeat center / contain;
}

.shell-topbar-inner {
    width: min(1680px, calc(100% - 28px));
    margin: 0 auto;
    height: 100%;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.shell-topbar-left {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.shell-menu-toggle {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(47, 43, 61, 0.2);
    border-radius: 11px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    padding: 0;
    cursor: pointer;
}

.shell-menu-toggle span {
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: #534f64;
}

.shell-brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    color: #3a344b;
}

.shell-brand strong {
    font-size: 1.03rem;
    letter-spacing: -0.02em;
}

.shell-brand-logo {
    height: 30px;
    width: auto;
    display: block;
    object-fit: contain;
}

.shell-topbar-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 8px;
}

.shell-icon-wrap {
    position: relative;
}

.shell-icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    border: 1px solid rgba(47, 43, 61, 0.18);
    background: #fff;
    color: #6f6b7d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.16s ease, box-shadow 0.16s ease, color 0.16s ease;
}

.shell-icon-btn svg {
    width: 18px;
    height: 18px;
}

.shell-icon-btn:hover {
    transform: translateY(-1px);
    color: #5f47bd;
    box-shadow: 0 10px 18px rgba(47, 43, 61, 0.12);
}

.shell-icon-count {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 16px;
    height: 16px;
    border-radius: 999px;
    background: var(--danger);
    color: #fff;
    font-size: 0.65rem;
    line-height: 16px;
    text-align: center;
    border: 1px solid #fff;
    padding: 0 4px;
}

.shell-preview-pop {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: min(360px, calc(100vw - 26px));
    background: #fff;
    border: 1px solid rgba(47, 43, 61, 0.12);
    border-radius: 12px;
    box-shadow: 0 18px 32px rgba(47, 43, 61, 0.18);
    z-index: 120;
    overflow: hidden;
}

.shell-preview-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(47, 43, 61, 0.1);
    background: #f7f8fc;
}

.shell-preview-head strong {
    font-size: 0.86rem;
}

.shell-preview-head a {
    font-size: 0.78rem;
    color: #5a43a8;
    text-decoration: underline;
}

.shell-preview-body {
    max-height: 320px;
    overflow: auto;
    padding: 8px;
    display: grid;
    gap: 6px;
}

.shell-preview-body p {
    margin: 8px 6px;
}

.shell-preview-item {
    display: grid;
    gap: 2px;
    border: 1px solid rgba(47, 43, 61, 0.08);
    border-radius: 10px;
    padding: 8px 9px;
    background: #fff;
}

.shell-preview-item:hover {
    background: #f6f3ff;
    border-color: rgba(127, 90, 255, 0.2);
}

.shell-preview-item strong {
    font-size: 0.82rem;
    color: #2f2b3d;
}

.shell-preview-item small {
    color: #6f6b7d;
    font-size: 0.77rem;
}

.shell-preview-item em {
    font-style: normal;
    color: #8a8699;
    font-size: 0.72rem;
}

.shell-verify-link {
    min-height: 38px;
    padding: 8px 11px;
    border-radius: 999px;
    border: 1px solid rgba(47, 43, 61, 0.18);
    background: #fff;
    font-size: 0.8rem;
    font-weight: 700;
}

.shell-verify-link.is-ok {
    border-color: rgba(86, 202, 0, 0.42);
    background: #f2ffe8;
    color: #387d0e;
}

.shell-verify-link.is-pending {
    border-color: rgba(255, 180, 0, 0.45);
    background: #fff8e6;
    color: #8b6400;
}

.shell-user-compact {
    min-width: 220px;
    padding: 6px 12px;
    border-radius: 12px;
    border: 1px solid rgba(47, 43, 61, 0.12);
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: var(--shadow-soft);
}

.shell-user-avatar {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid rgba(47, 43, 61, 0.12);
    background: #f3f4fb;
    flex-shrink: 0;
}

.shell-user-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.shell-user-compact strong {
    font-size: 0.92rem;
    color: #2f2b3d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 170px;
}

.shell-user-compact small {
    color: #6f6b7d;
    font-size: 0.76rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 170px;
}

.shell-root {
    min-height: 100vh;
}

.shell-backdrop {
    display: none;
    border: 0;
    padding: 0;
}

.shell-sidebar {
    position: fixed;
    top: var(--shell-topbar-h);
    left: 0;
    bottom: 0;
    width: var(--shell-sidebar-w);
    padding: 16px 14px 18px;
    border-right: 1px solid var(--sidebar-border);
    background: linear-gradient(180deg, #fff 0%, #faf9ff 100%);
    color: var(--sidebar-text);
    overflow-y: auto;
    z-index: 92;
    transition: transform 0.2s ease;
    box-shadow: 16px 0 32px rgba(47, 43, 61, 0.08);
}

body.shell-collapsed .shell-sidebar {
    transform: translateX(calc(-100% - 16px));
    pointer-events: none;
}

.shell-sidebar-head {
    display: none;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    padding: 4px 4px 0;
}

.shell-sidebar-title {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.shell-sidebar-sub {
    font-size: 0.8rem;
    color: var(--sidebar-muted);
}

.shell-close {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    border: 1px solid rgba(47, 43, 61, 0.2);
    background: #fff;
    color: #605b72;
    cursor: pointer;
    display: none;
}

.shell-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.shell-nav-group h3 {
    margin: 0 0 8px;
    padding: 0 8px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--sidebar-muted);
}

.shell-nav-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.shell-nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 11px;
    border-radius: 10px;
    border: 1px solid transparent;
    background: transparent;
    color: var(--sidebar-text);
    font-size: 0.9rem;
    font-weight: 640;
}

.shell-nav-link::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(127, 90, 255, 0.36);
    box-shadow: 0 0 0 3px rgba(127, 90, 255, 0.12);
}

.shell-nav-link:hover {
    border-color: rgba(127, 90, 255, 0.22);
    background: rgba(127, 90, 255, 0.08);
    color: #4c3f86;
}

.shell-nav-link.is-active {
    background: linear-gradient(135deg, rgba(145, 85, 253, 0.18), rgba(145, 85, 253, 0.08));
    border-color: rgba(127, 90, 255, 0.38);
    color: #473488;
    box-shadow: 0 8px 18px rgba(127, 90, 255, 0.16);
}

.shell-sidebar-foot {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(47, 43, 61, 0.12);
    display: grid;
    gap: 8px;
}

.shell-sidebar-foot .shell-nav-link {
    justify-content: center;
}

.shell-sidebar-foot .shell-nav-link::before {
    display: none;
}

.shell-nav-link-outline {
    border-color: rgba(111, 107, 125, 0.45);
    color: #6f6b7d;
    background: transparent;
}

.shell-nav-link-outline:hover {
    border-color: rgba(111, 107, 125, 0.65);
    color: #5f5a72;
    background: rgba(111, 107, 125, 0.06);
}

.shell-nav-link-danger {
    width: 100%;
    justify-content: center;
    cursor: pointer;
    background: rgba(255, 76, 81, 0.11);
    border-color: rgba(255, 76, 81, 0.24);
    color: #c5353b;
}

.shell-nav-link-danger:hover {
    background: rgba(255, 76, 81, 0.2);
    border-color: rgba(255, 76, 81, 0.35);
}

.shell-main {
    margin-left: var(--shell-sidebar-w);
    padding: calc(var(--shell-topbar-h) + 18px) 24px 18px;
    min-height: 100vh;
}

body.shell-collapsed .shell-main {
    margin-left: 0;
}

.shell-main-inner {
    width: min(var(--max-shell), 100%);
    margin: 0 auto;
}

body.is-shell .shell-main-inner > h1 {
    margin-bottom: 6px;
}

body.is-shell .shell-main-inner > h1 + p {
    margin-bottom: 18px;
}

body.is-shell .card {
    border-color: rgba(47, 43, 61, 0.1);
    box-shadow: 0 8px 24px rgba(47, 43, 61, 0.08);
}

body.is-shell .badge {
    border-color: rgba(127, 90, 255, 0.22);
    background: #f3efff;
    color: #58419e;
}

.shell-footer {
    margin-top: 16px;
    padding: 14px 6px 8px;
    border-top: 1px solid rgba(47, 43, 61, 0.12);
    color: #8a8699;
    font-size: 0.78rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid rgba(47, 43, 61, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

th,
td {
    text-align: left;
    border-bottom: 1px solid rgba(47, 43, 61, 0.08);
    padding: 10px 11px;
    vertical-align: top;
}

th {
    color: #8a8699;
    font-size: 0.76rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    background: #f9f9fc;
}

.proposal-tier {
    border-left: 4px solid #9b95af;
}

.proposal-tier.free {
    border-left-color: #9b95af;
    background: linear-gradient(180deg, #fff 0%, #fbfbff 100%);
}

.proposal-tier.plus {
    border-left-color: #16b1ff;
    background: linear-gradient(180deg, #fff 0%, #f2fbff 100%);
}

.proposal-tier.premium {
    border-left-color: #ffb400;
    background: linear-gradient(180deg, #fffef7 0%, #fff9e5 100%);
}

.landing-shell {
    display: grid;
    gap: 14px;
}

.landing-hero {
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.2);
    background:
        radial-gradient(1040px 380px at -12% -20%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 58%),
        radial-gradient(920px 360px at 112% -30%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 56%),
        linear-gradient(120deg, #5e42a6 0%, #6f48bb 42%, #b74e91 100%);
    color: #fff;
    box-shadow: 0 24px 40px rgba(51, 26, 88, 0.28);
}

.landing-hero::after {
    content: "";
    position: absolute;
    right: -140px;
    top: -80px;
    width: min(520px, 48vw);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: radial-gradient(circle at 38% 34%, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.landing-hero h1,
.landing-hero h2,
.landing-hero h3,
.landing-hero p,
.landing-hero small {
    color: #fff;
}

.landing-hero p {
    max-width: 820px;
    opacity: 0.95;
    line-height: 1.55;
}

.landing-kpis {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.landing-kpi {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 12px;
    padding: 10px;
}

.landing-kpi strong {
    display: block;
    font-size: 1.14rem;
    color: #fff;
}

.landing-kpi small {
    color: rgba(255, 255, 255, 0.9);
}

.landing-grid-3,
.landing-plans,
.landing-steps,
.landing-testimonials {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.landing-feature,
.landing-plan,
.landing-step,
.landing-testimonial {
    border: 1px solid rgba(47, 43, 61, 0.1);
    border-radius: 14px;
    background: #fff;
    padding: 13px;
    box-shadow: var(--shadow-soft);
}

.landing-plan.plus {
    border-color: rgba(127, 90, 255, 0.34);
    box-shadow: 0 12px 24px rgba(127, 90, 255, 0.2);
    background: linear-gradient(180deg, #fff 0%, #faf6ff 100%);
}

.landing-list {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 6px;
}

.landing-step {
    background: linear-gradient(180deg, #fff 0%, #fafbff 100%);
}

.landing-step b {
    display: inline-flex;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary), #9c6dff);
    color: #fff;
    margin-bottom: 8px;
}

.landing-testimonial p {
    line-height: 1.54;
}

.landing-faq {
    display: grid;
    gap: 10px;
}

.landing-faq details {
    border: 1px solid rgba(47, 43, 61, 0.1);
    border-radius: 12px;
    background: #fff;
    padding: 10px 12px;
    box-shadow: var(--shadow-soft);
}

.landing-faq summary {
    cursor: pointer;
    font-weight: 700;
    color: #39354a;
}

.landing-cta {
    border: 0;
    color: #fff;
    background: linear-gradient(130deg, #6f48bb 0%, #b74e91 100%);
    box-shadow: 0 20px 35px rgba(74, 37, 124, 0.28);
}

.landing-cta p,
.landing-cta h2 {
    color: #fff;
}

.landing-hero-actions,
.landing-cta-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.auth-shell {
    display: grid;
    gap: 14px;
    max-width: 520px;
    margin: 0 auto;
}

.auth-card {
    background: linear-gradient(180deg, #ffffff 0%, #fcfbff 100%);
}

.auth-form {
    display: grid;
    gap: 10px;
}

.auth-status {
    min-height: 22px;
    font-size: 0.9rem;
    color: #5f5a72;
}

.auth-foot {
    margin-top: 4px;
    font-size: 0.92rem;
}

.auth-dev {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.legal-doc {
    display: grid;
    gap: 12px;
}

.legal-doc h2 {
    margin-top: 8px;
}

.home-template {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 16px;
}

.home-template-sidebar {
    position: sticky;
    top: 90px;
    align-self: start;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(180deg, #312450 0%, #493382 100%);
    box-shadow: 0 20px 34px rgba(32, 22, 52, 0.26);
}

.home-template-sidebar .inner {
    padding: 20px 16px;
}

.home-template-sidebar nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.home-template-sidebar nav a {
    display: block;
    border-radius: 10px;
    padding: 10px 12px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.04);
}

.home-template-sidebar nav a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(255, 255, 255, 0.3);
}

.home-template-wrapper {
    display: grid;
    gap: 16px;
}

.home-template-section {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.home-template-section .inner {
    padding: 34px 34px 26px;
}

.home-style1 {
    background-color: #5e42a6;
    color: rgba(255, 255, 255, 0.86);
}

.home-style1 h1,
.home-style1 h2,
.home-style1 h3,
.home-style1 p,
.home-style1 small {
    color: #fff;
}

.home-fullscreen .inner {
    min-height: 420px;
    display: grid;
    align-content: center;
    gap: 12px;
}

.home-fullscreen h1 {
    font-size: clamp(2rem, 2.4vw + 1.2rem, 3.2rem);
}

.home-style2 {
    background-color: #5052b5;
}

.home-style3 {
    background-color: #b74e91;
    color: rgba(255, 255, 255, 0.9);
}

.home-style3 h1,
.home-style3 h2,
.home-style3 h3,
.home-style3 p,
.home-style3 small {
    color: #fff;
}

.home-spotlights {
    display: grid;
    gap: 0;
}

.home-spotlight-item {
    display: grid;
    grid-template-columns: minmax(220px, 30%) minmax(0, 1fr);
    min-height: 250px;
}

.home-spotlight-item + .home-spotlight-item {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.home-spotlight-item .image {
    display: block;
    background: rgba(0, 0, 0, 0.25);
}

.home-spotlight-item .image img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    opacity: 0.92;
}

.home-spotlight-item .content {
    display: grid;
    align-items: center;
    background: rgba(0, 0, 0, 0.08);
}

.home-spotlight-item .content .inner {
    padding: 26px 30px;
}

.home-spotlight-item h2,
.home-spotlight-item p {
    color: #fff;
}

.home-features {
    margin-top: 14px;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-features article {
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    padding: 14px;
}

.home-features h3 {
    margin-bottom: 6px;
}

.home-features h3,
.home-features p {
    color: #fff;
}

.home-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.home-style1 .btn,
.home-style2 .btn,
.home-style3 .btn {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.home-style1 .btn:hover,
.home-style2 .btn:hover,
.home-style3 .btn:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.22);
}

.home-style1 .btn-grad,
.home-style2 .btn-grad,
.home-style3 .btn-grad {
    background: #fff;
    color: #3a2a63;
    border-color: rgba(255, 255, 255, 0.18);
}

.home-style1 .btn-grad:hover,
.home-style2 .btn-grad:hover,
.home-style3 .btn-grad:hover {
    background: #f8f3ff;
}

.home-cta-section {
    background-color: #493382;
}

.home-cta-grid {
    margin-top: 14px;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-cta-card {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    padding: 14px;
}

.home-cta-card h3,
.home-cta-card p {
    color: #fff;
}
