/* ═══════════════════════════════════════════════════════════════════════════
   👑 DT BRAND'S & JAI HANUMAN TEX — MASTER POLICY & CONTACT LUXURY DESIGN SYSTEM
   TailAdmin Sharp Inter & Plus Jakarta Sans Typography + Heritage Gold (#8A681F / #D4AF37)
   100% Zero-Overflow Fluid Responsive Mobile & Tablet Auto-Sizing Standard
   ═══════════════════════════════════════════════════════════════════════════ */

:root {
    --dt-gold: #8A681F;
    --dt-gold-radiant: #D4AF37;
    --dt-gold-light: #F5D77F;
    --dt-gold-pale: #FAF5E8;
    --dt-cream-bg: #FDFBF7;
    --dt-dark-obsidian: #14110E;
    --dt-dark-velvet: #1C1814;
    --dt-text-main: #1F2937;
    --dt-text-dark: #111827;
    --dt-text-muted: #64748B;
    --dt-emerald: #15803D;
    --dt-emerald-glow: #16A34A;
    --dt-border-subtle: rgba(212, 175, 55, 0.22);
    --dt-card-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

*, *::before, *::after {
    box-sizing: border-box !important;
}

html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

body {
    background-color: var(--dt-cream-bg, #FDFBF7);
    color: var(--dt-text-main, #1F2937);
    font-family: 'Inter', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    letter-spacing: -0.011em;
}

.dt-policy-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

@property --dt-border-angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

@keyframes dtBorderRotate {
    to {
        --dt-border-angle: 360deg;
    }
}

@keyframes dtGoldPlatinumRun {
    to {
        --dt-border-angle: 360deg;
    }
}

@keyframes dtAdminAmbientGlow {
    0% {
        background-position: 0% 0%, 100% 100%, 50% 0%, 0% 0%;
    }
    50% {
        background-position: 100% 50%, 0% 50%, 0% 100%, 0% 0%;
    }
    100% {
        background-position: 0% 0%, 100% 100%, 50% 0%, 0% 0%;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   🏛️ 1. MASTER LUXURY HERO BANNER
   ═══════════════════════════════════════════════════════════════════════════ */
.dt-policy-hero {
    position: relative;
    background:
        radial-gradient(ellipse at 15% 40%, rgba(212, 175, 55, 0.4) 0%, transparent 65%),
        radial-gradient(ellipse at 85% 60%, rgba(245, 208, 92, 0.3) 0%, transparent 60%),
        radial-gradient(ellipse at 50% 10%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        linear-gradient(135deg, rgba(28, 22, 14, 0.98) 0%, rgba(42, 32, 18, 0.96) 50%, rgba(20, 16, 10, 0.98) 100%);
    background-size: 200% 200%, 200% 200%, 200% 200%, 100% 100%;
    animation: dtAdminAmbientGlow 10s ease-in-out infinite alternate;
    border-bottom: 2px solid #8A681F;
    padding: 38px 16px 42px;
    text-align: center;
    color: #FAF5E8;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.dt-policy-hero-inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.dt-policy-breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #CBD5E1;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 4px 10px;
    border-radius: 20px;
    backdrop-filter: blur(8px);
    max-width: 100%;
    box-sizing: border-box;
}

.dt-policy-breadcrumb a {
    color: #F5D77F;
    text-decoration: none;
    transition: color 0.2s ease;
}

.dt-policy-breadcrumb a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.dt-policy-breadcrumb span.sep {
    color: rgba(212, 175, 55, 0.5);
    font-size: 0.65rem;
}

.dt-policy-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.25) 0%, rgba(138, 104, 31, 0.4) 100%);
    border: 1px solid #D4AF37;
    color: #F5D77F;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 30px;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    max-width: 100%;
    box-sizing: border-box;
}

.dt-policy-title {
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: 0.02em;
    margin: 0 0 8px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    word-break: break-word;
}

.dt-policy-title span.gold {
    background: linear-gradient(135deg, #F5D77F 0%, #D4AF37 50%, #B8860B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dt-policy-subtitle {
    font-size: 0.86rem;
    color: #CBD5E1;
    max-width: 680px;
    margin: 0 auto 14px;
    line-height: 1.5;
    font-weight: 400;
}

.dt-policy-meta-strip {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    font-size: 0.70rem;
    color: #94A3B8;
    max-width: 100%;
    box-sizing: border-box;
}

.dt-policy-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #FAF5E8;
    white-space: nowrap;
}

.dt-policy-meta-item svg {
    stroke: #D4AF37;
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════════════════════
   📄 2. MAIN LAYOUT & SIDEBAR QUICK JUMP
   ═══════════════════════════════════════════════════════════════════════════ */
.dt-policy-main-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 28px auto 60px;
    padding: 0 16px;
    box-sizing: border-box;
}

.dt-policy-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 24px;
    align-items: start;
    width: 100%;
    box-sizing: border-box;
}

/* Sidebar Quick Nav */
.dt-policy-sidebar {
    position: sticky;
    top: 90px;
    background: #FFFFFF;
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 12px;
    padding: 16px 14px;
    box-shadow: var(--dt-card-shadow);
    box-sizing: border-box;
    width: 100%;
}

.dt-sidebar-heading {
    font-family: 'Cinzel', serif;
    font-size: 0.82rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    display: flex;
    align-items: center;
    gap: 6px;
}

.dt-sidebar-heading svg {
    stroke: #8A681F;
    flex-shrink: 0;
}

.dt-sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dt-sidebar-nav li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 9px;
    font-size: 0.76rem;
    font-weight: 600;
    color: #475569;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.dt-sidebar-nav li a:hover,
.dt-sidebar-nav li a.active {
    background: var(--dt-gold-pale, #FAF5E8);
    color: #8A681F;
    font-weight: 700;
    transform: translateX(2px);
}

.dt-sidebar-nav li a svg {
    stroke: rgba(212, 175, 55, 0.5);
    flex-shrink: 0;
    transition: transform 0.2s ease, stroke 0.2s ease;
}

.dt-sidebar-nav li a:hover svg,
.dt-sidebar-nav li a.active svg {
    stroke: #8A681F;
    transform: translateX(2px);
}

/* Sidebar Concierge Box */
.dt-sidebar-concierge {
    margin-top: 14px;
    padding: 12px;
    background: linear-gradient(135deg, #1C1814 0%, #14110E 100%);
    border: 1px solid #8A681F;
    border-radius: 10px;
    color: #FAF5E8;
    text-align: center;
    box-sizing: border-box;
}

.dt-sidebar-concierge h4 {
    font-size: 0.80rem;
    font-weight: 800;
    color: #D4AF37;
    margin: 0 0 3px;
}

.dt-sidebar-concierge p {
    font-size: 0.68rem;
    color: #94A3B8;
    margin: 0 0 8px;
    line-height: 1.35;
}

/* ═══════════════════════════════════════════════════════════════════════════
   📦 3. STRUCTURED POLICY CONTENT CARDS
   ═══════════════════════════════════════════════════════════════════════════ */
.dt-policy-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.dt-policy-card {
    background: #FFFFFF;
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 12px;
    padding: 22px 20px;
    box-shadow: var(--dt-card-shadow);
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    scroll-margin-top: 90px;
    width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-break: break-word;
}

.dt-policy-card:hover {
    border-color: #D4AF37;
    box-shadow: 0 6px 22px rgba(138, 104, 31, 0.08);
}

.dt-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.dt-card-num-badge {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    background: linear-gradient(135deg, #FAF5E8 0%, #F5ECCE 100%);
    border: 1.2px solid #D4AF37;
    color: #705114;
    font-family: 'Cinzel', serif;
    font-size: 0.80rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 5px rgba(138, 104, 31, 0.12);
}

.dt-card-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #111827;
    margin: 0;
    letter-spacing: -0.01em;
    word-break: break-word;
}

.dt-policy-card p {
    font-size: 0.86rem;
    line-height: 1.6;
    color: #334155;
    margin: 0 0 10px;
}

.dt-policy-card p:last-child {
    margin-bottom: 0;
}

.dt-policy-card ul, .dt-policy-card ol {
    margin: 8px 0 12px 16px;
    padding: 0;
    color: #334155;
    font-size: 0.86rem;
    line-height: 1.6;
}

.dt-policy-card li {
    margin-bottom: 5px;
}

/* Callout Highlight Box */
.dt-policy-callout {
    background: var(--dt-gold-pale, #FAF5E8);
    border-left: 3.5px solid #D4AF37;
    border-radius: 0 8px 8px 0;
    padding: 12px 14px;
    margin: 12px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    box-sizing: border-box;
    width: 100%;
}

.dt-callout-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #8A681F;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.dt-callout-icon svg {
    stroke: #FFFFFF;
}

.dt-callout-text {
    font-size: 0.80rem;
    color: #5A4210;
    line-height: 1.45;
    font-weight: 500;
    flex: 1;
}

.dt-callout-text strong {
    color: #2A1D06;
    font-weight: 800;
}

/* Button Row Container */
.dt-card-btn-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
    width: 100%;
    box-sizing: border-box;
}

/* ═══════════════════════════════════════════════════════════════════════════
   💬 4. BUTTONS & ACTIONS
   ═══════════════════════════════════════════════════════════════════════════ */
.dt-btn-gold {
    background: linear-gradient(135deg, #B8860B 0%, #D4AF37 50%, #E6CA65 100%);
    border: 1px solid #8A681F;
    color: #111827;
    font-weight: 800;
    letter-spacing: -0.011em;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 2px 8px rgba(184,134,11,0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.80rem;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.dt-btn-gold:hover {
    background: linear-gradient(135deg, #C59312 0%, #DFC04E 50%, #F0D77B 100%);
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 4px 14px rgba(184,134,11,0.48);
}

.dt-btn-emerald {
    background: linear-gradient(135deg, #15803D 0%, #16A34A 50%, #22C55E 100%);
    border: 1.2px solid #D4AF37;
    color: #FFFFFF;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.80rem;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.dt-btn-emerald:hover {
    background: linear-gradient(135deg, #16A34A 0%, #22C55E 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(22, 163, 74, 0.55);
    color: #FFFFFF;
}

.dt-btn-pale {
    background: #FAF5E8;
    border: 1px solid #D4AF37;
    color: #705114;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.76rem;
    cursor: pointer;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.dt-btn-pale:hover {
    background: #F5ECCE;
    color: #5A4210;
    border-color: #8A681F;
    transform: translateY(-1px);
}

/* ═══════════════════════════════════════════════════════════════════════════
   🏛️ 5. CONTACT ATELIER SPECIAL STYLING
   ═══════════════════════════════════════════════════════════════════════════ */
.dt-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
    width: 100%;
    box-sizing: border-box;
}

.dt-contact-hub-card {
    background: #FFFFFF;
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 12px;
    padding: 20px 16px;
    box-shadow: var(--dt-card-shadow);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.25s ease;
    box-sizing: border-box;
    width: 100%;
}

.dt-contact-hub-card:hover {
    border-color: #D4AF37;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(138, 104, 31, 0.12);
}

.dt-hub-icon-wrap {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: linear-gradient(135deg, #FAF5E8 0%, #F5ECCE 100%);
    border: 1.5px solid #D4AF37;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    box-shadow: 0 2px 6px rgba(138, 104, 31, 0.12);
    flex-shrink: 0;
}

.dt-hub-icon-wrap svg {
    stroke: #8A681F;
}

.dt-hub-title {
    font-size: 0.98rem;
    font-weight: 800;
    color: #111827;
    margin: 0 0 4px;
}

.dt-hub-desc {
    font-size: 0.78rem;
    color: #64748B;
    line-height: 1.4;
    margin: 0 0 12px;
    flex: 1;
}

.dt-hub-value {
    font-size: 0.82rem;
    font-weight: 800;
    color: #8A681F;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    word-break: break-word;
}

.dt-hub-value:hover {
    color: #B8860B;
    text-decoration: underline;
}

/* Contact Form Card & Field Icons */
.dt-contact-form-card {
    background: #FFFFFF;
    border: 1px solid rgba(212, 175, 55, 0.28);
    border-radius: 12px;
    padding: 22px 18px;
    box-shadow: var(--dt-card-shadow);
    width: 100%;
    box-sizing: border-box;
}

.dt-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 12px;
    width: 100%;
    box-sizing: border-box;
}

.dt-form-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    box-sizing: border-box;
}

.dt-form-group.full {
    grid-column: 1 / -1;
}

.dt-form-label {
    font-size: 0.72rem;
    font-weight: 700;
    color: #334155;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    display: flex;
    align-items: center;
    gap: 2px;
}

.dt-req-star {
    color: #B8860B;
    font-weight: 800;
}

.dt-input-icon-wrap {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.dt-field-icon {
    position: absolute;
    left: 12px;
    pointer-events: none;
    z-index: 2;
    stroke: #8A681F;
    opacity: 0.85;
}

.dt-form-input,
.dt-form-textarea,
.dt-form-select {
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    font-size: 0.82rem;
    color: #111827;
    background: #FFFFFF;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    box-sizing: border-box;
    font-family: inherit;
    transition: all 0.2s ease;
}

.dt-form-input.with-icon,
.dt-form-select.with-icon {
    padding-left: 36px;
}

.dt-form-textarea {
    height: auto;
    min-height: 80px;
    resize: vertical;
    line-height: 1.45;
}

.dt-form-input::placeholder,
.dt-form-textarea::placeholder {
    color: #94A3B8;
    font-size: 0.78rem;
}

/* Actions & Full-Width Submit Button */
.dt-form-actions-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
}

.dt-form-submit-btn {
    width: 100%;
    height: 44px;
    font-size: 0.84rem;
    font-weight: 800;
    border-radius: 10px;
    border: 1.5px solid #D4AF37;
    background: linear-gradient(135deg, #15803D 0%, #16A34A 50%, #22C55E 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 16px rgba(22, 163, 74, 0.35);
    cursor: pointer;
    transition: all 0.25s ease;
}

.dt-form-submit-btn:hover {
    background: linear-gradient(135deg, #16A34A 0%, #22C55E 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.5);
}

.dt-form-trust-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 0.68rem;
    color: #64748B;
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 20px;
    padding: 6px 12px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.dt-trust-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #16A34A;
    box-shadow: 0 0 6px #16A34A;
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════════════════════
   ✨ 6. FORM FOCUS STANDARD (ANIMATED GOLD & PLATINUM RUNNING LINE)
   ═══════════════════════════════════════════════════════════════════════════ */
.dt-form-input:focus,
.dt-form-textarea:focus,
.dt-form-select:focus {
    outline: none !important;
    border: 2px solid transparent !important;
    background: linear-gradient(#FFFFFF, #FFFFFF) padding-box,
                conic-gradient(from var(--dt-border-angle), #D4AF37 0deg, #FFFFFF 60deg, #E2E8F0 120deg, #D4AF37 180deg, #FFFFFF 240deg, #B8860B 300deg, #D4AF37 360deg) border-box !important;
    animation: dtGoldPlatinumRun 2s linear infinite !important;
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.4) !important;
    color: #111827 !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   📱 7. FLUID MOBILE & TABLET AUTO-SIZING (ZERO RIGHT-SIDE OVERFLOW)
   ═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .dt-policy-hero {
        padding: 28px 14px 32px;
    }
    .dt-policy-title {
        font-size: 1.55rem;
    }
    .dt-policy-subtitle {
        font-size: 0.78rem;
    }
    .dt-policy-layout {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .dt-policy-sidebar {
        position: static;
        padding: 10px;
        border-radius: 8px;
        overflow: hidden;
    }
    .dt-sidebar-heading {
        margin-bottom: 6px;
        padding-bottom: 4px;
        font-size: 0.74rem;
    }
    .dt-sidebar-nav {
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
        gap: 6px;
        width: 100%;
        scrollbar-width: none;
    }
    .dt-sidebar-nav::-webkit-scrollbar {
        display: none;
    }
    .dt-sidebar-nav li {
        flex-shrink: 0;
    }
    .dt-sidebar-nav li a {
        padding: 5px 8px;
        font-size: 0.70rem;
        background: #F8FAFC;
        border: 1px solid #E2E8F0;
        white-space: nowrap;
    }
    .dt-sidebar-concierge {
        display: none;
    }
}

@media (max-width: 640px) {
    .dt-form-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media (max-width: 600px) {
    .dt-policy-main-wrap {
        padding: 0 10px;
        margin: 16px auto 36px;
    }
    .dt-policy-card {
        padding: 16px 12px;
        border-radius: 8px;
    }
    .dt-card-title {
        font-size: 0.94rem;
    }
    .dt-policy-card p {
        font-size: 0.80rem;
        line-height: 1.5;
    }
    .dt-policy-card ul, .dt-policy-card ol {
        margin-left: 14px;
        font-size: 0.80rem;
    }
    .dt-policy-callout {
        padding: 10px 12px;
    }
    .dt-callout-text {
        font-size: 0.75rem;
    }
    .dt-contact-form-card {
        padding: 16px 12px;
        border-radius: 8px;
    }

    /* Full-width fluid buttons on mobile */
    .dt-card-btn-row {
        flex-direction: column !important;
        gap: 8px !important;
        width: 100% !important;
    }
    .dt-card-btn-row a,
    .dt-card-btn-row button,
    .dt-contact-hub-card a,
    .dt-policy-card a.dt-btn-gold,
    .dt-policy-card a.dt-btn-emerald,
    .dt-policy-card a.dt-btn-pale {
        width: 100% !important;
        box-sizing: border-box !important;
        text-align: center !important;
        justify-content: center !important;
    }
}
