:root {
  --bg: #03141f;
  --bg-2: #041f2d;
  --header: rgba(17, 22, 33, 0.92);
  --nav: rgba(11, 14, 23, 0.88);
  --panel: rgba(14, 18, 30, 0.92);
  --panel-2: rgba(20, 26, 41, 0.92);
  --panel-soft: rgba(255, 255, 255, 0.06);
  --text: #f3f7fb;
  --muted: #cad7e3;
  --muted-2: #99aec1;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.22);
  --accent: #ff5d49;
  --accent-dark: #dc4330;
  --accent-soft: rgba(255, 93, 73, 0.15);
  --shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
  --shadow-soft: 0 16px 36px rgba(0, 0, 0, 0.22);
  --radius: 26px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --wrap: 1360px;
  --transition: 0.28s ease;
  --header-photo: url("https://ixtapaprivatetours.com/wp-content/uploads/2026/01/cyan-and-white-abstract-background-2025-02-20-23-20-42-utc-scaled.jpg");
  --header-overlay: linear-gradient(135deg, rgba(10, 16, 26, 0.68), rgba(12, 20, 31, 0.86));
  --nav-overlay: linear-gradient(180deg, rgba(6, 11, 19, 0.88), rgba(8, 13, 23, 0.94));
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans 3", Arial, sans-serif;
  color: var(--text);
  line-height: 1.65;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(87, 230, 255, 0.24), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 93, 73, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(2, 20, 31, 0.92), rgba(3, 14, 24, 0.96)),
    var(--header-photo) center top / cover fixed no-repeat;
}

body.nav-locked {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

p,
figure,
ul {
  margin: 0 0 1.35rem;
}

ul {
  padding-left: 1.2rem;
}

.ccd6115 {
  width: min(calc(100% - 2.5rem), var(--wrap));
  margin: 0 auto;
}

.ccd6128 {
  width: min(calc(100% - 2.5rem), 1220px);
}

.ccd6123,
.ccd615:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ccd615:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 10000;
  padding: 0.75rem 1rem;
  background: #fff;
  color: #111;
  border-radius: 999px;
}

.site {
  position: relative;
}

.brand-bar {
  position: relative;
  overflow: hidden;
  background:
    var(--header-overlay),
    var(--header-photo) center 28% / cover no-repeat,
    var(--header);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

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

.brand-bar::before {
  top: -120px;
  right: 8%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 93, 73, 0.22), transparent 68%);
}

.brand-bar::after {
  bottom: -140px;
  left: 3%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(76, 228, 255, 0.18), transparent 68%);
}

.brand-bar .ccd6115 {
  position: relative;
  z-index: 1;
  padding: 2.1rem 0 2rem;
}

.ccd619 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-title {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.45rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0.01em;
}

.site-title a {
  color: currentColor;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}


body.header-contrast-dark .site-title,
body.header-contrast-dark .site-title a,
body.header-contrast-dark .ccd6160 a,
body.header-contrast-dark .search-toggle,
body.header-contrast-dark .ccd618,
body.header-contrast-dark .ccd6124 {
  color: #18202a;
}

body.header-contrast-dark .ccd6153,
body.header-contrast-dark .ccd6153::before,
body.header-contrast-dark .ccd6153::after {
  background: #18202a;
}

body.header-contrast-dark .ccd6160.ccd6148 a,
body.header-contrast-dark .ccd6160 a:hover,
body.header-contrast-dark .ccd6160 a:focus-visible {
  background: rgba(24, 32, 42, 0.10);
  color: #101820;
}

body.header-contrast-dark .search-toggle {
  border-color: rgba(24, 32, 42, 0.16);
  background: rgba(255, 255, 255, 0.58);
}

body.header-contrast-light .site-title,
body.header-contrast-light .site-title a,
body.header-contrast-light .ccd6160 a,
body.header-contrast-light .search-toggle,
body.header-contrast-light .ccd618,
body.header-contrast-light .ccd6124 {
  color: #ffffff;
}

body.header-contrast-light .ccd6153,
body.header-contrast-light .ccd6153::before,
body.header-contrast-light .ccd6153::after {
  background: #ffffff;
}

body.header-contrast-light .ccd6160.ccd6148 a,
body.header-contrast-light .ccd6160 a:hover,
body.header-contrast-light .ccd6160 a:focus-visible {
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
}

body.header-contrast-light .search-toggle {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(17, 22, 33, 0.22);
}
.ccd6120 {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(16px);
  background: var(--nav-overlay), var(--nav);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.scrolled .ccd6120 {
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.ccd6131 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 72px;
}

.main-navigation {
  flex: 1;
}

.menu {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ccd6160 a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 1.25rem;
  color: #fff;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-radius: 14px;
  transition: color var(--transition), background-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.ccd6160 a::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.75rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), #ff836f);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--transition);
}

.ccd6160 a:hover,
.ccd6160.ccd6148 a {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transform: translateY(-1px);
}

.ccd6160 a:hover::after,
.ccd6160.ccd6148 a::after {
  transform: scaleX(1);
}

.search-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 0;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  cursor: pointer;
  transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition);
}

.search-toggle:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.ccd6124 {
  font-size: 1.7rem;
  line-height: 1;
}

.menu-toggle {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
  flex: 0 0 auto;
  z-index: 1003;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: background var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.menu-toggle:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

.ccd618 {
  display: none;
}

.ccd6153,
.ccd6153::before,
.ccd6153::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: 0.25s ease;
}

.ccd6153 {
  position: relative;
}

.ccd6153::before,
.ccd6153::after {
  position: absolute;
  left: 0;
}

.ccd6153::before {
  top: -7px;
}

.ccd6153::after {
  top: 7px;
}

.menu-open .ccd6153 {
  background: transparent;
}

.menu-open .ccd6153::before {
  transform: translateY(7px) rotate(45deg);
}

.menu-open .ccd6153::after {
  transform: translateY(-7px) rotate(-45deg);
}

.ccd6125 {
  background: rgba(9, 12, 19, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  transition: opacity var(--transition), transform var(--transition);
}

.ccd6125[hidden] {
  display: none;
}

.ccd6152 {
  padding: 1rem 0 1.15rem;
}

.ccd6111 {
  display: flex;
  gap: 0.8rem;
}

.ccd6132 {
  width: 100%;
  min-height: 52px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  outline: none;
  transition: border-color var(--transition), background var(--transition), box-shadow var(--transition);
}

.ccd6132::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.ccd6132:focus {
  border-color: rgba(255, 93, 73, 0.75);
  box-shadow: 0 0 0 4px rgba(255, 93, 73, 0.14);
}

.ccd6117,
.ccd6143,
.ccd6116 button {
  min-width: 150px;
  min-height: 52px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--accent), #ff705e);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), filter var(--transition);
  box-shadow: 0 16px 30px rgba(255, 93, 73, 0.22);
}

.ccd6117:hover,
.ccd6143:hover,
.ccd6116 button:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.ccd6156 {
  position: relative;
  padding: 2.9rem 0 3.6rem;
}

.ccd6156::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 18, 28, 0.06), rgba(5, 18, 28, 0.18));
  pointer-events: none;
}

.ccd6137 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.5rem;
  align-items: start;
}

.entry,
.widget {
  position: relative;
  background: linear-gradient(180deg, rgba(15, 19, 31, 0.94), rgba(12, 17, 27, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  color: var(--text);
}

.entry {
  overflow: hidden;
  padding: 2.15rem 2.15rem 2.3rem;
  border-radius: var(--radius);
}

.entry::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, rgba(255, 93, 73, 0.85), rgba(102, 235, 255, 0.75));
}

.entry-header {
  margin-bottom: 1.35rem;
}

.ccd6133 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 3.1vw, 3.45rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.entry-meta-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.15rem;
}

.entry-meta-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 40px;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-weight: 700;
}

.entry-content {
  color: var(--muted);
}

.entry-content p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.76;
}

.entry-content strong {
  color: #fff;
  font-weight: 700;
}

.entry-content h2 {
  margin: 2rem 0 0.95rem;
  color: #fff;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 800;
  line-height: 1.22;
  scroll-margin-top: 96px;
}

.entry-content a {
  color: #7ad6ff;
}

.feature-image {
  margin: 1.8rem 0 1.9rem;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}


.entry-content .wp-block-image,
.entry-content .feature-image {
  margin: 2rem 0 2.3rem;
}

.entry-content .wp-block-image figure,
.entry-content .feature-image {
  margin: 0;
}

.entry-content .wp-block-image img,
.entry-content .feature-image img {
  width: 100%;
  max-width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
  object-fit: cover;
}
.feature-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.feature-image:hover img {
  transform: scale(1.02);
}

.ccd6158 {
  min-width: 0;
}

.widget {
  padding: 1.45rem;
  margin-bottom: 1.25rem;
  border-radius: 24px;
  backdrop-filter: blur(16px);
}

.ccd613 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.1;
}

.ccd613::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #ff907e);
  box-shadow: 0 0 0 8px rgba(255, 93, 73, 0.12);
}

.ccd6146 {
  margin: -0.05rem 0 1rem;
  color: var(--muted-2);
  font-size: 0.97rem;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget li {
  padding: 0;
  margin: 0 0 0.85rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.16);
}

.widget li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.widget li a,
.widget li button,
.ccd6112 {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.1rem 0 0.8rem;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: color var(--transition), transform var(--transition);
}

.widget li a::before,
.ccd6112::before {
  content: "•";
  flex: 0 0 auto;
  color: #79dfff;
  font-size: 1.25rem;
  line-height: 1;
  transform: translateY(2px);
}

.widget a:hover,
.widget button:hover,
.ccd6112:hover,
.ccd6112.ccd6135 {
  color: #8ee8ff;
  transform: translateX(2px);
}

.ccd6144 {
  padding: 1rem;
}

.ccd6122 {
  overflow: hidden;
  border-radius: 18px;
  background: #0b0b0d;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.ccd6122 iframe {
  display: block;
  width: 100%;
  height: 520px;
  border: 0;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.ccd617 label {
  display: block;
  margin-bottom: 0.45rem;
  color: #fff;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

.contact-form textarea {
  min-height: 190px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(255, 93, 73, 0.75);
  box-shadow: 0 0 0 4px rgba(255, 93, 73, 0.14);
}

.ccd6143 {
  justify-self: start;
  padding: 0 1.5rem;
}

.ccd6116 {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.35rem;
}

.ccd6116 button {
  width: 100%;
  min-width: 0;
  justify-content: center;
}

.ccd6138 li {
  display: grid;
  gap: 0.2rem;
  padding-bottom: 0.8rem;
}

.ccd6138 strong {
  color: #fff;
  font-size: 1rem;
}

.ccd6138 span {
  color: var(--muted-2);
  font-size: 0.95rem;
}

.site-footer {
  margin-top: 1rem;
}

.ccd6119 {
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(14px);
  color: #fff;
  text-align: center;
  padding: 1.45rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

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

.back-to-top {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.82rem 1rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #ff765f);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 20px 34px rgba(255, 93, 73, 0.3);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, filter var(--transition);
}

.back-to-top:hover {
  filter: brightness(1.04);
}

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

.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 1200;
  width: 100%;
  height: 4px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--accent), #73e7ff);
  box-shadow: 0 0 20px rgba(115, 231, 255, 0.35);
}

.toast-stack {
  position: fixed;
  right: 1rem;
  bottom: 5.3rem;
  z-index: 1200;
  display: grid;
  gap: 0.75rem;
  width: min(360px, calc(100% - 2rem));
}

.toast {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(16, 20, 31, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
  color: #fff;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.toast strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1rem;
}

.toast span {
  display: block;
  color: var(--muted);
  font-size: 0.96rem;
}

.ccd6110 {
  border-color: rgba(255, 93, 73, 0.42);
}

.ccd6141 {
  border-color: rgba(115, 231, 255, 0.38);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .ccd6158 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .widget {
    margin-bottom: 0;
  }

  .ccd6122 iframe {
    height: 420px;
  }
}

@media (max-width: 760px) {
  .ccd6115,
  .ccd6128 {
    width: min(calc(100% - 1.2rem), 100%);
  }

  .brand-bar .ccd6115 {
    padding: 1.2rem 0 1.1rem;
  }

  .site-title {
    font-size: 1.9rem;
    line-height: 1.08;
  }

  .ccd6131 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    min-height: 64px;
    padding: 0.8rem 0;
  }

  .search-toggle,
  .menu-toggle {
    flex: 0 0 auto;
  }

  .search-toggle {
    order: 1;
    margin-left: auto;
  }

  .menu-toggle {
    display: inline-flex;
    order: 2;
    margin-left: 0;
  }

  .main-navigation {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      max-height 0.32s ease,
      opacity var(--transition),
      transform var(--transition);
  }

  .menu-open .main-navigation {
    max-height: 380px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .menu {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    padding: 0.8rem;
    gap: 0.45rem;
    border-radius: 22px;
    background: rgba(12, 16, 28, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow-soft);
  }

  .ccd6160 {
    width: 100%;
  }

  .ccd6160 a {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    min-height: auto;
    padding: 1rem 1.05rem;
    border-radius: 16px;
  }

  .ccd6160 a::after {
    left: 1rem;
    right: 1rem;
    bottom: 0.6rem;
  }

  .ccd6111 {
    flex-direction: column;
  }

  .ccd6117,
  .ccd6143,
  .ccd6116 button {
    width: 100%;
  }

  .ccd6156 {
    padding: 1.2rem 0 3rem;
  }

  .entry {
    padding: 1.3rem 1.1rem 1.5rem;
    border-radius: 22px;
  }

  .ccd6133 {
    font-size: 2rem;
  }

  .entry-content p {
    font-size: 1.02rem;
  }

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

  .widget {
    padding: 1.2rem;
    border-radius: 20px;
  }

  .ccd6122 iframe {
    height: 260px;
  }

  .back-to-top {
    right: 0.75rem;
    bottom: 0.75rem;
    padding: 0.8rem 0.92rem;
  }

  .toast-stack {
    right: 0.75rem;
    bottom: 4.95rem;
    width: min(340px, calc(100% - 1.5rem));
  }
}


/* Sidebar Pages card fix */
.ccd6134 {
  padding: 1.3rem;
}

.ccd6134 .ccd613 {
  margin-bottom: 0.45rem;
}

.ccd6136 {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.ccd6136 .ccd6121 {
  margin: 0;
  border: 0;
}

.ccd6136 .ccd6121 a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: transform var(--transition), border-color var(--transition), background var(--transition), box-shadow var(--transition), color var(--transition);
}

.ccd6136 .ccd6121 a::before {
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #ff907e);
  box-shadow: 0 0 0 7px rgba(255, 93, 73, 0.14);
}

.ccd6136 .ccd6121 a:hover,
.ccd6136 .ccd6121 a:focus-visible {
  transform: translateX(3px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
}

.ccd6136 .ccd6121.ccd6113 a,
.ccd6136 .ccd6121 a[aria-current="page"] {
  background: linear-gradient(135deg, rgba(255, 93, 73, 0.24), rgba(121, 223, 255, 0.16));
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.ccd6136 .ccd6147 {
  display: block;
}

@media (max-width: 860px) {
  .ccd6136 .ccd6121 a {
    padding: 0.9rem 0.95rem;
  }
}


/* Sidebar Pages readability fix */
.ccd6134 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 252, 0.95));
  border: 1px solid rgba(17, 24, 39, 0.10);
  box-shadow: 0 20px 42px rgba(8, 14, 22, 0.14);
  color: #1d2733;
}

.ccd6134 .ccd613 {
  color: #16202b;
}

.ccd6134 .ccd613::before {
  box-shadow: 0 0 0 8px rgba(255, 93, 73, 0.10);
}

.ccd6134 .ccd6146 {
  color: #5e6d7c;
}

.ccd6134 .ccd6136 .ccd6121 a {
  border-color: rgba(17, 24, 39, 0.10);
  background: rgba(255, 255, 255, 0.88);
  color: #18222d;
  box-shadow: 0 10px 24px rgba(12, 18, 28, 0.06);
}

.ccd6134 .ccd6136 .ccd6121 a:hover,
.ccd6134 .ccd6136 .ccd6121 a:focus-visible {
  background: #ffffff;
  border-color: rgba(255, 93, 73, 0.24);
  color: #101820;
  box-shadow: 0 14px 28px rgba(12, 18, 28, 0.10);
}

.ccd6134 .ccd6136 .ccd6121.ccd6113 a,
.ccd6134 .ccd6136 .ccd6121 a[aria-current="page"] {
  background: linear-gradient(135deg, rgba(255, 93, 73, 0.14), rgba(121, 223, 255, 0.20));
  border-color: rgba(255, 93, 73, 0.24);
  color: #101820;
  box-shadow: 0 16px 30px rgba(12, 18, 28, 0.12);
}


/* Website Factory Sample 19 generated override */
:root{
  --bg: #121727;
  --bg-2: #1a2337;
  --header: rgba(18,23,37,0.92);
  --nav: rgba(15,19,31,0.88);
  --panel: rgba(49,57,75,0.92);
  --panel-2: rgba(59,67,84,0.92);
  --panel-soft: rgba(255,255,255,0.06);
  --text: #f3f7fb;
  --muted: #a0abb6;
  --muted-2: #8ea2b5;
  --line: rgba(255,255,255,0.12);
  --line-strong: rgba(255,255,255,0.22);
  --accent: #e04491;
  --accent-dark: #bc397a;
  --accent-soft: rgba(224,68,145,0.15);
  --shadow: 0 30px 70px rgba(0,0,0,0.32);
  --shadow-soft: 0 16px 36px rgba(0,0,0,0.22);
  --header-overlay: linear-gradient(135deg, rgba(17,21,34,0.72), rgba(25,34,53,0.84));
  --nav-overlay: linear-gradient(180deg, rgba(14,18,30,0.92), rgba(14,17,28,0.96));
  --header-photo: url("assets/generated/waves_sunset.jpg");
}
body.ccd6161,body.ccd6161.ccd6127{color:var(--text) !important;background:radial-gradient(circle at top left, rgba(224,68,145,0.24), transparent 24%),radial-gradient(circle at top right, rgba(170,150,200,0.24), transparent 20%),linear-gradient(180deg, rgba(2,20,31,0.86), rgba(3,14,24,0.92)),url("assets/generated/waves_sunset.jpg") center top / cover fixed no-repeat !important;}
#page.site,.site{background:transparent !important;}
.brand-bar{background:var(--header-overlay), url("assets/generated/waves_sunset.jpg") center 28% / cover no-repeat, var(--header) !important;}
.ccd6120,.ccd6131,.main-navigation{background:var(--nav-overlay), var(--nav) !important;border-color:var(--line-strong) !important;box-shadow:var(--shadow-soft) !important;}
.entry,.widget,.ccd6134{background:linear-gradient(180deg, var(--panel), var(--panel-2)) !important;border:1px solid var(--line) !important;box-shadow:var(--shadow-soft) !important;}
.ccd6133,.entry-content h2,.ccd613,.ccd617 label,.site-title,.site-title a,.ccd6160 a,.search-toggle,.ccd6124,.ccd618,.back-to-top,.site-info,.ccd6134 .ccd6146,.ccd6134 .ccd6147{color:#ffffff !important;}
.entry-content a{color:#aa96c8 !important;}
.ccd613::before,.ccd6134 .ccd613::before,.ccd6136 .ccd6121 a::before{background:linear-gradient(135deg, #e04491, #aa96c8) !important;box-shadow:0 0 0 8px rgba(224,68,145,0.15) !important;}
.widget li a::before,.ccd6112::before{color:#aa96c8 !important;}
.ccd6160 a::after{background:linear-gradient(90deg, #e04491, #aa96c8) !important;}
.ccd6160 a:hover,.ccd6160.ccd6148 a{background:linear-gradient(135deg, rgba(224,68,145,0.15), rgba(255,255,255,0.08)) !important;box-shadow:0 10px 24px rgba(224,68,145,0.24) !important;}
.ccd6136 .ccd6121 a,.ccd6134 .ccd6136 .ccd6121 a{background:rgba(255,255,255,0.05) !important;border:1px solid var(--line) !important;color:var(--text) !important;box-shadow:none !important;}
.ccd6136 .ccd6121 a:hover,.ccd6136 .ccd6121 a:focus-visible,.ccd6134 .ccd6136 .ccd6121 a:hover,.ccd6134 .ccd6136 .ccd6121 a:focus-visible{background:rgba(255,255,255,0.10) !important;border-color:#aa96c8 !important;color:#ffffff !important;box-shadow:0 12px 26px rgba(170,150,200,0.24) !important;}
.ccd6136 .ccd6121.ccd6113 a,.ccd6136 .ccd6121 a[aria-current="page"],.ccd6134 .ccd6136 .ccd6121.ccd6113 a,.ccd6134 .ccd6136 .ccd6121 a[aria-current="page"]{background:linear-gradient(135deg, #e04491, #aa96c8) !important;border-color:transparent !important;color:#ffffff !important;box-shadow:0 16px 34px rgba(224,68,145,0.24) !important;}
.search-toggle,.menu-toggle,.contact-form input:focus,.contact-form textarea:focus{border-color:#e04491 !important;box-shadow:0 0 0 4px rgba(224,68,145,0.15) !important;}
.ccd6117,.ccd6143,.back-to-top{background:linear-gradient(135deg, #e04491, #aa96c8) !important;color:#ffffff !important;border-color:transparent !important;box-shadow:0 18px 34px rgba(224,68,145,0.24) !important;}
.ccd6117:hover,.ccd6143:hover,.back-to-top:hover{filter:brightness(1.05) !important;background:linear-gradient(135deg, #bc397a, #aa96c8) !important;}
.scroll-progress{background:linear-gradient(90deg, #e04491, #aa96c8) !important;box-shadow:0 0 20px rgba(170,150,200,0.24) !important;}
.ccd6122{border:1px solid var(--line) !important;box-shadow:var(--shadow-soft) !important;background:#0b0b0d !important;}
.ccd6122 iframe{display:block;width:100% !important;height:min(520px, 60vw) !important;min-height:260px;border:0 !important;}
.feature-image img,.entry-content .feature-image img{border-color:var(--line) !important;box-shadow:var(--shadow-soft) !important;}
.ccd6119{background:rgba(0,0,0,0.68) !important;border-top:1px solid var(--line) !important;}
.ccd6141{border-color:rgba(170,150,200,0.38) !important;}
.ccd6110{border-color:rgba(224,68,145,0.42) !important;}
@media (max-width:1080px){.ccd6122 iframe{height:min(420px, 58vw) !important;}}
@media (max-width:760px){body.ccd6161,body.ccd6161.ccd6127{background-attachment:scroll !important;}.ccd6122 iframe{height:260px !important;min-height:220px !important;}}
