:root {
  color-scheme: dark;

  --rack:      #0c0d0f;
  --line:      #222428;
  --line-soft: #1a1c1f;
  --screw:     #4a4d53;
  --dim-2:     #7a7e86;
  --cable:     #ece9e2;
  --cable-dim: #9c9992;
  --led:       #7ef29a;
  --wa:        #25d366;
  --wa-hover:  #31e074;
  --wa-ink:    #06240f;

  --display: "Archivo", "Arial Narrow", sans-serif;
  --body:    "Instrument Sans", system-ui, -apple-system, sans-serif;
  --mono:    "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --gutter: clamp(20px, 5vw, 80px);
  --max: 1100px;
  --text-max: 820px;

  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);

  --spring: linear(0, 0.009, 0.035 2.1%, 0.141 4.4%, 0.723 12.9%, 0.938 18.7%, 1.017 24.3%, 1.038 29.5%, 1.032 35.3%, 1.01 44.1%, 1);

  --glass-bg: rgba(14, 16, 19, 0.6);
  --glass-line: rgba(236, 233, 226, 0.1);
  --glass-edge: rgba(236, 233, 226, 0.22);

  --wa-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 0 0-8.6 15.1L2 22l5.1-1.3A10 10 0 1 0 12 2zm0 18a8 8 0 0 1-4.1-1.1l-.3-.2-3 .8.8-2.9-.2-.3A8 8 0 1 1 12 20zm4.4-6c-.2-.1-1.4-.7-1.6-.8s-.4-.1-.5.1-.6.8-.8.9-.3.2-.5 0a6.5 6.5 0 0 1-1.9-1.2 7.3 7.3 0 0 1-1.3-1.7c-.1-.2 0-.4.1-.5l.4-.4.2-.4v-.4l-.7-1.8c-.2-.5-.4-.4-.5-.4h-.5a.9.9 0 0 0-.7.3 2.8 2.8 0 0 0-.9 2.1 4.9 4.9 0 0 0 1 2.6 11.2 11.2 0 0 0 4.3 3.8c.6.3 1.1.4 1.4.5a3.4 3.4 0 0 0 1.6.1 2.6 2.6 0 0 0 1.7-1.2 2.1 2.1 0 0 0 .1-1.2c0-.1-.2-.2-.4-.3z'/%3E%3C/svg%3E");
}

@view-transition { navigation: auto; }
::view-transition-old(root) { animation: 160ms ease-out both vt-out; }
::view-transition-new(root) { animation: 260ms var(--ease-out) both vt-in; }
@keyframes vt-out { to { opacity: 0; } }
@keyframes vt-in { from { opacity: 0; transform: translateY(6px); } }

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100% 125%;
  font-display: swap;
  src: url("fonts/archivo.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("fonts/instrument-sans.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("fonts/jetbrains-mono.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  min-height: 100svh;
  display: flex; flex-direction: column;
  background: var(--rack);
  color: var(--cable);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
main { flex: 1; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, p, dl, dd, figure { margin: 0; }

:focus-visible { outline: 2px solid var(--cable); outline-offset: 3px; }

.skip {
  position: absolute; left: -999px; top: 8px; z-index: 100;
  background: var(--cable); color: var(--rack);
  padding: 8px 14px;
}
.skip:focus { left: 8px; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }

.nav, .status, .eyebrow, .note, .foot, .list h2,
.row-price, .plan-price, .plan-name em, .readout dt, .contact-list span, .work-pair figcaption {
  font-family: var(--mono);
}

.home-head h2, .block h2 {
  font-family: var(--display);
  font-variation-settings: "wdth" 112;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 26px;
  background: var(--wa); color: var(--wa-ink);
  font-family: var(--display);
  font-variation-settings: "wdth" 110;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 12px 30px -14px rgba(37, 211, 102, 0.6);
  transition: transform 140ms var(--ease-out), background-color 160ms ease, box-shadow 200ms ease;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.btn::before, .wa-float::before {
  content: "";
  flex: none;
  width: 16px; height: 16px;
  background: currentColor;
  -webkit-mask: var(--wa-icon) center / contain no-repeat;
  mask: var(--wa-icon) center / contain no-repeat;
}
.btn:active { transform: scale(0.97); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 4px 12px -8px rgba(37, 211, 102, 0.6); }
.btn--big { padding: 20px 36px; font-size: 16px; }
.btn--big::before { width: 20px; height: 20px; }
.btn--ghost { background: transparent; color: var(--wa); box-shadow: inset 0 0 0 1px rgba(37, 211, 102, 0.45); }
.btn--neutral { background: var(--cable); color: var(--rack); box-shadow: none; }
.btn--neutral::before { display: none; }

@media (hover: hover) and (pointer: fine) {
  .btn:hover { background: var(--wa-hover); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 16px 36px -14px rgba(37, 211, 102, 0.75); }
  .btn--ghost:hover { background: rgba(37, 211, 102, 0.08); box-shadow: inset 0 0 0 1px var(--wa); }
  .btn--neutral:hover { background: #fff; box-shadow: none; }
}

.row[href], .nav a, .foot-nav a, .more, .contact-list a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.row[href]:active { opacity: 0.7; transition: opacity 80ms ease-out; }

.top {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;

  padding: 16px calc(max(0px, (100% - var(--max)) / 2) + var(--gutter));
  background: rgba(12, 13, 15, 0);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  transition: background-color 320ms ease, backdrop-filter 320ms ease, -webkit-backdrop-filter 320ms ease;
}
.top.is-scrolled {
  background: rgba(12, 13, 15, 0.64);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  backdrop-filter: blur(18px) saturate(140%);
}

.top::after {
  content: "";
  position: absolute; left: 0; right: 0; top: 100%; height: 14px;
  background: linear-gradient(rgba(12, 13, 15, 0.55), transparent);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}
.top.is-scrolled::after { opacity: 1; }

.brand {
  padding: 6px 0;
  text-decoration: none;
  font-family: var(--display);
  font-variation-settings: "wdth" 125;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
}
.brand-word--thin { font-weight: 400; font-variation-settings: "wdth" 100; }

.nav { display: flex; gap: 26px; font-size: 12px; letter-spacing: 0.04em; }
.nav a {
  padding: 8px 0;
  text-decoration: none;
  color: var(--cable-dim);
  transition: color 200ms ease;
}
.nav a:hover, .nav a[aria-current] { color: var(--cable); }
.nav a[aria-current] { text-decoration: underline; text-underline-offset: 6px; text-decoration-color: var(--screw); }

@media (max-width: 760px) {
  .top { flex-wrap: wrap; gap: 8px 20px; }
  .nav { flex-basis: 100%; gap: 18px; }
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  min-height: clamp(520px, 50vw, 720px);
}
.hero-frame {
  position: absolute; bottom: 0; right: 0; z-index: -2;
  width: min(100%, 1290px);
  aspect-ratio: 1290 / 797;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 26%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 26%);
}
.hero-photo {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.62) saturate(0.8);
}
.hero-shade {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(12,13,15,0.96) 0%, rgba(12,13,15,0.85) 34%, rgba(12,13,15,0.4) 64%, rgba(12,13,15,0.25) 100%),
    linear-gradient(0deg, var(--rack) 0%, rgba(12,13,15,0.75) 24%, rgba(12,13,15,0.15) 55%, rgba(12,13,15,0.3) 100%);
}
.hero-body {
  position: relative;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 96px var(--gutter) 76px;
}

.status {
  display: inline-block;
  margin-bottom: 26px;
  font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--cable-dim);
}

.hero-title {
  display: flex; flex-direction: column;
  font-family: var(--display);
  font-variation-settings: "wdth" 118;
  font-weight: 800;
  font-size: clamp(36px, 6.8vw, 104px);
  line-height: 0.92;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero-title-accent { font-weight: 400; font-variation-settings: "wdth" 100; letter-spacing: -0.01em; }
.hero-lead {
  margin: 26px 0 32px;
  max-width: 440px;
  font-size: clamp(16px, 1.25vw, 18px);
  color: var(--cable-dim);
}
.hero-lead .en { color: var(--cable); font-style: italic; }

.hero-body > * {
  opacity: 0; transform: translateY(12px);
  animation: rise 800ms var(--spring) forwards;
}
.hero-body > :nth-child(1) { animation-delay: 80ms; }
.hero-body > :nth-child(2) { animation-delay: 160ms; }
.hero-body > :nth-child(3) { animation-delay: 280ms; }
.hero-body > :nth-child(4) { animation-delay: 360ms; }
@keyframes rise { to { opacity: 1; transform: none; } }
@keyframes materialize {
  from { opacity: 0; transform: translateY(14px) scale(0.985); filter: blur(6px); }
  to   { opacity: 1; transform: none; filter: blur(0); }
}

.trust {
  list-style: none; padding: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: -36px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid var(--glass-line);
  border-top-color: var(--glass-edge);
  border-radius: 6px;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.9);
  animation: materialize 900ms var(--spring) 380ms both;
}
.trust-item {
  display: flex; flex-direction: column; gap: 4px;
  padding: 20px 22px;
  border-left: 1px solid var(--glass-line);
}
.trust-item:first-child { border-left: 0; }
.trust-item strong {
  font-family: var(--display);
  font-variation-settings: "wdth" 110;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.trust-item span { font-size: 14px; color: #b9b6ae; }

@media (max-width: 900px) {
  .trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-item:nth-child(3) { border-left: 0; }
  .trust-item:nth-child(n+3) { border-top: 1px solid var(--glass-line); }
}
@media (max-width: 520px) {
  .trust { grid-template-columns: 1fr; }
  .trust-item { border-left: 0; }
  .trust-item + .trust-item { border-top: 1px solid var(--glass-line); }
}

@media (max-width: 760px) {
  .hero { min-height: 0; display: block; }
  .hero-frame {
    position: relative; width: 100%;
    -webkit-mask-image: linear-gradient(0deg, transparent 0%, #000 45%);
    mask-image: linear-gradient(0deg, transparent 0%, #000 45%);
  }
  .hero-shade { display: none; }
  .hero-photo { filter: brightness(0.6) saturate(0.8); }
  .hero-title { font-size: clamp(36px, 10.6vw, 64px); }
  .hero-body { padding: 0 var(--gutter) 36px; margin-top: -40px; }
  .trust { margin-top: 0; }
}

.home-main { padding-top: 0; padding-bottom: 96px; }
.home-sec { padding-top: 64px; }
.home-head {
  display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 24px;
  padding-bottom: 18px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.home-head h2 { font-size: clamp(22px, 2.4vw, 30px); }
.more {
  font-family: var(--mono);
  font-size: 12px; letter-spacing: 0.04em;
  color: var(--cable-dim);
  text-decoration: none;
  transition: color 200ms ease;
}
a.more:hover { color: var(--cable); }

.list.list--home { margin-top: 0; max-width: none; }
.list--home .row { padding: 14px 0; text-decoration: none; }
.list--home h3 { margin: 36px 0 6px; font-family: var(--mono); font-weight: 500; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cable-dim); }
.list--home h3:first-child { margin-top: 10px; }
.list--home .row-price small { margin-left: 2px; font-size: 11px; color: var(--cable-dim); }
@media (hover: hover) and (pointer: fine) {
  .list--home .row-price { transition: color 200ms ease; }
  .list--home .row:hover .row-price { color: #fff; }
}

.steps--grid {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 48px;
}
.steps--grid li:nth-last-child(-n+2) { border-bottom: 0; }
@media (max-width: 700px) {
  .steps--grid { grid-template-columns: 1fr; }
  .steps--grid li:nth-last-child(-n+2) { border-bottom: 1px solid var(--line-soft); }
}

.works {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.work-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.work-pair figure {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid var(--line);
}
.work-pair img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.9);
  transition: transform 600ms var(--ease-out), filter 300ms ease;
}
.work-pair figcaption {
  position: absolute; left: 8px; bottom: 8px;
  padding: 3px 7px;
  font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--cable);
  background: rgba(12, 13, 15, 0.75);
}
.work h3 {
  margin-top: 18px;
  font-family: var(--display);
  font-variation-settings: "wdth" 110;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.work p { margin-top: 8px; font-size: 15px; color: var(--cable-dim); }
@media (hover: hover) and (pointer: fine) {
  .work-pair figure:hover img { transform: scale(1.03); filter: saturate(1); }
}
@supports (animation-timeline: view()) {
  .work {
    animation: materialize 1s var(--spring) both;
    animation-timeline: view();
    animation-range: entry 0% entry 45%;
  }
}
@media (max-width: 760px) { .works { grid-template-columns: 1fr; } }

.reviews {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.review { margin: 0; padding-left: 20px; border-left: 2px solid var(--screw); }
.review blockquote {
  margin: 0;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.4;
  color: var(--cable);
}
.review blockquote::before { content: "\201C"; color: var(--dim-2); margin-right: 2px; }
.review blockquote::after { content: "\201D"; color: var(--dim-2); margin-left: 2px; }
.review figcaption { margin-top: 12px; font-family: var(--mono); font-size: 12px; letter-spacing: 0.04em; color: var(--cable-dim); }
.review figcaption a { color: inherit; text-decoration: none; border-bottom: 1px solid var(--screw); }
@media (max-width: 700px) { .reviews { grid-template-columns: 1fr; gap: 24px; } }

.readout.readout--row {
  border-top: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 40px;
}
.readout.readout--row > div {
  flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 10px;
  padding: 22px 0;
}
.readout.readout--row dd { font-size: clamp(36px, 4.2vw, 56px); }
@media (max-width: 640px) {
  .readout.readout--row { grid-template-columns: 1fr; }
  .readout.readout--row > div { flex-direction: row; align-items: center; justify-content: space-between; padding: 14px 0; }
  .readout.readout--row dd { font-size: 36px; }
}

.page { padding-top: clamp(40px, 7vw, 80px); padding-bottom: 96px; }
.eyebrow {
  margin-bottom: 22px;
  font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--cable-dim);
}
.page-title {
  max-width: var(--text-max);
  font-family: var(--display);
  font-variation-settings: "wdth" 112;
  font-weight: 800;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-lead {
  margin-top: 22px;
  max-width: 560px;
  font-size: clamp(17px, 1.3vw, 19px);
  color: var(--cable-dim);
}

.block { margin-top: 64px; max-width: 720px; }
.block--wide { max-width: var(--text-max); }
.block h2 { margin-bottom: 20px; font-size: 22px; }
.prose { max-width: 640px; color: var(--cable-dim); }
.prose + .prose { margin-top: 10px; }
.prose a { text-decoration: none; border-bottom: 1px solid var(--screw); }
.nowrap { white-space: nowrap; }
.note { margin-top: 18px; font-size: 12px; letter-spacing: 0.02em; color: var(--cable-dim); }
.list .note { font-family: var(--body); font-size: 14px; letter-spacing: 0; margin-top: 12px; max-width: 640px; }
.list h2 { scroll-margin-top: 90px; }

.cta {
  margin-top: 80px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px;
}
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cta p {
  font-family: var(--display);
  font-variation-settings: "wdth" 110;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.faq { display: flex; flex-direction: column; }
.faq > div { padding: 18px 0; border-top: 1px solid var(--line-soft); }
.faq > div:last-child { border-bottom: 1px solid var(--line-soft); }
.faq dt { margin-bottom: 6px; font-weight: 600; }
.faq dd { max-width: 640px; font-size: 16px; color: var(--cable-dim); }

.legal-body { max-width: 680px; }
.legal-body .block { margin-top: 44px; }
.legal-body .block h2 { margin-bottom: 10px; font-size: 18px; }
.legal-body .prose strong { color: var(--cable); font-weight: 600; }

.jump {
  margin-top: 36px;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.jump a {
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 12px; letter-spacing: 0.04em;
  color: var(--cable-dim);
  text-decoration: none;
  transition: color 200ms ease, border-color 200ms ease;
}
.jump a:hover { color: var(--cable); border-color: var(--screw); }

.list { margin-top: 56px; max-width: var(--text-max); }
.list h2 {
  margin: 40px 0 8px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cable-dim);
}
.list h2:first-child { margin-top: 0; }
.row {
  display: flex; align-items: baseline; gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line-soft);
}
.row-name { flex: none; font-weight: 600; }
.row-desc {
  flex: 1 1 auto; min-width: 0;
  display: flex; align-items: baseline; gap: 10px;
  font-size: 15px;
  color: var(--cable-dim);
}
.row-desc::after {
  content: "";
  flex: 1 1 auto; min-width: 24px;
  border-bottom: 1px dotted var(--screw);
  transform: translateY(-4px);
}
.row-price { flex: none; font-size: 15px; white-space: nowrap; }
.row-price--free { color: var(--led); }
.row-price--soft { color: var(--cable-dim); }
@media (max-width: 600px) {
  .row { flex-wrap: wrap; gap: 2px 12px; }
  .row-name { flex: 1 1 auto; }
  .row-desc { flex-basis: 100%; order: 3; }
  .row-desc::after { display: none; }
}

.plans { display: grid; gap: 14px; }
.plan {
  display: flex; flex-direction: column; gap: 14px;
  padding: 28px 24px 24px;
  border: 1px solid var(--line);
  border-radius: 3px;
}
.plan--rec { border-color: var(--screw); }
.plan-head { display: flex; flex-direction: column; gap: 12px; }
.plan-name {
  font-family: var(--display);
  font-variation-settings: "wdth" 118;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.plan-name em {
  display: block; margin-top: 8px;
  font-style: normal; font-weight: 400;
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--led);
}
.plan-price { font-size: 28px; white-space: nowrap; }
.plan-price small { margin-left: 3px; font-size: 12px; color: var(--cable-dim); }
.plan-tag { color: var(--cable-dim); }
.plan-list {
  list-style: none; margin: 4px 0 8px; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 6px 24px;
  font-size: 15px;
}
.plan-list li::before { content: "—"; margin-right: 10px; color: var(--screw); }
.plan-list .inclui { color: var(--cable-dim); }
.plan-list .visitas { font-family: var(--mono); font-size: 13px; letter-spacing: 0.04em; color: var(--led); }
.plan-list .visitas::before { color: var(--led); }
.plan .btn { align-self: stretch; margin-top: 8px; padding: 14px 18px; font-size: 13px; }
@media (min-width: 1000px) {
  .plans { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .block--wide:has(.plans) { max-width: none; }
  .plan-list { grid-template-columns: 1fr; }
  .plan .btn { margin-top: auto; }
}

.photo { margin-top: 56px; max-width: var(--text-max); }
.photo-caption { margin-top: 12px; max-width: 560px; font-size: 15px; color: var(--cable-dim); }

.rules {
  list-style: none; margin: 0; padding: 0;
  counter-reset: regra;
  display: flex; flex-direction: column;
}
.rules li {
  counter-increment: regra;
  position: relative;
  padding: 18px 0 18px 56px;
  border-top: 1px solid var(--line-soft);
  font-size: 18px;
}
.rules li:last-child { border-bottom: 1px solid var(--line-soft); }
.rules li::before {
  content: counter(regra);
  position: absolute; left: 0; top: 12px;
  font-family: var(--display);
  font-variation-settings: "wdth" 125;
  font-weight: 800;
  font-size: 28px;
  line-height: 1;
  color: var(--dim-2);
}

.steps {
  list-style: none; margin: 0; padding: 0;
  counter-reset: passo;
  display: flex; flex-direction: column;
}
.steps li {
  counter-increment: passo;
  position: relative;
  padding: 14px 0 14px 44px;
  border-top: 1px solid var(--line-soft);
  font-size: 16px;
  color: var(--cable-dim);
}
.steps li:last-child { border-bottom: 1px solid var(--line-soft); }
.steps li::before {
  content: counter(passo, decimal-leading-zero);
  position: absolute; left: 0; top: 17px;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--cable-dim);
}
.steps strong { color: var(--cable); font-weight: 600; }

.readout { border-top: 1px solid var(--line-soft); }
.readout > div {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-soft);
}
.readout dt { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--cable-dim); }
.readout dd {
  display: flex; align-items: baseline; gap: 12px;
  font-family: var(--display);
  font-variation-settings: "wdth" 115;
  font-weight: 800;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.readout s { font-size: 0.6em; font-weight: 500; color: var(--dim-2); text-decoration-thickness: 2px; }
.readout b { font-weight: inherit; }

.proof { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.proof li { padding: 14px 0; border-top: 1px solid var(--line-soft); font-size: 16px; color: var(--cable-dim); }
.proof li:last-child { border-bottom: 1px solid var(--line-soft); }
.proof strong { color: var(--cable); font-weight: 600; }
.proof a, .faq a { color: inherit; text-decoration: none; border-bottom: 1px solid var(--screw); }

.page > .btn--big { margin-top: 40px; }
.contact-list {
  list-style: none; margin: 56px 0 0; padding: 0;
  display: grid; gap: 12px;
  max-width: 640px;
  font-size: 17px;
}
.contact-list li { display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: baseline; }
.contact-list span { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cable-dim); }
.contact-list a { justify-self: start; text-decoration: none; border-bottom: 1px solid var(--screw); transition: border-color 200ms ease; }
.contact-list a:hover { border-color: var(--cable); }
@media (max-width: 600px) { .page > .btn--big { width: 100%; } }
@media (max-width: 400px) { .btn--big { padding: 18px 20px; font-size: 15px; } }

.foot {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 24px var(--gutter) 40px;
  border-top: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 14px;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--cable-dim);
}
.foot-tag { color: var(--cable-dim); }
.foot-nav { display: flex; flex-wrap: wrap; gap: 6px 20px; }
.foot-nav a { text-decoration: none; color: var(--cable-dim); transition: color 200ms ease; }
.foot-nav a:hover { color: var(--cable); }
.foot-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 24px; color: var(--dim-2); }
.foot-row a { color: var(--cable-dim); text-decoration: none; border-bottom: 1px solid var(--screw); }
.foot-row a:hover { color: var(--cable); }
.note a { color: inherit; border-bottom: 1px solid var(--screw); text-decoration: none; }

.wa-float {
  position: fixed; right: 16px; bottom: 16px; z-index: 30;
  display: none; align-items: center; gap: 10px;
  padding: 14px 20px;
  border-radius: 999px;
  background: var(--wa); color: var(--wa-ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 16px 40px -12px rgba(37, 211, 102, 0.7), 0 8px 24px -12px rgba(0, 0, 0, 0.8);
  font-family: var(--display);
  font-variation-settings: "wdth" 110;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0; transform: translateY(12px); pointer-events: none;
  transition: transform 260ms var(--ease-out), opacity 200ms ease;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.wa-float.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.wa-float::before { width: 18px; height: 18px; }
.wa-float.is-visible:active { transform: scale(0.95); }
@media (max-width: 760px) {
  .wa-float { display: inline-flex; }
  .foot { padding-bottom: 96px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  ::view-transition-old(root), ::view-transition-new(root) { animation: none; }
  .hero-body > *, .trust, .work { animation: none; opacity: 1; transform: none; filter: none; }
    .btn:active, .wa-float:active { transform: none; }
  .work-pair figure:hover img { transform: none; }
}
@media (prefers-reduced-transparency: reduce) {
  .top.is-scrolled, .trust { background: rgba(14, 15, 18, 0.96); -webkit-backdrop-filter: none; backdrop-filter: none; }
}
@media (prefers-contrast: more) {
  .top.is-scrolled, .trust { background: var(--rack); border-color: var(--cable-dim); }
}
