@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./assets/fonts/ba9851c3c22cd980-s.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* Pricing-page lower sections */
.pricing-benefits-section,
.free-vpn-section,
.reviews-section,
.awards-section,
.pricing-faq-section,
.pricing-bottom-cta {
  width: min(calc(100% - 44px), var(--ss-max));
  margin-right: auto;
  margin-left: auto;
}

.pricing-benefits-section {
  margin-top: 92px;
  text-align: center;
}

.pricing-benefits-section h2,
.reviews-section h2,
.pricing-faq-section h2,
.pricing-bottom-cta h2 {
  margin: 0;
  color: var(--ss-text);
  font-size: clamp(36px, 3.65vw, 54px);
  font-weight: 950;
  line-height: 1.12;
}

.pricing-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin-top: 48px;
}

.pricing-benefit-card {
  min-height: 334px;
  padding: 42px 40px 38px;
  background: #ffffff;
  border-radius: 34px;
  text-align: left;
  box-shadow: 0 16px 38px rgba(17, 24, 32, 0.04);
}

.pricing-benefit-icon {
  width: 76px;
  height: 76px;
  color: #12181d;
}

.pricing-benefit-icon svg {
  width: 100%;
  height: 100%;
}

.pricing-benefit-icon path,
.pricing-benefit-icon rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pricing-benefit-icon circle {
  fill: var(--ss-teal);
  stroke: none;
}

.pricing-benefit-card h3 {
  margin: 32px 0 0;
  color: var(--ss-text);
  font-size: clamp(27px, 2vw, 34px);
  font-weight: 950;
  line-height: 1.16;
}

.pricing-benefit-card p {
  margin: 18px 0 0;
  color: #626970;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
}

.free-vpn-section {
  display: grid;
  grid-template-columns: 0.9fr 1.18fr;
  gap: clamp(44px, 6vw, 96px);
  align-items: center;
  margin-top: 88px;
  padding: 28px 0 22px;
}

.free-vpn-copy {
  max-width: 600px;
}

.free-vpn-copy h2 {
  margin: 0;
  color: var(--ss-text);
  font-size: clamp(40px, 4.1vw, 62px);
  font-weight: 950;
  line-height: 1.08;
}

.free-vpn-copy p {
  margin: 28px 0 0;
  color: #555d64;
  font-size: 20px;
  font-weight: 620;
  line-height: 1.78;
}

.free-vpn-visual {
  min-width: 0;
  margin: 0;
}

.free-vpn-visual img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  object-position: center bottom;
  border-radius: 34px;
}

.reviews-section {
  margin-top: 112px;
  padding: 98px 0 0;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 0 100vmax #ffffff;
  clip-path: inset(0 -100vmax);
}

.review-tabs {
  display: inline-flex;
  gap: 0;
  margin-top: 36px;
  border-bottom: 1px solid #d9dcde;
}

.review-tabs button {
  min-height: 58px;
  padding: 0 34px;
  border: 0;
  border-bottom: 3px solid transparent;
  color: #5c646b;
  background: transparent;
  font-size: 18px;
  font-weight: 950;
  cursor: pointer;
}

.review-tabs button.is-active {
  color: var(--ss-text);
  border-bottom-color: var(--ss-text);
}

.review-tabs button:focus-visible {
  outline: 3px solid rgba(89, 195, 197, 0.4);
  outline-offset: 3px;
}

.review-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
  text-align: left;
}

.review-panel[hidden] {
  display: none;
}

.review-card {
  display: flex;
  min-height: 292px;
  flex-direction: column;
  padding: 34px;
  background: #f5f6f5;
  border: 1px solid #eceeed;
  border-radius: 24px;
}

.review-score {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 38px;
  padding: 0 15px;
  color: #101820;
  background: #dff8f7;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 950;
}

.review-card p {
  margin: 24px 0 0;
  color: #30373d;
  font-size: 21px;
  font-weight: 780;
  line-height: 1.52;
}

.review-card strong {
  margin-top: auto;
  padding-top: 34px;
  color: #11181d;
  font-size: 16px;
  font-weight: 950;
}

.review-card span {
  margin-top: 6px;
  color: #70777d;
  font-size: 14px;
  font-weight: 700;
}

.trust-card {
  background: #ffffff;
}

.reviews-note {
  max-width: 900px;
  margin: 34px auto 0;
  color: #8b9196;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.72;
}

.awards-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
  padding-bottom: 94px;
  background: #ffffff;
  box-shadow: 0 0 0 100vmax #ffffff;
  clip-path: inset(0 -100vmax);
}

.awards-section article {
  display: grid;
  align-content: center;
  min-height: 168px;
  padding: 28px;
  background: #f5f6f5;
  border: 1px solid #eceeed;
  border-radius: 22px;
  text-align: center;
}

.awards-section span,
.awards-section em {
  color: #70777d;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.awards-section strong {
  margin-top: 10px;
  color: #11181d;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.14;
}

.awards-section em {
  margin-top: 8px;
}

.pricing-faq-section {
  margin-top: 92px;
}

.pricing-faq-section h2 {
  text-align: center;
}

.pricing-faq-list {
  display: grid;
  gap: 14px;
  max-width: 980px;
  margin: 42px auto 0;
}

.pricing-faq-list details {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e5e8ea;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(17, 24, 32, 0.04);
}

.pricing-faq-list summary {
  position: relative;
  padding: 25px 74px 25px 28px;
  color: var(--ss-text);
  font-size: 20px;
  font-weight: 950;
  line-height: 1.32;
  cursor: pointer;
  list-style: none;
}

.pricing-faq-list summary::-webkit-details-marker {
  display: none;
}

.pricing-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 24px;
  height: 24px;
  color: var(--ss-text);
  content: "+";
  font-size: 28px;
  font-weight: 800;
  line-height: 22px;
  transform: translateY(-50%);
}

.pricing-faq-list details[open] summary::after {
  content: "-";
}

.pricing-faq-list p {
  margin: 0;
  padding: 0 28px 26px;
  color: #60676d;
  font-size: 17px;
  font-weight: 620;
  line-height: 1.72;
}

.pricing-bottom-cta {
  display: grid;
  justify-items: center;
  margin-top: 96px;
  padding: 70px 24px;
  color: #ffffff;
  background: var(--ss-dark);
  border-radius: 38px;
  text-align: center;
}

.pricing-bottom-cta h2 {
  max-width: 760px;
  color: #ffffff;
}

.pricing-bottom-cta .button {
  margin-top: 30px;
}

.pricing-bottom-cta p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 750;
}

.pricing-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px max(22px, calc((100vw - var(--ss-max)) / 2));
  color: #ffffff;
  background: #14181b;
}

.pricing-footer .brand {
  color: #ffffff;
  font-size: 24px;
}

.pricing-footer .brand-mark {
  width: 34px;
  height: 34px;
}

.pricing-footer .brand-mark svg {
  width: 26px;
  height: 26px;
}

.pricing-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pricing-footer nav a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1080px) {
  .pricing-benefits-grid,
  .free-vpn-section,
  .review-panel,
  .awards-section {
    grid-template-columns: 1fr;
  }

  .free-vpn-copy {
    max-width: 760px;
  }

  .free-vpn-visual img {
    max-height: 560px;
  }

  .awards-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .pricing-benefits-section,
  .free-vpn-section,
  .reviews-section,
  .awards-section,
  .pricing-faq-section,
  .pricing-bottom-cta {
    width: calc(100vw - 28px);
  }

  .pricing-benefits-section {
    margin-top: 58px;
  }

  .pricing-benefits-grid {
    margin-top: 30px;
  }

  .pricing-benefit-card {
    min-height: auto;
    padding: 30px 26px;
    border-radius: 26px;
  }

  .pricing-benefit-icon {
    width: 58px;
    height: 58px;
  }

  .pricing-benefit-card h3 {
    margin-top: 24px;
    font-size: 25px;
  }

  .pricing-benefit-card p,
  .free-vpn-copy p {
    font-size: 15px;
    line-height: 1.66;
  }

  .free-vpn-section {
    margin-top: 50px;
    gap: 28px;
  }

  .free-vpn-copy h2 {
    font-size: 34px;
  }

  .free-vpn-visual img {
    max-height: 300px;
    border-radius: 24px;
  }

  .reviews-section {
    margin-top: 70px;
    padding-top: 66px;
  }

  .review-tabs {
    display: flex;
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .review-tabs button {
    flex: 0 0 auto;
    padding: 0 22px;
    font-size: 16px;
  }

  .review-card {
    min-height: auto;
    padding: 28px 24px;
    border-radius: 20px;
  }

  .review-card p {
    font-size: 18px;
  }

  .awards-section {
    grid-template-columns: 1fr;
    padding-bottom: 68px;
  }

  .pricing-faq-section {
    margin-top: 62px;
  }

  .pricing-faq-list summary {
    padding: 22px 58px 22px 22px;
    font-size: 17px;
  }

  .pricing-faq-list summary::after {
    right: 22px;
  }

  .pricing-faq-list p {
    padding: 0 22px 22px;
    font-size: 15px;
  }

  .pricing-bottom-cta {
    margin-top: 62px;
    padding: 44px 20px;
    border-radius: 28px;
  }

  .pricing-bottom-cta h2 {
    font-size: 31px;
  }

  .pricing-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 18px;
  }
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./assets/fonts/21350d82a1f187e9-s.p.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./assets/fonts/c5fe6dc8356a8c31-s.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./assets/fonts/19cfc7226ec3afaa-s.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./assets/fonts/df0a9ae256c0569c-s.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./assets/fonts/8e9860b6e62d6359-s.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02FF, U+0304, U+0308, U+0329, U+1D00-1EFF, U+2020, U+20A0-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./assets/fonts/e4af272ccee01ff0-s.p.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --text: #111518;
  --muted: #646a70;
  --line: #e7e8e9;
  --surface: #ffffff;
  --soft: #f3f3f1;
  --dark: #15191c;
  --teal: #27c2bd;
  --teal-dark: #0d7f7a;
  --pink: #f44967;
  --yellow: #fac739;
  --lime: #c9fb35;
  --shadow: 0 22px 55px rgba(17, 21, 24, 0.08);
  --max: 1384px;
  font-family: "Inter", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 164px;
}

body {
  overflow-x: hidden;
  margin: 0;
  color: var(--text);
  background: #ffffff;
  font-family: "Inter", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

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

button {
  font: inherit;
}

img,
svg {
  display: block;
}

.promo-bar {
  display: grid;
  place-items: center;
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 64px;
  padding: 0 24px;
  background: var(--yellow);
  color: #121212;
  font-size: 22px;
  font-weight: 800;
}

.site-header {
  position: sticky;
  top: 64px;
  z-index: 39;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 44px;
  min-height: 106px;
  padding: 0 max(40px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--text);
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  color: #ffffff;
  background: var(--teal);
  border-radius: 13px;
  transform: rotate(-8deg);
}

.brand-mark svg {
  width: 42px;
  height: 42px;
}

.brand-mark path:first-child {
  fill: currentColor;
  opacity: 0.18;
}

.brand-mark path:not(:first-child) {
  fill: none;
  stroke: currentColor;
  stroke-width: 4.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
}

.nav-links {
  gap: 52px;
  justify-content: flex-start;
}

.nav-links a,
.account-link {
  color: #40454a;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-actions {
  gap: 34px;
}

.globe-link svg {
  width: 27px;
  height: 27px;
}

.globe-link path {
  fill: none;
  stroke: #34383c;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0 34px;
  border: 0;
  border-radius: 16px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.button-primary {
  color: #ffffff;
  background: var(--pink);
}

.button [data-product-name] {
  margin-left: 5px;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
}

.nav-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
}

.hero-section {
  padding: 78px 24px 62px;
  text-align: center;
}

.hero-inner {
  width: min(100%, 1450px);
  margin: 0 auto;
}

.hero-inner h1 {
  margin: 0;
  color: var(--text);
  font-size: 76px;
  font-weight: 950;
  line-height: 1.02;
}

.hero-inner p {
  max-width: 1540px;
  margin: 66px auto 0;
  color: #686d73;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.62;
}

.showcase-section {
  padding: 0 24px 86px;
}

.showcase-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(100%, var(--max));
  min-height: 588px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--soft);
  border-radius: 56px;
}

.showcase-image {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: #f1f1ef;
}

.showcase-image img {
  width: 112%;
  max-width: none;
  transform: translate(4%, 0);
}

.showcase-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px 64px;
  color: #ffffff;
  background: var(--dark);
  border-radius: 0 56px 56px 0;
}

.showcase-copy h2 {
  max-width: 820px;
  margin: 0;
  color: #ffffff;
  font-size: 56px;
  font-weight: 950;
  line-height: 1.18;
}

.showcase-copy p {
  max-width: 720px;
  margin: 50px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.58;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-top: 86px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 23px;
  font-weight: 900;
}

.feature-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 156px;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 28px 24px 110px;
}

.feature-block h3,
.split-section h2,
.pricing-section h2,
.faq-section h2 {
  margin: 0;
  color: var(--text);
  font-size: 38px;
  font-weight: 950;
  line-height: 1.16;
}

.feature-block p,
.split-section p,
.section-heading p,
.pricing-heading p,
.faq-section > div > p {
  margin: 34px 0 0;
  color: #6a7076;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
}

.split-section {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 82px;
  align-items: center;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 96px 24px;
  border-top: 1px solid #f0f0f0;
}

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

.mini-grid article {
  min-height: 214px;
  padding: 28px;
  background: #f4fbfa;
  border: 1px solid #dcefed;
  border-radius: 18px;
}

.mini-grid span {
  display: block;
  width: 54px;
  height: 54px;
  margin-bottom: 30px;
  background: var(--teal);
  border-radius: 16px;
}

.mini-grid article:nth-child(2) span {
  background: var(--lime);
}

.mini-grid article:nth-child(3) span {
  background: var(--pink);
}

.mini-grid h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 950;
}

.mini-grid p {
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.55;
}

.pricing-section {
  width: min(calc(100% - 44px), var(--ss-max));
  margin: 94px auto 0;
  padding: 64px 44px 56px;
  background: #ffffff;
  border: 1px solid #edf0f2;
  border-radius: 44px;
  box-shadow: 0 18px 50px rgba(17, 24, 32, 0.07);
}

.pricing-page {
  background: #f7fafb;
}

.pricing-page main {
  padding: 72px 0 120px;
}

.pricing-page .pricing-section {
  margin-top: 0;
}

.section-heading,
.pricing-heading {
  width: min(100%, var(--max));
  margin: 0 auto;
  text-align: center;
}

.section-heading code,
.faq-item code {
  padding: 2px 7px;
  color: var(--teal-dark);
  background: #e4fbf8;
  border-radius: 7px;
}

.pricing-heading {
  max-width: 820px;
}

.pricing-heading .section-pill {
  margin-bottom: 24px;
}

.billing-toggle {
  display: flex;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  margin: 34px auto 0;
  padding: 6px;
  background: #f0f3f4;
  border-radius: 999px;
}

.billing-toggle button {
  min-width: 112px;
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  color: #485157;
  background: transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 950;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.billing-toggle button:hover {
  color: #101820;
  background: rgba(255, 255, 255, 0.74);
}

.billing-toggle button:focus-visible {
  outline: 3px solid rgba(30, 198, 192, 0.45);
  outline-offset: 3px;
}

.billing-toggle button.is-active {
  color: #ffffff;
  background: var(--ss-dark);
  box-shadow: 0 10px 22px rgba(17, 24, 32, 0.16);
  transform: translateY(-1px);
}

.billing-status {
  width: min(100%, 980px);
  margin: 24px auto 0;
  padding: 13px 20px;
  color: #606970;
  background: #f6f7f8;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 850;
  text-align: center;
}

.pricing-assurance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 32px auto 0;
}

.pricing-assurance span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  color: #333b40;
  background: #f4f7f7;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
}

.pricing-assurance span::before {
  width: 8px;
  height: 8px;
  margin-right: 9px;
  background: var(--ss-teal);
  border-radius: 50%;
  content: "";
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(100%, var(--max));
  margin: 34px auto 0;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 720px;
  padding: 34px 30px 30px;
  background: #ffffff;
  border: 1px solid #d9e4e7;
  border-radius: 24px;
  box-shadow: 0 12px 34px rgba(17, 24, 32, 0.06);
}

.plan-card.featured {
  border: 3px solid var(--ss-teal);
  box-shadow: 0 20px 52px rgba(30, 198, 192, 0.18);
}

.plan-ribbon {
  position: absolute;
  top: -18px;
  left: 50%;
  padding: 9px 22px;
  background: var(--ss-teal);
  border-radius: 999px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
  transform: translateX(-50%);
}

.plan-card h2,
.plan-card h3 {
  margin: 0;
  color: #101820;
  font-size: 30px;
  font-weight: 950;
}

.plan-card p {
  margin: 16px 0 0;
  color: #6a7076;
  font-size: 17px;
  line-height: 1.55;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-height: 58px;
  margin-top: 24px;
}

.plan-price strong {
  color: #101820;
  font-size: 46px;
  font-weight: 950;
  line-height: 0.92;
}

.plan-price span {
  color: #101820;
  font-size: 18px;
  font-weight: 800;
}

.plan-price .plan-currency {
  color: #101820;
  font-size: 30px;
  font-weight: 950;
  line-height: 1;
}

.plan-bonus {
  margin: 8px 0 0;
  color: #f04462;
  font-size: 17px;
  font-weight: 950;
}

.plan-price-note {
  min-height: 42px;
  margin: 10px 0 0;
  color: #586168;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.48;
}

.plan-price-note s {
  color: #7b848a;
}

.plan-price-note strong {
  color: #343b40;
  font-weight: 950;
}

.plan-list {
  display: grid;
  gap: 16px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.plan-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #33383d;
  font-size: 16px;
  font-weight: 700;
}

.plan-list li.is-muted {
  color: #8a9095;
}

.plan-list-title {
  margin-bottom: 4px;
  color: #101820;
  font-size: 18px;
  font-weight: 950;
}

.feature-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 26px;
  color: #8a9095;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.feature-mark.yes {
  color: var(--ss-teal);
}

.feature-mark.no {
  color: #a3a8ad;
}

.guarantee-row {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin: 20px -30px 0;
  padding: 0 24px;
  border-top: 1px solid #edf0f2;
  border-bottom: 1px solid #edf0f2;
  color: #30373c;
  font-size: 16px;
  font-weight: 950;
}

.guarantee-row::before {
  width: 18px;
  height: 18px;
  margin-right: 9px;
  background:
    linear-gradient(#30373c, #30373c) center/8px 2px no-repeat,
    linear-gradient(#30373c, #30373c) center/2px 8px no-repeat;
  border: 2px solid #30373c;
  border-radius: 50%;
  content: "";
}

.plan-feature-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 24px;
  color: #101820;
  font-size: 16px;
  font-weight: 950;
}

.check-icon {
  position: relative;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background: var(--teal);
  border-radius: 50%;
}

.check-icon::after {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 9px;
  height: 5px;
  border-left: 2.5px solid #ffffff;
  border-bottom: 2.5px solid #ffffff;
  content: "";
  transform: rotate(-45deg);
}

.plan-card .button {
  width: 100%;
  margin: 22px 0 0;
}

@media (min-width: 1181px) {
  .plan-card {
    display: grid;
    grid-template-rows: 40px 84px 78px 38px 74px 80px 74px 1fr auto;
    align-items: start;
  }

  .plan-card > h2 {
    align-self: start;
  }

  .plan-card > .plan-desc {
    align-self: start;
    margin-top: 14px;
  }

  .plan-card > .plan-price {
    align-self: end;
    margin-top: 0;
  }

  .plan-card > .plan-bonus {
    align-self: center;
    margin: 0;
  }

  .plan-card > .plan-price-note {
    align-self: start;
    min-height: 0;
    margin: 0;
  }

  .plan-card > .button {
    align-self: center;
    margin: 0;
  }

  .plan-card > .guarantee-row {
    align-self: center;
    margin: 0 -30px;
  }

  .plan-card > .plan-list {
    align-self: start;
    margin-top: 24px;
  }

  .plan-card > .plan-feature-link {
    align-self: end;
  }
}

.comparison-section {
  width: min(calc(100% - 44px), var(--ss-max));
  margin: 88px auto 0;
}

.comparison-section h2 {
  margin: 0 0 34px;
  color: #101820;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.15;
}

.comparison-table-wrap {
  overflow-x: auto;
  background: #ffffff;
  border: 1px solid #edf0f2;
  border-radius: 30px;
  box-shadow: 0 16px 42px rgba(17, 24, 32, 0.05);
}

.comparison-table {
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
}

.comparison-table th,
.comparison-table td {
  border-right: 1px solid #edf0f2;
  border-bottom: 1px solid #edf0f2;
}

.comparison-table th:last-child,
.comparison-table td:last-child {
  border-right: 0;
}

.comparison-table thead th {
  padding: 30px 24px 26px;
  text-align: center;
  vertical-align: top;
}

.comparison-table thead th:first-child {
  width: 34%;
}

.comparison-table thead span {
  display: block;
  color: #101820;
  font-size: 22px;
  font-weight: 850;
}

.comparison-table thead strong {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-top: 10px;
  color: #101820;
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
}

.comparison-table thead strong span {
  display: inline;
  font-size: inherit;
}

.comparison-table thead strong span:first-child {
  font-size: 22px;
}

.comparison-table thead small {
  color: #101820;
  font-size: 15px;
  font-weight: 800;
}

.comparison-table thead a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 18px;
  color: #101820;
  border: 2px solid #101820;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 950;
}

.comparison-table thead em {
  display: block;
  margin-top: 18px;
  color: #333b40;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.comparison-table tbody th,
.comparison-table tbody td {
  height: 68px;
  padding: 0 28px;
  text-align: center;
}

.comparison-table tbody th {
  color: #41494f;
  font-size: 18px;
  font-weight: 650;
  text-align: left;
}

.comparison-table .comparison-group th {
  height: 64px;
  color: #101820;
  background: #f0f0ef;
  font-size: 18px;
  font-weight: 950;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 84px;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 104px 24px;
}

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

.faq-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.faq-item button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 74px;
  padding: 0 24px;
  border: 0;
  background: #ffffff;
  color: var(--text);
  font-size: 20px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.faq-item button span {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.faq-item button span::before,
.faq-item button span::after {
  position: absolute;
  top: 10px;
  left: 3px;
  width: 16px;
  height: 2px;
  background: var(--text);
  content: "";
}

.faq-item button span::after {
  transform: rotate(90deg);
}

.faq-item.is-open button span::after {
  transform: rotate(0deg);
}

.faq-item p {
  display: none;
  margin: 0;
  padding: 0 24px 24px;
  color: #6a7076;
  font-size: 17px;
  line-height: 1.65;
}

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

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 42px max(24px, calc((100vw - var(--max)) / 2));
  background: #111518;
  color: #ffffff;
}

.site-footer .brand {
  color: #ffffff;
  font-size: 26px;
}

.site-footer .brand-mark {
  width: 42px;
  height: 42px;
}

.site-footer .brand-mark svg {
  width: 31px;
  height: 31px;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto auto;
    gap: 16px;
    min-height: 78px;
    padding: 0 20px;
  }

  .brand {
    font-size: 24px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-mark svg {
    width: 31px;
    height: 31px;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .nav-links,
  .nav-actions {
    position: fixed;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow);
  }

  .nav-links {
    top: 92px;
    padding: 12px;
  }

  .nav-actions {
    top: 376px;
    padding: 14px;
  }

  .nav-links.is-open,
  .nav-actions.is-open {
    display: flex;
  }

  .nav-links a,
  .account-link {
    padding: 13px 12px;
    font-size: 16px;
  }

  .button {
    min-height: 54px;
    font-size: 17px;
  }

  .hero-inner h1 {
    font-size: 54px;
  }

  .hero-inner p {
    margin-top: 34px;
    font-size: 22px;
  }

  .showcase-card,
  .split-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .showcase-copy {
    border-radius: 0 0 40px 40px;
  }

  .feature-section,
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .mini-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .promo-bar {
    min-height: 48px;
    font-size: 15px;
  }

  html {
    scroll-padding-top: 126px;
  }

  .hero-section {
    padding: 54px 18px 44px;
  }

  .hero-inner h1 {
    font-size: 38px;
  }

  .hero-inner p {
    font-size: 17px;
  }

  .showcase-section {
    padding: 0 18px 64px;
  }

  .showcase-card {
    min-height: auto;
    border-radius: 28px;
  }

  .showcase-image {
    min-height: 260px;
    max-height: 360px;
  }

  .showcase-image img {
    width: 118%;
    transform: translate(7%, 0);
  }

  .showcase-copy {
    padding: 38px 28px;
    border-radius: 0 0 28px 28px;
  }

  .showcase-copy h2,
  .feature-block h3,
  .split-section h2,
  .pricing-section h2,
  .faq-section h2 {
    font-size: 32px;
  }

  .showcase-copy p,
  .feature-block p,
  .split-section p,
  .section-heading p,
  .faq-section > div > p {
    font-size: 16px;
  }

  .text-link {
    margin-top: 42px;
    font-size: 17px;
  }

  .feature-section,
  .split-section,
  .pricing-section,
  .faq-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Surfshark product-page rebuild */
:root {
  --ss-text: #111820;
  --ss-muted: #60666d;
  --ss-dark: #16191c;
  --ss-dark-2: #1f262b;
  --ss-teal: #59c3c5;
  --ss-teal-dark: #087d76;
  --ss-pink: #f04463;
  --ss-yellow: #ffcf3f;
  --ss-soft: #f4f4f2;
  --ss-line: #e7e8e7;
  --ss-max: 1384px;
  --ss-hero-max: 1824px;
  --ss-radius-lg: 72px;
  --ss-radius-md: 28px;
  --ss-shadow: 0 22px 60px rgba(17, 24, 32, 0.1);
}

@property --avatar-progress {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

body {
  min-width: 320px;
  color: var(--ss-text);
  background: #ffffff;
  font-family: "Inter", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: #ffffff;
  background: var(--ss-dark);
  border-radius: 8px;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.promo-bar {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 64px;
  padding: 0 18px;
  background: var(--ss-yellow);
  color: #101010;
  font-size: 18px;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 64px;
  z-index: 39;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  min-height: 78px;
  padding: 0 max(22px, calc((100vw - var(--ss-max)) / 2));
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(17, 24, 32, 0.04);
  backdrop-filter: blur(14px);
}

.brand {
  gap: 9px;
  color: var(--ss-text);
  font-size: 26px;
  font-weight: 850;
}

.brand-mark {
  width: 38px;
  height: 38px;
  background: var(--ss-teal);
  border-radius: 10px;
  transform: rotate(-7deg);
}

.brand-mark svg {
  width: 28px;
  height: 28px;
}

.brand-mark path:first-child {
  fill: currentColor;
  opacity: 0.18;
}

.brand-mark path:not(:first-child) {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-links {
  gap: 32px;
}

.nav-links a,
.account-link {
  color: #30353a;
  font-size: 15px;
  font-weight: 600;
}

.nav-actions {
  gap: 28px;
}

.globe-link svg {
  width: 23px;
  height: 23px;
}

.button {
  min-height: 56px;
  padding: 0 27px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
}

.button-primary {
  color: #ffffff;
  background: var(--ss-pink);
  box-shadow: 0 12px 26px rgba(255, 53, 93, 0.22);
}

.button-dark {
  color: #ffffff;
  background: var(--ss-dark);
}

.offer-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1fr);
  align-items: center;
  gap: 28px;
  width: min(calc(100% - 192px), var(--ss-hero-max));
  min-height: clamp(600px, 47.8vw, 826px);
  margin: 0 auto;
  padding: clamp(58px, 5.6vw, 96px) clamp(62px, 7.5vw, 130px) clamp(34px, 2.5vw, 42px) clamp(80px, 10.8vw, 186px);
  overflow: hidden;
  color: #ffffff;
  background: var(--ss-dark);
  border-radius: var(--ss-radius-lg);
}

.offer-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.offer-copy h1 {
  max-width: 540px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(44px, 4vw, 64px);
  font-weight: 950;
  line-height: 1.07;
}

.price-line {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: baseline;
  margin: 34px 0 0;
  color: var(--ss-teal);
  font-size: clamp(26px, 2.1vw, 36px);
  font-weight: 950;
}

.price-line span {
  position: relative;
  color: var(--ss-teal);
  opacity: 0.92;
}

.price-line span::after {
  position: absolute;
  top: 50%;
  left: -3px;
  width: calc(100% + 6px);
  height: 3px;
  background: var(--ss-teal);
  content: "";
  transform: rotate(-2deg);
}

.bonus-line {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: clamp(25px, 2.25vw, 39px);
  font-weight: 950;
}

.offer-list {
  display: grid;
  gap: 18px;
  margin: 48px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 19px;
  font-weight: 750;
  list-style: none;
}

.offer-list li {
  position: relative;
  padding-left: 26px;
}

.offer-list li::before {
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.72);
  content: "✓";
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 46px;
}

.guarantee {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 850;
}

.guarantee::before {
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  margin-right: 8px;
  color: var(--ss-dark);
  background: #ffffff;
  border-radius: 50%;
  content: "S";
  font-size: 10px;
  font-weight: 950;
}

.cake-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  isolation: isolate;
}

.cake-visual img {
  width: min(100%, 620px);
  height: auto;
  transform: translate(16px, -44px);
}

.plate {
  position: absolute;
  right: 9%;
  bottom: 16px;
  width: min(520px, 92%);
  height: 86px;
  background: linear-gradient(180deg, #1fd9d1 0%, #0b9891 100%);
  border-radius: 50%;
  box-shadow: 0 22px 0 rgba(3, 87, 86, 0.28), 0 44px 58px rgba(0, 0, 0, 0.24);
}

.gelatin {
  position: absolute;
  right: 19%;
  bottom: 70px;
  width: min(330px, 58%);
  height: 295px;
  background:
    radial-gradient(circle at 72% 38%, rgba(255, 255, 255, 0.42) 0 2px, transparent 3px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.02) 14%, transparent 38%, rgba(255, 255, 255, 0.24)),
    linear-gradient(180deg, rgba(55, 241, 231, 0.94), rgba(0, 174, 168, 0.88));
  border: 5px solid rgba(77, 248, 237, 0.72);
  border-radius: 44% 44% 25% 25% / 18% 18% 12% 12%;
  box-shadow: inset 0 -30px 50px rgba(0, 88, 92, 0.28), 0 24px 42px rgba(0, 0, 0, 0.18);
  transform: perspective(420px) rotateX(5deg);
}

.cream {
  position: absolute;
  right: 19%;
  bottom: 58px;
  width: min(330px, 58%);
  height: 64px;
  background: #fff3e5;
  border-radius: 0 0 42% 42% / 0 0 100% 100%;
  box-shadow: inset 0 -14px 22px rgba(136, 93, 70, 0.18);
}

.cake-phone {
  position: absolute;
  right: 32%;
  bottom: 125px;
  display: grid;
  place-items: center;
  width: 112px;
  height: 178px;
  background: #0b1114;
  border: 5px solid #0d2023;
  border-radius: 24px;
  box-shadow: inset 0 0 0 4px rgba(40, 196, 189, 0.25), 0 18px 30px rgba(0, 0, 0, 0.25);
}

.phone-logo {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  background: var(--ss-teal);
  border-radius: 13px;
  transform: rotate(-8deg);
}

.phone-logo svg {
  width: 31px;
  height: 31px;
}

.phone-logo path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.candle {
  position: absolute;
  right: 35%;
  top: 2px;
  color: #07958f;
  font-size: 104px;
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 4px 0 #0e5c60;
}

.candle::before {
  position: absolute;
  top: -19px;
  left: 50%;
  width: 13px;
  height: 25px;
  background: radial-gradient(circle at 50% 78%, #ffbf4d, #ff6635 58%, transparent 60%);
  content: "";
  transform: translateX(-50%);
}

.berry {
  position: absolute;
  width: 28px;
  height: 28px;
  background:
    radial-gradient(circle at 33% 30%, #ff7c87 0 12%, transparent 14%),
    radial-gradient(circle, #cf183c 0 62%, #97142d 64% 100%);
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.18);
}

.berry-1 { right: 45%; top: 94px; }
.berry-2 { right: 30%; top: 106px; }
.berry-3 { right: 23%; top: 174px; }
.berry-4 { right: 48%; top: 206px; }
.berry-5 { right: 24%; top: 265px; }
.berry-6 { right: 40%; top: 286px; }

.price-note {
  width: min(calc(100% - 44px), var(--ss-max));
  margin: 20px auto 0;
  color: #8b9095;
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}

.promo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: min(calc(100% - 44px), var(--ss-max));
  margin: 82px auto 0;
}

.promo-card {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(150px, 1fr);
  min-width: 0;
  min-height: 354px;
  overflow: hidden;
  padding: 30px 30px 0;
  border-radius: 30px;
  background: #edf8f5;
  box-shadow: 0 18px 42px rgba(17, 24, 32, 0.06);
}

.promo-card-stable {
  background: #ffffff;
}

.promo-card-deal {
  color: #121920;
  background: #ffffff;
}

.promo-card-devices {
  background: #ffffff;
}

.promo-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.promo-copy span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #102025;
  background: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
}

.promo-card-deal .promo-copy span {
  color: #ffffff;
  background: #e64f68;
}

.promo-copy h3 {
  margin: 20px 0 0;
  color: #121920;
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 950;
  line-height: 1.18;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.promo-card-deal .promo-copy h3 {
  color: #121920;
}

.promo-copy p {
  margin: 15px 0 0;
  color: #5f686e;
  font-size: 16px;
  font-weight: 720;
  line-height: 1.62;
  overflow-wrap: anywhere;
}

.promo-card-deal .promo-copy p {
  color: #5f686e;
}

.promo-visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 150px;
  margin: 10px -26px 0;
}

.promo-visual img {
  width: min(94%, 340px);
  max-height: 218px;
  object-fit: contain;
}

.promo-card-stable .promo-visual img {
  width: min(106%, 380px);
  max-height: 222px;
  transform: translateY(14px);
}

.promo-card-deal .promo-visual {
  margin-top: -2px;
}

.promo-card-deal .promo-visual img {
  width: min(86%, 302px);
  max-height: 236px;
  transform: translateY(24px);
}

.promo-card-devices .promo-visual img {
  width: min(108%, 386px);
  max-height: 230px;
  transform: translateY(12px);
}

.product-section,
.identity-section,
.creator-section {
  width: min(calc(100% - 44px), var(--ss-max));
  margin: 0 auto;
}

.product-section {
  padding-top: 82px;
  text-align: center;
}

.section-pill,
.identity-pills span,
.mini-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  color: #1a2024;
  background: #f2f3f3;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 950;
}

.section-pill::before,
.identity-pills span::before,
.mini-pill::before {
  width: 12px;
  height: 12px;
  margin-right: 7px;
  background: var(--ss-dark);
  border-radius: 4px 8px 4px 8px;
  content: "";
  transform: rotate(-12deg);
}

.product-section h2,
.identity-section h2 {
  margin: 28px auto 0;
  color: var(--ss-text);
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 950;
  line-height: 1.12;
}

.section-lede {
  max-width: 1040px;
  margin: 24px auto 0;
  color: #60666d;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.82;
}

.vpn-mosaic {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: clamp(420px, 29.2vw, 505px) clamp(620px, 45.5vw, 786px);
  margin-top: 74px;
  overflow: hidden;
  text-align: left;
  background: #f0f0ef;
  border-radius: 44px;
}

.vpn-mosaic > * {
  min-width: 0;
}

.vpn-copy-card {
  padding: 68px 58px;
  color: #ffffff;
  background: var(--ss-dark);
}

.vpn-copy-card h3,
.antivirus-copy h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 950;
  line-height: 1.18;
}

.vpn-copy-card h3 {
  font-size: clamp(34px, 2.35vw, 40px);
}

.vpn-copy-card p,
.antivirus-copy p {
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 19px;
  font-weight: 650;
  line-height: 1.75;
}

.vpn-copy-card a,
.antivirus-copy a,
.identity-card a {
  display: inline-flex;
  margin-top: 44px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  font-weight: 950;
}

.vpn-copy-card a {
  margin-top: 74px;
}

.vpn-photo {
  position: relative;
  grid-column: span 2;
  overflow: hidden;
  background: #1f262b;
}

.vpn-photo img {
  position: absolute;
  inset: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: cover;
  object-position: center top;
}

.clean-web {
  position: relative;
  overflow: hidden;
  padding: 100px 58px 0;
  color: #12191e;
  background: #5bbcc0;
  text-align: center;
}

.clean-web p {
  position: relative;
  z-index: 2;
  max-width: 500px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.45;
}

.clean-web-art {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  object-fit: cover;
  object-position: center bottom;
}

.line-card {
  display: grid;
  grid-template-rows: minmax(0, 1fr) 292px;
  background: #f0f0ef;
}

.line-art {
  display: grid;
  place-items: end center;
  overflow: hidden;
  background: #f0f0ef;
}

.line-art img {
  width: min(72%, 236px);
  height: 92%;
  object-fit: contain;
  object-position: center bottom;
}

.line-card p {
  align-self: center;
  margin: 0;
  padding: 0 42px;
  color: #20262b;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.72;
  text-align: center;
}

.server-card {
  display: grid;
  grid-template-rows: minmax(0, 1fr) 250px;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  text-align: center;
}

.server-stat {
  display: grid;
  place-items: center;
  align-content: center;
}

.server-stat-top {
  color: var(--ss-dark);
}

.server-stat-top img {
  width: min(62%, 190px);
  margin-top: 76px;
}

.server-stat-bottom {
  color: #ffffff;
  background: var(--ss-dark-2);
}

.server-card strong {
  display: block;
  font-size: 60px;
  font-weight: 950;
  line-height: 1;
}

.server-card span {
  display: block;
  margin-top: 8px;
  color: inherit;
  font-size: 14px;
  font-weight: 800;
}

.feature-tabs {
  max-width: 870px;
  margin: 98px auto 0;
  text-align: center;
}

.tab-list {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #d5d8da;
}

.tab-list button {
  min-height: 58px;
  padding: 0 34px;
  border: 0;
  border-bottom: 3px solid transparent;
  color: #586068;
  background: transparent;
  font-size: 18px;
  font-weight: 950;
  cursor: pointer;
}

.tab-list button.is-active {
  color: #12181d;
  border-bottom-color: #12181d;
}

.feature-tabs p {
  max-width: 850px;
  margin: 42px auto 0;
  color: #555d64;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.75;
}

.antivirus-section {
  padding-top: 124px;
}

.antivirus-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 470px;
  margin-top: 112px;
  overflow: hidden;
  text-align: left;
  background: #f1f1ef;
  border-radius: 44px;
}

.antivirus-media {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  min-height: 470px;
  overflow: hidden;
  background: #f1f1ef;
}

.antivirus-media img {
  position: absolute;
  inset: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  max-width: none;
  object-fit: cover;
  object-position: center bottom;
}

.antivirus-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 72px;
  color: #ffffff;
  background: var(--ss-dark);
}

.feature-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 164px;
  margin-top: 78px;
  text-align: left;
}

.feature-columns h3 {
  margin: 0;
  color: var(--ss-text);
  font-size: 27px;
  font-weight: 950;
}

.feature-columns p {
  margin: 21px 0 0;
  color: #60666d;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.8;
}

.identity-section {
  width: 100%;
  margin-top: 118px;
  padding: 82px max(22px, calc((100vw - var(--ss-max)) / 2)) 0;
  background: #f5f5f5;
  text-align: center;
}

.identity-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
}

.identity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  margin-top: 84px;
  overflow: hidden;
  text-align: left;
  background: #eeeeec;
  border-radius: 42px;
}

.identity-card {
  position: relative;
  min-height: 420px;
  padding: 76px 58px;
  overflow: hidden;
  background: #eeeeec;
}

.identity-card h3 {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: 72px 0 0;
  color: var(--ss-text);
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 950;
  line-height: 1.18;
}

.identity-card p {
  position: relative;
  z-index: 2;
  max-width: 470px;
  margin: 28px 0 0;
  color: #596067;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.72;
}

.identity-card a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-top: 70px;
  color: #30373d;
  font-size: 18px;
  font-weight: 950;
}

.incogni-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 555px;
  padding: 0;
  background: #f1f1ef;
}

.identity-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.incogni-card .identity-copy {
  padding: 76px 58px;
}

.identity-media {
  position: relative;
  overflow: hidden;
}

.identity-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.incogni-media {
  background: var(--ss-teal);
}

.incogni-media img {
  object-position: center top;
}

.alert-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.38fr 0.62fr;
  align-items: center;
  gap: 58px;
  min-height: 360px;
  padding: 58px;
  background: #d8d8da;
}

.alert-media {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.alert-media img {
  width: min(100%, 420px);
  height: auto;
  object-fit: contain;
}

.alert-card h3 {
  max-width: 780px;
  margin-top: 52px;
  font-size: clamp(30px, 2.55vw, 40px);
}

.alert-card a {
  margin-top: 42px;
}

.dark-card,
.gray-card {
  min-height: 520px;
  padding: 76px 58px;
}

.dark-card {
  color: #ffffff;
  background: #151c21;
}

.gray-card {
  color: #ffffff;
  background: #626a70;
}

.dark-card h3,
.dark-card p,
.gray-card h3,
.gray-card p {
  color: #ffffff;
}

.dark-card p,
.gray-card p {
  opacity: 0.72;
}

.dark-card a,
.gray-card a {
  margin-top: 74px;
  color: rgba(255, 255, 255, 0.78);
}

.dark-card .mini-pill,
.gray-card .mini-pill {
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.dark-card .mini-pill::before,
.gray-card .mini-pill::before {
  background: #ffffff;
}

.creator-section {
  padding: 142px 0 126px;
  text-align: center;
  background: #ffffff;
}

.creator-avatars {
  --avatar-gap: clamp(150px, 11.2vw, 190px);
  --avatar-ring-offset: 8px;
  --avatar-ring-width: 4px;
  --avatar-size: 92px;
  --testimonial-duration: 3600ms;
  position: relative;
  width: min(100%, 960px);
  height: 224px;
  margin: 0 auto;
  isolation: isolate;
}

.avatar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--avatar-size);
  height: var(--avatar-size);
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  overflow: visible;
  opacity: var(--avatar-opacity, 0.56);
  transform: translate3d(-50%, -50%, 0) translateX(calc(var(--slot, 0) * var(--avatar-gap))) scale(var(--avatar-scale, 1));
  transform-origin: center;
  transition:
    transform 820ms cubic-bezier(0.17, 0.89, 0.28, 1.2),
    opacity 460ms ease,
    filter 460ms ease;
  z-index: var(--avatar-z, 1);
}

.avatar-frame {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  background: #d5d8da;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(17, 24, 32, 0.03);
  transition:
    background 420ms ease,
    box-shadow 420ms ease;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  pointer-events: none;
  transform: scale(1.2) translateY(6px);
  filter: saturate(0.94) contrast(1.02);
  transition:
    transform 820ms cubic-bezier(0.17, 0.89, 0.28, 1.2),
    filter 420ms ease;
}

.avatar::before,
.avatar::after {
  position: absolute;
  inset: calc(var(--avatar-ring-offset) * -1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.avatar::before {
  padding: var(--avatar-ring-width);
  background: conic-gradient(from -90deg, var(--ss-teal) var(--avatar-progress), rgba(89, 195, 197, 0.16) 0);
  opacity: 0;
  transition: opacity 260ms ease;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.avatar::after {
  border: var(--avatar-ring-width) solid rgba(89, 195, 197, 0.34);
  opacity: 0.48;
  transition:
    border-color 260ms ease,
    opacity 260ms ease;
}

.avatar:hover,
.avatar:focus-visible {
  opacity: 0.88;
  filter: none;
}

.avatar:focus-visible {
  outline: 3px solid var(--ss-teal);
  outline-offset: 6px;
}

.avatar.is-active {
  filter: none;
  opacity: 1;
}

.avatar.is-active .avatar-frame {
  background: #171d20;
  box-shadow: 0 18px 34px rgba(17, 24, 32, 0.12);
}

.avatar.is-active img {
  transform: scale(1.16) translateY(5px);
  filter: saturate(1.04) contrast(1.04);
}

.avatar.is-active::after {
  border-color: rgba(89, 195, 197, 0.28);
  opacity: 1;
}

.avatar.is-progressing::before {
  opacity: 1;
  animation: avatar-progress var(--testimonial-duration) linear forwards;
}

.avatar.is-entering {
  animation: avatar-pop 820ms cubic-bezier(0.17, 0.89, 0.28, 1.2) both;
}

.avatar.is-entering .avatar-frame {
  animation: avatar-frame-pop 820ms cubic-bezier(0.17, 0.89, 0.28, 1.2) both;
}

@keyframes avatar-pop {
  0% {
    opacity: 0.34;
    transform: translate3d(-50%, -50%, 0) translateX(calc(var(--slot, 0) * var(--avatar-gap))) scale(0.72);
  }
  58% {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) translateX(calc(var(--slot, 0) * var(--avatar-gap))) scale(calc(var(--avatar-scale, 1) * 1.08));
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) translateX(calc(var(--slot, 0) * var(--avatar-gap))) scale(var(--avatar-scale, 1));
  }
}

@keyframes avatar-progress {
  to {
    --avatar-progress: 360deg;
  }
}

@keyframes avatar-frame-pop {
  0% {
    box-shadow: 0 0 0 rgba(17, 24, 32, 0);
  }
  58% {
    box-shadow: 0 24px 42px rgba(17, 24, 32, 0.18);
  }
  100% {
    box-shadow: 0 18px 34px rgba(17, 24, 32, 0.12);
  }
}

.creator-section blockquote {
  max-width: 940px;
  margin: 66px auto 0;
  color: var(--ss-text);
  font-size: clamp(40px, 3.1vw, 52px);
  font-weight: 800;
  line-height: 1.18;
}

.creator-name {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  margin: 36px 0 0;
  padding: 0 26px;
  color: var(--ss-text);
  background: #e8fbfb;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 800;
}

.creator-meta {
  margin: 9px 0 0;
  color: #646b72;
  font-size: 18px;
  font-weight: 650;
}

.creator-section .button {
  min-height: 58px;
  margin-top: 38px;
  padding: 0 29px;
  border-radius: 13px;
}

.creator-note {
  max-width: 910px;
  margin: 52px auto 0;
  color: #8d9398;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.75;
}

.site-footer {
  display: block;
  min-height: calc(100vh - 160px);
  padding: 66px max(22px, calc((100vw - var(--ss-max)) / 2)) 32px;
  background: #14181b;
  color: #ffffff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.96fr 1.08fr 1.1fr 0.98fr 1.08fr;
  gap: clamp(34px, 4vw, 72px);
  align-items: start;
}

.footer-stack {
  display: grid;
  gap: 44px;
}

.site-footer .brand {
  color: #ffffff;
  font-size: 27px;
}

.site-footer .brand-mark {
  width: 38px;
  height: 38px;
  color: #ffffff;
  background: transparent;
}

.site-footer .brand-mark svg {
  width: 30px;
  height: 30px;
}

.footer-col {
  display: grid;
  gap: 15px;
  align-content: start;
}

.footer-col h2 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 560;
  line-height: 1.42;
  transition: color 160ms ease;
}

.footer-col a:hover,
.social-links a:hover,
.footer-links a:hover,
.language-link:hover {
  color: #ffffff;
}

.device-row {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 22px;
  margin-top: 54px;
  padding: 38px 0 46px;
  color: rgba(255, 255, 255, 0.64);
  background: #202427;
  box-shadow: 0 0 0 100vmax #202427;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  clip-path: inset(0 -100vmax);
  font-size: 13px;
  font-weight: 560;
  text-align: center;
}

.device-row a {
  display: grid;
  place-items: center;
  gap: 12px;
  min-width: 0;
}

.device-symbol {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 950;
  line-height: 0.9;
}

.windows-icon::before {
  width: 30px;
  height: 30px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0 46%, transparent 46% 54%, rgba(255, 255, 255, 0.72) 54%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.72) 0 46%, transparent 46% 54%, rgba(255, 255, 255, 0.72) 54%);
  content: "";
  transform: perspective(40px) rotateY(-10deg);
}

.mac-icon {
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
}

.linux-icon::before {
  width: 24px;
  height: 31px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.72) 0 29%, transparent 31%),
    radial-gradient(ellipse at 50% 82%, rgba(255, 255, 255, 0.72) 0 48%, transparent 50%);
  content: "";
}

.android-icon::before {
  width: 30px;
  height: 24px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 11px 11px 6px 6px;
  content: "";
}

.android-icon::after {
  position: absolute;
  top: 1px;
  width: 24px;
  height: 12px;
  border-top: 2px solid rgba(255, 255, 255, 0.72);
  border-right: 2px solid rgba(255, 255, 255, 0.72);
  border-left: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 14px 14px 0 0;
  content: "";
}

.ios-icon,
.tv-icon {
  background: rgba(255, 255, 255, 0.72);
  color: var(--ss-dark);
  border-radius: 8px;
  font-size: 11px;
}

.chrome-icon,
.firefox-icon,
.edge-icon {
  border-radius: 50%;
}

.chrome-icon {
  background:
    radial-gradient(circle, var(--ss-dark) 0 27%, transparent 28%),
    conic-gradient(rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.86));
}

.firefox-icon {
  background:
    radial-gradient(circle at 59% 54%, var(--ss-dark) 0 31%, transparent 32%),
    conic-gradient(from 230deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.76));
}

.edge-icon {
  background:
    radial-gradient(circle at 58% 55%, var(--ss-dark) 0 32%, transparent 33%),
    conic-gradient(from 30deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.44));
}

.fire-tv-icon {
  width: 48px;
  font-size: 11px;
  font-style: italic;
}

.fire-tv-icon::after {
  position: absolute;
  right: 4px;
  bottom: 6px;
  left: 8px;
  height: 8px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 0 0 50% 50%;
  content: "";
}

.footer-commerce {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px 0;
  background: #202427;
  box-shadow: 0 0 0 100vmax #202427;
  clip-path: inset(0 -100vmax);
}

.social-links,
.payment-language,
.payment-icons,
.footer-links {
  display: flex;
  align-items: center;
}

.social-links {
  flex-wrap: wrap;
  gap: 20px;
}

.social-links a,
.language-link,
.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 560;
}

.payment-language {
  gap: 40px;
  margin-left: auto;
}

.payment-icons {
  gap: 12px;
  color: rgba(255, 255, 255, 0.78);
}

.payment-icons span {
  position: relative;
  width: 28px;
  height: 18px;
}

.payment-icons span::before,
.payment-icons span::after {
  position: absolute;
  top: 0;
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  content: "";
}

.payment-icons span::before {
  left: 0;
}

.payment-icons span::after {
  right: 0;
  opacity: 0.72;
}

.payment-icons strong,
.payment-icons b {
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  font-weight: 950;
  line-height: 1;
}

.payment-icons b {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  font-size: 11px;
}

.language-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-size: 15px;
}

.footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: end;
  min-height: 96px;
  padding-top: 30px;
}

.footer-bottom p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 540;
  line-height: 1.65;
}

.footer-bottom p + p {
  margin-top: 5px;
}

.footer-links {
  gap: 14px;
  white-space: nowrap;
}

.footer-links a + a::before {
  margin-right: 14px;
  color: rgba(255, 255, 255, 0.48);
  content: "•";
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto;
    gap: 16px;
    min-height: 64px;
  }

  .brand {
    font-size: 24px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .nav-links,
  .nav-actions {
    position: fixed;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #ffffff;
    border: 1px solid var(--ss-line);
    border-radius: 16px;
    box-shadow: var(--ss-shadow);
  }

  .nav-links {
    top: 116px;
    padding: 12px;
  }

  .nav-actions {
    top: 354px;
    padding: 12px;
  }

  .nav-links.is-open,
  .nav-actions.is-open {
    display: flex;
  }

  .nav-links a,
  .account-link {
    padding: 13px 12px;
    font-size: 16px;
  }

  .offer-hero,
  .promo-strip,
  .vpn-mosaic,
  .antivirus-card,
  .identity-grid,
  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .offer-hero {
    gap: 10px;
    width: min(calc(100% - 44px), var(--ss-max));
  }

  .antivirus-card {
    overflow: hidden;
    background: #f1f1ef;
    border-radius: 44px;
  }

  .antivirus-media {
    border-radius: 44px 44px 0 0;
  }

  .antivirus-copy {
    border-radius: 0 0 44px 44px;
  }

  .cake-visual {
    min-height: 370px;
  }

  .cake-visual img {
    width: min(100%, 520px);
    transform: none;
  }

  .vpn-mosaic {
    grid-template-rows: auto;
    overflow: hidden;
  }

  .vpn-photo {
    grid-column: auto;
    min-height: 320px;
    overflow: hidden;
    border-radius: 0;
  }

  .vpn-photo img {
    inset: -1px;
    height: 100%;
    border-radius: 0;
  }

  .clean-web,
  .line-card,
  .server-card {
    min-height: 280px;
    border-radius: 0;
  }

  .line-card {
    grid-template-rows: minmax(260px, 1fr) auto;
  }

  .line-card p {
    padding: 34px 28px;
  }

  .server-card {
    grid-template-rows: minmax(280px, 1fr) 210px;
    border-radius: 0 0 44px 44px;
  }

  .incogni-card,
  .alert-card {
    grid-template-columns: 1fr;
  }

  .incogni-card .identity-copy {
    padding: 44px 32px;
  }

  .incogni-media {
    min-height: 360px;
  }

  .alert-card {
    gap: 28px;
    padding: 44px 32px;
  }

  .alert-media img {
    max-width: 360px;
  }

  .feature-columns {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .alert-card {
    grid-template-columns: 1fr;
  }

  .alert-card .mini-pill,
  .alert-card h3,
  .alert-card a {
    grid-column: auto;
  }

  .data-breach {
    grid-row: auto;
  }

  .device-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .footer-commerce,
  .payment-language {
    align-items: flex-start;
    flex-direction: column;
  }

  .payment-language {
    gap: 22px;
    margin-left: 0;
  }

  .footer-bottom {
    align-items: start;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 112px;
  }

  .promo-bar {
    min-height: 48px;
    font-size: 14px;
  }

  .site-header {
    top: 48px;
    padding: 0 16px;
  }

  .nav-links {
    top: 112px;
  }

  .offer-hero,
  .product-section,
  .identity-section,
  .creator-section,
  .pricing-section,
  .promo-strip,
  .price-note {
    width: calc(100vw - 28px);
    max-width: var(--ss-max);
  }

  .offer-hero {
    min-height: auto;
    margin-top: 14px;
    padding: 30px 24px 18px;
    border-radius: 30px;
  }

  .offer-copy h1 {
    max-width: 100%;
    font-size: 26px;
    line-height: 1.15;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .price-line,
  .bonus-line {
    max-width: 100%;
    font-size: 19px;
    line-height: 1.26;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .price-line {
    flex-wrap: wrap;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .cake-visual {
    min-height: 230px;
    transform: none;
    transform-origin: center bottom;
  }

  .cake-visual img {
    width: min(100%, 290px);
    transform: translateY(-16px);
  }

  .promo-strip {
    gap: 24px;
    margin-top: 42px;
  }

  .pricing-section {
    margin-top: 54px;
    padding: 42px 18px 36px;
    border-radius: 28px;
  }

  .pricing-page main {
    padding: 32px 0 72px;
  }

  .pricing-page .pricing-section {
    margin-top: 0;
  }

  .pricing-heading p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.62;
  }

  .billing-toggle {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .billing-toggle button {
    flex: 1 0 96px;
    min-width: 96px;
    padding: 0 14px;
  }

  .plan-card {
    min-height: auto;
    padding: 30px 24px 26px;
  }

  .promo-card {
    grid-template-rows: auto minmax(136px, 1fr);
    min-height: 338px;
    padding: 26px 24px 0;
    border-radius: 26px;
  }

  .promo-copy h3 {
    margin-top: 18px;
    max-width: 100%;
    font-size: 20px;
    line-height: 1.22;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .promo-copy p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.58;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .promo-visual {
    min-height: 136px;
  }

  .promo-card-deal .promo-visual img {
    max-height: 214px;
  }

  .product-section {
    padding-top: 62px;
  }

  .product-section h2,
  .identity-section h2 {
    font-size: 34px;
  }

  .section-lede {
    font-size: 15px;
  }

  .vpn-mosaic,
  .antivirus-card,
  .identity-grid {
    margin-top: 42px;
    border-radius: 26px;
  }

  .identity-card {
    min-height: auto;
    padding: 34px 26px;
  }

  .identity-card h3 {
    margin-top: 42px;
    font-size: 30px;
  }

  .identity-card p {
    font-size: 16px;
  }

  .identity-card a {
    margin-top: 42px;
    font-size: 15px;
  }

  .incogni-card .identity-copy {
    padding: 34px 26px;
  }

  .incogni-media {
    min-height: 270px;
  }

  .alert-card {
    padding: 34px 26px;
  }

  .alert-card h3 {
    margin-top: 32px;
    font-size: 25px;
  }

  .dark-card,
  .gray-card {
    min-height: 360px;
  }

  .vpn-copy-card,
  .antivirus-copy,
  .identity-card {
    padding: 34px 26px;
  }

  .vpn-copy-card h3,
  .antivirus-copy h3,
  .identity-card h3 {
    font-size: 29px;
  }

  .vpn-photo {
    min-height: 250px;
  }

  .clean-web p {
    font-size: 20px;
  }

  .clean-web {
    padding: 60px 26px 0;
  }

  .clean-web-art {
    height: 58%;
  }

  .line-art img {
    width: min(64%, 210px);
  }

  .server-card {
    grid-template-rows: minmax(250px, 1fr) 180px;
  }

  .server-stat-top img {
    width: min(52%, 160px);
    margin-top: 34px;
  }

  .tab-list {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .tab-list button {
    flex: 0 0 auto;
    padding: 0 16px;
  }

  .antivirus-card {
    min-height: auto;
  }

  .antivirus-media {
    min-height: 310px;
  }

  .antivirus-media img {
    width: 136%;
  }

  .feature-columns {
    margin-top: 42px;
  }

  .identity-section {
    margin-top: 60px;
    padding-top: 54px;
  }

  .identity-pills {
    gap: 10px;
  }

  .incogni-card {
    min-height: 520px;
  }

  .creator-section {
    padding: 78px 0 70px;
  }

  .creator-avatars {
    --avatar-gap: 76px;
    --avatar-ring-offset: 5px;
    --avatar-ring-width: 3px;
    --avatar-size: 56px;
    width: 100%;
    height: 128px;
    overflow: hidden;
  }

  .avatar {
    width: var(--avatar-size);
    height: var(--avatar-size);
  }

  .creator-section blockquote {
    margin-top: 42px;
    font-size: 28px;
  }

  .site-footer {
    min-height: auto;
    padding: 46px 18px 30px;
  }

  .footer-grid {
    gap: 30px;
  }

  .device-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 32px 0;
  }

  .footer-commerce {
    padding: 28px 0;
  }

  .payment-icons {
    flex-wrap: wrap;
  }

  .footer-links {
    flex-wrap: wrap;
    white-space: normal;
  }
}
