:root {
  --rt-ink: #061629;
  --rt-ink-2: #0b2644;
  --rt-blue: #087ff5;
  --rt-cyan: #19d3ff;
  --rt-mint: #5bf0cf;
  --rt-paper: #f5f9fe;
  --rt-white: #ffffff;
  --rt-muted: #52677f;
  --rt-line: #d8e4f0;
  --rt-warn: #ffcb66;
  --rt-radius: 22px;
  --rt-shadow: 0 22px 70px rgba(5, 25, 51, .13);
  --rt-max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { color: var(--rt-ink); background: var(--rt-paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; text-rendering: optimizeLegibility; }
a { color: var(--rt-blue); text-underline-offset: 3px; }
a:hover { color: #055fb8; }
:focus-visible { outline: 3px solid var(--rt-cyan); outline-offset: 4px; border-radius: 4px; }
.rt-skip-link { position: fixed; z-index: 100000; top: 10px; left: 10px; transform: translateY(-160%); padding: 12px 18px; background: var(--rt-white); color: var(--rt-ink); border-radius: 12px; box-shadow: var(--rt-shadow); }
.rt-skip-link:focus { transform: translateY(0); }
.rt-container { width: min(calc(100% - 40px), var(--rt-max)); margin-inline: auto; }
.rt-section { padding: clamp(68px, 8vw, 116px) 0; position: relative; overflow: hidden; }
.rt-section--compact { padding-block: clamp(42px, 5vw, 72px); }
.rt-section--white { background: var(--rt-white); }
.rt-section--dark { color: var(--rt-white); background: var(--rt-ink); }
.rt-section--glow { background: radial-gradient(circle at 82% 20%, rgba(25,211,255,.17), transparent 30%), linear-gradient(145deg, #061629, #0b2644); color: var(--rt-white); }
.rt-section--grid::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .16; background-image: linear-gradient(rgba(25,211,255,.32) 1px, transparent 1px), linear-gradient(90deg, rgba(25,211,255,.32) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.rt-kicker { margin: 0 0 14px; color: var(--rt-blue); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; }
.rt-section--dark .rt-kicker, .rt-section--glow .rt-kicker { color: var(--rt-cyan); }
.rt-display { max-width: 960px; margin: 0; font-size: clamp(2.65rem, 7vw, 6.2rem); line-height: .94; letter-spacing: -.065em; font-weight: 850; }
.rt-display em { color: var(--rt-cyan); font-style: normal; }
.rt-h1 { margin: 0; max-width: 900px; font-size: clamp(2.45rem, 5.5vw, 5rem); line-height: 1; letter-spacing: -.055em; }
.rt-h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.75rem); line-height: 1.04; letter-spacing: -.045em; }
.rt-h3 { margin: 0 0 10px; font-size: clamp(1.24rem, 2vw, 1.55rem); line-height: 1.15; letter-spacing: -.025em; }
.rt-lead { max-width: 760px; margin: 24px 0 0; color: #c4d6e8; font-size: clamp(1.06rem, 1.8vw, 1.32rem); line-height: 1.65; }
.rt-section:not(.rt-section--dark):not(.rt-section--glow) .rt-lead { color: var(--rt-muted); }
.rt-copy { color: var(--rt-muted); line-height: 1.76; font-size: 1.03rem; }
.rt-section--dark .rt-copy, .rt-section--glow .rt-copy { color: #c4d6e8; }
.rt-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 32px; }
.rt-button, .elementor a.rt-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; background: var(--rt-blue); color: #fff; text-decoration: none; font-weight: 800; box-shadow: 0 12px 34px rgba(8,127,245,.23); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.rt-button:hover { color: #fff; background: #0669cf; transform: translateY(-2px); box-shadow: 0 17px 38px rgba(8,127,245,.31); }
.rt-button--cyan { color: #03203a; background: var(--rt-cyan); box-shadow: 0 12px 34px rgba(25,211,255,.18); }
.rt-button--cyan:hover { color: #03203a; background: #64e2ff; }
.rt-button--ghost { background: transparent; color: currentColor; border-color: rgba(255,255,255,.36); box-shadow: none; }
.rt-section:not(.rt-section--dark):not(.rt-section--glow) .rt-button--ghost { color: var(--rt-ink); border-color: var(--rt-line); background: var(--rt-white); }
.rt-button--ghost:hover { color: currentColor; background: rgba(255,255,255,.1); }
.rt-grid { display: grid; gap: 22px; }
.rt-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rt-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rt-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.rt-card { position: relative; padding: clamp(24px, 3vw, 36px); border: 1px solid var(--rt-line); border-radius: var(--rt-radius); background: var(--rt-white); box-shadow: 0 8px 36px rgba(5,25,51,.06); overflow: hidden; }
.rt-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 58px; height: 3px; background: linear-gradient(90deg, var(--rt-blue), var(--rt-cyan)); }
.rt-card--dark { color: var(--rt-white); background: #0c2947; border-color: rgba(112,205,255,.17); }
.rt-card--dark .rt-copy { color: #c4d6e8; }
.rt-card--accent { color: var(--rt-white); border-color: transparent; background: linear-gradient(145deg, #087ff5, #0b5dcc); }
.rt-icon { width: 48px; height: 48px; display: inline-grid; place-items: center; margin-bottom: 24px; border: 1px solid #cae0f4; border-radius: 16px; color: var(--rt-blue); background: #eef7ff; font-size: 1.35rem; font-weight: 900; }
.rt-card--dark .rt-icon { color: var(--rt-cyan); background: rgba(25,211,255,.09); border-color: rgba(25,211,255,.19); }
.rt-stat { padding: 20px 0; border-top: 1px solid var(--rt-line); }
.rt-stat strong { display: block; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1; letter-spacing: -.05em; }
.rt-stat span { color: var(--rt-muted); }
.rt-proof { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 36px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.16); color: #d6e5f1; font-size: .94rem; }
.rt-proof span::before { content: "\2713"; color: var(--rt-mint); margin-right: 8px; font-weight: 900; }
.rt-orbit { min-height: 450px; position: relative; display: grid; place-items: center; }
.rt-orbit__planet { width: min(330px, 62vw); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 35% 26%, #40d9ff 0 4%, #167edb 18%, #0b3157 60%, #061629 72%); box-shadow: inset -35px -28px 55px rgba(0,0,0,.47), 0 0 80px rgba(25,211,255,.2); }
.rt-orbit__line { position: absolute; width: 92%; aspect-ratio: 1.85; border: 1px solid rgba(25,211,255,.48); border-radius: 50%; transform: rotate(-17deg); }
.rt-orbit__sat { position: absolute; top: 15%; right: 7%; padding: 10px 14px; border-radius: 999px; color: var(--rt-ink); background: var(--rt-cyan); font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.rt-orbit__island { position: absolute; width: 96px; height: 140px; border: 2px solid var(--rt-mint); border-radius: 45% 55% 52% 48%; transform: rotate(18deg); opacity: .8; filter: drop-shadow(0 0 17px rgba(91,240,207,.45)); }
.rt-media-placeholder { min-height: 310px; display: grid; place-items: center; padding: 30px; border: 1px dashed #9eb4c9; border-radius: var(--rt-radius); color: var(--rt-muted); background: linear-gradient(145deg, #f2f8fe, #e6f1fb); text-align: center; }
.rt-media-placeholder strong { display: block; margin-bottom: 8px; color: var(--rt-ink); }
.rt-process { counter-reset: steps; }
.rt-step { position: relative; padding: 28px 22px 28px 84px; border-top: 1px solid var(--rt-line); }
.rt-step::before { counter-increment: steps; content: counter(steps, decimal-leading-zero); position: absolute; left: 0; top: 22px; color: var(--rt-blue); font-size: 2rem; font-weight: 850; letter-spacing: -.05em; }
.rt-price { font-size: clamp(2.4rem, 5vw, 4.3rem); line-height: 1; letter-spacing: -.055em; font-weight: 850; }
.rt-price small { font-size: 1rem; letter-spacing: 0; font-weight: 600; }
.rt-list { margin: 20px 0 0; padding: 0; list-style: none; }
.rt-list li { position: relative; padding: 9px 0 9px 25px; color: var(--rt-muted); border-bottom: 1px solid #edf2f7; }
.rt-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--rt-blue); font-weight: 900; }
.rt-alert { padding: 22px 24px; border-left: 4px solid var(--rt-warn); border-radius: 0 15px 15px 0; color: #5a430d; background: #fff7e3; line-height: 1.65; }
.rt-note { padding: 18px 20px; border-radius: 16px; color: #164b43; background: #e2fbf5; line-height: 1.6; }
.rt-table-wrap { overflow-x: auto; border: 1px solid var(--rt-line); border-radius: 18px; background: var(--rt-white); }
.rt-table { width: 100%; min-width: 680px; border-collapse: collapse; }
.rt-table th, .rt-table td { padding: 17px 18px; border-bottom: 1px solid var(--rt-line); text-align: left; vertical-align: top; }
.rt-table th { color: var(--rt-ink); background: #eff6fd; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.rt-faq { display: grid; gap: 12px; }
.rt-faq details { border: 1px solid var(--rt-line); border-radius: 16px; background: var(--rt-white); }
.rt-faq summary { cursor: pointer; padding: 20px 52px 20px 22px; color: var(--rt-ink); font-weight: 800; list-style: none; position: relative; }
.rt-faq summary::-webkit-details-marker { display: none; }
.rt-faq summary::after { content: "+"; position: absolute; right: 20px; top: 14px; font-size: 1.6rem; color: var(--rt-blue); }
.rt-faq details[open] summary::after { content: "\2212"; }
.rt-faq details > div { padding: 0 22px 22px; color: var(--rt-muted); line-height: 1.7; }
.rt-cta { padding: clamp(34px, 6vw, 70px); border-radius: 30px; color: var(--rt-white); background: radial-gradient(circle at 85% 15%, rgba(25,211,255,.28), transparent 26%), linear-gradient(135deg, #0b5dcc, #061629 74%); box-shadow: var(--rt-shadow); }
.rt-cta .rt-lead { max-width: 680px; }
.rt-breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 24px; color: #abc1d6; font-size: .83rem; }
.rt-breadcrumbs a { color: inherit; }
.rt-breadcrumbs span[aria-hidden] { opacity: .5; }
.rt-legal { max-width: 830px; }
.rt-legal h2 { margin-top: 48px; font-size: 1.8rem; }
.rt-legal h3 { margin-top: 32px; }
.rt-legal p, .rt-legal li { color: var(--rt-muted); line-height: 1.78; }
.rt-legal code { color: #9d2517; background: #fff1ef; }
.rt-reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.rt-reveal.is-visible { opacity: 1; transform: none; }
.rt-site-header { position: sticky; z-index: 900; top: 0; color: var(--rt-white); background: rgba(6,22,41,.91); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.rt-header-inner { min-height: 76px; display: flex; align-items: center; gap: 24px; }
.rt-brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; font-weight: 900; letter-spacing: -.02em; }
.rt-brand:hover { color: #fff; }
.rt-brand__mark { width: 34px; height: 34px; border: 2px solid var(--rt-cyan); border-radius: 50%; position: relative; }
.rt-brand__mark::after { content: ""; position: absolute; width: 42px; height: 14px; top: 7px; left: -6px; border: 1px solid var(--rt-cyan); border-radius: 50%; transform: rotate(-18deg); }
.rt-brand small { display: block; color: #8eb0cd; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.rt-menu-toggle { display: none; margin-left: auto; padding: 10px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; color: #fff; background: transparent; font: inherit; font-weight: 750; }
.rt-nav { margin-left: auto; }
.rt-nav ul { display: flex; align-items: center; gap: 3px; margin: 0; padding: 0; list-style: none; }
.rt-nav a { display: block; padding: 11px 10px; border-radius: 9px; color: #d8e7f4; text-decoration: none; font-size: .86rem; font-weight: 700; }
.rt-nav a:hover, .rt-nav .current-menu-item > a { color: #fff; background: rgba(255,255,255,.08); }
.rt-header-cta { flex: 0 0 auto; }
.rt-site-footer { color: #c3d4e5; background: #04101f; }
.rt-footer-main { padding: 68px 0 38px; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; }
.rt-footer-main h2, .rt-footer-main h3 { color: #fff; }
.rt-footer-main ul { margin: 0; padding: 0; list-style: none; }
.rt-footer-main li { margin: 9px 0; }
.rt-footer-main a { color: #c3d4e5; }
.rt-footer-bottom { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; line-height: 1.6; }
.rt-affiliation { max-width: 920px; color: #8ea4b9; }
.rt-mobile-actions { display: none; }
@media (max-width: 1050px) {
  .rt-nav { display: none; position: absolute; inset: 76px 0 auto; padding: 14px 20px 24px; background: #061629; box-shadow: 0 20px 40px rgba(0,0,0,.28); }
  .rt-nav.is-open { display: block; }
  .rt-nav ul { align-items: stretch; flex-direction: column; }
  .rt-nav a { padding: 13px; }
  .rt-menu-toggle { display: inline-flex; }
  .rt-header-cta, .elementor a.rt-header-cta { display: none; }
  .rt-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 780px) {
  body { padding-bottom: 66px; }
  .rt-container { width: min(calc(100% - 28px), var(--rt-max)); }
  .rt-section { padding-block: 64px; }
  .rt-grid--2, .rt-grid--3, .rt-grid--4 { grid-template-columns: 1fr; }
  .rt-orbit { min-height: 330px; }
  .rt-display { font-size: clamp(2.65rem, 15vw, 4.2rem); }
  .rt-footer-main { grid-template-columns: 1fr; gap: 30px; }
  .rt-mobile-actions { position: fixed; z-index: 990; inset: auto 0 0; height: 66px; display: grid; grid-template-columns: 1fr 1fr; background: #fff; box-shadow: 0 -8px 25px rgba(5,25,51,.15); }
  .rt-mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; text-decoration: none; font-weight: 850; }
  .rt-mobile-actions__call { background: var(--rt-blue); }
  .rt-mobile-actions__whatsapp { background: #138d66; }
  .rt-table th, .rt-table td { padding: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .rt-reveal { opacity: 1; transform: none; }
}
