html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* Clean Homepage */
.rd-tech-body {
  margin: 0;
  background: #f6f8fc;
  color: #0f172a;
}

.rd-tech-body main.pb-3 {
  padding-bottom: 0 !important;
}

.rd-homepage {
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.rd-shell {
  width: min(1120px, 94vw);
  margin: 0 auto;
}

.rd-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e4e9f4;
  backdrop-filter: blur(8px);
}

.rd-header-row {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}

.rd-brand {
  text-decoration: none;
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
}

.rd-brand-mark {
  width: 2rem;
  height: 2rem;
  border-radius: 0.55rem;
  background: #0d6efd;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
}

.rd-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.rd-nav a,
.rd-footer a,
.rd-section-head a {
  text-decoration: none;
  color: #475569;
  font-size: 0.92rem;
}

.rd-nav a:hover,
.rd-footer a:hover,
.rd-section-head a:hover {
  color: #0d6efd;
}

.rd-btn {
  text-decoration: none;
  border-radius: 0.6rem;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.64rem 0.95rem;
  display: inline-block;
}

.rd-btn-primary {
  background: #0d6efd;
  color: #fff;
}

.rd-btn-secondary {
  background: #eaf1ff;
  color: #0b4dc0;
}

.rd-hero {
  text-align: center;
  padding: 3.2rem 0 2.1rem;
}

.rd-eyebrow {
  margin: 0;
  color: #2563eb;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.rd-hero h1 {
  margin: 0.65rem auto 0.85rem;
  max-width: 20ch;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  line-height: 1.1;
}

.rd-lead {
  margin: 0 auto;
  max-width: 62ch;
  color: #54627a;
}

.rd-hero-actions {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.7rem;
  justify-content: center;
  flex-wrap: wrap;
}

.rd-section {
  margin-top: 1.65rem;
}

.rd-grid-3,
.rd-grid-4 {
  display: grid;
  gap: 0.8rem;
}

.rd-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rd-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rd-card,
.rd-tile,
.rd-product,
.rd-cta {
  border: 1px solid #dfe6f3;
  background: #fff;
  border-radius: 0.85rem;
}

.rd-card {
  padding: 1rem;
}

.rd-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
}

.rd-card p {
  margin: 0;
  color: #5b6a83;
  font-size: 0.9rem;
}

.rd-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}

.rd-section-head h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.rd-tile {
  text-decoration: none;
  color: #0f172a;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.rd-product {
  padding: 0.75rem;
}

.rd-media {
  height: 120px;
  border-radius: 0.6rem;
  background: linear-gradient(135deg, #eaf1ff, #d7e6ff);
  border: 1px solid #dbe5f8;
  margin-bottom: 0.7rem;
}

.rd-product h3 {
  margin: 0 0 0.35rem;
  font-size: 0.96rem;
}

.rd-product p {
  margin: 0 0 0.55rem;
  color: #5b6a83;
  font-size: 0.88rem;
}

.rd-product strong {
  color: #0b4dc0;
  font-size: 0.94rem;
}

.rd-cta {
  text-align: center;
  padding: 1.5rem 1rem;
}

.rd-cta h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
}

.rd-footer {
  margin-top: 2rem;
  background: #ffffff;
  border-top: 1px solid #e4e9f4;
}

.rd-footer-row {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.rd-footer p {
  margin: 0;
  color: #64748b;
  font-size: 0.9rem;
}

.rd-footer-row div {
  display: flex;
  gap: 0.9rem;
}

@media (max-width: 980px) {
  .rd-header-row {
    grid-template-columns: 1fr;
    padding: 0.75rem 0;
    text-align: center;
  }

  .rd-grid-3,
  .rd-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .rd-hero {
    padding-top: 2.1rem;
  }

  .rd-btn {
    width: 100%;
    text-align: center;
  }

  .rd-grid-3,
  .rd-grid-4 {
    grid-template-columns: 1fr;
  }

  .rd-footer-row {
    min-height: auto;
    padding: 0.9rem 0;
    flex-direction: column;
  }
}

/* Header Mock (Reference-inspired) */
.rdh-page {
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.rdh-shell {
  width: min(1440px, 92vw);
  margin: 0 auto;
}

.rdh-header {
  position: relative;
  background: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
}

.rdh-topbar {
  border-bottom: 1px solid #d3d3d3;
  background: #e3e3e3;
}

.rdh-topbar-inner {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.rdh-topbar-left {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.rdh-topbar-right {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
}

.rdh-currency-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
}

.rdh-currency-label {
  color: #1f2937;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.rdh-currency-select {
  min-height: 34px;
  border: 1px solid #c8cfd9;
  border-radius: 10px;
  background: #fff;
  color: #1f2937;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.22rem 2rem 0.22rem 0.55rem;
  max-width: 215px;
  width: 100%;
}

.rdh-topbar-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #111827;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.06rem;
}

.rdh-topbar-phone:hover {
  color: #111827;
}

.rdh-topbar-phone svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}

.rdh-topbar-hours {
  font-weight: 600;
}

.rdh-topbar-account {
  min-height: 42px;
  padding: 0 1.2rem;
  border-radius: 999px 0 0 999px;
  background: #eb1024;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.08rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.01em;
}

.rdh-topbar-account:hover {
  color: #ffffff;
}

.rdh-topbar-cart {
  min-height: 42px;
  min-width: 58px;
  border-radius: 0 999px 999px 0;
  background: #1f2937;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.rdh-topbar-cart:hover {
  color: #ffffff;
}

.rdh-topbar-cart svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: currentColor;
}

.rdh-topbar-cart-count {
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #111827;
  font-size: 0.72rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: -5px;
  border: 1px solid #d1d5db;
}

.rdf-copyright-bar {
  min-height: 52px;
  background: #e3e3e3;
  border-top: 1px solid #d3d3d3;
  color: #374151;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.7rem 1rem;
  font-size: 0.95rem;
  font-weight: 500;
}

.rdh-header-inner {
  min-height: 94px;
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.rdh-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
  min-width: 0;
  text-decoration: none;
}

.rdh-logo-image {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 58px;
  object-fit: contain;
}

.rdh-logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 4px;
  background: #e11d2f;
  display: grid;
  place-items: center;
  gap: 4px;
  grid-template-rows: repeat(3, 8px);
  padding: 5px 0;
}

.rdh-logo-mark i {
  width: 22px;
  height: 6px;
  border-radius: 20px;
  background: #ffffff;
  display: block;
}

.rdh-logo-text {
  font-size: 3.7rem;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #2e3137;
}

.rdh-nav-wrap {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1.45rem;
}

.rdh-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: relative;
}

.rdh-nav a,
.rdh-nav .rdh-link,
.rdh-login {
  text-decoration: none;
  color: #1e293b;
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.rdh-nav .rdh-link {
  border: 0;
  background: transparent;
  padding: 0;
  line-height: inherit;
  cursor: pointer;
}

.rdh-link-active {
  color: #cf1f32 !important;
  font-weight: 700;
}

.rdh-link.has-dd::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-0.12em) rotate(45deg);
}

.rdh-industry-menu {
  position: absolute;
  top: calc(100% + 1rem);
  left: -2.5rem;
  width: min(860px, 92vw);
  border: 1px solid #d8dbe3;
  border-radius: 14px;
  background: #f2f2f2;
  padding: 1.05rem;
  box-shadow: 0 20px 50px rgba(16, 24, 40, 0.13);
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem 1rem;
  z-index: 40;
}

.rdh-platform-menu {
  left: 1.8rem;
  width: min(760px, 92vw);
}

.rdh-header.industries-open #rdhIndustriesMenu {
  display: grid;
}

.rdh-header.platforms-open #rdhPlatformsMenu {
  display: grid;
}

.rdh-industry-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 2.9rem;
  width: 18px;
  height: 18px;
  background: #f2f2f2;
  border-top: 1px solid #d8dbe3;
  border-left: 1px solid #d8dbe3;
  transform: rotate(45deg);
}

.rdh-platform-menu::before {
  left: 6.2rem;
}

.rdh-ind-item {
  text-decoration: none;
  border-radius: 10px;
  padding: 0.62rem 0.66rem;
  display: block;
}

.rdh-ind-item strong {
  display: block;
  color: #31343a;
  font-size: 0.94rem;
  line-height: 1.3;
  margin-bottom: 0.23rem;
}

.rdh-ind-item span {
  display: block;
  color: #666f80;
  font-size: 0.82rem;
  line-height: 1.35;
}

.rdh-ind-item:hover {
  background: #e9ebef;
}

.rdh-cta {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  min-width: 168px;
  padding: 0 1.8rem;
  border-radius: 8px;
  background: #e11d2f;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  white-space: nowrap;
}

.rdh-view-only {
  min-height: calc(100vh - 95px);
  background: #ffffff;
  display: flex;
  align-items: center;
}

.rdh-view-only p {
  margin: 0;
  color: #64748b;
}

.rdh-menu-toggle {
  margin-left: auto;
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #cfd4dc;
  border-radius: 8px;
  background: #ffffff;
  padding: 9px 8px;
  flex-direction: column;
  justify-content: space-between;
}

.rdh-menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #0f172a;
}

@media (max-width: 1240px) {
  .rdh-shell {
    width: min(1440px, 95vw);
  }

  .rdh-nav {
    gap: 1.05rem;
  }

  .rdh-nav a,
  .rdh-nav .rdh-link,
  .rdh-login {
    font-size: 0.97rem;
  }

  .rdh-cta {
    min-height: 56px;
    min-width: 148px;
    font-size: 0.96rem;
    padding: 0 1.25rem;
  }

  .rdh-logo-image {
    max-width: 165px;
    max-height: 52px;
  }

  .rdh-logo-text {
    font-size: 3rem;
  }
}

@media (max-width: 992px) {
  .rdh-topbar-inner {
    min-height: auto;
    justify-content: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    padding: 0.5rem 0;
  }

  .rdh-topbar-left,
  .rdh-topbar-right {
    width: 100%;
    justify-content: center;
  }

  .rdh-currency-wrap {
    width: min(420px, 100%);
    justify-content: center;
  }

  .rdh-currency-select {
    max-width: 260px;
  }

  .rdh-topbar-phone {
    font-size: 0.95rem;
  }

  .rdh-topbar-account {
    min-height: 40px;
    padding: 0 1rem;
    border-radius: 999px;
    font-size: 0.95rem;
  }

  .rdh-topbar-cart {
    min-height: 40px;
    min-width: 48px;
    border-radius: 999px;
  }

  .rdh-header-inner {
    min-height: 78px;
  }

  .rdh-menu-toggle {
    display: inline-flex;
  }

  .rdh-logo-text {
    font-size: 2.55rem;
  }

  .rdh-nav-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    background: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    padding: 0.9rem 4vw 1rem;
  }

  .rdh-header.is-open .rdh-nav-wrap {
    display: flex;
  }

  .rdh-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    width: 100%;
  }

  .rdh-nav a,
  .rdh-nav .rdh-link,
  .rdh-login {
    width: 100%;
    font-size: 1.18rem;
    padding: 0.45rem 0;
    text-align: left;
  }

  .rdh-cta {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    border-radius: 8px;
    padding: 0 1rem;
    font-size: 1.12rem;
  }

  .rdh-link.has-dd::after {
    width: 0.45em;
    height: 0.45em;
    border-width: 2px;
  }

  .rdh-industry-menu {
    position: static;
    width: 100%;
    border-radius: 10px;
    box-shadow: none;
    margin-top: 0.25rem;
    padding: 0.55rem;
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .rdh-industry-menu::before {
    display: none;
  }

  .rdh-header .rdh-industry-menu {
    display: none;
  }

  .rdh-header.industries-open #rdhIndustriesMenu,
  .rdh-header.platforms-open #rdhPlatformsMenu {
    display: grid;
  }
}

@media (max-width: 540px) {
  .rdh-currency-wrap {
    gap: 0.35rem;
  }

  .rdh-currency-label {
    font-size: 0.78rem;
  }

  .rdh-currency-select {
    max-width: 190px;
    font-size: 0.82rem;
    min-height: 32px;
  }

  .rdh-topbar-phone {
    font-size: 0.86rem;
  }

  .rdh-topbar-hours {
    display: none;
  }

  .rdf-copyright-bar {
    min-height: 46px;
    font-size: 0.86rem;
  }

  .rdh-header-inner {
    min-height: 72px;
  }

  .rdh-logo-image {
    max-width: 138px;
    max-height: 42px;
  }

  .rdh-logo-mark {
    width: 34px;
    height: 34px;
    padding: 4px 0;
  }

  .rdh-logo-mark i {
    width: 17px;
    height: 5px;
  }

  .rdh-logo-text {
    font-size: 2.05rem;
  }
}

/* Dedicated Pricing Page */
.rpr-main {
  background: #efefef;
}

.rpr-hero {
  padding: 2rem 0 1rem;
  text-align: center;
}

.rpr-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  letter-spacing: -0.02em;
  color: #1f2937;
}

.rpr-hero p {
  margin: 0.6rem auto 0;
  max-width: 70ch;
  color: #566178;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
}

.rpr-compare {
  background: #efefef;
  padding: 0.4rem 0 2.6rem;
}

.rpr-compare h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  color: #1f2937;
}

.rpr-table-wrap {
  border: 1px solid #d4d8e0;
  border-radius: 16px;
  background: #f1f1f1;
  overflow: auto;
}

.rpr-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.rpr-table th,
.rpr-table td {
  padding: 0.85rem 0.95rem;
  border-bottom: 1px solid #d9dce4;
  text-align: left;
  color: #2d3647;
}

.rpr-table th {
  background: #ececec;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.rpr-table td {
  font-size: 0.94rem;
}

.rpr-table tbody tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 840px) {
  .rpr-hero {
    padding-top: 1.5rem;
  }
}

/* Our Works Page */
.rowk-page {
  min-height: calc(100vh - 94px);
  background: #efefef;
  padding: 2.2rem 0 3rem;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.rowk-hero {
  max-width: 900px;
  margin-bottom: 1.45rem;
}

.rowk-hero p {
  margin: 0 0 0.55rem;
  color: #d51f31;
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
}

.rowk-hero h1 {
  margin: 0;
  color: #2e3137;
  font-size: clamp(1.95rem, 3.8vw, 3.25rem);
  line-height: 1.12;
  font-weight: 700;
}

.rowk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.rowk-card {
  min-width: 0;
  border: 1px solid #d7d9df;
  border-radius: 8px;
  background: #f7f7f7;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(31, 41, 55, 0.06);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.rowk-card:hover {
  border-color: #d51f31;
  box-shadow: 0 18px 34px rgba(31, 41, 55, 0.12);
  transform: translateY(-3px);
}

.rowk-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #e2e5eb;
  border-bottom: 1px solid #d7d9df;
}

.rowk-body {
  padding: 1.15rem;
}

.rowk-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 42px;
  margin-bottom: 1rem;
}

.rowk-top span {
  min-height: 30px;
  border-radius: 999px;
  background: #ffffff;
  color: #d51f31;
  padding: 0.25rem 0.7rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 700;
}

.rowk-top img {
  max-width: 88px;
  max-height: 38px;
  object-fit: contain;
}

.rowk-card h2 {
  margin: 0;
  color: #1f2937;
  font-size: 1.22rem;
  line-height: 1.3;
}

.rowk-card p {
  margin: 0.75rem 0 1rem;
  color: #5a6575;
  line-height: 1.6;
  font-size: 0.94rem;
}

.rowk-link {
  color: #d51f31;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.rowk-empty {
  border: 1px solid #d7d9df;
  border-radius: 8px;
  background: #f7f7f7;
  padding: 1.2rem;
  color: #5a6575;
}

.rowk-empty p {
  margin: 0;
}

@media (max-width: 980px) {
  .rowk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .rowk-page {
    padding: 1.5rem 0 2rem;
  }

  .rowk-grid {
    grid-template-columns: 1fr;
  }

  .rowk-body {
    padding: 1rem;
  }
}

/* Resources Page */
.rrs-page {
  min-height: calc(100vh - 94px);
  background: #efefef;
  padding: 2.2rem 0 3rem;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.rrs-hero {
  max-width: 850px;
  margin-bottom: 1.45rem;
}

.rrs-hero p {
  margin: 0 0 0.55rem;
  color: #d51f31;
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
}

.rrs-hero h1 {
  margin: 0;
  color: #2e3137;
  font-size: clamp(1.95rem, 3.8vw, 3.25rem);
  line-height: 1.12;
  font-weight: 700;
}

.rrs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.rrs-post {
  min-height: 390px;
  border: 1px solid #d7d9df;
  border-radius: 8px;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(31, 41, 55, 0.06);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.rrs-post:hover,
.rrs-post:focus-visible {
  border-color: #d51f31;
  box-shadow: 0 18px 34px rgba(31, 41, 55, 0.12);
  transform: translateY(-3px);
}

.rrs-post-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #e2e5eb;
  border-bottom: 1px solid #d7d9df;
}

.rrs-post-media {
  display: block;
  min-height: 0;
  margin: 0;
}

.rrs-post-body {
  padding: 1.15rem;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.rrs-post-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.05rem;
}

.rrs-post-top span {
  min-height: 30px;
  border-radius: 999px;
  background: #ffffff;
  color: #d51f31;
  padding: 0.25rem 0.7rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 700;
}

.rrs-post-top time {
  color: #687386;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
}

.rrs-post h2 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.3;
}

.rrs-post h2 {
  color: #1f2937;
}

.rrs-post:hover h2,
.rrs-post:focus-visible h2 {
  color: #d51f31;
}

.rrs-post p {
  margin: 0.75rem 0 1rem;
  color: #5a6575;
  line-height: 1.6;
  font-size: 0.94rem;
}

.rrs-read-link {
  margin-top: auto;
  color: #d51f31;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.rrs-read-link span {
  font-size: 1.2rem;
  line-height: 1;
}

.rrs-post small {
  margin-top: 0.7rem;
  color: #7b8494;
  font-size: 0.8rem;
  font-weight: 600;
}

.rrs-empty {
  border: 1px solid #d7d9df;
  border-radius: 8px;
  background: #f7f7f7;
  padding: 1.2rem;
  color: #5a6575;
}

.rrs-empty p {
  margin: 0;
}

.rrs-more {
  margin-top: 1.4rem;
  display: flex;
  justify-content: center;
}

.rrs-more-btn,
.rrd-source {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: #d51f31;
  color: #ffffff;
  padding: 0 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
}

.rrs-more-btn:disabled {
  opacity: 0.72;
}

.rrd-page {
  min-height: calc(100vh - 94px);
  background: #efefef;
  padding: 2rem 0 3rem;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.rrd-back {
  color: #d51f31;
  text-decoration: none;
  font-weight: 700;
}

.rrd-hero {
  max-width: 940px;
  margin-top: 1rem;
}

.rrd-hero h1 {
  margin: 0.8rem 0;
  color: #2e3137;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.1;
  font-weight: 700;
}

.rrd-hero p {
  margin: 0;
  max-width: 78ch;
  color: #5a6575;
  font-size: 1.04rem;
  line-height: 1.7;
}

.rrd-hero small {
  margin-top: 0.85rem;
  color: #7b8494;
  display: block;
  font-weight: 700;
}

.rrd-image {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border: 1px solid #d7d9df;
  border-radius: 8px;
  margin-top: 1.35rem;
  background: #e2e5eb;
}

.rrd-content {
  max-width: 900px;
  margin-top: 1.35rem;
  color: #2f3745;
  font-size: 1rem;
  line-height: 1.85;
}

.rrd-content p {
  margin: 0 0 1rem;
}

.rrd-source {
  margin-top: 1rem;
}

@media (max-width: 980px) {
  .rrs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .rrs-page {
    padding: 1.5rem 0 2rem;
  }

  .rrs-grid {
    grid-template-columns: 1fr;
  }

  .rrs-post {
    min-height: auto;
  }

  .rrs-post-body {
    padding: 1rem;
  }
}

/* Main Slider Mock (Reference-inspired) */
.rds-hero-wrap {
  background: #efefef;
  padding: 2rem 0 2.2rem;
}

.rds-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 1.6rem;
  align-items: start;
}

.rds-left h1 {
  margin: 0.9rem 0 1rem;
  font-size: clamp(2.2rem, 4.2vw, 4.1rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: #33383f;
}

.rds-left h1 strong {
  font-weight: 700;
}

.rds-top-pill {
  margin: 0;
  border: 1px solid #d3d5db;
  border-radius: 999px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.2rem 1rem;
  color: #4f5b70;
  font-size: 1.1rem;
}

.rds-top-pill span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dc2626;
  display: inline-block;
}

.rds-lead {
  margin: 0 0 1.2rem;
  max-width: 58ch;
  font-size: clamp(1.03rem, 1.5vw, 1.16rem);
  line-height: 1.7;
  color: #556177;
}

.rds-feature-pills {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.rds-feature-pills span {
  border: 1px solid #d4d7df;
  border-radius: 999px;
  background: #f2f2f2;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.9rem;
  color: #1f2937;
  font-size: 0.94rem;
  font-weight: 600;
}

.rds-feature-pills .is-accent {
  color: #dc2626;
  border-color: #f0b4b7;
}

.rds-cta-row {
  margin-top: 1.4rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.rds-btn {
  text-decoration: none;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 0 1.2rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.rds-btn-primary {
  background: #e11d2f;
  color: #ffffff;
}

.rds-btn-outline {
  border: 2px solid #e11d2f;
  color: #d81f31;
  background: #f6f6f6;
}

.rds-btn-muted {
  border: 1px solid #d1d5dd;
  color: #1f2937;
  background: #f6f6f6;
}

.rds-help-card {
  margin-top: 1.2rem;
  border: 1px solid #d3d6de;
  border-radius: 18px;
  background: #f0f0f0;
  padding: 1.3rem;
}

.rds-help-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  color: #1f2937;
}

.rds-help-card p {
  margin: 0;
  color: #5b6478;
}

.rds-right {
  display: grid;
  gap: 0.95rem;
}

.rds-board {
  border: 1px solid #d6d8de;
  border-radius: 28px;
  background: #ececec;
  padding: 0.95rem;
}

.rds-board-topbar {
  height: 18px;
  border-radius: 999px;
  background: #dfdfdf;
  margin-bottom: 0.9rem;
}

.rds-board-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.rds-mini-card {
  border: 1px solid #dadde4;
  border-radius: 20px;
  background: #f2f2f2;
  padding: 0.95rem;
  min-height: 168px;
}

.rds-mini-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.rds-mini-card h4 {
  margin: 0;
  color: #1f2937;
  font-size: 1rem;
  line-height: 1.25;
}

.rds-mini-card span {
  border: 1px solid #f0b3b6;
  border-radius: 999px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 0.8rem;
  color: #dd2232;
  font-size: 0.86rem;
  font-weight: 700;
}

.rds-mini-card i {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: #dfdfdf;
  margin-bottom: 0.5rem;
}

.rds-mini-card i:nth-of-type(1) {
  width: 86%;
}

.rds-mini-card i:nth-of-type(2) {
  width: 70%;
}

.rds-mini-card i:nth-of-type(3) {
  width: 52%;
  margin-bottom: 0;
}

.rds-summary {
  border: 1px solid #d7dae2;
  border-radius: 26px;
  background: #efefef;
  padding: 1.25rem;
}

.rds-summary h3 {
  margin: 0 0 0.5rem;
  font-size: 1.8rem;
  letter-spacing: -0.01em;
  color: #1f2937;
}

.rds-summary p {
  margin: 0;
  font-size: 1.14rem;
  line-height: 1.65;
  color: #566176;
}

@media (max-width: 1250px) {
  .rds-hero-grid {
    grid-template-columns: 1fr;
  }

  .rds-lead {
    max-width: none;
  }
}

@media (max-width: 860px) {
  .rds-hero-wrap {
    padding-top: 1.4rem;
  }

  .rds-top-pill {
    width: 100%;
    border-radius: 14px;
    min-height: 42px;
    font-size: 0.92rem;
  }

  .rds-left h1 {
    margin-top: 0.75rem;
  }

  .rds-cta-row {
    margin-top: 1rem;
  }

  .rds-btn {
    width: 100%;
    min-height: 52px;
  }

  .rds-board-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .rds-left h1 {
    font-size: clamp(2rem, 10vw, 2.6rem);
  }

  .rds-feature-pills span {
    width: 100%;
    justify-content: center;
  }

  .rds-help-card,
  .rds-summary {
    border-radius: 16px;
  }
}

/* Business Types Section (Reference-inspired) */
.rdb-wrap {
  background: #efefef;
  padding: 0.7rem 0 2.5rem;
}

.rdb-head {
  text-align: center;
  margin-bottom: 1.25rem;
}

.rdb-head h2 {
  margin: 0;
  color: #1f2937;
  font-size: clamp(2rem, 3.2vw, 3rem);
  letter-spacing: -0.02em;
}

.rdb-head p {
  margin: 0.55rem auto 0;
  max-width: 88ch;
  color: #5b6578;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.6;
}

.rdb-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.rdb-card {
  border: 1px solid #d7dae2;
  border-radius: 18px;
  background: #f0f0f0;
  min-height: 132px;
  padding: 1.05rem 1.05rem 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.78rem;
  align-items: start;
}

.rdb-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid #efbcc0;
  background: #eee4e5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
}

.rdb-card h4 {
  margin: 0;
  color: #374151;
  font-weight: 500;
  font-size: 0.95rem;
}

.rdb-card h3 {
  margin: 0.2rem 0 0.25rem;
  color: #111827;
  font-size: 1.1rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.rdb-card p {
  margin: 0;
  color: #5a6579;
  font-size: 0.95rem;
  line-height: 1.55;
}

@media (max-width: 1240px) {
  .rdb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .rdb-wrap {
    padding-bottom: 2rem;
  }

  .rdb-head {
    margin-bottom: 1rem;
  }

  .rdb-grid {
    grid-template-columns: 1fr;
  }

  .rdb-card {
    border-radius: 16px;
    min-height: 0;
    padding: 0.9rem;
  }
}

/* Pricing Section (Reference-inspired) */
.rdp-wrap {
  background: #efefef;
  padding: 0.7rem 0 2.8rem;
}

.rdp-head {
  text-align: center;
}

.rdp-head h2 {
  margin: 0;
  font-size: clamp(2rem, 3.3vw, 3rem);
  color: #1f2937;
  letter-spacing: -0.02em;
}

.rdp-head p {
  margin: 0.35rem 0 0;
  color: #5a6478;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.rdp-switch {
  margin: 1.25rem auto 1.2rem;
  border: 1px solid #d4d7df;
  border-radius: 999px;
  background: #f1f1f1;
  width: fit-content;
  max-width: 100%;
  padding: 0.38rem;
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  justify-content: center;
}

.rdp-switch span,
.rdp-switch .rdp-tab {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 0.95rem;
  font-size: 0.93rem;
  color: #4a556a;
  font-weight: 600;
}

.rdp-switch .rdp-tab {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.rdp-switch .rdp-tab.is-active {
  background: #ffeaea;
  color: #df202f;
}

.rdp-switch .is-outline {
  border: 1px solid #f0b7bc;
  color: #df202f;
}

.rdp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.rdp-card {
  border: 1px solid #d6dae2;
  border-radius: 18px;
  background: #efefef;
  padding: 1rem;
}

.rdp-card.is-featured {
  border-color: #ef3946;
}

.rdp-top-row {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  align-items: center;
}

.rdp-card h3 {
  margin: 0;
  color: #1f2937;
  font-size: 1.9rem;
}

.rdp-sub {
  margin: 0.3rem 0 0;
  color: #546077;
  font-size: 0.95rem;
}

.rdp-price {
  margin: 0.7rem 0 0;
  color: #1f2937;
  font-size: clamp(2.15rem, 3.2vw, 3.1rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.rdp-price.is-red {
  color: #df202f;
}

.rdp-period {
  margin: 0.15rem 0 0.7rem;
  color: #59657c;
  font-size: 0.92rem;
}

.rdp-badge {
  border: 1px solid #efb8bc;
  border-radius: 999px;
  background: #f4e8e8;
  color: #df202f;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.rdp-addon {
  border: 1px solid #d6dae2;
  border-radius: 14px;
  background: #f1f1f1;
  padding: 0.8rem;
  margin-bottom: 0.75rem;
}

.rdp-addon h4 {
  margin: 0;
  color: #1f2937;
  font-size: 0.98rem;
}

.rdp-addon h4 span {
  margin-left: 0.35rem;
  border: 1px solid #efb8bc;
  border-radius: 999px;
  padding: 0.15rem 0.48rem;
  color: #df202f;
  font-size: 0.7rem;
}

.rdp-addon p {
  margin: 0.45rem 0 0;
  font-size: 1.05rem;
  color: #1f2937;
  font-weight: 700;
}

.rdp-addon small {
  display: block;
  margin-top: 0.35rem;
  color: #5d697f;
  font-size: 0.8rem;
}

.rdp-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rdp-list li {
  border-top: 1px dashed #d5d8df;
  padding: 0.56rem 0 0.56rem 1.55rem;
  color: #1f2937;
  font-size: 0.93rem;
  position: relative;
}

.rdp-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.53rem;
  width: 1.08rem;
  height: 1.08rem;
  border-radius: 50%;
  background: #ffe8e8;
  color: #dd2232;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  line-height: 1;
}

.rdp-actions {
  margin-top: 0.68rem;
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.rdp-actions.is-stack {
  flex-direction: column;
  align-items: flex-start;
}

.rdp-btn {
  text-decoration: none;
  min-height: 48px;
  padding: 0 0.95rem;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
}

.rdp-btn-solid {
  background: #e11d2f;
  color: #ffffff;
}

.rdp-btn-outline {
  border: 1px solid #e11d2f;
  color: #df202f;
}

.rdp-btn-muted {
  border: 1px solid #d2d5dc;
  color: #1f2937;
  background: #efefef;
}

@media (max-width: 1320px) {
  .rdp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 840px) {
  .rdp-wrap {
    padding-bottom: 2rem;
  }

  .rdp-switch {
    border-radius: 18px;
  }

  .rdp-switch span {
    width: 100%;
    justify-content: center;
  }

  .rdp-grid {
    grid-template-columns: 1fr;
  }

  .rdp-actions,
  .rdp-actions.is-stack {
    flex-direction: column;
    align-items: stretch;
  }

  .rdp-btn {
    width: 100%;
  }
}

/* Footer Mock (Reference-inspired) */
.rdf-footer {
  background:
    radial-gradient(1100px 420px at 12% -8%, rgba(168, 22, 37, 0.34), rgba(0, 0, 0, 0) 52%),
    linear-gradient(90deg, #02050d 0%, #02050d 55%, #050b18 100%);
  color: #d0d7e2;
  padding: 4.4rem 0 3.6rem;
}

.rdf-shell {
  width: min(1660px, 88vw);
  margin: 0 auto;
}

.rdf-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.15fr;
  gap: 2.4rem;
}

.rdf-col {
  display: flex;
  flex-direction: column;
  gap: 0.74rem;
  min-width: 0;
}

.rdf-col-brand {
  gap: 1rem;
}

.rdf-brand-row {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.rdf-brand-row h3 {
  margin: 0;
  font-size: 2.1rem;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #ffffff;
}

.rdf-brand-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 104, 104, 0.55);
  background: rgba(149, 24, 24, 0.34);
  color: #ffe8e8;
  font-size: 1rem;
  font-weight: 600;
}

.rdf-col p {
  margin: 0;
  color: #bac4d3;
  font-size: 1.02rem;
  line-height: 1.58;
}

.rdf-actions {
  display: flex;
  flex-direction: column;
  gap: 0.78rem;
  margin-top: 0.2rem;
}

.rdf-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  min-height: 66px;
  padding: 0 1.2rem;
  font-size: 1.06rem;
  font-weight: 700;
}

.rdf-btn-primary {
  background: #ff3640;
  color: #ffffff;
}

.rdf-btn-dark {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: #ebedf1;
}

.rdf-social {
  margin-top: 0.4rem;
  display: flex;
  gap: 0.78rem;
}

.rdf-social a {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d6deeb;
  text-decoration: none;
  font-size: 1.22rem;
  font-weight: 700;
}

.rdf-social-icon {
  width: 22px;
  height: 22px;
  display: block;
  fill: currentColor;
}

.rdf-contact-line {
  margin-top: 0.5rem !important;
  font-size: 1rem !important;
}

.rdf-contact-line a {
  color: #ffffff;
  text-decoration: none;
}

.rdf-dot {
  margin: 0 0.6rem;
  color: #768094;
}

.rdf-col h4 {
  margin: 0 0 0.55rem;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

.rdf-col h5 {
  margin: 0.8rem 0 0.25rem;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

.rdf-col > a {
  color: #c9d2df;
  text-decoration: none;
  font-size: 1.05rem;
  line-height: 1.5;
}

.rdf-col > a:hover,
.rdf-contact-line a:hover,
.rdf-social a:hover {
  color: #ffffff;
}

.rdf-divider {
  margin: 0.3rem 0 0.8rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1380px) {
  .rdf-shell {
    width: min(1660px, 92vw);
  }

  .rdf-grid {
    gap: 1.5rem;
  }
}

@media (max-width: 1180px) {
  .rdf-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.2rem;
  }
}

@media (max-width: 760px) {
  .rdf-footer {
    padding: 3rem 0 2.5rem;
  }

  .rdf-grid {
    grid-template-columns: 1fr;
    gap: 1.9rem;
  }

  .rdf-col p {
    font-size: 1rem;
  }

  .rdf-btn {
    width: 100%;
    font-size: 0.98rem;
    min-height: 54px;
  }

  .rdf-col > a {
    font-size: 1.02rem;
  }

  .rdf-col h4,
  .rdf-col h5 {
    font-size: 0.83rem;
  }

  .rdf-contact-line {
    font-size: 0.95rem !important;
  }
}

/* Business Software Details */
.rbsd-page {
  background: #f4f5f8;
  padding: 2.2rem 0 4rem;
}

.rbsd-back {
  display: inline-flex;
  margin-bottom: 1rem;
  color: #df202f;
  font-weight: 700;
  text-decoration: none;
}

.rbsd-back:hover {
  color: #b51726;
}

.rbsd-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 2rem;
  align-items: center;
  border: 1px solid #d9dde6;
  background: #ffffff;
  padding: 1.35rem;
  border-radius: 18px;
}

.rbsd-copy {
  padding: 1.2rem;
}

.rbsd-copy span {
  display: inline-flex;
  border: 1px solid #f2b7bd;
  background: #fff0f1;
  color: #c91829;
  border-radius: 999px;
  padding: 0.28rem 0.78rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.rbsd-copy h1 {
  margin: 0.9rem 0 0.8rem;
  color: #101827;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.06;
}

.rbsd-copy p {
  margin: 0;
  color: #536176;
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 68ch;
}

.rbsd-actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}

.rbsd-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d3d8e3;
  border-radius: 10px;
  padding: 0 1rem;
  color: #1f2937;
  background: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

.rbsd-btn-primary {
  background: #e11d2f;
  border-color: #e11d2f;
  color: #ffffff;
}

.rbsd-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 14px;
  background: #eef1f5;
}

.rbsd-content {
  margin-top: 1.25rem;
  border: 1px solid #d9dde6;
  background: #ffffff;
  border-radius: 18px;
  padding: clamp(1.2rem, 2.5vw, 2rem);
  color: #1f2937;
  line-height: 1.75;
}

.rbsd-content :first-child {
  margin-top: 0;
}

.rbsd-content :last-child {
  margin-bottom: 0;
}

@media (max-width: 860px) {
  .rbsd-page {
    padding: 1.5rem 0 3rem;
  }

  .rbsd-hero {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .rbsd-copy {
    padding: 0.4rem;
  }

  .rbsd-actions {
    flex-direction: column;
  }

  .rbsd-btn {
    width: 100%;
  }
}

/* Login Page */
.rlg-main {
  background: #efefef;
}

.rlg-wrap {
  padding: 2.1rem 0 2.8rem;
}

.rlg-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  align-items: start;
}

.rlg-left h1 {
  margin: 0.5rem 0 0.8rem;
  font-size: clamp(2rem, 3.9vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #1f2937;
}

.rlg-eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d8dbe2;
  border-radius: 999px;
  padding: 0.3rem 0.8rem;
  font-size: 0.86rem;
  color: #46546f;
}

.rlg-left > p {
  margin: 0;
  color: #546177;
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.7;
  max-width: 58ch;
}

.rlg-info-card {
  margin-top: 1.1rem;
  border: 1px solid #d5d9e2;
  background: #f1f1f1;
  border-radius: 16px;
  padding: 1rem;
}

.rlg-info-card h3 {
  margin: 0 0 0.5rem;
  color: #1f2937;
  font-size: 1.15rem;
}

.rlg-info-card ul {
  margin: 0 0 0.75rem;
  padding-left: 1.2rem;
  color: #546177;
}

.rlg-info-card li {
  margin-bottom: 0.35rem;
}

.rlg-info-card p {
  margin: 0.2rem 0 0;
  color: #1f2937;
  font-weight: 600;
}

.rlg-right {
  display: flex;
}

.rlg-card {
  width: 100%;
  border: 1px solid #d4d8e1;
  border-radius: 18px;
  background: #f2f2f2;
  padding: 1.15rem;
}

.rlg-card h2 {
  margin: 0;
  color: #1f2937;
  font-size: 1.55rem;
}

.rlg-card > p {
  margin: 0.35rem 0 1rem;
  color: #566279;
}

.rlg-card form {
  display: grid;
  gap: 0.55rem;
}

.rlg-card label {
  color: #374256;
  font-size: 0.9rem;
  font-weight: 600;
}

.rlg-card input[type="email"],
.rlg-card input[type="password"] {
  border: 1px solid #d4d8e1;
  border-radius: 12px;
  min-height: 48px;
  padding: 0 0.75rem;
  background: #ffffff;
  color: #1f2937;
  outline: none;
}

.rlg-card input[type="email"]:focus,
.rlg-card input[type="password"]:focus {
  border-color: #ef3946;
  box-shadow: 0 0 0 3px rgba(239, 57, 70, 0.14);
}

.rlg-meta-row {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.rlg-remember {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #41506b;
  font-size: 0.88rem;
}

.rlg-meta-row a {
  color: #d22434;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
}

.rlg-card button {
  margin-top: 0.3rem;
  min-height: 50px;
  border: 0;
  border-radius: 12px;
  background: #e11d2f;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.rlg-extra-links {
  margin-top: 0.85rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.rlg-extra-links a {
  color: #334155;
  text-decoration: none;
  border: 1px solid #d4d8e1;
  border-radius: 999px;
  padding: 0.36rem 0.78rem;
  font-size: 0.84rem;
}

@media (max-width: 980px) {
  .rlg-grid {
    grid-template-columns: 1fr;
  }

  .rlg-wrap {
    padding-top: 1.3rem;
  }
}

@media (max-width: 640px) {
  .rlg-meta-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .rlg-extra-links a {
    width: 100%;
    text-align: center;
  }
}

/* Register Page */
.rrg-main {
  background: #efefef;
}

.rrg-wrap {
  padding: 2.1rem 0 2.8rem;
}

.rrg-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1rem;
  align-items: start;
}

.rrg-left h1 {
  margin: 0.5rem 0 0.8rem;
  font-size: clamp(2rem, 3.8vw, 3.3rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #1f2937;
}

.rrg-eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d8dbe2;
  border-radius: 999px;
  padding: 0.3rem 0.8rem;
  font-size: 0.86rem;
  color: #46546f;
}

.rrg-left > p {
  margin: 0;
  color: #546177;
  font-size: clamp(1rem, 1.45vw, 1.13rem);
  line-height: 1.7;
  max-width: 58ch;
}

.rrg-info-card {
  margin-top: 1.1rem;
  border: 1px solid #d5d9e2;
  background: #f1f1f1;
  border-radius: 16px;
  padding: 1rem;
}

.rrg-info-card h3 {
  margin: 0 0 0.5rem;
  color: #1f2937;
  font-size: 1.15rem;
}

.rrg-info-card ul {
  margin: 0 0 0.75rem;
  padding-left: 1.2rem;
  color: #546177;
}

.rrg-info-card li {
  margin-bottom: 0.35rem;
}

.rrg-info-card p {
  margin: 0.2rem 0 0;
  color: #1f2937;
  font-weight: 600;
}

.rrg-right {
  display: flex;
}

.rrg-card {
  width: 100%;
  border: 1px solid #d4d8e1;
  border-radius: 18px;
  background: #f2f2f2;
  padding: 1.15rem;
}

.rrg-card h2 {
  margin: 0;
  color: #1f2937;
  font-size: 1.55rem;
}

.rrg-card > p {
  margin: 0.35rem 0 1rem;
  color: #566279;
}

.rrg-card form {
  display: grid;
  gap: 0.55rem;
}

.rrg-card label {
  color: #374256;
  font-size: 0.9rem;
  font-weight: 600;
}

.rrg-card input[type="text"],
.rrg-card input[type="email"],
.rrg-card input[type="tel"],
.rrg-card input[type="password"] {
  border: 1px solid #d4d8e1;
  border-radius: 12px;
  min-height: 48px;
  padding: 0 0.75rem;
  background: #ffffff;
  color: #1f2937;
  outline: none;
}

.rrg-card input[type="text"]:focus,
.rrg-card input[type="email"]:focus,
.rrg-card input[type="tel"]:focus,
.rrg-card input[type="password"]:focus {
  border-color: #ef3946;
  box-shadow: 0 0 0 3px rgba(239, 57, 70, 0.14);
}

.rrg-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.rrg-check {
  margin-top: 0.2rem;
  display: inline-flex;
  align-items: flex-start;
  gap: 0.45rem;
  color: #475569;
  font-size: 0.86rem;
}

.rrg-check input {
  margin-top: 0.2rem;
}

.rrg-card button {
  margin-top: 0.35rem;
  min-height: 50px;
  border: 0;
  border-radius: 12px;
  background: #e11d2f;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.rrg-extra-links {
  margin-top: 0.85rem;
  display: flex;
}

.rrg-extra-links a {
  color: #334155;
  text-decoration: none;
  border: 1px solid #d4d8e1;
  border-radius: 999px;
  padding: 0.36rem 0.78rem;
  font-size: 0.84rem;
}

@media (max-width: 1080px) {
  .rrg-grid {
    grid-template-columns: 1fr;
  }

  .rrg-wrap {
    padding-top: 1.3rem;
  }
}

@media (max-width: 760px) {
  .rrg-two-col {
    grid-template-columns: 1fr;
  }

  .rrg-extra-links a {
    width: 100%;
    text-align: center;
  }
}

/* Products Page */
.rpg-main {
  background: #efefef;
}

.rpg-hero {
  padding: 2rem 0 1rem;
  text-align: center;
}

.rpg-eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d8dbe2;
  border-radius: 999px;
  padding: 0.28rem 0.8rem;
  font-size: 0.84rem;
  color: #46546f;
}

.rpg-hero h1 {
  margin: 0.55rem auto 0.75rem;
  max-width: 23ch;
  font-size: clamp(2rem, 3.9vw, 3.3rem);
  line-height: 1.08;
  color: #1f2937;
  letter-spacing: -0.02em;
}

.rpg-hero p {
  margin: 0 auto;
  max-width: 70ch;
  color: #556178;
  font-size: clamp(1rem, 1.4vw, 1.14rem);
}

.rpg-catalog {
  padding: 0.35rem 0 2.6rem;
}

.rpg-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.rpg-card {
  border: 1px solid #d5d9e2;
  border-radius: 16px;
  background: #f1f1f1;
  padding: 1rem;
}

.rpg-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid #efb8bc;
  border-radius: 999px;
  padding: 0 0.65rem;
  background: #f6e8ea;
  color: #dd2333;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.rpg-card h3 {
  margin: 0.55rem 0 0.35rem;
  color: #1f2937;
  font-size: 1.22rem;
}

.rpg-card p {
  margin: 0;
  color: #57647d;
  line-height: 1.6;
}

.rpg-card a {
  margin-top: 0.85rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #d22434;
  font-weight: 700;
  font-size: 0.9rem;
}

@media (max-width: 1200px) {
  .rpg-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .rpg-hero {
    padding-top: 1.4rem;
  }

  .rpg-grid {
    grid-template-columns: 1fr;
  }
}

.rpg-subnav-wrap {
  background: #efefef;
  border-bottom: 1px solid #dbdee6;
}

.rpg-subnav-row {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.rpg-subnav {
  display: flex;
  align-items: center;
  gap: 1.55rem;
  flex-wrap: nowrap;
}

.rpg-subnav a {
  text-decoration: none;
  color: #101828;
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
}

.rpg-subnav a.is-active {
  font-weight: 700;
}

.rpg-domain-btn {
  margin-left: auto;
  border: 1px solid #252b36;
  color: #101828;
  text-decoration: none;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  font-size: 0.96rem;
  font-weight: 600;
  white-space: nowrap;
}

.rpg-domain-btn::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.55rem;
  position: relative;
}

.rpg-domain-btn::after {
  content: "";
  width: 7px;
  height: 2px;
  background: currentColor;
  display: inline-block;
  transform: rotate(45deg);
  margin-left: -1.06rem;
  margin-right: 0.7rem;
  margin-top: 0.65rem;
}

@media (max-width: 980px) {
  .rpg-subnav-row {
    min-height: auto;
    padding: 0.7rem 0;
    flex-direction: column;
    align-items: stretch;
  }

  .rpg-subnav {
    overflow-x: auto;
    padding-bottom: 0.25rem;
    scrollbar-width: thin;
  }

  .rpg-domain-btn {
    margin-left: 0;
    width: 100%;
  }
}

/* Domains Page */
.rdm-main {
  background: #efefef;
}

.rdm-hero {
  padding: 1.9rem 0 1.1rem;
  text-align: center;
}

.rdm-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 3.7vw, 3.1rem);
  line-height: 1.08;
  color: #1f2937;
  letter-spacing: -0.02em;
}

.rdm-hero p {
  margin: 0.55rem auto 0;
  max-width: 66ch;
  color: #546177;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
}

.rdm-search {
  margin: 1.05rem auto 0;
  max-width: 880px;
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid #d5d9e2;
  border-radius: 14px;
  overflow: hidden;
  background: #f5f6f8;
}

.rdm-search input {
  min-height: 58px;
  border: 0;
  padding: 0 1rem;
  font-size: 1rem;
  outline: none;
  background: #ffffff;
}

.rdm-search button {
  min-width: 180px;
  border: 0;
  background: #e11d2f;
  color: #ffffff;
  font-size: 0.97rem;
  font-weight: 700;
}

.rdm-hints {
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.rdm-hints span {
  border: 1px solid #d5d9e2;
  border-radius: 999px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 0.7rem;
  color: #334155;
  font-size: 0.83rem;
  background: #f3f4f6;
}

.rdm-pricing {
  padding: 0.25rem 0 1.5rem;
}

.rdm-pricing h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  color: #1f2937;
}

.rdm-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.rdm-card {
  border: 1px solid #d5d9e2;
  border-radius: 14px;
  background: #f2f2f2;
  padding: 0.95rem;
}

.rdm-card h3 {
  margin: 0;
  font-size: 1.4rem;
  color: #1f2937;
}

.rdm-card p {
  margin: 0.35rem 0 0.55rem;
  color: #5a657b;
}

.rdm-card strong {
  color: #d22434;
  font-size: 1.05rem;
}

.rdm-transfer {
  padding: 0 0 2.5rem;
}

.rdm-transfer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.rdm-transfer-grid article {
  border: 1px solid #d5d9e2;
  border-radius: 14px;
  background: #f2f2f2;
  padding: 1rem;
}

.rdm-transfer-grid h3 {
  margin: 0;
  font-size: 1.18rem;
  color: #1f2937;
}

.rdm-transfer-grid p {
  margin: 0.45rem 0 0.7rem;
  color: #5a657b;
}

.rdm-transfer-grid a {
  color: #d22434;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .rdm-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .rdm-search {
    grid-template-columns: 1fr;
  }

  .rdm-search button {
    min-width: 0;
    min-height: 50px;
  }

  .rdm-grid,
  .rdm-transfer-grid {
    grid-template-columns: 1fr;
  }
}

/* Web Hosting Page */
.rwh-main {
  background: #efefef;
}

.rwh-hero {
  padding: 1.9rem 0 1.1rem;
}

.rwh-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 0.9rem;
  align-items: start;
}

.rwh-eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d8dbe2;
  border-radius: 999px;
  padding: 0.28rem 0.8rem;
  font-size: 0.84rem;
  color: #46546f;
}

.rwh-hero h1 {
  margin: 0.55rem 0 0.7rem;
  font-size: clamp(2rem, 3.7vw, 3.1rem);
  line-height: 1.08;
  color: #1f2937;
  letter-spacing: -0.02em;
}

.rwh-hero p {
  margin: 0;
  color: #556178;
  max-width: 58ch;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
}

.rwh-actions {
  margin-top: 0.9rem;
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.rwh-btn {
  text-decoration: none;
  min-height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  font-size: 0.94rem;
  font-weight: 700;
}

.rwh-btn-primary {
  background: #e11d2f;
  color: #ffffff;
}

.rwh-btn-outline {
  border: 1px solid #e11d2f;
  color: #d22434;
}

.rwh-highlight {
  border: 1px solid #d5d9e2;
  border-radius: 16px;
  background: #f2f2f2;
  padding: 1rem;
}

.rwh-highlight h3 {
  margin: 0 0 0.5rem;
  color: #1f2937;
  font-size: 1.2rem;
}

.rwh-highlight ul {
  margin: 0;
  padding-left: 1.15rem;
  color: #556178;
}

.rwh-highlight li {
  margin-bottom: 0.38rem;
}

.rwh-plans {
  padding: 0.35rem 0 1.5rem;
}

.rwh-plans h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  color: #1f2937;
}

.rwh-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0.5rem;
  width: fit-content;
  margin-bottom: 0.85rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d5d9e2;
  border-radius: 999px;
  background: #f8f9fb;
}

.rwh-tab-btn {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #374151;
  font-weight: 700;
  font-size: 1.06rem;
  padding: 0.75rem 1.8rem;
  min-width: 155px;
  cursor: pointer;
}

.rwh-tab-btn.is-active {
  background: #d22434;
  color: #fff;
  box-shadow: 0 8px 18px rgba(210, 36, 52, 0.22);
}

.rwh-tab-pane {
  display: none;
}

.rwh-tab-pane.is-active {
  display: block;
}

.rwh-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.rwh-card {
  border: 1px solid #d5d9e2;
  border-radius: 16px;
  background: #f2f2f2;
  padding: 0.95rem;
}

.rwh-card.is-featured {
  border-color: #e95b67;
  box-shadow: 0 8px 22px rgba(224, 34, 51, 0.12);
}

.rwh-card span {
  display: inline-flex;
  border: 1px solid #efb8bc;
  border-radius: 999px;
  min-height: 30px;
  align-items: center;
  padding: 0 0.65rem;
  color: #dd2333;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: #f6e8ea;
}

.rwh-card h3 {
  margin: 0.55rem 0 0.4rem;
  color: #1f2937;
  font-size: 1.5rem;
}

.rwh-card p {
  margin: 0;
  color: #5a657b;
}

.rwh-card ul {
  margin: 0.7rem 0;
  padding-left: 1.15rem;
  color: #2f3b50;
}

.rwh-card li {
  margin-bottom: 0.34rem;
}

.rwh-card a {
  color: #d22434;
  text-decoration: none;
  font-weight: 700;
}

.rwh-tech {
  padding: 0 0 2.6rem;
}

.rwh-tech-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.rwh-tech-grid article {
  border: 1px solid #d5d9e2;
  border-radius: 14px;
  background: #f2f2f2;
  padding: 0.95rem;
}

.rwh-tech-grid h3 {
  margin: 0;
  color: #1f2937;
  font-size: 1.08rem;
}

.rwh-tech-grid p {
  margin: 0.45rem 0 0;
  color: #5a657b;
}

@media (max-width: 1200px) {
  .rwh-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rwh-tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .rwh-hero-grid,
  .rwh-grid,
  .rwh-tech-grid {
    grid-template-columns: 1fr;
  }

  .rwh-actions .rwh-btn {
    width: 100%;
  }
}

.rws-main {
  background: radial-gradient(circle at 15% 12%, #f9fafb 0, #f3f6fb 45%, #edf2f8 100%);
}

.rws-hero {
  padding: 2.2rem 0 1.2rem;
}

.rws-hero-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 1rem;
  align-items: end;
}

.rws-eyebrow {
  margin: 0 0 0.55rem;
  color: #066f5f;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
  font-weight: 700;
}

.rws-hero h1 {
  margin: 0;
  color: #10233f;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.17;
}

.rws-hero p {
  margin: 0.65rem 0 0;
  color: #4f5f77;
  max-width: 720px;
}

.rws-hero-note {
  border: 1px solid #d5dceb;
  border-radius: 16px;
  background: linear-gradient(160deg, #f7fbff 0, #eef4ff 100%);
  padding: 1rem;
}

.rws-hero-note strong {
  display: block;
  color: #11325b;
  margin-bottom: 0.25rem;
}

.rws-hero-note p {
  margin: 0;
}

.rws-packages {
  padding: 0.35rem 0 1.8rem;
}

.rws-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.rws-card {
  position: relative;
  border-radius: 18px;
  padding: 1rem 1rem 1.08rem;
  border: 1px solid #d4dae7;
  background: #ffffff;
  box-shadow: 0 14px 26px rgba(26, 35, 61, 0.08);
}

.rws-card-starter {
  background: linear-gradient(165deg, #ffffff 0, #f8fbff 78%);
}

.rws-card-growth {
  background: linear-gradient(165deg, #ffffff 0, #fdf7f8 82%);
  border-color: #e8c3c8;
}

.rws-card-enterprise {
  background: linear-gradient(165deg, #ffffff 0, #f6fbfa 82%);
  border-color: #c8ddd5;
}

.rws-card.is-featured {
  transform: translateY(-8px);
  box-shadow: 0 20px 36px rgba(203, 52, 70, 0.2);
}

.rws-badge {
  position: absolute;
  top: -12px;
  right: 14px;
  border-radius: 999px;
  background: #d22434;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.32rem 0.62rem;
}

.rws-card-head span {
  display: inline-flex;
  border-radius: 999px;
  background: #ebf0fb;
  color: #20314d;
  min-height: 28px;
  padding: 0 0.72rem;
  align-items: center;
  font-weight: 700;
  font-size: 0.76rem;
  text-transform: uppercase;
}

.rws-card-head h3 {
  margin: 0.62rem 0 0.38rem;
  color: #132540;
  font-size: 1.72rem;
}

.rws-card-head p {
  margin: 0;
  color: #576780;
}

.rws-card ul {
  margin: 0.82rem 0 1rem;
  padding-left: 1.05rem;
}

.rws-card li {
  margin-bottom: 0.4rem;
  color: #273a57;
}

.rws-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 12px;
  padding: 0 1rem;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  background: #223754;
}

.rws-card-growth a {
  background: #d22434;
}

.rws-card-enterprise a {
  background: #0e6e60;
}

.rws-trust {
  padding: 0 0 2.5rem;
}

.rws-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.rws-trust-grid article {
  border: 1px solid #d5dceb;
  border-radius: 14px;
  background: #f2f6fb;
  padding: 0.95rem;
}

.rws-trust-grid h4 {
  margin: 0;
  color: #142847;
  font-size: 1.06rem;
}

.rws-trust-grid p {
  margin: 0.45rem 0 0;
  color: #5a677f;
}

@media (max-width: 1180px) {
  .rws-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rws-hero-grid {
    grid-template-columns: 1fr;
  }

  .rws-card.is-featured {
    transform: none;
  }
}

@media (max-width: 860px) {
  .rws-grid,
  .rws-trust-grid {
    grid-template-columns: 1fr;
  }
}

/* Cart Page */
.rct-main {
  background: #efefef;
}

.rct-hero {
  padding: 1.8rem 0 0.9rem;
}

.rct-hero h1 {
  margin: 0;
  color: #1f2937;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.1;
}

.rct-hero p {
  margin: 0.55rem 0 0;
  color: #556178;
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
}

.rct-wrap {
  padding: 0 0 2.6rem;
}

.rct-grid {
  display: grid;
  grid-template-columns: 1.65fr 0.85fr;
  gap: 0.85rem;
  align-items: start;
  overflow: visible;
}

.rct-right {
  position: sticky !important;
  top: 1rem !important;
  align-self: start;
}

.rct-card,
.rct-summary-card {
  border: 1px solid #d3d7e0;
  border-radius: 14px;
  background: #f2f2f2;
}

.rct-card + .rct-card {
  margin-top: 0.85rem;
}

.rct-card-head {
  min-height: 62px;
  border-bottom: 1px solid #dbdfe7;
  padding: 0.85rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.rct-card-head h2 {
  margin: 0;
  color: #1f2937;
  font-size: 1.15rem;
}

.rct-card-head span {
  border: 1px solid #d3d7e0;
  border-radius: 999px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 0.65rem;
  color: #334155;
  font-size: 0.83rem;
  font-weight: 700;
  background: #eceef2;
}

.rct-table-wrap {
  overflow-x: auto;
}

.rct-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}

.rct-table th,
.rct-table td {
  border-bottom: 1px solid #dde2ea;
  padding: 0.8rem 1rem;
  color: #273244;
  text-align: left;
  vertical-align: middle;
}

.rct-table th {
  background: #eceff3;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.77rem;
  color: #475569;
}

.rct-table tbody tr:last-child td {
  border-bottom: 0;
}

.rct-table strong {
  color: #111827;
}

.rct-remove-btn {
  border: 1px solid #e4b2b7;
  border-radius: 8px;
  min-height: 34px;
  padding: 0 0.7rem;
  background: #f7ebed;
  color: #c62834;
  font-size: 0.8rem;
  font-weight: 700;
}

.rct-empty-row td {
  padding: 1.3rem 1rem;
}

.rct-empty-state {
  text-align: center;
}

.rct-empty-state h3 {
  margin: 0;
  color: #1f2937;
  font-size: 1.08rem;
}

.rct-empty-state p {
  margin: 0.42rem 0 0.8rem;
  color: #5b667d;
}

.rct-empty-state a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0 0.95rem;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  background: #d22434;
}

.rct-plan-selector-card {
  overflow: hidden;
}

.rct-plan-selector-top {
  padding: 0.9rem 1rem 0.7rem;
  display: flex;
  justify-content: flex-end;
}

.rct-currency-picker {
  width: 304px;
  max-width: 100%;
  display: grid;
  gap: 0.32rem;
}

.rct-currency-picker label {
  color: #111827;
  font-size: 1.02rem;
  text-align: right;
}

.rct-currency-picker select,
.rct-plan-group-section select {
  width: 100%;
  min-height: 52px;
  border: 1px solid #d6dbe4;
  border-radius: 2px;
  background: #f7f8fa;
  color: #4a5568;
  padding: 0 2.1rem 0 0.95rem;
  font-size: 1.02rem;
}

.rct-plan-selector-body {
  border-top: 1px solid #dce1e8;
}

.rct-plan-group-section {
  padding: 1rem;
}

.rct-plan-group-section h3,
.rct-plan-choose-head h3 {
  margin: 0;
  color: #1f3555;
  font-size: 1.02rem;
  text-transform: uppercase;
}

.rct-plan-group-section select {
  width: min(370px, 100%);
  margin-top: 0.8rem;
  border: 0;
  border-bottom: 1px solid #c7ced8;
  border-radius: 0;
  background: transparent;
  padding-left: 0.7rem;
  min-height: 46px;
  color: #334c75;
}

.rct-plan-choose-section {
  border-top: 1px solid #dce1e8;
  padding: 1rem;
}

.rct-plan-choose-head {
  margin-bottom: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}

.rct-domain-config {
  border: 1px solid #c7d8e6;
  background: #d7e7f2;
  padding: 1rem;
  border-radius: 4px;
}

.rct-domain-config h4 {
  margin: 0;
  color: #1f2937;
  font-size: 1.02rem;
  text-transform: uppercase;
}

.rct-domain-option {
  margin-top: 0.55rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #223b5c;
  font-size: 0.98rem;
}

.rct-domain-option input {
  width: 18px;
  height: 18px;
}

.rct-domain-search-row {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px 58px;
}

.rct-domain-search-row input,
.rct-domain-search-row select {
  min-height: 50px;
  border: 1px solid #ced8e3;
  background: #f8fafc;
  color: #334155;
  padding: 0 0.85rem;
}

.rct-domain-search-row input {
  border-radius: 2px 0 0 2px;
}

.rct-domain-search-row select {
  border-left: 0;
}

.rct-domain-search-row button {
  min-height: 50px;
  border: 0;
  border-radius: 0 4px 4px 0;
  background: #2496cf;
  color: #fff;
  font-size: 1.2rem;
}

.rct-domain-search-note {
  margin: 0.55rem 0 0;
  color: #456181;
  font-size: 0.84rem;
}

.rct-domain-search-note.is-error {
  color: #c62828;
}

.rct-domain-search-note.is-hidden {
  display: none;
}

.rct-domain-result {
  margin-top: 0.8rem;
  border: 1px solid #cfd8e3;
  border-bottom: 4px solid #2496cf;
  border-radius: 4px;
  background: #fff;
  padding: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.rct-domain-result.is-hidden {
  display: none;
}

.rct-domain-result-msg {
  margin: 0;
  color: #2f4d71;
}

.rct-domain-result-msg.is-available {
  color: #1188c8;
  font-weight: 700;
  text-transform: uppercase;
}

.rct-domain-result-msg.is-unavailable {
  color: #b91c1c;
  font-weight: 700;
}

.rct-domain-result-meta {
  margin-top: 0.45rem;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.rct-domain-result-meta strong {
  color: #1f3555;
  font-size: 1.1rem;
}

.rct-domain-result-meta strong:last-child {
  color: #1289c7;
}

.rct-domain-result-action button {
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  background: #23364f;
  color: #fff;
  padding: 0 1rem;
  font-weight: 700;
}

.rct-domain-result-action span {
  color: #5b677f;
  font-weight: 600;
}

.rct-plan-nav {
  display: inline-flex;
  gap: 0.45rem;
}

.rct-plan-nav-row {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: flex-end;
}

.rct-plan-nav button {
  width: 34px;
  height: 34px;
  border: 1px solid #ccd3df;
  border-radius: 50%;
  background: #f8fafc;
  color: #2c476d;
  font-size: 1.3rem;
  line-height: 1;
}

.rct-plan-nav button:disabled {
  opacity: 0.45;
}

.rct-plan-track-wrap {
  overflow: hidden;
}

.rct-plan-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 2rem) / 3);
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  padding-bottom: 0.2rem;
}

.rct-plan-track.is-empty {
  grid-auto-columns: 100%;
}

.rct-plan-card,
.rct-plan-empty {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid #d4dae4;
  border-radius: 4px;
  background: #f3f3f3;
  padding: 0.95rem 0.85rem;
  scroll-snap-align: start;
}

.rct-plan-empty {
  max-width: 100%;
  min-height: 120px;
  display: grid;
  place-items: center;
}

.rct-plan-empty p {
  margin: 0;
  color: #5a677f;
}

.rct-plan-badge {
  border-radius: 999px;
  background: #c9e9de;
  color: #168a62;
  min-height: 22px;
  padding: 0 0.7rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.73rem;
}

.rct-plan-card h4 {
  margin: 0.45rem 0 0;
  color: #1f2937;
  font-size: 1.08rem;
  line-height: 1.2;
  min-height: 2.6em;
}

.rct-plan-cycle-caption {
  margin: 0.6rem 0 0.45rem;
  color: #6b7280;
  font-size: 0.95rem;
}

.rct-plan-price-box {
  border: 1px solid #d8dde6;
  border-radius: 4px;
  min-height: 76px;
  background: #f7f8fa;
  padding: 0.6rem 0.75rem;
  display: grid;
  align-content: center;
  gap: 0.2rem;
}

.rct-plan-price-box span {
  color: #58657b;
  font-size: 0.92rem;
}

.rct-plan-price-box strong {
  color: #2773da;
  font-size: 2rem;
  line-height: 1;
}

.rct-plan-price-box strong small {
  color: #2773da;
  font-size: 0.5em;
  font-weight: 500;
}

.rct-plan-add-btn {
  width: 100%;
  border: 0;
  border-radius: 4px;
  min-height: 40px;
  margin-top: 0.8rem;
  background: #3f84d4;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

.rct-plan-add-btn span {
  font-size: 1.15em;
  margin-left: 0.35rem;
}

.rct-plan-card ul {
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
  max-height: 122px;
  overflow-y: auto;
}

.rct-plan-card li {
  color: #1f2937;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}

.rct-auth-card {
  overflow: hidden;
}

.rct-auth-head {
  min-height: 76px;
  border-bottom: 1px solid #dbdfe7;
  padding: 0.95rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.rct-auth-head h2 {
  margin: 0;
  color: #1d2f4b;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.15;
}

.rct-auth-create {
  min-height: 46px;
  border-radius: 8px;
  border: 0;
  background: #ecab4c;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}

.rct-auth-create:hover {
  color: #fff;
  background: #de9b3a;
}

.rct-auth-body {
  padding: 1.15rem 1rem 1rem;
}

.is-hidden {
  display: none !important;
}

.rct-auth-message {
  margin: 0 0 0.65rem;
  padding: 0.55rem 0.7rem;
  border-radius: 6px;
  font-size: 0.86rem;
}

.rct-auth-message.is-info {
  background: #e8f0fb;
  color: #2d4e7f;
}

.rct-auth-message.is-success {
  background: #e5f6eb;
  color: #1b7a3c;
}

.rct-auth-message.is-error {
  background: #fdebec;
  color: #b0252f;
}

.rct-auth-subhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.rct-auth-subhead h3 {
  margin: 0;
  color: #3e5a86;
  font-size: 1.08rem;
  font-weight: 700;
}

.rct-auth-chevron {
  color: #506384;
  font-size: 1.15rem;
  line-height: 1;
}

.rct-auth-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1.1rem;
}

.rct-auth-fields label {
  color: #4e5d77;
  font-size: 0.9rem;
}

.rct-auth-fields input {
  min-height: 48px;
  border: 0;
  border-bottom: 1px solid #bcc5d4;
  border-radius: 0;
  background: transparent;
  color: #1f2937;
  padding: 0 0.6rem;
  font-size: 1.02rem;
}

.rct-auth-fields-register {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rct-auth-checkbox {
  margin-top: 0.8rem;
  display: inline-flex;
  gap: 0.45rem;
  align-items: flex-start;
  color: #506079;
  font-size: 0.85rem;
}

.rct-auth-checkbox input {
  margin-top: 0.18rem;
}

.rct-auth-client-detail h4 {
  margin: 0 0 0.55rem;
  color: #1d2f4b;
  font-size: 1.08rem;
}

.rct-auth-client-detail p {
  margin: 0.25rem 0;
  color: #3f4f65;
}

.rct-auth-fields input:focus {
  outline: none;
  border-bottom-color: #2f4f84;
}

.rct-auth-actions {
  border-top: 1px solid #dde1e8;
  background: #eceff3;
  padding: 1.05rem 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.rct-auth-login {
  min-width: 78px;
  min-height: 44px;
  border-radius: 6px;
  background: #23a6bc;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  border: 0;
  cursor: pointer;
}

.rct-auth-login:hover {
  color: #fff;
  background: #1c96ab;
}

.rct-checkout-block {
  padding: 1rem;
  display: grid;
  gap: 0.9rem;
}

.rct-checkout-panel {
  border: 1px solid #d6dbe4;
  border-radius: 8px;
  background: #f5f5f5;
  padding: 1rem;
}

.rct-checkout-panel h3 {
  margin: 0;
  color: #1f2937;
  font-size: 1.05rem;
  text-transform: uppercase;
}

.rct-checkout-panel p {
  margin: 0.75rem 0;
  color: #4a5568;
  font-size: 0.93rem;
  line-height: 1.55;
}

.rct-payment-grid {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 0.6rem;
}

.rct-payment-item {
  min-height: 50px;
  border: 1px solid #d1d7e1;
  border-radius: 4px;
  background: #f7f8fa;
  color: #314056;
  font-weight: 700;
  font-size: 0.95rem;
}

.rct-payment-item.is-active {
  border-color: #2b8dd8;
  background: #f4f9ff;
}

.rct-payment-empty {
  grid-column: 1 / -1;
  margin: 0;
}

.rct-switch {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.rct-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rct-switch-slider {
  width: 38px;
  height: 20px;
  border-radius: 999px;
  background: #ce3f2a;
  position: relative;
  transition: background-color 0.2s ease;
}

.rct-switch-slider::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.2s ease;
}

.rct-switch input:checked + .rct-switch-slider {
  background: #1e9d61;
}

.rct-switch input:checked + .rct-switch-slider::before {
  transform: translateX(18px);
}

.rct-checkout-panel textarea {
  width: 100%;
  border: 1px solid #d6dbe4;
  border-radius: 4px;
  background: #f8f8f8;
  color: #1f2937;
  padding: 0.75rem 0.85rem;
  resize: vertical;
  min-height: 78px;
}

.rct-terms-check {
  margin-top: 0.75rem;
  display: inline-flex;
  gap: 0.45rem;
  align-items: flex-start;
  color: #5a677f;
  font-size: 0.82rem;
}

.rct-terms-check input {
  margin-top: 0.15rem;
}

.rct-terms-check a {
  color: #3c66a8;
  text-decoration: none;
}

.rct-terms-check a:hover {
  text-decoration: underline;
}

.rct-promo {
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.6rem;
}

.rct-promo input {
  min-height: 44px;
  border: 1px solid #d3d7e0;
  border-radius: 10px;
  padding: 0 0.7rem;
  background: #fff;
  color: #1f2937;
}

.rct-promo button {
  min-height: 44px;
  border: 0;
  border-radius: 10px;
  padding: 0 1rem;
  background: #1f2937;
  color: #fff;
  font-weight: 700;
}

.rct-promo-note {
  margin: 0;
  padding: 0 1rem 1rem;
  color: #5f6b81;
  font-size: 0.85rem;
}

.rct-summary-card {
  padding: 1rem;
}

.rct-summary-card header h2 {
  margin: 0;
  color: #1f2937;
  font-size: 1.18rem;
}

.rct-summary-card dl {
  margin: 0.95rem 0 0;
}

.rct-summary-card dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.65rem 0;
  border-bottom: 1px dashed #d6d9e2;
}

.rct-summary-card dt,
.rct-summary-card dd {
  margin: 0;
}

.rct-summary-card dt {
  color: #4c5a72;
  font-size: 0.92rem;
}

.rct-summary-card dd {
  color: #111827;
  font-size: 0.94rem;
  font-weight: 700;
}

.rct-summary-card .rct-total-row {
  border-bottom: 0;
  margin-top: 0.15rem;
  padding-top: 0.8rem;
}

.rct-summary-card .rct-total-row dt,
.rct-summary-card .rct-total-row dd {
  color: #1f2937;
  font-size: 1.02rem;
  font-weight: 800;
}

.rct-summary-actions {
  margin-top: 1rem;
  display: grid;
  gap: 0.55rem;
}

.rct-summary-actions a {
  min-height: 44px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  font-size: 0.92rem;
  font-weight: 700;
}

#rctCheckoutBtn {
  background: #d22434;
  color: #fff;
}

.rct-secondary-btn {
  border: 1px solid #cfd5df;
  color: #1f2937;
  background: #eceff3;
}

@media (max-width: 1200px) {
  .rct-grid {
    grid-template-columns: 1.4fr 1fr;
  }

  .rct-payment-grid {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
  }
}

@media (max-width: 991px) {
  .rct-grid {
    grid-template-columns: 1fr;
  }

  .rct-right {
    position: static !important;
    top: auto;
  }

  .rct-plan-track {
    grid-auto-columns: calc((100% - 1rem) / 2);
  }
}

@media (max-width: 760px) {
  .rct-hero {
    padding-top: 1.4rem;
  }

  .rct-payment-grid {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }

  .rct-promo {
    grid-template-columns: 1fr;
  }

  .rct-auth-head h2 {
    font-size: 1.85rem;
  }

  .rct-plan-selector-top {
    justify-content: stretch;
  }

  .rct-currency-picker {
    width: 100%;
  }

  .rct-currency-picker label {
    text-align: left;
  }

  .rct-plan-group-section select {
    width: 100%;
  }

  .rct-plan-card {
    width: 100%;
  }

  .rct-domain-search-row {
    grid-template-columns: minmax(0, 1fr) 130px 52px;
  }

  .rct-domain-result {
    flex-direction: column;
    align-items: flex-start;
  }

  .rct-domain-result-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .rct-plan-nav-row {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .rct-wrap {
    padding-bottom: 1.7rem;
  }

  .rct-card,
  .rct-summary-card {
    border-radius: 10px;
  }

  .rct-card-head {
    padding: 0.75rem 0.8rem;
    min-height: 54px;
    flex-wrap: wrap;
  }

  .rct-card-head h2 {
    font-size: 1rem;
  }

  .rct-card-head span {
    min-height: 28px;
    font-size: 0.78rem;
  }

  .rct-auth-head {
    padding: 0.75rem 0.8rem;
    min-height: 56px;
    flex-direction: column;
    align-items: stretch;
  }

  .rct-auth-head h2 {
    font-size: 1.22rem;
  }

  .rct-auth-create {
    min-height: 40px;
    font-size: 0.9rem;
  }

  .rct-auth-body {
    padding: 0.9rem 0.8rem;
  }

  .rct-auth-subhead {
    margin-bottom: 0.8rem;
  }

  .rct-auth-subhead h3 {
    font-size: 0.98rem;
  }

  .rct-auth-fields {
    grid-template-columns: 1fr;
    gap: 0.42rem;
  }

  .rct-auth-fields-register {
    grid-template-columns: 1fr;
  }

  .rct-auth-fields input {
    min-height: 44px;
    font-size: 0.95rem;
    padding-left: 0.45rem;
  }

  .rct-auth-actions {
    padding: 0.85rem 0.8rem;
  }

  .rct-auth-login {
    min-height: 40px;
    font-size: 0.94rem;
  }

  .rct-plan-selector-top,
  .rct-plan-group-section,
  .rct-plan-choose-section {
    padding: 0.8rem;
  }

  .rct-domain-config {
    padding: 0.8rem;
  }

  .rct-domain-config h4 {
    font-size: 0.92rem;
  }

  .rct-domain-option {
    font-size: 0.86rem;
    gap: 0.5rem;
  }

  .rct-domain-search-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .rct-domain-search-row input,
  .rct-domain-search-row select,
  .rct-domain-search-row button {
    border-radius: 4px;
    border-left: 1px solid #ced8e3;
  }

  .rct-domain-search-row button {
    min-height: 44px;
    font-size: 1rem;
  }

  .rct-domain-result-meta strong {
    font-size: 0.96rem;
  }

  .rct-currency-picker label,
  .rct-currency-picker select,
  .rct-plan-group-section select {
    font-size: 0.92rem;
  }

  .rct-plan-group-section h3,
  .rct-plan-choose-head h3 {
    font-size: 0.9rem;
  }

  .rct-plan-nav button {
    width: 30px;
    height: 30px;
    font-size: 1.1rem;
  }

  .rct-plan-track {
    grid-auto-columns: 100%;
    gap: 0.75rem;
  }

  .rct-plan-card {
    width: 100%;
  }

  .rct-plan-badge {
    font-size: 0.7rem;
  }

  .rct-plan-card h4 {
    font-size: 0.98rem;
  }

  .rct-plan-price-box strong {
    font-size: 1.65rem;
  }

  .rct-plan-cycle-caption,
  .rct-plan-price-box span,
  .rct-plan-card li {
    font-size: 0.86rem;
  }

  .rct-plan-add-btn {
    min-height: 38px;
    font-size: 0.92rem;
  }

  .rct-table {
    min-width: 100%;
  }

  .rct-table thead {
    display: none;
  }

  .rct-table,
  .rct-table tbody,
  .rct-table tr {
    display: block;
    width: 100%;
  }

  .rct-table tr {
    border-bottom: 1px solid #dfe3ea;
    padding: 0.3rem 0;
  }

  .rct-table tbody tr:last-child {
    border-bottom: 0;
  }

  .rct-table td {
    display: grid;
    grid-template-columns: minmax(104px, 38%) 1fr;
    gap: 0.55rem;
    align-items: center;
    border: 0;
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem;
  }

  .rct-table td::before {
    content: attr(data-label);
    color: #5c6980;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 0.72rem;
    font-weight: 700;
  }

  .rct-table td:last-child {
    padding-top: 0.7rem;
  }

  .rct-remove-btn {
    min-height: 32px;
    justify-self: start;
  }

  .rct-empty-row td {
    display: block;
    border: 0;
    padding: 1rem 0.8rem;
  }

  .rct-empty-row td::before {
    content: none;
  }

  .rct-checkout-block {
    padding: 0.8rem;
    gap: 0.75rem;
  }

  .rct-checkout-panel {
    padding: 0.8rem;
  }

  .rct-checkout-panel h3 {
    font-size: 0.88rem;
  }

  .rct-checkout-panel p {
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .rct-payment-grid {
    grid-template-columns: 1fr;
  }

  .rct-payment-item {
    min-height: 46px;
    font-size: 0.88rem;
  }

  .rct-promo {
    padding: 0.8rem;
  }

  .rct-promo input,
  .rct-promo button {
    min-height: 42px;
    font-size: 0.9rem;
  }

  .rct-promo-note {
    padding: 0 0.8rem 0.8rem;
    font-size: 0.82rem;
  }

  .rct-summary-card {
    padding: 0.8rem;
  }

  .rct-summary-card dt,
  .rct-summary-card dd {
    font-size: 0.88rem;
  }

  .rct-summary-card .rct-total-row dt,
  .rct-summary-card .rct-total-row dd {
    font-size: 0.95rem;
  }
}

/* WhatsApp Floating Widget */
.rd-whatsapp-widget {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1050;
  min-height: 56px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.58rem 1rem 0.58rem 0.7rem;
  box-shadow: 0 14px 28px rgba(9, 91, 44, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rd-whatsapp-widget:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(9, 91, 44, 0.33);
}

.rd-whatsapp-widget__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1fb858;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rd-whatsapp-widget__icon svg {
  width: 22px;
  height: 22px;
}

.rd-whatsapp-widget__text {
  font-weight: 600;
  letter-spacing: 0.01em;
}

@media (max-width: 560px) {
  .rd-whatsapp-widget {
    right: 0.85rem;
    bottom: 0.85rem;
    min-height: 50px;
    padding-right: 0.85rem;
  }

  .rd-whatsapp-widget__text {
    display: none;
  }
}
