.dt-trk-main{display: grid;grid-template-columns: 1fr 380px;gap: var(--dt-layout-gap-mobile);align-items: start}.dt-trk-form-wrap .woocommerce-form-row{margin-bottom: var(--dt-card-gap)}.dt-trk-form-wrap .woocommerce-form-row label{font-size: var(--fm-type-label);font-weight: 600;color: var(--fm-color-text);display: block;margin-bottom: 7px}.dt-trk-form-wrap .woocommerce-form-row input{width: 100%;min-height: var(--fm-input-height);padding-inline: var(--fm-input-padding-x);border: 1px solid var(--fm-color-line);border-radius: var(--dt-radius-sm);font-family: var(--fm-font-body);font-size: var(--fm-type-input);color: var(--fm-color-text);background: var(--fm-color-surface);transition: border-color .2s,box-shadow .2s}.dt-trk-form-wrap .woocommerce-form-row input:focus{outline: none;border-color: var(--fm-color-accent);box-shadow: 0 0 0 3px color-mix(in srgb,var(--fm-color-accent) 12%,transparent)}.dt-trk-form-wrap .woocommerce-Button,.dt-trk-form-wrap button[type="submit"]{display: inline-flex;align-items: center;gap: 8px;min-height: var(--fm-control-height);padding-inline: var(--fm-button-padding-x);background: var(--fm-color-accent);color: var(--fm-white);font-family: var(--fm-font-body);font-size: var(--fm-type-button);font-weight: 700;border: none;border-radius: var(--dt-radius-sm);cursor: pointer;transition: background .2s,transform .15s}.dt-trk-form-wrap .woocommerce-Button:hover,.dt-trk-form-wrap button[type="submit"]:hover{background: var(--fm-color-accent-strong);transform: translateY(-1px)}.dt-trk-form-wrap .woocommerce-table--order-details{width: 100%;border-collapse: collapse;margin-top: 24px;font-size: var(--fm-type-body-sm)}.dt-trk-form-wrap .woocommerce-table--order-details th,.dt-trk-form-wrap .woocommerce-table--order-details td{padding: 10px 14px;border-bottom: 1px solid var(--fm-color-line);text-align: left}.dt-trk-form-wrap .woocommerce-table--order-details th{font-weight: 700;color: var(--fm-color-text);background: var(--fm-color-accent-soft)}.dt-trk-help{display: flex;flex-direction: column;gap: var(--dt-card-gap)}.dt-trk-help__block{background: var(--fm-color-surface);border: 1px solid var(--fm-color-line);border-radius: var(--fm-radius-lg);padding: var(--dt-card-padding)}.dt-trk-help__title{font-size: var(--dt-type-card-title);font-weight: 800;color: var(--fm-color-text);margin: 0 0 var(--fm-form-gap);line-height: var(--fm-leading-h4)}.dt-trk-help__items{display: flex;flex-direction: column;gap: var(--fm-form-gap)}.dt-trk-help__item{display: flex;align-items: flex-start;gap: 12px}.dt-trk-help__icon-wrap{width: 36px;height: 36px;min-width: 36px;border-radius: var(--dt-radius-sm);background: var(--fm-color-accent-soft);border: 1px solid var(--fm-color-line);display: flex;align-items: center;justify-content: center;flex-shrink: 0}.dt-trk-help__icon{width: 16px;height: 16px;color: var(--fm-color-accent)}.dt-trk-help__item strong{display: block;font-size: var(--dt-type-meta);font-weight: 700;color: var(--fm-color-text);margin-bottom: 2px}.dt-trk-help__item span{font-size: var(--dt-type-meta);color: var(--fm-color-muted);line-height: 1.5}.dt-trk-help__desc{font-size: var(--dt-type-meta);color: var(--fm-color-muted);line-height: 1.6;margin: 0 0 var(--fm-form-gap)}.dt-trk-help__actions{display: flex;gap: 10px;flex-wrap: wrap}.dt-trk-help__actions .btn{font-size: var(--dt-type-meta);padding: 10px 18px;display: inline-flex;align-items: center;gap: 7px}.dt-trk-help__actions .dt-btn-icon{width: 15px;height: 15px}.dt-trk-trust{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;gap: 0}.dt-trk-trust__item{display: flex;align-items: center;gap: var(--fm-form-gap);padding: var(--fm-card-padding-sm) var(--dt-card-padding-lg);flex: 1;min-width: 200px;justify-content: center}.dt-trk-trust__icon{width: 22px;height: 22px;color: var(--fm-color-accent);flex-shrink: 0}.dt-trk-trust__item strong{display: block;font-size: var(--dt-type-meta);font-weight: 700;color: var(--fm-color-text)}.dt-trk-trust__item span{font-size: var(--dt-type-meta);color: var(--fm-color-muted)}.dt-trk-trust__divider{width: 1px;height: 48px;background: var(--fm-color-line);flex-shrink: 0}@media (max-width: 1023px){.dt-trk-main{grid-template-columns: 1fr;gap: var(--dt-card-gap)}.dt-trk-trust__divider{display: none}.dt-trk-trust{gap: var(--fm-form-gap)}.dt-trk-trust__item{padding: var(--fm-card-padding-sm) var(--fm-form-gap)}}@media (max-width: 640px){.dt-trk-trust{flex-direction: column;align-items: flex-start}.dt-trk-trust__item{justify-content: flex-start}.dt-trk-help__actions{flex-direction: column}.dt-trk-help__actions .btn{width: 100%;justify-content: center}}