.elementor-4703 .elementor-element.elementor-element-a6704a0{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), outfit;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-99041dc */.dcm-dma {
    
    color: #16161f;
    line-height: 1.6;
    font-size: 16px;
  }
  .dcm-dma a { text-decoration: none; }
 
  /* ── HERO ── */
  .dcm-hero {
    background: linear-gradient(160deg, #0c1018 0%, #131b2b 55%, #1a1006 100%);
    color: #fff;
    padding: 88px 20px 0;
    position: relative;
    overflow: hidden;
  }
  .dcm-hero-glow {
    position: absolute;
    top: -100px; left: 50%;
    transform: translateX(-50%);
    width: 760px; height: 460px;
    background: radial-gradient(ellipse, #ff6b1a1c 0%, transparent 65%);
    pointer-events: none;
  }
  .dcm-hero-inner {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-bottom: 60px;
  }
  .dcm-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ff6b1a14;
    border: 1px solid #ff6b1a4a;
    color: #ff8c42;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 100px;
    margin-bottom: 24px;
  }
  .dcm-hero h1 {
    font-size: clamp(27px, 5vw, 50px);
    font-weight: 900;
    line-height: 1.14;
    max-width: 800px;
    margin: 0 auto 22px;
    letter-spacing: -0.7px;
    color:#fff;
  }
  .dcm-hero h1 em { font-style: normal; color: #ff6b1a; }
  .dcm-hero p {
    font-size: clamp(15px, 2vw, 17px);
    color: #a4aec6;
    max-width: 600px;
    margin: 0 auto 36px;
  }
  .dcm-hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
  .dcm-btn-primary {
    background: #ff6b1a;
    color: #fff;
    padding: 15px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    transition: background 0.2s, transform 0.2s;
    display: inline-block;
  }
  .dcm-btn-primary:hover { background: #e85c10; transform: translateY(-2px); }
  .dcm-btn-outline {
    border: 2px solid #ffffff2a;
    color: #fff;
    padding: 13px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    transition: border-color 0.2s, background 0.2s;
    display: inline-block;
  }
  .dcm-btn-outline:hover { border-color: #ff6b1a; background: #ff6b1a0f; }
 
  /* ── WAVE DIVIDER ── */
  .dcm-wave { display: block; width: 100%; position: relative; margin-top: -2px; }
 
  /* ── SECTION COMMON ── */
  .dcm-section { padding: 76px 20px; }
  .dcm-section-alt { background: #f8f7fb; }
  .dcm-container { max-width: 1080px; margin: 0 auto; }
  .dcm-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ff6b1a;
    margin-bottom: 10px;
  }
  .dcm-h2 {
    font-size: clamp(22px, 3.5vw, 36px);
    font-weight: 800;
    color: #16161f;
    line-height: 1.22;
    margin-bottom: 14px;
    letter-spacing: -0.3px;
  }
  .dcm-lead {
    font-size: 16px;
    color: #5a5a6a;
    max-width: 580px;
    margin-bottom: 44px;
  }
 
  /* ── COST-OF-INACTION TICKER ── */
  .dcm-ticker {
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 26px 20px;
  }
  .dcm-ticker-row {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    text-align: center;
  }
  .dcm-ticker-item strong { display: block; font-size: 24px; font-weight: 800; color: #ff6b1a; }
  .dcm-ticker-item span { font-size: 12px; color: #777; font-weight: 500; }
 
  /* ── PAIN POINTS (AU specific) ── */
  .dcm-pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    margin-top: 40px;
  }
  .dcm-pain-card {
    background: #fff;
    border: 1px solid #ece8f0;
    border-radius: 12px;
    padding: 24px 22px;
    position: relative;
  }
  .dcm-pain-card .dcm-pain-x {
    display: inline-flex;
    width: 26px; height: 26px;
    background: #d9454515;
    color: #d94545;
    border-radius: 7px;
    align-items: center; justify-content: center;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 12px;
  }
  .dcm-pain-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
  .dcm-pain-card p { font-size: 13px; color: #666; line-height: 1.6; }
 
  /* ── SERVICES (tab-like cards) ── */
  .dcm-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 44px;
  }
  .dcm-service-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 26px;
    border: 1px solid #ece8f0;
    transition: border-color 0.25s, transform 0.25s;
  }
  .dcm-service-card:hover { border-color: #ff6b1a55; transform: translateY(-3px); }
  .dcm-service-icon-row { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
  .dcm-service-icon-row span.emoji { font-size: 22px; }
  .dcm-service-card h3 { font-size: 16px; font-weight: 700; color: #16161f; }
  .dcm-service-card p { font-size: 14px; color: #666; line-height: 1.65; }
 
  /* ── COMPARISON TABLE (Us vs Typical AU Agency) ── */
  .dcm-compare {
    margin-top: 44px;
    background: #fff;
    border: 1px solid #ece8f0;
    border-radius: 16px;
    overflow: hidden;
  }
  .dcm-compare-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    border-bottom: 1px solid #f0eef4;
  }
  .dcm-compare-row:last-child { border-bottom: none; }
  .dcm-compare-row.header { background: #16161f; color: #fff; font-weight: 700; font-size: 13px; }
  .dcm-compare-cell { padding: 16px 18px; font-size: 13px; display: flex; align-items: center; }
  .dcm-compare-row.header .dcm-compare-cell:nth-child(2) { color: #ff8c42; }
  .dcm-compare-cell.feature { font-weight: 600; color: #16161f; }
  .dcm-compare-cell.us { color: #1a8a4a; font-weight: 600; background: #1a8a4a08; }
  .dcm-compare-cell.them { color: #888; }
 
  /* ── PROCESS (vertical timeline) ── */
  .dcm-timeline { margin-top: 44px; position: relative; padding-left: 30px; }
  .dcm-timeline::before {
    content: '';
    position: absolute;
    left: 9px; top: 8px; bottom: 8px;
    width: 2px;
    background: #ff6b1a33;
  }
  .dcm-tl-item { position: relative; padding-bottom: 36px; }
  .dcm-tl-item:last-child { padding-bottom: 0; }
  .dcm-tl-dot {
    position: absolute;
    left: -30px; top: 2px;
    width: 20px; height: 20px;
    background: #ff6b1a;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #ff6b1a55;
  }
  .dcm-tl-item h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
  .dcm-tl-item p { font-size: 14px; color: #666; line-height: 1.65; max-width: 560px; }
 
  /* ── REGIONS ── */
  .dcm-regions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 14px;
    margin-top: 40px;
  }
  .dcm-region-card {
    background: #fff;
    border: 1px solid #ece8f0;
    border-radius: 12px;
    padding: 20px 18px;
    text-align: center;
  }
  .dcm-region-card span { font-size: 24px; display: block; margin-bottom: 8px; }
  .dcm-region-card h3 { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
  .dcm-region-card p { font-size: 12px; color: #888; }
 
  /* ── INDUSTRIES ── */
  .dcm-industries { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
  .dcm-ind-tag {
    background: #fff;
    border: 1.5px solid #e2dfe8;
    padding: 9px 20px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
  }
  .dcm-ind-tag:hover { border-color: #ff6b1a; background: #ff6b1a08; color: #ff6b1a; }
 
  /* ── TESTIMONIALS ── */
  .dcm-testi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 44px;
  }
  .dcm-testi-card {
    background: #fff;
    border: 1px solid #ece8f0;
    border-left: 3px solid #ff6b1a;
    border-radius: 10px;
    padding: 26px 24px;
  }
  .dcm-stars { color: #ff8c42; font-size: 13px; margin-bottom: 12px; letter-spacing: 2px; }
  .dcm-testi-card p { font-size: 14px; color: #444; line-height: 1.75; margin-bottom: 18px; }
  .dcm-testi-author strong { font-size: 13px; color: #16161f; display: block; }
  .dcm-testi-author span { font-size: 12px; color: #888; }
 
  /* ── FAQ ── */
  .dcm-faq { margin-top: 40px; display: flex; flex-direction: column; gap: 12px; }
  .dcm-faq-item {
    background: #fff;
    border: 1px solid #ece8f0;
    border-radius: 12px;
    padding: 22px 26px;
  }
  .dcm-faq-item h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; color: #16161f; }
  .dcm-faq-item p { font-size: 14px; color: #666; line-height: 1.7; }
 
  /* ── FINAL CTA ── */
  .dcm-cta-section {
    background: linear-gradient(135deg, #0c1018, #1a1006);
    color: #fff;
    padding: 86px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .dcm-cta-section::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 600px; height: 400px;
    background: radial-gradient(ellipse, #ff6b1a1f 0%, transparent 65%);
  }
  .dcm-cta-section h2 {
    font-size: clamp(23px, 4vw, 40px);
    font-weight: 900;
    margin-bottom: 16px;
    line-height: 1.22;
    position: relative;
    letter-spacing: -0.4px;
    color:#fff;
  }
  .dcm-cta-section h2 em { font-style: normal; color: #ff6b1a; }
  .dcm-cta-section p {
    font-size: 16px;
    color: #a4aec6;
    max-width: 520px;
    margin: 0 auto 36px;
    position: relative;
  }
  .dcm-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }
  .dcm-btn-cta-main {
    background: #ff6b1a;
    color: #fff;
    padding: 16px 34px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 15px;
    display: inline-block;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .dcm-btn-cta-main:hover { transform: translateY(-2px); box-shadow: 0 10px 30px #ff6b1a40; }
  .dcm-btn-cta-ghost {
    border: 2px solid #ffffff2a;
    color: #fff;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    transition: background 0.2s, border-color 0.2s;
  }
  .dcm-btn-cta-ghost:hover { background: #ffffff10; border-color: #fff; }
 
  @media (max-width: 700px) {
    .dcm-compare-row { grid-template-columns: 1fr 0.8fr 0.8fr; }
    .dcm-compare-cell { padding: 12px 10px; font-size: 12px; }
  }
  @media (max-width: 500px) {
    .dcm-hero-btns, .dcm-cta-btns { flex-direction: column; align-items: center; }
    .dcm-ticker-row { gap: 26px; }
  }/* End custom CSS */