/* ============================================================
   Barcika Házgazda Kft. - Saját stílusok (optimalizált)
   ============================================================ */

:root {
    --primary: #2a5c8a;
    --primary-dark: #1e4266;
    --primary-light: #3a7cb5;
    --secondary: #f8c14b;
    --secondary-dark: #e6a83d;
    --light: #f4f9ff;
    --light-gray: #f8fafb;
    --dark: #1a2a3a;
    --text-muted: #444b54;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 5px 25px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 15px 40px rgba(0, 0, 0, 0.12);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    overflow-x: hidden;
    line-height: 1.6;
}

a { text-decoration: none; }

:focus-visible {
    outline: 3px solid var(--secondary);
    outline-offset: 3px;
}

.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-right: 12px;
}

.lang-btn {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1.2;
}

.lang-btn:hover,
.lang-btn:focus-visible {
    border-color: var(--secondary);
    color: var(--secondary);
}

.lang-btn.active {
    background: var(--secondary);
    border-color: var(--secondary);
    color: var(--dark);
}

.navbar .container {
    flex-wrap: wrap;
    gap: 8px;
}

.navbar-nav-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    margin-right: 12px;
}

.accessibility-toggle {
    background: transparent;
    border: 2px solid var(--secondary);
    color: #fff;
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
    font-size: 0.9rem;
    font-weight: 600;
    margin-left: 0.75rem;
    transition: all 0.2s ease;
}

.accessibility-toggle:hover,
.accessibility-toggle:focus-visible {
    background: var(--secondary);
    color: var(--dark);
}

.accessibility-toggle.active {
    background: var(--secondary);
    color: var(--dark);
}

body.accessibility-mode {
    background: #fff;
    color: #000;
    font-size: 1.05rem;
    line-height: 1.8;
}

body.accessibility-mode h1,
body.accessibility-mode h2,
body.accessibility-mode h3,
body.accessibility-mode h4,
body.accessibility-mode h5,
body.accessibility-mode h6,
body.accessibility-mode p,
body.accessibility-mode span,
body.accessibility-mode li,
body.accessibility-mode label,
body.accessibility-mode a,
body.accessibility-mode strong,
body.accessibility-mode .text-muted,
body.accessibility-mode .small,
body.accessibility-mode .section-title,
body.accessibility-mode .service-box,
body.accessibility-mode .testimonial-card,
body.accessibility-mode .contact-info-card,
body.accessibility-mode .form-sidebar,
body.accessibility-mode .card {
    color: #000 !important;
}

body.accessibility-mode .hero-section *,
body.accessibility-mode .page-hero *,
body.accessibility-mode .navbar *,
body.accessibility-mode .footer *,
body.accessibility-mode .cta-band * {
    color: #fff !important;
}

body.accessibility-mode .container {
    max-width: 1200px;
}

body.accessibility-mode .navbar,
body.accessibility-mode .footer,
body.accessibility-mode .cta-band,
body.accessibility-mode .hero-section,
body.accessibility-mode .page-hero {
    background: #000 !important;
    color: #fff;
}

body.accessibility-mode .navbar .nav-link,
body.accessibility-mode .navbar .navbar-brand,
body.accessibility-mode .navbar .navbar-brand span,
body.accessibility-mode .navbar .nav-link.active,
body.accessibility-mode .navbar .nav-link:hover {
    color: #fff !important;
}

body.accessibility-mode .btn-primary-custom {
    background: #000;
    color: #fff;
    border: 3px solid #ffcc00;
    padding: 0.9rem 1.4rem;
    min-height: 48px;
}

body.accessibility-mode .btn-primary-custom:hover {
    background: #ffcc00;
    color: #000;
}

body.accessibility-mode .btn-outline-custom,
body.accessibility-mode .btn-outline-light-custom {
    border-width: 3px;
    padding: 0.9rem 1.4rem;
    min-height: 48px;
}

body.accessibility-mode .btn-outline-custom {
    border-color: #000;
    color: #000;
    background: #fff;
}

body.accessibility-mode .btn-outline-light-custom {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

body.accessibility-mode .service-box,
body.accessibility-mode .testimonial-card,
body.accessibility-mode .contact-info-card,
body.accessibility-mode .card,
body.accessibility-mode .form-sidebar {
    background: #fff;
    color: #000;
    border: 2px solid #000;
    box-shadow: none;
}

body.accessibility-mode .text-muted,
body.accessibility-mode .trole,
body.accessibility-mode .label,
body.accessibility-mode .small {
    color: #111 !important;
}

body.accessibility-mode p,
body.accessibility-mode li,
body.accessibility-mode label,
body.accessibility-mode input,
body.accessibility-mode select,
body.accessibility-mode textarea {
    font-size: 1.02rem;
}

body.accessibility-mode .form-control,
body.accessibility-mode .form-select,
body.accessibility-mode .form-check-input {
    border: 2px solid #000;
}

body.accessibility-mode .alert-success {
    border: 2px solid #000;
    background: #f5f5f5;
    color: #000;
}

body.accessibility-mode .footer a,
body.accessibility-mode a:not(.btn) {
    color: #0b3a67;
    text-decoration: underline;
}

.text-muted,
.quick-card p,
.service-box p,
.step-row p,
.testimonial-card .tq,
.testimonial-card .trole,
.stat-strip .stat .label,
.contact-info-card p,
.contact-info-card li,
.why-list li,
.breadcrumb-bar a,
.breadcrumb-bar span,
.breadcrumb-bar .sep {
    color: #222 !important;
}

/* ------------------------------------
   ANIMÁCIÓK
------------------------------------ */
@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ------------------------------------
   NAVIGÁCIÓ
------------------------------------ */
.navbar {
    background-color: var(--dark);
    padding: 15px 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled {
    padding: 10px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--secondary) !important;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.navbar-brand:hover {
    color: #fff !important;
}

.navbar-brand span {
    color: #fff;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    margin: 0 12px;
    transition: all 0.3s;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: var(--secondary) !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary);
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.3);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ------------------------------------
   GOMBOK
------------------------------------ */
.btn-primary-custom {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-dark) 100%);
    color: var(--dark);
    border: none;
    padding: 12px 32px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(248, 193, 75, 0.3);
}

.btn-primary-custom:hover {
    background: linear-gradient(135deg, var(--secondary-dark) 0%, #d4920f 100%);
    color: var(--dark);
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(248, 193, 75, 0.4);
}

.btn-outline-custom {
    border: 2px solid var(--secondary);
    color: var(--secondary);
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s;
    background: transparent;
    text-decoration: none;
    display: inline-block;
}

.btn-outline-custom:hover {
    background-color: var(--secondary);
    color: var(--dark);
}

.btn-outline-light-custom {
    border: 2px solid rgba(255,255,255,0.7);
    color: #fff;
    padding: 12px 32px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s;
    background: transparent;
    text-decoration: none;
    display: inline-block;
}

.btn-outline-light-custom:hover {
    background-color: #fff;
    color: var(--dark);
    border-color: #fff;
    transform: translateY(-3px);
}

/* ------------------------------------
   HERO (főoldal)
------------------------------------ */
.hero-section {
    background: linear-gradient(135deg, rgba(26, 42, 58, 0.92) 0%, rgba(30, 66, 102, 0.88) 100%),
        url('kepek/borito.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 140px 0 100px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top right, rgba(248, 193, 75, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.hero-section h1 {
    font-size: 3.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.15;
    animation: slideInDown 0.8s ease-out;
}

.hero-section h1 span {
    color: var(--secondary);
}

.hero-section .eyebrow {
    display: inline-block;
    color: var(--secondary);
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
    font-size: 0.95rem;
    animation: fadeIn 0.6s ease-out;
}

.hero-section .lead {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #dbe4ec;
    max-width: 620px;
    line-height: 1.7;
    animation: slideInUp 0.8s ease-out 0.2s both;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 55px;
    padding-top: 26px;
    border-top: 1px solid rgba(255,255,255,0.18);
    animation: slideInUp 0.8s ease-out 0.4s both;
}

.hero-stats .stat .num {
    font-size: 2rem;
    font-weight: 700;
    color: var(--secondary);
    display: block;
}

.hero-stats .stat .label {
    font-size: 0.85rem;
    color: #b9c6d1;
}

/* ------------------------------------
   ALOLDAL HERO (page-hero)
------------------------------------ */
.page-hero {
    background: linear-gradient(135deg, rgba(26, 42, 58, 0.93) 0%, rgba(30, 66, 102, 0.89) 100%),
        url('kepek/borito.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0 70px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at bottom right, rgba(248, 193, 75, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.page-hero .eyebrow {
    display: inline-block;
    color: var(--secondary);
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
    font-size: 0.92rem;
    animation: fadeIn 0.6s ease-out;
}

.page-hero h1 {
    font-size: 2.4rem;
    font-weight: 700;
    max-width: 20ch;
    animation: slideInDown 0.8s ease-out;
}

.page-hero .lede {
    margin-top: 16px;
    max-width: 60ch;
    color: #f3f7fb;
    font-size: 1.05rem;
    line-height: 1.7;
    animation: slideInUp 0.8s ease-out 0.2s both;
}

.breadcrumb-bar {
    background: var(--light);
    padding: 12px 0;
    font-size: 0.88rem;
    color: #1f2933;
    border-bottom: 1px solid #e4ecf3;
    animation: slideInDown 0.6s ease-out;
}

.breadcrumb-bar a { 
    color: var(--primary);
    transition: all 0.3s;
    font-weight: 500;
}
.breadcrumb-bar a:hover {
    color: var(--secondary);
}
.breadcrumb-bar span.sep { margin: 0 8px; color: #444b54; }

/* ------------------------------------
   SZEKCIÓ CÍM
------------------------------------ */
.section-title {
    position: relative;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--dark);
    line-height: 1.3;
}

.section-title h2 span {
    color: var(--primary);
}

.section-title .eyebrow {
    display: block;
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.section-title.text-center::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary), var(--secondary-dark));
    border-radius: 2px;
}

.section-title:not(.text-center)::after {
    content: '';
    display: block;
    margin-top: 15px;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary), var(--secondary-dark));
    border-radius: 2px;
}

/* ------------------------------------
   GYORS ÜGYINTÉZÉS KÁRTYÁK (főoldal)
------------------------------------ */
.quick-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    border-radius: 15px;
    padding: 28px;
    height: 100%;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
    border-left: 5px solid var(--secondary);
}

.quick-card.quick-warn { border-left-color: #d9534f; }

.quick-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.quick-card .qi {
    width: 52px; height: 52px; flex: none;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: var(--light);
    color: var(--primary);
    font-size: 1.4rem;
}

.quick-card.quick-warn .qi { background: #fbeceb; color: #d9534f; }

.quick-card h5 { font-weight: 700; margin-bottom: 6px; color: var(--dark); }
.quick-card p { color: #1f2933; font-size: 0.94rem; margin-bottom: 10px; }
.quick-card .qa-link { font-weight: 600; color: var(--primary); font-size: 0.9rem; transition: all 0.3s; }
.quick-card .qa-link:hover { color: var(--secondary); }
.quick-card.quick-warn .qa-link { color: #d9534f; }

/* ------------------------------------
   SZOLGÁLTATÁS DOBOZOK
------------------------------------ */
.service-box {
    background: #fff;
    padding: 32px 28px;
    border-radius: 15px;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
    height: 100%;
    border-bottom: 4px solid var(--secondary);
    position: relative;
    overflow: hidden;
}

.service-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary), var(--secondary-dark));
}

.service-box:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-lg);
}

.service-box i {
    font-size: 2.8rem;
    color: var(--primary);
    margin-bottom: 18px;
    transition: all 0.3s;
}

.service-box:hover i {
    color: var(--secondary);
    transform: scale(1.1);
}

.service-box h5 {
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--dark);
    font-size: 1.1rem;
}

.service-box p { 
    color: #1f2933; 
    font-size: 0.95rem; 
    margin-bottom: 0;
}

/* ------------------------------------
   MIÉRT MI / CHECKLISTA
------------------------------------ */
.why-list li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 18px;
    font-size: 1rem;
    color: #1f2933;
}

.why-list li i {
    color: var(--primary);
    background: var(--light);
    width: 30px; height: 30px; flex: none;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.85rem;
}

/* ------------------------------------
   MUNKAMÓDSZER LÉPÉSEK
------------------------------------ */
.step-row {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 18px 0;
    border-bottom: 1px solid #e7edf2;
}

.step-row:last-child { border-bottom: none; }

.step-num {
    flex: none;
    width: 38px; height: 38px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
}

.step-row h6 { font-weight: 700; margin-bottom: 4px; }
.step-row p { color: #1f2933; font-size: 0.92rem; margin: 0; }

/* ------------------------------------
   TESTIMONIALS / VÉLEMÉNYEK
------------------------------------ */
.testimonial-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: var(--shadow-md);
    height: 100%;
    transition: all 0.3s ease;
    border-top: 4px solid var(--secondary);
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.testimonial-card i.fa-quote-left {
    color: var(--secondary);
    font-size: 1.8rem;
    margin-bottom: 14px;
    opacity: 0.6;
}

.testimonial-card p.tq {
    color: #1f2933;
    font-style: italic;
    margin-bottom: 18px;
    line-height: 1.7;
    font-size: 0.96rem;
}

.testimonial-author { 
    display: flex; 
    align-items: center; 
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #e4e8ed;
}

.testimonial-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    flex: none;
}

.testimonial-author .tname { 
    font-weight: 700; 
    font-size: 0.93rem; 
    display: block;
    color: var(--dark);
}
.testimonial-author .trole { 
    font-size: 0.82rem; 
    color: #374151; 
}

/* ------------------------------------
   CTA SÁV
------------------------------------ */
.cta-band {
    background: linear-gradient(135deg, var(--dark) 0%, var(--primary-dark) 50%, var(--primary) 100%);
    color: #fff;
    padding: 70px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top right, rgba(248, 193, 75, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.cta-band h2 { 
    font-weight: 700; 
    font-size: 2.2rem; 
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.cta-band p { 
    color: #f7fbff; 
    margin-bottom: 28px;
    font-size: 1.05rem;
    position: relative;
    z-index: 1;
}

/* ------------------------------------
   CSAPAT
------------------------------------ */
.team-member {
    text-align: center;
    background: #fff;
    padding: 24px 18px;
    border-radius: 15px;
    box-shadow: var(--shadow-md);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.team-member::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, var(--secondary) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s;
}

.team-member:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.team-member:hover::before {
    opacity: 0.05;
}

.team-member img {
    border: 5px solid var(--light);
    transition: all 0.3s;
}

.team-member:hover img {
    border-color: var(--secondary);
    transform: scale(1.05);
}

.team-member h6 {
    color: var(--dark);
    margin-top: 12px;
}

.team-member .role { 
    color: var(--primary); 
    font-weight: 600; 
    font-size: 0.92rem;
}

/* ------------------------------------
   RÓLUNK - BEMUTATKOZÁS
------------------------------------ */
.about-img img {
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.stat-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    background: var(--light);
    border-radius: 15px;
    padding: 26px 30px;
    margin-top: 30px;
}

.stat-strip .stat .num {
    font-size: 1.9rem;
    font-weight: 700;
    color: var(--primary);
    display: block;
}

.stat-strip .stat .label { font-size: 0.85rem; color: #1f2933; }

/* ------------------------------------
   ŰRLAPOK (ajánlatkérés / hibabejelentés / kapcsolat)
------------------------------------ */
.form-sidebar {
    background: linear-gradient(135deg, var(--dark) 0%, #1c2f42 100%);
    color: #dbe4ec;
    border-radius: 15px;
    padding: 32px 26px;
    height: 100%;
    box-shadow: var(--shadow-md);
    border-left: 4px solid var(--secondary);
    transition: all 0.3s;
}

.form-sidebar:hover {
    box-shadow: var(--shadow-lg);
    transform: translateX(4px);
}

.form-sidebar.warn {
    background: linear-gradient(135deg, #3a2222 0%, #4a2828 100%);
    border-left-color: #ef8b88;
}

.form-sidebar .fs-icon {
    width: 50px; height: 50px;
    border-radius: 50%;
    background: rgba(248,193,75,0.15);
    color: var(--secondary);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 18px;
    animation: scaleIn 0.6s ease-out;
}

.form-sidebar.warn .fs-icon { 
    background: rgba(217,83,79,0.2); 
    color: #ef8b88; 
}

.form-sidebar h3 { 
    color: #fff; 
    font-size: 1.3rem; 
    font-weight: 700; 
    margin-bottom: 14px;
}
.form-sidebar p { 
    font-size: 0.92rem; 
    margin-bottom: 16px;
    line-height: 1.6;
    color: #f5f7fa;
}

.form-sidebar ul { list-style: none; padding: 0; margin: 0 0 16px; }
.form-sidebar ul li {
    display: flex; gap: 10px; align-items: flex-start;
    font-size: 0.9rem; margin-bottom: 12px;
    transition: all 0.3s;
    color: #f5f7fa;
}
.form-sidebar ul li:hover {
    padding-left: 4px;
}
.form-sidebar ul li i { 
    color: var(--secondary); 
    margin-top: 3px;
    font-size: 0.8rem;
}
.form-sidebar.warn ul li i { color: #ef8b88; }

.form-sidebar a.side-link { 
    color: var(--secondary); 
    font-weight: 600; 
    font-size: 0.9rem;
    transition: all 0.3s;
}
.form-sidebar a.side-link:hover {
    color: #fff;
    padding-right: 4px;
}
.form-sidebar.warn a.side-link { 
    color: #ef8b88;
}

.urgency-btns .btn-check:checked + .btn-outline-warning,
.urgency-btns .btn-check:checked + .btn-outline-danger,
.urgency-btns .btn-check:checked + .btn-outline-info { 
    color: #fff;
}

/* ------------------------------------
   KAPCSOLAT OLDAL
------------------------------------ */
.contact-info-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: var(--shadow-md);
    padding: 24px;
    height: 100%;
    transition: all 0.3s ease;
    border-top: 4px solid var(--secondary);
    position: relative;
    overflow: hidden;
}

.contact-info-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.contact-info-card i { 
    color: var(--primary);
    font-size: 1.4rem;
    margin-bottom: 8px;
}
.contact-info-card h5 { 
    font-weight: 700; 
    margin: 8px 0 6px;
    color: var(--dark);
}
.contact-info-card p { 
    color: #1f2933; 
    font-size: 0.94rem;
    line-height: 1.6;
}
.contact-info-card hr { 
    margin: 18px 0;
    border-color: #e4e8ed;
    opacity: 0.5;
}

.map-wrap {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
}

.map-wrap:hover {
    box-shadow: var(--shadow-lg);
}

/* ------------------------------------
   LÁBLÉC
------------------------------------ */
.footer {
    background-color: var(--dark);
    background-image: linear-gradient(135deg, rgba(30, 66, 102, 0.5) 0%, transparent 100%);
    color: #ddd;
    padding: 50px 0 20px;
    border-top: 1px solid rgba(248, 193, 75, 0.2);
}

.footer h5 {
    color: var(--secondary);
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1rem;
}

.footer .brand-foot {
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--secondary);
    margin-bottom: 10px;
    display: block;
    transition: all 0.3s;
}

.footer .brand-foot:hover {
    color: #fff;
}

.footer .brand-foot span { color: #fff; }

.footer a {
    color: #f5f7fa;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
}

.formp{
    color: white !important;
}

.footer a:hover {
    color: var(--secondary);
    padding-left: 4px;
}

.footer .list-unstyled li {
    margin-bottom: 8px;
    transition: all 0.3s;
    color: #f5f7fa;
}

.footer .list-unstyled li:hover {
    padding-left: 4px;
}

.footer .foot-note { color: #8fa; opacity: 0.7; font-size: 0.85rem; }

.social-icons a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #ddd;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s;
}

.social-icons a:hover {
    background: var(--secondary);
    color: var(--dark);
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 30px;
    padding-top: 20px;
    font-size: 0.85rem;
    color: #99a;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
}

/* ------------------------------------
   RESPONSZÍV
------------------------------------ */
@media (max-width: 992px) {
    .hero-stats {
        gap: 25px;
    }
    
    .section-title h2 { font-size: 2rem; }
}

@media (max-width: 768px) {
    .hero-section, .page-hero {
        padding: 70px 0 50px;
        text-align: center;
    }

    .hero-section .lead, .page-hero .lede { 
        margin-left: auto; 
        margin-right: auto; 
        font-size: 1rem;
    }

    .hero-stats { 
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }
    
    .hero-stats .stat {
        text-align: center;
    }

    .hero-section h1 { font-size: 2.2rem; }
    .page-hero h1 { font-size: 1.8rem; }

    .section-title h2 { font-size: 1.6rem; }

    .navbar-brand { font-size: 1.4rem; }
    
    .nav-link {
        margin: 5px 0;
    }
    
    .quick-card {
        flex-direction: column;
        text-align: center;
    }
    
    .quick-card .qi {
        margin: 0 auto;
    }
    
    .service-box {
        padding: 24px 20px;
    }
    
    .testimonial-card {
        padding: 20px;
    }
    
    .team-member {
        padding: 18px 14px;
    }
    
    .form-sidebar {
        padding: 24px 20px;
        margin-bottom: 24px;
    }
    
    .step-row {
        padding: 14px 0;
    }
}

@media (max-width: 576px) {
    .hero-section h1 { font-size: 1.8rem; }
    .page-hero h1 { font-size: 1.6rem; }
    
    .hero-section .eyebrow,
    .page-hero .eyebrow { font-size: 0.85rem; }

    .btn-primary-custom,
    .btn-outline-custom,
    .btn-outline-light-custom {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        padding: 12px 20px;
        font-size: 0.95rem;
    }
    
    .btn-primary-custom:hover,
    .btn-outline-light-custom:hover {
        transform: translateY(-2px);
    }
    
    .section-title h2 { font-size: 1.4rem; }
    
    .quick-card {
        padding: 20px;
    }
    
    .service-box {
        text-align: center;
    }
    
    .service-box i {
        font-size: 2.2rem;
    }
    
    .why-list {
        text-align: center;
    }
    
    .why-list li {
        justify-content: center;
    }
    
    .cta-band h2 { font-size: 1.5rem; }
    .cta-band p { font-size: 0.95rem; }
    
    .contact-info-card {
        padding: 20px;
        text-align: center;
    }
    
    .footer {
        padding: 30px 0 15px;
    }
    
    .footer h5 {
        margin-bottom: 14px;
        font-size: 1rem;
    }
    
    .footer .list-unstyled li {
        font-size: 0.9rem;
    }
    
    .stat-strip {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    
    .stat-strip .stat {
        text-align: center;
    }
}

@media (max-width: 400px) {
    .hero-section h1 { font-size: 1.5rem; }
    .hero-section .lead { font-size: 0.95rem; }
    .page-hero h1 { font-size: 1.4rem; }
    .page-hero .lede { font-size: 0.95rem; }
    
    .section-title h2 { font-size: 1.2rem; }
    
    .navbar-brand { font-size: 1.2rem; }
    
    .team-member {
        padding: 14px 10px;
    }
    
    .hero-stats .stat .num { font-size: 1.6rem; }
    .hero-stats .stat .label { font-size: 0.75rem; }
}


.dimop-badge {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 200px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    border-radius: 8px;
    background: white;
    padding: 8px;
}

.dimop-badge:hover {
    transform: scale(1.05);
}

.dimop-badge img {
    width: 100%;
    height: auto;
    display: block;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .dimop-badge {
        width: 140px;
        bottom: 10px;
        right: 10px;
        padding: 5px;
    }
}