:root {
  --page-bg: #031a3d;
  --surface: rgba(255, 255, 255, 0.965);
  --surface-muted: #f3f7fd;
  --surface-dark: #061d46;
  --surface-blue: #0b45b8;
  --text: #10213d;
  --text-muted: #62738b;
  --line: #dbe5f2;
  --primary: #0a4bd7;
  --primary-strong: #06379f;
  --primary-soft: #e8f1ff;
  --accent: #4bd6f2;
  --accent-strong: #12b8dc;
  --white: #ffffff;
  --shadow-lg: 0 34px 100px rgba(1, 21, 55, 0.34);
  --shadow-md: 0 18px 48px rgba(16, 53, 103, 0.13);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --transition: 180ms ease;
}

* { box-sizing: border-box; }

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  padding: 32px;
  color: var(--text);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(135deg, rgba(2, 19, 49, 0.94), rgba(0, 86, 176, 0.56)),
    url("images/background_darkblue.png") center / cover fixed;
}

button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(75, 214, 242, 0.46);
  outline-offset: 3px;
}

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

.x8309a979f005 {
  display: flex;
  min-height: calc(100vh - 64px);
  flex-direction: column;
  width: min(1180px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}

.x8309a979f005 > main {
  flex: 1;
}

.x0990eb15c3f2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 30px;
  background: rgba(255, 255, 255, 0.92);
}

.xdd5f123b1b15 {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--text);
  text-decoration: none;
}

.x4a77ce4d3bc0 {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  color: var(--white);
  font-size: 1.08rem;
  font-weight: 800;
  background: linear-gradient(145deg, var(--primary), #1288e9);
  box-shadow: 0 12px 26px rgba(10, 75, 215, 0.27);
}

.x4a77ce4d3bc0::after {
  position: absolute;
  width: 32px;
  height: 32px;
  right: -12px;
  bottom: -13px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
  opacity: 0.75;
}

.x4a77ce4d3bc0 span { position: relative; z-index: 1; }

.x3b8d9ebdb425 {
  display: grid;
  gap: 2px;
}

.xf777e49f1629 {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.045em;
}

.xf777e49f1629 strong {
  color: var(--primary);
  font-weight: 800;
}

.xc9b18b515da1 {
  color: var(--text-muted);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.x9a2eb4d2cf54 {
  min-height: 56px;
  padding: 0 30px;
  overflow-x: auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(245, 249, 255, 0.92);
  scrollbar-width: none;
}

.x9a2eb4d2cf54::-webkit-scrollbar { display: none; }

.xc4e2fbb3eb90 {
  display: flex;
  min-width: max-content;
  gap: 30px;
}

.x393980621726 {
  position: relative;
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  color: var(--text-muted);
  font-size: 0.91rem;
  font-weight: 750;
  text-decoration: none;
}

.x393980621726::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}

.x393980621726:hover, .x393980621726.x8a07f79c0582 { color: var(--text); }
.x393980621726:hover::after, .x393980621726.x8a07f79c0582::after { transform: scaleX(1); }

.x2b07145bdb46 {
  display: grid;
  grid-template-columns: minmax(0, 1.68fr) minmax(320px, 0.82fr);
  gap: 28px;
  padding: 32px;
}

.x5ae991aec3e6 {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 28px;
}

.x54a94a848e89,
.x7b80924461bb,
.x426cd1a7c697,
.xd739c803b3a4,
.xcaaeee50a81d {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-md);
}

.x54a94a848e89 {
  display: grid;
  grid-template-columns: minmax(250px, 0.84fr) minmax(0, 1.16fr);
  min-height: 468px;
  overflow: hidden;
}

.xa2c5426f5c31 {
  position: relative;
  display: flex;
  min-height: 468px;
  align-items: center;
  justify-content: center;
  padding: 54px 30px 100px;
  overflow: hidden;
  background:
    radial-gradient(circle at 58% 25%, rgba(75, 214, 242, 0.31), transparent 35%),
    linear-gradient(150deg, #0b4cb8 0%, #061d46 72%);
}

.xa2c5426f5c31::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.08), transparent 32%);
  content: "";
}

.x7596ccbf4d3c {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.x672426361524 { width: 335px; height: 335px; }
.x75c26851ed3d { width: 245px; height: 245px; }

.xc9dfd9d53edf {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(4, 25, 63, 0.42);
  backdrop-filter: blur(8px);
}

.x36415e0b2349 {
  position: relative;
  z-index: 1;
  width: min(100%, 305px);
  height: auto;
  filter: drop-shadow(0 28px 27px rgba(0, 0, 0, 0.35));
  transition: transform 280ms ease;
}

.x54a94a848e89:hover .x36415e0b2349 { transform: translateY(-7px) scale(1.025); }

.x06c3a2bfd03d {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
  z-index: 2;
}

.x8c30d5e71872 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 38px;
}

.x2a7dc7f28db7, .x64fcf85f886d {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.x2a7dc7f28db7::before, .x64fcf85f886d::before {
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent-strong);
  content: "";
}

.x8c30d5e71872 h1,
.xe1cf2f22e189 h1,
.xcc7b2c3d410a h1 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.x8c30d5e71872 p,
.x7b80924461bb p,
.xd739c803b3a4 p,
.xcc7b2c3d410a p,
.xcaaeee50a81d p,
.x5972fd0d2eb8 p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.74;
}

.x8c30d5e71872 p { margin-bottom: 14px; }

.x8c377949f017 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.x8c377949f017 span {
  padding: 8px 10px;
  border: 1px solid #d7e6fb;
  border-radius: 999px;
  color: #315278;
  font-size: 0.7rem;
  font-weight: 750;
  background: var(--primary-soft);
}

.x7b80924461bb { padding: 34px 36px; }

.x4e3488964583,
.x523c1f3d6192 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.xbcfc3c47c665 {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 14px;
  color: var(--primary-strong);
  font-size: 0.78rem;
  font-weight: 800;
  background: var(--primary-soft);
}

.x4e3488964583 h2,
.x523c1f3d6192 h2,
.xba358cc64a8e h2,
.x5972fd0d2eb8 h2 {
  margin-bottom: 5px;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  letter-spacing: -0.045em;
}

.x7b80924461bb p:last-child,
.xba358cc64a8e p:last-child { margin-bottom: 0; }

.x586a91fdd05e {
  display: grid;
  align-content: start;
  gap: 16px;
}

.x30c5894051fc { padding: 5px 5px 0; }
.x30c5894051fc .x2a7dc7f28db7 { margin-bottom: 7px; }
.x30c5894051fc h2 {
  margin-bottom: 6px;
  font-size: clamp(1.55rem, 3vw, 2rem);
  letter-spacing: -0.045em;
}
.x30c5894051fc p {
  margin-bottom: 0;
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.x426cd1a7c697 {
  position: sticky;
  top: 18px;
  padding: 18px;
}

.x9e8b3f7157a2 {
  position: relative;
  padding: 24px 22px;
  overflow: hidden;
  border-radius: 18px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 15%, rgba(75,214,242,0.32), transparent 35%),
    linear-gradient(145deg, var(--primary) 0%, #07358d 100%);
}

.x9e8b3f7157a2::after {
  position: absolute;
  width: 120px;
  height: 120px;
  right: -50px;
  bottom: -66px;
  border: 18px solid rgba(255,255,255,0.08);
  border-radius: 50%;
  content: "";
}

.x59c81bb78bb8 {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 999px;
  color: rgba(255,255,255,0.86);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(4,22,58,0.18);
}

.x9e8b3f7157a2 h3 {
  max-width: 260px;
  margin-bottom: 8px;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.x9e8b3f7157a2 p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255,255,255,0.77);
  font-size: 0.8rem;
  line-height: 1.5;
}

.xdafc8e5b52a9,
.x4be28c5de5fe {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-top: 17px;
}

.x26f60c2e685d { grid-column: 1 / -1; }

.x466d36d6d1fc { min-width: 0; }

.x466d36d6d1fc label {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--text);
  font-size: 0.77rem;
  font-weight: 750;
}

.x466d36d6d1fc input,
.x466d36d6d1fc select,
.x466d36d6d1fc textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--text);
  background: #fbfdff;
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

.x466d36d6d1fc input,
.x466d36d6d1fc select { min-height: 48px; padding: 0 13px; }
.x466d36d6d1fc textarea { min-height: 170px; padding: 13px; resize: vertical; }

.x466d36d6d1fc input::placeholder { color: #8997aa; }
.x466d36d6d1fc select { color: #7e8da1; }

.x466d36d6d1fc input:hover,
.x466d36d6d1fc select:hover,
.x466d36d6d1fc textarea:hover { border-color: #b7c9df; }

.x466d36d6d1fc input:focus,
.x466d36d6d1fc select:focus,
.x466d36d6d1fc textarea:focus {
  border-color: var(--primary);
  outline: 0;
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(10, 75, 215, 0.1);
}

.x1e89c1ff6355 {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 13px;
  padding: 0 18px;
  cursor: pointer;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.x1e89c1ff6355:hover { transform: translateY(-2px); }

.xfd9edb461a8d {
  color: var(--white);
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  box-shadow: 0 12px 26px rgba(10, 75, 215, 0.24);
}

.xfd9edb461a8d:hover {
  background: linear-gradient(135deg, #0b59ef, #062f86);
  box-shadow: 0 16px 32px rgba(10, 75, 215, 0.3);
}

.x32efcdabc040 {
  color: var(--surface-dark);
  background: var(--white);
  box-shadow: 0 13px 30px rgba(1,16,44,0.21);
}

.x32efcdabc040:hover { background: #eaf8ff; }
.xbaec1448719f { min-height: 44px; padding-inline: 17px; font-size: 0.83rem; }
.xa7ba1ab66448 { width: 100%; }
.x61dca97855b5 { width: 100%; margin-top: 14px; }

.xa81c2c937ae9 {
  margin: 13px 4px 2px;
  color: #7c8da4;
  font-size: 0.67rem;
  line-height: 1.45;
}
.xa81c2c937ae9 span { color: var(--accent-strong); }

.xe8276d681768 { align-items: start; }

.xe1cf2f22e189 {
  position: relative;
  padding: 42px 40px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    radial-gradient(circle at 90% 0%, rgba(75,214,242,0.35), transparent 32%),
    linear-gradient(145deg, #0b4cb8, #061d46 78%);
  box-shadow: var(--shadow-md);
}

.xe1cf2f22e189::after {
  position: absolute;
  width: 280px;
  height: 280px;
  right: -100px;
  bottom: -155px;
  border: 35px solid rgba(255,255,255,0.07);
  border-radius: 50%;
  content: "";
}

.xe1cf2f22e189 .x64fcf85f886d { color: #a9edfa; }
.xe1cf2f22e189 .x64fcf85f886d::before { background: var(--accent); }
.xe1cf2f22e189 h1 { position: relative; z-index: 1; margin-bottom: 17px; }
.x41e2d395ada7 {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255,255,255,0.76);
  font-size: 1rem;
  line-height: 1.7;
}

.xd739c803b3a4 { overflow: hidden; }
.xba358cc64a8e { padding: 34px 38px; }
.xba358cc64a8e + .xba358cc64a8e { border-top: 1px solid var(--line); }
.xba358cc64a8e h2 { margin-bottom: 14px; }

.xb2c35398c55f { padding: 34px 32px 38px; }

.xcc7b2c3d410a {
  max-width: 760px;
  margin-bottom: 30px;
  padding: 18px 8px 4px;
}
.xcc7b2c3d410a h1 { margin-bottom: 16px; }
.xcc7b2c3d410a p { max-width: 690px; margin-bottom: 0; font-size: 1rem; }

.x6b60fb46a7f0 {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.7fr);
  gap: 26px;
  align-items: stretch;
}

.xcaaeee50a81d { padding: 30px; }
.x523c1f3d6192 { margin-bottom: 7px; }
.x523c1f3d6192 p { margin-bottom: 0; }
.x4be28c5de5fe { gap: 15px; }
.x0784e69b2b50 { min-width: 190px; margin-top: 18px; }

.xa0271200f675 {
  color: #8997aa;
  font-size: 0.68rem;
  font-weight: 600;
}

.x540fc8776acb {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.x5972fd0d2eb8 {
  position: relative;
  padding: 34px 30px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    radial-gradient(circle at 86% 5%, rgba(75,214,242,0.3), transparent 28%),
    linear-gradient(155deg, #0b4cb8 0%, #061d46 80%);
  box-shadow: var(--shadow-md);
}

.x5972fd0d2eb8::after {
  position: absolute;
  width: 210px;
  height: 210px;
  right: -105px;
  bottom: -110px;
  border: 30px solid rgba(255,255,255,0.07);
  border-radius: 50%;
  content: "";
}

.x6b702efe58fb {
  margin-bottom: 31px;
  color: var(--white);
  background: rgba(255,255,255,0.12);
}

.xe7c18a3ddbee { color: #a9edfa; }
.xe7c18a3ddbee::before { background: var(--accent); }
.x5972fd0d2eb8 h2 { color: var(--white); }
.x5972fd0d2eb8 h3 { margin-bottom: 10px; font-size: 1.03rem; }
.x5972fd0d2eb8 p { color: rgba(255,255,255,0.72); }
.x3d3f03de0791 {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 6px;
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  word-break: break-word;
}
.x3d3f03de0791:hover { color: var(--accent); }
.x12c132e00c1f { height: 1px; margin: 30px 0; background: rgba(255,255,255,0.15); }
.x5972fd0d2eb8 .x1e89c1ff6355 { position: relative; z-index: 1; margin-top: 8px; }

.x6bbba7657a87 {
  margin: 0 0 22px;
  padding: 14px 17px;
  border-radius: var(--radius-sm);
  font-size: 0.86rem;
  font-weight: 750;
}
.x238f9e5704ff { border: 1px solid #9ed9ba; color: #17603c; background: #e8faef; }
.x6cc02a78835f { border: 1px solid #efb1b1; color: #8b2828; background: #fff0f0; }

.x8337cbf791e6 {
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 18px 24px;
  border-top: 1px solid rgba(130, 119, 32, 0.22);
  color: #273142;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(135deg, #f4ea8d 0%, #e8dc6a 100%);
}

.x8337cbf791e6 p {
  margin: 0;
}

/* Keep the footer permanently visible. It must not inherit scroll-reveal hiding. */
.x8337cbf791e6,
.x8337cbf791e6.xd806bdf19ca8,
.x2854039ffa67 .x8337cbf791e6.xd806bdf19ca8 {
  flex-shrink: 0;
  position: relative;
  z-index: 5;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.xfdef22cebadd {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1020px) {
  body { padding: 20px; }
  .x2b07145bdb46 { grid-template-columns: 1fr; }
  .x586a91fdd05e { max-width: 760px; width: 100%; margin: 0 auto; }
  .x426cd1a7c697 { position: static; }
  .x6b60fb46a7f0 { grid-template-columns: 1fr; }
  .x5972fd0d2eb8 { min-height: 340px; }
}

@media (max-width: 760px) {
  body { padding: 0; background-attachment: scroll; }
  .x8309a979f005 { min-height: 100vh; border: 0; border-radius: 0; }
  .x0990eb15c3f2 { padding: 17px 18px; }
  .xc9b18b515da1 { display: none; }
  .x4a77ce4d3bc0 { width: 41px; height: 41px; border-radius: 13px; }
  .xbaec1448719f { min-height: 41px; padding-inline: 13px; }
  .x9a2eb4d2cf54 { padding: 0 18px; }
  .xc4e2fbb3eb90 { gap: 23px; }
  .x2b07145bdb46 { gap: 22px; padding: 22px 18px 26px; }
  .x54a94a848e89 { grid-template-columns: 1fr; }
  .xa2c5426f5c31 { min-height: 390px; }
  .x8c30d5e71872 { padding: 31px 26px; }
  .x7b80924461bb { padding: 29px 26px; }
  .xe1cf2f22e189 { padding: 34px 28px; }
  .xba358cc64a8e { padding: 29px 27px; }
  .xb2c35398c55f { padding: 24px 18px 28px; }
  .xcc7b2c3d410a { padding-inline: 5px; }
  .xcaaeee50a81d, .x5972fd0d2eb8 { padding: 26px 22px; }
  .x8337cbf791e6 { min-height: 64px; padding: 16px 18px; font-size: 0.9rem; }
}

@media (max-width: 520px) {
  .x3b8d9ebdb425 { display: block; }
  .xf777e49f1629 { font-size: 1rem; }
  .xbaec1448719f span:first-child { font-size: 0.76rem; }
  .x2b07145bdb46 { padding-inline: 14px; }
  .xa2c5426f5c31 { min-height: 340px; padding: 45px 24px 88px; }
  .x36415e0b2349 { width: min(84%, 280px); }
  .x8c30d5e71872 h1, .xe1cf2f22e189 h1, .xcc7b2c3d410a h1 { font-size: 2.25rem; }
  .xdafc8e5b52a9, .x4be28c5de5fe { grid-template-columns: 1fr; }
  .x61a299b0e56b, .x26f60c2e685d { grid-column: auto; }
  .x426cd1a7c697 { padding: 14px; }
  .x9e8b3f7157a2 { padding: 23px 19px; }
  .xe1cf2f22e189 { border-radius: 20px; }
  .x4e3488964583, .x523c1f3d6192 { gap: 12px; }
  .xbcfc3c47c665 { width: 40px; height: 40px; flex-basis: 40px; }
  .x0784e69b2b50 { width: 100%; }
  .x8337cbf791e6 { display: flex; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ==========================================================
   2026 interactive enhancement layer
   ========================================================== */

body {
  --pointer-x: 50vw;
  --pointer-y: 32vh;
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
}

body::before,
body::after {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
}

body::before {
  background:
    radial-gradient(420px circle at var(--pointer-x) var(--pointer-y), rgba(75, 214, 242, 0.20), transparent 68%),
    radial-gradient(560px circle at 82% 18%, rgba(20, 113, 255, 0.17), transparent 70%),
    radial-gradient(460px circle at 13% 82%, rgba(8, 82, 187, 0.22), transparent 72%);
  transition: background-position 120ms linear;
}

body::after {
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent 92%);
  animation: backgroundGridDrift 24s linear infinite;
}

.x8309a979f005 {
  position: relative;
  z-index: 1;
  isolation: isolate;
}

.x2854039ffa67 .x8309a979f005 {
  position: relative;
  z-index: 1;
  isolation: isolate;
  transform: translateY(10px) scale(0.992);
  opacity: 0;
  transition: opacity 650ms cubic-bezier(.22,1,.36,1), transform 760ms cubic-bezier(.22,1,.36,1);
}

.x8309a979f005::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(120deg, rgba(255,255,255,0.74), rgba(75,214,242,0.16), rgba(255,255,255,0.32));
  content: "";
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

body.xf3ce9ef5d931 .x8309a979f005 {
  transform: none;
  opacity: 1;
}

.x0990eb15c3f2 {
  position: relative;
  overflow: hidden;
}

.x0990eb15c3f2::after {
  position: absolute;
  inset: auto -15% 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(75,214,242,0.8), transparent);
  content: "";
  transform: translateX(-55%);
  animation: headerScan 8s ease-in-out infinite;
}

.x4a77ce4d3bc0 {
  transform-origin: center;
  animation: brandBreathe 5s ease-in-out infinite;
}

.x4a77ce4d3bc0::before {
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: inherit;
  content: "";
}

.x9a2eb4d2cf54 {
  position: relative;
  backdrop-filter: blur(20px);
}

.xc4e2fbb3eb90 {
  position: relative;
}

.xf6f8e1613c03 {
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 0;
  height: 38px;
  border: 1px solid rgba(10, 75, 215, 0.10);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(10,75,215,0.10), rgba(75,214,242,0.13));
  box-shadow: 0 7px 18px rgba(10,75,215,0.08);
  transition: width 360ms cubic-bezier(.22,1,.36,1), transform 360ms cubic-bezier(.22,1,.36,1);
  pointer-events: none;
}

.x393980621726 {
  z-index: 1;
  padding-inline: 10px;
  transition: color var(--transition), transform var(--transition);
}

.x393980621726:hover { transform: translateY(-1px); }
.x393980621726::after { height: 2px; }

.x54a94a848e89,
.x7b80924461bb,
.x426cd1a7c697,
.xd739c803b3a4,
.xcaaeee50a81d,
.x5972fd0d2eb8,
.xe1cf2f22e189 {
  transition:
    border-color 260ms ease,
    box-shadow 320ms ease,
    transform 320ms cubic-bezier(.22,1,.36,1);
}

.x54a94a848e89:hover,
.x7b80924461bb:hover,
.x426cd1a7c697:hover,
.xd739c803b3a4:hover,
.xcaaeee50a81d:hover {
  border-color: rgba(10, 75, 215, 0.22);
  box-shadow: 0 24px 65px rgba(16, 53, 103, 0.17);
}

.x07dbd3a08216 {
  --card-x: 50%;
  --card-y: 50%;
}

.x07dbd3a08216::before {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  background: radial-gradient(260px circle at var(--card-x) var(--card-y), rgba(255,255,255,0.12), transparent 65%);
  content: "";
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.x07dbd3a08216:hover::before { opacity: 1; }

.x54a94a848e89,
.xe1cf2f22e189,
.x5972fd0d2eb8 { position: relative; }

.xa2c5426f5c31 {
  --product-x: 0px;
  --product-y: 0px;
}

.xa2c5426f5c31::after {
  position: absolute;
  width: 68%;
  height: 32%;
  left: 16%;
  bottom: 40px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0,0,0,0.34), transparent 68%);
  filter: blur(10px);
  content: "";
  transform: scaleX(0.84);
  opacity: 0.68;
}

.x36415e0b2349 {
  animation: productHover 5.2s ease-in-out infinite;
  transform: translate3d(var(--product-x), var(--product-y), 0);
  will-change: transform;
}

.x54a94a848e89:hover .x36415e0b2349 {
  transform: translate3d(var(--product-x), calc(var(--product-y) - 6px), 0) scale(1.025);
}

.x7596ccbf4d3c {
  transform-origin: center;
  will-change: transform;
}

.x672426361524 { animation: orbitRotate 18s linear infinite; }
.x75c26851ed3d { animation: orbitRotateReverse 13s linear infinite; }

.x672426361524::before,
.x75c26851ed3d::before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 14%;
  right: 12%;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 20px rgba(75,214,242,0.86);
  content: "";
}

.xc9dfd9d53edf,
.x59c81bb78bb8 {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}

.x9e8b3f7157a2 {
  isolation: isolate;
}

.x9e8b3f7157a2::before {
  position: absolute;
  inset: -40% auto -40% -36%;
  z-index: -1;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.19), transparent);
  content: "";
  transform: skewX(-18deg);
  animation: cardShine 7s ease-in-out infinite;
}

.xe1cf2f22e189::before,
.x5972fd0d2eb8::before {
  position: absolute;
  width: 170px;
  height: 170px;
  top: -85px;
  left: -78px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 26px rgba(255,255,255,0.025), 0 0 0 52px rgba(255,255,255,0.018);
  animation: softPulse 7s ease-in-out infinite;
}

.x1e89c1ff6355 {
  --button-x: 0px;
  --button-y: 0px;
  position: relative;
  overflow: hidden;
  transform: translate3d(var(--button-x), var(--button-y), 0);
  will-change: transform;
}

.x1e89c1ff6355::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 24%, rgba(255,255,255,0.28) 46%, transparent 68%);
  content: "";
  transform: translateX(-125%);
  transition: transform 650ms cubic-bezier(.22,1,.36,1);
  pointer-events: none;
}

.x1e89c1ff6355:hover {
  transform: translate3d(var(--button-x), calc(var(--button-y) - 2px), 0);
}

.x1e89c1ff6355:hover::before { transform: translateX(125%); }

.x1e89c1ff6355 > span,
.x1e89c1ff6355 > svg { position: relative; z-index: 2; }

.xd08cc53bf9cb {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background: rgba(255,255,255,0.38);
  transform: scale(0);
  animation: buttonRipple 620ms ease-out forwards;
  pointer-events: none;
}

.x466d36d6d1fc {
  position: relative;
}

.x466d36d6d1fc::after {
  position: absolute;
  right: 13px;
  bottom: 0;
  left: 13px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 240ms ease;
  pointer-events: none;
}

.x466d36d6d1fc:focus-within::after { transform: scaleX(1); }

.x466d36d6d1fc input,
.x466d36d6d1fc select,
.x466d36d6d1fc textarea {
  transition:
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition),
    transform var(--transition);
}

.x466d36d6d1fc:focus-within input,
.x466d36d6d1fc:focus-within select,
.x466d36d6d1fc:focus-within textarea {
  transform: translateY(-1px);
}

.x8c377949f017 span {
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.x8c377949f017 span:hover {
  transform: translateY(-2px);
  border-color: rgba(10,75,215,0.28);
  box-shadow: 0 8px 18px rgba(10,75,215,0.10);
}

.x2854039ffa67 .xd806bdf19ca8 {
  opacity: 0;
  transform: translateY(26px) scale(0.988);
  transition:
    opacity 720ms cubic-bezier(.22,1,.36,1) var(--reveal-delay, 0ms),
    transform 720ms cubic-bezier(.22,1,.36,1) var(--reveal-delay, 0ms),
    box-shadow 320ms ease,
    border-color 260ms ease;
}

.x2854039ffa67 .xd806bdf19ca8.xb28c46b6bb8e {
  opacity: 1;
  transform: none;
}

.x2854039ffa67 .x79510cfa1bb3 {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 440ms ease, transform 440ms ease;
  transition-delay: calc(var(--item-index, 0) * 45ms + 220ms);
}

body.xf3ce9ef5d931 .x79510cfa1bb3 {
  opacity: 1;
  transform: none;
}

@keyframes backgroundGridDrift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 48px 48px, 48px 48px; }
}

@keyframes headerScan {
  0%, 58%, 100% { transform: translateX(-55%); opacity: 0; }
  68% { opacity: 1; }
  86% { transform: translateX(55%); opacity: 0; }
}

@keyframes brandBreathe {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-2px) rotate(-1.5deg); }
}

@keyframes productHover {
  0%, 100% { filter: drop-shadow(0 28px 27px rgba(0, 0, 0, 0.35)); }
  50% { filter: drop-shadow(0 36px 34px rgba(0, 0, 0, 0.28)); }
}

@keyframes orbitRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes orbitRotateReverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes cardShine {
  0%, 52%, 100% { transform: translateX(-35%) skewX(-18deg); opacity: 0; }
  64% { opacity: 1; }
  82% { transform: translateX(455%) skewX(-18deg); opacity: 0; }
}

@keyframes softPulse {
  0%, 100% { transform: scale(0.96); opacity: 0.65; }
  50% { transform: scale(1.06); opacity: 1; }
}

@keyframes buttonRipple {
  to { transform: scale(1); opacity: 0; }
}

@media (max-width: 760px) {
  body::after { opacity: 0.09; }
  .x393980621726 { padding-inline: 7px; }
  .xf6f8e1613c03 { top: 10px; height: 36px; }
  .x36415e0b2349 { animation-duration: 6.3s; }
}

@media (prefers-reduced-motion: reduce) {
  body::after,
  .x0990eb15c3f2::after,
  .x4a77ce4d3bc0,
  .x36415e0b2349,
  .x7596ccbf4d3c,
  .x9e8b3f7157a2::before,
  .xe1cf2f22e189::before,
  .x5972fd0d2eb8::before {
    animation: none !important;
  }

  .x8309a979f005,
  .x2854039ffa67 .xd806bdf19ca8,
  .x2854039ffa67 .x79510cfa1bb3 {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Product name and UK flag presentation */
.x95243d639901 {
  position: absolute;
  z-index: 0;
  width: 245px;
  height: 245px;
  border-radius: 50%;
  background: rgba(75, 214, 242, 0.20);
  filter: blur(46px);
  animation: productNameGlow 4.8s ease-in-out infinite;
  pointer-events: none;
}

.xe06784a5850c {
  --stage-rotate-x: 0deg;
  --stage-rotate-y: 0deg;
  --stage-shift-x: 0px;
  --stage-shift-y: 0px;
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100%, 320px);
  min-height: 320px;
  place-items: center;
  transform: perspective(850px) rotateX(var(--stage-rotate-x)) rotateY(var(--stage-rotate-y)) translate(var(--stage-shift-x), var(--stage-shift-y));
  transform-style: preserve-3d;
  transition: transform 180ms ease-out;
  will-change: transform;
}

.xe06784a5850c::before,
.xe06784a5850c::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.xe06784a5850c::before {
  width: 258px;
  height: 258px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 0 0 28px rgba(255, 255, 255, 0.025),
    0 0 0 58px rgba(75, 214, 242, 0.04);
  animation: productNameRing 4.8s ease-in-out infinite;
}

.xe06784a5850c::after {
  width: 198px;
  height: 198px;
  background: radial-gradient(circle, rgba(75, 214, 242, 0.28), rgba(10, 75, 215, 0.10) 50%, transparent 72%);
  filter: blur(4px);
  animation: productNameGlow 4.8s ease-in-out infinite;
}

.xf40f2c8f0335 {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  transform: translateZ(34px);
  animation: productNameFloat 4.2s ease-in-out infinite;
}

.x5fdcea9dbdb0 {
  display: block;
  color: #ffffff;
  font-size: clamp(2.25rem, 5vw, 3.55rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.065em;
  text-align: center;
  text-shadow: 0 15px 36px rgba(0, 0, 0, 0.38);
}

.x5fdcea9dbdb0::after {
  display: block;
  width: 60%;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  box-shadow: 0 0 20px rgba(75, 214, 242, 0.72);
  content: "";
}

.x6d50df005236 {
  position: relative;
  display: grid;
  width: 98px;
  height: 98px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.97);
  box-shadow:
    0 20px 42px rgba(0, 0, 0, 0.28),
    0 0 38px rgba(75, 214, 242, 0.25);
}

.x6d50df005236::before {
  position: absolute;
  inset: -45%;
  background: linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, 0.90) 50%, transparent 62%);
  content: "";
  transform: translateX(-90%) rotate(8deg);
  animation: productFlagShine 4.7s ease-in-out infinite;
}

.x6d50df005236 img {
  position: relative;
  z-index: 1;
  display: block;
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.x54a94a848e89:hover .xf40f2c8f0335 {
  animation-duration: 3.35s;
}

@keyframes productNameGlow {
  0%, 100% { opacity: 0.64; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1.10); }
}

@keyframes productNameRing {
  0%, 100% { opacity: 0.72; transform: scale(0.96) rotate(0deg); }
  50% { opacity: 1; transform: scale(1.035) rotate(4deg); }
}

@keyframes productNameFloat {
  0%, 100% { transform: translate3d(0, -5px, 34px); }
  50% { transform: translate3d(0, 7px, 46px); }
}

@keyframes productFlagShine {
  0%, 56% { transform: translateX(-90%) rotate(8deg); }
  76%, 100% { transform: translateX(90%) rotate(8deg); }
}

@media (max-width: 760px) {
  .xe06784a5850c { min-height: 270px; }
  .xe06784a5850c::before { width: 224px; height: 224px; }
  .xe06784a5850c::after { width: 172px; height: 172px; }
  .x6d50df005236 { width: 88px; height: 88px; }
  .x6d50df005236 img { width: 77px; height: 77px; }
}

@media (prefers-reduced-motion: reduce) {
  .x95243d639901,
  .xe06784a5850c::before,
  .xe06784a5850c::after,
  .xf40f2c8f0335,
  .x6d50df005236::before {
    animation: none !important;
  }
}

/* ==========================================================
   Mobile centered burger navigation
   ========================================================== */
.xeb41dafe2e9f {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(10, 75, 215, 0.14);
  border-radius: 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(10, 75, 215, 0.12);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.xeb41dafe2e9f span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 220ms ease, opacity 180ms ease;
}

.xeb41dafe2e9f[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.xeb41dafe2e9f[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.xeb41dafe2e9f[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 760px) {
  .x0990eb15c3f2 {
    position: relative;
    min-height: 76px;
  }

  .xeb41dafe2e9f {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-flex;
    transform: translate(-50%, -50%);
  }

  .xeb41dafe2e9f:active {
    transform: translate(-50%, -50%) scale(0.96);
  }

  .x9a2eb4d2cf54 {
    display: none;
    min-height: 0;
    padding: 10px 18px 14px;
    overflow: visible;
    border-top: 1px solid var(--line);
    background: rgba(245, 249, 255, 0.98);
  }

  .x9a2eb4d2cf54.x9fc1f30e9453 {
    display: block;
  }

  .xc4e2fbb3eb90 {
    display: grid;
    min-width: 0;
    gap: 6px;
  }

  .x393980621726 {
    width: 100%;
    min-height: 44px;
    justify-content: center;
    padding: 0 14px;
    border-radius: 12px;
  }

  .x393980621726:hover,
  .x393980621726.x8a07f79c0582 {
    background: var(--primary-soft);
  }

  .x393980621726::after,
  .xf6f8e1613c03 {
    display: none !important;
  }
}

@media (max-width: 520px) {
  .x0990eb15c3f2 {
    gap: 10px;
    padding-inline: 14px;
  }

  .xdd5f123b1b15 {
    gap: 9px;
  }

  .x4a77ce4d3bc0 {
    width: 38px;
    height: 38px;
  }

  .xf777e49f1629 {
    font-size: 0.9rem;
  }

  .xbaec1448719f {
    min-height: 38px;
    padding-inline: 10px;
  }

  .xbaec1448719f span:first-child {
    font-size: 0.7rem;
  }

  .xeb41dafe2e9f {
    width: 42px;
    height: 42px;
  }
}


/* =========================================================
   Template 2 Generator overrides — created automatically
   ========================================================= */
:root {
  --page-bg: #031A3D;
  --surface: #FFFDF8;
  --white: #FFFFFF;
  --text: #182238;
  --text-muted: #687184;
  --primary: #F2BC21;
  --primary-strong: #D69B00;
  --primary-soft: color-mix(in srgb, #F2BC21 14%, white);
  --accent: #E7A800;
  --accent-strong: #D69B00;
  --surface-dark: #082C55;
  --line: color-mix(in srgb, #687184 20%, white);
}

body {
  
}

.x8309a979f005 {
  background: #FFFDF8 !important;
}

.x8c30d5e71872 h1,
.xe1cf2f22e189 h1:not(.xfdef22cebadd),
.xcc7b2c3d410a h1:not(.xfdef22cebadd) {
  color: #182238;
}

.x7b80924461bb h2,
.xba358cc64a8e h2,
.x523c1f3d6192 h2,
.x30c5894051fc h2 {
  color: #182238;
}

.xf777e49f1629 strong {
  color: #E7A800 !important;
}

.x4a77ce4d3bc0 {
  background: linear-gradient(145deg, #F2BC21, #D69B00) !important;
}

.x4a77ce4d3bc0::after {
  background: #E7A800 !important;
}

.x0990eb15c3f2 .xbaec1448719f {
  color: #182238 !important;
  background: #FFD95A !important;
  box-shadow: 0 12px 24px color-mix(in srgb, #FFD95A 34%, transparent) !important;
}

.x06c3a2bfd03d .xa7ba1ab66448 {
  color: #182238 !important;
  background: #FFE27C !important;
}

.x426cd1a7c697 .x61dca97855b5 {
  color: #182238 !important;
  background: #FFD95A !important;
}

.x0784e69b2b50,
.x5972fd0d2eb8 .xa7ba1ab66448 {
  color: #182238 !important;
  background: #FFE992 !important;
}

.x9e8b3f7157a2 {
  color: #182238 !important;
  background: linear-gradient(145deg, #FFD451, color-mix(in srgb, #FFD451 78%, #D69B00)) !important;
}

.x9e8b3f7157a2 h3,
.x9e8b3f7157a2 p {
  color: #182238 !important;
}

.x9e8b3f7157a2 .x59c81bb78bb8 {
  color: #182238 !important;
  border-color: color-mix(in srgb, #182238 25%, transparent) !important;
  background: color-mix(in srgb, white 40%, transparent) !important;
}

.x393980621726::after,
.xf6f8e1613c03 {
  background: linear-gradient(90deg, #D69B00, #E7A800) !important;
}

.xa2c5426f5c31 {
  background:
    radial-gradient(circle at 58% 25%, color-mix(in srgb, #E7A800 36%, transparent), transparent 35%),
    linear-gradient(150deg, color-mix(in srgb, #082C55 70%, #F2BC21) 0%, #082C55 72%) !important;
}

.xe1cf2f22e189,
.x5972fd0d2eb8 {
  background: linear-gradient(145deg, color-mix(in srgb, #082C55 76%, #F2BC21), #082C55) !important;
}

.x8337cbf791e6 {
  color: #574400 !important;
  background: #FFF1BA !important;
}

.xb376ef3186e8,
.xb376ef3186e8 * {
  cursor: pointer;
}

.xe40404e045c9 {
  gap: 18px;
}

.xae68a67b21ba {
  width: 118px;
  height: 118px;
  border-radius: 30px;
}

.xae68a67b21ba img {
  width: 88px;
  height: 88px;
}

@media (max-width: 700px) {
  .xae68a67b21ba {
    width: 104px;
    height: 104px;
    border-radius: 26px;
  }

  .xae68a67b21ba img {
    width: 78px;
    height: 78px;
  }
}