/* ── Dedicated Teams page ── */

/* ── 1. Hero ── */
.dt-hero-wrap {
  position: relative;
  width: 100%;
  min-height: 460px;
  padding-top: 72px;
  overflow: hidden;
  background: var(--voy-bg-cream);
}
.dt-hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.dt-hero-glow {
  position: absolute; top: -60px; right: -40px;
  width: 640px; height: 640px;
  background: radial-gradient(circle, rgba(224,37,37,0.14) 0%, transparent 65%);
  pointer-events: none;
}
.dt-hero-fade {
  position: absolute; bottom: 0; left: 0; right: 0; height: 90px;
  background: linear-gradient(to bottom, transparent, var(--voy-bg-cream));
  pointer-events: none;
}
.dt-hero-container {
  position: relative; z-index: 2;
  max-width: 1440px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.dt-hero-inner { padding: 56px 0 40px 96px; max-width: 640px; flex: 1 1 560px; }
.dt-hero-inner h1 {
  font-family: var(--voy-font-heading);
  font-weight: 800;
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.04;
  color: var(--voy-text-heading);
  margin: 18px 0 22px;
  letter-spacing: -0.025em;
}
.dt-hero-inner h1 em { font-style: normal; color: var(--voy-primary); }
.dt-hero-sub {
  font-family: var(--voy-font-body);
  font-size: 17.5px; font-weight: 400;
  color: var(--voy-text-body);
  line-height: 1.65; max-width: 560px;
  margin-bottom: 36px;
}
.dt-hero-buttons { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }

/* hero right visual */
.dt-hero-visual {
  position: relative; z-index: 2;
  flex: 0 0 auto;
  width: 400px;
  max-width: 40%;
  padding-right: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dt-hero-panel {
  position: relative;
  width: 100%;
  max-width: 360px;
  background: rgba(255,255,255,.97);
  border: 1px solid var(--voy-border);
  border-radius: var(--voy-radius-xl);
  box-shadow: 0 0 40px -18px rgba(224,37,37,.22), 0 24px 54px -20px rgba(60,54,44,.2);
  padding: 22px 24px;
}
.dt-hero-float-chip {
  position: absolute; left: -22px; bottom: -20px; z-index: 3;
  display: flex; align-items: center; gap: 10px;
  background: #FFFFFF; border: 1px solid rgba(224,37,37,.28);
  border-radius: 14px; padding: 11px 16px;
  box-shadow: 0 16px 36px -16px rgba(26,26,23,.3);
}
.dt-hero-float-chip .fc-num { font-family: var(--voy-font-heading); font-weight: 800; font-size: 17px; color: var(--voy-primary); letter-spacing: -.01em; }
.dt-hero-float-chip .fc-lbl { font-size: 11px; color: var(--voy-text-muted); line-height: 1.3; max-width: 110px; }
.dt-hero-ring {
  position: absolute; top: -46px; right: -36px;
  width: 130px; height: 130px; border-radius: 50%;
  border: 1px solid rgba(224,37,37,.18);
  pointer-events: none;
}

/* ── 2. Who we work with ── */
.dt-who-section { background: #FFFFFF; padding: 96px 96px; border-top: 1px solid rgba(0,0,0,0.06); }
.dt-who-inner { max-width: 1360px; margin: 0 auto; }
.dt-who-header { max-width: 680px; margin-bottom: 48px; }
.dt-who-header h2 {
  font-family: var(--voy-font-heading); font-weight: 800;
  font-size: clamp(28px, 3vw, 40px); letter-spacing: -.025em;
  line-height: 1.1; color: var(--voy-text-heading); margin: 14px 0 16px;
}
.dt-who-header p { font-size: 16px; color: var(--voy-text-body); line-height: 1.65; }
.dt-who-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.dt-who-card.dt-who-wide { grid-column: 1 / -1; }
.dt-who-card {
  background: var(--voy-bg-panel-inner);
  border: 1px solid var(--voy-border-light);
  border-radius: var(--voy-radius-lg);
  padding: 24px 22px 26px;
  display: flex; align-items: flex-start; gap: 16px;
  transition: border-color .25s ease, transform .25s cubic-bezier(.22,.8,.36,1), box-shadow .25s ease;
}
.dt-who-card:hover { border-color: rgba(224,37,37,.35); transform: translateY(-3px); box-shadow: 0 14px 30px -16px rgba(26,26,23,.18); }
.dt-who-icon {
  width: 44px; height: 44px; border-radius: 12px; flex: none;
  background: rgba(224,37,37,.08);
  display: flex; align-items: center; justify-content: center;
}
.dt-who-body { flex: 1; min-width: 0; }
.dt-who-title { font-family: var(--voy-font-heading); font-weight: 700; font-size: 16.5px; color: var(--voy-text-heading); line-height: 1.35; }
.dt-who-text { font-size: 13.5px; color: #6A6A5A; line-height: 1.55; margin: 8px 0 0; }

/* ── 3. Engagement models ── */
.dt-engage-section { background: var(--voy-bg-cream); padding: 96px 96px; border-top: 1px solid rgba(0,0,0,0.06); }
.dt-engage-inner { max-width: 1248px; margin: 0 auto; }
.dt-engage-header { text-align: center; max-width: 640px; margin: 0 auto 16px; }
.dt-engage-header h2 {
  font-family: var(--voy-font-heading); font-weight: 800;
  font-size: clamp(28px, 3vw, 40px); letter-spacing: -.025em;
  line-height: 1.1; color: var(--voy-text-heading); margin: 14px 0 16px;
}
.dt-engage-note { text-align: center; font-size: 13.5px; color: var(--voy-text-muted); margin-bottom: 44px; }
.dt-engage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.dt-price-card {
  background: #FFFFFF; border: 1px solid var(--voy-border-light); border-radius: var(--voy-radius-lg);
  padding: 30px 26px; display: flex; flex-direction: column; gap: 6px;
  transition: border-color .25s ease, transform .25s cubic-bezier(.22,.8,.36,1), box-shadow .25s ease;
}
.dt-price-card:hover { border-color: rgba(224,37,37,.35); transform: translateY(-3px); box-shadow: 0 14px 30px -16px rgba(26,26,23,.18); }
.dt-price-title { font-family: var(--voy-font-heading); font-weight: 700; font-size: 17px; color: var(--voy-text-heading); }
.dt-price-amount { font-family: var(--voy-font-heading); font-weight: 800; font-size: 22px; color: var(--voy-primary); margin-bottom: 14px; }
.dt-price-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.dt-price-list li { font-size: 13.5px; line-height: 1.45; color: #5A5A50; display: flex; align-items: baseline; gap: 9px; }
.dt-price-list li::before { content: '✓'; color: var(--voy-primary); flex: none; font-weight: 700; }
.dt-price-desc { font-size: 13.5px; line-height: 1.55; color: #5A5A50; margin: 0 0 12px; }
.dt-price-fit { margin-top: auto; padding-top: 16px; font-size: 12px; line-height: 1.6; color: var(--voy-text-muted); border-top: 1px solid var(--voy-border-light); }
.dt-price-fit strong { color: var(--voy-text-heading); font-weight: 600; }

/* ── 4. What "embedded" means to us ── */
.dt-embed-section { background: #FFFFFF; padding: 96px 96px; border-top: 1px solid rgba(0,0,0,0.06); }
.dt-embed-inner { max-width: 780px; margin: 0 auto; }
.dt-embed-header { text-align: center; margin-bottom: 40px; }
.dt-embed-header h2 {
  font-family: var(--voy-font-heading); font-weight: 800;
  font-size: clamp(26px, 3vw, 36px); color: var(--voy-text-heading); letter-spacing: -.025em; margin: 14px 0 14px;
}
.dt-embed-intro { font-size: 15px; color: var(--voy-text-body); line-height: 1.7; margin: 0 0 10px; }
.dt-embed-list { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 28px; }
.dt-embed-list li {
  font-size: 14px; line-height: 1.55; color: var(--voy-text-body);
  padding: 16px 20px; background: var(--voy-bg-panel-inner);
  border: 1px solid var(--voy-border-light); border-radius: 10px;
}
.dt-embed-close { font-size: 13.5px; color: var(--voy-text-muted); line-height: 1.7; margin: 0; text-align: center; }

/* ── 5. What we have owned ── */
.dt-owned-section { background: var(--voy-bg-cream); padding: 88px 96px; border-top: 1px solid rgba(0,0,0,0.06); }
.dt-owned-card {
  max-width: 780px; margin: 0 auto;
  background: #FFFFFF; border: 1px solid var(--voy-border-light);
  border-radius: var(--voy-radius-xl); padding: 44px 48px;
}
.dt-owned-header { text-align: center; margin-bottom: 24px; }
.dt-owned-header h2 {
  font-family: var(--voy-font-heading); font-weight: 800;
  font-size: clamp(24px, 2.6vw, 32px); letter-spacing: -.02em;
  color: var(--voy-text-heading); margin: 14px 0 10px;
}
.dt-owned-intro { text-align: center; font-size: 13.5px; color: var(--voy-text-muted); }
.dt-owned-list { list-style: none; display: flex; flex-direction: column; gap: 12px; max-width: 620px; margin: 0 auto 24px; }
.dt-owned-list li {
  font-size: 14.5px; line-height: 1.55; color: var(--voy-text-body); display: flex; align-items: flex-start; gap: 12px;
}
.dt-owned-list li::before {
  content: '✓'; flex: none; font-weight: 700; color: #FFFFFF;
  width: 18px; height: 18px; border-radius: 50%; background: var(--voy-primary);
  display: flex; align-items: center; justify-content: center; font-size: 10px; margin-top: 2px;
}
.dt-owned-close { text-align: center; font-size: 13.5px; color: var(--voy-text-muted); line-height: 1.6; font-style: italic; margin: 0; padding-top: 20px; border-top: 1px solid var(--voy-border-light); max-width: 620px; margin-left: auto; margin-right: auto; }

/* ── 6. How the engagement starts ── */
.dt-process-section { background: #FFFFFF; padding: 96px 96px; border-top: 1px solid rgba(0,0,0,0.06); }
.dt-process-header { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.dt-process-header h2 {
  font-family: var(--voy-font-heading); font-weight: 800;
  font-size: clamp(26px, 3vw, 36px); letter-spacing: -.025em;
  color: var(--voy-text-heading); margin: 14px 0 0;
}
.dt-process-grid { max-width: 1248px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.dt-process-grid-5 { grid-template-columns: repeat(5, 1fr); gap: 28px; }
.dt-process-card { display: flex; flex-direction: column; gap: 16px; }
.dt-process-num { font-family: var(--voy-font-mono); font-size: 12px; font-weight: 500; color: var(--voy-primary); letter-spacing: .06em; }
.dt-process-icon { width: 46px; height: 46px; border-radius: 12px; background: rgba(224,37,37,.1); display: flex; align-items: center; justify-content: center; }
.dt-process-title { font-family: var(--voy-font-heading); font-weight: 700; font-size: 16px; color: var(--voy-text-heading); }
.dt-process-text { font-size: 13.5px; color: #6A6A5A; line-height: 1.65; }
.dt-process-tagline {
  max-width: 1248px; margin: 56px auto 0; text-align: center;
  padding-top: 40px; border-top: 1px solid var(--voy-border-light);
  font-family: var(--voy-font-heading); font-weight: 700;
  font-size: clamp(18px, 2vw, 24px); color: var(--voy-text-heading); letter-spacing: -.01em;
}
.dt-process-tagline span { color: var(--voy-primary); }

/* ── 7. Why Voyantt ── */
.dt-why-section { background: #FFFFFF; padding: 96px 96px; border-top: 1px solid rgba(0,0,0,0.06); }
.dt-why-inner { max-width: 1248px; margin: 0 auto; }
.dt-why-header { max-width: 680px; margin-bottom: 48px; }
.dt-why-header h2 {
  font-family: var(--voy-font-heading); font-weight: 800;
  font-size: clamp(28px, 3vw, 40px); letter-spacing: -.025em;
  line-height: 1.1; color: var(--voy-text-heading); margin: 14px 0 16px;
}
.dt-why-header p { font-size: 16px; color: var(--voy-text-body); line-height: 1.65; }
.dt-why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.dt-why-card {
  background: var(--voy-bg-panel-inner);
  border: 1px solid var(--voy-border-light);
  border-radius: var(--voy-radius-lg);
  padding: 26px 24px 28px;
  transition: border-color .25s ease, transform .25s cubic-bezier(.22,.8,.36,1), box-shadow .25s ease;
}
.dt-why-card:hover { border-color: rgba(224,37,37,.35); transform: translateY(-3px); box-shadow: 0 14px 30px -16px rgba(26,26,23,.18); }
.dt-why-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(224,37,37,.08);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.dt-why-title { font-family: var(--voy-font-heading); font-weight: 700; font-size: 17px; color: var(--voy-text-heading); margin-bottom: 14px; line-height: 1.3; }
.dt-why-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.dt-why-list li { font-size: 13.5px; font-family: var(--voy-font-body); line-height: 1.5; color: #5A5A50; display: flex; align-items: baseline; gap: 9px; }
.dt-why-list li::before { content: '–'; color: var(--voy-primary); flex: none; font-weight: 700; }

/* ── 8. What we build (six practices) ── */
.dt-build-section { background: var(--voy-bg-cream); padding: 96px 96px; border-top: 1px solid rgba(0,0,0,0.06); }
.dt-build-inner { max-width: 1248px; margin: 0 auto; }
.dt-build-header { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.dt-build-header h2 {
  font-family: var(--voy-font-heading); font-weight: 800;
  font-size: clamp(28px, 3vw, 40px); letter-spacing: -.025em;
  line-height: 1.1; color: var(--voy-text-heading); margin: 14px 0 16px;
}
.dt-build-header p { font-size: 16px; color: var(--voy-text-body); line-height: 1.65; }
.dt-build-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.dt-build-card {
  background: #FFFFFF; border: 1px solid #F2EBE0; border-radius: var(--voy-radius-lg);
  padding: 26px 24px; display: flex; flex-direction: column; gap: 12px;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  transition: border-color .25s ease, transform .25s cubic-bezier(.22,.8,.36,1), box-shadow .25s ease;
}
.dt-build-card:hover { border-color: rgba(224,37,37,.35); transform: translateY(-3px); box-shadow: 0 14px 30px -16px rgba(26,26,23,.18); }
.dt-build-card.dt-build-current { border-color: rgba(224,37,37,.4); background: rgba(224,37,37,.04); }
.dt-build-icon {
  width: 40px; height: 40px; border-radius: 11px;
  background: rgba(224,37,37,.08);
  display: flex; align-items: center; justify-content: center;
}
.dt-build-title { font-family: var(--voy-font-heading); font-weight: 700; font-size: 16px; color: var(--voy-text-heading); line-height: 1.3; }
.dt-build-desc { font-size: 13px; color: #6A6A5A; line-height: 1.5; }
.dt-build-arrow { margin-top: auto; font-size: 12.5px; font-weight: 600; color: var(--voy-primary); display: flex; align-items: center; gap: 6px; }

/* ── 9. Client profile ── */
.dt-fit-section { background: #FFFFFF; padding: 88px 96px; border-top: 1px solid rgba(0,0,0,0.06); }
.dt-fit-card {
  max-width: 900px; margin: 0 auto;
  background: var(--voy-bg-panel-inner); border: 1px solid var(--voy-border-light);
  border-radius: var(--voy-radius-xl); padding: 44px 48px;
}
.dt-fit-card-head { text-align: center; margin-bottom: 28px; }
.dt-fit-card-head h2 {
  font-family: var(--voy-font-heading); font-weight: 800;
  font-size: clamp(24px, 2.6vw, 32px); letter-spacing: -.02em;
  color: var(--voy-text-heading); margin: 14px 0 0;
}
.dt-fit-list { list-style: none; display: flex; flex-direction: column; gap: 14px; max-width: 720px; margin: 0 auto; }
.dt-fit-list li { font-size: 15px; line-height: 1.55; color: var(--voy-text-body); display: flex; align-items: flex-start; gap: 12px; }
.dt-fit-list li::before {
  content: '✓'; flex: none; font-weight: 700; color: #FFFFFF;
  width: 20px; height: 20px; border-radius: 50%; background: var(--voy-primary);
  display: flex; align-items: center; justify-content: center; font-size: 11px; margin-top: 2px;
}

/* ── 10. We may not be the right fit if... ── */
.dt-antifit-section { background: var(--voy-bg-cream); padding: 88px 96px; border-top: 1px solid rgba(0,0,0,0.06); }
.dt-antifit-card { background: #FFFFFF; }
.dt-antifit-list li::before {
  content: '–'; background: none; color: var(--voy-text-muted);
  width: 20px; height: 20px; border-radius: 0; font-size: 16px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; margin-top: 0;
}
.dt-antifit-list li { color: var(--voy-text-muted); }
.dt-antifit-close { text-align: center; font-size: 13.5px; color: var(--voy-text-muted); font-style: italic; margin: 24px 0 0; padding-top: 20px; border-top: 1px solid var(--voy-border-light); }

/* ── 11. Get started ── */
.dt-start-section { background: #1A1A17; padding: 88px 96px; border-top: 1px solid rgba(255,255,255,0.06); text-align: center; }
.dt-start-inner { max-width: 760px; margin: 0 auto; }
.dt-start-inner h2 {
  font-family: var(--voy-font-heading); font-weight: 800;
  font-size: clamp(28px, 3.4vw, 44px); color: #FEFCF6; letter-spacing: -.025em; margin: 14px 0 16px;
  line-height: 1.15;
}
.dt-start-inner p { font-size: 15px; color: rgba(254,252,246,0.55); line-height: 1.65; max-width: 620px; margin: 0 auto 32px; }
.dt-start-links { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
.dt-start-link {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 20px; border-radius: var(--voy-radius-pill);
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  color: #FEFCF6; font-size: 14px; font-weight: 500; text-decoration: none;
  transition: border-color .2s ease, background .2s ease;
}
.dt-start-link svg { flex: none; }
.dt-start-link:hover { border-color: rgba(224,37,37,.5); background: rgba(224,37,37,.14); }
.dt-start-links .btn-primary{padding: 11px 20px;}
/* ── Responsive ── */
@media (max-width: 1100px) {
  .dt-hero-inner, .dt-who-section, .dt-engage-section, .dt-embed-section, .dt-owned-section, .dt-process-section, .dt-why-section, .dt-build-section, .dt-fit-section, .dt-antifit-section, .dt-start-section { padding-left: 48px; padding-right: 48px; }
  .dt-hero-visual { width: 300px; padding-right: 48px; }
  .dt-hero-panel { max-width: 280px; padding: 18px 18px; }
  .dt-hero-float-chip { left: -14px; bottom: -14px; padding: 9px 12px; }
  .dt-who-grid { grid-template-columns: repeat(2, 1fr); }
  .dt-engage-grid { grid-template-columns: repeat(2, 1fr); }
  .dt-embed-list { grid-template-columns: 1fr; }
  .dt-process-grid-5 { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .dt-process-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .dt-why-grid { grid-template-columns: 1fr; }
  .dt-build-grid { grid-template-columns: repeat(2, 1fr); }
  .dt-fit-card { padding: 36px 32px; }
}
@media (max-width: 860px) {
  .dt-hero-container { flex-wrap: wrap; }
  .dt-hero-visual { display: none; }
  .dt-hero-inner { flex: 1 1 100%; max-width: 100%; }
}
@media (max-width: 700px) {
  .dt-hero-inner { padding: 56px 24px 32px; }
  .dt-who-section, .dt-engage-section, .dt-embed-section, .dt-owned-section, .dt-process-section, .dt-why-section, .dt-build-section, .dt-fit-section, .dt-antifit-section, .dt-start-section { padding: 56px 20px 64px; }
  .dt-who-grid { grid-template-columns: 1fr; }
  .dt-engage-grid { grid-template-columns: 1fr; }
  .dt-process-grid { grid-template-columns: 1fr; gap: 32px; }
  .dt-process-grid-5 { grid-template-columns: 1fr; gap: 32px; }
  .dt-build-grid { grid-template-columns: 1fr; }
  .dt-fit-card { padding: 28px 22px; }
}
