.landing-hero {
    position: relative;
    min-height: 560px;
    padding: var(--section-spacing) 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--nike-white);
    overflow: hidden;
    z-index: 0;
}

#how-it-works {
    padding-top: 48px;
    padding-bottom: 0;
}

#sports {
    padding-top: 64px;
    padding-bottom: 64px;
}

#sports .section-title {
    font-size: 36px;
    line-height: 44px;
}

.hero-main-group {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}

.hero-main-group .container {
    height: 100%;
    position: relative;
}

.hero-visual-container {
    position: absolute;
    right: var(--page-padding);
    bottom: 0;
    height: 80%;
    width: auto;
    display: flex;
    align-items: flex-end;
}

.hero-woman-layout {
    height: 100%;
    width: auto;
}

.hero-swoosh-layout {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.hero-bg-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #00BC78 0%, #004D33 100%);
    z-index: 1;
}


.hero-swoosh-svg {
    height: 50%;
    width: auto;
    color: rgba(255, 255, 255, 0.2);
}

.hero-swoosh-svg svg {
    height: 100%;
    width: auto;
    display: block;
}

.hero-woman {
    height: 100%;
    width: auto;
    display: block;
    object-fit: contain;
    object-position: bottom right;
}

.landing-hero-content {
    position: relative;
    z-index: 4;
    max-width: var(--page-max-width);
    display: flex;
    justify-content: flex-start;
    text-align: left;
    gap: 32px;
}

.hero-text-wrap {
    max-width: 580px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-title {
    margin: 0;
    font-size: 64px;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

.hero-subtitle {
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
}

.hero-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 4px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}


.value-card {
    padding: 32px 40px;
    border-radius: 16px;
    border: 1px solid var(--nike-border-strong);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    background: var(--nike-white);
    box-sizing: border-box;
}

.value-icon {
    width: 48px;
    height: 48px;
    display: block;
    object-fit: contain;
}

.value-title {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: var(--nike-section-dark);
}

.value-text {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: var(--nike-section-dark);
}

.value-card .landing-btn {
    margin-top: auto;
}


.sport-card {
    position: relative;
    padding: 20px;
    background: var(--card-image) center/cover no-repeat;
    border-radius: 12px;
    min-height: 320px;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.sport-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-soft);
}


.sport-cta {
    background: rgba(255, 255, 255, 0.8);
    color: var(--nike-section-dark);
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.sport-card:hover .sport-cta {
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-2px);
}

#options {
    background: var(--nike-section-dark);
    color: var(--nike-white);
    padding: 64px 0;
}

.options-title {
    margin: 0 0 48px;
    text-align: center;
    font-size: 32px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.031rem;
}

.options-grid {
    --bs-gutter-y: 4rem !important;
}

.option-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.option-icon {
    width: 48px;
    height: 48px;
    background: url("../../images/pdp-icon-swoosh.svg") center/contain no-repeat;
    display: inline-block;
    transition: transform 0.2s ease;
    filter: brightness(0) invert(1);
}

.option-item:hover .option-icon {
    transform: translateY(-2px);
}


.option-title {
    margin: 0;
    font-size: 24px;
    line-height: 44px;
    font-weight: 500;
}

.option-text {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.options-actions {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


#commitment {
    padding-top: 64px;
}

.commitment-image {
    width: 100%;
    max-width: 325px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 12px;
}

.commitment-eyebrow {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 44px;
    font-weight: 500;
    color: var(--nike-section-dark);
}

.commitment-title {
    margin: 0 0 24px;
    font-size: 32px;
    line-height: 44px;
    font-weight: 500;
    color: var(--nike-section-dark);
}

.commitment-text {
    margin: 0 0 32px;
    font-size: 16px;
    line-height: 24px;
    color: var(--nike-section-dark);
}
