/* =========================================================
   Demonstração Detalhe – page-specific styles
   ========================================================= */

/* BREADCRUMB -------------------------------------------- */
.dmd-breadcrumb {
  background: #fff;
  border-bottom: 1px solid #E2E8F0;
  padding: 1rem clamp(1rem,5vw,3rem);
}
.dmd-breadcrumb-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .85rem;
  color: #64748B;
  flex-wrap: wrap;
}
.dmd-breadcrumb a {
  color: #64748B;
  text-decoration: none;
  transition: color .2s;
}
.dmd-breadcrumb a:hover { color: #039BE5; }
.dmd-breadcrumb svg { width: 14px; height: 14px; flex-shrink: 0; }
.dmd-breadcrumb-current { color: #0F1B2D; font-weight: 600; }

/* TOUR HEADER ------------------------------------------- */
.dmd-header {
  background: linear-gradient(140deg, #0d1b35 0%, #0F3460 60%, #0b4d75 100%);
  padding: clamp(2.5rem,4vw,3.5rem) clamp(1rem,5vw,3rem);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.dmd-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 700px 400px at 90% 0%, rgba(3,155,229,.22) 0%, transparent 65%),
    radial-gradient(ellipse 500px 300px at 10% 100%, rgba(0,196,240,.12) 0%, transparent 60%);
  pointer-events: none;
}
.dmd-header-grid {
  position: absolute;
  inset: 0;
  opacity: .15;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(174,233,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(174,233,255,.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, #000 30%, transparent 90%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, #000 30%, transparent 90%);
}
.dmd-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2.5rem;
  align-items: center;
}
.dmd-header-cat {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: 5px 12px;
  background: rgba(174,233,255,.12);
  border: 1px solid rgba(174,233,255,.25);
  border-radius: 500px;
  font-family: 'Sora', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  color: #aee9ff;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.dmd-header-inner h1 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.6rem,3vw,2.4rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.02em;
  margin-bottom: .85rem;
}
.dmd-header-inner > div > p {
  color: rgba(255,255,255,.78);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 620px;
  margin-bottom: 1.5rem;
}
.dmd-meta {
  display: flex;
  gap: 1.75rem;
  flex-wrap: wrap;
}
.dmd-meta-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: rgba(255,255,255,.85);
  font-size: .88rem;
}
.dmd-meta-item svg { width: 16px; height: 16px; color: #00C4F0; }
.dmd-meta-item strong { color: #fff; font-weight: 700; }

.dmd-header-cta {
  display: flex;
  flex-direction: column;
  gap: .65rem;
  align-items: stretch;
  min-width: 220px;
}
.dmd-btn-start {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  background: #fff;
  color: #01579B;
  padding: .9rem 1.5rem;
  border-radius: 500px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: .92rem;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(15,52,96,.2);
  transition: all .2s;
}
.dmd-btn-start:hover { background: #E3F4FD; color: #01579B; }
.dmd-btn-specialist {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.3);
  padding: .9rem 1.5rem;
  border-radius: 500px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: .92rem;
  text-decoration: none;
  transition: all .2s;
}
.dmd-btn-specialist:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.5); color: #fff; }

@media (max-width: 880px) {
  .dmd-header-inner { grid-template-columns: 1fr; }
  .dmd-header-cta { flex-direction: row; flex-wrap: wrap; }
}

/* IFRAME STAGE ------------------------------------------ */
.dmd-stage {
  padding: clamp(1.5rem,3vw,2.5rem) clamp(1rem,5vw,3rem);
  background: #F8FAFC;
}
.dmd-stage-inner { max-width: 1280px; margin: 0 auto; }
.dmd-frame-wrapper {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #0d1b35;
  box-shadow: 0 25px 60px rgba(15,27,45,.18);
  border: 1px solid #E2E8F0;
}
.dmd-frame-toolbar {
  background: #0F1B2D;
  padding: .75rem 1rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
  position: relative;
  z-index: 2;
}
.dmd-frame-dots { display: flex; gap: 6px; }
.dmd-frame-dots span { width: 10px; height: 10px; border-radius: 50%; }
.dmd-frame-dots span:nth-child(1) { background: #ff5f57; }
.dmd-frame-dots span:nth-child(2) { background: #ffbd2e; }
.dmd-frame-dots span:nth-child(3) { background: #28ca42; }
.dmd-frame-url {
  flex: 1;
  background: rgba(255,255,255,.08);
  border-radius: 6px;
  padding: 5px 12px;
  color: rgba(255,255,255,.7);
  font-size: .8rem;
  font-family: 'Inter', monospace;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.dmd-frame-url svg { width: 12px; height: 12px; color: #10B981; }
.dmd-frame-fullscreen {
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.85);
  border: none;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: .35rem;
  font-size: .8rem;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  transition: background .2s;
}
.dmd-frame-fullscreen:hover { background: rgba(255,255,255,.15); color: #fff; }
.dmd-frame-fullscreen svg { width: 14px; height: 14px; }
/* Contêiner que define a proporção — o iframe se expande dentro dele */
.dmd-frame-stage {
  position: relative;
  aspect-ratio: 16/9;
  background: #fff;
}
.dmd-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  background: #fff;
}
/* Placeholder quando não há iframe real */
.dmd-frame-placeholder {
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: linear-gradient(135deg, #f8fafc 0%, #e3f4fd 100%);
  text-align: center;
}
.dmd-frame-placeholder-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(3,155,229,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  position: relative;
}
.dmd-frame-placeholder-icon::before,
.dmd-frame-placeholder-icon::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(3,155,229,.3);
  animation: dmdPingRing 2.4s ease-out infinite;
}
.dmd-frame-placeholder-icon::after { animation-delay: 1.2s; }
@keyframes dmdPingRing {
  0%   { transform: scale(1); opacity: .8; }
  100% { transform: scale(1.7); opacity: 0; }
}
.dmd-frame-placeholder-icon svg { width: 30px; height: 30px; color: #01579B; position: relative; z-index: 1; }
.dmd-frame-placeholder h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0F1B2D;
  margin-bottom: .5rem;
}
.dmd-frame-placeholder p {
  font-size: .92rem;
  color: #64748B;
  max-width: 380px;
}

/* MAIN CONTENT + SIDEBAR -------------------------------- */
.dmd-content {
  padding: clamp(2.5rem,4vw,4rem) clamp(1rem,5vw,3rem);
  background: #F8FAFC;
}
.dmd-content-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 3rem;
  align-items: start;
}
.dmd-section { margin-bottom: 2.5rem; }
.dmd-section:last-child { margin-bottom: 0; }
.dmd-section h2 {
  font-family: 'Sora', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #0F1B2D;
  letter-spacing: -.015em;
  margin-bottom: 1rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.dmd-section h2 svg { width: 22px; height: 22px; color: #039BE5; flex-shrink: 0; }
.dmd-section p {
  color: #475569;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.dmd-section p:last-child { margin-bottom: 0; }

/* learn list */
.dmd-learn-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem 1.25rem;
  margin-top: 1.25rem;
}
.dmd-learn-item { display: flex; align-items: flex-start; gap: .65rem; }
.dmd-learn-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #E3F4FD;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #01579B;
  margin-top: 2px;
}
.dmd-learn-icon svg { width: 12px; height: 12px; }
.dmd-learn-text { font-size: .94rem; color: #0F1B2D; font-weight: 500; line-height: 1.45; }

/* steps list */
.dmd-steps-list { display: flex; flex-direction: column; gap: .75rem; margin-top: 1.25rem; }
.dmd-step-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  transition: border-color .2s, transform .2s;
}
.dmd-step-row:hover { border-color: #039BE5; transform: translateX(2px); }
.dmd-step-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #E3F4FD;
  color: #01579B;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: .82rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dmd-step-content h4 {
  font-family: 'Sora', sans-serif;
  font-size: .98rem;
  font-weight: 700;
  color: #0F1B2D;
  margin-bottom: .15rem;
  line-height: 1.3;
}
.dmd-step-content p { font-size: .88rem; color: #64748B; margin: 0; line-height: 1.5; }

/* SIDEBAR ----------------------------------------------- */
.dmd-sidebar {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dmd-cta-card {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 18px;
  padding: 1.5rem;
}
.dmd-cta-card-primary {
  background: linear-gradient(140deg, #0d1b35 0%, #0F3460 60%, #0b4d75 100%);
  border: none;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.dmd-cta-card-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 300px 200px at 100% 0%, rgba(0,196,240,.22), transparent 70%);
  pointer-events: none;
}
.dmd-cta-card-primary > * { position: relative; z-index: 1; }
.dmd-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: 4px 10px;
  background: rgba(174,233,255,.14);
  border: 1px solid rgba(174,233,255,.25);
  border-radius: 500px;
  font-family: 'Sora', sans-serif;
  font-size: .7rem;
  font-weight: 700;
  color: #aee9ff;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: .85rem;
}
.dmd-cta-card-primary h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: .65rem;
  letter-spacing: -.01em;
}
.dmd-cta-card-primary p {
  color: rgba(255,255,255,.78);
  font-size: .9rem;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
.dmd-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  width: 100%;
  background: #fff;
  color: #01579B;
  padding: .9rem 1.25rem;
  border-radius: 500px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: .92rem;
  text-decoration: none;
  transition: all .2s;
}
.dmd-cta-btn:hover { background: #E3F4FD; color: #01579B; }
.dmd-cta-trust {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.1);
}
.dmd-cta-trust-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: rgba(255,255,255,.85);
  font-size: .82rem;
}
.dmd-cta-trust-item svg { width: 14px; height: 14px; color: #00C4F0; flex-shrink: 0; }
.dmd-cta-card-secondary h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0F1B2D;
  margin-bottom: .5rem;
}
.dmd-cta-card-secondary p {
  font-size: .88rem;
  color: #475569;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.dmd-cta-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: #01579B;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: .88rem;
  text-decoration: none;
  transition: gap .2s;
}
.dmd-cta-link:hover { gap: .65rem; }
.dmd-cta-link svg { width: 14px; height: 14px; }

@media (max-width: 1000px) {
  .dmd-content-inner { grid-template-columns: 1fr; }
  .dmd-sidebar { position: static; }
  .dmd-learn-list { grid-template-columns: 1fr; }
}

/* RELATED ----------------------------------------------- */
.dmd-related {
  padding: clamp(2.5rem,4vw,4rem) clamp(1rem,5vw,3rem);
  background: #fff;
  border-top: 1px solid #E2E8F0;
}
.dmd-related-inner { max-width: 1280px; margin: 0 auto; }
.dmd-related-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.dmd-related-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.4rem,2.4vw,1.8rem);
  font-weight: 800;
  color: #0F1B2D;
  letter-spacing: -.015em;
}
.dmd-related-link {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: .9rem;
  color: #039BE5;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  transition: gap .2s;
}
.dmd-related-link:hover { gap: .6rem; }
.dmd-related-link svg { width: 14px; height: 14px; }
.dmd-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 920px) { .dmd-related-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .dmd-related-grid { grid-template-columns: 1fr; } }

/* Related cards — reutiliza estrutura do dm-card */
.dmd-rel-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.dmd-rel-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(15,27,45,.1); border-color: rgba(3,155,229,.3); }
.dmd-rel-thumb {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: linear-gradient(135deg, #0F3460 0%, #1a2f4a 60%, #0F3460 100%);
}
.dmd-rel-thumb::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 250px 180px at 70% 30%, rgba(3,155,229,.22), transparent 70%), linear-gradient(180deg, transparent 60%, rgba(0,0,0,.4));
  z-index: 1;
}
.dmd-rel-thumb-pattern {
  position: absolute;
  inset: 0;
  opacity: .25;
  background-image: linear-gradient(rgba(174,233,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(174,233,255,.08) 1px, transparent 1px);
  background-size: 28px 28px;
}
.dmd-rel-thumb-window {
  position: absolute;
  left: 1.25rem; right: 1.25rem;
  top: 1.25rem; bottom: 2.5rem;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(0,0,0,.4);
  display: grid;
  grid-template-rows: 18px 1fr;
  overflow: hidden;
  z-index: 2;
}
.dmd-rel-wh {
  background: #F8FAFC;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 6px;
  border-bottom: 1px solid #E2E8F0;
}
.dmd-rel-wh::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #ff5f57; }
.dmd-rel-wh::after  { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #ffbd2e; }
.dmd-rel-wh i       { width: 6px; height: 6px; border-radius: 50%; background: #28ca42; display: block; }
.dmd-rel-wb { display: grid; grid-template-columns: 30% 1fr; }
.dmd-rel-sidebar { background: #0F1B2D; padding: 6px 4px; display: flex; flex-direction: column; gap: 3px; }
.dmd-rel-sidebar span { background: rgba(255,255,255,.1); height: 5px; border-radius: 1px; display: block; }
.dmd-rel-sidebar span:nth-child(2) { background: #039BE5; }
.dmd-rel-sidebar span:nth-child(odd)  { width: 80%; }
.dmd-rel-sidebar span:nth-child(even) { width: 95%; }
.dmd-rel-content-mock { padding: 8px; display: flex; flex-direction: column; gap: 4px; background: #fff; }
.dmd-rel-content-mock span { background: #E2E8F0; border-radius: 1px; height: 5px; display: block; }
.dmd-rel-content-mock span:nth-child(1) { background: #01579B; width: 50%; height: 7px; }
.dmd-rel-content-mock span:nth-child(2) { width: 90%; }
.dmd-rel-content-mock span:nth-child(3) { width: 75%; }
.dmd-rel-content-mock span:nth-child(4) { background: #E3F4FD; width: 60%; height: 14px; border-radius: 2px; }
.dmd-rel-cursor {
  position: absolute;
  right: 28%; top: 55%;
  z-index: 4;
  color: #fff;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.5));
  animation: dmdCursorFloat 2.4s ease-in-out infinite;
}
.dmd-rel-cursor svg { width: 22px; height: 22px; }
.dmd-rel-cursor::before {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(0,196,240,.35);
  animation: dmdCursorRing 2.4s ease-out infinite;
  z-index: -1;
}
@keyframes dmdCursorFloat {
  0%, 100% { transform: translate(0,0); }
  50%       { transform: translate(-3px,-3px); }
}
@keyframes dmdCursorRing {
  0%   { width: 12px; height: 12px; opacity: .8; }
  100% { width: 50px; height: 50px; opacity: 0; }
}
.dmd-rel-meta {
  position: absolute;
  right: .85rem; bottom: .85rem;
  display: flex;
  align-items: center;
  gap: .4rem;
  background: rgba(0,0,0,.65);
  backdrop-filter: blur(6px);
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: .72rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 500px;
  z-index: 3;
}
.dmd-rel-meta svg { width: 12px; height: 12px; }
.dmd-rel-body { padding: 1.25rem 1.25rem 1.5rem; }
.dmd-rel-cat {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .05em;
  color: #01579B;
  background: #E3F4FD;
  padding: 4px 10px;
  border-radius: 500px;
  margin-bottom: .65rem;
}
.dmd-rel-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0F1B2D;
  line-height: 1.3;
  margin-bottom: .4rem;
}
.dmd-rel-card p {
  font-size: .86rem;
  color: #475569;
  line-height: 1.5;
  margin: 0;
}

/* BOTTOM CTA -------------------------------------------- */
.dmd-bottom-cta {
  padding: clamp(3rem,5vw,4rem) clamp(1rem,5vw,3rem);
  background: #F8FAFC;
}
.dmd-bottom-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(2.5rem,5vw,4rem) clamp(2rem,5vw,4rem);
  border-radius: 28px;
  background: linear-gradient(135deg, #0d1b35 0%, #0F3460 50%, #0b4d75 100%);
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(15,27,45,.18);
  text-align: center;
}
.dmd-bottom-cta-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 600px 400px at 90% 10%, rgba(0,196,240,.22), transparent 70%),
    radial-gradient(ellipse 500px 350px at 0% 100%, rgba(3,155,229,.18), transparent 70%);
}
.dmd-bottom-cta-grid {
  position: absolute;
  inset: 0;
  opacity: .12;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(174,233,255,.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(174,233,255,.1) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 30%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 30%, transparent 100%);
}
.dmd-bottom-cta-content { position: relative; z-index: 1; }
.dmd-bottom-cta-content h2 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.7rem,3vw,2.4rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin: 0 auto 1rem;
  letter-spacing: -.02em;
  max-width: 720px;
}
.dmd-bottom-cta-content p {
  color: rgba(255,255,255,.78);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 auto 2rem;
  max-width: 580px;
}
.dmd-bottom-cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.dmd-btn-cta-light {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  background: #fff;
  color: #01579B;
  padding: .95rem 1.8rem;
  border-radius: 500px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  transition: all .2s;
}
.dmd-btn-cta-light:hover { background: #E3F4FD; color: #01579B; }
.dmd-btn-cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.3);
  padding: .95rem 1.8rem;
  border-radius: 500px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  transition: all .2s;
}
.dmd-btn-cta-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.5); color: #fff; }
