/* PenguenCRM V5 — editorial product system */

:root {
  --v5-navy: #001726;
  --v5-navy-deep: #000f1a;
  --v5-navy-soft: #06283d;
  --v5-orange: #ff7600;
  --v5-orange-dark: #e96400;
  --v5-cyan: #1dd7d2;
  --v5-paper: #f5f7f6;
  --v5-white: #fff;
  --v5-ink: #041723;
  --v5-muted: #667680;
  --v5-line: rgba(4, 33, 50, .13);
  --v5-light-line: rgba(255, 255, 255, .12);
  --v5-display: "Manrope", sans-serif;
  --v5-body: "DM Sans", sans-serif;
  --v5-shell: min(1380px, calc(100% - 64px));
  --v5-radius: 22px;
  color-scheme: light;
}

/* =============================================
   V21 — Uygulama protokolü + teklif sihirbazı
   ============================================= */

.v21-site .v5-timeline.v21-protocol {
  position: relative;
  display: block;
  margin-top: clamp(44px, 6vw, 82px);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(22, 207, 208, 0.18);
  border-top: 6px solid var(--v5-orange);
  border-radius: 28px;
  background: #001723;
  box-shadow: 0 30px 80px rgba(0, 23, 35, 0.18);
  color: #f7faf9;
}

.v21-site .v5-timeline.v21-protocol::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(38, 211, 210, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 211, 210, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.75;
}

.v21-site .v5-timeline.v21-protocol::after {
  content: "";
  position: absolute;
  top: -220px;
  right: -140px;
  z-index: 0;
  width: 520px;
  aspect-ratio: 1;
  border: 1px solid rgba(38, 211, 210, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 72px rgba(38, 211, 210, 0.025),
    0 0 0 144px rgba(38, 211, 210, 0.018);
  pointer-events: none;
}

.v21-site .v21-protocol > * {
  position: relative;
  z-index: 1;
}

.v21-site .v21-protocol-top {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(520px, 1.22fr);
  min-height: 410px;
  border-bottom: 1px solid rgba(164, 198, 207, 0.18);
}

.v21-site .v21-protocol .v14-timeline-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(38px, 4vw, 64px);
  border-right: 1px solid rgba(164, 198, 207, 0.18);
  background: rgba(0, 16, 26, 0.52);
}

.v21-site .v21-protocol .v14-timeline-intro::after {
  content: "06";
  position: absolute;
  right: 28px;
  bottom: 2px;
  color: rgba(255, 255, 255, 0.026);
  font-family: var(--v5-display);
  font-size: clamp(92px, 10vw, 156px);
  font-weight: 800;
  line-height: 0.9;
  pointer-events: none;
}

.v21-site .v21-protocol .v14-timeline-intro > span {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 34px;
  color: var(--v5-cyan);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.v21-site .v21-protocol .v14-timeline-intro > span i {
  width: 34px;
  height: 1px;
  background: var(--v5-orange);
}

.v21-site .v21-protocol .v14-timeline-intro h3 {
  max-width: 460px;
  margin: 0;
  color: #f7faf9;
  font-size: clamp(34px, 3.2vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.v21-site .v21-protocol .v14-timeline-intro h3 em {
  display: block;
  margin-top: 8px;
  color: var(--v5-orange);
  font-style: normal;
}

.v21-site .v21-protocol .v14-timeline-intro > p {
  max-width: 500px;
  margin: 26px 0 34px;
  color: #8fa4ad;
  font-size: 14px;
  line-height: 1.8;
}

.v21-site .v21-protocol-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  margin-top: auto;
  overflow: hidden;
  border: 1px solid rgba(164, 198, 207, 0.16);
  border-radius: 14px;
  background: rgba(164, 198, 207, 0.16);
}

.v21-site .v21-protocol-meta > span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 15px 16px;
  background: #001c2a;
}

.v21-site .v21-protocol-meta svg {
  width: 20px;
  color: var(--v5-cyan);
  stroke-width: 1.7;
}

.v21-site .v21-protocol-meta b {
  color: #f4f8f8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.v21-site .v21-protocol-meta small {
  display: block;
  margin-bottom: 4px;
  color: #637b85;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.v21-site .v21-quote-launch {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: clamp(22px, 2.5vw, 38px);
  padding: clamp(30px, 3.4vw, 52px);
  overflow: hidden;
  border: 1px solid #d8dfdf;
  border-radius: 21px;
  background: #f4f6f3;
  color: #001723;
  box-shadow: 0 24px 60px rgba(0, 8, 14, 0.22);
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.v21-site .v21-quote-launch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  background: var(--v5-orange);
}

.v21-site .v21-quote-launch::after {
  content: "TEKLİF / 06";
  position: absolute;
  top: 26px;
  right: -7px;
  color: rgba(0, 23, 35, 0.038);
  font-family: var(--v5-display);
  font-size: clamp(56px, 6vw, 96px);
  font-weight: 800;
  letter-spacing: -0.06em;
  pointer-events: none;
}

.v21-site .v21-quote-launch:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 74px rgba(0, 8, 14, 0.3);
}

.v21-site .v21-quote-launch:focus-visible {
  outline: 3px solid var(--v5-cyan);
  outline-offset: 4px;
}

.v21-site .v21-quote-launch-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.v21-site .v21-quote-launch-head span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #057e84;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.v21-site .v21-quote-launch-head span i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #26c984;
  box-shadow: 0 0 0 5px rgba(38, 201, 132, 0.12);
}

.v21-site .v21-quote-launch-head em {
  padding: 7px 10px;
  border: 1px solid rgba(0, 23, 35, 0.12);
  border-radius: 999px;
  color: #001723;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.v21-site .v21-quote-launch h3 {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0;
  color: #001723;
  font-size: clamp(31px, 3vw, 50px);
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.v21-site .v21-quote-launch h3 em {
  color: #f46f00;
  font-style: normal;
}

.v21-site .v21-quote-launch > p {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 18px 0 26px;
  color: #687981;
  font-size: 13px;
  line-height: 1.7;
}

.v21-site .v21-quote-facts {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #d5dddd;
  border-bottom: 1px solid #d5dddd;
}

.v21-site .v21-quote-facts > span {
  min-width: 0;
  padding: 16px 14px;
  border-right: 1px solid #d5dddd;
}

.v21-site .v21-quote-facts > span:first-child {
  padding-left: 0;
}

.v21-site .v21-quote-facts > span:last-child {
  border-right: 0;
}

.v21-site .v21-quote-facts b {
  display: block;
  color: #001723;
  font-family: var(--v5-display);
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.v21-site .v21-quote-facts small {
  display: block;
  margin-top: 7px;
  color: #7b898e;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.v21-site .v21-quote-launch > strong {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 58px;
  margin-top: auto;
  padding: 0 8px 0 0;
  color: #001723;
  font-size: 13px;
  font-weight: 800;
}

.v21-site .v21-quote-launch > strong svg {
  width: 40px;
  height: 40px;
  padding: 11px;
  border-radius: 50%;
  background: var(--v5-orange);
  color: #001723;
  transition: transform 220ms ease;
}

.v21-site .v21-quote-launch:hover > strong svg {
  transform: rotate(45deg);
}

.v21-site .v21-protocol-flow {
  background: rgba(0, 21, 32, 0.72);
}

.v21-site .v21-protocol-flow-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 clamp(24px, 3.2vw, 48px);
  border-bottom: 1px solid rgba(164, 198, 207, 0.16);
}

.v21-site .v21-protocol-flow-head span,
.v21-site .v21-protocol-flow-head em {
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.v21-site .v21-protocol-flow-head span {
  color: var(--v5-cyan);
}

.v21-site .v21-protocol-flow-head em {
  color: #526a74;
}

.v21-site .v21-protocol .v21-protocol-flow ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.v21-site .v21-protocol .v21-protocol-flow ol::before {
  content: "";
  position: absolute;
  top: 77px;
  left: 8.333%;
  right: 8.333%;
  z-index: 0;
  height: 1px;
  background: rgba(37, 205, 207, 0.28);
}

.v21-site .v21-protocol .v21-protocol-flow li,
.v21-site .v21-protocol .v21-protocol-flow li:nth-child(2n),
.v21-site .v21-protocol .v21-protocol-flow li:nth-child(3n),
.v21-site .v21-protocol .v21-protocol-flow li:nth-child(n + 4),
.v21-site .v21-protocol .v21-protocol-flow li:nth-child(n + 5) {
  position: relative;
  z-index: 1;
  display: flex;
  grid-column: auto;
  grid-row: auto;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  min-height: 205px;
  padding: 27px clamp(14px, 1.8vw, 27px) 28px;
  border: 0;
  border-right: 1px solid rgba(164, 198, 207, 0.14);
  background: transparent;
}

.v21-site .v21-protocol .v21-protocol-flow li:last-child {
  border-right: 0;
}

.v21-site .v21-protocol .v21-protocol-flow li > b {
  position: absolute;
  top: 24px;
  right: 18px;
  color: var(--v5-orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.v21-site .v21-protocol .v21-protocol-flow li > svg {
  position: relative;
  z-index: 2;
  width: 46px;
  height: 46px;
  margin: 0 0 34px;
  padding: 13px;
  border: 1px solid rgba(37, 205, 207, 0.56);
  border-radius: 50%;
  background: #001b29;
  color: var(--v5-cyan);
  stroke-width: 1.7;
}

.v21-site .v21-protocol .v21-protocol-flow li:nth-child(4) > svg,
.v21-site .v21-protocol .v21-protocol-flow li:nth-child(5) > svg {
  border-color: rgba(255, 117, 0, 0.58);
  color: var(--v5-orange);
}

.v21-site .v21-protocol .v21-protocol-flow li:last-child > svg {
  border-color: rgba(54, 211, 152, 0.64);
  color: #36d398;
}

.v21-site .v21-protocol .v21-protocol-flow li > span {
  display: block;
  margin-top: auto;
  color: #f7faf9;
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 750;
  line-height: 1.25;
}

.v21-site .v21-protocol .v21-protocol-flow li > span small {
  display: block;
  min-height: 30px;
  margin-top: 7px;
  color: #667e88;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.55;
}

.v21-site .v21-protocol .v14-timeline-duration {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(260px, 1.25fr);
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(164, 198, 207, 0.18);
  background: #00131f;
}

.v21-site .v21-protocol .v14-timeline-duration > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 116px;
  padding: 22px clamp(20px, 2.4vw, 36px);
  border: 0;
  border-right: 1px solid rgba(164, 198, 207, 0.14);
  background: transparent;
}

.v21-site .v21-protocol .v14-timeline-duration > span small {
  color: var(--v5-cyan);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.v21-site .v21-protocol .v14-timeline-duration > span b {
  margin-top: 9px;
  color: #f7faf9;
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.v21-site .v21-protocol .v14-timeline-duration > span em {
  margin-top: 7px;
  color: #607883;
  font-size: 9px;
  font-style: normal;
  line-height: 1.45;
}

.v21-site .v21-protocol .v14-timeline-duration > p {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
  min-height: 116px;
  margin: 0;
  padding: 22px clamp(20px, 2.4vw, 36px);
  color: #718992;
  font-size: 10px;
  line-height: 1.65;
}

.v21-site .v21-protocol .v14-timeline-duration > p svg {
  flex: 0 0 auto;
  width: 31px;
  height: 31px;
  padding: 8px;
  border: 1px solid rgba(255, 117, 0, 0.4);
  border-radius: 50%;
  color: var(--v5-orange);
}

@media (max-width: 1120px) {
  .v21-site .v21-protocol-top {
    grid-template-columns: 1fr;
  }

  .v21-site .v21-protocol .v14-timeline-intro {
    border-right: 0;
    border-bottom: 1px solid rgba(164, 198, 207, 0.18);
  }

  .v21-site .v21-quote-launch {
    min-height: 420px;
  }

  .v21-site .v21-protocol .v21-protocol-flow ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .v21-site .v21-protocol .v21-protocol-flow ol::before {
    display: none;
  }

  .v21-site .v21-protocol .v21-protocol-flow li:nth-child(3n) {
    border-right: 0;
  }

  .v21-site .v21-protocol .v21-protocol-flow li:nth-child(n + 4) {
    border-top: 1px solid rgba(164, 198, 207, 0.14);
  }

  .v21-site .v21-protocol .v14-timeline-duration {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .v21-site .v21-protocol .v14-timeline-duration > p {
    grid-column: 1 / -1;
    min-height: 76px;
    border-top: 1px solid rgba(164, 198, 207, 0.14);
  }
}

@media (max-width: 700px) {
  .v21-site .v5-timeline.v21-protocol {
    margin-top: 34px;
    border-top-width: 4px;
    border-radius: 20px;
  }

  .v21-site .v5-timeline.v21-protocol::after {
    top: -210px;
    right: -270px;
  }

  .v21-site .v21-protocol .v14-timeline-intro {
    padding: 30px 22px 24px;
  }

  .v21-site .v21-protocol .v14-timeline-intro > span {
    margin-bottom: 24px;
  }

  .v21-site .v21-protocol .v14-timeline-intro h3 {
    font-size: clamp(33px, 10.5vw, 44px);
  }

  .v21-site .v21-protocol .v14-timeline-intro > p {
    margin: 20px 0 26px;
    font-size: 13px;
    line-height: 1.7;
  }

  .v21-site .v21-protocol-meta {
    grid-template-columns: 1fr;
  }

  .v21-site .v21-protocol-meta > span {
    min-height: 62px;
  }

  .v21-site .v21-quote-launch {
    min-height: 0;
    margin: 12px;
    padding: 28px 23px 21px;
    border-radius: 16px;
  }

  .v21-site .v21-quote-launch::before {
    width: 5px;
  }

  .v21-site .v21-quote-launch::after {
    top: 75px;
    font-size: 56px;
  }

  .v21-site .v21-quote-launch-head {
    margin-bottom: 23px;
  }

  .v21-site .v21-quote-launch h3 {
    font-size: clamp(29px, 8.5vw, 38px);
  }

  .v21-site .v21-quote-launch > p {
    margin: 17px 0 23px;
    font-size: 12px;
  }

  .v21-site .v21-quote-facts > span {
    padding: 14px 8px;
  }

  .v21-site .v21-quote-facts b {
    font-size: 20px;
  }

  .v21-site .v21-quote-facts small {
    font-size: 7px;
    letter-spacing: 0.08em;
  }

  .v21-site .v21-quote-launch > strong {
    min-height: 65px;
    margin-top: 7px;
  }

  .v21-site .v21-protocol-flow-head {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    min-height: 70px;
    padding: 0 22px;
  }

  .v21-site .v21-protocol .v21-protocol-flow ol {
    grid-template-columns: 1fr;
  }

  .v21-site .v21-protocol .v21-protocol-flow li,
  .v21-site .v21-protocol .v21-protocol-flow li:nth-child(2n),
  .v21-site .v21-protocol .v21-protocol-flow li:nth-child(3n),
  .v21-site .v21-protocol .v21-protocol-flow li:nth-child(n + 4),
  .v21-site .v21-protocol .v21-protocol-flow li:nth-child(n + 5) {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    align-items: center;
    min-height: 100px;
    padding: 17px 46px 17px 21px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(164, 198, 207, 0.14);
  }

  .v21-site .v21-protocol .v21-protocol-flow li:last-child {
    border-bottom: 0;
  }

  .v21-site .v21-protocol .v21-protocol-flow li > b {
    top: 17px;
    right: 18px;
  }

  .v21-site .v21-protocol .v21-protocol-flow li > svg {
    grid-column: 1;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 11px;
  }

  .v21-site .v21-protocol .v21-protocol-flow li > span {
    grid-column: 2;
    margin: 0;
    padding-left: 4px;
    font-size: 16px;
  }

  .v21-site .v21-protocol .v21-protocol-flow li > span small {
    min-height: 0;
    margin-top: 4px;
  }

  .v21-site .v21-protocol .v14-timeline-duration {
    grid-template-columns: 1fr;
  }

  .v21-site .v21-protocol .v14-timeline-duration > span {
    min-height: 94px;
    padding: 18px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(164, 198, 207, 0.14);
  }

  .v21-site .v21-protocol .v14-timeline-duration > span b {
    font-size: 21px;
  }

  .v21-site .v21-protocol .v14-timeline-duration > p {
    grid-column: auto;
    min-height: 82px;
    padding: 18px 22px;
    border-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v21-site .v21-quote-launch,
  .v21-site .v21-quote-launch > strong svg {
    transition: none;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--v5-ink);
  background: var(--v5-paper);
  font-family: var(--v5-body);
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
select {
  color: inherit;
  font: inherit;
}

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

button {
  border: 0;
  cursor: pointer;
}

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

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

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

.v5-shell {
  width: var(--v5-shell);
  margin-inline: auto;
}

.v5-skip {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  color: #fff;
  background: var(--v5-navy);
  border-radius: 8px;
  transform: translateY(-150%);
}

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

:focus-visible {
  outline: 3px solid var(--v5-cyan);
  outline-offset: 3px;
}

.v5-header {
  position: fixed;
  z-index: 100;
  top: 18px;
  right: 0;
  left: 0;
  transition: top .28s ease;
}

.v5-nav-wrap {
  display: grid;
  min-height: 68px;
  padding: 8px 10px 8px 16px;
  align-items: center;
  grid-template-columns: 230px 1fr auto;
  border: 1px solid rgba(255, 255, 255, .76);
  background: rgba(255, 255, 255, .94);
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(0, 15, 26, .13);
  backdrop-filter: blur(18px);
}

.v5-header.scrolled {
  top: 8px;
}

.v5-header.scrolled .v5-nav-wrap {
  box-shadow: 0 15px 46px rgba(0, 15, 26, .18);
}

.v5-logo {
  display: flex;
  width: 192px;
  height: 45px;
  padding: 7px 10px;
  align-items: center;
  background: #fff;
  border-radius: 11px;
}

.v5-logo img {
  width: 100%;
}

.v5-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 2.5vw, 45px);
}

.v5-nav a,
.v5-nav-actions > a:first-child {
  position: relative;
  color: #425765;
  font-size: 13px;
  font-weight: 700;
}

.v5-nav a::after,
.v5-nav-actions > a:first-child::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--v5-orange);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

.v5-nav a:hover::after,
.v5-nav-actions > a:first-child:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.v5-nav-mobile-cta {
  display: none;
}

.v5-nav-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.v5-nav-actions > a:first-child {
  display: flex;
  align-items: center;
  gap: 5px;
}

.v5-nav-actions svg {
  width: 15px;
}

.v5-button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 23px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.v5-button:hover {
  transform: translateY(-2px);
}

.v5-button svg {
  width: 17px;
}

.v5-button-dark {
  color: #fff;
  background: var(--v5-navy);
  box-shadow: 0 10px 22px rgba(0, 23, 38, .14);
}

.v5-button-dark:hover {
  background: #062b42;
}

.v5-button-orange {
  color: #06131c;
  background: var(--v5-orange);
  box-shadow: 0 15px 34px rgba(255, 118, 0, .22);
}

.v5-button-orange:hover {
  background: #ff861c;
  box-shadow: 0 18px 42px rgba(255, 118, 0, .3);
}

.v5-button-small {
  min-height: 50px;
  padding-inline: 20px;
}

.v5-menu {
  display: none;
}

.v5-hero {
  position: relative;
  min-height: 920px;
  padding-top: 116px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 32%, rgba(29, 215, 210, .09), transparent 29%),
    linear-gradient(128deg, #00111f 0%, #001a2c 57%, #00111e 100%);
}

.v5-hero::after {
  position: absolute;
  right: -200px;
  bottom: -390px;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(29, 215, 210, .12);
  border-radius: 50%;
  content: "";
}

.v5-hero-grid,
.v5-ai-grid {
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image:
    linear-gradient(rgba(78, 213, 218, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(78, 213, 218, .07) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 4%, #000 45%, #000);
  pointer-events: none;
}

.v5-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 696px;
  align-items: center;
  grid-template-columns: minmax(410px, .82fr) minmax(600px, 1.18fr);
  gap: clamp(46px, 5vw, 90px);
}

.v5-hero-copy {
  padding: 20px 0 8px;
}

.v5-eyebrow,
.v5-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #087b7f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}

.v5-eyebrow {
  color: var(--v5-cyan);
}

.v5-eyebrow i {
  width: 34px;
  height: 1px;
  background: currentColor;
}

.v5-kicker-cyan {
  color: var(--v5-cyan);
}

.v5-hero h1 {
  margin: 29px 0 27px;
  font-family: var(--v5-display);
  font-size: clamp(65px, 6.1vw, 102px);
  font-weight: 700;
  line-height: .94;
  letter-spacing: -.068em;
}

.v5-hero h1 em,
.v5-heading h2 em,
.v5-product-head h2 em,
.v5-modules-intro h2 em,
.v5-pricing-head h2 em,
.v5-portals h2 em,
.v5-final h2 em {
  color: var(--v5-orange);
  font-style: normal;
}

.v5-hero-copy > p {
  max-width: 580px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.68;
}

.v5-hero-actions {
  display: flex;
  margin-top: 34px;
  align-items: center;
  gap: 24px;
}

.v5-quiet-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, .88);
  font-size: 13px;
  font-weight: 700;
}

.v5-quiet-link > span {
  display: grid;
  width: 44px;
  height: 44px;
  color: var(--v5-cyan);
  border: 1px solid rgba(29, 215, 210, .3);
  border-radius: 50%;
  place-items: center;
}

.v5-quiet-link svg {
  width: 16px;
}

.v5-hero-proof {
  display: grid;
  max-width: 580px;
  margin-top: 45px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.v5-hero-proof > span {
  display: grid;
  padding: 18px 15px 0 0;
  color: rgba(255, 255, 255, .43);
  font-size: 10px;
  line-height: 1.5;
}

.v5-hero-proof > span:not(:last-child) {
  margin-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.v5-hero-proof b {
  margin-bottom: 4px;
  color: #fff;
  font-size: 12px;
  letter-spacing: .08em;
}

.v5-hero-media {
  position: relative;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(29, 215, 210, .24);
  background: rgba(0, 8, 15, .42);
  border-radius: 28px;
  box-shadow: 0 45px 100px rgba(0, 0, 0, .34);
  transform: rotate(.45deg);
}

.v5-media-top {
  display: flex;
  min-height: 42px;
  padding: 0 6px;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, .38);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.v5-media-top span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}

.v5-media-top i {
  width: 7px;
  height: 7px;
  background: #25d687;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(37, 214, 135, .08);
}

.v5-media-frame {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background: #00101c;
  border-radius: 19px;
}

.v5-media-frame::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 15, 26, .96) 0%, rgba(0, 15, 26, .55) 6%, transparent 17%),
    linear-gradient(145deg, transparent 56%, rgba(0, 12, 22, .32));
  content: "";
  pointer-events: none;
}

.v5-media-frame img {
  width: 100%;
  height: 100%;
  min-height: 570px;
  object-fit: cover;
  object-position: 65% center;
}

.v5-media-note {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: grid;
  padding: 18px 20px;
  align-items: center;
  grid-template-columns: 40px 1fr;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(0, 18, 31, .84);
  border-radius: 14px;
  backdrop-filter: blur(14px);
}

.v5-media-note > span {
  color: var(--v5-orange);
  font-size: 10px;
  font-weight: 800;
}

.v5-media-note p {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1.55;
}

.v5-media-note b {
  color: #fff;
}

.v5-hero-footer {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, .28);
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.v5-hero-footer a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--v5-cyan);
}

.v5-hero-footer svg {
  width: 15px;
}

.v5-system,
.v5-pricing,
.v5-setup {
  padding: 130px 0;
}

.v5-system {
  background: #fff;
}

.v5-heading,
.v5-product-head,
.v5-pricing-head {
  margin-bottom: 68px;
}

.v5-heading-split,
.v5-product-head,
.v5-pricing-head {
  display: grid;
  align-items: end;
  grid-template-columns: 1.12fr .88fr;
  gap: clamp(50px, 8vw, 140px);
}

.v5-heading h2,
.v5-product-head h2,
.v5-pricing-head h2,
.v5-modules-intro h2,
.v5-portals h2,
.v5-final h2 {
  margin: 16px 0 0;
  font-family: var(--v5-display);
  font-size: clamp(44px, 4.8vw, 76px);
  line-height: 1.02;
  letter-spacing: -.057em;
}

.v5-heading-split > p,
.v5-product-head > p {
  max-width: 550px;
  margin: 0 0 8px;
  color: var(--v5-muted);
  font-size: 17px;
  line-height: 1.72;
}

.v5-system-map {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--v5-line);
  border-bottom: 1px solid var(--v5-line);
}

.v5-system-map article {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 250px;
  padding: 27px 24px 30px;
  align-content: space-between;
  border-right: 1px solid var(--v5-line);
}

.v5-system-map article:first-child {
  border-left: 1px solid var(--v5-line);
}

.v5-system-map article::after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 7px;
  height: 7px;
  background: var(--v5-cyan);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.v5-system-map article.active {
  color: #fff;
  border-color: var(--v5-navy);
  background: var(--v5-navy);
  transform: translateY(-14px);
  box-shadow: 0 25px 52px rgba(0, 23, 38, .16);
}

.v5-system-map article > span {
  color: var(--v5-orange);
  font-size: 10px;
  font-weight: 800;
}

.v5-system-map article > svg {
  width: 35px;
  height: 35px;
  color: #0c999b;
}

.v5-system-map article.active > svg {
  color: var(--v5-cyan);
}

.v5-system-map b {
  display: block;
  margin-bottom: 8px;
  font-family: var(--v5-display);
  font-size: 17px;
}

.v5-system-map small {
  display: block;
  color: var(--v5-muted);
  font-size: 11px;
  line-height: 1.6;
}

.v5-system-map article.active small {
  color: rgba(255, 255, 255, .46);
}

.v5-system-foot {
  display: flex;
  margin-top: 39px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.v5-system-foot p {
  max-width: 770px;
  margin: 0;
  color: #73818a;
  font-size: 13px;
  line-height: 1.7;
}

.v5-system-foot b {
  color: var(--v5-ink);
}

.v5-system-foot a,
.v5-modules-intro > a,
.v5-product-link a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #075d64;
  font-size: 12px;
  font-weight: 800;
}

.v5-system-foot svg,
.v5-modules-intro > a svg,
.v5-product-link svg {
  width: 16px;
}

.v5-product {
  padding: 130px 0 115px;
  color: #fff;
  background: var(--v5-navy);
}

.v5-product-head h2,
.v5-heading-light h2 {
  color: #fff;
}

.v5-product-head > p,
.v5-heading-light > p {
  color: rgba(255, 255, 255, .54);
}

.v5-product-console {
  display: grid;
  padding: 12px;
  grid-template-columns: 250px minmax(0, 1fr);
  border: 1px solid rgba(255, 255, 255, .12);
  background: #000e18;
  border-radius: 28px;
  box-shadow: 0 38px 90px rgba(0, 0, 0, .3);
}

.v5-product-tabs {
  display: flex;
  padding: 60px 12px 20px;
  flex-direction: column;
}

.v5-product-tabs button {
  position: relative;
  display: grid;
  min-height: 112px;
  padding: 20px;
  color: rgba(255, 255, 255, .4);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: transparent;
  text-align: left;
  transition: color .24s ease, background .24s ease;
}

.v5-product-tabs button:hover,
.v5-product-tabs button.active {
  color: #fff;
}

.v5-product-tabs button.active {
  background: rgba(29, 215, 210, .08);
  border-radius: 12px;
}

.v5-product-tabs button.active::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 2px;
  background: var(--v5-cyan);
  content: "";
}

.v5-product-tabs span {
  color: var(--v5-orange);
  font-size: 9px;
  font-weight: 800;
}

.v5-product-tabs b {
  margin-top: 10px;
  font-family: var(--v5-display);
  font-size: 15px;
}

.v5-product-tabs small {
  margin-top: 5px;
  color: rgba(255, 255, 255, .32);
  font-size: 10px;
}

.v5-screen {
  overflow: hidden;
  background: #eef2f4;
  border-radius: 19px;
}

.v5-screen-bar {
  display: flex;
  min-height: 48px;
  padding: 0 18px;
  align-items: center;
  gap: 7px;
  color: #9ba7ae;
  background: #fff;
  border-bottom: 1px solid #e6ebed;
  font-size: 9px;
}

.v5-screen-bar i {
  width: 8px;
  height: 8px;
  background: #d8dfe2;
  border-radius: 50%;
}

.v5-screen-bar i:first-child {
  background: #ff8950;
}

.v5-screen-bar span {
  margin-left: 10px;
}

.v5-screen-bar b {
  margin-left: auto;
  color: #2a8d70;
  font-size: 8px;
  letter-spacing: .12em;
}

.v5-screen figure {
  position: relative;
  min-height: 680px;
  margin: 0;
  overflow: hidden;
}

.v5-screen figure[hidden] {
  display: none;
}

.v5-screen figure.active {
  animation: v5-screen-in .42s ease both;
}

.v5-screen figure img {
  width: 100%;
  height: 680px;
  object-fit: cover;
  object-position: center;
}

.v5-screen figure[data-showcase-view="overview"] img {
  object-position: 55% center;
}

.v5-screen figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  min-width: 280px;
  padding: 16px 18px;
  color: #fff;
  background: rgba(0, 23, 38, .9);
  border-radius: 12px;
  backdrop-filter: blur(12px);
}

.v5-screen figcaption span {
  color: var(--v5-cyan);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v5-screen figcaption b {
  margin-top: 6px;
  font-size: 12px;
}

@keyframes v5-screen-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

.v5-product-link {
  display: flex;
  margin-top: 27px;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, .36);
  font-size: 11px;
}

.v5-product-link a {
  color: var(--v5-cyan);
}

.v5-modules {
  padding: 130px 0;
  background: #fff;
}

.v5-modules-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(70px, 10vw, 170px);
}

.v5-modules-intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.v5-modules-intro h2 {
  margin-top: 17px;
  font-size: clamp(45px, 4.5vw, 70px);
}

.v5-modules-intro > p {
  max-width: 470px;
  margin: 28px 0 32px;
  color: var(--v5-muted);
  font-size: 16px;
  line-height: 1.75;
}

.v5-module-list {
  border-top: 1px solid var(--v5-line);
}

.v5-module-list article {
  display: grid;
  min-height: 150px;
  padding: 29px 0;
  align-items: center;
  grid-template-columns: 50px 64px 1fr;
  border-bottom: 1px solid var(--v5-line);
}

.v5-module-list article > span {
  color: var(--v5-orange-dark);
  font-size: 9px;
  font-weight: 800;
}

.v5-module-list article > svg {
  width: 29px;
  color: #058c90;
}

.v5-module-list h3 {
  margin: 0 0 8px;
  font-family: var(--v5-display);
  font-size: 22px;
  letter-spacing: -.03em;
}

.v5-module-list p {
  max-width: 600px;
  margin: 0;
  color: var(--v5-muted);
  font-size: 13px;
  line-height: 1.65;
}

.v5-ai {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
  color: #fff;
  background: var(--v5-navy-deep);
}

.v5-ai .v5-shell {
  position: relative;
  z-index: 2;
}

.v5-ai-layout {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 18px;
}

.v5-ai-plans,
.v5-ai-channels {
  display: grid;
  gap: 14px;
}

.v5-ai-plans article,
.v5-ai-channels article {
  position: relative;
  padding: 27px 28px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .035);
  border-radius: 16px;
}

.v5-ai-plans article {
  display: grid;
  min-height: 170px;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}

.v5-ai-plans article.featured {
  border-color: rgba(255, 118, 0, .45);
  background: linear-gradient(110deg, rgba(255, 118, 0, .12), rgba(255, 255, 255, .035));
}

.v5-ai-plans article > span,
.v5-ai-channels article > span {
  color: var(--v5-cyan);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.v5-ai-plans h3,
.v5-ai-channels h3 {
  margin: 12px 0 0;
  font-family: var(--v5-display);
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.v5-ai-plans p {
  margin: 0;
  color: rgba(255, 255, 255, .48);
  font-size: 12px;
  line-height: 1.65;
}

.v5-ai-plans article > div,
.v5-ai-channels article > div {
  display: flex;
  margin-top: 18px;
  padding-top: 16px;
  align-items: end;
  justify-content: space-between;
  grid-column: 1 / -1;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.v5-ai-plans article > div b,
.v5-ai-channels article > div b {
  font-family: var(--v5-display);
  font-size: 24px;
}

.v5-ai-plans article > div small,
.v5-ai-channels article > div small {
  color: rgba(255, 255, 255, .42);
  font-family: var(--v5-body);
  font-size: 10px;
}

.v5-ai-plans article > div em,
.v5-ai-channels article > div em {
  color: rgba(255, 255, 255, .39);
  font-size: 10px;
  font-style: normal;
}

.v5-ai-channels article {
  min-height: 262px;
}

.v5-ai-channels article > span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--v5-orange);
}

.v5-ai-channels article > span svg {
  width: 17px;
}

.v5-ai-channels article > p {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, .48);
  font-size: 12px;
  line-height: 1.65;
}

.v5-ai-channels ul {
  display: flex;
  margin: 16px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}

.v5-ai-channels li {
  padding: 6px 8px;
  color: rgba(255, 255, 255, .48);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 999px;
  font-size: 8px;
}

.v5-token-row {
  display: grid;
  min-height: 78px;
  margin-top: 18px;
  padding: 14px 22px;
  align-items: center;
  grid-template-columns: 1.3fr repeat(4, 1fr) 1.2fr;
  border: 1px solid rgba(29, 215, 210, .15);
  background: rgba(29, 215, 210, .035);
  border-radius: 16px;
}

.v5-token-row > span {
  color: var(--v5-cyan);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.v5-token-row > b {
  display: grid;
  padding-inline: 18px;
  border-left: 1px solid rgba(255, 255, 255, .09);
  font-family: var(--v5-display);
  font-size: 17px;
}

.v5-token-row > b small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .4);
  font-family: var(--v5-body);
  font-size: 9px;
}

.v5-token-row > em {
  color: rgba(255, 255, 255, .35);
  font-size: 10px;
  font-style: normal;
  text-align: right;
}

.v5-pricing {
  background: #fff;
}

.v5-pricing-head {
  align-items: end;
}

.v5-billing {
  display: flex;
  width: fit-content;
  margin-left: auto;
  padding: 5px;
  border: 1px solid var(--v5-line);
  background: #f1f4f4;
  border-radius: 12px;
}

.v5-billing button {
  min-height: 44px;
  padding: 0 18px;
  color: #667680;
  background: transparent;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
}

.v5-billing button.active {
  color: #fff;
  background: var(--v5-navy);
  box-shadow: 0 8px 18px rgba(0, 23, 38, .14);
}

.v5-billing button span {
  margin-left: 5px;
  color: var(--v5-orange);
  font-size: 8px;
}

.v5-price-table {
  border-top: 1px solid var(--v5-line);
}

.v5-price-table article {
  position: relative;
  display: grid;
  min-height: 190px;
  padding: 32px 27px;
  align-items: center;
  grid-template-columns: 1.1fr .72fr 1.25fr auto;
  gap: 35px;
  border-bottom: 1px solid var(--v5-line);
  transition: background .22s ease, transform .22s ease;
}

.v5-price-table article:hover {
  background: #f8faf9;
}

.v5-price-table article.featured {
  margin: 8px 0;
  border: 1px solid rgba(255, 118, 0, .38);
  background: #fff6ed;
  border-radius: 17px;
}

.v5-plan-name {
  position: relative;
}

.v5-plan-name > em {
  position: absolute;
  top: -30px;
  left: 0;
  color: var(--v5-orange-dark);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .1em;
}

.v5-plan-name > span {
  color: #0b8589;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.v5-plan-name h3 {
  margin: 11px 0 6px;
  font-family: var(--v5-display);
  font-size: 21px;
  letter-spacing: -.03em;
}

.v5-plan-name small {
  color: var(--v5-muted);
  font-size: 10px;
}

.v5-plan-price {
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  justify-content: start;
  column-gap: 6px;
}

.v5-plan-price b {
  font-family: var(--v5-display);
  font-size: 36px;
  line-height: 1;
  letter-spacing: -.05em;
}

.v5-plan-price span {
  padding-bottom: 3px;
  color: var(--v5-orange-dark);
  font-size: 10px;
  font-weight: 800;
}

.v5-plan-price small {
  margin-top: 5px;
  color: var(--v5-muted);
  font-size: 9px;
  grid-column: 1 / -1;
}

.v5-price-table ul {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr 1fr;
  gap: 9px 18px;
  color: #526671;
  list-style: none;
  font-size: 10px;
}

.v5-price-table li {
  position: relative;
  padding-left: 13px;
}

.v5-price-table li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  background: var(--v5-cyan);
  border-radius: 50%;
  content: "";
}

.v5-price-table article > a {
  display: inline-flex;
  min-height: 44px;
  padding: 0 15px;
  align-items: center;
  gap: 9px;
  color: #fff;
  background: var(--v5-navy);
  border-radius: 9px;
  font-size: 10px;
  font-weight: 800;
}

.v5-price-table article.featured > a {
  color: #111b21;
  background: var(--v5-orange);
}

.v5-price-table article > a svg {
  width: 14px;
}

.v5-pricing-foot {
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: var(--v5-muted);
  font-size: 11px;
}

.v5-pricing-foot p {
  max-width: 610px;
  margin: 0;
  text-align: right;
}

.v5-pricing-foot b {
  color: var(--v5-ink);
}

.v5-setup {
  background: #eef2f2;
}

.v5-setup-plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--v5-line);
  border-bottom: 1px solid var(--v5-line);
}

.v5-setup-plans article {
  position: relative;
  min-height: 245px;
  padding: 31px 27px;
  border-right: 1px solid var(--v5-line);
}

.v5-setup-plans article:first-child {
  border-left: 1px solid var(--v5-line);
}

.v5-setup-plans article.featured {
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 23, 38, .08);
  transform: translateY(-10px);
}

.v5-setup-plans article > em {
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--v5-orange-dark);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.v5-setup-plans article > span {
  display: block;
  color: #087f83;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.v5-setup-plans article > b {
  display: block;
  margin-top: 46px;
  font-family: var(--v5-display);
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1.15;
  letter-spacing: -.04em;
}

.v5-setup-plans article > p {
  margin: 22px 0 0;
  color: var(--v5-muted);
  font-size: 11px;
  line-height: 1.65;
}

.v5-timeline {
  margin-top: 52px;
  padding: 31px;
  color: #fff;
  background: var(--v5-navy);
  border-radius: 18px;
}

.v5-timeline > span {
  color: var(--v5-cyan);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.v5-timeline ol {
  position: relative;
  display: grid;
  margin: 28px 0 0;
  padding: 0;
  grid-template-columns: repeat(6, 1fr);
  list-style: none;
}

.v5-timeline ol::before {
  position: absolute;
  z-index: 0;
  top: 16px;
  right: 7%;
  left: 7%;
  height: 1px;
  background: rgba(29, 215, 210, .23);
  content: "";
}

.v5-timeline li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.v5-timeline li > b {
  display: grid;
  width: 33px;
  height: 33px;
  color: var(--v5-orange);
  border: 1px solid rgba(29, 215, 210, .25);
  background: var(--v5-navy);
  border-radius: 50%;
  font-size: 9px;
  place-items: center;
}

.v5-timeline li > span {
  margin-top: 13px;
  font-size: 11px;
  font-weight: 700;
}

.v5-timeline li small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .35);
  font-size: 8px;
  font-weight: 500;
}

.v5-timeline > p {
  margin: 27px 0 0;
  color: rgba(255, 255, 255, .42);
  font-size: 10px;
  text-align: center;
}

.v5-portals {
  padding: 110px 0;
  color: #fff;
  background: var(--v5-navy-deep);
}

.v5-portals-grid {
  display: grid;
  grid-template-columns: .9fr 1fr 1fr;
  gap: 15px;
}

.v5-portals-grid > div {
  padding: 24px 55px 24px 0;
}

.v5-portals h2 {
  margin-top: 15px;
  font-size: clamp(43px, 4.4vw, 67px);
}

.v5-portals-grid > div > p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .47);
  font-size: 13px;
  line-height: 1.7;
}

.v5-portals-grid > a {
  position: relative;
  display: grid;
  min-height: 320px;
  padding: 29px;
  align-content: space-between;
  border: 1px solid rgba(255, 255, 255, .11);
  background: rgba(255, 255, 255, .035);
  border-radius: 17px;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.v5-portals-grid > a:hover {
  border-color: rgba(29, 215, 210, .4);
  background: rgba(29, 215, 210, .055);
  transform: translateY(-6px);
}

.v5-portals-grid > a > span {
  color: var(--v5-cyan);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.v5-portals-grid > a h3 {
  margin: auto 0 10px;
  font-family: var(--v5-display);
  font-size: 28px;
  letter-spacing: -.04em;
}

.v5-portals-grid > a p {
  max-width: 310px;
  margin: 0;
  color: rgba(255, 255, 255, .45);
  font-size: 11px;
  line-height: 1.65;
}

.v5-portals-grid > a > svg {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 21px;
  color: var(--v5-orange);
}

.v5-portals-grid > a.v5-portal-live {
  min-height: 485px;
  align-content: start;
  grid-template-rows: auto auto auto 1fr;
}

.v5-portal-live h3 {
  margin: 38px 0 9px !important;
}

.v5-portal-live > p b {
  color: #fff;
  font-weight: 700;
}

.v5-portal-live figure {
  position: relative;
  height: 205px;
  margin: 27px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  background: #071928;
  border-radius: 11px;
}

.v5-portal-live figure::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.v5-portal-live figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .45s cubic-bezier(.2, .75, .2, 1);
}

.v5-portal-live:first-of-type figure img {
  object-position: 70% center;
}

.v5-portal-live:hover figure img {
  transform: scale(1.025);
}

.v5-final {
  padding: 110px 0;
  background: #fff;
}

.v5-final-grid {
  display: grid;
  min-height: 510px;
  padding: 64px;
  align-items: center;
  grid-template-columns: 1.05fr .95fr;
  gap: 80px;
  color: #fff;
  background:
    linear-gradient(140deg, transparent 60%, rgba(255, 118, 0, .16)),
    var(--v5-navy);
  border-radius: 24px;
}

.v5-final-copy h2 {
  margin-top: 16px;
  font-size: clamp(43px, 4.3vw, 67px);
}

.v5-final-copy > p {
  max-width: 570px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, .52);
  font-size: 14px;
  line-height: 1.75;
}

.v5-form {
  display: grid;
  padding: 28px;
  gap: 16px;
  color: var(--v5-ink);
  background: #fff;
  border-radius: 17px;
}

.v5-form label {
  display: grid;
  gap: 7px;
  color: #657680;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.v5-form input,
.v5-form select {
  width: 100%;
  min-height: 49px;
  padding: 0 14px;
  color: var(--v5-ink);
  border: 1px solid #dce3e5;
  background: #f7f9f9;
  border-radius: 9px;
  outline: 0;
  font-size: 12px;
}

.v5-form input:focus,
.v5-form select:focus {
  border-color: #0a999b;
  box-shadow: 0 0 0 3px rgba(29, 215, 210, .12);
}

.v5-form .v5-button {
  width: 100%;
  margin-top: 3px;
}

.v5-form > small {
  color: #87949b;
  font-size: 8px;
  text-align: center;
}

.v5-form-status {
  display: none;
  margin: 0;
  padding: 10px;
  color: #086c55;
  background: #e8faf4;
  border-radius: 8px;
  font-size: 10px;
  line-height: 1.5;
}

.v5-form-status.show {
  display: block;
}

.v5-footer {
  padding: 75px 0 22px;
  color: #fff;
  background: #000d16;
}

.v5-footer-grid {
  display: grid;
  padding-bottom: 55px;
  grid-template-columns: 1.55fr .7fr .7fr 1fr;
  gap: 65px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.v5-footer-grid > div:first-child img {
  width: 190px;
  padding: 8px 10px;
  background: #fff;
  border-radius: 9px;
}

.v5-footer-grid p {
  max-width: 340px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .37);
  font-size: 10px;
  line-height: 1.7;
}

.v5-footer-grid nav {
  display: grid;
  align-content: start;
  gap: 11px;
}

.v5-footer-grid b {
  margin-bottom: 7px;
  color: var(--v5-cyan);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.v5-footer-grid nav a {
  color: rgba(255, 255, 255, .5);
  font-size: 10px;
}

.v5-footer-grid nav a:hover {
  color: #fff;
}

.v5-footer-bottom {
  display: flex;
  min-height: 55px;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, .27);
  font-size: 9px;
}

.v5-footer-bottom a:hover {
  color: var(--v5-cyan);
}

.v5-back-top {
  position: fixed;
  z-index: 90;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 46px;
  height: 46px;
  color: #fff;
  background: var(--v5-navy);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(0, 23, 38, .22);
  opacity: 0;
  pointer-events: none;
  place-items: center;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease;
}

.v5-back-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.v5-back-top svg {
  width: 18px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2, .75, .2, 1);
}

[data-reveal].revealed {
  opacity: 1;
  transform: none;
}

@media (max-width: 1240px) {
  :root {
    --v5-shell: min(1180px, calc(100% - 42px));
  }

  .v5-nav-wrap {
    grid-template-columns: 205px 1fr auto;
  }

  .v5-nav {
    gap: 24px;
  }

  .v5-nav-actions > a:first-child {
    display: none;
  }

  .v5-hero {
    min-height: 870px;
  }

  .v5-hero-layout {
    min-height: 650px;
    grid-template-columns: minmax(380px, .84fr) minmax(520px, 1.16fr);
    gap: 42px;
  }

  .v5-media-frame,
  .v5-media-frame img {
    min-height: 520px;
  }

  .v5-screen figure,
  .v5-screen figure img {
    height: 610px;
    min-height: 610px;
  }

  .v5-price-table article {
    grid-template-columns: 1fr .7fr 1.2fr auto;
    gap: 24px;
  }

  .v5-final-grid {
    gap: 50px;
  }
}

@media (max-width: 980px) {
  :root {
    --v5-shell: calc(100% - 32px);
  }

  .v5-header {
    top: 10px;
  }

  .v5-nav-wrap {
    position: relative;
    min-height: 64px;
    grid-template-columns: 1fr auto;
  }

  .v5-logo {
    width: 178px;
    height: 43px;
  }

  .v5-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
    padding: 10px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--v5-line);
    background: rgba(255, 255, 255, .98);
    border-radius: 15px;
    box-shadow: 0 20px 45px rgba(0, 15, 26, .16);
  }

  .v5-nav.open {
    display: flex;
  }

  .v5-nav a {
    min-height: 48px;
    padding: 0 13px;
    align-items: center;
    border-bottom: 1px solid #edf0f1;
  }

  .v5-nav a::after {
    display: none;
  }

  .v5-nav-mobile-cta {
    display: flex !important;
    margin-top: 7px;
    color: #111 !important;
    background: var(--v5-orange);
    border-radius: 10px;
    justify-content: center;
  }

  .v5-nav-actions {
    display: none;
  }

  .v5-menu {
    display: grid;
    width: 45px;
    height: 45px;
    align-content: center;
    gap: 6px;
    background: var(--v5-navy);
    border-radius: 11px;
    place-items: center;
  }

  .v5-menu span {
    display: block;
    width: 18px;
    height: 1.5px;
    background: #fff;
    transition: transform .22s ease;
  }

  .v5-menu[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .v5-menu[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .v5-hero {
    min-height: auto;
    padding-top: 120px;
  }

  .v5-hero-layout {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .v5-hero-copy {
    max-width: 760px;
  }

  .v5-hero h1 {
    font-size: clamp(67px, 11.5vw, 100px);
  }

  .v5-hero-media {
    max-width: 800px;
    margin-inline: auto;
    transform: none;
  }

  .v5-media-frame,
  .v5-media-frame img {
    min-height: 580px;
  }

  .v5-hero-footer {
    margin-top: 42px;
  }

  .v5-system,
  .v5-product,
  .v5-modules,
  .v5-ai,
  .v5-pricing,
  .v5-setup {
    padding: 100px 0;
  }

  .v5-heading-split,
  .v5-product-head,
  .v5-pricing-head,
  .v5-modules-layout,
  .v5-ai-layout,
  .v5-final-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .v5-heading-split > p,
  .v5-product-head > p {
    max-width: 720px;
  }

  .v5-system-map {
    grid-template-columns: 1fr 1fr;
  }

  .v5-system-map article {
    min-height: 210px;
    border-bottom: 1px solid var(--v5-line);
  }

  .v5-system-map article.active {
    transform: none;
  }

  .v5-system-map article:last-child {
    grid-column: 1 / -1;
  }

  .v5-product-console {
    grid-template-columns: 1fr;
  }

  .v5-product-tabs {
    padding: 6px;
    flex-direction: row;
  }

  .v5-product-tabs button {
    min-height: 92px;
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 0;
  }

  .v5-product-tabs button.active::before {
    top: auto;
    right: 20px;
    bottom: 0;
    left: 20px;
    width: auto;
    height: 2px;
  }

  .v5-screen figure,
  .v5-screen figure img {
    height: 560px;
    min-height: 560px;
  }

  .v5-modules-intro {
    position: static;
  }

  .v5-ai-layout {
    grid-template-columns: 1fr;
  }

  .v5-token-row {
    grid-template-columns: repeat(4, 1fr);
  }

  .v5-token-row > span,
  .v5-token-row > em {
    grid-column: 1 / -1;
    text-align: left;
  }

  .v5-token-row > b:first-of-type {
    border-left: 0;
  }

  .v5-billing {
    margin-left: 0;
  }

  .v5-price-table article {
    grid-template-columns: 1fr .75fr 1.1fr;
  }

  .v5-price-table article > a {
    width: fit-content;
    grid-column: 1 / -1;
  }

  .v5-setup-plans {
    grid-template-columns: 1fr 1fr;
  }

  .v5-setup-plans article:nth-child(2) {
    transform: none;
  }

  .v5-setup-plans article {
    border-bottom: 1px solid var(--v5-line);
  }

  .v5-portals-grid {
    grid-template-columns: 1fr 1fr;
  }

  .v5-portals-grid > div {
    padding-right: 0;
    grid-column: 1 / -1;
  }

  .v5-final-grid {
    padding: 50px;
  }

  .v5-form {
    max-width: 620px;
  }

  .v5-footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 45px;
  }

  .v5-footer-grid > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  :root {
    --v5-shell: calc(100% - 24px);
  }

  html {
    scroll-padding-top: 86px;
  }

  .v5-header {
    top: 9px;
  }

  .v5-nav-wrap {
    min-height: 62px;
    padding-left: 10px;
    border-radius: 15px;
  }

  .v5-logo {
    width: 164px;
    height: 42px;
  }

  .v5-hero {
    padding-top: 110px;
  }

  .v5-eyebrow,
  .v5-kicker {
    font-size: 8px;
  }

  .v5-hero h1 {
    margin-top: 22px;
    font-size: clamp(52px, 15vw, 71px);
    letter-spacing: -.064em;
  }

  .v5-hero-copy > p {
    font-size: 16px;
    line-height: 1.6;
  }

  .v5-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .v5-hero-actions .v5-button {
    width: 100%;
  }

  .v5-quiet-link {
    justify-content: center;
  }

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

  .v5-hero-proof > span,
  .v5-hero-proof > span:not(:last-child) {
    margin: 0;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .v5-hero-media {
    padding: 8px;
    border-radius: 19px;
  }

  .v5-media-top {
    min-height: 36px;
  }

  .v5-media-top span:last-child {
    display: none;
  }

  .v5-media-frame {
    border-radius: 13px;
  }

  .v5-media-frame,
  .v5-media-frame img {
    min-height: 430px;
  }

  .v5-media-frame img {
    object-position: 69% center;
  }

  .v5-media-note {
    right: 17px;
    bottom: 17px;
    left: 17px;
    padding: 13px;
  }

  .v5-hero-footer {
    min-height: 75px;
  }

  .v5-hero-footer > span {
    display: none;
  }

  .v5-hero-footer a {
    width: 100%;
    justify-content: space-between;
  }

  .v5-system,
  .v5-product,
  .v5-modules,
  .v5-ai,
  .v5-pricing,
  .v5-setup {
    padding: 78px 0;
  }

  .v5-heading,
  .v5-product-head,
  .v5-pricing-head {
    margin-bottom: 42px;
  }

  .v5-heading h2,
  .v5-product-head h2,
  .v5-pricing-head h2,
  .v5-modules-intro h2,
  .v5-portals h2,
  .v5-final h2 {
    font-size: clamp(39px, 11.5vw, 54px);
  }

  .v5-heading-split > p,
  .v5-product-head > p {
    font-size: 15px;
  }

  .v5-system-map {
    grid-template-columns: 1fr;
  }

  .v5-system-map article,
  .v5-system-map article:last-child {
    min-height: 150px;
    padding: 22px;
    grid-column: auto;
  }

  .v5-system-map article {
    grid-template-columns: 34px 48px 1fr;
    align-items: center;
  }

  .v5-system-map article > svg {
    width: 28px;
  }

  .v5-system-map article::after {
    top: 50%;
    bottom: auto;
    left: -4px;
    transform: translateY(-50%);
  }

  .v5-system-foot,
  .v5-product-link,
  .v5-pricing-foot {
    align-items: flex-start;
    flex-direction: column;
  }

  .v5-product-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }

  .v5-product-tabs button {
    min-height: 72px;
    grid-template-columns: 30px 1fr;
    align-items: center;
  }

  .v5-product-tabs b {
    margin: 0;
  }

  .v5-product-tabs small {
    display: none;
  }

  .v5-screen-bar b {
    display: none;
  }

  .v5-screen figure,
  .v5-screen figure img {
    height: 390px;
    min-height: 390px;
  }

  .v5-screen figure img {
    object-position: center;
  }

  .v5-screen figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    min-width: 0;
  }

  .v5-modules-layout {
    gap: 45px;
  }

  .v5-module-list article {
    min-height: 126px;
    grid-template-columns: 37px 42px 1fr;
  }

  .v5-module-list h3 {
    font-size: 18px;
  }

  .v5-ai-plans article {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .v5-ai-plans article > p {
    margin-top: 13px;
  }

  .v5-ai-plans article > div,
  .v5-ai-channels article > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .v5-token-row {
    grid-template-columns: 1fr 1fr;
    row-gap: 13px;
  }

  .v5-token-row > b {
    padding-inline: 12px;
  }

  .v5-token-row > b:nth-of-type(odd) {
    border-left: 0;
  }

  .v5-billing {
    width: 100%;
  }

  .v5-billing button {
    flex: 1;
  }

  .v5-billing button span {
    display: none;
  }

  .v5-price-table article,
  .v5-price-table article.featured {
    min-height: 0;
    margin: 0;
    padding: 29px 20px;
    grid-template-columns: 1fr;
    gap: 23px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .v5-plan-name > em {
    position: static;
    display: block;
    margin-bottom: 12px;
  }

  .v5-price-table ul {
    grid-template-columns: 1fr;
  }

  .v5-price-table article > a {
    width: 100%;
    justify-content: space-between;
  }

  .v5-pricing-foot p {
    text-align: left;
  }

  .v5-setup-plans {
    grid-template-columns: 1fr;
  }

  .v5-setup-plans article {
    min-height: 205px;
    border-left: 1px solid var(--v5-line);
  }

  .v5-timeline {
    padding: 24px;
  }

  .v5-timeline ol {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .v5-timeline ol::before {
    top: 14px;
    bottom: 14px;
    left: 16px;
    width: 1px;
    height: auto;
  }

  .v5-timeline li {
    grid-template-columns: 33px 1fr;
    align-items: center;
    justify-items: start;
    text-align: left;
  }

  .v5-timeline li > span {
    margin: 0 0 0 13px;
  }

  .v5-portals {
    padding: 78px 0;
  }

  .v5-portals-grid {
    grid-template-columns: 1fr;
  }

  .v5-portals-grid > div {
    grid-column: auto;
  }

  .v5-portals-grid > a {
    min-height: 260px;
  }

  .v5-portals-grid > a.v5-portal-live {
    min-height: 430px;
  }

  .v5-portal-live figure {
    height: 180px;
  }

  .v5-final {
    padding: 60px 0;
  }

  .v5-final-grid {
    padding: 35px 20px;
    gap: 38px;
    border-radius: 18px;
  }

  .v5-form {
    padding: 20px;
  }

  .v5-footer {
    padding-top: 58px;
  }

  .v5-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 25px;
  }

  .v5-footer-grid > div:first-child,
  .v5-footer-grid > div:last-child {
    grid-column: 1 / -1;
  }

  .v5-footer-bottom {
    min-height: 85px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 9px;
  }
}

@media (max-width: 360px) {
  .v5-hero h1 {
    font-size: 49px;
  }

  .v5-media-frame,
  .v5-media-frame img {
    min-height: 390px;
  }

  .v5-screen figure,
  .v5-screen figure img {
    height: 340px;
    min-height: 340px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* V6 hero — editorial headline above a full-width live product stage */
.v6-hero {
  position: relative;
  min-height: 1250px;
  padding: 128px 0 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(29, 215, 210, .1), transparent 27%),
    linear-gradient(145deg, #000f1b 0%, #001b2d 62%, #00111e 100%);
}

.v6-hero::before {
  position: absolute;
  top: 265px;
  right: -250px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(29, 215, 210, .11);
  border-radius: 50%;
  content: "";
}

.v6-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 210px;
  background: linear-gradient(transparent, rgba(0, 8, 14, .38));
  content: "";
  pointer-events: none;
}

.v6-hero-grid {
  position: absolute;
  inset: 0;
  opacity: .3;
  background-image:
    linear-gradient(rgba(72, 210, 215, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 210, 215, .055) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg, transparent 2%, #000 55%, #000);
  pointer-events: none;
}

.v6-hero-head {
  position: relative;
  z-index: 2;
  padding-top: 65px;
}

.v6-hero-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, .34);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.v6-hero-meta > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--v5-cyan);
}

.v6-hero-meta i {
  width: 38px;
  height: 1px;
  background: currentColor;
}

.v6-hero h1 {
  margin: 35px 0 0;
  font-family: var(--v5-display);
  font-size: clamp(70px, 7.8vw, 124px);
  font-weight: 700;
  line-height: .88;
  letter-spacing: -.072em;
}

.v6-hero h1 span,
.v6-hero h1 em {
  display: block;
}

.v6-hero h1 em {
  margin-top: 13px;
  margin-left: clamp(80px, 12vw, 185px);
  color: var(--v5-orange);
  font-style: normal;
}

.v6-hero-summary {
  display: grid;
  max-width: 1070px;
  margin: 43px 0 0 auto;
  align-items: end;
  grid-template-columns: 1fr auto;
  gap: 75px;
}

.v6-hero-summary > p {
  max-width: 630px;
  margin: 0;
  color: rgba(255, 255, 255, .61);
  font-size: 17px;
  line-height: 1.7;
}

.v6-hero-actions {
  display: flex;
  align-items: center;
  gap: 23px;
}

.v6-hero-actions > a:last-child {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .74);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.v6-hero-actions > a:last-child svg {
  width: 16px;
  color: var(--v5-cyan);
}

.v6-hero-stage {
  position: relative;
  z-index: 3;
  display: grid;
  margin-top: 76px;
  align-items: start;
  grid-template-columns: 78px minmax(0, 1fr) 180px;
  gap: 17px;
}

.v6-stage-index {
  display: grid;
  padding-top: 14px;
  justify-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, .33);
}

.v6-stage-index span {
  color: var(--v5-orange);
  font-size: 10px;
  font-weight: 800;
}

.v6-stage-index b {
  font-size: 8px;
  line-height: 1.55;
  letter-spacing: .13em;
  text-align: center;
  writing-mode: vertical-rl;
}

.v6-stage-window {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .19);
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 48px 110px rgba(0, 0, 0, .38);
  transition: transform .32s cubic-bezier(.2, .75, .2, 1), box-shadow .32s ease;
}

.v6-stage-window:hover {
  box-shadow: 0 55px 125px rgba(0, 0, 0, .45);
  transform: translateY(-7px);
}

.v6-window-bar {
  display: grid;
  min-height: 46px;
  padding: 0 17px;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  color: #809099;
  background: #f8faf9;
  border-bottom: 1px solid #e6ebed;
  font-size: 8px;
}

.v6-window-bar > span {
  display: flex;
  gap: 6px;
}

.v6-window-bar > span i {
  width: 8px;
  height: 8px;
  background: #d4dce0;
  border-radius: 50%;
}

.v6-window-bar > span i:first-child {
  background: var(--v5-orange);
}

.v6-window-bar b {
  color: #536772;
  font-weight: 700;
}

.v6-window-bar em {
  justify-self: end;
  color: #087a67;
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em;
}

.v6-window-screen {
  position: relative;
  overflow: hidden;
  background: #eef3f5;
}

.v6-window-screen::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(0, 23, 38, .05);
  content: "";
  pointer-events: none;
}

.v6-window-screen img {
  width: 100%;
  height: auto;
}

.v6-window-action {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  min-height: 58px;
  padding: 0 18px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(0, 23, 38, .91);
  border-radius: 12px;
  backdrop-filter: blur(14px);
}

.v6-window-action > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .5);
  font-size: 9px;
}

.v6-window-action > span i {
  width: 7px;
  height: 7px;
  background: #2bd989;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(43, 217, 137, .09);
}

.v6-window-action b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--v5-cyan);
  font-size: 9px;
}

.v6-window-action svg {
  width: 15px;
}

.v6-stage-signal {
  position: relative;
  min-height: 255px;
  padding: 24px 20px;
  border: 1px solid rgba(29, 215, 210, .17);
  background: rgba(255, 255, 255, .035);
  border-radius: 16px;
}

.v6-stage-signal::before {
  position: absolute;
  top: 33px;
  left: -18px;
  width: 18px;
  height: 1px;
  background: rgba(29, 215, 210, .25);
  content: "";
}

.v6-stage-signal > span {
  color: var(--v5-cyan);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
}

.v6-stage-signal > strong {
  display: block;
  margin-top: 26px;
  font-family: var(--v5-display);
  font-size: 62px;
  line-height: .8;
  letter-spacing: -.06em;
}

.v6-stage-signal > p {
  margin: 15px 0 22px;
  color: rgba(255, 255, 255, .46);
  font-size: 10px;
  line-height: 1.55;
}

.v6-stage-signal > div {
  display: grid;
  padding-top: 16px;
  gap: 7px;
  border-top: 1px solid rgba(255, 255, 255, .09);
}

.v6-stage-signal > div b {
  color: rgba(255, 255, 255, .57);
  font-size: 8px;
  font-weight: 600;
}

.v6-hero-rail {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 108px;
  margin-top: 40px;
  align-items: center;
  grid-template-columns: repeat(4, 1fr) auto;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.v6-hero-rail > span {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .46);
  border-right: 1px solid rgba(255, 255, 255, .09);
  font-size: 9px;
}

.v6-hero-rail > span b {
  color: var(--v5-orange);
  font-size: 8px;
}

.v6-hero-rail > a {
  display: inline-flex;
  padding-left: 28px;
  align-items: center;
  gap: 10px;
  color: var(--v5-cyan);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.v6-hero-rail > a svg {
  width: 14px;
}

@media (max-width: 1240px) {
  .v6-hero {
    min-height: 1170px;
  }

  .v6-hero h1 {
    font-size: clamp(69px, 8.2vw, 103px);
  }

  .v6-hero-summary {
    gap: 40px;
  }

  .v6-hero-stage {
    grid-template-columns: 60px minmax(0, 1fr) 155px;
  }

  .v6-stage-signal {
    padding-inline: 16px;
  }
}

@media (max-width: 980px) {
  .v6-hero {
    min-height: auto;
    padding-top: 100px;
  }

  .v6-hero-head {
    padding-top: 70px;
  }

  .v6-hero h1 {
    font-size: clamp(65px, 12vw, 98px);
  }

  .v6-hero h1 em {
    margin-left: 0;
  }

  .v6-hero-summary {
    max-width: none;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .v6-hero-summary > p {
    max-width: 720px;
  }

  .v6-hero-actions {
    justify-content: flex-start;
  }

  .v6-hero-stage {
    margin-top: 58px;
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .v6-stage-signal {
    display: grid;
    min-height: 0;
    padding: 18px;
    align-items: center;
    grid-column: 2;
    grid-template-columns: auto 70px 1fr;
    gap: 18px;
  }

  .v6-stage-signal::before {
    display: none;
  }

  .v6-stage-signal > strong {
    margin: 0;
    font-size: 45px;
  }

  .v6-stage-signal > p {
    margin: 0;
  }

  .v6-stage-signal > div {
    display: none;
  }

  .v6-hero-rail {
    grid-template-columns: 1fr 1fr;
    padding: 25px 0;
  }

  .v6-hero-rail > a {
    margin-top: 18px;
    padding: 18px 0 0;
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, .09);
  }
}

@media (max-width: 680px) {
  .v6-hero {
    padding-top: 88px;
  }

  .v6-hero::before {
    top: 340px;
    right: -330px;
  }

  .v6-hero-head {
    padding-top: 58px;
  }

  .v6-hero-meta {
    font-size: 7px;
  }

  .v6-hero-meta > span:last-child {
    display: none;
  }

  .v6-hero h1 {
    margin-top: 27px;
    font-size: clamp(49px, 15.2vw, 65px);
    line-height: .94;
  }

  .v6-hero h1 em {
    margin-top: 8px;
  }

  .v6-hero-summary {
    margin-top: 29px;
  }

  .v6-hero-summary > p {
    font-size: 15px;
    line-height: 1.65;
  }

  .v6-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .v6-hero-actions .v5-button {
    width: 100%;
  }

  .v6-hero-actions > a:last-child {
    min-height: 46px;
    justify-content: center;
  }

  .v6-hero-stage {
    display: grid;
    margin-top: 45px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .v6-stage-index {
    display: flex;
    padding: 0 3px;
    align-items: center;
    justify-content: space-between;
  }

  .v6-stage-index b {
    writing-mode: initial;
  }

  .v6-stage-window {
    border-radius: 15px;
  }

  .v6-window-bar {
    min-height: 38px;
    padding: 0 11px;
    grid-template-columns: 1fr auto;
  }

  .v6-window-bar b {
    display: none;
  }

  .v6-window-screen img {
    width: 158%;
    max-width: none;
    transform: translateX(-17%);
  }

  .v6-window-action {
    right: 9px;
    bottom: 9px;
    left: 9px;
    min-height: 48px;
    padding: 0 12px;
  }

  .v6-window-action > span {
    display: none;
  }

  .v6-window-action b {
    width: 100%;
    justify-content: space-between;
  }

  .v6-stage-signal {
    padding: 15px;
    grid-column: auto;
    grid-template-columns: auto 56px 1fr;
    gap: 12px;
  }

  .v6-stage-signal > strong {
    font-size: 38px;
  }

  .v6-stage-signal > p {
    font-size: 9px;
  }

  .v6-hero-rail {
    min-height: 0;
    margin-top: 28px;
    grid-template-columns: 1fr;
  }

  .v6-hero-rail > span {
    min-height: 44px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .v6-hero-rail > a {
    grid-column: auto;
  }
}

@media (max-width: 360px) {
  .v6-hero h1 {
    font-size: 47px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v6-stage-window:hover {
    transform: none;
  }
}

/* V7 header — modular product command bar */
.v7-header {
  position: fixed;
  z-index: 100;
  top: 16px;
  right: 0;
  left: 0;
  pointer-events: none;
  transition: top .28s ease;
}

.v7-header-shell {
  position: relative;
  display: grid;
  min-height: 78px;
  padding: 0;
  align-items: stretch;
  grid-template-columns: 270px minmax(470px, 1fr) 310px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(0, 18, 31, .9);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0, 7, 13, .22);
  backdrop-filter: blur(20px) saturate(125%);
  pointer-events: auto;
  transition: min-height .28s ease, background .28s ease, box-shadow .28s ease;
}

.v7-header.scrolled {
  top: 8px;
}

.v7-header.scrolled .v7-header-shell {
  min-height: 68px;
  background: rgba(0, 16, 28, .96);
  box-shadow: 0 18px 50px rgba(0, 7, 13, .34);
}

.v7-brand {
  display: flex;
  min-width: 0;
  padding: 12px 19px;
  align-items: center;
  gap: 12px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.v7-brand img {
  width: 47px;
  height: 47px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .18);
}

.v7-brand-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.v7-brand-copy strong {
  font-family: var(--v5-display);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.045em;
}

.v7-brand-copy strong span {
  color: var(--v5-orange);
}

.v7-brand-copy small {
  overflow: hidden;
  color: rgba(255, 255, 255, .42);
  font-size: 6.8px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .13em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v7-nav {
  display: grid;
  min-width: 0;
  align-items: stretch;
  grid-template-columns: repeat(5, 1fr);
}

.v7-nav > a {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 14px 8px 12px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255, 255, 255, .67);
  border-right: 1px solid rgba(255, 255, 255, .07);
  transition: color .22s ease, background .22s ease;
}

.v7-nav > a::after {
  position: absolute;
  right: 15px;
  bottom: -1px;
  left: 15px;
  height: 2px;
  background: var(--v5-orange);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .28s ease;
}

.v7-nav > a:hover,
.v7-nav > a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .035);
}

.v7-nav > a:hover::after,
.v7-nav > a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.v7-nav > a span {
  color: var(--v5-cyan);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .08em;
}

.v7-nav > a b {
  overflow: hidden;
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v7-mobile-actions {
  display: none;
}

.v7-header-actions {
  display: grid;
  grid-template-columns: 136px 1fr;
}

.v7-live-link,
.v7-demo-link {
  display: flex;
  min-width: 0;
  align-items: center;
}

.v7-live-link {
  padding: 0 15px;
  gap: 9px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.v7-live-link .v7-live-dot {
  position: relative;
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: #42df9b;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(66, 223, 155, .1);
}

.v7-live-link .v7-live-dot::after {
  position: absolute;
  inset: -4px;
  border: 1px solid rgba(66, 223, 155, .5);
  border-radius: inherit;
  content: "";
  animation: v7-live-pulse 2.2s ease-out infinite;
}

.v7-live-link span {
  display: grid;
  gap: 2px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
}

.v7-live-link small {
  color: rgba(255, 255, 255, .4);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .12em;
}

.v7-live-link > svg {
  width: 13px;
  margin-left: auto;
  color: var(--v5-cyan);
  transition: transform .22s ease;
}

.v7-live-link:hover > svg {
  transform: translate(2px, -2px);
}

.v7-demo-link {
  padding: 0 20px;
  justify-content: space-between;
  gap: 12px;
  color: #111;
  background: var(--v5-orange);
  border-radius: 0 13px 13px 0;
  font-size: 12px;
  font-weight: 800;
  transition: background .22s ease;
}

.v7-demo-link:hover {
  background: #ff8a1c;
}

.v7-demo-link svg {
  width: 16px;
  transition: transform .22s ease;
}

.v7-demo-link:hover svg {
  transform: translateX(3px);
}

.v7-menu {
  display: none;
}

@keyframes v7-live-pulse {
  0% {
    opacity: .8;
    transform: scale(.7);
  }

  75%,
  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}

@media (max-width: 1180px) {
  .v7-header-shell {
    grid-template-columns: 238px minmax(440px, 1fr) 190px;
  }

  .v7-brand {
    padding-inline: 15px;
  }

  .v7-brand-copy small {
    font-size: 6px;
  }

  .v7-header-actions {
    grid-template-columns: 1fr;
  }

  .v7-live-link {
    display: none;
  }
}

@media (max-width: 980px) {
  html.menu-open {
    overflow: hidden;
  }

  .v7-header {
    top: 10px;
  }

  .v7-header.scrolled {
    top: 7px;
  }

  .v7-header-shell,
  .v7-header.scrolled .v7-header-shell {
    min-height: 66px;
    grid-template-columns: 1fr auto;
    background: rgba(0, 16, 28, .96);
    border-radius: 13px;
  }

  .v7-brand {
    padding: 9px 13px;
    border-right: 0;
  }

  .v7-brand img {
    width: 44px;
    height: 44px;
  }

  .v7-brand-copy strong {
    font-size: 17px;
  }

  .v7-nav {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    left: 0;
    display: none;
    padding: 12px;
    grid-template-columns: 1fr;
    background: #f4f3ef;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 13px;
    box-shadow: 0 24px 65px rgba(0, 8, 14, .3);
  }

  .v7-nav.open {
    display: grid;
    animation: v7-menu-in .3s cubic-bezier(.2, .75, .2, 1) both;
  }

  .v7-nav > a {
    min-height: 57px;
    padding: 0 10px;
    justify-content: flex-start;
    gap: 16px;
    color: var(--v5-navy);
    border-right: 0;
    border-bottom: 1px solid rgba(0, 23, 38, .1);
  }

  .v7-nav > a::after {
    right: 0;
    bottom: 13px;
    left: auto;
    width: 22px;
    height: 1px;
  }

  .v7-nav > a:hover,
  .v7-nav > a:focus-visible {
    color: var(--v5-navy);
    background: transparent;
  }

  .v7-nav > a span {
    width: 28px;
    color: #72818a;
    font-size: 8px;
  }

  .v7-nav > a b {
    font-family: var(--v5-display);
    font-size: 19px;
    letter-spacing: -.035em;
  }

  .v7-mobile-actions {
    display: grid;
    margin-top: 11px;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .v7-mobile-actions a {
    display: flex;
    min-height: 52px;
    padding: 0 14px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #fff;
    background: var(--v5-navy);
    border-radius: 8px;
    font-size: 10px;
    font-weight: 800;
  }

  .v7-mobile-actions a:last-child {
    color: #111;
    background: var(--v5-orange);
  }

  .v7-mobile-actions svg {
    width: 15px;
  }

  .v7-header-actions {
    display: none;
  }

  .v7-menu {
    display: flex;
    min-width: 94px;
    padding: 0 15px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #fff;
    background: transparent;
    border-left: 1px solid rgba(255, 255, 255, .1);
  }

  .v7-menu-label {
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .14em;
  }

  .v7-menu-lines {
    display: grid;
    width: 19px;
    gap: 6px;
  }

  .v7-menu-lines i {
    display: block;
    width: 19px;
    height: 1px;
    background: currentColor;
    transition: transform .22s ease;
  }

  .v7-menu[aria-expanded="true"] .v7-menu-lines i:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .v7-menu[aria-expanded="true"] .v7-menu-lines i:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
}

@keyframes v7-menu-in {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(.985);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 480px) {
  .v7-header-shell,
  .v7-header.scrolled .v7-header-shell {
    min-height: 62px;
  }

  .v7-brand {
    gap: 9px;
  }

  .v7-brand img {
    width: 40px;
    height: 40px;
  }

  .v7-brand-copy strong {
    font-size: 16px;
  }

  .v7-brand-copy small {
    max-width: 142px;
    font-size: 5.5px;
  }

  .v7-menu {
    min-width: 78px;
    padding-inline: 12px;
  }

  .v7-menu-label {
    display: none;
  }

  .v7-nav {
    padding: 10px;
  }

  .v7-nav > a {
    min-height: 53px;
  }

  .v7-mobile-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v7-live-link .v7-live-dot::after {
    animation: none;
  }

  .v7-nav.open {
    animation: none;
  }
}

/* V8 footer — final brand stage and product directory */
.v8-footer {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #000d16;
}

.v8-footer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--v5-orange) 0 16%, rgba(255, 255, 255, .13) 16% 100%);
  content: "";
}

.v8-footer-mark {
  position: absolute;
  top: -95px;
  right: 4vw;
  width: min(43vw, 620px);
  opacity: .045;
  pointer-events: none;
  transform: rotate(8deg);
}

.v8-footer-mark img {
  width: 100%;
}

.v8-footer-stage {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 620px;
  padding: 112px 0 92px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 355px;
  gap: clamp(70px, 9vw, 145px);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.v8-footer-index {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--v5-cyan);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .17em;
}

.v8-footer-index i {
  width: 42px;
  height: 1px;
  background: currentColor;
}

.v8-footer-statement h2 {
  margin: 31px 0 0;
  font-family: var(--v5-display);
  font-size: clamp(72px, 8vw, 124px);
  font-weight: 700;
  line-height: .84;
  letter-spacing: -.075em;
}

.v8-footer-statement h2 span,
.v8-footer-statement h2 em {
  display: block;
}

.v8-footer-statement h2 em {
  margin-top: 15px;
  color: var(--v5-orange);
  font-style: normal;
}

.v8-footer-statement p {
  max-width: 590px;
  margin: 38px 0 0;
  color: rgba(255, 255, 255, .51);
  font-size: 15px;
  line-height: 1.75;
}

.v8-footer-launch {
  position: relative;
  display: grid;
  padding-left: 32px;
  gap: 12px;
  border-left: 1px solid rgba(255, 255, 255, .13);
}

.v8-footer-launch > span {
  display: inline-flex;
  margin: 0 0 12px;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .38);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .14em;
}

.v8-footer-launch > span i {
  position: relative;
  width: 7px;
  height: 7px;
  background: #42df9b;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(66, 223, 155, .09);
}

.v8-footer-primary {
  display: grid;
  min-height: 142px;
  padding: 26px;
  align-content: space-between;
  grid-template-columns: 1fr auto;
  color: #0a1115;
  background: var(--v5-orange);
  border-radius: 13px;
  transition: transform .25s ease, background .25s ease;
}

.v8-footer-primary:hover {
  background: #ff8a1c;
  transform: translateY(-3px);
}

.v8-footer-primary small {
  grid-column: 1 / -1;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .13em;
}

.v8-footer-primary strong {
  align-self: end;
  font-family: var(--v5-display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.v8-footer-primary svg {
  width: 24px;
  align-self: end;
  transition: transform .25s ease;
}

.v8-footer-primary:hover svg {
  transform: translate(3px, -3px);
}

.v8-footer-secondary {
  display: flex;
  min-height: 59px;
  padding: 0 19px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, .73);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 10px;
  font-size: 10px;
  font-weight: 800;
  transition: color .22s ease, border-color .22s ease, background .22s ease;
}

.v8-footer-secondary:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .04);
}

.v8-footer-secondary svg {
  width: 16px;
}

.v8-footer-directory {
  position: relative;
  z-index: 1;
  display: grid;
  padding: 61px 0 56px;
  grid-template-columns: 1.25fr .72fr .9fr 1.15fr;
  gap: clamp(38px, 5vw, 80px);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.v8-footer-brand > a {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff;
}

.v8-footer-brand img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.v8-footer-brand strong {
  font-family: var(--v5-display);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -.045em;
}

.v8-footer-brand strong span {
  color: var(--v5-orange);
}

.v8-footer-brand p {
  max-width: 230px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .38);
  font-size: 10px;
  line-height: 1.65;
}

.v8-footer-directory nav,
.v8-footer-note {
  display: grid;
  align-content: start;
  gap: 12px;
}

.v8-footer-directory nav > b,
.v8-footer-note > b {
  margin-bottom: 10px;
  color: var(--v5-cyan);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}

.v8-footer-directory nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .5);
  font-size: 10px;
  transition: color .2s ease, transform .2s ease;
}

.v8-footer-directory nav a span {
  width: 17px;
  color: rgba(255, 255, 255, .2);
  font-size: 6px;
  font-weight: 800;
}

.v8-footer-directory nav a:hover {
  color: #fff;
  transform: translateX(3px);
}

.v8-footer-note p {
  max-width: 330px;
  margin: 0;
  color: rgba(255, 255, 255, .37);
  font-size: 9px;
  line-height: 1.7;
}

.v8-footer-note a {
  display: inline-flex;
  margin-top: 7px;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .72);
  font-size: 9px;
  font-weight: 800;
}

.v8-footer-note a:hover {
  color: var(--v5-orange);
}

.v8-footer-note svg {
  width: 13px;
}

.v8-footer-bottom {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 76px;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  color: rgba(255, 255, 255, .24);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .1em;
}

.v8-footer-bottom > span:nth-child(2) {
  color: rgba(255, 255, 255, .34);
  text-align: center;
}

.v8-footer-bottom > a {
  justify-self: end;
  color: rgba(255, 255, 255, .34);
  transition: color .2s ease;
}

.v8-footer-bottom > a:hover {
  color: var(--v5-cyan);
}

@media (max-width: 980px) {
  .v8-footer-mark {
    top: 30px;
    right: -100px;
    width: 440px;
  }

  .v8-footer-stage {
    min-height: 0;
    padding: 95px 0 75px;
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .v8-footer-statement h2 {
    font-size: clamp(72px, 12vw, 105px);
  }

  .v8-footer-launch {
    max-width: 620px;
    padding: 0;
    grid-template-columns: 1.35fr 1fr;
    border-left: 0;
  }

  .v8-footer-launch > span {
    grid-column: 1 / -1;
  }

  .v8-footer-primary {
    min-height: 132px;
  }

  .v8-footer-secondary {
    min-height: 132px;
    padding: 22px;
    align-items: flex-end;
  }

  .v8-footer-directory {
    grid-template-columns: 1.15fr 1fr 1fr;
  }

  .v8-footer-note {
    padding-top: 34px;
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, .08);
  }

  .v8-footer-bottom {
    min-height: 94px;
    grid-template-columns: 1fr 1fr;
  }

  .v8-footer-bottom > span:nth-child(2) {
    display: none;
  }
}

@media (max-width: 680px) {
  .v8-footer::before {
    background: linear-gradient(90deg, var(--v5-orange) 0 33%, rgba(255, 255, 255, .13) 33% 100%);
  }

  .v8-footer-mark {
    top: 140px;
    right: -135px;
    width: 345px;
    opacity: .038;
  }

  .v8-footer-stage {
    padding: 78px 0 62px;
    gap: 52px;
  }

  .v8-footer-index {
    font-size: 7px;
  }

  .v8-footer-index i {
    width: 31px;
  }

  .v8-footer-statement h2 {
    margin-top: 27px;
    font-size: clamp(54px, 16vw, 69px);
    line-height: .89;
  }

  .v8-footer-statement h2 em {
    margin-top: 9px;
  }

  .v8-footer-statement p {
    margin-top: 29px;
    font-size: 13px;
  }

  .v8-footer-launch {
    grid-template-columns: 1fr;
  }

  .v8-footer-primary,
  .v8-footer-secondary {
    min-height: 112px;
  }

  .v8-footer-primary {
    padding: 22px;
  }

  .v8-footer-primary strong {
    font-size: 20px;
  }

  .v8-footer-secondary {
    min-height: 58px;
    padding: 0 18px;
    align-items: center;
  }

  .v8-footer-directory {
    padding: 48px 0 45px;
    grid-template-columns: 1fr 1fr;
    gap: 45px 24px;
  }

  .v8-footer-brand,
  .v8-footer-note {
    grid-column: 1 / -1;
  }

  .v8-footer-brand {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .v8-footer-note {
    padding-top: 32px;
  }

  .v8-footer-bottom {
    min-height: 112px;
    padding: 25px 0;
    align-items: start;
    grid-template-columns: 1fr;
    gap: 12px;
    line-height: 1.5;
  }

  .v8-footer-bottom > a {
    justify-self: start;
  }
}

@media (max-width: 360px) {
  .v8-footer-statement h2 {
    font-size: 51px;
  }

  .v8-footer-directory {
    grid-template-columns: 1fr;
  }

  .v8-footer-directory nav,
  .v8-footer-brand,
  .v8-footer-note {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v8-footer-primary:hover,
  .v8-footer-directory nav a:hover {
    transform: none;
  }
}

/* V9 Pingu mascot and AI support */
.v9-pingu-profile {
  position: relative;
  display: grid;
  min-height: 174px;
  margin: -24px 0 22px;
  padding: 0 25px 0 190px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .11);
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  background: linear-gradient(90deg, rgba(29, 215, 210, .055), transparent 54%);
}

.v9-pingu-profile::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: var(--v5-orange);
  content: "";
}

.v9-pingu-profile-media {
  position: absolute;
  bottom: -21px;
  left: 22px;
  width: 143px;
  pointer-events: none;
}

.v9-pingu-profile-media img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, .32));
}

.v9-pingu-profile-copy {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.v9-pingu-profile-copy > span {
  color: var(--v5-cyan);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .15em;
}

.v9-pingu-profile-copy strong {
  font-family: var(--v5-display);
  font-size: 25px;
  letter-spacing: -.045em;
}

.v9-pingu-profile-copy p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .48);
  font-size: 11px;
  line-height: 1.65;
}

.v9-pingu-profile-status {
  display: flex;
  min-width: 170px;
  min-height: 68px;
  padding: 0 18px;
  align-items: center;
  gap: 12px;
  border-left: 1px solid rgba(255, 255, 255, .11);
}

.v9-pingu-profile-status > i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  background: #42df9b;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(66, 223, 155, .09);
}

.v9-pingu-profile-status span {
  display: grid;
  gap: 5px;
  color: rgba(255, 255, 255, .73);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
}

.v9-pingu-profile-status small {
  color: rgba(255, 255, 255, .3);
  font-size: 6px;
}

.v9-ai-support {
  position: fixed;
  z-index: 95;
  right: 84px;
  bottom: 18px;
  width: 250px;
}

.v9-ai-trigger {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 66px;
  padding: 6px 14px 6px 6px;
  align-items: center;
  grid-template-columns: 55px 1fr auto;
  gap: 11px;
  color: var(--v5-navy);
  border: 1px solid rgba(0, 23, 38, .12);
  background: rgba(255, 255, 255, .97);
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(0, 15, 26, .22);
  backdrop-filter: blur(16px);
  transition: transform .22s ease, box-shadow .22s ease;
}

.v9-ai-trigger:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(0, 15, 26, .28);
}

.v9-ai-trigger-avatar {
  position: relative;
  display: grid;
  width: 53px;
  height: 53px;
  overflow: hidden;
  background: #edf2f2;
  border-radius: 11px;
  place-items: end center;
}

.v9-ai-trigger-avatar img {
  width: 47px;
  height: auto;
  max-width: none;
  transform: translateY(6px);
}

.v9-ai-trigger-avatar > i {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 7px;
  height: 7px;
  background: #42df9b;
  border: 2px solid #fff;
  border-radius: 50%;
}

.v9-ai-trigger-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
  text-align: left;
}

.v9-ai-trigger-copy small {
  color: #16898c;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .12em;
}

.v9-ai-trigger-copy strong {
  overflow: hidden;
  font-family: var(--v5-display);
  font-size: 15px;
  letter-spacing: -.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v9-ai-trigger > svg {
  width: 18px;
  color: var(--v5-orange-dark);
}

.v9-ai-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  width: 350px;
  padding: 10px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .13);
  background: #001725;
  border-radius: 17px;
  box-shadow: 0 24px 70px rgba(0, 9, 16, .36);
  animation: v9-panel-in .28s cubic-bezier(.2, .75, .2, 1) both;
}

.v9-ai-panel[hidden] {
  display: none;
}

.v9-ai-panel > header {
  position: relative;
  display: grid;
  min-height: 98px;
  padding: 12px 43px 12px 95px;
  align-items: center;
  overflow: hidden;
  background: #06283b;
  border-radius: 11px;
}

.v9-ai-panel > header > img {
  position: absolute;
  bottom: -18px;
  left: 12px;
  width: 74px;
  height: auto;
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, .24));
}

.v9-ai-panel > header span {
  display: grid;
  gap: 6px;
}

.v9-ai-panel > header small {
  color: var(--v5-cyan);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .13em;
}

.v9-ai-panel > header strong {
  font-family: var(--v5-display);
  font-size: 17px;
  line-height: 1.15;
  letter-spacing: -.035em;
}

.v9-ai-panel > header button {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 31px;
  height: 31px;
  color: rgba(255, 255, 255, .65);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  place-items: center;
}

.v9-ai-panel > header button:hover {
  color: #fff;
  background: rgba(255, 255, 255, .06);
}

.v9-ai-panel > header button svg {
  width: 15px;
}

.v9-ai-message {
  margin: 10px 0;
  padding: 17px;
  color: var(--v5-navy);
  background: #f5f4f0;
  border-radius: 11px;
}

.v9-ai-message span {
  color: var(--v5-orange-dark);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .09em;
}

.v9-ai-message p {
  margin: 8px 0 0;
  color: #4b5e69;
  font-size: 11px;
  line-height: 1.6;
}

.v9-ai-panel nav {
  display: grid;
  gap: 6px;
}

.v9-ai-panel nav a {
  display: flex;
  min-height: 49px;
  padding: 0 13px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 255, 255, .72);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 9px;
  font-size: 9px;
  font-weight: 700;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.v9-ai-panel nav a:hover {
  color: #fff;
  border-color: rgba(29, 215, 210, .32);
  background: rgba(29, 215, 210, .04);
}

.v9-ai-panel nav a span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.v9-ai-panel nav a svg {
  width: 14px;
  flex: 0 0 auto;
}

.v9-ai-panel nav a span svg {
  color: var(--v5-cyan);
}

.v9-ai-disclaimer {
  display: flex;
  margin: 11px 4px 3px;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .31);
  font-size: 6px;
  font-weight: 700;
  letter-spacing: .09em;
}

.v9-ai-disclaimer i {
  width: 6px;
  height: 6px;
  background: #42df9b;
  border-radius: 50%;
}

@keyframes v9-panel-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(.98);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .v9-pingu-profile {
    padding-right: 20px;
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (max-width: 680px) {
  .v9-pingu-profile {
    min-height: 182px;
    margin: -20px 0 18px;
    padding: 21px 16px 21px 112px;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .v9-pingu-profile-media {
    bottom: -12px;
    left: 8px;
    width: 98px;
  }

  .v9-pingu-profile-copy strong {
    font-size: 20px;
  }

  .v9-pingu-profile-copy p {
    font-size: 9px;
  }

  .v9-pingu-profile-status {
    min-width: 0;
    min-height: 42px;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-left: 0;
  }

  .v9-ai-support {
    right: 76px;
    bottom: 14px;
    width: 58px;
  }

  .v9-ai-trigger {
    display: block;
    width: 58px;
    min-height: 58px;
    padding: 3px;
    border-radius: 14px;
  }

  .v9-ai-trigger-avatar {
    width: 50px;
    height: 50px;
  }

  .v9-ai-trigger-copy,
  .v9-ai-trigger > svg {
    display: none;
  }

  .v9-ai-panel {
    right: -64px;
    width: calc(100vw - 24px);
    max-height: calc(100vh - 105px);
    overflow-y: auto;
  }
}

@media (max-width: 360px) {
  .v9-pingu-profile {
    min-height: 198px;
    padding-left: 96px;
  }

  .v9-pingu-profile-media {
    left: 2px;
    width: 88px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v9-ai-trigger:hover {
    transform: none;
  }

  .v9-ai-panel {
    animation: none;
  }
}

/* V10 premium hero, live product console and pricing deck */
.v6-hero {
  min-height: 1315px;
  background:
    linear-gradient(115deg, transparent 0 62%, rgba(29, 215, 210, .035) 62% 63%, transparent 63%),
    radial-gradient(circle at 85% 19%, rgba(29, 215, 210, .12), transparent 28%),
    linear-gradient(145deg, #000d18 0%, #001b2d 62%, #00111e 100%);
}

.v6-hero-meta {
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .075);
}

.v6-hero h1 {
  text-wrap: balance;
}

.v6-hero-stage {
  margin-top: 94px;
}

.v6-hero-stage::before {
  position: absolute;
  z-index: 0;
  top: 18px;
  right: 197px;
  bottom: -16px;
  left: 95px;
  background: rgba(255, 118, 0, .1);
  border: 1px solid rgba(255, 118, 0, .2);
  border-radius: 25px;
  content: "";
  transform: rotate(-.45deg);
}

.v6-stage-index,
.v6-stage-window,
.v6-stage-signal {
  z-index: 1;
}

.v6-stage-window {
  border-color: rgba(255, 255, 255, .3);
  border-radius: 24px;
  box-shadow: 0 55px 130px rgba(0, 0, 0, .43), 0 0 0 8px rgba(255, 255, 255, .025);
}

.v6-window-bar {
  min-height: 50px;
  background: #fbfcfb;
}

.v6-window-action {
  min-height: 64px;
  border-color: rgba(29, 215, 210, .22);
  background: rgba(0, 18, 31, .94);
  border-radius: 14px;
}

.v6-stage-signal {
  min-height: 280px;
  background: rgba(0, 18, 31, .72);
  box-shadow: 0 26px 65px rgba(0, 0, 0, .22);
  backdrop-filter: blur(18px);
}

.v10-hero-agent {
  position: absolute;
  z-index: 4;
  top: -45px;
  left: 105px;
  display: grid;
  width: 292px;
  min-height: 70px;
  padding: 7px 16px 7px 67px;
  align-items: center;
  grid-template-columns: 1fr auto;
  color: var(--v5-navy);
  border: 1px solid rgba(255, 255, 255, .72);
  background: #f8f8f5;
  border-radius: 14px;
  box-shadow: 0 17px 45px rgba(0, 9, 16, .27);
}

.v10-hero-agent > img {
  position: absolute;
  bottom: -1px;
  left: 10px;
  width: 49px;
  height: auto;
}

.v10-hero-agent > span {
  display: grid;
  gap: 4px;
}

.v10-hero-agent small {
  color: #11878b;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .13em;
}

.v10-hero-agent b {
  font-family: var(--v5-display);
  font-size: 12px;
  letter-spacing: -.025em;
}

.v10-hero-agent > i {
  width: 8px;
  height: 8px;
  background: #42df9b;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(66, 223, 155, .12);
}

.v5-product {
  padding-block: 145px 125px;
}

.v5-product-console {
  padding: 11px;
  grid-template-columns: 342px minmax(0, 1fr);
  border-color: rgba(255, 255, 255, .17);
  background: #000b13;
  border-radius: 30px;
  box-shadow: 0 44px 110px rgba(0, 0, 0, .38);
}

.v10-product-sidebar {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.v5-product-tabs {
  padding: 34px 18px 12px;
}

.v5-product-tabs button {
  min-height: 142px;
  padding: 24px 20px;
  align-items: center;
  grid-template-columns: 30px 42px minmax(0, 1fr);
  gap: 10px;
  border-bottom-color: rgba(255, 255, 255, .085);
  border-radius: 15px;
}

.v5-product-tabs button:hover {
  background: rgba(255, 255, 255, .025);
}

.v5-product-tabs button.active {
  background: #062932;
  box-shadow: inset 0 0 0 1px rgba(29, 215, 210, .12), 0 17px 35px rgba(0, 0, 0, .14);
}

.v5-product-tabs button.active::before {
  top: 27px;
  bottom: 27px;
  width: 3px;
}

.v5-product-tabs button > span:first-child {
  align-self: start;
  padding-top: 5px;
  font-size: 9px;
}

.v5-product-tabs button > svg {
  width: 22px;
  color: rgba(255, 255, 255, .24);
  transition: color .22s ease, transform .22s ease;
}

.v5-product-tabs button.active > svg {
  color: var(--v5-cyan);
  transform: translateY(-2px);
}

.v5-product-tabs .v10-tab-copy {
  display: grid;
  min-width: 0;
  gap: 7px;
  color: inherit;
}

.v5-product-tabs .v10-tab-copy b {
  margin: 0;
  color: inherit;
  font-size: 18px;
}

.v5-product-tabs .v10-tab-copy small {
  margin: 0;
  color: rgba(255, 255, 255, .32);
  font-size: 10px;
}

.v5-product-tabs button.active .v10-tab-copy small {
  color: rgba(255, 255, 255, .52);
}

.v10-product-sidebar-foot {
  display: grid;
  margin: auto 18px 18px;
  padding: 23px 21px;
  gap: 13px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .025);
  border-radius: 15px;
}

.v10-product-sidebar-foot > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .34);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .13em;
}

.v10-product-sidebar-foot > span i {
  width: 7px;
  height: 7px;
  background: #42df9b;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(66, 223, 155, .09);
}

.v10-product-sidebar-foot strong {
  font-family: var(--v5-display);
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -.045em;
}

.v10-product-sidebar-foot a {
  display: flex;
  min-height: 43px;
  padding: 0 12px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--v5-navy);
  background: var(--v5-orange);
  border-radius: 8px;
  font-size: 8px;
  font-weight: 800;
}

.v10-product-sidebar-foot a svg {
  width: 13px;
}

.v5-screen {
  border-radius: 21px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .06);
}

.v5-screen figure,
.v5-screen figure img {
  height: 720px;
  min-height: 720px;
}

.v5-screen figcaption {
  right: 22px;
  bottom: 22px;
  min-width: 330px;
  padding: 18px 20px;
  border: 1px solid rgba(29, 215, 210, .2);
  border-radius: 14px;
}

.v5-pricing {
  padding-block: 145px 125px;
  background: #f3f5f3;
}

.v5-pricing-head {
  margin-bottom: 76px;
}

.v5-billing {
  padding: 6px;
  border-color: rgba(0, 23, 38, .15);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 23, 38, .07);
}

.v5-billing button {
  min-height: 48px;
  padding-inline: 21px;
  border-radius: 9px;
}

.v5-price-table {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  border-top: 0;
}

.v5-price-table article,
.v5-price-table article.featured {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 505px;
  margin: 0;
  padding: 31px 28px 27px;
  align-items: stretch;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  color: var(--v5-ink);
  border: 1px solid rgba(0, 23, 38, .13);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(0, 23, 38, .055);
  transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}

.v5-price-table article::after {
  position: absolute;
  top: 18px;
  right: 19px;
  color: rgba(0, 23, 38, .045);
  font-family: var(--v5-display);
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.08em;
  content: "01";
  pointer-events: none;
}

.v5-price-table article:nth-child(2)::after { content: "02"; }
.v5-price-table article:nth-child(3)::after { content: "03"; }
.v5-price-table article:nth-child(4)::after { content: "04"; }

.v5-price-table article:hover {
  z-index: 2;
  background: #fff;
  border-color: rgba(0, 23, 38, .24);
  box-shadow: 0 27px 64px rgba(0, 23, 38, .11);
  transform: translateY(-7px);
}

.v5-price-table article.featured {
  color: #fff;
  border-color: rgba(255, 118, 0, .62);
  background: var(--v5-navy);
  box-shadow: 0 24px 65px rgba(0, 23, 38, .2);
  transform: translateY(-18px);
}

.v5-price-table article.featured::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--v5-orange);
  content: "";
}

.v5-price-table article.featured::after {
  color: rgba(255, 255, 255, .055);
}

.v5-price-table article.featured:hover {
  background: var(--v5-navy);
  border-color: var(--v5-orange);
  transform: translateY(-24px);
}

.v5-plan-name {
  min-height: 113px;
  padding-right: 44px;
}

.v5-plan-name > em {
  position: static;
  display: inline-flex;
  width: fit-content;
  min-height: 24px;
  margin: -3px 0 13px;
  padding: 0 9px;
  align-items: center;
  color: #1c1207;
  background: var(--v5-orange);
  border-radius: 999px;
  font-size: 6px;
}

.v5-plan-name > span {
  display: block;
  color: #0b8589;
  font-size: 8px;
}

.v5-price-table article.featured .v5-plan-name > span {
  color: var(--v5-cyan);
}

.v5-plan-name h3 {
  margin-top: 14px;
  font-size: 23px;
}

.v5-price-table article.featured .v5-plan-name small {
  color: rgba(255, 255, 255, .46);
}

.v5-plan-price {
  min-height: 90px;
  padding: 22px 0 20px;
  border-top: 1px solid rgba(0, 23, 38, .1);
  border-bottom: 1px solid rgba(0, 23, 38, .1);
}

.v5-price-table article.featured .v5-plan-price {
  border-color: rgba(255, 255, 255, .1);
}

.v5-plan-price b {
  font-size: clamp(37px, 3vw, 47px);
}

.v5-price-table article.featured .v5-plan-price span {
  color: var(--v5-orange);
}

.v5-price-table article.featured .v5-plan-price small {
  color: rgba(255, 255, 255, .42);
}

.v5-price-table ul {
  display: grid;
  margin: 25px 0 28px;
  padding: 0;
  grid-template-columns: 1fr;
  gap: 13px;
  color: #526671;
  font-size: 10px;
}

.v5-price-table article.featured ul {
  color: rgba(255, 255, 255, .6);
}

.v5-price-table li {
  padding-left: 18px;
  line-height: 1.5;
}

.v5-price-table li::before {
  top: 5px;
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  background: var(--v5-cyan);
  box-shadow: 0 0 0 1px rgba(0, 23, 38, .08);
}

.v5-price-table article.featured li::before {
  border-color: var(--v5-navy);
}

.v5-price-table article > a {
  width: 100%;
  min-height: 52px;
  margin-top: auto;
  padding-inline: 17px;
  justify-content: space-between;
  border-radius: 10px;
  font-size: 10px;
}

.v5-price-table article.featured > a {
  color: #171007;
  background: var(--v5-orange);
}

.v5-pricing-foot {
  min-height: 78px;
  margin-top: 34px;
  padding: 0 22px;
  border-top: 1px solid rgba(0, 23, 38, .11);
  border-bottom: 1px solid rgba(0, 23, 38, .11);
}

@media (max-width: 1240px) {
  .v5-product-console {
    grid-template-columns: 310px minmax(0, 1fr);
  }

  .v5-product-tabs button {
    min-height: 130px;
    grid-template-columns: 28px 34px minmax(0, 1fr);
  }

  .v5-product-tabs .v10-tab-copy b {
    font-size: 16px;
  }

  .v5-screen figure,
  .v5-screen figure img {
    height: 650px;
    min-height: 650px;
  }

  .v5-price-table article,
  .v5-price-table article.featured {
    padding-inline: 22px;
  }
}

@media (max-width: 1100px) {
  .v5-price-table {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .v5-price-table article,
  .v5-price-table article.featured {
    min-height: 475px;
    padding-inline: 29px;
    transform: none;
  }

  .v5-price-table article.featured:hover {
    transform: translateY(-7px);
  }
}

@media (max-width: 980px) {
  .v6-hero {
    min-height: auto;
  }

  .v6-hero-stage {
    margin-top: 84px;
  }

  .v6-hero-stage::before {
    right: 0;
    left: 67px;
  }

  .v10-hero-agent {
    top: -40px;
    left: 70px;
  }

  .v5-product-console {
    grid-template-columns: 1fr;
  }

  .v10-product-sidebar {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .v5-product-tabs {
    padding: 8px;
    flex-direction: row;
  }

  .v5-product-tabs button {
    min-height: 105px;
    padding: 18px 14px;
    flex: 1;
    grid-template-columns: 24px 1fr;
  }

  .v5-product-tabs button > svg {
    display: none;
  }

  .v5-product-tabs button.active::before {
    top: auto;
    right: 18px;
    bottom: 0;
    left: 18px;
    width: auto;
    height: 3px;
  }

  .v10-product-sidebar-foot {
    width: 190px;
    margin: 8px 8px 8px 0;
    padding: 15px;
  }

  .v10-product-sidebar-foot strong {
    font-size: 17px;
  }

  .v10-product-sidebar-foot a {
    display: none;
  }

  .v5-screen figure,
  .v5-screen figure img {
    height: 560px;
    min-height: 560px;
  }
}

@media (max-width: 680px) {
  .v6-hero-stage {
    margin-top: 78px;
  }

  .v6-hero-stage::before {
    top: 9px;
    right: -4px;
    bottom: -8px;
    left: 47px;
    border-radius: 16px;
  }

  .v10-hero-agent {
    top: -50px;
    left: 54px;
    width: min(255px, calc(100% - 58px));
    min-height: 59px;
    padding: 6px 13px 6px 56px;
    border-radius: 11px;
  }

  .v10-hero-agent > img {
    left: 8px;
    width: 41px;
  }

  .v10-hero-agent b {
    font-size: 10px;
  }

  .v5-product {
    padding-block: 88px 80px;
  }

  .v5-product-console {
    padding: 7px;
    border-radius: 21px;
  }

  .v10-product-sidebar {
    display: block;
  }

  .v5-product-tabs {
    display: grid;
    padding: 7px;
    grid-template-columns: 1fr;
  }

  .v5-product-tabs button {
    min-height: 82px;
    padding: 14px 13px;
    grid-template-columns: 27px 31px 1fr;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .v5-product-tabs button > svg {
    display: block;
    width: 18px;
  }

  .v5-product-tabs button.active::before {
    top: 17px;
    right: auto;
    bottom: 17px;
    left: 0;
    width: 3px;
    height: auto;
  }

  .v5-product-tabs .v10-tab-copy b {
    font-size: 15px;
  }

  .v5-product-tabs .v10-tab-copy small {
    display: block;
    font-size: 8px;
  }

  .v10-product-sidebar-foot {
    width: auto;
    margin: 8px 7px 14px;
    padding: 17px;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .v10-product-sidebar-foot > span {
    grid-column: 1 / -1;
  }

  .v10-product-sidebar-foot strong {
    font-size: 18px;
  }

  .v10-product-sidebar-foot a {
    display: grid;
    width: 42px;
    min-height: 42px;
    padding: 0;
    font-size: 0;
    place-items: center;
  }

  .v5-screen figure,
  .v5-screen figure img {
    height: 410px;
    min-height: 410px;
  }

  .v5-screen figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    min-width: 0;
  }

  .v5-pricing {
    padding-block: 88px 78px;
  }

  .v5-pricing-head {
    margin-bottom: 45px;
  }

  .v5-price-table {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .v5-price-table article,
  .v5-price-table article.featured {
    min-height: 0;
    padding: 29px 24px 24px;
    border: 1px solid rgba(0, 23, 38, .13);
    border-radius: 17px;
  }

  .v5-price-table article.featured {
    border-color: rgba(255, 118, 0, .62);
  }

  .v5-plan-name {
    min-height: 104px;
  }

  .v5-plan-price {
    min-height: 84px;
  }

  .v5-plan-price b {
    font-size: 42px;
  }

  .v5-price-table ul {
    margin-block: 23px 25px;
  }

  .v5-pricing-foot {
    min-height: 0;
    padding: 22px 0;
  }
}

@media (max-width: 360px) {
  .v10-hero-agent {
    width: calc(100% - 50px);
  }

  .v5-product-tabs button {
    grid-template-columns: 25px 28px 1fr;
  }

  .v5-price-table article,
  .v5-price-table article.featured {
    padding-inline: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v5-price-table article:hover,
  .v5-price-table article.featured:hover {
    transform: none;
  }
}

/* V11 header — active product navigation console */
.v7-header {
  top: 14px;
}

.v7-header-shell {
  min-height: 84px;
  grid-template-columns: 286px minmax(500px, 1fr) 326px;
  border-color: rgba(255, 255, 255, .18);
  background: rgba(0, 15, 26, .94);
  border-radius: 18px;
  box-shadow: 0 22px 64px rgba(0, 7, 13, .28), inset 0 1px 0 rgba(255, 255, 255, .055);
}

.v7-header-shell::before {
  position: absolute;
  z-index: 2;
  top: -1px;
  right: 18px;
  left: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(29, 215, 210, .48) 32%, rgba(255, 118, 0, .52) 68%, transparent);
  content: "";
  pointer-events: none;
}

.v7-header.scrolled {
  top: 7px;
}

.v7-header.scrolled .v7-header-shell {
  min-height: 74px;
  background: rgba(0, 14, 24, .975);
  box-shadow: 0 19px 55px rgba(0, 7, 13, .36), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.v7-brand {
  padding: 12px 20px;
  gap: 13px;
  border-right-color: rgba(255, 255, 255, .12);
}

.v7-brand img {
  width: 51px;
  height: 51px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .26), 0 9px 24px rgba(0, 0, 0, .2);
}

.v7-brand-copy {
  gap: 5px;
}

.v7-brand-copy strong {
  font-size: 20px;
}

.v7-brand-copy small {
  color: rgba(255, 255, 255, .38);
  font-size: 6.4px;
  letter-spacing: .15em;
}

.v7-nav {
  padding: 7px;
  gap: 3px;
}

.v7-nav > a {
  padding: 12px 8px;
  gap: 9px;
  border-right: 0;
  border-radius: 11px;
}

.v7-nav > a::after {
  right: 18px;
  bottom: 5px;
  left: 18px;
  height: 2px;
  border-radius: 999px;
}

.v7-nav > a:hover,
.v7-nav > a:focus-visible,
.v7-nav > a.active {
  color: #fff;
  background: rgba(255, 255, 255, .045);
}

.v7-nav > a.active {
  box-shadow: inset 0 0 0 1px rgba(29, 215, 210, .09);
}

.v7-nav > a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.v7-nav > a span {
  display: grid;
  width: 22px;
  height: 22px;
  color: rgba(29, 215, 210, .66);
  background: rgba(29, 215, 210, .05);
  border: 1px solid rgba(29, 215, 210, .1);
  border-radius: 50%;
  place-items: center;
}

.v7-nav > a.active span {
  color: var(--v5-navy);
  background: var(--v5-cyan);
  border-color: var(--v5-cyan);
}

.v7-nav > a b {
  font-size: 11px;
}

.v7-header-actions {
  grid-template-columns: 142px minmax(0, 1fr);
}

.v7-live-link {
  padding-inline: 16px;
  border-left: 1px solid rgba(255, 255, 255, .08);
}

.v7-live-link span {
  font-size: 11px;
}

.v7-live-link small {
  font-size: 5.8px;
}

.v7-demo-link {
  padding: 0 18px 0 20px;
  border-radius: 0 17px 17px 0;
}

.v7-demo-link > span {
  display: grid;
  gap: 4px;
}

.v7-demo-link small {
  font-size: 5.7px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .12em;
  opacity: .63;
}

.v7-demo-link b {
  font-family: var(--v5-display);
  font-size: 13px;
  letter-spacing: -.025em;
}

.v7-demo-link svg {
  width: 19px;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, .22);
  border-radius: 50%;
  box-sizing: content-box;
}

.v11-header-context {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  display: grid;
  width: 390px;
  min-height: 30px;
  margin-inline: auto;
  padding: 0 12px 0 15px;
  align-items: center;
  grid-template-columns: auto auto 1fr auto;
  gap: 10px;
  color: var(--v5-navy);
  border: 1px solid rgba(0, 23, 38, .09);
  border-top: 0;
  background: rgba(247, 248, 245, .97);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 13px 28px rgba(0, 15, 26, .12);
  backdrop-filter: blur(14px);
}

.v11-header-context > span {
  color: #71818a;
  font-size: 5.8px;
  font-weight: 900;
  letter-spacing: .13em;
}

.v11-header-context > strong {
  min-width: 70px;
  font-size: 8px;
  font-weight: 800;
}

.v11-context-progress {
  position: relative;
  height: 2px;
  overflow: hidden;
  background: rgba(0, 23, 38, .11);
  border-radius: 999px;
}

.v11-context-progress b {
  position: absolute;
  inset: 0;
  background: var(--v5-orange);
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s cubic-bezier(.2, .75, .2, 1);
}

.v11-header-context > em {
  color: #17888c;
  font-size: 6px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .08em;
}

@media (max-width: 1240px) {
  .v7-header-shell {
    grid-template-columns: 250px minmax(455px, 1fr) 202px;
  }

  .v7-header-actions {
    grid-template-columns: 1fr;
  }

  .v7-live-link {
    display: none;
  }

  .v7-brand-copy small {
    font-size: 5.7px;
  }
}

@media (max-width: 980px) {
  .v7-header,
  .v7-header.scrolled {
    top: 8px;
  }

  .v7-header-shell,
  .v7-header.scrolled .v7-header-shell {
    min-height: 66px;
    grid-template-columns: 1fr auto;
    border-radius: 15px;
  }

  .v7-brand {
    padding: 8px 13px;
  }

  .v7-brand img {
    width: 44px;
    height: 44px;
  }

  .v7-brand-copy {
    gap: 3px;
  }

  .v7-brand-copy strong {
    font-size: 17px;
  }

  .v7-nav {
    top: calc(100% + 10px);
    padding: 12px;
    gap: 0;
  }

  .v7-nav > a,
  .v7-nav > a:hover,
  .v7-nav > a:focus-visible,
  .v7-nav > a.active {
    color: var(--v5-navy);
    background: transparent;
    box-shadow: none;
  }

  .v7-nav > a.active {
    background: rgba(0, 23, 38, .035);
  }

  .v7-nav > a::after {
    right: 11px;
    bottom: 13px;
    left: auto;
    width: 24px;
    height: 2px;
  }

  .v7-nav > a span {
    width: 29px;
    height: 29px;
    color: #72818a;
    background: transparent;
    border-color: rgba(0, 23, 38, .11);
  }

  .v7-nav > a.active span {
    color: #111;
    background: var(--v5-orange);
    border-color: var(--v5-orange);
  }

  .v7-header-actions,
  .v11-header-context {
    display: none;
  }

  .v7-menu {
    min-width: 91px;
    border-left-color: rgba(255, 255, 255, .13);
  }

  .v7-menu::before {
    width: 5px;
    height: 5px;
    background: var(--v5-orange);
    border-radius: 50%;
    content: "";
  }
}

@media (max-width: 480px) {
  .v7-header-shell,
  .v7-header.scrolled .v7-header-shell {
    min-height: 62px;
  }

  .v7-brand img {
    width: 41px;
    height: 41px;
  }

  .v7-menu {
    min-width: 76px;
    padding-inline: 12px;
  }

  .v7-menu::before {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v11-context-progress b {
    transition: none;
  }
}

/* V12 footer — editorial brand signature */
.v8-footer {
  background: #000e18;
}

.v8-footer-stage {
  min-height: 680px;
  padding: 124px 0 104px;
  grid-template-columns: minmax(0, 1fr) 382px;
  border-bottom: 0;
}

.v8-footer-statement p {
  max-width: 640px;
  color: rgba(255, 255, 255, .58);
  font-size: 16px;
}

.v12-footer-proof {
  display: grid;
  max-width: 690px;
  margin-top: 52px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.v12-footer-proof > span {
  display: grid;
  min-height: 86px;
  padding: 22px 25px 19px 0;
  align-content: center;
  gap: 7px;
}

.v12-footer-proof > span + span {
  padding-left: 25px;
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.v12-footer-proof b {
  color: rgba(255, 255, 255, .84);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .09em;
}

.v12-footer-proof small {
  color: rgba(255, 255, 255, .32);
  font-size: 8px;
}

.v8-footer-launch {
  padding-left: 38px;
  gap: 14px;
}

.v8-footer-primary {
  min-height: 180px;
  padding: 31px;
  border-radius: 4px;
  box-shadow: 0 30px 70px rgba(255, 113, 7, .12);
}

.v8-footer-primary strong {
  max-width: 210px;
  font-size: 27px;
  line-height: 1;
}

.v8-footer-primary svg {
  width: 29px;
}

.v8-footer-secondary {
  min-height: 68px;
  padding: 0 22px;
  border-radius: 4px;
}

.v12-footer-signature {
  position: relative;
  z-index: 2;
  padding: 0 0 34px;
  color: var(--v5-navy);
  background: #f1f2ef;
}

.v12-footer-signature::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 7px;
  background: var(--v5-orange);
  content: "";
}

.v12-footer-signature-top {
  display: flex;
  min-height: 118px;
  padding-top: 28px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.v12-footer-signature-top > span {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #51616a;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
}

.v12-footer-signature-top > span i {
  width: 46px;
  height: 1px;
  background: var(--v5-orange);
}

.v12-pingu-concierge {
  position: relative;
  display: grid;
  width: 392px;
  min-height: 116px;
  margin-top: -69px;
  padding: 24px 40px 22px 128px;
  align-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .12);
  background: #001725;
  box-shadow: 0 24px 55px rgba(0, 18, 30, .2);
}

.v12-pingu-concierge::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--v5-orange);
  content: "";
}

.v12-pingu-concierge > img {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 101px;
  height: auto;
  filter: drop-shadow(0 14px 14px rgba(0, 0, 0, .25));
}

.v12-pingu-concierge > span {
  display: grid;
  gap: 8px;
}

.v12-pingu-concierge small {
  color: var(--v5-cyan);
  font-size: 6px;
  font-weight: 900;
  letter-spacing: .15em;
}

.v12-pingu-concierge strong {
  font-family: var(--v5-display);
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.v12-pingu-concierge > i {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 8px;
  height: 8px;
  background: #42df9b;
  border: 2px solid #001725;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(66, 223, 155, .11);
}

.v12-footer-wordmark {
  display: flex;
  margin-top: 4px;
  align-items: baseline;
  justify-content: space-between;
  gap: .11em;
  overflow: hidden;
  font-family: var(--v5-display);
  font-size: clamp(104px, 12.65vw, 194px);
  font-weight: 800;
  line-height: .79;
  letter-spacing: -.085em;
  text-transform: uppercase;
  white-space: nowrap;
}

.v12-footer-wordmark span {
  color: #001725;
}

.v12-footer-wordmark em {
  padding-right: .08em;
  color: var(--v5-orange);
  font-style: normal;
}

.v12-footer-capabilities {
  display: grid;
  margin-top: 52px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(0, 23, 38, .18);
  border-bottom: 1px solid rgba(0, 23, 38, .18);
}

.v12-footer-capabilities li {
  display: flex;
  min-height: 72px;
  padding: 0 21px;
  align-items: center;
  gap: 14px;
  color: #233945;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
}

.v12-footer-capabilities li + li {
  border-left: 1px solid rgba(0, 23, 38, .14);
}

.v12-footer-capabilities span {
  color: var(--v5-orange-dark);
  font-size: 6px;
}

.v8-footer-directory {
  padding: 78px 0 72px;
  grid-template-columns: 1.05fr 1fr 1.23fr 1.08fr;
  gap: clamp(34px, 4.2vw, 70px);
}

.v8-footer-brand > a {
  gap: 13px;
}

.v8-footer-brand img {
  width: 53px;
  height: 53px;
}

.v8-footer-brand strong {
  font-size: 23px;
}

.v8-footer-brand p {
  max-width: 280px;
  margin-top: 25px;
  color: rgba(255, 255, 255, .47);
  font-size: 10px;
  line-height: 1.8;
}

.v8-footer-directory nav {
  gap: 0;
}

.v8-footer-directory nav > b,
.v8-footer-note > b {
  margin-bottom: 17px;
  color: rgba(255, 255, 255, .38);
  font-size: 7px;
}

.v8-footer-directory nav a {
  display: grid;
  min-height: 51px;
  grid-template-columns: 26px minmax(0, 1fr) 16px;
  gap: 10px;
  color: rgba(255, 255, 255, .62);
  border-top: 1px solid rgba(255, 255, 255, .09);
  font-size: 10px;
}

.v8-footer-directory nav a:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.v8-footer-directory nav a span {
  width: auto;
  color: var(--v5-orange);
  font-size: 6px;
}

.v8-footer-directory nav a strong {
  overflow: hidden;
  font-size: 10px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v8-footer-directory nav a svg {
  width: 13px;
  opacity: .35;
  transition: opacity .2s ease, transform .2s ease;
}

.v8-footer-directory nav a:hover {
  color: #fff;
  transform: none;
}

.v8-footer-directory nav a:hover svg {
  opacity: 1;
  transform: translate(2px, -2px);
}

.v8-footer-note {
  padding: 25px;
  border-top: 3px solid var(--v5-orange);
  background: rgba(255, 255, 255, .035);
}

.v8-footer-note p {
  color: rgba(255, 255, 255, .46);
  font-size: 9px;
}

.v8-footer-note a {
  margin-top: 13px;
  color: var(--v5-cyan);
}

.v8-footer-bottom {
  min-height: 88px;
}

@media (max-width: 1100px) {
  .v8-footer-stage {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 65px;
  }

  .v12-footer-wordmark {
    font-size: clamp(91px, 12.45vw, 137px);
  }

  .v8-footer-directory {
    grid-template-columns: 1fr 1fr;
  }

  .v8-footer-brand,
  .v8-footer-note {
    grid-column: auto;
  }

  .v8-footer-note {
    padding-top: 25px;
  }
}

@media (max-width: 980px) {
  .v8-footer-stage {
    padding: 105px 0 92px;
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .v8-footer-launch {
    max-width: none;
    padding: 0;
    grid-template-columns: 1.2fr .8fr;
  }

  .v8-footer-primary,
  .v8-footer-secondary {
    min-height: 145px;
  }

  .v12-footer-signature-top {
    min-height: 128px;
  }

  .v12-pingu-concierge {
    width: 360px;
  }

  .v12-footer-wordmark {
    font-size: clamp(74px, 12.5vw, 120px);
  }

  .v12-footer-capabilities {
    margin-top: 43px;
  }

  .v12-footer-capabilities li {
    padding-inline: 13px;
  }
}

@media (max-width: 720px) {
  .v8-footer-stage {
    padding: 84px 0 76px;
    gap: 57px;
  }

  .v8-footer-statement p {
    font-size: 13px;
  }

  .v12-footer-proof {
    margin-top: 38px;
    grid-template-columns: 1fr;
  }

  .v12-footer-proof > span,
  .v12-footer-proof > span + span {
    min-height: 62px;
    padding: 15px 0;
    grid-template-columns: 1fr auto;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-left: 0;
  }

  .v12-footer-proof > span:first-child {
    border-top: 0;
  }

  .v12-footer-proof small {
    text-align: right;
  }

  .v8-footer-launch {
    grid-template-columns: 1fr;
  }

  .v8-footer-primary {
    min-height: 132px;
  }

  .v8-footer-secondary {
    min-height: 62px;
  }

  .v12-footer-signature {
    padding-bottom: 24px;
  }

  .v12-footer-signature-top {
    min-height: 0;
    padding-top: 31px;
    align-items: stretch;
    flex-direction: column;
    gap: 29px;
  }

  .v12-footer-signature-top > span i {
    width: 28px;
  }

  .v12-pingu-concierge {
    width: 100%;
    min-height: 104px;
    margin: 0;
    padding: 21px 38px 19px 111px;
  }

  .v12-pingu-concierge > img {
    left: 13px;
    width: 88px;
  }

  .v12-footer-wordmark {
    display: grid;
    margin-top: 46px;
    justify-items: start;
    gap: 10px;
    overflow: visible;
    font-size: clamp(62px, 20vw, 91px);
    line-height: .75;
  }

  .v12-footer-wordmark em {
    justify-self: end;
  }

  .v12-footer-capabilities {
    margin-top: 49px;
    grid-template-columns: 1fr 1fr;
  }

  .v12-footer-capabilities li,
  .v12-footer-capabilities li + li {
    min-height: 59px;
    padding-inline: 13px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 23, 38, .14);
    border-left: 0;
  }

  .v12-footer-capabilities li:nth-child(even) {
    border-left: 1px solid rgba(0, 23, 38, .14);
  }

  .v12-footer-capabilities li:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .v8-footer-directory {
    padding: 59px 0 53px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .v8-footer-brand,
  .v8-footer-note,
  .v8-footer-directory nav {
    grid-column: 1;
  }

  .v8-footer-brand {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .v8-footer-brand p {
    max-width: 310px;
  }

  .v8-footer-note {
    padding: 24px;
  }
}

@media (max-width: 360px) {
  .v12-footer-wordmark {
    font-size: 59px;
  }

  .v12-pingu-concierge strong {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v8-footer-directory nav a svg {
    transition: none;
  }
}

/* V13 — modules, AI workforce, pricing and setup direction */
.v5-module-list article {
  padding-inline: 18px;
  transition: background .22s ease, padding .22s ease;
}

.v5-module-list article:hover {
  padding-inline: 25px;
  background: #f6f8f7;
}

.v5-module-list article > svg {
  display: block;
  width: 24px;
  height: 24px;
  padding: 10px;
  color: #078b8f;
  border: 1px solid rgba(0, 23, 38, .11);
  background: #fff;
  border-radius: 50%;
  box-sizing: content-box;
}

.v5-ai {
  padding-block: 145px 126px;
}

.v5-ai-layout {
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, .84fr);
  gap: 24px;
}

.v5-ai-plans,
.v5-ai-channels {
  gap: 0;
}

.v13-ai-column-head {
  display: flex;
  min-height: 56px;
  padding: 0 3px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.v13-ai-column-head span {
  color: rgba(255, 255, 255, .74);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
}

.v13-ai-column-head em {
  color: rgba(255, 255, 255, .28);
  font-size: 6px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em;
}

.v5-ai-plans article,
.v5-ai-plans article.featured {
  position: relative;
  display: grid;
  min-height: 204px;
  padding: 0;
  align-items: stretch;
  grid-template-columns: 152px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  column-gap: 0;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: #021725;
  border-radius: 0;
}

.v5-ai-plans article.featured {
  border-bottom-color: rgba(255, 118, 0, .42);
  background: #0b1c25;
}

.v5-ai-plans article.featured::before {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--v5-orange);
  content: "";
}

.v13-ai-plan-id {
  display: grid;
  padding: 29px 20px 24px;
  align-content: start;
  gap: 22px;
  grid-row: 1 / 3;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.v5-ai-plans article > .v13-ai-plan-id {
  display: grid;
  margin: 0;
  padding: 29px 20px 24px;
  align-items: initial;
  align-content: start;
  justify-content: initial;
  gap: 22px;
  grid-column: 1;
  grid-row: 1 / 3;
  border-top: 0;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.v13-ai-plan-id svg {
  width: 26px;
  height: 26px;
  color: var(--v5-cyan);
}

.v5-ai-plans article.featured .v13-ai-plan-id svg {
  color: var(--v5-orange);
}

.v13-ai-plan-id span {
  max-width: 100px;
  color: rgba(255, 255, 255, .48);
  font-size: 7px;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: .12em;
}

.v5-ai-plans article.featured .v13-ai-plan-id span {
  color: var(--v5-cyan);
}

.v13-ai-plan-copy {
  padding: 29px 31px 23px;
}

.v5-ai-plans article > .v13-ai-plan-copy {
  display: block;
  margin: 0;
  padding: 29px 31px 23px;
  grid-column: 2;
  grid-row: 1;
  border-top: 0;
}

.v13-ai-plan-copy h3 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(24px, 2.05vw, 32px);
}

.v13-ai-plan-copy p {
  max-width: 570px;
  margin-top: 13px;
  color: rgba(255, 255, 255, .46);
  font-size: 11px;
}

.v5-ai-plans article .v13-ai-plan-price {
  display: flex;
  min-height: 58px;
  margin: 0 31px;
  padding: 14px 0 16px;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  grid-column: 2;
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.v13-ai-plan-price b {
  font-family: var(--v5-display);
  font-size: 24px;
  letter-spacing: -.04em;
}

.v13-ai-plan-price b small {
  margin-left: 4px;
  color: rgba(255, 255, 255, .36);
  font-family: var(--v5-body);
  font-size: 8px;
}

.v13-ai-plan-price em {
  color: rgba(255, 255, 255, .3);
  font-size: 8px;
  font-style: normal;
}

.v5-ai-channels {
  display: grid;
  grid-template-rows: 56px 1fr 1fr;
}

.v5-ai-channels article,
.v5-ai-channels article + article {
  position: relative;
  display: flex;
  min-height: 0;
  padding: 29px 31px 0;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: #061b28;
  border-radius: 0;
}

.v5-ai-channels article::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 4px;
  background: var(--v5-orange);
  content: "";
}

.v5-ai-channels article.v13-channel-voice::after {
  background: var(--v5-cyan);
}

.v5-ai-channels article > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.v5-ai-channels article > header span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--v5-orange);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
}

.v5-ai-channels article.v13-channel-voice > header span {
  color: var(--v5-cyan);
}

.v5-ai-channels article > header span svg {
  width: 18px;
}

.v5-ai-channels article > header em {
  color: rgba(255, 255, 255, .24);
  font-size: 6px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em;
}

.v5-ai-channels article h3 {
  max-width: 500px;
  margin-top: 22px;
  font-size: clamp(23px, 1.8vw, 29px);
}

.v5-ai-channels article > p {
  margin-top: 14px;
  font-size: 10px;
}

.v5-ai-channels ul {
  margin-top: 17px;
}

.v5-ai-channels article > footer {
  display: flex;
  min-height: 70px;
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.v5-ai-channels article > footer b {
  font-family: var(--v5-display);
  font-size: 25px;
  letter-spacing: -.04em;
}

.v5-ai-channels article > footer b small {
  margin-left: 4px;
  color: rgba(255, 255, 255, .35);
  font-family: var(--v5-body);
  font-size: 8px;
}

.v5-ai-channels article > footer em {
  color: rgba(255, 255, 255, .28);
  font-size: 8px;
  font-style: normal;
}

.v5-token-row {
  min-height: 84px;
  margin-top: 24px;
  border-right: 0;
  border-left: 0;
  background: transparent;
  border-radius: 0;
}

.v5-pricing {
  padding-block: 150px 132px;
  background: #f1f3f1;
}

.v5-pricing-head {
  margin-bottom: 70px;
}

.v5-price-table {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(0, 1.22fr) minmax(260px, .78fr) minmax(260px, .78fr);
  grid-template-rows: minmax(300px, auto) minmax(252px, auto);
  gap: 14px;
}

.v5-price-table article,
.v5-price-table article.featured {
  display: flex;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 29px 27px 25px;
  align-items: stretch;
  flex-direction: column;
  gap: 0;
  color: var(--v5-ink);
  border: 1px solid rgba(0, 23, 38, .13);
  background: #fff;
  border-radius: 7px;
  box-shadow: none;
  transform: none;
}

.v5-price-table article:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}

.v5-price-table article:nth-child(2) {
  grid-column: 1;
  grid-row: 1 / 3;
}

.v5-price-table article:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.v5-price-table article:nth-child(4) {
  display: grid;
  padding: 28px 30px;
  align-items: center;
  grid-column: 2 / 4;
  grid-row: 2;
  grid-template-columns: minmax(180px, 1fr) minmax(170px, .72fr) minmax(250px, 1.25fr);
  grid-template-rows: 1fr auto;
  gap: 17px 28px;
}

.v5-price-table article.featured {
  padding: 43px 42px 34px;
  color: #fff;
  border-color: var(--v5-orange);
  background: #001725;
  box-shadow: 0 32px 75px rgba(0, 23, 38, .18);
}

.v5-price-table article:hover,
.v5-price-table article.featured:hover {
  border-color: rgba(0, 23, 38, .27);
  background: #fff;
  box-shadow: 0 23px 55px rgba(0, 23, 38, .09);
  transform: translateY(-5px);
}

.v5-price-table article.featured:hover {
  border-color: var(--v5-orange);
  background: #001725;
}

.v5-plan-name {
  position: relative;
  min-height: 96px;
  padding-right: 45px;
}

.v5-plan-name > svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 23px;
  color: #078b8f;
}

.v5-price-table article.featured .v5-plan-name > svg {
  color: var(--v5-orange);
}

.v5-plan-name h3 {
  margin-top: 12px;
  font-size: 21px;
}

.v5-price-table article.featured .v5-plan-name {
  min-height: 150px;
}

.v5-price-table article.featured .v5-plan-name h3 {
  max-width: 370px;
  margin-top: 22px;
  font-size: clamp(34px, 3vw, 47px);
  line-height: .98;
}

.v5-price-table article.featured .v5-plan-name > em {
  margin-bottom: 22px;
}

.v5-plan-price {
  min-height: 79px;
  padding: 20px 0 17px;
}

.v5-price-table article.featured .v5-plan-price {
  min-height: 126px;
  padding-block: 29px;
}

.v5-price-table article.featured .v5-plan-price b {
  font-size: clamp(53px, 5.2vw, 74px);
}

.v5-price-table article:nth-child(4) .v5-plan-name,
.v5-price-table article:nth-child(4) .v5-plan-price {
  min-height: 0;
}

.v5-price-table article:nth-child(4) .v5-plan-price {
  padding: 0;
  border: 0;
}

.v5-price-table article:nth-child(4) ul {
  margin: 0;
}

.v5-price-table article:nth-child(4) > a {
  min-height: 47px;
  margin: 0;
  grid-column: 1 / -1;
}

.v5-price-table ul {
  margin: 21px 0 23px;
  gap: 11px;
}

.v5-price-table article > a {
  min-height: 48px;
  border-radius: 4px;
}

.v5-pricing-foot {
  margin-top: 39px;
}

.v5-setup {
  padding-block: 145px 128px;
  background: #e9eeee;
}

.v5-setup-plans {
  display: grid;
  margin-top: 68px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(155px, auto));
  border: 0;
}

.v5-setup-plans article,
.v5-setup-plans article:first-child,
.v5-setup-plans article.featured {
  position: relative;
  display: grid;
  min-height: 0;
  margin: 0;
  padding: 28px 30px;
  align-items: center;
  grid-column: 6 / 13;
  grid-template-columns: minmax(150px, .9fr) minmax(170px, .86fr) minmax(200px, 1.15fr) 45px;
  gap: 24px;
  color: var(--v5-ink);
  border: 0;
  border-top: 1px solid rgba(0, 23, 38, .15);
  background: rgba(255, 255, 255, .25);
  box-shadow: none;
  transform: none;
}

.v5-setup-plans article:first-child {
  grid-row: 1;
}

.v5-setup-plans article:nth-child(3) {
  grid-row: 2;
}

.v5-setup-plans article:nth-child(4) {
  grid-row: 3;
  border-bottom: 1px solid rgba(0, 23, 38, .15);
}

.v5-setup-plans article.featured {
  display: flex;
  min-height: 100%;
  padding: 44px 42px 38px;
  flex-direction: column;
  align-items: stretch;
  grid-column: 1 / 6;
  grid-row: 1 / 4;
  color: #fff;
  border: 0;
  background: #001725;
}

.v5-setup-plans article.featured::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--v5-orange);
  content: "";
}

.v13-setup-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.v13-setup-top span {
  color: #087f83;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
}

.v13-setup-top svg {
  width: 21px;
  height: 21px;
  color: #118f93;
}

.v5-setup-plans article.featured .v13-setup-top span {
  color: var(--v5-cyan);
}

.v5-setup-plans article.featured .v13-setup-top {
  justify-content: flex-start;
}

.v5-setup-plans article.featured .v13-setup-top svg {
  color: var(--v5-orange);
}

.v5-setup-plans article > em {
  top: 26px;
  right: 28px;
  min-height: 25px;
  padding: 0 10px;
  color: #171007;
  background: var(--v5-orange);
  border-radius: 999px;
  line-height: 25px;
}

.v5-setup-plans article > b {
  margin: 0;
  font-size: clamp(23px, 2vw, 31px);
}

.v5-setup-plans article > p {
  margin: 0;
  font-size: 10px;
}

.v5-setup-plans article > a {
  display: grid;
  width: 43px;
  height: 43px;
  overflow: hidden;
  color: #fff;
  background: var(--v5-navy);
  border-radius: 50%;
  font-size: 0;
  white-space: nowrap;
  place-items: center;
  transition: background .2s ease, transform .2s ease;
}

.v5-setup-plans article > a svg {
  width: 15px;
}

.v5-setup-plans article > a:hover {
  background: var(--v5-orange);
  transform: translate(2px, -2px);
}

.v5-setup-plans article.featured > b {
  margin-top: 72px;
  color: #fff;
  font-size: clamp(49px, 4.8vw, 71px);
}

.v5-setup-plans article.featured > p {
  max-width: 430px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .52);
  font-size: 12px;
}

.v13-setup-focus {
  display: grid;
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.v13-setup-focus span {
  display: flex;
  min-height: 47px;
  padding: 0 3px;
  align-items: center;
  color: rgba(255, 255, 255, .63);
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .11em;
}

.v13-setup-focus span::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 11px;
  background: var(--v5-cyan);
  border-radius: 50%;
  content: "";
}

.v5-setup-plans article.featured > a {
  display: flex;
  width: 100%;
  min-height: 54px;
  height: auto;
  margin-top: auto;
  padding: 0 18px;
  justify-content: space-between;
  color: #171007;
  background: var(--v5-orange);
  border-radius: 4px;
  font-size: 9px;
  font-weight: 900;
}

.v5-timeline {
  margin-top: 28px;
  padding: 34px 37px 30px;
  border-radius: 4px;
}

.v5-timeline li > b {
  border-radius: 3px;
}

@media (max-width: 1180px) {
  .v5-ai-layout {
    grid-template-columns: 1fr;
  }

  .v5-ai-channels {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 56px 1fr;
    gap: 0 14px;
  }

  .v5-ai-channels .v13-ai-column-head {
    grid-column: 1 / -1;
  }

  .v5-ai-channels article {
    min-height: 350px;
  }

  .v5-price-table {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .v5-price-table article:nth-child(1),
  .v5-price-table article:nth-child(2),
  .v5-price-table article:nth-child(3),
  .v5-price-table article:nth-child(4) {
    display: flex;
    min-height: 430px;
    padding: 31px 29px 27px;
    grid-column: auto;
    grid-row: auto;
  }

  .v5-price-table article:nth-child(2) {
    grid-column: 1 / -1;
    min-height: 470px;
    order: -1;
  }

  .v5-price-table article:nth-child(4) {
    grid-column: 1 / -1;
  }

  .v5-price-table article.featured .v5-plan-name {
    min-height: 135px;
  }

  .v5-setup-plans {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 14px;
  }

  .v5-setup-plans article,
  .v5-setup-plans article:first-child,
  .v5-setup-plans article:nth-child(3),
  .v5-setup-plans article:nth-child(4),
  .v5-setup-plans article.featured {
    display: flex;
    min-height: 285px;
    padding: 31px 29px;
    flex-direction: column;
    align-items: stretch;
    grid-column: auto;
    grid-row: auto;
    gap: 0;
    border: 1px solid rgba(0, 23, 38, .13);
  }

  .v5-setup-plans article.featured {
    min-height: 500px;
    grid-column: 1 / -1;
    order: -1;
  }

  .v5-setup-plans article > b {
    margin-top: 46px;
  }

  .v5-setup-plans article > p {
    margin-top: 18px;
  }

  .v5-setup-plans article > a {
    margin-top: auto;
    align-self: flex-end;
  }
}

@media (max-width: 720px) {
  .v5-module-list article,
  .v5-module-list article:hover {
    padding-inline: 5px;
    grid-template-columns: 34px 50px 1fr;
  }

  .v5-module-list article > svg {
    width: 20px;
    height: 20px;
    padding: 8px;
  }

  .v5-ai {
    padding-block: 95px 82px;
  }

  .v13-ai-column-head {
    min-height: 52px;
  }

  .v5-ai-plans article,
  .v5-ai-plans article.featured {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .v13-ai-plan-id {
    padding: 23px 22px 0;
    align-items: center;
    grid-template-columns: 28px 1fr;
    grid-row: auto;
    gap: 13px;
    border-right: 0;
  }

  .v5-ai-plans article > .v13-ai-plan-id {
    display: grid;
    margin: 0;
    padding: 23px 22px 0;
    align-items: center;
    align-content: initial;
    grid-template-columns: 28px 1fr;
    grid-column: 1;
    grid-row: auto;
    gap: 13px;
    border-top: 0;
    border-right: 0;
  }

  .v13-ai-plan-id svg {
    width: 21px;
    height: 21px;
  }

  .v13-ai-plan-id span {
    max-width: none;
  }

  .v13-ai-plan-copy {
    padding: 22px;
  }

  .v5-ai-plans article > .v13-ai-plan-copy {
    display: block;
    margin: 0;
    padding: 22px;
    grid-column: 1;
    grid-row: auto;
    border-top: 0;
  }

  .v13-ai-plan-copy h3 {
    font-size: 23px;
  }

  .v5-ai-plans article .v13-ai-plan-price {
    min-height: 64px;
    margin: 0 22px;
    grid-column: 1;
  }

  .v13-ai-plan-price {
    align-items: flex-start;
    flex-direction: column;
  }

  .v5-ai-channels {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0;
  }

  .v5-ai-channels .v13-ai-column-head {
    min-height: 68px;
    grid-column: 1;
  }

  .v5-ai-channels article {
    min-height: 355px;
    padding: 27px 23px 0;
  }

  .v5-ai-channels article > footer {
    min-height: 72px;
  }

  .v5-price-table {
    grid-template-columns: 1fr;
  }

  .v5-price-table article:nth-child(1),
  .v5-price-table article:nth-child(2),
  .v5-price-table article:nth-child(3),
  .v5-price-table article:nth-child(4) {
    min-height: 0;
    padding: 29px 24px 24px;
    grid-column: 1;
  }

  .v5-price-table article:nth-child(2) {
    min-height: 510px;
  }

  .v5-price-table article.featured .v5-plan-name h3 {
    font-size: 36px;
  }

  .v5-price-table article.featured .v5-plan-price b {
    font-size: 52px;
  }

  .v5-setup {
    padding-block: 95px 82px;
  }

  .v5-setup-plans {
    margin-top: 44px;
    grid-template-columns: 1fr;
  }

  .v5-setup-plans article,
  .v5-setup-plans article:first-child,
  .v5-setup-plans article:nth-child(3),
  .v5-setup-plans article:nth-child(4),
  .v5-setup-plans article.featured {
    min-height: 290px;
    grid-column: 1;
  }

  .v5-setup-plans article.featured {
    min-height: 535px;
    padding: 34px 27px 27px;
  }

  .v5-setup-plans article.featured > b {
    margin-top: 70px;
    font-size: 48px;
  }

  .v5-timeline {
    padding: 26px 23px;
  }
}

@media (max-width: 360px) {
  .v13-ai-column-head em {
    display: none;
  }

  .v5-ai-channels article > header em {
    display: none;
  }

  .v5-setup-plans article.featured > b {
    font-size: 43px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v5-module-list article,
  .v5-price-table article,
  .v5-setup-plans article > a {
    transition: none;
  }
}

/* V14 — premium implementation protocol */
.v5-timeline {
  position: relative;
  display: grid;
  min-height: 510px;
  margin-top: 30px;
  padding: 0;
  overflow: hidden;
  grid-template-columns: 330px minmax(0, 1fr);
  color: #fff;
  border: 1px solid rgba(0, 23, 38, .14);
  border-top: 5px solid var(--v5-orange);
  background: #001725;
  border-radius: 7px;
  box-shadow: 0 28px 70px rgba(0, 23, 38, .12);
}

.v5-timeline::after {
  position: absolute;
  right: 27px;
  bottom: 72px;
  color: rgba(255, 255, 255, .018);
  font-family: var(--v5-display);
  font-size: 230px;
  font-weight: 800;
  line-height: .75;
  letter-spacing: -.1em;
  content: "06";
  pointer-events: none;
}

.v14-timeline-intro {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  padding: 43px 38px 35px;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, .11);
}

.v14-timeline-intro > span {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--v5-cyan);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .14em;
}

.v14-timeline-intro > span i {
  width: 28px;
  height: 1px;
  background: var(--v5-orange);
}

.v14-timeline-intro h3 {
  max-width: 260px;
  margin: 35px 0 0;
  font-family: var(--v5-display);
  font-size: 32px;
  line-height: 1.04;
  letter-spacing: -.055em;
}

.v14-timeline-intro > p {
  max-width: 260px;
  margin: 23px 0 0;
  color: rgba(255, 255, 255, .45);
  font-size: 10px;
  line-height: 1.75;
}

.v14-timeline-state {
  display: flex;
  min-height: 62px;
  margin-top: auto;
  padding-top: 20px;
  align-items: center;
  gap: 13px;
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.v14-timeline-state > i {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  background: #42df9b;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(66, 223, 155, .1);
}

.v14-timeline-state > span {
  display: grid;
  gap: 5px;
  color: rgba(255, 255, 255, .74);
  font-size: 9px;
  font-weight: 800;
}

.v14-timeline-state small {
  color: rgba(255, 255, 255, .28);
  font-size: 6px;
  letter-spacing: .12em;
}

.v5-timeline ol {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  min-height: 414px;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(190px, 1fr));
  list-style: none;
}

.v5-timeline ol::before {
  display: none;
}

.v5-timeline li {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 0;
  padding: 28px 26px 25px;
  align-content: space-between;
  justify-items: stretch;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto;
  border-right: 1px solid rgba(255, 255, 255, .09);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  text-align: left;
}

.v5-timeline li:nth-child(3n) {
  border-right: 0;
}

.v5-timeline li:nth-child(n + 4) {
  border-bottom: 0;
}

.v5-timeline li > b {
  display: block;
  width: auto;
  height: auto;
  color: var(--v5-orange);
  border: 0;
  background: transparent;
  border-radius: 0;
  font-family: var(--v5-display);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  grid-column: 2;
  grid-row: 1;
}

.v5-timeline li > svg {
  width: 25px;
  height: 25px;
  color: var(--v5-cyan);
  grid-column: 1;
  grid-row: 1;
}

.v5-timeline li:last-child > svg {
  color: #42df9b;
}

.v5-timeline li > span {
  margin: 36px 0 0;
  align-self: end;
  font-family: var(--v5-display);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.15;
  grid-column: 1 / -1;
  grid-row: 3;
}

.v5-timeline li small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .33);
  font-family: var(--v5-body);
  font-size: 7px;
  font-weight: 500;
  line-height: 1.45;
}

.v14-timeline-duration {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 92px;
  align-items: stretch;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 1.35fr;
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: #061d2a;
}

.v14-timeline-duration > span {
  display: grid;
  padding: 22px 28px;
  align-content: center;
  gap: 7px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.v14-timeline-duration small {
  color: var(--v5-cyan);
  font-size: 6px;
  font-weight: 900;
  letter-spacing: .12em;
}

.v14-timeline-duration b {
  font-family: var(--v5-display);
  font-size: 15px;
  letter-spacing: -.025em;
}

.v14-timeline-duration > em {
  display: flex;
  padding: 20px 29px;
  align-items: center;
  color: rgba(255, 255, 255, .34);
  font-size: 8px;
  font-style: normal;
  line-height: 1.55;
}

@media (max-width: 1050px) {
  .v5-timeline {
    grid-template-columns: 1fr;
  }

  .v14-timeline-intro {
    min-height: 310px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .11);
  }

  .v14-timeline-intro h3,
  .v14-timeline-intro > p {
    max-width: 560px;
  }

  .v14-timeline-state {
    width: 240px;
    margin-top: 34px;
  }

  .v14-timeline-duration {
    grid-template-columns: repeat(3, 1fr);
  }

  .v14-timeline-duration > em {
    min-height: 60px;
    justify-content: center;
    grid-column: 1 / -1;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .09);
  }
}

@media (max-width: 720px) {
  .v5-timeline {
    min-height: 0;
    margin-top: 22px;
    border-radius: 5px;
  }

  .v5-timeline::after {
    right: -9px;
    bottom: 148px;
    font-size: 150px;
  }

  .v14-timeline-intro {
    min-height: 0;
    padding: 32px 25px 29px;
  }

  .v14-timeline-intro h3 {
    margin-top: 29px;
    font-size: 29px;
  }

  .v14-timeline-intro > p {
    font-size: 10px;
  }

  .v14-timeline-state {
    width: 100%;
    margin-top: 31px;
  }

  .v5-timeline ol {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .v5-timeline li,
  .v5-timeline li:nth-child(3n),
  .v5-timeline li:nth-child(n + 4) {
    min-height: 105px;
    padding: 22px 23px;
    align-items: center;
    align-content: center;
    grid-template-columns: 36px 40px minmax(0, 1fr);
    grid-template-rows: 1fr;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .v5-timeline li:last-child {
    border-bottom: 0;
  }

  .v5-timeline li > b {
    grid-column: 1;
    grid-row: 1;
  }

  .v5-timeline li > svg {
    width: 21px;
    height: 21px;
    grid-column: 2;
    grid-row: 1;
  }

  .v5-timeline li > span {
    margin: 0;
    align-self: center;
    font-size: 14px;
    grid-column: 3;
    grid-row: 1;
  }

  .v5-timeline li small {
    margin-top: 6px;
  }

  .v14-timeline-duration {
    grid-template-columns: 1fr;
  }

  .v14-timeline-duration > span {
    min-height: 76px;
    padding: 17px 24px;
    grid-template-columns: 1fr auto;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .v14-timeline-duration > em {
    min-height: 72px;
    padding: 18px 24px;
    justify-content: flex-start;
    grid-column: 1;
    text-align: left;
  }
}

/* V15 — supplied brand lockup and premium identity stage */
.v15-brand-logo {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.v15-brand-logo-header {
  width: 228px;
}

.v7-brand {
  align-self: stretch;
  padding-inline: 21px;
  gap: 0;
  background: #f1f2ef;
  border-radius: 17px 0 0 17px;
}

.v12-footer-signature {
  padding-bottom: 36px;
  background: #f1f2ef;
}

.v12-footer-signature-top {
  min-height: 132px;
  padding-top: 24px;
  border-bottom: 1px solid rgba(0, 23, 38, .14);
}

.v15-signature-meta {
  display: grid;
  max-width: 410px;
  justify-items: end;
  gap: 7px;
  text-align: right;
}

.v15-signature-meta small {
  color: var(--v5-orange-dark);
  font-size: 6px;
  font-weight: 900;
  letter-spacing: .14em;
}

.v15-signature-meta strong {
  color: #243943;
  font-family: var(--v5-display);
  font-size: 17px;
  letter-spacing: -.025em;
}

.v15-brand-canvas {
  position: relative;
  display: grid;
  min-height: 455px;
  padding-block: 39px;
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) 392px;
  gap: clamp(48px, 6vw, 94px);
  border-bottom: 1px solid rgba(0, 23, 38, .15);
}

.v15-brand-canvas::before {
  position: absolute;
  top: 39px;
  bottom: 39px;
  left: calc(100% - 393px - clamp(48px, 6vw, 94px) / 2);
  width: 1px;
  background: rgba(0, 23, 38, .11);
  content: "";
}

.v15-signature-lockup {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 35px 0 28px;
  justify-content: center;
  flex-direction: column;
}

.v15-signature-lockup > small {
  color: #718088;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .15em;
}

.v15-brand-logo-signature {
  width: min(100%, 820px);
  margin-top: 64px;
}

.v15-signature-lockup > p {
  max-width: 590px;
  margin: 53px 0 0;
  color: #596b74;
  font-size: 12px;
  line-height: 1.7;
}

.v15-brand-canvas > .v12-pingu-concierge {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 377px;
  margin: 0;
  padding: 39px 30px 94px 176px;
  align-items: start;
  color: #fff;
  border: 1px solid rgba(0, 23, 38, .08);
  background: #001725;
  box-shadow: 0 31px 65px rgba(0, 23, 38, .19);
}

.v15-brand-canvas > .v12-pingu-concierge::before {
  width: 5px;
}

.v15-brand-canvas > .v12-pingu-concierge > img {
  bottom: 75px;
  left: 20px;
  width: 153px;
}

.v15-brand-canvas > .v12-pingu-concierge > span {
  position: relative;
  z-index: 2;
  gap: 11px;
}

.v15-brand-canvas > .v12-pingu-concierge small {
  font-size: 6px;
}

.v15-brand-canvas > .v12-pingu-concierge strong {
  font-size: 22px;
  line-height: 1.08;
}

.v15-brand-canvas > .v12-pingu-concierge > i {
  top: 25px;
  right: 25px;
}

.v15-brand-canvas > .v12-pingu-concierge > a {
  position: absolute;
  right: 25px;
  bottom: 23px;
  left: 25px;
  display: flex;
  min-height: 51px;
  padding: 0 16px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #16110b;
  background: var(--v5-orange);
  font-size: 8px;
  font-weight: 900;
  transition: background .2s ease, transform .2s ease;
}

.v15-brand-canvas > .v12-pingu-concierge > a:hover {
  background: #ff8c22;
  transform: translateY(-2px);
}

.v15-brand-canvas > .v12-pingu-concierge > a svg {
  width: 15px;
}

.v12-footer-capabilities {
  margin-top: 31px;
  border-color: rgba(0, 23, 38, .16);
}

.v12-footer-capabilities li {
  display: grid;
  min-height: 96px;
  padding: 18px 21px;
  align-items: center;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 14px;
}

.v12-footer-capabilities li > svg {
  width: 22px;
  height: 22px;
  color: #078b8f;
}

.v12-footer-capabilities li > span {
  display: grid;
  min-width: 0;
  gap: 4px;
  color: inherit;
  font-size: inherit;
}

.v12-footer-capabilities li > span small {
  color: var(--v5-orange-dark);
  font-size: 5px;
  font-weight: 900;
}

.v12-footer-capabilities li > span strong {
  color: #203640;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
}

.v12-footer-capabilities li > span em {
  overflow: hidden;
  color: #7a898f;
  font-size: 7px;
  font-style: normal;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v8-footer-brand > a {
  display: grid;
  width: 260px;
  min-height: 72px;
  padding: 15px 17px;
  align-items: center;
  background: #f1f2ef;
}

.v15-brand-logo-footer {
  width: 225px;
}

@media (max-width: 1180px) {
  .v15-brand-canvas {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 45px;
  }

  .v15-brand-canvas::before {
    left: calc(100% - 340px - 22px);
  }

  .v15-brand-canvas > .v12-pingu-concierge {
    padding-left: 151px;
  }

  .v15-brand-canvas > .v12-pingu-concierge > img {
    width: 133px;
  }

  .v15-brand-canvas > .v12-pingu-concierge strong {
    font-size: 19px;
  }
}

@media (max-width: 900px) {
  .v15-brand-canvas {
    padding-block: 36px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .v15-brand-canvas::before {
    display: none;
  }

  .v15-signature-lockup {
    min-height: 300px;
    padding: 28px 0 35px;
  }

  .v15-brand-logo-signature {
    width: min(100%, 720px);
    margin-top: 48px;
  }

  .v15-signature-lockup > p {
    margin-top: 40px;
  }

  .v15-brand-canvas > .v12-pingu-concierge {
    min-height: 300px;
    padding-left: 190px;
  }

  .v15-brand-canvas > .v12-pingu-concierge > img {
    left: 29px;
    width: 147px;
  }
}

@media (max-width: 720px) {
  .v15-brand-logo-header {
    width: 190px;
  }

  .v7-brand {
    padding-inline: 15px;
    border-radius: 14px 0 0 14px;
  }

  .v12-footer-signature-top {
    padding-block: 31px 26px;
    align-items: flex-start;
    gap: 24px;
  }

  .v15-signature-meta {
    max-width: 310px;
    justify-items: start;
    text-align: left;
  }

  .v15-brand-canvas {
    padding-block: 31px;
  }

  .v15-signature-lockup {
    min-height: 250px;
    padding-top: 17px;
  }

  .v15-brand-logo-signature {
    margin-top: 42px;
  }

  .v15-signature-lockup > p {
    margin-top: 35px;
    font-size: 10px;
  }

  .v15-brand-canvas > .v12-pingu-concierge {
    min-height: 315px;
    padding: 31px 26px 89px 145px;
  }

  .v15-brand-canvas > .v12-pingu-concierge > img {
    bottom: 73px;
    left: 15px;
    width: 122px;
  }

  .v12-footer-capabilities {
    margin-top: 22px;
  }

  .v12-footer-capabilities li,
  .v12-footer-capabilities li + li {
    min-height: 82px;
    padding: 14px 12px;
    grid-template-columns: 23px 1fr;
    gap: 10px;
  }

  .v12-footer-capabilities li > svg {
    width: 18px;
    height: 18px;
  }

  .v12-footer-capabilities li > span em {
    font-size: 6px;
  }

  .v15-brand-logo-footer {
    width: min(100%, 220px);
  }
}

@media (max-width: 390px) {
  .v15-brand-logo-header {
    width: 168px;
  }

  .v15-brand-canvas > .v12-pingu-concierge {
    min-height: 300px;
    padding-left: 129px;
  }

  .v15-brand-canvas > .v12-pingu-concierge > img {
    width: 108px;
  }

  .v15-brand-canvas > .v12-pingu-concierge strong {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v15-brand-canvas > .v12-pingu-concierge > a {
    transition: none;
  }
}

/* V16 — operational command canvas */
.v16-site .v6-hero {
  min-height: 900px;
  padding: 118px 0 0;
  color: #fff;
  background: #001522;
}

.v16-site .v6-hero::before {
  position: absolute;
  top: 118px;
  right: 0;
  width: 45%;
  height: 1px;
  border: 0;
  border-radius: 0;
  background: rgba(29, 215, 210, .35);
  content: "";
}

.v16-site .v6-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background: var(--v5-orange);
  content: "";
}

.v16-site .v6-hero-grid {
  opacity: .52;
  background-image:
    linear-gradient(rgba(60, 194, 200, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(60, 194, 200, .055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 28%, #000);
}

.v16-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 660px;
  padding: 62px 0 74px;
  align-items: center;
  grid-template-columns: minmax(430px, .88fr) minmax(620px, 1.22fr);
  gap: clamp(42px, 5vw, 82px);
}

.v16-site .v6-hero-head {
  min-width: 0;
  padding: 0;
}

.v16-site .v6-hero-meta {
  padding: 0 0 15px;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  font-size: 8px;
}

.v16-site .v6-hero-meta > span:last-child {
  text-align: right;
}

.v16-site .v6-hero h1 {
  max-width: 650px;
  margin: 42px 0 0;
  font-size: clamp(61px, 5.55vw, 91px);
  line-height: .91;
  letter-spacing: -.072em;
}

.v16-site .v6-hero h1 em {
  margin: 9px 0 0;
}

.v16-site .v6-hero-summary {
  display: block;
  max-width: 570px;
  margin: 32px 0 0;
}

.v16-site .v6-hero-summary > p {
  max-width: 540px;
  font-size: 14px;
  line-height: 1.72;
}

.v16-site .v6-hero-actions {
  margin-top: 28px;
}

.v16-site .v6-hero-actions .v5-button {
  min-height: 57px;
  padding-inline: 23px;
  border-radius: 5px;
}

.v16-hero-facts {
  display: grid;
  margin-top: 35px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.v16-hero-facts > span {
  display: grid;
  min-height: 78px;
  padding: 15px 16px 13px 0;
  align-content: center;
  gap: 5px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.v16-hero-facts > span + span {
  padding-left: 17px;
}

.v16-hero-facts > span:last-child {
  border-right: 0;
}

.v16-hero-facts b {
  color: #fff;
  font-family: var(--v5-display);
  font-size: 23px;
  line-height: 1;
  letter-spacing: -.05em;
}

.v16-hero-facts small {
  color: rgba(255, 255, 255, .4);
  font-size: 7px;
  letter-spacing: .04em;
}

.v16-site .v6-hero-stage {
  position: relative;
  z-index: 3;
  display: block;
  min-width: 0;
  margin: 0;
}

.v16-site .v6-hero-stage::before {
  top: -18px;
  right: -18px;
  bottom: 18px;
  left: 18px;
  border: 1px solid rgba(255, 118, 0, .45);
  background: transparent;
  border-radius: 22px;
  transform: none;
}

.v16-site .v6-stage-index {
  position: absolute;
  z-index: 5;
  top: -43px;
  left: 0;
  display: flex;
  padding: 0;
  align-items: center;
  gap: 10px;
}

.v16-site .v6-stage-index span {
  font-size: 9px;
}

.v16-site .v6-stage-index b {
  color: rgba(255, 255, 255, .42);
  font-size: 7px;
  letter-spacing: .13em;
  writing-mode: initial;
}

.v16-site .v6-stage-window {
  z-index: 2;
  border-color: rgba(255, 255, 255, .32);
  border-radius: 18px;
  box-shadow: 0 38px 90px rgba(0, 0, 0, .38), 0 0 0 7px rgba(255, 255, 255, .025);
}

.v16-site .v6-window-screen {
  max-height: 490px;
}

.v16-site .v6-window-screen img {
  min-height: 100%;
  object-fit: cover;
  object-position: top left;
}

.v16-site .v6-window-action {
  min-height: 54px;
  border-radius: 7px;
}

.v16-site .v6-stage-signal {
  position: absolute;
  z-index: 4;
  right: -27px;
  bottom: -37px;
  width: 168px;
  min-height: 205px;
  padding: 21px 18px;
  border: 1px solid rgba(29, 215, 210, .34);
  background: #062331;
  border-radius: 5px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, .32);
  backdrop-filter: none;
}

.v16-site .v6-stage-signal::before {
  display: none;
}

.v16-site .v6-stage-signal > strong {
  margin-top: 20px;
  font-size: 53px;
}

.v16-site .v6-stage-signal > p {
  margin: 12px 0 17px;
}

.v16-site .v6-stage-signal > div {
  padding-top: 12px;
  gap: 5px;
}

.v16-site .v10-hero-agent {
  top: auto;
  right: auto;
  bottom: -38px;
  left: -28px;
  width: 276px;
  min-height: 67px;
  border-radius: 5px;
}

.v16-site .v6-hero-rail {
  min-height: 118px;
  margin-top: 0;
  grid-template-columns: repeat(4, 1fr) auto;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.v16-site .v6-hero-rail > span {
  min-height: 54px;
}

/* Modular architecture */
.v16-site .v5-system {
  padding-block: 118px 112px;
  background-color: #eef2f1;
  background-image:
    linear-gradient(rgba(0, 23, 38, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 23, 38, .035) 1px, transparent 1px);
  background-size: 72px 72px;
}

.v16-site .v5-system .v5-heading-split {
  align-items: end;
  grid-template-columns: minmax(0, 1.1fr) minmax(370px, .68fr);
  gap: clamp(55px, 8vw, 130px);
}

.v16-site .v5-system .v5-heading h2 {
  max-width: 820px;
  font-size: clamp(54px, 5.6vw, 83px);
  line-height: .94;
}

.v16-site .v5-system .v5-heading > p {
  max-width: 520px;
  padding-bottom: 8px;
  font-size: 15px;
  line-height: 1.75;
}

.v16-site .v5-system-map {
  display: grid;
  min-height: 420px;
  margin-top: 61px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(198px, 1fr));
  gap: 12px;
  border: 0;
}

.v16-site .v5-system-map article,
.v16-site .v5-system-map article:first-child {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 0;
  padding: 27px;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
  color: var(--v5-ink);
  border: 1px solid rgba(0, 23, 38, .12);
  background: rgba(255, 255, 255, .78);
  box-shadow: none;
  grid-column: span 4;
  transform: none;
}

.v16-site .v5-system-map article:first-child {
  padding: 34px;
  color: #fff;
  border-color: #001725;
  background: #001725;
  grid-column: 1 / 5;
  grid-row: 1 / 3;
}

.v16-site .v5-system-map article:nth-child(2),
.v16-site .v5-system-map article:nth-child(4) {
  grid-column: 5 / 9;
}

.v16-site .v5-system-map article:nth-child(3),
.v16-site .v5-system-map article:nth-child(5) {
  grid-column: 9 / 13;
}

.v16-site .v5-system-map article::before {
  position: absolute;
  right: 21px;
  bottom: 9px;
  color: rgba(0, 23, 38, .04);
  font-family: var(--v5-display);
  font-size: 78px;
  font-weight: 800;
  line-height: 1;
  content: attr(data-index);
}

.v16-site .v5-system-map article:first-child::before {
  color: rgba(255, 255, 255, .035);
}

.v16-site .v5-system-map article::after {
  right: 27px;
  bottom: 27px;
  left: auto;
  width: 7px;
  height: 7px;
  background: var(--v5-cyan);
  border-radius: 50%;
}

.v16-site .v5-system-map article > span {
  color: var(--v5-orange);
  font-size: 9px;
}

.v16-site .v5-system-map article > svg {
  width: 24px;
  height: 24px;
  padding: 10px;
  color: #078b8f;
  border: 1px solid rgba(0, 23, 38, .12);
  background: #fff;
  border-radius: 50%;
  box-sizing: content-box;
}

.v16-site .v5-system-map article:first-child > svg {
  width: 36px;
  height: 36px;
  padding: 13px;
  color: var(--v5-cyan);
  border-color: rgba(29, 215, 210, .28);
  background: rgba(29, 215, 210, .06);
}

.v16-site .v5-system-map article > div {
  position: relative;
  z-index: 1;
}

.v16-site .v5-system-map b {
  font-size: 21px;
}

.v16-site .v5-system-map article:first-child b {
  color: #fff;
  font-size: 32px;
}

.v16-site .v5-system-map small,
.v16-site .v5-system-map article.active small {
  margin-top: 9px;
  color: #71818a;
  font-size: 10px;
}

.v16-site .v5-system-map article:first-child small {
  color: rgba(255, 255, 255, .46);
}

.v16-site .v5-system-foot {
  min-height: 78px;
  margin-top: 15px;
  padding: 0 24px;
  border: 1px solid rgba(0, 23, 38, .11);
  background: rgba(255, 255, 255, .62);
}

/* AI workforce console */
.v16-site .v5-ai {
  padding-block: 112px 96px;
  background: #001522;
}

.v16-site .v5-ai-grid {
  opacity: .38;
  background-size: 72px 72px;
}

.v16-site .v5-ai .v5-heading-split {
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, .72fr);
}

.v16-site .v5-ai .v5-heading h2 {
  font-size: clamp(54px, 5.3vw, 80px);
  line-height: .94;
}

.v16-site .v9-pingu-profile {
  display: grid;
  min-height: 124px;
  margin-top: 50px;
  padding: 0 30px 0 142px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 1px solid rgba(255, 255, 255, .13);
  border-left: 5px solid var(--v5-orange);
  background: #061d2a;
  border-radius: 5px;
  box-shadow: none;
}

.v16-site .v9-pingu-profile-media {
  position: absolute;
  bottom: 0;
  left: 18px;
  width: 105px;
  height: 120px;
  overflow: hidden;
}

.v16-site .v9-pingu-profile-media img {
  width: 100%;
  height: auto;
}

.v16-site .v9-pingu-profile-copy {
  padding: 22px 24px 20px 0;
}

.v16-site .v9-pingu-profile-copy strong {
  margin-top: 8px;
  font-size: 25px;
}

.v16-site .v9-pingu-profile-copy p {
  margin-top: 8px;
  font-size: 10px;
}

.v16-site .v9-pingu-profile-status {
  min-width: 185px;
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.v16-site .v5-ai-layout {
  margin-top: 23px;
  align-items: stretch;
  grid-template-columns: minmax(0, 1.12fr) minmax(370px, .88fr);
  gap: 14px;
}

.v16-site .v13-ai-column-head {
  min-height: 48px;
}

.v16-site .v5-ai-plans article,
.v16-site .v5-ai-plans article.featured {
  min-height: 148px;
  grid-template-columns: 108px minmax(0, 1fr) 174px;
  grid-template-rows: 1fr;
  background: #031b29;
}

.v16-site .v5-ai-plans article.featured {
  background: #0a202b;
}

.v16-site .v5-ai-plans article > .v13-ai-plan-id {
  padding: 23px 17px;
  grid-column: 1;
  grid-row: 1;
}

.v16-site .v13-ai-plan-id {
  gap: 18px;
}

.v16-site .v13-ai-plan-id svg {
  width: 23px;
  height: 23px;
}

.v16-site .v5-ai-plans article > .v13-ai-plan-copy {
  display: grid;
  padding: 24px 25px;
  align-content: center;
  grid-column: 2;
  grid-row: 1;
}

.v16-site .v13-ai-plan-copy h3 {
  font-size: clamp(20px, 1.75vw, 27px);
}

.v16-site .v13-ai-plan-copy p {
  margin-top: 9px;
  font-size: 9px;
}

.v16-site .v5-ai-plans article .v13-ai-plan-price {
  display: grid;
  min-height: 100%;
  margin: 0;
  padding: 23px 20px;
  align-content: center;
  justify-content: stretch;
  gap: 11px;
  grid-column: 3;
  grid-row: 1;
  border-top: 0;
  border-left: 1px solid rgba(255, 255, 255, .1);
  text-align: left;
}

.v16-site .v13-ai-plan-price b {
  font-size: 22px;
}

.v16-site .v13-ai-plan-price em {
  font-size: 7px;
  line-height: 1.5;
}

.v16-site .v5-ai-channels {
  grid-template-rows: 48px repeat(2, minmax(0, 1fr));
}

.v16-site .v5-ai-channels article,
.v16-site .v5-ai-channels article + article {
  min-height: 222px;
  padding: 24px 26px 0;
}

.v16-site .v5-ai-channels article h3 {
  margin-top: 24px;
  font-size: clamp(22px, 1.75vw, 28px);
}

.v16-site .v5-ai-channels article > p {
  margin-top: 12px;
  font-size: 9px;
}

.v16-site .v5-ai-channels ul {
  margin-top: 17px;
}

.v16-site .v5-ai-channels article > footer {
  min-height: 61px;
  margin-top: auto;
}

.v16-site .v5-ai-channels article > footer b {
  font-size: 23px;
}

.v16-site .v5-token-row {
  min-height: 70px;
  margin-top: 15px;
}

/* Pricing dossier */
.v16-site .v5-pricing {
  padding-block: 112px 104px;
  background: #f0f3f2;
}

.v16-site .v5-pricing-head h2 {
  font-size: clamp(54px, 5.25vw, 80px);
  line-height: .94;
}

.v16-site .v5-billing {
  border-radius: 5px;
}

.v16-site .v5-price-table {
  display: grid;
  min-height: 540px;
  margin-top: 61px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(168px, 1fr));
  gap: 12px;
}

.v16-site .v5-price-table article,
.v16-site .v5-price-table article:nth-child(1),
.v16-site .v5-price-table article:nth-child(2),
.v16-site .v5-price-table article:nth-child(3),
.v16-site .v5-price-table article:nth-child(4),
.v16-site .v5-price-table article.featured {
  position: relative;
  display: grid;
  min-height: 0;
  margin: 0;
  padding: 24px 22px;
  align-items: center;
  grid-column: 6 / 13;
  grid-template-columns: minmax(155px, .9fr) minmax(140px, .72fr) minmax(210px, 1.2fr) 44px;
  gap: 20px;
  color: var(--v5-ink);
  border: 1px solid rgba(0, 23, 38, .13);
  background: rgba(255, 255, 255, .8);
  box-shadow: none;
  transform: none;
}

.v16-site .v5-price-table article:nth-child(1) { grid-row: 1; }
.v16-site .v5-price-table article:nth-child(3) { grid-row: 2; }
.v16-site .v5-price-table article:nth-child(4) { grid-row: 3; }

.v16-site .v5-price-table article.featured {
  display: flex;
  min-height: 100%;
  padding: 40px 38px 34px;
  align-items: stretch;
  flex-direction: column;
  grid-column: 1 / 6;
  grid-row: 1 / 4;
  color: #fff;
  border-color: #001725;
  background: #001725;
}

.v16-site .v5-price-table article::after {
  top: 15px;
  right: 19px;
  bottom: auto;
  font-size: 58px;
}

.v16-site .v5-price-table article.featured::before {
  height: 5px;
}

.v16-site .v5-price-table article.featured::after {
  font-size: 112px;
}

.v16-site .v5-price-table .v5-plan-name,
.v16-site .v5-price-table article:nth-child(4) .v5-plan-name {
  min-height: 0;
}

.v16-site .v5-price-table .v5-plan-name > svg {
  position: static;
  width: 21px;
  height: 21px;
  margin-bottom: 12px;
}

.v16-site .v5-price-table .v5-plan-name h3 {
  margin-top: 7px;
  font-size: 22px;
}

.v16-site .v5-price-table .v5-plan-name small {
  margin-top: 7px;
}

.v16-site .v5-price-table .v5-plan-price,
.v16-site .v5-price-table article:nth-child(4) .v5-plan-price {
  min-height: 0;
  padding: 0;
  border: 0;
}

.v16-site .v5-price-table .v5-plan-price b {
  font-size: clamp(34px, 3.1vw, 47px);
}

.v16-site .v5-price-table ul,
.v16-site .v5-price-table article:nth-child(4) ul {
  margin: 0;
  gap: 8px;
}

.v16-site .v5-price-table li {
  font-size: 8px;
}

.v16-site .v5-price-table article:not(.featured) > a,
.v16-site .v5-price-table article:nth-child(4) > a {
  display: grid;
  width: 44px;
  min-height: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  grid-column: 4;
  color: #fff;
  background: var(--v5-navy);
  border-radius: 50%;
  font-size: 0;
  place-items: center;
}

.v16-site .v5-price-table article.featured .v5-plan-name {
  min-height: 0;
}

.v16-site .v5-price-table article.featured .v5-plan-name h3 {
  margin-top: 34px;
  font-size: clamp(38px, 3.55vw, 55px);
}

.v16-site .v5-price-table article.featured .v5-plan-price {
  min-height: 0;
  margin-top: 46px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.v16-site .v5-price-table article.featured .v5-plan-price b {
  font-size: clamp(54px, 5vw, 72px);
}

.v16-site .v5-price-table article.featured ul {
  margin: 29px 0;
  gap: 13px;
}

.v16-site .v5-price-table article.featured > a {
  min-height: 52px;
  margin-top: auto;
  border-radius: 4px;
}

.v16-site .v5-pricing-foot {
  min-height: 74px;
  margin-top: 17px;
  padding: 0 22px;
  border: 1px solid rgba(0, 23, 38, .11);
  background: rgba(255, 255, 255, .55);
}

/* Compact implementation scale */
.v16-site .v5-setup {
  padding-block: 104px 92px;
  background-color: #e8edec;
  background-image: linear-gradient(90deg, rgba(0, 23, 38, .04) 1px, transparent 1px);
  background-size: 72px 100%;
}

.v16-site .v5-setup .v5-heading h2 {
  font-size: clamp(52px, 5.1vw, 78px);
  line-height: .95;
}

.v16-site .v5-setup-plans {
  display: grid;
  min-height: 300px;
  margin-top: 52px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: 1fr;
  border: 1px solid rgba(0, 23, 38, .14);
  background: rgba(255, 255, 255, .48);
}

.v16-site .v5-setup-plans article,
.v16-site .v5-setup-plans article:first-child,
.v16-site .v5-setup-plans article:nth-child(3),
.v16-site .v5-setup-plans article:nth-child(4),
.v16-site .v5-setup-plans article.featured {
  display: flex;
  min-height: 300px;
  margin: 0;
  padding: 28px 25px 24px;
  align-items: stretch;
  flex-direction: column;
  grid-column: auto;
  grid-row: 1;
  gap: 0;
  color: var(--v5-ink);
  border: 0;
  border-right: 1px solid rgba(0, 23, 38, .13);
  background: transparent;
  box-shadow: none;
  transform: none;
}

.v16-site .v5-setup-plans article:last-child {
  border-right: 0;
}

.v16-site .v5-setup-plans article.featured {
  z-index: 2;
  min-height: 320px;
  margin: -11px 0;
  padding: 31px 27px 26px;
  color: #fff;
  border: 0;
  background: #001725;
  box-shadow: 0 24px 55px rgba(0, 23, 38, .2);
}

.v16-site .v5-setup-plans article.featured::before {
  height: 5px;
}

.v16-site .v5-setup-plans article > em {
  top: 21px;
  right: 21px;
  font-size: 6px;
}

.v16-site .v5-setup-plans article > b,
.v16-site .v5-setup-plans article.featured > b {
  margin-top: 34px;
  font-size: clamp(30px, 2.65vw, 39px);
  line-height: 1.05;
}

.v16-site .v5-setup-plans article.featured > b {
  color: #fff;
}

.v16-site .v5-setup-plans article > p,
.v16-site .v5-setup-plans article.featured > p {
  min-height: 49px;
  margin-top: 17px;
  color: #687983;
  font-size: 9px;
  line-height: 1.65;
}

.v16-site .v5-setup-plans article.featured > p {
  color: rgba(255, 255, 255, .5);
}

.v16-site .v13-setup-focus {
  display: flex;
  margin-top: 15px;
  padding-top: 14px;
  flex-wrap: wrap;
  gap: 6px;
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.v16-site .v13-setup-focus span {
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  font-size: 5px;
}

.v16-site .v13-setup-focus span::before {
  width: 4px;
  height: 4px;
  margin-right: 6px;
}

.v16-site .v5-setup-plans article > a,
.v16-site .v5-setup-plans article.featured > a {
  display: flex;
  width: 100%;
  min-height: 44px;
  height: 44px;
  margin-top: auto;
  padding: 0 13px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: var(--v5-navy);
  border-radius: 3px;
  font-size: 7px;
  font-weight: 900;
}

.v16-site .v5-setup-plans article.featured > a {
  color: #171007;
  background: var(--v5-orange);
}

.v16-site .v5-timeline {
  min-height: 414px;
  margin-top: 27px;
  grid-template-columns: 286px minmax(0, 1fr);
}

.v16-site .v14-timeline-intro {
  padding: 34px 30px 27px;
}

.v16-site .v14-timeline-intro h3 {
  margin-top: 27px;
  font-size: 27px;
}

.v16-site .v14-timeline-intro > p {
  margin-top: 17px;
  font-size: 9px;
}

.v16-site .v5-timeline ol {
  min-height: 326px;
  grid-template-rows: repeat(2, minmax(145px, 1fr));
}

.v16-site .v5-timeline li {
  padding: 22px 21px 20px;
}

.v16-site .v5-timeline li > span {
  margin-top: 25px;
  font-size: 13px;
}

.v16-site .v14-timeline-duration {
  min-height: 78px;
}

.v16-site .v14-timeline-duration > span {
  padding: 17px 22px;
}

@media (max-width: 1240px) {
  .v16-hero-layout {
    grid-template-columns: minmax(370px, .86fr) minmax(520px, 1.14fr);
    gap: 42px;
  }

  .v16-site .v6-hero h1 {
    font-size: clamp(56px, 5.6vw, 76px);
  }

  .v16-site .v6-stage-signal {
    right: -10px;
  }

  .v16-site .v5-price-table article,
  .v16-site .v5-price-table article:nth-child(1),
  .v16-site .v5-price-table article:nth-child(3),
  .v16-site .v5-price-table article:nth-child(4) {
    grid-template-columns: minmax(145px, .85fr) minmax(130px, .7fr) minmax(180px, 1fr) 44px;
    gap: 14px;
  }
}

@media (max-width: 1050px) {
  .v16-site .v6-hero {
    min-height: auto;
  }

  .v16-hero-layout {
    padding: 54px 0 96px;
    grid-template-columns: 1fr;
    gap: 92px;
  }

  .v16-site .v6-hero-head {
    max-width: 760px;
  }

  .v16-site .v6-hero h1 {
    font-size: clamp(65px, 9vw, 92px);
  }

  .v16-site .v6-hero-stage {
    width: calc(100% - 28px);
    margin-left: 0;
  }

  .v16-site .v5-system .v5-heading-split,
  .v16-site .v5-ai .v5-heading-split {
    grid-template-columns: 1fr;
    gap: 29px;
  }

  .v16-site .v5-system .v5-heading > p {
    max-width: 650px;
  }

  .v16-site .v5-system-map {
    grid-template-rows: 260px repeat(2, 170px);
  }

  .v16-site .v5-system-map article:first-child {
    grid-column: 1 / 13;
    grid-row: 1;
  }

  .v16-site .v5-system-map article:nth-child(2),
  .v16-site .v5-system-map article:nth-child(4) {
    grid-column: 1 / 7;
  }

  .v16-site .v5-system-map article:nth-child(3),
  .v16-site .v5-system-map article:nth-child(5) {
    grid-column: 7 / 13;
  }

  .v16-site .v5-ai-layout {
    grid-template-columns: 1fr;
  }

  .v16-site .v5-price-table {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .v16-site .v5-price-table article,
  .v16-site .v5-price-table article:nth-child(1),
  .v16-site .v5-price-table article:nth-child(2),
  .v16-site .v5-price-table article:nth-child(3),
  .v16-site .v5-price-table article:nth-child(4),
  .v16-site .v5-price-table article.featured {
    min-height: 178px;
    grid-column: 1;
    grid-row: auto;
  }

  .v16-site .v5-price-table article.featured {
    min-height: 480px;
    order: -1;
  }

  .v16-site .v5-setup-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 1fr);
  }

  .v16-site .v5-setup-plans article,
  .v16-site .v5-setup-plans article:first-child,
  .v16-site .v5-setup-plans article:nth-child(3),
  .v16-site .v5-setup-plans article:nth-child(4),
  .v16-site .v5-setup-plans article.featured {
    min-height: 285px;
    grid-row: auto;
  }

  .v16-site .v5-setup-plans article.featured {
    min-height: 285px;
    margin: 0;
  }

  .v16-site .v5-timeline {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .v16-site {
    --v5-shell: min(100% - 28px, 1380px);
  }

  .v16-site .v6-hero {
    padding-top: 86px;
  }

  .v16-hero-layout {
    padding: 42px 0 78px;
    gap: 72px;
  }

  .v16-site .v6-hero-meta {
    align-items: flex-start;
  }

  .v16-site .v6-hero-meta > span:last-child {
    max-width: 128px;
    line-height: 1.5;
  }

  .v16-site .v6-hero h1 {
    margin-top: 31px;
    font-size: clamp(48px, 15.1vw, 66px);
    line-height: .92;
  }

  .v16-site .v6-hero-summary {
    margin-top: 26px;
  }

  .v16-site .v6-hero-summary > p {
    font-size: 12px;
  }

  .v16-site .v6-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .v16-site .v6-hero-actions > a:last-child {
    justify-content: center;
  }

  .v16-hero-facts > span {
    min-height: 70px;
    padding-inline: 7px;
  }

  .v16-hero-facts > span + span {
    padding-left: 10px;
  }

  .v16-hero-facts b {
    font-size: 20px;
  }

  .v16-hero-facts small {
    font-size: 6px;
  }

  .v16-site .v6-hero-stage {
    width: 100%;
  }

  .v16-site .v6-hero-stage::before {
    top: -10px;
    right: -7px;
    bottom: 8px;
    left: 8px;
  }

  .v16-site .v6-window-bar {
    min-height: 38px;
    padding-inline: 10px;
    grid-template-columns: auto 1fr;
    gap: 8px;
  }

  .v16-site .v6-window-bar b {
    overflow: hidden;
    font-size: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .v16-site .v6-window-bar em {
    display: none;
  }

  .v16-site .v6-window-action {
    right: 9px;
    bottom: 9px;
    left: 9px;
    min-height: 43px;
    padding-inline: 11px;
  }

  .v16-site .v6-window-action b,
  .v16-site .v6-window-action > span {
    font-size: 6px;
  }

  .v16-site .v6-stage-signal {
    display: none;
  }

  .v16-site .v10-hero-agent {
    bottom: -41px;
    left: 8px;
    width: calc(100% - 16px);
  }

  .v16-site .v6-hero-rail {
    min-height: 168px;
    padding-block: 18px;
    grid-template-columns: repeat(2, 1fr);
  }

  .v16-site .v6-hero-rail > span {
    min-height: 42px;
  }

  .v16-site .v6-hero-rail > a {
    padding: 12px 0 0;
    grid-column: 1 / -1;
  }

  .v16-site .v5-system,
  .v16-site .v5-ai,
  .v16-site .v5-pricing,
  .v16-site .v5-setup {
    padding-block: 82px 74px;
  }

  .v16-site .v5-system .v5-heading h2,
  .v16-site .v5-ai .v5-heading h2,
  .v16-site .v5-pricing-head h2,
  .v16-site .v5-setup .v5-heading h2 {
    font-size: clamp(42px, 13vw, 57px);
  }

  .v16-site .v5-system-map {
    display: grid;
    min-height: 0;
    margin-top: 39px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 8px;
  }

  .v16-site .v5-system-map article,
  .v16-site .v5-system-map article:first-child,
  .v16-site .v5-system-map article:nth-child(2),
  .v16-site .v5-system-map article:nth-child(3),
  .v16-site .v5-system-map article:nth-child(4),
  .v16-site .v5-system-map article:nth-child(5) {
    min-height: 145px;
    padding: 22px;
    grid-column: 1;
    grid-row: auto;
  }

  .v16-site .v5-system-map article:first-child {
    min-height: 235px;
    padding: 27px;
  }

  .v16-site .v5-system-foot {
    padding: 17px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .v16-site .v9-pingu-profile {
    min-height: 190px;
    padding: 23px 20px 23px 114px;
    grid-template-columns: 1fr;
  }

  .v16-site .v9-pingu-profile-media {
    left: 7px;
    width: 95px;
  }

  .v16-site .v9-pingu-profile-copy {
    padding: 0;
  }

  .v16-site .v9-pingu-profile-status {
    min-width: 0;
    margin-top: 17px;
    padding: 15px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-left: 0;
  }

  .v16-site .v5-ai-plans article,
  .v16-site .v5-ai-plans article.featured {
    display: grid;
    min-height: 235px;
    grid-template-columns: 78px minmax(0, 1fr);
    grid-template-rows: 1fr auto;
  }

  .v16-site .v5-ai-plans article > .v13-ai-plan-id {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .v16-site .v5-ai-plans article > .v13-ai-plan-copy {
    padding: 22px 20px 18px;
    grid-column: 2;
    grid-row: 1;
  }

  .v16-site .v5-ai-plans article .v13-ai-plan-price {
    min-height: 67px;
    padding: 14px 20px;
    grid-column: 2;
    grid-row: 2;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-left: 0;
  }

  .v16-site .v5-ai-channels article,
  .v16-site .v5-ai-channels article + article {
    min-height: 270px;
    padding-inline: 22px;
  }

  .v16-site .v5-token-row {
    min-height: 0;
  }

  .v16-site .v5-pricing-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .v16-site .v5-price-table {
    margin-top: 42px;
  }

  .v16-site .v5-price-table article,
  .v16-site .v5-price-table article:nth-child(1),
  .v16-site .v5-price-table article:nth-child(2),
  .v16-site .v5-price-table article:nth-child(3),
  .v16-site .v5-price-table article:nth-child(4),
  .v16-site .v5-price-table article.featured {
    display: flex;
    min-height: 310px;
    padding: 27px 24px 23px;
    align-items: stretch;
    flex-direction: column;
  }

  .v16-site .v5-price-table article.featured {
    min-height: 455px;
  }

  .v16-site .v5-price-table .v5-plan-price,
  .v16-site .v5-price-table article:nth-child(4) .v5-plan-price {
    margin-top: 24px;
    padding-block: 20px;
    border-top: 1px solid rgba(0, 23, 38, .11);
    border-bottom: 1px solid rgba(0, 23, 38, .11);
  }

  .v16-site .v5-price-table ul,
  .v16-site .v5-price-table article:nth-child(4) ul {
    margin: 22px 0;
  }

  .v16-site .v5-price-table article:not(.featured) > a,
  .v16-site .v5-price-table article:nth-child(4) > a {
    display: flex;
    width: 100%;
    min-height: 46px;
    height: 46px;
    margin-top: auto;
    padding: 0 15px;
    justify-content: space-between;
    border-radius: 3px;
    font-size: 8px;
  }

  .v16-site .v5-pricing-foot {
    padding: 18px;
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .v16-site .v5-setup-plans {
    margin-top: 38px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .v16-site .v5-setup-plans article,
  .v16-site .v5-setup-plans article:first-child,
  .v16-site .v5-setup-plans article:nth-child(3),
  .v16-site .v5-setup-plans article:nth-child(4),
  .v16-site .v5-setup-plans article.featured {
    min-height: 260px;
    grid-column: 1;
    grid-row: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 23, 38, .13);
  }

  .v16-site .v5-setup-plans article.featured {
    min-height: 295px;
  }

  .v16-site .v5-timeline {
    min-height: 0;
  }

  .v16-site .v14-timeline-intro {
    min-height: 265px;
    padding: 27px 22px 23px;
  }

  .v16-site .v14-timeline-intro h3 {
    max-width: 280px;
    margin-top: 24px;
    font-size: 27px;
  }

  .v16-site .v14-timeline-intro > p {
    max-width: 290px;
  }

  .v16-site .v14-timeline-state {
    width: 100%;
    min-height: 52px;
    margin-top: 23px;
    padding-top: 14px;
  }

  .v16-site .v5-timeline ol {
    display: grid;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(132px, auto));
  }

  .v16-site .v5-timeline li,
  .v16-site .v5-timeline li:nth-child(3n),
  .v16-site .v5-timeline li:nth-child(n + 4) {
    min-height: 132px;
    padding: 18px 16px 16px;
    border-right: 1px solid rgba(255, 255, 255, .09);
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .v16-site .v5-timeline li:nth-child(2n) {
    border-right: 0;
  }

  .v16-site .v5-timeline li:nth-child(n + 5) {
    border-bottom: 0;
  }

  .v16-site .v5-timeline li > span {
    margin-top: 16px;
    font-size: 12px;
  }

  .v16-site .v14-timeline-duration {
    min-height: 138px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .v16-site .v14-timeline-duration > span {
    min-height: 69px;
    padding: 13px 10px;
  }

  .v16-site .v14-timeline-duration > em {
    min-height: 69px;
    padding: 13px 16px;
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v16-site .v6-stage-window,
  .v16-site .v5-system-map article,
  .v16-site .v5-price-table article,
  .v16-site .v5-setup-plans article {
    transition: none;
    transform: none;
  }
}

/* =========================================================
   V17 — UYGULAMA PROTOKOLU / CONNECTED DELIVERY RUNWAY
   ========================================================= */

.v16-site .v5-timeline {
  position: relative;
  display: grid;
  min-height: 426px;
  overflow: hidden;
  grid-template-columns: 320px minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) 96px;
  border: 1px solid rgba(83, 218, 224, .2);
  border-top: 5px solid var(--v5-orange);
  border-radius: 17px;
  background: #001724;
  box-shadow: 0 28px 70px rgba(0, 23, 36, .16);
}

.v16-site .v5-timeline::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -115px;
  right: -110px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(45, 211, 205, .1);
  border-radius: 50%;
  pointer-events: none;
}

.v16-site .v5-timeline::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -43px;
  right: -38px;
  width: 245px;
  height: 245px;
  display: block;
  border: 1px solid rgba(45, 211, 205, .08);
  border-radius: 50%;
  pointer-events: none;
}

.v16-site .v14-timeline-intro {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 0;
  padding: 38px 33px 30px;
  grid-column: 1;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, .1);
  background: #031c2a;
}

.v16-site .v14-timeline-intro::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 37px;
  width: 1px;
  height: 54px;
  background: var(--v5-orange);
}

.v16-site .v14-timeline-intro > span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2ed8d1;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.v16-site .v14-timeline-intro > span i {
  width: 28px;
  height: 1px;
  background: var(--v5-orange);
}

.v16-site .v14-timeline-intro h3 {
  max-width: 245px;
  margin: 47px 0 0;
  color: #fff;
  font-size: clamp(29px, 2.15vw, 36px);
  font-weight: 640;
  line-height: .99;
  letter-spacing: -.052em;
}

.v16-site .v14-timeline-intro > p {
  max-width: 245px;
  margin: 25px 0 0;
  color: rgba(220, 233, 237, .56);
  font-size: 12px;
  line-height: 1.7;
}

.v16-site .v14-timeline-state {
  width: 100%;
  min-height: 63px;
  margin-top: auto;
  padding-top: 17px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.v16-site .v14-timeline-state > i {
  position: relative;
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  border-radius: 50%;
  background: #42dfa7;
  box-shadow: 0 0 0 7px rgba(66, 223, 167, .09);
}

.v16-site .v14-timeline-state > i::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  background: #c6ffe9;
}

.v16-site .v14-timeline-state span {
  color: rgba(235, 244, 247, .8);
  font-size: 10px;
  font-weight: 700;
}

.v16-site .v14-timeline-state small {
  display: block;
  margin-bottom: 4px;
  color: rgba(201, 220, 226, .32);
  font-size: 7px;
  letter-spacing: .14em;
}

.v16-site .v5-timeline ol {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 46px 28px 31px;
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr);
  list-style: none;
  background: transparent;
}

.v16-site .v5-timeline ol::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 103px;
  left: 66px;
  right: 66px;
  height: 1px;
  background: linear-gradient(90deg, #24d8d2 0 50%, #ff7900 50% 83%, #43dfa8 83% 100%);
  opacity: .58;
}

.v16-site .v5-timeline li,
.v16-site .v5-timeline li:nth-child(3n),
.v16-site .v5-timeline li:nth-child(n + 4) {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 212px;
  padding: 0 11px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 0;
  background: transparent;
}

.v16-site .v5-timeline li > b {
  position: absolute;
  top: 0;
  right: 11px;
  color: var(--v5-orange);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .05em;
}

.v16-site .v5-timeline li > svg {
  position: relative;
  z-index: 2;
  width: 21px;
  height: 21px;
  box-sizing: content-box;
  margin-top: 33px;
  padding: 12px;
  border: 1px solid rgba(45, 216, 210, .45);
  border-radius: 50%;
  color: #28d6d1;
  background: #041e2c;
  box-shadow: 0 0 0 7px #001724;
  stroke-width: 1.65;
  transition: border-color .25s ease, color .25s ease, transform .25s ease;
}

.v16-site .v5-timeline li:nth-child(4) > svg,
.v16-site .v5-timeline li:nth-child(5) > svg {
  border-color: rgba(255, 121, 0, .55);
  color: #ff7900;
}

.v16-site .v5-timeline li:last-child > svg {
  border-color: rgba(67, 223, 168, .58);
  color: #43dfa8;
}

.v16-site .v5-timeline li:hover > svg {
  border-color: rgba(255, 255, 255, .72);
  color: #fff;
  transform: translateY(-3px);
}

.v16-site .v5-timeline li > span {
  max-width: 132px;
  margin-top: auto;
  color: #f7fafb;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.v16-site .v5-timeline li > span small {
  display: block;
  margin-top: 7px;
  color: rgba(198, 216, 222, .39);
  font-size: 8px;
  font-weight: 560;
  line-height: 1.45;
  letter-spacing: 0;
}

.v16-site .v14-timeline-duration {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 96px;
  grid-column: 2;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(190px, 1.15fr);
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: #061d2a;
}

.v16-site .v14-timeline-duration > span,
.v16-site .v14-timeline-duration > em {
  min-width: 0;
  min-height: 96px;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, .09);
}

.v16-site .v14-timeline-duration > span small {
  margin-bottom: 8px;
  color: #2ed8d1;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
}

.v16-site .v14-timeline-duration > span b {
  color: #fff;
  font-size: 16px;
  font-weight: 720;
  letter-spacing: -.025em;
}

.v16-site .v14-timeline-duration > em {
  border-right: 0;
  color: rgba(200, 218, 224, .38);
  font-size: 8px;
  font-style: normal;
  line-height: 1.55;
  text-align: left;
}

@media (max-width: 1180px) {
  .v16-site .v5-timeline {
    grid-template-columns: 275px minmax(0, 1fr);
  }

  .v16-site .v14-timeline-intro {
    padding-inline: 27px;
  }

  .v16-site .v5-timeline ol {
    padding-inline: 18px;
  }

  .v16-site .v5-timeline ol::before {
    left: 52px;
    right: 52px;
  }

  .v16-site .v5-timeline li {
    padding-inline: 7px;
  }

  .v16-site .v14-timeline-duration > span,
  .v16-site .v14-timeline-duration > em {
    padding-inline: 15px;
  }
}

@media (max-width: 920px) {
  .v16-site .v5-timeline {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .v16-site .v14-timeline-intro {
    min-height: 255px;
    grid-column: 1;
    grid-row: 1;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .v16-site .v14-timeline-intro h3,
  .v16-site .v14-timeline-intro > p {
    max-width: 470px;
  }

  .v16-site .v5-timeline ol {
    padding: 28px 24px;
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(145px, auto));
  }

  .v16-site .v5-timeline ol::before {
    display: none;
  }

  .v16-site .v5-timeline li,
  .v16-site .v5-timeline li:nth-child(3n),
  .v16-site .v5-timeline li:nth-child(n + 4) {
    min-height: 145px;
    padding: 15px;
    border-right: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .v16-site .v5-timeline li:nth-child(3n) {
    border-right: 0;
  }

  .v16-site .v5-timeline li:nth-child(n + 4) {
    border-bottom: 0;
  }

  .v16-site .v5-timeline li > svg {
    margin-top: 4px;
    box-shadow: none;
  }

  .v16-site .v14-timeline-duration {
    grid-column: 1;
    grid-row: 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .v16-site .v14-timeline-duration > em {
    min-height: 58px;
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, .08);
  }
}

@media (max-width: 640px) {
  .v16-site .v5-timeline {
    border-radius: 12px;
  }

  .v16-site .v14-timeline-intro {
    min-height: 244px;
    padding: 27px 22px 22px;
  }

  .v16-site .v14-timeline-intro::after {
    top: 27px;
    height: 42px;
  }

  .v16-site .v14-timeline-intro h3 {
    max-width: 290px;
    margin-top: 28px;
    font-size: 28px;
    line-height: 1.03;
  }

  .v16-site .v14-timeline-intro > p {
    max-width: 310px;
    margin-top: 17px;
    font-size: 11px;
  }

  .v16-site .v14-timeline-state {
    min-height: 48px;
    padding-top: 13px;
  }

  .v16-site .v5-timeline ol {
    padding: 7px 20px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, minmax(72px, auto));
  }

  .v16-site .v5-timeline li,
  .v16-site .v5-timeline li:nth-child(3n),
  .v16-site .v5-timeline li:nth-child(n + 4),
  .v16-site .v5-timeline li:nth-child(2n),
  .v16-site .v5-timeline li:nth-child(n + 5) {
    min-height: 72px;
    padding: 12px 0;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 28px;
    align-items: center;
    column-gap: 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .v16-site .v5-timeline li:last-child {
    border-bottom: 0;
  }

  .v16-site .v5-timeline li > b {
    position: static;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .v16-site .v5-timeline li > svg {
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 9px;
    grid-column: 1;
    grid-row: 1;
  }

  .v16-site .v5-timeline li > span {
    max-width: none;
    margin: 0;
    grid-column: 2;
    grid-row: 1;
    font-size: 13px;
  }

  .v16-site .v5-timeline li > span small {
    margin-top: 3px;
    font-size: 8px;
  }

  .v16-site .v14-timeline-duration {
    min-height: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .v16-site .v14-timeline-duration > span {
    min-height: 83px;
    padding: 14px 11px;
  }

  .v16-site .v14-timeline-duration > span small {
    min-height: 18px;
    margin-bottom: 5px;
    font-size: 6px;
    line-height: 1.35;
  }

  .v16-site .v14-timeline-duration > span b {
    font-size: 12px;
  }

  .v16-site .v14-timeline-duration > em {
    min-height: 52px;
    padding: 12px 15px;
    font-size: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v16-site .v5-timeline li > svg {
    transition: none;
  }
}

/* =========================================================
   V18 — HERO CAPABILITY DOCK
   ========================================================= */

.v18-site .v6-hero-rail {
  position: relative;
  z-index: 4;
  min-height: 142px;
  margin-top: 18px;
  padding: 0;
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(220px, .82fr);
  overflow: hidden;
  border: 1px solid rgba(88, 216, 221, .19);
  border-top: 3px solid var(--v5-orange);
  border-radius: 14px 14px 0 0;
  background: #031a27;
  box-shadow: 0 24px 58px rgba(0, 11, 19, .25);
}

.v18-site .v6-hero-rail > span {
  position: relative;
  min-width: 0;
  min-height: 139px;
  padding: 27px 24px 23px;
  display: grid;
  grid-template-columns: 39px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  align-items: center;
  column-gap: 15px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .09);
  background: transparent;
  transition: background-color .25s ease;
}

.v18-site .v6-hero-rail > span:hover {
  background: rgba(255, 255, 255, .025);
}

.v18-site .v6-hero-rail > span > b {
  position: absolute;
  top: 17px;
  right: 17px;
  color: var(--v5-orange);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .08em;
}

.v18-site .v6-hero-rail > span > i,
.v18-site .v6-hero-rail > span > svg {
  width: 18px;
  height: 18px;
  box-sizing: content-box;
  padding: 10px;
  grid-column: 1;
  grid-row: 1 / 3;
  border: 1px solid rgba(45, 216, 210, .34);
  border-radius: 50%;
  color: #2ed8d1;
  background: #062331;
  stroke-width: 1.6;
}

.v18-site .v6-hero-rail > span:nth-child(3) > i,
.v18-site .v6-hero-rail > span:nth-child(3) > svg {
  border-color: rgba(255, 121, 0, .43);
  color: var(--v5-orange);
}

.v18-site .v6-hero-rail > span > em {
  min-width: 0;
  align-self: end;
  color: #f7fafb;
  font-size: 12px;
  font-style: normal;
  font-weight: 720;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.v18-site .v6-hero-rail > span > em small {
  display: block;
  margin-top: 7px;
  overflow: hidden;
  color: rgba(202, 221, 227, .42);
  font-size: 7px;
  font-weight: 560;
  line-height: 1.35;
  letter-spacing: .02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v18-site .v6-hero-rail > a {
  position: relative;
  min-width: 0;
  min-height: 139px;
  margin: 0;
  padding: 26px 25px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 17px;
  border: 0;
  background: var(--v5-orange);
  color: #001726;
  text-transform: none;
  transition: background-color .25s ease;
}

.v18-site .v6-hero-rail > a:hover {
  background: #ff8b1f;
}

.v18-site .v6-hero-rail > a > span {
  min-width: 0;
}

.v18-site .v6-hero-rail > a small {
  display: block;
  margin-bottom: 8px;
  color: rgba(0, 23, 38, .58);
  font-size: 6px;
  font-weight: 850;
  letter-spacing: .16em;
}

.v18-site .v6-hero-rail > a strong {
  display: block;
  color: #001726;
  font-size: 17px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: -.035em;
}

.v18-site .v6-hero-rail > a > i,
.v18-site .v6-hero-rail > a > svg {
  width: 18px;
  height: 18px;
  box-sizing: content-box;
  padding: 10px;
  flex: 0 0 18px;
  border: 1px solid rgba(0, 23, 38, .27);
  border-radius: 50%;
  color: #001726;
  stroke-width: 1.8;
  transition: transform .25s ease;
}

.v18-site .v6-hero-rail > a:hover > svg {
  transform: translate(2px, 2px);
}

@media (max-width: 1180px) {
  .v18-site .v6-hero-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr)) 205px;
  }

  .v18-site .v6-hero-rail > span {
    padding-inline: 16px;
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 10px;
  }

  .v18-site .v6-hero-rail > span > i,
  .v18-site .v6-hero-rail > span > svg {
    width: 16px;
    height: 16px;
    padding: 8px;
  }
}

@media (max-width: 900px) {
  .v18-site .v6-hero-rail {
    min-height: 0;
    margin-top: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v18-site .v6-hero-rail > span {
    min-height: 114px;
    padding: 23px 20px 19px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .v18-site .v6-hero-rail > span:nth-child(2n) {
    border-right: 0;
  }

  .v18-site .v6-hero-rail > a {
    min-height: 82px;
    padding: 19px 22px;
    grid-column: 1 / -1;
    align-items: center;
    border-top: 0;
  }

  .v18-site .v6-hero-rail > a small {
    margin-bottom: 5px;
  }
}

@media (max-width: 520px) {
  .v18-site .v6-hero-rail {
    border-radius: 11px 11px 0 0;
  }

  .v18-site .v6-hero-rail > span {
    min-height: 108px;
    padding: 20px 13px 16px;
    grid-template-columns: 32px minmax(0, 1fr);
    column-gap: 9px;
  }

  .v18-site .v6-hero-rail > span > b {
    top: 12px;
    right: 12px;
    font-size: 6px;
  }

  .v18-site .v6-hero-rail > span > i,
  .v18-site .v6-hero-rail > span > svg {
    width: 15px;
    height: 15px;
    padding: 8px;
  }

  .v18-site .v6-hero-rail > span > em {
    font-size: 10px;
  }

  .v18-site .v6-hero-rail > span > em small {
    max-width: 112px;
    margin-top: 5px;
    font-size: 6px;
  }

  .v18-site .v6-hero-rail > a {
    min-height: 76px;
    padding: 16px 18px;
  }

  .v18-site .v6-hero-rail > a strong {
    font-size: 15px;
  }

  .v18-site .v6-hero-rail > a > i,
  .v18-site .v6-hero-rail > a > svg {
    width: 16px;
    height: 16px;
    padding: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v18-site .v6-hero-rail > span,
  .v18-site .v6-hero-rail > a,
  .v18-site .v6-hero-rail > a > svg {
    transition: none;
    transform: none;
  }
}

/* =========================================================
   V20 — AI PRODUCT CATALOG + CAPACITY DOCK
   ========================================================= */

.v20-site .v5-ai-layout {
  margin-top: 30px;
  grid-template-columns: minmax(0, 1.13fr) minmax(390px, .87fr);
  gap: 18px;
}

.v20-site .v13-ai-column-head {
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 0;
  background: rgba(2, 21, 33, .76);
}

.v20-site .v13-ai-column-head span {
  color: rgba(255, 255, 255, .82);
  font-size: 8px;
}

.v20-site .v13-ai-column-head em {
  color: rgba(198, 218, 224, .35);
}

.v20-site .v5-ai-plans article,
.v20-site .v5-ai-plans article.featured {
  min-height: 172px;
  grid-template-columns: 116px minmax(0, 1fr) 232px;
  grid-template-rows: 1fr;
  border: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 0;
  background: #031b29;
  transition: border-color .25s ease, background-color .25s ease;
}

.v20-site .v5-ai-plans article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.v20-site .v5-ai-plans article.featured {
  border-color: rgba(255, 121, 0, .48);
  background: #081f2b;
}

.v20-site .v5-ai-plans article:hover {
  border-color: rgba(45, 216, 210, .34);
}

.v20-site .v5-ai-plans article.featured:hover {
  border-color: rgba(255, 121, 0, .7);
}

.v20-site .v5-ai-plans article > .v13-ai-plan-id {
  padding: 26px 18px;
  grid-column: 1;
  grid-row: 1;
  align-content: space-between;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.v20-site .v13-ai-plan-id svg {
  width: 25px;
  height: 25px;
}

.v20-site .v13-ai-plan-id span {
  font-size: 7px;
  line-height: 1.45;
}

.v20-site .v5-ai-plans article > .v13-ai-plan-copy {
  padding: 29px 27px;
  grid-column: 2;
  grid-row: 1;
  align-content: center;
}

.v20-site .v13-ai-plan-copy h3 {
  font-size: clamp(22px, 1.85vw, 29px);
  line-height: 1.04;
}

.v20-site .v13-ai-plan-copy p {
  max-width: 510px;
  margin-top: 11px;
  font-size: 9px;
  line-height: 1.55;
}

.v20-site .v5-ai-plans article .v13-ai-plan-price {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 24px 22px 21px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  grid-column: 3;
  grid-row: 1;
  border-top: 0;
  border-left: 1px solid rgba(255, 255, 255, .1);
  background: #061f2d;
  text-align: left;
}

.v20-site .v5-ai-plans article .v13-ai-plan-price::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 22px;
  width: 38px;
  height: 3px;
  background: var(--v5-cyan);
}

.v20-site .v5-ai-plans article.featured .v13-ai-plan-price {
  background: #0c252f;
}

.v20-site .v5-ai-plans article.featured .v13-ai-plan-price::before {
  width: 54px;
  background: var(--v5-orange);
}

.v20-site .v13-ai-plan-price > span,
.v20-site .v5-ai-channels article > footer > span {
  color: rgba(199, 219, 225, .42);
  font-size: 6px;
  font-weight: 850;
  letter-spacing: .14em;
}

.v20-site .v13-ai-plan-price b {
  margin-top: 12px;
  color: #fff;
  font-size: clamp(29px, 2.25vw, 37px);
  line-height: .95;
  white-space: nowrap;
}

.v20-site .v13-ai-plan-price b strong,
.v20-site .v5-ai-channels article > footer b strong {
  color: var(--v5-orange);
  font-family: var(--v5-body);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0;
}

.v20-site .v13-ai-plan-price b small,
.v20-site .v5-ai-channels article > footer b small {
  margin-left: 3px;
  font-size: 7px;
}

.v20-site .v13-ai-plan-price > em {
  width: 100%;
  margin-top: 15px;
  padding-top: 11px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  font-size: 7px;
}

.v20-site .v13-ai-plan-price > em i {
  color: rgba(217, 231, 235, .48);
  font-style: normal;
}

.v20-site .v13-ai-plan-price > em i:last-child {
  color: rgba(217, 231, 235, .3);
  text-align: right;
}

.v20-site .v5-ai-channels {
  grid-template-rows: 54px repeat(2, minmax(0, 1fr));
}

.v20-site .v5-ai-channels article,
.v20-site .v5-ai-channels article + article {
  min-height: 258px;
  padding: 27px 28px 0;
  border: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 0;
  background: #061b28;
}

.v20-site .v5-ai-channels article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.v20-site .v5-ai-channels article::after {
  width: 76px;
  height: 3px;
}

.v20-site .v5-ai-channels article h3 {
  max-width: 620px;
  margin-top: 25px;
  font-size: clamp(23px, 1.8vw, 29px);
}

.v20-site .v5-ai-channels article > p {
  margin-top: 12px;
  font-size: 9px;
}

.v20-site .v5-ai-channels ul {
  margin-top: 18px;
}

.v20-site .v5-ai-channels article > footer {
  min-height: 82px;
  margin: auto -28px 0;
  padding: 14px 28px 15px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  align-items: end;
  column-gap: 16px;
  border-top: 1px solid rgba(255, 121, 0, .42);
  background: #041824;
}

.v20-site .v5-ai-channels article.v13-channel-voice > footer {
  border-top-color: rgba(45, 216, 210, .42);
}

.v20-site .v5-ai-channels article > footer > span {
  grid-column: 1 / -1;
  align-self: start;
}

.v20-site .v5-ai-channels article > footer b {
  margin-top: 7px;
  grid-column: 1;
  grid-row: 2;
  color: #fff;
  font-size: clamp(29px, 2.15vw, 35px);
  line-height: .95;
}

.v20-site .v5-ai-channels article.v13-channel-voice > footer b strong {
  color: var(--v5-cyan);
}

.v20-site .v5-ai-channels article > footer em {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  color: rgba(213, 229, 233, .37);
  font-size: 7px;
}

.v20-site .v5-token-row {
  min-height: 150px;
  margin-top: 18px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(260px, .78fr) minmax(0, 2.22fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-top: 3px solid var(--v5-orange);
  border-radius: 12px;
  background: #031b29;
}

.v20-site .v20-token-intro {
  min-width: 0;
  padding: 27px 29px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, .1);
  background: #061f2d;
}

.v20-site .v20-token-intro > span {
  color: var(--v5-cyan);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .14em;
}

.v20-site .v20-token-intro > b {
  max-width: 270px;
  margin-top: 13px;
  color: #fff;
  font-family: var(--v5-display);
  font-size: 20px;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.v20-site .v20-token-intro > em {
  max-width: 280px;
  margin-top: 9px;
  color: rgba(209, 226, 231, .4);
  font-size: 8px;
  font-style: normal;
  line-height: 1.45;
}

.v20-site .v20-token-list {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.v20-site .v20-token-list article {
  position: relative;
  min-width: 0;
  min-height: 147px;
  padding: 24px 21px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, .09);
  background: transparent;
  transition: background-color .25s ease;
}

.v20-site .v20-token-list article:last-child {
  border-right: 0;
}

.v20-site .v20-token-list article:hover {
  background: rgba(255, 255, 255, .025);
}

.v20-site .v20-token-list article > span {
  color: rgba(194, 217, 223, .32);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .13em;
}

.v20-site .v20-token-list article > b {
  margin-top: 14px;
  color: #fff;
  font-family: var(--v5-display);
  font-size: clamp(24px, 2.1vw, 33px);
  line-height: 1;
  letter-spacing: -.05em;
}

.v20-site .v20-token-list article > b small {
  margin-left: 3px;
  color: rgba(211, 229, 233, .35);
  font-family: var(--v5-body);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .08em;
}

.v20-site .v20-token-list article > strong {
  margin-top: 13px;
  color: var(--v5-orange);
  font-size: 13px;
  font-weight: 750;
}

.v20-site .v20-token-list article:nth-child(3) > strong,
.v20-site .v20-token-list article:nth-child(4) > strong {
  color: var(--v5-cyan);
}

@media (max-width: 1180px) {
  .v20-site .v5-ai-layout {
    grid-template-columns: 1fr;
  }

  .v20-site .v5-ai-channels {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 54px 1fr;
  }

  .v20-site .v5-ai-channels .v13-ai-column-head {
    grid-column: 1 / -1;
  }

  .v20-site .v5-ai-channels article,
  .v20-site .v5-ai-channels article + article {
    min-height: 330px;
  }

  .v20-site .v5-token-row {
    grid-template-columns: minmax(235px, .72fr) minmax(0, 2.28fr);
  }
}

@media (max-width: 760px) {
  .v20-site .v5-ai-layout {
    gap: 22px;
  }

  .v20-site .v13-ai-column-head {
    padding-inline: 15px;
  }

  .v20-site .v5-ai-plans article,
  .v20-site .v5-ai-plans article.featured {
    min-height: 272px;
    grid-template-columns: 78px minmax(0, 1fr);
    grid-template-rows: 1fr auto;
  }

  .v20-site .v5-ai-plans article > .v13-ai-plan-id {
    padding: 22px 14px;
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .v20-site .v5-ai-plans article > .v13-ai-plan-copy {
    padding: 23px 20px 19px;
    grid-column: 2;
    grid-row: 1;
  }

  .v20-site .v13-ai-plan-copy h3 {
    font-size: 21px;
  }

  .v20-site .v5-ai-plans article .v13-ai-plan-price {
    min-height: 118px;
    padding: 17px 20px 16px;
    grid-column: 2;
    grid-row: 2;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-left: 0;
  }

  .v20-site .v5-ai-plans article .v13-ai-plan-price::before {
    top: -1px;
    left: 20px;
    height: 2px;
  }

  .v20-site .v13-ai-plan-price b {
    font-size: 31px;
  }

  .v20-site .v13-ai-plan-price > em {
    margin-top: 11px;
    padding-top: 9px;
  }

  .v20-site .v5-ai-channels {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 54px auto auto;
  }

  .v20-site .v5-ai-channels .v13-ai-column-head {
    grid-column: 1;
  }

  .v20-site .v5-ai-channels article,
  .v20-site .v5-ai-channels article + article {
    min-height: 310px;
    padding-inline: 21px;
  }

  .v20-site .v5-ai-channels article > footer {
    margin-inline: -21px;
    padding-inline: 21px;
  }

  .v20-site .v5-ai-channels article > footer b {
    font-size: 31px;
  }

  .v20-site .v5-token-row {
    grid-template-columns: 1fr;
  }

  .v20-site .v20-token-intro {
    min-height: 128px;
    padding: 24px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .v20-site .v20-token-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v20-site .v20-token-list article {
    min-height: 132px;
    padding: 21px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .v20-site .v20-token-list article:nth-child(2n) {
    border-right: 0;
  }

  .v20-site .v20-token-list article:nth-child(n + 3) {
    border-bottom: 0;
  }
}

@media (max-width: 410px) {
  .v20-site .v13-ai-column-head em {
    display: none;
  }

  .v20-site .v5-ai-plans article,
  .v20-site .v5-ai-plans article.featured {
    min-height: 286px;
  }

  .v20-site .v5-ai-plans article > .v13-ai-plan-copy {
    padding-inline: 17px;
  }

  .v20-site .v5-ai-plans article .v13-ai-plan-price {
    padding-inline: 17px;
  }

  .v20-site .v13-ai-plan-price > em {
    grid-template-columns: 1fr;
  }

  .v20-site .v13-ai-plan-price > em i:last-child {
    text-align: left;
  }

  .v20-site .v5-ai-channels article > footer {
    min-height: 94px;
  }

  .v20-site .v5-ai-channels article > footer b {
    font-size: 27px;
  }

  .v20-site .v5-ai-channels article > footer em {
    font-size: 6px;
  }

  .v20-site .v20-token-list article > b {
    font-size: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v20-site .v5-ai-plans article,
  .v20-site .v20-token-list article {
    transition: none;
  }
}

/* =============================================
   V22 — Fiyat Sihirbazı ürün kartı
   ============================================= */

.v22-site .v21-quote-launch.v22-wizard-card {
  display: block;
  min-height: 0;
  padding: 0;
  border-color: rgba(0, 23, 35, 0.15);
  background: #f6f6f2;
  box-shadow:
    0 30px 68px rgba(0, 8, 14, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.v22-site .v21-quote-launch.v22-wizard-card::before {
  width: 7px;
}

.v22-site .v21-quote-launch.v22-wizard-card::after {
  content: "FİYAT";
  top: 88px;
  right: 22px;
  color: rgba(0, 23, 35, 0.032);
  font-size: clamp(76px, 8vw, 136px);
  letter-spacing: -0.08em;
}

.v22-site .v22-wizard-brand {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  min-height: 82px;
  padding: 13px clamp(24px, 3vw, 42px);
  border-bottom: 1px solid #d6dedd;
  background: #eef1ee;
}

.v22-site .v22-wizard-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: #001723;
  color: var(--v5-orange);
  box-shadow: inset 0 0 0 1px rgba(29, 215, 210, 0.15);
}

.v22-site .v22-wizard-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.8;
}

.v22-site .v22-wizard-brand > span:nth-child(2) {
  min-width: 0;
}

.v22-site .v22-wizard-brand small,
.v22-site .v22-wizard-brand b {
  display: block;
}

.v22-site .v22-wizard-brand small {
  margin-bottom: 3px;
  color: #098b8f;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.v22-site .v22-wizard-brand b {
  color: #001723;
  font-family: var(--v5-display);
  font-size: clamp(18px, 1.7vw, 25px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.045em;
}

.v22-site .v22-wizard-brand > em {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(0, 23, 35, 0.14);
  border-radius: 999px;
  color: #001723;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.v22-site .v22-wizard-brand > em i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2ed197;
  box-shadow: 0 0 0 5px rgba(46, 209, 151, 0.12);
}

.v22-site .v22-wizard-copy {
  position: relative;
  z-index: 1;
  padding: clamp(26px, 2.6vw, 38px) clamp(28px, 3vw, 44px) 21px;
}

.v22-site .v22-wizard-copy > span {
  display: block;
  margin-bottom: 13px;
  color: #f46f00;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.v22-site .v21-quote-launch.v22-wizard-card .v22-wizard-copy h3 {
  max-width: 760px;
  color: #001723;
  font-size: clamp(29px, 2.65vw, 45px);
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.v22-site .v21-quote-launch.v22-wizard-card .v22-wizard-copy h3 em {
  color: #f46f00;
}

.v22-site .v22-wizard-copy > p {
  max-width: 690px;
  margin: 17px 0 0;
  color: #687981;
  font-size: 12px;
  line-height: 1.65;
}

.v22-site .v21-quote-launch.v22-wizard-card .v21-quote-facts {
  position: relative;
  z-index: 1;
  margin: 0 clamp(28px, 3vw, 44px);
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: #001723;
  box-shadow: inset 0 0 0 1px rgba(29, 215, 210, 0.14);
}

.v22-site .v21-quote-launch.v22-wizard-card .v21-quote-facts > span,
.v22-site .v21-quote-launch.v22-wizard-card .v21-quote-facts > span:first-child {
  min-height: 78px;
  padding: 15px 18px;
  border-right-color: rgba(255, 255, 255, 0.12);
}

.v22-site .v21-quote-launch.v22-wizard-card .v21-quote-facts b {
  color: #fff;
  font-size: clamp(22px, 2vw, 28px);
}

.v22-site .v21-quote-launch.v22-wizard-card .v21-quote-facts > span:last-child b {
  color: var(--v5-orange);
}

.v22-site .v21-quote-launch.v22-wizard-card .v21-quote-facts small {
  color: #748993;
}

.v22-site .v22-wizard-output {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 17px clamp(28px, 3vw, 44px) 0;
  padding: 0 2px;
  color: #001723;
}

.v22-site .v22-wizard-output > svg {
  flex: 0 0 auto;
  width: 35px;
  height: 35px;
  padding: 8px;
  border: 1px solid rgba(0, 23, 35, 0.16);
  border-radius: 50%;
  color: #078e93;
  stroke-width: 1.7;
}

.v22-site .v22-wizard-output span,
.v22-site .v22-wizard-output small,
.v22-site .v22-wizard-output b {
  display: block;
}

.v22-site .v22-wizard-output small {
  margin-bottom: 3px;
  color: #809095;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.v22-site .v22-wizard-output b {
  color: #263b45;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}

.v22-site .v21-quote-launch.v22-wizard-card > strong {
  position: relative;
  z-index: 1;
  min-height: 58px;
  margin: 18px clamp(28px, 3vw, 44px) clamp(25px, 2.5vw, 35px);
  padding: 0 9px 0 20px;
  border-radius: 12px;
  background: var(--v5-orange);
  color: #001723;
  font-size: 12px;
  letter-spacing: 0.01em;
}

.v22-site .v21-quote-launch.v22-wizard-card > strong svg {
  width: 40px;
  height: 40px;
  padding: 11px;
  background: #001723;
  color: #fff;
}

@media (max-width: 700px) {
  .v22-site .v21-quote-launch.v22-wizard-card {
    margin: 12px;
    padding: 0;
  }

  .v22-site .v21-quote-launch.v22-wizard-card::before {
    width: 5px;
  }

  .v22-site .v21-quote-launch.v22-wizard-card::after {
    top: 105px;
    right: 4px;
    font-size: 66px;
  }

  .v22-site .v22-wizard-brand {
    grid-template-columns: auto 1fr;
    gap: 11px;
    min-height: 76px;
    padding: 12px 18px;
  }

  .v22-site .v22-wizard-icon {
    width: 43px;
    height: 43px;
    border-radius: 12px;
  }

  .v22-site .v22-wizard-brand b {
    font-size: 19px;
  }

  .v22-site .v22-wizard-brand > em {
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: -4px;
    padding: 6px 9px;
  }

  .v22-site .v22-wizard-copy {
    padding: 25px 22px 19px;
  }

  .v22-site .v21-quote-launch.v22-wizard-card .v22-wizard-copy h3 {
    font-size: clamp(28px, 8.4vw, 36px);
  }

  .v22-site .v22-wizard-copy > p {
    font-size: 11px;
  }

  .v22-site .v21-quote-launch.v22-wizard-card .v21-quote-facts {
    margin-inline: 18px;
  }

  .v22-site .v21-quote-launch.v22-wizard-card .v21-quote-facts > span,
  .v22-site .v21-quote-launch.v22-wizard-card .v21-quote-facts > span:first-child {
    min-height: 72px;
    padding: 14px 10px;
  }

  .v22-site .v21-quote-launch.v22-wizard-card .v21-quote-facts b {
    font-size: 21px;
  }

  .v22-site .v21-quote-launch.v22-wizard-card .v21-quote-facts small {
    font-size: 6px;
  }

  .v22-site .v22-wizard-output {
    align-items: flex-start;
    margin: 16px 20px 0;
  }

  .v22-site .v22-wizard-output b {
    font-size: 9px;
    line-height: 1.5;
  }

  .v22-site .v21-quote-launch.v22-wizard-card > strong {
    min-height: 56px;
    margin: 17px 18px 21px;
    padding-left: 16px;
  }
}

@media (max-width: 380px) {
  .v22-site .v22-wizard-copy {
    padding-inline: 19px;
  }

  .v22-site .v21-quote-launch.v22-wizard-card .v21-quote-facts > span,
  .v22-site .v21-quote-launch.v22-wizard-card .v21-quote-facts > span:first-child {
    padding-inline: 8px;
  }

  .v22-site .v21-quote-launch.v22-wizard-card .v21-quote-facts b {
    font-size: 18px;
  }
}

/* =============================================
   V23 — Premium CRM paket dosyası
   ============================================= */

.v23-site .v5-pricing {
  background: #eef2f1;
}

.v23-site .v23-pricing-intro {
  max-width: 610px;
  margin: 25px 0 0;
  color: #70818a;
  font-size: 14px;
  line-height: 1.7;
}

.v23-site .v5-billing {
  padding: 6px;
  border-color: rgba(0, 23, 35, 0.14);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(0, 23, 35, 0.09);
}

.v23-site .v5-billing button {
  min-height: 54px;
  border-radius: 11px;
}

.v23-site .v5-price-table {
  display: grid;
  grid-template-columns: minmax(390px, 0.78fr) minmax(680px, 1.22fr);
  grid-template-rows: repeat(3, minmax(205px, 1fr));
  gap: 16px;
  min-height: 680px;
  margin-top: clamp(44px, 5vw, 68px);
}

.v23-site .v5-price-table article,
.v23-site .v5-price-table article:nth-child(1),
.v23-site .v5-price-table article:nth-child(2),
.v23-site .v5-price-table article:nth-child(3),
.v23-site .v5-price-table article:nth-child(4),
.v23-site .v5-price-table article.featured {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, 0.78fr) minmax(160px, 0.68fr) minmax(195px, 1fr) minmax(122px, 0.5fr);
  grid-column: 2;
  grid-row: auto;
  align-items: center;
  gap: clamp(14px, 1.45vw, 23px);
  min-width: 0;
  min-height: 205px;
  padding: 25px 22px;
  overflow: hidden;
  border: 1px solid rgba(0, 23, 35, 0.13);
  border-radius: 18px;
  background: #fbfcfa;
  box-shadow: 0 14px 34px rgba(0, 23, 35, 0.045);
  transform: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.v23-site .v5-price-table article:nth-child(1) {
  grid-row: 1;
}

.v23-site .v5-price-table article:nth-child(3) {
  grid-row: 2;
}

.v23-site .v5-price-table article:nth-child(4) {
  grid-row: 3;
}

.v23-site .v5-price-table article:not(.featured):hover {
  z-index: 2;
  border-color: rgba(0, 143, 149, 0.34);
  box-shadow: 0 24px 50px rgba(0, 23, 35, 0.1);
  transform: translateY(-3px);
}

.v23-site .v5-price-table article:not(.featured)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--v5-cyan);
}

.v23-site .v5-price-table article:nth-child(3)::before {
  background: var(--v5-orange);
}

.v23-site .v5-price-table article:nth-child(4)::before {
  background: #36d398;
}

.v23-site .v5-price-table article:nth-child(1)::after,
.v23-site .v5-price-table article:nth-child(3)::after,
.v23-site .v5-price-table article:nth-child(4)::after {
  position: absolute;
  top: 6px;
  right: 19px;
  bottom: auto;
  z-index: 0;
  color: rgba(0, 23, 35, 0.035);
  font-family: var(--v5-display);
  font-size: 76px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.07em;
}

.v23-site .v5-price-table article:nth-child(1)::after { content: "01"; }
.v23-site .v5-price-table article:nth-child(3)::after { content: "03"; }
.v23-site .v5-price-table article:nth-child(4)::after { content: "04"; }

.v23-site .v5-price-table .v5-plan-name,
.v23-site .v5-price-table article:nth-child(4) .v5-plan-name {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 0;
  min-height: 0;
  padding: 0;
}

.v23-site .v5-price-table .v5-plan-name > svg {
  position: static;
  display: block;
  width: 39px;
  height: 39px;
  margin: 0 0 14px;
  padding: 9px;
  border: 1px solid rgba(0, 143, 149, 0.22);
  border-radius: 12px;
  background: #eef7f5;
  color: #008e94;
  stroke-width: 1.7;
}

.v23-site .v5-price-table article:nth-child(3) .v5-plan-name > svg {
  border-color: rgba(255, 118, 0, 0.24);
  background: #fff5eb;
  color: var(--v5-orange);
}

.v23-site .v5-price-table article:nth-child(4) .v5-plan-name > svg {
  border-color: rgba(34, 168, 119, 0.24);
  background: #edf9f4;
  color: #169d70;
}

.v23-site .v5-price-table .v5-plan-name > span {
  color: #07878c;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.v23-site .v5-price-table .v5-plan-name h3 {
  margin: 7px 0 0;
  color: #001723;
  font-size: clamp(21px, 1.7vw, 27px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.v23-site .v5-price-table .v5-plan-name small {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-top: 12px;
  padding: 0 9px;
  border: 1px solid rgba(0, 23, 35, 0.1);
  border-radius: 999px;
  color: #70818a;
  font-size: 8px;
}

.v23-site .v5-price-table .v5-plan-price,
.v23-site .v5-price-table article:nth-child(4) .v5-plan-price {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: center;
  min-width: 0;
  min-height: 112px;
  margin: 0;
  padding: 28px 0 0;
  border: 0;
}

.v23-site .v5-price-table .v5-plan-price::before {
  content: "AYLIK PAKET";
  position: absolute;
  top: 6px;
  left: 0;
  color: #829097;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.v23-site .v5-price-table .v5-plan-price b {
  color: #001723;
  font-size: clamp(40px, 3.25vw, 55px);
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.v23-site .v5-price-table article:nth-child(4) .v5-plan-price b {
  font-size: clamp(38px, 2.65vw, 46px);
}

.v23-site .v5-price-table .v5-plan-price > span {
  align-self: end;
  margin: 0 0 3px 7px;
  color: var(--v5-orange);
  font-size: 10px;
  font-weight: 800;
}

.v23-site .v5-price-table .v5-plan-price > small {
  grid-column: 1 / -1;
  margin-top: 8px;
  color: #7a8a91;
  font-size: 8px;
}

.v23-site .v5-price-table ul,
.v23-site .v5-price-table article:nth-child(4) ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.v23-site .v5-price-table li {
  position: relative;
  min-height: 32px;
  padding: 8px 0 8px 18px;
  border-bottom: 1px solid rgba(0, 23, 35, 0.08);
  color: #536871;
  font-size: 9px;
  line-height: 1.35;
}

.v23-site .v5-price-table li:last-child {
  border-bottom: 0;
}

.v23-site .v5-price-table li::before {
  position: absolute;
  top: 12px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(0, 143, 149, 0.35);
  border-radius: 50%;
  background: var(--v5-cyan);
  box-shadow: 0 0 0 4px rgba(29, 215, 210, 0.08);
}

.v23-site .v5-price-table article:not(.featured) > a,
.v23-site .v5-price-table article:nth-child(4) > a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  padding: 0 9px 0 13px;
  border: 1px solid rgba(0, 23, 35, 0.14);
  border-radius: 12px;
  background: #f2f5f3;
  color: #001723;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.v23-site .v5-price-table article:not(.featured) > a svg,
.v23-site .v5-price-table article:nth-child(4) > a svg {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  padding: 8px;
  border-radius: 50%;
  background: #001723;
  color: #fff;
  transition: transform 200ms ease;
}

.v23-site .v5-price-table article:not(.featured) > a:hover svg {
  transform: translateX(3px);
}

.v23-site .v5-price-table article.featured {
  display: flex;
  grid-column: 1;
  grid-row: 1 / span 3;
  flex-direction: column;
  min-height: 680px;
  padding: clamp(34px, 3.6vw, 52px);
  border-color: rgba(29, 215, 210, 0.16);
  border-radius: 18px;
  background: #001723;
  color: #fff;
  box-shadow: 0 30px 64px rgba(0, 23, 35, 0.2);
}

.v23-site .v5-price-table article.featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--v5-orange);
}

.v23-site .v5-price-table article.featured::after {
  content: "02";
  position: absolute;
  top: 16px;
  right: 24px;
  bottom: auto;
  color: rgba(255, 255, 255, 0.045);
  font-family: var(--v5-display);
  font-size: clamp(94px, 9vw, 136px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.08em;
}

.v23-site .v5-price-table article.featured .v5-plan-name {
  position: relative;
  z-index: 1;
  min-height: 0;
}

.v23-site .v5-price-table article.featured .v5-plan-name > svg {
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  padding: 11px;
  border-color: rgba(255, 118, 0, 0.38);
  background: rgba(255, 118, 0, 0.08);
  color: var(--v5-orange);
}

.v23-site .v5-price-table article.featured .v5-plan-name > em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 18px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--v5-orange);
  color: #001723;
  font-size: 7px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.v23-site .v5-price-table article.featured .v5-plan-name > span {
  display: block;
  color: var(--v5-cyan);
}

.v23-site .v5-price-table article.featured .v5-plan-name h3 {
  max-width: 420px;
  margin-top: 19px;
  color: #fff;
  font-size: clamp(43px, 4.2vw, 64px);
  line-height: 0.96;
}

.v23-site .v5-price-table article.featured .v5-plan-name small {
  margin-top: 17px;
  border-color: rgba(255, 255, 255, 0.16);
  color: #9ab0b9;
}

.v23-site .v5-price-table article.featured .v5-plan-price {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  min-height: 0;
  margin-top: clamp(28px, 4vw, 52px);
  padding: 32px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.v23-site .v5-price-table article.featured .v5-plan-price::before {
  top: 17px;
  color: #5f7883;
}

.v23-site .v5-price-table article.featured .v5-plan-price b {
  color: #fff;
  font-size: clamp(60px, 6vw, 86px);
}

.v23-site .v5-price-table article.featured .v5-plan-price > small {
  color: #718994;
}

.v23-site .v5-price-table article.featured ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin: clamp(24px, 3vw, 38px) 0;
}

.v23-site .v5-price-table article.featured li {
  min-height: 43px;
  padding: 13px 0 12px 22px;
  border-bottom-color: rgba(255, 255, 255, 0.11);
  color: #bdcbd0;
  font-size: 10px;
}

.v23-site .v5-price-table article.featured li::before {
  top: 17px;
  background: var(--v5-cyan);
}

.v23-site .v5-price-table article.featured > a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  margin-top: auto;
  padding: 0 12px 0 20px;
  border-radius: 12px;
  background: var(--v5-orange);
  color: #001723;
  font-size: 10px;
  font-weight: 850;
  text-decoration: none;
}

.v23-site .v5-price-table article.featured > a svg {
  width: 38px;
  height: 38px;
  padding: 10px;
  border-radius: 50%;
  background: #001723;
  color: #fff;
  transition: transform 200ms ease;
}

.v23-site .v5-price-table article.featured > a:hover svg {
  transform: translateX(4px);
}

.v23-site .v5-pricing-foot {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: stretch;
  min-height: 76px;
  margin-top: 18px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 23, 35, 0.12);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0, 23, 35, 0.05);
}

.v23-site .v5-pricing-foot > span {
  display: flex;
  align-items: center;
  padding: 0 25px;
  background: #001723;
  color: #90a6af;
  font-size: 10px;
}

.v23-site .v5-pricing-foot > span b {
  margin-left: 5px;
  color: #fff;
}

.v23-site .v5-pricing-foot > p {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 18px 24px;
  color: #71828a;
  font-size: 9px;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .v23-site .v5-price-table {
    grid-template-columns: minmax(340px, 0.7fr) minmax(590px, 1.3fr);
  }

  .v23-site .v5-price-table article,
  .v23-site .v5-price-table article:nth-child(1),
  .v23-site .v5-price-table article:nth-child(3),
  .v23-site .v5-price-table article:nth-child(4) {
    grid-template-columns: minmax(145px, 0.75fr) minmax(145px, 0.62fr) minmax(170px, 1fr) minmax(104px, 0.48fr);
    gap: 13px;
    padding-inline: 18px;
  }

  .v23-site .v5-price-table article:not(.featured) > a,
  .v23-site .v5-price-table article:nth-child(4) > a {
    padding-left: 10px;
    font-size: 7px;
  }

  .v23-site .v5-price-table article:nth-child(4) .v5-plan-price b {
    font-size: 39px;
  }
}

@media (max-width: 980px) {
  .v23-site .v5-price-table {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }

  .v23-site .v5-price-table article.featured {
    grid-column: 1;
    grid-row: auto;
    order: -1;
    min-height: 620px;
  }

  .v23-site .v5-price-table article,
  .v23-site .v5-price-table article:nth-child(1),
  .v23-site .v5-price-table article:nth-child(3),
  .v23-site .v5-price-table article:nth-child(4) {
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: minmax(180px, 0.8fr) minmax(150px, 0.6fr) minmax(230px, 1fr) minmax(135px, 0.5fr);
  }
}

@media (max-width: 700px) {
  .v23-site .v5-pricing-head {
    gap: 26px;
  }

  .v23-site .v23-pricing-intro {
    margin-top: 19px;
    font-size: 12px;
  }

  .v23-site .v5-billing {
    width: 100%;
  }

  .v23-site .v5-billing button {
    flex: 1;
  }

  .v23-site .v5-price-table {
    margin-top: 34px;
  }

  .v23-site .v5-price-table article,
  .v23-site .v5-price-table article:nth-child(1),
  .v23-site .v5-price-table article:nth-child(2),
  .v23-site .v5-price-table article:nth-child(3),
  .v23-site .v5-price-table article:nth-child(4),
  .v23-site .v5-price-table article.featured {
    display: flex;
    grid-column: 1;
    grid-row: auto;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding: 27px 23px 22px;
    border-radius: 17px;
  }

  .v23-site .v5-price-table article.featured {
    min-height: 570px;
    padding: 32px 25px 25px;
  }

  .v23-site .v5-price-table article:nth-child(1)::after,
  .v23-site .v5-price-table article:nth-child(3)::after,
  .v23-site .v5-price-table article:nth-child(4)::after {
    font-size: 70px;
  }

  .v23-site .v5-price-table .v5-plan-name h3 {
    font-size: 29px;
  }

  .v23-site .v5-price-table .v5-plan-price,
  .v23-site .v5-price-table article:nth-child(4) .v5-plan-price {
    width: 100%;
    min-height: 0;
    margin-top: 23px;
    padding: 34px 0 21px;
    border-top: 1px solid rgba(0, 23, 35, 0.11);
    border-bottom: 1px solid rgba(0, 23, 35, 0.11);
  }

  .v23-site .v5-price-table .v5-plan-price::before {
    top: 13px;
  }

  .v23-site .v5-price-table .v5-plan-price b {
    font-size: 51px;
  }

  .v23-site .v5-price-table ul,
  .v23-site .v5-price-table article:nth-child(4) ul {
    width: 100%;
    margin: 20px 0;
  }

  .v23-site .v5-price-table li {
    font-size: 10px;
  }

  .v23-site .v5-price-table article:not(.featured) > a,
  .v23-site .v5-price-table article:nth-child(4) > a {
    width: 100%;
    min-height: 54px;
    margin-top: auto;
    padding-left: 17px;
    font-size: 9px;
  }

  .v23-site .v5-price-table article.featured .v5-plan-name h3 {
    font-size: 43px;
  }

  .v23-site .v5-price-table article.featured .v5-plan-price {
    width: 100%;
    margin-top: 30px;
    padding-block: 34px 26px;
  }

  .v23-site .v5-price-table article.featured .v5-plan-price b {
    font-size: 64px;
  }

  .v23-site .v5-price-table article.featured ul {
    width: 100%;
    margin: 23px 0;
  }

  .v23-site .v5-price-table article.featured > a {
    min-height: 56px;
  }

  .v23-site .v5-pricing-foot {
    grid-template-columns: 1fr;
  }

  .v23-site .v5-pricing-foot > span {
    min-height: 58px;
    padding: 0 19px;
  }

  .v23-site .v5-pricing-foot > p {
    padding: 17px 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v23-site .v5-price-table article,
  .v23-site .v5-price-table article a svg {
    transition: none;
  }
}

/* =============================================
   V24 — Renk kodlu dijital ekip kataloğu
   ============================================= */

.v24-site .v5-ai-layout {
  gap: 22px;
}

.v24-site .v5-ai-plans,
.v24-site .v5-ai-channels {
  gap: 12px;
  border: 0;
  background: transparent;
}

.v24-site .v13-ai-column-head {
  min-height: 58px;
  padding-inline: 19px;
  border: 1px solid rgba(183, 215, 222, 0.17);
  border-radius: 14px;
  background: #001824;
  box-shadow: 0 12px 30px rgba(0, 8, 14, 0.17);
}

.v24-site .v5-ai-plans > .v13-ai-column-head {
  box-shadow:
    inset 4px 0 0 #20d7d2,
    0 12px 30px rgba(0, 8, 14, 0.17);
}

.v24-site .v5-ai-channels > .v13-ai-column-head {
  box-shadow:
    inset 4px 0 0 #ff8a36,
    0 12px 30px rgba(0, 8, 14, 0.17);
}

.v24-site .v13-ai-column-head span {
  color: #f4f8f8;
  font-size: 8px;
  letter-spacing: 0.14em;
}

.v24-site .v13-ai-column-head em {
  color: #5f7883;
  font-size: 7px;
  letter-spacing: 0.12em;
}

.v24-site .v5-ai-plans article:nth-of-type(1) {
  --role-accent: #20d7d2;
  --role-line: rgba(32, 215, 210, 0.38);
  --role-id: #052833;
  --role-copy: #072b36;
  --role-price: #0a3540;
  --role-icon: rgba(32, 215, 210, 0.1);
}

.v24-site .v5-ai-plans article:nth-of-type(2) {
  --role-accent: #ff7900;
  --role-line: rgba(255, 121, 0, 0.46);
  --role-id: #2a1b0e;
  --role-copy: #231d19;
  --role-price: #342113;
  --role-icon: rgba(255, 121, 0, 0.11);
}

.v24-site .v5-ai-plans article:nth-of-type(3) {
  --role-accent: #39d39a;
  --role-line: rgba(57, 211, 154, 0.4);
  --role-id: #08271f;
  --role-copy: #0a2b23;
  --role-price: #0c352a;
  --role-icon: rgba(57, 211, 154, 0.1);
}

.v24-site .v5-ai-plans article,
.v24-site .v5-ai-plans article.featured,
.v24-site .v5-ai-plans article:last-child {
  position: relative;
  min-height: 184px;
  overflow: hidden;
  border: 1px solid var(--role-line);
  border-radius: 17px;
  background: var(--role-copy);
  box-shadow:
    inset 5px 0 0 var(--role-accent),
    0 17px 38px rgba(0, 8, 14, 0.19);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.v24-site .v5-ai-plans article:hover,
.v24-site .v5-ai-plans article.featured:hover {
  border-color: var(--role-accent);
  box-shadow:
    inset 5px 0 0 var(--role-accent),
    0 23px 48px rgba(0, 8, 14, 0.25);
  transform: translateY(-2px);
}

.v24-site .v5-ai-plans article > .v13-ai-plan-id {
  position: relative;
  z-index: 1;
  border-right-color: var(--role-line);
  background: var(--role-id);
}

.v24-site .v13-ai-plan-id svg {
  width: 43px;
  height: 43px;
  padding: 10px;
  border: 1px solid var(--role-line);
  border-radius: 14px;
  background: var(--role-icon);
  color: var(--role-accent);
  stroke-width: 1.75;
}

.v24-site .v13-ai-plan-id span {
  display: inline-flex;
  width: fit-content;
  padding: 7px 9px;
  border: 1px solid var(--role-line);
  border-radius: 999px;
  background: var(--role-icon);
  color: var(--role-accent);
  font-weight: 850;
  letter-spacing: 0.09em;
}

.v24-site .v5-ai-plans article > .v13-ai-plan-copy {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--role-copy);
}

.v24-site .v5-ai-plans article > .v13-ai-plan-copy::after {
  position: absolute;
  right: 18px;
  bottom: -13px;
  z-index: -1;
  color: var(--role-accent);
  font-family: var(--v5-display);
  font-size: 88px;
  font-weight: 800;
  line-height: 1;
  opacity: 0.045;
  pointer-events: none;
}

.v24-site .v5-ai-plans article:nth-of-type(1) > .v13-ai-plan-copy::after { content: "01"; }
.v24-site .v5-ai-plans article:nth-of-type(2) > .v13-ai-plan-copy::after { content: "02"; }
.v24-site .v5-ai-plans article:nth-of-type(3) > .v13-ai-plan-copy::after { content: "03"; }

.v24-site .v13-ai-plan-copy h3 {
  color: #fff;
  font-size: clamp(23px, 1.9vw, 31px);
  letter-spacing: -0.045em;
}

.v24-site .v13-ai-plan-copy p {
  color: #8ea4ad;
  font-size: 9px;
}

.v24-site .v5-ai-plans article .v13-ai-plan-price,
.v24-site .v5-ai-plans article.featured .v13-ai-plan-price {
  border-left-color: var(--role-line);
  background: var(--role-price);
}

.v24-site .v5-ai-plans article .v13-ai-plan-price::before,
.v24-site .v5-ai-plans article.featured .v13-ai-plan-price::before {
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--role-accent);
}

.v24-site .v13-ai-plan-price > span {
  color: var(--role-accent);
}

.v24-site .v13-ai-plan-price b {
  font-size: clamp(31px, 2.35vw, 39px);
}

.v24-site .v13-ai-plan-price b strong {
  color: var(--role-accent);
}

.v24-site .v13-ai-plan-price > em {
  border-top-color: var(--role-line);
}

.v24-site .v13-ai-plan-price > em i:first-child {
  color: var(--role-accent);
}

.v24-site .v5-ai-channels {
  grid-template-rows: 58px repeat(2, minmax(0, 1fr));
}

.v24-site .v5-ai-channels article.v13-channel-whatsapp {
  --channel-accent: #2fd17d;
  --channel-line: rgba(47, 209, 125, 0.4);
  --channel-surface: #08271f;
  --channel-footer: #0b3428;
  --channel-soft: rgba(47, 209, 125, 0.09);
}

.v24-site .v5-ai-channels article.v13-channel-voice {
  --channel-accent: #ff9958;
  --channel-line: rgba(255, 153, 88, 0.42);
  --channel-surface: #2a1d15;
  --channel-footer: #362317;
  --channel-soft: rgba(255, 153, 88, 0.09);
}

.v24-site .v5-ai-channels article,
.v24-site .v5-ai-channels article + article,
.v24-site .v5-ai-channels article:last-child {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border: 1px solid var(--channel-line);
  border-radius: 18px;
  background: var(--channel-surface);
  box-shadow:
    inset 5px 0 0 var(--channel-accent),
    0 17px 38px rgba(0, 8, 14, 0.19);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.v24-site .v5-ai-channels article:hover {
  border-color: var(--channel-accent);
  box-shadow:
    inset 5px 0 0 var(--channel-accent),
    0 23px 48px rgba(0, 8, 14, 0.25);
  transform: translateY(-2px);
}

.v24-site .v5-ai-channels article::after,
.v24-site .v5-ai-channels article.v13-channel-voice::after {
  top: 0;
  right: 0;
  width: 92px;
  height: 5px;
  background: var(--channel-accent);
}

.v24-site .v5-ai-channels article header span {
  color: var(--channel-accent);
}

.v24-site .v5-ai-channels article header span svg {
  width: 34px;
  height: 34px;
  margin-right: 9px;
  padding: 8px;
  border: 1px solid var(--channel-line);
  border-radius: 11px;
  background: var(--channel-soft);
  color: var(--channel-accent);
}

.v24-site .v5-ai-channels article h3 {
  color: #fff;
  font-size: clamp(23px, 1.85vw, 31px);
  letter-spacing: -0.045em;
}

.v24-site .v5-ai-channels article > p {
  color: #91a5ad;
}

.v24-site .v5-ai-channels article ul li {
  border-color: var(--channel-line);
  background: var(--channel-soft);
  color: #b6c7cc;
}

.v24-site .v5-ai-channels article > footer,
.v24-site .v5-ai-channels article.v13-channel-voice > footer {
  border-top: 1px solid var(--channel-line);
  background: var(--channel-footer);
}

.v24-site .v5-ai-channels article > footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 28px;
  width: 58px;
  height: 3px;
  background: var(--channel-accent);
}

.v24-site .v5-ai-channels article > footer > span {
  color: var(--channel-accent);
}

.v24-site .v5-ai-channels article > footer b strong,
.v24-site .v5-ai-channels article.v13-channel-voice > footer b strong {
  color: var(--channel-accent);
}

.v24-site .v5-token-row {
  border-color: rgba(193, 219, 225, 0.18);
  border-top-color: #20d7d2;
  border-radius: 16px;
  background: #031924;
  box-shadow: 0 20px 46px rgba(0, 8, 14, 0.17);
}

.v24-site .v20-token-intro {
  background: #001824;
}

.v24-site .v20-token-list article:nth-child(1) {
  --token-accent: #20d7d2;
  --token-bg: #062832;
}

.v24-site .v20-token-list article:nth-child(2) {
  --token-accent: #ff7900;
  --token-bg: #251b13;
}

.v24-site .v20-token-list article:nth-child(3) {
  --token-accent: #39d39a;
  --token-bg: #09271f;
}

.v24-site .v20-token-list article:nth-child(4) {
  --token-accent: #ffb454;
  --token-bg: #2b2113;
}

.v24-site .v20-token-list article {
  border-right-color: rgba(199, 222, 228, 0.13);
  background: var(--token-bg);
  box-shadow: inset 0 4px 0 var(--token-accent);
}

.v24-site .v20-token-list article:hover {
  background: var(--token-bg);
  filter: brightness(1.08);
}

.v24-site .v20-token-list article > span,
.v24-site .v20-token-list article > strong,
.v24-site .v20-token-list article:nth-child(3) > strong,
.v24-site .v20-token-list article:nth-child(4) > strong {
  color: var(--token-accent);
}

@media (max-width: 1180px) {
  .v24-site .v5-ai-channels {
    grid-template-rows: 58px 1fr;
  }
}

@media (max-width: 760px) {
  .v24-site .v5-ai-layout {
    gap: 24px;
  }

  .v24-site .v5-ai-plans,
  .v24-site .v5-ai-channels {
    gap: 13px;
  }

  .v24-site .v5-ai-plans article,
  .v24-site .v5-ai-plans article.featured,
  .v24-site .v5-ai-plans article:last-child {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    border-radius: 17px;
  }

  .v24-site .v5-ai-plans article > .v13-ai-plan-id {
    min-height: 66px;
    padding: 12px 17px;
    display: flex;
    align-content: normal;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    grid-column: 1;
    grid-row: 1;
    border-right: 0;
    border-bottom: 1px solid var(--role-line);
  }

  .v24-site .v13-ai-plan-id svg {
    width: 38px;
    height: 38px;
    padding: 9px;
    flex: 0 0 auto;
  }

  .v24-site .v13-ai-plan-id span {
    padding: 7px 10px;
    font-size: 6.5px;
    line-height: 1.35;
  }

  .v24-site .v5-ai-plans article > .v13-ai-plan-copy {
    padding: 24px 18px 19px;
    grid-column: 1;
    grid-row: 2;
  }

  .v24-site .v13-ai-plan-copy h3 {
    font-size: 22px;
  }

  .v24-site .v5-ai-plans article .v13-ai-plan-price,
  .v24-site .v5-ai-plans article.featured .v13-ai-plan-price {
    min-height: 122px;
    grid-column: 1;
    grid-row: 3;
    border-top-color: var(--role-line);
  }

  .v24-site .v5-ai-plans article .v13-ai-plan-price::before,
  .v24-site .v5-ai-plans article.featured .v13-ai-plan-price::before {
    left: 0;
    width: 100%;
  }

  .v24-site .v5-ai-channels {
    grid-template-rows: 58px auto auto;
  }

  .v24-site .v5-ai-channels article,
  .v24-site .v5-ai-channels article + article,
  .v24-site .v5-ai-channels article:last-child {
    min-height: 330px;
    border-radius: 17px;
  }

  .v24-site .v5-ai-channels article > footer::before {
    left: 21px;
  }

  .v24-site .v20-token-list article {
    border-bottom-color: rgba(199, 222, 228, 0.13);
  }
}

@media (max-width: 410px) {
  .v24-site .v5-ai-plans article,
  .v24-site .v5-ai-plans article.featured,
  .v24-site .v5-ai-plans article:last-child {
    min-height: 0;
  }

  .v24-site .v13-ai-plan-price b {
    font-size: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v24-site .v5-ai-plans article,
  .v24-site .v5-ai-channels article {
    transition: none;
  }
}

/* =========================================================
   V25 — Modüler ürün ekosistemi
   ========================================================= */

.v25-site .v5-system {
  position: relative;
  overflow: hidden;
  padding-block: 124px 118px;
  background-color: #edf2f1;
  background-image:
    linear-gradient(rgba(0, 23, 38, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 23, 38, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  isolation: isolate;
}

.v25-site .v5-system::before {
  content: "MODULAR / 01";
  position: absolute;
  top: 76px;
  right: -15px;
  z-index: -1;
  color: rgba(0, 23, 38, 0.028);
  font-family: var(--v5-display);
  font-size: clamp(88px, 11vw, 176px);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.8;
  white-space: nowrap;
  pointer-events: none;
}

.v25-site .v25-system-heading {
  position: relative;
  z-index: 1;
  align-items: end;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.72fr);
  gap: clamp(60px, 8vw, 138px);
}

.v25-site .v25-system-heading .v5-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.v25-site .v25-system-heading .v5-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--v5-orange);
}

.v25-site .v25-system-summary {
  padding: 6px 0 4px 28px;
  border-left: 1px solid rgba(0, 23, 38, 0.15);
}

.v25-site .v25-system-summary > p {
  max-width: 510px;
  margin: 0;
  color: #667983;
  font-size: 15px;
  line-height: 1.75;
}

.v25-site .v25-system-facts {
  max-width: 540px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(0, 23, 38, 0.13);
}

.v25-site .v25-system-facts span {
  min-height: 68px;
  padding: 16px 12px 0 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(0, 23, 38, 0.13);
}

.v25-site .v25-system-facts span + span {
  padding-left: 15px;
}

.v25-site .v25-system-facts span:last-child {
  border-right: 0;
}

.v25-site .v25-system-facts b {
  color: var(--v5-ink);
  font-family: var(--v5-display);
  font-size: 21px;
  line-height: 1;
}

.v25-site .v25-system-facts small {
  margin-top: 8px;
  color: #74868e;
  font-size: 8px;
  letter-spacing: 0.035em;
}

.v25-site .v5-system-map {
  position: relative;
  min-height: 574px;
  margin-top: 66px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(174px, 1fr));
  gap: 12px;
  border: 0;
  background: transparent;
}

.v25-site .v5-system-map article,
.v25-site .v5-system-map article:first-child,
.v25-site .v5-system-map article.active {
  --system-accent: #15c8ca;
  --system-line: rgba(0, 139, 143, 0.23);
  --system-surface: rgba(250, 252, 252, 0.94);
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 24px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  overflow: hidden;
  color: var(--v5-ink);
  border: 1px solid var(--system-line);
  border-radius: 18px;
  background: var(--system-surface);
  box-shadow: 0 18px 42px rgba(0, 23, 38, 0.075);
  transform: none;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.v25-site .v5-system-map article:hover {
  border-color: var(--system-accent);
  box-shadow: 0 24px 54px rgba(0, 23, 38, 0.12);
  transform: translateY(-3px);
}

.v25-site .v5-system-map article::before {
  content: attr(data-index);
  position: absolute;
  right: 18px;
  bottom: -17px;
  z-index: 0;
  color: var(--system-accent);
  font-family: var(--v5-display);
  font-size: clamp(72px, 7.3vw, 112px);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 1;
  opacity: 0.055;
  pointer-events: none;
}

.v25-site .v5-system-map article::after {
  content: "";
  position: absolute;
  top: -1px;
  right: auto;
  bottom: auto;
  left: 24px;
  width: 54px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: var(--system-accent);
}

.v25-site .v5-system-map article > header,
.v25-site .v5-system-map article > footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.v25-site .v5-system-map article > header > span,
.v25-site .v5-system-map article > header > em {
  color: var(--system-accent);
  font-size: 7px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.v25-site .v5-system-map article > header > em {
  color: #75878e;
}

.v25-site .v25-system-icon {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  margin-top: 22px;
  display: grid;
  place-items: center;
  color: var(--system-accent);
  border: 1px solid var(--system-line);
  border-radius: 15px;
  background: color-mix(in srgb, var(--system-accent) 7%, #fff);
}

.v25-site .v25-system-icon > svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.7;
}

.v25-site .v25-system-copy {
  position: relative;
  z-index: 2;
  margin-top: auto;
  display: flex;
  flex-direction: column;
}

.v25-site .v25-system-copy > b {
  color: var(--v5-ink);
  font-family: var(--v5-display);
  font-size: clamp(20px, 1.65vw, 27px);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.v25-site .v25-system-copy > small {
  margin-top: 9px;
  color: #71838b;
  font-size: 9px;
  line-height: 1.45;
}

.v25-site .v5-system-map article > footer {
  min-height: 34px;
  margin-top: 20px;
  padding-top: 13px;
  color: #6b7d85;
  border-top: 1px solid var(--system-line);
}

.v25-site .v5-system-map article > footer span {
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v25-site .v5-system-map article > footer > svg {
  width: 15px;
  height: 15px;
  color: var(--system-accent);
}

.v25-site .v5-system-map article.v25-system-core {
  --system-accent: #22d6d2;
  --system-line: rgba(34, 214, 210, 0.25);
  --system-surface: #001b29;
  padding: 31px;
  color: #fff;
  grid-column: 1 / 6;
  grid-row: 1 / 4;
  box-shadow: 0 28px 64px rgba(0, 23, 38, 0.22);
}

.v25-site .v5-system-map article.v25-system-core::before {
  right: -1px;
  bottom: -31px;
  color: #fff;
  font-size: clamp(150px, 16vw, 238px);
  opacity: 0.026;
}

.v25-site .v5-system-map article.v25-system-core::after {
  left: 31px;
  width: 82px;
}

.v25-site .v25-system-core > header > em {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.56);
}

.v25-site .v25-system-core > header > em > i,
.v25-site .v25-system-core > footer span > i {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #39d39a;
  box-shadow: 0 0 0 5px rgba(57, 211, 154, 0.09);
}

.v25-site .v25-system-core .v25-system-icon {
  width: 72px;
  height: 72px;
  margin-top: 56px;
  border-radius: 22px;
  background: rgba(34, 214, 210, 0.07);
}

.v25-site .v25-system-core .v25-system-icon > svg {
  width: 32px;
  height: 32px;
}

.v25-site .v25-system-core .v25-system-copy {
  margin-top: 34px;
}

.v25-site .v25-system-core .v25-system-copy > small {
  order: -1;
  margin: 0 0 12px;
  color: var(--system-accent);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.v25-site .v25-system-core .v25-system-copy > b {
  color: #fff;
  font-size: clamp(38px, 4vw, 56px);
}

.v25-site .v25-system-core .v25-system-copy > p {
  max-width: 430px;
  margin: 17px 0 0;
  color: rgba(221, 235, 238, 0.62);
  font-size: 12px;
  line-height: 1.65;
}

.v25-site .v25-system-core > ul {
  position: relative;
  z-index: 2;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.v25-site .v25-system-core > ul li {
  min-height: 39px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 8px;
  font-weight: 700;
}

.v25-site .v25-system-core > footer {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.62);
}

.v25-site .v25-system-core > footer span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.v25-site .v5-system-map article.v25-system-ai {
  --system-accent: #0f9fa3;
  --system-line: rgba(15, 159, 163, 0.27);
  --system-surface: #f5fbfa;
  grid-column: 6 / 10;
  grid-row: 1 / 3;
}

.v25-site .v25-system-ai .v25-system-icon {
  width: 58px;
  height: 58px;
  margin-top: 34px;
  border-radius: 18px;
}

.v25-site .v25-system-ai .v25-system-icon > svg {
  width: 27px;
  height: 27px;
}

.v25-site .v25-system-ai .v25-system-copy > b {
  font-size: clamp(29px, 2.5vw, 39px);
}

.v25-site .v5-system-map article.v25-system-whatsapp {
  --system-accent: #16a86a;
  --system-line: rgba(22, 168, 106, 0.25);
  --system-surface: #f2faf6;
  grid-column: 10 / 13;
  grid-row: 1;
}

.v25-site .v5-system-map article.v25-system-voice {
  --system-accent: #f27818;
  --system-line: rgba(242, 120, 24, 0.27);
  --system-surface: #fff8f1;
  grid-column: 10 / 13;
  grid-row: 2;
}

.v25-site .v5-system-map article.v25-system-integration {
  --system-accent: #36758a;
  --system-line: rgba(54, 117, 138, 0.26);
  --system-surface: #f3f7f8;
  padding: 23px 26px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 58px minmax(190px, 1fr) minmax(155px, 0.72fr);
  grid-template-rows: 1fr;
  column-gap: 25px;
  grid-column: 6 / 13;
  grid-row: 3;
}

.v25-site .v25-system-integration > header {
  align-self: start;
  flex-direction: column;
  align-items: flex-start;
}

.v25-site .v25-system-integration .v25-system-icon,
.v25-site .v25-system-integration .v25-system-copy,
.v25-site .v25-system-integration > footer {
  margin-top: 0;
}

.v25-site .v25-system-integration > footer {
  min-height: 52px;
  padding: 0 0 0 22px;
  border-top: 0;
  border-left: 1px solid var(--system-line);
}

.v25-site .v5-system-foot {
  min-height: 92px;
  margin-top: 13px;
  padding: 14px 17px 14px 22px;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(275px, 0.72fr) minmax(320px, 1fr) auto;
  gap: 25px;
  color: #fff;
  border: 1px solid #001b29;
  border-radius: 16px;
  background: #001b29;
  box-shadow: 0 20px 46px rgba(0, 23, 38, 0.15);
}

.v25-site .v25-system-foot-mark {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.v25-site .v25-system-foot-mark > svg {
  width: 19px;
  height: 19px;
  padding: 11px;
  flex: 0 0 auto;
  color: var(--v5-cyan);
  border: 1px solid rgba(34, 214, 210, 0.23);
  border-radius: 13px;
  background: rgba(34, 214, 210, 0.06);
  box-sizing: content-box;
}

.v25-site .v25-system-foot-mark em {
  min-width: 0;
  display: flex;
  flex-direction: column;
  font-style: normal;
}

.v25-site .v25-system-foot-mark b {
  color: var(--v5-cyan);
  font-size: 7px;
  letter-spacing: 0.15em;
}

.v25-site .v25-system-foot-mark small {
  margin-top: 6px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v25-site .v5-system-foot > p {
  margin: 0;
  color: rgba(222, 235, 238, 0.62);
  font-size: 10px;
  line-height: 1.55;
}

.v25-site .v5-system-foot > p b {
  color: #fff;
}

.v25-site .v5-system-foot > a {
  min-height: 58px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #001725;
  border-radius: 11px;
  background: var(--v5-orange);
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.v25-site .v5-system-foot > a svg {
  width: 16px;
  height: 16px;
  transition: transform 180ms ease;
}

.v25-site .v5-system-foot > a:hover svg {
  transform: translateX(4px);
}

@media (max-width: 1080px) {
  .v25-site .v25-system-heading {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .v25-site .v25-system-summary {
    max-width: 720px;
  }

  .v25-site .v5-system-map {
    min-height: 718px;
    grid-template-rows: 276px repeat(2, 209px);
  }

  .v25-site .v5-system-map article.v25-system-core {
    grid-column: 1 / 13;
    grid-row: 1;
  }

  .v25-site .v25-system-core .v25-system-icon {
    width: 58px;
    height: 58px;
    margin-top: 28px;
  }

  .v25-site .v25-system-core .v25-system-copy {
    max-width: 510px;
    margin-top: 22px;
  }

  .v25-site .v25-system-core > ul {
    position: absolute;
    top: 87px;
    right: 31px;
    width: min(38%, 330px);
    margin: 0;
  }

  .v25-site .v5-system-map article.v25-system-ai {
    grid-column: 1 / 7;
    grid-row: 2;
  }

  .v25-site .v5-system-map article.v25-system-whatsapp {
    grid-column: 7 / 10;
    grid-row: 2;
  }

  .v25-site .v5-system-map article.v25-system-voice {
    grid-column: 10 / 13;
    grid-row: 2;
  }

  .v25-site .v5-system-map article.v25-system-integration {
    grid-column: 1 / 13;
    grid-row: 3;
  }

  .v25-site .v5-system-foot {
    grid-template-columns: minmax(240px, 0.72fr) minmax(260px, 1fr) auto;
  }
}

@media (max-width: 760px) {
  .v25-site .v5-system {
    padding-block: 84px 76px;
  }

  .v25-site .v5-system::before {
    top: 48px;
    font-size: 90px;
  }

  .v25-site .v25-system-heading .v5-heading h2,
  .v25-site .v25-system-heading h2 {
    font-size: clamp(42px, 13vw, 57px);
  }

  .v25-site .v25-system-summary {
    padding: 0;
    border-left: 0;
  }

  .v25-site .v25-system-summary > p {
    font-size: 13px;
  }

  .v25-site .v25-system-facts {
    margin-top: 23px;
  }

  .v25-site .v25-system-facts span {
    min-height: 63px;
  }

  .v25-site .v25-system-facts small {
    max-width: 80px;
    line-height: 1.3;
  }

  .v25-site .v5-system-map {
    min-height: 0;
    margin-top: 42px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 10px;
  }

  .v25-site .v5-system-map article,
  .v25-site .v5-system-map article:first-child,
  .v25-site .v5-system-map article.active {
    min-height: 185px;
    padding: 20px;
    grid-row: auto;
  }

  .v25-site .v5-system-map article.v25-system-core {
    min-height: 390px;
    padding: 25px;
    grid-column: 1 / 3;
  }

  .v25-site .v25-system-core .v25-system-icon {
    width: 60px;
    height: 60px;
    margin-top: 37px;
  }

  .v25-site .v25-system-core .v25-system-copy {
    margin-top: 26px;
  }

  .v25-site .v25-system-core .v25-system-copy > b {
    font-size: 40px;
  }

  .v25-site .v25-system-core > ul {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 25px;
  }

  .v25-site .v5-system-map article.v25-system-ai {
    min-height: 245px;
    grid-column: 1 / 3;
  }

  .v25-site .v5-system-map article.v25-system-whatsapp {
    grid-column: 1;
  }

  .v25-site .v5-system-map article.v25-system-voice {
    grid-column: 2;
  }

  .v25-site .v5-system-map article.v25-system-integration {
    min-height: 190px;
    padding: 20px;
    display: flex;
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .v25-site .v25-system-integration > header {
    flex-direction: row;
    align-items: center;
  }

  .v25-site .v25-system-integration .v25-system-icon {
    margin-top: 20px;
  }

  .v25-site .v25-system-integration .v25-system-copy {
    margin-top: auto;
  }

  .v25-site .v25-system-integration > footer {
    min-height: 34px;
    margin-top: 18px;
    padding: 12px 0 0;
    border-top: 1px solid var(--system-line);
    border-left: 0;
  }

  .v25-site .v5-system-foot {
    min-height: 0;
    padding: 18px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .v25-site .v25-system-foot-mark small {
    white-space: normal;
  }

  .v25-site .v5-system-foot > a {
    width: 100%;
    min-height: 56px;
    justify-content: space-between;
    box-sizing: border-box;
  }
}

@media (max-width: 520px) {
  .v25-site .v25-system-facts b {
    font-size: 18px;
  }

  .v25-site .v25-system-facts small {
    font-size: 7px;
  }

  .v25-site .v5-system-map {
    grid-template-columns: 1fr;
  }

  .v25-site .v5-system-map article.v25-system-core,
  .v25-site .v5-system-map article.v25-system-ai,
  .v25-site .v5-system-map article.v25-system-whatsapp,
  .v25-site .v5-system-map article.v25-system-voice,
  .v25-site .v5-system-map article.v25-system-integration {
    min-height: 190px;
    grid-column: 1;
    grid-row: auto;
  }

  .v25-site .v5-system-map article.v25-system-core,
  .v25-site .v5-system-map article.v25-system-ai,
  .v25-site .v5-system-map article.v25-system-whatsapp,
  .v25-site .v5-system-map article.v25-system-voice {
    grid-row: auto;
  }

  .v25-site .v5-system-map article.v25-system-core {
    min-height: 408px;
  }

  .v25-site .v5-system-map article.v25-system-ai {
    min-height: 235px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v25-site .v5-system-map article,
  .v25-site .v5-system-foot > a svg {
    transition: none;
    transform: none;
  }
}

/* =========================================================
   V26 — Koyu footer için şeffaf marka imzası
   ========================================================= */

.v26-site .v8-footer-brand > a {
  position: relative;
  width: fit-content;
  min-height: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.v26-site .v8-footer-brand > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 121, 0, 0.92), rgba(34, 214, 210, 0.28), transparent 78%);
}

.v26-site .v15-brand-logo-footer {
  width: min(100%, 282px);
  height: auto;
  display: block;
  overflow: visible;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.16));
}

.v26-site .v8-footer-brand > p {
  max-width: 330px;
  margin-top: 35px;
}

@media (max-width: 720px) {
  .v26-site .v8-footer-brand > a {
    max-width: 260px;
  }

  .v26-site .v15-brand-logo-footer {
    width: min(100%, 252px);
  }

  .v26-site .v8-footer-brand > p {
    margin-top: 31px;
  }
}

/* =========================================================
   V27 — Soft token kapasitesi ve Penguen coin sistemi
   ========================================================= */

.v27-site .v5-token-row {
  border-color: rgba(190, 216, 220, 0.17);
  border-top-color: #91d7d0;
  background: #071b25;
  box-shadow:
    0 22px 50px rgba(0, 8, 14, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.v27-site .v20-token-intro {
  position: relative;
  background: #071e29;
}

.v27-site .v20-token-intro::after {
  content: "P";
  position: absolute;
  right: 27px;
  bottom: 23px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(150, 216, 210, 0.32);
  border-radius: 50%;
  color: rgba(182, 228, 223, 0.38);
  font-family: var(--v5-display);
  font-size: 10px;
  font-weight: 850;
  box-shadow: inset 0 0 0 4px rgba(132, 208, 201, 0.045);
}

.v27-site .v20-token-intro > span {
  color: #a4ddd8;
}

.v27-site .v20-token-intro > em {
  color: rgba(209, 226, 231, 0.54);
}

.v27-site .v20-token-list article:nth-child(1) {
  --token-accent: #93d9d2;
  --token-bg: #102a32;
  --token-coin: #b7e7e2;
}

.v27-site .v20-token-list article:nth-child(2) {
  --token-accent: #e9bea0;
  --token-bg: #29231f;
  --token-coin: #f2d3bd;
}

.v27-site .v20-token-list article:nth-child(3) {
  --token-accent: #9fd3b8;
  --token-bg: #152b25;
  --token-coin: #c0e6d2;
}

.v27-site .v20-token-list article:nth-child(4) {
  --token-accent: #ddc196;
  --token-bg: #2b271f;
  --token-coin: #ead5b5;
}

.v27-site .v20-token-list article {
  overflow: hidden;
  isolation: isolate;
  background: var(--token-bg);
  border-right-color: rgba(213, 229, 231, 0.1);
  box-shadow:
    inset 0 2px 0 var(--token-accent),
    inset 1px 0 0 rgba(255, 255, 255, 0.018);
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.v27-site .v20-token-list article::before {
  content: attr(data-level) " KAPASİTE";
  position: absolute;
  right: 20px;
  bottom: 23px;
  color: rgba(224, 235, 237, 0.38);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.v27-site .v20-token-list article:hover {
  background: var(--token-bg);
  filter: none;
  box-shadow:
    inset 0 3px 0 var(--token-accent),
    inset 1px 0 0 rgba(255, 255, 255, 0.025);
}

.v27-site .v20-token-list article > span,
.v27-site .v20-token-list article > strong,
.v27-site .v20-token-list article:nth-child(3) > strong,
.v27-site .v20-token-list article:nth-child(4) > strong {
  color: var(--token-accent);
}

.v27-site .v20-token-list article > span {
  max-width: 50%;
}

.v27-site .v20-token-list article > b {
  margin-top: 17px;
}

.v27-site .v20-token-list article > strong {
  letter-spacing: -0.01em;
}

.v27-site .v27-token-coins {
  position: absolute;
  top: 21px;
  right: 18px;
  z-index: 2;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-left: 8px;
}

.v27-site .v27-token-coins > i {
  position: relative;
  width: 28px;
  height: 28px;
  margin-left: -10px;
  display: grid;
  flex: 0 0 28px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--token-accent) 68%, #ffffff 32%);
  border-radius: 50%;
  background: var(--token-bg);
  color: var(--token-coin);
  box-shadow:
    0 5px 11px rgba(0, 8, 13, 0.22),
    inset 0 0 0 4px rgba(255, 255, 255, 0.045);
  transform: translateY(0);
  transition: transform 0.24s ease;
}

.v27-site .v27-token-coins > i::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid color-mix(in srgb, var(--token-accent) 34%, transparent);
  border-radius: inherit;
}

.v27-site .v27-token-coins > i::after {
  content: "P";
  font-family: var(--v5-display);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.v27-site .v20-token-list article:hover .v27-token-coins > i:nth-child(odd) {
  transform: translateY(-2px);
}

@supports not (color: color-mix(in srgb, white, black)) {
  .v27-site .v27-token-coins > i {
    border-color: var(--token-accent);
  }

  .v27-site .v27-token-coins > i::before {
    border-color: rgba(255, 255, 255, 0.16);
  }
}

@media (max-width: 760px) {
  .v27-site .v20-token-intro::after {
    right: 23px;
    bottom: 24px;
  }

  .v27-site .v20-token-list article {
    min-height: 142px;
  }

  .v27-site .v20-token-list article::before {
    right: 17px;
    bottom: 20px;
  }

  .v27-site .v27-token-coins {
    top: 18px;
    right: 14px;
  }

  .v27-site .v27-token-coins > i {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
    margin-left: -10px;
  }
}

@media (max-width: 410px) {
  .v27-site .v20-token-list article {
    min-height: 138px;
    padding: 20px 15px;
  }

  .v27-site .v20-token-list article::before {
    right: 14px;
    bottom: 18px;
    font-size: 5px;
  }

  .v27-site .v27-token-coins {
    right: 12px;
  }

  .v27-site .v27-token-coins > i {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
    margin-left: -9px;
  }

  .v27-site .v27-token-coins > i::after {
    font-size: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v27-site .v27-token-coins > i {
    transition: none;
    transform: none;
  }
}

/* =========================================================
   V28 — Quiet command center / sade AI ürün kataloğu
   ========================================================= */

.v28-site .v5-ai-layout {
  gap: 18px;
}

.v28-site .v5-ai-plans,
.v28-site .v5-ai-channels {
  gap: 10px;
}

.v28-site .v13-ai-column-head,
.v28-site .v5-ai-plans > .v13-ai-column-head,
.v28-site .v5-ai-channels > .v13-ai-column-head {
  position: relative;
  min-height: 54px;
  padding-inline: 34px 18px;
  border: 1px solid rgba(180, 207, 213, 0.14);
  border-radius: 13px;
  background: #071b25;
  box-shadow: none;
}

.v28-site .v13-ai-column-head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #85d2cb;
  transform: translateY(-50%);
}

.v28-site .v5-ai-channels > .v13-ai-column-head::before {
  background: #d7a477;
}

.v28-site .v13-ai-column-head span {
  color: #dce8ea;
  font-size: 7px;
  letter-spacing: 0.14em;
}

.v28-site .v13-ai-column-head em {
  color: #607680;
  font-size: 6.5px;
}

.v28-site .v5-ai-plans article:nth-of-type(1),
.v28-site .v5-ai-plans article:nth-of-type(3) {
  --role-accent: #8bd2cb;
  --role-line: rgba(139, 210, 203, 0.2);
  --role-id: #071d27;
  --role-copy: #08202a;
  --role-price: #071b24;
  --role-icon: rgba(139, 210, 203, 0.07);
}

.v28-site .v5-ai-plans article:nth-of-type(2) {
  --role-accent: #d9aa82;
  --role-line: rgba(217, 170, 130, 0.22);
  --role-id: #081e28;
  --role-copy: #09222c;
  --role-price: #071c25;
  --role-icon: rgba(217, 170, 130, 0.07);
}

.v28-site .v5-ai-plans article,
.v28-site .v5-ai-plans article.featured,
.v28-site .v5-ai-plans article:last-child {
  min-height: 184px;
  border: 1px solid rgba(180, 207, 213, 0.14);
  border-radius: 15px;
  background: #071d27;
  box-shadow: 0 14px 34px rgba(0, 8, 13, 0.09);
  transform: none;
}

.v28-site .v5-ai-plans article.featured {
  border-color: rgba(217, 170, 130, 0.25);
  box-shadow:
    inset 3px 0 0 rgba(217, 170, 130, 0.68),
    0 14px 34px rgba(0, 8, 13, 0.1);
}

.v28-site .v5-ai-plans article.featured::before {
  width: 2px;
  background: #c7a68e;
  opacity: 0.78;
}

.v28-site .v5-ai-plans article:hover,
.v28-site .v5-ai-plans article.featured:hover {
  border-color: rgba(157, 199, 199, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 16px 38px rgba(0, 8, 13, 0.12);
  transform: none;
}

.v28-site .v5-ai-plans article.featured:hover {
  border-color: rgba(217, 170, 130, 0.32);
  box-shadow:
    inset 3px 0 0 rgba(217, 170, 130, 0.74),
    0 16px 38px rgba(0, 8, 13, 0.12);
}

.v28-site .v5-ai-plans article > .v13-ai-plan-id {
  border-right-color: rgba(180, 207, 213, 0.11);
  background: var(--role-id);
}

.v28-site .v13-ai-plan-id svg {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-color: rgba(188, 214, 218, 0.18);
  background: var(--role-icon);
  color: var(--role-accent);
}

.v28-site .v13-ai-plan-id span {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--role-accent);
  font-size: 6.5px;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.v28-site .v5-ai-plans article > .v13-ai-plan-copy {
  background: var(--role-copy);
}

.v28-site .v5-ai-plans article > .v13-ai-plan-copy::after {
  right: 20px;
  bottom: -17px;
  color: rgba(232, 241, 242, 0.025);
  font-size: 88px;
}

.v28-site .v13-ai-plan-copy h3 {
  color: #f4f7f7;
  font-size: clamp(23px, 1.85vw, 30px);
}

.v28-site .v13-ai-plan-copy p {
  color: #849ba4;
}

.v28-site .v5-ai-plans article .v13-ai-plan-price,
.v28-site .v5-ai-plans article.featured .v13-ai-plan-price {
  border-left-color: rgba(180, 207, 213, 0.11);
  background: var(--role-price);
}

.v28-site .v5-ai-plans article .v13-ai-plan-price::before,
.v28-site .v5-ai-plans article.featured .v13-ai-plan-price::before {
  top: 25px;
  left: 20px;
  width: 30px;
  height: 2px;
  background: var(--role-accent);
  opacity: 0.74;
}

.v28-site .v13-ai-plan-price > span {
  margin-top: 13px;
  color: #6d848d;
}

.v28-site .v13-ai-plan-price b {
  color: #f7f8f8;
  font-size: clamp(31px, 2.3vw, 38px);
}

.v28-site .v13-ai-plan-price b strong {
  color: var(--role-accent);
}

.v28-site .v13-ai-plan-price > em {
  border-top-color: rgba(180, 207, 213, 0.1);
}

.v28-site .v13-ai-plan-price > em i:first-child {
  color: #9fb3b9;
}

.v28-site .v13-ai-plan-price > em i:last-child {
  color: #60747c;
}

.v28-site .v5-ai-channels article.v13-channel-whatsapp {
  --channel-accent: #8bd2cb;
  --channel-line: rgba(139, 210, 203, 0.18);
  --channel-surface: #08202a;
  --channel-footer: #071b24;
  --channel-soft: rgba(139, 210, 203, 0.055);
}

.v28-site .v5-ai-channels article.v13-channel-voice {
  --channel-accent: #d9aa82;
  --channel-line: rgba(217, 170, 130, 0.19);
  --channel-surface: #08202a;
  --channel-footer: #071b24;
  --channel-soft: rgba(217, 170, 130, 0.055);
}

.v28-site .v5-ai-channels article,
.v28-site .v5-ai-channels article + article,
.v28-site .v5-ai-channels article:last-child {
  min-height: 270px;
  border: 1px solid rgba(180, 207, 213, 0.14);
  border-radius: 15px;
  background: var(--channel-surface);
  box-shadow: 0 14px 34px rgba(0, 8, 13, 0.09);
  transform: none;
}

.v28-site .v5-ai-channels article:hover {
  border-color: rgba(157, 199, 199, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 16px 38px rgba(0, 8, 13, 0.12);
  transform: none;
}

.v28-site .v5-ai-channels article::after,
.v28-site .v5-ai-channels article.v13-channel-voice::after {
  top: 0;
  right: 24px;
  width: 44px;
  height: 2px;
  background: var(--channel-accent);
  opacity: 0.8;
}

.v28-site .v5-ai-channels article header span {
  color: var(--channel-accent);
}

.v28-site .v5-ai-channels article header span svg {
  width: 32px;
  height: 32px;
  padding: 8px;
  border-color: rgba(188, 214, 218, 0.18);
  background: var(--channel-soft);
}

.v28-site .v5-ai-channels article h3 {
  color: #f4f7f7;
  font-size: clamp(23px, 1.8vw, 30px);
}

.v28-site .v5-ai-channels article > p {
  color: #849ba4;
}

.v28-site .v5-ai-channels article ul li {
  border-color: rgba(180, 207, 213, 0.13);
  background: rgba(255, 255, 255, 0.018);
  color: #9eb0b6;
}

.v28-site .v5-ai-channels article > footer,
.v28-site .v5-ai-channels article.v13-channel-voice > footer {
  border-top-color: rgba(180, 207, 213, 0.11);
  background: var(--channel-footer);
}

.v28-site .v5-ai-channels article > footer::before {
  left: 24px;
  width: 32px;
  height: 2px;
  background: var(--channel-accent);
  opacity: 0.75;
}

.v28-site .v5-ai-channels article > footer > span {
  color: #6d848d;
}

.v28-site .v5-ai-channels article > footer b {
  color: #f7f8f8;
}

.v28-site .v5-ai-channels article > footer b strong,
.v28-site .v5-ai-channels article.v13-channel-voice > footer b strong {
  color: var(--channel-accent);
}

.v28-site .v5-ai-channels article > footer em {
  color: #60747c;
}

@media (max-width: 760px) {
  .v28-site .v5-ai-layout {
    gap: 22px;
  }

  .v28-site .v5-ai-plans,
  .v28-site .v5-ai-channels {
    gap: 10px;
  }

  .v28-site .v5-ai-plans article,
  .v28-site .v5-ai-plans article.featured,
  .v28-site .v5-ai-plans article:last-child,
  .v28-site .v5-ai-channels article,
  .v28-site .v5-ai-channels article + article,
  .v28-site .v5-ai-channels article:last-child {
    border-radius: 14px;
  }

  .v28-site .v5-ai-plans article > .v13-ai-plan-id {
    min-height: 60px;
    border-right: 0;
    border-bottom-color: rgba(180, 207, 213, 0.1);
  }

  .v28-site .v5-ai-plans article .v13-ai-plan-price,
  .v28-site .v5-ai-plans article.featured .v13-ai-plan-price {
    min-height: 112px;
    border-top-color: rgba(180, 207, 213, 0.1);
  }

  .v28-site .v5-ai-plans article .v13-ai-plan-price::before,
  .v28-site .v5-ai-plans article.featured .v13-ai-plan-price::before {
    top: -1px;
    left: 18px;
  }

  .v28-site .v13-ai-plan-price > span {
    margin-top: 0;
  }

  .v28-site .v5-ai-channels article,
  .v28-site .v5-ai-channels article + article,
  .v28-site .v5-ai-channels article:last-child {
    min-height: 314px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v28-site .v5-ai-plans article,
  .v28-site .v5-ai-channels article {
    transition: none;
    transform: none;
  }
}

/* =========================================================
   V29 — Çekirdek + düzenli modül matrisi
   ========================================================= */

.v29-site .v5-system-map {
  min-height: 520px;
  margin-top: 56px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(250px, 1fr));
  gap: 12px;
}

.v29-site .v5-system-map article,
.v29-site .v5-system-map article:first-child,
.v29-site .v5-system-map article.active {
  --system-line: rgba(0, 58, 69, 0.14);
  --system-surface: #f8faf9;
  min-height: 0;
  padding: 23px;
  border-color: var(--system-line);
  border-radius: 16px;
  background: var(--system-surface);
  box-shadow: 0 14px 34px rgba(0, 23, 38, 0.065);
  transform: none;
}

.v29-site .v5-system-map article:hover {
  border-color: color-mix(in srgb, var(--system-accent) 35%, rgba(0, 58, 69, 0.14));
  box-shadow: 0 18px 42px rgba(0, 23, 38, 0.09);
  transform: none;
}

.v29-site .v5-system-map article::before {
  right: 17px;
  bottom: -12px;
  font-size: clamp(66px, 5.6vw, 88px);
  opacity: 0.035;
}

.v29-site .v5-system-map article::after {
  left: 23px;
  width: 34px;
  height: 3px;
  opacity: 0.76;
}

.v29-site .v5-system-map article > header > span,
.v29-site .v5-system-map article > header > em {
  font-size: 6.5px;
}

.v29-site .v25-system-icon,
.v29-site .v25-system-ai .v25-system-icon,
.v29-site .v25-system-integration .v25-system-icon {
  width: 48px;
  height: 48px;
  margin-top: 24px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--system-accent) 6%, #ffffff);
}

.v29-site .v25-system-icon > svg,
.v29-site .v25-system-ai .v25-system-icon > svg {
  width: 22px;
  height: 22px;
}

.v29-site .v25-system-copy {
  margin-top: auto;
}

.v29-site .v25-system-copy > b,
.v29-site .v25-system-ai .v25-system-copy > b {
  font-size: clamp(23px, 1.75vw, 28px);
}

.v29-site .v25-system-copy > small {
  margin-top: 8px;
  font-size: 8px;
}

.v29-site .v5-system-map article > footer,
.v29-site .v25-system-integration > footer {
  min-height: 30px;
  margin-top: 18px;
  padding: 11px 0 0;
  border-top: 1px solid var(--system-line);
  border-left: 0;
}

.v29-site .v5-system-map article.v25-system-core {
  --system-accent: #64d2cf;
  --system-line: rgba(100, 210, 207, 0.2);
  --system-surface: #041d28;
  min-height: 520px;
  padding: 29px;
  grid-column: 1 / 5;
  grid-row: 1 / 3;
  box-shadow: 0 24px 54px rgba(0, 23, 38, 0.18);
}

.v29-site .v5-system-map article.v25-system-core::before {
  right: -2px;
  bottom: -21px;
  font-size: clamp(128px, 12vw, 184px);
  opacity: 0.02;
}

.v29-site .v5-system-map article.v25-system-core::after {
  left: 29px;
  width: 50px;
}

.v29-site .v25-system-core .v25-system-icon {
  width: 60px;
  height: 60px;
  margin-top: 34px;
  border-radius: 18px;
}

.v29-site .v25-system-core .v25-system-icon > svg {
  width: 27px;
  height: 27px;
}

.v29-site .v25-system-core .v25-system-copy {
  margin-top: 27px;
}

.v29-site .v25-system-core .v25-system-copy > small {
  margin-bottom: 10px;
  font-size: 6.5px;
}

.v29-site .v25-system-core .v25-system-copy > b {
  font-size: clamp(34px, 3.1vw, 45px);
}

.v29-site .v25-system-core .v25-system-copy > p {
  max-width: 360px;
  margin-top: 14px;
  font-size: 10px;
  line-height: 1.65;
}

.v29-site .v25-system-core > ul {
  margin-top: 22px;
}

.v29-site .v25-system-core > ul li {
  min-height: 35px;
  font-size: 7px;
}

.v29-site .v25-system-core > footer {
  margin-top: auto;
}

.v29-site .v5-system-map article.v25-system-ai {
  --system-accent: #168f96;
  --system-line: rgba(0, 58, 69, 0.14);
  --system-surface: #f8faf9;
  grid-column: 5 / 9;
  grid-row: 1;
}

.v29-site .v5-system-map article.v25-system-whatsapp {
  --system-accent: #219568;
  --system-line: rgba(0, 58, 69, 0.14);
  --system-surface: #f8faf9;
  grid-column: 9 / 13;
  grid-row: 1;
}

.v29-site .v5-system-map article.v25-system-voice {
  --system-accent: #d66f24;
  --system-line: rgba(0, 58, 69, 0.14);
  --system-surface: #f8faf9;
  grid-column: 5 / 9;
  grid-row: 2;
}

.v29-site .v5-system-map article.v25-system-integration {
  --system-accent: #3c7182;
  --system-line: rgba(0, 58, 69, 0.14);
  --system-surface: #f8faf9;
  padding: 23px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  grid-column: 9 / 13;
  grid-row: 2;
}

.v29-site .v25-system-integration > header {
  align-self: stretch;
  flex-direction: row;
  align-items: center;
}

.v29-site .v5-system-foot {
  min-height: 82px;
  margin-top: 12px;
  padding: 12px 14px 12px 20px;
  border-radius: 15px;
  box-shadow: 0 16px 38px rgba(0, 23, 38, 0.12);
}

.v29-site .v5-system-foot > a {
  min-height: 54px;
}

@supports not (color: color-mix(in srgb, white, black)) {
  .v29-site .v5-system-map article:hover {
    border-color: rgba(0, 108, 115, 0.25);
  }

  .v29-site .v25-system-icon,
  .v29-site .v25-system-ai .v25-system-icon,
  .v29-site .v25-system-integration .v25-system-icon {
    background: #f1f6f5;
  }

  .v29-site .v25-system-core .v25-system-icon {
    background: rgba(100, 210, 207, 0.07);
  }
}

@media (max-width: 1080px) {
  .v29-site .v5-system-map {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .v29-site .v5-system-map article.v25-system-core {
    min-height: 342px;
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .v29-site .v25-system-core .v25-system-icon {
    margin-top: 26px;
  }

  .v29-site .v25-system-core .v25-system-copy {
    max-width: 470px;
    margin-top: 20px;
  }

  .v29-site .v25-system-core > ul {
    position: absolute;
    top: 86px;
    right: 29px;
    width: min(38%, 320px);
    margin: 0;
  }

  .v29-site .v5-system-map article.v25-system-ai,
  .v29-site .v5-system-map article.v25-system-whatsapp,
  .v29-site .v5-system-map article.v25-system-voice,
  .v29-site .v5-system-map article.v25-system-integration {
    min-height: 220px;
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .v29-site .v5-system-map {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .v29-site .v5-system-map article,
  .v29-site .v5-system-map article:first-child,
  .v29-site .v5-system-map article.active,
  .v29-site .v5-system-map article.v25-system-ai,
  .v29-site .v5-system-map article.v25-system-whatsapp,
  .v29-site .v5-system-map article.v25-system-voice,
  .v29-site .v5-system-map article.v25-system-integration {
    min-height: 194px;
    padding: 20px;
    grid-column: 1;
    grid-row: auto;
    border-radius: 15px;
  }

  .v29-site .v5-system-map article.v25-system-core {
    min-height: 382px;
    padding: 24px;
    grid-column: 1;
    grid-row: auto;
  }

  .v29-site .v25-system-core .v25-system-icon {
    width: 54px;
    height: 54px;
    margin-top: 26px;
  }

  .v29-site .v25-system-core .v25-system-copy {
    margin-top: 21px;
  }

  .v29-site .v25-system-core .v25-system-copy > b {
    font-size: 36px;
  }

  .v29-site .v25-system-core > ul {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 20px;
  }

  .v29-site .v25-system-icon,
  .v29-site .v25-system-ai .v25-system-icon,
  .v29-site .v25-system-integration .v25-system-icon {
    margin-top: 20px;
  }

  .v29-site .v25-system-copy > b,
  .v29-site .v25-system-ai .v25-system-copy > b {
    font-size: 25px;
  }

  .v29-site .v5-system-foot {
    padding: 17px;
  }
}

@media (max-width: 380px) {
  .v29-site .v5-system-map article.v25-system-core {
    min-height: 400px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v29-site .v5-system-map article,
  .v29-site .v5-system-foot > a svg {
    transition: none;
    transform: none;
  }
}

/* =========================================================
   V30 — PRODUCT DEMO / FULL-FRAME SCREENSHOTS
   Keeps every 1440x940 application capture inside its frame.
   ========================================================= */

.v30-site .v5-product-console {
  align-items: start;
}

.v30-site .v5-screen {
  min-width: 0;
  align-self: start;
  background: #edf1f2;
}

.v30-site .v5-screen figure,
.v30-site .v5-screen figure img {
  width: 100%;
  height: auto;
  min-height: 0;
}

.v30-site .v5-screen figure {
  display: grid;
  overflow: hidden;
  background: #edf1f2;
}

.v30-site .v5-screen figure[hidden] {
  display: none;
}

.v30-site .v5-screen figure img,
.v30-site .v5-screen figure[data-showcase-view="overview"] img {
  display: block;
  max-width: 100%;
  aspect-ratio: 1440 / 940;
  object-fit: contain;
  object-position: top center;
}

.v30-site .v5-screen figcaption {
  position: static;
  display: grid;
  min-width: 0;
  padding: 16px 19px 17px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  border: 0;
  border-top: 1px solid rgba(29, 215, 210, .16);
  background: #001722;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.v30-site .v5-screen figcaption span {
  margin: 0;
  padding-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, .12);
  white-space: nowrap;
}

.v30-site .v5-screen figcaption b {
  min-width: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 680px) {
  .v30-site .v5-screen-bar {
    min-height: 43px;
    padding-inline: 12px;
  }

  .v30-site .v5-screen-bar span {
    overflow: hidden;
    margin-left: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .v30-site .v5-screen-bar b {
    display: none;
  }

  .v30-site .v5-screen figcaption {
    padding: 13px 14px 14px;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .v30-site .v5-screen figcaption span {
    padding-right: 0;
    border-right: 0;
  }

  .v30-site .v5-screen figcaption b {
    font-size: 11px;
  }
}

/* =========================================================
   V31 — AI CATALOG / DISTINCT, QUIET PRODUCT FAMILIES
   ========================================================= */

.v31-site .v5-ai-grid {
  opacity: .42;
}

.v31-site .v5-ai-layout {
  align-items: stretch;
  grid-template-columns: minmax(0, 1.18fr) minmax(400px, .82fr);
  gap: 24px;
}

.v31-site .v5-ai-plans,
.v31-site .v5-ai-channels {
  display: grid;
  padding: 12px;
  gap: 10px;
  border: 1px solid rgba(167, 198, 205, .13);
  background: #041721;
  border-radius: 24px;
  box-shadow: 0 26px 65px rgba(0, 7, 12, .18);
}

.v31-site .v5-ai-plans {
  grid-template-rows: auto repeat(3, minmax(0, 1fr));
}

.v31-site .v5-ai-channels {
  grid-template-rows: auto repeat(2, minmax(0, 1fr));
  background: #071a22;
}

.v31-site .v13-ai-column-head,
.v31-site .v5-ai-plans > .v13-ai-column-head,
.v31-site .v5-ai-channels > .v13-ai-column-head {
  min-height: 62px;
  padding: 0 18px;
  border: 0;
  background: rgba(255, 255, 255, .025);
  border-radius: 14px;
}

.v31-site .v13-ai-column-head::before {
  display: none;
}

.v31-site .v13-ai-column-head span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #dce8ea;
  font-size: 7px;
}

.v31-site .v13-ai-column-head span::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  background: #81cbd0;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(129, 203, 208, .08);
  content: "";
}

.v31-site .v5-ai-channels > .v13-ai-column-head span::before {
  background: #dfaa78;
  box-shadow: 0 0 0 5px rgba(223, 170, 120, .08);
}

.v31-site .v13-ai-column-head em {
  color: #66808a;
}

.v31-site .v5-ai-plans article:nth-of-type(1) {
  --role-accent: #82cbd0;
  --role-line: rgba(130, 203, 208, .22);
  --role-soft: rgba(130, 203, 208, .075);
}

.v31-site .v5-ai-plans article:nth-of-type(2) {
  --role-accent: #e5a15f;
  --role-line: rgba(229, 161, 95, .25);
  --role-soft: rgba(229, 161, 95, .08);
}

.v31-site .v5-ai-plans article:nth-of-type(3) {
  --role-accent: #67c8a4;
  --role-line: rgba(103, 200, 164, .23);
  --role-soft: rgba(103, 200, 164, .075);
}

.v31-site .v5-ai-plans article,
.v31-site .v5-ai-plans article.featured,
.v31-site .v5-ai-plans article:last-child {
  display: grid;
  min-height: 172px;
  padding: 0;
  align-items: stretch;
  grid-template-columns: 112px minmax(0, 1fr) 214px;
  grid-template-rows: 1fr;
  overflow: hidden;
  border: 1px solid var(--role-line);
  background: #08212b;
  border-radius: 17px;
  box-shadow: 0 12px 30px rgba(0, 8, 13, .08);
  transform: none;
}

.v31-site .v5-ai-plans article.featured {
  background: #09232d;
  box-shadow: inset 3px 0 0 var(--role-accent), 0 14px 34px rgba(0, 8, 13, .11);
}

.v31-site .v5-ai-plans article.featured::before {
  display: none;
}

.v31-site .v5-ai-plans article:hover,
.v31-site .v5-ai-plans article.featured:hover {
  border-color: var(--role-accent);
  box-shadow: inset 3px 0 0 var(--role-accent), 0 17px 38px rgba(0, 8, 13, .13);
  transform: translateY(-2px);
}

.v31-site .v5-ai-plans article > .v13-ai-plan-id {
  display: grid;
  min-width: 0;
  margin: 0;
  padding: 23px 18px;
  align-content: space-between;
  grid-column: 1;
  grid-row: 1;
  gap: 11px;
  border: 0;
  border-right: 1px solid rgba(176, 205, 211, .1);
  background: rgba(0, 10, 16, .13);
}

.v31-site .v13-ai-plan-id svg {
  width: 21px;
  height: 21px;
  padding: 9px;
  color: var(--role-accent);
  border: 1px solid var(--role-line);
  background: var(--role-soft);
  border-radius: 12px;
  box-sizing: content-box;
}

.v31-site .v13-ai-plan-id span {
  max-width: 78px;
  margin-top: auto;
  color: var(--role-accent);
  font-size: 6.5px;
  line-height: 1.45;
}

.v31-site .v13-ai-plan-id small {
  color: #67808a;
  font-size: 5.5px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .12em;
}

.v31-site .v5-ai-plans article > .v13-ai-plan-copy {
  display: flex;
  min-width: 0;
  margin: 0;
  padding: 25px 29px;
  justify-content: center;
  flex-direction: column;
  grid-column: 2;
  grid-row: 1;
  background: transparent;
}

.v31-site .v5-ai-plans article > .v13-ai-plan-copy::after {
  display: none;
}

.v31-site .v13-ai-plan-copy h3 {
  color: #f3f7f7;
  font-size: clamp(22px, 1.65vw, 28px);
  line-height: 1.08;
}

.v31-site .v13-ai-plan-copy p {
  margin-top: 12px;
  color: #8299a2;
  font-size: 9px;
  line-height: 1.6;
}

.v31-site .v5-ai-plans article .v13-ai-plan-price,
.v31-site .v5-ai-plans article.featured .v13-ai-plan-price {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 0;
  margin: 13px;
  padding: 20px 18px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  grid-column: 3;
  grid-row: 1;
  gap: 0;
  border: 1px solid var(--role-line);
  background: var(--role-soft);
  border-radius: 13px;
}

.v31-site .v5-ai-plans article .v13-ai-plan-price::before,
.v31-site .v5-ai-plans article.featured .v13-ai-plan-price::before {
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 2px;
  height: auto;
  background: var(--role-accent);
  opacity: .85;
}

.v31-site .v13-ai-plan-price > span {
  margin: 0 0 9px;
  color: #708992;
  font-size: 5.5px;
  letter-spacing: .14em;
}

.v31-site .v13-ai-plan-price b {
  color: #f7f9f9;
  font-size: clamp(29px, 2vw, 36px);
  line-height: 1;
}

.v31-site .v13-ai-plan-price b strong {
  color: var(--role-accent);
}

.v31-site .v13-ai-plan-price > em {
  display: grid;
  width: 100%;
  margin-top: 15px;
  padding-top: 11px;
  gap: 5px;
  border-top: 1px solid rgba(176, 205, 211, .1);
}

.v31-site .v13-ai-plan-price > em i:first-child {
  color: #a0b3b8;
}

.v31-site .v13-ai-plan-price > em i:last-child {
  color: #5f7780;
}

.v31-site .v5-ai-channels article.v13-channel-whatsapp {
  --channel-accent: #69cba8;
  --channel-line: rgba(105, 203, 168, .22);
  --channel-soft: rgba(105, 203, 168, .075);
}

.v31-site .v5-ai-channels article.v13-channel-voice {
  --channel-accent: #e3a169;
  --channel-line: rgba(227, 161, 105, .23);
  --channel-soft: rgba(227, 161, 105, .075);
}

.v31-site .v5-ai-channels article,
.v31-site .v5-ai-channels article + article,
.v31-site .v5-ai-channels article:last-child {
  min-height: 288px;
  padding: 25px 26px 0;
  border: 1px solid var(--channel-line);
  background: #09212a;
  border-radius: 17px;
  box-shadow: 0 12px 30px rgba(0, 8, 13, .08);
  transform: none;
}

.v31-site .v5-ai-channels article:hover {
  border-color: var(--channel-accent);
  box-shadow: inset 0 3px 0 var(--channel-accent), 0 17px 38px rgba(0, 8, 13, .13);
  transform: translateY(-2px);
}

.v31-site .v5-ai-channels article::after,
.v31-site .v5-ai-channels article.v13-channel-voice::after {
  top: 0;
  right: auto;
  left: 26px;
  width: 38px;
  height: 2px;
  background: var(--channel-accent);
  opacity: .9;
}

.v31-site .v5-ai-channels article header span {
  color: var(--channel-accent);
}

.v31-site .v5-ai-channels article header span svg {
  width: 18px;
  height: 18px;
  padding: 8px;
  color: var(--channel-accent);
  border: 1px solid var(--channel-line);
  background: var(--channel-soft);
  border-radius: 11px;
  box-sizing: content-box;
}

.v31-site .v5-ai-channels article h3 {
  margin-top: 25px;
  color: #f3f7f7;
  font-size: clamp(22px, 1.65vw, 28px);
  line-height: 1.08;
}

.v31-site .v5-ai-channels article > p {
  margin-top: 13px;
  color: #8299a2;
  font-size: 9px;
  line-height: 1.6;
}

.v31-site .v5-ai-channels article ul {
  margin-top: 16px;
}

.v31-site .v5-ai-channels article ul li {
  border-color: var(--channel-line);
  background: var(--channel-soft);
  color: #a0b2b7;
}

.v31-site .v5-ai-channels article > footer,
.v31-site .v5-ai-channels article.v13-channel-voice > footer {
  min-height: 76px;
  margin: 20px -26px 0;
  padding: 0 26px;
  border-top: 1px solid var(--channel-line);
  background: rgba(0, 11, 17, .2);
}

.v31-site .v5-ai-channels article > footer::before {
  display: none;
}

.v31-site .v5-ai-channels article > footer > span {
  color: #6c858e;
}

.v31-site .v5-ai-channels article > footer b {
  color: #f7f9f9;
  font-size: 29px;
}

.v31-site .v5-ai-channels article > footer b strong,
.v31-site .v5-ai-channels article.v13-channel-voice > footer b strong {
  color: var(--channel-accent);
}

.v31-site .v5-ai-channels article > footer em {
  color: #617881;
}

.v31-site .v5-token-row {
  margin-top: 30px;
}

@media (max-width: 1180px) {
  .v31-site .v5-ai-layout {
    grid-template-columns: 1fr;
  }

  .v31-site .v5-ai-channels {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
  }

  .v31-site .v5-ai-channels > .v13-ai-column-head {
    grid-column: 1 / -1;
  }

  .v31-site .v5-ai-channels article,
  .v31-site .v5-ai-channels article + article {
    min-height: 330px;
  }
}

@media (max-width: 760px) {
  .v31-site .v5-ai-layout {
    gap: 18px;
  }

  .v31-site .v5-ai-plans,
  .v31-site .v5-ai-channels {
    padding: 8px;
    gap: 8px;
    border-radius: 19px;
  }

  .v31-site .v13-ai-column-head,
  .v31-site .v5-ai-plans > .v13-ai-column-head,
  .v31-site .v5-ai-channels > .v13-ai-column-head {
    min-height: 58px;
    padding-inline: 13px;
  }

  .v31-site .v5-ai-plans article,
  .v31-site .v5-ai-plans article.featured,
  .v31-site .v5-ai-plans article:last-child {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    border-radius: 14px;
  }

  .v31-site .v5-ai-plans article > .v13-ai-plan-id {
    padding: 18px 18px 13px;
    align-items: center;
    align-content: initial;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-column: 1;
    grid-row: 1;
    border-right: 0;
    border-bottom: 1px solid rgba(176, 205, 211, .09);
  }

  .v31-site .v13-ai-plan-id svg {
    width: 18px;
    height: 18px;
    padding: 8px;
  }

  .v31-site .v13-ai-plan-id span {
    max-width: none;
    margin: 0;
  }

  .v31-site .v13-ai-plan-id small {
    text-align: right;
  }

  .v31-site .v5-ai-plans article > .v13-ai-plan-copy {
    padding: 20px 18px 15px;
    grid-column: 1;
    grid-row: 2;
  }

  .v31-site .v13-ai-plan-copy h3 {
    font-size: 23px;
  }

  .v31-site .v5-ai-plans article .v13-ai-plan-price,
  .v31-site .v5-ai-plans article.featured .v13-ai-plan-price {
    min-height: 104px;
    margin: 0 9px 9px;
    padding: 17px;
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    grid-column: 1;
    grid-row: 3;
  }

  .v31-site .v13-ai-plan-price > span {
    margin: 0 0 5px;
    grid-column: 1;
  }

  .v31-site .v13-ai-plan-price b {
    grid-column: 1;
    grid-row: 2;
  }

  .v31-site .v13-ai-plan-price > em {
    width: auto;
    margin: 0;
    padding: 0 0 0 16px;
    grid-column: 2;
    grid-row: 1 / 3;
    border-top: 0;
    border-left: 1px solid rgba(176, 205, 211, .1);
  }

  .v31-site .v5-ai-channels {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .v31-site .v5-ai-channels > .v13-ai-column-head {
    grid-column: 1;
  }

  .v31-site .v5-ai-channels article,
  .v31-site .v5-ai-channels article + article,
  .v31-site .v5-ai-channels article:last-child {
    min-height: 326px;
    padding: 23px 20px 0;
    border-radius: 14px;
  }

  .v31-site .v5-ai-channels article > footer,
  .v31-site .v5-ai-channels article.v13-channel-voice > footer {
    margin-inline: -20px;
    padding-inline: 20px;
  }
}

@media (max-width: 390px) {
  .v31-site .v13-ai-column-head em {
    display: none;
  }

  .v31-site .v13-ai-plan-price > em {
    padding-left: 10px;
  }

  .v31-site .v5-ai-channels article > footer em {
    display: none;
  }
}

@media (max-width: 360px) {
  .v31-site .v5-ai-channels article,
  .v31-site .v5-ai-channels article + article,
  .v31-site .v5-ai-channels article:last-child {
    min-height: 352px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v31-site .v5-ai-plans article,
  .v31-site .v5-ai-channels article {
    transition: none;
    transform: none;
  }
}

/* =========================================================
   V32 — APPLICATION FLOW / THREE CONTROLLED PHASES
   ========================================================= */

.v32-site .v21-protocol-flow {
  padding: 12px;
  background: #001722;
}

.v32-site .v21-protocol-flow-head {
  min-height: 62px;
  padding-inline: 20px;
  border: 0;
  background: rgba(255, 255, 255, .025);
  border-radius: 14px;
}

.v32-site .v21-protocol-flow-head span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.v32-site .v21-protocol-flow-head span::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  background: var(--v5-cyan);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(29, 215, 210, .08);
  content: "";
}

.v32-site .v32-flow-phases {
  display: grid;
  margin-top: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.v32-site .v32-flow-phases > span {
  --phase-accent: #77cad0;
  --phase-line: rgba(119, 202, 208, .2);
  display: flex;
  min-width: 0;
  min-height: 58px;
  padding: 0 18px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--phase-line);
  background: rgba(119, 202, 208, .045);
  border-radius: 13px;
}

.v32-site .v32-flow-phases > span:nth-child(2) {
  --phase-accent: #e7a05c;
  --phase-line: rgba(231, 160, 92, .22);
  background: rgba(231, 160, 92, .045);
}

.v32-site .v32-flow-phases > span:nth-child(3) {
  --phase-accent: #5fcca3;
  --phase-line: rgba(95, 204, 163, .21);
  background: rgba(95, 204, 163, .045);
}

.v32-site .v32-flow-phases small {
  color: var(--phase-accent);
  font-size: 6px;
  font-weight: 850;
  letter-spacing: .14em;
}

.v32-site .v32-flow-phases b {
  color: #dce7e9;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -.015em;
}

.v32-site .v21-protocol .v21-protocol-flow ol {
  display: grid;
  margin: 10px 0 0;
  padding: 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.v32-site .v21-protocol .v21-protocol-flow ol::before {
  display: none;
}

.v32-site .v21-protocol .v21-protocol-flow li,
.v32-site .v21-protocol .v21-protocol-flow li:nth-child(2n),
.v32-site .v21-protocol .v21-protocol-flow li:nth-child(3n),
.v32-site .v21-protocol .v21-protocol-flow li:nth-child(n + 4),
.v32-site .v21-protocol .v21-protocol-flow li:nth-child(n + 5) {
  --step-accent: #77cad0;
  --step-line: rgba(119, 202, 208, .2);
  --step-soft: rgba(119, 202, 208, .065);
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 204px;
  padding: 20px;
  align-items: flex-start;
  flex-direction: column;
  overflow: visible;
  border: 1px solid var(--step-line);
  background: #08212b;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 8, 13, .08);
}

.v32-site .v21-protocol .v21-protocol-flow li:nth-child(3),
.v32-site .v21-protocol .v21-protocol-flow li:nth-child(4) {
  --step-accent: #e7a05c;
  --step-line: rgba(231, 160, 92, .22);
  --step-soft: rgba(231, 160, 92, .065);
}

.v32-site .v21-protocol .v21-protocol-flow li:nth-child(5),
.v32-site .v21-protocol .v21-protocol-flow li:nth-child(6) {
  --step-accent: #5fcca3;
  --step-line: rgba(95, 204, 163, .21);
  --step-soft: rgba(95, 204, 163, .065);
}

.v32-site .v21-protocol .v21-protocol-flow li:nth-child(2n) {
  border-right: 1px solid var(--step-line);
}

.v32-site .v21-protocol .v21-protocol-flow li::after {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: -16px;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  color: var(--step-accent);
  border: 1px solid var(--step-line);
  background: #001722;
  border-radius: 50%;
  content: "→";
  font-size: 10px;
  transform: translateY(-50%);
}

.v32-site .v21-protocol .v21-protocol-flow li:nth-child(2n)::after {
  display: none;
}

.v32-site .v21-protocol .v21-protocol-flow li > b {
  position: absolute;
  top: 20px;
  right: 18px;
  display: grid;
  min-width: 31px;
  height: 23px;
  padding-inline: 7px;
  place-items: center;
  color: var(--step-accent);
  border: 1px solid var(--step-line);
  background: var(--step-soft);
  border-radius: 999px;
  font-size: 7px;
  letter-spacing: .1em;
}

.v32-site .v21-protocol .v21-protocol-flow li > svg,
.v32-site .v21-protocol .v21-protocol-flow li:nth-child(4) > svg,
.v32-site .v21-protocol .v21-protocol-flow li:nth-child(5) > svg,
.v32-site .v21-protocol .v21-protocol-flow li:last-child > svg {
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 11px;
  color: var(--step-accent);
  border: 1px solid var(--step-line);
  background: var(--step-soft);
  border-radius: 13px;
  box-shadow: none;
  box-sizing: content-box;
}

.v32-site .v21-protocol .v21-protocol-flow li > span {
  max-width: 150px;
  margin-top: auto;
  color: #f2f6f7;
  font-size: clamp(14px, 1.12vw, 17px);
  line-height: 1.18;
}

.v32-site .v21-protocol .v21-protocol-flow li > span small {
  min-height: 0;
  margin-top: 8px;
  color: #718891;
  font-size: 8px;
  line-height: 1.5;
}

.v32-site .v21-protocol .v14-timeline-duration {
  display: grid;
  margin: 0;
  padding: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(280px, 1.2fr);
  gap: 10px;
  border: 0;
  border-top: 1px solid rgba(164, 198, 207, .14);
  background: #00131f;
}

.v32-site .v21-protocol .v14-timeline-duration > span {
  --duration-accent: #77cad0;
  --duration-line: rgba(119, 202, 208, .19);
  position: relative;
  min-height: 118px;
  padding: 21px;
  border: 1px solid var(--duration-line);
  background: rgba(119, 202, 208, .045);
  border-radius: 14px;
}

.v32-site .v21-protocol .v14-timeline-duration > span:nth-child(2) {
  --duration-accent: #e7a05c;
  --duration-line: rgba(231, 160, 92, .21);
  background: rgba(231, 160, 92, .045);
}

.v32-site .v21-protocol .v14-timeline-duration > span:nth-child(3) {
  --duration-accent: #5fcca3;
  --duration-line: rgba(95, 204, 163, .2);
  background: rgba(95, 204, 163, .045);
}

.v32-site .v21-protocol .v14-timeline-duration > span::before {
  position: absolute;
  top: -1px;
  left: 20px;
  width: 38px;
  height: 2px;
  background: var(--duration-accent);
  content: "";
}

.v32-site .v21-protocol .v14-timeline-duration > span small {
  color: var(--duration-accent);
  font-size: 6px;
}

.v32-site .v21-protocol .v14-timeline-duration > span b {
  margin-top: 13px;
  font-size: clamp(21px, 1.55vw, 26px);
}

.v32-site .v21-protocol .v14-timeline-duration > span em {
  margin-top: 9px;
  color: #6e858e;
  font-size: 8px;
}

.v32-site .v21-protocol .v14-timeline-duration > p {
  min-height: 118px;
  padding: 21px;
  border: 1px solid rgba(164, 198, 207, .13);
  background: rgba(255, 255, 255, .02);
  border-radius: 14px;
}

.v32-site .v21-protocol .v14-timeline-duration > p svg {
  width: 18px;
  height: 18px;
  padding: 8px;
  border-radius: 11px;
  box-sizing: content-box;
}

@media (max-width: 1120px) {
  .v32-site .v21-protocol .v21-protocol-flow ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(174px, auto));
  }

  .v32-site .v21-protocol .v21-protocol-flow li,
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(2n),
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(3n),
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(n + 4),
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(n + 5) {
    min-height: 174px;
    border: 1px solid var(--step-line);
  }

  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(1) { grid-column: 1; grid-row: 1; }
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(2) { grid-column: 1; grid-row: 2; }
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(3) { grid-column: 2; grid-row: 1; }
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(4) { grid-column: 2; grid-row: 2; }
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(5) { grid-column: 3; grid-row: 1; }
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(6) { grid-column: 3; grid-row: 2; }

  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(odd)::after {
    top: auto;
    right: auto;
    bottom: -16px;
    left: 50%;
    content: "↓";
    transform: translateX(-50%);
  }

  .v32-site .v21-protocol .v14-timeline-duration {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .v32-site .v21-protocol .v14-timeline-duration > p {
    min-height: 76px;
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .v32-site .v21-protocol-flow {
    padding: 8px;
  }

  .v32-site .v21-protocol-flow-head {
    min-height: 64px;
    padding-inline: 14px;
  }

  .v32-site .v32-flow-phases {
    display: none;
  }

  .v32-site .v21-protocol .v21-protocol-flow ol {
    margin-top: 8px;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 8px;
  }

  .v32-site .v21-protocol .v21-protocol-flow li,
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(2n),
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(3n),
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(n + 4),
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(n + 5),
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(1),
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(2),
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(3),
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(4),
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(5),
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(6) {
    display: grid;
    min-height: 88px;
    padding: 14px 46px 14px 14px;
    align-items: center;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-column: 1;
    grid-row: auto;
    column-gap: 12px;
  }

  .v32-site .v21-protocol .v21-protocol-flow li::after,
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(odd)::after {
    display: none;
  }

  .v32-site .v21-protocol .v21-protocol-flow li > b {
    top: 14px;
    right: 13px;
  }

  .v32-site .v21-protocol .v21-protocol-flow li > svg,
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(4) > svg,
  .v32-site .v21-protocol .v21-protocol-flow li:nth-child(5) > svg,
  .v32-site .v21-protocol .v21-protocol-flow li:last-child > svg {
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 9px;
    grid-column: 1;
  }

  .v32-site .v21-protocol .v21-protocol-flow li > span {
    max-width: none;
    margin: 0;
    grid-column: 2;
    font-size: 14px;
  }

  .v32-site .v21-protocol .v21-protocol-flow li > span small {
    margin-top: 4px;
  }

  .v32-site .v21-protocol .v14-timeline-duration {
    padding: 8px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .v32-site .v21-protocol .v14-timeline-duration > span,
  .v32-site .v21-protocol .v14-timeline-duration > p {
    min-height: 94px;
    padding: 18px;
    grid-column: 1;
    border: 1px solid var(--duration-line, rgba(164, 198, 207, .13));
    border-radius: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v32-site .v21-protocol .v21-protocol-flow li,
  .v32-site .v21-protocol .v21-protocol-flow li > svg {
    transition: none;
    transform: none;
  }
}

/* =========================================================
   V33 — APPLICATION FLOW / PHASE DOSSIERS
   ========================================================= */

.v33-site .v21-protocol-flow {
  padding: 12px;
  background: #001722;
}

.v33-site .v33-flow-board {
  display: grid;
  margin-top: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.v33-site .v33-flow-phase {
  --phase-accent: #79ccd2;
  --phase-line: rgba(121, 204, 210, .22);
  --phase-soft: rgba(121, 204, 210, .065);
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--phase-line);
  background: #07202a;
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(0, 8, 13, .12);
}

.v33-site .v33-flow-phase::before {
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 22px;
  width: 58px;
  height: 2px;
  background: var(--phase-accent);
  content: "";
}

.v33-site .v33-flow-phase-data {
  --phase-accent: #e8a15c;
  --phase-line: rgba(232, 161, 92, .23);
  --phase-soft: rgba(232, 161, 92, .065);
}

.v33-site .v33-flow-phase-live {
  --phase-accent: #5fd0a5;
  --phase-line: rgba(95, 208, 165, .22);
  --phase-soft: rgba(95, 208, 165, .065);
}

.v33-site .v33-flow-phase > header {
  position: relative;
  display: flex;
  min-height: 124px;
  padding: 24px 22px 20px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(166, 199, 207, .12);
  background: rgba(255, 255, 255, .018);
}

.v33-site .v33-flow-phase > header > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.v33-site .v33-flow-phase > header small,
.v33-site .v33-flow-phase > footer small {
  color: var(--phase-accent);
  font-size: 6px;
  font-weight: 850;
  letter-spacing: .15em;
}

.v33-site .v33-flow-phase > header b {
  margin-top: 13px;
  color: #f1f6f7;
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 690;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.v33-site .v33-flow-phase > header em {
  margin-top: 8px;
  color: #718992;
  font-size: 9px;
  font-style: normal;
  line-height: 1.45;
}

.v33-site .v33-flow-phase > header > strong {
  display: grid;
  min-width: 52px;
  min-height: 26px;
  padding-inline: 10px;
  place-items: center;
  color: var(--phase-accent);
  border: 1px solid var(--phase-line);
  background: var(--phase-soft);
  border-radius: 999px;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .1em;
  white-space: nowrap;
}

.v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase > ol,
.v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase > ol:nth-of-type(1) {
  position: relative;
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, minmax(106px, auto));
  gap: 0;
}

.v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase > ol::before {
  position: absolute;
  z-index: 2;
  top: 76px;
  bottom: 76px;
  left: 45px;
  display: block;
  width: 1px;
  background: var(--phase-line);
  content: "";
}

.v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li,
.v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li:nth-child(2n),
.v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li:nth-child(3n),
.v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li:nth-child(n + 4),
.v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li:nth-child(n + 5) {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  min-height: 106px;
  padding: 18px 18px 18px 20px;
  align-items: center;
  grid-template-columns: 52px minmax(0, 1fr) 30px;
  grid-template-rows: 1fr;
  column-gap: 13px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li + li {
  border-top: 1px solid rgba(166, 199, 207, .1);
}

.v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li::after {
  display: none;
}

.v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li > svg,
.v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li:nth-child(4) > svg,
.v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li:nth-child(5) > svg,
.v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li:last-child > svg {
  position: relative;
  z-index: 3;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 10px;
  grid-column: 1;
  grid-row: 1;
  color: var(--phase-accent);
  border: 1px solid var(--phase-line);
  background: #092630;
  border-radius: 13px;
  box-shadow: 0 0 0 6px #07202a;
  box-sizing: content-box;
}

.v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li > span {
  max-width: none;
  margin: 0;
  grid-column: 2;
  grid-row: 1;
  color: #f2f6f7;
  font-size: 15px;
  font-weight: 680;
  line-height: 1.15;
}

.v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li > span small {
  min-height: 0;
  margin-top: 6px;
  color: #728b94;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.4;
}

.v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li > b {
  position: static;
  display: grid;
  width: 28px;
  min-width: 28px;
  height: 22px;
  padding: 0;
  place-items: center;
  grid-column: 3;
  grid-row: 1;
  color: var(--phase-accent);
  border: 1px solid var(--phase-line);
  background: var(--phase-soft);
  border-radius: 999px;
  font-size: 7px;
  letter-spacing: .08em;
}

.v33-site .v33-flow-phase > footer {
  display: grid;
  min-height: 66px;
  padding: 16px 20px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  border-top: 1px solid rgba(166, 199, 207, .12);
  background: rgba(255, 255, 255, .018);
}

.v33-site .v33-flow-phase > footer small,
.v33-site .v33-flow-phase > footer strong {
  grid-column: 1;
}

.v33-site .v33-flow-phase > footer strong {
  margin-top: 5px;
  color: #c9d9dc;
  font-size: 10px;
  font-weight: 650;
}

.v33-site .v33-flow-phase > footer svg {
  width: 13px;
  height: 13px;
  padding: 7px;
  grid-column: 2;
  grid-row: 1 / 3;
  color: var(--phase-accent);
  border: 1px solid var(--phase-line);
  background: var(--phase-soft);
  border-radius: 50%;
  box-sizing: content-box;
}

@media (hover: hover) and (pointer: fine) {
  .v33-site .v33-flow-phase {
    transition: transform .28s ease, border-color .28s ease, background-color .28s ease;
  }

  .v33-site .v33-flow-phase:hover {
    border-color: color-mix(in srgb, var(--phase-accent) 42%, transparent);
    background: #09232e;
    transform: translateY(-3px);
  }
}

@media (max-width: 980px) {
  .v33-site .v33-flow-board {
    grid-template-columns: 1fr;
  }

  .v33-site .v33-flow-phase {
    display: grid;
    grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
  }

  .v33-site .v33-flow-phase > header {
    min-height: 100%;
    grid-column: 1;
    grid-row: 1;
    border-right: 1px solid rgba(166, 199, 207, .12);
    border-bottom: 0;
  }

  .v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase > ol,
  .v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase > ol:nth-of-type(1) {
    grid-column: 2;
    grid-row: 1;
  }

  .v33-site .v33-flow-phase > footer {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 620px) {
  .v33-site .v33-flow-board {
    gap: 8px;
  }

  .v33-site .v33-flow-phase {
    display: block;
    border-radius: 15px;
  }

  .v33-site .v33-flow-phase > header {
    min-height: 105px;
    padding: 20px 18px 17px;
    border-right: 0;
    border-bottom: 1px solid rgba(166, 199, 207, .12);
  }

  .v33-site .v33-flow-phase > header b {
    margin-top: 10px;
    font-size: 19px;
  }

  .v33-site .v33-flow-phase > header em {
    margin-top: 6px;
  }

  .v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase > ol,
  .v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase > ol:nth-of-type(1) {
    grid-template-rows: repeat(2, minmax(86px, auto));
  }

  .v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase > ol::before {
    top: 61px;
    bottom: 61px;
    left: 38px;
  }

  .v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li,
  .v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li:nth-child(2n),
  .v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li:nth-child(3n),
  .v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li:nth-child(n + 4),
  .v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li:nth-child(n + 5) {
    min-height: 86px;
    padding: 14px 14px 14px 14px;
    grid-template-columns: 46px minmax(0, 1fr) 28px;
    column-gap: 10px;
  }

  .v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li > svg,
  .v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li:nth-child(4) > svg,
  .v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li:nth-child(5) > svg,
  .v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li:last-child > svg {
    width: 17px;
    height: 17px;
    padding: 8px;
    border-radius: 11px;
    box-shadow: 0 0 0 5px #07202a;
  }

  .v33-site .v21-protocol .v21-protocol-flow .v33-flow-phase li > span {
    font-size: 14px;
  }

  .v33-site .v33-flow-phase > footer {
    min-height: 60px;
    padding: 14px 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v33-site .v33-flow-phase {
    transition: none;
    transform: none;
  }
}

/* =========================================================
   V34 — DIRECT PHONE + WHATSAPP CONTACT
   ========================================================= */

.v34-site .v34-whatsapp-float {
  position: fixed;
  z-index: 94;
  right: 346px;
  bottom: 18px;
  display: flex;
  min-width: 196px;
  min-height: 66px;
  padding: 7px 15px 7px 7px;
  align-items: center;
  gap: 11px;
  color: #002019;
  border: 1px solid rgba(0, 55, 39, .12);
  background: rgba(246, 252, 249, .98);
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(0, 15, 26, .19);
  backdrop-filter: blur(16px);
  transition: transform .22s ease, box-shadow .22s ease;
}

.v34-site .v34-whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(0, 15, 26, .25);
}

.v34-site .v34-whatsapp-float > svg {
  width: 20px;
  height: 20px;
  padding: 12px;
  flex: 0 0 auto;
  color: #fff;
  background: #20b875;
  border-radius: 11px;
  box-sizing: content-box;
}

.v34-site .v34-whatsapp-float > span {
  display: grid;
  gap: 4px;
}

.v34-site .v34-whatsapp-float small {
  color: #16825b;
  font-size: 6px;
  font-weight: 850;
  letter-spacing: .12em;
}

.v34-site .v34-whatsapp-float strong {
  font-family: var(--v5-display);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: -.025em;
  white-space: nowrap;
}

.v34-site .v34-footer-contact {
  display: grid;
  margin-top: 2px;
  grid-template-columns: minmax(0, 1.25fr) minmax(132px, .75fr);
  grid-column: 1 / -1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 4px;
}

.v34-site .v34-footer-contact > a {
  display: flex;
  min-height: 72px;
  padding: 0 17px;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, .8);
}

.v34-site .v34-footer-contact > a + a {
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.v34-site .v34-footer-contact svg {
  width: 17px;
  flex: 0 0 auto;
  color: var(--v5-cyan);
}

.v34-site .v34-footer-contact span {
  display: grid;
  gap: 5px;
}

.v34-site .v34-footer-contact small {
  color: rgba(255, 255, 255, .34);
  font-size: 6px;
  font-weight: 850;
  letter-spacing: .13em;
}

.v34-site .v34-footer-contact strong {
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}

.v34-site .v34-footer-whatsapp {
  justify-content: space-between;
  background: rgba(32, 184, 117, .075);
}

.v34-site .v34-footer-whatsapp svg,
.v34-site .v9-ai-panel nav .v34-ai-whatsapp span svg {
  color: #43dc9c;
}

.v34-site .v9-ai-panel nav .v34-ai-whatsapp {
  border-color: rgba(67, 220, 156, .25);
  background: rgba(67, 220, 156, .06);
}

@media (max-width: 980px) {
  .v34-site .v7-mobile-actions {
    grid-template-columns: 1fr 1fr;
  }

  .v34-site .v7-mobile-actions .v34-mobile-whatsapp,
  .v34-site .v7-mobile-actions .v34-mobile-whatsapp:last-child {
    grid-column: 1 / -1;
    color: #fff;
    background: #15885b;
  }

  .v34-site .v34-whatsapp-float {
    right: 146px;
  }
}

@media (max-width: 680px) {
  .v34-site .v34-whatsapp-float {
    right: auto;
    bottom: 14px;
    left: 14px;
    min-width: 58px;
    min-height: 58px;
    width: 58px;
    padding: 3px;
    justify-content: center;
    border-radius: 14px;
  }

  .v34-site .v34-whatsapp-float > svg {
    width: 20px;
    height: 20px;
    padding: 15px;
    border-radius: 11px;
  }

  .v34-site .v34-whatsapp-float > span {
    display: none;
  }

  .v34-site .v34-footer-contact {
    grid-template-columns: 1fr;
  }

  .v34-site .v34-footer-contact > a + a {
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v34-site .v34-whatsapp-float {
    transition: none;
    transform: none;
  }
}
