:root {
  --bg: #050a14;
  --panel: rgba(17, 26, 40, 0.55);
  --panel-2: rgba(26, 36, 52, 0.65);
  --text: #eef4fb;
  --muted: #a0aec0;
  --line: rgba(255, 255, 255, 0.08);
  --brand: #b8c8da;
  --brand-2: #f1f5f9;
  --accent: #93a8bf;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.65);
  --glass: rgba(13, 22, 36, 0.6);
  --glass-border: rgba(255, 255, 255, 0.12);
  --glass-highlight: rgba(255, 255, 255, 0.05);
  --gold: #c8a03c;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset, 190px);
}

[id] {
  scroll-margin-top: var(--anchor-offset, 190px);
}

body {
  font-family: "Orbitron", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 10%, #1a304d 0, transparent 34%),
    radial-gradient(circle at 80% 20%, #1f2d41 0, transparent 35%),
    linear-gradient(165deg, #070c14 0%, #0b1c2d 58%, #05090f 100%);
  line-height: 1.55;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: -20% -10%;
  background:
    radial-gradient(circle at 20% 30%, rgba(123, 208, 255, 0.12), transparent 38%),
    radial-gradient(circle at 80% 65%, rgba(77, 227, 184, 0.08), transparent 42%);
  animation: slowDrift 18s ease-in-out infinite alternate;
  z-index: -2;
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  font-style: italic;
  shape-margin: 0.75rem;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, #8c9eb5, var(--brand-2), #d5dce5);
  z-index: 40;
  box-shadow: 0 0 16px rgba(123, 208, 255, 0.9);
}

.backdrop-lines {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    linear-gradient(transparent 96%, #294163 97%, transparent 100%),
    linear-gradient(90deg, transparent 96%, #294163 97%, transparent 100%);
  background-size: 70px 70px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 80%);
  z-index: -1;
}

.container {
  width: min(1140px, 92vw);
  margin: 0 auto;
}

.section {
  padding: 5.5rem 0;
  position: relative;
}

.section>.container {
  position: relative;
  z-index: 1;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.02) 0%,
      rgba(255, 255, 255, 0) 65%);
}

main .section:nth-of-type(even)::before {
  background: linear-gradient(180deg,
      rgba(183, 198, 214, 0.06) 0%,
      rgba(183, 198, 214, 0) 68%);
}

/* --- TYPOGRAPHY HARMONIZATION --- */

h1, h2, h3, h4, h5, h6 {
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
}

h1 { font-size: clamp(2.5rem, 6vw, 3.8rem); line-height: 1.1; margin-bottom: 1.5rem; }
h2 { font-size: clamp(2rem, 5vw, 2.8rem); line-height: 1.2; margin-bottom: 1.25rem; }
h3 { font-size: 1.5rem; margin-bottom: 1rem; }

.section-head p {
  font-family: "Orbitron", sans-serif;
  color: var(--muted);
  line-height: 1.65;
}

button, input, select, textarea {
  font-family: "Orbitron", sans-serif;
}

.eyebrow {
  font-family: "Orbitron", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  background: rgba(10, 18, 29, 0.4);
  border-bottom: 1px solid var(--glass-border);
  transition: all 0.4s ease;
}

.site-header.scrolled {
  background: rgba(7, 13, 22, 0.9);
  border-bottom-color: rgba(89, 110, 136, 0.55);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
}

.news-ticker {
  position: sticky;
  top: var(--header-offset, 78px);
  z-index: 99;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(13, 22, 36, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.news-ticker__inner {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.news-ticker__label {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.28rem 0.64rem;
  border: 1px solid rgba(96, 120, 150, 0.58);
  border-radius: 999px;
  background: rgba(12, 21, 35, 0.82);
  color: #f24848;
  font-family: "Orbitron", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 0 10px rgba(242, 72, 72, 0.45);
  animation: newsLabelBlink 1.4s ease-in-out infinite;
}

.news-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f24848;
  box-shadow: 0 0 0 0 rgba(242, 72, 72, 0.55);
  animation: newsPulse 1.4s ease-in-out infinite;
}

.news-ticker__viewport {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 4%, black 96%, transparent);
}

.news-ticker__track {
  --ticker-duration: 35s;
  display: inline-flex;
  align-items: center;
  width: max-content;
  animation: tickerScroll var(--ticker-duration) linear infinite;
  will-change: transform;
}

.news-ticker:hover .news-ticker__track {
  animation-play-state: paused;
}

.news-ticker__row {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.news-ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #7fb7ff;
  text-decoration: none;
  font-family: "Orbitron", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 0 10px rgba(127, 183, 255, 0.45);
  transition: color 180ms ease, text-shadow 180ms ease, filter 180ms ease;
}

.news-ticker__item::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f24848;
  box-shadow:
    0 0 0 0 rgba(242, 72, 72, 0.52),
    0 0 10px rgba(242, 72, 72, 0.58);
  animation: newsPulse 1.4s ease-in-out infinite;
  flex: 0 0 auto;
}

.news-ticker__item+.news-ticker__item {
  margin-left: 1rem;
}

.news-ticker__item.is-breaking {
  font-weight: 700;
}

.news-ticker__item:hover {
  color: #ffffff;
  text-shadow: 0 0 12px rgba(212, 235, 255, 0.72);
  filter: brightness(1.08);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  gap: 1.35rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  position: relative;
  margin-right: 1.4rem;
  margin-left: -18px;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-name {
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
}

.brand-name em {
  color: var(--gold);
  font-style: normal;
}

.brand-sub {
  font-size: 0.58rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  margin-top: 3px;
  line-height: 1.25;
}

.brand img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 10px;
  transition: transform 260ms ease, filter 260ms ease;
}

.brand::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 58px;
  height: 58px;
  transform: translateY(-50%) translateX(-140%) skewX(-22deg);
  background: linear-gradient(110deg,
      rgba(111, 195, 255, 0) 10%,
      rgba(152, 223, 255, 0.68) 50%,
      rgba(111, 195, 255, 0) 90%);
  pointer-events: none;
  opacity: 0;
  transition: transform 420ms ease, opacity 220ms ease;
}

.brand:hover img,
.brand:focus-visible img {
  transform: translateY(-1px) scale(1.03);
  filter:
    brightness(1.06) drop-shadow(0 0 10px rgba(120, 205, 255, 0.6)) drop-shadow(0 0 24px rgba(81, 174, 255, 0.45));
}

.brand:hover::after,
.brand:focus-visible::after {
  transform: translateY(-50%) translateX(140%) skewX(-22deg);
  opacity: 1;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  margin-left: 1.4rem;
  padding: 0.34rem 0.42rem;
  border: 1px solid rgba(98, 122, 152, 0.46);
  border-radius: 999px;
  background: linear-gradient(160deg, rgba(13, 22, 35, 0.78), rgba(8, 14, 24, 0.82));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 var(--glass-highlight);
}

.main-nav a {
  text-decoration: none;
  font-family: "Orbitron", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  position: relative;
  border: 1px solid rgba(200, 160, 60, 0.3);
  border-radius: 99px;
  padding: 0.38rem 1rem;
  margin-left: 0.5rem;
  text-shadow: 0 0 10px rgba(200, 160, 60, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-nav a:hover {
  background: rgba(200, 160, 60, 0.15);
  border-color: var(--gold);
  box-shadow: 0 0 20px rgba(200, 160, 60, 0.3), inset 0 0 10px rgba(200, 160, 60, 0.1);
  color: #fff;
  transform: translateY(-1px);
}

.main-nav a.active {
  background: rgba(200, 160, 60, 0.25);
  border-color: var(--gold);
  color: #fff;
  box-shadow: 0 0 25px rgba(200, 160, 60, 0.4);
}

.main-nav a.active::after {
  transform: scaleX(1);
}

.nav-contact {
  display: inline-flex;
  align-items: center;
  margin-left: 0.2rem;
}

.pw-live-clock {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.38rem 0.58rem;
  border: 1px solid rgba(156, 174, 197, 0.4);
  border-radius: 10px;
  background: linear-gradient(160deg, #0a1320, #060c14);
  color: #eef3fb;
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    monospace;
  font-size: 0.72rem;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 280ms ease, transform 280ms ease;
}

.pw-live-clock.is-ready {
  opacity: 1;
  transform: translateY(0);
}

.pw-live-dot {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background: #39d96e;
  box-shadow: 0 0 10px rgba(57, 217, 110, 0.75);
  animation: pw-blink 1.2s infinite ease-in-out;
}

.pw-live-label {
  color: #9de7b6;
  letter-spacing: 0.04em;
  font-size: 0.66rem;
  font-weight: 700;
}

.pw-live-time {
  color: #ffffff;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.pw-live-tz {
  color: #d7e0ec;
  font-weight: 700;
}

.pw-live-clock--soc {
  box-shadow:
    0 0 16px rgba(80, 220, 130, 0.16),
    inset 0 0 10px rgba(120, 180, 255, 0.08);
}

.menu-toggle {
  display: none;
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  font-family: "Orbitron", sans-serif;
  font-size: 1rem;
}

.hero {
  padding-top: 4rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2.2rem;
  align-items: center;
  position: relative;
}

.eyebrow {
  color: var(--accent);
  font-family: "Orbitron", sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}

h1,
h2,
h3 {
  font-family: "Orbitron", sans-serif;
  line-height: 1.05;
  margin-top: 0;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(2.15rem, 4.2vw, 4.1rem);
  margin-bottom: 0.8rem;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.45);
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  margin-bottom: 0.9rem;
  background: linear-gradient(100deg, #f4f7fb, #b4c2d2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

h3 {
  font-size: 1.4rem;
  margin-bottom: 0.55rem;
}

p {
  color: var(--muted);
  margin-top: 0;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.35rem;
  align-items: flex-start;
}

.quote-cta {
  position: relative;
  padding-bottom: 0.55rem;
}

.quote-contact-pop {
  position: absolute;
  left: 0;
  top: calc(100% - 0.05rem);
  min-width: 300px;
  border: 1px solid #61778f;
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(15, 25, 39, 0.94), rgba(11, 18, 29, 0.95));
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  padding: 0.6rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px) scale(0.98);
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
  z-index: 6;
}

.quote-contact-pop::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.6rem;
  height: 0.6rem;
}

.quote-cta:hover .quote-contact-pop,
.quote-cta:focus-within .quote-contact-pop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.quote-contact-item {
  text-decoration: none;
  color: #f0f5fb;
  display: grid;
  gap: 0.1rem;
  padding: 0.55rem 0.65rem 0.55rem 1.65rem;
  border-radius: 10px;
  border: 1px solid transparent;
  position: relative;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.quote-contact-item+.quote-contact-item {
  margin-top: 0.3rem;
}

.quote-contact-item::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 0.95rem;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  border: 1px solid #a8b9ca;
}

.quote-contact-item:hover {
  border-color: #7c93ab;
  background: rgba(163, 180, 201, 0.09);
  transform: translateX(2px);
}

.quote-contact-label.brand-name {
  font-family: "Orbitron", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
}

.brand-name em {
  font-style: normal;
  color: var(--gold);
  text-shadow: 0 0 15px rgba(200, 160, 60, 0.35);
}
.quote-contact-label {
  font-family: "Orbitron", sans-serif;
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b7c5d4;
}

.quote-contact-value {
  font-size: 0.9rem;
  color: #f2f7fc;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 0.8rem 1.35rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, border-color 220ms ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-3px) scale(1.01);
}

.btn-primary {
  color: #0b1624;
  background: linear-gradient(125deg, #f5f7fb, #bcc9d8 58%, #8ea3bb);
  box-shadow: 0 14px 36px rgba(6, 10, 15, 0.48);
}

.btn-primary:hover {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.55);
}

.btn-outline {
  color: #0b1624;
  border-color: transparent;
  background: linear-gradient(125deg, #f5f7fb, #bcc9d8 58%, #8ea3bb);
  box-shadow: 0 14px 36px rgba(6, 10, 15, 0.48);
}

.btn-outline:hover {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.55);
}

.quick-metrics {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.quick-metrics li {
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(20, 31, 49, 0.83), rgba(10, 17, 27, 0.82));
  backdrop-filter: blur(6px);
  border-radius: 14px;
  padding: 0.85rem 0.9rem 0.85rem 2rem;
  position: relative;
}

.quick-metrics li::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 1.05rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

.quick-metrics li.quick-green {
  border-color: rgba(82, 198, 124, 0.72);
  box-shadow: 0 0 14px rgba(69, 187, 112, 0.2);
}

.quick-metrics li.quick-green::before {
  background-color: #2dff73;
  border: 1px solid #b8ffd2;
  box-shadow:
    0 0 0 2px rgba(45, 255, 115, 0.18),
    0 0 12px rgba(45, 255, 115, 0.95);
  animation: trust-live-blink 1.1s ease-in-out infinite;
}

.quick-metrics li.quick-amber {
  border-color: rgba(255, 168, 66, 0.72);
  box-shadow: 0 0 14px rgba(255, 163, 51, 0.2);
}

.quick-metrics li.quick-amber::before {
  background-color: #ffb347;
  border: 1px solid #ffe3bb;
  box-shadow:
    0 0 0 2px rgba(255, 179, 71, 0.2),
    0 0 12px rgba(255, 179, 71, 0.92);
  animation: trust-rapid-blink 1.15s ease-in-out infinite;
}

.quick-metrics li.quick-red {
  border-color: rgba(255, 87, 87, 0.74);
  box-shadow: 0 0 14px rgba(255, 87, 87, 0.2);
}

.quick-metrics li.quick-red::before {
  background-color: #ff4d4d;
  border: 1px solid #ffd0d0;
  box-shadow:
    0 0 0 2px rgba(255, 87, 87, 0.2),
    0 0 12px rgba(255, 87, 87, 0.95);
  animation: trust-insured-blink 1.2s ease-in-out infinite;
}

.quick-metrics strong {
  display: block;
  color: var(--brand-2);
  font-family: "Orbitron", sans-serif;
  font-size: 1.3rem;
}

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

.hero-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 799;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid #4d6481;
  box-shadow: var(--shadow);
  animation: floatPulse 5s ease-in-out infinite;
}

.section-head {
  margin-bottom: 1.6rem;
}

.careers-hero {
  padding-top: 5rem;
}

.careers-subtext {
  max-width: 740px;
  font-size: 1.08rem;
}

.careers-why {
  border: 1px solid #435972;
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(20, 31, 47, 0.84), rgba(10, 17, 28, 0.88));
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.4);
  padding: 1.2rem;
}

.careers-why .check-list li {
  margin-bottom: 0.75rem;
}

.careers-why .check-list li:hover,
.careers-why .check-list li:focus-within {
  transform: none;
}

.careers-why .check-list li::before {
  display: none;
}

.careers-why .check-list .why-item {
  cursor: default;
  padding: 0.78rem 0.86rem;
  border: 1px solid rgba(103, 130, 161, 0.5);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(18, 30, 46, 0.76), rgba(10, 18, 29, 0.84));
  backdrop-filter: blur(9px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
  position: relative;
  overflow: hidden;
}

.careers-why .check-list .why-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg,
      transparent 20%,
      rgba(201, 218, 236, 0.12),
      transparent 78%);
  transform: translateX(-120%);
  transition: transform 420ms ease;
  pointer-events: none;
}

.careers-why .check-list .why-item:hover,
.careers-why .check-list .why-item:focus-within {
  border-color: rgba(126, 182, 245, 0.86);
  background: linear-gradient(160deg, rgba(31, 68, 112, 0.86), rgba(13, 34, 58, 0.9));
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.42),
    0 0 18px rgba(88, 163, 246, 0.35),
    inset 0 1px 0 rgba(191, 223, 255, 0.22);
  transform: translateY(-3px);
}

.careers-why .check-list .why-item:hover::after,
.careers-why .check-list .why-item:focus-within::after {
  transform: translateX(120%);
}

.careers-why .why-title {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  color: #eef5ff;
  font-size: 0.98rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.careers-why .why-emoji {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 10px;
  display: inline-grid;
  place-items: center;
  font-size: 0.95rem;
  border: 1px solid rgba(131, 160, 193, 0.58);
  background: linear-gradient(145deg, rgba(28, 43, 62, 0.92), rgba(15, 27, 40, 0.9));
  box-shadow: 0 0 0 3px rgba(118, 165, 220, 0.12);
}

.careers-why .why-desc {
  display: block;
  margin-top: 0.34rem;
  color: #c6d5e8;
  font-size: 0.88rem;
  line-height: 1.45;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-3px);
  transition: max-height 240ms ease, opacity 220ms ease, transform 220ms ease;
}

.role-card {
  position: relative;
  padding-left: 2.25rem;
}

.role-card::before {
  content: "";
  position: absolute;
  left: 0.95rem;
  top: 1.3rem;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
}

.role-card h3 {
  padding-left: 0;
  color: #f5f9ff;
  text-shadow: 0 0 16px rgba(195, 219, 246, 0.55);
  border-bottom-color: rgba(133, 157, 186, 0.52);
}

.role-card h3::before {
  display: none;
}

.role-card p {
  color: #d9e6f8;
  text-shadow: 0 0 10px rgba(131, 165, 203, 0.3);
}

.role-card.role-green {
  border-color: rgba(82, 198, 124, 0.72);
  box-shadow: 0 0 16px rgba(69, 187, 112, 0.22);
}

.role-card.role-green::before {
  background-color: #2dff73;
  border: 1px solid #b8ffd2;
  box-shadow:
    0 0 0 2px rgba(45, 255, 115, 0.18),
    0 0 12px rgba(45, 255, 115, 0.95);
  animation: trust-live-blink 1.1s ease-in-out infinite;
}

.role-card.role-amber {
  border-color: rgba(255, 168, 66, 0.72);
  box-shadow: 0 0 16px rgba(255, 163, 51, 0.22);
}

.role-card.role-amber::before {
  background-color: #ffb347;
  border: 1px solid #ffe3bb;
  box-shadow:
    0 0 0 2px rgba(255, 179, 71, 0.2),
    0 0 12px rgba(255, 179, 71, 0.92);
  animation: trust-rapid-blink 1.15s ease-in-out infinite;
}

.role-card.role-red {
  border-color: rgba(255, 87, 87, 0.74);
  box-shadow: 0 0 16px rgba(255, 87, 87, 0.22);
}

.role-card.role-red::before {
  background-color: #ff4d4d;
  border: 1px solid #ffd0d0;
  box-shadow:
    0 0 0 2px rgba(255, 87, 87, 0.2),
    0 0 12px rgba(255, 87, 87, 0.95);
  animation: trust-insured-blink 1.2s ease-in-out infinite;
}

.careers-why .check-list .why-item:hover .why-desc,
.careers-why .check-list .why-item:focus-within .why-desc {
  max-height: 230px;
  opacity: 1;
  transform: translateY(0);
}

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

.card {
  background: var(--panel);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: var(--shadow);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1.5rem;
  color: var(--accent);
  display: grid;
  place-items: center;
  background: rgba(147, 168, 191, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(147, 168, 191, 0.2);
  transition: all 0.3s ease;
}

.card:hover .card-icon {
  background: var(--accent);
  color: var(--bg);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 0 20px rgba(147, 168, 191, 0.4);
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg,
      transparent 20%,
      rgba(123, 208, 255, 0.13),
      transparent 80%);
  transform: translateX(-120%);
  transition: transform 420ms ease;
  pointer-events: none;
}

.card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: #8da3bc;
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.58);
}

.card:hover::after {
  transform: translateX(120%);
}

.card h3 {
  color: #ecf3fb;
  text-shadow: 0 0 14px rgba(178, 196, 215, 0.26);
  border-bottom: 1px solid rgba(111, 131, 157, 0.45);
  padding-bottom: 0.46rem;
  position: relative;
  padding-left: 1.25rem;
}

.card h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.44rem;
  width: 0.62rem;
  height: 0.62rem;
  border: 1px solid #9cb0c6;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(156, 176, 198, 0.15);
}

.service-points {
  list-style: none;
  margin: 0.8rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.42rem;
}

.service-points li {
  color: #dce7f8;
  font-size: 0.93rem;
  padding-left: 1.1rem;
  position: relative;
}

.service-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.47rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #a9bbcd;
  border-radius: 999px;
}

.coverage-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.3rem;
  align-items: center;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}

.check-list li {
  margin-bottom: 0.55rem;
  padding-left: 1.5rem;
  position: relative;
  color: var(--text);
}

.check-list li::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--accent), var(--brand-2));
  position: absolute;
  left: 0;
  top: 0.38rem;
}

.stats-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.stats-panel div {
  border: 1px solid #425871;
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(18, 30, 45, 0.88), rgba(11, 19, 30, 0.78));
  backdrop-filter: blur(7px);
  padding: 1rem 0.9rem;
}

.stats-panel .stat-badge {
  position: relative;
  padding-left: 2.05rem;
}

.stats-panel .stat-badge::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 1.15rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  animation: trust-licensed-blink 1.1s ease-in-out infinite;
}

.stats-panel .stat-badge.stat-blue {
  border-color: rgba(76, 152, 255, 0.72);
  box-shadow: 0 0 14px rgba(76, 152, 255, 0.2);
}

.stats-panel .stat-badge.stat-blue::before {
  background-color: #3f9dff;
  border: 1px solid #d4e9ff;
  box-shadow:
    0 0 0 2px rgba(63, 157, 255, 0.2),
    0 0 12px rgba(63, 157, 255, 0.92);
}

.stats-panel .stat-badge.stat-green {
  border-color: rgba(82, 198, 124, 0.72);
  box-shadow: 0 0 14px rgba(69, 187, 112, 0.22);
}

.stats-panel .stat-badge.stat-green::before {
  background-color: #2dff73;
  border: 1px solid #b8ffd2;
  box-shadow:
    0 0 0 2px rgba(45, 255, 115, 0.18),
    0 0 12px rgba(45, 255, 115, 0.95);
  animation-name: trust-live-blink;
}

.stats-panel .stat-badge.stat-amber {
  border-color: rgba(255, 168, 66, 0.72);
  box-shadow: 0 0 14px rgba(255, 163, 51, 0.22);
}

.stats-panel .stat-badge.stat-amber::before {
  background-color: #ffb347;
  border: 1px solid #ffe3bb;
  box-shadow:
    0 0 0 2px rgba(255, 179, 71, 0.2),
    0 0 12px rgba(255, 179, 71, 0.92);
  animation-name: trust-rapid-blink;
}

.stats-panel .stat-badge.stat-red {
  border-color: rgba(255, 87, 87, 0.74);
  box-shadow: 0 0 14px rgba(255, 87, 87, 0.22);
}

.stats-panel .stat-badge.stat-red::before {
  background-color: #ff4d4d;
  border: 1px solid #ffd0d0;
  box-shadow:
    0 0 0 2px rgba(255, 87, 87, 0.2),
    0 0 12px rgba(255, 87, 87, 0.95);
  animation-name: trust-insured-blink;
}

.stats-panel strong {
  display: block;
  color: var(--brand-2);
  font-family: "Orbitron", sans-serif;
  font-size: 1.9rem;
  line-height: 1;
}

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

.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.4rem;
  align-items: center;
}

.about-media {
  display: grid;
  gap: 0.9rem;
}

.about-logo {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0.2rem 0;
  animation: softLift 4.8s ease-in-out infinite;
}

.about-logo img {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

.about-photo-wrap {
  margin: 0;
  border: 1px solid #39557a;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(13, 20, 32, 0.95), rgba(8, 13, 22, 0.88));
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.5);
}

.about-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 799;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  animation: aboutZoom 6.2s ease-in-out infinite;
}

.about-photo-wrap figcaption {
  margin: 0;
  padding: 0.62rem 0.8rem;
  font-size: 0.86rem;
  color: #bcd0ee;
  border-top: 1px solid #334c6d;
}

.about-details {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.about-item {
  border: 1px solid #4a607a;
  border-radius: 16px;
  padding: 0.95rem 0.95rem;
  background: linear-gradient(160deg, rgba(21, 33, 50, 0.88), rgba(10, 18, 30, 0.9));
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(8px);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
  position: relative;
  overflow: hidden;
}

.about-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg,
      transparent 22%,
      rgba(197, 213, 230, 0.12),
      transparent 78%);
  transform: translateX(-120%);
  transition: transform 420ms ease;
  pointer-events: none;
}

.about-item:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: #95abc1;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.52);
}

.about-item:hover::after {
  transform: translateX(120%);
}

.about-item h3 {
  font-size: 1.02rem;
  margin-bottom: 0.4rem;
  color: #edf4fc;
  border-bottom: 1px solid rgba(120, 142, 168, 0.45);
  padding-bottom: 0.4rem;
  padding-left: 1.2rem;
  position: relative;
}

.about-item h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  border: 1px solid #9fb2c7;
  box-shadow: 0 0 0 3px rgba(159, 178, 199, 0.16);
}

.about-item p {
  margin-bottom: 0;
  font-size: 0.93rem;
  color: #d7e2f1;
}

.choose-section {
  position: relative;
}

.choose-head h2 {
  margin: 0.2rem 0 0;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: clamp(1.5rem, 2.5vw, 2.15rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #f2f8ff;
  position: relative;
  padding-bottom: 0.5rem;
}

.choose-head h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(320px, 100%);
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6eaaf8, #d4e5fb);
  box-shadow: 0 0 14px rgba(110, 170, 248, 0.45);
}

.choose-head-icon {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: rgba(71, 105, 150, 0.28);
  border: 1px solid rgba(144, 176, 215, 0.6);
  box-shadow: 0 0 12px rgba(116, 174, 249, 0.32);
  font-size: 0.92rem;
  color: #ddecff;
}

.choose-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.choose-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: flex-start;
  border: 1px solid rgba(93, 122, 154, 0.62);
  border-radius: 16px;
  padding: 0.95rem;
  background: linear-gradient(160deg, rgba(22, 35, 52, 0.74), rgba(11, 18, 28, 0.82));
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
  position: relative;
  overflow: hidden;
}

.choose-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg,
      transparent 22%,
      rgba(197, 213, 230, 0.12),
      transparent 78%);
  transform: translateX(-120%);
  transition: transform 420ms ease;
  pointer-events: none;
}

.choose-item:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: #95abc1;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.52);
}

.choose-item:hover::after {
  transform: translateX(120%);
}

.choose-icon {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 1rem;
  border: 1px solid rgba(159, 178, 199, 0.62);
  background: linear-gradient(145deg, rgba(30, 46, 66, 0.92), rgba(15, 27, 42, 0.9));
  box-shadow:
    0 0 0 3px rgba(159, 178, 199, 0.12),
    0 0 14px rgba(117, 170, 236, 0.22);
}

.choose-item h3 {
  margin: 0 0 0.28rem;
  color: #eef5ff;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
}

.choose-item p {
  margin: 0;
  color: #c8d9ee;
  font-size: 0.84rem;
  line-height: 1.45;
}

.contact-wrap {
  border: 1px solid #425770;
  background: linear-gradient(160deg, rgba(22, 35, 52, 0.75), rgba(11, 18, 28, 0.86));
  border-radius: 24px;
  padding: clamp(1.2rem, 2vw, 2rem);
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 1.3rem;
  backdrop-filter: blur(10px);
}

.contact-form {
  display: grid;
  gap: 0.8rem;
}

.careers-application {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: clamp(1.2rem, 2vw, 2rem);
  backdrop-filter: blur(var(--blur));
  box-shadow: var(--shadow);
}

.careers-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.careers-form label,
.careers-form legend {
  color: var(--text);
  font-weight: 600;
  font-size: 0.95rem;
}

.careers-form input,
.careers-form select,
.careers-form textarea {
  width: 100%;
  margin-top: 0.35rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  color: var(--text);
  padding: 0.75rem 0.85rem;
  font: inherit;
}

.careers-form input[readonly] {
  opacity: 0.92;
  background: rgba(16, 24, 37, 0.9);
}

.careers-form input:focus,
.careers-form select:focus,
.careers-form textarea:focus {
  outline: 2px solid rgba(31, 162, 255, 0.7);
  border-color: transparent;
}

.careers-form .btn.btn-primary {
  font-family: "Orbitron", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#cv-upload::file-selector-button {
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f3f8ff;
  background: linear-gradient(145deg, rgba(45, 73, 108, 0.92), rgba(20, 38, 60, 0.92));
  border: 1px solid rgba(132, 166, 205, 0.62);
  border-radius: 10px;
  padding: 0.55rem 0.75rem;
  margin-right: 0.65rem;
  cursor: pointer;
}

#cv-upload::-webkit-file-upload-button {
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.field-full {
  grid-column: 1 / -1;
}

.availability-group {
  margin: 0;
  border: 1px solid #3d526c;
  border-radius: 14px;
  padding: 0.75rem 0.8rem;
  background: rgba(11, 18, 29, 0.76);
}

.availability-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  margin-top: 0.45rem;
}

.availability-options label {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 500;
  color: #d6e1f1;
}

.availability-options input {
  width: auto;
  margin: 0;
}

.field-message {
  margin: 0.35rem 0 0;
  color: #ffb4b4;
  font-size: 0.84rem;
  min-height: 1.1rem;
}

.address-suggestions {
  margin-top: 0.45rem;
  border: 1px solid #4a607b;
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(12, 19, 30, 0.95), rgba(8, 14, 23, 0.95));
  max-height: 260px;
  overflow-y: auto;
  display: none;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.45);
}

.address-suggestions.visible {
  display: block;
}

.address-suggestion-item {
  width: 100%;
  text-align: left;
  background: transparent;
  color: #dce7f6;
  border: 0;
  border-bottom: 1px solid rgba(77, 101, 129, 0.35);
  padding: 0.66rem 0.75rem;
  cursor: pointer;
  font: inherit;
}

.address-suggestion-item:last-child {
  border-bottom: 0;
}

.address-suggestion-item:hover,
.address-suggestion-item:focus-visible {
  background: rgba(84, 120, 160, 0.2);
  outline: none;
}

.address-suggestion-item mark {
  background: rgba(117, 168, 219, 0.35);
  color: #eef6ff;
  padding: 0 2px;
  border-radius: 3px;
}

.address-map {
  display: none;
  border: 1px solid #435972;
  border-radius: 14px;
  overflow: hidden;
  min-height: 230px;
  background: rgba(8, 14, 23, 0.9);
}

.address-map.visible {
  display: block;
}

.address-map iframe {
  width: 100%;
  min-height: 230px;
  border: 0;
  display: block;
}

.trust-badge-bar {
  padding: 0.9rem 0 0.2rem;
}

.trust-badge-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.trust-badge-wrap span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.38rem 0.68rem;
  border: 1px solid rgba(104, 130, 160, 0.52);
  border-radius: 999px;
  background: rgba(12, 20, 31, 0.48);
  backdrop-filter: blur(8px);
  color: #d6e6fa;
  font-family: "Orbitron", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(164, 194, 227, 0.28);
}

.trust-live {
  color: #a9f4c2 !important;
  border-color: rgba(82, 198, 124, 0.72) !important;
  box-shadow: 0 0 16px rgba(69, 187, 112, 0.35);
}

.trust-live-dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #2dff73 !important;
  border: 1px solid #b8ffd2;
  box-shadow:
    0 0 0 2px rgba(45, 255, 115, 0.18),
    0 0 12px rgba(45, 255, 115, 0.95);
  margin-right: 0.42rem;
  animation: trust-live-blink 1.1s ease-in-out infinite;
}

.trust-licensed {
  color: #bddbff !important;
  border-color: rgba(76, 152, 255, 0.72) !important;
  box-shadow: 0 0 16px rgba(76, 152, 255, 0.34);
}

.trust-licensed-dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #3f9dff !important;
  border: 1px solid #d4e9ff;
  box-shadow:
    0 0 0 2px rgba(63, 157, 255, 0.2),
    0 0 12px rgba(63, 157, 255, 0.92);
  margin-right: 0.42rem;
  animation: trust-licensed-blink 1.1s ease-in-out infinite;
}

.trust-rapid {
  color: #ffd9a3 !important;
  border-color: rgba(255, 168, 66, 0.72) !important;
  box-shadow: 0 0 16px rgba(255, 163, 51, 0.32);
}

.trust-rapid-dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #ffb347 !important;
  border: 1px solid #ffe3bb;
  box-shadow:
    0 0 0 2px rgba(255, 179, 71, 0.2),
    0 0 12px rgba(255, 179, 71, 0.92);
  margin-right: 0.42rem;
  animation: trust-rapid-blink 1.15s ease-in-out infinite;
}

.trust-insured {
  color: #ffc3c3 !important;
  border-color: rgba(255, 87, 87, 0.74) !important;
  box-shadow: 0 0 16px rgba(255, 87, 87, 0.35);
}

.trust-insured-dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #ff4d4d !important;
  border: 1px solid #ffd0d0;
  box-shadow:
    0 0 0 2px rgba(255, 87, 87, 0.2),
    0 0 12px rgba(255, 87, 87, 0.95);
  margin-right: 0.42rem;
  animation: trust-insured-blink 1.2s ease-in-out infinite;
}

.secure-note {
  margin: 0;
  color: #b7c7da;
  font-size: 0.88rem;
  border: 1px solid #3a506a;
  border-radius: 12px;
  background: rgba(9, 16, 26, 0.7);
  padding: 0.7rem 0.8rem;
}

.success-note {
  display: none;
  margin: 0;
  color: #b6f4c9;
  border: 1px solid #3c8756;
  border-radius: 12px;
  background: rgba(14, 38, 24, 0.7);
  padding: 0.75rem 0.85rem;
  font-weight: 600;
}

.success-note.visible {
  display: block;
}

.mail-popup {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(3, 8, 14, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
  z-index: 80;
}

.mail-popup.visible {
  opacity: 1;
  visibility: visible;
}

.mail-popup-card {
  min-width: min(88vw, 340px);
  border: 1px solid #506781;
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(15, 25, 39, 0.96), rgba(8, 14, 23, 0.96));
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.55);
  padding: 1rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.mail-icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 1px solid #7ea0c4;
  display: grid;
  place-items: center;
  background: rgba(31, 53, 79, 0.45);
  animation: mail-pulse 1.1s ease-in-out infinite;
}

.mail-envelope {
  width: 1.1rem;
  height: 0.78rem;
  border: 1.6px solid #d7e5f8;
  border-radius: 2px;
  position: relative;
}

.mail-envelope::before {
  content: "";
  position: absolute;
  left: 0.08rem;
  right: 0.08rem;
  top: 0.08rem;
  height: 0.36rem;
  border-left: 1.4px solid #d7e5f8;
  border-bottom: 1.4px solid #d7e5f8;
  transform: rotate(-45deg) skewX(-8deg);
  transform-origin: top left;
}

.mail-popup-text {
  margin: 0;
  color: #ebf3ff;
  font-weight: 700;
  font-size: 0.96rem;
}

.contact-form label {
  color: var(--text);
  font-weight: 600;
  font-size: 0.95rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  margin-top: 0.35rem;
  border: 1px solid #4a607b;
  border-radius: 12px;
  background: rgba(10, 16, 26, 0.92);
  color: var(--text);
  padding: 0.75rem 0.85rem;
  font: inherit;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(31, 162, 255, 0.7);
  border-color: transparent;
}

.contact-form .btn.btn-primary {
  font-family: "Orbitron", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.direct-contact {
  margin-top: 1.2rem;
  border: 1px solid #334c6f;
  border-radius: 14px;
  padding: 0.8rem 0.95rem;
  background: rgba(9, 15, 26, 0.65);
}

.direct-contact p {
  margin-bottom: 0.25rem;
}

.direct-contact p:last-child {
  margin-bottom: 0;
}

.direct-contact strong {
  color: #dbe8fa;
}

.direct-contact a {
  color: var(--brand-2);
  text-decoration: none;
}

.site-footer {
  border-top: 1px solid #34485e;
  padding: 2rem 0 1.3rem;
  background: linear-gradient(180deg, rgba(8, 14, 22, 0), rgba(8, 14, 22, 0.88));
}

.site-footer a {
  color: #bfd4f3;
  text-decoration: none;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 1.1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(87, 109, 137, 0.35);
}

.footer-col h3,
.footer-col h4 {
  margin: 0 0 0.55rem;
  font-family: "Orbitron", sans-serif;
  color: #f7fbff;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 0 0 16px rgba(177, 205, 236, 0.38);
  display: inline-flex;
  align-items: center;
  padding: 0.32rem 0.55rem;
  border: 1px solid rgba(112, 138, 170, 0.45);
  border-radius: 9px;
  background: rgba(14, 23, 35, 0.45);
  backdrop-filter: blur(10px);
}

.footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.55rem;
}

.footer-logo-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.footer-logo-wrap h3 {
  margin: 0;
}

.affiliate-badge {
  margin-top: 0.7rem;
  width: 100%;
  max-width: 129px;
  border: 1px solid rgba(132, 156, 184, 0.56);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(22, 33, 48, 0.8), rgba(12, 20, 31, 0.82)),
    linear-gradient(140deg, rgba(206, 224, 245, 0.08), rgba(140, 173, 207, 0.04));
  backdrop-filter: blur(16px) saturate(1.25);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
  padding: 0.44rem 0.46rem 0.52rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  box-shadow:
    0 16px 28px rgba(0, 0, 0, 0.34),
    0 0 12px rgba(132, 170, 212, 0.18),
    inset 0 1px 0 rgba(213, 231, 251, 0.22),
    inset 0 -1px 0 rgba(122, 149, 181, 0.2);
  position: relative;
  overflow: hidden;
  clip-path: polygon(6% 0%,
      94% 0%,
      100% 10%,
      100% 90%,
      94% 100%,
      6% 100%,
      0% 90%,
      0% 10%);
}

.affiliate-badge::before,
.affiliate-badge::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.affiliate-badge::before {
  background:
    radial-gradient(circle at 22% 18%, rgba(226, 239, 255, 0.24), transparent 50%),
    linear-gradient(120deg, rgba(227, 240, 255, 0.18), transparent 42%, transparent 62%, rgba(170, 201, 236, 0.1));
}

.affiliate-badge::after {
  filter: blur(12px);
  background: radial-gradient(circle at 50% 72%, rgba(126, 163, 207, 0.26), transparent 60%);
  z-index: -1;
}

.affiliate-badge .affiliate-pedestal {
  display: none;
}

.affiliate-label {
  margin: 0 0 0.3rem !important;
  color: #d7e7fa !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  transform: translate(-6px, -8px);
  padding: 0.28rem 0.36rem;
  border: 1px solid rgba(132, 156, 184, 0.58);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(28, 40, 58, 0.6), rgba(14, 22, 33, 0.5)),
    linear-gradient(90deg, rgba(204, 223, 245, 0.08), rgba(145, 175, 209, 0.05));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  text-shadow:
    0 0 9px rgba(182, 214, 248, 0.35),
    0 1px 0 rgba(26, 37, 53, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(213, 231, 251, 0.24),
    0 0 14px rgba(124, 164, 210, 0.2);
  position: relative;
  overflow: hidden;
  clip-path: none;
}

.affiliate-badge .affiliate-glass-sheen {
  display: none;
}

.affiliate-label::after {
  content: "Affiliated Organization";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  transform: scaleY(-1);
  color: rgba(197, 220, 246, 0.24);
  opacity: 0.32;
  filter: blur(0.6px);
  pointer-events: none;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.52), transparent 72%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.52), transparent 72%);
}

.affiliate-badge img {
  width: auto;
  max-width: min(140px, 100%);
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  border: 0;
  background: transparent;
  box-shadow:
    0 0 0 1px rgba(188, 213, 242, 0.22),
    0 0 16px rgba(138, 175, 217, 0.2);
  object-fit: contain;
  mix-blend-mode: screen;
  transition: box-shadow 220ms ease, filter 220ms ease;
}

.affiliate-badge img:hover {
  box-shadow:
    0 0 0 1px rgba(255, 223, 157, 0.35),
    0 0 22px rgba(226, 175, 76, 0.35);
  filter: brightness(1.05);
}

.affiliate-fallback {
  display: none !important;
  margin-top: 0.25rem !important;
  color: #bad1ef !important;
  font-size: 0.72rem !important;
  text-align: center;
  width: 100%;
}

.affiliate-badge.affiliate-missing .affiliate-fallback {
  display: block !important;
}

.affiliate-badge.affiliate-missing {
  padding-bottom: 0.52rem;
}

.footer-col p,
.footer-col span {
  margin: 0;
  color: #c7d8ee;
  display: block;
  font-family: "Orbitron", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(136, 168, 202, 0.2);
  width: fit-content;
  padding: 0.28rem 0.5rem;
  border: 1px solid rgba(90, 114, 142, 0.42);
  border-radius: 8px;
  background: rgba(11, 18, 28, 0.4);
  backdrop-filter: blur(8px);
}

.footer-col a {
  display: block;
  color: #edf4ff;
  margin-bottom: 0.25rem;
  font-family: "Orbitron", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
  text-shadow: 0 0 8px rgba(129, 169, 214, 0.2);
  width: fit-content;
  padding: 0.28rem 0.5rem;
  border: 1px solid rgba(90, 114, 142, 0.44);
  border-radius: 8px;
  background: rgba(11, 18, 28, 0.4);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.footer-col a:hover {
  color: #ffffff;
  text-shadow: 0 0 18px rgba(210, 230, 255, 0.85);
  transform: translateX(2px);
  border-color: rgba(183, 207, 234, 0.82);
  box-shadow: 0 0 18px rgba(143, 184, 231, 0.38);
}

.footer-col a:last-child {
  margin-bottom: 0;
}

.footer-social {
  display: flex;
  gap: 1rem;
  padding: 1.25rem 0 1rem;
}

.footer-social a {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.footer-social a:hover {
  border-color: var(--gold);
  color: #fff;
  background: rgba(200, 160, 60, 0.1);
  transform: translateY(-3px);
  box-shadow: 
    0 8px 25px rgba(0,0,0,0.4),
    0 0 15px rgba(200, 160, 60, 0.2);
}

.footer-social a svg {
  transition: transform 0.3s ease;
}

.footer-social a:hover svg {
  transform: scale(1.1);
  filter: drop-shadow(0 0 8px rgba(200, 160, 60, 0.5));
}

.acknowledgement-country {
  margin: 0 0 0.95rem;
  border: 1px solid rgba(93, 119, 148, 0.45);
  border-radius: 12px;
  background: rgba(10, 17, 27, 0.5);
  backdrop-filter: blur(8px);
  padding: 0.75rem 0.85rem;
}

.acknowledgement-country p {
  margin: 0.25rem 0;
  color: #cad9ee;
  font-family: "Orbitron", sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.03em;
  text-transform: none;
  text-shadow: 0 0 8px rgba(120, 152, 186, 0.2);
}

.acknowledgement-country .ack-title {
  font-size: 0.82rem;
  color: #f2f8ff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.ack-flag-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  margin: 0.2rem 0 0.1rem;
}

.ack-flag {
  width: 36px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid rgba(172, 193, 220, 0.55);
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.3),
    0 0 10px rgba(124, 188, 255, 0.2);
  object-fit: cover;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ack-flag:hover {
  transform: translateY(-1px) scale(1.04);
  border-color: rgba(196, 217, 242, 0.9);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.38),
    0 0 14px rgba(124, 188, 255, 0.34);
}

.footer-bottom a {
  cursor: pointer;
  transition: color 180ms ease, text-shadow 180ms ease;
}

.footer-bottom a:hover {
  color: #ffffff;
  text-shadow: 0 0 16px rgba(210, 230, 255, 0.8);
}

.footer-bottom {
  border-top: 1px solid rgba(87, 109, 137, 0.3);
  padding-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.footer-bottom p {
  margin: 0;
  color: #b9cae0;
  font-family: "Orbitron", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(112, 145, 183, 0.24);
  padding: 0.3rem 0.55rem;
  border: 1px solid rgba(90, 114, 142, 0.42);
  border-radius: 8px;
  background: rgba(11, 18, 28, 0.4);
  backdrop-filter: blur(8px);
}

.footer-bottom span {
  margin: 0 0.4rem;
  color: #6d88ab;
}

.footer-weather {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(91, 117, 147, 0.6);
  border-radius: 999px;
  padding: 0.3rem 0.58rem;
  background: rgba(13, 22, 35, 0.72);
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.footer-weather:hover {
  background: rgba(22, 38, 58, 0.85);
  border-color: rgba(135, 173, 218, 0.75);
  transform: translateY(-1px);
}

.footer-weather:active {
  transform: translateY(0) scale(0.98);
}

.footer-weather .weather-icon {
  font-size: 0.95rem;
}

.footer-weather .weather-text {
  color: #dbe7f6;
  font-weight: 600;
  font-size: 0.84rem;
}

.footer-links a {
  color: #d4e0ef;
  font-weight: 600;
}

.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 120ms;
}

.delay-2 {
  transition-delay: 240ms;
}

@keyframes floatPulse {
  0% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-8px) scale(1.01);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes slowDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(1.5%, -1.5%, 0) scale(1.04);
  }
}

@keyframes aboutZoom {
  0% {
    transform: scale(1.01);
    filter: saturate(1);
  }

  50% {
    transform: scale(1.045);
    filter: saturate(1.08);
  }

  100% {
    transform: scale(1.01);
    filter: saturate(1);
  }
}

@keyframes softLift {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes pw-blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.35;
  }
}

@keyframes mail-pulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(121, 178, 233, 0);
  }

  50% {
    transform: scale(1.08);
    box-shadow: 0 0 18px rgba(121, 178, 233, 0.45);
  }
}

@keyframes trust-live-blink {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.38;
    transform: scale(0.86);
  }
}

@keyframes trust-licensed-blink {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.4;
    transform: scale(0.88);
  }
}

@keyframes trust-rapid-blink {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.42;
    transform: scale(0.88);
  }
}

@keyframes trust-insured-blink {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.45;
    transform: scale(0.88);
  }
}

@keyframes tickerScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes newsPulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(242, 72, 72, 0.55);
    opacity: 1;
  }

  50% {
    box-shadow: 0 0 0 8px rgba(242, 72, 72, 0);
    opacity: 0.72;
  }
}

@keyframes newsLabelBlink {

  0%,
  100% {
    opacity: 1;
    text-shadow: 0 0 10px rgba(242, 72, 72, 0.45);
  }

  50% {
    opacity: 0.72;
    text-shadow: 0 0 16px rgba(242, 72, 72, 0.65);
  }
}

.risk-tool-card {
  margin-top: 1.4rem;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 2rem;
  backdrop-filter: blur(var(--blur));
  box-shadow: var(--shadow);
}

.risk-progress {
  padding: 0.35rem 0.35rem 0.85rem;
}

.risk-progress-bar {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(150, 171, 196, 0.2);
  overflow: hidden;
}

#risk-progress-fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #67a7ff, #9ad0ff);
  box-shadow: 0 0 16px rgba(107, 171, 255, 0.55);
  transition: width 300ms ease;
}

.risk-progress-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.45rem;
  margin-top: 0.65rem;
}

.risk-step-chip {
  border: 1px solid rgba(82, 108, 137, 0.55);
  border-radius: 10px;
  padding: 0.38rem 0.45rem;
  text-align: center;
  color: #a8bdd6;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.risk-step-chip.active {
  color: #f2f7ff;
  border-color: rgba(142, 186, 238, 0.75);
  background: rgba(76, 121, 177, 0.28);
  box-shadow: 0 0 14px rgba(99, 159, 227, 0.35);
}

.risk-form {
  margin-top: 0.65rem;
}

.risk-step {
  display: none;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.risk-step.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.risk-step h2 {
  margin: 0.3rem 0 0.95rem;
  font-size: 1.12rem;
}

.risk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.risk-grid label,
.risk-check-grid label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.8rem;
  color: #cad9ec;
}

.risk-grid input,
.risk-grid select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  color: var(--text);
  font-family: inherit;
  font-size: 0.85rem;
  padding: 0.55rem 0.65rem;
}

.risk-grid input:focus,
.risk-grid select:focus {
  outline: none;
  border-color: rgba(141, 189, 244, 0.85);
  box-shadow: 0 0 0 3px rgba(123, 182, 250, 0.2);
}

.risk-autocomplete {
  position: relative;
}

.risk-suggestions {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 25;
  border: 1px solid rgba(92, 118, 148, 0.72);
  border-radius: 10px;
  background: rgba(8, 14, 23, 0.96);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.35);
  padding: 0.35rem;
  display: grid;
  gap: 0.28rem;
  max-height: 220px;
  overflow: auto;
}

.risk-suggestions[hidden] {
  display: none !important;
}

.risk-suggestion-item {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 8px;
  background: rgba(15, 24, 37, 0.88);
  color: #e9f2ff;
  text-align: left;
  padding: 0.48rem 0.52rem;
  cursor: pointer;
  font-family: "Orbitron", sans-serif;
  font-size: 0.72rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
}

.risk-suggestion-item small {
  color: #9eb8d5;
  font-size: 0.66rem;
  letter-spacing: 0.06em;
}

.risk-suggestion-item:hover {
  border-color: rgba(132, 180, 237, 0.7);
  box-shadow: 0 0 14px rgba(99, 158, 228, 0.26);
}

.risk-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.risk-check-grid label {
  border: 1px solid rgba(88, 111, 138, 0.52);
  border-radius: 10px;
  padding: 0.75rem;
  background: rgba(11, 18, 29, 0.58);
  flex-direction: row;
  align-items: center;
  gap: 0.45rem;
}

.risk-check-grid input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #74abff;
}

.risk-question-list {
  display: grid;
  gap: 0.7rem;
}

.risk-question {
  border: 1px solid rgba(88, 111, 138, 0.5);
  border-radius: 12px;
  padding: 0.78rem;
  background: rgba(10, 17, 28, 0.6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.risk-question p {
  margin: 0;
  color: #d8e6f8;
  font-size: 0.8rem;
}

.risk-toggle {
  display: inline-flex;
  gap: 0.42rem;
}

.risk-toggle button {
  min-width: 66px;
  border: 1px solid rgba(101, 126, 157, 0.62);
  background: rgba(17, 26, 39, 0.9);
  color: #d9e6f8;
  border-radius: 9px;
  padding: 0.38rem 0.62rem;
  font-family: "Orbitron", sans-serif;
  font-size: 0.72rem;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.risk-toggle button:hover {
  transform: translateY(-1px);
}

.risk-toggle button.selected {
  font-weight: 700;
  color: #ffffff;
  transform: translateY(-1px);
}

.risk-toggle button[data-value="yes"].selected {
  background: linear-gradient(145deg, #e54c4c, #b92f2f);
  border-color: rgba(255, 178, 178, 0.95);
  box-shadow: 0 0 16px rgba(229, 76, 76, 0.45);
}

.risk-toggle button[data-value="no"].selected {
  background: linear-gradient(145deg, #3a9cff, #1f67bb);
  border-color: rgba(174, 215, 255, 0.95);
  box-shadow: 0 0 16px rgba(63, 152, 255, 0.45);
}

.risk-note {
  margin: 0.1rem 0 0.85rem;
  color: #c4d3e7;
  font-size: 0.82rem;
}

.risk-summary {
  border: 1px solid rgba(93, 120, 151, 0.52);
  border-radius: 12px;
  padding: 0.85rem;
  background: rgba(9, 16, 26, 0.64);
}

.risk-summary p {
  margin: 0.25rem 0;
  font-size: 0.76rem;
  color: #d3e0f2;
}

.risk-step-final-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.9rem;
}

.risk-actions {
  display: flex;
  gap: 0.7rem;
  justify-content: flex-end;
  margin-top: 0.95rem;
}

.risk-tool-card .btn,
.incident-tool-card .btn {
  font-family: "Orbitron", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.risk-results {
  margin-top: 1rem;
  border-top: 1px solid rgba(91, 114, 141, 0.45);
  padding-top: 1rem;
}

.risk-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.risk-results-head h2 {
  margin: 0;
  font-size: 1.05rem;
}

.risk-dashboard {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 0.9rem;
  margin-top: 0.8rem;
}

.risk-meter-card,
.risk-data-card,
.risk-lead-card {
  border: 1px solid rgba(90, 114, 141, 0.55);
  border-radius: 14px;
  background: rgba(10, 17, 28, 0.66);
  padding: 0.9rem;
}

.risk-meter-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.risk-meter-ring {
  --risk-color: #2cc56f;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: 10px solid rgba(116, 140, 168, 0.55);
  border: 10px solid color-mix(in srgb, var(--risk-color) 55%, #1a2638);
  display: grid;
  place-items: center;
  color: #f2f8ff;
  font-weight: 800;
  font-size: 1.7rem;
  text-shadow: 0 0 10px rgba(18, 28, 44, 0.7);
  animation: softLift 3.5s ease-in-out infinite;
}

.risk-meter-ring.low {
  --risk-color: #26be6f;
}

.risk-meter-ring.moderate {
  --risk-color: #f2bf3a;
}

.risk-meter-ring.high {
  --risk-color: #f08b3d;
}

.risk-meter-ring.critical {
  --risk-color: #f24a4a;
}

#risk-level-text {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #dbe8fa;
}

.risk-data-card p {
  margin: 0.24rem 0;
  font-size: 0.78rem;
}

.risk-data-card h3 {
  margin: 0.65rem 0 0.45rem;
  font-size: 0.88rem;
}

.risk-data-card ul {
  margin: 0;
  padding-left: 1.05rem;
  display: grid;
  gap: 0.3rem;
}

.risk-data-card li {
  font-size: 0.76rem;
  color: #dbe8f9;
}

.risk-lead-card {
  margin-top: 0.9rem;
}

.risk-lead-card h3 {
  margin: 0 0 0.7rem;
  font-size: 0.88rem;
}

.risk-full {
  grid-column: 1 / -1;
}

.risk-lead-success {
  margin: 0.65rem 0 0;
  color: #7de4a5;
  font-size: 0.78rem;
}

.risk-grid textarea {
  width: 100%;
  border: 1px solid rgba(89, 113, 141, 0.58);
  border-radius: 10px;
  background: rgba(10, 16, 26, 0.72);
  color: #eff5fd;
  font-family: "Orbitron", sans-serif;
  font-size: 0.78rem;
  padding: 0.65rem;
  resize: vertical;
}

.risk-grid textarea:focus {
  outline: none;
  border-color: rgba(141, 189, 244, 0.85);
  box-shadow: 0 0 0 3px rgba(123, 182, 250, 0.2);
}

.incident-tool-card {
  margin-top: 1.15rem;
  border: 1px solid rgba(84, 108, 136, 0.52);
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(10, 18, 30, 0.88), rgba(15, 25, 41, 0.78));
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.35);
  padding: 1.1rem;
}

.incident-tool-head h2 {
  margin: 0.2rem 0 0.35rem;
  font-size: 1.2rem;
}

.incident-actions {
  margin-top: 0.8rem;
}

.incident-report-output {
  margin-top: 0.95rem;
  border: 1px solid rgba(90, 114, 141, 0.55);
  border-radius: 14px;
  background: rgba(10, 17, 28, 0.66);
  padding: 0.9rem;
}

.incident-output-actions {
  display: inline-flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#incident-report-text {
  margin: 0.65rem 0 0;
  background: rgba(7, 12, 20, 0.8);
  border: 1px solid rgba(84, 108, 136, 0.5);
  border-radius: 10px;
  padding: 0.85rem;
  color: #e4eefb;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 0.78rem;
  line-height: 1.45;
  white-space: pre-wrap;
}

@media (max-width: 980px) {

  .hero-grid,
  .coverage-grid,
  .about-grid,
  .contact-wrap {
    grid-template-columns: 1fr;
  }

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

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

  .nav-contact {
    display: inline-flex;
    align-items: center;
    justify-self: end;
  }

  .about-details {
    grid-template-columns: 1fr;
  }

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

  .risk-dashboard {
    grid-template-columns: 1fr;
  }

  .careers-form {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .nav-wrap {
    min-height: 74px;
    gap: 0.55rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
  }

  .brand {
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
  }

  .brand span {
    font-size: 0.92rem;
    letter-spacing: 0.045em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 165px;
    display: inline-block;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .news-ticker__inner {
    min-height: 42px;
    gap: 0.65rem;
  }

  .news-ticker__label {
    font-size: 0.6rem;
    letter-spacing: 0.07em;
    padding: 0.24rem 0.54rem;
  }

  .news-ticker__item {
    font-size: 0.78rem;
  }

  .risk-grid,
  .risk-check-grid,
  .risk-progress-steps {
    grid-template-columns: 1fr;
  }

  .risk-question {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .risk-meter-ring {
    width: 112px;
    height: 112px;
    font-size: 1.4rem;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .main-nav {
    display: none;
    position: absolute;
    right: 4vw;
    top: 86px;
    width: min(92vw, 300px);
    min-width: 210px;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.9rem;
    background: rgba(8, 13, 20, 0.95);
    border: 1px solid var(--line);
    border-radius: 12px;
    gap: 0.35rem;
  }

  .main-nav a {
    width: 100%;
    padding: 0.52rem 0.68rem;
  }

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

  .pw-live-label {
    display: none;
  }

  .pw-live-clock {
    font-size: 0.69rem;
    padding: 0.34rem 0.5rem;
    gap: 0.34rem;
  }

  .nav-contact {
    margin-left: 0;
    justify-self: end;
  }

  .cards-grid,
  .quick-metrics,
  .stats-panel {
    grid-template-columns: 1fr;
  }

  .choose-item {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .careers-why .check-list .why-item .why-desc {
    max-height: none;
    opacity: 1;
    transform: none;
    margin-top: 0.28rem;
  }

  .section {
    padding: 4.3rem 0;
  }

  .quote-contact-pop {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    margin-top: 0.55rem;
    min-width: min(92vw, 330px);
  }

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

  .footer-social {
    justify-content: center;
  }

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

  .footer-weather {
    margin-top: 0.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* ============================================================
   NEW SECTIONS: THEME INTEGRATION
   ============================================================ */

/* --- NEWS SECTION --- */
.pw-news-section {
  padding: 0;
  position: relative;
}

.pw-news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.pw-news-card {
  background: var(--glass);
  backdrop-filter: blur(12px);
  border: 1px solid var(--line);
  padding: 24px;
  border-radius: 8px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.pw-news-card:hover {
  transform: translateY(-5px);
  border-color: var(--accent);
}

.pw-news-card .badge {
  display: inline-block;
  font-family: "Orbitron", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
  padding: 2px 8px;
  border: 1px solid var(--accent);
  border-radius: 4px;
}

.pw-news-card h3 {
  font-family: "Orbitron", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: var(--text);
}

.pw-news-card p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* --- INTERACTIVE SERVICE AREA SECTION --- */

#coverage {
  padding: 6rem 0;
  background: transparent;
  position: relative;
  overflow: hidden;
}

/* Background grid texture */
#coverage::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(200,160,60,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,160,60,0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}

/* Radial glow */
#coverage::after {
  content: '';
  position: absolute;
  top: -20%; left: 50%;
  transform: translateX(-50%);
  width: 800px; height: 400px;
  background: radial-gradient(ellipse, rgba(200,160,60,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.sa-wrap {
  width: min(1140px, 92vw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Section header */
.sa-eyebrow {
  font-family: "Orbitron", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sa-eyebrow::before {
  content: '';
  width: 24px; height: 1px;
  background: var(--gold);
  opacity: 0.5;
}

.sa-heading {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}
.sa-heading em { color: var(--gold); font-style: normal; }

.sa-subheading {
  color: var(--muted);
  font-size: 1rem;
  max-width: 580px;
  line-height: 1.7;
  margin-bottom: 3rem;
}

/* Stat bar */
.sa-stats {
  display: flex;
  gap: 3rem;
  margin-bottom: 3.5rem;
  flex-wrap: wrap;
}
.sa-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sa-stat-num {
  font-family: "Orbitron", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 15px rgba(255,255,255,0.1);
}
.sa-stat-lbl {
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

/* Main layout: map left, info right */
.sa-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: start;
}
@media (max-width: 900px) {
  .sa-layout { grid-template-columns: 1fr; }
}

/* Map panel */


/* Right info column */
.sa-info-col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Area cards */
.sa-area-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(8px);
}
.sa-area-card:hover { 
  border-color: rgba(200,160,60,0.4); 
  transform: translateY(-2px);
  box-shadow: 0 15px 50px rgba(0,0,0,0.4);
}

.sa-area-head {
  padding: 1.1rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  gap: 0.5rem;
}
.sa-area-head-left {
  display: flex;
  align-items: center;
  gap: 14px;
}
.sa-area-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.icon-core     { background: rgba(200,160,60,0.12); border: 1px solid rgba(200,160,60,0.3); }
.icon-extended { background: rgba(52,152,219,0.12); border: 1px solid rgba(52,152,219,0.3); }
.icon-mobile   { background: rgba(46,204,113,0.12); border: 1px solid rgba(46,204,113,0.3); }

.sa-area-name {
  font-family: "Orbitron", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
}
.sa-area-count {
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.5px;
  margin-top: 2px;
}

.sa-area-chevron {
  font-size: 0.8rem;
  color: var(--muted);
  transition: transform 0.3s;
  flex-shrink: 0;
}
.sa-area-card.open .sa-area-chevron { transform: rotate(180deg); color: var(--gold); }

.sa-area-body {
  padding: 0 1.4rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.sa-area-card.open .sa-area-body {
  max-height: 400px;
  padding: 0 1.4rem 1.5rem;
}

.sa-suburb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1rem;
  border-top: 1px solid var(--glass-border);
  padding-top: 1rem;
}
.sa-suburb {
  font-size: 0.85rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
}
.sa-suburb::before {
  content: '▸';
  font-size: 0.65rem;
  color: var(--gold);
  opacity: 0.6;
}
.sa-suburb:hover { color: #fff; transform: translateX(3px); }

/* CTA strip */
.sa-cta {
  background: linear-gradient(135deg, rgba(200,160,60,0.12) 0%, rgba(200,160,60,0.05) 100%);
  border: 1px solid var(--gold);
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
.sa-cta-text { font-size: 0.9rem; color: var(--muted); line-height: 1.6; }
.sa-cta-text strong { display: block; color: #fff; font-size: 1.05rem; margin-bottom: 0.3rem; }
.sa-cta-btn {
  font-family: "Orbitron", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--gold);
  color: #060810;
  border: none;
  border-radius: 10px;
  padding: 0.85rem 1.75rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  transition: all 0.3s;
  box-shadow: 0 8px 25px rgba(200,160,60,0.3);
  flex-shrink: 0;
}
.sa-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(200,160,60,0.45);
  filter: brightness(1.1);
}



/* UTILS */
.eyebrow {
  display: inline-block;
  color: var(--accent);
  font-family: "Orbitron", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

/* NEWS & TESTIMONIALS UPGRADES */
.pw-news-card {
  background: var(--panel-2);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
}

.pw-news-card:hover {
  transform: translateY(-5px);
  border-color: var(--accent);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.pw-news-card .badge {
  display: inline-block;
  font-family: "Orbitron", sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(147, 168, 191, 0.1);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 0.8rem;
}

.pw-testi-card {
  background: var(--panel);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 2rem;
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.pw-testi-stars {
  color: #ffb447;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.pw-testi-text {
  font-style: italic;
  font-size: 1rem;
  color: var(--text);
  margin-bottom: 1.5rem;
}

.pw-testia-name {
  display: block;
  font-weight: 700;
  color: #fff;
}

.pw-testia-org {
  font-size: 0.8rem;
  color: var(--muted);
}


.pw-testia-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--accent);
  box-shadow: 0 0 15px rgba(147, 168, 191, 0.3);
}

.pw-testia-info {
  display: flex;
  flex-direction: column;
}

.pw-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .pw-testi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .pw-testi-grid {
    grid-template-columns: 1fr;
  }
}
/* ── COOKIE & PRIVACY CONSENT BANNER ────────────────────────── */
#pw-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: var(--bg);
  border-top: 1px solid var(--glass-border);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  box-shadow: 0 -8px 60px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,255,255,0.05);
  font-family: "Orbitron", sans-serif;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

#pw-consent.pw-visible {
  transform: translateY(0);
}

#pw-consent::before {
  content: '';
  position: absolute;
  top: 0; left: 5%; right: 5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.4;
}

.pw-consent-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
}

@media (max-width: 800px) {
  .pw-consent-inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 1.5rem 1.25rem 1.75rem;
  }
}

.pw-consent-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.pw-consent-title {
  font-family: "Orbitron", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 10px;
}

.pw-consent-title::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--gold);
}

.pw-consent-body {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
  max-width: 720px;
  margin: 0;
}

.pw-consent-body a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(200,160,60,0.3);
  transition: all 0.2s;
}

.pw-consent-body a:hover {
  color: #fff;
  border-color: #fff;
}

.pw-consent-toggles {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.pw-toggle-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pw-toggle {
  position: relative;
  width: 38px;
  height: 22px;
}

.pw-toggle input {
  opacity: 0; width: 0; height: 0;
  position: absolute;
}

.pw-toggle-track {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s;
  cursor: pointer;
}

.pw-toggle input:checked + .pw-toggle-track {
  background: rgba(57, 217, 110, 0.2);
  border-color: #39d96e;
}

.pw-toggle input:disabled + .pw-toggle-track {
  background: rgba(200, 160, 60, 0.15);
  border-color: rgba(200, 160, 60, 0.4);
  cursor: not-allowed;
}

.pw-toggle-track::after {
  content: '';
  position: absolute;
  top: 3px; left: 3px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.3s;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.pw-toggle input:checked + .pw-toggle-track::after {
  transform: translateX(16px);
  background: #39d96e;
  box-shadow: 0 0 10px #39d96e;
}

.pw-toggle-label strong {
  display: block;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
}

.pw-toggle-label span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
}

.pw-consent-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 180px;
}

@media (max-width: 800px) {
  .pw-consent-actions {
    flex-direction: row;
    min-width: unset;
  }
  .pw-btn { flex: 1; }
}

.pw-btn {
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  border: 1px solid transparent;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-align: center;
}

.pw-btn-accept {
  background: var(--gold);
  color: #060810;
  box-shadow: 0 8px 24px rgba(200,160,60,0.2);
}

.pw-btn-accept:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(200,160,60,0.35);
  filter: brightness(1.1);
}

.pw-btn-decline {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--muted);
}

.pw-btn-decline:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.25);
  color: #fff;
}

#pw-consent-reopen {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 99998;
  background: rgba(10, 18, 29, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  border-radius: 999px;
  padding: 8px 16px 8px 12px;
  display: none;
  align-items: center;
  gap: 8px;
  font-family: "Orbitron", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
  transition: all 0.3s;
}

#pw-consent-reopen:hover {
  background: var(--bg);
  border-color: var(--gold);
  transform: scale(1.05);
}

#pw-consent-reopen.show {
  display: flex;
}
