:root {
  color-scheme: light;
  --accent: #ff9d1b;
  --blue: #0a66d8;
  --cyan: #1ab7c9;
  --green: #15a66a;
  --red: #ce354d;
  --ink: #0d1726;
  --muted: #536174;
  --line: #dce3ee;
  --paper: #f7f9fc;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-solid: #ffffff;
  --inverse: #ffffff;
  --shadow: 0 18px 55px rgba(13, 23, 38, 0.12);
  --radius: 8px;
  --font-scale: 1;
  --header-h: 74px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body[data-theme="dark"] {
  color-scheme: dark;
  --ink: #f4f7fb;
  --muted: #b5c0ce;
  --line: #2a3545;
  --paper: #07111f;
  --surface: rgba(13, 23, 38, 0.86);
  --surface-solid: #101b2b;
  --inverse: #0d1726;
  --shadow: 0 18px 55px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-size: calc(16px * var(--font-scale));
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body[data-glass="true"] .surface,
body[data-glass="true"] .topbar,
body[data-glass="true"] .metric,
body[data-glass="true"] .module-card,
body[data-glass="true"] .flow-card,
body[data-glass="true"] .login-panel,
body[data-glass="true"] .faq-item {
  backdrop-filter: blur(20px) saturate(1.45);
  -webkit-backdrop-filter: blur(20px) saturate(1.45);
}

body[data-widget="compact"] {
  --header-h: 66px;
}

body[data-widget="compact"] .section {
  padding-block: 54px;
}

body[data-icons="solid"] .icon {
  background: var(--accent);
  color: #111827;
  border-color: transparent;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -100px;
  z-index: 1000;
  padding: 10px 12px;
  background: var(--ink);
  color: var(--inverse);
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 12px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-h);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.nav-shell {
  width: min(1180px, calc(100% - 32px));
  min-height: var(--header-h);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-weight: 760;
  letter-spacing: 0;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  color: #111827;
  background:
    linear-gradient(135deg, rgba(255, 157, 27, 0.96), rgba(255, 213, 92, 0.92) 46%, rgba(10, 102, 216, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 12px 30px rgba(10, 102, 216, 0.18);
}

.brand-name {
  display: grid;
  line-height: 1.05;
}

.brand-name small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 650;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-solid);
  color: var(--ink);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1;
}

.main-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 680;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="page"] {
  background: rgba(10, 102, 216, 0.1);
  color: var(--ink);
  outline: none;
}

.login-link {
  color: #111827 !important;
  background: var(--accent) !important;
}

.settings-dock {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  min-width: max-content;
}

.icon-button,
.swatch,
.seg-button {
  min-width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-solid);
  color: var(--ink);
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.icon-button:hover,
.swatch:hover,
.seg-button:hover,
.icon-button:focus-visible,
.swatch:focus-visible,
.seg-button:focus-visible {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--accent) 70%, var(--line));
  outline: none;
}

.segmented {
  display: inline-flex;
  gap: 4px;
}

.seg-button {
  min-width: 34px;
  font-size: 0.82rem;
  font-weight: 800;
}

.seg-button[aria-pressed="true"] {
  background: var(--ink);
  color: var(--inverse);
}

.swatch {
  min-width: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.swatch[data-accent="#ff9d1b"] {
  background: #ff9d1b;
}

.swatch[data-accent="#0a66d8"] {
  background: #0a66d8;
}

.swatch[data-accent="#15a66a"] {
  background: #15a66a;
}

.page-main {
  overflow: clip;
}

.section {
  padding-block: 72px;
}

.section.alt {
  background: color-mix(in srgb, var(--surface-solid) 72%, var(--paper));
  border-block: 1px solid var(--line);
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.narrow {
  width: min(860px, calc(100% - 32px));
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 820;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.65rem, 6vw, 5.85rem);
  line-height: 0.98;
  letter-spacing: 0;
  margin-bottom: 20px;
}

h2 {
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: 0;
  margin-bottom: 16px;
}

h3 {
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.18;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.lead {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
}

.hero {
  position: relative;
  min-height: calc(86svh - var(--header-h));
  display: grid;
  align-items: center;
  color: #ffffff;
  isolation: isolate;
  background: #0b1420;
}

.hero.compact-hero {
  min-height: 58svh;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.92) 0%, rgba(7, 17, 31, 0.66) 43%, rgba(7, 17, 31, 0.12) 100%),
    linear-gradient(0deg, rgba(7, 17, 31, 0.62), rgba(7, 17, 31, 0.06) 58%);
}

.hero-content {
  padding-block: 74px 64px;
}

.hero .lead {
  color: rgba(255, 255, 255, 0.82);
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 780;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.btn.primary {
  background: var(--accent);
  color: #111827;
  box-shadow: 0 18px 38px rgba(255, 157, 27, 0.26);
}

.btn.secondary {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.26);
  color: #ffffff;
}

.btn.ghost {
  color: var(--ink);
  border-color: var(--line);
  background: var(--surface-solid);
}

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

.trust-pill {
  min-height: 88px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
}

.trust-pill b {
  display: block;
  font-size: 1.25rem;
}

.trust-pill span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.section-head p {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 16px;
}

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

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

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

.module-card,
.flow-card,
.metric,
.faq-item,
.surface,
.login-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.module-card,
.flow-card {
  min-height: 206px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.module-card p,
.flow-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.module-card ul,
.flow-card ul,
.check-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.icon {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: inline-grid;
  place-items: center;
  color: var(--blue);
  background: color-mix(in srgb, var(--blue) 10%, var(--surface-solid));
  font-weight: 820;
}

.metrics-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.metric {
  min-height: 118px;
  padding: 18px;
}

.metric strong {
  display: block;
  font-size: clamp(1.55rem, 3vw, 2.6rem);
  line-height: 1;
}

.metric span {
  color: var(--muted);
  font-size: 0.92rem;
}

.feature-band {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: center;
}

.glass-dashboard {
  min-height: 430px;
  padding: 18px;
  position: relative;
  overflow: hidden;
}

.dashboard-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mini-panel {
  min-height: 122px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface-solid) 74%, transparent);
  padding: 14px;
}

.mini-panel b {
  display: block;
  margin-bottom: 10px;
}

.bar-chart {
  height: 92px;
  display: flex;
  align-items: end;
  gap: 8px;
}

.bar-chart span {
  flex: 1;
  min-width: 8px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--accent), var(--blue));
}

.route-map {
  margin-top: 12px;
  min-height: 238px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, transparent 0 48%, color-mix(in srgb, var(--line) 72%, transparent) 48% 52%, transparent 52%),
    linear-gradient(0deg, transparent 0 48%, color-mix(in srgb, var(--line) 72%, transparent) 48% 52%, transparent 52%),
    color-mix(in srgb, var(--blue) 7%, var(--surface-solid));
  position: relative;
}

.route-map::before,
.route-map::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--accent) 22%, transparent);
}

.route-map::before {
  left: 20%;
  top: 24%;
}

.route-map::after {
  right: 16%;
  bottom: 22%;
  background: var(--green);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--green) 22%, transparent);
}

.route-line {
  position: absolute;
  left: 21%;
  top: 29%;
  width: 58%;
  height: 44%;
  border: 3px solid var(--blue);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 var(--radius) 0 0;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.tab-button {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-solid);
  color: var(--muted);
  cursor: pointer;
  font-weight: 760;
}

.tab-button[aria-selected="true"] {
  color: #111827;
  background: var(--accent);
  border-color: transparent;
}

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

.timeline {
  display: grid;
  gap: 12px;
  counter-reset: step;
}

.timeline li {
  list-style: none;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: start;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.timeline li::before {
  counter-increment: step;
  content: counter(step);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #ffffff;
  font-weight: 820;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-solid);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

th,
td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

tr:last-child td {
  border-bottom: 0;
}

.search-box {
  width: min(460px, 100%);
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 14px;
  background: var(--surface-solid);
  color: var(--ink);
}

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

.faq-item {
  padding: 18px;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 780;
}

.faq-item p {
  margin: 12px 0 0;
  color: var(--muted);
}

.footer {
  background: #07111f;
  color: #f5f8fc;
  padding: 54px 0 28px;
}

.footer a {
  color: #ffffff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
}

.escalation {
  display: grid;
  gap: 10px;
}

.escalation-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.escalation-row b {
  color: #ffd25e;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.login-page {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  background: var(--paper);
}

.login-visual {
  position: relative;
  min-height: 100svh;
  padding: 42px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image:
    linear-gradient(90deg, rgba(7, 17, 31, 0.86), rgba(7, 17, 31, 0.2)),
    url("../img/corporate-transport-erp-hero.png");
  background-size: cover;
  background-position: center;
}

.login-visual .brand {
  color: #ffffff;
}

.visual-copy {
  max-width: 640px;
}

.visual-copy h1 {
  font-size: clamp(2.4rem, 5vw, 5rem);
}

.security-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.security-pills span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 700;
}

.login-panel-wrap {
  display: grid;
  place-items: center;
  padding: 28px;
}

.login-panel {
  width: min(100%, 440px);
  padding: 28px;
}

.login-panel h2 {
  font-size: 2rem;
}

.form-grid {
  display: grid;
  gap: 14px;
}

.field label {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 740;
}

.field input,
.field select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-solid);
  color: var(--ink);
  padding: 0 12px;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.social {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-solid);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 760;
  cursor: pointer;
}

.logo-g {
  color: #4285f4;
  font-weight: 900;
}

.logo-f {
  color: #1877f2;
  font-weight: 900;
}

.logo-in {
  color: #0a66c2;
  font-weight: 900;
}

.logo-ms {
  width: 18px;
  height: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.logo-ms i:nth-child(1) {
  background: #f35325;
}

.logo-ms i:nth-child(2) {
  background: #81bc06;
}

.logo-ms i:nth-child(3) {
  background: #05a6f0;
}

.logo-ms i:nth-child(4) {
  background: #ffba08;
}

.form-links {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
  color: var(--blue);
  font-weight: 700;
  font-size: 0.92rem;
}

.legal-copy {
  color: var(--muted);
  font-size: 0.86rem;
}

.legal-copy a {
  color: var(--blue);
  font-weight: 760;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  max-width: 360px;
  padding: 14px 16px;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--inverse);
  box-shadow: var(--shadow);
  transform: translateY(120%);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
}

.login-launch {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  background: rgba(7, 17, 31, 0.94);
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  overflow: hidden;
}

.login-launch.active {
  opacity: 1;
  pointer-events: auto;
}

.launch-mark {
  position: relative;
  width: min(46vw, 260px);
  aspect-ratio: 1;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: clamp(2rem, 7vw, 5rem);
  font-weight: 880;
  color: #111827;
  background:
    linear-gradient(135deg, #ffffff, #ffd25e 35%, #ff9d1b 58%, #4fb2ff 100%);
  box-shadow: 0 0 80px rgba(79, 178, 255, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  animation: launchMove 1100ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.launch-track {
  position: absolute;
  inset: -20%;
  transform: rotate(-14deg);
}

.launch-track span {
  position: absolute;
  left: -40%;
  width: 180%;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.74), transparent);
  animation: streak 900ms ease-in-out infinite;
}

.launch-track span:nth-child(1) {
  top: 32%;
}

.launch-track span:nth-child(2) {
  top: 48%;
  animation-delay: 120ms;
}

.launch-track span:nth-child(3) {
  top: 64%;
  animation-delay: 220ms;
}

@keyframes launchMove {
  0% {
    transform: translateX(-24vw) scale(0.72);
    opacity: 0;
  }
  58% {
    opacity: 1;
  }
  100% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}

@keyframes streak {
  0% {
    transform: translateX(-12%);
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  100% {
    transform: translateX(12%);
    opacity: 0;
  }
}

.privacy-shield {
  position: fixed;
  inset: 0;
  z-index: 250;
  display: none;
  place-items: center;
  padding: 24px;
  text-align: center;
  background: #07111f;
  color: #ffffff;
}

.privacy-shield.active {
  display: grid;
}

@media (max-width: 980px) {
  .nav-shell {
    flex-wrap: wrap;
    padding-block: 10px;
  }

  .nav-toggle {
    display: inline-block;
    margin-left: auto;
  }

  .main-nav {
    order: 4;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 8px;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    justify-content: center;
  }

  .settings-dock {
    flex: 1 1 100%;
    order: 3;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .grid.cols-3,
  .grid.cols-4,
  .metrics-row,
  .trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-band,
  .footer-grid,
  .login-page {
    grid-template-columns: 1fr;
  }

  .login-visual {
    min-height: 58svh;
  }
}

@media (max-width: 680px) {
  .container,
  .nav-shell,
  .narrow {
    width: min(100% - 24px, 1180px);
  }

  .section {
    padding-block: 50px;
  }

  .hero {
    min-height: 84svh;
  }

  .section-head {
    display: block;
  }

  .grid.cols-2,
  .grid.cols-3,
  .grid.cols-4,
  .metrics-row,
  .trust-row,
  .dashboard-top,
  .social-grid {
    grid-template-columns: 1fr;
  }

  .module-card,
  .flow-card,
  .metric {
    min-height: auto;
  }

  .footer-bottom,
  .form-links {
    flex-direction: column;
  }

  .login-panel-wrap {
    padding: 18px 12px 28px;
  }

  .login-panel {
    padding: 20px;
  }
}

@media print {
  body > *:not(.privacy-shield) {
    display: none !important;
  }

  .privacy-shield {
    display: grid !important;
  }
}
