
html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  background-color: #e7f1fe;
}

main {
  flex: 1 0 auto;
  padding-top: 200px; 
}

.footer-bar {
  margin-top: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

h1 {
  font-size: clamp(28px, 6vw, 50px);
}

h2 {
  font-size: 30px;
}


    
.saily-navbar {
    background-color: #fffd74;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;     
    z-index: 1000;
    display: block;
    align-items: center;
    gap: 2.5rem; 
  }

.navbar .nav-link.active,
.navbar .nav-link.show,
.navbar .nav-link:focus,
.navbar .nav-link:hover {
  background-color: #e7f1fe;   
  color: #000;                 
  border-radius: 8px;         
  margin-left: 5px;
  padding-left: 10px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;   
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .saily-navbar .navbar-collapse {
    max-height: calc(100vh - 120px); 
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; 
  }
}

@media (max-width: 991.98px) and (max-height: 500px) {
  .saily-navbar .navbar-collapse {
    max-height: calc(100vh - 90px); 
  }
}

.hero-image {
    max-width: 900px;
    width: 100%;
    height: auto;
}

.store-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.store-icon {
    height: 70px;
    width: auto;
    margin-top: 40px; 
    display: block; 
    transition: transform 0.2s ease;
    object-fit: contain;
}

.store-icon:hover {
    transform: scale(1.08);
}

.store-icon-apple,
.store-icon-google {
  width: auto;
}
@media (max-width: 992px) {
    .store-icon {
        height: 60px;
    }
}

@media (max-width: 576px) {
    .store-icon {
            height: 50px;
    }
}

#backToTop {
    background-color: #fffd74; color:#000;
    position: fixed;
    font-size: 15px;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: none;
}

.footer-bar {
    margin-top: 120px;
    width: 100%;
    background-color: #fffd74;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.vorteile-box {
    max-width: 700px;
    margin: 40px auto;
    padding: 30px;
    background: #f4f8ff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  }
  
  .vorteile-box h2 {
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
  
  .vorteile-liste {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  
  .vorteile-liste li {
    padding: 12px 0;
    border-bottom: 1px solid #dbe6f5;
  }
  
  .vorteile-liste li:last-child {
    border-bottom: none;
  }

  .step-section {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 40px;
}

.step-section ol {
  counter-reset: list-counter;
  padding-left: 0;
  margin: 0;
}

.step-section ol li {
  list-style: none;
  counter-increment: list-counter;
  background: #f7faff;
  padding: 18px 22px;
  margin-bottom: 15px;
  border-left: 6px solid #e7f1fe;
  border-radius: 10px;
  font-size: 1.15rem;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.step-section ol li::before {
  content: counter(list-counter);
  color: #000;
  font-weight: bold;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  margin-top:2px
}

.alert-info {
    border-radius: 10px;
    background-color: #fffd74 !important;
    color: #000 !important;
    padding: 15px 20px;
    font-size: 1.1rem;
}

@media (max-width: 576px) {
  .step-section {
    padding: 20px 15px;
  }

  .step-section ol li {
    padding: 14px 16px;
    font-size: 1rem;
  }

  .step-section ol li::before {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    font-size: 0.85rem;
  }
}

.tarif-carousel-wrapper {
    max-width: 960px;
    margin: 0 auto 40px auto;
}

.tarif-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
    min-height: 260px;
}

.tarif-image-placeholder {
    width: 100%;         
    max-width: 320px;     
  }

.tarif-image-placeholder img {
  display: block;
  width: 100%;           
  height: auto;          
  object-fit: contain;   
  border-radius: 12px;   
}

.tarif-text h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1d3557;
    margin-bottom: 10px;
}

.tarif-text p {
    margin-bottom: 8px;
}

.tarif-text ul {
    padding-left: 20px;
    margin-bottom: 10px;
}

.tarif-text li {
    margin-bottom: 5px;
    font-size: 1.05rem;
}

#tarifCarousel .carousel-indicators {
    bottom: -35px;
}

#tarifCarousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c5d3ea;
}

#tarifCarousel .carousel-indicators .active {
    background-color: #457b9d;
}

#tarifCarousel .carousel-control-prev,
#tarifCarousel .carousel-control-next {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.1));
}

#tarifCarousel .carousel-control-prev-icon,
#tarifCarousel .carousel-control-next-icon {
    background-size: 100% 100%;
}

.tarif-tip {
    max-width: 700px;
    margin: 0 auto;
    border-radius: 10px;
}

@media (max-width: 768px) {
  .tarif-card {
    padding: 20px;
    text-align: left;
    flex-direction: column;       
    align-items: stretch;
  }

  .tarif-image-placeholder {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1rem 0;         
  }

  .tarif-text h2 {
    font-size: 1.3rem;
  }
}

.faq-container {
    max-width: 750px;
    margin: 0 auto;
}

.faq-item input {
    display: none;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f9ff;
    padding: 18px 20px;
    margin-bottom: 10px;
    border-radius: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #e1e9f5;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.faq-arrow {
    width: 18px;
    height: 18px;
    border-right: 3px solid #457b9d;
    border-bottom: 3px solid #457b9d;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #ffffff;
    border-left: 4px solid #457b9d;
    border-radius: 0 0 12px 12px;
    margin-top: -10px;
    padding: 0 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-answer ul {
    padding-left: 20px;
    margin: 15px 0;
}

.faq-answer li {
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.faq-item input:checked ~ .faq-answer {
    max-height: 300px;
    padding: 20px 20px;
}

.faq-item input:checked + .faq-question .faq-arrow {
    transform: rotate(-135deg);
}

.faq-question:hover {
    background: #eaf3ff;
    border-color: #cddff3;
}

.contact-hint {
    font-size: 1.15rem;
    color: #1d3557;
}

.profile-section {
    max-width: 900px;
    margin: 0 auto 60px;
  }
  
.settings-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
.profile-card {
    background: #fffd74;             
    border-radius: 18px;
    padding: 18px 22px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  
  .profile-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.09);
  }
  
  .profile-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 6px;
  }
  
  .profile-card-text {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.5;
  }
  
  .profile-card--danger {
    background: #ffe5e2;
    border: 1px solid #ff4b3a;
    color: #c72717;
  }
  
  .profile-card--danger .profile-card-title {
    color: #c72717;
  }
  
  @media (min-width: 768px) {
    .settings-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    .profile-card--danger {
      grid-column: 1 / -1; 
    }
  }

  .contact-page {
    padding-bottom: 60px;
  }
  
  .contact-hero {
    background: linear-gradient(135deg, #fff9a8, #ffe94a);
    border-radius: 18px;
    padding: 32px 20px;
    margin-bottom: 32px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  }
  
  .contact-hero h1 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  
  .contact-hero .lead {
    margin: 0;
    font-size: 1.05rem;
  }
  
  .contact-grid {
    display: grid;
    gap: 20px;
    margin-bottom: 40px;
  }
  
  .contact-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 20px 22px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    border: 1px solid #f2f2f2;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  
  .contact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }
  
  .contact-card h2 {
    font-size: 1.15rem;
    margin-bottom: 6px;
  }
  
  .contact-card p {
    margin-bottom: 10px;
    font-size: 0.98rem;
    line-height: 1.5;
  }
  
  .contact-icon {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  
  .contact-link {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  
  .contact-link:hover {
    color: #000;
    border-bottom-color: #000;
  }
  
  .contact-tag {
    display: inline-block;
    margin-top: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    background: #fffd74;
    color: #000;
  }
  
  @media (min-width: 768px) {
    .contact-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
