/*!
 * RiFortuna - Custom Optimized Styles
 * Basado en Casina Template (solo componentes usados)
 * Optimizado: Reducción del 83% (164KB → 28KB)
 * Incluye estilos personalizados de tarjetas de precios
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}
*,
::before,
::after {
    box-sizing: inherit;
}
body {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
a {
    background-color: transparent;
    transition: 0.3s all linear;
    display: inline-block;
    text-decoration: none;
    color: #fff;
}
a:hover {
    color: #00d190;
}
img {
    border-style: none;
    max-width: 100%;
    height: auto;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input,
textarea,
select {
    border-radius: 3px;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #fff;
    text-transform: uppercase;
}
body h1 {
    font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
    body h1 {
        font-size: 3rem;
    }
}
body h2 {
    font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
    body h2 {
        font-size: 2.25rem;
    }
}
body h3 {
    font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
    body h3 {
        font-size: 1.875rem;
    }
}
body h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    body h4 {
        font-size: 1.5rem;
    }
}
body h5 {
    font-size: 1.25rem;
}
body h6 {
    font-size: 1.125rem;
}
body ul {
    padding: 0;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.padding-top {
    padding-top: 5rem;
}
@media (max-width: 991px) {
    .padding-top {
        padding-top: 3.75rem;
    }
}
@media (max-width: 767px) {
    .padding-top {
        padding-top: 2.5rem;
    }
}
.padding-bottom {
    padding-bottom: 5rem;
}
@media (max-width: 991px) {
    .padding-bottom {
        padding-bottom: 3.75rem;
    }
}
@media (max-width: 767px) {
    .padding-bottom {
        padding-bottom: 2.5rem;
    }
}
.pb-0 {
    padding-bottom: 0 !important;
}
.scrollToTop {
    position: fixed;
    bottom: 1.875rem;
    right: 1.875rem;
    z-index: 999;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background: #00d190;
    color: #fff;
    font-size: 1.25rem;
    line-height: 3.125rem;
    text-align: center;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 767px) {
    .scrollToTop {
        bottom: 0.625rem;
        right: 0.625rem;
    }
}
.scrollToTop.active {
    opacity: 1;
    visibility: visible;
}
.scrollToTop:hover {
    background: #09152d;
    color: #00d190;
    transform: translateY(-5px);
}
.logo {
    display: inline-block;
    line-height: 0;
}
.logo img {
    max-height: 60px;
    width: auto;
}
@media (max-width: 767px) {
    .logo img {
        max-height: 50px;
    }
}
.body-shape {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
    pointer-events: none;
}
.body-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #09152d;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preloader-inner {
    position: relative;
}
.preloader-icon {
    width: 3.75rem;
    height: 3.75rem;
    position: relative;
}
.preloader-icon span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00d190;
    animation: spin 1s linear infinite;
}
.preloader-icon span:nth-child(2) {
    animation-delay: 0.15s;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.section-wrapper {
    position: relative;
}
.about-section {
    padding: 5rem 0;
    position: relative;
}
@media (max-width: 991px) {
    .about-section {
        padding: 3.75rem 0;
    }
}
@media (max-width: 767px) {
    .about-section {
        padding: 2.5rem 0;
    }
}
.about-section.style2 {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
}
.about-image {
    position: relative;
    margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
    .about-image {
        margin-bottom: 0;
    }
}
.about-wrapper {
    position: relative;
}
.price-section {
    padding: 5rem 0;
    position: relative;
}
@media (max-width: 991px) {
    .price-section {
        padding: 3.75rem 0;
    }
}
@media (max-width: 767px) {
    .price-section {
        padding: 2.5rem 0;
    }
}
.price-item {
    position: relative;
    margin-bottom: 1.875rem;
    background: linear-gradient(135deg, #0f1f3a 0%, #08152c 100%);
    border: 2px solid #00d190;
    border-radius: 15px;
    padding: 1.875rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    overflow: visible;
}
.price-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 209, 144, 0.3);
    border-color: #fff;
}
.price-item-inner {
    position: relative;
    text-align: center;
}
.price-top {
    margin-bottom: 1.25rem;
}
.price-top h6 {
    color: #00d190;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
}
.price-top h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 0;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}
.price-bottom {
    margin-top: 1.25rem;
}
.price-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.price-bottom ul li {
    padding: 0.5rem 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.price-bottom ul li:last-child {
    border-bottom: none;
}
.price-bottom .btn {
    margin-top: 1.25rem;
    padding: 0.875rem 1.875rem;
    background: linear-gradient(90deg, #00d190 0%, #00ffa3 100%);
    color: #09152d;
    border: none;
    border-radius: 25px;
    font-size: 1.125rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-transform: uppercase;
    box-shadow: 0 6px 20px rgba(0, 209, 144, 0.4);
}
.price-bottom .btn:hover {
    background: linear-gradient(90deg, #ffd700 0%, #ffa500 100%);
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.5);
}
.popular-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: linear-gradient(135deg, #eb1c24 0%, #ff4444 100%);
    color: #fff;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(235, 28, 36, 0.5);
    letter-spacing: 1px;
    z-index: 1;
}
.footer-section {
    background: #000;
    padding: 3.125rem 0 1.25rem;
    position: relative;
}
.footer-middle {
    padding-bottom: 1.875rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-middle-item-wrapper {
    margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
    .footer-middle-item-wrapper {
        margin-bottom: 0;
    }
}
.footer-middle-item {
    position: relative;
}
.fm-item-title h2 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    color: #00d190;
}
.fm-item-content {
    position: relative;
}
.fm-item-content p {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}
.fm-item-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fm-item-content ul li {
    margin-bottom: 0.625rem;
    color: rgba(255, 255, 255, 0.8);
}
.fm-item-content ul li a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}
.fm-item-content ul li a:hover {
    color: #00d190;
    padding-left: 5px;
}
.footer-bottom {
    padding-top: 1.875rem;
}
.footer-bottom-content {
    text-align: center;
}
.footer-bottom-content p {
    margin-bottom: 0.625rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}
.footer-bottom-content a {
    color: #00d190;
}
.footer-bottom-content a:hover {
    color: #fff;
}
@media (max-width: 991px) {
    .d-lg-none {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .d-md-none {
        display: none !important;
    }
}
@media (max-width: 575px) {
    .d-sm-none {
        display: none !important;
    }
}
.w-100 {
    width: 100% !important;
}
.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}
.img-full-mobile {
    width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .img-full-mobile {
        width: 100% !important;
        max-width: 100%;
    }
}
.match-social-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.match-social-list li {
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.match-social-list li:last-child {
    border-bottom: none;
}
.match-social-list li a {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}
.match-social-list li a:hover {
    color: #00d190;
    padding-left: 5px;
}
.match-social-list li span {
    color: #00d190;
    font-weight: 600;
    margin-right: 5px;
}
