@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-var-2.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #202d32;
  --muted: #728087;
  --soft: #eef5f7;
  --soft-2: #f6f8f8;
  --paper: #ffffff;
  --teal-950: #002c35;
  --teal-900: #003b46;
  --teal-800: #004f5e;
  --cyan: #2094B2;
  --cyan-2: #31b6cc;
  --line: #e5ebed;
  --cream: #f3f0e9;
  --max: 1200px;
  --radius: 20px;
  --shadow: 0 22px 60px rgba(10, 38, 45, 0.08);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

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

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

button {
  color: inherit;
  font: inherit;
}

.container {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
}

.section {
  padding: 118px 0;
}

.asset {
  position: relative;
  overflow: hidden;
  background-color: #e7eef1;
  background-image: var(--image), linear-gradient(135deg, #dce8eb 0%, #f7fafb 48%, #c8d9de 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.asset::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  pointer-events: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 48px;
  padding: 0 8px 0 24px;
  border-radius: 999px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.button span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-left: 12px;
  place-items: center;
  border-radius: 50%;
  /* background: rgba(255, 255, 255, 0.18); */
  line-height: 1;
}

.button-primary {
  color: #ffffff;
  background: var(--cyan);
  box-shadow: 0 12px 24px rgba(37, 167, 189, 0.2);
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  transition: background-color 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(0, 44, 53, 0.92);
  box-shadow: 0 16px 32px rgba(0, 28, 34, 0.12);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 48px;
  min-height: 80px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 900;
  line-height: 1;
}

.brand img {
  width: 78px;
  height: auto;
  object-fit: contain;
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  gap: 64px;
  padding-right: 25px;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 400;
}

.main-nav a:hover {
  color: #ffffff;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  color: #16343b;
  background: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.nav-toggle {
  display: none;
  width: 38px;
  height: 38px;
  padding: 9px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle.is-active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 805px;
  overflow: hidden;
  color: #ffffff;
  background-image: linear-gradient(100.98deg, #00536F 0.15%, #003B4E 30.07%, #003545 49.51%, #024153 66.76%, #076C86 100.52%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.3;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 660px) minmax(0, 540px);
  gap: 0;
  min-height: 805px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: start;
  padding-top: 178px;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  /* height: 44px; */
  padding: 8px 15px 8px 10px;
  border-radius: 999px;
  color: #d8eef2;
  background: rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 500;
}

.avatar-stack {
  display: flex;
  padding-left: 3px;
}

.avatar-stack img {
  width: 28px;
  height: 28px;
  margin-left: -6px;
  /* border: 2px solid rgba(255, 255, 255, 0.85); */
  border-radius: 50%;
  object-fit: cover;
}

.hero h1 {
  max-width: 660px;
  margin: 26px 0 0;
  color: #fff;
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
}

.hero-title-mobile-middle {
  display: none;
}

.hero-title-accent {
  /* color: var(--cyan-2); */
  background: linear-gradient(269.06deg, #E5DEC9 35.44%, #2094B2 113.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  /* text-shadow: 0px 4px 9px #023242; */
}

.hero p {
  max-width: 540px;
  margin: 36px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 32px;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  margin-top: 76px;
}

.hero-inline-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.download-copy {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 400;
}

.download-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.main-button {
  width: 180px;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  background-color: #2094B2;
  box-shadow: unset;
}

.download-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  background: url("../images/icon_download.png") center / contain no-repeat;
  transform: translateY(-50%);
}

.hero-phone {
  align-self: end;
  justify-self: end;
  width: 562px;
  max-width: none;
  height: 690px;
  border-radius: 0;
  background-color: transparent;
  background-image: var(--image);
  background-size: contain;
  background-position: center bottom;
  transform: translateX(120px);
}

.hero-phone::after {
  display: none;
}

.partner-strip {
  background: #eef2f3;
}

.partner-list {
  width: min(calc(100% - 48px), 1338px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  min-height: 115px;
  gap: 22px;
}

.partner-list img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  max-width: 100%;
  height: 45px;
  margin: 0 auto;
  object-fit: contain;
}

.about-section {
  padding: 130px 0 0;
  background-color: #fff;
}

.about-intro {
  display: grid;
  grid-template-columns: 360px minmax(0, 660px);
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 100px;
}

.eyebrow {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--cyan);
}

.about-text {
  display: grid;
  gap: 24px;
}

.about-text p {
  margin: 0;
  color: #36474e;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.about-media-row {
  display: grid;
  grid-template-columns: minmax(0, 854px) 324px;
  gap: 22px;
  align-items: stretch;
}

.about-photo {
  min-height: 390px;
  border-radius: var(--radius);
}

.stats-panel {
  display: grid;
  align-content: center;
  gap: 52px;
  padding: 50px 55px;
  border-radius: var(--radius);
  background: #F7F4ED;
}

.stats-panel strong {
  display: block;
  color: #243239;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}

.stats-panel span {
  display: block;
  margin-top: 11px;
  color: #9a9085;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.product-section {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F1F5F7 31.46%);
}

.life-section {
  background-color: #F1F5F7;
}

.section-heading {
  max-width: 830px;
  margin: 0 auto 60px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: #333;
  font-size: 40px;
  line-height: 54px;
  font-weight: 600;
}

.product-section {
  padding: 120px 0 130px;
}

.section-heading p {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
  font-weight: 300;
}

.product-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 490px;
  min-height: 440px;
  padding: 20px;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
}

.product-copy {
  padding: 45px 64px 45px 50px;
}

.product-copy p {
  margin: 0;
  color: #5e6d73;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
}

.individe-line {
  position: relative;
  margin: 36px 0 50px;
  width: 100%;
  height: 1px;
  background-color: #EEEEEE;
}

.individe-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 67px;
  height: 1px;
  left: 0;
  background-color: #000;
}

.store-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 20px;
  max-width: 560px;
}

.store-proof-link {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border-radius: 10px;
  text-decoration: none;
}

.store-proof-link:focus-visible {
  outline: 2px solid #2094b2;
  outline-offset: 3px;
}

.store-proof-link-techradar {
  width: 143px;
  height: 52px;
  border: 1px solid #e2e7e9;
  background: #ffffff;
}

/* .store-grid::before {
  content: "";
  grid-column: 1 / -1;
  height: 1px;
  margin-bottom: 4px;
  background: linear-gradient(90deg, #4f747d 0 54px, #e3e8ea 54px 100%);
} */

.store-grid img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 52px;
  object-fit: contain;
}

.store-grid .store-proof-link-techradar img {
  width: 116px;
  max-width: 82%;
  height: auto;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 143px;
  max-width: 100%;
  height: 52px;
  border: 1px solid #e2e7e9;
  border-radius: 10px;
  color: #2a3337;
  background: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.store-badge-play i {
  width: 17px;
  height: 18px;
  margin-right: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: conic-gradient(from 38deg at 42% 50%, #f4c842 0 25%, #e85b57 0 50%, #4aa8ef 0 75%, #42bf82 0);
}

.product-phones {
  align-self: stretch;
  min-height: 440px;
}

.experience-section {
  padding: 130px 0 120px;
  color: #ffffff;
  background: var(--teal-950);
  background-image: linear-gradient(111.43deg, #002633 0%, #001F2A 41.76%);
}

.section-heading-light h2 {
  color: #ffffff;
}

.section-heading-light p {
  color: rgba(255, 255, 255, 0.45);
}

.feature-grid {
  display: grid;
  gap: 30px;
  transition: grid-template-columns 300ms ease;
}

.feature-grid[data-active="innovation"] {
  grid-template-columns: 1.7fr 1fr 1fr;
}

.feature-grid[data-active="security"] {
  grid-template-columns: 1fr 1.7fr 1fr;
}

.feature-grid[data-active="privacy"] {
  grid-template-columns: 1fr 1fr 1.7fr;
}

.feature-card {
  display: flex;
  position: relative;
  min-width: 0;
  height: 417px;
  min-height: 417px;
  padding: 60px 35px;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius);
  color: #dbe8eb;
  background: #0d2933;
  cursor: pointer;
  touch-action: manipulation;
  transition:
    padding 300ms ease,
    color 300ms ease,
    background-color 300ms ease;
}

.feature-card.is-active {
  padding: 60px 60px 55px;
  color: #ffffff;
  background: #2094b2;
}

.feature-card:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

.feature-icon {
  display: block;
  width: 52px;
  height: 52px;
  margin-bottom: 32px;
  object-fit: contain;
}

.feature-card h3 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 500;
}

.feature-card ul {
  display: grid;
  margin: 0;
  padding-left: 16px;
}

.feature-card li {
  color: #cbcbcb;
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
}

.feature-card:not(.is-active) li:nth-child(n + 3):not(.feature-ellipsis) {
  display: none;
}

.feature-card.is-active .feature-ellipsis {
  display: none;
}

.feature-learn {
  display: inline-flex;
  position: absolute;
  bottom: 48px;
  left: 35px;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 300;
  color: #8e9598;
}

.feature-card.is-active li {
  color: #fff;
}

.feature-card.is-active .feature-learn {
  display: none;
}

.feature-learn span {
  margin-left: 8px;
}

.feature-inline-link {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.feature-inline-link:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.safer-section {
  padding: 142px 0 141px;
  background: #ffffff;
}

.safety-card {
  --safety-panel-bg: #edf4f6;
  --safety-heading: #333333;
  --safety-body: #56666c;
  --safety-count: rgba(48, 63, 69, 0.52);
  --safety-active-icon-bg: #209ab6;
  --safety-active-icon: url("../images/icon_protect.png");
  display: grid;
  grid-template-columns: 430px minmax(0, 470px) 300px;
  min-height: 420px;
  overflow: hidden;
  border-radius: 30px;
  background: var(--safety-panel-bg);
  transition: background-color 240ms ease;
}

.safety-card[data-safety-state="encrypt"] {
  --safety-panel-bg: #b8d4de;
  --safety-body: #4d6067;
  --safety-count: rgba(42, 61, 68, 0.52);
  --safety-active-icon-bg: #ffffff;
  --safety-active-icon: url("../images/icon_encrypt.png");
}

.safety-card[data-safety-state="safeguard"] {
  --safety-panel-bg: #002f3a;
  --safety-heading: #ffffff;
  --safety-body: rgba(255, 255, 255, 0.78);
  --safety-count: rgba(255, 255, 255, 0.5);
  --safety-active-icon-bg: rgba(255, 255, 255, 0.12);
  --safety-active-icon: url("../images/icon_safeguard.png");
}

.safety-tabs {
  order: 3;
  display: flex;
  min-width: 300px;
  height: 100%;
}

.safety-tab {
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: 116px 18px 32px;
  border: 0;
  color: #333333;
  background: #edf4f6;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition:
    color 220ms ease,
    background-color 220ms ease;
}

.safety-tab[data-safety-tab="1"] {
  background: #b8d4de;
}

.safety-tab[data-safety-tab="2"] {
  color: #ffffff;
  background: #002f3a;
}

.safety-card[data-safety-state="safeguard"] .safety-tab[data-safety-tab="1"] {
  color: #ffffff;
}

.safety-tab.is-active {
  display: none;
}

.safety-tab::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 38px;
  transform: translateX(-50%);
}

.safety-tab[data-safety-tab="0"]::before {
  background-color: #209ab6;
  background-image: url("../images/icon_protect.png");
}

.safety-tab[data-safety-tab="1"]::before {
  background-color: #ffffff;
  background-image: url("../images/icon_encrypt.png");
}

.safety-tab[data-safety-tab="2"]::before {
  background-color: rgba(255, 255, 255, 0.12);
  background-image: url("../images/icon_safeguard.png");
}

.safety-tab-count {
  position: absolute;
  right: 20px;
  bottom: 34px;
  font-size: 11px;
  font-weight: 500;
}

.safety-tab-count .safety-count-total {
  color: rgba(48, 63, 69, 0.5);
}

.safety-tab[data-safety-tab="2"] .safety-count-total,
.safety-card[data-safety-state="safeguard"]
  .safety-tab[data-safety-tab="1"]
  .safety-count-total {
  color: rgba(255, 255, 255, 0.48);
}

.safety-tab:focus-visible {
  z-index: 1;
  outline: 2px solid var(--cyan);
  outline-offset: -4px;
}

.safety-visual {
  align-self: center;
  width: 410px;
  height: 294px;
  margin-left: 18px;
  border-radius: 0;
  background-color: transparent;
  background-image: var(--image);
  background-size: contain;
}

.safety-visual::after {
  display: none;
}

.safety-copy {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 72px 42px 48px;
}

.safety-copy h3 {
  margin: 0;
  color: var(--safety-heading);
  font-size: 22px;
  font-weight: 600;
  transition: color 220ms ease;
}

.safety-copy p {
  max-width: 370px;
  margin: 19px 0 0;
  color: var(--safety-body);
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  transition: color 220ms ease;
}

.safety-active-meta {
  position: absolute;
  inset: 44px 42px 38px 0;
  margin: 0;
  pointer-events: none;
}

.safety-active-meta i {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--safety-active-icon-bg);
  background-image: var(--safety-active-icon);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 38px;
}

.safety-active-count {
  position: absolute;
  right: 0;
  bottom: 0;
  color: var(--safety-heading);
  font-size: 11px;
  font-weight: 500;
}

.safety-active-count .safety-count-total {
  color: var(--safety-count);
}

.center-actions {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}

.life-grid {
  display: grid;
  grid-template-areas:
    "one two four five"
    "one three culture five";
  grid-template-columns: 1fr 1.02fr 1fr 1fr;
  grid-template-rows: 258px 144px;
  gap: 18px;
}

.life-grid .asset,
.culture-tile {
  border-radius: var(--radius);
}

.life-item-1 { grid-area: one; }
.life-item-2 { grid-area: two; }
.life-item-3 { grid-area: three; }
.life-item-4 { grid-area: four; }
.life-item-5 { grid-area: five; }
.life-item-culture { grid-area: culture; }

.life-section {
  padding: 181px 0;
}

.culture-tile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 144px;
  padding: 28px;
  color: #ffffff;
  background: var(--cyan);
}

.culture-tile img {
  align-self: flex-end;
  width: 24px;
  height: 25px;
  object-fit: contain;
}

.culture-tile strong {
  color: #89C6D7;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 1248px) {
  .life-grid {
    grid-template-areas: none;
    grid-template-columns: 280px 285px 280px 280px;
    grid-template-rows: 503px;
    column-gap: 24px;
    row-gap: 0;
    justify-content: center;
  }

  .life-item-1,
  .life-item-2,
  .life-item-3,
  .life-item-4,
  .life-item-5,
  .life-item-culture {
    grid-area: auto;
    grid-row: 1;
  }

  .life-item-1 {
    grid-column: 1;
    height: 406px;
    align-self: center;
  }

  .life-item-2 {
    grid-column: 2;
    height: 350px;
    align-self: start;
  }

  .life-item-3 {
    grid-column: 2;
    height: 129px;
    align-self: end;
  }

  .life-item-4 {
    grid-column: 3;
    height: 249px;
    margin-top: 18.5px;
    align-self: start;
  }

  .life-item-culture {
    grid-column: 3;
    height: 193px;
    margin-bottom: 18.5px;
    align-self: end;
  }

  .life-item-5 {
    grid-column: 4;
    height: 406px;
    align-self: center;
  }

  .culture-tile strong {
    white-space: nowrap;
  }
}

.career-grid {
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  gap: 70px;
  align-items: stretch;
}

.career-photo {
  min-height: 564px;
  border-radius: var(--radius);
}

.career-content {
  display: grid;
  gap: 60px;
}

.career-list {
  display: grid;
  align-items: center;
}

.career-list article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 330px;
  gap: 12px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

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

.career-list span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid #dfe5e7;
  border-radius: 50%;
  color: #333;
  font-size: 13px;
  font-weight: 600;
}

.career-section {
  padding: 142px 0 146px;
}

.career-list h3 {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: 600;
}

.career-list p {
  margin: 0;
  color: #66757c;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}

.join-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 52px;
  align-items: end;
}

.join-row p {
  max-width: 330px;
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.join-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
  padding: 28px;
  border-radius: var(--radius);
  color: #ffffff;
  background: var(--cyan);
}

.join-card strong {
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
}

.join-card span {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 400;
}

.contact-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  background: #fbfbfa;
}

.contact-copy {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  min-height: 656px;
  padding-right: clamp(69px, 5.56vw, 114px);
  padding-left: 24px;
}

.contact-copy > * {
  width: min(100%, 520px);
}

.contact-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
}

.contact-title-row h2 {
  margin: 0;
  color: #303d43;
  font-size: 38px;
  font-weight: 500;
}

.contact-title-row a {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #ccd4d7;
  border-radius: 50%;
  color: #46575e;
  font-size: 18px;
  font-weight: 800;
}

.contact-card {
  display: grid;
  gap: 18px;
  margin: 44px 0 0;
  padding: 30px;
  border-radius: var(--radius);
  background: #f2efe8;
  color: #39494f;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
}

.contact-card a,
.contact-card span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 28px;
  padding-left: 42px;
}

.contact-card a::before,
.contact-card span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #46555b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  transform: translateY(-50%);
}

.contact-card > span {
  text-transform: uppercase;
}

.contact-card a[href^="mailto"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.contact-card a[href^="tel"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 2 .7 2.9a2 2 0 0 1-.5 2.1L8 10a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.5c.9.3 1.9.6 2.9.7a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E");
}

.contact-card span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.contact-map {
  grid-column: 2;
  min-height: 656px;
  border-radius: 0;
  background-position: right center;
}

.site-footer {
  color: #b6c9ce;
  background: #001F2A;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 100px 142px 112px;
  gap: 72px;
  padding: 92px 0 74px;
}

.footer-brand p {
  max-width: 490px;
  margin: 30px 0 28px;
  color: #91a9af;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

@media (min-width: 1248px) {
  .footer-brand p {
    width: 490px;
  }
}

.download-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.download-badges a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 218px;
  height: 40px;
}

.download-badges img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 28px;
}

.footer-column h3 {
  margin: 0 0 9px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-column a {
  color: #91a9af;
  font-size: 14px;
  font-weight: 300;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 38px 0 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-bottom p {
  margin: 0;
  color: #7C8487;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  opacity: 0.5;
}

.social-links {
  display: grid;
  justify-items: end;
  gap: 12px;
}

.social-icons {
  display: flex;
  gap: 16px;
}

.social-links a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
}

.social-links img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.social-links > span {
  color: #7C8487;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.5;
}

@media (max-width: 1247px) {
  .container {
    width: min(calc(100% - 36px), var(--max));
  }

  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 18px;
    min-height: 68px;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: 68px 18px auto;
    display: grid;
    gap: 4px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(0, 44, 53, 0.96);
    box-shadow: 0 24px 52px rgba(0, 28, 34, 0.18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 12px 14px;
    border-radius: 8px;
    color: #ffffff;
  }

  .main-nav a:hover {
    background: rgba(255, 255, 255, 0.08);
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: auto;
    padding-top: 112px;
    text-align: left;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }

  .hero h1 {
    margin-top: 20px;
    font-size: 30px;
    line-height: 1.12;
  }

  .hero p {
    max-width: 330px;
    margin-top: 17px;
    font-size: 12px;
    line-height: 1.65;
  }

  .hero-actions {
    align-items: flex-start;
    gap: 14px;
    margin-top: 26px;
  }

  .hero-phone {
    justify-self: end;
    width: min(100%, 292px);
    height: 338px;
    margin-top: 4px;
    transform: none;
  }

  .partner-list {
    grid-template-columns: repeat(3, 1fr);
    min-height: 86px;
    gap: 12px 18px;
    padding: 13px 0;
  }

  .partner-list img {
    width: 96px;
    height: 34px;
  }

  .section {
    padding: 72px 0;
  }

  .about-intro {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 34px;
  }

  .about-text {
    gap: 20px;
  }

  .about-text p {
    font-size: 14px;
  }

  .about-media-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-photo {
    min-height: 185px;
  }

  .stats-panel {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 24px 18px;
    text-align: center;
  }

  .stats-panel strong {
    font-size: 22px;
  }

  .stats-panel span {
    font-size: 8px;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .section-heading h2 {
    font-size: 24px;
    line-height: 1.18;
  }

  .section-heading p {
    font-size: 11px;
  }

  .product-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .product-copy {
    padding: 36px 24px;
  }

  .product-copy p {
    font-size: 13px;
  }

  .store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
  }

  .product-phones {
    display: none;
  }

  .feature-grid,
  .feature-grid[data-active] {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .feature-card {
    height: auto;
    min-height: 0;
    padding: 28px 24px;
  }

  .feature-card.is-active {
    padding: 28px 24px;
  }

  .feature-card ul {
    margin: 1em 0;
  }

  .feature-learn {
    position: static;
    margin-top: auto;
    padding-top: 28px;
  }

  .safety-card {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .safety-tabs {
    order: 0;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    min-width: 0;
    height: 58px;
  }

  .safety-tab {
    align-items: center;
    padding: 0 10px;
    font-size: 10px;
  }

  .safety-tab::before,
  .safety-tab-count {
    display: none;
  }

  .safety-copy {
    order: 1;
    padding: 28px 28px 12px;
    text-align: left;
  }

  .safety-copy p {
    max-width: none;
    font-size: 12px;
  }

  .safety-active-count {
    margin-top: 20px;
    text-align: right;
  }

  .safety-visual {
    order: 2;
    width: calc(100% - 46px);
    max-width: 300px;
    height: 180px;
    margin: 10px auto 28px;
  }

  .life-grid {
    grid-template-areas:
      "one two"
      "one three"
      "culture four"
      "five five";
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, minmax(146px, auto));
    gap: 12px;
  }

  .life-grid .asset,
  .culture-tile {
    min-height: 158px;
  }

  .culture-tile {
    padding: 20px;
  }

  .career-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .career-photo {
    order: 3;
    min-height: 320px;
  }

  .career-content {
    gap: 32px;
  }

  .career-list article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px 12px;
    padding: 22px 0;
  }

  .career-list h3 {
    grid-column: 2;
  }

  .career-list p {
    grid-column: 2;
    font-size: 12px;
  }

  .join-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .join-card {
    min-height: 112px;
  }

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

  .contact-copy {
    grid-column: auto;
    min-height: 0;
    padding: 58px 18px 28px;
  }

  .contact-title-row {
    margin-top: 28px;
  }

  .contact-title-row h2 {
    font-size: 26px;
  }

  .contact-card {
    margin-top: 26px;
    padding: 24px;
    font-size: 11px;
  }

  .contact-map {
    grid-column: auto;
    min-height: 300px;
  }

  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 20px;
    padding: 54px 0 36px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-brand p {
    margin-top: 20px;
  }

  .footer-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 36px;
  }
}

/* Keep tablet layouts visually related to the desktop composition instead of
   stretching the mobile, single-column treatment across a much wider canvas. */
@media (min-width: 700px) and (max-width: 1247px) {
  .container {
    width: min(calc(100% - clamp(64px, 9.375vw, 96px)), var(--max));
  }

  .section {
    padding: clamp(84px, 8vw, 104px) 0;
  }

  .hero {
    min-height: clamp(620px, 63vw, 760px);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 54%) minmax(0, 46%);
    gap: 0;
    min-height: clamp(620px, 63vw, 760px);
    padding-top: 68px;
    text-align: left;
  }

  .hero-copy {
    align-self: center;
    align-items: flex-start;
  }

  .trust-pill {
    font-size: 12px;
  }

  .hero h1 {
    max-width: 600px;
    margin-top: 24px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.18;
  }

  .hero p {
    max-width: 430px;
    margin-top: clamp(22px, 2.6vw, 34px);
    font-size: clamp(12px, 1.2vw, 15px);
    line-height: 1.8;
  }

  .hero-actions {
    gap: 20px;
    margin-top: clamp(34px, 4vw, 54px);
  }

  .hero .button {
    min-width: 164px;
    min-height: 44px;
    font-size: 14px;
  }

  .hero-phone {
    align-self: end;
    justify-self: end;
    width: clamp(390px, 45vw, 540px);
    max-width: none;
    height: clamp(500px, 54vw, 650px);
    margin-top: 0;
    transform: translateX(clamp(52px, 7vw, 92px));
  }

  .partner-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: 88px;
    gap: 16px;
    padding: 0;
  }

  .partner-list img {
    width: clamp(88px, 9vw, 120px);
    height: 38px;
  }

  .about-section {
    padding: clamp(92px, 9vw, 120px) 0 0;
  }

  .about-intro {
    grid-template-columns: clamp(180px, 24vw, 310px) minmax(0, 1fr);
    gap: clamp(32px, 5vw, 64px);
    margin-bottom: clamp(70px, 9vw, 128px);
  }

  .about-text {
    gap: clamp(20px, 2.4vw, 30px);
  }

  .about-text p {
    font-size: clamp(14px, 1.5vw, 19px);
    line-height: 1.8;
  }

  .about-media-row {
    grid-template-columns: minmax(0, 1fr) clamp(190px, 24vw, 300px);
    gap: clamp(16px, 2vw, 22px);
  }

  .about-photo {
    min-height: clamp(260px, 30vw, 380px);
  }

  .stats-panel {
    grid-template-columns: 1fr;
    align-content: center;
    gap: clamp(26px, 3.6vw, 46px);
    padding: clamp(26px, 4vw, 48px);
    text-align: left;
  }

  .stats-panel strong {
    font-size: clamp(22px, 2.5vw, 29px);
  }

  .stats-panel span {
    font-size: clamp(8px, 0.85vw, 11px);
  }

  .section-heading {
    margin-bottom: clamp(38px, 4.5vw, 56px);
  }

  .section-heading h2 {
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.28;
  }

  .section-heading p {
    margin-top: 18px;
    font-size: clamp(11px, 1.2vw, 15px);
  }

  .product-section {
    padding: clamp(92px, 9vw, 118px) 0 clamp(100px, 10vw, 128px);
  }

  .product-card {
    grid-template-columns: minmax(0, 1fr) clamp(300px, 39vw, 470px);
    min-height: clamp(330px, 36vw, 430px);
    padding: 14px;
    border-radius: 24px;
  }

  .product-copy {
    padding: clamp(28px, 4vw, 48px) clamp(24px, 3.6vw, 44px);
  }

  .product-copy p {
    font-size: clamp(12px, 1.35vw, 17px);
    line-height: 1.9;
  }

  .store-grid {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    margin-top: clamp(24px, 3vw, 34px);
  }

  .store-grid img {
    width: auto;
    max-width: 100%;
    height: clamp(38px, 4.2vw, 50px);
  }

  .store-badge {
    flex: 0 0 auto;
    width: clamp(105px, 11.55vw, 138px);
    height: clamp(38px, 4.2vw, 50px);
    font-size: clamp(10px, 1vw, 12px);
  }

  .store-proof-link-techradar {
    width: clamp(105px, 11.55vw, 138px);
    height: clamp(38px, 4.2vw, 50px);
  }

  .product-phones {
    display: block;
    align-self: stretch;
    width: 100%;
    min-height: 0;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
    object-position: center bottom;
  }

  .experience-section {
    padding: clamp(96px, 9vw, 124px) 0;
  }

  .feature-grid {
    gap: clamp(14px, 1.8vw, 24px);
  }

  .feature-grid[data-active="innovation"] {
    grid-template-columns: 1.7fr 1fr 1fr;
  }

  .feature-grid[data-active="security"] {
    grid-template-columns: 1fr 1.7fr 1fr;
  }

  .feature-grid[data-active="privacy"] {
    grid-template-columns: 1fr 1fr 1.7fr;
  }

  .feature-card,
  .feature-card.is-active {
    height: clamp(340px, 34vw, 410px);
    min-height: clamp(340px, 34vw, 410px);
    padding: clamp(28px, 3.5vw, 48px) clamp(20px, 2.7vw, 34px);
  }

  .feature-icon {
    width: clamp(36px, 4vw, 48px);
    height: clamp(36px, 4vw, 48px);
    margin-bottom: clamp(20px, 2.5vw, 30px);
  }

  .feature-card h3 {
    margin-bottom: 16px;
    font-size: clamp(15px, 1.5vw, 19px);
  }

  .feature-card ul {
    margin: 0;
  }

  .feature-card li {
    font-size: clamp(10px, 1.1vw, 14px);
    line-height: 1.75;
  }

  .feature-learn {
    position: absolute;
    left: clamp(20px, 2.7vw, 34px);
    bottom: clamp(26px, 3vw, 40px);
    margin: 0;
    padding: 0;
    font-size: clamp(10px, 1vw, 13px);
  }

  .safer-section {
    padding: clamp(104px, 10vw, 138px) 0;
  }

  .safety-card {
    display: grid;
    grid-template-columns: clamp(230px, 33vw, 410px) minmax(0, 1fr) clamp(180px, 22vw, 280px);
    min-height: clamp(330px, 35vw, 420px);
  }

  .safety-tabs {
    order: 3;
    display: flex;
    width: auto;
    min-width: clamp(180px, 22vw, 280px);
    height: 100%;
  }

  .safety-tab {
    align-items: flex-start;
    padding: clamp(92px, 10vw, 116px) 10px 28px;
    font-size: clamp(9px, 1vw, 14px);
    line-height: 1.5;
  }

  .safety-tab::before,
  .safety-tab-count {
    display: block;
  }

  .safety-tab::before {
    top: 34px;
    width: 32px;
    height: 32px;
    background-size: 32px;
  }

  .safety-tab-count {
    right: 12px;
    bottom: 24px;
    font-size: 9px;
  }

  .safety-visual {
    order: 0;
    align-self: center;
    width: clamp(220px, 31vw, 390px);
    max-width: none;
    height: clamp(210px, 25vw, 300px);
    margin: 0 0 0 8px;
  }

  .safety-copy {
    order: 1;
    padding: clamp(58px, 7vw, 82px) clamp(22px, 3vw, 38px) 42px;
    text-align: left;
  }

  .safety-copy h3 {
    font-size: clamp(17px, 1.8vw, 21px);
  }

  .safety-copy p {
    max-width: 360px;
    margin-top: 16px;
    font-size: clamp(10px, 1.1vw, 14px);
    line-height: 1.75;
  }

  .safety-active-meta {
    inset: 30px clamp(22px, 3vw, 38px) 28px 0;
  }

  .safety-active-meta i {
    width: 32px;
    height: 32px;
    background-size: 32px;
  }

  .safety-active-count {
    margin: 0;
    font-size: 9px;
  }

  .life-section {
    padding: clamp(112px, 11vw, 166px) 0;
  }

  .life-grid {
    grid-template-areas:
      "one two four five"
      "one three culture five";
    grid-template-columns: 1fr 1.02fr 1fr 1fr;
    grid-template-rows: clamp(180px, 20vw, 250px) clamp(105px, 12vw, 140px);
    gap: clamp(12px, 1.5vw, 18px);
  }

  .life-grid .asset,
  .culture-tile {
    min-height: 0;
  }

  .culture-tile {
    padding: clamp(14px, 2vw, 24px);
  }

  .culture-tile strong {
    font-size: clamp(9px, 1vw, 13px);
  }

  .career-section {
    padding: clamp(108px, 10vw, 140px) 0;
  }

  .career-grid {
    grid-template-columns: clamp(240px, 32vw, 380px) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: stretch;
  }

  .career-photo {
    order: 0;
    min-height: clamp(430px, 48vw, 550px);
  }

  .career-content {
    gap: clamp(34px, 4vw, 54px);
  }

  .career-list article {
    grid-template-columns: 34px clamp(108px, 14vw, 178px) minmax(0, 1fr);
    gap: 10px;
    padding: clamp(17px, 2vw, 23px) 0;
  }

  .career-list h3,
  .career-list p {
    grid-column: auto;
  }

  .career-list h3 {
    font-size: clamp(13px, 1.4vw, 18px);
  }

  .career-list p {
    font-size: clamp(10px, 1.05vw, 14px);
    line-height: 1.7;
  }

  .join-row {
    grid-template-columns: minmax(0, 1fr) clamp(140px, 17vw, 200px);
    gap: clamp(18px, 3vw, 42px);
  }

  .join-row p {
    font-size: clamp(11px, 1.2vw, 15px);
    line-height: 1.7;
  }

  .join-card {
    min-height: clamp(112px, 12vw, 144px);
    padding: clamp(20px, 2.4vw, 28px);
  }

  .join-card strong {
    font-size: clamp(22px, 2.3vw, 27px);
  }

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

  .contact-copy {
    grid-column: 1;
    min-height: clamp(440px, 48vw, 620px);
    padding: clamp(58px, 7vw, 86px) clamp(39px, 5.56vw, 69px) clamp(58px, 7vw, 86px) 24px;
  }

  .contact-title-row {
    margin-top: 32px;
  }

  .contact-title-row h2 {
    font-size: clamp(26px, 3vw, 36px);
  }

  .contact-card {
    margin-top: 32px;
    padding: clamp(20px, 2.5vw, 28px);
    font-size: clamp(9px, 1vw, 13px);
  }

  .contact-map {
    grid-column: 2;
    min-height: clamp(440px, 48vw, 620px);
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(84px, 0.55fr));
    gap: clamp(20px, 3vw, 46px);
    padding: clamp(66px, 7vw, 88px) 0 clamp(54px, 6vw, 72px);
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-brand p {
    margin: 24px 0 22px;
    font-size: clamp(10px, 1vw, 13px);
    line-height: 1.9;
  }

  .download-badges {
    gap: 8px;
  }

  .download-badges a {
    width: clamp(132px, 15vw, 188px);
    height: auto;
  }

  .footer-column {
    gap: clamp(18px, 2vw, 26px);
  }

  .footer-column h3 {
    font-size: clamp(11px, 1.1vw, 15px);
  }

  .footer-column a {
    font-size: clamp(10px, 1vw, 13px);
  }

  .footer-bottom {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .brand img {
    width: 62px;
  }

  .hero-grid {
    padding-top: 92px;
  }

  .hero h1 {
    font-size: 25px;
  }

  .button {
    min-width: 156px;
    min-height: 38px;
    padding-left: 24px;
    font-size: 12px;
  }

  .button span {
    width: 28px;
    height: 28px;
    margin-left: 14px;
  }

  .download-copy {
    font-size: 10px;
  }

  .partner-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-section {
    padding-top: 60px;
  }

  .stats-panel {
    border-radius: 12px;
  }

  .store-grid img {
    width: 100%;
  }

  .store-proof-link {
    width: 100%;
  }

  .safety-tab {
    min-height: 58px;
    word-break: normal;
  }

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

  .life-grid .asset,
  .culture-tile {
    border-radius: 10px;
  }

  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 12px;
  }

  .footer-column h3 {
    font-size: 10px;
  }

  .footer-column a {
    font-size: 10px;
  }
}

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

  .header-inner {
    width: calc(100% - 42px);
    min-height: 72px;
  }

  .brand img {
    width: 68px;
  }

  .hero {
    min-height: 1050px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    min-height: 1050px;
    gap: 0;
    padding-top: 96px;
    text-align: center;
  }

  .hero-copy {
    align-items: center;
    text-align: center;
  }

  .hero h1 {
    width: 100%;
    max-width: 365px;
    margin-top: 28px;
    font-size: 30px;
    line-height: 1.18;
  }

  .hero-title-vpn,
  .hero-title-desktop-break,
  .hero-title-desktop-prefix {
    display: none;
  }

  .hero-title-mobile-middle {
    display: inline;
  }

  .hero p {
    max-width: 352px;
    margin-top: 25px;
    font-size: 13px;
    line-height: 1.75;
  }

  .hero-actions {
    align-items: center;
    margin-top: 20px;
  }

  .hero-phone {
    align-self: end;
    justify-self: center;
    width: 490px;
    max-width: none;
    height: 590px;
    margin-top: 6px;
    transform: translateX(42px);
  }

  .partner-list {
    width: calc(100% - 28px);
    min-height: 76px;
    gap: 2px 18px;
    padding: 5px 0;
  }

  .partner-list img {
    width: 78px;
    height: 27px;
  }

  .about-section {
    padding: 54px 0 103px;
  }

  .about-intro {
    gap: 52px;
    margin-bottom: 46px;
  }

  .about-text {
    max-width: 330px;
    gap: 38px;
  }

  .about-text p {
    font-size: 15px;
    line-height: 1.85;
  }

  .about-media-row {
    gap: 22px;
  }

  .about-photo {
    min-height: 188px;
    aspect-ratio: auto;
  }

  .stats-panel {
    min-height: 124px;
    gap: 8px;
    padding: 24px 12px;
    border-radius: 20px;
  }

  .stats-panel strong {
    font-size: 24px;
  }

  .stats-panel span {
    margin-top: 7px;
    font-size: 7px;
    line-height: 1.35;
  }

  .section-heading {
    max-width: 310px;
  }

  .section-heading h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .product-section {
    padding: 64px 0 25px;
  }

  .product-section .section-heading {
    max-width: 290px;
    margin-bottom: 25px;
  }

  .product-card {
    border-radius: 20px;
  }

  .product-copy {
    padding: 28px 22px;
  }

  .product-copy p {
    font-size: 13px;
    line-height: 1.85;
  }

  .store-grid {
    gap: 14px;
    margin-top: 28px;
  }

  .store-grid img {
    height: 54px;
    object-fit: contain;
  }

  .store-badge {
    width: 100%;
    height: 54px;
  }

  .store-proof-link-techradar {
    height: 54px;
  }

  .store-grid > :nth-child(1) { order: 1; }
  .store-grid > :nth-child(2) { order: 2; }
  .store-grid > :nth-child(3) { order: 3; }
  .store-grid > :nth-child(5) { order: 4; }
  .store-grid > :nth-child(4) { order: 5; }
  .store-grid > :nth-child(6) { order: 6; }

  .store-grid::before {
    margin-bottom: 2px;
  }

  .experience-section {
    padding: 46px 0 28px;
  }

  .experience-section .section-heading {
    max-width: 310px;
    margin-bottom: 42px;
  }

  .feature-grid {
    gap: 24px;
  }

  .feature-card {
    min-height: 351px;
    padding: 34px 30px 30px;
    border-radius: 20px;
  }

  .feature-card.is-active {
    min-height: 403px;
    padding: 34px 30px 30px;
  }

  .feature-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 30px;
  }

  .feature-card h3 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .feature-card li {
    font-size: 12px;
    line-height: 1.65;
  }

  .feature-learn {
    padding-top: 30px;
  }

  .safer-section {
    padding: 80px 0 70px;
  }

  .safer-section .section-heading {
    margin-bottom: 46px;
  }

  .safety-card {
    display: flex;
    min-height: 0;
    overflow: visible;
    flex-direction: column;
    border-radius: 20px;
    background: transparent;
  }

  .safety-tabs {
    order: 0;
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column-reverse;
  }

  .safety-tab {
    flex: none;
    width: 100%;
    min-height: 62px;
    padding: 0 64px;
    align-items: center;
    justify-content: flex-start;
    border-radius: 20px 20px 0 0;
    font-size: 12px;
    text-align: left;
  }

  .safety-tab::before {
    display: block;
    top: 50%;
    left: 20px;
    width: 30px;
    height: 30px;
    background-size: 30px;
    transform: translateY(-50%);
  }

  .safety-tab-count {
    display: block;
    right: 20px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .safety-copy {
    order: 1;
    padding: 24px 22px 12px;
    background: var(--safety-panel-bg);
  }

  .safety-active-meta {
    position: static;
    inset: auto;
    display: flex;
    order: -1;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 24px;
  }

  .safety-active-meta i {
    display: block;
    position: static;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--safety-active-icon-bg);
    background-image: var(--safety-active-icon);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
  }

  .safety-active-count {
    position: static;
    margin: 0;
    color: var(--safety-heading);
    font-size: 10px;
  }

  .safety-copy h3 {
    font-size: 17px;
  }

  .safety-copy p {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.75;
  }

  .safety-visual {
    order: 2;
    width: 100%;
    max-width: none;
    height: 258px;
    margin: 0;
    border-radius: 0 0 20px 20px;
    background-color: var(--safety-panel-bg);
  }

  .center-actions {
    margin-top: 34px;
  }

  .life-section {
    padding: 67px 0 68px;
  }

  .life-section .section-heading {
    margin-bottom: 38px;
  }

  .life-grid {
    grid-template-areas:
      "one two"
      "one three"
      "culture three"
      "culture five"
      "four five"
      "four five";
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 213px 28px 39px 109px 34px 109px;
    gap: 12px;
  }

  .life-grid .asset,
  .culture-tile {
    min-height: 0;
    border-radius: 20px;
  }

  .culture-tile {
    padding: 18px;
  }

  .culture-tile strong {
    font-size: 12px;
  }

  .career-section {
    padding: 103px 0 84px;
  }

  .career-section .section-heading {
    margin-bottom: 42px;
  }

  .career-grid {
    gap: 32px;
  }

  .career-photo {
    min-height: 0;
    aspect-ratio: 800 / 1128;
  }

  .career-content {
    gap: 36px;
  }

  .career-list article {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px 10px;
    padding: 24px 0;
  }

  .career-list span {
    width: 24px;
    height: 24px;
    font-size: 9px;
  }

  .career-list h3 {
    font-size: 16px;
  }

  .career-list p {
    font-size: 13px;
    line-height: 1.7;
  }

  .join-row {
    gap: 22px;
  }

  .join-row p {
    font-size: 14px;
    line-height: 1.65;
  }

  .join-card {
    min-height: 96px;
    padding: 22px 26px;
    flex-direction: row;
    align-items: center;
  }

  .join-card strong {
    font-size: 22px;
  }

  .career-photo {
    order: 3;
  }

  .contact-copy {
    padding: 52px 14px 20px;
  }

  .contact-title-row h2 {
    font-size: 22px;
  }

  .contact-card {
    padding: 24px 20px;
    font-size: 11px;
    line-height: 1.6;
  }

  .contact-map {
    min-height: 300px;
  }

  .footer-grid {
    gap: 54px 12px;
    padding: 75px 0;
  }

  .footer-brand p {
    max-width: 340px;
    margin: 24px 0 22px;
    font-size: 12px;
    line-height: 1.85;
  }

  .download-badges {
    flex-direction: column;
    gap: 12px;
  }

  .download-badges a {
    width: 220px;
    height: 40px;
  }

  .footer-column {
    gap: 18px;
  }

  .footer-column h3 {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .footer-column a {
    font-size: 11px;
  }

  .footer-bottom {
    gap: 30px;
    padding: 34px 0 66px;
    align-items: center;
  }

  .footer-bottom p {
    max-width: 320px;
    font-size: 9px;
    line-height: 1.75;
    text-align: center;
  }

  .social-links {
    justify-items: center;
  }
}
