

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #f5f7fa;
    color: #333;
    line-height: 1.6;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}


h1 {
    font-family: Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

h2 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    color: #333;
}

h3 {
    font-size: 1.4rem;
    color: #2c3e50;
}


p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}


a {
    text-decoration: none;
    color: #4a90e2;
    transition: color 0.2s ease;
}

a:hover {
    color: #fa4b2a;
    text-decoration: underline;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.responsive {
    padding: 0 5px;
    float: left;
    width: 49.99999%;
}

.new {
    padding: 0 5px;
    float: left;
    width: 33%;
}

.clearfix {
    clear: both;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


div.gallery {
    background: rgba(250, 235, 215, 0.2);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0;
}

div.gallery:hover {
    border: 1px solid #777;
}


.right-col iframe {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}



.pricing-header {
    background: linear-gradient(135deg, #2c3e50, #4a6572);
    color: #fff;
    padding: 10px;
    text-align: center;
}

.pricing-header h2 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}

.pricing-header p {
    opacity: 0.9;
    font-size: 16px;
    color: #fff;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
}

.pricing-table thead {
    background-color: #f1f8ff;
}

.pricing-table th {
    padding: 13px 10px;
    text-align: left;
    font-weight: 600;
    color: #2c3e50;
    border-bottom: 1px solid #e1e5eb;
}

.pricing-table td {
    padding: 11px 10px;
    border-bottom: 1px solid #eef1f5;
}

.pricing-table th:first-child,
.pricing-table td:first-child {
    padding-left: 25px;
}

.pricing-table th:nth-child(2),
.pricing-table th:nth-child(3),
.pricing-table td:nth-child(2),
.pricing-table td:nth-child(3) {
    text-align: center;
}

.pricing-table td:nth-child(2),
.pricing-table td:nth-child(3) {
    font-weight: 600;
}

.pricing-table tr:nth-child(even) {
    background-color: #f9fbfd;
}

.pricing-table tr:hover {
    background-color: #f0f7ff;
}

.price {
    color: #2c5aa0;
    font-size: 18px;
}

.highlight {
    background-color: #e8f4ff !important;
    position: relative;
}

.highlight:after {
    content: "★";
    color: #ff9d00;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.note-section {
    padding: 20px 25px;
    background-color: #f9fbfd;
    border-top: 1px solid #e1e5eb;
    font-size: 14px;
    color: #5a6c7d;
}

.note-section p {
    margin-bottom: 8px;
}

.guarantee {
    display: inline-block;
    background: #e8f4ff;
    padding: 8px 15px;
    border-radius: 20px;
    margin-top: 10px;
    font-weight: 500;
    color: #2c5aa0;
}



.piste-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.pista-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pista-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.pista-header {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e8ed;
}

.difficulty-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}

.difficulty-icon.blue {
    background-color: #3498db;
}

.difficulty-icon.green {
    background-color: #2E8B57;
}

.difficulty-icon.red {
    background-color: #e74c3c;
}

.difficulty-icon.black {
    background-color: #2c3e50;
}

.pista-title {
    font-size: 1.4rem;
    color: #2c3e50;
    margin: 0;
}

.pista-content {
    padding: 20px;
}

.pista-info {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.pista-info i {
    margin-right: 10px;
    color: #3498db;
    width: 20px;
    text-align: center;
    font-style: normal;
}

.pista-info p {
    margin: 0;
}

.nocturna {
    display: inline-block;
    background-color: #9b59b6;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-top: 5px;
}



.new iframe,
.responsive-iframe {
    width: 100%;
    height: 350px;
    border: 0;
    overflow: hidden;
}



.titlu {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 1rem;
}

.content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}



.adsbygoogle {
    min-height: 90px;
    display: block;
    width: 100%;
}




@media only screen and (max-width: 992px) {
    .responsive {
        width: 49.99999%;
        float: left;
    }
    .new {
        width: 33.99999%;
        float: left;
    }
    .piste-container {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media only screen and (max-width: 768px) {
    .container {
        padding: 0 10px;
    }
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
    .new {
        width: 100%;
        margin: 6px 0;
    }
    h1 {
        font-size: 1.2rem;
    }
    .pricing-table {
        display: block;
        overflow-x: auto;
    }
    .pricing-table th,
    .pricing-table td {
        font-size: 14px;
        padding: 12px 10px;
    }
    .pricing-table th:first-child,
    .pricing-table td:first-child {
        padding-left: 15px;
    }
    .price {
        font-size: 16px;
    }
    .pricing-header h2 {
        font-size: 22px;
    }
    .piste-container {
        grid-template-columns: 1fr;
    }
    .pista-title {
        font-size: 1.2rem;
    }
}


@media only screen and (max-width: 600px) {
    h1 {
        font-size: 1.1rem;
    }
    p {
        font-size: 0.9rem;
    }
    .pricing-header h2 {
        font-size: 18px;
    }
    .pricing-table th,
    .pricing-table td {
        font-size: 12px;
        padding: 8px 5px;
    }
    .price {
        font-size: 14px;
    }
    .note-section {
        padding: 12px 15px;
        font-size: 12px;
    }
    .guarantee {
        font-size: 12px;
        padding: 5px 12px;
    }
    .pista-info {
        font-size: 14px;
    }
    .new iframe {
        height: 280px;
    }
}


@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
        margin-bottom: 10px;
    }
    .new {
        width: 100%;
    }
    .pista-header {
        padding: 12px 15px;
    }
    .pista-title {
        font-size: 1.1rem;
    }
    .pista-content {
        padding: 15px;
    }
    .pista-info {
        font-size: 13px;
    }
}
