.elementor-955 .elementor-element.elementor-element-ca106ee{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-955 .elementor-element.elementor-element-adb27aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-955 .elementor-element.elementor-element-6f868d3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b4a4ef8 */:root {
  --rn-purple: #5d2488;
  --rn-yellow: #ffd240;
  --rn-white: #ffffff;
  --rn-text-dark: #2f1450;
  --rn-border: rgba(255, 255, 255, 0.12);
  --rn-shadow: 0 18px 40px rgba(34, 8, 58, 0.28);
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #fff;
}

body.page .entry-title,
body.page .site-footer,
body .elementor-location-footer,
body footer,
body .hfe-footer,
body .elementor-widget-theme-post-title,
body .page-header,
header#masthead,
.site-header,
.ast-header-break-point .site-header,
.ast-primary-header-bar,
.ast-desktop-header-content,
.ast-mobile-header-wrap,
.ast-below-header-wrap,
.ast-above-header-wrap,
.ast-header-sticked,
[data-elementor-type="header"],
.elementor-location-header,
.elementor-sticky__spacer,
.entry-header,
.entry-title,
h1.entry-title,
.elementor-page-title,
body.page h1.entry-title,
body.page .site-main > article > .entry-header {
  display: none !important;
}

body:not(.elementor-editor-active) .site-content,
body:not(.elementor-editor-active) .content-area,
body:not(.elementor-editor-active) .site-main,
.site-content,
.content-area,
.site-main {
  margin: 0 !important;
  padding: 0 !important;
}

body.rn-lock {
  overflow: hidden !important;
  position: fixed !important;
  width: 100%;
}

.rn-wrap {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  top: 0 !important;
}

.elementor-widget-html,
.elementor-widget-container {
  width: 100%;
  max-width: 100%;
}

.elementor-section,
.elementor-container,
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

.rn-header {
  position: relative;
  width: calc(100% - 48px);
  max-width: 1360px;
  margin: 18px auto 0 !important;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.12), transparent 28%),
    radial-gradient(circle at 85% 80%, rgba(255, 210, 64, 0.12), transparent 22%),
    linear-gradient(135deg, rgba(72, 26, 108, 0.75) 0%, rgba(93, 36, 136, 0.78) 45%, rgba(109, 43, 158, 0.78) 100%);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 20px 60px rgba(34, 8, 58, 0.35);
  isolation: isolate;
}

.rn-header::before {
  display: none;
}

.rn-header__shine {
  position: absolute;
  top: -20%;
  left: -35%;
  width: 28%;
  height: 140%;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transform: skewX(-25deg) translateX(0);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.04) 20%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0.04) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: blur(2px);
}

.rn-header.is-entering .rn-header__shine {
  opacity: 1;
  animation: rnShineIn 0.9s ease forwards;
}

.rn-header.is-leaving .rn-header__shine {
  opacity: 1;
  animation: rnShineOut 0.9s ease forwards;
}

@keyframes rnShineIn {
  0% {
    transform: skewX(-25deg) translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: skewX(-25deg) translateX(520%);
    opacity: 0;
  }
}

@keyframes rnShineOut {
  0% {
    transform: skewX(-25deg) translateX(520%);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: skewX(-25deg) translateX(0);
    opacity: 0;
  }
}

.rn-header__inner {
  position: relative;
  z-index: 2;
  max-width: 1160px;
  margin: 0 auto;
  min-height: 84px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 28px;
  box-sizing: border-box;
}

.rn-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.rn-brand__logo {
  width: 80px;
  max-width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.28));
}

.rn-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.rn-nav__link {
  position: relative;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: color 0.25s ease, transform 0.25s ease, text-shadow 0.25s ease;
}

.rn-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--rn-yellow);
  box-shadow: 0 0 8px rgba(255, 210, 64, 0.6);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s ease;
}

.rn-nav__link:hover {
  color: var(--rn-yellow);
  text-shadow: 0 0 18px rgba(255, 210, 64, 0.25);
  transform: translateY(-1px);
}

.rn-nav__link:hover::after {
  transform: scaleX(1);
}

.rn-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--rn-yellow);
  color: var(--rn-text-dark);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  box-shadow:
    0 16px 30px rgba(255, 210, 64, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.38);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.rn-cta:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 20px 36px rgba(255, 210, 64, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.42);
  filter: brightness(1.03);
}

.rn-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.rn-menu-toggle span {
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  display: block;
  transition: 0.25s ease;
}

.rn-mobile-nav {
  display: none;
}

body.admin-bar .rn-header {
  top: 32px;
}

@media (max-width: 1180px) {
  .rn-header__inner {
    max-width: 100%;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    padding: 0 24px;
  }

  .rn-nav {
    gap: 24px;
  }

  .rn-nav__link,
  .rn-cta {
    font-size: 15px;
  }
}

@media (max-width: 980px) {
  .rn-header {
    border-radius: 24px;
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    margin: 18px auto 0 !important;
  }

  .rn-header__inner {
    grid-template-columns: 1fr auto;
    min-height: 76px;
    padding: 0 20px;
    gap: 20px;
  }

  .rn-brand__logo {
    width: 96px;
  }

  .rn-nav,
  .rn-cta {
    display: none;
  }

  .rn-menu-toggle {
    display: inline-flex;
  }

  .rn-mobile-nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease;
    position: relative;
    z-index: 2;
    background: rgba(93, 36, 136, 0.98);
  }

  .rn-header.is-open .rn-mobile-nav {
    max-height: 420px;
    opacity: 1;
    padding: 0 20px 20px;
  }

  .rn-mobile-nav__link,
  .rn-mobile-nav__cta {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .rn-mobile-nav__cta {
    background: var(--rn-yellow);
    color: var(--rn-text-dark);
    font-weight: 800;
  }

  .rn-header.is-open .rn-menu-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .rn-header.is-open .rn-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .rn-header.is-open .rn-menu-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

@media (max-width: 782px) {
  body.admin-bar .rn-header {
    top: 46px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2736c2c */html, body {
  margin: 0 !important;
  padding: 0 !important;
}

body > *:first-child,
.elementor-section:first-child,
.elementor-widget:first-child {
  margin-top: 0 !important;
}

.rn-header {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: min(92%, 1240px);
  z-index: 20;
}

.rn-hero {
  position: relative;
  min-height: 100svh;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  margin: 0 !important;
  padding: 0;
  top: 0;
  background: linear-gradient(180deg, #08020f 0%, #10051d 48%, #07020d 100%);
  z-index: 1;
}

.rn-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  will-change: transform;
}

.rn-hero__fallback,
.rn-hero__video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.rn-hero__fallback {
  background-image:
    linear-gradient(90deg, rgba(9, 3, 18, 0.82) 0%, rgba(9, 3, 18, 0.52) 34%, rgba(9, 3, 18, 0.34) 58%, rgba(9, 3, 18, 0.72) 100%),
    linear-gradient(180deg, rgba(7, 2, 14, 0.14) 0%, rgba(7, 2, 14, 0.30) 48%, rgba(7, 2, 14, 0.78) 100%),
    url('https://realnetfibra.com.br/wp-content/uploads/2026/03/homem-realnet.webp');
  background-size: cover;
  background-position: center -18px;
  background-repeat: no-repeat;
  transform: scale(1);
  z-index: 0;
}

.rn-hero__video-bg {
  object-fit: cover;
  object-position: center -18px;
  transform: scale(1);
  filter: saturate(1.05) contrast(1.03) brightness(.82);
  z-index: 1;
  transition: opacity 1.1s ease;
}

.rn-hero__video-bg.rn-video-finished {
  opacity: 0;
  pointer-events: none;
}

.rn-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(7, 3, 14, 0.02) 0%, rgba(7, 3, 14, 0.10) 12%, rgba(7, 3, 14, 0.34) 46%, rgba(7, 3, 14, 0.76) 100%),
    linear-gradient(90deg, rgba(10, 3, 19, 0.68) 0%, rgba(10, 3, 19, 0.30) 34%, rgba(10, 3, 19, 0.12) 55%, rgba(10, 3, 19, 0.52) 100%),
    radial-gradient(circle at 28% 32%, rgba(226, 147, 255, 0.16), transparent 28%),
    radial-gradient(circle at 78% 20%, rgba(87, 170, 255, 0.14), transparent 24%);
}

.rn-hero__container {
  position: relative;
  z-index: 3;
  width: min(92%, 1240px);
  margin: 0 auto;
  padding: 170px 0 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .82fr);
  align-items: center;
  gap: 34px;
}

.rn-hero__content {
  max-width: 620px;
}

.rn-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 12px 34px rgba(0,0,0,.18);
  backdrop-filter: blur(10px);
  color: rgba(255,255,255,.88);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
}

.rn-hero__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffd240;
  box-shadow: 0 0 14px rgba(255,210,64,.65);
  flex: 0 0 auto;
}

.rn-hero__title {
  margin: 18px 0 14px;
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: .94;
  font-weight: 1000;
  letter-spacing: -.045em;
  color: #fff;
}

.rn-hero__title span {
  display: block;
  color: #ffd240;
}

.rn-hero__text {
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.45;
}

.rn-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.rn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  transition: .25s ease;
}

.rn-btn--primary {
  background: #ffd240;
  color: #2d0d4f;
  box-shadow: 0 16px 34px rgba(255,210,64,.18);
}

.rn-btn--primary:hover {
  transform: translateY(-2px);
}

.rn-btn--ghost {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  backdrop-filter: blur(10px);
}

.rn-btn--ghost:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.14);
}

.rn-hero__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
  max-width: 620px;
}

.rn-feature-card {
  min-height: 116px;
  padding: 16px 16px 14px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 40px rgba(0,0,0,.20);
  backdrop-filter: blur(14px);
}

.rn-feature-card strong {
  display: block;
  max-width: 10ch;
  color: #fff;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.02;
  font-weight: 1000;
  letter-spacing: -.03em;
}

.rn-feature-card span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.74);
  font-size: 13px;
  line-height: 1.35;
}

.rn-hero__panel {
  width: 100%;
}

.rn-plan-card {
  width: 100%;
  max-width: 390px;
  margin-left: auto;
  padding: 18px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 28px 60px rgba(0,0,0,.28);
  backdrop-filter: blur(18px);
}

.rn-plan-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.rn-plan-card__label {
  margin: 0 0 6px;
  color: rgba(255,255,255,.70);
  font-size: 13px;
  font-weight: 700;
}

.rn-plan-card__top h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 1000;
}

.rn-plan-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #ffd240;
  color: #2d0d4f;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.rn-plan-card__price {
  padding: 16px;
  border-radius: 20px;
  background: rgba(20, 7, 33, .58);
  border: 1px solid rgba(255,255,255,.08);
}

.rn-plan-card__price small {
  display: block;
  color: rgba(255,255,255,.66);
  font-size: 13px;
  margin-bottom: 6px;
}

.rn-plan-card__price strong {
  display: block;
  color: #fff;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: .95;
  font-weight: 1000;
}

.rn-plan-card__price span {
  display: block;
  margin-top: 6px;
  color: #ffd240;
  font-size: 14px;
  font-weight: 800;
}

.rn-plan-card__list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.rn-plan-card__list li {
  position: relative;
  padding-left: 18px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.4;
}

.rn-plan-card__list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffd240;
  box-shadow: 0 0 12px rgba(255,210,64,.55);
}

.rn-plan-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 18px;
  border-radius: 16px;
  background: linear-gradient(90deg, #8b3dff 0%, #a855f7 100%);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 18px 34px rgba(139,61,255,.25);
  transition: .25s ease;
}

.rn-plan-card__cta:hover {
  transform: translateY(-2px);
}

@media (max-width: 1180px) {
  .rn-header {
    top: 20px;
    width: min(94%, 1240px);
  }

  .rn-hero__fallback {
    background-position: 58% -6px;
  }

  .rn-hero__video-bg {
    object-position: 58% -6px;
  }

  .rn-hero__container {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 160px;
  }

  .rn-hero__content {
    max-width: 100%;
  }

  .rn-hero__title {
    font-size: clamp(40px, 7vw, 62px);
  }

  .rn-hero__features {
    max-width: 100%;
  }

  .rn-plan-card {
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .rn-header {
    top: 12px;
    width: calc(100% - 24px);
  }

  .rn-hero__fallback {
    background-position: 64% top;
  }

  .rn-hero__video-bg {
    object-position: 64% top;
  }

  .rn-hero__container {
    width: calc(100% - 24px);
    padding: 132px 0 40px;
    gap: 20px;
  }

  .rn-hero__eyebrow {
    min-height: 40px;
    padding: 0 14px;
    font-size: 11px;
  }

  .rn-hero__title {
    margin: 14px 0 12px;
    font-size: clamp(34px, 11vw, 52px);
  }

  .rn-hero__text {
    font-size: 15px;
  }

  .rn-hero__actions {
    flex-direction: column;
  }

  .rn-btn {
    width: 100%;
    min-height: 50px;
    font-size: 15px;
  }

  .rn-hero__features {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .rn-feature-card {
    min-height: unset;
    padding: 16px;
    border-radius: 18px;
  }

  .rn-feature-card strong {
    font-size: 20px;
    max-width: none;
  }

  .rn-feature-card span {
    font-size: 13px;
  }

  .rn-plan-card {
    padding: 16px;
    border-radius: 22px;
  }

  .rn-plan-card__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .rn-plan-card__top h3 {
    font-size: 22px;
  }

  .rn-plan-card__price strong {
    font-size: 30px;
  }

  .rn-plan-card__list li {
    font-size: 14px;
  }

  .rn-plan-card__cta {
    min-height: 52px;
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3684620 */@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

.rn-plans,
.rn-plans *{
  box-sizing:border-box;
  -webkit-tap-highlight-color:transparent !important;
}

.rn-plans{
  --rn-purple:#8a2be2;
  --rn-purple-rgb:138,43,226;
  --rn-yellow:#ffd240;
  --rn-yellow-rgb:255,210,64;
  --rn-ink:#111111;
  --rn-line:#ececec;
  --rn-card:#ffffff;
  position:relative;
  overflow:hidden;
  background:#fcfcfc;
  padding:72px 0 80px;
  margin-top:0;
  font-family:'Plus Jakarta Sans',sans-serif;
}

.rn-plans a,
.rn-plans button{
  outline:none !important;
  box-shadow:none !important;
  text-decoration:none !important;
}

.rn-plans a:focus,
.rn-plans a:focus-visible,
.rn-plans a:active,
.rn-plans button:focus,
.rn-plans button:focus-visible,
.rn-plans button:active{
  outline:none !important;
  box-shadow:none !important;
}

.rn-plans__fx{
  position:absolute;
  inset:0;
  background-image:radial-gradient(rgba(138,43,226,.12) 1.4px, transparent 1.4px);
  background-size:38px 38px;
  pointer-events:none;
}

#rnPlansCanvas{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
  opacity:.22;
}

.rn-plans__wrap{
  position:relative;
  z-index:2;
  width:min(100%, 1680px);
  margin:0 auto;
  padding:0 56px;
}

.rn-plans__head{
  margin:0 0 28px;
  text-align:left;
}

.rn-plans__title{
  margin:0;
  font-size:clamp(34px,3.4vw,58px);
  line-height:1.08;
  letter-spacing:-.04em;
  font-weight:500;
  color:#2b2b2b;
}

.rn-plans__title span{
  color:inherit;
}

.rn-plans__sub{
  margin:16px 0 0;
  max-width:760px;
  font-size:15px;
  line-height:1.6;
  color:#4f4f4f;
}

.rn-plans__grid{
  display:grid;
  gap:18px;
}

.rn-plans__grid--business{
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:stretch;
  margin-top:8px;
  margin-bottom:34px;
}

.rn-plan{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:580px;
  background:var(--rn-card);
  border:1px solid var(--rn-line);
  border-radius:34px;
  overflow:hidden;
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.rn-plan:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 44px rgba(0,0,0,.07);
}

.rn-plan__top{
  padding:34px 34px 0;
}

.rn-plan__name{
  display:block;
  text-align:center;
  font-size:13px;
  line-height:1;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#9c9c9c;
  margin-bottom:22px;
}

.rn-plan__speed{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:6px;
  margin:0 0 28px;
  line-height:1;
}

.rn-plan__speed strong{
  font-size:72px;
  font-weight:800;
  letter-spacing:-.07em;
  color:#000;
  line-height:.9;
}

.rn-plan__speed span{
  font-size:18px;
  font-weight:800;
  color:var(--rn-purple);
  letter-spacing:-.03em;
  margin-bottom:10px;
}

.rn-plan__speed--featured strong{
  font-size:78px;
}

.rn-plan__speed--giga{
  margin-bottom:28px;
}

.rn-plan__speed--giga strong{
  font-size:76px;
}

.rn-plan__list{
  list-style:none;
  padding:0 34px;
  margin:0 0 28px;
  display:grid;
  gap:14px;
}

.rn-plan__list li{
  position:relative;
  display:flex;
  align-items:center;
  gap:14px;
  font-size:16px;
  line-height:1.35;
  color:#5b5b5b;
  font-weight:500;
}

.rn-plan__list li::before{
  content:"✓";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:16px;
  min-width:16px;
  color:var(--rn-purple);
  font-size:16px;
  font-weight:800;
}

.rn-plan--featured .rn-plan__list li:first-child::before,
.rn-plan:nth-child(2) .rn-plan__list li:first-child::before,
.rn-plan:nth-child(4) .rn-plan__list li:first-child::before{
  content:"✦";
  font-size:15px;
}

.rn-plan__services{
  margin-top:auto;
  padding:18px 34px 0;
  border-top:1px solid var(--rn-line);
}

.rn-plan__services small{
  display:block;
  font-size:11px;
  font-weight:800;
  color:#b0b0b0;
  margin-bottom:12px;
}

.rn-plan__icons{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.rn-plan__icons img{
  width:28px;
  height:28px;
  object-fit:contain;
  display:block;
}

.rn-plan__cta{
  display:flex;
  align-items:center;
  justify-content:center;
  width:calc(100% - 68px);
  min-height:62px;
  margin:20px auto 26px;
  border-radius:18px;
  background:#f3f3f5;
  color:#111;
  text-transform:uppercase;
  font-size:13px;
  font-weight:800;
  letter-spacing:-.01em;
  transition:transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.rn-plan__cta:hover{
  transform:translateY(-2px);
  color:#111;
}

.rn-plan__cta--giga{
  background:linear-gradient(135deg, #8f34ec 0%, #8a2be2 55%, #9f2fff 100%);
  color:#fff;
  box-shadow:0 14px 30px rgba(138,43,226,.24) !important;
}

.rn-plan__cta--giga:hover{
  color:#fff;
}

.rn-plan__cta--strong{
  background:#f3f3f5;
  color:#111;
}

.rn-plan__badge{
  position:absolute;
  top:22px;
  left:50%;
  transform:translateX(-50%);
  font-size:12px;
  font-weight:500;
  color:#2a2a2a;
  z-index:3;
}

.rn-plan--featured{
  border:2px solid var(--rn-purple);
  z-index:3;
  transform:scale(1.01);
}

.rn-plan--featured:hover{
  transform:translateY(-8px) scale(1.01);
}

.rn-plan__trace{
  position:absolute;
  pointer-events:none;
  opacity:1;
  z-index:2;
}

.rn-plan__trace--top{
  top:0;
  left:-34%;
  width:34%;
  height:3px;
  background:linear-gradient(90deg, rgba(138,43,226,0) 0%, rgba(138,43,226,1) 50%, rgba(138,43,226,0) 100%);
  animation:rnTraceTop 3.2s linear infinite;
}

.rn-plan__trace--right{
  top:-26%;
  right:0;
  width:3px;
  height:26%;
  background:linear-gradient(180deg, rgba(138,43,226,0) 0%, rgba(138,43,226,1) 50%, rgba(138,43,226,0) 100%);
  animation:rnTraceRight 3.2s linear infinite;
  animation-delay:.8s;
}

.rn-plan__trace--bottom{
  bottom:0;
  right:-34%;
  width:34%;
  height:3px;
  background:linear-gradient(90deg, rgba(138,43,226,0) 0%, rgba(138,43,226,1) 50%, rgba(138,43,226,0) 100%);
  animation:rnTraceBottom 3.2s linear infinite;
  animation-delay:1.6s;
}

.rn-plan__trace--left{
  bottom:-26%;
  left:0;
  width:3px;
  height:26%;
  background:linear-gradient(180deg, rgba(138,43,226,0) 0%, rgba(138,43,226,1) 50%, rgba(138,43,226,0) 100%);
  animation:rnTraceLeft 3.2s linear infinite;
  animation-delay:2.4s;
}

@keyframes rnTraceTop{
  from{left:-34%;}
  to{left:100%;}
}

@keyframes rnTraceRight{
  from{top:-26%;}
  to{top:100%;}
}

@keyframes rnTraceBottom{
  from{right:-34%;}
  to{right:100%;}
}

@keyframes rnTraceLeft{
  from{bottom:-26%;}
  to{bottom:100%;}
}

.rn-plan--hero{
  min-height:auto;
  border:none;
  margin-top:4px;
  border-radius:34px;
  background:
    radial-gradient(900px 360px at 12% 0%, rgba(255,255,255,.08), transparent 55%),
    radial-gradient(800px 400px at 100% 100%, rgba(138,43,226,.18), transparent 55%),
    linear-gradient(135deg, #12051f 0%, #1c082d 52%, #0e0318 100%);
  box-shadow:0 26px 70px rgba(0,0,0,.20);
  overflow:hidden;
}

.rn-plan--hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(rgba(255,255,255,.045) 50%, transparent 50%);
  background-size:100% 4px;
  opacity:.45;
  animation:rnScan 5s linear infinite;
  pointer-events:none;
}

@keyframes rnScan{
  from{transform:translateY(-100%);}
  to{transform:translateY(100%);}
}

.rn-heroGrid{
  position:relative;
  z-index:2;
  display:grid;
}

.rn-heroGrid--enterprise{
  grid-template-columns:minmax(280px,410px) minmax(0,1fr);
  gap:36px;
  align-items:center;
  padding:42px 40px;
}

.rn-enterprise__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,210,64,.12);
  border:1px solid rgba(255,210,64,.22);
  color:var(--rn-yellow);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:18px;
}

.rn-heroTitle{
  margin:0 0 10px;
  font-size:34px;
  line-height:1.05;
  font-weight:800;
  color:#fff;
}

.rn-heroSpeed{
  display:flex;
  align-items:flex-end;
  gap:12px;
  margin-bottom:18px;
}

.rn-heroSpeed strong{
  font-size:128px;
  line-height:.84;
  letter-spacing:-.08em;
  font-weight:800;
  color:#fff;
}

.rn-heroSpeed span{
  font-size:34px;
  line-height:.92;
  font-weight:800;
  color:var(--rn-yellow);
  margin-bottom:10px;
}

.rn-enterprise__desc{
  margin:0;
  max-width:420px;
  font-size:15px;
  line-height:1.7;
  color:rgba(255,255,255,.84);
}

.rn-heroRight{
  display:flex;
  flex-direction:column;
  gap:22px;
}

.rn-enterprise__specs{
  display:grid;
  gap:14px;
}

.rn-enterprise__item{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:18px 18px;
  border-radius:20px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(10px);
}

.rn-enterprise__item strong{
  display:block;
  font-size:16px;
  line-height:1.3;
  font-weight:800;
  color:#fff;
}

.rn-enterprise__item span{
  display:block;
  font-size:13px;
  line-height:1.55;
  color:rgba(255,255,255,.72);
}

.rn-heroActions{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}

.rn-heroCta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:60px;
  padding:0 26px;
  border-radius:18px;
  text-transform:uppercase;
  font-size:13px;
  font-weight:800;
  letter-spacing:-.01em;
}

.rn-heroCta--light{
  background:#fff;
  color:#111;
}

.rn-heroFine{
  display:block;
  font-size:12px;
  line-height:1.5;
  color:rgba(255,255,255,.72);
}

.rn-ia{
  display:flex;
  justify-content:center;
  margin-top:26px;
  position:relative;
}

.rn-ia::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:-8px;
  transform:translateX(-50%);
  width:280px;
  height:80px;
  background:radial-gradient(circle, rgba(138,43,226,.18) 0%, rgba(138,43,226,0) 72%);
  pointer-events:none;
}

.rn-ia__btn{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:16px;
  min-height:72px;
  padding:14px 28px;
  border:none;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(138,43,226,.18);
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease;
  box-shadow:0 14px 40px rgba(0,0,0,.08) !important;
}

.rn-ia__btn:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 48px rgba(0,0,0,.11) !important;
}

.rn-ia__icon{
  width:48px;
  height:48px;
  min-width:48px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, #8f34ec 0%, #8a2be2 55%, #9f2fff 100%);
  color:#fff;
  font-size:19px;
}

.rn-ia__text{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:left;
}

.rn-ia__text strong{
  font-size:15px;
  line-height:1.2;
  font-weight:800;
  color:#181818;
}

.rn-ia__text small{
  font-size:13px;
  line-height:1.35;
  color:#6a6a6a;
}

.rn-iaModal{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(14px);
  z-index:9999;
}

.rn-iaModal__card{
  width:min(100%, 520px);
  position:relative;
  background:#fff;
  border:1px solid #ececec;
  border-radius:28px;
  padding:34px 24px 24px;
  box-shadow:0 26px 70px rgba(0,0,0,.12);
  text-align:center;
}

.rn-iaModal__close{
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  border:none;
  border-radius:50%;
  background:#f4f4f6;
  color:#666;
  font-size:24px;
  cursor:pointer;
}

.rn-iaModal__robot{
  width:68px;
  height:68px;
  margin:0 auto 16px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, #8f34ec 0%, #8a2be2 55%, #9f2fff 100%);
  color:#fff;
  font-size:26px;
}

.rn-iaModal__msg{
  font-size:18px;
  line-height:1.55;
  color:#171717;
  font-weight:700;
}

.rn-iaModal__actions{
  display:grid;
  gap:10px;
  margin-top:20px;
}

.rn-iaModal__action{
  min-height:50px;
  padding:0 18px;
  border:none;
  border-radius:999px;
  background:#8a2be2;
  color:#fff;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
}

@media (max-width:1200px){
  .rn-plans__grid--business{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .rn-heroGrid--enterprise{
    grid-template-columns:1fr;
  }
}

@media (max-width:767px){
  .rn-plans{
    padding:56px 0 64px;
  }

  .rn-plans__wrap{
    padding:0 18px;
  }

  .rn-plans__head{
    text-align:center;
    margin-bottom:22px;
  }

  .rn-plans__sub{
    margin-left:auto;
    margin-right:auto;
  }

  .rn-plans__grid--business{
    grid-template-columns:1fr;
  }

  .rn-plan{
    min-height:auto;
  }

  .rn-plan__top{
    padding:28px 22px 0;
  }

  .rn-plan__list{
    padding:0 22px;
  }

  .rn-plan__services{
    padding:18px 22px 0;
  }

  .rn-plan__cta{
    width:calc(100% - 44px);
    margin:20px auto 22px;
  }

  .rn-plan__speed strong{
    font-size:58px;
  }

  .rn-plan__speed span{
    font-size:17px;
    margin-bottom:7px;
  }

  .rn-plan__speed--featured strong,
  .rn-plan__speed--giga strong{
    font-size:62px;
  }

  .rn-plan--hero{
    min-height:auto;
  }

  .rn-heroGrid--enterprise{
    padding:30px 22px;
  }

  .rn-heroTitle{
    font-size:28px;
  }

  .rn-heroSpeed strong{
    font-size:92px;
  }

  .rn-heroSpeed span{
    font-size:28px;
  }

  .rn-heroCta--light{
    width:100%;
  }

  .rn-heroActions{
    align-items:stretch;
  }

  .rn-ia__btn{
    width:100%;
    justify-content:center;
    padding:14px 20px;
  }
}/* End custom CSS */