:root {
    --techguru-base: var(--fixpro-base);
    --techguru-base-rgb: var(--fixpro-base-rgb);
    --techguru-black: var(--fixpro-black);
    --techguru-white: var(--fixpro-white);
    --techguru-gray: var(--fixpro-gray);
    --techguru-font: var(--fixpro-font);
    --techguru-font-two: var(--fixpro-font-two);
}

html {
    color-scheme: dark;
}

html,
body,
.loader,
.loader.js-preloader {
    background-color: var(--fixpro-black, #191a1c) !important;
}

/* Beúszó: rövidebb út, ne maradjon üres a hely 2+ másodpercig */
.wow {
    animation-duration: 0.75s !important;
}

@keyframes fadeInLeft {
    from { opacity: 0; transform: translate3d(-32px, 0, 0); }
    to { opacity: 1; transform: none; }
}

@-webkit-keyframes fadeInLeft {
    from { opacity: 0; -webkit-transform: translate3d(-32px, 0, 0); }
    to { opacity: 1; -webkit-transform: none; }
}

@keyframes fadeInRight {
    from { opacity: 0; transform: translate3d(32px, 0, 0); }
    to { opacity: 1; transform: none; }
}

@-webkit-keyframes fadeInRight {
    from { opacity: 0; -webkit-transform: translate3d(32px, 0, 0); }
    to { opacity: 1; -webkit-transform: none; }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translate3d(0, 24px, 0); }
    to { opacity: 1; transform: none; }
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translate3d(0, 24px, 0); }
    to { opacity: 1; -webkit-transform: none; }
}

@keyframes slideInLeft {
    from { opacity: 0; transform: translate3d(-48px, 0, 0); }
    to { opacity: 1; transform: none; }
}

@-webkit-keyframes slideInLeft {
    from { opacity: 0; -webkit-transform: translate3d(-48px, 0, 0); }
    to { opacity: 1; -webkit-transform: none; }
}

@keyframes slideInRight {
    from { opacity: 0; transform: translate3d(48px, 0, 0); }
    to { opacity: 1; transform: none; }
}

@-webkit-keyframes slideInRight {
    from { opacity: 0; -webkit-transform: translate3d(48px, 0, 0); }
    to { opacity: 1; -webkit-transform: none; }
}

/* Owl: az első slide látszódjon a JS előtt is */
.owl-carousel:not(.owl-loaded) {
    display: block;
}

.owl-carousel:not(.owl-loaded) > .item + .item {
    display: none;
}

.main-menu__top-inner {
    align-items: center;
    min-height: 42px;
}

.main-menu__contact-list li .icon i,
.main-menu__top-time-icon span {
    line-height: 1;
}

.main-menu__logo img,
.footer-widget__logo img,
.sidebar-info-contents .logo img,
.mobile-nav__content .logo-box img {
    max-width: 120px;
    height: auto;
}

.main-menu__list > li.dropdown > ul,
.main-menu__list > li.dropdown > ul.shadow-box,
.main-menu__list ul,
.stricky-header .main-menu__list ul {
    background-color: #002335 !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
    color: rgba(255, 255, 255, 0.9) !important;
}

.main-menu .main-menu__list > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li.current > a,
.stricky-header .main-menu__list > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li.current > a {
    color: var(--fixpro-base) !important;
}

.main-menu__user-box .dropdown-menu {
    z-index: 9999;
    background: #002335;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu__user-box .dropdown-menu .dropdown-item,
.main-menu__user-box .dropdown-menu .dropdown-item-text {
    color: #fff;
}

.main-menu__user-box .dropdown-menu .dropdown-item:hover {
    background: rgba(42, 185, 126, 0.15);
    color: var(--fixpro-base);
}

.main-menu__cart-count {
    min-width: 18px;
    text-align: center;
}

.mobile-nav__wrapper .mobile-nav__content {
    background-color: var(--fixpro-black);
}

.page-header h1,
.page-header h2,
.page-header h3,
.page-header__inner h1,
.page-header__inner h2,
.page-header__inner h3 {
    color: #fff;
}

.alert {
    border-radius: 12px;
}

.form-control,
.contact-page__input-box input,
.contact-page__input-box textarea {
    background-color: #002335;
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.single-product-style1 {
    background: #002335;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

.single-product-style1__content h4 a,
.single-product-style1__content p {
    color: #fff;
}

.boostech-product-card,
.product-card-modern {
    background: #002335;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.boostech-product-card__image,
.product-card-modern__image {
    height: 200px;
    overflow: hidden;
    background: #191a1c;
}

.boostech-product-card__image img,
.product-card-modern__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.boostech-product-card__body,
.product-card-modern__content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.boostech-product-card__title a,
.product-card-modern__title a {
    color: #fff;
}

.boostech-product-card__price,
.product-card-modern__price {
    color: var(--fixpro-base);
    font-weight: 700;
    font-size: 18px;
    margin-top: auto;
}

.product-card-modern__description,
.product-card-modern__stock {
    color: rgba(255, 255, 255, 0.7) !important;
}

.faq-one-accrodion .accrodion-title h4,
.faq-page .accrodion-title h4,
.accrodion-title h4 {
    color: #fff !important;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4,
.faq-page .accrodion.active .accrodion-title h4 {
    color: var(--fixpro-base) !important;
}

.feature-one__title,
.feature-one__title a,
.services-one__title,
.services-one__title a,
.blog-one__title a,
.blog-card-modern h3 a,
.blog-card-title,
.blog-card-title a {
    color: #fff !important;
}

.feature-one__text,
.services-one__single-text,
.blog-card-modern p,
.why-choose-one__text {
    color: rgba(255, 255, 255, 0.7);
}

.contact-info {
    padding-bottom: 40px;
}

.contact-info__shop {
    margin-bottom: 30px;
    border-radius: var(--fixpro-bdr-radius);
    overflow: hidden;
    background: #002335;
}

.contact-info__shop img {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.contact-info__phones {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-info__phones h3 {
    margin: 0;
    font-size: 20px;
}

@media (max-width: 767px) {
    .contact-info__shop img {
        height: 220px;
    }
}

.contact-page {
    padding-top: 20px;
}

.thm-breadcrumb li,
.thm-breadcrumb li a {
    color: rgba(255, 255, 255, 0.85);
}

body.theme-previewing .stricky-header,
body.theme-previewing .stricky-header.stricky-fixed {
    top: 56px !important;
}

body.theme-previewing {
    padding-top: 56px !important;
}

.main-menu__logo a,
.footer-widget__logo a {
    display: inline-flex;
    background: transparent;
}

.main-menu__logo img {
    background: transparent;
}

.accrodion,
.faq-page__single .accrodion {
    background: #002335;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.accrodion-content .inner p {
    color: rgba(255, 255, 255, 0.7);
}

/* Fixpro-szerű FAQ accordion (sötét): külön kártyák + +/- ikon */
.faq-one-accrodion .accrodion,
.faq-two .faq-one-accrodion .accrodion,
.service-details__faq-box .faq-one-accrodion .accrodion,
.service-details__faq-box .accrodion {
    position: relative;
    display: block;
    background: #002335 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    overflow: hidden;
    margin-top: 0;
    box-shadow: none !important;
    transition: border-color 0.35s ease, background-color 0.35s ease;
}

.faq-one-accrodion .accrodion + .accrodion,
.faq-two .faq-one-accrodion .accrodion + .accrodion,
.service-details__faq-box .accrodion + .accrodion {
    margin-top: 16px !important;
}

.faq-one-accrodion .accrodion.active,
.faq-two .faq-one-accrodion .accrodion.active,
.service-details__faq-box .accrodion.active {
    background: rgba(42, 185, 126, 0.12) !important;
    border-color: rgba(42, 185, 126, 0.55) !important;
}

.faq-two .faq-one-accrodion .accrodion:before {
    display: none !important;
}

.faq-one-accrodion .accrodion-title,
.faq-two .faq-one-accrodion .accrodion-title,
.service-details__faq-box .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 22px 56px 22px 24px !important;
}

.faq-one-accrodion .accrodion-title h4,
.faq-two .faq-one-accrodion .accrodion-title h4,
.service-details__faq-box .accrodion-title h4,
.accrodion-title h4 {
    margin: 0;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    color: #fff !important;
    position: relative;
    padding-right: 0 !important;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4,
.faq-two .faq-one-accrodion .accrodion.active .accrodion-title h4,
.service-details__faq-box .accrodion.active .accrodion-title h4 {
    color: var(--fixpro-base) !important;
}

/* Sablon icomoon ikon kikapcsolva — egységes +/- kör */
.faq-one-accrodion .accrodion-title h4::before,
.faq-two .faq-one-accrodion .accrodion-title h4::before,
.service-details__faq-box .accrodion-title h4::before,
.faq-page .accrodion-title h4::before {
    content: none !important;
    display: none !important;
}

.faq-one-accrodion .accrodion-title::after,
.faq-two .faq-one-accrodion .accrodion-title::after,
.service-details__faq-box .accrodion-title::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    pointer-events: none;
}

.faq-one-accrodion .accrodion.active .accrodion-title::after,
.faq-two .faq-one-accrodion .accrodion.active .accrodion-title::after,
.service-details__faq-box .accrodion.active .accrodion-title::after {
    content: "−";
    background: var(--fixpro-base);
    border-color: var(--fixpro-base);
    color: #fff;
}

.faq-one-accrodion .accrodion-content,
.faq-two .faq-one-accrodion .accrodion-content,
.service-details__faq-box .accrodion-content {
    padding: 0 24px 22px !important;
    border-top: none !important;
}

.faq-one-accrodion .accrodion-content .inner,
.faq-two .faq-one-accrodion .accrodion-content .inner {
    border-top: 1px dashed rgba(255, 255, 255, 0.18);
    padding-top: 16px;
}

.faq-one-accrodion .accrodion-content p,
.faq-two .faq-one-accrodion .accrodion-content p,
.service-details__faq-box .accrodion-content p,
.accrodion-content .inner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72) !important;
    font-weight: 400 !important;
    line-height: 1.7;
}


.contact-info__single {
    background: #002335;
}

.contact-info__single p,
.contact-info__single h3,
.contact-info__single h3 a {
    color: #fff;
}

.contact-page__form-title {
    color: #fff;
}

.google-map__one {
    width: 100%;
    min-height: 380px;
    border: 0;
    border-radius: 20px;
}

.price-list-box {
    background: #002335 !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
}

/* --- Szolgáltatás részletek: a dekor shape ne tolja le a tartalmat --- */
.services-details {
    position: relative;
    display: block;
    padding: 80px 0 90px;
    overflow: hidden;
    z-index: 1;
}

.services-details__shape-1 {
    position: absolute !important;
    left: -40%;
    right: -40%;
    top: -20%;
    bottom: -20%;
    opacity: 0.3;
    filter: blur(120px);
    background: radial-gradient(50% 50% at 50% 50%, rgba(42, 185, 126, 0.25) 0%, rgba(7, 12, 20, 0) 100%);
    z-index: -1;
    pointer-events: none;
}

.services-details__shape-2 {
    position: absolute !important;
    bottom: 10%;
    left: 0;
    opacity: 0.35;
    z-index: -1;
    pointer-events: none;
    line-height: 0;
}

.services-details__shape-2 img {
    width: auto;
    max-width: 60vw;
    height: auto;
    display: block;
}

.services-details__services-list-box {
    background-color: #002335 !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.services-details__services-list-title,
.services-details__title-1,
.services-details__title-2,
.services-details__need-help-title {
    color: #fff !important;
}

.services-details__text-1,
.services-details__text-2,
.services-details__text-3,
.services-details__services-list li a {
    color: rgba(255, 255, 255, 0.75) !important;
}

.services-details__services-list li.active a,
.services-details__services-list li:hover a {
    color: #fff !important;
}

.services-details__services-list li a::before {
    background: var(--fixpro-base) !important;
}

.services-details__img-1 img,
.services-details__img-box img {
    border-radius: 16px;
    max-width: 100%;
    height: auto;
}

/* Hosszú címekhez kompaktabb page-header (sablon padding túl nagy) */
.page-header__inner {
    padding: 100px 0 90px !important;
}

.page-header__inner h1,
.page-header__inner h2,
.page-header__inner h3 {
    font-size: clamp(28px, 4vw, 48px) !important;
    line-height: 1.2 !important;
    color: #fff !important;
}

/* FAQ-two dekor alakzatok (szolgáltatás aloldalak) */
.faq-two {
    position: relative;
    overflow: hidden;
}

.faq-two__shape-1,
.faq-two__shape-2 {
    position: absolute !important;
    z-index: -1;
    pointer-events: none;
    line-height: 0;
}

.faq-two__shape-1 {
    top: 0;
    left: 0;
    opacity: 0.4;
}

.faq-two__shape-2 {
    bottom: 0;
    right: 0;
    opacity: 0.35;
}

.faq-two__shape-1 img,
.faq-two__shape-2 img {
    width: auto;
    max-width: 50vw;
    height: auto;
}

.faq-two .section-title__title,
.faq-two__text,
.faq-two__contact span,
.faq-two__contact p,
.faq-two__contact a {
    color: #fff !important;
}

/* --- Fixpro service-details (installing-ceiling-fan) sötét illesztés --- */
.service-details__title-1,
.service-details__services-title,
.service-details__get-started-title,
.service-details__img-box-content-title {
    color: #fff !important;
}

.service-details__text-1,
.service-details__text-2,
.service-details__points-list li p,
.service-details__img-box-content-text,
.service-details__get-started-text {
    color: rgba(255, 255, 255, 0.75) !important;
}

.service-details__services-box,
.service-details__get-started {
    background-color: #002335 !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-details__services-list li a {
    background-color: rgba(255, 255, 255, 0.04) !important;
    color: rgba(255, 255, 255, 0.85) !important;
    text-transform: none !important;
}

.service-details__services-list li a span {
    color: rgba(255, 255, 255, 0.45) !important;
}

.service-details__services-list li:hover a,
.service-details__services-list li.active a,
.service-details__services-list li:hover a span,
.service-details__services-list li.active a span {
    color: #fff !important;
}

.service-details__get-started-points li .icon span,
.service-details__get-started-points li p,
.service-details__get-started-points li p a {
    color: rgba(255, 255, 255, 0.85) !important;
}

.service-details__get-started-points li p a:hover {
    color: var(--fixpro-base) !important;
}

.service-details__section-title {
    font-size: 28px !important;
    line-height: 1.3 !important;
    margin-top: 40px !important;
    margin-bottom: 16px !important;
}

.service-details__section-text {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

/* A bundle-ből kikerültek a ~200 KB-os slider maszkok – egyszerű átlós vágás marad */
.main-slider__bg-box {
    -webkit-mask-image: none !important;
    mask-image: none !important;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 991px) {
    .main-slider__bg-box {
        clip-path: none;
    }
}

/* content-visibility + 640px intrinsic size a szomszédos blokkokra csúszott:
   a szolgáltatások szürke panele takarta a „Miért a BoosTech” robotképet. */
.services-one {
    isolation: isolate;
}

.why-choose-one {
    z-index: 2;
}

/* Sablon why-choose: a második kép width:auto-val szétcsúszott széles fotóknál */
.why-choose-one__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.why-choose-one__img-2 {
    max-width: 280px;
}

.why-choose-one__img-2 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
}

/* Kiemelt termékek: 4-nél kevesebb kártya is középen marad */
.project-one .row {
    justify-content: center;
}

.testimonial-one__client-name span {
    color: var(--fixpro-base);
}

.testimonial-one__client-img-initial {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--fixpro-base-rgb), 0.15);
    color: var(--fixpro-base);
    font-size: 28px;
    font-weight: 700;
    border-radius: 5px;
}

.testimonial-one__star--empty {
    opacity: 0.22;
}

/* Feltöltött háttérfotó legyen látható (a sablon 2%-a szinte semmi) */
.testimonial-one__bg {
    opacity: 0.16;
}

.boostech-flash-success {
    position: fixed;
    top: 130px;
    right: 20px;
    z-index: 10050;
    max-width: 420px;
}

.boostech-flash-success .alert-success {
    background: var(--fixpro-base);
    border: 0;
    color: #fff;
}

.boostech-flash-success .btn-close {
    filter: invert(1);
}

.video-one--home {
    padding: 80px 0 110px;
    background: transparent;
    scroll-margin-top: 140px;
}

.video-one--home .section-title {
    margin-bottom: 50px;
}

.video-one--home .video-one__inner {
    text-align: left;
}

.home-contact-success {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    padding: 22px 24px;
    background: rgba(var(--fixpro-base-rgb), 0.12);
    border: 1px solid var(--fixpro-base);
    border-radius: var(--fixpro-bdr-radius);
    color: #fff;
}

.home-contact-success .icon-check {
    font-size: 28px;
    color: var(--fixpro-base);
    line-height: 1;
}

.home-contact-success h4 {
    font-size: 20px;
    margin: 0 0 6px;
    color: #fff;
}

.home-contact-success p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

.contact-page {
    scroll-margin-top: 140px;
}

.video-one--home .video-one__contact-box {
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0;
}

.video-one--home .video-one-contact__form {
    background: #0a0b0c;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--fixpro-bdr-radius);
    padding: 40px 36px 36px;
    height: 100%;
}

.video-one--home .video-one-contact__input-box input,
.video-one--home .video-one-contact__input-box textarea,
.video-one--home .video-one-contact__input-box .nice-select {
    background-color: rgba(255, 255, 255, 0.03) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}

.video-one--home .video-one-contact__input-box input[type="tel"] {
    height: 60px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    border-radius: var(--fixpro-bdr-radius);
}

.video-one--home .video-one-contact__input-box input:focus,
.video-one--home .video-one-contact__input-box textarea:focus {
    border-color: var(--fixpro-base) !important;
}

.video-one--home .col-xl-4 {
    display: flex;
}

.video-one--home .video-one-contact__info-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
    background: #0a0b0c;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 5px solid var(--fixpro-base);
    padding: 40px 32px 32px;
}

.video-one--home .home-contact-info-lead {
    color: rgba(255, 255, 255, 0.65);
    font-size: 15px;
    line-height: 1.6;
    margin: -12px 0 28px;
}

.video-one--home .video-one-contact__info-list li .icon {
    background-color: rgba(var(--fixpro-base-rgb), 0.18);
}

.video-one--home .video-one-contact__info-list li .icon span {
    color: var(--fixpro-base);
}

.video-one--home .home-contact-info-cta .thm-btn {
    width: 100%;
    justify-content: center;
}

.video-one--home .home-contact-captcha {
    display: inline-block;
    max-width: 100%;
    margin: 8px 0 22px;
    border-radius: 8px;
    overflow: hidden;
    transform: scale(0.92);
    transform-origin: left top;
}

@media (max-width: 1199px) {
    .video-one--home .col-xl-4 {
        display: block;
    }
}

.sidebar-contact-info ul li span {
    width: auto;
}

.sidebar-contact-info ul li > span[class^="icon-"] {
    width: 25px;
    flex-shrink: 0;
}

.sidebar-contact-info ul li.sidebar-contact-info__phones {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.sidebar-phones {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sidebar-phones a {
    white-space: nowrap;
}

.sidebar-contact-captcha {
    margin: 0 0 12px;
    overflow: hidden;
}

.footer-widget__contact li .content p a.js-call-tracking-phone {
    white-space: nowrap;
}

.login-one,
.sign-up-one {
    background-color: transparent;
    padding: 80px 0 110px;
}

.login-one__form .inner-title h2,
.sign-up-one__form .inner-title h2 {
    color: #fff;
}

.login-one__form form,
.sign-up-one__form form {
    background: #0a0b0c;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
    border-radius: var(--fixpro-bdr-radius);
}

.login-one__form form input[type="text"],
.login-one__form form input[type="email"],
.login-one__form form input[type="password"],
.sign-up-one__form form input[type="text"],
.sign-up-one__form form input[type="email"],
.sign-up-one__form form input[type="password"] {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 30px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    background-color: rgba(255, 255, 255, 0.03) !important;
    color: #fff !important;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
}

.login-one__form form input[type="text"]::placeholder,
.login-one__form form input[type="email"]::placeholder,
.login-one__form form input[type="password"]::placeholder,
.sign-up-one__form form input[type="text"]::placeholder,
.sign-up-one__form form input[type="email"]::placeholder,
.sign-up-one__form form input[type="password"]::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.login-one__form form input[type="text"]:focus,
.login-one__form form input[type="email"]:focus,
.login-one__form form input[type="password"]:focus,
.sign-up-one__form form input[type="text"]:focus,
.sign-up-one__form form input[type="email"]:focus,
.sign-up-one__form form input[type="password"]:focus {
    border-color: var(--fixpro-base) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
}

.login-one__form form .checked-box1 label,
.login-one__form form .forget a,
.login-one__form form .create-account p,
.sign-up-one__form form .create-account p {
    color: rgba(255, 255, 255, 0.75);
}

.login-one__form form .forget a,
.login-one__form form .create-account p a,
.sign-up-one__form form .create-account p a {
    color: var(--fixpro-base);
}

.login-one__form form .google-facebook,
.sign-up-one__form form .google-facebook {
    margin-top: 0;
}

.login-one__form form .google-facebook a,
.sign-up-one__form form .google-facebook a {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--fixpro-base);
}

.login-one__form form .google-facebook a:hover,
.sign-up-one__form form .google-facebook a:hover {
    border-color: var(--fixpro-base);
    background: rgba(var(--fixpro-base-rgb), 0.08);
    color: var(--fixpro-base);
}

.login-one__captcha {
    overflow: hidden;
}

.account-page {
    padding: 70px 0 110px;
}

.account-nav {
    background: #0a0b0c;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--fixpro-bdr-radius);
    padding: 22px 16px 16px;
    position: sticky;
    top: 130px;
}

.account-nav__user {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 10px 18px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.account-nav__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(var(--fixpro-base-rgb), 0.18);
    color: var(--fixpro-base);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.account-nav__user strong {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
}

.account-nav__user span {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    word-break: break-all;
}

.account-nav__group {
    margin-bottom: 14px;
}

.account-nav__group-title {
    margin: 0 0 6px;
    padding: 0 12px;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38);
}

.account-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.account-nav__list a,
.account-nav__logout {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 500;
    transition: background 0.2s ease, color 0.2s ease;
}

.account-nav__list a span,
.account-nav__logout span {
    width: 18px;
    text-align: center;
    color: var(--fixpro-base);
}

.account-nav__list a:hover,
.account-nav__logout:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.account-nav__list a.is-active {
    background: var(--fixpro-base);
    color: #fff;
}

.account-nav__list a.is-active span {
    color: #fff;
}

.account-nav__foot {
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.account-nav__logout {
    color: #f87171;
}

.account-nav__logout span {
    color: #f87171;
}

.account-panel {
    background: #0a0b0c;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--fixpro-bdr-radius);
    padding: 32px 32px 36px;
    color: #fff;
}

.account-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 22px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.account-heading::before {
    content: "";
    width: 28px;
    height: 3px;
    border-radius: 3px;
    background: var(--fixpro-base);
}

.account-panel .form-label {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 600;
    margin-bottom: 8px;
}

.account-panel .form-control,
.account-panel .form-select {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    height: 52px;
    border-radius: 12px;
}

.account-panel .form-control:focus {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--fixpro-base);
    color: #fff;
    box-shadow: none;
}

.account-panel .form-control:disabled {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.45);
}

.account-panel .form-check-label,
.account-panel .text-muted,
.account-panel small {
    color: rgba(255, 255, 255, 0.55) !important;
}

.account-panel a:not(.thm-btn):not(.btn) {
    color: var(--fixpro-base);
}

.account-discord {
    background: rgba(88, 101, 242, 0.1);
    border: 1px solid rgba(88, 101, 242, 0.28);
    border-radius: 16px;
    padding: 28px 24px;
    margin-bottom: 36px;
    text-align: center;
}

.account-discord h4,
.account-discord h5 {
    color: #fff;
}

.account-stat-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 28px;
}

.account-stat {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 22px 16px;
    text-align: center;
}

.account-stat strong {
    display: block;
    font-size: 28px;
    color: #fff;
    line-height: 1.2;
}

.account-stat span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
}

.account-stat--green {
    border-color: rgba(var(--fixpro-base-rgb), 0.45);
    background: rgba(var(--fixpro-base-rgb), 0.12);
}

.account-table {
    width: 100%;
    border-collapse: collapse;
}

.account-table th {
    text-align: left;
    padding: 12px 14px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.account-table td {
    padding: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.88);
    vertical-align: middle;
}

.account-table tr:hover td {
    background: rgba(255, 255, 255, 0.03);
}

.msg-bubble.mine {
    background: var(--fixpro-base) !important;
}

.account-page .table-dark {
    --bs-table-bg: transparent;
    --bs-table-color: #fff;
    --bs-table-border-color: rgba(255, 255, 255, 0.08);
    --bs-table-hover-bg: rgba(255, 255, 255, 0.04);
    color: #fff;
}

.account-pill {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    background: rgba(var(--fixpro-base-rgb), 0.16);
    color: var(--fixpro-base);
}

.account-pill.is-warn {
    background: rgba(245, 158, 11, 0.16);
    color: #fbbf24;
}

.account-pill.is-danger {
    background: rgba(239, 68, 68, 0.16);
    color: #f87171;
}

.account-help-card,
.account-reward-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 18px;
    height: 100%;
}

@media (max-width: 991px) {
    .account-nav {
        position: static;
        padding: 16px;
    }

    .account-nav__list {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .account-nav__group-title {
        margin-top: 8px;
    }

    .account-stat-row {
        grid-template-columns: 1fr;
    }

    .account-table thead {
        display: none;
    }

    .account-table,
    .account-table tbody,
    .account-table tr,
    .account-table td {
        display: block;
        width: 100%;
    }

    .account-table tr {
        margin-bottom: 12px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 12px;
        overflow: hidden;
    }

    .account-table td {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .account-table td::before {
        content: attr(data-label);
        color: rgba(255, 255, 255, 0.5);
        font-weight: 600;
    }
}


/* --- Kiemelt termék kártyák --- */
.featured-product-card {
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.featured-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(42, 185, 126, 0.35);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.featured-product-card .product-card-modern__image {
    position: relative;
    height: 230px;
    padding: 22px 18px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(ellipse at center, rgba(42, 185, 126, 0.08) 0%, transparent 68%),
        #101418;
}

.featured-product-card .product-card-modern__image a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.featured-product-card .product-card-modern__image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.featured-product-card:hover .product-card-modern__image img {
    transform: scale(1.05);
}

.featured-product-card .product-card-modern__badges {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 2;
}

.featured-product-card .product-badge {
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.featured-product-card .product-badge.new {
    background-color: var(--fixpro-base);
}

.featured-product-card .product-badge.used {
    background-color: #ffc107;
    color: #1a1a1a;
}

.featured-product-card .product-card-modern__content {
    padding: 8px 20px 20px;
    gap: 10px;
}

.featured-product-card__cat {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--fixpro-base);
}

.featured-product-card .product-card-modern__title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-product-card .product-card-modern__title a:hover {
    color: var(--fixpro-base);
}

.featured-product-card .product-card-modern__description {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.featured-product-card .product-card-modern__footer {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.featured-product-card__meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.featured-product-card .product-card-modern__price {
    margin: 0;
    font-size: 20px;
}

.featured-product-card .product-card-modern__stock {
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.featured-product-card .product-card-modern__stock.in-stock {
    color: var(--fixpro-base) !important;
}

.featured-product-card .product-card-modern__stock.out-stock {
    color: #ff6b6b !important;
}

.featured-product-card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.featured-product-card__actions:has(.featured-product-card__btn:only-child),
.featured-product-card__actions:not(:has(.featured-product-card__cart-form)) {
    grid-template-columns: 1fr;
}

.featured-product-card__cart-form {
    display: contents;
}

.featured-product-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.featured-product-card__btn--ghost {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
}

.featured-product-card__btn--ghost:hover {
    border-color: var(--fixpro-base);
    color: var(--fixpro-base);
}

.featured-product-card__btn--cart {
    background: var(--fixpro-base);
    border: 1px solid var(--fixpro-base);
    color: #fff;
}

.featured-product-card__btn--cart:hover {
    filter: brightness(1.08);
    color: #fff;
}
