/* ===== USŁUGI DODATKOWE - LAYOUT I ANIMACJE ===== */
.services-extra-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
}
.services-extra-main-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
}
.services-extra-subtitle {
    font-size: 1rem;
    font-weight: 400;
    color: #e0f7fa;
    letter-spacing: 0;
}
.services-extra-right {
    display: flex;
    align-items: center;
    gap: 16px;
}
.services-extra-hint {
    font-size: 1.18rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    animation: pulseHint 1.2s infinite alternate;
    text-shadow: 0 2px 8px rgba(31,177,193,0.25);
}
@keyframes pulseHint {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.08); opacity: 0.7; }
}
.services-extra-title .chevron {
    font-size: 1.7rem;
    color: #fff;
    transition: transform 0.3s;
}
.services-extra-section.collapsed .services-extra-title .chevron {
    transform: rotate(-90deg);
}
/* ===== USŁUGI DODATKOWE (EXTRA SERVICES) ===== */
.services-extra-section {
    margin: 60px 0 0 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    transition: box-shadow 0.3s;
}
.services-extra-title {
    background: linear-gradient(135deg, #1fb1c1 0%, #3e4f60 100%);
    color: #fff;
    margin: 0;
    padding: 28px 30px;
    cursor: pointer;
    user-select: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(31, 177, 193, 0.08);
    z-index: 2;
}
.services-extra-table {
    max-width: 900px;
    margin: 0 auto 40px auto;
    padding: 30px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(.4,0,.2,1), opacity 0.4s, padding 0.3s;
    background: #fff;
    box-shadow: 0 8px 25px rgba(31, 177, 193, 0.08);
}
.services-extra-section.collapsed .services-extra-table {
    max-height: 0 !important;
    opacity: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    pointer-events: none;
    box-shadow: none;
}
.services-extra-row {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #e0e7ef;
    padding: 22px 0;
    gap: 24px;
    background: transparent;
    transition: background 0.2s;
}
.services-extra-row:last-child {
    border-bottom: none;
}
.services-extra-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #1fb1c1;
    background: #e0f7fa;
    border-radius: 12px;
    margin-right: 8px;
}
.services-extra-desc {
    flex: 1 1 60%;
    color: #3e4f60;
    font-size: 1.05rem;
    line-height: 1.6;
    font-weight: 500;
}
.services-extra-desc b {
    color: #1fb1c1;
}
.services-extra-desc small {
    color: #888;
    font-size: 0.95em;
}
.services-extra-price {
    flex: 0 0 160px;
    text-align: right;
    color: #1fb1c1;
    font-size: 1.15rem;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.services-extra-price small {
    color: #888;
    font-size: 0.95em;
    font-weight: 400;
}

@media (max-width: 900px) {
    .services-extra-table {
        padding: 0 5px 10px 5px;
    }
    .services-extra-row {
        flex-direction: column;
        gap: 10px;
        padding: 18px 0;
    }
    .services-extra-price {
        align-items: flex-start;
        text-align: left;
        margin-top: 6px;
    }
}

@media (max-width: 600px) {
    .services-extra-title {
        padding: 18px 15px;
        flex-direction: column;
        gap: 12px;
    }
    .services-extra-left {
        text-align: center;
    }
    .services-extra-main-title {
        font-size: 1.3rem;
    }
    .services-extra-hint {
        font-size: 1rem;
    }
    .services-extra-table {
        padding: 0 2px 5px 2px;
    }
    .services-extra-row {
        padding: 12px 0;
    }
    .services-extra-icon {
        width: 36px;
        height: 36px;
        font-size: 1.3rem;
    }
    .services-extra-price {
        font-size: 1rem;
    }
}
/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* ===== WP FORMS BUTTON STYLING ===== */
.wpforms-submit,
button[type="submit"].wpforms-submit {
    display: inline-block;
    padding: 18px 50px;
    background: linear-gradient(135deg, #1fb1c1 0%, #3e4f60 100%);
    color: white !important;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.wpforms-submit:hover,
button[type="submit"].wpforms-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(31, 177, 193, 0.4);
    background: linear-gradient(135deg, #1fb1c1 0%, #3e4f60 100%) !important;
    color: white !important;
    border-color: transparent !important;
}

.wpforms-submit:active,
button[type="submit"].wpforms-submit:active {
    transform: translateY(-1px);
}

.wpforms-submit:focus,
button[type="submit"].wpforms-submit:focus {
    outline: 2px solid #1fb1c1;
    outline-offset: 2px;
}

/* Wyśrodkowanie kontenera przycisku */
.wpforms-submit-container {
    text-align: center;
}

/* ===== INTRO HEADINGS STYLING ===== */
.office-intro,
.book-intro {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #3e4f60;
    margin: 0 auto 2rem;
    padding: 1.5rem 2rem;
    max-width: 900px;
    line-height: 1.4;
}

/* Responsywność dla intro */
@media (max-width: 768px) {
    .office-intro,
    .book-intro {
        font-size: 1.25rem;
        padding: 1rem 1.5rem;
        margin-bottom: 1.5rem;
    }
}

/* ===== HOME.PHP (KADRY I PŁACE) STYLING ===== */

/* Header intro */
.kadry-place-intro {
    text-align: center;
    font-size: 1.3rem;
    color: #3e4f60;
    max-width: 800px;
    margin: 0 auto 2rem;
    padding: 1rem 1.5rem;
    background: rgba(31, 177, 193, 0.05);
    border-left: 4px solid #1fb1c1;
    border-radius: 4px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .kadry-place-intro {
        font-size: 1.1rem;
        padding: 1rem;
    }
}

/* ===== KADRY BOX CONTENT STYLING ===== */
.kadry-box-content p {
    margin: 0;
    line-height: 1.7;
    color: #444;
    font-size: 1.05rem;
    font-weight: 500;
    text-align: left;
}

/* ===== PRICING SECTION STYLING ===== */
.pricing-section {
    background: #ffffff;
}

.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

.pricing-intro {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #3e4f60;
    margin: 0 auto 3rem;
    padding: 1.5rem 2rem;
    max-width: 900px;
    line-height: 1.4;
    background: rgba(31, 177, 193, 0.05);
    border-left: 4px solid #1fb1c1;
    border-radius: 4px;
}

.pricing-main-intro {
    background: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 3rem;
}

.pricing-main-intro p {
    line-height: 1.8;
    margin-bottom: 1.2rem;
    color: #444;
}

.pricing-emphasis {
    font-weight: 600;
    color: #3e4f60;
    margin-top: 2rem;
}

/* Info Section */
.pricing-info-section {
    margin: 3rem 0;
}

.pricing-info-section h3 {
    color: #3e4f60;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

.pricing-info-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.pricing-info-box {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
    border-left: 4px solid #1fb1c1;
}

.pricing-info-box h4 {
    color: #1fb1c1;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.pricing-info-box h4 i {
    font-size: 1.5rem;
}

.pricing-info-box ul {
    list-style: none;
    padding-left: 0;
}

.pricing-info-box ul li {
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    position: relative;
    line-height: 1.6;
    color: #555;
}

.pricing-info-box ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #1fb1c1;
    font-weight: bold;
}

/* Pricing Cards Section */
.pricing-cards-section {
    margin: 4rem 0;
}

.pricing-cards-section h3 {
    color: #3e4f60;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-align: center;
}

.pricing-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-top: 3rem;
}

.pricing-card {
    background: white;
    border: 2px solid #1fb1c1;
    border-radius: 12px;
    padding: 2.5rem;
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(31, 177, 193, 0.15);
    border-color: #1fb1c1;
}

.pricing-card-featured {
    border-color: #1fb1c1;
    box-shadow: 0 4px 20px rgba(31, 177, 193, 0.1);
}

.pricing-card-header h4 {
    color: #3e4f60;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.pricing-card-subtitle {
    color: #666;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.pricing-card-price {
    text-align: center;
    padding: 2rem 0;
    margin: 2rem 0;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
}

.price-amount {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    color: #1fb1c1;
    line-height: 1;
}

.price-period {
    display: block;
    font-size: 1rem;
    color: #666;
    margin-top: 0.5rem;
}

.pricing-card-features ul {
    list-style: none;
    padding-left: 0;
    margin: 2rem 0;
}

.pricing-card-features ul li {
    padding: 0.8rem 0;
    color: #555;
    display: flex;
    align-items: center;
    gap: 1rem;
    line-height: 1.6;
}

.pricing-card-features ul li i {
    color: #1fb1c1;
    font-size: 1.2rem;
}

.pricing-card-footer {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #f0f0f0;
}

.price-note {
    text-align: center;
    color: #999;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.pricing-card-button {
    display: block;
    width: 100%;
    padding: 15px 30px;
    background: #1fb1c1;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
    transition: all 0.3s ease;
}

.pricing-card-button:hover {
    background: #189ba8;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(31, 177, 193, 0.3);
    color: white;
    text-decoration: none;
}

/* Bottom CTA */
.pricing-bottom-cta {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, rgba(31, 177, 193, 0.08) 0%, rgba(62, 79, 96, 0.08) 100%);
    border-radius: 12px;
    margin-top: 4rem;
}

.pricing-bottom-cta h3 {
    color: #3e4f60;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

.pricing-bottom-cta p {
    color: #666;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.pricing-cta-button {
    display: inline-block;
    padding: 18px 50px;
    background: linear-gradient(135deg, #1fb1c1 0%, #3e4f60 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.pricing-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(31, 177, 193, 0.4);
    color: white;
    text-decoration: none;
}

/* Responsive Pricing */
@media (max-width: 1024px) {
    .pricing-cards,
    .pricing-info-boxes {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .pricing-container {
        padding: 1.5rem 1rem;
    }
    
    .pricing-intro {
        font-size: 1.25rem;
        padding: 1rem 1.5rem;
    }
    
    .pricing-card {
        padding: 2rem 1.5rem;
    }
    
    .price-amount {
        font-size: 2.5rem;
    }
}

/* ===== WPFORMS STYLING ===== */
/* Input Fields */
.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="tel"],
.wpforms-container input[type="url"],
.wpforms-container input[type="number"],
.wpforms-container textarea {
    border-radius: 10px !important;
    border: 1px solid #b0b0b0 !important;
    padding: 14px 18px !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    background: #ffffff !important;
}

.wpforms-container input[type="text"]:focus,
.wpforms-container input[type="email"]:focus,
.wpforms-container input[type="tel"]:focus,
.wpforms-container input[type="url"]:focus,
.wpforms-container input[type="number"]:focus,
.wpforms-container textarea:focus {
    border-color: #1fb1c1 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(31, 177, 193, 0.1) !important;
}

/* Textarea */
.wpforms-container textarea {
    min-height: 150px !important;
    resize: vertical !important;
}

/* Submit Button */
.wpforms-submit,
button.wpforms-submit {
    background: linear-gradient(135deg, #1fb1c1 0%, #189ba8 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 16px 50px !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-transform: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: normal !important;
    height: auto !important;
}

.wpforms-submit:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(31, 177, 193, 0.4) !important;
}

.wpforms-submit:active {
    transform: translateY(-1px) !important;
}

/* Checkbox Styling */
.wpforms-field-checkbox input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    border-radius: 6px !important;
    border: 2px solid #e0e0e0 !important;
    margin-right: 12px !important;
    cursor: pointer !important;
}

.wpforms-field-checkbox input[type="checkbox"]:checked {
    background-color: #1fb1c1 !important;
    border-color: #1fb1c1 !important;
}

.wpforms-field-checkbox label {
    cursor: pointer !important;
    line-height: 1.6 !important;
    color: #555 !important;
}

/* Placeholders */
.wpforms-container input::placeholder,
.wpforms-container textarea::placeholder {
    color: #999 !important;
    opacity: 1 !important;
}

/* Error states */
.wpforms-error input,
.wpforms-error textarea {
    border-color: #dc3545 !important;
}

/* reCAPTCHA/hCaptcha container */
.wpforms-recaptcha-container {
    margin: 1.5rem 0 !important;
}

/* Submit Container */
.wpforms-submit-container {
    margin-top: 2rem !important;
}

/* Field Labels */
.wpforms-field-label {
    font-weight: 600 !important;
    color: #3e4f60 !important;
    margin-bottom: 0.5rem !important;
}

/* Required asterisk */
.wpforms-required-label {
    color: #1fb1c1 !important;
}

/* Confirmation Message */
.wpforms-confirmation-container-full {
    background: linear-gradient(135deg, rgba(31, 177, 193, 0.1) 0%, rgba(62, 79, 96, 0.05) 100%) !important;
    border: 2px solid #1fb1c1 !important;
    border-radius: 12px !important;
    padding: 2.5rem 2rem !important;
    margin: 2rem 0 !important;
    text-align: center !important;
}

.wpforms-confirmation-container-full p {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    color: #3e4f60 !important;
    margin: 0 !important;
    line-height: 1.6 !important;
}

.wpforms-confirmation-container-full p::before {
    content: '✓' !important;
    display: inline-block !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    background: #1fb1c1 !important;
    color: white !important;
    border-radius: 50% !important;
    font-size: 1.8rem !important;
    font-weight: bold !important;
    margin-bottom: 1rem !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* ===== HERO SECTION STYLING ===== */
.hero-section {
    position: relative;
    height: calc(100vh - 120px);
    min-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inside-header {
    padding: 15px 40px;
}
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: heroZoom 20s ease-in-out infinite alternate;
}

@keyframes heroZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(62, 79, 96, 0.75) 0%, rgba(30, 40, 50, 0.65) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 900px;
    padding: 2rem;
    animation: heroFadeIn 1s ease-out;
}

@keyframes heroFadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
    color: #00e5ff;
}

.hero-subtitle {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 2.5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    line-height: 1.4;
}

.hero-cta {
    margin-bottom: 3rem;
}

.hero-button {
    display: inline-block;
    padding: 18px 50px;
    background: #1fb1c1;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: 2px solid transparent;
}

.hero-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(31, 177, 193, 0.6);
    background: #189ba8;
    color: white;
    text-decoration: none;
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    animation: heroScroll 2s ease-in-out infinite;
}

@keyframes heroScroll {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) translateY(10px);
        opacity: 0.5;
    }
}

.hero-scroll-indicator i {
    font-size: 2rem;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* Responsive Hero */
@media (max-width: 1024px) {
    .hero-section {
        height: calc(100vh - 100px);
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: calc(100vh - 80px);
        min-height: 400px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .hero-button {
        padding: 15px 35px;
        font-size: 1rem;
    }
    
    .hero-content {
        padding: 1.5rem;
    }
}

/* ===== NAVIGATION SUBMENU STYLING ===== */
.wp-block-navigation__submenu-container {
    background: #ffffff !important;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    min-width: 220px;
    border: 1px solid rgba(31, 177, 193, 0.1);
    margin: 0;
    list-style: none;
}

.wp-block-navigation__submenu-container .wp-block-navigation-item {
    margin: 0;
}

.wp-block-navigation .wp-block-navigation-item {
    border-radius: 8px;
}

.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    padding: 0.8rem 1.5rem;
    display: block;
    color: #3e4f60 !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
    background: linear-gradient(90deg, rgba(31, 177, 193, 0.1) 0%, rgba(31, 177, 193, 0.03) 100%);
    color: #1fb1c1 !important;
}

.wp-block-navigation__submenu-container .wp-block-navigation-item__label {
    font-weight: 500;
    font-size: 0.95rem;
    color: inherit;
}

