/* =========================================================
   Home Premium Landing
   Single Event Saudi Experience
========================================================= */

.home-event-hero {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 82px);
    background:
        radial-gradient(circle at 12% 18%, color-mix(in srgb, var(--public-primary) 34%, transparent), transparent 28%),
        radial-gradient(circle at 86% 18%, color-mix(in srgb, var(--public-accent) 22%, transparent), transparent 25%),
        linear-gradient(135deg, #0f172a 0%, #111827 48%, color-mix(in srgb, var(--public-primary) 48%, #111827) 100%);
    color: #fff;
}

.home-hero-cover {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: .14;
}

.home-hero-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, .95), rgba(17, 24, 39, .88));
}

.home-hero-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .42;
    background-image:
        linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, black 0%, transparent 88%);
}

.home-hero-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(12px);
    opacity: .36;
}

.home-hero-glow-one {
    left: -160px;
    top: 18%;
    background: color-mix(in srgb, var(--public-primary) 55%, transparent);
}

.home-hero-glow-two {
    right: -150px;
    bottom: 10%;
    background: color-mix(in srgb, var(--public-accent) 42%, transparent);
}

.min-vh-home {
    min-height: calc(100vh - 82px);
    padding: 76px 0 92px;
}

.home-hero-content {
    position: relative;
    z-index: 2;
    max-width: 690px;
}

.home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 38px;
    padding: 8px 15px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .10);
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    backdrop-filter: blur(14px);
}

.home-section .home-kicker,
.home-feature-section .home-kicker,
.home-events-section .home-kicker,
.home-schedule-preview .home-kicker,
.home-final-cta .home-kicker {
    border-color: var(--public-border);
    background: #fff;
    color: var(--public-primary);
    backdrop-filter: none;
}

.home-hero-title {
    margin: 22px 0 0;
    color: #fff;
    font-size: clamp(42px, 6vw, 78px);
    font-weight: 950;
    line-height: 1.06;
    letter-spacing: -1.4px;
}

.home-hero-desc {
    max-width: 620px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 2;
}

.home-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.home-primary-action,
.home-secondary-action,
.home-secondary-light-action,
.home-outline-action {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 950;
    text-decoration: none;
    transition: .22s ease;
}

.home-primary-action {
    border: 1px solid var(--public-accent);
    background: var(--public-accent);
    color: #111827;
}

.home-primary-action:hover {
    border-color: color-mix(in srgb, var(--public-accent) 85%, black);
    background: color-mix(in srgb, var(--public-accent) 85%, black);
    color: #111827;
    transform: translateY(-2px);
}

.home-secondary-action {
    border: 1px solid rgba(255, 255, 255, .26);
    background: rgba(255, 255, 255, .11);
    color: #fff;
    backdrop-filter: blur(14px);
}

.home-secondary-action:hover {
    border-color: rgba(255, 255, 255, .52);
    background: rgba(255, 255, 255, .16);
    color: #fff;
    transform: translateY(-2px);
}

.home-secondary-light-action {
    border: 1px solid rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .12);
    color: #fff;
    backdrop-filter: blur(12px);
}

.home-secondary-light-action:hover {
    border-color: rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .18);
    color: #fff;
    transform: translateY(-2px);
}

.home-outline-action {
    border: 1px solid var(--public-border);
    background: #fff;
    color: var(--public-heading);
}

.home-outline-action:hover {
    border-color: var(--public-primary);
    background: var(--public-primary-soft);
    color: var(--public-primary);
    transform: translateY(-2px);
}

html[dir="ltr"] .home-primary-action i.bi-arrow-left-short,
html[dir="ltr"] .home-outline-action i.bi-arrow-left-short {
    transform: rotate(180deg);
}

.home-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 28px;
}

.home-trust-row span {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .84);
    font-size: 12px;
    font-weight: 900;
}

/* =========================================================
   Hero Visual
========================================================= */

.home-stage-wrap {
    position: relative;
    z-index: 2;
    min-height: 610px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-stage-orbit {
    position: absolute;
    inset: 40px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 42px;
    transform: rotate(-5deg);
    animation: homeOrbit 9s ease-in-out infinite alternate;
}

.home-stage-orbit span {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: var(--public-accent);
}

.home-stage-orbit span:nth-child(1) {
    top: 14%;
    left: 18%;
}

.home-stage-orbit span:nth-child(2) {
    top: 55%;
    right: 10%;
    background: #fff;
}

.home-stage-orbit span:nth-child(3) {
    bottom: 14%;
    left: 28%;
    background: var(--public-primary);
}

.home-event-preview {
    position: relative;
    z-index: 3;
    width: min(100%, 520px);
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 38px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(18px);
}

.home-preview-top {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 4px 4px 16px;
}

.home-preview-top span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .42);
}

.home-preview-hero {
    display: flex;
    gap: 18px;
    padding: 24px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, .18), transparent 36%),
        linear-gradient(135deg, rgba(255, 255, 255, .20), rgba(255, 255, 255, .08));
    border: 1px solid rgba(255, 255, 255, .14);
}

.home-preview-icon {
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 24px;
    background: var(--public-accent);
    color: #111827;
    font-size: 34px;
}

.home-preview-hero small {
    display: inline-flex;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .70);
    font-size: 12px;
    font-weight: 900;
}

.home-preview-hero strong {
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: 950;
    line-height: 1.25;
}

.home-preview-hero p {
    margin: 9px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.8;
}

.home-preview-progress {
    height: 12px;
    overflow: hidden;
    margin: 18px 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .13);
}

.home-preview-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--public-accent), #fff);
    animation: homeProgress 2.5s ease-in-out infinite alternate;
}

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

.home-preview-grid > div {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 24px;
    background: rgba(255, 255, 255, .09);
}

.home-preview-grid i {
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, .14);
    color: var(--public-accent);
    font-size: 19px;
}

.home-preview-grid strong {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 950;
}

.home-preview-grid span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    font-weight: 800;
}

.home-floating-card {
    position: absolute;
    z-index: 4;
    min-width: 210px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 22px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    backdrop-filter: blur(18px);
    animation: homeFloat 4.2s ease-in-out infinite;
}

.home-floating-card i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 16px;
    background: var(--public-accent);
    color: #111827;
    font-size: 20px;
}

.home-floating-card strong {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 950;
}

.home-floating-card span {
    display: block;
    margin-top: 3px;
    color: rgba(255, 255, 255, .68);
    font-size: 11px;
    font-weight: 800;
}

.home-floating-one {
    top: 72px;
    right: 0;
}

.home-floating-two {
    left: 0;
    bottom: 124px;
    animation-delay: .7s;
}

.home-floating-three {
    right: 40px;
    bottom: 40px;
    animation-delay: 1.2s;
}

/* =========================================================
   Stats
========================================================= */

.home-stats-strip {
    position: relative;
    z-index: 5;
    margin-top: -48px;
    padding-bottom: 42px;
}

.home-stats-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.home-stat-card {
    min-height: 150px;
    padding: 24px;
    border: 1px solid var(--public-border);
    border-radius: 30px;
    background: #fff;
    transition: .22s ease;
}

.home-stat-card:hover {
    transform: translateY(-3px);
    border-color: var(--public-primary);
}

.home-stat-card i {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--public-primary-soft);
    color: var(--public-primary);
    font-size: 22px;
}

.home-stat-card strong {
    display: block;
    color: var(--public-heading);
    font-size: 34px;
    font-weight: 950;
    line-height: 1;
}

.home-stat-card span {
    display: block;
    margin-top: 8px;
    color: var(--public-muted);
    font-size: 13px;
    font-weight: 850;
}

/* =========================================================
   Sections
========================================================= */

.home-section,
.home-events-section {
    padding: 92px 0;
    background: #fff;
}

.home-feature-section,
.home-schedule-preview {
    padding: 92px 0;
    background:
        radial-gradient(circle at 12% 18%, color-mix(in srgb, var(--public-primary) 8%, transparent), transparent 28%),
        linear-gradient(180deg, #f8fafc, #fff);
    border-top: 1px solid var(--public-border);
    border-bottom: 1px solid var(--public-border);
}

.home-section-head {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.home-section-head.text-start {
    margin-inline: 0;
    text-align: start;
}

.home-section-head h2 {
    margin: 18px 0 0;
    color: var(--public-heading);
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 950;
    line-height: 1.14;
    letter-spacing: -.8px;
}

.home-section-head p {
    margin: 16px 0 0;
    color: var(--public-muted);
    font-size: 16px;
    line-height: 1.9;
}

/* =========================================================
   Journey
========================================================= */

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

.home-journey-card {
    position: relative;
    overflow: hidden;
    min-height: 270px;
    padding: 28px 24px;
    border: 1px solid var(--public-border);
    border-radius: 32px;
    background:
        radial-gradient(circle at 18% 12%, var(--public-primary-soft), transparent 36%),
        #fff;
    transition: .22s ease;
}

.home-journey-card:hover {
    transform: translateY(-4px);
    border-color: var(--public-primary);
}

.home-journey-card span {
    position: absolute;
    top: 18px;
    inset-inline-end: 20px;
    color: color-mix(in srgb, var(--public-primary) 18%, transparent);
    font-size: 46px;
    font-weight: 950;
    line-height: 1;
}

.home-journey-card i {
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: var(--public-primary);
    color: #fff;
    font-size: 26px;
}

.home-journey-card strong {
    display: block;
    color: var(--public-heading);
    font-size: 20px;
    font-weight: 950;
    line-height: 1.35;
}

.home-journey-card p {
    margin: 12px 0 0;
    color: var(--public-muted);
    font-size: 14px;
    line-height: 1.9;
}

/* =========================================================
   About Modules
========================================================= */

.home-feature-note {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    border: 1px solid var(--public-border);
    border-radius: 28px;
    background: #fff;
}

.home-feature-note i {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 18px;
    background: var(--public-primary);
    color: #fff;
    font-size: 23px;
}

.home-feature-note strong {
    display: block;
    color: var(--public-heading);
    font-size: 16px;
    font-weight: 950;
}

.home-feature-note span {
    display: block;
    margin-top: 6px;
    color: var(--public-muted);
    font-size: 13px;
    line-height: 1.8;
    font-weight: 750;
}

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

.home-module-card {
    min-height: 170px;
    padding: 24px;
    border: 1px solid var(--public-border);
    border-radius: 30px;
    background: #fff;
    transition: .22s ease;
}

.home-module-card:hover {
    transform: translateY(-3px);
    border-color: var(--public-primary);
    background: linear-gradient(180deg, #fff, var(--public-primary-soft));
}

.home-module-card i {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--public-primary-soft);
    color: var(--public-primary);
    font-size: 24px;
}

.home-module-card strong {
    display: block;
    color: var(--public-heading);
    font-size: 18px;
    font-weight: 950;
}

.home-module-card span {
    display: block;
    margin-top: 8px;
    color: var(--public-muted);
    font-size: 13px;
    line-height: 1.8;
    font-weight: 750;
}

/* =========================================================
   Featured Speakers / Exhibitors
========================================================= */

.home-events-grid {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.home-events-empty {
    grid-column: 1 / -1;
}

.home-center-action {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.speaker-card,
.exhibitor-card {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 520px;
    transition: .3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.speaker-card:hover,
.exhibitor-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, .08);
}

.speaker-card > img,
.exhibitor-card > img {
    width: 100%;
    height: 280px;
    display: block;
}

.speaker-card > img {
    object-fit: cover;
}

.exhibitor-card > img {
    object-fit: contain;
    background: #fafafa;
    padding: 22px;
}

.home-card-placeholder {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    color: #94a3b8;
    font-size: 46px;
}

.speaker-card .card-body,
.exhibitor-card .card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.speaker-card-title,
.exhibitor-card-title {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 24px;
    font-weight: 950;
    line-height: 1.3;
}

.speaker-card-meta,
.exhibitor-card-meta {
    color: #64748b;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.8;
}

.speaker-interest,
.exhibitor-interest {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: #ef4444;
    font-size: 14px;
    font-weight: 900;
}

.booth-badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    font-size: 13px;
    font-weight: 900;
}

.speaker-card-actions,
.exhibitor-card-actions {
    margin-top: auto;
    display: flex;
    gap: 12px;
    padding-top: 24px;
}

.speaker-card-actions a,
.exhibitor-card-actions a,
.speaker-card-actions form,
.exhibitor-card-actions form,
.speaker-card-actions button,
.exhibitor-card-actions button {
    flex: 1;
}

.speaker-card-actions button,
.exhibitor-card-actions button {
    width: 100%;
}

.speaker-card .home-secondary-light-action,
.exhibitor-card .home-secondary-light-action {
    border: 1px solid var(--public-border) !important;
    background: #fff;
    color: var(--public-heading);
    backdrop-filter: none;
}

.speaker-card .home-secondary-light-action:hover,
.exhibitor-card .home-secondary-light-action:hover,
.speaker-card .home-secondary-light-action.is-active,
.exhibitor-card .home-secondary-light-action.is-active {
    border-color: #ef4444 !important;
    background: #fef2f2;
    color: #ef4444;
}

.speaker-card .home-outline-action,
.exhibitor-card .home-outline-action,
.speaker-card .home-secondary-light-action,
.exhibitor-card .home-secondary-light-action {
    min-height: 48px;
    padding: 10px 16px;
    font-size: 13px;
}

/* =========================================================
   Schedule Preview
========================================================= */

.home-timeline {
    position: relative;
    display: grid;
    gap: 18px;
}

.home-timeline::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    inset-inline-start: 72px;
    width: 2px;
    background: linear-gradient(180deg, var(--public-primary), var(--public-accent));
}

.home-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 18px;
    align-items: start;
    padding: 22px;
    border: 1px solid var(--public-border);
    border-radius: 30px;
    background: #fff;
    transition: .22s ease;
}

.home-timeline-item:hover {
    transform: translateY(-2px);
    border-color: var(--public-primary);
}

.home-timeline-item > span {
    position: relative;
    z-index: 2;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--public-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 950;
}

.home-timeline-item strong {
    display: block;
    color: var(--public-heading);
    font-size: 20px;
    font-weight: 950;
}

.home-timeline-item p {
    margin: 8px 0 0;
    color: var(--public-muted);
    font-size: 14px;
    line-height: 1.8;
}

/* =========================================================
   Final CTA
========================================================= */

.home-final-cta {
    padding: 92px 0;
    background: #fff;
}

.home-final-box {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 48px;
    border-radius: 40px;
    background:
        radial-gradient(circle at 12% 20%, color-mix(in srgb, var(--public-accent) 28%, transparent), transparent 26%),
        radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--public-primary) 40%, transparent), transparent 30%),
        linear-gradient(135deg, #0f172a, #111827);
    color: #fff;
}

.home-final-box::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, black, transparent 85%);
}

.home-final-content,
.home-final-actions {
    position: relative;
    z-index: 2;
}

.home-final-content {
    max-width: 700px;
}

.home-final-content h2 {
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 950;
    line-height: 1.16;
}

.home-final-content p {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .74);
    font-size: 16px;
    line-height: 1.9;
}

.home-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex-shrink: 0;
}

/* =========================================================
   Animations
========================================================= */

.home-reveal,
.public-reveal {
    opacity: 0;
    transform: translateY(22px);
}

.home-reveal.is-visible,
.public-reveal.is-visible {
    animation: homeReveal .72s ease forwards;
}

@keyframes homeReveal {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes homeFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes homeOrbit {
    from {
        transform: rotate(-5deg) scale(1);
    }

    to {
        transform: rotate(4deg) scale(1.02);
    }
}

@keyframes homeProgress {
    from {
        filter: brightness(1);
    }

    to {
        filter: brightness(1.25);
    }
}

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1199.98px) {
    .home-stage-wrap {
        min-height: 560px;
    }

    .home-floating-one {
        right: 12px;
    }

    .home-floating-two {
        left: 12px;
    }

    .home-stats-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .home-event-hero {
        min-height: auto;
    }

    .min-vh-home {
        min-height: auto;
        padding: 70px 0 110px;
    }

    .home-hero-content {
        max-width: 100%;
        text-align: center;
    }

    .home-hero-actions,
    .home-trust-row {
        justify-content: center;
    }

    .home-stage-wrap {
        min-height: 520px;
        margin-top: 10px;
    }

    .home-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-journey-grid,
    .home-events-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-final-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-final-actions {
        width: 100%;
    }

    .home-final-actions .home-primary-action,
    .home-final-actions .home-secondary-light-action {
        flex: 1;
    }
}

@media (max-width: 767.98px) {
    .home-hero-title {
        font-size: 40px;
    }

    .home-hero-desc {
        font-size: 15px;
    }

    .home-stage-wrap {
        min-height: auto;
        padding: 20px 0 90px;
    }

    .home-stage-orbit {
        inset: 20px;
    }

    .home-event-preview {
        width: 100%;
        border-radius: 30px;
    }

    .home-preview-hero {
        flex-direction: column;
    }

    .home-preview-grid,
    .home-stats-grid,
    .home-journey-grid,
    .home-modules-grid,
    .home-events-grid {
        grid-template-columns: 1fr;
    }

    .home-floating-card {
        position: relative;
        inset: auto;
        width: 100%;
        margin-top: 12px;
        animation: none;
    }

    .home-floating-one,
    .home-floating-two,
    .home-floating-three {
        right: auto;
        left: auto;
        bottom: auto;
        top: auto;
    }

    .home-stats-strip {
        margin-top: -32px;
    }

    .home-timeline::before {
        display: none;
    }

    .home-timeline-item {
        grid-template-columns: 1fr;
    }

    .home-final-box {
        padding: 32px 22px;
        border-radius: 30px;
    }

    .speaker-card,
    .exhibitor-card {
        min-height: auto;
    }
}

@media (max-width: 575.98px) {
    .min-vh-home {
        padding: 54px 0 100px;
    }

    .home-hero-actions,
    .home-final-actions,
    .speaker-card-actions,
    .exhibitor-card-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .home-primary-action,
    .home-secondary-action,
    .home-secondary-light-action,
    .home-outline-action {
        width: 100%;
    }

    .home-section,
    .home-feature-section,
    .home-events-section,
    .home-schedule-preview,
    .home-final-cta {
        padding: 64px 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-stage-orbit,
    .home-floating-card,
    .home-preview-progress span,
    .home-reveal,
    .public-reveal {
        animation: none !important;
        transition: none !important;
    }

    .home-reveal,
    .public-reveal {
        opacity: 1;
        transform: none;
    }
}
