body.tt-site.page-template-orders-management .tt-main {
  overflow: hidden;
}

.tt-orders-page {
  background: var(--tt-bg);
  color: var(--tt-text);
}

.tt-orders-hero {
  position: relative;
  min-height: 850px;
  padding: 174px 0 96px;
  overflow: hidden;
  isolation: isolate;
}

.tt-orders-hero::before {
  position: absolute;
  z-index: -2;
  top: -24%;
  right: -12%;
  width: min(860px, 68vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(110, 71, 255, 0.28), rgba(110, 71, 255, 0) 67%);
  content: "";
}

.tt-orders-hero::after {
  position: absolute;
  z-index: -2;
  bottom: -34%;
  left: -18%;
  width: min(740px, 60vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 91, 73, 0.16), rgba(255, 91, 73, 0) 68%);
  content: "";
}

.tt-orders-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000 12%, transparent 92%);
}

.tt-orders-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.05fr);
  align-items: center;
  gap: clamp(42px, 6vw, 96px);
}

.tt-orders-hero-copy {
  position: relative;
  z-index: 3;
}

.tt-orders-hero-copy h1 {
  max-width: 760px;
  margin: 24px 0 28px;
  color: #fff;
  font-size: clamp(50px, 5.25vw, 84px);
  font-weight: 820;
  letter-spacing: -0.068em;
  line-height: 0.98;
}

.tt-orders-hero-copy h1 span {
  display: block;
  color: var(--tt-coral);
}

.tt-orders-hero-copy > p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.72;
}

.tt-orders-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.tt-orders-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 670px;
  margin: 52px 0 0;
  padding: 0;
  border-top: 1px solid var(--tt-line);
  list-style: none;
}

.tt-orders-proof li {
  display: grid;
  min-height: 86px;
  align-content: center;
  gap: 4px;
  padding: 16px 18px 12px 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 690;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.tt-orders-proof li + li {
  padding-left: 18px;
  border-left: 1px solid var(--tt-line);
}

.tt-orders-hero-visual {
  position: relative;
  min-height: 590px;
}

.tt-orders-visual-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(590px, 45vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.tt-orders-visual-orbit::before,
.tt-orders-visual-orbit::after {
  position: absolute;
  inset: 14%;
  border: 1px dashed rgba(170, 146, 255, 0.2);
  border-radius: inherit;
  content: "";
}

.tt-orders-visual-orbit::after {
  inset: 34%;
  border-style: solid;
  border-color: rgba(48, 216, 163, 0.22);
}

.tt-orders-main-product,
.tt-orders-product-float {
  position: absolute;
  margin: 0;
}

.tt-orders-main-product {
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(430px, 34vw);
  transform: translate(-50%, -50%);
}

.tt-orders-main-product img,
.tt-orders-product-float img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 34px 64px rgba(0, 0, 0, 0.42));
}

.tt-orders-product-float {
  z-index: 3;
  width: min(190px, 15vw);
}

.tt-orders-product-mobile {
  right: -2%;
  bottom: 3%;
  transform: rotate(5deg);
}

.tt-orders-product-pos {
  top: 3%;
  left: -2%;
  transform: rotate(-6deg);
}

.tt-orders-live {
  position: absolute;
  z-index: 4;
  top: 16%;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(33, 17, 49, 0.82);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 750;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.tt-orders-live i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tt-mint);
  box-shadow: 0 0 0 6px rgba(48, 216, 163, 0.12);
  animation: tt-orders-live 1.8s ease-in-out infinite;
}

.tt-orders-section-head {
  display: grid;
  grid-template-columns: minmax(190px, 0.45fr) minmax(0, 1.55fr);
  align-items: start;
  gap: 48px;
}

.tt-orders-section-head h2 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 4.5vw, 70px);
  font-weight: 790;
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.tt-orders-section-head p {
  max-width: 740px;
  margin: 24px 0 0;
  color: var(--tt-muted);
  font-size: 17px;
  line-height: 1.72;
}

.tt-orders-channels,
.tt-orders-capabilities {
  padding: 118px 0;
}

.tt-orders-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 76px;
  border-top: 1px solid var(--tt-line);
  border-bottom: 1px solid var(--tt-line);
}

.tt-orders-channel-grid article {
  position: relative;
  min-height: 340px;
  padding: 48px clamp(26px, 3vw, 46px);
}

.tt-orders-channel-grid article + article {
  border-left: 1px solid var(--tt-line);
}

.tt-orders-channel-grid article::after {
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: var(--tt-coral);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 360ms var(--tt-ease);
}

.tt-orders-channel-grid article:nth-child(2)::after {
  background: var(--tt-mint);
}

.tt-orders-channel-grid article:nth-child(3)::after {
  background: var(--tt-violet-soft);
}

.tt-orders-channel-grid article:hover::after,
.tt-orders-channel-grid article:focus-within::after {
  transform: scaleX(1);
}

.tt-orders-channel-grid .tt-ui-icon {
  width: 34px;
  height: 34px;
  color: var(--tt-coral);
  stroke-width: 1.7;
}

.tt-orders-channel-grid article:nth-child(2) .tt-ui-icon {
  color: var(--tt-mint);
}

.tt-orders-channel-grid article:nth-child(3) .tt-ui-icon {
  color: var(--tt-violet-soft);
}

.tt-orders-channel-grid h3 {
  margin: 28px 0 14px;
  color: #fff;
  font-size: clamp(25px, 2vw, 32px);
  font-weight: 760;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.tt-orders-channel-grid p {
  margin: 0;
  color: var(--tt-muted);
  font-size: 15px;
  line-height: 1.7;
}

.tt-orders-channel-grid a,
.tt-orders-feature-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  color: #fff;
  font-size: 13px;
  font-weight: 790;
}

.tt-orders-channel-grid a span,
.tt-orders-feature-copy > a span {
  color: var(--tt-coral);
  transition: transform 220ms var(--tt-ease);
}

.tt-orders-channel-grid a:hover span,
.tt-orders-feature-copy > a:hover span {
  transform: translate(3px, -3px);
}

.tt-orders-flow {
  padding: 118px 0 126px;
  background: var(--tt-light);
  color: var(--tt-ink);
}

.tt-orders-section-head-light h2 {
  color: var(--tt-ink);
}

.tt-orders-section-head-light p {
  color: var(--tt-muted-light);
}

.tt-orders-section-head-light .tt-kicker {
  color: var(--tt-ink);
}

.tt-orders-flow-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 82px 0 0;
  padding: 0;
  border-top: 1px solid var(--tt-line-dark);
  list-style: none;
}

.tt-orders-flow-list li {
  position: relative;
  min-height: 270px;
  padding: 44px clamp(22px, 2.4vw, 38px) 24px 0;
}

.tt-orders-flow-list li + li {
  padding-left: clamp(22px, 2.4vw, 38px);
  border-left: 1px solid var(--tt-line-dark);
}

.tt-orders-flow-list .tt-ui-icon {
  width: 31px;
  height: 31px;
  color: var(--tt-violet);
  stroke-width: 1.7;
}

.tt-orders-flow-list h3 {
  margin: 26px 0 13px;
  color: var(--tt-ink);
  font-size: 23px;
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.tt-orders-flow-list p {
  margin: 0;
  color: var(--tt-muted-light);
  font-size: 14px;
  line-height: 1.68;
}

.tt-orders-feature {
  padding: 112px 0;
  border-bottom: 1px solid var(--tt-line);
}

.tt-orders-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  align-items: center;
  gap: clamp(54px, 7vw, 116px);
}

.tt-orders-feature-reverse {
  background: var(--tt-light);
  color: var(--tt-ink);
}

.tt-orders-feature-reverse .tt-orders-feature-layout {
  grid-template-columns: minmax(520px, 1.14fr) minmax(0, 0.86fr);
}

.tt-orders-feature-reverse .tt-orders-feature-copy {
  grid-column: 2;
}

.tt-orders-feature-reverse .tt-orders-feature-visual {
  grid-column: 1;
  grid-row: 1;
}

.tt-orders-feature-copy h2 {
  max-width: 680px;
  margin: 23px 0 24px;
  color: #fff;
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 790;
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.tt-orders-feature-copy > p {
  max-width: 630px;
  margin: 0;
  color: var(--tt-muted);
  font-size: 16px;
  line-height: 1.72;
}

.tt-orders-feature-copy ul {
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid var(--tt-line);
  list-style: none;
}

.tt-orders-feature-copy li {
  position: relative;
  padding: 14px 0 14px 28px;
  border-bottom: 1px solid var(--tt-line);
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 620;
}

.tt-orders-feature-copy li::before {
  position: absolute;
  top: 22px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tt-mint);
  content: "";
}

.tt-orders-feature-visual {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--tt-radius-lg);
  background:
    radial-gradient(circle at 74% 22%, rgba(110, 71, 255, 0.24), transparent 38%),
    var(--tt-bg-raised);
}

.tt-orders-feature-visual::before {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 25px;
  content: "";
}

.tt-orders-feature-visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94%;
  max-width: 780px;
  height: auto;
  filter: drop-shadow(0 34px 62px rgba(0, 0, 0, 0.36));
  transform: translate(-50%, -50%);
}

.tt-orders-feature-reverse .tt-kicker,
.tt-orders-feature-reverse .tt-orders-feature-copy h2,
.tt-orders-feature-reverse .tt-orders-feature-copy > a {
  color: var(--tt-ink);
}

.tt-orders-feature-reverse .tt-orders-feature-copy > p {
  color: var(--tt-muted-light);
}

.tt-orders-feature-reverse .tt-orders-feature-copy ul,
.tt-orders-feature-reverse .tt-orders-feature-copy li {
  border-color: var(--tt-line-dark);
}

.tt-orders-feature-reverse .tt-orders-feature-copy li {
  color: rgba(16, 16, 21, 0.75);
}

.tt-orders-feature-visual-delivery {
  background:
    radial-gradient(circle at 20% 78%, rgba(255, 91, 73, 0.2), transparent 38%),
    linear-gradient(145deg, #2a173c, #1b102b);
}

.tt-orders-capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 78px;
  border-top: 1px solid var(--tt-line);
}

.tt-orders-capability-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  min-height: 190px;
  padding: 34px 34px 34px 0;
  border-bottom: 1px solid var(--tt-line);
}

.tt-orders-capability-list article:nth-child(even) {
  padding-right: 0;
  padding-left: 34px;
  border-left: 1px solid var(--tt-line);
}

.tt-orders-capability-list .tt-ui-icon {
  width: 28px;
  height: 28px;
  color: var(--tt-mint);
  stroke-width: 1.7;
}

.tt-orders-capability-list h3 {
  margin: -4px 0 9px;
  color: #fff;
  font-size: 21px;
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.tt-orders-capability-list p {
  max-width: 490px;
  margin: 0;
  color: var(--tt-muted);
  font-size: 14px;
  line-height: 1.65;
}

.tt-orders-contact {
  padding: 124px 0;
  background: var(--tt-light);
  color: var(--tt-ink);
}

.tt-orders-contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(580px, 1.28fr);
  align-items: start;
  gap: clamp(52px, 7vw, 110px);
}

.tt-orders-contact-layout > div:first-child {
  position: sticky;
  top: 120px;
}

.tt-orders-contact .tt-kicker {
  color: var(--tt-ink);
}

.tt-orders-contact h2 {
  max-width: 660px;
  margin: 24px 0;
  color: var(--tt-ink);
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 790;
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.tt-orders-contact-layout > div:first-child > p {
  max-width: 540px;
  margin: 0;
  color: var(--tt-muted-light);
  font-size: 16px;
  line-height: 1.72;
}

body.tt-site.page-template-orders-management .tt-orders-contact-form.app-form {
  padding: clamp(28px, 3.4vw, 48px) !important;
  border: 1px solid var(--tt-line) !important;
  border-radius: 32px !important;
  background: var(--tt-bg-raised) !important;
  box-shadow: 0 30px 80px rgba(20, 8, 31, 0.22) !important;
}

@keyframes tt-orders-live {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(0.78);
  }
}

@media (max-width: 1100px) {
  .tt-orders-hero {
    min-height: 0;
  }

  .tt-orders-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.8fr);
    gap: 34px;
  }

  .tt-orders-hero-visual {
    min-height: 510px;
  }

  .tt-orders-main-product {
    width: min(390px, 37vw);
  }

  .tt-orders-feature-layout,
  .tt-orders-feature-reverse .tt-orders-feature-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
  }

  .tt-orders-feature-visual {
    min-height: 470px;
  }

  .tt-orders-contact-layout {
    grid-template-columns: minmax(270px, 0.65fr) minmax(500px, 1.35fr);
    gap: 48px;
  }
}

@media (max-width: 900px) {
  .tt-orders-hero {
    padding: 154px 0 76px;
  }

  .tt-orders-hero-layout,
  .tt-orders-section-head,
  .tt-orders-feature-layout,
  .tt-orders-feature-reverse .tt-orders-feature-layout,
  .tt-orders-contact-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .tt-orders-hero-copy h1 {
    max-width: 780px;
  }

  .tt-orders-hero-copy > p {
    max-width: 720px;
  }

  .tt-orders-hero-visual {
    min-height: 560px;
  }

  .tt-orders-visual-orbit {
    width: min(570px, 76vw);
  }

  .tt-orders-main-product {
    width: min(410px, 56vw);
  }

  .tt-orders-product-float {
    width: min(170px, 23vw);
  }

  .tt-orders-product-mobile {
    right: 8%;
  }

  .tt-orders-product-pos {
    left: 8%;
  }

  .tt-orders-live {
    right: 7%;
  }

  .tt-orders-section-head {
    gap: 28px;
  }

  .tt-orders-channel-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .tt-orders-channel-grid article {
    min-height: 0;
    padding: 36px 0 40px;
  }

  .tt-orders-channel-grid article + article {
    border-top: 1px solid var(--tt-line);
    border-left: 0;
  }

  .tt-orders-flow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-orders-flow-list li:nth-child(3) {
    border-left: 0;
  }

  .tt-orders-flow-list li:nth-child(n + 3) {
    border-top: 1px solid var(--tt-line-dark);
  }

  .tt-orders-flow-list li:nth-child(3) {
    padding-left: 0;
  }

  .tt-orders-feature-reverse .tt-orders-feature-copy,
  .tt-orders-feature-reverse .tt-orders-feature-visual {
    grid-column: auto;
    grid-row: auto;
  }

  .tt-orders-feature-reverse .tt-orders-feature-copy {
    order: 1;
  }

  .tt-orders-feature-reverse .tt-orders-feature-visual {
    order: 2;
  }

  .tt-orders-contact-layout > div:first-child {
    position: static;
  }
}

@media (max-width: 640px) {
  .tt-orders-hero {
    padding: 140px 0 56px;
  }

  .tt-orders-hero-copy h1 {
    margin-top: 20px;
    font-size: clamp(44px, 13vw, 62px);
  }

  .tt-orders-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tt-orders-actions .tt-button {
    justify-content: center;
    width: 100%;
  }

  .tt-orders-proof {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 38px;
  }

  .tt-orders-proof li {
    min-height: 66px;
    padding: 12px 0;
  }

  .tt-orders-proof li + li {
    padding-left: 0;
    border-top: 1px solid var(--tt-line);
    border-left: 0;
  }

  .tt-orders-hero-visual {
    min-height: 420px;
  }

  .tt-orders-main-product {
    width: min(320px, 76vw);
  }

  .tt-orders-product-float {
    width: min(125px, 30vw);
  }

  .tt-orders-product-mobile {
    right: -3%;
  }

  .tt-orders-product-pos {
    left: -3%;
  }

  .tt-orders-live {
    top: 7%;
    right: 0;
  }

  .tt-orders-channels,
  .tt-orders-capabilities,
  .tt-orders-flow,
  .tt-orders-feature,
  .tt-orders-contact {
    padding: 82px 0;
  }

  .tt-orders-section-head h2,
  .tt-orders-feature-copy h2,
  .tt-orders-contact h2 {
    font-size: clamp(37px, 10vw, 50px);
  }

  .tt-orders-channel-grid,
  .tt-orders-flow-list,
  .tt-orders-capability-list {
    margin-top: 54px;
  }

  .tt-orders-flow-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .tt-orders-flow-list li,
  .tt-orders-flow-list li + li,
  .tt-orders-flow-list li:nth-child(3) {
    min-height: 0;
    padding: 32px 0 38px;
    border-top: 1px solid var(--tt-line-dark);
    border-left: 0;
  }

  .tt-orders-flow-list li:first-child {
    border-top: 0;
  }

  .tt-orders-feature-visual {
    min-height: 360px;
    border-radius: 26px;
  }

  .tt-orders-capability-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .tt-orders-capability-list article,
  .tt-orders-capability-list article:nth-child(even) {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 0;
    gap: 14px;
    padding: 28px 0;
    border-left: 0;
  }

  body.tt-site.page-template-orders-management .tt-orders-contact-form.app-form {
    padding: 24px 18px !important;
    border-radius: 24px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tt-orders-live i {
    animation: none;
  }

  .tt-orders-channel-grid article::after,
  .tt-orders-channel-grid a span,
  .tt-orders-feature-copy > a span {
    transition: none;
  }
}
