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

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

.sd-hero .sd-hero-background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.sd-hero .sd-hero-background::before {
    position: absolute;
    top: -80px;
    left: 280px;
    width: 600px;
    height: 600px;
    border-radius: 600px;
    background: rgba(254, 205, 211, 0.35);
    filter: blur(130px);
    content: "";
}

.sd-hero .sd-hero-letter {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    color: rgba(244, 63, 94, 0.08);
    font-size: 520px;
    font-weight: 900;
    line-height: 520px;
    letter-spacing: -45px;
    text-align: center;
    -webkit-text-stroke: 1px rgba(244, 63, 94, 0.15);
}

.sd-hero .sd-hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(226, 232, 240, 0.55) 1px, transparent 1px), linear-gradient(90deg, rgba(226, 232, 240, 0.55) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: 0.35;
}

.sd-hero .sd-hero-camera {
    position: absolute;
    top: 270px;
    left: 70px;
    width: 224px;
    height: 144px;
    border: 1px solid #334155;
    border-radius: 16px;
    background: linear-gradient(#1e293b, #0f172a);
    box-shadow: 0 28px 55px rgba(15, 23, 42, 0.25);
    transform: rotate(-6deg);
}

.sd-hero .sd-hero-camera::before {
    position: absolute;
    top: -17px;
    left: 64px;
    width: 96px;
    height: 18px;
    border-radius: 8px 8px 0 0;
    background: #1e293b;
    content: "";
}

.sd-hero .sd-hero-camera-light {
    position: absolute;
    top: 17px;
    left: 17px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #ef4444;
}

.sd-hero .sd-hero-camera-lens {
    position: absolute;
    top: 24px;
    left: 64px;
    width: 96px;
    height: 96px;
    border: 12px solid #334155;
    border-radius: 96px;
    background: radial-gradient(circle, #020617 0, #0f172a 55px, #1e293b 56px);
    box-shadow: inset 0 0 0 1px #475569;
}

.sd-hero .sd-hero-card {
    position: absolute;
    top: 330px;
    right: 95px;
    display: flex;
    width: 96px;
    height: 144px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px;
    border: 1px solid #e11d48;
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(#be123c, #881337);
    box-shadow: 0 28px 55px rgba(136, 19, 55, 0.22);
    transform: rotate(12deg);
}

.sd-hero .sd-hero-card-pins {
    position: absolute;
    top: 12px;
    left: 16px;
    width: 64px;
    height: 17px;
    border-bottom: 1px solid #9f1239;
    background: repeating-linear-gradient(90deg, #fbbf24 0, #fbbf24 5px, transparent 5px, transparent 9px);
}

.sd-hero .sd-hero-card-label {
    padding: 4px;
    border-radius: 4px 4px 0 0;
    background: #0f172a;

    font-size: 11px;
    font-weight: 900;
    text-align: center;
}

.sd-hero .sd-hero-card-class {
    padding-bottom: 4px;
    border-radius: 0 0 4px 4px;
    color: #f43f5e;
    background: #0f172a;
    font-size: 8px;
    font-weight: 700;
    text-align: center;
}

.sd-hero .sd-hero-card-size {
    margin-top: 7px;
    color: #fecdd3;

    font-size: 8px;
    text-align: center;
}

.sd-hero .sd-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

.sd-hero .sd-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    padding: 6px 14px;
    border: 1px solid #ffe4e6;
    border-radius: 30px;
    color: #9f1239;
    background: #fff1f2;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.sd-hero .sd-hero-badge i {
    color: #f43f5e;
    font-size: 16px;
}

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

.sd-hero .sd-hero-container h1 span {
    display: block;
    color: #be123c;
}

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

.sd-hero .sd-hero-downloads {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.sd-hero .sd-hero-downloads a {
    display: flex;
    justify-content: center;
    width: 216px;
    align-items: center;
    gap: 12px;
    padding: 13px 18px;
    border: 1px solid #e11d48;
    border-radius: 10px;
    color: #ffffff;
    background: #e11d48;
    box-shadow: 0 8px 18px rgba(225, 29, 72, 0.2);
    text-align: left;
    transition: transform 180ms ease, background-color 180ms ease;
}

.sd-hero .sd-hero-downloads a:hover {
    background: #be123c;
    transform: translateY(-2px);
}

.sd-hero .sd-hero-downloads a:last-child {
    border-color: #cbd5e1;
    color: #334155;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

.sd-hero .sd-hero-downloads a>i {
    font-size: 27px;
}

.sd-hero .sd-hero-downloads a>span {
    display: flex;
    flex-direction: column;
}

.sd-hero .sd-hero-downloads .text-strong {
    font-size: 13px;
    font-weight: 800;
}

.sd-hero .sd-hero-downloads .text-small {
    margin-top: 3px;
    font-size: 10px;
}

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

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

.sd-hero .sd-hero-features i {
    color: #f43f5e;
}

.sd-journey {
    padding: 80px 0;
    border-bottom: 1px solid #f1f5f9;
    background: #ffffff;
}

.sd-journey .sd-journey-container {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 16px;
}

.sd-journey .sd-journey-heading {
    max-width: 768px;
    margin: 0 auto 64px;
    text-align: center;
}

.sd-journey .sd-journey-heading>span {
    color: #e11d48;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.sd-journey .sd-journey-heading h2 {
    margin: 12px 0 0;
    color: #0f172a;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1px;
}

.sd-journey .sd-journey-heading p {
    margin: 16px 0 0;
    color: #64748b;
    font-size: 16px;
    line-height: 25px;
}

.sd-journey .sd-journey-grid {
    display: flex;
    gap: 24px;
    margin-bottom: 48px;
}

.sd-journey .sd-journey-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    background: #f8fafc;
    text-align: center;
    transition: border-color 180ms ease, background-color 180ms ease;
}

.sd-journey .sd-journey-card:hover {
    border-color: #ffe4e6;
    background: #fff7f8;
}

.sd-journey .sd-journey-card:not(:last-child)::after {
    position: absolute;
    top: 66px;
    right: -20px;
    z-index: 2;
    color: #cbd5e1;
    font-size: 22px;
    content: "›";
}

.sd-journey .sd-journey-card>i {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 48px;
    color: #334155;
    background: #f1f5f9;
    font-size: 20px;
}

.sd-journey .sd-journey-loss>i {
    border-color: #ffe4e6;
    color: #e11d48;
    background: #fff1f2;
}

.sd-journey .sd-journey-recovery>i {
    border-color: #d1fae5;
    color: #059669;
    background: #ecfdf5;
}

.sd-journey .sd-journey-card h3 {
    margin: 0 0 4px;
    color: #1e293b;
    font-size: 14px;
}

.sd-journey .sd-journey-loss h3 {
    color: #e11d48;
}

.sd-journey .sd-journey-recovery h3 {
    color: #059669;
}

.sd-journey .sd-journey-card p {
    margin: 0;
    color: #94a3b8;
    font-size: 11px;
    line-height: 17px;
}

.sd-journey .sd-journey-note {
    display: flex;
    max-width: 896px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
    padding: 24px;
    border: 1px solid #ffe4e6;
    border-radius: 16px;
    background: #fff7f8;
    text-align: center;
}

.sd-journey .sd-journey-note i {
    color: #f43f5e;
    font-size: 17px;
}

.sd-journey .sd-journey-note p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 22px;
}

.sd-devices {
    padding: 80px 0;
    border-bottom: 1px solid #f1f5f9;
    background: #f8fafc;
}

.sd-devices .sd-devices-container {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 16px;
}

.sd-devices .sd-devices-heading {
    max-width: 768px;
    margin: 0 auto 64px;
    text-align: center;
}

.sd-devices .sd-devices-heading>span {
    color: #e11d48;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.sd-devices .sd-devices-heading h2 {
    margin: 12px 0 0;
    color: #0f172a;
    font-size: 36px;
    line-height: 44px;
}

.sd-devices .sd-devices-heading p {
    margin: 16px 0 0;
    color: #64748b;
    font-size: 16px;
}

.sd-devices .sd-devices-grid {
    display: flex;
    max-width: 1024px;
    flex-wrap: wrap;
    gap: 24px;
    margin: 0 auto;
}

.sd-devices .sd-devices-card {
    display: flex;
    width: 325px;
    flex-grow: 1;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(15, 23, 42, 0.04);
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.sd-devices .sd-devices-card:hover {
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.sd-devices .sd-devices-card>i {
    display: flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #e11d48;
    background: #fff1f2;
    font-size: 24px;
}

.sd-devices .sd-devices-card h3 {
    margin: 2px 0 5px;
    color: #1e293b;
    font-size: 16px;
}

.sd-devices .sd-devices-card p {
    margin: 0;
    color: #64748b;
    font-size: 12px;
    line-height: 19px;
}

.sd-content {
    padding: 80px 0;
    border-bottom: 1px solid #f1f5f9;
    background: #ffffff;
}

.sd-content .sd-content-container {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 16px;
}

.sd-content .sd-content-heading {
    max-width: 768px;
    margin: 0 auto 64px;
    text-align: center;
}

.sd-content .sd-content-heading>span {
    color: #e11d48;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.sd-content .sd-content-heading h2 {
    margin: 12px 0 0;
    color: #0f172a;
    font-size: 36px;
    line-height: 44px;
}

.sd-content .sd-content-heading p {
    margin: 16px 0 0;
    color: #64748b;
    font-size: 16px;
}

.sd-content .sd-content-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.sd-content .sd-content-card {
    display: flex;
    width: 350px;
    min-height: 210px;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    background: #f8fafc;
    transition: border-color 180ms ease;
}

.sd-content .sd-content-card:hover {
    border-color: #ffe4e6;
}

.sd-content .sd-content-card h3 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 18px;
}

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

.sd-content .sd-content-card>span {
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
    color: #e11d48;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.sd-content .sd-content-card>span::before {
    margin-right: 7px;
    content: "●";
}

.sd-timeline {
    padding: 80px 0;
    border-bottom: 1px solid #f1f5f9;
    background: #f8fafc;
}

.sd-timeline .sd-timeline-container {
    max-width: 896px;
    margin: 0 auto;
    padding: 0 16px;
}

.sd-timeline .sd-timeline-heading {
    max-width: 672px;
    margin: 0 auto 64px;
    text-align: center;
}

.sd-timeline .sd-timeline-heading>span {
    color: #e11d48;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.sd-timeline .sd-timeline-heading h2 {
    margin: 12px 0 0;
    color: #0f172a;
    font-size: 30px;
    line-height: 38px;
}

.sd-timeline .sd-timeline-heading p {
    margin: 12px 0 0;
    color: #64748b;
    font-size: 16px;
    line-height: 25px;
}

.sd-timeline .sd-timeline-list {
    position: relative;
    max-width: 768px;
    margin: 0 auto;
    padding-left: 32px;
    border-left: 2px solid #ffe4e6;
}

.sd-timeline .sd-timeline-item {
    position: relative;
    display: flex;
    margin-bottom: 40px;
}

.sd-timeline .sd-timeline-item:last-child {
    margin-bottom: 0;
}

.sd-timeline .sd-timeline-item>span {
    position: absolute;
    top: 2px;
    left: -45px;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border: 2px solid #fb7185;
    border-radius: 24px;
    color: #be123c;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
    font-size: 12px;
    font-weight: 700;
}

.sd-timeline .sd-timeline-item h3 {
    margin: 0 0 4px;
    color: #1e293b;
    font-size: 16px;
}

.sd-timeline .sd-timeline-item p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 22px;
}

.sd-timeline .sd-timeline-alert>span {
    border-color: #f43f5e;
    color: #ffffff;
    background: #f43f5e;
}

.sd-timeline .sd-timeline-alert>div {
    padding: 16px;
    border: 1px solid #ffe4e6;
    border-radius: 12px;
    background: #fff1f2;
}

.sd-timeline .sd-timeline-alert h3 {
    color: #4c0519;
}

.sd-timeline .sd-timeline-alert p {
    color: #881337;
}

.sd-timeline .sd-timeline-success>span {
    border-color: #34d399;
    color: #047857;
}

.sd-formats {
    padding: 80px 0;
    border-bottom: 1px solid #f1f5f9;
    background: #ffffff;
}

.sd-formats .sd-formats-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px;
}

.sd-formats .sd-formats-heading {
    max-width: 768px;
    margin: 0 auto 64px;
    text-align: center;
}

.sd-formats .sd-formats-heading>span {
    color: #e11d48;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.sd-formats .sd-formats-heading h2 {
    margin: 12px 0 0;
    color: #0f172a;
    font-size: 36px;
    line-height: 44px;
}

.sd-formats .sd-formats-heading p {
    margin: 16px 0 0;
    color: #64748b;
    font-size: 16px;
}

.sd-formats .sd-formats-grid {
    display: flex;
    max-width: 896px;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0 auto;
}

.sd-formats .sd-formats-card {
    display: flex;
    width: 160px;
    min-height: 124px;
    flex-grow: 1;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    background: #f8fafc;
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.sd-formats .sd-formats-card:hover {
    border-color: #ffe4e6;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
}

.sd-formats .sd-formats-card strong {
    margin-bottom: 5px;
    color: #0f172a;

    font-size: 18px;
}

.sd-formats .sd-formats-card span {
    color: #94a3b8;
    font-size: 10px;
    line-height: 15px;
}

.sd-tips {
    padding: 80px 0;
    border-bottom: 1px solid #f1f5f9;
    background: #f8fafc;
}

.sd-tips .sd-tips-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px;
}

.sd-tips .sd-tips-heading {
    max-width: 768px;
    margin: 0 auto 64px;
    text-align: center;
}

.sd-tips .sd-tips-heading>span {
    color: #e11d48;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.sd-tips .sd-tips-heading h2 {
    margin: 12px 0 0;
    color: #0f172a;
    font-size: 36px;
    line-height: 44px;
}

.sd-tips .sd-tips-heading p {
    margin: 16px 0 0;
    color: #64748b;
    font-size: 16px;
}

.sd-tips .sd-tips-grid {
    display: flex;
    max-width: 896px;
    flex-wrap: wrap;
    gap: 24px;
    margin: 0 auto;
}

.sd-tips .sd-tips-card {
    display: flex;
    width: 420px;
    flex-grow: 1;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(15, 23, 42, 0.04);
}

.sd-tips .sd-tips-card>span {
    display: flex;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffe4e6;
    border-radius: 8px;
    color: #e11d48;
    background: #fff1f2;
    font-size: 13px;
    font-weight: 700;
}

.sd-tips .sd-tips-card h3 {
    margin: 1px 0 6px;
    color: #1e293b;
    font-size: 16px;
}

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

.sd-cases {
    padding: 80px 0;
    border-bottom: 1px solid #f1f5f9;
    background: #ffffff;
}

.sd-cases .sd-cases-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px;
}

.sd-cases .sd-cases-heading {
    max-width: 768px;
    margin: 0 auto 64px;
    text-align: center;
}

.sd-cases .sd-cases-heading>span {
    color: #e11d48;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.sd-cases .sd-cases-heading h2 {
    margin: 12px 0 0;
    color: #0f172a;
    font-size: 36px;
    line-height: 44px;
}

.sd-cases .sd-cases-heading p {
    margin: 16px 0 0;
    color: #64748b;
    font-size: 16px;
    line-height: 25px;
}

.sd-cases .sd-cases-layout {
    display: flex;
    max-width: 896px;
    align-items: flex-start;
    gap: 32px;
    margin: 0 auto;
}

.sd-cases .sd-cases-tabs {
    display: flex;
    width: 288px;
    flex: 0 0 288px;
    flex-direction: column;
    gap: 8px;
}

.sd-cases .sd-cases-tabs button {
    display: flex;
    width: 288px;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    color: #334155;
    background: #f8fafc;
    text-align: left;
    cursor: pointer;
    transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.sd-cases .sd-cases-tabs button:hover {
    background: #f1f5f9;
}

.sd-cases .sd-cases-tabs button.active {
    border-color: #f43f5e;
    color: #ffffff;
    background: #f43f5e;
    box-shadow: 0 5px 13px rgba(244, 63, 94, 0.18);
}

.sd-cases .sd-cases-tabs button>span {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 800;
}

.sd-cases .sd-cases-tabs button .text-small {
    margin-top: 3px;
    color: #94a3b8;

    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.sd-cases .sd-cases-tabs button.active .text-small {
    color: #ffe4e6;
}

.sd-cases .sd-cases-tabs button>i {
    color: #cbd5e1;
    font-size: 14px;
}

.sd-cases .sd-cases-tabs button.active>i {
    color: #ffffff;
}

.sd-cases .sd-cases-panel {
    position: relative;
    width: 576px;
    min-height: 450px;
    padding: 32px;
    overflow: hidden;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    background: #f8fafc;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 180ms ease, transform 180ms ease;
}

.sd-cases .sd-cases-panel.switching {
    opacity: 0;
    transform: translateY(8px);
}

.sd-cases .sd-cases-tag {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    border-radius: 0 0 0 12px;
    color: #ffffff;
    background: #f43f5e;
    box-shadow: 0 2px 5px rgba(244, 63, 94, 0.18);

    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sd-cases .sd-cases-metric {
    margin-bottom: 16px;
    color: #e11d48;

    font-size: 12px;
    letter-spacing: 0.5px;
}

.sd-cases .sd-cases-metric span {
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
}

.sd-cases .sd-cases-panel h3 {
    margin: 0 0 16px;
    color: #0f172a;
    font-size: 20px;
}

.sd-cases .sd-cases-context {
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
}

.sd-cases .sd-cases-context strong {
    display: block;
    margin-bottom: 4px;
    color: #1e293b;
    font-size: 13px;
}

.sd-cases .sd-cases-context p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 22px;
}

.sd-cases .sd-cases-blueprint {
    margin-top: 16px;
}

.sd-cases .sd-cases-blueprint strong {
    display: block;
    margin-bottom: 4px;
    color: #1e293b;
    font-size: 13px;
}

.sd-cases .sd-cases-blueprint p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 22px;
}

.sd-cases .sd-cases-result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.sd-cases .sd-cases-result>div {
    display: flex;
    flex-direction: column;
}

.sd-cases .sd-cases-result span {
    color: #94a3b8;

    font-size: 10px;
    text-transform: uppercase;
}

.sd-cases .sd-cases-result strong {
    margin-top: 3px;
    color: #1e293b;
    font-size: 14px;
}

.sd-cases .sd-cases-result a {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    padding: 9px 20px;
    border-radius: 8px;
    color: #ffffff;
    background: #0f172a;
    font-size: 12px;
    font-weight: 600;
}

.sd-cta {
    position: relative;
    padding: 96px 0;
    overflow: hidden;
    border-top: 1px solid #e2e8f0;
    background: linear-gradient(#ffffff, #ffe4e6, #fce7f3);
    text-align: center;
}

.sd-cta .sd-cta-background {
    position: absolute;
    top: 20px;
    left: 220px;
    width: 500px;
    height: 500px;
    border-radius: 500px;
    background: rgba(254, 205, 211, 0.8);
    filter: blur(120px);
}

.sd-cta .sd-cta-container {
    position: relative;
    z-index: 2;
    max-width: 896px;
    margin: 0 auto;
    padding: 0 16px;
}

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

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

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

.sd-cta .sd-cta-downloads {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.sd-cta .sd-cta-downloads a {
    display: flex;
    width: 216px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 13px 18px;
    border: 1px solid #e11d48;
    border-radius: 10px;
    color: #ffffff;
    background: #e11d48;
    box-shadow: 0 8px 18px rgba(225, 29, 72, 0.2);
    text-align: left;
}

.sd-cta .sd-cta-downloads a:last-child {
    border-color: #cbd5e1;
    color: #334155;
    background: #ffffff;
}

.sd-cta .sd-cta-downloads a>i {
    font-size: 27px;
}

.sd-cta .sd-cta-downloads a>span {
    display: flex;
    flex-direction: column;
}

.sd-cta .sd-cta-downloads .text-strong {
    font-size: 13px;
    font-weight: 800;
}

.sd-cta .sd-cta-downloads .text-small {
    margin-top: 3px;
    font-size: 10px;
}

.sd-cta .sd-cta-note {
    display: block;
    margin-top: 32px;
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .sd-hero .sd-hero-camera {
        display: none;
    }

    .sd-hero .sd-hero-card {
        display: none;
    }

    .sd-journey .sd-journey-grid {
        flex-wrap: wrap;
    }

    .sd-journey .sd-journey-card {
        min-width: 280px;
    }

    .sd-journey .sd-journey-card:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 760px) {
    .sd-cases .sd-cases-layout {
        flex-direction: column;
    }

    .sd-cases .sd-cases-tabs {
        width: auto;
        flex: auto;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sd-cases .sd-cases-tabs button {
        width: 280px;
        flex-grow: 1;
    }

    .sd-cases .sd-cases-panel {
        width: auto;
    }
}

@media (max-width: 640px) {
    .sd-hero {
        min-height: 0;
        padding: 96px 0 72px;
    }

    .sd-hero .sd-hero-letter {
        top: 80px;
        font-size: 300px;
        line-height: 300px;
        letter-spacing: -28px;
    }

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

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

    .sd-hero .sd-hero-downloads {
        flex-direction: column;
        align-items: center;
    }

    .sd-hero .sd-hero-downloads a {
        width: 286px;
    }

    .sd-hero .sd-hero-features {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .sd-journey {
        padding: 72px 0;
    }

    .sd-journey .sd-journey-heading {
        margin-bottom: 40px;
    }

    .sd-journey .sd-journey-heading h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .sd-journey .sd-journey-card {
        min-width: 150px;
    }

    .sd-journey .sd-journey-note {
        align-items: flex-start;
        text-align: left;
    }

    .sd-devices {
        padding: 72px 0;
    }

    .sd-devices .sd-devices-heading {
        margin-bottom: 40px;
    }

    .sd-devices .sd-devices-heading h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .sd-devices .sd-devices-card {
        width: 300px;
    }

    .sd-content {
        padding: 72px 0;
    }

    .sd-content .sd-content-heading {
        margin-bottom: 40px;
    }

    .sd-content .sd-content-heading h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .sd-content .sd-content-card {
        width: 300px;
    }

    .sd-timeline {
        padding: 72px 0;
    }

    .sd-timeline .sd-timeline-heading {
        margin-bottom: 40px;
    }

    .sd-timeline .sd-timeline-list {
        margin-left: 12px;
    }

    .sd-formats {
        padding: 72px 0;
    }

    .sd-formats .sd-formats-heading {
        margin-bottom: 40px;
    }

    .sd-formats .sd-formats-heading h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .sd-formats .sd-formats-card {
        width: 140px;
    }

    .sd-tips {
        padding: 72px 0;
    }

    .sd-tips .sd-tips-heading {
        margin-bottom: 40px;
    }

    .sd-tips .sd-tips-heading h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .sd-tips .sd-tips-card {
        width: 300px;
    }

    .sd-cases {
        padding: 72px 0;
    }

    .sd-cases .sd-cases-heading {
        margin-bottom: 40px;
    }

    .sd-cases .sd-cases-heading h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .sd-cases .sd-cases-tabs button {
        width: 280px;
    }

    .sd-cases .sd-cases-panel {
        min-height: 0;
        padding: 64px 20px 24px;
    }

    .sd-cases .sd-cases-result {
        align-items: flex-start;
        flex-direction: column;
    }

    .sd-cta {
        padding: 80px 0;
    }

    .sd-cta .sd-cta-container h2 {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -1px;
    }

    .sd-cta .sd-cta-downloads {
        flex-direction: column;
        align-items: center;
    }

    .sd-cta .sd-cta-downloads a {
        width: 286px;
    }
}