/* Aurora Background Styles */
/* CSS Variables */
:root {
  --white: #ffffff;
  --black: #000000;
  --transparent: transparent;
  --blue-500: #3b82f6;
  --indigo-300: #a5b4fc;
  --blue-300: #93c5fd;
  --violet-200: #ddd6fe;
  --blue-400: #60a5fa;
  --zinc-50: #fafafa;
  --zinc-900: #18181b;
  --slate-950: #020617;
  --spektr-cyan-50: #67e8f9;
}

/* Animation */
@keyframes aurora {
  from {
    background-position: 50% 50%, 50% 50%;
  }
  to {
    background-position: 350% 50%, 350% 50%;
  }
}

/* Landscape card styles */
.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 220px;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 12px 12px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
}

/* Landscape section */
.landscape-section {
  position: relative;
  width: 100%;
  height: 70%;
  overflow: hidden;
}

.landscape-section * {
  position: absolute;
}

.sky {
  width: 100%;
  height: 100%;
  background: rgb(247, 225, 87);
  background: linear-gradient(
    0deg,
    rgba(247, 225, 87, 1) 0%,
    rgba(233, 101, 148, 1) 100%
  );
}

.sun {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  bottom: 40%;
  left: 23%;
  filter: drop-shadow(0px 0px 10px white);
}

.sun::after {
  position: absolute;
  content: "";
  width: 118%;
  height: 118%;
  border-radius: 50%;
  background-color: white;
  opacity: 0.5;
}

.sun::before {
  position: absolute;
  content: "";
  width: 134%;
  height: 134%;
  border-radius: 50%;
  background-color: white;
  opacity: 0.1;
}

.ocean {
  overflow: hidden;
  bottom: 0;
  width: 100%;
  height: 28%;
  background: rgb(241, 192, 125);
  background: linear-gradient(
    0deg,
    rgba(241, 192, 125, 1) 0%,
    rgba(247, 218, 150, 1) 100%
  );
}

.reflection {
  position: absolute;
  background-color: white;
  opacity: 0.5;
  z-index: 1;
}

.reflection:nth-child(1) {
  width: 40px;
  height: 10px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 20%);
  top: 5%;
  left: 32%;
}

.reflection:nth-child(2) {
  width: 80px;
  height: 15px;
  clip-path: polygon(0% 0%, 100% 0%, 60% 20%, 40% 20%);
  top: 15%;
  left: 39%;
}

.reflection:nth-child(3) {
  width: 60px;
  height: 2px;
  clip-path: polygon(0% 50%, 40% 0%, 60% 0%, 100% 50%, 60% 100%, 40% 100%);
  top: 27%;
  right: 15%;
}

.reflection:nth-child(4) {
  width: 70px;
  height: 2px;
  clip-path: polygon(0% 50%, 40% 0%, 60% 0%, 100% 50%, 60% 100%, 40% 100%);
  top: 37%;
  right: 28%;
}
.reflection:nth-child(5) {
  width: 70px;
  height: 3px;
  clip-path: polygon(0% 50%, 40% 0%, 60% 0%, 100% 50%, 60% 100%, 40% 100%);
  top: 46%;
  right: 8%;
}

.hill-1 {
  right: -25%;
  bottom: 20%;
  width: 150px;
  height: 40px;
  border-radius: 50%;
  background-color: #e6b29d;
}

.shadow-hill-1 {
  right: -25%;
  top: -30%;
  width: 150px;
  height: 40px;
  border-radius: 50%;
  background-color: #f1c7a0;
  opacity: 1;
}

.hill-2 {
  right: -36%;
  bottom: 10%;
  width: 150px;
  height: 80px;
  border-radius: 50%;
  background-color: #c29182;
}

.shadow-hill-2 {
  right: -36%;
  top: -65%;
  width: 150px;
  height: 80px;
  border-radius: 50%;
  background-color: #e5bb96;
  opacity: 1;
}

.hill-3 {
  left: -100%;
  bottom: -28%;
  width: 350px;
  height: 150px;
  border-radius: 50%;
  background-color: #b77873;
  z-index: 3;
}

.tree-1 {
  bottom: 20%;
  left: 3%;
  width: 50px;
  height: 70px;
  z-index: 3;
}

.tree-2 {
  bottom: 14%;
  left: 25%;
  width: 50px;
  height: 70px;
  z-index: 3;
}

.hill-4 {
  right: -100%;
  bottom: -40%;
  width: 350px;
  height: 150px;
  border-radius: 50%;
  background-color: #a16773;
  z-index: 3;
}

.tree-3 {
  bottom: 10%;
  right: 1%;
  width: 65px;
  height: 80px;
  z-index: 3;
}

.filter {
  height: 100%;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 40%
  );
  z-index: 5;
  opacity: 0.2;
}

/* Content section */
.content-section {
  width: 100%;
  height: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.weather-info {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0%;
  width: 100%;
  padding-top: 15px;
  color: white;
  z-index: 10;
}

.weather-info .left-side:not(.icon) {
  width: 20%;
  font-size: 11pt;
  font-weight: 600;
  align-self: baseline;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon svg {
  width: 40px;
}

.weather-info .right-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.weather-info .right-side p:nth-child(2) {
  font-size: 9pt;
  margin: 0;
  padding: 0;
}

.weather-info .location span {
  font-size: 11pt;
  font-weight: 700;
  text-transform: uppercase;
}

.location {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 0;
  margin: 0;
}

.location svg {
  width: 14px;
  height: auto;
}

.temperature {
  font-size: 20pt;
  font-weight: 700;
  line-height: 30px;
}

.forecast {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
  width: 100%;
  padding: 10px 25px;
}

.forecast > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: lightslategray;
  font-size: 9pt;
}

.separator {
  width: 100%;
  height: 2px;
  background-color: rgb(233, 233, 233);
  border-radius: 1px;
}

/* Apply landscape card styles to the widget section */
#b2-widget-user-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 280px;
  height: auto;
  min-height: 350px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 12px 12px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin: 0 auto;
}

/* Create landscape background for the widget */
#b2-widget-user-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(
    0deg,
    rgba(247, 225, 87, 1) 0%,
    rgba(233, 101, 148, 1) 100%
  );
  z-index: 1;
}

/* Add sun element */
#b2-widget-user-2::after {
  content: '';
  position: absolute;
  bottom: 45%;
  left: 23%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  filter: drop-shadow(0px 0px 10px white);
  z-index: 2;
}

/* Add sun glow effects */
#b2-widget-user-2::after::before {
  content: '';
  position: absolute;
  width: 118%;
  height: 118%;
  border-radius: 50%;
  background-color: white;
  opacity: 0.5;
  z-index: -1;
}

#b2-widget-user-2::after::after {
  content: '';
  position: absolute;
  width: 134%;
  height: 134%;
  border-radius: 50%;
  background-color: white;
  opacity: 0.1;
  z-index: -2;
}

/* Style the widget content to fit the card */
#b2-widget-user-2 .b2-widget-box {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
}

#b2-widget-user-2 .user-widget-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 40%
  );
}

/* Style the user login content */
#b2-widget-user-2 .user-w-logon {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  padding: 15px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#b2-widget-user-2 .user-w-logon-title {
  font-size: 16px;
  margin-bottom: 8px;
  color: #333;
}

#b2-widget-user-2 .user-w-logon p:last-child {
  font-size: 12px;
  color: #666;
  margin: 0;
}

/* OAuth login button styles */
:root {
  --primary: #ff5569;
  --neutral-1: #f7f8f7;
  --neutral-2: #e7e7e7;
  --radius: 14px;
}

#b2-widget-user-2 .oauth-login-button {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  margin-top: 10px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
}

#b2-widget-user-2 .oauth-login-button a {
  --primary: #ff5569;
  --neutral-1: #f7f8f7;
  --neutral-2: #e7e7e7;
  --radius: 14px;
  
  cursor: pointer;
  border-radius: var(--radius);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border: none;
  box-shadow: 0 0.5px 0.5px 1px rgba(255, 255, 255, 0.2),
    0 10px 20px rgba(0, 0, 0, 0.2), 0 4px 5px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  min-width: 80px;
  padding: 2px 12px;
  height: auto;
  font-family: "Galano Grotesque", Poppins, Montserrat, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  margin: 0;
  flex: 1;
  text-align: center;
  overflow: hidden;
  flex-shrink: 1;
}

#b2-widget-user-2 .oauth-login-button a .oauth-icon {
  font-size: 18px;
  margin-right: 8px;
  display: inline-block;
  transition: all 0.3s ease;
  z-index: 3;
  position: relative;
}

#b2-widget-user-2 .oauth-login-button a:hover .oauth-icon {
  transform: scale(1.1);
}

#b2-widget-user-2 .oauth-login-button a:hover {
  transform: scale(1.02);
  box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.3),
    0 15px 30px rgba(0, 0, 0, 0.3), 0 10px 3px -3px rgba(0, 0, 0, 0.04);
  color: #333;
  text-decoration: none;
}

#b2-widget-user-2 .oauth-login-button a:active {
  transform: scale(1);
  box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.3),
    0 10px 3px -3px rgba(0, 0, 0, 0.2);
}

#b2-widget-user-2 .oauth-login-button a:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  border: 2.5px solid transparent;
  background: linear-gradient(var(--neutral-1), var(--neutral-2)) padding-box,
    linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.45))
      border-box;
  z-index: 0;
  transition: all 0.4s ease;
}

#b2-widget-user-2 .oauth-login-button a:hover::after {
  transform: scale(1.05, 1.1);
  box-shadow: inset 0 -1px 3px 0 rgba(255, 255, 255, 1);
}

#b2-widget-user-2 .oauth-login-button a::before {
  content: "";
  inset: 7px 6px 6px 6px;
  position: absolute;
  background: linear-gradient(to top, var(--neutral-1), var(--neutral-2));
  border-radius: 30px;
  filter: blur(0.5px);
  z-index: 2;
}

/* Outline */
#b2-widget-user-2 .oauth-login-button a .outline {
  position: absolute;
  border-radius: inherit;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
  inset: -2px -3.5px;
}

#b2-widget-user-2 .oauth-login-button a .outline::before {
  content: "";
  position: absolute;
  inset: -100%;
  background: conic-gradient(
    from 180deg,
    transparent 60%,
    white 80%,
    transparent 100%
  );
  animation: spin 2s linear infinite;
  animation-play-state: paused;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#b2-widget-user-2 .oauth-login-button a:hover .outline {
  opacity: 1;
}

#b2-widget-user-2 .oauth-login-button a:hover .outline::before {
  animation-play-state: running;
}

/* Letters */
#b2-widget-user-2 .oauth-login-button a span {
  position: relative;
  z-index: 3;
  display: inline-block;
  opacity: 1;
  transition: all 0.3s ease;
  white-space: nowrap;
}

#b2-widget-user-2 .oauth-login-button a {
  white-space: nowrap;
}

#b2-widget-user-2 .oauth-login-button a:hover span {
  animation: wave 0.5s ease forwards calc(var(--i) * 0.02s);
}

@keyframes wave {
  30% {
    opacity: 1;
    transform: translateY(4px) translateX(0) rotate(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-3px) translateX(0) rotate(0);
    color: var(--primary);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0) rotate(0);
  }
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-20px) translateX(5px) rotate(-90deg);
    color: var(--primary);
    filter: blur(5px);
  }
  30% {
    opacity: 1;
    transform: translateY(4px) translateX(0) rotate(0);
    filter: blur(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-3px) translateX(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0) rotate(0);
  }
}

@keyframes disapear {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateX(5px) translateY(20px);
    color: var(--primary);
    filter: blur(5px);
  }
}

/* Style the announcement section */
#b2-widget-user-2 .user-w-announcement {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  margin-top: 10px;
  padding: 10px;
}

#b2-widget-user-2 .user-w-announcement ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#b2-widget-user-2 .user-w-announcement li {
  margin-bottom: 8px;
  font-size: 12px;
}

#b2-widget-user-2 .user-w-announcement li a {
  color: #333;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}

#b2-widget-user-2 .user-w-announcement li a:hover {
  color: #666;
  transform: translateX(5px);
}

/* Search form styles */
.top-search form.mobile-search-input {
  transform: translateX(-150px) rotateX(15deg) rotateY(-20deg) !important;
  max-width: 335px !important;
}

.top-search form.mobile-search-input .search-input {
  width: calc(100% + 35px) !important;
}

/* Login button styles */
.header-login-button button.login-primary {
  all: unset;
  display: inline-block;
  padding: 8px 12px;
  margin: 5px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-image: linear-gradient(to bottom right, #00c6ff, #0072ff);
  border: none;
  border-radius: 25px;
  box-shadow: 0px 3px 0px #0072ff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
  min-width: 56px;
  text-align: center;
  line-height: 1.4;
}

.header-login-button button.login-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0px 5px 0px #0072ff;
  background-image: linear-gradient(to bottom right, #0072ff, #00c6ff);
  color: #ffffff;
}

.header-login-button button.login-primary:active {
  transform: translateY(0px);
  box-shadow: none;
  background-image: linear-gradient(to bottom right, #0056b3, #0099ff);
}

.header-login-button button.login-primary:before,
.header-login-button button.login-primary:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  pointer-events: none;
  z-index: -1;
}

.header-login-button button.login-primary:before {
  top: -2px;
  left: -2px;
  border-radius: 25px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.header-login-button button.login-primary:after {
  bottom: -2px;
  right: -2px;
  border-radius: 25px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* Aurora Background Container */
main {
  width: 100%;
  height: 100%;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.h-\[100vh\] {
  height: 100vh;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.bg-zinc-50 {
  background-color: var(--zinc-50);
}

.dark .bg-zinc-900 {
  background-color: var(--zinc-900);
}

.text-slate-950 {
  color: var(--slate-950);
}

.transition-bg {
  transition: background-color 0.3s ease;
}

.absolute {
  position: absolute;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.filter {
  filter: blur(10px) invert(1);
}

.dark .invert {
  filter: blur(10px) invert(0);
}

.pointer-events-none {
  pointer-events: none;
}

.-inset-\[10px\] {
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

.opacity-50 {
  opacity: 0.5;
}

.will-change-transform {
  will-change: transform;
}

/* Aurora Background Effect */
.aurora-bg {
  --white-gradient: repeating-linear-gradient(100deg, var(--white) 0%, var(--white) 7%, var(--transparent) 10%, var(--transparent) 12%, var(--white) 16%);
  --dark-gradient: repeating-linear-gradient(100deg, var(--black) 0%, var(--black) 7%, var(--transparent) 10%, var(--transparent) 12%, var(--black) 16%);
  --aurora: repeating-linear-gradient(100deg, var(--blue-500) 10%, var(--indigo-300) 15%, var(--blue-300) 20%, var(--violet-200) 25%, var(--blue-400) 30%);
  background-image: var(--white-gradient), var(--aurora);
  background-size: 300%, 200%;
  background-position: 50% 50%, 50% 50%;
  mask-image: radial-gradient(ellipse at 100% 0%, black 10%, var(--transparent) 70%);
}

.dark .aurora-bg {
  background-image: var(--dark-gradient), var(--aurora);
}

.aurora-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--white-gradient), var(--aurora);
  background-size: 200%, 100%;
  background-position: 50% 50%, 50% 50%;
  background-attachment: fixed;
  mix-blend-mode: difference;
  animation: aurora 60s linear infinite;
}

.dark .aurora-bg::after {
  background-image: var(--dark-gradient), var(--aurora);
}

/* Aurora Content */
.aurora-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2rem;
}

.aurora-content h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: var(--white);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.aurora-content p {
  font-size: 1.5rem;
  font-weight: light;
  margin-bottom: 2rem;
  color: var(--white);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.aurora-content .cta-button {
  display: inline-block;
  background-color: var(--black);
  color: var(--white);
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: medium;
  text-decoration: none;
  transition: all 0.3s ease;
}

.dark .aurora-content .cta-button {
  background-color: var(--white);
  color: var(--black);
}

.aurora-content .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Apply aurora-bg class to the div with the complex class list */
[class*="--white-gradient"][class*="--aurora"] {
  background-image: repeating-linear-gradient(100deg, var(--white) 0%, var(--white) 7%, var(--transparent) 10%, var(--transparent) 12%, var(--white) 16%),
                    repeating-linear-gradient(100deg, var(--blue-500) 10%, var(--indigo-300) 15%, var(--blue-300) 20%, var(--violet-200) 25%, var(--blue-400) 30%);
  background-size: 300%, 200%;
  background-position: 50% 50%, 50% 50%;
  mask-image: radial-gradient(ellipse at 100% 0%, black 10%, var(--transparent) 70%);
}

.dark [class*="--white-gradient"][class*="--aurora"] {
  background-image: repeating-linear-gradient(100deg, var(--black) 0%, var(--black) 7%, var(--transparent) 10%, var(--transparent) 12%, var(--black) 16%),
                    repeating-linear-gradient(100deg, var(--blue-500) 10%, var(--indigo-300) 15%, var(--blue-300) 20%, var(--violet-200) 25%, var(--blue-400) 30%);
}

[class*="--white-gradient"][class*="--aurora"]::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(100deg, var(--white) 0%, var(--white) 7%, var(--transparent) 10%, var(--transparent) 12%, var(--white) 16%),
                    repeating-linear-gradient(100deg, var(--blue-500) 10%, var(--indigo-300) 15%, var(--blue-300) 20%, var(--violet-200) 25%, var(--blue-400) 30%);
  background-size: 200%, 100%;
  background-position: 50% 50%, 50% 50%;
  background-attachment: fixed;
  mix-blend-mode: difference;
  animation: aurora 60s linear infinite;
}

.dark [class*="--white-gradient"][class*="--aurora"]::after {
  background-image: repeating-linear-gradient(100deg, var(--black) 0%, var(--black) 7%, var(--transparent) 10%, var(--transparent) 12%, var(--black) 16%),
                    repeating-linear-gradient(100deg, var(--blue-500) 10%, var(--indigo-300) 15%, var(--blue-300) 20%, var(--violet-200) 25%, var(--blue-400) 30%);
}

/* Hide original slider elements */
.slider-1, .slider-2, .slider-3, .slider-4, .slider-5, .slider-6,
.carousel, .slider-1-carousel, .slider-2-carousel, .slider-3-carousel, .slider-4-carousel, .slider-5-carousel, .slider-6-carousel,
.slider-in, .slider-info, .slider-img, .link-block, .slider-info-box,
.slider-cat, .slider-user, .slider-info-box h2 {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

/* Replace slider with Hero component */
.module-sliders {
  background: none !important;
  position: relative !important;
  overflow: visible !important;
}

/* Remove aurora background pseudo-elements for Hero component */
.module-sliders::before,
.module-sliders::after {
  display: none !important;
}

/* Hide original slider elements */
.slider-1, .slider-2, .slider-3, .slider-4, .slider-5, .slider-6,
.carousel, .slider-1-carousel, .slider-2-carousel, .slider-3-carousel, .slider-4-carousel, .slider-5-carousel, .slider-6-carousel,
.slider-in, .slider-info, .slider-img, .link-block, .slider-info-box,
.slider-cat, .slider-user, .slider-info-box h2 {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

/* Hero Section Styles */
.hero-section {
  background: none !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Container */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Flex Utilities */
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.flex-row {
  flex-direction: row;
}

/* Padding Utilities */
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.lg\:py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

/* Text Utilities */
.text-5xl {
  font-size: 3.125rem;
  line-height: 1;
}

.md\:text-7xl {
  font-size: 4.375rem;
  line-height: 1;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.md\:text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.leading-relaxed {
  line-height: 1.625;
}

.text-center {
  text-align: center;
}

.font-regular {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.text-spektr-cyan-50 {
  color: var(--spektr-cyan-50);
}

.text-muted-foreground {
  color: #6b7280;
}

/* Button Styles */
.button {
  display: inline-flex;
  items-center;
  justify-content: center;
  whitespace: nowrap;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  outline: none;
}

.button-primary {
  background-color: #3b82f6;
  color: #ffffff;
}

.button-primary:hover {
  background-color: #2563eb;
}

.button-secondary {
  background-color: #6b7280;
  color: #ffffff;
}

.button-secondary:hover {
  background-color: #4b5563;
}

.button-outline {
  background-color: transparent;
  color: #3b82f6;
  border: 1px solid #3b82f6;
}

.button-outline:hover {
  background-color: #eff6ff;
}

.button-sm {
  height: 2.25rem;
  padding: 0 0.75rem;
}

.button-lg {
  height: 2.75rem;
  padding: 0 2rem;
}

/* Hero Adjective Animation */
.hero-adjective {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Spring-like curve */
  position: absolute;
  font-semibold;
}

.hero-adjective.active {
  opacity: 1;
  transform: translateY(0);
}

.hero-adjective.animate-up {
  transform: translateY(-150px);
  opacity: 0;
}

.hero-adjective.animate-down {
  transform: translateY(150px);
  opacity: 0;
}

/* SVG Icons */
.w-4 {
  width: 1rem;
}

.h-4 {
  height: 1rem;
}

/* Responsive Styles */
@media (min-width: 768px) {
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
  
  .md\:pt-1 {
    padding-top: 0.25rem;
  }
}
