:root {
  --dcv2-ink:#102d24;
  --dcv2-ink2:#173f33;
  --dcv2-gold:#c58a15;
  --dcv2-gold2:#e1ae45;
  --dcv2-paper:#fbfaf6;
  --dcv2-paper2:#f3ead8;
  --dcv2-card:#ffffff;
  --dcv2-line:#e6d9c3;
  --dcv2-muted:#5c6b64;
  --dcv2-soft:#fff8eb;
  --dcv2-live:#dff5df;
  --dcv2-soon:#f7e7bd;
  --dcv2-shadow:0 22px 70px rgba(16,45,36,.13);
  --dcv2-shadow2:0 12px 38px rgba(16,45,36,.08);
  --dcv2-radius:28px;
  --dcv2-max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--dcv2-paper);color:var(--dcv2-ink);font-family:Inter,Arial,Helvetica,sans-serif}
a{color:inherit}
.dcv2-wrap{max-width:var(--dcv2-max);margin:0 auto;padding:0 22px}
.dcv2-site-header{position:sticky;top:0;z-index:100;background:rgba(16,45,36,.97);border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(14px)}
.dcv2-header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.dcv2-brand img{width:184px;height:auto;display:block}
.dcv2-nav{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.dcv2-nav a{color:#fff;text-decoration:none;font-weight:850;font-size:14px}
.dcv2-nav a:hover{color:#ffd482}
.dcv2-nav-button{background:var(--dcv2-gold);color:var(--dcv2-ink)!important;padding:11px 16px;border-radius:999px;font-weight:950}
.dcv2-main{min-height:60vh}
.dcv2-section{padding:62px 0;scroll-margin-top:92px}
.dcv2-section-alt{background:var(--dcv2-paper2)}
.dcv2-section-head{display:flex;justify-content:space-between;align-items:end;gap:34px;margin-bottom:34px}
.dcv2-section-head h2{font-family:Georgia,serif;font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-.04em;margin:0}
.dcv2-section-head p{max-width:680px;color:var(--dcv2-muted);font-size:17px;line-height:1.68;margin:0}
.dcv2-hero{overflow:hidden;background:radial-gradient(circle at 82% 12%,rgba(225,174,69,.34),transparent 34%),radial-gradient(circle at 8% 92%,rgba(255,255,255,.11),transparent 32%),linear-gradient(135deg,var(--dcv2-ink),#061713 78%);color:#fff}
.dcv2-hero-grid{min-height:520px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:42px;padding:56px 22px 58px}
.dcv2-eyebrow{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.09);color:#f7dfac;border-radius:999px;padding:9px 13px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:950;margin-bottom:24px}
.dcv2-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--dcv2-gold2);box-shadow:0 0 0 5px rgba(225,174,69,.15)}
.dcv2-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(44px,5.7vw,76px);line-height:.98;letter-spacing:-.045em;margin:0 0 22px;max-width:980px}
.dcv2-hero-lead{max-width:860px;color:#eadfcd;font-size:18px;line-height:1.66;margin:0}
.dcv2-cta-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}
.dcv2-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 20px;border-radius:14px;text-decoration:none;font-weight:950;border:1px solid transparent}
.dcv2-btn-gold{background:var(--dcv2-gold);color:var(--dcv2-ink)}
.dcv2-btn-ghost{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.18)}
.dcv2-btn-dark{background:var(--dcv2-ink);color:#fff}
.dcv2-btn-paper{background:#fff;color:var(--dcv2-ink);border-color:var(--dcv2-line)}
.dcv2-hero-card{background:rgba(255,255,255,.085);border:1px solid rgba(255,255,255,.16);border-radius:var(--dcv2-radius);padding:30px;box-shadow:0 30px 80px rgba(0,0,0,.2)}
.dcv2-hero-card h2{font-family:Georgia,serif;font-size:32px;line-height:1.03;letter-spacing:-.025em;margin:0 0 14px}
.dcv2-hero-card p{color:#dfd4c1;line-height:1.62;margin:0}
.dcv2-quick-list{display:grid;gap:12px;margin-top:22px}
.dcv2-quick-item{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:14px 15px;border-radius:15px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);font-weight:850;color:#fff}
.dcv2-tag{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 9px;font-size:10.5px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.dcv2-live{background:var(--dcv2-live);color:#10351e}
.dcv2-soon{background:var(--dcv2-soon);color:#644000}
.dcv2-feature-slider-section{margin-top:-22px;position:relative;z-index:5;padding-bottom:28px}
.dcv2-feature-slider{background:#fff;border:1px solid var(--dcv2-line);border-radius:var(--dcv2-radius);box-shadow:var(--dcv2-shadow);overflow:hidden}
.dcv2-feature-slider-top{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;border-bottom:1px solid var(--dcv2-line);background:#fffdf8}
.dcv2-feature-slider-top strong{font-family:Georgia,serif;font-size:24px}
.dcv2-feature-controls{display:flex;gap:8px}
.dcv2-feature-controls button{width:38px;height:38px;border-radius:50%;border:1px solid var(--dcv2-line);background:#fff;color:var(--dcv2-ink);font-weight:950;cursor:pointer}
.dcv2-feature-slide{display:none;grid-template-columns:1fr .8fr;gap:24px;align-items:center;padding:34px}
.dcv2-feature-slide.is-active{display:grid}
.dcv2-feature-slide h2{font-family:Georgia,serif;font-size:clamp(36px,4.6vw,62px);line-height:.96;letter-spacing:-.04em;margin:0 0 14px}
.dcv2-feature-slide p{color:var(--dcv2-muted);font-size:17px;line-height:1.65;margin:0}
.dcv2-feature-card{background:linear-gradient(135deg,var(--dcv2-ink),#071b16);color:#fff;border-radius:22px;padding:24px;min-height:190px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}
.dcv2-feature-card strong{display:block;font-family:Georgia,serif;font-size:30px;line-height:1;margin-bottom:10px}
.dcv2-feature-card span{color:#eadfcd;line-height:1.5}
.dcv2-feature-dots{display:flex;gap:8px;padding:0 34px 26px}
.dcv2-feature-dot{width:38px;height:6px;border-radius:999px;background:#d9c8aa;border:0;cursor:pointer}
.dcv2-feature-dot.is-active{background:var(--dcv2-gold)}
.dcv2-entry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.dcv2-entry{position:relative;overflow:hidden;min-height:440px;display:flex;flex-direction:column;justify-content:space-between;padding:34px;border-radius:var(--dcv2-radius);background:#fff;border:1px solid var(--dcv2-line);box-shadow:var(--dcv2-shadow);text-decoration:none}
.dcv2-entry:before{content:"";position:absolute;right:-90px;top:-90px;width:260px;height:260px;border-radius:50%;background:rgba(197,138,21,.12)}
.dcv2-kicker{position:relative;color:#a76d08;font-size:12px;font-weight:950;letter-spacing:.14em;text-transform:uppercase;margin-bottom:12px}
.dcv2-entry h3{position:relative;font-family:Georgia,serif;font-size:50px;line-height:.97;letter-spacing:-.04em;margin:0 0 14px}
.dcv2-entry p{position:relative;color:var(--dcv2-muted);line-height:1.65;font-size:16px;max-width:540px;margin:0}
.dcv2-entry ul{position:relative;list-style:none;padding:0;margin:26px 0 0;display:grid;gap:10px}
.dcv2-entry li{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 13px;border-radius:13px;background:#fffdf8;border:1px solid #eee1ce;font-weight:850}
.dcv2-go{position:relative;align-self:flex-start;margin-top:26px;background:var(--dcv2-ink);color:#fff;border-radius:13px;padding:13px 16px;font-weight:950}
.dcv2-spotlight,.dcv2-facility-band{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:stretch;background:radial-gradient(circle at right top,rgba(225,174,69,.24),transparent 34%),linear-gradient(135deg,#102d24,#071b16 78%);color:#fff;border-radius:var(--dcv2-radius);padding:36px;box-shadow:var(--dcv2-shadow);overflow:hidden;margin-bottom:24px}
.dcv2-spotlight h3,.dcv2-facility-band h2{font-family:Georgia,serif;font-size:clamp(44px,5.2vw,72px);line-height:.94;letter-spacing:-.045em;margin:0 0 16px}
.dcv2-spotlight p,.dcv2-facility-band p{color:#eadfcd;line-height:1.68;font-size:18px;margin:0 0 18px}
.dcv2-mini-grid{display:grid;gap:12px}
.dcv2-mini-card{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);border-radius:15px;padding:16px}
.dcv2-mini-card strong{display:block;margin-bottom:6px;color:#fff;font-size:16px}
.dcv2-mini-card span{color:#e4d8c4;line-height:1.45;font-size:14px}
.dcv2-practice-banner{margin:24px 0;display:grid;grid-template-columns:1fr .86fr;gap:24px;align-items:stretch;background:linear-gradient(135deg,#fffdf8,#f4ead7);border:1px solid var(--dcv2-line);border-radius:var(--dcv2-radius);padding:34px;box-shadow:var(--dcv2-shadow2)}
.dcv2-practice-banner h3{font-family:Georgia,serif;font-size:clamp(40px,5vw,66px);line-height:.96;letter-spacing:-.04em;margin:0 0 16px}
.dcv2-practice-banner p{color:var(--dcv2-muted);line-height:1.68;font-size:18px;margin:0 0 18px}
.dcv2-practice-panel{background:var(--dcv2-ink);color:#fff;border-radius:20px;padding:24px;display:grid;gap:12px}
.dcv2-practice-panel h4{font-family:Georgia,serif;font-size:30px;line-height:1;margin:0}
.dcv2-practice-point{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:13px 14px;color:#eadfcd;line-height:1.45;font-size:14px}
.dcv2-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.dcv2-product{min-height:250px;padding:25px;border-radius:20px;background:#fff;border:1px solid var(--dcv2-line);box-shadow:var(--dcv2-shadow2);display:flex;flex-direction:column;justify-content:space-between;gap:18px;text-decoration:none}
.dcv2-product-disabled{background:#fbf6ec}
.dcv2-product h3{font-family:Georgia,serif;font-size:32px;line-height:1.04;letter-spacing:-.025em;margin:0 0 12px}
.dcv2-product p{color:var(--dcv2-muted);line-height:1.62;margin:0}
.dcv2-link{font-weight:950;color:var(--dcv2-ink)}
.dcv2-journey-grid,.dcv2-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.dcv2-journey,.dcv2-trust-card{padding:24px;border-radius:18px;background:#fff;border:1px solid var(--dcv2-line);box-shadow:var(--dcv2-shadow2)}
.dcv2-journey h3,.dcv2-trust-card strong{margin:0 0 10px;display:block}
.dcv2-journey p,.dcv2-trust-card span{color:var(--dcv2-muted);line-height:1.55;margin:0}
.dcv2-trust-strip{display:grid;grid-template-columns:1fr 1fr;gap:24px;background:#fff;border:1px solid var(--dcv2-line);border-radius:var(--dcv2-radius);padding:34px;box-shadow:var(--dcv2-shadow2)}
.dcv2-trust-strip h2{font-family:Georgia,serif;font-size:clamp(40px,5vw,64px);line-height:.98;letter-spacing:-.04em;margin:0 0 16px}
.dcv2-trust-strip p{color:var(--dcv2-muted);line-height:1.68;font-size:17px}
.dcv2-bottom-cta{padding:62px 0;background:var(--dcv2-ink);color:#fff;text-align:center}
.dcv2-bottom-cta h2{font-family:Georgia,serif;font-size:clamp(42px,5vw,70px);line-height:.98;letter-spacing:-.045em;margin:0 0 16px}
.dcv2-bottom-cta p{max-width:790px;margin:0 auto;color:#e4d8c4;line-height:1.65;font-size:18px}
.dcv2-footer{background:#071b16;color:#fff;padding:46px 0}
.dcv2-footer-grid{display:grid;grid-template-columns:1.15fr 2fr;gap:42px}
.dcv2-footer-brand img{width:190px;max-width:100%;height:auto;display:block;margin-bottom:12px}
.dcv2-footer p{color:#cdbfa8;line-height:1.62;margin:0;max-width:480px}
.dcv2-footer-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.dcv2-footer h4{margin:0 0 14px;color:#fff;text-transform:uppercase;letter-spacing:.13em;font-size:12px}
.dcv2-footer a{display:block;color:#cdbfa8;text-decoration:none;margin:9px 0;font-weight:760}
.dcv2-footer a:hover{color:#ffd482}
@media (max-width:1000px){
  .dcv2-hero-grid,.dcv2-entry-grid,.dcv2-feature-slide,.dcv2-spotlight,.dcv2-practice-banner,.dcv2-facility-band,.dcv2-trust-strip,.dcv2-footer-grid{grid-template-columns:1fr}
  .dcv2-product-grid,.dcv2-journey-grid,.dcv2-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dcv2-section-head{display:block}
  .dcv2-section-head p{margin-top:16px}
}
@media (max-width:700px){
  .dcv2-header-inner{flex-direction:column;align-items:flex-start;padding:14px 0}
  .dcv2-brand img{width:166px}
  .dcv2-nav{gap:12px}
  .dcv2-hero-grid{min-height:520px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:42px;padding:56px 22px 58px}
  .dcv2-product-grid,.dcv2-journey-grid,.dcv2-trust-grid,.dcv2-footer-links{grid-template-columns:1fr}
  .dcv2-entry{min-height:auto}
  .dcv2-entry h3{font-size:42px}
  .dcv2-spotlight,.dcv2-practice-banner,.dcv2-facility-band,.dcv2-trust-strip{padding:29px}
}

/* Public V2 MDS Lookup product */
.dcv2-lookup-hero .dcv2-hero-grid {
  min-height: 500px;
}
.dcv2-lookup-form {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  max-width: 860px;
}
.dcv2-lookup-form input {
  flex: 1;
  min-height: 58px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.10);
  color: #fff;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 800;
  outline: none;
}
.dcv2-lookup-form input::placeholder {
  color: rgba(255,255,255,.72);
}
.dcv2-lookup-form button {
  min-height: 58px;
  border: 0;
  border-radius: 16px;
  background: var(--dcv2-gold);
  color: var(--dcv2-ink);
  padding: 0 22px;
  font-weight: 950;
  cursor: pointer;
}
.dcv2-lookup-chips {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.dcv2-lookup-chips a {
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.09);
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 13px;
  font-weight: 900;
}
.dcv2-lookup-results {
  display: grid;
  gap: 16px;
}
.dcv2-lookup-result,
.dcv2-lookup-empty {
  background: #fff;
  border: 1px solid var(--dcv2-line);
  border-radius: 20px;
  padding: 24px;
  box-shadow: var(--dcv2-shadow2);
}
.dcv2-lookup-result-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
}
.dcv2-lookup-code {
  color: #a76d08;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.dcv2-lookup-result h3,
.dcv2-lookup-empty h3 {
  margin: 0 0 12px;
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1.05;
}
.dcv2-lookup-result p,
.dcv2-lookup-empty p {
  color: var(--dcv2-muted);
  line-height: 1.65;
  margin: 0;
}
.dcv2-lookup-badge {
  white-space: nowrap;
  background: var(--dcv2-live);
  color: #10351e;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}
.dcv2-lookup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.dcv2-lookup-actions a,
.dcv2-lookup-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 999px;
  padding: 8px 13px;
  border: 1px solid var(--dcv2-line);
  background: #fffdf8;
  color: var(--dcv2-ink);
  text-decoration: none;
  font-weight: 900;
  font-size: 13px;
  cursor: pointer;
}
@media (max-width: 760px) {
  .dcv2-lookup-form {
    flex-direction: column;
  }
  .dcv2-lookup-result-top {
    display: block;
  }
  .dcv2-lookup-badge {
    display: inline-flex;
    margin-bottom: 12px;
  }
}

/* DiraChart brand header correction */
.dcv2-brand img,
.dcv2-site-header img,
.dcv2-logo img {
  max-height: 52px;
  width: auto;
  object-fit: contain;
}

.dcv2-brand,
.dcv2-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 760px) {
  .dcv2-brand img,
  .dcv2-site-header img,
  .dcv2-logo img {
    max-height: 42px;
  }
}


/* DiraChart homepage hero + AI cleanup 20260712 START */

/* Homepage hero cleanup. */
.dcv2-hero {
  min-height: auto !important;
  padding-top: clamp(42px, 5vw, 68px) !important;
  padding-bottom: clamp(42px, 5vw, 72px) !important;
}

.dcv2-hero-grid {
  grid-template-columns: minmax(0, 980px) !important;
  align-items: center !important;
  gap: 28px !important;
}

.dcv2-hero-copy {
  max-width: 980px !important;
}

.dcv2-hero-copy h1 {
  max-width: 980px !important;
}

/* Hide any old right-side hero workflow card if cached or reintroduced. */
.dcv2-hero-card,
.dcv2-hero-panel,
.dcv2-hero-rail,
.dcv2-hero-workflow,
.dcv2-workflow-chooser,
.dcv2-workflow-panel {
  display: none !important;
}

/* Compact AI source section. */
.dcv2-ai-source-section {
  padding-top: clamp(42px, 5vw, 70px) !important;
  padding-bottom: clamp(42px, 5vw, 70px) !important;
}

.dcv2-trust-strip-compact {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr) !important;
  gap: clamp(24px, 4vw, 48px) !important;
  align-items: center !important;
}

.dcv2-trust-copy {
  max-width: 680px !important;
}

.dcv2-trust-grid-compact {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.dcv2-trust-grid-compact .dcv2-trust-card {
  min-height: 0 !important;
  padding: 18px 18px !important;
  border-radius: 18px !important;
}

.dcv2-trust-grid-compact .dcv2-trust-card strong {
  display: block !important;
  margin-bottom: 8px !important;
}

.dcv2-trust-grid-compact .dcv2-trust-card span {
  line-height: 1.45 !important;
}

@media (max-width: 980px) {
  .dcv2-hero-grid,
  .dcv2-trust-strip-compact {
    grid-template-columns: 1fr !important;
  }

  .dcv2-trust-grid-compact {
    grid-template-columns: 1fr !important;
  }
}

/* DiraChart homepage hero + AI cleanup 20260712 END */


/* DiraChart homepage compact hero 20260712 START */

.dcv2-hero {
  min-height: 0 !important;
  padding-top: clamp(34px, 3.8vw, 54px) !important;
  padding-bottom: clamp(34px, 4vw, 58px) !important;
}

.dcv2-hero-grid {
  grid-template-columns: minmax(0, 1320px) !important;
  max-width: 1440px !important;
  gap: 18px !important;
}

.dcv2-hero-copy {
  max-width: 1320px !important;
}

.dcv2-hero-copy h1 {
  max-width: 1320px !important;
  font-size: clamp(58px, 6.1vw, 104px) !important;
  line-height: .91 !important;
  letter-spacing: -0.055em !important;
  margin-bottom: 22px !important;
}

.dcv2-hero-copy p {
  max-width: 980px !important;
  font-size: clamp(18px, 1.35vw, 22px) !important;
  line-height: 1.45 !important;
  margin-bottom: 26px !important;
}

.dcv2-hero-actions {
  margin-top: 4px !important;
}

.dcv2-hero .dcv2-pill,
.dcv2-hero-eyebrow {
  margin-bottom: 22px !important;
}

/* Keep removed right hero workflow block hidden. */
.dcv2-hero-card,
.dcv2-hero-panel,
.dcv2-hero-rail,
.dcv2-hero-workflow,
.dcv2-workflow-chooser,
.dcv2-workflow-panel {
  display: none !important;
}

@media (min-width: 1200px) {
  .dcv2-hero-copy h1 {
    max-width: 1260px !important;
  }
}

@media (max-width: 900px) {
  .dcv2-hero-copy h1 {
    font-size: clamp(46px, 12vw, 68px) !important;
    line-height: .94 !important;
  }

  .dcv2-hero-copy p {
    font-size: 17px !important;
  }
}

/* DiraChart homepage compact hero 20260712 END */


/* DiraChart homepage full-width compact hero 20260712 START */

.dcv2-hero {
  min-height: 0 !important;
  padding-top: clamp(26px, 3vw, 42px) !important;
  padding-bottom: clamp(26px, 3.2vw, 46px) !important;
}

.dcv2-hero .dcv2-wrap {
  width: min(100% - 36px, 1680px) !important;
  max-width: 1680px !important;
}

.dcv2-hero-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  width: 100% !important;
  max-width: 1680px !important;
  gap: 12px !important;
}

.dcv2-hero-copy {
  width: 100% !important;
  max-width: 1600px !important;
}

.dcv2-hero-copy h1 {
  width: 100% !important;
  max-width: 1580px !important;
  font-size: clamp(52px, 5.1vw, 86px) !important;
  line-height: .92 !important;
  letter-spacing: -0.052em !important;
  margin-bottom: 18px !important;
}

.dcv2-hero-copy p {
  max-width: 1120px !important;
  font-size: clamp(17px, 1.15vw, 20px) !important;
  line-height: 1.42 !important;
  margin-bottom: 22px !important;
}

.dcv2-hero-actions {
  margin-top: 0 !important;
}

.dcv2-hero .dcv2-pill,
.dcv2-hero-eyebrow {
  margin-bottom: 18px !important;
}

/* Make sure the removed right-side hero panel stays gone. */
.dcv2-hero-card,
.dcv2-hero-panel,
.dcv2-hero-rail,
.dcv2-hero-workflow,
.dcv2-workflow-chooser,
.dcv2-workflow-panel {
  display: none !important;
}

@media (min-width: 1450px) {
  .dcv2-hero-copy h1 {
    font-size: 82px !important;
    max-width: 1600px !important;
  }
}

@media (max-width: 900px) {
  .dcv2-hero .dcv2-wrap {
    width: min(100% - 28px, 100%) !important;
  }

  .dcv2-hero-copy h1 {
    font-size: clamp(42px, 11vw, 62px) !important;
    line-height: .95 !important;
  }

  .dcv2-hero-copy p {
    font-size: 16px !important;
  }
}

/* DiraChart homepage full-width compact hero 20260712 END */

