:root {
  --vt-modern-navy: #071f43;
  --vt-modern-navy-2: #102f61;
  --vt-modern-cyan: #2d9cdb;
  --vt-modern-teal: #087d78;
  --vt-modern-gold: #e0a92e;
  --vt-modern-ice: #eef7fb;
  --vt-modern-line: #d7e4ec;
  --vt-modern-copy: #40566f;
}

.vt-landing {
  color: var(--vt-modern-navy);
}

.vt-landing-hero {
  position: relative;
  isolation: isolate;
  min-height: min(590px, 68vh);
  overflow: hidden;
  display: grid;
  align-items: center;
  background: var(--vt-modern-navy);
  color: #fff;
}

.vt-landing-hero-image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vt-landing-hero-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(7, 31, 67, 0.7);
}

.vt-landing-hero-content {
  width: 100%;
  padding-block: clamp(64px, 8vw, 104px);
}

.vt-landing-hero-content > * {
  max-width: 710px;
}

.vt-landing-hero h1 {
  margin: 0;
  max-width: 760px;
  color: #fff;
  font-size: clamp(2.45rem, 5vw, 4.25rem);
  line-height: 1.03;
  letter-spacing: 0;
}

.vt-landing-hero .vt-eyebrow,
.vt-conversion-band .vt-eyebrow {
  color: #79d9d2;
}

.vt-landing-lead {
  margin: 1.25rem 0 0;
  max-width: 660px;
  color: #e8f1f7;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.65;
}

.vt-landing-hero .vt-actions {
  margin-top: 2rem;
}

.vt-breadcrumb-inverse,
.vt-breadcrumb-inverse a,
.vt-breadcrumb-inverse li {
  color: #d7e9f3;
}

.vt-breadcrumb-inverse {
  margin-bottom: 1.5rem;
}

.vt-button-light,
body.vt-shell a.vt-button-light,
body.vt-shell a.vt-button-light:visited {
  border-color: #fff;
  background: #fff;
  color: var(--vt-modern-navy);
}

.vt-button-outline-light,
body.vt-shell a.vt-button-outline-light,
body.vt-shell a.vt-button-outline-light:visited {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(7, 31, 67, 0.3);
  color: #fff;
}

.vt-button-light:hover,
.vt-button-light:focus-visible,
.vt-button-outline-light:hover,
.vt-button-outline-light:focus-visible {
  border-color: #79d9d2;
  outline-color: #79d9d2;
}

.vt-proof-strip {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--vt-modern-line);
  background: #fff;
}

.vt-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vt-proof-item {
  min-height: 138px;
  padding: 1.75rem clamp(1rem, 2.5vw, 2.5rem);
  border-right: 1px solid var(--vt-modern-line);
  display: grid;
  align-content: center;
  gap: 0.45rem;
}

.vt-proof-item:first-child {
  border-left: 1px solid var(--vt-modern-line);
}

.vt-proof-item strong {
  color: var(--vt-modern-teal);
  font-size: 1.05rem;
}

.vt-proof-item span {
  color: var(--vt-modern-copy);
  line-height: 1.55;
}

.vt-editorial-section,
.vt-capability-section,
.vt-process-section,
.vt-faq-section {
  padding: clamp(64px, 8vw, 104px) 0;
}

.vt-editorial-section {
  background: #fff;
}

.vt-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  align-items: center;
  gap: clamp(36px, 7vw, 92px);
}

.vt-editorial-media {
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 4 / 3;
  background: var(--vt-modern-ice);
}

.vt-editorial-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  transform: scale(1.02);
}

.vt-editorial-copy h2,
.vt-section-heading-wide h2,
.vt-faq-layout h2,
.vt-conversion-band h2 {
  margin: 0;
  color: var(--vt-modern-navy);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.vt-copy-lead {
  margin: 1.25rem 0;
  color: var(--vt-modern-copy);
  font-size: 1.12rem;
  line-height: 1.75;
}

.vt-callout-line {
  margin-top: 1.75rem;
  padding: 1.25rem 0 1.25rem 1.35rem;
  border-left: 4px solid var(--vt-modern-gold);
}

.vt-callout-line strong {
  color: var(--vt-modern-navy);
}

.vt-callout-line p {
  margin: 0.4rem 0 0;
  color: var(--vt-modern-copy);
}

.vt-capability-section {
  background: var(--vt-modern-ice);
}

.vt-section-heading-wide {
  max-width: 820px;
  margin-bottom: 2.75rem;
}

.vt-section-heading-wide > p:last-child {
  color: var(--vt-modern-copy);
}

.vt-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--vt-modern-line);
  background: var(--vt-modern-line);
}

.vt-capability-grid > section {
  min-width: 0;
  padding: clamp(24px, 3vw, 38px);
  background: #fff;
}

.vt-capability-grid h3 {
  margin: 0.55rem 0 1.25rem;
  color: var(--vt-modern-navy);
  font-size: 1.35rem;
}

.vt-section-number {
  color: var(--vt-modern-gold);
  font-weight: 800;
}

.vt-capability-grid .vt-check-list {
  margin: 0;
}

.vt-process-section {
  background: #fff;
}

.vt-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--vt-modern-navy);
}

.vt-process-grid li {
  position: relative;
  min-width: 0;
  padding: 1.8rem 2rem 0 0;
}

.vt-process-grid li::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--vt-modern-gold);
}

.vt-process-grid span {
  color: var(--vt-modern-teal);
  font-weight: 800;
}

.vt-process-grid h3 {
  margin: 0.55rem 0 0.5rem;
  color: var(--vt-modern-navy);
  font-size: 1.2rem;
}

.vt-process-grid p {
  margin: 0;
  color: var(--vt-modern-copy);
  line-height: 1.55;
}

.vt-faq-section {
  border-top: 1px solid var(--vt-modern-line);
  background: #f8fbfd;
}

.vt-faq-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1fr);
  gap: clamp(38px, 8vw, 110px);
  align-items: start;
}

.vt-faq-list details {
  border-color: var(--vt-modern-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.vt-faq-list summary {
  color: var(--vt-modern-navy);
  font-weight: 750;
}

.vt-conversion-band {
  background: var(--vt-modern-navy);
  padding: clamp(56px, 7vw, 88px) 0;
  color: #fff;
}

.vt-conversion-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2.5rem;
  align-items: center;
}

.vt-conversion-band h2 {
  max-width: 760px;
  color: #fff;
}

.vt-conversion-band p:not(.vt-eyebrow) {
  max-width: 700px;
  color: #cfdeea;
}

/* Marketing hubs share the same confident visual language without forcing a
   sales-page layout onto legal or transactional content. */
.vt-marketing-hero {
  min-height: min(510px, 62vh);
}

.vt-main-section {
  padding-block: clamp(54px, 7vw, 88px);
}

.vt-service-card-grid,
.vt-content-grid,
.vt-catalogue-grid {
  gap: 1rem;
}

.vt-service-card-grid .vt-card,
.vt-content-grid .vt-card,
.vt-catalogue-grid .vt-card {
  border-color: var(--vt-modern-line);
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(7, 31, 67, 0.06);
  padding: clamp(24px, 3vw, 34px);
}

.vt-card-kicker {
  margin: 0 0 0.85rem !important;
  color: var(--vt-modern-teal) !important;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.vt-card-link::after {
  content: "  >";
}

.vt-form-shell,
.vt-domain-search,
.vt-hosting-package-card,
.vt-catalogue-row {
  border-radius: 6px;
  border-color: var(--vt-modern-line);
  box-shadow: 0 14px 38px rgba(7, 31, 67, 0.07);
}

.vt-legal-hero {
  min-height: 160px;
  padding: 2.5rem 0;
  background: var(--vt-modern-navy);
  border: 0;
}

.vt-legal-hero::after {
  display: none;
}

.vt-legal-document {
  max-width: 880px;
  margin-inline: auto;
  color: #243b55;
  font-size: 1.02rem;
  line-height: 1.75;
}

.vt-legal-document h1,
.vt-legal-document h2,
.vt-legal-document h3 {
  color: var(--vt-modern-navy);
  letter-spacing: 0;
}

@media (max-width: 900px) {
  .vt-landing-hero {
    min-height: 540px;
  }

  .vt-landing-hero-image {
    object-position: 62% center;
  }

  .vt-proof-grid,
  .vt-capability-grid {
    grid-template-columns: 1fr;
  }

  .vt-proof-item,
  .vt-proof-item:first-child {
    min-height: auto;
    border: 0;
    border-bottom: 1px solid var(--vt-modern-line);
  }

  .vt-editorial-grid,
  .vt-faq-layout,
  .vt-conversion-inner {
    grid-template-columns: 1fr;
  }

  .vt-editorial-media {
    aspect-ratio: 16 / 10;
  }

  .vt-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2rem;
  }
}

@media (max-width: 600px) {
  .vt-landing-hero {
    min-height: 590px;
    align-items: end;
  }

  .vt-landing-hero-shade {
    background: rgba(7, 31, 67, 0.78);
  }

  .vt-landing-hero-content {
    padding-block: 54px;
  }

  .vt-landing-hero h1 {
    font-size: clamp(2.2rem, 12vw, 3.15rem);
  }

  .vt-landing-hero .vt-actions,
  .vt-conversion-band .vt-actions {
    width: 100%;
  }

  .vt-landing-hero .vt-button,
  .vt-conversion-band .vt-button {
    width: 100%;
  }

  .vt-process-grid {
    grid-template-columns: 1fr;
    border-top: 0;
    border-left: 2px solid var(--vt-modern-navy);
  }

  .vt-process-grid li {
    padding: 0 0 1.8rem 1.5rem;
  }

  .vt-process-grid li::before {
    top: 4px;
    left: -7px;
  }

  .vt-editorial-section,
  .vt-capability-section,
  .vt-process-section,
  .vt-faq-section {
    padding-block: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vt-landing *,
  .vt-marketing-hero * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Homepage: preserve the operational slider while aligning every section. */
.vt-hero-slider {
  border-bottom: 0;
}

.vt-service-tabs {
  margin-top: 0;
  border: 0;
  border-bottom: 1px solid #d7e3ec;
  background: #fff;
}

.vt-service-tabs a {
  min-height: 112px;
  justify-content: center;
  gap: 10px;
  font-weight: 750;
}

.vt-service-tabs a:hover,
.vt-service-tabs a:focus-visible {
  color: #007f78;
  background: #f1f9fb;
}

.vt-service-tabs + .vt-main-section {
  background: #eef7fa;
  padding-block: clamp(64px, 7vw, 104px);
}

.vt-service-card-grid .vt-card {
  border-top: 3px solid #07877f;
  box-shadow: 0 12px 28px rgb(7 38 66 / 8%);
}

.vt-wp-section {
  padding-block: clamp(64px, 7vw, 108px);
}

.vt-wp-section:nth-of-type(even) {
  background: #f6f9fb;
}

.vt-wp-two-col {
  align-items: center;
  gap: clamp(42px, 7vw, 96px);
}

.vt-wp-two-col > div {
  max-width: 600px;
}

.vt-wp-two-col h2 {
  margin: 10px 0 18px;
  max-width: 16ch;
  color: #071f3d;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.08;
}

.vt-wp-two-col p:not(.vt-eyebrow) {
  color: #4e6377;
  font-size: 18px;
  line-height: 1.7;
}

.vt-wp-two-col img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 22px 48px rgb(7 38 66 / 14%);
}

.vt-text-link {
  display: inline-flex;
  margin-top: 12px;
  color: #007f78;
  font-weight: 800;
  text-decoration: none;
}

.vt-text-link::after {
  content: " →";
}

.vt-logo-section {
  padding-block: clamp(46px, 5vw, 72px);
}

.vt-logo-section + .vt-logo-section {
  border-top: 1px solid #e2eaf0;
}

.vt-home-cta {
  color: #fff;
  background: #062b52;
}

.vt-home-cta h2,
.vt-home-cta .vt-lead,
.vt-home-cta .vt-eyebrow,
.vt-home-cta .vt-notice,
.vt-home-cta .vt-notice p {
  color: #fff;
}

.vt-home-cta .vt-notice {
  border-color: rgb(255 255 255 / 24%);
  background: rgb(255 255 255 / 8%);
}

@media (max-width: 720px) {
  .vt-service-tabs a {
    min-height: 88px;
  }

  .vt-wp-section {
    padding-block: 54px;
  }

  .vt-wp-two-col,
  .vt-wp-two-col.flip,
  .vt-wp-two-col.centered {
    gap: 28px;
  }

  .vt-wp-two-col img {
    order: -1;
  }

  .vt-wp-two-col h2 {
    font-size: 32px;
  }
}
