body {
    font-family: 'Poppins', sans-serif;
    color: #F8F8F8;
}

.bg-dark-purple-main { background-color: #2D004F; }
.bg-dark-purple-light { background-color: #3A0060; }
.bg-dark-purple-header { background-color: #22003A; }
.bg-dark-purple-footer { background-color: #1A002D; }
.bg-dark-purple-input { background-color: #3A0060; }
.purple-accent { color: #8E2DE2; }
.purple-text-accent { color: #A050D0; }
.b--purple-accent { border-color: #8E2DE2; }

.hero-bg-gradient {
    background: linear-gradient(135deg, #4A0070 0%, #6A00A0 100%);
}
.hero-cta {
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.hero-cta:hover {
    background-color: #8E2DE2;
    border-color: #8E2DE2;
}

header {
    background-color: #22003A;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
header a.no-underline:hover {
    text-decoration: none;
}
#mobile-menu {
    transition: transform 0.3s ease-out;
    box-shadow: -5px 0 15px rgba(0,0,0,0.5);
}
#mobile-menu.active {
    transform: translateX(0%);
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    color: #A050D0;
}
.white { color: #F8F8F8; }
.white-70 { color: rgba(248, 248, 248, 0.7); }
.white-80 { color: rgba(248, 248, 248, 0.8); }
.gray { color: #D0D0D0; }

.about-card {
    border-radius: 8px;
    background-color: rgba(0,0,0,0.2);
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.service-block {
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background-color 0.3s ease;
    background-color: rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}
.service-block:hover {
    background-color: rgba(0,0,0,0.4);
}
.service-bg-1 { background-image: url('pictures/pics/service-wash-fold-bg.jpg'); background-size: cover; background-position: center; }
.service-bg-2 { background-image: url('pictures/pics/service-dry-cleaning-bg.jpg'); background-size: cover; background-position: center; }
.service-bg-3 { background-image: url('pictures/pics/service-specialty-bg.jpg'); background-size: cover; background-position: center; }
.service-block > * {
    position: relative;
    z-index: 1;
}
.service-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    border-radius: 8px;
    z-index: 0;
}

.team-timeline-container {
    position: relative;
}
.team-timeline {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.team-member {
    position: relative;
    background-color: rgba(0,0,0,0.2);
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    margin: 0 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.team-member img {
    border-color: #A050D0;
}

.booking-slider-container {
    height: 50vh;
}
@media screen and (min-width: 60em) {
    .booking-slider-container {
        height: 50vh;
    }
}
.booking-slides-wrapper {
    height: 100%;
}
.booking-slide {
    opacity: 0;
    visibility: hidden;
    transition: none;
}
.booking-slide.active {
    opacity: 1;
    visibility: visible;
}
.booking-slider-nav {
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    background-color: rgba(0,0,0,0.5);
    color: white;
    padding: 0.75rem;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    top: 50%;
}
.booking-slider-nav:hover {
    background-color: rgba(0,0,0,0.8);
}
.booking-cta {
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.booking-cta:hover {
    background-color: #A050D0;
    border-color: #A050D0;
}

.booking-form-container {
    background-color: rgba(0,0,0,0.2);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}
.booking-form-container label {
    color: #F8F8F8;
}
.booking-form-container input,
.booking-form-container select,
.booking-form-container textarea {
    border: 1px solid #8E2DE2;
    background-color: #3A0060;
    color: #F8F8F8;
    padding: 0.75rem 1rem;
    border-radius: 4px;
}
.booking-form-container input::placeholder,
.booking-form-container textarea::placeholder {
    color: rgba(248, 248, 248, 0.5);
}
.booking-form-container input:focus,
.booking-form-container select:focus,
.booking-form-container textarea:focus {
    outline: none;
    border-color: #A050D0;
    box-shadow: 0 0 0 2px rgba(160, 80, 208, 0.5);
}
.booking-form-container select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23A050D0' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}
.book-submit-btn {
    background-color: #8E2DE2;
    transition: background-color 0.3s ease;
}
.book-submit-btn:hover {
    background-color: #A050D0;
}
.error-message {
    color: #FF6347;
}

.stats-block {
    background-color: rgba(0,0,0,0.2);
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

a.no-underline {
    text-decoration: none;
}
a.no-underline:hover {
    text-decoration: none;
}

.js-reveal {
    opacity: 0;
    visibility: hidden;
}
.js-reveal.is-visible {
    opacity: 1;
    visibility: visible;
}

#cookie-banner, #cookie-modal, #feedback-modal {
    display: none;
}
#cookie-banner.active, #cookie-modal.active, #feedback-modal.active {
    display: flex;
    flex-direction: column;
}
#cookie-banner {
    z-index: 1000;
    background-color: #22003A;
    border: 1px solid #4A0070;
}
#cookie-modal {
    z-index: 1010;
}
#feedback-modal {
    z-index: 1020;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 24px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .slider {
    background-color: #8E2DE2;
}
input:focus + .slider {
    box-shadow: 0 0 1px #8E2DE2;
}
input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}
input:disabled + .slider {
    opacity: 0.6;
    cursor: not-allowed;
}
input:disabled + .slider:before {
    background-color: #aaa;
}

.secureTermsHub {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}
.secureTermsHub h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 2.5em;
    margin-bottom: 1em;
    font-weight: 700;
}
.secureTermsHub h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 2em;
    margin-bottom: 0.8em;
    font-weight: 600;
}
.secureTermsHub h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 1.8em;
    margin-bottom: 0.7em;
    font-weight: 600;
}
.secureTermsHub h4 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    font-weight: 500;
}
.secureTermsHub h5 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 1.2em;
    margin-bottom: 0.5em;
    font-weight: 500;
}
.secureTermsHub p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1em;
}
.secureTermsHub ul {
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 25px;
}
.secureTermsHub li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0.5em;
}

#hero { padding: 200px 0; }
#about img { margin-right: auto; margin-left: auto; }
@media screen and (width < 992px) {
    .team-timeline > div { flex-shrink: 0; }
}
.team-timeline > div img { margin-right: auto; margin-left: auto; }

#booking-form input,
#booking-form select,
#booking-form textarea,
#booking-form button {
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  #mobile-menu { display: block; transform: translateX(100%); }
  #mobile-menu.active { transform: translateX(0); }
}
.service-grid { gap: 20px; }

/* --- Cookies Buttons --- */
.bg-purple-accent {
  background-color: #8E2DE2;
  color: #fff;
  border: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.bg-purple-accent:hover {
  background-color: #A050D0;
}
.b--purple-accent {
  border-color: #8E2DE2 !important;
}
.purple-accent {
  color: #8E2DE2 !important;
}
.purple-accent:hover {
  color: #A050D0 !important;
}

.booking-slides-wrapper { position: relative; }
.booking-slide {
  position: absolute; inset: 0;
  opacity: 0; pointer-events: none;
  transition: opacity .35s ease;
}
.booking-slide.active {
  opacity: 1; pointer-events: auto;
}

/* Кнопки навигации поверх затемнения */
.booking-slider-nav { z-index: 5; }
