@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
@import url('https://cdn-uicons.flaticon.com/4.0.0/uicons-bold-rounded/css/uicons-bold-rounded.css');
@import url('https://cdn-uicons.flaticon.com/4.0.0/uicons-solid-straight/css/uicons-solid-straight.css');
@import url('https://cdn-uicons.flaticon.com/4.0.0/uicons-solid-rounded/css/uicons-solid-rounded.css');
@import url('https://cdn-uicons.flaticon.com/4.0.0/uicons-solid-chubby/css/uicons-solid-chubby.css');

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

html, body {
  scroll-behavior: smooth;
}

body {
    font-family: "Play", Tahoma, Geneva, Verdana, sans-serif;
    background: url('/img/builds.webp') no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
    color: #fff;
}

@font-face {
    font-family: 'Conthrax'; 
    src: url('/fonts/conthraxsemibold.otf') format('truetype');
    font-weight: normal; 
    font-style: normal; 
}

h2 {
    font-weight: normal;
}

.form-control {
  background-color: #2d2d2d;
  border-radius: 5px;
  border: #444 1px solid;
  height: 30px;
  width: 280px;
  color: #ddd;
  padding: 0px 5px 0px 5px;
}

.form-control-massage {
  background-color: #2d2d2d;
  border-radius: 5px;
  border: #444 1px solid;
  height: 30px;
  width: 280px;
  color: #ddd;
  padding: 0px 5px 0px 5px;
}

.form-control-modal {
  background-color: #2d2d2d;
  border-radius: 5px;
  border: #444 1px solid;
  height: 30px;
  width: 100%;
  color: #ddd;
  padding: 0px 5px 0px 5px;
}

.form-group {
  color: #fff;
  font-weight: 500;
  padding-bottom: 15px;
}

.form__send-result {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
  padding-top: 15px;
}

.form__send-result-modal {
  text-align: center;
  margin: 0 auto;
  max-width: 220px;
  padding-top: 15px;
}

.form-control-massage-modal {
  background-color: #2d2d2d;
  border-radius: 5px;
  border: #444 1px solid;
  min-height: 100px;
  width: 100%;
  color: #ddd;
  padding: 0px 5px 0px 5px;
  resize: none;
}

.btn {
  border: 1px solid #b9e769;
  background: transparent;
  border-radius: 10px;
  font-family: "Play", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
}

.btn:hover {
  box-shadow: 0px 0px 15px #b9e769;
  background: #467932;
}

.btn-position {
  text-align: center;
  padding-top: 20px;
}

.btn-position-modal {
  text-align: center;
  padding-top: 20px;
}

.btn{
  margin-bottom: 15px;
} 

.link-primary {
    color: #b9e769;
    font-weight: 700;
    transition: 0.3s;
}

.link-primary:hover {
    color: #467932;
}

.builds-container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 0;
}

.builds-header {
    background: rgba(0, 0, 0, 0.6);
    display: grid;
    grid-template-columns: 1fr 420px;
    align-items: center;
    padding: 20px;
    font-size: 26pt;
    font-weight: 700;
    border-radius: 10px;
    margin: 100px 0px 10px 0px;
    min-height: 400px;
    justify-items: center;
}

.builds-name {
    font-size:35pt; 
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.modelBtn {
    border: 1px solid #b9e769;
    background: transparent;
    border-radius: 10px;
    font-size: 16px;
    padding: 15px 15px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}

.modelBtn:hover {
    box-shadow: 0px 0px 15px #b9e769;
    background: #467932;
    color: #fff;
}

.formBtn {
    border: 1px solid #b9e769;
    background: transparent;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Play", Tahoma, Geneva, Verdana, sans-serif;
    padding: 15px 15px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}

.formBtn:hover {
    box-shadow: 0px 0px 15px #b9e769;
    background: #467932;
}

.block-1-buttons {
    display: flex;
    align-items: center;
    padding-top: 20px;
    gap: 20px;
}

.title-1 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14pt;
    margin-bottom: 10px;
}

.advantages-list {
    display: flex;
    font-size: 10pt;
    gap: 30px;
    margin: 30px 0px 20px 0px;
    color: #b9e769;
}

.builds-body {
    background: #1e1e1e;
    border-radius: 10px;
    min-height: 500px;
    margin-bottom: 10px;
    padding: 20px;
    overflow: hidden;
    min-width: 0;
}

.builds-info {
    display: flex;
    gap: 5px;
    margin-top: 20px;
}

.fi-ss-shield-check {
    color: #b9e769;
    font-size: 25pt;
}

.fi-ss-clipboard-list-check {
    color: #b9e769;
    font-size: 25pt;
}

.fi-sr-headset {
    color: #b9e769;
    font-size: 25pt;
}

.fi-sr-badge-check {
    color: #b9e769;
    font-size: 25pt;
}

.fi-ss-smile {
    color: #b9e769;
    font-size: 25pt;
}

.builds-cards {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
    min-width: 0;
    justify-content: center;
}

.build-card {
    min-width: 0;
}

.build-card h3 {
    font-size: 18pt;
    margin-bottom: 10px;
}

.build-card p {
    font-size: 12pt;
    color: #b9e769;
}

.build-card-img {
    width: 235px;
    height: auto;
    border-radius: 12px;
    display: block;
}

.configurator-info {
    margin-top: 40px;
    gap: 20px;
}

/* Configurator block styles */
.configurator-block {
    background: linear-gradient(135deg, rgba(10,8,18,0.55), rgba(30,16,45,0.55));
    border-radius: 12px;
    padding: 18px;
}

.configurator-inner {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 18px;
    align-items: start;
}

.configurator-left {
    padding: 6px 12px;
}

.configurator-title {
    font-family: Conthrax, "Play", Tahoma, Geneva, sans-serif;
    font-size: 20pt;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #9900ff;
    margin-bottom: 12px;
}

.configurator-features {
    list-style: none;
    color: #dcdcdc;
    font-size: 14px;
    line-height: 1.5;
}

.configurator-features li {
    margin: 8px 0;
    padding-left: 18px;
    position: relative;
}

.configurator-features li:before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #b9e769;
    font-weight: 700;
}

.configurator-free-check {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 18px;
    background: rgba(185,231,105,0.06);
    padding: 10px;
    border-radius: 8px;
}

.configurator-free-check .avatars {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.free-check-text { color: #f3f3f3; }
.free-check-text .small { color: #d0d0d0; font-size: 13px; margin-top: 4px; }

.configurator-center { padding: 6px 12px; }

.config-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(0,0,0,0.18);
    border-radius: 8px;
    overflow: hidden;
}

.config-table td {
    padding: 12px 14px;
    vertical-align: middle;
    color: #eaeaea;
}

.config-table tr { border-bottom: 1px solid rgba(255,255,255,0.04); }

.config-table tr:last-child { border-bottom: none; }

.col-name { color: #b9e769; font-weight: 700; width: 45%; }
.col-value { color: #ffffff; }
.col-price { text-align: right; color: #d6d6d6; white-space: nowrap; }

.configurator-right { padding: 20px 12px; text-align: center; display: flex; flex-direction: column; gap: 12px; align-items: center; }

.config-summary {
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.15));
    padding: 18px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.summary-label { color: #b9e769; font-weight: 700; }
.summary-amount { font-size: 28px; font-weight: 800; color: #ffffff; }

.save-build {
    display: inline-block;
    background: linear-gradient(90deg, #9900ff 0%, #6b3bff 100%);
    color: #fff;
    padding: 12px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
}

.get-consult {
    display: inline-block;
    color: #fff;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.06);
}

.summary-note { color: #cfcfcf; font-size: 13px; }

.help-block {
    background: rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 30px 0;
    margin: 40px 0 30px;
}

.help-block-inner {
    display: grid;
    grid-template-columns: 320px 1fr 300px;
    gap: 24px;
    padding: 0 30px;
    align-items: center;
}

.help-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.help-copy h2 {
    font-size: 20pt;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
}

.help-text {
    color: #d6d6d6;
    margin-bottom: 18px;
    font-size: 15px;
}

.help-list {
    list-style: none;
    color: #f3f3f3;
    line-height: 1.8;
    font-size: 14px;
    padding-left: 18px;
}

.help-list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 20px;
}

.help-list li:before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #9900ff;
    font-weight: 700;
}

.help-action-card {
    background: linear-gradient(135deg, rgba(10, 8, 18, 0.55), rgba(30, 16, 45, 0.55));
    border-radius: 18px;
    padding: 24px;
    text-align: center;
}

.help-action-card p {
    color: #e9e9e9;
    margin-bottom: 22px;
    line-height: 1.7;
}

.help-action-btn {
    display: inline-block;
    background: linear-gradient(90deg, #9900ff 0%, #6b3bff 100%);
    color: #fff;
    padding: 14px 22px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
}

@media (max-width: 900px) {
    .configurator-inner { grid-template-columns: 1fr; }
    .configurator-block { padding: 14px; }
    .configurator-left, .configurator-center, .configurator-right { padding: 6px 0; }
    .config-table td { padding: 10px 8px; }
    .summary-amount { font-size: 22px; }
    .help-block-inner { grid-template-columns: 1fr; }
    .help-block { padding: 24px 0; }
    .help-action-card { padding: 18px; }
}

@media (max-width: 900px) {
    .builds-header {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 20px;
        min-height: auto;
    }

    .block-1-buttons {
        justify-content: center;
    }

    .advantages-list {
        flex-direction: column;
        align-items: center;
    }

    .builds-info {
        flex-direction: column;
    }

    .builds-header-img {
        width: 80%;
    }
}

.safety-block {
    border-radius: 20px;
    padding: 28px 20px;
    margin: 40px 0 20px;
}

.safety-title {
    font-size: 24pt;
    font-weight: 700;
    text-align: center;
    color: #b9e769;
    margin-bottom: 24px;
    letter-spacing: 0.02em;
}

.safety-cards {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.safety-card {
    flex: 1 1 calc(11% - 18px);
    min-width: 150px;
    display: flex;
    gap: 2px;
    align-items: flex-start;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(185, 231, 105, 0.08);
    border-radius: 16px;
    padding: 10px 0 10px 5px;
    color: #f1f1f1;
}

.safety-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: #b9e769;
    font-size: 22pt;
    flex-shrink: 0;
}

.safety-card-text strong {
    display: block;
    font-size: 10pt;
    margin-bottom: 8px;
    color: #ffffff;
}

.safety-card-text span {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    color: #d6d6d6;
}

@media (max-width: 1100px) {
    .safety-card {
        flex: 1 1 45%;
    }
}

.reviews-section {
    margin: 40px 0 30px;
    padding: 20px 0;
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.section-header h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #b9e769;
}

.reviews-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
    overflow: hidden;
    max-width: 100%;
    min-width: 0;
}

.carousel-block {
    position: relative;
    background: rgba(255,255,255,0.03);
    border-radius: 22px;
    padding: 18px 16px 16px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
}

.carousel-title {
    font-size: 16pt;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
}

.carousel-track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.carousel-track::-webkit-scrollbar {
    height: 10px;
}

.carousel-track::-webkit-scrollbar-thumb {
    background: rgba(185, 231, 105, 0.35);
    border-radius: 10px;
}

.carousel-card {
    scroll-snap-align: start;
    flex: 0 0 auto;
    min-width: 280px;
    max-width: 360px;
    width: min(360px, 100%);
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255,255,255,0.05);
    box-shadow: 0 18px 40px rgba(0,0,0,0.22);
    min-width: 0;
}

.carousel-card:not(.review-card) {
    height: 400px;
}

.carousel-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.review-card {
    min-width: 280px;
    max-width: 380px;
    width: min(380px, 100%);
    height: auto;
    padding: 18px 18px 16px;
    background: rgba(255,255,255,0.06);
    box-sizing: border-box;
    min-width: 0;
}

.review-card .stars {
    font-size: 14pt;
    color: #f1c40f;
    margin-bottom: 12px;
}

.review-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #e9e9e9;
    margin: 0 0 16px;
}

.review-author {
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: rgba(25,25,25,0.9);
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: transform 0.2s ease, background 0.2s ease;
}

.carousel-btn:hover {
    background: rgba(185,231,105,0.18);
    transform: translateY(-50%) scale(1.05);
}

.carousel-btn.prev {
    left: 10px;
}

.carousel-btn.next {
    right: 10px;
}


.review-block .carousel-track {
    min-height: 260px;
}

.builds-cta-block {
    margin: 40px 0 0;
    padding: 32px;
    background: linear-gradient(135deg, rgba(10, 8, 18, 0.55), rgba(30, 16, 45, 0.55));
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.builds-cta-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 22px;
    align-items: center;
    justify-content: space-between;
}

.builds-cta-visual {
    width: 220px;
    min-width: 220px;
}

.builds-cta-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.builds-cta-copy {
    min-width: 0;
}

.builds-cta-title {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
}

.builds-cta-text {
    color: #d6d6d6;
    font-size: 16px;
    line-height: 1.5;
    max-width: 650px;
}

.builds-cta-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.builds-cta-actions .modelBtn {
    padding: 16px 28px;
    border-radius: 14px;
    font-size: 16px;
    background: linear-gradient(90deg, #9900ff 0%, #6b3bff 100%);
    border: none;
    box-shadow: 0 20px 50px rgba(153, 0, 255, 0.18);
}

.builds-cta-actions .cta-secondary-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 14px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.builds-cta-actions .cta-secondary-btn img {
    width: 22px;
    height: auto;
}

.builds-cta-actions .cta-secondary-btn span {
    display: inline-block;
    white-space: nowrap;
}

@media (max-width: 1150px) {
    .reviews-content {
        gap: 18px;
    }

    .carousel-card, .review-card {
        min-width: 260px;
    }

    .final-cards {
        grid-template-columns: repeat(2, minmax(200px, 1fr));
    }
    .builds-cta-inner {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }
}

@media (max-width: 900px) {
    .reviews-content {
        gap: 18px;
    }

    .carousel-card, .review-card {
        min-width: 260px;
    }
}

@media (max-width: 900px) {
    .reviews-content {
        gap: 16px;
    }

    .carousel-track {
        gap: 10px;
        padding: 0 8px 8px;
    }

    .carousel-card, .review-card {
        min-width: 220px;
    }

    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .carousel-card, .review-card {
        min-width: 240px;
    }

    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

@media (max-width: 700px) {
    .reviews-content {
        gap: 20px;
    }

    .carousel-card, .review-card {
        min-width: 80%;
    }

    .carousel-btn {
        display: none;
    }

    .build-card-img {
        width: 100%;
    }
}


