.dm-guides-hub,
.dm-guides-hub *{box-sizing:border-box}

.dm-guides-hub{display:grid;gap:54px;min-width:0}
.dm-hub-section-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:22px;min-width:0}
.dm-hub-section-head>div{min-width:0}
.dm-hub-eyebrow{display:inline-flex;align-items:center;justify-content:center;flex:0 0 38px;height:38px;border-radius:12px;background:var(--dm-accent-soft);color:var(--dm-accent);font-size:12px;font-weight:900;letter-spacing:.06em}
.dm-hub-section-head h2,.dm-hub-services h2,.dm-hub-support h2{margin:0;color:var(--dm-text);font-size:clamp(24px,3vw,36px);line-height:1.15;letter-spacing:-.025em;font-weight:900;overflow-wrap:anywhere}
.dm-hub-section-head p,.dm-hub-services p,.dm-hub-support p{margin:8px 0 0;color:var(--dm-muted);font-size:16px;line-height:1.65;max-width:780px}

.dm-hub-start{padding:28px;border:1px solid rgba(74,77,240,.14);border-radius:22px;background:linear-gradient(135deg,rgba(74,77,240,.07),rgba(255,255,255,.96))}
.dm-hub-start-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}
.dm-hub-start-list li{min-width:0}
.dm-hub-start-list a{display:flex;height:100%;align-items:flex-start;gap:10px;padding:15px;border:1px solid var(--dm-border-soft);border-radius:15px;background:#fff;color:var(--dm-text);font-size:14px;font-weight:800;line-height:1.45;text-decoration:none;overflow-wrap:anywhere;transition:.2s ease}
.dm-hub-start-list a:hover{border-color:rgba(74,77,240,.25);color:var(--dm-accent);transform:translateY(-1px)}
.dm-hub-start-list a span{flex:0 0 auto;color:var(--dm-accent);font-size:11px;letter-spacing:.06em}

.dm-hub-topics{min-width:0}
.dm-hub-topic{padding:28px 0;border-top:1px solid var(--dm-border-soft)}
.dm-hub-topic:first-of-type{padding-top:0;border-top:0}
.dm-hub-topic-head{display:grid;grid-template-columns:minmax(180px,.45fr) minmax(0,1fr);gap:28px;align-items:start;margin-bottom:18px}
.dm-hub-topic-head h3{margin:0;font-size:clamp(22px,2.5vw,30px);line-height:1.2;font-weight:900;letter-spacing:-.02em;overflow-wrap:anywhere}
.dm-hub-topic-head p{margin:0;color:var(--dm-muted);font-size:16px;line-height:1.65}
.dm-hub-card-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}
.dm-hub-card{grid-column:span 4;min-width:0;padding:20px;border:1px solid var(--dm-border-soft);border-radius:18px;background:#fff}
.dm-hub-card-grid .dm-hub-card:nth-last-child(1):nth-child(2),.dm-hub-card-grid .dm-hub-card:nth-last-child(2):nth-child(1){grid-column:span 6}
.dm-hub-chip{display:inline-flex;margin-bottom:11px;padding:5px 9px;border-radius:999px;background:var(--dm-accent-soft);color:var(--dm-accent);font-size:11px;font-weight:850;line-height:1.2}
.dm-hub-card h4{margin:0;font-size:20px;line-height:1.3;font-weight:850;letter-spacing:-.018em;overflow-wrap:anywhere}
.dm-hub-card h4 a{color:var(--dm-text);text-decoration:none}
.dm-hub-card h4 a:hover{color:var(--dm-accent)}
.dm-hub-card p{margin:10px 0 0;color:#4b5563;font-size:14px;line-height:1.6;overflow-wrap:anywhere}
.dm-hub-related{display:inline-flex;align-items:center;gap:8px;margin-top:16px;color:var(--dm-accent);font-size:14px;font-weight:800;text-decoration:none;overflow-wrap:anywhere}
.dm-hub-related:hover{text-decoration:underline}

.dm-hub-path-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.dm-hub-path{min-width:0;padding:20px;border:1px solid var(--dm-border-soft);border-radius:18px;background:#f8fafc}
.dm-hub-path h3{margin:0 0 13px;font-size:18px;line-height:1.35;font-weight:850;overflow-wrap:anywhere}
.dm-hub-steps{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0}
.dm-hub-steps a{display:inline-flex;max-width:100%;padding:7px 10px;border-radius:999px;background:#fff;border:1px solid var(--dm-border-soft);color:var(--dm-text);font-size:13px;font-weight:750;line-height:1.35;text-decoration:none;white-space:normal;overflow-wrap:anywhere}
.dm-hub-steps a:hover{border-color:rgba(74,77,240,.24);color:var(--dm-accent)}
.dm-hub-steps i{flex:0 0 auto;color:var(--dm-muted);font-size:12px}

.dm-hub-services,.dm-hub-support{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 26px;border:1px solid var(--dm-border-soft);border-radius:20px;background:#fff;min-width:0}
.dm-hub-service-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px;min-width:0}
.dm-hub-service-links a,.dm-hub-support>a{display:inline-flex;align-items:center;justify-content:center;gap:8px;max-width:100%;padding:10px 13px;border:1px solid rgba(74,77,240,.18);border-radius:999px;background:var(--dm-accent-soft);color:var(--dm-accent);font-size:13px;font-weight:850;line-height:1.3;text-align:center;text-decoration:none;white-space:normal;overflow-wrap:anywhere}
.dm-hub-service-links a:hover,.dm-hub-support>a:hover{background:rgba(74,77,240,.14)}
.dm-hub-support{background:#f8fafc}

@media (max-width:991.98px){
  .dm-hub-start-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dm-hub-card{grid-column:span 6}
  .dm-hub-services,.dm-hub-support{align-items:flex-start;flex-direction:column}
  .dm-hub-service-links{justify-content:flex-start}
}

@media (max-width:767.98px){
  .dm-guides-hub{gap:42px}
  .dm-hub-start{padding:20px}
  .dm-hub-topic-head{grid-template-columns:1fr;gap:8px}
  .dm-hub-path-grid{grid-template-columns:1fr}
}

@media (max-width:520px){
  .dm-hub-start-list{grid-template-columns:1fr}
  .dm-hub-card{grid-column:span 12!important}
  .dm-hub-start,.dm-hub-card,.dm-hub-path,.dm-hub-services,.dm-hub-support{min-width:0;max-width:100%;overflow-wrap:anywhere}
  .dm-hub-services,.dm-hub-support{padding:20px}
  .dm-hub-service-links{width:100%;display:grid;grid-template-columns:1fr}
  .dm-hub-service-links a,.dm-hub-support>a{width:100%;border-radius:14px}
  .dm-hub-steps{align-items:stretch;flex-direction:column}
  .dm-hub-steps a{width:100%;border-radius:12px}
  .dm-hub-steps i{transform:rotate(90deg);align-self:center}
}
