: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);
}

.C305 {
  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);
}

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

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

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

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

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

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

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

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

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

.CC00124 {
  flex: 0 0 auto;
}

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

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

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

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

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

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

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

.C37652 {
  display: none;
}

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


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

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

.C365,
.CC9438 {
  min-width: 0;
}

.CC9576,
.C25792 {
  background: var(--white);
  box-shadow: var(--shadow);
}

.CC9576 {
  padding: 34px;
}

.C37104,
.CC644 {
  margin-bottom: 24px;
}

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

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

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

.C893 p,
.CC493 p {
  margin: 0 0 18px;
}

.C893 strong,
.CC493 strong {
  color: var(--navy);
}

.C820,
.C1556 {
  margin: 30px 0 10px;
}

.C820 img,
.C1556 img {
  width: 100%;
}

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

.C25792 {
  padding: 30px;
}

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

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

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

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

.C8560 {
  padding-left: 18px;
}

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

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

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

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

.C342 p {
  margin: 0;
}

.CC60415 {
  margin-top: 14px;
}

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

.C330 {
  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;
}

.CC704 {
  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;
}

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

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

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

.C11519 {
  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);
}

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

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

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

  .CC9438 {
    order: 2;
  }

  .C365 {
    order: 1;
  }
}

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

  .C71471 {
    font-size: 24px;
  }

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

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

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

  .C803 {
    height: 260px;
  }

  .CC9576 {
    padding: 28px;
  }

  .C37104 h1,
.CC644 h1 {
    font-size: 44px;
  }

  .C432,
  .CC230 {
    grid-template-columns: 1fr;
  }
}

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

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

  .C803 {
    height: 180px;
  }

  .C25792,
  .CC9576 {
    padding: 20px;
  }

  .C71471 {
    font-size: 20px;
  }

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

  .C37104 h1,
.CC644 h1 {
    font-size: 34px;
  }

  .C893 h2,
.CC493 h2 {
    font-size: 28px;
  }

  .C218 {
    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;
}

.C3597 {
  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);
}

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

.C71471,
.C245 a,
.CC407,
.CC704,
.C11519,
.CC9576,
.C25792,
.C342,
input,
textarea,
.C820 img,
.C1556 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;
}

.C245 a {
  position: relative;
}

.C245 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;
}

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

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

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

.CC9576,
.C25792 {
  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);
}

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

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

.CC493 p,
.CC06505 li,
.C8560 li,
input,
textarea {
  font-size: 17px;
}

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

.C820 img:hover,
.C1556 img:hover {
  transform: scale(1.03);
}

.CC9438 .C25792:first-child {
  position: sticky;
  top: 96px;
}

.C342 {
  border-radius: 16px;
}

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

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

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

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

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

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

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

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

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

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

.CC905 {
  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;
}

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

.C84270 {
  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;
}

.CC905.open .C84270 {
  transform: translateY(0) scale(1);
}

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

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

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

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

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

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

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

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

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

.C802 {
  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;
}

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

body.search-open {
  overflow: hidden;
}

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

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

  .CC17440 {
    align-items: center;
  }

  .CC2093 {
    padding: 16px;
  }
}

@media (max-width: 575px) {
  .CC493 p,
  .CC06505 li,
  .C8560 li,
  input,
  textarea {
    font-size: 16px;
  }

  .CC905 {
    padding-top: 70px;
  }

  .C84270 {
    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;
}

.C3597 {
  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);
}

.C71471,
.C245 a,
.CC407 {
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
}

.C245 a {
  position: relative;
}

.C245 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;
}

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

.CC9576,
.C25792,
.C342 {
  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;
}

.CC9576:hover,
.C25792:hover,
.C342: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);
}

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

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

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

.C315 {
  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;
}

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

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

.CC3899 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;
}

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

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

.C1556:hover img,
.CC493 img:hover { transform: scale(1.04); }

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

.CC905 {
  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;
}
.CC905.open { opacity: 1; visibility: visible; }
.C84270 {
  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;
}
.CC2093 {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-bottom: 8px;
}
.C5984 {
  width: 50px;
  border: 0;
  border-radius: 14px;
  background: rgba(35, 52, 82, 0.08);
  color: var(--navy);
  cursor: pointer;
}
.C999,
.CC996 {
  color: var(--muted);
  font-size: 13px;
}
.C6183 {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.C145 {
  display: block;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(35, 52, 82, 0.04);
  border: 1px solid transparent;
}
.C145 strong,
.C145 span { display: block; }
.C145 span { margin-top: 4px; color: var(--muted); }
.C145:hover,
.C145.active-result {
  border-color: rgba(214, 80, 80, 0.18);
  background: rgba(214, 80, 80, 0.08);
}

.CC556 {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 10px;
  z-index: 1100;
}
.CC440 {
  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;
}
.CC440:hover { transform: translateY(-3px); box-shadow: 0 20px 46px rgba(3, 13, 32, 0.22); }

.C11519 {
  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;
}
.C11519.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

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

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

.C802 {
  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;
}
.C802.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.CC653 {
  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;
}
.CC653.open { opacity: 1; visibility: visible; }
.CC776 {
  max-width: min(92vw, 1180px);
  max-height: 82vh;
  border-radius: 18px;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.45);
}
.CC9785 {
  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;
}

.C8203 {
  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 .C3597,
body.theme-dark .CC53502 { background: rgba(4, 10, 18, 0.88); }
body.theme-dark .CC9576,
body.theme-dark .C25792,
body.theme-dark .C342,
body.theme-dark .C84270,
body.theme-dark .CC440 {
  background: rgba(16, 27, 45, 0.95);
  color: var(--dark-text);
  border-color: rgba(255, 255, 255, 0.08);
}
body.theme-dark .C37104 h1,
body.theme-dark .CC644 h1,
body.theme-dark .C893 h2,
body.theme-dark .CC493 h2,
body.theme-dark .C893 h3,
body.theme-dark .CC493 h3,
body.theme-dark label,
body.theme-dark .C218,
body.theme-dark .C71471,
body.theme-dark .CC3899 span,
body.theme-dark .C5984,
body.theme-dark .CC407,
body.theme-dark .CC440,
body.theme-dark a:not(.C245 a) { color: #edf4ff; }
body.theme-dark .CC038 a,
body.theme-dark .C145,
body.theme-dark .CC3899 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) {
  .CC556 {
    top: auto;
    bottom: 84px;
    right: 14px;
    transform: none;
  }

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

@media (max-width: 575px) {
  .C84270 { padding: 14px; border-radius: 18px; }
  .CC2093 { grid-template-columns: 1fr 44px; }
  .CC556 { gap: 8px; }
  .CC440, .C11519 { width: 42px; height: 42px; border-radius: 14px; }
  .CC3899 { gap: 8px; }
  .CC3899 span { font-size: 12px; padding: 0 12px; }
  .C315 { opacity: 1; width: 30px; height: 30px; }
}


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

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

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


.C305.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;
}

.C820.is-hidden,
.C1556.is-hidden {
  display: none;
}


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

.CC62913 > .CC9438{
  grid-area: sidebar;
}

.CC62913 > .C365{
  grid-area: content;
}

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

.CC6656 {
  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;
}

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

.CC6656 .C721 {
  position: relative;
  display: block;
  width: 22px;
  height: 16px;
}

.CC6656 .C721::before,
.CC6656 .C721::after,
.CC6656 .C8759 {
  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;
}

.CC6656 .C721::before { top: 0; }
.CC6656 .C8759 { top: 6.75px; }
.CC6656 .C721::after { top: 13.5px; }

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

body.mobile-nav-open .CC6656 .C8759 {
  opacity: 0;
}

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

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

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

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

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

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

  .CC00124 {
    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 .CC00124 {
    display: block;
  }

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

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

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

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

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

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

/* Website Factory Sample 16 generated override */
:root{
  --accent: #7f4d6b;
  --accent-dark: #683f58;
  --navy: #2e2129;
  --navy-soft: #473b43;
  --muted: #948d92;
  --bg: #f5ebf0;
  --border: #eee8ec;
  --shadow: 0 18px 42px rgba(46,33,41,0.14);
}
body{background-color:var(--bg);color:var(--navy-soft);}
.C305{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;}
.C3597{background:#513144;box-shadow:0 12px 26px rgba(127,77,107,0.1);}
.CC53502{background:#4d2f41;}
.C71471,.C245 a,.CC407{color:#fff;}
.C245 a:hover,.C245 a.active,.CC06505 a:hover,.CC06505 a.active,.CC038 a:hover,.CC038 a.active,.CC407:hover,.C305 a:hover{color:var(--accent);}
.CC9576,.C25792,.C84270,.CC556,.CC653 .CC776{border:1px solid rgba(127,77,107,0.1);box-shadow:var(--shadow);}
.C37104 h1,.C893 h2,.CC493 h2,.C893 h3,.CC493 h3,.C218{color:var(--navy);}
.C893 strong,.CC493 strong{color:var(--navy);}
.C820 img,.C1556 img{border:1px solid rgba(127,77,107,0.18);box-shadow:0 14px 34px rgba(127,77,107,0.1);}
.C11519,.CC704,.CC60415 button,.CC60415 button[type="submit"],.CC6656,.CC440,.C5984{background:var(--accent);color:#ffffff;border:1px solid var(--accent);}
.C11519:hover,.CC704:hover,.CC60415 button:hover,.CC60415 button[type="submit"]:hover,.CC6656:hover,.CC440:hover,.C5984:hover{background:var(--accent-dark);border-color:var(--accent-dark);color:#ffffff;}
.C145:hover,.C145.active-result{border-color:var(--accent);background:rgba(127,77,107,0.07);}
.CC3899 span,.CC996,.C999{color:var(--muted);}
.CC60415 input:focus,.CC60415 textarea:focus,.CC30159:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(127,77,107,0.1);}
.C8203{border-color:var(--accent) !important;box-shadow:0 0 0 3px rgba(127,77,107,0.1) !important;}
@media (max-width: 820px){.C305{background-attachment:scroll;}.CC6656{display:inline-flex;align-items:center;justify-content:center;}}
