/**
 * Page-specific: foodtruck.html styles.
 * Extracted from inline <style>.
 * Note: hero background url rebased from assets/img/... to ../img/...
 * so it resolves identically from assets/css/foodtruck.css.
 */

    /* Override body background for this page */
    body {
      background: #0F5979 !important;
      overflow-x: hidden;
    }

    /* Food Truck Hero Section */
    #foodtruck-hero {
      width: 100%;
      min-height: 120vh;
      height: auto;
      background: linear-gradient(135deg, rgba(15, 89, 121, 0.85) 0%, rgba(229, 12, 126, 0.75) 100%),
                  url('../img/ImgContent-v1/DSC03253.jpg') center center;
      background-size: cover;
      background-attachment: fixed;
      position: relative;
      display: flex !important;
      align-items: center;
      justify-content: center;
      padding: 150px 0 100px 0;
      margin-top: 0;
    }
    
    /* Fallback solid background if image doesn't load */
    #foodtruck-hero {
      background-color: #0F5979;
    }
    
    @media (max-width: 768px) {
      #foodtruck-hero {
        min-height: 100vh;
        padding: 120px 0 60px 0;
      }
    }

    #foodtruck-hero::before {
      content: "";
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1;
    }

    /* Ensure container is visible */
    #foodtruck-hero .container {
      position: relative;
      z-index: 5 !important;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .foodtruck-content {
      position: relative;
      z-index: 10 !important;
      text-align: center;
      color: white;
      padding: 60px 40px;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      background: rgba(0, 0, 0, 0.25);
      border-radius: 30px;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(10px);
    }

    .foodtruck-content * {
      position: relative;
      z-index: 11 !important;
    }

    .foodtruck-content h1,
    .foodtruck-content h2,
    .foodtruck-content p,
    .foodtruck-content img,
    .foodtruck-content a,
    .foodtruck-content div {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
    }

    .foodtruck-logo {
      max-width: 350px;
      margin: 0 auto 40px;
      animation: fadeInDown 1s ease-out;
      filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.5));
    }

    .coming-soon-title {
      font-size: 5.5rem;
      font-weight: 700;
      font-family: 'back2black', sans-serif;
      color: #FBD8C7 !important;
      margin-bottom: 30px;
      text-transform: uppercase;
      letter-spacing: 4px;
      text-shadow: 4px 4px 20px rgba(0, 0, 0, 1), 0 0 30px rgba(0, 0, 0, 0.8), 2px 2px 10px rgba(0, 0, 0, 1);
      opacity: 1 !important;
      visibility: visible !important;
      display: block !important;
      position: relative !important;
      z-index: 100 !important;
      line-height: 1.2;
    }

    .coming-soon-subtitle {
      font-size: 2.5rem;
      font-weight: 600;
      font-family: 'corbel', sans-serif;
      color: #FFFFFF !important;
      margin-bottom: 50px;
      text-shadow: 3px 3px 15px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 0.8);
      opacity: 1 !important;
      visibility: visible !important;
      display: block !important;
      position: relative !important;
      z-index: 100 !important;
      letter-spacing: 2px;
    }

    .coming-soon-description {
      font-size: 1.4rem;
      font-family: 'SoinSansNeueL', sans-serif;
      color: #FBD8C7 !important;
      max-width: 900px;
      margin: 0 auto 60px;
      line-height: 2;
      text-shadow: 2px 2px 12px rgba(0, 0, 0, 1), 0 0 15px rgba(0, 0, 0, 0.8);
      opacity: 1 !important;
      visibility: visible !important;
      display: block !important;
      position: relative !important;
      z-index: 100 !important;
      padding: 0 20px;
    }

    /* Animated Icon */
    .foodtruck-icon {
      font-size: 140px;
      color: #FBD8C7 !important;
      margin: 50px 0;
      text-shadow: 3px 3px 15px rgba(0, 0, 0, 1);
      opacity: 1 !important;
      visibility: visible !important;
      display: block !important;
      position: relative !important;
      z-index: 100 !important;
      animation: bounce 2s infinite;
    }

    /* Features Section */
    .features-section {
      background: #ecc4ac;
      padding: 80px 0;
    }

    .feature-card {
      background: white;
      border-radius: 20px;
      padding: 40px 30px;
      text-align: center;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      height: 100%;
      border: 3px solid transparent;
    }

    .feature-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 40px rgba(229, 12, 126, 0.3);
      border-color: #E50C7E;
    }

    .feature-icon {
      font-size: 60px;
      color: #E50C7E;
      margin-bottom: 20px;
    }

    .feature-card h3 {
      font-size: 1.8rem;
      font-weight: 700;
      color: #0F5979;
      font-family: 'corbel', sans-serif;
      margin-bottom: 15px;
    }

    .feature-card p {
      font-size: 1.1rem;
      color: #627279;
      font-family: 'SoinSansNeueL', sans-serif;
      line-height: 1.6;
    }

    /* Notification Section */
    .notification-section {
      background: linear-gradient(135deg, #0F5979 0%, #E50C7E 100%);
      padding: 80px 0;
      color: white;
    }

    .notification-box {
      background: rgba(255, 255, 255, 0.1);
      border-radius: 20px;
      padding: 50px 40px;
      backdrop-filter: blur(10px);
      border: 2px solid rgba(251, 216, 199, 0.3);
      max-width: 700px;
      margin: 0 auto;
    }

    .notification-box h3 {
      font-size: 2.5rem;
      font-weight: 700;
      font-family: 'back2black', sans-serif;
      color: #FBD8C7;
      margin-bottom: 25px;
      text-transform: uppercase;
      letter-spacing: 2px;
    }

    .notification-box p {
      font-size: 1.2rem;
      font-family: 'SoinSansNeueL', sans-serif;
      line-height: 1.8;
      margin-bottom: 30px;
    }

    .email-form {
      display: flex;
      gap: 15px;
      margin-top: 30px;
    }

    .email-form input {
      flex: 1;
      padding: 15px 20px;
      border: 2px solid #FBD8C7;
      border-radius: 50px;
      background: rgba(255, 255, 255, 0.9);
      color: #0F5979;
      font-size: 1rem;
      font-family: 'SoinSansNeueL', sans-serif;
    }

    .email-form input::placeholder {
      color: #627279;
    }

    .email-form button {
      padding: 15px 35px;
      background: #FBD8C7;
      color: #0F5979;
      border: none;
      border-radius: 50px;
      font-weight: 700;
      font-family: 'back2black', sans-serif;
      font-size: 1rem;
      letter-spacing: 1px;
      cursor: pointer;
      transition: all 0.3s ease;
      white-space: nowrap;
    }

    .email-form button:hover {
      background: #E50C7E;
      color: white;
      transform: scale(1.05);
    }

    /* Social Links */
    .social-links-section {
      text-align: center;
      margin-top: 40px;
    }

    .social-links-section p {
      font-size: 1.1rem;
      margin-bottom: 20px;
      color: #FBD8C7;
      font-family: 'SoinSansNeueL', sans-serif;
    }

    .social-icons {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .social-icons a {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: rgba(251, 216, 199, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FBD8C7;
      font-size: 24px;
      transition: all 0.3s ease;
      border: 2px solid rgba(251, 216, 199, 0.3);
    }

    .social-icons a:hover {
      background: #FBD8C7;
      color: #0F5979;
      transform: translateY(-5px);
    }

    /* Back to Home Button */
    .back-home-btn {
      display: inline-block;
      margin-top: 50px;
      padding: 18px 50px;
      background: transparent;
      border: 3px solid #FBD8C7;
      color: #FBD8C7;
      border-radius: 50px;
      font-weight: 700;
      font-family: 'back2black', sans-serif;
      font-size: 1.2rem;
      letter-spacing: 3px;
      text-decoration: none;
      transition: all 0.3s ease;
      text-transform: uppercase;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    }

    .back-home-btn:hover {
      background: #FBD8C7;
      color: #0F5979;
      transform: scale(1.08);
      box-shadow: 0 8px 30px rgba(251, 216, 199, 0.4);
    }

    /* Animations */
    @keyframes fadeInDown {
      from {
        opacity: 0;
        transform: translateY(-30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }

    /* Ensure text is visible even without animations */
    .coming-soon-title,
    .coming-soon-subtitle,
    .coming-soon-description,
    .foodtruck-icon,
    .foodtruck-logo,
    .back-home-btn {
      display: block !important;
      opacity: 1 !important;
      visibility: visible !important;
    }

    /* Debug: Make sure section is visible */
    section#foodtruck-hero {
      display: flex !important;
      visibility: visible !important;
      opacity: 1 !important;
    }

    @keyframes bounce {
      0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
      }
      40% {
        transform: translateY(-20px);
      }
      60% {
        transform: translateY(-10px);
      }
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      #foodtruck-hero {
        min-height: 100vh;
        padding: 120px 0 60px 0;
      }
      
      .foodtruck-content {
        padding: 40px 25px;
      }
      
      .coming-soon-title {
        font-size: 2.8rem;
        letter-spacing: 2px;
        margin-bottom: 20px;
      }

      .coming-soon-subtitle {
        font-size: 1.6rem;
        margin-bottom: 30px;
      }

      .coming-soon-description {
        font-size: 1.1rem;
        padding: 0 15px;
        margin-bottom: 40px;
        line-height: 1.8;
      }

      .foodtruck-icon {
        font-size: 90px;
        margin: 30px 0;
      }

      .foodtruck-logo {
        max-width: 220px;
        margin-bottom: 25px;
      }
      
      .back-home-btn {
        margin-top: 30px;
        padding: 15px 35px;
        font-size: 1rem;
      }

      .email-form {
        flex-direction: column;
      }

      .email-form button {
        width: 100%;
      }

      .notification-box {
        padding: 30px 20px;
      }

      .notification-box h3 {
        font-size: 1.8rem;
      }

      .feature-card {
        margin-bottom: 30px;
      }
    }

    @media (max-width: 576px) {
      .coming-soon-title {
        font-size: 2rem;
      }

      .coming-soon-subtitle {
        font-size: 1.2rem;
      }

      .coming-soon-description {
        font-size: 1rem;
      }
    }
  