body,
html {
  height: 100%;
  font-family: 'Geologica', sans-serif;
  font-weight: 300;
}
* {
  box-sizing: border-box;
}
body {
  font-size: 16px;
  line-height: 140%;
  position: relative;
  background: #f8f9fd;
}
img {
  max-width: 100%;
}
button,
input,
select,
textarea {
  outline: none;
  box-sizing: border-box;
}
input,
textarea,
select {
  font-family: 'Geologica', sans-serif;
}
input:focus,
textarea:focus,
select:focus {
  border: 1px solid #000000;
}
input.error {
  box-shadow: inset 0 0 0px 2px red;
}
input.error ~ label {
  display: none !important;
}
input.error ~ .hint {
  display: block;
}
.input-field {
  position: relative;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8D8D91;
}
textarea {
  height: 120px;
  resize: none;
}
button {
  font-family: 'Geologica', sans-serif;
  border-radius: 8px;
  background: #098647;
  height: 50px;
  padding: 0 38px;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
button:hover {
  transform: scale(1.01);
}
h1,
h2 {
  margin: 0;
  margin-bottom: 0px;
}
a {
  text-decoration: none;
  font-size: 15px;
}
a:hover {
  text-decoration: underline;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.inline {
  display: inline-flex;
}
.flex.jcsb {
  justify-content: space-between;
}
.flex.jce {
  justify-content: flex-end;
}
.flex.ais {
  align-items: flex-start;
}
.flex.aic {
  align-items: center;
}
.flex.jcc {
  justify-content: center;
}
.flex.aib {
  align-items: flex-end;
}
.flex.nowrap {
  flex-wrap: nowrap;
}
.flex.grow {
  flex-grow: 2;
}
.container {
  max-width: 1170px;
  width: 100%;
  padding: 0 35px;
  margin: 0 auto;
  flex: 1;
}
.caption {
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}
h1 {
  font-size: 42px;
  margin-bottom: 12px;
  font-weight: 400;
}
header,
footer {
  background: #ffffff;
}
header {
  position: relative;
  padding: 24px 0 18px 0;
  border-bottom: 1px solid #dedede;
}
header .logo {
  width: 200px;
}
header .language {
  position: relative;
}
header .language .current {
  border-radius: 8px;
  padding: 8px 16px;
  cursor: pointer;
  border: 1px solid #dedede;
  background: rgb(255 255 255 / 90%);
}
header .language .current span {
  width: 20px;
  height: 20px;
  background: url('../img/icon-lang.svg') center center no-repeat;
  filter: invert(1);
}
header .language .current p {
  margin-left: 6px;
}
header .language.active .dropdown {
  display: block;
}
header .language.active .current {
  border-radius: 8px 8px 0 0;
  border-bottom: none;
}
header .language .dropdown {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  border: 1px solid #dedede;
  border-radius: 8px 0 8px 8px;
  background: rgb(255 255 255 / 90%);
  padding: 10px 24px;
  z-index: 2;
}
header .language .dropdown li:first-of-type {
  display: none;
}
header .language .dropdown .item {
  color: #000;
  line-height: 240%;
  white-space: nowrap;
  overflow: hidden;
}
.content .top-title {
  text-align: center;
  padding: 80px 0 0 0;
}
.sharethis-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.content .top-title p {
  font-size: 24px;
  line-height: 140%;
  color: #1c263d;
}
.content .top-title span {
  font-size: 40px;
  color: #098647;
  font-weight: 600;
  display: block;
  margin-top: 5px;
}
.content .input-form {
  margin: 50px 0;
}
.content .input-form form {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
}
.content .input-form form input {
  width: 100%;
  border: 3px solid #098647;
  background: white;
  height: 76px;
  padding: 18px 92px 18px 32px;
  border-radius: 38px;
  font-size: 18px;
  font-weight: 250;
  letter-spacing: -0.08px;
  color: #1c263d;
  box-shadow: 0 4px 20px rgba(30, 123, 133, 0.15);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.content .input-form form input:focus {
  box-shadow: 0 6px 28px rgba(30, 123, 133, 0.25);
  outline: none;
}
.content .input-form form input::placeholder {
  color: #8a9ab0;
}
.content .input-form form button[type="submit"] {
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -32px;
  border-radius: 38px;
  height: 64px;
  border: none;
  padding: 32px 42px;
  background: #098647 url(../img/icon-download-no-active.svg) center center no-repeat;
  background-size: 33px 33px;
  transition: background .2s ease, transform .1s ease, box-shadow .2s ease;
  box-shadow: 0 4px 12px rgba(30, 123, 133, 0.3);
}
.content .input-form form button[type="submit"]:hover:not(:disabled) {
  transform: scale(1.05);
}
.content .input-form form button[type="submit"]:disabled {
  background: #e4e4e4 url(../img/icon-download-no-active.svg) center center no-repeat;
  background-size: 33px 33px;
  cursor: not-allowed;
  box-shadow: none;
}
.content .input-form form button.clear-button {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  right: 94px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #DF6943;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, transform .1s ease, border-color .2s ease;
}
.content .input-form form button.clear-button:hover {
  transform: scale(1.05);
}
.content .input-form form button.clear-button img {
  width: 20px;
  height: 20px;
}
.content .quality-control.global {
  display: flex;
  gap: 12px;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
}
.content .quality-control.global label {
  font-weight: 600;
  color: #000514;
}
.content .quality-control.global select {
  width: fit-content;
  border: 2px solid #dcdcdc !important;
  border-radius: 25px;
  padding: 10px 36px 10px 16px;
  font-size: 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url(../img/menu-arrow.svg) right 12px center no-repeat;
  background-size: 14px 14px;
  cursor: pointer;
}
.content .quality-control.global.hidden {
  display: none;
}
.content .quality-control.global select.locked {
  opacity: 0.6;
  cursor: not-allowed;
}
.content .bottom-info .about {
  max-width: 770px;
  margin: 80px auto;
  text-align: center;
}
.content .bottom-info .about p {
  font-weight: 300;
  margin-top: 10px;
}
.content .bottom-info .how-to-use {
  margin: 0 -35px 0 -35px;
}
.content .bottom-info .how-to-use .row {
  gap: 20px;
  color: #1c263d;
  font-weight: 300;
  margin-top: 30px;
}
.content .bottom-info .how-to-use .row .item {
  width: 25%;
  flex: 1;
  position: relative;
  background: #e9edf8;
  padding: 30px 30px 30px 50px;
  border-radius: 12px;
}
.content .bottom-info .how-to-use .row .item .num {
  font-size: 24px;
  color: #098647;
  font-size: 28px;
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 32px;
}
.content .bottom-info .how-to-use .row .item span {
  font-size: 20px;
  line-height: 28px;
}
.content .bottom-info .how-to-use .row .item p {
  margin-top: 10px;
  font-weight: 400;
}
.content .music-info {
  max-width: 970px;
  margin: 60px auto 0 auto;
}
.content .music-info .left {
  width: 357px;
  margin-right: 24px;
  flex-shrink: 0;
}
.content .music-info .left .art {
  text-align: center;
}
.content .music-info .left .art img {
  display: inline-block;
  border-radius: 15px;
}
.content .music-info .left .music-data {
  margin-top: 20px;
}
.content .music-info .left .music-data .list {
  margin-top: 20px;
}
.content .music-info .left .music-data .row {
  justify-content: space-between;
}
.content .music-info .right {
  flex-grow: 1;
}
.content .music-info .right .music-data .list {
  margin-top: 15px;
}
.content .music-info .right .music-data p {
  width: 240px;
  margin-right: 10px;
}
.content .music-info .right .desc {
  margin-top: 10px;
}
.content .music-info .right .error-message {
  border-radius: 12px;
  background: #E37083;
  padding: 16px 20px 16px 84px;
  position: relative;
  margin-top: 16px;
}
.content .music-info .right .error-message:before {
  content: '';
  width: 48px;
  height: 48px;
  background: url('../img/icon-error.svg') center center no-repeat;
  position: absolute;
  left: 20px;
  top: 16px;
}
.content .music-info .right .error-message span {
  color: #E7E7E8;
  font-size: 24px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.content .music-info .right .progress {
  cursor: auto;
  position: relative;
  display: inline-block;
  margin: 15px 0;
}
.content .music-info .right .progress button {
  cursor: default;
}
.content .music-info .right .progress button:hover {
  background-color: #0d6069;
}
.content .music-info .right .progress p {
  position: relative;
  z-index: 1;
  font-weight: 300;
}
.content .music-info .right .progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.content .music-info .right button.download {
  width: 100%;
  margin-top: 16px;
}
.content .music-info .right .playlist {
  border-radius: 12px;
  background: #151617;
  padding: 12px;
}
.content .music-info .right .playlist .num {
  color: #E7E7E8;
  font-size: 20px;
  font-weight: 500;
}
.content .music-info .right .playlist .capt {
  margin-top: 10px;
  color: #D9D9D9;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  padding-right: 40px;
  margin-bottom: 7px;
}
.content .music-info .right .playlist .icon-num {
  position: relative;
  padding-left: 35px;
}
.content .music-info .right .playlist .icon-num:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 4px;
  border: 2px solid #1CCB5B;
  background: #1CCB5B url('../img/icon-tracks.svg') center center no-repeat;
  left: 0px;
  top: 50%;
  margin-top: -10px;
}
.content .music-info .right .playlist .icon-check {
  position: relative;
  box-sizing: border-box;
}
.content .music-info .right .playlist .icon-check.checked:before {
  background: #1CCB5B url('../img/icon-check.svg') center center no-repeat;
}
.content .music-info .right .playlist .icon-check:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 4px;
  border: 2px solid #1CCB5B;
  left: 16px;
  top: 50%;
  margin-top: -10px;
}
.content .music-info .right .playlist ul li {
  border-radius: 12px;
  background: #0E0F10;
  margin-top: 4px;
  padding: 8px 16px;
  cursor: pointer;
}
.content .music-info .right .playlist ul li .info {
  flex-wrap: nowrap;
  padding-left: 42px;
}
.content .music-info .right .playlist ul li .info .text span {
  font-size: 18px;
}
.content .music-info .right .playlist ul li .info .text p {
  color: #8D8D91;
  font-size: 16px;
  font-weight: 300;
}
.content .music-info .right .playlist ul li .info .avatar {
  margin-top: 5px;
  flex-shrink: 0;
}
.content .music-info .right .playlist ul li .info .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.content .music-info .right .playlist .load {
  margin: 15px 0 20px 0;
}
.content .music-info .right .playlist .load a {
  border-bottom: 2px solid #1CCB5B;
}
.content .music-info .right .playlist .load a:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}
.content .music-info .music-data .name {
  color: #E7E7E8;
  font-size: 26px;
  line-height: 110%;
  font-weight: 500;
}
.content .music-info .music-data .capt {
  color: #8D8D91;
  margin: 10px 0 0px 0;
}
.content .music-info .music-data .list .row {
  margin: 4px 0;
  flex-wrap: nowrap;
}
.content .music-info .music-data .list p {
  color: #D9D9D9;
  font-size: 14px;
}
.content .music-info .music-data .list span {
  color: #D9D9D9;
  font-size: 14px;
  text-align: right;
}
footer {
  margin-top: auto;
  padding: 20px 0;
  text-align: center;
}
footer p {
  max-width: 970px;
  margin: 5px auto;
  font-weight: 300;
}
.footer-links {
  gap: 16px;
}
footer .footer-nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer-nav a {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}
footer .footer-nav a:hover {
  text-decoration: underline;
}
footer.footer-links,
footer .footer-links {
  align-items: center;
  flex-direction: column;
}
.static-header {
  padding: 20px 0;
}
.static-home {
  color: #000000;
  font-size: 14px;
}
.static-page {
  padding: 30px 0 60px 0;
}
.static-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.static-title {
  margin-bottom: 30px;
  font-size: 30px;
}
.static-meta {
  margin-bottom: 20px;
  color: #6B7280;
  font-size: 14px;
}
.static-card h2 {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}
.static-card p,
.static-card li {
  line-height: 1.6;
}
.static-card ul {
  margin: 10px 0 0 20px;
  list-style: disc;
}
.static-link {
  color: #098647;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #000000;
}
.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid #D0D5DD;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  background: #F9FAFB;
}
.contact-honeypot {
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
}
.contact-status {
  margin-top: 8px;
  font-size: 14px;
}
.contact-status--success {
  color: #0B7A3E;
}
.contact-status--error {
  color: #B42318;
}
.md-overlay {
  width: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  height: 100%;
  visibility: hidden;
}
.md-show {
  visibility: visible !important;
}
.close {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 20px;
  width: 44px;
  background: url('../img/icon-close.svg') center center no-repeat;
  height: 44px;
  background-size: 100%;
}
.close:hover {
  opacity: 0.8;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
.pop-up.md-show {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
a.close:hover {
  opacity: 0.95;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.pop-up {
  position: fixed;
  overflow: hidden;
  z-index: 101;
  visibility: hidden;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  left: 50%;
  top: 0%;
  margin-top: 20px;
  width: 560px;
  margin-left: -280px;
}
.pop-up .close {
  display: none;
}
.pop-up h1 {
  margin-bottom: 0;
  display: inline-block;
}
.pop-up p {
  margin-bottom: 20px;
  display: inline-block;
}
.pop-up .caption {
  font-size: 24px;
  margin-bottom: 20px;
}
.pop-up .reset {
  height: 20px;
}
.pop-up input {
  width: 100%;
  margin-bottom: 12px;
}
.pop-up button {
  width: 100%;
}
.pop-up span {
  display: block;
  margin: 16px 0;
}
.pop-up .bottom {
  background: #F8F9FA;
  padding: 20px 40px;
  margin: 20px -40px 0 -40px;
}
.pop-up form {
  margin-bottom: 12px;
}
.pop-up a {
  color: #28719F;
  text-decoration: underline;
}
.pop-up a:hover {
  text-decoration: none;
}
.pop-up button.ggl {
  background: #ea4335;
  border-radius: 6px;
  color: #fff;
  height: 46px;
}
.pop-up button.ggl p {
  background: url(../img/google.png) left center no-repeat;
  padding-left: 25px;
}
.pop-up button.ggl:hover {
  box-shadow: none;
}
.mobile {
  display: none;
}
@media (max-width: 940px) {
  .content .music-info {
    flex-wrap: wrap;
  }
  .content .music-info .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .content .music-info .right {
    width: 100%;
  }
  .content .bottom-info .how-to-use {
    margin: 0 0px 0 0px;
    padding: 0 20px;
  }
  .content .bottom-info .how-to-use .row .item {
    width: 48%;
    flex: auto;
  }
  #presentation-info, .download-panel {
    width: 100%;
  }
  .download-panel {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .mobile {
    display: block;
  }
  body {
    font-size: 20px;
  }
  .container {
    max-width: 534px;
    min-width: 360px;
    padding: 0 10px;
  }
  header .language {
    position: static;
  }
  header .language .current {
    background: inherit;
    padding: 0;
    margin-top: -5px;
  }
  header .language .current p {
    display: none;
  }
  header .language .current span {
    width: 40px;
    height: 40px;
    background-size: 100%;
  }
  header .language .dropdown {
    width: 100%;
    border-radius: 0;
    z-index: 1;
    padding: 130px 24px 300px 24px;
    top: 0;
    background: #0E0F10;
    text-align: center;
  }
  header .language .dropdown li:first-of-type {
    display: block;
  }
  .content .quality-control.global {
      flex-direction: column;
      gap: 18px;
      margin-top: 50px;
  }
  .content .top-title h1 {
    line-height: 140%;
    font-weight: 600;
    color: #000514;
  }
  .content .top-title h1 span {
    margin-top: 20px;
    font-size: 60px;
  }
  .content .input-form form input {
    font-size: 22px;
  }
  .content .music-info {
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .content .music-info .music-data .name {
    font-size: 30px;
  }
  .content .music-info .music-data .capt {
    font-size: 24px;
  }
  .content .music-info .music-data .list {
    display: none;
  }
  .content .music-info .music-data .list .row {
    justify-content: space-between;
  }
  .content .music-info .music-data .list span {
    font-size: 18px;
  }
  .content .music-info .music-data .list p {
    font-size: 18px;
  }
  .content .music-info .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .content .music-info .left .art {
    margin-bottom: 20px;
  }
  .content .music-info .left .art img {
    width: 100%;
  }
  .content .music-info .left .music-data {
    margin-top: 40px;
  }
  .content .music-info .right {
    width: 100%;
  }
  .content .music-info .right .error-message {
    padding: 26px 30px 26px 104px;
  }
  .content .music-info .right .error-message:before {
    width: 54px;
    height: 54px;
    background-size: 100%;
    left: 30px;
    top: 26px;
  }
  .content .music-info .right .error-message span {
    font-size: 32px;
  }
  .content .music-info .right .progress {
    width: 100%;
  }
  .content .music-info .right .progress button {
    width: 100%;
    height: 69px;
  }
  .content .music-info .right .progress button p {
    font-size: 24px;
  }
  .content .music-info .right button.download {
    height: 68px;
    font-size: 23px;
    font-weight: 300;
  }
  .content .music-info .right .playlist .icon-num {
    font-size: 30px;
  }
  .content .music-info .right .playlist .capt {
    font-size: 14px;
  }
  .content .music-info .right .playlist .icon-check:before,
  .content .music-info .right .playlist .icon-num:before {
    width: 20px;
    height: 20px;
    margin-top: -12px;
  }
  .content .music-info .right .playlist ul li .info .text span {
    font-size: 22px;
  }
  .content .music-info .right .playlist ul li .info .text p {
    font-size: 19px;
  }
  .content .bottom-info .about {
    text-align: left;
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .content .bottom-info .about .caption {
    text-align: left;
  }
  .content .bottom-info .how-to-use .caption {
    text-align: left;
    line-height: 40px;
  }
  .content .bottom-info .how-to-use .row {
    margin-left: 10px;
  }
  .content .bottom-info .how-to-use .row .item {
    width: 100%;
    flex: auto;
  }
  .content .bottom-info .how-to-use .row .item span {
    font-size: 28px;
  }
  .content .bottom-info .how-to-use .row .item p {
    font-size: 20px;
  }
  footer p {
    font-size: 16px;
    line-height: 24px;
  }
  .download-panel {
    width: 100%;
  }
  #progress-container {
    padding: 0 10px;
    margin: 20px 10px;
  }
  #progress-container .progress-wrapper {
    height: 50px;
  }
  #progress-container #progress-text {
    font-size: 12px;
    padding: 0 10px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 20px);
    text-align: center;
  }
}
#format-switcher,
.format-switcher {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.file-meta {
  margin-top: 20px;
}
.format-option {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: #000514;
  cursor: pointer;
}
.format-option input[type="radio"] {
  margin: 0;
}
.file-status {
  margin-top: 6px;
  font-size: 14px;
  color: #5a5d73;
  min-height: 18px;
}
.download-panel {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.download-btn .btn-icon {
  width: 24px;
  height: 24px;
}
.download-btn.loading {
  background: #afb4c8;
  color: #f7f8ff;
  cursor: not-allowed;
  position: relative;
  padding-left: 52px;
  transition: background 0.2s ease, color 0.2s ease;
  overflow: hidden;
}
.download-btn.loading::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-top-color: #fff;
  border-radius: 50%;
  animation: download-spin 0.8s linear infinite;
  z-index: 2;
}
.download-btn.loading::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--progress-width, 0%);
  background: rgba(0, 0, 0, 0.25);
  transition: width 0.2s ease;
  z-index: 1;
}
@keyframes download-spin {
  to {
    transform: rotate(360deg);
  }
}
.download-btn.success {
  background: #82cc9c;
  color: #ffffff;
}
.download-btn.completed {
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  cursor: not-allowed;
}
#status-message {
  display: none;
  text-align: center;
  margin: 24px;
  padding: 15px;
  border-radius: 8px;
}
#status-message.error {
  background: #DF6943;
  color: #fff;
}
#status-message.success {
  background: #82cc9c;
  color: #fff;
}
#progress-container {
  display: none;
  max-width: 970px;
  margin: 20px auto;
}
#progress-container .progress-wrapper {
  background: #dcdcdc;
  border-radius: 30px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
#progress-container #progress-bar {
  background: #098647;
  height: 100%;
  width: 0%;
  transition: width 0.3s;
}
#progress-container #progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
}
.presentation-info-wrap {
  display: block;
  width: 100%;
  margin: 40px 0;
}

#presentation-info {
  display: none;
  padding: 30px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  width: 100%;
  grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

#presentation-info.is-visible {
  display: grid;
}

#presentation-info h2 {
  text-align: left;
  line-height: 1.35;
  color: #0b1324;
}

.presentation-description {
  margin: 0 0 18px;
  color: #5c6478;
  line-height: 1.5;
}

.presentation-media {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #f4f4f4;
  min-height: 180px;
}

.presentation-media::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f0f0f0 25%, #e5e5e5 37%, #f0f0f0 63%);
  background-size: 400% 100%;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.presentation-media.is-loading::before {
  opacity: 1;
  animation: previewShimmer 1.4s ease infinite;
}

.presentation-media img {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 12px;
  transition: opacity 0.2s ease;
}

.presentation-media.is-loading img {
  opacity: 0;
}

@keyframes previewShimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.presentation-details {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.presentation-details .download-panel {
  margin-top: 0;
}

.meta-label {
  color: #666;
  white-space: nowrap;
}

.meta-value {
  color: #666;
  text-align: right;
  word-break: break-word;
}

.author-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
  margin-top: 8px;
}

.stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-weight: 700;
  font-size: 18px;
  color: #666;
  letter-spacing: 0.2px;
}
.stat-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.stat-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.stat-text {
  line-height: 1;
}

#slides-container {
  display: none;
  width: 100%;
  max-width: none;
  margin: 40px 0;
  padding: 0 24px;
}

#slides-container.visible-flex {
  display: block;
}

@media (max-width: 940px) {
  #slides-container {
    padding: 0 16px;
  }

  #presentation-info {
    grid-template-columns: 1fr;
  }

  .author-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .meta-value {
    text-align: left;
  }
}
/* New Slides Viewer Styles */
.slides-viewer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.slides-main {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 380px;
  order: 1;
}

.slides-main img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.slides-main iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.thumbnail-row {
  margin-bottom: 16px;
}

#presentation-thumbnail {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.slides-sidebar {
  display: flex;
  flex-direction: row;
  gap: 15px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
  order: 2;
}

.slides-sidebar::-webkit-scrollbar {
  height: 6px;
}

.slides-sidebar::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
  border-radius: 3px;
}

.slide-thumbnail {
  cursor: pointer;
  border: 5px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s;
  position: relative;
  background: #fff;
  flex-shrink: 0;
  width: 140px;
}

.slide-thumbnail.active {
  border-color: #098647;
}

.slide-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.slide-thumbnail .slide-number {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #098647;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
}

/* Mobile responsive for slides viewer */
@media (max-width: 940px) {
  .slides-main {
    height: 400px;
  }
}

@media (max-width: 640px) {
  .slides-main {
    height: 250px;
  }

  .slide-thumbnail {
    width: 100px;
  }
}

#slides-container .quality-control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
#slides-container .quality-control label {
  font-weight: 600;
  color: #000514;
}
#slides-container .quality-control select {
  min-width: 220px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 15px;
}
#slides-container .download-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
#slides-container .download-item {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
#slides-container .download-item .file-meta {
  font-size: 14px;
  color: #555;
}
#slides-container .download-item .file-meta span {
  font-weight: 600;
  color: #000514;
  margin-left: 6px;
}
#slides-container .download-item button {
  margin: 0;
  min-width: 220px;
}
#slides-container .download-item button.loading,
#slides-container .download-item button:disabled {
  background: #c7cbd6;
  color: #f8f8f8;
  cursor: not-allowed;
  position: relative;
}
#slides-container .download-item button.success {
  background: #82cc9c;
  color: #fff;
  cursor: default;
}
#slides-container .download-item button.loading::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-top-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  right: 16px;
  top: 50%;
  margin-top: -9px;
  animation: spin 0.8s linear infinite;
}
#slides-container .download-loading {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
  color: #000514;
  font-weight: 500;
}
#slides-container .download-loading.visible {
  display: flex;
}
#slides-container .download-loading .spinner {
  width: 28px;
  height: 28px;
  border: 3px solid #e9edf8;
  border-top-color: #098647;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
#slides-container .slide-item {
  text-align: center;
}
#slides-container .slide-item .slide-link {
  display: block;
  margin-bottom: 10px;
}
#slides-container .slide-item .slide-link img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#slides-container .slide-item .download-slide-link {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  color: #0066cc;
  text-decoration: none;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.error-404 {
  text-align: center;
  padding: 60px 20px;
}
.error-404 h1 {
  font-size: 120px;
  font-weight: 700;
  color: #f2736e;
  margin: 0;
  line-height: 1;
}
.error-404 p {
  font-size: 24px;
  color: #1c263d;
  margin: 20px 0 40px;
}
.error-404 .download-btn {
  display: inline-block;
  margin-top: 20px;
}

/* SEO Content Sections */

/* Benefits Section */
.benefits-section {
  margin: 80px auto;
  max-width: 1100px;
  padding: 0 20px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.benefit-card {
  background: #ffffff4a;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.benefit-card h3 {
  color: #000514;
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 600;
}

.benefit-card p {
  color: #57617a;
  line-height: 1.6;
  font-size: 15px;
}

/* Features Section */
.features-section {
  margin: 80px auto;
  max-width: 900px;
  padding: 0 20px;
}

.features-list {
  max-width: 800px;
  margin: 30px auto;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}

h3 {
  margin-top: 0px;
}

.feature-item:last-child {
  border-bottom: none;
}

.feature-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #098647;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: -2px;
}

.feature-content h4 {
  margin: 0 0 8px 0;
  color: #000514;
  font-size: 18px;
  font-weight: 600;
}

.feature-content p {
  margin: 0;
  color: #57617a;
  line-height: 1.6;
  font-size: 15px;
}

/* Use Cases Section */
.use-cases-section {
  margin: 80px auto;
  max-width: 1100px;
  padding: 0 20px;
}

.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.use-case-card {
  background: #ffffff4a;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.use-case-card h3 {
  color: #000514;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.use-case-card p {
  color: #57617a;
  line-height: 1.6;
  font-size: 14px;
}

/* Formats Section */
.formats-section {
  margin: 80px auto;
  max-width: 1100px;
  padding: 0 20px;
}

.formats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 40px;
}

.format-card {
  text-align: center;
  padding: 30px 20px;
  background: #e9edf8;
  border-radius: 10px;
  border: 2px solid #e9edf8;
  transition: border-color 0.3s, transform 0.3s;
}

.format-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.format-card h3 {
  color: #000514;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}

.format-card p {
  color: #57617a;
  line-height: 1.6;
  font-size: 14px;
}

/* FAQ Section */
.faq-section {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
}

.faq-list {
  margin-top: 30px;
}

.faq-item {
  background: #ffffff4a;
  margin-bottom: 15px;
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: box-shadow 0.3s;
}

.faq-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.faq-question {
  padding: 20px 25px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000514;
  font-size: 16px;
  user-select: none;
}

.faq-toggle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: transform 0.3s;
  font-weight: 300;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 25px 20px;
  display: none;
  color: #57617a;
  line-height: 1.7;
  font-size: 15px;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-answer p {
  margin: 0;
}
@media (min-width: 941px) {
  #presentation-info {
    max-width: none;
  }
}

/* Mobile Responsive for SEO Sections */
@media (max-width: 940px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .use-cases-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .formats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .benefits-section,
  .features-section,
  .use-cases-section,
  .formats-section,
  .faq-section {
    margin: 60px auto;
  }
}

@media (max-width: 640px) {
  .benefits-grid,
  .use-cases-grid,
  .formats-grid {
    grid-template-columns: 1fr;
  }
  
  .benefit-card,
  .use-case-card,
  .format-card {
    padding: 20px;
  }
  
  .benefit-card h3,
  .use-case-card h3,
  .format-card h3 {
    font-size: 18px;
  }
  
  .feature-item {
    padding: 15px 0;
  }
  
  .faq-question {
    padding: 15px 20px;
    font-size: 15px;
  }
  
  .faq-answer {
    padding: 0 20px 15px;
    font-size: 14px;
  }
  
  .benefits-section,
  .features-section,
  .use-cases-section,
  .formats-section,
  .faq-section {
    margin: 40px auto;
  }
}
