:root {
  --bg: #020b18;
  --bg2: #061a35;
  --panel: rgba(5, 29, 66, 0.88);
  --panel2: rgba(3, 13, 30, 0.96);
  --text: #eef8ff;
  --muted: #a9c9e9;
  --blue: #20a8ff;
  --blue2: #67d7ff;
  --blue3: #005fff;
  --gold: #f1bd4d;
  --line: rgba(103, 215, 255, 0.30);
  --shadow: 0 28px 90px rgba(0, 119, 255, 0.24);
  --radius: 24px;
  --shell: 1180px;
  --header: 78px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 119, 255, 0.42), transparent 32rem),
    radial-gradient(circle at 80% 16%, rgba(103, 215, 255, 0.24), transparent 32rem),
    radial-gradient(circle at 55% 80%, rgba(0, 95, 255, 0.20), transparent 32rem),
    linear-gradient(180deg, #020b18 0%, #061a35 45%, #020b18 100%);
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(103, 215, 255, 0.060) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 215, 255, 0.060) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at center, black 45%, transparent 100%);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.shell {
  width: min(var(--shell), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header);
  display: flex;
  align-items: center;
  background: rgba(2, 11, 24, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 950;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: url("/assets/logo-rc.png") center / cover, #001028;
  border: 1px solid rgba(103, 215, 255, 0.55);
  box-shadow: 0 0 28px rgba(0, 119, 255, 0.55);
  font-size: 0;
  color: transparent;
  overflow: hidden;
}

.brand-name {
  color: #65d7ff;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  text-shadow: 0 0 22px rgba(32, 168, 255, 0.62);
}

.brand-name strong { color: #65d7ff; }

.rc-onboard-badge {
  margin: 18px auto 0;
  max-width: 640px;
  padding: 12px 18px;
  border-radius: 12px;
  background: rgba(0, 119, 255, 0.10);
  border: 1px solid rgba(103, 215, 255, 0.35);
  color: #cfe4ff;
  font-size: 0.95rem;
  line-height: 1.45;
  text-align: center;
}
.rc-onboard-badge span {
  display: inline-block;
  margin-right: 8px;
  padding: 3px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0077ff, #20a8ff);
  color: #fff;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  vertical-align: middle;
}
.rc-onboard-badge a {
  color: #8fdcff;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 1px solid rgba(143, 220, 255, 0.4);
}
.rc-onboard-badge a:hover { border-bottom-color: #8fdcff; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #dff5ff;
  font-size: 0.94rem;
}

.site-nav a { color: rgba(238, 248, 255, 0.80); }
.site-nav a:hover { color: var(--blue2); }

.nav-cta {
  border: 1px solid rgba(103, 215, 255, 0.58);
  background: rgba(0, 119, 255, 0.20);
  padding: 10px 14px;
  border-radius: 999px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  padding: 10px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  margin: 5px 0;
  background: var(--text);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: calc(100vh - var(--header));
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 11, 24, 0.97), rgba(2, 11, 24, 0.42), rgba(2, 11, 24, 0.74)),
    radial-gradient(circle at 50% 48%, rgba(0, 119, 255, 0.10), transparent 36rem);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 96px 0;
  max-width: 850px;
}

.eyebrow {
  color: var(--blue2);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 950;
  margin: 0 0 14px;
}

h1, h2, h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

h1 { font-size: clamp(3rem, 7vw, 6.4rem); }
h2 { font-size: clamp(2rem, 4vw, 4rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2.15rem); }

p { color: var(--muted); }

.hero-copy p:not(.eyebrow) {
  max-width: 720px;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 950;
  border: 1px solid transparent;
}

.button-primary {
  color: #eef8ff;
  background: linear-gradient(135deg, #004fc7 0%, #0077ff 46%, #35c7ff 100%);
  border-color: rgba(103, 215, 255, 0.58);
  box-shadow: 0 18px 58px rgba(0, 119, 255, 0.48);
}

.button-secondary {
  color: #dff5ff;
  border-color: rgba(103, 215, 255, 0.58);
  background: rgba(0, 119, 255, 0.22);
}

.full-width { width: 100%; }

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.trust-strip span {
  border: 1px solid rgba(103, 215, 255, 0.32);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(0, 119, 255, 0.16);
  color: #e6f7ff;
  font-weight: 850;
}

.section { padding: 96px 0; }

.blue-deep {
  background:
    radial-gradient(circle at 24% 16%, rgba(0, 119, 255, 0.36), transparent 31rem),
    radial-gradient(circle at 78% 64%, rgba(103, 215, 255, 0.18), transparent 28rem),
    linear-gradient(180deg, rgba(3, 20, 42, 0.96), rgba(1, 8, 20, 0.98));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.two-col,
.contact-grid,
.product-hero-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 44px;
  align-items: center;
}

.two-col.reverse {
  grid-template-columns: 1.05fr 0.95fr;
}

.copy p { font-size: 1.04rem; }

.check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  margin: 12px 0;
  color: #e1f3ff;
  font-weight: 750;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue2);
  font-weight: 950;
}

.image-card,
.image-wide,
.three-grid article,
.four-grid article,
.risk-grid article,
.price-card,
.contact-card,
.product-card,
.support-grid figure {
  border: 1px solid rgba(103, 215, 255, 0.32);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(5, 40, 88, 0.94), rgba(2, 16, 36, 0.94)),
    radial-gradient(circle at 80% 0%, rgba(53, 199, 255, 0.18), transparent 18rem);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.image-card img,
.image-wide img,
.product-card img,
.support-grid img {
  width: 100%;
}

.section-heading {
  text-align: center;
  max-width: 860px;
  margin-bottom: 34px;
}

.three-grid,
.four-grid,
.risk-grid,
.price-grid,
.support-grid {
  display: grid;
  gap: 24px;
}

.three-grid { grid-template-columns: repeat(3, 1fr); }
.four-grid { grid-template-columns: repeat(4, 1fr); }
.risk-grid { grid-template-columns: repeat(2, 1fr); margin-top: 24px; }
.price-grid { grid-template-columns: repeat(3, 1fr); }

.three-grid article,
.four-grid article,
.risk-grid article,
.price-card,
.contact-card {
  padding: 24px;
}

.three-grid span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #004fc7, #35c7ff);
  color: white;
  font-weight: 950;
}

.image-wide { margin-top: 34px; }

.center-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.product-hero {
  padding: 90px 0;
  background:
    radial-gradient(circle at 74% 18%, rgba(0, 119, 255, 0.38), transparent 32rem),
    radial-gradient(circle at 20% 74%, rgba(103, 215, 255, 0.16), transparent 28rem),
    linear-gradient(180deg, #020b18, #061a35 52%, #020b18);
  border-bottom: 1px solid var(--line);
}

.product-hero h1 {
  font-size: clamp(2.9rem, 6vw, 5.6rem);
}

.price-card {
  padding: 28px;
}

.price-card.featured {
  border-color: rgba(103, 215, 255, 0.82);
  box-shadow: 0 0 66px rgba(0, 119, 255, 0.46);
}

.plan-chip {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(0, 119, 255, 0.18);
  color: var(--blue2);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.gold-chip {
  color: #221200;
  background: linear-gradient(135deg, #f3c760, #f8d56c);
}

.price-card strong {
  display: block;
  color: white;
  font-size: 4rem;
  line-height: 1;
  margin: 18px 0 4px;
}

.price-card ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}

.price-card li {
  border-top: 1px solid rgba(103, 215, 255, 0.18);
  padding: 12px 0;
  color: #dff5ff;
}

.product-stack {
  display: grid;
  gap: 28px;
  margin-top: 34px;
}

.product-card {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
}

.product-card img {
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.product-card > div {
  padding: clamp(24px, 4vw, 46px);
}

.featured-product {
  border-color: rgba(243, 199, 96, 0.50);
}

.support-grid {
  grid-template-columns: repeat(2, 1fr);
}

.image-stack {
  display: grid;
  gap: 22px;
}

.price-callout {
  margin: 24px 0;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(103, 215, 255, 0.42);
  background: rgba(0, 119, 255, 0.16);
}

.price-callout strong {
  color: white;
  display: block;
  font-size: 2rem;
}

.price-callout span {
  color: var(--muted);
}

.resistops-banner {
  padding: 42px 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 230, 130, 0.42), transparent 24rem),
    radial-gradient(circle at 82% 50%, rgba(255, 176, 36, 0.36), transparent 24rem),
    linear-gradient(135deg, #6f4600 0%, #b97a08 38%, #f3c760 68%, #7a4d00 100%);
  border-top: 1px solid rgba(255, 232, 158, 0.86);
  border-bottom: 1px solid rgba(255, 232, 158, 0.72);
  color: #160f02;
}

.resistops-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.resistops-kicker {
  margin: 0 0 8px;
  color: #1b1202;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
}

.resistops-banner h2 {
  color: #0f0a01;
}

.resistops-banner p {
  color: rgba(18, 12, 1, 0.88);
  font-weight: 650;
}

.resistops-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 20px;
  border-radius: 999px;
  color: #f8d56c;
  background: linear-gradient(180deg, #171006, #050301);
  border: 1px solid rgba(255, 232, 158, 0.76);
  box-shadow: 0 18px 50px rgba(34, 19, 0, 0.32);
  font-weight: 950;
  white-space: nowrap;
}

.contact-section {
  background:
    radial-gradient(circle at 85% 22%, rgba(0, 119, 255, 0.26), transparent 26rem),
    linear-gradient(180deg, rgba(5, 22, 49, 0.88), rgba(2, 9, 20, 1));
  border-top: 1px solid var(--line);
}

.contact-grid {
  grid-template-columns: 0.95fr 0.72fr;
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.contact-methods a,
.contact-methods span {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.045);
  color: #dff5ff;
}

.site-footer {
  padding: 56px 0 24px;
  background: #020b18;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 0.45fr 0.45fr;
  gap: 34px;
  padding-bottom: 34px;
}

.footer-grid h2 {
  color: var(--blue2);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
}

.footer-grid a {
  display: block;
  color: var(--muted);
  margin: 8px 0;
}

.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  color: var(--muted);
}

@media (max-width: 980px) {
  .two-col,
  .two-col.reverse,
  .contact-grid,
  .product-hero-grid,
  .product-card,
  .support-grid,
  .price-grid,
  .three-grid,
  .four-grid,
  .risk-grid,
  .resistops-grid {
    grid-template-columns: 1fr;
  }

  .product-card img {
    min-height: 320px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 28px, var(--shell));
  }

  .nav-shell {
    min-height: var(--header);
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    display: none;
    width: 100%;
    padding: 0 0 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 11px 0;
  }

  .nav-cta {
    text-align: center;
  }

  h1 {
    font-size: clamp(2.7rem, 12vw, 4.6rem);
  }

  .section {
    padding: 68px 0;
  }

  .hero {
    min-height: 84vh;
  }

  .hero-copy {
    padding: 70px 0;
  }

  .button,
  .resistops-button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* HERO READABILITY FIX - 20260427194757 */
.hero {
  min-height: calc(100vh - var(--header));
  align-items: stretch;
}

.hero-bg {
  object-position: center center;
  opacity: 0.72;
  filter: saturate(1.22) contrast(1.08) brightness(0.82);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(2, 11, 24, 0.98) 0%, rgba(2, 11, 24, 0.88) 32%, rgba(2, 11, 24, 0.38) 68%, rgba(2, 11, 24, 0.76) 100%),
    radial-gradient(circle at 32% 48%, rgba(0, 119, 255, 0.28), transparent 34rem),
    radial-gradient(circle at 70% 42%, rgba(103, 215, 255, 0.16), transparent 30rem);
}

.hero-copy {
  min-height: calc(100vh - var(--header));
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 720px;
  padding: 88px 0;
}

.hero-copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto auto auto -34px;
  width: min(760px, calc(100vw - 36px));
  height: auto;
  min-height: 620px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(3, 20, 42, 0.72), rgba(2, 11, 24, 0.52)),
    radial-gradient(circle at 18% 0%, rgba(32, 168, 255, 0.18), transparent 22rem);
  border: 1px solid rgba(103, 215, 255, 0.22);
  box-shadow: 0 32px 120px rgba(0, 119, 255, 0.24);
  backdrop-filter: blur(4px);
}

.hero-copy h1 {
  max-width: 700px;
  font-size: clamp(3.1rem, 5.7vw, 5.75rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.55);
}

.hero-copy p:not(.eyebrow) {
  max-width: 640px;
  color: #d3e9ff;
  font-size: clamp(1.04rem, 1.35vw, 1.22rem);
}

.hero-copy .eyebrow {
  color: #67d7ff;
  text-shadow: 0 0 22px rgba(32, 168, 255, 0.74);
}

.trust-strip span {
  background: rgba(0, 119, 255, 0.22);
  border-color: rgba(103, 215, 255, 0.42);
}

@media (max-width: 980px) {
  .hero-bg {
    object-position: center center;
    opacity: 0.50;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(2, 11, 24, 0.94), rgba(2, 11, 24, 0.72)),
      radial-gradient(circle at 50% 38%, rgba(0, 119, 255, 0.22), transparent 30rem);
  }

  .hero-copy::before {
    left: -18px;
    width: calc(100vw - 28px);
    min-height: 560px;
  }
}

@media (max-width: 760px) {
  .hero-copy {
    padding: 60px 0;
    min-height: 82vh;
  }

  .hero-copy h1 {
    font-size: clamp(2.65rem, 13vw, 4.25rem);
  }

  .hero-copy::before {
    min-height: 610px;
  }
}
