/**
 * משכנתא פרו - Digital Tools Shared Design System
 * Consistent UI/UX across all tool pages
 * v2.0 — Feb 2026
 */

/* ========== BASE ========== */
* { font-family: 'Heebo', sans-serif; }
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* ========== HEADER / NAV ========== */
.dt-header {
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    position: sticky;
    top: 0;
    z-index: 50;
}

.dt-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dt-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}

.dt-logo-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 17px;
    box-shadow: 0 4px 14px rgba(59,130,246,0.25);
    transition: all 0.3s ease;
}

.dt-logo:hover .dt-logo-icon {
    box-shadow: 0 6px 20px rgba(59,130,246,0.35);
    transform: translateY(-1px);
}

.dt-logo-text {
    font-size: 20px;
    font-weight: 800;
    color: #1e293b;
}

.dt-logo-text span {
    color: #2563eb;
}

.dt-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dt-nav a {
    padding: 8px 16px;
    color: #64748b;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    border-radius: 10px;
    transition: all 0.2s;
}

.dt-nav a:hover {
    color: #2563eb;
    background: #eff6ff;
}

.dt-nav-cta {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    color: white !important;
    font-weight: 700 !important;
    padding: 10px 24px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(37,99,235,0.25);
    transition: all 0.2s !important;
}

.dt-nav-cta:hover {
    box-shadow: 0 6px 20px rgba(37,99,235,0.35) !important;
    transform: translateY(-1px);
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%) !important;
}

/* Mobile nav toggle */
.dt-nav-toggle {
    display: none;
    background: none;
    border: 1px solid #e2e8f0;
    font-size: 22px;
    color: #1e293b;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 12px;
    transition: all 0.2s;
    min-height: 44px;
    min-width: 44px;
    align-items: center;
    justify-content: center;
}
.dt-nav-toggle:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

@media (max-width: 768px) {
    .dt-nav { display: none; }
    .dt-nav.open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        padding: 0.75rem;
        box-shadow: 0 12px 40px rgba(0,0,0,0.12);
        border-top: 1px solid #f1f5f9;
        animation: slideDown 0.3s cubic-bezier(0.32, 0.72, 0, 1);
        gap: 2px;
        z-index: 50;
    }
    .dt-nav.open a {
        padding: 14px 16px;
        border-radius: 12px;
        font-size: 15px;
        min-height: 48px;
        display: flex;
        align-items: center;
    }
    .dt-nav.open a:hover {
        background: #eff6ff;
    }
    .dt-nav-toggle { display: flex; }
    .dt-header-inner { padding: 10px 16px; }
    /* Prevent iOS zoom on focus */
    .dt-input, input, select, textarea { font-size: 16px !important; }
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ========== BREADCRUMBS ========== */
.dt-breadcrumbs {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 12px 20px;
    font-size: 13px;
    color: #94a3b8;
}

.dt-breadcrumbs-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.dt-breadcrumbs a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s;
}

.dt-breadcrumbs a:hover {
    color: #2563eb;
}

.dt-breadcrumbs .separator {
    color: #cbd5e1;
}

.dt-breadcrumbs .current {
    color: #1e293b;
    font-weight: 600;
}

/* ========== HERO ========== */
.dt-hero {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #3b82f6 100%);
    color: white;
    padding: 64px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.dt-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.dt-hero-inner {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.dt-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 999px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
    animation: fadeInDown 0.6s ease-out;
}

.dt-hero h1 {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 16px;
    animation: fadeInDown 0.6s ease-out 0.1s both;
}

.dt-hero h1 .accent {
    color: #fbbf24;
}

.dt-hero .subtitle {
    font-size: 20px;
    color: rgba(255,255,255,0.85);
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.6;
    animation: fadeInDown 0.6s ease-out 0.2s both;
}

.dt-hero-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    animation: fadeInUp 0.6s ease-out 0.3s both;
}

@media (max-width: 640px) {
    .dt-hero { padding: 48px 16px; }
    .dt-hero h1 { font-size: 32px; }
    .dt-hero .subtitle { font-size: 17px; }
}

/* ========== BUTTONS ========== */
.dt-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 14px;
    padding: 14px 32px;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    border: none;
    line-height: 1.4;
}

.dt-btn-primary {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: white;
    box-shadow: 0 4px 16px rgba(37,99,235,0.3);
}

.dt-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37,99,235,0.4);
}

.dt-btn-green {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    color: white;
    box-shadow: 0 4px 16px rgba(5,150,105,0.3);
}

.dt-btn-green:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(5,150,105,0.4);
}

.dt-btn-white {
    background: white;
    color: #2563eb;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.dt-btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.dt-btn-ghost {
    background: transparent;
    color: white;
    border: 2px solid rgba(255,255,255,0.4);
}

.dt-btn-ghost:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.6);
}

.dt-btn-lg {
    padding: 16px 40px;
    font-size: 18px;
    border-radius: 16px;
}

.dt-btn-block {
    width: 100%;
    justify-content: center;
}

.dt-btn-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* ========== CARDS ========== */
.dt-card {
    background: white;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.dt-card:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    transform: translateY(-4px);
    border-color: #bfdbfe;
}

.dt-card-body {
    padding: 28px;
}

.dt-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 16px;
    transition: transform 0.3s;
}

.dt-card:hover .dt-card-icon {
    transform: scale(1.1) rotate(-3deg);
}

.dt-card-title {
    font-size: 20px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 8px;
}

.dt-card-desc {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 16px;
}

/* ========== PRICING ========== */
.dt-price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.dt-price-original {
    font-size: 15px;
    color: #94a3b8;
    text-decoration: line-through;
}

.dt-price-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    color: #166534;
    padding: 6px 14px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 16px;
    border: 1px solid #86efac;
}

/* ========== FEATURES CHECK LIST ========== */
.dt-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.dt-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #475569;
}

.dt-feature-icon {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #dcfce7;
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    flex-shrink: 0;
}

/* ========== BADGES ========== */
.dt-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 4px;
}

.dt-badge-hot {
    background: linear-gradient(135deg, #ef4444, #f97316);
    color: white;
    box-shadow: 0 2px 8px rgba(239,68,68,0.3);
}

.dt-badge-popular {
    background: linear-gradient(135deg, #8b5cf6, #6366f1);
    color: white;
    box-shadow: 0 2px 8px rgba(139,92,246,0.3);
}

.dt-badge-new {
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    color: white;
    box-shadow: 0 2px 8px rgba(6,182,212,0.3);
}

.dt-badge-soon {
    background: #f1f5f9;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

/* ========== STATS BAR ========== */
.dt-stats {
    background: white;
    border-bottom: 1px solid #f1f5f9;
    padding: 24px 20px;
}

.dt-stats-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
}

.dt-stat-number {
    font-size: 28px;
    font-weight: 900;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dt-stat-number.green { background: linear-gradient(135deg, #059669, #10b981); -webkit-background-clip: text; background-clip: text; }
.dt-stat-number.purple { background: linear-gradient(135deg, #7c3aed, #8b5cf6); -webkit-background-clip: text; background-clip: text; }
.dt-stat-number.orange { background: linear-gradient(135deg, #d97706, #f59e0b); -webkit-background-clip: text; background-clip: text; }

.dt-stat-label {
    font-size: 13px;
    color: #94a3b8;
    font-weight: 500;
    margin-top: 4px;
}

@media (max-width: 640px) {
    .dt-stats-inner { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .dt-stat-number { font-size: 24px; }
}

/* ========== SECTION ========== */
.dt-section {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.dt-section-header {
    text-align: center;
    margin-bottom: 48px;
}

.dt-section-title {
    font-size: 36px;
    font-weight: 900;
    color: #1e293b;
    margin: 0 0 12px;
}

.dt-section-subtitle {
    font-size: 18px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

@media (max-width: 640px) {
    .dt-section { padding: 48px 16px; }
    .dt-section-title { font-size: 28px; }
}

/* ========== PRODUCT GRID ========== */
.dt-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 1024px) { .dt-product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .dt-product-grid { grid-template-columns: 1fr; gap: 16px; } }

/* ========== HOW IT WORKS ========== */
.dt-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    counter-reset: step;
}

.dt-step {
    text-align: center;
    position: relative;
}

.dt-step-number {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 900;
    margin: 0 auto 20px;
    color: white;
    position: relative;
}

.dt-step-number::after {
    content: '';
    position: absolute;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    top: -4px;
    left: -4px;
    border-radius: 22px;
    border: 2px dashed currentColor;
    opacity: 0.2;
}

.dt-step-title {
    font-size: 18px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 8px;
}

.dt-step-desc {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .dt-steps { grid-template-columns: 1fr; gap: 32px; }
}

/* ========== CTA SECTION ========== */
.dt-cta {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #3b82f6 100%);
    color: white;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.dt-cta::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    top: -100px;
    right: -100px;
}

.dt-cta::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    bottom: -50px;
    left: -50px;
}

.dt-cta-inner {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.dt-cta h2 {
    font-size: 36px;
    font-weight: 900;
    margin: 0 0 16px;
}

.dt-cta p {
    font-size: 18px;
    color: rgba(255,255,255,0.85);
    margin: 0 0 32px;
}

/* ========== FOOTER ========== */
.dt-footer {
    background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
    color: #94a3b8;
    padding: 56px 20px 36px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.dt-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
}

.dt-footer-brand {
    font-size: 20px;
    font-weight: 900;
    color: white;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dt-footer-brand i {
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
}

.dt-footer-desc {
    font-size: 14px;
    line-height: 1.8;
    max-width: 300px;
}

.dt-footer-col h4 {
    color: white;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 16px;
}

.dt-footer-col a {
    display: block;
    color: #94a3b8;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 0;
    transition: color 0.2s;
}

.dt-footer-col a:hover {
    color: #60a5fa;
}

.dt-footer-bottom {
    max-width: 1200px;
    margin: 32px auto 0;
    padding-top: 24px;
    border-top: 1px solid #1e293b;
    text-align: center;
    font-size: 13px;
}

@media (max-width: 768px) {
    .dt-footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 480px) {
    .dt-footer-inner { grid-template-columns: 1fr; }
}

/* ========== FORM INPUTS ========== */
.dt-input {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    background: #f8fafc;
    transition: all 0.2s;
    color: #1e293b;
}

.dt-input:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37,99,235,0.1);
    background: white;
}

.dt-input::placeholder {
    color: #94a3b8;
}

.dt-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 8px;
}

.dt-input-group {
    margin-bottom: 20px;
}

/* ========== CALCULATOR CARD ========== */
.dt-calc-card {
    background: white;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.dt-calc-header {
    padding: 20px 28px;
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    border-bottom: 1px solid #bae6fd;
    font-weight: 700;
    font-size: 18px;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dt-calc-body {
    padding: 28px;
}

.dt-calc-result {
    padding: 24px;
    border-radius: 16px;
    text-align: center;
}

.dt-calc-result-value {
    font-size: 36px;
    font-weight: 900;
    color: #059669;
}

.dt-calc-result-label {
    font-size: 14px;
    color: #64748b;
    margin-top: 4px;
}

/* ========== FAQ ACCORDION ========== */
.dt-faq {
    max-width: 800px;
    margin: 0 auto;
}

.dt-faq-item {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.2s;
}

.dt-faq-item:hover {
    border-color: #bfdbfe;
}

.dt-faq-q {
    padding: 20px 24px;
    font-weight: 700;
    font-size: 16px;
    color: #1e293b;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.dt-faq-q::-webkit-details-marker { display: none; }

.dt-faq-q::after {
    content: '+';
    font-size: 24px;
    color: #94a3b8;
    font-weight: 300;
    transition: transform 0.2s;
}

details[open] .dt-faq-q::after {
    content: '−';
    color: #2563eb;
}

details[open] .dt-faq-q {
    color: #2563eb;
    border-bottom: 1px solid #f1f5f9;
}

.dt-faq-a {
    padding: 16px 24px 20px;
    font-size: 15px;
    color: #64748b;
    line-height: 1.8;
}

/* ========== TRUST / SOCIAL PROOF ========== */
.dt-trust-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    padding: 16px;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}

.dt-trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ========== TESTIMONIALS ========== */
.dt-testimonial {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px;
    position: relative;
}

.dt-testimonial::before {
    content: '"';
    font-size: 48px;
    color: #dbeafe;
    position: absolute;
    top: 12px;
    right: 20px;
    font-family: serif;
    line-height: 1;
}

.dt-testimonial-text {
    font-size: 15px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 16px;
    font-style: italic;
}

.dt-testimonial-author {
    font-weight: 700;
    font-size: 14px;
    color: #1e293b;
}

.dt-testimonial-stars {
    color: #fbbf24;
    font-size: 14px;
    margin-bottom: 8px;
}

/* ========== ANIMATIONS ========== */
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes pulse-soft {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.animate-fade-in { animation: fadeIn 0.4s ease-out; }
.animate-fade-in-up { animation: fadeInUp 0.5s ease-out; }
.animate-float { animation: float 3s ease-in-out infinite; }

/* ========== UTILITIES ========== */
.dt-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.dt-container-sm { max-width: 800px; margin: 0 auto; padding: 0 20px; }

.dt-gradient-text {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dt-glass {
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.3);
}

.dt-divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    border-radius: 999px;
    margin: 16px auto;
}

/* Related pages grid */
.dt-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}

.dt-related-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    text-decoration: none;
    color: #1e293b;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s;
}

.dt-related-card:hover {
    border-color: #bfdbfe;
    box-shadow: 0 4px 12px rgba(37,99,235,0.1);
    transform: translateY(-2px);
}

.dt-related-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
