.download-container {
    padding:50px 20px 20px;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 30px;
    right: 10px;
    background: rgba(255,255,255,0.4);
    padding: 8px 20px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    z-index: 10;
}

.step-card {
    background-color: transparent;
    border: 1px solid #FF4B8C;
    border-radius: 0px;
    padding: 30px 20px;
    margin-bottom: 20px;
    text-align: center;
}

.main-logo-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-logo-area .logo-img {
    height: 35px;
    margin-bottom: 25px;
}

.download-action-btn {
    background: linear-gradient( 180deg, #D09DF9 0%, #FB91BB 100%);
    border-radius: 5px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
}

.step-title {
    text-align: left;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #FF4B8C;
}

.step-desc {
    color: #FF4B8C;
    font-size: 1rem;
    line-height: 1.6;
    font-size: 400;
}

.step-image-container {
    padding: 20px;
    display: inline-block;
    max-width: 100%;
}

.step-image-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

.inner-step-title {
    text-align: left;
    font-size: 1rem;
    color: #ddd;
}

.highlight-text {
     color: #ddd;
}

/* Tutorial Dialog Simulation */
.tutorial-dialog {
    background-color: #1c1c1e;
    padding: 20px;
    color: white;
    text-align: center;
    max-width: 100%;
    margin: 20px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    position: relative;
}

.tutorial-step-num {
    text-align: left;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: normal;
}

.tutorial-instruction {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.6;
    color: #fff;
}

.ios-system-dialog-part {
    border-top: 1px solid #fff;
    padding-top: 15px;
    text-align: center;
    margin: 15px 40px 0;
}

.ios-dialog-text {
    font-size: 15px;
    color: #fff;
    line-height: 1.4;
    text-align: left;
}

.ios-dialog-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    font-size: 14px;
    padding-right: 10px;
}

.ios-btn {
    color: #1a7ad5;
    cursor: pointer;
}

.ios-btn-primary {
    font-weight: 600;
}

/* Step 2 iOS Settings Simulation */
.ios-settings-theme {
    padding: 0;
    overflow: hidden;
    background-color: #000;
    text-align: left;
}

.ios-nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #1c1c1e;
    border-bottom: 1px solid #2c2c2e;
    font-size: 14px;
}

.ios-nav-left {
    color: #1a7ad5;
    cursor: pointer;
}

.ios-nav-title {
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.ios-nav-right {
    color: #1a7ad5;
    font-weight: 600;
    cursor: pointer;
}

.ios-profile-summary {
    padding: 10px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #2c2c2e;
    background-color: #000;
}

.ios-profile-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    margin-bottom: 0;
    margin-right: 15px;
}

.ios-profile-name-large {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.ios-profile-desc-small {
    font-size: 14px;
    color: #8e8e93;
}

.ios-details-list {
    background-color: #000;
}

.ios-detail-item {
    padding: 8px 10px 8px 30px;
    border-bottom: 1px solid #2c2c2e;
}

.ios-detail-row {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.ios-detail-label {
    color: #8e8e93;
    width: 60px;
}

.ios-detail-value {
    color: #8e8e93;
}

.ios-verified-status {
    color: #ff3b30;
    font-size: 12px;
    margin-top: 5px;
}

.ios-more-details {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8e8e93;
    font-size: 12px;
    border-bottom: 1px solid #2c2c2e;
}

.ios-arrow {
    font-size: 18px;
}

/* Step 2 Highlight Box */
.step-highlight-box {
    border: 1px solid #FF4B8C;
    padding: 15px;
    margin-top: 15px;
    position: relative;
    text-align: left;
}

.step-highlight-box-title {
    color: #FF4B8C;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
}
