:root {
  color-scheme: dark;
  --bg: #071017;
  --surface: #101c24;
  --surface-2: #13232d;
  --border: #263a47;
  --border-strong: #3a5967;
  --text: #f4f7f8;
  --muted: #9eb0ba;
  --muted-2: #718590;
  --green: #38c96d;
  --green-2: #179b50;
  --cyan: #38bfd5;
  --yellow: #f1b72b;
  --radius: 8px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(8, 16, 22, 0.28), var(--bg) 740px),
    url("/assets/brand/dadalto-bi-pattern.svg") center top / 100% 460px no-repeat,
    var(--bg);
  color: var(--text);
  font-family: var(--font);
  letter-spacing: 0;
}

a {
  color: inherit;
}

.landing-page {
  overflow: hidden;
}

.landing-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 12px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(38, 58, 71, 0.76);
  background: rgba(7, 16, 23, 0.82);
  backdrop-filter: blur(14px);
}

.nav-brand {
  display: grid;
  width: 206px;
  padding: 6px 8px;
  border: 1px solid rgba(56, 201, 109, 0.14);
  border-radius: 8px;
  background: rgba(8, 16, 22, 0.42);
}

.nav-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.landing-nav nav {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}

.landing-nav nav a,
.hero-actions a,
.closing-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.landing-nav nav a:hover {
  color: var(--text);
}

.primary-action {
  border-color: rgba(56, 201, 109, 0.58);
  background: linear-gradient(180deg, rgba(73, 222, 105, 0.96), rgba(51, 194, 89, 0.92));
  color: #06100b;
  box-shadow: 0 14px 42px rgba(56, 201, 109, 0.22);
}

.hero-actions .primary-action,
.closing-cta .primary-action,
.hero-actions .primary-action:visited,
.closing-cta .primary-action:visited {
  color: #06100b;
}

.secondary-action {
  border-color: rgba(244, 247, 248, 0.38);
  background: rgba(7, 16, 23, 0.62);
  color: var(--text);
}

.hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(430px, 1.05fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(42px, 7vw, 90px) clamp(20px, 5vw, 72px) clamp(36px, 6vw, 76px);
  border-bottom: 1px solid rgba(38, 58, 71, 0.76);
}

.hero-copy {
  min-width: 0;
  padding-left: clamp(18px, 4vw, 44px);
  border-left: 1px solid rgba(244, 247, 248, 0.24);
}

.hero-copy h1,
.split-section h2,
.process-section h2,
.closing-cta h2 {
  margin: 0;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
}

.hero-copy h1 {
  max-width: 690px;
  font-size: clamp(48px, 6vw, 86px);
}

.hero-copy p {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-actions a,
.closing-cta a {
  min-width: 164px;
  min-height: 50px;
  font-size: 14px;
}

.product-preview {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(18, 32, 42, 0.94), rgba(8, 16, 23, 0.96)),
    var(--surface);
  box-shadow: var(--shadow);
}

.preview-top,
.preview-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.preview-top strong {
  font-size: 18px;
}

.preview-top span,
.preview-row em {
  padding: 7px 10px;
  border: 1px solid var(--border);
  border-radius: 6px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.preview-grid article,
.contract-showcase article,
.process-list article,
.proof-strip article {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(16, 28, 36, 0.78);
}

.preview-grid article {
  display: grid;
  gap: 8px;
  min-height: 130px;
  padding: 16px;
}

.preview-grid span,
.contract-showcase span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.preview-grid strong {
  font-size: 25px;
  line-height: 1;
}

.preview-grid em {
  align-self: end;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.up {
  color: var(--green);
}

.warn {
  color: var(--yellow);
}

.preview-chart {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: end;
  gap: 8px;
  height: 160px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(58, 89, 103, 0.2) 1px, transparent 1px) 0 0 / 100% 33%,
    rgba(7, 16, 23, 0.54);
}

.preview-chart span {
  min-width: 0;
  height: var(--h);
  border-radius: 999px 999px 2px 2px;
  background: linear-gradient(180deg, var(--green), var(--cyan));
}

.preview-row {
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid var(--border);
  border-radius: 7px;
  background: rgba(7, 16, 23, 0.45);
}

.preview-row span {
  color: var(--text);
  font-weight: 850;
}

.preview-row strong {
  color: var(--muted);
  font-size: 13px;
}

.proof-strip,
.split-section,
.process-section,
.seo-section,
.contact-section,
.closing-cta {
  width: min(1380px, calc(100vw - 40px));
  margin: 0 auto;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 34px 0;
}

.proof-strip article {
  display: grid;
  gap: 10px;
  min-height: 124px;
  padding: 22px;
  border-radius: 0;
  border-left: 0;
  background: transparent;
}

.proof-strip article:first-child {
  border-left: 1px solid var(--border);
  border-radius: var(--radius) 0 0 var(--radius);
}

.proof-strip article:last-child {
  border-radius: 0 var(--radius) var(--radius) 0;
}

.proof-strip strong {
  font-size: 17px;
}

.proof-strip span,
.split-section p,
.process-list p,
.contact-section p,
.contact-section li,
.closing-cta p {
  color: var(--muted);
  line-height: 1.55;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  padding: 54px 0;
  border-top: 1px solid var(--border);
}

.split-section h2,
.process-section h2,
.closing-cta h2 {
  font-size: clamp(34px, 4vw, 58px);
}

.split-section p {
  margin: 18px 0 0;
  max-width: 520px;
  font-size: 16px;
}

.contract-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.contract-showcase article {
  display: grid;
  gap: 14px;
  min-height: 190px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(19, 35, 45, 0.9), rgba(10, 20, 28, 0.9));
}

.contract-showcase strong {
  font-size: 28px;
  line-height: 1.05;
}

.contract-showcase em {
  align-self: end;
  color: var(--green);
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}

.process-section {
  padding: 54px 0;
  border-top: 1px solid var(--border);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.process-list article {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.process-list span {
  width: max-content;
  padding: 6px 9px;
  border: 1px solid rgba(56, 191, 213, 0.45);
  border-radius: 999px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
}

.process-list strong {
  font-size: 20px;
}

.process-list p {
  margin: 0;
}

.seo-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  padding: 54px 0;
  border-top: 1px solid var(--border);
}

.seo-section > div:first-child span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.seo-section h2 {
  max-width: 680px;
  margin: 10px 0 0;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 900;
  line-height: 0.98;
}

.seo-section > div:first-child p {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.seo-grid article {
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(19, 35, 45, 0.86), rgba(10, 20, 28, 0.86));
}

.seo-grid a {
  color: inherit;
  text-decoration: none;
}

.seo-grid article:hover {
  border-color: rgba(56, 201, 109, 0.42);
}

.seo-grid strong {
  font-size: 20px;
}

.seo-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  padding: 54px 0;
  border-top: 1px solid var(--border);
}

.contact-section h2 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.98;
}

.contact-section p {
  max-width: 610px;
  margin: 18px 0 0;
}

.contact-section ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.contact-section li {
  position: relative;
  padding-left: 18px;
}

.contact-section li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 18px rgba(56, 201, 109, 0.5);
}

.inbound-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(18, 32, 42, 0.94), rgba(8, 16, 23, 0.96)),
    var(--surface);
  box-shadow: var(--shadow);
}

.inbound-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.inbound-form input,
.inbound-form select,
.inbound-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 7px;
  background: rgba(7, 16, 23, 0.72);
  color: var(--text);
  font: inherit;
  font-size: 14px;
  text-transform: none;
}

.inbound-form input,
.inbound-form select {
  height: 44px;
  padding: 0 12px;
}

.inbound-form textarea {
  resize: vertical;
  padding: 12px;
  line-height: 1.45;
}

.inbound-form input:focus,
.inbound-form select:focus,
.inbound-form textarea:focus {
  outline: 0;
  border-color: rgba(56, 201, 109, 0.68);
  box-shadow: 0 0 0 3px rgba(56, 201, 109, 0.14);
}

.inbound-form input[name="website"] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.full-field,
.inbound-form button,
.form-status {
  grid-column: 1 / -1;
}

.inbound-form button {
  min-height: 48px;
  border: 1px solid rgba(56, 201, 109, 0.58);
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(73, 222, 105, 0.96), rgba(51, 194, 89, 0.92));
  color: #06100b;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.inbound-form button:disabled {
  cursor: progress;
  opacity: 0.72;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.form-status[data-tone="success"] {
  color: #8cf0aa;
}

.form-status[data-tone="error"] {
  color: #ff9b91;
}

.closing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 42px 0 62px;
  border-top: 1px solid var(--border);
}

.closing-cta p {
  margin: 10px 0 0;
}

.closing-cta > div:last-child {
  display: flex;
  gap: 12px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) minmax(260px, 1fr) minmax(220px, 0.7fr);
  gap: clamp(22px, 4vw, 56px);
  padding: 34px clamp(20px, 5vw, 72px) 42px;
  border-top: 1px solid var(--border);
  background: rgba(5, 12, 17, 0.58);
}

.site-footer img {
  display: block;
  width: min(220px, 100%);
  height: auto;
}

.footer-brand {
  display: block;
  width: max-content;
  max-width: 100%;
}

.site-footer p {
  max-width: 430px;
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.site-footer div {
  display: grid;
  align-content: start;
  gap: 8px;
}

.site-footer strong {
  color: var(--text);
  font-size: 14px;
}

.site-footer span,
.site-footer a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--text);
}

.content-page {
  min-height: 100vh;
  overflow: hidden;
}

.content-hero,
.content-section,
.content-cta {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
}

.content-hero {
  display: grid;
  gap: 22px;
  padding: clamp(46px, 7vw, 86px) 0 48px;
  border-bottom: 1px solid var(--border);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.breadcrumb a {
  color: #9af0b2;
  text-decoration: none;
}

.content-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 900;
  line-height: 0.98;
}

.content-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.56;
}

.content-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-keywords li {
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(56, 201, 109, 0.34);
  border-radius: 999px;
  color: #9af0b2;
  font-size: 12px;
  font-weight: 850;
}

.content-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(24px, 5vw, 64px);
  padding: 52px 0;
  border-bottom: 1px solid var(--border);
}

.content-section h2,
.content-cta h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 900;
  line-height: 1;
}

.content-section p,
.content-section li,
.content-card p,
.content-cta p {
  color: var(--muted);
  line-height: 1.58;
}

.content-section p {
  margin: 0 0 18px;
}

.content-section ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-section li {
  position: relative;
  padding-left: 18px;
}

.content-section li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--green);
  content: "";
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.content-card {
  display: grid;
  gap: 12px;
  min-height: 210px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(19, 35, 45, 0.86), rgba(10, 20, 28, 0.86));
}

.content-card strong {
  font-size: 20px;
}

.content-card p {
  margin: 0;
}

.content-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 44px 0 60px;
}

.content-cta p {
  max-width: 620px;
  margin: 10px 0 0;
}

.content-cta div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 1180px) {
  .landing-nav {
    align-items: flex-start;
  }

  .landing-nav nav {
    flex-wrap: wrap;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .product-preview {
    grid-column: auto;
  }

  .proof-strip,
  .contract-showcase,
  .process-list,
  .seo-section,
  .seo-grid,
  .content-section,
  .content-grid,
  .site-footer,
  .contact-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-strip article,
  .proof-strip article:first-child,
  .proof-strip article:last-child {
    border: 1px solid var(--border);
    border-radius: var(--radius);
  }
}

@media (max-width: 760px) {
  body {
    background-size: auto 420px;
  }

  .landing-nav {
    position: static;
    display: grid;
    gap: 14px;
    min-height: 0;
    padding: 14px;
  }

  .nav-brand {
    width: min(252px, 100%);
  }

  .landing-nav nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .landing-nav nav a {
    min-width: 0;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 30px 14px 34px;
  }

  .hero-copy {
    padding-left: 0;
    border-left: 0;
  }

  .hero-copy h1 {
    font-size: 44px;
  }

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

  .hero-actions,
  .closing-cta > div:last-child {
    display: grid;
    grid-template-columns: 1fr;
  }

  .preview-grid,
  .proof-strip,
  .split-section,
  .contract-showcase,
  .process-list,
  .seo-section,
  .seo-grid,
  .content-section,
  .content-grid,
  .site-footer,
  .contact-section,
  .inbound-form {
    grid-template-columns: 1fr;
  }

  .proof-strip,
  .split-section,
  .process-section,
  .seo-section,
  .content-hero,
  .content-section,
  .content-cta,
  .contact-section,
  .closing-cta {
    width: calc(100vw - 28px);
  }

  .split-section,
  .process-section,
  .seo-section,
  .content-section,
  .contact-section {
    padding: 38px 0;
  }

  .closing-cta,
  .content-cta {
    display: grid;
    padding: 38px 0 46px;
  }

  .content-hero h1 {
    font-size: 42px;
  }

  .content-cta div:last-child {
    display: grid;
  }
}
