:root {
  color-scheme: dark;
  --bg: #06080b;
  --bg-soft: #0a0d11;
  --panel: #10151c;
  --panel-2: #151b23;
  --line: rgba(238, 246, 255, 0.16);
  --line-strong: rgba(238, 246, 255, 0.28);
  --text: #f7fbff;
  --muted: #b7c0cc;
  --subtle: #7f8b99;
  --blue: #0868ff;
  --blue-strong: #0b75ff;
  --yellow: #ffe100;
  --red: #f04438;
  --linda-bg: #f7f6f2;
  --linda-panel: #ffffff;
  --linda-primary: #18181b;
  --linda-primary-ink: #ffffff;
  --linda-workspace: #ebe8df;
  --linda-soft: #f6f4ef;
  --linda-soft-border: #ebe5dc;
  --linda-active-bg: #fff6f4;
  --linda-active-icon-bg: #ffe8e3;
  --linda-ink: #18181b;
  --linda-muted: #71717a;
  --linda-line: #dedbd3;
  --linda-red: #ef4444;
  --linda-yellow: #facc15;
  --linda-blue: #2563eb;
  --linda-shadow: 0 16px 50px rgba(24, 24, 27, 0.12);
  --markup-bg: #030404;
  --markup-surface: #070909;
  --markup-ink: #f4f4f0;
  --markup-muted: #8d9094;
  --markup-line: rgba(255, 255, 255, 0.12);
  --markup-accent: #dfff00;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
  --max: 1180px;
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(135deg, rgba(8, 104, 255, 0.08), transparent 28%),
    linear-gradient(205deg, rgba(255, 225, 0, 0.05), transparent 22%),
    var(--bg);
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 10px 14px;
  color: var(--bg);
  background: var(--text);
  border-radius: 4px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 0 clamp(20px, 4vw, 56px);
  border-bottom: 1px solid rgba(238, 246, 255, 0.14);
  background: rgba(6, 8, 11, 0.42);
  backdrop-filter: blur(14px);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(238, 246, 255, 0.22);
  background: rgba(6, 8, 11, 0.9);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  font-weight: 760;
}

.brand-keycap {
  display: block;
  width: clamp(46px, 4.8vw, 58px);
  height: auto;
  flex: 0 0 auto;
}

.brand-keycap rect {
  fill: rgba(247, 251, 255, 0.02);
  stroke: var(--text);
  stroke-width: 3;
}

.brand-keycap path {
  fill: none;
  stroke: var(--blue-strong);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6;
}

.brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  overflow: visible;
  font-family: inherit;
  line-height: 1;
  white-space: nowrap;
}

.brand-lockup {
  color: var(--text);
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 800;
  letter-spacing: 0;
}

.brand-lock {
  color: var(--blue-strong);
}

.brand-softworks {
  color: rgba(247, 251, 255, 0.74);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(14px, 1.35vw, 18px);
  font-style: normal;
  font-weight: 350;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 44px);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
  color: rgba(247, 251, 255, 0.88);
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(6, 8, 11, 0.98), rgba(6, 8, 11, 0.76) 37%, rgba(6, 8, 11, 0.36) 68%, rgba(6, 8, 11, 0.18)),
    linear-gradient(0deg, rgba(6, 8, 11, 0.88), transparent 34%),
    linear-gradient(180deg, rgba(6, 8, 11, 0.55), transparent 18%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(760px, calc(100% - 40px));
  min-height: 100svh;
  margin-left: clamp(20px, 6vw, 84px);
  padding: 112px 0 92px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.brand-lockup {
  letter-spacing: 0;
}

h1,
h2 {
  font-family: inherit;
  font-weight: 800;
}

h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.98;
}

.hero-content p {
  max-width: 620px;
  margin-bottom: 34px;
  color: rgba(247, 251, 255, 0.88);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.32;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 720;
  line-height: 1;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 16px 40px rgba(8, 104, 255, 0.26);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--blue-strong);
}

.section-shell {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.try-section,
.contact-section {
  border-bottom: 1px solid var(--line);
}

.try-section {
  position: relative;
  padding: clamp(62px, 8vw, 108px) 0;
  background:
    linear-gradient(135deg, rgba(239, 68, 68, 0.09), transparent 32%),
    linear-gradient(180deg, rgba(250, 204, 21, 0.18), transparent 28%),
    var(--linda-bg);
  color: var(--linda-ink);
}

.try-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1fr);
  gap: clamp(34px, 5.5vw, 76px);
  align-items: start;
}

.try-section .section-label {
  color: var(--linda-red);
}

.try-section .section-copy h2 {
  color: var(--linda-ink);
}

.try-section .section-copy p:not(.section-label) {
  color: var(--linda-muted);
}

.try-panel {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.customer-question {
  display: block;
  margin: 20px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--linda-soft-border);
  border-left: 4px solid var(--linda-red);
  color: var(--linda-ink);
  background: var(--linda-active-bg);
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 700;
  line-height: 1.25;
  box-shadow: 0 12px 30px rgba(24, 24, 27, 0.07);
}

.customer-question a {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.customer-question a:hover,
.customer-question a:focus-visible {
  color: var(--blue-strong);
}

.try-card {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 22px;
  align-items: center;
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(247, 251, 255, 0.07), rgba(247, 251, 255, 0.025));
}

.linda-card {
  position: relative;
  overflow: hidden;
  border-color: var(--linda-line);
  color: var(--linda-ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 244, 239, 0.98)),
    var(--linda-panel);
  box-shadow: var(--linda-shadow);
}

.linda-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--linda-red), var(--linda-yellow));
}

.markuphtml-card {
  position: relative;
  overflow: hidden;
  align-items: center;
  border-color: var(--markup-line);
  color: var(--markup-ink);
  background:
    radial-gradient(circle at 78% 18%, rgba(223, 255, 0, 0.13), transparent 31%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    var(--markup-bg);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.26);
}

.markuphtml-card::before {
  display: none;
}

.try-card > div {
  min-width: 0;
}

.app-icon {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
}

.app-icon {
  width: 74px;
  height: 74px;
  border-radius: 18px;
}

.try-card h3 {
  margin-bottom: 8px;
  font-family: inherit;
  font-size: clamp(22px, 2.2vw, 29px);
  font-weight: 680;
  line-height: 1.08;
}

.linda-card h3 {
  color: var(--linda-ink);
  font-weight: 600;
}

.markuphtml-card h3 {
  font-family: "SF Mono", SFMono-Regular, ui-monospace, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0;
  font-weight: 700;
  letter-spacing: 0;
}

.linda-mark {
  color: var(--linda-red);
}

.try-card p {
  max-width: 500px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.linda-card p {
  color: var(--linda-muted);
}

.linda-card .linda-proof {
  color: var(--linda-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.linda-card .linda-proof span {
  color: var(--linda-red);
}

.markuphtml-card p {
  color: color-mix(in srgb, var(--markup-ink) 74%, var(--markup-muted));
}

.markuphtml-body {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.markuphtml-card .markup-mark,
.markuphtml-card .markup-html {
  font-family: "SF Mono", SFMono-Regular, ui-monospace, Consolas, "Liberation Mono", Menlo, monospace;
  letter-spacing: 0;
}

.markuphtml-card .markup-mark {
  font-size: 20px;
  font-weight: 600;
}

.markuphtml-card .markup-html {
  font-size: 24px;
  font-weight: 800;
}

.markup-domain {
  color: var(--markup-muted);
  font-family: "SF Mono", SFMono-Regular, ui-monospace, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}

.markuphtml-card .markuphtml-kicker {
  color: var(--markup-muted);
  font-weight: 800;
}

.markuphtml-card .markuphtml-proof {
  color: var(--markup-accent);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 13px;
  font-weight: 800;
}

.try-card .button {
  min-width: 188px;
}

.linda-card .button-primary {
  color: var(--linda-primary-ink);
  background: var(--linda-primary);
  box-shadow: 0 12px 30px rgba(24, 24, 27, 0.18);
}

.linda-card .button-primary:hover,
.linda-card .button-primary:focus-visible {
  background: var(--linda-red);
}

.linda-card .app-icon {
  border: 1px solid var(--linda-line);
  box-shadow: 0 12px 28px rgba(24, 24, 27, 0.16);
}

.markuphtml-card .button-primary {
  border-radius: 3px;
  color: #030302;
  background: var(--markup-accent);
  box-shadow: 0 12px 30px rgba(223, 255, 0, 0.16);
}

.markuphtml-card .button-primary:hover,
.markuphtml-card .button-primary:focus-visible {
  background: color-mix(in srgb, var(--markup-accent) 84%, #ffffff);
}

.markuphtml-card .app-icon {
  width: 74px;
  height: 74px;
  border-radius: 18px;
  border: 1px solid rgba(223, 255, 0, 0.34);
  background: var(--markup-bg);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.section-copy {
  max-width: 640px;
  min-width: 0;
}

.section-label {
  margin-bottom: 16px;
  color: var(--blue-strong);
  font-size: 13px;
  font-weight: 740;
  text-transform: uppercase;
}

.section-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.section-copy p:not(.section-label) {
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.45;
}

.markup-mark {
  color: var(--markup-accent);
}

.markup-html {
  color: var(--markup-ink);
}

.contact-section {
  padding: clamp(54px, 7vw, 86px) 0;
  background:
    linear-gradient(165deg, transparent 0 64%, rgba(8, 104, 255, 0.17) 64.2%, transparent 65%),
    linear-gradient(168deg, transparent 0 70%, rgba(8, 104, 255, 0.28) 70.2%, transparent 71%),
    #0a0d11;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
}

.contact-layout h2 {
  max-width: 690px;
  margin-bottom: 10px;
  font-family: inherit;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.16;
  text-transform: none;
}

.contact-layout p {
  max-width: 640px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.contact-layout .contact-location {
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
}

.contact-button {
  justify-self: end;
  min-width: 228px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 32px;
  align-items: start;
  padding: 42px clamp(20px, 5vw, 70px);
  background: #05070a;
}

.site-footer strong {
  display: block;
  margin-bottom: 12px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 760;
  line-height: 1;
}

.site-footer p,
.site-footer a {
  color: var(--muted);
  font-size: 14px;
}

.site-footer p {
  max-width: 330px;
  margin-bottom: 0;
}

.site-footer nav {
  display: grid;
  gap: 8px;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--yellow);
}

.legal {
  text-align: right;
}

:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .site-header {
    min-height: 66px;
  }

  .brand {
    gap: 8px;
  }

  .brand-keycap {
    width: 46px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(6, 8, 11, 0.98), rgba(6, 8, 11, 0.82) 55%, rgba(6, 8, 11, 0.46)),
      linear-gradient(0deg, rgba(6, 8, 11, 0.9), transparent 34%);
  }

  .try-layout,
  .contact-layout,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .try-card {
    grid-template-columns: 64px 1fr;
  }

  .try-card .button {
    width: fit-content;
    grid-column: 1 / -1;
  }

  .contact-button {
    width: fit-content;
  }

  .legal {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .site-header {
    gap: 12px;
    padding: 0 16px;
  }

  .brand-keycap {
    display: block;
    width: 42px;
  }

  .site-nav {
    gap: 10px;
    font-size: 13px;
  }

  .brand-softworks {
    display: none;
  }

  .hero-image {
    object-position: 58% center;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin-left: 16px;
    padding-top: 96px;
  }

  h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .hero-content p {
    font-size: 18px;
  }

  .button {
    width: 100%;
  }

  .try-card .button {
    width: 100%;
  }

  .app-icon {
    width: 54px;
    height: 54px;
    border-radius: 12px;
  }

  .section-shell {
    width: calc(100% - 32px);
  }

}

@media (max-width: 360px) {
  .brand-wordmark {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
