.wpDomainManagerSales {
  overflow: hidden;
  background: #ffffff;
  color: #718096;
}
.wpDomainManagerSales *,
.wpDomainManagerSales *::before,
.wpDomainManagerSales *::after {
  box-sizing: border-box;
}
.wpDomainManagerSales :where(h1, h2, h3, p) {
  margin-top: 0;
  letter-spacing: 0;
}
.wpDomainManagerSales :where(h1, h2, h3) {
  color: #242d3c;
}
.wpDomainManagerSales :where(p) {
  margin-bottom: 0;
}
.wpDomainManagerSales strong {
  margin: 0;
}

.wpDomainManagerSales__container {
  width: min(1170px, 100% - 40px);
  margin: 0 auto;
}

.wpDomainManagerSales__eyebrow {
  margin: 0 0 14px;
  color: #ff6d3b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wpDomainManagerSales__hero {
  position: relative;
  padding: 112px 0 96px;
  background: radial-gradient(circle at 88% 18%, rgba(0, 109, 168, 0.13), transparent 34%), linear-gradient(145deg, #fffaf6 0%, #f7fafc 58%, #eef6fb 100%);
}
.wpDomainManagerSales__hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: -170px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(0, 109, 168, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(0, 109, 168, 0.025), 0 0 0 160px rgba(0, 109, 168, 0.018);
  pointer-events: none;
}

.wpDomainManagerSales__heroGrid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.9fr);
  gap: 70px;
  align-items: center;
}

.wpDomainManagerSales__heroContent {
  position: relative;
  z-index: 1;
}
.wpDomainManagerSales__heroContent h1 {
  max-width: 700px;
  margin-bottom: 24px;
  font-size: clamp(46px, 5.4vw, 72px);
  line-height: 1.02;
}

.wpDomainManagerSales__lead {
  max-width: 660px;
  margin: 0 0 30px;
  color: #253246;
  font-size: 20px;
  line-height: 1.7;
}

.wpDomainManagerSales__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 36px;
}

.wpDomainManagerSales__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 8px 32px;
  border-radius: 2rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 1.1px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}
.wpDomainManagerSales__button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.wpDomainManagerSales__button:hover {
  transform: translateY(-1px);
  text-decoration: none;
}
.wpDomainManagerSales__button:focus-visible {
  outline: 3px solid rgba(0, 109, 168, 0.35);
  outline-offset: 3px;
}

.wpDomainManagerSales__button--primary {
  border: 0;
  background: #ff6d3b;
  color: #ffffff;
}
.wpDomainManagerSales__button--primary:hover, .wpDomainManagerSales__button--primary:focus-visible {
  background: #eb5c28;
  color: #ffffff;
}

.wpDomainManagerSales__button--secondary {
  border: 0;
  background: transparent;
  color: #242d3c;
  box-shadow: inset 0 0 0 1px rgba(36, 45, 60, 0.22);
}
.wpDomainManagerSales__button--secondary::before, .wpDomainManagerSales__button--secondary::after {
  display: none;
}
.wpDomainManagerSales__button--secondary:hover, .wpDomainManagerSales__button--secondary:focus-visible {
  background: rgba(255, 109, 59, 0.08);
  color: #242d3c;
  box-shadow: inset 0 0 0 1px #ff6d3b;
}

.wpDomainManagerSales__heroPoints,
.wpDomainManagerSales__checkList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wpDomainManagerSales__heroPoints li,
.wpDomainManagerSales__checkList li {
  list-style: none;
}
.wpDomainManagerSales__heroPoints li::marker,
.wpDomainManagerSales__checkList li::marker {
  content: "";
}

.wpDomainManagerSales__heroPoints {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}
.wpDomainManagerSales__heroPoints li {
  position: relative;
  padding-left: 22px;
  color: #526174;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}
.wpDomainManagerSales__heroPoints li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid #167548;
  border-left: 2px solid #167548;
  transform: rotate(-45deg);
}

.wpDomainManagerSales__productPreview,
.wpDomainManagerSales__operationsPanel {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(36, 45, 60, 0.09);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 32px 80px rgba(36, 45, 60, 0.16);
}

.wpDomainManagerSales__productPreview {
  padding: 26px;
  transform: rotate(1deg);
}

.wpDomainManagerSales__previewBar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7ecf3;
}
.wpDomainManagerSales__previewBar > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d8dee7;
}
.wpDomainManagerSales__previewBar > span:first-child {
  background: #ffb08e;
}
.wpDomainManagerSales__previewBar strong {
  margin-left: auto;
  color: #242d3c;
  font-size: 13px;
  line-height: 1.4;
}

.wpDomainManagerSales__searchPreview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 28px 0 18px;
}

.wpDomainManagerSales__searchField {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #d9e0e9;
  border-radius: 12px;
  background: #f9fafc;
  color: #5d6a7a;
  font-size: 14px;
  line-height: 1.4;
}
.wpDomainManagerSales__searchField span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wpDomainManagerSales__searchField strong {
  margin-left: auto;
  color: #242d3c;
}

.wpDomainManagerSales__searchButton,
.wpDomainManagerSales__availabilityAction {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #242d3c;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.wpDomainManagerSales__searchButton {
  min-width: 86px;
  padding: 0 15px;
}

.wpDomainManagerSales__availabilityCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border: 1px solid #cfe8db;
  border-radius: 16px;
  background: #f2fbf6;
}
.wpDomainManagerSales__availabilityCard > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}
.wpDomainManagerSales__availabilityCard p {
  min-width: 0;
  line-height: 1.45;
}
.wpDomainManagerSales__availabilityCard p strong,
.wpDomainManagerSales__availabilityCard p span {
  display: block;
}
.wpDomainManagerSales__availabilityCard p strong {
  overflow: hidden;
  color: #242d3c;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wpDomainManagerSales__availabilityCard p span {
  margin-top: 3px;
  color: #167548;
  font-size: 12px;
  font-weight: 700;
}

.wpDomainManagerSales__statusDot {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 50%;
  background: #35a56a;
  box-shadow: 0 0 0 5px rgba(53, 165, 106, 0.12);
}

.wpDomainManagerSales__availabilityAction {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 13px;
  background: #ff6d3b;
}

.wpDomainManagerSales__previewSummary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}
.wpDomainManagerSales__previewSummary div {
  padding: 14px;
  border-radius: 12px;
  background: #f6f7fa;
}
.wpDomainManagerSales__previewSummary span,
.wpDomainManagerSales__previewSummary strong {
  display: block;
}
.wpDomainManagerSales__previewSummary span {
  margin-bottom: 5px;
  color: #7a8797;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.wpDomainManagerSales__previewSummary strong {
  color: #242d3c;
  font-size: 12px;
  line-height: 1.4;
}

.wpDomainManagerSales__section {
  padding: 96px 0;
  background: #ffffff;
}

.wpDomainManagerSales__section--soft {
  background: #f6f7fa;
}

.wpDomainManagerSales__sectionHeader {
  max-width: 850px;
  margin: 0 auto 48px;
  text-align: center;
}
.wpDomainManagerSales__sectionHeader h2 {
  margin-bottom: 18px;
  font-size: 44px;
  line-height: 1.15;
}
.wpDomainManagerSales__sectionHeader > p:last-child {
  font-size: 18px;
  line-height: 1.8;
}

.wpDomainManagerSales__sectionHeader--compact {
  max-width: 760px;
}

.wpDomainManagerSales__workflowGrid,
.wpDomainManagerSales__featureGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.wpDomainManagerSales__workflowCard,
.wpDomainManagerSales__featureCard,
.wpDomainManagerSales__requirementCard {
  border: 0;
  border-radius: 2rem;
  background: #ffffff;
  box-shadow: 0 0 35px rgba(140, 152, 164, 0.13);
}

.wpDomainManagerSales__workflowCard,
.wpDomainManagerSales__featureCard {
  padding: 30px;
}
.wpDomainManagerSales__workflowCard h3,
.wpDomainManagerSales__featureCard h3 {
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 1.25;
}
.wpDomainManagerSales__workflowCard p,
.wpDomainManagerSales__featureCard p {
  font-size: 15px;
  line-height: 1.75;
}

.wpDomainManagerSales__workflowCard {
  position: relative;
  padding-top: 74px;
}
.wpDomainManagerSales__workflowCard::after {
  content: "";
  position: absolute;
  top: 43px;
  right: -22px;
  z-index: 2;
  width: 22px;
  height: 1px;
  background: rgba(0, 109, 168, 0.28);
}
.wpDomainManagerSales__workflowCard:last-child::after {
  display: none;
}

.wpDomainManagerSales__stepNumber {
  position: absolute;
  top: 24px;
  left: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #edf7fc;
  color: #006da8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.wpDomainManagerSales__featureIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 1rem;
  background: #fff2dd;
  color: #ff9655;
}
.wpDomainManagerSales__featureIcon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.wpDomainManagerSales__section--dark {
  background: #242d3c;
  color: #d5dde9;
}
.wpDomainManagerSales__section--dark h2,
.wpDomainManagerSales__section--dark h3 {
  color: #ffffff;
}
.wpDomainManagerSales__section--dark .wpDomainManagerSales__eyebrow {
  color: #ffb08e;
}

.wpDomainManagerSales__controlGrid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(460px, 1.14fr);
  gap: 74px;
  align-items: center;
}

.wpDomainManagerSales__controlContent h2 {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1.14;
}
.wpDomainManagerSales__controlContent > p:not(.wpDomainManagerSales__eyebrow) {
  font-size: 17px;
  line-height: 1.8;
}

.wpDomainManagerSales__checkList {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}
.wpDomainManagerSales__checkList li {
  position: relative;
  padding-left: 32px;
  color: #edf2f8;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}
.wpDomainManagerSales__checkList li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(99, 181, 109, 0.16);
}
.wpDomainManagerSales__checkList li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  width: 8px;
  height: 5px;
  border-bottom: 2px solid #78d284;
  border-left: 2px solid #78d284;
  transform: rotate(-45deg);
}

.wpDomainManagerSales__operationsPanel {
  padding: 28px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.wpDomainManagerSales__operationsHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e7ecf3;
}
.wpDomainManagerSales__operationsHeader > div {
  display: flex;
  align-items: center;
  gap: 11px;
}
.wpDomainManagerSales__operationsHeader > div > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #fff2dd;
  color: #ff6d3b;
  font-size: 12px;
  font-weight: 900;
}
.wpDomainManagerSales__operationsHeader strong {
  color: #242d3c;
  font-size: 15px;
  line-height: 1.4;
}

.wpDomainManagerSales__healthBadge {
  padding: 7px 10px;
  border-radius: 999px;
  background: #e8f8ef;
  color: #167548;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.wpDomainManagerSales__operationsStats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0;
}
.wpDomainManagerSales__operationsStats div {
  padding: 15px;
  border-radius: 12px;
  background: #f6f7fa;
}
.wpDomainManagerSales__operationsStats span,
.wpDomainManagerSales__operationsStats strong {
  display: block;
}
.wpDomainManagerSales__operationsStats span {
  margin-bottom: 4px;
  color: #7b8795;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.wpDomainManagerSales__operationsStats strong {
  color: #242d3c;
  font-size: 13px;
  line-height: 1.4;
}

.wpDomainManagerSales__operationsRows {
  display: grid;
  gap: 9px;
}
.wpDomainManagerSales__operationsRows > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 13px;
  border: 1px solid #e7ecf3;
  border-radius: 13px;
}
.wpDomainManagerSales__operationsRows p {
  min-width: 0;
  line-height: 1.35;
}
.wpDomainManagerSales__operationsRows p strong,
.wpDomainManagerSales__operationsRows p span {
  display: block;
}
.wpDomainManagerSales__operationsRows p strong {
  color: #242d3c;
  font-size: 13px;
}
.wpDomainManagerSales__operationsRows p span {
  margin-top: 3px;
  color: #7b8795;
  font-size: 11px;
}
.wpDomainManagerSales__operationsRows em {
  color: #006da8;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.wpDomainManagerSales__rowIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #edf7fc;
  color: #006da8;
  font-size: 11px;
  font-weight: 900;
}

.wpDomainManagerSales__requirementsGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.wpDomainManagerSales__requirementCard {
  padding: 26px;
  text-align: center;
}
.wpDomainManagerSales__requirementCard span,
.wpDomainManagerSales__requirementCard strong {
  display: block;
}
.wpDomainManagerSales__requirementCard span {
  margin-bottom: 9px;
  color: #ff6d3b;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.wpDomainManagerSales__requirementCard strong {
  color: #242d3c;
  font-size: 17px;
  line-height: 1.4;
}

.wpDomainManagerSales__requirementNote {
  max-width: 760px;
  margin: 28px auto 0;
  color: #657487;
  font-size: 13px;
  line-height: 1.65;
  text-align: center;
}

.wpDomainManagerSales__cta {
  padding: 88px 0 104px;
  background: #ffffff;
}

.wpDomainManagerSales__ctaInner {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: center;
  padding: 52px 56px;
  border-radius: 2rem;
  background: linear-gradient(130deg, #242d3c 0%, #17243a 100%);
  box-shadow: 0 24px 64px rgba(36, 45, 60, 0.19);
}
.wpDomainManagerSales__ctaInner h2 {
  max-width: 760px;
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.16;
}
.wpDomainManagerSales__ctaInner > div > p:last-child {
  max-width: 720px;
  color: #d5dde9;
  font-size: 16px;
  line-height: 1.75;
}
.wpDomainManagerSales__ctaInner .wpDomainManagerSales__eyebrow {
  color: #ffb08e;
}
.wpDomainManagerSales__ctaInner .wpDomainManagerSales__button {
  flex: 0 0 auto;
  justify-self: start;
}

@media (max-width: 1040px) {
  .wpDomainManagerSales__heroGrid,
  .wpDomainManagerSales__controlGrid {
    grid-template-columns: 1fr;
  }
  .wpDomainManagerSales__heroGrid {
    gap: 54px;
  }
  .wpDomainManagerSales__heroContent {
    max-width: 760px;
  }
  .wpDomainManagerSales__productPreview {
    max-width: 720px;
    transform: none;
  }
  .wpDomainManagerSales__controlGrid {
    gap: 48px;
  }
  .wpDomainManagerSales__controlContent {
    max-width: 780px;
  }
  .wpDomainManagerSales__requirementsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wpDomainManagerSales__ctaInner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media (max-width: 820px) {
  .wpDomainManagerSales__hero {
    padding: 80px 0 70px;
  }
  .wpDomainManagerSales__section {
    padding: 72px 0;
  }
  .wpDomainManagerSales__workflowGrid,
  .wpDomainManagerSales__featureGrid {
    grid-template-columns: 1fr;
  }
  .wpDomainManagerSales__workflowCard::after {
    display: none;
  }
  .wpDomainManagerSales__cta {
    padding: 70px 0 82px;
  }
  .wpDomainManagerSales__ctaInner {
    padding: 40px;
  }
}
@media (max-width: 580px) {
  .wpDomainManagerSales__container {
    width: min(100% - 30px, 1170px);
  }
  .wpDomainManagerSales__hero {
    padding: 58px 0 56px;
  }
  .wpDomainManagerSales__heroGrid {
    gap: 38px;
  }
  .wpDomainManagerSales__heroContent h1 {
    font-size: 42px;
  }
  .wpDomainManagerSales__lead {
    font-size: 18px;
  }
  .wpDomainManagerSales__actions {
    display: grid;
  }
  .wpDomainManagerSales__button {
    width: 100%;
  }
  .wpDomainManagerSales__heroPoints {
    display: grid;
  }
  .wpDomainManagerSales__productPreview,
  .wpDomainManagerSales__operationsPanel {
    padding: 18px;
  }
  .wpDomainManagerSales__searchPreview {
    grid-template-columns: 1fr;
  }
  .wpDomainManagerSales__searchButton {
    min-height: 44px;
  }
  .wpDomainManagerSales__availabilityCard {
    align-items: stretch;
    flex-direction: column;
  }
  .wpDomainManagerSales__availabilityAction {
    min-height: 40px;
  }
  .wpDomainManagerSales__previewSummary,
  .wpDomainManagerSales__operationsStats,
  .wpDomainManagerSales__requirementsGrid {
    grid-template-columns: 1fr;
  }
  .wpDomainManagerSales__sectionHeader {
    margin-bottom: 36px;
  }
  .wpDomainManagerSales__sectionHeader h2 {
    font-size: 34px;
  }
  .wpDomainManagerSales__sectionHeader > p:last-child {
    font-size: 16px;
  }
  .wpDomainManagerSales__controlContent h2 {
    font-size: 34px;
  }
  .wpDomainManagerSales__operationsHeader {
    align-items: flex-start;
    flex-direction: column;
  }
  .wpDomainManagerSales__ctaInner {
    padding: 32px 24px;
  }
  .wpDomainManagerSales__ctaInner h2 {
    font-size: 32px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wpDomainManagerSales__button {
    transition: none;
  }
}

/*# sourceMappingURL=wp-domain-manager-sales.css.map */
