/* 
* Articl Landing Page Styles
* Modern, sleek design with glassmorphism elements
*/


:root {
  /* Color Variables */
  --primary-color: #8e8e8e;
  --secondary-color: #989898;
  /* --accent-color: #F9B793; */
  --accent-color: #452cff;
  --text-color: #212529;
  --text-muted: #6c757d;
  --card-bg: rgba(149, 149, 149, 0.8);
  --card-border: rgba(0, 0, 0, 0.1);
  --shadow-color: rgba(0, 0, 0, 0.1);
  
  /* Spacing Variables */
  --section-spacing: 80px;
  --container-padding: 24px;
  --element-spacing: 40px;
  
  /* Font Variables */
  /* --font-primary: 'Inter', sans-serif; */
  --font-primary: 'Montserrat', sans-serif;
  
  /* Border Radius */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
}

/* Base Styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  /* 
  background-color: var(--primary-color);
  color: var(--text-color);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;*/
  font-family: var(--font-primary);
  /* margin: 0;
  padding: 0;
  overflow: hidden; */
  /* width: 100%;
  height: 100%; */
  /* Default background - will be overridden by JavaScript */
  background: 
    /* radial-gradient(circle, rgba(65, 75, 67, 0.3) 1px, transparent 1px) 0 0 / 20px 20px, */
    /* linear-gradient(to bottom, #898989, #272727); */
    /* linear-gradient(to bottom, #D2D9D2, #9da79f); */
    /* linear-gradient(to bottom, #D2D9D2, #96A499); */
    /* linear-gradient(to bottom, #EDD6B3, #ede6e6); */
    /* linear-gradient(to bottom, #EDD6B3, #998059); */
    /* linear-gradient(to bottom, #998059, #F9B793); */
    /* linear-gradient(to bottom, #EEDDB3, #4c3e27); */
       linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(111, 111, 111, 0.25));
       /* backdrop-filter: blur(10px); */
    
  background-attachment: fixed;
  background-color: #fff; /* Fallback color during loading */
  transition: background 0.3s ease; /* Smooth transition between backgrounds */
} 

.gradient-circles {
    position: fixed;
    top: -30rem;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}


.grid-circles {
    position: fixed;
    background: radial-gradient(circle, rgba(65, 75, 67, 0.3) 1px, transparent 1px) 0 0 / 20px 20px;
    top: -1rem;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    backdrop-filter: blur(100px);
}
/* .grid-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
  background-size: 20px 20px;
  z-index: -1;
} */

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

p {
  margin-bottom: 1.5rem;
  color: var(--text-muted);
  font-weight: 400;
}

a {
  color: var(--text-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: var(--accent-color);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-md);
}

.rounded-image {
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 20px var(--shadow-color);
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
}

.message-section {
    padding: var(--section-spacing) 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: url("../img/app-ss.png") center center; */
}

.message-section .container {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: rgba(0, 0, 0, 0.5); */
   
}

.message-section .container p {
    margin-top: 1rem;
    /* color: white; */
    color: #555;
    font-size: 1.5rem;
    text-align: center;
    width: 80%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: var(--radius-lg);
    box-shadow: 0 8px 20px var(--shadow-color);
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    margin-bottom: 8rem;
   
}

.message-section .message-title {
  margin-bottom: 0;
  text-align: center;
  /* margin-top: 10rem; */
  font-size: 8rem;
  font-weight: 700;
  color: #333;
  /* color: #EEDDB3; */
  letter-spacing: -5px;
  text-shadow: 0 10px 8px rgba(0, 0, 0, 0.25);
}

.msg-accent {
    background: linear-gradient(45deg, #452cff, #5a146d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 10px 8px rgba(0, 0, 0, 0.25);
}


.app-screenshot {
    height: auto;
    display: block;
    border-radius: var(--radius-lg);
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.5));
    margin-bottom: -8rem;
    margin-top: 10rem;
    width: 50rem;
}

.section-title {
  text-align: center;
  /* margin-bottom: 3rem; */
  position: relative;
  font-weight: 700;
  color: #333;
  letter-spacing: -1px;
  font-size: 5rem;
}



.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: var(--accent-color);
  margin: 1rem auto 0;
  border-radius: 2px;
}

/* Navigation */
.top-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 1400px;
  border-radius: var(--radius-lg);
  backdrop-filter: blur(10px);
  padding: 1rem 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.logoContainer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 0;
}

.logoContainer img {
    border-radius: 0;
}

.nav-buttons {
  display: flex;
  gap: 1rem;
  /* background-color: rgba(153, 128, 89, 0.5); */
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
  border-radius: var(--radius-lg);
  justify-content: flex-end;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.25);
}

.nav-btn {
  background: none;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  /* color: #EDD6B3; */
  color: #333;
  cursor: pointer;
  border-radius: var(--radius-md);
  transition: all 0.3s ease;
}

.nav-btn.active {
  /* background-color: #EDD6B3; */
  background-color: white;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nav-btn:hover:not(.active) {
  background-color: #c1c1c1;
}

/* Hamburger Menu */
.hamburger-menu {
  display: none;
  cursor: pointer;
  font-size: 1.5rem;
  color: #333;
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: var(--radius-md);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.hamburger-menu:hover {
  background-color: white;
}

/* Hero Section */
.hero-section {
  position: relative;
  top: 4rem;
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 4rem 0;
  overflow: hidden;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}


.hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
  z-index: -1;
  overflow: hidden;
  
  /* padding: 1rem; */
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.hero-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  padding-left: 8rem;
  padding-right: 0rem;
}

.hero-content {
  max-width: 500px;
  text-align: left;
  z-index: 1;
  /* background-color: rgba(255, 255, 255, 0.1); */
  /* backdrop-filter: blur(5px); */
  border-radius: var(--radius-lg);
  padding-left: 8rem;
  padding-right: 1rem;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.hero-content .hero-title {
  font-size: 3rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;

 /* tint-color: #96A499; */
}

.logo i {
  color: var(--accent-color);
  font-size: 1.5rem;
}

.logo span {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.hero-title {
  /* font-size: 0.5rem; */
  font-size: 1.5rem; 
  /* font-size: 64px !important; */
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  letter-spacing: -2px;
  /* color: #96A499; */
  color: #333;
  /* text-shadow: 0 3px 20px rgba(0, 0, 0, 0.3); */
}

.hero-title span.accent {
  font-weight: 700;
  color: var(--accent-color);
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.55);
}

.hero-image {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  z-index: 1;
  /* filter  : drop-shadow(0 5px 4px rgba(66, 62, 148, 0.5)); */
}

.phone-mockup {
  max-height: 600px;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.15));
}

.cta-button {
  display: inline-block;
  /* background: linear-gradient(to top, rgba(91, 91, 91, 0.5), rgba(79, 79, 79, 0.3), rgba(255, 255, 255, 0.5)); */
 background-color: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 400;
  padding: 1rem 2rem;
  border-radius: var(--radius-lg);
  /* text-transform: uppercase; */
  /* font-family: 'Arial', sans-serif; */
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(79, 84, 64, 0.3), inset 0 0 20px rgba(255, 255, 255, 0.3);

}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(79, 84, 64, 0.3);
  color: white;
}

/* Features Section */
.features-section {
  padding: var(--section-spacing) 0;
  /* margin-top: 8rem; */
}

.feature-row {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 4rem;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 20px var(--shadow-color), inset 0 8px 20px rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}

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

.feature-content {
  flex: 1;
}

.feature-content p {
  color: #555;
  font-size: 1.2rem;
}

.feature-content h2 {
  margin-bottom: 2rem;
  font-size: 6rem;
  font-weight: 700;
  /* color: var(--text-color); */
  /* color: #998059; */
  color: #333;
  letter-spacing: -5px;
  line-height: 1;
}

.feature-image {
  flex: 1;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  border-radius: var(--radius-lg);
}

/* Core Features Section */
.core-features-section {
  padding: var(--section-spacing) 0;
  /* background-color: var(--secondary-color); */
  border-radius: var(--radius-lg);
  margin: 0 var(--container-padding);
}

.features-carousel {
  position: relative;
  overflow: hidden;
  margin: 0 -1rem;
  padding: 1rem;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.carousel-arrow:hover {
  background-color: var(--accent-color);
  color: white;
}

.carousel-arrow i {
  font-size: 1.2rem;
}

.prev-arrow {
  left: 10px;
}

.next-arrow {
  right: 10px;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-slide {
  display: flex;
  flex: 0 0 100%;
  gap: 1.5rem;
  padding: 1rem 0;
}

.feature-card {
  flex: 1;
  /* background-color: var(--card-bg); */
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  box-shadow: 0 8px 20px var(--shadow-color), inset 0 8px 20px #FFF;
  border-radius: var(--radius-lg);
  padding: 2rem;
  /* box-shadow: 0 8px 20px var(--shadow-color); */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 0.5rem;
}

.feature-icon {
  width: 60px;
  height: 60px;
  background-color: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.feature-icon i {
  font-size: 1.5rem;
  color: #fff;
}

.feature-card h3 {
  margin-bottom: 1rem;
}

.feature-card p {
  margin-bottom: 1.5rem;
}

.feature-card img {
  margin-top: auto;
  border-radius: var(--radius-lg);
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background-color: var(--accent-color);
  transform: scale(1.2);
}

/* Pricing Section */
.pricing-section {
  padding: var(--section-spacing) 0;
}

.pricing-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.pricing-card {
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  background-color: white;
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: 0 8px 20px var(--shadow-color);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px var(--shadow-color);
}

.pricing-card.premium {
  border: 2px solid var(--accent-color);
  position: relative;
  z-index: 1;
  box-shadow: inset 0 2px 10px var(--accent-color);
}

.pricing-header {
  margin-bottom: 2rem;
}

.pricing-header .logo {
  margin-bottom: 1rem;
}

.price {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color);
}

.pricing-features {
  list-style: none;
  margin-bottom: 4rem;
}

.pricing-features li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pricing-features i {
  color: var(--accent-color);
}

.pricing-btn {
  width: 90%;
  background-color: var(--secondary-color);
  color: var(--text-color);
  border: none;
  padding: 1rem;
  border-radius: var(--radius-md);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 1rem;
}

.pricing-btn:hover {
  background-color: var(--text-color);
  color: white;
}

.premium-btn {
  background-color: var(--accent-color);
  color: #000;
}

.premium-btn:hover {
  background-color: var(--accent-color);
  color: #000;
}

/* Waitlist Form Section */
.waitlist-section {
  padding: var(--section-spacing) 0;
  margin-top: 2rem;
}

.waitlist-description {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
  font-size: 1.2rem;
  color: #555;
}

.waitlist-form-container {
  max-width: 600px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: 0 8px 20px var(--shadow-color), inset 0 8px 20px rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.waitlist-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.required {
  color: var(--accent-color);
}

.form-input {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--radius-md);
  background-color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-primary);
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-input:focus {
  outline: none;
  border-color: var(--accent-color);
  box-shadow: 0 0 0 2px rgba(69, 44, 255, 0.2);
}

.submit-btn {
  background-color: var(--accent-color);
  color: white;
  border: none;
  padding: 1rem;
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1rem;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(69, 44, 255, 0.3);
}

.form-message {
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: var(--radius-md);
  text-align: center;
  font-weight: 500;
  display: none;
}

.form-message.success {
  background-color: rgba(76, 175, 80, 0.1);
  color: #2e7d32;
  border: 1px solid rgba(76, 175, 80, 0.3);
  display: block;
}

.form-message.error {
  background-color: rgba(244, 67, 54, 0.1);
  color: #c62828;
  border: 1px solid rgba(244, 67, 54, 0.3);
  display: block;
}

/* Footer */
footer {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), inset 0 2px 10px rgba(255, 255, 255, 0.1);
  padding: 1rem 0;
  margin-top: 3rem;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.copyright {
  color: var(--text-muted);
}

.footer-links {
  display: flex;
  gap: 1.5rem;
}

.footer-links a {
  color: var(--text-muted);
}

.footer-links a:hover {
  color: var(--accent-color);
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 0.6s ease-out forwards;
}

.feature-card, .pricing-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.feature-card.fade-in, .pricing-card.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-visible {
  opacity: 1 !important;
  transition: opacity 1.5s ease-in-out;
}

/* Video Controls */
video::-webkit-media-controls-panel,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-volume-slider,
video::-webkit-media-controls-mute-button,
video::-webkit-media-controls-timeline,
video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display,
video::-webkit-media-controls-fullscreen-button,
video::-webkit-media-controls-rewind-button,
video::-webkit-media-controls-return-to-realtime-button,
video::-webkit-media-controls-toggle-closed-captions-button {
  display: none !important;
}

video {
  pointer-events: none; /* Prevents user interaction with the video */
}

/* Media Queries */
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 2.5rem;
  }
  
  .container {
    padding: 0 2rem;
  }
  
  .hero-title {
    font-size: 4rem;
  }
}

@media (max-width: 991px) {
  .hero-section .container {
    flex-direction: column;
    text-align: center;
  }
  
  .hero-content {
    max-width: 100%;
    text-align: center;
  }
  
  .hero-image {
    justify-content: center;
    margin-top: 2rem;
  }
  
  .feature-row, .feature-row.reverse {
    flex-direction: column;
    text-align: center;
  }
  
  .phone-mockup {
    max-height: 400px;
  }
}

@media (max-width: 767px) {
  :root {
    --section-spacing: 60px;
  }
  
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.75rem;
  }

  main {
    margin-top: -10rem;
    /*lock horizontal scroll*/
    overflow-x: hidden;
  }
  
  /* Mobile Navigation */
  .hamburger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1rem;
    left: auto;
  }
  
  .nav-container {
    position: relative;
    align-items: center;
    justify-content: center;
  }

  
  .nav-buttons {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    z-index: 100;
    gap: 0.5rem;
    margin-top: 0.5rem;
  }
  
  .nav-buttons.mobile-nav-active {
    display: flex;
  }
  
  .nav-btn {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    padding: 1rem;
  }
  
  /* Hero section mobile styles */
  .hero-section .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
  }
  
  .hero-image {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 3rem;
    margin-top: -5rem;
    margin-right: 10rem;
    display: none;
    
  }

  .hero-video-container {
    height: 100vh;
  }
  
  .hero-content {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    width: 100%;
    margin-top: 20rem;
  }
  
  .hero-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.85);
  }
  
  .cta-button {
    margin: 0 auto;
  }
  
  /* Message section mobile adjustments */
  .message-section {
    padding: 2rem 0;
    
  }
  
  .message-section .container {
    gap: 2.5rem;
  }
  
  .message-section .message-title {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    letter-spacing: -3px;
  }

  .message-section .container p {
    font-size: 1rem;
    padding: 1.5rem;
    width: 100%;
    text-align: center;
    margin-top: -1rem;
  }
  
  /* Feature content mobile adjustments */
  .feature-content h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    letter-spacing: -3px;
  }

  .feature-content p {
    font-size: 1rem;
  }
  
  /* Carousel mobile styles */
  .carousel-slide {
    flex-direction: column;
  }
  
  .feature-card {
    margin-bottom: 1.5rem;
    padding: 1.25rem;
  }

  .core-features-section .container .section-title {
   font-size: 2.5rem;
  }

  .core-features-section .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .core-features-section {
    margin-left: 0;
    margin-right: 0;
  }
  .carousel-arrow,
  .carousel-dots {
    display: none;
  }
  
  .carousel-track {
    transform: none !important;
    display: block;
  }
  
  .features-carousel {
    overflow: visible;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .carousel-slide {
    flex-direction: column;
    width: 100%;
  }
  
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
}
