.vt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border: 1px solid var(--vt-color-blue);
  border-radius: var(--vt-radius-md);
  font-weight: var(--vt-weight-bold);
  line-height: 1.2;
  text-decoration: none;
  transition: background var(--vt-duration-fast), border-color var(--vt-duration-fast), color var(--vt-duration-fast), transform var(--vt-duration-fast);
}

.vt-button:hover {
  transform: translateY(-1px);
}

.vt-button-primary {
  background: #112955;
  color: var(--vt-color-surface);
  border-color: #112955;
}

.vt-hero-slider .vt-button-primary,
.vt-hero-slider .vt-button-primary:visited,
.vt-hero-slider .vt-button-primary:hover,
.vt-hero-slider .vt-button-primary:focus-visible {
  color: #fff;
}

.vt-button-secondary {
  background: var(--vt-color-surface);
  color: var(--vt-color-blue);
}

.vt-button-blue {
  background: #2c9ede;
  border-color: #2c9ede;
  color: #fff;
  min-height: 36px;
  padding-inline: 1.7rem;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.vt-pill {
  border-radius: 999px;
  padding-inline: 2.4rem;
  text-transform: uppercase;
}

.vt-preview-safe {
  display: flex;
  justify-content: center;
  gap: var(--vt-space-3);
  margin-top: var(--vt-space-5);
  margin-bottom: 0;
  background: #fff;
  border: 1px solid #d9e6ee;
  border-radius: var(--vt-radius-lg);
  box-shadow: var(--vt-shadow-sm);
  padding: var(--vt-space-3) var(--vt-space-5);
  color: #112955;
}

.vt-page-hero {
  position: relative;
  overflow: hidden;
  border-top: 5px solid #2f9bd6;
  border-bottom: 1px solid #cfe1ec;
  background: #eef8fd;
  padding: clamp(44px, 6vw, 76px) 0;
}

.vt-page-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(24vw, 340px);
  height: 100%;
  background: #d9eef8;
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
  opacity: 0.7;
}

.vt-page-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: var(--vt-space-3);
  padding-left: clamp(1rem, 2.5vw, 2.5rem);
  border-left: 5px solid #087d78;
}

.vt-page-hero .vt-breadcrumb {
  margin-bottom: var(--vt-space-2);
}

.vt-page-hero .vt-eyebrow,
.vt-page-hero h1,
.vt-page-hero .vt-lead {
  margin: 0;
}

.vt-page-hero h1 {
  max-width: 920px;
  color: #071f43;
  font-size: clamp(2.25rem, 4vw, 3.35rem);
  line-height: var(--vt-line-tight);
}

.vt-page-hero .vt-lead {
  max-width: 820px;
  color: #40566f;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
}

.vt-page-hero .vt-actions {
  margin-top: var(--vt-space-3);
}

.vt-service-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--vt-space-6);
  align-items: end;
  padding: var(--vt-space-6) 0 var(--vt-space-4);
  border-bottom: 1px solid #dfe5ea;
  text-align: center;
}

.vt-service-tabs a {
  display: grid;
  gap: var(--vt-space-2);
  justify-items: center;
  color: #112955;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .82rem;
  letter-spacing: .02em;
}

.vt-service-tabs a:first-child {
  color: #168fe0;
}

.vt-service-tabs span {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #a9b4bc;
  transition: color .18s ease, transform .18s ease;
}

.vt-service-tabs svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vt-service-tabs a:hover span,
.vt-service-tabs a:focus-visible span {
  color: var(--vt-color-blue);
  transform: translateY(-2px);
}

.vt-wp-section {
  padding: 56px 0;
}

.vt-wp-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
}

.vt-wp-two-col.centered {
  text-align: center;
}

.vt-wp-two-col h2 {
  margin: 0 0 14px;
  color: #112955;
  font-size: clamp(1.45rem, 2.5vw, 1.75rem);
  line-height: 1.1;
  text-transform: none;
}

.vt-wp-two-col.centered h2 {
  text-transform: uppercase;
}

.vt-wp-two-col p {
  margin: 0 0 24px;
  color: #999;
  font-size: 1rem;
  line-height: 1.65;
}

.vt-wp-two-col img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  margin-inline: auto;
  border-radius: 6px;
  object-fit: cover;
}

.vt-logo-section {
  padding: 36px 0 44px;
  text-align: center;
}

.vt-title-rule {
  display: block;
  width: 105px;
  height: 2px;
  margin: 0 auto 28px;
  background: #112955;
}

.vt-logo-section h2 {
  margin: 0 0 28px;
  color: #b67800;
  font-size: clamp(2rem, 4vw, 2.55rem);
  line-height: 1.1;
}

.vt-logo-row,
.vt-client-placeholders {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(28px, 7vw, 82px);
  flex-wrap: wrap;
}

.vt-logo-carousel {
  overflow: hidden;
  width: 100%;
  padding: 8px 0;
}

.vt-logo-carousel .vt-logo-row {
  width: max-content;
  min-width: 100%;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.vt-logo-item {
  display: inline-flex;
  flex: 0 0 150px;
  align-items: center;
  justify-content: center;
  min-height: 82px;
}

.vt-logo-item img {
  max-width: 120px;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: saturate(.92);
}

.vt-client-logo-row .vt-logo-item {
  flex-basis: 130px;
}

.vt-logo-carousel.is-animated [data-vt-logo-track] {
  animation: vt-logo-scroll var(--vt-logo-scroll-duration, 24s) linear infinite;
}

.vt-logo-carousel.is-animated:hover [data-vt-logo-track],
.vt-logo-carousel.is-animated:focus-within [data-vt-logo-track] {
  animation-play-state: paused;
}

@keyframes vt-logo-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vt-logo-carousel.is-animated [data-vt-logo-track] {
    animation: none;
  }
}

.vt-client-placeholders span {
  min-width: 110px;
  color: #6b737c;
  font-weight: 700;
}

.vt-button-small {
  min-height: 38px;
  padding: 0.55rem 0.85rem;
  font-size: var(--vt-font-size-sm);
}

.vt-section-heading {
  display: grid;
  gap: var(--vt-space-3);
  max-width: 760px;
  margin-bottom: var(--vt-space-8);
}

.vt-section-heading h2 {
  font-size: clamp(1.9rem, 4vw, var(--vt-font-size-3xl));
}

.vt-section-heading p {
  margin: 0;
  color: var(--vt-color-muted);
  font-size: var(--vt-font-size-lg);
}

.vt-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--vt-space-4);
}

.vt-card {
  border: 1px solid var(--vt-color-line);
  border-radius: var(--vt-radius-lg);
  background: var(--vt-color-surface);
  box-shadow: var(--vt-shadow-sm);
  padding: var(--vt-space-5);
}

.vt-card h3 {
  margin: 0 0 var(--vt-space-2);
  color: var(--vt-color-ink);
  font-size: var(--vt-font-size-xl);
  line-height: var(--vt-line-tight);
}

.vt-card p {
  margin: 0;
  color: var(--vt-color-muted);
}

.vt-card-icon {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: var(--vt-space-4);
  border-radius: var(--vt-radius-md);
  background: var(--vt-color-surface-soft);
  color: var(--vt-color-blue);
  font-weight: var(--vt-weight-bold);
}

.vt-card-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vt-card-link {
  display: inline-flex;
  margin-top: var(--vt-space-5);
  color: var(--vt-color-blue);
  font-weight: var(--vt-weight-bold);
  text-decoration: none;
}

.vt-feature-band {
  background: var(--vt-color-surface);
}

.vt-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  gap: var(--vt-space-8);
  align-items: center;
}

.vt-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(15, 127, 120, 0.1);
  color: var(--vt-color-teal);
  font-size: var(--vt-font-size-xs);
  font-weight: var(--vt-weight-bold);
}

.vt-notice {
  border: 1px solid var(--vt-color-line);
  border-radius: var(--vt-radius-lg);
  padding: var(--vt-space-4);
  background: var(--vt-color-surface);
}

.vt-notice-info {
  border-color: rgba(45, 156, 219, 0.35);
  background: rgba(45, 156, 219, 0.08);
}

.vt-domain-search {
  display: grid;
  gap: var(--vt-space-5);
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid #cfe1ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 31, 67, 0.08);
}

.vt-domain-search-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--vt-space-5);
}

.vt-domain-search-heading h2 {
  margin: 0;
  color: #071f43;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.vt-domain-search-lock {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #087d78;
  font-size: var(--vt-font-size-sm);
  font-weight: var(--vt-weight-bold);
  white-space: nowrap;
}

.vt-domain-search-lock svg,
.vt-domain-search-bar button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vt-domain-search-bar {
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr) auto;
  min-height: 58px;
  overflow: hidden;
  border: 2px solid #9bcde6;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(47, 155, 214, 0.08);
}

.vt-domain-search-bar:focus-within {
  border-color: #087d78;
  box-shadow: 0 0 0 4px rgba(8, 125, 120, 0.14);
}

.vt-domain-prefix {
  display: inline-flex;
  align-items: center;
  padding: 0 1.1rem;
  border-right: 1px solid #d5e5ee;
  background: #f4f9fc;
  color: #53657a;
  font-weight: var(--vt-weight-bold);
}

.vt-domain-search-bar input {
  min-width: 0;
  padding: 0 1rem;
  border: 0;
  outline: 0;
  color: #071f43;
  background: transparent;
  font: inherit;
  font-size: 1.05rem;
}

.vt-domain-search-bar input::placeholder {
  color: #8495a8;
}

.vt-domain-search-bar .vt-button {
  min-width: 138px;
  min-height: 100%;
  gap: 0.5rem;
  border: 0;
  border-radius: 0;
}

.vt-tld-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  border: 0;
}

.vt-tld-options legend {
  flex: 0 0 100%;
  margin-bottom: 0.15rem;
  color: #40566f;
  font-size: var(--vt-font-size-sm);
  font-weight: var(--vt-weight-bold);
}

.vt-tld-options label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 40px;
  margin: 0;
  padding: 0.45rem 0.8rem;
  border: 1px solid #d5e5ee;
  border-radius: 6px;
  background: #f8fbfd;
  color: #173a64;
  font-weight: 700;
  cursor: pointer;
}

.vt-tld-options label:has(input:checked) {
  border-color: #6ebbe2;
  background: #eaf6fc;
  color: #083966;
}

.vt-tld-options input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: #087d78;
}

.vt-domain-search .vt-field-help {
  padding-top: var(--vt-space-4);
  border-top: 1px solid #e3edf2;
}

.vt-domain-results {
  margin-top: var(--vt-space-5);
}

.vt-domain-results .vt-notice {
  padding: var(--vt-space-5);
}

.vt-domain-result-list {
  display: grid;
  gap: 12px;
}

.vt-domain-result-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(175px, auto) auto;
  align-items: center;
  gap: var(--vt-space-5);
  min-height: 112px;
  padding: 18px 20px;
  border: 1px solid #d5e5ee;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 31, 67, 0.06);
}

.vt-domain-result-card.is-available {
  border-color: rgba(8, 125, 120, 0.36);
}

.vt-domain-result-identity {
  min-width: 0;
}

.vt-domain-result-identity .vt-sku {
  margin: 0 0 0.25rem;
  color: #64748b;
  font-size: var(--vt-font-size-sm);
}

.vt-domain-result-identity h2 {
  margin: 0 0 0.35rem;
  color: #071f43;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  overflow-wrap: anywhere;
}

.vt-domain-result-identity p:last-child {
  margin: 0;
}

.vt-domain-result-meta {
  display: grid;
  justify-items: end;
  gap: 0.3rem;
  text-align: right;
}

.vt-domain-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.25rem 0.65rem;
  border-radius: 5px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 800;
}

.is-available .vt-domain-status {
  background: #e7f7f2;
  color: #047857;
}

.is-unavailable .vt-domain-status {
  background: #f3f4f6;
  color: #5f6b7a;
}

.vt-domain-price {
  color: #071f43;
  font-size: 1.05rem;
  white-space: nowrap;
}

.vt-domain-result-meta small {
  color: #738197;
  font-size: 0.72rem;
}

.vt-domain-buy {
  min-width: 128px;
}

.vt-domain-action-disabled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  min-height: 44px;
  padding: 0.65rem 1rem;
  border: 1px solid #d5e5ee;
  border-radius: 6px;
  background: #f8fafc;
  color: #78889a;
  font-weight: 750;
}

.vt-muted {
  color: var(--vt-color-muted);
}

.vt-check-list {
  display: grid;
  gap: var(--vt-space-3);
  margin: var(--vt-space-5) 0 0;
  padding: 0;
  list-style: none;
}

.vt-check-list li {
  display: flex;
  gap: var(--vt-space-3);
  align-items: flex-start;
}

.vt-check-list li::before {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  margin-top: 0.55rem;
  border-radius: 50%;
  background: var(--vt-color-gold);
}

.vt-field {
  display: grid;
  gap: var(--vt-space-2);
}

.vt-field label {
  font-weight: var(--vt-weight-bold);
}

.vt-field input,
.vt-field select,
.vt-field textarea {
  width: 100%;
  border: 1px solid var(--vt-color-line);
  border-radius: var(--vt-radius-md);
  padding: 0.75rem 0.85rem;
  font: inherit;
  color: var(--vt-color-ink);
  background: var(--vt-color-surface);
}

.vt-field textarea {
  min-height: 120px;
  resize: vertical;
}

.vt-field-help {
  margin: 0;
  color: var(--vt-color-muted);
  font-size: var(--vt-font-size-sm);
}

.vt-breadcrumb ol {
  display: flex;
  gap: var(--vt-space-2);
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--vt-color-muted);
  font-size: var(--vt-font-size-sm);
}

.vt-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: var(--vt-space-2);
}

.vt-roadmap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--vt-space-4);
}
.vt-cms-block {
	padding: 56px 0;
}

.vt-cms-block + .vt-cms-block {
	padding-top: 0;
}

.vt-cms-style-muted {
	background: #f3f7fa;
}

.vt-cms-style-brand {
	background: #087d78;
	color: #fff;
}

.vt-cms-style-dark {
	background: #071f43;
	color: #fff;
}

.vt-cms-block-image,
.vt-article-image {
	display: block;
	height: auto;
	margin: 20px 0;
	max-width: 100%;
	object-fit: cover;
}

.vt-cms-block-body,
.vt-article-body {
	font-size: 1.05rem;
	line-height: 1.75;
	max-width: 820px;
}

.vt-article-body {
	margin-bottom: 72px;
	margin-top: 40px;
}

.vt-article-meta {
	color: #66758a;
}

.vt-site-search {
	margin-top: 24px;
	max-width: 760px;
}

.vt-site-search label {
	display: block;
	font-weight: 700;
	margin-bottom: 8px;
}

.vt-site-search > div {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.vt-site-search input {
	border: 1px solid #b8c8d8;
	font: inherit;
	min-height: 48px;
	padding: 10px 14px;
	width: 100%;
}

.vt-search-results {
	display: grid;
	gap: 0;
	margin-top: 24px;
}

.vt-search-results article {
	border-top: 1px solid #d9e2ea;
	padding: 22px 0;
}

.vt-search-results h3 {
	margin: 4px 0 8px;
}

@media (max-width: 620px) {
	.vt-site-search > div {
		grid-template-columns: 1fr;
	}
}

.vt-checkout-hero {
	background: linear-gradient(90deg, rgba(243, 249, 253, 0.98), rgba(255, 255, 255, 0.98));
}

.vt-domain-checkout-form {
	display: grid;
	gap: 1.25rem;
}

.vt-domain-checkout-form h2,
.vt-domain-order-summary h2,
.vt-order-confirmation h2 {
	margin: 0;
}

.vt-check-consent {
	display: grid;
	grid-template-columns: 1.15rem 1fr;
	gap: 0.65rem;
	align-items: start;
	color: var(--vt-ink-muted);
	font-size: 0.95rem;
	line-height: 1.55;
}

.vt-check-consent input {
	width: 1.05rem;
	height: 1.05rem;
	margin-top: 0.2rem;
	accent-color: var(--vt-navy);
}

.vt-checkout-consents {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--vt-line);
  border-radius: 6px;
}

.vt-checkout-consents legend {
  padding: 0 0.4rem;
  font-weight: 700;
  color: var(--vt-ink);
}

.vt-legal-document {
  max-width: 920px;
  margin: 0 auto;
  color: var(--vt-ink);
  line-height: 1.75;
}

.vt-legal-document h1 {
  font-size: 2rem;
}

.vt-legal-document h2 {
  margin-top: 2.2rem;
  font-size: 1.45rem;
}

.vt-legal-document h3 {
  margin-top: 1.5rem;
  font-size: 1.15rem;
}

.vt-legal-document table {
  width: 100%;
  border-collapse: collapse;
}

.vt-legal-document th,
.vt-legal-document td {
  padding: 0.7rem;
  border: 1px solid var(--vt-line);
  text-align: left;
  vertical-align: top;
}

.vt-checkout-submit {
	width: 100%;
	min-height: 3.25rem;
}

.vt-checkout-submit:disabled {
	cursor: wait;
	opacity: 0.58;
}

.vt-domain-order-summary {
	position: sticky;
	top: 1.5rem;
	align-self: start;
}

.vt-commerce-totals .is-total {
	margin-top: 0.6rem;
	padding-top: 1rem;
	border-top: 1px solid var(--vt-line);
	font-size: 1.08rem;
}

.vt-notice-success {
	border: 1px solid #9ed9bf;
	background: #effbf6;
	color: #075b3c;
}

.vt-order-confirmation {
	max-width: 760px;
	margin-inline: auto;
}
