/* Section */
.Section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 100vw;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* EmptySection */
.EmptySection {
  background-color: rgb(255, 255, 255);
}

/* EmptyPadding */
.EmptyPadding {
  min-height: 50px;
  height: 6vh;
}
/* Content1A */
.Content1A {
  background-color: #0b1b2a;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10%;
  position: relative;
  overflow: hidden;
  width: 100vw;
}

.Content1A .LiquidBackground {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.Content1A .LiquidBackground canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.Content1A > div,
.Content1A img {
  position: relative;
  z-index: 1;
}
.Content1A > div {
  flex: 1;
  margin-right: 20px;
}

.Content1A img {
  max-width: 50vw;
  max-height: 50vh;
  object-fit: contain;
}

/* Content1B */
.Content1B {
  background-color: rgb(142, 255, 127);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10%;
}

.Content1B > div {
  flex: 1;
  margin-left: 20px;
}

.Content1B img {
  max-width: 50vw;
  max-height: 50vh;
  object-fit: contain;
}
/* Content2A */
.Content2A {
  background-color: rgb(136, 127, 255);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10%;
}

.Content2A > div {
  flex: 1;
  margin-left: 20px;
}
.Content2A img {
  max-width: 50vw;
  max-height: 50vh;
  object-fit: contain;
}

/* Services1A */
.Services1A {
  background-color: #222222;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8vh 6vw;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  height: auto;
}

.Services1AContent {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.Services1ATitle {
  color: #e6fffb;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  margin: 0;
}

.Services1AList {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ServiceBar {
  --service-bar-primary: rgba(32, 203, 176, 0.45);
  background: linear-gradient(120deg, rgba(9, 24, 23, 0.92), rgba(12, 36, 32, 0.82));
  border: 1px solid var(--service-bar-primary);
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ServiceBar:hover,
.ServiceBar[open] {
  background: linear-gradient(120deg, rgba(16, 42, 38, 0.92), rgba(20, 60, 52, 0.86));
  transform: translateY(-4px);
  border-color: rgba(68, 226, 201, 0.9);
  box-shadow: 0 18px 34px rgba(32, 203, 176, 0.26);
}

.ServiceBarSummary {
  list-style: none;
  cursor: pointer;
  padding: 12px 18px;
  position: relative;
  z-index: 1;
}

.ServiceBarSummary::-webkit-details-marker {
  display: none;
}

.ServiceBarScreen {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 20%, rgba(68, 226, 201, 0.18), transparent 55%);
  opacity: 0.8;
  z-index: 0;
}

.ServiceBarContent {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.ServiceBarDetails {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #e6fffb;
  flex: 1 1 auto;
}

.ServiceBarDetails h3 {
  margin: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1.05rem;
}

.ServiceBarDetails .Text {
  color: rgba(230, 255, 251, 0.7);
  font-size: 0.95rem;
  line-height: 1.5;
}

.ServiceBar .ProductButton {
  margin-top: 0;
  align-self: center;
}

.ServiceBarButton {
  text-decoration: none;
}

.ServiceBarPanel {
  padding: 0 18px 16px;
  border-top: 1px solid rgba(32, 203, 176, 0.2);
  position: relative;
  z-index: 1;
}

.ServiceBarPackages {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ServiceBarPackages li {
  margin: 0;
}

.ServicePackage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border-radius: 14px;
  text-decoration: none;
  color: rgba(230, 255, 251, 0.9);
  background: rgba(10, 30, 26, 0.6);
  border: 1px solid rgba(32, 203, 176, 0.25);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ServicePackage:hover {
  border-color: rgba(68, 226, 201, 0.7);
  box-shadow: 0 10px 20px rgba(32, 203, 176, 0.18);
  transform: translateY(-1px);
}

.ServicePackageName {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
}

.ServicePackageSpecs {
  display: block;
  font-size: 0.85rem;
  color: rgba(230, 255, 251, 0.65);
  margin-top: 4px;
}

.ServicePackagePrice {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: rgba(230, 255, 251, 0.85);
}

/* Package1A */
.Package1A {
  background-color: #222222;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8vh 6vw;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  height: auto;
}

.Package1A .LiquidBackground {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.Package1A .LiquidBackground canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.Package1AContent {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.Package1AHero {
  display: grid;
  grid-template-columns: minmax(200px, 260px) 1fr;
  gap: 28px;
  align-items: center;
  background: linear-gradient(160deg, rgba(27, 45, 43, 0.65), rgba(7, 15, 22, 0.3));
  border-radius: 24px;
  padding: 24px;
  border: 1px solid rgba(32, 203, 176, 0.2);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.25);
}

.Package1AAlbum {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 18px;
  background: linear-gradient(140deg, rgba(32, 203, 176, 0.9), rgba(18, 70, 110, 0.9));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e6fffb;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 2rem;
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.15);
}

.Package1AAlbumIcon {
  font-size: 2.2rem;
}

.Package1AHeroText {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #e6fffb;
}

.Package1AHeroText h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 0;
}

.Package1AKicker {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(230, 255, 251, 0.65);
}

.PackageTabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.PackageTab {
  border: 1px solid rgba(68, 226, 201, 0.35);
  background: rgba(10, 30, 26, 0.65);
  color: rgba(230, 255, 251, 0.85);
  padding: 10px 18px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.PackageTab.is-active {
  border-color: rgba(68, 226, 201, 0.85);
  color: #e6fffb;
  box-shadow: 0 12px 24px rgba(32, 203, 176, 0.25);
}

.Package1AList {
  background: rgba(10, 16, 22, 0.7);
  border-radius: 18px;
  border: 1px solid rgba(32, 203, 176, 0.2);
  padding: 16px 12px;
}

.Package1AListHeader,
.Package1ARow {
  display: grid;
  grid-template-columns: 40px minmax(140px, 1.2fr) 120px 160px 120px 120px;
  gap: 16px;
  align-items: center;
  padding: 12px 12px;
}

.Package1AListHeader {
  color: rgba(230, 255, 251, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  border-bottom: 1px solid rgba(32, 203, 176, 0.2);
}

.Package1AHeaderPrice {
  text-align: right;
}

.Package1ARow {
  text-decoration: none;
  color: rgba(230, 255, 251, 0.9);
  border-radius: 12px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.Package1ARow:hover {
  background: rgba(32, 203, 176, 0.08);
  transform: translateY(-1px);
}

.Package1AIndex {
  color: rgba(230, 255, 251, 0.55);
}

.Package1ATitle {
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.Package1ASpec {
  color: rgba(230, 255, 251, 0.7);
}

.Package1APrice {
  font-weight: 600;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* Product2A */
.Product2A {
  background-color: #222222;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8vh 6vw;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  height: auto;
}

.Product2A .LiquidBackground {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.Product2A .LiquidBackground canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.Product2AContent {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.Product2AHero {
  display: grid;
  grid-template-columns: minmax(220px, 280px) 1fr;
  gap: 28px;
  align-items: center;
  background: linear-gradient(160deg, rgba(27, 45, 43, 0.7), rgba(7, 15, 22, 0.3));
  border-radius: 24px;
  padding: 24px;
  border: 1px solid rgba(32, 203, 176, 0.2);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.25);
}

.Product2AThumb {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 18px;
  background: linear-gradient(140deg, rgba(32, 203, 176, 0.9), rgba(18, 70, 110, 0.9));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.12);
}

.Product2AThumbFallback {
  color: #e6fffb;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 2rem;
}

.Product2AHeroText {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #e6fffb;
}

.Product2AHeroText h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.Product2AKicker {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(230, 255, 251, 0.65);
}

.Product2APrice {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.Product2AButton {
  width: fit-content;
  text-decoration: none;
}

.Product2ASpecs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.Product2ASpec {
  background: rgba(10, 30, 26, 0.65);
  border: 1px solid rgba(32, 203, 176, 0.25);
  border-radius: 16px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: rgba(230, 255, 251, 0.85);
}

.Product2ASpec strong {
  font-size: 1rem;
  color: #e6fffb;
}

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

/* Chat */
.ChatLauncher {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 20;
}

.ChatLauncherButton {
  border: 1px solid rgba(68, 226, 201, 0.6);
  background: linear-gradient(135deg, rgba(32, 203, 176, 0.85), rgba(16, 122, 109, 0.85));
  color: #e6fffb;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 12px 24px rgba(16, 122, 109, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ChatLauncherButton:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(32, 203, 176, 0.45);
}

.ChatLauncherDot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(110, 245, 226, 0.2);
  border: 1px solid rgba(110, 245, 226, 0.25);
  box-shadow: 0 0 0 rgba(110, 245, 226, 0);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.ChatLauncherDotActive {
  background: #6ef5e2;
  border-color: rgba(110, 245, 226, 0.9);
  transform: scale(1.8);
  box-shadow: 0 0 0 3px rgba(110, 245, 226, 0.35), 0 0 16px rgba(110, 245, 226, 0.9);
  animation: chat-dot-pulse 1.6s ease-in-out infinite;
}

@keyframes chat-dot-pulse {
  0% {
    transform: scale(1.75);
    box-shadow: 0 0 0 2px rgba(110, 245, 226, 0.2), 0 0 12px rgba(110, 245, 226, 0.7);
  }
  50% {
    transform: scale(2.05);
    box-shadow: 0 0 0 6px rgba(110, 245, 226, 0.4), 0 0 20px rgba(110, 245, 226, 0.95);
  }
  100% {
    transform: scale(1.75);
    box-shadow: 0 0 0 2px rgba(110, 245, 226, 0.2), 0 0 12px rgba(110, 245, 226, 0.7);
  }
}

.ChatWindow {
  position: fixed;
  bottom: 90px;
  right: 24px;
  width: min(360px, 90vw);
  height: min(520px, 75vh);
  background: rgba(10, 20, 18, 0.92);
  border: 1px solid rgba(32, 203, 176, 0.35);
  border-radius: 18px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 20;
}

.ChatWindowHeader {
  padding: 14px 16px;
  background: linear-gradient(130deg, rgba(27, 45, 43, 0.85), rgba(7, 15, 22, 0.6));
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #e6fffb;
  border-bottom: 1px solid rgba(32, 203, 176, 0.2);
}

.ChatWindowTitle {
  display: block;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.ChatWindowSubtitle {
  display: block;
  font-size: 0.75rem;
  color: rgba(230, 255, 251, 0.65);
  margin-top: 2px;
}

.ChatWindowClose {
  background: none;
  border: none;
  color: rgba(230, 255, 251, 0.8);
  font-size: 1.4rem;
  cursor: pointer;
}

.ChatWindowBody {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ChatMessage {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px 12px;
  border-radius: 12px;
  background: linear-gradient(
      135deg,
      rgba(18, 36, 32, 0.45),
      rgba(10, 22, 20, 0.2)
    ),
    rgba(12, 24, 22, 0.35);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  color: rgba(230, 255, 251, 0.85);
  box-shadow: 0 10px 24px rgba(3, 12, 11, 0.35);
}

.ChatMessageSupport {
  border: 1px solid rgba(118, 241, 221, 0.45);
}

.ChatMessageUser {
  border: 1px solid rgba(68, 226, 201, 0.25);
}

.ChatMessageMeta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(230, 255, 251, 0.65);
}

.ChatMessageTag {
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(48, 220, 195, 0.18);
  color: rgba(230, 255, 251, 0.85);
  border: 1px solid rgba(120, 247, 226, 0.25);
}

.ChatMessageText {
  font-size: 0.9rem;
  line-height: 1.4;
}

.ChatWindowForm {
  display: flex;
  gap: 8px;
  padding: 12px 16px 16px;
  border-top: 1px solid rgba(32, 203, 176, 0.2);
}

.ChatWindowForm input {
  flex: 1;
  border-radius: 12px;
  border: 1px solid #1aaa7a;
  background: rgba(10, 20, 18, 0.8);
  padding: 10px 12px;
  color: #e6fffb;
  box-shadow: 0 0 0 2px rgba(26, 170, 122, 0.4);
  outline: none;
}

.ChatWindowForm input::placeholder {
  color: rgba(230, 255, 251, 0.5);
}

.ChatWindowForm button {
  border: 1px solid rgba(68, 226, 201, 0.6);
  background: linear-gradient(135deg, rgba(32, 203, 176, 0.85), rgba(16, 122, 109, 0.85));
  color: #e6fffb;
  border-radius: 12px;
  padding: 10px 16px;
  cursor: pointer;
}

.ChatWindowResolved {
  padding: 16px;
  color: rgba(230, 255, 251, 0.7);
  font-size: 0.85rem;
}

.ChatWindowFooter {
  padding: 0 16px 16px;
}

.ChatWindowSecondary {
  border: 1px solid rgba(68, 226, 201, 0.35);
  background: transparent;
  color: rgba(230, 255, 251, 0.8);
  border-radius: 10px;
  padding: 8px 12px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .Package1AHero {
    grid-template-columns: 1fr;
  }

  .Package1AListHeader,
  .Package1ARow {
    grid-template-columns: 24px 1fr;
    row-gap: 6px;
  }

  .Package1AHeaderSpec,
  .Package1AHeaderPrice,
  .Package1ASpec,
  .Package1APrice {
    grid-column: 2;
  }
}

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

  .ServiceBar .ProductButton {
    margin-top: 12px;
    align-self: flex-start;
  }
}

/* Header1A */
.Header1A {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(180, 27, 27);
  padding: 10%;
}

.Header1A > div {
  flex: 1;
  padding-right: 20px;
}

.Header1A img {
  max-width: 60vw;
  max-height: 60vh;
  object-fit: contain;
}

/* Header1B */
.Header1B {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(212, 191, 95);
  padding: 10%;
}

.Header1B > div {
  flex: 1;
  padding-right: 20px;
}

.Header1B img {
  max-width: 60vw;
  max-height: 60vh;
  object-fit: contain;
}

/* Header2A */
.Header2A {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(126, 154, 247);
  padding: 10%;
}

.Header2A > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; 
}

.Header2A img {
  max-width: 60vw;
  max-height: 60vh;
  object-fit: contain;
}

.Section h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.Section h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.Section .Text {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

/* Calendar1A */
.Calendar1A {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10%;
}

.Calendar1A > .CalendarNav {
  flex: 0 0 auto;
  width: 100%;
}

.CalendarNavButton {
  padding: 1%;
  width: 8%;
  cursor: pointer;
}
.CalendarContent {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.CalendarRow {
  display: flex;
}
.CalendarDay {
  flex: 1;
}
.event-container {
  position: relative;
  margin-top: 4px;
}

.event-container .tooltip {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  padding: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  width: 200px;
}

.event-container:hover .tooltip {
  display: block;
}

/* Login1A */

.Login1A {
  background-color: #222222;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 8vh 6vw;
  position: relative;
  overflow: hidden;
}

.Login1A .LiquidBackground {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.Login1A .LiquidBackground canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.Login1ACard {
  position: relative;
  z-index: 1;
  width: min(420px, 92vw);
  padding: 32px 28px;
  border-radius: 22px;
  background: linear-gradient(130deg, rgba(27, 45, 43, 0.78), rgba(7, 15, 22, 0.55));
  border: 1px solid rgba(32, 203, 176, 0.25);
  box-shadow: 0 26px 46px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px) saturate(130%);
}

.Login1ACard form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.Login1ACard input,
.Login1ACard button,
.Login1ACard select,
.Login1ACard textarea {
  border-radius: 12px;
}

.Login1ACard h2 {
  margin: 0 0 8px;
  color: #e6fffb;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.Login1ACard input {
  border: 1px solid rgba(68, 226, 201, 0.45);
  background: rgba(9, 20, 18, 0.65);
  color: #e6fffb;
  padding: 12px 14px;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.Login1ACard input:focus {
  border-color: rgba(68, 226, 201, 0.9);
  box-shadow: 0 0 0 3px rgba(32, 203, 176, 0.25);
}

.Login1ACard input::placeholder {
  color: rgba(230, 255, 251, 0.5);
}

.Login1ACard button {
  border: 1px solid rgba(68, 226, 201, 0.6);
  background: linear-gradient(135deg, rgba(32, 203, 176, 0.9), rgba(16, 122, 109, 0.9));
  color: #e6fffb;
  padding: 12px 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(16, 122, 109, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.Login1ACard button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(32, 203, 176, 0.45);
}

.Login1ACard p {
  color: rgba(230, 255, 251, 0.75);
  font-size: 0.85rem;
  margin: 6px 0 0;
}

.RegisterFieldset {
  border: 1px solid rgba(68, 226, 201, 0.35);
  border-radius: 14px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.RegisterFieldset legend {
  padding: 0 8px;
  color: rgba(230, 255, 251, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.RegisterRow {
  display: flex;
  gap: 10px;
}

.RegisterRow > * {
  flex: 1;
}

.RegisterForm {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.RegisterForm input {
  width: 100%;
}

.RegisterForm input.is-invalid {
  border-color: rgba(248, 113, 113, 0.95);
  box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.25);
}

.RegisterForm button {
  margin-top: 6px;
}

@media (max-width: 600px) {
  .RegisterRow {
    flex-direction: column;
  }
}

/* Support1A */
.Support1A {
  background: radial-gradient(circle at top, rgba(195, 24, 24, 0.35), transparent 55%),
    #120909;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8vh 6vw;
  min-height: 100vh;
  height: auto;
  position: relative;
  overflow: hidden;
}

.Support1A .LiquidBackground {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.Support1A .LiquidBackground canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.Support1AContent {
  width: min(1100px, 100%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: linear-gradient(140deg, rgba(61, 12, 12, 0.9), rgba(18, 9, 9, 0.7));
  border: 1px solid rgba(255, 80, 80, 0.25);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 28px 48px rgba(0, 0, 0, 0.45);
  position: relative;
  z-index: 1;
}

.Support1AText h2 {
  color: #ffe5e5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.Support1AText .Text {
  color: rgba(255, 229, 229, 0.7);
}

.Support1A .SupportChatList {
  border: 1px solid rgba(255, 120, 120, 0.25);
  background: rgba(22, 9, 9, 0.6);
  border-radius: 18px;
  padding: 18px;
}

.SupportChatListHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.Support1A .SupportChatList h3 {
  margin: 0;
  color: #ffecec;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.Support1A .SupportChatListBody {
  max-height: 360px;
  overflow-y: auto;
  padding-right: 4px;
  overscroll-behavior: contain;
}

.Support1A .SupportChatList ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.Support1A .SupportChatList li {
  width: 100%;
}

.SupportChatListBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px 12px 34px;
  border-radius: 14px;
  color: #ffecec;
  background: rgba(50, 14, 14, 0.7);
  border: 1px solid rgba(255, 120, 120, 0.2);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  position: relative;
  width: 100%;
}

.SupportChatListLink {
  display: block;
  flex: 1;
  text-decoration: none;
  color: inherit;
}

.SupportChatListBar:hover {
  border-color: rgba(255, 120, 120, 0.5);
  box-shadow: 0 6px 10px rgba(255, 60, 60, 0.16);
}

.SupportChatListFilters {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.SupportChatListFilter {
  border: 1px solid rgba(255, 120, 120, 0.25);
  background: rgba(40, 12, 12, 0.7);
  color: rgba(255, 220, 220, 0.75);
  padding: 6px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.65rem;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.SupportChatListFilter.is-active {
  border-color: rgba(255, 120, 120, 0.6);
  color: #ffecec;
  box-shadow: 0 8px 18px rgba(255, 70, 70, 0.25);
}

.SupportChatListItem {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
}

.SupportChatListItem[data-unread="true"] .SupportChatListBar {
  background: rgba(120, 32, 32, 0.88);
  border-color: rgba(255, 140, 140, 0.55);
  box-shadow: 0 6px 12px rgba(255, 70, 70, 0.18);
}

.SupportChatListDot {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: rgba(255, 200, 200, 0.35);
  box-shadow: 0 0 0 0 rgba(255, 110, 110, 0.3);
}

.SupportChatListItem[data-unread="true"] .SupportChatListDot {
  background: rgba(255, 120, 120, 0.95);
  box-shadow: 0 0 6px rgba(255, 110, 110, 0.6);
}

.SupportChatListControls {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}

.SupportChatListSelect {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 999px;
  border: 1px solid rgba(255, 120, 120, 0.35);
  background: rgba(30, 10, 10, 0.8);
  color: #ffecec;
  padding: 6px 28px 6px 12px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255, 230, 230, 0.75) 50%),
    linear-gradient(135deg, rgba(255, 230, 230, 0.75) 50%, transparent 50%);
  background-position:
    calc(100% - 14px) 55%,
    calc(100% - 10px) 55%;
  background-size: 4px 4px, 4px 4px;
  background-repeat: no-repeat;
}

.SupportChatListItem[data-status="open"] .SupportChatListSelect {
  border-color: rgba(120, 255, 170, 0.55);
  background: rgba(40, 140, 90, 0.25);
  color: rgba(200, 255, 220, 0.95);
}

.SupportChatListItem[data-status="resolved"] .SupportChatListSelect {
  border-color: rgba(200, 200, 200, 0.35);
  background: rgba(120, 120, 120, 0.2);
  color: rgba(240, 240, 240, 0.85);
}

.SupportChatTyping {
  font-size: 0.8rem;
  color: rgba(255, 220, 220, 0.75);
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px dashed rgba(255, 120, 120, 0.25);
  background: rgba(20, 8, 8, 0.5);
}

.SupportChatPanel {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.SupportChatSection {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #ffecec;
}

.SupportChatHeader h1 {
  margin: 0;
  color: #ffecec;
}

.SupportChatKicker {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255, 200, 200, 0.6);
}

.SupportChatMessages {
  max-height: 360px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: rgba(22, 9, 9, 0.6);
  border: 1px solid rgba(255, 120, 120, 0.25);
  border-radius: 18px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.SupportChatMessage {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(32, 10, 10, 0.65);
  border: 1px solid rgba(255, 120, 120, 0.2);
}

.SupportChatMessageSupport {
  border-color: rgba(255, 120, 120, 0.6);
}

.SupportChatMessageMeta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 220, 220, 0.65);
  margin-bottom: 6px;
}

.SupportChatMessageTime {
  margin-left: auto;
  color: rgba(255, 220, 220, 0.55);
}

.SupportChatMessageTag {
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255, 120, 120, 0.2);
  color: rgba(255, 230, 230, 0.8);
}

.SupportChatMessageText {
  font-size: 0.9rem;
  line-height: 1.4;
}

.SupportChatMessageInput {
  display: flex;
  gap: 10px;
}

.SupportChatMessageInput input {
  flex: 1;
  border-radius: 12px;
  border: 1px solid rgba(255, 120, 120, 0.35);
  background: rgba(20, 8, 8, 0.7);
  color: #ffecec;
  padding: 10px 12px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.SupportChatMessageInput input:focus {
  border-color: rgba(255, 120, 120, 0.8);
  box-shadow: 0 0 0 3px rgba(255, 80, 80, 0.25);
}

.SupportChatListRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.SupportChatListMeta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.SupportChatListTime {
  font-size: 0.75rem;
  color: rgba(255, 220, 220, 0.65);
}

.SupportChatListStatus {
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 120, 120, 0.3);
  background: rgba(255, 120, 120, 0.15);
  color: rgba(255, 230, 230, 0.85);
}

.SupportChatListStatus[data-status="open"] {
  border-color: rgba(120, 255, 170, 0.5);
  background: rgba(40, 140, 90, 0.25);
  color: rgba(200, 255, 220, 0.9);
}

.SupportChatListStatus[data-status="inactive"] {
  border-color: rgba(255, 200, 120, 0.5);
  background: rgba(140, 90, 40, 0.25);
  color: rgba(255, 230, 190, 0.9);
}

.SupportChatListStatus[data-status="resolved"] {
  border-color: rgba(200, 200, 200, 0.35);
  background: rgba(120, 120, 120, 0.2);
  color: rgba(240, 240, 240, 0.85);
}

.SupportChatListPreview {
  display: block;
  font-size: 0.85rem;
  color: rgba(255, 220, 220, 0.6);
  margin-top: 6px;
}

.SupportChatSendMessage {
  border: 1px solid rgba(255, 120, 120, 0.6);
  background: linear-gradient(135deg, rgba(220, 60, 60, 0.95), rgba(140, 25, 25, 0.9));
  color: #ffecec;
  border-radius: 12px;
  padding: 10px 16px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (max-width: 900px) {
  .Login1A {
    flex-direction: column;
  }
}

/* Article1A */
.Article1A {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ArticlesTitle {
  margin-top: 10vh;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 2vw;
}

.ArticlesText {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 2vw;
}

.Articles {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 100vh;
  overflow: hidden;
}
.Article {
  display: flex;
  flex-direction: column;
  height: 70vh;
  width: 100%;
  margin: 5%;
  background-color: antiquewhite;
  padding: 2.5%;
}

.Article > img {
  max-height: 40%;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.5rem;
  flex: none;
}
.Article > canvas {
  max-height: 40%;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.5rem;
  flex: none;
}
.Article > div {
  margin-top: 5%;
  overflow: auto;
  flex: 1;
}
.ChatMessageTime {
  margin-left: auto;
  color: rgba(230, 255, 251, 0.55);
}

/* Contact1A */
.Contact1A {
  background: radial-gradient(circle at 10% 20%, rgba(88, 230, 212, 0.2), transparent 55%),
    radial-gradient(circle at 90% 10%, rgba(19, 86, 84, 0.35), transparent 50%),
    #071413;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 6vw;
  min-height: 100vh;
  height: auto;
  position: relative;
  overflow: hidden;
}

.Contact1A .LiquidBackground {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.Contact1A .LiquidBackground canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.Contact1AContent {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 32px;
}

.Contact1AIntro {
  background: linear-gradient(140deg, rgba(12, 36, 34, 0.85), rgba(7, 18, 18, 0.55));
  border: 1px solid rgba(88, 230, 212, 0.22);
  border-radius: 26px;
  padding: 32px 30px;
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(16px) saturate(140%);
}

.Contact1AKicker {
  color: rgba(88, 230, 212, 0.85);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.Contact1AIntro h2 {
  margin: 12px 0 12px;
  color: #e6fffb;
  font-size: clamp(2rem, 3vw, 2.6rem);
}

.Contact1ASubtitle {
  color: rgba(230, 255, 251, 0.72);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 22px;
}

.Contact1AStats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.Contact1AStatCard {
  background: rgba(8, 23, 22, 0.7);
  border: 1px solid rgba(88, 230, 212, 0.2);
  border-radius: 16px;
  padding: 14px 16px;
  color: #e6fffb;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.Contact1AStatLabel {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  color: rgba(230, 255, 251, 0.6);
}

.Contact1AChannels {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.Contact1AChannel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: rgba(230, 255, 251, 0.8);
  border-bottom: 1px solid rgba(88, 230, 212, 0.14);
  padding-bottom: 10px;
}

.Contact1AChannelTitle {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
}

.Contact1AChannelValue {
  font-weight: 600;
  color: #e6fffb;
}

.Contact1AFormCard {
  background: linear-gradient(150deg, rgba(10, 30, 30, 0.75), rgba(5, 14, 14, 0.55));
  border: 1px solid rgba(88, 230, 212, 0.3);
  border-radius: 26px;
  padding: 32px 30px;
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px) saturate(140%);
  color: #e6fffb;
}

.Contact1AFormCard h3 {
  margin: 0 0 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.Contact1AForm {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.Contact1AForm label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(230, 255, 251, 0.7);
}

.Contact1AForm input,
.Contact1AForm textarea {
  border-radius: 12px;
  border: 1px solid rgba(88, 230, 212, 0.35);
  background: rgba(8, 23, 22, 0.65);
  color: #e6fffb;
  padding: 12px 14px;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.Contact1AForm textarea {
  resize: vertical;
}

.Contact1AForm input:focus,
.Contact1AForm textarea:focus {
  border-color: rgba(88, 230, 212, 0.9);
  box-shadow: 0 0 0 3px rgba(32, 203, 176, 0.25);
}

.Contact1AForm input::placeholder,
.Contact1AForm textarea::placeholder {
  color: rgba(230, 255, 251, 0.45);
  text-transform: none;
  letter-spacing: 0;
}

.Contact1AButton {
  border: 1px solid rgba(88, 230, 212, 0.6);
  background: linear-gradient(135deg, rgba(88, 230, 212, 0.95), rgba(16, 122, 109, 0.95));
  color: #04211f;
  padding: 12px 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(16, 122, 109, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.Contact1AButton:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(88, 230, 212, 0.45);
}

.Contact1AFormNote {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(230, 255, 251, 0.6);
  text-transform: none;
  letter-spacing: 0;
}

/* ClientArea1A */
.ClientArea1A {
  background: radial-gradient(circle at 15% 20%, rgba(44, 91, 110, 0.2), transparent 55%),
    #0b141b;
  padding: 10vh 6vw;
  min-height: 100vh;
  height: auto;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ClientArea1A .LiquidBackground {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.95;
}

.ClientArea1A .LiquidBackground canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ClientArea1AContent {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.ClientArea1AHeader {
  background: linear-gradient(140deg, rgba(15, 28, 36, 0.85), rgba(8, 16, 22, 0.6));
  border: 1px solid rgba(88, 230, 212, 0.18);
  border-radius: 24px;
  padding: 26px 28px;
  color: #e6fffb;
  box-shadow: 0 26px 48px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(16px) saturate(140%);
}

.ClientArea1AKicker {
  color: rgba(88, 230, 212, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
}

.ClientArea1AHeader h2 {
  margin: 10px 0 8px;
}

.ClientArea1AHeader p {
  margin: 0;
  color: rgba(230, 255, 251, 0.7);
}

.ClientArea1AGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.ClientArea1ACard {
  background: linear-gradient(150deg, rgba(10, 22, 30, 0.8), rgba(6, 14, 18, 0.6));
  border: 1px solid rgba(88, 230, 212, 0.18);
  border-radius: 20px;
  padding: 22px;
  color: #e6fffb;
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px) saturate(140%);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ClientArea1ACard h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}

.ClientArea1ACard ul {
  margin: 0;
  padding-left: 16px;
  color: rgba(230, 255, 251, 0.75);
  line-height: 1.6;
}

.ClientArea1AEmpty {
  margin: 0;
  color: rgba(230, 255, 251, 0.7);
  line-height: 1.6;
}

.ClientArea1AButton {
  align-self: flex-start;
  border: 1px solid rgba(88, 230, 212, 0.6);
  background: linear-gradient(135deg, rgba(88, 230, 212, 0.9), rgba(16, 122, 109, 0.9));
  color: #04211f;
  padding: 10px 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
}

/* PortalPanel1A */
.PortalPanel1A {
  background: radial-gradient(circle at 15% 20%, rgba(44, 91, 110, 0.2), transparent 55%),
    #0b141b;
  padding: 10vh 6vw;
  min-height: 100vh;
  height: auto;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.PortalPanel1A .LiquidBackground {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.95;
}

.PortalPanel1A .LiquidBackground canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.PortalPanel1AContent {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
  background: linear-gradient(150deg, rgba(10, 22, 30, 0.85), rgba(6, 14, 18, 0.6));
  border: 1px solid rgba(88, 230, 212, 0.18);
  border-radius: 22px;
  padding: 28px;
  color: #e6fffb;
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(16px) saturate(140%);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.PortalPanel1AContent h2 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.PortalPanel1AContent p {
  margin: 0;
  color: rgba(230, 255, 251, 0.7);
  line-height: 1.6;
}

.PortalForm {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.PortalFormRow {
  display: flex;
  gap: 12px;
}

.PortalFormRow > * {
  flex: 1;
}

.PortalFieldset {
  border: 1px solid rgba(88, 230, 212, 0.2);
  border-radius: 14px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.PortalFieldset legend {
  padding: 0 8px;
  color: rgba(230, 255, 251, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.PortalForm input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(88, 230, 212, 0.35);
  background: rgba(8, 23, 22, 0.65);
  color: #e6fffb;
  padding: 12px 14px;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.PortalForm input:focus {
  border-color: rgba(88, 230, 212, 0.9);
  box-shadow: 0 0 0 3px rgba(32, 203, 176, 0.25);
}

.PortalForm input.is-invalid {
  border-color: rgba(248, 113, 113, 0.95);
  box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.25);
}

.PortalFormReadonly {
  opacity: 0.65;
}

@media (max-width: 700px) {
  .PortalFormRow {
    flex-direction: column;
  }
}

/* PortalServices1A */
.PortalServices1A {
  background: radial-gradient(circle at 15% 20%, rgba(44, 91, 110, 0.2), transparent 55%),
    #0b141b;
  padding: 10vh 6vw;
  min-height: 100vh;
  height: auto;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.PortalServices1A .LiquidBackground {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.95;
}

.PortalServices1A .LiquidBackground canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.PortalServices1AContent {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.PortalServices1AHeader {
  background: linear-gradient(140deg, rgba(15, 28, 36, 0.85), rgba(8, 16, 22, 0.6));
  border: 1px solid rgba(88, 230, 212, 0.18);
  border-radius: 24px;
  padding: 26px 28px;
  color: #e6fffb;
  box-shadow: 0 26px 48px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(16px) saturate(140%);
}

.PortalServices1AKicker {
  color: rgba(88, 230, 212, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
}

.PortalServices1AHeader h2 {
  margin: 10px 0 8px;
}

.PortalServices1AHeader p {
  margin: 0;
  color: rgba(230, 255, 251, 0.7);
}

.PortalServices1AList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.PortalServiceCard {
  background: linear-gradient(150deg, rgba(10, 22, 30, 0.8), rgba(6, 14, 18, 0.6));
  border: 1px solid rgba(88, 230, 212, 0.18);
  border-radius: 20px;
  padding: 22px;
  color: #e6fffb;
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px) saturate(140%);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.PortalServiceHeader {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.PortalServiceHeader h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.PortalServiceMeta {
  color: rgba(230, 255, 251, 0.65);
  font-size: 0.85rem;
}

.PortalServiceStatus {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ServiceStatusDot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  display: inline-block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.status-online {
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.6);
}

.status-offline {
  background: #ef4444;
  box-shadow: 0 0 10px rgba(239, 68, 68, 0.6);
}

.status-restarting {
  background: #f59e0b;
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.6);
}

.ServiceStatusTooltip {
  position: absolute;
  top: 18px;
  right: 0;
  background: rgba(10, 22, 30, 0.9);
  color: #e6fffb;
  border: 1px solid rgba(88, 230, 212, 0.2);
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.PortalServiceStatus:hover .ServiceStatusTooltip {
  opacity: 1;
  transform: translateY(0);
}

.PortalServiceDetails {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.PortalServicePrice {
  font-size: 1.1rem;
  font-weight: 700;
  color: #58e6d4;
}

.PortalServiceSpecs {
  margin: 0;
  padding-left: 18px;
  color: rgba(230, 255, 251, 0.7);
  line-height: 1.6;
}

.PortalServiceButton {
  align-self: flex-start;
  border: 1px solid rgba(88, 230, 212, 0.6);
  background: linear-gradient(135deg, rgba(88, 230, 212, 0.9), rgba(16, 122, 109, 0.9));
  color: #04211f;
  padding: 10px 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
}

/* PortalInvoices1A */
.PortalInvoices1A {
  background: radial-gradient(circle at 15% 20%, rgba(44, 91, 110, 0.2), transparent 55%),
    #0b141b;
  padding: 10vh 6vw;
  min-height: 100vh;
  height: auto;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.PortalInvoices1A .LiquidBackground {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.95;
}

.PortalInvoices1A .LiquidBackground canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.PortalInvoices1AContent {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.PortalInvoices1AHeader {
  background: linear-gradient(140deg, rgba(15, 28, 36, 0.85), rgba(8, 16, 22, 0.6));
  border: 1px solid rgba(88, 230, 212, 0.18);
  border-radius: 24px;
  padding: 26px 28px;
  color: #e6fffb;
  box-shadow: 0 26px 48px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(16px) saturate(140%);
}

.PortalInvoices1AKicker {
  color: rgba(88, 230, 212, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
}

.PortalInvoices1AHeader h2 {
  margin: 10px 0 8px;
}

.PortalInvoices1AHeader p {
  margin: 0;
  color: rgba(230, 255, 251, 0.7);
}

.PortalInvoices1AList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.PortalInvoiceCard {
  background: linear-gradient(150deg, rgba(10, 22, 30, 0.8), rgba(6, 14, 18, 0.6));
  border: 1px solid rgba(88, 230, 212, 0.18);
  border-radius: 20px;
  padding: 22px;
  color: #e6fffb;
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px) saturate(140%);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.PortalInvoiceHeader {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.PortalInvoiceHeader h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.PortalInvoiceMeta {
  color: rgba(230, 255, 251, 0.65);
  font-size: 0.85rem;
}

.PortalInvoiceStatus {
  padding: 6px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  border: 1px solid transparent;
}

.PortalInvoiceStatus.status-paid {
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
  border-color: rgba(34, 197, 94, 0.4);
}

.PortalInvoiceStatus.status-due {
  background: rgba(245, 158, 11, 0.15);
  color: #f59e0b;
  border-color: rgba(245, 158, 11, 0.4);
}

.PortalInvoiceStatus.status-overdue {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
  border-color: rgba(239, 68, 68, 0.4);
}

.PortalInvoiceDetails {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(230, 255, 251, 0.75);
}

.PortalInvoiceLabel {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  color: rgba(230, 255, 251, 0.55);
}

.PortalInvoiceTotal {
  font-weight: 700;
  color: #58e6d4;
}

.PortalInvoiceButton {
  align-self: flex-start;
  border: 1px solid rgba(88, 230, 212, 0.6);
  background: linear-gradient(135deg, rgba(88, 230, 212, 0.9), rgba(16, 122, 109, 0.9));
  color: #04211f;
  padding: 10px 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
}

.Contact1ALoginCard {
  background: linear-gradient(150deg, rgba(10, 30, 30, 0.78), rgba(5, 14, 14, 0.6));
  border: 1px solid rgba(88, 230, 212, 0.3);
  border-radius: 26px;
  padding: 40px 32px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(18px) saturate(140%);
  color: #e6fffb;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 360px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.Contact1ALoginCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 36px 70px rgba(0, 0, 0, 0.55);
  border-color: rgba(88, 230, 212, 0.6);
}

.Contact1ALockIcon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: rgba(8, 23, 22, 0.55);
  border: 1px solid rgba(88, 230, 212, 0.35);
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(88, 230, 212, 0.15);
}

.Contact1ALockIcon svg {
  width: 34px;
  height: 34px;
  fill: #ffffff;
}

.Contact1ALoginTitle {
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e6fffb;
}

.Contact1ALoginSubtitle {
  font-size: 0.92rem;
  color: rgba(230, 255, 251, 0.65);
  max-width: 320px;
}

.Contact1ALoginButton {
  margin-top: 8px;
  border: 1px solid rgba(88, 230, 212, 0.6);
  background: linear-gradient(135deg, rgba(88, 230, 212, 0.95), rgba(16, 122, 109, 0.95));
  color: #04211f;
  padding: 12px 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(16, 122, 109, 0.45);
}

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

  .Contact1AChannel {
    flex-direction: column;
    align-items: flex-start;
  }
}
