:root {
  color-scheme: dark;
  --paper: #050505;
  --surface: #101312;
  --surface-soft: #151a18;
  --ink: #f4f8f5;
  --muted: #a7b4ad;
  --line: rgba(209, 226, 217, 0.16);
  --pine: #55d6ba;
  --pine-dark: #25a88e;
  --blue: #8db8ff;
  --amber: #ffc16b;
  --coral: #ff806d;
  --cream: #fff1d0;
  --shadow: 0 24px 68px rgba(0, 0, 0, 0.42);
  font-family:
    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:
    radial-gradient(circle at 78% 12%, rgba(85, 214, 186, 0.12), transparent 28%),
    radial-gradient(circle at 12% 38%, rgba(255, 128, 109, 0.08), transparent 24%),
    var(--paper);
  color: var(--ink);
}

img {
  max-width: 100%;
  display: block;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 72px;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.86);
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px clamp(18px, 4vw, 56px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 850;
  letter-spacing: 0;
}

.brand-symbol {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  object-fit: cover;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(37, 168, 142, 0.14);
}

.brand-wordmark {
  color: #f4f8f5;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.site-header nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.site-header nav a,
.site-footer nav a {
  border-radius: 8px;
  padding: 8px 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
}

.site-header nav a:hover,
.site-header nav a[aria-current="page"],
.site-footer nav a:hover {
  background: rgba(85, 214, 186, 0.1);
  color: var(--pine);
}

.header-action,
.primary-action,
.secondary-action,
.light-action {
  min-height: 44px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-weight: 850;
  white-space: nowrap;
}

.header-action,
.primary-action {
  background: var(--pine);
  color: #fff;
}

.header-action:hover,
.primary-action:hover {
  background: var(--pine-dark);
}

.secondary-action {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
}

.light-action {
  background: var(--pine);
  color: #04110e;
}

.hero-scene {
  position: relative;
  min-height: min(720px, calc(100vh - 96px));
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.99) 0%, rgba(5, 5, 5, 0.93) 44%, rgba(5, 5, 5, 0.74) 100%),
    radial-gradient(circle at 76% 44%, rgba(85, 214, 186, 0.22), transparent 31%),
    radial-gradient(circle at 92% 18%, rgba(141, 184, 255, 0.12), transparent 26%),
    #050505;
  display: grid;
  align-items: center;
  padding: clamp(70px, 9vw, 118px) clamp(18px, 5vw, 72px);
}

.hero-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.values-visual {
  position: absolute;
  right: clamp(18px, 4vw, 72px);
  top: 50%;
  width: min(660px, 45vw);
  min-height: 520px;
  transform: translateY(-50%);
}

.evolution-visual::before,
.evolution-visual::after {
  content: "";
  position: absolute;
  filter: blur(42px);
  pointer-events: none;
}

.evolution-visual::before {
  right: -4%;
  top: 16%;
  width: 76%;
  height: 34%;
  background: linear-gradient(115deg, rgba(85, 214, 186, 0), rgba(85, 214, 186, 0.22), rgba(141, 184, 255, 0));
  transform: rotate(-12deg);
}

.evolution-visual::after {
  left: 4%;
  bottom: 10%;
  width: 58%;
  height: 28%;
  background: linear-gradient(105deg, rgba(141, 184, 255, 0), rgba(141, 184, 255, 0.18), rgba(255, 193, 107, 0));
  transform: rotate(18deg);
}

.evolution-stage {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(209, 226, 217, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
    linear-gradient(118deg, transparent 0 52%, rgba(85, 214, 186, 0.12) 52% 64%, transparent 64%),
    rgba(8, 12, 12, 0.82);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(20px);
}

.evolution-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 62% 48%, #000 0 42%, transparent 78%);
  opacity: 0.54;
}

.evolution-stage::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(85, 214, 186, 0.12);
  border-radius: 8px;
  pointer-events: none;
}

.evolution-orbit,
.evolution-line,
.complex-field,
.simple-core,
.clarity-points {
  position: absolute;
  z-index: 1;
}

.evolution-orbit {
  border: 1px solid rgba(85, 214, 186, 0.22);
  border-radius: 999px;
  animation: orbitDrift 12s linear infinite;
}

.orbit-one {
  right: 72px;
  top: 62px;
  width: 330px;
  height: 330px;
}

.orbit-two {
  right: 36px;
  top: 22px;
  width: 410px;
  height: 410px;
  border-color: rgba(141, 184, 255, 0.16);
  animation-duration: 18s;
  animation-direction: reverse;
}

.evolution-line {
  left: 66px;
  width: 420px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 128, 109, 0), rgba(255, 128, 109, 0.32), rgba(85, 214, 186, 0.8), rgba(141, 184, 255, 0));
  box-shadow: 0 0 26px rgba(85, 214, 186, 0.28);
  transform-origin: right center;
}

.line-one {
  top: 218px;
  transform: rotate(-18deg);
  animation: signalPulse 4.8s ease-in-out infinite;
}

.line-two {
  top: 302px;
  transform: rotate(24deg);
  animation: signalPulse 4.8s ease-in-out 1.2s infinite;
}

.complex-field {
  left: 56px;
  top: 86px;
  width: 250px;
  height: 340px;
}

.geo-shard {
  position: absolute;
  display: block;
  width: var(--w);
  height: var(--h);
  left: var(--x);
  top: var(--y);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    var(--tone);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.34);
  transform: rotate(var(--r));
  animation: shardFlow 7.2s ease-in-out infinite;
  animation-delay: var(--delay);
}

.shard-a {
  --x: 22px;
  --y: 34px;
  --w: 76px;
  --h: 52px;
  --r: -14deg;
  --tone: rgba(255, 128, 109, 0.18);
  --delay: 0s;
}

.shard-b {
  --x: 128px;
  --y: 18px;
  --w: 104px;
  --h: 40px;
  --r: 18deg;
  --tone: rgba(141, 184, 255, 0.16);
  --delay: -1s;
}

.shard-c {
  --x: 52px;
  --y: 116px;
  --w: 122px;
  --h: 48px;
  --r: 6deg;
  --tone: rgba(255, 193, 107, 0.16);
  --delay: -2.2s;
}

.shard-d {
  --x: 148px;
  --y: 132px;
  --w: 62px;
  --h: 86px;
  --r: -22deg;
  --tone: rgba(85, 214, 186, 0.16);
  --delay: -3.1s;
}

.shard-e {
  --x: 10px;
  --y: 226px;
  --w: 96px;
  --h: 44px;
  --r: 25deg;
  --tone: rgba(141, 184, 255, 0.14);
  --delay: -4.2s;
}

.shard-f {
  --x: 112px;
  --y: 246px;
  --w: 116px;
  --h: 52px;
  --r: -8deg;
  --tone: rgba(255, 128, 109, 0.14);
  --delay: -5.2s;
}

.shard-g {
  --x: 78px;
  --y: 186px;
  --w: 54px;
  --h: 54px;
  --r: 42deg;
  --tone: rgba(85, 214, 186, 0.2);
  --delay: -6s;
}

.shard-h {
  --x: 184px;
  --y: 74px;
  --w: 42px;
  --h: 92px;
  --r: 9deg;
  --tone: rgba(255, 193, 107, 0.12);
  --delay: -2.8s;
}

.simple-core {
  right: 52px;
  top: 112px;
  width: 296px;
  min-height: 284px;
  border: 1px solid rgba(85, 214, 186, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(85, 214, 186, 0.16), rgba(141, 184, 255, 0.07)),
    rgba(5, 7, 7, 0.9);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.46),
    0 0 56px rgba(85, 214, 186, 0.16);
  display: grid;
  gap: 12px;
  align-content: center;
  justify-items: center;
  padding: 28px 24px;
  animation: coreBreathe 5.6s ease-in-out infinite;
}

.core-kicker,
.core-caption,
.clarity-points span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.core-kicker {
  color: var(--pine);
}

.core-logo-frame {
  width: min(210px, 100%);
  min-height: 64px;
  border: 1px solid rgba(209, 226, 217, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 12px;
}

.core-logo-frame img {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 8px;
  object-fit: cover;
  background: #ffffff;
  filter: drop-shadow(0 10px 18px rgba(37, 168, 142, 0.22));
}

.core-logo-frame strong {
  color: #f4f8f5;
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 950;
  letter-spacing: 0.8px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.core-caption {
  color: var(--muted);
  max-width: 220px;
  text-align: center;
  line-height: 1.35;
}

.clarity-points {
  left: 52px;
  right: 52px;
  bottom: 36px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.clarity-points span {
  min-height: 54px;
  border: 1px solid rgba(85, 214, 186, 0.22);
  border-radius: 8px;
  background: rgba(85, 214, 186, 0.075);
  color: var(--ink);
  display: grid;
  place-items: center;
  padding: 10px;
  text-align: center;
}

@keyframes orbitDrift {
  to {
    transform: rotate(360deg);
  }
}

@keyframes signalPulse {
  0%,
  100% {
    opacity: 0.3;
    filter: blur(0);
  }

  50% {
    opacity: 1;
    filter: blur(0.5px);
  }
}

@keyframes shardFlow {
  0%,
  100% {
    opacity: 0.86;
    transform: translate(0, 0) rotate(var(--r)) scale(1);
  }

  46%,
  58% {
    opacity: 0.28;
    transform: translate(198px, 74px) rotate(0deg) scale(0.34);
  }
}

@keyframes coreBreathe {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-3px) scale(1.012);
  }
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(600px, 100%);
  display: grid;
  gap: 22px;
}

.eyebrow {
  color: var(--pine);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  max-width: 820px;
  font-size: clamp(44px, 6.2vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
}

.hero-content p:not(.eyebrow),
.page-hero p:not(.eyebrow),
.product-hero p,
.section-heading p,
.product-copy p,
.closing-layout p,
.product-detail-layout p {
  max-width: 690px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.56;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.trust-strip {
  width: min(1180px, calc(100% - 36px));
  margin: -22px auto 0;
  position: relative;
  z-index: 3;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(16, 19, 18, 0.94);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.22);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-strip span {
  min-height: 64px;
  border-left: 1px solid var(--line);
  display: grid;
  place-items: center;
  padding: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
  text-align: center;
}

.trust-strip span:first-child {
  border-left: 0;
}

.section,
.page-hero,
.product-hero {
  padding: clamp(54px, 7vw, 96px) clamp(18px, 5vw, 72px);
}

.page-hero,
.product-hero {
  display: grid;
  gap: 18px;
}

.compact-hero {
  padding-bottom: clamp(36px, 5vw, 64px);
}

.band-light {
  background: #080909;
}

.band-ink {
  background: #0a1512;
  color: #ffffff;
}

.band-ink .eyebrow,
.band-ink p {
  color: #bde9dc;
}

.section-heading {
  width: min(880px, 100%);
  margin: 0 auto clamp(28px, 4vw, 44px);
  display: grid;
  gap: 12px;
}

.product-feature,
.product-detail-layout,
.closing-layout {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
}

.product-copy {
  display: grid;
  gap: 18px;
}

.product-title-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.product-logo {
  width: min(210px, 52vw);
  height: auto;
}

.catalog-logo {
  width: min(235px, 72vw);
  height: auto;
}

.plugin-logo {
  width: min(360px, 100%);
  height: auto;
}

.product-mark,
.product-title-row img,
.catalog-card img,
.product-brandline img {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  border: 1px solid var(--line);
  object-fit: cover;
  background: #ffffff;
}

.product-title-row .product-logo,
.catalog-card .catalog-logo,
.product-brandline .plugin-logo {
  border: 1px solid #e3e9f1;
  border-radius: 8px;
  background: #ffffff;
  object-fit: cover;
  object-position: center;
}

.product-title-row .product-logo {
  width: 92px;
  height: 58px;
}

.catalog-card .catalog-logo {
  width: 150px;
  height: 84px;
}

.product-brandline .plugin-logo {
  width: min(360px, 100%);
  height: auto;
  object-fit: contain;
}

.product-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background:
    linear-gradient(135deg, rgba(85, 214, 186, 0.95), rgba(141, 184, 255, 0.92));
  color: #04110e;
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 14px 36px rgba(85, 214, 186, 0.18);
}

.large-mark {
  width: 72px;
  height: 72px;
  font-size: 34px;
}

.check-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-weight: 760;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--pine);
}

.text-link {
  color: var(--pine);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.product-visual {
  border: 1px solid #d9e3ee;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(82, 118, 255, 0.08), transparent 34%),
    linear-gradient(118deg, transparent 0 58%, rgba(72, 205, 238, 0.1) 58% 74%, transparent 74%),
    #f8fbff;
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.34);
  color: #17202a;
  padding: 16px;
  display: grid;
  gap: 14px;
}

.preview-toolbar {
  min-height: 44px;
  border-bottom: 1px solid #d9e3ee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #5c6875;
  font-size: 14px;
  font-weight: 800;
}

.preview-toolbar strong {
  color: #17202a;
}

.demo-logo {
  width: 76px;
  height: 34px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 8px 20px rgba(47, 93, 164, 0.08);
}

.compare-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.compare-strip article {
  min-height: 128px;
  border: 1px solid #d9e3ee;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  padding: 14px;
  display: grid;
  gap: 8px;
  align-content: start;
}

.compare-strip article:first-child {
  border-color: rgba(86, 132, 255, 0.32);
  background: #ffffff;
}

.compare-strip article:last-child {
  border-color: rgba(38, 188, 162, 0.34);
  background: #ffffff;
}

.compare-strip span {
  color: #0b6d9a;
  font-size: 13px;
  font-weight: 900;
}

.compare-strip b {
  display: grid;
  place-items: center;
  color: #66727f;
  font-size: 12px;
  text-transform: uppercase;
}

.estimate-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid #d9e3ee;
  border-radius: 8px;
  overflow: hidden;
}

.estimate-columns section {
  min-height: 190px;
  border-left: 1px solid #d9e3ee;
  background: rgba(255, 255, 255, 0.62);
  padding: 12px;
  display: grid;
  align-content: start;
  gap: 10px;
}

.estimate-columns section:first-child {
  border-left: 0;
}

.estimate-columns b {
  color: #085d83;
}

.estimate-columns span {
  border: 1px solid #dce5ef;
  border-radius: 8px;
  background: #ffffff;
  padding: 10px;
  color: #3d4856;
  font-size: 13px;
  font-weight: 780;
}

.resource-grid,
.catalog-grid,
.principles-grid,
.values-grid,
.contact-grid,
.steps-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.large-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
}

.principles-grid,
.contact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.values-grid,
.steps-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.resource-grid article,
.catalog-card,
.principles-grid article,
.values-grid article,
.contact-grid article,
.steps-grid article,
.feature-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 18px;
  display: grid;
  gap: 12px;
  align-content: start;
}

.featured-resource {
  box-shadow: var(--shadow);
}

.resource-grid article,
.principles-grid article,
.contact-grid article {
  min-height: 210px;
}

.catalog-card {
  min-height: 390px;
}

.featured-product {
  box-shadow: var(--shadow);
}

.muted-card {
  background: #0b0d0c;
}

.catalog-card p,
.resource-grid p,
.principles-grid p,
.values-grid p,
.contact-grid p,
.steps-grid p,
.feature-list span {
  color: var(--muted);
  line-height: 1.5;
}

.resource-type,
.tag-row span,
.steps-grid span,
.values-grid span {
  width: fit-content;
  border-radius: 999px;
  background: rgba(85, 214, 186, 0.12);
  color: var(--pine);
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tag-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.product-brandline {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-weight: 850;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.closing-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.8fr) auto;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #070807;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 22px clamp(18px, 4vw, 56px);
  color: var(--muted);
  font-size: 14px;
}

.doc-hero {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.42fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: end;
}

.doc-hero-logo {
  width: min(320px, 100%);
  justify-self: end;
  border: 1px solid #e3e9f1;
  border-radius: 8px;
  background: #ffffff;
}

.doc-layout {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: start;
}

.doc-nav {
  position: sticky;
  top: 96px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 12px;
  display: grid;
  gap: 4px;
}

.doc-nav a {
  border-radius: 8px;
  color: var(--muted);
  padding: 10px 11px;
  font-size: 14px;
  font-weight: 780;
}

.doc-nav a:hover,
.doc-nav a[aria-current="page"] {
  background: rgba(85, 214, 186, 0.1);
  color: var(--pine);
}

.doc-content {
  display: grid;
  gap: 22px;
}

.doc-section {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: clamp(18px, 3vw, 26px);
  display: grid;
  gap: 14px;
}

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

.doc-section ul,
.doc-section ol {
  margin: 0;
  padding-left: 20px;
}

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

.doc-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  padding: 16px;
  display: grid;
  gap: 9px;
}

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

.callout {
  border: 1px solid rgba(85, 214, 186, 0.28);
  border-radius: 8px;
  background: rgba(85, 214, 186, 0.075);
  padding: 14px 16px;
  color: var(--ink);
}

.table-like {
  display: grid;
  gap: 8px;
}

.table-like div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  padding: 13px;
  display: grid;
  grid-template-columns: minmax(120px, 0.35fr) minmax(0, 1fr);
  gap: 14px;
}

.table-like strong {
  color: var(--ink);
}

.table-like span {
  color: var(--muted);
  line-height: 1.45;
}

@media (max-width: 1260px) {
  .values-visual {
    display: none;
  }
}

@media (max-width: 1020px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .header-action {
    align-self: flex-start;
  }

  .trust-strip,
  .resource-grid,
  .large-grid,
  .catalog-grid,
  .principles-grid,
  .values-grid,
  .contact-grid,
  .steps-grid,
  .product-feature,
  .product-detail-layout,
  .closing-layout,
  .doc-hero,
  .doc-layout,
  .doc-grid {
    grid-template-columns: 1fr;
  }

  .doc-nav {
    position: static;
  }

  .doc-hero-logo {
    justify-self: start;
  }

  .trust-strip span,
  .estimate-columns section {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .trust-strip span:first-child,
  .estimate-columns section:first-child {
    border-top: 0;
  }
}

@media (max-width: 720px) {
  .hero-scene {
    min-height: auto;
    padding-top: 54px;
  }

  .compare-strip,
  .estimate-columns,
  .table-like div {
    grid-template-columns: 1fr;
  }

  .compare-strip b {
    min-height: 28px;
  }

  h1 {
    font-size: clamp(38px, 13vw, 56px);
  }
}
