/* =============================================
   pages.css – multi-page layout additions
   proOptyk
   ============================================= */

/* ------------------------------------------
   SOCIAL ICONS – class-based FA icon content
   (style.css uses [title="facebook"] exact match
   which doesn't match our title attributes)
------------------------------------------ */
.social-icons ul li a.facebook:before  { content: "\f09a"; }
.social-icons ul li a.google:before    { content: "\f0d5"; }
.social-icons ul li a.instagram:before { content: "\f16d"; }

/* ------------------------------------------
   404 ERROR PAGE
------------------------------------------ */
.error-404 {
    padding: 80px 0 100px;
}
.error-404-icon {
    font-size: 72px;
    color: #72b626;
    display: block;
    margin-bottom: 30px;
}
.error-404 h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.error-404 p {
    font-size: 16px;
    color: #666;
    margin-bottom: 36px;
    line-height: 1.7;
}
.error-404-links {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.error-404-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}
.error-404-nav li a {
    color: #444;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: color 0.3s;
}
.error-404-nav li a:hover {
    color: #72b626;
}

/* ------------------------------------------
   STATIC HERO  (homepage)
------------------------------------------ */
.hero-static {
    position: relative;
    min-height: 100vh;
    background: url('../img/revolution-slider/slideshow/slide1.jpg') center center / cover no-repeat;
    background-image: image-set(
        url('../img/revolution-slider/slideshow/slide1.webp') type('image/webp'),
        url('../img/revolution-slider/slideshow/slide1.jpg') type('image/jpeg')
    );
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-static::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

/* ------------------------------------------
   SCROLL INDICATOR  (homepage hero)
------------------------------------------ */
.scroll-indicator {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.65);
    font-size: 1.6rem;
    text-decoration: none;
    z-index: 3;
    animation: hero-bounce 2.2s ease-in-out infinite;
    transition: color 0.25s ease;
    line-height: 1;
}
.scroll-indicator:hover {
    color: #fff;
    text-decoration: none;
}
@keyframes hero-bounce {
    0%, 100% { transform: translateX(-50%) translateY(0);    opacity: 0.65; }
    50%       { transform: translateX(-50%) translateY(10px); opacity: 1;    }
}

/* Inline scroll indicator (inside content sections) */
.scroll-divider {
    padding: 2rem 0 0.5rem;
}
.scroll-indicator-block {
    display: inline-block;
    color: #bbb;
    font-size: 1.4rem;
    text-decoration: none;
    animation: block-bounce 2.2s ease-in-out infinite;
    transition: color 0.25s ease;
    line-height: 1;
}
.scroll-indicator-block:hover {
    color: #4b9eff;
    text-decoration: none;
}
@keyframes block-bounce {
    0%, 100% { transform: translateY(0);    opacity: 0.6; }
    50%       { transform: translateY(8px);  opacity: 1;   }
}

/* ------------------------------------------
   PAGE HEADER  (subpages thin hero)
------------------------------------------ */
.page-header-section {
    position: relative;
    min-height: 42vh;
    background: url('../img/revolution-slider/slideshow/slide2.jpg') center center / cover no-repeat;
    background-image: image-set(
        url('../img/revolution-slider/slideshow/slide2.webp') type('image/webp'),
        url('../img/revolution-slider/slideshow/slide2.jpg') type('image/jpeg')
    );
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-header-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.60);
}

/* ------------------------------------------
   SHARED HERO CONTENT
------------------------------------------ */
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 6rem 1.5rem 3rem;  /* top padding clears the fixed header */
    max-width: 860px;
    width: 100%;
}
.hero-content .pre-heading {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 1.25rem;
    display: block;
}
.hero-content h1 {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.25rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hero-content h1 span {
    color: #4b9eff;
}
.hero-content .hero-subtitle {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 2.5rem;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
}
.page-header-section .hero-content {
    padding-top: 5rem;
}
.page-header-section h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    letter-spacing: 3px;
    margin-bottom: 0;
}

/* ------------------------------------------
   HERO BUTTONS
------------------------------------------ */
.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}
.hero-buttons .btn-outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.55);
    color: #fff;
    padding: 12px 32px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
}
.hero-buttons .btn-outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    text-decoration: none;
}

/* ------------------------------------------
   PRODUCT CARDS
------------------------------------------ */
.products-section {
    padding: 80px 0;
    background: #fff;
}
.products-section .top-text {
    margin-bottom: 50px;
}
.products-section .top-text h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
    line-height: 1.2;
    color: #222;
}
.products-section .top-text h2 span {
    color: #4b9eff;
}
.products-section .top-text h4 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #999;
    margin-top: 5px;
}
.product-card {
    background: #fff;
    border-radius: 4px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
    border-top: 3px solid transparent;
}
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.13);
    border-top-color: #4b9eff;
}
.product-card .card-icon {
    font-size: 2.8rem;
    color: #4b9eff;
    margin-bottom: 1.25rem;
    display: block;
    line-height: 1;
}
.product-card h3 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 0.85rem;
    color: #222;
}
.product-card p {
    font-size: 14px;
    color: #6e6e6e;
    line-height: 1.75;
    margin: 0;
}
.products-row {
    margin-top: 10px;
}
.products-row .col-card {
    margin-bottom: 30px;
    display: flex;
}

/* ------------------------------------------
   CTA STRIP
------------------------------------------ */
.cta-strip {
    background: #4b9eff;
    padding: 65px 0;
    text-align: center;
}
.cta-strip h2 {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cta-strip p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    margin-bottom: 1.75rem;
}
.cta-strip .custom-button {
    background: #fff;
    color: #4b9eff !important;
}
.cta-strip .custom-button span {
    color: #4b9eff !important;
}
.cta-strip .custom-button:hover span {
    color: #fff !important;
}

/* ------------------------------------------
   SECTION HEADING  (h2 variant for subpages)
------------------------------------------ */
.top-text h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
    line-height: 1.2;
    color: #222;
}
.top-text h2 span {
    color: #4b9eff;
}

/* ------------------------------------------
   NAV CURRENT STATE
------------------------------------------ */
.nav-menu-inner li.current > a {
    color: #4b9eff;
}

/* ------------------------------------------
   RESPONSIVE TWEAKS
------------------------------------------ */
@media (max-width: 768px) {
    .hero-content {
        padding: 5rem 1rem 2.5rem;
    }
    .hero-content h1 {
        letter-spacing: 0;
    }
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    .products-row .col-card {
        margin-bottom: 20px;
    }
    .cta-strip h2 {
        font-size: 1.4rem;
    }
}

/* ------------------------------------------
   REVIEWS WIDGET
------------------------------------------ */

/* Summary bar */
.rv-summary {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
}
.rv-summary-score {
    font-size: 2rem;
    font-weight: 800;
    color: #222;
    line-height: 1;
}
.rv-summary-stars {
    color: #f5a623;
    font-size: 1.15rem;
    line-height: 1;
}
.rv-summary-label {
    font-size: 14px;
    color: #777;
}
.rv-add-review {
    margin-left: auto;
    background: #4b9eff;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    padding: 0.45rem 1rem;
    border-radius: 4px;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background 0.2s ease;
}
.rv-add-review:hover {
    background: #2d7fe0;
    color: #fff !important;
}

/* Carousel */
.rv-viewport {
    overflow: hidden;
}
.rv-track {
    display: flex;
    will-change: transform;
}
.rv-slide {
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 0 8px;
}
.rv-card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.09);
    padding: 1.25rem 1.25rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

/* Card internals */
.rv-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.rv-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    flex-shrink: 0;
}
.rv-avatar-img {
    object-fit: cover;
}
.rv-avatar-initials {
    background: #4b9eff;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}
.rv-card-meta {
    flex: 1;
    min-width: 0;
}
.rv-author {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rv-time {
    font-size: 12px;
    color: #999;
}
.rv-google-icon {
    color: #db4437;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.rv-stars {
    color: #f5a623;
    font-size: 0.95rem;
    line-height: 1;
}
.rv-text {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin: 0;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

/* Controls */
.rv-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
}
.rv-prev,
.rv-next {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background: #fff;
    color: #555;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    flex-shrink: 0;
}
.rv-prev:hover:not(:disabled),
.rv-next:hover:not(:disabled) {
    background: #4b9eff;
    border-color: #4b9eff;
    color: #fff;
}
.rv-prev:disabled,
.rv-next:disabled {
    opacity: 0.35;
    cursor: default;
}
.rv-dots {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}
.rv-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}
.rv-dot.active {
    background: #4b9eff;
    transform: scale(1.3);
}

/* States */
.rv-loading {
    text-align: center;
    padding: 3rem 0;
    color: #aaa;
}
.rv-error {
    text-align: center;
    padding: 2rem 0;
    color: #999;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 599px) {
    .rv-summary {
        justify-content: center;
        text-align: center;
    }
    .rv-add-review {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
}

/* ------------------------------------------
   MIYOSMART PAGE
------------------------------------------ */

/* Intro section */
.miyosmart-intro {
    padding: 80px 0;
    background: #fff;
}
.miyosmart-img-col {
    padding-right: 3rem;
}
.miyosmart-hero-img {
    border-radius: 6px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.12);
    width: 100%;
}
.miyosmart-text-col {
    padding-left: 1rem;
}
.miyosmart-badge {
    display: inline-block;
    background: #4b9eff;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 3px;
    margin-bottom: 1.25rem;
}
.miyosmart-text-col h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
    margin-bottom: 1.25rem;
    line-height: 1.2;
}
.miyosmart-text-col h2 span {
    color: #4b9eff;
}
.miyosmart-text-col p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 1rem;
}
.miyosmart-text-col .custom-button {
    margin-top: 0.75rem;
    display: inline-block;
}

/* Stats bar */
.miyosmart-stats-section {
    background: #f4f7fb;
    padding: 60px 0;
    border-top: 1px solid #e8edf5;
    border-bottom: 1px solid #e8edf5;
}
.miyosmart-stats-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2rem;
}
.miyosmart-stat {
    text-align: center;
    flex: 1;
    min-width: 180px;
}
.ms-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: #4b9eff;
    line-height: 1;
    margin-bottom: 0.6rem;
}
.ms-label {
    font-size: 14px;
    color: #666;
    line-height: 1.55;
    max-width: 180px;
    margin: 0 auto;
}

/* D.I.M.S. section */
.dims-section {
    padding: 80px 0;
    background: #fff;
}
.dims-section h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.dims-section h2 span {
    color: #4b9eff;
}
.dims-section p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 1rem;
}
.dims-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dims-list li {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    padding: 0.6rem 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}
.dims-list li:last-child {
    border-bottom: none;
}
.dims-list .fa-check-circle {
    color: #4b9eff;
    font-size: 1rem;
    margin-top: 2px;
    flex-shrink: 0;
}
.dims-img {
    border-radius: 6px;
    max-width: 480px;
    width: 100%;
}

/* Responsive */
@media (max-width: 991px) {
    .miyosmart-img-col {
        padding-right: 15px;
        margin-bottom: 2rem;
    }
    .miyosmart-text-col {
        padding-left: 15px;
    }
    .dims-section .col-lg-6:last-child {
        margin-top: 2.5rem;
    }
}
@media (max-width: 599px) {
    .ms-number {
        font-size: 2.5rem;
    }
    .miyosmart-stats-row {
        gap: 1.5rem;
    }
}

/* ------------------------------------------
   PROGRESSIVE LENSES PAGE (/okulary-progresywne/)
------------------------------------------ */

/* Product card button */
.product-card .custom-button {
    margin-top: 1.25rem;
    display: inline-block;
    font-size: 11px;
    padding: 10px 20px;
}

/* Intro section */
.prog-intro {
    padding: 80px 0 60px;
    background: #fff;
}
.prog-intro .top-text {
    margin-bottom: 40px;
}
.prog-intro-row p {
    font-size: 15px;
    color: #555;
    line-height: 1.85;
    margin-bottom: 1.1rem;
}

/* Benefits section */
.prog-benefits-section {
    padding: 70px 0;
    background: #f9f9f9;
}
.prog-benefits-section .top-text {
    margin-bottom: 40px;
}
/* Benefits cards — icon + text layout (not flip card) */
.prog-benefits-section .services-box-item {
    text-align: center;
    padding: 20px 15px;
}
.prog-benefits-section .services-box-item-cover {
    display: block;
    font-size: 40px;
    margin-bottom: 16px;
    position: static;
    background: none;
    box-shadow: none;
    height: auto;
}
.prog-benefits-section .services-box-item-cover:after {
    display: none;
}
.prog-benefits-section .services-box-item-content {
    display: block;
    position: static;
    background: none;
    transform: none !important;
    padding: 0;
    border-radius: 0;
}
.prog-benefits-section .services-box-item-content:before {
    display: none;
}

/* Price section */
.prog-price-section {
    padding: 80px 0 60px;
    background: #fff;
}
.prog-price-section .top-text {
    margin-bottom: 30px;
}
.prog-price-row {
    margin-top: 30px;
    margin-bottom: 10px;
}
.prog-price-card {
    background: #f4f7fb;
    border-radius: 6px;
    padding: 2rem 1.75rem;
    text-align: center;
    margin-bottom: 24px;
    border-top: 3px solid #ccc;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.prog-price-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.prog-price-card--mid {
    border-top-color: #4b9eff;
    background: #fff;
    box-shadow: 0 4px 24px rgba(75, 158, 255, 0.12);
}
.prog-price-tier {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #4b9eff;
    margin-bottom: 0.75rem;
}
.prog-price-amount {
    font-size: 1.9rem;
    font-weight: 800;
    color: #222;
    margin-bottom: 1rem;
    line-height: 1.1;
}
.prog-price-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}
.prog-price-note {
    font-size: 13px;
    color: #999;
    margin-top: 16px;
    font-style: italic;
}

/* FAQ section */
.prog-faq-section {
    padding: 80px 0 90px;
    background: #f9f9f9;
}
.prog-faq-section .top-text {
    margin-bottom: 30px;
}
.prog-faq {
    margin-top: 30px;
}
.prog-faq-item {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    margin-bottom: 12px;
}
.prog-faq-question {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}
.prog-faq-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    padding: 1.1rem 1.4rem;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    cursor: pointer;
    gap: 1rem;
    transition: color 0.2s ease;
}
.prog-faq-btn:not(.collapsed) {
    color: #4b9eff;
}
.prog-faq-btn:focus {
    outline: none;
    box-shadow: none;
}
.prog-faq-icon {
    flex-shrink: 0;
    transition: transform 0.25s ease;
    font-size: 14px;
    color: #999;
}
.prog-faq-btn:not(.collapsed) .prog-faq-icon {
    transform: rotate(180deg);
    color: #4b9eff;
}
.prog-faq-answer {
    padding: 0 1.4rem 1.1rem;
}
.prog-faq-answer p {
    font-size: 14px;
    color: #555;
    line-height: 1.75;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .prog-price-section,
    .prog-intro,
    .prog-benefits-section,
    .prog-faq-section {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .prog-price-amount {
        font-size: 1.5rem;
    }
    .prog-faq-btn {
        font-size: 14px;
    }
}

/* -----------------------------------------------
   Related links
----------------------------------------------- */
.related-links {
    padding: 30px 0 10px;
    text-align: center;
    font-size: 14px;
    color: #888;
}
.related-links a {
    color: #72b626;
    text-decoration: none;
    font-weight: 500;
}
.related-links a:hover {
    text-decoration: underline;
}

/* -----------------------------------------------
   Privacy policy page
----------------------------------------------- */
.privacy-policy-section {
    padding: 60px 0 80px;
}
.privacy-policy-section h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin-top: 40px;
    margin-bottom: 12px;
}
.privacy-policy-section h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #555;
    margin-top: 24px;
    margin-bottom: 8px;
}
.privacy-policy-section p,
.privacy-policy-section li {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}
.privacy-policy-section ul {
    padding-left: 20px;
    margin-bottom: 16px;
}
.privacy-policy-section a {
    color: #72b626;
    text-decoration: underline;
}
.privacy-updated {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 32px;
}

/* -----------------------------------------------
   Footer privacy link
----------------------------------------------- */
.footer-privacy a {
    color: #999;
    font-size: 12px;
    text-decoration: none;
}
.footer-privacy a:hover {
    text-decoration: underline;
    color: #72b626;
}

/* -----------------------------------------------
   Cookie consent banner
----------------------------------------------- */
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 3px solid #72b626;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.12);
    z-index: 10001;
    padding: 16px 24px;
}
.cookie-banner-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.cookie-banner-text {
    flex: 1;
    min-width: 220px;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    margin: 0;
}
.cookie-banner-text a {
    color: #72b626;
    text-decoration: underline;
}
.cookie-banner-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}
.cookie-btn {
    padding: 9px 22px;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.3px;
}
.cookie-btn-accept {
    background: #72b626;
    color: #fff;
    transition: background 0.2s;
}
.cookie-btn-accept:hover {
    background: #5a9020;
}
.cookie-btn-reject {
    background: #f0f0f0;
    color: #555;
    transition: background 0.2s;
}
.cookie-btn-reject:hover {
    background: #e0e0e0;
}
@media (max-width: 576px) {
    .cookie-banner-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .cookie-banner-actions {
        width: 100%;
    }
    .cookie-btn {
        flex: 1;
        text-align: center;
    }
}

/* -----------------------------------------------
   Floating book button
----------------------------------------------- */
.floating-book-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    background: #f5820d;
    color: #fff;
    border-radius: 50px;
    padding: 14px 22px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s, transform 0.2s;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.floating-book-btn:hover {
    background: #d96d09;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}
@media (max-width: 576px) {
    .floating-book-btn {
        bottom: 20px;
        right: 20px;
        padding: 12px 16px;
        font-size: 12px;
    }
    .scroll-indicator {
        display: none;
    }
}

/* ------------------------------------------
   LANGUAGE SWITCHER
------------------------------------------ */
/* Higher specificity to beat style.css's ".nav-menu ul.nav-menu-inner li" (0,2,2) */
.nav-menu ul.nav-menu-inner li.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 0 0 16px;
    vertical-align: middle;
}
.nav-menu ul.nav-menu-inner li.lang-switcher a,
.header-fixed .nav-menu ul.nav-menu-inner li.lang-switcher a {
    display: inline-block;
    padding: 0;
    font-size: 20px;
    line-height: 1;
    opacity: 0.55;
    transition: opacity 0.2s;
    text-decoration: none;
    color: inherit;
    border: none !important;
}
.nav-menu ul.nav-menu-inner li.lang-switcher a:hover,
.nav-menu ul.nav-menu-inner li.lang-switcher a.active { opacity: 1; }
@media (max-width: 991px) {
    .nav-menu ul.nav-menu-inner li.lang-switcher {
        display: flex;
        flex-direction: row;
        width: auto;
        padding: 12px 30px;
    }
    .nav-menu ul.nav-menu-inner li.lang-switcher a,
    .header-fixed .nav-menu ul.nav-menu-inner li.lang-switcher a {
        padding: 0;
        border: none !important;
    }
}

/* ------------------------------------------
   HEADER PHONE BAR (homepage)
------------------------------------------ */
.header-phone-bar {
    background: #72b626;
    text-align: center;
    padding: 6px 20px;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.header-phone-bar a {
    color: #fff;
    text-decoration: none;
}
.header-phone-bar a:hover {
    color: #fff;
    text-decoration: underline;
}
.header-phone-bar .fa {
    margin-right: 5px;
}
.header-phone-sep,
.header-phone-hours {
    color: rgba(255,255,255,0.8);
}
@media (max-width: 576px) {
    .header-phone-sep,
    .header-phone-hours {
        display: none;
    }
}

/* ============================================================
   HEADER REDESIGN — always-white fixed, two-row layout
   ============================================================ */

/* Always white, always fixed — single state, no transitions */
.header,
.header.header-fixed {
    position: fixed !important;
    height: auto !important;
    background-color: #fff !important;
    border-bottom: none !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
    transition: none !important;
}

/* Kill the dark gradient overlay */
.header:before { display: none !important; }

/* Dark nav links always */
.header .nav-menu ul.nav-menu-inner li a,
.header.header-fixed .nav-menu ul.nav-menu-inner li a {
    color: #333 !important;
    padding: 22px 10px !important;
}
.header .nav-menu ul.nav-menu-inner li a:hover {
    color: #72b626 !important;
}

/* Hamburger bars: dark */
#icon-toggler span { background-color: #333 !important; }

/* Logo: always show dark/black version */
.header .logo a img.logo-light,
.header.header-fixed .logo a img.logo-light { opacity: 0 !important; }
.header .logo a img.logo-dark,
.header.header-fixed .logo a img.logo-dark  { opacity: 1 !important; }

/* Logo container — explicit height needed because images are position:absolute.
   New logo is 475×120px. At 220px wide: height = 220*(120/475) ≈ 56px. */
.header .logo a,
.header.header-fixed .logo a {
    width: 220px !important;
    height: 56px !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

/* Offset page content below fixed header.
   PL pages: nav 72px + green bar 32px = 104px.
   EN/DE pages: nav only (no green bar) = 72px. */
body { padding-top: 104px; }
html[lang^="en"] body,
html[lang^="de"] body { padding-top: 72px; }

/* ---- Nav separators ---- */
.nav-menu-inner li.nav-sep {
    color: #ccc;
    font-weight: 300;
    font-size: 16px;
    padding: 0;
    pointer-events: none;
    user-select: none;
}

/* ---- Dropdown menus ---- */
.nav-menu-inner .dropdown-menu {
    min-width: 240px;
    border: none;
    border-radius: 4px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.12);
    padding: 8px 0;
    margin-top: 0;
    background: #fff;
}
.nav-menu-inner .dropdown-menu .dropdown-item {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #000;
    padding: 8px 20px;
    text-transform: uppercase;
}
.nav-menu-inner .dropdown-menu .dropdown-item:hover,
.nav-menu-inner .dropdown-menu .dropdown-item:focus {
    background-color: #f0f0f0;
}
/* Override green.css which turns all nav li:hover links green */
.nav-menu ul.nav-menu-inner li:hover .dropdown-menu a,
.nav-menu ul.nav-menu-inner li .dropdown-menu a:hover {
    color: #000 !important;
}
/* Dropdown caret on parent link */
.nav-menu-inner li.dropdown > a.link-menu::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    content: "";
    border-top: 4px solid currentColor;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
/* Hover-to-open — desktop only */
@media (min-width: 1281px) {
    .nav-menu-inner li.dropdown:hover > .dropdown-menu {
        display: block;
    }
}

/* ---- Lang switcher — tighter flags ---- */
.nav-menu ul.nav-menu-inner li.lang-switcher {
    gap: 2px;
    padding-left: 8px;
}
.nav-menu ul.nav-menu-inner li.lang-switcher a,
.header-fixed .nav-menu ul.nav-menu-inner li.lang-switcher a {
    padding: 0 !important;
    display: inline-block !important;
}

/* Force mobile nav at 1280px — wider than Bootstrap xl to prevent flag wrapping */
@media (max-width: 1280px) {
    #navbarSupportedContent { display: none !important; }
    #navbarSupportedContent.show { display: block !important; }
    .navbar-toggler { display: block !important; }
    #main-nav {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 12px;
    }
    /* Consistent header padding */
    .header-inner { padding-left: 15px !important; padding-right: 15px !important; }
    /* Hide separators */
    .nav-menu-inner li.nav-sep { display: none !important; }
    /* Mobile nav panel */
    .nav-menu {
        position: fixed;
        top: 104px;
        left: 0;
        width: 280px;
        height: calc(100vh - 104px);
        background: #fff;
        box-shadow: 4px 0 16px rgba(0,0,0,0.15);
        z-index: 999;
        overflow-y: auto;
    }
    .nav-menu ul.nav-menu-inner { display: block !important; }
    .nav-menu ul.nav-menu-inner li:not(.nav-sep) {
        display: block !important;
        width: 100%;
    }
    .nav-menu ul.nav-menu-inner li a,
    .header-fixed .nav-menu ul.nav-menu-inner li a {
        padding: 12px 30px !important;
        border-top: 1px solid #f0f0f0;
        color: #555 !important;
        text-align: left;
    }
    html[lang^="en"] .nav-menu,
    html[lang^="de"] .nav-menu { top: 72px; height: calc(100vh - 72px); }
}

/* ------------------------------------------
   LANGUAGE SUGGESTION BANNER
------------------------------------------ */
#lang-banner { position: fixed; top: 0; left: 0; right: 0; z-index: 10002;
    background: #fff; border-bottom: 3px solid #72b626;
    padding: 10px 20px; display: flex; align-items: center; gap: 12px;
    font-size: 14px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.lang-banner-btn { background: #72b626; color: #fff; padding: 5px 14px;
    border-radius: 4px; text-decoration: none; white-space: nowrap; }
.lang-banner-close { background: none; border: none; font-size: 18px;
    cursor: pointer; margin-left: auto; color: #999; }

/* ------------------------------------------
   OFERTA PROGRESYWNE HOYA – promo landing page
------------------------------------------ */

/* Offer hero */
.offer-hero-section {
    padding: 80px 0 90px;
    background: #fff;
    text-align: center;
}
.offer-hero-section .offer-price-badge {
    font-size: clamp(3.5rem, 9vw, 6rem);
    font-weight: 800;
    color: #72b626;
    line-height: 1;
    margin-bottom: 12px;
    font-family: 'Raleway', sans-serif;
}
.offer-hero-section .offer-price-subtitle {
    font-size: 1.05rem;
    color: #666;
    margin-bottom: 50px;
    letter-spacing: 0.3px;
}
.offer-includes {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.offer-card {
    background: #f7faf0;
    border: 2px solid #72b626;
    border-radius: 8px;
    padding: 30px 28px;
    flex: 0 0 260px;
    max-width: 300px;
    text-align: left;
}
.offer-card-icon {
    font-size: 1.8rem;
    color: #72b626;
    margin-bottom: 14px;
    display: block;
}
.offer-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.offer-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.65;
    margin: 0;
}
.offer-hero-cta {
    margin-top: 10px;
}
.offer-hero-cta .custom-button {
    font-size: 1rem;
    padding: 16px 40px;
    background-color: #f5820d;
}
.offer-hero-cta .custom-button:hover {
    background-color: #d96d09;
}
.offer-contact-bar {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 24px;
    font-size: 14px;
    color: #666;
}
.offer-contact-bar .fa {
    color: #72b626;
    margin-right: 5px;
}
.offer-contact-bar a {
    color: #666;
    text-decoration: none;
}
.offer-contact-bar a:hover {
    color: #72b626;
}
@media (max-width: 480px) {
    .offer-contact-bar {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

/* Hoya section */
.hoya-section {
    padding: 80px 0 90px;
    background: #f9f9f9;
}
.hoya-section .top-text {
    margin-bottom: 30px;
}
.hoya-section .hoya-intro {
    font-size: 15px;
    color: #555;
    line-height: 1.75;
    margin-bottom: 40px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.hoya-benefits-row {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.hoya-benefit-card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    padding: 32px 24px;
    flex: 0 0 240px;
    max-width: 280px;
    text-align: center;
}
.hoya-benefit-card .fa {
    font-size: 2rem;
    color: #72b626;
    margin-bottom: 16px;
    display: block;
}
.hoya-benefit-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.hoya-benefit-card p {
    font-size: 13.5px;
    color: #666;
    line-height: 1.65;
    margin: 0;
}

/* Steps section */
.steps-section {
    padding: 80px 0 90px;
    background: #fff;
}
.steps-section .top-text {
    margin-bottom: 50px;
}
.steps-row {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.step-item {
    flex: 0 0 260px;
    max-width: 300px;
    text-align: center;
    position: relative;
}
.step-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #72b626;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-family: 'Raleway', sans-serif;
}
.step-item h3 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.step-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.65;
    margin: 0;
}

/* Trust section */
.trust-section {
    padding: 80px 0 90px;
    background: #f2f7e8;
}
.trust-section .top-text {
    margin-bottom: 40px;
}
.trust-stats-row {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.trust-stat {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    padding: 32px 28px;
    flex: 0 0 200px;
    max-width: 240px;
    text-align: center;
}
.trust-stat-number {
    font-size: 2.4rem;
    font-weight: 800;
    color: #72b626;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
}
.trust-stat-label {
    font-size: 13.5px;
    color: #666;
    line-height: 1.5;
}
.trust-copy {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #555;
    line-height: 1.75;
}

/* Promo FAQ */
.promo-faq-section {
    padding: 80px 0 90px;
    background: #f9f9f9;
}
.promo-faq-section .top-text {
    margin-bottom: 30px;
}

/* Contact strip (promo page) */
.promo-contact-strip {
    background: #2b2b2b;
    padding: 36px 0;
    text-align: center;
    color: rgba(255,255,255,0.85);
    font-size: 15px;
}
.promo-contact-strip .contact-items {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.promo-contact-strip .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.promo-contact-strip .contact-item .fa {
    color: #72b626;
    font-size: 1.1rem;
}
.promo-contact-strip a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
}
.promo-contact-strip a:hover {
    color: #72b626;
    text-decoration: none;
}
@media (max-width: 576px) {
    .promo-contact-strip .contact-items {
        flex-direction: column;
        gap: 18px;
        align-items: center;
    }
}

/* Responsive overrides for promo page */
@media (max-width: 767px) {
    .offer-includes,
    .hoya-benefits-row,
    .steps-row,
    .trust-stats-row {
        flex-direction: column;
        align-items: center;
    }
    .offer-card,
    .hoya-benefit-card,
    .step-item,
    .trust-stat {
        flex: 0 0 auto;
        width: 100%;
        max-width: 360px;
    }
    .offer-hero-section,
    .hoya-section,
    .steps-section,
    .trust-section,
    .promo-faq-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
