.ovh-catalog { padding: 24px 0 48px; color: #333; }
.ovh-nav-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.ovh-nav-tabs a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #d9e2ec;
  border-radius: 10px;
  padding: 10px 16px;
  color: #334e68;
  text-decoration: none;
  font-weight: 650;
  line-height: 1;
}
.ovh-nav-tabs a i { color: #386870; }
.ovh-nav-tabs a.active,
.ovh-nav-tabs a:hover {
  background: #f4faea;
  color: #386870;
  border-color: var(--brand-primary);
}
.ovh-nav-tabs a.active i,
.ovh-nav-tabs a:hover i { color: var(--brand-primary); }
.ovh-filters { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.ovh-filter-form { display: flex; gap: 12px; flex-wrap: wrap; }
.ovh-filter-group label { display: block; font-size: 12px; color: #627d98; margin-bottom: 4px; }
.ovh-filter-group select, .ovh-field select {
  min-width: 220px; height: 40px; border: 1px solid #d9e2ec; border-radius: 8px; padding: 0 10px; background: #fff;
}
.ovh-count { color: #486581; font-weight: 600; }
.ovh-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  align-items: stretch;
}
.ovh-card {
  position: relative;
  background: #fff;
  border: 1px solid #d9e2ec;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(16,24,40,.05);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.ovh-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(16,24,40,.10);
  border-color: #b6c8de;
}
.ovh-card.is-unavailable { opacity: .72; }
.ovh-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; gap: 8px; }
.ovh-badge { background: var(--brand-primary-soft); color: var(--brand-secondary); border-radius: 999px; padding: 4px 10px; font-size: 12px; font-weight: 700; }
.ovh-status { border-radius: 999px; padding: 4px 10px; font-size: 12px; font-weight: 700; }
.ovh-status.ok { background: #dcfce7; color: #166534; }
.ovh-status.no { background: #fee2e2; color: #991b1b; }
.ovh-card-head { text-align: center; margin-bottom: 12px; }
.ovh-card-icon {
  width: 46px; height: 46px; margin: 0 auto 10px;
  border-radius: 12px; background: var(--brand-primary-soft); color: var(--brand-primary);
  display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.ovh-card-icon.is-dedicated { background: #f1f5f9; color: #334155; }
.ovh-title {
  margin: 0; font-size: 18px; font-weight: 750; color: #102a43; line-height: 1.3;
  min-height: 2.5em; display: flex; align-items: center; justify-content: center; text-align: center;
}
.ovh-os-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 8px auto 0;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
}
.ovh-os-badge i { font-size: 13px; }
.ovh-os-badge.is-linux {
  background: #fff7ed;
  color: #9a3412;
  border: 1px solid #fdba74;
}
.ovh-os-badge.is-both {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #93c5fd;
}
.ovh-os-note {
  margin: 8px 0 0;
  font-size: 13px;
  color: #9a3412;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  padding: 8px 10px;
}
.ovh-os-price-note {
  margin: 10px 0 0;
  text-align: left;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 12.5px;
  line-height: 1.45;
}
.ovh-os-price-note-title {
  font-weight: 800;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ovh-os-price-note-body { opacity: 0.95; }
.ovh-os-price-note.is-linux {
  background: #fff7ed;
  color: #9a3412;
  border: 1px solid #fed7aa;
}
.ovh-os-price-note.is-both {
  background: #eff6ff;
  color: #1e3a8a;
  border: 1px solid #93c5fd;
}
[dir="rtl"] .ovh-os-price-note { text-align: right; }
.ovh-card-pricebox .ovh-os-price-note { margin-top: 12px; }
.ovh-card-pricebox {
  background: #f8fbff;
  border: 1px solid #e8eef6;
  border-radius: 12px;
  padding: 14px 10px;
  margin-bottom: 12px;
  text-align: center;
}
.ovh-card-pricebox .ovh-price { font-size: 28px; }
.ovh-specs { list-style: none; padding: 0; margin: 0 0 12px; flex: 1 1 auto; }
.ovh-specs li {
  display: flex; align-items: flex-start; gap: 8px;
  padding: 8px 0; border-bottom: 1px dashed #e7eef5; color: #486581; font-size: 13px; line-height: 1.35;
}
.ovh-specs li:last-child { border-bottom: 0; }
.ovh-specs li i { color: #16a34a; margin-top: 2px; flex: 0 0 auto; }
.ovh-specs-more { color: var(--brand-primary) !important; font-weight: 700; justify-content: center; border-bottom: 0 !important; }
.ovh-specs-extra {
  display: block;
  border-bottom: 0 !important;
  padding: 0 !important;
}
.ovh-specs-extra[hidden] { display: none !important; }
.ovh-specs-extra > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ovh-specs-extra > ul > li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px dashed #e7eef5;
  color: #486581;
  font-size: 13px;
  line-height: 1.35;
}
.ovh-specs-extra > ul > li:last-child { border-bottom: 0; }
.ovh-specs-extra > ul > li i { color: #16a34a; margin-top: 2px; flex: 0 0 auto; }
.ovh-specs-toggle {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  color: var(--brand-primary);
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  line-height: inherit;
}
.ovh-specs-toggle:hover { text-decoration: underline; }

/* Domains — professional rate sheet */
.ovh-domains-page .ovh-kicker {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ovh-section-head { margin-bottom: 18px; }
.ovh-section-sub {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 14px;
  max-width: 560px;
  line-height: 1.55;
}
.ovh-domains-page .ovh-section-title {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -.025em;
  color: var(--brand-secondary);
}
.ovh-btn.ghost {
  background: #fff;
  color: var(--brand-secondary);
  border: 1px solid #cbd5e1;
}
.ovh-btn.ghost:hover { background: #f8fafc; }

.ovh-rate-sheet {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
}
.ovh-rate-sheet-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 18px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
}
.ovh-rate-sheet-scroll { overflow-x: auto; }
.ovh-rate-sheet-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}
.ovh-rate-sheet-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  text-align: left;
  padding: 11px 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #64748b;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}
.ovh-rate-sheet-table tbody td {
  padding: 16px 18px;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
}
.ovh-rate-sheet-table tbody tr:last-child td { border-bottom: 0; }
.ovh-rate-sheet-table tbody tr:hover td { background: #f8fafc; }
.ovh-rate-sheet-table tbody tr.is-popular td {
  background: #fcfcfd;
}
.ovh-rate-sheet-table tbody tr.is-popular:hover td {
  background: #f8fafc;
}
.ovh-rate-sheet-table .ext-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ovh-rate-sheet-table .tld {
  font-size: 16px;
  font-weight: 700;
  color: var(--brand-secondary);
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
}
.ovh-rate-sheet-table .pop {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #475569;
  background: #e2e8f0;
  border-radius: 3px;
  padding: 3px 6px;
}
.ovh-rate-sheet-table .rate-primary {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.ovh-rate-sheet-table .rate-primary .num {
  font-size: 16px;
  font-weight: 700;
  color: var(--brand-secondary);
  font-variant-numeric: tabular-nums;
}
.ovh-rate-sheet-table .rate-primary .was {
  font-size: 13px;
  color: #94a3b8;
  text-decoration: line-through;
  font-variant-numeric: tabular-nums;
}
.ovh-rate-sheet-table .rate-local {
  margin-top: 3px;
  font-size: 12px;
  color: #94a3b8;
}
.ovh-rate-sheet-table .rate-plain {
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  font-variant-numeric: tabular-nums;
}
.ovh-rate-sheet-table .col-act {
  text-align: right;
  width: 1%;
  white-space: nowrap;
}
.ovh-rate-cta {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--brand-secondary);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  border-bottom: 1px solid #cbd5e1;
  border-radius: 0;
  line-height: 1.4;
}
.ovh-rate-cta:hover {
  border-bottom-color: var(--brand-secondary);
}
.ovh-row-extra[hidden] { display: none !important; }
.ovh-rate-sheet-foot {
  padding: 14px 18px;
  border-top: 1px solid #e2e8f0;
  text-align: center;
  background: #fafbfc;
}
.ovh-tld-grid-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--brand-secondary);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 4px 8px;
}
.ovh-tld-grid-toggle:hover { color: #334155; }

@media (max-width: 767px) {
  .ovh-rate-sheet-table tbody td { padding: 14px 12px; }
  .ovh-rate-sheet-table .tld { font-size: 15px; }
}
.ovh-field { margin-bottom: 10px; }
.ovh-field label { display: block; font-size: 12px; color: #627d98; margin-bottom: 4px; font-weight: 600; }
.ovh-field select {
  width: 100%; min-width: 0; height: 40px; border: 1px solid #d9e2ec; border-radius: 8px; padding: 0 10px; background: #fff;
}
.ovh-order-form { margin-top: auto; }
.ovh-card-cta { margin-top: 8px; }
.ovh-card-cta .ovh-btn { width: 100%; }
.ovh-price-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 10px; margin-top: auto; }
.ovh-price { color: var(--brand-primary); font-size: 26px; font-weight: 800; line-height: 1.1; }
.ovh-period { color: #829ab1; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; margin-top: 2px; }
.ovh-egp { color: #627d98; font-size: 13px; margin-top: 6px; }
.ovh-setup { color: #829ab1; font-size: 12px; margin-top: 4px; }
.ovh-setup-badge {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(var(--brand-primary-rgb), 0.14);
  color: #386870;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.ovh-btn {
  background: var(--brand-primary); color: #fff !important; border: 0; border-radius: 10px;
  padding: 12px 16px; font-weight: 700; text-decoration: none; display: inline-block; cursor: pointer;
}
.ovh-btn.disabled, .ovh-btn:disabled { background: #cbd5e1; cursor: not-allowed; }
.ovh-btn.block { width: 100%; text-align: center; }
.ovh-btn.solid { background: var(--brand-primary-hover); }
.ovh-empty { padding: 40px; text-align: center; color: #627d98; background: #fff; border-radius: 12px; }
.ovh-section-title { margin: 10px 0 18px; font-size: 22px; color: #102a43; }

.ovh-plan-includes {
  position: relative;
  margin: 36px 0 12px;
  padding: 28px 24px 22px;
  background: #fff;
  border: 1px dashed rgba(56, 104, 112, 0.45);
  border-radius: 14px;
}
.ovh-plan-includes-title {
  position: absolute;
  top: -12px;
  left: 22px;
  padding: 0 12px;
  background: #fff;
  color: #102a43;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.ovh-plan-includes-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 28px;
}
.ovh-plan-includes-grid li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #243b53;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}
.ovh-plan-includes-grid i {
  color: var(--brand-primary);
  margin-top: 2px;
  flex: 0 0 auto;
}
@media (max-width: 991px) {
  .ovh-plan-includes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575px) {
  .ovh-plan-includes { padding: 26px 16px 18px; }
  .ovh-plan-includes-title { left: 14px; font-size: 15px; }
  .ovh-plan-includes-grid { grid-template-columns: 1fr; gap: 10px; }
}

.ovh-hosting-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  align-items: stretch;
}
.ovh-hosting-col {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #d9e2ec;
  border-radius: 16px;
  padding: 22px 18px 18px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(16, 42, 67, .05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  min-height: 100%;
  overflow: visible;
}
.ovh-hosting-col:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(16, 42, 67, .10);
  border-color: #b6c8de;
}
.ovh-hosting-col.is-featured {
  border-color: var(--brand-primary);
  box-shadow: 0 10px 28px rgba(31, 111, 235, .16);
}
.ovh-hosting-badge {
  position: absolute;
  top: -11px;
  inset-inline-start: 14px;
  inset-inline-end: auto;
  right: auto;
  left: auto;
  z-index: 3;
  background: var(--brand-primary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: none;
  border-radius: 999px;
  padding: 5px 12px;
  white-space: nowrap;
  pointer-events: none;
}
.ovh-discount {
  position: absolute; top: 12px; left: 12px; background: #ef4444; color: #fff;
  border-radius: 999px; padding: 4px 9px; font-size: 12px; font-weight: 700;
}
.ovh-hosting-head { margin-bottom: 12px; }
.ovh-hosting-icon {
  width: 44px; height: 44px; margin: 0 auto 10px;
  border-radius: 12px; background: var(--brand-primary-soft); color: var(--brand-primary);
  display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.ovh-hosting-col h3 {
  margin: 0; font-size: 18px; font-weight: 750; color: #102a43; line-height: 1.3;
  min-height: 2.6em; display: flex; align-items: center; justify-content: center;
}
.ovh-hosting-pricebox {
  background: #f8fbff;
  border: 1px solid #e8eef6;
  border-radius: 12px;
  padding: 14px 10px;
  margin-bottom: 14px;
}
.ovh-hosting-pricebox .ovh-price {
  font-size: 30px; color: var(--brand-primary); font-weight: 800; line-height: 1.1;
}
.ovh-hosting-pricebox .ovh-period {
  margin-top: 2px; color: #829ab1; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em;
}
.ovh-hosting-pricebox .ovh-egp { margin-top: 6px; color: #627d98; font-size: 13px; }
.ovh-hosting-monthly { margin-top: 4px; color: #486581; font-size: 12px; font-weight: 600; }
.ovh-hosting-col .ovh-specs {
  text-align: left;
  margin: 0 0 16px;
  flex: 1 1 auto;
}
.ovh-hosting-col .ovh-specs li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px dashed #e7eef5;
  color: #486581;
  font-size: 13px;
  line-height: 1.35;
}
.ovh-hosting-col .ovh-specs li:last-child { border-bottom: 0; }
.ovh-hosting-col .ovh-specs li i {
  color: #16a34a;
  margin: 2px 0 0;
  flex: 0 0 auto;
}
.ovh-hosting-col .ovh-specs-more {
  color: var(--brand-primary) !important;
  font-weight: 700;
  justify-content: center;
  border-bottom: 0 !important;
}
.ovh-hosting-cta {
  margin-top: auto;
  padding-top: 8px;
}
.ovh-hosting-cta .ovh-btn {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
}
.ovh-hosting-col.is-featured .ovh-hosting-cta .ovh-btn {
  background: var(--brand-primary-hover);
}
/* Domain directory panel (categories + filter) */
.ovh-dir-panel {
  background: #fff;
  border: 1px solid var(--brand-line, #d7e2e5);
  border-radius: 12px;
  padding: 22px 22px 18px;
  margin-bottom: 18px;
  box-shadow: 0 1px 2px rgba(26, 43, 50, .04);
}
.ovh-dir-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 18px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eef3f4;
}
.ovh-dir-copy .ovh-section-title { margin-bottom: 6px; }
.ovh-dir-copy .ovh-section-sub { margin: 0; max-width: 560px; }
.ovh-dir-sync {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex: 0 0 auto;
}
.ovh-sync-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--brand-secondary-soft, #e8f0f2);
  color: var(--brand-secondary, #386870);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 650;
}
.ovh-sync-badge.muted {
  background: #f1f5f9;
  color: #64748b;
}
.ovh-sync-badge i { color: var(--brand-primary, var(--brand-primary)); }
.ovh-sync-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--brand-secondary, #386870);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.ovh-sync-action:hover {
  color: var(--brand-primary-dark, #5F8A22);
  border-bottom-color: var(--brand-primary, var(--brand-primary));
}
.ovh-dir-controls {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ovh-dir-cats-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #94a3b8;
}
.ovh-domain-cats {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ovh-domain-cats .pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8fafb;
  color: var(--brand-ink, #1a2b32);
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.2;
  transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
}
.ovh-domain-cats .pill-label { color: inherit; }
.ovh-domain-cats .pill-count {
  min-width: 22px;
  text-align: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #64748b;
  border-radius: 999px;
  padding: 2px 7px;
  font-size: 11px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.ovh-domain-cats .pill:hover {
  background: #fff;
  border-color: var(--brand-primary-border, #b7dc7a);
  color: var(--brand-secondary, #386870);
  box-shadow: 0 1px 4px rgba(56, 104, 112, .08);
}
.ovh-domain-cats .pill.active {
  background: var(--brand-primary, var(--brand-primary));
  border-color: var(--brand-primary, var(--brand-primary));
  color: #fff;
  box-shadow: 0 6px 14px rgba(var(--brand-primary-rgb), .28);
}
.ovh-domain-cats .pill.active .pill-count {
  background: rgba(255,255,255,.22);
  border-color: transparent;
  color: #fff;
}
.ovh-dir-filter {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 14px;
  border-top: 1px solid #eef3f4;
}
.ovh-dir-filter-field {
  position: relative;
  flex: 1 1 280px;
  margin: 0;
}
.ovh-dir-filter-field i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 14px;
  pointer-events: none;
}
.ovh-dir-filter-field input {
  width: 100%;
  height: 44px;
  border: 1px solid #d7e2e5;
  border-radius: 8px;
  padding: 0 14px 0 38px;
  font-size: 14px;
  color: var(--brand-ink, #1a2b32);
  background: #fff;
}
.ovh-dir-filter-field input:focus {
  outline: none;
  border-color: var(--brand-secondary-border, #9bb8be);
  box-shadow: 0 0 0 3px rgba(56, 104, 112, .12);
}
.ovh-dir-filter-btn {
  height: 44px;
  padding: 0 18px !important;
  border-radius: 8px !important;
  background: var(--brand-primary, var(--brand-primary)) !important;
  white-space: nowrap;
}
.ovh-dir-filter-btn:hover {
  background: var(--brand-primary-hover, var(--brand-primary-hover)) !important;
}
.ovh-dir-clear {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand-secondary, #386870);
  text-decoration: none;
}
.ovh-dir-clear:hover { color: var(--brand-primary-dark, #5F8A22); }

.ovh-domain-table-wrap { overflow-x: auto; background: #fff; border-radius: 12px; border: 1px solid #d9e2ec; }
.ovh-domain-table { width: 100%; border-collapse: collapse; }
.ovh-domain-table th, .ovh-domain-table td { padding: 12px; border-bottom: 1px solid #eef2f6; text-align: center; }
.ovh-domain-table th { background: #f5f7fa; color: #334e68; }
.ovh-domain-table tr:nth-child(even) { background: #f8fbff; }
.ovh-domain-table .tld { font-weight: 700; text-align: right; color: #102a43; }

.ovh-domain-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(105deg, #eaf3e4 0%, #f4f8f9 42%, #ffffff 100%);
  border: 1px solid #e2ebe4;
  border-radius: 20px;
  padding: 36px 28px 40px;
  margin-bottom: 16px;
}
.ovh-domain-results {
  width: 100%;
  margin: 0 0 32px;
}
.ovh-domain-results #checking,
.ovh-domain-results #checking.hb-domain-loader,
#checking.hb-domain-loader {
  display: none;
  max-width: min(480px, 100%) !important;
  max-height: none !important;
  width: min(480px, 100%) !important;
  height: auto !important;
  margin: 18px auto 8px;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  background: #fff !important;
  border: 1px solid #e8eef2;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
  box-sizing: border-box;
  object-fit: unset;
  overflow: visible;
}
.ovh-domain-results #checking.hb-domain-loader[style*="display: block"],
.ovh-domain-results #checking.hb-domain-loader[style*="display:block"],
#checking.hb-domain-loader[style*="display: block"],
#checking.hb-domain-loader[style*="display:block"],
#checking.hb-domain-loader.is-on {
  display: flex !important;
}
.hb-domain-loader-ring {
  width: 22px !important;
  height: 22px !important;
  max-width: none !important;
  flex: 0 0 22px;
  border-radius: 50%;
  border: 2.5px solid #e2e8f0;
  border-top-color: var(--brand-primary, #179BEE);
  animation: hb-domain-spin .65s linear infinite;
}
.hb-domain-loader-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.hb-domain-loader-copy strong {
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.3;
}
.hb-domain-loader-copy em {
  font-style: normal;
  font-size: 12.5px;
  color: #64748b;
}
@keyframes hb-domain-spin {
  to { transform: rotate(360deg); }
}
.ovh-domain-response:empty { display: none; }
.ovh-domain-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(56, 104, 112, 0.12) 1.2px, transparent 1.2px);
  background-size: 18px 18px;
  background-position: right center;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.35) 45%, rgba(0,0,0,.85) 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.35) 45%, rgba(0,0,0,.85) 100%);
  opacity: .9;
}
.ovh-domain-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, .85fr);
  gap: 28px;
  align-items: center;
}
.ovh-domain-hero-copy { text-align: start; max-width: 640px; }
.ovh-domain-hero-title {
  margin: 0 0 10px;
  font-size: 40px;
  font-weight: 750;
  letter-spacing: -.03em;
  color: var(--brand-secondary, #386870);
  line-height: 1.15;
}
.ovh-domain-hero-sub {
  margin: 0 0 22px;
  max-width: 480px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}
.ai-gen-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1e3a5f !important;
  font-weight: 750;
  text-decoration: none !important;
  font-size: 14px;
  margin-top: 12px;
}
.ai-gen-link svg { width: 18px; height: 18px; flex: 0 0 18px; }
.ovh-domain-tabs {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  margin: 0 0 0 10px;
}
.ovh-domain-tab {
  appearance: none;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border-radius: 14px 14px 0 0;
  background: rgba(255,255,255,.55);
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}
.ovh-domain-tab.is-active {
  background: #fff;
  color: var(--brand-ink, #1a2b32);
  box-shadow: 0 -2px 10px rgba(26, 43, 50, .04);
}
.ovh-nav-tabs a .ai-spark-icon,
.ovh-domain-tab .ai-spark-icon,
.ai-gen-link .ai-spark-icon,
.ovh-kicker .ai-spark-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-block;
  object-fit: contain;
  vertical-align: middle;
  background: transparent;
}

.ovh-domain-search-card {
  background: #fff;
  border-radius: 18px;
  padding: 12px;
  border: 1px solid rgba(215, 226, 229, .9);
  box-shadow: 0 18px 40px rgba(26, 43, 50, .08);
}
.ovh-domain-hero-row {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
}
.ovh-domain-input-wrap { position: relative; flex: 1; min-width: 0; }
.ovh-domain-input {
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: 12px;
  padding: 0 8px 0 16px;
  font-size: 16px;
  background: transparent;
  color: var(--brand-ink, #1a2b32);
  box-shadow: none !important;
}
.ovh-domain-input:focus {
  outline: none;
  box-shadow: none !important;
}
.ovh-domain-tld { display: none !important; }
.ovh-domain-search-btn {
  height: 46px !important;
  padding: 0 22px !important;
  border-radius: 10px !important;
  white-space: nowrap;
  background: var(--brand-primary, var(--brand-primary)) !important;
  box-shadow: 0 8px 18px rgba(var(--brand-primary-rgb), .28);
  flex: 0 0 auto;
  margin: 4px;
}
.ovh-domain-search-btn:hover {
  background: var(--brand-primary-hover, var(--brand-primary-hover)) !important;
}
.ovh-domain-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ovh-domain-hero-visual img {
  width: min(100%, 420px);
  height: auto;
  display: block;
  background: transparent;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 18px 30px rgba(56, 104, 112, .10));
}

.ovh-domain-transfer-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: var(--brand-ink, #1a2b32);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}
.ovh-domain-transfer-link:hover { color: var(--brand-secondary, #386870); }
.ovh-domain-transfer-ico {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--brand-primary, var(--brand-primary));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.ovh-domain-browse { margin-top: 8px; }
.ovh-domain-response { margin-top: 0; text-align: start; width: 100%; }
.ovh-transfer-page .ovh-domain-search-card.ovh-transfer-search,
.ovh-domains-page .ovh-domain-search-card.ovh-register-search {
  background: #fff;
  border: 1px solid #e6edf0;
  border-radius: 16px;
  padding: 8px;
  box-shadow: 0 16px 36px rgba(26, 43, 50, .08);
  overflow: visible;
}

/* Domain check result cards */
.ovh-check-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e6edf0;
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .05);
  margin-bottom: 12px;
}
.ovh-check-card.is-success { border-color: #cfe3b4; background: linear-gradient(180deg, #f7fbf1 0%, #fff 70%); }
.ovh-check-card.is-taken { border-color: #f1d3d3; background: linear-gradient(180deg, #fff7f7 0%, #fff 70%); }
.ovh-check-card.is-error { border-color: #f0d7a8; background: #fffaf0; }
.ovh-check-ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  font-size: 16px;
}
.ovh-check-card.is-success .ovh-check-ico { background: #e8f6d4; color: #4d7c0f; }
.ovh-check-card.is-taken .ovh-check-ico { background: #fde8e8; color: #b42318; }
.ovh-check-card.is-error .ovh-check-ico { background: #fff1d6; color: #b54708; }
.ovh-check-body { flex: 1; min-width: 0; }
.ovh-check-body strong {
  display: block;
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 4px;
  letter-spacing: -.015em;
}
.ovh-check-body p {
  margin: 0 0 12px;
  color: #64748b;
  font-size: 13.5px;
  line-height: 1.55;
}
.ovh-check-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.ovh-check-actions #add_available,
.ovh-check-actions .ovh-check-btn {
  flex: 0 0 auto;
  visibility: visible !important;
  opacity: 1 !important;
}
.ovh-check-years,
.ovh-check-price {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: 1px solid #dce4e8;
  border-radius: 10px;
  background: #fff;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 750;
  color: #0f172a;
}
.ovh-check-years { outline: none; }
.ovh-check-price small { color: #64748b; margin-left: 4px; font-weight: 650; }
.ovh-price-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.ovh-price-egp {
  color: #64748b;
  font-size: 12px;
  font-weight: 650;
}
.ovh-check-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  border: 0;
  border-radius: 10px;
  background: #179BEE;
  background: var(--brand-primary, #179BEE);
  color: #fff !important;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none !important;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 8px 16px rgba(23, 155, 238, .28);
}
.ovh-check-btn:hover { background: var(--brand-primary-hover); color: #fff !important; }
.ovh-check-btn.ghost {
  background: #fff;
  color: #386870 !important;
  border: 1px solid #d7e2e5;
  box-shadow: none;
}
.ovh-check-btn.ghost:hover { border-color: var(--brand-primary); color: var(--brand-primary) !important; }

.ovh-suggest-wrap {
  margin-top: 4px;
  background: #fff;
  border: 1px solid #e6edf0;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .04);
}
.ovh-suggest-head h4 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
}
.ovh-suggest-head p {
  margin: 0 0 12px;
  color: #64748b;
  font-size: 13px;
}
.ovh-suggest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.ovh-suggest-tld {
  display: inline-flex;
  align-self: flex-start;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: lowercase;
  color: var(--brand-primary, #179BEE);
  background: rgba(23, 155, 238, .08);
  border-radius: 999px;
  padding: 2px 8px;
}
.ovh-suggest-card.is-taken,
.ovh-suggest-cta.is-off {
  opacity: 1;
  cursor: pointer;
}
.ovh-suggest-card,
.ovh-suggest-card.ovh-suggest-pick {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  text-align: start;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #dbe7ec;
  border-radius: 12px;
  background: #fff !important;
  padding: 12px 14px;
  cursor: pointer !important;
  pointer-events: auto !important;
  opacity: 1 !important;
  float: none;
  margin: 0;
  height: auto;
  line-height: 1.4;
  white-space: normal;
  color: #0f172a !important;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.ovh-suggest-card:hover {
  border-color: #b7dc7a;
  box-shadow: 0 10px 20px rgba(56,104,112,.08);
  transform: translateY(-1px);
}
.ovh-suggest-name {
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -.015em;
}
.ovh-suggest-meta {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.ovh-suggest-meta em {
  font-style: normal;
  color: #4d7c0f;
  background: #eef6e4;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 750;
}
.ovh-suggest-meta strong {
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
}
.ovh-suggest-meta strong small {
  color: #64748b;
  font-weight: 650;
  margin-left: 2px;
}
.ovh-suggest-cta {
  color: #386870;
  font-size: 12px;
  font-weight: 750;
}
.ovh-suggest-card.is-extra { display: none; }
.ovh-suggest-wrap.is-expanded .ovh-suggest-card.is-extra { display: flex; }
.ovh-suggest-footer {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}
.ovh-suggest-more {
  appearance: none;
  border: 1px solid #d7e2e5;
  background: #fff;
  color: #386870;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.ovh-suggest-more:hover {
  border-color: var(--brand-primary);
  color: #4d7c0f;
  background: #f7fbf1;
}
.ovh-suggest-wrap.is-expanded .ovh-suggest-more i {
  transform: rotate(180deg);
}

@media (max-width: 1024px) {
  .ovh-suggest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .ovh-suggest-grid { grid-template-columns: 1fr; }
  .ovh-check-card { padding: 14px; }
}

.ovh-domain-table .tld { text-align: left; }

@media (max-width: 991px) {
  .ovh-domain-hero-layout { grid-template-columns: 1fr; }
  .ovh-domain-hero-visual { order: -1; }
  .ovh-domain-hero-visual img { width: min(100%, 300px); }
  .ovh-domain-hero-copy { text-align: center; max-width: none; margin: 0 auto; }
  .ovh-domain-hero-sub { margin-left: auto; margin-right: auto; }
  .ovh-domain-tabs { justify-content: center; margin-left: 0; }
  .ovh-domain-transfer-link { justify-content: center; width: 100%; }
}
@media (max-width: 767px) {
  .ovh-domain-hero { padding: 24px 16px 28px; border-radius: 16px; }
  .ovh-domain-hero-title { font-size: 28px; }
  .ovh-domain-hero-row { flex-wrap: wrap; }
  .ovh-domain-tld, .ovh-domain-search-btn { width: 100%; }
  .ovh-domain-input { height: 48px; }
  .ovh-dir-panel { padding: 16px; }
  .ovh-dir-sync { align-items: flex-start; width: 100%; }
  .ovh-dir-filter-btn { width: 100%; }
}

.ovh-cta-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin-top: 20px; }
.ovh-cta-card { background: #fff; border: 1px solid #d9e2ec; border-radius: 14px; padding: 18px; }
.ovh-cta-card h3 { margin-top: 0; color: #102a43; }
@media (max-width: 767px) {
  .ovh-price { font-size: 22px; }
  .ovh-price-row { flex-direction: column; align-items: stretch; }
  .ovh-btn { width: 100%; }
}

.ovh-sync-meta { font-size: 11px; color: #829ab1; font-weight: 500; margin-top: 4px; }
.ovh-sync-link { display: inline-block; margin-top: 6px; font-size: 12px; color: var(--brand-primary); font-weight: 700; text-decoration: none; }
.ovh-sync-link:hover { text-decoration: underline; }

.dedi-filter-label { text-align: center; color: #9aa5b1; font-size: 12px; letter-spacing: .04em; margin: 4px 0 8px; text-transform: lowercase; }
.dedi-filter-bar {
  display: flex; align-items: flex-end; gap: 14px; flex-wrap: wrap;
  background: #eef2f6; border-radius: 14px; padding: 14px 16px; margin-bottom: 14px;
}
.dedi-filter-item { flex: 1; min-width: 160px; }
.dedi-filter-head { font-size: 13px; font-weight: 700; color: #243b53; margin-bottom: 6px; }
.dedi-filter-head i { color: var(--brand-primary); margin-right: 4px; }
.dedi-filter-item select {
  width: 100%; height: 40px; border: 1px solid #d9e2ec; border-radius: 8px; padding: 0 10px; background: #fff;
}
.dedi-reset {
  width: 40px; height: 40px; border-radius: 10px; background: #fff; border: 1px solid #d9e2ec;
  display: inline-flex; align-items: center; justify-content: center; color: #627d98; text-decoration: none;
}
.dedi-meta-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; gap: 12px; flex-wrap: wrap; }
.dedi-view-toggle { display: inline-flex; border: 1px solid #d9e2ec; border-radius: 8px; overflow: hidden; }
.dedi-view-toggle a,
.dedi-view-toggle span {
  width: 36px; height: 32px; display: inline-flex; align-items: center; justify-content: center;
  background: #fff; color: #829ab1; text-decoration: none; border: 0; cursor: pointer;
}
.dedi-view-toggle a.active,
.dedi-view-toggle span.active { background: var(--brand-primary); color: #fff; }
.dedi-view-toggle a:hover { color: var(--brand-primary); }
.dedi-view-toggle a.active:hover { color: #fff; }

.ovh-cards.is-list {
  display: flex; flex-direction: column; gap: 14px;
}
.ovh-cards.is-list .ovh-card {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) minmax(220px, 1.2fr) minmax(240px, 1fr);
  gap: 14px 18px;
  align-items: start;
  transform: none;
}
.ovh-cards.is-list .ovh-card:hover { transform: none; }
.ovh-cards.is-list .ovh-card-top { grid-column: 1 / -1; margin-bottom: 0; }
.ovh-cards.is-list .ovh-card-head {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}
.ovh-cards.is-list .ovh-card-icon { margin: 0; flex: 0 0 auto; }
.ovh-cards.is-list .ovh-title {
  min-height: 0;
  justify-content: flex-start;
  text-align: left;
}
.ovh-cards.is-list .ovh-card-pricebox {
  margin: 0;
  text-align: left;
}
.ovh-cards.is-list .ovh-specs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0 12px;
  margin: 0;
  grid-column: 1 / 3;
}
.ovh-cards.is-list .ovh-order-form {
  margin: 0;
  grid-column: 3;
  grid-row: 2 / 4;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ovh-cards.is-list .ovh-card-cta { margin-top: auto; }

@media (max-width: 991px) {
  .ovh-cards.is-list .ovh-card {
    grid-template-columns: 1fr;
  }
  .ovh-cards.is-list .ovh-specs,
  .ovh-cards.is-list .ovh-order-form {
    grid-column: 1;
    grid-row: auto;
  }
}
@media (max-width: 767px) {
  .dedi-filter-bar { padding: 12px; }
  .dedi-filter-item { min-width: 100%; }
  .ovh-card:hover { transform: none; }
}

/* Domain transfer page */
.ovh-transfer-page .ovh-domain-search-card.ovh-transfer-search,
.ovh-domains-page .ovh-domain-search-card.ovh-register-search {
  background: #fff;
  border: 1px solid #e6edf0;
  border-radius: 16px;
  padding: 8px;
  box-shadow: 0 16px 36px rgba(26, 43, 50, .08);
  overflow: visible;
}
/* Keep the search bar itself pill-shaped without clipping the config panel */
.ovh-transfer-page .ovh-transfer-bar,
.ovh-domains-page .ovh-transfer-bar {
  background: #fff;
  border-radius: 999px;
}
.ovh-domains-page .ovh-register-search .ovh-transfer-submit,
.ovh-domains-page .ovh-register-search button#btnSearch.ovh-transfer-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px !important;
  min-width: 140px;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--brand-primary) !important;
  background-image: none !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 20px rgba(var(--brand-primary-rgb), .28) !important;
}
@media (max-width: 991px) {
  .ovh-domains-page .ovh-domain-search-card.ovh-register-search {
    border-radius: 20px;
  }
}

.ovh-transfer-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 56px;
}
.ovh-transfer-bar-ico {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef4f5;
  color: #386870;
  font-size: 16px;
  flex: 0 0 44px;
  margin-left: 4px;
}
.ovh-transfer-page .ovh-transfer-input,
.ovh-transfer-page .ovh-transfer-bar input.ovh-domain-input,
.ovh-transfer-page .ovh-transfer-bar input#searchBar,
.ovh-domains-page .ovh-transfer-input,
.ovh-domains-page .ovh-transfer-bar input.ovh-domain-input,
.ovh-domains-page .ovh-transfer-bar input#searchBar {
  flex: 1 1 auto;
  min-width: 0;
  height: 48px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
  outline: none !important;
  padding: 0 8px !important;
  font-size: 16px !important;
  font-weight: 600;
  color: #0f172a !important;
  line-height: 48px !important;
  -webkit-appearance: none;
  appearance: none;
}
.ovh-transfer-page .ovh-transfer-input::placeholder {
  color: #94a3b8;
  font-weight: 500;
}
.ovh-transfer-page .ovh-transfer-input:focus {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}
.ovh-transfer-submit,
.ovh-transfer-page button#Transfer.ovh-transfer-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px !important;
  min-width: 168px;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--brand-primary) !important;
  background-image: none !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: -.01em;
  box-shadow: 0 10px 20px rgba(var(--brand-primary-rgb), .28) !important;
  white-space: nowrap;
  cursor: pointer;
  transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}
.ovh-transfer-submit:hover,
.ovh-transfer-page button#Transfer.ovh-transfer-submit:hover {
  background: var(--brand-primary-hover) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(var(--brand-primary-rgb), .32) !important;
}
.ovh-transfer-submit i { font-size: 13px; }

.ovh-transfer-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.ovh-transfer-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e8eef0;
  border-radius: 14px;
  padding: 14px;
  text-align: left;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}
.ovh-transfer-note > i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef6e4;
  color: #4d7c0f;
  font-size: 14px;
  flex: 0 0 34px;
  margin-top: 0;
}
.ovh-transfer-note strong {
  display: block;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 3px;
}
.ovh-transfer-note span {
  display: block;
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
}
.ovh-transfer-help {
  margin: 28px 0 10px;
  padding: 28px;
  border: 1px solid #e8eef0;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}
.ovh-transfer-help h2 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
}
.ovh-transfer-help p {
  margin: 0 auto 16px;
  max-width: 560px;
  color: #64748b;
}
.ovh-nav-tabs a.active {
  background: #f4faea;
  color: #386870 !important;
  border-color: var(--brand-primary);
}
@media (max-width: 991px) {
  .ovh-transfer-notes { grid-template-columns: 1fr; }
  .ovh-transfer-page .ovh-domain-search-card.ovh-transfer-search {
    border-radius: 20px;
  }
  .ovh-transfer-bar {
    flex-wrap: wrap;
    gap: 10px;
  }
  .ovh-transfer-submit,
  .ovh-transfer-page button#Transfer.ovh-transfer-submit {
    width: 100%;
    min-width: 0;
  }
}
