@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

:root {
  --dw-blue: #0e408b;
  --dw-blue-bright: #1f5eae;
  --dw-orange: #fa721d;
  --dw-gray: #545455;
  --dw-ink: #172033;
  --dw-soft: #f5f7fa;
  --dw-orange-soft: #fff3eb;
  --dw-white: #ffffff;
  --dw-border: rgba(14,64,139,.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }

.dw-page {
  overflow: hidden;
  background: var(--dw-white);
  color: var(--dw-ink);
  font-family: "Montserrat", Arial, sans-serif;
}

.dw-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.dw-hero {
  min-height: 72vh;
  display: grid;
  place-items: center;
  padding: 36px 0 56px;
  text-align: center;
  background:
    radial-gradient(circle at 35% 20%, rgba(250,114,29,.10), transparent 28%),
    radial-gradient(circle at 65% 28%, rgba(14,64,139,.09), transparent 34%),
    var(--dw-white);
}

.dw-logo {
  display: block;
  width: min(560px, 76vw);
  height: auto;
  margin: 0 auto 28px;
}

.dw-kicker {
  margin: 0;
  color: var(--dw-blue);
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -.045em;
}

.dw-kicker span { color: var(--dw-orange); }

.dw-about {
  padding: 110px 0;
  background: var(--dw-blue);
  color: var(--dw-white);
}

.dw-eyebrow {
  margin: 0 0 16px;
  color: var(--dw-orange);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.dw-about h2,
.dw-showcase h2 {
  margin: 0 0 28px;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.04em;
}

.dw-about-intro {
  max-width: 900px;
  margin-bottom: 58px;
  color: rgba(255,255,255,.84);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.75;
}

.dw-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.dw-service {
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  transition: transform .22s ease, background .22s ease;
}

.dw-service:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,.10);
}

.dw-service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--dw-orange);
  color: var(--dw-white);
  font-size: 12px;
  font-weight: 800;
}

.dw-service h3 {
  margin: 0 0 10px;
  font-size: 23px;
  font-weight: 700;
}

.dw-service p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 15px;
  line-height: 1.65;
}

.dw-showcase {
  padding: 110px 0 120px;
  background: var(--dw-soft);
}

.dw-showcase-head {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 510px);
  gap: 56px;
  align-items: end;
  margin-bottom: 42px;
}

.dw-showcase-head h2 {
  margin-bottom: 0;
  color: var(--dw-blue);
}

.dw-showcase-head > p {
  margin: 0 0 8px;
  color: #596579;
  font-size: 17px;
  line-height: 1.7;
}

.dw-featured {
  overflow: hidden;
  border: 1px solid var(--dw-border);
  border-radius: 22px;
  background: var(--dw-white);
  box-shadow: 0 24px 65px rgba(18,38,75,.10);
}

.dw-featured-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr);
  gap: 52px;
  align-items: end;
  padding: 44px;
  border-top: 5px solid var(--dw-orange);
}

.dw-featured-label {
  display: inline-block;
  margin-bottom: 17px;
  color: var(--dw-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dw-featured h3 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--dw-blue);
  font-size: clamp(29px, 3.4vw, 48px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.dw-featured-copy p {
  max-width: 790px;
  margin: 0;
  color: #596579;
  font-size: 16px;
  line-height: 1.75;
}

.dw-tech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.dw-tech-list li {
  padding: 8px 12px;
  border: 1px solid rgba(250,114,29,.22);
  border-radius: 999px;
  background: var(--dw-orange-soft);
  color: #9c3e09;
  font-size: 13px;
  font-weight: 700;
}

.dw-showcase-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
}

.dw-showcase-stats div {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border: 1px solid var(--dw-border);
  border-radius: 14px;
  background: var(--dw-soft);
}

.dw-showcase-stats dt {
  margin: 0;
  color: var(--dw-blue);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.dw-showcase-stats dd {
  margin: 8px 0 0;
  color: var(--dw-gray);
  font-size: 13px;
  font-weight: 600;
}

.dw-dashboard-shell {
  margin: 0 22px 22px;
  overflow: hidden;
  border: 1px solid rgba(14,64,139,.16);
  border-radius: 16px;
  background: #fff;
}

.dw-dashboard-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  background: var(--dw-blue);
  color: var(--dw-white);
  font-size: 13px;
  font-weight: 700;
}

.dw-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,.82);
}

.dw-live i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dw-orange);
  box-shadow: 0 0 0 4px rgba(250,114,29,.18);
}

.dw-dashboard-frame {
  position: relative;
  min-height: 610px;
  background: #f3f5f8;
}

.dw-dashboard-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.dw-contact {
  padding: 105px 0 115px;
  background: var(--dw-white);
}

.dw-contact-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 72px;
  align-items: start;
}

.dw-contact-copy { max-width: 470px; }

.dw-contact h2 {
  margin: 0 0 24px;
  color: var(--dw-blue);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -.04em;
}

.dw-contact-copy p {
  margin: 0;
  color: #596579;
  font-size: 17px;
  line-height: 1.75;
}

.dw-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 30px;
  border: 1px solid var(--dw-border);
  border-radius: 20px;
  background: var(--dw-soft);
}

.dw-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dw-field-full { grid-column: 1 / -1; }

.dw-field label {
  color: var(--dw-ink);
  font-size: 13px;
  font-weight: 700;
}

.dw-field input,
.dw-field select,
.dw-field textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgba(14,64,139,.18);
  border-radius: 11px;
  outline: none;
  background: #fff;
  color: var(--dw-ink);
  font: inherit;
  font-size: 15px;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.dw-field textarea {
  min-height: 150px;
  resize: vertical;
}

.dw-field input:focus,
.dw-field select:focus,
.dw-field textarea:focus {
  border-color: var(--dw-orange);
  box-shadow: 0 0 0 3px rgba(250,114,29,.13);
}

.dw-form-note {
  grid-column: 1 / -1;
  margin: -2px 0 0;
  color: #697386;
  font-size: 12px;
  line-height: 1.6;
}

.dw-submit {
  grid-column: 1 / -1;
  appearance: none;
  padding: 15px 22px;
  border: 0;
  border-radius: 11px;
  background: var(--dw-orange);
  color: var(--dw-white);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: transform .18s ease, opacity .18s ease;
}

.dw-submit:hover {
  transform: translateY(-1px);
  opacity: .94;
}

.dw-status {
  display: none;
  grid-column: 1 / -1;
  padding: 13px 15px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.dw-status.is-visible { display: block; }

.dw-status.is-success {
  border: 1px solid #bfe3ca;
  background: #eaf7ee;
  color: #176332;
}

.dw-status.is-error {
  border: 1px solid #efc2bd;
  background: #fff0ef;
  color: #8d2e25;
}

.dw-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.dw-footer {
  padding: 70px 0 34px;
  background: #eceef1;
  color: var(--dw-blue);
}

.dw-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 52px;
}

.dw-footer-logo {
  width: min(260px, 100%);
  height: auto;
  margin-bottom: 18px;
}

.dw-footer h4 {
  margin: 0 0 16px;
  color: var(--dw-orange);
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dw-footer p,
.dw-footer a {
  color: rgba(14,64,139,.80);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.9;
}

.dw-footer a:hover { color: var(--dw-orange); }

.dw-footer-bottom {
  padding-top: 26px;
  border-top: 1px solid rgba(14,64,139,.14);
  color: rgba(14,64,139,.62);
  font-size: 13px;
}

@media (max-width: 900px) {
  .dw-services {
    grid-template-columns: 1fr 1fr;
  }

  .dw-showcase-head,
  .dw-featured-copy,
  .dw-contact-grid {
    grid-template-columns: 1fr;
  }

  .dw-showcase-head,
  .dw-featured-copy {
    gap: 30px;
  }

  .dw-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dw-dashboard-frame {
    min-height: 500px;
  }
}

@media (max-width: 620px) {
  .dw-wrap {
    width: min(100% - 30px, 1180px);
  }

  .dw-hero {
    min-height: 70vh;
    padding: 54px 0;
  }

  .dw-logo {
    width: min(430px, 88vw);
  }

  .dw-about,
  .dw-showcase,
  .dw-contact {
    padding: 76px 0 82px;
  }

  .dw-services,
  .dw-footer-grid,
  .dw-showcase-stats,
  .dw-form {
    grid-template-columns: 1fr;
  }

  .dw-service {
    min-height: auto;
  }

  .dw-featured-copy {
    padding: 28px 22px;
  }

  .dw-dashboard-shell {
    margin: 0 10px 10px;
    border-radius: 12px;
  }

  .dw-dashboard-frame {
    min-height: 560px;
  }

  .dw-dashboard-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .dw-form {
    padding: 22px;
  }

  .dw-field-full,
  .dw-form-note,
  .dw-submit,
  .dw-status {
    grid-column: 1;
  }

  .dw-footer {
    padding-top: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .dw-service,
  .dw-submit { transition: none; }
}
