:root {
  --site-ink: #263238;
  --site-muted: #617078;
  --site-brand: #149cb8;
  --site-brand-dark: #0c7289;
  --site-soft: #edf9fc;
  --site-band: #f6fafb;
  --site-line: #d8e7eb;
  --site-panel: #ffffff;
  --site-shadow: 0 10px 28px rgba(38, 50, 56, 0.08);
}

html {
  scroll-behavior: smooth;
}

body.site-refresh {
  color: var(--site-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Microsoft YaHei", Arial, sans-serif;
  overflow-x: clip;
}

body.site-refresh p,
body.site-refresh li {
  color: var(--site-muted);
  line-height: 1.75;
}

body.site-refresh h1,
body.site-refresh h2,
body.site-refresh h3,
body.site-refresh h4 {
  color: var(--site-ink);
  font-family: inherit;
  letter-spacing: 0;
  line-height: 1.28;
}

body.site-refresh a,
body.site-refresh button {
  transition: background-color 0.2s ease, border-color 0.2s ease,
    color 0.2s ease, transform 0.2s ease;
}

body.site-refresh a:focus-visible,
body.site-refresh button:focus-visible,
body.site-refresh input:focus-visible,
body.site-refresh select:focus-visible,
body.site-refresh textarea:focus-visible {
  outline: 3px solid rgba(20, 156, 184, 0.32);
  outline-offset: 3px;
}

body.site-refresh .topbar {
  background: #f7f9fa;
  border-bottom: 1px solid #edf1f2;
}

body.site-refresh header .main-menu {
  background: #fff;
  border-bottom: 2px solid rgba(20, 156, 184, 0.18);
  box-shadow: 0 4px 14px rgba(38, 50, 56, 0.05);
  margin-bottom: 0;
}

body.site-refresh header .main-menu > .container {
  min-height: 66px;
}

body.site-refresh .navbar a {
  font-family: inherit;
  font-weight: 600;
}

body.site-refresh.site-home .navbar > ul > li:nth-child(1) > a,
body.site-refresh.site-captcha .navbar > ul > li:nth-child(2) > a,
body.site-refresh.site-verify-price .navbar > ul > li:nth-child(3) > a,
body.site-refresh.site-proxy .navbar > ul > li:nth-child(4) > a,
body.site-refresh.site-proxy-price .navbar > ul > li:nth-child(5) > a,
body.site-refresh.site-contact .navbar > ul > li:nth-child(7) > a {
  color: var(--site-brand-dark);
}

body.site-refresh .top-button,
body.site-refresh .btn-01 {
  align-items: center;
  background: var(--site-brand);
  border: 2px solid var(--site-brand);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-family: inherit;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 9px 22px;
}

body.site-refresh .top-button:hover,
body.site-refresh .btn-01:hover {
  background: var(--site-brand-dark);
  border-color: var(--site-brand-dark);
  color: #fff;
  transform: translateY(-2px);
}

body.site-refresh .section-gap {
  padding-bottom: 72px;
  padding-top: 72px;
}

body.site-refresh .bg-five {
  background: var(--site-band);
}

body.site-refresh .banner-heading h1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 16px;
}

body.site-refresh .banner-heading h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 14px;
}

body.site-refresh .banner-heading h3 {
  font-size: 23px;
}

body.site-refresh .banner-heading > span:first-child {
  color: var(--site-brand-dark);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

body.site-refresh .banner-heading p {
  color: var(--site-muted);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.8;
}

body.site-refresh .b-line {
  border-bottom: 3px solid var(--site-brand);
}

body.site-refresh .gap-bottom {
  margin-bottom: 34px;
}

body.site-refresh .hero-banner {
  background: var(--site-soft);
  min-height: 0 !important;
  padding: 50px 0;
}

body.site-refresh .hero-banner > .container > .row {
  min-height: 350px;
}

body.site-refresh .hero-banner .banner-heading {
  max-width: 650px;
}

body.site-refresh .hero-banner img {
  display: block;
  height: auto;
  margin-left: auto;
  max-height: 340px;
  max-width: 100%;
  object-fit: contain;
}

body.site-refresh .hero-banner .bor-radius {
  border-radius: 6px;
}

body.site-refresh .banner-top {
  background: #fff;
  border-bottom: 1px solid var(--site-line);
  margin: 0;
}

body.site-refresh .domain-group {
  align-items: stretch;
  gap: 0;
  margin: 0;
  min-height: 84px;
}

body.site-refresh .domain-group li {
  border-color: var(--site-line);
  min-width: 120px;
  padding: 14px 24px;
}

body.site-refresh .domain-group li a {
  align-items: center;
  color: #445158;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-height: 54px;
}

body.site-refresh .domain-group li a:hover {
  color: var(--site-brand-dark);
}

body.site-refresh .domain-group li img {
  height: 34px;
  object-fit: contain;
  width: 42px;
}

body.site-refresh.site-home #carousel-hero .hero,
body.site-refresh.site-captcha #carousel-hero .hero {
  background: var(--site-soft);
}

body.site-refresh.site-home #carousel-hero .container,
body.site-refresh.site-captcha #carousel-hero .container {
  max-width: 1200px;
}

body.site-refresh.site-home #carousel-hero .bg-one,
body.site-refresh.site-home #carousel-hero .bg-two,
body.site-refresh.site-home #carousel-hero .bg-four,
body.site-refresh.site-captcha #carousel-hero .bg-one,
body.site-refresh.site-captcha #carousel-hero .bg-two,
body.site-refresh.site-captcha #carousel-hero .bg-four {
  background: transparent;
  border-radius: 0;
  min-height: 360px;
  padding: 48px 24px;
}

body.site-refresh #carousel-hero .banner-heading h1,
body.site-refresh #carousel-hero .banner-heading h2 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.25;
}

body.site-refresh #carousel-hero .banner-heading p {
  font-size: 17px;
}

body.site-refresh #carousel-hero .carousel-indicators {
  bottom: 12px;
}

body.site-refresh #carousel-hero .carousel-indicators button {
  height: 3px;
  width: 34px;
}

body.site-refresh .feature-style-one,
body.site-refresh .feature-style-three,
body.site-refresh .plan-style-one,
body.site-refresh .plan-content,
body.site-refresh .domain-register,
body.site-refresh .testifeatures-two {
  background: var(--site-panel);
  border: 1px solid var(--site-line);
  border-radius: 6px;
  box-shadow: none;
  height: 100%;
}

body.site-refresh .feature-style-one {
  padding: 26px;
}

body.site-refresh .feature-style-one h4,
body.site-refresh .feature-style-three h4 {
  font-size: 20px;
  font-weight: 600;
}

body.site-refresh .feature-style-one img {
  max-height: 54px;
  width: auto;
}

body.site-refresh .feature-style-two .feature-style-three {
  padding: 24px;
}

body.site-refresh .plan-style-one {
  padding: 28px 22px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease,
    transform 0.2s ease;
}

body.site-refresh .plan-style-one:hover,
body.site-refresh .domain-register:hover {
  border-color: rgba(20, 156, 184, 0.5);
  box-shadow: var(--site-shadow);
  transform: translateY(-3px);
}

body.site-refresh .plan-style-one h3 {
  color: var(--site-brand-dark) !important;
  font-size: 28px;
  font-weight: 700;
}

body.site-refresh .plan-style-one .price {
  color: var(--site-ink);
  font-size: 28px;
  margin: 8px 0 18px;
}

body.site-refresh .plan-style-one .list {
  border-top: 1px solid var(--site-line);
  margin-top: 22px;
  padding-top: 18px;
}

body.site-refresh .plan-style-one .list li {
  font-size: 14px;
  margin-bottom: 9px;
}

body.site-refresh .domain-register {
  padding: 24px 20px;
}

body.site-refresh .container.bg-white.shadow {
  border: 1px solid var(--site-line);
  border-radius: 6px;
  box-shadow: none !important;
}

body.site-refresh .nav-links {
  background: #fff;
  border: 1px solid var(--site-line);
  border-radius: 6px;
  color: #526168;
  min-height: 44px;
  padding: 9px 18px;
}

body.site-refresh .nav-links.active {
  background: var(--site-brand);
  border-color: var(--site-brand);
  color: #fff;
}

body.site-refresh.site-proxy-price #plan {
  background: #f4f9fa;
}

body.site-refresh.site-proxy-price #plan .banner-heading {
  width: 100%;
}

body.site-refresh.site-proxy-price #plan .banner-heading > p {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

body.site-refresh.site-proxy-price #plan .gap-bottom {
  margin-bottom: 0;
}

body.site-refresh.site-proxy-price #plan .nav-item {
  background: #e5f0f2;
  border: 1px solid #d3e3e7;
  border-radius: 6px;
  display: inline-flex;
  gap: 4px;
  padding: 4px;
}

body.site-refresh.site-proxy-price #plan .nav-links {
  background: transparent;
  border: 0;
  min-width: 128px;
}

body.site-refresh.site-proxy-price #plan .nav-links.active {
  background: var(--site-brand);
  color: #fff;
}

body.site-refresh.site-proxy-price #plan .vps-plan,
body.site-refresh.site-proxy-price #plan .vps-plan-name,
body.site-refresh.site-proxy-price #plan .about-plan,
body.site-refresh.site-proxy-price #plan .plan-content {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: auto;
  padding: 0;
  width: 100%;
}

body.site-refresh.site-proxy-price #plan .delhi-price > .container,
body.site-refresh.site-proxy-price #plan .Amesterdam-price > .container {
  background: transparent !important;
  border: 0;
  margin-top: 34px;
  max-width: none;
  padding: 0 !important;
}

body.site-refresh.site-proxy-price #plan .domain-register {
  border-top: 3px solid var(--site-brand);
  display: flex;
  flex-direction: column;
  min-height: 238px;
  padding: 25px 22px 22px;
  text-align: left;
}

body.site-refresh.site-proxy-price #plan .domain-register h4 {
  color: var(--site-ink);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

body.site-refresh.site-proxy-price #plan .domain-register h5 {
  color: var(--site-brand-dark);
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
}

body.site-refresh.site-proxy-price #plan .domain-register h5 span {
  color: #829097;
  font-size: 13px;
  font-weight: 500;
  margin-left: 7px;
  text-decoration: line-through;
}

body.site-refresh.site-proxy-price #plan .domain-register p {
  border-top: 1px solid var(--site-line);
  font-size: 14px;
  margin: 0 0 18px;
  padding-top: 13px;
}

body.site-refresh.site-proxy-price #plan .domain-register .btn-01 {
  margin: auto 0 0 !important;
  width: 100%;
}

body.site-refresh .contact-sec {
  border-bottom: 1px solid var(--site-line);
}

body.site-refresh .legal-agreement {
  background: #fff;
  border: 1px solid var(--site-line);
  border-radius: 6px;
  box-shadow: none;
  color: var(--site-muted);
  padding: 42px 48px;
}

body.site-refresh .legal-agreement h2,
body.site-refresh .legal-agreement h3,
body.site-refresh .legal-agreement h4 {
  color: var(--site-brand-dark);
  margin-top: 30px;
}

body.site-refresh.site-info main section img {
  height: auto;
  max-height: 390px;
  max-width: 100%;
  object-fit: contain;
}

body.site-refresh.site-contact main > .section-gap.bg-five {
  display: none;
}

body.site-refresh .main-footer {
  background: #14212a;
}

body.site-refresh .main-footer h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

body.site-refresh .main-footer a,
body.site-refresh .main-footer p,
body.site-refresh .main-footer li {
  color: #aebfc7;
}

body.site-refresh .main-footer a:hover {
  color: #fff;
}

body.site-refresh .footer-social-media a {
  align-items: center;
  border-color: #42545e;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

body.site-refresh .payment-badge {
  align-items: center;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  line-height: 1;
}

body.site-refresh .payment-badge-alipay {
  background: #1677ff;
  color: #fff;
  gap: 6px;
  width: 88px;
}

body.site-refresh .payment-badge-alipay .bi {
  font-size: 20px;
}

/* About and contact page refresh */
.page-eyebrow {
  color: #0786a0;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

.page-button {
  align-items: center;
  border: 2px solid #079db7;
  border-radius: 5px;
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  min-height: 48px;
  padding: 10px 20px;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.page-button:hover {
  transform: translateY(-2px);
}

.page-button-primary {
  background: #079db7;
  color: #fff;
}

.page-button-primary:hover {
  background: #067e94;
  border-color: #067e94;
  color: #fff;
}

.page-button-secondary {
  background: transparent;
  color: #17303a;
}

.page-button-secondary:hover {
  background: #fff;
  border-color: #067e94;
  color: #067e94;
}

.page-button:focus-visible,
.contact-route-card a:focus-visible,
.contact-quick-links a:focus-visible,
.about-service-card a:focus-visible,
.about-product-map a:focus-visible {
  outline: 3px solid rgba(7, 157, 183, .35);
  outline-offset: 3px;
}

.page-section-heading {
  margin: 0 auto 48px;
  max-width: 720px;
  text-align: center;
}

.page-section-heading h2,
.about-intro h2,
.about-principles h2,
.about-cta h2,
.contact-prepare h2,
.contact-quick h2 {
  color: #172930;
  font-size: 38px;
  line-height: 1.24;
  margin-bottom: 16px;
}

.page-section-heading p,
.about-intro p,
.about-principles p,
.about-cta p,
.contact-prepare p,
.contact-quick p {
  color: #5e727b;
  line-height: 1.8;
}

.about-hero,
.contact-hero {
  background: #eef9fb;
  border-top: 1px solid #d8ebef;
  overflow: hidden;
  padding: 84px 0;
}

.about-hero-grid,
.contact-hero-grid {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
}

.about-hero-copy h1,
.contact-hero-copy h1 {
  color: #172930;
  font-size: 52px;
  line-height: 1.15;
  margin-bottom: 22px;
  max-width: 700px;
}

.about-hero-copy > p,
.contact-hero-copy > p {
  color: #526a74;
  font-size: 18px;
  line-height: 1.8;
  max-width: 680px;
}

.about-hero-actions,
.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.about-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 28px;
}

.about-hero-points li {
  align-items: center;
  color: #405861;
  display: flex;
  font-size: 14px;
  gap: 7px;
}

.about-hero-points i {
  color: #0b9f72;
}

.about-product-map {
  aspect-ratio: 1.18;
  background: #fff;
  border: 1px solid #cae1e6;
  border-radius: 8px;
  min-height: 390px;
  position: relative;
}

.about-product-map::before,
.about-product-map::after {
  border: 1px dashed #8fc9d5;
  border-radius: 50%;
  content: "";
  inset: 48px 70px;
  position: absolute;
}

.about-product-map::after {
  inset: 100px 130px;
}

.about-map-center {
  align-items: center;
  background: #172d37;
  border-radius: 6px;
  color: #fff;
  display: flex;
  flex-direction: column;
  inset: 50% auto auto 50%;
  justify-content: center;
  min-height: 148px;
  padding: 18px;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 170px;
  z-index: 2;
}

.about-map-center strong {
  font-size: 16px;
  margin-top: 8px;
}

.about-map-center small {
  color: #bdd0d7;
  margin-top: 4px;
}

.about-product-map > a {
  align-items: center;
  background: #fff;
  border: 1px solid #d2e2e6;
  border-radius: 5px;
  color: #263b44;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  min-height: 54px;
  padding: 8px 12px;
  position: absolute;
  transition: border-color .2s ease, transform .2s ease;
  width: 174px;
  z-index: 3;
}

.about-product-map > a:hover {
  border-color: #079db7;
  color: #067e94;
  transform: translateY(-2px);
}

.about-product-map > a:nth-of-type(1) { left: 20px; top: 24px; }
.about-product-map > a:nth-of-type(2) { right: 20px; top: 54px; }
.about-product-map > a:nth-of-type(3) { bottom: 28px; left: 24px; width: 212px; }
.about-product-map > a:nth-of-type(4) { bottom: 44px; right: 24px; }
.about-product-map > a > i { color: #079db7; font-size: 28px; }

.about-intro {
  background: #fff;
}

.about-intro-grid {
  display: grid;
  gap: 72px;
  grid-template-columns: .8fr 1.2fr;
}

.about-intro-copy {
  border-left: 3px solid #f29b45;
  padding-left: 32px;
}

.about-intro-copy p + p {
  margin-top: 16px;
}

.about-services {
  background: #f4f8f9;
}

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

.about-service-card {
  background: #fff;
  border: 1px solid #d4e3e7;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  grid-column: span 2;
  min-height: 350px;
  padding: 28px;
  position: relative;
  transition: border-color .2s ease, transform .2s ease;
}

.about-service-card:hover {
  border-color: #079db7;
  transform: translateY(-4px);
}

.about-service-number {
  color: #91a5ad;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 22px;
  top: 20px;
}

.about-service-card > img,
.about-service-card > i {
  height: 48px;
  margin-bottom: 34px;
  object-fit: contain;
  width: 48px;
}

.about-service-card > i {
  color: #079db7;
  font-size: 42px;
}

.about-service-card h3 {
  color: #1b3039;
  font-size: 24px;
  margin-bottom: 14px;
}

.about-service-card p {
  color: #60757e;
  line-height: 1.75;
}

.about-service-card > a {
  color: #0786a0;
  font-weight: 700;
  margin-top: auto;
}

.about-service-card-dark {
  background: #172d37;
  border-color: #172d37;
}

.about-service-card-dark h3,
.about-service-card-dark > a {
  color: #fff;
}

.about-service-card-dark p {
  color: #c0d0d6;
}

.about-service-card-wide {
  align-items: flex-start;
  display: grid;
  gap: 20px;
  grid-column: span 3;
  grid-template-columns: auto 1fr auto;
  min-height: 190px;
}

.about-service-card-wide > i {
  margin: 0;
}

.about-service-card-wide > a {
  align-self: end;
  white-space: nowrap;
}

.about-principles {
  background: #172d37;
}

.about-principles-grid {
  align-items: start;
  display: grid;
  gap: 90px;
  grid-template-columns: .85fr 1.15fr;
}

.about-principles .page-eyebrow {
  color: #65d5e7;
}

.about-principles h2 {
  color: #fff;
}

.about-principles-copy > p {
  color: #c0d0d6;
}

.about-principles .page-button-secondary {
  border-color: #65d5e7;
  color: #fff;
  margin-top: 24px;
}

.about-principle-list {
  border-top: 1px solid #405660;
}

.about-principle-list > div {
  align-items: start;
  border-bottom: 1px solid #405660;
  display: grid;
  gap: 18px;
  grid-template-columns: 42px 160px 1fr;
  padding: 25px 0;
}

.about-principle-list span {
  color: #65d5e7;
  font-weight: 700;
}

.about-principle-list h3 {
  color: #fff;
  font-size: 19px;
}

.about-principle-list p {
  color: #b9cbd1;
  margin: 0;
}

.about-cta {
  background: #fff;
}

.about-cta-inner {
  align-items: center;
  border-bottom: 1px solid #d3e4e8;
  border-top: 1px solid #d3e4e8;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  padding: 42px 0;
}

.about-cta-inner > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-hero {
  background: #f2f7f8;
}

.contact-hero-panel {
  background: #172d37;
  border-radius: 7px;
  color: #fff;
  padding: 34px;
}

.contact-panel-label {
  color: #65d5e7;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
}

.contact-scope-list {
  display: grid;
}

.contact-scope-list > div {
  align-items: center;
  border-top: 1px solid #405660;
  display: grid;
  gap: 16px;
  grid-template-columns: 42px 1fr;
  min-height: 88px;
}

.contact-scope-list i {
  color: #65d5e7;
  font-size: 27px;
}

.contact-scope-list strong,
.contact-scope-list small {
  display: block;
}

.contact-scope-list small {
  color: #afc3ca;
  margin-top: 4px;
}

.contact-routes {
  background: #fff;
}

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

.contact-route-card {
  border: 1px solid #d4e3e7;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 28px;
  transition: border-color .2s ease, transform .2s ease;
}

.contact-route-card:hover {
  border-color: #079db7;
  transform: translateY(-4px);
}

.contact-route-card-featured {
  background: #eef9fb;
  border-color: #9dd6e0;
}

.contact-route-icon {
  align-items: center;
  background: #e7f5f7;
  border-radius: 5px;
  color: #0786a0;
  display: inline-flex;
  font-size: 24px;
  height: 48px;
  justify-content: center;
  margin-bottom: 28px;
  width: 48px;
}

.contact-route-type {
  color: #0786a0;
  font-size: 12px;
  font-weight: 700;
}

.contact-route-card h3 {
  color: #1b3039;
  font-size: 23px;
  margin: 10px 0 14px;
}

.contact-route-card p {
  color: #60757e;
  line-height: 1.75;
}

.contact-route-card > a {
  color: #0786a0;
  font-weight: 700;
  margin-top: auto;
}

.contact-prepare {
  background: #f4f8f9;
}

.contact-prepare-grid {
  align-items: start;
  display: grid;
  gap: 80px;
  grid-template-columns: .8fr 1.2fr;
}

.contact-prepare-copy .page-button {
  margin-top: 22px;
}

.contact-checklist {
  border-top: 1px solid #cadae0;
  counter-reset: none;
}

.contact-checklist li {
  align-items: start;
  border-bottom: 1px solid #cadae0;
  display: grid;
  gap: 22px;
  grid-template-columns: 48px 1fr;
  padding: 24px 0;
}

.contact-checklist li > span {
  color: #0786a0;
  font-weight: 700;
}

.contact-checklist strong {
  color: #213740;
  display: block;
  font-size: 18px;
  margin-bottom: 7px;
}

.contact-checklist p {
  margin: 0;
}

.contact-quick {
  background: #fff;
}

.contact-quick-inner {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 1fr;
}

.contact-quick-links {
  border-top: 1px solid #d1e1e5;
}

.contact-quick-links a {
  align-items: center;
  border-bottom: 1px solid #d1e1e5;
  color: #263d46;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  min-height: 64px;
  transition: color .2s ease, padding-left .2s ease;
}

.contact-quick-links a:hover {
  color: #0786a0;
  padding-left: 8px;
}

@media (max-width: 991.98px) {
  .about-hero,
  .contact-hero {
    padding: 64px 0;
  }

  .about-hero-grid,
  .contact-hero-grid,
  .about-intro-grid,
  .about-principles-grid,
  .contact-prepare-grid,
  .contact-quick-inner {
    gap: 46px;
    grid-template-columns: 1fr;
  }

  .about-product-map {
    margin: 0 auto;
    max-width: 620px;
    width: 100%;
  }

  .about-service-card {
    grid-column: span 3;
  }

  .contact-route-grid {
    grid-template-columns: 1fr;
  }

  .contact-route-card {
    min-height: 280px;
  }
}

@media (max-width: 767.98px) {
  .about-hero,
  .contact-hero {
    padding: 48px 0;
  }

  .about-hero-copy h1,
  .contact-hero-copy h1 {
    font-size: 38px;
  }

  .page-section-heading h2,
  .about-intro h2,
  .about-principles h2,
  .about-cta h2,
  .contact-prepare h2,
  .contact-quick h2 {
    font-size: 30px;
  }

  .about-product-map {
    aspect-ratio: auto;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px;
  }

  .about-product-map::before,
  .about-product-map::after {
    display: none;
  }

  .about-map-center,
  .about-product-map > a {
    inset: auto;
    min-height: 58px;
    position: relative;
    transform: none;
    width: 100%;
  }

  .about-map-center {
    min-height: 120px;
  }

  .about-product-map > a:nth-of-type(1),
  .about-product-map > a:nth-of-type(2),
  .about-product-map > a:nth-of-type(3),
  .about-product-map > a:nth-of-type(4) {
    inset: auto;
    width: 100%;
  }

  .about-service-grid {
    grid-template-columns: 1fr;
  }

  .about-service-card,
  .about-service-card-wide {
    display: flex;
    grid-column: auto;
    min-height: 300px;
  }

  .about-service-card-wide > a {
    align-self: auto;
  }

  .about-principle-list > div {
    gap: 8px 16px;
    grid-template-columns: 36px 1fr;
  }

  .about-principle-list p {
    grid-column: 2;
  }

  .about-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-hero-panel {
    padding: 24px;
  }

  .contact-hero-actions .page-button,
  .about-hero-actions .page-button,
  .about-cta-inner .page-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-button,
  .about-product-map > a,
  .about-service-card,
  .contact-route-card,
  .contact-quick-links a {
    transition: none;
  }
}

/* Single-row global header authentication actions. */
body.site-refresh .topbar {
  display: none !important;
}

body.site-refresh > header {
  top: 0;
}

body.site-refresh > header + * {
  margin-top: 70px;
}

body.site-refresh .header-auth-actions {
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  margin-left: 18px;
}

body.site-refresh .header-auth-actions a {
  align-items: center;
  border: 1px solid #079ab0;
  border-radius: 6px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  min-width: 64px;
  padding: 8px 14px;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

body.site-refresh .header-auth-login {
  background: #fff;
  color: #087f91;
}

body.site-refresh .header-auth-register {
  background: #079ab0;
  color: #fff;
}

body.site-refresh .header-auth-login:hover,
body.site-refresh .header-auth-login:focus-visible {
  background: #e7f6f8;
  color: #076f7e;
}

body.site-refresh .header-auth-register:hover,
body.site-refresh .header-auth-register:focus-visible {
  background: #076f7e;
  border-color: #076f7e;
  color: #fff;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  body.site-refresh .header-auth-actions {
    gap: 6px;
    margin-left: 10px;
  }

  body.site-refresh .header-auth-actions a {
    min-width: 54px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991.98px) {
  body.site-refresh .header-mobile-auth a {
    color: #087f91 !important;
    font-weight: 700;
  }
}

@media (max-width: 575.98px) {
  body.site-refresh > header {
    top: 0;
  }

  body.site-refresh > header + * {
    margin-top: 62px;
  }
}

body.site-refresh .payment-methods li,
body.site-refresh .payment-methods li img,
body.site-refresh .payment-badge {
  border-radius: 3px;
  height: 32px;
}

body.site-refresh .payment-badge-alipay {
  background: #243747;
  color: #fff;
  gap: 5px;
  padding: 0 7px;
  width: 88px;
}

body.site-refresh .payment-badge-alipay .bi {
  color: #1677ff;
  font-size: 19px;
}

body.site-refresh .about-service-card-dark h3,
body.site-refresh .about-service-card-dark > a,
body.site-refresh .about-principles h2,
body.site-refresh .about-principle-list h3 {
  color: #fff;
}

body.site-refresh .about-service-card-dark p,
body.site-refresh .about-principles-copy > p,
body.site-refresh .about-principle-list p {
  color: #c9d8dd;
}

body.site-refresh .mobile-nav-toggle {
  align-items: center;
  display: none;
  height: 44px;
  justify-content: center;
  width: 44px;
}

body.site-refresh .topbar-element a {
  align-items: center;
  display: inline-flex;
  min-height: 32px;
  padding: 0 4px;
}

body.site-refresh .navbar-mobile a {
  min-height: 44px;
}

body.site-refresh .carousel-indicators [data-bs-target] {
  background-clip: padding-box;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  box-sizing: content-box;
  height: 4px;
}

body.site-refresh .swiper-buttons button {
  align-items: center;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

body.site-refresh .domain-tld-table {
  max-width: 100%;
  overflow-x: auto !important;
  overscroll-behavior-x: contain;
  scrollbar-color: var(--site-brand) #e4eef1;
  scrollbar-width: thin;
  touch-action: pan-x;
}

body.site-refresh .domain-tld-table table {
  min-width: 880px;
}

body.site-refresh .overflow-auto:has(.just-one-click-images) {
  max-width: 100%;
  overflow: visible !important;
}

body.site-refresh .just-one-click-images {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding-bottom: 12px;
  width: 100%;
}

body.site-refresh .just-one-click {
  background: #fff;
  border: 1px solid var(--site-line);
  border-radius: 6px;
  min-height: 142px;
  padding: 18px 12px;
}

body.site-refresh .just-one-click center {
  color: #47555c;
}

body.site-refresh .just-one-click img {
  height: 50px;
  object-fit: contain;
  width: 50px;
}

@media (max-width: 991.98px) {
  body.site-refresh .just-one-click-images {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  body.site-refresh .just-one-click-images {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Pricing pages: clearer comparison hierarchy without changing plan data. */
body.site-refresh .price-eyebrow {
  color: #087f91;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

body.site-refresh .price-summary {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 22px auto 0;
}

body.site-refresh .price-summary span {
  align-items: center;
  background: #fff;
  border: 1px solid #d7e5e8;
  border-radius: 6px;
  color: #354b54;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 7px;
  min-height: 42px;
  padding: 9px 14px;
}

body.site-refresh .price-summary i {
  color: #079ab0;
  font-size: 16px;
}

body.site-refresh.site-verify-price #plan {
  background: #f2f7f8;
}

body.site-refresh.site-verify-price .verify-price-shell {
  max-width: 1180px;
}

body.site-refresh.site-verify-price #plan .banner-heading {
  margin-bottom: 36px;
}

body.site-refresh.site-verify-price #plan .banner-heading p {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

body.site-refresh.site-verify-price .domain-tld-table {
  background: #fff;
  border: 1px solid #d7e4e7;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(27, 58, 68, .07);
  overflow: hidden !important;
}

body.site-refresh.site-verify-price .domain-tld-table table {
  margin: 0;
  min-width: 0;
  width: 100%;
}

body.site-refresh.site-verify-price .domain-tld-table thead {
  background: #16303a;
}

body.site-refresh.site-verify-price .domain-tld-table th {
  border: 0;
  color: #fff;
  font-size: 14px;
  padding: 18px 20px;
  text-align: left;
}

body.site-refresh.site-verify-price .domain-tld-table td {
  border-bottom: 1px solid #e1eaec;
  color: #4a5d64;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
}

body.site-refresh.site-verify-price .domain-tld-table tbody tr:last-child td {
  border-bottom: 0;
}

body.site-refresh.site-verify-price .domain-tld-table td:first-child {
  color: #17313b;
  font-weight: 700;
}

body.site-refresh.site-verify-price .domain-tld-table td:nth-child(3),
body.site-refresh.site-verify-price .domain-tld-table td:nth-child(4),
body.site-refresh.site-verify-price .domain-tld-table td:nth-child(5) {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

body.site-refresh.site-verify-price .bottom-plan {
  background: #16303a;
  border: 0;
  border-radius: 8px;
  color: #fff;
  margin-top: 24px;
  padding: 34px;
}

body.site-refresh.site-verify-price .bottom-plan .price-eyebrow {
  color: #62d8e7;
}

body.site-refresh.site-verify-price .bottom-plan h4 {
  color: #fff;
  margin: 0 0 8px;
}

body.site-refresh.site-verify-price .bottom-plan > p {
  color: #c8d9de;
  margin: 0;
}

body.site-refresh.site-verify-price .bottom-plan .border-bottom {
  border-color: rgba(255, 255, 255, .18) !important;
}

body.site-refresh.site-verify-price .bottom-plan .plan-content {
  align-items: center;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 6px;
  display: flex;
  min-height: 76px;
  padding: 18px;
}

body.site-refresh.site-verify-price .bottom-plan .plan-content h6 {
  color: #fff;
  margin: 0;
}

body.site-refresh.site-proxy-price #plan {
  background: #eef5f6;
}

body.site-refresh.site-proxy-price #plan .banner-heading > p {
  max-width: 720px;
}

body.site-refresh.site-proxy-price #plan .nav-item {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.55);
  margin-top: 4px;
  padding: 5px;
}

body.site-refresh.site-proxy-price #plan .nav-links {
  font-weight: 700;
  min-height: 46px;
}

body.site-refresh.site-proxy-price #plan .delhi-price > .container,
body.site-refresh.site-proxy-price #plan .Amesterdam-price > .container {
  margin-top: 28px;
}

body.site-refresh.site-proxy-price #plan .domain-register {
  background: #fff;
  border: 1px solid #d6e3e6;
  border-radius: 8px;
  border-top: 1px solid #d6e3e6;
  box-shadow: 0 12px 28px rgba(30, 61, 70, .06);
  min-height: 250px;
  padding: 24px;
  position: relative;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.site-refresh.site-proxy-price #plan .domain-register::before {
  background: #0a9db3;
  border-radius: 8px 8px 0 0;
  content: "";
  height: 4px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}

body.site-refresh.site-proxy-price #plan .domain-register:hover {
  border-color: #9ccfd6;
  box-shadow: 0 18px 34px rgba(30, 61, 70, .11);
  transform: translateY(-3px);
}

body.site-refresh.site-proxy-price #plan .domain-register h4 {
  font-size: 32px;
  margin: 6px 0 8px;
}

body.site-refresh.site-proxy-price #plan .domain-register h5 {
  align-items: baseline;
  display: flex;
  font-size: 28px;
  gap: 4px;
  margin-bottom: 15px;
}

body.site-refresh.site-proxy-price #plan .domain-register h5 span {
  margin-left: 2px;
}

body.site-refresh.site-proxy-price #plan .domain-register p {
  color: #60737a;
  margin-bottom: 20px;
}

body.site-refresh.site-proxy-price #plan .domain-register .btn-01 {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 46px;
}

@media (max-width: 767.98px) {
  body.site-refresh .price-summary {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 18px;
    width: 100%;
  }

  body.site-refresh .price-summary span {
    justify-content: flex-start;
  }

  body.site-refresh.site-verify-price .domain-tld-table {
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible !important;
  }

  body.site-refresh.site-verify-price .domain-tld-table table,
  body.site-refresh.site-verify-price .domain-tld-table tbody {
    display: block;
    min-width: 0;
  }

  body.site-refresh.site-verify-price .domain-tld-table thead {
    display: none;
  }

  body.site-refresh.site-verify-price .domain-tld-table tr {
    background: #fff;
    border: 1px solid #d7e4e7;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(27, 58, 68, .06);
    display: grid;
    gap: 0;
    margin-bottom: 14px;
    overflow: hidden;
  }

  body.site-refresh.site-verify-price .domain-tld-table td {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    white-space: normal !important;
  }

  body.site-refresh.site-verify-price .domain-tld-table td::before {
    color: #71848b;
    content: "";
    flex: 0 0 90px;
    font-size: 12px;
    font-weight: 600;
  }

  body.site-refresh.site-verify-price .domain-tld-table td:first-child {
    background: #16303a;
    color: #fff;
    font-size: 17px;
    justify-content: flex-start;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  body.site-refresh.site-verify-price .domain-tld-table td:nth-child(2)::before { content: "方案说明"; }
  body.site-refresh.site-verify-price .domain-tld-table td:nth-child(3)::before { content: "消耗点数"; }
  body.site-refresh.site-verify-price .domain-tld-table td:nth-child(4)::before { content: "处理时间"; }
  body.site-refresh.site-verify-price .domain-tld-table td:nth-child(5)::before { content: "参考单价"; }

  body.site-refresh.site-verify-price .bottom-plan {
    padding: 25px 20px;
  }

  body.site-refresh.site-verify-price .bottom-plan .plan-content {
    margin-bottom: 12px;
    min-height: 60px;
  }

  body.site-refresh.site-proxy-price #plan .domain-register {
    min-height: 228px;
  }

  body.site-refresh.site-proxy-price #plan .delhi-price .row,
  body.site-refresh.site-proxy-price #plan .Amesterdam-price .row {
    margin-left: 0;
    margin-right: 0;
  }

  body.site-refresh.site-proxy-price #plan .delhi-price [class*="col-"],
  body.site-refresh.site-proxy-price #plan .Amesterdam-price [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.site-refresh.site-proxy-price #plan .domain-register {
    transition: none;
  }
}

/* Shared below-the-fold motion for internal pages. */
body.site-refresh.has-site-motion .site-motion-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity .52s ease-out var(--motion-delay, 0ms),
    transform .52s ease-out var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

body.site-refresh.has-site-motion .site-motion-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

body.site-refresh:not(.site-home) main :is(
  .feature-style-six,
  .domain-register,
  .plan-content,
  .contact-info
) {
  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}

body.site-refresh:not(.site-home) main :is(
  .feature-style-six,
  .domain-register,
  .plan-content,
  .contact-info
):hover {
  border-color: #9ccfd6;
  box-shadow: 0 14px 28px rgba(27, 58, 68, .09);
  transform: translateY(-3px);
}

body.site-refresh:not(.site-home) main :is(
  .feature-style-six,
  .contact-info,
  .plan-content
) :is(img, i) {
  transition: transform .22s ease;
}

body.site-refresh:not(.site-home) main :is(
  .feature-style-six,
  .contact-info,
  .plan-content
):hover :is(img, i) {
  transform: translateY(-2px) scale(1.03);
}

body.site-error .site-error-copy,
body.site-error .site-error-visual,
body.site-error .site-error-suggestions {
  animation: site-error-enter .5s ease-out both;
}

body.site-error .site-error-visual {
  animation-delay: 80ms;
}

body.site-error .site-error-suggestions {
  animation-delay: 150ms;
}

body.site-refresh.site-info .about-service-card-dark h3,
body.site-refresh.site-info .about-service-card-dark > a,
body.site-refresh.site-info .about-principles h2,
body.site-refresh.site-info .about-principle-list h3 {
  color: #f8fcfd;
}

body.site-refresh.site-info .about-service-card-dark p,
body.site-refresh.site-info .about-principles-copy > p,
body.site-refresh.site-info .about-principle-list p {
  color: #dce9ed;
}

body.site-refresh.site-info .about-service-card-dark .about-service-number,
body.site-refresh.site-info .about-principles .page-eyebrow,
body.site-refresh.site-info .about-principle-list span {
  color: #72e2f0;
}

body.site-refresh.site-contact .contact-classic-hero {
  background: #eaf6f8;
  border-bottom: 1px solid #d1e6ea;
  padding: 72px 0 68px;
  text-align: center;
}

body.site-refresh.site-contact .contact-classic-hero h1 {
  color: #1b3039;
  font-size: 46px;
  margin: 4px 0 16px;
}

body.site-refresh.site-contact .contact-classic-hero p {
  color: #5a7078;
  font-size: 17px;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 760px;
}

body.site-refresh.site-contact .contact-classic {
  background: #f6f9fa;
}

body.site-refresh.site-contact .contact-classic-grid {
  align-items: start;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  margin: 0 auto;
  max-width: 1120px;
}

body.site-refresh.site-contact .contact-classic-info {
  padding: 24px 6px 0;
}

body.site-refresh.site-contact .contact-classic-info h2,
body.site-refresh.site-contact .contact-form-panel h2 {
  color: #1b3039;
  font-size: 30px;
  margin: 0 0 12px;
}

body.site-refresh.site-contact .contact-classic-info > p,
body.site-refresh.site-contact .contact-form-panel > p {
  color: #60747c;
  line-height: 1.75;
  margin-bottom: 26px;
}

body.site-refresh.site-contact .contact-info-list {
  display: grid;
  gap: 12px;
}

body.site-refresh.site-contact .contact-info {
  align-items: center;
  background: #fff;
  border: 1px solid #d5e3e6;
  border-radius: 7px;
  color: #1f3842;
  display: flex;
  gap: 15px;
  min-height: 78px;
  padding: 15px 17px;
}

body.site-refresh.site-contact .contact-info > i {
  align-items: center;
  background: #e7f6f8;
  border-radius: 6px;
  color: #079ab0;
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 21px;
  height: 44px;
  justify-content: center;
}

body.site-refresh.site-contact .contact-info span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

body.site-refresh.site-contact .contact-info small {
  color: #70848b;
  font-size: 13px;
}

body.site-refresh.site-contact .contact-info strong {
  color: #1f3842;
  font-size: 15px;
  overflow-wrap: anywhere;
}

body.site-refresh.site-contact .contact-form-panel {
  background: #fff;
  border: 1px solid #d5e3e6;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(29, 60, 69, .08);
  padding: 34px;
}

body.site-refresh.site-contact .contact-form {
  display: grid;
  gap: 20px;
}

body.site-refresh.site-contact .contact-form-row {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

body.site-refresh.site-contact .contact-field {
  display: grid;
  gap: 8px;
}

body.site-refresh.site-contact .contact-field label {
  color: #263d46;
  font-size: 14px;
  font-weight: 700;
}

body.site-refresh.site-contact .contact-field :is(input, select, textarea) {
  background: #fbfdfd;
  border: 1px solid #cbdadd;
  border-radius: 6px;
  color: #213841;
  font: inherit;
  min-height: 48px;
  padding: 11px 13px;
  width: 100%;
}

body.site-refresh.site-contact .contact-field textarea {
  min-height: 142px;
  resize: vertical;
}

body.site-refresh.site-contact .contact-field :is(input, select, textarea):focus {
  border-color: #079ab0;
  box-shadow: 0 0 0 3px rgba(7, 154, 176, .14);
  outline: 0;
}

body.site-refresh.site-contact .contact-submit {
  border: 0;
  justify-self: start;
  min-height: 48px;
}

body.site-refresh.site-contact .contact-form-note {
  color: #6d8087;
  font-size: 13px;
  line-height: 1.6;
  margin: -4px 0 0;
}

body.site-refresh.site-contact .contact-form-note i {
  color: #079ab0;
}

@media (max-width: 991.98px) {
  body.site-refresh.site-contact .contact-classic-grid {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  body.site-refresh.site-contact .contact-classic-info {
    padding-top: 0;
  }
}

@media (max-width: 575.98px) {
  body.site-refresh.site-contact .contact-classic-hero {
    padding: 50px 0 46px;
  }

  body.site-refresh.site-contact .contact-classic-hero h1 {
    font-size: 34px;
  }

  body.site-refresh.site-contact .contact-classic-hero p {
    font-size: 16px;
  }

  body.site-refresh.site-contact .contact-form-panel {
    padding: 24px 18px;
  }

  body.site-refresh.site-contact .contact-form-row {
    grid-template-columns: 1fr;
  }

  body.site-refresh.site-contact .contact-submit {
    justify-content: center;
    width: 100%;
  }
}

@keyframes site-error-enter {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.site-refresh.has-site-motion .site-motion-reveal,
  body.site-refresh.has-site-motion .site-motion-reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  body.site-refresh:not(.site-home) main :is(
    .feature-style-six,
    .domain-register,
    .plan-content,
    .contact-info
  ),
  body.site-refresh:not(.site-home) main :is(
    .feature-style-six,
    .contact-info,
    .plan-content
  ) :is(img, i) {
    transition: none;
  }

  body.site-error .site-error-copy,
  body.site-error .site-error-visual,
  body.site-error .site-error-suggestions {
    animation: none;
  }
}

body.site-refresh.site-error {
  background: #f4fafb;
  color: #17232b;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-error-container {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.site-error-skip {
  background: #17232b;
  color: #fff;
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: -60px;
  z-index: 1000;
}

.site-error-skip:focus {
  color: #fff;
  top: 12px;
}

.site-error-header {
  background: #fff;
  border-bottom: 1px solid #dce8eb;
}

.site-error-header .site-error-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 76px;
}

.site-error-brand {
  display: inline-flex;
  flex: 0 0 auto;
}

.site-error-brand img {
  display: block;
  height: 32px;
  width: auto;
}

.site-error-nav {
  align-items: center;
  display: flex;
  gap: 28px;
}

.site-error-nav a {
  color: #24323a;
  font-size: 15px;
  font-weight: 600;
  line-height: 44px;
}

.site-error-nav a:hover,
.site-error-nav a:focus-visible {
  color: var(--site-brand);
}

.site-error-main {
  flex: 1;
  margin: 0 auto;
  max-width: 1200px;
  padding: 72px 24px 64px;
  width: 100%;
}

.site-error-hero {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
}

.site-error-copy {
  max-width: 640px;
}

.site-error-eyebrow {
  color: var(--site-brand);
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.site-error-copy h1 {
  color: #17232b;
  font-size: 52px;
  line-height: 1.16;
  margin: 0;
}

.site-error-lead {
  color: #5b6c75;
  font-size: 18px;
  line-height: 1.75;
  margin: 22px 0 0;
  max-width: 610px;
}

.site-error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.site-error-button {
  align-items: center;
  border: 1px solid var(--site-brand);
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.site-error-button-primary {
  background: var(--site-brand);
  color: #fff;
}

.site-error-button-primary:hover,
.site-error-button-primary:focus-visible {
  background: #087d92;
  border-color: #087d92;
  color: #fff;
  transform: translateY(-2px);
}

.site-error-button-secondary {
  background: transparent;
  color: #17232b;
}

.site-error-button-secondary:hover,
.site-error-button-secondary:focus-visible {
  background: #fff;
  color: var(--site-brand);
}

.site-error-button:focus-visible,
.site-error-link-grid a:focus-visible,
.site-error-nav a:focus-visible,
.site-error-footer a:focus-visible {
  outline: 3px solid rgba(14, 155, 181, .28);
  outline-offset: 3px;
}

.site-error-visual {
  align-items: center;
  aspect-ratio: 1.15;
  background: #e6f4f6;
  border: 1px solid #cfe3e7;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 36px;
  position: relative;
}

.site-error-number {
  color: #17232b;
  font-size: 112px;
  font-weight: 800;
  line-height: 1;
}

.site-error-route {
  align-items: center;
  display: flex;
  gap: 12px;
  margin: 24px 0 18px;
}

.site-error-route::before,
.site-error-route::after {
  border-top: 2px dashed #6eb7c4;
  content: "";
  width: 72px;
}

.site-error-route span {
  background: var(--site-brand);
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.site-error-route span:nth-child(2) {
  background: #f59b45;
}

.site-error-visual p {
  color: #58727c;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}

.site-error-links {
  border-top: 1px solid #d7e6e9;
  margin-top: 72px;
  padding-top: 42px;
}

.site-error-links-heading p {
  color: var(--site-brand);
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 7px;
}

.site-error-links-heading h2 {
  color: #17232b;
  font-size: 28px;
  margin: 0;
}

.site-error-link-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
}

.site-error-link-grid a {
  background: #fff;
  border: 1px solid #d7e6e9;
  border-radius: 6px;
  display: block;
  min-height: 118px;
  padding: 22px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.site-error-link-grid a:hover {
  border-color: #79bfca;
  box-shadow: 0 12px 24px rgba(23, 35, 43, .08);
  transform: translateY(-3px);
}

.site-error-link-grid strong {
  color: #17232b;
  display: block;
  font-size: 17px;
}

.site-error-link-grid span {
  color: #64757d;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
}

.site-error-footer {
  background: #13212a;
  color: #b5c3ca;
}

.site-error-footer .site-error-container {
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  min-height: 82px;
}

.site-error-footer div {
  display: flex;
  gap: 22px;
}

.site-error-footer a {
  color: #d8e3e7;
}

.site-error-footer a:hover {
  color: #fff;
}

@media (max-width: 900px) {
  .site-error-nav {
    display: none;
  }

  .site-error-main {
    padding-top: 48px;
  }

  .site-error-hero {
    gap: 36px;
    grid-template-columns: 1fr;
  }

  .site-error-visual {
    aspect-ratio: auto;
    min-height: 280px;
  }

  .site-error-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .site-error-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .site-error-header .site-error-container {
    min-height: 66px;
  }

  .site-error-brand img {
    height: 28px;
  }

  .site-error-main {
    padding: 40px 18px 48px;
  }

  .site-error-copy h1 {
    font-size: 38px;
  }

  .site-error-lead {
    font-size: 16px;
  }

  .site-error-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .site-error-button {
    width: 100%;
  }

  .site-error-number {
    font-size: 88px;
  }

  .site-error-links {
    margin-top: 48px;
    padding-top: 34px;
  }

  .site-error-links-heading h2 {
    font-size: 24px;
  }

  .site-error-link-grid {
    grid-template-columns: 1fr;
  }

  .site-error-link-grid a {
    min-height: 0;
  }

  .site-error-footer .site-error-container {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 24px;
    padding-top: 24px;
  }

  .site-error-footer div {
    flex-wrap: wrap;
    gap: 12px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-error-button,
  .site-error-link-grid a {
    transition: none;
  }
}

/* Captcha product pages */
.captcha-product {
  color: #18262e;
  overflow: hidden;
}

.captcha-product h1,
.captcha-product h2,
.captcha-product h3,
.captcha-product p {
  letter-spacing: 0;
}

.captcha-kicker {
  color: var(--site-brand);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 13px;
}

.captcha-section {
  padding: 82px 0;
}

.captcha-heading {
  max-width: 680px;
}

.captcha-heading.text-center {
  margin-left: auto;
  margin-right: auto;
}

.captcha-heading h2 {
  color: #18262e;
  font-size: 38px;
  line-height: 1.25;
  margin: 0;
}

.captcha-heading p {
  color: #5d6e77;
  font-size: 17px;
  line-height: 1.75;
  margin: 16px 0 0;
}

.captcha-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.captcha-btn {
  align-items: center;
  border: 1px solid var(--site-brand);
  border-radius: 6px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.captcha-btn-primary {
  background: var(--site-brand);
  color: #fff;
}

.captcha-btn-primary:hover,
.captcha-btn-primary:focus-visible {
  background: #087d92;
  border-color: #087d92;
  color: #fff;
  transform: translateY(-2px);
}

.captcha-btn-secondary {
  background: transparent;
  color: #18262e;
}

.captcha-btn-secondary:hover,
.captcha-btn-secondary:focus-visible {
  background: #fff;
  color: var(--site-brand);
}

.captcha-btn:focus-visible,
.captcha-text-link:focus-visible,
.captcha-product article:has(a):focus-within {
  outline: 3px solid rgba(14, 155, 181, .25);
  outline-offset: 3px;
}

.captcha-text-link {
  color: var(--site-brand);
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
  margin-top: 22px;
}

.captcha-cta {
  background: #e5f4f6;
  border-bottom: 1px solid #cfe4e8;
  border-top: 1px solid #cfe4e8;
  padding: 48px 0;
}

.captcha-cta > .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.captcha-cta h2 {
  color: #18262e;
  font-size: 30px;
  margin: 0;
}

.captcha-cta .captcha-kicker {
  margin-bottom: 7px;
}

.captcha-faq-section {
  background: #f4f9fa;
}

.captcha-faq-layout {
  align-items: start;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
}

.captcha-accordion .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #cbdde1;
  border-radius: 0;
}

.captcha-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  color: #18262e;
  font-size: 17px;
  font-weight: 700;
  min-height: 68px;
  padding: 18px 4px;
}

.captcha-accordion .accordion-button:not(.collapsed) {
  color: var(--site-brand);
}

.captcha-accordion .accordion-body {
  color: #5d6e77;
  line-height: 1.75;
  padding: 0 34px 20px 4px;
}

/* reCAPTCHA: workflow-led layout */
.rc-hero {
  background: #f2f9fa;
  border-bottom: 1px solid #dcebed;
  padding: 78px 0;
}

.rc-hero-grid {
  align-items: center;
  display: grid;
  gap: 76px;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .8fr);
}

.rc-hero-copy h1 {
  color: #18262e;
  font-size: 54px;
  line-height: 1.14;
  margin: 0;
  max-width: 700px;
}

.rc-hero-copy > p {
  color: #53666f;
  font-size: 18px;
  line-height: 1.75;
  margin: 22px 0 0;
  max-width: 660px;
}

.rc-hero-copy .captcha-actions {
  margin-top: 30px;
}

.rc-hero-points {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
}

.rc-hero-points li {
  align-items: center;
  color: #43555e;
  display: flex;
  font-size: 15px;
  gap: 10px;
}

.rc-hero-points i {
  color: var(--site-brand);
}

.rc-task-panel {
  background: #fff;
  border: 1px solid #cfe2e5;
  border-radius: 8px;
  box-shadow: 0 22px 50px rgba(24, 38, 46, .1);
  padding: 24px;
}

.rc-panel-head {
  align-items: center;
  border-bottom: 1px solid #deeaec;
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
}

.rc-panel-head span {
  color: #718087;
  font-size: 13px;
}

.rc-panel-head strong {
  color: #18262e;
}

.rc-task-row {
  align-items: center;
  border-bottom: 1px solid #e5edef;
  display: grid;
  gap: 14px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  min-height: 82px;
}

.rc-step {
  align-items: center;
  background: #edf4f5;
  border-radius: 50%;
  color: #5d6e77;
  display: inline-flex;
  font-size: 12px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.rc-task-row strong,
.rc-task-row small {
  display: block;
}

.rc-task-row strong {
  color: #25343c;
  font-size: 15px;
}

.rc-task-row small {
  color: #7a898f;
  font-size: 12px;
  margin-top: 4px;
}

.rc-task-row.is-complete .rc-step,
.rc-task-row.is-active .rc-step {
  background: #dff2f4;
  color: #087d92;
}

.rc-task-row > i {
  color: var(--site-brand);
}

.rc-status {
  background: #fff4e8;
  border-radius: 4px;
  color: #a95d17;
  font-size: 12px;
  padding: 6px 8px;
}

.rc-panel-note {
  color: #62737b;
  display: flex;
  font-size: 12px;
  gap: 8px;
  line-height: 1.5;
  padding-top: 18px;
}

.rc-panel-note i {
  color: var(--site-brand);
}

.rc-heading-row {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 1fr;
  max-width: none;
}

.rc-heading-row > p {
  margin: 0;
}

.rc-type-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 38px;
}

.rc-type-grid article {
  border: 1px solid #d4e3e6;
  border-radius: 6px;
  padding: 34px;
}

.rc-type-grid article:first-child {
  border-top: 4px solid var(--site-brand);
}

.rc-type-grid article:last-child {
  border-top: 4px solid #f09a4a;
}

.rc-type-label {
  color: #718087;
  font-size: 13px;
  font-weight: 700;
}

.rc-type-grid h3 {
  color: #18262e;
  font-size: 27px;
  margin: 10px 0 14px;
}

.rc-type-grid p,
.rc-type-grid li {
  color: #5d6e77;
  line-height: 1.7;
}

.rc-type-grid ul {
  border-top: 1px solid #e2ebed;
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 20px 0 0;
}

.rc-type-grid li::before {
  color: var(--site-brand);
  content: "—";
  margin-right: 8px;
}

.rc-process-section {
  background: #14242d;
}

.rc-process-section .captcha-kicker {
  color: #67c7d5;
}

.rc-process-section .captcha-heading h2,
.rc-process-section .captcha-heading p {
  color: #fff;
}

.rc-process-section .captcha-heading p {
  color: #b9c8ce;
}

.rc-process {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 46px 0 0;
}

.rc-process li {
  border-left: 1px solid #36505b;
  padding: 0 28px;
}

.rc-process li:first-child {
  border-left: 0;
}

.rc-process li > span {
  color: #67c7d5;
  font-size: 13px;
  font-weight: 700;
}

.rc-process h3 {
  color: #fff;
  font-size: 19px;
  margin: 13px 0 10px;
}

.rc-process p {
  color: #aebfc6;
  font-size: 14px;
  line-height: 1.65;
}

body.site-refresh.site-recaptcha-page .rc-process h3 {
  color: #f7fbfc !important;
}

body.site-refresh.site-recaptcha-page .rc-process p {
  color: #c4d2d8 !important;
}

body.site-refresh.site-recaptcha-page .rc-process li > span {
  color: #78d6e2 !important;
}

body.site-refresh.site-recaptcha-page .rc-process li {
  border-color: #49636e;
}

.rc-use-layout {
  align-items: start;
  display: grid;
  gap: 90px;
  grid-template-columns: .8fr 1.2fr;
}

.rc-use-list {
  display: grid;
  gap: 0;
}

.rc-use-list article {
  align-items: start;
  border-bottom: 1px solid #dce7e9;
  display: grid;
  gap: 18px;
  grid-template-columns: 44px 1fr;
  padding: 22px 0;
}

.rc-use-list article:first-child {
  padding-top: 0;
}

.rc-use-list i {
  align-items: center;
  background: #e5f4f6;
  border-radius: 6px;
  color: var(--site-brand);
  display: inline-flex;
  font-size: 20px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.rc-use-list h3 {
  color: #18262e;
  font-size: 19px;
  margin: 0 0 7px;
}

.rc-use-list p {
  color: #5d6e77;
  line-height: 1.65;
  margin: 0;
}

/* hCaptcha: technical and comparison-led layout */
.hc-hero {
  background: #eff7f8;
  border-bottom: 1px solid #d7e6e9;
  padding: 80px 0;
}

.hc-hero-grid {
  align-items: center;
  display: grid;
  gap: 76px;
  grid-template-columns: minmax(380px, .92fr) minmax(0, 1.08fr);
}

.hc-hero-copy h1 {
  color: #18262e;
  font-size: 52px;
  line-height: 1.15;
  margin: 0;
}

.hc-hero-copy > p {
  color: #53666f;
  font-size: 18px;
  line-height: 1.75;
  margin: 22px 0 0;
}

.hc-hero-copy .captcha-actions {
  margin-top: 30px;
}

.hc-hero-note {
  align-items: flex-start;
  display: flex;
  font-size: 13px !important;
  gap: 9px;
  margin-top: 20px !important;
}

.hc-code-head {
  align-items: center;
  background: #1b303b;
  border-bottom: 1px solid #35505c;
  display: flex;
  gap: 7px;
  min-height: 50px;
  padding: 0 18px;
}

.hc-code-head span {
  background: #6a8490;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.hc-code-head span:nth-child(2) {
  background: #f09a4a;
}

.hc-code-head strong {
  color: #d5e3e8;
  font-size: 13px;
  margin-left: auto;
}

.hc-hero-visual {
  background: #12242e;
  border: 1px solid #35505c;
  border-radius: 8px;
  box-shadow: 0 22px 50px rgba(24, 38, 46, .15);
  overflow: hidden;
}

.hc-hero-visual pre {
  color: #d7e5ea;
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
  overflow: hidden;
  padding: 34px;
}

.hc-code-key {
  color: #78cad6;
}

.hc-code-value {
  color: #f3b679;
}

.hc-code-result {
  align-items: center;
  background: #1b303b;
  border-top: 1px solid #35505c;
  display: flex;
  gap: 13px;
  padding: 17px 22px;
}

.hc-code-result i {
  color: #5bc2a1;
  font-size: 21px;
}

.hc-code-result strong,
.hc-code-result small {
  display: block;
}

.hc-code-result strong {
  color: #fff;
  font-size: 14px;
}

.hc-code-result small {
  color: #9fb2bb;
  font-size: 12px;
  margin-top: 3px;
}

.hc-overview {
  background: #fff;
}

.hc-capability-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}

.hc-capability-grid article {
  border: 1px solid #d7e5e8;
  border-radius: 6px;
  min-height: 250px;
  padding: 26px;
  position: relative;
}

.hc-capability-grid article > span {
  color: #9aabb2;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 19px;
}

.hc-capability-grid i {
  color: var(--site-brand);
  font-size: 27px;
}

.hc-capability-grid h3 {
  color: #18262e;
  font-size: 20px;
  margin: 42px 0 12px;
}

.hc-capability-grid p {
  color: #5d6e77;
  font-size: 15px;
  line-height: 1.7;
}

.hc-fit-section {
  background: #14242d;
}

.hc-fit-grid {
  align-items: center;
  display: grid;
  gap: 90px;
  grid-template-columns: .85fr 1.15fr;
}

.hc-fit-section .captcha-kicker {
  color: #67c7d5;
}

.hc-fit-section .captcha-heading h2 {
  color: #fff;
}

.hc-fit-section .captcha-heading p {
  color: #b6c5cb;
}

.hc-checklist {
  display: grid;
  gap: 12px;
}

.hc-checklist article {
  align-items: start;
  background: #1d333e;
  border: 1px solid #36515d;
  border-radius: 6px;
  display: grid;
  gap: 15px;
  grid-template-columns: 34px 1fr;
  padding: 20px;
}

.hc-checklist i {
  align-items: center;
  background: #dff4ed;
  border-radius: 50%;
  color: #17785d;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.hc-checklist .is-caution i {
  background: #fff0df;
  color: #a95d17;
}

.hc-checklist h3 {
  color: #fff;
  font-size: 16px;
  margin: 0 0 6px;
}

.hc-checklist p {
  color: #b3c3ca;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.hc-scenario-header {
  align-items: end;
  display: grid;
  gap: 80px;
  grid-template-columns: 1fr 1fr;
}

.hc-scenario-header > p {
  color: #5d6e77;
  line-height: 1.75;
  margin: 0;
}

.hc-scenario-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.3fr 1fr 1fr;
  margin-top: 38px;
}

.hc-scenario-grid article {
  background: #f5fafb;
  border: 1px solid #d7e5e8;
  border-radius: 6px;
  padding: 30px;
}

.hc-scenario-grid .hc-scenario-primary {
  background: #e7f4f6;
  border-color: #bcdde2;
}

.hc-scenario-grid i {
  color: var(--site-brand);
  font-size: 26px;
}

.hc-scenario-grid h3 {
  color: #18262e;
  font-size: 21px;
  margin: 24px 0 12px;
}

.hc-scenario-grid p,
.hc-scenario-grid li {
  color: #5d6e77;
  font-size: 15px;
  line-height: 1.7;
}

.hc-scenario-grid ul {
  border-top: 1px solid #c7dfe3;
  display: grid;
  gap: 6px;
  margin: 20px 0 0;
  padding: 16px 0 0;
}

.hc-setup-section {
  background: #f4f9fa;
}

.hc-setup-card {
  align-items: start;
  background: #fff;
  border: 1px solid #d7e5e8;
  border-radius: 8px;
  display: grid;
  gap: 70px;
  grid-template-columns: .8fr 1.2fr;
  padding: 46px;
}

.hc-setup-list {
  display: grid;
  gap: 0;
}

.hc-setup-list > div {
  align-items: start;
  border-bottom: 1px solid #e0e9eb;
  display: grid;
  gap: 14px;
  grid-template-columns: 34px 1fr;
  padding: 17px 0;
}

.hc-setup-list > div:first-child {
  padding-top: 0;
}

.hc-setup-list > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.hc-setup-list span {
  align-items: center;
  background: #e5f4f6;
  border-radius: 50%;
  color: #087d92;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.hc-setup-list p {
  color: #5d6e77;
  line-height: 1.65;
  margin: 0;
}

.hc-setup-list strong {
  color: #18262e;
  display: block;
  margin-bottom: 5px;
}

.hc-cta {
  background: #fff4e8;
  border-color: #f0d8bd;
}

@media (max-width: 991px) {
  .rc-hero-grid,
  .hc-hero-grid,
  .rc-use-layout,
  .hc-fit-grid {
    gap: 44px;
    grid-template-columns: 1fr;
  }

  .hc-hero-copy {
    grid-row: 1;
  }

  .rc-heading-row,
  .hc-scenario-header,
  .captcha-faq-layout,
  .hc-setup-card {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .rc-process,
  .hc-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 32px;
  }

  .rc-process li:nth-child(3) {
    border-left: 0;
  }

  .hc-scenario-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hc-scenario-primary {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575px) {
  .captcha-section {
    padding: 56px 0;
  }

  .captcha-heading h2 {
    font-size: 30px;
  }

  .rc-hero,
  .hc-hero {
    padding: 54px 0;
  }

  .rc-hero-copy h1,
  .hc-hero-copy h1 {
    font-size: 38px;
  }

  .rc-hero-copy > p,
  .hc-hero-copy > p {
    font-size: 16px;
  }

  .captcha-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .captcha-btn {
    width: 100%;
  }

  .rc-task-panel {
    padding: 18px;
  }

  .rc-type-grid,
  .rc-process,
  .hc-capability-grid,
  .hc-scenario-grid {
    grid-template-columns: 1fr;
  }

  .rc-type-grid article,
  .hc-capability-grid article,
  .hc-scenario-grid article {
    min-height: 0;
    padding: 24px;
  }

  .rc-process {
    gap: 0;
  }

  .rc-process li,
  .rc-process li:nth-child(3) {
    border-left: 1px solid #36505b;
    padding: 10px 0 24px 24px;
  }

  .hc-scenario-primary {
    grid-column: auto;
  }

  .hc-hero-visual pre {
    font-size: 13px;
    padding: 24px 18px;
  }

  .hc-setup-card {
    padding: 24px;
  }

  .captcha-cta > .container {
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
  }

  .captcha-cta h2 {
    font-size: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .captcha-btn {
    transition: none;
  }
}

/* Homepage product hub */
.home-v2 {
  color: #18262e;
  overflow: hidden;
}

.home-v2 h1,
.home-v2 h2,
.home-v2 h3,
.home-v2 p {
  letter-spacing: 0;
}

.home-kicker {
  color: var(--site-brand);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 13px;
}

.home-hero {
  background: #f1f8f9;
  border-bottom: 1px solid #d9e8eb;
  padding: 74px 0;
}

.home-hero-grid {
  align-items: center;
  display: grid;
  gap: 76px;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .86fr);
}

.home-hero-copy h1 {
  color: #18262e;
  font-size: 58px;
  line-height: 1.12;
  margin: 0;
  max-width: 700px;
}

.home-hero-copy > p {
  color: #52656e;
  font-size: 18px;
  line-height: 1.75;
  margin: 22px 0 0;
  max-width: 680px;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.home-btn {
  align-items: center;
  border: 1px solid var(--site-brand);
  border-radius: 6px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.home-btn-primary {
  background: var(--site-brand);
  color: #fff;
}

.home-btn-primary:hover,
.home-btn-primary:focus-visible {
  background: #087d92;
  border-color: #087d92;
  color: #fff;
  transform: translateY(-2px);
}

.home-btn-secondary {
  background: transparent;
  color: #18262e;
}

.home-btn-secondary:hover,
.home-btn-secondary:focus-visible {
  background: #fff;
  color: var(--site-brand);
}

.home-btn:focus-visible,
.home-v2 a:focus-visible {
  outline: 3px solid rgba(14, 155, 181, .25);
  outline-offset: 3px;
}

.home-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 28px 0 0;
}

.home-hero-points li {
  align-items: center;
  color: #52656e;
  display: flex;
  font-size: 14px;
  gap: 8px;
}

.home-hero-points i {
  color: var(--site-brand);
}

.home-hero-visual {
  aspect-ratio: 1.08;
  min-height: 410px;
  position: relative;
}

.home-visual-core {
  align-items: center;
  background: #172a34;
  border: 1px solid #304a56;
  border-radius: 8px;
  box-shadow: 0 24px 54px rgba(23, 42, 52, .18);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 170px;
  justify-content: center;
  left: 50%;
  padding: 22px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 190px;
  z-index: 3;
}

.home-visual-core img {
  height: 44px;
  margin-bottom: 12px;
  width: 44px;
}

.home-visual-core strong {
  font-size: 18px;
}

.home-visual-core span {
  color: #abc0c8;
  font-size: 12px;
  margin-top: 5px;
}

.home-orbit-card {
  align-items: center;
  background: #fff;
  border: 1px solid #cfe0e4;
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(23, 42, 52, .1);
  color: #273840;
  display: flex;
  gap: 11px;
  min-height: 72px;
  padding: 12px 16px;
  position: absolute;
  transition: border-color .2s ease, transform .2s ease;
  width: 178px;
  z-index: 2;
}

.home-orbit-card:hover {
  border-color: var(--site-brand);
  color: var(--site-brand-dark);
  transform: translateY(-3px);
}

.home-orbit-card img {
  height: 38px;
  object-fit: contain;
  width: 38px;
}

.home-orbit-card span {
  font-size: 14px;
  font-weight: 700;
}

.orbit-one {
  left: 0;
  top: 26px;
}

.orbit-two {
  right: 0;
  top: 84px;
}

.orbit-three {
  bottom: 28px;
  left: 34px;
}

.home-orbit-line {
  border-top: 2px dashed #8fc5ce;
  height: 1px;
  position: absolute;
  transform-origin: left center;
  z-index: 1;
}

.line-one {
  left: 145px;
  top: 100px;
  transform: rotate(31deg);
  width: 150px;
}

.line-two {
  left: 285px;
  top: 194px;
  transform: rotate(-31deg);
  width: 142px;
}

.line-three {
  bottom: 113px;
  left: 154px;
  transform: rotate(-27deg);
  width: 150px;
}

.home-product-nav {
  background: #fff;
  border-bottom: 1px solid #dce8eb;
}

.home-product-nav > .container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 0;
  padding-top: 0;
}

.home-product-nav a {
  align-items: center;
  border-left: 1px solid #dce8eb;
  color: #263840;
  display: grid;
  gap: 12px;
  grid-template-columns: 38px 1fr auto;
  min-height: 94px;
  padding: 16px 22px;
}

.home-product-nav a:last-child {
  border-right: 1px solid #dce8eb;
}

.home-product-nav a > i:first-child {
  color: var(--site-brand);
  font-size: 28px;
}

.home-product-nav img {
  height: 34px;
  object-fit: contain;
  width: 34px;
}

.home-product-nav strong,
.home-product-nav small {
  display: block;
}

.home-product-nav strong {
  font-size: 15px;
}

.home-product-nav small {
  color: #76868d;
  font-size: 12px;
  margin-top: 3px;
}

.home-product-nav a > i:last-child {
  color: #8a999f;
}

.home-product-nav a:hover {
  background: #f5fafb;
  color: var(--site-brand-dark);
}

.home-section {
  padding: 88px 0;
}

.home-heading {
  max-width: 720px;
}

.home-heading.text-center {
  margin-left: auto;
  margin-right: auto;
}

.home-heading h2,
.home-flow-heading h2 {
  color: #18262e;
  font-size: 40px;
  line-height: 1.23;
  margin: 0;
}

.home-heading p,
.home-flow-heading p {
  color: #5c6e77;
  font-size: 17px;
  line-height: 1.75;
  margin: 16px 0 0;
}

.home-core-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.home-product-card {
  border: 1px solid #d5e4e7;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  min-height: 440px;
  padding: 30px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.home-product-card:hover {
  border-color: #9ccbd3;
  box-shadow: 0 16px 34px rgba(24, 38, 46, .08);
  transform: translateY(-4px);
}

.home-product-card-dark {
  background: #172a34;
  border-color: #172a34;
}

.home-product-head {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.home-product-icon {
  align-items: center;
  background: #eef7f8;
  border-radius: 6px;
  display: inline-flex;
  height: 66px;
  justify-content: center;
  width: 66px;
}

.home-product-icon img {
  height: 46px;
  object-fit: contain;
  width: 46px;
}

.home-product-index {
  color: #a0b0b6;
  font-size: 13px;
  font-weight: 700;
}

.home-product-card h3 {
  color: #18262e;
  font-size: 27px;
  margin: 36px 0 14px;
}

.home-product-card > p,
.home-product-card li {
  color: #5d6f77;
  line-height: 1.7;
}

.home-product-card ul {
  border-top: 1px solid #dce7e9;
  display: grid;
  gap: 8px;
  margin: 22px 0;
  padding: 18px 0 0;
}

.home-product-card li::before {
  color: var(--site-brand);
  content: "—";
  margin-right: 8px;
}

.home-product-card > a {
  color: var(--site-brand-dark);
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
  margin-top: auto;
}

.home-product-card-dark h3,
.home-product-card-dark > a {
  color: #fff;
}

body.site-refresh.site-home .home-product-card-dark h3 {
  color: #fff !important;
}

.home-product-card-dark > p,
.home-product-card-dark li {
  color: #bdcbd1;
}

.home-product-card-dark ul {
  border-color: #38515d;
}

.home-proxy-section {
  background: #f3f8f9;
}

.home-proxy-layout {
  align-items: start;
  display: grid;
  gap: 84px;
  grid-template-columns: .78fr 1.22fr;
}

.home-text-link {
  color: var(--site-brand-dark);
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
  margin-top: 24px;
}

.home-proxy-stack {
  display: grid;
  gap: 16px;
}

.home-proxy-card {
  align-items: start;
  background: #fff;
  border: 1px solid #d5e4e7;
  border-radius: 6px;
  display: grid;
  gap: 22px;
  grid-template-columns: 64px 1fr;
  padding: 28px;
  transition: border-color .2s ease, transform .2s ease;
}

.home-proxy-card:hover {
  border-color: var(--site-brand);
  transform: translateX(5px);
}

.home-proxy-icon {
  align-items: center;
  background: #e4f3f5;
  border-radius: 6px;
  color: var(--site-brand-dark);
  display: inline-flex;
  font-size: 27px;
  height: 64px;
  justify-content: center;
  width: 64px;
}

.home-proxy-card span {
  color: var(--site-brand);
  font-size: 12px;
  font-weight: 700;
}

.home-proxy-card h3 {
  color: #18262e;
  font-size: 23px;
  margin: 6px 0 10px;
}

.home-proxy-card p {
  color: #5d6f77;
  line-height: 1.7;
  margin: 0;
}

.home-proxy-card a {
  color: var(--site-brand-dark);
  display: inline-block;
  font-weight: 700;
  margin-top: 15px;
}

.home-guide-section {
  background: #fff;
}

.home-guide-grid {
  border-bottom: 1px solid #d5e4e7;
  border-top: 1px solid #d5e4e7;
  margin-top: 42px;
}

.home-guide-item {
  align-items: center;
  border-bottom: 1px solid #dce7e9;
  color: #263840;
  display: grid;
  gap: 20px;
  grid-template-columns: 46px 1fr auto;
  min-height: 86px;
  padding: 16px 22px;
  transition: background-color .2s ease, padding-left .2s ease;
}

.home-guide-item:last-child {
  border-bottom: 0;
}

.home-guide-item > i:first-child {
  align-items: center;
  background: #e7f4f6;
  border-radius: 6px;
  color: var(--site-brand-dark);
  display: inline-flex;
  font-size: 20px;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.home-guide-item strong,
.home-guide-item span {
  display: block;
}

.home-guide-item strong {
  font-size: 17px;
}

.home-guide-item span {
  color: #718188;
  font-size: 14px;
  margin-top: 4px;
}

.home-guide-item > i:last-child {
  color: #8b9aa0;
}

.home-guide-item:hover {
  background: #f5fafb;
  color: var(--site-brand-dark);
  padding-left: 28px;
}

.home-flow-section {
  background: #14242d;
}

.home-flow-heading {
  max-width: 700px;
}

.home-flow-heading .home-kicker {
  color: #71d0dc;
}

.home-flow-heading h2 {
  color: #fff;
}

.home-flow-heading p {
  color: #b9c8ce;
}

body.site-refresh.site-home .home-flow-heading h2 {
  color: #fff !important;
}

body.site-refresh.site-home .home-flow-heading p {
  color: #c0cfd5 !important;
}

.home-flow {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 50px 0 0;
}

.home-flow li {
  border-left: 1px solid #3b5662;
  min-height: 210px;
  padding: 0 28px;
  position: relative;
}

.home-flow li:first-child {
  border-left: 0;
  padding-left: 0;
}

.home-flow li > span {
  color: #72d1dd;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 24px;
  top: 0;
}

.home-flow li > i {
  color: #72d1dd;
  font-size: 28px;
}

body.site-refresh.site-home .home-flow h3 {
  color: #fff !important;
  font-size: 20px;
  margin: 34px 0 11px;
}

body.site-refresh.site-home .home-flow p {
  color: #c0cfd5 !important;
  font-size: 14px;
  line-height: 1.7;
}

.home-use-layout {
  align-items: start;
  display: grid;
  gap: 78px;
  grid-template-columns: .75fr 1.25fr;
}

.home-use-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-use-grid article {
  border: 1px solid #d7e5e8;
  border-radius: 6px;
  min-height: 210px;
  padding: 26px;
  transition: border-color .2s ease, transform .2s ease;
}

.home-use-grid article:hover {
  border-color: #9acbd3;
  transform: translateY(-3px);
}

.home-use-grid i {
  color: var(--site-brand);
  font-size: 26px;
}

.home-use-grid h3 {
  color: #18262e;
  font-size: 20px;
  margin: 28px 0 10px;
}

.home-use-grid p {
  color: #5d6f77;
  font-size: 15px;
  line-height: 1.7;
}

.home-final {
  background: #e5f4f6;
  border-bottom: 1px solid #cde3e7;
  border-top: 1px solid #cde3e7;
  padding: 54px 0;
}

.home-final > .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.home-final h2 {
  color: #18262e;
  font-size: 32px;
  margin: 0;
}

.home-final p {
  color: #60727a;
  margin: 10px 0 0;
}

.home-final .home-actions {
  margin-top: 0;
}

.home-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease-out, transform .55s ease-out;
}

.home-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-hero-visual.is-visible .home-visual-core {
  animation: home-core-enter .55s ease-out both;
}

@keyframes home-core-enter {
  from { opacity: 0; transform: translate(-50%, -45%) scale(.96); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@media (max-width: 991px) {
  .home-hero-grid,
  .home-proxy-layout,
  .home-use-layout {
    gap: 48px;
    grid-template-columns: 1fr;
  }

  .home-hero-visual {
    margin: 0 auto;
    max-width: 540px;
    width: 100%;
  }

  .home-product-nav > .container,
  .home-core-grid,
  .home-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-product-nav a:nth-child(3) {
    border-left: 1px solid #dce8eb;
  }

  .home-product-card:last-child {
    grid-column: 1 / -1;
    min-height: 360px;
  }

  .home-flow {
    row-gap: 34px;
  }

  .home-flow li:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .home-hero {
    padding: 54px 0 48px;
  }

  .home-hero-copy h1 {
    font-size: 40px;
  }

  .home-hero-copy > p {
    font-size: 16px;
  }

  .home-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-btn {
    width: 100%;
  }

  .home-hero-points {
    display: grid;
  }

  .home-hero-visual {
    aspect-ratio: auto;
    height: 370px;
    min-height: 0;
    min-width: 0;
    width: 100%;
  }

  .home-visual-core {
    height: 142px;
    width: 160px;
  }

  .home-orbit-card {
    min-height: 62px;
    padding: 10px;
    width: 146px;
  }

  .home-orbit-card img {
    height: 32px;
    width: 32px;
  }

  .orbit-one { top: 20px; }
  .orbit-two { top: 92px; }
  .orbit-three { bottom: 18px; left: 10px; }
  .line-one { left: 120px; top: 84px; width: 115px; }
  .line-two { left: 235px; top: 184px; width: 105px; }
  .line-three { bottom: 88px; left: 125px; width: 110px; }

  .home-product-nav > .container {
    grid-template-columns: 1fr;
  }

  .home-product-nav a,
  .home-product-nav a:last-child {
    border: 0;
    border-bottom: 1px solid #dce8eb;
    min-height: 78px;
  }

  .home-section {
    padding: 58px 0;
  }

  .home-heading h2,
  .home-flow-heading h2 {
    font-size: 31px;
  }

  .home-core-grid,
  .home-flow,
  .home-use-grid {
    grid-template-columns: 1fr;
  }

  .home-product-card,
  .home-product-card:last-child {
    grid-column: auto;
    min-height: 0;
    padding: 24px;
  }

  .home-proxy-card {
    grid-template-columns: 52px 1fr;
    padding: 22px;
  }

  .home-proxy-icon {
    font-size: 22px;
    height: 52px;
    width: 52px;
  }

  .home-guide-item {
    gap: 14px;
    grid-template-columns: 42px 1fr auto;
    padding: 14px 8px;
  }

  .home-guide-item > i:first-child {
    height: 42px;
    width: 42px;
  }

  .home-guide-item:hover {
    padding-left: 8px;
  }

  .home-flow {
    gap: 0;
  }

  .home-flow li,
  .home-flow li:first-child,
  .home-flow li:nth-child(3) {
    border-left: 1px solid #3b5662;
    min-height: 0;
    padding: 8px 0 30px 24px;
  }

  .home-use-grid article {
    min-height: 0;
  }

  .home-final > .container {
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
  }

  .home-final h2 {
    font-size: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .home-hero-visual.is-visible .home-visual-core {
    animation: none;
  }

  .home-product-card,
  .home-proxy-card,
  .home-guide-item,
  .home-use-grid article,
  .home-btn {
    transition: none;
  }
}

@media (max-width: 991px) {
  body.site-refresh .section-gap {
    padding-bottom: 58px;
    padding-top: 58px;
  }

  body.site-refresh .hero-banner {
    padding: 42px 0;
  }

  body.site-refresh .hero-banner > .container > .row {
    min-height: 0;
  }

  body.site-refresh .hero-banner img {
    margin: 32px auto 0;
    max-height: 300px;
  }

  body.site-refresh .banner-heading h1 {
    font-size: 44px;
  }

  body.site-refresh .banner-heading h2 {
    font-size: 32px;
  }

  body.site-refresh #carousel-hero .banner-heading h1,
  body.site-refresh #carousel-hero .banner-heading h2 {
    font-size: 40px;
  }
}

@media (max-width: 1200px) {
  body.site-refresh .mobile-nav-toggle {
    display: inline-flex;
  }
}

@media (max-width: 575px) {
  body.site-refresh .row {
    --bs-gutter-x: 1.5rem;
  }

  body.site-refresh .topbar-element ul {
    min-height: 32px;
  }

  body.site-refresh .topbar-element a {
    min-height: 44px;
  }

  body.site-refresh header .main-menu > .container {
    min-height: 58px;
  }

  body.site-refresh .section-gap {
    padding-bottom: 48px;
    padding-top: 48px;
  }

  body.site-refresh .banner-heading h1 {
    font-size: 36px;
  }

  body.site-refresh .banner-heading h2 {
    font-size: 29px;
  }

  body.site-refresh .banner-heading p {
    font-size: 16px;
  }

  body.site-refresh .hero-banner {
    padding: 34px 0 42px;
  }

  body.site-refresh .domain-group {
    justify-content: center;
    min-height: 74px;
  }

  body.site-refresh .domain-group li {
    min-width: 96px;
    padding: 10px 14px;
  }

  body.site-refresh.site-home #carousel-hero .bg-one,
  body.site-refresh.site-home #carousel-hero .bg-two,
  body.site-refresh.site-home #carousel-hero .bg-four,
  body.site-refresh.site-captcha #carousel-hero .bg-one,
  body.site-refresh.site-captcha #carousel-hero .bg-two,
  body.site-refresh.site-captcha #carousel-hero .bg-four {
    min-height: 310px;
    padding: 34px 4px 44px;
  }

  body.site-refresh #carousel-hero .banner-heading h1,
  body.site-refresh #carousel-hero .banner-heading h2 {
    font-size: 34px;
  }

  body.site-refresh .btn-01 {
    min-height: 46px;
  }

  body.site-refresh .legal-agreement {
    padding: 26px 20px;
  }

  body.site-refresh.site-proxy-price #plan .nav-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  body.site-refresh.site-proxy-price #plan .nav-links {
    min-width: 0;
    width: 100%;
  }

  body.site-refresh.site-proxy-price #plan .domain-register {
    min-height: 218px;
  }

  body.site-refresh .site-error-code {
    font-size: 68px;
  }

  body.site-refresh .site-error-panel h1 {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.site-refresh *,
  body.site-refresh *::before,
  body.site-refresh *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Fixed global header */
body.site-refresh .topbar {
  background: #f5f8f9;
  border-bottom: 1px solid #e3ebed;
  height: 34px;
  inset: 0 0 auto;
  padding: 0;
  position: fixed;
  z-index: 1200;
}

body.site-refresh .topbar .container,
body.site-refresh .topbar .row,
body.site-refresh .topbar .col-12,
body.site-refresh .topbar-element,
body.site-refresh .topbar-element ul {
  height: 100%;
}

body.site-refresh .topbar-element ul {
  gap: 18px;
}

body.site-refresh .topbar-element a {
  color: #536870;
  font-size: 13px;
  min-height: 34px;
  padding: 0 2px;
}

body.site-refresh .topbar-element a:hover {
  color: #087f96;
}

body.site-refresh > header {
  height: 70px;
  inset: 34px 0 auto;
  position: fixed;
  width: 100%;
  z-index: 1210;
}

body.site-refresh > header + * {
  margin-top: 104px;
}

body.site-refresh header .main-menu {
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid #d7e5e8;
  box-shadow: 0 7px 22px rgba(23, 45, 55, .08);
  height: 70px;
  margin: 0;
  padding: 0;
}

body.site-refresh header .main-menu > .container {
  height: 70px;
  max-width: 1320px;
  min-height: 70px;
}

body.site-refresh header .logo {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 48px;
}

body.site-refresh header .logo img {
  height: 32px;
  object-fit: contain;
  width: 203px;
}

body.site-refresh header .navbar {
  align-self: stretch;
}

body.site-refresh header .navbar > ul {
  align-items: stretch;
  gap: 2px;
  height: 70px;
}

body.site-refresh header .navbar > ul > li {
  align-items: stretch;
  display: flex;
  position: relative;
}

body.site-refresh header .navbar > ul > li > a {
  align-items: center;
  color: #263a43;
  display: inline-flex;
  font-size: 15px;
  font-weight: 650;
  gap: 5px;
  min-height: 48px;
  padding: 0 14px;
  position: relative;
  white-space: nowrap;
}

body.site-refresh header .navbar > ul > li > a::after {
  background: #079db7;
  bottom: 0;
  content: "";
  height: 3px;
  left: 14px;
  opacity: 0;
  position: absolute;
  right: 14px;
  transform: scaleX(.45);
  transition: opacity .2s ease, transform .2s ease;
}

body.site-refresh header .navbar > ul > li:hover > a,
body.site-refresh header .navbar > ul > li > a:focus-visible {
  color: #087f96;
}

body.site-refresh header .navbar > ul > li:hover > a::after,
body.site-refresh header .navbar > ul > li > a:focus-visible::after,
body.site-refresh header .navbar > ul > li > a[aria-current="page"]::after,
body.site-refresh.site-home header .navbar > ul > li:nth-child(1) > a::after,
body.site-refresh.site-captcha header .navbar > ul > li:nth-child(2) > a::after,
body.site-refresh.site-verify-price header .navbar > ul > li:nth-child(3) > a::after,
body.site-refresh.site-proxy header .navbar > ul > li:nth-child(4) > a::after,
body.site-refresh.site-proxy-price header .navbar > ul > li:nth-child(5) > a::after,
body.site-refresh.site-contact header .navbar > ul > li:nth-child(7) > a::after {
  opacity: 1;
  transform: scaleX(1);
}

body.site-refresh header .navbar > ul > li > a[aria-current="page"],
body.site-refresh.site-home header .navbar > ul > li:nth-child(1) > a,
body.site-refresh.site-captcha header .navbar > ul > li:nth-child(2) > a,
body.site-refresh.site-verify-price header .navbar > ul > li:nth-child(3) > a,
body.site-refresh.site-proxy header .navbar > ul > li:nth-child(4) > a,
body.site-refresh.site-proxy-price header .navbar > ul > li:nth-child(5) > a,
body.site-refresh.site-contact header .navbar > ul > li:nth-child(7) > a {
  color: #087f96;
}

body.site-refresh header .navbar .dropdown > a > i {
  font-size: 11px;
  margin-left: 2px;
  transition: transform .2s ease;
}

body.site-refresh header .navbar .dropdown:hover > a > i,
body.site-refresh header .navbar .dropdown:focus-within > a > i {
  transform: rotate(180deg);
}

body.site-refresh header .navbar .dropdown > ul {
  background: #fff;
  border: 1px solid #d5e3e6;
  border-radius: 6px;
  box-shadow: 0 18px 38px rgba(23, 45, 55, .14);
  left: 0;
  min-width: 228px;
  padding: 8px;
  top: calc(100% + 10px);
}

body.site-refresh header .navbar .dropdown:hover > ul,
body.site-refresh header .navbar .dropdown:focus-within > ul {
  top: calc(100% - 1px);
}

body.site-refresh header .navbar .dropdown ul li {
  min-width: 0;
}

body.site-refresh header .navbar .dropdown ul a {
  border-radius: 4px;
  color: #344b55;
  font-size: 14px;
  min-height: 44px;
  padding: 10px 12px;
}

body.site-refresh header .navbar .dropdown ul a:hover,
body.site-refresh header .navbar .dropdown ul a:focus-visible {
  background: #edf8fa;
  color: #087f96;
}

body.site-refresh header .top-button {
  background: #079db7;
  border-color: #079db7;
  border-radius: 5px;
  min-height: 44px;
  padding: 8px 20px;
}

body.site-refresh header .top-button:hover {
  background: #087f96;
  border-color: #087f96;
}

body.site-refresh [id] {
  scroll-margin-top: 122px;
}

@media (max-width: 1199.98px) {
  body.site-refresh header .main-menu > .container {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  body.site-refresh .mobile-nav-toggle {
    align-items: center;
    border: 1px solid #cedde1;
    border-radius: 5px;
    color: #263a43;
    display: inline-flex;
    font-size: 24px;
    height: 44px;
    justify-content: center;
    width: 44px;
  }

  body.site-refresh .navbar-mobile {
    background: rgba(20, 33, 42, .92);
    inset: 0;
    position: fixed;
    z-index: 1300;
  }

  body.site-refresh .navbar-mobile .mobile-nav-toggle {
    border-color: rgba(255, 255, 255, .35);
    color: #263a43;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 1410;
  }

  body.site-refresh header .navbar-mobile > ul {
    align-items: stretch;
    border-radius: 7px;
    box-shadow: 0 20px 48px rgba(0, 0, 0, .22);
    display: block;
    height: auto !important;
    inset: 20px;
    overflow-y: auto;
    position: fixed;
    padding: 64px 12px 18px;
    z-index: 1400;
  }

  body.site-refresh header .navbar-mobile > ul > li {
    display: block;
  }

  body.site-refresh .navbar-mobile > ul > li > a {
    border-bottom: 1px solid #e6edef;
    color: #263a43;
    font-size: 16px;
    min-height: 50px;
    padding: 12px 14px;
  }

  body.site-refresh .navbar-mobile .dropdown ul {
    background: #f3f8f9;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    margin: 6px 10px 12px;
    padding: 6px;
  }

  body.site-refresh .navbar-mobile .dropdown ul a {
    min-height: 44px;
  }
}

@media (max-width: 575.98px) {
  body.site-refresh .topbar {
    height: 32px;
  }

  body.site-refresh .topbar-element ul {
    gap: 14px;
    min-height: 32px;
  }

  body.site-refresh .topbar-element a {
    font-size: 12px;
    min-height: 32px;
  }

  body.site-refresh > header {
    height: 62px;
    top: 32px;
  }

  body.site-refresh > header + * {
    margin-top: 94px;
  }

  body.site-refresh header .main-menu,
  body.site-refresh header .main-menu > .container {
    height: 62px;
    min-height: 62px;
  }

  body.site-refresh header .main-menu > .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  body.site-refresh header .logo img {
    height: 27px;
    width: 171px;
  }

  body.site-refresh [id] {
    scroll-margin-top: 108px;
  }
}

/* Final fixed-header offsets after removing the legacy topbar. */
html body.site-refresh > header {
  top: 0;
}

html body.site-refresh > header + * {
  margin-top: 70px;
}

body.site-refresh .payment-heading-row {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  margin-bottom: 16px;
}

body.site-refresh .payment-heading-row h4 {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

body.site-refresh .footer-refund-link {
  border-right: 1px solid #536773;
  color: #c7d9df;
  font-size: 15px;
  line-height: 1.2;
  padding-right: 14px;
}

body.site-refresh .footer-refund-link:hover,
body.site-refresh .footer-refund-link:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 991.98px) {
  body.site-refresh .payment-heading-row {
    justify-content: flex-start;
    margin-top: 24px;
  }
}

@media (max-width: 575.98px) {
  html body.site-refresh > header {
    top: 0;
  }

  html body.site-refresh > header + * {
    margin-top: 62px;
  }

  html body.site-refresh [id] {
    scroll-margin-top: 76px;
  }
}
