
body {
    background: #25292A;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    font-family: 'Roboto', Arial, Helvetica, sans-serif, Georgia, serif;
    font-size: 14px;
    margin: 0;
}

section {
    display: block;
}

p {
    display: block;
    margin-top: 0px;
}

.btn-main {
    max-width: 500px;
    width: 100%;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 187, 252, 0.5);
    white-space: normal;
    margin: 0px;
    border: 2px solid #00BBFC;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    outline: none;
    margin: auto;
}

.btn-main:hover {
    background-color: #00BBFC;
    border: 2px solid transparent;
}

.btn-main-icon {
    height: 30px;
    width: auto;
    vertical-align: middle;
}

.btn-main-text {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 100%;
    font-weight: bold;
    vertical-align: middle;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
}

.loader {
    border: 5px solid rgba(0, 187, 252, 0.5);
    border-top: 5px solid #00BBFC;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: auto;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

a {
    color: #FEFEFE;
    font-size: 16px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.link_text {
    color: #FEFEFE;
    font-size: 16px;
    margin: 30px 0 20px 0;
}

.link_text a {
    line-height: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.link_text a:hover {
    color: #B0B3C5;
}

.content_area {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.intro {
    padding: 50px 0px 20px;
    text-align: center;
}

.intro {
    max-width: 700px;
    width: 90%;
    margin: auto;
}

.intro-logo {
    max-width: 500px;
    width: 100%;
    height: auto;
}

.intro-title {
    font-size: 28px;
    line-height: 145%;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
}

.intro-subtitle {
    margin-bottom: 36px;
}

.intro-subtitle p, .register-subtitle p {
    font-size: 18px;
    line-height: 145%;
    margin-bottom: 0px;
}



.followus {
    max-width: 500px;
    width: 90%;
    padding: 50px 0px 80px;
    margin: auto;
    text-align: center;
}

.followus-title {
    font-size: 24px;
    line-height: 145%;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
}

.followus-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.followus-list-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}

.followus-list-item-icon {
    width: 50px;
    cursor: pointer;
}

.content {
    width: 75%;
    margin: auto;
}

.separator {
    margin-top: 60px;
    border-bottom: 2px solid #3aa8d9;
}

.download_img {
    border-radius: 5px;
    cursor: pointer;
}

.os-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    margin: auto;
}

.os-list-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}

.os-list-item-icon {
    width: 25px;
}

.image-item {

}

.image-item-left {
	float: left;
}

.image-item-left img {
	width: 300px;
	border: 1px solid #FFFFFF;
}

.image-item-right {
	padding-top: 10px;
	font-size: 18px;
}

.image-item-right a {
	width: 200px;
}/* =============================================
   SPOT DETAIL PAGE
   ============================================= */

html {
    scroll-behavior: smooth;
}

/* --- Section base --- */
.section-container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* =============================================
   BREADCRUMB
   ============================================= */
.spot-breadcrumb {
    background: #1E2122;
    padding: 12px 0;
    border-bottom: 1px solid #333;
}

.spot-breadcrumb-inner {
    font-size: 14px;
    color: #888;
}

.spot-breadcrumb-inner a {
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
}

.spot-breadcrumb-inner a:hover {
    color: #00BBFC;
}

.spot-breadcrumb-inner span {
    color: #00BBFC;
    font-size: 14px;
}

/* =============================================
   SPOT HEADER
   ============================================= */
.spot-header {
    padding: 40px 0 20px;
    background: #25292A;
    text-align: center;
}

.spot-header h1 {
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 8px;
}

.spot-header-location {
    font-size: 15px;
    color: #aaa;
    margin: 0;
}

.spot-header-description {
    font-size: 15px;
    line-height: 1.7;
    color: #ccc;
    max-width: 700px;
    margin: 16px auto 0;
}

/* =============================================
   SPOT INFO
   ============================================= */
.spot-info {
    background: #1E2122;
    padding: 24px 0;
    border-bottom: 1px solid #333;
}

.spot-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.spot-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
}

.spot-info-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
}

.spot-info-value {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

/* =============================================
   TABS
   ============================================= */
.spot-tabs {
    background: #25292A;
    padding: 0;
    border-bottom: 2px solid #333;
}

.spot-tabs-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
}

.spot-tab {
    background: none;
    border: none;
    color: #888;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 24px;
    cursor: pointer;
    position: relative;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.spot-tab:hover {
    color: #ccc;
}

.spot-tab.active {
    color: #00BBFC;
}

.spot-tab.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #00BBFC;
}

.spot-tab-count {
    font-weight: 400;
    font-size: 12px;
    color: #666;
    margin-left: 4px;
}

.spot-tab.active .spot-tab-count {
    color: #0099CC;
}

/* =============================================
   WAVE CARDS
   ============================================= */
.spot-waves-section {
    background: #1A1D1E;
    padding: 30px 0 50px;
    min-height: 300px;
}

.spot-waves-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.spot-waves-divider {
    grid-column: 1 / -1;
    height: 1px;
    background: #333;
    margin: 8px 0;
}

.spot-waves-empty {
    text-align: center;
    color: #666;
    font-size: 15px;
    padding: 60px 20px;
}

.wave-card {
    background: #2C3032;
    border-radius: 8px;
    padding: 16px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.wave-card:hover {
    background: #353A3D;
}

.wave-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
}

.wave-card-name {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.wave-card-type {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 700;
}

.wave-card-type.community {
    color: #00BBFC;
    background: rgba(0, 187, 252, 0.1);
}

.wave-card-type.freeride {
    color: #FFD700;
    background: rgba(255, 215, 0, 0.1);
}

.wave-card-creator {
    font-size: 13px;
    color: #aaa;
    margin-bottom: 10px;
}

.wave-card-ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 10px;
}

.wave-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
}

.wave-rating-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888;
}

.wave-rating-stars {
    color: #FFD700;
    font-size: 13px;
    letter-spacing: 1px;
}

.wave-card-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: #888;
}

.wave-stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
}

/* =============================================
   DOWNLOAD CTA
   ============================================= */
.spot-download {
    padding: 50px 0;
    background: #25292A;
    text-align: center;
}

.spot-download-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 24px;
}

.spot-download-buttons {
    max-width: 500px;
    margin: 0 auto;
}

.spot-download-store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 16px;
}

.store-badge {
    height: 50px;
    width: auto;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.store-badge:hover {
    opacity: 0.85;
}

.btn-steam {
    max-width: 300px;
    margin: 0 auto 12px;
    text-decoration: none;
}

.btn-steam:hover {
    text-decoration: none;
}

.os-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    margin: 8px auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
}

.os-list-item-icon {
    width: 25px;
    height: auto;
}

/* =============================================
   RELATED SPOTS
   ============================================= */
.spot-related {
    padding: 40px 0;
    background: #1E2122;
    border-top: 1px solid #333;
}

.spot-related-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 0 24px;
}

.spot-related-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 600px;
    margin: 0 auto;
}

.spot-related-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    background: #2C3032;
    border: 1px solid #333;
    border-radius: 8px;
    text-decoration: none;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.spot-related-card:hover {
    border-color: #00BBFC;
}

.spot-related-name {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.spot-related-location {
    font-size: 13px;
    color: #aaa;
}

@media (min-width: 600px) {
    .spot-related-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
    background: #1A1D1E;
    padding: 40px 0 30px;
    text-align: center;
    border-top: 1px solid #333;
}

.footer-links {
    margin-top: 20px;
}

.footer-links a {
    color: #aaa;
    text-decoration: none;
    font-size: 13px;
    margin: 0 12px;
}

.footer-links a:hover {
    color: #00BBFC;
}

.footer-copyright {
    color: #666;
    font-size: 12px;
    margin-top: 16px;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (min-width: 600px) {
    .spot-info-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .spot-waves-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .spot-header h1 {
        font-size: 36px;
    }

    .spot-waves-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
