body:has(.home-canvas) {
  background: #080a0e;
  color: #f7f8fb;
}

body:has(.home-canvas)::before,
body:has(.home-canvas)::after {
  display: none;
}

body:has(.home-canvas) .site-footer {
  display: none;
}

.home-canvas {
  --home-line: rgba(255, 255, 255, 0.11);
  --home-line-strong: rgba(255, 255, 255, 0.18);
  --home-text: #f6f7fa;
  --home-soft: rgba(238, 242, 249, 0.76);
  --home-muted: rgba(229, 234, 244, 0.52);
  --home-blue: #69d5f4;
  --home-violet: #a992ff;
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: clip;
  padding:
    clamp(52px, 7vw, 112px)
    max(clamp(18px, 4vw, 58px), var(--safe-right))
    calc(96px + var(--safe-bottom))
    max(clamp(18px, 4vw, 58px), var(--safe-left));
  background:
    radial-gradient(circle at 12% 4%, rgba(65, 140, 190, 0.17), transparent 32rem),
    radial-gradient(circle at 92% 18%, rgba(116, 76, 170, 0.2), transparent 36rem),
    radial-gradient(circle at 52% 56%, rgba(53, 80, 118, 0.1), transparent 42rem),
    linear-gradient(148deg, #080a0d 0%, #12151b 48%, #090b0f 100%);
  color: var(--home-text);
}

.home-canvas::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(118deg, transparent 0 30%, rgba(255, 255, 255, 0.025) 45%, transparent 63%),
    repeating-linear-gradient(128deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 82px);
  content: "";
  mask-image: linear-gradient(to bottom, #000 0 78%, transparent 100%);
  pointer-events: none;
}

.home-canvas::after {
  position: absolute;
  z-index: -1;
  top: 10rem;
  right: -18rem;
  width: 42rem;
  height: 42rem;
  border: 1px solid rgba(137, 116, 255, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 7rem rgba(108, 141, 255, 0.018),
    0 0 0 14rem rgba(78, 190, 229, 0.012);
  content: "";
  pointer-events: none;
}

.home-hero,
.home-flow,
.home-spaces,
.home-platform {
  width: min(1480px, 100%);
  margin-inline: auto;
}

.home-hero {
  display: grid;
  min-height: min(830px, calc(100dvh - 118px));
  grid-template-columns: minmax(360px, 0.82fr) minmax(570px, 1.18fr);
  align-items: center;
  gap: clamp(42px, 6vw, 104px);
}

.home-hero__copy {
  position: relative;
  z-index: 2;
  padding-block: 30px;
}

.home-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 18px;
  color: var(--home-muted);
  font-size: 0.69rem;
  font-weight: 780;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-kicker > span {
  width: 29px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--home-blue), var(--home-violet));
  box-shadow: 0 0 16px rgba(105, 213, 244, 0.4);
}

.home-hero h1 {
  margin: 0;
  color: var(--home-text);
  font-family: var(--font-display);
  font-size: clamp(4rem, 6.4vw, 7.4rem);
  font-weight: 640;
  letter-spacing: -0.076em;
  line-height: 0.86;
  text-wrap: balance;
}

.home-hero h1 span {
  display: block;
}

.home-hero h1 span:last-child {
  background: linear-gradient(94deg, #fff 0%, #cdefff 35%, #b9b7ff 70%, #e5c3ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.home-hero__lead {
  max-width: 52ch;
  margin: clamp(27px, 4vw, 42px) 0 0;
  color: var(--home-soft);
  font-size: clamp(0.94rem, 1.2vw, 1.08rem);
  line-height: 1.75;
  text-wrap: pretty;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.home-action {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.77rem;
  font-weight: 790;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.home-action--primary {
  background:
    radial-gradient(circle at 16% -20%, rgba(255, 255, 255, 0.5), transparent 42%),
    linear-gradient(118deg, #6b54df, #7c65ea 45%, #398edb);
  box-shadow: 0 16px 34px rgba(71, 87, 204, 0.28), inset 0 1px rgba(255, 255, 255, 0.34);
  color: #fff;
}

.home-action--primary span {
  font-size: 1rem;
  font-weight: 500;
}

.home-action--glass {
  border-color: var(--home-line);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}

.home-action:hover {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 42px rgba(55, 71, 156, 0.3), inset 0 1px rgba(255, 255, 255, 0.28);
  transform: translateY(-2px);
}

.home-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 30px 0 0;
  padding: 0;
  color: var(--home-muted);
  font-size: 0.67rem;
  list-style: none;
}

.home-proof li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.home-proof i,
.home-workbench__status i {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #68e7d2;
  box-shadow: 0 0 10px rgba(104, 231, 210, 0.75);
}

.home-proof strong {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 760;
}

.home-workbench {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: clamp(28px, 3vw, 42px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.025)),
    rgba(14, 18, 25, 0.78);
  box-shadow:
    0 52px 130px rgba(0, 0, 0, 0.46),
    inset 0 1px rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(30px) saturate(135%);
  -webkit-backdrop-filter: blur(30px) saturate(135%);
  transform: perspective(1300px) rotateY(-2.5deg) rotateX(1deg);
  transform-origin: center;
}

.home-workbench::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(125deg, transparent 25%, rgba(255, 255, 255, 0.055) 46%, transparent 66%);
  content: "";
  pointer-events: none;
}

.home-workbench__bar {
  display: grid;
  min-height: 58px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  border-bottom: 1px solid var(--home-line);
  background: rgba(255, 255, 255, 0.035);
}

.home-window-dots {
  display: flex;
  gap: 6px;
}

.home-window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.home-window-dots i:nth-child(2) { opacity: 0.72; }
.home-window-dots i:nth-child(3) { opacity: 0.46; }

.home-workbench__title {
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--font-mono);
  font-size: 0.55rem;
  font-weight: 720;
  letter-spacing: 0.14em;
}

.home-workbench__status {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 7px;
  color: rgba(228, 246, 244, 0.66);
  font-size: 0.56rem;
  font-weight: 720;
}

.home-workbench__body {
  display: grid;
  min-height: clamp(500px, 43vw, 650px);
  grid-template-columns: minmax(145px, 0.28fr) minmax(0, 1fr);
}

.home-workbench__controls {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px 16px;
  border-right: 1px solid var(--home-line);
  background: rgba(5, 8, 13, 0.28);
}

.home-workbench__controls > div:first-child {
  display: grid;
  gap: 4px;
  margin-bottom: 8px;
  padding: 0 3px 15px;
  border-bottom: 1px solid var(--home-line);
}

.home-workbench__controls small,
.home-drawing__head small,
.home-drawing__facts small {
  color: rgba(185, 196, 216, 0.46);
  font-size: 0.47rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.home-workbench__controls strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.68rem;
}

.home-workbench__controls label {
  display: grid;
  gap: 5px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.home-workbench__controls label span {
  color: rgba(215, 222, 234, 0.48);
  font-size: 0.5rem;
}

.home-workbench__controls label b {
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-mono);
  font-size: 0.64rem;
}

.home-control-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-top: 5px;
}

.home-control-pills span {
  padding: 5px 7px;
  border: 1px solid rgba(105, 213, 244, 0.14);
  border-radius: 999px;
  background: rgba(105, 213, 244, 0.07);
  color: rgba(190, 226, 240, 0.7);
  font-size: 0.45rem;
  font-weight: 730;
}

.home-workbench__drawing {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(18px, 2.5vw, 30px);
  background:
    radial-gradient(circle at 48% 45%, rgba(74, 126, 190, 0.11), transparent 46%),
    linear-gradient(rgba(255, 255, 255, 0.012), rgba(255, 255, 255, 0));
}

.home-drawing__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.home-drawing__head > span {
  display: grid;
  gap: 3px;
}

.home-drawing__head strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.75rem;
}

.home-drawing__head > b {
  padding: 6px 8px;
  border: 1px solid rgba(130, 167, 226, 0.15);
  border-radius: 8px;
  color: rgba(169, 195, 232, 0.56);
  font-family: var(--font-mono);
  font-size: 0.45rem;
  letter-spacing: 0.08em;
}

.home-workbench__drawing svg {
  width: 100%;
  height: auto;
  margin: auto 0;
  overflow: visible;
}

.home-grid-lines {
  fill: none;
  opacity: 0.38;
  stroke: rgba(174, 195, 227, 0.1);
  stroke-width: 1;
}

.home-arch-fill {
  fill: rgba(112, 144, 207, 0.05);
}

.home-arch-line,
.home-arch-joints {
  fill: none;
  stroke: url("#home-arch-stroke");
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-arch-line {
  filter: drop-shadow(0 0 7px rgba(99, 184, 236, 0.25));
  stroke-width: 3;
}

.home-arch-joints {
  opacity: 0.72;
  stroke-width: 1.5;
}

.home-dimensions {
  fill: rgba(182, 199, 226, 0.72);
  stroke: rgba(160, 184, 221, 0.42);
  stroke-width: 1;
}

.home-dimensions text {
  stroke: none;
  font-family: var(--font-mono);
  font-size: 12px;
}

.home-centre-point {
  fill: #76e4ff;
  filter: drop-shadow(0 0 7px #76e4ff);
}

.home-drawing__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: auto;
}

.home-drawing__facts > span {
  display: grid;
  min-width: 0;
  gap: 3px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.home-drawing__facts b {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--font-mono);
  font-size: 0.55rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-flow {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(560px, 1.28fr);
  align-items: end;
  gap: clamp(42px, 7vw, 120px);
  padding-block: clamp(110px, 14vw, 210px) clamp(64px, 8vw, 116px);
}

.home-flow header h2 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 5.5rem);
  font-weight: 580;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.home-flow header > p:last-child {
  max-width: 46ch;
  margin: 20px 0 0;
  color: var(--home-muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

.home-flow ol {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--home-line);
  list-style: none;
}

.home-flow li {
  display: grid;
  min-height: 130px;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 20px;
  padding: 20px 8px;
  border-bottom: 1px solid var(--home-line);
}

.home-flow li > span {
  color: var(--home-blue);
  font-family: var(--font-mono);
  font-size: 0.64rem;
}

.home-flow li strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.94rem;
}

.home-flow li p {
  max-width: 52ch;
  margin: 6px 0 0;
  color: var(--home-muted);
  font-size: 0.72rem;
  line-height: 1.6;
}

.home-spaces {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 24px);
}

.home-space {
  position: relative;
  display: grid;
  min-height: clamp(300px, 30vw, 460px);
  grid-template-columns: 1fr auto;
  align-content: space-between;
  overflow: hidden;
  padding: clamp(24px, 3.5vw, 48px);
  border: 1px solid var(--home-line);
  border-radius: clamp(26px, 3vw, 42px);
  background: #12151a;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
  color: var(--home-text);
  transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.home-space::before,
.home-space::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.home-space::before {
  right: -10%;
  bottom: -40%;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(255, 255, 255, 0.018), 0 0 0 108px rgba(255, 255, 255, 0.01);
}

.home-space::after {
  inset: 0;
  background: radial-gradient(circle at 92% 10%, var(--space-accent, rgba(107, 126, 210, 0.18)), transparent 44%);
}

.home-space--arch { --space-accent: rgba(61, 162, 222, 0.24); }
.home-space--stretch { --space-accent: rgba(64, 189, 178, 0.2); }
.home-space--gable { --space-accent: rgba(201, 116, 76, 0.2); }

.home-space:hover {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.26), inset 0 1px rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
}

.home-space__number {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.38);
  font-family: var(--font-mono);
  font-size: 0.63rem;
}

.home-space > div {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  align-self: end;
}

.home-space small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.55rem;
  font-weight: 790;
  letter-spacing: 0.17em;
}

.home-space h2 {
  margin: 9px 0 12px;
  color: inherit;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 4.5rem);
  font-weight: 570;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.home-space p {
  max-width: 43ch;
  margin: 0;
  color: var(--home-muted);
  font-size: 0.75rem;
  line-height: 1.6;
}

.home-space > b {
  position: relative;
  z-index: 1;
  display: grid;
  width: 44px;
  height: 44px;
  grid-column: 2;
  grid-row: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 500;
}

.home-platform {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  margin-top: clamp(70px, 9vw, 130px);
  padding-top: 26px;
  border-top: 1px solid var(--home-line);
  color: var(--home-muted);
  font-size: 0.63rem;
}

.home-platform > span {
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-platform > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.home-platform b {
  padding: 6px 9px;
  border: 1px solid var(--home-line);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.64);
  font-weight: 690;
}

.home-platform p {
  margin: 0;
  text-align: right;
}

@supports (animation-timeline: view()) {
  .home-flow li,
  .home-space {
    animation: home-reveal 1ms ease-out both;
    animation-timeline: view(block);
    animation-range: entry 6% cover 28%;
  }
}

@keyframes home-reveal {
  from { opacity: 0.24; transform: translateY(24px) scale(0.99); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1180px) {
  .home-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .home-hero__copy {
    max-width: 850px;
  }

  .home-hero h1 {
    max-width: 10ch;
  }

  .home-workbench {
    width: 100%;
    transform: none;
  }

  .home-workbench__body {
    min-height: min(66vw, 650px);
  }
}

@media (max-width: 900px) {
  .home-canvas {
    padding-top: clamp(38px, 7vw, 68px);
  }

  .home-flow {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-flow header h2 {
    max-width: 13ch;
  }

  .home-platform {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-platform p {
    text-align: left;
  }
}

@media (max-width: 700px) {
  .home-canvas {
    padding-inline: max(16px, var(--safe-left)) max(16px, var(--safe-right));
    padding-bottom: calc(104px + var(--safe-bottom));
  }

  .home-hero {
    gap: 44px;
  }

  .home-hero__copy {
    padding-block: 8px 0;
  }

  .home-kicker {
    margin-bottom: 14px;
    font-size: 0.59rem;
  }

  .home-hero h1 {
    max-width: 100%;
    font-size: clamp(3.25rem, 15vw, 5.2rem);
    line-height: 0.89;
  }

  .home-hero__lead {
    margin-top: 24px;
    font-size: 0.9rem;
    line-height: 1.66;
  }

  .home-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-action {
    width: 100%;
  }

  .home-proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .home-workbench {
    border-radius: 26px;
  }

  .home-workbench__bar {
    min-height: 52px;
    grid-template-columns: 1fr auto;
    padding-inline: 15px;
  }

  .home-workbench__title {
    display: none;
  }

  .home-workbench__body {
    display: block;
    min-height: 430px;
  }

  .home-workbench__controls {
    display: none;
  }

  .home-workbench__drawing {
    min-height: 430px;
    padding: 18px 14px;
  }

  .home-drawing__facts > span {
    padding: 8px;
  }

  .home-drawing__facts small {
    letter-spacing: 0.06em;
  }

  .home-drawing__facts b {
    font-size: 0.49rem;
  }

  .home-flow {
    gap: 36px;
    padding-block: 104px 60px;
  }

  .home-flow header h2 {
    font-size: clamp(2.5rem, 11vw, 3.8rem);
  }

  .home-flow li {
    min-height: 118px;
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }

  .home-spaces {
    grid-template-columns: 1fr;
  }

  .home-space {
    min-height: 300px;
    padding: 24px;
    border-radius: 26px;
  }

  .home-space h2 {
    font-size: clamp(2.1rem, 11vw, 3.2rem);
  }
}

@media (max-width: 420px) {
  .home-canvas {
    padding-top: 28px;
  }

  .home-hero h1 {
    font-size: clamp(3.05rem, 15.3vw, 4rem);
  }

  .home-workbench__drawing {
    min-height: 390px;
  }

  .home-workbench__drawing svg {
    margin-block: 10px;
  }

  .home-drawing__facts {
    gap: 4px;
  }

  .home-drawing__facts > span {
    padding: 7px 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-workbench,
  .home-flow li,
  .home-space,
  .home-action {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (prefers-contrast: more) {
  .home-canvas {
    --home-line: rgba(255, 255, 255, 0.28);
    --home-muted: rgba(245, 247, 251, 0.78);
    --home-soft: rgba(255, 255, 255, 0.9);
  }
}
.contact-page {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, 1fr);
  gap: clamp(28px, 7vw, 90px);
  padding-block: clamp(60px, 10vw, 120px);
}
.contact-page__intro h1 { margin: 10px 0 16px; font-size: clamp(2rem, 5vw, 4.2rem); line-height: .98; }
.contact-page__intro p { max-width: 520px; color: var(--muted); line-height: 1.65; }
.contact-page__intro a { color: var(--turquoise); font-weight: 800; }
.contact-form { display: grid; gap: 16px; padding: 24px; border: 1px solid rgba(88, 184, 218, .22); border-radius: 24px; background: rgba(221, 245, 253, .22); backdrop-filter: blur(20px); }
.contact-form__message textarea { min-height: 180px; resize: vertical; border: 1px solid var(--line); border-radius: 14px; padding: 14px; background: var(--field-bg, #fff); color: inherit; font: inherit; }
.contact-form__feedback { min-height: 1.4em; margin: 0; color: var(--muted); font-size: .72rem; }
@media (max-width: 760px) { .contact-page { grid-template-columns: 1fr; } }

.home-canvas--compact { --muted: #a8bbc6; min-height: 100vh; padding: clamp(28px, 4vw, 52px) 0 56px; background: radial-gradient(circle at 18% 8%, rgba(95, 199, 235, .17), transparent 30rem), radial-gradient(circle at 88% 35%, rgba(106, 129, 226, .13), transparent 34rem), linear-gradient(145deg, #101c25, #09121b 62%, #0d1721); color: #eff9fd; }
.home-intro { display: grid; grid-template-columns: minmax(0, .8fr) minmax(340px, 1.2fr); align-items: center; gap: clamp(30px, 7vw, 100px); }
.home-intro__copy h1 { max-width: 620px; margin: 10px 0 14px; font-size: clamp(2.15rem, 4.4vw, 3.8rem); line-height: .95; letter-spacing: -.05em; }
.home-intro__copy > p:not(.home-kicker) { max-width: 590px; color: var(--muted); font-size: clamp(.9rem, 1.5vw, 1.1rem); line-height: 1.7; }
.home-video-placeholder { position: relative; display: grid; min-height: clamp(230px, 25vw, 310px); place-items: center; overflow: hidden; padding: 28px; border: 1px solid rgba(104, 202, 236, .32); border-radius: 28px; background: radial-gradient(circle at 20% 10%, rgba(101, 215, 247, .22), transparent 45%), linear-gradient(145deg, rgba(11, 38, 53, .96), rgba(17, 61, 83, .88)); box-shadow: 0 25px 65px rgba(4, 29, 44, .22); color: #eaf9ff; text-align: center; }
.home-video-placeholder::after { position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 26px; content: ""; pointer-events: none; }
.home-video-placeholder__play { display: grid; width: 68px; height: 68px; place-items: center; border: 1px solid rgba(185, 235, 255, .35); border-radius: 50%; background: rgba(181, 232, 250, .12); box-shadow: inset 0 1px rgba(255,255,255,.2); color: #b8edff; font-size: 1.3rem; }
.home-video-placeholder div { display: grid; gap: 7px; }
.home-video-placeholder small, .home-tools small, .home-about small { color: #79ccea; font-size: .6rem; font-weight: 900; letter-spacing: .15em; }
.home-video-placeholder strong { font-size: clamp(1.3rem, 2.5vw, 2.1rem); }
.home-video-placeholder p { margin: 0; color: #96b8c8; font-size: .72rem; }
.home-tools { padding-top: clamp(46px, 6vw, 76px); }
.home-tools header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.home-tools h2, .home-about h2 { margin: 9px 0 0; font-size: clamp(1.7rem, 4vw, 3rem); letter-spacing: -.04em; }
.home-tools > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.home-tool-card { display: grid; min-height: 178px; grid-template-columns: auto 1fr auto; gap: 16px; padding: 21px; border: 1px solid rgba(94, 194, 229, .28); border-radius: 22px; background: linear-gradient(145deg, rgba(130, 201, 226, .2), rgba(207, 236, 248, .08)); box-shadow: inset 0 1px rgba(255,255,255,.18), 0 16px 44px rgba(2, 14, 24, .18); color: inherit; text-decoration: none; backdrop-filter: blur(20px); transition: transform .2s ease, border-color .2s ease; }
.home-tool-card:hover { border-color: rgba(63, 173, 214, .5); transform: translateY(-4px); }
.home-tool-card > span { color: #7bbbd2; font: 800 .72rem/1 monospace; }
.home-tool-card div { align-self: end; }
.home-tool-card h3 { margin: 7px 0 10px; font-size: 1.25rem; }
.home-tool-card p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.home-tool-card > b { color: var(--turquoise); }
.home-about { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: center; margin-top: 10px; padding-block: clamp(48px, 6vw, 78px); }
.home-about ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.home-about li { padding: 14px 17px; border: 1px solid rgba(90, 181, 214, .2); border-radius: 15px; background: rgba(205, 239, 251, .18); color: var(--muted); }
:root[data-theme="dark"] .home-tool-card, :root[data-theme="dark"] .home-about li { border-color: rgba(87, 176, 211, .2); background: linear-gradient(145deg, rgba(16, 42, 57, .72), rgba(7, 23, 35, .55)); }
.home-plans { padding-bottom: clamp(70px, 9vw, 120px); }
.home-plans > header { max-width: 760px; margin-bottom: 28px; }
.home-plans h2 { margin: 9px 0 12px; font-size: clamp(1.8rem, 4vw, 3.2rem); letter-spacing: -.045em; }
.home-plans > header > p:last-child { color: var(--muted); line-height: 1.65; }
.home-plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.home-plan-card { display: grid; align-content: start; min-height: 265px; padding: 22px; border: 1px solid rgba(91, 184, 219, .26); border-radius: 22px; background: linear-gradient(145deg, rgba(126, 200, 226, .18), rgba(222, 239, 248, .07)); box-shadow: inset 0 1px rgba(255,255,255,.17), 0 18px 48px rgba(3,19,30,.2); backdrop-filter: blur(20px); }
.home-plan-card > span { color: #288db4; font-size: .56rem; font-weight: 900; letter-spacing: .13em; }
.home-plan-card h3 { margin: 18px 0 5px; font-size: 1.25rem; }
.home-plan-card > strong { font-size: 2rem; letter-spacing: -.04em; }
.home-plan-card > strong small { color: var(--muted); font-size: .65rem; letter-spacing: 0; }
.home-plan-card ul { display: grid; gap: 9px; margin: 18px 0 0; padding: 0; color: var(--muted); font-size: .72rem; list-style: none; }
.home-plan-card li::before { margin-right: 8px; color: #2b9dc5; content: "✓"; }
.home-plan-card.is-pro { border-color: rgba(130, 99, 207, .28); background: linear-gradient(145deg, rgba(99, 197, 232, .18), rgba(126, 83, 193, .13)); }
.home-payment-methods { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.home-payment-methods span { padding: 8px 12px; border: 1px solid rgba(92, 178, 211, .2); border-radius: 999px; color: var(--muted); font-size: .62rem; font-weight: 800; }
:root[data-theme="dark"] .home-plan-card { border-color: rgba(87, 176, 211, .2); background: linear-gradient(145deg, rgba(16, 42, 57, .76), rgba(7, 23, 35, .58)); }
.home-plan-action { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; align-self: end; margin-top: 20px; padding: 0 16px; border: 1px solid rgba(83,106,196,.24); border-radius: 13px; background: linear-gradient(135deg, rgba(78,190,225,.24), rgba(116,91,210,.2)); color: inherit; font-size: .7rem; font-weight: 850; text-decoration: none; }

/* Compact translucent home: airy by day, deep blue-purple glass by night. */
:root[data-theme="light"] .home-canvas--compact {
  --muted: #526c80;
  background:
    radial-gradient(circle at 14% 5%, rgba(91, 207, 241, .34), transparent 32rem),
    radial-gradient(circle at 88% 18%, rgba(151, 114, 227, .27), transparent 34rem),
    linear-gradient(145deg, #ecf8ff 0%, #e3f1ff 50%, #eee9ff 100%);
  color: #17344e;
}
:root[data-theme="light"] .home-video-placeholder {
  border-color: rgba(255,255,255,.8);
  background: radial-gradient(circle at 18% 8%, rgba(87,202,238,.38), transparent 48%), linear-gradient(145deg, rgba(255,255,255,.5), rgba(210,226,255,.38));
  box-shadow: 0 28px 70px rgba(58,82,139,.18), inset 0 1px rgba(255,255,255,.86);
  color: #173c58;
  backdrop-filter: blur(28px) saturate(155%);
}
:root[data-theme="light"] .home-video-placeholder p { color: #577589; }
:root[data-theme="light"] .home-video-placeholder__play { border-color: rgba(255,255,255,.86); background: rgba(255,255,255,.34); color: #5966c9; }
:root[data-theme="light"] .home-tool-card,
:root[data-theme="light"] .home-plan-card,
:root[data-theme="light"] .home-about li {
  border-color: rgba(255,255,255,.82);
  background: linear-gradient(145deg, rgba(255,255,255,.48), rgba(214,229,255,.25));
  box-shadow: 0 20px 55px rgba(54,80,139,.13), inset 0 1px rgba(255,255,255,.95);
  backdrop-filter: blur(28px) saturate(155%);
}
:root[data-theme="light"] .home-plan-card.is-pro { background: linear-gradient(145deg, rgba(223,247,255,.52), rgba(222,207,255,.36)); }
:root[data-theme="dark"] .home-canvas--compact {
  --muted: #a9c1d3;
  background: radial-gradient(circle at 14% 5%, rgba(52,153,205,.26), transparent 34rem), radial-gradient(circle at 88% 22%, rgba(113,73,184,.25), transparent 36rem), linear-gradient(145deg, #101f35, #11182d 54%, #211839);
}
:root[data-theme="dark"] .home-video-placeholder,
:root[data-theme="dark"] .home-tool-card,
:root[data-theme="dark"] .home-plan-card,
:root[data-theme="dark"] .home-about li {
  border-color: rgba(166,213,245,.2);
  background: linear-gradient(145deg, rgba(41,83,116,.46), rgba(55,39,89,.32));
  box-shadow: 0 22px 64px rgba(0,6,22,.26), inset 0 1px rgba(255,255,255,.1);
  backdrop-filter: blur(28px) saturate(145%);
}
@media (max-width: 900px) { .home-intro, .home-about { grid-template-columns: 1fr; } .home-tools > div, .home-plan-grid { grid-template-columns: 1fr; } .home-tool-card { min-height: 180px; } .home-plan-card { min-height: 0; } }
