/* U-Turn marketing landing: loyalty-first narrative */

.value-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(185, 133, 82, .10), transparent 28%),
        var(--background);
}

.value-section .section-heading p {
    font-size: 18px;
}

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

.value-grid article {
    position: relative;
    min-height: 285px;
    overflow: hidden;
    padding: 31px 27px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: var(--surface);
    box-shadow: 0 16px 42px rgba(12, 27, 51, .055);
}

.value-grid article::after {
    content: "";
    position: absolute;
    left: -45px;
    bottom: -55px;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: rgba(185, 133, 82, .08);
}

.value-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 30px;
    padding-inline: 10px;
    border: 1px solid rgba(185, 133, 82, .24);
    border-radius: 99px;
    background: rgba(185, 133, 82, .08);
    color: var(--accent);
    font-size: 12px;
    font-weight: 800;
}

.value-grid h3 {
    margin: 29px 0 12px;
    font-size: 18px;
    line-height: 1.4;
}

.value-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.9;
}

.loyalty-statement {
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px 20px;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 26px;
    border: 1px solid rgba(185, 133, 82, .22);
    border-radius: 22px;
    background: var(--primary);
    color: #FFFFFF;
    text-align: center;
    box-shadow: 0 25px 65px rgba(12, 27, 51, .14);
}

.loyalty-statement strong {
    color: var(--accent);
    font-size: 20px;
}

.loyalty-statement span {
    font-size: 18px;
    font-weight: 700;
}

.how-section {
    background: rgba(255, 255, 255, .48);
}

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

.experience-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 22px;
    background: rgba(255, 255, 255, .055);
}

.experience-card > div:last-child {
    padding: 25px;
}

.experience-card h3 {
    margin: 18px 0 10px;
    color: #FFFFFF;
    font-size: 18px;
}

.experience-card p {
    margin: 0;
    color: rgba(255, 255, 255, .62);
    font-size: 16px;
    line-height: 1.9;
}

.experience-visual {
    min-height: 225px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle, rgba(185, 133, 82, .24), transparent 58%),
        rgba(255, 255, 255, .025);
}

.experience-wheel {
    width: 158px;
    height: 158px;
    display: grid;
    place-items: center;
    border: 12px solid rgba(255, 255, 255, .93);
    border-radius: 50%;
    background: conic-gradient(
        var(--accent) 0 16.6%,
        #23324A 16.6% 33.2%,
        #FFFFFF 33.2% 49.8%,
        var(--accent) 49.8% 66.4%,
        #23324A 66.4% 83%,
        #FFFFFF 83%
    );
    box-shadow: 0 24px 55px rgba(12, 27, 51, .24);
    transform: rotate(-8deg);
}

.experience-wheel span {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--primary);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 800;
    transform: rotate(8deg);
}

.scratch-card-visual {
    position: relative;
    width: 205px;
    height: 125px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 8px solid #FFFFFF;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--accent), #EFD7A5);
    color: var(--primary);
    box-shadow: 0 25px 55px rgba(12, 27, 51, .22);
    transform: rotate(4deg);
}

.scratch-card-visual span {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: 800;
}

.scratch-card-visual i {
    position: absolute;
    width: 250px;
    height: 16px;
    border-radius: 99px;
    background: rgba(255, 255, 255, .48);
    transform: rotate(-17deg);
}

.scratch-card-visual i:nth-of-type(1) { top: 25px; }
.scratch-card-visual i:nth-of-type(2) { top: 58px; }
.scratch-card-visual i:nth-of-type(3) { top: 91px; }

.gift-box-visual {
    position: relative;
    width: 145px;
    height: 125px;
    display: grid;
    place-items: center;
    margin-top: 28px;
    border-radius: 15px;
    background: var(--accent);
    color: #FFFFFF;
    box-shadow: 0 25px 55px rgba(12, 27, 51, .23);
}

.gift-box-visual::before {
    content: "";
    position: absolute;
    top: -25px;
    right: -10px;
    left: -10px;
    height: 33px;
    border-radius: 10px;
    background: #FFFFFF;
}

.gift-box-visual::after {
    content: "";
    position: absolute;
    top: -25px;
    bottom: 0;
    width: 24px;
    background: rgba(12, 27, 51, .86);
}

.gift-box-visual span {
    position: relative;
    z-index: 2;
    font-size: 43px;
    font-weight: 800;
}

.after-experience {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    align-items: center;
    gap: 35px;
    margin-top: 18px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 22px;
    background: rgba(255, 255, 255, .055);
}

.after-experience h3 {
    margin: 15px 0 9px;
    color: #FFFFFF;
    font-size: 18px;
}

.after-experience p {
    margin: 0;
    color: rgba(255, 255, 255, .62);
    font-size: 16px;
    line-height: 1.85;
}

.after-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.after-links span {
    min-height: 62px;
    display: grid;
    place-items: center;
    padding: 12px;
    border: 1px solid rgba(185, 133, 82, .26);
    border-radius: 13px;
    background: rgba(185, 133, 82, .09);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 800;
}

.return-section {
    background:
        radial-gradient(circle at 12% 80%, rgba(185, 133, 82, .12), transparent 28%),
        var(--background);
}

.return-grid {
    grid-template-columns: .85fr 1.15fr;
}

.return-flow-card {
    padding: 25px;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: var(--shadow);
}

.return-flow-card header {
    padding-bottom: 19px;
    border-bottom: 1px solid var(--border);
}

.return-flow-card header small,
.return-flow-card header strong {
    display: block;
}

.return-flow-card header small {
    color: var(--muted);
    font-size: 12px;
}

.return-flow-card header strong {
    margin-top: 6px;
    font-size: 20px;
}

.return-flow {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
}

.return-flow > i {
    color: var(--accent);
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
}

.return-flow article {
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 17px 10px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--background);
    text-align: center;
}

.return-flow article.highlight {
    border-color: rgba(185, 133, 82, .42);
    background: rgba(185, 133, 82, .11);
}

.return-flow b {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: var(--primary);
    color: #FFFFFF;
    font-size: 13px;
}

.return-flow .highlight b {
    background: var(--accent);
}

.return-flow span {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 800;
}

.return-flow small {
    margin-top: 7px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.6;
}

.branches-section {
    background: #FFFFFF;
}

.setup-section {
    padding-top: 0;
    background: #FFFFFF;
}

.setup-card {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
    align-items: center;
    gap: 50px;
    padding: 46px;
    border: 1px solid rgba(185, 133, 82, .22);
    border-radius: 27px;
    background:
        radial-gradient(circle at 90% 0, rgba(185, 133, 82, .14), transparent 30%),
        var(--background);
}

.setup-card h2 {
    margin: 16px 0 12px;
    font-size: 20px;
    line-height: 1.27;
}

.setup-card p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.9;
}

.setup-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
}

.setup-points span {
    min-height: 75px;
    display: flex;
    align-items: center;
    padding: 15px 17px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #FFFFFF;
    font-size: 13px;
    font-weight: 800;
}

.setup-points span::before {
    content: "✓";
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    margin-left: 10px;
    border-radius: 9px;
    background: rgba(185, 133, 82, .12);
    color: var(--accent);
}

.plans-section {
    background: var(--background);
}

.marketing-footer {
    border-top: 1px solid rgba(255, 255, 255, .08);
}

@media (max-width: 1000px) {
    .experience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .experience-card:last-child {
        grid-column: 1 / -1;
    }

    .return-flow {
        grid-template-columns: repeat(4, 1fr);
    }

    .return-flow > i {
        display: none;
    }
}

@media (max-width: 850px) {
    .value-grid,
    .experience-grid,
    .after-experience,
    .return-grid,
    .setup-card {
        grid-template-columns: 1fr;
    }

    .experience-card:last-child {
        grid-column: auto;
    }

    .return-flow-card {
        overflow-x: auto;
    }

    .return-flow {
        min-width: 640px;
    }

    .setup-card {
        gap: 30px;
    }
}

@media (max-width: 600px) {
    .value-grid {
        grid-template-columns: 1fr;
    }

    .value-grid article {
        min-height: auto;
    }

    .loyalty-statement {
        align-items: flex-start;
        flex-direction: column;
        text-align: right;
    }

    .experience-visual {
        min-height: 195px;
    }

    .after-experience,
    .setup-card {
        padding: 25px 19px;
    }

    .after-links,
    .setup-points {
        grid-template-columns: 1fr;
    }

    .return-flow-card {
        padding: 18px 14px;
    }
}
