:root {
    --color-bg: #F9F8F4;
    --color-text: #2C3E38;
    --color-accent: #8FA893;
    --color-accent-light: #E6EBE7;
    --color-white: #FFFFFF;
    --font-serif: 'Cormorant Garamond', serif;
    --font-sans: 'Montserrat', sans-serif;
    --border-radius: 8px;
    --transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; width: 100%; overflow-x: hidden; }
body { background-color: var(--color-bg); color: var(--color-text); font-family: var(--font-sans); line-height: 1.7; font-size: 16px; padding-top: 180px; margin: 0; width: 100%; overflow-x: hidden; position: relative; }
h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 600; margin-bottom: 1rem; color: var(--color-text); }
h1 { font-size: 2.8rem; line-height: 1.2; margin-bottom: 2rem; color: #2C3E38; }
h2 { font-size: 2.5rem; text-align: center; margin-bottom: 2rem; position: relative; line-height: 1.2; }
h3 { font-size: 1.5rem; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; }
.btn-cta { background-color: var(--color-accent); color: var(--color-white); padding: 12px 30px; border-radius: 50px; font-weight: 500; display: inline-block; border: 1px solid var(--color-accent); cursor: pointer; letter-spacing: 0.5px; white-space: nowrap; margin-top: 0; }
.btn-cta:hover { background-color: transparent; color: var(--color-accent); transform: translateY(-2px); }
.section-padding { padding: 100px 0; position: relative; }
#o-mnie { padding-top: 50px; }
section { scroll-margin-top: 200px; }
.organic-leaf { position: absolute; opacity: 0.2; z-index: 0; pointer-events: none; transition: transform 0.2s ease-out; max-width: 100%; }
.fade-on-scroll { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; }
.fade-on-scroll.visible { opacity: 1; transform: translateY(0); }
#header-wrapper { position: fixed; top: 0; left: 0; width: 100%; z-index: 2000; background-color: var(--color-white); transition: box-shadow 0.3s ease; }
#header-wrapper.scrolled { box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
.top-bar { background-color: var(--color-white); padding: 15px 0; border-bottom: 1px solid rgba(0,0,0,0.05); position: relative; width: 100%; transition: padding 0.3s ease; }
#header-wrapper.scrolled .top-bar { padding: 5px 0; }
.top-bar .container { display: flex; justify-content: space-between; align-items: center; }
.logo-top img { width: 220px; height: auto; display: block; transition: width 0.3s ease; }
#header-wrapper.scrolled .logo-top img { width: 160px; }
.top-contact { display: flex; align-items: center; gap: 20px; font-size: 0.95rem; text-align: right; }
.main-nav { background-color: rgba(249, 248, 244, 0.95); backdrop-filter: blur(10px); position: relative; width: 100%; padding: 18px 0; transition: padding 0.3s ease; }
#header-wrapper.scrolled .main-nav { padding: 12px 0; }
.main-nav .container { display: flex; justify-content: space-between; align-items: center; }
.nav-links { display: flex; align-items: center; flex-grow: 1; justify-content: space-between; margin-right: 40px; }
.nav-links a { font-size: 1.02rem; font-weight: 500; position: relative; color: #444; white-space: nowrap; }
.nav-links a::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background-color: var(--color-accent); transition: width 0.3s; }
.nav-links a:hover::after { width: 100%; }
.social-wrapper { display: flex; align-items: center; padding-left: 30px; border-left: 1px solid #ccc; height: 30px; }
.social-icons { display: flex; }
.social-icons img { width: 20px; height: 20px; margin-left: 15px; opacity: 0.7; transition: opacity 0.3s; }
.social-icons img:hover { opacity: 1; }
.mobile-bar-items, .mobile-menu-overlay { display: none; }
.hero { padding: 0; position: relative; min-height: 60vh; display: flex; align-items: center; background-color: var(--color-bg); overflow: visible; }
.hero-grid-new { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; width: 100%; }

.hero-text-left { 
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
    align-items: flex-start; 
    height: 440px; 
    padding-right: 20px; 
    position: relative; 
    z-index: 5; 
}
.hero-text-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-text-left h2.hero-main-title { 
    font-size: 3.2rem; 
    line-height: 1.15; 
    margin-bottom: 1.5rem; 
    color: #2C3E38; 
    text-align: left;
}
.hero-subtitle { 
    font-size: 1.55rem; 
    line-height: 1.5; 
    color: #555; 
    margin-bottom: 0; 
}
h1.hero-label {
    font-family: var(--font-sans);
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0 !important;
    line-height: 1;
}

.hero-composition-right { position: relative; height: 440px; display: flex; align-items: center; justify-content: center; }
.hero-blob { position: absolute; top: -10%; right: -15%; width: 120%; height: 120%; background-color: #E0E8E3; border-radius: 47% 53% 60% 40% / 35% 57% 43% 65%; z-index: 1; }
.hero-main-photo { position: relative; width: 90%; height: 100%; object-fit: cover; border-radius: 20px; z-index: 2; box-shadow: 0 15px 30px rgba(0,0,0,0.1); left: -5%; }
.hero-floating-leaf { position: absolute; top: -70px; right: -60px; width: 55%; height: auto; z-index: 3; mix-blend-mode: multiply; opacity: 0.85; pointer-events: none; animation: float 7s ease-in-out infinite; }

.about-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 60px; align-items: start; }
.portrait-wrapper { margin-top: 5px; } 
.portrait-wrapper img { width: 100%; border-radius: 5px; filter: sepia(10%); display: block; }
.portrait-caption { text-align: center; font-style: italic; margin-top: 10px; font-size: 0.9rem; color: #666; }

.tabs { margin-bottom: 30px; border-bottom: 1px solid #ddd; }
.tab-btn { background: none; border: none; font-family: var(--font-serif); font-size: 1.5rem; padding: 0 30px 15px 0; cursor: pointer; color: #999; transition: var(--transition); }
.tab-btn.active { color: var(--color-text); border-bottom: 2px solid var(--color-accent); }
.tab-content { display: none; animation: fadeIn 0.5s ease; }
.tab-content.active { display: block; }

.education-list { list-style: none; padding-left: 0; margin-top: 10px; }
.education-list li { margin-bottom: 12px; display: flex; align-items: baseline; gap: 10px; position: relative; padding-left: 0; }
.education-list li::before { display: none; }
.edu-year { color: var(--color-accent); font-weight: 600; min-width: 105px; flex-shrink: 0; white-space: nowrap; }

.reviews-wrapper { position: relative; max-width: 1100px; margin: 0 auto; padding: 0 50px; }
.review-card { background: var(--color-white); padding: 30px; border-radius: 20px 0 20px 0; box-shadow: 0 5px 20px rgba(0,0,0,0.03); display: flex; flex-direction: column; justify-content: space-between; min-width: calc(33.333% - 20px); box-sizing: border-box; transition: transform 0.3s; height: 330px; cursor: pointer; }
.review-card:hover { transform: translateY(-5px); }
.review-content-wrapper { flex-grow: 1; overflow: hidden; }
.stars { color: #E4B363; font-size: 1.2rem; margin-bottom: 10px; letter-spacing: 2px; }
.review-text { font-style: italic; font-size: 0.95rem; line-height: 1.6; color: #555; margin-bottom: 10px; }
.read-more-review { color: var(--color-accent); font-weight: 500; font-size: 0.9rem; cursor: pointer; display: block; margin-top: 5px; }
.read-more-review:hover { text-decoration: underline; }
.review-author { display: flex; align-items: center; gap: 15px; margin-top: 20px; border-top: 1px solid #eee; padding-top: 15px; }
.letter-avatar { width: 40px; height: 40px; color: var(--color-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 1.1rem; font-family: var(--font-serif); flex-shrink: 0; }
.review-card:nth-child(5n+1) .letter-avatar { background-color: #8FA893; } 
.review-card:nth-child(5n+2) .letter-avatar { background-color: #A0522D; } 
.review-card:nth-child(5n+3) .letter-avatar { background-color: #6B8E23; } 
.review-card:nth-child(5n+4) .letter-avatar { background-color: #D2B48C; } 
.review-card:nth-child(5n+5) .letter-avatar { background-color: #556B2F; } 
.author-name { font-weight: 600; font-size: 0.9rem; color: var(--color-text); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.service-card { background: var(--color-white); padding: 40px 30px; border-radius: 20px 0 20px 0; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.03); transition: var(--transition); cursor: pointer; position: relative; overflow: visible; border: 1px solid transparent; display: flex; flex-direction: column; align-items: center; }
.service-card:hover { transform: translateY(-10px); border-color: var(--color-accent-light); box-shadow: 0 15px 40px rgba(143, 168, 147, 0.15); }
.service-icon { height: 150px; width: auto; margin-bottom: 25px; object-fit: contain; }
.more-link { margin-top: 15px; font-size: inherit; text-transform: none; font-weight: 500; color: var(--color-accent); opacity: 1; transition: 0.3s; }
.service-card:hover .more-link { text-decoration: underline; }

.online-sticker {
    position: absolute;
    top: -5px;
    right: -20px;
    background-color: #6B8E23; 
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 47% 53% 60% 40% / 35% 57% 43% 65%;
    z-index: 10;
    text-align: center;
    line-height: 1.3;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(107, 142, 35, 0.3);
    transform: rotate(5deg);
    padding: 10px;
}
.online-sticker-modal {
    float: right;
    background-color: #6B8E23;
    color: white;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 47% 53% 60% 40% / 35% 57% 43% 65%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
    margin-left: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(107, 142, 35, 0.3);
    transform: rotate(5deg);
    padding: 10px;
    shape-outside: circle(50%);
}

.help-section { background-color: var(--color-accent-light); position: relative; overflow: hidden; }
.help-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 900px; margin: 0 auto; position: relative; z-index: 2; }
.help-list li { background-color: rgba(255,255,255,0.6); padding: 15px 20px; border-radius: 8px; display: flex; align-items: center; }
.help-list li::before { content: '☯'; margin-right: 15px; font-size: 1.1rem; color: var(--color-accent); }
.timeline { position: relative; max-width: 800px; margin: 0 auto; }
.timeline-item { padding: 20px 0 20px 50px; position: relative; border-left: 2px solid var(--color-accent); }
.timeline-item::before { content: ''; width: 16px; height: 16px; background: var(--color-white); border: 3px solid var(--color-accent); border-radius: 50%; position: absolute; left: -9px; top: 25px; }
.timeline-item h4 { margin-bottom: 5px; color: var(--color-accent); font-size: 1.4rem; }
.cabinet-text { text-align: center; max-width: 800px; margin: 0 auto 50px auto; font-size: 1.1rem; }
.gallery-wrapper { position: relative; max-width: 1100px; margin: 0 auto; padding: 0 50px; }
.carousel-viewport { overflow: hidden; width: 100%; }
.carousel-track { display: flex; transition: transform 0.5s ease-in-out; gap: 20px; }
.gallery-thumb { min-width: calc(33.333% - 14px); height: 250px; background-color: #ddd; border-radius: 8px; cursor: pointer; overflow: hidden; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.gallery-thumb:hover img { transform: scale(1.1); }
.carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); background: none; border: 1px solid var(--color-text); width: 40px; height: 40px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: var(--color-text); transition: 0.3s; z-index: 10; }
.carousel-btn:hover { background-color: var(--color-text); color: var(--color-white); }
.carousel-btn.prev { left: 0; }
.carousel-btn.next { right: 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: stretch; }
.contact-info { display: flex; flex-direction: column; justify-content: flex-start; height: 100%; }
.contact-form { background: var(--color-white); padding: 40px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.05); height: 100%; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 8px; font-size: 0.9rem; font-weight: 500; }
.form-control { width: 100%; padding: 12px; border: 1px solid #eee; border-radius: 4px; font-family: inherit; background-color: #fcfcfc; }
.form-control:focus { outline: none; border-color: var(--color-accent); background-color: #fff; }
textarea.form-control { resize: vertical; min-height: 120px; }
.map-container { width: 100%; flex-grow: 1; min-height: 300px; border-radius: 20px; overflow: hidden; background-color: #eee; margin-top: 30px; }
.accordion-item { border-bottom: 1px solid #ddd; margin-bottom: 10px; }
.accordion-header { width: 100%; text-align: left; background: none; border: none; padding: 20px 0; font-family: var(--font-serif); font-size: 1.2rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.accordion-header::after { content: '+'; font-size: 1.5rem; font-weight: 300; }
.accordion-header.active::after { content: '-'; }
.accordion-body { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; color: #555; padding-right: 20px; }
.accordion-body p { padding-bottom: 20px; }

/* FAQ additions */
.accordion-body ul { padding-left: 20px; list-style-type: disc; margin-bottom: 20px; color: #555; }
.accordion-body li { margin-bottom: 8px; }
.accordion-body h4 { color: var(--color-accent); font-family: var(--font-serif); margin-bottom: 15px; font-size: 1.4rem; font-weight: 600; }
.accordion-body strong { color: var(--color-text); }

/* Cennik table */
.pricing-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; font-size: 0.95rem; }
.pricing-table td { padding: 15px 10px; border-bottom: 1px solid #eee; vertical-align: middle; }
.pricing-table tr:last-child td { border-bottom: none; }
.pricing-table td strong { display: block; }
.pricing-table .category-row td { background-color: var(--color-accent-light); color: var(--color-text); font-family: var(--font-serif); font-size: 1.3rem; font-weight: 600; padding: 12px 15px; border-bottom: none; text-align: left; }
.pricing-desc { font-size: 0.85rem; color: #666; margin-top: 5px; line-height: 1.4; font-weight: normal; }
.duration-col { width: 80px; text-align: right; color: #777; white-space: nowrap; font-size: 0.9rem; }
.price-col { width: 90px; text-align: right; font-weight: 600; color: var(--color-accent); white-space: nowrap; font-size: 1.1rem; }

footer { background-color: #2C3E38; color: #E6EBE7; padding: 60px 0 20px 0; font-size: 0.9rem; position: relative; overflow: hidden; }
footer h4 { color: white; margin-bottom: 20px; }
footer a:hover { color: var(--color-accent); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 40px; padding-bottom: 40px; text-align: left; }
.footer-col:first-child { text-align: left; }
.footer-col:last-child { text-align: center; }
.footer-menu-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.footer-social-icons { display: flex; gap: 15px; margin-top: 20px; justify-content: center; }
.footer-social-icons img { width: 24px; height: 24px; filter: invert(1); opacity: 0.8; transition: 0.3s; }
.footer-social-icons img:hover { opacity: 1; transform: scale(1.1); }
.footer-leaf { position: absolute; bottom: -50px; right: -50px; width: 300px; filter: brightness(0) invert(1); opacity: 0.15; pointer-events: none; z-index: 0; }

.modal { display: none; position: fixed; z-index: 2000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(44, 62, 56, 0.8); backdrop-filter: blur(5px); align-items: center; justify-content: center; }
.modal-content { background-color: var(--color-bg); padding: 50px; border-radius: 20px; width: 90%; max-width: 600px; position: relative; animation: fadeIn 0.3s; max-height: 90vh; overflow-y: auto; }

#imageModal .modal-content { background: transparent; padding: 0; box-shadow: none; text-align: center; width: auto; max-width: 90%; overflow: visible; }
#imageModal img { max-height: 85vh; max-width: 100%; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
#reviewModal .modal-content { max-width: 700px; }
#reviewFullText { font-style: italic; color: #555; line-height: 1.8; }

/* Sticky close button for modals */
.close-modal { 
    position: sticky; 
    top: 20px; 
    float: right; 
    font-size: 30px; 
    cursor: pointer; 
    color: var(--color-text); 
    z-index: 100;
    background-color: var(--color-bg);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: -30px;
    margin-right: -30px;
}

#imageModal .close-modal { 
    position: absolute; 
    top: -40px; 
    right: 0; 
    color: white; 
    opacity: 0.9; 
    text-shadow: 0 2px 5px rgba(0,0,0,0.8); 
    z-index: 2010; 
    font-size: 35px; 
    background: transparent;
    width: auto;
    height: auto;
    margin: 0;
    display: inline;
}

#reviewModal h3 { border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 20px; clear: both; }
#serviceModal h3 { clear: both; }

#serviceModal .modal-content {
    max-width: 1000px;
}

@keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-15px); } 100% { transform: translateY(0px); } }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.hamburger-btn { background: none; border: none; display: none; flex-direction: column; align-items: center; cursor: pointer; gap: 2px; }
.ham-line { width: 25px; height: 3px; background-color: var(--color-text); border-radius: 2px; }
.ham-text { font-size: 0.6rem; text-transform: uppercase; margin-top: 2px; letter-spacing: 1px; }
.mobile-menu-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(249, 248, 244, 0.98); z-index: 3000; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
.mobile-menu-overlay.active { transform: translateX(0); }
.mobile-nav-link { font-size: 1.5rem; font-family: var(--font-serif); color: var(--color-text); padding: 10px; }
.mobile-sep { width: 50px; height: 1px; background-color: var(--color-accent); margin: 10px 0; }
.mobile-close { position: absolute; top: 30px; right: 30px; font-size: 2rem; cursor: pointer; }
.mobile-socials { display: flex; gap: 20px; margin-bottom: 10px; }
.mobile-socials img { width: 30px; }

@media (max-width: 768px) {
    .hero h2.hero-main-title { font-size: 2.2rem; margin-bottom: 1rem; text-align: center; }
    .hero-subtitle { font-size: 1.25rem; margin-bottom: 0; }
    .hero-text-left { height: auto; align-items: center; text-align: center; padding-right: 0; }
    .hero-text-center { margin: 30px 0; }
    .hero-label { margin-bottom: 0 !important; }
    .top-bar { padding: 5px 0; } 
    .top-bar .container { flex-direction: column; gap: 5px; justify-content: center; }
    .logo-top img { width: 200px; margin: 0 auto; }
    .top-contact { display: none; } 
    .main-nav { padding: 10px 0; }
    .nav-links, .social-wrapper { display: none; } 
    .mobile-bar-items { display: flex; justify-content: space-between; align-items: center; width: 100%; }
    .hamburger-btn { display: flex; }
    .mobile-phone-btn { display: block; font-weight: 600; font-size: 0.9rem; text-decoration: none; color: var(--color-text); }
    .hero { min-height: auto; padding: 60px 0; overflow: hidden; flex-direction: column; }
    .hero-grid-new { grid-template-columns: 1fr; gap: 30px; }
    .hero-composition-right { height: 350px; }
    .hero-blob, .hero-floating-leaf { display: block; }
    .hero-blob { width: 90%; right: auto; left: 50%; transform: translateX(-50%); }
    .hero-main-photo { width: 100%; height: 100%; left: 0; }
    .hero-floating-leaf { width: 40%; top: -20px; right: -10px; }
    .about-grid, .contact-grid, .help-list { grid-template-columns: 1fr; }
    .map-container { height: 300px; margin-bottom: 40px; flex-grow: 0; }
    .gallery-thumb { min-width: 100%; padding: 0 5px; background: transparent; }
    .review-card { min-width: 100%; margin: 0; padding: 30px; box-sizing: border-box; height: auto; min-height: auto; }
    .reviews-wrapper .review-card { padding-left: 20px; padding-right: 20px; box-sizing: border-box; }
    .carousel-track { gap: 0; } 
    section { scroll-margin-top: 110px; }
    .footer-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
    .footer-col:first-child, .footer-col:last-child { text-align: center; }
    .footer-social-icons { justify-content: center; }
    .online-sticker { width: 75px; height: 75px; font-size: 0.65rem; top: -5px; right: -10px; }
    .online-sticker-modal { float: none; margin: 0 auto 20px auto; }
    
    .duration-col { font-size: 0.8rem; width: 60px; padding: 15px 5px !important; }
    .price-col { width: 70px; font-size: 1rem; padding: 15px 5px !important; }
    .pricing-table td { padding: 15px 5px; }
}

.grecaptcha-badge { 
    visibility: hidden !important; 
    opacity: 0 !important; 
    pointer-events: none !important; 
}

.modal-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.8);
    border: none;
    color: var(--color-text);
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2010;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: 0.3s;
}
.modal-nav-btn:hover {
    background: white;
    color: var(--color-accent);
}
.modal-nav-btn.prev { left: 10px; }
.modal-nav-btn.next { right: 10px; }

@media (max-width: 768px) {
    .modal-nav-btn { width: 35px; height: 35px; font-size: 1.2rem; }
}

#modalDesc p { margin-bottom: 15px; line-height: 1.6; }
#modalDesc ul { padding-left: 20px; list-style-type: disc; margin-bottom: 15px; color: #555; }
#modalDesc li { margin-bottom: 8px; }
#modalDesc h4 { margin-top: 25px; margin-bottom: 15px; color: var(--color-accent); font-size: 1.2rem; font-family: var(--font-serif); }

.phone-track {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s;
}
.phone-track:hover {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

/* Styl dla modułu Facebooka Elfsight */
.fb-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
