.wysei-site-header {
    background: #171c39;
    padding: 18px 0;
    border-bottom: 1px solid rgba(219,94,255,0.15);
    position: sticky;
    top: 0;
    z-index: 999;
}
.wysei-wordmark {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    text-decoration: none;
}
.wysei-wordmark .kicker {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #DB5EFF;
}
.wysei-wordmark .word {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
}
.wysei-main-nav ul {
    list-style: none;
    gap: 26px;
    padding: 0;
}
.wysei-main-nav a {
    color: #b9bad0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.wysei-site-header .navbar-nav .nav-link.active,
.wysei-site-header .navbar-nav .nav-link:hover {
    color: #DB5EFF;
}
.wysei-main-nav .navbar-toggler {
    border-color: rgba(219,94,255,0.4);
}
.wysei-main-nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.wysei-nav-cta {
    background: linear-gradient(90deg,#DB5EFF,#8b3ffb);
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 6px;
}
.wysei-trust-bar {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.wysei-trust-item {
    font-size: 12px;
    color: #9FA0B1;
}
.wysei-trust-item b {
    color: #fff;
    font-size: 16px;
    display: block;
}
.wysei-press-card {
    background: #1c2340;
    border: 1px solid rgba(219,94,255,0.15);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    overflow: hidden;
}
.wysei-press-card-img {
    display: block;
    width: calc(100% + 40px);
    height: 180px;
    object-fit: cover;
    margin: -20px -20px 16px -20px;
}
.wysei-gallery-highlight-item {
    display: block;
    border-radius: 8px;
    overflow: hidden;
}
.wysei-gallery-highlight-item img {
    display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;
    transition: transform 0.3s;
}
.wysei-gallery-highlight-item:hover img {
    transform: scale(1.08);
}
.source-tag {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #DB5EFF;
    border: 1px solid rgba(219,94,255,0.4);
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.wysei-press-card h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 10px;
}
.wysei-press-card h4 a {
    color: inherit;
    text-decoration: none;
}
.wysei-press-card h4 a:hover {
    color: #DB5EFF;
}
.wysei-press-card-img {
    cursor: pointer;
}
.wysei-press-card p {
    color: #b9bad0;
    font-size: 14px;
}
.wysei-post-hero-img {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 32px;
}
.wysei-post-hero-img img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.wysei-post-article {
    background: #1c2340;
    border: 1px solid rgba(219,94,255,0.15);
    border-radius: 12px;
    padding: 40px;
}
.wysei-post-body {
    color: #cfd0e0;
    font-size: 17px;
    line-height: 1.85;
    margin-top: 18px;
}
.wysei-post-body p {
    margin-bottom: 20px;
}
.wysei-post-body p:last-child {
    margin-bottom: 0;
}
.wysei-post-source-link {
    display: inline-block;
    margin-top: 28px;
}
@media (max-width: 767px) {
    .wysei-post-hero-img img {
        height: 240px;
    }
    .wysei-post-article {
        padding: 28px 22px;
    }
}
.wysei-banner-video-wrapper {
    overflow: hidden;
}
.wysei-banner-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.wysei-banner-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(13,13,16,0.92) 0%, rgba(13,13,16,0.55) 45%, rgba(13,13,16,0.25) 100%),
        linear-gradient(0deg, rgba(13,13,16,0.75) 0%, rgba(13,13,16,0) 30%);
}
.wysei-banner-video-wrapper .container {
    position: relative;
    z-index: 2;
}
.wysei-hero-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.wysei-hero-badge-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #DB5EFF;
    box-shadow: 0 4px 16px rgba(0,0,0,0.4);
    flex-shrink: 0;
}
.wysei-hero-badge h4 {
    margin: 0;
}
.wysei-video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}
.wysei-video-embed iframe {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    border: 0;
}
.wysei-footer-widget ul li {
    margin-bottom: 12px;
}
.wysei-footer-widget ul li a {
    color: #b9bad0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}
.wysei-footer-widget ul li a:hover {
    color: #DB5EFF;
}
.wysei-footer-social-icons a {
    color: #b9bad0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.wysei-footer-social-icons a:hover {
    color: #DB5EFF;
}
.wysei-footer-widget-addres a,
.wysei-footer-widget p a {
    color: #b9bad0;
    text-decoration: none;
    transition: color 0.2s;
}
.wysei-footer-widget-addres a:hover,
.wysei-footer-widget p a:hover {
    color: #DB5EFF;
}

/* Safety net: this stylesheet is only ever loaded on public pages (admin/auth
   load wysei-admin.css instead), so it's safe to set a site-wide default link
   color here. Any plain inline link that doesn't already have its own styling
   (.wysei-btn, .nav-link, .wysei-glry-filters, .wysei-wordmark — all more
   specific and win over this) otherwise falls back to Bootstrap's default
   blue. Catch those here instead of chasing each one individually. */
body a:not(.wysei-btn):not(.nav-link):not(.wysei-insta-secondary-link) {
    color: #b9bad0;
    text-decoration: none;
    transition: color 0.2s;
}
body a:not(.wysei-btn):not(.nav-link):not(.wysei-insta-secondary-link):hover {
    color: #DB5EFF;
}

.wysei-insta-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: 14px;
}
.wysei-insta-grid-item {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.wysei-insta-grid-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s;
}
.wysei-insta-grid-item:hover img {
    transform: scale(1.08);
}
.wysei-insta-cta {
    grid-column: span 2;
    background: #fff;
    border-radius: 10px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wysei-insta-cta h3 {
    color: #171c39;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.wysei-insta-cta h3 span {
    color: #DB5EFF;
}
.wysei-insta-cta-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.wysei-insta-secondary-link {
    color: #171c39 !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: underline !important;
}
.wysei-insta-secondary-link:hover {
    color: #DB5EFF !important;
}
@media (max-width: 991px) {
    .wysei-insta-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 180px;
    }
    .wysei-insta-cta {
        grid-column: span 2;
    }
}
@media (max-width: 575px) {
    .wysei-insta-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .wysei-insta-cta {
        grid-column: span 1;
    }
}
