﻿/* --- home-fixes.css --- */
/* Homepage fixes */

.torx-marquee-stack {
  position: relative;
  width: 100%;
  min-height: clamp(168px, 20vw, 260px);
  margin: 0;
  padding: clamp(22px, 3vw, 36px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(38, 198, 209, .16), transparent 24%),
    radial-gradient(circle at 84% 80%, rgba(114, 102, 224, .15), transparent 28%),
    #f7fbff;
}

.torx-marquee-band {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  transform: none;
  box-shadow: 0 18px 44px rgba(12, 24, 44, .12);
}

.torx-marquee-band.top {
  background: linear-gradient(90deg, #29c5c8 0%, #746ce5 100%);
  color: #111;
  transform: rotate(1.4deg) scaleX(1.02);
}

.torx-marquee-band.bottom {
  background: #1c1c1c;
  color: #fff;
  margin-top: -10px;
  transform: rotate(-1.4deg) scaleX(1.02);
}

.torx-marquee-track {
  display: inline-flex;
  width: max-content;
  align-items: center;
  will-change: transform;
  animation: torxMarqueeLeft 22s linear infinite;
}

.torx-marquee-band.bottom .torx-marquee-track {
  animation-name: torxMarqueeRight;
  animation-duration: 24s;
}

.torx-marquee-track span {
  display: inline-block;
  padding: 0 clamp(22px, 3vw, 42px);
  font-family: "DM Mono", "Manrope", Arial, sans-serif;
  font-size: clamp(26px, 4.4vw, 62px);
  line-height: clamp(54px, 6.2vw, 78px);
  font-weight: 500;
  letter-spacing: 0;
}

.torx-marquee-band:hover .torx-marquee-track {
  animation-play-state: paused;
}

@keyframes torxMarqueeLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes torxMarqueeRight {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.torx-package-section {
  width: min(1240px, calc(100% - 32px));
  margin: 56px auto 72px;
  overflow: visible;
}

.torx-package-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 22px;
}

.torx-package-eyebrow {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 8px 12px;
  background: #eef6ff;
  color: #2368d8;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.torx-package-head h2 {
  max-width: 760px;
  margin: 10px 0 0;
  color: #08043a;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: 0;
}

.torx-package-head p {
  max-width: 430px;
  margin: 0;
  color: #6e6796;
  font-size: 16px;
  line-height: 1.6;
}

.torx-package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.torx-package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  border: 1px solid rgba(112, 104, 180, .12);
  border-radius: 8px;
  padding: clamp(22px, 2vw, 28px);
  background: #f7f4ff;
  box-shadow: 0 20px 54px rgba(14, 15, 54, .07);
  animation: torxPackageRise .65s ease both;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.torx-package-card:nth-child(2) {
  animation-delay: .08s;
}

.torx-package-card:nth-child(3) {
  animation-delay: .16s;
}

.torx-package-card:nth-child(4) {
  animation-delay: .24s;
}

.torx-package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 70px rgba(14, 15, 54, .13);
}

.torx-package-card.is-popular {
  background: linear-gradient(180deg, #e8e9ff 0%, #dce3ff 100%);
  border-color: rgba(76, 111, 232, .2);
  box-shadow: 0 28px 74px rgba(78, 96, 214, .18);
}

.torx-package-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
  padding: 8px 13px;
  background: linear-gradient(135deg, #5f55df, #5bc8f6);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.torx-package-top {
  min-height: 126px;
}

.torx-package-card h3 {
  margin: 0 0 14px;
  color: #07023b;
  font-size: clamp(28px, 2.2vw, 36px);
  line-height: 1;
  letter-spacing: 0;
}

.torx-package-card p {
  margin: 0;
  color: #726b99;
  font-size: 15px;
  line-height: 1.48;
}

.torx-package-price {
  margin: 20px 0 0;
}

.torx-package-price span {
  display: block;
  margin-bottom: 8px;
  color: #5a50d8;
  font-size: 16px;
  font-weight: 800;
}

.torx-package-price strong {
  display: block;
  color: #07023b;
  font-size: clamp(38px, 3.4vw, 48px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: 0;
}

.torx-package-price small {
  display: block;
  margin-top: 10px;
  color: #716b95;
  font-size: 15px;
}

.torx-package-note {
  width: fit-content;
  margin: 22px 0 0;
  border-bottom: 1px dashed currentColor;
  color: #07023b;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.torx-package-note:hover {
  color: #2368d8;
}

.torx-package-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 28px 0 0;
  border: 2px solid #08043a;
  border-radius: 999px;
  color: #08043a;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.torx-package-card.is-popular .torx-package-link {
  border: 0;
  background: linear-gradient(135deg, #5f55df, #55c8f7);
  color: #fff;
}

.torx-package-link:hover {
  background: #08043a;
  color: #fff;
  transform: translateY(-2px);
}

.torx-package-divider {
  height: 1px;
  margin: 24px 0;
  background: rgba(113, 92, 211, .22);
}

.torx-package-card h4 {
  margin: 0 0 18px;
  color: #07023b;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.torx-package-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.torx-package-list li {
  display: flex;
  gap: 10px;
  color: #07023b;
  font-size: 15px;
  line-height: 1.38;
}

.torx-package-list li::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 13px;
  margin-top: 1px;
  border-right: 2px solid #5a50d8;
  border-bottom: 2px solid #5a50d8;
  transform: rotate(45deg);
}

@keyframes torxPackageRise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .torx-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .torx-package-top {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .torx-marquee-stack {
    min-height: 150px;
    padding: 20px 0;
  }

  .torx-marquee-band.top {
    transform: rotate(.8deg) scaleX(1.02);
  }

  .torx-marquee-band.bottom {
    transform: rotate(-.8deg) scaleX(1.02);
  }

  .torx-marquee-track span {
    font-size: clamp(24px, 8vw, 42px);
    line-height: 52px;
  }

  .torx-package-head {
    display: block;
  }

  .torx-package-head p {
    margin-top: 14px;
  }

  .torx-package-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .torx-marquee-stack {
    min-height: 124px;
    padding: 16px 0;
  }

  .torx-marquee-track {
    animation-duration: 18s;
  }

  .torx-marquee-band.bottom .torx-marquee-track {
    animation-duration: 20s;
  }

  .torx-marquee-track span {
    padding: 0 18px;
    font-size: clamp(22px, 8.5vw, 34px);
    line-height: 44px;
  }

  .elementor-element-654cf6c .special-text,
  .elementor-element-1fbcdb6 .special-text {
    font-size: clamp(24px, 9vw, 42px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .torx-marquee-track {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.torx-package-section {
  display: none !important;
}

.torx-store-card-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(48px, 6vw, 80px) 0 clamp(56px, 7vw, 96px);
  font-family: "Manrope", Arial, sans-serif;
  background:
    linear-gradient(160deg, #f6f8ff 0%, #eef2fc 45%, #f4f7ff 100%);
  background-size: 180% 180%;
  animation: torxStoreBgSoft 24s ease-in-out infinite alternate;
}

.torx-store-ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.torx-store-ambient__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .38;
  will-change: transform;
}

.torx-store-ambient__orb--a {
  top: -8%;
  left: -5%;
  width: min(50vw, 480px);
  height: min(50vw, 480px);
  background: radial-gradient(circle, rgba(49, 92, 244, .55), rgba(49, 92, 244, 0) 70%);
  animation: torxStoreOrbSoftA 22s ease-in-out infinite;
}

.torx-store-ambient__orb--b {
  top: 20%;
  right: -10%;
  width: min(44vw, 420px);
  height: min(44vw, 420px);
  background: radial-gradient(circle, rgba(154, 62, 240, .48), rgba(154, 62, 240, 0) 72%);
  animation: torxStoreOrbSoftB 26s ease-in-out infinite;
}

.torx-store-ambient__orb--c {
  bottom: -12%;
  left: 25%;
  width: min(46vw, 440px);
  height: min(46vw, 440px);
  background: radial-gradient(circle, rgba(0, 181, 107, .4), rgba(242, 122, 26, .28) 55%, transparent 72%);
  animation: torxStoreOrbSoftC 20s ease-in-out infinite;
}

.torx-store-shell {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 32px;
  background: rgba(255, 255, 255, .58);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 24px 64px rgba(49, 92, 244, .08),
    inset 0 1px 0 rgba(255, 255, 255, .75);
}

.torx-store-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 12% 18%, rgba(49, 92, 244, .08), transparent 38%),
    radial-gradient(circle at 88% 24%, rgba(154, 62, 240, .07), transparent 36%),
    radial-gradient(circle at 50% 100%, rgba(0, 181, 107, .06), transparent 40%);
  animation: torxStoreShellBreath 18s ease-in-out infinite alternate;
  pointer-events: none;
}

.torx-store-shell__glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.torx-store-shell__pulse {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  opacity: .32;
  will-change: transform, opacity;
}

.torx-store-shell__pulse--left {
  top: 30%;
  left: -6%;
  width: 48%;
  height: 40%;
  background: radial-gradient(circle, rgba(49, 92, 244, .45), rgba(49, 92, 244, 0) 72%);
  animation: torxStorePulseSoftLeft 16s ease-in-out infinite;
}

.torx-store-shell__pulse--right {
  right: -4%;
  bottom: 16%;
  width: 44%;
  height: 38%;
  background: radial-gradient(circle, rgba(154, 62, 240, .4), rgba(154, 62, 240, 0) 72%);
  animation: torxStorePulseSoftRight 19s ease-in-out infinite;
}

.torx-store-shell__content {
  position: relative;
  z-index: 1;
}

.torx-store-intro {
  max-width: 720px;
  margin: 0 auto clamp(28px, 4vw, 40px);
  text-align: center;
}

.torx-store-eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, .86);
  color: #315cf4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(53, 93, 244, .08);
}

.torx-store-intro h2 {
  margin: 0;
  color: #071237;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.torx-store-intro h2 strong {
  background: linear-gradient(135deg, #315cf4, #9b3ff0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.torx-store-intro p {
  margin: 14px auto 0;
  max-width: 640px;
  color: #536174;
  font-size: 17px;
  line-height: 1.65;
}

.torx-store-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.torx-store-stats span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid rgba(49, 92, 244, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #31415f;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(49, 92, 244, .06);
}

.torx-store-group {
  position: relative;
  margin-top: clamp(28px, 4vw, 40px);
}

.torx-store-group::before {
  content: "";
  position: absolute;
  inset: 28px -8px -8px;
  z-index: 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 45%, rgba(49, 92, 244, .1), transparent 44%),
    radial-gradient(circle at 80% 55%, rgba(154, 62, 240, .08), transparent 42%);
  opacity: .85;
  pointer-events: none;
  animation: torxStoreGroupSoft 20s ease-in-out infinite alternate;
}

.torx-store-group::after {
  display: none;
}

.torx-store-group + .torx-store-group::before {
  background:
    radial-gradient(circle at 24% 50%, rgba(0, 181, 107, .09), transparent 44%),
    radial-gradient(circle at 78% 44%, rgba(242, 122, 26, .08), transparent 42%);
  animation-duration: 24s;
}

.torx-store-group + .torx-store-group {
  margin-top: clamp(36px, 5vw, 52px);
}

.torx-store-group__title {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  padding-left: 14px;
  border-left: 4px solid #315cf4;
  color: #071237;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 900;
  letter-spacing: -.02em;
}

.torx-store-group + .torx-store-group .torx-store-group__title {
  border-left-color: #9a3ef0;
}

.torx-store-all-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #315cf4;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.torx-store-card-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 20px);
  align-items: stretch;
  perspective: 1200px;
}

.torx-store-card {
  position: relative;
  display: flex;
  min-height: 420px;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 22px;
  padding: 26px 24px 24px;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    0 18px 40px rgba(15, 23, 56, .06),
    inset 0 1px 0 rgba(255, 255, 255, .9);
  transition:
    opacity .8s cubic-bezier(.22, 1, .36, 1),
    transform .8s cubic-bezier(.22, 1, .36, 1),
    box-shadow .45s ease,
    border-color .45s ease;
  transform: translateZ(0);
}

.torx-store-card.torx-store-enter {
  opacity: 0;
  transition-delay: var(--torx-store-enter-delay, 0s);
  will-change: transform, opacity;
}

.torx-store-enter--left,
.torx-store-enter--right,
.torx-store-enter--top {
  transform: translate3d(0, 32px, 0);
}

.torx-store-card.torx-store-enter.is-entered {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (hover: hover) and (pointer: fine) {
  .torx-store-card.torx-store-enter.is-entered:hover {
    transform: translateY(-5px) translateZ(8px);
    border-color: rgba(49, 92, 244, .14);
    box-shadow:
      0 26px 52px rgba(49, 92, 244, .1),
      inset 0 1px 0 rgba(255, 255, 255, .95);
  }
}

.torx-store-card-featured {
  border-color: rgba(154, 62, 240, .2);
  background: rgba(255, 255, 255, .88);
  box-shadow:
    0 22px 48px rgba(154, 62, 240, .1),
    inset 0 1px 0 rgba(255, 255, 255, .95);
}

.torx-store-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #9a3ef0, #742af0);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  box-shadow: 0 8px 20px rgba(154, 62, 240, .22);
}

.torx-store-card-head {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.torx-store-icon {
  position: relative;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 16px 34px rgba(43, 91, 245, .2);
}

.torx-store-icon-chat {
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, .48), transparent 28%),
    linear-gradient(145deg, #66c2ff, #0757ff 72%);
}

.torx-store-icon-chat::before {
  content: "";
  width: 45px;
  height: 35px;
  border-radius: 14px;
  background: #fff;
}

.torx-store-icon-chat::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #0d63ff;
  box-shadow: -11px 0 0 #0d63ff, 11px 0 0 #0d63ff;
}

.torx-store-icon-star {
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, .48), transparent 30%),
    linear-gradient(145deg, #c88dff, #742af0 72%);
  box-shadow: 0 20px 42px rgba(139, 55, 235, .22);
}

.torx-store-icon-star::before {
  content: "\2606";
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.torx-store-icon-megaphone {
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, .44), transparent 30%),
    linear-gradient(145deg, #60e9a7, #00b96b 72%);
  box-shadow: 0 20px 42px rgba(5, 184, 108, .2);
}

.torx-store-icon-megaphone::before {
  content: "";
  width: 41px;
  height: 32px;
  background: #fff;
  clip-path: polygon(0 36%, 62% 4%, 62% 96%, 0 64%);
}

.torx-store-icon-megaphone::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 31px;
  width: 6px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
}

.torx-store-icon-ai {
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 48%, rgba(255,255,255,.28) 50%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(255,255,255,.2) 50%, transparent 52%),
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, .35), transparent 30%),
    linear-gradient(145deg, #6f88ff, #2848f4 56%, #8a4cff);
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(53, 74, 240, .22);
}

.torx-store-icon-commerce {
  background: linear-gradient(145deg, #ff8a3d, #f27a1a 72%);
  box-shadow: 0 16px 34px rgba(242, 122, 26, .22);
}

.torx-store-icon-web {
  background: linear-gradient(145deg, #66a0ff, #315cf4 72%);
  box-shadow: 0 16px 34px rgba(49, 92, 244, .22);
}

.torx-store-card-section .torx-store-card h3 {
  margin: 0 !important;
  color: #071237 !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

.torx-store-price {
  margin: 6px 0 0;
  color: #071237;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.torx-store-price small {
  display: block;
  margin-top: 2px;
  color: #5f6b86;
  font-size: 12px;
  font-weight: 700;
}

.torx-store-card-section .torx-store-card h3 span {
  display: block;
  margin-bottom: 2px;
  color: #536174 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.torx-store-card-section .torx-store-card-blue h3 { color: #075bff !important; }
.torx-store-card-section .torx-store-card-purple h3 { color: #9a3ef0 !important; }
.torx-store-card-section .torx-store-card-green h3 { color: #00b56b !important; }
.torx-store-card-section .torx-store-card-orange h3 { color: #f27a1a !important; }
.torx-store-card-section .torx-store-card-web h3 { color: #315cf4 !important; }
.torx-store-card-section .torx-store-card-ai h3 { color: #075bff !important; }

.torx-store-card-section .torx-store-desc {
  min-height: 0;
  margin: 16px 0 0;
  color: #111b3d !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
}

.torx-store-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.torx-store-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(16, 31, 65, .08);
  border-radius: 999px;
  background: rgba(244, 247, 255, .92);
  color: #31415f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
}

.torx-store-card-orange .torx-store-chips span {
  background: rgba(255, 244, 234, .95);
  border-color: rgba(242, 122, 26, .14);
  color: #9a4a12;
}

.torx-store-card-blue .torx-store-chips span {
  background: rgba(237, 244, 255, .95);
  border-color: rgba(7, 91, 255, .12);
  color: #0d4fd4;
}

.torx-store-tiers {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(16, 31, 65, .1);
}

.torx-store-tiers div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #101936;
  font-size: 14px;
  font-weight: 600;
}

.torx-store-tiers strong {
  color: #071237;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.torx-store-note {
  margin: 12px 0 0;
  color: #5f6b86;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.torx-store-buy {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: auto;
  padding: 14px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0757ff, #a03df0);
  color: #fff !important;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 16px 32px rgba(62, 80, 239, .18);
  transition: transform .2s ease, box-shadow .2s ease;
  box-sizing: border-box;
}

.torx-store-buy__content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.torx-store-card-green .torx-store-buy,
.torx-store-card-orange .torx-store-buy {
  background: linear-gradient(135deg, #00a85f, #00d38a);
  box-shadow: 0 16px 32px rgba(0, 178, 105, .18);
}

.torx-store-card-orange .torx-store-buy {
  background: linear-gradient(135deg, #ff8a3d, #f27a1a);
  box-shadow: 0 16px 32px rgba(242, 122, 26, .18);
}

.torx-store-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 48px rgba(62, 80, 239, .28);
}

.torx-store-cart {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 21px;
}

.torx-store-cart svg {
  display: block;
  width: 100%;
  height: 100%;
}

.torx-store-trial {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin: 12px 0 0;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(244, 247, 255, .9);
  color: #31415f;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
}

.torx-store-trust {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(32px, 4vw, 48px);
  padding-top: clamp(24px, 3vw, 32px);
  border-top: 1px solid rgba(49, 92, 244, .1);
}

@keyframes torxStoreBgSoft {
  0% { background-position: 0% 40%; }
  100% { background-position: 100% 60%; }
}

@keyframes torxStoreOrbSoftA {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(4vw, 3vw) scale(1.05); }
}

@keyframes torxStoreOrbSoftB {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-3vw, 4vw) scale(1.04); }
}

@keyframes torxStoreOrbSoftC {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(3vw, -2vw) scale(1.06); }
}

@keyframes torxStoreShellBreath {
  0% { opacity: .65; }
  100% { opacity: 1; }
}

@keyframes torxStorePulseSoftLeft {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: .24; }
  50% { transform: translate(3%, -2%) scale(1.06); opacity: .38; }
}

@keyframes torxStorePulseSoftRight {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: .22; }
  50% { transform: translate(-3%, 3%) scale(1.05); opacity: .36; }
}

@keyframes torxStoreGroupSoft {
  0% { transform: translateX(-1.5%) scale(1); opacity: .7; }
  100% { transform: translateX(2%) scale(1.03); opacity: .95; }
}

.torx-store-trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 92px;
  padding: 18px 14px;
  border: 1px solid rgba(49, 92, 244, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .86);
  text-align: center;
  box-shadow: 0 14px 32px rgba(15, 23, 56, .05);
}

.torx-store-trust__item strong {
  color: #071237;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.03em;
}

.torx-store-trust__item span {
  color: #536174;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.torx-store-list {
  display: grid;
  gap: 12px;
  margin: 14px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(16, 31, 65, .1);
  list-style: none;
}

.torx-store-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #101936;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.torx-store-list li::before {
  content: "\2713";
  display: grid;
  flex: 0 0 20px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 999px;
  background: #075bff;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.torx-store-card-purple .torx-store-list li::before {
  background: #9345ed;
}

.torx-store-card-green .torx-store-list li::before {
  background: #07b86c;
}

.torx-store-card-orange .torx-store-list li::before {
  background: #f27a1a;
}

@media (prefers-reduced-motion: reduce) {
  .torx-store-card-section,
  .torx-store-ambient__orb,
  .torx-store-shell::before,
  .torx-store-shell__pulse,
  .torx-store-group::before {
    animation: none !important;
  }

  .torx-store-card {
    transition: none;
  }

  .torx-store-card.torx-store-enter,
  .torx-store-card.torx-store-enter.is-entered {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .torx-store-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .torx-store-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1280px) {
  .torx-store-shell {
    width: min(1180px, calc(100% - 28px));
  }

  .torx-store-card {
    min-height: 380px;
    padding: 22px 18px 20px;
  }

  .torx-store-card-head {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
  }

  .torx-store-icon {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 1024px) {
  .torx-store-card-section {
    padding: clamp(36px, 5vw, 56px) 0;
  }

  .torx-store-shell {
    width: min(100% - 24px, 1180px);
    padding: 22px 18px;
  }
}

@media (max-width: 768px) {
  .torx-store-card-section {
    padding: clamp(32px, 5vw, 48px) 0 clamp(40px, 6vw, 56px);
  }

  .torx-store-ambient__orb {
    filter: blur(64px);
    opacity: .42;
  }

  .torx-store-ambient__orb--a,
  .torx-store-ambient__orb--b,
  .torx-store-ambient__orb--c {
    width: min(70vw, 320px);
    height: min(70vw, 320px);
  }

  .torx-store-shell {
    background: rgba(255, 255, 255, .62);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .torx-store-shell__pulse {
    filter: blur(56px);
    opacity: .34;
  }

  .torx-store-group::before {
    inset: 22px -6px -6px;
    border-radius: 22px;
  }

  .torx-store-intro h2 {
    font-size: clamp(26px, 7vw, 36px);
  }

  .torx-store-intro p {
    font-size: 15px;
  }

  .torx-store-chips span {
    font-size: 10px;
    padding: 4px 8px;
  }
}

@media (max-width: 640px) {
  .torx-store-card-section {
    padding: 28px 0 36px;
  }

  .torx-store-shell {
    width: min(100% - 16px, 1500px);
    padding: 16px 12px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .68);
  }

  .torx-store-stats {
    gap: 8px;
    margin-top: 18px;
  }

  .torx-store-stats span {
    width: 100%;
    justify-content: center;
    min-height: 36px;
    font-size: 12px;
    padding: 8px 12px;
  }

  .torx-store-group__title {
    font-size: 17px;
    margin-bottom: 14px;
    padding-left: 12px;
  }

  .torx-store-card-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .torx-store-card {
    min-height: 0;
    padding: 18px 16px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .86);
  }

  .torx-store-enter--left,
  .torx-store-enter--right,
  .torx-store-enter--top {
    transform: translate3d(0, 20px, 0);
  }

  .torx-store-badge {
    top: 12px;
    right: 12px;
    padding: 5px 8px;
    font-size: 9px;
  }

  .torx-store-card-head {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
  }

  .torx-store-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
  }

  .torx-store-card-section .torx-store-card h3 {
    font-size: 18px !important;
  }

  .torx-store-price {
    font-size: 20px;
  }

  .torx-store-chips {
    gap: 6px;
  }

  .torx-store-tiers div {
    font-size: 13px;
  }

  .torx-store-buy {
    min-height: 46px;
    font-size: 14px;
  }

  .torx-store-trust {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 24px;
    padding-top: 20px;
  }

  .torx-store-trust__item {
    min-height: 78px;
    padding: 14px 10px;
    border-radius: 14px;
  }

  .torx-store-trust__item strong {
    font-size: 20px;
  }

  .torx-store-trust__item span {
    font-size: 11px;
  }

  .torx-store-all-link {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .torx-store-trust {
    grid-template-columns: 1fr;
  }

  .torx-store-chips span {
    min-height: 28px;
  }
}

/* --- home-hero-banner.css --- */
/* TORX AI animated hero â€” below site header */

.torx-ai-hero {
  position: relative;
  overflow: hidden;
  overflow-x: clip;
  max-width: 100%;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  background: #fff;
  border-bottom: 1px solid rgba(53, 98, 230, .08);
}

.torx-ai-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.torx-ai-hero__bg::before {
  content: "";
  position: absolute;
  inset: -20% -10%;
  background:
    radial-gradient(circle at 12% 18%, rgba(46, 91, 255, .12), transparent 22%),
    radial-gradient(circle at 88% 12%, rgba(138, 43, 226, .08), transparent 18%);
  animation: torxHeroGlow 8s ease-in-out infinite;
}

.torx-ai-hero__wave {
  position: absolute;
  left: -8%;
  bottom: 18%;
  width: 55%;
  height: 42%;
  opacity: .55;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 220'%3E%3Cpath fill='none' stroke='%232E5BFF' stroke-width='2' opacity='.25' d='M0 120 C120 40 220 180 340 90 S560 40 680 110 S760 150 800 80'/%3E%3Cpath fill='none' stroke='%237266e0' stroke-width='2' opacity='.18' d='M0 150 C140 80 240 190 380 120 S580 70 720 140 S780 170 800 110'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  animation: torxHeroWave 14s ease-in-out infinite;
}

.torx-ai-hero__dots {
  position: absolute;
  top: 14%;
  left: 4%;
  width: 72px;
  height: 72px;
  opacity: .35;
  background-image: radial-gradient(#2E5BFF 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  animation: torxHeroFloat 6s ease-in-out infinite;
}

.torx-ai-hero__stripes {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  opacity: .12;
  background: repeating-linear-gradient(
    -45deg,
    #7266e0,
    #7266e0 2px,
    transparent 2px,
    transparent 10px
  );
}

.torx-ai-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  align-items: center;
  gap: clamp(20px, 4vw, 48px);
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(28px, 4vw, 44px) 0 clamp(18px, 2.5vw, 28px);
}

.torx-ai-hero__copy {
  max-width: 620px;
}

.torx-ai-hero__badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  border-radius: 999px;
  padding: 7px 14px;
  background: linear-gradient(90deg, #2E5BFF, #4f7cff);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  animation: torxHeroFadeUp .7s ease both, torxHeroPulse 3s ease-in-out infinite .7s;
}

.torx-ai-hero__title {
  margin: 0 0 14px;
  font-size: clamp(30px, 4.6vw, 52px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.03em;
  color: #0f172a;
  animation: torxHeroFadeUp .8s ease .08s both;
}

.torx-ai-hero__title span {
  display: block;
  background: linear-gradient(135deg, #2E5BFF 0%, #5b7cff 55%, #8A2BE2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.torx-ai-hero__desc {
  margin: 0 0 22px;
  max-width: 520px;
  color: #64748b;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.65;
  font-weight: 600;
  animation: torxHeroFadeUp .85s ease .14s both;
}

.torx-ai-hero__desc strong {
  color: #2E5BFF;
  font-weight: 800;
}

.torx-ai-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  border-radius: 999px;
  padding: 14px 28px;
  background: linear-gradient(90deg, #2E5BFF, #7266e0 52%, #8A2BE2);
  background-size: 200% 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 36px rgba(46, 91, 255, .28);
  animation: torxHeroFadeUp .9s ease .2s both, torxHeroShine 4s ease-in-out infinite;
  transition: transform .22s ease, box-shadow .22s ease;
}

.torx-ai-hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(46, 91, 255, .34);
}

.torx-ai-hero__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.torx-ai-hero__feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-height: 92px;
  border: 1px solid rgba(46, 91, 255, .1);
  border-radius: 14px;
  padding: 12px 12px 10px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
  animation: torxHeroFadeUp .95s ease both;
  transition: transform .22s ease, box-shadow .22s ease;
}

.torx-ai-hero__feature:hover {
  transform: translateY(-3px) translateZ(8px);
  box-shadow: 0 16px 34px rgba(46, 91, 255, .1);
}

.torx-ai-hero__feature:nth-child(1) { animation-delay: .26s; }
.torx-ai-hero__feature:nth-child(2) { animation-delay: .32s; }
.torx-ai-hero__feature:nth-child(3) { animation-delay: .38s; }

.torx-ai-hero__feature-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1;
}

.torx-ai-hero__feature-icon.purple {
  color: #8A2BE2;
  background: rgba(138, 43, 226, .1);
}

.torx-ai-hero__feature-icon.blue {
  color: #2E5BFF;
  background: rgba(46, 91, 255, .1);
}

.torx-ai-hero__feature strong {
  color: #0f172a;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.torx-ai-hero__visual-wrap {
  position: relative;
  min-height: clamp(300px, 36vw, 440px);
  padding: 0 clamp(4px, 1vw, 12px);
  overflow: visible;
  animation: torxHeroFadeUp 1s ease .12s both;
  perspective: clamp(900px, 110vw, 1400px);
  perspective-origin: 50% 42%;
}

.torx-ai-hero__scene {
  position: relative;
  width: min(100%, 520px);
  height: 100%;
  min-height: inherit;
  margin-left: auto;
  transform-style: preserve-3d;
  transform: rotateY(-14deg) rotateX(10deg);
  transition: transform .14s ease-out;
  will-change: transform;
}

.torx-ai-hero__scene.is-tilting {
  transition: none;
}

.hero-scene__glow {
  position: absolute;
  inset: 8% 0 12% 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 91, 255, .22), rgba(138, 43, 226, .12) 42%, transparent 72%);
  transform: translateZ(-80px);
  animation: torxHeroGlow 7s ease-in-out infinite;
}

.hero-scene__ring {
  position: absolute;
  top: 50%;
  left: 54%;
  border: 1px solid rgba(46, 91, 255, .18);
  border-radius: 50%;
}

.hero-scene__ring-1 {
  width: 88%;
  height: 88%;
  transform: translate(-50%, -50%) translateZ(-55px);
  animation: torxHeroSpin3dA 26s linear infinite;
}

.hero-scene__ring-2 {
  width: 68%;
  height: 68%;
  border-color: rgba(114, 102, 224, .22);
  transform: translate(-50%, -50%) translateZ(-35px);
  animation: torxHeroSpin3dB 18s linear infinite reverse;
}

.hero-scene__panel {
  position: absolute;
  inset: 10% 4% 8% 10%;
  border: 1px solid rgba(46, 91, 255, .14);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(245, 248, 255, .94));
  box-shadow:
    0 28px 60px rgba(46, 91, 255, .2),
    0 2px 0 rgba(255, 255, 255, .9) inset,
    -18px 24px 48px rgba(15, 23, 42, .08);
  overflow: hidden;
  transform: translateZ(72px) rotateY(4deg);
  animation: torxHeroPanelFloat3d 5.5s ease-in-out infinite;
  backface-visibility: hidden;
}

.hero-scene__panel-top {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(46, 91, 255, .08);
  background: rgba(46, 91, 255, .04);
}

.hero-scene__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
}

.hero-scene__dot:first-child { background: #f87171; }
.hero-scene__dot:nth-child(2) { background: #fbbf24; }
.hero-scene__dot:nth-child(3) { background: #34d399; }

.hero-scene__panel-top em {
  margin-left: auto;
  color: #64748b;
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
}

.hero-scene__panel-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
}

.hero-scene__msg {
  max-width: 88%;
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 600;
}

.hero-scene__msg-user {
  align-self: flex-end;
  background: linear-gradient(135deg, #2E5BFF, #7266e0);
  color: #fff;
}

.hero-scene__msg-ai {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: flex-start;
  background: #eef3ff;
  color: #334155;
}

.hero-scene__msg-ai i {
  display: grid;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #2E5BFF, #8A2BE2);
  color: #fff;
  font-style: normal;
  font-size: 8px;
  font-weight: 900;
}

.hero-scene__typing {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  min-height: 14px;
}

.hero-scene__typing b {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #64748b;
  animation: torxHeroTyping 1.2s ease-in-out infinite;
}

.hero-scene__typing b:nth-child(2) { animation-delay: .15s; }
.hero-scene__typing b:nth-child(3) { animation-delay: .3s; }

.hero-scene__panel-chart {
  padding: 0 14px 14px;
}

.hero-scene__panel-chart span {
  display: block;
  margin-bottom: 6px;
  color: #64748b;
  font-size: 10px;
  font-weight: 800;
}

.hero-scene__panel-chart svg {
  display: block;
  width: 100%;
  height: 56px;
}

.hero-scene__chip {
  position: absolute;
  z-index: 2;
  min-width: 92px;
  border-radius: 14px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(46, 91, 255, .12);
  box-shadow:
    0 16px 32px rgba(15, 23, 42, .12),
    0 1px 0 rgba(255, 255, 255, .9) inset;
  backface-visibility: hidden;
}

.hero-scene__chip span {
  display: block;
  color: #64748b;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.hero-scene__chip strong {
  display: block;
  margin-top: 2px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
}

.hero-scene__chip-seo {
  top: 4%;
  left: 0;
  transform: translateZ(110px) rotateY(-8deg) rotateX(6deg);
  animation: torxHeroChipFloat3dA 4.8s ease-in-out infinite;
}

.hero-scene__chip-chat {
  top: 18%;
  right: -2%;
  transform: translateZ(130px) rotateY(10deg) rotateX(-4deg);
  animation: torxHeroChipFloat3dB 5.4s ease-in-out infinite .4s;
}

.hero-scene__chip-social {
  bottom: 8%;
  left: 2%;
  transform: translateZ(95px) rotateY(-6deg) rotateX(8deg);
  animation: torxHeroChipFloat3dC 5s ease-in-out infinite .8s;
}

.hero-scene__orbit {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  box-shadow:
    0 14px 28px rgba(15, 23, 42, .18),
    0 0 0 1px rgba(255, 255, 255, .25) inset;
  backface-visibility: hidden;
}

.hero-scene__orbit-wa {
  top: 8%;
  right: 16%;
  background: #25D366;
  transform: translateZ(145px) rotateY(12deg);
  animation: torxHeroOrbit3dA 7s ease-in-out infinite;
}

.hero-scene__orbit-ig {
  bottom: 18%;
  right: 6%;
  background: linear-gradient(135deg, #feda75, #d62976, #962fbf);
  transform: translateZ(155px) rotateY(-10deg);
  animation: torxHeroOrbit3dB 6.5s ease-in-out infinite;
}

.hero-scene__orbit-mail {
  top: 42%;
  left: 0;
  background: linear-gradient(135deg, #2E5BFF, #5b7cff);
  transform: translateZ(125px) rotateY(-14deg);
  animation: torxHeroOrbit3dC 7.2s ease-in-out infinite;
}

@keyframes torxHeroSpin3dA {
  from { transform: translate(-50%, -50%) translateZ(-55px) rotateZ(0deg); }
  to { transform: translate(-50%, -50%) translateZ(-55px) rotateZ(360deg); }
}

@keyframes torxHeroSpin3dB {
  from { transform: translate(-50%, -50%) translateZ(-35px) rotateZ(0deg); }
  to { transform: translate(-50%, -50%) translateZ(-35px) rotateZ(360deg); }
}

@keyframes torxHeroPanelFloat3d {
  0%, 100% { transform: translateZ(72px) rotateY(4deg) translateY(0); }
  50% { transform: translateZ(82px) rotateY(4deg) translateY(-12px); }
}

@keyframes torxHeroChipFloat3dA {
  0%, 100% { transform: translateZ(110px) rotateY(-8deg) rotateX(6deg) translateY(0); }
  50% { transform: translateZ(118px) rotateY(-8deg) rotateX(6deg) translateY(-10px); }
}

@keyframes torxHeroChipFloat3dB {
  0%, 100% { transform: translateZ(130px) rotateY(10deg) rotateX(-4deg) translateY(0); }
  50% { transform: translateZ(138px) rotateY(10deg) rotateX(-4deg) translateY(-12px); }
}

@keyframes torxHeroChipFloat3dC {
  0%, 100% { transform: translateZ(95px) rotateY(-6deg) rotateX(8deg) translateY(0); }
  50% { transform: translateZ(104px) rotateY(-6deg) rotateX(8deg) translateY(-9px); }
}

@keyframes torxHeroOrbit3dA {
  0%, 100% { transform: translateZ(145px) rotateY(12deg) translate(0, 0); }
  50% { transform: translateZ(152px) rotateY(12deg) translate(-8px, 10px); }
}

@keyframes torxHeroOrbit3dB {
  0%, 100% { transform: translateZ(155px) rotateY(-10deg) translate(0, 0); }
  50% { transform: translateZ(162px) rotateY(-10deg) translate(10px, -10px); }
}

@keyframes torxHeroOrbit3dC {
  0%, 100% { transform: translateZ(125px) rotateY(-14deg) translate(0, 0); }
  50% { transform: translateZ(132px) rotateY(-14deg) translate(8px, 8px); }
}

@keyframes torxHeroSceneIdle3d {
  0%, 100% { transform: rotateY(-14deg) rotateX(10deg); }
  50% { transform: rotateY(-10deg) rotateX(7deg); }
}

@keyframes torxHeroSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes torxHeroTyping {
  0%, 80%, 100% { transform: translateY(0); opacity: .35; }
  40% { transform: translateY(-3px); opacity: 1; }
}

@keyframes torxHeroOrbitA {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-6px, 8px); }
}

@keyframes torxHeroOrbitB {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(8px, -8px); }
}

@keyframes torxHeroOrbitC {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(6px, 6px); }
}

.torx-ai-hero__contact {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 4vw, 40px);
  padding: 12px clamp(16px, 4vw, 32px);
  background: #f3f6fb;
  border-top: 1px solid rgba(46, 91, 255, .08);
  color: #475569;
  font-size: 13px;
  font-weight: 700;
}

.torx-ai-hero__contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
  transition: color .2s ease;
}

.torx-ai-hero__contact a:hover {
  color: #2E5BFF;
}

.torx-ai-hero__contact-icon {
  font-size: 14px;
  opacity: .75;
}

@keyframes torxHeroFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes torxHeroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes torxHeroWave {
  0%, 100% { transform: translateX(0) scale(1); }
  50% { transform: translateX(3%) scale(1.02); }
}

@keyframes torxHeroGlow {
  0%, 100% { opacity: .55; transform: scale(1); }
  50% { opacity: .85; transform: scale(1.04); }
}

@keyframes torxHeroShine {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes torxHeroPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(46, 91, 255, .28); }
  50% { box-shadow: 0 0 0 8px rgba(46, 91, 255, 0); }
}

@media (max-width: 960px) {
  .torx-ai-hero__inner {
    grid-template-columns: 1fr;
    width: min(1320px, calc(100% - 32px));
    text-align: center;
  }

  .torx-ai-hero__copy {
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }

  .torx-ai-hero__desc {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .torx-ai-hero__features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }

  .torx-ai-hero__feature {
    align-items: center;
    text-align: center;
    min-height: 84px;
    padding: 10px 8px;
  }

  .torx-ai-hero__feature strong {
    font-size: 10px;
  }

  .torx-ai-hero__visual-wrap {
    display: block;
    min-height: clamp(240px, 52vw, 340px);
    margin: 8px auto 0;
    perspective: clamp(600px, 90vw, 900px);
    perspective-origin: 50% 50%;
  }

  .torx-ai-hero__scene {
    width: min(100%, 420px);
    margin: 0 auto;
    transform: rotateY(-8deg) rotateX(6deg);
    animation: torxHeroSceneIdle3d 8s ease-in-out infinite;
  }

  .hero-scene__chip {
    min-width: 78px;
    padding: 8px 10px;
  }

  .hero-scene__chip strong {
    font-size: 14px;
  }

  .hero-scene__orbit {
    width: 36px;
    height: 36px;
    font-size: 10px;
    border-radius: 12px;
  }

  .hero-scene__panel {
    transform: translateZ(48px) rotateY(3deg);
    animation-name: torxHeroPanelFloat3dMobile;
  }

  .hero-scene__chip-seo {
    transform: translateZ(70px) rotateY(-6deg) rotateX(4deg);
    animation-name: torxHeroChipFloat3dAMobile;
  }

  .hero-scene__chip-chat {
    transform: translateZ(82px) rotateY(8deg) rotateX(-3deg);
    animation-name: torxHeroChipFloat3dBMobile;
  }

  .hero-scene__chip-social {
    transform: translateZ(62px) rotateY(-4deg) rotateX(5deg);
    animation-name: torxHeroChipFloat3dCMobile;
  }

  .hero-scene__orbit-wa {
    transform: translateZ(92px) rotateY(8deg);
    animation-name: torxHeroOrbit3dAMobile;
  }

  .hero-scene__orbit-ig {
    transform: translateZ(98px) rotateY(-8deg);
    animation-name: torxHeroOrbit3dBMobile;
  }

  .hero-scene__orbit-mail {
    transform: translateZ(80px) rotateY(-10deg);
    animation-name: torxHeroOrbit3dCMobile;
  }
}

@keyframes torxHeroPanelFloat3dMobile {
  0%, 100% { transform: translateZ(48px) rotateY(3deg) translateY(0); }
  50% { transform: translateZ(54px) rotateY(3deg) translateY(-8px); }
}

@keyframes torxHeroChipFloat3dAMobile {
  0%, 100% { transform: translateZ(70px) rotateY(-6deg) rotateX(4deg) translateY(0); }
  50% { transform: translateZ(76px) rotateY(-6deg) rotateX(4deg) translateY(-7px); }
}

@keyframes torxHeroChipFloat3dBMobile {
  0%, 100% { transform: translateZ(82px) rotateY(8deg) rotateX(-3deg) translateY(0); }
  50% { transform: translateZ(88px) rotateY(8deg) rotateX(-3deg) translateY(-8px); }
}

@keyframes torxHeroChipFloat3dCMobile {
  0%, 100% { transform: translateZ(62px) rotateY(-4deg) rotateX(5deg) translateY(0); }
  50% { transform: translateZ(68px) rotateY(-4deg) rotateX(5deg) translateY(-6px); }
}

@keyframes torxHeroOrbit3dAMobile {
  0%, 100% { transform: translateZ(92px) rotateY(8deg) translate(0, 0); }
  50% { transform: translateZ(96px) rotateY(8deg) translate(-5px, 6px); }
}

@keyframes torxHeroOrbit3dBMobile {
  0%, 100% { transform: translateZ(98px) rotateY(-8deg) translate(0, 0); }
  50% { transform: translateZ(102px) rotateY(-8deg) translate(6px, -6px); }
}

@keyframes torxHeroOrbit3dCMobile {
  0%, 100% { transform: translateZ(80px) rotateY(-10deg) translate(0, 0); }
  50% { transform: translateZ(84px) rotateY(-10deg) translate(5px, 5px); }
}

@media (max-width: 640px) {
  .torx-ai-hero__inner {
    width: calc(100% - 24px);
    padding-top: 22px;
  }

  .torx-ai-hero__title {
    font-size: clamp(26px, 7.2vw, 34px);
  }

  .torx-ai-hero__desc {
    font-size: 14px;
  }

  .torx-ai-hero__cta {
    width: 100%;
    justify-content: center;
  }

  .torx-ai-hero__features {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .torx-ai-hero__feature {
    min-height: auto;
    width: 100%;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 12px;
    padding: 12px 14px;
  }

  .torx-ai-hero__feature strong {
    font-size: 11px;
  }

  .torx-ai-hero__visual-wrap {
    display: block;
    min-height: clamp(220px, 58vw, 300px);
    margin-top: 4px;
    perspective: clamp(480px, 85vw, 700px);
  }

  .torx-ai-hero__scene {
    width: min(100%, 340px);
    transform: rotateY(-6deg) rotateX(5deg);
  }

  .hero-scene__chip {
    min-width: 68px;
    padding: 7px 8px;
    border-radius: 12px;
  }

  .hero-scene__chip span {
    font-size: 8px;
  }

  .hero-scene__chip strong {
    font-size: 12px;
  }

  .hero-scene__chip-chat {
    right: 0;
  }

  .hero-scene__msg {
    font-size: 10px;
    padding: 8px 10px;
  }

  .hero-scene__panel-chart svg {
    height: 48px;
  }

  .hero-scene__orbit {
    width: 32px;
    height: 32px;
    font-size: 9px;
  }

  .torx-ai-hero__inner {
    padding-bottom: 12px;
  }

  .torx-ai-hero__contact {
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
    padding-inline: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .torx-ai-hero__badge,
  .torx-ai-hero__title,
  .torx-ai-hero__desc,
  .torx-ai-hero__cta,
  .torx-ai-hero__feature,
  .torx-ai-hero__visual-wrap,
  .torx-ai-hero__scene,
  .hero-scene__glow,
  .hero-scene__ring,
  .hero-scene__panel,
  .hero-scene__chip,
  .hero-scene__orbit,
  .torx-ai-hero__bg::before,
  .torx-ai-hero__wave,
  .torx-ai-hero__dots {
    animation: none !important;
  }

  .torx-ai-hero__scene {
    transform: rotateY(-8deg) rotateX(5deg) !important;
  }
}

/* --- home-ai-about.css --- */
/* TORX AI about section â€” homepage */

.torx-ai-about {
  position: relative;
  overflow: hidden;
  margin: clamp(28px, 4vw, 48px) 0 clamp(36px, 5vw, 56px);
  padding: 0 clamp(16px, 2vw, 20px);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.torx-ai-about__shell {
  position: relative;
  width: min(1240px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(46, 91, 255, .08);
  border-radius: 24px;
  padding: clamp(28px, 4vw, 52px);
  background:
    radial-gradient(circle at 88% 12%, rgba(138, 43, 226, .07), transparent 28%),
    radial-gradient(circle at 8% 88%, rgba(46, 91, 255, .08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
  box-shadow: 0 28px 70px rgba(15, 23, 42, .06);
  overflow: hidden;
}

.torx-ai-about__shell::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 91, 255, .08), transparent 68%);
  pointer-events: none;
  animation: torxAboutGlow 8s ease-in-out infinite;
}

.torx-about-reveal {
  opacity: 0;
  transform: translateY(24px);
}

.torx-ai-about.is-in-view .torx-about-reveal {
  animation: torxAboutFadeUp .75s ease var(--torx-about-delay, 0s) forwards;
}

.torx-ai-about__eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  border-radius: 999px;
  padding: 7px 14px;
  background: #eef3ff;
  color: #2E5BFF;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.torx-ai-about.is-in-view .torx-ai-about__eyebrow {
  animation:
    torxAboutFadeUp .75s ease var(--torx-about-delay, 0s) forwards,
    torxAboutPulse 3s ease-in-out infinite calc(var(--torx-about-delay, 0s) + .75s);
}

.torx-ai-about__title {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: clamp(34px, 4.8vw, 58px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.03em;
}

.torx-ai-about__title-line {
  display: block;
}

.torx-ai-about__title-accent {
  display: block;
  background: linear-gradient(135deg, #2E5BFF 0%, #7266e0 55%, #8A2BE2 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.torx-ai-about.is-in-view .torx-ai-about__title-accent {
  animation:
    torxAboutFadeUp .75s ease var(--torx-about-delay, 0s) forwards,
    torxAboutShine 4.5s ease-in-out infinite calc(var(--torx-about-delay, 0s) + .8s);
}

.torx-ai-about__rotator {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  margin: 0 0 16px;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
}

.torx-ai-about__rotator-label {
  color: #94a3b8;
}

.torx-ai-about__rotator-words {
  position: relative;
  display: inline-grid;
  height: 1.35em;
  overflow: hidden;
  vertical-align: bottom;
}

.torx-ai-about__rotator-words span {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateY(110%);
  background: linear-gradient(135deg, #2E5BFF, #8A2BE2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 900;
  white-space: nowrap;
}

.torx-ai-about.is-in-view .torx-ai-about__rotator-words span {
  animation: torxAboutWordCycle 12s ease-in-out infinite;
}

.torx-ai-about.is-in-view .torx-ai-about__rotator-words span:nth-child(1) { animation-delay: 0s; }
.torx-ai-about.is-in-view .torx-ai-about__rotator-words span:nth-child(2) { animation-delay: 3s; }
.torx-ai-about.is-in-view .torx-ai-about__rotator-words span:nth-child(3) { animation-delay: 6s; }
.torx-ai-about.is-in-view .torx-ai-about__rotator-words span:nth-child(4) { animation-delay: 9s; }

.torx-ai-about__intro {
  max-width: 420px;
  margin: 0 0 22px;
  color: #64748b;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.65;
  font-weight: 600;
}

.torx-ai-about__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.torx-ai-about__tags li {
  border: 1px solid rgba(46, 91, 255, .12);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, .86);
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.torx-ai-about.is-in-view .torx-ai-about__tags li:hover {
  transform: translateY(-2px);
  border-color: rgba(46, 91, 255, .24);
  box-shadow: 0 10px 24px rgba(46, 91, 255, .1);
}

.torx-ai-about__content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.torx-ai-about__brand {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.torx-ai-about__brand img {
  display: block;
  width: auto;
  height: 34px;
}

.torx-ai-about__brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  padding: 10px 14px;
  background: linear-gradient(135deg, rgba(46, 91, 255, .08), rgba(138, 43, 226, .08));
}

.torx-ai-about__brand-mark strong {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #2E5BFF, #8A2BE2);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.torx-ai-about__brand-mark span {
  color: #475569;
  font-size: 12px;
  font-weight: 800;
}

.torx-ai-about__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.torx-ai-about__stats article {
  border: 1px solid rgba(46, 91, 255, .1);
  border-radius: 16px;
  padding: 14px 14px 12px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
  transition: transform .25s ease, box-shadow .25s ease;
}

.torx-ai-about.is-in-view .torx-ai-about__stats article:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(46, 91, 255, .1);
}

.torx-ai-about__stats strong {
  display: block;
  margin-bottom: 6px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.torx-ai-about__stats span {
  display: block;
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}

.torx-ai-about__text {
  display: grid;
  gap: 14px;
}

.torx-ai-about__text p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.torx-ai-about__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
}

.torx-ai-about__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 999px;
  padding: 14px 28px;
  background: linear-gradient(90deg, #2E5BFF, #7266e0 52%, #8A2BE2);
  background-size: 200% 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 36px rgba(46, 91, 255, .24);
  transition: transform .22s ease, box-shadow .22s ease;
}

.torx-ai-about.is-in-view .torx-ai-about__cta {
  animation: torxAboutShine 4s ease-in-out infinite 1.2s;
}

.torx-ai-about__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(46, 91, 255, .3);
}

.torx-ai-about__link {
  color: #2E5BFF;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.torx-ai-about__link:hover {
  text-decoration: underline;
}

.torx-ai-about__shell::before {
  content: "";
  position: absolute;
  left: clamp(18px, 3vw, 36px);
  bottom: clamp(18px, 3vw, 36px);
  width: clamp(120px, 16vw, 180px);
  height: clamp(120px, 16vw, 180px);
  background: url("../../images/LOGO-1024x1024.png") center / contain no-repeat;
  opacity: .04;
  pointer-events: none;
}

.torx-ai-about__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

@keyframes torxAboutFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes torxAboutShine {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes torxAboutPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(46, 91, 255, .22); }
  50% { box-shadow: 0 0 0 8px rgba(46, 91, 255, 0); }
}

@keyframes torxAboutGlow {
  0%, 100% { opacity: .45; transform: scale(1); }
  50% { opacity: .85; transform: scale(1.06); }
}

@keyframes torxAboutWordCycle {
  0%, 6% {
    opacity: 0;
    transform: translateY(110%);
  }
  10%, 22% {
    opacity: 1;
    transform: translateY(0);
  }
  26%, 100% {
    opacity: 0;
    transform: translateY(-110%);
  }
}

@media (max-width: 960px) {
  .torx-ai-about__grid {
    grid-template-columns: 1fr;
  }

  .torx-ai-about__intro {
    max-width: none;
  }

  .torx-ai-about__stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .torx-ai-about__shell {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .torx-ai-about__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .torx-ai-about__cta {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .torx-about-reveal,
  .torx-ai-about.is-in-view .torx-about-reveal,
  .torx-ai-about.is-in-view .torx-ai-about__eyebrow,
  .torx-ai-about.is-in-view .torx-ai-about__title-accent,
  .torx-ai-about.is-in-view .torx-ai-about__rotator-words span,
  .torx-ai-about.is-in-view .torx-ai-about__cta,
  .torx-ai-about__shell::after {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .torx-ai-about__rotator-words span:not(:first-child) {
    display: none;
  }

  .torx-ai-about__rotator-words span:first-child {
    opacity: 1;
    transform: none;
  }

  .torx-ai-about__cta {
    transition: none;
  }
}

/* --- home-comms.css --- */
.torx-comms-box{
  position:relative;
  width:100%;
  height:560px;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 50%, rgba(115,87,255,.10), transparent 55%),
    linear-gradient(120deg,#f3efff 0%,#eef2ff 55%,#eaf1ff 100%);
  font-family:Arial,sans-serif;
}

.torx-comms-inner{
  position:relative;
  height:100%;
  max-width:1180px;
  margin:0 auto;
  padding:0 32px;
}

/* SOL TARAF */
.torx-left{
  position:absolute;
  left:32px;
  top:9%;
  max-width:460px;
  z-index:5;
}

.torx-badge{
  display:inline-block;
  padding:9px 20px;
  border-radius:30px;
  background:#fff;
  color:#7357ff;
  font-size:13px;
  font-weight:800;
  margin-bottom:22px;
  box-shadow:0 8px 20px rgba(115,87,255,.12);
}

.torx-left h1{
  font-size:46px;
  line-height:1.12;
  margin:0 0 24px;
  color:#0e1430;
  font-weight:900;
}

.torx-left h1 span{
  color:#7357ff;
}

.torx-left p{
  color:#66718a;
  font-size:17px;
  line-height:1.6;
  margin-bottom:34px;
}

.torx-features{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.torx-feature{
  display:flex;
  align-items:center;
  gap:10px;
  color:#657089;
  font-size:13px;
  line-height:1.45;
}

.torx-feature b{
  width:36px;
  height:36px;
  background:#f0ebff;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.torx-feature svg{
  width:20px;
  height:20px;
}

/* SAÄ TARAF */
.torx-orbit-area{
  position:absolute;
  right:32px;
  top:50%;
  width:500px;
  height:500px;
  transform:translateY(-50%);
  z-index:3;
}

.torx-ring{
  position:absolute;
  left:50%;
  top:50%;
  border-radius:50%;
  border:1.5px dashed rgba(124,99,255,.32);
  transform:translate(-50%,-50%);
}

.ring1{
  width:295px;
  height:295px;
}

.ring2{
  width:455px;
  height:455px;
}

.torx-center{
  position:absolute;
  left:50%;
  top:50%;
  width:128px;
  height:128px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:linear-gradient(135deg,#875cff,#29a8ff);
  box-shadow:0 20px 65px rgba(104,84,255,.32);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:10;
  animation:pulseTorx 3s ease-in-out infinite;
}

.torx-center svg{
  width:60px;
  height:60px;
  stroke:#fff;
  fill:none;
  stroke-width:2.8;
}

.torx-orbit-spin{
  position:absolute;
  left:50%;
  top:50%;
  width:100%;
  height:100%;
  transform:translate(-50%,-50%);
  transform-origin:center;
}

.spin-slow{
  animation:spinTorx 34s linear infinite;
}

.spin-reverse{
  animation:spinTorxReverse 48s linear infinite;
}

.torx-item{
  position:absolute;
  width:82px;
  text-align:center;
}

.torx-icon{
  width:66px;
  height:66px;
  margin:0 auto 8px;
  background:#fff;
  border-radius:20px;
  box-shadow:0 18px 45px rgba(55,65,120,.13);
  display:flex;
  align-items:center;
  justify-content:center;
}

.torx-icon svg{
  width:34px;
  height:34px;
}

.torx-icon img{
  width:38px;
  height:38px;
  object-fit:contain;
  border-radius:50%;
}

.torx-label{
  font-size:12px;
  font-weight:800;
  color:#1d2745;
  white-space:nowrap;
}

/* YazÄ±lar dÃ¼z kalsÄ±n */
.spin-slow .torx-item{
  animation:keepStraight 34s linear infinite;
}

.spin-reverse .torx-item{
  animation:keepStraightReverse 48s linear infinite;
}

/* Ä°KON KONUMLARI */
.phone{
  left:318px;
  top:232px;
}

.whatsapp{
  left:286px;
  top:70px;
}

.telegram{
  left:42px;
  top:172px;
}

.instagram{
  left:210px;
  top:382px;
}

.linkedin{
  left:50px;
  top:320px;
}

.tiktok{
  left:72px;
  top:20px;
}

.messenger{
  left:365px;
  top:326px;
}

.email{
  left:210px;
  top:-4px;
}

.webchat{
  left:405px;
  top:100px;
}

.mail{
  left:42px;
  top:172px;
}

/* ANÄ°MASYON */
@keyframes spinTorx{
  from{transform:translate(-50%,-50%) rotate(0deg);}
  to{transform:translate(-50%,-50%) rotate(360deg);}
}

@keyframes spinTorxReverse{
  from{transform:translate(-50%,-50%) rotate(360deg);}
  to{transform:translate(-50%,-50%) rotate(0deg);}
}

@keyframes keepStraight{
  from{transform:rotate(0deg);}
  to{transform:rotate(-360deg);}
}

@keyframes keepStraightReverse{
  from{transform:rotate(0deg);}
  to{transform:rotate(360deg);}
}

@keyframes pulseTorx{
  0%,100%{transform:translate(-50%,-50%) scale(1);}
  50%{transform:translate(-50%,-50%) scale(1.06);}
}

/* MOBİL */
@media(max-width:900px){
  .torx-comms-box{
    height: auto;
    min-height: 0;
    padding-bottom: 40px;
  }

  .torx-left{
    position:relative;
    left:auto;
    top:auto;
    padding:35px 24px 0;
    max-width:100%;
  }

  .torx-badge{
    margin-bottom:24px;
    font-size:12px;
  }

  .torx-left h1{
    font-size:clamp(28px, 8vw, 38px);
  }

  .torx-left p{
    font-size:16px;
  }

  .torx-features{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }

  .torx-feature{
    align-items:center;
  }

  .torx-orbit-area{
    display:none;
  }
}

@media (max-width: 480px) {
  .torx-comms-box {
    padding-bottom: 32px;
  }

  .torx-left {
    padding: 28px 18px 0;
  }

  .torx-left h1 {
    font-size: clamp(26px, 8vw, 32px);
  }
}

/* --- home-faq.css --- */
.home-faq {
  padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 48px);
  background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
}

.home-faq__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.home-faq__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7357ff;
}

.home-faq__intro h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  color: #0e1430;
}

.home-faq__intro p {
  margin: 0 0 24px;
  color: #66718a;
  line-height: 1.65;
}

.home-faq__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7357ff, #2e5bff);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.home-faq__list {
  display: grid;
  gap: 14px;
}

.home-faq__list details {
  border: 1px solid rgba(115, 87, 255, 0.14);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(14, 20, 48, 0.05);
}

.home-faq__list summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 22px;
  font-weight: 800;
  color: #0e1430;
}

.home-faq__list summary::-webkit-details-marker {
  display: none;
}

.home-faq__answer {
  padding: 0 22px 18px;
  color: #66718a;
  line-height: 1.65;
}

.home-faq__answer p {
  margin: 0 0 12px;
}

.home-comms {
  padding: 0;
}

@media (max-width: 900px) {
  .home-faq__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .home-faq {
    padding: 48px 18px;
  }

  .home-faq__intro h2 {
    font-size: clamp(28px, 8vw, 36px);
  }
}

