:root {
    --accent: #fca079;
    --page-bg: #eeeef5;
    --card-bg: #ffffff;
    --text: #404040;
    --heading: #000000;
    --border: #d7d7d7;
    --muted: #6c6c6f;
    --shadow: 0 0 8px 2px rgba(23, 23, 35, 0.05);
    --container: 1320px;
  }
  
  * {
    box-sizing: border-box;
  }
  
  html {
    font-size: 100%;
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    overflow-x: hidden;
    background: var(--page-bg);
    color: var(--text);
    font-family: "Poppins", "Inter", Arial, sans-serif;
    line-height: 1.6;
  }
  
  img {
    max-width: 100%;
    display: block;
  }
  
  button,
  input,
  textarea {
    font: inherit;
  }
  
  button {
    border: 0;
    background: transparent;
  }
  
  iframe {
    border: 0;
  }
  
  a {
    color: var(--heading);
    text-decoration: none;
  }
  
  .c2e468 {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  
  .c2e468:focus {
    left: 16px;
    top: 16px;
    width: auto;
    height: auto;
    padding: 10px 14px;
    background: #fff;
    color: #000;
    z-index: 9999;
  }
  
  .c2e4635 {
    width: min(calc(100% - 30px), var(--container));
    margin: 0 auto;
  }
  
  /* Top bar */
  .c2e4647 {
    background: var(--accent);
  }
  
  .c2e4612 {
    min-height: 42px;
    display: flex;
    align-items: center;
  }
  
  .head-contact-info {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
  }
  
  .head-contact-info li {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 0.95rem;
  }
  
  .head-contact-info i {
    margin-right: 8px;
    font-size: 0.9rem;
  }
  
  /* Header */
  .c2e4644 {
    background: #fff;
  }
  
  .c2e4611 {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(360px, 1.45fr) auto;
    align-items: stretch;
  }
  
  .c2e461 {
    display: flex;
    align-items: center;
    padding: 24px 28px 24px 6px;
  }
  
  .site-title {
    color: var(--heading);
    text-decoration: none;
    font-size: 2.05rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .c2e4617 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
    padding: 0 24px;
  }
  
  .c2e4617 a {
    position: relative;
    color: var(--heading);
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 28px 0;
  }
  
  .c2e4617 a.c2e4627,
  .c2e4617 a:hover {
    color: var(--accent);
  }
  
  .c2e4617 a.c2e4627::after,
  .c2e4617 a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34px;
    height: 1px;
    background: currentColor;
  }
  
  .c2e4610 {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 12px 0 26px;
  }
  
  .c2e4629,
  .c2e4625 {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .c2e4629 {
    color: #000;
    width: 24px;
    height: 24px;
    font-size: 1.3rem;
  }
  
  .c2e4625 {
    width: 46px;
    height: 46px;
    margin-left: 4px;
    background: var(--accent);
    color: #fff;
    font-size: 1.5rem;
  }
  
  /* Page title */
  .c2e463 {
    background: #f7f7f7;
    padding: 36px 0 28px;
  }
  
  .page-title-wrap {
    min-height: 106px;
    display: flex;
    align-items: center;
  }
  
  .page-title-wrap h1 {
    max-width: 660px;
    margin: 0;
    color: var(--heading);
    font-size: 3rem;
    line-height: 1.15;
    font-weight: 700;
  }

  /* Content */
  .c2e4651 {
    background-image: url("https://firststatecorn.com/wp-content/uploads/2026/01/festive-abstract-color-bokeh-background-2024-10-18-03-36-04-utc-scaled.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 0 0 24px;
  }
  
  .c2e465 {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
    gap: 20px;
    align-items: start;
  }
  
  .article-card,
  .widget {
    background: #fff;
    box-shadow: var(--shadow);
  }
  
  .article-card {
    padding: 20px 20px 10px;
  }
  
  .c2e4638 p {
    margin: 0 0 1.55rem;
    font-size: 1.125rem;
    color: var(--text);
    line-height: 1.62;
  }
  
  .c2e4638 strong {
    font-weight: 700;
  }
  
  .c2e4638 h2 {
    margin: 0 0 1.1rem;
    color: var(--heading);
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
  }
  
  .article-image {
    margin: 0 0 2rem;
  }
  
  .article-image img {
    width: 100%;
    height: auto;
  }
  
  .c2e4636 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .widget {
    padding: 18px 20px 20px;
  }
  
  .c2e4632 {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid var(--accent);
    margin-bottom: 22px;
  }
  
  .c2e4632 h2 {
    margin: 0;
    background: var(--accent);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 9px 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .c2e467 {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .c2e467 li {
    border-bottom: 1px solid var(--border);
    padding: 12px 0;
  }
  
  .c2e467 li:last-child {
    border-bottom: 0;
  }
  
  .c2e467 li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--accent);
    margin-right: 14px;
    font-size: 0.9rem;
  }
  
  .c2e467 a {
    color: var(--heading);
    text-decoration: none;
    font-size: 1.05rem;
  }
  
  .c2e467 a:hover {
    color: var(--accent);
  }
  
  .c2e4637 {
    padding: 16px;
  }
  
  .c2e462 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
  }
  
  .c2e462 iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  
  /* Footer */
  .c2e4614 {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 24px;
    font-size: 1rem;
  }
  
  /* Contact page support */
  .contact-card {
    background: #fff;
    box-shadow: var(--shadow);
    padding: 20px;
  }
  
  .contact-form .c2e4646 {
    margin-bottom: 20px;
  }
  
  .contact-form label {
    display: block;
    color: var(--heading);
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  
  .contact-form input,
  .contact-form textarea {
    display: block;
    width: 100%;
    font-size: 1.125rem;
    font-family: "Poppins", sans-serif;
    color: #404040;
    line-height: 1.2;
    background-color: transparent;
    border: 1px solid #d7d7d7;
    padding: 0.75em;
    transition: 0.2s;
  }
  
  .contact-form input:hover,
  .contact-form input:focus,
  .contact-form textarea:hover,
  .contact-form textarea:focus {
    border: 1px solid #669c9b;
    outline: none;
  }
  
  .contact-form input {
    min-height: 54px;
  }
  
  .contact-form textarea {
    min-height: 220px;
    resize: vertical;
  }
  
  .c2e4645 {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    font-size: 0.938rem;
    font-weight: 600;
    line-height: 1;
    padding: 1rem 2.188rem;
    border-radius: 0;
  }
  
  .c2e4645:hover,
  .c2e4645:focus {
    color: #fff;
    opacity: 0.95;
  }
  
  /* Responsive */
  @media (max-width: 1100px) {
    html {
      font-size: 90%;
    }
  
    .c2e4611 {
      grid-template-columns: 1fr auto;
      row-gap: 0;
    }
  
    .c2e461 {
      padding: 22px 16px;
    }
  
    .c2e4617 {
      grid-column: 1 / -1;
      border-left: 0;
      border-right: 0;
      border-top: 1px solid var(--border);
      justify-content: center;
      padding: 0 16px;
    }
  
    .c2e4610 {
      padding: 0 16px 0 0;
    }
  
    .page-title-wrap h1 {
      font-size: 2.4rem;
      max-width: 560px;
    }
  
    .c2e465 {
      grid-template-columns: 1fr;
    }
  }
  
  @media (max-width: 767px) {
    html {
      font-size: 85%;
    }
  
    .c2e4612 {
      justify-content: center;
    }
  
    .head-contact-info {
      gap: 16px;
      flex-wrap: wrap;
      justify-content: center;
      padding: 8px 0;
    }
  
    .c2e461 {
      padding: 18px 12px;
    }
  
    .site-title {
      font-size: 1.8rem;
    }
  
    .c2e4617 {
      gap: 24px;
    }
  
    .c2e4617 a {
      padding: 18px 0;
    }
  
    .c2e4617 a.c2e4627::after,
    .c2e4617 a:hover::after {
      bottom: 20px;
    }
  
    .c2e4610 {
      gap: 14px;
      padding-right: 12px;
    }
  
    .c2e463 {
      padding: 28px 0 22px;
    }
  
    .page-title-wrap {
      min-height: 88px;
    }
  
    .page-title-wrap h1 {
      font-size: 2rem;
    }
  
    .c2e4630 {
      min-width: auto;
      padding: 18px 16px;
      font-size: 1rem;
    }
  
    .highlights-bar {
      gap: 12px;
    }
  
    .c2e4641 {
      display: none;
    }
  
    .article-card {
      padding: 16px 16px 8px;
    }
  
    .widget,
    .contact-card {
      padding: 16px;
    }
  }
  
  @media (max-width: 575px) {
    html {
      font-size: 80%;
    }
  
    .c2e4611 {
      grid-template-columns: 1fr;
    }
  
    .c2e461 {
      justify-content: center;
      text-align: center;
      padding-bottom: 8px;
    }
  
    .c2e4610 {
      justify-content: center;
      padding: 12px 12px 16px;
    }
  
    .page-title-wrap h1 {
      font-size: 1.7rem;
    }
  
    .c2e4630 {
      width: 100%;
      text-align: center;
    }
  
    .highlights-bar {
      flex-direction: column;
      align-items: stretch;
    }
  
    .c2e4645 {
      width: 100%;
    }
  }

/* ===== JavaScript enhancement layer ===== */
:root {
  --accent-strong: #ef7f55;
  --accent-soft: rgba(252, 160, 121, 0.16);
  --glow: 0 18px 46px rgba(252, 160, 121, 0.18);
  --card-border: rgba(252, 160, 121, 0.18);
}

::selection {
  background: rgba(252, 160, 121, 0.26);
  color: #111;
}

body {
  position: relative;
}

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

body::before {
  background:
    radial-gradient(circle at 14% 18%, rgba(252, 160, 121, 0.12), transparent 24%),
    radial-gradient(circle at 86% 22%, rgba(87, 140, 255, 0.08), transparent 22%),
    radial-gradient(circle at 70% 82%, rgba(252, 160, 121, 0.10), transparent 20%);
}

body::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.18;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent 55%);
}

.c2e4648,
.c2e4647,
.c2e4644,
.c2e463,
.c2e4651,
.c2e4614 {
  position: relative;
  z-index: 1;
}

.c2e4647 {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.18);
}

.c2e4644 {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.site-title,
.c2e4617 a,
.c2e467 a,
.c2e4645,
.article-image img,
.widget,
.contact-card {
  transition: transform 0.35s ease, color 0.25s ease, background-color 0.25s ease, box-shadow 0.35s ease, border-color 0.25s ease, opacity 0.25s ease;
  will-change: transform;
}

.site-title {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.site-title:hover {
  color: var(--accent-strong);
  text-shadow: 0 0 20px rgba(252, 160, 121, 0.16);
}

.c2e4617 a {
  letter-spacing: 0.01em;
}

.c2e4617 a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, var(--accent), var(--accent-strong));
  transition: width 0.3s ease;
  opacity: 0.8;
}

.c2e4617 a:hover::before,
.c2e4617 a.c2e4627::before {
  width: 100%;
}

.c2e4617 a.c2e4627::after,
.c2e4617 a:hover::after {
  display: none;
}

.c2e463 {
  overflow: hidden;
}

.page-title-wrap h1 {
  text-wrap: balance;
  transition: transform 0.25s ease;
}

.highlights-bar {
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), var(--glow);
  overflow: hidden;
}

.c2e4630 {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
}


.article-card,
.widget,
.contact-card {
  border: 1px solid transparent;
  box-shadow: 0 18px 50px rgba(15, 20, 30, 0.08);
}

.article-card:hover,
.widget:hover,
.contact-card:hover {
  border-color: var(--card-border);
  box-shadow: 0 26px 70px rgba(15, 20, 30, 0.12), var(--glow);
}

.c2e4638 h2 {
  position: relative;
  padding-bottom: 10px;
}

.c2e4638 h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.article-image {
  overflow: hidden;
}

.article-image img {
  cursor: zoom-in;
  transform-origin: center center;
}

.article-image:hover img {
  transform: scale(1.025);
}

.c2e4632 {
  border-bottom-color: rgba(252, 160, 121, 0.5);
}

.c2e4632 h2 {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
}

.c2e4645 {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: 0 18px 30px rgba(252, 160, 121, 0.22);
}

.c2e4645:hover,
.c2e4645:focus {
  transform: translateY(-1px);
  box-shadow: 0 22px 36px rgba(252, 160, 121, 0.26);
}

.contact-form input,
.contact-form textarea {
  border-color: rgba(80, 80, 96, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 250, 253, 0.96));
}

.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: 0 0 0 4px rgba(252, 160, 121, 0.12);
}

.contact-form input.is-invalid,
.contact-form textarea.is-invalid {
  border-color: rgba(221, 77, 77, 0.6);
  box-shadow: 0 0 0 4px rgba(221, 77, 77, 0.1);
}

.c2e462 {
  border-radius: 10px;
  overflow: hidden;
}

.reading-progress {
  position: fixed;
  inset: 0 0 auto 0;
  height: 3px;
  z-index: 80;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.reading-progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--accent), var(--accent-strong));
  box-shadow: 0 0 16px rgba(252, 160, 121, 0.55);
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 1px solid rgba(252, 160, 121, 0.35);
  background: rgba(255, 255, 255, 0.88);
  color: var(--accent-strong);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  cursor: pointer;
  z-index: 50;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: rgba(255, 255, 255, 0.98);
  transform: translateY(-2px);
}

html.js-enhanced .js-reveal {
  opacity: 0;
  transform: translateY(24px);
}

html.js-enhanced .js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.image-lightbox {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(8, 9, 14, 0.84);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  z-index: 90;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.image-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.image-lightbox-img {
  max-width: min(1100px, calc(100vw - 64px));
  max-height: calc(100vh - 64px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.4);
}

.image-lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
}

.lightbox-open {
  overflow: hidden;
}

.site-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 20px);
  opacity: 0;
  visibility: hidden;
  z-index: 85;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.site-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.site-toast-inner {
  min-width: 280px;
  max-width: calc(100vw - 32px);
  padding: 14px 18px;
  border-radius: 14px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  background: linear-gradient(135deg, #1d9b6c, #37b184);
}

.site-toast.is-error .site-toast-inner {
  background: linear-gradient(135deg, #c54c4c, #de6767);
}

.ambient-fx {
  --pointer-x: 0;
  --pointer-y: 0;
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.ambient-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(20px);
  opacity: 0.36;
  transform: translate3d(calc(var(--pointer-x) * 18px), calc(var(--pointer-y) * 18px), 0);
  transition: transform 0.5s ease;
}

.orb-one {
  width: 280px;
  height: 280px;
  top: 100px;
  left: -70px;
  background: radial-gradient(circle at 30% 30%, rgba(252, 160, 121, 0.46), rgba(252, 160, 121, 0));
}

.orb-two {
  width: 360px;
  height: 360px;
  top: 28%;
  right: -120px;
  background: radial-gradient(circle at 40% 40%, rgba(97, 131, 255, 0.22), rgba(97, 131, 255, 0));
}

.orb-three {
  width: 240px;
  height: 240px;
  bottom: 10%;
  left: 12%;
  background: radial-gradient(circle at 50% 50%, rgba(252, 160, 121, 0.22), rgba(252, 160, 121, 0));
}

@media (max-width: 991px) {
  .c2e466 {
    flex-direction: column;
    align-items: flex-start;
  }

  .c2e4624 {
    align-self: flex-start;
  }
}

@media (max-width: 767px) {
  .c2e4644 {
    position: relative;
    top: auto;
  }

  .c2e4619 {
    width: 100%;
  }

  .c2e464 {
    font-size: 0.96rem;
  }

  .c2e4626 {
    font-size: 0.9rem;
  }

  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 575px) {
  .c2e466 {
    gap: 12px;
  }

  .c2e4626 {
    max-width: none;
  }

  .site-toast-inner {
    min-width: 0;
    width: calc(100vw - 28px);
  }

  .image-lightbox {
    padding: 16px;
  }
}


/* Generated theme override */
:root{
  --accent:#4565a0;
  --text:#374253;
  --title:#1a2539;
  --muted:#8b919b;
  --border:#e1e6f0;
  --surface:#ffffff;
  --surface-2:#f9fafc;
  --footer:#293c5e;
  --button:#395383;
  --button-text:#ffffff;
  --hero-overlay:rgba(69,101,160,0.08);
  --wf-accent:#4565a0;
  --wf-panel-bg:linear-gradient(145deg,rgba(23,38,59,0.9),rgba(15,28,43,0.96));
  --wf-panel-border:rgba(102,129,177,0.32);
  --wf-panel-shadow:0 20px 56px rgba(7,10,16,0.34);
  --wf-site-title-bg:rgba(17,25,40,0.44);
  --wf-site-title-border:rgba(102,129,177,0.28);
  --wf-search-bg:rgba(22,32,51,0.42);
  --wf-scroll-start:rgba(69,101,160,0.96);
  --wf-scroll-end:rgba(99,126,175,0.58);
}
.c2e4615{background:var(--surface) !important;}
.c2e4628,.widget{background:var(--surface);border:1px solid rgba(69,101,160,0.1);box-shadow:0 18px 42px rgba(69,101,160,0.12);}
.c2e4618,.c2e469,#top-bar,#main-nav,.c2e4631{border-color:rgba(69,101,160,0.1);}
a:hover{color:#3b578a;}
.c2e4650 img{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:1024 / 683;object-fit:cover;border-radius:18px;}
.c2e4613{display:block;width:100%;max-width:100%;aspect-ratio:560 / 315;height:auto;min-height:240px;border:0;border-radius:18px;background:#000;}
.widget .c2e4613{margin:0 auto;}
.c2e4616{margin:12px 0 0;font-size:14px;}
.c2e4616 a{font-weight:700;text-decoration:underline;}
