body {
    background-image: url('/assets/img/bg.png');
    /* background: linear-gradient(to right, #561819, #9b4e1b); */
    background-size: cover;
    color: #fdd9a0;
    font-family: 'Quattrocento', sans-serif;
    min-height: 100vh;

}

html,
body {
    overflow-x: hidden;
}


body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

section:last-of-type,
div:last-of-type {
  /* margin-bottom: 0 !important; */
  padding-bottom: 0 !important;
}
/* Общие стили для навбара */
.navbar {
    background-color: transparent !important;
    padding: 1.5rem 0;
}

.navbar-brand img {
    height: 56px;
}

/* Общие стили для заголовков секций */
h5 {
  font-size: 1.4rem;
  color: #4b1e0a;
  font-weight: bold;
  margin-bottom: 15px;
}

/* Стили для выпадающих списков (select) */
select.form-select {
  border: 1px solid #fdd9a0;
  background-color: #fffef7;
  color: #4b1e0a;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.2s ease;
}
select.form-select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(253, 217, 160, 0.4);
  border-color: #f7b500;
}

/* Стили для input[type="file"] */
input[type="file"] {
  border: 1px dashed #fdd9a0;
  padding: 12px;
  width: 100%;
  background-color: #fffaf3;
  color: #4b1e0a;
  border-radius: 12px;
  margin-bottom: 10px;
}
input[type="file"]:hover {
  background-color: #fff2e0;
}

/* Радиокнопки */
.form-check-input {
  border-color: #fdd9a0;
}
.form-check-input:checked {
  background-color: #f7b500;
  border-color: #f7b500;
}


/* Стили для ссылок в навбаре */
.navbar-nav .nav-link {
    color: #CAB29E;
    margin-right: 20px;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    font-family: 'inter', sans-serif;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #fdd9a0;
}

/* Стили для бургер-иконки */
.navbar-toggler {
    border-color: #fdd9a0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Десктопный отступ */
.desktop-text-padding {
    margin-left: 100px;
}

/* Сбрасываем отступ на мобильных устройствах */
@media (max-width: 768px) {
    .desktop-text-padding {
        margin-left: 0;
    }
}

.hero-image {
  animation: glow 2s ease-in-out infinite alternate;
  filter: drop-shadow(0 0 8px gold);
}

@keyframes glow {
  0% {
    filter: drop-shadow(0 0 6px gold);
  }
  100% {
    filter: drop-shadow(0 0 20px gold);
  }
}



.video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

#myVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    transform: translateX(-50%) translateY(-50%);
}

.content {
    position: relative;
    z-index: 1;
}

/* Стили для мобильного меню */
@media (max-width: 767px) {
    .navbar-collapse {
        background-color: rgba(64, 58, 60, 0.3);
        padding: 15px;
        margin-top: 15px;
        border-radius: 10px;
    }

    .navbar-nav {
        flex-direction: column;
        text-align: center;
    }

    .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}
.shine-on-scroll {
  opacity: 0;
  transform: scale(0.7);
  transition: all 1.2s ease;
  filter: drop-shadow(0 0 0px gold);
  will-change: transform, opacity, filter;
}

.shine-on-scroll.visible {
  opacity: 1;
  transform: scale(1);
  filter: drop-shadow(0 0 20px gold) brightness(1.2);
}


@media (min-width: 768px) and (max-width: 1201px) {

    .desktop-text-padding {
        margin-left: 50px;
    }

    .model-img {
        max-height: 80vh !important;
    }

    .mb-2 {
        font-family: "Inter";
        color: #CBB5AC;
        font-weight: 400;
        font-size: 17px !important;

    }

    .mb-3 {
        font-family: "Inter";
        font-weight: 400;
        color: #BDAFA8;
        font-size: 14px !important;

    }

    .main-title {
        font-family: "Quattrocento";
        color: #F5CE9B;
        font-weight: 700;
        font-style: Bold;
        font-size: 50px !important;
        line-height: 93%;
        letter-spacing: 0%;

    }

    .subtitle {
        font-size: 50px !important;
        font-weight: 700;
    }

    .register-button {
        margin-top: 10px !important;
        margin-bottom: 10px;
        padding: 10px 20px !important;
        font-size: 16px !important;
        font-weight: 400;
        border-radius: 64px;
    }
}

.mb-2 {
    font-family: "Inter";
    color: #CBB5AC;
    font-weight: 400;
    font-size: 19px;

}

.mb-3 {
    font-family: "Inter";
    font-weight: 400;
    color: #BDAFA8;
    font-size: 17px;

}

.main-title {
    font-family: "Quattrocento";
    color: #F5CE9B;
    font-weight: 700;
    font-style: Bold;
    font-size: 96px;
    line-height: 93%;
    letter-spacing: 0%;

}

.subtitle {
    font-size: 96px;
    font-weight: 700;
}

.register-button {
    background-color: #fdd9a0;
    color: #4b1e0a;
    border: none;
    padding: 15px 60px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 64px;
    margin-top: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.register-button:hover {
    background-color: #c49a62;
}

.hero-section {
  position: relative; /* Обязательно */
  display: flex;
  min-height: 100vh;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}


.model-img {
    object-fit: cover;
    width: 100%;
    height: 105%;
}

.about-section {
    background-color: #FEF4E8;
    padding: 40px 0;
}

/* Основные стили модального окна */

.modal-content {
    border-radius: 1rem;
    background-color: #FEF4E8;
    font-family: 'inter', serif;
}

.modal-header {
    border-bottom: 1px solid #c49a62;
}

.modal-title {
    font-family: 'inter', serif;
    font-size: 30px;
    font-weight: 700;
    color: #42050d;
}

/* Стили для формы */
.form-label {
    font-weight: 600;
    color: #42050d;
}

.form-control {
    border-radius: 12px;
  border: 1px solid #fdd9a0;
  padding: 10px 16px;
  background-color: #fffaf3;
  color: #4b1e0a;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
    
    border-color: #c49a62;
}

.form-section-title {
    font-family: 'inter', serif;
    font-size: 25px;
    font-weight: 700;
    color: #4c3e3e;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

hr.my-4 {
    border-top: 1px solid #c49a62;
    opacity: 0.5;
}

.form-control:focus {
    background-color: #FEF4E8;
   border-color: #f7b500;
  box-shadow: 0 0 10px rgba(247, 181, 0, 0.3);
}

.form-select {
    background-color: #FEF4E8;
    border-color: #c49a62;
    color: #4c3e3e;
    height: 48px;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    border-radius: 0.25rem;

}

.form-select:focus {
    border-color: #a78255;
    box-shadow: 0 0 0 0.25rem rgba(167, 130, 85, 0.25);
}


.form-text {
    font-size: 14px;
    color: #c49a62;
}

.form-check-input:checked {
    background-color: #c49a62;
    border-color: #c49a62;
    border-radius: 4px;
  border: 1px solid #fdd9a0;
}

.form-check-label a {
    color: #4b1e0a;
    text-decoration: underline;
    
}

.form-check-label a:hover {
    color: #7a5c37;
}

.btn-payment {
    background-color: #fdd9a0;
    color: #4b1e0a;
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.btn-payment:hover {
    background-color: #a78255;
}

.about-title {
    font-family: 'inter', serif;
    font-size: 82px;
    font-weight: 700;
    color: #631C20;
}

.about-text-1 {
    font-family: 'inter', serif;
    font-size: 20px;
    font-weight: 400;
    color: #464141;
}

.about-text-2 {
    font-family: 'inter', serif;
    font-size: 20px;
    font-weight: 400;
    color: #464141;
}





.read-more-btn {
    background-color: #780000;
    color: #FBCD8D;
    border-radius: 64px;
    padding: 15px 60px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.read-more-btn:hover {
    background-color: #780000;
}

/* --- Стили для мобильной hero-секции --- */
.mobile-hero-section {
    position: relative;
    /* background-image: url('/assets/img/bg.png'); */
    /* background: linear-gradient(to right, #561819, #9b4e1b); */
    color: #F5CE9B;
    padding: 20px 20px 0;
    text-align: left;
    min-height: 500px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.mobile-hero-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 70vh; /* Высота относительно экрана */
  max-height: 90%;
  object-fit: contain;
  z-index: 1;
  transform: translateY(8%); /* Опускаем чуть вниз */

  animation: glow 2s ease-in-out infinite alternate;
  filter: drop-shadow(0 0 8px gold);
}


/* Адаптация для мобильных экранов */
@media (max-width: 768px) {
  .mobile-hero-img {
    height: 60%;
    right: 10px;
    bottom: 10px;
  }
}

/* Анимация сияния */
@keyframes glow {
  0% {
    filter: drop-shadow(0 0 6px gold);
  }
  100% {
    filter: drop-shadow(0 0 20px gold);
  }
}

.glow-outline {
  position: relative;
  box-shadow: 0 0 8px rgba(253, 217, 160, 0.6);
  animation: glowOutline 2s ease-in-out infinite alternate;
  transition: all 0.3s ease;
}

.glow-outline:hover {
  box-shadow: 0 0 16px rgba(253, 217, 160, 0.9), 0 0 24px rgba(253, 217, 160, 0.4);
  transform: scale(1.05);
}

.gold {
  background-color: #fdd9a0; /* мягкое золото */
  color: #4b1e0a;            /* глубокий шоколад */
  border: 2px solid #e5b96c;
  transition: all 0.3s ease;
}

.gold:hover {
  background-color: #fcd089;
  border-color: #e0a84b;
}

@keyframes glowOutline {
  0% {
    box-shadow: 0 0 4px rgba(253, 217, 160, 0.3);
  }
  100% {
    box-shadow: 0 0 16px rgba(253, 217, 160, 0.8);
  }
}

/* Адаптация для мобильных экранов */
@media (max-width: 768px) {
  .mobile-hero-img {
    height: 60%;
    right: 10px;
    bottom: 10px;
  }
}

.mobile-hero-overlay {
    position: relative;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
}

.mobile-subtitle {
    font-family: 'inter', serif;
    font-size: 20px;
    margin-bottom: 5px;
}

.mobile-main-title {
    font-family: 'inter', serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

/* --- Стили для мобильного блока "О фестивале" --- */
.mobile-about-section {
    background-color: #FEF4E8;
    padding: 40px 20px;
}

.mobile-about-title {
    font-family: 'inter', serif;
    font-size: 36px;
    font-weight: 700;
    color: #561819;
    margin-bottom: 20px;
}

.mobile-about-text {
    font-family: 'inter', serif;
    font-size: 18px;
    color: #464141;
    line-height: 1.6;
    margin-bottom: 30px;
}


.format-prizes-section {
    background-color: #FEF4EA;
    padding: 80px 0;
}

.format-prizes-image {
    max-width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.section-title {
    font-family: 'inter', serif;
    font-size: 48px;
    font-weight: 700;
    color: #42050d;
}

.prizes-list .list-unstyled {
    padding-left: 0;
    margin-bottom: 0;
}

.prizes-list li {
    font-size: 20px;
    color: #464141;
    font-weight: 500;
    line-height: 1.5;
}

.prizes-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #464141;
    margin-top: 30px;
}

.icon-text {
    display: flex;
    align-items: flex-start;
}

.prize-icon {
    font-size: 24px;
    margin-right: 15px;
    line-height: 1;
}

.prize-icon-fire {
    font-size: 20px;
    margin-right: 15px;
    line-height: 1;
}


.btn-path {
    background-color: #780000;
    color: #FBCD8D;
    border-radius: 64px;
    padding: 15px 70px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: 30px;
    display: inline-block;
}

.btn-path:hover {
    background-color: #780000;
}

.vote-section {
    background-color: #FEF4EA;
    padding: 80px 0;
}

.vote-card {
    background-image: url('/assets/img/выберифон.png');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 60px 40px;
    color: #fff;
}

.vote-subtitle {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #F3CF94;
}

.vote-title {
    font-family: 'inter', serif;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #F3CF94;
}

.vote-text {
    font-size: 20px;
    max-width: 1000px;
    margin: 0 auto 30px;
    color: #DEC8BB;
}

.vote-button {
    background-color: #F8CB79;
    color: #694C2C;
    border: none;
    padding: 15px 70px;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 64px;
    transition: background-color 0.3s ease;
}

.vote-button:hover {
    background-color: #cda25b;
}

.terms-section {
    background-color: #FEF4EA;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.logo-icon {
    width: 80px;
    height: auto;
}

.terms-title {
    font-family: 'inter', serif;
    font-size: 48px;
    font-weight: 700;
    color: #42050d;
}

.terms-list-container {
    padding-left: 30px;
    position: relative;
}

.terms-list-item {
    font-family: 'inter', serif;
    font-size: 21px;
    font-weight: 400;
    color: #464141;
    line-height: 1.6;
}

.terms-icon {
    font-size: 24px;
    margin-right: 15px;
}

.participation-section {
    background-color: #FEF4EA;
    padding: 50px 0;
}

.participation-title {
    font-family: 'Inter', serif;
    font-size: 48px;
    font-weight: 700;
    color: #42050d;
    margin-bottom: 30px;
}

.participation-list {
    list-style-position: inside;
    font-family: 'Inter', serif;
    text-align: center;
    font-size: 21px;
    color: #464141;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 40px;
    padding-left: 0;
}

.participation-list li {
    margin-bottom: 5px;
}



.btn-participate {
    background-color: #780000;
    color: #FBCD8D;
    border: none;
    border-radius: 64px;
    padding: 15px 60px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-participate:hover {
    background-color: #780000;
}

.tariffs-section {
    background-color: #FEF4EA;
    padding: 60px 0;
}

.tariffs-title {
    font-family: 'inter', serif;
    font-size: 48px;
    font-weight: 700;
    color: #403A3C;
}

.tariffs-wrapper .card {
    font-family: 'inter', serif;
    background-color: #5d2828;
    color: #fff;
    border-radius: 15px;
    border: none;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tariffs-wrapper .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.tariff-title {
    font-size: 20px;
    font-weight: 600;
   
    margin-bottom: 15px;
    color: #4b1e0a !important;
}

.tariff-features {
    padding-left: 0;
    font-size: 16px;
    line-height: 1.6;
   color: #4b1e0a !important;

}

.tariff-features li {
    margin-bottom: 8px;
}

.sponsors-section {
    background-color: #FEF4EA;
    padding: 80px 0;
}

.sponsors-title {
    font-family: 'inter', serif;
    font-size: 64px;
    font-weight: 700;
    color: #70393A;
}

.messenger-cta-section {
    background-color: #42050d;
    background-size: cover;
    min-height: 957px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 50px 0;
}

/* По умолчанию, мобильная картинка скрыта */
.mobile-img {
    display: none;
}

/* Медиазапрос для мобильных устройств */
@media (max-width: 768px) {
    .desktop-img {
        display: none;
    }

    .register-button {
        background-color: #fdd9a0;
        color: #4b1e0a;
        border: none;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 64px;
        margin-top: 30px;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }

    .mobile-img {
        display: inline-block;
    }
}

.messenger-cta-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 300px;
}

.messenger-cta-title {
    font-family: 'inter', serif;
    font-size: 48px;
    font-weight: 700;
    color: #F3CF94;
    text-align: center;
    margin-bottom: auto;
}

.btn-messenger {
    background-color: #F8CB79;
    color: #694C2C;
    border: none;
    border-radius: 64px;
    padding: 15px 60px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-messenger:hover {
    background-color: #cda25b;
}

/* Лого N-banking мессенджер мобилка */
.logo {
    max-width: 350px;
    width: 100%;
    height: auto;
}

/* Лого N-banking мессенджер для десктопной версии (экран от 768px и шире) */
@media (min-width: 768px) {
    .logo {
        max-width: 450px;
    }
}


/* Стили для маленьких экранов */
@media (max-width: 768px) {
    .messenger-cta-title {
        font-size: 32px;
    }
}

.footer {
    background-color: #FFF6E7;
    padding: 60px 0;
    font-family: 'inter', sans-serif;
    color: #88857F;
}

.footer-col {
    margin-bottom: 30px;
}

.footer-logo {
    font-family: 'inter', serif;
}

.footer-logo-img {
    width: 40px;
    height: auto;
}

.footer-bank-name {
    font-size: 24px;
    font-weight: 300;
}

.footer-copyright {
    font-size: 14px;
    line-height: 1.6;
}

.footer-heading {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #88857F;
}

.footer-link {
    text-decoration: none;
    color: #88857F;
    font-size: 16px;
    line-height: 2;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #5d2828;
}

.footer-contact {
    font-size: 16px;
    line-height: 1.6;
}

.gradient-bg {
    background: linear-gradient(to right, #a04f2f 0%, #390e0b 100%);

    /* min-height: 100vh;  если нужен на всю высоту экрана */
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #FEF4E8 inset !important;
    box-shadow: 0 0 0 1000px #FEF4E8 inset !important;
    -webkit-text-fill-color: #212529 !important;
    /* или нужный цвет текста */
    transition: background-color 5000s ease-in-out 0s;
}

.tariff-selected {
    box-shadow: 0 0 20px 2px #FBCD8D, 0 1px 6px #0001;
    border: 2px solid #FBCD8D;
    background: #f7fff8;
    transition: 0.25s;
}

.tariff-faded {
    opacity: 0.45;
    filter: grayscale(0.3) blur(1px);
    transition: 0.25s;
    pointer-events: none;
}

.tariff-card.card {
     cursor: pointer;
  background: linear-gradient(145deg, #fffaf2, #fbead6);
  border: 1px solid #e0b973;
  border-radius: 16px;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.5); /* Постоянное свечение */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #4b1e0a !important;
  position: relative;
  animation: glow-loop 3s ease-in-out infinite;
}

@keyframes glow-loop {
  0%, 100% {
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
  }
  50% {
    box-shadow: 0 0 16px rgba(255, 215, 0, 0.8);
  }
}

.tariff-card:hover {
    transform: translateY(-5px) scale(1.02); /* немного усилил */
    box-shadow: 0 14px 40px rgba(255, 215, 0, 0.5);
    color: #4b1e0a !important;
}

.tariffs-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.tariffs-wrapper .col-md-4 {
    display: flex;
    flex: 1 1 300px;
}

.tariff-card.card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.tariffs-wrapper .col-md-4 {
    display: flex;
}

.section-divider {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, #d4af37, transparent);
    margin: 60px 0;
}

/* 💫 ДОБАВЛЕНО: эффект свечения */
.tariff-card.card::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 16px;
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
    animation: pulse-glow 2.5s infinite ease-in-out;
    pointer-events: none;
    z-index: -1;
}

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 0 6px rgba(255, 215, 0, 0.3);
    }
    50% {
        box-shadow: 0 0 15px rgba(255, 215, 0, 0.8);
    }
}

 .spacer { height: 120vh; display:flex; align-items:center; justify-content:center; color:#666; }
    /* Секция с видео-фоном */
    .video-section {
      position: relative;
      min-height: 80vh;           /* поменяй под задачу */
      overflow: hidden;
      background: #000;           /* на случай, если видео ещё не прогрузилось */
      color: #fff;
    }
    .video-section video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;          /* «как фон» */
      pointer-events: none;       /* клики проходят сквозь видео */
    }
    /* Контент поверх видео */
    .video-section .content {
      position: relative;
      z-index: 1;
      padding: 6rem 1.5rem;
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
      text-shadow: 0 2px 12px rgba(0,0,0,.6);
    }
    /* Кнопка звука */
    .sound-btn {
      position: absolute;
      right: 1rem; bottom: 1rem;
      z-index: 2;
      border: 0; border-radius: 999px;
      padding: .75rem 1rem;
      background: rgba(0,0,0,.55);
      color: #fff; font-weight: 600; cursor: pointer;
      backdrop-filter: blur(6px);
    }
    .sound-btn[aria-pressed="true"] { background: rgba(0,0,0,.8); }
