.tlc-event-recommender-page #main,
.tlc-event-recommender-page #content {
    background: #05070b !important;
}

.tlc-event-recommender-page .tlc-page-breadcrumb {
    width: min(1500px, calc(100% - 36px));
    margin-inline: auto;
}

.tlc-rec {
    --rec-blue: #4fd3ff;
    --rec-blue-soft: #a4eaff;
    --rec-red: #d92738;
    --rec-ink: #05070b;
    --rec-panel: #0b1119;
    --rec-panel-2: #101925;
    --rec-line: rgba(151, 218, 245, 0.25);
    width: min(1680px, calc(100% - 36px));
    margin: 0 auto 72px;
    color: #f7fbff;
    font-family: inherit;
}

.tlc-rec * {
    box-sizing: border-box;
}

.tlc-rec-eyebrow {
    margin: 0 0 10px;
    color: var(--rec-blue);
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.tlc-rec-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
    min-height: clamp(480px, 68vh, 760px);
    padding: clamp(34px, 6vw, 92px);
    background:
        radial-gradient(circle at 80% 45%, rgba(79, 211, 255, 0.13), transparent 26%),
        radial-gradient(circle at 6% 92%, rgba(217, 39, 56, 0.13), transparent 30%),
        linear-gradient(138deg, #111923 0%, #070a10 60%, #05070b 100%);
    border: 1px solid var(--rec-line);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.52), inset 0 1px rgba(255, 255, 255, 0.045);
    overflow: hidden;
    isolation: isolate;
}

.tlc-rec-hero::before,
.tlc-rec-hero::after {
    position: absolute;
    z-index: 2;
    width: 130px;
    height: 4px;
    content: "";
}

.tlc-rec-hero::before {
    top: -1px;
    left: 0;
    background: var(--rec-blue);
    box-shadow: 0 0 25px rgba(79, 211, 255, 0.7);
}

.tlc-rec-hero::after {
    right: 0;
    bottom: -1px;
    background: var(--rec-red);
    box-shadow: 0 0 25px rgba(217, 39, 56, 0.6);
}

.tlc-rec-hero__grid {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(134, 216, 249, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(134, 216, 249, 0.12) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.tlc-rec-hero__copy {
    position: relative;
    z-index: 2;
    align-self: center;
    max-width: 990px;
}

.tlc-rec-hero h1 {
    max-width: 980px;
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(3rem, 7vw, 7.4rem);
    line-height: 0.88;
    letter-spacing: -0.065em;
    text-wrap: balance;
}

.tlc-rec-hero h1 span {
    display: block;
    color: transparent;
    background: linear-gradient(92deg, var(--rec-blue-soft), var(--rec-blue) 45%, #f45b68 94%);
    -webkit-background-clip: text;
    background-clip: text;
}

.tlc-rec-hero__copy > p:not(.tlc-rec-eyebrow) {
    max-width: 800px;
    margin: 0;
    color: #bdc8d3;
    font-size: clamp(1.05rem, 1.55vw, 1.35rem);
    line-height: 1.65;
}

.tlc-rec-hero__proof {
    display: flex;
    gap: clamp(18px, 4vw, 58px);
    margin-top: 38px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tlc-rec-hero__proof span {
    display: grid;
    color: #8693a2;
    font-size: 0.76rem;
    font-weight: 750;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.tlc-rec-hero__proof strong {
    color: #fff;
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
    line-height: 1;
}

.tlc-rec-hero__signal {
    position: relative;
    align-self: center;
    justify-self: center;
    width: clamp(240px, 26vw, 430px);
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #383c40;
    border: 1px solid rgba(164, 234, 255, 0.62);
    border-radius: 24px;
    box-shadow:
        0 30px 75px rgba(0, 0, 0, 0.46),
        0 0 44px rgba(79, 211, 255, 0.13),
        inset 0 1px rgba(255, 255, 255, 0.1);
}

.tlc-rec-hero__logo-motion {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #383c40;
}

.tlc-rec-builder,
.tlc-rec-results {
    margin-top: 28px;
    padding: clamp(24px, 4vw, 62px);
    background:
        radial-gradient(circle at 92% 2%, rgba(79, 211, 255, 0.09), transparent 28%),
        linear-gradient(145deg, #0c121b, #06090e);
    border: 1px solid var(--rec-line);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.tlc-rec-builder[hidden],
.tlc-rec-results[hidden],
.tlc-rec-step[hidden],
.tlc-rec-form__error[hidden],
.tlc-rec-form__actions [hidden] {
    display: none !important;
}

.tlc-rec-builder__head {
    display: grid;
    grid-template-columns: 1fr minmax(220px, 340px);
    gap: 32px;
    align-items: end;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tlc-rec-builder h2,
.tlc-rec-results h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 4.6rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.tlc-rec-progress > span {
    display: block;
    margin-bottom: 8px;
    color: #9aa7b5;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-align: right;
    text-transform: uppercase;
}

.tlc-rec-progress [role="progressbar"] {
    height: 5px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.tlc-rec-progress i {
    display: block;
    width: 25%;
    height: 100%;
    background: linear-gradient(90deg, var(--rec-blue), var(--rec-red));
    box-shadow: 0 0 18px rgba(79, 211, 255, 0.45);
    transition: width 320ms ease;
}

.tlc-rec-form {
    margin-top: 34px;
}

.tlc-rec-step {
    animation: tlc-rec-step-in 320ms ease both;
}

@keyframes tlc-rec-step-in {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.tlc-rec-step fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.tlc-rec-step legend {
    width: 100%;
    margin-bottom: 6px;
    color: #fff;
    font-size: clamp(1.65rem, 2.8vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.025em;
}

.tlc-rec-step__hint {
    margin: 0 0 26px;
    color: #909dab;
    font-size: 0.98rem;
}

.tlc-rec-options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.tlc-rec-options--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tlc-rec-options--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tlc-rec-option {
    position: relative;
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 14px;
    align-items: start;
    min-height: 112px;
    margin: 0;
    padding: 22px;
    color: #d8e0e8;
    background: linear-gradient(145deg, rgba(20, 31, 44, 0.94), rgba(9, 14, 21, 0.96));
    border: 1px solid rgba(155, 206, 229, 0.2);
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.tlc-rec-option:hover {
    border-color: rgba(79, 211, 255, 0.55);
    transform: translateY(-2px);
}

.tlc-rec-option:has(input:focus-visible) {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.tlc-rec-option:has(input:checked) {
    background: linear-gradient(145deg, rgba(20, 54, 72, 0.98), rgba(10, 23, 34, 0.98));
    border-color: var(--rec-blue);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28), inset 3px 0 var(--rec-blue);
}

.tlc-rec-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.tlc-rec-option__control {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 50%;
}

.tlc-rec-option input[type="checkbox"] + .tlc-rec-option__control {
    border-radius: 4px;
}

.tlc-rec-option__control::after {
    position: absolute;
    inset: 5px;
    content: "";
    background: var(--rec-blue);
    border-radius: inherit;
    box-shadow: 0 0 12px rgba(79, 211, 255, 0.56);
    opacity: 0;
    transform: scale(0.4);
    transition: opacity 160ms ease, transform 160ms ease;
}

.tlc-rec-option input:checked + .tlc-rec-option__control::after {
    opacity: 1;
    transform: scale(1);
}

.tlc-rec-option__copy {
    display: grid;
    gap: 6px;
}

.tlc-rec-option__copy strong {
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.2;
}

.tlc-rec-option__copy small {
    color: #8f9daa;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.45;
}

.tlc-rec-split-question {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    gap: 30px;
}

.tlc-rec-split-question h3 {
    margin: 0 0 12px;
    color: var(--rec-blue-soft);
    font-size: 0.76rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.tlc-rec-form__error {
    margin: 18px 0 0;
    padding: 12px 16px;
    color: #fff;
    background: rgba(217, 39, 56, 0.15);
    border-left: 3px solid var(--rec-red);
}

.tlc-rec-form__actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tlc-rec-button {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin: 0;
    padding: 13px 24px;
    color: #fff;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 850;
    letter-spacing: 0.075em;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.tlc-rec-button:hover,
.tlc-rec-button:focus-visible {
    color: #fff;
    transform: translateY(-2px);
}

.tlc-rec-button:focus-visible,
.tlc-rec-text-button:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.tlc-rec-button--primary {
    color: #061018;
    background: linear-gradient(100deg, #9ae8ff, var(--rec-blue));
    border-color: #b2efff;
    box-shadow: 0 12px 30px rgba(79, 211, 255, 0.22);
}

.tlc-rec-button--primary:hover,
.tlc-rec-button--primary:focus-visible {
    color: #061018;
    box-shadow: 0 16px 38px rgba(79, 211, 255, 0.34);
}

.tlc-rec-button--ghost {
    color: #dbe5ed;
    background: #111923;
    border-color: rgba(255, 255, 255, 0.18);
}

.tlc-rec-results__head {
    max-width: 980px;
    margin-bottom: 34px;
}

.tlc-rec-results__head > p:last-child {
    max-width: 800px;
    margin: 18px 0 0;
    color: #aeb9c5;
    font-size: 1.08rem;
    line-height: 1.65;
}

.tlc-rec-signature {
    position: relative;
    margin-bottom: 52px;
    padding: clamp(22px, 3vw, 38px);
    background:
        linear-gradient(90deg, rgba(79, 211, 255, 0.09), transparent 46%, rgba(217, 39, 56, 0.08)),
        #091019;
    border: 1px solid rgba(79, 211, 255, 0.34);
    overflow: hidden;
}

.tlc-rec-signature::after {
    position: absolute;
    top: 0;
    left: -30%;
    width: 28%;
    height: 2px;
    content: "";
    background: var(--rec-blue);
    box-shadow: 0 0 18px var(--rec-blue);
    animation: tlc-rec-scan 5s linear infinite;
}

@keyframes tlc-rec-scan {
    to { left: 105%; }
}

.tlc-rec-signature > span {
    display: block;
    margin-bottom: 9px;
    color: var(--rec-blue);
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tlc-rec-signature strong {
    display: block;
    color: #fff;
    font-size: clamp(1.35rem, 3vw, 2.8rem);
    line-height: 1.15;
    text-wrap: balance;
}

.tlc-rec-signature p {
    max-width: 980px;
    margin: 13px 0 0;
    color: #9eabb8;
    line-height: 1.6;
}

.tlc-rec-result-section {
    margin-top: 46px;
}

.tlc-rec-result-section__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 18px;
}

.tlc-rec-result-section h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.65rem, 2.5vw, 2.7rem);
    letter-spacing: -0.03em;
}

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

.tlc-rec-result-grid--services {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tlc-rec-result-card {
    min-width: 0;
    background: linear-gradient(150deg, #111b27, #090e15);
    border: 1px solid rgba(155, 210, 234, 0.24);
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.32);
    overflow: hidden;
}

.tlc-rec-result-card__media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    background: #0a1119;
    overflow: hidden;
}

.tlc-rec-result-card__media::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 55%, rgba(5, 7, 11, 0.5));
}

.tlc-rec-result-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.05) contrast(1.05);
    transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 240ms ease;
}

.tlc-rec-result-card:hover .tlc-rec-result-card__media img,
.tlc-rec-result-card:focus-within .tlc-rec-result-card__media img {
    filter: saturate(1.18) contrast(1.08);
    transform: scale(1.07);
}

.tlc-rec-result-card__body {
    position: relative;
    padding: 20px;
}

.tlc-rec-result-card__rank {
    position: absolute;
    top: -27px;
    right: 14px;
    display: grid;
    width: 46px;
    height: 46px;
    color: #071018;
    font-size: 0.74rem;
    font-weight: 900;
    background: var(--rec-blue);
    border: 3px solid #0b121b;
    border-radius: 50%;
    place-items: center;
}

.tlc-rec-result-card__kicker {
    display: block;
    margin-bottom: 7px;
    color: var(--rec-blue);
    font-size: 0.64rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tlc-rec-result-card h4 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 1.18rem;
    line-height: 1.12;
}

.tlc-rec-result-card p {
    margin: 0;
    color: #9eabb8;
    font-size: 0.84rem;
    line-height: 1.55;
}

.tlc-rec-result-card__reason {
    margin-top: 12px !important;
    padding-top: 12px;
    color: #c8d3dc !important;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.tlc-rec-result-card__link {
    display: inline-block;
    margin-top: 16px;
    color: var(--rec-blue);
    font-size: 0.69rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.tlc-rec-results__cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 36px;
    align-items: center;
    margin-top: 58px;
    padding: clamp(24px, 4vw, 52px);
    background:
        radial-gradient(circle at 90% 20%, rgba(79, 211, 255, 0.13), transparent 30%),
        linear-gradient(135deg, #121c28, #070b11);
    border: 1px solid rgba(79, 211, 255, 0.3);
}

.tlc-rec-results__cta h3 {
    margin: 0 0 9px;
    color: #fff;
    font-size: clamp(1.7rem, 3vw, 3rem);
    letter-spacing: -0.035em;
}

.tlc-rec-results__cta > div > p:last-child {
    max-width: 760px;
    margin: 0;
    color: #a2afbc;
    line-height: 1.6;
}

.tlc-rec-results__actions {
    display: grid;
    gap: 10px;
    min-width: 250px;
}

.tlc-rec-text-button {
    margin: 2px 0 0;
    padding: 8px;
    color: #8f9ba8;
    font: inherit;
    font-size: 0.75rem;
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 3px;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.tlc-recommender-menu-item > a > span {
    display: inline-flex;
    padding: 7px 12px;
    color: #071018;
    background: #60d8ff;
    border-radius: 999px;
    box-shadow: 0 0 20px rgba(79, 211, 255, 0.18);
}

@media (max-width: 1180px) {
    .tlc-rec-result-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tlc-rec-result-grid--services {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .tlc-rec-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .tlc-rec-hero__signal {
        position: relative;
        top: auto;
        right: auto;
        width: min(420px, 74vw);
        margin: 34px auto 0;
        opacity: 1;
    }

    .tlc-rec-hero__copy {
        padding-right: 0;
    }

    .tlc-rec-options--three,
    .tlc-rec-split-question,
    .tlc-rec-results__cta {
        grid-template-columns: 1fr;
    }

    .tlc-rec-result-grid,
    .tlc-rec-result-grid--services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tlc-rec-results__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-width: 0;
    }

    .tlc-rec-results__actions .tlc-rec-text-button {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .tlc-rec {
        width: calc(100% - 20px);
        margin-bottom: 42px;
    }

    .tlc-rec-hero,
    .tlc-rec-builder,
    .tlc-rec-results {
        padding: 24px 15px;
    }

    .tlc-rec-hero h1 {
        font-size: clamp(2.65rem, 14vw, 4.5rem);
    }

    .tlc-rec-hero__copy {
        padding-right: 0;
    }

    .tlc-rec-hero__proof {
        gap: 16px;
        justify-content: space-between;
    }

    .tlc-rec-hero__proof span {
        font-size: 0.6rem;
    }

    .tlc-rec-builder__head {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .tlc-rec-progress > span {
        text-align: left;
    }

    .tlc-rec-options--two,
    .tlc-rec-options--three,
    .tlc-rec-result-grid,
    .tlc-rec-result-grid--services,
    .tlc-rec-results__actions {
        grid-template-columns: 1fr;
    }

    .tlc-rec-option {
        min-height: 94px;
        padding: 18px;
    }

    .tlc-rec-form__actions {
        display: grid;
        grid-template-columns: 1fr 1.35fr;
    }

    .tlc-rec-button {
        width: 100%;
        padding-inline: 15px;
        white-space: normal;
    }

    .tlc-rec-results__actions .tlc-rec-text-button {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tlc-rec *,
    .tlc-rec *::before,
    .tlc-rec *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
    }

    .tlc-rec-hero__logo-motion {
        opacity: 1;
    }
}
