.dp-page {
    color: #f4fbf8;
    background: #020909;
    overflow: hidden;
}

.dp-inner {
    width: min(100% - 56px, 1240px);
    margin: 0 auto;
}

.dp-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    isolation: isolate;
    border-bottom: 1px solid rgba(112, 255, 209, 0.14);
    background: #020909;
}

.dp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image:
        linear-gradient(90deg, #020909 0%, rgba(2, 9, 9, 0.97) 32%, rgba(2, 9, 9, 0.72) 58%, rgba(2, 9, 9, 0.24) 100%),
        linear-gradient(180deg, rgba(2, 9, 9, 0.12), rgba(2, 9, 9, 0.72)),
        var(--dp-hero-image);
    background-repeat: no-repeat;
    background-position: center, center, center;
    background-size: cover;
}

.dp-hero::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    z-index: -1;
    height: 34%;
    background: linear-gradient(180deg, transparent, #020909);
    pointer-events: none;
}

.dp-hero-inner {
    width: min(100% - 56px, 1240px);
    margin: 0 auto;
    padding: 140px 0 86px;
}

.dp-hero-copy {
    max-width: 650px;
}

.dp-eyebrow,
.dp-section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--dp-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.dp-eyebrow {
    padding: 9px 12px;
    border: 1px solid rgba(112, 255, 209, 0.26);
    border-radius: 999px;
    background: rgba(2, 9, 9, 0.74);
}

.dp-hero h1 {
    max-width: 720px;
    margin: 22px 0 20px;
    color: #fff;
    font-size: 58px;
    line-height: 1.02;
    letter-spacing: 0;
}

.dp-hero h1 span {
    color: var(--dp-accent);
}

.dp-hero-summary {
    max-width: 610px;
    margin: 0;
    color: #c0cfcc;
    font-size: 17px;
    line-height: 1.75;
}

.dp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.dp-primary-action,
.dp-secondary-action {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.dp-primary-action {
    color: #02110d;
    background: var(--primary);
}

.dp-secondary-action {
    color: #edf8f5;
    border-color: rgba(112, 255, 209, 0.28);
    background: rgba(2, 9, 9, 0.72);
}

.dp-primary-action:hover,
.dp-secondary-action:hover {
    transform: translateY(-2px);
}

.dp-primary-action:hover {
    color: #02110d;
    background: var(--primary-hover);
}

.dp-secondary-action:hover {
    color: var(--primary);
    border-color: var(--primary);
}

.dp-reviewed {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 28px;
    color: #829590;
    font-size: 12px;
}

.dp-reviewed span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.dp-reviewed i {
    color: var(--primary);
}

.dp-facts-band {
    border-bottom: 1px solid rgba(112, 255, 209, 0.14);
    background: #061110;
}

.dp-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dp-fact {
    min-width: 0;
    padding: 25px 22px;
    border-right: 1px solid rgba(112, 255, 209, 0.14);
}

.dp-fact:last-child {
    border-right: 0;
}

.dp-fact-label {
    display: block;
    margin-bottom: 7px;
    color: #6f827e;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.dp-fact-value {
    display: block;
    color: #f2faf7;
    font-size: 15px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.dp-section {
    padding: 92px 0;
}

.dp-section + .dp-section {
    border-top: 1px solid rgba(112, 255, 209, 0.1);
}

.dp-section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.dp-section-heading h2,
.dp-visual-copy h2,
.dp-cta h2 {
    margin: 12px 0 14px;
    color: #fff;
    font-size: 42px;
    line-height: 1.08;
    letter-spacing: 0;
}

.dp-section-heading p,
.dp-visual-copy p,
.dp-cta p {
    margin: 0;
    color: #91a39f;
    font-size: 15px;
    line-height: 1.75;
}

.dp-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.dp-feature-card {
    min-width: 0;
    padding: 25px;
    border: 1px solid rgba(112, 255, 209, 0.15);
    border-radius: 8px;
    background: #071312;
}

.dp-feature-icon,
.dp-related-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(112, 255, 209, 0.24);
    border-radius: 8px;
    color: var(--dp-accent);
    background: rgba(112, 255, 209, 0.07);
    font-size: 18px;
}

.dp-feature-card h3 {
    margin: 20px 0 9px;
    color: #fff;
    font-size: 18px;
    line-height: 1.25;
}

.dp-feature-card p {
    margin: 0;
    color: #899b97;
    font-size: 13px;
    line-height: 1.65;
}

.dp-visual-band {
    background: #06100f;
}

.dp-visual-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
    gap: 54px;
    align-items: center;
}

.dp-visual-copy ul {
    display: grid;
    gap: 12px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.dp-visual-copy li {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    color: #c4d2cf;
    font-size: 14px;
    line-height: 1.55;
}

.dp-visual-copy li i {
    margin-top: 4px;
    color: var(--primary);
}

.dp-product-figure {
    min-width: 0;
    margin: 0;
}

.dp-product-frame {
    overflow: hidden;
    aspect-ratio: 8 / 5;
    border: 1px solid rgba(112, 255, 209, 0.2);
    border-radius: 8px;
    background: #020606;
}

.dp-product-frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.dp-product-frame.has-video {
    aspect-ratio: 16 / 9;
}

.dp-product-frame video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    background: #020606;
}

.dp-product-figure figcaption {
    margin-top: 11px;
    color: #6f827e;
    font-size: 11px;
    line-height: 1.5;
}

.dp-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(112, 255, 209, 0.16);
    border-bottom: 1px solid rgba(112, 255, 209, 0.16);
}

.dp-step {
    min-width: 0;
    padding: 25px;
    border-right: 1px solid rgba(112, 255, 209, 0.16);
}

.dp-step:last-child {
    border-right: 0;
}

.dp-step-number {
    color: var(--dp-accent);
    font-size: 12px;
    font-weight: 900;
}

.dp-step h3 {
    margin: 24px 0 9px;
    color: #fff;
    font-size: 17px;
}

.dp-step p {
    margin: 0;
    color: #859793;
    font-size: 12px;
    line-height: 1.65;
}

.dp-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid rgba(112, 255, 209, 0.15);
    border-radius: 8px;
    background: #06110f;
}

.dp-spec {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(110px, 0.42fr) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 20px 22px;
    border-bottom: 1px solid rgba(112, 255, 209, 0.12);
}

.dp-spec:nth-child(odd) {
    border-right: 1px solid rgba(112, 255, 209, 0.12);
}

.dp-spec:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.dp-spec dt {
    color: #71847f;
    font-size: 12px;
    font-weight: 700;
}

.dp-spec dd {
    min-width: 0;
    margin: 0;
    color: #e5f1ee;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.dp-related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.dp-related-card {
    min-width: 0;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 17px;
    align-items: center;
    padding: 22px;
    border: 1px solid rgba(112, 255, 209, 0.15);
    border-radius: 8px;
    color: inherit;
    background: #071312;
    text-decoration: none;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.dp-related-card:hover {
    border-color: var(--primary);
    transform: translateY(-2px);
}

.dp-related-copy {
    min-width: 0;
}

.dp-related-copy strong {
    display: block;
    color: #fff;
    font-size: 16px;
}

.dp-related-copy span {
    display: block;
    margin-top: 5px;
    color: #82948f;
    font-size: 12px;
    line-height: 1.5;
}

.dp-related-arrow {
    color: var(--primary);
}

.dp-faq-section {
    background: rgba(0, 0, 0, 0.2);
}

.dp-faq-heading {
    max-width: 760px;
    margin: 0 auto 54px;
    text-align: center;
}

.dp-faq-heading h2 {
    margin-top: 0;
}

.dp-faq-heading h2 span {
    color: var(--primary);
}

.dp-faq-list {
    width: min(900px, 100%);
    display: grid;
    gap: 20px;
    margin: 0 auto;
}

.dp-faq-item {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.02);
    transition: border-color 0.3s ease, background 0.3s ease;
}

.dp-faq-item:hover,
.dp-faq-item[open] {
    border-color: rgba(112, 255, 209, 0.3);
    background: rgba(112, 255, 209, 0.03);
}

.dp-faq-item summary {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 30px;
    color: #f4fbf8;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.dp-faq-item summary::-webkit-details-marker {
    display: none;
}

.dp-faq-toggle {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(112, 255, 209, 0.1);
    color: var(--primary);
    transition: transform 0.3s ease, background 0.3s ease;
}

.dp-faq-toggle .fa-minus,
.dp-faq-item[open] .dp-faq-toggle .fa-plus {
    display: none;
}

.dp-faq-item[open] .dp-faq-toggle .fa-minus {
    display: inline-block;
}

.dp-faq-item[open] .dp-faq-toggle {
    background: rgba(112, 255, 209, 0.16);
}

.dp-faq-answer {
    max-width: 820px;
    padding: 0 76px 28px 30px;
    color: #8fa19d;
    font-size: 15px;
    line-height: 1.8;
}

.dp-cta-band {
    border-top: 1px solid rgba(112, 255, 209, 0.14);
    background: #071412;
}

.dp-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
}

.dp-cta-copy {
    max-width: 720px;
}

@media (max-width: 900px) {
    .dp-hero {
        min-height: 590px;
    }

    .dp-hero::before {
        background-image:
            linear-gradient(90deg, rgba(2, 9, 9, 0.96), rgba(2, 9, 9, 0.74)),
            linear-gradient(180deg, rgba(2, 9, 9, 0.18), rgba(2, 9, 9, 0.82)),
            var(--dp-hero-image);
    }

    .dp-hero-copy {
        max-width: 600px;
    }

    .dp-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dp-visual-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .dp-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dp-step:nth-child(2) {
        border-right: 0;
    }

    .dp-step:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(112, 255, 209, 0.16);
    }

    .dp-related-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .dp-inner,
    .dp-hero-inner {
        width: min(100% - 36px, 1240px);
    }

    .dp-hero {
        min-height: 570px;
        align-items: flex-end;
    }

    .dp-hero-inner {
        padding: 128px 0 58px;
    }

    .dp-hero h1 {
        font-size: 38px;
        line-height: 1.08;
    }

    .dp-hero-summary {
        font-size: 15px;
        line-height: 1.65;
    }

    .dp-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .dp-primary-action,
    .dp-secondary-action {
        width: 100%;
    }

    .dp-reviewed {
        display: grid;
        gap: 9px;
    }

    .dp-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dp-fact {
        padding: 19px 16px;
    }

    .dp-fact:nth-child(2) {
        border-right: 0;
    }

    .dp-fact:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(112, 255, 209, 0.14);
    }

    .dp-section {
        padding: 66px 0;
    }

    .dp-section-heading h2,
    .dp-visual-copy h2,
    .dp-cta h2 {
        font-size: 31px;
        line-height: 1.12;
    }

    .dp-feature-grid {
        grid-template-columns: 1fr;
    }

    .dp-product-frame {
        aspect-ratio: 4 / 3;
    }

    .dp-steps {
        grid-template-columns: 1fr;
    }

    .dp-step,
    .dp-step:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid rgba(112, 255, 209, 0.16);
    }

    .dp-step:last-child {
        border-bottom: 0;
    }

    .dp-specs {
        grid-template-columns: 1fr;
    }

    .dp-spec,
    .dp-spec:nth-child(odd),
    .dp-spec:nth-last-child(-n + 2) {
        grid-template-columns: 1fr;
        gap: 7px;
        border-right: 0;
        border-bottom: 1px solid rgba(112, 255, 209, 0.12);
    }

    .dp-spec:last-child {
        border-bottom: 0;
    }

    .dp-related-card {
        grid-template-columns: 44px minmax(0, 1fr) auto;
        padding: 18px;
    }

    .dp-faq-item summary {
        min-height: 68px;
        padding: 18px;
        font-size: 14px;
    }

    .dp-faq-answer {
        padding: 0 18px 20px;
        font-size: 13px;
    }

    .dp-faq-heading {
        margin-bottom: 34px;
    }

    .dp-faq-list {
        gap: 12px;
    }

    .dp-faq-item {
        border-radius: 14px;
    }

    .dp-cta {
        align-items: flex-start;
        flex-direction: column;
        gap: 26px;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .dp-cta .dp-actions {
        width: 100%;
        margin-top: 0;
    }
}
