:root {
  --accent: #d65050;
  --accent-dark: #b73d3d;
  --navy: #00102e;
  --navy-soft: #233452;
  --muted: #737c8c;
  --bg: #fcfff2;
  --white: #ffffff;
  --black: #000000;
  --border: #dde2ea;
  --shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  --container: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  color: var(--navy-soft);
  background-color: var(--bg);
}

.CC0734 {
  background: linear-gradient(rgba(252,255,242,0.72), rgba(252,255,242,0.86)), var(--bg-image, var(--site-bg-image, none)) center top / cover no-repeat fixed;
  min-height: 100vh;
}

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

iframe {
  border: 0;
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

a:hover {
  color: var(--accent-dark);
}

.CC5570 {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.CC107 {
  position: absolute;
  left: -9999px;
  top: auto;
  z-index: 9999;
  background: var(--white);
  color: var(--black);
  padding: 10px 14px;
}

.CC107:focus {
  left: 12px;
  top: 12px;
}

.C679 {
  position: relative;
  z-index: 1000;
  background: #000;
}

.CC22400 {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.CC188 {
  flex: 0 1 auto;
  min-width: 0;
}

.C42893 {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--white);
}

.C42893:hover {
  color: var(--white);
}

.C5049 {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}

.C16136 {
  flex: 0 0 auto;
}

.CC76054 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.CC76054 a {
  display: inline-block;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 0;
}

.CC76054 a:hover,
.CC76054 a.active {
  color: var(--accent);
}

.CC59737 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: var(--white);
}

.CC59737 svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.CC59737:hover {
  color: var(--white);
}

.C952 {
  height: 130px;
  background: transparent;
}

.C30801 {
  display: none;
}

.C0563 {
  padding: 60px 0 100px;
  background: transparent;
}


.C0563 {
  padding: 20px 0 100px;
  margin-top: -40px;
  background: transparent;
}

.CC09245 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px;
  align-items: start;
}

.CC69508,
.CC4612 {
  min-width: 0;
}

.CC00171,
.C9522 {
  background: var(--white);
  box-shadow: var(--shadow);
}

.CC00171 {
  padding: 34px;
}

.CC4698,
.C8557 {
  margin-bottom: 24px;
}

.CC4698 h1,
.C8557 h1 {
  margin: 0;
  color: var(--navy);
  font-size: 66px;
  line-height: 1.08;
  font-weight: 700;
}

.CC315 h2,
.C26423 h2 {
  margin: 38px 0 16px;
  color: var(--navy);
  font-size: 38px;
  line-height: 1.18;
}

.CC315 h3,
.C26423 h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.2;
}

.CC315 p,
.C26423 p {
  margin: 0 0 18px;
}

.CC315 strong,
.C26423 strong {
  color: var(--navy);
}

.C4462,
.CC094 {
  margin: 30px 0 10px;
}

.C4462 img,
.CC094 img {
  width: 100%;
}

.CC4612 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.C9522 {
  padding: 30px;
}

.CC7576 {
  margin: 0 0 22px;
  padding-bottom: 12px;
  position: relative;
  color: var(--navy);
  font-size: 32px;
  line-height: 1.2;
}

.CC7576::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 82px;
  height: 4px;
  background: var(--accent);
}

.CC66185 {
  margin: 0;
  padding-left: 22px;
}

.CC66185 li {
  margin-bottom: 14px;
}

.C769 {
  padding-left: 18px;
}

.C7716 {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  background: #111;
}

.C7716 iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

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

.C931 {
  border: 1px solid var(--border);
  padding: 22px;
  background: #fbfcff;
}

.C931 p {
  margin: 0;
}

.CC1947 {
  margin-top: 14px;
}

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

.C680 {
  margin-bottom: 18px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: var(--navy);
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--navy-soft);
  padding: 14px 16px;
  font: inherit;
  outline: none;
}

input:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(214, 80, 80, 0.12);
}

textarea {
  resize: vertical;
  min-height: 180px;
}

.CC08729 {
  display: inline-block;
  border: 0;
  background: var(--accent);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 14px 26px;
  cursor: pointer;
}

.CC08729:hover {
  background: var(--accent-dark);
  color: var(--white);
}

.CC83045 {
  background: #000;
  color: var(--white);
  text-align: center;
}

.CC91768 {
  padding: 24px 0;
  font-size: 15px;
}

.CC69493 {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: var(--white);
  border-radius: 2px;
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.CC69493:hover {
  background: var(--accent-dark);
  color: var(--white);
}

@media (max-width: 1200px) {
  .CC4698 h1,
.C8557 h1 {
    font-size: 56px;
  }
}

@media (max-width: 1100px) {
  .CC09245 {
    grid-template-columns: 1fr;
  }

  .CC4612 {
    order: 2;
  }

  .CC69508 {
    order: 1;
  }
}

@media (max-width: 820px) {
  .CC22400 {
    min-height: auto;
    padding: 14px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .C42893 {
    font-size: 24px;
  }

  .C5049 {
    width: 100%;
    justify-content: space-between;
    gap: 14px;
  }

  .CC76054 {
    justify-content: flex-start;
    gap: 18px;
    flex-wrap: wrap;
  }

  .CC76054 a {
    font-size: 12px;
  }

  .C952 {
    height: 260px;
  }

  .CC00171 {
    padding: 28px;
  }

  .CC4698 h1,
.C8557 h1 {
    font-size: 44px;
  }

  .C31843,
  .CC15251 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .CC5570 {
    width: min(var(--container), calc(100% - 20px));
  }

  .C0563 {
    padding: 28px 0 70px;
  }

  .C952 {
    height: 180px;
  }

  .C9522,
  .CC00171 {
    padding: 20px;
  }

  .C42893 {
    font-size: 20px;
  }

  .CC76054 a {
    font-size: 12px;
  }

  .CC4698 h1,
.C8557 h1 {
    font-size: 34px;
  }

  .CC315 h2,
.C26423 h2 {
    font-size: 28px;
  }

  .CC7576 {
    font-size: 24px;
  }
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.18), transparent 32%),
    radial-gradient(circle at top right, rgba(214,80,80,0.12), transparent 26%);
  z-index: 0;
}

#page {
  position: relative;
  z-index: 1;
}

.C679 {
  position: sticky;
  top: 0;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(0, 0, 0, 0.92);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.C679::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
}

.C42893,
.CC76054 a,
.CC59737,
.CC08729,
.CC69493,
.CC00171,
.C9522,
.C931,
input,
textarea,
.C4462 img,
.CC094 img {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}

.CC76054 a {
  position: relative;
}

.CC76054 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.CC76054 a:hover::after,
.CC76054 a.active::after,
.CC76054 a[aria-current="page"]::after {
  transform: scaleX(1);
  opacity: 1;
}

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

.C952::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.16), rgba(0,0,0,0));
}

.CC00171,
.C9522 {
  border: 1px solid rgba(221, 226, 234, 0.72);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.CC00171:hover,
.C9522:hover {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

.C26423 > * {
  max-width: 100%;
}

.C26423 p,
.CC66185 li,
.C769 li,
input,
textarea {
  font-size: 17px;
}

.C4462,
.CC094 {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
}

.C4462 img:hover,
.CC094 img:hover {
  transform: scale(1.03);
}

.CC4612 .C9522:first-child {
  position: sticky;
  top: 96px;
}

.C931 {
  border-radius: 16px;
}

.C931:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

input,
textarea {
  border-radius: 14px;
}

.CC08729 {
  border-radius: 999px;
  box-shadow: 0 14px 26px rgba(214, 80, 80, 0.22);
}

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

.CC69493 {
  border-radius: 999px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
}

.CC69493.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.C03045 {
  opacity: 0;
  transform: translateY(20px);
}

.C03045.revealed {
  opacity: 1;
  transform: translateY(0);
}

.C75959 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 2000;
  background: transparent;
  pointer-events: none;
}

.C324 {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), #ff9a7c);
  box-shadow: 0 0 18px rgba(214, 80, 80, 0.45);
}

.C65246 {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 90px 20px 20px;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.C65246.open {
  opacity: 1;
  visibility: visible;
}

.C2701 {
  width: min(760px, 100%);
  background: #fff;
  color: var(--navy-soft);
  border-radius: 22px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transform: translateY(-16px) scale(0.98);
  transition: transform 0.25s ease;
}

.C65246.open .C2701 {
  transform: translateY(0) scale(1);
}

.C14317 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--border);
}

.C14317 input {
  border: 0;
  box-shadow: none;
  padding: 0;
  font-size: 18px;
}

.C883 {
  flex: 0 0 auto;
  border: 0;
  background: #f2f4f8;
  color: var(--navy);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
}

.C52188 {
  max-height: min(60vh, 560px);
  overflow: auto;
  padding: 8px;
}

.C688 {
  display: block;
  padding: 16px;
  border-radius: 16px;
  color: inherit;
}

.C688:hover,
.C688.active-result {
  background: #f7f9fc;
  color: inherit;
}

.C688 strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
}

.C688 span {
  color: var(--muted);
  font-size: 14px;
}

.C4345 {
  padding: 26px 20px 28px;
  color: var(--muted);
}

.C8937 {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 3200;
  min-width: 240px;
  max-width: min(420px, calc(100% - 40px));
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(0, 16, 46, 0.94);
  color: #fff;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

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

body.search-open {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .CC4612 .C9522:first-child {
    position: static;
  }
}

@media (max-width: 820px) {
  .C679 {
    position: relative;
  }

  .C5049 {
    align-items: center;
  }

  .C14317 {
    padding: 16px;
  }
}

@media (max-width: 575px) {
  .C26423 p,
  .CC66185 li,
  .C769 li,
  input,
  textarea {
    font-size: 16px;
  }

  .C65246 {
    padding-top: 70px;
  }

  .C2701 {
    border-radius: 18px;
  }
}

:root {
  --scroll-progress: 0%;
  --glass: rgba(255, 255, 255, 0.72);
  --glass-border: rgba(255, 255, 255, 0.38);
  --dark-bg: #07111f;
  --dark-card: #101b2d;
  --dark-text: #dbe5f7;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(214, 80, 80, 0.12), transparent 30%),
    radial-gradient(circle at left 20%, rgba(35, 52, 82, 0.14), transparent 25%);
  z-index: -1;
}

.C679 {
  position: sticky;
  top: 0;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.C42893,
.CC76054 a,
.CC59737 {
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
}

.CC76054 a {
  position: relative;
}

.CC76054 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.CC76054 a:hover::after,
.CC76054 a.active::after { transform: scaleX(1); }

.CC00171,
.C9522,
.C931 {
  border-radius: 20px;
  border: 1px solid rgba(0, 16, 46, 0.08);
  box-shadow: 0 20px 50px rgba(3, 13, 32, 0.10), 0 2px 12px rgba(3, 13, 32, 0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.CC00171:hover,
.C9522:hover,
.C931:hover {
  box-shadow: 0 28px 65px rgba(3, 13, 32, 0.16), 0 4px 18px rgba(3, 13, 32, 0.08);
  border-color: rgba(214, 80, 80, 0.18);
}

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

.CC00171::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, var(--accent), rgba(214, 80, 80, 0.15));
}

.C26423 h2,
.CC315 h3,
.C26423 h3 {
  position: relative;
  scroll-margin-top: 100px;
}

.C46512 {
  margin-left: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(214, 80, 80, 0.10);
  color: var(--accent);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-2px);
  transition: opacity 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
}

.C26423 h2:hover .C46512,
.C26423 h3:hover .C46512 { opacity: 1; }
.C46512:hover { background: rgba(214, 80, 80, 0.18); transform: translateY(-4px); }

.C88065 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.C88065 span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(35, 52, 82, 0.06);
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.C4462,
.CC094 {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 22px 44px rgba(4, 14, 34, 0.16);
}

.CC094 img,
.C26423 img {
  transition: transform 0.6s ease, filter 0.35s ease;
  cursor: zoom-in;
}

.CC094:hover img,
.C26423 img:hover { transform: scale(1.04); }

.CC017 {
  list-style: none;
  padding-left: 0;
}
.CC017 li { margin-bottom: 10px; }
.CC017 a {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--navy-soft);
  background: rgba(35, 52, 82, 0.04);
}
.CC017 a.active,
.CC017 a:hover {
  background: rgba(214, 80, 80, 0.10);
  color: var(--accent-dark);
}

.C65246 {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 8vh 18px 18px;
  background: rgba(2, 8, 18, 0.62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.24s ease, visibility 0.24s ease;
  z-index: 1200;
}
.C65246.open { opacity: 1; visibility: visible; }
.C2701 {
  width: min(760px, 100%);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 28px 90px rgba(3, 13, 32, 0.28);
  padding: 18px;
}
.C14317 {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-bottom: 8px;
}
.C883 {
  width: 50px;
  border: 0;
  border-radius: 14px;
  background: rgba(35, 52, 82, 0.08);
  color: var(--navy);
  cursor: pointer;
}
.C740,
.C77586 {
  color: var(--muted);
  font-size: 13px;
}
.C52188 {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.C688 {
  display: block;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(35, 52, 82, 0.04);
  border: 1px solid transparent;
}
.C688 strong,
.C688 span { display: block; }
.C688 span { margin-top: 4px; color: var(--muted); }
.C688:hover,
.C688.active-result {
  border-color: rgba(214, 80, 80, 0.18);
  background: rgba(214, 80, 80, 0.08);
}

.C157 {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 10px;
  z-index: 1100;
}
.CC6636 {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  box-shadow: 0 16px 40px rgba(3, 13, 32, 0.16);
  cursor: pointer;
  font-size: 18px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.CC6636:hover { transform: translateY(-3px); box-shadow: 0 20px 46px rgba(3, 13, 32, 0.22); }

.CC69493 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  border-radius: 16px;
  transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease, background-color 0.22s ease;
}
.CC69493.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.C75959 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  z-index: 1300;
}
.C324 {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--accent), #ff8d8d, var(--navy));
  box-shadow: 0 0 16px rgba(214, 80, 80, 0.36);
}

.C03045 {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.C03045.revealed {
  opacity: 1;
  transform: translateY(0);
}

.C8937 {
  position: fixed;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%) translateY(18px);
  background: rgba(7, 17, 31, 0.92);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(2, 8, 18, 0.28);
  opacity: 0;
  z-index: 1300;
  transition: opacity 0.24s ease, transform 0.24s ease;
}
.C8937.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.C3485 {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(5, 10, 18, 0.92);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.24s ease, visibility 0.24s ease;
  z-index: 1400;
}
.C3485.open { opacity: 1; visibility: visible; }
.C23226 {
  max-width: min(92vw, 1180px);
  max-height: 82vh;
  border-radius: 18px;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.45);
}
.C41080 {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}

.C18670 {
  border-color: #d65050 !important;
  box-shadow: 0 0 0 4px rgba(214, 80, 80, 0.12) !important;
}

body.theme-dark {
  color: var(--dark-text);
  background: var(--dark-bg);
}
body.theme-dark .C679,
body.theme-dark .CC83045 { background: rgba(4, 10, 18, 0.88); }
body.theme-dark .CC00171,
body.theme-dark .C9522,
body.theme-dark .C931,
body.theme-dark .C2701,
body.theme-dark .CC6636 {
  background: rgba(16, 27, 45, 0.95);
  color: var(--dark-text);
  border-color: rgba(255, 255, 255, 0.08);
}
body.theme-dark .CC4698 h1,
body.theme-dark .C8557 h1,
body.theme-dark .CC315 h2,
body.theme-dark .C26423 h2,
body.theme-dark .CC315 h3,
body.theme-dark .C26423 h3,
body.theme-dark label,
body.theme-dark .CC7576,
body.theme-dark .C42893,
body.theme-dark .C88065 span,
body.theme-dark .C883,
body.theme-dark .CC59737,
body.theme-dark .CC6636,
body.theme-dark a:not(.CC76054 a) { color: #edf4ff; }
body.theme-dark .CC017 a,
body.theme-dark .C688,
body.theme-dark .C88065 span { background: rgba(255,255,255,0.05); }
body.theme-dark input,
body.theme-dark textarea {
  background: rgba(255,255,255,0.03);
  color: #fff;
  border-color: rgba(255,255,255,0.12);
}

@media (max-width: 900px) {
  .C157 {
    top: auto;
    bottom: 84px;
    right: 14px;
    transform: none;
  }

  .CC76054 {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .CC76054::-webkit-scrollbar { display: none; }
}

@media (max-width: 575px) {
  .C2701 { padding: 14px; border-radius: 18px; }
  .C14317 { grid-template-columns: 1fr 44px; }
  .C157 { gap: 8px; }
  .CC6636, .CC69493 { width: 42px; height: 42px; border-radius: 14px; }
  .C88065 { gap: 8px; }
  .C88065 span { font-size: 12px; padding: 0 12px; }
  .C46512 { opacity: 1; width: 30px; height: 30px; }
}


/* Alternating text reveal directions */
.C03045.reveal-from-left {
  transform: translate3d(-48px, 0, 0);
}

.C03045.reveal-from-right {
  transform: translate3d(48px, 0, 0);
}

.C03045.revealed.reveal-from-left,
.C03045.revealed.reveal-from-right {
  transform: translate3d(0, 0, 0);
}


.CC0734.has-site-bg {
  background: linear-gradient(rgba(252,255,242,0.72), rgba(252,255,242,0.86)), var(--site-bg-image) center top / cover no-repeat fixed;
}

.C4462.is-hidden,
.CC094.is-hidden {
  display: none;
}


/* Generator compatibility */
.CC67515 { min-height: 100%; }
.CC315,
.C000 { color: inherit; }
.CC315 img,
.C000 img { max-width: 100%; height: auto; }
.C02359,
.C4462 { margin: 30px 0 10px; }
.C02359 img,
.C4462 img { border-radius: 18px; box-shadow: 0 12px 28px rgba(0,0,0,0.10); }
.CC09245{
  grid-template-columns: 320px minmax(0, 1fr);
  grid-template-areas: "sidebar content";
}

.CC09245 > .CC4612{
  grid-area: sidebar;
}

.CC09245 > .CC69508{
  grid-area: content;
}

@media (max-width: 1100px){
  .CC09245{
    grid-template-columns: 1fr;
    grid-template-areas:
      "content"
      "sidebar";
  }
}
/* ===== Mobile burger navigation fix ===== */
.C679,
.CC22400,
.C5049 {
  position: relative;
}

.CC0466 {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease, opacity .2s ease;
}

.CC0466:hover,
.CC0466:focus-visible {
  background: rgba(255,255,255,.08);
  transform: translateY(-1px);
}

.CC0466 .C98168 {
  position: relative;
  display: block;
  width: 22px;
  height: 16px;
}

.CC0466 .C98168::before,
.CC0466 .C98168::after,
.CC0466 .CC0427 {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.5px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .25s ease, opacity .25s ease, top .25s ease;
}

.CC0466 .C98168::before { top: 0; }
.CC0466 .CC0427 { top: 6.75px; }
.CC0466 .C98168::after { top: 13.5px; }

body.mobile-nav-open .CC0466 .C98168::before {
  top: 6.75px;
  transform: rotate(45deg);
}

body.mobile-nav-open .CC0466 .CC0427 {
  opacity: 0;
}

body.mobile-nav-open .CC0466 .C98168::after {
  top: 6.75px;
  transform: rotate(-45deg);
}

@media (max-width: 820px) {
  .CC22400 {
    min-height: 72px;
    padding: 14px 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .CC188 {
    flex: 1 1 auto;
    min-width: 0;
  }

  .C5049 {
    width: auto;
    flex: 0 0 auto;
    justify-content: flex-end;
    gap: 10px;
    margin-left: auto;
  }

  .CC0466 {
    display: inline-flex;
    order: 1;
  }

  .CC59737 {
    order: 2;
    width: 40px;
    height: 40px;
  }

  .C16136 {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    width: min(280px, calc(100vw - 20px));
    padding: 12px;
    background: rgba(8, 8, 8, 0.98);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(0,0,0,.30);
    z-index: 1200;
  }

  body.mobile-nav-open .C16136 {
    display: block;
  }

  .CC76054 {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: nowrap;
    overflow: visible;
    padding-bottom: 0;
  }

  .CC76054 a {
    display: block;
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.2;
    background: rgba(255,255,255,.04);
    border-radius: 12px;
  }

  .CC76054 a:hover,
  .CC76054 a.active,
  .CC76054 a[aria-current="page"] {
    background: rgba(255,255,255,.10);
  }

  .CC76054 a::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .C16136 {
    width: calc(100vw - 20px);
    right: -2px;
  }

  .C42893 {
    font-size: 18px;
  }
}

/* Website Factory Sample 16 generated override */
:root{
  --accent: #8e5e7b;
  --accent-dark: #744d65;
  --navy: #2f222a;
  --navy-soft: #473b43;
  --muted: #948d92;
  --bg: #efe5ea;
  --border: #f0eaee;
  --shadow: 0 18px 42px rgba(47,34,42,0.14);
}
body{background-color:var(--bg);color:var(--navy-soft);}
.CC0734{background:linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.8)), var(--bg-image, var(--site-bg-image, none)) center top / cover no-repeat fixed;}
.C679{background:#543849;box-shadow:0 12px 26px rgba(142,94,123,0.1);}
.CC83045{background:#513546;}
.C42893,.CC76054 a,.CC59737{color:#fff;}
.CC76054 a:hover,.CC76054 a.active,.CC66185 a:hover,.CC66185 a.active,.CC017 a:hover,.CC017 a.active,.CC59737:hover,.CC0734 a:hover{color:var(--accent);}
.CC00171,.C9522,.C2701,.C157,.C3485 .C23226{border:1px solid rgba(142,94,123,0.1);box-shadow:var(--shadow);}
.CC4698 h1,.CC315 h2,.C26423 h2,.CC315 h3,.C26423 h3,.CC7576{color:var(--navy);}
.CC315 strong,.C26423 strong{color:var(--navy);}
.C4462 img,.CC094 img{border:1px solid rgba(142,94,123,0.18);box-shadow:0 14px 34px rgba(142,94,123,0.1);}
.CC69493,.CC08729,.CC1947 button,.CC1947 button[type="submit"],.CC0466,.CC6636,.C883{background:var(--accent);color:#ffffff;border:1px solid var(--accent);}
.CC69493:hover,.CC08729:hover,.CC1947 button:hover,.CC1947 button[type="submit"]:hover,.CC0466:hover,.CC6636:hover,.C883:hover{background:var(--accent-dark);border-color:var(--accent-dark);color:#ffffff;}
.C688:hover,.C688.active-result{border-color:var(--accent);background:rgba(142,94,123,0.07);}
.C88065 span,.C77586,.C740{color:var(--muted);}
.CC1947 input:focus,.CC1947 textarea:focus,.C0569:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(142,94,123,0.1);}
.C18670{border-color:var(--accent) !important;box-shadow:0 0 0 3px rgba(142,94,123,0.1) !important;}
@media (max-width: 820px){.CC0734{background-attachment:scroll;}.CC0466{display:inline-flex;align-items:center;justify-content:center;}}
