.theme-dtp {
    --dtp-bg: var(--ds-color-page);
    --dtp-paper: var(--ds-color-surface);
    --dtp-ink: var(--ds-color-text);
    --dtp-muted: #626262;
    --dtp-line: #deded9;
    --dtp-red: var(--ds-color-accent-strong);
    --dtp-red-dark: var(--ds-color-accent-hover);
    --dtp-red-soft: var(--ds-color-accent-soft);
    --dtp-radius: var(--ds-radius-feature);
    color: var(--dtp-ink);
    background: var(--dtp-bg);
}

.theme-dtp .section { padding-block: clamp(56px, 8vw, 104px); }
.theme-dtp h1,
.theme-dtp h2,
.theme-dtp h3,
.theme-dtp h4 { color: var(--dtp-ink); }
.theme-dtp h2 { max-width: 22ch; margin-bottom: 16px; font-size: clamp(1.8rem, 7vw, 2.35rem); line-height: 1.08; letter-spacing: -.045em; }
.theme-dtp .section-kicker { margin-bottom: 12px; }

.dtp-svg-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    background: currentColor;
    -webkit-mask: center / contain no-repeat;
    mask: center / contain no-repeat;
}
.dtp-svg-icon--phone,
.dtp-svg-icon--call { -webkit-mask-image: url("../icons/tabler/phone-call.svg"); mask-image: url("../icons/tabler/phone-call.svg"); }
.dtp-svg-icon--hazard { -webkit-mask-image: url("../icons/tabler/car-crash.svg"); mask-image: url("../icons/tabler/car-crash.svg"); }
.dtp-svg-icon--triangle { -webkit-mask-image: url("../icons/tabler/alert-triangle.svg"); mask-image: url("../icons/tabler/alert-triangle.svg"); }
.dtp-svg-icon--camera { -webkit-mask-image: url("../icons/tabler/camera.svg"); mask-image: url("../icons/tabler/camera.svg"); }
.dtp-svg-icon--mobile { -webkit-mask-image: url("../icons/tabler/device-mobile-check.svg"); mask-image: url("../icons/tabler/device-mobile-check.svg"); }
.dtp-svg-icon--route { -webkit-mask-image: url("../icons/tabler/route.svg"); mask-image: url("../icons/tabler/route.svg"); }
.dtp-svg-icon--check,
.dtp-svg-icon--document { -webkit-mask-image: url("../icons/tabler/file-check.svg"); mask-image: url("../icons/tabler/file-check.svg"); }
.dtp-svg-icon--shield { -webkit-mask-image: url("../icons/tabler/shield-check.svg"); mask-image: url("../icons/tabler/shield-check.svg"); }

.dtp-icon-box {
    display: inline-grid;
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 15px;
    border: 1px solid rgba(239, 49, 36, .12);
    color: var(--dtp-red);
    background: var(--dtp-red-soft);
    transition: color 180ms ease, background-color 180ms ease, transform 180ms var(--ease-out);
}
.dtp-icon-box--inverse { color: var(--dtp-red); background: #fff; }
.dtp-icon-box--large { width: 64px; height: 64px; border-radius: 18px; }
.dtp-icon-box--large .dtp-svg-icon { width: 30px; height: 30px; }

.dtp-phone-button { gap: 10px; min-width: 226px; }
.dtp-phone-button .dtp-svg-icon { width: 21px; height: 21px; }

.dtp-hero { overflow: hidden; background: radial-gradient(circle at 100% 12%, rgba(239, 49, 36, .11), transparent 34%), var(--dtp-bg); }
.dtp-hero__grid { display: grid; padding: 42px 0 34px; }
.dtp-hero__copy { align-self: center; }
.dtp-hero h1 { max-width: none; margin-bottom: 18px; font-size: clamp(1.95rem, 8vw, 2.15rem); line-height: 1.04; letter-spacing: -.05em; }
.dtp-hero__lead { max-width: 31rem; margin: 0 0 24px; color: var(--dtp-muted); font-size: 1rem; line-height: 1.55; }
.dtp-hero .button { width: 100%; }
.dtp-hero__media { display: none; overflow: hidden; border-radius: var(--dtp-radius); background: #dededa; }
.dtp-hero__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }

.dtp-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0 0 32px; }
.dtp-facts div { min-width: 0; padding: 16px; border: 1px solid var(--dtp-line); border-radius: 14px; background: rgba(255, 255, 255, .72); }
.dtp-facts div:last-child { grid-column: 1 / -1; }
.dtp-facts dt { margin-bottom: 2px; font-size: 1.1rem; font-weight: 820; letter-spacing: -.025em; }
.dtp-facts dd { margin: 0; color: var(--dtp-muted); font-size: .76rem; line-height: 1.35; }

.dtp-section-head { display: grid; gap: 2px; max-width: 720px; margin-bottom: 30px; }
.dtp-section-head h2 { margin-bottom: 10px; }
.dtp-section-head p { max-width: 38rem; margin: 0; color: var(--dtp-muted); }

.dtp-safety { background: var(--dtp-paper); }
.dtp-safety-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.dtp-safety-list li { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 20px; border: 1px solid var(--dtp-line); border-radius: 17px; background: var(--dtp-bg); }
.dtp-safety-list h3 { margin: 2px 0 8px; font-size: 1.12rem; letter-spacing: -.025em; }
.dtp-safety-list p { max-width: 46rem; margin: 0; color: var(--dtp-muted); font-size: .9rem; }

.dtp-process { background: var(--dtp-bg); }
.dtp-process-grid { display: grid; align-items: start; gap: 14px; }
.dtp-process-lead { display: flex; min-height: 260px; flex-direction: column; justify-content: flex-end; padding: 24px; border-radius: var(--dtp-radius); color: #fff; background: #303236; }
.dtp-process-lead .dtp-icon-box { margin-bottom: auto; }
.dtp-process-lead h3 { max-width: 16ch; margin: 6px 0 10px; color: #fff; font-size: 1.55rem; }
.dtp-process-lead > p:last-child { margin: 0; color: rgba(255, 255, 255, .86); font-size: .92rem; }
.dtp-process-time { margin: 28px 0 0; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dtp-process-list { margin: 0; padding: 4px 20px; border: 1px solid var(--dtp-line); border-radius: var(--dtp-radius); background: var(--dtp-paper); list-style: none; }
.dtp-process-list li { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 14px; padding: 24px 0; border-bottom: 1px solid var(--dtp-line); }
.dtp-process-list li:last-child { border-bottom: 0; }
.dtp-step-icon { display: grid; width: 38px; height: 38px; margin-top: -6px; place-items: center; border: 1px solid rgba(239, 49, 36, .13); border-radius: 12px; color: var(--dtp-red); background: var(--dtp-red-soft); }
.dtp-step-icon .dtp-svg-icon { width: 20px; height: 20px; }
.dtp-process-list strong { display: block; margin-bottom: 6px; color: var(--dtp-ink); font-size: 1rem; }
.dtp-process-list p { margin: 0; color: var(--dtp-muted); font-size: .86rem; }
.dtp-process-list small { grid-column: 2; color: var(--dtp-red); font-size: .72rem; font-weight: 800; text-transform: uppercase; }

.dtp-online { background: var(--dtp-paper); }
.dtp-online__grid { display: grid; gap: 28px; }
.dtp-online__media { overflow: hidden; aspect-ratio: 16 / 9; border-radius: var(--dtp-radius); background: var(--dtp-bg); }
.dtp-online__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.dtp-online__copy { align-self: center; }
.dtp-online h2 { max-width: none; font-size: clamp(1.75rem, 5vw, 2.25rem); }
.dtp-online__copy > p:not(.section-kicker) { max-width: 36rem; margin: 0; color: var(--dtp-muted); }
.dtp-checks { display: grid; gap: 0; margin: 28px 0 0; padding: 0; border-top: 1px solid var(--dtp-line); list-style: none; }
.dtp-checks li { display: flex; min-height: 54px; align-items: center; gap: 12px; border-bottom: 1px solid var(--dtp-line); font-size: .92rem; font-weight: 700; }
.dtp-checks .dtp-svg-icon { width: 21px; height: 21px; color: var(--dtp-red); }

.dtp-guarantee { background: var(--dtp-paper); padding-top: 0 !important; }
.dtp-guarantee__grid { display: grid; gap: 18px; padding: 24px; border: 1px solid #f1c5c1; border-radius: var(--dtp-radius); background: var(--dtp-red-soft); }
.dtp-guarantee h2 { max-width: 22ch; margin-bottom: 10px; font-size: clamp(1.65rem, 7vw, 2.15rem); }
.dtp-guarantee p { max-width: 47rem; margin: 0; color: #6c514f; }

.dtp-contract { background: var(--dtp-bg); }
.dtp-contract details { overflow: hidden; border: 1px solid var(--dtp-line); border-radius: var(--dtp-radius); background: var(--dtp-paper); }
.dtp-contract summary { display: flex; min-height: 110px; align-items: center; justify-content: space-between; gap: 16px; padding: 22px; cursor: pointer; list-style: none; }
.dtp-contract summary::-webkit-details-marker { display: none; }
.dtp-contract-summary { display: flex; min-width: 0; align-items: center; gap: 16px; }
.dtp-contract-summary small { display: block; margin-bottom: 4px; color: var(--dtp-red); font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.dtp-contract-summary strong { display: block; font-size: 1.05rem; line-height: 1.18; }
.dtp-contract-toggle { position: relative; width: 30px; height: 30px; flex: 0 0 auto; border: 1px solid var(--dtp-line); border-radius: 50%; }
.dtp-contract-toggle::before,
.dtp-contract-toggle::after { position: absolute; top: 50%; left: 50%; width: 12px; height: 1.5px; content: ""; background: var(--dtp-ink); transform: translate(-50%, -50%); transition: transform 180ms var(--ease-out); }
.dtp-contract-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.dtp-contract details[open] .dtp-contract-toggle::after { transform: translate(-50%, -50%) rotate(0); }
.dtp-contract__body { max-width: 820px; margin: 0 auto; padding: 8px 22px 34px; color: #4f4f4f; font-size: .9rem; line-height: 1.7; }
.dtp-contract__body header { margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--dtp-line); }
.dtp-contract__body header h2 { max-width: none; margin: 0 0 4px; font-size: 1.35rem; }
.dtp-contract__body header p { margin: 0; }
.dtp-contract__body h3 { margin: 34px 0 14px; font-size: 1rem; line-height: 1.3; }
.dtp-contract__body h4 { margin: 22px 0 10px; font-size: .95rem; }
.dtp-contract__body p { margin: 0 0 12px; }

.dtp-faq { background: var(--dtp-paper); }
.dtp-faq__grid { display: grid; gap: 26px; }
.dtp-faq__grid > div:first-child p { max-width: 25rem; margin: 0; color: var(--dtp-muted); }
.dtp-faq__items { border-top: 1px solid var(--dtp-line); }
.dtp-faq details { border-bottom: 1px solid var(--dtp-line); }
.dtp-faq summary { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 4px; cursor: pointer; font-weight: 760; list-style: none; }
.dtp-faq summary::-webkit-details-marker { display: none; }
.dtp-faq summary::after { color: var(--dtp-red); content: "+"; font-size: 1.45rem; font-weight: 400; transition: transform 180ms var(--ease-out); }
.dtp-faq details[open] summary::after { transform: rotate(45deg); }
.dtp-faq details p { max-width: 42rem; margin: -2px 36px 20px 4px; color: var(--dtp-muted); font-size: .9rem; }

.dtp-final { background: var(--dtp-paper); padding-bottom: 124px !important; }
.dtp-final__grid { display: grid; gap: 24px; padding: 26px; border-radius: var(--dtp-radius); background: var(--dtp-red-soft); }
.dtp-final h2 { max-width: 20ch; margin-bottom: 10px; }
.dtp-final p { max-width: 34rem; margin: 0; color: #6c514f; }
.dtp-final .button { width: 100%; }

.dtp-callbar { position: fixed; z-index: 20; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); left: 12px; display: flex; min-height: 58px; align-items: center; justify-content: center; gap: 10px; border-radius: 16px; color: #fff; background: var(--dtp-red); box-shadow: 0 12px 36px rgba(55, 21, 18, .22); font-weight: 800; text-decoration: none; opacity: 0; transform: translateY(calc(100% + 24px)); pointer-events: none; transition: background-color 150ms ease, opacity 160ms ease, transform 220ms var(--ease-out); }
.dtp-callbar.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.dtp-callbar:active { transform: scale(.98); }
.dtp-callbar .dtp-svg-icon { width: 21px; height: 21px; }

@media (hover: hover) and (pointer: fine) {
    .dtp-safety-list li:hover .dtp-icon-box { color: #fff; background: var(--dtp-red); transform: translateY(-2px); }
    .dtp-callbar:hover { background: var(--dtp-red-dark); }
}

@media (prefers-reduced-motion: reduce) {
    .dtp-icon-box,
    .dtp-callbar,
    .dtp-contract-toggle::before,
    .dtp-contract-toggle::after,
    .dtp-faq summary::after { transition: none; }
    .dtp-callbar { transform: none; transition: opacity 120ms ease, background-color 150ms ease; }
    .dtp-callbar:not(.is-visible) { visibility: hidden; }
    .dtp-callbar.is-visible { transform: none; }
}

@media (min-width: 768px) {
    .dtp-hero__grid { grid-template-columns: .9fr 1.1fr; align-items: stretch; gap: 48px; min-height: 500px; padding: 42px 0 38px; }
    .dtp-hero h1 { max-width: none; font-size: clamp(2.75rem, 3.8vw, 3.1rem); }
    .dtp-hero .button { width: auto; }
    .dtp-hero__media { display: block; min-height: 420px; }
    .dtp-hero__media img { min-height: 420px; }
    .dtp-facts { grid-template-columns: repeat(3, 1fr); gap: 0; padding-bottom: 40px; }
    .dtp-facts div { padding: 20px 24px; border-radius: 0; border-width: 1px 1px 1px 0; background: transparent; }
    .dtp-facts div:first-child { padding-left: 0; border-left: 0; }
    .dtp-facts div:last-child { grid-column: auto; border-right: 0; }
    .dtp-section-head { margin-bottom: 40px; }
    .dtp-safety-list li { grid-template-columns: 64px minmax(0, 1fr); gap: 24px; padding: 28px 0; }
    .dtp-process-grid { grid-template-columns: .76fr 1.24fr; gap: 18px; }
    .dtp-process-lead { min-height: 330px; padding: 30px; }
    .dtp-process-list { padding-inline: 28px; }
    .dtp-process-list li { grid-template-columns: 28px minmax(0, 1fr) auto; align-items: start; gap: 18px; padding: 30px 0; }
    .dtp-process-list small { grid-column: 3; grid-row: 1; padding-top: 3px; }
    .dtp-online__grid { grid-template-columns: 1.08fr .92fr; align-items: center; gap: 64px; }
    .dtp-online__media { aspect-ratio: 4 / 3; }
    .dtp-guarantee__grid { grid-template-columns: 72px 1fr; align-items: center; gap: 30px; padding: 40px; }
    .dtp-contract summary { min-height: 132px; padding: 28px 34px; }
    .dtp-contract__body { padding: 16px 34px 48px; }
    .dtp-faq__grid { grid-template-columns: .78fr 1.22fr; gap: 64px; }
    .dtp-final { padding-bottom: var(--space-section) !important; }
    .dtp-final__grid { grid-template-columns: 1fr auto; align-items: center; gap: 48px; padding: 48px; }
    .dtp-final .button { width: auto; }
    .dtp-callbar { display: none; }
}

@media (min-width: 1100px) {
    .theme-dtp h2 { font-size: 2.8rem; }
    .dtp-hero h1 { font-size: 3.1rem; }
    .dtp-hero__lead { font-size: 1.13rem; }
    .dtp-safety-list { grid-template-columns: repeat(3, 1fr); }
    .dtp-safety-list li { display: flex; min-height: 260px; flex-direction: column; padding: 28px; }
    .dtp-safety-list h3 { margin-top: auto; padding-top: 38px; }
}
