    :root {
      --rd-primary: #5251ED;
      --rd-primary-dark: #3737D8;
      --rd-primary-soft: rgba(82, 81, 237, 0.11);
      --rd-primary-softer: rgba(82, 81, 237, 0.06);
      --rd-ink: #080D25;
      --rd-ink-2: #111936;
      --rd-muted: #64748B;
      --rd-muted-2: #94A3B8;
      --rd-border: rgba(8, 13, 37, 0.09);
      --rd-border-strong: rgba(8, 13, 37, 0.15);
      --rd-bg: #F8FAFC;
      --rd-white: #FFFFFF;
      --rd-radius: 24px;
      --rd-radius-lg: 34px;
      --rd-shadow-sm: 0 12px 34px rgba(8, 13, 37, 0.08);
      --rd-shadow: 0 26px 80px rgba(8, 13, 37, 0.13);
      --rd-shadow-lg: 0 34px 100px rgba(8, 13, 37, 0.2);
      --rd-gradient: linear-gradient(135deg, #5251ED 0%, #6D5BFF 45%, #1EC8FF 100%);
      --rd-hero-bg:
        radial-gradient(circle at 18% 18%, rgba(82, 81, 237, 0.20), transparent 34%),
        radial-gradient(circle at 82% 12%, rgba(30, 200, 255, 0.16), transparent 32%),
        linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
    }

    * { box-sizing: border-box; }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 94px;
    }

    body {
      margin: 0;
      font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--rd-ink-2);
      background: var(--rd-bg);
      line-height: 1.65;
      overflow-x: hidden;
    }

    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; height: auto; }

    ::selection {
      background: var(--rd-primary);
      color: #fff;
    }

    .rd-page {
      position: relative;
      overflow: hidden;
    }

    .rd-page::before,
    .rd-page::after {
      content: "";
      position: fixed;
      z-index: -2;
      width: 540px;
      height: 540px;
      border-radius: 999px;
      filter: blur(90px);
      opacity: .36;
      pointer-events: none;
    }

    .rd-page::before {
      top: -190px;
      left: -170px;
      background: rgba(82, 81, 237, .48);
    }

    .rd-page::after {
      right: -180px;
      bottom: 6%;
      background: rgba(30, 200, 255, .32);
    }

    .rd-section { padding: 108px 0; position: relative; }
    .rd-section-sm { padding: 76px 0; position: relative; }

    .rd-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px;
      border-radius: 999px;
      color: var(--rd-primary);
      background: var(--rd-primary-soft);
      border: 1px solid rgba(82, 81, 237, .16);
      font-size: .82rem;
      font-weight: 800;
      letter-spacing: .02em;
      margin-bottom: 16px;
    }

    .rd-title {
      max-width: 780px;
      margin: 0 auto 56px;
      text-align: center;
    }

    .rd-title h2,
    .rd-hero-title {
      color: var(--rd-ink);
      letter-spacing: -.058em;
      line-height: 1.03;
      font-weight: 900;
    }

    .rd-title h2 {
      font-size: clamp(2rem, 4.2vw, 3.45rem);
      margin-bottom: 18px;
    }

    .rd-title p {
      color: var(--rd-muted);
      margin: 0;
      font-size: 1.05rem;
    }

    .rd-gradient-text {
      background: var(--rd-gradient);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .rd-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 48px;
      padding: 12px 20px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-weight: 800;
      transition: .22s ease;
      white-space: nowrap;
    }

    .rd-btn-primary {
      color: #fff !important;
      background: var(--rd-gradient);
      box-shadow: 0 18px 40px rgba(82, 81, 237, .28);
    }

    .rd-btn-primary:hover {
      color: #fff !important;
      transform: translateY(-2px);
      box-shadow: 0 24px 52px rgba(82, 81, 237, .38);
    }

    .rd-btn-light {
      color: var(--rd-ink) !important;
      background: rgba(255, 255, 255, .82);
      border-color: rgba(8, 13, 37, .10);
      box-shadow: var(--rd-shadow-sm);
      backdrop-filter: blur(18px);
    }

    .rd-btn-light:hover {
      background: #fff;
      transform: translateY(-2px);
      border-color: rgba(8, 13, 37, .16);
    }

    .rd-btn-outline {
      color: var(--rd-ink) !important;
      background: #fff;
      border-color: var(--rd-border-strong);
    }

    .rd-btn-outline:hover {
      color: var(--rd-primary) !important;
      border-color: rgba(82, 81, 237, .35);
      transform: translateY(-2px);
      box-shadow: var(--rd-shadow-sm);
    }

    /* Navbar */
    .rd-navbar-wrap {
      position: sticky;
      top: 0;
      z-index: 1030;
      padding: 14px 0;
      transition: .24s ease;
    }

    .rd-navbar-wrap.rd-scrolled {
      padding: 8px 0;
      background: rgba(248, 250, 252, .72);
      border-bottom: 1px solid rgba(8, 13, 37, .06);
      backdrop-filter: blur(24px);
    }

    .rd-navbar {
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .74);
      border: 1px solid rgba(255, 255, 255, .82);
      box-shadow: 0 16px 50px rgba(8, 13, 37, .08);
      backdrop-filter: blur(24px);
    }

    .rd-brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 900;
      color: var(--rd-ink) !important;
      letter-spacing: -.04em;
    }

    .rd-brand img {
      width: 124px;
      height: auto;
      display: block;
    }

    .rd-navbar .nav-link {
      color: #475569;
      font-weight: 750;
      font-size: .94rem;
      padding: 9px 13px !important;
      border-radius: 999px;
      transition: .18s ease;
    }

    .rd-navbar .nav-link:hover,
    .rd-navbar .nav-link:focus,
    .rd-navbar .nav-link.show {
      color: var(--rd-primary);
      background: var(--rd-primary-soft);
    }

    .rd-navbar .dropdown-menu {
      min-width: 278px;
      margin-top: 12px;
      padding: 10px;
      border: 1px solid rgba(8, 13, 37, .10);
      border-radius: 22px;
      box-shadow: var(--rd-shadow);
    }

    .rd-navbar .dropdown-item {
      display: flex;
      align-items: center;
      gap: 10px;
      white-space: normal;
      padding: 11px 13px;
      border-radius: 15px;
      color: var(--rd-ink-2);
      font-weight: 700;
    }

    .rd-navbar .dropdown-item:hover,
    .rd-navbar .dropdown-item:focus {
      color: var(--rd-primary);
      background: var(--rd-primary-soft);
    }

    .rd-navbar .navbar-toggler {
      width: 42px;
      height: 42px;
      border: 0;
      border-radius: 999px;
      color: var(--rd-primary);
      background: var(--rd-primary-soft);
      box-shadow: none !important;
    }

    /* Hero */
    .rd-hero {
      min-height: calc(100vh - 92px);
      display: flex;
      align-items: center;
      padding: 76px 0 100px;
      background: var(--rd-hero-bg);
      position: relative;
      overflow: hidden;
    }

    .rd-grid-bg {
      position: absolute;
      inset: 0;
      opacity: .33;
      background-image:
        linear-gradient(rgba(8, 13, 37, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 13, 37, .06) 1px, transparent 1px);
      background-size: 48px 48px;
      mask-image: radial-gradient(circle at top, black 0%, transparent 74%);
      pointer-events: none;
    }

    .rd-hero-content {
      position: relative;
      z-index: 1;
      text-align: center;
    }

    .rd-hero-title {
      font-size: clamp(2.7rem, 7.2vw, 6.05rem);
      margin-bottom: 24px;
    }

    .rd-hero-subtitle {
      max-width: 800px;
      margin: 0 auto 30px;
      color: var(--rd-muted);
      font-size: clamp(1.05rem, 2vw, 1.28rem);
    }

    .rd-hero-actions {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 38px;
    }

    .rd-trust-row {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 18px;
      color: var(--rd-muted);
      font-weight: 700;
      font-size: .94rem;
    }

    .rd-avatar-stack { display: flex; align-items: center; }

    .rd-avatar {
      width: 36px;
      height: 36px;
      margin-left: -10px;
      border-radius: 999px;
      border: 3px solid #fff;
      display: grid;
      place-items: center;
      color: #fff;
      background: var(--rd-gradient);
      font-size: .78rem;
      font-weight: 900;
    }

    .rd-avatar:first-child { margin-left: 0; }

    .rd-dashboard-wrap {
      position: relative;
      z-index: 1;
      margin-top: 62px;
    }

    .rd-dashboard {
      max-width: 1130px;
      margin: 0 auto;
      overflow: hidden;
      border-radius: 32px;
      background: rgba(255, 255, 255, .76);
      border: 1px solid rgba(255, 255, 255, .9);
      box-shadow: var(--rd-shadow-lg);
      backdrop-filter: blur(24px);
    }

    .rd-dashboard-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 15px 18px;
      border-bottom: 1px solid rgba(8, 13, 37, .08);
      background: rgba(255, 255, 255, .74);
    }

    .rd-dots { display: flex; gap: 7px; }
    .rd-dots span {
      width: 12px;
      height: 12px;
      border-radius: 999px;
    }
    .rd-dots span:nth-child(1) { background: #fb7185; }
    .rd-dots span:nth-child(2) { background: #fbbf24; }
    .rd-dots span:nth-child(3) { background: #34d399; }

    .rd-url {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px;
      border-radius: 999px;
      color: var(--rd-muted);
      background: #F8FAFC;
      border: 1px solid rgba(8, 13, 37, .07);
      font-size: .88rem;
      font-weight: 700;
    }

    .rd-dashboard-body {
      display: grid;
      grid-template-columns: 250px minmax(0, 1fr);
      min-height: 528px;
    }

    .rd-sidebar {
      padding: 22px;
      background: rgba(248, 250, 252, .75);
      border-right: 1px solid rgba(8, 13, 37, .08);
    }

    .rd-sidebar-title {
      color: var(--rd-muted);
      font-size: .77rem;
      text-transform: uppercase;
      letter-spacing: .12em;
      font-weight: 900;
      margin-bottom: 13px;
    }

    .rd-sidebar-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 11px 12px;
      border-radius: 15px;
      color: #475569;
      font-weight: 750;
      margin-bottom: 6px;
    }

    .rd-sidebar-item.active {
      color: var(--rd-primary);
      background: #fff;
      box-shadow: 0 10px 22px rgba(8, 13, 37, .06);
    }

    .rd-main {
      padding: 24px;
      background: linear-gradient(180deg, rgba(255,255,255,.8), rgba(248,250,252,.86));
    }

    .rd-metric-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
      margin-bottom: 18px;
    }

    .rd-metric,
    .rd-panel,
    .rd-phone,
    .rd-floating-card {
      border: 1px solid rgba(8, 13, 37, .08);
      background: rgba(255, 255, 255, .88);
      box-shadow: 0 14px 34px rgba(8, 13, 37, .07);
    }

    .rd-metric {
      padding: 18px;
      border-radius: 22px;
    }

    .rd-metric-icon {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      margin-bottom: 14px;
      border-radius: 14px;
      color: var(--rd-primary);
      background: var(--rd-primary-soft);
    }

    .rd-metric h4 {
      margin: 0 0 3px;
      font-size: 1.65rem;
      letter-spacing: -.045em;
      font-weight: 900;
      color: var(--rd-ink);
    }

    .rd-metric p {
      margin: 0;
      color: var(--rd-muted);
      font-size: .9rem;
      font-weight: 700;
    }

    .rd-dashboard-row {
      display: grid;
      grid-template-columns: 1.2fr .8fr;
      gap: 18px;
    }

    .rd-panel {
      border-radius: 22px;
      padding: 22px;
    }

    .rd-panel-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 18px;
    }

    .rd-panel-head h5 {
      margin: 0;
      color: var(--rd-ink);
      font-size: 1rem;
      font-weight: 900;
    }

    .rd-chart {
      display: flex;
      align-items: end;
      gap: 10px;
      height: 190px;
      padding-top: 8px;
    }

    .rd-chart span {
      flex: 1;
      min-width: 14px;
      border-radius: 999px 999px 10px 10px;
      background: linear-gradient(180deg, #5251ED, rgba(30, 200, 255, .7));
    }

    .rd-rent-item {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 13px 0;
      border-bottom: 1px solid rgba(8, 13, 37, .07);
    }

    .rd-rent-item:last-child { border-bottom: 0; }

    .rd-rent-icon {
      width: 38px;
      height: 38px;
      flex: 0 0 auto;
      border-radius: 14px;
      display: grid;
      place-items: center;
      color: #fff;
      background: var(--rd-gradient);
    }

    .rd-rent-item strong {
      display: block;
      color: var(--rd-ink);
      line-height: 1.25;
    }

    .rd-rent-item span {
      color: var(--rd-muted);
      font-size: .86rem;
      font-weight: 650;
    }

    .rd-floating-card {
      position: absolute;
      z-index: 2;
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 15px 16px;
      border-radius: 22px;
      backdrop-filter: blur(20px);
      animation: rdFloat 5.2s ease-in-out infinite;
    }

    .rd-floating-card.one { left: 1%; top: 18%; }
    .rd-floating-card.two { right: 2%; bottom: 12%; animation-delay: -1.6s; }

    .rd-floating-card .icon {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      color: #fff;
      background: var(--rd-gradient);
      flex: 0 0 auto;
    }

    .rd-floating-card strong {
      display: block;
      color: var(--rd-ink);
      line-height: 1.25;
    }

    .rd-floating-card span {
      color: var(--rd-muted);
      font-size: .84rem;
      font-weight: 700;
    }

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

    /* Logo strip */
    .rd-logo-strip {
      padding: 36px 0;
      background: rgba(255,255,255,.72);
      border-top: 1px solid rgba(8,13,37,.06);
      border-bottom: 1px solid rgba(8,13,37,.06);
    }

    .rd-logo-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 16px;
      align-items: center;
    }

    .rd-logo-item {
      min-height: 58px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      border-radius: 18px;
      color: #64748B;
      background: #fff;
      border: 1px solid rgba(8,13,37,.06);
      font-weight: 900;
      letter-spacing: -.03em;
    }

    .rd-logo-item i { color: var(--rd-primary); }

    /* Cards */
    .rd-card {
      height: 100%;
      position: relative;
      padding: 28px;
      border-radius: var(--rd-radius);
      background: rgba(255,255,255,.80);
      border: 1px solid rgba(8,13,37,.08);
      box-shadow: 0 14px 40px rgba(8,13,37,.06);
      transition: .24s ease;
      overflow: hidden;
    }

    .rd-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at top right, rgba(82,81,237,.13), transparent 43%);
      opacity: 0;
      transition: .24s ease;
      pointer-events: none;
    }

    .rd-card:hover {
      transform: translateY(-8px);
      border-color: rgba(82,81,237,.24);
      box-shadow: var(--rd-shadow);
    }

    .rd-card:hover::before { opacity: 1; }

    .rd-card-icon {
      position: relative;
      z-index: 1;
      width: 56px;
      height: 56px;
      display: grid;
      place-items: center;
      margin-bottom: 22px;
      border-radius: 18px;
      color: var(--rd-primary);
      background: var(--rd-primary-soft);
      font-size: 1.35rem;
    }

    .rd-card h3 {
      position: relative;
      z-index: 1;
      color: var(--rd-ink);
      letter-spacing: -.035em;
      font-size: 1.25rem;
      font-weight: 900;
      margin-bottom: 11px;
    }

    .rd-card p {
      position: relative;
      z-index: 1;
      margin: 0;
      color: var(--rd-muted);
    }

    .rd-card-link {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      gap: 7px;
      margin-top: 18px;
      color: var(--rd-primary);
      font-weight: 900;
    }

    /* Stats */
    .rd-stats {
      color: #fff;
      background: var(--rd-ink);
      overflow: hidden;
    }

    .rd-stats::before {
      content: "";
      position: absolute;
      inset: -42% -18% auto;
      height: 520px;
      background: radial-gradient(circle, rgba(82,81,237,.42), transparent 62%);
      pointer-events: none;
    }

    .rd-stat-card {
      position: relative;
      height: 100%;
      padding: 28px;
      border-radius: 24px;
      background: rgba(255,255,255,.075);
      border: 1px solid rgba(255,255,255,.11);
      backdrop-filter: blur(20px);
    }

    .rd-stat-card h3 {
      color: #fff;
      font-size: clamp(2.2rem, 5vw, 3.7rem);
      letter-spacing: -.06em;
      font-weight: 900;
      margin-bottom: 6px;
    }

    .rd-stat-card p {
      margin: 0;
      color: rgba(255,255,255,.68);
      font-weight: 650;
    }

    /* Steps */
    .rd-step {
      height: 100%;
      padding: 30px;
      border-radius: var(--rd-radius);
      background: #fff;
      border: 1px solid var(--rd-border);
      box-shadow: var(--rd-shadow-sm);
    }

    .rd-step-number {
      width: 52px;
      height: 52px;
      display: grid;
      place-items: center;
      border-radius: 18px;
      color: #fff;
      background: var(--rd-gradient);
      font-weight: 900;
      margin-bottom: 22px;
      box-shadow: 0 16px 32px rgba(82,81,237,.24);
    }

    .rd-step h3 {
      color: var(--rd-ink);
      letter-spacing: -.035em;
      font-weight: 900;
      margin-bottom: 10px;
    }

    .rd-step p {
      margin: 0;
      color: var(--rd-muted);
    }

    /* Integrations */
    .rd-integration-panel {
      position: relative;
      padding: 36px;
      border-radius: 32px;
      background: #fff;
      border: 1px solid var(--rd-border);
      box-shadow: var(--rd-shadow);
      overflow: hidden;
    }

    .rd-integration-panel::before {
      content: "";
      position: absolute;
      inset: -120px -80px auto auto;
      width: 310px;
      height: 310px;
      border-radius: 999px;
      background: var(--rd-primary-soft);
      filter: blur(22px);
    }

    .rd-integration-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .rd-integration-item {
      min-height: 76px;
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 16px;
      border-radius: 20px;
      background: rgba(248,250,252,.72);
      border: 1px solid rgba(8,13,37,.08);
      color: var(--rd-ink);
      font-weight: 850;
      transition: .22s ease;
    }

    .rd-integration-item:hover {
      transform: translateY(-5px);
      background: #fff;
      box-shadow: 0 16px 32px rgba(8,13,37,.08);
    }

    .rd-integration-icon {
      width: 42px;
      height: 42px;
      flex: 0 0 auto;
      display: grid;
      place-items: center;
      border-radius: 14px;
      color: var(--rd-primary);
      background: var(--rd-primary-soft);
    }

    /* Pricing */
    .rd-pricing-card {
      height: 100%;
      position: relative;
      overflow: hidden;
      padding: 30px;
      border-radius: 28px;
      border: 1px solid var(--rd-border);
      background: #fff;
      box-shadow: 0 16px 48px rgba(8,13,37,.07);
      transition: .24s ease;
    }

    .rd-pricing-card:hover {
      transform: translateY(-8px);
      box-shadow: var(--rd-shadow);
    }

    .rd-pricing-card.featured {
      color: #fff;
      background: var(--rd-ink);
      border-color: rgba(255,255,255,.12);
      box-shadow: var(--rd-shadow-lg);
    }

    .rd-pricing-card.featured::before {
      content: "";
      position: absolute;
      inset: -30% -30% auto auto;
      width: 320px;
      height: 320px;
      border-radius: 999px;
      background: rgba(82,81,237,.48);
      filter: blur(36px);
    }

    .rd-badge {
      position: relative;
      z-index: 1;
      display: inline-flex;
      padding: 7px 12px;
      border-radius: 999px;
      color: var(--rd-primary);
      background: var(--rd-primary-soft);
      font-weight: 900;
      font-size: .78rem;
      margin-bottom: 16px;
    }

    .rd-pricing-card.featured .rd-badge {
      color: #fff;
      background: rgba(255,255,255,.13);
    }

    .rd-pricing-card h3,
    .rd-price,
    .rd-pricing-card p,
    .rd-feature-list,
    .rd-pricing-card .rd-btn {
      position: relative;
      z-index: 1;
    }

    .rd-pricing-card h3 {
      color: inherit;
      letter-spacing: -.04em;
      font-weight: 900;
      margin-bottom: 10px;
    }

    .rd-pricing-card p {
      color: var(--rd-muted);
      margin-bottom: 22px;
    }

    .rd-pricing-card.featured p {
      color: rgba(255,255,255,.68);
    }

    .rd-price {
      display: flex;
      align-items: end;
      gap: 8px;
      margin-bottom: 22px;
    }

    .rd-price strong {
      font-size: 2.55rem;
      line-height: 1;
      letter-spacing: -.06em;
      font-weight: 900;
    }

    .rd-price span {
      color: var(--rd-muted);
      font-weight: 700;
    }

    .rd-pricing-card.featured .rd-price span {
      color: rgba(255,255,255,.68);
    }

    .rd-feature-list {
      list-style: none;
      padding: 0;
      margin: 0 0 24px;
      display: grid;
      gap: 13px;
    }

    .rd-feature-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: #475569;
      font-weight: 650;
    }

    .rd-pricing-card.featured .rd-feature-list li {
      color: rgba(255,255,255,.80);
    }

    .rd-feature-list i { color: var(--rd-primary); margin-top: 2px; }
    .rd-pricing-card.featured .rd-feature-list i { color: #fff; }

    /* Testimonials */
    .rd-testimonial {
      height: auto;
      padding: 30px;
      border-radius: 28px;
      background: #fff;
      border: 1px solid var(--rd-border);
      box-shadow: var(--rd-shadow-sm);
    }

    .rd-stars {
      display: flex;
      gap: 4px;
      color: #F59E0B;
      margin-bottom: 18px;
    }

    .rd-testimonial p {
      color: var(--rd-ink-2);
      font-size: 1.04rem;
      margin-bottom: 24px;
    }

    .rd-reviewer {
      display: flex;
      align-items: center;
      gap: 13px;
    }

    .rd-reviewer-avatar {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      color: #fff;
      background: var(--rd-gradient);
      font-weight: 900;
    }

    .rd-reviewer strong { display: block; color: var(--rd-ink); line-height: 1.2; }
    .rd-reviewer span { color: var(--rd-muted); font-size: .9rem; font-weight: 650; }

    .rd-swiper-controls {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      margin-top: 28px;
    }

    .rd-swiper-btn {
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      border: 1px solid var(--rd-border);
      border-radius: 999px;
      background: #fff;
      color: var(--rd-ink-2);
      transition: .22s ease;
    }

    .rd-swiper-btn:hover {
      color: #fff;
      background: var(--rd-primary);
      border-color: var(--rd-primary);
    }

    .swiper-pagination-bullet-active { background: var(--rd-primary); }

    /* Documentation */
    .rd-doc-box {
      height: 100%;
      padding: 28px;
      border-radius: 26px;
      background: #fff;
      border: 1px solid var(--rd-border);
      box-shadow: var(--rd-shadow-sm);
    }

    .rd-code {
      border-radius: 24px;
      padding: 24px;
      background: #0F172A;
      color: #DBEAFE;
      overflow: hidden;
      font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
      font-size: .9rem;
      line-height: 1.75;
      box-shadow: var(--rd-shadow);
    }

    .rd-code .comment { color: #64748B; }
    .rd-code .key { color: #93C5FD; }
    .rd-code .string { color: #86EFAC; }

    /* FAQ */
    .rd-accordion .accordion-item {
      margin-bottom: 14px;
      border: 1px solid var(--rd-border);
      border-radius: 20px !important;
      overflow: hidden;
      box-shadow: 0 10px 28px rgba(8,13,37,.05);
    }

    .rd-accordion .accordion-button {
      color: var(--rd-ink);
      font-weight: 900;
      padding: 20px 22px;
      box-shadow: none !important;
    }

    .rd-accordion .accordion-button:not(.collapsed) {
      color: var(--rd-primary);
      background: var(--rd-primary-soft);
    }

    .rd-accordion .accordion-body {
      color: var(--rd-muted);
      padding: 0 22px 22px;
    }

    /* Contact */
    .rd-contact-panel {
      overflow: hidden;
      border-radius: 32px;
      background: #fff;
      border: 1px solid var(--rd-border);
      box-shadow: var(--rd-shadow);
    }

    .rd-contact-info {
      height: 100%;
      padding: 38px;
      color: #fff;
      background: var(--rd-gradient);
      position: relative;
      overflow: hidden;
    }

    .rd-contact-info::before {
      content: "";
      position: absolute;
      right: -100px;
      bottom: -100px;
      width: 260px;
      height: 260px;
      border-radius: 999px;
      background: rgba(255,255,255,.16);
    }

    .rd-contact-info h3,
    .rd-contact-info p,
    .rd-contact-item {
      position: relative;
      z-index: 1;
    }

    .rd-contact-info h3 {
      letter-spacing: -.04em;
      font-weight: 900;
      margin-bottom: 14px;
    }

    .rd-contact-info p {
      color: rgba(255,255,255,.80);
      margin-bottom: 28px;
    }

    .rd-contact-item {
      display: flex;
      align-items: center;
      gap: 13px;
      margin-bottom: 16px;
      font-weight: 800;
    }

    .rd-contact-item i {
      width: 40px;
      height: 40px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      background: rgba(255,255,255,.16);
    }

    .rd-contact-form { padding: 38px; }

    .rd-form-control {
      min-height: 52px;
      padding: 13px 15px;
      border-radius: 15px;
      border: 1px solid rgba(8,13,37,.11);
      background: #F8FAFC;
      font-weight: 650;
      box-shadow: none !important;
    }

    .rd-form-control:focus {
      border-color: rgba(82,81,237,.48);
      background: #fff;
    }

    textarea.rd-form-control {
      min-height: 132px;
      resize: vertical;
    }

    /* CTA */
    .rd-cta-card {
      position: relative;
      overflow: hidden;
      padding: clamp(38px, 7vw, 72px);
      border-radius: 36px;
      color: #fff;
      background: var(--rd-ink);
      box-shadow: var(--rd-shadow-lg);
    }

    .rd-cta-card::before,
    .rd-cta-card::after {
      content: "";
      position: absolute;
      border-radius: 999px;
      pointer-events: none;
    }

    .rd-cta-card::before {
      width: 480px;
      height: 480px;
      right: -160px;
      top: -180px;
      background: rgba(82,81,237,.55);
      filter: blur(42px);
    }

    .rd-cta-card::after {
      width: 320px;
      height: 320px;
      left: -120px;
      bottom: -160px;
      background: rgba(30,200,255,.34);
      filter: blur(42px);
    }

    .rd-cta-content {
      position: relative;
      z-index: 1;
      max-width: 790px;
      margin: 0 auto;
      text-align: center;
    }

    .rd-cta-content h2 {
      font-size: clamp(2rem, 5vw, 4.1rem);
      line-height: 1.04;
      letter-spacing: -.06em;
      font-weight: 900;
      margin-bottom: 18px;
    }

    .rd-cta-content p {
      color: rgba(255,255,255,.74);
      margin-bottom: 28px;
      font-size: 1.08rem;
    }

    /* Footer */
    .rd-footer {
      padding: 78px 0 32px;
      background: #fff;
      border-top: 1px solid rgba(8,13,37,.07);
    }

    .rd-footer-brand p {
      color: var(--rd-muted);
      margin: 18px 0 0;
      max-width: 390px;
    }

    .rd-footer h6 {
      color: var(--rd-ink);
      font-weight: 900;
      margin-bottom: 17px;
    }

    .rd-footer-links {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 10px;
    }

    .rd-footer-links a {
      color: var(--rd-muted);
      font-weight: 650;
      transition: .18s ease;
    }

    .rd-footer-links a:hover { color: var(--rd-primary); }

    .rd-social {
      display: flex;
      gap: 10px;
      margin-top: 20px;
    }

    .rd-social a {
      width: 40px;
      height: 40px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      color: var(--rd-ink-2);
      background: #F8FAFC;
      border: 1px solid rgba(8,13,37,.07);
      transition: .18s ease;
    }

    .rd-social a:hover {
      color: #fff;
      background: var(--rd-primary);
      transform: translateY(-2px);
    }

    .rd-footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 54px;
      padding-top: 24px;
      border-top: 1px solid rgba(8,13,37,.07);
      color: var(--rd-muted);
      font-weight: 650;
      font-size: .94rem;
    }

    .rd-back-to-top {
      position: fixed;
      right: 20px;
      bottom: 20px;
      z-index: 1031;
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      border: 0;
      border-radius: 999px;
      color: #fff;
      background: var(--rd-gradient);
      box-shadow: 0 16px 36px rgba(82,81,237,.28);
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px);
      transition: .22s ease;
    }

    .rd-back-to-top.show {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    @media (max-width: 1199.98px) {
      .rd-floating-card.one { left: 0; }
      .rd-floating-card.two { right: 0; }
    }

    @media (max-width: 991.98px) {
      .rd-section { padding: 84px 0; }
      .rd-hero { min-height: auto; padding: 58px 0 84px; }
      .rd-navbar { border-radius: 24px; }
      .rd-navbar .navbar-collapse { padding-top: 14px; }
      .rd-navbar .dropdown-menu {
        margin-top: 4px;
        border-radius: 16px;
        box-shadow: none;
      }
      .rd-nav-actions {
        display: grid;
        gap: 10px;
        margin-top: 12px;
      }
      .rd-dashboard-body { grid-template-columns: 1fr; }
      .rd-sidebar { display: none; }
      .rd-dashboard-row { grid-template-columns: 1fr; }
      .rd-logo-grid,
      .rd-integration-grid { grid-template-columns: repeat(2, 1fr); }
      .rd-floating-card { display: none; }
    }

    @media (max-width: 767.98px) {
      .rd-navbar-wrap { padding-left: 10px; padding-right: 10px; }
      .rd-brand img { width: 112px; }
      .rd-dashboard-wrap { margin-top: 44px; }
      .rd-dashboard { border-radius: 22px; }
      .rd-dashboard-top {
        align-items: flex-start;
        flex-direction: column;
      }
      .rd-url { width: 100%; justify-content: center; }
      .rd-main { padding: 16px; }
      .rd-metric-grid { grid-template-columns: 1fr; }
      .rd-chart { height: 150px; gap: 6px; }
      .rd-logo-grid,
      .rd-integration-grid { grid-template-columns: 1fr; }
      .rd-integration-panel,
      .rd-contact-info,
      .rd-contact-form { padding: 26px; }
      .rd-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
      }
    }

    @media (max-width: 575.98px) {
      .rd-hero-actions .rd-btn,
      .rd-cta-content .rd-btn { width: 100%; }
      .rd-title { margin-bottom: 38px; }
    }

    /* =========================================================
       2026 Premium UI Upgrade: Navbar, Hero, Pricing Sections
       Primary color: #3bb2fb
       ========================================================= */
    :root {
      --rd-primary: #3bb2fb;
      --rd-primary-dark: #0a8fe7;
      --rd-primary-soft: rgba(59, 178, 251, 0.12);
      --rd-primary-softer: rgba(59, 178, 251, 0.07);
      --rd-cyan: #12d6ff;
      --rd-blue: #0a84ff;
      --rd-indigo: #3157ff;
      --rd-violet: #7b2cff;
      --rd-ink: #0b1023;
      --rd-ink-2: #111827;
      --rd-muted: #64708a;
      --rd-gradient: linear-gradient(135deg, #3bb2fb 0%, #0a84ff 44%, #3157ff 100%);
      --rd-gradient-strong: linear-gradient(135deg, #0ea5ff 0%, #0979f2 48%, #3157ff 100%);
      --rd-glow: 0 24px 80px rgba(59, 178, 251, 0.28);
    }
    body { font-family: "Inter", "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
    .rd-navbar-wrap { position: sticky; top: 0; z-index: 1040; padding: 16px 0; transition: padding .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease; }
    .rd-navbar-wrap.rd-scrolled { padding: 8px 0; background: linear-gradient(90deg, rgba(246, 241, 255, .78), rgba(236, 252, 255, .78)), rgba(255, 255, 255, .72); border-bottom: 1px solid rgba(59, 178, 251, .12); box-shadow: 0 14px 50px rgba(10, 16, 35, .08); backdrop-filter: blur(24px); }
    .rd-navbar { border-radius: 999px; padding: 12px 18px; background: rgba(255, 255, 255, .82); border: 1px solid rgba(255, 255, 255, .88); box-shadow: 0 20px 70px rgba(10, 16, 35, .08); backdrop-filter: blur(28px); }
    .rd-scrolled .rd-navbar { background: rgba(255, 255, 255, .92); border-color: rgba(59, 178, 251, .16); box-shadow: 0 18px 54px rgba(10, 16, 35, .09); }
    .rd-navbar .nav-link { position: relative; color: #3f4a60; font-size: .94rem; font-weight: 800; letter-spacing: -.015em; padding: 10px 14px !important; border-radius: 999px; transition: color .22s ease, background .22s ease, transform .22s ease; }
    .rd-navbar .nav-link:hover, .rd-navbar .nav-link:focus, .rd-navbar .nav-link.show { color: #0788dd; background: rgba(59, 178, 251, .10); transform: translateY(-1px); }
    .rd-navbar .dropdown-menu { margin-top: 14px; padding: 12px; border-radius: 24px; border: 1px solid rgba(10, 16, 35, .10); background: rgba(255, 255, 255, .94); backdrop-filter: blur(24px); box-shadow: 0 28px 80px rgba(10, 16, 35, .14); }
    .rd-navbar .dropdown-item { border-radius: 16px; font-weight: 750; transition: transform .18s ease, background .18s ease, color .18s ease; }
    .rd-navbar .dropdown-item:hover { transform: translateX(3px); color: #0788dd; background: rgba(59, 178, 251, .10); }
    .rd-nav-actions .rd-btn, .rd-navbar .rd-btn { min-height: 46px; padding-inline: 18px; }
    .rd-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 16% 16%, rgba(59, 178, 251, .22), transparent 32%), radial-gradient(circle at 82% 10%, rgba(123, 44, 255, .13), transparent 30%), linear-gradient(135deg, #ffffff 0%, #f8fbff 44%, #eefcff 100%); isolation: isolate; }
    .rd-hero::before, .rd-hero::after { content: ""; position: absolute; z-index: 0; border-radius: 999px; pointer-events: none; filter: blur(24px); opacity: .70; animation: rdHeroFloat 11s ease-in-out infinite; }
    .rd-hero::before { width: 340px; height: 340px; left: -90px; top: 14%; background: rgba(59, 178, 251, .20); }
    .rd-hero::after { width: 420px; height: 420px; right: -120px; bottom: 7%; background: rgba(49, 87, 255, .15); animation-delay: -4s; }
    .rd-grid-bg { opacity: .36; background-image: linear-gradient(rgba(59, 178, 251, .10) 1px, transparent 1px), linear-gradient(90deg, rgba(59, 178, 251, .10) 1px, transparent 1px); animation: rdGridDrift 18s linear infinite; }
    .rd-hero-content { position: relative; z-index: 2; }
    .rd-hero-title { text-wrap: balance; letter-spacing: -.065em; }
    .rd-hero-subtitle { color: #5d6b84; text-wrap: balance; }
    .rd-floating-card { border-color: rgba(59, 178, 251, .18); box-shadow: 0 24px 80px rgba(59, 178, 251, .16); }
    .rd-dashboard { border-color: rgba(59, 178, 251, .16); box-shadow: 0 38px 120px rgba(10, 16, 35, .18), 0 0 0 1px rgba(255,255,255,.6) inset; }
    @keyframes rdHeroFloat { 0%, 100% { transform: translate3d(0, 0, 0) scale(1); } 50% { transform: translate3d(26px, -22px, 0) scale(1.05); } }
    @keyframes rdGridDrift { from { background-position: 0 0, 0 0; } to { background-position: 48px 48px, 48px 48px; } }
    .rd-pricing-2026 { padding: 112px 0; position: relative; overflow: hidden; }
    .rd-pricing-2026::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 12% 18%, rgba(59, 178, 251, .15), transparent 30%), radial-gradient(circle at 84% 26%, rgba(49, 87, 255, .10), transparent 34%); }
    .rd-pricing-2026 .container { position: relative; z-index: 1; }
    .rd-pricing-kicker { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 8px 16px; border-radius: 999px; color: #0588de; background: rgba(59, 178, 251, .12); border: 1px solid rgba(59, 178, 251, .25); font-size: .82rem; font-weight: 900; box-shadow: 0 12px 30px rgba(59, 178, 251, .12); }
    .rd-pricing-head { max-width: 820px; margin: 0 auto 54px; text-align: center; }
    .rd-pricing-head h2 { margin: 18px 0 14px; color: var(--rd-ink); font-size: clamp(2.15rem, 4.8vw, 4.1rem); line-height: 1.02; letter-spacing: -.07em; font-weight: 950; text-wrap: balance; }
    .rd-pricing-head p { margin: 0 auto; max-width: 720px; color: #64708a; font-size: 1.06rem; font-weight: 500; text-wrap: balance; }
    .rd-modern-card { position: relative; height: 100%; padding: 30px; border-radius: 30px; background: rgba(255,255,255,.88); border: 1px solid rgba(10,16,35,.10); box-shadow: 0 20px 70px rgba(10,16,35,.07); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; overflow: hidden; }
    .rd-modern-card:hover { transform: translateY(-8px); border-color: rgba(59,178,251,.30); box-shadow: 0 30px 90px rgba(10,16,35,.11); }
    .rd-modern-card.is-blue { color: #fff; background: linear-gradient(145deg, #12aef8 0%, #087ff0 55%, #3157ff 100%); border-color: rgba(255,255,255,.12); box-shadow: 0 30px 100px rgba(59,178,251,.34); }
    .rd-modern-card.is-dark { color: #fff; background: linear-gradient(135deg, rgba(59,178,251,.16), transparent 45%), linear-gradient(145deg, #08243c 0%, #06162d 55%, #071126 100%); border-color: rgba(255,255,255,.10); box-shadow: 0 30px 100px rgba(6, 22, 45, .30); }
    .rd-modern-card.is-blue::before, .rd-modern-card.is-dark::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 32px 32px; pointer-events: none; }
    .rd-card-ribbon { position: absolute; top: 0; right: 0; width: 96px; height: 96px; overflow: hidden; pointer-events: none; }
    .rd-card-ribbon span { position: absolute; top: 20px; right: -34px; width: 142px; padding: 7px 0; text-align: center; color: #fff; background: linear-gradient(135deg, #3bb2fb, #3157ff); font-size: .68rem; font-weight: 900; transform: rotate(45deg); box-shadow: 0 12px 34px rgba(0,0,0,.16); }
    .rd-plan-name { position: relative; z-index: 1; margin: 0 0 18px; color: inherit; font-size: 1.08rem; font-weight: 950; letter-spacing: -.035em; }
    .rd-price-line { position: relative; z-index: 1; display: flex; align-items: end; gap: 9px; margin-bottom: 12px; flex-wrap: wrap; }
    .rd-price-line .old { color: #f00657; font-size: 1.12rem; font-weight: 950; text-decoration: line-through; }
    .rd-modern-card.is-dark .rd-price-line .old, .rd-modern-card.is-blue .rd-price-line .old { color: rgba(255,255,255,.62); }
    .rd-price-line .price { color: #0788de; font-size: clamp(2.15rem, 4vw, 3.1rem); line-height: .9; letter-spacing: -.07em; font-weight: 950; }
    .rd-modern-card.is-blue .price, .rd-modern-card.is-dark .price { color: #fff; }
    .rd-price-line .period { color: #667189; font-weight: 850; padding-bottom: 4px; }
    .rd-modern-card.is-blue .period, .rd-modern-card.is-dark .period { color: rgba(255,255,255,.86); }
    .rd-plan-desc { position: relative; z-index: 1; margin: 0 0 26px; color: #62708a; font-weight: 500; }
    .rd-modern-card.is-blue .rd-plan-desc, .rd-modern-card.is-dark .rd-plan-desc { color: rgba(255,255,255,.78); }
    .rd-check-list { position: relative; z-index: 1; list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 14px; }
    .rd-check-list li { display: flex; align-items: flex-start; gap: 11px; color: #5d6880; font-weight: 800; line-height: 1.45; }
    .rd-modern-card.is-blue .rd-check-list li, .rd-modern-card.is-dark .rd-check-list li { color: rgba(255,255,255,.88); }
    .rd-check-list i { width: 20px; height: 20px; flex: 0 0 20px; display: grid; place-items: center; margin-top: 1px; border-radius: 999px; color: #0796eb; background: rgba(59,178,251,.13); font-size: .78rem; }
    .rd-check-list .muted i { color: #9aa4b6; background: rgba(148,163,184,.16); }
    .rd-check-list .muted { color: #64708a; opacity: .88; }
    .rd-modern-card.is-blue .rd-check-list i { color: #0b86e7; background: #fff; }
    .rd-modern-card.is-dark .rd-check-list i { color: #fff; background: rgba(255,255,255,.18); }
    .rd-modern-card.is-blue .rd-check-list .muted, .rd-modern-card.is-dark .rd-check-list .muted { color: rgba(255,255,255,.52); }
    .rd-package-section { background: linear-gradient(135deg, #eefbff 0%, #f8fbff 44%, #f5f8ff 100%); }
    .rd-license-section { background: #fff; }
    .rd-license-grid { max-width: 1080px; margin: 0 auto; }
    .rd-package-card { min-height: 100%; }
    .rd-card-action { position: relative; z-index: 1; width: 100%; min-height: 52px; margin-top: auto; border-radius: 999px; border: 1px solid rgba(10,16,35,.10); background: #fff; color: var(--rd-ink) !important; font-weight: 950; display: inline-flex; align-items: center; justify-content: center; gap: 10px; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease; }
    .rd-card-action:hover { transform: translateY(-2px); color: #0788de !important; box-shadow: 0 16px 38px rgba(10,16,35,.10); }
    .rd-modern-card.is-blue .rd-card-action, .rd-modern-card.is-dark .rd-card-action { border-color: rgba(255,255,255,.16); background: #fff; color: #0788de !important; }
    .rd-modern-card.is-blue .rd-card-action:hover, .rd-modern-card.is-dark .rd-card-action:hover { background: rgba(255,255,255,.92); box-shadow: 0 18px 46px rgba(0,0,0,.18); }
    .rd-addon-section { background: radial-gradient(circle at 15% 18%, rgba(59,178,251,.16), transparent 30%), radial-gradient(circle at 82% 14%, rgba(49,87,255,.11), transparent 33%), linear-gradient(180deg, #f8fbff 0%, #ffffff 100%); }
    .rd-addon-card { padding: 26px; border-radius: 28px; background: rgba(255,255,255,.86); border: 1px solid rgba(10,16,35,.09); box-shadow: 0 18px 60px rgba(10,16,35,.07); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; height: 100%; }
    .rd-addon-card:hover { transform: translateY(-7px); border-color: rgba(59,178,251,.28); box-shadow: 0 28px 80px rgba(59,178,251,.13); }
    .rd-addon-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; color: #0788de; background: rgba(59,178,251,.12); font-size: 1.35rem; margin-bottom: 18px; }
    .rd-addon-card h3 { margin: 0 0 10px; color: var(--rd-ink); font-size: 1.18rem; font-weight: 950; letter-spacing: -.035em; }
    .rd-addon-card p { margin: 0 0 18px; color: #64708a; }
    .rd-addon-price { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 16px; border-top: 1px solid rgba(10,16,35,.08); font-weight: 900; }
    .rd-addon-price strong { color: #0788de; font-size: 1.45rem; letter-spacing: -.04em; }
    .rd-addon-price span { color: #64708a; font-size: .9rem; }
    @media (max-width: 991.98px) { .rd-navbar { border-radius: 26px; } .rd-pricing-2026 { padding: 84px 0; } }
    @media (max-width: 767.98px) { .rd-pricing-head { margin-bottom: 36px; } .rd-modern-card { padding: 26px; border-radius: 26px; } .rd-price-line .price { font-size: 2.45rem; } }
    @media (prefers-reduced-motion: reduce) { .rd-hero::before, .rd-hero::after, .rd-grid-bg { animation: none !important; } }


    /* =========================================================
       Rentdo Rental Hero + Contact + Footer Upgrade
       Lightweight animated rental icons, WhatsApp form, footer info
       ========================================================= */
    .rd-hero {
      position: relative;
      isolation: isolate;
      overflow: hidden;
    }

    .rd-rental-animation {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      overflow: hidden;
    }

    .rd-rental-animation::before {
      content: "";
      position: absolute;
      inset: 8% 6% auto;
      height: 440px;
      border-radius: 999px;
      background:
        radial-gradient(circle at 28% 30%, rgba(59, 178, 251, .22), transparent 34%),
        radial-gradient(circle at 76% 22%, rgba(82, 81, 237, .16), transparent 34%);
      filter: blur(34px);
      opacity: .72;
      animation: rdRentalGlow 9s ease-in-out infinite alternate;
    }

    .rd-rental-icon {
      position: absolute;
      width: var(--size, 44px);
      height: var(--size, 44px);
      display: grid;
      place-items: center;
      border-radius: 18px;
      color: #0788de;
      background: rgba(255, 255, 255, .74);
      border: 1px solid rgba(59, 178, 251, .20);
      box-shadow: 0 18px 50px rgba(59, 178, 251, .16);
      backdrop-filter: blur(18px);
      opacity: .86;
      transform: translate3d(0, 0, 0);
      animation: rdRentalFloat var(--duration, 9s) ease-in-out infinite;
      animation-delay: var(--delay, 0s);
    }

    .rd-rental-icon i {
      font-size: calc(var(--size, 44px) * .42);
      line-height: 1;
    }

    .rd-rental-icon.is-blue {
      color: #fff;
      background: linear-gradient(135deg, rgba(59,178,251,.92), rgba(49,87,255,.92));
      border-color: rgba(255,255,255,.22);
    }

    .rd-rental-icon.is-soft {
      color: #3157ff;
      background: rgba(238, 247, 255, .78);
    }

    .rd-rental-line {
      position: absolute;
      width: 180px;
      height: 180px;
      border: 1px solid rgba(59,178,251,.18);
      border-radius: 999px;
      animation: rdRentalPulse 8s ease-in-out infinite;
      pointer-events: none;
      opacity: .55;
    }

    .rd-rental-line.one { left: 8%; top: 28%; }
    .rd-rental-line.two { right: 9%; top: 20%; animation-delay: -3s; }
    .rd-rental-line.three { right: 22%; bottom: 12%; width: 120px; height: 120px; animation-delay: -5s; }

    .rd-hero-content {
      position: relative;
      z-index: 3;
    }

    .rd-hero .rd-eyebrow {
      box-shadow: 0 14px 36px rgba(59,178,251,.14);
    }

    .rd-hero-title {
      text-shadow: 0 1px 0 rgba(255,255,255,.5);
    }

    .rd-hero-subtitle {
      max-width: 840px;
    }

    .rd-hero-rental-pills {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
      margin: -14px 0 30px;
    }

    .rd-rental-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 13px;
      border-radius: 999px;
      color: #44506a;
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(59,178,251,.14);
      box-shadow: 0 10px 28px rgba(10,16,35,.05);
      backdrop-filter: blur(18px);
      font-size: .88rem;
      font-weight: 800;
    }

    .rd-rental-pill i {
      color: #0788de;
    }

    @keyframes rdRentalFloat {
      0%, 100% {
        transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
      }
      45% {
        transform: translate3d(var(--move-x, 18px), var(--move-y, -26px), 0) rotate(var(--rotate, 5deg)) scale(1.04);
      }
      70% {
        transform: translate3d(calc(var(--move-x, 18px) * -.35), calc(var(--move-y, -26px) * .45), 0) rotate(calc(var(--rotate, 5deg) * -1));
      }
    }

    @keyframes rdRentalGlow {
      from { transform: translateY(0) scale(1); opacity: .62; }
      to { transform: translateY(-18px) scale(1.04); opacity: .88; }
    }

    @keyframes rdRentalPulse {
      0%, 100% { transform: scale(.82); opacity: .22; }
      50% { transform: scale(1.15); opacity: .58; }
    }

    /* Contact redesign */
    .rd-contact-panel.rd-contact-upgrade {
      position: relative;
      overflow: hidden;
      border-radius: 36px;
      background:
        linear-gradient(135deg, rgba(255,255,255,.92), rgba(247,252,255,.88));
      border: 1px solid rgba(59,178,251,.18);
      box-shadow: 0 30px 100px rgba(10, 16, 35, .12);
    }

    .rd-contact-panel.rd-contact-upgrade::before {
      content: "";
      position: absolute;
      width: 520px;
      height: 520px;
      right: -220px;
      top: -240px;
      border-radius: 999px;
      background: rgba(59,178,251,.18);
      filter: blur(26px);
      pointer-events: none;
    }

    .rd-contact-panel.rd-contact-upgrade::after {
      content: "";
      position: absolute;
      width: 330px;
      height: 330px;
      left: -160px;
      bottom: -180px;
      border-radius: 999px;
      background: rgba(49,87,255,.10);
      filter: blur(24px);
      pointer-events: none;
    }

    .rd-contact-info.rd-contact-info-upgrade {
      position: relative;
      overflow: hidden;
      min-height: 100%;
      padding: 42px;
      background:
        radial-gradient(circle at 18% 12%, rgba(255,255,255,.22), transparent 34%),
        linear-gradient(145deg, #12aef8 0%, #0788de 48%, #3157ff 100%);
    }

    .rd-contact-info.rd-contact-info-upgrade::before {
      right: -80px;
      bottom: -110px;
      width: 300px;
      height: 300px;
      background: rgba(255,255,255,.15);
    }

    .rd-contact-info.rd-contact-info-upgrade::after {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
      background-size: 34px 34px;
      pointer-events: none;
      opacity: .55;
    }

    .rd-contact-mini-card {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: flex-start;
      gap: 13px;
      padding: 15px;
      margin-top: 14px;
      border-radius: 20px;
      color: #fff;
      background: rgba(255,255,255,.13);
      border: 1px solid rgba(255,255,255,.16);
      backdrop-filter: blur(18px);
    }

    .rd-contact-mini-card i {
      width: 42px;
      height: 42px;
      flex: 0 0 auto;
      display: grid;
      place-items: center;
      border-radius: 15px;
      background: rgba(255,255,255,.15);
      font-size: 1.1rem;
    }

    .rd-contact-mini-card strong {
      display: block;
      line-height: 1.25;
      margin-bottom: 2px;
    }

    .rd-contact-mini-card a,
    .rd-contact-mini-card span {
      color: rgba(255,255,255,.82);
      font-weight: 650;
    }

    .rd-contact-form.rd-contact-form-upgrade {
      position: relative;
      z-index: 2;
      padding: 42px;
      background: rgba(255,255,255,.72);
      backdrop-filter: blur(22px);
    }

    .rd-form-control {
      transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
    }

    .rd-form-control:focus {
      transform: translateY(-1px);
      box-shadow: 0 14px 30px rgba(59,178,251,.12) !important;
    }

    .rd-whatsapp-note {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      padding: 14px 16px;
      border-radius: 18px;
      color: #146c43;
      background: rgba(34,197,94,.10);
      border: 1px solid rgba(34,197,94,.18);
      font-weight: 700;
      font-size: .92rem;
    }

    .rd-whatsapp-note i {
      color: #22c55e;
      font-size: 1.08rem;
      margin-top: 1px;
    }

    .rd-footer-contact-card {
      display: grid;
      gap: 12px;
    }

    .rd-footer-contact-card a,
    .rd-footer-contact-card span {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: var(--rd-muted);
      font-weight: 650;
      line-height: 1.45;
    }

    .rd-footer-contact-card i {
      color: var(--rd-primary);
      margin-top: 3px;
    }

    @media (max-width: 991.98px) {
      .rd-rental-icon {
        opacity: .48;
      }

      .rd-rental-line {
        display: none;
      }
    }

    @media (max-width: 767.98px) {
      .rd-rental-animation::before {
        inset: 12% 0 auto;
        height: 360px;
      }

      .rd-rental-icon {
        --size: 36px;
        opacity: .36;
      }

      .rd-hero-rental-pills {
        margin-top: -8px;
      }

      .rd-contact-info.rd-contact-info-upgrade,
      .rd-contact-form.rd-contact-form-upgrade {
        padding: 28px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .rd-rental-icon,
      .rd-rental-line,
      .rd-rental-animation::before {
        animation: none !important;
      }
    }


    /* =========================================================
       FINAL FIX: Perfect Fixed Sticky Navbar + Full Page Rental Animation + Dark Mode
       ========================================================= */

    html {
      scroll-padding-top: 104px;
    }

    body {
      padding-top: 0;
      transition: background .28s ease, color .28s ease;
    }

    /* Fixed sticky navbar that will not disappear because of parent overflow */
    .rd-navbar-wrap {
      position: fixed !important;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 9999;
      padding: 16px 16px;
      background: transparent;
      border-bottom: 1px solid transparent;
      transform: translateY(0);
      transition:
        padding .28s ease,
        background .28s ease,
        border-color .28s ease,
        box-shadow .28s ease,
        transform .28s ease;
    }

    .rd-navbar-wrap.rd-scrolled {
      padding: 8px 16px;
      background: rgba(248, 252, 255, .74);
      border-bottom-color: rgba(59, 178, 251, .14);
      box-shadow: 0 16px 54px rgba(10, 16, 35, .08);
      backdrop-filter: blur(24px);
      -webkit-backdrop-filter: blur(24px);
    }

    .rd-navbar {
      max-width: 1320px;
      margin: 0 auto;
      border-radius: 999px;
      background: rgba(255, 255, 255, .88);
      border: 1px solid rgba(255, 255, 255, .94);
      box-shadow: 0 18px 64px rgba(10, 16, 35, .09);
      backdrop-filter: blur(28px);
      -webkit-backdrop-filter: blur(28px);
    }

    .rd-scrolled .rd-navbar {
      background: rgba(255, 255, 255, .94);
      border-color: rgba(59, 178, 251, .18);
      box-shadow: 0 18px 58px rgba(10, 16, 35, .11);
    }

    .rd-hero {
      padding-top: 148px !important;
    }

    .rd-theme-toggle {
      width: 46px;
      height: 46px;
      border: 1px solid rgba(10,16,35,.10);
      border-radius: 999px;
      display: inline-grid;
      place-items: center;
      color: #0788de;
      background: rgba(255,255,255,.84);
      box-shadow: 0 14px 34px rgba(10,16,35,.08);
      transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
    }

    .rd-theme-toggle:hover {
      transform: translateY(-2px) rotate(8deg);
      color: #fff;
      background: linear-gradient(135deg, #3bb2fb, #3157ff);
      box-shadow: 0 18px 44px rgba(59,178,251,.24);
    }

    /* Beautiful page-wide animated rental layer */
    .rd-global-rental-animation {
      position: fixed;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      overflow: hidden;
      opacity: .72;
      contain: layout paint style;
    }

    .rd-global-rental-animation .rd-global-orb {
      position: absolute;
      width: var(--g-size, 42px);
      height: var(--g-size, 42px);
      display: grid;
      place-items: center;
      border-radius: 18px;
      color: #0788de;
      background: rgba(255,255,255,.58);
      border: 1px solid rgba(59,178,251,.15);
      box-shadow: 0 18px 44px rgba(59,178,251,.13);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      opacity: var(--g-opacity, .48);
      animation:
        rdGlobalFloat var(--g-duration, 18s) ease-in-out infinite,
        rdGlobalDrift var(--g-drift, 28s) linear infinite;
      animation-delay: var(--g-delay, 0s);
      will-change: transform;
    }

    .rd-global-rental-animation .rd-global-orb i {
      font-size: calc(var(--g-size, 42px) * .42);
    }

    .rd-global-rental-animation .rd-global-orb.is-strong {
      color: #fff;
      background: linear-gradient(135deg, rgba(59,178,251,.82), rgba(49,87,255,.86));
      border-color: rgba(255,255,255,.20);
      opacity: .62;
    }

    .rd-global-rental-animation .rd-global-orb.is-tiny {
      border-radius: 999px;
      opacity: .32;
    }

    .rd-global-wave {
      position: fixed;
      z-index: 0;
      pointer-events: none;
      inset: auto -10% 0 -10%;
      height: 340px;
      background:
        radial-gradient(circle at 25% 30%, rgba(59,178,251,.16), transparent 30%),
        radial-gradient(circle at 72% 36%, rgba(49,87,255,.12), transparent 34%);
      filter: blur(36px);
      opacity: .68;
      animation: rdWaveMove 10s ease-in-out infinite alternate;
    }

    .rd-page > main,
    .rd-page > footer {
      position: relative;
      z-index: 1;
    }

    @keyframes rdGlobalFloat {
      0%, 100% {
        transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
      }
      35% {
        transform: translate3d(var(--g-x, 22px), var(--g-y, -30px), 0) rotate(var(--g-r, 8deg)) scale(1.06);
      }
      70% {
        transform: translate3d(calc(var(--g-x, 22px) * -.55), calc(var(--g-y, -30px) * .6), 0) rotate(calc(var(--g-r, 8deg) * -1)) scale(.98);
      }
    }

    @keyframes rdGlobalDrift {
      from { margin-top: 0; }
      50% { margin-top: -18px; }
      to { margin-top: 0; }
    }

    @keyframes rdWaveMove {
      from { transform: translateY(20px) scale(1); opacity: .52; }
      to { transform: translateY(-28px) scale(1.04); opacity: .82; }
    }

    /* Better section motion and hover polish */
    .rd-card,
    .rd-modern-card,
    .rd-addon-card,
    .rd-step,
    .rd-doc-box,
    .rd-testimonial,
    .rd-contact-panel,
    .rd-dashboard {
      transition:
        transform .28s cubic-bezier(.2,.8,.2,1),
        box-shadow .28s cubic-bezier(.2,.8,.2,1),
        border-color .28s ease,
        background .28s ease;
    }

    .rd-card:hover,
    .rd-step:hover,
    .rd-doc-box:hover,
    .rd-testimonial:hover {
      transform: translateY(-8px) scale(1.01);
      border-color: rgba(59,178,251,.26);
      box-shadow: 0 28px 90px rgba(10,16,35,.12);
    }

    .rd-btn,
    .rd-card-action {
      position: relative;
      overflow: hidden;
    }

    .rd-btn::after,
    .rd-card-action::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.34) 45%, transparent 70%);
      transform: translateX(-130%);
      transition: transform .55s ease;
      pointer-events: none;
    }

    .rd-btn:hover::after,
    .rd-card-action:hover::after {
      transform: translateX(130%);
    }

    .rd-dashboard {
      animation: rdDashboardLift 7s ease-in-out infinite;
      will-change: transform;
    }

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

    /* Dark mode */
    body.rd-dark-mode {
      color: #dbe7ff;
      background: #060b18;
    }

    body.rd-dark-mode .rd-page {
      background:
        radial-gradient(circle at 10% 10%, rgba(59,178,251,.13), transparent 28%),
        radial-gradient(circle at 86% 18%, rgba(49,87,255,.13), transparent 30%),
        #060b18;
    }

    body.rd-dark-mode .rd-navbar-wrap.rd-scrolled {
      background: rgba(5, 10, 24, .76);
      border-bottom-color: rgba(59,178,251,.18);
    }

    body.rd-dark-mode .rd-navbar {
      background: rgba(9, 16, 35, .86);
      border-color: rgba(255,255,255,.10);
      box-shadow: 0 20px 70px rgba(0,0,0,.28);
    }

    body.rd-dark-mode .rd-navbar .nav-link,
    body.rd-dark-mode .rd-footer-links a,
    body.rd-dark-mode .rd-footer-contact-card a,
    body.rd-dark-mode .rd-footer-contact-card span {
      color: #b8c4dc;
    }

    body.rd-dark-mode .rd-navbar .nav-link:hover,
    body.rd-dark-mode .rd-navbar .nav-link.show,
    body.rd-dark-mode .rd-footer-links a:hover {
      color: #74caff;
      background: rgba(59,178,251,.12);
    }

    body.rd-dark-mode .rd-navbar .dropdown-menu {
      background: rgba(9, 16, 35, .96);
      border-color: rgba(255,255,255,.10);
    }

    body.rd-dark-mode .rd-navbar .dropdown-item {
      color: #cbd7ee;
    }

    body.rd-dark-mode .rd-navbar .dropdown-item:hover {
      color: #74caff;
      background: rgba(59,178,251,.12);
    }

    body.rd-dark-mode .rd-theme-toggle {
      color: #facc15;
      background: rgba(255,255,255,.08);
      border-color: rgba(255,255,255,.12);
    }

    body.rd-dark-mode .rd-hero,
    body.rd-dark-mode .rd-package-section,
    body.rd-dark-mode .rd-addon-section,
    body.rd-dark-mode .rd-license-section,
    body.rd-dark-mode .bg-white {
      background:
        radial-gradient(circle at 18% 12%, rgba(59,178,251,.14), transparent 32%),
        radial-gradient(circle at 78% 10%, rgba(49,87,255,.12), transparent 34%),
        linear-gradient(180deg, #070d1d 0%, #081123 100%) !important;
    }

    body.rd-dark-mode .rd-title h2,
    body.rd-dark-mode .rd-hero-title,
    body.rd-dark-mode .rd-card h3,
    body.rd-dark-mode .rd-step h3,
    body.rd-dark-mode .rd-doc-box h4,
    body.rd-dark-mode .rd-pricing-head h2,
    body.rd-dark-mode .rd-addon-card h3,
    body.rd-dark-mode .rd-footer h6,
    body.rd-dark-mode .rd-brand,
    body.rd-dark-mode .rd-panel-head h5,
    body.rd-dark-mode .rd-metric h4,
    body.rd-dark-mode .rd-rent-item strong {
      color: #f8fbff !important;
    }

    body.rd-dark-mode .rd-title p,
    body.rd-dark-mode .rd-hero-subtitle,
    body.rd-dark-mode .rd-card p,
    body.rd-dark-mode .rd-step p,
    body.rd-dark-mode .rd-doc-box p,
    body.rd-dark-mode .rd-pricing-head p,
    body.rd-dark-mode .rd-plan-desc,
    body.rd-dark-mode .rd-addon-card p,
    body.rd-dark-mode .rd-footer-brand p,
    body.rd-dark-mode .text-secondary,
    body.rd-dark-mode .rd-feature-list li,
    body.rd-dark-mode .rd-check-list li {
      color: #aebbd3 !important;
    }

    body.rd-dark-mode .rd-card,
    body.rd-dark-mode .rd-step,
    body.rd-dark-mode .rd-doc-box,
    body.rd-dark-mode .rd-testimonial,
    body.rd-dark-mode .rd-modern-card:not(.is-blue):not(.is-dark),
    body.rd-dark-mode .rd-addon-card,
    body.rd-dark-mode .rd-contact-panel.rd-contact-upgrade,
    body.rd-dark-mode .rd-dashboard,
    body.rd-dark-mode .rd-panel,
    body.rd-dark-mode .rd-metric,
    body.rd-dark-mode .rd-logo-item,
    body.rd-dark-mode .rd-integration-panel,
    body.rd-dark-mode .rd-integration-item {
      background: rgba(12, 22, 45, .82) !important;
      border-color: rgba(255,255,255,.10) !important;
      box-shadow: 0 24px 80px rgba(0,0,0,.24);
    }

    body.rd-dark-mode .rd-contact-form.rd-contact-form-upgrade {
      background: rgba(7, 13, 29, .72);
    }

    body.rd-dark-mode .rd-form-control {
      color: #eaf3ff;
      background: rgba(255,255,255,.06);
      border-color: rgba(255,255,255,.12);
    }

    body.rd-dark-mode .rd-form-control::placeholder {
      color: #8796b1;
    }

    body.rd-dark-mode .rd-footer {
      background: #070d1d;
      border-top-color: rgba(255,255,255,.09);
    }

    body.rd-dark-mode .rd-footer-bottom {
      border-top-color: rgba(255,255,255,.09);
      color: #aebbd3;
    }

    body.rd-dark-mode .rd-global-rental-animation .rd-global-orb,
    body.rd-dark-mode .rd-rental-icon,
    body.rd-dark-mode .rd-rental-pill {
      background: rgba(10, 20, 42, .70);
      border-color: rgba(59,178,251,.20);
      color: #74caff;
    }

    @media (max-width: 991.98px) {
      .rd-navbar-wrap {
        padding: 10px;
      }

      .rd-navbar-wrap.rd-scrolled {
        padding: 8px 10px;
      }

      .rd-navbar {
        border-radius: 26px;
      }

      .rd-nav-actions {
        grid-template-columns: 1fr 1fr auto;
        align-items: center;
      }

      .rd-hero {
        padding-top: 132px !important;
      }
    }

    @media (max-width: 575.98px) {
      .rd-navbar {
        padding: 10px 12px;
      }

      .rd-nav-actions {
        grid-template-columns: 1fr;
      }

      .rd-theme-toggle {
        width: 100%;
      }

      .rd-hero {
        padding-top: 122px !important;
      }

      .rd-global-rental-animation {
        opacity: .42;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .rd-global-rental-animation .rd-global-orb,
      .rd-global-wave,
      .rd-dashboard {
        animation: none !important;
      }
    }


    /* =========================================================
       Logo Color Matched Redesign: Pricing, Setup, Documentation
       Brand primary restored to Rentdo logo purple: #5251ED
       ========================================================= */
    :root {
      --rd-primary: #5251ED;
      --rd-primary-dark: #3737D8;
      --rd-primary-soft: rgba(82, 81, 237, 0.11);
      --rd-primary-softer: rgba(82, 81, 237, 0.06);
      --rd-violet: #7B2CFF;
      --rd-cyan: #16C8FF;
      --rd-logo-gradient: linear-gradient(135deg, #5251ED 0%, #6D5BFF 48%, #16C8FF 100%);
      --rd-logo-gradient-dark: linear-gradient(145deg, #0B1028 0%, #111A45 52%, #3737D8 100%);
      --rd-logo-glow: 0 28px 90px rgba(82, 81, 237, .24);
    }

    .rd-btn-primary,
    .rd-brand-icon,
    .rd-metric-icon + h4::selection,
    .rd-task-check,
    .rd-rent-icon,
    .rd-contact-info.rd-contact-info-upgrade,
    .rd-back-to-top,
    .rd-step-number {
      background: var(--rd-logo-gradient) !important;
    }

    .rd-eyebrow,
    .rd-pricing-kicker {
      color: #5251ED !important;
      background: rgba(82, 81, 237, .10) !important;
      border-color: rgba(82, 81, 237, .22) !important;
      box-shadow: 0 14px 34px rgba(82, 81, 237, .10);
    }

    .rd-gradient-text,
    .rd-price-line .price,
    .rd-addon-price strong {
      background: var(--rd-logo-gradient);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent !important;
    }

    /* Section background: logo matched, premium, not plain blue */
    .rd-license-section,
    .rd-package-section,
    #docs {
      position: relative;
      background:
        radial-gradient(circle at 12% 10%, rgba(82, 81, 237, .12), transparent 30%),
        radial-gradient(circle at 88% 14%, rgba(22, 200, 255, .10), transparent 32%),
        radial-gradient(circle at 50% 100%, rgba(109, 91, 255, .08), transparent 40%),
        linear-gradient(180deg, #FFFFFF 0%, #F8F7FF 48%, #F4FBFF 100%) !important;
      overflow: hidden;
    }

    .rd-license-section::after,
    .rd-package-section::after,
    #docs::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: .28;
      background-image:
        linear-gradient(rgba(82, 81, 237, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(82, 81, 237, .08) 1px, transparent 1px);
      background-size: 46px 46px;
      mask-image: radial-gradient(circle at center, black 0%, transparent 72%);
    }

    .rd-license-section .container,
    .rd-package-section .container,
    #docs .container {
      position: relative;
      z-index: 2;
    }

    .rd-pricing-head h2 {
      color: #0B1028;
      letter-spacing: -.075em;
    }

    .rd-pricing-head p {
      color: #667085;
    }

    /* New premium card skin */
    .rd-modern-card {
      padding: 32px !important;
      border-radius: 32px !important;
      background:
        linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.82)),
        radial-gradient(circle at 0% 0%, rgba(82,81,237,.10), transparent 36%) !important;
      border: 1px solid rgba(82, 81, 237, .14) !important;
      box-shadow:
        0 24px 80px rgba(12, 18, 38, .08),
        inset 0 1px 0 rgba(255,255,255,.70) !important;
    }

    .rd-modern-card::after {
      content: "";
      position: absolute;
      inset: 1px;
      border-radius: 31px;
      pointer-events: none;
      background:
        linear-gradient(135deg, rgba(82,81,237,.12), transparent 36%, rgba(22,200,255,.10));
      opacity: 0;
      transition: opacity .28s ease;
    }

    .rd-modern-card:hover {
      transform: translateY(-10px) scale(1.01);
      border-color: rgba(82, 81, 237, .30) !important;
      box-shadow:
        0 34px 100px rgba(82, 81, 237, .15),
        inset 0 1px 0 rgba(255,255,255,.72) !important;
    }

    .rd-modern-card:hover::after {
      opacity: 1;
    }

    .rd-modern-card.is-dark {
      background:
        radial-gradient(circle at 16% 12%, rgba(82,81,237,.34), transparent 34%),
        radial-gradient(circle at 86% 16%, rgba(22,200,255,.20), transparent 32%),
        linear-gradient(145deg, #080D25 0%, #121A49 50%, #3737D8 100%) !important;
      border-color: rgba(255,255,255,.13) !important;
      box-shadow: 0 36px 110px rgba(82, 81, 237, .28) !important;
    }

    .rd-modern-card.is-blue {
      background:
        radial-gradient(circle at 18% 10%, rgba(255,255,255,.24), transparent 34%),
        linear-gradient(145deg, #5251ED 0%, #614DFF 50%, #3737D8 100%) !important;
      border-color: rgba(255,255,255,.16) !important;
      box-shadow: 0 36px 110px rgba(82, 81, 237, .32) !important;
    }

    .rd-modern-card.is-blue::before,
    .rd-modern-card.is-dark::before {
      background-image:
        linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
      background-size: 34px 34px;
      opacity: .82;
    }

    .rd-card-ribbon span {
      background: linear-gradient(135deg, #16C8FF, #5251ED) !important;
      box-shadow: 0 16px 36px rgba(82,81,237,.22);
    }

    .rd-plan-name {
      font-size: 1.05rem !important;
      color: #0B1028;
    }

    .rd-modern-card.is-dark .rd-plan-name,
    .rd-modern-card.is-blue .rd-plan-name {
      color: #fff !important;
    }

    .rd-price-line .old {
      color: #F00657 !important;
      opacity: .95;
    }

    .rd-modern-card.is-dark .rd-price-line .old,
    .rd-modern-card.is-blue .rd-price-line .old {
      color: rgba(255,255,255,.58) !important;
    }

    .rd-modern-card.is-dark .rd-price-line .price,
    .rd-modern-card.is-blue .rd-price-line .price {
      background: none;
      color: #fff !important;
      -webkit-background-clip: initial;
      background-clip: initial;
    }

    .rd-check-list i {
      color: #5251ED !important;
      background: rgba(82, 81, 237, .11) !important;
    }

    .rd-modern-card.is-blue .rd-check-list i,
    .rd-modern-card.is-dark .rd-check-list i {
      color: #5251ED !important;
      background: #fff !important;
    }

    .rd-card-action {
      border-color: rgba(82, 81, 237, .16) !important;
      box-shadow: inset 0 -1px 0 rgba(12,18,38,.05);
    }

    .rd-card-action:hover {
      color: #5251ED !important;
      box-shadow: 0 18px 46px rgba(82, 81, 237, .14);
    }

    .rd-modern-card.is-blue .rd-card-action,
    .rd-modern-card.is-dark .rd-card-action {
      color: #5251ED !important;
      background: #fff !important;
    }

    /* Specific layout polish for License section */
    .rd-license-grid {
      max-width: 1120px !important;
      gap: 1.5rem 0;
    }

    .rd-license-section .rd-modern-card {
      min-height: 100%;
    }

    .rd-license-section .rd-price-line .price {
      font-size: clamp(2.45rem, 4vw, 3.55rem);
    }

    /* Setup section now more modern and logo matched */
    .rd-package-section .row {
      align-items: stretch;
    }

    .rd-package-section .rd-modern-card {
      min-height: 100%;
      display: flex;
      flex-direction: column;
    }

    .rd-package-section .rd-check-list {
      flex: 1;
    }

    .rd-package-section .rd-modern-card:not(.is-blue) {
      background:
        radial-gradient(circle at 8% 0%, rgba(82,81,237,.11), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.84)) !important;
    }

    .rd-package-section .rd-modern-card:nth-child(1) {
      border-color: rgba(82,81,237,.16) !important;
    }

    .rd-package-section .rd-price-line .price {
      font-size: clamp(2.25rem, 4vw, 3.2rem);
    }

    /* Documentation section redesign */
    #docs .rd-doc-box {
      position: relative;
      overflow: hidden;
      border-radius: 30px;
      padding: 30px;
      background:
        radial-gradient(circle at top left, rgba(82,81,237,.11), transparent 36%),
        rgba(255,255,255,.88) !important;
      border: 1px solid rgba(82, 81, 237, .14) !important;
      box-shadow: 0 24px 80px rgba(12,18,38,.08);
    }

    #docs .rd-doc-box::before {
      content: "";
      position: absolute;
      right: -58px;
      top: -58px;
      width: 150px;
      height: 150px;
      border-radius: 999px;
      background: rgba(22,200,255,.12);
      filter: blur(4px);
    }

    #docs .rd-card-icon {
      color: #5251ED !important;
      background: rgba(82, 81, 237, .11) !important;
      box-shadow: 0 16px 36px rgba(82,81,237,.10);
    }

    #docs .rd-code {
      position: relative;
      border-radius: 30px;
      background:
        radial-gradient(circle at 8% 10%, rgba(82,81,237,.26), transparent 34%),
        linear-gradient(145deg, #080D25 0%, #0E1738 55%, #101B4C 100%) !important;
      border: 1px solid rgba(255,255,255,.10);
      box-shadow: 0 34px 100px rgba(8,13,37,.22);
    }

    #docs .rd-code::before {
      content: "";
      display: block;
      height: 18px;
      margin-bottom: 16px;
      background:
        radial-gradient(circle at 8px 9px, #FB7185 0 5px, transparent 6px),
        radial-gradient(circle at 28px 9px, #FBBF24 0 5px, transparent 6px),
        radial-gradient(circle at 48px 9px, #34D399 0 5px, transparent 6px);
    }

    #docs .rd-code .key {
      color: #A8B3FF !important;
    }

    #docs .rd-code .string {
      color: #25F0C8 !important;
    }

    #docs .rd-code .comment {
      color: #6677A5 !important;
    }

    /* Dark mode compatibility for redesigned sections */
    body.rd-dark-mode .rd-license-section,
    body.rd-dark-mode .rd-package-section,
    body.rd-dark-mode #docs {
      background:
        radial-gradient(circle at 12% 10%, rgba(82,81,237,.22), transparent 30%),
        radial-gradient(circle at 88% 14%, rgba(22,200,255,.14), transparent 32%),
        linear-gradient(180deg, #070D1D 0%, #080D25 100%) !important;
    }

    body.rd-dark-mode .rd-modern-card:not(.is-blue):not(.is-dark),
    body.rd-dark-mode #docs .rd-doc-box {
      background:
        radial-gradient(circle at top left, rgba(82,81,237,.16), transparent 36%),
        rgba(12, 22, 45, .86) !important;
      border-color: rgba(255,255,255,.10) !important;
    }

    body.rd-dark-mode .rd-modern-card:not(.is-blue):not(.is-dark) .rd-plan-name,
    body.rd-dark-mode #docs .rd-doc-box h4 {
      color: #F8FBFF !important;
    }

    body.rd-dark-mode .rd-modern-card:not(.is-blue):not(.is-dark) .rd-price-line .price {
      background: var(--rd-logo-gradient);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent !important;
    }

    @media (max-width: 991.98px) {
      .rd-license-section .rd-modern-card,
      .rd-package-section .rd-modern-card {
        padding: 28px !important;
      }

      .rd-pricing-head h2 {
        letter-spacing: -.055em;
      }
    }

    @media (max-width: 575.98px) {
      .rd-license-section,
      .rd-package-section,
      #docs {
        background:
          radial-gradient(circle at 18% 8%, rgba(82,81,237,.13), transparent 32%),
          linear-gradient(180deg, #FFFFFF 0%, #F8F7FF 100%) !important;
      }

      .rd-modern-card,
      #docs .rd-doc-box,
      #docs .rd-code {
        border-radius: 26px !important;
      }
    }