body {
    background-color: #FBFCFC;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    font-family: 'Inter', sans-serif;
}
.container {
    width: 440px;
    padding: 60px 20px;
    box-sizing: border-box;
}
h1 {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #272727;
    font-weight: 600; /* Semibold weight */
    margin: 0 0 16px 0;
}
p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #848484;
    font-weight: 200; /* Regular weight */
    margin: 0 0 16px 0;
}

.content {
    text-align: center;
    margin: 0;
    padding: 60px 0 120px 0;
    position: relative; /* Add this to enable offset positioning */
}

.appIcon {
    width: 80px;
    height: 80px;
    margin: 0 0 48px 0;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.appStore {
    margin: 48px 0;
}

.strikethrough {
    text-decoration: line-through;
    color: rgba(0,0,0,0.35);
}

.divider {
    width: 360px;
    height: 1px;
    background-color: #DADADA;
    margin: 0 auto 60px auto;
}

.card {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    border: 1px solid #F7F8F9;
    border-radius: 24px;
    padding: 56px 60px 48px 60px;
    margin: 120px 0 20px 0;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(0,0,0,0.03);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.05s ease, scale 0.25s ease, left 0.25s ease;
    position: relative; /* Add this to enable offset positioning */
}

.card:nth-child(1) {
    transform: rotate(0deg);
    margin-top: 0;
    left: 0;
    z-index: 50;
}
.card:nth-child(2) {
    transform: rotate(-1deg);
    margin-top: -240px;
    left: -36px;
    z-index: 40;
    filter: blur(3px);
    scale: 0.96;
}
.card:nth-child(3) {
    transform: rotate(1deg);
    margin-top: -240px;
    left: 24px;
    z-index: 30;
    filter: blur(6px);
    scale: 0.92;

}
.card:nth-child(4) {
    transform: rotate(-0.5deg);
    margin-top: 0;
    left: 0;
    z-index: 50;
}

.card:nth-child(1):hover {
    background-color: rgba(255, 255, 255, 0.7);
    transform: rotate(0deg) scale(1.03);
    box-shadow: 0 2px 24px rgba(0,0,0,0.06);
    backdrop-filter: blur(10px);
    left: 0;
    z-index: 100;
}
.card:nth-child(2):hover {
    background-color: rgba(255, 255, 255, 0.7);
    transform: rotate(0deg) scale(1.03);
    box-shadow: 0 2px 24px rgba(0,0,0,0.06);
    left: -1px;
    z-index: 100;
    backdrop-filter: blur(8px);
    filter: blur(0px);
    scale: 1;
}
.card:nth-child(3):hover {
    transform: rotate(0deg) scale(1.03);
    box-shadow: 0 2px 24px rgba(0,0,0,0.06);
    left: 12px;
    z-index: 100;
    filter: blur(0px);
    scale: 1;
}
.card:nth-child(4):hover {
    transform: rotate(0deg) scale(1.03);
    box-shadow: 0 2px 24px rgba(0,0,0,0.06);
    left: 0;
    z-index: 100;
}


.image-container{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    position: relative;
}

.image-container img {
    height: 120px;
    width: auto;
    border-radius: 4px;
    position: absolute;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    cursor: pointer;
}

.image-container.everyYear img {
    height: 160px;
    width: auto;
    border-radius: 12px;
}

.album {
    height: 120px;
    width: auto;
    left: calc(50% - 60px);
    margin: 20px 0 0 0;
    border-radius: 4px;
    position: absolute;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    cursor: pointer;
    transform: rotate(-3deg);
}
.album:hover {
    transform: rotate(0deg) scale(1.1);
    z-index: 10;
}

.image-container.highlights img:nth-child(1) { transform: rotate(-5deg); left: calc(50% - 268px); top: 60px; z-index: 3;}
.image-container.highlights img:nth-child(2) { transform: rotate(-1deg); left: calc(50% - 112px); z-index: 2; }
.image-container.highlights img:nth-child(3) { transform: rotate(5deg); left: calc(50% + 60px); top: 48px; z-index: 1; }

.image-container.everyYear img:nth-child(1) { transform: rotate(-3deg); left: calc(50% - 108px); top: 40px; z-index: 2;}
.image-container.everyYear img:nth-child(2) { transform: rotate(0deg); left: calc(50% - 36px); z-index: 3; }
.image-container.everyYear img:nth-child(3) { transform: rotate(4deg); left: calc(50% + 32px); top: 60px; z-index: 1; }

.image-container.aurora img:nth-child(1) { transform: rotate(-5deg); left: calc(50% - 260px); top: 64px; z-index: 2;}
.image-container.aurora img:nth-child(2) { transform: rotate(0deg); left: calc(50% - 107px); z-index: 3; }
.image-container.aurora img:nth-child(3) { transform: rotate(5deg); left: calc(50% + 64px); top: 56px; z-index: 1; }

.image-container.beacon img:nth-child(1) { transform: rotate(-4deg); left: calc(50% - 268px); top: 56px; z-index: 2;}
.image-container.beacon img:nth-child(2) { transform: rotate(0deg); left: calc(50% - 112px); z-index: 3; }
.image-container.beacon img:nth-child(3) { transform: rotate(3deg); left: calc(50% + 68px); top: 64px; z-index: 1; }

.image-container.allocate img:nth-child(1) { transform: rotate(-4deg); left: calc(50% - 248px); top: 48px; z-index: 2;}
.image-container.allocate img:nth-child(2) { transform: rotate(-1deg); left: calc(50% - 75px); top: 12px; z-index: 3; height: 200px; }
.image-container.allocate img:nth-child(3) { transform: rotate(3deg); left: calc(50% + 60px); top: 72px; z-index: 1; }

.image-container.highlights img:hover, .image-container.everyYear img:hover, .image-container.aurora img:hover, .image-container.beacon img:hover, .image-container.allocate img:hover {
    transform: rotate(0deg) scale(1.1);
    z-index: 10;
}

.expanded-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    z-index: 1000;
}

.expanded-image img {
    max-width: 960px;
    max-height: 600px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}

.blue-beacon {
    color: #0084F8;
}
.blue-bright {
    color: #479BE9;
}
.blue-ocean {
    color: #9DB1CB;
}
.green-allocate {
    color: #0BE5AC;
}
.orange {
    color: #EB7333;
}
.pink {
    color: #F72585;
}
.red {
    color: #CC2828;
}

a {
    color: #272727;
    text-decoration: none;
    font-weight: 300;
    cursor: pointer;
}

a:hover {
    cursor: pointer;
    color: #000000;
    font-weight: 400;
}

@media (max-width: 760px), (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .container {
        width: 680px;
        padding: 40px 20px;
        overflow-x: hidden;
    }
    body {
        justify-content: flex-start;
    }
    h1 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.02em;
        color: #272727;
        font-weight: 600; /* Semibold weight */
        margin: 0 0 12px 0;
    }
    p {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: -0.02em;
        color: #848484;
        font-weight: 400; /* Regular weight */
        margin: 0 0 12px 0;
    }
    .card {
        padding: 32px 32px 24px 32px;
        position: relative; /* Add this to enable offset positioning */
        filter: blur(0px);
        scale: 1;
    }
    .card:nth-child(1), .card:nth-child(2), .card:nth-child(3), .card:nth-child(4) {
        filter: blur(0px);
        scale: 1;
    }
    .card:nth-child(1) {
        transform: rotate(0deg);
        left: 0;
        z-index: 50;
    }
    .card:nth-child(2) {
        transform: rotate(-0.5deg);
        margin-top: -32px;
        left: -10px;
        z-index: 40;
    }
    .card:nth-child(3) {
        transform: rotate(0.5deg);
        margin-top: -32px;
        left: 10px;
        z-index: 30;
    }
    .card:nth-child(4) {
        transform: rotate(-0.25deg);
        margin-top: -32px;
        left: 0;
        z-index: 50;
    }
    .card:nth-child(1):hover {
        transform: rotate(0deg) scale(1.01);
        box-shadow: 0 2px 24px rgba(0,0,0,0.06);
        left: 0;
        z-index: 100;
    }
    .card:nth-child(2):hover {
        transform: rotate(0deg) scale(1.01);
        box-shadow: 0 2px 24px rgba(0,0,0,0.06);
        left: -10px;
        z-index: 100;
    }
    .card:nth-child(3):hover {
        transform: rotate(0deg) scale(1.01);
        box-shadow: 0 2px 24px rgba(0,0,0,0.06);
        left: 10px;
        z-index: 100;
    }
    .card:nth-child(4):hover {
        transform: rotate(0deg) scale(1.01);
        box-shadow: 0 2px 24px rgba(0,0,0,0.06);
        left: 0;
        z-index: 100;
    }
    
    /* Mobile profile card styles */
    .profile-card {
        flex-direction: column;
        text-align: left;
        gap: 16px;
    }
    
    .profile-image {
        order: -1;
        margin-bottom: -20px;
    }
    
    .profile-image img {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 760px) {
    .expanded-image-container img {
        max-width: 100% !important;
        max-height: 80vh !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
    }
}

/* Profile card styles */
.profile-card {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.profile-content {
    flex: 1;
}

.profile-image {
    flex-shrink: 0;
}

.profile-image img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}