.ssd-recovery-page {
    overflow: hidden;
}

.ssd-hero {
    position: relative;
    padding: 144px 0;
    overflow: hidden;
    border-bottom: 1px solid #e2e8f0;
    background-image: url('../../img/product/ssd-recovery/banner-backgournd.png');
    background-position: center;
    background-size: cover;
}

.ssd-hero .ssd-hero-background {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.ssd-hero .ssd-hero-background::before {
    position: absolute;
    top: -140px;
    right: 120px;
    width: 600px;
    height: 600px;
    border-radius: 600px;
    background: rgba(167, 139, 250, 0.18);
    filter: blur(120px);
    content: "";
}

.ssd-hero .ssd-hero-letter {
    position: absolute;
    top: 50px;
    left: 50%;
    color: transparent;
    font-size: 720px;
    font-weight: 900;
    line-height: 650px;
    opacity: 0.28;
    transform: translateX(-50%);
    -webkit-text-stroke: 1px rgba(99, 102, 241, 0.24);
}

.ssd-hero .ssd-hero-grid {
    position: absolute;
    inset: 0;
    opacity: 0.25;
    background-image: linear-gradient(to right, #f1f5f9 1px, transparent 1px), linear-gradient(to bottom, #f1f5f9 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse 700px 550px at center, #000000 65%, transparent 100%);
}

.ssd-hero .ssd-hero-nvme {
    position: absolute;
    top: 280px;
    left: 7%;
    display: flex;
    width: 96px;
    height: 192px;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #475569;
    border-radius: 6px;
    color: #94a3b8;
    background: #0f172a;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.22);

    transform: rotate(12deg);
}

.ssd-hero .ssd-hero-nvme .text-strong {
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    border: 1px solid #334155;
    font-size: 8px;
    text-align: center;
}

.ssd-hero .ssd-hero-nvme .text-small {
    position: absolute;
    top: 205px;
    left: -20px;
    width: 140px;
    text-align: center;
    text-transform: uppercase;
}

.ssd-hero .ssd-hero-sata {
    position: absolute;
    top: 340px;
    right: 5%;
    width: 176px;
    height: 128px;
    padding: 20px 14px;
    border: 1px solid #475569;
    border-radius: 9px;
    color: #cbd5e1;
    background: #0f172a;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.22);
    transform: rotate(-6deg);
}

.ssd-hero .ssd-hero-sata>span {
    display: block;
    color: #22bde9;
    text-align: right;
    font: 8px monospace;
}

.ssd-hero .ssd-hero-sata .text-strong {
    display: block;
    margin-top: 20px;
    font-size: 10px;
}

.ssd-hero .ssd-hero-sata .text-small {
    display: block;
    margin-top: 5px;
    color: #94a3b8;
    font: 7px monospace;
}

.ssd-hero .ssd-hero-sata em {
    position: absolute;
    top: 145px;
    left: 10px;
    width: 170px;
    color: #94a3b8;
    font: normal 10px monospace;
    text-align: center;
    text-transform: uppercase;
}

.ssd-hero .ssd-hero-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1184px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

.ssd-hero .ssd-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border: 1px solid #e0e7ff;
    border-radius: 30px;
    color: #4338ca;
    background: #eef2ff;
    box-shadow: 0 3px 10px rgba(79, 70, 229, 0.06);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ssd-hero .ssd-hero-container h1 {
    max-width: 900px;
    margin: 24px auto 0;
    color: #0f172a;
    font-size: 60px;
    font-weight: 900;
    line-height: 68px;
    letter-spacing: -2px;
}

.ssd-hero .ssd-hero-container h1 strong {
    display: block;
    color: transparent;
    background: linear-gradient(90deg, #4f46e5, #7c3aed, #9333ea);
    background-clip: text;
}

.ssd-hero .ssd-hero-container>p {
    max-width: 672px;
    margin: 24px auto 0;
    color: #475569;
    font-size: 18px;
    line-height: 29px;
}

.ssd-hero .ssd-hero-downloads,
.ssd-cta .ssd-cta-downloads {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}

.ssd-hero .ssd-hero-downloads a,
.ssd-cta .ssd-cta-downloads a {
    display: flex;
    width: 218px;
    height: 56px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 2px solid #ff814a;
    border-radius: 14px;
    color: #ff814a;
    background: #ffffff;
    box-shadow: 0 12px 25px rgba(249, 115, 22, 0.12);
    transition: transform 200ms, box-shadow 200ms;
}

.ssd-hero .ssd-hero-downloads a:first-child,
.ssd-cta .ssd-cta-downloads a:first-child {
    color: #ffffff;
    background: #ff814a;
}

.ssd-hero .ssd-hero-downloads a:hover,
.ssd-cta .ssd-cta-downloads a:hover {
    box-shadow: 0 16px 30px rgba(249, 115, 22, 0.2);
    transform: translateY(-2px);
}

.ssd-hero .ssd-hero-downloads i,
.ssd-cta .ssd-cta-downloads i {
    font-size: 29px;
}

.ssd-hero .ssd-hero-downloads span,
.ssd-cta .ssd-cta-downloads span {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.ssd-hero .ssd-hero-downloads .text-strong,
.ssd-cta .ssd-cta-downloads .text-strong {
    font-size: 14px;
}

.ssd-hero .ssd-hero-downloads .text-small,
.ssd-cta .ssd-cta-downloads .text-small {
    margin-top: 4px;
    font-size: 10px;
}

.ssd-hero .ssd-hero-features {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 32px;
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
}

.ssd-hero .ssd-hero-features span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.ssd-hero .ssd-hero-features span .iconfont {
    color: #6366f1;
}

.ssd-understanding,
.ssd-success,
.ssd-diagnostic,
.ssd-storage,
.ssd-practices,
.ssd-questions {
    padding: 80px 0;
    border-bottom: 1px solid #f1f5f9;
}

.ssd-understanding,
.ssd-diagnostic,
.ssd-practices {
    background: #ffffff;
}

.ssd-success,
.ssd-storage,
.ssd-questions {
    background: #f8fafc;
}

.ssd-understanding .ssd-understanding-container,
.ssd-success .ssd-success-container,
.ssd-diagnostic .ssd-diagnostic-container,
.ssd-storage .ssd-storage-container,
.ssd-practices .ssd-practices-container,
.ssd-questions .ssd-questions-container {
    width: 100%;
    max-width: 1184px;
    margin: 0 auto;
    padding: 0 16px;
}

.ssd-understanding .ssd-understanding-container {
    max-width: 1056px;
}

.ssd-diagnostic .ssd-diagnostic-container,
.ssd-questions .ssd-questions-container {
    max-width: 928px;
}

.ssd-practices .ssd-practices-container {
    max-width: 1056px;
}

.ssd-understanding .ssd-understanding-heading,
.ssd-success .ssd-success-heading,
.ssd-diagnostic .ssd-diagnostic-heading,
.ssd-storage .ssd-storage-heading,
.ssd-practices .ssd-practices-heading,
.ssd-questions .ssd-questions-heading {
    max-width: 768px;
    margin: 0 auto 64px;
    text-align: center;
}

.ssd-understanding .ssd-understanding-heading>span,
.ssd-success .ssd-success-heading>span,
.ssd-diagnostic .ssd-diagnostic-heading>span,
.ssd-storage .ssd-storage-heading>span,
.ssd-practices .ssd-practices-heading>span,
.ssd-questions .ssd-questions-heading>span {
    color: #4f46e5;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.ssd-understanding .ssd-understanding-heading h2,
.ssd-success .ssd-success-heading h2,
.ssd-diagnostic .ssd-diagnostic-heading h2,
.ssd-storage .ssd-storage-heading h2,
.ssd-practices .ssd-practices-heading h2,
.ssd-questions .ssd-questions-heading h2 {
    margin: 12px 0 0;
    color: #0f172a;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: -1px;
}

.ssd-diagnostic .ssd-diagnostic-heading h2 {
    font-size: 30px;
}

.ssd-understanding .ssd-understanding-heading p,
.ssd-success .ssd-success-heading p,
.ssd-diagnostic .ssd-diagnostic-heading p,
.ssd-storage .ssd-storage-heading p,
.ssd-practices .ssd-practices-heading p,
.ssd-questions .ssd-questions-heading p {
    margin: 16px 0 0;
    color: #64748b;
    font-size: 16px;
    line-height: 25px;
}

.ssd-understanding .ssd-understanding-comparison {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    align-items: stretch;
}

.ssd-understanding .ssd-understanding-card {
    display: flex;
    min-height: 500px;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    border: 1px solid #f1f5f9;
    border-radius: 24px;
    background: #f8fafc;
}

.ssd-understanding .ssd-understanding-ssd {
    border-color: #e0e7ff;
    background: #f5f3ff;
}

.ssd-understanding .ssd-understanding-card .section-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ssd-understanding .ssd-understanding-card .section-header i {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #475569;
    background: #e2e8f0;
    font-size: 24px;
}

.ssd-understanding .ssd-understanding-ssd .section-header i {
    color: #4f46e5;
    background: #e0e7ff;
}

.ssd-understanding .ssd-understanding-card h3 {
    margin: 0;
    color: #1e293b;
    font-size: 20px;
    font-weight: 800;
}

.ssd-understanding .ssd-understanding-flow {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 32px 0;
    padding-left: 16px;
    border-left: 2px solid #e2e8f0;
}

.ssd-understanding .ssd-understanding-ssd .ssd-understanding-flow {
    border-color: #c7d2fe;
}

.ssd-understanding .ssd-understanding-flow>div {
    position: relative;
}

.ssd-understanding .ssd-understanding-flow>div::before {
    position: absolute;
    top: 5px;
    left: -21px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #94a3b8;
    content: "";
}

.ssd-understanding .ssd-understanding-flow>div:last-child::before {
    background: #10b981;
    box-shadow: 0 0 8px rgba(16, 185, 129, 0.4);
}

.ssd-understanding .ssd-understanding-ssd .ssd-understanding-flow>div::before {
    background: #818cf8;
}

.ssd-understanding .ssd-understanding-ssd .ssd-understanding-flow>div:nth-child(2)::before {
    background: #fbbf24;
}

.ssd-understanding .ssd-understanding-flow .text-strong {
    color: #1e293b;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ssd-understanding .ssd-understanding-flow p {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 12px;
    line-height: 19px;
}

.ssd-understanding .ssd-understanding-card>.text-small {
    display: block;
    padding: 12px;
    border-radius: 12px;
    color: #94a3b8;
    background: rgba(241, 245, 249, 0.7);

    font-size: 12px;
}

.ssd-understanding .ssd-understanding-note {
    max-width: 896px;
    margin: 40px auto 0;
    padding: 24px;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    color: #475569;
    background: #f8fafc;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}

.ssd-success .ssd-success-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ssd-success .ssd-success-card {
    display: flex;
    min-height: 270px;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    background: #ffffff;
    transition: border-color 300ms, box-shadow 300ms, transform 300ms;
}

.ssd-success .ssd-success-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 15px 30px rgba(148, 163, 184, 0.16);
    transform: translateY(-3px);
}

.ssd-success .ssd-success-card i {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 12px;
    color: #4f46e5;
    background: #eef2ff;
    font-size: 21px;
}

.ssd-success .ssd-success-card h3 {
    margin: 0 0 8px;
    color: #1e293b;
    font-size: 18px;
}

.ssd-success .ssd-success-card p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 22px;
}

.ssd-success .ssd-success-card>.text-small {
    padding-top: 16px;
    border-top: 1px solid #f8fafc;
    color: #6366f1;

    font-size: 11px;
}

.ssd-success .ssd-success-card>.text-small::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 6px;
    border-radius: 6px;
    background: #10b981;
}

.ssd-diagnostic .ssd-diagnostic-heading {
    margin-bottom: 48px;
}

.ssd-diagnostic .ssd-diagnostic-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    align-items: center;
    padding: 40px;
    border: 1px solid #f1f5f9;
    border-radius: 24px;
    background: #f8fafc;
}

.ssd-diagnostic .ssd-diagnostic-checklist {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ssd-diagnostic .ssd-diagnostic-checklist h3 {
    margin: 0 0 4px;
    color: #1e293b;
    font-size: 18px;
}

.ssd-diagnostic .ssd-diagnostic-checklist label {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
    cursor: pointer;
}

.ssd-diagnostic .ssd-diagnostic-checklist input {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    accent-color: #4f46e5;
}

.ssd-diagnostic .ssd-diagnostic-checklist span {
    display: flex;
    flex-direction: column;
}

.ssd-diagnostic .ssd-diagnostic-checklist .text-strong {
    color: #1e293b;
    font-size: 14px;
}

.ssd-diagnostic .ssd-diagnostic-checklist .text-small {
    margin-top: 4px;
    color: #64748b;
    font-size: 12px;
}

.ssd-diagnostic .ssd-diagnostic-result {
    display: flex;
    min-height: 420px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.04);
    text-align: center;
}

.ssd-diagnostic .ssd-diagnostic-result>i {
    display: flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 64px;
    color: #4f46e5;
    background: #eef2ff;
    font-size: 38px;
}

.ssd-diagnostic .ssd-diagnostic-result>.text-small {
    color: #94a3b8;

    font-size: 10px;
    letter-spacing: 1.5px;
}

.ssd-diagnostic .ssd-diagnostic-result h3 {
    margin: 8px 0;
    color: #059669;
    font-size: 20px;
}

.ssd-diagnostic .ssd-diagnostic-result p {
    max-width: 250px;
    margin: 0;
    color: #64748b;
    font-size: 12px;
    line-height: 19px;
}

.ssd-diagnostic .ssd-diagnostic-result>a {
    margin-top: 20px;
    padding: 11px 24px;
    border-radius: 8px;
    color: #ffffff;
    background: #4f46e5;
    font-size: 12px;
    font-weight: 600;
}

.ssd-diagnostic .ssd-diagnostic-result>div {
    display: none;
    margin-top: 16px;
    padding: 10px;
    border: 1px solid #fde68a;
    border-radius: 8px;
    color: #92400e;
    background: #fffbeb;
    text-align: left;
    font-size: 10px;
}

.ssd-diagnostic .ssd-diagnostic-result.warning h3 {
    color: #1e293b;
}

.ssd-diagnostic .ssd-diagnostic-result.warning>i {
    color: #f59e0b;
    background: #fffbeb;
}

.ssd-diagnostic .ssd-diagnostic-result.warning>a {
    display: none;
}

.ssd-diagnostic .ssd-diagnostic-result.warning>div {
    display: block;
}

.ssd-storage .ssd-storage-layout {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 32px;
    align-items: stretch;
}

.ssd-storage .ssd-storage-matrix {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
    overflow: hidden;
    border: 1px solid #1e293b;
    border-radius: 24px;
    color: #ffffff;
    background: #0f172a;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.22);
}

.ssd-storage .ssd-storage-matrix>span {
    color: #22bde9;

    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ssd-storage .ssd-storage-matrix>span::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 8px;
    background: #22bde9;
}

.ssd-storage .ssd-storage-matrix h3 {
    margin: 24px 0 12px;
    font-size: 20px;
}

.ssd-storage .ssd-storage-matrix>p {
    margin: 0 0 24px;
    color: #94a3b8;
    font-size: 12px;
    line-height: 20px;
}

.ssd-storage .ssd-storage-matrix .ssd-storage-spec-list {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #1e293b;
}

.ssd-storage .ssd-storage-matrix .ssd-storage-spec-list div {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(30, 41, 59, 0.7);

    font-size: 11px;
}

.ssd-storage .ssd-storage-matrix .ssd-storage-spec-name {
    color: #64748b;
}

.ssd-storage .ssd-storage-matrix .ssd-storage-spec-value {
    margin: 0;
    color: #ffffff;
    text-align: right;
}

.ssd-storage .ssd-storage-meter {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #1e293b;
}

.ssd-storage .ssd-storage-meter .text-small {
    display: flex;
    justify-content: space-between;
    color: #64748b;

    font-size: 10px;
}

.ssd-storage .ssd-storage-meter>i {
    display: block;
    height: 8px;
    margin-top: 8px;
    overflow: hidden;
    border-radius: 8px;
    background: #1e293b;
}

.ssd-storage .ssd-storage-meter em {
    display: block;
    width: 85%;
    height: 8px;
    background: linear-gradient(90deg, #6366f1, #22bde9);
}

.ssd-storage .ssd-storage-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ssd-storage .ssd-storage-item {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 20px;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.04);
    transition: border-color 200ms, box-shadow 200ms, transform 200ms;
}

.ssd-storage .ssd-storage-item:hover {
    border-color: #e0e7ff;
    box-shadow: 0 10px 20px rgba(99, 102, 241, 0.1);
    transform: translateX(3px);
}

.ssd-storage .ssd-storage-item>.text-strong {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e7ff;
    border-radius: 12px;
    color: #4f46e5;
    background: #eef2ff;

    font-size: 12px;
}

.ssd-storage .ssd-storage-item h3 {
    margin: 0 0 5px;
    color: #1e293b;
    font-size: 16px;
}

.ssd-storage .ssd-storage-item p {
    margin: 0;
    color: #64748b;
    font-size: 12px;
    line-height: 19px;
}

.ssd-storage .ssd-storage-item>.text-small {
    padding: 6px 12px;
    border-radius: 20px;
    color: #4338ca;
    background: #e0e7ff;

    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
}

.ssd-practices .ssd-practices-timeline {
    position: relative;
    display: flex;
    max-width: 896px;
    flex-direction: column;
    gap: 48px;
    margin: 0 auto;
    padding-left: 40px;
    border-left: 2px solid #e0e7ff;
}

.ssd-practices .ssd-practices-step {
    position: relative;
}

.ssd-practices .ssd-practices-step>.text-strong {
    position: absolute;
    top: 0;
    left: -61px;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 2px solid #f59e0b;
    border-radius: 40px;
    color: #b45309;
    background: #fffbeb;
    box-shadow: 0 3px 8px rgba(15, 23, 42, 0.06);
    font-size: 12px;
    font-weight: 900;
}

.ssd-practices .ssd-practices-step:nth-child(n+3)>.text-strong {
    border-color: #818cf8;
    color: #4338ca;
    background: #eef2ff;
}

.ssd-practices .ssd-practices-step .ssd-practices-card {
    padding: 24px;
    border: 1px solid #fde68a;
    border-radius: 16px;
    background: #fffbeb;
}

.ssd-practices .ssd-practices-step:nth-child(n+3) .ssd-practices-card {
    border-color: #e0e7ff;
    background: #f5f3ff;
}

.ssd-practices .ssd-practices-step h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 18px;
}

.ssd-practices .ssd-practices-step h3 i {
    margin-right: 10px;
    color: #d97706;
}

.ssd-practices .ssd-practices-step:nth-child(n+3) h3 i {
    color: #4f46e5;
}

.ssd-practices .ssd-practices-step p {
    max-width: 720px;
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 23px;
}

.ssd-questions .ssd-questions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.ssd-questions .ssd-questions-grid .ssd-questions-card {
    display: flex;
    gap: 10px;
    padding: 24px;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    background: #ffffff;
    transition: box-shadow 300ms, transform 300ms;
}

.ssd-questions .ssd-questions-grid .ssd-questions-card:hover {
    box-shadow: 0 12px 24px rgba(148, 163, 184, 0.16);
    transform: translateY(-2px);
}

.ssd-questions .ssd-questions-grid .ssd-questions-card>.text-strong {
    display: flex;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    color: #4f46e5;
    background: #eef2ff;
    font-size: 11px;
}

.ssd-questions .ssd-questions-grid h3 {
    margin: 2px 0 7px;
    color: #1e293b;
    font-size: 16px;
}

.ssd-questions .ssd-questions-grid strong {
    color: #4f46e5;
    font-size: 14px;
}

.ssd-questions .ssd-questions-grid p {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 12px;
    line-height: 19px;
}

.ssd-cta {
    position: relative;
    padding: 96px 0;
    overflow: hidden;
    border-top: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #ffffff, #ede9fe, #e9d5ff);
}

.ssd-cta .ssd-cta-background {
    position: absolute;
    top: 100px;
    left: 25%;
    width: 500px;
    height: 500px;
    border-radius: 500px;
    background: rgba(196, 181, 253, 0.8);
    filter: blur(120px);
}

.ssd-cta .ssd-cta-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 928px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

.ssd-cta .ssd-cta-container>i {
    color: #020617;
    font-size: 48px;
}

.ssd-cta .ssd-cta-container h2 {
    margin: 16px 0 0;
    color: #020617;
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    letter-spacing: -1.5px;
}

.ssd-cta .ssd-cta-container>p {
    max-width: 672px;
    margin: 16px auto 0;
    color: #475569;
    font-size: 16px;
    line-height: 26px;
}

.ssd-cta .ssd-cta-container>.text-small {
    display: block;
    margin-top: 32px;
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
}

@media (max-width: 1000px) {

    .ssd-hero .ssd-hero-nvme,
    .ssd-hero .ssd-hero-sata {
        display: none;
    }

    .ssd-success .ssd-success-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ssd-storage .ssd-storage-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {

    .ssd-understanding .ssd-understanding-comparison,
    .ssd-diagnostic .ssd-diagnostic-box,
    .ssd-questions .ssd-questions-grid {
        grid-template-columns: 1fr;
    }

    .ssd-storage .ssd-storage-item {
        grid-template-columns: 48px 1fr;
    }

    .ssd-storage .ssd-storage-item>.text-small {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 640px) {
    .ssd-hero {
        padding: 88px 0 72px;
    }

    .ssd-hero .ssd-hero-letter {
        top: 80px;
        font-size: 430px;
        line-height: 430px;
    }

    .ssd-hero .ssd-hero-container h1 {
        font-size: 40px;
        line-height: 46px;
        letter-spacing: -1px;
    }

    .ssd-hero .ssd-hero-container>p {
        font-size: 16px;
        line-height: 25px;
    }

    .ssd-hero .ssd-hero-downloads,
    .ssd-cta .ssd-cta-downloads {
        flex-direction: column;
        align-items: center;
    }

    .ssd-hero .ssd-hero-downloads a,
    .ssd-cta .ssd-cta-downloads a {
        width: 100%;
        max-width: 286px;
    }

    .ssd-hero .ssd-hero-features {
        flex-direction: column;
        gap: 10px;
    }

    .ssd-understanding,
    .ssd-success,
    .ssd-diagnostic,
    .ssd-storage,
    .ssd-practices,
    .ssd-questions,
    .ssd-cta {
        padding: 72px 0;
    }

    .ssd-understanding .ssd-understanding-heading,
    .ssd-success .ssd-success-heading,
    .ssd-diagnostic .ssd-diagnostic-heading,
    .ssd-storage .ssd-storage-heading,
    .ssd-practices .ssd-practices-heading,
    .ssd-questions .ssd-questions-heading {
        margin-bottom: 40px;
    }

    .ssd-understanding .ssd-understanding-heading h2,
    .ssd-success .ssd-success-heading h2,
    .ssd-diagnostic .ssd-diagnostic-heading h2,
    .ssd-storage .ssd-storage-heading h2,
    .ssd-practices .ssd-practices-heading h2,
    .ssd-questions .ssd-questions-heading h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .ssd-understanding .ssd-understanding-card {
        min-height: 0;
        padding: 24px;
    }

    .ssd-understanding .ssd-understanding-card h3 {
        font-size: 17px;
    }

    .ssd-success .ssd-success-grid {
        grid-template-columns: 1fr;
    }

    .ssd-success .ssd-success-card {
        min-height: 230px;
    }

    .ssd-diagnostic .ssd-diagnostic-box {
        padding: 16px;
    }

    .ssd-diagnostic .ssd-diagnostic-result {
        min-height: 360px;
    }

    .ssd-storage .ssd-storage-matrix {
        padding: 24px;
    }

    .ssd-storage .ssd-storage-matrix .ssd-storage-spec-list div {
        flex-direction: column;
        gap: 5px;
    }

    .ssd-storage .ssd-storage-matrix .ssd-storage-spec-value {
        text-align: left;
    }

    .ssd-storage .ssd-storage-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .ssd-practices .ssd-practices-timeline {
        position: relative;
        gap: 36px;
        width: 100%;
        padding-left: 48px;
        border-left: 0;
    }

    .ssd-practices .ssd-practices-timeline::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 18px;
        width: 2px;
        background: #e0e7ff;
        content: "";
    }

    .ssd-practices .ssd-practices-step>.text-strong {
        z-index: 1;
        left: -48px;
        width: 36px;
        height: 36px;
    }

    .ssd-practices .ssd-practices-step .ssd-practices-card {
        width: 100%;
        min-width: 0;
        padding: 20px;
    }

    .ssd-practices .ssd-practices-step h3 {
        font-size: 16px;
        line-height: 22px;
        overflow-wrap: anywhere;
    }

    .ssd-practices .ssd-practices-step p {
        overflow-wrap: anywhere;
    }

    .ssd-cta .ssd-cta-container h2 {
        font-size: 36px;
        line-height: 43px;
    }
}