.slidepop-page {
    --slidepop-cream: #fff9ec;
    --slidepop-paper: #fffdf8;
    --slidepop-ink: #17203d;
    --slidepop-muted: #526078;
    --slidepop-coral: #ff6267;
    --slidepop-coral-dark: #dc3f52;
    --slidepop-mint: #45d5aa;
    --slidepop-blue: #45b8f4;
    --slidepop-yellow: #ffc857;
    --slidepop-forest: #07533f;
    color: var(--slidepop-ink);
    background: var(--slidepop-cream);
}

.slidepop-page h1,
.slidepop-page h2,
.slidepop-page h3,
.slidepop-page p,
.slidepop-page figure {
    margin-top: 0;
}

.slidepop-page h1,
.slidepop-page h2,
.slidepop-page h3 {
    color: var(--slidepop-ink);
    letter-spacing: -0.045em;
}

.slidepop-hero {
    position: relative;
    overflow: hidden;
    min-height: 720px;
    padding: clamp(4.5rem, 8vw, 7rem) 0;
    background:
        radial-gradient(circle at 83% 18%, rgba(69, 184, 244, 0.3), transparent 29%),
        radial-gradient(circle at 71% 84%, rgba(69, 213, 170, 0.22), transparent 22%),
        var(--slidepop-cream);
}

.slidepop-hero::before,
.slidepop-hero::after {
    position: absolute;
    border-radius: 34px;
    content: "";
    transform: rotate(8deg);
}

.slidepop-hero::before {
    top: 58px;
    right: 8%;
    width: 210px;
    height: 92px;
    background: rgba(255, 200, 87, 0.28);
}

.slidepop-hero::after {
    right: -50px;
    bottom: 54px;
    width: 230px;
    height: 110px;
    background: rgba(255, 98, 103, 0.18);
}

.slidepop-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 0.8fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
}

.slidepop-hero-copy {
    max-width: 690px;
}

.slidepop-hero-copy h1 {
    margin-bottom: 1.7rem;
    font-size: clamp(4.2rem, 7.4vw, 7rem);
    font-weight: 800;
    line-height: 0.91;
}

.slidepop-hero-copy > p:first-of-type {
    max-width: 620px;
    margin-bottom: 0;
    color: var(--slidepop-muted);
    font-size: clamp(1.06rem, 2vw, 1.3rem);
    line-height: 1.65;
}

.slidepop-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.4rem;
    margin-top: 2.2rem;
}

.slidepop-store-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 58px;
    padding: 0.95rem 1.45rem;
    border-radius: 18px;
    color: #ffffff;
    background: var(--slidepop-ink);
    font-size: 0.95rem;
    font-weight: 750;
    text-decoration: none;
    box-shadow: 0 16px 35px rgba(23, 32, 61, 0.18);
    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.slidepop-store-button:hover {
    color: #ffffff;
    background: #26325a;
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(23, 32, 61, 0.24);
}

.slidepop-store-button .fa-apple {
    font-size: 1.5rem;
}

.slidepop-store-button .fa-arrow-up-right-from-square {
    font-size: 0.7rem;
    opacity: 0.72;
}

.slidepop-text-link {
    color: #087ee8;
    font-weight: 750;
    text-decoration: none;
}

.slidepop-text-link:hover {
    color: #075ca7;
}

.slidepop-availability {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 1.6rem 0 0;
    color: #667189;
    font-size: 0.88rem;
    font-weight: 650;
}

.slidepop-hero-art {
    position: relative;
    width: min(100%, 520px);
    min-height: 590px;
    margin-left: auto;
}

.slidepop-hero-icon {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 2;
    width: 190px;
    height: 190px;
    border: 10px solid rgba(255, 255, 255, 0.88);
    border-radius: 46px;
    object-fit: cover;
    box-shadow: 0 22px 48px rgba(23, 32, 61, 0.2);
    transform: rotate(-3deg);
}

.slidepop-phone {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    width: min(72%, 350px);
    padding: 10px;
    border: 3px solid #1c2338;
    border-radius: 54px;
    background: #0b0e17;
    box-shadow: 0 30px 68px rgba(23, 32, 61, 0.28);
    transform: rotate(3deg);
}

.slidepop-phone img {
    display: block;
    width: 100%;
    aspect-ratio: 1320 / 2868;
    border-radius: 42px;
    object-fit: cover;
}

.slidepop-shape {
    position: absolute;
    display: block;
    border-radius: 24px;
}

.slidepop-shape-yellow {
    top: 12px;
    left: 112px;
    width: 72px;
    height: 72px;
    background: var(--slidepop-yellow);
    transform: rotate(8deg);
}

.slidepop-shape-mint {
    bottom: 70px;
    left: 54px;
    width: 70px;
    height: 115px;
    background: var(--slidepop-mint);
    transform: rotate(-6deg);
}

.slidepop-section {
    padding: clamp(5rem, 9vw, 8rem) 0;
}

.slidepop-section-heading {
    margin-bottom: 3.5rem;
}

.slidepop-section-heading h2 {
    margin-bottom: 0.45rem;
    font-size: clamp(2.7rem, 5vw, 4.8rem);
    line-height: 1;
}

.slidepop-section-heading p {
    margin-bottom: 0;
    color: var(--slidepop-muted);
    font-size: 1.16rem;
}

.slidepop-section-heading-wide {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
}

.slidepop-how {
    background: #eaf9f1;
}

.slidepop-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 2px solid rgba(23, 32, 61, 0.13);
}

.slidepop-step {
    position: relative;
    min-height: 380px;
    padding: 2rem clamp(1.2rem, 3vw, 2.5rem) 1.5rem;
    border-right: 1px solid rgba(23, 32, 61, 0.13);
}

.slidepop-step:first-child {
    padding-left: 0;
}

.slidepop-step:last-child {
    padding-right: 0;
    border-right: 0;
}

.slidepop-step-number {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 1.8rem;
    border-radius: 50%;
    color: #ffffff;
    background: var(--slidepop-coral);
    font-size: 1.4rem;
    font-weight: 800;
}

.slidepop-step:nth-child(2) .slidepop-step-number {
    background: #1cbf83;
}

.slidepop-step:nth-child(3) .slidepop-step-number {
    background: #318deb;
}

.slidepop-step h3 {
    margin-bottom: 0.6rem;
    font-size: 1.7rem;
}

.slidepop-step p {
    max-width: 310px;
    margin-bottom: 0;
    color: var(--slidepop-muted);
    line-height: 1.65;
}

.slidepop-step-art {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    width: 100%;
    max-width: 285px;
    height: 126px;
    margin-bottom: 1.6rem;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.65);
}

.slidepop-step-slide b {
    width: 132px;
    height: 58px;
    border-radius: 19px;
    background: var(--slidepop-coral);
    box-shadow: inset 0 -8px rgba(159, 37, 64, 0.16), 0 10px 20px rgba(220, 63, 82, 0.2);
}

.slidepop-step-slide i {
    margin-left: -28px;
    color: var(--slidepop-ink);
    font-size: 2.3rem;
}

.slidepop-step-path b {
    width: 46px;
    height: 76px;
    border-radius: 14px;
    background: var(--slidepop-mint);
}

.slidepop-step-path b:nth-child(2) {
    width: 62px;
    height: 46px;
    background: var(--slidepop-yellow);
}

.slidepop-step-path i {
    color: var(--slidepop-ink);
}

.slidepop-step-path em {
    width: 50px;
    height: 50px;
    border: 3px dashed rgba(23, 32, 61, 0.28);
    border-radius: 14px;
}

.slidepop-step-pip b {
    position: relative;
    width: 76px;
    height: 58px;
    border-radius: 18px;
    background: var(--slidepop-coral);
    box-shadow: inset 0 -8px rgba(159, 37, 64, 0.16);
}

.slidepop-step-pip b::before,
.slidepop-step-pip b::after {
    position: absolute;
    top: 17px;
    width: 9px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: inset 0 -5px var(--slidepop-ink);
    content: "";
}

.slidepop-step-pip b::before { left: 23px; }
.slidepop-step-pip b::after { right: 23px; }

.slidepop-step-pip em {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border-radius: 18px;
    color: #188c48;
    background: #cceecb;
    font-size: 1.7rem;
}

.slidepop-gallery-section {
    background: var(--slidepop-paper);
}

.slidepop-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.2rem, 3vw, 2rem);
}

.slidepop-gallery figure {
    margin-bottom: 0;
}

.slidepop-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 1320 / 2868;
    border-radius: 30px;
    object-fit: cover;
    box-shadow: 0 22px 48px rgba(23, 32, 61, 0.15);
}

.slidepop-gallery figcaption {
    display: grid;
    gap: 0.45rem;
    padding-top: 1.4rem;
}

.slidepop-gallery figcaption strong {
    color: var(--slidepop-ink);
    font-size: 1.2rem;
}

.slidepop-gallery figcaption span {
    color: var(--slidepop-muted);
    line-height: 1.6;
}

.slidepop-trust {
    padding: clamp(5rem, 9vw, 8rem) 0;
    color: #ffffff;
    background: var(--slidepop-forest);
}

.slidepop-trust-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
}

.slidepop-trust h2 {
    margin-bottom: 1.25rem;
    color: #ffffff;
    font-size: clamp(3rem, 5.6vw, 5.2rem);
    line-height: 1;
}

.slidepop-trust-copy p {
    max-width: 550px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.1rem;
    line-height: 1.7;
}

.slidepop-trust-copy a {
    color: #96f4d0;
    font-weight: 750;
}

.slidepop-trust-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.2rem 1.7rem;
}

.slidepop-trust-points div {
    display: grid;
    align-content: start;
    gap: 0.35rem;
}

.slidepop-trust-points i {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 0.45rem;
    border-radius: 50%;
    color: var(--slidepop-ink);
    background: var(--slidepop-yellow);
    font-size: 1.05rem;
}

.slidepop-trust-points div:nth-child(2) i { background: #ffffff; }
.slidepop-trust-points div:nth-child(3) i { background: #91e2c7; }
.slidepop-trust-points div:nth-child(4) i { background: #70bdf4; }
.slidepop-trust-points div:nth-child(5) i { background: #c9a4ff; }

.slidepop-trust-points strong {
    color: #ffffff;
    font-size: 1rem;
}

.slidepop-trust-points span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.86rem;
    line-height: 1.45;
}

.slidepop-value {
    background: var(--slidepop-cream);
}

.slidepop-value-grid {
    display: grid;
    grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(3rem, 8vw, 8rem);
    max-width: 1050px;
}

.slidepop-value-grid > img {
    display: block;
    width: 100%;
    max-width: 340px;
    border-radius: 31%;
    box-shadow: 0 24px 56px rgba(23, 32, 61, 0.18);
    transform: rotate(-3deg);
}

.slidepop-value h2 {
    margin-bottom: 1.1rem;
    font-size: clamp(3rem, 5.5vw, 5rem);
    line-height: 1;
}

.slidepop-value p {
    max-width: 700px;
    margin-bottom: 1.7rem;
    color: var(--slidepop-muted);
    font-size: 1.1rem;
    line-height: 1.75;
}

.slidepop-value ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.slidepop-value li {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--slidepop-ink);
    font-size: 0.92rem;
    font-weight: 700;
}

.slidepop-value li i {
    color: #148b5f;
}

.slidepop-final {
    position: relative;
    overflow: hidden;
    padding: clamp(4.5rem, 8vw, 7rem) 0;
    color: #ffffff;
    background: var(--slidepop-coral);
}

.slidepop-final::after {
    position: absolute;
    right: -60px;
    bottom: -120px;
    width: 330px;
    height: 330px;
    border: 44px solid rgba(255, 255, 255, 0.12);
    border-radius: 88px;
    content: "";
    transform: rotate(-11deg);
}

.slidepop-final-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 2rem;
}

.slidepop-final h2 {
    margin-bottom: 0.45rem;
    color: #ffffff;
    font-size: clamp(3.2rem, 6vw, 5.4rem);
    line-height: 0.96;
}

.slidepop-final p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.12rem;
}

.slidepop-final nav {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.slidepop-final nav a {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
}

.slidepop-page-header {
    background: var(--slidepop-forest);
}

.slidepop-page-header h1,
.slidepop-page-header p,
.slidepop-page-header .hero-breadcrumb a {
    color: #ffffff;
}

.slidepop-page-header .hero-breadcrumb a:hover {
    color: #96f4d0;
}

.slidepop-policy-note {
    padding: 1.2rem 1.4rem;
    border-left: 4px solid var(--slidepop-mint);
    background: #eefbf6;
}

.slidepop-choice-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.5rem 0 2rem;
}

.slidepop-choice-actions a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(23, 32, 61, 0.14);
    border-radius: 16px;
    color: var(--slidepop-ink);
    background: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.slidepop-choice-actions a:hover {
    border-color: var(--slidepop-coral);
    color: var(--slidepop-coral-dark);
}

@media (max-width: 1050px) {
    .slidepop-hero-grid,
    .slidepop-trust-grid {
        grid-template-columns: 1fr;
    }

    .slidepop-hero-copy {
        max-width: 760px;
    }

    .slidepop-hero-art {
        width: min(100%, 580px);
        margin: 0 auto;
    }

    .slidepop-trust-points {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .slidepop-hero {
        min-height: 0;
        padding: 5.5rem 0 4.5rem;
    }

    .slidepop-hero-grid {
        gap: 3.5rem;
    }

    .slidepop-hero-copy h1 {
        font-size: clamp(3.45rem, 16vw, 5.2rem);
    }

    .slidepop-hero-art {
        min-height: 510px;
    }

    .slidepop-hero-icon {
        top: 70px;
        width: 145px;
        height: 145px;
        border-width: 7px;
        border-radius: 36px;
    }

    .slidepop-phone {
        width: min(75%, 300px);
        border-radius: 46px;
    }

    .slidepop-phone img {
        border-radius: 35px;
    }

    .slidepop-steps,
    .slidepop-gallery,
    .slidepop-value-grid {
        grid-template-columns: 1fr;
    }

    .slidepop-step {
        min-height: 0;
        padding: 2rem 0 2.6rem;
        border-right: 0;
        border-bottom: 1px solid rgba(23, 32, 61, 0.13);
    }

    .slidepop-step:last-child {
        border-bottom: 0;
    }

    .slidepop-gallery {
        gap: 3.5rem;
    }

    .slidepop-gallery figure {
        max-width: 460px;
        margin-right: auto;
        margin-left: auto;
    }

    .slidepop-section-heading-wide {
        align-items: start;
        flex-direction: column;
    }

    .slidepop-trust-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .slidepop-value-grid {
        text-align: center;
    }

    .slidepop-value-grid > img {
        width: min(70%, 280px);
        margin: 0 auto;
    }

    .slidepop-value ul {
        justify-content: center;
    }

    .slidepop-final-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .slidepop-final .slidepop-store-button {
        justify-self: center;
    }

    .slidepop-final nav {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .slidepop-hero-actions,
    .slidepop-store-button {
        width: 100%;
    }

    .slidepop-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .slidepop-hero-art {
        min-height: 445px;
    }

    .slidepop-hero-icon {
        top: 52px;
        width: 118px;
        height: 118px;
        border-radius: 30px;
    }

    .slidepop-shape-yellow {
        left: 70px;
    }

    .slidepop-shape-mint {
        left: 18px;
    }

    .slidepop-phone {
        width: 73%;
        border-radius: 40px;
    }

    .slidepop-phone img {
        border-radius: 30px;
    }

    .slidepop-trust-points,
    .slidepop-choice-actions {
        grid-template-columns: 1fr;
    }

    .slidepop-section-heading h2,
    .slidepop-trust h2,
    .slidepop-value h2,
    .slidepop-final h2 {
        font-size: 2.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .slidepop-store-button {
        transition: none;
    }
}
