:root {
  --restar-black: #050505;
  --restar-bg: #0b0b0b;
  --restar-bg-soft: #101010;
  --restar-card: #151515;
  --restar-card-2: #1b1b1b;
  --restar-text: #ffffff;
  --restar-soft: #dadada;
  --restar-muted: #b8b8b8;
  --restar-orange: #ff6b00;
  --restar-orange-2: #ff7a00;
  --restar-glow: rgba(255, 107, 0, 0.18);
  --restar-border: rgba(255, 255, 255, 0.08);
  --restar-border-strong: rgba(255, 255, 255, 0.14);
}

/* ReStar custom hero */
#rec1224854701 {
  display: none !important;
}

#recRestarHero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #050607 !important;
}

#recRestarHero,
#recRestarHero * {
  box-sizing: border-box;
}

.restar-hero-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.restar-hero-new {
  position: relative;
  min-height: 920px;
  overflow: hidden;
  padding: clamp(92px, 6.4vw, 116px) clamp(20px, 3.4vw, 64px) 38px;
  color: #fff;
  isolation: isolate;
  background:
    radial-gradient(circle at 74% 34%, rgba(255, 106, 0, 0.18), transparent 31%),
    radial-gradient(circle at 45% 78%, rgba(255, 106, 0, 0.09), transparent 35%),
    linear-gradient(125deg, #06080b 0%, #050505 46%, #0a0604 100%);
}

.restar-hero-new::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 86%, transparent);
  opacity: 0.32;
}

.restar-hero-new::after {
  content: "";
  position: absolute;
  inset: auto -10% -22% -10%;
  z-index: -2;
  height: 38%;
  background: radial-gradient(ellipse at center, rgba(255, 106, 0, 0.14), transparent 68%);
  opacity: 0.75;
  pointer-events: none;
}

.restar-hero__grain {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.12;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.9) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 62%, rgba(255, 122, 0, 0.9) 0 1px, transparent 1px);
  background-size: 118px 118px, 166px 166px;
}

.restar-hero__shell {
  position: relative;
  display: grid;
  width: min(1720px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(560px, 0.96fr) minmax(500px, 1.04fr);
  grid-template-areas:
    "copy visual"
    "benefits visual"
    "integrations integrations";
  column-gap: clamp(18px, 2.6vw, 52px);
  row-gap: 24px;
  align-items: center;
}

.restar-hero__copy {
  position: relative;
  z-index: 4;
  grid-area: copy;
  max-width: 820px;
}

.restar-hero__badge {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 8px 20px;
  border: 1px solid rgba(255, 106, 0, 0.42);
  border-radius: 999px;
  background: rgba(255, 106, 0, 0.075);
  color: #ff8a32;
  font-family: var(--t-text-font, Arial, sans-serif);
  font-size: clamp(14px, 0.9vw, 16px);
  font-weight: 500;
  line-height: 1.2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 16px 46px rgba(255, 106, 0, 0.1);
}

.restar-hero__title {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-family: var(--t-headline-font, var(--t-text-font, Arial, sans-serif));
  font-size: clamp(40px, 3vw, 56px);
  font-weight: 700;
  line-height: 1.07;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}

.restar-hero__title span {
  color: #ff6a00;
  background: linear-gradient(135deg, #ff8a2a 0%, #ff5f00 52%, #ffb061 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.restar-hero__subtitle {
  max-width: 640px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--t-text-font, Arial, sans-serif);
  font-size: clamp(16px, 1.15vw, 20px);
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0;
}

.restar-hero__proof {
  display: flex;
  max-width: 620px;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--t-text-font, Arial, sans-serif);
}

.restar-hero__proof img {
  width: 150px;
  max-width: 28vw;
  height: auto;
  flex: 0 0 auto;
}

.restar-hero__stars {
  flex: 0 0 auto;
  color: #ffc553;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 2.5px;
  text-shadow: 0 0 22px rgba(255, 197, 83, 0.2);
}

.restar-hero__proof p {
  margin: 0;
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.35;
}

.restar-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.restar-hero__btn {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border-radius: 16px;
  color: #fff !important;
  font-family: var(--t-text-font, Arial, sans-serif);
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.restar-hero__btn--primary {
  min-width: 228px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, #ff5d00 0%, #ff7a00 58%, #ff4d00 100%);
  box-shadow: 0 24px 58px rgba(255, 106, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.restar-hero__btn--primary i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #ff6500;
  font-style: normal;
  font-size: 20px;
}

.restar-hero__btn--secondary {
  min-width: 270px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 20px 54px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.restar-hero__btn--secondary i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: #fff;
  font-style: normal;
  font-size: 12px;
}

@media (hover: hover) {
  .restar-hero__btn:hover {
    transform: translateY(-3px);
  }

  .restar-hero__btn--primary:hover {
    box-shadow: 0 28px 70px rgba(255, 106, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.26);
  }

  .restar-hero__btn--secondary:hover {
    border-color: rgba(255, 106, 0, 0.4);
    background: rgba(255, 106, 0, 0.065);
  }
}

.restar-hero__visual {
  position: relative;
  z-index: 3;
  grid-area: visual;
  min-height: 650px;
  display: grid;
  place-items: center;
}

.restar-hero__visual-glow {
  position: absolute;
  z-index: 0;
  width: min(610px, 82%);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 106, 0, 0.38) 0%, rgba(255, 106, 0, 0.13) 36%, transparent 70%);
  filter: blur(14px);
  opacity: 0.8;
  transform: translate(6%, 2%);
}

.restar-hero__orbits {
  position: absolute;
  z-index: 0;
  width: min(680px, 100%);
  aspect-ratio: 1;
  overflow: visible;
  opacity: 0.54;
  animation: restar-orbit-drift 14s ease-in-out infinite alternate;
}

.restar-hero__orbits circle,
.restar-hero__orbits path {
  fill: none;
  stroke: rgba(255, 122, 0, 0.34);
  stroke-width: 1.1;
  stroke-dasharray: 12 18;
}

.restar-hero__particle-orb {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 640px;
  height: 640px;
  max-width: 88%;
  max-height: 88%;
  overflow: hidden;
  border-radius: 50%;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.3;
  filter: saturate(1.12);
  contain: layout paint;
  will-change: rotate, opacity;
  animation: restar-orb-spin 24s linear infinite;
}

.restar-hero__particle-orb::before {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 122, 0, 0.24) 0%, rgba(255, 106, 0, 0.14) 36%, transparent 72%);
  filter: blur(18px);
  opacity: 0.72;
  animation: restar-orb-glow 18s ease-in-out infinite alternate;
}

.restar-hero__particle-orb span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 2px;
  margin: -1px 0 0 -1px;
  border-radius: 50%;
  background: rgba(255, 122, 0, 0.95);
  box-shadow: 0 0 8px rgba(255, 106, 0, 0.55);
  translate: var(--orb-x, 0) var(--orb-y, 0);
  scale: var(--orb-scale, 1);
  opacity: var(--orb-alpha, 0.18);
}

.restar-hero__flow-lines {
  position: absolute;
  z-index: 2;
  width: min(700px, 102%);
  aspect-ratio: 1;
  overflow: visible;
  pointer-events: none;
  opacity: 0.78;
}

.restar-hero__flow-path {
  fill: none;
  stroke: url("#restarFlowStroke");
  stroke-width: 1.15;
  stroke-linecap: round;
  stroke-dasharray: 6 18;
  opacity: 0.28;
  animation: restar-flow-dash 18s linear infinite;
}

.restar-hero__flow-path--2,
.restar-hero__flow-path--4 {
  animation-duration: 22s;
  opacity: 0.24;
}

.restar-hero__flow-path--5 {
  animation-duration: 26s;
  opacity: 0.18;
}

.restar-hero__flow-dot {
  fill: rgba(255, 122, 0, 0.82);
  filter: url("#restarFlowGlow");
  opacity: 0.78;
  will-change: opacity, transform;
}

.restar-hero__flow-dot--soft {
  opacity: 0.52;
}

.restar-hero__phone {
  position: relative;
  z-index: 4;
  width: clamp(330px, 25.5vw, 450px);
  max-width: 68%;
  height: auto;
  object-fit: contain;
  transform: rotate(4.5deg) translateY(-6px);
  filter: drop-shadow(0 42px 78px rgba(0, 0, 0, 0.58)) drop-shadow(0 0 48px rgba(255, 106, 0, 0.18)) !important;
}

.restar-hero__particle {
  position: absolute;
  z-index: 2;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 106, 0, 0.8);
  box-shadow: 0 0 22px rgba(255, 106, 0, 0.8);
  animation: restar-particle-float 7s ease-in-out infinite;
}

.restar-hero__particle--1 { top: 15%; left: 25%; animation-delay: -0.5s; }
.restar-hero__particle--2 { top: 28%; right: 8%; width: 4px; height: 4px; animation-delay: -2.2s; }
.restar-hero__particle--3 { bottom: 18%; left: 12%; width: 5px; height: 5px; animation-delay: -4s; }
.restar-hero__particle--4 { bottom: 30%; right: 22%; width: 6px; height: 6px; animation-delay: -1.4s; }

.restar-hero-card {
  position: absolute;
  z-index: 6;
  display: flex;
  width: clamp(286px, 18vw, 340px);
  min-height: 106px;
  gap: 16px;
  align-items: center;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(16, 17, 18, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 24px 70px rgba(0, 0, 0, 0.46);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  animation: restar-card-float 6.8s ease-in-out infinite;
}

.restar-hero-card img {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  object-fit: contain;
}

.restar-hero-card small {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--t-text-font, Arial, sans-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.14;
}

.restar-hero-card strong {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--t-text-font, Arial, sans-serif);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.24;
}

#recRestarHero .restar-hero-card strong {
  font-weight: 400;
}

.restar-hero-card--push {
  top: 106px;
  left: 1%;
  transform: rotate(5deg);
}

.restar-hero-card--bonus {
  top: 430px;
  left: -4%;
  transform: rotate(7deg);
  animation-delay: -2.1s;
}

.restar-hero-card--review {
  top: 188px;
  right: -1%;
  transform: rotate(4deg);
  animation-delay: -1.3s;
}

.restar-hero-card--analytics {
  right: 4%;
  bottom: 86px;
  transform: rotate(5deg);
  animation-delay: -3.1s;
}

.restar-hero__benefits {
  position: relative;
  z-index: 5;
  grid-area: benefits;
  display: grid;
  width: min(880px, calc(100vw - 80px));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.restar-hero__benefits div {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--t-text-font, Arial, sans-serif);
  font-size: clamp(13px, 0.88vw, 16px);
  font-weight: 500;
  line-height: 1.32;
}

.restar-hero__benefits div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.075);
}

.restar-hero__benefits span {
  display: grid;
  width: 36px;
  height: 36px;
  min-width: 36px;
  place-items: center;
  border: 1px solid rgba(255, 106, 0, 0.25);
  border-radius: 12px;
  background: rgba(255, 106, 0, 0.1);
  color: #ff7a00;
  font-size: 18px;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.restar-hero__benefits span img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.restar-hero__integrations {
  position: relative;
  z-index: 6;
  grid-area: integrations;
  display: grid;
  min-height: 90px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 2.4vw, 38px);
  margin-top: clamp(14px, 1.7vw, 22px);
  padding: 14px 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(12, 14, 16, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(255, 255, 255, 0.035),
    0 26px 80px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.restar-hero__integrations-label {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: var(--t-text-font, Arial, sans-serif);
  font-size: clamp(16px, 1.05vw, 21px);
  font-weight: 700;
  white-space: nowrap;
}

.restar-hero__marquee {
  position: relative;
  min-width: 0;
  padding: 0 clamp(28px, 2.4vw, 44px);
  overflow: hidden;
}

.restar-hero__marquee-track {
  --restar-logo-gap: clamp(24px, 2.4vw, 42px);
  display: flex;
  width: max-content;
  will-change: transform;
  animation: restar-logo-marquee 46s linear infinite;
}

.restar-hero__integrations:hover .restar-hero__marquee-track {
  animation-play-state: paused;
}

.restar-hero__logo-list {
  display: flex;
  align-items: center;
  gap: var(--restar-logo-gap);
  padding-right: var(--restar-logo-gap);
}

.restar-hero__logo-card {
  display: grid;
  flex: 0 0 auto;
  box-sizing: border-box;
  min-width: 118px;
  height: 46px;
  padding: 7px 14px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(245, 247, 249, 0.94), rgba(225, 230, 235, 0.86));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 8px 18px rgba(0, 0, 0, 0.26);
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.restar-hero__logo-list img {
  display: block;
  width: auto;
  max-width: 128px;
  max-height: 30px;
  height: auto;
  object-fit: contain;
  opacity: 1;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.restar-hero__logo-list img[src*="T-Pay"] {
  max-width: 150px;
  max-height: 34px;
  transform: scale(1.12);
}

@media (hover: hover) {
  .restar-hero__logo-card:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 106, 0, 0.44);
    background: linear-gradient(180deg, rgba(250, 251, 252, 0.98), rgba(230, 235, 240, 0.9));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.58),
      0 10px 22px rgba(0, 0, 0, 0.3);
  }
}

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

@keyframes restar-orb-spin {
  to { rotate: 1turn; }
}

@keyframes restar-orb-glow {
  from { scale: 0.94; opacity: 0.46; }
  to { scale: 1.06; opacity: 0.74; }
}

@keyframes restar-flow-dash {
  to { stroke-dashoffset: -96; }
}

@keyframes restar-card-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}

@keyframes restar-particle-float {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: 0.38; }
  50% { transform: translate3d(12px, -18px, 0); opacity: 0.95; }
}

@keyframes restar-orbit-drift {
  from { transform: rotate(-3deg) scale(0.98); }
  to { transform: rotate(4deg) scale(1.03); }
}

@media screen and (max-width: 1439px) {
  .restar-hero-new {
    min-height: 860px;
  }

  .restar-hero__shell {
    grid-template-columns: minmax(520px, 0.95fr) minmax(460px, 1.05fr);
    column-gap: 24px;
  }

  .restar-hero__title {
    font-size: clamp(38px, 3vw, 45px);
  }

  .restar-hero__visual {
    min-height: 620px;
  }

  .restar-hero__particle-orb {
    width: 560px;
    height: 560px;
  }

  .restar-hero__phone {
    width: clamp(320px, 25vw, 420px);
    max-width: 68%;
  }

  .restar-hero-card {
    width: 276px;
    min-height: 102px;
    padding: 14px 18px;
  }

  .restar-hero-card--push {
    left: -2%;
  }

  .restar-hero-card--bonus {
    left: -5%;
  }

  .restar-hero-card--review {
    right: -4%;
  }
}

@media screen and (max-width: 1199px) {
  .restar-hero-new {
    min-height: 0;
    padding-top: 116px;
  }

  .restar-hero__shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "visual"
      "benefits"
      "integrations";
    row-gap: 28px;
  }

  .restar-hero__copy {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
  }

  .restar-hero__subtitle {
    margin-right: auto;
    margin-left: auto;
  }

  .restar-hero__proof,
  .restar-hero__actions {
    justify-content: center;
  }

  .restar-hero__visual {
    min-height: 620px;
    width: min(800px, 100%);
    margin: 0 auto;
  }

  .restar-hero__phone {
    width: min(420px, 50vw);
    max-width: 74%;
  }

  .restar-hero__benefits {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (max-width: 959px) {
  .restar-hero-new {
    padding: 112px 20px 34px;
  }

  .restar-hero__copy {
    max-width: 720px;
  }

  .restar-hero__title {
    font-size: clamp(38px, 7vw, 48px);
    line-height: 1.08;
  }

  .restar-hero__subtitle {
    margin-top: 22px;
    font-size: 17px;
  }

  .restar-hero__proof {
    flex-wrap: wrap;
    gap: 12px 16px;
    margin-top: 24px;
  }

  .restar-hero__proof img {
    width: 146px;
    max-width: 42vw;
  }

  .restar-hero__stars {
    font-size: 20px;
  }

  .restar-hero__visual {
    display: grid;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
    justify-items: center;
    padding-top: 6px;
  }

  .restar-hero__visual-glow,
  .restar-hero__orbits,
  .restar-hero__particle-orb,
  .restar-hero__flow-lines,
  .restar-hero__particle {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .restar-hero__particle-orb,
  .restar-hero__flow-lines {
    display: none;
  }

  .restar-hero__phone {
    grid-column: 1 / -1;
    width: min(360px, 72vw);
    max-width: 100%;
    margin: 0 auto 4px;
    transform: rotate(3deg);
  }

  .restar-hero__orbits {
    width: min(620px, 118vw);
  }

  .restar-hero-card,
  .restar-hero-card--push,
  .restar-hero-card--bonus,
  .restar-hero-card--review,
  .restar-hero-card--analytics {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 100px;
    transform: none;
    animation-duration: 7.6s;
  }

  .restar-hero-card img {
    width: 46px;
    height: 46px;
  }

  .restar-hero-card small {
    font-size: 14px;
  }

  .restar-hero-card strong {
    font-size: 13px;
  }

  .restar-hero__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .restar-hero__benefits div {
    min-height: 76px;
    padding: 14px 16px;
  }

  .restar-hero__benefits div:nth-child(odd) {
    border-left: 0;
  }

  .restar-hero__benefits div:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.075);
  }
}

@media screen and (max-width: 639px) {
  .restar-hero-new {
    padding: 104px 16px 30px;
  }

  .restar-hero__shell {
    row-gap: 24px;
  }

  .restar-hero__copy {
    text-align: left;
  }

  .restar-hero__badge {
    min-height: 38px;
    margin-bottom: 20px;
    padding: 8px 16px;
    font-size: 14px;
  }

  .restar-hero__title {
    max-width: 100%;
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1.08;
  }

  .restar-hero__title br {
    display: none;
  }

  .restar-hero__subtitle {
    max-width: none;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.43;
  }

  .restar-hero__proof {
    justify-content: flex-start;
  }

  .restar-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .restar-hero__btn {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    border-radius: 15px;
    font-size: 16px;
  }

  .restar-hero__btn--primary i {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }

  .restar-hero__visual {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: center;
    min-height: 620px;
    padding-top: 6px;
  }

  .restar-hero__phone {
    width: min(330px, 82vw);
    margin-bottom: 0;
  }

  .restar-hero-card {
    position: absolute;
    width: calc((100% - 10px) / 2);
    min-height: 94px;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .restar-hero-card--push {
    top: 12%;
    left: -4px;
  }

  .restar-hero-card--review {
    top: 18%;
    right: -4px;
  }

  .restar-hero-card--bonus {
    bottom: 18%;
    left: -4px;
  }

  .restar-hero-card--analytics {
    right: -4px;
    bottom: 12%;
  }

  .restar-hero-card img {
    width: 38px;
    height: 38px;
  }

  .restar-hero-card small {
    margin-bottom: 5px;
    font-size: 12.5px;
  }

  .restar-hero-card strong {
    font-size: 12px;
    line-height: 1.24;
  }

  .restar-hero__benefits {
    width: 100%;
    border-radius: 20px;
  }

  .restar-hero__benefits div {
    min-height: 76px;
    gap: 10px;
    padding: 14px;
    font-size: 13px;
  }

  .restar-hero__benefits span {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 11px;
    font-size: 17px;
  }

  .restar-hero__integrations {
    min-height: 94px;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 4px;
    padding: 16px;
    border-radius: 22px;
  }

  .restar-hero__integrations::before {
    left: 0;
    width: 56px;
  }

  .restar-hero__integrations::after {
    width: 56px;
  }

  .restar-hero__integrations-label {
    font-size: 18px;
  }

  .restar-hero__marquee-track {
    --restar-logo-gap: 28px;
    animation-duration: 40s;
  }

  .restar-hero__marquee {
    padding-right: 12px;
    padding-left: 12px;
  }

  .restar-hero__logo-card {
    min-width: 108px;
    height: 40px;
    padding: 7px 11px;
  }

  .restar-hero__logo-list img {
    max-width: 112px;
    max-height: 26px;
  }

  .restar-hero__logo-list img[src*="T-Pay"] {
    max-height: 30px;
  }
}

@media screen and (max-width: 431px) {
  .restar-hero-new {
    padding-right: 20px;
    padding-left: 20px;
  }

  .restar-hero__title {
    font-size: clamp(30px, 7.3vw, 32px);
  }

  .restar-hero__proof img {
    width: 132px;
  }

  .restar-hero__stars {
    font-size: 18px;
    letter-spacing: 2px;
  }

  .restar-hero__proof p {
    width: 100%;
    font-size: 14px;
  }
}

@media screen and (max-width: 359px) {
  .restar-hero__benefits {
    grid-template-columns: 1fr;
  }

  .restar-hero__benefits div {
    border-left: 0 !important;
  }

  .restar-hero__benefits div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.075);
  }
}

@media (prefers-reduced-motion: reduce) {
  .restar-hero__particle-orb,
  .restar-hero__flow-lines {
    display: none !important;
  }

  .restar-hero__orbits,
  .restar-hero__particle-orb,
  .restar-hero__flow-lines,
  .restar-hero__particle,
  .restar-hero-card,
  .restar-hero__marquee-track {
    animation: none !important;
  }
}

html,
body,
#allrecords,
.t-records {
  background: var(--restar-black) !important;
  color: var(--restar-text);
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

#allrecords {
  overflow-x: clip;
}

#allrecords .t-rec {
  background-color: var(--restar-black) !important;
}

#allrecords .t396__artboard,
#allrecords .t396__carrier {
  background-color: var(--restar-bg) !important;
}

#allrecords .t396__filter {
  background: transparent !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

#allrecords .t396__elem,
#allrecords .tn-group,
#allrecords .tn-atom,
#allrecords .tn-atom__img,
#allrecords img {
  visibility: visible !important;
  mix-blend-mode: normal !important;
}

#allrecords img,
#allrecords .tn-atom__img {
  opacity: 1 !important;
  filter: none !important;
}

#allrecords .restar-placeholder-hidden {
  display: none !important;
}

#allrecords .tn-elem[data-elem-type="text"] .tn-atom {
  color: rgba(255, 255, 255, 0.78) !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

#allrecords .restar-title .tn-atom,
#allrecords .restar-title.tn-atom,
#allrecords .restar-title {
  color: var(--restar-text) !important;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.42) !important;
}

#allrecords .restar-muted-text .tn-atom,
#allrecords .restar-muted-text {
  color: var(--restar-muted) !important;
}

#allrecords .restar-card-shape .tn-atom {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    linear-gradient(180deg, var(--restar-card-2), #0d0d0d) !important;
  border: 1px solid var(--restar-border) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -36px 80px rgba(0, 0, 0, 0.22),
    0 26px 90px rgba(0, 0, 0, 0.36) !important;
}

#allrecords .restar-card-group > [id^="molecule-"] {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(21, 21, 21, 0.74) !important;
  border: 1px solid var(--restar-border) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 24px 72px rgba(0, 0, 0, 0.34) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

#allrecords .restar-card-shape {
  transition: transform 0.24s ease, filter 0.24s ease;
}

@media (hover: hover) {
  #allrecords .restar-card-shape:hover {
    transform: translateY(-3px);
  }
}

#allrecords .restar-media-element img,
#allrecords .restar-media-element .tn-atom__img {
  filter: none !important;
}

#allrecords .restar-bg-media-shape {
  display: table !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#allrecords .restar-bg-media-shape .tn-atom {
  background-color: transparent !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}

#allrecords .restar-pill-group [id^="molecule-"] {
  background: rgba(255, 107, 0, 0.08) !important;
  border: 1px solid rgba(255, 107, 0, 0.28) !important;
  color: var(--restar-orange-2) !important;
  box-shadow: 0 14px 44px rgba(255, 107, 0, 0.08) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

#allrecords .restar-pill-group [data-elem-type="text"] .tn-atom,
#allrecords .restar-pill-group .tn-atom {
  color: var(--restar-orange-2) !important;
}

#allrecords .restar-pill-group img,
#allrecords .restar-pill-group .tn-atom__img {
  filter: none !important;
}

/* Header */
#rec1223818146,
#rec1223818146 .t396,
#rec1223818146 .t396__artboard,
#rec1223818146 .t396__carrier,
#rec1223818146 .t396__filter {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#rec1223789756 {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 100000 !important;
  height: 80px !important;
  background: rgba(5, 5, 5, 0.82) !important;
  border-bottom: 1px solid var(--restar-border) !important;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.32) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

#rec1223789756 .t396__artboard,
#rec1223789756 .t396__carrier,
#rec1223789756 .t396__filter {
  height: 80px !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

#rec1223789756 .tn-elem[data-elem-id="1755261319129"] .tn-atom {
  background-image: url("../img/svg_1755261319111%20(2).svg") !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

#rec1223789756 .tn-elem[data-elem-id="1755261319129"] .tn-atom__img {
  opacity: 0 !important;
  filter: none !important;
}

#rec1223789756 [data-elem-type="text"] .tn-atom,
#rec1223789756 [data-elem-type="text"] .tn-atom a {
  color: rgba(255, 255, 255, 0.78) !important;
  transition: color 0.2s ease !important;
}

#rec1223789756 [data-elem-type="text"] .tn-atom:hover,
#rec1223789756 [data-elem-type="text"] .tn-atom a:hover {
  color: var(--restar-orange-2) !important;
}

#rec1223789756 .tn-elem[data-elem-id="1755261316924"] .tn-atom,
#rec1223789756 .tn-elem[data-elem-id="1755261316924"] .tn-atom:hover {
  min-height: 42px !important;
  background: linear-gradient(135deg, var(--restar-orange), var(--restar-orange-2)) !important;
  border: 0 !important;
  color: #fff !important;
  box-shadow: 0 0 24px rgba(255, 107, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
}

#rec1223789756 .tn-elem[data-elem-id="1755261316924"] .tn-atom__button-text {
  color: #fff !important;
}

#rec1223783066 .t450,
#rec1223783066 .t450__container,
#rec1223783066 .t450__rightside,
#rec1223783066 .t450__list {
  background: rgba(5, 5, 5, 0.97) !important;
  color: var(--restar-soft) !important;
}

#rec1223783066 .t450 {
  border-left: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: -28px 0 80px rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

#rec1223783066 .t450__container {
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 107, 0, 0.12), transparent 34%),
    #090909 !important;
  border-left: 1px solid var(--restar-border) !important;
}

#rec1223783066 .t450__close,
#rec1223783066 .t450__burger_bg {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

#rec1223783066 a.t-menu__link-item,
#rec1223783066 a.t-menusub__link-item,
#rec1223783066 .t450__right_descr,
#rec1223783066 .t450__list_item {
  color: var(--restar-soft) !important;
}

#rec1223783066 a.t-menu__link-item:hover,
#rec1223783066 a.t-menusub__link-item:hover {
  color: var(--restar-orange-2) !important;
}

#rec1223783066 .t450__close_icon span {
  background-color: var(--restar-text) !important;
}

#rec1223783066 .t-btnflex.t-btnflex_type_button {
  background: linear-gradient(135deg, var(--restar-orange), var(--restar-orange-2)) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 0 24px rgba(255, 107, 0, 0.25) !important;
}

#rec1223783066 .t-btnflex.t-btnflex_type_button2 {
  background: rgba(255, 255, 255, 0.04) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

#rec1223783066 .t450__close {
  width: 46px !important;
  height: 46px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

#rec1223783066 .t450__burger_bg {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#rec1223783066 .t450__container {
  min-height: 100% !important;
}

#rec1223783066 .t450__top,
#rec1223783066 .t450__menu,
#rec1223783066 .t450__list,
#rec1223783066 .t450__rightside,
#rec1223783066 .t450__rightcontainer,
#rec1223783066 .t450__right_social_links,
#rec1223783066 .t450__right_buttons,
#rec1223783066 .t450__right_buttons_wrap,
#rec1223783066 .t450__right_buttons_but {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Buttons */
#allrecords .tn-elem[data-elem-type="button"] .tn-atom,
#allrecords .tn-elem[data-elem-type="button"] .tn-atom:hover,
#allrecords .t-btn,
#allrecords .t-btn:hover,
#allrecords .t-submit,
#allrecords .t-submit:hover,
#allrecords .t-btnflex_type_button,
#allrecords .t-btnflex_type_button:hover {
  background: linear-gradient(135deg, var(--restar-orange), var(--restar-orange-2)) !important;
  border-color: rgba(255, 122, 0, 0.72) !important;
  color: #fff !important;
  box-shadow: 0 16px 42px var(--restar-glow), inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease !important;
}

#allrecords .tn-elem[data-elem-type="button"] .tn-atom:hover,
#allrecords .t-btn:hover,
#allrecords .t-submit:hover,
#allrecords .t-btnflex_type_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 60px rgba(255, 107, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.34) !important;
}

#allrecords .tn-elem[data-elem-type="button"] .tn-atom *,
#allrecords .t-btn *,
#allrecords .t-submit,
#allrecords .t-btnflex_type_button * {
  color: #fff !important;
}

#allrecords .tn-elem[data-elem-type="text"] .tn-atom {
  opacity: 1 !important;
}

#rec1224854701 .tn-elem[data-elem-id="1755337878343"] .tn-atom,
#rec2047893351 .tn-elem[data-elem-id="1773834852211000003"] .tn-atom,
#allrecords .t-btnflex_type_button2 {
  background: rgba(255, 255, 255, 0.055) !important;
  border: 1px solid var(--restar-border-strong) !important;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 44px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

#rec1224854701 .tn-elem[data-elem-id="1755337878343"] .tn-atom:hover,
#rec2047893351 .tn-elem[data-elem-id="1773834852211000003"] .tn-atom:hover,
#allrecords .t-btnflex_type_button2:hover {
  background: rgba(255, 255, 255, 0.09) !important;
  border-color: rgba(255, 122, 0, 0.42) !important;
}

/* Hero */
#rec1224854701 .t396__artboard,
#rec1224854701 .t396__carrier {
  min-height: 860px !important;
  background:
    radial-gradient(circle at 50% 13%, rgba(255, 107, 0, 0.20), rgba(255, 107, 0, 0.055) 28%, transparent 54%),
    radial-gradient(circle at 16% 78%, rgba(255, 122, 0, 0.11), transparent 34%),
    linear-gradient(180deg, #050505 0%, #0a0a0a 58%, #101010 100%) !important;
}

#rec1224854701 .t396__artboard::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 76px 76px;
  opacity: 0.34;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 76%);
}

#rec1224854701 .t396__artboard::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -330px;
  width: min(660px, 54vw);
  aspect-ratio: 1080 / 1398;
  pointer-events: none;
  background: url("../img/png_6.png") center bottom / contain no-repeat;
  transform: translateX(-50%);
}

#rec1224854701 .tn-elem[data-elem-id="1755337878333"] {
  top: 116px !important;
  left: 50% !important;
  width: min(1120px, 88vw) !important;
  transform: translateX(-50%) !important;
}

#rec1224854701 .tn-elem[data-elem-id="1755337878333"] .tn-atom {
  color: #fff !important;
  font-size: clamp(46px, 3.85vw, 64px) !important;
  line-height: 1.04 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

#rec1224854701 .tn-elem[data-elem-id="1755337878339"] {
  top: 352px !important;
  left: 50% !important;
  width: min(720px, 82vw) !important;
  transform: translateX(-50%) !important;
}

#rec1224854701 .tn-elem[data-elem-id="1755337878339"] .tn-atom {
  color: var(--restar-muted) !important;
  font-size: clamp(19px, 1.45vw, 23px) !important;
  line-height: 1.43 !important;
  text-wrap: balance;
}

#rec1224854701 .tn-group[data-group-id="175534116236562010"] {
  top: 484px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 14 !important;
}

#rec1224854701 .tn-group[data-group-id="175534116236562010"] #molecule-175534116236562010 {
  gap: 12px !important;
}

#rec1224854701 .tn-elem[data-elem-id="1755337878329"],
#rec1224854701 .tn-elem[data-elem-id="1755337878344"] {
  display: none !important;
}

@media screen and (min-width: 1600px) {
  #rec1224854701 .tn-elem[data-elem-id="1755337878333"] {
    top: 88px !important;
    width: 980px !important;
  }

  #rec1224854701 .tn-elem[data-elem-id="1755337878333"] .tn-atom {
    font-size: 48px !important;
    line-height: 1.04 !important;
  }

  #rec1224854701 .tn-elem[data-elem-id="1755337878339"] {
    top: 270px !important;
    width: 540px !important;
  }

  #rec1224854701 .tn-elem[data-elem-id="1755337878339"] .tn-atom {
    font-size: 17px !important;
    line-height: 1.43 !important;
  }

  #rec1224854701 .tn-group[data-group-id="175534116236562010"] {
    top: 365px !important;
  }

  #rec1224854701 .tn-group[data-group-id="175534116236562010"] .tn-elem[data-elem-type="button"] {
    width: 150px !important;
    height: 39px !important;
  }

  #rec1224854701 .tn-group[data-group-id="175534116236562010"] .tn-elem[data-elem-type="button"] .tn-atom {
    min-height: 39px !important;
    height: 39px !important;
    font-size: 12px !important;
  }

  #rec1224854701 .t396__artboard::after {
    bottom: -260px !important;
    width: 500px !important;
  }
}

#rec1224854701 .tn-elem[data-elem-id="1755338240513"] {
  z-index: 5 !important;
}

#rec1224854701 .tn-elem[data-elem-id="1755338240513"] .tn-atom {
  border: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

#rec1224712106 .tn-elem[data-elem-id="1755335810380"] .tn-atom,
#rec1224833026 .tn-elem[data-elem-id="1755336828063"] .tn-atom,
#rec1224875981 .tn-elem[data-elem-id="1755338893005"] .tn-atom,
#rec1722850641 .tn-elem[data-elem-id="1755338893005"] .tn-atom {
  filter: none !important;
}

#rec1224833026 .tn-elem[data-elem-id="1755336828063"] {
  z-index: 2 !important;
}

#rec1224833026 .tn-group[data-group-id="175533699223730570"],
#rec1224833026 .tn-group[data-group-id="175544574282546400"],
#rec1224833026 .tn-elem[data-elem-id="1755445691620"] {
  z-index: 5 !important;
}

#rec1224854701 .tn-group[data-group-id="175533821132182960"] #molecule-175533821132182960 {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(21, 21, 21, 0.72) !important;
  border: 1px solid var(--restar-border) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

/* Section rhythm */
#rec1224842961 .t396__artboard,
#rec1224842961 .t396__carrier,
#rec1223772971 .t396__artboard,
#rec1223772971 .t396__carrier,
#rec1722937871 .t396__artboard,
#rec1722937871 .t396__carrier,
#rec1224892856 .t396__artboard,
#rec1224892856 .t396__carrier,
#rec1223510171 .t396__artboard,
#rec1223510171 .t396__carrier,
#rec2047893351 .t396__artboard,
#rec2047893351 .t396__carrier,
#rec1223718566 .t396__artboard,
#rec1223718566 .t396__carrier,
#rec1224712106 .t396__artboard,
#rec1224712106 .t396__carrier,
#rec1226845191 .t396__artboard,
#rec1226845191 .t396__carrier,
#rec1223738361 .t396__artboard,
#rec1223738361 .t396__carrier,
#rec1224815501 .t396__artboard,
#rec1224815501 .t396__carrier,
#rec1224816956 .t396__artboard,
#rec1224816956 .t396__carrier,
#rec1224822791 .t396__artboard,
#rec1224822791 .t396__carrier,
#rec1224872571 .t396__artboard,
#rec1224872571 .t396__carrier,
#rec1224833026 .t396__artboard,
#rec1224833026 .t396__carrier,
#rec1224841146 .t396__artboard,
#rec1224841146 .t396__carrier,
#rec1223753166 .t396__artboard,
#rec1223753166 .t396__carrier,
#rec1224844731 .t396__artboard,
#rec1224844731 .t396__carrier,
#rec1226847721 .t396__artboard,
#rec1226847721 .t396__carrier,
#rec1224848711 .t396__artboard,
#rec1224848711 .t396__carrier,
#rec1224875981 .t396__artboard,
#rec1224875981 .t396__carrier,
#rec1722850641 .t396__artboard,
#rec1722850641 .t396__carrier,
#rec1224700866 .t396__artboard,
#rec1224700866 .t396__carrier,
#rec1224882926 .t396__artboard,
#rec1224882926 .t396__carrier,
#rec1223863321 .t396__artboard,
#rec1223863321 .t396__carrier,
#rec1223859686 .t396__artboard,
#rec1223859686 .t396__carrier {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 107, 0, 0.06), transparent 34%),
    linear-gradient(180deg, #0b0b0b 0%, #101010 100%) !important;
}

#rec1224882926 .tn-elem[data-elem-type="button"] .tn-atom,
#rec1224882926 .tn-elem[data-elem-type="button"] .tn-atom__button-content,
#rec1224882926 .tn-elem[data-elem-type="button"] .tn-atom__button-text {
  color: #fff !important;
  opacity: 1 !important;
}

#rec1225013126 .tn-elem[data-elem-id="1741705411266"] .tn-atom {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    linear-gradient(180deg, #171717, #0c0c0c) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow:
    0 30px 110px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

#rec1225013126 .tn-elem[data-elem-type="text"] .tn-atom {
  color: var(--restar-soft) !important;
}

#rec1225013126 input,
#rec1225013126 textarea,
#rec1225013126 .t-input,
#rec1225013126 .t-input-phonemask {
  background: rgba(255, 255, 255, 0.055) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

#rec1225013126 input::placeholder,
#rec1225013126 textarea::placeholder,
#rec1225013126 .t-input::placeholder {
  color: rgba(255, 255, 255, 0.48) !important;
}

#rec1224844731 .tn-elem[data-elem-id="1755337367192"] .tn-atom,
#rec1224844731 .tn-elem[data-elem-id="1755337367203"] .tn-atom,
#rec1224844731 .tn-elem[data-elem-id="1755337367213"] .tn-atom {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.014)),
    linear-gradient(180deg, #171717, #0d0d0d) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

#rec1224844731 .tn-elem[data-elem-id="1755494787871"] {
  display: none !important;
}

#rec1224844731 .tn-elem[data-elem-type="text"] .tn-atom {
  color: var(--restar-soft) !important;
}

#rec1224844731 .tn-elem[data-elem-id="1755337367199"] .tn-atom,
#rec1224844731 .tn-elem[data-elem-id="1755337367210"] .tn-atom,
#rec1224844731 .tn-elem[data-elem-id="1755337367218"] .tn-atom {
  color: #fff !important;
}

#rec1223738361 .t396__artboard,
#rec1223738361 .t396__carrier,
#rec1224816956 .t396__artboard,
#rec1224816956 .t396__carrier,
#rec1223753166 .t396__artboard,
#rec1223753166 .t396__carrier {
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 107, 0, 0.12), transparent 36%),
    linear-gradient(180deg, #070707 0%, #0b0b0b 100%) !important;
}

#rec1224842961 .t396__artboard,
#rec1224842961 .t396__carrier,
#rec1224842961 .t396__filter,
#rec1223772971 .t396__artboard,
#rec1223772971 .t396__carrier,
#rec1223772971 .t396__filter,
#rec1722937871 .t396__artboard,
#rec1722937871 .t396__carrier,
#rec1722937871 .t396__filter {
  background: var(--restar-black) !important;
}

#rec1224842961 .tn-elem[data-elem-id="1755337171678"] .tn-atom {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 107, 0, 0.08), transparent 62%),
    linear-gradient(180deg, #101010, #050505) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 24px 24px 0 0 !important;
}

#rec1223772971 .tn-elem[data-elem-type="text"] .tn-atom {
  color: var(--restar-soft) !important;
}

#rec1223772971 .tn-elem[data-elem-type="text"] .tn-atom span {
  color: var(--restar-orange-2) !important;
}

#rec1722937871 .tn-group:not([data-group-id="1766401495292000004"]) > .tn-molecule {
  background: rgba(255, 107, 0, 0.08) !important;
  border-color: rgba(255, 107, 0, 0.26) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

#rec1722937871 .tn-elem[data-elem-type="text"] .tn-atom {
  color: var(--restar-orange-2) !important;
}

#rec2047893351 .tn-group[data-group-id="1773834857531000004"] #molecule-1773834857531000004 {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    linear-gradient(180deg, #1a1a1a, #0e0e0e) !important;
  border: 1px solid var(--restar-border) !important;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

#rec2047893351 .tn-elem[data-elem-id="1773835027297"] .tn-atom__img {
  filter: none !important;
}

#rec1224815501 .restar-card-shape .tn-atom {
  box-shadow: 0 0 42px rgba(255, 107, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

/* FAQ and forms */
#rec1226401611,
#rec1226401611 .t-container,
#rec1226401611 .t668,
#rec1226401611 .t668__wrapper {
  background: var(--restar-black) !important;
}

#rec1226401611 .t668__accordion {
  margin-bottom: 12px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.014)),
    var(--restar-card) !important;
  border: 1px solid var(--restar-border) !important;
  border-radius: 14px !important;
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

#rec1226401611 .t668__header,
#rec1226401611 .t668__content {
  background: transparent !important;
}

#rec1226401611 .t668__title,
#rec1226401611 .t668__title span {
  color: var(--restar-text) !important;
}

#rec1226401611 .t668__text,
#rec1226401611 .t668__content,
#rec1226401611 .t668__content * {
  color: var(--restar-muted) !important;
}

#rec1226401611 .t668__circle,
#rec1226401611 .t668__icon,
#rec1226401611 .t668__icon span {
  border-color: rgba(255, 107, 0, 0.36) !important;
  color: var(--restar-orange-2) !important;
}

#rec1226401611 .t668__icon span,
#rec1226401611 .t668__icon span::before,
#rec1226401611 .t668__icon span::after {
  background-color: var(--restar-orange-2) !important;
}

.t-popup,
.t-popup__container,
.t-form__inputsbox,
.t706__cartwin,
.t706__orderform {
  background: #0c0c0c !important;
  color: var(--restar-text) !important;
}

.t-input,
.t-textarea,
.t-select,
input,
textarea,
select {
  background: rgba(255, 255, 255, 0.055) !important;
  border-color: var(--restar-border-strong) !important;
  color: var(--restar-text) !important;
}

.t-input::placeholder,
.t-textarea::placeholder,
input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.48) !important;
}

.t-checkbox__indicator {
  border-color: rgba(255, 107, 0, 0.42) !important;
}

/* Cookie and utility UI */
.t_cookie,
.t-cookie,
.t-cookieconfirm,
.t-cookieconfirm__content,
#rec1223785341 .t886,
#rec1223785341 .t886__wrapper,
#rec1223785341 .t886__container {
  background: rgba(14, 14, 14, 0.92) !important;
  border-color: var(--restar-border) !important;
  color: var(--restar-soft) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.t-cookieconfirm__button,
#rec1223785341 .t-btnflex_type_button {
  background: linear-gradient(135deg, var(--restar-orange), var(--restar-orange-2)) !important;
  color: #fff !important;
  border: 0 !important;
}

#rec1225038741 .t890__arrow svg rect {
  fill: #151515 !important;
  fill-opacity: 1 !important;
  stroke: rgba(255, 255, 255, 0.2) !important;
}

#rec1225038741 .t890__arrow svg path {
  stroke: var(--restar-orange-2) !important;
}

/* Mobile */
@media screen and (max-width: 1199px) {
  #rec1223789756 .tn-group[data-group-id="175526136099236230"] {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  #rec1223789756 {
    height: 68px !important;
  }

  #rec1223789756 .t396__artboard,
  #rec1223789756 .t396__carrier,
  #rec1223789756 .t396__filter {
    height: 68px !important;
  }

  #rec1224854701 .t396__artboard,
  #rec1224854701 .t396__carrier {
    min-height: 780px !important;
  }

  #rec1224854701 .tn-elem[data-elem-id="1755337878333"] {
    top: 86px !important;
    width: 92vw !important;
  }

  #rec1224854701 .tn-elem[data-elem-id="1755337878333"] .tn-atom {
    font-size: clamp(34px, 8.4vw, 44px) !important;
    line-height: 1.06 !important;
  }

  #rec1224854701 .tn-elem[data-elem-id="1755337878339"] {
    top: 300px !important;
    width: 92vw !important;
  }

  #rec1224854701 .tn-elem[data-elem-id="1755337878339"] .tn-atom {
    font-size: clamp(17px, 4.4vw, 19px) !important;
    line-height: 1.42 !important;
  }

  #rec1224854701 .tn-group[data-group-id="175534116236562010"] {
    top: 422px !important;
    width: 92vw !important;
  }

  #rec1224854701 .tn-group[data-group-id="175534116236562010"] #molecule-175534116236562010 {
    width: 100% !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    row-gap: 10px !important;
  }

  #rec1224854701 .tn-group[data-group-id="175534116236562010"] .tn-elem[data-elem-type="button"] {
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    max-width: none !important;
    flex: 0 0 100% !important;
  }

  #rec1224854701 .tn-group[data-group-id="175534116236562010"] .tn-atom {
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #allrecords .restar-card-shape:hover {
    transform: none;
  }
}

@media screen and (max-width: 639px) {
  #rec1223789756 {
    height: 64px !important;
  }

  #rec1223789756 .t396__artboard,
  #rec1223789756 .t396__carrier,
  #rec1223789756 .t396__filter {
    height: 64px !important;
  }

  #rec1223789756 .tn-elem[data-elem-id="1755261319129"] {
    width: 132px !important;
    top: 18px !important;
  }

  #rec1223789756 .tn-elem[data-elem-id="1755261316924"] {
    width: 136px !important;
  }

  #rec1223789756 .tn-elem[data-elem-id="1755261316924"] .tn-atom {
    min-height: 38px !important;
    font-size: 13px !important;
  }

  #rec1224854701 .t396__artboard,
  #rec1224854701 .t396__carrier {
    min-height: 760px !important;
  }

  #rec1224854701 .tn-elem[data-elem-id="1755337878333"] {
    top: 82px !important;
  }

  #rec1224854701 .tn-elem[data-elem-id="1755337878339"] {
    top: 302px !important;
  }

  #rec1224854701 .tn-group[data-group-id="175534116236562010"] {
    top: 438px !important;
  }

  #rec1224854701 .tn-elem[data-elem-id="1755337878329"] {
    display: none !important;
  }

  #rec1224854701 .tn-elem[data-elem-id="1755337878344"] {
    display: none !important;
  }

  #rec1224854701 .t396__artboard::after {
    top: 535px !important;
    bottom: auto !important;
    width: min(520px, 112vw);
  }

  #allrecords .tn-elem[data-elem-type="button"] .tn-atom,
  #allrecords .t-btn,
  #allrecords .t-submit,
  #allrecords .t-btnflex_type_button {
    min-height: 46px !important;
  }
}

@media screen and (max-width: 479px) {
  #allrecords .t396__artboard,
  #allrecords .t396__carrier {
    max-width: 100vw !important;
  }

  #rec1224854701 .t396__artboard,
  #rec1224854701 .t396__carrier {
    min-height: 790px !important;
  }

  #rec1224854701 .tn-elem[data-elem-id="1755337878333"] {
    top: 78px !important;
    width: calc(100vw - 16px) !important;
  }

  #rec1224854701 .tn-elem[data-elem-id="1755337878333"] .tn-atom {
    font-size: clamp(30px, 7.4vw, 34px) !important;
    line-height: 1.06 !important;
  }

  #rec1224854701 .tn-elem[data-elem-id="1755337878339"] {
    top: 292px !important;
    width: calc(100vw - 24px) !important;
  }

  #rec1224854701 .tn-elem[data-elem-id="1755337878339"] .tn-atom {
    font-size: 17px !important;
  }

  #rec1224854701 .tn-group[data-group-id="175534116236562010"] {
    top: 430px !important;
    width: calc(100vw - 20px) !important;
  }

  #rec1224854701 .tn-elem[data-elem-id="1755337878329"] {
    display: none !important;
  }

  #rec1224854701 .tn-elem[data-elem-id="1755337878344"] {
    display: none !important;
  }

  #rec1224854701 .t396__artboard::after {
    top: 540px !important;
    bottom: auto !important;
    width: min(430px, 112vw);
  }

  #rec1224854701 .tn-group[data-group-id="175533821132182960"] {
    display: none !important;
  }
}

/* Final ReStar cleanup */
#rec1224854701 .tn-elem[data-elem-id="1755337878333"],
#rec1224854701 .tn-elem[data-elem-id="1755337878339"] {
  display: none !important;
}

#rec1224854701 .restar-hero-copy {
  position: absolute;
  z-index: 15;
  top: 104px;
  left: 50%;
  width: min(1100px, calc(100vw - 56px));
  transform: translateX(-50%);
  text-align: center;
  pointer-events: none;
}

#rec1224854701 .hero-title-main,
#rec1224854701 .hero-title-sub,
#rec1224854701 .hero-subtitle {
  margin: 0;
  letter-spacing: 0;
  text-wrap: balance;
}

#rec1224854701 .hero-title-main {
  color: #fff;
  font-family: var(--t-headline-font, var(--t-text-font, Arial, sans-serif));
  font-size: clamp(54px, 4.35vw, 72px);
  font-weight: 700;
  line-height: 1.05;
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

#rec1224854701 .hero-title-sub {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--t-headline-font, var(--t-text-font, Arial, sans-serif));
  font-size: clamp(38px, 3vw, 48px);
  font-weight: 600;
  line-height: 1.1;
}

#rec1224854701 .hero-subtitle {
  max-width: 720px;
  margin: 28px auto 0;
  color: var(--restar-muted);
  font-family: var(--t-text-font, Arial, sans-serif);
  font-size: clamp(18px, 1.3vw, 22px);
  font-weight: 400;
  line-height: 1.45;
}

#rec1224854701 .tn-group[data-group-id="175534116236562010"] {
  top: 424px !important;
}

#allrecords .tn-elem[data-elem-type="text"] .tn-atom {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

#allrecords .restar-pill-group [id^="molecule-"] {
  background: rgba(255, 107, 0, 0.08) !important;
  border: 1px solid rgba(255, 107, 0, 0.24) !important;
  box-shadow: none !important;
}

#allrecords .restar-pill-group [data-elem-type="image"] .tn-atom,
#allrecords .restar-pill-group [data-elem-type="text"] .tn-atom {
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  color: var(--restar-orange-2) !important;
}

#allrecords .restar-card-group > [id^="molecule-"] .tn-elem[data-elem-type="text"] .tn-atom,
#allrecords .restar-card-group > [id^="molecule-"] .tn-elem[data-elem-type="image"] .tn-atom,
#allrecords .restar-card-group > [id^="molecule-"] .tn-elem[data-elem-type="shape"] .tn-atom {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

#rec1722937871 .tn-group:not([data-group-id="1766401495292000004"]) > .tn-molecule {
  background: rgba(255, 107, 0, 0.075) !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

#rec1224882926 .accordion-wrapper,
#rec1224882926 .tn-elem[data-elem-id="1755451011423"] {
  left: 50% !important;
  width: min(920px, calc(100vw - 48px)) !important;
  max-width: min(920px, calc(100vw - 48px)) !important;
  transform: translateX(-50%) !important;
  overflow: visible !important;
}

#rec1226401611 .t-container,
#rec1226401611 .t-col,
#rec1226401611 .t668,
#rec1226401611 .t668__wrapper {
  width: 100% !important;
  max-width: 920px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow: visible !important;
}

#rec1226401611 .t668__accordion {
  width: 100% !important;
  max-width: 920px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

#rec1226401611 .t668__trigger-button {
  width: 100% !important;
  padding: 22px 66px 22px 24px !important;
  text-align: left !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
}

#rec1226401611 .t668__content {
  padding: 0 24px 24px !important;
  border: 0 !important;
}

#rec1226401611 .t668__icon {
  right: 24px !important;
}

#rec1226401611 .t668__icon,
#rec1226401611 .t668__icon-hover {
  width: 24px !important;
  height: 24px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--restar-orange-2) !important;
}

#rec1226401611 .t668__circle {
  display: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#rec1226401611 .t668__lines,
#rec1226401611 .t668__lines::before,
#rec1226401611 .t668__lines::after,
#rec1226401611 .t668__icon span,
#rec1226401611 .t668__icon span::before,
#rec1226401611 .t668__icon span::after {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#rec1226401611 .t668__icon svg,
#rec1226401611 .t668__icon-hover svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  opacity: 1 !important;
}

#rec1226401611 .t668__icon svg g,
#rec1226401611 .t668__icon-hover svg g {
  stroke: var(--restar-orange-2) !important;
}

#allrecords .t395,
#allrecords .t395__col,
#allrecords .t395__wrapper,
#allrecords .t395__wrapper_mobile {
  background: transparent !important;
}

#allrecords .t395__wrapper {
  overflow: hidden !important;
  border: 1px solid var(--restar-border) !important;
  border-radius: 14px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

#allrecords .t395__tab {
  background: rgba(255, 255, 255, 0.035) !important;
  border: 0 !important;
}

#allrecords .t395__tab + .t395__tab {
  border-left: 1px solid rgba(255, 255, 255, 0.08) !important;
}

#allrecords .t395__title {
  background: transparent !important;
  border: 0 !important;
  color: var(--restar-muted) !important;
  box-shadow: none !important;
}

#allrecords .t395__tab_active,
#allrecords .t395__tab_active .t395__title {
  background: rgba(255, 107, 0, 0.12) !important;
  color: #fff !important;
}

#rec1226363556 .t395__wrapper,
#rec1226363556 .t395__wrapper_mobile {
  border-color: var(--restar-border) !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

#rec1226363556 .t395__tab {
  background: rgba(255, 255, 255, 0.035) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

#rec1226363556 .t395__tab.t395__tab_active {
  background: rgba(255, 107, 0, 0.16) !important;
  border-color: rgba(255, 107, 0, 0.32) !important;
}

#rec1226363556 .t395__tab_active::after,
#rec1226363556 .t395__firefoxfix {
  background-color: rgba(255, 107, 0, 0.32) !important;
}

#rec1226363556 .t395__title {
  color: var(--restar-muted) !important;
  background: transparent !important;
}

#rec1226363556 .t395__tab_active .t395__title {
  color: #fff !important;
}

#rec1226363556 .t395__select {
  background-color: #151515 !important;
  color: #fff !important;
}

html body #allrecords #rec1226363556 .t395 .t395__wrapper .t395__tab {
  background-color: rgba(255, 255, 255, 0.035) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

html body #allrecords #rec1226363556 .t395 .t395__wrapper .t395__tab.t395__tab_active {
  background-color: rgba(255, 107, 0, 0.16) !important;
  border-color: rgba(255, 107, 0, 0.32) !important;
}

html body #allrecords #rec1226363556 .t395 .t395__wrapper .t395__tab_active::after {
  background-color: rgba(255, 107, 0, 0.32) !important;
}

.t-checkbox__control {
  display: inline-flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  border: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
}

.t-checkbox__indicator {
  position: relative !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin-top: 2px !important;
  margin-right: 0 !important;
  background: rgba(255, 255, 255, 0.045) !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  border-radius: 5px !important;
  outline: 0 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

.t-checkbox:checked + .t-checkbox__indicator,
.t-checkbox:checked ~ .t-checkbox__indicator {
  background: linear-gradient(135deg, var(--restar-orange), var(--restar-orange-2)) !important;
  border-color: var(--restar-orange-2) !important;
  box-shadow: 0 0 18px rgba(255, 107, 0, 0.24) !important;
}

.t-checkbox:focus-visible + .t-checkbox__indicator,
.t-checkbox:focus-visible ~ .t-checkbox__indicator {
  outline: 2px solid rgba(255, 122, 0, 0.56) !important;
  outline-offset: 3px !important;
}

.t-checkbox__indicator::after {
  border-color: #fff !important;
}

@media screen and (min-width: 1600px) {
  #rec1224854701 .restar-hero-copy {
    top: 82px;
    width: 1010px;
  }

  #rec1224854701 .hero-title-main {
    font-size: 58px;
  }

  #rec1224854701 .hero-title-sub {
    font-size: 40px;
  }

  #rec1224854701 .hero-subtitle {
    max-width: 620px;
    margin-top: 24px;
    font-size: 18px;
  }

  #rec1224854701 .tn-group[data-group-id="175534116236562010"] {
    top: 348px !important;
  }
}

@media screen and (max-width: 959px) {
  #rec1224854701 .restar-hero-copy {
    top: 84px;
    width: calc(100vw - 24px);
  }

  #rec1224854701 .hero-title-main {
    font-size: clamp(34px, 7.4vw, 44px);
    line-height: 1.06;
  }

  #rec1224854701 .hero-title-sub {
    margin-top: 8px;
    font-size: clamp(26px, 5.7vw, 34px);
    line-height: 1.08;
  }

  #rec1224854701 .hero-subtitle {
    max-width: calc(100vw - 40px);
    margin-top: 22px;
    font-size: clamp(16px, 3.6vw, 18px);
    line-height: 1.45;
  }

  #rec1224854701 .tn-group[data-group-id="175534116236562010"] {
    top: 406px !important;
  }
}

@media screen and (max-width: 639px) {
  #rec1224854701 .restar-hero-copy {
    top: 78px;
  }

  #rec1224854701 .tn-group[data-group-id="175534116236562010"] {
    top: 414px !important;
  }

  #rec1224854701 .t396__artboard::after {
    top: 512px !important;
  }
}

@media screen and (max-width: 479px) {
  #rec1224854701 .restar-hero-copy {
    top: 78px;
    width: calc(100vw - 20px);
  }

  #rec1224854701 .hero-title-main {
    font-size: clamp(30px, 7.4vw, 34px);
    line-height: 1.07;
  }

  #rec1224854701 .hero-title-sub {
    font-size: clamp(23px, 6vw, 27px);
    line-height: 1.09;
  }

  #rec1224854701 .hero-subtitle {
    max-width: calc(100vw - 28px);
    margin-top: 20px;
    font-size: 16.5px;
    line-height: 1.44;
  }

  #rec1224854701 .tn-group[data-group-id="175534116236562010"] {
    top: 408px !important;
  }

  #rec1224854701 .t396__artboard::after {
    top: 518px !important;
  }

  #rec1224882926 .accordion-wrapper,
  #rec1224882926 .tn-elem[data-elem-id="1755451011423"] {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
  }

  #rec1226401611 .t668__trigger-button {
    padding: 18px 54px 18px 18px !important;
  }

  #rec1226401611 .t668__content {
    padding: 0 18px 20px !important;
  }

  #rec1226401611 .t668__icon {
    right: 18px !important;
  }
}

/* Targeted cleanup for inner Tilda wrappers, forms, and FAQ layout */
#allrecords .restar-section-heading-group,
#allrecords .restar-section-heading-group > [id^="molecule-"],
#allrecords .restar-section-heading-group.restar-card-group > [id^="molecule-"] {
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

#allrecords .restar-section-heading-group .tn-atom {
  box-shadow: none !important;
}

#allrecords .tn-elem[data-elem-type="text"] .tn-atom,
#allrecords .restar-card-group > [id^="molecule-"] [data-elem-type="text"] .tn-atom,
#allrecords .restar-card-group > [id^="molecule-"] [data-elem-type="image"] .tn-atom {
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

#allrecords .restar-card-group > [id^="molecule-"] [data-elem-type="shape"]:not(.restar-bg-media-shape) .tn-atom {
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

#allrecords .restar-card-group > [id^="molecule-"] .restar-bg-media-shape .tn-atom,
#allrecords .restar-card-group > [id^="molecule-"] [data-elem-type="shape"] .tn-atom.t-bgimg {
  background-color: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

#allrecords .restar-pill-group > [id^="molecule-"] {
  background: rgba(255, 107, 0, 0.08) !important;
  border: 1px solid rgba(255, 107, 0, 0.24) !important;
  box-shadow: 0 12px 34px rgba(255, 107, 0, 0.08) !important;
}

#allrecords .restar-pill-group [data-elem-type="text"] .tn-atom,
#allrecords .restar-pill-group [data-elem-type="image"] .tn-atom {
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  color: var(--restar-orange-2) !important;
}

#allrecords .restar-pill-group [data-elem-type="shape"] .tn-atom {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

#allrecords .restar-pill-group .restar-bg-media-shape,
#allrecords .restar-pill-group .restar-bg-media-shape .tn-atom,
#allrecords .restar-pill-group .t-bgimg[data-original] {
  display: table !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#allrecords .restar-pill-group .restar-bg-media-shape .tn-atom {
  background-color: transparent !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
}

#allrecords .restar-pill-group .restar-empty-pill-icon {
  display: none !important;
}

#rec1224854701 .restar-bg-media-shape,
#rec1224854701 .restar-bg-media-shape .tn-atom,
#rec1224854701 .restar-card-group [data-elem-type="image"],
#rec1224854701 .restar-card-group [data-elem-type="image"] .tn-atom,
#rec1224854701 .restar-card-group img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#rec1224854701 .restar-card-group > [id^="molecule-"] {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    linear-gradient(180deg, #181818 0%, #101010 100%) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

#rec1224700866 .tn-elem[data-elem-id="1755327616326"] .tn-atom,
#rec1223785366 .tn-elem[data-elem-id="1741705411266"] .tn-atom,
#rec1225009801 .tn-elem[data-elem-id="1741705411266"] .tn-atom,
#rec1225013126 .tn-elem[data-elem-id="1741705411266"] .tn-atom,
#rec2235138161 .tn-elem[data-elem-id="1741705411266"] .tn-atom {
  background: linear-gradient(180deg, #181818 0%, #101010 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42) !important;
}

#rec1224700866 .t-input,
#rec1224700866 .t-input-phonemask,
#rec1224700866 textarea,
#rec1223785366 .t-input,
#rec1223785366 .t-input-phonemask,
#rec1223785366 textarea,
#rec1225009801 .t-input,
#rec1225009801 .t-input-phonemask,
#rec1225009801 textarea,
#rec1225013126 .t-input,
#rec1225013126 .t-input-phonemask,
#rec1225013126 textarea,
#rec2235138161 .t-input,
#rec2235138161 .t-input-phonemask,
#rec2235138161 textarea {
  background: #111 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  outline: 0 !important;
  box-shadow: none !important;
}

#rec1224700866 .t-input::placeholder,
#rec1224700866 textarea::placeholder,
#rec1223785366 .t-input::placeholder,
#rec1223785366 textarea::placeholder,
#rec1225009801 .t-input::placeholder,
#rec1225009801 textarea::placeholder,
#rec1225013126 .t-input::placeholder,
#rec1225013126 textarea::placeholder,
#rec2235138161 .t-input::placeholder,
#rec2235138161 textarea::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}

#rec1224700866 .t-input:focus,
#rec1224700866 .t-input-phonemask:focus,
#rec1224700866 textarea:focus,
#rec1223785366 .t-input:focus,
#rec1223785366 .t-input-phonemask:focus,
#rec1223785366 textarea:focus,
#rec1225009801 .t-input:focus,
#rec1225009801 .t-input-phonemask:focus,
#rec1225009801 textarea:focus,
#rec1225013126 .t-input:focus,
#rec1225013126 .t-input-phonemask:focus,
#rec1225013126 textarea:focus,
#rec2235138161 .t-input:focus,
#rec2235138161 .t-input-phonemask:focus,
#rec2235138161 textarea:focus {
  border-color: var(--restar-orange) !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.16) !important;
}

#rec1224700866 .t-input-phonemask__wrap,
#rec1223785366 .t-input-phonemask__wrap,
#rec1225009801 .t-input-phonemask__wrap,
#rec1225013126 .t-input-phonemask__wrap,
#rec2235138161 .t-input-phonemask__wrap {
  background: #111 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  padding: 0 !important;
}

#rec1224700866 .t-input-phonemask__wrap:focus-within,
#rec1223785366 .t-input-phonemask__wrap:focus-within,
#rec1225009801 .t-input-phonemask__wrap:focus-within,
#rec1225013126 .t-input-phonemask__wrap:focus-within,
#rec2235138161 .t-input-phonemask__wrap:focus-within {
  border-color: var(--restar-orange) !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.16) !important;
}

#rec1224700866 .t-input-phonemask__select,
#rec1223785366 .t-input-phonemask__select,
#rec1225009801 .t-input-phonemask__select,
#rec1225013126 .t-input-phonemask__select,
#rec2235138161 .t-input-phonemask__select {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  width: 78px !important;
  min-width: 78px !important;
  height: 100% !important;
  padding: 0 10px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  color: #fff !important;
}

#rec1224700866 .t-input-phonemask__select-flag,
#rec1224700866 .t-input-phonemask__select-triangle,
#rec1224700866 .t-input-phonemask__select-code,
#rec1223785366 .t-input-phonemask__select-flag,
#rec1223785366 .t-input-phonemask__select-triangle,
#rec1223785366 .t-input-phonemask__select-code,
#rec1225009801 .t-input-phonemask__select-flag,
#rec1225009801 .t-input-phonemask__select-triangle,
#rec1225009801 .t-input-phonemask__select-code,
#rec1225013126 .t-input-phonemask__select-flag,
#rec1225013126 .t-input-phonemask__select-triangle,
#rec1225013126 .t-input-phonemask__select-code,
#rec2235138161 .t-input-phonemask__select-flag,
#rec2235138161 .t-input-phonemask__select-triangle,
#rec2235138161 .t-input-phonemask__select-code {
  position: static !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#rec1224700866 .t-input-phonemask__select-flag,
#rec1223785366 .t-input-phonemask__select-flag,
#rec1225009801 .t-input-phonemask__select-flag,
#rec1225013126 .t-input-phonemask__select-flag,
#rec2235138161 .t-input-phonemask__select-flag {
  order: 1 !important;
}

#rec1224700866 .t-input-phonemask__select-code,
#rec1223785366 .t-input-phonemask__select-code,
#rec1225009801 .t-input-phonemask__select-code,
#rec1225013126 .t-input-phonemask__select-code,
#rec2235138161 .t-input-phonemask__select-code {
  order: 2 !important;
}

#rec1224700866 .t-input-phonemask__select-triangle,
#rec1223785366 .t-input-phonemask__select-triangle,
#rec1225009801 .t-input-phonemask__select-triangle,
#rec1225013126 .t-input-phonemask__select-triangle,
#rec2235138161 .t-input-phonemask__select-triangle {
  order: 3 !important;
}

#rec1224700866 .t-input-phonemask__wrap .t-input,
#rec1224700866 .t-input-phonemask__wrap .t-input-phonemask,
#rec1223785366 .t-input-phonemask__wrap .t-input,
#rec1223785366 .t-input-phonemask__wrap .t-input-phonemask,
#rec1225009801 .t-input-phonemask__wrap .t-input,
#rec1225009801 .t-input-phonemask__wrap .t-input-phonemask,
#rec1225013126 .t-input-phonemask__wrap .t-input,
#rec1225013126 .t-input-phonemask__wrap .t-input-phonemask,
#rec2235138161 .t-input-phonemask__wrap .t-input,
#rec2235138161 .t-input-phonemask__wrap .t-input-phonemask {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  height: 100% !important;
  padding-right: 16px !important;
  padding-left: 16px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#rec1224700866 .t-checkbox__control,
#rec1223785366 .t-checkbox__control,
#rec1225009801 .t-checkbox__control,
#rec1225013126 .t-checkbox__control,
#rec2235138161 .t-checkbox__control {
  display: inline-flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#rec1224700866 .t-checkbox__indicator,
#rec1223785366 .t-checkbox__indicator,
#rec1225009801 .t-checkbox__indicator,
#rec1225013126 .t-checkbox__indicator,
#rec2235138161 .t-checkbox__indicator {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  margin: 1px 0 0 !important;
  background: #111 !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 5px !important;
  outline: 0 !important;
  box-shadow: none !important;
}

#rec1224700866 input.t-checkbox,
#rec1223785366 input.t-checkbox,
#rec1225009801 input.t-checkbox,
#rec1225013126 input.t-checkbox,
#rec2235138161 input.t-checkbox {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  margin: 1px 10px 0 0 !important;
  background: #111 !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 5px !important;
  outline: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

#rec1224700866 .t-checkbox:checked + .t-checkbox__indicator,
#rec1224700866 .t-checkbox:checked ~ .t-checkbox__indicator,
#rec1223785366 .t-checkbox:checked + .t-checkbox__indicator,
#rec1223785366 .t-checkbox:checked ~ .t-checkbox__indicator,
#rec1225009801 .t-checkbox:checked + .t-checkbox__indicator,
#rec1225009801 .t-checkbox:checked ~ .t-checkbox__indicator,
#rec1225013126 .t-checkbox:checked + .t-checkbox__indicator,
#rec1225013126 .t-checkbox:checked ~ .t-checkbox__indicator,
#rec2235138161 .t-checkbox:checked + .t-checkbox__indicator,
#rec2235138161 .t-checkbox:checked ~ .t-checkbox__indicator {
  background: linear-gradient(135deg, var(--restar-orange), var(--restar-orange-2)) !important;
  border-color: var(--restar-orange-2) !important;
  box-shadow: 0 0 18px rgba(255, 107, 0, 0.22) !important;
}

#rec1224700866 input.t-checkbox:checked,
#rec1223785366 input.t-checkbox:checked,
#rec1225009801 input.t-checkbox:checked,
#rec1225013126 input.t-checkbox:checked,
#rec2235138161 input.t-checkbox:checked {
  background: linear-gradient(135deg, var(--restar-orange), var(--restar-orange-2)) !important;
  border-color: var(--restar-orange-2) !important;
  box-shadow: 0 0 18px rgba(255, 107, 0, 0.22) !important;
}

:is(#rec1224700866, #rec1223785366, #rec1225009801, #rec1225013126, #rec2235138161) .t-input-group,
:is(#rec1224700866, #rec1223785366, #rec1225009801, #rec1225013126, #rec2235138161) .t-input-block,
:is(#rec1224700866, #rec1223785366, #rec1225009801, #rec1225013126, #rec2235138161) .t-input-group_cb {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

:is(#rec1224700866, #rec1223785366, #rec1225009801, #rec1225013126, #rec2235138161) form,
:is(#rec1224700866, #rec1223785366, #rec1225009801, #rec1225013126, #rec2235138161) .t-form,
:is(#rec1224700866, #rec1223785366, #rec1225009801, #rec1225013126, #rec2235138161) .tn-atom__form,
:is(#rec1224700866, #rec1223785366, #rec1225009801, #rec1225013126, #rec2235138161) .t-form__inputsbox,
:is(#rec1224700866, #rec1223785366, #rec1225009801, #rec1225013126, #rec2235138161) .t-checkboxes__wrapper,
:is(#rec1224700866, #rec1223785366, #rec1225009801, #rec1225013126, #rec2235138161) .t-checkbox__wrapper,
:is(#rec1224700866, #rec1223785366, #rec1225009801, #rec1225013126, #rec2235138161) .t-form__inputsbox_flex,
:is(#rec1224700866, #rec1223785366, #rec1225009801, #rec1225013126, #rec2235138161) .t-form__inputsbox_vertical-form {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

:is(#rec1224700866, #rec1223785366, #rec1225009801, #rec1225013126, #rec2235138161) .t-input-group_cb .t-input-block,
:is(#rec1224700866, #rec1223785366, #rec1225009801, #rec1225013126, #rec2235138161) .t-input-group_cb .t-checkbox__control,
:is(#rec1224700866, #rec1223785366, #rec1225009801, #rec1225013126, #rec2235138161) .t-input-group_cb label,
:is(#rec1224700866, #rec1223785366, #rec1225009801, #rec1225013126, #rec2235138161) .t-checkbox__control {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.t-popup .t-form__inputsbox,
.t-popup .t-input-group,
.t-popup .t-input-block,
.t-popup .t-input-group_cb,
.t-popup .t-checkbox__control {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

:is(#rec1224700866, #rec1223785366, #rec1225009801, #rec1225013126, #rec2235138161) .tn-atom .js-error-control-box .t-checkbox__control {
  color: rgba(255, 116, 86, 0.96) !important;
  text-shadow: 0 0 14px rgba(255, 107, 0, 0.24) !important;
}

:is(#rec1224700866, #rec1223785366, #rec1225009801, #rec1225013126, #rec2235138161) .tn-atom .js-error-control-box .t-checkbox__control a {
  color: #ff8a63 !important;
}

:is(#rec1224700866, #rec1223785366, #rec1225009801, #rec1225013126, #rec2235138161) .tn-atom .js-error-control-box .t-checkbox__control::before,
:is(#rec1224700866, #rec1223785366, #rec1225009801, #rec1225013126, #rec2235138161) .tn-atom .js-error-control-box .t-radio__wrapper::before {
  content: none !important;
  display: none !important;
  border: 0 !important;
}

:is(#rec1224700866, #rec1223785366, #rec1225009801, #rec1225013126, #rec2235138161) .t-input-group_cb.js-error-control-box .t-input-block,
:is(#rec1224700866, #rec1223785366, #rec1225009801, #rec1225013126, #rec2235138161) .t-input-group_cb.js-error-control-box .t-checkbox__control {
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
}

#rec1224700866 .t-submit,
#rec1223785366 .t-submit,
#rec1225009801 .t-submit,
#rec1225013126 .t-submit,
#rec2235138161 .t-submit {
  background: linear-gradient(135deg, var(--restar-orange), var(--restar-orange-2)) !important;
  border: 0 !important;
  color: #fff !important;
  box-shadow: 0 0 24px rgba(255, 107, 0, 0.25) !important;
}

#rec1224882926,
#rec1224882926 .t396__artboard,
#rec1224882926 .t396__carrier,
#rec1224882926 .t396__filter,
#rec1226401611 {
  background: #080808 !important;
}

#rec1224882926 .t396__artboard,
#rec1224882926 .t396__carrier,
#rec1224882926 .t396__filter {
  height: 780px !important;
  min-height: 780px !important;
}

#rec1224882926 .accordion-wrapper,
#rec1224882926 .tn-elem[data-elem-id="1755451011423"] {
  top: 100px !important;
  left: calc(50% - 720px + 500px) !important;
  width: 900px !important;
  max-width: calc(100vw - 540px) !important;
  transform: none !important;
  overflow: visible !important;
  z-index: 5 !important;
}

#rec1226401611 .t-container,
#rec1226401611 .t-col,
#rec1226401611 .t668,
#rec1226401611 .t668__wrapper,
#rec1226401611 .t668__accordion {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#rec1226401611 .t668__header,
#rec1226401611 .t668__content {
  background: transparent !important;
}

#rec1226401611 .t668__icon svg,
#rec1226401611 .t668__icon path,
#rec1226401611 .t668__icon rect {
  stroke: var(--restar-orange-2) !important;
}

@media screen and (max-width: 1439px) {
  #rec1224882926 .t396__artboard,
  #rec1224882926 .t396__carrier,
  #rec1224882926 .t396__filter {
    height: 760px !important;
    min-height: 760px !important;
  }

  #rec1224882926 .accordion-wrapper,
  #rec1224882926 .tn-elem[data-elem-id="1755451011423"] {
    left: calc(50% - 600px + 420px) !important;
    width: 760px !important;
    max-width: calc(100vw - 460px) !important;
  }
}

@media screen and (max-width: 1199px) {
  #rec1224882926 .t396__artboard,
  #rec1224882926 .t396__carrier,
  #rec1224882926 .t396__filter {
    height: 740px !important;
    min-height: 740px !important;
  }

  #rec1224882926 .accordion-wrapper,
  #rec1224882926 .tn-elem[data-elem-id="1755451011423"] {
    top: 80px !important;
    left: calc(50% - 480px + 366px) !important;
    width: 584px !important;
    max-width: calc(100vw - 400px) !important;
  }
}

@media screen and (max-width: 959px) {
  #rec1224882926 .t396__artboard,
  #rec1224882926 .t396__carrier,
  #rec1224882926 .t396__filter {
    height: 960px !important;
    min-height: 960px !important;
  }

  #rec1224882926 .accordion-wrapper,
  #rec1224882926 .tn-elem[data-elem-id="1755451011423"] {
    top: 318px !important;
    left: 50% !important;
    width: calc(100vw - 40px) !important;
    max-width: 640px !important;
    transform: translateX(-50%) !important;
  }
}

@media screen and (max-width: 639px) {
  #rec1224882926 .accordion-wrapper,
  #rec1224882926 .tn-elem[data-elem-id="1755451011423"] {
    top: 304px !important;
    width: calc(100vw - 24px) !important;
  }
}

@media screen and (max-width: 479px) {
  #rec1224854701 .t396__artboard,
  #rec1224854701 .t396__carrier,
  #rec1224854701 .t396__filter {
    height: 1408px !important;
    min-height: 1408px !important;
  }

  #rec1224854701 .tn-group[data-group-id="175533797430290440"] {
    top: 828px !important;
    height: 190px !important;
  }

  #rec1224854701 .tn-group[data-group-id="175533797430290440"] > [id^="molecule-"] {
    height: 100% !important;
    overflow: hidden !important;
  }

  #rec1224854701 .tn-group[data-group-id="175533835483485640"] {
    top: 1042px !important;
    height: 164px !important;
  }

  #rec1224854701 .tn-group[data-group-id="175533835483485640"] > [id^="molecule-"] {
    height: 100% !important;
    overflow: hidden !important;
  }

  #rec1224854701 .tn-group[data-group-id="175533821132182960"] {
    top: 1230px !important;
  }

  #rec1224882926 .accordion-wrapper,
  #rec1224882926 .tn-elem[data-elem-id="1755451011423"] {
    top: 298px !important;
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
  }
}

/* ReStar pricing replacement */
html {
  scroll-padding-top: 104px;
}

#rec1224848711,
#rec1226363556,
#rec1224875981,
#rec1722850641 {
  display: none !important;
}

#recRestarPricing,
#recRestarPricing * {
  box-sizing: border-box;
}

#recRestarPricing {
  background: #050607 !important;
  color: #fff;
  overflow: hidden;
  scroll-margin-top: 104px;
}

#rec1226843156,
#rec1226843156 a[name="price"] {
  scroll-margin-top: 104px;
}

.restar-pricing {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: clamp(76px, 7vw, 112px) 20px clamp(84px, 8vw, 124px);
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 106, 0, 0.16), transparent 34%),
    radial-gradient(circle at 13% 32%, rgba(255, 106, 0, 0.07), transparent 28%),
    linear-gradient(180deg, #050607 0%, #08090b 46%, #050607 100%);
  font-family: 'ForrestSans', var(--t-text-font, Arial), sans-serif;
}

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

.restar-pricing::before {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.035) 50%, transparent 100%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 100% 100%, 84px 84px, 84px 84px;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 86%, transparent);
  opacity: 0.22;
}

.restar-pricing::after {
  left: 50%;
  top: 120px;
  width: min(760px, 76vw);
  height: 220px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(255, 106, 0, 0.18), transparent 70%);
  filter: blur(18px);
  opacity: 0.7;
}

.restar-pricing__shell {
  position: relative;
  z-index: 1;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.restar-pricing__header {
  width: min(880px, 100%);
  margin: 0 auto 56px;
  text-align: center;
}

.restar-pricing__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 36px;
  margin-bottom: 18px;
  padding: 8px 18px;
  border: 1px solid rgba(255, 106, 0, 0.28);
  border-radius: 999px;
  background: rgba(255, 106, 0, 0.075);
  box-shadow: 0 0 34px rgba(255, 106, 0, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.restar-pricing__header h2 {
  max-width: 960px;
  margin: 0 auto;
  color: #f5f5f5;
  font-size: clamp(40px, 4vw, 43px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.restar-pricing__header h2 span {
  color: #ff6a00;
  text-shadow: 0 0 34px rgba(255, 106, 0, 0.22);
}

.restar-pricing__header p {
  width: min(650px, 100%);
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(16px, 1.55vw, 19px);
  line-height: 1.45;
}

.restar-pricing__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
  margin-top: 0;
}

.restar-price-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 594px;
  flex-direction: column;
  padding: 34px 28px 26px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.025)),
    linear-gradient(145deg, rgba(21, 22, 25, 0.96), rgba(7, 8, 10, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 70px rgba(0, 0, 0, 0.38);
  overflow: hidden;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.restar-price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 7%, rgba(255, 106, 0, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 24%);
  opacity: 0.85;
}

.restar-price-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 106, 0, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 32px 90px rgba(0, 0, 0, 0.48),
    0 0 42px rgba(255, 106, 0, 0.12);
}

.restar-price-card > * {
  position: relative;
  z-index: 1;
}

.restar-price-card--pro {
  z-index: 2;
  margin-top: 0;
  overflow: visible;
  border-color: rgba(255, 106, 0, 0.62);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 106, 0, 0.24), transparent 36%),
    linear-gradient(180deg, rgba(255, 106, 0, 0.09), rgba(255, 255, 255, 0.03)),
    linear-gradient(145deg, rgba(24, 20, 18, 0.98), rgba(8, 8, 10, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 0 0 1px rgba(255, 106, 0, 0.18),
    0 34px 96px rgba(0, 0, 0, 0.52),
    0 0 68px rgba(255, 106, 0, 0.22);
}

.restar-price-card--max::before {
  background:
    radial-gradient(circle at 78% 8%, rgba(150, 77, 255, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 24%);
}

.restar-price-card__popular {
  position: absolute;
  top: -24px;
  left: 50%;
  z-index: 6;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 9px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, #ff6a00, #ff7a00),
    #ff6a00;
  box-shadow: 0 8px 24px rgba(255, 106, 0, 0.25);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.restar-price-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.25), transparent 30%), rgba(255, 106, 0, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 106, 0, 0.18), 0 18px 34px rgba(255, 106, 0, 0.12);
}

.restar-price-card__icon span {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6a00, #ffb066);
  box-shadow: 0 0 20px rgba(255, 106, 0, 0.46);
}

.restar-price-card__icon span::before,
.restar-price-card__icon span::after {
  content: "";
  position: absolute;
  background: #08090b;
}

.restar-price-card__icon span::before {
  left: 6px;
  top: 11px;
  width: 14px;
  height: 4px;
  border-radius: 999px;
}

.restar-price-card__icon span::after {
  left: 11px;
  top: 6px;
  width: 4px;
  height: 14px;
  border-radius: 999px;
}

.restar-price-card--pro .restar-price-card__icon {
  background: radial-gradient(circle at 40% 30%, rgba(255, 255, 255, 0.28), transparent 32%), rgba(255, 106, 0, 0.22);
}

.restar-price-card--pro .restar-price-card__icon span::before {
  content: "★";
  left: 0;
  top: -1px;
  width: 26px;
  height: 26px;
  background: transparent;
  color: #08090b;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.restar-price-card--pro .restar-price-card__icon span::after {
  display: none;
}

.restar-price-card--max .restar-price-card__icon {
  background: radial-gradient(circle at 40% 30%, rgba(255, 255, 255, 0.24), transparent 32%), rgba(151, 71, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(154, 89, 255, 0.2), 0 18px 34px rgba(154, 89, 255, 0.12);
}

.restar-price-card--max .restar-price-card__icon span {
  background: linear-gradient(135deg, #8146ff, #c47cff);
  box-shadow: 0 0 20px rgba(151, 71, 255, 0.42);
}

.restar-price-card__head h3 {
  margin: 0;
  color: #fff;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.restar-price-card__head p {
  margin: 8px 0 24px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.4;
}

.restar-price-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 5px;
}

.restar-price-card__price strong {
  color: #fff;
  font-size: clamp(36px, 3vw, 46px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.restar-price-card--pro .restar-price-card__price strong {
  color: #ff6a00;
  text-shadow: 0 0 26px rgba(255, 106, 0, 0.24);
}

.restar-price-card__price span,
.restar-price-card__daily {
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  font-weight: 600;
}

.restar-price-card__daily {
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.58);
}

.restar-price-card__list {
  display: grid;
  gap: 12px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.restar-price-card__list li {
  position: relative;
  min-height: 20px;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.3;
}

.restar-price-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent),
    #ff6a00;
  box-shadow: 0 0 18px rgba(255, 106, 0, 0.25);
}

.restar-price-card__list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.restar-price-card--start .restar-price-card__list li::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent),
    #5fb45d;
  box-shadow: 0 0 16px rgba(95, 180, 93, 0.18);
}

.restar-price-card--max .restar-price-card__list li::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent),
    #9c5cff;
  box-shadow: 0 0 16px rgba(156, 92, 255, 0.22);
}

.restar-price-card__start-note,
.restar-price-card__result,
.restar-price-card__note {
  margin-top: auto;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.restar-price-card__result {
  display: grid;
  gap: 6px;
}

.restar-price-card__result strong {
  color: #ff8b24;
  font-size: 15px;
  line-height: 1.2;
}

.restar-price-card__result span,
.restar-price-card__note {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.4;
}

.restar-price-card__start-note {
  background:
    radial-gradient(circle at 14% 0%, rgba(95, 180, 93, 0.12), transparent 46%),
    rgba(255, 255, 255, 0.04);
}

.restar-price-card__start-note strong {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.restar-price-card__start-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13.5px;
  line-height: 1.42;
}

.restar-price-card__start-note p + p {
  margin-top: 8px;
}

.restar-pricing__benefit-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(820px, 100%);
  min-height: 54px;
  margin: 34px auto 0;
  padding: 11px 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(14, 15, 18, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 18px 42px rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.restar-pricing__benefit-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 106, 0, 0.13);
  color: #ff7a00;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 0 18px rgba(255, 106, 0, 0.18);
}

.restar-pricing__benefit-strip + .restar-launch {
  margin-top: clamp(48px, 4vw, 64px);
}

.restar-price-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 14px 20px;
  border-radius: 12px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.restar-price-card__button:hover {
  transform: translateY(-2px);
}

.restar-price-card__button--primary,
.restar-price-card__button--secondary {
  background: linear-gradient(135deg, #ff6a00, #ff7a00);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 30px rgba(255, 106, 0, 0.25);
}

.restar-price-card__button--secondary {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 106, 0, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 10px 26px rgba(0, 0, 0, 0.24);
}

.restar-price-card__button--purple {
  background: linear-gradient(135deg, #7436e8, #9e55ff);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 30px rgba(124, 64, 232, 0.24);
}

.restar-launch,
.restar-compare,
.restar-reviews {
  margin-top: clamp(50px, 6vw, 78px);
}

.restar-launch h3,
.restar-compare h3,
.restar-reviews h3 {
  margin: 0 0 22px;
  color: #f5f5f5;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
  letter-spacing: 0;
}

.restar-launch__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.restar-launch__grid article,
.restar-compare__side,
.restar-reviews__grid article {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(17, 18, 21, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 20px 54px rgba(0, 0, 0, 0.28);
}

.restar-launch__grid article {
  position: relative;
  min-height: 176px;
  padding: 22px 16px 20px;
  border-radius: 16px;
  text-align: center;
  overflow: hidden;
}

.restar-launch__grid article::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 52px;
  height: 1px;
  transform: translateX(-50%);
  background: #ff6a00;
  box-shadow: 0 0 18px rgba(255, 106, 0, 0.6);
}

.restar-launch__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 106, 0, 0.4);
  border-radius: 14px;
  color: #ff7a00;
  background: rgba(255, 106, 0, 0.07);
  box-shadow: 0 0 24px rgba(255, 106, 0, 0.11);
}

.restar-launch__icon::before {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.restar-launch__icon--rocket::before {
  content: "↗";
}

.restar-launch__icon--brush::before {
  content: "✦";
}

.restar-launch__icon--menu::before {
  content: "☰";
}

.restar-launch__icon--store::before {
  content: "A";
  font-size: 19px;
}

.restar-launch__icon--support::before {
  content: "☎";
  font-size: 19px;
}

.restar-launch__icon--shield::before {
  content: "◇";
}

.restar-launch__grid h4 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.restar-launch__grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.35;
}

.restar-compare__layout {
  display: grid;
  grid-template-columns: minmax(140px, 180px) minmax(0, 1fr) minmax(140px, 180px);
  gap: 18px;
  align-items: stretch;
}

.restar-compare__side {
  position: relative;
  display: flex;
  min-height: 214px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 18px;
  border-radius: 18px;
  overflow: hidden;
}

.restar-compare__side::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.18), transparent 62%);
}

.restar-compare__side strong {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.restar-compare__side p {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.45;
}

.restar-compare__table {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.022)),
    rgba(12, 13, 16, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 24px 70px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.restar-compare__column {
  min-width: 0;
  padding: 24px 24px 22px;
}

.restar-compare__column--restar {
  background: linear-gradient(180deg, rgba(255, 106, 0, 0.07), transparent);
}

.restar-compare__column h4 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
}

.restar-compare__column--restar h4 {
  color: #ff7a00;
}

.restar-compare__column ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.restar-compare__column li {
  position: relative;
  min-height: 42px;
  padding: 12px 0 12px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.28;
}

.restar-compare__column li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #ff6a00;
  box-shadow: 0 0 16px rgba(255, 106, 0, 0.26);
}

.restar-compare__column li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 17px;
  width: 5px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.restar-compare__column--custom li::before {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.restar-compare__column--custom li::after {
  left: 5px;
  top: 16px;
  width: 7px;
  height: 7px;
  border: 0;
  background:
    linear-gradient(45deg, transparent 44%, rgba(255, 255, 255, 0.64) 45%, rgba(255, 255, 255, 0.64) 55%, transparent 56%),
    linear-gradient(-45deg, transparent 44%, rgba(255, 255, 255, 0.64) 45%, rgba(255, 255, 255, 0.64) 55%, transparent 56%);
  transform: none;
}

.restar-compare__vs {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.restar-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.restar-reviews__grid article {
  display: flex;
  min-height: 146px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border-radius: 18px;
}

.restar-reviews__grid p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.45;
}

.restar-reviews__grid div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.restar-reviews__grid strong {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

.restar-reviews__grid span {
  flex: 0 0 auto;
  color: #ff7a00;
  font-size: 14px;
  letter-spacing: 0;
}

@media screen and (max-width: 1199px) {
  .restar-pricing__shell {
    width: min(960px, 100%);
  }

  .restar-pricing__cards {
    grid-template-columns: minmax(0, 1fr);
    width: min(620px, 100%);
    gap: 44px;
    margin-right: auto;
    margin-left: auto;
  }

  .restar-price-card {
    min-height: auto;
  }

  .restar-price-card--pro {
    margin-top: 8px;
  }

  .restar-launch__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .restar-launch__grid article {
    min-height: 150px;
  }

  .restar-compare__layout {
    grid-template-columns: 1fr;
  }

  .restar-compare__side {
    min-height: 150px;
  }
}

@media screen and (max-width: 959px) {
  .restar-pricing {
    padding-top: 70px;
    padding-bottom: 84px;
  }

  .restar-pricing__header {
    margin-bottom: 28px;
  }

  .restar-pricing__header h2 {
    font-size: clamp(34px, 7vw, 50px);
  }

  .restar-reviews__grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 639px) {
  .restar-pricing {
    padding: 82px 16px 70px;
  }

  .restar-pricing__badge {
    max-width: 100%;
    font-size: 13px;
  }

  .restar-pricing__header {
    text-align: left;
  }

  .restar-pricing__header h2 {
    font-size: clamp(31px, 8.2vw, 39px);
    line-height: 1.08;
  }

  .restar-pricing__header p {
    margin-left: 0;
    font-size: 16px;
  }

  .restar-pricing__cards {
    gap: 42px;
  }

  .restar-price-card {
    padding: 28px 20px 20px;
    border-radius: 18px;
  }

  .restar-price-card__popular {
    top: -22px;
    font-size: 12px;
  }

  .restar-price-card__start-note {
    padding: 16px;
  }

  .restar-price-card__start-note strong {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .restar-price-card__start-note p {
    font-size: 13px;
    line-height: 1.38;
  }

  .restar-price-card__head h3 {
    font-size: 24px;
  }

  .restar-price-card__price strong {
    font-size: 38px;
  }

  .restar-price-card__button {
    min-height: 50px;
  }

  .restar-launch,
  .restar-compare,
  .restar-reviews {
    margin-top: 48px;
  }

  .restar-pricing__benefit-strip {
    width: 100%;
    min-height: 0;
    margin-top: 30px;
    padding: 13px 16px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.35;
  }

  .restar-launch h3,
  .restar-compare h3,
  .restar-reviews h3 {
    text-align: left;
  }

  .restar-launch__grid {
    grid-template-columns: 1fr;
  }

  .restar-launch__grid article {
    display: grid;
    min-height: 0;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 14px;
    padding: 18px;
    text-align: left;
  }

  .restar-launch__grid article::before {
    left: 18px;
    transform: none;
  }

  .restar-launch__icon {
    grid-row: span 2;
    margin: 0;
  }

  .restar-compare__layout {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .restar-compare__table {
    order: 1;
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .restar-compare__side--left {
    order: 2;
  }

  .restar-compare__side--right {
    order: 3;
  }

  .restar-compare__column {
    padding: 22px 18px;
  }

  .restar-compare__vs {
    min-height: 44px;
    border-width: 1px 0;
  }

  .restar-compare__side {
    min-height: 0;
    padding: 20px 18px;
  }

  .restar-reviews__grid article {
    min-height: 0;
    padding: 20px;
  }

  .restar-reviews__grid div {
    display: grid;
    gap: 8px;
  }
}

/* Final mobile polish: header balance and clipped visual cards */
@media screen and (max-width: 639px) {
  #rec1223789756 {
    height: 58px !important;
  }

  #rec1223789756 .t396__artboard,
  #rec1223789756 .t396__carrier,
  #rec1223789756 .t396__filter {
    height: 58px !important;
  }

  #rec1223789756 .tn-elem[data-elem-id="1755261319129"] {
    top: 14px !important;
    left: 16px !important;
    width: 172px !important;
  }

  #rec1223789756 .tn-elem[data-elem-id="1755261316924"] {
    top: 11px !important;
    left: auto !important;
    right: 68px !important;
    width: 118px !important;
    height: 36px !important;
  }

  #rec1223789756 .tn-elem[data-elem-id="1755261316924"] .tn-atom,
  #rec1223789756 .tn-elem[data-elem-id="1755261316924"] .tn-atom:hover {
    min-height: 36px !important;
    height: 36px !important;
    border-radius: 12px !important;
    font-size: 12px !important;
    line-height: 36px !important;
  }

  #rec1223789756 .tn-elem[data-elem-id="1755262024370"] {
    top: 10px !important;
    left: auto !important;
    right: 14px !important;
    width: 38px !important;
    height: 38px !important;
  }

  #rec1223789756 .tn-elem[data-elem-id="1755262024370"] .tn-atom,
  #rec1223789756 .tn-elem[data-elem-id="1755262024370"] .tn-atom__img {
    width: 100% !important;
    height: 100% !important;
  }

  #rec2047893351 .tn-group[data-group-id="1773835037005000005"],
  #rec2047893351 .tn-group[data-group-id="1773835037005000005"] > [id^="molecule-"],
  #rec2047893351 .tn-elem[data-elem-id="1773834751133"],
  #rec2047893351 .tn-elem[data-elem-id="1773834751133"] .tn-atom,
  #rec2047893351 .tn-elem[data-elem-id="1773835027297"],
  #rec2047893351 .tn-elem[data-elem-id="1773835027297"] .tn-atom,
  #rec1224712106 .tn-elem[data-elem-id="1755328811778"],
  #rec1224712106 .tn-elem[data-elem-id="1755328811778"] .tn-atom,
  #rec1224712106 .tn-elem[data-elem-id="1755328811778"] .t-bgimg,
  #rec1224712106 .tn-elem[data-elem-id="1755328811784"],
  #rec1224712106 .tn-elem[data-elem-id="1755328811784"] .tn-atom,
  #rec1224712106 .tn-elem[data-elem-id="1755328811797"],
  #rec1224712106 .tn-elem[data-elem-id="1755328811797"] .tn-atom,
  #rec1224712106 .tn-elem[data-elem-id="1755328811811"],
  #rec1224712106 .tn-elem[data-elem-id="1755328811811"] .tn-atom,
  #rec1224712106 .tn-elem[data-elem-id="1755328811824"],
  #rec1224712106 .tn-elem[data-elem-id="1755328811824"] .tn-atom {
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  #rec2047893351 .tn-elem[data-elem-id="1773835027297"] img,
  #rec2047893351 .tn-elem[data-elem-id="1773835027297"] .tn-atom__img {
    border-radius: inherit !important;
  }

  #allrecords .restar-card-group > [id^="molecule-"],
  #allrecords .restar-bg-media-shape,
  #allrecords .restar-bg-media-shape .tn-atom,
  #allrecords .restar-bg-media-shape .t-bgimg[data-original] {
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  #rec1224712106 .tn-elem[data-elem-id="1755328811778"] {
    isolation: isolate !important;
  }

  #rec1224712106 .tn-elem[data-elem-id="1755328811778"] .tn-atom {
    background-size: cover !important;
    background-position: center center !important;
  }

  #rec1224712106 .tn-elem[data-elem-id="1755335810380"] .tn-atom {
    background-size: contain !important;
    background-position: center bottom !important;
    border-radius: 0 !important;
    overflow: visible !important;
    clip-path: none !important;
  }

  #rec1224712106 .tn-elem[data-elem-id="1755335810380"],
  #rec1224712106 .tn-elem[data-elem-id="1755335810380"] .t-bgimg {
    border-radius: 0 !important;
    overflow: visible !important;
    clip-path: none !important;
  }

  #rec1223783066 .t450 {
    width: min(360px, 86vw) !important;
    max-width: min(360px, 86vw) !important;
    background: #070707 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: -22px 0 70px rgba(0, 0, 0, 0.5) !important;
  }

  #rec1223783066 .t450__container {
    display: flex !important;
    min-height: 100svh !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding: 82px 28px 28px !important;
    background:
      radial-gradient(circle at 82% 10%, rgba(255, 107, 0, 0.14), transparent 34%),
      linear-gradient(180deg, #090909 0%, #060606 100%) !important;
    box-sizing: border-box !important;
  }

  #rec1223783066 .t450__top {
    width: 100% !important;
  }

  #rec1223783066 .t450__list {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #rec1223783066 .t450__list_item {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.08 !important;
  }

  #rec1223783066 a.t-menu__link-item {
    display: inline-flex !important;
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 20px !important;
    line-height: 1.08 !important;
  }

  #rec1223783066 .t450__rightside {
    width: 100% !important;
    margin-top: 28px !important;
    padding: 0 !important;
  }

  #rec1223783066 .t450__right_social_links,
  #rec1223783066 .t-sociallinks__wrapper {
    margin: 0 !important;
    padding: 0 !important;
  }

  #rec1223783066 .t-sociallinks__item {
    width: 26px !important;
    height: 26px !important;
    margin-right: 10px !important;
  }

  #rec1223783066 .t-sociallinks__item a,
  #rec1223783066 .t-sociallinks__svg {
    width: 26px !important;
    height: 26px !important;
  }

  #rec1223783066 .t450__right_buttons_wrap {
    display: grid !important;
    gap: 10px !important;
    width: 100% !important;
  }

  #rec1223783066 .t450__right_buttons_but,
  #rec1223783066 .t450__right_buttons_but_two_left,
  #rec1223783066 .t450__right_buttons_but_two_right {
    width: 100% !important;
    margin: 0 !important;
  }

  #rec1223783066 .t-btnflex.t-btnflex_type_button,
  #rec1223783066 .t-btnflex.t-btnflex_type_button2 {
    width: 100% !important;
    min-height: 48px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
  }

  #rec1223783066 .t450__close {
    top: 22px !important;
    right: 18px !important;
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  #rec1223783066 .t450__close_icon {
    width: 30px !important;
    height: 30px !important;
  }

  #rec1223783066 .t450__close_icon span {
    background-color: #fff !important;
  }
}

@media screen and (max-width: 479px) {
  #rec1223789756 {
    height: 56px !important;
  }

  #rec1223789756 .t396__artboard,
  #rec1223789756 .t396__carrier,
  #rec1223789756 .t396__filter {
    height: 56px !important;
  }

  #rec1223789756 .tn-elem[data-elem-id="1755261319129"] {
    top: 14px !important;
    left: 14px !important;
    width: 156px !important;
  }

  #rec1223789756 .tn-elem[data-elem-id="1755261316924"] {
    top: 10px !important;
    left: auto !important;
    right: 58px !important;
    width: 110px !important;
    height: 36px !important;
  }

  #rec1223789756 .tn-elem[data-elem-id="1755262024370"] {
    top: 10px !important;
    left: auto !important;
    right: 10px !important;
    width: 36px !important;
    height: 36px !important;
  }

  #rec1224712106 .tn-elem[data-elem-id="1755328811778"] {
    top: 8px !important;
    height: 340px !important;
  }

  #rec1224712106 .tn-elem[data-elem-id="1755335810380"] {
    top: 38px !important;
    width: 205px !important;
    height: 310px !important;
  }
}

@media screen and (max-width: 359px) {
  #rec1223789756 .tn-elem[data-elem-id="1755261319129"] {
    left: 12px !important;
    width: 144px !important;
  }

  #rec1223789756 .tn-elem[data-elem-id="1755261316924"] {
    left: auto !important;
    right: 54px !important;
    width: 104px !important;
  }

  #rec1223789756 .tn-elem[data-elem-id="1755262024370"] {
    left: auto !important;
    right: 10px !important;
  }

  #rec1224712106 .tn-elem[data-elem-id="1755328811778"] {
    height: 306px !important;
  }

  #rec1224712106 .tn-elem[data-elem-id="1755335810380"] {
    top: 38px !important;
    width: 178px !important;
    height: 276px !important;
  }
}

/* ReStar region selector */
.restar-region-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  padding: 20px;
  font-family: "ForrestSans", Arial, sans-serif;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.restar-region-modal.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.restar-region-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.restar-region-modal__card {
  position: relative;
  width: min(490px, calc(100vw - 32px));
  max-height: calc(100dvh - 48px);
  padding: 34px 36px 26px;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 107, 0, 0.16), transparent 38%),
    radial-gradient(circle at 100% 20%, rgba(255, 122, 0, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(24, 24, 24, 0.94), rgba(8, 8, 8, 0.96));
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.56),
    0 0 54px rgba(255, 107, 0, 0.16);
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "ForrestSans", Arial, sans-serif;
}

.restar-region-modal__card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 25px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 34%, rgba(255, 107, 0, 0.08));
  opacity: 0.55;
}

.restar-region-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: box-shadow 0.24s ease, transform 0.24s ease;
}

.restar-region-modal__close span {
  position: absolute;
  top: 18px;
  left: 9px;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
}

.restar-region-modal__close span:first-child {
  transform: rotate(45deg);
}

.restar-region-modal__close span:last-child {
  transform: rotate(-45deg);
}

.restar-region-modal__close:hover,
.restar-region-modal__close:focus-visible {
  outline: 0;
  box-shadow: 0 0 22px rgba(255, 107, 0, 0.18);
  transform: translateY(-1px);
}

.restar-region-modal__globe {
  position: relative;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 107, 0, 0.62);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 0 26px rgba(255, 107, 0, 0.18);
}

.restar-region-modal__globe img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(255, 107, 0, 0.16));
}

.restar-region-modal h2 {
  position: relative;
  margin: 0;
  font-family: "ForrestSans", Arial, sans-serif;
  font-size: clamp(26px, 2.4vw, 32px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}

.restar-region-modal__lead {
  position: relative;
  margin: 12px 0 24px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "ForrestSans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42;
  font-weight: 400;
  letter-spacing: 0;
}

.restar-region-modal__list {
  position: relative;
  display: grid;
  gap: 10px;
}

.restar-region-option {
  display: flex;
  align-items: center;
  width: 100%;
  height: 62px;
  padding: 0 22px 0 18px;
  color: #fff;
  font: 600 17px/1.2 "ForrestSans", Arial, sans-serif;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease, background 0.24s ease;
}

.restar-region-option img {
  width: 34px;
  height: 24px;
  margin-right: 18px;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

.restar-region-option span {
  flex: 1;
}

.restar-region-option b {
  color: #ff7a00;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  transition: transform 0.24s ease;
}

.restar-region-option:hover,
.restar-region-option.is-active {
  border-color: rgba(255, 140, 0, 0.5);
  background: linear-gradient(135deg, rgba(255, 107, 0, 0.1), rgba(255, 255, 255, 0.045));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 28px rgba(255, 107, 0, 0.13);
  transform: translateY(-1px);
}

.restar-region-option:hover b,
.restar-region-option.is-active b {
  transform: translateX(3px);
}

.restar-region-modal__note {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 9px;
  max-width: 360px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-family: "ForrestSans", Arial, sans-serif;
  font-size: 12.5px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0;
}

.restar-region-modal__note em {
  display: block;
  max-width: 320px;
  font-style: normal;
}

.restar-region-modal__note span {
  display: inline-flex;
  color: #ff7a00;
  font-size: 16px;
  line-height: 1.3;
}

.restar-region-modal__note svg {
  width: 16px;
  height: 16px;
}

.restar-region-change {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
}

.restar-region-change button {
  min-height: 36px;
  padding: 0 16px;
  color: #ff7a00;
  font: 600 14px/1 "ForrestSans", Arial, sans-serif;
  border: 1px solid rgba(255, 107, 0, 0.28);
  border-radius: 999px;
  background: rgba(255, 107, 0, 0.08);
  cursor: pointer;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.restar-region-change button:hover {
  border-color: rgba(255, 107, 0, 0.52);
  box-shadow: 0 0 22px rgba(255, 107, 0, 0.14);
  transform: translateY(-1px);
}

.restar-region-change button:focus-visible {
  outline: 2px solid rgba(255, 107, 0, 0.45);
  outline-offset: 3px;
}

#rec1223859686 .tn-elem[data-elem-id="1755262921872"] {
  top: 100px !important;
}

@media screen and (max-width: 1199px) {
  #rec1223859686 .tn-elem[data-elem-id="1755262921872"] {
    top: 84px !important;
  }
}

@media screen and (max-width: 959px) {
  #rec1223859686 .tn-elem[data-elem-id="1755262921872"] {
    top: 154px !important;
  }
}

@media screen and (max-width: 639px) {
  #rec1223859686 .tn-elem[data-elem-id="1755262921872"] {
    top: 134px !important;
  }
}

@media screen and (max-width: 479px) {
  #rec1223859686 .tn-elem[data-elem-id="1755262921872"] {
    top: 132px !important;
  }
}

@media screen and (max-width: 359px) {
  #rec1223859686 .tn-elem[data-elem-id="1755262921872"] {
    top: 131px !important;
  }
}

@media screen and (max-width: 479px) {
  .restar-region-modal {
    padding: 16px;
  }

  .restar-region-modal__card {
    width: calc(100vw - 32px);
    max-height: calc(100dvh - 48px);
    padding: 28px 16px 20px;
    border-radius: 24px;
  }

  .restar-region-modal__close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
  }

  .restar-region-modal__close span {
    top: 17px;
    left: 9px;
    width: 18px;
  }

  .restar-region-modal__globe {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
  }

  .restar-region-modal__globe img {
    width: 56px;
    height: 56px;
  }

  .restar-region-modal h2 {
    font-size: 27px;
  }

  .restar-region-modal__lead {
    margin: 12px 0 20px;
    font-size: 15px;
    line-height: 1.38;
  }

  .restar-region-option {
    height: 62px;
    padding: 0 16px;
    font-size: 17px;
  }

  .restar-region-option img {
    width: 32px;
    height: 22px;
    margin-right: 14px;
  }

  .restar-region-option b {
    font-size: 26px;
  }

  .restar-region-modal__note {
    max-width: 280px;
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.35;
  }

  .restar-region-modal__note em {
    max-width: 236px;
  }
}

/* Legal pages */
body.restar-legal-page {
  background: #050505 !important;
  color: #dadada !important;
  font-family: var(--restar-font, "ForrestSans", Arial, sans-serif) !important;
}

body.restar-legal-page #allrecords {
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 107, 0, 0.18), transparent 34rem),
    radial-gradient(circle at 86% 12%, rgba(255, 122, 0, 0.12), transparent 32rem),
    linear-gradient(180deg, #050505 0%, #090909 42%, #050505 100%) !important;
}

body.restar-legal-page .t-records,
body.restar-legal-page .t-rec,
body.restar-legal-page .t396,
body.restar-legal-page .t396__artboard,
body.restar-legal-page .t396__carrier,
body.restar-legal-page .t396__filter {
  background-color: transparent !important;
}

body.restar-legal-page #t-header,
body.restar-legal-page #t-footer {
  background: transparent !important;
}

body.restar-legal-page #rec1223789756 {
  background: rgba(5, 5, 5, 0.86) !important;
}

body.restar-legal-page #rec1223783066 .t-menu__link-item,
body.restar-legal-page #rec1223783066 a.t-menu__link-item,
body.restar-legal-page #rec1223783066 a.t-menusub__link-item {
  color: rgba(255, 255, 255, 0.86) !important;
}

body.restar-legal-page #rec1223783066 .t-menu__link-item:hover,
body.restar-legal-page #rec1223783066 a.t-menu__link-item:hover {
  color: var(--restar-orange-2) !important;
}

body.restar-legal-page #allrecords > .r:not(#rec1223783051):not(#rec1223783056):not(#rec1223789756):not(#rec1223818146):not(#rec1223783066) {
  background: transparent !important;
}

body.restar-legal-page #allrecords > .r:not(#rec1223783051):not(#rec1223783056):not(#rec1223789756):not(#rec1223818146):not(#rec1223783066):not(:has(.t396)) .t-container {
  max-width: 1160px !important;
  box-sizing: border-box;
  padding: clamp(24px, 4vw, 54px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    rgba(12, 12, 12, 0.72);
  box-shadow:
    0 26px 90px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.restar-legal-page #allrecords > .r:not(#rec1223783051):not(#rec1223783056):not(#rec1223789756):not(#rec1223818146):not(#rec1223783066):not(:has(.t396)):first-of-type .t-container {
  margin-top: 132px;
}

body.restar-legal-page .t-title,
body.restar-legal-page .t-name,
body.restar-legal-page .t-descr,
body.restar-legal-page .t-text,
body.restar-legal-page .tn-atom {
  color: rgba(255, 255, 255, 0.78) !important;
  font-family: var(--restar-font, "ForrestSans", Arial, sans-serif) !important;
}

body.restar-legal-page .t-text {
  font-size: clamp(16px, 1.25vw, 20px) !important;
  line-height: 1.72 !important;
  font-weight: 400 !important;
}

body.restar-legal-page .t-text strong:first-child {
  display: block;
  margin: 0 0 24px;
  color: #fff !important;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

body.restar-legal-page strong,
body.restar-legal-page b {
  color: #fff !important;
  font-weight: 700 !important;
}

body.restar-legal-page a,
body.restar-legal-page .t-text a {
  color: var(--restar-orange-2) !important;
  text-decoration-color: rgba(255, 122, 0, 0.38) !important;
}

body.restar-legal-page #t-footer .tn-atom,
body.restar-legal-page #t-footer .tn-atom a {
  color: rgba(255, 255, 255, 0.82) !important;
}

body.restar-legal-page #t-footer .tn-atom a:hover {
  color: var(--restar-orange-2) !important;
}

@media screen and (max-width: 767px) {
  body.restar-legal-page #allrecords > .r:not(#rec1223783051):not(#rec1223783056):not(#rec1223789756):not(#rec1223818146):not(#rec1223783066):not(:has(.t396)) {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.restar-legal-page #allrecords > .r:not(#rec1223783051):not(#rec1223783056):not(#rec1223789756):not(#rec1223818146):not(#rec1223783066):not(:has(.t396)) .t-container {
    padding: 24px 18px !important;
    border-radius: 22px;
  }

  body.restar-legal-page .t-text {
    font-size: 16px !important;
    line-height: 1.62 !important;
  }

  body.restar-legal-page .t-text strong:first-child {
    margin-bottom: 18px;
    font-size: 27px;
  }
}
