/* =========================================================
   PRODUCT SETUP v1.0
   THD KLÍMA - TERMÉKCSOPORT OLDALAK
   ========================================================= */

/* =========================================================
   ÁLTALÁNOS SZEKCIÓK
   ========================================================= */

.product-section {
    margin: 80px 0;
}

/* =========================================================
   HERO BLOKK
   ========================================================= */

.product-intro {
    margin: 0 0 70px;
}

.product-intro-inner {

    background: linear-gradient(
        135deg,
        #293870 0%,
        #1f2d5d 100%
    );

    padding: 90px 50px;

    border-radius: 24px;

    text-align: center;

    color: #ffffff;

    max-width: 1400px;

    margin: 0 auto;
}

.product-intro-inner h1 {

    color: #ffffff;

    font-size: 52px;

    line-height: 1.2;

    margin-bottom: 15px;
}

.product-intro-inner h3 {

    color: rgba(255,255,255,.92);

    font-size: 24px;

    line-height: 1.5;

    margin-bottom: 30px;

    font-weight: 400;
}

.product-intro-inner p {

    color: rgba(255,255,255,.95);

    max-width: 850px;

    margin: 0 auto;

    font-size: 18px;

    line-height: 1.9;
}

.product-intro-inner strong {

    color: #ffffff;

    font-weight: 700;
}

/* =========================================================
   FISHER HERO BLOKK
   ========================================================= */

.fisher-intro .product-intro-inner {

    background: linear-gradient(
        135deg,
        #194A7A 0%,
        #017DC4 100%
    );

}

/* =========================================================
   KIEMELT ELŐNYÖK
   ========================================================= */

.product-features {

    display: grid;

    grid-template-columns: repeat(4,1fr);

    gap: 25px;

    margin: 70px 0;
}

.feature-box {

    background: #ffffff;

    border-radius: 18px;

    padding: 35px 25px;

    text-align: center;

    box-shadow: 0 10px 30px rgba(0,0,0,.08);

    transition: all .3s ease;
}

.feature-box:hover {

    transform: translateY(-6px);
}

.feature-icon {

    font-size: 42px;

    margin-bottom: 15px;
}

.feature-title {

    font-size: 22px;

    font-weight: 700;

    line-height: 1.3;

    margin-bottom: 12px;
}

.feature-box p {

    font-size: 16px;

    line-height: 1.7;

    margin: 0;
}

/* =========================================================
   CÍMSOROK
   ========================================================= */

.product-section h2,
.product-highlight h2 {

    font-size: 36px;

    line-height: 1.3;

    margin-bottom: 30px;
}

/* =========================================================
   KIEMELT INFORMÁCIÓS BLOKK
   ========================================================= */

.product-highlight {

    background: #f6f8fa;

    border-left: 5px solid #ff7a00;

    padding: 40px;

    border-radius: 14px;
}

.product-highlight p {

    font-size: 17px;

    line-height: 1.9;

    margin-bottom: 20px;
}

.product-highlight p:last-child {

    margin-bottom: 0;
}

/* =========================================================
   KÉTOSZLOPOS BLOKK
   ========================================================= */

.product-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 60px;

    align-items: center;
}

/* =========================================================
   ELŐNY KÁRTYÁK
   ========================================================= */

.product-benefits {

    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 25px;

    margin-top: 40px;
}

.benefit-card {

    background: #ffffff;

    padding: 30px;

    border-radius: 18px;

    box-shadow: 0 10px 25px rgba(0,0,0,.07);
}

.benefit-card h3 {

    font-size: 22px;

    line-height: 1.3;

    font-weight: 700;

    margin-bottom: 15px;
}

.benefit-card p {

    font-size: 17px;

    line-height: 1.8;

    margin: 0;
}

/* =========================================================
   IDEÁLIS VÁLASZTÁS
   ========================================================= */

.product-ideal {

    background: #293870;

    padding: 70px 50px;

    border-radius: 24px;

    margin: 80px 0;

    text-align: center;

    color: #ffffff;
}

.product-ideal h2 {

    color: #ffffff;

    font-size: 36px;

    margin-bottom: 15px;
}

.ideal-subtitle {

    color: rgba(255,255,255,.85);

    font-size: 18px;

    line-height: 1.8;

    margin-bottom: 40px;
}

.product-ideal .specs-grid {

    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 20px;
}

.product-ideal .ideal-item {

    background: rgba(255,255,255,.08);

    border: 1px solid rgba(255,255,255,.12);

    border-radius: 14px;

    padding: 18px 22px;

    color: #ffffff;

    font-size: 18px;

    font-weight: 600;

    text-align: left;
}

/* =========================================================
   MŰSZAKI ELŐNYÖK
   ========================================================= */

.specs-grid {

    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 15px;
}

.spec-item {

    background: #f6f8fa;

    padding: 18px 22px;

    border-radius: 12px;

    font-size: 17px;

    font-weight: 500;

    line-height: 1.6;
}

/* =========================================================
   ÁLTALÁNOS SZÖVEGTÖRDELÉS
   ========================================================= */

.product-section p {

    font-size: 17px;

    line-height: 1.9;

    margin-bottom: 20px;
}

.product-section p:last-child {

    margin-bottom: 0;
}

/* =========================================================
   CTA BLOKK
   ========================================================= */

.product-cta {

    margin-top: 90px;

    padding: 70px 50px;

    background: linear-gradient(
        135deg,
        #ff7a00,
        #ff9800
    );

    color: #ffffff;

    border-radius: 24px;

    text-align: center;
}

.product-cta h2 {

    color: #ffffff;

    margin-bottom: 20px;
}

.product-cta p {

    font-size: 18px;

    line-height: 1.9;

    max-width: 750px;

    margin: 0 auto;
}

.product-btn {

    display: inline-block;

    margin-top: 30px;

    padding: 16px 36px;

    border-radius: 50px;

    background: #ffffff;

    color: #ff7a00;

    text-decoration: none;

    font-weight: 700;

    transition: .3s;
}

.product-btn:hover {

    transform: translateY(-2px);
}

/* =========================================================
   MOBIL OPTIMALIZÁLÁS
   ========================================================= */

@media (max-width: 768px) {

    .product-intro-inner {

        padding: 60px 25px;
    }

    .product-intro-inner h1 {

        font-size: 38px;
    }

    .product-intro-inner h3 {

        font-size: 20px;
    }

    .product-section h2,
    .product-highlight h2,
    .product-ideal h2 {

        font-size: 28px;
    }

    .product-features,
    .product-benefits,
    .product-grid,
    .specs-grid,
    .product-ideal .specs-grid {

        grid-template-columns: 1fr;
    }

    .product-highlight {

        padding: 30px;
    }

    .product-ideal {

        padding: 50px 25px;
    }

    .product-cta {

        padding: 45px 25px;
    }

    .feature-title {

        font-size: 20px;
    }

    .benefit-card h3 {

        font-size: 20px;
    }

    .spec-item,
    .ideal-item {

        font-size: 16px;
    }
}
/* =========================================================
   TERMÉKGALÉRIA
   ========================================================= */

.product-gallery {

    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 25px;

    margin: 0 0 70px;
}

.gallery-item {

    overflow: hidden;

    border-radius: 24px;

    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.gallery-item img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition: .4s ease;
}

.gallery-item:hover img {

    transform: scale(1.03);
}

@media(max-width:768px){

    .product-gallery{

        grid-template-columns:1fr;

    }

}
.feature-icon-image {

    width: 90px;

    height: 90px;

    object-fit: contain;

    display: block;

    margin: 0 auto 15px;
}
/* =========================================================
   CTA SZOLGÁLTATÁSOK
   ========================================================= */

.cta-services {

    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 20px;

    margin: 40px auto;

    max-width: 900px;
}

.cta-service-card {

    background: rgba(255,255,255,.12);

    border: 1px solid rgba(255,255,255,.15);

    border-radius: 14px;

    padding: 18px 24px;

    color: #ffffff;

    font-size: 17px;

    font-weight: 600;

    text-align: center;
}

/* =========================================================
   KIEMELT INFORMÁCIÓ
   ========================================================= */

.cta-highlight {

    background: rgba(255,255,255,.15);

    border: 2px solid rgba(255,255,255,.25);

    border-radius: 18px;

    padding: 22px;

    margin: 40px auto;

    max-width: 900px;

    font-size: 19px;

    line-height: 1.6;
}

.cta-highlight strong {

    color: #ffffff;
}

/* =========================================================
   CTA GOMBOK
   ========================================================= */

.cta-buttons {

    display: flex;

    justify-content: center;

    gap: 20px;

    flex-wrap: wrap;

    margin-top: 40px;
}

.cta-btn-phone,
.cta-btn-contact {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 260px;

    padding: 18px 34px;

    border-radius: 50px;

    text-decoration: none;

    font-weight: 700;

    font-size: 17px;

    transition: all .3s ease;
}

.cta-btn-phone {

    background: #ffffff;

    color: #ff7a00;
}

.cta-btn-phone:hover {

    transform: translateY(-3px);
}

.cta-btn-contact {

    background: #293870 !important;

    color: #ffffff !important;

    border: 2px solid rgba(255,255,255,.25);

    box-shadow: 0 10px 25px rgba(0,0,0,.15);
}

.cta-btn-contact:hover {

    transform: translateY(-3px);
}

/* =========================================================
   MOBIL
   ========================================================= */

@media(max-width:768px){

    .cta-services {

        grid-template-columns: 1fr;
    }

    .cta-btn-phone,
    .cta-btn-contact {

        width: 100%;
        min-width: auto;
    }

}
/* =========================================================
   MULTI SPLIT RENDSZER
   ========================================================= */

.multi-system {

    margin: 80px 0;

    text-align: center;
}

.multi-system h2 {

    margin-bottom: 50px;
}

.multi-flow {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 20px;

    flex-wrap: wrap;
}

.multi-card {

    background: #ffffff;

    border-radius: 20px;

    padding: 30px;

    min-width: 260px;

    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.multi-card strong {

    display: block;

    font-size: 22px;

    margin-bottom: 12px;

    color: #293870;
}

.multi-arrow {

    font-size: 40px;

    color: #293870;

    font-weight: 700;
}

@media(max-width:768px){

    .multi-arrow {

        display:none;
    }

    .multi-card {

        width:100%;
    }

}
/* Szolgáltatás kártyák */

.service-card-link{
    display:block;
    text-decoration:none;
    color:inherit;
    overflow:hidden;
}

.service-card-content{
    padding:25px;
}

.service-card-content h3{
    margin-bottom:12px;
    color:#293870;
}

/* Hőszivattyú blokk */

.heatpump-service-box{
    background:linear-gradient(135deg,#0B5D4A 0%,#2E8B57 100%);
    border-radius:24px;
    padding:50px;
    color:#fff;
    margin:60px 0;
    text-align:center;
}

.heatpump-service-box h2{
    color:#fff;
    margin-bottom:20px;
}

.heatpump-service-box p{
    max-width:800px;
    margin:0 auto 30px;
    color:#fff;
}

.heatpump-btn{
    display:inline-block;
    padding:14px 28px;
    border-radius:999px;
    background:#fff;
    color:#0B5D4A;
    text-decoration:none;
    font-weight:700;
}
/* Szolgáltatási folyamat */

.service-steps{
    display:flex;
    flex-direction:column;
    gap:20px;
    margin:40px 0 60px;
}

.service-step{
    display:flex;
    align-items:center;
    gap:25px;
    background:#ffffff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.step-number{
    width:70px;
    height:70px;
    min-width:70px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:#293870;

    color:#ffffff;
    font-size:28px;
    font-weight:700;
}

.step-content h3{
    margin:0 0 10px;
    color:#293870;
}

.step-content p{
    margin:0;
}