:root {
    --gold: #d4af37;
    --gold-soft: #f4d778;
    --ink: #05060a;
    --deep-navy: #081826;
    --panel-navy: #10283a;
    --text-main: #ffffff;
    --text-muted: #c8d3df;
    --navy: #000033;
    --dark-navy: #0a1929;
}

/* ==================== PROBIZ 2026 PDF DESIGN SYSTEM ==================== */
:root {
    --probiz-bg: #0b0d0f;
    --probiz-surface: #15181c;
    --probiz-surface-2: #111f2a;
    --probiz-text: #f5f2ea;
    --probiz-muted: #c3bdb1;
    --probiz-gold: #d9b968;
    --probiz-gold-deep: #c9a34f;
    --probiz-gold-soft: #f6e7b1;
    --probiz-border: rgba(217, 185, 104, 0.28);
}

html,
body {
    background: var(--probiz-bg) !important;
    color: var(--probiz-text);
    font-family: "Rubik", "Inter", "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
}

#main {
    background: var(--probiz-bg);
}

.sidebar-social {
    display: none !important;
}

.top-bar {
    background: #060711;
    border-bottom: 1px solid rgba(217, 185, 104, 0.18);
    color: var(--probiz-muted);
}

.main-header {
    background: rgba(6, 7, 10, 0.97);
    border-bottom: 1px solid var(--probiz-border);
    backdrop-filter: blur(14px);
}

.main-header .container-fluid {
    min-height: 84px;
    max-width: 1440px;
    margin: 0 auto;
}

.probiz-brand {
    width: clamp(154px, 12vw, 208px);
}

.header-logo {
    width: 100%;
    height: 72px;
    object-fit: contain;
    object-position: left center;
}

.navbar-nav .nav-link {
    font-size: 13px !important;
    font-weight: 800;
    letter-spacing: 0;
    color: var(--probiz-text) !important;
}

.dropdown-menu {
    background: rgba(10, 12, 15, 0.98);
    border: 1px solid var(--probiz-border);
    border-radius: 8px;
}

.dropdown-item {
    color: var(--probiz-text);
}

.btn-nominate,
.btn-sponsor {
    min-height: 48px;
    border-radius: 8px;
    padding: 12px 18px;
    font-weight: 800;
    letter-spacing: 0;
}

.btn-nominate {
    background: linear-gradient(90deg, var(--probiz-gold-deep), var(--probiz-gold-soft), var(--probiz-gold));
    border-color: var(--probiz-gold);
    color: #111;
}

.btn-sponsor {
    background: rgba(11, 13, 15, 0.55);
    border-color: var(--probiz-gold);
    color: var(--probiz-gold-soft);
}

.btn-nominate:hover,
.btn-sponsor:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.probiz-section .container,
.probiz-page-hero .container,
.probiz-hero .container,
.footer .container,
.top-bar .container {
    width: min(100%, 1200px);
    max-width: 1200px;
}

.probiz-section {
    padding: 96px 0;
    background: var(--probiz-bg);
}

.probiz-section-alt,
.probiz-intro-band {
    background: #0e1921;
}

.probiz-kicker {
    color: var(--probiz-gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.probiz-section h2,
.probiz-page-hero h1,
.probiz-feature-row h2,
.probiz-final-cta h2 {
    color: var(--probiz-text);
    font-weight: 800;
    letter-spacing: 0;
}

.probiz-section h2 {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
}

.probiz-section p,
.probiz-page-hero p,
.probiz-card p,
.probiz-note,
.probiz-feature-row p {
    color: var(--probiz-muted);
    font-size: 16px;
    line-height: 1.6;
}

.probiz-image-hero {
    position: relative;
    min-height: min(760px, calc(100vh - 120px));
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background: #06070a;
}

.probiz-hero-picture,
.probiz-hero-picture img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.probiz-hero-picture img {
    object-fit: cover;
    object-position: center;
}

.probiz-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 7, 10, 0.96) 0%, rgba(6, 7, 10, 0.82) 42%, rgba(6, 7, 10, 0.42) 100%),
        linear-gradient(180deg, rgba(6, 7, 10, 0.12), rgba(6, 7, 10, 0.9));
}

.probiz-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.68fr);
    align-items: center;
    gap: clamp(36px, 5vw, 76px);
    padding-top: 76px;
    padding-bottom: 76px;
}

.probiz-hero-copy {
    max-width: 760px;
}

.probiz-brand-text {
    color: var(--probiz-gold);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 68px;
}

.probiz-hero-copy h1 {
    color: var(--probiz-text);
    font-size: clamp(48px, 5.4vw, 72px);
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 22px;
    letter-spacing: 0;
    text-shadow: 0 18px 38px rgba(0, 0, 0, 0.65);
}

.probiz-title-line {
    display: block;
}

.probiz-hero-copy h1 .probiz-gold-word {
    background: linear-gradient(90deg, var(--probiz-gold-deep), var(--probiz-gold-soft), var(--probiz-gold));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.probiz-hero-copy p {
    max-width: 680px;
    color: #f3eee4;
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 18px;
}

.probiz-event-line {
    color: var(--probiz-gold-soft);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 24px;
}

.probiz-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.probiz-hero-panel {
    width: min(100%, 420px);
    justify-self: end;
    padding: 28px;
    border: 1px solid var(--probiz-border);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(21, 24, 28, 0.92), rgba(16, 31, 42, 0.76));
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.probiz-hero-panel img {
    display: block;
    width: min(100%, 320px);
    margin: 0 auto 22px;
}

.probiz-hero-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.probiz-hero-facts span {
    min-height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    border: 1px solid rgba(217, 185, 104, 0.22);
    border-radius: 8px;
    background: rgba(6, 7, 10, 0.42);
    color: var(--probiz-muted);
    font-size: 12px;
    text-align: center;
}

.probiz-hero-facts strong {
    color: var(--probiz-gold);
    font-size: 25px;
    line-height: 1;
}

.probiz-composition-hero {
    min-height: 640px;
    background: #0b0d0f;
    overflow: hidden;
}

.probiz-composition-hero .probiz-hero-inner {
    grid-template-columns: minmax(360px, 0.72fr) minmax(520px, 1.08fr);
    gap: 34px;
    padding-top: 74px;
    padding-bottom: 74px;
}

.probiz-composition-hero .probiz-hero-copy h1 {
    max-width: 560px;
    font-size: clamp(46px, 4.4vw, 68px);
}

.probiz-composition-hero .probiz-hero-stage {
    display: block;
    width: 100%;
    align-self: center;
}

.probiz-composition-hero .probiz-hero-stage img {
    display: block;
    width: min(100%, 780px);
    min-height: 420px;
    max-height: 560px;
    margin-left: auto;
    object-fit: cover;
    object-position: center;
}

.probiz-masthead {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    background-color: #07090b;
    background-size: cover;
    background-position: center;
    isolation: isolate;
    overflow: hidden;
}

.probiz-masthead::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(6, 7, 10, 0.94), rgba(6, 7, 10, 0.72), rgba(6, 7, 10, 0.52)),
        linear-gradient(180deg, rgba(6, 7, 10, 0.18), rgba(6, 7, 10, 0.86));
}

.probiz-page-hero {
    padding: 94px 0;
}

.probiz-page-hero h1 {
    max-width: 880px;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.08;
}

.probiz-page-hero p {
    max-width: 780px;
}

.probiz-split {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 48px;
}

.probiz-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.probiz-stats div,
.probiz-card,
.probiz-spotlight,
.probiz-final-cta,
.probiz-form,
.probiz-alert,
.probiz-faq details {
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(21, 24, 28, 0.98), rgba(17, 31, 42, 0.94));
    border: 1px solid var(--probiz-border);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
}

.probiz-card {
    min-height: 0;
    padding: 24px;
}

.probiz-card h3 {
    color: var(--probiz-text);
    font-size: 22px;
    line-height: 1.25;
}

.probiz-card span,
.probiz-stats strong,
.probiz-card a,
.probiz-card-actions a {
    color: var(--probiz-gold);
}

.probiz-card strong {
    display: block;
    color: var(--probiz-gold-soft);
    margin-bottom: 12px;
}

.probiz-card ul {
    display: grid;
    gap: 8px;
    padding-left: 18px;
    margin: 14px 0 18px;
    color: var(--probiz-muted);
    font-size: 14px;
    line-height: 1.45;
}

.probiz-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.probiz-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.probiz-image-grid .probiz-card,
.probiz-category-card {
    padding: 0;
    overflow: hidden;
}

.probiz-click-card {
    display: block;
    color: inherit;
    text-decoration: none;
}

.probiz-click-card:hover {
    color: inherit;
}

.probiz-category-card img,
.probiz-media-card img {
    width: 100%;
    height: 190px;
    display: block;
    object-fit: cover;
}

.probiz-card-body {
    padding: 24px;
}

.probiz-card-body em {
    color: var(--probiz-gold);
    font-style: normal;
    font-weight: 800;
}

.probiz-thumb-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 26px 28px;
    margin-top: 52px;
    padding: 42px 0 8px;
    border-top: 1px solid rgba(217, 185, 104, 0.16);
}

.probiz-thumb-strip a {
    display: block;
    color: var(--probiz-text);
    text-decoration: none;
}

.probiz-thumb-strip img {
    display: block;
    width: 100%;
    aspect-ratio: 2.45 / 1;
    object-fit: cover;
    margin-bottom: 12px;
}

.probiz-thumb-strip strong {
    display: block;
    color: var(--probiz-gold);
    font-size: 14px;
    line-height: 1.25;
    word-break: break-word;
}

.probiz-thumb-strip span {
    display: block;
    color: var(--probiz-muted);
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
    text-transform: uppercase;
}

.probiz-feature-row {
    display: grid;
    grid-template-columns: minmax(0, 0.84fr) minmax(360px, 1fr);
    gap: 48px;
    align-items: center;
}

.probiz-feature-row-reverse {
    grid-template-columns: minmax(360px, 1fr) minmax(0, 0.84fr);
}

.probiz-feature-row img,
.probiz-wide-image {
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--probiz-border);
    object-fit: cover;
    box-shadow: 0 28px 68px rgba(0, 0, 0, 0.34);
}

.probiz-feature-row img {
    aspect-ratio: 16 / 9;
}

.probiz-feature-row img.probiz-brochure-mockup,
.probiz-wide-image.probiz-brochure-mockup {
    object-fit: contain;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.probiz-wide-image {
    display: block;
    aspect-ratio: 21 / 9;
    margin-bottom: 32px;
}

.probiz-filterbar input,
.probiz-form input,
.probiz-form select,
.probiz-form textarea {
    min-height: 48px;
    border-radius: 8px;
    background: #0f1419;
    border-color: var(--probiz-border);
    color: var(--probiz-text);
}

.probiz-form label {
    color: var(--probiz-text);
}

.probiz-filter-buttons button {
    min-height: 44px;
    border-radius: 999px;
    color: var(--probiz-text);
}

.probiz-filter-buttons button.active {
    background: linear-gradient(90deg, var(--probiz-gold-deep), var(--probiz-gold-soft), var(--probiz-gold));
    color: #111;
}

.footer {
    background: #0a1218;
    border-top: 1px solid var(--probiz-border);
}

@media (max-width: 1199px) {
    .probiz-section .container,
    .probiz-page-hero .container,
    .probiz-hero .container,
    .footer .container,
    .top-bar .container {
        max-width: 100%;
        padding-left: 28px;
        padding-right: 28px;
    }

    .main-header .navbar-nav {
        gap: 7px !important;
    }

    .main-header .btn-nominate,
    .main-header .btn-sponsor {
        min-width: 96px;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .main-header .container-fluid {
        min-height: 88px;
        flex-wrap: wrap;
        padding-left: 24px;
        padding-right: 24px;
    }

    .probiz-menu-toggle {
        display: inline-flex !important;
        margin-left: auto;
    }

    .main-header .navbar-collapse {
        display: none !important;
        flex-basis: 100%;
        width: 100%;
    }

    .main-header .navbar-collapse.probiz-menu-open {
        display: block !important;
    }

    .main-header .navbar-nav {
        align-items: stretch !important;
        margin: 14px 0 0 !important;
    }

    .main-header .nav-link {
        display: flex !important;
        justify-content: space-between;
        padding: 13px 0 !important;
        border-bottom: 1px solid rgba(217, 185, 104, 0.14);
    }

    .main-header .dropdown-menu {
        position: static !important;
        width: 100%;
        margin: 0;
    }

    .main-header .cta-buttons {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        margin-top: 16px;
    }

    .probiz-image-hero {
        min-height: auto;
    }

    .probiz-hero-picture img {
        object-position: center top;
    }

    .probiz-hero-overlay {
        background:
            linear-gradient(180deg, rgba(6, 7, 10, 0.9), rgba(6, 7, 10, 0.72), rgba(6, 7, 10, 0.92)),
            linear-gradient(90deg, rgba(6, 7, 10, 0.72), rgba(6, 7, 10, 0.54));
    }

    .probiz-hero-inner,
    .probiz-feature-row,
    .probiz-feature-row-reverse,
    .probiz-split {
        grid-template-columns: 1fr;
    }

    .probiz-composition-hero .probiz-hero-inner {
        grid-template-columns: 1fr;
    }

    .probiz-composition-hero .probiz-hero-stage img {
        width: 100%;
        min-height: 320px;
        max-height: none;
    }

    .probiz-hero-inner {
        padding-top: 72px;
        padding-bottom: 64px;
    }

    .probiz-hero-panel {
        justify-self: start;
    }

    .probiz-grid,
    .probiz-grid-2,
    .probiz-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .probiz-thumb-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .probiz-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .probiz-section .container,
    .probiz-page-hero .container,
    .probiz-hero .container,
    .footer .container,
    .top-bar .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .top-bar .social-icons {
        display: none;
    }

    .main-header .container-fluid {
        min-height: 78px;
        padding: 12px 20px;
    }

    .probiz-brand {
        width: 150px;
    }

    .header-logo {
        height: 58px;
    }

    .probiz-menu-toggle {
        width: 48px;
        height: 42px;
    }

    .probiz-hero-copy h1,
    .probiz-page-hero h1 {
        font-size: 38px !important;
        line-height: 1.08;
    }

    .probiz-brand-text {
        margin-bottom: 48px;
        font-size: 18px;
    }

    .probiz-composition-hero .probiz-hero-inner {
        padding-top: 56px;
        padding-bottom: 50px;
    }

    .probiz-composition-hero .probiz-hero-stage img {
        min-height: 260px;
        aspect-ratio: 4 / 3;
    }

    .probiz-hero-copy p,
    .probiz-page-hero p,
    .probiz-section p,
    .probiz-feature-row p {
        font-size: 15px;
    }

    .probiz-section {
        padding: 58px 0;
    }

    .probiz-page-hero {
        min-height: 360px;
        padding: 64px 0;
    }

    .probiz-actions,
    .main-header .cta-buttons {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .probiz-actions .btn-nominate,
    .probiz-actions .btn-sponsor,
    .main-header .btn-nominate,
    .main-header .btn-sponsor {
        width: 100%;
        max-width: none;
        white-space: normal;
    }

    .probiz-hero-panel {
        width: 100%;
        padding: 20px;
    }

    .probiz-hero-facts,
    .probiz-grid,
    .probiz-grid-2,
    .probiz-grid-3,
    .probiz-stats,
    .probiz-form-grid {
        grid-template-columns: 1fr;
    }

    .probiz-category-card img,
    .probiz-media-card img {
        height: 172px;
    }

    .probiz-thumb-strip {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 36px;
        padding-top: 30px;
    }

    .probiz-wide-image {
        aspect-ratio: 4 / 3;
    }

    .probiz-card,
    .probiz-card-body,
    .probiz-form,
    .probiz-final-cta,
    .probiz-spotlight {
        padding: 20px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}

img,
video {
    max-width: 100%;
}

/* ==================== TOP BAR ==================== */
.top-bar {
    background-color: #030329;
    color: white;
    padding: 8px 0;
    font-size: 12px;
}

.venue-info {
    color: #ccc;
}

.venue-info strong {
    color: var(--gold);
}

.venue-date {
    margin-left: 30px;
}

.social-icons a {
    width: 32px;
    height: 32px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
    transition: all 0.3s;
}
.btn-text{
	font-weight: 700;
}

.social-icons a:hover {
    background-color: var(--gold);
    color: var(--navy);
}

/* ==================== MAIN HEADER ==================== */
.main-header {
    background-color: rgba(0, 0, 0, 0.97);
    border-bottom: 1px solid rgba(212, 175, 55, 0.25);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1030;
}

.main-header .container-fluid {
    min-height: 86px;
    gap: 10px;
    padding-left: clamp(16px, 2.5vw, 38px);
    padding-right: clamp(16px, 2.5vw, 38px);
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.probiz-brand {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    width: clamp(150px, 11vw, 190px);
    margin-right: 4px;
    padding: 0;
}

.header-logo {
    display: block;
    width: 100%;
    height: 66px;
    object-fit: contain;
    object-position: left center;
}

.sponsor-modal-logo {
    display: block;
    width: min(330px, 78vw);
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.edition-text {
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.3;
}

.navbar-nav .nav-link {
    color: white !important;
    font-weight: 800;


    font-size: 12px;
    line-height: 1.25;
    padding: 0.55rem 0.38rem !important;
    transition: color 0.3s;
    white-space: nowrap;
    text-transform: uppercase;
}

.navbar-nav .nav-link {
  position: relative;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent; /* underline placeholder */
}

.navbar-nav .nav-link:hover {
  color: var(--gold) !important;
  border-bottom-color: var(--gold); /* underline appears on hover */
}


.navbar-toggler {
    border-color: var(--gold);
    padding: 8px 12px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25);
}

.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(212, 175, 55, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.probiz-menu-toggle {
    display: none !important;
    border: 2px solid var(--gold);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.35);
    width: 56px;
    height: 48px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
}

.probiz-menu-toggle span {
    display: block;
    width: 26px;
    height: 2px;
    border-radius: 2px;
    background: var(--gold);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.probiz-menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.probiz-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.probiz-menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.probiz-mobile-trigger {
    display: none;
    border: 2px solid var(--probiz-gold, #d9b968);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.86);
    width: 50px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
}

.probiz-mobile-trigger span {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 2px;
    background: var(--probiz-gold, #d9b968);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.probiz-mobile-trigger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.probiz-mobile-trigger.active span:nth-child(2) {
    opacity: 0;
}

.probiz-mobile-trigger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

@media (min-width: 992px) {
    .probiz-mobile-trigger {
        display: none !important;
    }

    .probiz-mobile-word-trigger {
        display: none !important;
    }
}

.btn-nominate {
background: linear-gradient(to right, #BD8A3C, #DDC686);
    color:#0c0b0b;
    border: 2px solid var(--gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1.15;
    min-height: 40px;
    padding: 9px 14px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s;
}

.btn-nominate:hover {
    background-color: transparent;
    color: #0c0b0b;;
}

.btn-sponsor {
    background-color: transparent;
    color: var(--gold);
    border: 2px solid var(--gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    line-height: 1.15;
    min-height: 40px;
    padding: 9px 14px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s;
}

.btn-sponsor:hover {
    background-color: var(--gold);
    color: var(--navy);
}

.btn-login {
    background-color: transparent;
    color: white;
    border: 2px solid var(--gold);
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 15px;
    transition: all 0.3s;
}

.btn-login:hover {
    background-color: var(--gold);
    color: var(--navy);
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.95);
    border: 1px solid var(--gold);
    z-index: 1040;
    min-width: 220px;
    padding: 8px 0;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.35);
}

.dropdown-item {
    color: white;
    font-weight: 600;
    line-height: 1.35;
    padding: 10px 16px;
    white-space: normal;
    transition: all 0.3s;
}

.dropdown-item:hover {
    background-color: var(--gold);
    color: var(--navy);
}

@media (min-width: 992px) {
    .main-header .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .main-header .dropdown:hover > .dropdown-toggle::after {
        transform: rotate(180deg);
    }
}

/* ==================== SIDEBAR SOCIAL ==================== */
.sidebar-social {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 1000;
}

.sidebar-social a {
    border-radius: 5px;
    margin: 5px 0px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 22px;
    transition: all 0.3s;
}

.sidebar-social a.facebook {
    background-color: #3b5998;
}

.sidebar-social a.telegram {
    background-color: #0088cc;
}

.sidebar-social a.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.sidebar-social a.youtube {
    background-color: #ff0000;
}

.sidebar-social a.whatsapp {
    background-color: #25d366;
}

.sidebar-social a:hover {
    transform: translateX(5px);
}

/* ==================== FOOTER ==================== */
.footer {
    background-color: var(--dark-navy);
    color: white;
    padding: 60px 0 0;
    position: relative;
}

.scroll-top5 {
    z-index: 41 !important;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border: 2px solid white;
    border-radius: 50%;
    background-color: var(--dark-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 24px;
    transition: all 0.3s;
}

.scroll-top5:hover {
    background-color: var(--gold);
    border-color: var(--gold);
    color: var(--navy);
}

.footer-logo {
    display: block;
    width: min(250px, 100%);
    height: auto;
    margin-bottom: 20px;
    object-fit: contain;
}

.footer-description {
    color: #a0aec0;
    text-align: start;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.presented-by {
    color: var(--gold);
    font-style: italic;
    font-size: 16px;
    margin-bottom: 15px;
}

.probiz-media-logo {
    max-width: 180px;
}

.footer-heading {
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.footer-link {
    list-style: none;
    padding: 0;
}

.footer-link li {
    margin-bottom: 12px;
}

.footer-link a {
    color: #a0aec0;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s;
}

.footer-link a:hover {
    color: var(--gold);
    padding-left: 5px;
}

.newsletter-text {
    color: #a0aec0;
   text-align: start;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.newsletter-forms {
    display: flex;
    margin-bottom: 25px;
}

.newsletter-input {
    flex: 1;
    background-color: transparent;
    border: 2px solid var(--gold);
    border-right: none;
    padding: 12px 20px;
    color: white;
    font-size: 14px;
}

.newsletter-input::placeholder {
    color: #a0aec0;
}

.newsletter-input:focus {
    outline: none;
    background-color: rgba(212, 175, 55, 0.1);
}

.newsletter-btn {
background: linear-gradient(to right, #BD8A3C, #DDC686);
    border: 2px solid var(--gold);
    padding: 12px 25px;
    color: var(--navy);
    cursor: pointer;
    transition: all 0.3s;
}

.newsletter-btn:hover {
    background-color: transparent;
    color: var(--gold);
}

.social-icons-footer {
    display: flex;
    gap: 15px;
}

.social-icons-footer a {
    width: 45px;
    height: 45px;
    border: 2px solid #a0aec0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s;
}

.social-icons-footer a:hover {
    border-color: var(--gold);
    background-color: var(--gold);
    color: var(--navy);
}

.footer-bottom {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 30px 0;
    margin-top: 50px;
}

.association-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.association-text {
    color: var(--gold);
    font-style: italic;
    font-size: 16px;
    white-space: nowrap;
}

.association-logos {
    display: flex;
    gap: 30px;
    align-items: center;
}

.association-logos img {
    height: 60px;
    filter: grayscale(100%) brightness(0.8);
    transition: all 0.3s;
}

.association-logos img:hover {
    filter: grayscale(0%) brightness(1);
}

.copyright {
    color: #a0aec0;
    font-size: 14px;
    text-align: center;
}

.copyright strong {
    color: white;
}

.footer-bottom-links {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
}

.footer-bottom-links a {
    color: #a0aec0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-bottom-links a:hover {
    color: var(--gold);
}

/* ==================== MEDIA QUERIES ==================== */

/* Tablet and below (992px) */
@media (max-width: 991px) {
    .main-header {
        padding: 8px 0;
    }

    .main-header .container-fluid {
        min-height: 88px;
        align-items: center;
    }

    .top-bar {
        font-size: 12px;
        padding: 10px 0;
    }

    .venue-date {
        margin-left: 15px;
    }

    .social-icons {
        margin-top: 10px;
    }

    .probiz-brand {
        width: 188px;
        margin-right: 0;
    }

    .navbar-nav {
        margin-top: 15px;
        align-items: stretch !important;
    }

    .navbar-nav .nav-link {
        padding: 10px 15px !important;
        white-space: normal;
    }

    .navbar-collapse {
        background: rgba(0, 0, 0, 0.98);
        border-top: 1px solid rgba(212, 175, 55, 0.25);
        margin-top: 12px;
        padding: 8px 0 16px;
    }

    .navbar .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin: 0;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }

    .navbar .dropdown-menu.show {
        display: block;
    }

    .cta-buttons {
        margin-top: 15px;
        flex-direction: column;
        align-items: stretch !important;
    }

    .cta-buttons .btn-nominate,
    .cta-buttons .btn-sponsor {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer-heading {
        margin-top: 30px;
    }

    .association-section {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .association-logos {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .footer-bottom-links {
        justify-content: center;
        margin-top: 15px;
        flex-wrap: wrap;
    }
}

/* Mobile landscape and below (768px) */
@media (max-width: 767px) {
    .top-bar {
        text-align: center;
    }

    .venue-info {
        font-size: 11px;
    }

    .venue-date {
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }

    .social-icons {
        justify-content: center;
        margin-top: 10px;
    }

    .sidebar-social {
        /*display: none;*/
    }

    .scroll-top {
        width: 50px;
        height: 50px;
        top: -25px;
    }

    .footer-logo {
        max-width: 200px;
    }

    .probiz-media-logo {
        max-width: 150px;
    }

    .association-logos img {
        height: 50px;
    }

    .copyright {
        font-size: 12px;
    }

    .footer-bottom-links {
        gap: 15px;
        font-size: 12px;
    }
}

/* Mobile portrait (576px) */
@media (max-width: 575px) {
    .top-bar {
        padding: 8px 0;
    }

    .venue-info {
        font-size: 10px;
    }

    .social-icons a {
        width: 28px;
        height: 28px;
        font-size: 14px;
        margin-left: 8px;
    }

    .logo-section {
        gap: 10px;
    }

    .main-header .container-fluid {
        min-height: 80px;
    }

    .probiz-brand {
        width: 168px;
    }

    .edition-text {
        font-size: 9px;
    }

    .navbar-nav .nav-link {
        font-size: 14px;
        padding: 8px 10px !important;
    }

    .btn-nominate,
    .btn-sponsor,
    .btn-login {
        padding: 10px 20px;
        font-size: 13px;
        max-width: 200px;
    }

    .cta-buttons .btn-nominate,
    .cta-buttons .btn-sponsor {
        max-width: none;
    }

    .footer {
        padding: 40px 0 0;
    }

    .footer-heading {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 25px;
    }

    .footer-description,
    .newsletter-text {
        font-size: 13px;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-input {
        border-right: 2px solid var(--gold);
        border-bottom: none;
        margin-bottom: 0;
    }

    .newsletter-btn {
        width: 100%;
        padding: 12px;
    }

    .social-icons-footer a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .association-text {
        font-size: 14px;
    }

    .association-logos {
        gap: 15px;
    }

    .association-logos img {
        height: 40px;
    }

    .footer-bottom {
        padding: 20px 0;
    }

    .footer-bottom-links {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
}

/* Extra small devices (425px) */
@media (max-width: 425px) {
    .venue-info strong {
        display: block;
    }

    .main-header .container-fluid {
        min-height: 72px;
    }

    .probiz-brand {
        width: 148px;
    }

    .footer-logo {
        max-width: 180px;
    }

    .probiz-media-logo {
        max-width: 130px;
    }

    .presented-by {
        font-size: 14px;
    }
}

/* Extra extra small devices (375px) */
@media (max-width: 375px) {
    .top-bar {
        font-size: 9px;
    }

    .social-icons a {
        width: 25px;
        height: 25px;
        font-size: 12px;
        margin-left: 5px;
    }

    .main-header .container-fluid {
        min-height: 68px;
    }

    .probiz-brand {
        width: 136px;
    }

    .edition-text {
        font-size: 8px;
    }

    .footer-heading {
        font-size: 15px;
    }

    .association-logos img {
        height: 35px;
    }
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 20px;
}

.hero-title {
    font-size: 5rem;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8);
    animation: fadeInUp 1s ease;
}

.hero-subtitle {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 40px;
    color: #f0f0f0;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
    animation: fadeInUp 1.2s ease;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    animation: fadeInUp 1.4s ease;
}

.btn-hero-sponsor {
background: linear-gradient(to right, #BD8A3C, #DDC686);
    color: var(--navy);
    border: 3px solid var(--gold);
    font-weight: 700;
    padding: 15px 45px;
    border-radius: 15px;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.btn-hero-sponsor:hover {
    background-color: transparent;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
}

.btn-hero-login {
    background-color: transparent;
    color: white;
    border: 3px solid var(--gold);
    font-weight: 700;
    padding: 15px 45px;
    border-radius: 15px;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.btn-hero-login:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: white;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.video-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

@media (max-width: 767px) {
    .sidebar-social {
        /*display: none;*/
    }

    .logo-section img {
        height: 45px;
    }

    .edition-text {
        font-size: 9px;
    }

    .hero-title {
        font-size: 2.5rem;
        letter-spacing: 1px;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .btn-hero-sponsor,
    .btn-hero-login {
        padding: 12px 30px;
        font-size: 14px;
    }

    .navbar-nav .nav-link {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .logo-section {
        gap: 10px;
    }

    .logo-section img {
        height: 35px;
    }

    .edition-text {
        font-size: 8px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .btn-hero-sponsor,
    .btn-hero-login {
        padding: 12px 25px;
        font-size: 13px;
    }

    .cta-buttons-header {
        flex-direction: column;
        width: 100%;
    }

    .cta-buttons-header .btn {
        width: 100%;
        margin-bottom: 8px;
    }
}

@media (max-width: 425px) {
    .hero-title {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
    }
}







* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #0a1628;
    color: #ffffff;
    line-height: 1.6;
}

.container {

    margin: 0 auto;
    padding: 0 20px;
}

header {
    background: linear-gradient(to right, #0a1628, #1a2947);
    border-bottom: 2px solid #d4af37;
    padding: 20px 0;
}

.hero-section {
    text-align: center;
    padding: 80px 20px;
    background: radial-gradient(ellipse at center, #1a2947 0%, #0a1628 70%);
    position: relative;
    overflow: hidden;
}

.hero-trophy {
    width: 300px;
    height: 300px;
    margin: 0 auto 30px;
    position: relative;
}

.trophy-circle {
    width: 250px;
    height: 250px;
    border: 3px solid #d4af37;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.1);
    position: relative;
}

.trophy-icon {
    font-size: 120px;
    color: #d4af37;
}

.hero-badge {
    background-color: #d4af37;
    color: #0a1628;
    padding: 8px 20px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
}

.hero-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-title span {
    color: #d4af37;
}

.hero-subtitle {
    color: #a0aec0;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto 30px;
}

.cta-button {
    background-color: #d4af37;
    color: #0a1628;
    padding: 15px 40px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.cta-button:hover {
        color: #000!important;
    background-color: #f0c857;
    transform: translateY(-2px);
}

.section-title {
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
    color: #f3f1ec;
    margin-bottom: 10px;
    font-weight: bold;
}
.section-title-span {
    color: #d4af37;
    font-size: 30px;
}

.section-heading {
    text-align: center;
    font-size: 39px;
    margin-bottom: 50px;
    font-weight: bold;
}

.section-heading span {
    color: #d4af37;
}

.sponsors-section {
    padding: 80px 20px;
    background-color: #0a1929;
}

.sponsor-tier {
    margin-bottom: 60px;
}

.tier-title {
    text-align: center;
    font-size: 23px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: bold;
}

.sponsor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    justify-items: center;
    align-items: center;
}

.sponsor-card {
    background-color: #ffffff;
    padding: 30px 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    width: 100%;
    max-width: 250px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.sponsor-logo {
    font-weight: bold;
    color: #0a1628;
    font-size: 24px;
}

.partners-section {
    padding: 80px 20px;
    background-color: #0a1929;
}

.partners-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.partner-logo {

    transition: opacity 0.3s;
}

.partner-logo:hover {
    opacity: 1;
}

.impact-section {
    padding: 80px 20px;
    background-color: #0d1b2e;
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.impact-card {
    display: flex;
    text-align: center;
    padding: 30px;
    color: #ffffff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.impact-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.07);
    border: 4px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    margin-bottom: 30px;
    transition: .3s ease-in-out;
    font-size: 30px;
    color: #fff;
}

.impact-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #fff !important;
}

.impact-description {
    color: #a0aec0;
    font-size: 14px;
    line-height: 1.8;
}

.strategy-section {
    padding: 80px 20px;
    background-color: #0a1628;
}

.strategy-diagram {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 30px;
}

.strategy-column {
    flex: 1;
    min-width: 200px;
    text-align: center;
}

.strategy-box {
    background: linear-gradient(135deg, #1a2947, #0d1b2e);
    border: 2px solid #2d3748;
    border-radius: 8px;
    padding: 30px 20px;
    margin-bottom: 20px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.strategy-box h3 {
    color: #d4af37;
    font-size: 16px;
    margin-bottom: 10px;
}

.strategy-box ul {
    list-style: none;
    color: #a0aec0;
    font-size: 12px;
}

.strategy-box ul li {
    margin-bottom: 8px;
}

.stage-indicator {
    color: #d4af37;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
}

.stage-label {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.brochure-section {
    padding: 80px 20px;
    background-color: #0a1929;
}


.brochure-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}

.brochure-image {
    flex: 1;
    min-width: 340px;
}

.brochure-text {
    flex: 1;
    min-width: 300px;
}

.brochure-badge {
    color: #d4af37;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: bold;
}

.brochure-title {
    font-size: 42px;
    margin-bottom: 30px;
    line-height: 1.2;
}

.brochure-title span {
    color: #d4af37;
}

.brochure-features {
    list-style: none;
    margin-bottom: 30px;
}

.brochure-features li {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
    color: #a0aec0;
}

.brochure-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #d4af37;
    font-weight: bold;
}

.categories-section {
    padding: 80px 20px;
    background-color: #0a1628;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.category-card {
    background: linear-gradient(135deg, #1a2947, #0d1b2e);
    border: 2px solid #2d3748;
    border-radius: 8px;
    padding: 30px;
}

.category-title {
    color: #d4af37;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.category-list {
    list-style: none;
}

.category-list li {
    padding: 12px 0;
    border-bottom: 1px solid #2d3748;
    color: #a0aec0;
    font-size: 14px;
}

.category-list li:last-child {
    border-bottom: none;
}

.cta-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #d4af37, #f0c857);
    text-align: center;
}

.cta-section h2 {
    color: #0a1628;
    font-size: 36px;
    margin-bottom: 20px;
}

.cta-section p {
    color: #0a1628;
    margin-bottom: 30px;
    font-size: 18px;
}

.cta-section .cta-button {
    background-color: #0a1628;
    color: #d4af37;
}

.cta-section .cta-button:hover {
    background-color: #1a2947;
}

footer {
    background-color: #0d1b2e;
    padding: 40px 20px;
    text-align: center;
    border-top: 2px solid #d4af37;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #a0aec0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #d4af37;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 32px;
    }

    .section-heading {
        font-size: 28px;
    }

    .brochure-title {
        font-size: 32px;
    }

    .strategy-diagram {
        flex-direction: column;
    }
}



.section-title {
    color: #ff4d00;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-heading {
    font-size: 8rem;
    margin-bottom: 40px;
}

.section-heading span {
    color: #ff4d00;
}

/* Carousel Container */
.partners-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* Track (moving strip of logos) */
.partners-track {
    display: flex;
    gap: 40px;
    animation: scroll 40s linear infinite;
}





/* Each logo */
.partner-logo {
    flex: 0 0 auto;
    width: calc(25% - 30px);
    /* 4 per view */
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo img {
    max-width: 350px;
    height: auto;

    opacity: 0.8;
    transition: 0.3s ease;
}

.partner-logo img:hover {

    opacity: 1;
}

/* Keyframes for continuous scroll */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .partner-logo {
        width: calc(33.33% - 30px);
        /* 3 visible */
    }
}

@media (max-width: 576px) {
    .partner-logo {
        width: calc(50% - 20px);
        /* 2 visible on mobile */
    }
}




/* Section styling */
.impact-section {
    padding: 80px 0;

    text-align: center;
}

.section-title {
    color: #f5f1ef;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-heading {
    font-size: 2rem;
    margin-bottom: 40px;
}

.section-heading span {
    color: #ff4d00;
}

/* Carousel structure */
.impact-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.impact-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
    color: #fff;
}

/* Card styling */
.impact-card {
    flex: 0 0 25%;
    /* 4 cards per view */
    box-sizing: border-box;
    padding: 50px;
    background: #040E18;
    color: #fff;
    margin: 10px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.impact-card:hover {
    transform: translateY(-6px);
}

.impact-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.impact-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    /* color: #222; */
}

.impact-description {
    /* color: #555; */
    font-size: 0.95rem;
}

/* Arrows */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #d4af37;
    color: #fff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 8px 5px;
    border-radius: 50%;
    transition: 0.3s;
    z-index: 10;
}

.carousel-btn:hover {
    background: #d4af37;
}

.carousel-btn.prev {
    padding: 0px 13px;
    left: 10px;
}

.carousel-btn.next {
    padding: 0px 13px;
    right: 10px;
}

/* Dots */
.carousel-dots {
    margin-top: 20px;
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active {
    background: #d4af37;
}

/* Responsive */
@media (max-width: 992px) {
    .impact-card {
        flex: 0 0 50%;
        /* 2 per view */
    }
}

@media (max-width: 576px) {
    .impact-card {
        flex: 0 0 100%;
        /* 1 per view */
    }
}


.sp-cards {
    position: relative;
    width: 25rem;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.sp-cards img {
    width: 100%;
    display: block;
    transition: opacity 0.3s ease;
}

/* Hidden hover layer */
.sp-cards .sp-hover {
    position: absolute;
    inset: 0;
    background-color: #d4af37;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
}

/* Title style */
.sp-cards .sp-hover h3 {
    margin: 0 0 1rem 0;
    font-size: 1.5rem;
    font-weight: 600;
}

/* Button style */
.sp-cards .sp-hover .view-btn {
    border: 1px solid white;
    padding: 0.5rem 1.5rem;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Hover interaction */
.sp-cards .sp-hover .view-btn:hover {
    background: white;
    color: #d4af37;
}

/* On hover: hide image, show overlay */
.sp-cards:hover img {
    opacity: 0;
}

.sp-cards:hover .sp-hover {
    opacity: 1;
}

.newsletter-consent {
    display: block;
    width: 100%;
    color: #a0aec0;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
}

.newsletter-consent input {
    margin-right: 6px;
}

/* ==================== PROBIZ CONTENT PAGES ==================== */
.probiz-hero,
.probiz-page-hero {
    position: relative;
    overflow: hidden;
    background: #05060a;
    color: #fff;
}

.probiz-hero {
    min-height: 720px;
    display: flex;
    align-items: center;
    isolation: isolate;
}

.probiz-hero-video {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.probiz-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.88;
}

.probiz-hero-sheen {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(3, 4, 8, 0.94) 0%, rgba(3, 4, 8, 0.76) 44%, rgba(3, 4, 8, 0.28) 100%),
        radial-gradient(circle at 72% 28%, rgba(212, 163, 49, 0.25), transparent 34%),
        linear-gradient(180deg, rgba(3, 4, 8, 0.2), rgba(3, 4, 8, 0.94));
}

.probiz-hero::after,
.probiz-page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(120deg, rgba(4, 6, 12, 0.9), rgba(6, 24, 39, 0.64)),
        url("../assets/banner/banner_bg.jpg") center/cover no-repeat;
    opacity: 0.92;
}

.probiz-hero::after {
    display: none;
}

.probiz-hero-inner,
.probiz-page-hero .container {
    position: relative;
    z-index: 3;
}

.probiz-hero h1,
.probiz-page-hero h1 {
    max-width: 860px;
    color: #fff;
    font-size: clamp(44px, 5.4vw, 82px);
    font-weight: 900;
    line-height: 1.04;
    margin: 14px 0 22px;
}

.probiz-hero p,
.probiz-page-hero p {
    max-width: 760px;
    color: #e6edf5;
    font-size: 18px;
    line-height: 1.8;
}

.probiz-page-hero {
    padding: 110px 0 90px;
    min-height: 440px;
    display: flex;
    align-items: center;
}

.probiz-hero-showcase {
    display: flex;
    justify-content: flex-end;
}

.probiz-glass-panel {
    position: relative;
    width: min(100%, 560px);
    min-height: 520px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid rgba(245, 215, 123, 0.26);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035));
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.46);
    backdrop-filter: blur(16px);
}

.probiz-glass-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../assets/banner/banner_bg02.jpg") center/cover no-repeat;
    opacity: 0.24;
}

.probiz-hero-logo,
.probiz-hero-trophy,
.probiz-hero-chips {
    position: relative;
    z-index: 1;
}

.probiz-hero-logo {
    display: block;
    width: min(100%, 430px);
    height: auto;
    margin: 0 auto 18px;
    object-fit: contain;
}

.probiz-hero-trophy {
    display: block;
    width: min(100%, 390px);
    height: auto;
    max-height: 300px;
    margin: 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.45));
}

.probiz-hero-chips {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.probiz-hero-chips span {
    border: 1px solid rgba(245, 215, 123, 0.32);
    border-radius: 8px;
    background: rgba(4, 8, 14, 0.52);
    color: #f5d77b;
    font-size: 13px;
    font-weight: 800;
    padding: 12px 10px;
    text-align: center;
}

.probiz-kicker {
    color: #e5bd49;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.probiz-event-line,
.probiz-price {
    display: inline-flex;
    align-items: center;
    color: #f5d77b;
    font-weight: 700;
    margin-top: 6px;
}

.probiz-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.probiz-section {
    background: #081826;
    color: #fff;
    padding: 82px 0;
}

.probiz-section-alt {
    background: #0f2232;
}

.probiz-intro-band {
    background:
        linear-gradient(90deg, rgba(8, 24, 38, 0.96), rgba(14, 39, 57, 0.94)),
        url("../assets/bg/choose_bg.jpg") center/cover fixed;
}

.probiz-section h2,
.probiz-section h3 {
    color: #fff;
}

.probiz-split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 42px;
    align-items: start;
    margin-bottom: 36px;
}

.probiz-split h2,
.probiz-section-head h2,
.probiz-final-cta h2 {
    font-size: clamp(32px, 3.8vw, 54px);
    font-weight: 800;
    line-height: 1.12;
}

.probiz-split p,
.probiz-section-head p,
.probiz-card p,
.probiz-spotlight p,
.probiz-note {
    color: #c8d3df;
    line-height: 1.75;
}

.probiz-section-head {
    max-width: 850px;
    margin-bottom: 34px;
}

.probiz-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.probiz-stats div,
.probiz-card,
.probiz-spotlight,
.probiz-final-cta,
.probiz-form,
.probiz-alert,
.probiz-faq details {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.035));
    border: 1px solid rgba(229, 189, 73, 0.22);
    border-radius: 8px;
    box-shadow: 0 20px 58px rgba(0, 0, 0, 0.22);
}

.probiz-stats div {
    padding: 24px;
}

.probiz-stats strong {
    display: block;
    color: #e5bd49;
    font-size: 42px;
    line-height: 1;
}

.probiz-stats span {
    color: #d7e0eb;
}

.probiz-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.probiz-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.probiz-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.probiz-card {
    min-height: 230px;
    padding: 24px;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.probiz-card:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 215, 123, 0.46);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
}

.probiz-card span {
    display: inline-block;
    color: #e5bd49;
    font-weight: 800;
    margin-bottom: 10px;
}

.probiz-card h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.probiz-card a,
.probiz-card-actions a {
    color: #f5d77b;
    font-weight: 700;
    text-decoration: none;
}

.probiz-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.probiz-spotlight,
.probiz-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 28px;
    padding: 28px;
}

.probiz-spotlight-img {
    width: 210px;
    max-width: 100%;
    height: 150px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
}

.probiz-media-card {
    padding: 0;
    overflow: hidden;
}

.probiz-media-card img {
    display: block;
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.probiz-media-card h3,
.probiz-media-card p {
    padding-left: 24px;
    padding-right: 24px;
}

.probiz-media-card h3 {
    padding-top: 22px;
}

.probiz-media-card p {
    padding-bottom: 24px;
}

.probiz-final-cta {
    flex-direction: column;
    align-items: flex-start;
}

.probiz-note {
    margin-top: 26px;
    font-size: 14px;
}

.probiz-filterbar {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.probiz-filterbar input,
.probiz-form input,
.probiz-form select,
.probiz-form textarea {
    width: 100%;
    border: 1px solid rgba(229, 189, 73, 0.28);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    padding: 13px 14px;
}

.probiz-filterbar input {
    max-width: 430px;
}

.probiz-form select option {
    color: #111;
}

.probiz-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.probiz-filter-buttons button {
    border: 1px solid rgba(229, 189, 73, 0.42);
    border-radius: 999px;
    background: transparent;
    color: #fff;
    padding: 9px 14px;
}

.probiz-filter-buttons button.active {
    background: #d4af37;
    color: #06111d;
}

.probiz-no-results {
    color: #fff;
    padding: 22px;
    border: 1px dashed rgba(229, 189, 73, 0.35);
    border-radius: 8px;
}

.probiz-form {
    padding: 28px;
}

.probiz-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.probiz-form label {
    display: block;
    color: #f4f7fb;
    font-weight: 700;
    margin-bottom: 18px;
}

.probiz-form textarea {
    resize: vertical;
}

.probiz-form #summaryCount {
    float: right;
    color: #e5bd49;
    font-size: 12px;
}

.probiz-check {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: flex-start;
    column-gap: 14px;
    color: #c8d3df !important;
    font-weight: 500 !important;
}

.probiz-check input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    margin: 4px 0 0 !important;
    padding: 0 !important;
}

.probiz-check span {
    display: block;
    min-width: 0;
    line-height: 1.55;
}

.probiz-consent-stack {
    display: grid;
    gap: 18px;
    margin: 26px 0 28px;
}

.probiz-consent-stack .probiz-check {
    margin: 0 !important;
}

.probiz-alert {
    color: #fff;
    margin-bottom: 18px;
    padding: 16px 18px;
}

.probiz-alert-error {
    border-color: rgba(255, 104, 104, 0.4);
}

.probiz-faq {
    display: grid;
    gap: 12px;
}

.probiz-faq details {
    padding: 18px 20px;
}

.probiz-faq summary {
    color: #fff;
    cursor: pointer;
    font-weight: 800;
}

.probiz-faq p {
    color: #c8d3df;
    margin: 14px 0 0;
}

@media (max-width: 991px) {
    .probiz-hero {
        min-height: auto;
        padding: 92px 0 70px;
    }

    .probiz-split,
    .probiz-grid,
    .probiz-grid-2,
    .probiz-grid-3,
    .probiz-stats,
    .probiz-form-grid {
        grid-template-columns: 1fr;
    }

    .probiz-spotlight {
        align-items: flex-start;
        flex-direction: column;
    }

    .probiz-hero-showcase {
        justify-content: flex-start;
    }

    .probiz-glass-panel {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .probiz-hero,
    .probiz-page-hero {
        padding: 72px 0;
        min-height: auto;
    }

    .probiz-section {
        padding: 56px 0;
    }

    .probiz-card,
    .probiz-form,
    .probiz-spotlight,
    .probiz-final-cta {
        padding: 20px;
    }

    .probiz-glass-panel {
        padding: 20px;
    }

    .probiz-hero-chips {
        grid-template-columns: 1fr;
    }

    .probiz-media-card {
        padding: 0;
    }
}

/* ==================== FINAL PROBIZ FIT OVERRIDES ==================== */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        align-items: center;
        min-width: 0;
    }

    .main-header .navbar-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: clamp(8px, 1vw, 18px);
        min-width: 0;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .main-header .cta-buttons {
        display: flex !important;
        flex-shrink: 0;
        gap: 8px !important;
        margin-top: 0;
    }

    .main-header .btn-nominate,
    .main-header .btn-sponsor {
        min-width: 106px;
        max-width: 132px;
        min-height: 40px;
        padding: 8px 12px;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 900;
    }

    .main-header .navbar-toggler {
        display: none !important;
    }
}

.probiz-hero {
    min-height: clamp(620px, 74vh, 760px);
    background-color: var(--ink);
}

.probiz-hero-copy {
    max-width: 760px;
}

.probiz-hero-inner > .tw-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    align-items: center;
    gap: clamp(34px, 4vw, 70px);
}

.probiz-hero h1 {
    max-width: 720px;
    color: var(--text-main);
    font-size: clamp(48px, 4.2vw, 76px);
    font-weight: 900;
    line-height: 1.02;
    text-shadow: 0 7px 28px rgba(0, 0, 0, 0.78);
    white-space: normal !important;
    overflow-wrap: normal;
}

.probiz-hero-title span {
    display: block;
    white-space: normal !important;
}

.probiz-title-mobile {
    display: none !important;
}

.probiz-hero p {
    max-width: 650px;
    color: #f2f6fb;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.72;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.82);
}

.probiz-hero-video {
    filter: saturate(1.05) contrast(1.08) brightness(0.74);
}

.probiz-hero-sheen {
    background:
        linear-gradient(90deg, rgba(4, 5, 9, 0.97) 0%, rgba(4, 5, 9, 0.86) 38%, rgba(4, 5, 9, 0.52) 70%, rgba(4, 5, 9, 0.4) 100%),
        linear-gradient(180deg, rgba(4, 5, 9, 0.18), rgba(4, 5, 9, 0.9)),
        radial-gradient(circle at 72% 34%, rgba(212, 163, 49, 0.18), transparent 35%);
}

.probiz-glass-panel {
    width: min(100%, 500px);
    min-height: 420px;
    padding: 26px;
}

.probiz-hero-logo {
    width: min(100%, 360px);
    max-height: 150px;
}

.probiz-hero-trophy {
    width: min(100%, 340px);
    max-height: 205px;
}

.probiz-hero-chips span {
    min-height: 38px;
    font-size: 12px;
}

.probiz-section {
    padding: 72px 0;
}

.probiz-section h2 {
    letter-spacing: 0;
}

.probiz-card {
    min-height: 214px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .probiz-brand {
        width: 142px;
    }

    .header-logo {
        height: 58px;
    }

    .navbar-nav .nav-link {
        font-size: 11px;
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .main-header .btn-nominate,
    .main-header .btn-sponsor {
        min-width: 92px;
        max-width: 110px;
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .main-header .navbar-collapse.show {
        display: block !important;
    }

    .main-header .navbar-collapse.probiz-menu-open {
        display: block !important;
    }

    .probiz-hero h1 {
        font-size: clamp(38px, 9vw, 58px);
    }

    .probiz-hero-inner > .tw-grid {
        grid-template-columns: 1fr;
    }

    .probiz-hero p {
        font-size: 16px;
    }

    .probiz-glass-panel {
        width: min(100%, 430px);
    }
}

/* ==================== RESPONSIVE SCREEN FIXES ==================== */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.main-header .container-fluid {
    display: flex;
    align-items: center;
}

.probiz-hero .container,
.probiz-section .container,
.footer .container,
.top-bar .container {
    width: min(100%, 1240px);
    max-width: 1240px;
}

@media (min-width: 1400px) {
    .probiz-hero .container,
    .probiz-section .container,
    .footer .container,
    .top-bar .container {
        max-width: 1320px;
    }

    .probiz-hero h1 {
        font-size: 68px;
    }
}

@media (max-width: 1199px) {
    .sidebar-social {
        display: none !important;
    }

    .probiz-hero .container,
    .probiz-section .container,
    .footer .container,
    .top-bar .container {
        max-width: 100%;
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media (max-width: 991px) {
    .probiz-menu-toggle {
        display: inline-flex !important;
    }

    .top-bar {
        padding: 10px 0;
    }

    .venue-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px 18px;
        line-height: 1.45;
        text-align: center;
        white-space: normal !important;
    }

    .venue-date {
        margin-left: 0;
    }

    .main-header {
        position: sticky;
    }

    .main-header .container-fluid {
        min-height: 96px;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-left: 24px;
        padding-right: 24px;
    }

    .probiz-brand {
        width: 180px;
    }

    .header-logo {
        height: 70px;
    }

    .main-header .navbar-toggler {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 48px;
        margin-left: auto;
    }

    .main-header .navbar-collapse {
        display: none !important;
        width: 100%;
        flex-basis: 100%;
    }

    .main-header .navbar-collapse.show {
        display: block !important;
    }

    .main-header .navbar-nav {
        width: 100%;
        gap: 0;
        margin: 12px 0 0 !important;
    }

    .main-header .nav-item,
    .main-header .nav-link {
        width: 100%;
    }

    .main-header .nav-link {
        display: flex !important;
        justify-content: space-between;
        font-size: 14px !important;
        padding: 13px 16px !important;
        border-bottom: 1px solid rgba(212, 175, 55, 0.14);
    }

    .main-header .cta-buttons {
        width: 100%;
        margin-top: 14px;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px !important;
    }

    .main-header .btn-nominate,
    .main-header .btn-sponsor {
        width: 100%;
        min-width: 0;
        max-width: none;
        font-size: 12px;
    }

    .probiz-hero {
        min-height: auto;
        padding: 72px 0 64px;
    }

    .probiz-hero-inner > .tw-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .probiz-hero-copy,
    .probiz-hero h1,
    .probiz-hero p {
        max-width: 100%;
    }

    .probiz-hero h1 {
        font-size: clamp(38px, 7vw, 48px);
        line-height: 1.08;
        white-space: normal !important;
        overflow-wrap: normal;
    }

    .probiz-hero p {
        font-size: 16px;
        line-height: 1.65;
    }

    .probiz-hero-showcase {
        justify-content: flex-start;
    }

    .probiz-glass-panel {
        width: min(100%, 520px);
        min-height: auto;
    }

    .probiz-grid,
    .probiz-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .probiz-grid-2,
    .probiz-split,
    .probiz-stats,
    .probiz-form-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .top-bar .container,
    .probiz-hero .container,
    .probiz-section .container,
    .footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .top-bar {
        font-size: 11px;
    }

    .venue-info {
        display: block;
        width: 100%;
    }

    .venue-info strong,
    .venue-date {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .venue-date {
        margin-top: 4px;
        overflow-wrap: break-word;
    }

    .social-icons {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .social-icons a {
        margin-left: 0;
    }

    .main-header .container-fluid {
        min-height: 92px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .probiz-brand {
        width: 154px;
    }

    .header-logo {
        height: 62px;
    }

    .main-header .navbar-toggler {
        width: 52px;
        height: 44px;
        padding: 6px 10px;
    }

    .probiz-menu-toggle {
        display: inline-flex !important;
    }

    .probiz-hero {
        padding: 56px 0 52px;
    }

    .probiz-kicker {
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .probiz-hero h1,
    .probiz-page-hero h1 {
        font-size: 34px;
        line-height: 1.1;
        margin-bottom: 16px;
        white-space: normal !important;
        overflow-wrap: break-word;
        word-break: normal;
    }

    .probiz-hero-title span {
        display: block;
    }

    .probiz-title-desktop {
        display: none !important;
    }

    .probiz-title-mobile {
        display: block !important;
    }

    .probiz-hero p,
    .probiz-page-hero p {
        font-size: 15px;
        line-height: 1.62;
    }

    .probiz-event-line {
        display: block;
        line-height: 1.55;
    }

    .probiz-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .probiz-actions .btn-nominate,
    .probiz-actions .btn-sponsor {
        width: 100%;
        max-width: none;
    }

    .probiz-glass-panel {
        width: 100%;
        padding: 18px;
    }

    .probiz-hero-logo {
        width: min(100%, 280px);
        max-height: 120px;
    }

    .probiz-hero-trophy {
        width: min(100%, 270px);
        max-height: 180px;
    }

    .probiz-hero-chips {
        grid-template-columns: 1fr;
    }

    .probiz-grid,
    .probiz-grid-2,
    .probiz-grid-3,
    .probiz-stats {
        grid-template-columns: 1fr;
    }

    .probiz-split h2,
    .probiz-section-head h2,
    .probiz-final-cta h2 {
        font-size: 32px;
    }

    .probiz-media-card img {
        height: 170px;
    }

    .main-header .cta-buttons {
        grid-template-columns: 1fr;
    }
}

/* Mobile hard clamp: protects against old theme fixed widths. */
@media (max-width: 575px) {
    body,
    #main,
    .top-bar,
    .main-header,
    .probiz-hero,
    .probiz-section,
    .footer {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .top-bar .container,
    .main-header .container-fluid,
    .probiz-hero .container,
    .probiz-section .container,
    .footer .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }

    .top-bar *,
    .probiz-hero *,
    .probiz-section * {
        max-width: 100% !important;
    }

    .venue-info,
    .venue-info strong,
    .venue-date {
        white-space: normal !important;
        text-align: center;
    }

    .venue-date {
        max-width: 330px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .main-header .container-fluid {
        position: relative;
        min-height: 102px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .main-header .navbar-toggler {
        position: absolute;
        top: 29px;
        right: 20px;
        z-index: 5;
        display: inline-flex !important;
    }

    .main-header .probiz-menu-toggle {
        position: absolute;
        top: 29px;
        right: 20px;
        z-index: 6;
        display: inline-flex !important;
        width: 52px;
        height: 44px;
    }

    .main-header .navbar-collapse.probiz-menu-open {
        display: block !important;
    }

    .probiz-brand {
        max-width: 150px !important;
    }

    .probiz-hero-inner > .tw-grid {
        display: block !important;
    }

    .probiz-hero-copy {
        width: 100% !important;
    }

    .probiz-hero h1 {
        width: 100% !important;
        font-size: 32px !important;
        line-height: 1.12 !important;
    }

    .probiz-hero p {
        width: 100% !important;
        font-size: 15px !important;
        line-height: 1.62 !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
    }

    .probiz-actions .btn-nominate,
    .probiz-actions .btn-sponsor,
    .main-header .btn-nominate,
    .main-header .btn-sponsor {
        width: 100% !important;
        white-space: normal !important;
    }

    .probiz-glass-panel {
        margin-top: 30px;
    }
}

/* Final mobile corrections for the PDF-style homepage. */
@media (max-width: 575px) {
    body .main-header .container-fluid {
        min-height: 86px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: wrap !important;
    }

    body .main-header .probiz-menu-toggle {
        position: fixed !important;
        top: 102px !important;
        right: 20px !important;
        margin-left: 0 !important;
        z-index: 2000 !important;
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 50px !important;
        height: 42px !important;
        transform: none !important;
        border-color: var(--probiz-gold) !important;
        background: rgba(0, 0, 0, 0.86) !important;
        flex: 0 0 50px !important;
    }

    body .main-header .probiz-menu-toggle span {
        max-width: 26px !important;
        background: var(--probiz-gold) !important;
    }

    body .main-header .probiz-mobile-trigger {
        position: fixed !important;
        top: 102px !important;
        right: 20px !important;
        z-index: 3000 !important;
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 50px !important;
        height: 42px !important;
    }

    body .main-header .navbar-collapse {
        margin-top: 14px !important;
        padding-top: 12px !important;
    }

    body .probiz-composition-hero .probiz-hero-copy h1 {
        max-width: 100% !important;
        font-size: 34px !important;
        line-height: 1.12 !important;
        overflow-wrap: anywhere !important;
    }

    body .probiz-composition-hero .probiz-hero-copy h1 span {
        display: block !important;
        width: 100% !important;
    }

    body .probiz-composition-hero .probiz-hero-stage img {
        width: 100% !important;
        min-height: 0 !important;
        height: auto !important;
        aspect-ratio: auto !important;
        object-fit: contain !important;
    }
}

/* Final user-requested category list sizing and black background. */
:root {
    --probiz-bg: #05060a;
    --probiz-section-black: #05060a;
}

html,
body,
#main,
.probiz-section,
.probiz-section-alt,
.probiz-intro-band {
    background: var(--probiz-section-black) !important;
}

.probiz-thumb-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 42px 46px !important;
    margin-top: 42px !important;
    padding: 42px 0 8px !important;
    border-top: 1px solid rgba(217, 185, 104, 0.2) !important;
}

.probiz-thumb-strip a {
    min-width: 0 !important;
}

.probiz-thumb-strip img {
    width: 100% !important;
    height: 150px !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center !important;
    margin-bottom: 14px !important;
}

.probiz-thumb-strip strong {
    color: var(--probiz-gold) !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
}

.probiz-thumb-strip span {
    color: #f5f2ea !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
}

@media (max-width: 991px) {
    .probiz-thumb-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 30px 24px !important;
    }

    .probiz-thumb-strip img {
        height: 138px !important;
    }
}

@media (max-width: 575px) {
    .probiz-thumb-strip {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .probiz-thumb-strip img {
        height: 170px !important;
    }
}

/* Final full-project background and image border cleanup. */
html,
body,
#main,
.probiz-section,
.probiz-section-alt,
.probiz-intro-band,
.footer,
.footer-bottom {
    background: #05060a !important;
}

.probiz-feature-row img,
.probiz-wide-image {
    border: 0 !important;
    border-radius: 12px !important;
}

.probiz-masthead.probiz-page-hero {
    background-size: cover !important;
    background-position: center !important;
    background-color: #05060a !important;
}

.probiz-masthead.probiz-page-hero::before {
    background:
        linear-gradient(90deg, rgba(5, 6, 10, 0.94), rgba(5, 6, 10, 0.66), rgba(5, 6, 10, 0.36)),
        linear-gradient(180deg, rgba(5, 6, 10, 0.18), rgba(5, 6, 10, 0.88)) !important;
}

.probiz-page-hero::after {
    display: none !important;
}

/* Sponsorship modal and Gala flow layout. */
.probiz-package-btn {
    width: fit-content;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 11px 18px;
    border: 2px solid var(--probiz-gold);
    border-radius: 8px;
    background: linear-gradient(90deg, var(--probiz-gold-deep), var(--probiz-gold-soft), var(--probiz-gold));
    color: #111;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
}

.probiz-package-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.probiz-modal .modal-content {
    background: #0b0d0f;
    border: 1px solid rgba(217, 185, 104, 0.32);
    border-radius: 12px;
    color: var(--probiz-text);
}

.probiz-modal .modal-header,
.probiz-modal .modal-footer {
    border-color: rgba(217, 185, 104, 0.18);
}

.probiz-modal .modal-title {
    color: var(--probiz-text);
    font-weight: 900;
}

.probiz-modal-subtitle {
    color: var(--probiz-gold);
    font-weight: 800;
}

.probiz-modal input,
.probiz-modal select,
.probiz-modal textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(217, 185, 104, 0.32);
    border-radius: 8px;
    background: #111318;
    color: var(--probiz-text);
    padding: 12px 14px;
}

.probiz-modal select {
    display: block;
    appearance: none;
    margin-top: 6px;
    background-color: #111318;
    background-image: linear-gradient(45deg, transparent 50%, #f5d77b 50%), linear-gradient(135deg, #f5d77b 50%, transparent 50%);
    background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    color: var(--probiz-text);
    padding-right: 38px;
}

.probiz-modal select option {
    color: #111;
    background: #ffffff;
}

.probiz-modal textarea {
    min-height: 110px;
}

.probiz-modal label {
    color: var(--probiz-text);
}

.probiz-modal label > input,
.probiz-modal label > select,
.probiz-modal label > textarea,
.probiz-form label > input,
.probiz-form label > select,
.probiz-form label > textarea {
    display: block;
    margin-top: 6px;
}

.probiz-flow {
    position: relative;
    display: grid;
    gap: 30px;
    padding: 16px 0;
}

.probiz-flow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, transparent, rgba(217, 185, 104, 0.72), transparent);
}

.probiz-flow-item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 74px minmax(0, 1fr);
    align-items: stretch;
}

.probiz-flow-item .probiz-card {
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.probiz-flow-left .probiz-card {
    grid-column: 1;
}

.probiz-flow-right .probiz-card {
    grid-column: 3;
}

.probiz-flow-node {
    grid-column: 2;
    align-self: center;
    justify-self: center;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--probiz-gold);
    border-radius: 50%;
    background: #05060a;
    color: var(--probiz-gold);
    font-size: 14px;
    font-weight: 900;
    z-index: 2;
}

@media (max-width: 991px) {
    .probiz-flow::before {
        left: 27px;
        transform: none;
    }

    .probiz-flow-item {
        grid-template-columns: 56px minmax(0, 1fr);
    }

    .probiz-flow-left .probiz-card,
    .probiz-flow-right .probiz-card {
        grid-column: 2;
    }

    .probiz-flow-node {
        grid-column: 1;
        width: 46px;
        height: 46px;
    }
}

/* Final sponsorship modal alignment fixes. */
.probiz-modal .modal-dialog {
    max-width: min(940px, calc(100vw - 32px));
}

.probiz-modal .modal-header {
    position: relative;
    justify-content: center;
    padding: 22px 64px 20px;
    text-align: center;
}

.probiz-modal .modal-header > div {
    width: 100%;
}

.probiz-modal .modal-header .btn-close {
    position: absolute;
    top: 22px;
    right: 22px;
    margin: 0;
}

.probiz-modal .modal-body {
    padding: 28px;
}

.probiz-modal .probiz-form-grid {
    gap: 20px 24px;
    margin-bottom: 18px;
}

.probiz-modal label {
    display: block;
    margin-bottom: 16px;
    font-weight: 700;
}

.probiz-modal .modal-body > label:not(.probiz-check) {
    width: 100%;
}

.probiz-modal .modal-body > label:not(.probiz-check) textarea {
    width: 100%;
    max-width: 100%;
}

.probiz-modal .probiz-check {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    width: 100%;
    max-width: 760px;
    margin: 14px 0 0 !important;
    color: var(--probiz-muted) !important;
    font-weight: 600 !important;
    line-height: 1.45;
}

.probiz-modal .probiz-check input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    flex: 0 0 18px !important;
    margin: 3px 0 0 !important;
    padding: 0 !important;
}

.probiz-modal .probiz-check span {
    display: block;
    min-width: 0;
}

.probiz-modal .modal-footer {
    justify-content: center;
    gap: 12px;
    padding: 20px 28px;
}

@media (max-width: 767px) {
    .probiz-modal .modal-header {
        padding: 22px 54px 18px 22px;
        text-align: left;
    }

    .probiz-modal .modal-body {
        padding: 22px;
    }

    .probiz-modal .probiz-form-grid {
        grid-template-columns: 1fr;
    }

    .probiz-modal .modal-footer {
        display: grid;
        grid-template-columns: 1fr;
    }
}

/* Final homepage stat/category/footer refinements. */
.probiz-stats {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px !important;
}

.probiz-stats div {
    min-height: 142px !important;
}

.probiz-thumb-strip a {
    text-align: center !important;
}

.probiz-thumb-strip strong {
    text-align: center !important;
}

.probiz-thumb-view {
    width: fit-content !important;
    min-width: 104px !important;
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 14px auto 0 !important;
    padding: 10px 18px !important;
    border: 2px solid var(--probiz-gold) !important;
    border-radius: 8px !important;
    background: linear-gradient(90deg, var(--probiz-gold-deep), var(--probiz-gold-soft), var(--probiz-gold)) !important;
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

.probiz-restaurant-feature .btn-nominate {
    margin-top: 22px !important;
}

.probiz-restaurant-feature {
    align-items: center !important;
}

.footer .row {
    align-items: flex-start !important;
}

.footer .col-lg-4,
.footer .col-lg-2 {
    text-align: left !important;
}

.footer-heading,
.footer-link,
.newsletter-text,
.newsletter-forms,
.social-icons-footer {
    text-align: left !important;
}

.newsletter-forms {
    display: block !important;
    width: 100% !important;
    margin-bottom: 24px !important;
}

.newsletter-input-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 72px !important;
    width: min(100%, 420px) !important;
    min-height: 64px !important;
    margin-bottom: 14px !important;
}

.newsletter-input {
    height: 64px !important;
    border: 2px solid var(--probiz-gold) !important;
    border-right: 0 !important;
    padding: 0 22px !important;
}

.newsletter-btn {
    width: 72px !important;
    height: 64px !important;
    padding: 0 !important;
}

.newsletter-consent {
    width: min(100%, 420px) !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    color: var(--probiz-muted) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    margin: 0 0 22px !important;
}

.newsletter-consent input {
    width: 16px !important;
    height: 16px !important;
    margin-top: 3px !important;
    flex: 0 0 16px !important;
}

@media (max-width: 991px) {
    .probiz-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575px) {
    .probiz-stats {
        grid-template-columns: 1fr !important;
    }

    .newsletter-input-row,
    .newsletter-consent {
        width: 100% !important;
    }
}

/* About page dedicated layout. */
.probiz-about-hero {
    min-height: 480px !important;
    padding: 76px 0 70px !important;
    background-color: #05060a !important;
    background-position: right 8% center !important;
    background-repeat: no-repeat !important;
    background-size: min(48vw, 620px) auto !important;
}

.probiz-about-hero h1 {
    max-width: 700px !important;
    font-size: clamp(30px, 3vw, 44px) !important;
    line-height: 1.18 !important;
}

.probiz-about-hero p {
    max-width: 690px !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
}

.probiz-about-section {
    padding-top: 64px !important;
}

.probiz-about-intro {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 64px;
    align-items: center;
    margin-bottom: 58px;
}

.probiz-about-intro h2,
.probiz-about-cta h2,
.probiz-about-cta h3 {
    font-size: clamp(26px, 2.7vw, 38px);
    line-height: 1.14;
    text-transform: uppercase;
}

.probiz-about-intro p {
    max-width: 100%;
    margin: 0;
}

.probiz-about-flow {
    position: relative;
    display: grid;
    gap: 28px;
    margin: 0 auto;
    padding: 8px 0 20px;
}

.probiz-about-flow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, transparent, rgba(217, 185, 104, 0.75), transparent);
}

.probiz-about-flow-item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr);
    align-items: center;
    min-height: 230px;
}

.probiz-about-flow-item .probiz-card {
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
}

.probiz-about-flow-item.is-left .probiz-card {
    grid-column: 1;
}

.probiz-about-flow-item.is-right .probiz-card {
    grid-column: 3;
}

.probiz-about-number {
    grid-column: 2;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    border: 2px solid var(--probiz-gold);
    border-radius: 50%;
    background: #05060a;
    color: var(--probiz-gold);
    font-weight: 900;
    z-index: 2;
    align-self: center;
}

.probiz-about-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 58px;
    padding: 28px;
    border: 1px solid rgba(217, 185, 104, 0.25);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(21, 24, 28, 0.98), rgba(17, 31, 42, 0.72));
}

@media (max-width: 991px) {
    .probiz-about-hero {
        min-height: auto !important;
        padding: 72px 0 !important;
        background-position: right top !important;
        background-size: min(70vw, 430px) auto !important;
    }

    .probiz-about-intro {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .probiz-about-flow::before {
        left: 27px;
        transform: none;
    }

    .probiz-about-flow-item {
        grid-template-columns: 56px minmax(0, 1fr);
        min-height: 0;
    }

    .probiz-about-flow-item.is-left .probiz-card,
    .probiz-about-flow-item.is-right .probiz-card {
        grid-column: 2;
    }

    .probiz-about-number {
        grid-column: 1;
        width: 46px;
        height: 46px;
    }

    .probiz-about-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .probiz-about-hero h1 {
        font-size: 28px !important;
    }

    .probiz-about-hero p {
        font-size: 15px !important;
    }

    .probiz-about-flow-item .probiz-card {
        min-height: 0;
    }
}

/* Shared ProBiz card title and action button treatment. */
.probiz-card h3,
.probiz-card-body h3 {
    text-transform: uppercase;
}

.probiz-card-actions {
    gap: 10px !important;
}

.probiz-card-actions a {
    min-height: 42px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border: 2px solid var(--probiz-gold);
    border-radius: 8px;
    background: linear-gradient(90deg, var(--probiz-gold-deep), var(--probiz-gold-soft), var(--probiz-gold));
    color: #05060a !important;
    font-size: 14px;
    font-weight: 900 !important;
    line-height: 1.1;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.probiz-card-actions a:first-child {
    background: #d9b968;
}

.probiz-card-actions a:hover {
    color: #05060a !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.probiz-how-hero {
    padding: 82px 0 76px !important;
}

.probiz-how-hero h1 {
    max-width: 760px !important;
    font-size: clamp(36px, 4vw, 56px) !important;
    line-height: 1.12 !important;
}

.probiz-how-hero p {
    max-width: 790px !important;
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 1.75 !important;
}

.probiz-how-section {
    overflow: hidden;
}

.probiz-process-carousel {
    --probiz-process-gap: 22px;
    --probiz-process-gap-half: 11px;
    width: min(100%, 1180px);
    margin: 0 auto;
    overflow: hidden;
    padding: 8px 0 18px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.probiz-process-track {
    width: max-content;
    display: flex;
    align-items: stretch;
    gap: var(--probiz-process-gap);
    animation: probizProcessRoll 38s linear infinite;
    will-change: transform;
}

.probiz-process-carousel:hover .probiz-process-track {
    animation-play-state: paused;
}

.probiz-process-card {
    width: clamp(310px, 36vw, 470px);
    flex: 0 0 clamp(310px, 36vw, 470px);
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.probiz-process-card h3 {
    min-height: 58px;
}

.probiz-process-card p {
    flex: 1;
}

.probiz-process-card .btn-nominate {
    width: fit-content;
    margin-top: 18px;
    text-decoration: none;
}

.probiz-pillar-card-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex-wrap: nowrap !important;
}

.probiz-pillar-card-actions a {
    width: 100%;
    min-width: 0;
    padding-inline: 10px;
}

@keyframes probizProcessRoll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - var(--probiz-process-gap-half)));
    }
}

@media (max-width: 767px) {
    .probiz-how-hero {
        padding: 66px 0 62px !important;
        overflow: hidden !important;
    }

    .probiz-how-hero .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .probiz-how-hero h1 {
        width: calc(100vw - 40px) !important;
        max-width: calc(100vw - 40px) !important;
        font-size: 28px !important;
        overflow-wrap: anywhere;
    }

    .probiz-how-hero p {
        width: min(calc(100vw - 40px), 330px) !important;
        max-width: min(calc(100vw - 40px), 330px) !important;
        font-size: 13px !important;
        overflow-wrap: break-word;
    }

    .probiz-how-hero .probiz-actions {
        width: calc(100vw - 40px) !important;
        max-width: calc(100vw - 40px) !important;
    }

    .probiz-how-hero .probiz-actions .btn-nominate {
        width: min(100%, 276px) !important;
        max-width: 276px !important;
    }

    .probiz-process-track {
        max-width: none !important;
        animation-duration: 32s;
    }

    .probiz-process-carousel {
        --probiz-process-gap: 16px;
        --probiz-process-gap-half: 8px;
        max-width: 100% !important;
    }

    .probiz-process-card {
        width: min(82vw, 340px);
        max-width: min(82vw, 340px) !important;
        flex: 0 0 min(82vw, 340px);
        min-height: 330px;
    }

    .probiz-pillar-card-actions {
        gap: 8px !important;
    }

    .probiz-pillar-card-actions a {
        font-size: 12px;
    }
}

.probiz-media-hero {
    min-height: 520px !important;
    padding: 86px 0 78px !important;
    background-position: center right !important;
}

.probiz-media-hero::before {
    background:
        linear-gradient(90deg, rgba(5, 6, 10, 0.78), rgba(5, 6, 10, 0.44), rgba(5, 6, 10, 0.18)),
        linear-gradient(180deg, rgba(5, 6, 10, 0.08), rgba(5, 6, 10, 0.44)) !important;
}

.probiz-media-hero h1 {
    max-width: 720px !important;
    font-size: clamp(34px, 3.8vw, 54px) !important;
    line-height: 1.14 !important;
}

.probiz-media-hero p {
    max-width: 760px !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
}

.probiz-media-page-section {
    overflow: hidden;
}

.probiz-media-card-carousel {
    --probiz-media-card-gap: 22px;
    --probiz-media-card-gap-half: 11px;
    width: min(100%, 1180px);
    margin: 0 auto;
    overflow: hidden;
    padding: 8px 0 22px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.probiz-media-card-track {
    width: max-content;
    display: flex;
    align-items: stretch;
    gap: var(--probiz-media-card-gap);
    animation: probizMediaCardRoll 28s linear infinite;
    will-change: transform;
}

.probiz-media-card-carousel:hover .probiz-media-card-track {
    animation-play-state: paused;
}

.probiz-media-info-card {
    width: clamp(340px, 38vw, 520px);
    flex: 0 0 clamp(340px, 38vw, 520px);
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.probiz-media-info-card h3 {
    margin-bottom: 16px;
}

.probiz-media-cta {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.probiz-media-open-btn,
.probiz-media-modal .btn-nominate,
.probiz-media-info-card .btn-nominate {
    color: #05060a !important;
}

.probiz-media-logo-section {
    background: #081826 !important;
}

.probiz-home-process-carousel {
    --probiz-home-process-gap: 22px;
    --probiz-home-process-gap-half: 11px;
    width: min(100%, 1180px);
    margin: 0 auto;
    overflow: hidden;
    padding: 8px 0 20px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.probiz-home-process-track {
    width: max-content;
    display: flex;
    align-items: stretch;
    gap: var(--probiz-home-process-gap);
    animation: probizHomeProcessRoll 36s linear infinite;
    will-change: transform;
}

.probiz-home-process-carousel:hover .probiz-home-process-track {
    animation-play-state: paused;
}

.probiz-home-process-card {
    width: clamp(320px, 31vw, 390px);
    flex: 0 0 clamp(320px, 31vw, 390px);
    min-height: 268px;
}

.probiz-home-media-showcase,
.probiz-home-awards-showcase {
    overflow: hidden;
}

.probiz-home-logo-carousel {
    --probiz-home-logo-gap: 24px;
    --probiz-home-logo-gap-half: 12px;
    width: min(100%, 1180px);
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0 22px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.probiz-home-logo-track {
    width: max-content;
    display: flex;
    align-items: center;
    gap: var(--probiz-home-logo-gap);
    animation: probizHomeLogoRoll 34s linear infinite;
    will-change: transform;
}

.probiz-home-logo-carousel:hover .probiz-home-logo-track {
    animation-play-state: paused;
}

.probiz-home-media-logo {
    width: clamp(250px, 22vw, 330px);
    flex: 0 0 clamp(250px, 22vw, 330px);
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border: 1px solid rgba(217, 185, 104, 0.34);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    text-decoration: none;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.probiz-home-media-logo:hover {
    transform: translateY(-3px);
    border-color: rgba(245, 215, 123, 0.72);
    background: rgba(255, 255, 255, 0.09);
}

.probiz-home-media-logo.is-disabled {
    pointer-events: none;
}

.probiz-home-media-logo img {
    max-width: 230px;
    max-height: 92px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.probiz-home-awards-showcase {
    padding-top: 86px !important;
}

.probiz-home-awards-showcase .probiz-section-head {
    margin-bottom: 34px;
}

.probiz-home-awards-showcase .probiz-section-head h2 {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1.12;
}

.probiz-home-awards-stack {
    display: grid;
    gap: 36px;
    width: min(100%, 1180px);
    margin: 0 auto;
}

.probiz-home-awards-tier {
    text-align: center;
}

.probiz-home-awards-tier h3 {
    margin: 0 auto 18px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
}

.probiz-home-awards-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px 34px;
}

.probiz-home-awards-logo {
    width: 210px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 6px;
    background: #ffffff;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.probiz-home-awards-logo:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.32);
}

.probiz-home-awards-logo img {
    max-width: 168px;
    max-height: 72px;
    object-fit: contain;
}

.probiz-home-awards-tier:first-child .probiz-home-awards-logo {
    width: 250px;
    height: 126px;
}

.probiz-home-awards-tier:first-child .probiz-home-awards-logo img {
    max-width: 196px;
    max-height: 82px;
}

.probiz-media-logo-head {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.probiz-media-logo-head h2 {
    text-transform: uppercase;
}

.probiz-media-tier-stack {
    display: grid;
    gap: 44px;
}

.probiz-media-tier {
    text-align: center;
}

.probiz-media-tier h3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.probiz-media-logo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 28px;
    align-items: center;
    justify-items: center;
}

.probiz-media-logo-card {
    width: 100%;
    min-height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    border: 1px solid rgba(217, 185, 104, 0.34);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    text-decoration: none;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.probiz-media-logo-card:hover {
    transform: translateY(-3px);
    border-color: rgba(245, 215, 123, 0.72);
    background: rgba(255, 255, 255, 0.09);
}

.probiz-media-logo-card.is-disabled {
    pointer-events: none;
}

.probiz-media-logo-card img {
    max-width: 190px;
    max-height: 70px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.probiz-media-logo-card strong,
.probiz-media-empty h3 {
    color: #fff;
    text-transform: uppercase;
}

.probiz-media-empty {
    width: min(100%, 640px);
    margin: 0 auto;
    padding: 34px;
    text-align: center;
    border: 1px solid rgba(217, 185, 104, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
}

.probiz-alert-error {
    border-color: rgba(220, 53, 69, 0.55) !important;
    color: #ffd8dd !important;
}

.probiz-form-full {
    grid-column: 1 / -1;
}

@keyframes probizMediaCardRoll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - var(--probiz-media-card-gap-half)));
    }
}

@keyframes probizHomeProcessRoll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - var(--probiz-home-process-gap-half)));
    }
}

@keyframes probizHomeLogoRoll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - var(--probiz-home-logo-gap-half)));
    }
}

@media (max-width: 991px) {
    .probiz-media-logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .probiz-home-awards-showcase {
        padding-top: 72px !important;
    }

    .probiz-home-awards-stack {
        width: min(100%, 760px);
    }

    .probiz-home-awards-logo {
        width: 184px;
        height: 100px;
    }

    .probiz-home-awards-logo img {
        max-width: 148px;
        max-height: 64px;
    }

    .probiz-home-awards-tier:first-child .probiz-home-awards-logo {
        width: 224px;
        height: 116px;
    }

    .probiz-home-awards-tier:first-child .probiz-home-awards-logo img {
        max-width: 176px;
        max-height: 74px;
    }
}

@media (max-width: 767px) {
    .probiz-media-hero {
        min-height: auto !important;
        padding: 66px 0 62px !important;
        overflow: hidden !important;
    }

    .probiz-media-hero .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .probiz-media-hero h1 {
        width: calc(100vw - 40px) !important;
        max-width: calc(100vw - 40px) !important;
        font-size: 28px !important;
        overflow-wrap: anywhere;
    }

    .probiz-media-hero p {
        width: min(calc(100vw - 40px), 330px) !important;
        max-width: min(calc(100vw - 40px), 330px) !important;
        font-size: 13px !important;
    }

    .probiz-media-card-carousel {
        --probiz-media-card-gap: 16px;
        --probiz-media-card-gap-half: 8px;
        max-width: 100% !important;
    }

    .probiz-home-process-carousel {
        --probiz-home-process-gap: 16px;
        --probiz-home-process-gap-half: 8px;
        max-width: 100% !important;
    }

    .probiz-home-logo-carousel {
        --probiz-home-logo-gap: 16px;
        --probiz-home-logo-gap-half: 8px;
        max-width: 100% !important;
    }

    .probiz-media-card-track,
    .probiz-home-process-track,
    .probiz-home-logo-track {
        max-width: none !important;
        animation-duration: 24s;
    }

    .probiz-media-info-card {
        width: min(82vw, 330px);
        max-width: min(82vw, 330px) !important;
        flex: 0 0 min(82vw, 330px);
        min-height: 290px;
    }

    .probiz-home-process-card {
        width: min(82vw, 330px);
        max-width: min(82vw, 330px) !important;
        flex: 0 0 min(82vw, 330px);
        min-height: 280px;
    }

    .probiz-home-media-logo {
        width: min(78vw, 290px);
        max-width: min(78vw, 290px) !important;
        flex: 0 0 min(78vw, 290px);
        height: 130px;
        padding: 20px;
    }

    .probiz-home-media-logo img {
        max-width: 200px;
        max-height: 76px;
    }

    .probiz-media-logo-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .probiz-media-logo-card {
        min-height: 104px;
    }

    .probiz-home-awards-stack {
        gap: 28px;
    }

    .probiz-home-awards-grid {
        gap: 14px;
    }

    .probiz-home-awards-logo {
        width: min(43vw, 172px);
        height: 92px;
        padding: 13px;
    }

    .probiz-home-awards-logo img {
        max-width: 136px;
        max-height: 58px;
    }

    .probiz-home-awards-tier:first-child .probiz-home-awards-logo {
        width: min(72vw, 220px);
        height: 112px;
    }

    .probiz-home-awards-tier:first-child .probiz-home-awards-logo img {
        max-width: 170px;
        max-height: 70px;
    }

    .probiz-form {
        padding: 22px 18px;
    }

    .probiz-form .probiz-check {
        grid-template-columns: 18px minmax(0, 1fr);
        column-gap: 12px;
        margin-bottom: 20px !important;
    }
}

/* Homepage polish: reference-style hero, centered stats, readable category cards. */
.probiz-gradient-text {
    background: linear-gradient(90deg, var(--probiz-gold-deep), var(--probiz-gold-soft), var(--probiz-gold));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.btn-nominate,
.btn-sponsor,
.probiz-actions .btn-nominate,
.probiz-actions .btn-sponsor {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none !important;
}

.btn-nominate {
    color: #05060a !important;
}

.btn-sponsor {
    color: var(--probiz-gold-soft) !important;
}

.probiz-composition-hero {
    min-height: 640px !important;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(217, 185, 104, 0.16);
    background:
        linear-gradient(90deg, rgba(5, 6, 10, 0.98), rgba(5, 6, 10, 0.92) 44%, rgba(5, 6, 10, 0.76)),
        linear-gradient(180deg, rgba(12, 12, 12, 0), rgba(217, 185, 104, 0.06));
}

.probiz-composition-hero .probiz-hero-inner {
    grid-template-columns: minmax(370px, 0.82fr) minmax(500px, 1.06fr) !important;
    align-items: center !important;
    gap: clamp(34px, 5vw, 72px) !important;
    padding-top: clamp(52px, 6vw, 82px) !important;
    padding-bottom: clamp(52px, 6vw, 82px) !important;
}

.probiz-composition-hero .probiz-brand-text {
    margin-bottom: 54px !important;
    color: var(--probiz-gold) !important;
    font-size: 19px !important;
    text-transform: uppercase;
}

.probiz-composition-hero .probiz-hero-copy h1 {
    max-width: 600px !important;
    margin-bottom: 26px !important;
    font-size: clamp(50px, 5vw, 76px) !important;
    line-height: 1.04 !important;
    text-transform: none !important;
}

.probiz-composition-hero .probiz-hero-stage {
    position: relative;
    isolation: isolate;
}

.probiz-composition-hero .probiz-hero-stage::before {
    content: "";
    position: absolute;
    inset: 9% -4% -8% 22%;
    z-index: -1;
    border: 1px solid rgba(217, 185, 104, 0.24);
    background: linear-gradient(135deg, rgba(217, 185, 104, 0.08), rgba(255, 255, 255, 0.02));
}

.probiz-composition-hero .probiz-hero-stage img {
    width: min(100%, 760px) !important;
    height: clamp(380px, 34vw, 520px) !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.probiz-split {
    display: grid !important;
    align-items: center !important;
}

.probiz-split p {
    max-width: 690px;
    justify-self: end;
    margin: 0 !important;
    color: #d5d0c6 !important;
    font-size: 17px !important;
    line-height: 1.78 !important;
}

.probiz-stats {
    align-items: stretch !important;
}

.probiz-stats div {
    min-height: 132px !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 22px 18px !important;
    text-align: center;
}

.probiz-stats i {
    color: var(--probiz-gold-soft);
    font-size: 28px;
    line-height: 1;
}

.probiz-stats strong {
    font-size: 40px !important;
    line-height: 1 !important;
}

.probiz-stats span {
    color: #f5f2ea !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.probiz-thumb-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    justify-content: center !important;
    align-items: start !important;
    gap: 46px 54px !important;
}

.probiz-thumb-strip a {
    position: relative;
    display: flex !important;
    min-height: 292px;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    text-align: center !important;
}

.probiz-thumb-strip img {
    height: 150px !important;
    margin-bottom: 18px !important;
}

.probiz-thumb-strip a > i {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: -40px auto 12px;
    border: 1px solid rgba(217, 185, 104, 0.55);
    border-radius: 50%;
    background: rgba(5, 6, 10, 0.92);
    color: var(--probiz-gold-soft);
    font-size: 20px;
    line-height: 1;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.probiz-thumb-strip strong {
    min-height: 46px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--probiz-gold) !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    text-transform: capitalize;
}

.probiz-thumb-strip a:nth-child(10) {
    grid-column: 2;
}

.probiz-thumb-view,
.probiz-thumb-strip span.probiz-thumb-view {
    width: fit-content !important;
    min-width: 112px !important;
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 16px auto 0 !important;
    padding: 10px 20px !important;
    border: 2px solid var(--probiz-gold) !important;
    border-radius: 8px !important;
    background: linear-gradient(90deg, var(--probiz-gold-deep), var(--probiz-gold-soft), var(--probiz-gold)) !important;
    color: #05060a !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

.probiz-restaurant-feature h2 {
    max-width: 610px;
}

.probiz-restaurant-feature h2 .probiz-gradient-text {
    display: inline-block;
}

@media (max-width: 1199px) {
    .probiz-composition-hero .probiz-hero-inner {
        grid-template-columns: minmax(330px, 0.9fr) minmax(420px, 1fr) !important;
    }

    .probiz-composition-hero .probiz-hero-copy h1 {
        font-size: clamp(44px, 5vw, 64px) !important;
    }
}

@media (max-width: 991px) {
    .probiz-composition-hero .probiz-hero-inner,
    .probiz-split {
        grid-template-columns: 1fr !important;
    }

    .probiz-composition-hero .probiz-hero-copy,
    .probiz-composition-hero .probiz-hero-copy h1,
    .probiz-split,
    .probiz-split p {
        max-width: 100% !important;
        text-align: left !important;
    }

    .probiz-composition-hero .probiz-brand-text {
        margin-bottom: 34px !important;
    }

    .probiz-composition-hero .probiz-hero-stage img {
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
    }

    .probiz-thumb-strip a:nth-child(10) {
        grid-column: auto;
    }
}

@media (max-width: 767px) {
    .probiz-composition-hero {
        min-height: auto !important;
    }

    .probiz-composition-hero .probiz-hero-inner {
        padding-top: 48px !important;
        padding-bottom: 54px !important;
    }

    .probiz-composition-hero .probiz-hero-copy h1 {
        font-size: clamp(38px, 11vw, 52px) !important;
    }

    .probiz-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .probiz-thumb-strip a {
        min-height: 270px;
    }
}

@media (max-width: 575px) {
    .probiz-stats,
    .probiz-thumb-strip {
        grid-template-columns: 1fr !important;
    }

    .probiz-thumb-strip a {
        min-height: 0;
    }
}

/* Final typography and action alignment pass. */
.probiz-light-title {
    font-weight: 500 !important;
}

.probiz-final-cta h2 {
    font-weight: 500 !important;
}

.probiz-final-cta h2 .probiz-gradient-text,
.probiz-how-hero h1 .probiz-gradient-text {
    font-weight: 900 !important;
}

.probiz-about-intro h2,
.probiz-about-cta h3,
.probiz-how-hero h1,
.probiz-how-hero p,
.probiz-card h3,
.probiz-card-body h3,
.probiz-process-card h3 {
    text-transform: none !important;
}

.probiz-about-intro h2 {
    font-weight: 900 !important;
}

.probiz-about-flow-item .probiz-card h3,
.probiz-card h3,
.probiz-card-body h3,
.probiz-process-card h3 {
    color: #ffffff !important;
    font-weight: 900 !important;
}

.probiz-about-cta {
    align-items: center !important;
}

.probiz-about-cta .probiz-actions {
    min-width: min(100%, 300px);
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 14px !important;
    align-self: center;
}

.probiz-about-cta .probiz-actions a {
    width: 100%;
    min-height: 54px;
}

.probiz-how-hero h1 {
    font-weight: 500 !important;
}

.probiz-how-hero p {
    color: #e2ded6 !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

.probiz-process-carousel {
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent) !important;
    mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent) !important;
}

.probiz-process-card {
    min-height: 340px !important;
    justify-content: flex-start !important;
}

.probiz-process-card p {
    margin-bottom: 20px !important;
}

.probiz-process-card .btn-nominate {
    width: fit-content !important;
    min-width: 150px !important;
    min-height: 50px !important;
    margin-top: auto !important;
    color: #05060a !important;
    font-weight: 900 !important;
    opacity: 1 !important;
}

.probiz-grid .probiz-card,
.probiz-category-card .probiz-card-body {
    display: flex;
    flex-direction: column;
}

.probiz-grid .probiz-card {
    min-height: 360px;
}

.probiz-category-card .probiz-card-body {
    min-height: 330px;
}

.probiz-card p,
.probiz-card-body p {
    margin-bottom: 18px;
}

.probiz-card-actions,
.probiz-pillar-card-actions {
    width: 100%;
    margin-top: auto !important;
    align-items: stretch !important;
}

.probiz-card-actions a,
.probiz-pillar-card-actions a {
    min-height: 54px !important;
    white-space: normal;
}

.probiz-pillar-card-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (max-width: 991px) {
    .probiz-about-cta {
        align-items: flex-start !important;
    }

    .probiz-about-cta .probiz-actions {
        width: min(100%, 320px);
        min-width: 0;
    }
}

/* Sponsors page reference layout. */
.probiz-sponsors-page {
    background: #05070a !important;
}

.probiz-sponsors-page .probiz-section .container {
    width: min(100% - 40px, 1410px) !important;
    max-width: 1410px !important;
}

.probiz-sponsors-page .probiz-sponsors-hero h1 {
    max-width: 860px !important;
    font-size: clamp(30px, 3.5vw, 48px) !important;
    font-weight: 500 !important;
    line-height: 1.12 !important;
}

.probiz-sponsors-title-line {
    display: block;
}

.probiz-sponsors-page .probiz-gradient-text {
    display: inline-block;
    width: fit-content;
    background: linear-gradient(90deg, var(--probiz-gold-deep), var(--probiz-gold-soft), var(--probiz-gold));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-weight: 900 !important;
}

.probiz-sponsors-page .probiz-brand-name {
    display: inline !important;
    color: inherit !important;
    font-weight: 900 !important;
    margin: 0 !important;
}

.probiz-sponsor-packages-section,
.probiz-category-partners-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 9% 44%, rgba(217, 185, 104, 0.16), transparent 18%),
        radial-gradient(circle at 90% 18%, rgba(217, 185, 104, 0.14), transparent 20%),
        linear-gradient(180deg, #05070a 0%, #070a0d 54%, #05070a 100%) !important;
}

.probiz-sponsor-packages-section::before,
.probiz-category-partners-section::before,
.probiz-sponsor-packages-section::after,
.probiz-category-partners-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(217, 185, 104, 0.18);
    border-radius: 50%;
    filter: drop-shadow(0 0 18px rgba(217, 185, 104, 0.18));
}

.probiz-sponsor-packages-section::before {
    left: -170px;
    bottom: -250px;
    width: 520px;
    height: 760px;
    transform: rotate(-24deg);
}

.probiz-sponsor-packages-section::after {
    right: -210px;
    top: -160px;
    width: 600px;
    height: 760px;
    transform: rotate(24deg);
}

.probiz-category-partners-section::before {
    left: -250px;
    bottom: -180px;
    width: 560px;
    height: 560px;
}

.probiz-category-partners-section::after {
    right: -180px;
    top: -250px;
    width: 620px;
    height: 620px;
}

.probiz-sponsor-packages-section .container,
.probiz-category-partners-section .container {
    position: relative;
    z-index: 1;
}

.probiz-sponsor-section-frame {
    position: relative;
    min-height: 118px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 22px;
}

.probiz-sponsor-section-head {
    max-width: 760px;
    text-align: center;
}

.probiz-sponsor-section-head h2,
.probiz-category-section-head h2 {
    color: #ffffff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 3.4vw, 52px) !important;
    font-weight: 500 !important;
    line-height: 1.05 !important;
    margin: 0 0 12px;
}

.probiz-sponsor-section-head p,
.probiz-category-section-head p {
    max-width: 720px;
    margin: 0 auto;
    color: #d9dce0 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
}

.probiz-kicker-lined,
.probiz-kicker-bar {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--probiz-gold) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

.probiz-kicker-lined::before,
.probiz-kicker-lined::after,
.probiz-kicker-bar::before {
    content: "";
    width: 42px;
    height: 1px;
    background: var(--probiz-gold);
}

.probiz-sponsor-side-note,
.probiz-category-side-note {
    position: absolute;
    top: 10px;
    display: grid;
    gap: 8px;
    color: #b8b7b3;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.probiz-sponsor-side-note::before,
.probiz-sponsor-side-note::after,
.probiz-category-side-note::before,
.probiz-category-side-note::after {
    content: "";
    width: 34px;
    height: 1px;
    background: var(--probiz-gold);
}

.probiz-sponsor-side-note-left {
    left: 0;
    padding-left: 22px;
    border-left: 2px solid rgba(217, 185, 104, 0.72);
}

.probiz-sponsor-side-note-right,
.probiz-category-side-note {
    right: 0;
    padding-left: 22px;
    border-left: 2px solid rgba(217, 185, 104, 0.72);
}

.probiz-sponsor-package-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.probiz-package-card {
    position: relative;
    grid-column: span 2;
    min-height: 276px !important;
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
    padding: 22px 22px 20px !important;
    border: 1px solid rgba(217, 185, 104, 0.58) !important;
    border-radius: 8px !important;
    background:
        radial-gradient(circle at 50% 0, rgba(246, 231, 177, 0.22), transparent 2.5%),
        linear-gradient(145deg, rgba(22, 25, 27, 0.96), rgba(7, 10, 13, 0.98)) !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3) !important;
}

.probiz-package-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.probiz-package-card:nth-child(5) {
    grid-column: 4 / span 2;
}

.probiz-package-card:hover,
.probiz-category-partner-card:hover {
    transform: translateY(-4px);
    border-color: rgba(246, 231, 177, 0.82) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38), 0 0 20px rgba(217, 185, 104, 0.12) !important;
}

.probiz-package-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.probiz-price-pill {
    min-width: 140px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 0 14px !important;
    padding: 7px 16px;
    border: 1px solid rgba(217, 185, 104, 0.78);
    border-radius: 999px;
    color: var(--probiz-gold-soft) !important;
    font-size: 13px;
    font-weight: 800 !important;
    line-height: 1;
}

.probiz-package-card-top > i {
    color: var(--probiz-gold-soft);
    font-size: 38px;
    line-height: 1;
    opacity: 0.8;
    filter: drop-shadow(0 10px 18px rgba(217, 185, 104, 0.22));
}

.probiz-package-card h3 {
    position: relative;
    margin: 0 0 18px !important;
    color: #ffffff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(21px, 1.55vw, 28px) !important;
    font-weight: 500 !important;
    line-height: 1.08 !important;
    text-transform: uppercase !important;
}

.probiz-package-card h3::after,
.probiz-category-copy .probiz-card-rule {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    margin-top: 11px;
    background: var(--probiz-gold);
}

.probiz-benefit-list {
    display: grid !important;
    gap: 7px !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    color: #dde0e3 !important;
    list-style: none !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.32 !important;
}

.probiz-benefit-list li {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 9px;
    align-items: flex-start;
}

.probiz-benefit-list i {
    width: 17px;
    height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--probiz-gold);
    border-radius: 50%;
    color: var(--probiz-gold-soft);
    font-size: 9px;
    line-height: 1;
}

.probiz-package-card .probiz-benefit-list span {
    color: #dde0e3 !important;
    font-size: inherit !important;
    font-weight: 400 !important;
    line-height: inherit !important;
}

.probiz-package-btn {
    width: 100% !important;
    min-height: 44px !important;
    gap: 12px;
    margin-top: auto !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: linear-gradient(90deg, #d5ad4e, #f7dc84, #d6a83e) !important;
    color: #08090a !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.probiz-package-btn span,
.probiz-package-btn i {
    color: #08090a !important;
    font-weight: 800 !important;
}

.probiz-sponsors-page .probiz-note {
    max-width: 900px;
    margin: 28px auto 0 !important;
    color: #bfc3c6 !important;
    text-align: center;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.probiz-category-section-frame {
    position: relative;
    margin-bottom: 26px;
}

.probiz-category-section-head {
    max-width: 930px !important;
}

.probiz-category-section-head h2 {
    max-width: 720px;
    margin-bottom: 14px !important;
}

.probiz-category-section-head p {
    margin: 0 !important;
    max-width: 960px;
}

.probiz-category-side-note {
    top: 0;
}

.probiz-category-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.probiz-category-partner-card {
    position: relative;
    min-height: 172px !important;
    display: grid !important;
    grid-template-columns: 74px minmax(0, 1fr) 44px;
    gap: 20px;
    align-items: center;
    padding: 22px !important;
    border: 1px solid rgba(217, 185, 104, 0.58) !important;
    border-radius: 8px !important;
    background:
        radial-gradient(circle at 0 0, rgba(246, 231, 177, 0.1), transparent 34%),
        linear-gradient(145deg, rgba(24, 25, 24, 0.94), rgba(7, 9, 10, 0.98)) !important;
}

.probiz-category-partner-card:nth-child(5) {
    grid-column: 1 / -1;
    grid-template-columns: 92px minmax(0, 1fr) 44px;
}

.probiz-category-icon,
.probiz-card-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(217, 185, 104, 0.74);
    border-radius: 50%;
    color: var(--probiz-gold-soft) !important;
}

.probiz-category-icon {
    width: 62px;
    height: 62px;
    font-size: 24px;
}

.probiz-card-arrow {
    width: 40px;
    height: 40px;
    text-decoration: none !important;
    font-size: 16px;
}

.probiz-category-copy {
    min-width: 0;
}

.probiz-category-copy .probiz-card-rule {
    margin: 0 0 11px;
}

.probiz-category-partner-card h3 {
    max-width: 390px;
    margin: 0 0 12px !important;
    color: #ffffff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(18px, 1.35vw, 24px) !important;
    font-weight: 500 !important;
    line-height: 1.12 !important;
    text-transform: uppercase !important;
}

.probiz-category-partner-card p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-width: 680px;
    margin: 0 !important;
    color: #d6d9dd !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.probiz-sponsors-page .probiz-spotlight {
    margin-top: 28px;
    border-color: rgba(217, 185, 104, 0.48) !important;
    background: linear-gradient(145deg, rgba(22, 25, 27, 0.9), rgba(7, 10, 13, 0.96)) !important;
}

.probiz-sponsors-page .probiz-spotlight h3 {
    color: #ffffff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500 !important;
}

.probiz-sponsors-page .probiz-spotlight p,
.probiz-sponsors-page .probiz-page-hero p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #d6d9dd !important;
    font-weight: 400 !important;
}

.probiz-sponsors-page .btn-nominate,
.probiz-sponsors-page .btn-sponsor {
    font-weight: 800 !important;
}

.probiz-sponsors-page .probiz-modal .probiz-check span {
    font-size: 14px;
    line-height: 1.45;
}

@media (max-width: 1199px) {
    .probiz-sponsor-package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .probiz-package-card,
    .probiz-package-card:nth-child(4),
    .probiz-package-card:nth-child(5) {
        grid-column: auto;
    }

    .probiz-sponsor-side-note,
    .probiz-category-side-note {
        display: none;
    }
}

@media (max-width: 991px) {
    .probiz-category-card-grid {
        grid-template-columns: 1fr;
    }

    .probiz-category-partner-card,
    .probiz-category-partner-card:nth-child(5) {
        grid-column: auto;
        grid-template-columns: 82px minmax(0, 1fr) 48px;
    }
}

@media (max-width: 767px) {
    .probiz-sponsors-page .probiz-section .container {
        width: min(100% - 28px, 1410px) !important;
    }

    .probiz-sponsors-page .probiz-sponsors-hero h1 {
        font-size: clamp(28px, 9vw, 38px) !important;
    }

    .probiz-sponsor-section-head h2,
    .probiz-category-section-head h2 {
        font-size: clamp(28px, 9vw, 38px) !important;
    }

    .probiz-sponsor-package-grid {
        grid-template-columns: 1fr;
    }

    .probiz-package-card,
    .probiz-category-partner-card,
    .probiz-category-partner-card:nth-child(5) {
        min-height: 0 !important;
    }

    .probiz-category-partner-card,
    .probiz-category-partner-card:nth-child(5) {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 18px;
        padding: 22px !important;
    }

    .probiz-card-arrow {
        grid-column: 2;
        justify-self: flex-start;
    }

    .probiz-category-icon {
        width: 58px;
        height: 58px;
        font-size: 22px;
    }
}

/* Header icons are for mobile and tablet only. */
@media (min-width: 992px) {
    body .main-header .probiz-mobile-word-trigger,
    body .main-header .nav-link > i,
    body .main-header .dropdown-item > i,
    body .main-header .cta-buttons a > i {
        display: none !important;
    }

    body .main-header .nav-link,
    body .main-header .dropdown-item,
    body .main-header .cta-buttons a {
        gap: 0 !important;
    }
}

/* Mobile and tablet menu reliability fix. */
@media (max-width: 991px) {
    body > .probiz-mobile-word-trigger {
        display: none !important;
    }

    body .main-header .probiz-mobile-word-trigger {
        display: inline-flex !important;
        position: absolute !important;
        top: 50% !important;
        right: 20px !important;
        transform: translateY(-50%) !important;
        z-index: 9000 !important;
        min-width: 78px !important;
        height: 42px !important;
        gap: 7px !important;
        border: 2px solid var(--probiz-gold) !important;
        border-radius: 8px !important;
        background: #000 !important;
        color: var(--probiz-gold-soft) !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 12px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
    }

    body .main-header .probiz-mobile-word-trigger i {
        color: inherit !important;
        font-size: 17px !important;
        line-height: 1 !important;
    }

    body .main-header .probiz-mobile-trigger {
        display: none !important;
    }

    body .main-header .navbar-collapse {
        display: none !important;
        flex-basis: 100% !important;
        width: 100% !important;
        margin-top: 14px !important;
        padding: 14px 16px 18px !important;
        border: 1px solid rgba(217, 185, 104, 0.3) !important;
        border-radius: 8px !important;
        background: rgba(5, 6, 10, 0.98) !important;
        box-shadow: 0 22px 56px rgba(0, 0, 0, 0.42) !important;
    }

    body .main-header .navbar-collapse.probiz-menu-open,
    body .main-header .navbar-collapse.show {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
    }

    body .main-header .navbar-nav {
        align-items: stretch !important;
        gap: 0 !important;
        margin: 0 !important;
    }

    body .main-header .nav-link {
        width: 100% !important;
        min-height: 44px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 10px !important;
        padding: 11px 2px !important;
        border-bottom: 1px solid rgba(217, 185, 104, 0.18) !important;
        color: #ffffff !important;
        font-size: 13px !important;
    }

    body .main-header .nav-link.dropdown-toggle::after {
        margin-left: auto !important;
    }

    body .main-header .nav-link i,
    body .main-header .dropdown-item i {
        width: 20px !important;
        flex: 0 0 20px !important;
        color: var(--probiz-gold-soft) !important;
        font-size: 16px !important;
        text-align: center !important;
    }

    body .main-header .nav-link span,
    body .main-header .dropdown-item span {
        min-width: 0 !important;
    }

    body .main-header .dropdown-menu {
        position: static !important;
        width: 100% !important;
        margin: 4px 0 10px !important;
        padding: 8px !important;
        background: rgba(10, 12, 15, 0.98) !important;
    }

    body .main-header .dropdown-item {
        display: flex !important;
        align-items: center !important;
        gap: 9px !important;
        color: #ffffff !important;
        white-space: normal !important;
    }

    body .main-header .cta-buttons {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
        margin-top: 14px !important;
    }

    body .main-header .cta-buttons a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
    }
}


