:root {
    --trial-ink: #101828;
    --trial-muted: #667085;
    --trial-line: #e7eaf0;
    --trial-surface: #ffffff;
    --trial-soft: #f6f7fb;
    --trial-purple: #6938b5;
    --trial-purple-dark: #4d248d;
    --trial-blue: #375dfb;
    --trial-gold: #f4b740;
    --trial-radius: 22px;
    --trial-shadow: 0 18px 50px rgba(16, 24, 40, 0.10);
}

body.sr-trial-v2 {
    background: #fff;
    color: var(--trial-ink);
}

body.sr-trial-v2 .top-bar {
    display: none;
}

body.sr-trial-v2 header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    background: linear-gradient(180deg, rgba(7, 16, 31, 0.72) 0%, rgba(7, 16, 31, 0.18) 72%, transparent 100%);
    border-bottom: none;
    box-shadow: none;
    transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.sr-trial-v2 header .container {
    max-width: 1320px;
    width: min(92%, 1320px);
}

body.sr-trial-v2 header .header-content {
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    gap: clamp(8px, 1.2vw, 16px);
    padding: 14px 0;
}

body.sr-trial-v2 header nav ul li a {
    color: rgba(255, 255, 255, 0.94);
    font-weight: 600;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

body.sr-trial-v2 header nav ul li a:hover {
    color: #ffd45c;
    background: rgba(255, 255, 255, 0.08);
}

body.sr-trial-v2 header .btn-login {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.04);
}

body.sr-trial-v2 header .btn-login:hover {
    color: #1a1027;
    background: #ffd45c;
    border-color: #ffd45c;
}

body.sr-trial-v2 header .btn-signup {
    background: linear-gradient(135deg, #ffd45c 0%, #f4b740 100%);
    color: #1a1027;
    border-color: transparent;
    box-shadow: 0 8px 22px rgba(244, 183, 64, 0.28);
}

body.sr-trial-v2 header .btn-signup:hover {
    filter: brightness(1.05);
    color: #1a1027;
    box-shadow: 0 10px 26px rgba(244, 183, 64, 0.38);
}

body.sr-trial-v2 header .menu-toggle {
    color: #fff;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

body.sr-trial-v2 header .user-welcome span {
    color: rgba(255, 255, 255, 0.88);
}

body.sr-trial-v2 header .user-welcome--trial {
    align-items: center;
    gap: 10px;
}

body.sr-trial-v2 header .trial-user-chip,
body.sr-trial-v2 header button.trial-user-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: min(42vw, 240px);
    padding: 7px 14px 7px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 212, 92, 0.38);
    background:
        linear-gradient(135deg, rgba(255, 212, 92, 0.16) 0%, rgba(255, 255, 255, 0.06) 100%);
    box-shadow:
        0 6px 22px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    text-decoration: none;
    color: inherit;
}

body.sr-trial-v2 header button.trial-user-chip {
    cursor: pointer;
    font: inherit;
}

body.sr-trial-v2 header button.trial-user-chip--action:hover {
    border-color: rgba(255, 212, 92, 0.62);
    background: linear-gradient(135deg, rgba(255, 212, 92, 0.24) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow:
        0 8px 26px rgba(0, 0, 0, 0.26),
        0 0 0 1px rgba(255, 212, 92, 0.18);
}

body.sr-trial-v2 header .trial-user-chip__label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    white-space: nowrap;
}

body.sr-trial-v2 header .trial-user-chip__label i {
    color: #ffd45c;
    font-size: 0.95rem;
}

body.sr-trial-v2 header .trial-user-chip__name,
body.sr-trial-v2 header a.trial-user-chip .trial-user-chip__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffd45c;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
    text-shadow: 0 0 16px rgba(255, 212, 92, 0.35);
}

body.sr-trial-v2 header a.trial-user-chip:hover .trial-user-chip__name,
body.sr-trial-v2 header button.trial-user-chip--action:hover .trial-user-chip__name {
    color: #fff1b8;
}

body.sr-trial-v2 header .btn-logout--trial {
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

body.sr-trial-v2 header .btn-logout--trial:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
}

@media (min-width: 768px) {
    body.sr-trial-v2 header .header-content {
        justify-content: flex-end;
    }

    body.sr-trial-v2 header nav {
        flex: 0 1 auto;
        min-width: 0;
        max-width: calc(100% - 230px);
        display: flex;
        justify-content: flex-end;
    }

    body.sr-trial-v2 header nav ul {
        flex-wrap: nowrap;
        justify-content: flex-end;
        gap: clamp(2px, 0.75vw, 10px);
    }

    body.sr-trial-v2 header nav ul li a {
        font-size: clamp(0.78rem, 0.92vw, 0.92rem);
        padding: 4px clamp(4px, 0.55vw, 8px);
        white-space: nowrap;
    }

    body.sr-trial-v2 header .auth-buttons {
        flex: 0 0 auto;
        margin-left: 0;
        gap: 8px;
    }

    body.sr-trial-v2 header .btn-login,
    body.sr-trial-v2 header .btn-signup {
        padding: 7px 12px;
        font-size: 0.84rem;
        white-space: nowrap;
    }
}

@media (min-width: 768px) and (max-width: 1080px) {
    body.sr-trial-v2 header nav {
        max-width: calc(100% - 210px);
    }

    body.sr-trial-v2 header nav ul li a {
        font-size: 0.8rem;
        padding: 4px 5px;
    }

    body.sr-trial-v2 header .btn-login,
    body.sr-trial-v2 header .btn-signup {
        padding: 6px 10px;
        font-size: 0.8rem;
    }
}

body.sr-trial-v2.sr-trial-v2--nav-solid header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(16, 24, 40, 0.08);
    box-shadow: 0 8px 30px rgba(16, 24, 40, 0.06);
}

body.sr-trial-v2.sr-trial-v2--nav-solid header nav ul li a {
    color: #243044;
    text-shadow: none;
}

body.sr-trial-v2.sr-trial-v2--nav-solid header nav ul li a:hover {
    color: var(--trial-purple);
    background: rgba(105, 56, 181, 0.08);
}

body.sr-trial-v2.sr-trial-v2--nav-solid header .btn-login {
    color: var(--trial-purple);
    border-color: var(--trial-purple);
    background: transparent;
}

body.sr-trial-v2.sr-trial-v2--nav-solid header .btn-login:hover {
    color: #fff;
    background: var(--trial-purple);
    border-color: var(--trial-purple);
}

body.sr-trial-v2.sr-trial-v2--nav-solid header .btn-signup {
    background: linear-gradient(135deg, var(--trial-purple) 0%, var(--trial-purple-dark) 100%);
    color: #fff;
    box-shadow: 0 8px 22px rgba(105, 56, 181, 0.22);
}

body.sr-trial-v2.sr-trial-v2--nav-solid header .menu-toggle {
    color: #243044;
    text-shadow: none;
}

body.sr-trial-v2.sr-trial-v2--nav-solid header .user-welcome span {
    color: #64748b;
}

body.sr-trial-v2.sr-trial-v2--nav-solid header .trial-user-chip {
    border-color: rgba(105, 56, 181, 0.22);
    background: linear-gradient(135deg, rgba(105, 56, 181, 0.1) 0%, rgba(255, 255, 255, 0.92) 100%);
    box-shadow: 0 4px 16px rgba(16, 24, 40, 0.08);
}

body.sr-trial-v2.sr-trial-v2--nav-solid header .trial-user-chip__label {
    color: #64748b;
}

body.sr-trial-v2.sr-trial-v2--nav-solid header .trial-user-chip__label i {
    color: var(--trial-purple);
}

body.sr-trial-v2.sr-trial-v2--nav-solid header .trial-user-chip__name {
    color: var(--trial-purple);
    text-shadow: none;
}

body.sr-trial-v2.sr-trial-v2--nav-solid header .btn-logout--trial {
    border-color: rgba(220, 38, 38, 0.28);
    background: rgba(220, 38, 38, 0.06);
    color: #dc2626;
}

body.sr-trial-v2.sr-trial-v2--nav-solid header .btn-logout--trial:hover {
    background: #dc2626;
    border-color: #dc2626;
    color: #fff;
}

/* Mobile drawer — match hero dark/gold ambience */
@media (max-width: 767px) {
    body.sr-trial-v2 nav#mainNav {
        width: min(88vw, 320px);
        padding: 76px 18px 28px;
        background:
            linear-gradient(165deg, rgba(12, 22, 40, 0.98) 0%, rgba(7, 16, 31, 0.97) 100%);
        border-left: 1px solid rgba(255, 212, 92, 0.28);
        box-shadow:
            -16px 0 48px rgba(0, 0, 0, 0.48),
            inset 1px 0 0 rgba(255, 255, 255, 0.06);
        backdrop-filter: blur(14px);
    }

    body.sr-trial-v2 nav#mainNav::before {
        content: 'Explore SkyRaptor';
        display: block;
        margin: 0 0 16px;
        padding: 0 14px;
        color: #ffd45c;
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    body.sr-trial-v2 nav#mainNav ul {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    body.sr-trial-v2 nav#mainNav ul li {
        margin-bottom: 0;
    }

    body.sr-trial-v2 nav#mainNav ul li a {
        color: rgba(255, 255, 255, 0.94);
        text-shadow: none;
        font-size: 1.02rem;
        font-weight: 600;
        padding: 12px 14px;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.04);
        transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    }

    body.sr-trial-v2 nav#mainNav ul li a:hover,
    body.sr-trial-v2 nav#mainNav ul li a:focus-visible {
        color: #ffd45c;
        background: rgba(255, 212, 92, 0.12);
        border-color: rgba(255, 212, 92, 0.32);
        transform: translateX(2px);
    }

    body.sr-trial-v2 .menu-overlay {
        background: rgba(7, 16, 31, 0.68);
        backdrop-filter: blur(3px);
    }

    body.sr-trial-v2 header .menu-toggle {
        width: 40px;
        height: 40px;
        display: inline-grid;
        place-items: center;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.22);
        background: rgba(255, 255, 255, 0.06);
        color: #fff;
        font-size: 1.2rem;
        padding: 0;
    }

    body.sr-trial-v2 header .menu-toggle:active {
        background: rgba(255, 212, 92, 0.18);
        border-color: rgba(255, 212, 92, 0.45);
    }

    body.sr-trial-v2.sr-trial-v2--nav-solid header .menu-toggle {
        color: #243044;
        border-color: rgba(16, 24, 40, 0.12);
        background: rgba(255, 255, 255, 0.92);
    }

    body.sr-trial-v2 .header-content {
        padding: 10px 0;
    }

    body.sr-trial-v2 header .btn-login,
    body.sr-trial-v2 header .btn-signup {
        padding: 6px 10px;
        font-size: 0.78rem;
    }
}

body.sr-trial-v2 .trial-home *,
body.sr-trial-v2 .trial-home *::before,
body.sr-trial-v2 .trial-home *::after {
    box-sizing: border-box;
}

.trial-home {
    overflow: hidden;
    background: var(--trial-surface);
}

.trial-home a {
    color: inherit;
}

.trial-wrap {
    width: min(92%, 1280px);
    margin: 0 auto;
}

.trial-banner {
    position: relative;
    z-index: 5;
    padding: 9px 16px;
    border-bottom: 1px solid #ead89b;
    background: #fff9e8;
    color: #6d5511;
    text-align: center;
    font-size: 0.84rem;
    line-height: 1.4;
}

.trial-banner strong {
    color: #8b6500;
}

.trial-banner a {
    color: #4d248d;
    font-weight: 800;
}

.trial-hero {
    position: relative;
    min-height: 100dvh;
    display: block;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background: #07101f;
}

.trial-hero-media {
    position: absolute;
    inset: 0;
    min-height: 0;
    z-index: 0;
    background: #0b1222;
}

.trial-hero-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    background: #07101f;
}

.trial-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(7, 16, 31, 0.78) 0%, rgba(7, 16, 31, 0.42) 38%, rgba(7, 16, 31, 0.18) 62%, rgba(7, 16, 31, 0.28) 100%),
        linear-gradient(180deg, rgba(7, 16, 31, 0.18) 0%, transparent 28%, rgba(7, 16, 31, 0.35) 100%);
}

.trial-hero-brand {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-mask-image: none;
    mask-image: none;
    background: none;
}

.trial-hero-brand-inner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 38%;
    height: 100%;
    margin: 0;
    padding: 28px 20px 28px 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.trial-hero-aura {
    position: absolute;
    width: min(70%, 250px);
    aspect-ratio: 1;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -54%);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 215, 0, 0.28) 0%, rgba(244, 183, 64, 0.12) 38%, transparent 68%);
    box-shadow:
        0 0 0 2px rgba(255, 224, 120, 0.35),
        0 0 0 12px rgba(244, 183, 64, 0.12),
        0 0 28px 8px rgba(255, 215, 0, 0.28);
    animation: trialAuraPulse 2.8s ease-in-out infinite;
    pointer-events: none;
}

.trial-hero-logo {
    position: relative;
    z-index: 1;
    width: min(64%, 230px);
    height: auto;
    display: block;
    object-fit: contain;
    filter:
        drop-shadow(0 0 12px rgba(255, 236, 170, 1))
        drop-shadow(0 0 28px rgba(244, 183, 64, 0.95))
        drop-shadow(0 0 52px rgba(212, 160, 23, 0.8));
    animation: trialLogoAura 2.8s ease-in-out infinite;
}

.trial-tagline {
    position: relative;
    z-index: 1;
    margin: 98px 0 0;
    color: #fafafa;
    font-size: clamp(1.5rem, 1.7vw, 1.18rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-shadow: 0 0 18px rgba(244, 183, 64, 0.55);
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.trial-hero-curve {
    display: none;
}

.trial-hero-auth {
    position: absolute;
    inset: 0;
    z-index: 8;
    display: grid;
    place-items: center;
    padding: 88px 20px 24px;
    pointer-events: none;
}

.trial-hero-auth.is-open {
    position: fixed;
    inset: 0;
    z-index: 100002;
    pointer-events: auto;
}

.trial-hero-auth[hidden] {
    display: none !important;
}

.trial-hero-auth__backdrop {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 16, 31, 0) 0%, rgba(7, 16, 31, 0.06) 38%, rgba(7, 16, 31, 0.24) 62%, rgba(7, 16, 31, 0.48) 100%);
    backdrop-filter: blur(1px);
    pointer-events: auto;
}

.trial-hero-auth__panel {
    position: relative;
    z-index: 1;
    width: min(100%, 460px);
    max-height: calc(100dvh - 120px);
    overflow: auto;
    margin-left: auto;
    margin-right: clamp(12px, 4vw, 48px);
    padding: 24px 22px 22px;
    border-radius: 22px;
    border: 1px solid rgba(255, 212, 92, 0.28);
    background: linear-gradient(165deg, rgba(12, 22, 40, 0.92) 0%, rgba(7, 16, 31, 0.88) 100%);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: #f8fafc;
}

.trial-hero-auth__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    cursor: pointer;
}

.trial-hero-auth__close:hover {
    background: rgba(244, 183, 64, 0.18);
    border-color: rgba(244, 183, 64, 0.55);
}

.trial-hero-auth__eyebrow {
    margin: 0 0 6px;
    color: #ffd45c;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.trial-hero-auth__title {
    margin: 0 0 8px;
    font-size: clamp(1.45rem, 2vw, 1.75rem);
    line-height: 1.2;
    color: #fff;
}

.trial-hero-auth__lead {
    margin: 0 0 18px;
    color: rgba(248, 250, 252, 0.78);
    line-height: 1.55;
    font-size: 0.92rem;
}

.trial-hero-auth__form {
    display: grid;
    gap: 12px;
}

.trial-hero-auth__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.trial-hero-auth__field {
    display: grid;
    gap: 6px;
}

.trial-hero-auth__field span {
    font-size: 0.78rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.88);
}

.trial-hero-auth__field input {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
    font: inherit;
}

.trial-hero-auth__field input::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.trial-hero-auth__field input:focus {
    outline: none;
    border-color: rgba(255, 212, 92, 0.65);
    box-shadow: 0 0 0 3px rgba(244, 183, 64, 0.18);
}

.trial-hero-auth__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.trial-hero-auth__check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.82);
}

.trial-hero-auth__link,
.trial-hero-auth__switch button {
    color: #ffd45c;
    text-decoration: none;
    font-weight: 700;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    font: inherit;
}

.trial-hero-auth__link:hover,
.trial-hero-auth__switch button:hover {
    color: #fff1b8;
}

.trial-hero-auth__submit {
    margin-top: 4px;
    width: 100%;
    padding: 12px 16px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffd45c 0%, #f4b740 100%);
    color: #1a1027;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(244, 183, 64, 0.28);
}

.trial-hero-auth__submit:hover {
    filter: brightness(1.04);
}

.trial-hero-auth__switch {
    margin: 14px 0 0;
    text-align: center;
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.72);
}

.trial-hero-auth__panel--wizard {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.trial-hero-auth__panel--wizard .trial-hero-auth__view[data-view="signup"] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex: 1 1 auto;
}

.trial-hero-auth__panel--wizard .trial-signup-wizard {
    flex: 1 1 auto;
    min-height: 0;
}

.trial-signup-wizard {
    display: grid;
    gap: 12px;
}

.trial-signup-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 2px;
}

.trial-signup-steps span {
    width: 24px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    transition: background 0.2s ease, transform 0.2s ease;
}

.trial-signup-steps span.is-active,
.trial-signup-steps span.is-done {
    background: linear-gradient(135deg, #ffd45c 0%, #f4b740 100%);
}

.trial-signup-steps span.is-active {
    transform: scaleX(1.08);
}

.trial-signup-step {
    display: grid;
    gap: 10px;
}

.trial-signup-step[hidden] {
    display: none !important;
}

.trial-signup-form {
    margin: 0;
    display: grid;
    gap: 12px;
}

.trial-signup-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 2px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.trial-signup-footer__switch {
    margin: 0;
    text-align: left;
    font-size: 0.82rem;
    line-height: 1.35;
    flex: 1 1 auto;
    min-width: 0;
}

.trial-signup-footer__switch[hidden] {
    display: none !important;
}

.trial-signup-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 0;
    flex: 0 0 auto;
    flex-shrink: 0;
}

.trial-signup-nav__back[hidden],
.trial-signup-nav__next[hidden],
.trial-signup-nav__verify[hidden] {
    display: none !important;
}

.trial-signup-nav__back {
    margin-right: auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    cursor: pointer;
}

.trial-signup-nav__back:hover {
    border-color: rgba(244, 183, 64, 0.55);
    background: rgba(244, 183, 64, 0.14);
}

.trial-signup-nav__next {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffd45c 0%, #f4b740 100%);
    color: #1a1027;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(244, 183, 64, 0.28);
}

.trial-signup-nav__next:hover {
    filter: brightness(1.04);
}

.trial-signup-nav__verify {
    width: 100%;
    margin-top: 0;
}

.trial-signup-wizard--otp .trial-signup-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.trial-signup-wizard--otp .trial-signup-nav {
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
}

.trial-signup-wizard--otp .trial-signup-nav__verify {
    flex: 1 1 100%;
}

@media (max-width: 420px) {
    .trial-signup-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .trial-signup-footer__switch {
        text-align: center;
    }

    .trial-signup-nav {
        width: 100%;
        justify-content: flex-end;
    }
}

.trial-hero-auth__alert {
    margin: 0;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 0.84rem;
    line-height: 1.45;
}

.trial-hero-auth__alert.is-error {
    background: rgba(239, 68, 68, 0.14);
    border: 1px solid rgba(248, 113, 113, 0.45);
    color: #fecaca;
}

.trial-hero-auth__alert.is-success {
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(74, 222, 128, 0.4);
    color: #bbf7d0;
}

.trial-hero-auth__features {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: grid;
    gap: 8px;
}

.trial-hero-auth__features li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.78);
}

.trial-hero-auth__features i {
    color: #4ade80;
    font-size: 0.9rem;
}

.trial-hero-auth__info {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(96, 165, 250, 0.35);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.8rem;
    line-height: 1.45;
}

.trial-hero-auth__info i {
    color: #93c5fd;
    margin-top: 2px;
}

.trial-hero-auth__submit i {
    margin-left: 8px;
}

.trial-signup-hint {
    margin: -4px 0 0;
    font-size: 0.78rem;
    line-height: 1.4;
}

.trial-signup-referral {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255, 212, 92, 0.32);
    background: rgba(255, 212, 92, 0.1);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.8rem;
    line-height: 1.45;
}

.trial-signup-referral i {
    margin-top: 2px;
    color: #ffd45c;
    font-size: 1rem;
    flex-shrink: 0;
}

.trial-signup-referral strong {
    display: block;
    margin-bottom: 2px;
    color: #fff1b8;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.trial-signup-referral span {
    color: #fff;
    font-weight: 700;
    font-size: 0.88rem;
}

.trial-signup-referral.is-valid {
    border-color: rgba(74, 222, 128, 0.35);
    background: rgba(34, 197, 94, 0.1);
}

.trial-signup-referral.is-valid i {
    color: #86efac;
}

.trial-signup-referral.is-valid strong {
    color: #bbf7d0;
}

.trial-signup-referral.is-invalid {
    border-color: rgba(248, 113, 113, 0.4);
    background: rgba(239, 68, 68, 0.1);
}

.trial-signup-referral.is-invalid i {
    color: #fca5a5;
}

.trial-signup-referral.is-invalid strong {
    color: #fecaca;
}

.trial-signup-hint--locked {
    margin: -2px 0 0;
    color: rgba(255, 212, 92, 0.88);
    font-size: 0.76rem;
    font-weight: 600;
}

.trial-signup-hint--locked i {
    margin-right: 4px;
}

.trial-hero-auth__field input[readonly] {
    opacity: 0.92;
    cursor: not-allowed;
    border-color: rgba(255, 212, 92, 0.35);
    background: rgba(255, 212, 92, 0.08);
}

.trial-signup-hint.is-success {
    color: #86efac;
}

.trial-signup-hint.is-error {
    color: #fca5a5;
}

.trial-signup-sr-block {
    display: grid;
    gap: 0;
}

.trial-signup-sr-block[hidden] {
    display: none !important;
}

.trial-signup-sr-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 10px 8px 12px;
    border-radius: 12px;
    background: rgba(255, 212, 92, 0.12);
    border: 1px solid rgba(255, 212, 92, 0.35);
}

.trial-signup-sr {
    margin: 0;
    color: #fff1b8;
    font-size: 0.84rem;
    font-weight: 700;
    min-width: 0;
}

.trial-signup-sr strong {
    color: #ffd45c;
    letter-spacing: 0.04em;
}

.trial-signup-sr-share {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.trial-signup-share {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.95rem;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.trial-signup-share:hover {
    transform: translateY(-1px);
}

.trial-signup-share--wa {
    color: #25d366;
    border-color: rgba(37, 211, 102, 0.35);
    background: rgba(37, 211, 102, 0.12);
}

.trial-signup-share--wa:hover {
    background: rgba(37, 211, 102, 0.22);
}

.trial-signup-share--tg {
    color: #2aabee;
    border-color: rgba(42, 171, 238, 0.35);
    background: rgba(42, 171, 238, 0.12);
}

.trial-signup-share--tg:hover {
    background: rgba(42, 171, 238, 0.22);
}

.trial-signup-share--copy {
    color: #ffd45c;
    border-color: rgba(255, 212, 92, 0.35);
    background: rgba(255, 212, 92, 0.1);
}

.trial-signup-share--copy:hover {
    background: rgba(255, 212, 92, 0.2);
}

.trial-signup-share--copy.is-copied {
    color: #86efac;
    border-color: rgba(74, 222, 128, 0.45);
    background: rgba(34, 197, 94, 0.16);
}

.trial-signup-limited {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255, 212, 92, 0.32);
    background: rgba(255, 212, 92, 0.1);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.8rem;
    line-height: 1.45;
}

.trial-signup-limited i {
    margin-top: 2px;
    color: #ffd45c;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.trial-signup-limited strong {
    display: block;
    margin-bottom: 2px;
    color: #fff1b8;
    font-size: 0.82rem;
}

.trial-signup-limited span {
    color: rgba(248, 250, 252, 0.78);
}

.trial-signup-otp-lead {
    margin: 0;
    color: rgba(248, 250, 252, 0.82);
    font-size: 0.88rem;
    line-height: 1.5;
}

.trial-signup-otp-lead strong {
    color: #fff;
    word-break: break-all;
}

.trial-signup-email-edit {
    display: inline-block;
    margin-left: 6px;
    padding: 0;
    border: 0;
    background: none;
    color: #ffd45c;
    font: inherit;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.trial-signup-email-edit:hover {
    color: #fff1b8;
}

.trial-signup-email-fix {
    display: grid;
    gap: 8px;
}

.trial-signup-email-fix[hidden] {
    display: none !important;
}

.trial-signup-email-save {
    justify-self: start;
    padding: 8px 14px;
    border: 1px solid rgba(255, 212, 92, 0.45);
    border-radius: 999px;
    background: rgba(255, 212, 92, 0.12);
    color: #ffd45c;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
}

.trial-signup-email-save:hover {
    background: rgba(255, 212, 92, 0.2);
    color: #fff1b8;
}

.trial-signup-otp {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

.trial-signup-otp input {
    width: 100%;
    aspect-ratio: 1;
    max-height: 52px;
    padding: 0;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.trial-signup-otp input:focus {
    outline: none;
    border-color: rgba(255, 212, 92, 0.75);
    box-shadow: 0 0 0 3px rgba(244, 183, 64, 0.18);
}

.trial-signup-otp-actions {
    display: grid;
    gap: 4px;
    justify-items: start;
}

.trial-signup-resend {
    border: 0;
    padding: 0;
    background: none;
    color: #ffd45c;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.trial-signup-resend:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.trial-signup-resend-hint {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.76rem;
}

@media (max-width: 767px) {
    body.sr-trial-v2 header .user-welcome--trial {
        flex-direction: row;
        align-items: center;
        max-width: none;
        gap: 8px;
    }

    body.sr-trial-v2 header .trial-user-chip {
        max-width: min(46vw, 190px);
        padding: 6px 10px 6px 8px;
    }

    body.sr-trial-v2 header .trial-user-chip__label {
        font-size: 0.62rem;
    }

    body.sr-trial-v2 header .trial-user-chip__name {
        font-size: 0.82rem;
    }

    body.sr-trial-v2 header .btn-logout--trial {
        padding: 6px 10px;
        font-size: 0.76rem;
    }
}

@media (max-width: 520px) {
    .trial-hero-auth__grid {
        grid-template-columns: 1fr;
    }

    .trial-signup-steps span {
        width: 20px;
    }
}

body.trial-auth-open {
    overflow: hidden;
}

body.trial-auth-open .trial-hero-brand-inner {
    opacity: 1;
}

.trial-hero-controls {
    display: none;
}

#trialHeroDots {
    display: flex;
    align-items: center;
    gap: 7px;
}

.trial-hero-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

.trial-hero-dot.is-active {
    width: 28px;
    background: #fff;
}

.trial-hero-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(8px);
}

@keyframes trialKenBurns {
    from { transform: scale(1) translate3d(0, 0, 0); }
    to { transform: scale(1.1) translate3d(-2%, -1.4%, 0); }
}

@keyframes trialKenBurnsAlt {
    from { transform: scale(1.1) translate3d(1.6%, 0, 0); }
    to { transform: scale(1) translate3d(-1.2%, -1%, 0); }
}

@keyframes trialAuraPulse {
    0%, 100% { opacity: 0.75; transform: translate(-50%, -54%) scale(1); }
    50% { opacity: 1; transform: translate(-50%, -54%) scale(1.02); }
}

.trial-search-shell {
    position: relative;
    z-index: 5;
    padding: 18px 0 14px;
    background: #fff;
}

.trial-search {
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 28px 70px rgba(8, 15, 30, 0.22);
    color: var(--trial-ink);
    backdrop-filter: blur(16px);
}

.trial-search-tabs {
    display: flex;
    gap: 5px;
    margin-bottom: 14px;
}

.trial-search-tab {
    padding: 8px 15px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--trial-muted);
    font: inherit;
    font-size: 0.85rem;
    font-weight: 750;
    cursor: pointer;
}

.trial-search-tab.is-active {
    background: #eee8fb;
    color: var(--trial-purple-dark);
}

.trial-search-fields {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr auto;
    gap: 10px;
}

.trial-field {
    position: relative;
}

.trial-field i {
    position: absolute;
    top: 50%;
    left: 15px;
    color: var(--trial-purple);
    transform: translateY(-50%);
    pointer-events: none;
}

.trial-field input,
.trial-field select {
    width: 100%;
    min-height: 52px;
    padding: 0 14px 0 42px;
    border: 1px solid #dfe3eb;
    border-radius: 13px;
    outline: none;
    background: #fff;
    color: var(--trial-ink);
    font: inherit;
    font-size: 0.92rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.trial-field input:focus,
.trial-field select:focus {
    border-color: #8f67ce;
    box-shadow: 0 0 0 4px rgba(105, 56, 181, 0.10);
}

.trial-search-submit,
.trial-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 22px;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--trial-blue), var(--trial-purple));
    box-shadow: 0 12px 24px rgba(78, 57, 176, 0.22);
    color: #fff !important;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.trial-search-submit:hover,
.trial-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(78, 57, 176, 0.30);
}

.trial-button--ghost {
    border: 1px solid var(--trial-line);
    background: #fff;
    box-shadow: none;
    color: var(--trial-purple-dark) !important;
}

.trial-section.trial-section--after-hero {
    padding-top: 22px;
    padding-bottom: 10px;
    margin-top: 0;
}

.trial-section--after-hero .trial-section-head {
    margin-bottom: 16px;
}

.trial-section--after-hero h2 {
    font-size: clamp(1.45rem, 2.6vw, 2rem);
}

.trial-section--after-hero .trial-section-lead {
    margin-top: 6px;
}

.trial-trust {
    padding: 4px 0 20px;
    background: #fff;
}

.trial-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--trial-line);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

.trial-trust-item {
    min-height: 0;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-right: 1px solid var(--trial-line);
}

.trial-trust-item:last-child {
    border-right: 0;
}

.trial-trust-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #f0ebfa;
    color: var(--trial-purple);
    font-size: 1.1rem;
}

.trial-trust-item strong {
    display: block;
    color: var(--trial-ink);
    font-size: 1.02rem;
    line-height: 1.25;
}

.trial-trust-item span {
    display: block;
    margin-top: 4px;
    color: var(--trial-muted);
    font-size: 0.82rem;
    line-height: 1.35;
}

.trial-section {
    padding: 90px 0;
}

.trial-cities {
    padding: 48px 0 48px;
    background: #fff;
}

.trial-city-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
    gap: 40px;
    align-items: center;
}

.trial-city-left {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-width: 0;
}

.trial-city-intro {
    max-width: 34rem;
}

.trial-city-intro .trial-eyebrow {
    margin-bottom: 10px;
}

.trial-city-intro h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 2.75rem);
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.trial-city-intro .trial-section-lead {
    margin: 12px 0 0;
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.55;
}

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

.trial-city-card {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    isolation: isolate;
    border-radius: 20px;
    text-decoration: none;
    color: #fff !important;
    background: #1a1f2e;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.trial-city-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(16, 24, 40, 0.14);
}

.trial-city-card img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.trial-city-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(8, 12, 24, 0.05) 40%, rgba(8, 12, 24, 0.82) 100%);
    pointer-events: none;
}

.trial-city-card span {
    position: absolute;
    z-index: 2;
    left: 16px;
    right: 16px;
    bottom: 14px;
    color: #fff;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.trial-city-card strong,
.trial-city-card em {
    display: block;
    font-style: normal;
    color: #fff;
}

.trial-city-card strong {
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.trial-city-card em {
    margin-top: 3px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
}

.trial-india-map {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    background: transparent;
}

.trial-india-map__frame {
    max-width: 500px;
}

.trial-map-hotspot {
    position: absolute;
    left: var(--map-x);
    top: var(--map-y);
    width: calc(var(--trial-dot-size) * 3.5);
    height: calc(var(--trial-dot-size) * 3.5);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: auto;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
}

.trial-map-hotspot::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(105, 56, 181, 0.28);
    animation: trialMapPulse 2.2s ease-out infinite;
}

.trial-map-hotspot::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--trial-dot-size);
    height: var(--trial-dot-size);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #6938b5;
    box-shadow:
        0 0 0 3px #fff,
        0 0 14px rgba(105, 56, 181, 0.95),
        0 0 28px rgba(105, 56, 181, 0.55);
}

.trial-map-hotspot__label {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%);
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(16, 24, 40, 0.9);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
}

.trial-map-hotspot:hover .trial-map-hotspot__label,
.trial-map-hotspot:focus-visible .trial-map-hotspot__label {
    opacity: 1;
}

.trial-map-hotspot:hover::after,
.trial-map-hotspot:focus-visible::after {
    background: #5529a0;
    box-shadow:
        0 0 0 3px #fff,
        0 0 18px rgba(105, 56, 181, 1),
        0 0 34px rgba(105, 56, 181, 0.7);
}

.trial-map-hotspot:focus-visible {
    outline: 2px solid rgba(105, 56, 181, 0.55);
    outline-offset: 3px;
}

@keyframes trialMapPulse {
    0% { transform: scale(0.65); opacity: 0.75; }
    70% { transform: scale(1.75); opacity: 0; }
    100% { transform: scale(1.75); opacity: 0; }
}

.trial-section--soft {
    background: var(--trial-soft);
}

#trialFeaturedProjects.trial-section {
    padding-top: 64px;
    padding-bottom: 40px;
}

.trial-section--compact {
    padding: 52px 0;
}

#trialReviews.trial-section--compact {
    padding-top: 44px;
}

#trialStarPerformers.trial-section--compact {
    padding-top: 44px;
}

#trialCoreMembers.trial-section--compact {
    padding-bottom: 44px;
}

.trial-section--compact .trial-section-head {
    margin-bottom: 26px;
}

#trialFeaturedProjects .trial-section-head > div {
    max-width: none;
}

#trial-project-title {
    white-space: nowrap;
}

.trial-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 28px;
    margin-bottom: 34px;
}

.trial-section-head > div {
    max-width: 720px;
}

.trial-eyebrow {
    margin: 0 0 10px;
    color: var(--trial-purple);
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.trial-section h2 {
    margin: 0;
    color: var(--trial-ink);
    font-size: clamp(2rem, 4vw, 3.2rem);
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.trial-section-lead {
    max-width: 680px;
    margin: 14px 0 0;
    color: var(--trial-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.trial-project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.trial-project-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--trial-line);
    border-radius: var(--trial-radius);
    background: #fff;
    box-shadow: 0 10px 35px rgba(16, 24, 40, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

a.trial-project-card {
    display: block;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.trial-project-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--trial-shadow);
}

.trial-project-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e9e8ef;
}

.trial-project-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.trial-project-card:hover .trial-project-media img {
    transform: scale(1.045);
}

.trial-project-chip {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(16, 24, 40, 0.78);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.trial-project-body {
    padding: 21px;
}

.trial-project-loc {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    color: var(--trial-muted);
    font-size: 0.8rem;
}

.trial-project-loc i {
    color: var(--trial-purple);
}

.trial-project-card h3 {
    margin: 0;
    color: var(--trial-ink);
    font-size: 1.25rem;
    line-height: 1.25;
}

.trial-project-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 18px;
    padding-top: 17px;
    border-top: 1px solid var(--trial-line);
    color: var(--trial-muted);
    font-size: 0.78rem;
}

.trial-project-price {
    color: var(--trial-purple-dark);
    font-size: 0.92rem;
    font-weight: 800;
}

.trial-city-grid,
.trial-review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.trial-city-hero,
.trial-sub-hero {
    position: relative;
    min-height: 280px;
    padding: 110px 0 42px;
    color: #fff;
}

.trial-city-hero {
    background:
        linear-gradient(120deg, rgba(8, 20, 38, 0.88), rgba(8, 20, 38, 0.42)),
        var(--trial-city-image, url('../../images/founders.jpg')) center / cover no-repeat;
}

.trial-sub-hero {
    background:
        radial-gradient(ellipse 80% 60% at 0% 0%, rgba(255, 212, 92, 0.14), transparent 55%),
        radial-gradient(ellipse 70% 55% at 100% 20%, rgba(106, 130, 251, 0.22), transparent 52%),
        linear-gradient(135deg, #0a1424 0%, #14102a 48%, #1a1030 100%);
}

.trial-sub-hero--gallery {
    background:
        radial-gradient(ellipse 70% 60% at 100% 0%, rgba(106, 130, 251, 0.24), transparent 55%),
        linear-gradient(135deg, #081222 0%, #120d24 52%, #1a1030 100%);
}

.trial-sub-hero--reviews {
    background:
        radial-gradient(ellipse 70% 60% at 0% 0%, rgba(255, 212, 92, 0.16), transparent 55%),
        linear-gradient(135deg, #0a1424 0%, #14102a 48%, #1a1030 100%);
}

.trial-sub-hero-copy h1 {
    margin: 8px 0 10px;
    font-size: clamp(2rem, 4vw, 3rem);
}

.trial-sub-hero .trial-section-lead {
    max-width: 640px;
    color: rgba(255, 255, 255, 0.84);
}

body.sr-trial-subpage .trial-home {
    padding-top: 0;
}

.trial-gallery-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.trial-gallery-card {
    background: #fff;
    border-radius: var(--trial-radius);
    overflow: hidden;
    border: 1px solid rgba(16, 24, 40, 0.08);
    box-shadow: var(--trial-shadow);
    display: flex;
    flex-direction: column;
}

.trial-gallery-media {
    background: #0f172a;
    aspect-ratio: 16 / 10;
}

.trial-gallery-media img,
.trial-gallery-media video,
.trial-gallery-media iframe {
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
    display: block;
}

.trial-gallery-copy {
    padding: 16px 18px 18px;
}

.trial-gallery-copy h3 {
    margin: 0 0 8px;
    color: var(--trial-ink);
    font-size: 1.05rem;
}

.trial-gallery-copy p {
    margin: 0;
    color: var(--trial-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.trial-gallery-empty {
    text-align: center;
    background: #fff;
    border: 1px dashed rgba(16, 24, 40, 0.14);
    border-radius: var(--trial-radius);
    padding: 48px 24px;
    box-shadow: var(--trial-shadow);
}

.trial-gallery-empty i {
    color: var(--trial-purple);
    font-size: 2rem;
    margin-bottom: 12px;
}

.trial-gallery-empty h2 {
    margin: 0 0 8px;
    color: var(--trial-ink);
    font-size: 1.35rem;
}

.trial-gallery-empty p {
    margin: 0;
    color: var(--trial-muted);
}

.trial-city-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 700;
}

.trial-city-back:hover {
    color: #ffd45c;
}

.trial-city-hero-copy h1 {
    margin: 8px 0 10px;
    font-size: clamp(2rem, 4vw, 3rem);
}

.trial-city-hero .trial-section-lead {
    max-width: 640px;
    color: rgba(255, 255, 255, 0.84);
}

.trial-project-card--pick {
    width: 100%;
    padding: 0;
    border: 0;
    background: #fff;
    text-align: left;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.trial-project-card--pick:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(16, 24, 40, 0.12);
}

.trial-project-card--pick.is-completed {
    opacity: 0.92;
}

.trial-project-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: var(--trial-purple-dark);
    font-size: 0.84rem;
    font-weight: 800;
}

body.trial-lead-open {
    overflow: hidden;
}

.trial-lead-modal[hidden] {
    display: none;
}

.trial-lead-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 18px;
}

.trial-lead-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 12, 24, 0.58);
    backdrop-filter: blur(4px);
}

.trial-lead-modal__panel {
    position: relative;
    z-index: 1;
    width: min(100%, 460px);
    max-height: min(90vh, 680px);
    padding: 24px 22px 22px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(16, 24, 40, 0.22);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.trial-lead-modal__intro[hidden],
.trial-lead-form[hidden],
.trial-lead-success[hidden],
.trial-lead-soldout[hidden] {
    display: none !important;
}

.trial-lead-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #f3f5fa;
    color: #344054;
    cursor: pointer;
}

.trial-lead-modal__project {
    margin: 8px 0 0;
    color: var(--trial-purple-dark);
    font-weight: 800;
}

.trial-lead-modal__note {
    margin: 8px 0 18px;
    color: var(--trial-muted);
    font-size: 0.92rem;
}

.trial-lead-form {
    display: grid;
    gap: 14px;
}

.trial-lead-field {
    display: grid;
    gap: 6px;
}

.trial-lead-field span {
    font-size: 0.82rem;
    font-weight: 700;
    color: #344054;
}

.trial-lead-field em {
    font-style: normal;
    color: var(--trial-muted);
    font-weight: 500;
}

.trial-lead-field input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--trial-line);
    border-radius: 14px;
    font: inherit;
}

.trial-lead-field input:focus {
    outline: none;
    border-color: rgba(55, 93, 251, 0.45);
    box-shadow: 0 0 0 4px rgba(55, 93, 251, 0.12);
}

.trial-lead-form__status {
    min-height: 1.2em;
    margin: 0;
    color: #b42318;
    font-size: 0.84rem;
}

.trial-lead-success {
    text-align: center;
    padding: 12px 4px 4px;
}

.trial-lead-success__icon {
    font-size: 2.4rem;
    color: #12b76a;
}

.trial-lead-success h3 {
    margin: 10px 0 8px;
}

.trial-lead-success p {
    margin: 0 0 18px;
    color: var(--trial-muted);
}

.trial-lead-soldout {
    text-align: center;
    padding: 8px 4px 4px;
}

.trial-lead-soldout__icon {
    font-size: 2.2rem;
    color: #6938b5;
}

.trial-lead-soldout h3 {
    margin: 10px 0 8px;
    color: var(--trial-ink);
}

.trial-lead-soldout p {
    margin: 0 0 16px;
    color: var(--trial-muted);
    font-size: 0.94rem;
    line-height: 1.6;
    text-align: left;
}

.trial-lead-alternates {
    margin: 0 0 18px;
    text-align: left;
}

.trial-lead-alternates__title {
    margin: 0 0 10px;
    color: var(--trial-ink);
    font-size: 0.88rem;
    font-weight: 700;
}

.trial-lead-alternates__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.trial-lead-alternate {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--trial-line);
    border-radius: 14px;
    background: #fff;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.trial-lead-alternate:hover {
    border-color: rgba(105, 56, 181, 0.35);
    box-shadow: 0 8px 20px rgba(105, 56, 181, 0.1);
}

.trial-lead-alternate strong {
    display: block;
    color: var(--trial-ink);
    font-size: 0.92rem;
}

.trial-lead-alternate span {
    display: block;
    margin-top: 3px;
    color: var(--trial-muted);
    font-size: 0.8rem;
}

.trial-lead-soldout__hint {
    margin: 0 0 16px;
    text-align: left;
}

.trial-lead-soldout .trial-button,
.trial-lead-soldout .trial-button--ghost {
    width: 100%;
    margin-top: 8px;
}

.trial-review {
    padding: 24px;
    border: 1px solid var(--trial-line);
    border-radius: 20px;
    background: #fff;
}

.trial-review-title {
    margin: 0 0 10px;
    font-size: 1.02rem;
    line-height: 1.35;
    font-weight: 700;
    color: #1f2937;
}

.trial-review-stars {
    margin: 0 0 12px;
    color: #f4b740;
    letter-spacing: 0.08em;
}

.trial-review > p:nth-of-type(2) {
    margin: 0;
    color: #3f4654;
    line-height: 1.7;
}

.trial-review-meta {
    display: grid;
    gap: 2px;
    margin-top: 18px;
}

.trial-review-meta span,
.trial-review-meta em {
    color: var(--trial-muted);
    font-size: 0.82rem;
    font-style: normal;
}

.trial-no-results {
    grid-column: 1 / -1;
    display: none;
    padding: 35px;
    border: 1px dashed #c7cbd4;
    border-radius: 18px;
    color: var(--trial-muted);
    text-align: center;
}

.trial-hub-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(16px, 2.5vw, 32px);
    align-items: center;
}

.trial-hub-intro .trial-section-lead {
    max-width: 34rem;
    font-size: 0.92rem;
    line-height: 1.55;
}

.trial-hub-points {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: grid;
    gap: 7px;
}

.trial-hub-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #475467;
    font-size: 0.92rem;
    font-weight: 600;
}

.trial-hub-points i {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(105, 56, 181, 0.1);
    color: var(--trial-purple);
    font-size: 0.68rem;
    flex-shrink: 0;
}

.trial-hub-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    width: 100%;
    height: 440px;
    overflow: visible;
}

.trial-hub-board {
    position: relative;
    width: 100%;
    max-width: 440px;
    height: 440px;
    max-width: 100%;
    flex-shrink: 0;
    margin-inline: auto;
    padding: 4px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, rgba(237, 233, 254, 0.5) 0%, rgba(248, 246, 255, 0.28) 45%, rgba(255, 255, 255, 0) 70%);
}

.trial-hub-spokes-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
}

.trial-hub-orbit-ring {
    fill: none;
    stroke: url(#trialHubOrbitGrad);
    stroke-width: 1.5;
    filter: url(#trialHubGlow);
    animation: trial-hub-ring-breathe 4s ease-in-out infinite;
}

.trial-hub-orbit-ring--outer {
    stroke: rgba(196, 181, 253, 0.35);
    stroke-width: 1.2;
    stroke-dasharray: 6 8;
    animation: trial-hub-ring-spin 24s linear infinite;
}

.trial-hub-orbit-arc {
    fill: none;
    stroke: url(#trialHubOrbitGrad);
    stroke-width: 2.2;
    stroke-linecap: round;
    filter: url(#trialHubGlow);
    stroke-dasharray: 120;
    stroke-dashoffset: 120;
    animation:
        trial-hub-arc-draw 1.4s ease forwards,
        trial-hub-arc-flow 5s linear infinite;
    animation-delay:
        calc(var(--hub-i, 0) * 0.12s),
        calc(1.4s + var(--hub-i, 0) * 0.12s);
}

.trial-hub-spokes-ring {
    fill: #fff;
    stroke: rgba(251, 191, 36, 0.7);
    stroke-width: 2;
    filter: url(#trialHubGlow);
    animation: trial-hub-ring-breathe 3.5s ease-in-out infinite;
}

.trial-hub-spoke-line {
    stroke: url(#trialHubBranchGrad);
    stroke-width: 2.2;
    stroke-linecap: round;
    filter: url(#trialHubGlow);
    stroke-dasharray: 160;
    stroke-dashoffset: 160;
    animation: trial-hub-spoke-draw 1s ease forwards;
    animation-delay: calc(var(--hub-i, 0) * 0.1s);
}

.trial-hub-board:hover .trial-hub-spoke-line {
    stroke-width: 2.6;
    opacity: 1;
}

.trial-hub-board:hover .trial-hub-orbit-arc {
    stroke-width: 2.6;
    opacity: 1;
}

.trial-hub-spoke-node {
    fill: #8b5cf6;
    stroke: #fff;
    stroke-width: 2;
    filter: url(#trialHubGlow);
    animation: trial-hub-node-pulse 2.8s ease-in-out infinite;
    animation-delay: calc(var(--hub-i, 0) * 0.15s);
}

.trial-hub-orbit-dot {
    fill: #a78bfa;
    stroke: #fff;
    stroke-width: 1.5;
    filter: url(#trialHubGlow);
    animation: trial-hub-node-pulse 2.8s ease-in-out infinite;
    animation-delay: calc(var(--hub-i, 0) * 0.15s + 0.4s);
}

.trial-hub-core {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    width: 84px;
    height: 84px;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    padding: 8px;
    border-radius: 50%;
    border: 2px solid rgba(251, 191, 36, 0.75);
    background: #fff;
    box-shadow:
        0 0 0 7px rgba(251, 191, 36, 0.16),
        0 0 0 13px rgba(167, 139, 250, 0.12),
        0 10px 28px rgba(124, 58, 237, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    text-align: center;
    animation: trial-hub-core-ring-pulse 3.5s ease-in-out infinite;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.trial-hub-board:hover .trial-hub-core {
    box-shadow:
        0 0 0 8px rgba(251, 191, 36, 0.22),
        0 0 0 16px rgba(167, 139, 250, 0.18),
        0 14px 36px rgba(124, 58, 237, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.trial-hub-core-logo {
    width: 58px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 3px 8px rgba(30, 42, 90, 0.15));
}

@keyframes trial-hub-spoke-draw {
    to { stroke-dashoffset: 0; }
}

@keyframes trial-hub-arc-draw {
    to { stroke-dashoffset: 0; }
}

@keyframes trial-hub-arc-flow {
    to { stroke-dashoffset: -240; }
}

@keyframes trial-hub-ring-breathe {
    0%, 100% { opacity: 0.55; stroke-width: 1.5; }
    50% { opacity: 0.95; stroke-width: 2; }
}

@keyframes trial-hub-ring-spin {
    to { stroke-dashoffset: -28; }
}

@keyframes trial-hub-core-ring-pulse {
    0%, 100% {
        box-shadow:
            0 0 0 7px rgba(251, 191, 36, 0.14),
            0 0 0 13px rgba(167, 139, 250, 0.1),
            0 10px 28px rgba(124, 58, 237, 0.16),
            inset 0 1px 0 rgba(255, 255, 255, 0.95);
    }
    50% {
        box-shadow:
            0 0 0 9px rgba(251, 191, 36, 0.22),
            0 0 0 16px rgba(167, 139, 250, 0.16),
            0 14px 34px rgba(124, 58, 237, 0.22),
            inset 0 1px 0 rgba(255, 255, 255, 0.95);
    }
}

@keyframes trial-hub-node-pulse {
    0%, 100% { opacity: 0.7; transform: scale(0.92); }
    50% { opacity: 1; transform: scale(1.08); }
}

.trial-hub-spoke-node,
.trial-hub-orbit-dot {
    transform-box: fill-box;
    transform-origin: center;
}

.trial-hub-nodes {
    position: absolute;
    inset: 0;
}

.trial-hub-node {
    position: absolute;
    z-index: 3;
    width: 88px;
    padding: 6px 7px 5px;
    border: 1px solid rgba(237, 233, 254, 0.9);
    border-radius: 10px;
    background: #fff;
    box-shadow:
        0 5px 14px rgba(124, 58, 237, 0.09),
        0 1px 4px rgba(99, 102, 241, 0.05);
    transform: translate(-50%, -50%);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, z-index 0s;
}

.trial-hub-node:hover {
    z-index: 5;
    border-color: rgba(167, 139, 250, 0.45);
    box-shadow:
        0 8px 20px rgba(124, 58, 237, 0.14),
        0 2px 6px rgba(99, 102, 241, 0.08);
    transform: translate(-50%, -50%) scale(1.03);
}

.trial-hub-node-icon {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    margin: 0 auto 4px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(124, 58, 237, 0.18);
}

.trial-hub-node-icon--discovery {
    background: linear-gradient(145deg, #9333ea 0%, #7c3aed 100%);
}

.trial-hub-node-icon--investment {
    background: linear-gradient(145deg, #6366f1 0%, #7c3aed 100%);
}

.trial-hub-node-icon--loans {
    background: linear-gradient(145deg, #fbbf24 0%, #f59e0b 100%);
}

.trial-hub-node-icon--legal {
    background: linear-gradient(145deg, #c4b5fd 0%, #a78bfa 100%);
}

.trial-hub-node-icon--visits {
    background: linear-gradient(145deg, #8b5cf6 0%, #7c3aed 100%);
}

.trial-hub-node-icon--network {
    background: linear-gradient(145deg, #fbbf24 0%, #eab308 100%);
}

.trial-hub-node-icon svg {
    display: block;
    width: 16px;
    height: 16px;
}

@keyframes trial-hub-icon-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

.trial-hub-node h3 {
    margin: 0 0 2px;
    color: #1e2a5a;
    font-size: 0.64rem;
    line-height: 1.22;
    text-align: center;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trial-hub-node p {
    margin: 0;
    color: #667085;
    font-size: 0.55rem;
    line-height: 1.34;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
    .trial-hub-core,
    .trial-hub-core-logo,
    .trial-hub-orbit-ring,
    .trial-hub-orbit-arc,
    .trial-hub-spoke-line,
    .trial-hub-spoke-node,
    .trial-hub-orbit-dot,
    .trial-hub-spokes-ring {
        animation: none;
        stroke-dashoffset: 0;
    }
}

.trial-rav {
    position: relative;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 50px;
    align-items: center;
    overflow: hidden;
    padding: clamp(34px, 5vw, 65px);
    border-radius: 28px;
    background: #141128;
    color: #fff;
}

.trial-rav::after {
    content: "";
    position: absolute;
    right: -130px;
    bottom: -180px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(105, 56, 181, 0.35);
    filter: blur(5px);
}

.trial-rav h2,
.trial-rav .trial-eyebrow {
    color: #fff;
}

.trial-rav-copy {
    position: relative;
    z-index: 1;
}

.trial-rav-copy > p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.70);
    line-height: 1.75;
}

.trial-rav-values {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.trial-rav-value {
    min-height: 210px;
    padding: 25px 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
}

.trial-rav-value span {
    display: block;
    color: #c9b5f8;
    font-size: 2.8rem;
    font-weight: 850;
    line-height: 1;
}

.trial-rav-value h3 {
    margin: 18px 0 9px;
    color: #fff;
}

.trial-rav-value p {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.82rem;
    line-height: 1.6;
}

.trial-leader-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.trial-leader {
    overflow: hidden;
    border: 1px solid var(--trial-line);
    border-radius: 20px;
    background: #fff;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.trial-leader:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.10);
}

.trial-leader-photo {
    aspect-ratio: 4 / 4.3;
    overflow: hidden;
    background: #ecebf0;
}

.trial-leader-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 20%;
    transition: transform 0.45s ease;
}

.trial-leader:hover img {
    transform: scale(1.035);
}

.trial-leader-photo img.trial-leader-ayush-k {
    object-position: center 17%;
}

.trial-leader-copy {
    padding: 19px;
}

.trial-leader-role {
    margin: 0 0 7px;
    color: var(--trial-purple);
    font-size: 0.69rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.trial-leader h3 {
    margin: 0;
    color: var(--trial-ink);
    font-size: 1.03rem;
    line-height: 1.3;
}

.trial-leader-view {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
    color: var(--trial-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.trial-events {
    position: relative;
    isolation: isolate;
    padding: 72px 0 80px;
    color: #fff;
    background: #07101f;
    overflow: hidden;
}

.trial-events__overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(7, 16, 31, 0.92) 0%, rgba(7, 16, 31, 0.55) 42%, rgba(7, 16, 31, 0.72) 100%),
        linear-gradient(180deg, rgba(7, 16, 31, 0.2) 0%, transparent 30%, rgba(7, 16, 31, 0.45) 100%);
}

.trial-events__glow {
    position: absolute;
    top: -120px;
    right: -80px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(105, 56, 181, 0.35) 0%, transparent 68%);
    z-index: 0;
    pointer-events: none;
}

.trial-events .trial-wrap {
    position: relative;
    z-index: 1;
}

.trial-events__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 28px;
    margin-bottom: 32px;
}

.trial-events__head > div {
    max-width: 720px;
}

.trial-eyebrow--light {
    color: #ffd45c;
}

.trial-events h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.1rem);
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.trial-events__lead {
    max-width: 640px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1rem;
    line-height: 1.7;
}

.trial-button--light {
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.96);
    color: var(--trial-purple-dark) !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.trial-events__strip {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    scrollbar-color: rgba(255, 212, 92, 0.45) transparent;
    scrollbar-width: thin;
}

.trial-events__card {
    flex: 0 0 min(280px, 72vw);
    scroll-snap-align: start;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.trial-events__media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
}

.trial-events__media img,
.trial-events__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.trial-events__card:hover .trial-events__media img,
.trial-events__card:hover .trial-events__media video {
    transform: scale(1.04);
}

.trial-events__video-fallback {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, rgba(105, 56, 181, 0.45), rgba(55, 93, 251, 0.35));
    color: #fff;
    font-size: 2rem;
}

.trial-events__badge {
    position: absolute;
    left: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(7, 16, 31, 0.72);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.trial-events__copy {
    padding: 14px 16px 16px;
}

.trial-events__copy h3 {
    margin: 0;
    color: #fff;
    font-size: 0.98rem;
    line-height: 1.35;
}

.trial-events__copy p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trial-events__empty {
    display: grid;
    place-items: center;
    gap: 10px;
    min-height: 180px;
    padding: 28px;
    border-radius: 20px;
    border: 1px dashed rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
}

.trial-events__empty i {
    font-size: 1.8rem;
    color: #ffd45c;
}

.trial-stars-marquee {
    overflow: hidden;
    padding: 2px 0 10px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 2.5%, #000 97.5%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 2.5%, #000 97.5%, transparent 100%);
}

.trial-stars-marquee:focus-visible {
    outline: 2px solid rgba(105, 56, 181, 0.45);
    outline-offset: 4px;
    border-radius: 12px;
}

.trial-stars-marquee:not(.trial-stars-marquee--auto) {
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: rgba(105, 56, 181, 0.45) transparent;
    scrollbar-width: thin;
    mask-image: none;
    -webkit-mask-image: none;
}

.trial-stars-track {
    display: flex;
    gap: 22px;
    width: max-content;
    min-width: 100%;
    padding: 2px 2px 4px;
}

.trial-stars-marquee--auto .trial-stars-track {
    animation: trialStarsMarquee 42s linear infinite;
    will-change: transform;
}

.trial-stars-marquee--auto:hover .trial-stars-track,
.trial-stars-marquee--auto:focus-within .trial-stars-track {
    animation-play-state: paused;
}

@keyframes trialStarsMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.trial-stars-track .trial-star {
    flex: 0 0 min(440px, 82vw);
    scroll-snap-align: start;
}

.trial-stars-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.trial-star {
    display: grid;
    grid-template-columns: 168px 1fr;
    overflow: hidden;
    min-height: 220px;
    border: 1px solid var(--trial-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 36px rgba(16, 24, 40, 0.06);
}

.trial-star-photo {
    position: relative;
    min-height: 220px;
    background:
        linear-gradient(180deg, rgba(105, 56, 181, 0.18), rgba(16, 24, 40, 0.55)),
        #eceaf4;
}

.trial-star-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.trial-star-placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    text-align: center;
    padding: 16px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.trial-star-body {
    padding: 22px 22px 20px;
}

.trial-star-rank {
    margin: 0 0 8px;
    color: var(--trial-purple);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.trial-star h3 {
    margin: 0;
    font-size: 1.22rem;
}

.trial-star-role {
    margin: 5px 0 12px;
    color: var(--trial-muted);
    font-size: 0.86rem;
}

.trial-star-achievements {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.trial-star-achievements li {
    padding: 6px 10px;
    border-radius: 999px;
    background: #f3eefc;
    color: var(--trial-purple-dark);
    font-size: 0.74rem;
    font-weight: 700;
}

.trial-star-stat {
    display: flex;
    gap: 18px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--trial-line);
}

.trial-star-stat strong {
    display: block;
    color: var(--trial-ink);
    font-size: 1.15rem;
}

.trial-star-stat span {
    color: var(--trial-muted);
    font-size: 0.74rem;
}

.trial-core-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

.trial-core {
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(25% - 14px);
    min-width: 200px;
    max-width: 280px;
    overflow: hidden;
    border: 1px solid var(--trial-line);
    border-radius: 20px;
    background: #fff;
    text-align: center;
}

.trial-core-photo {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    flex-shrink: 0;
    overflow: hidden;
    background: #eceaf4;
}

.trial-core-photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.trial-core-placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #7a6b98;
    font-weight: 800;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
}

.trial-core-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    min-height: 76px;
    padding: 14px 12px 16px;
}

.trial-core h3 {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.35;
}

.trial-core span {
    display: block;
    margin-top: 4px;
    color: var(--trial-muted);
    font-size: 0.78rem;
}

@media (max-width: 1050px) {
    .trial-project-grid,
    .trial-city-grid,
    .trial-review-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .trial-city-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .trial-city-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .trial-india-map__frame {
        max-width: 380px;
    }
    .trial-hub-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .trial-hub-visual {
        max-height: none;
    }

    .trial-hub-board {
        width: min(100%, 440px);
        height: min(100vw - 48px, 440px);
    }

    .trial-leader-grid,
    .trial-stars-grid {
        grid-template-columns: 1fr;
    }
    .trial-core {
        flex: 0 1 calc(50% - 9px);
        min-width: 160px;
        max-width: none;
    }
    .trial-rav {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 800px) {
    .trial-search-shell {
        padding: 14px 0 12px;
    }
    .trial-search-fields {
        grid-template-columns: 1fr 1fr;
    }
    .trial-search-submit {
        grid-column: 1 / -1;
    }
    .trial-trust {
        padding-top: 4px;
    }
    .trial-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .trial-trust-item:nth-child(2) {
        border-right: 0;
    }
    .trial-trust-item:nth-child(-n+2) {
        border-bottom: 1px solid var(--trial-line);
    }
    .trial-section-head,
    .trial-cta-panel {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .trial-wrap {
        width: min(92%, 560px);
    }
    .trial-banner {
        font-size: 0.74rem;
    }
    .trial-search-shell {
        padding-bottom: 10px;
    }

    .trial-section.trial-section--after-hero {
        padding-top: 20px;
        padding-bottom: 16px;
    }
    .trial-search {
        padding: 13px;
        border-radius: 18px;
    }
    .trial-search-fields {
        grid-template-columns: 1fr;
    }
    .trial-search-submit {
        grid-column: auto;
    }
    .trial-trust {
        padding-top: 18px;
    }
    .trial-trust-grid {
        grid-template-columns: 1fr;
    }
    .trial-trust-item,
    .trial-trust-item:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--trial-line);
    }
    .trial-trust-item:last-child {
        border-bottom: 0;
    }
    .trial-section {
        padding: 68px 0;
    }
    .trial-cities {
        padding-top: 22px;
        padding-bottom: 32px;
    }

    #trialFeaturedProjects.trial-section {
        padding-top: 44px;
        padding-bottom: 28px;
    }

    .trial-section--compact {
        padding: 40px 0;
    }

    #trialReviews.trial-section--compact,
    #trialStarPerformers.trial-section--compact {
        padding-top: 32px;
    }

    #trial-project-title {
        white-space: normal;
    }
    .trial-section-head {
        align-items: stretch;
    }
    .trial-hub-layout {
        gap: 14px;
    }

    .trial-hub-intro .trial-section-lead {
        font-size: 0.88rem;
    }

    .trial-hub-points {
        margin-top: 8px;
        gap: 5px;
    }

    .trial-hub-points li {
        font-size: 0.84rem;
    }

    .trial-hub-visual {
        height: min(calc(100vw - 36px), 400px);
        min-height: 0;
        padding: 0;
        overflow: visible;
    }

    .trial-hub-board {
        width: 440px;
        height: 440px;
        transform: scale(calc(min(100vw - 36px, 400px) / 440));
        transform-origin: center top;
    }

    .trial-hub-core {
        width: 76px;
        height: 76px;
        padding: 6px;
    }

    .trial-hub-core-logo {
        width: 52px;
    }

    .trial-hub-node {
        width: 82px;
        padding: 5px 6px 4px;
    }

    .trial-hub-node h3 {
        font-size: 0.58rem;
    }

    .trial-hub-node p {
        font-size: 0.5rem;
        -webkit-line-clamp: 2;
    }

    .trial-hub-node-icon {
        width: 26px;
        height: 26px;
        margin-bottom: 3px;
    }

    .trial-hub-node-icon svg {
        width: 14px;
        height: 14px;
    }

    .trial-stars-track .trial-star {
        flex-basis: min(380px, 88vw);
    }

    .trial-events {
        padding: 56px 0 64px;
    }

    .trial-events__head {
        flex-direction: column;
        align-items: stretch;
    }

    .trial-core {
        flex: 1 1 100%;
        min-width: 0;
        max-width: 320px;
    }
    .trial-project-grid,
    .trial-leader-grid,
    .trial-rav-values,
    .trial-city-grid,
    .trial-review-grid {
        grid-template-columns: 1fr;
    }
    .trial-star {
        grid-template-columns: 1fr;
    }
    .trial-star-photo {
        min-height: 210px;
    }
    .trial-project-card:nth-of-type(n+5) {
        display: none;
    }
    .trial-rav {
        padding: 30px 20px;
        border-radius: 22px;
    }
    .trial-rav-value {
        min-height: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .trial-stars-marquee--auto .trial-stars-track {
        animation: none;
    }

    .trial-stars-marquee--auto {
        overflow-x: auto;
        mask-image: none;
        -webkit-mask-image: none;
    }

    .trial-home *,
    .trial-home *::before,
    .trial-home *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }
    .trial-hero-slide,
    .trial-hero-slide img,
    .trial-hero-overlay::after,
    .trial-hero-logo,
    .trial-hero-aura {
        animation: none !important;
        transform: none !important;
    }
    .trial-hero-video {
        animation: none !important;
    }
}
