.hm-dm-v11,
.hm-dm-v11 * {
  box-sizing:border-box;
}

.hm-dm-v11 {
  --hm-blue:var(--hm-brand-blue,#0055DA);
  --hm-coral:var(--hm-brand-coral,#FF577F);
  --hm-orange:var(--hm-brand-orange,#FF884B);
  --hm-yellow:var(--hm-brand-yellow,#FFC764);
  --hm-cyan:var(--hm-brand-cyan,#CDFFFC);
  --hm-ink:var(--hm-brand-ink,#07111F);
  --hm-text:var(--hm-brand-text,#263548);
  --hm-muted:var(--hm-brand-muted,#64748B);
  --hm-bg:var(--hm-brand-surface,#F7FAFF);
  --hm-line:var(--hm-brand-line,#DFE8F3);
  direction:rtl;
  color:var(--hm-text);
  background:var(--hm-bg);
  overflow:hidden;
}

.hm-dm-v11 a { color:inherit; text-decoration:none; }
.hm-dm-v11 img { display:block; max-width:100%; height:auto; }

.hm-dm-v11__container {
  width:min(1240px,calc(100% - 48px));
  margin-inline:auto;
}

.hm-dm-v11__section {
  position:relative;
  padding:86px 0;
}

.hm-dm-v11__section--white { background:#fff; }

.hm-dm-v11__section--soft {
  background:
    radial-gradient(circle at 8% 14%,rgba(0,85,218,.065),transparent 29%),
    radial-gradient(circle at 92% 84%,rgba(255,136,75,.07),transparent 26%),
    var(--hm-bg);
}

.hm-dm-v11__section--dark {
  color:#fff;
  background:
    radial-gradient(circle at 9% 18%,rgba(0,85,218,.36),transparent 31%),
    radial-gradient(circle at 90% 74%,rgba(255,87,127,.12),transparent 26%),
    radial-gradient(circle at 79% 10%,rgba(255,136,75,.11),transparent 24%),
    linear-gradient(135deg,#07111F 0%,#0D2036 58%,#07111F 100%);
}

.hm-dm-v11__eyebrow {
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:38px;
  padding:7px 13px;
  margin-bottom:16px;
  border:1px solid rgba(0,85,218,.18);
  border-radius:999px;
  color:var(--hm-blue);
  background:rgba(0,85,218,.055);
  font-size:13px;
  font-weight:900;
  line-height:1.6;
}

.hm-dm-v11__eyebrow::before {
  content:"";
  width:8px;
  height:8px;
  flex:0 0 auto;
  border-radius:50%;
  background:var(--hm-orange);
  box-shadow:0 0 0 6px rgba(255,136,75,.12);
}

.hm-dm-v11__hero .hm-dm-v11__eyebrow,
.hm-dm-v11__section--dark .hm-dm-v11__eyebrow {
  color:var(--hm-cyan);
  border-color:rgba(205,255,252,.18);
  background:rgba(205,255,252,.07);
}

.hm-dm-v11__title,
.hm-dm-v11__section-title {
  margin:0;
  color:var(--hm-ink);
  font-weight:950;
  letter-spacing:-.8px;
}

.hm-dm-v11__title {
  font-size:clamp(40px,5.3vw,68px);
  line-height:1.18;
}

.hm-dm-v11__section-title {
  font-size:clamp(30px,3.8vw,48px);
  line-height:1.42;
}

.hm-dm-v11__section--dark .hm-dm-v11__section-title { color:#fff; }
.hm-dm-v11__accent { color:var(--hm-cyan); }

.hm-dm-v11__rule {
  width:112px;
  height:4px;
  margin-top:18px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--hm-blue),var(--hm-cyan),var(--hm-coral),var(--hm-orange));
}

.hm-dm-v11__lead {
  max-width:860px;
  margin:22px 0 0;
  color:var(--hm-muted);
  font-size:clamp(16.5px,1.5vw,20px);
  line-height:2.08;
}

.hm-dm-v11__section--dark .hm-dm-v11__lead { color:#D2DEEA; }

.hm-dm-v11__head {
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:34px;
  align-items:end;
  margin-bottom:36px;
}

.hm-dm-v11__intro {
  margin:0;
  color:var(--hm-muted);
  font-size:16px;
  line-height:2.05;
}

.hm-dm-v11__section--dark .hm-dm-v11__intro { color:#C9D6E3; }

.hm-dm-v11__actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.hm-dm-v11__btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border:1px solid transparent;
  border-radius:999px;
  text-decoration:none !important;
  font-size:14px;
  font-weight:900;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}

.hm-dm-v11__btn:hover { transform:translateY(-2px); }

.hm-dm-v11__btn--primary {
  color:#fff !important;
  background:linear-gradient(135deg,var(--hm-blue),#0048B8);
  box-shadow:0 16px 36px rgba(0,85,218,.23);
}

.hm-dm-v11__btn--warm {
  color:#fff !important;
  background:linear-gradient(135deg,var(--hm-coral),var(--hm-orange));
  box-shadow:0 16px 36px rgba(255,87,127,.20);
}

.hm-dm-v11__hero {
  position:relative;
  padding:86px 0 78px;
  color:#fff;
  background:
    radial-gradient(circle at 8% 18%,rgba(0,85,218,.44),transparent 32%),
    radial-gradient(circle at 92% 10%,rgba(255,87,127,.15),transparent 27%),
    radial-gradient(circle at 86% 88%,rgba(255,136,75,.13),transparent 24%),
    linear-gradient(135deg,#07111F 0%,#0D2036 58%,#07111F 100%);
}

.hm-dm-v11__hero-grid {
  display:grid;
  grid-template-columns:minmax(330px,430px) minmax(0,1fr);
  grid-template-areas:"visual copy";
  gap:68px;
  align-items:center;
  direction:ltr;
}

.hm-dm-v11__hero-copy {
  grid-area:copy;
  min-width:0;
  direction:rtl;
}

.hm-dm-v11__hero-visual {
  grid-area:visual;
  min-width:0;
}

.hm-dm-v11__breadcrumb {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:18px;
  color:#AFC0D1;
  font-size:13px;
  font-weight:750;
}

.hm-dm-v11__breadcrumb a { color:var(--hm-cyan) !important; }
.hm-dm-v11__hero .hm-dm-v11__title { color:#fff; }
.hm-dm-v11__hero .hm-dm-v11__lead { color:#D8E3EE; }

.hm-dm-v11__portrait-shell {
  position:relative;
  max-width:420px;
  margin-left:auto;
  padding:10px;
  border-radius:34px;
  background:linear-gradient(145deg,rgba(205,255,252,.14),rgba(0,85,218,.18));
  box-shadow:0 30px 80px rgba(7,17,31,.18);
}

.hm-dm-v11__portrait-shell::before {
  content:"";
  position:absolute;
  inset:30px -18px -20px 30px;
  z-index:0;
  border-radius:34px;
  background:linear-gradient(145deg,rgba(0,85,218,.42),rgba(7,17,31,.68));
}

.hm-dm-v11__portrait {
  position:relative;
  z-index:1;
  overflow:hidden;
  margin:0;
  border-radius:28px;
  background:#0D2036;
}

.hm-dm-v11__portrait img {
  width:100%;
  aspect-ratio:.80;
  object-fit:cover;
  object-position:center top;
}

.hm-dm-v11__identity {
  position:relative;
  z-index:2;
  margin:-68px 18px 0;
  padding:17px 18px;
  border:1px solid rgba(205,255,252,.18);
  border-radius:22px;
  background:rgba(7,17,31,.86);
  box-shadow:0 20px 48px rgba(0,0,0,.25);
}

.hm-dm-v11__identity small {
  display:block;
  color:var(--hm-cyan);
  font-size:11px;
  font-weight:900;
  direction:ltr;
}

.hm-dm-v11__identity strong {
  display:block;
  margin-top:5px;
  color:#fff;
  font-size:18px;
  font-weight:950;
}

.hm-dm-v11__identity span {
  display:block;
  margin-top:5px;
  color:#BCD0E1;
  font-size:12.5px;
  line-height:1.8;
}

.hm-dm-v11__proof {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:11px;
  margin-top:30px;
}

.hm-dm-v11__proof-item {
  padding:16px;
  border:1px solid rgba(205,255,252,.13);
  border-radius:18px;
  background:rgba(255,255,255,.05);
}

.hm-dm-v11__proof-item b {
  display:block;
  color:var(--hm-cyan);
  font-size:12px;
  font-weight:950;
  direction:ltr;
}

.hm-dm-v11__proof-item span {
  display:block;
  margin-top:5px;
  color:#D5E2ED;
  font-size:11.5px;
  line-height:1.7;
}

.hm-dm-v11__cards {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.hm-dm-v11__card {
  position:relative;
  min-height:100%;
  padding:24px 22px;
  border:1px solid var(--hm-line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 50px rgba(7,17,31,.07);
}

.hm-dm-v11__card--featured {
  border-color:rgba(0,85,218,.22);
  background:linear-gradient(145deg,#fff,rgba(0,85,218,.045));
}

.hm-dm-v11__num {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:50px;
  height:50px;
  margin-bottom:15px;
  border-radius:16px;
  color:#fff;
  background:var(--hm-blue);
  font-weight:950;
  direction:ltr;
}

.hm-dm-v11__card:nth-child(2n) .hm-dm-v11__num { background:var(--hm-coral); }
.hm-dm-v11__card:nth-child(3n) .hm-dm-v11__num { background:var(--hm-orange); }

.hm-dm-v11__tag {
  display:inline-flex;
  padding:6px 10px;
  margin-bottom:12px;
  border-radius:999px;
  color:var(--hm-blue);
  background:rgba(0,85,218,.05);
  border:1px solid rgba(0,85,218,.12);
  font-size:11px;
  font-weight:900;
  direction:ltr;
}

.hm-dm-v11__card h3,
.hm-dm-v11__card h4 {
  margin:0 0 10px;
  color:var(--hm-ink);
  font-size:18px;
  font-weight:950;
  line-height:1.65;
}

.hm-dm-v11__card p {
  margin:0;
  color:var(--hm-muted);
  font-size:14px;
  line-height:1.95;
}

.hm-dm-v11__dark-card {
  min-height:100%;
  padding:24px 22px;
  border:1px solid rgba(205,255,252,.14);
  border-radius:24px;
  background:rgba(255,255,255,.055);
  box-shadow:0 18px 46px rgba(0,0,0,.15);
}

.hm-dm-v11__dark-card h3,
.hm-dm-v11__dark-card h4 {
  margin:0 0 10px;
  color:#fff;
  font-size:18px;
  font-weight:950;
  line-height:1.65;
}

.hm-dm-v11__dark-card p {
  margin:0;
  color:#C9D6E3;
  font-size:14px;
  line-height:1.95;
}

.hm-dm-v11__split {
  display:grid;
  grid-template-columns:minmax(330px,.42fr) minmax(0,.58fr);
  gap:30px;
  align-items:center;
  direction:ltr;
}

.hm-dm-v11__split--reverse {
  grid-template-columns:minmax(0,.58fr) minmax(330px,.42fr);
}

.hm-dm-v11__split-copy,
.hm-dm-v11__split-media {
  min-width:0;
  direction:rtl;
}

.hm-dm-v11__media {
  padding:9px;
  border-radius:28px;
  background:linear-gradient(145deg,rgba(0,85,218,.13),rgba(255,136,75,.13));
  box-shadow:0 24px 64px rgba(7,17,31,.11);
}

.hm-dm-v11__media img {
  width:100%;
  border-radius:22px;
  object-fit:cover;
}

.hm-dm-v11__panel {
  padding:25px;
  border:1px solid var(--hm-line);
  border-radius:25px;
  background:#fff;
  box-shadow:0 18px 50px rgba(7,17,31,.07);
}

.hm-dm-v11__panel h3 {
  margin:0 0 10px;
  color:var(--hm-ink);
  font-size:20px;
  font-weight:950;
  line-height:1.65;
}

.hm-dm-v11__panel p {
  margin:0;
  color:var(--hm-muted);
  font-size:14px;
  line-height:1.95;
}

.hm-dm-v11__list {
  display:grid;
  gap:8px;
  margin:16px 0 0;
  padding:0;
  list-style:none;
}

.hm-dm-v11__list li {
  position:relative;
  padding-right:17px;
  color:var(--hm-text);
  font-size:13.5px;
  line-height:1.85;
}

.hm-dm-v11__section--dark .hm-dm-v11__list li { color:#D7E4EF; }

.hm-dm-v11__list li::before {
  content:"";
  position:absolute;
  right:0;
  top:.78em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--hm-blue);
}

.hm-dm-v11__section--dark .hm-dm-v11__list li::before { background:var(--hm-cyan); }

.hm-dm-v11__goals {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.hm-dm-v11__kpis {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}

.hm-dm-v11__kpi {
  padding:18px;
  border:1px solid var(--hm-line);
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 34px rgba(7,17,31,.05);
}

.hm-dm-v11__kpi h4 {
  margin:0 0 8px;
  color:var(--hm-ink);
  font-size:15px;
  font-weight:950;
}

.hm-dm-v11__kpi p {
  margin:0;
  color:var(--hm-muted);
  font-size:13px;
  line-height:1.85;
}

.hm-dm-v11__process {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}

.hm-dm-v11__step {
  min-height:100%;
  padding:22px 19px;
  border:1px solid rgba(205,255,252,.14);
  border-radius:22px;
  background:rgba(255,255,255,.055);
}

.hm-dm-v11__step-num {
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  margin-bottom:14px;
  border-radius:14px;
  color:#fff;
  background:var(--hm-blue);
  font-size:12px;
  font-weight:950;
  direction:ltr;
}

.hm-dm-v11__step:nth-child(2n) .hm-dm-v11__step-num { background:var(--hm-coral); }
.hm-dm-v11__step:nth-child(3n) .hm-dm-v11__step-num { background:var(--hm-orange); }

.hm-dm-v11__step h3 {
  margin:0 0 8px;
  color:#fff;
  font-size:16px;
  font-weight:950;
  line-height:1.7;
}

.hm-dm-v11__step p {
  margin:0;
  color:#C9D6E3;
  font-size:13px;
  line-height:1.9;
}

.hm-dm-v11__logos-shell {
  padding:26px;
  border:1px solid var(--hm-line);
  border-radius:28px;
  background:#fff;
  box-shadow:0 20px 58px rgba(7,17,31,.07);
}

.hm-dm-v11__logos {
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:12px;
}

.hm-dm-v11__logo-card {
  min-height:112px;
  display:grid;
  place-items:center;
  padding:14px;
  border:1px solid var(--hm-line);
  border-radius:20px;
  background:var(--hm-bg);
}

.hm-dm-v11__logo-card img {
  max-width:78px;
  max-height:78px;
  object-fit:contain;
}

.hm-dm-v11__skills {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.hm-dm-v11__skills .hm-dm-v11__card:last-child {
  grid-column:1/-1;
}

.hm-dm-v11__chips {
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:18px;
}

.hm-dm-v11__chip {
  padding:8px 12px;
  border:1px solid var(--hm-line);
  border-radius:999px;
  color:#36536B;
  background:#fff;
  font-size:12px;
  font-weight:850;
  box-shadow:0 8px 22px rgba(7,17,31,.04);
}

.hm-dm-v11__note {
  margin-top:18px;
  padding:20px 22px;
  border-right:4px solid var(--hm-orange);
  border-radius:20px;
  color:var(--hm-text);
  background:linear-gradient(135deg,rgba(255,136,75,.09),rgba(205,255,252,.24));
  font-size:15px;
  line-height:2;
}

.hm-dm-v11__section--dark .hm-dm-v11__note {
  color:#E3EDF6;
  background:linear-gradient(135deg,rgba(255,136,75,.10),rgba(205,255,252,.05));
}

.hm-dm-v11__advisory-grid {
  display:grid;
  grid-template-columns:minmax(330px,.40fr) minmax(0,.60fr);
  gap:34px;
  align-items:center;
  direction:ltr;
}

.hm-dm-v11__advisory-copy,
.hm-dm-v11__advisory-media {
  min-width:0;
  direction:rtl;
}

.hm-dm-v11__cta { text-align:center; }

.hm-dm-v11__cta .hm-dm-v11__section-title,
.hm-dm-v11__cta .hm-dm-v11__lead,
.hm-dm-v11__cta .hm-dm-v11__rule {
  margin-inline:auto;
}

.hm-dm-v11__cta .hm-dm-v11__actions { justify-content:center; }

.hm-dm-v11 a:focus-visible {
  outline:3px solid rgba(255,87,127,.32);
  outline-offset:4px;
}

@media (max-width:1180px) {
  .hm-dm-v11__process { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .hm-dm-v11__logos { grid-template-columns:repeat(5,minmax(0,1fr)); }
}

@media (max-width:940px) {
  .hm-dm-v11__hero,
  .hm-dm-v11__section { padding:68px 0; }

  .hm-dm-v11__hero-grid {
    grid-template-columns:1fr;
    grid-template-areas:"copy" "visual";
  }

  .hm-dm-v11__hero-copy,
  .hm-dm-v11__head { text-align:center; }

  .hm-dm-v11__hero-copy .hm-dm-v11__eyebrow,
  .hm-dm-v11__hero-copy .hm-dm-v11__lead,
  .hm-dm-v11__hero-copy .hm-dm-v11__rule,
  .hm-dm-v11__head .hm-dm-v11__eyebrow,
  .hm-dm-v11__head .hm-dm-v11__intro,
  .hm-dm-v11__head .hm-dm-v11__rule {
    margin-inline:auto;
  }

  .hm-dm-v11__hero-copy .hm-dm-v11__actions { justify-content:center; }
  .hm-dm-v11__portrait-shell { margin-inline:auto; }

  .hm-dm-v11__head,
  .hm-dm-v11__split,
  .hm-dm-v11__split--reverse,
  .hm-dm-v11__advisory-grid {
    grid-template-columns:1fr;
  }

  .hm-dm-v11__cards { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .hm-dm-v11__logos { grid-template-columns:repeat(4,minmax(0,1fr)); }
}

@media (max-width:640px) {
  .hm-dm-v11__container { width:min(100% - 28px,1240px); }
  .hm-dm-v11__hero,
  .hm-dm-v11__section { padding:54px 0; }
  .hm-dm-v11__title { font-size:clamp(34px,10vw,47px); }
  .hm-dm-v11__section-title { font-size:clamp(27px,8vw,36px); }
  .hm-dm-v11__lead,
  .hm-dm-v11__intro { font-size:15px; line-height:2; }
  .hm-dm-v11__actions { flex-direction:column; }
  .hm-dm-v11__btn { width:100%; }

  .hm-dm-v11__cards,
  .hm-dm-v11__goals,
  .hm-dm-v11__kpis,
  .hm-dm-v11__process,
  .hm-dm-v11__skills {
    grid-template-columns:1fr;
  }

  .hm-dm-v11__skills .hm-dm-v11__card:last-child { grid-column:auto; }
  .hm-dm-v11__logos { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .hm-dm-v11__logos-shell { padding:18px; border-radius:22px; }
  .hm-dm-v11__logo-card { min-height:96px; }
}

@media (prefers-reduced-motion:reduce) {
  .hm-dm-v11 *,
  .hm-dm-v11 *::before,
  .hm-dm-v11 *::after {
    transition:none !important;
    scroll-behavior:auto !important;
  }
}
