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-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;
  text-decoration: none;
}

.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-text {
    font-size: 3rem;
  }
}

@media (max-width: 992px) {
  .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-header-inner {
    min-height: 72px;
  }

  .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;
  }
}

/* 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;
  text-transform: lowercase;
}

.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;
  }
}

/* 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-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%;
  }
}

/* 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;
  }
}
