/**
 * Torevya Yazılım Çözüm Simülatörü
 * Yalnızca .torevya-software-experience-page altında çalışır.
 */

.torevya-software-experience-page {
    --experience-navy: #07162f;
    --experience-blue: #2554f4;
    --experience-deep-blue: #172ab8;
    --experience-cyan: #2bc4df;
    --experience-purple: #8055ef;
    --experience-teal: #12b6aa;
    --experience-muted: #63708a;
    --experience-line: #e2e8f3;
    --experience-soft: #f5f7ff;
    --experience-white: #ffffff;
    --experience-shadow: 0 24px 70px rgba(19, 39, 99, 0.12);
}

.torevya-software-experience-page *,
.torevya-software-experience-page *::before,
.torevya-software-experience-page *::after {
    box-sizing: border-box;
}

.torevya-experience-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 8vw, 120px) 0;
    color: var(--experience-white);
    background:
        radial-gradient(circle at 73% 32%, rgba(43, 196, 223, 0.26), transparent 27%),
        radial-gradient(circle at 22% 85%, rgba(128, 85, 239, 0.28), transparent 32%),
        linear-gradient(125deg, #121d8e 0%, #263cff 46%, #096fbf 100%);
}

.torevya-experience-hero::before,
.torevya-experience-hero::after {
    position: absolute;
    content: "";
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.torevya-experience-hero::before {
    top: -260px;
    right: -160px;
    width: 620px;
    height: 620px;
    box-shadow:
        0 0 0 45px rgba(255, 255, 255, 0.025),
        0 0 0 90px rgba(255, 255, 255, 0.018);
}

.torevya-experience-hero::after {
    bottom: -280px;
    left: -220px;
    width: 520px;
    height: 520px;
}

.torevya-experience-hero .container {
    position: relative;
    z-index: 2;
}

.torevya-experience-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    padding: 9px 15px;
    color: #dffcff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    backdrop-filter: blur(10px);
}

.torevya-experience-eyebrow i {
    color: #70f1ff;
    font-size: 18px;
}

.torevya-experience-hero__content h1 {
    max-width: 760px;
    margin: 0;
    color: var(--experience-white);
    font-family: "Fira Sans", sans-serif;
    font-size: clamp(42px, 5.2vw, 72px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.torevya-experience-hero__content h1 span {
    display: block;
    color: #79efff;
}

.torevya-experience-hero__content > p {
    max-width: 680px;
    margin: 25px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(16px, 1.5vw, 19px);
    line-height: 1.75;
}

.torevya-experience-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 34px;
}

.torevya-experience-hero__actions .techin-default-btn {
    min-width: 215px;
    text-align: center;
    background: var(--experience-cyan);
}

.torevya-experience-hero__note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 600;
}

.torevya-experience-hero__note i {
    color: #78f2ff;
    font-size: 20px;
}

.torevya-experience-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 25px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.torevya-experience-hero__trust li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

.torevya-experience-hero__trust i {
    display: grid;
    width: 20px;
    height: 20px;
    color: #052d4c;
    background: #78f2ff;
    border-radius: 50%;
    place-items: center;
}

.torevya-experience-hero__visual {
    position: relative;
    max-width: 590px;
    margin-left: auto;
    isolation: isolate;
}

.torevya-experience-hero__visual::before {
    position: absolute;
    z-index: -1;
    inset: 9% 5%;
    content: "";
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 42px;
    box-shadow: 0 34px 80px rgba(1, 17, 83, 0.32);
    transform: rotate(-3deg);
    backdrop-filter: blur(16px);
}

.torevya-experience-hero__visual img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 30px 40px rgba(9, 18, 83, 0.28));
}

.torevya-experience-hero__orb {
    position: absolute;
    z-index: 3;
    display: block;
    border-radius: 50%;
    pointer-events: none;
}

.torevya-experience-hero__orb--one {
    top: 9%;
    right: 2%;
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #7cf6ff, #30bfdc);
    box-shadow: 0 15px 30px rgba(18, 182, 170, 0.3);
    animation: torevya-experience-float 5s ease-in-out infinite;
}

.torevya-experience-hero__orb--two {
    bottom: 11%;
    left: 4%;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #c392ff, #7b50eb);
    box-shadow: 0 12px 25px rgba(128, 85, 239, 0.36);
    animation: torevya-experience-float 4.2s ease-in-out -1.4s infinite;
}

@keyframes torevya-experience-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-14px);
    }
}

.torevya-experience-section {
    position: relative;
    padding: clamp(80px, 9vw, 130px) 0;
    background:
        radial-gradient(circle at 50% 0%, rgba(60, 91, 255, 0.055), transparent 25%),
        var(--experience-white);
}

.torevya-experience-heading {
    max-width: 800px;
    margin: 0 auto clamp(38px, 5vw, 60px);
    text-align: center;
}

.torevya-experience-heading > span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--experience-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.torevya-experience-heading h2 {
    margin: 0;
    color: var(--experience-navy);
    font-family: "Fira Sans", sans-serif;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.torevya-experience-heading p {
    max-width: 680px;
    margin: 18px auto 0;
    color: var(--experience-muted);
    font-size: 17px;
    line-height: 1.7;
}

.torevya-experience-shell {
    display: grid;
    grid-template-columns: minmax(270px, 330px) minmax(0, 1fr);
    max-width: 1300px;
    min-height: 760px;
    margin: 0 auto;
    overflow: hidden;
    background: var(--experience-white);
    border: 1px solid var(--experience-line);
    border-radius: 30px;
    box-shadow: var(--experience-shadow);
}

.torevya-experience-sidebar {
    position: relative;
    overflow: hidden;
    padding: 40px 32px;
    color: var(--experience-white);
    background:
        radial-gradient(circle at 15% 85%, rgba(128, 85, 239, 0.5), transparent 34%),
        linear-gradient(165deg, #101d78, #244cf0 65%, #1479bd);
}

.torevya-experience-sidebar::before {
    position: absolute;
    right: -110px;
    bottom: 80px;
    width: 260px;
    height: 260px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    box-shadow:
        0 0 0 35px rgba(255, 255, 255, 0.025),
        0 0 0 70px rgba(255, 255, 255, 0.018);
    pointer-events: none;
}

.torevya-experience-sidebar__head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.torevya-experience-sidebar__head span {
    font-size: 17px;
    font-weight: 700;
}

.torevya-experience-sidebar__head strong {
    color: #95f4ff;
    font-size: 13px;
    letter-spacing: 0.08em;
}

.torevya-experience-progress {
    position: relative;
    z-index: 1;
    height: 7px;
    margin-top: 17px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 999px;
}

.torevya-experience-progress span {
    display: block;
    width: 20%;
    height: 100%;
    background: linear-gradient(90deg, #89f4ff, #ffffff);
    border-radius: inherit;
    transition: width 0.35s ease;
}

.torevya-experience-steps {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 3px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.torevya-experience-steps li {
    position: relative;
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    gap: 14px;
    min-height: 72px;
    padding: 10px 12px;
    color: rgba(255, 255, 255, 0.53);
    border: 1px solid transparent;
    border-radius: 16px;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.torevya-experience-steps li::after {
    position: absolute;
    bottom: -4px;
    left: 31px;
    width: 1px;
    height: 9px;
    content: "";
    background: rgba(255, 255, 255, 0.14);
}

.torevya-experience-steps li:last-child::after {
    display: none;
}

.torevya-experience-steps li > span {
    display: grid;
    width: 40px;
    height: 40px;
    font-size: 12px;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    place-items: center;
}

.torevya-experience-steps li strong,
.torevya-experience-steps li small {
    display: block;
}

.torevya-experience-steps li strong {
    font-size: 14px;
    line-height: 1.35;
}

.torevya-experience-steps li small {
    margin-top: 3px;
    color: inherit;
    font-size: 11px;
    opacity: 0.75;
}

.torevya-experience-steps li.is-active {
    color: var(--experience-white);
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(255, 255, 255, 0.13);
}

.torevya-experience-steps li.is-active > span {
    color: #0a3150;
    background: #8bf4ff;
    border-color: #8bf4ff;
}

.torevya-experience-steps li.is-complete {
    color: rgba(255, 255, 255, 0.9);
}

.torevya-experience-steps li.is-complete > span {
    color: #0a3150;
    background: #dffcff;
    border-color: #dffcff;
}

.torevya-experience-live-summary {
    position: absolute;
    z-index: 1;
    right: 25px;
    bottom: 28px;
    left: 25px;
    padding: 18px;
    background: rgba(1, 20, 66, 0.26);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    backdrop-filter: blur(8px);
}

.torevya-experience-live-summary span {
    display: block;
    color: #8ff5ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.torevya-experience-live-summary p {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    line-height: 1.55;
}

.torevya-experience-main {
    display: flex;
    min-width: 0;
    padding: clamp(34px, 4vw, 58px);
}

.torevya-experience-main form {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
}

.torevya-experience-question {
    animation: torevya-experience-enter 0.35s ease both;
}

@keyframes torevya-experience-enter {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.torevya-experience-question__head {
    max-width: 790px;
}

.torevya-experience-question__head > span {
    color: var(--experience-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.torevya-experience-question__head h3 {
    margin: 9px 0 0;
    color: var(--experience-navy);
    font-family: "Fira Sans", sans-serif;
    font-size: clamp(29px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -0.03em;
}

.torevya-experience-question__head p {
    max-width: 700px;
    margin: 13px 0 0;
    color: var(--experience-muted);
    font-size: 15px;
    line-height: 1.65;
}

.torevya-experience-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 32px 0 0;
    padding: 0;
    border: 0;
}

.torevya-experience-options--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.torevya-experience-option {
    display: block;
    min-width: 0;
    margin: 0;
    cursor: pointer;
}

.torevya-experience-option > input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.torevya-experience-option__box {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 25px;
    grid-template-rows: auto auto;
    column-gap: 14px;
    min-height: 122px;
    padding: 20px;
    background: var(--experience-white);
    border: 1.5px solid var(--experience-line);
    border-radius: 18px;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}

.torevya-experience-option__box:hover {
    border-color: rgba(37, 84, 244, 0.38);
    box-shadow: 0 14px 32px rgba(24, 55, 139, 0.08);
    transform: translateY(-3px);
}

.torevya-experience-option__icon {
    display: grid;
    grid-row: 1 / span 2;
    width: 58px;
    height: 58px;
    color: var(--experience-blue);
    background: linear-gradient(135deg, #eef0ff, #edfaff);
    border-radius: 16px;
    place-items: center;
}

.torevya-experience-option__icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.torevya-experience-option__icon i {
    font-size: 28px;
}

.torevya-experience-option__box strong {
    align-self: end;
    color: var(--experience-navy);
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    line-height: 1.35;
}

.torevya-experience-option__box small {
    align-self: start;
    margin-top: 5px;
    color: var(--experience-muted);
    font-size: 12px;
    line-height: 1.5;
}

.torevya-experience-option__box > i {
    display: grid;
    grid-row: 1 / span 2;
    grid-column: 3;
    align-self: center;
    width: 23px;
    height: 23px;
    color: transparent;
    font-size: 15px;
    border: 1.5px solid #cfd7e7;
    border-radius: 50%;
    place-items: center;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.torevya-experience-option > input:focus-visible + .torevya-experience-option__box {
    outline: 3px solid rgba(37, 84, 244, 0.2);
    outline-offset: 3px;
}

.torevya-experience-option > input:checked + .torevya-experience-option__box {
    background: linear-gradient(135deg, #f6f7ff, #f1fcff);
    border-color: var(--experience-blue);
    box-shadow: 0 15px 34px rgba(37, 84, 244, 0.12);
}

.torevya-experience-option > input:checked + .torevya-experience-option__box > i {
    color: var(--experience-white);
    background: var(--experience-blue);
    border-color: var(--experience-blue);
}

.torevya-experience-option--compact .torevya-experience-option__box {
    min-height: 104px;
}

.torevya-experience-option__people {
    display: flex;
    grid-row: 1 / span 2;
    align-items: center;
    align-self: center;
    color: var(--experience-blue);
}

.torevya-experience-option__people i {
    display: grid;
    width: 29px;
    height: 29px;
    margin-right: -10px;
    color: var(--experience-white);
    font-size: 14px;
    background: linear-gradient(135deg, var(--experience-blue), var(--experience-cyan));
    border: 2px solid var(--experience-white);
    border-radius: 50%;
    place-items: center;
}

.torevya-experience-option--scale .torevya-experience-option__box,
.torevya-experience-option--timeline .torevya-experience-option__box {
    grid-template-columns: minmax(58px, auto) minmax(0, 1fr) 25px;
    min-height: 130px;
}

.torevya-experience-validation {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    margin: 22px 0 0;
    padding: 10px 14px;
    color: #9b2d34;
    font-size: 13px;
    font-weight: 600;
    background: #fff2f3;
    border: 1px solid #ffd6d9;
    border-radius: 10px;
}

.torevya-experience-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-top: auto;
    padding-top: 32px;
}

.torevya-experience-button,
.torevya-experience-restart,
.torevya-experience-copy {
    appearance: none;
    border: 0;
    cursor: pointer;
    font: inherit;
}

.torevya-experience-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 13px 22px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.torevya-experience-button:hover {
    transform: translateY(-2px);
}

.torevya-experience-button--back {
    color: var(--experience-navy);
    background: #eef1f8;
}

.torevya-experience-button--next,
.torevya-experience-button--result {
    min-width: 160px;
    margin-left: auto;
    color: var(--experience-white);
    background: linear-gradient(135deg, var(--experience-blue), #187dc9);
    box-shadow: 0 12px 25px rgba(37, 84, 244, 0.2);
}

.torevya-experience-button--result {
    background: linear-gradient(135deg, #7449e9, var(--experience-blue));
}

.torevya-experience-noscript {
    padding: 16px;
    color: #8b2f35;
    background: #fff2f3;
    border: 1px solid #ffd5d8;
    border-radius: 12px;
}

.torevya-experience-result {
    position: relative;
    max-width: 1300px;
    margin: 34px auto 0;
    overflow: hidden;
    padding: clamp(32px, 5vw, 64px);
    background:
        radial-gradient(circle at 95% 4%, rgba(43, 196, 223, 0.11), transparent 23%),
        linear-gradient(180deg, #ffffff, #f7f9ff);
    border: 1px solid #dce4f3;
    border-radius: 30px;
    box-shadow: var(--experience-shadow);
    animation: torevya-experience-result-in 0.55s ease both;
}

@keyframes torevya-experience-result-in {
    from {
        opacity: 0;
        transform: translateY(24px) scale(0.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.torevya-experience-result__celebration span {
    position: absolute;
    display: block;
    width: 9px;
    height: 22px;
    border-radius: 4px;
    transform: rotate(35deg);
    pointer-events: none;
}

.torevya-experience-result__celebration span:nth-child(1) {
    top: 34px;
    left: 4%;
    background: var(--experience-cyan);
}

.torevya-experience-result__celebration span:nth-child(2) {
    top: 58px;
    right: 6%;
    background: var(--experience-purple);
    transform: rotate(-30deg);
}

.torevya-experience-result__celebration span:nth-child(3) {
    top: 120px;
    right: 3%;
    width: 13px;
    height: 13px;
    background: #ffc14e;
    border-radius: 50%;
}

.torevya-experience-result__celebration span:nth-child(4) {
    top: 150px;
    left: 2.5%;
    width: 14px;
    height: 14px;
    background: var(--experience-blue);
    border-radius: 50%;
}

.torevya-experience-result__celebration span:nth-child(5) {
    top: 80px;
    left: 13%;
    height: 17px;
    background: #ff669c;
    transform: rotate(70deg);
}

.torevya-experience-result__head {
    max-width: 750px;
    margin: 0 auto 38px;
    text-align: center;
}

.torevya-experience-result__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    color: #0a7c70;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: #e7fbf8;
    border-radius: 999px;
}

.torevya-experience-result__status i {
    font-size: 18px;
}

.torevya-experience-result__head h2 {
    margin: 15px 0 0;
    color: var(--experience-navy);
    font-family: "Fira Sans", sans-serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.torevya-experience-result__head p {
    margin: 13px 0 0;
    color: var(--experience-muted);
    font-size: 16px;
}

.torevya-experience-result-card {
    height: 100%;
    min-height: 300px;
    padding: 28px;
    background: var(--experience-white);
    border: 1px solid var(--experience-line);
    border-radius: 22px;
    box-shadow: 0 15px 36px rgba(29, 51, 112, 0.06);
}

.torevya-experience-result-card--primary {
    color: var(--experience-white);
    background:
        radial-gradient(circle at 95% 5%, rgba(118, 240, 255, 0.22), transparent 34%),
        linear-gradient(145deg, #18258f, #2852ee);
    border-color: transparent;
}

.torevya-experience-result-card > span {
    display: block;
    color: var(--experience-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.torevya-experience-result-card--primary > span {
    color: #8ef4ff;
}

.torevya-experience-result-card__icon {
    display: grid;
    width: 62px;
    height: 62px;
    margin-top: 24px;
    color: var(--experience-white);
    font-size: 31px;
    background: linear-gradient(135deg, var(--experience-purple), var(--experience-blue));
    border-radius: 18px;
    box-shadow: 0 12px 24px rgba(37, 84, 244, 0.18);
    place-items: center;
}

.torevya-experience-result-card--primary .torevya-experience-result-card__icon {
    color: #082c50;
    background: #84f3ff;
}

.torevya-experience-result-card__icon--cyan {
    background: linear-gradient(135deg, #0cb2a4, var(--experience-cyan));
}

.torevya-experience-result-card h3 {
    margin: 22px 0 0;
    color: var(--experience-navy);
    font-family: "Fira Sans", sans-serif;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.25;
}

.torevya-experience-result-card--primary h3 {
    color: var(--experience-white);
}

.torevya-experience-result-card p {
    margin: 12px 0 0;
    color: var(--experience-muted);
    font-size: 14px;
    line-height: 1.65;
}

.torevya-experience-result-card--primary p {
    color: rgba(255, 255, 255, 0.76);
}

.torevya-experience-result-card__score {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-top: 20px;
}

.torevya-experience-result-card__score strong {
    color: var(--experience-blue);
    font-family: "Fira Sans", sans-serif;
    font-size: 54px;
    line-height: 1;
}

.torevya-experience-result-card__score small {
    color: var(--experience-muted);
    font-weight: 700;
}

.torevya-experience-roadmap {
    margin-top: 34px;
    padding: clamp(25px, 4vw, 40px);
    background: var(--experience-navy);
    border-radius: 24px;
}

.torevya-experience-roadmap__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.torevya-experience-roadmap__head span {
    color: #73eefc;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.torevya-experience-roadmap__head h3 {
    margin: 7px 0 0;
    color: var(--experience-white);
    font-family: "Fira Sans", sans-serif;
    font-size: clamp(25px, 3vw, 35px);
    font-weight: 800;
}

.torevya-experience-roadmap__head p {
    max-width: 340px;
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    line-height: 1.6;
}

.torevya-experience-roadmap ol {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin: 31px 0 0;
    padding: 0;
    list-style: none;
}

.torevya-experience-roadmap ol::before {
    position: absolute;
    top: 23px;
    right: 5%;
    left: 5%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, #71effe, #8055ef);
}

.torevya-experience-roadmap li {
    position: relative;
    z-index: 1;
    text-align: center;
}

.torevya-experience-roadmap li span {
    display: grid;
    width: 47px;
    height: 47px;
    margin: 0 auto;
    color: #082b4d;
    font-size: 12px;
    font-weight: 800;
    background: #84f3ff;
    border: 5px solid var(--experience-navy);
    border-radius: 50%;
    place-items: center;
}

.torevya-experience-roadmap li strong {
    display: block;
    margin-top: 11px;
    color: var(--experience-white);
    font-size: 12px;
    line-height: 1.35;
}

.torevya-experience-result__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 26px;
    padding: 22px 24px;
    background: #eef2ff;
    border: 1px solid #dce4fa;
    border-radius: 18px;
}

.torevya-experience-result__summary > div > span {
    color: var(--experience-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.torevya-experience-result__summary p {
    margin: 6px 0 0;
    color: #35415b;
    font-size: 14px;
    line-height: 1.55;
}

.torevya-experience-copy {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    color: var(--experience-blue);
    font-size: 13px;
    font-weight: 700;
    background: var(--experience-white);
    border: 1px solid #ccd8f4;
    border-radius: 10px;
}

.torevya-experience-result__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 17px;
    margin-top: 31px;
}

.torevya-experience-result__actions .techin-default-btn {
    min-width: 270px;
    text-align: center;
}

.torevya-experience-restart {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px;
    color: var(--experience-navy);
    font-size: 14px;
    font-weight: 700;
    background: transparent;
}

.torevya-experience-result__disclaimer {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    max-width: 810px;
    margin: 25px auto 0;
    color: #7b8498;
    font-size: 11px;
    line-height: 1.55;
    text-align: center;
}

.torevya-experience-value {
    padding: 0 0 clamp(80px, 9vw, 125px);
    background: var(--experience-white);
}

.torevya-experience-value article {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    height: 100%;
    padding: 28px;
    background: var(--experience-soft);
    border: 1px solid var(--experience-line);
    border-radius: 20px;
}

.torevya-experience-value article > span {
    color: rgba(37, 84, 244, 0.22);
    font-family: "Fira Sans", sans-serif;
    font-size: 36px;
    font-weight: 800;
}

.torevya-experience-value h2 {
    margin: 1px 0 0;
    color: var(--experience-navy);
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: 800;
}

.torevya-experience-value p {
    margin: 9px 0 0;
    color: var(--experience-muted);
    font-size: 13px;
    line-height: 1.65;
}

@media (max-width: 1199.98px) {
    .torevya-experience-shell {
        grid-template-columns: 270px minmax(0, 1fr);
    }

    .torevya-experience-sidebar {
        padding: 32px 22px;
    }

    .torevya-experience-main {
        padding: 40px 30px;
    }

    .torevya-experience-option__box {
        grid-template-columns: 50px minmax(0, 1fr) 23px;
        padding: 17px;
    }

    .torevya-experience-option__icon {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 991.98px) {
    .torevya-experience-hero__visual {
        max-width: 560px;
        margin: 20px auto 0;
    }

    .torevya-experience-shell {
        display: block;
        min-height: 0;
    }

    .torevya-experience-sidebar {
        padding: 27px;
    }

    .torevya-experience-steps {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 8px;
        margin-top: 25px;
    }

    .torevya-experience-steps li {
        display: flex;
        min-height: 0;
        flex-direction: column;
        gap: 7px;
        padding: 9px 4px;
        text-align: center;
    }

    .torevya-experience-steps li::after,
    .torevya-experience-steps li small {
        display: none;
    }

    .torevya-experience-steps li > span {
        width: 34px;
        height: 34px;
    }

    .torevya-experience-steps li strong {
        font-size: 10px;
    }

    .torevya-experience-live-summary {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        margin-top: 18px;
    }

    .torevya-experience-roadmap ol {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 25px;
    }

    .torevya-experience-roadmap ol::before {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .torevya-experience-hero {
        padding: 70px 0;
    }

    .torevya-experience-hero__content {
        text-align: center;
    }

    .torevya-experience-hero__content > p {
        margin-right: auto;
        margin-left: auto;
    }

    .torevya-experience-hero__actions,
    .torevya-experience-hero__trust {
        justify-content: center;
    }

    .torevya-experience-shell,
    .torevya-experience-result {
        border-radius: 22px;
    }

    .torevya-experience-sidebar {
        padding: 23px 18px;
    }

    .torevya-experience-steps li strong {
        display: none;
    }

    .torevya-experience-main {
        padding: 31px 19px;
    }

    .torevya-experience-options,
    .torevya-experience-options--four {
        grid-template-columns: 1fr;
    }

    .torevya-experience-option__box,
    .torevya-experience-option--scale .torevya-experience-option__box,
    .torevya-experience-option--timeline .torevya-experience-option__box {
        min-height: 104px;
    }

    .torevya-experience-controls {
        position: sticky;
        z-index: 5;
        bottom: 0;
        margin-right: -19px;
        margin-left: -19px;
        padding: 18px 19px 4px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 27%);
    }

    .torevya-experience-button {
        min-height: 48px;
    }

    .torevya-experience-button--next,
    .torevya-experience-button--result {
        flex: 1;
    }

    .torevya-experience-roadmap__head {
        display: block;
    }

    .torevya-experience-roadmap__head p {
        margin-top: 12px;
    }

    .torevya-experience-roadmap ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .torevya-experience-result__summary {
        align-items: flex-start;
        flex-direction: column;
    }

    .torevya-experience-copy {
        width: 100%;
        justify-content: center;
    }

    .torevya-experience-result__actions .techin-default-btn {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 479.98px) {
    .torevya-experience-eyebrow {
        font-size: 10px;
    }

    .torevya-experience-option__box {
        grid-template-columns: 46px minmax(0, 1fr) 22px;
        column-gap: 11px;
        padding: 15px;
    }

    .torevya-experience-option__icon {
        width: 46px;
        height: 46px;
        border-radius: 13px;
    }

    .torevya-experience-option__icon svg {
        width: 25px;
        height: 25px;
    }

    .torevya-experience-option__box strong {
        font-size: 15px;
    }

    .torevya-experience-roadmap ol {
        grid-template-columns: 1fr;
    }

    .torevya-experience-roadmap li {
        display: flex;
        align-items: center;
        gap: 12px;
        text-align: left;
    }

    .torevya-experience-roadmap li span {
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        margin: 0;
    }

    .torevya-experience-roadmap li strong {
        margin: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .torevya-experience-hero__orb,
    .torevya-experience-question,
    .torevya-experience-result {
        animation: none !important;
    }

    .torevya-experience-progress span,
    .torevya-experience-option__box,
    .torevya-experience-button {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}

@media print {
    .torevya-experience-hero,
    .torevya-experience-shell,
    .torevya-experience-value,
    .torevya-inline-cta,
    .techin-header-section,
    .techin-footer-section3 {
        display: none !important;
    }

    .torevya-experience-section {
        padding: 0;
    }

    .torevya-experience-result {
        display: block !important;
        margin: 0;
        padding: 20px;
        border: 0;
        box-shadow: none;
    }
}
