/* ============================================================
   BASE
============================================================ */
.dmc-page,
.dmc-page *{
  font-family: var(--font-body) !important;
}
/* ── Button font override: Georgia italic wins over the Poppins wildcard ── */
.dmc-topcta, .dmc-ghost, .dmc-cta-btn, .dmc-final-btn {
  font-family: Georgia,"Times New Roman",serif !important;
  font-style: italic !important;
}
.dmc-wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 22px;
}

/* ── Flash alerts ── */
.alert{
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.alert.ok {
  background: #d1fae5;
  color: #065f46;
  border: 1px solid #6ee7b7;
}
.alert.err{
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}

/* ============================================================
   HERO / TOP BAND
============================================================ */
.dmc-top{
  background: var(--band-bg, #0E3B34);
  color: var(--band-text, #fff);
  padding: 34px 0 52px;
}
.dmc-top .wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 22px;
}
.dmc-tabs-wrap{ margin-bottom: 24px; }
.dmc-tabs-inner{
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(0,0,0,.12);
  border: 1px solid rgba(255,255,255,.18);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.dmc-tabs-inner::-webkit-scrollbar{ display: none; }
.dmc-leftpill{
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.92);
  white-space: nowrap;
  padding-right: 6px;
  flex-shrink: 0;
}
.dmc-nav{ display: flex; gap: 20px; flex-wrap: nowrap; }
.dmc-navlink{
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: rgba(255,255,255,.90);
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: opacity .15s ease, transform .15s ease;
}
.dmc-navlink:hover{
  opacity: 1;
  transform: translateY(-2px);
  color: #fff;
}
.dmc-hero{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 36px;
  align-items: center;
}
.dmc-h1{
  margin: 0 0 14px;
  font-size: clamp(32px, 3.6vw, 58px);
  line-height: 1.07;
  letter-spacing: -0.02em;
  font-weight: 800;
}
.dmc-h1 .accent{ color: var(--brand-1, #ff7a18); }
.dmc-sub{
  margin: 0 0 24px;
  max-width: 620px;
  font-size: 15.5px;
  line-height: 1.85;
  color: rgba(255,255,255,.86);
}
.dmc-cta-row{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.dmc-topcta,
.dmc-ghost{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none !important;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 15px;
  border: 1.5px solid rgba(255,255,255,.70);
  background: transparent;
  color: #fff;
  transition: transform .15s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.dmc-topcta:hover,
.dmc-ghost:hover{
  transform: translateY(-2px);
  border-color: #ff7a18;
  color: #ff7a18;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}
.dmc-hero-arrow{
  display: inline-block;
  margin-left: 6px;
  transition: transform .2s ease;
}
.dmc-topcta:hover .dmc-hero-arrow,
.dmc-ghost:hover .dmc-hero-arrow{
  transform: rotate(90deg);
}
.dmc-imgcard{
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 22px 60px rgba(0,0,0,.32);
  position: relative;
}
.dmc-imgcard img{
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}
.dmc-imgfade{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.36));
  pointer-events: none;
}

/* ============================================================
   SECTION BASE
============================================================ */
.dmc-section{
  padding: 76px 0;
  background: #F7F2E9;
}
.dmc-section.alt{ background: #DDE6DD; }
#corporate.dmc-section{ background: #DDE6DD; }
.dmc-kicker{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(11,18,32,.55);
  margin-bottom: 14px;
}
.dmc-kicker::after{
  content: "";
  width: 44px;
  height: 1px;
  background: rgba(11,18,32,.18);
}
.dmc-section-title{
  margin: 0 0 12px;
  color: #0b1220;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
  font-size: clamp(28px, 3vw, 46px);
}
.dmc-section-sub{
  margin: 0 0 28px;
  color: rgba(11,18,32,.68);
  font-size: 15.5px;
  line-height: 1.85;
  max-width: 760px;
}
.dmc-text{
  margin: 0 0 18px;
  color: rgba(11,18,32,.72);
  font-size: 15.5px;
  line-height: 1.9;
}

/* ============================================================
   4-CARD VALUE PROPS GRID
============================================================ */
.dmc-vprops-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 32px;
  perspective: 1000px;
}
.dmc-vpcard{
  background: rgba(255,255,255,0.52);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.78);
  border-top: 1px solid rgba(255,255,255,0.95);
  border-radius: 20px;
  padding: 26px 22px;
  box-shadow: 0 2px 0 rgba(255,255,255,.90) inset, 0 8px 32px rgba(14,59,52,0.10), 0 2px 6px rgba(14,59,52,0.06);
  transform-style: preserve-3d;
  will-change: transform;
  transform: perspective(800px) rotateX(0deg) rotateY(0deg) translateZ(0);
  transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s ease;
}
.dmc-vpcard:hover{
  transform: perspective(800px) rotateX(-6deg) rotateY(4deg) translateY(-10px) translateZ(12px);
  box-shadow: 0 2px 0 rgba(255,255,255,.90) inset, 0 24px 56px rgba(14,59,52,0.16), 0 4px 12px rgba(14,59,52,0.08);
}
.dmc-vpcard-icon{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,122,24,.12);
  color: var(--brand-1, #ff7a18);
  border: 1px solid rgba(255,122,24,.22);
  margin-bottom: 16px;
  font-weight: 800;
  font-size: 15px;
}
.dmc-vpcard h3{
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  color: #0b1220;
  line-height: 1.3;
}
.dmc-vpcard p{
  margin: 0;
  font-size: 14px;
  color: rgba(11,18,32,.68);
  line-height: 1.8;
}

/* ============================================================
   STEPS GRID (How It Works)
============================================================ */
.dmc-steps-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
  perspective: 1000px;
}
.dmc-step{
  background: rgba(255,255,255,0.52);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.78);
  border-top: 1px solid rgba(255,255,255,0.95);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 2px 0 rgba(255,255,255,.90) inset, 0 8px 32px rgba(14,59,52,0.10), 0 2px 6px rgba(14,59,52,0.06);
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
  transform: perspective(800px) translateY(0);
  transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s ease;
}
.dmc-step:hover{
  transform: perspective(800px) translateY(-8px);
  box-shadow: 0 2px 0 rgba(255,255,255,.90) inset, 0 24px 56px rgba(14,59,52,0.16), 0 4px 12px rgba(14,59,52,0.08);
}
.dmc-step-no{
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #4c6f69;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 16px;
}
.dmc-step h3{
  margin: 0 0 8px;
  color: #0b1220;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}
.dmc-step p{
  margin: 0;
  color: rgba(11,18,32,.68);
  font-size: 14px;
  line-height: 1.8;
}

/* ============================================================
   CHECKLIST
============================================================ */
.dmc-checklist{
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 28px;
}
.dmc-checklist.single{ grid-template-columns: 1fr; }
.dmc-check-item{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14.5px;
  color: #0b1220;
  line-height: 1.6;
}
.dmc-check-item::before{
  content: "✓";
  color: var(--brand-1, #ff7a18);
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ============================================================
   WHO-IT'S-FOR BULLETS
============================================================ */
.dmc-who-list{
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 12px;
}
.dmc-who-item{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  color: rgba(11,18,32,.78);
  line-height: 1.7;
}
.dmc-who-item::before{
  content: "→";
  color: var(--band-bg, #0E3B34);
  font-weight: 800;
  flex-shrink: 0;
}

/* ============================================================
   CTA CARD (within sections)
============================================================ */
.dmc-cta-card{
  background: linear-gradient(135deg, var(--band-bg, #0E3B34) 0%, #6b8b82 100%);
  border-radius: 22px;
  padding: 36px 32px;
  text-align: center;
  color: #fff;
  margin-top: 48px;
}
.dmc-cta-card h3{
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 800;
}
.dmc-cta-card p{
  margin: 0 0 22px;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  line-height: 1.75;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.dmc-cta-card p:last-child{ margin-bottom: 0; }
.dmc-cta-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 999px;
  border: 1.5px solid rgba(255,255,255,.70);
  background: transparent;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none !important;
  transition: transform .15s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.dmc-cta-btn:hover{
  transform: translateY(-2px);
  border-color: #ff7a18;
  color: #ff7a18;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}
.dmc-cta-btn-arrow{
  display: inline-block;
  margin-left: 6px;
  transition: transform .2s ease;
}
.dmc-cta-btn:hover .dmc-cta-btn-arrow{
  transform: rotate(90deg);
}

/* ============================================================
   5-CARD CORPORATE SERVICES GRID
============================================================ */
.dmc-corp-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
  perspective: 1000px;
}
.dmc-corp-card{
  background: rgba(255,255,255,0.52);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.78);
  border-top: 1px solid rgba(255,255,255,0.95);
  border-radius: 20px;
  padding: 24px 20px;
  box-shadow: 0 2px 0 rgba(255,255,255,.90) inset, 0 8px 32px rgba(14,59,52,0.10), 0 2px 6px rgba(14,59,52,0.06);
  transform-style: preserve-3d;
  will-change: transform;
  transform: perspective(800px) translateY(0);
  transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s ease;
}
.dmc-corp-card:hover{
  transform: perspective(800px) translateY(-8px);
  box-shadow: 0 2px 0 rgba(255,255,255,.90) inset, 0 24px 56px rgba(14,59,52,0.16), 0 4px 12px rgba(14,59,52,0.08);
}
.dmc-corp-icon{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(95,127,118,.12);
  color: var(--band-bg, #0E3B34);
  border: 1px solid rgba(95,127,118,.22);
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 15px;
}
.dmc-corp-card h3{
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: #0b1220;
  line-height: 1.3;
}
.dmc-corp-card p{
  margin: 0;
  font-size: 14px;
  color: rgba(11,18,32,.68);
  line-height: 1.8;
}

/* ============================================================
   WHY SPECIALISTS MATTER
============================================================ */
.dmc-specialist-box{
  background: #f7f8f9;
  border-radius: 20px;
  padding: 32px 28px;
  margin-top: 40px;
}
.dmc-specialist-box h3{
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 800;
  color: #0b1220;
}
.dmc-specialist-box p{
  margin: 0 0 16px;
  color: rgba(11,18,32,.72);
  font-size: 15px;
  line-height: 1.85;
}
.dmc-specialist-list{
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: grid;
  gap: 8px;
}
.dmc-specialist-list li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14.5px;
  color: rgba(11,18,32,.78);
  line-height: 1.65;
}
.dmc-specialist-list li::before{
  content: "—";
  color: var(--band-bg, #0E3B34);
  font-weight: 800;
  flex-shrink: 0;
}
.dmc-specialist-closing{
  margin: 16px 0 0;
  font-weight: 600;
  color: #0b1220;
  font-size: 15px;
  font-style: italic;
}

/* ============================================================
   SECTION DIVIDER
============================================================ */
.dmc-divider{
  height: 1px;
  background: rgba(15,23,42,.08);
  margin: 0;
  border: none;
}
.dmc-sub-divider{
  height: 1px;
  background: rgba(15,23,42,.06);
  margin: 40px 0;
}

/* ============================================================
   FAQ — dark teal band
============================================================ */
.dmc-faq-band{
  background: #DDE6DD; color: #2c2c2c;
  padding: 74px 0 70px; position: relative; overflow: hidden;
}
.dmc-faq-band::before{ display: none; }
.dmc-faq-band > * { position: relative; z-index: 2; }
.dmc-faq-wrap{ width: min(860px, 92vw); margin: 0 auto; position: relative; z-index: 2; }
.dmc-faq-kicker{
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; letter-spacing: .28em; text-transform: uppercase;
  color: #5f7f76; opacity: 1; margin-bottom: 12px;
}
.dmc-faq-kicker::after{ content: ""; width: 44px; height: 1px; background: rgba(95,127,118,.40); }
.dmc-faq-title{
  font-size: clamp(26px, 2.6vw, 40px); font-weight: 800;
  color: #2c2c2c; letter-spacing: -.02em; margin: 0 0 8px; line-height: 1.08;
}
.dmc-faq-title span{ color: #ff7a18; }
.dmc-faq-subtitle{ max-width: 520px; font-size: 14.5px; line-height: 1.8; color: #4b5563; margin: 0 0 22px; }
.dmc-faq-list{ display: flex; flex-direction: column; gap: 10px; margin-top: 10px; }
.dmc-faq-item{
  background: #fff; border: 1px solid #c8d8c8;
  border-radius: 12px; overflow: hidden; cursor: pointer;
  transition: border-color .18s, background .18s;
}
.dmc-faq-item:hover{ background: #f4f9f4; border-color: rgba(255,122,24,.60); }
.dmc-faq-item.active{ border-color: #ff7a18; background: #f4f9f4; }
.dmc-faq-q{
  padding: 17px 50px 17px 20px; font-size: 14.5px; font-weight: 600;
  color: #2c2c2c; position: relative; user-select: none; cursor: pointer;
  margin: 0; line-height: 1.35;
}
.dmc-faq-q::after{
  content: '+'; position: absolute; right: 18px; top: 50%;
  transform: translateY(-50%); font-size: 22px; color: #ff7a18; font-weight: 300; transition: transform .2s;
}
.dmc-faq-item.active .dmc-faq-q::after{ content: '−'; }
.dmc-faq-a{
  display: none; padding: 14px 20px 18px;
  font-size: 14px; color: #4b5563; line-height: 1.75;
  border-top: 1px solid #c8d8c8; margin: 0;
}
.dmc-faq-item.active .dmc-faq-a{ display: block; }

/* ============================================================
   FORMS
============================================================ */
.dmc-form-band{
  padding: 18px 0 90px;
}
.dmc-form-band.ta-band{ background: #F7F2E9; }
.dmc-form-band.corp-band{ background: #F7F2E9; }

.dmc-form-shell{
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(2,6,23,.10);
}
.dmc-form-shell.ta-shell{
  background: linear-gradient(135deg, var(--band-bg, #0E3B34), #6b8b82);
}
.dmc-form-shell.corp-shell{
  background: linear-gradient(135deg, #2d4a5f, #3d607a);
}
.dmc-form-grid{
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 0;
}
.dmc-form-copy{
  padding: 36px 30px;
  border-right: 1px solid rgba(255,255,255,.10);
  color: #fff;
}
.dmc-form-copy h2{
  margin: 0 0 12px;
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.14;
  font-weight: 800;
}
.dmc-form-copy p{
  margin: 0 0 20px;
  color: rgba(255,255,255,.86);
  font-size: 15px;
  line-height: 1.85;
}
.dmc-contact-list{
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
.dmc-contact-chip{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.14);
}
.dmc-contact-chip .dot{
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--brand-1, #ff7a18);
  flex: 0 0 9px;
}
.dmc-contact-chip span{
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.dmc-form-box{
  background: #f6f3ee;
  padding: 32px;
}
.dmc-form-box.corp-box{ background: #edf2f7; }
.dmc-form-title{
  margin: 0 0 6px;
  color: #0b1220;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
}
.dmc-form-subtitle{
  margin: 0 0 18px;
  color: rgba(11,18,32,.60);
  font-size: 13.5px;
  line-height: 1.6;
}

/* form elements */
.dmc-form{ margin-top: 6px; }
.fgrid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
  align-items: start;
}
.flabel{
  display: block;
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(11,18,32,.80);
}
.finput,
.fselect,
.ftextarea{
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(11,18,32,.14);
  background: rgba(255,255,255,.75);
  padding: 0 12px;
  font-size: 14px;
  color: rgba(11,18,32,.85);
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.finput,
.fselect{ height: 46px; }
.ftextarea{
  min-height: 110px;
  padding-top: 12px;
  padding-bottom: 12px;
  resize: vertical;
}
.finput:focus,
.fselect:focus,
.ftextarea:focus{
  border-color: rgba(15,80,70,.35);
  box-shadow: 0 0 0 4px rgba(15,80,70,.09);
  background: rgba(255,255,255,.95);
}
.fhelp{
  margin-top: 5px;
  font-size: 11.5px;
  color: rgba(11,18,32,.52);
}
.fcol-2{ grid-column: 1 / -1; }

/* radio group */
.fradio-group{
  display: grid;
  gap: 8px;
  margin-top: 2px;
}
.fradio-label{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: rgba(11,18,32,.80);
  cursor: pointer;
  line-height: 1.5;
}
.fradio-label input[type="radio"]{
  margin-top: 2px;
  accent-color: var(--band-bg, #0E3B34);
}

/* checkbox group */
.fcheck-group{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 2px;
}
.fcheck-label{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(11,18,32,.80);
  cursor: pointer;
  line-height: 1.5;
}
.fcheck-label input[type="checkbox"]{
  accent-color: var(--band-bg, #0E3B34);
  flex-shrink: 0;
}

/* consent */
.fconsent-row{
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: rgba(11,18,32,.72);
  line-height: 1.6;
}
.fconsent-row input[type="checkbox"]{
  margin-top: 2px;
  accent-color: var(--band-bg, #0E3B34);
  flex-shrink: 0;
}

.factions{
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 6px;
}
.fbtn{
  display: inline-block;
  min-width: 200px;
  padding: 13px 24px;
  border-radius: 999px;
  border: 1px solid #4c6f69;
  color: #fff;
  background: #4c6f69;
  font-family: Georgia, "Times New Roman", serif !important;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .18s ease, border-color .18s ease;
}
.fbtn:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(0,0,0,.09);
  background: var(--brand-1, #ff7a18);
  border-color: var(--brand-1, #ff7a18);
  color: #fff;
}
.fbtn.corp-btn{
  border-color: #2d4a5f;
  background: #2d4a5f;
}
.fbtn.corp-btn:hover{
  background: var(--brand-1, #ff7a18);
  border-color: var(--brand-1, #ff7a18);
}
.fprivacy{
  font-size: 12px;
  color: rgba(11,18,32,.48);
  line-height: 1.5;
}
.hp{
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ============================================================
   FINAL CTA SECTION
============================================================ */
.dmc-final{
  background: #F7F2E9;
  padding: 60px 0;
  text-align: center;
  color: #0b1220;
}
.dmc-final h2{
  margin: 0 0 10px;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: -.02em;
  color: #0b1220;
}
.dmc-final-sub{
  margin: 0 auto 28px;
  max-width: 540px;
  color: rgba(11,18,32,.65);
  font-size: 15px;
  line-height: 1.78;
}
.dmc-final-btns{
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.dmc-final-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  border-radius: 999px;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none !important;
  border: 1.5px solid #4c6f69;
  background: transparent;
  color: #4c6f69;
  transition: transform .15s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.dmc-final-btn:hover{
  transform: translateY(-2px);
  border-color: #ff7a18;
  color: #ff7a18;
  box-shadow: 0 8px 18px rgba(0,0,0,.10);
}
.dmc-final-btn-arrow{
  display: inline-block;
  margin-left: 6px;
  transition: transform .2s ease;
}
.dmc-final-btn:hover .dmc-final-btn-arrow{
  transform: rotate(-45deg);
}
/* utility links */
.dmc-final-links{
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 10px;
}
.dmc-final-link{
  display: inline-flex; align-items: center; gap: 5px;
  color: rgba(11,18,32,.52); font-size: 14px; font-weight: 600;
  text-decoration: none; transition: color .2s;
}
.dmc-final-link:hover{ color: #ff7a18; }
.dmc-final-arrow-s{ display: inline-block; transition: opacity .2s ease, transform .2s ease; opacity: 1; }
.dmc-final-link:hover .dmc-final-arrow-s{ opacity: 0; transform: translateX(4px); }
.dmc-final-arrow-e{ display: inline-block; transition: opacity .2s ease, transform .2s ease; opacity: 0; transform: translateX(-4px); }
.dmc-final-link:hover .dmc-final-arrow-e{ opacity: 1; transform: translateX(0) rotate(-45deg); }

/* ============================================================
   RESPONSIVE
============================================================ */
@media(max-width: 980px){
  .dmc-hero,
  .dmc-form-grid{
    grid-template-columns: 1fr;
  }
  .dmc-vprops-grid{ grid-template-columns: repeat(2, 1fr); }
  .dmc-steps-grid{ grid-template-columns: repeat(2, 1fr); }
  .dmc-corp-grid{ grid-template-columns: repeat(2, 1fr); }
  .dmc-form-copy{ border-right: 0; border-bottom: 1px solid rgba(255,255,255,.10); }
  .dmc-checklist{ grid-template-columns: 1fr; }
}
@media(max-width: 820px){
  .fgrid{ grid-template-columns: 1fr; }
  .fcheck-group{ grid-template-columns: 1fr; }
}
@media(max-width: 640px){
  .dmc-vprops-grid{ grid-template-columns: 1fr; }
  .dmc-steps-grid{ grid-template-columns: 1fr; }
  .dmc-corp-grid{ grid-template-columns: 1fr; }
  .dmc-imgcard img{ height: 240px; }
  .dmc-form-box,
  .dmc-form-copy{ padding: 22px; }
  .dmc-cta-card{ padding: 28px 20px; }
  .dmc-specialist-box{ padding: 24px 18px; }
}
@media(max-width: 560px){
  .dmc-vpcard { transform: none !important; }
  .dmc-vpcard:hover { transform: translateY(-6px) !important; }
  .dmc-step { transform: none !important; }
  .dmc-step:hover { transform: translateY(-6px) !important; }
  .dmc-corp-card { transform: none !important; }
  .dmc-corp-card:hover { transform: translateY(-6px) !important; }
}
