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

#home,
.about-section,
.info-section,
.join-us-section {
  scroll-margin-top: 90px;  /* For individual sections */
}

/* Smooth scrolling + full-page snap */
html, body {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  overflow-x: hidden;
  height: 100%;
}

/* Sticky header offset (adjust height if needed) */
html {
  scroll-padding-top: 90px;
}

/* Base body styles */
body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
}

/* --------------------------------------------------
   Layout Helpers
-------------------------------------------------- */
.section {
  padding: 80px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

h1, h2, h3 {
  margin-bottom: 20px;
  font-weight: 600;
}

p, li {
  margin-bottom: 12px;
}

/* --------------------------------------------------
   Header / Navigation - Updated Layout
-------------------------------------------------- */
.site-header {
  scroll-snap-align: start;
  position: sticky;
  top: 0;
  height: 80px;
  padding: 0 30px;
  background: #ffffffee;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  z-index: 9999;
  overflow: visible;
}

/* Left: Logo */
.site-header .logo-link {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.site-header .logo {
  height: 65px;
  width: auto;
  display: block;
}

/* Center: Navigation */
.site-header .main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 auto; /* Centers the nav */
}

.site-header .main-nav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.site-header .main-nav a:hover {
  color: #007aff;
}

/* Right: Language Dropdown */
.site-header .lang-dropdown {
  position: relative;
  flex-shrink: 0;
  margin-left: 20px;
}

.site-header .lang-btn {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #333;
  transition: color 0.3s ease;
}

.site-header .lang-btn:hover {
  color: #007aff;
}

.site-header .lang-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: none;
  min-width: 120px;
  z-index: 99999;
}

.site-header .lang-menu div {
  padding: 10px 15px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.site-header .lang-menu div:hover {
  background: #f5f5f5;
}

/* --------------------------------------------------
   ALL SECTIONS - SNAP CONFIGURATION
-------------------------------------------------- */
#home,
.about-section,
.info-section {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  min-height: 100vh;
  width: 100%;
}

/* --------------------------------------------------
   HERO SECTION
-------------------------------------------------- */
#home {
  position: relative;
  z-index: 0;
  background-image: url("../public/images/hero-bg-watercolor-pastel-v1-3840x2160-desktop.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.hero {
  background-color: transparent;
  padding: 6vh 3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-radius: 20px;
  width: 100%;
  max-width: 1200px;
}

.hero-left {
  max-width: 520px;
}

.hero-left h1 {
  font-size: 3.5vw;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-left p {
  font-size: 1.4vw;
  margin-bottom: 30px;
  color: #444;
}

.hero-buttons {
  display: flex;
  gap: 16px;
}

.btn-primary {
  padding: 12px 24px;
  background: #007aff;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.btn-primary:hover {
  background: #005fcc;
}

.btn-secondary {
  padding: 12px 24px;
  background: #fff;
  color: #007aff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #007aff;
}

.btn-secondary:hover {
  background: #f0f8ff;
}

.hero-right {
  flex-shrink: 0;
}

.hero-phone {
  width: 22vw;
  height: auto;
  border-radius: 20px;
}

/* --------------------------------------------------
   ABOUT SECTIONS
-------------------------------------------------- */
.about-section {
  width: 100%;
  min-height: 100vh;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  position: relative;
}

.about-section-1 {
  background-image: url("../public/images/about-bg-002-v1-desktop-3840x2160.png");
}

@media (max-width: 1440px) {
  .about-section-1 {
    background-image: url("../public/images/about-bg-002-v1-laptop-2560x1440.png");
  }
}

@media (max-width: 1080px) {
  .about-section-1 {
    background-image: url("../public/images/about-bg-002-v1-standard-1920x1080.png");
  }
}

@media (max-width: 768px) {
  .about-section-1 {
    background-image: url("../public/images/about-bg-002-v1-mobile-1080x1920.png");
  }
}

.about-section-2 {
  background-image: url("../public/images/about-bg-003-v1-desktop-3840x2160.png");
}

@media (max-width: 1440px) {
  .about-section-2 {
    background-image: url("../public/images/about-bg-003-v1-laptop-2560x1440.png");
  }
}

@media (max-width: 1080px) {
  .about-section-2 {
    background-image: url("../public/images/about-bg-003-v1-standard-1920x1080.png");
  }
}

@media (max-width: 768px) {
  .about-section-2 {
    background-image: url("../public/images/about-bg-003-v1-mobile-1080x1920.png");
  }
}

.about-section-3 {
  background-image: url("../public/images/about-bg-004-v1-desktop-3840x2160.png");
}

@media (max-width: 1440px) {
  .about-section-3 {
    background-image: url("../public/images/about-bg-004-v1-laptop-2560x1440.png");
  }
}

@media (max-width: 1080px) {
  .about-section-3 {
    background-image: url("../public/images/about-bg-004-v1-standard-1920x1080.png");
  }
}

@media (max-width: 768px) {
  .about-section-3 {
    background-image: url("../public/images/about-bg-004-v1-mobile-1080x1920.png");
  }
}

.about-section-4 {
  background-image: url("../public/images/about-bg-005-v1-desktop-3840x2160.png");
}

@media (max-width: 1440px) {
  .about-section-4 {
    background-image: url("../public/images/about-bg-005-v1-laptop-2560x1440.png");
  }
}

@media (max-width: 1080px) {
  .about-section-4 {
    background-image: url("../public/images/about-bg-005-v1-standard-1920x1080.png");
  }
}

@media (max-width: 768px) {
  .about-section-4 {
    background-image: url("../public/images/about-bg-005-v1-mobile-1080x1920.png");
  }
}

.about-section-5 {
  background-image: url("../public/images/about-bg-006-v1-desktop-3840x2160.png");
}

@media (max-width: 1440px) {
  .about-section-5 {
    background-image: url("../public/images/about-bg-006-v1-laptop-2560x1440.png");
  }
}

@media (max-width: 1080px) {
  .about-section-5 {
    background-image: url("../public/images/about-bg-006-v1-standard-1920x1080.png");
  }
}

@media (max-width: 768px) {
  .about-section-5 {
    background-image: url("../public/images/about-bg-006-v1-mobile-1080x1920.png");
  }
}

.about-section-6 {
  background-image: url("../public/images/about-bg-007-v1-desktop-3840x2160.png");
}

@media (max-width: 1440px) {
  .about-section-6 {
    background-image: url("../public/images/about-bg-007-v1-laptop-2560x1440.png");
  }
}

@media (max-width: 1080px) {
  .about-section-6 {
    background-image: url("../public/images/about-bg-007-v1-standard-1920x1080.png");
  }
}

@media (max-width: 768px) {
  .about-section-6 {
    background-image: url("../public/images/about-bg-007-v1-mobile-1080x1920.png");
  }
}

.about-content {
  max-width: 900px;
  background: rgba(255, 255, 255, 0.85);
  padding: 50px 60px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.about-content h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.about-content h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.about-content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 12px;
}

.about-content blockquote {
  font-size: 1.3rem;
  font-style: italic;
  border-left: 4px solid #007aff;
  padding-left: 20px;
  margin: 20px 0;
  color: #444;
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .about-content {
    padding: 25px;
    margin: 0 15px;
  }
  
  .about-content h1 {
    font-size: 2rem;
  }
  
  .about-content h2 {
    font-size: 1.8rem;
  }
  
  .about-content p {
    font-size: 1rem;
  }
  
  .about-content blockquote {
    font-size: 1.1rem;
  }
}

/* --------------------------------------------------
   INFO SECTIONS
-------------------------------------------------- */
.info-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.info-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #222;
  text-align: center;
}

.info-section p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 15px;
  max-width: 800px;
  text-align: center;
}

.info-section blockquote {
  font-size: 1.3rem;
  font-style: italic;
  border-left: 4px solid #007aff;
  padding-left: 20px;
  margin: 30px 0;
  color: #444;
  max-width: 800px;
}

/* --------------------------------------------------
   TWO-COLUMN SECTION
-------------------------------------------------- */
.two-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 80px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.two-col-left,
.two-col-right {
  flex: 1;
}

.two-col-card {
  background-color: #FDF7E6;
  padding: 6vh 3vw;
  border-radius: 20px;
}

.two-col-left h2 {
  font-size: 2.8vw;
  margin-bottom: 20px;
}

.two-col-left p {
  font-size: 1.3vw;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #home {
    min-height: 80vh;
    padding: 4vh 0;
  }

  .hero {
    flex-direction: column;
    text-align: center;
    padding: 6vh 4vw;
  }

  .hero-left {
    max-width: 100%;
  }

  .hero-left h1 {
    font-size: 8vw;
  }

  .hero-left p {
    font-size: 4vw;
  }

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

  .hero-phone {
    width: 40vw;
    margin-top: 30px;
  }

  .two-col {
    flex-direction: column;
    text-align: center;
    padding: 60px 20px;
  }

  .two-col-left,
  .two-col-right {
    width: 100%;
  }

  .two-col-left h2 {
    font-size: 8vw;
  }

  .two-col-left p {
    font-size: 4vw;
  }

  .two-col-right {
    margin-top: 30px;
  }
  
  .info-section {
    min-height: 80vh;
    padding: 40px 20px;
  }
}

/* --------------------------------------------------
   Features Grid
-------------------------------------------------- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}

.features-grid article {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fafafa;
}

/* ============================================
   JOIN US SECTION
   ============================================ */

.join-us-section {
  width: 100%;
  min-height: 100vh;
  padding: 80px 20px 140px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  position: relative;
}

/* ============================================
   BACKGROUND IMAGES
   ============================================ */

.join-us-section-1 {
  background-image: url("../public/images/join-us/join-us-bg-005-desktop-3840x2160.png");
}

@media (max-width: 1440px) {
  .join-us-section-1 {
    background-image: url("../public/images/join-us/join-us-bg-005-laptop-2560x1440.png");
  }
}

@media (max-width: 1080px) {
  .join-us-section-1 {
    background-image: url("../public/images/join-us/join-us-bg-005-standard-1920x1080.png");
  }
}

@media (max-width: 768px) {
  .join-us-section-1 {
    background-image: url("../public/images/join-us/join-us-bg-005-mobile-1080x1920.png");
  }
}

/* ============================================
   CONTENT WRAPPER
   ============================================ */

.join-us-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 85vh;
  gap: 0px;
  padding: 0px;
}

/* ============================================
   HERO TEXT - Positioned at the top
   ============================================ */

.hero-text {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #4d220a;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
  z-index: 5;
  width: 100%;
  max-width: 800px;
  padding: 0;
  margin: 0;
  pointer-events: none;
}

.hero-text h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 0px;
  padding: 0;
}

.hero-text .hero-subtitle {
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  opacity: 0.9;
  padding: 0;
  margin: 0;
}

/* ============================================
   FOREGROUND ANIMATION
   ============================================ */

.foreground-animation {
  position: relative;
  width: 100%;
  flex: 1;
  min-height: 200px;
  pointer-events: none;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.fg-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.0s ease-in-out;
  width: 100%;
  height: 100%;
}

/* ============================================
   DOWNLOAD BUTTONS WRAPPER - OVERLAP CONTROL
   ============================================ */

.download-buttons-wrapper {
  position: relative;
  z-index: 4;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (min-width: 769px) {
  .download-buttons-wrapper {
    margin-top: -80px;
  }
  
  .foreground-animation {
    margin-bottom: -80px;
  }
}

@media (max-width: 768px) {
  .download-buttons-wrapper {
    margin-top: 0;
  }
  
  .foreground-animation {
    margin-bottom: 0;
  }
}

/* ============================================
   DOWNLOAD BUTTONS
   ============================================ */

.download-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 950px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  pointer-events: none;
}

.download-buttons.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.store-btn-container {
  flex: 1;
  min-width: 250px;
  max-width: 420px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 20px 24px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.download-buttons.visible .store-btn-container:first-child {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.download-buttons.visible .store-btn-container:last-child {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.25s;
}

.store-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 5px 0;
}

.store-btn-wrapper img {
  width: 80px;
  height: auto;
  flex-shrink: 0;
  display: block;
}

.store-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  cursor: pointer;
  font-family: inherit;
  flex: 1;
  min-width: 130px;
}

.store-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.store-btn:active {
  transform: scale(0.95);
}

.appstore {
  background: #000;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

.googleplay {
  background: #34a853;
  background: linear-gradient(135deg, #34a853 0%, #2d8f47 100%);
}

.btn-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}

.btn-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

.btn-small {
  font-size: 10px;
  font-weight: 400;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-large {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

/* ============================================
   CONTACT FORM STYLES (matching download buttons)
   ============================================ */

.form-container {
  max-width: 500px !important;
  padding: 25px 30px !important;
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.form-wrapper img {
  width: 70px;
  height: auto;
  flex-shrink: 0;
  display: block;
  margin-bottom: 5px;
}

.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
  text-align: center;
}

.form-subtitle {
  font-size: 0.95rem;
  color: #666;
  margin: -5px 0 5px 0;
  text-align: center;
}

.form-input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 0.95rem;
  font-family: inherit;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  outline: none;
  box-sizing: border-box;
}

.form-input:focus {
  border-color: #007aff;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.1);
}

.form-input::placeholder {
  color: #999;
}

.form-input.error {
  border-color: #ff3b30;
  background: #fff5f5;
}

.form-submit-btn {
  width: 100%;
  padding: 14px 28px;
  background: #007aff;
  background: linear-gradient(135deg, #007aff 0%, #0055cc 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: inherit;
  margin-top: 5px;
}

.form-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 122, 255, 0.35);
}

.form-submit-btn:active {

  transform: scale(0.97);
}

.form-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none !important;
}

.form-submit-btn svg {
  transition: transform 0.3s ease;
}

.form-submit-btn:hover svg {
  transform: translateX(3px);
}

.form-success-message {
  text-align: center;
  padding: 20px;
  color: #34c759;
  font-weight: 600;
  font-size: 1.1rem;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* Mobile Header */
@media (max-width: 768px) {
  .site-header {
    height: 64px;
    padding: 0 16px;
  }

  .site-header .logo {
    height: 32px;
  }

  .site-header .main-nav {
    gap: 16px;
  }

  .site-header .main-nav a {
    font-size: 14px;
  }

  .site-header .lang-btn {
    font-size: 14px;
    padding: 6px 10px;
  }

  .join-us-section {
    padding: 60px 15px 120px 15px;
  }
  
  .join-us-content {
    height: 80vh;
    gap: 10px;
    padding: 15px;
  }
  
  .fg-frame {
    width: 100%;
    height: 100%;
  }
  
  .foreground-animation {
    min-height: 150px;
    margin-top: 15px;
  }
  
  .hero-text {
    top: 70px;
  }
  
  .hero-text h1 {
    font-size: clamp(2rem, 6vw, 2.8rem);
  }
  
  .hero-text .hero-subtitle {
    font-size: clamp(0.9rem, 3vw, 1.2rem);
  }
  
  .download-buttons {
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
  }
  
  .store-btn-container {
    max-width: 100%;
    width: 100%;
    padding: 15px 18px;
  }
  
  .store-btn-wrapper {
    gap: 15px;
  }
  
  .store-btn-wrapper img {
    width: 60px;
  }
  
  .store-btn {
    padding: 10px 16px;
    min-width: 100px;
  }
  
  .btn-icon {
    width: 28px;
    height: 28px;
  }
  
  .btn-large {
    font-size: 15px;
  }
  
  .btn-small {
    font-size: 9px;
  }

  /* Form responsive */
  .form-container {
    padding: 20px 18px !important;
    max-width: 100% !important;
  }
  
  .form-wrapper img {
    width: 50px;
  }
  
  .form-title {
    font-size: 1.1rem;
  }
  
  .form-subtitle {
    font-size: 0.85rem;
  }
  
  .form-input {
    padding: 10px 14px;
    font-size: 0.9rem;
  }
  
  .form-submit-btn {
    padding: 12px 20px;
    font-size: 0.95rem;
  }
}

/* Small Mobile */
@media (max-width: 600px) {
  .site-header .main-nav {
    gap: 12px;
  }

  .site-header .main-nav a {
    font-size: 13px;
  }
  
  .site-header .lang-btn span {
    font-size: 13px;
  }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
  .site-header .main-nav {
    gap: 10px;
  }

  .site-header .main-nav a {
    font-size: 12px;
  }

  .join-us-content {
    height: 75vh;
    gap: 8px;
    padding: 10px;
  }
  
  .store-btn-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  
  .store-btn-wrapper img {
    width: 70px;
  }
  
  .store-btn {
    width: 100%;
    justify-content: center;
  }
  
  .store-btn-container {
    padding: 15px;
  }
  
  .btn-icon {
    width: 28px;
    height: 28px;
  }
  
  .btn-large {
    font-size: 14px;
  }
  
  .hero-text {
    top: 60px;
  }
  
  .hero-text h1 {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
  }

  /* Form responsive */
  .form-container {
    padding: 15px 14px !important;
  }
  
  .form-wrapper img {
    width: 45px;
  }
  
  .form-title {
    font-size: 1rem;
  }
  
  .form-input {
    padding: 9px 12px;
    font-size: 0.85rem;
  }
  
  .form-submit-btn {
    padding: 10px 16px;
    font-size: 0.9rem;
  }
}

/* Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
  .join-us-content {
    height: 80vh;
  }
  
  .fg-frame {
    width: 100%;
    height: 100%;
  }
  
  .foreground-animation {
    min-height: 250px;
  }
  
  .hero-text {
    top: 75px;
  }
  
  .hero-text h1 {
    font-size: clamp(2.2rem, 4vw, 3rem);
  }
}

/* Laptop */
@media (min-width: 1025px) and (max-width: 1366px) {
  .fg-frame {
    width: 100%;
    height: 100%;
  }
  
  .foreground-animation {
    min-height: 300px;
  }
}

/* Desktop */
@media (min-width: 1367px) {
  .fg-frame {
    width: 100%;
    height: 100%;
  }
  
  .foreground-animation {
    min-height: 400px;
  }
}

/* ============================================
   FOREGROUND IMAGES
   ============================================ */

.fg-1 { z-index: 1; }
.fg-2 { z-index: 2; }
.fg-3 { z-index: 3; }
.fg-4 { z-index: 4; }
.fg-5 { z-index: 5; }
.fg-6 { z-index: 6; }

/* Mobile */
@media (max-width: 767px) {
  .fg-1 { background-image: url('../public/images/join-us/kids-reading-001-v1-mobile.png'); }
  .fg-2 { background-image: url('../public/images/join-us/kids-reading-002-v1-mobile.png'); }
  .fg-3 { background-image: url('../public/images/join-us/kids-reading-003-v1-mobile.png'); }
  .fg-4 { background-image: url('../public/images/join-us/kids-reading-004-v1-mobile.png'); }
  .fg-5 { background-image: url('../public/images/join-us/kids-reading-005-v1-mobile.png'); }
  .fg-6 { background-image: url('../public/images/join-us/kids-reading-006-v1-mobile.png'); }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) { 
  .fg-1 { background-image: url('../public/images/join-us/kids-reading-001-v1-standard.png'); }
  .fg-2 { background-image: url('../public/images/join-us/kids-reading-002-v1-standard.png'); }
  .fg-3 { background-image: url('../public/images/join-us/kids-reading-003-v1-standard.png'); }
  .fg-4 { background-image: url('../public/images/join-us/kids-reading-004-v1-standard.png'); }
  .fg-5 { background-image: url('../public/images/join-us/kids-reading-005-v1-standard.png'); }
  .fg-6 { background-image: url('../public/images/join-us/kids-reading-006-v1-standard.png'); }
}

/* Laptop */
@media (min-width: 1025px) and (max-width: 1440px) {
  .fg-1 { background-image: url('../public/images/join-us/kids-reading-001-v1-laptop.png'); }
  .fg-2 { background-image: url('../public/images/join-us/kids-reading-002-v1-laptop.png'); }
  .fg-3 { background-image: url('../public/images/join-us/kids-reading-003-v1-laptop.png'); }
  .fg-4 { background-image: url('../public/images/join-us/kids-reading-004-v1-laptop.png'); }
  .fg-5 { background-image: url('../public/images/join-us/kids-reading-005-v1-laptop.png'); }
  .fg-6 { background-image: url('../public/images/join-us/kids-reading-006-v1-laptop.png'); }
}

/* Desktop */
@media (min-width: 1441px) { 
  .fg-1 { background-image: url('../public/images/join-us/kids-reading-001-v1-desktop.png'); }
  .fg-2 { background-image: url('../public/images/join-us/kids-reading-002-v1-desktop.png'); }
  .fg-3 { background-image: url('../public/images/join-us/kids-reading-003-v1-desktop.png'); }
  .fg-4 { background-image: url('../public/images/join-us/kids-reading-004-v1-desktop.png'); }
  .fg-5 { background-image: url('../public/images/join-us/kids-reading-005-v1-desktop.png'); }
  .fg-6 { background-image: url('../public/images/join-us/kids-reading-006-v1-desktop.png'); }
}

/* --------------------------------------------------
   Pricing Grid
-------------------------------------------------- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}

.pricing-grid article {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fafafa;
  text-align: center;
}

/* --------------------------------------------------
   Testimonials
-------------------------------------------------- */
blockquote {
  font-size: 20px;
  font-style: italic;
  border-left: 4px solid #007aff;
  padding-left: 20px;
  margin: 20px 0;
}

cite {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #555;
}

/* --------------------------------------------------
   FAQ
-------------------------------------------------- */
details {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fafafa;
  max-width: 1100px;
  margin: 0 auto 20px;
}

summary {
  cursor: pointer;
  font-weight: 600;
}

/* ============================================
   FOOTER
   ============================================ */

footer {
  position: relative;
  z-index: 5;
  clear: both;
}

.site-footer {
  background: #222;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.footer-languages {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 0;
  justify-content: center;
}

.footer-languages button {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  opacity: 0.85;
}

.footer-languages button:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-nav {
  margin: 20px 0;
}

.footer-nav a {
  color: #fff;
  margin: 0 12px;
  font-size: 14px;
  opacity: 0.85;
}

.footer-nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* --------------------------------------------------
   FIX: Prevent header from breaking snap
-------------------------------------------------- */
.snap-spacer {
  height: 0;
}