:root {
    --primary: #ff4200;
    --primary-dark: #ff4200;
    --secondary: #000;
    --accent: #ff4200;
    --dark: #041018;
    --light: #f7fbff;

    --baltrio-rose: #FFE1E4;
    --baltrio-primary: #2B0D43;

    --showroom-bg: #f4f7fc;
    --showroom-border: #dde7f2;
    --showroom-shadow: 0 24px 60px rgba(43, 13, 67, 0.06);
}

.baltrio-secondary {
    color: #ff4200 !important;
}

a {
    color:#ff4200;
    text-decoration: none;
}
a:hover {
    color:#ff4200;
    text-decoration: underline;
}

* {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #1c2733;
    background-color: #ffffff;
}

/* NAVBAR */
/* NAVBAR */
#mainNav {
    transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
    padding: 1rem 0;
    background-color: transparent;
}

#mainNav.menu-open,
#mainNav.navbar-scrolled {
    background-color: rgba(43, 13, 67, 0.96);
    padding: 0.6rem 0;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}


#mainNav .navbar-brand {
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: clamp(1rem, 5vw, 1.4rem);
}

#mainNav .navbar-brand span {
    color: var(--primary);
}
#mainNav .nav-link {
    font-weight: 500;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #e1edf7;
}

#mainNav .nav-link.active,
#mainNav .nav-link:hover {
    color: var(--accent);
}

.nav-item {
    display:flex;
    align-items: center;
    justify-content:center;
}


.color-rose {
    color: #FFE1E4 !important;
}

/* HERO */
.hero {
    position: relative;
    min-height: 100dvh;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding-top: 80px;
    background-color: #020814;
    overflow: hidden;
}

.hero-parallax {
    position: absolute;
    inset: 0;
    background-image:
            radial-gradient(circle at 0 0, rgba(43, 13, 67, 0.36) 0, transparent 55%),
            linear-gradient(135deg, rgba(43, 13, 67, 0.75), rgba(43, 13, 67, 0.98)),
            url('/images/klimatizacie-stena.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

@media (max-width: 991.98px) {
    .hero {
        padding-top: 96px;
        padding-bottom: 40px;
    }

    .hero-parallax {
        background-attachment: scroll;
    }
}

.hero-overlay-pattern {
    position: absolute;
    inset: 0;
    mix-blend-mode: soft-light;
    opacity: 0.85;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.badge-city {
    display: inline-block;
    width:fit-content;
    align-items: center;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: transparent;
    border: 1px solid rgba(255, 66, 0, 1);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: clamp(1rem, 5vw, 1.3rem);
    margin-bottom: 1.5rem;
    font-weight: 800;
}

.badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #14ff72;
    margin-right: 0.5rem;
    box-shadow: 0 0 18px rgba(20, 255, 114, 0.8);
}

.hero h1 {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.12;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .hero h1 {
        font-size: 3.3rem;
    }
}

.hero h1 span {
    color: #ff4200;
}

.hero-lead {
    font-size: 1rem;
    max-width: 520px;
    opacity: 0.92;
}

/* HERO – showroom pills */
.hero-showrooms {
    margin-top: 1.6rem;
    margin-bottom: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.hero-showroom-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    font-size: 0.78rem;
    border: 1px solid rgba(255, 66, 0, 0.65);
    background: transparent;
    color: #e4f1ff;
}

.hero-showroom-pill-main {
    background: #ff8a00;
    color: #111;
    border-color: #ff8a00;
    font-weight: 600;
}

.hero-cta {
    margin-top: 1.8rem;
}

.btn-primary-soft {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #f7fbff;
    padding: 0.8rem 1.7rem;
    font-weight: 500;
    font-size: 0.95rem;
}

.btn-primary-soft:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.btn-accent {
    background: var(--accent);
    border-radius: 999px;
    border: none;
    padding: 0.8rem 1.9rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 10px 40px rgba(255, 66, 0, 0.4);
}

.btn-accent:hover {
    background: #ff6b37;
    color: #fff;
}

.hero-meta {
    font-size: 0.8rem;
    opacity: 0.85;
}

.hero-meta span {
    display: inline-flex;
    align-items: center;
    margin-right: 1.2rem;
    margin-bottom: 0.35rem;
}

.hero-meta span i {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 2px solid #ff4200;
    margin-right: 0.4rem;
}

/* HERO – pravý box */
.hero-card {
    position: relative;
    z-index: 2;
    background: #2B0D43;
    border-radius: 1.4rem;
    padding: 1.6rem 1.7rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(20px);
}

.hero-card h3 {
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
    color: #f5f8ff;
}

.hero-card p {
    font-size: 0.85rem;
    color: #fff;
}

.hero-card-row {
    display: flex;
    justify-content: space-between;
    margin-top: 1.2rem;
    margin-bottom: 0.4rem;
}

.hero-pills span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.3rem 0.7rem;
    font-size: 0.75rem;
    background: transparent;
    border: 1px solid #ff4200;
    color: #fff;
    margin-right: 0.4rem;
    margin-bottom: 0.35rem;
}

.hero-pills span i {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--accent);
    margin-right: 0.35rem;
}

.hero-card-highlight {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    font-size: 0.8rem;
    color: #FFE1E4;
}

.hero-card-highlight strong {
    font-size: 1.15rem;
    margin-right: 0.4rem;
}

/* GENERICKÉ SEKCIE */
.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-eyebrow {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--primary-dark);
    font-weight: 600;
}

.section-title h2 {
    font-size: 2rem;
    font-weight: 700;
}

.section-title p {
    max-width: 680px;
    margin: 0 auto;
    margin-top: 0.5rem;
    color: #6b7b8e;
}

.bg-light-custom {
    background-color: var(--light);
}

.bg-dark-custom {
    background: radial-gradient(circle at top, rgba(63, 33, 87, 0.9) 0%, #2B0D43 55%, #2B0D43 100%);
    color: #e4edf8;
}

/* SHOWROOMY SECTION (pod hero) */
.showrooms-section {
    position: relative;
    background: var(--showroom-bg);
    z-index: 3;
}

.showrooms-intro {
    text-align: left;
}

.showrooms-kicker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.4rem;
}

.showrooms-kicker-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 600;
    color: var(--primary-dark);
}

.showrooms-kicker-sub {
    font-size: 0.8rem;
    color: #7c8da0;
}

.showrooms-intro h2 {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.showrooms-intro p {
    max-width: 640px;
    color: #6b7b8e;
}

.showroom-pill-nav {
    margin-top: 1.1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.showroom-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: 0.78rem;
    border: 1px dashed rgba(0, 139, 255, 0.45);
    background: #fff;
    color: #23405e;
}

/* Showroom cards */
.showroom-card {
    background: #ffffff;
    border-radius: 1.6rem;
    overflow: hidden;
    box-shadow: var(--showroom-shadow);
    border: 1px solid rgba(221, 231, 242, 0.9);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.showroom-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(43, 13, 67, 0.16);
    border-color: var(--primary);
}

.showroom-image {
    position: relative;
    overflow: hidden;
    max-height: 230px;
}

.showroom-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.showroom-body {
    padding: 1.3rem 1.5rem 1.4rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.showroom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.45rem;
}

.showroom-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: #ff4200;
    color: #f1f7ff;
    font-size: 0.72rem;
    font-weight:600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.showroom-body h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.showroom-address {
    font-size: 0.9rem;
    color: #71839a;
    margin-bottom: 0.35rem;
}

.showroom-text {
    font-size: 0.9rem;
    color: #526175;
    margin-bottom: 0.7rem;
}

.showroom-hours-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.15rem;
    color: #8897aa;
}

.showroom-hours {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.showroom-contact {
    font-size: 0.88rem;
    margin-bottom: 0.7rem;
}

.showroom-contact a {
    color: var(--secondary);
    text-decoration: none;
}

.showroom-contact a:hover {
    color: var(--primary-dark);
}

.showroom-map {
    margin-top: auto;
    margin-bottom: 0.8rem;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #d7e3f1;
}

.showroom-meta {
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #a2afc2;
    text-align: center;
    padding-top: 0.4rem;
}

/* PREČO MY */
.check-item {
    display: flex;
    margin-bottom: 0.8rem;
    font-size: 0.92rem;
}

.check-item-icon {
    min-width: 26px;
    height: 26px;
    border-radius: 999px;
    background: rgba(100, 100, 100, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.7rem;
    color: var(--primary);
    font-size: 0.9rem;
}

.stat-pill {
    padding: 0.9rem 1.1rem;
    border-radius: 1.1rem;
    border: 1px solid #dde7f2;
    background: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 0.7rem;
}

.stat-pill strong {
    font-size: 1.6rem;
    margin-right: 0.5rem;
    color: var(--primary-dark);
}

.stat-pill span {
    font-size: 1rem;
    color: #6b7b8e;
}

#why-us .section-title {
    margin-bottom: 0;
}

#why-us .section-title p {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    color: rgba(255, 255, 255, 0.82);
}

#why-us .why-us-list {
    display: grid;
    gap: 0.75rem;
}

#why-us .why-us-list .stat-pill {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding: 1rem 1.15rem;
    border-color: rgba(221, 231, 242, 0.22);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.12);
}

#why-us .why-us-list .stat-pill strong {
    font-size: 1rem;
    line-height: 1.35;
    margin-right: 0;
    margin-bottom: 0.25rem;
    color: var(--primary-dark);
}

#why-us .why-us-list .stat-pill span {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #4d5b6a;
}

/* PROCES */
.step-line {
    position: relative;
    padding-left: 2.2rem;
    margin-bottom: 1.5rem;
}

.step-line:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 20px;
    bottom: -24px;
    width: 2px;
    background: linear-gradient(to bottom, rgba(255, 66, 0, 0.7), transparent);
}

.step-badge {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-line h4 {
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.step-line p {
    font-size: 0.9rem;
    color: var(--secondary);
}

/* REFERENCIE */
.review-card {
    background: var(--baltrio-rose);
    border-radius: 1.4rem;
    padding: 1.6rem 1.7rem;
    border: 1px solid rgba(119, 163, 204, 0.35);
    margin-bottom: 1.4rem;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.65);
}

.review-stars {
    color: #ff4200;
    font-size: 0.95rem;
    margin-bottom: 0.4rem;
}

.review-text {
    font-size: 0.9rem;
    color: var(--secondary);
}

.review-meta {
    margin-top: 0.8rem;
    font-size: 0.8rem;
    color: var(--secondary);
    opacity:0.7;
}

/* FAQ */
.faq-card {
    border-radius: 1.2rem;
    border: 1px solid #dde7f2;
    background: #ffffff;
    overflow: hidden;
}

.faq-card .card-header {
    background: #ffffff;
    border-bottom: 1px solid #dde7f2;
}

.faq-card .btn-link {
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    color: #1c2733;
}

.faq-card .btn-link:hover {
    text-decoration: none;
    color: var(--primary-dark);
}

/* KONTAKT */
.contact-card {
    background: #ffffff;
    border-radius: 1.4rem;
    padding: 1.8rem 1.7rem;
    border: 1px solid #dde7f2;
    box-shadow: 0 24px 60px rgba(43, 13, 67, 0.1);
}

.form-control {
    border-radius: 0.8rem;
    border-color: #2B0D43;
    font-size: 0.9rem;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--primary);
}

.contact-meta {
    font-size: 0.9rem;
    color: #6b7b8e;
}

.contact-meta strong {
    color: #1c2733;
}

/* FOOTER */
footer {
    padding: 40px 0;
    background: #020814;
    color: #fff;
    font-size: 0.85rem;
}

footer a {
    color: #c5d5ea;
}

footer a:hover {
    color: #ffffff;
}

.footer-brand {
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* ANIMÁCIE – jednoduché fade-in */
.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* SCROLL TO TOP */
#scrollTopBtn {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: var(--primary);
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 40px rgba(255, 66, 0, 0.4);
    cursor: pointer;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transform: translateY(8px);
}

#scrollTopBtn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.infopanel {
    position:relative;
    display: inline-block;
    width:fit-content;
    background: var(--baltrio-primary);
    border-radius:15px;
    padding:15px 50px 15px 20px;
    color: #ffffff;
    margin-top:10px;
    margin-bottom:20px;
    box-shadow: -2px 2px 6px rgba(0,0,0,0.4);

}
.infopanel:before {
    content:"";
    position: absolute;
    bottom:-10px;
    right:-15px;
    width:100%;
    height:90px;
    background: url("/images/infopanel-mascot.png") no-repeat right bottom;
    background-size:contain;
    pointer-events: none;
}
@media (max-width:480px) {
    .infopanel {
        padding:15px 30px 15px 20px;
    }
    .infopanel:before {
        height:70px;
        bottom:-5px;
        right:-10px;
    }
}

.lp-services {
    overflow:hidden;
    position: relative;
}

.lp-services .offer-item {
    position: relative;
    overflow:hidden;
    height:100%;
    border-radius:15px;
    box-shadow: -2px 2px 10px 1px rgba(0,0,0,0.3);
    background: var(--baltrio-primary);
    color: #fff !important;
}

.baltrio-checklist li {
    margin-bottom: 2px;
    padding-left: 25px;
    position: relative;
    font-size:0.8rem;
}

.baltrio-checklist li:before {
    border: .15rem solid #ff4200;
    border-left: 0;
    border-top: 0;
    content: "";
    height: .50rem;
    left: .25rem;
    position: absolute;
    top: .4rem;
    transform: rotate(-45deg);
    width: .55rem;
}
