:root {
  --navy: #07152b;
  --navy-2: #0c2040;
  --blue: #176bff;
  --blue-2: #0f56db;
  --cyan: #24c8ff;
  --cherry: #e8455b;
  --green: #12b76a;
  --text: #101828;
  --muted: #667085;
  --line: #e4e7ec;
  --bg: #f6f8fc;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(16, 24, 40, 0.10);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--text); background: #fff; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 104px 0; }
.alt-bg { background: var(--bg); }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(228,231,236,.8); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 800; letter-spacing: -.5px; }
.brand > span:last-child > span { color: var(--blue); }
.brand-logo {
  width: 42px;
  height: 42px;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}
.cerivpn-site-nav a,
.text-link {
  color: #344054;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}

.cerivpn-site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.cerivpn-menu-toggle {
  display: none;
  border: 0;
  background: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.cerivpn-menu-toggle span {
  display: block;
  height: 2px;
  background: var(--navy);
  margin: 5px 0;
}
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border-radius: 12px; font-weight: 700; transition: .25s ease; border: 1px solid transparent; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--blue), #0e5be8); color: white; box-shadow: 0 12px 28px rgba(23,107,255,.25); }
.btn-primary:hover { box-shadow: 0 16px 34px rgba(23,107,255,.33); }
.btn-secondary { background: white; border-color: #d0d5dd; color: var(--text); }
.btn-secondary:hover { border-color: var(--blue); color: var(--blue); }
.btn-small { min-height: 42px; padding: 0 17px; font-size: 14px; }
.btn-large { min-height: 56px; padding: 0 28px; border-radius: 14px; }
.btn-white { background: white; color: var(--blue); }
.btn-outline-light { border-color: rgba(255,255,255,.45); color: white; background: rgba(255,255,255,.06); }
.full { width: 100%; }

.hero { position: relative; overflow: hidden; padding-top: 90px; background: radial-gradient(circle at 85% 8%, rgba(36,200,255,.10), transparent 30%), linear-gradient(180deg, #fff 0%, #f9fbff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 70px; align-items: center; position: relative; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .4; }
.hero-glow-one { width: 400px; height: 400px; right: -160px; top: 70px; background: rgba(36,200,255,.18); }
.hero-glow-two { width: 300px; height: 300px; left: -180px; bottom: -80px; background: rgba(23,107,255,.12); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); margin-bottom: 18px; }
.eyebrow.light { color: #8edfff; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(18,183,106,.12); }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { font-size: clamp(48px, 6vw, 76px); line-height: 1.03; letter-spacing: -.055em; margin-bottom: 25px; }
h1 span { color: var(--blue); }
.hero-text { font-size: 19px; color: var(--muted); max-width: 620px; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-proof { display: flex; align-items: center; gap: 15px; margin: 30px 0 22px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 35px; height: 35px; border-radius: 50%; display: grid; place-items: center; color: white; font-size: 11px; font-weight: 800; border: 3px solid white; margin-left: -9px; background: linear-gradient(135deg,#2d5bff,#8b5cf6); }
.avatar-stack span:first-child { margin-left: 0; }
.avatar-stack span:nth-child(2){background:linear-gradient(135deg,#ff7a59,#e8455b)}
.avatar-stack span:nth-child(3){background:linear-gradient(135deg,#12b76a,#24c8ff)}
.avatar-stack span:nth-child(4){background:linear-gradient(135deg,#f59e0b,#ef4444)}
.stars { color: #ffb020; letter-spacing: 2px; }
.hero-proof p { margin: 0; font-size: 13px; color: var(--muted); }
.hero-checks { display: flex; flex-wrap: wrap; gap: 18px; list-style: none; padding: 0; margin: 0; color: #475467; font-size: 14px; }
.hero-checks li::before { content: "✓"; color: var(--green); font-weight: 800; margin-right: 7px; }

.hero-visual { min-height: 630px; position: relative; display: grid; place-items: center; }
.phone-shell {
  width: 310px;
  height: 610px;
  border-radius: 44px;
  background: #07152b;
  padding: 10px;
  box-shadow: 0 40px 90px rgba(7, 21, 43, 0.28);
  transform: rotate(3deg);
  position: relative;
  z-index: 4;
}

.phone-screen {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  overflow: hidden;
  background: #07152b;
}

.app-screenshot {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}
.phone-notch { position: absolute; width: 102px; height: 24px; border-radius: 0 0 16px 16px; background: var(--navy); top: 10px; left: 50%; transform: translateX(-50%); z-index: 5; }
.app-topbar { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; }
.app-topbar small { display: block; color: #98a2b3; font-size: 10px; }
.app-topbar strong { font-size: 16px; }
.avatar { width: 34px; height: 34px; border-radius: 12px; background: var(--blue); color: white; display: grid; place-items: center; font-weight: 800; }
.connection-card { margin-top: 28px; padding: 24px 18px; text-align: center; border-radius: 28px; background: white; box-shadow: 0 18px 50px rgba(16,24,40,.10); }
.connection-label { font-size: 10px; color: #98a2b3; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.shield-wrap { width: 108px; height: 108px; border-radius: 50%; margin: 18px auto 12px; display: grid; place-items: center; background: radial-gradient(circle, rgba(23,107,255,.18), rgba(23,107,255,.03) 65%, transparent 66%); }
.shield-icon { width: 65px; height: 72px; display: grid; place-items: center; color: white; font-size: 28px; font-weight: 900; background: linear-gradient(160deg, var(--blue), var(--cyan)); clip-path: polygon(50% 0, 92% 15%, 84% 72%, 50% 100%, 16% 72%, 8% 15%); }
.connection-card h3 { margin-bottom: 3px; font-size: 22px; }
.connection-card p { margin-bottom: 7px; color: var(--muted); font-size: 12px; }
.timer { font-size: 12px; color: var(--blue); font-weight: 700; margin-bottom: 18px; }
.connect-btn { border: 0; background: var(--navy); color: white; width: 100%; height: 46px; border-radius: 14px; font-weight: 700; }
.server-preview { background: white; margin-top: 16px; border-radius: 17px; padding: 14px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 12px 30px rgba(16,24,40,.07); font-size: 12px; }
.server-preview div { display: flex; gap: 8px; align-items: center; }
.floating-card { position: absolute; z-index: 6; display: flex; align-items: center; gap: 11px; padding: 13px 16px; border-radius: 16px; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); box-shadow: 0 18px 45px rgba(16,24,40,.14); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 13px; }
.floating-card small { color: var(--muted); font-size: 10px; }
.card-location { right: 0; top: 100px; }
.card-shield { left: -5px; bottom: 115px; }
.flag { font-size: 23px; }
.signal { color: var(--green); font-weight: 900; }
.mini-shield { width: 38px; height: 42px; display: grid; place-items: center; color: white; background: var(--green); clip-path: polygon(50% 0, 92% 15%, 84% 72%, 50% 100%, 16% 72%, 8% 15%); }
.orbit { position: absolute; border: 1px solid rgba(23,107,255,.13); border-radius: 50%; }
.orbit-one { width: 500px; height: 500px; }
.orbit-two { width: 390px; height: 390px; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.trust-grid { min-height: 116px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.trust-item { display: flex; gap: 14px; align-items: center; padding: 0 22px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { font-size: 14px; }
.trust-item small { color: var(--muted); font-size: 12px; }
.icon-box { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: #eef4ff; color: var(--blue); font-weight: 800; }

.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading h2, .network-copy h2, .locations-copy h2, .faq-intro h2, .cta-card h2 { font-size: clamp(34px, 4.5vw, 52px); line-height: 1.12; letter-spacing: -.04em; margin-bottom: 17px; }
.section-heading p, .network-copy > p, .faq-intro > p { color: var(--muted); font-size: 17px; }
.billing-note { width: max-content; max-width: 100%; margin: -22px auto 36px; padding: 9px 15px; border-radius: 999px; background: #eef4ff; color: #2455a4; font-size: 12px; font-weight: 600; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: stretch; }
.price-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 35px rgba(16,24,40,.05); }
.price-card.featured { border: 2px solid var(--blue); transform: translateY(-12px); box-shadow: 0 28px 65px rgba(23,107,255,.16); }
.popular-badge { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); padding: 7px 16px; border-radius: 999px; background: var(--blue); color: white; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.plan-label { color: var(--blue); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; }
.price-card h3 { font-size: 27px; margin: 8px 0 6px; }
.price-card-top p { color: var(--muted); font-size: 14px; min-height: 46px; }
.price-row { display: flex; align-items: baseline; margin: 22px 0 18px; }
.price-row .currency { font-size: 20px; font-weight: 700; align-self: flex-start; margin-top: 11px; }
.price-row strong { font-size: 48px; letter-spacing: -.05em; }
.price-row small { color: var(--muted); margin-left: 6px; }
.discount-line { display: flex; align-items: center; gap: 9px; min-height: 24px; margin-top: 12px; }
.discount-line span { background: #ecfdf3; color: #027a48; padding: 4px 8px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.discount-line del { color: #98a2b3; font-size: 13px; }
.billed { color: var(--muted); font-size: 12px; margin-top: -10px; margin-bottom: 16px; }
.feature-list { list-style: none; padding: 0; margin: 25px 0 0; display: grid; gap: 13px; }
.feature-list li { font-size: 14px; color: #475467; }
.feature-list li::before { content: "✓"; color: var(--green); font-weight: 800; margin-right: 10px; }
.more-plans { display: block; margin: 34px auto 0; border: 0; background: transparent; color: var(--blue); font-weight: 700; cursor: pointer; }
.extra-plans { max-width: 620px; margin: 22px auto 0; background: white; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.extra-plans div { display: flex; justify-content: space-between; padding: 15px 20px; border-bottom: 1px solid var(--line); }
.extra-plans div:last-child { border-bottom: 0; }

.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.feature-card { background: white; border: 1px solid var(--line); border-radius: 20px; padding: 28px; transition: .25s ease; }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(135deg,#eef4ff,#e6fbff); color: var(--blue); font-size: 23px; margin-bottom: 24px; }
.feature-card h3 { font-size: 19px; line-height: 1.35; }
.feature-card p { color: var(--muted); font-size: 14px; }
.feature-card a { color: var(--blue); font-size: 13px; font-weight: 700; }

.network-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.network-visual { min-height: 510px; display: grid; place-items: center; }
.network-map { width: 470px; max-width: 100%; aspect-ratio: 1; border-radius: 50%; position: relative; background: radial-gradient(circle at 50% 45%, rgba(36,200,255,.25), rgba(23,107,255,.08) 38%, rgba(23,107,255,.02) 60%, transparent 61%), linear-gradient(135deg,#edf4ff,#f8fbff); border: 1px solid #dbe8ff; box-shadow: inset 0 0 70px rgba(23,107,255,.08); }
.network-map::before, .network-map::after { content: ""; position: absolute; inset: 10%; border: 1px dashed rgba(23,107,255,.23); border-radius: 50%; }
.network-map::after { inset: 24%; }
.network-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 98px;
  height: 98px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    0 18px 40px rgba(23, 107, 255, 0.16),
    0 4px 14px rgba(7, 21, 43, 0.08);
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.network-center-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
}
.map-dot { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 7px rgba(36,200,255,.14); }
.dot-1{top:20%;left:29%}.dot-2{top:31%;right:18%}.dot-3{bottom:22%;left:20%}.dot-4{bottom:18%;right:30%}
.protocol-card { position: absolute; padding: 12px 15px; border-radius: 15px; background: white; box-shadow: var(--shadow); }
.protocol-card span, .protocol-card strong { display: block; }
.protocol-card span { color: var(--blue); font-size: 11px; font-weight: 800; }
.protocol-card strong { font-size: 13px; }
.protocol-one{left:-18px;top:84px}.protocol-two{right:-25px;bottom:88px}
.large-check-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 20px; }
.large-check-list li { display: flex; gap: 14px; }
.large-check-list li > span { flex: 0 0 30px; height: 30px; border-radius: 10px; display: grid; place-items: center; background: #ecfdf3; color: var(--green); font-weight: 900; }
.large-check-list strong { display: block; margin-bottom: 4px; }
.large-check-list p { margin: 0; color: var(--muted); font-size: 14px; }

.device-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.device-card { background: white; border: 1px solid var(--line); border-radius: 20px; padding: 28px; text-align: center; }
.device-symbol { width: 66px; height: 66px; border-radius: 19px; display: grid; place-items: center; margin: 0 auto 20px; background: #eef4ff; color: var(--blue); font-size: 28px; font-weight: 800; }
.device-card h3 { margin-bottom: 7px; }
.device-card p { color: var(--muted); font-size: 13px; min-height: 42px; }
/* =========================================================
   DEVICE DOWNLOAD BUTTONS
   ========================================================= */

.device-card .store-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  width: 100%;
  min-height: 48px;

  margin-top: auto;
  padding: 10px 18px;

  border: 1px solid #176bff;
  border-radius: 12px;

  background: #176bff;
  color: #ffffff;

  text-decoration: none;

  box-shadow:
    0 8px 20px rgba(23, 107, 255, 0.18);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.device-card .store-button:hover {
  background: #0f5ee8;
  border-color: #0f5ee8;
  color: #ffffff;

  transform: translateY(-2px);

  box-shadow:
    0 12px 26px rgba(23, 107, 255, 0.25);
}

.device-card .store-button:focus-visible {
  outline: 3px solid rgba(23, 107, 255, 0.25);
  outline-offset: 3px;
}


/* Remove the old desktop light-button appearance */
.device-card .store-button.light {
  background: #176bff;
  border-color: #176bff;
  color: #ffffff;
}


/* Platform icon area */
.device-card .store-button > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 28px;

  width: 28px;
  height: 28px;

  color: #ffffff;

  font-size: 23px;
  line-height: 1;
}


/* Button text */
.device-card .store-button > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  line-height: 1.05;
}

.device-card .store-button small {
  display: block;

  margin-bottom: 3px;

  color: rgba(255, 255, 255, 0.78);

  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.device-card .store-button strong {
  color: #ffffff;

  font-size: 14px;
  font-weight: 700;
}


/* Windows / macOS custom icons */
.store-button .platform-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  min-width: 28px;
  height: 28px;

  margin: 0;

  color: #ffffff;

  line-height: 1;
}

.store-button .windows-icon {
  font-size: 24px;
  font-weight: 700;
}

.store-button .macos-icon {
  font-size: 26px;

  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
.store-button small, .store-button strong { display: block; text-align: left; line-height: 1.1; }
.store-button small { font-size: 8px; }
.store-button strong { font-size: 14px; }
.store-button > span { font-size: 23px; }

.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
.step-card { position: relative; text-align: center; padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.step-number { position: absolute; top: 18px; left: 20px; font-weight: 800; color: #c4ccda; }
.step-illustration { height: 170px; margin-bottom: 26px; position: relative; display: grid; place-items: center; }
.step-illustration span { width: 86px; height: 86px; border-radius: 27px; display: grid; place-items: center; background: linear-gradient(135deg,var(--blue),var(--cyan)); color: white; font-size: 28px; font-weight: 900; box-shadow: 0 22px 45px rgba(23,107,255,.24); position: relative; z-index: 2; }
.step-illustration i { position: absolute; width: 150px; height: 150px; border: 1px dashed #bcd2ff; border-radius: 50%; }
.step-card p { color: var(--muted); font-size: 14px; }

.dark-section { background: linear-gradient(135deg,#07152b,#0e2b54); color: white; overflow: hidden; }
.locations-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.locations-copy p { color: #b9c7da; font-size: 17px; }
.location-stats { display: flex; gap: 34px; margin: 30px 0; }
.location-stats strong, .location-stats span { display: block; }
.location-stats strong { font-size: 26px; }
.location-stats span { color: #9eb2ca; font-size: 12px; }
/* =========================================================
   GLOBAL SERVER NETWORK GLOBE
   ========================================================= */

.globe-card {
  position: relative;
  aspect-ratio: 1.25;
  display: grid;
  place-items: center;
}


/* Main globe */
.globe-core {
  width: 310px;
  height: 310px;

  border-radius: 50%;

  display: grid;
  place-items: center;

  color: white;

  font-weight: 800;
  font-size: 24px;

  background:
    radial-gradient(
      circle at 35% 30%,
      #1e7aff,
      #0a346b 70%
    );

  box-shadow:
    inset -30px -25px 70px rgba(0,0,0,.28),
    0 0 80px rgba(36,200,255,.2);
}


/* Globe longitude / latitude effect */
.globe-lines {
  position: absolute;

  width: 310px;
  height: 310px;

  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
}


.globe-lines::before,
.globe-lines::after {
  content: "";

  position: absolute;
  inset: 18%;

  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
}


.globe-lines::after {
  inset: 0 30%;
}


/* Country flag cards */
.globe-pin {
  position: absolute;

  width: 48px;
  height: 48px;

  display: grid;
  place-items: center;

  border-radius: 16px;

  background: #ffffff;

  box-shadow:
    0 18px 38px rgba(0,0,0,.25);

  font-size: 24px;

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}


.globe-pin:hover {
  transform: translateY(-4px) scale(1.06);

  box-shadow:
    0 22px 42px rgba(0,0,0,.32);
}


/* =========================================================
   COUNTRY POSITIONS
   ========================================================= */

/* USA */
.p1 {
  left: 4%;
  top: 24%;
}


/* Germany */
.p2 {
  right: 17%;
  top: 6%;
}


/* Malaysia */
.p3 {
  right: 20%;
  bottom: 4%;
}


/* United Kingdom */
.p4 {
  left: 10%;
  bottom: 14%;
}


/* Japan */
.p5 {
  right: 3%;
  top: 31%;
}


/* Canada */
.p6 {
  left: 25%;
  top: 3%;
}


/* India */
.p7 {
  left: 42%;
  bottom: 0;
}


/* South Korea */
.p8 {
  right: 4%;
  bottom: 24%;
}

.comparison-table { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; }
.comparison-row { display: grid; grid-template-columns: 1.2fr 1fr 1fr; min-height: 64px; border-bottom: 1px solid var(--line); }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row > div { padding: 17px 22px; display: flex; align-items: center; }
.header-row { font-weight: 800; background: #fbfcfe; }
.premium-col { background: #f4f8ff; font-weight: 700; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.testimonial-card { border: 1px solid var(--line); border-radius: 20px; padding: 28px; background: white; }
.testimonial-card > p { color: #475467; font-size: 15px; min-height: 120px; }
.reviewer { display: flex; gap: 12px; align-items: center; }
.reviewer > span { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; color: white; font-size: 12px; font-weight: 800; background: linear-gradient(135deg,var(--blue),#8b5cf6); }
.reviewer strong, .reviewer small { display: block; }
.reviewer small { color: var(--muted); }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.support-link { color: var(--blue); font-weight: 700; font-size: 14px; }
.accordion { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); background: white; border-radius: 16px; overflow: hidden; }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 20px 22px; border: 0; background: white; text-align: left; font-weight: 700; cursor: pointer; }
/* FAQ hover / active states */
.faq-item button {
  color: #344054;
  transition:
    color .2s ease,
    background-color .2s ease;
}

.faq-item button:hover {
  color: var(--blue);
  background: #f4f8ff;
}

.faq-item.open button {
  color: var(--blue);
  background: #f8fbff;
}

.faq-item.open button span {
  color: var(--blue);
}

.faq-item button i {
  color: var(--blue);
}
.faq-item.open {
  border-color: #bfd3ff;
  box-shadow: 0 8px 22px rgba(23,107,255,.06);
}
.faq-item button i { font-style: normal; color: var(--blue); font-size: 22px; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-answer p { padding: 0 22px 20px; margin: 0; color: var(--muted); font-size: 14px; }
.faq-item.open .faq-answer { max-height: 200px; }

.final-cta { padding-top: 85px; }
.cta-card { position: relative; overflow: hidden; text-align: center; padding: 72px 30px; border-radius: 30px; color: white; background: linear-gradient(135deg,var(--blue),#0d4bc7); box-shadow: 0 30px 80px rgba(23,107,255,.25); }
.cta-card p { color: #dce9ff; font-size: 18px; }
.centered-actions { justify-content: center; margin-top: 26px; }
.cta-notes { display: flex; justify-content: center; flex-wrap: wrap; gap: 24px; margin-top: 24px; color: #dce9ff; font-size: 13px; }
.cta-orb { position: absolute; border-radius: 50%; background: rgba(255,255,255,.08); }
.orb-left{width:240px;height:240px;left:-80px;bottom:-120px}.orb-right{width:330px;height:330px;right:-150px;top:-170px}

.site-footer { background: #061225; color: white; padding: 75px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 60px; }
.footer-brand { color: white; margin-bottom: 18px; }
.footer-grid p { color: #8fa3bb; max-width: 320px; font-size: 14px; }
.footer-grid h4 { font-size: 14px; margin-bottom: 18px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid a:not(.brand) { color: #8fa3bb; font-size: 13px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.1); margin-top: 55px; padding-top: 24px; color: #71869f; font-size: 12px; }
.socials { display: flex; gap: 9px; }
.socials a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 16px;
  transition: 0.2s ease;
}

.socials a:hover {
  background: var(--blue);
  transform: translateY(-2px);
}
.mobile-sticky-cta { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }.delay-2 { transition-delay: .16s; }.delay-3 { transition-delay: .24s; }

@media (max-width: 1024px) {
  .hero-grid, .network-grid, .locations-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-text, .section-heading { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-checks, .hero-proof { justify-content: center; }
  .hero-visual { min-height: 650px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); padding: 18px 0; }
  .trust-item { min-height: 70px; }
  .trust-item:nth-child(2) { border-right: 0; }
  .feature-grid, .device-grid { grid-template-columns: repeat(2,1fr); }
  .network-copy { max-width: 720px; margin: auto; }
  .locations-copy { text-align: center; }
  .location-stats { justify-content: center; }
  .faq-grid { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 820px) {

  .cerivpn-site-nav,
  .nav-actions .text-link {
    display: none;
  }

  .cerivpn-menu-toggle {
    display: block;
    margin-left: auto;
  }

  .cerivpn-site-nav.cerivpn-open {
    position: absolute;

    left: 20px;
    right: 20px;
    top: 70px;

    display: flex !important;
    flex-direction: column;
    align-items: stretch;

    gap: 0;

    padding: 10px;

    background: #f8fbff;

    border: 1px solid var(--line);
    border-radius: 16px;

    box-shadow: var(--shadow);

    z-index: 1200;
  }

  .cerivpn-site-nav.cerivpn-open a {
    display: block;
    padding: 12px;

    color: #344054 !important;

    border-radius: 10px;
  }

  .cerivpn-site-nav.cerivpn-open a:hover,
  .cerivpn-site-nav.cerivpn-open a:focus,
  .cerivpn-site-nav.cerivpn-open a:active {
    background: #eef4ff;
    color: var(--blue) !important;
  }

  .cerivpn-menu-toggle[aria-expanded="true"] {
    background: #eef4ff;
  }

  .pricing-grid,
  .steps-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .price-card.featured {
    transform: none;
  }

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

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .section-pad { padding: 74px 0; }
  .site-header .btn-small { display: none; }
  h1 { font-size: 45px; }
  .hero { padding-top: 55px; }
  .hero-grid { gap: 25px; }
  .hero-text { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-checks { flex-direction: column; gap: 8px; }
  .hero-visual { min-height: 565px; transform: scale(.88); margin: -20px -35px; }
  .phone-shell { width: 290px; height: 575px; }
  .card-location { right: -20px; }
  .card-shield { left: -15px; }
  .trust-grid, .feature-grid, .device-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .section-heading h2, .network-copy h2, .locations-copy h2, .faq-intro h2, .cta-card h2 { font-size: 35px; }
  .price-card { padding: 27px; }
  .network-visual { min-height: 400px; }
  .network-map { width: 360px; }
  .protocol-one { left: 0; }.protocol-two { right: 0; }
  .location-stats { gap: 18px; }
  .globe-core, .globe-lines { width: 245px; height: 245px; }
  .comparison-table { overflow-x: auto; }
  .comparison-row { min-width: 690px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; gap: 18px; }
  .mobile-sticky-cta { display: flex; position: fixed; z-index: 999; left: 14px; right: 14px; bottom: 12px; height: 54px; align-items: center; justify-content: center; gap: 9px; border-radius: 14px; color: white; background: var(--blue); font-weight: 800; box-shadow: 0 15px 35px rgba(23,107,255,.34); }
  body { padding-bottom: 72px; }
}
/* =========================================================
   WORDPRESS / ASTRA COMPATIBILITY
   ========================================================= */

body.page-template-page-home-new .dark-section h2,
body.page-template-page-home-new .dark-section h3,
body.page-template-page-home-new .cta-card h2 {
  color: #ffffff !important;
}

body.page-template-page-home-new .dark-section .location-stats strong {
  color: #ffffff !important;
}

/* =========================================================
   ACCOUNT DROPDOWN
   ========================================================= */

.account-menu {
  position: relative;
}

.account-menu > summary {
  list-style: none;
}

.account-menu > summary::-webkit-details-marker {
  display: none;
}

.account-menu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  color: #344054;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.account-menu-toggle:hover {
  color: var(--blue);
}

.account-menu-arrow {
  font-size: 14px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.account-menu[open] .account-menu-arrow {
  transform: rotate(180deg);
}

.account-menu-dropdown {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;

  width: 170px;
  padding: 8px;

  background: #ffffff;
  border: 1px solid #e7ebf2;
  border-radius: 14px;

  box-shadow:
    0 16px 40px rgba(16, 24, 40, 0.12),
    0 4px 12px rgba(16, 24, 40, 0.06);

  z-index: 1200;
}

.account-menu-dropdown a {
  display: block;
  padding: 11px 12px;
  border-radius: 9px;

  color: #344054;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.account-menu-dropdown a:hover {
  background: #f4f7fb;
  color: var(--blue);
}

.account-menu-dropdown .account-logout {
  color: #d92d20;
}

.account-menu-dropdown .account-logout:hover {
  background: #fff1f0;
  color: #b42318;
}

/* =========================================================
   DYNAMIC PRICING CARDS
   ========================================================= */

#cerivpn-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 24px;
  align-items: stretch;
  margin-top: 36px;
}


/* Individual card */
#cerivpn-pricing-grid .pricing-card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-width: 0;
  height: 100%;

  padding: 30px;

  background: #ffffff;

  border: 1px solid #e5eaf1;
  border-radius: 22px;

  box-shadow:
    0 12px 35px rgba(16, 24, 40, 0.06);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}


#cerivpn-pricing-grid .pricing-card:hover {
  transform: translateY(-5px);

  border-color: rgba(23, 107, 255, 0.35);

  box-shadow:
    0 20px 45px rgba(16, 24, 40, 0.10);
}


/* Most Popular — 1 Year */
#cerivpn-pricing-grid .pricing-card.featured {
  border: 2px solid var(--blue);

  box-shadow:
    0 20px 50px rgba(23, 107, 255, 0.14);
}


/* Best Value — 2 Years */
#cerivpn-pricing-grid .pricing-card:nth-child(3) {
  border-color: #cfd6e2;
}


/* Badge */
.plan-badge {
  position: absolute;
  top: -14px;
  left: 50%;

  transform: translateX(-50%);

  padding: 7px 15px;

  border-radius: 999px;

  background: var(--blue);
  color: #ffffff;

  font-size: 12px;
  font-weight: 700;
  line-height: 1;

  white-space: nowrap;
}


.plan-badge-value {
  background: #101828;
}


/* Header */
.pricing-card-header {
  margin-bottom: 22px;
}


.plan-duration {
  display: inline-block;

  margin-bottom: 8px;

  color: #667085;

  font-size: 13px;
  font-weight: 600;
}


#cerivpn-pricing-grid .pricing-card h3 {
  margin: 0 0 18px;

  color: #101828;

  font-size: 25px;
  line-height: 1.2;
}


/* Price area */
.plan-price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;

  margin-bottom: 7px;
}


.plan-price {
  color: #101828;

  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1.2px;
}


.plan-original-price {
  color: #98a2b3;

  font-size: 15px;

  text-decoration: line-through;
}


.plan-saving {
  display: inline-flex;
  align-items: center;

  padding: 4px 8px;

  border-radius: 999px;

  background: #ecfdf3;
  color: #027a48;

  font-size: 11px;
  font-weight: 700;
}


.plan-monthly {
  margin-top: 9px;

  color: #475467;

  font-size: 14px;
}


.plan-billing {
  margin: 8px 0 0;

  color: #98a2b3;

  font-size: 12px;
}


/* Features */
#cerivpn-pricing-grid .plan-features {
  display: flex;
  flex-direction: column;
  gap: 11px;

  margin: 0 0 26px;
  padding: 0;

  list-style: none;
}


#cerivpn-pricing-grid .plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 9px;

  margin: 0;
  padding: 0;

  color: #344054;

  font-size: 14px;
  line-height: 1.45;
}


#cerivpn-pricing-grid .feature-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 20px;

  width: 20px;
  height: 20px;

  margin-top: 1px;

  border-radius: 50%;

  background: #ecfdf3;
  color: #039855;

  font-size: 12px;
  font-weight: 800;
}


/* Button always stays at bottom */
#cerivpn-pricing-grid .pricing-button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;

  margin-top: auto;

  text-align: center;
}


/* Loading / error */
.pricing-loading,
.pricing-error {
  grid-column: 1 / -1;

  padding: 30px;

  text-align: center;

  color: #667085;
}


/* Tablet */
@media (max-width: 960px) {
  #cerivpn-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* Mobile */
@media (max-width: 640px) {
  #cerivpn-pricing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #cerivpn-pricing-grid .pricing-card {
    padding: 26px 22px;
  }

  .plan-price {
    font-size: 34px;
  }
}
/* Windows and macOS download button icons */

.store-button .platform-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 30px;
  min-width: 30px;
  height: 30px;

  margin: 0;

  line-height: 1;
}

.store-button .windows-icon {
  font-size: 25px;
  font-weight: 700;
}

.store-button .macos-icon {
  font-size: 27px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.device-symbol.android-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
}

.device-symbol.android-symbol .android-logo {
  width: 27px;
  height: 27px;
  display: block;
  object-fit: contain;
}

/* =========================================================
   NEWCOMER BONUS
   ========================================================= */

.newcomer-bonus {
  background: #ffffff;
}


.newcomer-bonus-card {
  position: relative;
  overflow: hidden;

  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 70px;
  align-items: center;

  padding: 64px;

  border: 1px solid #dce8ff;
  border-radius: 30px;

  background:
    radial-gradient(
      circle at 92% 18%,
      rgba(36,200,255,.16),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #f9fcff 0%,
      #eef5ff 100%
    );

  box-shadow:
    0 28px 70px rgba(16,24,40,.08);
}


.newcomer-bonus-copy {
  position: relative;
  z-index: 2;
}


.newcomer-bonus-copy h2 {
  margin-bottom: 18px;

  font-size: clamp(38px, 4.5vw, 54px);
  line-height: 1.08;
  letter-spacing: -.04em;

  color: var(--text);
}


.newcomer-bonus-copy > p {
  max-width: 590px;

  margin-bottom: 28px;

  color: var(--muted);

  font-size: 17px;
}


.newcomer-benefits {
  display: grid;
  gap: 14px;

  margin: 0 0 32px;
  padding: 0;

  list-style: none;
}


.newcomer-benefits li {
  display: flex;
  align-items: center;
  gap: 11px;

  color: #344054;

  font-size: 14px;
  font-weight: 600;
}


.newcomer-benefits li > span {
  display: inline-grid;
  place-items: center;

  flex: 0 0 24px;

  width: 24px;
  height: 24px;

  border-radius: 50%;

  background: #ecfdf3;
  color: var(--green);

  font-size: 13px;
  font-weight: 900;
}


.newcomer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}


/* Visual area */
.newcomer-bonus-visual {
  position: relative;

  min-height: 400px;

  display: grid;
  place-items: center;
}


.bonus-orbit {
  position: absolute;

  border-radius: 50%;

  border: 1px solid rgba(23,107,255,.13);
}


.bonus-orbit-one {
  width: 390px;
  height: 390px;
}


.bonus-orbit-two {
  width: 300px;
  height: 300px;
}


/* Membership-style bonus pass */
.bonus-pass {
  position: relative;
  z-index: 2;

  width: min(100%, 390px);

  padding: 30px;

  border-radius: 28px;

  color: #ffffff;

  background:
    radial-gradient(
      circle at 82% 15%,
      rgba(36,200,255,.32),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #176bff,
      #0a3c91
    );

  box-shadow:
    0 30px 70px rgba(23,107,255,.30);

  transform: rotate(-2deg);
}


.bonus-pass::before {
  content: "";

  position: absolute;
  inset: 1px;

  border-radius: 27px;

  border: 1px solid rgba(255,255,255,.22);

  pointer-events: none;
}


.bonus-pass-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}


.bonus-brand {
  display: flex;
  align-items: center;
  gap: 10px;

  font-weight: 800;
}


.bonus-brand img {
  width: 40px;
  height: 40px;

  object-fit: contain;
}


.bonus-chip {
  padding: 7px 10px;

  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;

  background: rgba(255,255,255,.12);

  color: rgba(255,255,255,.92);

  font-size: 10px;
  font-weight: 700;
}


.bonus-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;

  padding: 42px 0 34px;
}


.bonus-number {
  font-size: 104px;
  font-weight: 900;
  line-height: .8;

  letter-spacing: -.07em;
}


.bonus-duration {
  display: flex;
  flex-direction: column;

  line-height: 1;
}


.bonus-duration strong {
  font-size: 31px;
  letter-spacing: .05em;
}


.bonus-duration span {
  margin-top: 6px;

  color: #9ee9ff;

  font-size: 26px;
  font-weight: 900;
  letter-spacing: .08em;
}


.bonus-divider {
  height: 1px;

  background: rgba(255,255,255,.18);
}


.bonus-pass-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;

  padding-top: 19px;

  color: rgba(255,255,255,.80);

  font-size: 11px;
}


.bonus-pass-bottom strong {
  color: #ffffff;
}


/* Tablet */
@media (max-width: 1024px) {
  .newcomer-bonus-card {
    grid-template-columns: 1fr;
    gap: 35px;

    padding: 50px;
  }

  .newcomer-bonus-copy {
    text-align: center;
  }

  .newcomer-bonus-copy > p {
    margin-left: auto;
    margin-right: auto;
  }

  .newcomer-benefits {
    max-width: 540px;

    margin-left: auto;
    margin-right: auto;

    text-align: left;
  }

  .newcomer-actions {
    justify-content: center;
  }
}


/* Mobile */
@media (max-width: 640px) {
  .newcomer-bonus-card {
    padding: 34px 22px;

    border-radius: 24px;
  }

  .newcomer-bonus-copy h2 {
    font-size: 36px;
  }

  .newcomer-bonus-copy > p {
    font-size: 15px;
  }

  .newcomer-actions {
    flex-direction: column;
  }

  .newcomer-actions .btn {
    width: 100%;
  }

  .newcomer-bonus-visual {
    min-height: 330px;
  }

  .bonus-pass {
    padding: 24px;
  }

  .bonus-number {
    font-size: 80px;
  }

  .bonus-duration strong {
    font-size: 24px;
  }

  .bonus-duration span {
    font-size: 20px;
  }

  .bonus-pass-bottom {
    flex-direction: column;
  }

  .bonus-orbit-one {
    width: 310px;
    height: 310px;
  }

  .bonus-orbit-two {
    width: 240px;
    height: 240px;
  }
}

/* =========================================================
   FREE BONUS / PREMIUM COMPARISON
   ========================================================= */

.comparison-yes {
  color: #027a48;
  font-weight: 700;
}

.comparison-no {
  color: #b42318;
  font-weight: 600;
}

.comparison-action-row > div {
  min-height: 78px;
}

.comparison-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;

  max-width: 900px;

  margin: 24px auto 0;
  padding: 17px 20px;

  border: 1px solid #dbe8ff;
  border-radius: 14px;

  background: #f4f8ff;
}

.comparison-note-icon {
  display: grid;
  place-items: center;

  flex: 0 0 24px;

  width: 24px;
  height: 24px;

  border-radius: 50%;

  background: var(--blue);
  color: #ffffff;

  font-size: 13px;
  font-weight: 800;
}

.comparison-note p {
  margin: 0;

  color: #475467;

  font-size: 13px;
  line-height: 1.6;
}

.comparison-note strong {
  color: #344054;
}

/* =========================================================
   MOBILE TAP / TEXT SELECTION COLORS
   ========================================================= */

body.page-template-page-home-new {
  -webkit-tap-highlight-color: rgba(23, 107, 255, 0.16);
}

body.page-template-page-home-new ::selection {
  background: rgba(23, 107, 255, 0.22);
  color: #101828;
}

body.page-template-page-home-new ::-moz-selection {
  background: rgba(23, 107, 255, 0.22);
  color: #101828;
}
.cerivpn-menu-toggle {
  border-radius: 10px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.cerivpn-menu-toggle:active {
  background: #eef4ff;
}

/* =========================================================
   CERIVPN MOBILE INTERACTION COLORS
   ========================================================= */

body.page-template-page-home-new,
body.page-template-page-home-new * {
  -webkit-tap-highlight-color: rgba(23, 107, 255, 0.16);
}

body.page-template-page-home-new ::selection {
  background: #176bff !important;
  color: #ffffff !important;
}

body.page-template-page-home-new ::-moz-selection {
  background: #176bff !important;
  color: #ffffff !important;
}

/* Prevent Astra/WordPress link states from becoming magenta */
body.page-template-page-home-new .cerivpn-site-nav a,
body.page-template-page-home-new .cerivpn-site-nav a:visited {
  color: #344054;
}

body.page-template-page-home-new .cerivpn-site-nav a:hover,
body.page-template-page-home-new .cerivpn-site-nav a:focus,
body.page-template-page-home-new .cerivpn-site-nav a:active {
  color: #176bff !important;
}
.cerivpn-mobile-account {
  display: none;
}

@media (max-width: 820px) {

  .cerivpn-mobile-account {
    display: block;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid var(--line);
  }

  .cerivpn-mobile-account a {
    display: block;
    padding: 12px;
    border-radius: 10px;
    color: #344054 !important;
    font-weight: 600;
  }

  .cerivpn-mobile-account a:hover,
  .cerivpn-mobile-account a:focus {
    background: #eef4ff;
    color: var(--blue) !important;
  }

  .cerivpn-mobile-account .cerivpn-mobile-logout {
    color: #b42318 !important;
  }
}
/* =========================================================
   LOCAL DEVICE PLATFORM ICONS
   Uses locally hosted SVG files for stable rendering across
   browsers, operating systems, and geographic locations.
   ========================================================= */

.device-platform-logo {
  display: block;

  width: 28px;
  height: 28px;

  object-fit: contain;
}

#features,
#pricing,
#how-it-works,
#faq {
  scroll-margin-top: 95px;
}