*, ::before, ::after { box-sizing: border-box; margin: 0px; padding: 0px; }
html { scroll-behavior: smooth; }
body { font-family: Inter, sans-serif; color: rgb(0, 0, 0); background: rgb(255, 255, 255); line-height: 1.6; overflow-x: hidden; }
.dw-hero { background: rgb(24, 22, 23); min-height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; padding: 120px 40px 80px; text-align: center; overflow: hidden; }
.dw-hero__bg-overlay { position: absolute; inset: 0px; background: linear-gradient(135deg, rgba(24, 22, 23, 0.98) 0%, rgba(30, 10, 12, 0.92) 100%); z-index: 0; }
.dw-hero__content { position: relative; z-index: 2; max-width: 860px; margin: 0px auto; }
.dw-hero__label { display: inline-block; font-family: Inter, sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.18em; color: rgb(208, 2, 27); text-transform: uppercase; margin-bottom: 20px; }
.dw-hero__headline { font-family: Poppins, sans-serif; font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 800; color: rgb(255, 255, 255); line-height: 1.15; margin-bottom: 24px; }
.dw-hero__subheadline { font-family: Inter, sans-serif; font-size: clamp(1rem, 2vw, 1.2rem); font-weight: 400; color: rgba(255, 255, 255, 0.78); max-width: 680px; margin: 0px auto 36px; line-height: 1.75; }
.dw-hero__cta { display: inline-block; background: rgb(208, 2, 27); color: rgb(255, 255, 255); font-family: Poppins, sans-serif; font-size: 1rem; font-weight: 600; padding: 16px 38px; text-decoration: none; letter-spacing: 0.04em; border-radius: 3px; transition: background 0.3s, transform 0.2s, box-shadow 0.3s; box-shadow: rgba(208, 2, 27, 0.35) 0px 4px 20px; }
.dw-hero__cta:hover { background: rgb(168, 0, 22); transform: translateY(-2px); box-shadow: rgba(208, 2, 27, 0.5) 0px 8px 30px; }
.dw-hero__separator { width: 80px; height: 3px; background: rgb(208, 2, 27); margin: 48px auto 0px; border-radius: 2px; }
.dw-what { background: rgb(255, 255, 255); padding: 100px 40px; }
.dw-what__inner { max-width: 1200px; margin: 0px auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.dw-what__text { display: flex; flex-direction: column; gap: 24px; }
.dw-section-label { display: inline-block; font-family: Inter, sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; color: rgb(208, 2, 27); text-transform: uppercase; margin-bottom: 6px; }
.dw-section-title { font-family: Poppins, sans-serif; font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 700; color: rgb(0, 0, 0); line-height: 1.25; }
.dw-section-title--white { color: rgb(255, 255, 255); }
.dw-what__body { font-family: Inter, sans-serif; font-size: 1rem; color: rgb(51, 51, 51); line-height: 1.8; }
.dw-what__body + .dw-what__body { color: rgb(85, 85, 85); }
.dw-what__image-block { position: relative; border-radius: 6px; overflow: hidden; min-height: 420px; display: flex; align-items: stretch; }
.dw-what__image-block img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; display: block; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 60px; }
.dw-what__image-badge { position: absolute; bottom: 24px; left: 24px; background: rgb(208, 2, 27); color: rgb(255, 255, 255); font-family: Poppins, sans-serif; font-size: 0.8rem; font-weight: 600; padding: 10px 18px; border-radius: 3px; letter-spacing: 0.06em; text-transform: uppercase; }
.dw-dual { background: rgb(24, 22, 23); padding: 100px 40px; }
.dw-dual__inner { max-width: 1200px; margin: 0px auto; }
.dw-dual__header { text-align: center; margin-bottom: 64px; }
.dw-dual__header .dw-section-title { color: rgb(255, 255, 255); }
.dw-dual__header-line { width: 60px; height: 3px; background: rgb(208, 2, 27); margin: 16px auto 0px; }
.dw-dual__columns { display: grid; grid-template-columns: 1fr 3px 1fr; gap: 0px; align-items: start; }
.dw-dual__divider { background: rgb(208, 2, 27); width: 3px; align-self: stretch; min-height: 400px; border-radius: 2px; }
.dw-dual__col { padding: 40px 50px; display: flex; flex-direction: column; gap: 20px; }
.dw-dual__col-icon { width: 56px; height: 56px; background: rgba(208, 2, 27, 0.12); border: 2px solid rgb(208, 2, 27); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dw-dual__col-icon svg { width: 26px; height: 26px; fill: none; stroke: rgb(208, 2, 27); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.dw-dual__col-title { font-family: Poppins, sans-serif; font-size: 1.3rem; font-weight: 700; color: rgb(255, 255, 255); line-height: 1.3; }
.dw-dual__col-body { font-family: Inter, sans-serif; font-size: 0.95rem; color: rgba(255, 255, 255, 0.72); line-height: 1.8; }
.dw-dual__col-bullets { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-top: 6px; }
.dw-dual__col-bullets li { display: flex; align-items: center; gap: 10px; font-family: Inter, sans-serif; font-size: 0.9rem; color: rgba(255, 255, 255, 0.8); }
.dw-dual__col-bullets li::before { content: ""; display: inline-block; width: 8px; height: 8px; background: rgb(208, 2, 27); border-radius: 50%; flex-shrink: 0; }
.dw-why { background: rgb(197, 197, 197); padding: 100px 40px; }
.dw-why__inner { max-width: 1200px; margin: 0px auto; }
.dw-why__header { text-align: center; margin-bottom: 60px; }
.dw-why__header .dw-section-title { color: rgb(0, 0, 0); }
.dw-why__header-accent { width: 60px; height: 3px; background: rgb(208, 2, 27); margin: 14px auto 0px; border-radius: 2px; }
.dw-why__cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.dw-why__card { background: rgb(255, 255, 255); border-radius: 6px; padding: 40px 28px; display: flex; flex-direction: column; gap: 18px; box-shadow: rgba(0, 0, 0, 0.07) 0px 4px 24px; transition: transform 0.3s, box-shadow 0.3s; border-top: 4px solid rgb(208, 2, 27); }
.dw-why__card:hover { transform: translateY(-6px); box-shadow: rgba(0, 0, 0, 0.13) 0px 16px 48px; }
.dw-why__card-icon { width: 54px; height: 54px; background: rgba(208, 2, 27, 0.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.dw-why__card-icon svg { width: 26px; height: 26px; fill: none; stroke: rgb(208, 2, 27); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.dw-why__card-title { font-family: Poppins, sans-serif; font-size: 1.05rem; font-weight: 700; color: rgb(0, 0, 0); }
.dw-why__card-body { font-family: Inter, sans-serif; font-size: 0.9rem; color: rgb(85, 85, 85); line-height: 1.7; }
.dw-apps { background: rgb(255, 255, 255); padding: 100px 40px; }
.dw-apps__inner { max-width: 1200px; margin: 0px auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.dw-apps__text { display: flex; flex-direction: column; gap: 24px; }
.dw-apps__intro { font-family: Inter, sans-serif; font-size: 1rem; color: rgb(68, 68, 68); line-height: 1.8; }
.dw-apps__list { list-style: none; display: flex; flex-direction: column; gap: 20px; margin-top: 8px; }
.dw-apps__list-item { display: flex; align-items: flex-start; gap: 16px; padding: 18px 20px; border-left: 3px solid rgb(208, 2, 27); background: rgb(248, 248, 248); border-radius: 0px 4px 4px 0px; transition: background 0.25s; }
.dw-apps__list-item:hover { background: rgb(240, 240, 240); }
.dw-apps__list-icon { width: 36px; height: 36px; background: rgb(208, 2, 27); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dw-apps__list-icon svg { width: 18px; height: 18px; fill: none; stroke: rgb(255, 255, 255); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.dw-apps__list-content { }
.dw-apps__list-title { font-family: Poppins, sans-serif; font-size: 0.95rem; font-weight: 700; color: rgb(0, 0, 0); margin-bottom: 4px; }
.dw-apps__list-desc { font-family: Inter, sans-serif; font-size: 0.85rem; color: rgb(102, 102, 102); line-height: 1.6; }
.dw-apps__visuals { display: flex; flex-direction: column; gap: 20px; }
.dw-apps__tile { position: relative; border-radius: 6px; overflow: hidden; height: 200px; flex-shrink: 0; }
.dw-apps__tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.dw-apps__tile:hover img { transform: scale(1.04); }
.dw-apps__tile-label { position: absolute; bottom: 0px; left: 0px; right: 0px; background: linear-gradient(to top, rgba(24, 22, 23, 0.88) 0%, transparent 100%); color: rgb(255, 255, 255); font-family: Poppins, sans-serif; font-size: 0.85rem; font-weight: 600; padding: 20px 16px 12px; letter-spacing: 0.04em; }
.dw-process { background: rgb(24, 22, 23); padding: 100px 40px; }
.dw-process__inner { max-width: 1200px; margin: 0px auto; }
.dw-process__header { text-align: center; margin-bottom: 70px; }
.dw-process__header .dw-section-title { color: rgb(255, 255, 255); }
.dw-process__header-line { width: 60px; height: 3px; background: rgb(208, 2, 27); margin: 14px auto 0px; border-radius: 2px; }
.dw-process__steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0px; position: relative; }
.dw-process__connector { position: absolute; top: 36px; left: calc(10% + 24px); right: calc(10% + 24px); height: 2px; background: rgba(208, 2, 27, 0.3); z-index: 0; }
.dw-process__step { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; padding: 0px 16px; position: relative; z-index: 1; }
.dw-process__step-num { width: 72px; height: 72px; border-radius: 50%; background: rgb(208, 2, 27); display: flex; align-items: center; justify-content: center; font-family: Poppins, sans-serif; font-size: 1.4rem; font-weight: 800; color: rgb(255, 255, 255); flex-shrink: 0; box-shadow: rgba(208, 2, 27, 0.15) 0px 0px 0px 6px; transition: transform 0.3s; }
.dw-process__step:hover .dw-process__step-num { transform: scale(1.1); }
.dw-process__step-title { font-family: Poppins, sans-serif; font-size: 0.95rem; font-weight: 700; color: rgb(255, 255, 255); line-height: 1.3; }
.dw-process__step-body { font-family: Inter, sans-serif; font-size: 0.82rem; color: rgba(255, 255, 255, 0.62); line-height: 1.7; }
.dw-cta-band { background: rgb(208, 2, 27); padding: 90px 40px; text-align: center; }
.dw-cta-band__inner { max-width: 700px; margin: 0px auto; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.dw-cta-band__headline { font-family: Poppins, sans-serif; font-size: clamp(1.7rem, 3.5vw, 2.6rem); font-weight: 800; color: rgb(255, 255, 255); line-height: 1.2; }
.dw-cta-band__subtext { font-family: Inter, sans-serif; font-size: 1.05rem; color: rgba(255, 255, 255, 0.88); line-height: 1.7; max-width: 560px; }
.dw-cta-band__btn { display: inline-block; background: rgb(255, 255, 255); color: rgb(208, 2, 27); font-family: Poppins, sans-serif; font-size: 1rem; font-weight: 700; padding: 16px 42px; border-radius: 3px; text-decoration: none; letter-spacing: 0.04em; margin-top: 8px; transition: background 0.3s, color 0.3s, transform 0.2s, box-shadow 0.3s; box-shadow: rgba(0, 0, 0, 0.18) 0px 4px 20px; }
.dw-cta-band__btn:hover { background: rgb(240, 240, 240); color: rgb(168, 0, 22); transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.22) 0px 8px 30px; }
@media (max-width: 1100px) {
  .dw-why__cards { grid-template-columns: repeat(2, 1fr); }
  .dw-process__steps { grid-template-columns: repeat(3, 1fr); row-gap: 48px; }
  .dw-process__connector { display: none; }
}
@media (max-width: 900px) {
  .dw-what__inner, .dw-apps__inner { grid-template-columns: 1fr; gap: 48px; }
  .dw-dual__columns { grid-template-columns: 1fr; gap: 0px; }
  .dw-dual__divider { width: 100%; height: 3px; min-height: unset; align-self: unset; }
  .dw-dual__col { padding: 40px 20px; }
  .dw-what__image-block { min-height: 300px; }
  .dw-what__image-block img { min-height: 300px; }
}
@media (max-width: 700px) {
  .dw-hero { padding: 100px 24px 60px; }
  .dw-what, .dw-dual, .dw-why, .dw-apps, .dw-process, .dw-cta-band { padding: 70px 24px; }
  .dw-why__cards { grid-template-columns: 1fr; }
  .dw-process__steps { grid-template-columns: 1fr; row-gap: 48px; }
  .dw-apps__visuals { display: none; }
  .dw-apps__inner { grid-template-columns: 1fr; }
}
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }


    /* Editable elements styling - HIGHEST PRIORITY */
    .editable:hover:not(.editor-tool):not([data-editor-tool]) {
      outline: 2px dashed #ff9800 !important;
      outline-offset: 2px !important;
      cursor: pointer !important;
      z-index: 999999 !important;
    }
    .selected-editable:not(.editor-tool):not([data-editor-tool]) {
      outline: 3px solid #ff9800 !important;
      outline-offset: 2px !important;
      box-shadow: 0 0 8px 2px #ff980033 !important;
      z-index: 999999 !important;
    }
    /* Prevent editor tools from having editor styles */
    .editor-tool,
    [data-editor-tool] {
      outline: none !important;
      cursor: default !important;
    }
    /* Drag and drop styles */
    .dragging {
      opacity: 0.5 !important;
    }
    .drag-over {
      border-top: 3px solid #4CAF50 !important;
    }