:root {
  --c-heading: #002a40;
  --c-text: #394a53;
  --c-body: #18191a;
  --c-light: #f0f4fd;
  --c-blue: #00a4ff;
  --c-dark: #00132d;
  --c-footer: #05151d;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://www.vpnunlimited.com/fonts/roboto-400.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://www.vpnunlimited.com/fonts/roboto-500.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://www.vpnunlimited.com/fonts/roboto-700.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://www.vpnunlimited.com/fonts/roboto-900.woff2") format("woff2");
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--c-body);
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background: #ffffff;
}

a {
  text-decoration: none;
}

.oem-page section {
  scroll-margin-top: 82px;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.oem-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  background: #2c3a47;
}

.oem-header-container {
  display: flex;
  align-items: center;
  min-height: 60px;
  gap: 36px;
}

.oem-header-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  height: 24px;
}

.oem-header-logo img {
  display: block;
  width: 132px;
  height: 16px;
}

.oem-header-nav {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 30px;
  min-width: 0;
}

.oem-header-nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.oem-header-nav a:hover,
.oem-header-nav a:focus-visible {
  color: #ffffff;
}

.oem-header-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 20px;
}

.oem-header-language,
.oem-header-office {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

.oem-header-language {
  gap: 6px;
}

.oem-header-language-icon,
.oem-header-office-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.oem-header-language-icon svg,
.oem-header-office-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentcolor;
}

.oem-header-language-arrow {
  width: 6px;
  height: 6px;
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
  transform: rotate(45deg) translateY(-2px);
}

.oem-header-office {
  min-height: 34px;
  padding: 0 12px;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  transition: background 0.2s ease;
}

.oem-header-office:hover,
.oem-header-office:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}

.oem-header-menu-toggle {
  display: none !important;
}

.ticket.section-pad {
  padding-top: 100px;
}

.section-pad-sm {
    padding-top: 100px;
}

.ideal.section-pad {
  padding-top: 100px;
}

.monetization.section-pad
{
    margin-top:70px;
    padding: 60px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 8px;
  padding: 0 30px;
  background: #0075ff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  transition: background 0.2s ease;
}

.btn-primary {
  background: #0075ff;
  color: #ffffff;
}

.btn-primary:hover {
  background: #0075ff;
}

.btn-small {
  min-width: 176px;
  font-size: 16px;
}

.modal-open {
  overflow: hidden;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px 16px;
}

.contact-modal.is-open {
  display: flex;
}

.contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 19, 45, 0.72);
}

.contact-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  max-height: calc(100vh - 56px);
  overflow-y: auto;
  border-radius: 8px;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 18px 60px rgba(0, 19, 45, 0.28);
}

.contact-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #0075ff;
  cursor: pointer;
  padding: 0;
}

.contact-modal__close::before,
.contact-modal__close::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 4px;
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background: currentcolor;
}

.contact-modal__close::before {
  transform: rotate(45deg);
}

.contact-modal__close::after {
  transform: rotate(-45deg);
}

.contact-modal__title {
  color: #202431;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.contact-modal__subtitle {
  margin: 14px auto 30px;
  max-width: 320px;
  color: #798089;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.contact-modal__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-modal__form[hidden] {
  display: none;
}

.contact-modal__field {
  display: flex;
  flex-direction: column;
}

.contact-modal__label {
  margin: 0 0 4px 10px;
  color: #667085;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
}

.contact-modal__label--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.contact-modal__control {
  width: 100%;
  min-height: 44px;
  border: 1px solid #8ad9ff;
  border-radius: 4px;
  background: #ffffff;
  color: #394a53;
  font: inherit;
  line-height: 20px;
  padding: 11px 12px;
  outline: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-modal__control:focus {
  border-color: #0075ff;
  box-shadow: 0 0 0 3px rgba(0, 117, 255, 0.16);
}

.contact-modal__control.is-invalid {
  border-color: #e03232;
}

.contact-modal__textarea {
  min-height: 106px;
  resize: vertical;
}

.contact-modal__note,
.contact-modal__status {
  color: #394a53;
  font-size: 14px;
  line-height: 20px;
}

.contact-modal__note.is-error,
.contact-modal__status.is-error {
  color: #e03232;
}

.contact-modal__status {
  display: none;
  margin-top: -4px;
}

.contact-modal__status.is-visible {
  display: block;
}

.contact-modal__submit {
  width: 100%;
  margin-top: 6px;
  border: 0;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

.contact-modal__submit:disabled {
  opacity: 0.7;
  cursor: default;
}

.contact-modal__success {
  display: none;
  padding: 40px 0 18px;
  text-align: center;
}

.contact-modal__success.is-visible {
  display: block;
}

.contact-modal__success h3 {
  color: #202431;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.contact-modal__success p {
  margin-top: 12px;
  color: #798089;
  font-size: 14px;
  line-height: 20px;
}

.contact-modal__success-button {
  width: 100%;
  margin-top: 30px;
  border: 0;
  cursor: pointer;
}

.subscribe-result-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}

.subscribe-result-modal.is-open {
  display: flex;
}

.subscribe-result-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 19, 45, 0.72);
}

.subscribe-result-modal__card {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  border-radius: 8px;
  background: #ffffff;
  padding: 24px;
  text-align: center;
  box-shadow: 0 18px 60px rgba(0, 19, 45, 0.28);
}

.subscribe-result-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #0075ff;
  cursor: pointer;
  padding: 0;
}

.subscribe-result-modal__close::before,
.subscribe-result-modal__close::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 4px;
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background: currentcolor;
}

.subscribe-result-modal__close::before {
  transform: rotate(45deg);
}

.subscribe-result-modal__close::after {
  transform: rotate(-45deg);
}

.subscribe-result-modal__title {
  margin: 20px 0 0;
  color: #202431;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.subscribe-result-modal__text {
  margin-top: 12px;
  color: #798089;
  font-size: 14px;
  line-height: 20px;
}

.subscribe-result-modal__button {
  width: 100%;
  margin-top: 30px;
  border: 0;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 550px;
  overflow: visible;
  z-index: 2;
}

.hero-footer-bg
{
    position: absolute;
    opacity: 0.1;
    background: linear-gradient(96deg, #3262E0 0%, rgba(50, 98, 224, 0.30) 100%);
    width: 100%;
    height: 100%;
}

.hero-container {
  position: relative;
  z-index: 2;
  padding-top: 38px;
  padding-bottom: 40px;
}

.hero-content {
  max-width: 640px;
  position: relative;
}

.hero-logo {
  width: 162px;
  max-width: 100%;
  height: auto;
}

.hero h1 {
  margin-top: 40px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 400;
  color: var(--c-heading);
  max-width: 500px;
}

.hero-subtitle {
  margin-top: 18px;
  max-width: 560px;
  color: var(--c-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.hero-list-wrap {
  margin-top: 24px;
}

.hero-list-title {
  color: var(--c-heading);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
}

.hero-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-list li {
  display: flex;
  gap: 10px;
  color: var(--c-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.hero-list li img {
  width: 14px;
  height: 14px;
  margin-top: 5px;
}

.hero-list li span {
  line-height: 24px;
}

.hero-list li strong {
  font-weight: 500;
}

.hero .btn {
  margin-top: 32px;
}

.hero-footnote {
  margin-top: 26px;
  color: var(--c-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.hero-visual {
  position: absolute;
  top: 160px;
  left: 560px;
  width: 788px;
  z-index: 3;
  pointer-events: none;
}

.hero-map {
  position: absolute;
  top: 40px;
  left: calc(100% - 760px);
  width: 760px;
  z-index: 1;
  pointer-events: none;
}

.hero-map-image {
  display: block;
  width: 100%;
  height: auto;
}

.hero-device {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

h2 {
  color: var(--c-heading);
  font-size: 30px;
  line-height: 0.8;
  font-weight: 400;
}

.section-subtext {
  margin-top: 16px;
  max-width: 800px;
  color: var(--c-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.section-subtext strong {
  font-weight: 500;
}

.section-mini-label {
  margin-top: 22px;
  color: var(--c-text);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.pill-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.pill-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  border-radius: 8px;
  background: var(--c-light);
  text-align: center;
  color: var(--c-text);
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  padding: 16px 18px;
}

.launch h2 {
  max-width: 900px;
}

.launch-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.launch-card {
  border-radius: 8px;
  padding: 24px;
  min-height: 236px;
}

.launch-card-red {
  background: linear-gradient(97.09deg, rgba(224, 50, 50, 0.1) 0%, rgba(224, 50, 50, 0.06) 100%);
}

.launch-card-blue {
  background: linear-gradient(97.09deg, rgba(50, 119, 224, 0.1) 0%, rgba(50, 119, 224, 0.06) 100%);
}

.launch-card-green {
  background: linear-gradient(97.09deg, rgba(50, 224, 57, 0.1) 0%, rgba(50, 224, 57, 0.06) 100%);
}

.launch-card-purple {
  background: linear-gradient(97.09deg, rgba(179, 50, 224, 0.1) 0%, rgba(179, 50, 224, 0.06) 100%);
}

.launch-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.launch-icon img {
  width: 100%;
  height: 100%;
}

.launch-icon-red {
  background: #e03232;
}

.launch-icon-blue {
  background: #3277e0;
}

.launch-icon-green {
  background: #32e039;
}

.launch-icon-purple {
  background: #b332e0;
}

.launch-card h3 {
  margin-top: 24px;
  color: var(--c-heading);
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400;
}

.launch-card p {
  margin-top: 14px;
  color: var(--c-text);
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
}

.foundation-box {
  position: relative;
  border-radius: 8px;
  background: var(--c-light);
  overflow: hidden;
}

.foundation-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48%;
  background: url("https://www.vpnunlimited.com/img/Brand%20Landings/brand-map_17328.png") center right / cover no-repeat;
  opacity: 0.28;
}

.foundation-content {
  position: relative;
  z-index: 1;
  padding: 50px 50px 0;
  width: 100%;
}

.foundation-content h3 {
  color: var(--c-heading);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 400;
}

.foundation-items {
  margin-top: 26px;
  display: grid;
  gap: 16px;
}

.foundation-items h4 {
  color: #0075ff;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.foundation-items p {
  margin-top: 8px;
  max-width: 520px;
  color: var(--c-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.foundation-items p strong {
  font-weight: 500;
}

.foundation-cta {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  width: 100%;
  background: linear-gradient(
    119.76096161919388deg,
    rgba(50, 98, 224, 0.1) 3.7295%,
    rgba(50, 98, 224, 0) 96.318%
  );
  padding: 34px 50px;
}

.foundation-cta p {
  color: var(--c-text);
  font-size: 20px;
  line-height: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}

.protocols h2 {
  text-align: center;
}

.protocol-table {
  margin-top: 30px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 2px solid #fff;
  border-radius: 8px;
  overflow: hidden;
}

.protocol-table thead th {
  padding: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #f1f4fd;
  color: #18191a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}

.protocol-table thead th:last-child {
  border-right: 0;
}

.protocol-table tbody tr {
  height: 32px;
}

.protocol-table tbody td {
  height: 32px;
  padding: 6px 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #18191a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  vertical-align: middle;
  white-space: nowrap;
}

.protocol-table tbody td:last-child {
  border-right: 0;
}

.protocol-table tbody tr:last-child td {
  border-bottom: 0;
}

.protocol-header {
  display: flex;
  align-items: center;
  gap: 4px;
}

.protocol-header img {
  width: 20px;
  height: 20px;
}

.protocol-header-double img {
  width: 20px;
  height: 20px;
}

.monetization {
  background: #050d1d;
  color: #ffffff;
}

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

.monetization h2 {
  color: #ffffff;
  line-height: 0.8;
  font-weight: 400;
}

.monetization-inner > p {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}

.monetization-inner > p:first-of-type {
  color: #ffffff;
  font-weight: 200;
    margin-top: 16px;
}

.mono-label {
  margin-top: 34px;
  color: #ffffff;
  font-weight: 200;
}

.mono-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, 282px);
  justify-content: center;
  gap: 30px;
}

.mono-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 13px 16px;
  text-align: left;
}

.mono-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  opacity: 0.3;
  background: linear-gradient(275deg, #3262e0 3.73%, rgba(50, 98, 224, 0) 96.32%);
  pointer-events: none;
}

.mono-grid .mono-card:nth-child(2)::before {
  background: linear-gradient(95deg, #3262e0 3.73%, rgba(50, 98, 224, 0) 96.32%);
}

.mono-card > * {
  position: relative;
  z-index: 1;
}

.mono-card-title {
  color: #0075ff;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.mono-card p {
  margin-top: 8px;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 20px;
  text-align: center;
}

.monetization .btn {
  margin-top: 40px;
  margin-bottom: 20px;
}

.mono-footnote {
  margin-top: 0;
  color: #fff;
  text-align: center;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  line-height: 20px;
  opacity: 0.6;
}

.faq h2 {
  margin-bottom: 30px;
  color: #002a40;
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
}

.faq-item {
  border: none;
  border-radius: 4px;
  margin-bottom: 8px;
  background: #f0f4fd;
}

.faq-item[open] {
  background: #f0f4fd;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 16px 56px 16px 16px;
  color: #394a53;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

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

.faq-item summary::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("./assets/faq_closed.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}

.faq-item[open] summary::after {
  background-image: url("./assets/faq_open.png");
}

.faq-item p {
  padding: 0 16px 16px;
  color: #18191a;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}

.final-cta-box {
  position: relative;
  overflow: visible;
  border-radius: 8px;
  background: #03122f;
  text-align: center;
  padding: 40px 20px 30px;
}

.final-cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: url("https://www.vpnunlimited.com/img/Brand%20Landings/brand-map_17328.png") center / cover no-repeat;
  opacity: 0.2;
}

.final-cta-box > :not(.final-intersection-logo) {
  position: relative;
  z-index: 1;
}

.final-intersection-logo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -52%);
  width: 152px;
  height: auto;
  z-index: 3;
}

.final-cta h2 {
  color: #ffffff;
  margin-top: 44px;
  line-height: 0.8;
  font-weight: 400;
}

.final-cta p {
  margin-top: 24px;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}

.final-cta .btn {
  margin-top: 40px;
  margin-bottom: 40px;
}

.final-cta small {
  display: block;
  margin-top: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}

.site-footer {
  margin-top: 100px;
  background: var(--c-footer);
  color: #d6dde1;
  padding-top: 40px;
}

.footer-main {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}

.footer-col {
  min-width: 0;
}

.footer-col h4 {
  color: #00aaff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 200;
  margin-bottom: 8px;
}

.footer-col a {
  display: block;
  color: #d6dde1;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 4px;
}

.footer-subtitle {
  margin-top: 20px;
}

.footer-col-action {
  max-width: 312px;
}

.footer-col a.footer-signin-btn {
  width: 180px;
  height: 44px;
  margin-top: 8px;
  margin-bottom: 0;
  border-radius: 4px;
  background: #00aaff;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-col-action .footer-subtitle {
  margin-top: 132px;
}

.footer-subscribe {
  margin-top: 8px;
  max-width: 312px;
  height: 44px;
  display: flex;
  align-items: center;
  border: 1px solid #a3b2ba;
  border-radius: 8px;
  padding: 2px 2px 2px 12px;
}

.footer-subscribe input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #ffffff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.footer-subscribe input::placeholder {
  color: #a3b2ba;
  opacity: 1;
}

.footer-subscribe button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #a3b2ba;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.footer-note {
  margin-top: 4px;
  max-width: 224px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.footer-mini {
  margin-top: 36px;
  padding: 16px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-mini p {
  color: #a3b2ba;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

@media (max-width: 1200px) {
  h2 {
    font-size: 28px;
  }

  .oem-header-container {
    gap: 22px;
  }

  .oem-header-nav {
    gap: 18px;
  }

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

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

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

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

  .footer-col-action .footer-subtitle {
    margin-top: 32px;
  }
}

@media (max-width: 960px) {
  .oem-header-container {
    flex-wrap: wrap;
    min-height: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    row-gap: 12px;
  }

  .oem-header-nav {
    order: 3;
    flex: 0 0 100%;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
  }

  .oem-header-actions {
    margin-left: auto;
  }

  .hero {
    min-height: 0;
  }

  .hero-container {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .hero h1 {
    margin-top: 24px;
  }

  .hero-visual {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 700px;
    margin-top: 26px;
  }

  .hero-device {
    width: 100%;
  }

  .hero-map {
      position: absolute;
      top: auto;
      left: auto;
      width: 100%;
      max-width: 700px;
      margin-top: 26px;
  }

  .foundation-content {
    padding: 30px 30px 0;
  }

  .foundation-map {
    width: 44%;
  }

  .protocol-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .protocol-table thead th,
  .protocol-table tbody td {
    min-width: 240px;
  }

  .mono-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

}

@media (max-width: 767px) {
  .oem-page section {
    scroll-margin-top: 76px;
  }

  .oem-header-container {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    padding-right: 14px;
    padding-left: 14px;
    gap: 10px;
  }

  .oem-header-logo {
    grid-column: 1;
  }

  .oem-header-logo img {
    width: 118px;
    height: auto;
  }

  .oem-header-actions {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    margin-left: 0;
    gap: 8px;
  }

  .oem-header-office {
    min-height: 32px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
  }

  .oem-header-menu-toggle {
    display: inline-flex !important;
    grid-column: 4;
    grid-row: 1;
    justify-self: end;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    border: 0;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    cursor: pointer;
    padding: 0;
  }

  .oem-header-menu-toggle span {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background: currentcolor;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .oem-header.is-menu-open .oem-header-menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .oem-header.is-menu-open .oem-header-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .oem-header.is-menu-open .oem-header-menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .oem-header-language {
    font-size: 0;
  }

  .oem-header-language-icon {
    width: 20px;
    height: 20px;
  }

  .oem-header-nav {
    display: none;
    grid-column: 1 / -1;
    grid-row: 2;
    order: initial;
    flex: initial;
    width: 100%;
    margin-top: 0;
    padding: 8px 0 2px;
    gap: 0;
    overflow: hidden;
    padding-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .oem-header.is-menu-open .oem-header-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 8px;
    row-gap: 2px;
  }

  .oem-header-nav a {
    min-height: 34px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 0 8px;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
  }

  .oem-header-nav a:hover,
  .oem-header-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.08);
  }

  .section-pad {
    padding: 44px 0;
  }

  .ticket.section-pad {
    padding-top: 44px;
  }

  .section-pad-sm {
    padding: 40px 0;
  }

  h2 {
    font-size: 24px;
  }

  .hero h1 {
    font-size: 28px;
    line-height: 1.1;
  }

  .btn {
    width: 100%;
    max-width: 320px;
    font-size: 16px;
    line-height: 22px;
    height: 46px;
  }

  .hero-device {
    width: 100%;
  }

  .pill-grid,
  .launch-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-col-action .footer-subtitle {
    margin-top: 24px;
  }

  .foundation-content {
    padding: 24px 24px 0;
  }

  .foundation-map {
    display: none;
  }

  .foundation-cta {
    padding: 22px;
  }

  .contact-modal__dialog {
    padding: 24px;
  }

  .contact-modal__title {
    font-size: 20px;
    line-height: 26px;
  }

  .contact-modal__submit {
    max-width: none;
  }

}
