@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  transition: 0.3s;
  font-family: "Outfit", sans-serif !important;
}
.fa,
.fas,
.far,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-duotone {
  font-family: "Font Awesome 6 Free" !important;
}
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
}
.fa-solid,
.fas {
  font-weight: 900 !important;
}
.fa-regular,
.far {
  font-weight: 400 !important;
}
.btn a {
  position: relative;
}
.btn a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px; /* border thickness */
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
:root {
  --white-color: white;
  --black-color: black;
}
body {
  background: #030514;
  font-family: "Outfit", sans-serif;
}
/* Google Fonts: Outfit overrides */
body {
  font-family: "Outfit", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
p,
a,
span,
li,
table,
.btn a,
.bounces .row .col-1 .listFlex .listBox p {
  font-family: "Outfit", sans-serif !important;
}
.d-flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.col-1 {
  flex: 1;
  width: 100%;
}
.col-1-3 {
  flex: 1.3;
  width: 100%;
}
.col-2 {
  flex: 2;
  width: 100%;
}
.col-3 {
  flex: 3;
  width: 100%;
}
.col-4 {
  flex: 4;
  width: 100%;
}
.col-5 {
  flex: 5;
  width: 100%;
}
.center {
  text-align: center;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 80px;
  padding: 0px 10px;
}
.containerHeader {
  max-width: 1920px;
  margin: auto;
  margin-bottom: 50px;
  padding: 10px 10px;
}

/* CODE FOR HEADER */
/* The container <div> - needed to position the dropdown content */
header .box .profileLogo .dropdown,
header .box.navBar .dropdown {
  position: relative;
  display: inline-block;
}

/* Direct link nav (no dropdown) */
header .box.navBar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
header .box.navBar a p,
header .box.navBar a {
  color: #c0c1cc;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
header .box.navBar a img {
  height: 18px;
}

/* Hover effects for direct nav links */
header .box.navBar a {
  position: relative;
}
header .box.navBar a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.08) 100%);
  opacity: 0;
  transform: scaleX(0.4);
  transform-origin: center;
  transition: opacity .2s ease, transform .2s ease;
}
header .box.navBar a:hover,
header .box.navBar a:hover p {
  color: #f1f1f1;
}
header .box.navBar a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

/* Gentle lift on connected tiles (offers pages share same tile style) */
.connected .row .box:hover {
  transform: translateY(-4px);
  box-shadow: 0px 6px 10px 0px #00000033;
  border-color: #2b304a;
}

/* Dropdown Content (Hidden by Default) */
header .box .profileLogo .dropdown-content,
header .box.navBar .dropdown-content {
  display: none;
  position: absolute;
  background-color: #030514;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(250, 250, 250, 0.1);
  border-radius: 10px;
  z-index: 1;
  padding: 8px 0px;
}
header .box .profileLogo .dropdown-content {
  left: -100px;
}
/* Links inside the dropdown */
header .box .profileLogo .dropdown-content a,
header .box.navBar .dropdown-content a {
  color: #c0c1cc;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  font-size: 12px;
  font-weight: 700;
  font-style: Bold;
}
header .box .profileLogo .dropdown-content a:hover,
header .box.navBar .dropdown-content a:hover {
  transform: translateX(10px);
}

/* Show the dropdown menu on hover */
header .box .profileLogo .dropdown:hover .dropdown-content,
header .box.navBar .dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */

header .box .profileLogo .dropdown .dropbtn,
header .box.navBar .dropdown .dropbtn {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  gap: 4px;
}

header .box .profileLogo .dropdown .dropbtn p,
header .box.navBar .dropdown .dropbtn p {
  color: #c0c1cc;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

header .box .profileLogo .dropdown .dropbtn i,
header .box.navBar .dropdown .dropbtn i {
  font-size: 12px;
  opacity: 0.8;
  color: #c0c1cc;
}
header .box {
  gap: 22px;
}
header .box .logo {
  max-width: 134.20001220703125px;
  width: 100%;
  height: 21.450000762939453px;
}
header .box.menuBox {
  gap: 18px;
}

/* Kick sign-in button (POC) */
header .box.menuBox .btn-kick-signin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: #17ff3a; /* neon green */
  color: #041b08;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 0 16px rgba(23,255,58,0.3);
}
header .box.menuBox .btn-kick-signin img {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%);
}
header .box.menuBox .btn-kick-signin:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 18px rgba(23,255,58,0.45);
}

/* Mock login state: when body has .is-logged-in hide sign-in button */
body.is-logged-in header .box.menuBox .btn-kick-signin {
  display: none !important;
}

/* Default: hide logged-in UI until signed in (POC) */
header .box.menuBox .priceLogo,
header .box.menuBox .profileLogo {
  display: none !important;
}

/* When logged in: show points and profile dropdown */
body.is-logged-in header .box.menuBox .priceLogo,
body.is-logged-in header .box.menuBox .profileLogo {
  display: flex !important;
}

/* The Overlay (background) */
header .box.menuBox .overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0); /* Black fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
header .box.menuBox .overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
header .box.menuBox .overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  font-style: bold;

  color: #c0c1cc;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
  margin-bottom: 20px;

  text-transform: uppercase;
}

/* When you mouse over the navigation links, change their color */
header .box.menuBox .overlay a:hover,
header .box.menuBox .overlay a:focus {
  color: #f1f1f1;
}
header .containerHeader {
  border-bottom: 1px solid #2b2f49;
}
/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  header .box.menuBox .overlay a {
    font-size: 20px;
  }
  header .box.menuBox .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

header .box.menuBox h5.wellat {
  font-weight: 600;
  font-style: Semibold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  color: var(--white-color);
}
header .box.menuBox .priceLogo {
  gap: 6px;
}

/* CODE FOR HERO SECTION */
.heroSection .col-1 h1 {
  font-weight: 600;
  font-style: Semibold;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--white-color);
  margin-bottom: 12px;
  margin-top: 12px;
}
.heroSection .col-1 p {
  max-width: 380px;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #c0c1cc;
  margin-bottom: 30px;
}
.heroSection .col-1 .inputBtn {
  gap: 18px;
}
.heroSection .col-1 .inputBtn .inputCopy {
  width: 180px;
  min-height: 40px;
  justify-content: space-between;
  border-radius: 25px;
  background: #020410;
  border: 1px solid #2b2f49;
  box-shadow: 0px 1px 2px 0px #00000040;
  padding: 0px 15px !important;
}

.heroSection .col-1 .inputBtn .inputCopy p {
  margin-bottom: 0px !important;
  border: none;
  outline: none;
  background-color: transparent;
  width: 100px;
  font-weight: 600;
  color: var(--white-color);
  font-style: Semibold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  text-shadow: 0px 1px 1px 0px #0000001a;
}
.heroSection .col-1 .inputBtn .btn a {
  width: 117px;
  min-height: 40px;
  border-radius: 25px;
  background: #3773b7;
  box-shadow: 0px 1px 2px 0px #00000040;

  font-weight: 600;
  font-style: Semibold;
  font-size: 14px;

  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;

  color: var(--white-color);
  text-shadow: 0px 1px 1px 0px #0000001a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heroSection .col-1-3.heroimage a {
  padding: 10px;
  border-radius: 12px;
  background: #191c2f;
  border: 1px solid #2b304a;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.heroSection .col-1-3.heroimage a img {
  width: 100%;
}
/* .heroSection .col-1-3.heroimage a img:hover {
  transform: scale(1.1);
} */
.heroSection .row {
  flex-wrap: wrap;
  gap: 30px;
}
/* .heroSection .col-1 {
  flex-basis: 400px;
  flex-grow: 1;
} */
.underline.container {
  height: 1px;
  width: 100%;

  background: linear-gradient(
    90deg,
    rgba(43, 47, 73, 0) 0%,
    #2b2f49 50%,
    rgba(43, 47, 73, 0) 100%
  );
}
.mainHeading {
  margin-bottom: 32px;
}
.mainHeading .bounceHeading {
  gap: 10px;
  margin-bottom: 14px;
}
.mainHeading p {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #c0c1cc;
}
.mainHeading h1 {
  font-weight: 600;
  font-style: Semibold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--white-color);
}
.bounces .mainHeading .bounceHeading img {
  width: 20px;
  height: 20px;
}
.benefits .mainHeading .bounceHeading img {
  width: 22px;
  height: 22px;
  position: relative;
  top: -2px;
}
.bounces .row .col-1 {
  max-width: 400px;
  width: 100%;
  min-height: 488px;
  padding-top: 30px;
  padding-right: 24px;
  padding-bottom: 30px;
  padding-left: 24px;
  border-radius: 12px;
  position: relative;
  background: #191c2f;
  border: 1px solid #2b304a;

  backdrop-filter: blur(24px);
  box-shadow: 0px 4px 6px 0px #0000001a;

  overflow: hidden;
  flex-basis: 350px;
  flex-grow: 1;
}

.bounces .row {
  gap: 20px;
  flex-wrap: wrap;
}
.bounces .row .col-1::after {
  content: "";
  background: url(../images/topLayer.svg) no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 150px;
  z-index: -1;
}
.bounces .row .col-1 .topcontent img {
  width: 68px;
  height: 34px;
  margin-bottom: 22px;
}

.bounces .row .col-1 .topcontent h2 {
  font-weight: 600;
  font-style: Semibold;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  text-shadow: 0px 2px 2px 0px #0000000d;
  color: var(--white-color);
  margin-bottom: 8px;
}
.bounces .row .col-1 .topcontent p {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #c0c1cc;
  margin-bottom: 32px;
}
.bounces .row .col-1 .underline {
  border: 1px solid #2b2f49;
  margin-bottom: 32px;
}
.bounces .row .col-1 .listFlex {
  margin-bottom: 40px;
}
.bounces .row .col-1 .listFlex p {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #c0c1cc;
  margin-bottom: 22px;
}
.bounces .row .col-1 .listFlex .listBox i {
  font-size: 14px;
  color: #3773b7;
}
.bounces .row .col-1 .listFlex .listBox {
  margin-bottom: 16px;
  gap: 8px;
}
.bounces .row .col-1 .listFlex .listBox p {
  font-weight: 400;
  font-style: Semibold;
  font-size: 14px;
  margin-bottom: 0px !important;
  line-height: 145%;
  letter-spacing: 0%;
  font-family: "Outfit", sans-serif !important ;
  /* font-weight: 400; */
  color: var(--white-color);
}
.bounces .row .col-1 .btnLink .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  /* max-width: 340px; */
  width: 100%;
  min-height: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 18px;
  padding-left: 18px;
  border-radius: 25px;
  background: #3773b7;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 2px 0px #00000040 !important;

  font-weight: 600;
  font-style: Semibold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: var(--white-color);
  text-shadow: 0px 1px 1px 0px #0000001a;
  margin-bottom: 22px;
}
.bounces .row .col-1 .btnLink .connectedLink {
  gap: 4px;
}
.bounces .row .col-1 .btnLink .connectedLink p,
.bounces .row .col-1 .btnLink .connectedLink a {
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #c0c1cc;
}

.bounces .row .col-1 .btnLink .connectedLink a {
  color: var(--white-color);
}
.bounces .row .col-1 .btnLink .connectedLink i {
  font-size: 14px;
  color: #c0c1cc;
}

footer .row.topLogoRow .secondaryBox a {
  display: block;
}
footer .row.topLogoRow .secondaryBox .logo {
  width: 190.80001831054688px;
}
footer .row.topLogoRow .secondaryBox p {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #c0c1cc;
}
footer .row.topLogoRow .secondaryBox h2 {
  margin-bottom: 16px;
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: var(--white-color);
}
footer .row.topLogoRow .secondaryBox .box a {
  margin-bottom: 12px;
  font-weight: 600;
  font-style: Semibold;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #c0c1cc;
}
footer .row.topLogoRow .secondaryBox {
  gap: 80px;
  /* flex-basis: 300px; */
}
footer .row.topLogoRow {
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 50px;
}
footer .paraRow .logoPara img {
  width: 40px;
  height: 20px;
}
footer .paraRow .logoPara {
  gap: 12px;
  margin-bottom: 14px;
}
footer .paraRow .logoPara p,
footer .paraRow .logoPara a {
  font-weight: 600;
  font-style: Semibold;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #c0c1cc;
}
footer .paraRow .logoPara a {
  color: var(--white-color);
}

footer .paraRow p.mainPara {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #c0c1cc;
}
footer .paraRow {
  max-width: 1200px;
  width: 100%;
  min-height: 118px;
  border-radius: 10px;
  padding: 22px;
  background: linear-gradient(
    180deg,
    rgba(3, 5, 20, 0.6) 0%,
    rgba(3, 5, 20, 0.4) 100%
  );
}
footer {
  background: #191c2f40;
  border-top: 1px solid #2b2f49;
  padding: 32px 0px;
}
footer .container {
  margin-bottom: 0px !important;
}

/* CODE FOR benefits section  */
.benefits .col-1 {
  max-width: 601px;
  width: 100%;
  min-height: 140px;
  gap: 24px;
  padding-top: 24px;
  padding-right: 22px;
  padding-bottom: 24px;
  padding-left: 22px;
  border-radius: 12px;
  background: #191c2f;
  border: 1px solid #191c2f;
  backdrop-filter: blur(24px);
  box-shadow: 0px 4px 6px 0px #0000001a;
  flex-basis: 450px;
  flex-grow: 1;
}
@media screen and (max-width: 939.99px) {
  .benefits .col-1 {
    flex-direction: column;
    align-items: start;
  }
}
.benefits .col-1:hover,
.bounces .row .col-1:hover {
  transform: translateY(-10px);
}
.benefits .row {
  flex-wrap: wrap;
  gap: 20px;
}
.benefits .row img {
  max-width: 63px;
  height: 64px;
  width: 63px;
}
.benefits .row h1 {
  color: var(--white-color);
  text-shadow: 0px 2px 2px 0px #0000000d;
  margin-bottom: 8px;
  font-weight: 600;
  font-style: Semibold;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
}
.benefits .row p {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #c0c1cc;
}
.roller h1 {
  font-weight: 600;
  font-style: Semibold;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--white-color);
  margin-bottom: 14px;
}
.roller p {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #c0c1cc;
  margin-bottom: 32px;
}

.roller .btn a {
  width: 185px;
  min-height: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 18px;
  padding-left: 18px;
  border-radius: 25px;
  background: #3773b7;
  border: 1px solid rgba(255, 255, 255, 0.1);
  gap: 8px;
  margin: auto;
}
.roller .btn a p {
  margin-bottom: 0px !important;
  font-weight: 600;
  font-style: Semibold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: var(--white-color);
}
.roller .btn a i {
  font-size: 15px;
  color: var(--white-color);
}

.roller img {
  margin-bottom: 22px;
}
.roller .container {
  background: url(../images/bgRoller.svg) no-repeat center center/cover;
  padding-top: 30px;
  padding-bottom: 30px;
}
.goBack .col-12 .logoText {
  gap: 10px;
}
.goBack .col-12 .logoText h4 {
  font-weight: 600;
  font-style: Semibold;
  font-size: 20px;
  color: var(--white-color);
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.goBack .col-12 {
  gap: 16px;
}
.goBack .col-12 .logoText img {
  width: 22px;
  height: 22px;
}
.goBack .container {
  margin-bottom: 60px;
}

.btn a:hover {
  transform: scale(1.05);
}

.flexGrid {
  gap: 12px;
}

.flexGrid i {
  font-size: 20px;
}

.flexGrid img {
  max-width: 22px;
}

@media screen and (max-width: 874.99px) {
  .navBar {
    display: none !important;
  }
}
@media screen and (max-width: 849.99px) {
  .heroSection .row {
    flex-direction: column-reverse;
  }
  .heroSection .col-1 {
    flex-basis: 250px;
  }
}
@media screen and (max-width: 474.99px) {
  footer .row.topLogoRow .secondaryBox:nth-child(2) {
    flex-wrap: wrap;
  }
  footer .row.topLogoRow .secondaryBox:nth-child(2) .box {
    flex-basis: 100px;
    flex-grow: 1;
  }
}

/* Mobile menu visibility: hide on desktop, show on small screens */
header .box.menuBox .mobileMenu {
  display: none;
}
@media screen and (max-width: 874.99px) {
  header .box.menuBox .mobileMenu {
    display: block;
  }
}

/* -------------------------------------- */
/* Animations & Loader                   */
/* -------------------------------------- */
/* Page loader overlay */
#page-loader {
  position: fixed;
  inset: 0;
  background: #030514;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.4s ease;
}
#page-loader.hidden {
  opacity: 0;
  pointer-events: none;
}
.loader-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #2b2f49;
  border-top-color: #3773b7;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* -------------------------------------- */
/* CSS-only load-in animations (no JS)    */
/* -------------------------------------- */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}


body.loading {
  overflow: hidden;
}

/* Neutralize .reveal utility to avoid double anim flicker; base hooks below drive animations */
.reveal,
.reveal.in-view {
  opacity: inherit;
  transform: none;
  animation: none;
}
.reveal.delay-1 { animation-delay: 0.1s; }
.reveal.delay-2 { animation-delay: 0.2s; }
.reveal.delay-3 { animation-delay: 0.3s; }

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
  #page-loader {
    transition: none !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Global on-load animations: fade in all top-level content except header/footer */
body:not(.page-ready) > :not(header):not(footer) {
  opacity: 0;
  transform: translateY(12px);
}
body.page-ready > :not(header):not(footer) {
  animation: fadeUp 0.6s ease forwards;
}
body.page-ready > :not(header):not(footer):nth-of-type(2) { animation-delay: 0.05s; }
body.page-ready > :not(header):not(footer):nth-of-type(3) { animation-delay: 0.10s; }
body.page-ready > :not(header):not(footer):nth-of-type(4) { animation-delay: 0.15s; }
body.page-ready > :not(header):not(footer):nth-of-type(5) { animation-delay: 0.20s; }