.mobile-second-screen {
    position: relative;
    z-index: 6;
    flex: 0 0 100svh;
    height: 100svh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: max(36px, env(safe-area-inset-top)) var(--mobile-side-padding) max(36px, env(safe-area-inset-bottom));
    box-sizing: border-box;
    overflow: hidden;
    background-color: #000000;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.mobile-second-screen::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('assets/web2.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.9;
    pointer-events: none;
    z-index: 0;
}

.second-screen-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(6px, 1.4vh, 14px);
    flex: 1 1 auto;
    min-height: 0;
}

.second-main-photo {
    width: clamp(140px, 38vw, 220px);
    height: auto;
    align-self: center;
}

.second-screen-text {
    width: 100%;
    text-align: center;
    margin-bottom: clamp(14px, 2.8vh, 32px);
}

.second-line {
    margin: 0;
    font-family: 'Montserrat', 'Inter Tight', sans-serif;
    font-size: clamp(28px, 7.6vw, 61px);
    line-height: 0.95;
    letter-spacing: 0;
}

.second-line-white {
    color: #ffffff;
    font-weight: 400;
}

.second-line-muted {
    color: #756f6f;
    font-weight: 400;
    margin-top: clamp(8px, 1.4vh, 16px);
}

.second-line-strong {
    color: #ffffff;
    font-weight: 700;
    margin-top: clamp(24px, 4.2vh, 48px);
}

.second-row-photos {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.second-photo-card {
    position: relative;
    display: inline-flex;
    isolation: isolate;
}

.second-row-left,
.second-row-right {
    position: relative;
    z-index: 1;
    height: auto;
    flex: 0 0 auto;
}

.second-row-left {
    width: clamp(100px, 26vw, 182px);
    filter: blur(8px);
}

.second-row-right {
    width: clamp(140px, 36vw, 253px);
    filter: blur(3px);
}

.second-photo-label {
    position: absolute;
    z-index: 4;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(180px, 52vw, 340px);
    border-radius: 16px;
    border: 1px solid #ffffff;
    background: rgba(65, 65, 65, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-sizing: border-box;
    padding: 8px 10px;
    color: #ffffff;
    text-align: center;
}

.second-photo-label p {
    margin: 0;
    font-family: 'Montserrat', 'Inter Tight', sans-serif;
    font-weight: 500;
    line-height: 1.05;
}

.second-photo-label-small p {
    font-size: clamp(10px, 2.7vw, 14px);
}

.second-photo-label-left p {
    font-size: clamp(8px, 2.1vw, 11px);
}

.second-photo-label-large p {
    font-size: clamp(12px, 3.2vw, 18px);
    font-weight: 600;
}

.second-photo-label-left {
    top: 70%;
    left: 10%;
    transform: none;
    width: clamp(190px, 54vw, 360px);
    z-index: 10;
}

.second-photo-label-right {
    top: 5%;
    left: auto;
    right: 20%;
    transform: none;
    width: clamp(190px, 54vw, 360px);
}

.second-photo-card-bottom {
    align-self: flex-start;
}

.second-bottom-left-photo {
    position: relative;
    z-index: 1;
    width: clamp(140px, 38vw, 220px);
    height: auto;
    margin-top: clamp(18px, 3.6vh, 40px);
}

.second-photo-label-bottom {
    top: 80%;
    left: 100%;
    width: clamp(190px, 54vw, 360px);
}

.second-screen-cta {
    position: relative;
    z-index: 1;
    margin-top: auto;
    flex-shrink: 0;
    height: clamp(48px, 7.5vh, 64px);
    font-size: clamp(18px, 5vw, 25px);
}
