
:root {
  --bg-color: #e9dfeb;
  --text-color: #59586a;
  --heading-color: #1f2130;
  --accent: #7f54b3;
  --card-bg: rgba(255, 255, 255, 0.96);
  --card-bg-soft: rgba(255, 255, 255, 0.84);
  --footer-bg: #0f1020;
  --button-bg: #1f2130;
  --button-hover: #7f54b3;
  --button-text: #ffffff;
  --line: rgba(255, 255, 255, 0.18);
  --border: rgba(78, 59, 104, 0.14);
  --shadow: 0 24px 60px rgba(14, 16, 32, 0.18);
  --shadow-soft: 0 20px 45px rgba(23, 26, 45, 0.12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --body-bg-image: var(--bg-image, url("https://officevitae.com/wp-content/uploads/2026/01/background-circle-curves-2025-10-17-04-30-37-utc-scaled.jpg"));
  --header-image: var(--hero-image, var(--body-bg-image));
  --knob-image: var(--header-image);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: var(--text-color);
  background-color: var(--bg-color);
  background-image:
    radial-gradient(circle at top left, rgba(255,255,255,0.35), transparent 38%),
    linear-gradient(140deg, rgba(255,255,255,0.18), rgba(255,255,255,0)),
    var(--body-bg-image);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, rgba(237, 230, 240, 0.38) 0%, rgba(239, 241, 250, 0.08) 42%, rgba(242, 236, 247, 0.3) 100%);
  pointer-events: none;
  z-index: 0;
}

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

iframe {
  display: block;
  width: 100%;
  border: 0;
}

button,
input,
textarea {
  font: inherit;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.c0c0420 {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.c0c047 {
  width: min(1380px, calc(100% - 72px));
  margin: 0 auto;
}

.c0c0415 {
  position: absolute;
  left: -9999px;
  top: auto;
}

.c0c0415:focus {
  left: 20px;
  top: 20px;
  z-index: 9999;
  background: #fff;
  color: #000;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
}

.c0c0417 {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #111322;
  background-image:
    linear-gradient(120deg, rgba(9, 11, 23, 0.88), rgba(33, 25, 61, 0.7)),
    var(--header-image);
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.c0c0417::before,
.c0c0417::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(6px);
}

.c0c0417::before {
  width: 220px;
  height: 220px;
  right: min(4vw, 48px);
  top: 26px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 70%);
}

.c0c0417::after {
  width: 360px;
  height: 360px;
  right: -90px;
  bottom: -170px;
  background: radial-gradient(circle, rgba(131, 101, 193, 0.3), transparent 72%);
}

.c0c0430 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
  padding: 56px 0 34px;
}

.c0c0435 {
  display: grid;
  gap: 16px;
  max-width: 680px;
}

.c0c0411 {
  display: inline-flex;
  align-items: center;
  gap: 0;
  width: fit-content;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 32px rgba(8, 10, 20, 0.18);
  font-size: 0;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 700;
}

.c0c0411::before {
  content: "";
  width: 54px;
  height: 54px;
  border-radius: 50%;
  flex: 0 0 auto;
  background-image: var(--knob-image);
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.22), 0 10px 20px rgba(0,0,0,0.24);
}

.site-title {
  margin: 0;
  font-size: clamp(2.25rem, 4.2vw, 4.9rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.site-title a {
  color: #fff;
  text-decoration: none;
}

.site-title a:hover {
  color: #fff;
  text-decoration: none;
}

.c0c0438 {
  margin: 0;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.03rem;
}

.c0c044 {
  display: flex;
  justify-content: flex-end;
}

.c0c0412 {
  display: none;
}

.c0c0439 {
  display: none;
}

.c0c0437 {
  display: block;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 36px rgba(5, 8, 18, 0.16);
}

.c0c0431 {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.c0c0431 li {
  margin: 0;
}

.c0c0431 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.c0c0431 a:hover,
.c0c0431 .c0c0418 a {
  color: #151622;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  transform: translateY(-1px);
}

.c0c042 {
  flex: 1;
  padding: 74px 0 54px;
}

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

.c0c0419,
.c0c041 {
  position: relative;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.c0c0419 {
  padding: clamp(28px, 4vw, 44px);
  overflow: hidden;
}

.c0c0419::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, var(--accent), rgba(127, 84, 179, 0.18), rgba(255,255,255,0));
}

.c0c0434 {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 20px;
}

.c0c0434::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(92px, 15vw, 180px);
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(127, 84, 179, 0.14));
}

.entry-title {
  margin: 0;
  color: var(--heading-color);
  font-size: clamp(2.65rem, 4vw, 4.35rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.c0c0441 {
  color: var(--text-color);
}

.c0c0441 h2 {
  margin: 38px 0 14px;
  color: var(--heading-color);
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.c0c0441 p,
.c0c0441 ul,
.c0c0441 ol,
.c0c0441 blockquote {
  margin: 0 0 20px;
}

.c0c0441 strong {
  color: var(--heading-color);
}

.c0c0441 blockquote {
  padding: 18px 22px;
  border-left: 4px solid var(--accent);
  background: rgba(127, 84, 179, 0.06);
  border-radius: 0 18px 18px 0;
}

.c0c0428,
.c0c0441 .c0c0410 {
  margin: 34px 0;
}

.c0c0428 img,
.c0c0441 .c0c0410 img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.c0c0414 {
  position: sticky;
  top: 24px;
}

.c0c041 {
  padding: 26px;
  background: var(--card-bg-soft);
  backdrop-filter: blur(10px);
}

.c0c041 + .c0c041 {
  margin-top: 22px;
}

.c0c048 {
  margin: 0 0 14px;
  color: var(--heading-color);
  font-size: 1.3rem;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.c0c0425 {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.c0c0425 input[type="search"] {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 12px 15px;
  border: 1px solid rgba(75, 68, 94, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: #333;
}

.c0c0425 input[type="search"],
.c0c045 input,
.c0c045 textarea,
button {
  border-radius: 16px;
}

.c0c0425 input[type="search"]::placeholder,
.c0c045 input::placeholder,
.c0c045 textarea::placeholder {
  color: #8a8797;
}

.c0c0425 input[type="search"]:focus,
.c0c045 input:focus,
.c0c045 textarea:focus {
  outline: 2px solid rgba(127, 84, 179, 0.72);
  outline-offset: 1px;
}

button {
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--button-bg), var(--accent));
  color: var(--button-text);
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 26px rgba(32, 22, 55, 0.16);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

button:hover {
  background: linear-gradient(135deg, var(--button-hover), var(--accent));
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(32, 22, 55, 0.22);
}

.c0c046 {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c0c046 li {
  margin: 0;
}

.c0c046 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  color: var(--heading-color);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(75, 68, 94, 0.08);
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.c0c046 a::after {
  content: "↗";
  color: var(--accent);
  font-size: 0.95rem;
}

.c0c046 a:hover {
  transform: translateX(4px);
  border-color: rgba(127, 84, 179, 0.28);
  color: var(--accent);
}

.c0c0429 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
}

.c0c0429 iframe {
  width: 100%;
  height: 100%;
}

.c0c045 {
  display: block;
}

.c0c0442 {
  margin-bottom: 20px;
}

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

.c0c045 input,
.c0c045 textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(75, 68, 94, 0.12);
  background: rgba(255, 255, 255, 0.94);
  color: #333;
}

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

.c0c0416 {
  background: linear-gradient(180deg, rgba(10, 10, 20, 0.88), rgba(10, 10, 20, 0.98));
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  padding: 28px 0;
  backdrop-filter: blur(10px);
}

.c0c0416 .c0c047 {
  width: min(1380px, calc(100% - 40px));
}

.site-info {
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

@media (max-width: 1180px) {
  .c0c0430 {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .c0c044 {
    justify-content: flex-start;
  }

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

  .c0c0414 {
    position: static;
  }
}

@media (max-width: 768px) {
  .c0c047 {
    width: min(100%, calc(100% - 26px));
  }

  .c0c0430 {
    gap: 22px;
    padding: 34px 0 24px;
  }

  .c0c0411 {
    font-size: 0.78rem;
  }

  .c0c0439 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    padding: 10px 16px 10px 10px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    cursor: pointer;
    user-select: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 16px 28px rgba(0,0,0,0.18);
    margin-bottom: 12px;
  }

  .c0c0439::before {
    content: "";
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-image: var(--knob-image);
    background-size: cover;
    background-position: center;
    flex: 0 0 auto;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.22);
  }

  .c0c0439 span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    margin: 2px 0;
  }

  .c0c0439 b {
    font-size: 0.95rem;
    line-height: 1;
    margin-left: 4px;
  }

  .c0c0437 {
    display: none;
    width: 100%;
    padding: 12px;
    border-radius: 24px;
  }

  .c0c0412:checked + .c0c0439 + .c0c0437 {
    display: block;
  }

  .c0c0431 {
    flex-direction: column;
    align-items: stretch;
  }

  .c0c0431 a {
    justify-content: flex-start;
  }

  .c0c042 {
    padding-top: 34px;
  }

  .c0c0419,
  .c0c041 {
    padding: 22px;
    border-radius: 24px;
  }

  .c0c0425 {
    flex-direction: column;
  }

  .c0c0425 button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c0c047 {
    width: min(100%, calc(100% - 26px));
  }

  .c0c0430 {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 22px 0 18px;
  }

  .c0c0435 {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: none;
    min-width: 0;
  }

  .c0c0411 {
    display: none;
  }

  .site-title {
    font-size: clamp(2rem, 9vw, 2.9rem);
    line-height: 1;
  }

  .c0c044 {
    position: relative;
    width: auto;
    justify-content: flex-end;
  }

  .c0c0439 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    cursor: pointer;
    user-select: none;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  }

  .c0c0439::before,
  .c0c0439 b {
    display: none;
  }

  .c0c0439 span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    margin: 2px 0;
    border-radius: 999px;
  }

  .c0c0412:checked + .c0c0439 {
    background: rgba(255, 255, 255, 0.16);
  }

  .c0c0437 {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(280px, calc(100vw - 26px));
    padding: 10px;
    border-radius: 18px;
    background: rgba(20, 18, 34, 0.98);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
    z-index: 40;
  }

  .c0c0412:checked + .c0c0439 + .c0c0437 {
    display: block;
  }

  .c0c0431 {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .c0c0431 li {
    width: 100%;
  }

  .c0c0431 a {
    width: 100%;
    min-height: 44px;
    justify-content: flex-start;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 1rem;
  }

  .c0c0431 a:hover,
  .c0c0431 .c0c0418 a {
    transform: none;
  }

  .c0c042 {
    padding-top: 28px;
  }

  .c0c0419,
  .c0c041 {
    padding: 22px;
    border-radius: 24px;
  }

  .c0c0425 {
    flex-direction: column;
  }

  .c0c0425 button {
    width: 100%;
  }
}
/* ===== Fix mobile burger menu showing behind content ===== */
@media (max-width: 768px) {
  .c0c0417 {
    overflow: visible;
  }

  .c0c0430,
  .c0c044 {
    position: relative;
    z-index: 50;
  }

  .c0c0437 {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 999;
  }
}