/* fix VP */
#icon-card-trade-in .copy-container h3[style*="display: none"]+h3 {
    display: block !important;
}

/* fix ai */
.subsection-apple-intelligence .section-heading .apple-intelligence-gradient {
    display: inline-block;
}

h2.typography-overview-hero-headline {
    margin-top: 12px !important;
}

@media only screen and (max-width: 1068px) {
    h2.typography-overview-hero-headline {
        margin-top: 0px !important;
    }
}

.section-welcome .lockup-wrap {
    margin-top: 47px;
}

@media (max-width: 1068px) {
    .section-welcome .lockup-wrap {
        margin-top: 65px;
    }
}

@media (max-width: 734px) {
    .section-welcome .lockup-wrap {
        margin-top: 65px;
    }
}

@media (max-width: 374px) {
    .section-welcome .lockup-wrap {
        margin-top: 60px;
    }
}