*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  cursor: pointer;
  border: none;
  outline: none;
  font-family: inherit;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* Focus-visible styles for keyboard accessibility */
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid #ea5c84;
  outline-offset: 2px;
  border-radius: 4px;
}

/* Standard CTA Button */
.standard-cta-button {
  background: linear-gradient(135deg, #ea5c84, #9b4dca);
  border: none;
  color: white;
  padding: 15px 40px;
  font-size: 1.1rem;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(234, 92, 132, 0.4);
}

.standard-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(234, 92, 132, 0.6);
}

input,
textarea {
  border: none;
  outline: none;
}

a,
a:visited {
  text-decoration: none;
}

/* Skip to content link */
.skip-to-content {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #ea5c84, #9b4dca);
  color: #fff;
  padding: 12px 24px;
  border-radius: 0 0 8px 8px;
  font-size: 0.9rem;
  font-weight: 600;
  z-index: 10000;
  transition: top 0.2s ease;
}

.skip-to-content:focus {
  top: 0;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Menu toggler button */
.menu-toggler-btn {
  display: none;
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  margin-left: auto;
  border-radius: 6px;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  z-index: 1001;
  position: relative;
}

.menu-toggler-btn img {
  width: 26px;
  height: auto;
  display: block;
  pointer-events: none;
}

.container {
  max-width: 1400px;
  padding: 0 40px;
  margin: 0 auto;
}

.section-heading {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  letter-spacing: -0.3px;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  padding: 15px 40px;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(29, 27, 37, 0.95);
  backdrop-filter: blur(10px);
  z-index: 1000;
  border-bottom: 1px solid rgba(98, 78, 186, 0.2);
}

nav .nav-logo {
  width: 82px;
  height: auto;
  margin-right: 50px;
}

nav .menu-toggler {
  width: 26px;
  height: auto;
  display: none;
  cursor: pointer;
  margin-left: auto;
}

nav .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  flex: 1;
}

nav .nav-links a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}

nav .nav-links a:hover {
  color: #ea5c84;
}

nav .join-us-btn {
  background: linear-gradient(90deg, #ea5c84, #d03951);
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  box-shadow: 0 0 30px rgba(234, 92, 132, 0.4);
}

nav .join-us-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 40px rgba(234, 92, 132, 0.7);
}

.mobile-menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #1d1b25 0%, #2a2733 100%);
  border-right: 2px solid rgba(98, 78, 186, 0.3);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 70px;
  -webkit-box-shadow: 22px 0px 40px rgba(0, 0, 0, 0.6);
          box-shadow: 22px 0px 40px rgba(0, 0, 0, 0.6);
}

.mobile-menu a {
  padding: 16px 8px 16px 32px;
  text-decoration: none;
  font-size: 18px;
  white-space: nowrap;
  color: #ffffff;
  display: block;
  font-weight: 600;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}

.mobile-menu a:hover {
  background: rgba(98, 78, 186, 0.2);
  border-left-color: #ea5c84;
  color: #ea5c84;
  padding-left: 36px;
}

.mobile-menu .closebtn {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 10px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(234, 92, 132, 0.1);
  transition: all 0.3s ease;
}

.mobile-menu .closebtn:hover {
  background: rgba(234, 92, 132, 0.3);
  transform: rotate(90deg);
}

.mobile-menu .closebtn img {
  width: 24px;
  height: auto;
  filter: invert(1);
}

.mobile-menu .mobile-join-btn {
  background: linear-gradient(90deg, #ea5c84, #d03951) !important;
  color: #ffffff !important;
  margin: 20px !important;
  padding: 16px 28px !important;
  border-radius: 30px;
  font-weight: 800 !important;
  font-size: 20px !important;
  text-align: center;
  letter-spacing: 0.5px;
  border-left: 4px solid transparent !important;
  box-shadow: 0 0 30px rgba(234, 92, 132, 0.6), 0 0 60px rgba(234, 92, 132, 0.3);
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.mobile-menu .mobile-join-btn:hover {
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: 0 6px 40px rgba(234, 92, 132, 0.8), 0 0 80px rgba(234, 92, 132, 0.5);
  background: linear-gradient(90deg, #f06d94, #e04961) !important;
  padding-left: 28px !important;
}

@media (max-width: 991px) {
  nav .menu-toggler {
    display: none !important;
  }
  nav .menu-toggler-btn {
    display: flex !important;
  }
  nav .nav-links {
    display: none;
  }
  nav .join-us-btn {
    display: none;
  }
}

@media screen and (max-height: 450px) {
  .mobile-menu {
    padding-top: 15px;
  }
  .mobile-menu a {
    font-size: 18px;
  }
}
