.dd-trust-page {
    --trust-ink: #102033;
    --trust-muted: #617083;
    --trust-line: #dde6f0;
    --trust-soft: #fff8df;
    --trust-yellow: #ffd400;
    --trust-yellow-strong: #f6c400;
    --trust-card: #ffffff;
    --trust-shadow: 0 18px 48px rgba(16, 32, 51, 0.09);
    --trust-radius: 26px;
    color: var(--trust-ink);
    padding: 46px 16px 72px;
}

.dd-trust-wrap {
    max-width: 1180px;
    margin: 0 auto;
}

.dd-trust-hero {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(246, 196, 0, 0.32);
    border-radius: 34px;
    background:
        radial-gradient(circle at 82% 86%, rgba(255, 212, 0, 0.42), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #fffdf4 55%, #fff2b8 100%);
    box-shadow: var(--trust-shadow);
    padding: clamp(34px, 5vw, 70px);
}

.dd-trust-hero:before {
    content: "";
    position: absolute;
    inset: 20px 20px auto auto;
    width: 160px;
    height: 160px;
    border-radius: 999px;
    background: rgba(255, 212, 0, 0.16);
    filter: blur(2px);
}

.dd-trust-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: #8a6a00;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dd-trust-kicker:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--trust-yellow-strong);
    box-shadow: 0 0 0 6px rgba(255, 212, 0, 0.18);
}

.dd-trust-title {
    max-width: 820px;
    margin: 0;
    font-size: clamp(36px, 6vw, 70px);
    line-height: 0.96;
    letter-spacing: -0.055em;
    color: var(--trust-ink);
}

.dd-trust-lead {
    max-width: 690px;
    margin: 24px 0 0;
    color: var(--trust-muted);
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.62;
}

.dd-trust-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.dd-trust-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid rgba(16, 32, 51, 0.12);
    color: var(--trust-ink);
    background: #fff;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.dd-trust-button:hover {
    color: var(--trust-ink);
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(16, 32, 51, 0.12);
    text-decoration: none;
}

.dd-trust-button--primary {
    border-color: #f1c400;
    background: linear-gradient(135deg, #ffe866 0%, #f8c900 100%);
}

.dd-trust-section {
    margin-top: clamp(28px, 5vw, 56px);
}

.dd-trust-section-head {
    max-width: 760px;
    margin-bottom: 22px;
}

.dd-trust-section-head h2,
.dd-trust-section-title {
    margin: 0;
    color: var(--trust-ink);
    font-size: clamp(25px, 3.2vw, 36px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.dd-trust-section-head p {
    margin: 12px 0 0;
    color: var(--trust-muted);
    font-size: 16px;
    line-height: 1.65;
}

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

.dd-trust-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dd-trust-card {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    border: 1px solid var(--trust-line);
    border-radius: var(--trust-radius);
    background: var(--trust-card);
    box-shadow: 0 12px 30px rgba(16, 32, 51, 0.065);
    padding: 24px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.dd-trust-card:hover {
    transform: translateY(-3px);
    border-color: rgba(246, 196, 0, 0.55);
    box-shadow: var(--trust-shadow);
}

.dd-trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 15px;
    color: var(--trust-ink);
    background: linear-gradient(135deg, #fff8d7 0%, #ffd400 100%);
    font-size: 20px;
    font-weight: 900;
}

.dd-trust-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dd-trust-card h3 {
    margin: 0 0 10px;
    color: var(--trust-ink);
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.dd-trust-card p,
.dd-trust-card li {
    color: var(--trust-muted);
    font-size: 15px;
    line-height: 1.58;
}

.dd-trust-card p:last-child,
.dd-trust-card ul:last-child {
    margin-bottom: 0;
}

.dd-trust-card ul {
    margin: 0;
    padding-left: 18px;
}

.dd-trust-split {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 22px;
    align-items: stretch;
}

.dd-trust-story {
    border-radius: var(--trust-radius);
    border: 1px solid rgba(246, 196, 0, 0.34);
    background:
        radial-gradient(circle at 18% 92%, rgba(255, 212, 0, 0.28), transparent 36%),
        #fffdf5;
    padding: 28px;
}

.dd-trust-story p {
    margin: 0 0 16px;
    color: var(--trust-muted);
    font-size: 16px;
    line-height: 1.72;
}

.dd-trust-story p:last-child {
    margin-bottom: 0;
}

.dd-trust-list {
    display: grid;
    gap: 12px;
}

.dd-trust-list-item {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 13px;
    align-items: start;
    border: 1px solid var(--trust-line);
    border-radius: 20px;
    background: #fff;
    padding: 16px;
}

.dd-trust-list-item strong {
    display: block;
    margin-bottom: 4px;
    color: var(--trust-ink);
    font-size: 15px;
}

.dd-trust-list-item span {
    color: var(--trust-muted);
    font-size: 14px;
    line-height: 1.5;
}

.dd-trust-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: var(--trust-soft);
    color: #8a6a00;
    font-size: 13px;
    font-weight: 900;
}

.dd-trust-legal-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 22px;
}

.dd-trust-toc {
    position: sticky;
    top: 88px;
    align-self: start;
    border: 1px solid var(--trust-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16, 32, 51, 0.055);
    padding: 18px;
}

.dd-trust-toc strong {
    display: block;
    margin-bottom: 12px;
    color: var(--trust-ink);
    font-size: 14px;
}

.dd-trust-toc a {
    display: block;
    border-left: 3px solid #dfe8f2;
    border-radius: 0 999px 999px 0;
    padding: 7px 0 7px 11px;
    color: #30425a;
    font-size: 14px;
    font-weight: 760;
    line-height: 1.35;
    text-decoration: none;
    transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.dd-trust-toc a:hover {
    background: #fff8d8;
    border-color: #f4c900;
    box-shadow: 0 8px 18px rgba(16, 32, 51, 0.065);
    color: var(--trust-ink);
    transform: translateX(3px);
}

.dd-trust-legal-card {
    border: 1px solid var(--trust-line);
    border-radius: var(--trust-radius);
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 32, 51, 0.055);
    padding: clamp(22px, 4vw, 34px);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.dd-trust-legal-card:hover {
    border-color: rgba(246, 196, 0, 0.5);
    box-shadow: 0 16px 40px rgba(16, 32, 51, 0.085);
    transform: translateY(-2px);
}

.dd-trust-legal-card + .dd-trust-legal-card {
    margin-top: 16px;
}

.dd-trust-legal-card h2 {
    margin: 0 0 12px;
    color: var(--trust-ink);
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.dd-trust-legal-card h3 {
    margin: 22px 0 8px;
    color: var(--trust-ink);
    font-size: 18px;
}

.dd-trust-legal-card p,
.dd-trust-legal-card li {
    color: var(--trust-muted);
    font-size: 15px;
    line-height: 1.72;
}

.dd-trust-legal-card ul {
    margin: 10px 0 0;
    padding-left: 20px;
}

.dd-trust-updated {
    display: inline-flex;
    align-items: center;
    margin-top: 22px;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255, 212, 0, 0.18);
    color: #7c6100;
    font-size: 13px;
    font-weight: 800;
}

.dd-trust-faq-groups {
    display: grid;
    gap: 18px;
}

.dd-trust-faq-group {
    border: 1px solid var(--trust-line);
    border-radius: var(--trust-radius);
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 32, 51, 0.055);
    padding: 18px;
}

.dd-trust-faq-group h2 {
    margin: 0 0 12px;
    color: var(--trust-ink);
    font-size: 22px;
    letter-spacing: -0.02em;
}

.dd-trust-faq-item {
    border-top: 1px solid #edf2f7;
}

.dd-trust-faq-item:first-of-type {
    border-top: 0;
}

.dd-trust-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 58px;
    padding: 16px 4px;
    color: var(--trust-ink);
    font-size: 16px;
    font-weight: 800;
    list-style: none;
    cursor: pointer;
}

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

.dd-trust-faq-item summary:after {
    content: "";
    flex: 0 0 auto;
    width: 13px;
    height: 13px;
    border-right: 2px solid #9aa7b5;
    border-bottom: 2px solid #9aa7b5;
    transform: rotate(45deg);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.dd-trust-faq-item[open] summary:after {
    transform: rotate(225deg);
    border-color: #d5aa00;
}

.dd-trust-faq-answer {
    padding: 0 4px 18px;
    color: var(--trust-muted);
    font-size: 15px;
    line-height: 1.72;
}

.dd-trust-contact-panel {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 20px;
    border: 1px solid rgba(246, 196, 0, 0.38);
    border-radius: 30px;
    background:
        radial-gradient(circle at 90% 100%, rgba(255, 212, 0, 0.34), transparent 35%),
        #ffffff;
    box-shadow: var(--trust-shadow);
    padding: clamp(22px, 4vw, 34px);
}

.dd-trust-contact-panel h2 {
    margin: 0 0 10px;
    color: var(--trust-ink);
    font-size: clamp(25px, 3vw, 34px);
    letter-spacing: -0.035em;
}

.dd-trust-contact-panel p {
    margin: 0;
    color: var(--trust-muted);
    font-size: 16px;
    line-height: 1.65;
}

.dd-trust-contact-card {
    align-self: center;
    border-radius: 22px;
    background: #111f31;
    color: #fff;
    padding: 22px;
}

.dd-trust-contact-card span {
    display: block;
    margin-bottom: 8px;
    color: #ffe56a;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dd-trust-contact-card a {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
}

.dd-trust-contact-card a:hover {
    color: #ffe56a;
}

.dd-trust-note {
    border-left: 4px solid var(--trust-yellow-strong);
    border-radius: 16px;
    background: #fffaf0;
    padding: 16px 18px;
    color: var(--trust-muted);
    font-size: 14px;
    line-height: 1.62;
}

.dd-trust-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 22px;
    align-items: start;
}

.dd-trust-contact-form {
    border: 1px solid var(--trust-line);
    border-radius: 30px;
    background: #fff;
    box-shadow: var(--trust-shadow);
    padding: clamp(22px, 4vw, 34px);
}

.dd-trust-form-alert {
    margin-bottom: 18px;
    border: 1px solid rgba(22, 163, 74, 0.18);
    border-radius: 18px;
    background: #effdf4;
    color: #166534;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 750;
}

.dd-trust-field {
    margin-bottom: 16px;
}

.dd-trust-field label {
    display: block;
    margin-bottom: 7px;
    color: var(--trust-ink);
    font-size: 13px;
    font-weight: 850;
}

.dd-trust-field input,
.dd-trust-field textarea {
    width: 100%;
    border: 1px solid var(--trust-line);
    border-radius: 18px;
    background: #fbfdff;
    color: var(--trust-ink);
    font: inherit;
    font-size: 15px;
    outline: none;
    padding: 14px 16px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.dd-trust-field textarea {
    min-height: 150px;
    resize: vertical;
}

.dd-trust-field input:focus,
.dd-trust-field textarea:focus {
    background: #fff;
    border-color: #f4c900;
    box-shadow: 0 0 0 4px rgba(255, 212, 0, 0.18);
}

.dd-trust-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffe866 0%, #f8c900 100%);
    color: var(--trust-ink);
    cursor: pointer;
    font-size: 16px;
    font-weight: 900;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.dd-trust-submit:hover,
.dd-trust-submit:focus {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(16, 32, 51, 0.14);
}

.dd-trust-form-note {
    margin: 14px 0 0;
    color: var(--trust-muted);
    font-size: 13px;
    line-height: 1.55;
}

.dd-trust-contact-cards {
    display: grid;
    gap: 14px;
}

.dd-trust-contact-mini {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    border: 1px solid var(--trust-line);
    border-radius: 24px;
    background: #fff;
    padding: 18px;
    box-shadow: 0 10px 28px rgba(16, 32, 51, 0.055);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.dd-trust-contact-mini:hover {
    border-color: rgba(246, 196, 0, 0.55);
    box-shadow: 0 16px 36px rgba(16, 32, 51, 0.08);
    transform: translateY(-2px);
}

.dd-trust-contact-mini strong {
    display: block;
    margin-bottom: 5px;
    color: var(--trust-ink);
    font-size: 16px;
}

.dd-trust-contact-mini p,
.dd-trust-contact-mini a {
    margin: 0;
    color: var(--trust-muted);
    font-size: 14px;
    line-height: 1.55;
}

.dd-trust-contact-mini a {
    color: #8a6a00;
    font-weight: 850;
    text-decoration: none;
}

@media (max-width: 980px) {
    .dd-trust-grid,
    .dd-trust-grid--two,
    .dd-trust-split,
    .dd-trust-legal-layout,
    .dd-trust-contact-panel,
    .dd-trust-contact-grid {
        grid-template-columns: 1fr;
    }

    .dd-trust-toc {
        position: static;
    }
}

@media (max-width: 640px) {
    .dd-trust-page {
        padding: 24px 12px 54px;
    }

    .dd-trust-hero {
        border-radius: 26px;
        padding: 28px 20px;
    }

    .dd-trust-title {
        letter-spacing: -0.045em;
    }

    .dd-trust-card,
    .dd-trust-story,
    .dd-trust-legal-card,
    .dd-trust-faq-group,
    .dd-trust-contact-panel {
        border-radius: 22px;
    }

    .dd-trust-hero-actions,
    .dd-trust-button {
        width: 100%;
    }

    .dd-trust-faq-item summary {
        align-items: flex-start;
        font-size: 15px;
    }
}
