@charset "UTF-8";@font-face{font-family:Inter;src:url(../fonts/Inter-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(../fonts/Inter-Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(../fonts/Inter-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(../fonts/Inter-SemiBold.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(../fonts/Inter-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}:root{--bg-primary: rgba(245, 245, 245, 1);--bg-secondary: rgba(255, 249, 230, 1);--bg-tertiary: rgba(255, 245, 214, 1);--bg-card: rgba(255, 255, 255, 1);--text-primary: rgba(32, 32, 32, 1);--text-secondary: rgba(32, 32, 32, .8);--border-color: rgba(240, 228, 200, 1);--shadow-sm: 0 2px 8px rgba(139, 115, 85, .08);--shadow-md: 0 4px 16px rgba(139, 115, 85, .12);--shadow-gold: 0 4px 20px rgba(212, 175, 55, .25);--radius: 16px;--transition: all .4s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.8;transition:var(--transition)}.btn{display:flex;align-items:center;justify-content:center;border:1px solid transparent;font-size:14px;font-weight:600;padding:10px 20px;border-radius:7px;box-shadow:0 4px 12px #0000001f;text-decoration:none}.btn--white{background:#fff;color:#202020}.btn--purple{background:#6a28fe;color:#fff}.btn--gradient{color:#fff;font-size:16px;text-transform:uppercase;background:linear-gradient(90deg,#6a28fe,#b12fe9 72.44%,#ff18d5);box-shadow:0 4px 12px #0000001f}.header{position:sticky;top:0;z-index:1000;padding-left:80px;padding-right:80px}.header-container{margin:0 auto;padding-top:15px;padding-bottom:15px;display:flex;justify-content:space-between;align-items:center;max-width:1280px}.logo{cursor:pointer}.logo picture{height:34px;display:block}.breadcrumb{margin-top:40px;margin-bottom:36px}.breadcrumb ol,.breadcrumb ol li{list-style:none}.breadcrumb__link{color:#202020;text-decoration:none}.breadcrumb__separator,.breadcrumb__current{color:gray}.nav-menu{display:flex;gap:.5rem;position:relative;align-items:center}.nav-link{padding:.7rem 1.5rem;text-decoration:none;color:gray;font-size:14px;font-weight:600;transition:var(--transition);text-transform:uppercase;position:relative;width:fit-content;box-sizing:border-box}.nav-link:before{content:"";position:absolute;bottom:10px;left:0;right:0;width:0%;height:1px;background:#202020;transition:var(--transition);z-index:-1}.nav-link:hover:before,.nav-link.active:before{width:100%}.opened-nav-menu{position:absolute;top:100%;background:#fff;display:flex;flex-direction:column;gap:.5rem;padding:.5rem;border-radius:7px;box-shadow:var(--shadow-md);transform:translate(25%);transition:var(--transition);max-height:0;overflow:hidden;opacity:0;right:0}.opened-nav-menu.active{max-height:500px;opacity:1}.opened-nav-menu .nav-link{width:100%;text-align:center}.nav-link:last-child{margin-right:0}.header{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);z-index:5}.header__btns{display:flex;align-items:center;gap:8px}.header__btns--mobile,.header .burger{display:none}.header--scrolled{background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000000d;z-index:98}.header--scrolled .nav-link{color:#202020}main{padding-left:80px;max-width:1280px;padding-right:80px;box-sizing:content-box;margin:0 auto}h1{font-size:45px;font-weight:700}.hero{margin-top:40px;position:relative;display:flex;align-items:center;justify-content:center}.hero__image{height:425px;overflow:hidden;border-radius:22px}.hero--btn{position:absolute;bottom:46px;background:linear-gradient(90deg,#7941f8 17.4%,#220368);width:158px;box-sizing:content-box;box-shadow:0 4px 12px #0000001f;font-size:18px;text-transform:uppercase;border-radius:8px;padding:14px 26px}.hero--v2 .hero--btn{position:relative;display:block;bottom:auto;text-align:center}.hero--v2 .hero__text{position:absolute;top:50%;left:70px;transform:translateY(-50%);text-align:left;color:#fff;display:flex;flex-direction:column;gap:48px}.hero--v2 .hero__text--title{font-size:55px;font-weight:800;line-height:100%}.author{margin-top:22px;margin-bottom:22px;display:flex;justify-content:space-between;cursor:pointer;text-decoration:none}.author__card__author{display:flex;align-items:center;gap:14px}.author__card__author__text{display:flex;gap:2px;flex-direction:column}.author__card__author--title{font-size:14px;color:#202020;font-weight:500}.author__card__author--description{font-size:14px;color:gray;font-weight:400}.author__card__author--image{width:36px;height:36px;overflow:hidden;border-radius:50%}.author__card--date{font-size:14px;color:gray}.section__main{margin-top:40px;padding-top:40;padding-bottom:40px}.section__main__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:clamp(10px,4vw,40px);margin-top:40px}.section__main__card{display:flex;flex-direction:column;gap:32px;justify-content:space-between;height:100%;cursor:pointer}.section__main__card__text{display:flex;flex-direction:column;gap:10px}.section__main__card--title{font-size:22px;font-weight:700;color:#202020;position:relative;width:fit-content}.section__main__card--title:before{content:"";position:absolute;bottom:10px;left:0;right:0;width:0%;height:1px;background:#202020;transition:var(--transition);z-index:-1}.section__main__card--description{font-size:16px;color:#202020cc;font-weight:400}.section__main__card__author{display:flex;gap:12px;align-items:center}.section__main__card__author__text{display:flex;flex-direction:column;gap:2px}.section__main__card__author--title{color:#202020;font-weight:500;font-size:14px}.section__main__card__author--description{color:gray;font-weight:400;font-size:12px}.section__main__card:hover .section__main__card--title:before{width:100%}.section__main--v2 p{font-size:16px;color:#202020cc;line-height:100%}.section__partners{margin-top:40px;padding-top:40;padding-bottom:40px;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.section__partners__header{max-width:500px;display:flex;flex-direction:column;gap:12px}.section__partners__header h2{font-size:45px;line-height:100%;font-weight:700}.section__partners__header p{font-size:16px;font-weight:400;color:#202020cc;line-height:100%}.section__partners__content{max-width:600px;padding:65px 23px;display:grid;grid-template-columns:repeat(auto-fit,minmax(105px,1fr));gap:clamp(10px,4vw,40px)}.section p a{color:#202020}.section__with-table{margin-top:40px;padding-top:40;padding-bottom:40px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.section__with-table__header{max-width:500px;display:flex;flex-direction:column;gap:12px}.section__with-table__header h2{font-size:45px;line-height:100%;font-weight:700}.section__with-table__header p{font-size:16px;font-weight:400;color:#202020cc;line-height:100%}.section__with-table__content{padding:65px 23px}.section__with-table--v2{flex-direction:column}.section__with-table--v2 .section__with-table__header,.section__with-table--v2 .section__with-table__content{max-width:100%;width:100%}.section__with-table--v2 .section__with-table__content table{padding-left:0;padding-right:0;width:100%}.section__with-image{margin-top:40px;padding-top:40;padding-bottom:40px;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.section__with-image__header{max-width:500px;display:flex;flex-direction:column;gap:12px}.section__with-image__header h2{font-size:45px;line-height:100%;font-weight:700}.section__with-image__header p{font-size:16px;font-weight:400;color:#202020cc;line-height:100%}.section__with-image__content{max-width:600px;overflow:hidden;border-radius:22px}.section__deposits{margin-top:65px;display:flex;flex-direction:column;gap:60px}.section__deposits__item{display:flex;gap:20px;justify-content:space-between}.section__deposits__item--image img{border-radius:22px}.section__deposits__item__text{max-width:500px}.section__deposits__item--count{color:gray;font-weight:700;font-size:18px;line-height:100%;margin-bottom:20px}.section__deposits__item--title{font-weight:700;font-size:45px;line-height:100%;margin-bottom:12px}.section__deposits__item--description{font-weight:400;font-size:16px;color:#202020cc;margin-bottom:20px}.section__deposits__item .btn{width:fit-content}.section__deposits__item--reverse{flex-direction:row-reverse}.section__articles{margin-top:65px}.section__articles__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(412px,1fr));gap:clamp(11px,2vw,22px);margin-top:34px}.section__articles__item{display:flex;flex-direction:column;background:#fff;border:1px solid rgb(235,235,235);padding:18px;border-radius:16px;text-decoration:none;justify-content:space-between}.section__articles__item--image img{width:100%;border-radius:16px}.section__articles__item--image{margin-bottom:22px}.section__articles__item--title{font-size:22px;font-weight:600;color:#202020;line-height:100%;margin-bottom:10px}.section__articles__item--description{font-size:16px;font-weight:400;color:#202020cc;line-height:100%}.section__policy{display:flex;gap:48px;max-width:1280px;margin:0 auto;padding:40px 20px;position:relative}.section__policy--burger{display:none}.section__policy aside{position:sticky;top:80px;align-self:flex-start;width:280px;flex-shrink:0}.section__policy--progress{height:4px;background-color:#e0e0e0;border-radius:4px;margin:12px 0;overflow:hidden;position:relative}.section__policy--progress:before{content:"";position:absolute;top:0;left:0;width:var(--progress-width, 0%);height:100%;background-color:#7c3aed;border-radius:4px;transition:width .1s ease-out}.section__policy nav ul{list-style:none;padding:0;margin:0}.section__policy nav li{margin-bottom:8px}.section__policy nav a{text-decoration:none;color:#333;font-size:14px;transition:color .2s;display:block;padding:4px 0}.section__policy nav a:hover{color:#7c3aed}.section__policy nav a.active{color:#7c3aed;font-weight:600}.section__policy__content{flex:1;min-width:0}.section__policy__block{margin-bottom:48px}.section__policy__block h2{font-size:24px;margin-bottom:16px;scroll-margin-top:80px}table{border:1px solid rgb(235,235,235);border-radius:12px;border-collapse:collapse;overflow:hidden}table thead{background:#ebebeb}table td{border:1px solid rgb(239,241,245)}table th,table td{padding:12px 14px}table th{text-align:left}.footer__partners{max-width:1280px;margin:0 auto}.footer__payment{display:flex;justify-content:space-between;padding-top:40px;padding-bottom:40px}.footer__info{background:#fff}.footer__info__containter{max-width:1280px;margin:0 auto;padding-top:30px;padding-bottom:30px}.footer__info--btn{display:flex;align-items:center;font-size:16px;text-transform:uppercase;gap:16px;font-weight:600;text-wrap-mode:nowrap;padding:14px 42px;width:260px}.footer__info__header{display:flex;justify-content:space-between;align-items:flex-start}.footer__info__header p{max-width:612px;font-size:14px;font-weight:400;color:#202020cc}.footer__info__content{display:flex;justify-content:space-between;align-items:center;margin-top:42px}.footer__info__content__urls{display:flex;gap:32px}.footer__info__content__urls a{color:gray;font-size:14px;font-weight:400;text-decoration:none}.footer__info__content__urls a:hover{color:#202020}.horizontal-separator{background:#ebebeb;height:1px;width:100%}.horizontal-separator--mobile{display:none}.author-main{display:flex;padding:32px;gap:clamp(21px,2vw,42px);align-items:center;justify-content:space-between;background:#fff;border:1px solid rgb(235,235,235);border-radius:22px}.author-main--image{overflow:hidden;border-radius:50%;min-width:143px;height:143px}.author-main__text{display:flex;flex-direction:column;gap:12px}.author-main--tag{font-size:14px;font-weight:500;color:gray;line-height:100%}.author-main--title{font-size:45px;font-weight:700;line-height:100%}.author-main--description{font-size:16px;color:#202020cc;line-height:100%}.faq{display:flex;margin-top:45px;max-width:1300px;width:100%;justify-content:space-between;margin-bottom:50px}.faq__left{max-width:500px}.faq__left h2{margin-bottom:20px}.faq__rigth{max-width:650px;width:100%;display:flex;flex-direction:column;gap:6px}.faq__rigth__item{font-size:16px}.faq__rigth__item--question{cursor:pointer;list-style:none;background:#fff;padding:18px;border-radius:10px;font-weight:600;position:relative;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease}.faq__rigth__item--question img{transition:all .2s ease}.faq__rigth__item--question::-webkit-details-marker{display:none}.faq__rigth__item[open] .faq__rigth__item--question{background:#fffc}.faq__rigth__item[open] .faq__rigth__item--question img{transform:rotate(180deg)}.faq__rigth__item--answer{margin-top:1rem;color:var(--text-primary);padding-left:18px;background:transparent;font-weight:400}.faq__rigth__item--answer div{max-height:0;transition:max-height 1s ease}.faq__rigth__item[open] .faq__rigth__item--answer div{max-height:1000px}@media(max-width:768px){.horizontal-separator--mobile{display:block}.header{padding-left:15px;background:#f5f5f5;padding-right:15px}.header__btns .btn--white{display:none}.header__btns .btn{width:89px;padding:8px 20px;font-size:13px;box-sizing:content-box}.header__btns--mobile{display:flex;flex-direction:column-reverse;width:100%;gap:12px;bottom:80px;position:absolute}.header__btns--mobile .btn--white{display:flex}.header__btns--mobile .btn{width:100%;box-sizing:border-box;box-shadow:none}.header .burger{display:flex;flex-direction:column;box-shadow:0 2px 4px #0000000a;gap:4px;width:37px;height:37px;background:none;border:none;border-radius:50%;align-items:center;justify-content:center;transition:box-shadow .2s ease;cursor:pointer;position:relative}.header .burger span{width:12.3333330154px;height:1px;border-radius:12px;background:#1a1a1a;transition:all .3s ease-in-out;transform-origin:center}.header .burger.active span:nth-child(1){transform:translateY(5px) rotate(45deg)}.header .burger.active span:nth-child(2){opacity:0;transform:scaleX(0)}.header .burger.active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.header .burger:hover{background:#0000000a}.header .nav-menu{flex-direction:column;align-items:flex-start;justify-content:flex-start}.header .nav-menu.active{max-height:100%;height:100vh}.header .nav-menu.active .opened-nav-menu{display:flex;flex-direction:column;text-align:left;align-items:flex-start;justify-content:flex-start;position:relative;max-height:100%;opacity:1;top:0;left:0;transform:translate(0);background:transparent;padding:0;box-shadow:none}.header .nav-menu.active .opened-nav-menu .nav-link{text-align:left}.header .nav-menu.active .nav-link{width:100%;font-size:18px;font-weight:500;color:#202020}.header .nav-menu.active .nav-link.opener{font-size:13px;font-weight:700;color:gray}.header .nav-menu.active+.header__btns .btn--purple{display:none}.content-image{overflow:hidden}.content-image img{width:100%}.content-image-v1{max-height:220px}.content-image--mini{width:auto}.content-image--mini-v2{width:100%;height:auto!important}.header-container{flex-wrap:wrap}.nav-menu{order:3;width:100%;margin-top:1rem;justify-content:center;flex-wrap:wrap}.nav-link{padding:.6rem 1.2rem;font-size:.9rem}.wrapper{padding-right:15px;padding-left:15px}.section{padding:0}.contact-item{flex-direction:column;text-align:center}.support-cards-grid{grid-template-columns:1fr}.nav-menu{max-height:0px;overflow:hidden;margin-top:0;transition:all .3s ease}.nav-menu.active{max-height:500px;margin-top:1rem;padding-top:1rem}.hero__image{height:auto;width:100%}.hero__image picture{width:100%}.hero__image picture img{width:100%}.hero--btn{font-size:14px;bottom:18px;padding:12px 22px}.hero--v2 .hero__text{left:20px}.hero--v2 .hero__text--title{font-size:26px;max-width:214px}.hero--v2 .hero--btn{width:138px;box-sizing:content-box}.author__card__author--title{line-height:90%}.author__card__author--description{line-height:100%}h1{font-size:32px}.section__main__content{gap:42px}.section__main__card{gap:12px}.section__main__card__text{gap:6px}.section__main__card--title{font-size:22px;line-height:100%}.section__main__card--description{font-size:16px}.section__main__card__author__text{gap:2px}.section__main__card__author--title{font-size:14px}.section__main__card__author--description{font-size:12px}.section__partners{flex-direction:column}.section__partners__header h2{font-size:32px}.section__partners__content{padding:0;margin-top:26px;gap:17px;display:flex;flex-wrap:wrap}.section__with-table{flex-direction:column}.section__with-table__header h2{font-size:32px}.section__with-table__content{padding:0;margin-top:26px}.section__with-image{flex-direction:column}.section__with-image__header h2{font-size:32px}.section__with-image__content{padding:0;margin-top:26px;width:100%;overflow:hidden;border-radius:22px}.section__deposits__item{flex-direction:column-reverse}.section__deposits__item--image picture{width:100%}.section__deposits__item--image picture img{width:100%}.section__deposits__item--count{font-size:14px}.section__deposits__item--title{font-size:32px}.section__deposits__item--description{font-size:16px}.section__articles__content{display:flex;flex-direction:column}.footer__partners{width:100%;overflow:hidden}.footer__payment{gap:38px;animation:animPartner 20s linear infinite}.footer__info{padding-left:15px;padding-right:15px}.footer__info__header{flex-direction:column;gap:22px}.footer__info__header p{font-size:14px;line-height:100%}.footer__info__header .btn{width:100%;padding:12px 36px;font-size:14px}.footer__info__content{flex-direction:column;align-items:flex-start;gap:32px}.footer__info__content__urls{flex-direction:column;gap:14px}.footer__info__content__rights{font-size:14px;color:gray}@keyframes animPartner{0%{transform:translate(0)}50%{transform:translate(-50%)}to{transform:translate(-100%)}}.author-main{flex-direction:column;align-items:flex-start;padding:16px}.author-main--image{width:74px;height:74px;min-width:0}.author-main--tag{font-size:13px}.author-main--title{font-size:28px}.author-main--description{font-size:16px}.section__policy{flex-direction:column}.section__policy--progress{opacity:0;display:none;transition:var(--transition)}.section__policy aside{margin-top:22px;margin-bottom:22px;border:1px solid rgb(235,235,235);background:#fff;padding:10px 14px;border-radius:10px;width:100%}.section__policy aside p{display:flex;align-items:center;justify-content:space-between}.section__policy aside p svg{transition:var(--transition)}.section__policy aside nav{max-height:0px;transition:var(--transition);overflow:hidden}.section__policy aside.active nav{max-height:400px}.section__policy aside.active p svg{transform:rotate(540deg)}.section__policy aside.active .section__policy--progress{display:block;opacity:1}.section__policy--burger{display:block}.faq{flex-direction:column;padding:0 15px}.faq__rigth,.faq__left{flex:1;max-width:none}.faq__left{text-align:center;margin-bottom:22px}}

/* Updated styles for text structure and tables */
.section__text p {
    margin-bottom: 18px;
    line-height: 1.7;
}
.section__text h1 {
    font-size: 32px !important;
    margin-top: 56px;
    margin-bottom: 24px;
}
@media (max-width: 768px) {
    .section__text h1 {
        font-size: 26px !important;
        margin-top: 40px;
    }
}
.section__text h2 {
    margin-top: 36px;
    margin-bottom: 16px;
}
.section__text h3 {
    margin-top: 28px;
    margin-bottom: 12px;
}
.section__text ul {
    margin-bottom: 24px;
    padding-left: 28px;
}
.section__text li {
    margin-bottom: 8px;
    line-height: 1.6;
}
.section__with-table__content {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 32px;
    padding: 0 !important;
}
.section__with-table__content table {
    width: 100%;
    background: #ffffff;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e8e8e8 !important;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: none !important;
}
.section__with-table__content table th {
    background: #f2f2f2 !important;
    font-weight: 600;
    color: #202020;
    text-align: left !important;
    padding: 16px 24px !important;
    border-bottom: 1px solid #e8e8e8 !important;
}
.section__with-table__content table td {
    padding: 16px 24px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    color: #555;
    background: #fff;
    border-left: none !important;
    border-right: none !important;
}
.section__with-table__content table tr:last-child td {
    border-bottom: none !important;
}

html { scroll-behavior: smooth; }
h2 { scroll-margin-top: 100px; }

.hero__image {
    height: auto !important;
}
.hero__image picture, .hero__image img {
    display: block;
    width: 100%;
    height: auto !important;
}
@media (max-width: 768px) {
    .header-container > .header__btns .btn {
        display: none !important;
    }
}

/* Fix mobile horizontal overflow */
/* overflow moved to wrapper to preserve sticky header */
.section__with-table__content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
.section__with-table__content table {
    min-width: 500px; /* Ensure table doesn't squash too much, allows scrolling */
}

.btn--play-mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .btn--play-mobile {
        display: flex !important;
        background: linear-gradient(90deg, #7941f8 17.4%, #220368);
        box-shadow: 0 4px 12px rgba(0,0,0,0.12);
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 8px;
        padding: 8px 20px;
        color: #fff;
        text-decoration: none;
        border: none;
        font-weight: 700;
        margin-right: 8px;
    }
    
    .header {
        position: relative !important;
    }
    
    .header-container > .nav-menu {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        width: 100% !important;
        background: #ffffff !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
        max-height: 0 !important;
        overflow: hidden !important;
        transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out !important;
        margin-top: 0 !important;
        padding: 0 !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
    }
    
    .header-container > .nav-menu.active {
        max-height: 400px !important;
        padding: 20px 0 !important;
    }
    
    .nav-link {
        width: 100% !important;
        text-align: center !important;
        padding: 12px 20px !important;
        font-size: 16px !important;
        display: block !important;
    }
    
    /* Ensure the inline CSS doesn't hide our play button */
    .header-container > .header__btns .btn--play-mobile {
        display: flex !important;
    }
}


/* Fix sticky header and horizontal scroll */
body, html {
    overflow-x: visible !important;
}
.wrapper, .footer {
    overflow-x: clip; /* clip prevents scroll but does not break sticky */
    max-width: 100vw;
}
.header {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
}

@media (max-width: 768px) {
    .header-container > .nav-menu {
        display: flex !important; /* Ensure it is flex */
        z-index: 9998 !important;
    }
    .header-container > .nav-menu.active {
        max-height: 100vh !important;
    }
}

/* Hero banner content overlay */
.hero__content {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    z-index: 2;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0,0,0,0.8);
}
.hero__subtitle {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    color: #ffd700;
    letter-spacing: 1px;
}
.hero__title {
    font-size: 52px !important;
    font-weight: 800;
    margin: 0 !important;
    line-height: 1.1;
    text-transform: uppercase;
}
.hero__text {
    font-size: 22px;
    font-weight: 600;
    margin: 0 !important;
}
.hero--btn {
    position: relative !important;
    bottom: auto !important;
    margin-top: 20px;
    animation: pulseButton 2s infinite !important;
}

@keyframes pulseButton {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(121, 65, 248, 0.7);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(121, 65, 248, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(121, 65, 248, 0);
    }
}

@media (max-width: 768px) {
    .hero__content {
        left: 50%;
        transform: translate(-50%, -50%);
        align-items: center;
        text-align: center;
        width: 90%;
    }
    .hero__subtitle {
        font-size: 16px;
    }
    .hero__title {
        font-size: 32px !important;
    }
    .hero__text {
        font-size: 16px;
    }
    .hero--btn {
        margin-top: 12px;
    }
}

/* Add animation to top header 'Play' button and footer 'Play' button */
.footer__info--btn {
    animation: pulseButton 2s infinite !important;
}
