

/* Reset */

@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;700&display=swap');

body {
  font-family: 'Exo 2', sans-serif; }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;


  
}

html {

  scroll-behavior: smooth;

}

body, html {
  height: 100%;
  font-size: 10px;

}


body {
  background: linear-gradient(to bottom, #0c1d36, #030913, #0c1d36);
  background-size: 100% 300%;
  animation: gradientScroll 20s ease-in-out infinite;
  background-attachment: fixed;
}

@keyframes gradientScroll {
  0% { background-position: 0% 0%; }
  50% { background-position: 0% 100%; }
  100% { background-position: 0% 0%; }
}



.hero {

  max-width: 1400px !important;

}

section {

  max-width: 1400px;
  margin: auto;

}


.hero {


  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh;
  width: 100%;
  position: relative; /* for layering video or other elements */
  overflow: hidden;

  margin: auto;
  max-width: 2500px;

}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  opacity: 0.6;

  
}

.hero-content {

    position: relative; /* for z-index or additional layering */
  text-align: center;
  color: white;
  max-width: 90%;
  z-index: 1; /* put above video */




  background-color: rgba(0, 0, 0, 0.1);  /* semi-transparent black */
  border: 2px solid rgba(255, 255, 255, 0.08); /* soft white edge */
  backdrop-filter: blur(6px);  /* subtle glassy effect */
  border-radius: 2rem;
  padding: 3rem;


}

.hero-content h1 {
  font-size: 4rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1.4rem;
  color: #dddddd;
  margin-bottom: 2rem;
}

.hero-content a {

  display:inline-block;
  

  text-decoration: none;
  font-size: 1.25rem;
  padding: 1.2rem 2.4rem;
  border: none;
  border-radius: 0.75rem;
  background: rgba(136, 136, 136, 0.2);
  color: #fff;
  color: #fff;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.2),
              inset 0 0 0.25rem rgba(255, 255, 255, 0.05);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
  font-weight: 600;
  letter-spacing: .1px;
}

.hero-content button:hover {


  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 1rem rgba(255, 255, 255, 0.3),
              0 0 1rem rgba(0, 150, 255, 0.2);
  transform: translateY(-1px) scale(1.02);

}

.hero-content button:active {

transform: scale(1.05);

}

/* How it works */


.how-it-works-section {
  padding: 4rem 1rem;
  background-color: #171e29; /* true black bg */
  color: #ffffff;
}

.section-heading02 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-icon img {

  width: 6rem;

}

#intro-header {

  font-size: 2.5rem;
  font-weight: 800;

}

.section-subtext {

  font-size: 1.125rem;
  font-weight: 400;
  color: #cccccc;
  text-align: center;
  max-width: 600px;
  margin: 1rem auto 0;
  line-height: 1.6;
  max-width: 85%;

}

/* Step Grid */
.steps-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}

/* Individual Card */
.step-card {
  background-color: #111111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  padding: 2.5rem 1.5rem;
  text-align: center;
  transition: border 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;

  background-color: rgba(78, 168, 255, 0.12);
    border: 1px solid rgba(78, 168, 255, 0.4);
    border-radius: 0.9rem;
    backdrop-filter: blur(6px);
    box-shadow: 0 0 10px rgba(78, 168, 255, 0.2), inset 0 0 4px rgba(78, 168, 255, 0.08);

    max-width: 75%;
    margin: 0 auto;
    height: auto;
    padding-top: 1rem;
}

.step-card:hover {
  box-shadow: 0 0 12px rgba(230, 214, 90, 0.2);
  transform: translateY(-3px);
}

/* Icon Styling */
.step-icon {

  display: inline-flex;
  align-items: center;
  justify-content: center; 

}

.step-icon img {

  width: 7.25rem;

}

/* Step Title */
.step-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

/* Step Description */
.step-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #cccccc;
  max-width: 480px;
  margin: 0 auto;
}


/* End How it Works

/* WHY US */

/* MISC */


.section-divider /* Borders on mini section */ {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  margin: 3rem 0 2rem;
  padding-top: 2rem;
}



/* ===== Why Axvia Section (Clean Vertical Layout) ===== */
#why-axvia01 {
  padding: 3rem 1rem;
  background: linear-gradient(to bottom, #12171f 0%, #0f141b 100%);
  color: #ffffff;
  font-family: system-ui, sans-serif;
}

.container01 {
  margin: 0 auto;
}

/* Title and Subtitle */
.section-title01 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.section-title-sub01 {
  text-align: center;
  font-size: 1.15rem;
  color: #b0b8c2;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

#cta-top {

  display: block;              /* or inline-block if you want it to size to content */
  width: fit-content;          /* makes it shrink-wrap the content */
  margin: 0rem auto;
  padding: 1.5rem 3rem;     /* Bigger click target */
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;          /* ensures text inside is centered  */

  padding: 1rem 2rem;

}

/* List */

.bullet-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 3rem 0;
  max-width: 90%;
  margin: 0 auto;

  border-left: 3px solid rgba(78, 168, 255, 0.4);

  padding-left: 2rem;
  margin-bottom: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bullet-item {
  padding: 0;
}

.bullet-title {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #ffffff;
}

.bullet-desc {
  font-size: 1.125rem;
  color: #cbd1d8;
  line-height: 1.6;
}


/* Body Paragraphs */

.section-highlight01 {
  text-align: center;
  font-weight: 600;
  font-size: 1.15rem;
  color: #ffffff;
  margin-bottom: 2.5rem;
}

/* Comparison Blocks */
.comparison-grid01 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 3rem;
}

.column01 {
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;


  background-color: #171e29;
  border-radius: 1rem;
  max-width: 90%;
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid #2a3545; /* A muted green-blue border */
  transition: box-shadow 0.3s ease;
}

.column-title01 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: left;
  
}

/* List Items (Vertical Stacked Style) */
.list01 {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: 0;
  margin: 0;


}

.fit-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;

}

.fit-icon {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-right: .75rem;
}

.fit-text strong {
  font-size: 1.075rem;
  font-weight: 600;
  display: block;
  margin-bottom: 0.25rem;
}

.fit-text p {
  font-size: 1rem;
  color: #c3cbd4;
  line-height: 1.6;
  margin: 0;
}

/* Bottom Line CTA */
.bottom-line01 {
  font-size: 1.15rem;
  text-align: center;
  color: #c3cbd4;
  line-height: 1.8;
  margin-top: 2rem;
  margin-bottom: 3rem;

}

.bottom-line01 strong {
  display: block;
  margin-top: 1.2rem;
  font-size: 1.2rem;
  color: #ffffff;
}


/* WHY US END */

/* Template Showcase Section ---------------------------- */

/* Template Showcase Section */




.template-grid {

display: none;

}



.template-showcase {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 5rem 2rem;
  font-family: 'Exo 2', sans-serif;
  background-color: #000;
  
}



/* Header text */

.template-showcase-header {
  text-align: center;
  padding: 4rem 2rem 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.template-showcase-header h2 {
  font-size: 2.8rem;
  color: #ffffff;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
  text-shadow: 0 0 0.6rem rgba(157, 133, 255, 0.15); /* subtle purple glow */
}

.template-showcase-header span {
  display: block;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}



/* Card Container */
.template-card {
  background: linear-gradient(to bottom right, rgba(20, 20, 30, 0.8), rgba(30, 10, 40, 0.8));
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 20px rgba(255, 0, 100, 0.1);
  max-width: 500px;
  width: 100%;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;





}

.template-card:hover {
  transform: scale(1.015);
  box-shadow: 0 0 25px rgba(255, 0, 150, 0.25);
}

/* Template Image */
.template-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}


/* */




/* Content Box */
.template-info {
  padding: 2.5rem;
  text-align: center;
}

.template-name {

  color: #fff;
  font-size: 1.375rem;

  margin-bottom: 1.5rem;

}


/* Title */
.template-title {
  font-size: 2rem;
  font-weight: 600;
  color: #f8f8f8;
  margin-bottom: 1.25rem;
  letter-spacing: 0.04rem;
}

/* Button */
.template-button {
  display: inline-block;
  padding: 1rem 2.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
  background-color: rgba(78, 168, 255, 0.12); /* soft blue glow */
  border: 1px solid rgba(78, 168, 255, 0.4);   /* match your accent blue */
  border-radius: 0.9rem;
  box-shadow: 0 0 10px rgba(78, 168, 255, 0.2),
              inset 0 0 4px rgba(78, 168, 255, 0.08);
}

.template-button:hover {
  background: #2c2c2c;
  box-shadow: 0 0 15px rgba(255, 0, 150, 0.3);
  transform: translateY(-2px);
}

/* PACKAGE SECTION ----------------------------------------------------- */


.features-section {
  background-color: #161824;
  padding: 4rem 1.5rem;
  margin: 0 auto;
  color: #f0f0f0;
}

.features-section h2 {
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.4;
  color: #ffffff;
}

.features-section h2 span {
  color: #4ea8ff; /* Accent blue for price */
}

.features-grid {
  display: flex;
  flex-direction: column;
  gap: 2.25rem; /* More vertical space between cards */
}

.feature-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.feature-card .icon {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #00ff90;
  flex-shrink: 0;
}

.feature-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.4rem 0;
  color: #ffffff;
}

.feature-card p {
  font-size: 1rem;
  margin: 0;
  color: #c5c5c5;
  line-height: 1.6;
}

#feature-span {

  display: block;
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  font-style: italic;
  letter-spacing: 0.25px;
  opacity: 0.9;
  color: #e0e0e0;
}


/* Zero Risk Guarentee Section ----------------------------------- */

.carousel-section {
  padding: 3rem 1rem;
  background-color: #0e0e1a; /* final dark background */
  text-align: center;
}

.carousel-heading {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.carousel-subtext {
  font-size: 1.05rem;
  color: #cccccc;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 2rem;
}

.carousel-frame {
  max-width: 75%; /* solid mobile-centered layout */
  margin: 0 auto;
  overflow: hidden;

}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.carousel-card {
  min-width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;

 /* background: linear-gradient(135deg, #fcfcfd, #f1f1f4); */
  background-color: #1f2937;

  color: #4a4a4a;
  color: #fff;

  padding: 3rem 1.75rem;
  font-size: 1.25rem; /* bumped up font size */
  font-weight: 600;
  margin: 0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  text-align: center;

  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;

  text-wrap: balance;
  border-radius: 1rem;


}

.carousel-dots {
  margin-top: 1.25rem;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #444;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #86efac;
}


/* CTA ----------------------------------------------------- */

.section-cta02 {

  display: none;

}

.section-cta {
background-color: #0e0e1a;
  padding: 3.5rem 1.5rem;
  margin: 0rem auto;
  box-shadow: 0 0 20px rgba(0, 150, 255, 0.08);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);

}

.cta-wrapper {
  margin: 0 auto;
  color: #f0f0f0;
}

.cta-heading {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  text-shadow: 0 0 0.5rem rgba(0, 150, 255, 0.1);
  letter-spacing: 0.5px;
}

.cta-text {
  font-size: 1.125rem;
  color: #c5c5c5;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.cta-button {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1rem 2.5rem;
  color: #ffffff;
  background-color: rgba(78, 168, 255, 0.12); /* soft blue glow */
  border: 1px solid rgba(78, 168, 255, 0.4);   /* match your accent blue */
  border-radius: 0.9rem;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(78, 168, 255, 0.2),
              inset 0 0 4px rgba(78, 168, 255, 0.08);
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: rgba(78, 168, 255, 0.22);
  box-shadow: 0 0 18px rgba(78, 168, 255, 0.35),
              0 0 10px rgba(78, 168, 255, 0.2);
  transform: scale(1.02);
}

.cta-subtext {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #aaaaaa;
  font-style: italic;
  opacity: 0.85;
}

.cta-scroll-cue {
  margin-top: 2rem;
  font-size: 1rem;
  color: #7f9bb5;
  opacity: 0.6;
  letter-spacing: 0.25px;
}


/* FAQ CSS ------------------------------------------- */

  .faq-wrapper {

    width: 100%;

  }

.faq-section {
  background-color: #0e0e1a;
  padding: 4rem 4rem;
  color: #ffffff;
  font-family: 'Exo 2', sans-serif;
  margin: 0 auto;
}

.faq-heading {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #ffffff;
  text-shadow: 0 0 0.4rem rgba(0, 150, 255, 0.15);
  letter-spacing: 0.5px;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0 0 10px rgba(0, 150, 255, 0.05);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 0 20px rgba(0, 150, 255, 0.15);
}



.faq-question {
  width: 100%;
  padding: 1.2rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  background: none;
  border: none;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 1.3rem;
  font-size: 1.5rem;
  color: #4ea8ff;
  transition: transform 0.3s ease;
}

.faq-question[aria-expanded="true"]::after {
  content: "−";
  transform: rotate(0deg);
}

.faq-answer {
  height: 0;
  overflow: hidden;
  padding-block: 0; /* vertical padding only */
  padding-inline: 1.5rem; /* horizontal padding stays */
  font-size: 1.1rem;
  color: #c5c5c5;
  line-height: 1.6;
  transition: height 0.4s ease, padding-block 0.3s ease;
}
.faq-question[aria-expanded="true"] + .faq-answer {
  padding-block: 1.5rem;
}


/* ABOUT SECTION -------------------------------------------------------- */


.about-section {
  background-color: #0e0e1a;
  padding: 3rem 1.5rem;
  color: #ffffff;
  font-family: 'Exo 2', sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.05); /* optional subtle divider */
}

.about-wrapper {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;

  background: rgba(255, 255, 255, 0.05); /* Increased from 0.015 to 0.03 */
  border: 1px solid rgba(255, 255, 255, 0.07); /* Stronger border */
  border-radius: 1.5rem;
  padding: 4rem 2rem;
  backdrop-filter: blur(8px);
  box-shadow: 0 0 28px rgba(0, 150, 255, 0.05), 0 0 12px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
}

.section-heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-shadow: 0 0 0.4rem rgba(0, 150, 255, 0.15);
  letter-spacing: 0.5px;
}

.about-subheading {
  font-size: 1.4rem;
  font-weight: 600;
  color: #4ea8ff;
  margin: 3rem 0 1.5rem;
  text-shadow: 0 0 0.3rem rgba(0, 150, 255, 0.1);
  letter-spacing: 0.3px;
}

.about-text {
  font-size: 1.2rem;
  color: #cccccc;
  line-height: 1.8;
  margin-bottom: 2.4rem;
}

.about-tagline {
  font-size: 1.05rem;
  color: #4ea8ff;
  letter-spacing: 0.5px;
  margin-top: 2rem;
  font-weight: 600;
  opacity: 0.85;
  margin-top: 2rem;
  text-transform: uppercase;
}

.about-section {
  position: relative;
  background-color: #0e0e1a;
  padding: 6rem 1.5rem;
  color: #ffffff;
  font-family: 'Exo 2', sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding-bottom: 3rem;
}

.about-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 60%;
  height: 2px;
  background: linear-gradient(to right, transparent, #4ea8ff, transparent);
  transform: translateX(-50%);
  opacity: 0.3;
}


/* Contact Section ------------------------------------------------------------------ */

/* Contact Section */
.contact-section02 {
  background-color: #131424;
  padding: 5rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
    border-top: 1.5px solid #298dff80; /* subtle blue accent */
}

.contact-container02 {
  background-color: #11121d;
  border: 1px solid #1f2233;
  padding: 3rem 2rem;
  border-radius: 1.5rem;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 0 24px #10131f;
  color: #ffffff;
}

/* Header */
.contact-header02 .contact-label02 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #4ea8ff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  text-align: center;
}

.contact-header02 h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.contact-header02 p {
  font-size: 1rem;
  color: #cccccc;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}

/* Form Title */
.contact-form02 h3 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

/* Form Fields */
.contact-form02 label {
  font-size: 0.85rem;
  display: block;
  margin-bottom: 0.4rem;
  color: #e0e0e0;
}

.contact-form02 input,
.contact-form02 textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  font-size: 1rem;
  border-radius: 0.6rem;
  background-color: #181b2a;
  border: 1px solid #2b2f40;
  color: #ffffff;
  margin-bottom: 1.5rem;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.contact-form02 input:focus,
.contact-form02 textarea:focus {
  outline: none;
  border-color: #4ea8ff;
  background-color: #1c2033;
}

/* Submit Button */
.submit-btn02 {
  background-color: #004c99;
  color: #ffffff;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid #1f69cc;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 12px #1e4b87;
}

.submit-btn02:hover {
  background-color: #0066cc;
  box-shadow: 0 0 16px #1e6edb;
  transform: translateY(-2px);
}

.submit-btn02:active {
  transform: scale(0.98);
}

/* Drop Down */

#template-choice {
  width: 100%;          /* full width of container */
  padding: 1.25rem;      /* spacing inside */
  font-size: 1.0625rem;      /* text size */
  border: 1px solid #2b2f40; /* border color */
  border-radius: 4px;   /* rounded corners */
  background-color: #181b2a; /* dropdown background */
  color: #21322f;       /* text color (dark green from your palette) */
  appearance: none;     /* remove default arrow for custom styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  color: #e0e0e0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}


/* Footer */

.footer02 {
  background-color: #0a0b12;
  padding: 3rem 1.5rem;
  border-top: 1px solid #272c46;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
}

.footer-wrapper02 {
  max-width: 700px;
  margin: 0 auto;
  color: #cccccc;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-brand02 {
  font-weight: 600;
  font-size: 1.125rem;
  color: #f0f0f0;
  letter-spacing: 0.25px;
}

.footer-note02 {
  font-style: italic;
  color: #bbbbbb;
}

.footer-legal02 {
  font-size: .9rem;
  color: #888888;
}


/* Back-to-Top Button */
#back-to-top {
  position: fixed;
  bottom: 1.75rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: #1a1f30;
  color: #4ea8ff;
  font-size: 1.4rem;
  font-weight: 600;
  border: 1px solid #2a334d;
  border-radius: 50%;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 8px rgba(78, 168, 255, 0.15), inset 0 0 4px rgba(78, 168, 255, 0.08);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.2s ease;
  z-index: 999;
}

#back-to-top:hover {
  background-color: #22273a;
  box-shadow: 0 0 12px rgba(78, 168, 255, 0.3);
  transform: translateY(-2px);
}

/* When visible */
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}
