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

* {
    box-sizing: border-box
}

body.public-body {
    font-family: Inter, sans-serif;
    color: #1c1c1e;
    background: #fff;
    margin: 0;
    padding: 0
}

.text-vv-blue,
.text-vv-green {
    color: #1565d8 !important
}

.bg-vv-blue,
.bg-vv-green {
    background-color: #1565d8 !important
}

.bg-vv-light {
    background-color: #f9fafb !important
}

.bg-vv-dark {
    background-color: #0d1b2a !important
}

.btn-vv-primary {
    background-color: #1565d8;
    color: #fff;
    border: 2px solid #1565D8;
    border-radius: 24px;
    font-weight: 600;
    padding: 12px 28px;
    transition: all .2s ease
}

.btn-vv-primary:hover,
.btn-vv-primary:focus {
    background-color: #0f4fa8;
    border-color: #0f4fa8;
    color: #fff
}

.btn-vv-outline {
    background-color: transparent;
    color: #1565d8;
    border: 2px solid #1565D8;
    border-radius: 24px;
    font-weight: 600;
    padding: 10px 24px;
    transition: all .2s ease
}

.btn-vv-outline:hover,
.btn-vv-outline:focus {
    background-color: #1565d8;
    color: #fff
}

.section-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1c1c1e;
    margin-bottom: .5rem
}

.section-subtitle {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 2rem
}

.vv-navbar {
    background: #fff;
    padding: .75rem 1.25rem;
    box-shadow: 0 1px 8px #00000014;
    position: sticky;
    top: 0;
    z-index: 1000
}

.vv-navbar .navbar-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none
}

.vv-navbar .navbar-brand .brand-logo {
    width: 36px;
    height: 36px;
    background: #1565d8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem
}

.vv-navbar .navbar-brand .brand-name {
    font-weight: 700;
    font-size: 1.15rem;
    color: #1c1c1e
}

.vv-navbar .navbar-brand .brand-name span {
    color: #1565d8
}

.vv-navbar .nav-link {
    color: #1c1c1e;
    font-weight: 500;
    padding: .5rem 1rem;
    border-radius: 6px;
    transition: all .15s
}

.vv-navbar .nav-link:hover,
.vv-navbar .nav-link.active {
    color: #1565d8;
    background: #e8f1fb
}

.vv-navbar .btn-nav-login {
    background: #1565d8;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: .4rem 1.25rem;
    font-weight: 600;
    font-size: .9rem;
    text-decoration: none
}

.vv-navbar .btn-nav-login:hover {
    background: #0f4fa8;
    color: #fff
}

.vv-navbar .lang-btn {
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    padding: .3rem .75rem;
    font-size: .85rem;
    font-weight: 500;
    color: #1c1c1e;
    background: transparent;
    cursor: pointer
}

.vv-navbar .lang-btn:hover {
    border-color: #1565d8;
    color: #1565d8
}

.vv-hero {
    position: relative;
    min-height: 520px;
    background: linear-gradient(135deg, #0d1b2a, #1a2332 60%, #1e3a5f);
    overflow: hidden;
    display: flex;
    align-items: center
}

.vv-hero:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231565D8' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.vv-hero .hero-content {
    position: relative;
    z-index: 2;
    padding: 4rem 0
}

.vv-hero h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1rem
}

.vv-hero p {
    font-size: 1.1rem;
    color: #fffc;
    margin-bottom: 2rem;
    max-width: 540px
}

.vv-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #1565d833;
    color: #7cb9ff;
    border: 1px solid rgba(21, 101, 216, .3);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    letter-spacing: .05em
}

.vv-feature-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
    transition: all .2s
}

.vv-feature-card:hover {
    box-shadow: 0 8px 28px #1565d81f;
    transform: translateY(-2px);
    border-color: #1565d8
}

.vv-feature-card .feature-icon {
    width: 52px;
    height: 52px;
    background: #e8f1fb;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    color: #1565d8
}

.vv-feature-card .feature-icon svg {
    width: 24px;
    height: 24px;
    color: #1565d8
}

.vv-feature-card h5 {
    font-weight: 700;
    font-size: 1rem;
    color: #1c1c1e
}

.vv-feature-card p {
    font-size: .875rem;
    color: #6b7280;
    margin: 0
}

.vv-commitment-item .commitment-icon,
.vv-commitment-item .pillar-icon,
.vv-pillar-card .commitment-icon,
.vv-pillar-card .pillar-icon {
    width: 56px;
    height: 56px;
    background: #e8f1fb;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem
}

.vv-commitment-item .commitment-icon svg,
.vv-commitment-item .pillar-icon svg,
.vv-pillar-card .commitment-icon svg,
.vv-pillar-card .pillar-icon svg {
    width: 26px;
    height: 26px;
    color: #1565d8;
    stroke: #1565d8
}

.vv-candidate-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    overflow: hidden;
    transition: all .2s;
    height: 100%
}

.vv-candidate-card:hover {
    box-shadow: 0 8px 24px #0000001f;
    transform: translateY(-3px);
    border-color: #1565d84d
}

.vv-candidate-card .card-img-wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #e8f0f7, #d1e3f8)
}

.vv-candidate-card .card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.vv-candidate-card .card-img-wrapper .avatar-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #e8f0f7, #d1e3f8)
}

.vv-candidate-card .card-img-wrapper .avatar-placeholder svg {
    width: 44px;
    height: 44px;
    color: #9ca3af
}

.vv-candidate-card .card-img-wrapper .position-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #1565d8;
    color: #fff;
    font-size: .7rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase
}

.vv-candidate-card .card-img-wrapper .compare-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 2px solid #E5E7EB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: .9rem;
    color: #6b7280;
    transition: all .15s
}

.vv-candidate-card .card-img-wrapper .compare-btn:hover,
.vv-candidate-card .card-img-wrapper .compare-btn.active {
    background: #1565d8;
    border-color: #1565d8;
    color: #fff
}

.vv-candidate-card .card-body {
    padding: 1rem
}

.vv-candidate-card .candidate-name {
    font-size: 1rem;
    font-weight: 700;
    color: #1c1c1e;
    margin-bottom: .2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.vv-candidate-card .candidate-meta {
    font-size: .8rem;
    color: #6b7280;
    margin-bottom: .75rem;
    display: flex;
    align-items: center;
    gap: 4px
}

.vv-candidate-card .candidate-meta svg {
    flex-shrink: 0
}

.vv-candidate-card .party-tag {
    font-size: .75rem;
    background: #e8f1fb;
    color: #1565d8;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: .5rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vv-candidate-card .policy-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: .75rem
}

.vv-candidate-card .policy-tags .ptag {
    font-size: .7rem;
    color: #6b7280;
    background: #f9fafb;
    padding: 2px 8px;
    border-radius: 20px
}

.vv-candidate-card .score-bar {
    margin-bottom: .75rem
}

.vv-candidate-card .score-bar .score-label {
    display: flex;
    justify-content: space-between;
    font-size: .75rem;
    margin-bottom: 4px;
    color: #6b7280
}

.vv-candidate-card .score-bar .score-label span:last-child {
    font-weight: 700;
    color: #1c1c1e
}

.vv-candidate-card .score-bar .progress {
    height: 6px;
    border-radius: 3px;
    background: #e5e7eb
}

.vv-candidate-card .score-bar .progress .progress-bar {
    background: #1565d8;
    border-radius: 3px
}

.vv-candidate-card .card-footer-actions {
    border-top: 1px solid #E5E7EB;
    padding: .75rem 1rem 0;
    display: flex;
    gap: 8px
}

.vv-candidate-card .card-footer-actions .btn-profile {
    flex: 1;
    background: #1565d8;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px;
    font-size: .85rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: background .15s
}

.vv-candidate-card .card-footer-actions .btn-profile:hover {
    background: #0f4fa8;
    color: #fff
}

.vv-candidate-card .card-footer-actions .btn-compare-toggle {
    width: 40px;
    height: 40px;
    border: 2px solid #E5E7EB;
    border-radius: 8px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    cursor: pointer;
    transition: all .15s;
    flex-shrink: 0
}

.vv-candidate-card .card-footer-actions .btn-compare-toggle.selected,
.vv-candidate-card .card-footer-actions .btn-compare-toggle:hover {
    background: #1565d8;
    border-color: #1565d8;
    color: #fff
}

.vv-compare-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0d1b2a;
    color: #fff;
    padding: .75rem 1.5rem;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 -4px 20px #0000004d
}

.vv-compare-bar .compare-info {
    font-size: .9rem
}

.vv-compare-bar .compare-info .count {
    font-weight: 700;
    color: #7cb9ff
}

.vv-compare-bar .compare-actions {
    display: flex;
    gap: 10px
}

.vv-compare-bar .compare-actions .btn-compare-now {
    background: #1565d8;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 20px;
    font-weight: 600;
    font-size: .9rem;
    text-decoration: none
}

.vv-compare-bar .compare-actions .btn-clear {
    background: transparent;
    color: #ffffffb3;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 8px;
    padding: 8px 14px;
    font-size: .85rem;
    cursor: pointer
}

.vv-position-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none
}

.vv-position-tabs::-webkit-scrollbar {
    display: none
}

.vv-position-tabs .tab-item {
    flex-shrink: 0;
    padding: 8px 18px;
    border: 2px solid #E5E7EB;
    border-radius: 24px;
    font-size: .875rem;
    font-weight: 500;
    color: #6b7280;
    text-decoration: none;
    transition: all .15s;
    background: #fff
}

.vv-position-tabs .tab-item:hover {
    border-color: #1565d8;
    color: #1565d8
}

.vv-position-tabs .tab-item.active {
    background: #1565d8;
    border-color: #1565d8;
    color: #fff
}

.vv-profile-header {
    background: #0d1b2a;
    position: relative;
    overflow: hidden;
    padding: 2rem 0 0
}

.vv-profile-header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, #0d1b2a, #1e3a5f);
    opacity: .95
}

.vv-profile-header .profile-card {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 16px 16px 0 0;
    margin-top: 1.5rem;
    padding: 1.5rem;
    display: flex;
    gap: 1.25rem;
    align-items: flex-start
}

.vv-profile-header .profile-card .profile-avatar {
    width: 90px;
    height: 90px;
    border-radius: 12px;
    object-fit: cover;
    object-position: top;
    flex-shrink: 0;
    background: #f9fafb
}

.vv-profile-header .profile-card .profile-info {
    flex: 1;
    min-width: 0
}

.vv-profile-header .profile-card .profile-info h1 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1c1c1e;
    margin-bottom: .25rem
}

.vv-profile-header .profile-card .profile-info .profile-position {
    font-size: .875rem;
    color: #6b7280;
    margin-bottom: .5rem
}

.vv-profile-header .profile-card .profile-info .profile-party {
    font-size: .8rem;
    font-weight: 600;
    color: #1565d8;
    background: #e8f1fb;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px
}

.vv-profile-header .profile-card .profile-info .profile-score {
    margin-top: .5rem;
    display: flex;
    align-items: center;
    gap: 8px
}

.vv-profile-header .profile-card .profile-info .profile-score .score-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #1565d8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .85rem
}

.vv-profile-header .profile-card .profile-info .profile-score .score-label {
    font-size: .75rem;
    color: #6b7280
}

.vv-profile-header .profile-card .profile-info .profile-score .score-label span {
    display: block;
    font-weight: 700;
    color: #1c1c1e
}

.vv-profile-header .profile-card .profile-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0
}

.vv-section {
    background: #fff;
    margin-top: 8px
}

.vv-section .section-header {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #E5E7EB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    color: #1c1c1e
}

.vv-section .section-header:hover {
    background: #f9fafb
}

.vv-section .section-header .chevron {
    transition: transform .2s;
    color: #6b7280
}

.vv-section .section-header.expanded .chevron {
    transform: rotate(180deg)
}

.vv-section .section-body {
    padding: 1.25rem 1.5rem
}

.vv-accordion-item {
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    margin-bottom: 8px;
    overflow: hidden
}

.vv-accordion-item .acc-header {
    padding: 1rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    color: #1c1c1e;
    background: #fff;
    -webkit-user-select: none;
    user-select: none
}

.vv-accordion-item .acc-header:hover {
    background: #1565d80a
}

.vv-accordion-item .acc-body {
    padding: 1rem 1.25rem;
    background: #f9fafb;
    border-top: 1px solid #E5E7EB;
    font-size: .9rem;
    color: #1c1c1e
}

.vv-declaration-icons {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap
}

.vv-declaration-icons .dec-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    flex: 1;
    min-width: 80px
}

.vv-declaration-icons .dec-item .dec-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e8f1fb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    color: #1565d8
}

.vv-declaration-icons .dec-item .dec-icon svg {
    width: 26px;
    height: 26px;
    color: #1565d8
}

.vv-declaration-icons .dec-item span {
    font-size: .75rem;
    font-weight: 600;
    color: #1c1c1e
}

.vv-media-card {
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1rem
}

.vv-media-card .media-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    background: linear-gradient(135deg, #1a2332, #2d4a6e)
}

.vv-media-card .media-info {
    padding: .875rem
}

.vv-media-card .media-info h6 {
    font-weight: 700;
    margin-bottom: .25rem;
    font-size: .9rem
}

.vv-media-card .media-info p {
    font-size: .8rem;
    color: #6b7280;
    margin: 0
}

.vv-compare-header {
    background: #f9fafb;
    border-bottom: 1px solid #E5E7EB;
    padding: 1.5rem
}

.vv-compare-header h2 {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0
}

.vv-compare-candidate-card {
    background: #fff;
    border: 2px solid #E5E7EB;
    border-radius: 12px;
    padding: 1.25rem;
    text-align: center;
    position: relative
}

.vv-compare-candidate-card.selected {
    border-color: #1565d8
}

.vv-compare-candidate-card .cand-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    margin: 0 auto .75rem;
    display: block;
    background: #f9fafb
}

.vv-compare-candidate-card h5 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: .25rem
}

.vv-compare-candidate-card p {
    font-size: .8rem;
    color: #6b7280;
    margin: 0
}

.vv-compare-row {
    border-bottom: 1px solid #E5E7EB;
    padding: 1rem 0
}

.vv-compare-row .row-label {
    font-weight: 600;
    font-size: .85rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: .5rem
}

.vv-compare-row .cand-1,
.vv-compare-row .cand-2 {
    font-size: .875rem;
    color: #1c1c1e
}

.vv-score-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 6px solid #1565D8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto .5rem
}

.vv-score-circle .score-num {
    font-size: 1.4rem;
    font-weight: 800;
    color: #1565d8;
    line-height: 1
}

.vv-score-circle .score-unit {
    font-size: .7rem;
    color: #6b7280
}

.vv-party-hero {
    background: linear-gradient(135deg, #0d1b2a, #1665d8);
    padding: 3rem 0;
    color: #fff
}

.vv-party-hero h1 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 1rem
}

.vv-party-hero p {
    color: #fffc;
    font-size: 1rem
}

.vv-party-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 1.25rem;
    height: 100%;
    transition: all .2s
}

.vv-party-card:hover {
    box-shadow: 0 8px 24px #0000001a;
    transform: translateY(-2px);
    border-color: #1565d84d
}

.vv-party-card .party-logo {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    object-fit: contain;
    background: #f9fafb;
    padding: 4px;
    margin-bottom: 1rem
}

.vv-party-card .party-name {
    font-size: 1rem;
    font-weight: 700;
    color: #1c1c1e;
    margin-bottom: .25rem
}

.vv-party-card .party-type {
    font-size: .75rem;
    color: #6b7280;
    margin-bottom: .75rem
}

.vv-party-card .party-stats {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem
}

.vv-party-card .party-stats .stat {
    font-size: .75rem;
    color: #6b7280
}

.vv-party-card .party-stats .stat span {
    display: block;
    font-weight: 700;
    color: #1c1c1e;
    font-size: .9rem
}

.vv-party-detail-header {
    background: linear-gradient(135deg, #0d1b2a, #1a2332);
    padding: 2.5rem 0;
    color: #fff
}

.vv-party-detail-header .party-logo-lg {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    object-fit: contain;
    background: #fff;
    padding: 8px;
    margin-bottom: 1rem
}

.vv-party-detail-header h1 {
    font-weight: 800;
    font-size: 1.75rem;
    margin-bottom: .25rem
}

.vv-party-detail-header .tagline {
    color: #ffffffb3;
    font-size: 1rem
}

.vv-stats-bar {
    background: #fff;
    border-bottom: 1px solid #E5E7EB;
    padding: 1rem 0
}

.vv-stats-bar .stat-item {
    text-align: center;
    border-right: 1px solid #E5E7EB;
    padding: .5rem 1rem
}

.vv-stats-bar .stat-item:last-child {
    border-right: none
}

.vv-stats-bar .stat-item .stat-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1565d8
}

.vv-stats-bar .stat-item .stat-label {
    font-size: .75rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: .05em
}

.vv-issue-tag {
    display: inline-block;
    background: #e8f1fb;
    color: #1565d8;
    border: 1px solid rgba(21, 101, 216, .2);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: .8rem;
    font-weight: 600;
    margin: 3px
}

.vv-about-hero {
    background: linear-gradient(135deg, #0d1b2a, #1665d8);
    padding: 4rem 0;
    color: #fff
}

.vv-about-hero h1 {
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem
}

.vv-about-hero p {
    color: #fffc;
    font-size: 1.05rem
}

.vv-stat-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #1565d8;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto .75rem;
    text-align: center
}

.vv-stat-circle .stat-num {
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.1
}

.vv-stat-circle .stat-lbl {
    font-size: .6rem;
    font-weight: 600;
    text-transform: uppercase;
    opacity: .85
}

.vv-pillar-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    height: 100%
}

.vv-pillar-card .pillar-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1565d8
}

.vv-pillar-card h5 {
    font-weight: 700;
    margin-bottom: .5rem
}

.vv-pillar-card p {
    font-size: .875rem;
    color: #6b7280;
    margin: 0
}

.vv-featured-banner {
    background: #0d1b2a;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 2rem;
    display: flex;
    min-height: 160px
}

.vv-featured-banner .banner-img {
    width: 40%;
    object-fit: cover;
    background: linear-gradient(135deg, #1a2332, #2d4a6e);
    flex-shrink: 0
}

.vv-featured-banner .banner-content {
    padding: 1.5rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.vv-featured-banner .banner-content .banner-label {
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #7cb9ff;
    margin-bottom: .5rem
}

.vv-featured-banner .banner-content h4 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: .5rem
}

.vv-featured-banner .banner-content p {
    font-size: .8rem;
    color: #ffffffb3;
    margin: 0
}

.vv-info-box {
    background: #e8f1fb;
    border-left: 4px solid #1565D8;
    border-radius: 0 8px 8px 0;
    padding: 1rem 1.25rem;
    margin: 1rem 0;
    font-size: .875rem;
    color: #1c1c1e
}

.vv-info-box h6 {
    font-weight: 700;
    color: #1565d8;
    margin-bottom: .4rem
}

.vv-footer {
    background: #0d1b2a;
    color: #ffffffb3;
    padding: 2.5rem 0 1.5rem
}

.vv-footer .footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: .5rem
}

.vv-footer .footer-brand .brand-logo {
    width: 36px;
    height: 36px;
    background: #1565d8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem
}

.vv-footer .footer-brand .brand-name {
    font-weight: 700;
    font-size: 1.1rem;
    color: #fff
}

.vv-footer .footer-brand .brand-name span {
    color: #1565d8
}

.vv-footer .footer-tagline {
    font-size: .85rem;
    color: #ffffff80;
    margin-bottom: 1.5rem;
    font-style: italic
}

.vv-footer .footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem 1rem;
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem
}

.vv-footer .footer-nav a {
    color: #fff9;
    text-decoration: none;
    font-size: .85rem
}

.vv-footer .footer-nav a:hover {
    color: #1565d8
}

.vv-footer .footer-social {
    display: flex;
    gap: 12px
}

.vv-footer .footer-social a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff9;
    text-decoration: none;
    font-size: .9rem;
    transition: all .15s
}

.vv-footer .footer-social a:hover {
    background: #1565d8;
    border-color: #1565d8;
    color: #fff
}

.vv-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 1.5rem;
    padding-top: 1rem;
    font-size: .8rem;
    color: #fff6
}

.vv-commitment-item {
    text-align: center;
    padding: 1.5rem 1rem
}

.vv-commitment-item .commitment-icon {
    font-size: 2.5rem;
    color: #1565d8;
    margin-bottom: .75rem
}

.vv-commitment-item h5 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: .5rem
}

.vv-commitment-item p {
    font-size: .875rem;
    color: #6b7280
}

.vv-testimonial {
    background: #f9fafb;
    border-radius: 12px;
    padding: 1.5rem;
    margin: 1.5rem 0
}

.vv-testimonial .testimonial-body {
    font-size: .9rem;
    color: #1c1c1e;
    font-style: italic;
    margin-bottom: .75rem;
    position: relative
}

.vv-testimonial .testimonial-body:before {
    content: '"';
    font-size: 3rem;
    color: #1565d8;
    line-height: 0;
    position: relative;
    top: .5rem;
    margin-right: 4px
}

.vv-testimonial .testimonial-meta {
    display: flex;
    align-items: center;
    gap: 10px
}

.vv-testimonial .testimonial-meta .meta-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    color: #6b7280
}

.vv-testimonial .testimonial-meta .meta-info {
    font-size: .8rem
}

.vv-testimonial .testimonial-meta .meta-info .meta-name {
    font-weight: 600;
    color: #1c1c1e
}

.vv-testimonial .testimonial-meta .meta-info .meta-date {
    color: #6b7280
}

.vv-election-links .election-link-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    margin-bottom: 8px;
    text-decoration: none;
    color: #1c1c1e;
    font-weight: 600;
    font-size: .9rem;
    transition: all .15s
}

.vv-election-links .election-link-item:hover {
    border-color: #1565d8;
    color: #1565d8;
    background: #e8f1fb
}

.vv-no-results {
    text-align: center;
    padding: 4rem 1rem
}

.vv-no-results .no-results-icon {
    width: 64px;
    height: 64px;
    background: #f9fafb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem
}

.vv-no-results .no-results-icon svg {
    width: 28px;
    height: 28px;
    color: #6b7280
}

.vv-no-results h5 {
    font-weight: 700;
    margin-bottom: .5rem
}

.vv-no-results p {
    color: #6b7280;
    font-size: .9rem
}

@media (max-width: 576px) {
    .vv-navbar {
        padding: .6rem 1rem
    }

    .vv-hero {
        min-height: 400px
    }

    .vv-hero h1 {
        font-size: 1.75rem
    }

    .vv-profile-header .profile-card {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .vv-featured-banner {
        flex-direction: column
    }

    .vv-featured-banner .banner-img {
        width: 100%;
        height: 120px
    }

    .vv-compare-bar {
        flex-direction: column;
        gap: 8px;
        text-align: center
    }

    .section-title {
        font-size: 1.4rem
    }
}
