:root {
    --orange: #F59E00;
    --white: #fff;
}

body {
    margin: 0;
    padding: 0;
    background-image: url('/assets/images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #000;
    border-top: 4px solid var(--orange);
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

a {
    text-decoration: none;
}

.logo {
    width: 200px;
}

.text-orange {
    color: var(--orange);
}

.btn {
    font-size: 1rem;
}

.bg-orange,
.bg-orange:hover {
    background-color: var(--orange);
    border: none;
}

.cta {
    font-weight: 500;
    max-width: 80%;
}

.radius {
    border-radius: 10px;
}

.border {
    border: 4px solid var(--white) !important;
}

.border-orange {
    border: 4px solid var(--orange) !important;
}

.shadow {
    -webkit-box-shadow: 0px 13px 3px 0px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 13px 3px 0px rgba(66, 68, 90, 1);
    box-shadow: 0px 13px 3px 0px rgba(66, 68, 90, 1);
}

.hero {
    position: relative;
    border: 4px solid var(--white);
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    overflow: hidden;
    height: 40vh;
}


.hero > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
}

.hero_overlay {
    position: absolute;
    bottom: 5%;
    right: 25px;
    transform: translateY(-5%);
    max-width: 720px;
    padding: 30px 30px 10px 30px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    border-top-left-radius: 55px;
    border-bottom-right-radius: 55px;
    text-align: left;
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: saturate(120%) blur(2px);
}

.hero_title {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--orange);
}

@media (max-width: 991px) {

    body {
        font-size: 14px;
    }

    .hero { min-height: 60vh; }
    .hero_title { font-size: 1.1rem; }
    .hero_overlay {
        top: auto;
        bottom: 16px;
        right: 16px;
        left: 16px;
        transform: none;
        max-width: none;
        padding: 20px 30px 0 30px;
        border-bottom-right-radius: 60px;
    }
}


/*
section2
*/

.features {
    color: #fff;
}

.feature-box {
    /*border: 1px solid rgba(255, 255, 255, 0.1);*/
    border-radius: 12px;
    padding: 14px;
    transition: all 0.3s ease;
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);*/
}

.feature-box:hover {
    background: rgba(0, 0, 0, 0.13);
    transform: translateY(-2px);
}

.feature-img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    border: 4px solid var(--white);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.feature-title {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {

    .feature-box {
        padding: 5px;
    }

    .feature-img {
        width: 100%;
        object-fit: cover;
        margin-bottom: 1rem;
    }
}


/*
section3
*/

.accu-chooser {
    position: relative;
    padding: 64px 0 40px;
    color: var(--white);
    border-top: 4px solid #fff;
}

.lead {
    margin: auto;
    max-width: 800px;
    font-size: 1rem;
}

.accu-chooser__bg {
    position: absolute; inset: 0;
    background:
            linear-gradient(180deg, rgba(0,0,0,.75), rgba(0,0,0,.35) 35%, rgba(0,0,0,.35)),
            url('/assets/images/hero2.jpg') center/cover no-repeat;
    z-index: 0;
    filter: saturate(105%);
}
.accu-chooser .container,
.accu-chooser__head { position: relative; z-index: 1; }
.sectionheader { font-weight: 700; font-size: 2rem; letter-spacing: .5px; }
.sectionheader2 { font-weight: 500; font-size: 1.7rem; letter-spacing: .5px; }

.swiper {
    width: 100%;
}

.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: var(--orange);
}

.card {
    border: 1px solid rgba(255, 255, 255, 0.20);
    color: #fff;
    height: 450px;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: saturate(120%) blur(6px);
}

.cardholder {
    height: 150px;
}

.cardholder > img  {
    max-width: 200px;
}

.cardholder2 {
    height: 250px;
}

.cardholder2 > img  {
    width: auto;
    max-height: 200px;
}

.card .card-name {
    font-weight: 500;
    margin-bottom: 5px;
}

.card .card-content {
    margin-bottom: 15px;
}

.card .card-img {
    margin-top: 10px;
}

.cardcharger {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 50px;
    /*height: 450px;
    background: rgba(0, 0, 0, 0.35);*/
}

.table,
.table th,
.table td,
.table thead th,
.table tbody tr {
    background-color: transparent !important;
    border: none;
    color: #fff;
}

.cardcharger img {
    height: 230px;
}

.cardcharger .chargerTable {
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 20px;
    backdrop-filter: saturate(120%) blur(6px);
}

.chargerTable .title {
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--orange);
    margin-bottom: 20px;
}

.gradient-bg {
    background:
            linear-gradient(to bottom, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.25) 40%, rgba(0,0,0,0.1) 80%, rgba(0,0,0,0) 100%),
            linear-gradient(45deg, rgba(255,255,255,0.03), transparent 70%);
    background-blend-mode: multiply;
}

.chargerTable .table {
    color: var(--white) !important;
}

.bordertoporange {
    border-top: 4px solid var(--orange);
}

.ctabrushless,
.toolcta{
    transform: translateY(-148%);
}

@media (max-width: 767.98px) {
    .toolcta,
    .ctabrushless{
        transform: translateY(-48%);
    }
}


.faq .sectionheader { letter-spacing: .5px; }

.faq-list { max-width: 1200px; margin: 0 auto; }

.faq-head{
    background:#0a0a0a; color:#fff; border:none; width:100%;
    border-radius:16px; padding:18px 22px; margin:18px 0 8px; text-align:left;
    box-shadow:0 8px 24px rgba(0,0,0,.35);
}
.faq-head:focus{ outline:none; }
.faq-title{ font-size:15px; font-weight:800; }

.faq-icon{
    width:44px; height:44px; border-radius:12px;
    display:inline-flex; align-items:center; justify-content:center;
    background:var(--orange, #f0a12b); color:#111; flex:0 0 44px;
    box-shadow:0 4px 12px rgba(0,0,0,.25);
}

.faq-body{
    background:rgba(0,0,0,.45);
    border:1px solid rgba(255,255,255,.12);
    border-radius:16px; color:#fff; padding:22px 24px; margin-bottom:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.35);
}

/* belső chevron */
.faq-icon::before{
    content:""; width:12px; height:12px;
    border-right:3px solid #111; border-bottom:3px solid #111;
    transform:rotate(45deg) translateY(-1px); display:inline-block;
}

.faq-caret{
    width:14px; height:14px;
    border-right:2px solid #fff; border-bottom:2px solid #fff;
    transform:rotate(-45deg); transition:transform .2s ease;
}



/* ===== Footer ===== */
.site-footer{
    background: rgba(0,0,0,.55);
    border-top: 1px solid rgba(255,255,255,.12);
}
.site-footer .footer-brand{ font-size:.95rem; }

/* Social gombok */
.social-btn{
    width:44px; height:44px;
    display:inline-flex; align-items:center; justify-content:center;
    border-radius:50%;
    background: rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.18);
    transition: transform .2s ease, background .2s ease;
}
.social-btn svg{ width:20px; height:20px; fill:#fff; }
.social-btn:hover{ transform: translateY(-3px); background: rgba(255,255,255,.15); }

/* Brand színek hoverre */
.social-btn.ig:hover svg{ fill:#E4405F; }   /* Instagram */
.social-btn.fb:hover svg{ fill:#1778F2; }   /* Facebook  */
.social-btn.lt:hover svg{ fill:#39E09B; }   /* Linktree  */