.elementor-242 .elementor-element.elementor-element-652f072{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e910088 *//* ==========================================================================
   ROZSDAMENTESAJTO.HU - HŰTŐHÁZI TOLÓAJTÓK / TISZTÍTOTT EGYSÉGES VERZIÓ
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
    --bg-dark: #2F3E46;
    --bg-darker: #1e282d;
    --accent: #C27933;
    --accent-dark: #a66326;
    --text-light: #E0E1DD;
    --text-muted: #9CA3AF;
    --bg-light: #F3F4F6;
    --bg-light-2: #ECEFF3;
    --bg-white: #ffffff;
    --text-dark: #1F2937;
    --border-light: rgba(255,255,255,0.08);
    --border-dark-soft: rgba(31,41,55,0.08);
    --shadow-soft: 0 15px 40px rgba(0,0,0,0.06);
    --shadow-dark: 0 15px 40px rgba(0,0,0,0.18);
}

/* --- ALAPOK --- */
.ra-main-content {
    font-family: 'Manrope', sans-serif;
    background: var(--bg-light);
    color: var(--text-dark);
    overflow-x: hidden;
    box-sizing: border-box;
}
.ra-main-content *,
.ra-main-content *::before,
.ra-main-content *::after {
    box-sizing: border-box;
}
.ra-main-content h1,
.ra-main-content h2,
.ra-main-content h3,
.ra-main-content h4 {
    font-family: 'Space Grotesk', sans-serif;
    margin: 0;
    line-height: 1.15;
}
.ra-main-content p {
    margin: 0;
    line-height: 1.68;
}
.ra-main-content a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}
.ra-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* --- GOMBOK --- */
.ra-hero-btn,
.ra-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    width: max-content;
}
.ra-btn-primary {
    background: var(--accent) !important;
    color: #fff !important;
    border: 1px solid var(--accent) !important;
}
.ra-btn-primary:hover {
    background: var(--accent-dark) !important;
    border-color: var(--accent-dark) !important;
    box-shadow: 0 0 20px rgba(194, 121, 51, 0.35);
}
.ra-btn-outline {
    border: 1px solid rgba(255,255,255,0.32) !important;
    color: #fff !important;
    background: transparent !important;
}
.ra-btn-outline:hover {
    border-color: #fff !important;
    background: rgba(255,255,255,0.06) !important;
}
.ra-phone-btn {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.22) !important;
}
.ra-phone-btn:hover {
    border-color: var(--accent) !important;
    color: var(--accent) !important;
    background: rgba(255,255,255,0.03) !important;
}

/* --- BADGE --- */
.ra-badge-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.ra-badge {
    display: inline-flex;
    padding: 6px 12px;
    background: var(--bg-dark);
    color: #fff !important;
    border-radius: 4px;
    font-family: 'Space Grotesk', monospace;
    font-size: 0.85rem;
    font-weight: 600;
}
.ra-badge.accent {
    background: var(--accent);
}

/* --- ÁLTALÁNOS FEJLÉC --- */
.ra-sub-tag {
    color: var(--accent);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.85rem;
    display: flex;
    margin-bottom: 1rem;
}
.ra-section-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    color: var(--bg-dark);
    max-width: 760px;
}
.ra-section-header {
    margin-bottom: 4rem;
    text-align: left;
}
.ra-section-header.center {
    text-align: center;
}
.ra-section-header.center .ra-sub-tag {
    justify-content: center;
}
.ra-section-header.center .ra-section-title {
    margin: 0 auto;
}

/* --- HERO --- */
.ra-hero {
    min-height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 0 80px 0;
    background: none !important;
    z-index: 1;
}
.ra-hero-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.6;
    pointer-events: none;
    z-index: 1;
}
.ra-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(135deg, rgba(47,62,70,0.78) 0%, rgba(26,36,41,0.56) 100%), url('https://rozsdamentesajto.hu/wp-content/uploads/2026/04/rozsdamentesajtok-1.jpg') center/cover;
}
.ra-hero-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
}
.ra-hero-text {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.ra-hero-text h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.08;
    color: #fff;
    margin-bottom: 1.5rem;
}
.ra-hero-text p {
    color: var(--text-light);
    font-size: 1.1rem;
    margin-bottom: 2.3rem;
    max-width: 90%;
}
.ra-hero-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.ra-hero-paths {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.ra-intent-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(10px);
    padding: 2rem;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    border-radius: 8px;
    display: block;
    color: #fff !important;
}
.ra-intent-card:hover {
    border-color: var(--accent);
    background: rgba(255,255,255,0.06);
    transform: translateX(-5px);
}
.ra-ic-title {
    font-weight: 700;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    font-family: 'Space Grotesk', sans-serif;
    color: #fff;
}
.ra-ic-title svg {
    flex: 0 0 24px;
    color: #fff;
}
.ra-ic-desc {
    color: var(--text-light);
    opacity: 0.82;
    font-size: 0.95rem;
    line-height: 1.58;
}
.ra-ic-arrow {
    margin-left: auto;
    color: var(--accent);
    transition: 0.3s;
}
.ra-intent-card:hover .ra-ic-arrow {
    transform: translateX(5px);
}

/* --- SZEKCIÓK --- */
.ra-values {
    background: linear-gradient(180deg, var(--bg-light) 0%, var(--bg-light-2) 100%);
    padding: 6rem 0;
}
.ra-values.white {
    background: #fff;
}
.ra-products {
    background: var(--bg-darker);
    padding: 6rem 0;
    color: #fff;
}
.ra-products .ra-section-title {
    color: #fff;
}
.ra-products .ra-sub-tag {
    color: var(--accent);
}
.ra-faq-dark {
    background: var(--bg-darker);
    padding: 6rem 0;
}
.ra-faq-dark .ra-section-title,
.ra-faq-dark .ra-section-header h2 {
    color: #fff;
}
.ra-faq-dark .ra-sub-tag {
    color: var(--accent);
}
.ra-articles {
    background: #fff;
    padding: 6rem 0;
}
.ra-final-cta-dark {
    background: var(--bg-darker);
    padding: 6rem 0;
}

/* --- LAYOUT / GRID --- */
.ra-features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}
.ra-two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
    align-items: center;
}
.ra-dark-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin-top: 3rem;
}
.ra-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    margin-top: 40px;
}
.ra-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 4rem;
    position: relative;
    z-index: 1;
}
@media (min-width: 1101px) {
    .ra-process-grid::before {
        content: '';
        position: absolute;
        top: 61px;
        left: 80px;
        right: 80px;
        height: 2px;
        background: repeating-linear-gradient(90deg, var(--accent) 0, var(--accent) 6px, transparent 6px, transparent 12px);
        opacity: 0.35;
        z-index: -1;
    }
}

/* --- VILÁGOS KÁRTYÁK --- */
.ra-feature-item {
    background: #fff;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border: 1px solid rgba(31,41,55,0.05);
    border-bottom: 4px solid transparent;
    transition: 0.3s;
    border-radius: 8px;
}
.ra-feature-item:hover {
    transform: translateY(-5px);
    border-bottom-color: var(--accent);
}
.ra-f-icon {
    width: 60px;
    height: 60px;
    background: rgba(194, 121, 51, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.ra-f-icon svg {
    stroke: var(--accent);
    width: 28px;
    height: 28px;
}
.ra-feature-item h3 {
    font-size: 1.35rem;
    margin-bottom: 12px;
    color: var(--bg-dark);
}
.ra-feature-item p {
    color: #5f6972;
}

/* --- KÉP BLOKK --- */
.ra-image-box {
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    height: 400px;
}
.ra-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- SÖTÉT TERMÉKKÁRTYÁK --- */
.ra-p-card {
    background-color: var(--bg-dark);
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: var(--shadow-dark);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    overflow: hidden;
    min-height: 100%;
}
.ra-p-card:hover {
    background-color: #374a54;
    transform: translateY(-5px);
}
.ra-p-media {
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.ra-p-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ra-p-card-body {
    padding: 2.6rem 2.2rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.ra-p-cat {
    color: var(--accent);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: block;
}
.ra-p-head {
    font-size: 1.55rem;
    margin: 0 0 1rem 0;
    color: #fff;
    line-height: 1.25;
}
.ra-p-txt {
    color: var(--text-light);
    opacity: 0.84;
    font-size: 1rem;
    line-height: 1.72;
    margin-bottom: 0;
}

/* --- SPECIFIKÁCIÓS TÁBLA SÖTÉT --- */
.ra-spec-box {
    background: var(--bg-dark);
    border-radius: 12px;
    box-shadow: var(--shadow-dark);
    border: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
}
.ra-spec-table {
    width: 100%;
    border-collapse: collapse;
}
.ra-spec-table tr:not(:last-child) td {
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ra-spec-table td {
    padding: 18px 20px;
    vertical-align: top;
    font-size: 0.98rem;
    color: rgba(255,255,255,0.82);
}
.ra-spec-table td:first-child {
    width: 34%;
    background: rgba(255,255,255,0.04);
    font-weight: 700;
    color: var(--accent);
}

/* --- CHECK LIST --- */
.ra-check-list {
    display: grid;
    gap: 18px;
    margin-top: 26px;
}
.ra-check-item {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 14px;
    align-items: start;
}
.ra-check-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(194,121,51,0.14);
    color: var(--accent);
    border: 1px solid rgba(194,121,51,0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
.ra-check-item p {
    color: #5f6972;
    padding-top: 3px;
}
.ra-check-item strong {
    color: var(--bg-dark);
}

/* --- MUNKAFOLYAMAT --- */
.ra-step-card {
    background: #fff;
    border: 1px solid var(--border-dark-soft);
    padding: 2rem;
    border-radius: 8px;
    transition: 0.3s;
    position: relative;
    z-index: 2;
    box-shadow: var(--shadow-soft);
}
.ra-step-card.dark {
    background: var(--bg-dark);
    color: #fff;
    border: none;
}
.ra-step-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent);
}
.ra-step-num {
    width: 50px;
    height: 50px;
    background: var(--bg-light);
    border: 1px solid var(--accent);
    color: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
.ra-step-card.dark .ra-step-num {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border-color: rgba(255,255,255,0.2);
}
.ra-step-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.15rem;
    margin-bottom: 0.8rem;
}
.ra-step-card.dark .ra-step-title {
    color: #fff;
}
.ra-step-desc {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}
.ra-step-card.dark .ra-step-desc {
    color: rgba(255,255,255,0.74);
}

/* --- FAQ --- */
.ra-faq-item {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 25px;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.1);
    display: flex;
    gap: 20px;
    align-items: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.ra-faq-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    background: rgba(194,121,51,0.16);
    border-radius: 50%;
    position: relative;
}
.ra-faq-icon::before {
    content: "i";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}
.ra-faq-content h4 {
    font-size: 1.15rem;
    margin-bottom: 10px;
    color: #fff;
}
.ra-faq-content p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
}

/* --- CTA --- */
.ra-final-cta-box {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    box-shadow: var(--shadow-dark);
    padding: 60px 40px;
    text-align: center;
}
.ra-final-cta-box .ra-section-title {
    color: #fff;
    margin: 0 auto 20px;
}
.ra-final-cta-box p {
    max-width: 760px;
    margin: 0 auto 30px auto;
    font-size: 1.08rem;
    color: var(--text-light);
    opacity: 0.86;
}
.ra-final-cta-box .ra-sub-tag {
    justify-content: center;
}
.ra-final-cta-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

/* ==========================================================================
   MOBIL ÉS TABLET OPTIMALIZÁLÁS (Gridek és térközök finomítása)
   ========================================================================== */

@media (max-width: 1100px) {
    .ra-dark-grid,
    .ra-features-grid,
    .ra-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ra-process-grid::before {
        display: none;
    }
}

@media (max-width: 900px) {
    .ra-hero-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    .ra-hero-text {
        padding: 18px !important;
    }
    .ra-hero-btns,
    .ra-final-cta-actions {
        justify-content: flex-start;
    }
    .ra-faq-grid {
        grid-template-columns: 1fr;
    }
    
    .ra-two-col {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    .ra-image-box {
        height: 300px !important;
        min-height: auto !important;
    }

    .ra-process-grid {
        grid-template-columns: 1fr;
    }
    .ra-spec-table td {
        display: block;
        width: 100%;
    }
    .ra-spec-table td:first-child {
        width: 100%;
        border-bottom: none;
    }
    .ra-final-cta-box {
        padding: 40px 20px;
    }
    
    /* Térközök és üresjáratok csökkentése tableten/mobilon */
    .ra-values, 
    .ra-products, 
    .ra-faq-dark, 
    .ra-articles, 
    .ra-final-cta-dark {
        padding: 4rem 0;
    }
    .ra-section-header {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 768px) {
    .ra-dark-grid,
    .ra-features-grid {
        grid-template-columns: 1fr;
    }
    .ra-hero-text h1 {
        font-size: 2.2rem;
    }
    .ra-section-title {
        font-size: 1.8rem;
    }
    
    /* Térközök és üresjáratok drasztikus csökkentése kis mobilon */
    .ra-values, 
    .ra-products, 
    .ra-faq-dark, 
    .ra-articles, 
    .ra-final-cta-dark {
        padding: 3rem 0; /* 6rem helyett csak a fele */
    }
    .ra-section-header {
        margin-bottom: 2rem;
    }
    
    /* Boxok közötti rács távolság csökkentése 30-32px-ről 16px-re */
    .ra-dark-grid, 
    .ra-features-grid, 
    .ra-process-grid, 
    .ra-faq-grid {
        gap: 16px; 
    }
    
    /* Kártyák belső margóinak (padding) csökkentése */
    .ra-feature-item { 
        padding: 1.5rem; 
    }
    .ra-p-card-body { 
        padding: 1.8rem 1.5rem; 
    }
    .ra-step-card { 
        padding: 1.5rem; 
    }
    
    /* FAQ Box optimalizálása mobilon (Ikon eltüntetve, kevesebb padding) */
    .ra-faq-item {
        padding: 18px;
    }
    .ra-faq-icon {
        display: none; /* Az ikon eltűnik, a szöveg 100%-ot kap */
    }
}/* End custom CSS */