/* IPSFORU logical unified stylesheet.
 * Generated from audited base, page-layout, brand, and shared-component sources.
 * Do not append legacy page exports below this file. */

@-webkit-keyframes layui-rotate{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}
@keyframes layui-rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}
@-webkit-keyframes layui-up{from{-webkit-transform:translate3d(0,100%,0);opacity:.3}to{-webkit-transform:translate3d(0,0,0);opacity:1}}
@keyframes layui-up{from{transform:translate3d(0,100%,0);opacity:.3}to{transform:translate3d(0,0,0);opacity:1}}
@-webkit-keyframes layui-upbit{from{-webkit-transform:translate3d(0,30px,0);opacity:.3}to{-webkit-transform:translate3d(0,0,0);opacity:1}}
@keyframes layui-upbit{from{transform:translate3d(0,30px,0);opacity:.3}to{transform:translate3d(0,0,0);opacity:1}}
@-webkit-keyframes layui-scale{0%{opacity:.3;-webkit-transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1)}}
@keyframes layui-scale{0%{opacity:.3;-ms-transform:scale(.5);transform:scale(.5)}100%{opacity:1;-ms-transform:scale(1);transform:scale(1)}}
@-webkit-keyframes layui-scale-spring{0%{opacity:.5;-webkit-transform:scale(.5)}80%{opacity:.8;-webkit-transform:scale(1.1)}100%{opacity:1;-webkit-transform:scale(1)}}
@keyframes layui-scale-spring{0%{opacity:.5;transform:scale(.5)}80%{opacity:.8;transform:scale(1.1)}100%{opacity:1;transform:scale(1)}}
@-webkit-keyframes layui-fadein{0%{opacity:0}100%{opacity:1}}
@keyframes layui-fadein{0%{opacity:0}100%{opacity:1}}
@-webkit-keyframes layui-fadeout{0%{opacity:1}100%{opacity:0}}
@keyframes layui-fadeout{0%{opacity:1}100%{opacity:0}}
@keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
@font-face {
  font-family: "IPSFORU Sans";
  src: url("/official/fonts/ipsforu-sans-light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "IPSFORU Sans";
  src: url("/official/fonts/ipsforu-sans-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

/* === Global foundation === */

:root {
  --ink: #0d1428;
  --muted: #5c6e8b;
  --soft: #f4f7fc;
  --line: #e4eaf4;
  --violet: #5548eb;
  --violet-2: #8d55f5;
  --teal: #16d4c4;
  --navy: #0c1428;
  --footer: #020715;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-container {
  width: min(1600px, 84vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #edf1f7;
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  font-weight: 900;
  font-size: 27px;
  letter-spacing: 0;
}

.brand img {
  width: 46px;
  height: 46px;
}

.main-nav {
  flex: 1;
}

.main-nav > ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0;
  margin: 0;
}

.main-nav li {
  position: relative;
}

.main-nav li.has-children {
  padding-bottom: 14px;
  margin-bottom: -14px;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 16px;
  font-weight: 800;
  color: var(--muted);
}

.main-nav a:hover {
  color: var(--violet);
}

.main-nav li:hover > a {
  color: var(--violet);
}

.main-nav .has-children > a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  transform: rotate(45deg);
  margin-left: 9px;
  margin-top: -4px;
}

.sub-menu {
  position: absolute;
  top: 52px;
  left: 50%;
  display: grid;
  grid-template-columns: minmax(190px, 1fr);
  gap: 8px;
  list-style: none;
  width: max-content;
  min-width: 240px;
  max-width: min(520px, calc(100vw - 32px));
  padding: 14px !important;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
  box-shadow: 0 26px 70px rgba(15, 26, 47, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  height: 22px;
}

.sub-menu::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.sub-menu:has(li:nth-child(2)) {
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  min-width: 390px;
}

.sub-menu:has(li:nth-child(4)) {
  grid-template-columns: repeat(2, minmax(190px, 1fr));
  min-width: 460px;
}

.main-nav li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.main-nav li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.sub-menu li {
  min-width: 0;
}

.sub-menu a {
  width: 100%;
  min-height: 58px;
  padding: 10px 12px 10px 14px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #344259;
  font-size: 15px;
  line-height: 1.3;
  white-space: normal;
  background: transparent;
}

.sub-menu a::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--teal), var(--violet));
  box-shadow: 0 0 0 5px rgba(85, 72, 235, 0.08);
}

.sub-menu a:hover {
  color: var(--violet);
  border-color: #e3e8ff;
  background: #f6f8ff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 16px;
  font-weight: 800;
}

.login-link {
  color: #3c475d;
}

.signup-link {
  min-width: 126px;
  padding: 13px 26px;
  color: #fff;
  text-align: center;
  border-radius: 18px;
  background: var(--violet);
  box-shadow: 0 18px 34px rgba(85, 72, 235, 0.22);
}

.mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.mobile-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.page-main {
  overflow-x: clip;
  overflow-y: visible;
}

.hero-section {
  padding: 56px 0 72px;
  background: linear-gradient(110deg, #fafbff 0%, #fff 55%, #fbf8ff 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(430px, 0.92fr) minmax(500px, 1fr);
  align-items: center;
  gap: 66px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 9px 20px;
  color: #322ce0;
  border: 1px solid #dce4ff;
  border-radius: 999px;
  background: #eef3ff;
  font-weight: 900;
}

.eyebrow span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #746cf2;
}

.hero-copy h1 {
  max-width: 680px;
  margin: 34px 0 26px;
  font-size: 88px;
  line-height: 0.96;
  letter-spacing: 0;
  font-weight: 900;
}

.hero-copy h1 strong {
  display: block;
  color: var(--violet-2);
  font-weight: inherit;
}

.hero-copy p {
  max-width: 600px;
  margin: 0 0 38px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 18px;
  color: #fff;
  background: var(--violet);
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 20px 48px rgba(85, 72, 235, 0.22);
}

.primary-cta span {
  margin-left: 14px;
  font-size: 34px;
  line-height: 1;
}

.primary-cta.dark {
  min-width: 330px;
  background: var(--navy);
  box-shadow: 0 34px 58px rgba(12, 20, 40, 0.18);
}

.hero-media {
  padding: 7px;
  border: 5px solid #6b57f1;
  border-radius: 46px;
  background: #fff;
  box-shadow: 0 38px 80px rgba(46, 26, 111, 0.16);
}

.hero-media img {
  width: 100%;
  aspect-ratio: 1.68;
  object-fit: cover;
  border-radius: 36px;
}

.metric-section {
  padding: 68px 0 64px;
  background: #fff;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.metric-grid strong {
  display: block;
  color: #06132d;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 900;
}

.metric-grid span {
  display: block;
  margin-top: 8px;
  color: #93a0b8;
  font-weight: 900;
  letter-spacing: 2px;
}

.coverage-section {
  padding: 76px 0;
  background: #fff;
}

.pricing-section {
  padding: 76px 0;
  background: #fff;
}

.developer-section {
  padding: 76px 0;
  background: #fff;
}

.faq-section {
  padding: 76px 0;
  background: #fff;
}

.section-heading {
  margin-bottom: 76px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: #06132d;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
}

.contact-section h2 {
  margin: 0;
  color: #06132d;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
}

.section-heading p {
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 18px;
}

.country-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1040px;
  margin: 0 auto;
  gap: 22px;
}

.country-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 28px 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  gap: 10px;
  text-align: center;
}

.country-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.country-card p {
  margin: 2px 0 0;
  color: var(--violet);
  font-size: 15px;
  font-weight: 900;
}

.coverage-load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 150px;
  min-height: 52px;
  margin: 34px auto 0;
  padding: 0 28px;
  border-radius: 16px;
  color: #fff;
  background: var(--violet);
  box-shadow: 0 18px 34px rgba(85, 72, 235, 0.2);
  font-size: 16px;
  font-weight: 900;
}

.coverage-load-more:hover {
  color: #fff;
  transform: translateY(-1px);
}

.flag {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 46px;
  height: 32px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.flag-us {
  background: repeating-linear-gradient(to bottom, #c91f3c 0 3px, #fff 3px 6px);
}

.flag-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 17px;
  background: #29477f;
}

.flag-ca {
  background: linear-gradient(to right, #f11f2f 0 25%, #fff 25% 75%, #f11f2f 75%);
}

.flag-ca::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 9px;
  width: 7px;
  height: 13px;
  background: #f11f2f;
  clip-path: polygon(50% 0, 62% 28%, 100% 18%, 78% 45%, 100% 54%, 60% 58%, 60% 100%, 40% 100%, 40% 58%, 0 54%, 22% 45%, 0 18%, 38% 28%);
}

.flag-gb {
  background: linear-gradient(32deg, transparent 0 43%, #fff 43% 48%, #d92237 48% 53%, #fff 53% 58%, transparent 58%), linear-gradient(148deg, transparent 0 43%, #fff 43% 48%, #d92237 48% 53%, #fff 53% 58%, transparent 58%), linear-gradient(to right, transparent 0 39%, #fff 39% 45%, #d92237 45% 55%, #fff 55% 61%, transparent 61%), linear-gradient(to bottom, transparent 0 35%, #fff 35% 43%, #d92237 43% 57%, #fff 57% 65%, transparent 65%), #224d91;
}

.flag-fr {
  background: linear-gradient(to right, #133d79 0 33%, #fff 33% 66%, #df2338 66%);
}

.flag-br {
  background: #08a64b;
}

.flag-br::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  width: 26px;
  height: 22px;
  background: #f5d13d;
  transform: rotate(45deg);
}

.flag-br::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 17px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #2447a9;
}

.flag-in {
  background: linear-gradient(to bottom, #ff762e 0 33%, #fff 33% 66%, #16814a 66%);
}

.flag-in::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 12px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #4d58d9;
}

.flag-ar {
  background: linear-gradient(to bottom, #73b6e7 0 33%, #fff 33% 66%, #73b6e7 66%);
}

.flag-ar::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f7b733;
}

.flag-mx {
  background: linear-gradient(to right, #0c7a4b 0 33%, #fff 33% 66%, #cf2238 66%);
}

.flag-mx::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 12px;
  width: 7px;
  height: 8px;
  border-radius: 50%;
  background: #8d6b25;
}

.pricing-tabs {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin: -42px auto 72px;
  padding: 7px;
  border-radius: 20px;
  background: #ecf1f8;
}

.pricing-tabs button {
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  min-width: 224px;
  min-height: 60px;
  padding: 0 26px;
  color: var(--muted);
  border-radius: 14px;
  background: transparent;
  font-size: 22px;
}

.pricing-tabs button.active {
  color: var(--violet);
  background: #fff;
  box-shadow: 0 8px 18px rgba(11, 26, 58, 0.12);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  gap: 28px;
  align-items: center;
}

.pricing-panels > .pricing-grid {
  display: none;
}

.pricing-panels > .pricing-grid.active {
  display: grid;
}

.pricing-footnote {
  margin: 34px auto 0;
  color: #52627e;
  font-size: 14px;
  text-align: center;
}

.pricing-footnote a {
  color: var(--violet);
  font-weight: 900;
}

.price-card {
  position: relative;
  min-height: 490px;
  padding: 44px 42px 42px;
  border: 1px solid var(--line);
  border-radius: 46px;
  background: #f8fafc;
}

.price-card.featured {
  min-height: 520px;
  color: #d9e0ef;
  background: #0c1428;
  box-shadow: 0 34px 80px rgba(6, 19, 45, 0.18);
}

.level {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 15px;
  border-radius: 999px;
  background: #e9eef5;
  color: #06132d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
}

.level.recommended {
  background: var(--violet);
  color: #fff;
}

.price-card h3 {
  margin: 24px 0 12px;
  color: inherit;
  font-size: 28px;
  font-weight: 900;
}

.price-card strong {
  display: block;
  color: #101829;
  font-size: 52px;
  line-height: 1.1;
  font-weight: 900;
}

.price-card strong em {
  color: #8290ae;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}

.price-card.featured strong {
  color: #858dff;
}

.price-cycle {
  margin-top: 22px;
  color: #06132d;
  font-size: 28px;
  font-weight: 900;
}

.price-card.featured .price-cycle {
  color: #fff;
}

.price-card ul {
  list-style: none;
  margin: 30px 0 62px;
  padding: 0;
}

.price-card li {
  position: relative;
  margin: 15px 0;
  padding-left: 30px;
  color: #52627e;
  font-size: 17px;
}

.price-card.featured li {
  color: #d1d7e5;
}

.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 11px;
  height: 6px;
  border-left: 2px solid #7889ff;
  border-bottom: 2px solid #7889ff;
  transform: rotate(-45deg);
}

.price-card li.muted {
  color: #9aa8bb;
}

.price-card li.muted::before {
  content: "x";
  top: 0;
  width: auto;
  height: auto;
  border: 0;
  color: #b8c5d5;
  font-size: 18px;
  font-weight: 800;
  transform: none;
}

.price-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  border: 2px solid #dfe6f0;
  border-radius: 16px;
  color: #06132d;
  background: #fff;
  font-size: 18px;
  font-weight: 900;
}

.price-card.featured a {
  color: #fff;
  border-color: var(--violet);
  background: var(--violet);
}

.crown {
  position: absolute;
  top: 50px;
  right: 62px;
  width: 100px;
  height: 72px;
  opacity: 0.16;
  border-bottom: 10px solid #fff;
}

.crown::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 82px;
  height: 54px;
  border: 10px solid #fff;
  border-bottom: 0;
  transform: skew(12deg);
}

.usecase-section {
  padding: 76px 0;
  background: #f5f8fc;
}

.usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.usecase-grid article {
  min-height: 250px;
  padding: 34px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
}

.usecase-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 28px;
  border-radius: 18px;
  color: var(--violet);
  background: #eef2ff;
  font-size: 34px;
}

.usecase-grid h3 {
  margin: 0 0 14px;
  font-size: 23px;
  font-weight: 900;
}

.usecase-grid p {
  max-width: 420px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
}

.developer-grid {
  display: grid;
  grid-template-columns: minmax(440px, 0.9fr) minmax(520px, 1fr);
  gap: 80px;
  align-items: center;
}

.developer-grid h2 {
  margin: 0 0 36px;
  color: var(--ink);
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
}

.developer-grid h2 strong {
  color: var(--violet);
}

.developer-grid p {
  max-width: 760px;
  margin: 0 0 42px;
  color: var(--muted);
  font-size: 20px;
}

.code-tabs {
  display: flex;
  gap: 18px;
}

.code-tabs button {
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  min-width: 124px;
  min-height: 56px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8fafc;
  color: #06132d;
  font-size: 18px;
}

.code-card {
  min-height: 390px;
  padding: 34px;
  border-radius: 34px;
  background: #1d1d2f;
  color: #dfe6ff;
  box-shadow: 0 30px 70px rgba(12, 18, 34, 0.22);
}

.window-dots {
  display: flex;
  gap: 10px;
  margin-bottom: 34px;
}

.window-dots span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.window-dots span:nth-child(1) {
  background: #ff4b55;
}

.window-dots span:nth-child(2) {
  background: #f3bd18;
}

.window-dots span:nth-child(3) {
  background: #25d267;
}

.code-card pre {
  min-height: 210px;
  margin: 0;
  color: #eef2ff;
  font-family: Consolas, Monaco, monospace;
  font-size: 17px;
  line-height: 1.65;
  white-space: pre-wrap;
}

.code-card code {
  color: inherit;
}

.code-card pre::first-line {
  color: #858dff;
}

.code-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #7e89aa;
}

.code-footer a {
  color: #8090ff;
  font-size: 20px;
  font-weight: 900;
}

.testimonial-section {
  padding: 76px 0;
  background: #f5f8fc;
  overflow: hidden;
}

.testimonial-slider {
  position: relative;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 40px;
  transition: transform 0.35s ease;
}

.testimonial-track article {
  flex: 0 0 calc((100% - 80px) / 3);
  min-height: 300px;
  padding: 34px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(16, 24, 42, 0.04);
}

.stars {
  color: var(--violet);
  font-size: 24px;
  letter-spacing: 2px;
}

.testimonial-track p {
  min-height: 130px;
  margin: 24px 0 30px;
  color: #31415b;
  font-size: 18px;
  font-style: italic;
  line-height: 1.35;
}

.testimonial-track h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
}

.testimonial-track span {
  color: #91a0b9;
  font-weight: 900;
}

.slider-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--violet);
  cursor: pointer;
  font-size: 36px;
  box-shadow: 0 14px 28px rgba(15, 25, 45, 0.13);
}

.slider-btn.prev {
  left: 14px;
}

.slider-btn.next {
  right: 14px;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 58px;
}

.slider-dots span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cbd5e3;
}

.slider-dots span.active {
  background: var(--violet);
}

.narrow {
  max-width: 960px;
}

.faq-list {
  display: grid;
  gap: 20px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  overflow: hidden;
}

.faq-item:nth-child(1) {
  border-color: #121a2c;
}

.faq-item:nth-child(2n) {
  border-color: #121a2c;
}

.faq-item button {
  width: 100%;
  min-height: 96px;
  padding: 0 34px;
  border: 0;
  background: transparent;
  color: #06132d;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  text-align: left;
  font: inherit;
  font-size: 21px;
  font-weight: 900;
}

.faq-item button span {
  flex: 0 0 auto;
  font-size: 38px;
  font-weight: 400;
}

.faq-item p {
  display: none;
  margin: -20px 40px 34px;
  color: var(--muted);
  font-size: 19px;
}

.faq-item.open {
  border-color: var(--violet);
}

.faq-item.open p {
  display: block;
}

.faq-hero {
  padding: 82px 0 64px;
  background: #f4f7fd;
  text-align: center;
}

.faq-hero h1 {
  margin: 0;
  color: #06132d;
  font-size: 58px;
  line-height: 1;
  font-weight: 900;
}

.faq-hero p {
  max-width: 760px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 19px;
}

.faq-type-tabs a {
  color: #59687f;
}

.faq-type-tabs a.active {
  color: var(--violet);
}

.faq-type-tabs a:hover {
  color: var(--violet);
}

.faq-entry button strong {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.faq-entry .faq-answer {
  display: none;
  margin: -18px 40px 34px;
}

.faq-entry.open .faq-answer {
  display: block;
}

.faq-entry .faq-answer-preview {
  display: -webkit-box;
  max-width: 840px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.faq-entry .faq-answer-preview p {
  display: block;
  margin: 0 0 12px;
}

.faq-entry .faq-answer-preview ul {
  display: block;
  margin: 0 0 12px;
  padding-left: 20px;
}

.faq-entry .faq-answer-preview ol {
  display: block;
  margin: 0 0 12px;
  padding-left: 20px;
}

.faq-read-more {
  display: inline-flex;
  margin-top: 18px;
  color: var(--violet);
  font-size: 16px;
  font-weight: 900;
}

.empty-state {
  padding: 54px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.empty-state h3 {
  margin: 0 0 10px;
  color: #06132d;
  font-size: 24px;
}

.empty-state p {
  display: block;
  margin: 0;
  color: var(--muted);
}

.faq-detail-main {
  padding-top: 0;
}

.faq-detail-type {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #eef3ff;
  color: var(--violet);
  font-size: 13px;
  font-weight: 900;
}

.faq-detail-body {
  margin-top: 28px;
}

.faq-side-link {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #edf1f7;
  color: #52627e;
  font-weight: 800;
}

.faq-side-link:hover {
  color: var(--violet);
}

.faq-side-title {
  margin-top: 34px;
}

.home-blog-section {
  padding: 76px 0;
  background: #fff;
}

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

.home-blog-card {
  display: grid;
  grid-template-rows: 130px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 24, 42, 0.04);
}

.home-blog-card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.home-blog-card > span {
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dfe5ff;
  color: #7b83f2;
  font-size: 34px;
}

.home-blog-card div {
  padding: 16px;
}

.home-blog-card h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 44px;
  margin: 0 0 10px;
  color: #08132c;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 900;
}

.home-blog-card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 61px;
  margin: 0 0 12px;
  color: #61718b;
  font-size: 13px;
  line-height: 1.55;
}

.home-blog-card small {
  color: #8c98af;
  font-weight: 900;
}

.home-blog-more {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.contact-section {
  padding: 76px 0;
  text-align: center;
  background: #f4f7fd;
}

.contact-section p {
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 18px;
  max-width: 700px;
  margin-bottom: 62px;
}

.site-footer {
  padding: 70px 0 60px;
  background: var(--footer);
  color: #8390ad;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 70px;
}

.brand-light {
  color: #fff;
  min-width: 0;
  margin-bottom: 42px;
  font-size: 24px;
}

.brand-light img {
  width: 42px;
  height: 42px;
}

.footer-brand strong {
  display: block;
  margin-bottom: 34px;
  font-size: 16px;
}

.footer-brand p {
  max-width: 380px;
  font-size: 16px;
  line-height: 1.55;
}

.footer-email {
  display: inline-flex;
  margin-top: 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.footer-email:hover {
  color: #dce4ff;
}

.footer-socials {
  display: flex;
  gap: 18px;
  margin-top: 30px;
}

.footer-socials a {
  display: inline-flex;
  width: 48px;
  height: 48px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.footer-socials img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.footer-menu h3 {
  margin: 10px 0 36px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li + li {
  margin-top: 20px;
}

.footer-menu a {
  color: #6f7d9a;
  font-size: 16px;
  font-weight: 800;
}

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

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 46px;
  padding-top: 34px;
  border-top: 1px solid rgba(120, 138, 176, 0.14);
}

.footer-bottom p {
  margin: 0;
  color: #405071;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 5px;
}

.footer-bottom div {
  display: flex;
  gap: 44px;
}

.footer-bottom a {
  color: #7988a7;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
}

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

.breadcrumb-band {
  padding: 18px 0;
  background: #f5f8fd;
  color: #77849a;
  font-size: 14px;
}

.breadcrumb-band a {
  color: #5f6df2;
}

.inner-hero {
  padding: 72px 0 66px;
  background: linear-gradient(110deg, #f7faff 0%, #fff 58%, #fbf8ff 100%);
}

.inner-hero.center {
  text-align: center;
}

.inner-hero-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(480px, 1fr);
  align-items: center;
  gap: 72px;
}

.inner-hero h1 {
  max-width: 780px;
  margin: 18px 0 22px;
  color: #08132c;
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
}

.inner-hero h1 strong {
  color: var(--violet);
}

.inner-hero.center h1 {
  margin-left: auto;
  margin-right: auto;
}

.inner-hero.center p {
  margin-left: auto;
  margin-right: auto;
}

.inner-hero p {
  max-width: 720px;
  margin: 0 0 32px;
  color: var(--muted);
  font-size: 17px;
}

.not-found-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
}

.not-found-code {
  margin-bottom: 6px !important;
  color: #5548eb !important;
  font-size: 92px !important;
  line-height: 0.95 !important;
  font-weight: 900;
}

.not-found-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-actions-inline {
  align-items: center;
  flex-wrap: nowrap;
}

.hero-actions-inline .primary-cta.dark {
  width: auto;
  min-width: 244px;
}

.hero-actions-inline .secondary-cta {
  gap: 10px;
  min-width: 266px;
}

.hero-actions-inline .secondary-cta i {
  font-size: 21px;
  line-height: 1;
}

.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: #12203a;
  font-size: 16px;
  font-weight: 900;
}

.device-frame {
  padding: 7px;
  border: 4px solid #7664f2;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(85, 72, 235, 0.16);
}

.device-frame img {
  width: 100%;
  aspect-ratio: 1.24;
  object-fit: cover;
  border-radius: 21px;
}

.subtle-section {
  padding: 74px 0;
  background: #f5f8fc;
}

.white-section {
  padding: 74px 0;
  background: #fff;
}

.legal-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 70px;
  background: radial-gradient(circle at 78% 18%, rgba(85, 72, 235, 0.1), transparent 30%), linear-gradient(110deg, #f7faff 0%, #fff 58%, #fbf8ff 100%);
}

.legal-kicker {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 9px 16px;
  border: 1px solid #dce4ff;
  border-radius: 999px;
  color: var(--violet);
  background: #eef3ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.legal-hero h1 {
  max-width: 900px;
  margin: 0 0 18px;
  color: #08132c;
  font-size: 58px;
  line-height: 1.08;
  font-weight: 900;
}

.legal-hero p {
  max-width: 760px;
  margin: 0 0 18px;
  color: #5e6e86;
  font-size: 18px;
  line-height: 1.65;
}

.legal-hero small {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  color: #65728a;
  background: #fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(16, 24, 42, 0.06);
}

.legal-section {
  padding: 74px 0 92px;
  background: linear-gradient(180deg, #f5f8fc 0%, #fff 100%);
}

.legal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.legal-side {
  position: sticky;
  top: 104px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(16, 24, 42, 0.07);
}

.legal-side strong {
  display: block;
  margin-bottom: 18px;
  color: #08132c;
  font-size: 15px;
  font-weight: 900;
}

.legal-side a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px 10px 34px;
  border-radius: 12px;
  color: #64738d;
  font-size: 14px;
  font-weight: 800;
}

.legal-side a::before {
  content: "";
  position: absolute;
  left: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c9d3e5;
}

.legal-side a:hover {
  color: var(--violet);
  background: #eef2ff;
}

.legal-side a.active {
  color: var(--violet);
  background: #eef2ff;
}

.legal-side a:hover::before {
  background: linear-gradient(135deg, var(--teal), var(--violet));
  box-shadow: 0 0 0 5px rgba(85, 72, 235, 0.1);
}

.legal-side a.active::before {
  background: linear-gradient(135deg, var(--teal), var(--violet));
  box-shadow: 0 0 0 5px rgba(85, 72, 235, 0.1);
}

.legal-card {
  position: relative;
  max-width: 1040px;
  padding: 54px 64px 62px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(16, 24, 42, 0.08);
}

.legal-copy {
  color: #27364f;
  font-size: 16.5px;
  line-height: 1.82;
}

.legal-copy h2 {
  position: relative;
  margin: 52px 0 18px;
  padding: 18px 0 0 24px;
  border-top: 1px solid #e8edf6;
  color: #08132c;
  font-size: 30px;
  line-height: 1.22;
  font-weight: 900;
}

.legal-copy h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.legal-copy h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  width: 6px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--violet), var(--teal));
}

.legal-copy h2:first-child::before {
  top: 5px;
}

.legal-copy h3 {
  position: relative;
  margin: 30px 0 12px;
  padding: 12px 16px 12px 44px;
  border: 1px solid #e8edf7;
  border-radius: 14px;
  color: #132039;
  background: #f8fbff;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 900;
}

.legal-copy h3::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 0 0 5px rgba(85, 72, 235, 0.12);
}

.legal-copy p {
  margin: 0 0 19px;
}

.legal-copy > p:first-child {
  padding: 20px 22px;
  border: 1px solid #e1e8f5;
  border-radius: 16px;
  color: #43536d;
  background: #f8fbff;
  font-size: 17px;
  line-height: 1.72;
}

.legal-copy .legal-alert {
  margin: 24px 0;
  padding: 22px 24px;
  border: 1px solid #dfe3ff;
  border-left: 5px solid var(--violet);
  border-radius: 16px;
  color: #17203a;
  background: #f4f6ff;
  font-weight: 800;
}

.legal-copy ul {
  margin: 0 0 24px;
  padding: 4px 0 4px;
  list-style: none;
}

.legal-copy .legal-list {
  margin: 0 0 24px;
  padding: 4px 0 4px;
  list-style: none;
}

.legal-copy li {
  position: relative;
  margin-bottom: 12px;
  padding: 14px 16px 14px 42px;
  border: 1px solid #e8edf7;
  border-radius: 14px;
  background: #fbfcff;
}

.legal-copy li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--violet));
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.feature-card {
  min-height: 210px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.feature-card.active {
  border-color: #151d31;
  box-shadow: 0 16px 40px rgba(16, 24, 42, 0.08);
}

.feature-card:hover {
  border-color: #151d31;
  box-shadow: 0 16px 40px rgba(16, 24, 42, 0.08);
}

.feature-card i {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 12px;
  background: #eef2ff;
  color: var(--violet);
  font-size: 24px;
}

.feature-card h3 {
  margin: 0 0 10px;
  color: #08132c;
  font-size: 18px;
  font-weight: 900;
}

.feature-card p {
  margin: 0;
  color: #5f6e88;
  font-size: 14px;
}

.feature-grid.resi-usecase-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.resi-usecase-grid .feature-card {
  min-height: 178px;
  padding: 24px;
}

.resi-usecase-grid .feature-card i {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  font-size: 22px;
}

.resi-usecase-grid .feature-card h3 {
  font-size: 17px;
}

.why-grid {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(420px, 0.9fr);
  gap: 60px;
  align-items: center;
}

.check-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.check-list li {
  position: relative;
  margin: 16px 0;
  padding-left: 34px;
  color: #45566f;
  font-size: 17px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 8px;
  border-left: 2px solid #c9a139;
  border-bottom: 2px solid #c9a139;
  transform: rotate(-45deg);
}

.quote-card {
  padding: 34px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(16, 24, 42, 0.07);
}

.quote-card .stars {
  margin-bottom: 16px;
}

.quote-card p {
  margin: 0 0 24px;
  color: #43536d;
  font-style: italic;
}

.quote-card strong {
  display: block;
  color: #08132c;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin-top: 48px;
  text-align: center;
}

.mini-stats strong {
  display: block;
  color: #08132c;
  font-size: 28px;
}

.mini-stats span {
  color: #7d8ba2;
  font-weight: 800;
}

.page-cta {
  padding: 78px 0;
  text-align: center;
  background: var(--violet);
  color: #fff;
}

.page-cta h2 {
  margin: 0 0 12px;
  font-size: 34px;
  font-weight: 900;
}

.page-cta p {
  margin: 0 auto 28px;
  max-width: 760px;
  color: #e5e4ff;
}

.page-cta .secondary-cta {
  background: #0c1428;
  border-color: #0c1428;
  color: #fff;
}

.page-cta .primary-cta {
  min-width: 150px;
  min-height: 48px;
  border-radius: 10px;
  background: #fff;
  color: var(--violet);
  font-size: 15px;
}

.pricing-sales-cta {
  padding: 98px 0 104px;
  background: #f4f7fd;
  color: #06132d;
}

.pricing-sales-cta h2 {
  margin-bottom: 32px;
  font-size: 40px;
}

.pricing-sales-cta p {
  max-width: 690px;
  margin-bottom: 58px;
  color: #52627e;
  font-size: 19px;
  line-height: 1.55;
}

.pricing-sales-cta .primary-cta {
  min-width: 340px;
  min-height: 70px;
  border-radius: 16px;
  background: var(--violet);
  color: #fff;
  box-shadow: 0 18px 36px rgba(85, 72, 235, 0.24);
  font-size: 20px;
}

.pricing-sales-cta .direct-contact {
  margin: 36px auto 0;
  color: #52627e;
  font-size: 18px;
}

.pricing-sales-cta .direct-contact a {
  color: var(--violet);
  font-weight: 900;
}

.compact-faq .faq-item button {
  min-height: 72px;
  font-size: 16px;
}

.compact-faq .faq-item p {
  font-size: 15px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.blog-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 24, 42, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(16, 24, 42, 0.09);
}

.blog-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  background: #dfe5ff;
  color: #7b83f2;
  font-size: 40px;
}

.blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card > div:not(.blog-thumb) {
  padding: 24px;
}

.blog-card h3 {
  margin: 0 0 12px;
  color: #08132c;
  font-size: 18px;
  line-height: 1.28;
}

.blog-card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 78px;
  margin: 0 0 18px;
  color: #61718b;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #8190aa;
  font-size: 13px;
}

.blog-meta strong {
  color: #121a2c;
}

.tag {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef2ff;
  color: var(--violet);
  font-size: 12px;
  font-weight: 900;
}

.pagination-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 44px;
}

.pagination-row span {
  min-width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #65748d;
  font-size: 13px;
}

.pagination-row span.active {
  background: var(--violet);
  color: #fff;
}

.pagination-row a {
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #65748d;
  font-size: 13px;
  font-weight: 900;
}

.pagination-row a.active {
  border-color: var(--violet);
  background: var(--violet);
  color: #fff;
}

.pagination-row a:hover {
  border-color: var(--violet);
  background: var(--violet);
  color: #fff;
}

.pagination-row a.page-step {
  width: auto;
  min-width: 78px;
  padding: 0 16px;
  border-radius: 999px;
}

.pagination-row a.disabled {
  pointer-events: none;
  opacity: 0.42;
}

.pagination-row .page-ellipsis {
  min-width: 24px;
  height: 34px;
  color: #94a0b6;
  font-weight: 900;
}

.blog-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 48px;
  align-items: start;
}

.article-main h1 {
  max-width: 880px;
  margin: 0 0 26px;
  color: #11182b;
  font-size: 46px;
  line-height: 1.12;
  font-weight: 900;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 34px;
}

.calendar-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e6ebff;
  color: #6259f4;
  font-size: 22px;
}

.article-meta strong {
  display: block;
  color: #11182b;
  font-size: 19px;
  font-weight: 900;
}

.article-meta p {
  margin: 3px 0 0;
  color: #8290aa;
}

.article-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 390px;
  margin-bottom: 34px;
  border-radius: 24px;
  background: #dfe5ff;
  color: #95a0fb;
  font-size: 74px;
}

.article-cover img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.article-body {
  color: #17243a;
  font-size: 18px;
  line-height: 1.65;
}

.article-body h2 {
  margin: 34px 0 18px;
  color: #11182b;
  font-size: 28px;
  font-weight: 900;
}

.article-body p {
  margin: 0 0 18px;
}

.article-body ol {
  padding-left: 22px;
}

.article-body li {
  margin-bottom: 14px;
}

.article-table {
  width: 100%;
  overflow: hidden;
  margin: 22px 0 34px;
  border-collapse: collapse;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(17, 24, 43, 0.06);
}

.article-table td {
  padding: 14px 16px;
  border: 1px solid #dfe6f2;
  text-align: center;
}

.article-table th {
  padding: 14px 16px;
  border: 1px solid #dfe6f2;
  text-align: center;
  background: #4c73aa;
  color: #fff;
  text-transform: uppercase;
}

.article-table td:first-child {
  text-align: left;
}

.article-table th:first-child {
  text-align: left;
}

.article-action {
  margin-top: 36px;
  padding: 26px;
  border-radius: 8px;
  background: #f1f5fb;
  text-align: center;
}

.article-action strong {
  display: block;
  margin-bottom: 22px;
}

.article-action a {
  display: inline-flex;
  min-width: 150px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  border-radius: 6px;
  background: #0c65c9;
  color: #fff;
  font-weight: 900;
}

.article-action a.green {
  background: #27a361;
}

.article-side {
  position: sticky;
  top: 108px;
}

.article-side h2 {
  margin: 0 0 24px;
  color: #11182b;
  font-size: 24px;
  font-weight: 900;
}

.side-article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 110px;
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.side-article span {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dfe5ff;
  color: #7b83f2;
  font-size: 28px;
}

.side-article img {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  object-fit: cover;
}

.side-article h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 8px;
  color: #11182b;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.side-article p {
  margin: 0;
  color: #8290aa;
}

.faq-side .side-article {
  display: block;
  min-height: 0;
  padding: 18px 20px;
}

.faq-side .side-article h3 {
  -webkit-line-clamp: 3;
  margin-bottom: 10px;
  font-size: 16px;
}

.back-blog {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  border-radius: 8px;
  background: var(--violet);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.newsletter-section {
  padding: 78px 0;
  text-align: center;
  background: var(--violet);
  color: #fff;
}

.newsletter-section h2 {
  margin: 0 0 22px;
  font-size: 38px;
  font-weight: 900;
}

.newsletter-section p {
  margin: 0 0 34px;
  color: #eeedff;
  font-size: 18px;
}

.newsletter-section form {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.newsletter-section input {
  min-height: 60px;
  border: 0;
  border-radius: 14px;
  font: inherit;
  width: min(460px, 100%);
  padding: 0 24px;
  color: #11182b;
}

.newsletter-section button {
  min-height: 60px;
  border: 0;
  border-radius: 14px;
  font: inherit;
  min-width: 160px;
  color: var(--violet);
  background: #fff;
  font-weight: 900;
}

.newsletter {
  padding: 64px 0;
  text-align: center;
  background: var(--violet);
  color: #fff;
}

.newsletter p {
  color: #e8e6ff;
}

.newsletter form {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.newsletter input {
  width: min(360px, 70vw);
  height: 42px;
  border: 0;
  border-radius: 9px;
  padding: 0 16px;
}

.newsletter button {
  height: 42px;
  border: 0;
  border-radius: 9px;
  padding: 0 18px;
  background: #fff;
  color: var(--violet);
  font-weight: 900;
}

.faq-tabs {
  display: flex;
  gap: 26px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 36px;
  color: #59687f;
  font-weight: 800;
}

.faq-tabs span.active {
  color: var(--violet);
}

.faq-tabs a.active {
  color: var(--violet);
}

.doc-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.doc-sidebar {
  position: sticky;
  top: 116px;
  align-self: start;
  max-height: calc(100vh - 132px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 8px 0 18px;
  scrollbar-width: thin;
}

.doc-sidebar::-webkit-scrollbar {
  width: 6px;
}

.doc-sidebar::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #d6deec;
}

.doc-sidebar h3 {
  margin: 0 0 4px;
  font-size: 16px;
  color: #0d1428;
  font-weight: 900;
}

.doc-sidebar > p {
  margin: 0 0 16px;
  color: #8b96ab;
  font-size: 11px;
  font-weight: 800;
}

.doc-mobile-summary {
  display: none;
}

.doc-sidebar a {
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  color: #6b7890;
  font-size: 12px;
  line-height: 1.35;
}

.doc-menu {
  display: grid;
  gap: 2px;
}

.doc-menu-group {
  position: relative;
  margin: 2px 0 4px;
}

.doc-menu-title {
  padding-right: 34px !important;
  color: #38465c !important;
  font-weight: 800;
}

.doc-menu-toggle {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
}

.doc-menu-toggle::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #77849a;
  border-bottom: 2px solid #77849a;
  transform: rotate(45deg) translate(-1px, -1px);
  transition: transform 0.15s ease;
}

.doc-menu-toggle:hover {
  background: #f2f5fb;
}

.doc-menu-group.is-collapsed .doc-menu-toggle::before {
  transform: rotate(-45deg) translate(-1px, -1px);
}

.doc-menu-group.is-collapsed .doc-submenu {
  display: none;
}

.doc-submenu {
  display: grid;
  gap: 1px;
  margin: 1px 0 6px 10px;
  padding-left: 10px;
  border-left: 1px solid #e7edf7;
}

.doc-sidebar .doc-submenu a {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #7b8799;
  font-size: 11px;
}

.doc-sidebar a:hover {
  background: #eef2ff;
  color: var(--violet);
}

.doc-sidebar a.active {
  background: #eef2ff;
  color: var(--violet);
}

.doc-content {
  max-width: 1060px;
  min-width: 0;
}

.doc-topic {
  display: none;
}

.doc-topic.is-active {
  display: block;
}

.doc-content section {
  padding-bottom: 52px;
  border-bottom: 1px solid #eef2f7;
  margin-bottom: 52px;
}

.doc-content h1 {
  margin: 0 0 18px;
  color: #08132c;
  font-weight: 900;
  font-size: 32px;
}

.doc-content h2 {
  margin: 0 0 18px;
  color: #08132c;
  font-weight: 900;
  font-size: 28px;
}

.doc-content p {
  color: #4f5f77;
}

.doc-content li {
  color: #4f5f77;
}

.doc-content h3 {
  margin: 22px 0 10px;
  color: #11182b;
  font-size: 18px;
}

.doc-note {
  margin: 22px 0;
  padding: 18px 20px;
  border-radius: 8px;
  background: #f4f7ff;
  color: #4f5f77;
}

.doc-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.doc-card-grid article {
  padding: 18px;
  border: 1px solid #e4eaf4;
  border-radius: 8px;
  background: #fff;
}

.doc-card-grid h3 {
  margin-top: 0;
}

.doc-content pre {
  overflow: auto;
  padding: 18px;
  border-radius: 8px;
  background: #0c1428;
  color: #e5e9f6;
}

.doc-page {
  position: relative;
}

.doc-page .doc-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
  min-height: calc(100vh - 82px);
}

.doc-page .doc-sidebar {
  position: sticky;
  top: 104px;
  z-index: 20;
  width: auto;
  max-height: calc(100vh - 126px);
  background: #fff;
}

.doc-page .doc-content {
  margin-left: 0;
  max-width: 980px;
  min-width: 0;
  min-height: 70vh;
}

.doc-page .doc-content section {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.doc-table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
}

.doc-content table {
  max-width: 100%;
}

.doc-table td {
  padding: 12px 14px;
  border: 1px solid #e4eaf4;
  text-align: left;
}

.doc-table th {
  padding: 12px 14px;
  border: 1px solid #e4eaf4;
  text-align: left;
  background: #edf3ff;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 28px;
  max-width: 760px;
  margin: 42px auto;
}

.contact-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.contact-card i {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #eef2ff;
  color: var(--violet);
  margin-bottom: 18px;
  font-size: 22px;
}

.support-box {
  max-width: 760px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 14px;
  background: #f5f8fc;
  text-align: left;
}

.support-box ul {
  margin: 12px 0 0;
  padding-left: 20px;
  color: #5d6b83;
}

@media (max-width: 1280px) {
  .site-container {
    width: min(1120px, 84vw);
  }
}

@media (max-width: 1280px) {
  .header-inner {
    gap: 24px;
  }
}

@media (max-width: 1280px) {
  .brand {
    min-width: 170px;
    font-size: 26px;
  }
}

@media (max-width: 1280px) {
  .main-nav > ul {
    gap: 20px;
  }
}

@media (max-width: 1280px) {
  .main-nav a {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .header-actions {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }
}

@media (max-width: 1280px) {
  .developer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }
}

@media (max-width: 1280px) {
  .hero-copy h1 {
    font-size: 78px;
  }
}

@media (max-width: 1280px) {
  .hero-copy p {
    font-size: 19px;
  }
}

@media (max-width: 1280px) {
  .developer-grid p {
    font-size: 19px;
  }
}

@media (max-width: 1280px) {
  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1280px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1280px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 960px) {
  .site-container {
    width: calc(100% - 28px);
  }
}

@media (max-width: 960px) {
  .header-inner {
    min-height: 76px;
    justify-content: space-between;
  }
}

@media (max-width: 960px) {
  .brand {
    min-width: 0;
    font-size: 24px;
  }
}

@media (max-width: 960px) {
  .brand img {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 960px) {
  .mobile-toggle {
    display: block;
    order: 3;
  }
}

@media (max-width: 960px) {
  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    display: none;
    padding: 12px 18px 22px;
    border-bottom: 1px solid var(--line);
    background: #fff;
  }
}

@media (max-width: 960px) {
  .main-nav.open {
    display: block;
  }
}

@media (max-width: 960px) {
  .main-nav > ul {
    display: block;
  }
}

@media (max-width: 960px) {
  .main-nav li + li {
    margin-top: 6px;
  }
}

@media (max-width: 960px) {
  .main-nav a {
    width: 100%;
    min-height: 42px;
  }
}

@media (max-width: 960px) {
  .sub-menu {
    position: static;
    display: block;
    width: auto;
    min-width: 0;
    max-width: none;
    padding: 0 0 6px 16px !important;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: none;
  }
}

@media (max-width: 960px) {
  .sub-menu:has(li:nth-child(2)) {
    position: static;
    display: block;
    width: auto;
    min-width: 0;
    max-width: none;
    grid-template-columns: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
}

@media (max-width: 960px) {
  .sub-menu:has(li:nth-child(4)) {
    position: static;
    display: block;
    width: auto;
    min-width: 0;
    max-width: none;
    grid-template-columns: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
}

@media (max-width: 960px) {
  .main-nav > ul > li > .sub-menu {
    position: static;
    display: block;
    width: auto;
    min-width: 0;
    max-width: none;
    grid-template-columns: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
}

@media (max-width: 960px) {
  .main-nav li:hover > .sub-menu {
    position: static;
    display: block;
    width: auto;
    min-width: 0;
    max-width: none;
    grid-template-columns: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
}

@media (max-width: 960px) {
  .main-nav li:focus-within > .sub-menu {
    position: static;
    display: block;
    width: auto;
    min-width: 0;
    max-width: none;
    grid-template-columns: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
}

@media (max-width: 960px) {
  .sub-menu::before {
    display: none;
  }
}

@media (max-width: 960px) {
  .sub-menu::after {
    display: none;
  }
}

@media (max-width: 960px) {
  .sub-menu a::before {
    display: none;
  }
}

@media (max-width: 960px) {
  .sub-menu li + li {
    margin-top: 2px;
  }
}

@media (max-width: 960px) {
  .header-actions {
    order: 2;
    display: flex;
    margin-left: auto;
    gap: 0;
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  .header-actions .login-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 8px;
  }
}

@media (max-width: 960px) {
  .header-actions .signup-link {
    display: none;
  }
}

@media (max-width: 960px) {
  .hero-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  .coverage-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  .pricing-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  .developer-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  .faq-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  .usecase-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  .testimonial-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  .contact-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .developer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .hero-copy h1 {
    font-size: 62px;
  }
}

@media (max-width: 960px) {
  .primary-cta.dark {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 960px) {
  .hero-actions-inline {
    flex-wrap: wrap;
  }
}

@media (max-width: 960px) {
  .hero-actions-inline .primary-cta.dark {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 960px) {
  .hero-actions-inline .secondary-cta {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 960px) {
  .hero-media {
    border-radius: 30px;
  }
}

@media (max-width: 960px) {
  .hero-media img {
    border-radius: 22px;
  }
}

@media (max-width: 960px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .usecase-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .home-blog-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .blog-detail-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .legal-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .inner-hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .doc-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .feature-grid.resi-usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .article-side {
    position: static;
  }
}

@media (max-width: 960px) {
  .legal-side {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 960px) {
  .legal-side strong {
    grid-column: 1 / -1;
    margin-bottom: 4px;
  }
}

@media (max-width: 960px) {
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 960px) {
  .newsletter-section form {
    flex-direction: column;
  }
}

@media (max-width: 960px) {
  .doc-sidebar {
    position: static;
  }
}

@media (max-width: 960px) {
  .doc-page {
    padding: 26px 0 56px;
  }
}

@media (max-width: 960px) {
  .doc-page .doc-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    min-width: 0;
    min-height: auto;
  }
}

@media (max-width: 960px) {
  .doc-page .doc-sidebar {
    position: static;
    width: auto;
    min-width: 0;
    max-width: 100%;
    max-height: none;
    overflow: visible;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(13, 20, 40, 0.08);
  }
}

@media (max-width: 960px) {
  .doc-mobile-summary {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 0;
    border-radius: 14px;
    padding: 11px 16px;
    background: #fff;
    color: var(--ink);
    text-align: left;
    overflow: hidden;
    cursor: pointer;
  }
}

@media (max-width: 960px) {
  .doc-mobile-summary::after {
    content: "";
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    border-right: 2px solid #6c7790;
    border-bottom: 2px solid #6c7790;
    transform: rotate(45deg) translate(-2px, -2px);
    transition: transform 0.18s ease;
  }
}

@media (max-width: 960px) {
  .doc-sidebar.is-open .doc-mobile-summary::after {
    transform: rotate(225deg) translate(-2px, -2px);
  }
}

@media (max-width: 960px) {
  .doc-mobile-label {
    display: block;
    flex: 0 0 auto;
    color: #8b96ab;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
}

@media (max-width: 960px) {
  .doc-mobile-current {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 2px;
    color: #11182b;
    font-size: 15px;
    font-weight: 900;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 960px) {
  .doc-sidebar .doc-menu {
    display: none;
  }
}

@media (max-width: 960px) {
  .doc-sidebar.is-open h3 {
    display: block;
  }
}

@media (max-width: 960px) {
  .doc-sidebar.is-open > p {
    display: block;
  }
}

@media (max-width: 960px) {
  .doc-sidebar.is-open .doc-menu {
    display: grid;
  }
}

@media (max-width: 960px) {
  .doc-sidebar.is-open {
    padding-bottom: 12px;
  }
}

@media (max-width: 960px) {
  .doc-sidebar h3 {
    display: none;
    margin: 10px 16px 2px;
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  .doc-sidebar > p {
    display: none;
    margin: 0 16px 12px;
  }
}

@media (max-width: 960px) {
  .doc-menu {
    padding: 0 10px 2px;
  }
}

@media (max-width: 960px) {
  .doc-sidebar a {
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 9px 12px;
    font-size: 13px;
  }
}

@media (max-width: 960px) {
  .doc-menu-title {
    padding-right: 44px !important;
  }
}

@media (max-width: 960px) {
  .doc-menu-toggle {
    top: 0;
    right: 4px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 960px) {
  .doc-submenu {
    margin-left: 13px;
    padding-left: 9px;
  }
}

@media (max-width: 960px) {
  .doc-sidebar .doc-submenu a {
    min-height: 36px;
    font-size: 12px;
  }
}

@media (max-width: 960px) {
  .doc-page .doc-content {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    margin-left: 0;
    max-width: none;
  }
}

@media (max-width: 960px) {
  .price-card {
    min-height: 0;
  }
}

@media (max-width: 960px) {
  .price-card.featured {
    min-height: 0;
  }
}

@media (max-width: 960px) {
  .testimonial-track article {
    flex-basis: 100%;
  }
}

@media (max-width: 960px) {
  .slider-btn.prev {
    left: 6px;
  }
}

@media (max-width: 960px) {
  .slider-btn.next {
    right: 6px;
  }
}

@media (max-width: 640px) {
  .hero-copy h1 {
    font-size: 46px;
  }
}

@media (max-width: 640px) {
  .section-heading h2 {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  .contact-section h2 {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  .developer-grid h2 {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  .legal-hero h1 {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  .legal-card {
    padding: 30px 22px;
    border-radius: 18px;
  }
}

@media (max-width: 640px) {
  .legal-copy {
    font-size: 15.5px;
  }
}

@media (max-width: 640px) {
  .legal-copy h2 {
    margin-top: 38px;
    padding-left: 18px;
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .legal-copy h2::before {
    top: 22px;
    height: 24px;
  }
}

@media (max-width: 640px) {
  .legal-copy h3 {
    padding: 11px 12px 11px 36px;
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .legal-copy h3::before {
    left: 15px;
  }
}

@media (max-width: 640px) {
  .legal-copy > p:first-child {
    padding: 18px;
  }
}

@media (max-width: 640px) {
  .legal-copy .legal-alert {
    padding: 18px;
  }
}

@media (max-width: 640px) {
  .footer-bottom div {
    gap: 20px;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .hero-copy p {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .section-heading p {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .contact-section p {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .developer-grid p {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .metric-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .home-blog-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .mini-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .country-grid {
    max-width: 620px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .pricing-tabs {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .feature-grid.resi-usecase-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pricing-tabs button {
    min-width: 0;
    width: 50%;
    font-size: 17px;
  }
}

@media (max-width: 640px) {
  .country-card {
    padding: 28px;
  }
}

@media (max-width: 640px) {
  .price-card {
    padding: 28px;
  }
}

@media (max-width: 640px) {
  .usecase-grid article {
    padding: 28px;
  }
}

@media (max-width: 640px) {
  .testimonial-track article {
    padding: 28px;
  }
}

@media (max-width: 640px) {
  .code-card {
    padding: 28px;
  }
}

@media (max-width: 640px) {
  .price-card strong {
    font-size: 50px;
  }
}

@media (max-width: 640px) {
  .faq-item button {
    min-height: 92px;
    padding: 0 24px;
    font-size: 19px;
  }
}

@media (max-width: 640px) {
  .faq-item p {
    margin: -12px 24px 26px;
  }
}

@media (max-width: 640px) {
  .faq-entry .faq-answer {
    margin: -12px 24px 26px;
  }
}

@media (max-width: 640px) {
  .faq-hero h1 {
    font-size: 42px;
  }
}

@media (max-width: 640px) {
  .doc-page {
    padding: 18px 0 44px;
  }
}

@media (max-width: 640px) {
  .doc-page .doc-layout {
    gap: 18px;
  }
}

@media (max-width: 640px) {
  .doc-mobile-summary {
    min-height: 54px;
    padding: 10px 14px;
  }
}

@media (max-width: 640px) {
  .doc-mobile-current {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .doc-sidebar h3 {
    margin-left: 14px;
    margin-right: 14px;
  }
}

@media (max-width: 640px) {
  .doc-sidebar > p {
    margin-left: 14px;
    margin-right: 14px;
  }
}

@media (max-width: 640px) {
  .doc-menu {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 640px) {
  .doc-content h1 {
    font-size: 28px;
    line-height: 1.15;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

@media (max-width: 640px) {
  .doc-content h2 {
    font-size: 24px;
    line-height: 1.2;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

@media (max-width: 640px) {
  .doc-content h3 {
    font-size: 17px;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .doc-content p {
    font-size: 14px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .doc-content li {
    font-size: 14px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .doc-note {
    margin: 16px 0;
    padding: 14px 16px;
  }
}

@media (max-width: 640px) {
  .doc-card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 640px) {
  .doc-card-grid article {
    padding: 15px;
  }
}

@media (max-width: 640px) {
  .doc-content pre {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 14px;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .doc-table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .doc-content table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .doc-table th {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.45;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .doc-table td {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.45;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .doc-content table th {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.45;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .doc-content table td {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.45;
    white-space: nowrap;
  }
}

/* === Page layout: home === */

:where(body.page-home) .layui-unselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

:where(body.page-home) .layui-elip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:where(body.page-home) blockquote {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

:where(body.page-home) dd {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

:where(body.page-home) div {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

:where(body.page-home) dl {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

:where(body.page-home) dt {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

:where(body.page-home) form {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

:where(body.page-home) h1 {
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

:where(body.page-home) h2 {
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

:where(body.page-home) h3 {
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

:where(body.page-home) ol {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

:where(body.page-home) p {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

:where(body.page-home) td {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

:where(body.page-home) th {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

:where(body.page-home) ul {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

:where(body.page-home) a:active {
  outline: 0;
}

:where(body.page-home) li {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  list-style: none;
}

:where(body.page-home) table {
  border-collapse: collapse;
  border-spacing: 0;
}

:where(body.page-home) h4 {
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-size: 100%;
}

:where(body.page-home) h5 {
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-size: 100%;
}

:where(body.page-home) h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-size: 100%;
}

:where(body.page-home) button {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

:where(body.page-home) input {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

:where(body.page-home) optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

:where(body.page-home) option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

:where(body.page-home) select {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

:where(body.page-home) textarea {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

:where(body.page-home) pre {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

:where(body.page-home) a:hover {
  outline: 0;
  color: #777;
}

:where(body.page-home) a cite {
  font-style: normal;
  *cursor: pointer;
}

:where(body.page-home) .layui-border-box {
  box-sizing: border-box;
}

:where(body.page-home) .layui-border-box * {
  box-sizing: border-box;
}

:where(body.page-home) .layui-box {
  box-sizing: content-box;
}

:where(body.page-home) .layui-box * {
  box-sizing: content-box;
}

:where(body.page-home) .layui-clear {
  clear: both;
  *zoom: 1;
}

:where(body.page-home) .layui-clear:after {
  content: '\20';
  clear: both;
  *zoom: 1;
  display: block;
  height: 0;
}

:where(body.page-home) .layui-inline {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

:where(body.page-home) .layui-edge {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: dashed;
  border-color: transparent;
}

:where(body.page-home) .layui-edge-top {
  top: -4px;
  border-bottom-color: #999;
  border-bottom-style: solid;
}

:where(body.page-home) .layui-edge-right {
  border-left-color: #999;
  border-left-style: solid;
}

:where(body.page-home) .layui-edge-bottom {
  top: 2px;
  border-top-color: #999;
  border-top-style: solid;
}

:where(body.page-home) .layui-edge-left {
  border-right-color: #999;
  border-right-style: solid;
}

:where(body.page-home) .layui-disabled {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  color: #d2d2d2!important;
  cursor: not-allowed!important;
}

:where(body.page-home) .layui-disabled:hover {
  color: #d2d2d2!important;
  cursor: not-allowed!important;
}

:where(body.page-home) .layui-circle {
  border-radius: 100%;
}

:where(body.page-home) .layui-show {
  display: block!important;
}

:where(body.page-home) .layui-hide {
  display: none!important;
}

:where(body.page-home) .layui-icon {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-family: layui-icon!important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:where(body.page-home) .layui-icon-reply-fill:before {
  content: "\e611";
}

:where(body.page-home) .layui-icon-set-fill:before {
  content: "\e614";
}

:where(body.page-home) .layui-icon-menu-fill:before {
  content: "\e60f";
}

:where(body.page-home) .layui-icon-search:before {
  content: "\e615";
}

:where(body.page-home) .layui-icon-share:before {
  content: "\e641";
}

:where(body.page-home) .layui-icon-set-sm:before {
  content: "\e620";
}

:where(body.page-home) .layui-icon-engine:before {
  content: "\e628";
}

:where(body.page-home) .layui-icon-close:before {
  content: "\1006";
}

:where(body.page-home) .layui-icon-close-fill:before {
  content: "\1007";
}

:where(body.page-home) .layui-icon-chart-screen:before {
  content: "\e629";
}

:where(body.page-home) .layui-icon-star:before {
  content: "\e600";
}

:where(body.page-home) .layui-icon-circle-dot:before {
  content: "\e617";
}

:where(body.page-home) .layui-icon-chat:before {
  content: "\e606";
}

:where(body.page-home) .layui-icon-release:before {
  content: "\e609";
}

:where(body.page-home) .layui-icon-list:before {
  content: "\e60a";
}

:where(body.page-home) .layui-icon-chart:before {
  content: "\e62c";
}

:where(body.page-home) .layui-icon-ok-circle:before {
  content: "\1005";
}

:where(body.page-home) .layui-icon-layim-theme:before {
  content: "\e61b";
}

:where(body.page-home) .layui-icon-table:before {
  content: "\e62d";
}

:where(body.page-home) .layui-icon-right:before {
  content: "\e602";
}

:where(body.page-home) .layui-icon-left:before {
  content: "\e603";
}

:where(body.page-home) .layui-icon-cart-simple:before {
  content: "\e698";
}

:where(body.page-home) .layui-icon-face-cry:before {
  content: "\e69c";
}

:where(body.page-home) .layui-icon-face-smile:before {
  content: "\e6af";
}

:where(body.page-home) .layui-icon-survey:before {
  content: "\e6b2";
}

:where(body.page-home) .layui-icon-tree:before {
  content: "\e62e";
}

:where(body.page-home) .layui-icon-ie:before {
  content: "\e7bb";
}

:where(body.page-home) .layui-icon-upload-circle:before {
  content: "\e62f";
}

:where(body.page-home) .layui-icon-add-circle:before {
  content: "\e61f";
}

:where(body.page-home) .layui-icon-download-circle:before {
  content: "\e601";
}

:where(body.page-home) .layui-icon-templeate-1:before {
  content: "\e630";
}

:where(body.page-home) .layui-icon-util:before {
  content: "\e631";
}

:where(body.page-home) .layui-icon-face-surprised:before {
  content: "\e664";
}

:where(body.page-home) .layui-icon-edit:before {
  content: "\e642";
}

:where(body.page-home) .layui-icon-speaker:before {
  content: "\e645";
}

:where(body.page-home) .layui-icon-down:before {
  content: "\e61a";
}

:where(body.page-home) .layui-icon-file:before {
  content: "\e621";
}

:where(body.page-home) .layui-icon-layouts:before {
  content: "\e632";
}

:where(body.page-home) .layui-icon-rate-half:before {
  content: "\e6c9";
}

:where(body.page-home) .layui-icon-add-circle-fine:before {
  content: "\e608";
}

:where(body.page-home) .layui-icon-prev-circle:before {
  content: "\e633";
}

:where(body.page-home) .layui-icon-read:before {
  content: "\e705";
}

:where(body.page-home) .layui-icon-404:before {
  content: "\e61c";
}

:where(body.page-home) .layui-icon-carousel:before {
  content: "\e634";
}

:where(body.page-home) .layui-icon-help:before {
  content: "\e607";
}

:where(body.page-home) .layui-icon-code-circle:before {
  content: "\e635";
}

:where(body.page-home) .layui-icon-windows:before {
  content: "\e67f";
}

:where(body.page-home) .layui-icon-water:before {
  content: "\e636";
}

:where(body.page-home) .layui-icon-username:before {
  content: "\e66f";
}

:where(body.page-home) .layui-icon-find-fill:before {
  content: "\e670";
}

:where(body.page-home) .layui-icon-about:before {
  content: "\e60b";
}

:where(body.page-home) .layui-icon-location:before {
  content: "\e715";
}

:where(body.page-home) .layui-icon-up:before {
  content: "\e619";
}

:where(body.page-home) .layui-icon-pause:before {
  content: "\e651";
}

:where(body.page-home) .layui-icon-date:before {
  content: "\e637";
}

:where(body.page-home) .layui-icon-layim-uploadfile:before {
  content: "\e61d";
}

:where(body.page-home) .layui-icon-delete:before {
  content: "\e640";
}

:where(body.page-home) .layui-icon-play:before {
  content: "\e652";
}

:where(body.page-home) .layui-icon-top:before {
  content: "\e604";
}

:where(body.page-home) .layui-icon-firefox:before {
  content: "\e686";
}

:where(body.page-home) .layui-icon-friends:before {
  content: "\e612";
}

:where(body.page-home) .layui-icon-refresh-3:before {
  content: "\e9aa";
}

:where(body.page-home) .layui-icon-ok:before {
  content: "\e605";
}

:where(body.page-home) .layui-icon-layer:before {
  content: "\e638";
}

:where(body.page-home) .layui-icon-face-smile-fine:before {
  content: "\e60c";
}

:where(body.page-home) .layui-icon-dollar:before {
  content: "\e659";
}

:where(body.page-home) .layui-icon-group:before {
  content: "\e613";
}

:where(body.page-home) .layui-icon-layim-download:before {
  content: "\e61e";
}

:where(body.page-home) .layui-icon-picture-fine:before {
  content: "\e60d";
}

:where(body.page-home) .layui-icon-link:before {
  content: "\e64c";
}

:where(body.page-home) .layui-icon-diamond:before {
  content: "\e735";
}

:where(body.page-home) .layui-icon-log:before {
  content: "\e60e";
}

:where(body.page-home) .layui-icon-key:before {
  content: "\e683";
}

:where(body.page-home) .layui-icon-rate-solid:before {
  content: "\e67a";
}

:where(body.page-home) .layui-icon-fonts-del:before {
  content: "\e64f";
}

:where(body.page-home) .layui-icon-unlink:before {
  content: "\e64d";
}

:where(body.page-home) .layui-icon-fonts-clear:before {
  content: "\e639";
}

:where(body.page-home) .layui-icon-triangle-r:before {
  content: "\e623";
}

:where(body.page-home) .layui-icon-circle:before {
  content: "\e63f";
}

:where(body.page-home) .layui-icon-radio:before {
  content: "\e643";
}

:where(body.page-home) .layui-icon-align-center:before {
  content: "\e647";
}

:where(body.page-home) .layui-icon-align-right:before {
  content: "\e648";
}

:where(body.page-home) .layui-icon-align-left:before {
  content: "\e649";
}

:where(body.page-home) .layui-icon-loading-1:before {
  content: "\e63e";
}

:where(body.page-home) .layui-icon-return:before {
  content: "\e65c";
}

:where(body.page-home) .layui-icon-fonts-strong:before {
  content: "\e62b";
}

:where(body.page-home) .layui-icon-upload:before {
  content: "\e67c";
}

:where(body.page-home) .layui-icon-dialogue:before {
  content: "\e63a";
}

:where(body.page-home) .layui-icon-video:before {
  content: "\e6ed";
}

:where(body.page-home) .layui-icon-headset:before {
  content: "\e6fc";
}

:where(body.page-home) .layui-icon-cellphone-fine:before {
  content: "\e63b";
}

:where(body.page-home) .layui-icon-add-1:before {
  content: "\e654";
}

:where(body.page-home) .layui-icon-face-smile-b:before {
  content: "\e650";
}

:where(body.page-home) .layui-icon-fonts-html:before {
  content: "\e64b";
}

:where(body.page-home) .layui-icon-screen-full:before {
  content: "\e622";
}

:where(body.page-home) .layui-icon-form:before {
  content: "\e63c";
}

:where(body.page-home) .layui-icon-cart:before {
  content: "\e657";
}

:where(body.page-home) .layui-icon-camera-fill:before {
  content: "\e65d";
}

:where(body.page-home) .layui-icon-tabs:before {
  content: "\e62a";
}

:where(body.page-home) .layui-icon-heart-fill:before {
  content: "\e68f";
}

:where(body.page-home) .layui-icon-fonts-code:before {
  content: "\e64e";
}

:where(body.page-home) .layui-icon-ios:before {
  content: "\e680";
}

:where(body.page-home) .layui-icon-at:before {
  content: "\e687";
}

:where(body.page-home) .layui-icon-fire:before {
  content: "\e756";
}

:where(body.page-home) .layui-icon-set:before {
  content: "\e716";
}

:where(body.page-home) .layui-icon-fonts-u:before {
  content: "\e646";
}

:where(body.page-home) .layui-icon-triangle-d:before {
  content: "\e625";
}

:where(body.page-home) .layui-icon-tips:before {
  content: "\e702";
}

:where(body.page-home) .layui-icon-picture:before {
  content: "\e64a";
}

:where(body.page-home) .layui-icon-more-vertical:before {
  content: "\e671";
}

:where(body.page-home) .layui-icon-bluetooth:before {
  content: "\e689";
}

:where(body.page-home) .layui-icon-flag:before {
  content: "\e66c";
}

:where(body.page-home) .layui-icon-loading:before {
  content: "\e63d";
}

:where(body.page-home) .layui-icon-fonts-i:before {
  content: "\e644";
}

:where(body.page-home) .layui-icon-refresh-1:before {
  content: "\e666";
}

:where(body.page-home) .layui-icon-rmb:before {
  content: "\e65e";
}

:where(body.page-home) .layui-icon-addition:before {
  content: "\e624";
}

:where(body.page-home) .layui-icon-home:before {
  content: "\e68e";
}

:where(body.page-home) .layui-icon-time:before {
  content: "\e68d";
}

:where(body.page-home) .layui-icon-user:before {
  content: "\e770";
}

:where(body.page-home) .layui-icon-notice:before {
  content: "\e667";
}

:where(body.page-home) .layui-icon-chrome:before {
  content: "\e68a";
}

:where(body.page-home) .layui-icon-edge:before {
  content: "\e68b";
}

:where(body.page-home) .layui-icon-login-weibo:before {
  content: "\e675";
}

:where(body.page-home) .layui-icon-voice:before {
  content: "\e688";
}

:where(body.page-home) .layui-icon-upload-drag:before {
  content: "\e681";
}

:where(body.page-home) .layui-icon-login-qq:before {
  content: "\e676";
}

:where(body.page-home) .layui-icon-snowflake:before {
  content: "\e6b1";
}

:where(body.page-home) .layui-icon-heart:before {
  content: "\e68c";
}

:where(body.page-home) .layui-icon-logout:before {
  content: "\e682";
}

:where(body.page-home) .layui-icon-file-b:before {
  content: "\e655";
}

:where(body.page-home) .layui-icon-template:before {
  content: "\e663";
}

:where(body.page-home) .layui-icon-transfer:before {
  content: "\e691";
}

:where(body.page-home) .layui-icon-auz:before {
  content: "\e672";
}

:where(body.page-home) .layui-icon-console:before {
  content: "\e665";
}

:where(body.page-home) .layui-icon-app:before {
  content: "\e653";
}

:where(body.page-home) .layui-icon-prev:before {
  content: "\e65a";
}

:where(body.page-home) .layui-icon-website:before {
  content: "\e7ae";
}

:where(body.page-home) .layui-icon-next:before {
  content: "\e65b";
}

:where(body.page-home) .layui-icon-component:before {
  content: "\e857";
}

:where(body.page-home) .layui-icon-android:before {
  content: "\e684";
}

:where(body.page-home) .layui-icon-more:before {
  content: "\e65f";
}

:where(body.page-home) .layui-icon-login-wechat:before {
  content: "\e677";
}

:where(body.page-home) .layui-icon-shrink-right:before {
  content: "\e668";
}

:where(body.page-home) .layui-icon-spread-left:before {
  content: "\e66b";
}

:where(body.page-home) .layui-icon-camera:before {
  content: "\e660";
}

:where(body.page-home) .layui-icon-note:before {
  content: "\e66e";
}

:where(body.page-home) .layui-icon-refresh:before {
  content: "\e669";
}

:where(body.page-home) .layui-icon-female:before {
  content: "\e661";
}

:where(body.page-home) .layui-icon-male:before {
  content: "\e662";
}

:where(body.page-home) .layui-icon-screen-restore:before {
  content: "\e758";
}

:where(body.page-home) .layui-icon-password:before {
  content: "\e673";
}

:where(body.page-home) .layui-icon-senior:before {
  content: "\e674";
}

:where(body.page-home) .layui-icon-theme:before {
  content: "\e66a";
}

:where(body.page-home) .layui-icon-tread:before {
  content: "\e6c5";
}

:where(body.page-home) .layui-icon-praise:before {
  content: "\e6c6";
}

:where(body.page-home) .layui-icon-star-fill:before {
  content: "\e658";
}

:where(body.page-home) .layui-icon-rate:before {
  content: "\e67b";
}

:where(body.page-home) .layui-icon-template-1:before {
  content: "\e656";
}

:where(body.page-home) .layui-icon-vercode:before {
  content: "\e679";
}

:where(body.page-home) .layui-icon-service:before {
  content: "\e626";
}

:where(body.page-home) .layui-icon-cellphone:before {
  content: "\e678";
}

:where(body.page-home) .layui-icon-print:before {
  content: "\e66d";
}

:where(body.page-home) .layui-icon-cols:before {
  content: "\e610";
}

:where(body.page-home) .layui-icon-wifi:before {
  content: "\e7e0";
}

:where(body.page-home) .layui-icon-export:before {
  content: "\e67d";
}

:where(body.page-home) .layui-icon-rss:before {
  content: "\e808";
}

:where(body.page-home) .layui-icon-slider:before {
  content: "\e714";
}

:where(body.page-home) .layui-icon-email:before {
  content: "\e618";
}

:where(body.page-home) .layui-icon-subtraction:before {
  content: "\e67e";
}

:where(body.page-home) .layui-icon-mike:before {
  content: "\e6dc";
}

:where(body.page-home) .layui-icon-light:before {
  content: "\e748";
}

:where(body.page-home) .layui-icon-gift:before {
  content: "\e627";
}

:where(body.page-home) .layui-icon-mute:before {
  content: "\e685";
}

:where(body.page-home) .layui-icon-reduce-circle:before {
  content: "\e616";
}

:where(body.page-home) .layui-icon-music:before {
  content: "\e690";
}

:where(body.page-home) .layui-main {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}

:where(body.page-home) .layui-header {
  position: relative;
  z-index: 1000;
  height: 60px;
}

:where(body.page-home) .layui-header a:hover {
  transition: all .5s;
  -webkit-transition: all .5s;
}

:where(body.page-home) .layui-side {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  width: 200px;
  overflow-x: hidden;
}

:where(body.page-home) .layui-side-scroll {
  position: relative;
  width: 220px;
  height: 100%;
  overflow-x: hidden;
}

:where(body.page-home) .layui-body {
  overflow: hidden;
  position: absolute;
  left: 200px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 998;
  width: auto;
  overflow-y: auto;
  box-sizing: border-box;
}

:where(body.page-home) .layui-layout-body {
  overflow: hidden;
}

:where(body.page-home) .layui-layout-admin .layui-header {
  background-color: #23262E;
}

:where(body.page-home) .layui-layout-admin .layui-side {
  top: 60px;
  width: 200px;
  overflow-x: hidden;
}

:where(body.page-home) .layui-layout-admin .layui-body {
  position: fixed;
  top: 60px;
  bottom: 44px;
}

:where(body.page-home) .layui-layout-admin .layui-main {
  width: auto;
  margin: 0 15px;
}

:where(body.page-home) .layui-layout-admin .layui-footer {
  position: fixed;
  left: 200px;
  right: 0;
  bottom: 0;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  background-color: #eee;
}

:where(body.page-home) .layui-layout-admin .layui-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  line-height: 60px;
  text-align: center;
  color: #009688;
  font-size: 16px;
}

:where(body.page-home) .layui-layout-admin .layui-header .layui-nav {
  background: 0 0;
}

:where(body.page-home) .layui-layout-left {
  position: absolute!important;
  left: 200px;
  top: 0;
}

:where(body.page-home) .layui-layout-right {
  position: absolute!important;
  right: 0;
  top: 0;
}

:where(body.page-home) .layui-container {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

:where(body.page-home) .layui-fluid {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}

:where(body.page-home) .layui-row:after {
  content: '';
  display: block;
  clear: both;
}

:where(body.page-home) .layui-row:before {
  content: '';
  display: block;
  clear: both;
}

:where(body.page-home) .layui-col-lg1 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-lg10 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-lg11 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-lg12 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-lg2 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-lg3 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-lg4 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-lg5 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-lg6 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-lg7 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-lg8 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-lg9 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-md1 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-md10 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-md11 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-md12 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-md2 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-md3 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-md4 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-md5 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-md6 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-md7 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-md8 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-md9 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-sm1 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-sm10 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-sm11 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-sm12 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-sm2 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-sm3 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-sm4 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-sm5 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-sm6 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-sm7 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-sm8 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-sm9 {
  position: relative;
  display: block;
  box-sizing: border-box;
}

:where(body.page-home) .layui-col-xs1 {
  position: relative;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 8.33333333%;
}

:where(body.page-home) .layui-col-xs2 {
  position: relative;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 16.66666667%;
}

:where(body.page-home) .layui-col-xs3 {
  position: relative;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 25%;
}

:where(body.page-home) .layui-col-xs4 {
  position: relative;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 33.33333333%;
}

:where(body.page-home) .layui-col-xs5 {
  position: relative;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 41.66666667%;
}

:where(body.page-home) .layui-col-xs6 {
  position: relative;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 50%;
}

:where(body.page-home) .layui-col-xs7 {
  position: relative;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 58.33333333%;
}

:where(body.page-home) .layui-col-xs8 {
  position: relative;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 66.66666667%;
}

:where(body.page-home) .layui-col-xs9 {
  position: relative;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 75%;
}

:where(body.page-home) .layui-col-xs10 {
  position: relative;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 83.33333333%;
}

:where(body.page-home) .layui-col-xs11 {
  position: relative;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 91.66666667%;
}

:where(body.page-home) .layui-col-xs12 {
  position: relative;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 100%;
}

:where(body.page-home) .layui-col-xs-offset1 {
  margin-left: 8.33333333%;
}

:where(body.page-home) .layui-col-xs-offset2 {
  margin-left: 16.66666667%;
}

:where(body.page-home) .layui-col-xs-offset3 {
  margin-left: 25%;
}

:where(body.page-home) .layui-col-xs-offset4 {
  margin-left: 33.33333333%;
}

:where(body.page-home) .layui-col-xs-offset5 {
  margin-left: 41.66666667%;
}

:where(body.page-home) .layui-col-xs-offset6 {
  margin-left: 50%;
}

:where(body.page-home) .layui-col-xs-offset7 {
  margin-left: 58.33333333%;
}

:where(body.page-home) .layui-col-xs-offset8 {
  margin-left: 66.66666667%;
}

:where(body.page-home) .layui-col-xs-offset9 {
  margin-left: 75%;
}

:where(body.page-home) .layui-col-xs-offset10 {
  margin-left: 83.33333333%;
}

:where(body.page-home) .layui-col-xs-offset11 {
  margin-left: 91.66666667%;
}

:where(body.page-home) .layui-col-xs-offset12 {
  margin-left: 100%;
}

@media screen and (max-width:768px) {
  :where(body.page-home) .layui-hide-xs {
    display: none!important;
  }
}

@media screen and (max-width:768px) {
  :where(body.page-home) .layui-show-xs-block {
    display: block!important;
  }
}

@media screen and (max-width:768px) {
  :where(body.page-home) .layui-show-xs-inline {
    display: inline!important;
  }
}

@media screen and (max-width:768px) {
  :where(body.page-home) .layui-show-xs-inline-block {
    display: inline-block!important;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-container {
    width: 750px;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-hide-sm {
    display: none!important;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-show-sm-block {
    display: block!important;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-show-sm-inline {
    display: inline!important;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-show-sm-inline-block {
    display: inline-block!important;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm1 {
    float: left;
    width: 8.33333333%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm2 {
    float: left;
    width: 16.66666667%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm3 {
    float: left;
    width: 25%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm4 {
    float: left;
    width: 33.33333333%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm5 {
    float: left;
    width: 41.66666667%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm6 {
    float: left;
    width: 50%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm7 {
    float: left;
    width: 58.33333333%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm8 {
    float: left;
    width: 66.66666667%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm9 {
    float: left;
    width: 75%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm10 {
    float: left;
    width: 83.33333333%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm11 {
    float: left;
    width: 91.66666667%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm12 {
    float: left;
    width: 100%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm-offset1 {
    margin-left: 8.33333333%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm-offset2 {
    margin-left: 16.66666667%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm-offset3 {
    margin-left: 25%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm-offset4 {
    margin-left: 33.33333333%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm-offset5 {
    margin-left: 41.66666667%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm-offset6 {
    margin-left: 50%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm-offset7 {
    margin-left: 58.33333333%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm-offset8 {
    margin-left: 66.66666667%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm-offset9 {
    margin-left: 75%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm-offset10 {
    margin-left: 83.33333333%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm-offset11 {
    margin-left: 91.66666667%;
  }
}

@media screen and (min-width:768px) {
  :where(body.page-home) .layui-col-sm-offset12 {
    margin-left: 100%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-container {
    width: 970px;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-hide-md {
    display: none!important;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-show-md-block {
    display: block!important;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-show-md-inline {
    display: inline!important;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-show-md-inline-block {
    display: inline-block!important;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md1 {
    float: left;
    width: 8.33333333%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md2 {
    float: left;
    width: 16.66666667%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md3 {
    float: left;
    width: 25%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md4 {
    float: left;
    width: 33.33333333%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md5 {
    float: left;
    width: 41.66666667%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md6 {
    float: left;
    width: 50%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md7 {
    float: left;
    width: 58.33333333%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md8 {
    float: left;
    width: 66.66666667%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md9 {
    float: left;
    width: 75%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md10 {
    float: left;
    width: 83.33333333%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md11 {
    float: left;
    width: 91.66666667%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md12 {
    float: left;
    width: 100%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md-offset1 {
    margin-left: 8.33333333%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md-offset2 {
    margin-left: 16.66666667%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md-offset3 {
    margin-left: 25%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md-offset4 {
    margin-left: 33.33333333%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md-offset5 {
    margin-left: 41.66666667%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md-offset6 {
    margin-left: 50%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md-offset7 {
    margin-left: 58.33333333%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md-offset8 {
    margin-left: 66.66666667%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md-offset9 {
    margin-left: 75%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md-offset10 {
    margin-left: 83.33333333%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md-offset11 {
    margin-left: 91.66666667%;
  }
}

@media screen and (min-width:992px) {
  :where(body.page-home) .layui-col-md-offset12 {
    margin-left: 100%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-container {
    width: 1170px;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-hide-lg {
    display: none!important;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-show-lg-block {
    display: block!important;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-show-lg-inline {
    display: inline!important;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-show-lg-inline-block {
    display: inline-block!important;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg1 {
    float: left;
    width: 8.33333333%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg2 {
    float: left;
    width: 16.66666667%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg3 {
    float: left;
    width: 25%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg4 {
    float: left;
    width: 33.33333333%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg5 {
    float: left;
    width: 41.66666667%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg6 {
    float: left;
    width: 50%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg7 {
    float: left;
    width: 58.33333333%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg8 {
    float: left;
    width: 66.66666667%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg9 {
    float: left;
    width: 75%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg10 {
    float: left;
    width: 83.33333333%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg11 {
    float: left;
    width: 91.66666667%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg12 {
    float: left;
    width: 100%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg-offset1 {
    margin-left: 8.33333333%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg-offset2 {
    margin-left: 16.66666667%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg-offset3 {
    margin-left: 25%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg-offset4 {
    margin-left: 33.33333333%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg-offset5 {
    margin-left: 41.66666667%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg-offset6 {
    margin-left: 50%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg-offset7 {
    margin-left: 58.33333333%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg-offset8 {
    margin-left: 66.66666667%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg-offset9 {
    margin-left: 75%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg-offset10 {
    margin-left: 83.33333333%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg-offset11 {
    margin-left: 91.66666667%;
  }
}

@media screen and (min-width:1200px) {
  :where(body.page-home) .layui-col-lg-offset12 {
    margin-left: 100%;
  }
}

:where(body.page-home) .layui-col-space1 {
  margin: -.5px;
}

:where(body.page-home) .layui-col-space1>* {
  padding: .5px;
}

:where(body.page-home) .layui-col-space2 {
  margin: -1px;
}

:where(body.page-home) .layui-col-space2>* {
  padding: 1px;
}

:where(body.page-home) .layui-col-space4 {
  margin: -2px;
}

:where(body.page-home) .layui-col-space4>* {
  padding: 2px;
}

:where(body.page-home) .layui-col-space5 {
  margin: -2.5px;
}

:where(body.page-home) .layui-col-space5>* {
  padding: 2.5px;
}

:where(body.page-home) .layui-col-space6 {
  margin: -3px;
}

:where(body.page-home) .layui-col-space6>* {
  padding: 3px;
}

:where(body.page-home) .layui-col-space8 {
  margin: -4px;
}

:where(body.page-home) .layui-col-space8>* {
  padding: 4px;
}

:where(body.page-home) .layui-col-space10 {
  margin: -5px;
}

:where(body.page-home) .layui-col-space10>* {
  padding: 5px;
}

:where(body.page-home) .layui-col-space12 {
  margin: -6px;
}

:where(body.page-home) .layui-col-space12>* {
  padding: 6px;
}

:where(body.page-home) .layui-col-space14 {
  margin: -7px;
}

:where(body.page-home) .layui-col-space14>* {
  padding: 7px;
}

:where(body.page-home) .layui-col-space15 {
  margin: -7.5px;
}

:where(body.page-home) .layui-col-space15>* {
  padding: 7.5px;
}

:where(body.page-home) .layui-col-space16 {
  margin: -8px;
}

:where(body.page-home) .layui-col-space16>* {
  padding: 8px;
}

:where(body.page-home) .layui-col-space18 {
  margin: -9px;
}

:where(body.page-home) .layui-col-space18>* {
  padding: 9px;
}

:where(body.page-home) .layui-col-space20 {
  margin: -10px;
}

:where(body.page-home) .layui-col-space20>* {
  padding: 10px;
}

:where(body.page-home) .layui-col-space22 {
  margin: -11px;
}

:where(body.page-home) .layui-col-space22>* {
  padding: 11px;
}

:where(body.page-home) .layui-col-space24 {
  margin: -12px;
}

:where(body.page-home) .layui-col-space24>* {
  padding: 12px;
}

:where(body.page-home) .layui-col-space25 {
  margin: -12.5px;
}

:where(body.page-home) .layui-col-space25>* {
  padding: 12.5px;
}

:where(body.page-home) .layui-col-space26 {
  margin: -13px;
}

:where(body.page-home) .layui-col-space26>* {
  padding: 13px;
}

:where(body.page-home) .layui-col-space28 {
  margin: -14px;
}

:where(body.page-home) .layui-col-space28>* {
  padding: 14px;
}

:where(body.page-home) .layui-col-space30 {
  margin: -15px;
}

:where(body.page-home) .layui-col-space30>* {
  padding: 15px;
}

:where(body.page-home) .layui-upload-button {
  outline: 0;
  -webkit-appearance: none;
  transition: all .3s;
  -webkit-transition: all .3s;
  box-sizing: border-box;
}

:where(body.page-home) .layui-elem-quote {
  margin-bottom: 10px;
  padding: 15px;
  line-height: 22px;
  border-left: 5px solid #009688;
  border-radius: 0 2px 2px 0;
  background-color: #f2f2f2;
}

:where(body.page-home) .layui-elem-field legend {
  margin-left: 20px;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 300;
}

:where(body.page-home) .layui-field-title {
  margin: 10px 0 20px;
  border-width: 1px 0 0;
}

:where(body.page-home) .layui-field-box {
  padding: 10px 15px;
}

:where(body.page-home) .layui-field-title .layui-field-box {
  padding: 10px 0;
}

:where(body.page-home) .layui-progress {
  position: relative;
  height: 6px;
  border-radius: 20px;
  background-color: #e2e2e2;
}

:where(body.page-home) .layui-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  max-width: 100%;
  height: 6px;
  border-radius: 20px;
  text-align: right;
  background-color: #5FB878;
  transition: all .3s;
  -webkit-transition: all .3s;
}

:where(body.page-home) .layui-progress-big {
  height: 18px;
  line-height: 18px;
}

:where(body.page-home) .layui-progress-big .layui-progress-bar {
  height: 18px;
  line-height: 18px;
}

:where(body.page-home) .layui-progress-text {
  position: relative;
  top: -20px;
  line-height: 18px;
  font-size: 12px;
  color: #666;
}

:where(body.page-home) .layui-progress-big .layui-progress-text {
  position: static;
  padding: 0 10px;
  color: #fff;
}

:where(body.page-home) .layui-colla-item:first-child {
  border-top: none;
}

:where(body.page-home) .layui-colla-title {
  position: relative;
  height: 42px;
  line-height: 42px;
  padding: 0 15px 0 35px;
  color: #333;
  background-color: #f2f2f2;
  cursor: pointer;
  font-size: 14px;
  overflow: hidden;
}

:where(body.page-home) .layui-colla-icon {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 14px;
}

:where(body.page-home) .layui-card {
  margin-bottom: 15px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}

:where(body.page-home) .layui-card:last-child {
  margin-bottom: 0;
}

:where(body.page-home) .layui-card-header {
  position: relative;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  border-bottom: 1px solid #f6f6f6;
  color: #333;
  border-radius: 2px 2px 0 0;
  font-size: 14px;
}

:where(body.page-home) .layui-card-body {
  position: relative;
  padding: 10px 15px;
  line-height: 24px;
}

:where(body.page-home) .layui-card-body[pad15] {
  padding: 15px;
}

:where(body.page-home) .layui-card-body[pad20] {
  padding: 20px;
}

:where(body.page-home) .layui-card-body .layui-table {
  margin: 5px 0;
}

:where(body.page-home) .layui-card .layui-tab {
  margin: 0;
}

:where(body.page-home) .layui-panel-window {
  position: relative;
  padding: 15px;
  border-radius: 0;
  border-top: 5px solid #E6E6E6;
  background-color: #fff;
}

:where(body.page-home) .layui-auxiliar-moving {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  z-index: 9999999999;
}

:where(body.page-home) .layui-form-select {
  position: relative;
}

:where(body.page-home) .layui-bg-red {
  color: #fff!important;
  background-color: #FF5722!important;
}

:where(body.page-home) .layui-bg-orange {
  color: #fff!important;
  background-color: #FFB800!important;
}

:where(body.page-home) .layui-bg-green {
  color: #fff!important;
  background-color: #009688!important;
}

:where(body.page-home) .layui-bg-cyan {
  color: #fff!important;
  background-color: #2F4056!important;
}

:where(body.page-home) .layui-bg-blue {
  color: #fff!important;
  background-color: #1E9FFF!important;
}

:where(body.page-home) .layui-bg-black {
  color: #fff!important;
  background-color: #393D49!important;
}

:where(body.page-home) .layui-bg-gray {
  background-color: #eee!important;
  color: #666!important;
}

:where(body.page-home) .layui-colla-content {
  border-top-width: 1px;
  border-top-style: solid;
  display: none;
  padding: 10px 15px;
  line-height: 22px;
  color: #666;
  border-color: #e6e6e6;
}

:where(body.page-home) .layui-colla-item {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #e6e6e6;
}

:where(body.page-home) .layui-collapse {
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  border-color: #e6e6e6;
}

:where(body.page-home) .layui-elem-field {
  margin-bottom: 10px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
}

:where(body.page-home) .layui-quote-nm {
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  background: 0 0;
  border-color: #e6e6e6;
}

:where(body.page-home) hr {
  height: 1px;
  margin: 10px 0;
  border: 0;
  clear: both;
  background-color: #e6e6e6;
}

:where(body.page-home) .layui-text {
  line-height: 22px;
  font-size: 14px;
  color: #666;
}

:where(body.page-home) .layui-text h1 {
  font-weight: 500;
  color: #333;
  font-size: 30px;
}

:where(body.page-home) .layui-text h2 {
  font-weight: 500;
  color: #333;
  font-size: 24px;
}

:where(body.page-home) .layui-text h3 {
  font-weight: 500;
  color: #333;
  font-size: 18px;
}

:where(body.page-home) .layui-text a:not(.layui-btn) {
  color: #01AAED;
}

:where(body.page-home) .layui-text a:not(.layui-btn):hover {
  text-decoration: underline;
}

:where(body.page-home) .layui-text ul {
  padding: 5px 0 5px 15px;
}

:where(body.page-home) .layui-text ul li {
  margin-top: 5px;
  list-style-type: disc;
}

:where(body.page-home) .layui-text em {
  color: #999!important;
  padding: 0 5px!important;
}

:where(body.page-home) .layui-word-aux {
  color: #999!important;
  padding: 0 5px!important;
}

:where(body.page-home) .layui-btn {
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  -webkit-appearance: none;
  transition: all .3s;
  -webkit-transition: all .3s;
  box-sizing: border-box;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  background-color: #009688;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

:where(body.page-home) .layui-btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  color: #fff;
}

:where(body.page-home) .layui-btn:active {
  opacity: 1;
  filter: alpha(opacity=100);
}

:where(body.page-home) .layui-btn+.layui-btn {
  margin-left: 10px;
}

:where(body.page-home) .layui-btn-container {
  font-size: 0;
}

:where(body.page-home) .layui-btn-container .layui-btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

:where(body.page-home) .layui-btn-container .layui-btn+.layui-btn {
  margin-left: 0;
}

:where(body.page-home) .layui-table .layui-btn-container .layui-btn {
  margin-bottom: 9px;
}

:where(body.page-home) .layui-btn-radius {
  border-radius: 100px;
}

:where(body.page-home) .layui-btn .layui-icon {
  margin-right: 3px;
  font-size: 18px;
  vertical-align: middle\9;
}

:where(body.page-home) .layui-btn-primary {
  border: 1px solid #C9C9C9;
  background-color: #fff;
  color: #555;
}

:where(body.page-home) .layui-btn-primary:hover {
  border-color: #009688;
  color: #333;
}

:where(body.page-home) .layui-btn-normal {
  background-color: #1E9FFF;
}

:where(body.page-home) .layui-btn-warm {
  background-color: #FFB800;
}

:where(body.page-home) .layui-btn-danger {
  background-color: #FF5722;
}

:where(body.page-home) .layui-btn-checked {
  background-color: #5FB878;
}

:where(body.page-home) .layui-btn-disabled {
  border: 1px solid #e6e6e6;
  background-color: #FBFBFB;
  color: #C9C9C9;
  cursor: not-allowed;
  opacity: 1;
}

:where(body.page-home) .layui-btn-disabled:active {
  border: 1px solid #e6e6e6;
  background-color: #FBFBFB;
  color: #C9C9C9;
  cursor: not-allowed;
  opacity: 1;
}

:where(body.page-home) .layui-btn-disabled:hover {
  border: 1px solid #e6e6e6;
  background-color: #FBFBFB;
  color: #C9C9C9;
  cursor: not-allowed;
  opacity: 1;
}

:where(body.page-home) .layui-btn-lg {
  height: 44px;
  line-height: 44px;
  padding: 0 25px;
  font-size: 16px;
}

:where(body.page-home) .layui-btn-sm {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 12px;
}

:where(body.page-home) .layui-btn-sm i {
  font-size: 16px!important;
}

:where(body.page-home) .layui-btn-xs {
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  font-size: 12px;
}

:where(body.page-home) .layui-btn-xs i {
  font-size: 14px!important;
}

:where(body.page-home) .layui-btn-group {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

:where(body.page-home) .layui-btn-group .layui-btn {
  margin-left: 0!important;
  margin-right: 0!important;
  border-left: 1px solid rgba(255,255,255,.5);
  border-radius: 0;
}

:where(body.page-home) .layui-btn-group .layui-btn-primary {
  border-left: none;
}

:where(body.page-home) .layui-btn-group .layui-btn-primary:hover {
  border-color: #C9C9C9;
  color: #009688;
}

:where(body.page-home) .layui-btn-group .layui-btn:first-child {
  border-left: none;
  border-radius: 2px 0 0 2px;
}

:where(body.page-home) .layui-btn-group .layui-btn-primary:first-child {
  border-left: 1px solid #c9c9c9;
}

:where(body.page-home) .layui-btn-group .layui-btn:last-child {
  border-radius: 0 2px 2px 0;
}

:where(body.page-home) .layui-btn-group .layui-btn+.layui-btn {
  margin-left: 0;
}

:where(body.page-home) .layui-btn-group+.layui-btn-group {
  margin-left: 10px;
}

:where(body.page-home) .layui-btn-fluid {
  width: 100%;
}

:where(body.page-home) .layui-input::-webkit-input-placeholder {
  line-height: 1.3;
}

:where(body.page-home) .layui-select::-webkit-input-placeholder {
  line-height: 1.3;
}

:where(body.page-home) .layui-textarea::-webkit-input-placeholder {
  line-height: 1.3;
}

:where(body.page-home) .layui-input {
  outline: 0;
  -webkit-appearance: none;
  transition: all .3s;
  -webkit-transition: all .3s;
  box-sizing: border-box;
  border-color: #e6e6e6;
  height: 38px;
  line-height: 38px\9;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border-radius: 2px;
  display: block;
  width: 100%;
  padding-left: 10px;
}

:where(body.page-home) .layui-input:hover {
  border-color: #D2D2D2!important;
}

:where(body.page-home) .layui-textarea:hover {
  border-color: #D2D2D2!important;
}

:where(body.page-home) .layui-input:focus {
  border-color: #C9C9C9!important;
}

:where(body.page-home) .layui-textarea:focus {
  border-color: #C9C9C9!important;
}

:where(body.page-home) .layui-textarea {
  outline: 0;
  -webkit-appearance: none;
  transition: all .3s;
  -webkit-transition: all .3s;
  box-sizing: border-box;
  position: relative;
  border-color: #e6e6e6;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border-radius: 2px;
  display: block;
  width: 100%;
  padding-left: 10px;
  height: auto;
  line-height: 20px;
  padding: 6px 10px;
  resize: vertical;
}

:where(body.page-home) .layui-select {
  outline: 0;
  -webkit-appearance: none;
  transition: all .3s;
  -webkit-transition: all .3s;
  box-sizing: border-box;
  border-color: #e6e6e6;
  height: 38px;
  line-height: 38px\9;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border-radius: 2px;
  padding: 0 10px;
}

:where(body.page-home) .layui-form input[type=checkbox] {
  display: none;
}

:where(body.page-home) .layui-form input[type=radio] {
  display: none;
}

:where(body.page-home) .layui-form select {
  display: none;
}

:where(body.page-home) .layui-form [lay-ignore] {
  display: initial;
}

:where(body.page-home) .layui-form-item {
  margin-bottom: 15px;
  clear: both;
  *zoom: 1;
}

:where(body.page-home) .layui-form-item:after {
  content: '\20';
  clear: both;
  *zoom: 1;
  display: block;
  height: 0;
}

:where(body.page-home) .layui-form-label {
  position: relative;
  float: left;
  display: block;
  padding: 9px 15px;
  width: 80px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
}

:where(body.page-home) .layui-form-label-col {
  display: block;
  float: none;
  padding: 9px 0;
  line-height: 20px;
  text-align: left;
}

:where(body.page-home) .layui-form-item .layui-inline {
  margin-bottom: 5px;
  margin-right: 10px;
}

:where(body.page-home) .layui-input-block {
  position: relative;
  margin-left: 110px;
  min-height: 36px;
}

:where(body.page-home) .layui-input-inline {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

:where(body.page-home) .layui-form-item .layui-input-inline {
  float: left;
  width: 190px;
  margin-right: 10px;
}

:where(body.page-home) .layui-form-text .layui-input-inline {
  width: auto;
}

:where(body.page-home) .layui-form-mid {
  position: relative;
  float: left;
  display: block;
  padding: 9px 0!important;
  line-height: 20px;
  margin-right: 10px;
}

:where(body.page-home) .layui-form-danger+.layui-form-select .layui-input {
  border-color: #FF5722!important;
}

:where(body.page-home) .layui-form-danger:focus {
  border-color: #FF5722!important;
}

:where(body.page-home) .layui-form-select .layui-input {
  padding-right: 30px;
  cursor: pointer;
}

:where(body.page-home) .layui-form-select .layui-edge {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  cursor: pointer;
  border-width: 6px;
  border-top-color: #c2c2c2;
  border-top-style: solid;
  transition: all .3s;
  -webkit-transition: all .3s;
}

:where(body.page-home) .layui-form-select dl {
  display: none;
  position: absolute;
  left: 0;
  top: 42px;
  padding: 5px 0;
  z-index: 899;
  min-width: 100%;
  border: 1px solid #d2d2d2;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0,0,0,.12);
  box-sizing: border-box;
}

:where(body.page-home) .layui-form-select dl dt {
  padding: 0 10px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #999;
}

:where(body.page-home) .layui-form-select dl dd {
  padding: 0 10px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

:where(body.page-home) .layui-form-select dl dd:hover {
  background-color: #f2f2f2;
  -webkit-transition: .5s all;
  transition: .5s all;
}

:where(body.page-home) .layui-form-select .layui-select-group dd {
  padding-left: 20px;
}

:where(body.page-home) .layui-form-select dl dd.layui-select-tips {
  padding-left: 10px!important;
  color: #999;
}

:where(body.page-home) .layui-form-select dl dd.layui-this {
  background-color: #5FB878;
  color: #fff;
}

:where(body.page-home) .layui-form-select dl dd.layui-disabled {
  background-color: #fff;
}

:where(body.page-home) .layui-form-selected dl {
  display: block;
}

:where(body.page-home) .layui-form-checkbox * {
  display: inline-block;
  vertical-align: middle;
}

:where(body.page-home) .layui-form-selected .layui-edge {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -3px\9;
}

:root:where(.page-home) .layui-form-selected .layui-edge {
  margin-top: -9px\0/IE9;
}

:where(body.page-home) .layui-form-selectup dl {
  top: auto;
  bottom: 42px;
}

:where(body.page-home) .layui-select-none {
  margin: 5px 0;
  text-align: center;
  color: #999;
}

:where(body.page-home) .layui-select-disabled .layui-disabled {
  border-color: #eee!important;
}

:where(body.page-home) .layui-select-disabled .layui-edge {
  border-top-color: #d2d2d2;
}

:where(body.page-home) .layui-form-checkbox {
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  padding-right: 30px;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: .1s linear;
  transition: .1s linear;
  box-sizing: border-box;
}

:where(body.page-home) .layui-form-checkbox span {
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  height: 100%;
  font-size: 14px;
  border-radius: 2px 0 0 2px;
  background-color: #d2d2d2;
  color: #fff;
  overflow: hidden;
}

:where(body.page-home) .layui-form-checkbox:hover span {
  background-color: #c2c2c2;
}

:where(body.page-home) .layui-form-checkbox i {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 28px;
  border: 1px solid #d2d2d2;
  border-left: none;
  border-radius: 0 2px 2px 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

:where(body.page-home) .layui-form-checkbox:hover i {
  border-color: #c2c2c2;
  color: #c2c2c2;
}

:where(body.page-home) .layui-form-checked {
  border-color: #5FB878;
}

:where(body.page-home) .layui-form-checked:hover {
  border-color: #5FB878;
}

:where(body.page-home) .layui-form-checked span {
  background-color: #5FB878;
}

:where(body.page-home) .layui-form-checked:hover span {
  background-color: #5FB878;
}

:where(body.page-home) .layui-form-checked i {
  color: #5FB878;
}

:where(body.page-home) .layui-form-checked:hover i {
  color: #5FB878;
}

:where(body.page-home) .layui-form-item .layui-form-checkbox {
  margin-top: 4px;
}

:where(body.page-home) .layui-form-checkbox[lay-skin=primary] {
  height: auto!important;
  line-height: normal!important;
  min-width: 18px;
  min-height: 18px;
  border: none!important;
  margin-right: 0;
  padding-left: 28px;
  padding-right: 0;
  background: 0 0;
}

:where(body.page-home) .layui-form-checkbox[lay-skin=primary] span {
  padding-left: 0;
  padding-right: 15px;
  line-height: 18px;
  background: 0 0;
  color: #666;
}

:where(body.page-home) .layui-form-checkbox[lay-skin=primary] i {
  right: auto;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #d2d2d2;
  font-size: 12px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

:where(body.page-home) .layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #5FB878;
  color: #fff;
}

:where(body.page-home) .layui-form-checked[lay-skin=primary] i {
  border-color: #5FB878!important;
  background-color: #5FB878;
  color: #fff;
}

:where(body.page-home) .layui-checkbox-disbaled[lay-skin=primary] span {
  background: 0 0!important;
  color: #c2c2c2;
}

:where(body.page-home) .layui-checkbox-disbaled[lay-skin=primary]:hover i {
  border-color: #d2d2d2;
}

:where(body.page-home) .layui-form-item .layui-form-checkbox[lay-skin=primary] {
  margin-top: 10px;
}

:where(body.page-home) .layui-form-switch {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 22px;
  line-height: 22px;
  min-width: 35px;
  padding: 0 5px;
  margin-top: 8px;
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

:where(body.page-home) .layui-form-switch i {
  position: absolute;
  left: 5px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: #d2d2d2;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

:where(body.page-home) .layui-form-switch em {
  position: relative;
  top: 0;
  width: 25px;
  margin-left: 21px;
  padding: 0!important;
  text-align: center!important;
  color: #999!important;
  font-style: normal!important;
  font-size: 12px;
}

:where(body.page-home) .layui-form-onswitch {
  border-color: #5FB878;
  background-color: #5FB878;
}

:where(body.page-home) .layui-checkbox-disbaled {
  border-color: #e2e2e2!important;
}

:where(body.page-home) .layui-checkbox-disbaled i {
  border-color: #e2e2e2!important;
}

:where(body.page-home) .layui-form-onswitch i {
  left: 100%;
  margin-left: -21px;
  background-color: #fff;
}

:where(body.page-home) .layui-form-onswitch em {
  margin-left: 5px;
  margin-right: 21px;
  color: #fff!important;
}

:where(body.page-home) .layui-checkbox-disbaled span {
  background-color: #e2e2e2!important;
}

:where(body.page-home) .layui-checkbox-disbaled:hover i {
  color: #fff!important;
}

:where(body.page-home) [lay-radio] {
  display: none;
}

:where(body.page-home) .layui-form-radio {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  margin: 6px 10px 0 0;
  padding-right: 10px;
  cursor: pointer;
  font-size: 0;
}

:where(body.page-home) .layui-form-radio * {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

:where(body.page-home) .layui-form-radio>i {
  margin-right: 8px;
  font-size: 22px;
  color: #c2c2c2;
}

:where(body.page-home) .layui-form-radio>i:hover {
  color: #5FB878;
}

:where(body.page-home) .layui-form-radioed>i {
  color: #5FB878;
}

:where(body.page-home) .layui-radio-disbaled>i {
  color: #e2e2e2!important;
}

:where(body.page-home) .layui-form-pane .layui-form-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  border-color: #e6e6e6;
  width: 110px;
  padding: 8px 15px;
  height: 38px;
  line-height: 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px 0 0 2px;
  text-align: center;
  background-color: #FBFBFB;
  overflow: hidden;
  box-sizing: border-box;
}

:where(body.page-home) .layui-form-pane .layui-input-inline {
  margin-left: -1px;
}

:where(body.page-home) .layui-form-pane .layui-input-block {
  margin-left: 110px;
  left: -1px;
}

:where(body.page-home) .layui-form-pane .layui-input {
  border-radius: 0 2px 2px 0;
}

:where(body.page-home) .layui-form-pane .layui-form-text .layui-form-label {
  float: none;
  width: 100%;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: left;
}

:where(body.page-home) .layui-form-pane .layui-form-text .layui-input-inline {
  display: block;
  margin: 0;
  top: -1px;
  clear: both;
}

:where(body.page-home) .layui-form-pane .layui-form-text .layui-input-block {
  margin: 0;
  left: 0;
  top: -1px;
}

:where(body.page-home) .layui-form-pane .layui-form-text .layui-textarea {
  min-height: 100px;
  border-radius: 0 0 2px 2px;
}

:where(body.page-home) .layui-form-pane .layui-form-checkbox {
  margin: 4px 0 4px 10px;
}

:where(body.page-home) .layui-form-pane .layui-form-radio {
  margin-top: 6px;
  margin-left: 10px;
}

:where(body.page-home) .layui-form-pane .layui-form-switch {
  margin-top: 6px;
  margin-left: 10px;
}

:where(body.page-home) .layui-form-pane .layui-form-item[pane] {
  border-color: #e6e6e6;
  position: relative;
  border-width: 1px;
  border-style: solid;
}

:where(body.page-home) .layui-form-pane .layui-form-item[pane] .layui-form-label {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-width: 0 1px 0 0;
}

:where(body.page-home) .layui-form-pane .layui-form-item[pane] .layui-input-inline {
  margin-left: 110px;
}

@media screen and (max-width:450px) {
  :where(body.page-home) .layui-form-item .layui-form-label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media screen and (max-width:450px) {
  :where(body.page-home) .layui-form-item .layui-inline {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    clear: both;
  }
}

@media screen and (max-width:450px) {
  :where(body.page-home) .layui-form-item .layui-inline:after {
    content: '\20';
    clear: both;
    display: block;
    height: 0;
  }
}

@media screen and (max-width:450px) {
  :where(body.page-home) .layui-form-item .layui-input-inline {
    display: block;
    float: none;
    left: -3px;
    width: auto;
    margin: 0 0 10px 112px;
  }
}

@media screen and (max-width:450px) {
  :where(body.page-home) .layui-form-item .layui-input-inline+.layui-form-mid {
    margin-left: 110px;
    top: -5px;
    padding: 0;
  }
}

@media screen and (max-width:450px) {
  :where(body.page-home) .layui-form-item .layui-form-checkbox {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

:where(body.page-home) .layui-layedit {
  border-color: #e6e6e6;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}

:where(body.page-home) .layui-layedit-tool {
  border-color: #e6e6e6;
  padding: 3px 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 0;
}

:where(body.page-home) .layedit-tool-fixed {
  position: fixed;
  top: 0;
  border-top: 1px solid #e2e2e2;
}

:where(body.page-home) .layui-layedit-tool .layui-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  position: relative;
  width: 32px;
  height: 30px;
  line-height: 30px;
  margin: 3px 5px;
  color: #777;
  cursor: pointer;
  border-radius: 2px;
}

:where(body.page-home) .layui-layedit-tool .layui-icon:hover {
  color: #393D49;
}

:where(body.page-home) .layui-layedit-tool .layui-icon:active {
  color: #000;
}

:where(body.page-home) .layui-layedit-tool .layedit-tool-active {
  background-color: #e2e2e2;
  color: #000;
}

:where(body.page-home) .layui-layedit-tool .layui-disabled {
  color: #d2d2d2;
  cursor: not-allowed;
}

:where(body.page-home) .layui-layedit-tool .layui-disabled:hover {
  color: #d2d2d2;
  cursor: not-allowed;
}

:where(body.page-home) .layui-layedit-tool .layedit-tool-mid {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  width: 1px;
  height: 18px;
  margin: 0 10px;
  background-color: #d2d2d2;
}

:where(body.page-home) .layedit-tool-html {
  width: 50px!important;
  font-size: 30px!important;
}

:where(body.page-home) .layedit-tool-b {
  font-size: 16px!important;
}

:where(body.page-home) .layedit-tool-code {
  font-size: 16px!important;
}

:where(body.page-home) .layedit-tool-help {
  font-size: 16px!important;
}

:where(body.page-home) .layedit-tool-d {
  font-size: 18px!important;
}

:where(body.page-home) .layedit-tool-face {
  font-size: 18px!important;
}

:where(body.page-home) .layedit-tool-image {
  font-size: 18px!important;
}

:where(body.page-home) .layedit-tool-unlink {
  font-size: 18px!important;
}

:where(body.page-home) .layedit-tool-image input {
  position: absolute;
  font-size: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .01;
  filter: Alpha(opacity=1);
  cursor: pointer;
}

:where(body.page-home) .layui-layedit-iframe iframe {
  display: block;
  width: 100%;
}

:where(body.page-home) #LAY_layedit_code {
  overflow: hidden;
}

:where(body.page-home) .layui-laypage {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 10px 0;
  font-size: 0;
}

:where(body.page-home) .layui-laypage>a:first-child {
  border-radius: 2px 0 0 2px;
}

:where(body.page-home) .layui-laypage>a:first-child em {
  border-radius: 2px 0 0 2px;
}

:where(body.page-home) .layui-laypage>a:last-child {
  border-radius: 0 2px 2px 0;
}

:where(body.page-home) .layui-laypage>a:last-child em {
  border-radius: 0 2px 2px 0;
}

:where(body.page-home) .layui-laypage>:first-child {
  margin-left: 0!important;
}

:where(body.page-home) .layui-laypage>:last-child {
  margin-right: 0!important;
}

:where(body.page-home) .layui-laypage span {
  border: 1px solid #e2e2e2;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  margin: 0 -1px 5px 0;
  background-color: #fff;
  color: #333;
  font-size: 12px;
}

:where(body.page-home) .layui-table-view select[lay-ignore] {
  display: inline-block;
}

:where(body.page-home) .layui-laypage a:hover {
  color: #009688;
}

:where(body.page-home) .layui-laypage em {
  font-style: normal;
}

:where(body.page-home) .layui-laypage .layui-laypage-spr {
  color: #999;
  font-weight: 700;
}

:where(body.page-home) .layui-laypage a {
  border: 1px solid #e2e2e2;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  margin: 0 -1px 5px 0;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  text-decoration: none;
}

:where(body.page-home) .layui-laypage .layui-laypage-curr {
  position: relative;
}

:where(body.page-home) .layui-laypage .layui-laypage-curr em {
  position: relative;
  color: #fff;
}

:where(body.page-home) .layui-laypage .layui-laypage-curr .layui-laypage-em {
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 1px;
  width: 100%;
  height: 100%;
  background-color: #009688;
}

:where(body.page-home) .layui-laypage-em {
  border-radius: 2px;
}

:where(body.page-home) .layui-laypage-next em {
  font-family: Sim sun;
  font-size: 16px;
}

:where(body.page-home) .layui-laypage-prev em {
  font-family: Sim sun;
  font-size: 16px;
}

:where(body.page-home) .layui-laypage .layui-laypage-count {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  border: none;
}

:where(body.page-home) .layui-laypage .layui-laypage-limits {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  border: none;
  vertical-align: top;
}

:where(body.page-home) .layui-laypage .layui-laypage-refresh {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  border: none;
  vertical-align: top;
}

:where(body.page-home) .layui-laypage .layui-laypage-refresh i {
  font-size: 18px;
  cursor: pointer;
}

:where(body.page-home) .layui-laypage select {
  border: 1px solid #e2e2e2;
  height: 22px;
  padding: 3px;
  border-radius: 2px;
  cursor: pointer;
}

:where(body.page-home) .layui-laypage .layui-laypage-skip {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  border: none;
  height: 30px;
  line-height: 30px;
  color: #999;
}

:where(body.page-home) .layui-laypage input {
  border: 1px solid #e2e2e2;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  vertical-align: top;
  background-color: #fff;
  box-sizing: border-box;
  width: 40px;
  margin: 0 10px;
  padding: 0 3px;
  text-align: center;
}

:where(body.page-home) .layui-laypage input:focus {
  border-color: #009688!important;
}

:where(body.page-home) .layui-laypage select:focus {
  border-color: #009688!important;
}

:where(body.page-home) .layui-laypage button {
  border: 1px solid #e2e2e2;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  vertical-align: top;
  background-color: #fff;
  box-sizing: border-box;
  margin-left: 10px;
  padding: 0 10px;
  cursor: pointer;
}

:where(body.page-home) .layui-flow-more {
  margin: 10px 0;
  text-align: center;
  color: #999;
  font-size: 14px;
}

:where(body.page-home) .layui-flow-more a {
  height: 32px;
  line-height: 32px;
}

:where(body.page-home) .layui-flow-more a * {
  display: inline-block;
  vertical-align: top;
}

:where(body.page-home) .layui-flow-more a cite {
  padding: 0 20px;
  border-radius: 3px;
  background-color: #eee;
  color: #333;
  font-style: normal;
}

:where(body.page-home) .layui-flow-more a cite:hover {
  opacity: .8;
}

:where(body.page-home) .layui-flow-more a i {
  font-size: 30px;
  color: #737383;
}

:where(body.page-home) .layui-table {
  margin: 10px 0;
  width: 100%;
  background-color: #fff;
  color: #666;
}

:where(body.page-home) .layui-table tr {
  transition: all .3s;
  -webkit-transition: all .3s;
}

:where(body.page-home) .layui-table tbody tr:hover {
  background-color: #f2f2f2;
}

:where(body.page-home) .layui-table thead tr {
  background-color: #f2f2f2;
}

:where(body.page-home) .layui-table-click {
  background-color: #f2f2f2;
}

:where(body.page-home) .layui-table-hover {
  background-color: #f2f2f2;
}

:where(body.page-home) .layui-table-patch {
  background-color: #f2f2f2;
}

:where(body.page-home) .layui-table-total tr {
  background-color: #f2f2f2;
}

:where(body.page-home) .layui-table[lay-even] tr:nth-child(even) {
  background-color: #f2f2f2;
}

:where(body.page-home) .layui-table-view {
  margin: 10px 0;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
}

:where(body.page-home) .layui-table[lay-skin=line] {
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
}

:where(body.page-home) .layui-table[lay-skin=row] {
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
}

:where(body.page-home) .layui-table td {
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  position: relative;
  padding: 9px 15px;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
}

:where(body.page-home) .layui-table th {
  text-align: left;
  font-weight: 400;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  position: relative;
  padding: 9px 15px;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
}

:where(body.page-home) .layui-table[lay-skin=line] td {
  border-width: 0 0 1px;
}

:where(body.page-home) .layui-table[lay-skin=line] th {
  border-width: 0 0 1px;
}

:where(body.page-home) .layui-table[lay-skin=row] td {
  border-width: 0 1px 0 0;
}

:where(body.page-home) .layui-table[lay-skin=row] th {
  border-width: 0 1px 0 0;
}

:where(body.page-home) .layui-table[lay-skin=nob] td {
  border: none;
}

:where(body.page-home) .layui-table[lay-skin=nob] th {
  border: none;
}

:where(body.page-home) .layui-table img {
  max-width: 100px;
}

:where(body.page-home) .layui-table[lay-size=lg] td {
  padding: 15px 30px;
}

:where(body.page-home) .layui-table[lay-size=lg] th {
  padding: 15px 30px;
}

:where(body.page-home) .layui-table-view .layui-table[lay-size=lg] .layui-table-cell {
  height: 40px;
  line-height: 40px;
}

:where(body.page-home) .layui-table[lay-size=sm] td {
  font-size: 12px;
  padding: 5px 10px;
}

:where(body.page-home) .layui-table[lay-size=sm] th {
  font-size: 12px;
  padding: 5px 10px;
}

:where(body.page-home) .layui-table-view .layui-table[lay-size=sm] .layui-table-cell {
  height: 20px;
  line-height: 20px;
}

:where(body.page-home) .layui-table[lay-data] {
  display: none;
}

:where(body.page-home) .layui-table-box {
  position: relative;
  overflow: hidden;
}

:where(body.page-home) .layui-table-view .layui-table {
  position: relative;
  width: auto;
  margin: 0;
}

:where(body.page-home) .layui-table-view .layui-table[lay-skin=line] {
  border-width: 0 1px 0 0;
}

:where(body.page-home) .layui-table-view .layui-table[lay-skin=row] {
  border-width: 0 0 1px;
}

:where(body.page-home) .layui-table-view .layui-table th {
  padding: 5px 0;
  border-top: none;
  border-left: none;
}

:where(body.page-home) .layui-table-view .layui-table th.layui-unselect .layui-table-cell span {
  cursor: pointer;
}

:where(body.page-home) .layui-table-view .layui-table td {
  padding: 5px 0;
  border-top: none;
  border-left: none;
  cursor: default;
}

:where(body.page-home) .layui-table-view .layui-table td[data-edit=text] {
  cursor: text;
}

:where(body.page-home) .layui-table-view .layui-form-checkbox[lay-skin=primary] i {
  width: 18px;
  height: 18px;
}

:where(body.page-home) .layui-table-view .layui-form-radio>i {
  margin: 0;
  font-size: 20px;
}

:where(body.page-home) .layui-table-init {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 110;
}

:where(body.page-home) .layui-table-init .layui-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  font-size: 30px;
  color: #c2c2c2;
}

:where(body.page-home) .layui-table-header {
  background-color: #f2f2f2;
  border-style: solid;
  border-color: #e6e6e6;
  border-width: 0 0 1px;
  overflow: hidden;
}

:where(body.page-home) .layui-table-header .layui-table {
  margin-bottom: -1px;
}

:where(body.page-home) .layui-table-tool .layui-inline[lay-event] {
  position: relative;
  width: 26px;
  height: 26px;
  padding: 5px;
  line-height: 16px;
  margin-right: 10px;
  text-align: center;
  color: #333;
  border: 1px solid #ccc;
  cursor: pointer;
  -webkit-transition: .5s all;
  transition: .5s all;
}

:where(body.page-home) .layui-table-tool .layui-inline[lay-event]:hover {
  border: 1px solid #999;
}

:where(body.page-home) .layui-table-tool-temp {
  padding-right: 120px;
}

:where(body.page-home) .layui-table-tool-self {
  position: absolute;
  right: 17px;
  top: 10px;
}

:where(body.page-home) .layui-table-tool .layui-table-tool-self .layui-inline[lay-event] {
  margin: 0 0 0 10px;
}

:where(body.page-home) .layui-table-tool-panel {
  position: absolute;
  top: 29px;
  left: -1px;
  padding: 5px 0;
  min-width: 150px;
  min-height: 40px;
  border: 1px solid #d2d2d2;
  text-align: left;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,.12);
}

:where(body.page-home) .layui-table-tool-panel li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  line-height: 30px;
  -webkit-transition: .5s all;
  transition: .5s all;
}

:where(body.page-home) .layui-table-tool-panel li .layui-form-checkbox[lay-skin=primary] {
  width: 100%;
  padding-left: 28px;
}

:where(body.page-home) .layui-table-tool-panel li:hover {
  background-color: #f2f2f2;
}

:where(body.page-home) .layui-table-tool-panel li .layui-form-checkbox[lay-skin=primary] i {
  position: absolute;
  left: 0;
  top: 0;
}

:where(body.page-home) .layui-table-tool-panel li .layui-form-checkbox[lay-skin=primary] span {
  padding: 0;
}

:where(body.page-home) .layui-table-tool .layui-table-tool-self .layui-table-tool-panel {
  left: auto;
  right: -1px;
}

:where(body.page-home) .layui-table-col-set {
  border-style: solid;
  border-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  border-width: 0 0 0 1px;
  background-color: #fff;
}

:where(body.page-home) .layui-table-sort {
  width: 10px;
  height: 20px;
  margin-left: 5px;
  cursor: pointer!important;
}

:where(body.page-home) .layui-table-sort .layui-edge {
  position: absolute;
  left: 5px;
  border-width: 5px;
}

:where(body.page-home) .layui-table-sort .layui-table-sort-asc {
  top: 3px;
  border-top: none;
  border-bottom-style: solid;
  border-bottom-color: #b2b2b2;
}

:where(body.page-home) .layui-table-sort .layui-table-sort-asc:hover {
  border-bottom-color: #666;
}

:where(body.page-home) .layui-table-sort .layui-table-sort-desc {
  bottom: 5px;
  border-bottom: none;
  border-top-style: solid;
  border-top-color: #b2b2b2;
}

:where(body.page-home) .layui-table-sort .layui-table-sort-desc:hover {
  border-top-color: #666;
}

:where(body.page-home) .layui-table-sort[lay-sort=asc] .layui-table-sort-asc {
  border-bottom-color: #000;
}

:where(body.page-home) .layui-table-sort[lay-sort=desc] .layui-table-sort-desc {
  border-top-color: #000;
}

:where(body.page-home) .layui-table-cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  position: relative;
  box-sizing: border-box;
}

:where(body.page-home) .layui-table-cell .layui-form-checkbox[lay-skin=primary] {
  top: -1px;
  padding: 0;
}

:where(body.page-home) .layui-table-cell .layui-table-link {
  color: #01AAED;
}

:where(body.page-home) .laytable-cell-checkbox {
  padding: 0;
  text-align: center;
}

:where(body.page-home) .laytable-cell-numbers {
  padding: 0;
  text-align: center;
}

:where(body.page-home) .laytable-cell-radio {
  padding: 0;
  text-align: center;
}

:where(body.page-home) .laytable-cell-space {
  padding: 0;
  text-align: center;
}

:where(body.page-home) .layui-table-body {
  position: relative;
  overflow: auto;
  margin-right: -1px;
  margin-bottom: -1px;
}

:where(body.page-home) .layui-table-body .layui-none {
  line-height: 26px;
  padding: 15px;
  text-align: center;
  color: #999;
}

:where(body.page-home) .layui-table-fixed {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
}

:where(body.page-home) .layui-table-fixed .layui-table-body {
  overflow: hidden;
}

:where(body.page-home) .layui-table-fixed-l {
  box-shadow: 0 -1px 8px rgba(0,0,0,.08);
}

:where(body.page-home) .layui-table-fixed-r {
  border-style: solid;
  border-color: #e6e6e6;
  left: auto;
  right: -1px;
  border-width: 0 0 0 1px;
  box-shadow: -1px 0 8px rgba(0,0,0,.08);
}

:where(body.page-home) .layui-table-fixed-r .layui-table-header {
  position: relative;
  overflow: visible;
}

:where(body.page-home) .layui-table-mend {
  background-color: #f2f2f2;
  position: absolute;
  right: -49px;
  top: 0;
  height: 100%;
  width: 50px;
}

:where(body.page-home) .layui-table-tool {
  background-color: #f2f2f2;
  border-style: solid;
  border-color: #e6e6e6;
  position: relative;
  z-index: 890;
  width: 100%;
  min-height: 50px;
  line-height: 30px;
  padding: 10px 15px;
  border-width: 0 0 1px;
}

:where(body.page-home) .layui-table-tool .layui-btn-container {
  margin-bottom: -10px;
}

:where(body.page-home) .layui-table-total {
  background-color: #f2f2f2;
  border-style: solid;
  border-color: #e6e6e6;
  border-width: 1px 0 0;
  margin-bottom: -1px;
  overflow: hidden;
}

:where(body.page-home) .layui-table-page {
  border-style: solid;
  border-color: #e6e6e6;
  border-width: 1px 0 0;
  margin-bottom: -1px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 7px 7px 0;
  height: 41px;
  font-size: 12px;
  white-space: nowrap;
}

:where(body.page-home) .layui-table-page>div {
  height: 26px;
}

:where(body.page-home) .layui-table-page .layui-laypage {
  margin: 0;
}

:where(body.page-home) .layui-table-page .layui-laypage a {
  height: 26px;
  line-height: 26px;
  margin-bottom: 10px;
  border: none;
  background: 0 0;
  padding: 0 12px;
}

:where(body.page-home) .layui-table-page .layui-laypage span.layui-laypage-curr {
  padding: 0 12px;
}

:where(body.page-home) .layui-table-page .layui-laypage span {
  height: 26px;
  line-height: 26px;
  margin-bottom: 10px;
  border: none;
  background: 0 0;
  margin-left: 0;
  padding: 0;
}

:where(body.page-home) .layui-table-page .layui-laypage .layui-laypage-prev {
  margin-left: -7px!important;
}

:where(body.page-home) .layui-table-page .layui-laypage .layui-laypage-curr .layui-laypage-em {
  left: 0;
  top: 0;
  padding: 0;
}

:where(body.page-home) .layui-table-page .layui-laypage input {
  height: 26px;
  line-height: 26px;
  width: 40px;
}

:where(body.page-home) .layui-table-page .layui-laypage button {
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
}

:where(body.page-home) .layui-table-page select {
  height: 18px;
}

:where(body.page-home) .layui-table-patch .layui-table-cell {
  padding: 0;
  width: 30px;
}

:where(body.page-home) .layui-table-edit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 14px 1px;
  border-radius: 0;
  box-shadow: 1px 1px 20px rgba(0,0,0,.15);
}

:where(body.page-home) .layui-table-edit:focus {
  border-color: #5FB878!important;
}

:where(body.page-home) select.layui-table-edit {
  padding: 0 0 0 10px;
  border-color: #C9C9C9;
}

:where(body.page-home) .layui-table-view .layui-form-radio {
  line-height: 0;
  padding: 0;
  top: 0;
  margin: 0;
  box-sizing: content-box;
}

:where(body.page-home) .layui-table-view .layui-form-switch {
  top: 0;
  margin: 0;
  box-sizing: content-box;
}

:where(body.page-home) .layui-table-view .layui-form-checkbox {
  margin: 0;
  box-sizing: content-box;
  top: -1px;
  height: 26px;
  line-height: 26px;
}

:where(body.page-home) .layui-table-view .layui-form-checkbox i {
  height: 26px;
}

:where(body.page-home) .layui-table-grid .layui-table-cell {
  overflow: visible;
}

:where(body.page-home) .layui-table-grid-down {
  border-style: solid;
  border-color: #e6e6e6;
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 100%;
  padding: 5px 0;
  border-width: 0 0 0 1px;
  text-align: center;
  background-color: #fff;
  color: #999;
  cursor: pointer;
}

:where(body.page-home) .layui-table-grid-down .layui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}

:where(body.page-home) .layui-table-grid-down:hover {
  background-color: #fbfbfb;
}

body:where(.page-home) .layui-table-tips .layui-layer-content {
  background: 0 0;
  padding: 0;
  box-shadow: 0 1px 6px rgba(0,0,0,.12);
}

:where(body.page-home) .layui-table-tips-main {
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  margin: -44px 0 0 -1px;
  max-height: 150px;
  padding: 8px 15px;
  font-size: 14px;
  overflow-y: scroll;
  background-color: #fff;
  color: #666;
}

:where(body.page-home) .layui-table-tips-c {
  position: absolute;
  right: -3px;
  top: -13px;
  width: 20px;
  height: 20px;
  padding: 3px;
  cursor: pointer;
  background-color: #666;
  border-radius: 50%;
  color: #fff;
}

:where(body.page-home) .layui-table-tips-c:hover {
  background-color: #777;
}

:where(body.page-home) .layui-table-tips-c:before {
  position: relative;
  right: -2px;
}

:where(body.page-home) .layui-upload-file {
  display: none!important;
  opacity: .01;
  filter: Alpha(opacity=1);
}

:where(body.page-home) .layui-upload-form {
  display: inline-block;
}

:where(body.page-home) .layui-upload-list {
  margin: 10px 0;
}

:where(body.page-home) .layui-upload-choose {
  padding: 0 10px;
  color: #999;
}

:where(body.page-home) .layui-upload-drag {
  display: inline-block;
  position: relative;
  padding: 30px;
  border: 1px dashed #e2e2e2;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  color: #999;
}

:where(body.page-home) .layui-upload-drag .layui-icon {
  font-size: 50px;
  color: #009688;
}

:where(body.page-home) .layui-upload-drag[lay-over] {
  border-color: #009688;
}

:where(body.page-home) .layui-upload-iframe {
  position: absolute;
  width: 0;
  height: 0;
  border: 0;
  visibility: hidden;
}

:where(body.page-home) .layui-upload-wrap {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

:where(body.page-home) .layui-upload-wrap .layui-upload-file {
  display: block!important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-size: 100px;
  width: 100%;
  height: 100%;
  opacity: .01;
  filter: Alpha(opacity=1);
  cursor: pointer;
}

:where(body.page-home) .layui-transfer-box {
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-color: #e6e6e6;
  position: relative;
  border-width: 1px;
  width: 200px;
  height: 360px;
  border-radius: 2px;
  background-color: #fff;
}

:where(body.page-home) .layui-transfer-box .layui-form-checkbox {
  width: 100%;
  margin: 0!important;
}

:where(body.page-home) .layui-transfer-header {
  border-width: 0;
  border-style: solid;
  border-color: #e6e6e6;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border-bottom-width: 1px;
}

:where(body.page-home) .layui-transfer-search {
  border-width: 0;
  border-style: solid;
  border-color: #e6e6e6;
  position: relative;
  padding: 10px;
  border-bottom-width: 1px;
}

:where(body.page-home) .layui-transfer-search .layui-input {
  height: 32px;
  padding-left: 30px;
  font-size: 12px;
}

:where(body.page-home) .layui-transfer-search .layui-icon-search {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
  color: #666;
}

:where(body.page-home) .layui-transfer-active {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}

:where(body.page-home) .layui-transfer-active .layui-btn {
  display: block;
  margin: 0;
  padding: 0 15px;
  background-color: #5FB878;
  border-color: #5FB878;
  color: #fff;
}

:where(body.page-home) .layui-transfer-active .layui-btn-disabled {
  background-color: #FBFBFB;
  border-color: #e6e6e6;
  color: #C9C9C9;
}

:where(body.page-home) .layui-transfer-active .layui-btn:first-child {
  margin-bottom: 15px;
}

:where(body.page-home) .layui-transfer-active .layui-btn .layui-icon {
  margin: 0;
  font-size: 14px!important;
}

:where(body.page-home) .layui-transfer-data {
  padding: 5px 0;
  overflow: auto;
}

:where(body.page-home) .layui-transfer-data li {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}

:where(body.page-home) .layui-transfer-data li:hover {
  background-color: #f2f2f2;
  transition: .5s all;
}

:where(body.page-home) .layui-transfer-data .layui-none {
  padding: 15px 10px;
  text-align: center;
  color: #999;
}

:where(body.page-home) .layui-nav {
  position: relative;
  padding: 0 20px;
  background-color: #393D49;
  color: #fff;
  border-radius: 2px;
  font-size: 0;
  box-sizing: border-box;
}

:where(body.page-home) .layui-nav * {
  font-size: 14px;
}

:where(body.page-home) .layui-nav .layui-nav-item {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  line-height: 60px;
}

:where(body.page-home) .layui-nav .layui-nav-item a {
  display: block;
  padding: 0 20px;
  color: rgba(255,255,255,.7);
  transition: all .3s;
  -webkit-transition: all .3s;
}

:where(body.page-home) .layui-nav-tree .layui-nav-itemed:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 5px;
  background-color: #5FB878;
  transition: all .2s;
  -webkit-transition: all .2s;
}

:where(body.page-home) .layui-nav-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 5px;
  background-color: #5FB878;
  transition: all .2s;
  -webkit-transition: all .2s;
  z-index: 1000;
}

:where(body.page-home) .layui-nav .layui-nav-item a:hover {
  color: #fff;
}

:where(body.page-home) .layui-nav .layui-this a {
  color: #fff;
}

:where(body.page-home) .layui-nav .layui-this:after {
  position: absolute;
  left: 0;
  height: 5px;
  background-color: #5FB878;
  transition: all .2s;
  -webkit-transition: all .2s;
  content: '';
  top: auto;
  bottom: 0;
  width: 100%;
}

:where(body.page-home) .layui-nav-img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
}

:where(body.page-home) .layui-nav .layui-nav-more {
  content: '';
  width: 0;
  height: 0;
  border-style: solid dashed dashed;
  border-color: #fff transparent transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all .2s;
  -webkit-transition: all .2s;
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -3px;
  border-width: 6px;
  border-top-color: rgba(255,255,255,.7);
}

:where(body.page-home) .layui-nav .layui-nav-mored {
  margin-top: -9px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #fff;
}

:where(body.page-home) .layui-nav-itemed>a .layui-nav-more {
  margin-top: -9px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #fff;
}

:where(body.page-home) .layui-nav-child {
  display: none;
  position: absolute;
  left: 0;
  top: 65px;
  min-width: 100%;
  line-height: 36px;
  padding: 5px 0;
  box-shadow: 0 2px 4px rgba(0,0,0,.12);
  border: 1px solid #d2d2d2;
  background-color: #fff;
  z-index: 100;
  border-radius: 2px;
  white-space: nowrap;
}

:where(body.page-home) .layui-nav .layui-nav-child a {
  color: #333;
}

:where(body.page-home) .layui-nav .layui-nav-child a:hover {
  background-color: #f2f2f2;
  color: #000;
}

:where(body.page-home) .layui-nav-child dd {
  position: relative;
}

:where(body.page-home) .layui-nav .layui-nav-child dd.layui-this a {
  background-color: #5FB878;
  color: #fff;
}

:where(body.page-home) .layui-nav-child dd.layui-this {
  background-color: #5FB878;
  color: #fff;
}

:where(body.page-home) .layui-nav-child dd.layui-this:after {
  display: none;
}

:where(body.page-home) .layui-nav-tree {
  width: 200px;
  padding: 0;
}

:where(body.page-home) .layui-nav-tree .layui-nav-item {
  display: block;
  width: 100%;
  line-height: 45px;
}

:where(body.page-home) .layui-nav-tree .layui-nav-item a {
  position: relative;
  height: 45px;
  line-height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

:where(body.page-home) .layui-nav-tree .layui-nav-item a:hover {
  background-color: #4E5465;
}

:where(body.page-home) .layui-nav-tree .layui-nav-bar {
  width: 5px;
  height: 0;
  background-color: #009688;
}

:where(body.page-home) .layui-nav-tree .layui-nav-child dd.layui-this {
  background-color: #009688;
  color: #fff;
}

:where(body.page-home) .layui-nav-tree .layui-nav-child dd.layui-this a {
  background-color: #009688;
  color: #fff;
}

:where(body.page-home) .layui-nav-tree .layui-this {
  background-color: #009688;
  color: #fff;
}

:where(body.page-home) .layui-nav-tree .layui-this>a {
  background-color: #009688;
  color: #fff;
}

:where(body.page-home) .layui-nav-tree .layui-this>a:hover {
  background-color: #009688;
  color: #fff;
}

:where(body.page-home) .layui-nav-tree .layui-this:after {
  display: none;
}

:where(body.page-home) .layui-nav-itemed>a {
  color: #fff!important;
}

:where(body.page-home) .layui-nav-tree .layui-nav-title a {
  color: #fff!important;
}

:where(body.page-home) .layui-nav-tree .layui-nav-title a:hover {
  color: #fff!important;
}

:where(body.page-home) .layui-nav-tree .layui-nav-child a {
  height: 40px;
  line-height: 40px;
  color: rgba(255,255,255,.7);
}

:where(body.page-home) .layui-nav-tree .layui-nav-child {
  position: relative;
  z-index: 0;
  top: 0;
  border: none;
  box-shadow: none;
  background: 0 0;
  color: #fff;
}

:where(body.page-home) .layui-nav-tree .layui-nav-child a:hover {
  background: 0 0;
  color: #fff;
}

:where(body.page-home) .layui-nav-tree .layui-nav-more {
  right: 10px;
}

:where(body.page-home) .layui-nav-itemed>.layui-nav-child {
  display: block;
  padding: 0;
  background-color: rgba(0,0,0,.3)!important;
}

:where(body.page-home) .layui-nav-itemed>.layui-nav-child>.layui-this>.layui-nav-child {
  display: block;
}

:where(body.page-home) .layui-nav-side {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  z-index: 999;
}

:where(body.page-home) .layui-bg-blue .layui-nav-bar {
  background-color: #93D1FF;
}

:where(body.page-home) .layui-bg-blue .layui-nav-itemed:after {
  background-color: #93D1FF;
}

:where(body.page-home) .layui-bg-blue .layui-this:after {
  background-color: #93D1FF;
}

:where(body.page-home) .layui-bg-blue .layui-nav-child dd.layui-this {
  background-color: #1E9FFF;
}

:where(body.page-home) .layui-bg-blue .layui-nav-itemed>a {
  background-color: #007DDB!important;
}

:where(body.page-home) .layui-nav-tree.layui-bg-blue .layui-nav-title a {
  background-color: #007DDB!important;
}

:where(body.page-home) .layui-nav-tree.layui-bg-blue .layui-nav-title a:hover {
  background-color: #007DDB!important;
}

:where(body.page-home) .layui-breadcrumb {
  visibility: hidden;
  font-size: 0;
}

:where(body.page-home) .layui-breadcrumb>* {
  font-size: 14px;
}

:where(body.page-home) .layui-breadcrumb a {
  color: #999!important;
}

:where(body.page-home) .layui-breadcrumb a:hover {
  color: #5FB878!important;
}

:where(body.page-home) .layui-breadcrumb a cite {
  color: #666;
  font-style: normal;
}

:where(body.page-home) .layui-breadcrumb span[lay-separator] {
  margin: 0 10px;
  color: #999;
}

:where(body.page-home) .layui-tab {
  margin: 10px 0;
  text-align: left!important;
}

:where(body.page-home) .layui-tab[overflow]>.layui-tab-title {
  overflow: hidden;
}

:where(body.page-home) .layui-tab-title {
  border-color: #e6e6e6;
  position: relative;
  left: 0;
  height: 40px;
  white-space: nowrap;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  transition: all .2s;
  -webkit-transition: all .2s;
}

:where(body.page-home) .layui-tab-title li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 14px;
  transition: all .2s;
  -webkit-transition: all .2s;
  position: relative;
  line-height: 40px;
  min-width: 65px;
  padding: 0 15px;
  text-align: center;
  cursor: pointer;
}

:where(body.page-home) .layui-tab-title li a {
  display: block;
}

:where(body.page-home) .layui-tab-title .layui-this {
  color: #000;
}

:where(body.page-home) .layui-tab-title .layui-this:after {
  border-color: #e6e6e6;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 41px;
  border-width: 1px;
  border-style: solid;
  border-bottom-color: #fff;
  border-radius: 2px 2px 0 0;
  box-sizing: border-box;
  pointer-events: none;
}

:where(body.page-home) .layui-tab-bar {
  border-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 30px;
  height: 39px;
  line-height: 39px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}

:where(body.page-home) .layui-tab-bar .layui-icon {
  position: relative;
  display: inline-block;
  top: 3px;
  transition: all .3s;
  -webkit-transition: all .3s;
}

:where(body.page-home) .layui-tab-item {
  display: none;
}

:where(body.page-home) .layui-tab-more {
  padding-right: 30px;
  height: auto!important;
  white-space: normal!important;
}

:where(body.page-home) .layui-tab-more li.layui-this:after {
  border-bottom-color: #e2e2e2;
  border-radius: 2px;
}

:where(body.page-home) .layui-tab-more .layui-tab-bar .layui-icon {
  top: 3px\9;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

:root:where(.page-home) .layui-tab-more .layui-tab-bar .layui-icon {
  top: -2px\0/IE9;
}

:where(body.page-home) .layui-tab-content {
  padding: 10px;
}

:where(body.page-home) .layui-tab-title li .layui-tab-close {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 20px;
  margin-left: 8px;
  top: 1px;
  text-align: center;
  font-size: 14px;
  color: #c2c2c2;
  transition: all .2s;
  -webkit-transition: all .2s;
}

:where(body.page-home) .layui-tab-title li .layui-tab-close:hover {
  border-radius: 2px;
  background-color: #FF5722;
  color: #fff;
}

:where(body.page-home) .layui-tab-brief>.layui-tab-title .layui-this {
  color: #009688;
}

:where(body.page-home) .layui-tab-brief>.layui-tab-more li.layui-this:after {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #5FB878;
}

:where(body.page-home) .layui-tab-brief>.layui-tab-title .layui-this:after {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #5FB878;
}

:where(body.page-home) .layui-tab-brief[overflow]>.layui-tab-title .layui-this:after {
  top: -1px;
}

:where(body.page-home) .layui-tab-card {
  border-color: #e6e6e6;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
}

:where(body.page-home) .layui-tab-card>.layui-tab-title {
  background-color: #f2f2f2;
}

:where(body.page-home) .layui-tab-card>.layui-tab-title li {
  margin-right: -1px;
  margin-left: -1px;
}

:where(body.page-home) .layui-tab-card>.layui-tab-title .layui-this {
  background-color: #fff;
}

:where(body.page-home) .layui-tab-card>.layui-tab-title .layui-this:after {
  border-top: none;
  border-width: 1px;
  border-bottom-color: #fff;
}

:where(body.page-home) .layui-tab-card>.layui-tab-title .layui-tab-bar {
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  border-top: none;
  border-right: none;
}

:where(body.page-home) .layui-tab-card>.layui-tab-more .layui-this {
  background: 0 0;
  color: #5FB878;
}

:where(body.page-home) .layui-tab-card>.layui-tab-more .layui-this:after {
  border: none;
}

:where(body.page-home) .layui-timeline {
  padding-left: 5px;
}

:where(body.page-home) .layui-timeline-item {
  position: relative;
  padding-bottom: 20px;
}

:where(body.page-home) .layui-timeline-axis {
  position: absolute;
  left: -5px;
  top: 0;
  z-index: 10;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #fff;
  color: #5FB878;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

:where(body.page-home) .layui-timeline-axis:hover {
  color: #FF5722;
}

:where(body.page-home) .layui-timeline-item:before {
  background-color: #e6e6e6;
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  z-index: 0;
  width: 1px;
  height: 100%;
}

:where(body.page-home) .layui-timeline-item:last-child:before {
  display: none;
}

:where(body.page-home) .layui-timeline-item:first-child:before {
  display: block;
}

:where(body.page-home) .layui-timeline-content {
  padding-left: 25px;
}

:where(body.page-home) .layui-timeline-title {
  position: relative;
  margin-bottom: 10px;
}

:where(body.page-home) .layui-badge {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  font-size: 12px;
  text-align: center;
  background-color: #FF5722;
  color: #fff;
  border-radius: 2px;
  height: 18px;
  line-height: 18px;
}

:where(body.page-home) .layui-badge-dot {
  position: relative;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  background-color: #FF5722;
  color: #fff;
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
}

:where(body.page-home) .layui-badge-rim {
  border-color: #e6e6e6;
  position: relative;
  display: inline-block;
  padding: 0 6px;
  font-size: 12px;
  text-align: center;
  border-radius: 2px;
  height: 18px;
  line-height: 18px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  color: #666;
}

:where(body.page-home) .layui-btn .layui-badge {
  margin-left: 5px;
}

:where(body.page-home) .layui-btn .layui-badge-dot {
  margin-left: 5px;
}

:where(body.page-home) .layui-nav .layui-badge {
  position: absolute;
  top: 50%;
  margin: -8px 6px 0;
}

:where(body.page-home) .layui-nav .layui-badge-dot {
  position: absolute;
  top: 50%;
  margin: -8px 6px 0;
}

:where(body.page-home) .layui-tab-title .layui-badge {
  left: 5px;
  top: -2px;
}

:where(body.page-home) .layui-tab-title .layui-badge-dot {
  left: 5px;
  top: -2px;
}

:where(body.page-home) .layui-carousel {
  position: relative;
  left: 0;
  top: 0;
  background-color: #f8f8f8;
}

:where(body.page-home) .layui-carousel>[carousel-item] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

:where(body.page-home) .layui-carousel>[carousel-item]:before {
  position: absolute;
  content: '\e63d';
  left: 50%;
  top: 50%;
  width: 100px;
  line-height: 20px;
  margin: -10px 0 0 -50px;
  text-align: center;
  color: #c2c2c2;
  font-family: layui-icon!important;
  font-size: 30px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:where(body.page-home) .layui-carousel>[carousel-item]>* {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

:where(body.page-home) .layui-carousel-updown>* {
  -webkit-transition: .3s ease-in-out up;
  transition: .3s ease-in-out up;
}

:where(body.page-home) .layui-carousel-arrow {
  display: none\9;
  opacity: 0;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  border: 0;
  border-radius: 50%;
  background-color: rgba(0,0,0,.2);
  color: #fff;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  cursor: pointer;
}

:where(body.page-home) .layui-carousel-arrow[lay-type=add] {
  left: auto!important;
  right: 10px;
}

:where(body.page-home) .layui-carousel:hover .layui-carousel-arrow[lay-type=add] {
  right: 20px;
}

:where(body.page-home) .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
  right: 20px;
}

:where(body.page-home) .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
  opacity: 1;
  left: 20px;
}

:where(body.page-home) .layui-carousel[lay-arrow=none] .layui-carousel-arrow {
  display: none;
}

:where(body.page-home) .layui-carousel-arrow:hover {
  background-color: rgba(0,0,0,.35);
}

:where(body.page-home) .layui-carousel-ind ul:hover {
  background-color: rgba(0,0,0,.35);
}

:where(body.page-home) .layui-carousel:hover .layui-carousel-arrow {
  display: block\9;
  opacity: 1;
  left: 20px;
}

:where(body.page-home) .layui-carousel-ind {
  position: relative;
  top: -35px;
  width: 100%;
  line-height: 0!important;
  text-align: center;
  font-size: 0;
}

:where(body.page-home) .layui-carousel[lay-indicator=outside] {
  margin-bottom: 30px;
}

:where(body.page-home) .layui-carousel[lay-indicator=outside] .layui-carousel-ind {
  top: 10px;
}

:where(body.page-home) .layui-carousel[lay-indicator=outside] .layui-carousel-ind ul {
  background-color: rgba(0,0,0,.5);
}

:where(body.page-home) .layui-carousel[lay-indicator=none] .layui-carousel-ind {
  display: none;
}

:where(body.page-home) .layui-carousel-ind ul {
  display: inline-block;
  padding: 5px;
  background-color: rgba(0,0,0,.2);
  border-radius: 10px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

:where(body.page-home) .layui-carousel-ind li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  font-size: 14px;
  background-color: rgba(255,255,255,.5);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

:where(body.page-home) .layui-carousel-ind li:hover {
  background-color: rgba(255,255,255,.7);
}

:where(body.page-home) .layui-carousel-ind li.layui-this {
  background-color: #fff;
}

:where(body.page-home) .layui-carousel>[carousel-item]>.layui-this {
  display: block;
  left: 0;
}

:where(body.page-home) .layui-carousel>[carousel-item]>.layui-carousel-prev {
  display: block;
  left: -100%;
}

:where(body.page-home) .layui-carousel>[carousel-item]>.layui-carousel-next {
  display: block;
  left: 100%;
}

:where(body.page-home) .layui-carousel>[carousel-item]>.layui-carousel-next.layui-carousel-left {
  left: 0;
}

:where(body.page-home) .layui-carousel>[carousel-item]>.layui-carousel-prev.layui-carousel-right {
  left: 0;
}

:where(body.page-home) .layui-carousel>[carousel-item]>.layui-this.layui-carousel-left {
  left: -100%;
}

:where(body.page-home) .layui-carousel>[carousel-item]>.layui-this.layui-carousel-right {
  left: 100%;
}

:where(body.page-home) .layui-carousel[lay-anim=updown] .layui-carousel-arrow {
  left: 50%!important;
  top: 20px;
  margin: 0 0 0 -18px;
}

:where(body.page-home) .layui-carousel[lay-anim=updown]>[carousel-item]>* {
  left: 0!important;
}

:where(body.page-home) .layui-carousel[lay-anim=fade]>[carousel-item]>* {
  left: 0!important;
}

:where(body.page-home) .layui-carousel[lay-anim=updown] .layui-carousel-arrow[lay-type=add] {
  top: auto!important;
  bottom: 20px;
}

:where(body.page-home) .layui-carousel[lay-anim=updown] .layui-carousel-ind {
  position: absolute;
  top: 50%;
  right: 20px;
  width: auto;
  height: auto;
}

:where(body.page-home) .layui-carousel[lay-anim=updown] .layui-carousel-ind ul {
  padding: 3px 5px;
}

:where(body.page-home) .layui-carousel[lay-anim=updown] .layui-carousel-ind li {
  display: block;
  margin: 6px 0;
}

:where(body.page-home) .layui-carousel[lay-anim=updown]>[carousel-item]>.layui-this {
  top: 0;
}

:where(body.page-home) .layui-carousel[lay-anim=updown]>[carousel-item]>.layui-carousel-prev {
  top: -100%;
}

:where(body.page-home) .layui-carousel[lay-anim=updown]>[carousel-item]>.layui-carousel-next {
  top: 100%;
}

:where(body.page-home) .layui-carousel[lay-anim=updown]>[carousel-item]>.layui-carousel-next.layui-carousel-left {
  top: 0;
}

:where(body.page-home) .layui-carousel[lay-anim=updown]>[carousel-item]>.layui-carousel-prev.layui-carousel-right {
  top: 0;
}

:where(body.page-home) .layui-carousel[lay-anim=updown]>[carousel-item]>.layui-this.layui-carousel-left {
  top: -100%;
}

:where(body.page-home) .layui-carousel[lay-anim=updown]>[carousel-item]>.layui-this.layui-carousel-right {
  top: 100%;
}

:where(body.page-home) .layui-carousel[lay-anim=fade]>[carousel-item]>.layui-carousel-next {
  opacity: 0;
}

:where(body.page-home) .layui-carousel[lay-anim=fade]>[carousel-item]>.layui-carousel-prev {
  opacity: 0;
}

:where(body.page-home) .layui-carousel[lay-anim=fade]>[carousel-item]>.layui-carousel-next.layui-carousel-left {
  opacity: 1;
}

:where(body.page-home) .layui-carousel[lay-anim=fade]>[carousel-item]>.layui-carousel-prev.layui-carousel-right {
  opacity: 1;
}

:where(body.page-home) .layui-carousel[lay-anim=fade]>[carousel-item]>.layui-this.layui-carousel-left {
  opacity: 0;
}

:where(body.page-home) .layui-carousel[lay-anim=fade]>[carousel-item]>.layui-this.layui-carousel-right {
  opacity: 0;
}

:where(body.page-home) .layui-fixbar {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999999;
}

:where(body.page-home) .layui-fixbar li {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 1px;
  text-align: center;
  cursor: pointer;
  font-size: 30px;
  background-color: #9F9F9F;
  color: #fff;
  border-radius: 2px;
  opacity: .95;
}

:where(body.page-home) .layui-fixbar li:hover {
  opacity: .85;
}

:where(body.page-home) .layui-fixbar li:active {
  opacity: 1;
}

:where(body.page-home) .layui-fixbar .layui-fixbar-top {
  display: none;
  font-size: 40px;
}

body:where(.page-home) .layui-util-face {
  border: none;
  background: 0 0;
}

body:where(.page-home) .layui-util-face .layui-layer-content {
  padding: 0;
  background-color: #fff;
  color: #666;
  box-shadow: none;
}

:where(body.page-home) .layui-util-face .layui-layer-TipsG {
  display: none;
}

:where(body.page-home) .layui-util-face ul {
  position: relative;
  width: 372px;
  padding: 10px;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
}

:where(body.page-home) .layui-util-face ul li {
  cursor: pointer;
  float: left;
  border: 1px solid #e8e8e8;
  height: 22px;
  width: 26px;
  overflow: hidden;
  margin: -1px 0 0 -1px;
  padding: 4px 2px;
  text-align: center;
}

:where(body.page-home) .layui-util-face ul li:hover {
  position: relative;
  z-index: 2;
  border: 1px solid #eb7350;
  background: #fff9ec;
}

:where(body.page-home) .layui-code {
  position: relative;
  margin: 10px 0;
  padding: 15px;
  line-height: 20px;
  border: 1px solid #ddd;
  border-left-width: 6px;
  background-color: #F2F2F2;
  color: #333;
  font-family: Courier New;
  font-size: 12px;
}

:where(body.page-home) .layui-rate * {
  display: inline-block;
  vertical-align: middle;
}

:where(body.page-home) .layui-rate {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 5px 10px 0;
  font-size: 0;
}

:where(body.page-home) .layui-rate li i.layui-icon {
  font-size: 20px;
  color: #FFB800;
  margin-right: 5px;
  transition: all .3s;
  -webkit-transition: all .3s;
}

:where(body.page-home) .layui-rate li i:hover {
  cursor: pointer;
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
}

:where(body.page-home) .layui-rate[readonly] li i:hover {
  cursor: default;
  transform: scale(1);
}

:where(body.page-home) .layui-colorpicker {
  width: 26px;
  height: 26px;
  border: 1px solid #e6e6e6;
  padding: 5px;
  border-radius: 2px;
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
}

:where(body.page-home) .layui-colorpicker:hover {
  border-color: #d2d2d2;
}

:where(body.page-home) .layui-colorpicker.layui-colorpicker-lg {
  width: 34px;
  height: 34px;
  line-height: 32px;
}

:where(body.page-home) .layui-colorpicker.layui-colorpicker-sm {
  width: 24px;
  height: 24px;
  line-height: 22px;
}

:where(body.page-home) .layui-colorpicker.layui-colorpicker-xs {
  width: 22px;
  height: 22px;
  line-height: 20px;
}

:where(body.page-home) .layui-colorpicker-trigger-bgcolor {
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
  border-radius: 2px;
}

:where(body.page-home) .layui-colorpicker-trigger-span {
  display: block;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 2px;
  text-align: center;
}

:where(body.page-home) .layui-colorpicker-trigger-i {
  display: inline-block;
  color: #FFF;
  font-size: 12px;
}

:where(body.page-home) .layui-colorpicker-trigger-i.layui-icon-close {
  color: #999;
}

:where(body.page-home) .layui-colorpicker-main {
  position: absolute;
  z-index: 66666666;
  width: 280px;
  padding: 7px;
  background: #FFF;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0,0,0,.12);
}

:where(body.page-home) .layui-colorpicker-main-wrapper {
  height: 180px;
  position: relative;
}

:where(body.page-home) .layui-colorpicker-basis {
  width: 260px;
  height: 100%;
  position: relative;
}

:where(body.page-home) .layui-colorpicker-basis-white {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg,#FFF,hsla(0,0%,100%,0));
}

:where(body.page-home) .layui-colorpicker-basis-black {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg,#000,transparent);
}

:where(body.page-home) .layui-colorpicker-basis-cursor {
  width: 10px;
  height: 10px;
  border: 1px solid #FFF;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: -3px;
  cursor: pointer;
}

:where(body.page-home) .layui-colorpicker-side {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  background: linear-gradient(red,#FF0,#0F0,#0FF,#00F,#F0F,red);
}

:where(body.page-home) .layui-colorpicker-side-slider {
  width: 100%;
  height: 5px;
  box-shadow: 0 0 1px #888;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 1px;
  border: 1px solid #f0f0f0;
  cursor: pointer;
  position: absolute;
  left: 0;
}

:where(body.page-home) .layui-colorpicker-main-alpha {
  display: none;
  height: 12px;
  margin-top: 7px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

:where(body.page-home) .layui-colorpicker-alpha-bgcolor {
  height: 100%;
  position: relative;
}

:where(body.page-home) .layui-colorpicker-alpha-slider {
  width: 5px;
  height: 100%;
  box-shadow: 0 0 1px #888;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 1px;
  border: 1px solid #f0f0f0;
  cursor: pointer;
  position: absolute;
  top: 0;
}

:where(body.page-home) .layui-colorpicker-main-pre {
  padding-top: 7px;
  font-size: 0;
}

:where(body.page-home) .layui-colorpicker-pre {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  display: inline-block;
  margin-left: 6px;
  margin-bottom: 7px;
  cursor: pointer;
}

:where(body.page-home) .layui-colorpicker-pre:nth-child(11n+1) {
  margin-left: 0;
}

:where(body.page-home) .layui-colorpicker-pre-isalpha {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

:where(body.page-home) .layui-colorpicker-pre.layui-this {
  box-shadow: 0 0 3px 2px rgba(0,0,0,.15);
}

:where(body.page-home) .layui-colorpicker-pre>div {
  height: 100%;
  border-radius: 2px;
}

:where(body.page-home) .layui-colorpicker-main-input {
  text-align: right;
  padding-top: 7px;
}

:where(body.page-home) .layui-colorpicker-main-input .layui-btn-container .layui-btn {
  margin: 0 0 0 10px;
}

:where(body.page-home) .layui-colorpicker-main-input div.layui-inline {
  float: left;
  margin-right: 10px;
  font-size: 14px;
}

:where(body.page-home) .layui-colorpicker-main-input input.layui-input {
  width: 150px;
  height: 30px;
  color: #666;
}

:where(body.page-home) .layui-slider {
  height: 4px;
  background: #e2e2e2;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}

:where(body.page-home) .layui-slider-bar {
  border-radius: 3px;
  position: absolute;
  height: 100%;
}

:where(body.page-home) .layui-slider-step {
  position: absolute;
  top: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FFF;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

:where(body.page-home) .layui-slider-wrap {
  width: 36px;
  height: 36px;
  position: absolute;
  top: -16px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}

:where(body.page-home) .layui-slider-wrap-btn {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FFF;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: .3s;
}

:where(body.page-home) .layui-slider-wrap:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

:where(body.page-home) .layui-slider-wrap-btn.layui-slider-hover {
  transform: scale(1.2);
}

:where(body.page-home) .layui-slider-wrap-btn:hover {
  transform: scale(1.2);
}

:where(body.page-home) .layui-slider-wrap-btn.layui-disabled:hover {
  transform: scale(1)!important;
}

:where(body.page-home) .layui-slider-tips {
  position: absolute;
  top: -42px;
  z-index: 66666666;
  white-space: nowrap;
  display: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #FFF;
  background: #000;
  border-radius: 3px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
}

:where(body.page-home) .layui-slider-tips:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #000 transparent transparent;
}

:where(body.page-home) .layui-slider-input {
  width: 70px;
  height: 32px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  font-size: 16px;
  line-height: 32px;
  position: absolute;
  right: 0;
  top: -15px;
}

:where(body.page-home) .layui-slider-input-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  border-left: 1px solid #d2d2d2;
}

:where(body.page-home) .layui-slider-input-btn i {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 50%;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #999;
}

:where(body.page-home) .layui-slider-input-btn i:first-child {
  top: 0;
  border-bottom: 1px solid #d2d2d2;
}

:where(body.page-home) .layui-slider-input-txt {
  height: 100%;
  font-size: 14px;
}

:where(body.page-home) .layui-slider-input-txt input {
  height: 100%;
  border: none;
}

:where(body.page-home) .layui-slider-input-btn i:hover {
  color: #009688;
}

:where(body.page-home) .layui-slider-vertical {
  width: 4px;
  margin-left: 34px;
}

:where(body.page-home) .layui-slider-vertical .layui-slider-bar {
  width: 4px;
}

:where(body.page-home) .layui-slider-vertical .layui-slider-step {
  top: auto;
  left: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

:where(body.page-home) .layui-slider-vertical .layui-slider-wrap {
  top: auto;
  left: -16px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

:where(body.page-home) .layui-slider-vertical .layui-slider-tips {
  top: auto;
  left: 2px;
}

@media \0screen {
  :where(body.page-home) .layui-slider-wrap-btn {
    margin-left: -20px;
  }
}

@media \0screen {
  :where(body.page-home) .layui-slider-vertical .layui-slider-wrap-btn {
    margin-left: 0;
    margin-bottom: -20px;
  }
}

@media \0screen {
  :where(body.page-home) .layui-slider-vertical .layui-slider-tips {
    margin-left: -8px;
  }
}

@media \0screen {
  :where(body.page-home) .layui-slider>span {
    margin-left: 8px;
  }
}

:where(body.page-home) .layui-tree {
  line-height: 22px;
}

:where(body.page-home) .layui-tree .layui-form-checkbox {
  margin: 0!important;
}

:where(body.page-home) .layui-tree-set {
  width: 100%;
  position: relative;
}

:where(body.page-home) .layui-tree-pack {
  display: none;
  padding-left: 20px;
  position: relative;
}

:where(body.page-home) .layui-tree-line .layui-tree-pack {
  padding-left: 27px;
}

:where(body.page-home) .layui-tree-line .layui-tree-set .layui-tree-set:after {
  content: '';
  position: absolute;
  top: 14px;
  left: -9px;
  width: 17px;
  height: 0;
  border-top: 1px dotted #c0c4cc;
}

:where(body.page-home) .layui-tree-entry {
  position: relative;
  padding: 3px 0;
  height: 20px;
  white-space: nowrap;
}

:where(body.page-home) .layui-tree-entry:hover {
  background-color: #eee;
}

:where(body.page-home) .layui-tree-line .layui-tree-entry:hover {
  background-color: rgba(0,0,0,0);
}

:where(body.page-home) .layui-tree-line .layui-tree-entry:hover .layui-tree-txt {
  color: #999;
  text-decoration: underline;
  transition: .3s;
}

:where(body.page-home) .layui-tree-main {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-right: 10px;
}

:where(body.page-home) .layui-tree-line .layui-tree-set:before {
  content: '';
  position: absolute;
  top: 0;
  left: -9px;
  width: 0;
  height: 100%;
  border-left: 1px dotted #c0c4cc;
}

:where(body.page-home) .layui-tree-line .layui-tree-set.layui-tree-setLineShort:before {
  height: 13px;
}

:where(body.page-home) .layui-tree-line .layui-tree-set.layui-tree-setHide:before {
  height: 0;
}

:where(body.page-home) .layui-tree-iconClick {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 20px;
  line-height: 20px;
  margin: 0 10px;
  color: #c0c4cc;
}

:where(body.page-home) .layui-tree-icon {
  height: 12px;
  line-height: 12px;
  width: 12px;
  text-align: center;
  border: 1px solid #c0c4cc;
}

:where(body.page-home) .layui-tree-iconClick .layui-icon {
  font-size: 18px;
}

:where(body.page-home) .layui-tree-icon .layui-icon {
  font-size: 12px;
  color: #666;
}

:where(body.page-home) .layui-tree-iconArrow {
  padding: 0 5px;
}

:where(body.page-home) .layui-tree-iconArrow:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 3px;
  z-index: 100;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #c0c4cc;
  transition: .5s;
}

:where(body.page-home) .layui-tree-btnGroup {
  visibility: hidden;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

:where(body.page-home) .layui-tree-spread>.layui-tree-entry>.layui-tree-iconClick>.layui-tree-iconArrow:after {
  transform: rotate(90deg) translate(3px,4px);
}

:where(body.page-home) .layui-tree-txt {
  display: inline-block;
  vertical-align: middle;
  color: #555;
}

:where(body.page-home) .layui-tree-search {
  margin-bottom: 15px;
  color: #666;
}

:where(body.page-home) .layui-tree-btnGroup .layui-icon {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
  cursor: pointer;
}

:where(body.page-home) .layui-tree-btnGroup .layui-icon:hover {
  color: #999;
  transition: .3s;
}

:where(body.page-home) .layui-tree-entry:hover .layui-tree-btnGroup {
  visibility: visible;
}

:where(body.page-home) .layui-tree-editInput {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 3px;
  border: none;
  background-color: rgba(0,0,0,.05);
}

:where(body.page-home) .layui-tree-emptyText {
  text-align: center;
  color: #999;
}

:where(body.page-home) .layui-anim {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

:where(body.page-home) .layui-anim.layui-icon {
  display: inline-block;
}

:where(body.page-home) .layui-anim-loop {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

:where(body.page-home) .layui-trans {
  transition: all .3s;
  -webkit-transition: all .3s;
}

:where(body.page-home) .layui-trans a {
  transition: all .3s;
  -webkit-transition: all .3s;
}

@-webkit-keyframes layui-rotate {
  :where(body.page-home) from {
    -webkit-transform: rotate(0);
  }
}

@-webkit-keyframes layui-rotate {
  :where(body.page-home) to {
    -webkit-transform: rotate(360deg);
  }
}

:where(body.page-home) .layui-anim-rotate {
  -webkit-animation-name: layui-rotate;
  animation-name: layui-rotate;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes layui-up {
  :where(body.page-home) from {
    -webkit-transform: translate3d(0,100%,0);
    opacity: .3;
  }
}

@-webkit-keyframes layui-up {
  :where(body.page-home) to {
    -webkit-transform: translate3d(0,0,0);
    opacity: 1;
  }
}

:where(body.page-home) .layui-anim-up {
  -webkit-animation-name: layui-up;
  animation-name: layui-up;
}

@-webkit-keyframes layui-upbit {
  :where(body.page-home) from {
    -webkit-transform: translate3d(0,30px,0);
    opacity: .3;
  }
}

@-webkit-keyframes layui-upbit {
  :where(body.page-home) to {
    -webkit-transform: translate3d(0,0,0);
    opacity: 1;
  }
}

:where(body.page-home) .layui-anim-upbit {
  -webkit-animation-name: layui-upbit;
  animation-name: layui-upbit;
}

@-webkit-keyframes layui-scale {
  :where(body.page-home) 0% {
    opacity: .3;
    -webkit-transform: scale(.5);
  }
}

@-webkit-keyframes layui-scale {
  :where(body.page-home) 100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

:where(body.page-home) .layui-anim-scale {
  -webkit-animation-name: layui-scale;
  animation-name: layui-scale;
}

@-webkit-keyframes layui-scale-spring {
  :where(body.page-home) 0% {
    opacity: .5;
    -webkit-transform: scale(.5);
  }
}

@-webkit-keyframes layui-scale-spring {
  :where(body.page-home) 80% {
    opacity: .8;
    -webkit-transform: scale(1.1);
  }
}

@-webkit-keyframes layui-scale-spring {
  :where(body.page-home) 100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

:where(body.page-home) .layui-anim-scaleSpring {
  -webkit-animation-name: layui-scale-spring;
  animation-name: layui-scale-spring;
}

@-webkit-keyframes layui-fadein {
  :where(body.page-home) 0% {
    opacity: 0;
  }
}

@-webkit-keyframes layui-fadein {
  :where(body.page-home) 100% {
    opacity: 1;
  }
}

:where(body.page-home) .layui-anim-fadein {
  -webkit-animation-name: layui-fadein;
  animation-name: layui-fadein;
}

@-webkit-keyframes layui-fadeout {
  :where(body.page-home) 0% {
    opacity: 1;
  }
}

@-webkit-keyframes layui-fadeout {
  :where(body.page-home) 100% {
    opacity: 0;
  }
}

:where(body.page-home) .layui-anim-fadeout {
  -webkit-animation-name: layui-fadeout;
  animation-name: layui-fadeout;
}

:root:where(.page-home) {
  --ink: #0d1428;
  --muted: #5c6e8b;
  --soft: #f4f7fc;
  --line: #e4eaf4;
  --violet: #5548eb;
  --violet-2: #8d55f5;
  --teal: #16d4c4;
  --navy: #0c1428;
  --footer: #020715;
}

:where(body.page-home) * {
  box-sizing: border-box;
}

:where(body.page-home) a {
  color: inherit;
  text-decoration: none;
}

:where(body.page-home) .site-container {
  width: min(1600px, 84vw);
  margin: 0 auto;
}

:where(body.page-home) .mobile-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

:where(body.page-home) .page-main {
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  overflow-y: visible;
}

:where(body.page-home) .hero-stats-section {
  order: -2;
  padding: 28px 0 24px;
  background: #fff;
}

:where(body.page-home) .hero-stats-card {
  width: min(1700px, calc(100% - 40px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #e3e7f0;
  border-radius: 52px;
  background: radial-gradient( circle at 85% 15%, rgba(91, 76, 255, 0.07), transparent 30% ), linear-gradient( 135deg, #f7f9fc 0%, #f3f5fa 50%, #f5f3fc 100% );
  box-shadow: 0 28px 70px rgba(32, 58, 51, 0.08);
}

:where(body.page-home) .hero-stats-card .hero-section {
  padding: 72px 0 38px;
  background: transparent;
}

:where(body.page-home) .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1100px);
  align-items: center;
  justify-content: center;
  gap: 0;
}

:where(body.page-home) .hero-copy {
  width: 100%;
  text-align: center;
}

:where(body.page-home) .simplified-header-actions {
  margin-left: auto;
  gap: 12px;
}

:where(body.page-home) .hero-copy .home-hero-title {
  max-width: none;
  margin: 0 auto;
  font-size: clamp(38px, 3.6vw, 52px);
  line-height: 1.06;
  letter-spacing: -1.8px;
}

:where(body.page-home) .hero-heading-line {
  display: block;
  white-space: nowrap;
}

:where(body.page-home) .hero-copy .hero-offer-title {
  max-width: none;
  margin: 10px auto 20px;
  color: var(--violet-2);
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.08;
  letter-spacing: -1.4px;
  font-weight: 900;
}

:where(body.page-home) .hero-copy .hero-body {
  max-width: 720px;
  margin: 0 auto 24px;
  font-size: 18px;
  line-height: 1.55;
}

:where(body.page-home) .hero-body span {
  display: block;
}

:where(body.page-home) .hero-benefits {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px 26px;
  flex-wrap: wrap;
  margin: 0 0 28px;
  padding: 0;
}

:where(body.page-home) .hero-benefits li {
  position: relative;
  padding-left: 28px;
  color: #33415a;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 750;
}

:where(body.page-home) .hero-benefits li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 5px;
  width: 12px;
  height: 7px;
  border-left: 2px solid var(--violet);
  border-bottom: 2px solid var(--violet);
  transform: rotate(-45deg);
}

:where(body.page-home) .hero-cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

:where(body.page-home) .hero-cta-row .primary-cta.dark {
  min-width: 238px;
}

:where(body.page-home) .hero-trust-note {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #52627e;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
  white-space: nowrap;
}

:where(body.page-home) .hero-trust-note::before {
  content: "";
  width: 11px;
  height: 6px;
  border-left: 2px solid var(--violet);
  border-bottom: 2px solid var(--violet);
  transform: rotate(-45deg) translateY(-1px);
}

:where(body.page-home) .hero-cta-row .primary-cta {
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

:where(body.page-home) .hero-cta-row .primary-cta:hover {
  transform: translateY(-2px);
  background: #17213a;
  box-shadow: 0 24px 50px rgba(12, 20, 40, 0.24);
}

:where(body.page-home) .hero-cta-row .primary-cta:focus-visible {
  outline: 3px solid rgba(91, 76, 255, 0.38);
  outline-offset: 3px;
}

:where(body.page-home) .hero-network-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin-top: 18px;
  padding: 8px clamp(10px, 2vw, 18px);
  color: #322ce0;
  border: 1px solid #dce4ff;
  border-radius: 999px;
  background: #eef3ff;
  font-size: clamp(11px, 1.2vw, 13px);
  line-height: 1.2;
  font-weight: 900;
  white-space: nowrap;
}

:where(body.page-home) .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 9px 20px;
  color: #322ce0;
  border: 1px solid #dce4ff;
  border-radius: 999px;
  background: #eef3ff;
  font-weight: 900;
}

:where(body.page-home) .eyebrow span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #746cf2;
}

:where(body.page-home) .hero-copy h1 {
  max-width: 680px;
  margin: 34px 0 26px;
  font-size: 88px;
  line-height: 0.96;
  letter-spacing: 0;
  font-weight: 900;
}

:where(body.page-home) .hero-copy h1 strong {
  display: block;
  color: var(--violet-2);
  font-weight: inherit;
}

:where(body.page-home) .hero-copy p {
  max-width: 600px;
  margin: 0 0 38px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

:where(body.page-home) .hero-media {
  padding: 7px;
  border: 5px solid #6b57f1;
  border-radius: 46px;
  background: #fff;
  box-shadow: 0 38px 80px rgba(46, 26, 111, 0.16);
}

:where(body.page-home) .hero-media img {
  width: 100%;
  aspect-ratio: 1.68;
  object-fit: cover;
  border-radius: 36px;
}

:where(body.page-home) .coverage-section {
  padding: 76px 0;
  background: #fff;
}

:where(body.page-home) .developer-section {
  padding: 76px 0;
  background: #fff;
}

:where(body.page-home) .section-heading {
  margin-bottom: 76px;
  text-align: center;
}

:where(body.page-home) .section-heading h2 {
  margin: 0;
  color: #06132d;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
}

:where(body.page-home) .contact-section h2 {
  margin: 0;
  color: #06132d;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
}

:where(body.page-home) .section-heading p {
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 18px;
}

:where(body.page-home) .country-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1040px;
  margin: 0 auto;
  gap: 22px;
}

:where(body.page-home) .country-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 28px 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  gap: 10px;
  text-align: center;
}

:where(body.page-home) .country-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

:where(body.page-home) .country-card p {
  margin: 2px 0 0;
  color: var(--violet);
  font-size: 15px;
  font-weight: 900;
}

:where(body.page-home) .coverage-load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 150px;
  min-height: 52px;
  margin: 34px auto 0;
  padding: 0 28px;
  border-radius: 16px;
  color: #fff;
  background: var(--violet);
  box-shadow: 0 18px 34px rgba(85, 72, 235, 0.2);
  font-size: 16px;
  font-weight: 900;
}

:where(body.page-home) .coverage-load-more:hover {
  color: #fff;
  transform: translateY(-1px);
}

:where(body.page-home) .flag {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 46px;
  height: 32px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

:where(body.page-home) .flag-us {
  background: repeating-linear-gradient(to bottom, #c91f3c 0 3px, #fff 3px 6px);
}

:where(body.page-home) .flag-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 17px;
  background: #29477f;
}

:where(body.page-home) .flag-ca {
  background: linear-gradient(to right, #f11f2f 0 25%, #fff 25% 75%, #f11f2f 75%);
}

:where(body.page-home) .flag-ca::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 9px;
  width: 7px;
  height: 13px;
  background: #f11f2f;
  clip-path: polygon(50% 0, 62% 28%, 100% 18%, 78% 45%, 100% 54%, 60% 58%, 60% 100%, 40% 100%, 40% 58%, 0 54%, 22% 45%, 0 18%, 38% 28%);
}

:where(body.page-home) .flag-gb {
  background: linear-gradient(32deg, transparent 0 43%, #fff 43% 48%, #d92237 48% 53%, #fff 53% 58%, transparent 58%), linear-gradient(148deg, transparent 0 43%, #fff 43% 48%, #d92237 48% 53%, #fff 53% 58%, transparent 58%), linear-gradient(to right, transparent 0 39%, #fff 39% 45%, #d92237 45% 55%, #fff 55% 61%, transparent 61%), linear-gradient(to bottom, transparent 0 35%, #fff 35% 43%, #d92237 43% 57%, #fff 57% 65%, transparent 65%), #224d91;
}

:where(body.page-home) .flag-fr {
  background: linear-gradient(to right, #133d79 0 33%, #fff 33% 66%, #df2338 66%);
}

:where(body.page-home) .flag-br {
  background: #08a64b;
}

:where(body.page-home) .flag-br::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  width: 26px;
  height: 22px;
  background: #f5d13d;
  transform: rotate(45deg);
}

:where(body.page-home) .flag-br::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 17px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #2447a9;
}

:where(body.page-home) .flag-in {
  background: linear-gradient(to bottom, #ff762e 0 33%, #fff 33% 66%, #16814a 66%);
}

:where(body.page-home) .flag-in::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 12px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #4d58d9;
}

:where(body.page-home) .flag-ar {
  background: linear-gradient(to bottom, #73b6e7 0 33%, #fff 33% 66%, #73b6e7 66%);
}

:where(body.page-home) .flag-ar::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f7b733;
}

:where(body.page-home) .flag-mx {
  background: linear-gradient(to right, #0c7a4b 0 33%, #fff 33% 66%, #cf2238 66%);
}

:where(body.page-home) .flag-mx::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 12px;
  width: 7px;
  height: 8px;
  border-radius: 50%;
  background: #8d6b25;
}

:where(body.page-home) .level {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 15px;
  border-radius: 999px;
  background: #e9eef5;
  color: #06132d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
}

:where(body.page-home) .level.recommended {
  background: var(--violet);
  color: #fff;
}

:where(body.page-home) .plan-total {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 28px;
  margin-top: 22px;
  padding: 0 11px;
  border-radius: 999px;
  color: #b51f60;
  background: #fff0f6;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.2px;
}

:where(body.page-home) .plan-traffic {
  display: flex;
  height: 78px;
  align-items: baseline;
  align-content: center;
  gap: 5px;
  flex-wrap: nowrap;
  min-width: 0;
  margin: 8px 0 0;
  white-space: nowrap;
  color: #101829;
  line-height: 1;
}

:where(body.page-home) .traffic-base {
  font-size: clamp(34px, 2.45vw, 46px);
  font-weight: 900;
  letter-spacing: -1.5px;
}

:where(body.page-home) .traffic-bonus {
  margin: 0;
  color: var(--violet);
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.2px;
  white-space: nowrap;
}

:where(body.page-home) .unit-price-comparison {
  display: flex;
  min-height: 36px;
  align-items: baseline;
  gap: 8px;
  margin: 12px 0 0;
  white-space: nowrap;
  color: #101829;
  font-size: clamp(17px, 1.35vw, 23px);
  line-height: 1.25;
}

:where(body.page-home) .unit-price-original {
  color: #8a96ac;
  font-weight: 800;
  text-decoration-line: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: currentColor;
}

:where(body.page-home) .unit-price-discount {
  color: #101829;
  font-weight: 900;
}

:where(body.page-home) .monthly-price {
  display: flex;
  min-height: 28px;
  align-items: baseline;
  gap: 4px;
  margin-top: 8px;
  white-space: nowrap;
  color: #687792;
  line-height: 1.25;
}

:where(body.page-home) .monthly-price-value {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.2px;
}

:where(body.page-home) .monthly-price-period {
  font-size: 16px;
  font-weight: 700;
}

:where(body.page-home) .crown {
  position: absolute;
  top: 50px;
  right: 30px;
  width: 72px;
  height: 54px;
  opacity: 0.16;
  border-bottom: 8px solid #fff;
}

:where(body.page-home) .crown::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 58px;
  height: 40px;
  border: 8px solid #fff;
  border-bottom: 0;
  transform: skew(12deg);
}

:where(body.page-home) .pricing-enterprise-link {
  margin: 10px 0 0;
  color: #687792;
  font-size: 15px;
  text-align: center;
}

:where(body.page-home) .pricing-validity-note {
  margin: 24px 0 0;
  color: #687792;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

:where(body.page-home) .pricing-enterprise-link a {
  color: var(--violet);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

:where(body.page-home) .usecase-section {
  padding: 76px 0;
  background: #f5f8fc;
}

:where(body.page-home) .usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

:where(body.page-home) .usecase-grid article {
  min-height: 250px;
  padding: 34px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
}

:where(body.page-home) .usecase-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 28px;
  border-radius: 18px;
  color: var(--violet);
  background: #eef2ff;
  font-size: 34px;
}

:where(body.page-home) .usecase-grid h3 {
  margin: 0 0 14px;
  font-size: 23px;
  font-weight: 900;
}

:where(body.page-home) .usecase-grid p {
  max-width: 420px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
}

:where(body.page-home) .developer-grid {
  display: grid;
  grid-template-columns: minmax(440px, 0.9fr) minmax(520px, 1fr);
  gap: 80px;
  align-items: center;
}

:where(body.page-home) .developer-grid h2 {
  margin: 0 0 36px;
  color: var(--ink);
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
}

:where(body.page-home) .developer-grid h2 strong {
  color: var(--violet);
}

:where(body.page-home) .developer-grid p {
  max-width: 760px;
  margin: 0 0 42px;
  color: var(--muted);
  font-size: 20px;
}

:where(body.page-home) .code-tabs {
  display: flex;
  gap: 18px;
}

:where(body.page-home) .code-tabs button {
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  min-width: 124px;
  min-height: 56px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8fafc;
  color: #06132d;
  font-size: 18px;
}

:where(body.page-home) .code-card {
  min-height: 390px;
  padding: 34px;
  border-radius: 34px;
  background: #1d1d2f;
  color: #dfe6ff;
  box-shadow: 0 30px 70px rgba(12, 18, 34, 0.22);
}

:where(body.page-home) .window-dots {
  display: flex;
  gap: 10px;
  margin-bottom: 34px;
}

:where(body.page-home) .window-dots span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

:where(body.page-home) .window-dots span:nth-child(1) {
  background: #ff4b55;
}

:where(body.page-home) .window-dots span:nth-child(2) {
  background: #f3bd18;
}

:where(body.page-home) .window-dots span:nth-child(3) {
  background: #25d267;
}

:where(body.page-home) .code-card pre {
  min-height: 210px;
  margin: 0;
  color: #eef2ff;
  font-family: Consolas, Monaco, monospace;
  font-size: 17px;
  line-height: 1.65;
  white-space: pre-wrap;
}

:where(body.page-home) .code-card code {
  color: inherit;
}

:where(body.page-home) .code-card pre::first-line {
  color: #858dff;
}

:where(body.page-home) .code-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #7e89aa;
}

:where(body.page-home) .code-footer a {
  color: #8090ff;
  font-size: 20px;
  font-weight: 900;
}

:where(body.page-home) .testimonial-section {
  padding: 76px 0;
  background: #f5f8fc;
  overflow: hidden;
}

:where(body.page-home) .testimonial-slider {
  position: relative;
  overflow: hidden;
}

:where(body.page-home) .testimonial-track {
  display: flex;
  gap: 40px;
  transition: transform 0.35s ease;
}

:where(body.page-home) .testimonial-track article {
  flex: 0 0 calc((100% - 80px) / 3);
  min-height: 300px;
  padding: 34px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(16, 24, 42, 0.04);
}

:where(body.page-home) .stars {
  color: var(--violet);
  font-size: 24px;
  letter-spacing: 2px;
}

:where(body.page-home) .testimonial-track p {
  min-height: 130px;
  margin: 24px 0 30px;
  color: #31415b;
  font-size: 18px;
  font-style: italic;
  line-height: 1.35;
}

:where(body.page-home) .testimonial-track h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
}

:where(body.page-home) .testimonial-track span {
  color: #91a0b9;
  font-weight: 900;
}

:where(body.page-home) .slider-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--violet);
  cursor: pointer;
  font-size: 36px;
  box-shadow: 0 14px 28px rgba(15, 25, 45, 0.13);
}

:where(body.page-home) .slider-btn.prev {
  left: 14px;
}

:where(body.page-home) .slider-btn.next {
  right: 14px;
}

:where(body.page-home) .slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 58px;
}

:where(body.page-home) .slider-dots span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cbd5e3;
}

:where(body.page-home) .slider-dots span.active {
  background: var(--violet);
}

:where(body.page-home) .narrow {
  max-width: 960px;
}

:where(body.page-home) .empty-state {
  padding: 54px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

:where(body.page-home) .empty-state h3 {
  margin: 0 0 10px;
  color: #06132d;
  font-size: 24px;
}

:where(body.page-home) .empty-state p {
  display: block;
  margin: 0;
  color: var(--muted);
}

:where(body.page-home) .home-blog-section {
  padding: 76px 0;
  background: #fff;
}

:where(body.page-home) .home-blog-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

:where(body.page-home) .home-blog-card {
  display: grid;
  grid-template-rows: 130px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 24, 42, 0.04);
}

:where(body.page-home) .home-blog-card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

:where(body.page-home) .home-blog-card > span {
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dfe5ff;
  color: #7b83f2;
  font-size: 34px;
}

:where(body.page-home) .home-blog-card div {
  padding: 16px;
}

:where(body.page-home) .home-blog-card h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 44px;
  margin: 0 0 10px;
  color: #08132c;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 900;
}

:where(body.page-home) .home-blog-card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 61px;
  margin: 0 0 12px;
  color: #61718b;
  font-size: 13px;
  line-height: 1.55;
}

:where(body.page-home) .home-blog-card small {
  color: #8c98af;
  font-weight: 900;
}

:where(body.page-home) .home-blog-more {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

:where(body.page-home) .contact-section {
  padding: 76px 0;
  text-align: center;
  background: #f4f7fd;
}

:where(body.page-home) .contact-section p {
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 18px;
  max-width: 700px;
  margin-bottom: 62px;
}

:where(body.page-home) .breadcrumb-band {
  padding: 18px 0;
  background: #f5f8fd;
  color: #77849a;
  font-size: 14px;
}

:where(body.page-home) .breadcrumb-band a {
  color: #5f6df2;
}

:where(body.page-home) .inner-hero {
  padding: 72px 0 66px;
  background: linear-gradient(110deg, #f7faff 0%, #fff 58%, #fbf8ff 100%);
}

:where(body.page-home) .inner-hero.center {
  text-align: center;
}

:where(body.page-home) .inner-hero-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(480px, 1fr);
  align-items: center;
  gap: 72px;
}

:where(body.page-home) .inner-hero h1 {
  max-width: 780px;
  margin: 18px 0 22px;
  color: #08132c;
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
}

:where(body.page-home) .inner-hero h1 strong {
  color: var(--violet);
}

:where(body.page-home) .inner-hero.center h1 {
  margin-left: auto;
  margin-right: auto;
}

:where(body.page-home) .inner-hero.center p {
  margin-left: auto;
  margin-right: auto;
}

:where(body.page-home) .inner-hero p {
  max-width: 720px;
  margin: 0 0 32px;
  color: var(--muted);
  font-size: 17px;
}

:where(body.page-home) .not-found-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
}

:where(body.page-home) .not-found-code {
  margin-bottom: 6px !important;
  color: #5548eb !important;
  font-size: 92px !important;
  line-height: 0.95 !important;
  font-weight: 900;
}

:where(body.page-home) .not-found-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

:where(body.page-home) .hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

:where(body.page-home) .hero-actions-inline {
  align-items: center;
  flex-wrap: nowrap;
}

:where(body.page-home) .hero-actions-inline .primary-cta.dark {
  width: auto;
  min-width: 244px;
}

:where(body.page-home) .hero-actions-inline .secondary-cta {
  gap: 10px;
  min-width: 266px;
}

:where(body.page-home) .hero-actions-inline .secondary-cta i {
  font-size: 21px;
  line-height: 1;
}

:where(body.page-home) .device-frame {
  padding: 7px;
  border: 4px solid #7664f2;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(85, 72, 235, 0.16);
}

:where(body.page-home) .device-frame img {
  width: 100%;
  aspect-ratio: 1.24;
  object-fit: cover;
  border-radius: 21px;
}

:where(body.page-home) .subtle-section {
  padding: 74px 0;
  background: #f5f8fc;
}

:where(body.page-home) .white-section {
  padding: 74px 0;
  background: #fff;
}

:where(body.page-home) .legal-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 70px;
  background: radial-gradient(circle at 78% 18%, rgba(85, 72, 235, 0.1), transparent 30%), linear-gradient(110deg, #f7faff 0%, #fff 58%, #fbf8ff 100%);
}

:where(body.page-home) .legal-kicker {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 9px 16px;
  border: 1px solid #dce4ff;
  border-radius: 999px;
  color: var(--violet);
  background: #eef3ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

:where(body.page-home) .legal-hero h1 {
  max-width: 900px;
  margin: 0 0 18px;
  color: #08132c;
  font-size: 58px;
  line-height: 1.08;
  font-weight: 900;
}

:where(body.page-home) .legal-hero p {
  max-width: 760px;
  margin: 0 0 18px;
  color: #5e6e86;
  font-size: 18px;
  line-height: 1.65;
}

:where(body.page-home) .legal-hero small {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  color: #65728a;
  background: #fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(16, 24, 42, 0.06);
}

:where(body.page-home) .legal-section {
  padding: 74px 0 92px;
  background: linear-gradient(180deg, #f5f8fc 0%, #fff 100%);
}

:where(body.page-home) .legal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

:where(body.page-home) .legal-side {
  position: sticky;
  top: 104px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(16, 24, 42, 0.07);
}

:where(body.page-home) .legal-side strong {
  display: block;
  margin-bottom: 18px;
  color: #08132c;
  font-size: 15px;
  font-weight: 900;
}

:where(body.page-home) .legal-side a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px 10px 34px;
  border-radius: 12px;
  color: #64738d;
  font-size: 14px;
  font-weight: 800;
}

:where(body.page-home) .legal-side a::before {
  content: "";
  position: absolute;
  left: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c9d3e5;
}

:where(body.page-home) .legal-side a:hover {
  color: var(--violet);
  background: #eef2ff;
}

:where(body.page-home) .legal-side a.active {
  color: var(--violet);
  background: #eef2ff;
}

:where(body.page-home) .legal-side a:hover::before {
  background: linear-gradient(135deg, var(--teal), var(--violet));
  box-shadow: 0 0 0 5px rgba(85, 72, 235, 0.1);
}

:where(body.page-home) .legal-side a.active::before {
  background: linear-gradient(135deg, var(--teal), var(--violet));
  box-shadow: 0 0 0 5px rgba(85, 72, 235, 0.1);
}

:where(body.page-home) .legal-card {
  position: relative;
  max-width: 1040px;
  padding: 54px 64px 62px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(16, 24, 42, 0.08);
}

:where(body.page-home) .legal-copy {
  color: #27364f;
  font-size: 16.5px;
  line-height: 1.82;
}

:where(body.page-home) .legal-copy h2 {
  position: relative;
  margin: 52px 0 18px;
  padding: 18px 0 0 24px;
  border-top: 1px solid #e8edf6;
  color: #08132c;
  font-size: 30px;
  line-height: 1.22;
  font-weight: 900;
}

:where(body.page-home) .legal-copy h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

:where(body.page-home) .legal-copy h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  width: 6px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--violet), var(--teal));
}

:where(body.page-home) .legal-copy h2:first-child::before {
  top: 5px;
}

:where(body.page-home) .legal-copy h3 {
  position: relative;
  margin: 30px 0 12px;
  padding: 12px 16px 12px 44px;
  border: 1px solid #e8edf7;
  border-radius: 14px;
  color: #132039;
  background: #f8fbff;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 900;
}

:where(body.page-home) .legal-copy h3::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 0 0 5px rgba(85, 72, 235, 0.12);
}

:where(body.page-home) .legal-copy p {
  margin: 0 0 19px;
}

:where(body.page-home) .legal-copy > p:first-child {
  padding: 20px 22px;
  border: 1px solid #e1e8f5;
  border-radius: 16px;
  color: #43536d;
  background: #f8fbff;
  font-size: 17px;
  line-height: 1.72;
}

:where(body.page-home) .legal-copy .legal-alert {
  margin: 24px 0;
  padding: 22px 24px;
  border: 1px solid #dfe3ff;
  border-left: 5px solid var(--violet);
  border-radius: 16px;
  color: #17203a;
  background: #f4f6ff;
  font-weight: 800;
}

:where(body.page-home) .legal-copy ul {
  margin: 0 0 24px;
  padding: 4px 0 4px;
  list-style: none;
}

:where(body.page-home) .legal-copy .legal-list {
  margin: 0 0 24px;
  padding: 4px 0 4px;
  list-style: none;
}

:where(body.page-home) .legal-copy li {
  position: relative;
  margin-bottom: 12px;
  padding: 14px 16px 14px 42px;
  border: 1px solid #e8edf7;
  border-radius: 14px;
  background: #fbfcff;
}

:where(body.page-home) .legal-copy li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--violet));
}

:where(body.page-home) .feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

:where(body.page-home) .feature-card {
  min-height: 210px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

:where(body.page-home) .feature-card.active {
  border-color: #151d31;
  box-shadow: 0 16px 40px rgba(16, 24, 42, 0.08);
}

:where(body.page-home) .feature-card:hover {
  border-color: #151d31;
  box-shadow: 0 16px 40px rgba(16, 24, 42, 0.08);
}

:where(body.page-home) .feature-card i {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 12px;
  background: #eef2ff;
  color: var(--violet);
  font-size: 24px;
}

:where(body.page-home) .feature-card h3 {
  margin: 0 0 10px;
  color: #08132c;
  font-size: 18px;
  font-weight: 900;
}

:where(body.page-home) .feature-card p {
  margin: 0;
  color: #5f6e88;
  font-size: 14px;
}

:where(body.page-home) .feature-grid.resi-usecase-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

:where(body.page-home) .resi-usecase-grid .feature-card {
  min-height: 178px;
  padding: 24px;
}

:where(body.page-home) .resi-usecase-grid .feature-card i {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  font-size: 22px;
}

:where(body.page-home) .resi-usecase-grid .feature-card h3 {
  font-size: 17px;
}

:where(body.page-home) .why-grid {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(420px, 0.9fr);
  gap: 60px;
  align-items: center;
}

:where(body.page-home) .check-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

:where(body.page-home) .check-list li {
  position: relative;
  margin: 16px 0;
  padding-left: 34px;
  color: #45566f;
  font-size: 17px;
}

:where(body.page-home) .check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 8px;
  border-left: 2px solid #c9a139;
  border-bottom: 2px solid #c9a139;
  transform: rotate(-45deg);
}

:where(body.page-home) .quote-card {
  padding: 34px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(16, 24, 42, 0.07);
}

:where(body.page-home) .quote-card .stars {
  margin-bottom: 16px;
}

:where(body.page-home) .quote-card p {
  margin: 0 0 24px;
  color: #43536d;
  font-style: italic;
}

:where(body.page-home) .quote-card strong {
  display: block;
  color: #08132c;
}

:where(body.page-home) .mini-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin-top: 48px;
  text-align: center;
}

:where(body.page-home) .mini-stats strong {
  display: block;
  color: #08132c;
  font-size: 28px;
}

:where(body.page-home) .mini-stats span {
  color: #7d8ba2;
  font-weight: 800;
}

:where(body.page-home) .page-cta {
  padding: 78px 0;
  text-align: center;
  background: var(--violet);
  color: #fff;
}

:where(body.page-home) .page-cta h2 {
  margin: 0 0 12px;
  font-size: 34px;
  font-weight: 900;
}

:where(body.page-home) .page-cta p {
  margin: 0 auto 28px;
  max-width: 760px;
  color: #e5e4ff;
}

:where(body.page-home) .page-cta .secondary-cta {
  background: #0c1428;
  border-color: #0c1428;
  color: #fff;
}

:where(body.page-home) .page-cta .primary-cta {
  min-width: 150px;
  min-height: 48px;
  border-radius: 10px;
  background: #fff;
  color: var(--violet);
  font-size: 15px;
}

:where(body.page-home) .pricing-sales-cta {
  padding: 98px 0 104px;
  background: #f4f7fd;
  color: #06132d;
}

:where(body.page-home) .pricing-sales-cta h2 {
  margin-bottom: 32px;
  font-size: 40px;
}

:where(body.page-home) .pricing-sales-cta p {
  max-width: 690px;
  margin-bottom: 58px;
  color: #52627e;
  font-size: 19px;
  line-height: 1.55;
}

:where(body.page-home) .pricing-sales-cta .primary-cta {
  min-width: 340px;
  min-height: 70px;
  border-radius: 16px;
  background: var(--violet);
  color: #fff;
  box-shadow: 0 18px 36px rgba(85, 72, 235, 0.24);
  font-size: 20px;
}

:where(body.page-home) .pricing-sales-cta .direct-contact {
  margin: 36px auto 0;
  color: #52627e;
  font-size: 18px;
}

:where(body.page-home) .pricing-sales-cta .direct-contact a {
  color: var(--violet);
  font-weight: 900;
}

:where(body.page-home) .compact-faq .faq-item button {
  min-height: 72px;
  font-size: 16px;
}

:where(body.page-home) .compact-faq .faq-item p {
  font-size: 15px;
}

:where(body.page-home) .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

:where(body.page-home) .blog-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 24, 42, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

:where(body.page-home) .blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(16, 24, 42, 0.09);
}

:where(body.page-home) .blog-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  background: #dfe5ff;
  color: #7b83f2;
  font-size: 40px;
}

:where(body.page-home) .blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:where(body.page-home) .blog-card > div:not(.blog-thumb) {
  padding: 24px;
}

:where(body.page-home) .blog-card h3 {
  margin: 0 0 12px;
  color: #08132c;
  font-size: 18px;
  line-height: 1.28;
}

:where(body.page-home) .blog-card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 78px;
  margin: 0 0 18px;
  color: #61718b;
}

:where(body.page-home) .blog-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #8190aa;
  font-size: 13px;
}

:where(body.page-home) .blog-meta strong {
  color: #121a2c;
}

:where(body.page-home) .tag {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef2ff;
  color: var(--violet);
  font-size: 12px;
  font-weight: 900;
}

:where(body.page-home) .pagination-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 44px;
}

:where(body.page-home) .pagination-row span {
  min-width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #65748d;
  font-size: 13px;
}

:where(body.page-home) .pagination-row span.active {
  background: var(--violet);
  color: #fff;
}

:where(body.page-home) .pagination-row a {
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #65748d;
  font-size: 13px;
  font-weight: 900;
}

:where(body.page-home) .pagination-row a.active {
  border-color: var(--violet);
  background: var(--violet);
  color: #fff;
}

:where(body.page-home) .pagination-row a:hover {
  border-color: var(--violet);
  background: var(--violet);
  color: #fff;
}

:where(body.page-home) .pagination-row a.page-step {
  width: auto;
  min-width: 78px;
  padding: 0 16px;
  border-radius: 999px;
}

:where(body.page-home) .pagination-row a.disabled {
  pointer-events: none;
  opacity: 0.42;
}

:where(body.page-home) .pagination-row .page-ellipsis {
  min-width: 24px;
  height: 34px;
  color: #94a0b6;
  font-weight: 900;
}

:where(body.page-home) .blog-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 48px;
  align-items: start;
}

:where(body.page-home) .article-main h1 {
  max-width: 880px;
  margin: 0 0 26px;
  color: #11182b;
  font-size: 46px;
  line-height: 1.12;
  font-weight: 900;
}

:where(body.page-home) .article-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 34px;
}

:where(body.page-home) .calendar-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e6ebff;
  color: #6259f4;
  font-size: 22px;
}

:where(body.page-home) .article-meta strong {
  display: block;
  color: #11182b;
  font-size: 19px;
  font-weight: 900;
}

:where(body.page-home) .article-meta p {
  margin: 3px 0 0;
  color: #8290aa;
}

:where(body.page-home) .article-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 390px;
  margin-bottom: 34px;
  border-radius: 24px;
  background: #dfe5ff;
  color: #95a0fb;
  font-size: 74px;
}

:where(body.page-home) .article-cover img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

:where(body.page-home) .article-body {
  color: #17243a;
  font-size: 18px;
  line-height: 1.65;
}

:where(body.page-home) .article-body h2 {
  margin: 34px 0 18px;
  color: #11182b;
  font-size: 28px;
  font-weight: 900;
}

:where(body.page-home) .article-body p {
  margin: 0 0 18px;
}

:where(body.page-home) .article-body ol {
  padding-left: 22px;
}

:where(body.page-home) .article-body li {
  margin-bottom: 14px;
}

:where(body.page-home) .article-table {
  width: 100%;
  overflow: hidden;
  margin: 22px 0 34px;
  border-collapse: collapse;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(17, 24, 43, 0.06);
}

:where(body.page-home) .article-table td {
  padding: 14px 16px;
  border: 1px solid #dfe6f2;
  text-align: center;
}

:where(body.page-home) .article-table th {
  padding: 14px 16px;
  border: 1px solid #dfe6f2;
  text-align: center;
  background: #4c73aa;
  color: #fff;
  text-transform: uppercase;
}

:where(body.page-home) .article-table td:first-child {
  text-align: left;
}

:where(body.page-home) .article-table th:first-child {
  text-align: left;
}

:where(body.page-home) .article-action {
  margin-top: 36px;
  padding: 26px;
  border-radius: 8px;
  background: #f1f5fb;
  text-align: center;
}

:where(body.page-home) .article-action strong {
  display: block;
  margin-bottom: 22px;
}

:where(body.page-home) .article-action a {
  display: inline-flex;
  min-width: 150px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  border-radius: 6px;
  background: #0c65c9;
  color: #fff;
  font-weight: 900;
}

:where(body.page-home) .article-action a.green {
  background: #27a361;
}

:where(body.page-home) .article-side {
  position: sticky;
  top: 108px;
}

:where(body.page-home) .article-side h2 {
  margin: 0 0 24px;
  color: #11182b;
  font-size: 24px;
  font-weight: 900;
}

:where(body.page-home) .side-article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 110px;
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

:where(body.page-home) .side-article span {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dfe5ff;
  color: #7b83f2;
  font-size: 28px;
}

:where(body.page-home) .side-article img {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  object-fit: cover;
}

:where(body.page-home) .side-article h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 8px;
  color: #11182b;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

:where(body.page-home) .side-article p {
  margin: 0;
  color: #8290aa;
}

:where(body.page-home) .back-blog {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  border-radius: 8px;
  background: var(--violet);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

:where(body.page-home) .newsletter-section {
  padding: 78px 0;
  text-align: center;
  background: var(--violet);
  color: #fff;
}

:where(body.page-home) .newsletter-section h2 {
  margin: 0 0 22px;
  font-size: 38px;
  font-weight: 900;
}

:where(body.page-home) .newsletter-section p {
  margin: 0 0 34px;
  color: #eeedff;
  font-size: 18px;
}

:where(body.page-home) .newsletter-section form {
  display: flex;
  justify-content: center;
  gap: 16px;
}

:where(body.page-home) .newsletter-section input {
  min-height: 60px;
  border: 0;
  border-radius: 14px;
  font: inherit;
  width: min(460px, 100%);
  padding: 0 24px;
  color: #11182b;
}

:where(body.page-home) .newsletter-section button {
  min-height: 60px;
  border: 0;
  border-radius: 14px;
  font: inherit;
  min-width: 160px;
  color: var(--violet);
  background: #fff;
  font-weight: 900;
}

:where(body.page-home) .newsletter {
  padding: 64px 0;
  text-align: center;
  background: var(--violet);
  color: #fff;
}

:where(body.page-home) .newsletter p {
  color: #e8e6ff;
}

:where(body.page-home) .newsletter form {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

:where(body.page-home) .newsletter input {
  width: min(360px, 70vw);
  height: 42px;
  border: 0;
  border-radius: 9px;
  padding: 0 16px;
}

:where(body.page-home) .newsletter button {
  height: 42px;
  border: 0;
  border-radius: 9px;
  padding: 0 18px;
  background: #fff;
  color: var(--violet);
  font-weight: 900;
}

:where(body.page-home) .doc-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

:where(body.page-home) .doc-sidebar {
  position: sticky;
  top: 116px;
  align-self: start;
  max-height: calc(100vh - 132px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 8px 0 18px;
  scrollbar-width: thin;
}

:where(body.page-home) .doc-sidebar::-webkit-scrollbar {
  width: 6px;
}

:where(body.page-home) .doc-sidebar::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #d6deec;
}

:where(body.page-home) .doc-sidebar h3 {
  margin: 0 0 4px;
  font-size: 16px;
  color: #0d1428;
  font-weight: 900;
}

:where(body.page-home) .doc-sidebar > p {
  margin: 0 0 16px;
  color: #8b96ab;
  font-size: 11px;
  font-weight: 800;
}

:where(body.page-home) .doc-mobile-summary {
  display: none;
}

:where(body.page-home) .doc-sidebar a {
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  color: #6b7890;
  font-size: 12px;
  line-height: 1.35;
}

:where(body.page-home) .doc-menu {
  display: grid;
  gap: 2px;
}

:where(body.page-home) .doc-menu-group {
  position: relative;
  margin: 2px 0 4px;
}

:where(body.page-home) .doc-menu-title {
  padding-right: 34px !important;
  color: #38465c !important;
  font-weight: 800;
}

:where(body.page-home) .doc-menu-toggle {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
}

:where(body.page-home) .doc-menu-toggle::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #77849a;
  border-bottom: 2px solid #77849a;
  transform: rotate(45deg) translate(-1px, -1px);
  transition: transform 0.15s ease;
}

:where(body.page-home) .doc-menu-toggle:hover {
  background: #f2f5fb;
}

:where(body.page-home) .doc-menu-group.is-collapsed .doc-menu-toggle::before {
  transform: rotate(-45deg) translate(-1px, -1px);
}

:where(body.page-home) .doc-menu-group.is-collapsed .doc-submenu {
  display: none;
}

:where(body.page-home) .doc-submenu {
  display: grid;
  gap: 1px;
  margin: 1px 0 6px 10px;
  padding-left: 10px;
  border-left: 1px solid #e7edf7;
}

:where(body.page-home) .doc-sidebar .doc-submenu a {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #7b8799;
  font-size: 11px;
}

:where(body.page-home) .doc-sidebar a:hover {
  background: #eef2ff;
  color: var(--violet);
}

:where(body.page-home) .doc-sidebar a.active {
  background: #eef2ff;
  color: var(--violet);
}

:where(body.page-home) .doc-content {
  max-width: 1060px;
  min-width: 0;
}

:where(body.page-home) .doc-topic {
  display: none;
}

:where(body.page-home) .doc-topic.is-active {
  display: block;
}

:where(body.page-home) .doc-content section {
  padding-bottom: 52px;
  border-bottom: 1px solid #eef2f7;
  margin-bottom: 52px;
}

:where(body.page-home) .doc-content h1 {
  margin: 0 0 18px;
  color: #08132c;
  font-weight: 900;
  font-size: 32px;
}

:where(body.page-home) .doc-content h2 {
  margin: 0 0 18px;
  color: #08132c;
  font-weight: 900;
  font-size: 28px;
}

:where(body.page-home) .doc-content p {
  color: #4f5f77;
}

:where(body.page-home) .doc-content li {
  color: #4f5f77;
}

:where(body.page-home) .doc-content h3 {
  margin: 22px 0 10px;
  color: #11182b;
  font-size: 18px;
}

:where(body.page-home) .doc-note {
  margin: 22px 0;
  padding: 18px 20px;
  border-radius: 8px;
  background: #f4f7ff;
  color: #4f5f77;
}

:where(body.page-home) .doc-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 18px;
}

:where(body.page-home) .doc-card-grid article {
  padding: 18px;
  border: 1px solid #e4eaf4;
  border-radius: 8px;
  background: #fff;
}

:where(body.page-home) .doc-card-grid h3 {
  margin-top: 0;
}

:where(body.page-home) .doc-content pre {
  overflow: auto;
  padding: 18px;
  border-radius: 8px;
  background: #0c1428;
  color: #e5e9f6;
}

:where(body.page-home) .doc-page {
  position: relative;
}

:where(body.page-home) .doc-page .doc-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
  min-height: calc(100vh - 82px);
}

:where(body.page-home) .doc-page .doc-sidebar {
  position: sticky;
  top: 104px;
  z-index: 20;
  width: auto;
  max-height: calc(100vh - 126px);
  background: #fff;
}

:where(body.page-home) .doc-page .doc-content {
  margin-left: 0;
  max-width: 980px;
  min-width: 0;
  min-height: 70vh;
}

:where(body.page-home) .doc-page .doc-content section {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

:where(body.page-home) .doc-table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
}

:where(body.page-home) .doc-content table {
  max-width: 100%;
}

:where(body.page-home) .doc-table td {
  padding: 12px 14px;
  border: 1px solid #e4eaf4;
  text-align: left;
}

:where(body.page-home) .doc-table th {
  padding: 12px 14px;
  border: 1px solid #e4eaf4;
  text-align: left;
  background: #edf3ff;
}

:where(body.page-home) .contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 28px;
  max-width: 760px;
  margin: 42px auto;
}

:where(body.page-home) .contact-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

:where(body.page-home) .contact-card i {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #eef2ff;
  color: var(--violet);
  margin-bottom: 18px;
  font-size: 22px;
}

:where(body.page-home) .support-box {
  max-width: 760px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 14px;
  background: #f5f8fc;
  text-align: left;
}

:where(body.page-home) .support-box ul {
  margin: 12px 0 0;
  padding-left: 20px;
  color: #5d6b83;
}

@media (max-width: 1280px) {
  :where(body.page-home) .site-container {
    width: min(1120px, 84vw);
  }
}

@media (max-width: 1280px) {
  :where(body.page-home) .developer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }
}

@media (max-width: 1280px) {
  :where(body.page-home) .hero-grid {
    grid-template-columns: minmax(0, 1100px);
    gap: 0;
  }
}

@media (max-width: 1280px) {
  :where(body.page-home) .hero-copy h1 {
    font-size: 78px;
  }
}

@media (max-width: 1280px) {
  :where(body.page-home) .hero-copy p {
    font-size: 19px;
  }
}

@media (max-width: 1280px) {
  :where(body.page-home) .developer-grid p {
    font-size: 19px;
  }
}

@media (max-width: 1280px) {
  :where(body.page-home) .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1280px) {
  :where(body.page-home) .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .site-container {
    width: calc(100% - 28px);
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .hero-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .coverage-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .developer-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .usecase-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .testimonial-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .contact-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .developer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .hero-copy h1 {
    font-size: 62px;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .hero-cta-row .primary-cta.dark {
    width: auto;
    min-width: 238px;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .hero-actions-inline {
    flex-wrap: wrap;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .hero-actions-inline .primary-cta.dark {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .hero-actions-inline .secondary-cta {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .hero-media {
    border-radius: 30px;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .hero-media img {
    border-radius: 22px;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .usecase-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .why-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .home-blog-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .blog-detail-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .legal-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .inner-hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .feature-grid.resi-usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .article-side {
    position: static;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .legal-side {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .legal-side strong {
    grid-column: 1 / -1;
    margin-bottom: 4px;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .newsletter-section form {
    flex-direction: column;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-sidebar {
    position: static;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-page {
    padding: 26px 0 56px;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-page .doc-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    min-width: 0;
    min-height: auto;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-page .doc-sidebar {
    position: static;
    width: auto;
    min-width: 0;
    max-width: 100%;
    max-height: none;
    overflow: visible;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(13, 20, 40, 0.08);
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-mobile-summary {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 0;
    border-radius: 14px;
    padding: 11px 16px;
    background: #fff;
    color: var(--ink);
    text-align: left;
    overflow: hidden;
    cursor: pointer;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-mobile-summary::after {
    content: "";
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    border-right: 2px solid #6c7790;
    border-bottom: 2px solid #6c7790;
    transform: rotate(45deg) translate(-2px, -2px);
    transition: transform 0.18s ease;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-sidebar.is-open .doc-mobile-summary::after {
    transform: rotate(225deg) translate(-2px, -2px);
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-mobile-label {
    display: block;
    flex: 0 0 auto;
    color: #8b96ab;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-mobile-current {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 2px;
    color: #11182b;
    font-size: 15px;
    font-weight: 900;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-sidebar .doc-menu {
    display: none;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-sidebar.is-open h3 {
    display: block;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-sidebar.is-open > p {
    display: block;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-sidebar.is-open .doc-menu {
    display: grid;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-sidebar.is-open {
    padding-bottom: 12px;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-sidebar h3 {
    display: none;
    margin: 10px 16px 2px;
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-sidebar > p {
    display: none;
    margin: 0 16px 12px;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-menu {
    padding: 0 10px 2px;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-sidebar a {
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 9px 12px;
    font-size: 13px;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-menu-title {
    padding-right: 44px !important;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-menu-toggle {
    top: 0;
    right: 4px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-submenu {
    margin-left: 13px;
    padding-left: 9px;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-sidebar .doc-submenu a {
    min-height: 36px;
    font-size: 12px;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .doc-page .doc-content {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    margin-left: 0;
    max-width: none;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .testimonial-track article {
    flex-basis: 100%;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .slider-btn.prev {
    left: 6px;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .slider-btn.next {
    right: 6px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .hero-stats-section {
    padding: 14px 0 24px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .simplified-header-actions {
    gap: 8px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .hero-heading-line {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .hero-cta-row {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .hero-cta-row .primary-cta.dark {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .hero-trust-note {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .hero-copy h1 {
    font-size: 46px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .legal-card {
    padding: 30px 22px;
    border-radius: 18px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .legal-copy {
    font-size: 15.5px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .legal-copy h2 {
    margin-top: 38px;
    padding-left: 18px;
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .legal-copy h2::before {
    top: 22px;
    height: 24px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .legal-copy h3 {
    padding: 11px 12px 11px 36px;
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .legal-copy h3::before {
    left: 15px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .legal-copy > p:first-child {
    padding: 18px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .legal-copy .legal-alert {
    padding: 18px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .blog-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .home-blog-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .mini-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .feature-grid.resi-usecase-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .level {
    min-height: 24px;
    padding: 0 10px;
    font-size: 11px;
    letter-spacing: 0.6px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .crown {
    display: none;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-page {
    padding: 18px 0 44px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-page .doc-layout {
    gap: 18px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-mobile-summary {
    min-height: 54px;
    padding: 10px 14px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-mobile-current {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-sidebar h3 {
    margin-left: 14px;
    margin-right: 14px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-sidebar > p {
    margin-left: 14px;
    margin-right: 14px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-menu {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-content h1 {
    font-size: 28px;
    line-height: 1.15;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-content h2 {
    font-size: 24px;
    line-height: 1.2;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-content h3 {
    font-size: 17px;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-content p {
    font-size: 14px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-content li {
    font-size: 14px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-note {
    margin: 16px 0;
    padding: 14px 16px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-card-grid article {
    padding: 15px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-content pre {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 14px;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-content table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-table th {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.45;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-table td {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.45;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-content table th {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.45;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .doc-content table td {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.45;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  :where(body.page-home) .plan-traffic {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 339px) {
  :where(body.page-home) .traffic-base {
    font-size: 40px;
  }
}

@media (max-width: 339px) {
  :where(body.page-home) .traffic-bonus {
    font-size: 14px;
  }
}

:where(body.page-home) section.px-6.py-4.bg-indigo-50\/50 {
  display: none;
}

:where(body.page-home) #dify-chatbot-bubble-button {
  background-color: #1C64F2 !important;
}

:where(body.page-home) #dify-chatbot-bubble-window {
  width: 24rem !important;
  height: 40rem !important;
}

html:where(.page-home) {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body:where(.page-home) {
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  max-width: 100%;
  overflow-x: hidden;
}

:where(body.page-home) img {
  vertical-align: middle;
  border: none;
  display: block;
  max-width: 100%;
}

:where(body.page-home) svg {
  max-width: 100%;
}

:where(body.page-home) video {
  max-width: 100%;
}

:where(body.page-home) canvas {
  max-width: 100%;
}

:where(body.page-home) .simplified-header-actions .mobile-toggle {
  display: none;
}

:where(body.page-home) .hero-title-segment {
  display: inline;
}

@media (max-width: 1399px) {
  :where(body.page-home) .plan-traffic {
    max-width: 100%;
  }
}

@media (max-width: 1399px) {
  :where(body.page-home) .traffic-base {
    white-space: nowrap;
  }
}

@media (max-width: 1399px) {
  :where(body.page-home) .traffic-bonus {
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .site-container {
    width: calc(100% - 24px);
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .simplified-header-actions .mobile-toggle {
    display: none;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .simplified-header-actions .signup-link {
    min-width: 92px;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 13px;
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .hero-stats-card {
    width: calc(100% - 12px);
    border-radius: 24px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .hero-stats-card .hero-section {
    padding: 44px 0 28px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .hero-copy .home-hero-title {
    max-width: 340px;
    font-size: clamp(34px, 8.7vw, 36px);
    line-height: 1.18;
    letter-spacing: -1.2px;
    text-wrap: balance;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .hero-title-segment {
    display: block;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .hero-copy .hero-offer-title {
    max-width: 340px;
    font-size: clamp(24px, 6.6vw, 26px);
    line-height: 1.1;
    letter-spacing: -0.8px;
    text-wrap: balance;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .hero-copy .hero-body {
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .hero-copy p {
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .contact-section p {
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .developer-grid p {
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .hero-benefits {
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .hero-benefits li {
    width: 100%;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .hero-network-badge {
    max-width: 100%;
    white-space: normal;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .section-heading h2 {
    font-size: clamp(27px, 7.4vw, 29px);
    line-height: 1.2;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .contact-section h2 {
    font-size: clamp(27px, 7.4vw, 29px);
    line-height: 1.2;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .developer-grid h2 {
    font-size: clamp(27px, 7.4vw, 29px);
    line-height: 1.2;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .legal-hero h1 {
    font-size: clamp(27px, 7.4vw, 29px);
    line-height: 1.2;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .section-heading p {
    font-size: 15px;
    line-height: 1.5;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .usecase-grid h3 {
    margin: 0 0 8px;
    font-size: 21px;
    line-height: 1.35;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .usecase-grid p {
    max-width: none;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .usecase-grid {
    gap: 12px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .code-tabs button {
    flex: 1 1 0;
    min-width: 0;
    min-height: 48px;
    padding: 0 8px;
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .code-tabs {
    width: 100%;
    gap: 8px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .hero-section {
    padding: 46px 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .coverage-section {
    padding: 46px 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .developer-section {
    padding: 46px 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .usecase-section {
    padding: 46px 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .testimonial-section {
    padding: 46px 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .contact-section {
    padding: 46px 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .plan-total {
    grid-area: total;
    min-height: 26px;
    margin-top: 14px;
    padding: 0 10px;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .plan-traffic {
    grid-area: traffic;
    height: auto;
    min-height: 48px;
    align-items: baseline;
    flex-direction: row;
    justify-content: flex-start;
    gap: 9px;
    margin: 6px 0 0;
    color: #06132d;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .traffic-base {
    font-size: clamp(38px, 10.8vw, 42px);
    line-height: 1;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .traffic-bonus {
    color: var(--violet);
    font-size: clamp(14px, 3.5vw, 15px);
    line-height: 1.25;
    font-weight: 900;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .unit-price-comparison {
    margin-top: 8px;
    grid-area: unit;
    min-height: 26px;
    justify-content: flex-start;
    gap: 8px;
    margin: 10px 0 0;
    font-size: 19px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .unit-price-original {
    font-size: 15.5px;
    text-decoration-thickness: 1.75px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .unit-price-discount {
    font-size: 19px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .monthly-price {
    grid-area: monthly;
    min-height: 27px;
    margin-top: 4px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .monthly-price-value {
    color: #52627e;
    font-size: 20px;
    font-weight: 900;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .monthly-price-period {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .country-grid {
    max-width: 620px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .country-card {
    min-width: 0;
    padding: 20px;
    border-radius: 18px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .usecase-grid article {
    min-height: 0;
    text-align: left;
    min-width: 0;
    padding: 20px;
    border-radius: 18px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .feature-grid article {
    min-width: 0;
    padding: 20px;
    border-radius: 18px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .testimonial-track article {
    min-width: 0;
    padding: 20px;
    border-radius: 18px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .code-card {
    min-width: 0;
    padding: 20px;
    border-radius: 18px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .contact-card {
    min-width: 0;
    padding: 20px;
    border-radius: 18px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .code-card pre {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .developer-section pre {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) #dify-chatbot-bubble-window {
    right: 12px !important;
    bottom: 82px !important;
    width: calc(100vw - 24px) !important;
    max-width: 24rem !important;
    height: min(70vh, 40rem) !important;
  }
}

@media (max-width: 380px) {
  :where(body.page-home) .site-container {
    width: calc(100% - 20px);
  }
}

@media (max-width: 380px) {
  :where(body.page-home) .simplified-header-actions .signup-link {
    min-width: 84px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  :where(body.page-home) .hero-copy .home-hero-title {
    max-width: 330px;
    font-size: 34px;
  }
}

@media (max-width: 380px) {
  :where(body.page-home) .hero-copy .hero-offer-title {
    max-width: 330px;
    font-size: 24px;
  }
}

@media (max-width: 380px) {
  :where(body.page-home) .hero-copy .hero-body {
    font-size: 15px;
    line-height: 1.5;
  }
}

@media (max-width: 380px) {
  :where(body.page-home) .hero-copy p {
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  :where(body.page-home) .section-heading p {
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  :where(body.page-home) .contact-section p {
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  :where(body.page-home) .developer-grid p {
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  :where(body.page-home) .plan-traffic {
    gap: 7px;
  }
}

@media (max-width: 380px) {
  :where(body.page-home) .traffic-bonus {
    font-size: 13px;
  }
}

:where(body.page-home) .mobile-toggle {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  padding: 0;
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  display: none;
}

@media (max-width: 1180px) and (min-width: 961px) {
  :where(body.page-home) .site-container.header-inner {
    width: calc(100% - 36px);
    gap: 18px;
  }
}

@media (max-width: 960px) {
  :where(body.page-home) .mobile-toggle {
    order: 3;
    display: block !important;
  }
}

@media (max-width: 640px) {
  :where(body.page-home) .mobile-toggle {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
}

@media (max-width: 479px) {
  body:where(.page-home) {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) main h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .hero-copy h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .inner-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .legal-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .blog-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) main h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .section-heading h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .page-cta h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .sales-cta h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .contact-section h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .developer-grid h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) main h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .feature-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .use-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .usecase-grid h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .home-blog-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .blog-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) main p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) main li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .hero-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .inner-hero p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .section-heading p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .feature-card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .use-card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .usecase-grid p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .contact-section p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .developer-grid p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .eyebrow {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .breadcrumb-band {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .page-cta .primary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .page-cta .secondary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .sales-cta .primary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .doc-content h1 {
    font-size: 27px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .doc-content h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .legal-copy h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .doc-content h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .legal-copy h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .doc-content p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .doc-content li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .legal-copy {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .legal-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .legal-copy li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .code-card pre {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .developer-section pre {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-home) .doc-content pre {
    font-size: 12px !important;
  }
}

/* === Page layout: rotating-proxies === */

:root:where(.page-rotating-proxies) {
  --ink: #0d1428;
  --navy: #08132c;
  --muted: #5c6e8b;
  --line: #e4eaf4;
  --soft: #f5f8fc;
  --violet: #5548eb;
  --footer: #020715;
}

:where(body.page-rotating-proxies) * {
  box-sizing: border-box;
}

html:where(.page-rotating-proxies) {
  scroll-behavior: smooth;
}

body:where(.page-rotating-proxies) {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font: 14px/1.5 Inter,Arial,Helvetica,sans-serif;
}

:where(body.page-rotating-proxies) button {
  font: inherit;
}

:where(body.page-rotating-proxies) a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}

:where(body.page-rotating-proxies) img {
  display: block;
  max-width: 100%;
}

:where(body.page-rotating-proxies) .site-container {
  width: min(1600px,84vw);
  margin: 0 auto;
}

:where(body.page-rotating-proxies) .has-children>a:after {
  content: "";
  width: 7px;
  height: 7px;
  margin: -4px 0 0 9px;
  border-right: 1.7px solid;
  border-bottom: 1.7px solid;
  transform: rotate(45deg);
}

:where(body.page-rotating-proxies) .has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%,0);
}

:where(body.page-rotating-proxies) .has-children:focus-within>.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%,0);
}

:where(body.page-rotating-proxies) .mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

:where(body.page-rotating-proxies) .mobile-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

:where(body.page-rotating-proxies) .cms-spacer {
  height: 21px;
  margin: 0;
}

:where(body.page-rotating-proxies) .breadcrumb-band {
  padding: 18px 0;
  color: #77849a;
  background: #f5f8fd;
}

:where(body.page-rotating-proxies) .breadcrumb-band a {
  color: #5f6df2;
}

:where(body.page-rotating-proxies) .inner-hero {
  padding: 72px 0 66px;
  background: linear-gradient(110deg,#f7faff 0%,#fff 58%,#fbf8ff 100%);
}

:where(body.page-rotating-proxies) .inner-hero-grid {
  display: grid;
  grid-template-columns: minmax(420px,.9fr) minmax(480px,1fr);
  align-items: center;
  gap: 72px;
}

:where(body.page-rotating-proxies) .eyebrow {
  display: inline-flex;
  padding: 8px 16px;
  border: 1px solid #dfe4ff;
  border-radius: 999px;
  color: #4034d7;
  background: #f5f6ff;
  font-size: 14px;
  font-weight: 900;
}

:where(body.page-rotating-proxies) .inner-hero h1 {
  max-width: 780px;
  margin: 18px 0 22px;
  color: #08132c;
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
}

:where(body.page-rotating-proxies) .inner-hero h1 strong {
  color: var(--violet);
}

:where(body.page-rotating-proxies) .inner-hero p {
  max-width: 720px;
  margin: 0 0 32px;
  color: var(--muted);
  font-size: 17px;
}

:where(body.page-rotating-proxies) .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

:where(body.page-rotating-proxies) .hero-actions-inline {
  align-items: center;
  flex-wrap: nowrap;
}

:where(body.page-rotating-proxies) .hero-trust-note {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  color: #52627e;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
  white-space: nowrap;
}

:where(body.page-rotating-proxies) .hero-trust-note:before {
  content: "";
  width: 11px;
  height: 6px;
  border-left: 2px solid var(--violet);
  border-bottom: 2px solid var(--violet);
  transform: rotate(-45deg) translateY(-1px);
}

:where(body.page-rotating-proxies) .device-frame {
  position: relative;
  overflow: visible;
  padding: 18px;
  border: 1px solid #dedcff;
  border-radius: 32px;
  background: linear-gradient(145deg,#f4f3ff,#fff 48%,#ecfbff);
  box-shadow: 0 38px 80px rgba(46,26,111,.16);
}

:where(body.page-rotating-proxies) .device-frame:before {
  display: none;
}

:where(body.page-rotating-proxies) .proxy-visual-shell {
  position: relative;
  z-index: 1;
  min-height: 430px;
  padding: 20px;
  border: 1px solid rgba(105,96,225,.18);
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 24px 60px rgba(31,42,82,.12);
}

:where(body.page-rotating-proxies) .visual-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

:where(body.page-rotating-proxies) .visual-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #10182c;
  font-size: 14px;
  font-weight: 900;
}

:where(body.page-rotating-proxies) .visual-brand-mark {
  width: 26px;
  height: 26px;
  border-radius: 9px;
  background: linear-gradient(135deg,#6556f1,#35cdd0);
  box-shadow: 0 8px 18px rgba(85,72,235,.24);
}

:where(body.page-rotating-proxies) .visual-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #16745f;
  background: #e8fbf4;
  font-size: 11px;
  font-weight: 900;
}

:where(body.page-rotating-proxies) .visual-live:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #23b98b;
  box-shadow: 0 0 0 4px rgba(35,185,139,.12);
}

:where(body.page-rotating-proxies) .visual-access {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

:where(body.page-rotating-proxies) .visual-field {
  padding: 10px 12px;
  border: 1px solid #e4e8f2;
  border-radius: 11px;
  background: #f9fbff;
}

:where(body.page-rotating-proxies) .visual-field small {
  display: block;
  margin-bottom: 5px;
  color: #8a96aa;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .8px;
}

:where(body.page-rotating-proxies) .visual-field span {
  display: block;
  overflow: hidden;
  color: #2a3550;
  font: 11px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:where(body.page-rotating-proxies) .visual-main {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 12px;
}

:where(body.page-rotating-proxies) .visual-stats {
  display: grid;
  gap: 10px;
}

:where(body.page-rotating-proxies) .visual-stat {
  padding: 15px 14px;
  border: 1px solid #e6e9f4;
  border-radius: 14px;
  background: #fff;
}

:where(body.page-rotating-proxies) .visual-stat small {
  display: block;
  margin-bottom: 6px;
  color: #8a96aa;
  font-size: 10px;
  font-weight: 800;
}

:where(body.page-rotating-proxies) .visual-stat strong {
  color: #10182c;
  font-size: 23px;
  line-height: 1;
}

:where(body.page-rotating-proxies) .visual-stat em {
  display: block;
  margin-top: 5px;
  color: #4d43dc;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

:where(body.page-rotating-proxies) .visual-chart {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 15px;
  border: 1px solid #e2e6f1;
  border-radius: 16px;
  background: #fbfcff;
}

:where(body.page-rotating-proxies) .visual-chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  color: #10182c;
  font-size: 12px;
  font-weight: 900;
}

:where(body.page-rotating-proxies) .visual-chart-head span {
  color: #65718a;
  font-size: 9px;
}

:where(body.page-rotating-proxies) .visual-chart svg {
  display: block;
  width: 100%;
  height: 150px;
}

:where(body.page-rotating-proxies) .chart-grid {
  stroke: #e8ebf4;
  stroke-width: 1;
}

:where(body.page-rotating-proxies) .chart-area {
  fill: url(#proxyChartGradient);
}

:where(body.page-rotating-proxies) .chart-line {
  fill: none;
  stroke: #5b4dea;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(body.page-rotating-proxies) .chart-dot {
  fill: #fff;
  stroke: #5b4dea;
  stroke-width: 3;
}

:where(body.page-rotating-proxies) .visual-protocols {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

:where(body.page-rotating-proxies) .visual-protocols span {
  padding: 7px 10px;
  border-radius: 9px;
  color: #4d43dc;
  background: #f0efff;
  font-size: 10px;
  font-weight: 900;
}

:where(body.page-rotating-proxies) .visual-protocols span:last-child {
  color: #087a82;
  background: #e7fbfc;
}

:where(body.page-rotating-proxies) .setup-visual-head {
  margin-bottom: 17px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8ecf4;
}

:where(body.page-rotating-proxies) .setup-visual-kicker {
  display: block;
  margin-bottom: 4px;
  color: #3475ef;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.4px;
}

:where(body.page-rotating-proxies) .setup-visual-title {
  color: #202733;
  font-size: 22px;
  line-height: 1.15;
}

:where(body.page-rotating-proxies) .setup-visual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

:where(body.page-rotating-proxies) .setup-field {
  min-width: 0;
}

:where(body.page-rotating-proxies) .setup-field.wide {
  grid-column: 1/-1;
}

:where(body.page-rotating-proxies) .setup-label {
  display: block;
  margin-bottom: 6px;
  color: #53627c;
  font-size: 10px;
  font-weight: 900;
}

:where(body.page-rotating-proxies) .setup-label em {
  color: #e34150;
  font-style: normal;
}

:where(body.page-rotating-proxies) .setup-input {
  display: flex;
  height: 42px;
  min-width: 0;
  align-items: center;
  border: 1px solid #d9e0ea;
  border-radius: 10px;
  background: #fff;
  color: #2b313b;
  font-size: 13px;
  justify-content: space-between;
  padding: 0 12px;
}

:where(body.page-rotating-proxies) .setup-input.muted {
  color: #7b879a;
  background: #f0f2f6;
}

:where(body.page-rotating-proxies) .setup-chevron {
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-right: 2px solid #2f3742;
  border-bottom: 2px solid #2f3742;
  transform: rotate(45deg) translateY(-2px);
}

:where(body.page-rotating-proxies) .setup-segment {
  display: flex;
  height: 42px;
  min-width: 0;
  align-items: center;
  border: 1px solid #d9e0ea;
  border-radius: 10px;
  color: #2b313b;
  font-size: 13px;
  padding: 4px;
  background: #f5f7fb;
}

:where(body.page-rotating-proxies) .setup-segment span {
  display: flex;
  height: 32px;
  flex: 1;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #6c7890;
  font-size: 12px;
  font-weight: 900;
}

:where(body.page-rotating-proxies) .setup-segment span.active {
  color: #285dcc;
  background: #fff;
  box-shadow: 0 4px 12px rgba(27,44,82,.1);
}

:where(body.page-rotating-proxies) .setup-connect {
  display: grid;
  grid-template-columns: 1.45fr .55fr;
  grid-column: 1/-1;
  gap: 12px;
}

:where(body.page-rotating-proxies) .setup-actions {
  display: flex;
  grid-column: 1/-1;
  gap: 10px;
  margin-top: 2px;
}

:where(body.page-rotating-proxies) .setup-button {
  display: flex;
  min-width: 118px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #66717f;
  border-radius: 10px;
  color: #67717f;
  background: #fff;
  font-size: 14px;
}

:where(body.page-rotating-proxies) .setup-button.primary {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg,#3475ef,#6653ef);
  box-shadow: 0 10px 22px rgba(69,89,235,.22);
}

:where(body.page-rotating-proxies) .dashboard-hero-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border: 1px solid rgba(105,96,225,.16);
  border-radius: 22px;
  background: #f5f8ff;
  box-shadow: 0 24px 60px rgba(31,42,82,.12);
}

:where(body.page-rotating-proxies) .protocol-float-card {
  position: absolute;
  bottom: 42px;
  left: -64px;
  z-index: 3;
  width: 214px;
  padding: 16px;
  border: 1px solid rgba(108,102,224,.28);
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 22px 46px rgba(39,43,94,.2);
  backdrop-filter: blur(10px);
}

:where(body.page-rotating-proxies) .protocol-float-title {
  display: block;
  margin-bottom: 11px;
  padding-bottom: 9px;
  border-bottom: 1px dashed #d9def0;
  color: #485671;
  font-size: 13px;
  font-weight: 900;
}

:where(body.page-rotating-proxies) .protocol-float-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

:where(body.page-rotating-proxies) .protocol-badge {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .2px;
  box-shadow: 0 10px 22px rgba(69,72,190,.2);
}

:where(body.page-rotating-proxies) .protocol-http {
  background: linear-gradient(135deg,#2464f5,#6049e9);
}

:where(body.page-rotating-proxies) .protocol-socks {
  background: linear-gradient(135deg,#12b6aa,#25cdb9);
}

:where(body.page-rotating-proxies) .network-stats-section {
  padding: 22px 0;
  border-top: 1px solid #edf1f7;
  border-bottom: 1px solid #edf1f7;
  background: #f8faff;
}

:where(body.page-rotating-proxies) .network-stats-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  max-width: 1180px;
  align-items: start;
  gap: clamp(40px,5vw,80px);
  margin: 0 auto;
}

:where(body.page-rotating-proxies) .network-stat {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

:where(body.page-rotating-proxies) .network-stat-label {
  display: block;
  margin-top: 6px;
  color: #65718a;
  font-size: 13px;
  font-weight: 500;
}

:where(body.page-rotating-proxies) .network-stat strong {
  display: flex;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  color: #756be8;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0;
}

:where(body.page-rotating-proxies) .network-stat.protocol-stat strong {
  font-size: 20px;
  letter-spacing: 0;
}

:where(body.page-rotating-proxies) .white-section {
  padding: 70px 0;
  background: #fff;
}

:where(body.page-rotating-proxies) .subtle-section {
  padding: 72px 0;
  background: #f5f8fc;
}

:where(body.page-rotating-proxies) .section-heading {
  margin-bottom: 76px;
  text-align: center;
}

:where(body.page-rotating-proxies) .section-heading h2 {
  margin: 0;
  color: #06132d;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 900;
}

:where(body.page-rotating-proxies) .section-heading p {
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 18px;
}

:where(body.page-rotating-proxies) .feature-intro p {
  max-width: 980px;
  line-height: 1.7;
}

:where(body.page-rotating-proxies) .feature-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 26px;
}

:where(body.page-rotating-proxies) .feature-card {
  min-height: 210px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  transition: border-color .18s ease,box-shadow .18s ease;
}

@media(hover:hover) and (pointer:fine) {
  :where(body.page-rotating-proxies) .feature-card:hover {
    border-color: #151d31;
    box-shadow: 0 16px 40px rgba(16,24,42,.08);
  }
}

:where(body.page-rotating-proxies) .feature-card h3 {
  margin: 0 0 10px;
  color: #08132c;
  font-size: 18px;
  font-weight: 900;
}

:where(body.page-rotating-proxies) .feature-card p {
  margin: 0;
  color: #5f6e88;
  font-size: 14px;
}

:where(body.page-rotating-proxies) .developer-grid {
  display: grid;
  grid-template-columns: minmax(360px,1fr) minmax(440px,1.05fr);
  align-items: center;
  gap: 70px;
}

:where(body.page-rotating-proxies) .developer-grid h2 {
  margin: 0;
  color: #06132d;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 900;
}

:where(body.page-rotating-proxies) .check-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

:where(body.page-rotating-proxies) .check-list li {
  position: relative;
  margin: 16px 0;
  padding-left: 34px;
  color: #45566f;
  font-size: 17px;
}

:where(body.page-rotating-proxies) .check-list li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 14px;
  height: 8px;
  border-left: 2px solid #c9a139;
  border-bottom: 2px solid #c9a139;
  transform: rotate(-45deg);
}

:where(body.page-rotating-proxies) .code-card {
  display: flex;
  width: 100%;
  max-width: 560px;
  height: 550px;
  min-width: 0;
  justify-self: end;
  flex-direction: column;
  padding: 28px;
  border-radius: 24px;
  color: #dce6ff;
  background: #1d1b2d;
  box-shadow: 0 30px 70px rgba(12,20,40,.22);
}

:where(body.page-rotating-proxies) .window-dots {
  height: 10px;
  margin-bottom: 22px;
  flex: 0 0 auto;
}

:where(body.page-rotating-proxies) .window-dots:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #5548eb;
  box-shadow: 17px 0 #7e70ff,34px 0 #16d4c4;
}

:where(body.page-rotating-proxies) .code-card pre {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: auto;
  flex: 1 1 auto;
  white-space: pre;
  overscroll-behavior: contain;
  scrollbar-color: #5f587e transparent;
  scrollbar-width: thin;
  font: 14px/1.7 ui-monospace,SFMono-Regular,Menlo,monospace;
}

:where(body.page-rotating-proxies) .code-card pre::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

:where(body.page-rotating-proxies) .code-card pre::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #5f587e;
}

:where(body.page-rotating-proxies) .code-card pre::-webkit-scrollbar-corner {
  background: transparent;
}

:where(body.page-rotating-proxies) .code-card pre:before {
  content: "Python · requests";
  display: block;
  margin-bottom: 12px;
  color: #9c8cff;
}

:where(body.page-rotating-proxies) .code-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: #8690aa;
  flex: 0 0 auto;
}

:where(body.page-rotating-proxies) .code-footer a {
  color: #8d83ff;
  font-size: 18px;
  font-weight: 900;
}

:where(body.page-rotating-proxies) .plan-total {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  align-self: flex-start;
  margin-top: 22px;
  padding: 0 11px;
  border-radius: 999px;
  color: #b51f60;
  background: #fff0f6;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .2px;
}

:where(body.page-rotating-proxies) .plan-traffic {
  display: flex;
  height: 78px;
  min-width: 0;
  align-items: baseline;
  gap: 5px;
  margin: 8px 0 0;
  white-space: nowrap;
  color: #101829;
  line-height: 1;
}

:where(body.page-rotating-proxies) .traffic-base {
  font-size: clamp(34px,2.45vw,46px);
  font-weight: 900;
  letter-spacing: -1.5px;
}

:where(body.page-rotating-proxies) .traffic-bonus {
  color: var(--violet);
  font-size: clamp(13px,1vw,16px);
  line-height: 1.25;
  font-weight: 900;
  white-space: nowrap;
}

:where(body.page-rotating-proxies) .unit-price-comparison {
  display: flex;
  min-height: 36px;
  align-items: baseline;
  gap: 8px;
  margin: 12px 0 0;
  white-space: nowrap;
  color: #101829;
  font-size: clamp(17px,1.35vw,23px);
  line-height: 1.25;
}

:where(body.page-rotating-proxies) .unit-price-original {
  color: #8a96ac;
  font-weight: 800;
  text-decoration: line-through 2px;
}

:where(body.page-rotating-proxies) .unit-price-discount {
  color: #101829;
  font-weight: 900;
}

:where(body.page-rotating-proxies) .monthly-price {
  display: flex;
  min-height: 28px;
  align-items: baseline;
  gap: 4px;
  margin-top: 8px;
  white-space: nowrap;
  color: #687792;
}

:where(body.page-rotating-proxies) .monthly-price-value {
  font-size: 20px;
  font-weight: 800;
}

:where(body.page-rotating-proxies) .monthly-price-period {
  font-size: 16px;
  font-weight: 700;
}

:where(body.page-rotating-proxies) .pricing-enterprise-link {
  margin: 18px 0 0;
  color: #687792;
  text-align: center;
}

:where(body.page-rotating-proxies) .pricing-enterprise-link a {
  color: var(--violet);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

:where(body.page-rotating-proxies) .compact-faq {
  padding: 76px 0;
}

:where(body.page-rotating-proxies) .narrow {
  max-width: 885px;
}

:where(body.page-rotating-proxies) .compact-faq .section-heading {
  margin-bottom: 46px;
}

:where(body.page-rotating-proxies) .page-cta {
  padding: 78px 0;
  color: #fff;
  text-align: center;
  background: var(--violet);
}

:where(body.page-rotating-proxies) .page-cta h2 {
  max-width: 840px;
  margin: 0 auto 12px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 900;
}

:where(body.page-rotating-proxies) .page-cta p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: #e5e4ff;
}

:where(body.page-rotating-proxies) .page-cta .hero-actions {
  justify-content: center;
}

:where(body.page-rotating-proxies) .page-cta .primary-cta {
  min-width: 180px;
  min-height: 56px;
  border-radius: 10px;
  font-size: 15px;
  color: var(--violet);
  background: #fff;
}

:where(body.page-rotating-proxies) .page-cta .secondary-cta {
  min-width: 180px;
  min-height: 56px;
  border-radius: 10px;
  font-size: 15px;
  border-color: #0c1428;
  color: #fff;
  background: #0c1428;
}

@media(max-width:1180px) {
  :where(body.page-rotating-proxies) .site-container {
    width: 84vw;
  }
}

@media(max-width:1180px) {
  :where(body.page-rotating-proxies) .feature-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media(max-width:1100px) {
  :where(body.page-rotating-proxies) .inner-hero-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width:1100px) {
  :where(body.page-rotating-proxies) .developer-grid {
    grid-template-columns: minmax(0,1fr);
  }
}

@media(max-width:1100px) {
  :where(body.page-rotating-proxies) .developer-grid>* {
    min-width: 0;
  }
}

@media(max-width:1100px) {
  :where(body.page-rotating-proxies) .device-frame {
    display: none;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-proxies) .site-container {
    width: calc(100% - 48px);
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-proxies) .mobile-toggle {
    display: block;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-proxies) .inner-hero {
    padding: 64px 0;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-proxies) .inner-hero-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-proxies) .inner-hero h1 {
    max-width: 720px;
    font-size: 48px;
    line-height: 1.08;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-proxies) .inner-hero p {
    max-width: 680px;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-proxies) .white-section {
    padding: 64px 0;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-proxies) .subtle-section {
    padding: 64px 0;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-proxies) .section-heading {
    margin-bottom: 52px;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-proxies) .section-heading h2 {
    font-size: 38px;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-proxies) .feature-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 20px;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-proxies) .developer-grid {
    grid-template-columns: minmax(0,1fr);
    gap: 44px;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-proxies) .developer-grid>* {
    min-width: 0;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-proxies) .developer-grid h2 {
    font-size: 42px;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-proxies) .code-card {
    max-width: none;
    height: 550px;
    justify-self: start;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-proxies) .code-card pre {
    overflow-wrap: normal;
    word-break: normal;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-proxies) .network-stats-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 30px 48px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .site-container {
    width: calc(100% - 32px);
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .cms-spacer {
    height: 10px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .breadcrumb-band {
    padding: 12px 0;
    font-size: 12px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .inner-hero {
    padding: 44px 0 48px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .inner-hero-grid {
    gap: 28px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .eyebrow {
    padding: 7px 11px;
    font-size: 12px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .inner-hero h1 {
    margin: 16px 0 18px;
    font-size: 34px;
    line-height: 1.18;
    letter-spacing: -.7px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .inner-hero p {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 1.65;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .hero-actions-inline {
    align-items: stretch;
    flex-direction: column;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .hero-trust-note {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .network-stats-section {
    padding: 22px 0;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .network-stats-grid {
    gap: 26px 18px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .network-stat-label {
    margin-top: 5px;
    font-size: 11px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .network-stat strong {
    font-size: 24px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .network-stat.protocol-stat strong {
    font-size: 15px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .white-section {
    padding: 52px 0;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .subtle-section {
    padding: 52px 0;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .section-heading {
    margin-bottom: 38px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .section-heading h2 {
    font-size: 32px;
    line-height: 1.18;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .developer-grid h2 {
    font-size: 32px;
    line-height: 1.18;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .section-heading p {
    margin-top: 12px;
    font-size: 16px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .feature-card {
    min-height: 0;
    padding: 24px;
    border-radius: 16px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .developer-grid {
    gap: 34px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .check-list {
    margin-top: 22px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .check-list li {
    margin: 14px 0;
    padding-left: 30px;
    font-size: 15px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .code-card {
    height: 520px;
    padding: 20px;
    border-radius: 16px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .window-dots {
    margin-bottom: 18px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .code-card pre {
    min-height: 0;
    font-size: 12.5px;
    line-height: 1.65;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .code-footer {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
    padding-top: 14px;
    font-size: 12px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .code-footer a {
    font-size: 15px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .plan-traffic {
    height: auto;
    min-height: 64px;
    flex-wrap: wrap;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .traffic-base {
    font-size: 38px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .compact-faq .section-heading {
    margin-bottom: 34px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .page-cta {
    padding: 54px 0;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .page-cta h2 {
    font-size: 30px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .page-cta .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .page-cta .primary-cta {
    width: 100%;
    min-width: 0;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-proxies) .page-cta .secondary-cta {
    width: 100%;
    min-width: 0;
  }
}

@media(max-width:390px) {
  :where(body.page-rotating-proxies) .site-container {
    width: calc(100% - 24px);
  }
}

@media(max-width:390px) {
  :where(body.page-rotating-proxies) .eyebrow {
    font-size: 11px;
  }
}

@media(max-width:390px) {
  :where(body.page-rotating-proxies) .inner-hero h1 {
    font-size: 32px;
  }
}

@media(max-width:390px) {
  :where(body.page-rotating-proxies) .code-card {
    height: 510px;
    padding: 18px;
  }
}

@media(max-width:390px) {
  :where(body.page-rotating-proxies) .network-stats-grid {
    gap: 24px 12px;
  }
}

@media(max-width:390px) {
  :where(body.page-rotating-proxies) .unit-price-comparison {
    gap: 6px;
    font-size: 16px;
  }
}

@media(min-width:961px) and (max-width:1180px) {
  :where(body.page-rotating-proxies) .site-container.header-inner {
    width: calc(100% - 36px);
    gap: 18px;
  }
}

@media(min-width:961px) and (max-width:1080px) {
  :where(body.page-rotating-proxies) .mobile-toggle {
    display: none;
  }
}

@media(min-width:961px) and (max-width:1080px) {
  :where(body.page-rotating-proxies) .has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%,0);
  }
}

@media(min-width:961px) and (max-width:1080px) {
  :where(body.page-rotating-proxies) .has-children:focus-within>.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%,0);
  }
}

@media(max-width:960px) {
  :where(body.page-rotating-proxies) .site-container {
    width: calc(100% - 28px);
  }
}

@media(max-width:960px) {
  :where(body.page-rotating-proxies) .mobile-toggle {
    display: block;
    order: 3;
  }
}

:where(body.page-rotating-proxies) .compact-faq .site-container.narrow {
  width: calc(100% - 48px);
  max-width: 885px;
  margin-right: auto;
  margin-left: auto;
}

:where(body.page-rotating-proxies) .site-container.faq-wrap {
  width: calc(100% - 48px);
  max-width: 885px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 640px) {
  :where(body.page-rotating-proxies) .compact-faq .site-container.narrow {
    width: calc(100% - 32px);
  }
}

@media (max-width: 640px) {
  :where(body.page-rotating-proxies) .site-container.faq-wrap {
    width: calc(100% - 32px);
  }
}

@media (max-width: 479px) {
  body:where(.page-rotating-proxies) {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) main h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .hero-copy h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .inner-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .legal-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .blog-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) main h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .section-heading h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .page-cta h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .sales-cta h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .contact-section h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .developer-grid h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) main h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .feature-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .use-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .usecase-grid h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .home-blog-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .blog-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) main p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) main li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .hero-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .inner-hero p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .section-heading p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .feature-card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .use-card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .usecase-grid p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .contact-section p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .developer-grid p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .eyebrow {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .breadcrumb-band {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .page-cta .primary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .page-cta .secondary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .sales-cta .primary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .doc-content h1 {
    font-size: 27px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .doc-content h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .legal-copy h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .doc-content h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .legal-copy h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .doc-content p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .doc-content li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .legal-copy {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .legal-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .legal-copy li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .code-card pre {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .developer-section pre {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-proxies) .doc-content pre {
    font-size: 12px !important;
  }
}

/* === Page layout: rotating-resi-proxies === */

:root:where(.page-rotating-resi-proxies) {
  --ink: #0d1428;
  --navy: #07142d;
  --muted: #62718a;
  --line: #e3e9f3;
  --soft: #f5f8fc;
  --violet: #5848e8;
  --violet-dark: #4033c9;
  --cyan: #1ec8c5;
  --footer: #020715;
  --success: #1aa681;
}

:where(body.page-rotating-resi-proxies) * {
  box-sizing: border-box;
}

html:where(.page-rotating-resi-proxies) {
  scroll-behavior: smooth;
}

:where(body.page-rotating-resi-proxies) button {
  font: inherit;
}

:where(body.page-rotating-resi-proxies) a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}

:where(body.page-rotating-resi-proxies) img {
  display: block;
  max-width: 100%;
}

:where(body.page-rotating-resi-proxies) .has-children>a:after {
  content: "";
  width: 7px;
  height: 7px;
  margin: -4px 0 0 9px;
  border-right: 1.7px solid;
  border-bottom: 1.7px solid;
  transform: rotate(45deg);
}

:where(body.page-rotating-resi-proxies) .has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%,0);
}

:where(body.page-rotating-resi-proxies) .has-children:focus-within>.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%,0);
}

:where(body.page-rotating-resi-proxies) .mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

:where(body.page-rotating-resi-proxies) .mobile-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

:where(body.page-rotating-resi-proxies) .breadcrumb-band a {
  color: var(--violet);
}

:where(body.page-rotating-resi-proxies) .eyebrow {
  display: inline-flex;
  padding: 8px 14px;
  border: 1px solid #dbdffd;
  border-radius: 999px;
  color: #4437cd;
  background: #f3f3ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .2px;
}

:where(body.page-rotating-resi-proxies) .hero-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid #dadffc;
  border-radius: 28px;
  background: #0b1530;
  box-shadow: 0 34px 75px rgba(22,30,72,.2);
}

:where(body.page-rotating-resi-proxies) .hero-panel:before {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(88,72,232,.35);
  filter: blur(10px);
}

:where(body.page-rotating-resi-proxies) .panel-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

:where(body.page-rotating-resi-proxies) .panel-title {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

:where(body.page-rotating-resi-proxies) .panel-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #6fe6c6;
  font-size: 12px;
  font-weight: 900;
}

:where(body.page-rotating-resi-proxies) .panel-live:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #42d6ad;
  box-shadow: 0 0 0 5px rgba(66,214,173,.12);
}

:where(body.page-rotating-resi-proxies) .panel-main {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}

:where(body.page-rotating-resi-proxies) .panel-stat {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 15px;
  background: rgba(255,255,255,.055);
}

:where(body.page-rotating-resi-proxies) .panel-stat small {
  display: block;
  color: #8492af;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

:where(body.page-rotating-resi-proxies) .panel-stat strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 27px;
  line-height: 1;
}

:where(body.page-rotating-resi-proxies) .panel-route {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
  padding: 16px;
  border-radius: 15px;
  color: #cbd5ea;
  background: rgba(255,255,255,.06);
  font: 12px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;
}

:where(body.page-rotating-resi-proxies) .panel-route span:last-child {
  color: #76e4ca;
}

:where(body.page-rotating-resi-proxies) .section.soft {
  background: var(--soft);
}

:where(body.page-rotating-resi-proxies) .feature-card p {
  margin: 0;
  color: var(--muted);
}

:where(body.page-rotating-resi-proxies) .pricing-panel {
  display: none;
}

:where(body.page-rotating-resi-proxies) .pricing-panel.active {
  display: block;
}

:where(body.page-rotating-resi-proxies) .featured .plan-badge {
  color: #fff;
  background: var(--violet);
}

:where(body.page-rotating-resi-proxies) .featured h3 {
  color: #fff;
}

:where(body.page-rotating-resi-proxies) .featured .plan-price strong {
  color: #fff;
}

:where(body.page-rotating-resi-proxies) .featured .plan-price span {
  color: #aebbd4;
}

:where(body.page-rotating-resi-proxies) .featured .plan-features {
  border-color: rgba(255,255,255,.12);
}

:where(body.page-rotating-resi-proxies) .featured .plan-features li {
  color: #c4cee0;
}

:where(body.page-rotating-resi-proxies) .plan-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--success);
  font-weight: 900;
}

:where(body.page-rotating-resi-proxies) .featured>a {
  border-color: var(--violet);
  color: #fff;
  background: var(--violet);
}

:where(body.page-rotating-resi-proxies) .pricing-note a {
  color: var(--violet);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

:where(body.page-rotating-resi-proxies) .use-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

@media(max-width:1080px) {
  :where(body.page-rotating-resi-proxies) .mobile-toggle {
    display: block;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-resi-proxies) .hero-panel {
    max-width: 700px;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-resi-proxies) .code-shell {
    max-width: 760px;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .hero-panel {
    padding: 21px;
    border-radius: 20px;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .stats-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 25px;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .section-heading h2 {
    font-size: 33px;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .section-heading p {
    font-size: 15px;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .feature-card {
    min-height: 0;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .api-copy h2 {
    font-size: 34px;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .sales-cta h2 {
    font-size: 32px;
  }
}

@media(max-width:420px) {
  :where(body.page-rotating-resi-proxies) .eyebrow {
    font-size: 11px;
  }
}

@media(max-width:420px) {
  :where(body.page-rotating-resi-proxies) .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

@media(max-width:420px) {
  :where(body.page-rotating-resi-proxies) .panel-main {
    grid-template-columns: 1fr;
  }
}

@media(max-width:420px) {
  :where(body.page-rotating-resi-proxies) .stats-grid {
    gap: 22px 10px;
  }
}

@media(max-width:420px) {
  :where(body.page-rotating-resi-proxies) .section-heading h2 {
    font-size: 30px;
  }
}

body:where(.page-rotating-resi-proxies) {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font: 15px/1.55 Inter,Arial,Helvetica,sans-serif;
  font-size: 14px;
}

:where(body.page-rotating-resi-proxies) .site-container {
  margin: 0 auto;
  width: min(1210px,calc(100% - 48px));
}

:where(body.page-rotating-resi-proxies) .breadcrumb-band {
  color: #77849a;
  padding: 18px 0;
  background: #f5f8fd;
}

:where(body.page-rotating-resi-proxies) .hero {
  padding: 72px 0 66px;
  background: linear-gradient(110deg,#f7faff 0%,#fff 58%,#fbf8ff 100%);
}

:where(body.page-rotating-resi-proxies) .hero-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0,1100px);
  justify-content: center;
  gap: 0;
}

:where(body.page-rotating-resi-proxies) .hero-copy {
  width: 100%;
  text-align: center;
}

:where(body.page-rotating-resi-proxies) .hero h1 {
  color: var(--navy);
  max-width: 780px;
  margin: 18px auto 22px;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
}

:where(body.page-rotating-resi-proxies) .hero h1 strong {
  display: inline;
  color: var(--violet);
}

:where(body.page-rotating-resi-proxies) .hero-copy>p {
  color: var(--muted);
  max-width: 720px;
  margin: 0 auto 32px;
  font-size: 17px;
  line-height: 1.5;
}

:where(body.page-rotating-resi-proxies) .hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 16px;
  margin-top: 0;
}

:where(body.page-rotating-resi-proxies) .hero .primary-cta {
  min-width: 244px;
  color: #fff;
  background: #0c1428;
}

:where(body.page-rotating-resi-proxies) .hero .secondary-cta {
  min-width: 250px;
}

:where(body.page-rotating-resi-proxies) .hero-trust-note {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 7px;
  color: #52627e;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
  white-space: nowrap;
}

:where(body.page-rotating-resi-proxies) .hero-trust-note:before {
  content: "";
  width: 11px;
  height: 6px;
  border-left: 2px solid var(--violet);
  border-bottom: 2px solid var(--violet);
  transform: rotate(-45deg) translateY(-1px);
}

:where(body.page-rotating-resi-proxies) .device-frame {
  padding: 8px;
  border: 4px solid #7568ea;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 38px 80px rgba(46,26,111,.14);
}

:where(body.page-rotating-resi-proxies) .device-frame img {
  width: 100%;
  aspect-ratio: 1.24/1;
  object-fit: cover;
  border-radius: 20px;
}

:where(body.page-rotating-resi-proxies) .stats-section {
  padding: 22px 0;
  border-top: 1px solid #edf1f7;
  border-bottom: 1px solid #edf1f7;
  background: #f8faff;
}

:where(body.page-rotating-resi-proxies) .stats-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  max-width: 1180px;
  align-items: start;
  gap: clamp(40px,5vw,80px);
  margin: 0 auto;
}

:where(body.page-rotating-resi-proxies) .stat {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

:where(body.page-rotating-resi-proxies) .stat strong {
  display: flex;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  color: #756be8;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0;
}

:where(body.page-rotating-resi-proxies) .stat.protocol-stat strong {
  font-size: 20px;
}

:where(body.page-rotating-resi-proxies) .stat span {
  display: block;
  margin-top: 6px;
  color: #65718a;
  font-size: 13px;
  font-weight: 500;
}

:where(body.page-rotating-resi-proxies) .section {
  padding: 74px 0;
  background: #fff;
}

:where(body.page-rotating-resi-proxies) .section-heading {
  max-width: 790px;
  margin: 0 auto 54px;
  text-align: center;
  margin-bottom: 76px;
}

:where(body.page-rotating-resi-proxies) .section-heading h2 {
  margin: 0;
  color: var(--navy);
  line-height: 1.14;
  letter-spacing: -.8px;
  font-size: 40px;
}

:where(body.page-rotating-resi-proxies) .section-heading p {
  margin: 15px auto 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 17px;
}

:where(body.page-rotating-resi-proxies) .feature-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 26px;
}

:where(body.page-rotating-resi-proxies) .feature-card {
  border: 1px solid var(--line);
  background: #fff;
  transition: border-color .18s ease,box-shadow .18s ease;
  min-height: 210px;
  padding: 30px;
  border-radius: 18px;
}

:where(body.page-rotating-resi-proxies) .feature-icon {
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg,var(--violet),#7d6ff2);
  font-size: 18px;
  font-weight: 900;
  display: none;
}

:where(body.page-rotating-resi-proxies) .feature-card h3 {
  color: var(--navy);
  margin: 0 0 10px;
  font-size: 18px;
}

:where(body.page-rotating-resi-proxies) .feature-card-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 0 16px;
  border: 1px solid #dfe4ee;
  border-radius: 10px;
  color: var(--violet);
  background: #fff;
  font-size: 14px;
  font-weight: 900;
}

:where(body.page-rotating-resi-proxies) .pricing-tabs {
  display: flex;
  width: max-content;
  max-width: 100%;
  gap: 0;
  margin: 0 auto 74px;
  padding: 6px;
  border: 0;
  border-radius: 18px;
  background: #eef2f8;
  box-shadow: none;
}

:where(body.page-rotating-resi-proxies) .pricing-tabs button {
  border: 0;
  color: #62718a;
  background: transparent;
  font-weight: 900;
  cursor: pointer;
  min-width: 235px;
  padding: 16px 24px;
  border-radius: 14px;
  font-size: 18px;
}

:where(body.page-rotating-resi-proxies) .pricing-tabs button.active {
  color: var(--violet);
  background: #fff;
  box-shadow: 0 8px 16px rgba(12,20,40,.1);
}

:where(body.page-rotating-resi-proxies) .plan-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  border-radius: 999px;
  color: #27334c;
  background: #e9eef5;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
  min-height: 26px;
  padding: 0 15px;
  font-size: 12px;
}

:where(body.page-rotating-resi-proxies) .plan-price {
  display: flex;
  gap: 4px;
  margin-top: 22px;
  align-items: baseline;
}

:where(body.page-rotating-resi-proxies) .plan-price strong {
  color: var(--navy);
  font-size: 50px;
  letter-spacing: -1px;
}

:where(body.page-rotating-resi-proxies) .plan-price span {
  color: #7c899d;
  font-weight: 800;
  font-size: 12px;
}

:where(body.page-rotating-resi-proxies) .unit-price {
  font-weight: 900;
  margin-top: 31px;
  color: #0c1428;
  font-size: 27px;
}

:where(body.page-rotating-resi-proxies) .featured .unit-price {
  color: #fff;
}

:where(body.page-rotating-resi-proxies) .plan-features {
  display: grid;
  padding: 24px 0 0;
  list-style: none;
  gap: 18px;
  margin: 31px 0 30px;
  padding-top: 0;
  border-top: 0;
}

:where(body.page-rotating-resi-proxies) .plan-features li {
  position: relative;
  color: #56657d;
  padding-left: 29px;
  font-size: 15px;
}

:where(body.page-rotating-resi-proxies) .pricing-note {
  margin: 32px 0 0;
  color: var(--muted);
  text-align: center;
  margin-top: 39px;
}

:where(body.page-rotating-resi-proxies) .use-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 22px;
}

:where(body.page-rotating-resi-proxies) .use-card {
  border: 1px solid var(--line);
  background: #fff;
  min-height: 178px;
  padding: 24px;
  border-radius: 18px;
  transition: border-color .18s ease,box-shadow .18s ease;
}

:where(body.page-rotating-resi-proxies) .use-card b {
  color: var(--violet);
  font-size: 13px;
  letter-spacing: 1px;
  display: none;
}

:where(body.page-rotating-resi-proxies) .use-card h3 {
  color: var(--navy);
  margin: 0 0 10px;
  font-size: 18px;
}

@media(hover:hover) and (pointer:fine) {
  :where(body.page-rotating-resi-proxies) .feature-card:hover {
    border-color: #151d31;
    box-shadow: 0 16px 40px rgba(16,24,42,.08);
  }
}

@media(hover:hover) and (pointer:fine) {
  :where(body.page-rotating-resi-proxies) .use-card:hover {
    border-color: #151d31;
    box-shadow: 0 16px 40px rgba(16,24,42,.08);
  }
}

@media(hover:hover) and (pointer:fine) {
  :where(body.page-rotating-resi-proxies) .feature-card-link:hover {
    border-color: var(--violet);
    background: #f6f5ff;
  }
}

:where(body.page-rotating-resi-proxies) .api-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(360px,.9fr) minmax(520px,1.1fr);
  gap: 70px;
}

:where(body.page-rotating-resi-proxies) .api-copy h2 {
  margin: 0;
  color: var(--navy);
  font-size: 48px;
  line-height: 1.12;
}

:where(body.page-rotating-resi-proxies) .api-copy p {
  max-width: 520px;
  margin: 28px 0;
  color: var(--muted);
  font-size: 18px;
}

:where(body.page-rotating-resi-proxies) .code-tabs {
  border-bottom: 1px solid rgba(255,255,255,.08);
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
  padding: 0;
  border: 0;
}

:where(body.page-rotating-resi-proxies) .code-tabs button {
  font-weight: 900;
  min-height: 56px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: #0c1428;
  background: #fff;
  font-size: 16px;
}

:where(body.page-rotating-resi-proxies) .code-tabs button.active {
  color: #0c1428;
  background: #fff;
}

:where(body.page-rotating-resi-proxies) .text-link {
  color: var(--violet);
  font-weight: 900;
  display: inline-block;
  margin-top: 26px;
  font-size: 14px;
}

:where(body.page-rotating-resi-proxies) .code-shell {
  overflow: hidden;
  color: #dbe5fa;
  border-radius: 34px;
  background: #1d1b2d;
  box-shadow: 0 30px 70px rgba(12,20,40,.22);
}

:where(body.page-rotating-resi-proxies) .code-shell pre {
  margin: 0;
  overflow: auto;
  white-space: pre;
  color: #cdd8f0;
  font: 13px/1.75 ui-monospace,SFMono-Regular,Menlo,monospace;
  display: flex;
  min-height: 390px;
  align-items: center;
  padding: 36px;
  font-size: 14px;
}

:where(body.page-rotating-resi-proxies) .sales-cta {
  text-align: center;
  padding: 98px 0 104px;
  color: #06132d;
  background: #f4f7fd;
}

:where(body.page-rotating-resi-proxies) .sales-cta h2 {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.18;
  font-size: 40px;
}

:where(body.page-rotating-resi-proxies) .sales-cta p {
  max-width: 690px;
  margin: 32px auto 58px;
  color: #52627e;
  font-size: 18px;
}

:where(body.page-rotating-resi-proxies) .sales-cta .primary-cta {
  min-width: 340px;
  min-height: 70px;
  margin-top: 40px;
  color: #fff;
  background: var(--violet);
  box-shadow: 0 24px 54px rgba(85,72,235,.26);
}

:where(body.page-rotating-resi-proxies) .direct-contact {
  margin-top: 36px;
  color: #52627e;
}

:where(body.page-rotating-resi-proxies) .direct-contact a {
  font-weight: 900;
  color: var(--violet);
}

@media(max-width:1080px) {
  :where(body.page-rotating-resi-proxies) .hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-resi-proxies) .hero-copy {
    max-width: 800px;
    margin: 0 auto;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-resi-proxies) .device-frame {
    display: block;
    width: 100%;
    max-width: 620px;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-resi-proxies) .stats-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 30px 48px;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-resi-proxies) .feature-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-resi-proxies) .api-grid {
    gap: 38px;
    grid-template-columns: 1fr;
  }
}

@media(max-width:1080px) {
  :where(body.page-rotating-resi-proxies) .use-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .site-container {
    width: calc(100% - 32px);
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .hero {
    padding: 44px 0 48px;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .hero h1 {
    font-size: 34px;
    line-height: 1.18;
    letter-spacing: -.7px;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .hero-copy>p {
    font-size: 16px;
    line-height: 1.65;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .hero .primary-cta {
    width: 100%;
    min-width: 0;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .hero .secondary-cta {
    width: 100%;
    min-width: 0;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .device-frame {
    max-width: none;
    padding: 7px;
    border-radius: 24px;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .device-frame img {
    border-radius: 17px;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .stats-section {
    padding: 22px 0;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .stat:last-child {
    grid-column: auto;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .section {
    padding: 56px 0;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .section-heading {
    margin-bottom: 42px;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .feature-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .use-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .pricing-tabs {
    width: 100%;
    margin-bottom: 48px;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .pricing-tabs button {
    flex: 1;
    padding: 11px 10px;
    min-width: 0;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .plan-price strong {
    font-size: 44px;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .code-shell pre {
    font-size: 12px;
    min-height: 300px;
    padding: 24px;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .sales-cta {
    padding: 64px 0;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .sales-cta p {
    margin: 24px auto 36px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-resi-proxies) .stats-grid {
    gap: 26px 18px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-resi-proxies) .stat span {
    margin-top: 5px;
    font-size: 11px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-resi-proxies) .stat strong {
    font-size: 24px;
  }
}

@media(max-width:640px) {
  :where(body.page-rotating-resi-proxies) .stat.protocol-stat strong {
    font-size: 15px;
  }
}

@media(max-width:420px) {
  :where(body.page-rotating-resi-proxies) .site-container {
    width: calc(100% - 28px);
  }
}

@media(max-width:420px) {
  :where(body.page-rotating-resi-proxies) .hero h1 {
    font-size: 34px;
  }
}

@media(max-width:420px) {
  :where(body.page-rotating-resi-proxies) .pricing-tabs {
    flex-direction: row;
  }
}

@media(max-width:420px) {
  :where(body.page-rotating-resi-proxies) .pricing-tabs button {
    padding: 13px 8px;
    font-size: 15px;
  }
}

@media(max-width:420px) {
  :where(body.page-rotating-resi-proxies) .code-tabs {
    grid-template-columns: repeat(2,1fr);
  }
}

@media(max-width:420px) {
  :where(body.page-rotating-resi-proxies) .sales-cta .primary-cta {
    min-width: 0;
  }
}

:where(body.page-rotating-resi-proxies) .synced-pricing-grid {
  grid-template-columns: repeat(4,minmax(0,1fr));
  align-items: stretch;
  gap: 16px;
}

:where(body.page-rotating-resi-proxies) .synced-pricing-grid .price-card {
  min-height: 410px;
  padding: 44px 28px 34px;
  border-radius: 46px;
}

:where(body.page-rotating-resi-proxies) .synced-pricing-grid .price-card.featured {
  min-height: 410px;
}

:where(body.page-rotating-resi-proxies) .plan-total {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  align-self: flex-start;
  margin-top: 22px;
  padding: 0 11px;
  border-radius: 999px;
  color: #b51f60;
  background: #fff0f6;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .2px;
}

:where(body.page-rotating-resi-proxies) .plan-traffic {
  display: flex;
  height: 78px;
  min-width: 0;
  align-items: baseline;
  gap: 5px;
  margin: 8px 0 0;
  white-space: nowrap;
  color: #101829;
  line-height: 1;
}

:where(body.page-rotating-resi-proxies) .traffic-base {
  font-size: clamp(34px,2.45vw,46px);
  font-weight: 900;
  letter-spacing: -1.5px;
}

:where(body.page-rotating-resi-proxies) .traffic-bonus {
  color: var(--violet);
  font-size: clamp(13px,1vw,16px);
  line-height: 1.25;
  font-weight: 900;
  white-space: nowrap;
}

:where(body.page-rotating-resi-proxies) .unit-price-comparison {
  display: flex;
  min-height: 36px;
  align-items: baseline;
  gap: 8px;
  margin: 12px 0 0;
  white-space: nowrap;
  color: #101829;
  font-size: clamp(17px,1.35vw,23px);
  line-height: 1.25;
}

:where(body.page-rotating-resi-proxies) .unit-price-original {
  color: #8a96ac;
  font-weight: 800;
  text-decoration: line-through 2px;
}

:where(body.page-rotating-resi-proxies) .unit-price-discount {
  color: #101829;
  font-weight: 900;
}

:where(body.page-rotating-resi-proxies) .monthly-price {
  display: flex;
  min-height: 28px;
  align-items: baseline;
  gap: 4px;
  margin-top: 8px;
  white-space: nowrap;
  color: #687792;
}

:where(body.page-rotating-resi-proxies) .monthly-price-value {
  font-size: 20px;
  font-weight: 800;
}

:where(body.page-rotating-resi-proxies) .monthly-price-period {
  font-size: 16px;
  font-weight: 700;
}

:where(body.page-rotating-resi-proxies) .synced-pricing-grid .price-card>a {
  min-height: 62px;
  margin-top: auto;
  border: 2px solid #dfe6f0;
  border-radius: 16px;
  font-size: 18px;
}

:where(body.page-rotating-resi-proxies) .synced-pricing-grid .price-card.featured>a {
  border-color: var(--violet);
  color: #fff;
  background: var(--violet);
}

@media(max-width:1399px) {
  :where(body.page-rotating-resi-proxies) .synced-pricing-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    max-width: 960px;
    margin: 0 auto;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .synced-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 580px;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .synced-pricing-grid .price-card {
    min-height: 350px;
    padding: 28px 22px;
    border-radius: 24px;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .synced-pricing-grid .price-card.featured {
    min-height: 350px;
    padding: 28px 22px;
    border-radius: 24px;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .plan-traffic {
    height: auto;
    min-height: 64px;
    flex-wrap: wrap;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .traffic-base {
    font-size: 38px;
  }
}

@media(max-width:720px) {
  :where(body.page-rotating-resi-proxies) .synced-pricing-grid .price-card>a {
    min-height: 54px;
    font-size: 16px;
  }
}

@media(min-width:961px) and (max-width:1180px) {
  :where(body.page-rotating-resi-proxies) .site-container.header-inner {
    width: calc(100% - 36px);
    gap: 18px;
  }
}

@media(min-width:961px) and (max-width:1080px) {
  :where(body.page-rotating-resi-proxies) .mobile-toggle {
    display: none;
  }
}

@media(min-width:961px) and (max-width:1080px) {
  :where(body.page-rotating-resi-proxies) .has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%,0);
  }
}

@media(min-width:961px) and (max-width:1080px) {
  :where(body.page-rotating-resi-proxies) .has-children:focus-within>.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%,0);
  }
}

@media(max-width:960px) {
  :where(body.page-rotating-resi-proxies) .site-container {
    width: calc(100% - 28px);
  }
}

@media(max-width:960px) {
  :where(body.page-rotating-resi-proxies) .mobile-toggle {
    display: block;
    order: 3;
  }
}

:where(body.page-rotating-resi-proxies) .compact-faq .site-container.narrow {
  width: calc(100% - 48px);
  max-width: 885px;
  margin-right: auto;
  margin-left: auto;
}

:where(body.page-rotating-resi-proxies) .site-container.faq-wrap {
  width: calc(100% - 48px);
  max-width: 885px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 640px) {
  :where(body.page-rotating-resi-proxies) .compact-faq .site-container.narrow {
    width: calc(100% - 32px);
  }
}

@media (max-width: 640px) {
  :where(body.page-rotating-resi-proxies) .site-container.faq-wrap {
    width: calc(100% - 32px);
  }
}

@media (max-width: 479px) {
  body:where(.page-rotating-resi-proxies) {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) main h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .hero-copy h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .inner-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .legal-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .blog-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) main h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .section-heading h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .page-cta h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .sales-cta h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .contact-section h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .developer-grid h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) main h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .feature-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .use-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .usecase-grid h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .home-blog-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .blog-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) main p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) main li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .hero-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .inner-hero p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .section-heading p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .feature-card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .use-card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .usecase-grid p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .contact-section p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .developer-grid p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .eyebrow {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .breadcrumb-band {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .page-cta .primary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .page-cta .secondary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .sales-cta .primary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .doc-content h1 {
    font-size: 27px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .doc-content h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .legal-copy h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .doc-content h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .legal-copy h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .doc-content p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .doc-content li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .legal-copy {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .legal-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .legal-copy li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .code-card pre {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .developer-section pre {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-rotating-resi-proxies) .doc-content pre {
    font-size: 12px !important;
  }
}

/* === Page layout: documentation === */

@media (max-width: 479px) {
  body:where(.page-documentation) {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) main h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .hero-copy h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .inner-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .legal-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .blog-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) main h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .section-heading h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .page-cta h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .sales-cta h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .contact-section h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .developer-grid h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) main h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .feature-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .use-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .usecase-grid h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .home-blog-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .blog-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) main p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) main li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .hero-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .inner-hero p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .section-heading p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .feature-card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .use-card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .usecase-grid p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .contact-section p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .developer-grid p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .eyebrow {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .breadcrumb-band {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .page-cta .primary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .page-cta .secondary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .sales-cta .primary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .doc-content h1 {
    font-size: 27px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .doc-content h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .legal-copy h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .doc-content h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .legal-copy h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .doc-content p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .doc-content li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .legal-copy {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .legal-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .legal-copy li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .code-card pre {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .developer-section pre {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-documentation) .doc-content pre {
    font-size: 12px !important;
  }
}

:where(body.page-documentation) .doc-menu-section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0 8px;
  padding: 0 12px;
  color: #8178a3;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
}

:where(body.page-documentation) .doc-menu-section-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e7f2;
}

@media (max-width: 767px) {
  :where(body.page-documentation) .doc-menu-section-label {
    margin-top: 20px;
    padding-inline: 8px;
    font-size: 10px;
  }
}

:where(body.page-documentation) .doc-mobile-nav-toggle {
  display: none;
}

:where(body.page-documentation) .doc-mobile-nav-close {
  display: none;
}

:where(body.page-documentation) .doc-sidebar-backdrop {
  display: none;
}

:where(body.page-documentation) .doc-content {
  min-width: 0;
}

:where(body.page-documentation) .doc-topic {
  min-width: 0;
}

:where(body.page-documentation) .doc-content h1 {
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -.9px !important;
}

:where(body.page-documentation) .doc-topic > h2:first-child {
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -.9px !important;
  margin-top: 0;
  margin-bottom: 16px;
}

:where(body.page-documentation) .doc-topic > .breadcrumb-band + h2 {
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -.9px !important;
  margin-top: 0;
  margin-bottom: 16px;
}

:where(body.page-documentation) .doc-content h2 {
  margin-top: 36px;
  margin-bottom: 14px;
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: -.6px !important;
}

:where(body.page-documentation) .doc-content h3 {
  margin-top: 28px;
  margin-bottom: 10px;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: -.35px !important;
}

:where(body.page-documentation) .doc-content h4 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: -.2px !important;
}

:where(body.page-documentation) .doc-content h5 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
}

:where(body.page-documentation) .doc-content .doc-card-grid h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 19px !important;
  line-height: 1.35 !important;
  letter-spacing: -.25px !important;
}

:where(body.page-documentation) .doc-topic > h2:first-child ~ h3 {
  margin-top: 36px;
  margin-bottom: 14px;
  font-size: 26px !important;
  line-height: 1.3 !important;
  letter-spacing: -.6px !important;
}

:where(body.page-documentation) .doc-topic > .breadcrumb-band + h2 ~ h3 {
  margin-top: 36px;
  margin-bottom: 14px;
  font-size: 26px !important;
  line-height: 1.3 !important;
  letter-spacing: -.6px !important;
}

:where(body.page-documentation) .doc-topic > h2:first-child ~ h4 {
  margin-top: 28px;
  margin-bottom: 10px;
  font-size: 21px !important;
  line-height: 1.35 !important;
  letter-spacing: -.35px !important;
}

:where(body.page-documentation) .doc-topic > .breadcrumb-band + h2 ~ h4 {
  margin-top: 28px;
  margin-bottom: 10px;
  font-size: 21px !important;
  line-height: 1.35 !important;
  letter-spacing: -.35px !important;
}

:where(body.page-documentation) .doc-topic > h2:first-child ~ h5 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 18px !important;
  line-height: 1.4 !important;
  letter-spacing: -.2px !important;
}

:where(body.page-documentation) .doc-topic > .breadcrumb-band + h2 ~ h5 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 18px !important;
  line-height: 1.4 !important;
  letter-spacing: -.2px !important;
}

:where(body.page-documentation) .doc-content pre {
  max-width: 100%;
}

:where(body.page-documentation) .doc-content .doc-table {
  max-width: 100%;
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-page {
    overflow: hidden;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-layout {
    display: block !important;
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-mobile-nav-toggle {
    position: relative;
    top: auto;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: auto !important;
    max-width: 100%;
    min-height: 40px;
    margin: 0 0 20px;
    padding: 8px 13px;
    border: 1px solid #dfe3ee;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
    color: #0b1730;
    font: inherit;
    font-size: 14px;
    font-weight: 750;
    cursor: pointer;
    backdrop-filter: blur(12px);
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-mobile-nav-toggle svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-mobile-nav-close svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-sidebar {
    position: fixed !important;
    inset: 0 auto 0 0;
    z-index: 10001 !important;
    display: block !important;
    width: min(86vw, 340px) !important;
    max-width: 340px;
    height: 100dvh;
    margin: 0 !important;
    padding: 24px 20px 40px !important;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff !important;
    color: #0b1730 !important;
    box-shadow: 18px 0 45px rgba(15, 23, 42, .15);
    transform: translateX(-105%);
    visibility: hidden;
    opacity: 1 !important;
    isolation: isolate;
    pointer-events: none;
    transition: transform .24s ease, visibility 0s linear .24s;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-nav-open .doc-sidebar {
    transform: translate3d(0, 0, 0) !important;
    visibility: visible !important;
    pointer-events: auto;
    transition: transform .24s ease;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-sidebar .doc-menu-group {
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-sidebar .doc-menu-section-label {
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-sidebar > p {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-sidebar .doc-menu {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-sidebar .doc-menu > a {
    display: flex !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-sidebar .doc-menu-title {
    display: flex !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-mobile-nav-close {
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 10002;
    display: inline-grid;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    border: 1px solid #dfe3ee;
    border-radius: 10px;
    background: #fff;
    color: #0b1730;
    cursor: pointer;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-sidebar > h3 {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
    padding-right: 44px;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-sidebar-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10000 !important;
    display: block;
    border: 0;
    background: rgba(10, 18, 36, .42);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .24s ease, visibility 0s linear .24s;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-nav-open .doc-sidebar-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity .24s ease;
  }
}

@media (max-width: 1180px) {
  body:where(.page-documentation).doc-nav-open {
    overflow: hidden;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-content {
    clear: both;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-content .breadcrumb-band {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-content .breadcrumb-band::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-content h1 {
    margin-bottom: 16px;
    font-size: 28px !important;
    line-height: 1.25 !important;
    letter-spacing: -.7px !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-topic > h2:first-child {
    margin-bottom: 16px;
    font-size: 28px !important;
    line-height: 1.25 !important;
    letter-spacing: -.7px !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-topic > .breadcrumb-band + h2 {
    margin-bottom: 16px;
    font-size: 28px !important;
    line-height: 1.25 !important;
    letter-spacing: -.7px !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-content h2 {
    margin-top: 34px;
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-content h3 {
    margin-top: 28px;
    font-size: 20px !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-content h4 {
    font-size: 17px !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-content h5 {
    font-size: 15px !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-content .doc-card-grid h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-topic > h2:first-child ~ h3 {
    margin-top: 34px;
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-topic > .breadcrumb-band + h2 ~ h3 {
    margin-top: 34px;
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-topic > h2:first-child ~ h4 {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-topic > .breadcrumb-band + h2 ~ h4 {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-topic > h2:first-child ~ h5 {
    font-size: 17px !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-topic > .breadcrumb-band + h2 ~ h5 {
    font-size: 17px !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-content p {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-content li {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-content ul {
    padding-left: 22px;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-content ol {
    padding-left: 22px;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-content img {
    display: block;
    width: auto;
    max-width: 100% !important;
    height: auto;
    border-radius: 8px !important;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-content pre {
    box-sizing: border-box;
    width: 100%;
    margin: 18px 0;
    padding: 16px;
    overflow-x: auto;
    border-radius: 10px;
    font-size: 12px !important;
    line-height: 1.6;
    white-space: pre;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-content .doc-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-content .doc-table th {
    min-width: 120px;
    padding: 10px 12px;
    font-size: 13px;
    white-space: normal;
    vertical-align: top;
  }
}

@media (max-width: 1180px) {
  :where(body.page-documentation) .doc-content .doc-table td {
    min-width: 120px;
    padding: 10px 12px;
    font-size: 13px;
    white-space: normal;
    vertical-align: top;
  }
}

@media (max-width: 767px) {
  :where(body.page-documentation) .doc-layout {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 767px) {
  :where(body.page-documentation) .doc-mobile-nav-toggle {
    top: auto;
    margin-bottom: 18px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  :where(body.page-documentation) .doc-content h1 {
    font-size: 20px !important;
    line-height: 1.35 !important;
    letter-spacing: -.3px !important;
  }
}

@media (max-width: 767px) {
  :where(body.page-documentation) .doc-topic > h2:first-child {
    font-size: 20px !important;
    line-height: 1.35 !important;
    letter-spacing: -.3px !important;
  }
}

@media (max-width: 767px) {
  :where(body.page-documentation) .doc-topic > .breadcrumb-band + h2 {
    font-size: 20px !important;
    line-height: 1.35 !important;
    letter-spacing: -.3px !important;
  }
}

@media (max-width: 767px) {
  :where(body.page-documentation) .doc-content h2 {
    font-size: 18px !important;
    line-height: 1.4 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 767px) {
  :where(body.page-documentation) .doc-content h3 {
    font-size: 17px !important;
  }
}

@media (max-width: 767px) {
  :where(body.page-documentation) .doc-content h4 {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  :where(body.page-documentation) .doc-content h5 {
    font-size: 15px !important;
  }
}

@media (max-width: 767px) {
  :where(body.page-documentation) .doc-content .doc-card-grid h3 {
    font-size: 16px !important;
    letter-spacing: -.15px !important;
  }
}

@media (max-width: 767px) {
  :where(body.page-documentation) .doc-topic > h2:first-child ~ h3 {
    font-size: 18px !important;
    line-height: 1.4 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 767px) {
  :where(body.page-documentation) .doc-topic > .breadcrumb-band + h2 ~ h3 {
    font-size: 18px !important;
    line-height: 1.4 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 767px) {
  :where(body.page-documentation) .doc-topic > h2:first-child ~ h4 {
    font-size: 17px !important;
  }
}

@media (max-width: 767px) {
  :where(body.page-documentation) .doc-topic > .breadcrumb-band + h2 ~ h4 {
    font-size: 17px !important;
  }
}

@media (max-width: 767px) {
  :where(body.page-documentation) .doc-topic > h2:first-child ~ h5 {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  :where(body.page-documentation) .doc-topic > .breadcrumb-band + h2 ~ h5 {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  :where(body.page-documentation) .doc-content p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 767px) {
  :where(body.page-documentation) .doc-content li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  :where(body.page-documentation) .doc-sidebar {
    transition: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  :where(body.page-documentation) .doc-sidebar-backdrop {
    transition: none !important;
  }
}

/* === Page layout: brand-protection === */

:where(body.page-brand-protection) .white-section .feature-grid > .feature-card {
  border-color: rgba(79, 92, 101, .21) !important;
  box-shadow: none !important;
}

@media (hover: hover) and (pointer: fine) {
  :where(body.page-brand-protection) .white-section .feature-grid > .feature-card:hover {
    border-color: #111827 !important;
    box-shadow: 0 12px 30px rgba(13, 20, 40, .07) !important;
  }
}

@media (hover: none), (pointer: coarse) {
  :where(body.page-brand-protection) .white-section .feature-grid > .feature-card {
    border-color: rgba(79, 92, 101, .21) !important;
    box-shadow: none !important;
  }
}

@media (max-width: 960px) {
  :where(body.page-brand-protection) .inner-hero {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-brand-protection) .white-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-brand-protection) .subtle-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-brand-protection) .page-cta {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-brand-protection) .feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 960px) {
  :where(body.page-brand-protection) .feature-card {
    min-height: 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-brand-protection) .why-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .site-container {
    width: calc(100% - 32px);
  }
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .breadcrumb-band {
    padding: 12px 0;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .inner-hero {
    padding: 44px 0 48px;
  }
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .inner-hero h1 {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.18;
    letter-spacing: -.7px;
  }
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .inner-hero p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .white-section {
    padding: 52px 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .subtle-section {
    padding: 52px 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .section-heading {
    margin-bottom: 38px;
  }
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .section-heading h2 {
    font-size: 32px;
    line-height: 1.18;
  }
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .why-grid h2 {
    font-size: 32px;
    line-height: 1.18;
  }
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .feature-card {
    min-height: 0;
    padding: 24px;
    border-radius: 18px;
  }
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .quote-card {
    min-height: 0;
    padding: 24px;
    border-radius: 18px;
  }
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .check-list li {
    margin: 14px 0;
    padding-left: 30px;
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .compact-faq .section-heading {
    margin-bottom: 34px;
  }
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .page-cta {
    padding: 54px 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .page-cta h2 {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .page-cta .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .page-cta .primary-cta {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .page-cta .secondary-cta {
    width: 100%;
    min-width: 0;
  }
}

:where(body.page-brand-protection) .compact-faq .site-container.narrow {
  width: calc(100% - 48px);
  max-width: 885px;
  margin-right: auto;
  margin-left: auto;
}

:where(body.page-brand-protection) .site-container.faq-wrap {
  width: calc(100% - 48px);
  max-width: 885px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .compact-faq .site-container.narrow {
    width: calc(100% - 32px);
  }
}

@media (max-width: 640px) {
  :where(body.page-brand-protection) .site-container.faq-wrap {
    width: calc(100% - 32px);
  }
}

@media (max-width: 479px) {
  body:where(.page-brand-protection) {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) main h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .hero-copy h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .inner-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .legal-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .blog-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) main h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .section-heading h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .page-cta h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .sales-cta h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .contact-section h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .developer-grid h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) main h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .feature-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .use-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .usecase-grid h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .home-blog-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .blog-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) main p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) main li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .hero-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .inner-hero p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .section-heading p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .feature-card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .use-card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .usecase-grid p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .contact-section p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .developer-grid p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .eyebrow {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .breadcrumb-band {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .page-cta .primary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .page-cta .secondary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .sales-cta .primary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .doc-content h1 {
    font-size: 27px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .doc-content h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .legal-copy h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .doc-content h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .legal-copy h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .doc-content p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .doc-content li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .legal-copy {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .legal-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .legal-copy li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .code-card pre {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .developer-section pre {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-brand-protection) .doc-content pre {
    font-size: 12px !important;
  }
}

/* === Page layout: contact-us === */

@media (max-width: 479px) {
  body:where(.page-contact-us) {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) main h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .hero-copy h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .inner-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .legal-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .blog-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) main h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .section-heading h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .page-cta h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .sales-cta h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .contact-section h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .developer-grid h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) main h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .feature-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .use-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .usecase-grid h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .home-blog-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .blog-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) main p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) main li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .hero-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .inner-hero p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .section-heading p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .feature-card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .use-card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .usecase-grid p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .contact-section p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .developer-grid p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .eyebrow {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .breadcrumb-band {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .page-cta .primary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .page-cta .secondary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .sales-cta .primary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .doc-content h1 {
    font-size: 27px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .doc-content h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .legal-copy h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .doc-content h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .legal-copy h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .doc-content p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .doc-content li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .legal-copy {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .legal-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .legal-copy li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .code-card pre {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .developer-section pre {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-contact-us) .doc-content pre {
    font-size: 12px !important;
  }
}

/* === Page layout: market-research === */

:where(body.page-market-research) .white-section .feature-grid > .feature-card {
  border-color: rgba(79, 92, 101, .21) !important;
  box-shadow: none !important;
}

@media (hover: hover) and (pointer: fine) {
  :where(body.page-market-research) .white-section .feature-grid > .feature-card:hover {
    border-color: #111827 !important;
    box-shadow: 0 12px 30px rgba(13, 20, 40, .07) !important;
  }
}

@media (hover: none), (pointer: coarse) {
  :where(body.page-market-research) .white-section .feature-grid > .feature-card {
    border-color: rgba(79, 92, 101, .21) !important;
    box-shadow: none !important;
  }
}

@media (max-width: 960px) {
  :where(body.page-market-research) .inner-hero {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-market-research) .white-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-market-research) .subtle-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-market-research) .page-cta {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-market-research) .feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 960px) {
  :where(body.page-market-research) .feature-card {
    min-height: 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-market-research) .why-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 640px) {
  :where(body.page-market-research) .site-container {
    width: calc(100% - 32px);
  }
}

@media (max-width: 640px) {
  :where(body.page-market-research) .breadcrumb-band {
    padding: 12px 0;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  :where(body.page-market-research) .inner-hero {
    padding: 44px 0 48px;
  }
}

@media (max-width: 640px) {
  :where(body.page-market-research) .inner-hero h1 {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.18;
    letter-spacing: -.7px;
  }
}

@media (max-width: 640px) {
  :where(body.page-market-research) .inner-hero p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 640px) {
  :where(body.page-market-research) .white-section {
    padding: 52px 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-market-research) .subtle-section {
    padding: 52px 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-market-research) .section-heading {
    margin-bottom: 38px;
  }
}

@media (max-width: 640px) {
  :where(body.page-market-research) .section-heading h2 {
    font-size: 32px;
    line-height: 1.18;
  }
}

@media (max-width: 640px) {
  :where(body.page-market-research) .why-grid h2 {
    font-size: 32px;
    line-height: 1.18;
  }
}

@media (max-width: 640px) {
  :where(body.page-market-research) .feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  :where(body.page-market-research) .feature-card {
    min-height: 0;
    padding: 24px;
    border-radius: 18px;
  }
}

@media (max-width: 640px) {
  :where(body.page-market-research) .quote-card {
    min-height: 0;
    padding: 24px;
    border-radius: 18px;
  }
}

@media (max-width: 640px) {
  :where(body.page-market-research) .check-list li {
    margin: 14px 0;
    padding-left: 30px;
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  :where(body.page-market-research) .compact-faq .section-heading {
    margin-bottom: 34px;
  }
}

@media (max-width: 640px) {
  :where(body.page-market-research) .page-cta {
    padding: 54px 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-market-research) .page-cta h2 {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  :where(body.page-market-research) .page-cta .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  :where(body.page-market-research) .page-cta .primary-cta {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-market-research) .page-cta .secondary-cta {
    width: 100%;
    min-width: 0;
  }
}

:where(body.page-market-research) .compact-faq .site-container.narrow {
  width: calc(100% - 48px);
  max-width: 885px;
  margin-right: auto;
  margin-left: auto;
}

:where(body.page-market-research) .site-container.faq-wrap {
  width: calc(100% - 48px);
  max-width: 885px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 640px) {
  :where(body.page-market-research) .compact-faq .site-container.narrow {
    width: calc(100% - 32px);
  }
}

@media (max-width: 640px) {
  :where(body.page-market-research) .site-container.faq-wrap {
    width: calc(100% - 32px);
  }
}

@media (max-width: 479px) {
  body:where(.page-market-research) {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) main h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .hero-copy h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .inner-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .legal-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .blog-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) main h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .section-heading h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .page-cta h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .sales-cta h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .contact-section h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .developer-grid h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) main h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .feature-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .use-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .usecase-grid h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .home-blog-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .blog-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) main p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) main li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .hero-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .inner-hero p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .section-heading p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .feature-card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .use-card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .usecase-grid p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .contact-section p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .developer-grid p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .eyebrow {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .breadcrumb-band {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .page-cta .primary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .page-cta .secondary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .sales-cta .primary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .doc-content h1 {
    font-size: 27px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .doc-content h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .legal-copy h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .doc-content h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .legal-copy h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .doc-content p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .doc-content li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .legal-copy {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .legal-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .legal-copy li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .code-card pre {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .developer-section pre {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-market-research) .doc-content pre {
    font-size: 12px !important;
  }
}

/* === Page layout: e-commerce === */

:where(body.page-e-commerce) .white-section .feature-grid > .feature-card {
  border-color: rgba(79, 92, 101, .21) !important;
  box-shadow: none !important;
}

@media (hover: hover) and (pointer: fine) {
  :where(body.page-e-commerce) .white-section .feature-grid > .feature-card:hover {
    border-color: #111827 !important;
    box-shadow: 0 12px 30px rgba(13, 20, 40, .07) !important;
  }
}

@media (hover: none), (pointer: coarse) {
  :where(body.page-e-commerce) .white-section .feature-grid > .feature-card {
    border-color: rgba(79, 92, 101, .21) !important;
    box-shadow: none !important;
  }
}

@media (max-width: 960px) {
  :where(body.page-e-commerce) .inner-hero {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-e-commerce) .white-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-e-commerce) .subtle-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-e-commerce) .page-cta {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-e-commerce) .feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 960px) {
  :where(body.page-e-commerce) .feature-card {
    min-height: 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-e-commerce) .why-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .site-container {
    width: calc(100% - 32px);
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .breadcrumb-band {
    padding: 12px 0;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .inner-hero {
    padding: 44px 0 48px;
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .inner-hero h1 {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.18;
    letter-spacing: -.7px;
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .inner-hero p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .white-section {
    padding: 52px 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .subtle-section {
    padding: 52px 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .section-heading {
    margin-bottom: 38px;
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .section-heading h2 {
    font-size: 32px;
    line-height: 1.18;
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .why-grid h2 {
    font-size: 32px;
    line-height: 1.18;
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .feature-card {
    min-height: 0;
    padding: 24px;
    border-radius: 18px;
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .quote-card {
    min-height: 0;
    padding: 24px;
    border-radius: 18px;
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .check-list li {
    margin: 14px 0;
    padding-left: 30px;
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .compact-faq .section-heading {
    margin-bottom: 34px;
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .page-cta {
    padding: 54px 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .page-cta h2 {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .page-cta .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .page-cta .primary-cta {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .page-cta .secondary-cta {
    width: 100%;
    min-width: 0;
  }
}

:where(body.page-e-commerce) .compact-faq .site-container.narrow {
  width: calc(100% - 48px);
  max-width: 885px;
  margin-right: auto;
  margin-left: auto;
}

:where(body.page-e-commerce) .site-container.faq-wrap {
  width: calc(100% - 48px);
  max-width: 885px;
  margin-right: auto;
  margin-left: auto;
}

:where(body.page-e-commerce) .compact-faq .faq-list > .faq-item {
  border: 1px solid rgba(79, 92, 101, .21) !important;
  box-shadow: none !important;
}

:where(body.page-e-commerce) .compact-faq .faq-list > .faq-entry {
  border: 1px solid rgba(79, 92, 101, .21) !important;
  box-shadow: none !important;
}

@media (hover: hover) and (pointer: fine) {
  :where(body.page-e-commerce) .compact-faq .faq-list > .faq-item:hover {
    border-color: #111827 !important;
    box-shadow: 0 12px 30px rgba(13, 20, 40, .07) !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  :where(body.page-e-commerce) .compact-faq .faq-list > .faq-entry:hover {
    border-color: #111827 !important;
    box-shadow: 0 12px 30px rgba(13, 20, 40, .07) !important;
  }
}

@media (hover: none), (pointer: coarse) {
  :where(body.page-e-commerce) .compact-faq .faq-list > .faq-item {
    border-color: rgba(79, 92, 101, .21) !important;
    box-shadow: none !important;
  }
}

@media (hover: none), (pointer: coarse) {
  :where(body.page-e-commerce) .compact-faq .faq-list > .faq-entry {
    border-color: rgba(79, 92, 101, .21) !important;
    box-shadow: none !important;
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .compact-faq .site-container.narrow {
    width: calc(100% - 32px);
  }
}

@media (max-width: 640px) {
  :where(body.page-e-commerce) .site-container.faq-wrap {
    width: calc(100% - 32px);
  }
}

@media (max-width: 479px) {
  body:where(.page-e-commerce) {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) main h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .hero-copy h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .inner-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .legal-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .blog-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) main h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .section-heading h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .page-cta h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .sales-cta h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .contact-section h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .developer-grid h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) main h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .feature-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .use-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .usecase-grid h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .home-blog-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .blog-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) main p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) main li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .hero-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .inner-hero p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .section-heading p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .feature-card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .use-card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .usecase-grid p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .contact-section p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .developer-grid p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .eyebrow {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .breadcrumb-band {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .page-cta .primary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .page-cta .secondary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .sales-cta .primary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .doc-content h1 {
    font-size: 27px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .doc-content h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .legal-copy h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .doc-content h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .legal-copy h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .doc-content p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .doc-content li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .legal-copy {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .legal-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .legal-copy li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .code-card pre {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .developer-section pre {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-e-commerce) .doc-content pre {
    font-size: 12px !important;
  }
}

/* === Page layout: social-media-management === */

:where(body.page-social-media-management) .white-section .feature-grid > .feature-card {
  border-color: rgba(79, 92, 101, .21) !important;
  box-shadow: none !important;
}

@media (hover: hover) and (pointer: fine) {
  :where(body.page-social-media-management) .white-section .feature-grid > .feature-card:hover {
    border-color: #111827 !important;
    box-shadow: 0 12px 30px rgba(13, 20, 40, .07) !important;
  }
}

@media (hover: none), (pointer: coarse) {
  :where(body.page-social-media-management) .white-section .feature-grid > .feature-card {
    border-color: rgba(79, 92, 101, .21) !important;
    box-shadow: none !important;
  }
}

@media (max-width: 960px) {
  :where(body.page-social-media-management) .inner-hero {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-social-media-management) .white-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-social-media-management) .subtle-section {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-social-media-management) .page-cta {
    padding: 58px 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-social-media-management) .feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 960px) {
  :where(body.page-social-media-management) .feature-card {
    min-height: 0;
  }
}

@media (max-width: 960px) {
  :where(body.page-social-media-management) .why-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .site-container {
    width: calc(100% - 32px);
  }
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .breadcrumb-band {
    padding: 12px 0;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .inner-hero {
    padding: 44px 0 48px;
  }
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .inner-hero h1 {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.18;
    letter-spacing: -.7px;
  }
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .inner-hero p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .white-section {
    padding: 52px 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .subtle-section {
    padding: 52px 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .section-heading {
    margin-bottom: 38px;
  }
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .section-heading h2 {
    font-size: 32px;
    line-height: 1.18;
  }
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .why-grid h2 {
    font-size: 32px;
    line-height: 1.18;
  }
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .feature-card {
    min-height: 0;
    padding: 24px;
    border-radius: 18px;
  }
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .quote-card {
    min-height: 0;
    padding: 24px;
    border-radius: 18px;
  }
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .check-list li {
    margin: 14px 0;
    padding-left: 30px;
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .compact-faq .section-heading {
    margin-bottom: 34px;
  }
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .page-cta {
    padding: 54px 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .page-cta h2 {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .page-cta .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .page-cta .primary-cta {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .page-cta .secondary-cta {
    width: 100%;
    min-width: 0;
  }
}

:where(body.page-social-media-management) .compact-faq .site-container.narrow {
  width: calc(100% - 48px);
  max-width: 885px;
  margin-right: auto;
  margin-left: auto;
}

:where(body.page-social-media-management) .site-container.faq-wrap {
  width: calc(100% - 48px);
  max-width: 885px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .compact-faq .site-container.narrow {
    width: calc(100% - 32px);
  }
}

@media (max-width: 640px) {
  :where(body.page-social-media-management) .site-container.faq-wrap {
    width: calc(100% - 32px);
  }
}

@media (max-width: 479px) {
  body:where(.page-social-media-management) {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) main h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .hero-copy h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .inner-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .legal-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .blog-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) main h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .section-heading h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .page-cta h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .sales-cta h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .contact-section h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .developer-grid h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) main h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .feature-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .use-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .usecase-grid h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .home-blog-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .blog-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) main p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) main li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .hero-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .inner-hero p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .section-heading p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .feature-card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .use-card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .usecase-grid p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .contact-section p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .developer-grid p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .eyebrow {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .breadcrumb-band {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .page-cta .primary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .page-cta .secondary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .sales-cta .primary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .doc-content h1 {
    font-size: 27px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .doc-content h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .legal-copy h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .doc-content h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .legal-copy h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .doc-content p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .doc-content li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .legal-copy {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .legal-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .legal-copy li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .code-card pre {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .developer-section pre {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-social-media-management) .doc-content pre {
    font-size: 12px !important;
  }
}

/* Page foundation: global-proxy-network (global-network-utilities.css) */
:where(body.page-global-proxy-network) *,
:where(body.page-global-proxy-network) ::before,
:where(body.page-global-proxy-network) ::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }:where(body.page-global-proxy-network) ::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */:where(body.page-global-proxy-network) *,
:where(body.page-global-proxy-network) ::after,
:where(body.page-global-proxy-network) ::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:where(body.page-global-proxy-network) ::after,
:where(body.page-global-proxy-network) ::before{--tw-content:''}:where(body.page-global-proxy-network) :host,
html:where(.page-global-proxy-network){line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}:where(body.page-global-proxy-network){margin:0;line-height:inherit}:where(body.page-global-proxy-network) hr{height:0;color:inherit;border-top-width:1px}:where(body.page-global-proxy-network) abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}:where(body.page-global-proxy-network) h1,
:where(body.page-global-proxy-network) h2,
:where(body.page-global-proxy-network) h3,
:where(body.page-global-proxy-network) h4,
:where(body.page-global-proxy-network) h5,
:where(body.page-global-proxy-network) h6{font-size:inherit;font-weight:inherit}:where(body.page-global-proxy-network) a{color:inherit;text-decoration:inherit}:where(body.page-global-proxy-network) b,
:where(body.page-global-proxy-network) strong{font-weight:bolder}:where(body.page-global-proxy-network) code,
:where(body.page-global-proxy-network) kbd,
:where(body.page-global-proxy-network) pre,
:where(body.page-global-proxy-network) samp{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}:where(body.page-global-proxy-network) small{font-size:80%}:where(body.page-global-proxy-network) sub,
:where(body.page-global-proxy-network) sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}:where(body.page-global-proxy-network) sub{bottom:-.25em}:where(body.page-global-proxy-network) sup{top:-.5em}:where(body.page-global-proxy-network) table{text-indent:0;border-color:inherit;border-collapse:collapse}:where(body.page-global-proxy-network) button,
:where(body.page-global-proxy-network) input,
:where(body.page-global-proxy-network) optgroup,
:where(body.page-global-proxy-network) select,
:where(body.page-global-proxy-network) textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}:where(body.page-global-proxy-network) button,
:where(body.page-global-proxy-network) select{text-transform:none}:where(body.page-global-proxy-network) button,
:where(body.page-global-proxy-network) input:where([type=button]),
:where(body.page-global-proxy-network) input:where([type=reset]),
:where(body.page-global-proxy-network) input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:where(body.page-global-proxy-network) :-moz-focusring{outline:auto}:where(body.page-global-proxy-network) :-moz-ui-invalid{box-shadow:none}:where(body.page-global-proxy-network) progress{vertical-align:baseline}:where(body.page-global-proxy-network) ::-webkit-inner-spin-button,
:where(body.page-global-proxy-network) ::-webkit-outer-spin-button{height:auto}:where(body.page-global-proxy-network) [type=search]{-webkit-appearance:textfield;outline-offset:-2px}:where(body.page-global-proxy-network) ::-webkit-search-decoration{-webkit-appearance:none}:where(body.page-global-proxy-network) ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(body.page-global-proxy-network) summary{display:list-item}:where(body.page-global-proxy-network) blockquote,
:where(body.page-global-proxy-network) dd,
:where(body.page-global-proxy-network) dl,
:where(body.page-global-proxy-network) figure,
:where(body.page-global-proxy-network) h1,
:where(body.page-global-proxy-network) h2,
:where(body.page-global-proxy-network) h3,
:where(body.page-global-proxy-network) h4,
:where(body.page-global-proxy-network) h5,
:where(body.page-global-proxy-network) h6,
:where(body.page-global-proxy-network) hr,
:where(body.page-global-proxy-network) p,
:where(body.page-global-proxy-network) pre{margin:0}:where(body.page-global-proxy-network) fieldset{margin:0;padding:0}:where(body.page-global-proxy-network) legend{padding:0}:where(body.page-global-proxy-network) menu,
:where(body.page-global-proxy-network) ol,
:where(body.page-global-proxy-network) ul{list-style:none;margin:0;padding:0}:where(body.page-global-proxy-network) dialog{padding:0}:where(body.page-global-proxy-network) textarea{resize:vertical}:where(body.page-global-proxy-network) input::placeholder,
:where(body.page-global-proxy-network) textarea::placeholder{opacity:1;color:#9ca3af}:where(body.page-global-proxy-network) [role=button],
:where(body.page-global-proxy-network) button{cursor:pointer}:where(body.page-global-proxy-network) :disabled{cursor:default}:where(body.page-global-proxy-network) audio,
:where(body.page-global-proxy-network) canvas,
:where(body.page-global-proxy-network) embed,
:where(body.page-global-proxy-network) iframe,
:where(body.page-global-proxy-network) img,
:where(body.page-global-proxy-network) object,
:where(body.page-global-proxy-network) svg,
:where(body.page-global-proxy-network) video{display:block;vertical-align:middle}:where(body.page-global-proxy-network) img,
:where(body.page-global-proxy-network) video{max-width:100%;height:auto}:where(body.page-global-proxy-network) [hidden]:where(:not([hidden=until-found])){display:none}:where(body.page-global-proxy-network) .relative{position:relative}:where(body.page-global-proxy-network) .sticky{position:sticky}:where(body.page-global-proxy-network) .top-20{top:5rem}:where(body.page-global-proxy-network) .z-40{z-index:40}:where(body.page-global-proxy-network) .mx-auto{margin-left:auto;margin-right:auto}:where(body.page-global-proxy-network) .mb-16{margin-bottom:4rem}:where(body.page-global-proxy-network) .mb-4{margin-bottom:1rem}:where(body.page-global-proxy-network) .mb-6{margin-bottom:1.5rem}:where(body.page-global-proxy-network) .mt-12{margin-top:3rem}:where(body.page-global-proxy-network) .mt-2{margin-top:0.5rem}:where(body.page-global-proxy-network) .flex{display:flex}:where(body.page-global-proxy-network) .inline-flex{display:inline-flex}:where(body.page-global-proxy-network) .grid{display:grid}:where(body.page-global-proxy-network) .hidden{display:none}:where(body.page-global-proxy-network) .h-20{height:5rem}:where(body.page-global-proxy-network) .min-h-screen{min-height:100vh}:where(body.page-global-proxy-network) .w-20{width:5rem}:where(body.page-global-proxy-network) .w-full{width:100%}:where(body.page-global-proxy-network) .max-w-2xl{max-width:42rem}:where(body.page-global-proxy-network) .max-w-3xl{max-width:48rem}:where(body.page-global-proxy-network) .max-w-4xl{max-width:56rem}:where(body.page-global-proxy-network) .max-w-7xl{max-width:80rem}:where(body.page-global-proxy-network) .cursor-pointer{cursor:pointer}:where(body.page-global-proxy-network) .grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}:where(body.page-global-proxy-network) .flex-col{flex-direction:column}:where(body.page-global-proxy-network) .items-center{align-items:center}:where(body.page-global-proxy-network) .justify-center{justify-content:center}:where(body.page-global-proxy-network) .justify-between{justify-content:space-between}:where(body.page-global-proxy-network) .gap-2{gap:0.5rem}:where(body.page-global-proxy-network) .gap-4{gap:1rem}:where(body.page-global-proxy-network) .gap-5{gap:1.25rem}:where(body.page-global-proxy-network) .gap-6{gap:1.5rem}:where(body.page-global-proxy-network) .gap-3{gap:0.75rem}:where(body.page-global-proxy-network) .space-y-8 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}:where(body.page-global-proxy-network) .overflow-x-auto{overflow-x:auto}:where(body.page-global-proxy-network) .whitespace-nowrap{white-space:nowrap}:where(body.page-global-proxy-network) .rounded-2xl{border-radius:1rem}:where(body.page-global-proxy-network) .rounded-3xl{border-radius:1.5rem}:where(body.page-global-proxy-network) .rounded-full{border-radius:9999px}:where(body.page-global-proxy-network) .rounded-lg{border-radius:0.5rem}:where(body.page-global-proxy-network) .rounded-xl{border-radius:0.75rem}:where(body.page-global-proxy-network) .rounded{border-radius:0.25rem}:where(body.page-global-proxy-network) .border{border-width:1px}:where(body.page-global-proxy-network) .border-2{border-width:2px}:where(body.page-global-proxy-network) .border-b{border-bottom-width:1px}:where(body.page-global-proxy-network) .border-indigo-100{--tw-border-opacity:1;border-color:rgb(224 231 255 / var(--tw-border-opacity, 1))}:where(body.page-global-proxy-network) .border-slate-100{--tw-border-opacity:1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1))}:where(body.page-global-proxy-network) .border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}:where(body.page-global-proxy-network) .bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}:where(body.page-global-proxy-network) .bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}:where(body.page-global-proxy-network) .bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}:where(body.page-global-proxy-network) .bg-slate-50\/50{background-color:rgb(248 250 252 / 0.5)}:where(body.page-global-proxy-network) .bg-slate-900{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}:where(body.page-global-proxy-network) .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}:where(body.page-global-proxy-network) .bg-white\/10{background-color:rgb(255 255 255 / 0.1)}:where(body.page-global-proxy-network) .bg-white\/90{background-color:rgb(255 255 255 / 0.9)}:where(body.page-global-proxy-network) .p-6{padding:1.5rem}:where(body.page-global-proxy-network) .p-5{padding:1.25rem}:where(body.page-global-proxy-network) .px-3{padding-left:0.75rem;padding-right:0.75rem}:where(body.page-global-proxy-network) .px-4{padding-left:1rem;padding-right:1rem}:where(body.page-global-proxy-network) .px-6{padding-left:1.5rem;padding-right:1.5rem}:where(body.page-global-proxy-network) .px-8{padding-left:2rem;padding-right:2rem}:where(body.page-global-proxy-network) .py-1{padding-top:0.25rem;padding-bottom:0.25rem}:where(body.page-global-proxy-network) .py-16{padding-top:4rem;padding-bottom:4rem}:where(body.page-global-proxy-network) .py-2{padding-top:0.5rem;padding-bottom:0.5rem}:where(body.page-global-proxy-network) .py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}:where(body.page-global-proxy-network) .py-20{padding-top:5rem;padding-bottom:5rem}:where(body.page-global-proxy-network) .py-24{padding-top:6rem;padding-bottom:6rem}:where(body.page-global-proxy-network) .py-3{padding-top:0.75rem;padding-bottom:0.75rem}:where(body.page-global-proxy-network) .py-4{padding-top:1rem;padding-bottom:1rem}:where(body.page-global-proxy-network) .py-8{padding-top:2rem;padding-bottom:2rem}:where(body.page-global-proxy-network) .px-2{padding-left:0.5rem;padding-right:0.5rem}:where(body.page-global-proxy-network) .pb-16{padding-bottom:4rem}:where(body.page-global-proxy-network) .pb-2{padding-bottom:0.5rem}:where(body.page-global-proxy-network) .pl-11{padding-left:2.75rem}:where(body.page-global-proxy-network) .pr-4{padding-right:1rem}:where(body.page-global-proxy-network) .pt-4{padding-top:1rem}:where(body.page-global-proxy-network) .pt-44{padding-top:11rem}:where(body.page-global-proxy-network) .text-center{text-align:center}:where(body.page-global-proxy-network) .text-right{text-align:right}:where(body.page-global-proxy-network) .text-4xl{font-size:2.25rem;line-height:2.5rem}:where(body.page-global-proxy-network) .text-5xl{font-size:3rem;line-height:1}:where(body.page-global-proxy-network) .text-\[10px\]{font-size:10px}:where(body.page-global-proxy-network) .text-lg{font-size:1.125rem;line-height:1.75rem}:where(body.page-global-proxy-network) .text-sm{font-size:0.875rem;line-height:1.25rem}:where(body.page-global-proxy-network) .text-xl{font-size:1.25rem;line-height:1.75rem}:where(body.page-global-proxy-network) .text-xs{font-size:0.75rem;line-height:1rem}:where(body.page-global-proxy-network) .font-black{font-weight:900}:where(body.page-global-proxy-network) .font-bold{font-weight:700}:where(body.page-global-proxy-network) .font-extrabold{font-weight:800}:where(body.page-global-proxy-network) .font-medium{font-weight:500}:where(body.page-global-proxy-network) .uppercase{text-transform:uppercase}:where(body.page-global-proxy-network) .leading-\[1\.05\]{line-height:1.05}:where(body.page-global-proxy-network) .leading-relaxed{line-height:1.625}:where(body.page-global-proxy-network) .tracking-tight{letter-spacing:-0.025em}:where(body.page-global-proxy-network) .text-\[\#5b52f6\]{--tw-text-opacity:1;color:rgb(91 82 246 / var(--tw-text-opacity, 1))}:where(body.page-global-proxy-network) .text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}:where(body.page-global-proxy-network) .text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}:where(body.page-global-proxy-network) .text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}:where(body.page-global-proxy-network) .text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}:where(body.page-global-proxy-network) .text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}:where(body.page-global-proxy-network) .text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}:where(body.page-global-proxy-network) .text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}:where(body.page-global-proxy-network) .shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}:where(body.page-global-proxy-network) .shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}:where(body.page-global-proxy-network) .backdrop-blur-md{--tw-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}:where(body.page-global-proxy-network) .transition{transition-property:color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}:where(body.page-global-proxy-network) .transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}:where(body.page-global-proxy-network) .transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}:where(body.page-global-proxy-network) .transition-colors{transition-property:color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}:where(body.page-global-proxy-network) .duration-300{transition-duration:300ms}:where(body.page-global-proxy-network) .hover\:border-\[\#5b52f6\]:hover{--tw-border-opacity:1;border-color:rgb(91 82 246 / var(--tw-border-opacity, 1))}:where(body.page-global-proxy-network) .hover\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}:where(body.page-global-proxy-network) .hover\:bg-white\/20:hover{background-color:rgb(255 255 255 / 0.2)}:where(body.page-global-proxy-network) .hover\:text-\[\#5b52f6\]:hover{--tw-text-opacity:1;color:rgb(91 82 246 / var(--tw-text-opacity, 1))}:where(body.page-global-proxy-network) .hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}:where(body.page-global-proxy-network) .focus\:border-\[\#5b52f6\]:focus{--tw-border-opacity:1;border-color:rgb(91 82 246 / var(--tw-border-opacity, 1))}:where(body.page-global-proxy-network) .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}:where(body.page-global-proxy-network) .focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}:where(body.page-global-proxy-network) .focus\:ring-indigo-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(224 231 255 / var(--tw-ring-opacity, 1))}:where(body.page-global-proxy-network) .group:hover .group-hover\:text-\[\#5b52f6\]{--tw-text-opacity:1;color:rgb(91 82 246 / var(--tw-text-opacity, 1))}@media (min-width: 640px){:where(body.page-global-proxy-network) .sm\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media (min-width: 768px){:where(body.page-global-proxy-network) .md\:w-80{width:20rem}:where(body.page-global-proxy-network) .md\:w-auto{width:auto}:where(body.page-global-proxy-network) .md\:flex-row{flex-direction:row}:where(body.page-global-proxy-network) .md\:pb-0{padding-bottom:0px}:where(body.page-global-proxy-network) .md\:text-5xl{font-size:3rem;line-height:1}:where(body.page-global-proxy-network) .md\:text-7xl{font-size:4.5rem;line-height:1}:where(body.page-global-proxy-network) .md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1024px){:where(body.page-global-proxy-network) .lg\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}:where(body.page-global-proxy-network) .lg\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media (min-width: 1280px){:where(body.page-global-proxy-network) .xl\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}

/* === Page layout: global-proxy-network === */

:root:where(.page-global-proxy-network) {
  --primary: #087a66;
  --primary-dark: #066252;
  --accent: #20c7b5;
}

body:where(.page-global-proxy-network) {
  font-family: var(--v2-font-body, "IPSFORU Sans", "Helvetica Neue", Arial, sans-serif);
  scroll-behavior: smooth;
}

:where(body.page-global-proxy-network) .gradient-text {
  background: linear-gradient(135deg, #0b5f7a 0%, #087a66 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

:where(body.page-global-proxy-network) .hero-mesh {
  background: radial-gradient(circle at 10% 20%, rgba(83, 219, 255, 0.10) 0%, transparent 40%), radial-gradient(circle at 90% 80%, rgba(87, 222, 135, 0.10) 0%, transparent 40%);
}

:where(body.page-global-proxy-network) .card-shadow {
  transition: all 0.3s ease;
  border: 1px solid rgba(226, 232, 240, 0.8);
}

:where(body.page-global-proxy-network) .card-shadow:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
  box-shadow: 0 15px 30px -10px rgba(8, 122, 102, 0.18);
}

:where(body.page-global-proxy-network) .country-flag {
  display: inline-flex;
  width: 3rem;
  height: 2rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 1;
}

:where(body.page-global-proxy-network) .country-flag-small {
  width: 2rem;
  height: 1.5rem;
  font-size: 1.5rem;
}

:where(body.page-global-proxy-network) ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

:where(body.page-global-proxy-network) ::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}

:where(body.page-global-proxy-network) ::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

:where(body.page-global-proxy-network) ::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

:where(body.page-global-proxy-network) .fade-in {
  animation: fadeIn 0.4s ease-out forwards;
}

:where(body.page-global-proxy-network) main > section {
  box-sizing: border-box;
}

:where(body.page-global-proxy-network) .mx-auto {
  margin-right: auto;
  margin-left: auto;
}

:where(body.page-global-proxy-network) .max-w-2xl {
  max-width: 42rem;
}

:where(body.page-global-proxy-network) .max-w-3xl {
  max-width: 48rem;
}

:where(body.page-global-proxy-network) .max-w-4xl {
  max-width: 56rem;
}

:where(body.page-global-proxy-network) .max-w-7xl {
  max-width: 80rem;
}

:where(body.page-global-proxy-network) .relative {
  position: relative;
}

:where(body.page-global-proxy-network) .sticky {
  position: sticky;
}

:where(body.page-global-proxy-network) .top-20 {
  top: 72px;
}

:where(body.page-global-proxy-network) .z-40 {
  z-index: 40;
}

:where(body.page-global-proxy-network) .flex {
  display: flex;
}

:where(body.page-global-proxy-network) .inline-flex {
  display: inline-flex;
}

:where(body.page-global-proxy-network) .grid {
  display: grid;
}

:where(body.page-global-proxy-network) .hidden {
  display: none;
}

:where(body.page-global-proxy-network) .flex-col {
  flex-direction: column;
}

:where(body.page-global-proxy-network) .items-center {
  align-items: center;
}

:where(body.page-global-proxy-network) .justify-center {
  justify-content: center;
}

:where(body.page-global-proxy-network) .justify-between {
  justify-content: space-between;
}

:where(body.page-global-proxy-network) .gap-2 {
  gap: 8px;
}

:where(body.page-global-proxy-network) .gap-3 {
  gap: 12px;
}

:where(body.page-global-proxy-network) .gap-4 {
  gap: 16px;
}

:where(body.page-global-proxy-network) .gap-5 {
  gap: 20px;
}

:where(body.page-global-proxy-network) .gap-6 {
  gap: 24px;
}

:where(body.page-global-proxy-network) .space-y-8 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 32px;
}

:where(body.page-global-proxy-network) .w-full {
  width: 100%;
}

:where(body.page-global-proxy-network) .w-20 {
  width: 80px;
}

:where(body.page-global-proxy-network) .h-20 {
  height: 80px;
}

:where(body.page-global-proxy-network) .min-h-screen {
  min-height: 100vh;
}

:where(body.page-global-proxy-network) .overflow-x-auto {
  overflow-x: auto;
}

:where(body.page-global-proxy-network) .whitespace-nowrap {
  white-space: nowrap;
}

:where(body.page-global-proxy-network) .cursor-pointer {
  cursor: pointer;
}

:where(body.page-global-proxy-network) .text-center {
  text-align: center;
}

:where(body.page-global-proxy-network) .text-right {
  text-align: right;
}

:where(body.page-global-proxy-network) .uppercase {
  text-transform: uppercase;
}

:where(body.page-global-proxy-network) .font-medium {
  font-weight: 500;
}

:where(body.page-global-proxy-network) .font-bold {
  font-weight: 700;
}

:where(body.page-global-proxy-network) .font-extrabold {
  font-weight: 800;
}

:where(body.page-global-proxy-network) .font-black {
  font-weight: 800;
}

:where(body.page-global-proxy-network) .text-\[10px\] {
  font-size: 10px;
}

:where(body.page-global-proxy-network) .text-xs {
  font-size: 12px;
  line-height: 1.4;
}

:where(body.page-global-proxy-network) .text-sm {
  font-size: 14px;
  line-height: 1.45;
}

:where(body.page-global-proxy-network) .text-lg {
  font-size: 18px;
  line-height: 1.6;
}

:where(body.page-global-proxy-network) .text-xl {
  font-size: 20px;
  line-height: 1.4;
}

:where(body.page-global-proxy-network) .text-4xl {
  font-size: 36px;
  line-height: 1.15;
}

:where(body.page-global-proxy-network) .text-5xl {
  font-size: 48px;
  line-height: 1.08;
}

:where(body.page-global-proxy-network) .leading-\[1\.05\] {
  line-height: 1.05;
}

:where(body.page-global-proxy-network) .leading-relaxed {
  line-height: 1.625;
}

:where(body.page-global-proxy-network) .tracking-tight {
  letter-spacing: -.025em;
}

:where(body.page-global-proxy-network) .text-slate-400 {
  color: #82939a;
}

:where(body.page-global-proxy-network) .text-slate-500 {
  color: #61767f;
}

:where(body.page-global-proxy-network) .text-slate-600 {
  color: #526771;
}

:where(body.page-global-proxy-network) .text-slate-700 {
  color: #29434d;
}

:where(body.page-global-proxy-network) .text-slate-800 {
  color: #17303b;
}

:where(body.page-global-proxy-network) .text-slate-900 {
  color: #071b2e;
}

:where(body.page-global-proxy-network) .text-white {
  color: #fff;
}

:where(body.page-global-proxy-network) .text-\[\#087a66\] {
  color: var(--primary);
}

:where(body.page-global-proxy-network) .bg-white {
  background: #fff;
}

:where(body.page-global-proxy-network) .bg-white\/10 {
  background: rgba(255,255,255,.10);
}

:where(body.page-global-proxy-network) .bg-white\/90 {
  background: rgba(255,255,255,.94);
}

:where(body.page-global-proxy-network) .bg-slate-50 {
  background: #f3faf8;
}

:where(body.page-global-proxy-network) .bg-slate-50\/50 {
  background: #f3faf8;
}

:where(body.page-global-proxy-network) .bg-slate-100 {
  background: #e7f2ef;
}

:where(body.page-global-proxy-network) .bg-slate-900 {
  background: #071b2e;
}

:where(body.page-global-proxy-network) .bg-indigo-50 {
  background: #e9f8f5;
}

:where(body.page-global-proxy-network) .border {
  border: 1px solid #d6e7e4;
}

:where(body.page-global-proxy-network) .border-2 {
  border-width: 2px;
  border-style: solid;
}

:where(body.page-global-proxy-network) .border-b {
  border-bottom: 1px solid #d6e7e4;
}

:where(body.page-global-proxy-network) .border-indigo-100 {
  border-color: #d6e7e4;
}

:where(body.page-global-proxy-network) .border-slate-100 {
  border-color: #d6e7e4;
}

:where(body.page-global-proxy-network) .border-slate-200 {
  border-color: #d6e7e4;
}

:where(body.page-global-proxy-network) .rounded {
  border-radius: 4px;
}

:where(body.page-global-proxy-network) .rounded-lg {
  border-radius: 8px;
}

:where(body.page-global-proxy-network) .rounded-xl {
  border-radius: 12px;
}

:where(body.page-global-proxy-network) .rounded-2xl {
  border-radius: 16px;
}

:where(body.page-global-proxy-network) .rounded-3xl {
  border-radius: 20px;
}

:where(body.page-global-proxy-network) .rounded-full {
  border-radius: 999px;
}

:where(body.page-global-proxy-network) .p-5 {
  padding: 20px;
}

:where(body.page-global-proxy-network) .p-6 {
  padding: 24px;
}

:where(body.page-global-proxy-network) .px-2 {
  padding-right: 8px;
  padding-left: 8px;
}

:where(body.page-global-proxy-network) .px-3 {
  padding-right: 12px;
  padding-left: 12px;
}

:where(body.page-global-proxy-network) .px-4 {
  padding-right: 16px;
  padding-left: 16px;
}

:where(body.page-global-proxy-network) .px-6 {
  padding-right: 24px;
  padding-left: 24px;
}

:where(body.page-global-proxy-network) .px-8 {
  padding-right: 32px;
  padding-left: 32px;
}

:where(body.page-global-proxy-network) .py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

:where(body.page-global-proxy-network) .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

:where(body.page-global-proxy-network) .py-2\.5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

:where(body.page-global-proxy-network) .py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

:where(body.page-global-proxy-network) .py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

:where(body.page-global-proxy-network) .py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}

:where(body.page-global-proxy-network) .py-16 {
  padding-top: 64px;
  padding-bottom: 64px;
}

:where(body.page-global-proxy-network) .py-20 {
  padding-top: 80px;
  padding-bottom: 80px;
}

:where(body.page-global-proxy-network) .py-24 {
  padding-top: 80px;
  padding-bottom: 80px;
}

:where(body.page-global-proxy-network) .pt-4 {
  padding-top: 16px;
}

:where(body.page-global-proxy-network) .pt-44 {
  padding-top: 86px;
}

:where(body.page-global-proxy-network) .pb-2 {
  padding-bottom: 8px;
}

:where(body.page-global-proxy-network) .pb-16 {
  padding-bottom: 64px;
}

:where(body.page-global-proxy-network) .pl-11 {
  padding-left: 44px;
}

:where(body.page-global-proxy-network) .pr-4 {
  padding-right: 16px;
}

:where(body.page-global-proxy-network) .mb-4 {
  margin-bottom: 16px;
}

:where(body.page-global-proxy-network) .mb-6 {
  margin-bottom: 24px;
}

:where(body.page-global-proxy-network) .mb-16 {
  margin-bottom: 64px;
}

:where(body.page-global-proxy-network) .mt-2 {
  margin-top: 8px;
}

:where(body.page-global-proxy-network) .mt-12 {
  margin-top: 48px;
}

:where(body.page-global-proxy-network) .shadow-sm {
  box-shadow: 0 2px 8px rgba(7,27,46,.06);
}

:where(body.page-global-proxy-network) .shadow-md {
  box-shadow: 0 10px 24px rgba(7,27,46,.10);
}

:where(body.page-global-proxy-network) .backdrop-blur-md {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

:where(body.page-global-proxy-network) .transition {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease, opacity .18s ease;
}

:where(body.page-global-proxy-network) .transition-all {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease, opacity .18s ease;
}

:where(body.page-global-proxy-network) .transition-colors {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease, opacity .18s ease;
}

:where(body.page-global-proxy-network) .transition-opacity {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease, opacity .18s ease;
}

:where(body.page-global-proxy-network) .duration-300 {
  transition-duration: .3s;
}

:where(body.page-global-proxy-network) .hero-mesh > div {
  width: min(100%, 896px);
}

:where(body.page-global-proxy-network) .hero-mesh .inline-flex {
  color: var(--primary);
  border-color: #a9dcd2;
  background: #e9f8f5;
}

:where(body.page-global-proxy-network) .hero-mesh h1 {
  margin: 20px 0 16px;
  color: #071b2e;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.04em;
}

:where(body.page-global-proxy-network) .hero-mesh p {
  color: #526771;
}

:where(body.page-global-proxy-network) #region-filters {
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

:where(body.page-global-proxy-network) #region-filters::-webkit-scrollbar {
  display: none;
}

:where(body.page-global-proxy-network) .filter-btn {
  min-height: 42px;
  appearance: none;
  border: 1px solid #d6e7e4;
  color: #526771;
  background: #f3faf8;
  cursor: pointer;
}

:where(body.page-global-proxy-network) .filter-btn:hover {
  color: #087a66;
  border-color: #9bd6cb;
  background: #e9f8f5;
}

:where(body.page-global-proxy-network) .filter-btn.bg-slate-900 {
  color: #fff;
  border-color: #087a66;
  background: linear-gradient(135deg, #0b5f7a 0%, #087a66 100%);
}

:where(body.page-global-proxy-network) #search-input {
  box-sizing: border-box;
  min-height: 46px;
  border: 1px solid #d6e7e4;
  color: #17303b;
  background: #f7fbfa;
}

:where(body.page-global-proxy-network) #search-input:focus {
  border-color: #087a66;
  outline: none;
  box-shadow: 0 0 0 4px rgba(8,122,102,.10);
}

:where(body.page-global-proxy-network) #hot-nodes-section > .grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

:where(body.page-global-proxy-network) #country-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

:where(body.page-global-proxy-network) #hot-nodes-section .card-shadow {
  min-width: 0;
  color: #29434d;
  border: 1px solid #d6e7e4;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7,27,46,.06);
}

:where(body.page-global-proxy-network) #country-grid > div {
  min-width: 0;
  color: #29434d;
  border: 1px solid #d6e7e4;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7,27,46,.06);
}

:where(body.page-global-proxy-network) #hot-nodes-section .card-shadow:hover {
  border-color: #28bfa6;
  box-shadow: 0 18px 38px rgba(8,122,102,.12);
  transform: translateY(-2px);
}

:where(body.page-global-proxy-network) #country-grid > div:hover {
  border-color: #28bfa6;
  box-shadow: 0 18px 38px rgba(8,122,102,.12);
  transform: translateY(-2px);
}

:where(body.page-global-proxy-network) #hot-nodes-section .group:hover .group-hover\:text-\[\#087a66\] {
  color: #087a66;
}

:where(body.page-global-proxy-network) #country-grid .group:hover .group-hover\:text-\[\#087a66\] {
  color: #087a66;
}

:where(body.page-global-proxy-network) #load-more-btn {
  min-height: 46px;
  color: #087a66;
  border-color: #a9dcd2;
  background: #fff;
  cursor: pointer;
}

:where(body.page-global-proxy-network) #load-more-btn:hover {
  color: #fff;
  border-color: #087a66;
  background: #087a66;
}

:where(body.page-global-proxy-network) main > section:nth-of-type(4) {
  color: #f4fffc;
  background: linear-gradient(135deg, #071b2e 0%, #092f3a 50%, #063b36 100%);
}

:where(body.page-global-proxy-network) main > section:nth-of-type(4) h2 {
  color: #fff;
}

:where(body.page-global-proxy-network) main > section:nth-of-type(4) p {
  color: #c5d6d3;
}

:where(body.page-global-proxy-network) main > section:nth-of-type(4) button {
  min-height: 48px;
  border: 1px solid rgba(255,255,255,.24);
  color: #fff;
  background: rgba(255,255,255,.10);
  cursor: pointer;
}

:where(body.page-global-proxy-network) main > section:nth-of-type(4) button:hover {
  background: rgba(255,255,255,.18);
}

@media (min-width: 768px) {
  :where(body.page-global-proxy-network) .md\:w-80 {
    width: 320px;
  }
}

@media (min-width: 768px) {
  :where(body.page-global-proxy-network) .md\:w-auto {
    width: auto;
  }
}

@media (min-width: 768px) {
  :where(body.page-global-proxy-network) .md\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  :where(body.page-global-proxy-network) .md\:pb-0 {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  :where(body.page-global-proxy-network) .md\:text-xl {
    font-size: 20px;
    line-height: 1.55;
  }
}

@media (min-width: 768px) {
  :where(body.page-global-proxy-network) .md\:text-5xl {
    font-size: 48px;
  }
}

@media (min-width: 768px) {
  :where(body.page-global-proxy-network) .md\:text-7xl {
    font-size: 64px;
  }
}

@media (max-width: 1023px) {
  :where(body.page-global-proxy-network) #hot-nodes-section > .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  :where(body.page-global-proxy-network) #country-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  :where(body.page-global-proxy-network) .hero-mesh {
    padding: 56px 18px 48px;
  }
}

@media (max-width: 767px) {
  :where(body.page-global-proxy-network) .hero-mesh h1 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  :where(body.page-global-proxy-network) main > section:nth-of-type(2) {
    top: 66px;
    padding: 16px;
  }
}

@media (max-width: 767px) {
  :where(body.page-global-proxy-network) main > section:nth-of-type(2) > div {
    align-items: stretch;
  }
}

@media (max-width: 767px) {
  :where(body.page-global-proxy-network) #region-filters {
    margin-right: -16px;
    padding-right: 16px;
  }
}

@media (max-width: 767px) {
  :where(body.page-global-proxy-network) #search-input {
    width: 100%;
  }
}

@media (max-width: 767px) {
  :where(body.page-global-proxy-network) main > section:nth-of-type(3) {
    padding: 48px 18px;
  }
}

@media (max-width: 767px) {
  :where(body.page-global-proxy-network) .mb-16 {
    margin-bottom: 42px;
  }
}

@media (max-width: 767px) {
  :where(body.page-global-proxy-network) main > section:nth-of-type(4) {
    padding: 64px 18px;
  }
}

@media (max-width: 520px) {
  :where(body.page-global-proxy-network) #hot-nodes-section > .grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 520px) {
  :where(body.page-global-proxy-network) #country-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 520px) {
  :where(body.page-global-proxy-network) .hero-mesh h1 {
    font-size: 32px;
  }
}

@media (max-width: 520px) {
  :where(body.page-global-proxy-network) .hero-mesh .inline-flex {
    font-size: 11px;
  }
}

@media (max-width: 479px) {
  body:where(.page-global-proxy-network) {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) main h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .hero-copy h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .inner-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .legal-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .blog-hero h1 {
    font-size: 27px !important;
    line-height: 1.22 !important;
    letter-spacing: -.35px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) main h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .section-heading h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .page-cta h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .sales-cta h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .contact-section h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .developer-grid h2 {
    font-size: 27px !important;
    line-height: 1.3 !important;
    letter-spacing: -.2px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) main h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .feature-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .use-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .usecase-grid h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .home-blog-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .blog-card h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) main p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) main li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .hero-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .inner-hero p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .section-heading p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .feature-card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .use-card p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .usecase-grid p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .contact-section p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .developer-grid p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .eyebrow {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .breadcrumb-band {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .page-cta .primary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .page-cta .secondary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .sales-cta .primary-cta {
    font-size: 15px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .doc-content h1 {
    font-size: 27px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .doc-content h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .legal-copy h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .doc-content h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .legal-copy h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .doc-content p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .doc-content li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .legal-copy {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .legal-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .legal-copy li {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .code-card pre {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .developer-section pre {
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  :where(body.page-global-proxy-network) .doc-content pre {
    font-size: 12px !important;
  }
}

/* === Brand tokens and surfaces === */

:root {
  --ink: #0c1e2b;
  --muted: #5c6f78;
  --soft: #f3faf8;
  --line: #d6e7e4;
  --violet: #087a66;
  --violet-2: #087a66;
  --teal: #20c7b5;
  --navy: #071b2e;
  --footer: #061827;
  --brand-navy: #071b2e;
  --brand-forest: #063b36;
  --brand-green: #087a66;
  --brand-aqua: #53dbff;
  --brand-lime: #57de87;
  --brand-blue: #0b5f7a;
  --brand-white: #ffffff;
  --brand-mist: #f3faf8;
  --brand-surface: #ffffff;
  --brand-gradient: linear-gradient(135deg, #0b5f7a 0%, #087a66 100%);
  --brand-glow-gradient: linear-gradient(90deg, #53dbff 0%, #57de87 100%);
}

body {
  color: var(--ink);
  background: var(--brand-mist);
}

.site-header {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom-color: #d6e7e4 !important;
}

.brand {
  color: var(--brand-navy);
}

.login-link {
  color: var(--brand-navy);
}

.main-nav a {
  color: var(--brand-navy);
}

.main-nav a:hover {
  color: var(--brand-green) !important;
}

.main-nav li:hover > a {
  color: var(--brand-green) !important;
}

.breadcrumb-band a {
  color: var(--brand-green) !important;
}

.faq-type-tabs a.active {
  color: var(--brand-green) !important;
}

.faq-type-tabs a:hover {
  color: var(--brand-green) !important;
}

.doc-sidebar a:hover {
  color: var(--brand-green) !important;
}

.doc-sidebar a.active {
  color: var(--brand-green) !important;
}

.sub-menu {
  border-color: #d6e7e4 !important;
  background: linear-gradient(180deg, #ffffff 0%, #f0faf7 100%) !important;
  box-shadow: 0 26px 70px rgba(11, 23, 54, 0.15) !important;
}

.sub-menu::after {
  border-color: #d6e7e4 !important;
  background: #ffffff !important;
}

.sub-menu a::before {
  background: var(--brand-glow-gradient) !important;
  box-shadow: 0 0 0 5px rgba(8, 122, 102, 0.11) !important;
}

.sub-menu a:hover {
  border-color: #a9dcd2 !important;
  background: #eaf9f6 !important;
}

.signup-link {
  color: #fff !important;
  border-color: #0c8e79 !important;
  background: var(--brand-gradient) !important;
  box-shadow: 0 18px 38px rgba(8, 122, 102, 0.24) !important;
}

.primary-cta:not(.dark) {
  color: #fff !important;
  border-color: #0c8e79 !important;
  background: var(--brand-gradient) !important;
  box-shadow: 0 18px 38px rgba(8, 122, 102, 0.24) !important;
}

.coverage-load-more {
  color: #fff !important;
  border-color: #0c8e79 !important;
  background: var(--brand-gradient) !important;
  box-shadow: 0 18px 38px rgba(8, 122, 102, 0.24) !important;
}

.price-card.featured a {
  color: #fff !important;
  border-color: #0c8e79 !important;
  background: var(--brand-gradient) !important;
  box-shadow: 0 18px 38px rgba(8, 122, 102, 0.24) !important;
}

.page-cta a {
  color: #fff !important;
  border-color: #0c8e79 !important;
  background: var(--brand-gradient) !important;
  box-shadow: 0 18px 38px rgba(8, 122, 102, 0.24) !important;
}

.sales-cta a {
  color: #fff !important;
  border-color: #0c8e79 !important;
  background: var(--brand-gradient) !important;
  box-shadow: 0 18px 38px rgba(8, 122, 102, 0.24) !important;
}

.contact-form button {
  color: #fff !important;
  border-color: #0c8e79 !important;
  background: var(--brand-gradient) !important;
  box-shadow: 0 18px 38px rgba(8, 122, 102, 0.24) !important;
}

.contact-submit {
  color: #fff !important;
  border-color: #0c8e79 !important;
  background: var(--brand-gradient) !important;
  box-shadow: 0 18px 38px rgba(8, 122, 102, 0.24) !important;
}

.doc-content .primary-cta {
  color: #fff !important;
  border-color: #0c8e79 !important;
  background: var(--brand-gradient) !important;
  box-shadow: 0 18px 38px rgba(8, 122, 102, 0.24) !important;
}

.signup-link:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #084c66 0%, #066252 100%) !important;
}

.primary-cta:not(.dark):hover {
  color: #fff !important;
  background: linear-gradient(135deg, #084c66 0%, #066252 100%) !important;
}

.coverage-load-more:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #084c66 0%, #066252 100%) !important;
}

.price-card.featured a:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #084c66 0%, #066252 100%) !important;
}

.primary-cta.dark {
  color: #fff !important;
  background: var(--brand-navy) !important;
  box-shadow: 0 20px 44px rgba(11, 23, 54, 0.22) !important;
}

.hero-actions .primary-cta.dark {
  color: #fff !important;
  background: var(--brand-navy) !important;
  box-shadow: 0 20px 44px rgba(11, 23, 54, 0.22) !important;
}

.hero-stats-section {
  background: var(--brand-mist) !important;
}

.hero-section {
  background: var(--brand-mist) !important;
}

.inner-hero {
  background: var(--brand-mist) !important;
}

.faq-hero {
  background: var(--brand-mist) !important;
}

.breadcrumb-band {
  background: var(--brand-mist) !important;
}

.hero-stats-card {
  border-color: #d6e7e4 !important;
  background: radial-gradient(circle at 86% 12%, rgba(83, 219, 255, 0.13), transparent 31%), radial-gradient(circle at 12% 88%, rgba(87, 222, 135, 0.10), transparent 32%), linear-gradient(135deg, #ffffff 0%, #eaf7f4 55%, #f2fbf9 100%) !important;
  box-shadow: 0 28px 70px rgba(11, 23, 54, 0.10) !important;
}

.hero-copy h1 strong {
  color: var(--brand-green) !important;
}

.inner-hero h1 strong {
  color: var(--brand-green) !important;
}

.country-card p {
  color: var(--brand-green) !important;
}

.price-card.featured strong {
  color: var(--brand-green) !important;
}

.pricing-footnote a {
  color: var(--brand-green) !important;
}

.faq-read-more {
  color: var(--brand-green) !important;
}

.feature-card i {
  color: var(--brand-green) !important;
}

.blog-meta strong {
  color: var(--brand-green) !important;
}

.hero-copy .hero-offer-title {
  color: transparent !important;
  background: var(--brand-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.eyebrow {
  color: var(--brand-green) !important;
  border-color: #a9dcd2 !important;
  background: #e8f8f5 !important;
}

.faq-detail-type {
  color: var(--brand-green) !important;
  border-color: #a9dcd2 !important;
  background: #e8f8f5 !important;
}

.eyebrow span {
  background: var(--brand-glow-gradient) !important;
}

.slider-dots span.active {
  background: var(--brand-glow-gradient) !important;
}

.level.recommended {
  background: var(--brand-gradient) !important;
}

.hero-benefits li::before {
  border-color: var(--brand-green) !important;
}

.hero-trust-note::before {
  border-color: var(--brand-green) !important;
}

.price-card li::before {
  border-color: var(--brand-green) !important;
}

.coverage-section {
  background: var(--brand-mist) !important;
}

.faq-section {
  background: var(--brand-mist) !important;
}

.contact-section {
  background: var(--brand-mist) !important;
}

.subtle-section {
  background: var(--brand-mist) !important;
}

.usecase-section {
  background: var(--brand-mist) !important;
}

.testimonial-section {
  background: var(--brand-mist) !important;
}

.coverage-section:nth-of-type(even) {
  background: #ffffff !important;
}

.pricing-section {
  background: #ffffff !important;
}

.home-blog-section {
  background: #ffffff !important;
}

.white-section {
  background: #ffffff !important;
}

.country-card {
  border-color: #d6e7e4 !important;
  background: #ffffff !important;
  box-shadow: 0 16px 38px rgba(11, 23, 54, 0.06) !important;
}

.price-card:not(.featured) {
  border-color: #d6e7e4 !important;
  background: #ffffff !important;
  box-shadow: 0 16px 38px rgba(11, 23, 54, 0.06) !important;
}

.faq-item {
  border-color: #d6e7e4 !important;
  background: #ffffff !important;
  box-shadow: 0 16px 38px rgba(11, 23, 54, 0.06) !important;
}

.feature-card {
  border-color: #d6e7e4 !important;
  background: #ffffff !important;
  box-shadow: 0 16px 38px rgba(11, 23, 54, 0.06) !important;
}

.blog-card {
  border-color: #d6e7e4 !important;
  background: #ffffff !important;
  box-shadow: 0 16px 38px rgba(11, 23, 54, 0.06) !important;
}

.home-blog-card {
  border-color: #d6e7e4 !important;
  background: #ffffff !important;
  box-shadow: 0 16px 38px rgba(11, 23, 54, 0.06) !important;
}

.doc-sidebar {
  border-color: #d6e7e4 !important;
  background: #ffffff !important;
  box-shadow: 0 16px 38px rgba(11, 23, 54, 0.06) !important;
}

.doc-content section {
  border-color: #d6e7e4 !important;
  background: #ffffff !important;
  box-shadow: 0 16px 38px rgba(11, 23, 54, 0.06) !important;
}

.doc-card-grid article {
  border-color: #d6e7e4 !important;
  background: #ffffff !important;
  box-shadow: 0 16px 38px rgba(11, 23, 54, 0.06) !important;
}

.contact-card {
  border-color: #d6e7e4 !important;
  background: #ffffff !important;
  box-shadow: 0 16px 38px rgba(11, 23, 54, 0.06) !important;
}

.usecase-card {
  border-color: #d6e7e4 !important;
  background: #ffffff !important;
  box-shadow: 0 16px 38px rgba(11, 23, 54, 0.06) !important;
}

.country-card:hover {
  border-color: #28bfa6 !important;
  box-shadow: 0 22px 48px rgba(8, 122, 102, 0.12) !important;
}

.feature-card:hover {
  border-color: #28bfa6 !important;
  box-shadow: 0 22px 48px rgba(8, 122, 102, 0.12) !important;
}

.blog-card:hover {
  border-color: #28bfa6 !important;
  box-shadow: 0 22px 48px rgba(8, 122, 102, 0.12) !important;
}

.home-blog-card:hover {
  border-color: #28bfa6 !important;
  box-shadow: 0 22px 48px rgba(8, 122, 102, 0.12) !important;
}

.pricing-tabs {
  background: #e6f2ef !important;
}

.pricing-tabs button.active {
  color: var(--brand-green) !important;
  background: #ffffff !important;
}

.price-card.featured {
  color: #e8ebf2 !important;
  border-color: #145650 !important;
  background: linear-gradient(145deg, var(--brand-navy) 0%, var(--brand-forest) 100%) !important;
  box-shadow: 0 34px 80px rgba(11, 23, 54, 0.22) !important;
}

.faq-item:nth-child(1) {
  border-color: #9dbab5 !important;
}

.faq-item:nth-child(2n) {
  border-color: #9dbab5 !important;
}

.faq-item.open {
  border-color: var(--brand-green) !important;
}

.metric-section {
  color: #f4fffc !important;
  background: linear-gradient(135deg, var(--brand-navy) 0%, #092f3a 50%, var(--brand-forest) 100%) !important;
}

.network-stats-section {
  color: #f4fffc !important;
  background: linear-gradient(135deg, var(--brand-navy) 0%, #092f3a 50%, var(--brand-forest) 100%) !important;
}

.developer-section {
  color: #f4fffc !important;
  background: linear-gradient(135deg, var(--brand-navy) 0%, #092f3a 50%, var(--brand-forest) 100%) !important;
}

.page-cta {
  color: #f4fffc !important;
  background: linear-gradient(135deg, var(--brand-navy) 0%, #092f3a 50%, var(--brand-forest) 100%) !important;
}

.sales-cta {
  color: #f4fffc !important;
  background: linear-gradient(135deg, var(--brand-navy) 0%, #092f3a 50%, var(--brand-forest) 100%) !important;
}

.py-24.bg-slate-900 {
  color: #f4fffc !important;
  background: linear-gradient(135deg, var(--brand-navy) 0%, #092f3a 50%, var(--brand-forest) 100%) !important;
}

.developer-section h2 {
  color: #fff !important;
}

.page-cta h2 {
  color: #fff !important;
}

.sales-cta h2 {
  color: #fff !important;
}

.metric-section strong {
  color: var(--brand-lime) !important;
}

.network-stats-section strong {
  color: var(--brand-lime) !important;
}

.developer-section .code-tabs button.active {
  color: var(--brand-lime) !important;
}

.doc-page {
  background: var(--brand-mist) !important;
}

.doc-layout {
  background: var(--brand-mist) !important;
}

.doc-content pre {
  border-color: #24345d !important;
  background: #08112a !important;
}

.code-panel {
  border-color: #24345d !important;
  background: #08112a !important;
}

.code-window {
  border-color: #24345d !important;
  background: #08112a !important;
}

.doc-note {
  border-color: #8ad2c3 !important;
  background: #e8f8f5 !important;
}

.site-footer {
  background: linear-gradient(135deg, #061827 0%, var(--brand-navy) 56%, var(--brand-forest) 100%) !important;
  color: #aab3c7 !important;
}

.footer-menu a {
  color: #9fa9bf !important;
}

.footer-bottom a {
  color: #9fa9bf !important;
}

.footer-bottom p {
  color: #9fa9bf !important;
}

.footer-bottom {
  border-top-color: rgba(32, 199, 181, 0.20) !important;
}

.footer-email {
  color: #fff !important;
}

.brand-light {
  color: #fff !important;
}

.footer-menu h3 {
  color: #fff !important;
}

.footer-email:hover {
  color: var(--brand-lime) !important;
}

.footer-menu a:hover {
  color: var(--brand-lime) !important;
}

.footer-bottom a:hover {
  color: var(--brand-lime) !important;
}

input:focus {
  border-color: var(--brand-green) !important;
  box-shadow: 0 0 0 4px rgba(8, 122, 102, 0.10) !important;
}

textarea:focus {
  border-color: var(--brand-green) !important;
  box-shadow: 0 0 0 4px rgba(8, 122, 102, 0.10) !important;
}

select:focus {
  border-color: var(--brand-green) !important;
  box-shadow: 0 0 0 4px rgba(8, 122, 102, 0.10) !important;
}

::selection {
  color: #fff;
  background: var(--brand-green);
}

/* === Final shared components and responsive behavior === */

:root {
  --v2-font-display: "IPSFORU Sans", "Segoe UI", Arial, sans-serif;
  --v2-font-body: "IPSFORU Sans", "Helvetica Neue", Arial, sans-serif;
  --v2-font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --v2-text-xs: 0.75rem;
  --v2-text-sm: 0.875rem;
  --v2-text-base: 1rem;
  --v2-text-md: 1.125rem;
  --v2-text-lg: 1.25rem;
  --v2-text-xl: 1.5rem;
  --v2-text-2xl: 1.75rem;
  --v2-text-3xl: clamp(2rem, 3vw, 2.625rem);
  --v2-text-4xl: clamp(2.625rem, 4.6vw, 4.25rem);
  --v2-text-display: clamp(3rem, 3.65vw, 4.25rem);
  /* semantic typography scale */
  --v2-type-display: clamp(3.75rem, 4.5vw, 4.25rem);
  --v2-type-h1: clamp(3.25rem, 4vw, 3.75rem);
  --v2-type-h2: clamp(2.5rem, 3vw, 3rem);
  --v2-type-h3: clamp(1.25rem, 1.6vw, 1.5rem);
  --v2-type-lead: 1.125rem;
  --v2-type-body: 1rem;
  --v2-type-small: 0.875rem;
  --v2-type-article-h1: clamp(2.5rem, 4vw, 3.25rem);
  --v2-type-article-h2: clamp(1.75rem, 2.5vw, 2rem);
  --v2-type-doc-h1: clamp(2.25rem, 3vw, 3rem);
  --v2-type-doc-h2: 1.75rem;
  --v2-type-doc-h3: 1.25rem;
  --v2-type-doc-h4: 1.125rem;
  --v2-type-doc-h5: 1rem;
  --v2-space-1: 0.25rem;
  --v2-space-2: 0.5rem;
  --v2-space-3: 0.75rem;
  --v2-space-4: 1rem;
  --v2-space-6: 1.5rem;
  --v2-space-8: 2rem;
  --v2-space-12: 3rem;
  --v2-space-16: 4rem;
  --v2-space-24: 6rem;
  --v2-space-32: 8rem;
  --v2-radius-sm: 8px;
  --v2-radius-md: 12px;
  --v2-radius-lg: 18px;
  --v2-radius-xl: 28px;
  --v2-shadow-sm: 0 1px 2px rgba(7, 27, 46, 0.05);
  --v2-shadow-md: 0 16px 40px rgba(7, 27, 46, 0.08);
  --v2-shadow-lg: 0 32px 90px rgba(7, 27, 46, 0.16);
}

html {
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  overflow-x: clip !important;
}

body {
  font-family: var(--v2-font-body) !important;
  font-size: var(--v2-text-base);
  line-height: 1.65;
  letter-spacing: 0;
  max-width: 100%;
  overflow-x: clip !important;
}

.main-nav {
  font-family: var(--v2-font-display) !important;
}

.pricing-tabs {
  font-family: var(--v2-font-display) !important;
}

h1 {
  font-family: var(--v2-font-display) !important;
  color: var(--brand-navy);
  letter-spacing: -0.025em !important;
}

h2 {
  font-family: var(--v2-font-display) !important;
  color: var(--brand-navy);
  letter-spacing: -0.025em !important;
}

h3 {
  font-family: var(--v2-font-display) !important;
  color: var(--brand-navy);
  letter-spacing: -0.025em !important;
}

h4 {
  font-family: var(--v2-font-display) !important;
  color: var(--brand-navy);
  letter-spacing: -0.025em !important;
}

h5 {
  font-family: var(--v2-font-display) !important;
  color: var(--brand-navy);
  letter-spacing: -0.025em !important;
}

h6 {
  font-family: var(--v2-font-display) !important;
  color: var(--brand-navy);
  letter-spacing: -0.025em !important;
}

p {
  letter-spacing: 0.002em;
}

li {
  letter-spacing: 0.002em;
}

code {
  font-family: var(--v2-font-mono) !important;
  font-variant-numeric: tabular-nums;
}

kbd {
  font-family: var(--v2-font-mono) !important;
  font-variant-numeric: tabular-nums;
}

samp {
  font-family: var(--v2-font-mono) !important;
  font-variant-numeric: tabular-nums;
}

.network-stats-section strong {
  font-family: var(--v2-font-mono) !important;
  font-variant-numeric: tabular-nums;
}

.metric-grid strong {
  font-family: var(--v2-font-mono) !important;
  font-variant-numeric: tabular-nums;
}

.site-container {
  width: min(1440px, calc(100% - 64px)) !important;
}

.site-header {
  min-height: 74px;
  box-shadow: 0 1px 0 rgba(7, 27, 46, 0.06);
}

.header-inner {
  min-height: 74px !important;
  gap: var(--v2-space-8) !important;
}

.brand {
  font-family: var(--v2-font-display) !important;
  min-width: 170px !important;
  gap: 11px !important;
  color: var(--brand-navy) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em !important;
}

.brand img {
  display: none !important;
}

.brand::before {
  content: "";
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 11px 11px 11px 3px;
  background: radial-gradient(circle at 67% 33%, #fff 0 3px, transparent 4px), radial-gradient(circle at 35% 68%, rgba(255,255,255,.82) 0 2px, transparent 3px), linear-gradient(135deg, #0b5f7a 0%, #087a66 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.2), 0 8px 20px rgba(8,122,102,.18);
}

.main-nav > ul {
  justify-content: center;
  gap: 4px !important;
}

.main-nav li.has-children {
  padding-bottom: 10px !important;
  margin-bottom: -10px !important;
}

.main-nav a {
  min-height: 42px !important;
  padding: 0 13px;
  border-radius: var(--v2-radius-sm);
  color: #314a58 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.main-nav a:hover {
  color: #087a66 !important;
  background: #edf8f5;
}

.main-nav li:hover > a {
  color: #087a66 !important;
  background: #edf8f5;
}

.sub-menu {
  top: 49px !important;
  padding: 8px !important;
  border-radius: var(--v2-radius-md) !important;
  box-shadow: var(--v2-shadow-lg) !important;
}

.sub-menu a {
  min-height: 48px !important;
  padding: 9px 11px !important;
  border-radius: var(--v2-radius-sm) !important;
  font-size: 14px !important;
}

.header-actions {
  font-family: var(--v2-font-display) !important;
  gap: 10px !important;
  font-size: 14px !important;
}

.login-link {
  padding: 10px 14px;
}

.signup-link {
  min-width: 108px !important;
  padding: 11px 18px !important;
  border-radius: 10px !important;
  font-size: 14px;
  font-weight: 650;
}

.hero-stats-section {
  padding: 22px 0 0 !important;
  background: #fff !important;
}

.hero-stats-card {
  position: relative;
  isolation: isolate;
  width: min(1480px, calc(100% - 32px)) !important;
  min-height: 650px;
  border: 1px solid #d5e9e4 !important;
  border-radius: var(--v2-radius-xl) !important;
  overflow: hidden;
  background: radial-gradient(circle at 81% 28%, rgba(39,143,194,.10), transparent 22%), radial-gradient(circle at 73% 72%, rgba(47,189,145,.11), transparent 28%), linear-gradient(135deg, #f7fbfa 0%, #edf8f5 52%, #e8f6f1 100%) !important;
  box-shadow: var(--v2-shadow-lg) !important;
}

.hero-stats-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: clamp(32px, 7vw, 110px);
  top: 50%;
  width: min(40vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(83,219,255,.22);
  border-radius: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(83,219,255,.8) 0 3px, transparent 4px) 21% 31%/70px 70px, radial-gradient(circle, rgba(87,222,135,.8) 0 3px, transparent 4px) 68% 62%/96px 96px, repeating-radial-gradient(circle, transparent 0 58px, rgba(255,255,255,.07) 59px 60px), linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.08) 50%, transparent 50.2%), linear-gradient(0deg, transparent 49.8%, rgba(255,255,255,.08) 50%, transparent 50.2%);
  opacity: .9;
}

.hero-stats-card .hero-section {
  min-height: 650px;
  display: flex;
  align-items: center;
  padding: 80px 0 !important;
}

.hero-stats-card .hero-grid {
  grid-template-columns: minmax(0, 980px) !important;
  justify-content: center !important;
}

.hero-stats-card .hero-copy {
  width: 100%;
  text-align: center !important;
}

.hero-heading-line {
  white-space: normal !important;
}

.hero-copy .hero-offer-title {
  width: fit-content;
  margin: 22px auto 18px !important;
  font-size: var(--v2-text-xl) !important;
  line-height: 1.2 !important;
  letter-spacing: -.02em !important;
  font-weight: 550 !important;
  background: linear-gradient(90deg, #53dbff 0%, #57de87 100%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
}

.hero-benefits {
  width: 100%;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: 24px !important;
  max-width: 980px;
  margin: 0 !important;
}

.hero-benefits li {
  color: #173b4a !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.hero-benefits li::before {
  border-color: #57de87 !important;
}

.hero-trust-note::before {
  border-color: #57de87 !important;
}

.hero-cta-row {
  justify-content: center !important;
}

.hero-cta-row .primary-cta.dark {
  min-width: 220px !important;
  font-size: 16px !important;
  color: #06252c !important;
  background: linear-gradient(90deg, #53dbff 0%, #57de87 100%) !important;
  box-shadow: 0 18px 44px rgba(83,219,255,.18) !important;
}

.hero-trust-note {
  color: #526c73 !important;
  font-weight: 600 !important;
}

.hero-meta-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: min(100%, 980px);
  margin: 34px auto 0;
}

.coverage-section {
  padding-top: var(--v2-space-24) !important;
  padding-bottom: var(--v2-space-24) !important;
}

.pricing-section {
  padding-top: var(--v2-space-24) !important;
  padding-bottom: var(--v2-space-24) !important;
}

.developer-section {
  padding-top: var(--v2-space-24) !important;
  padding-bottom: var(--v2-space-24) !important;
}

.faq-section {
  padding-top: var(--v2-space-24) !important;
  padding-bottom: var(--v2-space-24) !important;
}

.usecase-section {
  padding-top: var(--v2-space-24) !important;
  padding-bottom: var(--v2-space-24) !important;
}

.testimonial-section {
  padding-top: var(--v2-space-24) !important;
  padding-bottom: var(--v2-space-24) !important;
}

.contact-section {
  padding-top: var(--v2-space-24) !important;
  padding-bottom: var(--v2-space-24) !important;
}

.home-blog-section {
  padding-top: var(--v2-space-24) !important;
  padding-bottom: var(--v2-space-24) !important;
}

.white-section {
  padding-top: var(--v2-space-24) !important;
  padding-bottom: var(--v2-space-24) !important;
}

.subtle-section {
  padding-top: var(--v2-space-24) !important;
  padding-bottom: var(--v2-space-24) !important;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto var(--v2-space-12) !important;
}

.section-heading h1 {
  font-size: var(--v2-text-4xl) !important;
  line-height: 1.06 !important;
  font-weight: 600 !important;
}

.inner-hero h1 {
  font-size: var(--v2-text-4xl) !important;
  line-height: 1.06 !important;
  font-weight: 600 !important;
}

.section-heading p {
  font-size: var(--v2-text-md) !important;
  line-height: 1.65 !important;
}

.inner-hero .rotating-hero-title > span {
  display: block;
}

.inner-hero[data-rotating-proxies-version] .inner-hero-grid {
  grid-template-columns: minmax(460px, .88fr) minmax(580px, 1.12fr);
  gap: 68px;
}

.inner-hero[data-rotating-proxies-version] > .site-container > div:first-child {
  min-width: 0;
}

.inner-hero[data-rotating-proxies-version] .eyebrow {
  padding: 8px 14px;
  border-color: rgba(255, 255, 255, .82) !important;
  background: #ffffff !important;
  box-shadow: 0 10px 26px rgba(7, 27, 46, .08) !important;
  font-size: 12px;
  letter-spacing: .01em;
}

.inner-hero[data-rotating-proxies-version] .hero-actions-inline {
  align-items: flex-start !important;
}

.inner-hero[data-rotating-proxies-version] .hero-primary-action {
  display: flex;
  min-width: 244px;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

.inner-hero[data-rotating-proxies-version] .hero-primary-action > .primary-cta {
  width: 100% !important;
}

.inner-hero[data-rotating-proxies-version] .hero-primary-action .hero-trust-note {
  width: 100%;
  margin: 0 !important;
  justify-content: center;
  text-align: center;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.inner-hero[data-rotating-proxies-version] .rotating-hero-title + p {
  max-width: 590px;
}

.rotating-hero-product {
  margin-top: 6px;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .rotating-hero-product {
    white-space: normal;
  }
}

main:has(> .hero-stats-section) {
  display: flex;
  flex-direction: column;
}

main:has(> .hero-stats-section) > .hero-stats-section {
  order: 0;
}

main:has(> .hero-stats-section) > .coverage-section {
  order: 1;
}

main:has(> .hero-stats-section) > .pricing-section {
  order: 2;
}

main:has(> .hero-stats-section) > .usecase-section {
  order: 3;
}

main:has(> .hero-stats-section) > .developer-section {
  order: 4;
}

main:has(> .hero-stats-section) > .testimonial-section {
  order: 5;
}

main:has(> .hero-stats-section) > .home-blog-section {
  order: 6;
}

main:has(> .hero-stats-section) > .contact-section {
  order: 7;
}

main:has(.hero-stats-section) > .coverage-section {
  background: #ffffff !important;
}

main:has(.hero-stats-section) > .pricing-section {
  background: #f3f7f6 !important;
}

main:has(.hero-stats-section) > .usecase-section {
  background: #ffffff !important;
}

main:has(.hero-stats-section) > .developer-section {
  color: #eefaf7 !important;
  background: linear-gradient(135deg, #071b2e 0%, #0a3039 52%, #073b36 100%) !important;
}

main:has(.hero-stats-section) > .testimonial-section {
  background: #eaf5f1 !important;
}

main:has(.hero-stats-section) > .home-blog-section {
  background: #ffffff !important;
}

main:has(.hero-stats-section) > .contact-section {
  color: #eefaf7 !important;
  background: linear-gradient(135deg, #073b36 0%, #082c34 100%) !important;
}

main:has(.hero-stats-section) > .contact-section h2 {
  color: #ffffff !important;
}

main:has(.hero-stats-section) > .contact-section p {
  color: #c2d8d3 !important;
}

.country-card {
  border-radius: var(--v2-radius-lg) !important;
  box-shadow: var(--v2-shadow-sm) !important;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease !important;
}

.feature-card {
  border-radius: var(--v2-radius-lg) !important;
  box-shadow: var(--v2-shadow-sm) !important;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease !important;
}

.country-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--v2-shadow-md) !important;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--v2-shadow-md) !important;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--v2-shadow-md) !important;
}

.home-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--v2-shadow-md) !important;
}

.price-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--v2-shadow-md) !important;
}

.price-card h3 {
  font-weight: 600 !important;
}

.feature-card p {
  font-size: var(--v2-text-base) !important;
  line-height: 1.65 !important;
}

.blog-card p {
  font-size: var(--v2-text-base) !important;
  line-height: 1.65 !important;
}

.price-card li {
  font-size: var(--v2-text-base) !important;
  line-height: 1.65 !important;
}

.pricing-grid {
  gap: 16px !important;
  align-items: stretch !important;
}

.price-card {
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease !important;
  position: relative;
  min-height: 430px !important;
  padding: 28px 26px 24px !important;
  overflow: hidden;
  border: 1px solid #cadfda !important;
  border-radius: 18px !important;
  color: #0b2938 !important;
  background: #ffffff !important;
  box-shadow: 0 12px 32px rgba(7, 41, 48, .06) !important;
}

.price-card.featured {
  color: #0b2938 !important;
  border-color: #77cbbd !important;
  background: linear-gradient(180deg, #f7fffc 0%, #ffffff 40%) !important;
  transform: none !important;
}

.price-card::before {
  position: absolute;
  top: 22px;
  right: 22px;
  color: #9bb2b5;
  font-family: var(--v2-font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
}

.price-card:nth-child(1)::before {
  content: "01";
}

.price-card:nth-child(2)::before {
  content: "02";
}

.price-card:nth-child(3)::before {
  content: "03";
}

.price-card:nth-child(4)::before {
  content: "04";
}

.price-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: #278fc2;
}

.price-card:nth-child(2)::after {
  background: #24aeb0;
}

.price-card:nth-child(3)::after {
  background: #2aa99b;
}

.price-card:nth-child(4)::after {
  background: #2f9d78;
}

.price-card .level {
  display: flex;
  width: fit-content;
  justify-content: flex-start;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  color: #173b4a !important;
  background: transparent !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase;
}

.price-card .level.recommended {
  display: flex;
  width: fit-content;
  justify-content: flex-start;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  color: #173b4a !important;
  background: transparent !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase;
}

.price-card .level.recommended::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #2fbd91;
  box-shadow: 0 0 0 5px rgba(47,189,145,.12);
}

.price-card .plan-badge {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 24px;
  padding: 8px 12px 9px;
  border: 0;
  border-radius: 0 0 9px 9px;
  color: #ffffff;
  background: #1b8977;
  font-family: var(--v2-font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.price-card.featured .plan-badge {
  color: #ffffff;
  background: linear-gradient(100deg, #187f9d 0%, #168b72 100%);
}

.price-card:has(.plan-badge)::before {
  top: 48px;
}

.price-card .plan-total {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 0;
  margin-top: 28px;
  padding: 7px 10px;
  border-radius: 8px;
  color: #18765f !important;
  background: #eaf7f3 !important;
  font-family: var(--v2-font-mono);
  font-size: 12px;
  font-weight: 600;
}

.price-card.featured .plan-total {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 0;
  margin-top: 28px;
  padding: 7px 10px;
  border-radius: 8px;
  color: #18765f !important;
  background: #eaf7f3 !important;
  font-family: var(--v2-font-mono);
  font-size: 12px;
  font-weight: 600;
}

.price-card .plan-traffic {
  display: grid;
  height: auto;
  align-items: start;
  gap: 8px;
  margin: 20px 0 0;
  color: #092637 !important;
  white-space: normal;
}

.price-card.featured .plan-traffic {
  display: grid;
  height: auto;
  align-items: start;
  gap: 8px;
  margin: 20px 0 0;
  color: #092637 !important;
  white-space: normal;
}

.price-card .traffic-base {
  color: #173b4a !important;
  font-family: var(--v2-font-body);
  font-size: clamp(1.625rem, 1.65vw, 1.875rem);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -.018em;
}

.price-card .traffic-bonus {
  width: fit-content;
  padding-bottom: 3px;
  border-bottom: 1px solid #98d9cc;
  color: #17836c !important;
  font-family: var(--v2-font-mono);
  font-size: 13px;
  font-weight: 500;
}

.price-card.featured .traffic-bonus {
  width: fit-content;
  padding-bottom: 3px;
  border-bottom: 1px solid #98d9cc;
  color: #17836c !important;
  font-family: var(--v2-font-mono);
  font-size: 13px;
  font-weight: 500;
}

.price-card .unit-price-comparison {
  min-height: 0;
  margin-top: 22px;
  padding: 12px 14px;
  border: 1px solid #dce9e6;
  border-radius: 10px;
  background: #f4f8f7;
  font-size: 15px;
}

.price-card .unit-price-original {
  color: #83999e !important;
  font-weight: 500;
}

.price-card.featured .unit-price-original {
  color: #83999e !important;
  font-weight: 500;
}

.price-card .unit-price-discount {
  color: #173b4a !important;
  font-weight: 700;
}

.price-card.featured .unit-price-discount {
  color: #173b4a !important;
  font-weight: 700;
}

.price-card .monthly-price {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 0;
  align-items: end;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #dce9e6;
  color: #587078 !important;
}

.price-card.featured .monthly-price {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 0;
  align-items: end;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #dce9e6;
  color: #587078 !important;
}

.price-card .monthly-price::before {
  content: "Plan price";
  padding-bottom: 4px;
  color: #6d858b;
  font-family: var(--v2-font-mono);
  font-size: 10px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.price-card .monthly-price-value {
  color: #173b4a !important;
  font-family: var(--v2-font-body) !important;
  font-size: clamp(1.875rem, 1.8vw, 2.125rem) !important;
  line-height: 1.12 !important;
  font-weight: 600 !important;
  letter-spacing: -.018em !important;
  font-variant-numeric: tabular-nums;
}

.price-card.featured .monthly-price-value {
  color: #173b4a !important;
  font-family: var(--v2-font-body) !important;
  font-size: clamp(1.875rem, 1.8vw, 2.125rem) !important;
  line-height: 1.12 !important;
  font-weight: 600 !important;
  letter-spacing: -.018em !important;
  font-variant-numeric: tabular-nums;
}

.price-card .monthly-price-period {
  color: #647b81 !important;
  font-size: 14px;
  font-weight: 500;
}

.price-card.featured .monthly-price-period {
  color: #647b81 !important;
  font-size: 14px;
  font-weight: 500;
}

.price-card .crown {
  display: none !important;
}

.price-card.featured a {
  min-height: 50px !important;
  margin-top: 22px;
  border: 1px solid #a8cbc4 !important;
  border-radius: 10px !important;
  color: #0b4e4b !important;
  background: transparent !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.price-card:nth-child(2) a {
  color: #ffffff !important;
  border-color: transparent !important;
  background: linear-gradient(100deg, #187f9d 0%, #168b72 100%) !important;
}

.price-card strong {
  font-family: var(--v2-font-mono) !important;
  font-variant-numeric: tabular-nums;
  font-size: clamp(2.5rem, 4vw, 3.5rem) !important;
  font-weight: 500 !important;
  letter-spacing: -.055em !important;
}

.price-card ul {
  margin: 24px 0 32px !important;
}

.price-card a {
  font-family: var(--v2-font-display) !important;
  margin-top: 22px;
  border: 1px solid #a8cbc4 !important;
  color: #0b4e4b !important;
  background: transparent !important;
  min-height: 50px !important;
  border-radius: var(--v2-radius-md) !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  letter-spacing: -.01em;
}

.coverage-load-more {
  min-height: 50px !important;
  border-radius: var(--v2-radius-md) !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  letter-spacing: -.01em;
}

.faq-list {
  counter-reset: v2-faq;
  gap: 10px !important;
}

.faq-item {
  border-radius: var(--v2-radius-lg) !important;
  box-shadow: var(--v2-shadow-sm) !important;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease !important;
  counter-increment: v2-faq;
  position: relative;
}

.faq-item::before {
  content: counter(v2-faq, decimal-leading-zero);
  position: absolute;
  left: 22px;
  top: 25px;
  color: #087a66;
  font-family: var(--v2-font-mono);
  font-size: 12px;
  font-weight: 600;
}

.faq-item button span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #087a66;
  font-size: 20px !important;
}

.faq-item p {
  margin: -4px 70px 26px 62px !important;
  font-size: var(--v2-text-base) !important;
}

.faq-entry .faq-answer {
  margin: -4px 70px 26px 62px !important;
  font-size: var(--v2-text-base) !important;
}

.faq-complete-list .faq-entry.open .faq-answer-preview {
  display: block;
}

.faq-complete-list .faq-answer-preview ul {
  padding-left: 22px;
}

.faq-complete-list .faq-answer-preview ol {
  padding-left: 22px;
}

.doc-menu-title {
  color: #c5d6d3 !important;
}

.doc-content pre {
  padding: 22px !important;
  border-radius: var(--v2-radius-md) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.blog-list-page .section-heading {
  margin-left: 0 !important;
  text-align: left !important;
}

.blog-grid {
  gap: 18px !important;
}

.blog-card {
  border-radius: var(--v2-radius-lg) !important;
  box-shadow: var(--v2-shadow-sm) !important;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease !important;
  overflow: hidden;
}

.site-footer {
  padding: 64px 0 28px !important;
}

.footer-grid {
  gap: 44px !important;
}

.brand-light {
  margin-bottom: 24px !important;
}

.footer-brand p {
  font-size: 14px !important;
  line-height: 1.65 !important;
  font-weight: 450 !important;
}

.footer-email {
  font-size: 14px !important;
  line-height: 1.65 !important;
  font-weight: 450 !important;
}

.footer-menu a {
  font-size: 14px !important;
  line-height: 1.65 !important;
  font-weight: 450 !important;
}

.footer-menu h3 {
  margin: 8px 0 22px !important;
  color: #57de87 !important;
  font-family: var(--v2-font-mono) !important;
  font-size: 11px !important;
  letter-spacing: .12em !important;
}

.footer-menu li + li {
  margin-top: 12px !important;
}

.footer-bottom {
  margin-top: 42px !important;
  padding-top: 22px !important;
}

.footer-bottom p {
  font-family: var(--v2-font-mono);
  font-size: 10px !important;
  letter-spacing: .06em !important;
}

.footer-bottom a {
  font-family: var(--v2-font-mono);
  font-size: 10px !important;
  letter-spacing: .06em !important;
}

.v2-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s cubic-bezier(.2,.7,.2,1), transform .65s cubic-bezier(.2,.7,.2,1);
}

.v2-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.hero-stats-section.v2-reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *::before {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

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

@media (max-width: 1100px) {
  .main-nav a {
    padding-inline: 8px;
    font-size: 13px !important;
  }
}

@media (max-width: 1100px) {
  .hero-stats-card .hero-grid {
    grid-template-columns: minmax(0, 920px) !important;
    justify-content: center !important;
  }
}

@media (max-width: 1100px) {
  .hero-stats-card::after {
    right: -100px;
    opacity: .55;
  }
}

@media (max-width: 860px) {
  .site-container {
    width: calc(100% - 32px) !important;
  }
}

@media (max-width: 860px) {
  .header-inner {
    min-height: 66px !important;
  }
}

@media (max-width: 860px) {
  .brand {
    font-size: 20px !important;
  }
}

@media (max-width: 860px) {
  .brand::before {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
}

@media (max-width: 860px) {
  .mobile-toggle {
    display: block !important;
    margin-left: auto;
  }
}

@media (max-width: 860px) {
  .main-nav {
    position: absolute !important;
    top: 65px !important;
    left: 16px !important;
    right: 16px !important;
    padding: 10px !important;
    border: 1px solid #d6e7e4;
    border-radius: var(--v2-radius-lg) !important;
    background: #fff !important;
    box-shadow: var(--v2-shadow-lg) !important;
  }
}

@media (max-width: 860px) {
  .main-nav > ul {
    gap: 2px !important;
  }
}

@media (max-width: 860px) {
  .main-nav a {
    width: 100%;
    padding-inline: 12px;
  }
}

@media (max-width: 860px) {
  .hero-stats-card {
    min-height: auto;
    border-radius: 20px !important;
  }
}

@media (max-width: 860px) {
  .hero-stats-card .hero-section {
    min-height: auto;
    padding: 64px 0 !important;
  }
}

@media (max-width: 860px) {
  .hero-stats-card .hero-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 860px) {
  .hero-stats-card::after {
    right: -180px;
    top: 35%;
    width: 480px;
    opacity: .25;
  }
}

@media (max-width: 860px) {
  .hero-copy .home-hero-title {
    font-size: clamp(2.75rem, 7vw, 3.5rem) !important;
  }
}

@media (max-width: 860px) {
  .inner-hero .rotating-hero-title {
    font-size: clamp(2.75rem, 7vw, 3.5rem) !important;
  }
}

@media (max-width: 860px) {
  main:has(.hero-stats-section) > section:not(.hero-stats-section) h2 {
    font-size: clamp(2.75rem, 7vw, 3.5rem) !important;
  }
}

@media (max-width: 860px) {
  .hero-meta-row {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 22px;
  }
}

@media (max-width: 860px) {
  .hero-benefits {
    justify-content: center !important;
  }
}

@media (max-width: 860px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 560px) {
  .site-container {
    width: calc(100% - 24px) !important;
  }
}

@media (max-width: 560px) {
  .header-actions .login-link {
    display: none;
  }
}

@media (max-width: 560px) {
  .signup-link {
    min-width: 0 !important;
    padding-inline: 13px !important;
  }
}

@media (max-width: 560px) {
  .hero-stats-section {
    padding-top: 10px !important;
  }
}

@media (max-width: 560px) {
  .hero-stats-card {
    width: calc(100% - 16px) !important;
  }
}

@media (max-width: 560px) {
  .hero-stats-card .hero-copy {
    text-align: center !important;
  }
}

@media (max-width: 560px) {
  .hero-copy .home-hero-title {
    font-size: clamp(2.5rem, 10.5vw, 3.25rem) !important;
  }
}

@media (max-width: 560px) {
  .inner-hero .rotating-hero-title {
    font-size: clamp(2.5rem, 10.5vw, 3.25rem) !important;
  }
}

@media (max-width: 560px) {
  main:has(.hero-stats-section) > section:not(.hero-stats-section) h2 {
    font-size: clamp(2.5rem, 10.5vw, 3.25rem) !important;
  }
}

@media (max-width: 560px) {
  .hero-copy .hero-offer-title {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 560px) {
  .hero-benefits {
    display: grid !important;
    justify-content: center !important;
    gap: 14px !important;
  }
}

@media (max-width: 560px) {
  .hero-meta-row {
    gap: 22px;
    margin-top: 28px;
  }
}

@media (max-width: 560px) {
  .hero-cta-row {
    align-items: stretch !important;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .hero-cta-row .primary-cta.dark {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .coverage-section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

@media (max-width: 560px) {
  .pricing-section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

@media (max-width: 560px) {
  .developer-section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

@media (max-width: 560px) {
  .faq-section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

@media (max-width: 560px) {
  .usecase-section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

@media (max-width: 560px) {
  .testimonial-section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

@media (max-width: 560px) {
  .contact-section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

@media (max-width: 560px) {
  .home-blog-section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

@media (max-width: 560px) {
  .white-section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

@media (max-width: 560px) {
  .subtle-section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

@media (max-width: 560px) {
  .section-heading h1 {
    font-size: clamp(2.25rem, 10vw, 3rem) !important;
  }
}

@media (max-width: 560px) {
  .section-heading h2 {
    font-size: clamp(2.25rem, 10vw, 3rem) !important;
  }
}

@media (max-width: 560px) {
  .contact-section h2 {
    font-size: clamp(2.25rem, 10vw, 3rem) !important;
  }
}

@media (max-width: 560px) {
  .faq-hero h1 {
    font-size: clamp(2.25rem, 10vw, 3rem) !important;
  }
}

@media (max-width: 560px) {
  .inner-hero h1 {
    font-size: clamp(2.25rem, 10vw, 3rem) !important;
  }
}

@media (max-width: 560px) {
  .price-card {
    padding: 26px !important;
  }
}

@media (max-width: 560px) {
  .faq-item button {
    padding-left: 52px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 560px) {
  .faq-item::before {
    left: 17px;
  }
}

@media (max-width: 560px) {
  .faq-item p {
    margin: 0 20px 22px 52px !important;
  }
}

@media (max-width: 560px) {
  .faq-entry .faq-answer {
    margin: 0 20px 22px 52px !important;
  }
}

@media (max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 560px) {
  .footer-bottom {
    align-items: flex-start !important;
    flex-direction: column;
  }
}

main h1 {
  font-family: var(--v2-font-display) !important;
  text-wrap: balance;
}

main h1:not(.home-hero-title) {
  font-size: var(--v2-type-h1) !important;
  line-height: 1.08 !important;
  font-weight: 600 !important;
  letter-spacing: -.04em !important;
}

.hero-copy .home-hero-title {
  margin: 0 !important;
  color: #24aeb0 !important;
  background: linear-gradient(100deg, #278fc2 0%, #24aeb0 48%, #2fbd91 100%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-size: var(--v2-type-display) !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
  letter-spacing: -.04em !important;
}

main h2 {
  font-family: var(--v2-font-display) !important;
  text-wrap: balance;
  font-size: var(--v2-type-h2) !important;
  line-height: 1.14 !important;
  font-weight: 600 !important;
  letter-spacing: -.035em !important;
}

main:has(.hero-stats-section) > section:not(.hero-stats-section) h2 {
  font-size: var(--v2-type-h2) !important;
  line-height: 1.14 !important;
  font-weight: 600 !important;
  letter-spacing: -.035em !important;
}

.section-heading h2 {
  font-size: var(--v2-type-h2) !important;
  line-height: 1.14 !important;
  font-weight: 600 !important;
  letter-spacing: -.035em !important;
}

.contact-section h2 {
  font-size: var(--v2-type-h2) !important;
  line-height: 1.14 !important;
  font-weight: 600 !important;
  letter-spacing: -.035em !important;
}

.developer-grid h2 {
  font-size: var(--v2-type-h2) !important;
  line-height: 1.14 !important;
  font-weight: 600 !important;
  letter-spacing: -.035em !important;
}

.why-grid h2 {
  font-size: var(--v2-type-h2) !important;
  line-height: 1.14 !important;
  font-weight: 600 !important;
  letter-spacing: -.035em !important;
}

.page-cta h2 {
  font-size: var(--v2-type-h2) !important;
  line-height: 1.14 !important;
  font-weight: 600 !important;
  letter-spacing: -.035em !important;
}

.sales-cta h2 {
  font-size: var(--v2-type-h2) !important;
  line-height: 1.14 !important;
  font-weight: 600 !important;
  letter-spacing: -.035em !important;
}

main h3 {
  font-family: var(--v2-font-display) !important;
  text-wrap: balance;
  font-size: var(--v2-type-h3) !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  letter-spacing: -.025em !important;
}

.feature-card h3 {
  font-size: var(--v2-type-h3) !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  letter-spacing: -.025em !important;
}

.use-card h3 {
  font-size: var(--v2-type-h3) !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  letter-spacing: -.025em !important;
}

.country-card h3 {
  font-size: var(--v2-type-h3) !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  letter-spacing: -.025em !important;
}

.testimonial-track h3 {
  font-size: var(--v2-type-h3) !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  letter-spacing: -.025em !important;
}

.blog-card h3 {
  font-size: var(--v2-type-h3) !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  letter-spacing: -.025em !important;
}

main p {
  font-size: var(--v2-type-body) !important;
  line-height: 1.7 !important;
}

main li {
  font-size: var(--v2-type-body) !important;
  line-height: 1.7 !important;
}

.hero-copy > p {
  font-size: var(--v2-type-lead) !important;
  line-height: 1.65 !important;
}

.hero-body {
  font-size: var(--v2-type-lead) !important;
  line-height: 1.65 !important;
}

.inner-hero p {
  font-size: var(--v2-type-lead) !important;
  line-height: 1.65 !important;
}

.faq-hero p {
  font-size: var(--v2-type-lead) !important;
  line-height: 1.65 !important;
}

.legal-hero p {
  font-size: var(--v2-type-lead) !important;
  line-height: 1.65 !important;
}

.section-heading > p {
  font-size: var(--v2-type-lead) !important;
  line-height: 1.65 !important;
}

.page-cta > .site-container > p {
  font-size: var(--v2-type-lead) !important;
  line-height: 1.65 !important;
}

.sales-cta p {
  font-size: var(--v2-type-lead) !important;
  line-height: 1.65 !important;
}

.contact-section p {
  font-size: var(--v2-type-lead) !important;
  line-height: 1.65 !important;
}

.hero-mesh > div > p {
  font-size: var(--v2-type-lead) !important;
  line-height: 1.65 !important;
}

.hero-copy .hero-body {
  max-width: 620px !important;
  margin: 0 auto 26px !important;
  color: #49636d !important;
  font-size: var(--v2-type-lead) !important;
  line-height: 1.65 !important;
}

.eyebrow {
  font-family: var(--v2-font-mono) !important;
  font-variant-numeric: tabular-nums;
  font-size: var(--v2-type-small) !important;
  line-height: 1.45 !important;
}

.level {
  font-family: var(--v2-font-mono) !important;
  font-variant-numeric: tabular-nums;
  font-size: var(--v2-type-small) !important;
  line-height: 1.45 !important;
}

.blog-meta {
  font-family: var(--v2-font-mono) !important;
  font-variant-numeric: tabular-nums;
  color: #60737a;
  font-size: var(--v2-type-small) !important;
  line-height: 1.45 !important;
}

.feedback-label {
  width: fit-content;
  padding: 5px 8px;
  border: 1px solid #b9ddd6;
  border-radius: 6px;
  color: #176d5b;
  background: #eff9f6;
  font-family: var(--v2-font-mono);
  font-weight: 600;
  letter-spacing: .08em;
  font-size: var(--v2-type-small) !important;
  line-height: 1.45 !important;
}

.hero-network-badge {
  width: fit-content;
  margin: 0 !important;
  padding: 8px 12px;
  border: 1px solid #b8ddd7;
  border-radius: 999px;
  color: #46656c !important;
  background: rgba(255,255,255,.68);
  font-family: var(--v2-font-mono);
  letter-spacing: .02em;
  font-size: var(--v2-type-small) !important;
  line-height: 1.45 !important;
}

main small {
  font-size: var(--v2-type-small) !important;
  line-height: 1.45 !important;
}

.primary-cta {
  font-family: var(--v2-font-display) !important;
  min-height: 50px !important;
  border-radius: var(--v2-radius-md) !important;
  font-weight: 650 !important;
  letter-spacing: -.01em;
  font-size: var(--v2-type-body) !important;
}

.secondary-cta {
  font-family: var(--v2-font-display) !important;
  min-height: 50px !important;
  border-radius: var(--v2-radius-md) !important;
  font-weight: 650 !important;
  letter-spacing: -.01em;
  font-size: var(--v2-type-body) !important;
}

.price-card > a {
  font-size: var(--v2-type-body) !important;
}

.faq-item button {
  font-family: var(--v2-font-display) !important;
  min-height: 72px !important;
  padding: 0 24px 0 62px !important;
  font-weight: 600 !important;
  font-size: var(--v2-type-body) !important;
}

.inner-hero .rotating-hero-title {
  max-width: 660px !important;
  margin: 22px 0 24px !important;
  font-size: var(--v2-type-h1) !important;
  line-height: 1.08 !important;
  font-weight: 600 !important;
  letter-spacing: -.04em !important;
}

.hero:not(.hero-section) .hero-copy h1 {
  font-size: var(--v2-type-h1) !important;
  line-height: 1.08 !important;
  font-weight: 600 !important;
  letter-spacing: -.04em !important;
}

.faq-hero h1 {
  font-size: var(--v2-type-h1) !important;
  line-height: 1.08 !important;
  font-weight: 600 !important;
  letter-spacing: -.04em !important;
}

.legal-hero h1 {
  font-size: var(--v2-type-h1) !important;
  line-height: 1.08 !important;
  font-weight: 600 !important;
  letter-spacing: -.04em !important;
}

.hero-mesh h1 {
  font-size: var(--v2-type-h1) !important;
  line-height: 1.08 !important;
  font-weight: 600 !important;
  letter-spacing: -.04em !important;
}

.doc-topic h2 {
  font-size: var(--v2-type-doc-h2) !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

.doc-topic h3 {
  font-size: var(--v2-type-doc-h3) !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
}

.doc-content h4 {
  font-size: var(--v2-type-doc-h4) !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  letter-spacing: -.015em !important;
}

.doc-topic h4 {
  font-size: var(--v2-type-doc-h4) !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  letter-spacing: -.015em !important;
}

.doc-content h5 {
  font-size: var(--v2-type-doc-h5) !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
  letter-spacing: -.01em !important;
}

.doc-topic h5 {
  font-size: var(--v2-type-doc-h5) !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
  letter-spacing: -.01em !important;
}

.doc-topic > h2:first-child ~ h5 {
  font-size: var(--v2-type-doc-h4) !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
}

.doc-topic > .breadcrumb-band + h2 ~ h5 {
  font-size: var(--v2-type-doc-h4) !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
}

.doc-content .source-link {
  font-size: var(--v2-type-small) !important;
  line-height: 1.55 !important;
}

.doc-topic .source-link {
  font-size: var(--v2-type-small) !important;
  line-height: 1.55 !important;
}

.doc-topic p[style*="font-size: 13px"] {
  font-size: var(--v2-type-small) !important;
  line-height: 1.55 !important;
}

.about-page .about-lead {
  font-size: var(--v2-type-lead) !important;
  line-height: 1.75 !important;
}

.about-page .about-detail {
  font-size: var(--v2-type-body) !important;
  line-height: 1.65 !important;
}

.article-main h1 {
  font-size: var(--v2-type-article-h1) !important;
  line-height: 1.12 !important;
  font-weight: 600 !important;
}

.article-main .article-content h1 {
  font-size: var(--v2-type-article-h1) !important;
  line-height: 1.12 !important;
  font-weight: 600 !important;
}

.article-content h1 {
  font-size: var(--v2-type-article-h1) !important;
  line-height: 1.12 !important;
  font-weight: 600 !important;
}

.article-content h2 {
  font-size: var(--v2-type-article-h2) !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

.article-content h3 {
  font-size: var(--v2-type-h3) !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
}

.article-content {
  font-size: var(--v2-type-body) !important;
  line-height: 1.8 !important;
}

.article-content p {
  font-size: var(--v2-type-body) !important;
  line-height: 1.8 !important;
}

.article-content li {
  font-size: var(--v2-type-body) !important;
  line-height: 1.8 !important;
}

.network-stats-section .network-stat-label {
  color: #c8dbd8 !important;
  font-weight: 600 !important;
}

.stats-section {
  color: #f4fffc !important;
  border-color: rgba(189, 225, 218, .16) !important;
  background: linear-gradient(135deg, #071b2e 0%, #092f3a 50%, #063b36 100%) !important;
}

.stats-section .stat > strong {
  color: #57de87 !important;
}

.stats-section .stat > span {
  color: #c8dbd8 !important;
  font-weight: 600 !important;
}

.product-page-pricing {
  background: #f3faf8 !important;
}

.pricing-usecases-section {
  background: #f3faf8 !important;
}

.product-page-faq {
  background: #ffffff !important;
}

.inner-hero .protocol-float-card {
  bottom: 34px;
  left: -48px;
  width: 244px;
  padding: 15px;
  border: 1px solid #b9dcd5;
  border-radius: 16px;
  background: rgba(247, 255, 252, .96);
  box-shadow: 0 18px 42px rgba(7, 41, 48, .14);
  backdrop-filter: blur(12px);
}

.inner-hero .protocol-float-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 11px;
  padding: 0;
  border: 0;
  color: #173b4a;
  font-family: var(--v2-font-mono);
  font-size: 10px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.inner-hero .protocol-float-title::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #2fbd91;
  box-shadow: 0 0 0 4px rgba(47, 189, 145, .12);
}

.inner-hero .protocol-float-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.inner-hero .protocol-badge {
  min-height: 38px;
  border: 1px solid #c9dfdb;
  border-radius: 10px;
  color: #0b4e4b;
  background: #ffffff;
  font-family: var(--v2-font-mono);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  box-shadow: none;
}

.inner-hero .protocol-http {
  color: #147a92;
  border-color: #a9d9e4;
  background: #eefafd;
}

.inner-hero .protocol-socks {
  color: #087a66;
  border-color: #a9ddcf;
  background: #effbf7;
}

@media (max-width: 760px) {
  :root {
    --v2-type-display: clamp(2.25rem, 10vw, 2.5rem);
    --v2-type-h1: clamp(2.125rem, 9vw, 2.375rem);
    --v2-type-h2: clamp(1.875rem, 8vw, 2.125rem);
    --v2-type-h3: clamp(1.25rem, 5vw, 1.375rem);
    --v2-type-lead: 1.0625rem;
    --v2-type-body: 1rem;
    --v2-type-small: .8125rem;
    --v2-type-article-h1: clamp(2.125rem, 9vw, 2.5rem);
    --v2-type-article-h2: 1.625rem;
    --v2-type-doc-h1: clamp(2rem, 8vw, 2.25rem);
    --v2-type-doc-h2: 1.5rem;
    --v2-type-doc-h3: 1.1875rem;
    --v2-type-doc-h4: 1.0625rem;
    --v2-type-doc-h5: 1rem;
  }
}

@media (max-width: 760px) {
  .inner-hero .protocol-float-card {
    right: 14px;
    bottom: 14px;
    left: auto;
    width: min(230px, calc(100% - 28px));
  }
}

.doc-page .doc-layout {
  gap: 24px !important;
  align-items: start;
  background: #ffffff !important;
}

.doc-page {
  background: #ffffff !important;
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}

.doc-page .doc-sidebar {
  top: 92px !important;
  color: #203b48 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.doc-sidebar h3 {
  margin-bottom: 4px !important;
  color: #0c1e2b !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.doc-sidebar > p {
  margin-bottom: 16px !important;
  color: #6f858c !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}

.doc-sidebar a {
  color: #536870 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.doc-sidebar .doc-menu-title {
  font-size: 12px !important;
  line-height: 1.35 !important;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
  color: #29434d !important;
}

.doc-sidebar a:hover {
  color: #087a66 !important;
  background: #e9f7f3 !important;
  transform: translateX(2px);
}

.doc-sidebar a.active {
  color: #087a66 !important;
  background: #e9f7f3 !important;
  box-shadow: inset 3px 0 0 #16a085 !important;
}

.doc-menu-toggle::before {
  border-color: #648087 !important;
}

.doc-menu-toggle:hover {
  background: #e9f7f3 !important;
}

.doc-menu-section-label {
  color: #087a66 !important;
}

.doc-menu-section-label::after {
  background: #d6e7e4 !important;
}

.doc-page .doc-content {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.doc-page .doc-content section {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.doc-content h1 {
  margin-bottom: 18px !important;
  color: #081d2b !important;
  font-size: 32px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  letter-spacing: -.03em !important;
}

.doc-content .doc-topic h1 {
  margin-bottom: 18px !important;
  color: #081d2b !important;
  font-size: 32px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  letter-spacing: -.03em !important;
}

.doc-topic h1 {
  margin-bottom: 18px !important;
  color: #081d2b !important;
  font-size: 32px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  letter-spacing: -.03em !important;
}

.doc-topic > h2:first-child {
  margin-bottom: 18px !important;
  color: #081d2b !important;
  font-size: 32px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  letter-spacing: -.03em !important;
}

.doc-topic > .breadcrumb-band + h2 {
  margin-bottom: 18px !important;
  color: #081d2b !important;
  font-size: 32px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  letter-spacing: -.03em !important;
}

.doc-content h2 {
  margin-top: 36px !important;
  margin-bottom: 14px !important;
  color: #0b2230 !important;
  font-size: 28px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

.doc-topic > h2:first-child ~ h3 {
  letter-spacing: -.025em !important;
  margin-top: 36px !important;
  margin-bottom: 14px !important;
  color: #0b2230 !important;
  font-size: 28px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

.doc-topic > .breadcrumb-band + h2 ~ h3 {
  letter-spacing: -.025em !important;
  margin-top: 36px !important;
  margin-bottom: 14px !important;
  color: #0b2230 !important;
  font-size: 28px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

.doc-content h3 {
  color: #17303b !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.doc-content .doc-card-grid h3 {
  letter-spacing: -.015em !important;
  color: #17303b !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.doc-topic > h2:first-child ~ h4 {
  letter-spacing: -.015em !important;
  color: #17303b !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.doc-topic > .breadcrumb-band + h2 ~ h4 {
  letter-spacing: -.015em !important;
  color: #17303b !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.doc-content p {
  max-width: none;
  color: #526771 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.doc-content li {
  max-width: none;
  color: #526771 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.doc-topic p {
  max-width: none;
  color: #526771 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.doc-topic li {
  max-width: none;
  color: #526771 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.doc-table {
  max-width: none;
  color: #526771 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.doc-note {
  margin: 22px 0 !important;
  padding: 18px 20px !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: #45616a !important;
  background: #eaf7f4 !important;
}

.doc-card-grid {
  gap: 16px !important;
  margin-top: 18px !important;
}

.doc-card-grid article {
  padding: 18px !important;
  border: 1px solid #d6e7e4 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.doc-card-grid article:hover {
  border-color: #78c8b8 !important;
  box-shadow: 0 10px 26px rgba(8, 91, 78, .08) !important;
  transform: translateY(-2px);
}

.doc-mobile-nav-toggle:hover {
  border-color: #78c8b8 !important;
  color: #087a66 !important;
  outline: none;
}

.doc-mobile-nav-toggle:focus-visible {
  border-color: #78c8b8 !important;
  color: #087a66 !important;
  outline: none;
}

.doc-mobile-nav-close:hover {
  border-color: #78c8b8 !important;
  color: #087a66 !important;
  outline: none;
}

.doc-mobile-nav-close:focus-visible {
  border-color: #78c8b8 !important;
  color: #087a66 !important;
  outline: none;
}

@media (min-width: 1181px) {
  .doc-page .doc-layout {
    width: min(calc(100% - 48px), 1210px) !important;
    max-width: 1210px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
    grid-template-columns: 230px minmax(0, 1fr) !important;
    gap: 64px !important;
  }
}

@media (min-width: 1181px) {
  .doc-page .doc-sidebar {
    top: 104px !important;
    width: 230px !important;
    padding: 8px 0 18px !important;
  }
}

@media (min-width: 1181px) {
  .doc-page .doc-content {
    width: auto !important;
    max-width: 980px !important;
    padding: 0 !important;
  }
}

@media (max-width: 1180px) {
  .doc-page {
    padding-top: 36px !important;
    padding-bottom: 56px !important;
  }
}

@media (max-width: 1180px) {
  .doc-page .doc-sidebar {
    border-radius: 0 16px 16px 0 !important;
  }
}

@media (max-width: 1180px) {
  body.page-documentation.doc-nav-open .doc-sidebar {
    transform: translate3d(0, 0, 0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: transform .24s ease !important;
  }
}

@media (max-width: 1180px) {
  body.page-documentation.doc-nav-open .doc-sidebar-backdrop {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: opacity .24s ease !important;
  }
}

@media (max-width: 1180px) {
  body.page-documentation.doc-nav-open {
    overflow: hidden !important;
  }
}

body.page-documentation .page-main > p:first-child {
  display: none !important;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .doc-page {
    padding-top: 24px !important;
    padding-bottom: 44px !important;
  }
}

@media (max-width: 767px) {
  .doc-content h1 {
    font-size: 27px !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 767px) {
  .doc-content .doc-topic h1 {
    font-size: 27px !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 767px) {
  .doc-topic h1 {
    font-size: 27px !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 767px) {
  .doc-topic > h2:first-child {
    font-size: 27px !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 767px) {
  .doc-topic > .breadcrumb-band + h2 {
    font-size: 27px !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 767px) {
  .doc-content h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 767px) {
  .doc-topic > h2:first-child ~ h3 {
    font-size: 22px !important;
  }
}

@media (max-width: 767px) {
  .doc-topic > .breadcrumb-band + h2 ~ h3 {
    font-size: 22px !important;
  }
}

@media (max-width: 767px) {
  .doc-content h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .doc-content .doc-card-grid h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .doc-topic > h2:first-child ~ h4 {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .doc-topic > .breadcrumb-band + h2 ~ h4 {
    font-size: 18px !important;
  }
}

@media (min-width: 961px) {
  .main-nav .has-children > a::after {
    transition: transform .18s ease, margin-top .18s ease;
  }
}

@media (min-width: 961px) {
  .main-nav .has-children:hover > a::after {
    margin-top: 4px;
    transform: rotate(225deg);
  }
}

@media (min-width: 961px) {
  .main-nav .has-children:focus-within > a::after {
    margin-top: 4px;
    transform: rotate(225deg);
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu {
    top: 52px !important;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    gap: 6px;
    min-width: 560px;
    padding: 10px !important;
    border: 1px solid #cfe2de !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 22px 60px rgba(7, 39, 48, .14) !important;
    backdrop-filter: blur(18px);
    transform: translate(-50%, 8px) scale(.985);
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu:not(:has(li:nth-child(2))) {
    grid-template-columns: minmax(300px, 1fr);
    min-width: 340px;
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu:has(li:nth-child(4)) {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    min-width: 590px;
  }
}

@media (min-width: 961px) {
  .main-nav li:hover > .sub-menu {
    transform: translate(-50%, 0) scale(1);
  }
}

@media (min-width: 961px) {
  .main-nav li:focus-within > .sub-menu {
    transform: translate(-50%, 0) scale(1);
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu::after {
    display: none;
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a {
    display: grid !important;
    grid-template-columns: 36px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 11px;
    row-gap: 2px;
    min-height: 68px !important;
    align-content: center;
    align-items: center;
    padding: 9px 11px !important;
    border: 1px solid transparent !important;
    border-radius: 11px !important;
    color: #173b4a !important;
    background: transparent !important;
    font-family: var(--v2-font-display) !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
    transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / 3;
    display: grid !important;
    width: 36px;
    height: 36px;
    margin: 0;
    place-items: center;
    border: 1px solid #c7e3dc;
    border-radius: 10px;
    background: #eaf7f3 var(--nav-menu-icon, none) center / 18px 18px no-repeat !important;
    box-shadow: none !important;
    transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a::after {
    content: "Explore this section";
    grid-column: 2;
    grid-row: 2;
    color: #72878d;
    font-family: var(--v2-font-body);
    font-size: 11px;
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a:hover {
    color: #075f53 !important;
    border-color: #c7e3dc !important;
    background: #f2faf7 !important;
    outline: none;
    transform: translateY(-1px);
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a:focus-visible {
    color: #075f53 !important;
    border-color: #c7e3dc !important;
    background: #f2faf7 !important;
    outline: none;
    transform: translateY(-1px);
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a:hover::before {
    border-color: #9bd4c8;
    background: #ddf3ed var(--nav-menu-icon, none) center / 18px 18px no-repeat !important;
    transform: scale(1.04);
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a:focus-visible::before {
    border-color: #9bd4c8;
    background: #ddf3ed var(--nav-menu-icon, none) center / 18px 18px no-repeat !important;
    transform: scale(1.04);
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/rotating-proxies"]::before {
    --nav-menu-icon: url("../icons/lucide/house-product.svg");
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/rotating-proxies"]::after {
    content: "Rotation, sessions and protocol support";
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/rotating-resi-proxies"]::before {
    --nav-menu-icon: url("../icons/lucide/badge-dollar-sign.svg");
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/rotating-resi-proxies"]::after {
    content: "Compare traffic plans and pricing";
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/e-commerce"]::before {
    --nav-menu-icon: url("../icons/lucide/shopping-bag.svg");
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/e-commerce"]::after {
    content: "Pricing, inventory and market data";
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/market-research"]::before {
    --nav-menu-icon: url("../icons/lucide/chart-no-axes-combined.svg");
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/market-research"]::after {
    content: "Localized insights across regions";
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/social-media-management"]::before {
    --nav-menu-icon: url("../icons/lucide/users-round.svg");
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/social-media-management"]::after {
    content: "Stable sessions for account workflows";
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/brand-protection"]::before {
    --nav-menu-icon: url("../icons/lucide/shield-check.svg");
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/brand-protection"]::after {
    content: "Monitor misuse and counterfeit listings";
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/faq"]::before {
    --nav-menu-icon: url("../icons/lucide/circle-question-mark.svg");
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/faq"]::after {
    content: "Quick answers to common questions";
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/blog"]::before {
    --nav-menu-icon: url("../icons/lucide/notebook-pen.svg");
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/blog"]::after {
    content: "Proxy guides and practical insights";
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/documentation"]::before {
    --nav-menu-icon: url("../icons/lucide/book-open-text.svg");
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/documentation"]::after {
    content: "Setup, integration and API guides";
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/contact-us"]::before {
    --nav-menu-icon: url("../icons/lucide/building-2.svg");
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/contact-us"]::after {
    content: "Company details and one-on-one support";
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/global-proxy-network"]::before {
    --nav-menu-icon: url("../icons/lucide/globe.svg");
  }
}

@media (min-width: 961px) {
  .main-nav .sub-menu a[href="/global-proxy-network"]::after {
    content: "Explore locations and IP coverage";
  }
}

.home-blog-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)) !important;
  align-items: stretch;
}

.home-blog-card {
  border-radius: var(--v2-radius-lg) !important;
  box-shadow: var(--v2-shadow-sm) !important;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease !important;
  min-width: 0;
  height: 100%;
  grid-template-rows: auto 1fr !important;
}

.home-blog-card img {
  width: 100%;
  height: auto !important;
  aspect-ratio: 16 / 9;
}

.home-blog-card > span {
  width: 100%;
  height: auto !important;
  aspect-ratio: 16 / 9;
}

.home-blog-card div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 18px !important;
}

.home-blog-card h3 {
  font-weight: 600 !important;
  letter-spacing: -.025em !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  min-height: 2.7em !important;
  margin: 0 0 10px !important;
  font-size: clamp(17px, 1.25vw, 19px) !important;
  line-height: 1.35 !important;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.home-blog-card p {
  display: -webkit-box !important;
  overflow: hidden !important;
  min-height: 4.65em !important;
  margin: 0 0 14px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

.home-blog-card small {
  margin-top: auto;
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .home-blog-card div {
    padding: 16px !important;
  }
}

main img {
  max-width: 100%;
  height: auto;
}

main svg {
  max-width: 100%;
  height: auto;
}

main video {
  max-width: 100%;
  height: auto;
}

.doc-content img {
  max-width: 100%;
  height: auto;
}

pre {
  font-family: var(--v2-font-mono) !important;
  font-variant-numeric: tabular-nums;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.code-card {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.doc-code {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.doc-content table {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

@media (hover: none) {
  .country-card:hover {
    transform: none !important;
  }
}

@media (hover: none) {
  .feature-card:hover {
    transform: none !important;
  }
}

@media (hover: none) {
  .blog-card:hover {
    transform: none !important;
  }
}

@media (hover: none) {
  .home-blog-card:hover {
    transform: none !important;
  }
}

@media (hover: none) {
  .price-card:hover {
    transform: none !important;
  }
}

@media (hover: none) {
  .doc-card-grid article:hover {
    transform: none !important;
  }
}

@media (max-width: 1100px) {
  :root {
    --mobile-gutter: clamp(16px, 3vw, 28px);
    --mobile-section: clamp(52px, 7vw, 72px);
  }
}

@media (max-width: 1100px) {
  html {
    scroll-padding-top: 84px;
  }
}

@media (max-width: 1100px) {
  body.mobile-nav-open {
    overflow: hidden;
  }
}

@media (max-width: 1100px) {
  body.doc-nav-open {
    overflow: hidden;
  }
}

@media (max-width: 1100px) {
  .site-container {
    width: auto !important;
    max-width: 100% !important;
    margin-right: var(--mobile-gutter) !important;
    margin-left: var(--mobile-gutter) !important;
  }
}

@media (max-width: 1100px) {
  .site-header {
    position: sticky !important;
    top: 0;
    z-index: 1000;
    min-height: 72px;
    border-bottom: 1px solid rgba(15, 75, 76, .12);
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 8px 26px rgba(7, 39, 48, .06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
}

@media (max-width: 1100px) {
  .header-inner {
    min-height: 72px !important;
    gap: 12px !important;
  }
}

@media (max-width: 1100px) {
  .header-inner > .brand {
    min-width: 0 !important;
    margin-right: 0 !important;
    font-size: 22px !important;
  }
}

@media (max-width: 1100px) {
  .header-inner > .brand img {
    width: 40px !important;
    height: 40px !important;
  }
}

@media (max-width: 1100px) {
  .mobile-toggle {
    position: relative;
    z-index: 1002;
    display: grid !important;
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
    padding: 11px !important;
    place-content: center;
    gap: 5px;
    border: 1px solid #cce1dc !important;
    border-radius: 12px !important;
    background: #f4faf8 !important;
    order: 3 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 1100px) {
  .mobile-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 !important;
    border-radius: 999px;
    background: #0a3946 !important;
    transition: transform .2s ease, opacity .2s ease;
  }
}

@media (max-width: 1100px) {
  .mobile-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
}

@media (max-width: 1100px) {
  .mobile-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
}

@media (max-width: 1100px) {
  .mobile-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media (max-width: 1100px) {
  .header-actions {
    z-index: 1002;
    order: 2 !important;
    margin-left: auto !important;
    gap: 8px !important;
  }
}

@media (max-width: 1100px) {
  .header-actions .login-link {
    min-height: 42px !important;
    padding: 0 10px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 1100px) {
  .header-actions .signup-link {
    display: inline-flex !important;
    min-width: 92px !important;
    min-height: 42px !important;
    padding: 0 16px !important;
    align-items: center;
    justify-content: center;
    border-radius: 11px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 1100px) {
  .main-nav {
    position: fixed !important;
    inset: 72px 0 0 !important;
    z-index: 1001;
    display: block !important;
    width: auto !important;
    max-height: none !important;
    padding: 14px var(--mobile-gutter) max(28px, env(safe-area-inset-bottom)) !important;
    overflow-y: auto !important;
    border: 0 !important;
    background: rgba(248, 252, 250, .985) !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    overscroll-behavior: contain;
  }
}

@media (max-width: 1100px) {
  .main-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .main-nav > ul {
    display: grid !important;
    width: min(100%, 720px);
    margin: 0 auto !important;
    gap: 8px !important;
  }
}

@media (max-width: 1100px) {
  .main-nav > ul > li {
    position: relative;
    margin: 0 !important;
  }
}

@media (max-width: 1100px) {
  .main-nav li + li {
    position: relative;
    margin: 0 !important;
  }
}

@media (max-width: 1100px) {
  .main-nav > ul > li > a {
    min-height: 54px !important;
    padding: 0 54px 0 16px !important;
    border: 1px solid #d8e8e4 !important;
    border-radius: 14px !important;
    color: #0d3441 !important;
    background: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
  }
}

@media (max-width: 1100px) {
  .main-nav .has-children > a::after {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  .mobile-submenu-toggle {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 11px;
    color: #0a6b5c;
    background: #edf8f5;
  }
}

@media (max-width: 1100px) {
  .mobile-submenu-toggle::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform .2s ease;
  }
}

@media (max-width: 1100px) {
  .mobile-submenu-toggle[aria-expanded="true"]::before {
    transform: translateY(2px) rotate(225deg);
  }
}

@media (max-width: 1100px) {
  .main-nav .sub-menu {
    position: static !important;
    display: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 6px 0 2px !important;
    padding: 6px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 5px !important;
    border: 1px solid #dceae7 !important;
    border-radius: 14px !important;
    background: #f2f8f6 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }
}

@media (max-width: 1100px) {
  .main-nav > ul > li > .sub-menu {
    position: static !important;
    display: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 6px 0 2px !important;
    padding: 6px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 5px !important;
    border: 1px solid #dceae7 !important;
    border-radius: 14px !important;
    background: #f2f8f6 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }
}

@media (max-width: 1100px) {
  .main-nav li:hover > .sub-menu {
    position: static !important;
    display: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 6px 0 2px !important;
    padding: 6px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 5px !important;
    border: 1px solid #dceae7 !important;
    border-radius: 14px !important;
    background: #f2f8f6 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }
}

@media (max-width: 1100px) {
  .main-nav li:focus-within > .sub-menu {
    position: static !important;
    display: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 6px 0 2px !important;
    padding: 6px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 5px !important;
    border: 1px solid #dceae7 !important;
    border-radius: 14px !important;
    background: #f2f8f6 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }
}

@media (max-width: 1100px) {
  .main-nav .has-children.mobile-submenu-open > .sub-menu {
    display: grid !important;
  }
}

@media (max-width: 1100px) {
  .main-nav .sub-menu li {
    margin: 0 !important;
  }
}

@media (max-width: 1100px) {
  .main-nav .sub-menu li + li {
    margin: 0 !important;
  }
}

@media (max-width: 1100px) {
  .main-nav .sub-menu a {
    min-height: 50px !important;
    padding: 10px 12px !important;
    border: 1px solid transparent !important;
    border-radius: 10px !important;
    background: transparent !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 1100px) {
  .main-nav .sub-menu a::before {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  .main-nav .sub-menu a::after {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  main > section:not(.hero-stats-section) {
    padding-top: var(--mobile-section) !important;
    padding-bottom: var(--mobile-section) !important;
  }
}

@media (max-width: 1100px) {
  .white-section {
    padding-top: var(--mobile-section) !important;
    padding-bottom: var(--mobile-section) !important;
  }
}

@media (max-width: 1100px) {
  .subtle-section {
    padding-top: var(--mobile-section) !important;
    padding-bottom: var(--mobile-section) !important;
  }
}

@media (max-width: 1100px) {
  .section {
    padding-top: var(--mobile-section) !important;
    padding-bottom: var(--mobile-section) !important;
  }
}

@media (max-width: 1100px) {
  .faq-section {
    padding-top: var(--mobile-section) !important;
    padding-bottom: var(--mobile-section) !important;
  }
}

@media (max-width: 1100px) {
  .pricing-section {
    padding-top: var(--mobile-section) !important;
    padding-bottom: var(--mobile-section) !important;
  }
}

@media (max-width: 1100px) {
  .usecase-section {
    padding-top: var(--mobile-section) !important;
    padding-bottom: var(--mobile-section) !important;
  }
}

@media (max-width: 1100px) {
  .developer-section {
    padding-top: var(--mobile-section) !important;
    padding-bottom: var(--mobile-section) !important;
  }
}

@media (max-width: 1100px) {
  .testimonial-section {
    padding-top: var(--mobile-section) !important;
    padding-bottom: var(--mobile-section) !important;
  }
}

@media (max-width: 1100px) {
  .home-blog-section {
    padding-top: var(--mobile-section) !important;
    padding-bottom: var(--mobile-section) !important;
  }
}

@media (max-width: 1100px) {
  .contact-section {
    padding-top: var(--mobile-section) !important;
    padding-bottom: var(--mobile-section) !important;
  }
}

@media (max-width: 1100px) {
  .page-cta {
    padding-top: var(--mobile-section) !important;
    padding-bottom: var(--mobile-section) !important;
  }
}

@media (max-width: 1100px) {
  .sales-cta {
    padding-top: var(--mobile-section) !important;
    padding-bottom: var(--mobile-section) !important;
  }
}

@media (max-width: 1100px) {
  .breadcrumb-band {
    min-height: 42px;
    padding: 11px 0 !important;
    font-size: 12px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 1100px) {
  .inner-hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 1100px) {
  .developer-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 1100px) {
  .doc-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
}

@media (max-width: 1100px) {
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
}

@media (max-width: 1100px) {
  .usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
}

@media (max-width: 1100px) {
  .use-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
}

@media (max-width: 1100px) {
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
}

@media (max-width: 1100px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
}

@media (max-width: 1100px) {
  .doc-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
}

@media (max-width: 1100px) {
  .product-page-pricing .pricing-grid {
    width: 100% !important;
    max-width: none !important;
  }
}

@media (max-width: 1100px) {
  .section-heading {
    max-width: 720px !important;
    margin-bottom: 34px !important;
  }
}

@media (max-width: 1100px) {
  .feature-intro {
    max-width: 720px !important;
    margin-bottom: 34px !important;
  }
}

@media (max-width: 1100px) {
  .feature-card {
    min-width: 0;
  }
}

@media (max-width: 1100px) {
  .use-card {
    min-width: 0;
  }
}

@media (max-width: 1100px) {
  .blog-card {
    min-width: 0;
  }
}

@media (max-width: 1100px) {
  .price-card {
    min-width: 0;
  }
}

@media (max-width: 1100px) {
  .quote-card {
    min-width: 0;
  }
}

@media (max-width: 1100px) {
  .faq-item {
    min-width: 0;
  }
}

@media (max-width: 1100px) {
  .hero-actions {
    gap: 12px !important;
    flex-wrap: wrap;
  }
}

@media (max-width: 1100px) {
  .hero-actions-inline {
    gap: 12px !important;
    flex-wrap: wrap;
  }
}

@media (max-width: 1100px) {
  .primary-cta {
    min-height: 48px !important;
  }
}

@media (max-width: 1100px) {
  .secondary-cta {
    min-height: 48px !important;
  }
}

@media (max-width: 1100px) {
  .hero-actions a {
    min-height: 48px !important;
  }
}

@media (max-width: 1100px) {
  .hero-actions-inline a {
    min-height: 48px !important;
  }
}

@media (max-width: 1100px) {
  .network-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1100px) {
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1100px) {
  .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1100px) {
  .faq-item > button {
    min-height: 58px;
    padding: 16px 52px 16px 18px !important;
    text-align: left;
    line-height: 1.4 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 1100px) {
  .faq-entry > button {
    min-height: 58px;
    padding: 16px 52px 16px 18px !important;
    text-align: left;
    line-height: 1.4 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 1100px) {
  .faq-type-tabs {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1100px) {
  .pricing-tabs {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1100px) {
  .code-language-tabs {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1100px) {
  .pagination-row {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1100px) {
  .faq-type-tabs > * {
    flex: 0 0 auto;
  }
}

@media (max-width: 1100px) {
  .pricing-tabs > * {
    flex: 0 0 auto;
  }
}

@media (max-width: 1100px) {
  .code-language-tabs > * {
    flex: 0 0 auto;
  }
}

@media (max-width: 1100px) {
  #region-filters > * {
    flex: 0 0 auto;
  }
}

@media (max-width: 1100px) {
  .doc-page {
    padding-top: 28px !important;
  }
}

@media (max-width: 1100px) {
  .doc-mobile-nav-toggle {
    position: relative;
    top: auto;
    z-index: 30;
    min-height: 46px;
  }
}

@media (max-width: 1100px) {
  .doc-content {
    min-width: 0;
  }
}

@media (max-width: 1100px) {
  .doc-content p {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 1100px) {
  .doc-content li {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 1100px) {
  .about-page .about-lead {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 1100px) {
  .doc-sidebar {
    width: min(340px, 88vw) !important;
    padding-bottom: max(24px, env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 1100px) {
  .about-page {
    padding-top: var(--mobile-section) !important;
    padding-bottom: var(--mobile-section) !important;
  }
}

@media (max-width: 1100px) {
  .about-page .about-detail {
    overflow-wrap: anywhere;
    line-height: 1.6 !important;
  }
}

@media (max-width: 1100px) {
  .hero-mesh + section.sticky {
    top: 72px !important;
  }
}

@media (max-width: 1100px) {
  #region-filters {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px !important;
  }
}

@media (max-width: 1100px) {
  #country-grid > * {
    min-width: 0;
  }
}

@media (max-width: 1100px) {
  .site-footer {
    padding-top: 52px !important;
  }
}

@media (max-width: 1100px) {
  .footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 32px 22px !important;
  }
}

@media (max-width: 1100px) {
  .footer-brand {
    grid-column: 1 / -1;
    max-width: 680px;
  }
}

@media (max-width: 1100px) {
  .footer-menu h3 {
    margin-bottom: 14px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 1100px) {
  .footer-menu a {
    font-size: 13px !important;
    line-height: 1.55 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 1100px) {
  .footer-brand p {
    font-size: 13px !important;
    line-height: 1.55 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 1100px) {
  .footer-email {
    font-size: 13px !important;
    line-height: 1.55 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 1100px) {
  .footer-bottom {
    gap: 14px 24px;
    flex-wrap: wrap;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  main .hero-copy .home-hero-title {
    font-size: 54px !important;
    line-height: 1.1 !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  main .hero-copy .hero-body {
    font-size: 17px !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  main h1 {
    font-size: clamp(44px, 6.3vw, 54px) !important;
    line-height: 1.08 !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .hero-copy h1 {
    font-size: clamp(44px, 6.3vw, 54px) !important;
    line-height: 1.08 !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .inner-hero h1 {
    font-size: clamp(44px, 6.3vw, 54px) !important;
    line-height: 1.08 !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .faq-hero h1 {
    font-size: clamp(44px, 6.3vw, 54px) !important;
    line-height: 1.08 !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .hero-mesh h1 {
    font-size: clamp(44px, 6.3vw, 54px) !important;
    line-height: 1.08 !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  main h2 {
    font-size: clamp(32px, 4.6vw, 40px) !important;
    line-height: 1.16 !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .section-heading h2 {
    font-size: clamp(32px, 4.6vw, 40px) !important;
    line-height: 1.16 !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .page-cta h2 {
    font-size: clamp(32px, 4.6vw, 40px) !important;
    line-height: 1.16 !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .sales-cta h2 {
    font-size: clamp(32px, 4.6vw, 40px) !important;
    line-height: 1.16 !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  main p {
    font-size: 15.5px !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  main li {
    font-size: 15.5px !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .hero-copy > p {
    font-size: 17px !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .inner-hero p {
    font-size: 17px !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .section-heading > p {
    font-size: 17px !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .feature-card {
    padding: 24px !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .use-card {
    padding: 24px !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .quote-card {
    padding: 24px !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .feature-grid .feature-card {
    display: flex;
    min-height: 0 !important;
    height: auto !important;
    flex-direction: column;
    justify-content: center;
    text-align: left !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .use-grid .use-card {
    display: flex;
    min-height: 0 !important;
    height: auto !important;
    flex-direction: column;
    justify-content: center;
    text-align: left !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .price-card {
    min-height: 0 !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .home-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .doc-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  :root {
    --mobile-gutter: 16px;
    --mobile-section: 48px;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 66px !important;
  }
}

@media (max-width: 640px) {
  .header-inner {
    min-height: 66px !important;
  }
}

@media (max-width: 640px) {
  .header-inner > .brand {
    font-size: 18px !important;
    gap: 8px !important;
  }
}

@media (max-width: 640px) {
  .header-inner > .brand img {
    width: 36px !important;
    height: 36px !important;
  }
}

@media (max-width: 640px) {
  .header-actions .login-link {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .header-actions .signup-link {
    min-width: 78px !important;
    min-height: 44px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 640px) {
  .mobile-toggle {
    width: 44px !important;
    height: 44px !important;
    flex-basis: 44px !important;
    padding: 11px !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 640px) {
  .main-nav {
    inset-block-start: 66px !important;
    padding-top: 10px !important;
  }
}

@media (max-width: 640px) {
  .main-nav .sub-menu {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 640px) {
  .main-nav > ul > li > .sub-menu {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 640px) {
  .main-nav li:hover > .sub-menu {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 640px) {
  .main-nav li:focus-within > .sub-menu {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 640px) {
  main h1 {
    font-size: clamp(32px, 9.5vw, 39px) !important;
    line-height: 1.1 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: clamp(32px, 9.5vw, 39px) !important;
    line-height: 1.1 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .hero-copy h1 {
    font-size: clamp(32px, 9.5vw, 39px) !important;
    line-height: 1.1 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .inner-hero h1 {
    font-size: clamp(32px, 9.5vw, 39px) !important;
    line-height: 1.1 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .faq-hero h1 {
    font-size: clamp(32px, 9.5vw, 39px) !important;
    line-height: 1.1 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .blog-hero h1 {
    font-size: clamp(32px, 9.5vw, 39px) !important;
    line-height: 1.1 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .hero-mesh h1 {
    font-size: clamp(32px, 9.5vw, 39px) !important;
    line-height: 1.1 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  main h2 {
    font-size: clamp(27px, 8vw, 32px) !important;
    line-height: 1.18 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .section-heading h2 {
    font-size: clamp(27px, 8vw, 32px) !important;
    line-height: 1.18 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .page-cta h2 {
    font-size: clamp(27px, 8vw, 32px) !important;
    line-height: 1.18 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .sales-cta h2 {
    font-size: clamp(27px, 8vw, 32px) !important;
    line-height: 1.18 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .contact-section h2 {
    font-size: clamp(27px, 8vw, 32px) !important;
    line-height: 1.18 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .developer-grid h2 {
    font-size: clamp(27px, 8vw, 32px) !important;
    line-height: 1.18 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  main h3 {
    font-size: 18px !important;
    line-height: 1.32 !important;
  }
}

@media (max-width: 640px) {
  .feature-card h3 {
    font-size: 18px !important;
    line-height: 1.32 !important;
  }
}

@media (max-width: 640px) {
  .use-card h3 {
    font-size: 18px !important;
    line-height: 1.32 !important;
  }
}

@media (max-width: 640px) {
  .home-blog-card h3 {
    font-size: 18px !important;
    line-height: 1.32 !important;
  }
}

@media (max-width: 640px) {
  main p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 640px) {
  main li {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 640px) {
  .hero-copy p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 640px) {
  .inner-hero p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 640px) {
  .section-heading p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 640px) {
  .feature-card p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 640px) {
  .use-card p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 640px) {
  .contact-section p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 640px) {
  .developer-grid p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 640px) {
  .hero-section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@media (max-width: 640px) {
  .inner-hero {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@media (max-width: 640px) {
  .faq-hero {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@media (max-width: 640px) {
  .hero-mesh {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@media (max-width: 640px) {
  .hero-grid {
    gap: 32px !important;
  }
}

@media (max-width: 640px) {
  .inner-hero-grid {
    gap: 32px !important;
  }
}

@media (max-width: 640px) {
  .developer-grid {
    gap: 32px !important;
  }
}

@media (max-width: 640px) {
  .hero-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .hero-actions-inline {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .hero-actions a {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .hero-actions-inline a {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .primary-cta {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .secondary-cta {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .pricing-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }
}

@media (max-width: 640px) {
  .feature-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }
}

@media (max-width: 640px) {
  .feature-grid.resi-usecase-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }
}

@media (max-width: 640px) {
  .usecase-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }
}

@media (max-width: 640px) {
  .use-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }
}

@media (max-width: 640px) {
  .why-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }
}

@media (max-width: 640px) {
  .blog-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }
}

@media (max-width: 640px) {
  .doc-card-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }
}

@media (max-width: 640px) {
  .home-blog-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }
}

@media (max-width: 640px) {
  .feature-card {
    padding: 20px !important;
    border-radius: 16px !important;
  }
}

@media (max-width: 640px) {
  .use-card {
    padding: 20px !important;
    border-radius: 16px !important;
  }
}

@media (max-width: 640px) {
  .quote-card {
    padding: 20px !important;
    border-radius: 16px !important;
  }
}

@media (max-width: 640px) {
  .price-card {
    min-height: 0 !important;
    padding: 22px 20px 20px !important;
    border-radius: 16px !important;
  }
}

@media (max-width: 640px) {
  .price-card .traffic-base {
    font-size: clamp(32px, 10vw, 42px) !important;
    line-height: 1.05 !important;
  }
}

@media (max-width: 640px) {
  .price-card .monthly-price-value {
    font-size: clamp(32px, 10vw, 42px) !important;
    line-height: 1.05 !important;
  }
}

@media (max-width: 640px) {
  .price-card .plan-total {
    font-size: 13px !important;
  }
}

@media (max-width: 640px) {
  .price-card .unit-price-comparison {
    font-size: 13px !important;
  }
}

@media (max-width: 640px) {
  .price-card > a {
    min-height: 48px !important;
  }
}

@media (max-width: 640px) {
  .network-stats-grid {
    gap: 10px !important;
  }
}

@media (max-width: 640px) {
  .stats-grid {
    gap: 10px !important;
  }
}

@media (max-width: 640px) {
  .metric-grid {
    gap: 10px !important;
  }
}

@media (max-width: 640px) {
  .network-stat {
    padding: 18px 10px !important;
  }
}

@media (max-width: 640px) {
  .stat {
    padding: 18px 10px !important;
  }
}

@media (max-width: 640px) {
  .network-stat strong {
    font-size: clamp(22px, 7vw, 29px) !important;
  }
}

@media (max-width: 640px) {
  .stat strong {
    font-size: clamp(22px, 7vw, 29px) !important;
  }
}

@media (max-width: 640px) {
  .protocol-stat strong {
    font-size: 17px !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .network-stat-label {
    font-size: 12px !important;
  }
}

@media (max-width: 640px) {
  .stat span {
    font-size: 12px !important;
  }
}

@media (max-width: 640px) {
  .code-language-tabs {
    display: flex !important;
    gap: 8px !important;
    padding-bottom: 4px;
  }
}

@media (max-width: 640px) {
  .code-language-tabs button {
    min-width: 92px;
    min-height: 44px;
  }
}

@media (max-width: 640px) {
  .code-card pre {
    padding: 16px !important;
    font-size: 12px !important;
    line-height: 1.65 !important;
    white-space: pre;
  }
}

@media (max-width: 640px) {
  .doc-content pre {
    padding: 16px !important;
    font-size: 12px !important;
    line-height: 1.65 !important;
    white-space: pre;
  }
}

@media (max-width: 640px) {
  .doc-code {
    padding: 16px !important;
    font-size: 12px !important;
    line-height: 1.65 !important;
    white-space: pre;
  }
}

@media (max-width: 640px) {
  .code-footer {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: start !important;
  }
}

@media (max-width: 640px) {
  .code-footer a {
    width: max-content;
    max-width: 100%;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}

@media (max-width: 640px) {
  .faq-item {
    border-radius: 14px !important;
  }
}

@media (max-width: 640px) {
  .faq-entry {
    border-radius: 14px !important;
  }
}

@media (max-width: 640px) {
  .faq-item > button {
    min-height: 60px;
    padding: 15px 46px 15px 16px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 640px) {
  .faq-entry > button {
    min-height: 60px;
    padding: 15px 46px 15px 16px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 640px) {
  .faq-type-tabs {
    justify-content: flex-start !important;
    margin-right: -16px;
    padding-right: 16px;
  }
}

@media (max-width: 640px) {
  .blog-card {
    padding: 20px !important;
    border-radius: 16px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 640px) {
  .blog-thumb {
    width: 100% !important;
    min-height: 170px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 12px !important;
  }
}

@media (max-width: 640px) {
  .blog-card img {
    width: 100% !important;
    min-height: 170px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 12px !important;
  }
}

@media (max-width: 640px) {
  .blog-card h3 {
    font-size: 18px !important;
    line-height: 1.32 !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 640px) {
  .doc-mobile-nav-toggle {
    top: auto;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .doc-content h1 {
    font-size: 30px !important;
  }
}

@media (max-width: 640px) {
  .doc-topic h1 {
    font-size: 30px !important;
  }
}

@media (max-width: 640px) {
  .doc-content h2 {
    font-size: 24px !important;
  }
}

@media (max-width: 640px) {
  .doc-topic h2 {
    font-size: 24px !important;
  }
}

@media (max-width: 640px) {
  .doc-content h3 {
    font-size: 20px !important;
  }
}

@media (max-width: 640px) {
  .doc-topic h3 {
    font-size: 20px !important;
  }
}

@media (max-width: 640px) {
  .doc-content table {
    display: block;
    width: 100%;
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .about-page > .container {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}

@media (max-width: 640px) {
  .about-page > .container > div:first-child {
    margin-bottom: 36px !important;
  }
}

@media (max-width: 640px) {
  .about-page .about-lead {
    font-size: 15px !important;
  }
}

@media (max-width: 640px) {
  .about-page .about-detail {
    font-size: 15px !important;
  }
}

@media (max-width: 640px) {
  .hero-mesh + section.sticky {
    top: 66px !important;
    padding: 14px 16px !important;
  }
}

@media (max-width: 640px) {
  .hero-mesh + section.sticky > div {
    gap: 12px !important;
  }
}

@media (max-width: 640px) {
  #region-filters {
    margin-right: -16px;
    padding-right: 16px;
  }
}

@media (max-width: 640px) {
  #region-filters .filter-btn {
    min-height: 44px;
    padding: 10px 16px !important;
  }
}

@media (max-width: 640px) {
  #country-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 640px) {
  #country-grid > * {
    padding: 18px !important;
    border-radius: 18px !important;
  }
}

@media (max-width: 640px) {
  #hot-nodes-section .grid > * {
    padding: 18px !important;
    border-radius: 18px !important;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding-top: 44px !important;
  }
}

@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 16px !important;
  }
}

@media (max-width: 640px) {
  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .footer-brand .brand {
    font-size: 21px !important;
  }
}

@media (max-width: 640px) {
  .footer-menu h3 {
    margin-bottom: 10px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 640px) {
  .footer-menu li + li {
    margin-top: 8px !important;
  }
}

@media (max-width: 640px) {
  .footer-menu a {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 640px) {
  .footer-bottom {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    padding-top: 22px !important;
    padding-bottom: max(24px, env(safe-area-inset-bottom)) !important;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .footer-bottom > div {
    display: flex;
    justify-content: center;
    gap: 10px 18px;
    flex-wrap: wrap;
  }
}

.faq-page .faq-list .faq-entry {
  overflow: hidden;
  transition: border-color .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.faq-page .faq-list .faq-entry.open {
  border-color: #45b9a4 !important;
  background: linear-gradient(180deg, #fff 0%, #f8fdfa 100%) !important;
  box-shadow: 0 14px 30px rgba(7, 54, 64, .08) !important;
}

.faq-page .faq-list .faq-entry .faq-answer {
  display: block !important;
  max-height: 0;
  margin: 0 60px 0 62px !important;
  padding: 0;
  overflow: hidden;
  border-top: 1px solid transparent;
  opacity: 0;
  visibility: hidden;
  transition: max-height .3s ease, margin .3s ease, padding .3s ease, opacity .2s ease, border-color .2s ease;
}

.faq-page .faq-list .faq-entry.open .faq-answer {
  max-height: 310px;
  margin: 0 60px 26px 62px !important;
  padding-top: 18px;
  border-top-color: #dcebe7;
  opacity: 1;
  visibility: visible;
}

.faq-page .faq-list .faq-entry .faq-answer-preview {
  display: block !important;
  max-width: 840px !important;
  max-height: 158px;
  overflow: hidden !important;
  color: #5b6f82 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  -webkit-line-clamp: unset !important;
}

.faq-page .faq-list .faq-entry.open .faq-answer-preview {
  display: block !important;
  max-width: 840px !important;
  max-height: 158px;
  overflow: hidden !important;
  color: #5b6f82 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  -webkit-line-clamp: unset !important;
}

.faq-page .faq-list .faq-entry .faq-answer-preview p {
  margin: 0 0 10px !important;
}

.faq-page .faq-list .faq-entry .faq-answer-preview ul {
  display: none !important;
}

.faq-page .faq-list .faq-entry .faq-answer-preview ol {
  display: none !important;
}

.faq-page .faq-list .faq-entry .faq-read-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  color: #087a66 !important;
  font-family: var(--v2-font-sans);
  font-size: 15px !important;
  font-weight: 750;
  line-height: 1.3;
  text-decoration: none;
}

.faq-page .faq-list .faq-entry .faq-read-more:hover {
  color: #075f53 !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.faq-page .faq-list .faq-entry .faq-read-more span {
  transition: transform .18s ease;
}

.faq-page .faq-list .faq-entry .faq-read-more:hover span {
  transform: translateX(3px);
}

@media (max-width: 640px) {
  .faq-page .faq-list .faq-entry .faq-answer {
    margin: 0 16px 0 48px !important;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-list .faq-entry.open .faq-answer {
    max-height: 300px;
    margin: 0 16px 22px 48px !important;
    padding-top: 14px;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-list .faq-entry .faq-answer-preview {
    max-height: 148px;
    font-size: 15px !important;
    line-height: 1.62 !important;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-list .faq-entry.open .faq-answer-preview {
    max-height: 148px;
    font-size: 15px !important;
    line-height: 1.62 !important;
  }
}

@media (max-width: 1180px) {
  body.page-documentation .doc-page {
    padding-top: 36px !important;
    padding-bottom: 56px !important;
  }
}

@media (max-width: 1180px) {
  body.page-documentation .doc-mobile-nav-toggle {
    position: relative !important;
    top: auto !important;
  }
}

@media (max-width: 640px) {
  body.page-documentation .doc-page {
    padding-top: 24px !important;
    padding-bottom: 44px !important;
  }
}

@media (min-width: 961px) and (max-width: 1180px) {
  body.page-documentation .doc-page {
    overflow: visible !important;
    padding-top: 42px !important;
    padding-bottom: 64px !important;
  }
}

@media (min-width: 961px) and (max-width: 1180px) {
  body.page-documentation .doc-layout {
    display: grid !important;
    width: min(calc(100% - 40px), 1080px) !important;
    max-width: 1080px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
    grid-template-columns: 210px minmax(0, 1fr) !important;
    gap: 34px !important;
    align-items: start !important;
  }
}

@media (min-width: 961px) and (max-width: 1180px) {
  body.page-documentation .doc-mobile-nav-toggle {
    display: none !important;
  }
}

@media (min-width: 961px) and (max-width: 1180px) {
  body.page-documentation .doc-mobile-nav-close {
    display: none !important;
  }
}

@media (min-width: 961px) and (max-width: 1180px) {
  body.page-documentation .doc-sidebar-backdrop {
    display: none !important;
  }
}

@media (min-width: 961px) and (max-width: 1180px) {
  body.page-documentation .doc-sidebar {
    position: sticky !important;
    inset: auto !important;
    top: 94px !important;
    z-index: 1 !important;
    display: block !important;
    width: 210px !important;
    max-width: 210px !important;
    height: auto !important;
    max-height: calc(100vh - 118px) !important;
    margin: 0 !important;
    padding: 8px 0 18px !important;
    overflow-y: auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

@media (min-width: 961px) and (max-width: 1180px) {
  body.page-documentation .doc-content {
    clear: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.home-blog-section .home-blog-grid {
  width: min(100%, 1080px);
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: repeat(2, minmax(0, 520px)) !important;
  justify-content: center;
  gap: 20px !important;
}

.home-blog-section .home-blog-card img {
  aspect-ratio: 12 / 5;
  object-fit: cover;
}

.home-blog-section .home-blog-card > span {
  aspect-ratio: 12 / 5;
  object-fit: cover;
}

.home-blog-section .home-blog-card div {
  padding: 16px 18px 18px !important;
}

.home-blog-section .home-blog-card p {
  min-height: 3.1em !important;
  margin-bottom: 12px !important;
  -webkit-line-clamp: 2 !important;
}

@media (max-width: 640px) {
  .home-blog-section .home-blog-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }
}

@media (max-width: 640px) {
  .home-blog-section .home-blog-card div {
    padding: 15px 16px 16px !important;
  }
}

.developer-section .code-tabs {
  gap: 10px;
  flex-wrap: wrap;
}

.developer-section .code-tabs button {
  flex: 0 0 auto;
  min-width: 96px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 640px) {
  .developer-section .code-tabs {
    justify-content: center;
    gap: 8px;
  }
}

@media (max-width: 640px) {
  .developer-section .code-tabs button {
    flex-basis: auto;
    min-width: 88px;
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }
}

main:has(> .hero-stats-section) > .usecase-section .usecase-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

main:has(> .hero-stats-section) > .usecase-section .usecase-grid article {
  display: flex;
  min-height: 180px;
  padding: 26px 22px;
  flex-direction: column;
  justify-content: center;
  border-radius: 18px;
}

main:has(> .hero-stats-section) > .usecase-section .usecase-grid h3 {
  margin-bottom: 10px;
}

.developer-grid .code-card {
  width: 100%;
  max-width: 880px !important;
  height: 440px !important;
  min-height: 0 !important;
  padding: 24px !important;
  justify-self: center !important;
  border-radius: 20px !important;
}

.developer-grid .code-card .window-dots {
  margin-bottom: 16px;
}

.developer-grid .code-card pre {
  min-height: 0;
  font-size: 13px !important;
  line-height: 1.62 !important;
}

.developer-grid .code-card .code-footer {
  margin-top: 14px;
  padding-top: 14px;
}

@media (min-width: 641px) and (max-width: 1100px) {
  .developer-grid .code-card {
    max-width: 840px !important;
    height: 420px !important;
  }
}

@media (max-width: 640px) {
  main:has(> .hero-stats-section) > .usecase-section .usecase-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }
}

@media (max-width: 640px) {
  main:has(> .hero-stats-section) > .usecase-section .usecase-grid article {
    min-height: 0;
    padding: 22px 18px;
  }
}

@media (max-width: 640px) {
  .developer-grid .code-card {
    height: 380px !important;
    padding: 16px !important;
    border-radius: 16px !important;
  }
}

@media (max-width: 640px) {
  .developer-grid .code-card .window-dots {
    margin-bottom: 12px;
  }
}

@media (max-width: 640px) {
  .developer-grid .code-card .code-footer {
    margin-top: 10px;
    padding-top: 10px;
  }
}

@media (max-width: 640px) {
  .feature-grid .feature-card {
    display: flex;
    min-height: 0 !important;
    height: auto !important;
    padding: 22px 18px !important;
    flex-direction: column;
    justify-content: center;
    border-radius: 18px !important;
    text-align: left !important;
  }
}

@media (max-width: 640px) {
  .use-grid .use-card {
    display: flex;
    min-height: 0 !important;
    height: auto !important;
    padding: 22px 18px !important;
    flex-direction: column;
    justify-content: center;
    border-radius: 18px !important;
    text-align: left !important;
  }
}

@media (max-width: 640px) {
  .feature-grid .feature-card h3 {
    margin: 0 0 10px !important;
  }
}

@media (max-width: 640px) {
  .use-grid .use-card h3 {
    margin: 0 0 10px !important;
  }
}

@media (max-width: 640px) {
  .feature-grid .feature-card p {
    margin: 0 !important;
  }
}

@media (max-width: 640px) {
  .use-grid .use-card p {
    margin: 0 !important;
  }
}

@media (min-width: 961px) {
  .pricing-section .pricing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
}

@media (min-width: 961px) {
  .pricing-section .price-card {
    min-height: 0 !important;
    padding: 24px 18px 20px !important;
  }
}

@media (min-width: 961px) {
  .pricing-section .price-card .plan-badge {
    right: 14px;
  }
}

@media (min-width: 961px) {
  .pricing-section .price-card .traffic-base {
    font-size: clamp(1.5rem, 2.3vw, 1.75rem);
    overflow-wrap: anywhere;
  }
}

@media (min-width: 961px) {
  .pricing-section .price-card .unit-price-comparison {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
}

@media (min-width: 961px) {
  .pricing-section .price-card .monthly-price-value {
    font-size: 1.875rem !important;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .pricing-section .price-card {
    min-height: 0 !important;
    height: auto !important;
    padding: 24px 22px 20px !important;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .pricing-section .price-card.featured {
    min-height: 0 !important;
    height: auto !important;
    padding: 24px 22px 20px !important;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .pricing-section .price-card .plan-total {
    margin-top: 24px;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .pricing-section .price-card .plan-traffic {
    margin-top: 16px;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .pricing-section .price-card .unit-price-comparison {
    margin-top: 18px;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .pricing-section .price-card .monthly-price {
    margin-top: 16px;
    padding-top: 16px;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .pricing-section .price-card > a {
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .pricing-section .price-card {
    display: grid;
    min-height: 0 !important;
    height: auto !important;
    padding: 18px 16px 16px !important;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "level level" "total total" "traffic monthly" "unit unit" "cta cta";
    grid-template-rows: auto auto auto auto auto;
    align-content: start;
  }
}

@media (max-width: 640px) {
  .pricing-section .price-card.featured {
    min-height: 0 !important;
    height: auto !important;
  }
}

@media (max-width: 640px) {
  .pricing-section .price-card .level {
    grid-area: level;
  }
}

@media (max-width: 640px) {
  .pricing-section .price-card .plan-badge {
    right: 12px;
  }
}

@media (max-width: 640px) {
  .pricing-section .price-card .plan-total {
    grid-area: total;
    width: fit-content;
    margin-top: 14px;
    padding: 6px 9px;
  }
}

@media (max-width: 640px) {
  .pricing-section .price-card .plan-traffic {
    grid-area: traffic;
    min-height: 0;
    margin-top: 11px;
    align-self: end;
  }
}

@media (max-width: 640px) {
  .pricing-section .price-card .traffic-base {
    font-size: 30px !important;
    line-height: 1.08 !important;
  }
}

@media (max-width: 640px) {
  .pricing-section .price-card .unit-price-comparison {
    grid-area: unit;
    margin-top: 13px;
    padding: 9px 11px;
    font-size: 14px !important;
  }
}

@media (max-width: 640px) {
  .pricing-section .price-card .monthly-price {
    grid-area: monthly;
    grid-template-columns: auto;
    margin-top: 11px;
    padding-top: 0;
    align-self: end;
    justify-items: end;
    gap: 1px;
    border-top: 0;
  }
}

@media (max-width: 640px) {
  .pricing-section .price-card .monthly-price::before {
    padding-bottom: 0;
  }
}

@media (max-width: 640px) {
  .pricing-section .price-card .monthly-price-value {
    font-size: 28px !important;
  }
}

@media (max-width: 640px) {
  .pricing-section .price-card > a {
    grid-area: cta;
    min-height: 44px !important;
    margin-top: 12px;
  }
}

@media (max-width: 640px) {
  .hero .hero-actions {
    width: min(100%, 300px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    gap: 10px !important;
  }
}

@media (max-width: 640px) {
  .hero .hero-actions > a {
    width: 100% !important;
    min-height: 46px !important;
    height: 46px !important;
    padding: 0 20px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 640px) {
  .inner-hero[data-rotating-proxies-version] .hero-actions-inline > a {
    width: 100% !important;
    min-height: 46px !important;
    height: 46px !important;
    padding: 0 20px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 640px) {
  .inner-hero[data-rotating-proxies-version] .hero-actions-inline > .secondary-cta {
    border-color: #c8dfda !important;
    background: rgba(255, 255, 255, .76) !important;
  }
}

@media (max-width: 640px) {
  .hero .hero-trust-note {
    width: 100% !important;
    margin-top: 10px !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 13px !important;
  }
}

@media (max-width: 640px) {
  .inner-hero[data-rotating-proxies-version] .hero-trust-note {
    width: 100% !important;
    margin-top: 10px !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 13px !important;
  }
}

@media (max-width: 640px) {
  .inner-hero[data-rotating-proxies-version] .hero-actions-inline {
    width: min(100%, 300px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    gap: 10px !important;
    align-items: stretch !important;
  }
}

@media (max-width: 640px) {
  .inner-hero[data-rotating-proxies-version] .hero-primary-action {
    width: 100% !important;
    min-width: 0 !important;
    gap: 8px !important;
  }
}

@media (max-width: 640px) {
  .inner-hero[data-rotating-proxies-version] .hero-primary-action > .primary-cta {
    width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 640px) {
  .inner-hero[data-rotating-proxies-version] .hero-primary-action .hero-trust-note {
    margin: 0 0 2px !important;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-type-tabs {
    display: flex !important;
    width: 100% !important;
    margin: 0 0 24px !important;
    padding: 0 0 6px !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    overflow-x: auto !important;
    scroll-snap-type: x proximity;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-type-tabs > a {
    display: inline-flex !important;
    min-height: 36px !important;
    padding: 0 14px !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    border: 1px solid #d5e8e4;
    border-radius: 999px;
    background: #fff;
    color: #52657a;
    font-size: 13px !important;
    line-height: 1.2 !important;
    scroll-snap-align: start;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-type-tabs > a.active {
    border-color: #9ed8cd;
    background: #e8f7f3;
    color: #087a66 !important;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-list {
    gap: 8px !important;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-item::before {
    left: 16px !important;
    top: 50% !important;
    z-index: 1;
    transform: translateY(-50%);
  }
}

@media (max-width: 640px) {
  .faq-page .faq-entry::before {
    left: 16px !important;
    top: 50% !important;
    z-index: 1;
    transform: translateY(-50%);
  }
}

@media (max-width: 640px) {
  .faq-page .faq-item.open::before {
    top: 37px !important;
    transform: none;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-entry.open::before {
    top: 37px !important;
    transform: none;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-item > button {
    min-height: 74px !important;
    padding: 16px 48px 16px 48px !important;
    gap: 12px !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-entry > button {
    min-height: 74px !important;
    padding: 16px 48px 16px 48px !important;
    gap: 12px !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-item > button strong {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-entry > button strong {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-item > button span {
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    position: absolute;
    right: 12px;
    flex: 0 0 32px;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-entry > button span {
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    position: absolute;
    right: 12px;
    flex: 0 0 32px;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-item p {
    margin: 0 16px 20px 48px !important;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-entry .faq-answer {
    margin: 0 16px 20px 48px !important;
  }
}

@media (max-width: 640px) {
  .faq-page .pagination-row {
    display: flex !important;
    width: 100% !important;
    margin-top: 32px !important;
    padding: 0 0 6px !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 5px !important;
    overflow-x: auto !important;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-pagination {
    display: flex !important;
    width: 100% !important;
    margin-top: 32px !important;
    padding: 0 0 6px !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 5px !important;
    overflow-x: auto !important;
  }
}

@media (max-width: 640px) {
  .faq-page .pagination-row a {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    flex: 0 0 30px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 640px) {
  .faq-page .pagination-row span {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    flex: 0 0 30px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 640px) {
  .faq-page .pagination-row a.page-step {
    width: 52px !important;
    min-width: 52px !important;
    padding: 0 8px !important;
    flex-basis: 52px !important;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .faq-list .faq-item > button {
    padding: 16px 60px 16px 62px !important;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .faq-list .faq-entry > button {
    padding: 16px 60px 16px 62px !important;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .faq-list .faq-item::before {
    left: 22px !important;
    top: 36px !important;
    transform: translateY(-50%);
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .faq-list .faq-entry::before {
    left: 22px !important;
    top: 36px !important;
    transform: translateY(-50%);
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .faq-list .faq-item.open::before {
    top: 25px !important;
    transform: none;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .faq-list .faq-entry.open::before {
    top: 25px !important;
    transform: none;
  }
}

.faq-list .faq-item > button:not(:has(> span))::after {
  content: "+" !important;
  position: absolute;
  top: 50%;
  right: 12px !important;
  display: grid;
  width: 32px !important;
  height: 32px !important;
  padding: 0;
  place-items: center;
  border: 0 !important;
  border-radius: 50% !important;
  color: #fff;
  background: #087a66 !important;
  font-size: 20px;
  line-height: 1;
  transform: translateY(-50%) !important;
}

.faq-list .faq-entry > button:not(:has(> span))::after {
  content: "+" !important;
  position: absolute;
  top: 50%;
  right: 12px !important;
  display: grid;
  width: 32px !important;
  height: 32px !important;
  padding: 0;
  place-items: center;
  border: 0 !important;
  border-radius: 50% !important;
  color: #fff;
  background: #087a66 !important;
  font-size: 20px;
  line-height: 1;
  transform: translateY(-50%) !important;
}

.faq-list .faq-item.open > button:not(:has(> span))::after {
  content: "−" !important;
  transform: translateY(-50%) !important;
}

.faq-list .faq-entry.open > button:not(:has(> span))::after {
  content: "−" !important;
  transform: translateY(-50%) !important;
}

.faq-list .faq-item > button[aria-expanded="true"]:not(:has(> span))::after {
  content: "−" !important;
  transform: translateY(-50%) !important;
}

.faq-list .faq-entry > button[aria-expanded="true"]:not(:has(> span))::after {
  content: "−" !important;
  transform: translateY(-50%) !important;
}

.faq-list .faq-item > p {
  margin: 0 !important;
  padding: 0 62px !important;
}

.faq-list .faq-item.open > p {
  margin: 0 !important;
  padding: 0 62px 24px !important;
}

@media (min-width: 641px) {
  .faq-list .faq-item > button {
    padding: 16px 60px 16px 62px !important;
  }
}

@media (min-width: 641px) {
  .faq-list .faq-entry > button {
    padding: 16px 60px 16px 62px !important;
  }
}

@media (max-width: 640px) {
  .faq-list {
    gap: 8px !important;
  }
}

@media (max-width: 640px) {
  .faq-list .faq-item::before {
    left: 16px !important;
    top: 50% !important;
    z-index: 1;
    transform: translateY(-50%) !important;
  }
}

@media (max-width: 640px) {
  .faq-list .faq-entry::before {
    left: 16px !important;
    top: 50% !important;
    z-index: 1;
    transform: translateY(-50%) !important;
  }
}

@media (max-width: 640px) {
  .faq-list .faq-item.open::before {
    top: 37px !important;
    transform: none !important;
  }
}

@media (max-width: 640px) {
  .faq-list .faq-entry.open::before {
    top: 37px !important;
    transform: none !important;
  }
}

@media (max-width: 640px) {
  .faq-list .faq-item > button {
    min-height: 74px !important;
    padding: 16px 48px !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 640px) {
  .faq-list .faq-entry > button {
    min-height: 74px !important;
    padding: 16px 48px !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 640px) {
  .faq-list .faq-item > p {
    max-height: 0;
    margin: 0 !important;
    padding: 0 48px !important;
  }
}

@media (max-width: 640px) {
  .faq-list .faq-item.open > p {
    max-height: 1600px;
    margin: 0 !important;
    padding: 0 48px 20px !important;
  }
}

.testimonial-slider .slider-btn {
  display: grid;
  padding: 0 !important;
  place-items: center;
  line-height: 1 !important;
}

@media (min-width: 961px) {
  .testimonial-slider {
    padding-right: 60px;
    padding-left: 60px;
    box-sizing: border-box;
  }
}

@media (min-width: 961px) {
  .testimonial-slider::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 60px;
    background: #eaf5f1;
    pointer-events: none;
    left: 0;
  }
}

@media (min-width: 961px) {
  .testimonial-slider::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 60px;
    background: #eaf5f1;
    pointer-events: none;
    right: 0;
  }
}

@media (min-width: 961px) {
  .testimonial-track {
    gap: 24px;
  }
}

@media (min-width: 961px) {
  .testimonial-slider .slider-btn {
    top: 50%;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
    font-size: 30px;
    box-shadow: 0 8px 20px rgba(15, 55, 64, .10);
  }
}

@media (min-width: 961px) {
  .testimonial-slider .slider-btn.prev {
    left: 6px;
  }
}

@media (min-width: 961px) {
  .testimonial-slider .slider-btn.next {
    right: 6px;
  }
}

@media (min-width: 961px) {
  .testimonial-track article {
    flex-basis: calc((100% - 48px) / 3);
  }
}

@media (max-width: 960px) {
  .testimonial-slider {
    padding-bottom: 58px;
  }
}

@media (max-width: 960px) {
  .testimonial-slider .slider-btn {
    top: auto;
    bottom: 4px;
    width: 40px;
    height: 40px;
    transform: none;
    font-size: 28px;
    box-shadow: 0 6px 16px rgba(15, 55, 64, .10);
  }
}

@media (max-width: 960px) {
  .testimonial-slider .slider-btn.prev {
    left: calc(50% - 48px);
  }
}

@media (max-width: 960px) {
  .testimonial-slider .slider-btn.next {
    right: calc(50% - 48px);
  }
}

@media (max-width: 960px) {
  .testimonial-section .slider-dots {
    gap: 6px;
    margin-top: 16px;
  }
}

@media (max-width: 960px) {
  .testimonial-section .slider-dots span {
    width: 8px;
    height: 8px;
  }
}

.blog-list-page .blog-card {
  display: grid !important;
  height: 100%;
  grid-template-rows: auto minmax(0, 1fr);
}

.blog-list-page .blog-card > div:not(.blog-thumb) {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.blog-list-page .blog-card h3 {
  display: -webkit-box !important;
  max-height: 3.75em;
  overflow: hidden !important;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

.blog-list-page .blog-card p {
  max-height: 4.95em;
  overflow-wrap: anywhere;
}

.blog-list-page .blog-card .blog-meta {
  margin-top: auto;
}

@media (max-width: 370px) {
  .header-actions .signup-link {
    display: none !important;
  }
}

@media (max-width: 370px) {
  .footer-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 370px) {
  .footer-brand {
    grid-column: auto;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .site-header {
    min-height: 72px !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .header-inner {
    min-height: 72px !important;
    display: flex !important;
    gap: 8px !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .header-inner > .brand {
    min-width: 142px !important;
    margin-right: 4px !important;
    font-size: 19px !important;
    gap: 9px !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .brand::before {
    width: 34px !important;
    height: 34px !important;
    flex-basis: 34px !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .mobile-toggle {
    display: none !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .main-nav {
    position: static !important;
    inset: auto !important;
    z-index: auto !important;
    display: block !important;
    width: auto !important;
    max-height: none !important;
    flex: 1 1 auto !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .main-nav > ul > li {
    position: relative;
    margin: 0 !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .main-nav li + li {
    position: relative;
    margin: 0 !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .main-nav .has-children > a::after {
    display: inline-block !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .mobile-submenu-toggle {
    display: none !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .header-actions {
    position: relative;
    z-index: auto;
    order: initial !important;
    flex: 0 0 auto !important;
    margin-left: 2px !important;
    gap: 5px !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .header-actions .login-link {
    display: inline-flex !important;
    min-height: 40px !important;
    padding: 0 8px !important;
    align-items: center;
    font-size: 13px !important;
    white-space: nowrap;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .header-actions .signup-link {
    display: inline-flex !important;
    min-width: 82px !important;
    min-height: 40px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
    white-space: nowrap;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .main-nav .sub-menu {
    position: absolute !important;
    top: 52px !important;
    left: 50% !important;
    right: auto !important;
    display: grid !important;
    width: auto !important;
    min-width: 520px !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 10px !important;
    grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
    gap: 6px !important;
    border: 1px solid #cfe2de !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 22px 60px rgba(7, 39, 48, .14) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translate(-50%, 8px) scale(.985) !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .main-nav > ul > li > .sub-menu {
    position: absolute !important;
    top: 52px !important;
    left: 50% !important;
    right: auto !important;
    display: grid !important;
    width: auto !important;
    min-width: 520px !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 10px !important;
    grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
    gap: 6px !important;
    border: 1px solid #cfe2de !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 22px 60px rgba(7, 39, 48, .14) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translate(-50%, 8px) scale(.985) !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .main-nav li:hover > .sub-menu {
    position: absolute !important;
    top: 52px !important;
    left: 50% !important;
    right: auto !important;
    display: grid !important;
    width: auto !important;
    min-width: 520px !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 10px !important;
    grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
    gap: 6px !important;
    border: 1px solid #cfe2de !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 22px 60px rgba(7, 39, 48, .14) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate(-50%, 0) scale(1) !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .main-nav li:focus-within > .sub-menu {
    position: absolute !important;
    top: 52px !important;
    left: 50% !important;
    right: auto !important;
    display: grid !important;
    width: auto !important;
    min-width: 520px !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 10px !important;
    grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
    gap: 6px !important;
    border: 1px solid #cfe2de !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 22px 60px rgba(7, 39, 48, .14) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate(-50%, 0) scale(1) !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .main-nav .sub-menu:not(:has(li:nth-child(2))) {
    grid-template-columns: minmax(280px, 1fr) !important;
    min-width: 320px !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .main-nav .sub-menu a {
    display: grid !important;
    grid-template-columns: 36px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    min-height: 66px !important;
    padding: 9px 11px !important;
    border: 1px solid transparent !important;
    border-radius: 11px !important;
    background: transparent !important;
    font-size: 13px !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .main-nav .sub-menu a::before {
    display: grid !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .main-nav .sub-menu a::after {
    display: grid !important;
  }
}

@media (max-width: 960px) {
  .main-nav.open {
    position: fixed !important;
    top: 72px !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 84px) !important;
    padding: 14px var(--mobile-gutter) 16px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border-bottom: 1px solid #d6e7e3 !important;
    border-radius: 0 0 20px 20px !important;
    background: rgba(247, 251, 250, .985) !important;
    box-shadow: 0 22px 46px rgba(7, 39, 48, .14) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }
}

@media (max-width: 960px) {
  .main-nav.open > ul {
    display: grid !important;
    width: min(100%, 720px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-content: start !important;
    align-items: stretch !important;
    gap: 8px !important;
  }
}

@media (max-width: 960px) {
  .main-nav.open > ul > li {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
}

@media (max-width: 960px) {
  .main-nav.open > ul > li + li {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
}

@media (max-width: 960px) {
  .main-nav.open > ul > li > a {
    display: flex !important;
    width: 100% !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    padding: 0 58px 0 18px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

@media (max-width: 960px) {
  .main-nav.open .mobile-submenu-toggle {
    top: 5px !important;
    right: 5px !important;
    display: grid !important;
  }
}

@media (max-width: 960px) {
  .main-nav.open .has-children > .sub-menu {
    display: grid !important;
    max-height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
    border-width: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: max-height .24s ease, margin .24s ease, padding .24s ease, opacity .18s ease !important;
  }
}

@media (max-width: 960px) {
  .main-nav.open .has-children.mobile-submenu-open > .sub-menu {
    max-height: 520px !important;
    margin-top: 6px !important;
    margin-bottom: 2px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border-width: 1px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

@media (max-width: 640px) {
  .main-nav.open {
    top: 66px !important;
    height: auto !important;
    max-height: calc(100dvh - 78px) !important;
    padding-top: 12px !important;
  }
}

@media (max-width: 1100px) {
  .inner-hero[data-rotating-proxies-version] .inner-hero-grid {
    grid-template-columns: 1fr;
    justify-items: center !important;
  }
}

@media (max-width: 1100px) {
  .inner-hero[data-rotating-proxies-version] .inner-hero-grid > div:first-child {
    display: flex !important;
    width: min(100%, 820px) !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
}

@media (max-width: 1100px) {
  .inner-hero[data-rotating-proxies-version] .eyebrow {
    align-self: center !important;
  }
}

@media (max-width: 1100px) {
  .inner-hero[data-rotating-proxies-version] .rotating-hero-title {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }
}

@media (max-width: 1100px) {
  .inner-hero[data-rotating-proxies-version] .rotating-hero-title + p {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }
}

@media (max-width: 1100px) {
  .inner-hero[data-rotating-proxies-version] .hero-actions-inline {
    justify-content: center !important;
  }
}

@media (max-width: 1100px) {
  .inner-hero[data-rotating-proxies-version] .hero-trust-note {
    width: auto !important;
    margin-right: auto !important;
    margin-left: auto !important;
    justify-content: center !important;
    text-align: center !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .inner-hero[data-rotating-proxies-version] .hero-actions-inline > a {
    width: auto !important;
    min-width: 224px !important;
    max-width: 280px !important;
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}

.faq-page > .site-container.narrow {
  width: min(1180px, calc(100% - 64px)) !important;
  max-width: 1180px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (max-width: 1100px) {
  .faq-page > .site-container.narrow {
    width: min(920px, calc(100% - 48px)) !important;
    max-width: 920px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (max-width: 860px) {
  .faq-page > .site-container.narrow {
    width: calc(100% - 32px) !important;
    max-width: 760px !important;
  }
}

@media (max-width: 640px) {
  .faq-page > .site-container.narrow {
    width: calc(100% - 24px) !important;
    max-width: none !important;
  }
}

@media (min-width: 1101px) {
  .main-nav > ul {
    gap: 10px !important;
  }
}

.site-header .brand {
  min-width: 0 !important;
  gap: 0 !important;
}

.site-footer .footer-brand .brand {
  display: inline-flex !important;
  align-items: center !important;
  color: #ffffff !important;
  line-height: 1 !important;
  min-width: 0 !important;
  gap: 0 !important;
}

.site-footer .footer-brand .brand-light {
  display: inline-flex !important;
  align-items: center !important;
  color: #ffffff !important;
  line-height: 1 !important;
  min-width: 0 !important;
  gap: 0 !important;
}

.site-header .brand::before {
  content: none !important;
  display: none !important;
}

.site-footer .footer-brand .brand::before {
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px !important;
  content: none !important;
  display: none !important;
}

.site-footer .footer-brand .brand-light::before {
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px !important;
  content: none !important;
  display: none !important;
}

.site-header .brand > span {
  display: none !important;
}

.site-footer .footer-brand .brand > span {
  color: #ffffff !important;
  line-height: 1 !important;
  display: none !important;
}

.site-footer .footer-brand .brand-light > span {
  color: #ffffff !important;
  line-height: 1 !important;
  display: none !important;
}

.site-header .brand img {
  display: block !important;
  width: 184px !important;
  height: auto !important;
  max-width: none !important;
}

.site-footer .footer-brand .brand img {
  display: block !important;
  width: 190px !important;
  height: auto !important;
  max-width: none !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .2));
}

.site-footer .footer-brand .brand-light img {
  display: block !important;
  width: 190px !important;
  height: auto !important;
  max-width: none !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .2));
}

@media (max-width: 760px) {
  .site-header .brand img {
    width: 162px !important;
  }
}

@media (max-width: 760px) {
  .site-footer .footer-brand .brand img {
    width: 172px !important;
  }
}

@media (max-width: 760px) {
  .site-footer .footer-brand .brand-light img {
    width: 172px !important;
  }
}

@media (max-width: 420px) {
  .site-header .brand img {
    width: 148px !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .main-nav > ul {
    display: flex !important;
    width: auto !important;
    margin: 0 !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .main-nav > ul > li > a {
    width: auto !important;
    min-height: 42px !important;
    padding: 0 8px !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: transparent !important;
    white-space: nowrap !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-size: 14px !important;
  }
}

.faq-section.usecase-page-faq {
  background: #ffffff !important;
}

.faq-section.usecase-page-faq .faq-item::before {
  top: 37px !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
}

.faq-section.usecase-page-faq .faq-item.open::before {
  top: 37px !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
}

.faq-page .faq-list .faq-item::before {
  top: 37px !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
}

.faq-page .faq-list .faq-item.open::before {
  top: 37px !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
}

.faq-page .faq-list .faq-entry::before {
  top: 37px !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
}

.faq-page .faq-list .faq-entry.open::before {
  top: 37px !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
}

@media (max-width: 640px) {
  .faq-section.usecase-page-faq .faq-item::before {
    top: 38px !important;
  }
}

@media (max-width: 640px) {
  .faq-section.usecase-page-faq .faq-item.open::before {
    top: 38px !important;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-list .faq-item::before {
    top: 38px !important;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-list .faq-item.open::before {
    top: 38px !important;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-list .faq-entry::before {
    top: 38px !important;
  }
}

@media (max-width: 640px) {
  .faq-page .faq-list .faq-entry.open::before {
    top: 38px !important;
  }
}

.quote-card .quote-role {
  display: block;
  color: #173149;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.45;
  text-transform: uppercase;
}

@media (min-width: 961px) and (max-width: 1100px) {
  .site-footer {
    padding-top: 40px !important;
    padding-bottom: 22px !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .site-footer .footer-grid {
    grid-template-columns: minmax(200px, 1.3fr) repeat(4, minmax(0, 1fr)) !important;
    align-items: start !important;
    gap: 20px !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .site-footer .footer-brand {
    grid-column: auto !important;
    max-width: 210px !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .site-footer .footer-menu h3 {
    margin-top: 4px !important;
    margin-bottom: 16px !important;
    font-size: 11px !important;
    white-space: nowrap;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .site-footer .footer-menu a {
    font-size: 12px !important;
    line-height: 1.55 !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .site-footer .footer-brand p {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .site-footer .footer-email {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .site-footer .footer-brand .brand,
  .site-footer .footer-brand .brand-light {
    margin-bottom: 16px !important;
  }

  .site-footer .footer-brand .brand img,
  .site-footer .footer-brand .brand-light img {
    width: 164px !important;
  }

  .site-footer .footer-brand strong {
    margin-bottom: 16px !important;
    font-size: 13px !important;
  }

  .site-footer .footer-email {
    margin-top: 16px !important;
  }

  .site-footer .footer-socials {
    gap: 12px !important;
    margin-top: 18px !important;
  }

  .site-footer .footer-socials a {
    width: 42px !important;
    height: 42px !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .inner-hero[data-rotating-proxies-version] .hero-actions-inline {
    display: flex !important;
    width: auto !important;
    max-width: 100% !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    align-items: flex-start !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .inner-hero[data-rotating-proxies-version] .hero-primary-action {
    width: 224px !important;
    min-width: 224px !important;
    max-width: 224px !important;
  }
}

/* === Desktop footer: one shared vertical grid for all five columns === */
@media (min-width: 961px) {
  .site-footer .footer-grid {
    align-items: start !important;
  }

  .site-footer .footer-brand,
  .site-footer .footer-menu {
    display: grid !important;
    align-content: start !important;
    grid-template-rows: 59px auto !important;
  }

  .site-footer .footer-brand {
    grid-template-rows: 59px auto auto auto auto !important;
  }

  .site-footer .footer-brand .brand,
  .site-footer .footer-brand .brand-light {
    grid-row: 1 !important;
    align-self: start !important;
    margin: 0 !important;
  }

  .site-footer .footer-brand strong {
    grid-row: 2 !important;
    align-self: start !important;
    margin: 0 0 16px !important;
  }

  .site-footer .footer-brand p {
    grid-row: 3 !important;
    margin: 0 !important;
  }

  .site-footer .footer-email {
    grid-row: 4 !important;
    margin-top: 16px !important;
  }

  .site-footer .footer-socials {
    grid-row: 5 !important;
    margin-top: 18px !important;
  }

  .site-footer .footer-menu h3 {
    grid-row: 1 !important;
    align-self: center !important;
    margin: 0 !important;
  }

  .site-footer .footer-menu ul {
    grid-row: 2 !important;
    align-self: start !important;
    margin: 0 !important;
  }

  .site-footer .footer-bottom,
  .site-footer .footer-bottom > * {
    align-items: center !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .inner-hero[data-rotating-proxies-version] .hero-primary-action > .primary-cta {
    width: 224px !important;
    min-width: 0 !important;
    max-width: 224px !important;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .inner-hero[data-rotating-proxies-version] .hero-actions-inline > .secondary-cta {
    width: 224px !important;
    min-width: 0 !important;
    max-width: 224px !important;
  }
}
/* === Confirmed About component === */
body.page-contact-us .about-page {
  padding: 72px 0 96px;
  background: #f4faf8;
}
body.page-contact-us .about-shell { max-width: 1080px; }
body.page-contact-us .about-heading { margin-bottom: 44px; text-align: center; }
body.page-contact-us .about-heading h1 {
  margin: 0;
  color: #06132d;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.04em;
}
body.page-contact-us .about-accent {
  width: 64px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: #0b8a73;
}
body.page-contact-us .about-copy {
  max-width: 780px;
  margin: 0 auto;
  padding: 40px 44px;
  border: 1px solid #cde1dc;
  border-radius: 24px;
  background: #fff;
}
body.page-contact-us .about-lead,
body.page-contact-us .about-detail {
  margin: 0;
  color: #526b73;
  font-size: 17px;
  line-height: 1.75;
}
body.page-contact-us .about-lead + .about-lead { margin-top: 20px; }
body.page-contact-us .about-details {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #d9e8e4;
}
body.page-contact-us .about-detail + .about-detail { margin-top: 12px; }
body.page-contact-us .about-detail strong { color: #123846; }
@media (max-width: 640px) {
  body.page-contact-us .about-page { padding: 48px 0 64px; }
  body.page-contact-us .about-heading { margin-bottom: 30px; }
  body.page-contact-us .about-heading h1 { font-size: 40px; }
  body.page-contact-us .about-copy { padding: 28px 22px; border-radius: 20px; }
  body.page-contact-us .about-lead,
  body.page-contact-us .about-detail { font-size: 15px; line-height: 1.7; }
}
/* === FAQ alignment for plain-text product and use-case rows === */
.faq-list .faq-item:not(:has(> button > strong))::before,
.faq-list .faq-entry:not(:has(> button > strong))::before {
  content: none !important;
}

.faq-list .faq-item > button:not(:has(> strong))::before,
.faq-list .faq-entry > button:not(:has(> strong))::before {
  content: counter(v2-faq, decimal-leading-zero);
  position: absolute;
  top: 50%;
  left: 22px;
  color: #087a66;
  font-family: var(--v2-font-mono);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-50%);
}

@media (max-width: 640px) {
  .faq-list .faq-item > button:not(:has(> strong))::before,
  .faq-list .faq-entry > button:not(:has(> strong))::before {
    left: 14px;
  }
}

/* === Keep FAQ rows comfortably narrow and centered === */
.faq-list {
  width: min(calc(100% - 96px), 1360px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (min-width: 641px) and (max-width: 1100px) {
  .faq-list {
    width: calc(100% - 120px) !important;
    max-width: 920px !important;
  }
}

@media (max-width: 640px) {
  .faq-list {
    width: 100% !important;
  }
}

/* === Keep every desktop pricing CTA on the same baseline === */
@media (min-width: 961px) {
  .pricing-section .price-card > a {
    margin-top: 22px !important;
  }
}

/* === Compact four-card Help Center preview === */
body.page-home .home-blog-section .home-blog-grid {
  width: min(100%, 900px) !important;
  grid-template-columns: repeat(2, minmax(0, 441px)) !important;
  gap: 18px !important;
}

body.page-home .home-blog-section .home-blog-card:nth-child(n + 5) {
  display: none !important;
}

body.page-home .home-blog-section .home-blog-card img,
body.page-home .home-blog-section .home-blog-card > span {
  aspect-ratio: 5 / 2 !important;
}

body.page-home .home-blog-section .home-blog-card div {
  padding: 14px 16px 16px !important;
}

body.page-home .home-blog-section .home-blog-card h3 {
  min-height: 2.6em !important;
  margin-bottom: 8px !important;
  font-size: 17px !important;
  line-height: 1.3 !important;
}

body.page-home .home-blog-section .home-blog-card p {
  min-height: 3em !important;
  margin-bottom: 10px !important;
  font-size: 13.5px !important;
  line-height: 1.5 !important;
}

@media (max-width: 640px) {
  body.page-home .home-blog-section .home-blog-grid {
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  body.page-home .home-blog-section .home-blog-card img,
  body.page-home .home-blog-section .home-blog-card > span {
    aspect-ratio: 16 / 7 !important;
  }
}
