.svet-modern-home {
    background: #070a12;
    color: #eef4ff;
    font-family: "Lato", "Source Sans Pro", Arial, sans-serif;
}

.svet-modern-home a {
    color: #7dd3fc;
}

.svet-modern-home a:hover {
    color: #d1fae5;
    text-decoration: none;
}

.svet-hero {
    min-height: 620px;
    padding: 150px 0 90px;
    background:
        linear-gradient(135deg, rgba(7, 10, 18, 0.86), rgba(7, 10, 18, 0.76)),
        url("../coin/hd_pitchwin3.JPG") center center / cover no-repeat;
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}

.svet-eyebrow,
.svet-panel-label {
    display: inline-block;
    margin-bottom: 14px;
    color: #34d399;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.svet-hero h1 {
    max-width: 760px;
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 54px;
    line-height: 1.05;
    font-weight: 900;
}

.svet-hero-copy {
    max-width: 620px;
    color: #cbd5e1;
    font-size: 21px;
    line-height: 1.55;
}

.svet-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.svet-btn {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 6px;
    font-weight: 900;
}

.svet-btn-primary {
    background: #10b981;
    color: #03110c !important;
}

.svet-btn-secondary {
    border: 1px solid rgba(125, 211, 252, 0.5);
    background: rgba(15, 23, 42, 0.78);
    color: #e0f2fe !important;
}

.svet-signal-panel,
.svet-feature-card,
.svet-report-card,
.svet-rating-card,
.svet-featured-card {
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.82);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.svet-signal-panel {
    margin-top: 20px;
    padding: 28px;
}

.svet-signal-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 0;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.svet-signal-row strong {
    color: #ffffff;
}

.svet-signal-row span {
    color: #94a3b8;
    text-align: right;
}

.svet-section {
    padding: 72px 0;
    background: #070a12;
}

.svet-report-section,
.svet-featured-section {
    background: #0b1020;
}

.svet-section-header {
    max-width: 760px;
    margin-bottom: 30px;
}

.svet-section-header.compact {
    margin-bottom: 18px;
}

.svet-section-header h2 {
    margin: 0;
    color: #f8fafc;
    font-size: 34px;
    line-height: 1.18;
    font-weight: 900;
}

.svet-feature-card,
.svet-report-card,
.svet-rating-card {
    min-height: 230px;
    margin-bottom: 24px;
    padding: 24px;
}

.svet-feature-card h3,
.svet-report-card h3,
.svet-rating-card h3,
.svet-featured-card h3 {
    margin: 8px 0 12px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.25;
}

.svet-feature-card p,
.svet-report-card p,
.svet-rating-card p,
.svet-featured-card p {
    color: #cbd5e1;
    line-height: 1.65;
}

.svet-card-index {
    color: #67e8f9;
    font-size: 13px;
    font-weight: 900;
}

.svet-link {
    display: inline-block;
    margin-top: 8px;
    color: #34d399 !important;
    font-weight: 900;
}

.svet-report-card-highlight {
    background: linear-gradient(145deg, rgba(14, 165, 233, 0.18), rgba(16, 185, 129, 0.12)), rgba(15, 23, 42, 0.9);
}

.svet-report-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 700;
}

.svet-source-note {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    color: #a7f3d0;
    font-size: 13px;
    line-height: 1.45;
}

.svet-featured-card {
    min-height: 360px;
    margin-bottom: 24px;
    overflow: hidden;
}

.svet-featured-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.svet-featured-card h3,
.svet-featured-card p {
    padding-left: 22px;
    padding-right: 22px;
}

.svet-featured-card h3 {
    padding-top: 20px;
}

@media (max-width: 767px) {
    .svet-hero {
        min-height: auto;
        padding: 110px 0 58px;
    }

    .svet-hero h1 {
        font-size: 38px;
    }

    .svet-hero-copy {
        font-size: 18px;
    }

    .svet-section {
        padding: 48px 0;
    }

    .svet-section-header h2 {
        font-size: 28px;
    }

    .svet-signal-row {
        display: block;
    }

    .svet-signal-row span {
        display: block;
        margin-top: 4px;
        text-align: left;
    }
}

/* Shared Fremont dark theme for legacy Django pages. */
html,
body {
    background: #070a12;
    color: #e5edf7;
}

body {
    font-family: "Lato", "Source Sans Pro", Arial, sans-serif;
}

body > main,
main,
#portfolio,
#latest-works,
#values,
.album,
.light-bg,
.bg-light,
.white-bg {
    background: #070a12 !important;
    color: #e5edf7;
}

body > main {
    min-height: 560px;
}

section {
    border-color: rgba(148, 163, 184, 0.18);
}

.inner,
.inner-top,
.inner-bottom,
.inner-top-sm,
.inner-bottom-sm,
.py-5 {
    padding-top: 56px;
    padding-bottom: 56px;
}

h1,
h2,
h3,
h4,
h5,
h6,
header h1,
.caption h1,
.caption h2 {
    color: #f8fafc;
    font-weight: 900;
    letter-spacing: 0;
}

p,
li,
td,
th,
label,
.card-text,
.text-muted {
    color: #cbd5e1 !important;
}

a {
    color: #7dd3fc;
}

a:hover,
a:focus {
    color: #a7f3d0;
    text-decoration: none;
}

hr,
.featurette-divider {
    border-color: rgba(148, 163, 184, 0.18);
}

.navbar,
.navbar-header,
.yamm,
header .navbar {
    background: rgba(7, 10, 18, 0.96) !important;
    border: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.26);
}

.navbar .container {
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-brand,
.navbar-brand .logo,
.navbar-nav > li > a,
.navbar .info a,
.navbar .social a {
    color: #f8fafc !important;
    font-weight: 800;
}

.navbar-brand {
    letter-spacing: 0;
}

.navbar-nav > li > a {
    border-radius: 6px;
    margin: 4px 2px;
    padding: 12px 14px !important;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
    background: rgba(16, 185, 129, 0.14) !important;
    color: #a7f3d0 !important;
}

.dropdown-menu {
    background: #0f172a;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.dropdown-menu > li > a {
    color: #e5edf7 !important;
    padding: 10px 16px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: rgba(14, 165, 233, 0.16);
    color: #ffffff !important;
}

.responsive-menu,
.btn,
button,
input[type="submit"],
input[type="button"],
.txt-btn {
    border-radius: 6px !important;
    border: 1px solid rgba(125, 211, 252, 0.45) !important;
    background: rgba(15, 23, 42, 0.9) !important;
    color: #e0f2fe !important;
    font-weight: 900;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.txt-btn:hover {
    background: #10b981 !important;
    color: #03110c !important;
}

.card,
.box-shadow,
.portfolio .item,
figure,
.featurette,
.panel,
.well,
form,
table,
.table,
.thumbnail,
.blog-post,
.post,
.row > [class*="col-"] > .bordered {
    border: 1px solid rgba(148, 163, 184, 0.22) !important;
    border-radius: 8px !important;
    background: rgba(15, 23, 42, 0.78) !important;
    color: #e5edf7;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.card-body,
.caption,
figcaption,
.info,
.panel-body,
.well {
    color: #e5edf7;
}

img,
.card-img-top,
.featurette-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.card img,
.portfolio img,
figure img,
.featurette-image,
.svet-photo-card img {
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.34);
}

.svet-photo-card {
    margin-bottom: 24px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.82);
}

.svet-photo-card img {
    display: block;
    width: 100%;
    height: 245px;
    object-fit: cover;
}

input,
select,
textarea,
.form-control {
    border: 1px solid rgba(148, 163, 184, 0.32) !important;
    border-radius: 6px !important;
    background: #0b1020 !important;
    color: #f8fafc !important;
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus {
    border-color: #34d399 !important;
    box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.18) !important;
}

table,
.table {
    overflow: hidden;
}

table th,
.table th {
    background: rgba(14, 165, 233, 0.14);
    color: #f8fafc !important;
}

table td,
.table td {
    border-color: rgba(148, 163, 184, 0.18) !important;
}

#hero,
#owl-main .item,
.img-bg,
.img-bg-bottom,
.tint-bg {
    background-color: #0b1020;
}

#hero .item:before,
.img-bg:before,
.tint-bg:before {
    background: rgba(7, 10, 18, 0.38);
}

footer.dark-bg,
footer,
.footer-bottom {
    background: #050816 !important;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    color: #cbd5e1;
}

footer h1,
footer h4,
footer a {
    color: #f8fafc !important;
}

footer p,
footer li {
    color: #cbd5e1 !important;
}

.filter li a,
.badge,
strong.d-inline-block,
.text-primary,
.text-success {
    color: #a7f3d0 !important;
}

.filter li a.active,
.filter li a:hover {
    background: rgba(16, 185, 129, 0.16);
    color: #ffffff !important;
}

@media (max-width: 767px) {
    .navbar .info,
    .navbar .social {
        float: none !important;
        text-align: center;
    }

    .navbar-nav > li > a {
        margin: 2px 0;
    }

    .svet-photo-card img {
        height: 210px;
    }
}

/* Front page header modernization only. Other Fremont pages do not use .svet-front-page. */
.svet-front-page > header {
    position: relative;
    z-index: 10;
    background: #070a12;
}

.svet-front-page header .navbar,
.svet-front-page header .navbar-header,
.svet-front-page header .yamm {
    background: linear-gradient(180deg, rgba(7, 10, 18, 0.98), rgba(11, 16, 32, 0.94)) !important;
    border: 0;
    box-shadow: none;
}

.svet-front-page header .navbar-header {
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.svet-front-page header .navbar-header .container,
.svet-front-page header .yamm .container {
    max-width: 1180px;
    width: 100%;
}

.svet-front-page header .navbar-header .container {
    min-height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.svet-front-page header .info,
.svet-front-page header .social {
    margin: 0;
}

.svet-front-page header .info li,
.svet-front-page header .social li {
    line-height: 24px;
}

.svet-front-page header .info a,
.svet-front-page header .social a {
    color: #94a3b8 !important;
    font-size: 13px;
    font-weight: 800;
    transition: color 0.18s ease, background 0.18s ease;
}

.svet-front-page header .social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.44);
}

.svet-front-page header .info a:hover,
.svet-front-page header .social a:hover,
.svet-front-page header .info a:focus,
.svet-front-page header .social a:focus {
    color: #a7f3d0 !important;
    background: rgba(16, 185, 129, 0.12);
}

.svet-front-page header .navbar-collapse {
    border: 0;
}

.svet-front-page header .yamm .container {
    display: flex;
    align-items: center;
    gap: 26px;
    min-height: 74px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.svet-front-page header .navbar-brand {
    height: auto;
    margin: 0;
    padding: 0;
    color: #ffffff !important;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0;
    white-space: nowrap;
}

.svet-front-page header .navbar-brand .logo,
.svet-front-page header .navbar-brand font {
    color: #ffffff !important;
    font-family: "Lato", "Source Sans Pro", Arial, sans-serif;
    font-size: 21px !important;
    font-weight: 900;
}

.svet-front-page header .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.svet-front-page header .navbar-nav > li > a {
    margin: 0;
    padding: 10px 13px !important;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #dbeafe !important;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: none;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.svet-front-page header .navbar-nav > li > a:hover,
.svet-front-page header .navbar-nav > li > a:focus,
.svet-front-page header .navbar-nav > .open > a,
.svet-front-page header .navbar-nav > .open > a:hover,
.svet-front-page header .navbar-nav > .open > a:focus {
    border-color: rgba(125, 211, 252, 0.32);
    background: rgba(15, 23, 42, 0.86) !important;
    color: #a7f3d0 !important;
}

.svet-front-page header .dropdown-menu {
    min-width: 220px;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.98);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.46);
}

.svet-front-page header .dropdown-menu > li > a {
    padding: 10px 12px;
    border-radius: 6px;
    color: #e5edf7 !important;
    font-size: 13px;
    font-weight: 800;
}

.svet-front-page header .dropdown-menu > li > a:hover,
.svet-front-page header .dropdown-menu > li > a:focus {
    background: rgba(16, 185, 129, 0.14) !important;
    color: #ffffff !important;
}

.svet-front-page header .responsive-menu {
    min-height: 38px;
    padding: 8px 12px !important;
    border-color: rgba(125, 211, 252, 0.32) !important;
    background: rgba(15, 23, 42, 0.82) !important;
}

@media (max-width: 991px) {
    .svet-front-page header .yamm .container {
        display: block;
    }

    .svet-front-page header .navbar-nav {
        display: block;
        margin-top: 14px;
    }
}

@media (max-width: 767px) {
    .svet-front-page header .navbar-header .container,
    .svet-front-page header .yamm .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .svet-front-page header .navbar-brand {
        font-size: 18px;
    }

    .svet-front-page header .navbar-nav > li > a {
        margin: 3px 0;
        padding: 12px 13px !important;
    }
}

/* About-dropdown page modernization. Scoped to pages opened from the About header menu. */
.svet-about-page {
    background: #070a12;
    color: #eef4ff;
    font-family: "Lato", "Source Sans Pro", Arial, sans-serif;
}

.svet-about-page main {
    min-height: 560px;
    background: #070a12;
    color: #eef4ff;
}

.svet-about-page section,
.svet-about-page .light-bg,
.svet-about-page .tint-bg,
.svet-about-page .dark-bg,
.svet-about-page .img-bg-bottom,
.svet-about-page .img-bg-softer {
    background-color: #070a12 !important;
    color: #eef4ff;
    border-color: rgba(148, 163, 184, 0.18);
}

.svet-about-page main > .container,
.svet-about-page main section > .container,
.svet-about-page .container.inner,
.svet-about-page .container.inner-top,
.svet-about-page .container.inner-bottom,
.svet-about-page .container.inner-top-sm,
.svet-about-page .container.inner-bottom-sm {
    max-width: 1180px;
}

.svet-about-page main > .container,
.svet-about-page main section > .container {
    padding-top: 64px;
    padding-bottom: 64px;
}

.svet-about-page h1,
.svet-about-page h2,
.svet-about-page h3,
.svet-about-page h4,
.svet-about-page h5,
.svet-about-page h6,
.svet-about-page .caption h1,
.svet-about-page .caption h2 {
    color: #f8fafc !important;
    font-family: "Lato", "Source Sans Pro", Arial, sans-serif;
    font-weight: 900;
    letter-spacing: 0;
}

.svet-about-page h1 {
    font-size: 44px;
    line-height: 1.08;
}

.svet-about-page h2 {
    font-size: 32px;
    line-height: 1.18;
}

.svet-about-page p,
.svet-about-page li,
.svet-about-page td,
.svet-about-page th,
.svet-about-page label,
.svet-about-page blockquote,
.svet-about-page .text-small,
.svet-about-page .text-muted {
    color: #cbd5e1 !important;
    font-size: 16px;
    line-height: 1.62;
}

.svet-about-page a {
    color: #7dd3fc;
}

.svet-about-page a:hover,
.svet-about-page a:focus {
    color: #a7f3d0;
    text-decoration: none;
}

.svet-about-page .row.inner-top-sm,
.svet-about-page .row.inner-bottom-sm,
.svet-about-page .row.inner-top,
.svet-about-page .row.inner-bottom,
.svet-about-page #portfolio-post .row,
.svet-about-page article,
.svet-about-page .post,
.svet-about-page .panel,
.svet-about-page .well,
.svet-about-page .box,
.svet-about-page .item > figure,
.svet-about-page form,
.svet-about-page table {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.78) !important;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.svet-about-page .row.inner-top-sm,
.svet-about-page .row.inner-bottom-sm,
.svet-about-page .row.inner-top,
.svet-about-page .row.inner-bottom,
.svet-about-page #portfolio-post .row,
.svet-about-page article,
.svet-about-page .post,
.svet-about-page .panel,
.svet-about-page .well,
.svet-about-page .box,
.svet-about-page form {
    padding: 28px;
    margin-bottom: 26px;
}

.svet-about-page .row.inner-top-sm > [class*="col-"],
.svet-about-page .row.inner-bottom-sm > [class*="col-"],
.svet-about-page .row.inner-top > [class*="col-"],
.svet-about-page .row.inner-bottom > [class*="col-"] {
    margin-bottom: 18px;
}

.svet-about-page img,
.svet-about-page figure {
    border-radius: 8px;
}

.svet-about-page img {
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.24);
}

.svet-about-page .btn,
.svet-about-page button,
.svet-about-page input[type="submit"],
.svet-about-page input[type="button"],
.svet-about-page .txt-btn {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 11px 18px !important;
    border: 1px solid rgba(125, 211, 252, 0.45) !important;
    border-radius: 6px !important;
    background: rgba(15, 23, 42, 0.9) !important;
    color: #e0f2fe !important;
    font-weight: 900;
}

.svet-about-page .btn:hover,
.svet-about-page button:hover,
.svet-about-page input[type="submit"]:hover,
.svet-about-page input[type="button"]:hover,
.svet-about-page .txt-btn:hover {
    border-color: rgba(16, 185, 129, 0.62) !important;
    background: rgba(16, 185, 129, 0.16) !important;
    color: #ffffff !important;
}

.svet-about-page input,
.svet-about-page textarea,
.svet-about-page select {
    border: 1px solid rgba(148, 163, 184, 0.28) !important;
    border-radius: 6px !important;
    background: rgba(2, 6, 23, 0.75) !important;
    color: #f8fafc !important;
}

.svet-about-page table,
.svet-about-page .table {
    color: #cbd5e1;
}

.svet-about-page table th,
.svet-about-page .table th {
    color: #f8fafc !important;
    background: rgba(2, 6, 23, 0.56) !important;
}

.svet-about-page table td,
.svet-about-page .table td {
    border-color: rgba(148, 163, 184, 0.16) !important;
}

.svet-about-page hr,
.svet-about-page .featurette-divider {
    border-color: rgba(148, 163, 184, 0.18);
}

.svet-about-page .icon,
.svet-about-page .icn,
.svet-about-page .contact {
    color: #34d399 !important;
}

.svet-about-page #hero,
.svet-about-page .caption,
.svet-about-page .owl-carousel,
.svet-about-page .owl-item,
.svet-about-page .owl-wrapper-outer {
    color: #eef4ff;
}

.svet-about-page .caption,
.svet-about-page .text-overlay .info {
    background: rgba(7, 10, 18, 0.72);
    border-radius: 8px;
    padding: 18px;
}

@media (max-width: 767px) {
    .svet-about-page h1 {
        font-size: 34px;
    }

    .svet-about-page main > .container,
    .svet-about-page main section > .container {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .svet-about-page .row.inner-top-sm,
    .svet-about-page .row.inner-bottom-sm,
    .svet-about-page .row.inner-top,
    .svet-about-page .row.inner-bottom,
    .svet-about-page #portfolio-post .row,
    .svet-about-page article,
    .svet-about-page .post,
    .svet-about-page .panel,
    .svet-about-page .well,
    .svet-about-page .box,
    .svet-about-page form {
        padding: 20px;
    }
}

/* About-dropdown pages reuse the front-page header treatment. */
.svet-about-page > header {
    position: relative;
    z-index: 10;
    background: #070a12;
}

.svet-about-page header .navbar,
.svet-about-page header .navbar-header,
.svet-about-page header .yamm {
    background: linear-gradient(180deg, rgba(7, 10, 18, 0.98), rgba(11, 16, 32, 0.94)) !important;
    border: 0;
    box-shadow: none;
}

.svet-about-page header .navbar-header {
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.svet-about-page header .navbar-header .container,
.svet-about-page header .yamm .container {
    max-width: 1180px;
    width: 100%;
}

.svet-about-page header .navbar-header .container {
    min-height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.svet-about-page header .info,
.svet-about-page header .social {
    margin: 0;
}

.svet-about-page header .info li,
.svet-about-page header .social li {
    line-height: 24px;
}

.svet-about-page header .info a,
.svet-about-page header .social a {
    color: #94a3b8 !important;
    font-size: 13px;
    font-weight: 800;
    transition: color 0.18s ease, background 0.18s ease;
}

.svet-about-page header .social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.44);
}

.svet-about-page header .info a:hover,
.svet-about-page header .social a:hover,
.svet-about-page header .info a:focus,
.svet-about-page header .social a:focus {
    color: #a7f3d0 !important;
    background: rgba(16, 185, 129, 0.12);
}

.svet-about-page header .navbar-collapse {
    border: 0;
}

.svet-about-page header .yamm .container {
    display: flex;
    align-items: center;
    gap: 26px;
    min-height: 74px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.svet-about-page header .navbar-brand {
    height: auto;
    margin: 0;
    padding: 0;
    color: #ffffff !important;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0;
    white-space: nowrap;
}

.svet-about-page header .navbar-brand .logo,
.svet-about-page header .navbar-brand font {
    color: #ffffff !important;
    font-family: "Lato", "Source Sans Pro", Arial, sans-serif;
    font-size: 21px !important;
    font-weight: 900;
}

.svet-about-page header .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.svet-about-page header .navbar-nav > li > a {
    margin: 0;
    padding: 10px 13px !important;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #dbeafe !important;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: none;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.svet-about-page header .navbar-nav > li > a:hover,
.svet-about-page header .navbar-nav > li > a:focus,
.svet-about-page header .navbar-nav > .open > a,
.svet-about-page header .navbar-nav > .open > a:hover,
.svet-about-page header .navbar-nav > .open > a:focus {
    border-color: rgba(125, 211, 252, 0.32);
    background: rgba(15, 23, 42, 0.86) !important;
    color: #a7f3d0 !important;
}

.svet-about-page header .dropdown-menu {
    min-width: 220px;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.98);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.46);
}

.svet-about-page header .dropdown-menu > li > a {
    padding: 10px 12px;
    border-radius: 6px;
    color: #e5edf7 !important;
    font-size: 13px;
    font-weight: 800;
}

.svet-about-page header .dropdown-menu > li > a:hover,
.svet-about-page header .dropdown-menu > li > a:focus {
    background: rgba(16, 185, 129, 0.14) !important;
    color: #ffffff !important;
}

.svet-about-page header .responsive-menu {
    min-height: 38px;
    padding: 8px 12px !important;
    border-color: rgba(125, 211, 252, 0.32) !important;
    background: rgba(15, 23, 42, 0.82) !important;
}

@media (max-width: 991px) {
    .svet-about-page header .yamm .container {
        display: block;
    }

    .svet-about-page header .navbar-nav {
        display: block;
        margin-top: 14px;
    }
}

@media (max-width: 767px) {
    .svet-about-page header .navbar-header .container,
    .svet-about-page header .yamm .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .svet-about-page header .navbar-brand {
        font-size: 18px;
    }

    .svet-about-page header .navbar-nav > li > a {
        margin: 3px 0;
        padding: 12px 13px !important;
    }
}

/* Intro to Crypto page-specific modernization. */
.svet-about-page .svet-invest-crypto-page {
    background: #070a12;
    color: #eef4ff;
}

.svet-about-page .svet-invest-crypto-wrap {
    max-width: 1180px;
    padding-top: 72px;
    padding-bottom: 78px;
}

.svet-about-page .svet-invest-crypto-hero {
    margin-bottom: 28px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(7, 10, 18, 0.96));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.svet-about-page .svet-invest-crypto-hero .col-md-12 {
    padding: 34px 36px;
}

.svet-about-page .svet-invest-eyebrow {
    display: inline-block;
    margin: 0 0 14px;
    color: #34d399 !important;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.4px;
    line-height: 1.2;
    text-transform: uppercase;
}

.svet-about-page .svet-invest-crypto-hero h1 {
    max-width: 900px;
    margin: 0 0 18px;
    color: #ffffff !important;
    font-size: 48px;
    line-height: 1.05;
}

.svet-about-page .svet-invest-lede {
    max-width: 760px;
    margin: 0;
    color: #cbd5e1 !important;
    font-size: 20px;
    line-height: 1.55;
}

.svet-about-page .svet-invest-crypto-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px;
    border: 0;
    background: transparent !important;
    box-shadow: none;
    padding: 0;
}

.svet-about-page .svet-invest-column {
    padding-left: 14px;
    padding-right: 14px;
}

.svet-about-page .svet-invest-card {
    height: 100%;
    margin-bottom: 28px;
    padding: 28px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.82) !important;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}


.svet-about-page .svet-invest-card h3 {
    margin-top: 26px;
    margin-bottom: 12px;
    padding-top: 18px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    color: #f8fafc !important;
    font-size: 22px;
    line-height: 1.2;
}

.svet-about-page .svet-invest-card h3:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.svet-about-page .svet-invest-card p {
    margin-bottom: 15px;
    color: #cbd5e1 !important;
    font-size: 16px;
    line-height: 1.68;
}

.svet-about-page .svet-invest-card p:first-child i {
    display: block;
    padding: 14px 16px;
    border: 1px solid rgba(125, 211, 252, 0.28);
    border-radius: 8px;
    background: rgba(2, 6, 23, 0.46);
    color: #e0f2fe;
    font-style: normal;
}

.svet-about-page .svet-invest-card a {
    color: #7dd3fc;
    font-weight: 900;
}

.svet-about-page .svet-invest-card a:hover,
.svet-about-page .svet-invest-card a:focus {
    color: #a7f3d0;
}

@media (max-width: 991px) {
    .svet-about-page .svet-invest-crypto-grid {
        display: block;
    }

    .svet-about-page .svet-invest-card {
        height: auto;
    }
}

@media (max-width: 767px) {
    .svet-about-page .svet-invest-crypto-wrap {
        padding-top: 46px;
        padding-bottom: 48px;
    }

    .svet-about-page .svet-invest-crypto-hero .col-md-12,
    .svet-about-page .svet-invest-card {
        padding: 22px;
    }

    .svet-about-page .svet-invest-crypto-hero h1 {
        font-size: 34px;
    }
}

/* Fremont SVET World Report page */
.svet-world-report-page {
    background: #070a12;
    color: #eef4ff;
    font-family: "Lato", "Source Sans Pro", Arial, sans-serif;
}

.svet-world-report-page a:hover {
    text-decoration: none;
}

.svet-world-hero {
    padding: 140px 0 70px;
    background: linear-gradient(135deg, #07120b 0%, #0b1020 55%, #111827 100%);
    border-bottom: 1px solid rgba(148, 163, 184, 0.24);
}

.svet-world-hero h1 {
    max-width: 980px;
    margin: 0 0 18px;
    color: #fff;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 900;
}

.svet-world-subtitle {
    color: #cbd5e1;
    font-size: 20px;
}

.svet-world-subtitle strong,
.svet-world-grade {
    color: #a7f3d0;
}

.svet-world-muted,
.svet-world-card p,
.svet-world-metric p,
.svet-world-metric li {
    color: #cbd5e1;
    line-height: 1.65;
}

.svet-world-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 14px;
    margin-top: 30px;
}

.svet-world-controls.secondary {
    margin-top: 14px;
}

.svet-world-controls label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 220px;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.svet-world-controls input,
.svet-world-controls select {
    min-height: 48px;
    border: 1px solid rgba(125, 211, 252, 0.35);
    border-radius: 6px;
    background: rgba(2, 6, 23, 0.78);
    color: #f8fafc;
    padding: 0 14px;
    letter-spacing: 0;
    text-transform: none;
}

.svet-world-downloads,
.svet-world-card {
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.82);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.svet-world-downloads {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 24px;
    padding: 24px;
}

.svet-world-download-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.svet-world-card {
    min-height: 210px;
    margin-bottom: 24px;
    padding: 24px;
}

.svet-world-card h2,
.svet-world-card h3,
.svet-world-card strong {
    color: #fff;
}

.svet-world-grade {
    margin-top: 16px;
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
}

.svet-world-score,
.svet-world-sources {
    color: #94a3b8 !important;
    font-size: 13px;
    font-weight: 700;
}

.svet-world-chart-grid {
    display: grid;
    gap: 12px;
    padding: 24px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.72);
}

.svet-world-chart-row {
    display: grid;
    grid-template-columns: 120px minmax(120px, 1fr) 60px;
    align-items: center;
    gap: 14px;
}

.svet-world-chart-label {
    color: #94a3b8;
    font-weight: 900;
}

.svet-world-bar {
    height: 12px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.18);
}

.svet-world-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #10b981, #67e8f9);
}

.svet-world-metric-group {
    min-height: auto;
}

.svet-world-metric {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.svet-world-metric-head,
.svet-world-rating-grid {
    display: flex;
    justify-content: space-between;
    gap: 14px;
}

.svet-world-metric-head strong {
    flex-shrink: 0;
    align-self: flex-start;
    border-radius: 999px;
    background: rgba(103, 232, 249, 0.14);
    color: #cffafe;
    padding: 7px 11px;
}

.svet-world-rating-grid {
    flex-wrap: wrap;
    margin: 16px 0 20px;
}

.svet-world-rating-grid div,
.svet-world-brief-grid div,
.svet-world-source-block {
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    padding: 14px;
}

.svet-world-rating-grid span {
    display: block;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.svet-world-rating-grid strong {
    display: block;
    margin-top: 7px;
    color: #a7f3d0;
    font-size: 24px;
}

.svet-world-source-block,
.svet-world-brief-grid div {
    margin-top: 12px;
}

.svet-world-brief-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

@media (max-width: 767px) {
    .svet-world-hero h1 {
        font-size: 34px;
    }
    .svet-world-downloads,
    .svet-world-metric-head {
        display: block;
    }
    .svet-world-chart-row {
        grid-template-columns: 1fr;
    }
    .svet-world-brief-grid {
        grid-template-columns: 1fr;
    }
}

/* Main navigation consolidation and dark header guard. */
header,
header .navbar,
header .navbar-header,
header .yamm,
header .navbar-collapse,
header .navbar-collapse .container,
header .navbar .container,
.navbar,
.navbar-header,
.yamm,
.navbar-collapse {
    background: rgba(7, 10, 18, 0.97) !important;
    color: #f8fafc !important;
}

header .navbar-brand,
header .navbar-brand .logo,
header .navbar-brand font,
header .navbar-nav > li > a,
header .dropdown-toggle,
header .navbar .info a,
header .navbar .social a {
    background: transparent !important;
    color: #f8fafc !important;
}

header .navbar-nav > li > a:hover,
header .navbar-nav > li > a:focus,
header .navbar-nav > .open > a,
header .navbar-nav > .open > a:hover,
header .navbar-nav > .open > a:focus {
    background: rgba(16, 185, 129, 0.16) !important;
    color: #a7f3d0 !important;
}

header .dropdown-menu {
    background: #0f172a !important;
    border-color: rgba(148, 163, 184, 0.28) !important;
}

header .dropdown-menu > li > a {
    color: #e5edf7 !important;
}

header .dropdown-menu > li > a:hover,
header .dropdown-menu > li > a:focus {
    background: rgba(14, 165, 233, 0.16) !important;
    color: #ffffff !important;
}

header .dropdown-menu > li.svet-menu-group {
    margin-top: 8px;
    padding: 10px 16px 4px;
}

header .dropdown-menu > li.svet-menu-group:first-child {
    margin-top: 0;
}

header .dropdown-menu > li.svet-menu-group span {
    display: block;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    color: #34d399;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.2px;
    padding-bottom: 6px;
    text-transform: uppercase;
}

/* Startup brief surfaces. */
.svet-local-brief-card,
.svet-local-signal-card {
    border-color: rgba(52, 211, 153, 0.32);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.svet-local-brief-card strong,
.svet-local-signal-card strong {
    color: #dbeafe;
}

.svet-startup-brief-page .svet-world-shell {
    max-width: 1020px;
}

.svet-startup-brief-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
    gap: 22px;
}

.svet-startup-brief-panel {
    background: rgba(15, 23, 42, 0.74);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    padding: 24px;
}

.svet-startup-brief-panel h2,
.svet-startup-brief-panel h3 {
    color: #f8fafc;
    margin-top: 0;
}

.svet-startup-brief-panel p,
.svet-startup-brief-panel li,
.svet-brief-full-text {
    color: #cbd5e1;
}

.svet-brief-full-text {
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.72;
}

@media (max-width: 767px) {
    .svet-startup-brief-grid {
        grid-template-columns: 1fr;
    }
}

/* Hierarchical Other menu. */
header .svet-other-menu {
    position: relative;
}

header .svet-other-dropdown {
    min-width: 240px;
}

header .svet-submenu {
    position: relative;
}

header .svet-submenu > .svet-submenu-toggle {
    align-items: center;
    display: flex !important;
    justify-content: space-between;
    padding-right: 28px !important;
}

header .svet-submenu > .svet-submenu-toggle:after {
    border-color: transparent transparent transparent #94a3b8;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    content: "";
    height: 0;
    margin-left: 14px;
    width: 0;
}

header .svet-submenu-menu {
    background: #111827 !important;
    border: 1px solid rgba(148, 163, 184, 0.28) !important;
    border-radius: 6px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
    display: none;
    left: 100%;
    margin-left: 2px;
    min-width: 230px;
    position: absolute;
    top: 0;
}

header .svet-submenu:hover > .svet-submenu-menu,
header .svet-submenu:focus-within > .svet-submenu-menu,
header .svet-submenu.open > .svet-submenu-menu {
    display: block;
}

header .svet-submenu:hover > .svet-submenu-toggle,
header .svet-submenu:focus-within > .svet-submenu-toggle {
    background: rgba(14, 165, 233, 0.16) !important;
    color: #ffffff !important;
}

header .svet-submenu-menu > li > a {
    color: #e5edf7 !important;
    white-space: nowrap;
}

header .svet-submenu-menu > li > a:hover,
header .svet-submenu-menu > li > a:focus {
    background: rgba(16, 185, 129, 0.16) !important;
    color: #ffffff !important;
}

@media (max-width: 767px) {
    header .svet-other-dropdown {
        max-height: none;
        overflow: visible;
    }

    header .svet-submenu > .svet-submenu-toggle:after {
        border-color: #94a3b8 transparent transparent transparent;
        border-width: 5px 4px 0 4px;
    }

    header .svet-submenu-menu {
        background: rgba(15, 23, 42, 0.98) !important;
        border: 0 !important;
        border-left: 1px solid rgba(52, 211, 153, 0.28) !important;
        box-shadow: none;
        left: auto;
        margin: 0 0 0 14px;
        min-width: 0;
        position: static;
        top: auto;
        width: auto;
    }
}

/* Separate event advertisement panel in the hero focus column. */
.svet-event-panel {
    background: rgba(15, 23, 42, 0.74);
    border: 1px solid rgba(52, 211, 153, 0.26);
    border-radius: 8px;
    margin-top: 16px;
    padding: 22px 24px;
}

.svet-event-panel h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.35;
    margin: 8px 0 8px;
}

.svet-event-panel p {
    color: #cbd5e1;
    line-height: 1.65;
    margin: 0;
}
/* SVET World Report focused dashboard */
.svet-world-dashboard {
    background: #081019;
    color: #eef6f8;
}
.svet-world-dashboard .container {
    max-width: 1180px;
}
.svet-world-dashboard-hero {
    padding: 42px 0 22px;
    background: #0b1520;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.svet-world-title-row,
.svet-world-panel-head,
.svet-world-download-control {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}
.svet-world-title-row h1 {
    margin: 0;
    font-size: 42px;
    line-height: 1.05;
    letter-spacing: 0;
}
.svet-world-subtitle,
.svet-world-panel p {
    color: #a8bac4;
}
.svet-world-current-score {
    min-width: 170px;
    padding: 16px;
    border: 1px solid rgba(88,214,255,0.26);
    background: rgba(10,30,43,0.72);
    border-radius: 8px;
    text-align: right;
}
.svet-world-current-score span,
.svet-world-current-score em,
.svet-world-panel-head span {
    display: block;
    color: #8ea5b1;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
}
.svet-world-current-score strong {
    display: block;
    font-size: 36px;
    line-height: 1;
    color: #58d6ff;
}
.svet-world-download-control {
    align-items: center;
    margin-top: 28px;
    padding: 16px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    flex-wrap: wrap;
}
.svet-world-download-control form {
    margin: 0;
}
.svet-world-download-control label {
    display: grid;
    gap: 6px;
    min-width: 230px;
    margin: 0;
}
.svet-world-download-control label span {
    color: #8ea5b1;
    font-size: 12px;
    text-transform: uppercase;
}
.svet-world-download-control select {
    height: 42px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 6px;
    background: #101d29;
    color: #eef6f8;
    padding: 0 12px;
}
.svet-world-download-actions {
    display: flex;
    gap: 10px;
    margin-left: auto;
}
.svet-world-panel {
    background: #0e1a25;
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.22);
}
.svet-world-panel-head {
    align-items: flex-start;
    margin-bottom: 16px;
}
.svet-world-panel-head.compact {
    margin-bottom: 10px;
}
.svet-world-panel-head h2,
.svet-world-panel-head h3,
.svet-world-section-title h2 {
    margin: 0;
    color: #f8fbfc;
    letter-spacing: 0;
}
.svet-world-panel-head strong {
    font-size: 30px;
    color: #9be66f;
}
.svet-world-section-title {
    margin-bottom: 18px;
}
.svet-world-main-chart,
.svet-world-mini-chart,
.svet-world-component-chart {
    width: 100%;
    height: auto;
    overflow: visible;
}
.svet-world-main-chart line,
.svet-world-mini-chart line,
.svet-world-component-chart line {
    stroke: rgba(255,255,255,0.1);
    stroke-width: 1;
}
.svet-world-main-chart polyline,
.svet-world-mini-chart polyline,
.svet-world-component-chart polyline {
    fill: none;
    stroke: #58d6ff;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.svet-world-mini-chart polyline {
    stroke: #9be66f;
    stroke-width: 3;
}
.svet-world-component-chart polyline {
    stroke-width: 2.5;
}
.svet-world-axis-labels {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    color: #7f96a3;
    font-size: 12px;
    margin-top: 10px;
}
.svet-world-composite-grid,
.svet-world-component-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.svet-world-component-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.svet-world-component-legend {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
}
.svet-world-component-legend span {
    color: #c9d7de;
    font-size: 12px;
}
.svet-world-component-legend i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 6px;
}
.svet-world-metric-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
.svet-world-metric-summary {
    min-height: 154px;
    padding: 15px;
    border-radius: 8px;
    background: #0e1a25;
    border: 1px solid rgba(255,255,255,0.08);
}
.svet-world-metric-summary div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: baseline;
    margin-bottom: 10px;
}
.svet-world-metric-summary h3 {
    margin: 0;
    color: #f8fbfc;
    font-size: 17px;
    letter-spacing: 0;
}
.svet-world-metric-summary span {
    color: #f6c85f;
    white-space: nowrap;
}
.svet-world-metric-summary p {
    color: #a8bac4;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}
@media (max-width: 991px) {
    .svet-world-title-row,
    .svet-world-panel-head {
        align-items: flex-start;
        flex-direction: column;
    }
    .svet-world-current-score {
        width: 100%;
        text-align: left;
    }
    .svet-world-composite-grid,
    .svet-world-component-grid,
    .svet-world-metric-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 640px) {
    .svet-world-title-row h1 {
        font-size: 32px;
    }
    .svet-world-composite-grid,
    .svet-world-component-grid,
    .svet-world-metric-summary-grid,
    .svet-world-component-legend {
        grid-template-columns: 1fr;
    }
    .svet-world-download-actions {
        width: 100%;
        margin-left: 0;
    }
}

/* SVET World Report dashboard redesign */
.svet-world-dashboard {
    --svet-bg: #071018;
    --svet-panel: #0d1a24;
    --svet-panel-soft: #102331;
    --svet-line: rgba(168, 218, 220, 0.16);
    --svet-text: #eef7f8;
    --svet-muted: #9fb4bf;
    --svet-cyan: #58d6ff;
    --svet-green: #9be66f;
    --svet-gold: #f6c85f;
    --svet-rose: #ff7f7f;
    background:
        linear-gradient(180deg, #08131c 0%, #071018 42%, #09141d 100%);
    color: var(--svet-text);
}
.svet-world-dashboard .container {
    max-width: 1200px;
}
.svet-world-dashboard-hero {
    padding: 48px 0 28px;
    background:
        linear-gradient(180deg, rgba(15, 34, 46, 0.98), rgba(8, 18, 27, 0.96));
    border-bottom: 1px solid var(--svet-line);
}
.svet-world-hero-grid,
.svet-world-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 24px;
    align-items: stretch;
}
.svet-world-hero-copy {
    min-width: 0;
}
.svet-world-hero-copy h1 {
    margin: 0;
    max-width: 780px;
    font-size: 46px;
    line-height: 1.04;
    letter-spacing: 0;
    color: #fbfeff;
}
.svet-world-subtitle {
    max-width: 760px;
    margin: 14px 0 0;
    color: #b8c8cf;
    font-size: 17px;
    line-height: 1.55;
}
.svet-world-current-score {
    min-width: 0;
    padding: 22px;
    display: grid;
    align-content: center;
    gap: 8px;
    border: 1px solid rgba(88, 214, 255, 0.28);
    background:
        linear-gradient(180deg, rgba(88, 214, 255, 0.1), rgba(155, 230, 111, 0.05)),
        #0b1b27;
    border-radius: 8px;
    text-align: right;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}
.svet-world-current-score span,
.svet-world-current-score em,
.svet-world-panel-head span,
.svet-world-grade-row em,
.svet-world-control-copy span {
    color: var(--svet-muted);
    font-style: normal;
}
.svet-world-current-score span,
.svet-world-panel-head span {
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.svet-world-current-score strong {
    font-size: 52px;
    line-height: 0.95;
    color: var(--svet-cyan);
}
.svet-world-controls-panel {
    display: grid;
    grid-template-columns: minmax(210px, 1fr) minmax(220px, 270px) minmax(220px, 270px) auto;
    gap: 16px;
    align-items: end;
    margin-top: 30px;
    padding: 18px;
    border: 1px solid var(--svet-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
}
.svet-world-control-copy {
    display: grid;
    gap: 4px;
    align-self: center;
}
.svet-world-control-copy strong {
    color: #f7fbfc;
    font-size: 15px;
}
.svet-world-controls-panel form {
    margin: 0;
}
.svet-world-controls-panel label {
    display: grid;
    gap: 7px;
    margin: 0;
}
.svet-world-controls-panel label span {
    color: var(--svet-muted);
    font-size: 12px;
    text-transform: uppercase;
}
.svet-world-controls-panel select {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 7px;
    background: #0c1a25;
    color: var(--svet-text);
}
.svet-world-download-actions {
    display: flex;
    gap: 10px;
    align-items: end;
    justify-content: flex-end;
    margin-left: 0;
}
.svet-world-overview-section {
    padding-top: 36px;
}
.svet-world-panel {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
        var(--svet-panel);
    border: 1px solid var(--svet-line);
    border-radius: 8px;
    padding: 22px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}
.svet-world-index-panel {
    min-width: 0;
}
.svet-world-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}
.svet-world-panel-head.compact {
    margin-bottom: 12px;
}
.svet-world-panel-head h2,
.svet-world-panel-head h3,
.svet-world-section-title h2,
.svet-world-report-brief h2 {
    margin: 0;
    color: #fbfeff;
    letter-spacing: 0;
}
.svet-world-panel-head h2,
.svet-world-section-title h2 {
    font-size: 26px;
}
.svet-world-panel-head h3 {
    font-size: 19px;
    line-height: 1.2;
}
.svet-world-panel-head strong {
    color: var(--svet-green);
    font-size: 30px;
    line-height: 1;
}
.svet-world-panel p,
.svet-world-metric-summary p {
    color: #b4c4cb;
    line-height: 1.55;
}
.svet-world-chart-shell {
    position: relative;
    padding: 14px 14px 10px;
    border: 1px solid rgba(168, 218, 220, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(5, 13, 20, 0.36), rgba(255, 255, 255, 0.025));
}
.svet-world-chart-shell-large {
    padding-left: 44px;
}
.svet-world-y-axis {
    position: absolute;
    left: 13px;
    top: 21px;
    bottom: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #76909d;
    font-size: 11px;
}
.svet-world-main-chart,
.svet-world-mini-chart,
.svet-world-component-chart {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}
.svet-world-main-chart line,
.svet-world-mini-chart line,
.svet-world-component-chart line {
    stroke: rgba(198, 225, 231, 0.13);
    stroke-width: 1;
}
.svet-world-main-chart polyline {
    fill: none;
    stroke: url(#svetIndexLine);
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.svet-world-mini-chart polyline {
    fill: none;
    stroke: var(--svet-green);
    stroke-width: 3.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.svet-world-component-chart polyline {
    fill: none;
    stroke-width: 2.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.svet-world-main-chart circle,
.svet-world-mini-chart circle {
    fill: #071018;
    stroke: #eef7f8;
    stroke-width: 2;
}
.svet-world-main-chart circle {
    stroke: var(--svet-gold);
}
.svet-world-axis-labels {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-top: 12px;
    color: #829aa6;
    font-size: 12px;
}
.svet-world-report-brief {
    display: grid;
    gap: 18px;
}
.svet-world-report-brief dl {
    display: grid;
    gap: 10px;
    margin: 0;
}
.svet-world-report-brief dl div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(168, 218, 220, 0.12);
}
.svet-world-report-brief dt {
    color: var(--svet-muted);
    font-weight: 500;
}
.svet-world-report-brief dd {
    margin: 0;
    color: #f8fcfd;
    text-align: right;
}
.svet-world-section-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}
.svet-world-composite-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.svet-world-component-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.svet-world-grade-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--svet-gold);
    font-size: 13px;
}
.svet-world-component-legend {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 14px;
}
.svet-world-component-legend span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
    padding: 7px 8px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.04);
    color: #c8d8de;
    font-size: 12px;
}
.svet-world-component-legend i {
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.svet-world-component-legend strong {
    margin-left: auto;
    color: #f7fbfc;
}
.svet-world-metric-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.svet-world-metric-summary {
    min-height: 158px;
    padding: 16px;
    border: 1px solid rgba(168, 218, 220, 0.13);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(16, 35, 49, 0.96), rgba(12, 25, 36, 0.96));
}
.svet-world-metric-summary div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: baseline;
    margin-bottom: 10px;
}
.svet-world-metric-summary h3 {
    margin: 0;
    color: #fbfeff;
    font-size: 16px;
    line-height: 1.2;
}
.svet-world-metric-summary span {
    color: var(--svet-gold);
    white-space: nowrap;
}
.svet-world-metric-summary p {
    margin: 0;
    font-size: 13px;
}
@media (max-width: 1100px) {
    .svet-world-controls-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .svet-world-control-copy,
    .svet-world-download-actions {
        grid-column: 1 / -1;
    }
    .svet-world-download-actions {
        justify-content: flex-start;
    }
    .svet-world-composite-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 991px) {
    .svet-world-hero-grid,
    .svet-world-overview-grid,
    .svet-world-component-grid,
    .svet-world-metric-summary-grid {
        grid-template-columns: 1fr;
    }
    .svet-world-current-score {
        text-align: left;
    }
}
@media (max-width: 640px) {
    .svet-world-dashboard-hero {
        padding-top: 34px;
    }
    .svet-world-hero-copy h1 {
        font-size: 34px;
    }
    .svet-world-controls-panel,
    .svet-world-composite-grid,
    .svet-world-component-legend {
        grid-template-columns: 1fr;
    }
    .svet-world-panel {
        padding: 18px;
    }
    .svet-world-chart-shell-large {
        padding-left: 36px;
    }
}

/* SVET Rating explanatory framework */
.svet-rating-framework {
    background:
        linear-gradient(180deg, rgba(8, 19, 28, 0.98), rgba(7, 16, 24, 0.98)),
        #071018;
    color: #eef7f8;
    border-top: 1px solid rgba(168, 218, 220, 0.14);
    border-bottom: 1px solid rgba(168, 218, 220, 0.12);
}
.svet-rating-framework .container {
    max-width: 1200px;
}
.svet-rating-intro {
    max-width: 880px;
    margin: 0 auto 28px;
    text-align: center;
}
.svet-rating-intro h1 {
    margin: 0;
    color: #fbfeff;
    font-size: 38px;
    line-height: 1.08;
    letter-spacing: 0;
}
.svet-rating-lede {
    max-width: 720px;
    margin: 12px auto 18px;
    color: #b8c8cf;
    font-size: 16px;
    line-height: 1.55;
}
.svet-rating-principle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(88, 214, 255, 0.34);
    border-radius: 8px;
    background: rgba(88, 214, 255, 0.08);
    color: #dff8ff;
    font-weight: 700;
}
.svet-rating-principle:hover,
.svet-rating-principle:focus {
    color: #ffffff;
    background: rgba(88, 214, 255, 0.15);
    text-decoration: none;
}
.svet-rating-collapse {
    margin: 16px auto 0;
    max-width: 820px;
    padding: 18px;
    border: 1px solid rgba(168, 218, 220, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
    color: #c7d7de;
    line-height: 1.6;
    text-align: left;
}
.svet-rating-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.svet-rating-card {
    min-height: 100%;
    padding: 20px;
    border: 1px solid rgba(168, 218, 220, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        #0d1a24;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}
.svet-rating-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(168, 218, 220, 0.13);
}
.svet-rating-card-head span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #58d6ff, #9be66f);
    color: #071018;
    font-weight: 800;
}
.svet-rating-card-head a {
    color: #fbfeff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
}
.svet-rating-card-head a:hover,
.svet-rating-card-head a:focus {
    color: #9be66f;
    text-decoration: none;
}
.svet-rating-card ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.svet-rating-card li {
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(168, 218, 220, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
    color: #b8c8cf;
    font-size: 13px;
    line-height: 1.5;
}
.svet-rating-card li > a:first-child {
    display: inline-block;
    color: #eaf7f9;
}
.svet-rating-card li > a:first-child b {
    color: #58d6ff;
}
.svet-rating-card li a[data-toggle="collapse"] {
    color: #f6c85f;
    font-weight: 700;
}
.svet-rating-card li a:hover,
.svet-rating-card li a:focus {
    color: #ffffff;
    text-decoration: none;
}
.svet-rating-mini-collapse {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(168, 218, 220, 0.12);
    color: #9fb4bf;
}
@media (max-width: 1100px) {
    .svet-rating-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 640px) {
    .svet-rating-intro h1 {
        font-size: 31px;
    }
    .svet-rating-grid {
        grid-template-columns: 1fr;
    }
    .svet-rating-card {
        padding: 18px;
    }
}

/* Evernomics homepage conversion funnel */
.svet-home-funnel-hero {
    min-height: 0;
    padding: 122px 0 74px;
    background:
        linear-gradient(135deg, rgba(7, 16, 24, 0.97), rgba(9, 25, 36, 0.91)),
        #071018;
    border-bottom: 1px solid rgba(168, 218, 220, 0.14);
}
.svet-home-funnel-hero h1 {
    max-width: 820px;
    font-size: 52px;
    letter-spacing: 0;
}
.svet-home-funnel-hero .svet-hero-copy {
    max-width: 690px;
    color: #b8c8cf;
}
.svet-primary-actions {
    margin-top: 30px;
}
.svet-path-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}
.svet-path-strip a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(168, 218, 220, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: #dff8ff;
    font-size: 12px;
    font-weight: 900;
}
.svet-conversion-panel {
    margin-top: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
        #0d1a24;
    border-color: rgba(88, 214, 255, 0.22);
}
.svet-conversion-panel .svet-signal-row {
    align-items: flex-start;
}
.svet-conversion-panel .svet-signal-row strong {
    min-width: 138px;
}
.svet-conversion-panel .svet-signal-row span {
    max-width: 250px;
}
.svet-educating-investors-panel {
    background:
        linear-gradient(180deg, rgba(246, 200, 95, 0.09), rgba(88, 214, 255, 0.045)),
        #0d1a24;
    border-color: rgba(246, 200, 95, 0.28);
}
.svet-educating-investors-panel .svet-link {
    margin-top: 14px;
}
.svet-service-tunnel {
    background:
        linear-gradient(180deg, #071018, #09141d);
}
.svet-service-grid {
    display: flex;
    flex-wrap: wrap;
}
.svet-service-grid > [class*="col-"] {
    display: flex;
}
.svet-service-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 330px;
    border-color: rgba(168, 218, 220, 0.16);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        #0d1a24;
}
.svet-service-card h3 {
    min-height: 82px;
}
.svet-service-card p {
    flex: 1;
}
.svet-service-card .svet-link {
    margin-top: 16px;
}
.svet-service-investors {
    border-top: 3px solid #58d6ff;
}
.svet-service-accelerator {
    border-top: 3px solid #9be66f;
}
.svet-service-index {
    border-top: 3px solid #f6c85f;
}
.svet-service-rwa {
    border-top: 3px solid #ff7f7f;
}
.svet-service-card .svet-card-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: rgba(88, 214, 255, 0.11);
    color: #dff8ff;
}
@media (max-width: 991px) {
    .svet-home-funnel-hero {
        padding: 96px 0 56px;
    }
    .svet-home-funnel-hero h1 {
        font-size: 40px;
    }
    .svet-conversion-panel {
        margin-top: 26px;
    }
    .svet-service-card {
        min-height: 280px;
    }
}
@media (max-width: 640px) {
    .svet-home-funnel-hero h1 {
        font-size: 34px;
    }
    .svet-conversion-panel .svet-signal-row {
        display: block;
    }
    .svet-conversion-panel .svet-signal-row span {
        display: block;
        max-width: none;
        margin-top: 6px;
        text-align: left;
    }
    .svet-service-card h3 {
        min-height: 0;
    }
}

/* Evernomics homepage four-section redesign */
.svet-home-redo-intro {
    padding: 120px 0 86px;
    background:
        linear-gradient(140deg, rgba(7, 16, 24, 0.99), rgba(10, 31, 42, 0.93)),
        #071018;
    border-bottom: 1px solid rgba(168, 218, 220, 0.16);
}
.svet-home-redo-intro .container {
    max-width: 1120px;
}
.svet-home-redo-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid rgba(88, 214, 255, 0.3);
    border-radius: 999px;
    background: rgba(88, 214, 255, 0.08);
    color: #9be66f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
.svet-home-redo-intro h1 {
    max-width: 920px;
    margin: 24px 0 18px;
    color: #fbfeff;
    font-size: 58px;
    line-height: 1.02;
    letter-spacing: 0;
    font-weight: 900;
}
.svet-home-redo-intro p {
    max-width: 780px;
    color: #b8c8cf;
    font-size: 20px;
    line-height: 1.58;
}
.svet-home-redo-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
}
.svet-home-redo-nav a {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 0 16px;
    border: 1px solid rgba(168, 218, 220, 0.17);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
    color: #eaf7f9;
    font-weight: 900;
}
.svet-home-redo-nav a:hover,
.svet-home-redo-nav a:focus {
    background: rgba(88, 214, 255, 0.12);
    color: #ffffff;
}
.svet-offer-section {
    position: relative;
    padding: 92px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(168, 218, 220, 0.13);
}
.svet-offer-section:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.62;
    pointer-events: none;
}
.svet-offer-section .container {
    position: relative;
    z-index: 1;
    max-width: 1180px;
}
.svet-offer-investors {
    background: #071018;
}
.svet-offer-investors:before {
    background: linear-gradient(110deg, rgba(88, 214, 255, 0.16), rgba(7, 16, 24, 0) 60%);
}
.svet-offer-accelerator {
    background: #08141c;
}
.svet-offer-accelerator:before {
    background: linear-gradient(250deg, rgba(155, 230, 111, 0.15), rgba(8, 20, 28, 0) 62%);
}
.svet-offer-world {
    background: #09141d;
}
.svet-offer-world:before {
    background: linear-gradient(110deg, rgba(246, 200, 95, 0.15), rgba(9, 20, 29, 0) 58%);
}
.svet-offer-rwa {
    background: #081119;
}
.svet-offer-rwa:before {
    background: linear-gradient(250deg, rgba(255, 127, 127, 0.13), rgba(8, 17, 25, 0) 62%);
}
.svet-offer-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 42px;
    align-items: center;
}
.svet-offer-layout.reverse {
    grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
}
.svet-offer-layout.reverse .svet-offer-copy {
    grid-column: 2;
    grid-row: 1;
}
.svet-offer-layout.reverse .svet-offer-panel {
    grid-column: 1;
    grid-row: 1;
}
.svet-offer-copy {
    min-width: 0;
}
.svet-offer-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 20px;
    border: 1px solid rgba(168, 218, 220, 0.2);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.045);
    color: #58d6ff;
    font-weight: 900;
}
.svet-offer-copy h2 {
    max-width: 760px;
    margin: 0 0 18px;
    color: #fbfeff;
    font-size: 44px;
    line-height: 1.08;
    letter-spacing: 0;
    font-weight: 900;
}
.svet-offer-slogan {
    max-width: 740px;
    color: #dff8ff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
}
.svet-offer-body {
    max-width: 720px;
    color: #b8c8cf;
    font-size: 16px;
    line-height: 1.7;
}
.svet-offer-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 26px;
}
.svet-offer-panel {
    padding: 26px;
    border: 1px solid rgba(168, 218, 220, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
        #0d1a24;
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.27);
}
.svet-offer-panel h3 {
    margin: 8px 0 12px;
    color: #fbfeff;
    font-size: 23px;
    line-height: 1.25;
}
.svet-offer-panel p,
.svet-offer-panel li {
    color: #b8c8cf;
    line-height: 1.62;
}
.svet-offer-panel ul {
    display: grid;
    gap: 10px;
    margin: 12px 0 0;
    padding-left: 18px;
}
.svet-offer-investors .svet-offer-number,
.svet-offer-investors .svet-offer-panel {
    border-color: rgba(88, 214, 255, 0.26);
}
.svet-offer-accelerator .svet-offer-number,
.svet-offer-accelerator .svet-offer-panel {
    border-color: rgba(155, 230, 111, 0.26);
}
.svet-offer-world .svet-offer-number,
.svet-offer-world .svet-offer-panel {
    border-color: rgba(246, 200, 95, 0.28);
}
.svet-offer-rwa .svet-offer-number,
.svet-offer-rwa .svet-offer-panel {
    border-color: rgba(255, 127, 127, 0.25);
}
@media (max-width: 991px) {
    .svet-home-redo-intro {
        padding: 92px 0 64px;
    }
    .svet-home-redo-intro h1 {
        font-size: 42px;
    }
    .svet-home-redo-nav,
    .svet-offer-layout,
    .svet-offer-layout.reverse {
        grid-template-columns: 1fr;
    }
    .svet-offer-layout.reverse .svet-offer-copy,
    .svet-offer-layout.reverse .svet-offer-panel {
        grid-column: auto;
        grid-row: auto;
    }
    .svet-offer-section {
        padding: 70px 0;
    }
    .svet-offer-copy h2 {
        font-size: 36px;
    }
}
@media (max-width: 640px) {
    .svet-home-redo-intro h1 {
        font-size: 34px;
    }
    .svet-home-redo-intro p,
    .svet-offer-slogan {
        font-size: 17px;
    }
    .svet-offer-copy h2 {
        font-size: 30px;
    }
    .svet-offer-panel {
        padding: 20px;
    }
}

/* Agentic Finance homepage refinement */
.svet-agentic-home-intro {
    padding: 104px 0 62px;
    background:
        linear-gradient(140deg, rgba(7, 16, 24, 0.98), rgba(9, 25, 36, 0.94)),
        #071018;
    border-bottom: 1px solid rgba(168, 218, 220, 0.14);
}
.svet-agentic-home-intro .container {
    max-width: 1160px;
}
.svet-agentic-home-intro h1 {
    max-width: 960px;
    margin: 0 0 16px;
    color: #fbfeff;
    font-size: 52px;
    line-height: 1.04;
    letter-spacing: 0;
    font-weight: 900;
}
.svet-agentic-home-intro p {
    max-width: 780px;
    color: #b8c8cf;
    font-size: 19px;
    line-height: 1.58;
}
.svet-agentic-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}
.svet-agentic-nav a {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid rgba(168, 218, 220, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
    color: #eaf7f9;
    font-weight: 900;
}
.svet-agentic-section {
    padding: 28px 0;
    background: #071018;
}
.svet-agentic-section + .svet-agentic-section {
    border-top: 1px solid rgba(168, 218, 220, 0.1);
}
.svet-agentic-section .container {
    max-width: 1160px;
}
.svet-agentic-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    min-height: 420px;
    padding: 30px;
    border: 1px solid rgba(168, 218, 220, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018)),
        #0d1a24;
    box-shadow: 0 20px 58px rgba(0, 0, 0, 0.24);
}
.svet-agentic-investors .svet-agentic-card {
    border-top: 3px solid #58d6ff;
}
.svet-agentic-accelerator .svet-agentic-card {
    border-top: 3px solid #9be66f;
}
.svet-agentic-world .svet-agentic-card {
    border-top: 3px solid #f6c85f;
}
.svet-agentic-rwa .svet-agentic-card {
    border-top: 3px solid #ff7f7f;
}
.svet-agentic-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}
.svet-agentic-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border: 1px solid rgba(168, 218, 220, 0.2);
    border-radius: 50%;
    color: #58d6ff;
    font-weight: 900;
}
.svet-agentic-main h2 {
    max-width: 760px;
    margin: 0 0 14px;
    color: #fbfeff;
    font-size: 38px;
    line-height: 1.12;
    letter-spacing: 0;
    font-weight: 900;
}
.svet-agentic-slogan {
    max-width: 720px;
    color: #dff8ff;
    font-size: 18px;
    line-height: 1.52;
    font-weight: 700;
}
.svet-agentic-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 22px;
}
.svet-agentic-side {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 22px;
    border: 1px solid rgba(168, 218, 220, 0.14);
    border-radius: 8px;
    background: rgba(7, 16, 24, 0.48);
}
.svet-agentic-side h3 {
    margin: 6px 0 10px;
    color: #fbfeff;
    font-size: 21px;
    line-height: 1.26;
}
.svet-agentic-side p {
    color: #b8c8cf;
    line-height: 1.56;
}
.svet-agentic-mini-item {
    padding: 12px 0;
    border-top: 1px solid rgba(168, 218, 220, 0.11);
}
.svet-agentic-mini-item:first-of-type {
    border-top: 0;
}
.svet-agentic-mini-item h3 {
    font-size: 17px;
}
.svet-agentic-mini-item p {
    margin-bottom: 0;
    font-size: 13px;
}
.svet-index-widget {
    justify-content: flex-start;
}
.svet-index-widget-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 4px 0 10px;
}
.svet-index-widget-head strong {
    color: #f6c85f;
    font-size: 34px;
    line-height: 1;
}
.svet-index-widget-head span {
    color: #9fb4bf;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.svet-home-index-chart {
    width: 100%;
    height: auto;
    margin: 4px 0 8px;
    padding: 10px;
    border: 1px solid rgba(168, 218, 220, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.032);
}
.svet-home-index-chart line {
    stroke: rgba(168, 218, 220, 0.13);
}
.svet-home-index-chart polyline {
    fill: none;
    stroke: #f6c85f;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.svet-home-index-labels {
    display: flex;
    justify-content: space-between;
    color: #8098a5;
    font-size: 11px;
}
.svet-agentic-archive {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(168, 218, 220, 0.12);
}
.svet-agentic-archive p {
    margin: 8px 0 0;
    font-size: 13px;
}
@media (max-width: 991px) {
    .svet-agentic-home-intro h1 {
        font-size: 40px;
    }
    .svet-agentic-nav,
    .svet-agentic-card {
        grid-template-columns: 1fr;
    }
    .svet-agentic-card {
        min-height: 0;
    }
}
@media (max-width: 640px) {
    .svet-agentic-home-intro {
        padding: 82px 0 48px;
    }
    .svet-agentic-home-intro h1 {
        font-size: 32px;
    }
    .svet-agentic-main h2 {
        font-size: 29px;
    }
    .svet-agentic-card {
        padding: 22px;
    }
}
