.dmc-hero {
  position:relative;
  min-height:440px;
  display:flex;
  align-items:flex-end;
  background-size:cover;
  background-position:center;
  margin-top:var(--nav-height, 64px);
}
.dmc-hero::before {
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(5,12,22,.25), rgba(5,12,22,.78));
}
.dmc-hero-inner {
  position:relative;
  z-index:1;
  padding:92px 0 72px;
  color:#fff;
}
.dmc-eyebrow {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 13px;
  border:1px solid rgba(255,255,255,.26);
  border-radius:999px;
  background:rgba(255,255,255,.12);
  font-size:.72rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.dmc-hero h1 {
  max-width:820px;
  margin:16px 0 12px;
  font-size:clamp(2.2rem, 5vw, 4.4rem);
  line-height:1.05;
  font-weight:800;
}
.dmc-hero p {
  max-width:760px;
  color:rgba(255,255,255,.88);
  font-size:1.04rem;
  line-height:1.7;
}
.dmc-main {
  background:#f7f9fc;
  padding:56px 0 76px;
}
.dmc-layout {
  display:grid;
  grid-template-columns:minmax(0, 1fr) 340px;
  gap:28px;
  align-items:start;
}
.dmc-panel,
.dmc-side-card,
.dmc-detail-card {
  background:#fff;
  border:1px solid #e8edf3;
  border-radius:14px;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
}
.dmc-panel {
  padding:30px;
}
.dmc-panel h2,
.dmc-detail-card h2 {
  margin:0 0 12px;
  color:#172033;
  font-size:1.35rem;
}
.dmc-panel p,
.dmc-detail-card p {
  margin:0;
  color:#64748b;
  line-height:1.8;
}
.dmc-highlights {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.dmc-highlights span {
  padding:9px 12px;
  border-radius:999px;
  background:#fff4ee;
  color:#ef5b24;
  font-size:.82rem;
  font-weight:700;
}
.dmc-detail-grid {
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
  margin-top:20px;
}
.dmc-detail-card {
  padding:24px;
}
.dmc-side-card {
  position:sticky;
  top:calc(var(--nav-height, 64px) + 24px);
  padding:24px;
}
.dmc-side-card h3 {
  margin:0 0 12px;
  color:#172033;
}
.dmc-side-card p {
  color:#64748b;
  line-height:1.7;
  margin:0 0 18px;
}
.dmc-contact-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  padding:12px 18px;
  border-radius:999px;
  background:var(--orange, #ff6b2b);
  color:#fff;
  text-decoration:none;
  font-weight:800;
}
@media (max-width: 900px) {
  .dmc-layout { grid-template-columns:1fr; }
  .dmc-side-card { position:static; }
  .dmc-detail-grid { grid-template-columns:1fr; }
}

.dmc-premium-hero {
  min-height:calc(100vh - var(--nav-height, 64px));
  margin-top:var(--nav-height, 64px);
  display:flex;
  align-items:center;
  background-size:cover;
  background-position:center;
  color:#fff;
}
.dmc-hero-grid {
  display:grid;
  grid-template-columns:minmax(0, 1fr) 390px;
  gap:42px;
  align-items:center;
  padding:64px 20px;
}
.dmc-breadcrumb {
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
  color:rgba(255,255,255,.72);
  font-size:.82rem;
  margin-bottom:22px;
}
.dmc-breadcrumb a { color:rgba(255,255,255,.86); text-decoration:none; }
.dmc-hero-copy h1 {
  max-width:900px;
  margin:18px 0 16px;
  font-size:clamp(2.55rem, 5.8vw, 5.2rem);
  line-height:1.02;
  font-weight:800;
}
.dmc-hero-copy p {
  max-width:760px;
  color:rgba(255,255,255,.88);
  font-size:1.08rem;
  line-height:1.75;
}
.dmc-trust-row {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:24px 0;
}
.dmc-trust-row span {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.1);
  border-radius:999px;
  font-size:.84rem;
  font-weight:700;
}
.dmc-trust-row i { color:#ff8b4b; }
.dmc-hero-actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.dmc-primary-btn,
.dmc-secondary-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:13px 20px;
  border-radius:999px;
  text-decoration:none;
  font-weight:800;
}
.dmc-primary-btn {
  background:var(--orange, #ff6b2b);
  color:#fff;
  box-shadow:0 14px 30px rgba(255,107,43,.28);
}
.dmc-secondary-btn {
  color:#fff;
  border:1px solid rgba(255,255,255,.3);
  background:rgba(255,255,255,.1);
}
.dmc-lead-form {
  background:rgba(255,255,255,.96);
  color:#172033;
  border:1px solid rgba(255,255,255,.4);
  border-radius:18px;
  padding:24px;
  box-shadow:0 24px 70px rgba(0,0,0,.24);
}
.dmc-lead-form h2 {
  margin:0 0 16px;
  font-size:1.2rem;
}
.dmc-lead-form input,
.dmc-lead-form select,
.dmc-lead-form textarea {
  width:100%;
  border:1px solid #dde4ee;
  border-radius:10px;
  padding:11px 12px;
  margin-bottom:10px;
  font:inherit;
  background:#fff;
}
.dmc-form-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.dmc-lead-form button {
  width:100%;
  border:0;
  border-radius:999px;
  padding:12px 16px;
  background:var(--orange, #ff6b2b);
  color:#fff;
  font-weight:800;
  cursor:pointer;
}
.dmc-section {
  padding:76px 0;
  background:#fff;
}
.dmc-light {
  background:#f7f9fc;
}
.dmc-section h2 {
  margin:8px 0 22px;
  color:#111827;
  font-size:clamp(1.7rem, 3vw, 2.6rem);
  line-height:1.15;
}
.dmc-section p {
  color:#617083;
  line-height:1.85;
}
.dmc-section-kicker {
  color:var(--orange, #ff6b2b);
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:.74rem;
  font-weight:900;
}
.dmc-two-col {
  display:grid;
  grid-template-columns:minmax(0, .95fr) minmax(0, 1.05fr);
  gap:42px;
  align-items:center;
}
.dmc-image-panel img {
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:16px;
  box-shadow:0 24px 60px rgba(15,23,42,.14);
}
.dmc-service-grid,
.dmc-feature-grid,
.dmc-city-grid,
.dmc-hotel-grid,
.dmc-testimonial-grid,
.dmc-related-grid,
.dmc-blog-grid {
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}
.dmc-service-grid article,
.dmc-feature-grid article,
.dmc-hotel-grid article,
.dmc-testimonial-grid article,
.dmc-related-grid a,
.dmc-blog-grid article {
  background:#fff;
  border:1px solid #e8edf3;
  border-radius:14px;
  padding:22px;
  box-shadow:0 12px 32px rgba(15,23,42,.05);
}
.dmc-service-grid i {
  color:var(--orange, #ff6b2b);
  font-size:1.35rem;
}
.dmc-service-grid h3,
.dmc-feature-grid h3,
.dmc-city-grid h3,
.dmc-hotel-grid h3,
.dmc-related-grid h3,
.dmc-blog-grid h3 {
  margin:12px 0 8px;
  color:#172033;
  font-size:1rem;
}
.dmc-stat-row {
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:1px;
  margin-top:28px;
  background:#dfe7f0;
  border:1px solid #dfe7f0;
  border-radius:16px;
  overflow:hidden;
}
.dmc-stat-row div {
  background:#fff;
  padding:24px;
  text-align:center;
}
.dmc-stat-row strong {
  display:block;
  color:var(--orange, #ff6b2b);
  font-size:2rem;
}
.dmc-stat-row span {
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#64748b;
}
.dmc-city-grid a {
  display:block;
  overflow:hidden;
  border:1px solid #e8edf3;
  border-radius:16px;
  color:inherit;
  text-decoration:none;
  background:#fff;
  box-shadow:0 12px 32px rgba(15,23,42,.05);
}
.dmc-city-grid a div {
  height:150px;
  background-size:cover;
  background-position:center;
}
.dmc-city-grid h3,
.dmc-city-grid p,
.dmc-city-grid span {
  margin-left:18px;
  margin-right:18px;
}
.dmc-city-grid span {
  display:inline-flex;
  gap:6px;
  margin-bottom:18px;
  color:var(--orange, #ff6b2b);
  font-weight:800;
}
.dmc-mice {
  background:#071225;
  color:#fff;
}
.dmc-mice h2,
.dmc-mice p {
  color:#fff;
}
.dmc-process {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.dmc-process span {
  padding:10px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.16);
  font-weight:800;
}
.dmc-mini-gallery {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.dmc-mini-gallery img {
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:14px;
}
.dmc-mini-gallery img:first-child {
  grid-row:span 2;
  height:372px;
}
.dmc-itinerary-grid {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
}
.dmc-itinerary-grid article {
  border:1px solid #e8edf3;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 12px 32px rgba(15,23,42,.05);
}
.dmc-itinerary-grid img,
.dmc-hotel-grid img {
  width:100%;
  height:170px;
  object-fit:cover;
}
.dmc-itinerary-grid article > div {
  padding:20px;
}
.dmc-itinerary-grid h3 { margin:0 0 6px; color:#172033; }
.dmc-itinerary-grid a,
.dmc-blog-grid a {
  color:var(--orange, #ff6b2b);
  font-weight:800;
  text-decoration:none;
}
.dmc-tabs {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:18px;
}
.dmc-tabs span,
.dmc-hotel-grid article > span {
  padding:8px 12px;
  border-radius:999px;
  background:#fff4ee;
  color:#ef5b24;
  font-size:.78rem;
  font-weight:800;
}
.dmc-hotel-grid article { padding:0 0 18px; overflow:hidden; }
.dmc-hotel-grid h3,
.dmc-hotel-grid p,
.dmc-hotel-grid span {
  margin-left:18px;
  margin-right:18px;
}
.dmc-gallery {
  columns:3;
  column-gap:16px;
}
.dmc-gallery img {
  width:100%;
  margin:0 0 16px;
  border-radius:14px;
  break-inside:avoid;
}
.stars {
  color:#f59e0b;
  letter-spacing:.08em;
}
.dmc-testimonial-grid strong,
.dmc-testimonial-grid span {
  display:block;
}
.dmc-testimonial-grid span {
  color:#64748b;
  margin-top:4px;
}
.dmc-faq-list details {
  border:1px solid #e5edf5;
  border-radius:12px;
  padding:16px 18px;
  margin-bottom:10px;
  background:#fff;
}
.dmc-faq-list summary {
  cursor:pointer;
  font-weight:800;
  color:#172033;
}
.dmc-cta-panel {
  background:linear-gradient(135deg, #ff6b2b, #ff8c42);
  color:#fff;
  border-radius:20px;
  padding:34px;
  box-shadow:0 24px 60px rgba(255,107,43,.22);
}
.dmc-cta-panel h2,
.dmc-cta-panel p {
  color:#fff;
}
.dmc-cta-panel .dmc-secondary-btn {
  margin-left:8px;
}
.dmc-related-grid a {
  color:inherit;
  text-decoration:none;
}
@media (max-width: 1100px) {
  .dmc-hero-grid,
  .dmc-two-col {
    grid-template-columns:1fr;
  }
  .dmc-service-grid,
  .dmc-feature-grid,
  .dmc-city-grid,
  .dmc-hotel-grid,
  .dmc-testimonial-grid,
  .dmc-related-grid,
  .dmc-blog-grid {
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .dmc-premium-hero { min-height:auto; }
  .dmc-hero-grid { padding:42px 20px; }
  .dmc-service-grid,
  .dmc-feature-grid,
  .dmc-city-grid,
  .dmc-hotel-grid,
  .dmc-testimonial-grid,
  .dmc-related-grid,
  .dmc-blog-grid,
  .dmc-itinerary-grid,
  .dmc-stat-row {
    grid-template-columns:1fr;
  }
  .dmc-gallery { columns:1; }
  .dmc-form-row { grid-template-columns:1fr; }
  .dmc-lead-form { padding:18px; }
}

/* Refined SEO DMC landing page */
.dmc-premium-hero {
  min-height:640px;
  margin-top:0;
  position:relative;
  overflow:hidden;
}
.dmc-premium-hero::after {
  content:'';
  position:absolute;
  inset:auto 0 0;
  height:42%;
  background:linear-gradient(180deg, transparent, rgba(3,10,23,.72));
  pointer-events:none;
}
.dmc-hero-grid {
  position:relative;
  z-index:1;
  grid-template-columns:minmax(0, 1fr) 372px;
  padding:72px 20px;
}
.dmc-hero-copy h1 {
  max-width:760px;
  font-size:clamp(2.6rem, 5vw, 4.45rem);
  letter-spacing:0;
}
.dmc-hero-copy p {
  max-width:680px;
}
.dmc-main {
  padding:0;
  background:#fff;
}
.dmc-section {
  padding:70px 0;
}
.dmc-about-section {
  padding-top:72px;
}
.dmc-intro-layout {
  display:grid;
  grid-template-columns:minmax(0, 1fr) 350px;
  gap:54px;
  align-items:start;
}
.dmc-seo-intro {
  max-width:850px;
}
.dmc-seo-intro h2 {
  max-width:760px;
}
.dmc-seo-intro p {
  margin:0 0 16px;
  font-size:1.01rem;
}
.dmc-sticky-form {
  position:sticky;
  top:calc(var(--nav-height, 64px) + 24px);
  border:1px solid #e7edf5;
  border-radius:16px;
  padding:24px;
  background:#fff;
  box-shadow:0 18px 52px rgba(15,23,42,.08);
}
.dmc-sticky-form h3 {
  margin:0 0 10px;
  color:#172033;
}
.dmc-sticky-form p {
  margin:0 0 18px;
}
.dmc-sticky-form .dmc-primary-btn {
  width:100%;
}
.dmc-whatsapp-link {
  display:flex;
  align-items:center;
  gap:9px;
  margin-top:14px;
  color:#172033;
  font-weight:800;
}
.dmc-whatsapp-link i {
  color:#20c764;
  font-size:1.1rem;
}
.dmc-service-grid {
  grid-template-columns:repeat(3, minmax(0, 1fr));
}
.dmc-service-grid article,
.dmc-feature-grid article,
.dmc-related-grid a {
  border-radius:12px;
  box-shadow:none;
}
.dmc-service-grid article {
  min-height:176px;
}
.dmc-split-band {
  align-items:center;
}
.dmc-scope-list {
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
  margin-top:24px;
}
.dmc-scope-list li {
  padding:17px;
  border:1px solid #e8edf3;
  border-radius:12px;
  background:#fff;
}
.dmc-scope-list strong,
.dmc-scope-list span {
  display:block;
}
.dmc-scope-list strong {
  color:#172033;
  margin-bottom:6px;
}
.dmc-scope-list span {
  color:#617083;
  line-height:1.65;
  font-size:.94rem;
}
.dmc-image-stack {
  position:relative;
  min-height:430px;
}
.dmc-image-stack img {
  position:absolute;
  object-fit:cover;
  border-radius:18px;
  box-shadow:0 22px 58px rgba(15,23,42,.16);
}
.dmc-image-stack img:first-child {
  inset:0 70px 76px 0;
  width:calc(100% - 70px);
  height:calc(100% - 76px);
}
.dmc-image-stack img:last-child {
  right:0;
  bottom:0;
  width:48%;
  height:230px;
  border:8px solid #fff;
}
.dmc-city-grid {
  grid-template-columns:repeat(4, minmax(0, 1fr));
}
.dmc-city-grid a {
  box-shadow:none;
}
.dmc-city-grid a div {
  height:138px;
}
.dmc-mice {
  padding:78px 0;
}
.dmc-mice .dmc-two-col {
  grid-template-columns:minmax(0, .9fr) minmax(0, 1.1fr);
}
.dmc-process {
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:12px;
  counter-reset:dmcstep;
}
.dmc-process span {
  position:relative;
  min-height:118px;
  display:flex;
  align-items:flex-end;
  padding:18px;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  font-size:.9rem;
  line-height:1.35;
}
.dmc-process span::before {
  counter-increment:dmcstep;
  content:'0' counter(dmcstep);
  position:absolute;
  top:16px;
  left:18px;
  color:#ff8b4b;
  font-weight:900;
}
.dmc-route-card {
  padding:0;
}
.dmc-route-card > div {
  padding:24px;
}
.dmc-route-card ul {
  margin:16px 0 18px;
}
.dmc-route-card li {
  position:relative;
  padding-left:18px;
  margin:7px 0;
  color:#4b5f78;
}
.dmc-route-card li::before {
  content:'';
  position:absolute;
  left:0;
  top:.72em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--orange, #ff6b2b);
}
.dmc-category-table {
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  border:1px solid #e1e8f0;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
}
.dmc-category-table article {
  padding:24px;
  border-right:1px solid #e1e8f0;
  border-bottom:1px solid #e1e8f0;
}
.dmc-category-table article:nth-child(2n) {
  border-right:0;
}
.dmc-category-table article:nth-last-child(-n+2) {
  border-bottom:0;
}
.dmc-category-table h3 {
  margin:0 0 8px;
  color:#172033;
}
.dmc-category-table p {
  margin:0;
}
.dmc-cta-panel .dmc-primary-btn {
  background:#fff;
  color:#ef5b24;
  box-shadow:none;
}
.dmc-cta-panel .dmc-secondary-btn {
  color:#fff;
  background:rgba(255,255,255,.12);
}
@media (max-width: 1100px) {
  .dmc-hero-grid,
  .dmc-intro-layout,
  .dmc-mice .dmc-two-col {
    grid-template-columns:1fr;
  }
  .dmc-sticky-form {
    position:static;
  }
  .dmc-service-grid,
  .dmc-city-grid {
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
  .dmc-process {
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .dmc-premium-hero {
    min-height:auto;
  }
  .dmc-hero-grid {
    padding: 34px 18px;
    gap: 24px;
  }
  .dmc-hero-copy h1 {
    font-size: 2rem;
    line-height: 1.06;
  }
  .dmc-hero-copy p {
    font-size: .92rem;
    line-height: 1.7;
  }
  .dmc-trust-row span,
  .dmc-primary-btn,
  .dmc-secondary-btn {
    width: 100%;
    justify-content: center;
  }
  .dmc-section {
    padding:48px 0;
  }
  .dmc-service-grid,
  .dmc-city-grid,
  .dmc-scope-list,
  .dmc-process,
  .dmc-category-table {
    grid-template-columns:1fr;
  }
  .dmc-category-table article,
  .dmc-category-table article:nth-child(2n),
  .dmc-category-table article:nth-last-child(-n+2) {
    border-right:0;
    border-bottom:1px solid #e1e8f0;
  }
  .dmc-category-table article:last-child {
    border-bottom:0;
  }
  .dmc-image-stack {
    min-height:0;
  }
  .dmc-image-stack img,
  .dmc-image-stack img:first-child,
  .dmc-image-stack img:last-child {
    position:static;
    width:100%;
    height:auto;
    aspect-ratio:4/3;
    border:0;
    margin-bottom:12px;
  }
}
@media (max-width: 480px) {
  .dmc-hero-grid { padding: 26px 14px; }
  .dmc-hero-copy h1 { font-size: 1.7rem; }
  .dmc-lead-form,
  .dmc-panel,
  .dmc-side-card,
  .dmc-detail-card {
    padding: 18px 16px;
    border-radius: 14px;
  }
}

/* DMC motion refinements */
.dmc-premium-hero {
  background-position:center calc(50% + var(--motion-parallax, 0px));
  transition:background-position .12s linear;
}
.dmc-hero-copy h1 {
  animation:dmcHeroCopyIn .78s cubic-bezier(.4,0,.2,1) both;
}
.dmc-hero-copy p {
  animation:dmcHeroCopyIn .78s cubic-bezier(.4,0,.2,1) .12s both;
}
.dmc-trust-row span {
  animation:dmcTrustFloat 4.8s ease-in-out infinite;
}
.dmc-trust-row span:nth-child(2) { animation-delay:.45s; }
.dmc-trust-row span:nth-child(3) { animation-delay:.9s; }
.dmc-trust-row span:nth-child(4) { animation-delay:1.35s; }
.dmc-service-grid article {
  position:relative;
  overflow:hidden;
  transition:transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}
.dmc-service-grid article::after {
  content:'';
  position:absolute;
  inset:auto 18px 0;
  height:3px;
  border-radius:999px 999px 0 0;
  background:linear-gradient(90deg, transparent, var(--orange, #ff6b2b), transparent);
  transform:scaleX(0);
  transition:transform .3s ease;
}
.dmc-service-grid article:hover {
  transform:translateY(-6px);
  border-color:rgba(255,107,43,.24);
  box-shadow:0 18px 42px rgba(15,23,42,.09);
}
.dmc-service-grid article:hover::after {
  transform:scaleX(1);
}
.dmc-service-grid article:hover i {
  animation:dmcIconPop .55s cubic-bezier(.34,1.56,.64,1);
}
.dmc-image-stack img {
  transition:transform .45s ease, box-shadow .45s ease;
}
.dmc-image-stack:hover img:first-child { transform:translateY(-6px) scale(1.01); }
.dmc-image-stack:hover img:last-child { transform:translateY(8px) scale(1.03); }
.dmc-city-grid a {
  transition:transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}
.dmc-city-grid a:hover {
  transform:translateY(-6px);
  border-color:rgba(255,107,43,.24);
  box-shadow:0 18px 44px rgba(15,23,42,.09);
}
.dmc-mice {
  position:relative;
  overflow:hidden;
}
.dmc-mice::before {
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 14% 24%, rgba(255,107,43,.17), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(124,58,237,.14), transparent 28%);
  animation:dmcGlowDrift 10s ease-in-out infinite;
  pointer-events:none;
}
.dmc-mice > .container {
  position:relative;
  z-index:1;
}
.dmc-process span {
  transition:transform .25s ease, background .25s ease, border-color .25s ease;
}
.dmc-process span:hover {
  transform:translateY(-5px);
  background:rgba(255,255,255,.13);
  border-color:rgba(255,255,255,.28);
}
.dmc-route-card {
  transition:transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}
.dmc-route-card:hover {
  transform:translateY(-5px);
  border-color:rgba(255,107,43,.24);
  box-shadow:0 18px 42px rgba(15,23,42,.08);
}
.dmc-category-table article {
  transition:background .22s ease, transform .22s ease;
}
.dmc-category-table article:hover {
  background:#fffaf7;
  transform:translateY(-2px);
}
@keyframes dmcHeroCopyIn {
  from { opacity:0; transform:translateY(28px); }
  to { opacity:1; transform:translateY(0); }
}
@keyframes dmcTrustFloat {
  0%,100% { transform:translateY(0); }
  50% { transform:translateY(-4px); }
}
@keyframes dmcIconPop {
  0% { transform:scale(1) rotate(0); }
  45% { transform:scale(1.22) rotate(-8deg); }
  100% { transform:scale(1) rotate(0); }
}
@keyframes dmcGlowDrift {
  0%,100% { transform:translate3d(0,0,0) scale(1); opacity:.9; }
  50% { transform:translate3d(22px,-14px,0) scale(1.06); opacity:1; }
}
