/* ==========================================================
   🌿 PODSTAWY / GLOBAL
========================================================== */

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: #F8F6F2;
    color: #1E2A28;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* Reset linków */
a {
    text-decoration: none;
    color: inherit;
}

/* Klasy pomocnicze */
.muted,
.text-muted {
    color: #6D6D6D !important;
}

/* Sekcje */
.section {
    padding: 5rem 0;
}

/* Nagłówki sekcji */
.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2E6F64;
}

/* ==========================================================
   🌿 NAVBAR
========================================================== */

.navbar {
    background-color: #F8F6F2 !important;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
}

/* Logo Pogadajnika – "Pogadajnik" */
.brand-main {
    color: #2E6F64 !important;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
}

/* Logo Pogadajnika – "Laury" (Allura) */
.brand-signature {
    color: #2E6F64 !important;
    font-family: 'Allura', cursive;
    font-size: 1.7rem;
    letter-spacing: 0.3px;
    font-weight: 400;
    margin-top: 3px;
}

/* Linki w nawigacji */
.nav-link {
    color: #2E6F64 !important;
    font-weight: 500;
}

.nav-link:hover {
    color: #4C8A7C !important;
}

/* Przyciski burgera */
.navbar-toggler {
    border-color: rgba(46, 111, 100, 0.3);
}

.navbar-toggler-icon {
    filter: brightness(0.3);
}

/* ==========================================================
   🌿 HERO
========================================================== */

.hero {
    padding: 7rem 1rem 4rem;
}

.hero-illustration {
    width: 100%;
    height: auto;
    max-width: 640px;
}

/* Nagłówki w HERO */
.hero h1.display-5 {
    color: #1E2A28;
}

.hero .lead {
    color: #3F4A46;
}

/* ==========================================================
   🌿 OFERTA – KARTY
========================================================== */

.pricing-card {
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #E7E2DA;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.badge-soft {
    background-color: #E7F0ED;
    color: #2E6F64;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 500;
}

.price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2E6F64;
}

/* ==========================================================
   🌿 "JAK TO DZIAŁA"
========================================================== */

.how-card {
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #E7E2DA;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #E7F0ED;
    color: #2E6F64;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin: 0 auto;
}

/* ==========================================================
   🌿 O MNIE
========================================================== */

.about-section {
    position: relative;
}

.about-photo {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    max-width: 100%;
    height: auto;
}

.about-values ul {
    padding-left: 1.2rem;
}

.quote-line {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    font-style: italic;
}

/* ==========================================================
   🌿 DLA STAŁYCH ROZMÓWCÓW
========================================================== */

.stali-card {
    background-color: #ffffff;
    border: 1px solid #E7E2DA;
    border-radius: 12px;
    max-width: 720px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

/* ==========================================================
   🌿 VOUCHERY
========================================================== */

#vouchery {
    background-color: #F7F3ED;
}

#vouchery h2.section-title {
    color: #2E6F64;
}

#vouchery p {
    color: #1E2A28;
}

#vouchery .cta-btn {
    border-radius: 8px;
}

/* ==========================================================
   🌿 FAQ
========================================================== */

.faq-section .accordion-item {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #E7E2DA;
    margin-bottom: 0.75rem;
}

.accordion-button {
    font-weight: 600;
    color: #2E6F64;
}

.accordion-button:not(.collapsed) {
    background-color: #E7F0ED;
    color: #2E6F64;
}

.accordion-body {
    color: #5F6F6B;
}

/* ==========================================================
   🌿 KONTAKT
========================================================== */

#kontakt {
    position: relative;
    overflow: hidden;
}

.contact-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.contact-icon {
    font-size: 80px;
    opacity: 0.07;
    position: absolute;
    left: 5%;
    top: 10%;
    color: #2E6F64;
}

.contact-icon-2 {
    right: 5%;
    bottom: 10%;
}

/* ==========================================================
   🌿 PRZYCISK CTA
========================================================== */

.cta-btn {
    background-color: #2E6F64;
    color: #F8F6F2 !important;
    border-radius: 10px;
    padding: 10px 18px;
    border: none;
    font-weight: 600;
    transition: background-color 0.25s ease, transform 0.2s ease;
}

.cta-btn:hover {
    background-color: #3A8576;
    transform: translateY(-1px);
}

/* ==========================================================
   🌿 STOPKA
========================================================== */

.footer {
    background-color: #2E6F64;
    color: #F8F6F2;
    padding: 2rem 0;
    text-align: center;
}

.footer-link {
    color: #F8F6F2;
    opacity: 0.9;
    transition: opacity 0.3s ease, color 0.3s ease;
}

.footer-link:hover {
    opacity: 1;
    color: #E8F3EE;
}

/* ==========================================================
   🌿 CHAT – DESKTOP
========================================================== */

.chat-wrapper {
    position: fixed;
    bottom: 22px;
    right: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(248, 246, 242, 0.95);
    border: 1px solid #E0DBD2;
    border-radius: 40px;
    padding: 8px 14px 8px 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    animation: softAppear 1s ease 0.4s both;
    z-index: 9999;
}

.chat-btn {
    background-color: #2E6F64;
    color: #F8F6F2;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.chat-btn:hover {
    transform: translateY(-2px) scale(1.05);
    background-color: #3A8576;
}

.chat-label {
    font-size: 0.95rem;
    color: #2E6F64;
    font-weight: 500;
    white-space: nowrap;
}

.chat-close {
    background: none;
    border: none;
    color: #7B9B94;
    font-size: 1.1rem;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s ease;
}

.chat-close:hover {
    color: #2E6F64;
}

/* ==========================================================
   🌿 CHAT – MOBILE BANNER
========================================================== */

.chat-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2E6F64;
    color: #F8F6F2;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 14px 16px 20px;
    box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.15);
    animation: slideUp 0.8s ease forwards;
    z-index: 99999;
    text-align: center;
}

.chat-banner p {
    margin: 0 0 8px 0;
    font-weight: 400;
    line-height: 1.5;
}

.chat-banner-btn {
    background-color: #F8F6F2;
    color: #2E6F64;
    padding: 7px 18px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
}

.chat-banner-btn:hover {
    background-color: #EDE7DF;
}

.close-mobile {
    position: absolute;
    top: 6px;
    right: 14px;
    background: none;
    border: none;
    color: #FFFFFF;
    font-size: 1.4rem;
    cursor: pointer;
    line-height: 1;
    padding: 4px 8px;
    z-index: 100000;
}

/* ==========================================================
   🌿 ANIMACJE + FADE
========================================================== */

.fade-section,
.fade-up,
.fade-photo,
#o-mnie .about-photo {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.fade-section.visible,
.fade-up.visible,
.fade-photo.visible,
#o-mnie .about-photo.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes softAppear {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* ==========================================================
   🌿 RESPONSYWNOŚĆ
========================================================== */

.desktop-only {
    display: flex;
}

.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: flex;
    }

    .hero {
        padding-top: 6rem;
    }
}

/* ==========================================================
   🌿 NAPRAWA KOLORU LOGO – DODATKOWA WARSTWA BEZ JS
========================================================== */

.navbar-brand {
    color: #2E6F64 !important;
}

.navbar-brand .brand-main {
    color: #2E6F64 !important;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
}

.navbar-brand .brand-signature {
    color: #2E6F64 !important;
    font-family: 'Allura', cursive;
    font-size: 1.7rem;
    letter-spacing: 0.3px;
    font-weight: 400;
    margin-top: 3px;
}

.navbar-brand:hover,
.navbar-brand:focus,
.navbar-brand:visited {
    color: #2E6F64 !important;
    text-decoration: none !important;
}
/* 🌿 ULTRA-PASTELOWY baner mobile */
.coffee-footer-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg,
            #F4FAF8 0%,
            /* bardzo jasna zieleń – pastel */
            #EEF7F4 100%
            /* jeszcze jaśniejsza */
        );
    text-align: center;
    padding: 12px 46px 14px;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(46, 111, 100, 0.08);
    animation: slideUp 0.5s ease;
}

/* Subtelny tekst */
.ai-banner-link {
    color: #2E6F64;
    /* Twój główny zielony */
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.35;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    opacity: 0.92;
    /* miękki efekt */
}

.ai-banner-link:hover {
    opacity: 1;
}

/* Ikonka 💬 – bardzo delikatna */
.ai-bubble {
    font-size: 1.05rem;
    opacity: 0.75;
}

/* Serce – zostaje animowane */
.mobile-heart-wrapper {
    margin-left: 4px;
}

.mobile-heart {
    font-size: 1rem;
    animation: heartMobileFloat 3s ease-in-out infinite;
}

/* Krzyżyk do zamykania */
.coffee-close {
    position: absolute;
    right: 12px;
    top: 8px;
    background: none;
    border: none;
    color: #2E6F64;
    font-size: 1.4rem;
    opacity: 0.45;
}

.coffee-close:hover {
    opacity: 0.75;
}

/* 📱 Dwie linie na małych telefonach */
@media (max-width: 360px) {
    .ai-banner-link {
        font-size: 0.95rem;
        gap: 4px;
    }
}
.allura {
    font-family: 'Allura', cursive;
    font-size: 1.15rem;
    letter-spacing: 0.3px;
}
.ai-bubble i {
    color: #2E6F64;
    /* ciemna zieleń Pogadajnika */
    font-size: 1.25rem;
}
</html>

/* Ikona dymku w wersji Pogadajnika */
.ai-icon {
    color: #3A8576;
    /* jaśniejsza zieleń Pogadajnika */
    font-size: 1.28rem;
    /* delikatnie większa, ale nie krzykliwa */
    opacity: 0.95;
    line-height: 1;
}